Trace number 4488543

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 63f22adSAT (TO)1032 3600.06 3631.53

General information on the benchmark

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

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4488543-1751330604.opb'
0.00/0.01	c 	read 0.11MB  (1.86ms)
0.00/0.01	c	 [cnf: #variables 1959 #clauses 4000 #duplicates 1 #arr 9957]
0.00/0.01	c output proof to 'PROOFDIR/proof-4488543-1751330604'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 12] (2.25ms)
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 	 found row 3x2, generating row predicate
0.00/0.02	c 	 (0.44ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 9877 #edges 27750]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 3.20*10^1 #generators 5] (1.58ms)
0.00/0.02	c 
0.00/0.02	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.02	c 	(0.01ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c add generic predicates (break_depth=20)
0.00/0.02	c 	added predicates for 5 generators (0.00ms)
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 7 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4488543-1751330604.opb.pre'
0.00/0.02	c 	wrote 0.12MB (0.35ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   2.25ms 31.11% approx_orbits
0.00/0.02	c                   1.86ms 25.64% parse
0.00/0.02	c                   1.58ms 21.82% detect_generic
0.00/0.02	c                   0.69ms  9.58% other
0.00/0.02	c                   0.44ms  6.14% detect_special
0.00/0.02	c                   0.35ms  4.80% output
0.00/0.02	c                   0.05ms  0.75% finalize_order
0.00/0.02	c                   0.01ms  0.09% optimize_gens
0.00/0.02	c                   0.00ms  0.07% break_generic
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   7.24ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.03	c RoundingSat 2
0.00/0.03	c branch pb25
0.00/0.03	c commit 63f22ad
0.00/0.05	c #variables 1959 #constraints 4006
0.00/0.05	c objective is ce32 
0.00/0.07	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.07	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.07	c bounds 1114 >= 0 @ 0.036767
0.06/0.12	c bounds 1113 >= 0 @ 0.075935
0.06/0.12	c bounds 1113 >= 1 @ 0.076672
0.06/0.12	c bounds 1113 >= 2 @ 0.077218
0.06/0.12	c bounds 1113 >= 3 @ 0.07776
0.06/0.12	c bounds 1113 >= 4 @ 0.078293
0.06/0.12	c bounds 1113 >= 5 @ 0.078827
0.06/0.12	c bounds 1113 >= 6 @ 0.079367
0.06/0.12	c bounds 1113 >= 7 @ 0.079908
0.06/0.12	c bounds 1113 >= 8 @ 0.080415
0.06/0.12	c bounds 1113 >= 9 @ 0.080916
0.06/0.12	c bounds 1113 >= 10 @ 0.081416
0.06/0.12	c bounds 1113 >= 11 @ 0.081911
0.06/0.12	c bounds 1113 >= 12 @ 0.082414
0.06/0.12	c bounds 1113 >= 13 @ 0.082949
0.06/0.12	c bounds 1113 >= 14 @ 0.083488
0.06/0.12	c bounds 1113 >= 15 @ 0.084029
0.06/0.12	c bounds 1113 >= 16 @ 0.084564
0.06/0.12	c bounds 1113 >= 17 @ 0.0851
0.06/0.13	c bounds 1113 >= 18 @ 0.085598
0.06/0.13	c bounds 1113 >= 19 @ 0.086094
0.06/0.13	c bounds 1113 >= 20 @ 0.086586
0.06/0.13	c bounds 1113 >= 21 @ 0.087078
0.06/0.13	c bounds 1113 >= 22 @ 0.087571
0.06/0.13	c bounds 1113 >= 23 @ 0.088107
0.06/0.13	c bounds 1113 >= 24 @ 0.088642
0.06/0.13	c bounds 1113 >= 25 @ 0.089179
0.06/0.13	c bounds 1113 >= 26 @ 0.089715
0.06/0.13	c bounds 1113 >= 27 @ 0.09025
0.06/0.13	c bounds 1113 >= 28 @ 0.090784
0.06/0.13	c bounds 1113 >= 29 @ 0.091318
0.06/0.13	c bounds 1113 >= 30 @ 0.091859
0.06/0.13	c bounds 1113 >= 31 @ 0.092397
0.06/0.13	c bounds 1113 >= 32 @ 0.092929
0.06/0.13	c bounds 1113 >= 33 @ 0.09303
0.06/0.13	c bounds 1113 >= 34 @ 0.09304
0.06/0.13	c bounds 1113 >= 35 @ 0.09357
0.06/0.13	c bounds 1113 >= 36 @ 0.094107
0.06/0.14	c bounds 1113 >= 37 @ 0.09464
0.06/0.14	c bounds 1113 >= 38 @ 0.095172
0.06/0.14	c bounds 1113 >= 39 @ 0.095705
0.06/0.14	c bounds 1113 >= 40 @ 0.096233
0.06/0.14	c bounds 1113 >= 41 @ 0.096763
0.06/0.14	c bounds 1113 >= 42 @ 0.097294
0.06/0.14	c bounds 1113 >= 43 @ 0.097824
0.06/0.14	c bounds 1113 >= 44 @ 0.098357
0.06/0.14	c bounds 1113 >= 45 @ 0.098891
0.06/0.14	c bounds 1113 >= 46 @ 0.099425
0.06/0.14	c bounds 1113 >= 47 @ 0.099957
0.06/0.14	c bounds 1113 >= 48 @ 0.100489
0.06/0.14	c bounds 1113 >= 49 @ 0.10102
0.06/0.14	c bounds 1113 >= 50 @ 0.101553
0.06/0.14	c bounds 1113 >= 51 @ 0.102085
0.06/0.14	c bounds 1113 >= 52 @ 0.102621
0.06/0.14	c bounds 1113 >= 53 @ 0.103155
0.06/0.14	c bounds 1113 >= 54 @ 0.10369
0.06/0.14	c bounds 1113 >= 55 @ 0.10422
0.06/0.15	c bounds 1113 >= 56 @ 0.104752
0.06/0.15	c bounds 1113 >= 57 @ 0.105284
0.06/0.15	c bounds 1113 >= 58 @ 0.105812
0.06/0.15	c bounds 1113 >= 59 @ 0.106342
0.06/0.15	c bounds 1113 >= 60 @ 0.106873
0.06/0.15	c bounds 1113 >= 61 @ 0.107403
0.06/0.15	c bounds 1113 >= 62 @ 0.107937
0.06/0.15	c bounds 1113 >= 63 @ 0.108468
0.06/0.15	c bounds 1113 >= 64 @ 0.108998
0.06/0.15	c bounds 1113 >= 65 @ 0.109528
0.06/0.15	c bounds 1113 >= 66 @ 0.110055
0.06/0.15	c bounds 1113 >= 67 @ 0.110591
0.06/0.15	c bounds 1113 >= 68 @ 0.111122
0.06/0.15	c bounds 1113 >= 69 @ 0.111653
0.06/0.15	c bounds 1113 >= 70 @ 0.112187
0.06/0.15	c bounds 1113 >= 71 @ 0.112719
0.06/0.15	c bounds 1113 >= 72 @ 0.113252
0.06/0.15	c bounds 1113 >= 73 @ 0.11378
0.06/0.15	c bounds 1113 >= 74 @ 0.114305
0.06/0.16	c bounds 1113 >= 75 @ 0.114835
0.06/0.16	c bounds 1113 >= 76 @ 0.114933
0.06/0.16	c bounds 1113 >= 77 @ 0.114933
0.06/0.16	c bounds 1113 >= 78 @ 0.115444
0.06/0.16	c bounds 1113 >= 79 @ 0.115978
0.06/0.16	c bounds 1113 >= 80 @ 0.1165
0.06/0.16	c bounds 1113 >= 81 @ 0.117025
0.06/0.16	c bounds 1113 >= 82 @ 0.117551
0.06/0.16	c bounds 1113 >= 83 @ 0.118078
0.06/0.16	c bounds 1113 >= 84 @ 0.118166
0.06/0.16	c bounds 1113 >= 85 @ 0.118166
0.06/0.16	c bounds 1113 >= 86 @ 0.1187
0.06/0.16	c bounds 1113 >= 87 @ 0.119188
0.06/0.16	c bounds 1113 >= 88 @ 0.119832
0.06/0.16	c bounds 1113 >= 89 @ 0.119922
0.06/0.16	c bounds 1113 >= 90 @ 0.12032
0.06/0.16	c bounds 1113 >= 91 @ 0.120807
0.06/0.16	c bounds 1113 >= 92 @ 0.121288
0.06/0.17	c bounds 1113 >= 93 @ 0.121774
0.06/0.17	c bounds 1113 >= 94 @ 0.122264
0.06/0.17	c bounds 1113 >= 95 @ 0.122748
0.06/0.17	c bounds 1113 >= 96 @ 0.123234
0.06/0.17	c bounds 1113 >= 97 @ 0.123719
0.06/0.17	c bounds 1113 >= 98 @ 0.124176
0.06/0.17	c bounds 1113 >= 99 @ 0.124656
0.06/0.17	c bounds 1113 >= 100 @ 0.125142
0.06/0.17	c bounds 1113 >= 101 @ 0.125629
0.06/0.17	c bounds 1113 >= 102 @ 0.126111
0.06/0.17	c bounds 1113 >= 103 @ 0.126599
0.06/0.17	c bounds 1113 >= 104 @ 0.127081
0.06/0.17	c bounds 1113 >= 105 @ 0.127566
0.06/0.17	c bounds 1113 >= 106 @ 0.12805
0.06/0.17	c bounds 1113 >= 107 @ 0.128536
0.06/0.17	c bounds 1113 >= 108 @ 0.129019
0.06/0.17	c bounds 1113 >= 109 @ 0.129505
0.06/0.17	c bounds 1113 >= 110 @ 0.129987
0.06/0.17	c bounds 1113 >= 111 @ 0.130478
0.06/0.17	c bounds 1113 >= 112 @ 0.130983
0.06/0.18	c bounds 1113 >= 113 @ 0.13147
0.06/0.18	c bounds 1113 >= 114 @ 0.131958
0.06/0.18	c bounds 1113 >= 115 @ 0.132445
0.06/0.18	c bounds 1113 >= 116 @ 0.132928
0.06/0.18	c bounds 1113 >= 117 @ 0.133413
0.06/0.18	c bounds 1113 >= 118 @ 0.133899
0.06/0.18	c bounds 1113 >= 119 @ 0.133992
0.06/0.18	c bounds 1113 >= 120 @ 0.133992
0.06/0.18	c bounds 1113 >= 121 @ 0.134385
0.06/0.18	c bounds 1113 >= 122 @ 0.134876
0.06/0.18	c bounds 1113 >= 123 @ 0.13535
0.06/0.18	c bounds 1113 >= 124 @ 0.135838
0.06/0.18	c bounds 1113 >= 125 @ 0.136327
0.06/0.18	c bounds 1113 >= 126 @ 0.136809
0.06/0.18	c bounds 1113 >= 127 @ 0.137297
0.06/0.18	c bounds 1113 >= 128 @ 0.137785
0.06/0.18	c bounds 1113 >= 129 @ 0.138276
0.06/0.18	c bounds 1113 >= 130 @ 0.138763
0.06/0.18	c bounds 1113 >= 131 @ 0.13925
0.06/0.18	c bounds 1113 >= 132 @ 0.139735
0.06/0.18	c bounds 1113 >= 133 @ 0.14022
0.06/0.19	c bounds 1113 >= 134 @ 0.140705
0.06/0.19	c bounds 1113 >= 135 @ 0.141197
0.06/0.19	c bounds 1113 >= 136 @ 0.141684
0.06/0.19	c bounds 1113 >= 137 @ 0.142172
0.06/0.19	c bounds 1113 >= 138 @ 0.142658
0.06/0.19	c bounds 1113 >= 139 @ 0.143145
0.06/0.19	c bounds 1113 >= 140 @ 0.14363
0.06/0.19	c bounds 1113 >= 141 @ 0.14411
0.06/0.19	c bounds 1113 >= 142 @ 0.144593
0.06/0.19	c bounds 1113 >= 143 @ 0.145073
0.06/0.19	c bounds 1113 >= 144 @ 0.145563
0.06/0.19	c bounds 1113 >= 145 @ 0.146047
0.06/0.19	c bounds 1113 >= 146 @ 0.146532
0.06/0.19	c bounds 1113 >= 147 @ 0.147014
0.06/0.19	c bounds 1113 >= 148 @ 0.147495
0.06/0.19	c bounds 1113 >= 149 @ 0.147978
0.06/0.19	c bounds 1113 >= 150 @ 0.148464
0.06/0.19	c bounds 1113 >= 151 @ 0.148948
0.06/0.19	c bounds 1113 >= 152 @ 0.149474
0.06/0.19	c bounds 1113 >= 153 @ 0.149961
0.06/0.20	c bounds 1113 >= 154 @ 0.150453
0.06/0.20	c bounds 1113 >= 155 @ 0.150934
0.06/0.20	c bounds 1113 >= 156 @ 0.151419
0.06/0.20	c bounds 1113 >= 157 @ 0.151895
0.06/0.20	c bounds 1113 >= 158 @ 0.152375
0.06/0.20	c bounds 1113 >= 159 @ 0.152856
0.06/0.20	c bounds 1113 >= 160 @ 0.153342
0.06/0.20	c bounds 1113 >= 161 @ 0.153824
0.06/0.20	c bounds 1113 >= 162 @ 0.15431
0.06/0.20	c bounds 1113 >= 163 @ 0.154818
0.06/0.20	c bounds 1113 >= 164 @ 0.155334
0.06/0.20	c bounds 1113 >= 165 @ 0.155852
0.06/0.20	c bounds 1113 >= 166 @ 0.156336
0.06/0.20	c bounds 1113 >= 167 @ 0.156824
0.06/0.20	c bounds 1113 >= 168 @ 0.157323
0.06/0.20	c bounds 1113 >= 169 @ 0.157822
0.06/0.20	c bounds 1113 >= 170 @ 0.158316
0.06/0.20	c bounds 1113 >= 171 @ 0.158808
0.06/0.20	c bounds 1113 >= 172 @ 0.159302
0.06/0.20	c bounds 1113 >= 173 @ 0.159791
0.06/0.21	c bounds 1113 >= 174 @ 0.160284
0.06/0.21	c bounds 1113 >= 175 @ 0.16077
0.06/0.21	c bounds 1113 >= 176 @ 0.161259
0.06/0.21	c bounds 1113 >= 177 @ 0.161749
0.17/0.21	c bounds 1113 >= 178 @ 0.16225
0.17/0.21	c bounds 1113 >= 179 @ 0.162733
0.17/0.21	c bounds 1113 >= 180 @ 0.163211
0.17/0.21	c bounds 1113 >= 181 @ 0.163692
0.17/0.21	c bounds 1113 >= 182 @ 0.164174
0.17/0.21	c bounds 1113 >= 183 @ 0.164656
0.17/0.21	c bounds 1113 >= 184 @ 0.165141
0.17/0.21	c bounds 1113 >= 185 @ 0.165622
0.17/0.21	c bounds 1113 >= 186 @ 0.166135
0.17/0.21	c bounds 1113 >= 187 @ 0.16665
0.17/0.21	c bounds 1113 >= 188 @ 0.167164
0.17/0.21	c bounds 1113 >= 189 @ 0.167677
0.17/0.21	c bounds 1113 >= 190 @ 0.168156
0.17/0.21	c bounds 1113 >= 191 @ 0.168632
0.17/0.21	c bounds 1113 >= 192 @ 0.169109
0.17/0.21	c bounds 1113 >= 193 @ 0.169585
0.17/0.21	c bounds 1113 >= 194 @ 0.170068
0.17/0.22	c bounds 1113 >= 195 @ 0.170546
0.17/0.22	c bounds 1113 >= 196 @ 0.171025
0.17/0.22	c bounds 1113 >= 197 @ 0.171499
0.17/0.22	c bounds 1113 >= 198 @ 0.171977
0.17/0.22	c bounds 1113 >= 199 @ 0.172446
0.17/0.22	c bounds 1113 >= 200 @ 0.172925
0.17/0.22	c bounds 1113 >= 201 @ 0.173404
0.17/0.22	c bounds 1113 >= 202 @ 0.173881
0.17/0.22	c bounds 1113 >= 203 @ 0.174355
0.17/0.22	c bounds 1113 >= 204 @ 0.174824
0.17/0.22	c bounds 1113 >= 205 @ 0.175297
0.17/0.22	c bounds 1113 >= 206 @ 0.175775
0.17/0.22	c bounds 1113 >= 207 @ 0.175846
0.17/0.22	c bounds 1113 >= 208 @ 0.175846
0.17/0.22	c bounds 1113 >= 209 @ 0.176231
0.17/0.22	c bounds 1113 >= 210 @ 0.176722
0.17/0.22	c bounds 1113 >= 211 @ 0.177202
0.17/0.22	c bounds 1113 >= 212 @ 0.177675
0.17/0.22	c bounds 1113 >= 213 @ 0.178158
0.17/0.22	c bounds 1113 >= 214 @ 0.178666
0.17/0.23	c bounds 1113 >= 215 @ 0.179141
0.17/0.23	c bounds 1113 >= 216 @ 0.179621
0.17/0.23	c bounds 1113 >= 217 @ 0.180099
0.17/0.23	c bounds 1113 >= 218 @ 0.180578
0.17/0.23	c bounds 1113 >= 219 @ 0.181057
0.17/0.23	c bounds 1113 >= 220 @ 0.181534
0.17/0.23	c bounds 1113 >= 221 @ 0.182011
0.17/0.23	c bounds 1113 >= 222 @ 0.182487
0.17/0.23	c bounds 1113 >= 223 @ 0.182958
0.17/0.23	c bounds 1113 >= 224 @ 0.183435
0.17/0.23	c bounds 1113 >= 225 @ 0.183908
0.17/0.23	c bounds 1113 >= 226 @ 0.184377
0.17/0.23	c bounds 1113 >= 227 @ 0.184853
0.17/0.23	c bounds 1113 >= 228 @ 0.185332
0.17/0.23	c bounds 1113 >= 229 @ 0.185805
0.17/0.23	c bounds 1113 >= 230 @ 0.186276
0.17/0.23	c bounds 1113 >= 231 @ 0.186753
0.17/0.23	c bounds 1113 >= 232 @ 0.18683
0.17/0.23	c bounds 1113 >= 233 @ 0.18683
0.17/0.23	c bounds 1113 >= 234 @ 0.187233
0.17/0.23	c bounds 1113 >= 235 @ 0.187687
0.17/0.24	c bounds 1113 >= 236 @ 0.188162
0.17/0.24	c bounds 1113 >= 237 @ 0.188648
0.17/0.24	c bounds 1113 >= 238 @ 0.18912
0.17/0.24	c bounds 1113 >= 239 @ 0.189599
0.17/0.24	c bounds 1113 >= 240 @ 0.190076
0.17/0.24	c bounds 1113 >= 241 @ 0.190548
0.17/0.24	c bounds 1113 >= 242 @ 0.191024
0.17/0.24	c bounds 1113 >= 243 @ 0.191503
0.17/0.24	c bounds 1113 >= 244 @ 0.191981
0.17/0.24	c bounds 1113 >= 245 @ 0.192464
0.17/0.24	c bounds 1113 >= 246 @ 0.192945
0.17/0.24	c bounds 1113 >= 247 @ 0.193422
0.17/0.24	c bounds 1113 >= 248 @ 0.193896
0.17/0.24	c bounds 1113 >= 249 @ 0.194371
0.17/0.24	c bounds 1113 >= 250 @ 0.194836
0.17/0.24	c bounds 1113 >= 251 @ 0.195315
0.17/0.24	c bounds 1113 >= 252 @ 0.195788
0.17/0.24	c bounds 1113 >= 253 @ 0.19626
0.17/0.24	c bounds 1113 >= 254 @ 0.196734
0.17/0.24	c bounds 1113 >= 255 @ 0.196808
0.17/0.24	c bounds 1113 >= 256 @ 0.196808
0.17/0.25	c bounds 1113 >= 257 @ 0.197224
0.17/0.25	c bounds 1113 >= 258 @ 0.197685
0.17/0.25	c bounds 1113 >= 259 @ 0.198151
0.17/0.25	c bounds 1113 >= 260 @ 0.198619
0.17/0.25	c bounds 1113 >= 261 @ 0.199091
0.17/0.25	c bounds 1113 >= 262 @ 0.199561
0.17/0.25	c bounds 1113 >= 263 @ 0.200433
0.17/0.25	c bounds 1113 >= 264 @ 0.200914
0.17/0.25	c bounds 1113 >= 265 @ 0.201382
0.17/0.25	c bounds 1113 >= 266 @ 0.201855
0.17/0.25	c bounds 1113 >= 267 @ 0.202326
0.17/0.25	c bounds 1113 >= 268 @ 0.202799
0.17/0.25	c bounds 1113 >= 269 @ 0.203308
0.17/0.25	c bounds 1113 >= 270 @ 0.203807
0.17/0.25	c bounds 1113 >= 271 @ 0.204283
0.17/0.25	c bounds 1113 >= 272 @ 0.204757
0.17/0.25	c bounds 1113 >= 273 @ 0.20526
0.17/0.25	c bounds 1113 >= 274 @ 0.205768
0.17/0.26	c bounds 1112 >= 274 @ 0.207241
0.17/0.26	c bounds 1112 >= 275 @ 0.207694
0.17/0.26	c bounds 1112 >= 276 @ 0.208157
0.17/0.26	c bounds 1112 >= 277 @ 0.208627
0.17/0.26	c bounds 1112 >= 278 @ 0.208718
0.17/0.26	c bounds 1112 >= 279 @ 0.208718
0.17/0.26	c bounds 1112 >= 280 @ 0.209101
0.17/0.26	c bounds 1112 >= 281 @ 0.209536
0.17/0.26	c bounds 1112 >= 282 @ 0.209995
0.17/0.26	c bounds 1112 >= 283 @ 0.210464
0.17/0.26	c bounds 1112 >= 284 @ 0.210936
0.17/0.26	c bounds 1112 >= 285 @ 0.211403
0.17/0.26	c bounds 1112 >= 286 @ 0.211875
0.17/0.26	c bounds 1112 >= 287 @ 0.212339
0.17/0.26	c bounds 1112 >= 288 @ 0.212796
0.17/0.26	c bounds 1112 >= 289 @ 0.213272
0.17/0.26	c bounds 1112 >= 290 @ 0.213737
0.17/0.26	c bounds 1112 >= 291 @ 0.214208
0.17/0.26	c bounds 1112 >= 292 @ 0.214672
0.17/0.27	c bounds 1112 >= 293 @ 0.215139
0.17/0.27	c bounds 1112 >= 294 @ 0.215608
0.17/0.27	c bounds 1112 >= 295 @ 0.216107
0.17/0.27	c bounds 1112 >= 296 @ 0.216575
0.17/0.27	c bounds 1112 >= 297 @ 0.217041
0.17/0.27	c bounds 1112 >= 298 @ 0.217515
0.17/0.27	c bounds 1112 >= 299 @ 0.217989
0.17/0.27	c bounds 1112 >= 300 @ 0.218466
0.17/0.27	c bounds 1112 >= 301 @ 0.218932
0.17/0.27	c bounds 1112 >= 302 @ 0.219393
0.17/0.27	c bounds 1112 >= 303 @ 0.219863
0.17/0.27	c bounds 1112 >= 304 @ 0.220328
0.17/0.27	c bounds 1112 >= 305 @ 0.220803
0.17/0.27	c bounds 1112 >= 306 @ 0.221278
0.17/0.27	c bounds 1112 >= 307 @ 0.221742
0.17/0.27	c bounds 1112 >= 308 @ 0.222209
0.17/0.27	c bounds 1112 >= 309 @ 0.222676
0.17/0.27	c bounds 1112 >= 310 @ 0.223144
0.17/0.27	c bounds 1112 >= 311 @ 0.223604
0.17/0.27	c bounds 1112 >= 312 @ 0.223693
0.17/0.27	c bounds 1112 >= 313 @ 0.223693
0.17/0.28	c bounds 1112 >= 314 @ 0.224104
0.17/0.28	c bounds 1112 >= 315 @ 0.224575
0.17/0.28	c bounds 1112 >= 316 @ 0.22503
0.17/0.28	c bounds 1112 >= 317 @ 0.225504
0.17/0.28	c bounds 1112 >= 318 @ 0.225971
0.17/0.28	c bounds 1112 >= 319 @ 0.226444
0.17/0.28	c bounds 1112 >= 320 @ 0.226919
0.17/0.28	c bounds 1112 >= 321 @ 0.227422
0.17/0.28	c bounds 1112 >= 322 @ 0.227891
0.17/0.28	c bounds 1112 >= 323 @ 0.22836
0.17/0.28	c bounds 1112 >= 324 @ 0.228834
0.17/0.28	c bounds 1112 >= 325 @ 0.229311
0.17/0.28	c bounds 1112 >= 326 @ 0.229784
0.17/0.28	c bounds 1112 >= 327 @ 0.230289
0.17/0.28	c bounds 1112 >= 328 @ 0.23079
0.17/0.28	c bounds 1112 >= 329 @ 0.23126
0.17/0.28	c bounds 1112 >= 330 @ 0.231729
0.17/0.28	c bounds 1112 >= 331 @ 0.232197
0.17/0.28	c bounds 1112 >= 332 @ 0.232667
0.17/0.28	c bounds 1112 >= 333 @ 0.233134
0.17/0.28	c bounds 1112 >= 334 @ 0.233603
0.17/0.29	c bounds 1112 >= 335 @ 0.234083
0.17/0.29	c bounds 1112 >= 336 @ 0.234552
0.17/0.29	c bounds 1112 >= 337 @ 0.235026
0.17/0.29	c bounds 1112 >= 338 @ 0.23549
0.17/0.29	c bounds 1112 >= 339 @ 0.235962
0.17/0.29	c bounds 1112 >= 340 @ 0.236428
0.17/0.29	c bounds 1112 >= 341 @ 0.236935
0.17/0.29	c bounds 1112 >= 342 @ 0.23745
0.17/0.29	c bounds 1112 >= 343 @ 0.237927
0.17/0.29	c bounds 1112 >= 344 @ 0.238397
0.17/0.29	c bounds 1112 >= 345 @ 0.238873
0.17/0.29	c bounds 1112 >= 346 @ 0.239335
0.17/0.29	c bounds 1112 >= 347 @ 0.239807
0.17/0.29	c bounds 1112 >= 348 @ 0.240279
0.17/0.29	c bounds 1112 >= 349 @ 0.24075
0.17/0.29	c bounds 1112 >= 350 @ 0.24121
0.17/0.29	c bounds 1112 >= 351 @ 0.241677
0.17/0.29	c bounds 1112 >= 352 @ 0.242144
0.17/0.29	c bounds 1112 >= 353 @ 0.242608
0.17/0.29	c bounds 1112 >= 354 @ 0.242668
0.17/0.29	c bounds 1112 >= 355 @ 0.242668
0.17/0.30	c bounds 1112 >= 356 @ 0.243036
0.17/0.30	c bounds 1112 >= 357 @ 0.243476
0.17/0.30	c bounds 1112 >= 358 @ 0.24421
0.17/0.30	c bounds 1112 >= 359 @ 0.244669
0.17/0.30	c bounds 1112 >= 360 @ 0.245134
0.17/0.30	c bounds 1112 >= 361 @ 0.245608
0.17/0.30	c bounds 1112 >= 362 @ 0.246067
0.17/0.30	c bounds 1112 >= 363 @ 0.24657
0.17/0.30	c bounds 1112 >= 364 @ 0.247033
0.17/0.30	c bounds 1112 >= 365 @ 0.247527
0.17/0.30	c bounds 1112 >= 366 @ 0.247998
0.17/0.30	c bounds 1112 >= 367 @ 0.248467
0.17/0.30	c bounds 1112 >= 368 @ 0.248948
0.17/0.30	c bounds 1112 >= 369 @ 0.249451
0.17/0.30	c bounds 1112 >= 370 @ 0.249927
0.17/0.30	c bounds 1112 >= 371 @ 0.250398
0.17/0.30	c bounds 1112 >= 372 @ 0.250874
0.17/0.30	c bounds 1112 >= 373 @ 0.251337
0.17/0.30	c bounds 1112 >= 374 @ 0.251804
0.17/0.30	c bounds 1112 >= 375 @ 0.252272
0.17/0.30	c bounds 1112 >= 376 @ 0.252741
0.17/0.31	c bounds 1112 >= 377 @ 0.253208
0.17/0.31	c bounds 1112 >= 378 @ 0.253674
0.17/0.31	c bounds 1112 >= 379 @ 0.254146
0.17/0.31	c bounds 1112 >= 380 @ 0.254608
0.27/0.31	c bounds 1112 >= 381 @ 0.255073
0.27/0.31	c bounds 1112 >= 382 @ 0.255538
0.27/0.31	c bounds 1112 >= 383 @ 0.255629
0.27/0.31	c bounds 1112 >= 384 @ 0.255629
0.27/0.31	c bounds 1112 >= 385 @ 0.256001
0.27/0.31	c bounds 1112 >= 386 @ 0.256467
0.27/0.31	c bounds 1112 >= 387 @ 0.25692
0.27/0.31	c bounds 1112 >= 388 @ 0.257386
0.27/0.31	c bounds 1111 >= 388 @ 0.259827
0.27/0.31	c bounds 1111 >= 389 @ 0.260296
0.27/0.31	c bounds 1111 >= 390 @ 0.260755
0.27/0.31	c bounds 1111 >= 391 @ 0.261214
0.27/0.31	c bounds 1111 >= 392 @ 0.261679
0.27/0.32	c bounds 1111 >= 393 @ 0.262137
0.27/0.32	c bounds 1111 >= 394 @ 0.262608
0.27/0.32	c bounds 1111 >= 395 @ 0.262608
0.27/0.32	c bounds 1111 >= 396 @ 0.262608
0.27/0.32	c bounds 1111 >= 397 @ 0.262997
0.27/0.32	c bounds 1111 >= 398 @ 0.263457
0.27/0.32	c bounds 1111 >= 399 @ 0.263918
0.27/0.32	c bounds 1111 >= 400 @ 0.264374
0.27/0.32	c bounds 1111 >= 401 @ 0.264838
0.27/0.32	c bounds 1111 >= 402 @ 0.265299
0.27/0.32	c bounds 1111 >= 403 @ 0.265754
0.27/0.32	c bounds 1111 >= 404 @ 0.266213
0.27/0.32	c bounds 1111 >= 405 @ 0.266677
0.27/0.32	c bounds 1111 >= 406 @ 0.267144
0.27/0.32	c bounds 1111 >= 407 @ 0.2676
0.27/0.32	c bounds 1111 >= 408 @ 0.268059
0.27/0.32	c bounds 1111 >= 409 @ 0.268528
0.27/0.32	c bounds 1111 >= 410 @ 0.26859
0.27/0.32	c bounds 1111 >= 411 @ 0.26859
0.27/0.32	c bounds 1111 >= 412 @ 0.268955
0.27/0.32	c bounds 1111 >= 413 @ 0.269403
0.27/0.33	c bounds 1111 >= 414 @ 0.269856
0.27/0.33	c bounds 1111 >= 415 @ 0.270314
0.27/0.33	c bounds 1111 >= 416 @ 0.27077
0.27/0.33	c bounds 1111 >= 417 @ 0.271233
0.27/0.33	c bounds 1111 >= 418 @ 0.271703
0.27/0.33	c bounds 1111 >= 419 @ 0.272174
0.27/0.33	c bounds 1111 >= 420 @ 0.272633
0.27/0.33	c bounds 1111 >= 421 @ 0.273094
0.27/0.33	c bounds 1111 >= 422 @ 0.273549
0.27/0.33	c bounds 1111 >= 423 @ 0.274009
0.27/0.33	c bounds 1111 >= 424 @ 0.274465
0.27/0.33	c bounds 1111 >= 425 @ 0.274929
0.27/0.33	c bounds 1111 >= 426 @ 0.275383
0.27/0.33	c bounds 1111 >= 427 @ 0.275843
0.27/0.33	c bounds 1111 >= 428 @ 0.2763
0.27/0.33	c bounds 1111 >= 429 @ 0.276759
0.27/0.33	c bounds 1111 >= 430 @ 0.277216
0.27/0.33	c bounds 1111 >= 431 @ 0.277673
0.27/0.33	c bounds 1111 >= 432 @ 0.278125
0.27/0.33	c bounds 1111 >= 433 @ 0.278585
0.27/0.33	c bounds 1111 >= 434 @ 0.279047
0.27/0.33	c bounds 1111 >= 435 @ 0.279507
0.27/0.34	c bounds 1111 >= 436 @ 0.279968
0.27/0.34	c bounds 1111 >= 437 @ 0.280424
0.27/0.34	c bounds 1111 >= 438 @ 0.280943
0.27/0.34	c bounds 1111 >= 439 @ 0.281423
0.27/0.34	c bounds 1111 >= 440 @ 0.281887
0.27/0.34	c bounds 1111 >= 441 @ 0.282336
0.27/0.34	c bounds 1111 >= 442 @ 0.28281
0.27/0.34	c bounds 1111 >= 443 @ 0.283266
0.27/0.34	c bounds 1111 >= 444 @ 0.283714
0.27/0.34	c bounds 1111 >= 445 @ 0.284188
0.27/0.34	c bounds 1111 >= 446 @ 0.284659
0.27/0.34	c bounds 1111 >= 447 @ 0.285121
0.27/0.34	c bounds 1111 >= 448 @ 0.285579
0.27/0.34	c bounds 1111 >= 449 @ 0.286031
0.27/0.34	c bounds 1111 >= 450 @ 0.286482
0.27/0.34	c bounds 1111 >= 451 @ 0.286947
0.27/0.34	c bounds 1111 >= 452 @ 0.287408
0.27/0.34	c bounds 1111 >= 453 @ 0.287887
0.27/0.34	c bounds 1111 >= 454 @ 0.288349
0.27/0.34	c bounds 1111 >= 455 @ 0.288836
0.27/0.34	c bounds 1111 >= 456 @ 0.289291
0.27/0.34	c bounds 1111 >= 457 @ 0.289752
0.27/0.35	c bounds 1111 >= 458 @ 0.290207
0.27/0.35	c bounds 1110 >= 458 @ 0.292039
0.27/0.35	c bounds 1110 >= 459 @ 0.292464
0.27/0.35	c bounds 1110 >= 460 @ 0.292529
0.27/0.35	c bounds 1110 >= 461 @ 0.292529
0.27/0.35	c bounds 1110 >= 462 @ 0.292529
0.27/0.35	c bounds 1110 >= 463 @ 0.292529
0.27/0.35	c bounds 1110 >= 464 @ 0.292824
0.27/0.35	c bounds 1110 >= 465 @ 0.29324
0.27/0.35	c bounds 1110 >= 466 @ 0.293692
0.27/0.35	c bounds 1110 >= 467 @ 0.294154
0.27/0.35	c bounds 1110 >= 468 @ 0.294609
0.27/0.35	c bounds 1110 >= 469 @ 0.295054
0.27/0.35	c bounds 1110 >= 470 @ 0.295492
0.27/0.35	c bounds 1110 >= 471 @ 0.29595
0.27/0.35	c bounds 1110 >= 472 @ 0.296404
0.27/0.36	c bounds 1110 >= 473 @ 0.296864
0.27/0.36	c bounds 1110 >= 474 @ 0.297311
0.27/0.36	c bounds 1110 >= 475 @ 0.297763
0.27/0.36	c bounds 1110 >= 476 @ 0.298221
0.27/0.36	c bounds 1110 >= 477 @ 0.298674
0.27/0.36	c bounds 1110 >= 478 @ 0.299134
0.27/0.36	c bounds 1110 >= 479 @ 0.299594
0.27/0.36	c bounds 1110 >= 480 @ 0.300061
0.27/0.36	c bounds 1110 >= 481 @ 0.300515
0.27/0.36	c bounds 1110 >= 482 @ 0.300972
0.27/0.36	c bounds 1110 >= 483 @ 0.301418
0.27/0.36	c bounds 1110 >= 484 @ 0.301878
0.27/0.36	c bounds 1110 >= 485 @ 0.302326
0.27/0.36	c bounds 1110 >= 486 @ 0.30279
0.27/0.36	c bounds 1110 >= 487 @ 0.303239
0.27/0.36	c bounds 1110 >= 488 @ 0.303686
0.27/0.36	c bounds 1110 >= 489 @ 0.304146
0.27/0.36	c bounds 1110 >= 490 @ 0.304594
0.27/0.36	c bounds 1110 >= 491 @ 0.305044
0.27/0.36	c bounds 1110 >= 492 @ 0.305506
0.27/0.36	c bounds 1110 >= 493 @ 0.305951
0.27/0.36	c bounds 1110 >= 494 @ 0.30636
0.27/0.37	c bounds 1110 >= 495 @ 0.30636
0.27/0.37	c bounds 1110 >= 496 @ 0.30636
0.27/0.37	c bounds 1110 >= 497 @ 0.306766
0.27/0.37	c bounds 1110 >= 498 @ 0.307228
0.27/0.37	c bounds 1110 >= 499 @ 0.30768
0.27/0.37	c bounds 1110 >= 500 @ 0.308155
0.27/0.37	c bounds 1110 >= 501 @ 0.308253
0.27/0.37	c bounds 1110 >= 502 @ 0.308253
0.27/0.37	c bounds 1110 >= 503 @ 0.308607
0.27/0.37	c bounds 1110 >= 504 @ 0.309059
0.27/0.37	c bounds 1110 >= 505 @ 0.309528
0.27/0.37	c bounds 1110 >= 506 @ 0.310006
0.27/0.37	c bounds 1110 >= 507 @ 0.310463
0.27/0.37	c bounds 1110 >= 508 @ 0.310913
0.27/0.37	c bounds 1110 >= 509 @ 0.311346
0.27/0.37	c bounds 1110 >= 510 @ 0.311793
0.27/0.37	c bounds 1110 >= 511 @ 0.312267
0.27/0.37	c bounds 1110 >= 512 @ 0.312749
0.27/0.37	c bounds 1110 >= 513 @ 0.313197
0.27/0.37	c bounds 1110 >= 514 @ 0.313645
0.27/0.37	c bounds 1110 >= 515 @ 0.314093
0.27/0.37	c bounds 1110 >= 516 @ 0.314538
0.27/0.38	c bounds 1110 >= 517 @ 0.314987
0.27/0.38	c bounds 1110 >= 518 @ 0.31543
0.27/0.38	c bounds 1110 >= 519 @ 0.315882
0.27/0.38	c bounds 1110 >= 520 @ 0.316343
0.27/0.38	c bounds 1110 >= 521 @ 0.3168
0.27/0.38	c bounds 1110 >= 522 @ 0.317261
0.27/0.38	c bounds 1110 >= 523 @ 0.317712
0.27/0.38	c bounds 1110 >= 524 @ 0.318164
0.27/0.38	c bounds 1110 >= 525 @ 0.318609
0.27/0.38	c bounds 1110 >= 526 @ 0.319068
0.27/0.38	c bounds 1110 >= 527 @ 0.319523
0.27/0.38	c bounds 1110 >= 528 @ 0.320058
0.27/0.38	c bounds 1110 >= 529 @ 0.320522
0.27/0.38	c bounds 1110 >= 530 @ 0.320979
0.27/0.38	c bounds 1110 >= 531 @ 0.321436
0.27/0.38	c bounds 1110 >= 532 @ 0.321893
0.27/0.38	c bounds 1110 >= 533 @ 0.322356
0.27/0.38	c bounds 1110 >= 534 @ 0.32282
0.27/0.38	c bounds 1110 >= 535 @ 0.323297
0.27/0.38	c bounds 1110 >= 536 @ 0.323752
0.27/0.38	c bounds 1110 >= 537 @ 0.324201
0.27/0.39	c bounds 1109 >= 537 @ 0.326577
0.27/0.39	c bounds 1109 >= 538 @ 0.327056
0.27/0.39	c bounds 1109 >= 539 @ 0.327516
0.27/0.39	c bounds 1109 >= 540 @ 0.327968
0.27/0.39	c bounds 1109 >= 541 @ 0.328424
0.27/0.39	c bounds 1109 >= 542 @ 0.328875
0.27/0.39	c bounds 1109 >= 543 @ 0.329326
0.27/0.39	c bounds 1109 >= 544 @ 0.329776
0.27/0.39	c bounds 1109 >= 545 @ 0.33023
0.27/0.39	c bounds 1109 >= 546 @ 0.330674
0.27/0.39	c bounds 1109 >= 547 @ 0.331154
0.27/0.40	c bounds 1109 >= 548 @ 0.331609
0.27/0.40	c bounds 1109 >= 549 @ 0.332063
0.27/0.40	c bounds 1109 >= 550 @ 0.332518
0.27/0.40	c bounds 1109 >= 551 @ 0.332971
0.27/0.40	c bounds 1109 >= 552 @ 0.333432
0.27/0.40	c bounds 1109 >= 553 @ 0.333884
0.27/0.40	c bounds 1109 >= 554 @ 0.334426
0.27/0.40	c bounds 1109 >= 555 @ 0.334883
0.27/0.40	c bounds 1109 >= 556 @ 0.335338
0.27/0.40	c bounds 1109 >= 557 @ 0.335819
0.27/0.40	c bounds 1109 >= 558 @ 0.336269
0.27/0.40	c bounds 1109 >= 559 @ 0.336726
0.27/0.40	c bounds 1109 >= 560 @ 0.337178
0.27/0.40	c bounds 1109 >= 561 @ 0.33764
0.27/0.40	c bounds 1109 >= 562 @ 0.338096
0.27/0.40	c bounds 1109 >= 563 @ 0.338573
0.27/0.40	c bounds 1109 >= 564 @ 0.339024
0.27/0.40	c bounds 1109 >= 565 @ 0.339488
0.27/0.40	c bounds 1109 >= 566 @ 0.339945
0.27/0.40	c bounds 1109 >= 567 @ 0.340405
0.27/0.40	c bounds 1109 >= 568 @ 0.340872
0.27/0.40	c bounds 1109 >= 569 @ 0.341335
0.27/0.41	c bounds 1109 >= 570 @ 0.341825
0.27/0.41	c bounds 1109 >= 571 @ 0.342267
0.27/0.41	c bounds 1109 >= 572 @ 0.342267
0.27/0.41	c bounds 1109 >= 573 @ 0.342267
0.37/0.41	c bounds 1109 >= 574 @ 0.342728
0.37/0.41	c bounds 1109 >= 575 @ 0.343183
0.37/0.41	c bounds 1109 >= 576 @ 0.34328
0.37/0.41	c bounds 1109 >= 577 @ 0.34328
0.37/0.41	c bounds 1109 >= 578 @ 0.343621
0.37/0.41	c bounds 1109 >= 579 @ 0.344038
0.37/0.41	c bounds 1109 >= 580 @ 0.34449
0.37/0.41	c bounds 1109 >= 581 @ 0.34495
0.37/0.41	c bounds 1109 >= 582 @ 0.345405
0.37/0.41	c bounds 1109 >= 583 @ 0.345867
0.37/0.41	c bounds 1109 >= 584 @ 0.346308
0.37/0.41	c bounds 1109 >= 585 @ 0.346781
0.37/0.41	c bounds 1109 >= 586 @ 0.347239
0.37/0.41	c bounds 1109 >= 587 @ 0.347703
0.37/0.41	c bounds 1109 >= 588 @ 0.348157
0.37/0.41	c bounds 1109 >= 589 @ 0.348611
0.37/0.41	c bounds 1109 >= 590 @ 0.349072
0.37/0.42	c bounds 1109 >= 591 @ 0.349538
0.37/0.42	c bounds 1109 >= 592 @ 0.349999
0.37/0.42	c bounds 1109 >= 593 @ 0.350104
0.37/0.42	c bounds 1109 >= 594 @ 0.350104
0.37/0.42	c bounds 1109 >= 595 @ 0.350463
0.37/0.42	c bounds 1109 >= 596 @ 0.350883
0.37/0.42	c bounds 1109 >= 597 @ 0.351334
0.37/0.42	c bounds 1109 >= 598 @ 0.351789
0.37/0.42	c bounds 1109 >= 599 @ 0.352232
0.37/0.42	c bounds 1109 >= 600 @ 0.352698
0.37/0.42	c bounds 1109 >= 601 @ 0.353177
0.37/0.42	c bounds 1109 >= 602 @ 0.353634
0.37/0.42	c bounds 1109 >= 603 @ 0.3541
0.37/0.42	c bounds 1109 >= 604 @ 0.35456
0.37/0.42	c bounds 1109 >= 605 @ 0.355023
0.37/0.42	c bounds 1109 >= 606 @ 0.355494
0.37/0.42	c bounds 1109 >= 607 @ 0.355961
0.37/0.42	c bounds 1109 >= 608 @ 0.356421
0.37/0.42	c bounds 1109 >= 609 @ 0.356886
0.37/0.42	c bounds 1109 >= 610 @ 0.357353
0.37/0.42	c bounds 1109 >= 611 @ 0.357827
0.37/0.42	c bounds 1109 >= 612 @ 0.357946
0.37/0.43	c bounds 1109 >= 613 @ 0.357946
0.37/0.43	c bounds 1109 >= 614 @ 0.358257
0.37/0.43	c bounds 1109 >= 615 @ 0.358745
0.37/0.43	c bounds 1109 >= 616 @ 0.359214
0.37/0.43	c bounds 1109 >= 617 @ 0.359214
0.37/0.43	c bounds 1109 >= 618 @ 0.359214
0.37/0.43	c bounds 1109 >= 619 @ 0.359616
0.37/0.43	c bounds 1109 >= 620 @ 0.360083
0.37/0.43	c bounds 1109 >= 621 @ 0.360549
0.37/0.43	c bounds 1109 >= 622 @ 0.361007
0.37/0.43	c bounds 1109 >= 623 @ 0.361473
0.37/0.43	c bounds 1109 >= 624 @ 0.361927
0.37/0.43	c bounds 1109 >= 625 @ 0.362391
0.37/0.43	c bounds 1109 >= 626 @ 0.36285
0.37/0.43	c bounds 1109 >= 627 @ 0.363323
0.37/0.43	c bounds 1109 >= 628 @ 0.363798
0.37/0.43	c bounds 1109 >= 629 @ 0.364262
0.37/0.43	c bounds 1109 >= 630 @ 0.364773
0.37/0.43	c bounds 1109 >= 631 @ 0.364894
0.37/0.43	c bounds 1109 >= 632 @ 0.364894
0.37/0.43	c bounds 1109 >= 633 @ 0.365215
0.37/0.44	c bounds 1109 >= 634 @ 0.36567
0.37/0.44	c bounds 1109 >= 635 @ 0.366132
0.37/0.44	c bounds 1109 >= 636 @ 0.366594
0.37/0.44	c bounds 1109 >= 637 @ 0.367064
0.37/0.44	c bounds 1109 >= 638 @ 0.367532
0.37/0.44	c bounds 1109 >= 639 @ 0.368006
0.37/0.44	c bounds 1109 >= 640 @ 0.368467
0.37/0.44	c bounds 1109 >= 641 @ 0.368936
0.37/0.44	c bounds 1109 >= 642 @ 0.369409
0.37/0.45	c bounds 1108 >= 642 @ 0.374509
0.37/0.45	c bounds 1108 >= 643 @ 0.375003
0.37/0.45	c bounds 1108 >= 644 @ 0.375474
0.37/0.45	c bounds 1108 >= 645 @ 0.375946
0.37/0.45	c bounds 1108 >= 646 @ 0.376411
0.37/0.45	c bounds 1108 >= 647 @ 0.376876
0.37/0.45	c bounds 1108 >= 648 @ 0.377353
0.37/0.45	c bounds 1108 >= 649 @ 0.377825
0.37/0.45	c bounds 1108 >= 650 @ 0.378289
0.37/0.45	c bounds 1108 >= 651 @ 0.378745
0.37/0.45	c bounds 1108 >= 652 @ 0.379209
0.37/0.45	c bounds 1108 >= 653 @ 0.379672
0.37/0.45	c bounds 1108 >= 654 @ 0.380127
0.37/0.45	c bounds 1108 >= 655 @ 0.380595
0.37/0.45	c bounds 1108 >= 656 @ 0.381057
0.37/0.45	c bounds 1108 >= 657 @ 0.38153
0.37/0.45	c bounds 1108 >= 658 @ 0.381997
0.37/0.45	c bounds 1108 >= 659 @ 0.382472
0.37/0.45	c bounds 1108 >= 660 @ 0.382936
0.37/0.45	c bounds 1108 >= 661 @ 0.383401
0.37/0.45	c bounds 1108 >= 662 @ 0.383902
0.37/0.46	c bounds 1108 >= 663 @ 0.384418
0.37/0.46	c bounds 1108 >= 664 @ 0.384891
0.37/0.46	c bounds 1108 >= 665 @ 0.385364
0.37/0.46	c bounds 1108 >= 666 @ 0.385851
0.37/0.46	c bounds 1108 >= 667 @ 0.386317
0.37/0.46	c bounds 1108 >= 668 @ 0.386796
0.37/0.46	c bounds 1108 >= 669 @ 0.38726
0.37/0.46	c bounds 1108 >= 670 @ 0.387723
0.37/0.46	c bounds 1108 >= 671 @ 0.388193
0.37/0.46	c bounds 1108 >= 672 @ 0.388698
0.37/0.46	c bounds 1108 >= 673 @ 0.38918
0.37/0.46	c bounds 1108 >= 674 @ 0.389664
0.37/0.46	c bounds 1108 >= 675 @ 0.390145
0.37/0.46	c bounds 1108 >= 676 @ 0.39061
0.37/0.46	c bounds 1108 >= 677 @ 0.391084
0.37/0.46	c bounds 1108 >= 678 @ 0.391555
0.37/0.46	c bounds 1108 >= 679 @ 0.392032
0.37/0.46	c bounds 1108 >= 680 @ 0.392497
0.37/0.46	c bounds 1108 >= 681 @ 0.392959
0.37/0.46	c bounds 1108 >= 682 @ 0.39343
0.37/0.46	c bounds 1108 >= 683 @ 0.393903
0.37/0.47	c bounds 1108 >= 684 @ 0.394381
0.37/0.47	c bounds 1108 >= 685 @ 0.394892
0.37/0.47	c bounds 1108 >= 686 @ 0.395369
0.37/0.47	c bounds 1108 >= 687 @ 0.39583
0.37/0.47	c bounds 1108 >= 688 @ 0.396296
0.37/0.47	c bounds 1108 >= 689 @ 0.396777
0.37/0.47	c bounds 1108 >= 690 @ 0.397253
0.37/0.47	c bounds 1108 >= 691 @ 0.397731
0.37/0.47	c bounds 1108 >= 692 @ 0.398201
0.37/0.47	c bounds 1108 >= 693 @ 0.398671
0.37/0.47	c bounds 1108 >= 694 @ 0.399146
0.37/0.47	c bounds 1108 >= 695 @ 0.399608
0.37/0.47	c bounds 1108 >= 696 @ 0.40009
0.37/0.47	c bounds 1108 >= 697 @ 0.400565
0.37/0.47	c bounds 1108 >= 698 @ 0.401031
0.37/0.47	c bounds 1108 >= 699 @ 0.401504
0.37/0.47	c bounds 1108 >= 700 @ 0.401985
0.37/0.47	c bounds 1108 >= 701 @ 0.402465
0.37/0.47	c bounds 1108 >= 702 @ 0.402943
0.37/0.47	c bounds 1108 >= 703 @ 0.403424
0.37/0.47	c bounds 1108 >= 704 @ 0.40391
0.37/0.48	c bounds 1108 >= 705 @ 0.404399
0.37/0.48	c bounds 1108 >= 706 @ 0.404883
0.37/0.48	c bounds 1108 >= 707 @ 0.405362
0.37/0.48	c bounds 1108 >= 708 @ 0.405844
0.37/0.48	c bounds 1108 >= 709 @ 0.406327
0.37/0.48	c bounds 1108 >= 710 @ 0.406801
0.37/0.48	c bounds 1108 >= 711 @ 0.407283
0.37/0.48	c bounds 1108 >= 712 @ 0.407772
0.37/0.48	c bounds 1108 >= 713 @ 0.408255
0.37/0.48	c bounds 1108 >= 714 @ 0.408747
0.37/0.48	c bounds 1108 >= 715 @ 0.409242
0.37/0.48	c bounds 1108 >= 716 @ 0.409733
0.37/0.48	c bounds 1108 >= 717 @ 0.410222
0.37/0.48	c bounds 1108 >= 718 @ 0.410702
0.37/0.48	c bounds 1108 >= 719 @ 0.411198
0.37/0.48	c bounds 1108 >= 720 @ 0.411684
0.37/0.48	c bounds 1108 >= 721 @ 0.412181
0.37/0.48	c bounds 1108 >= 722 @ 0.412681
0.37/0.48	c bounds 1108 >= 723 @ 0.413172
0.37/0.48	c bounds 1108 >= 724 @ 0.413675
0.37/0.48	c bounds 1108 >= 725 @ 0.414169
0.37/0.49	c bounds 1108 >= 726 @ 0.41466
0.37/0.49	c bounds 1108 >= 727 @ 0.41517
0.37/0.49	c bounds 1108 >= 728 @ 0.415655
0.37/0.49	c bounds 1108 >= 729 @ 0.41614
0.37/0.49	c bounds 1108 >= 730 @ 0.416625
0.37/0.49	c bounds 1107 >= 730 @ 0.421798
0.37/0.49	c bounds 1107 >= 731 @ 0.421971
0.37/0.49	c bounds 1107 >= 732 @ 0.421971
0.37/0.49	c bounds 1107 >= 733 @ 0.422319
0.37/0.49	c bounds 1107 >= 734 @ 0.422817
0.37/0.50	c bounds 1107 >= 735 @ 0.423316
0.37/0.50	c bounds 1107 >= 736 @ 0.423821
0.37/0.50	c bounds 1107 >= 737 @ 0.424322
0.37/0.50	c bounds 1107 >= 738 @ 0.424813
0.37/0.50	c bounds 1107 >= 739 @ 0.424971
0.37/0.50	c bounds 1107 >= 740 @ 0.424971
0.37/0.50	c bounds 1107 >= 741 @ 0.425312
0.37/0.50	c bounds 1107 >= 742 @ 0.425807
0.37/0.50	c bounds 1107 >= 743 @ 0.426304
0.37/0.50	c bounds 1107 >= 744 @ 0.426792
0.37/0.50	c bounds 1107 >= 745 @ 0.427285
0.37/0.50	c bounds 1107 >= 746 @ 0.427794
0.37/0.50	c bounds 1107 >= 747 @ 0.427946
0.37/0.50	c bounds 1107 >= 748 @ 0.427946
0.37/0.50	c bounds 1107 >= 749 @ 0.428304
0.37/0.50	c bounds 1107 >= 750 @ 0.428816
0.37/0.50	c bounds 1107 >= 751 @ 0.429312
0.37/0.50	c bounds 1107 >= 752 @ 0.429815
0.37/0.50	c bounds 1107 >= 753 @ 0.430323
0.37/0.50	c bounds 1107 >= 754 @ 0.430824
0.37/0.51	c bounds 1107 >= 755 @ 0.43132
0.37/0.51	c bounds 1107 >= 756 @ 0.43182
0.37/0.51	c bounds 1107 >= 757 @ 0.431987
0.37/0.51	c bounds 1107 >= 758 @ 0.431987
0.47/0.51	c bounds 1107 >= 759 @ 0.432355
0.47/0.51	c bounds 1107 >= 760 @ 0.43287
0.47/0.51	c bounds 1107 >= 761 @ 0.433381
0.47/0.51	c bounds 1107 >= 762 @ 0.433873
0.47/0.51	c bounds 1107 >= 763 @ 0.43438
0.47/0.51	c bounds 1107 >= 764 @ 0.434906
0.47/0.51	c bounds 1107 >= 765 @ 0.435417
0.47/0.51	c bounds 1107 >= 766 @ 0.43595
0.47/0.51	c bounds 1107 >= 767 @ 0.436458
0.47/0.51	c bounds 1107 >= 768 @ 0.43699
0.47/0.51	c bounds 1107 >= 769 @ 0.4375
0.47/0.51	c bounds 1107 >= 770 @ 0.438021
0.47/0.51	c bounds 1107 >= 771 @ 0.438549
0.47/0.51	c bounds 1107 >= 772 @ 0.439054
0.47/0.51	c bounds 1107 >= 773 @ 0.439556
0.47/0.51	c bounds 1107 >= 774 @ 0.440066
0.47/0.52	c bounds 1107 >= 775 @ 0.440589
0.47/0.52	c bounds 1107 >= 776 @ 0.441098
0.47/0.52	c bounds 1107 >= 777 @ 0.441603
0.47/0.52	c bounds 1106 >= 777 @ 0.449108
0.47/0.53	c bounds 1106 >= 778 @ 0.449684
0.47/0.53	c bounds 1106 >= 779 @ 0.449863
0.47/0.53	c bounds 1106 >= 780 @ 0.449863
0.47/0.53	c bounds 1106 >= 781 @ 0.450255
0.47/0.53	c bounds 1106 >= 782 @ 0.450765
0.47/0.53	c bounds 1106 >= 783 @ 0.451271
0.47/0.53	c bounds 1106 >= 784 @ 0.451782
0.47/0.53	c bounds 1106 >= 785 @ 0.452297
0.47/0.53	c bounds 1106 >= 786 @ 0.452816
0.47/0.53	c bounds 1106 >= 787 @ 0.452954
0.47/0.53	c bounds 1106 >= 788 @ 0.452954
0.47/0.53	c bounds 1106 >= 789 @ 0.452954
0.47/0.53	c bounds 1106 >= 790 @ 0.452954
0.47/0.53	c bounds 1106 >= 791 @ 0.452954
0.47/0.53	c bounds 1106 >= 792 @ 0.452954
0.47/0.53	c bounds 1106 >= 793 @ 0.453482
0.47/0.53	c bounds 1106 >= 794 @ 0.453991
0.47/0.53	c bounds 1106 >= 795 @ 0.454518
0.47/0.53	c bounds 1106 >= 796 @ 0.455021
0.47/0.54	c bounds 1106 >= 797 @ 0.455534
0.47/0.54	c bounds 1106 >= 798 @ 0.45605
0.47/0.54	c bounds 1106 >= 799 @ 0.456575
0.47/0.54	c bounds 1106 >= 800 @ 0.457079
0.47/0.54	c bounds 1106 >= 801 @ 0.457603
0.47/0.54	c bounds 1106 >= 802 @ 0.458135
0.47/0.54	c bounds 1106 >= 803 @ 0.458657
0.47/0.54	c bounds 1106 >= 804 @ 0.459178
0.47/0.54	c bounds 1106 >= 805 @ 0.459689
0.47/0.54	c bounds 1106 >= 806 @ 0.460218
0.47/0.54	c bounds 1106 >= 807 @ 0.460727
0.47/0.54	c bounds 1106 >= 808 @ 0.461267
0.47/0.54	c bounds 1106 >= 809 @ 0.461785
0.47/0.54	c bounds 1106 >= 810 @ 0.461919
0.47/0.54	c bounds 1106 >= 811 @ 0.461919
0.47/0.54	c bounds 1106 >= 812 @ 0.462372
0.47/0.54	c bounds 1106 >= 813 @ 0.462883
0.47/0.54	c bounds 1106 >= 814 @ 0.463418
0.47/0.54	c bounds 1106 >= 815 @ 0.463968
0.47/0.55	c bounds 1106 >= 816 @ 0.464493
0.47/0.55	c bounds 1106 >= 817 @ 0.465008
0.47/0.55	c bounds 1106 >= 818 @ 0.465523
0.47/0.55	c bounds 1106 >= 819 @ 0.466065
0.47/0.55	c bounds 1106 >= 820 @ 0.466595
0.47/0.55	c bounds 1106 >= 821 @ 0.467119
0.47/0.55	c bounds 1106 >= 822 @ 0.467643
0.47/0.55	c bounds 1106 >= 823 @ 0.468163
0.47/0.55	c bounds 1106 >= 824 @ 0.468683
0.47/0.55	c bounds 1106 >= 825 @ 0.469231
0.47/0.55	c bounds 1106 >= 826 @ 0.469777
0.47/0.55	c bounds 1106 >= 827 @ 0.469897
0.47/0.56	c bounds 1105 >= 827 @ 0.480185
0.47/0.56	c bounds 1105 >= 828 @ 0.48087
0.47/0.56	c bounds 1105 >= 829 @ 0.48141
0.47/0.56	c bounds 1105 >= 830 @ 0.481966
0.47/0.56	c bounds 1105 >= 831 @ 0.482515
0.47/0.56	c bounds 1105 >= 832 @ 0.48305
0.47/0.57	c bounds 1105 >= 833 @ 0.483579
0.47/0.57	c bounds 1105 >= 834 @ 0.484108
0.47/0.57	c bounds 1105 >= 835 @ 0.484663
0.47/0.57	c bounds 1105 >= 836 @ 0.485227
0.47/0.57	c bounds 1105 >= 837 @ 0.485801
0.47/0.57	c bounds 1105 >= 838 @ 0.485849
0.47/0.57	c bounds 1105 >= 839 @ 0.486006
0.47/0.57	c bounds 1105 >= 840 @ 0.486511
0.47/0.57	c bounds 1105 >= 841 @ 0.487045
0.47/0.57	c bounds 1105 >= 842 @ 0.487588
0.47/0.57	c bounds 1105 >= 843 @ 0.488122
0.47/0.57	c bounds 1105 >= 844 @ 0.488682
0.47/0.57	c bounds 1105 >= 845 @ 0.488842
0.47/0.57	c bounds 1105 >= 846 @ 0.488842
0.47/0.57	c bounds 1105 >= 847 @ 0.488842
0.47/0.57	c bounds 1105 >= 848 @ 0.488889
0.47/0.57	c bounds 1105 >= 849 @ 0.489465
0.47/0.57	c bounds 1105 >= 850 @ 0.490082
0.47/0.58	c bounds 1105 >= 851 @ 0.49065
0.47/0.58	c bounds 1105 >= 852 @ 0.491196
0.47/0.58	c bounds 1105 >= 853 @ 0.491767
0.47/0.58	c bounds 1105 >= 854 @ 0.491833
0.47/0.58	c bounds 1105 >= 855 @ 0.491997
0.47/0.58	c bounds 1105 >= 856 @ 0.4925
0.47/0.58	c bounds 1105 >= 857 @ 0.493034
0.47/0.58	c bounds 1105 >= 858 @ 0.493571
0.47/0.58	c bounds 1105 >= 859 @ 0.494111
0.47/0.58	c bounds 1105 >= 860 @ 0.494667
0.47/0.58	c bounds 1105 >= 861 @ 0.495226
0.47/0.58	c bounds 1105 >= 862 @ 0.495796
0.47/0.58	c bounds 1105 >= 863 @ 0.49635
0.47/0.58	c bounds 1105 >= 864 @ 0.496928
0.47/0.58	c bounds 1105 >= 865 @ 0.49749
0.47/0.58	c bounds 1105 >= 866 @ 0.498077
0.47/0.58	c bounds 1105 >= 867 @ 0.498646
0.47/0.59	c bounds 1105 >= 868 @ 0.498813
0.47/0.59	c bounds 1105 >= 869 @ 0.498813
0.47/0.59	c bounds 1105 >= 870 @ 0.498813
0.47/0.59	c bounds 1105 >= 871 @ 0.499354
0.47/0.60	c bounds 1104 >= 871 @ 0.5074
0.47/0.60	c bounds 1104 >= 872 @ 0.508104
0.47/0.60	c bounds 1104 >= 873 @ 0.508677
0.47/0.60	c bounds 1104 >= 874 @ 0.508779
0.47/0.60	c bounds 1104 >= 875 @ 0.508827
0.47/0.60	c bounds 1104 >= 876 @ 0.509395
0.47/0.60	c bounds 1104 >= 877 @ 0.509958
0.47/0.60	c bounds 1104 >= 878 @ 0.510527
0.47/0.60	c bounds 1104 >= 879 @ 0.511089
0.56/0.60	c bounds 1104 >= 880 @ 0.511667
0.56/0.60	c bounds 1104 >= 881 @ 0.511771
0.56/0.60	c bounds 1104 >= 882 @ 0.511946
0.56/0.60	c bounds 1104 >= 883 @ 0.51245
0.56/0.60	c bounds 1104 >= 884 @ 0.51299
0.56/0.60	c bounds 1104 >= 885 @ 0.51356
0.56/0.61	c bounds 1104 >= 886 @ 0.514115
0.56/0.61	c bounds 1104 >= 887 @ 0.51467
0.56/0.61	c bounds 1104 >= 888 @ 0.514758
0.56/0.61	c bounds 1104 >= 889 @ 0.514927
0.56/0.61	c bounds 1104 >= 890 @ 0.515423
0.56/0.61	c bounds 1104 >= 891 @ 0.515977
0.56/0.61	c bounds 1104 >= 892 @ 0.516538
0.56/0.61	c bounds 1104 >= 893 @ 0.51708
0.56/0.61	c bounds 1104 >= 894 @ 0.517649
0.56/0.61	c bounds 1104 >= 895 @ 0.518267
0.56/0.61	c bounds 1104 >= 896 @ 0.518855
0.56/0.61	c bounds 1104 >= 897 @ 0.519435
0.56/0.61	c bounds 1104 >= 898 @ 0.519743
0.56/0.61	c bounds 1104 >= 899 @ 0.519743
0.56/0.61	c bounds 1104 >= 900 @ 0.520248
0.56/0.61	c bounds 1104 >= 901 @ 0.520872
0.56/0.61	c bounds 1104 >= 902 @ 0.521457
0.56/0.62	c bounds 1104 >= 903 @ 0.522032
0.56/0.62	c bounds 1104 >= 904 @ 0.522648
0.56/0.62	c bounds 1104 >= 905 @ 0.522735
0.56/0.62	c bounds 1104 >= 906 @ 0.523017
0.56/0.62	c bounds 1104 >= 907 @ 0.523603
0.56/0.62	c bounds 1104 >= 908 @ 0.523732
0.56/0.62	c bounds 1104 >= 909 @ 0.523922
0.56/0.62	c bounds 1104 >= 910 @ 0.524466
0.56/0.63	c bounds 1103 >= 910 @ 0.53533
0.56/0.63	c bounds 1103 >= 911 @ 0.536302
0.56/0.63	c bounds 1103 >= 912 @ 0.537027
0.56/0.63	c bounds 1103 >= 913 @ 0.537702
0.56/0.63	c bounds 1103 >= 914 @ 0.538375
0.56/0.64	c bounds 1103 >= 915 @ 0.539021
0.56/0.64	c bounds 1103 >= 916 @ 0.539666
0.56/0.64	c bounds 1103 >= 917 @ 0.540328
0.56/0.64	c bounds 1103 >= 918 @ 0.541084
0.56/0.64	c bounds 1103 >= 919 @ 0.54172
0.56/0.64	c bounds 1103 >= 920 @ 0.542375
0.56/0.64	c bounds 1103 >= 921 @ 0.543057
0.56/0.64	c bounds 1103 >= 922 @ 0.543711
0.56/0.64	c bounds 1103 >= 923 @ 0.544367
0.56/0.64	c bounds 1103 >= 924 @ 0.545136
0.56/0.64	c bounds 1103 >= 925 @ 0.54579
0.56/0.64	c bounds 1103 >= 926 @ 0.546475
0.56/0.64	c bounds 1103 >= 927 @ 0.546669
0.56/0.64	c bounds 1103 >= 928 @ 0.546973
0.56/0.64	c bounds 1103 >= 929 @ 0.547762
0.56/0.65	c bounds 1103 >= 930 @ 0.548512
0.56/0.65	c bounds 1103 >= 931 @ 0.548663
0.56/0.65	c bounds 1103 >= 932 @ 0.548663
0.56/0.65	c bounds 1103 >= 933 @ 0.548663
0.56/0.65	c bounds 1103 >= 934 @ 0.548663
0.56/0.65	c bounds 1103 >= 935 @ 0.548663
0.56/0.65	c bounds 1103 >= 936 @ 0.548945
0.56/0.65	c bounds 1103 >= 937 @ 0.549628
0.56/0.66	c bounds 1102 >= 937 @ 0.559739
0.56/0.66	c bounds 1102 >= 938 @ 0.560718
0.56/0.66	c bounds 1102 >= 939 @ 0.561507
0.56/0.66	c bounds 1102 >= 940 @ 0.561622
0.56/0.66	c bounds 1102 >= 941 @ 0.561953
0.56/0.66	c bounds 1102 >= 942 @ 0.562669
0.56/0.67	c bounds 1102 >= 943 @ 0.563397
0.56/0.67	c bounds 1102 >= 944 @ 0.564174
0.56/0.67	c bounds 1102 >= 945 @ 0.564903
0.56/0.67	c bounds 1102 >= 946 @ 0.565713
0.56/0.67	c bounds 1102 >= 947 @ 0.56643
0.56/0.67	c bounds 1102 >= 948 @ 0.566603
0.56/0.67	c bounds 1102 >= 949 @ 0.567232
0.56/0.67	c bounds 1102 >= 950 @ 0.567599
0.56/0.67	c bounds 1102 >= 951 @ 0.56794
0.56/0.67	c bounds 1102 >= 952 @ 0.568793
0.56/0.67	c bounds 1102 >= 953 @ 0.56963
0.56/0.67	c bounds 1102 >= 954 @ 0.57042
0.56/0.68	c bounds 1102 >= 955 @ 0.57059
0.56/0.68	c bounds 1101 >= 955 @ 0.57842
0.56/0.69	c bounds 1101 >= 956 @ 0.579426
0.56/0.69	c bounds 1101 >= 957 @ 0.579561
0.56/0.69	c bounds 1101 >= 958 @ 0.580164
0.56/0.69	c bounds 1101 >= 959 @ 0.580557
0.56/0.69	c bounds 1101 >= 960 @ 0.581081
0.56/0.69	c bounds 1101 >= 961 @ 0.581921
0.56/0.69	c bounds 1101 >= 962 @ 0.582699
0.56/0.69	c bounds 1101 >= 963 @ 0.583487
0.56/0.69	c bounds 1101 >= 964 @ 0.584329
0.56/0.69	c bounds 1101 >= 965 @ 0.584544
0.56/0.69	c bounds 1101 >= 966 @ 0.584544
0.56/0.70	c bounds 1101 >= 967 @ 0.584544
0.65/0.71	c bounds 1100 >= 967 @ 0.593797
0.65/0.71	c bounds 1100 >= 968 @ 0.594881
0.65/0.71	c bounds 1100 >= 969 @ 0.595951
0.65/0.71	c bounds 1100 >= 970 @ 0.597228
0.65/0.71	c bounds 1100 >= 971 @ 0.598628
0.65/0.71	c bounds 1100 >= 972 @ 0.599653
0.65/0.71	c bounds 1100 >= 973 @ 0.601046
0.65/0.71	c bounds 1100 >= 974 @ 0.602543
0.65/0.72	c bounds 1100 >= 975 @ 0.603764
0.65/0.72	c bounds 1100 >= 976 @ 0.604446
0.65/0.73	c bounds 1099 >= 976 @ 0.617423
0.65/0.73	c bounds 1099 >= 977 @ 0.618099
0.65/0.73	c bounds 1099 >= 978 @ 0.619722
0.65/0.74	c bounds 1099 >= 979 @ 0.621897
0.65/0.74	c bounds 1099 >= 980 @ 0.6241
0.65/0.76	c bounds 1098 >= 980 @ 0.644499
0.65/0.76	c bounds 1098 >= 981 @ 0.648093
0.65/0.77	c bounds 1098 >= 982 @ 0.650381
0.65/0.77	c bounds 1098 >= 983 @ 0.654234
0.65/0.79	c bounds 1097 >= 983 @ 0.674231
0.75/0.80	c bounds 1097 >= 984 @ 0.678144
0.75/0.81	c bounds 1097 >= 985 @ 0.687263
0.75/0.84	c bounds 1096 >= 985 @ 0.719168
0.75/0.86	c bounds 1096 >= 986 @ 0.732305
0.75/0.88	c bounds 1095 >= 986 @ 0.752746
0.85/0.91	c bounds 1094 >= 986 @ 0.778813
0.85/0.95	c #Conflicts:       1000 | #Constraints:       8443
0.85/0.95	c bounds 1094 >= 987 @ 0.820757
0.85/0.97	c bounds 1093 >= 987 @ 0.843014
0.85/1.00	c bounds 1092 >= 987 @ 0.863481
0.96/1.03	c bounds 1091 >= 987 @ 0.89569
1.16/1.20	c bounds 1090 >= 987 @ 1.05316
1.36/1.45	c #Conflicts:       2000 | #Constraints:       9513
1.36/1.45	c INPROCESSING
1.36/1.45	c GARBAGE COLLECT
1.36/1.45	c rational objective 987
1.46/1.57	c bounds 1089 >= 987 @ 1.41121
1.55/1.62	c bounds 1088 >= 987 @ 1.45911
1.75/1.88	c bounds 1087 >= 987 @ 1.72137
1.85/1.92	c bounds 1087 >= 988 @ 1.75606
1.85/1.99	c #Conflicts:       3000 | #Constraints:       8483
1.85/1.99	c bounds 1087 >= 989 @ 1.82378
1.96/2.05	c bounds 1086 >= 989 @ 1.8796
2.06/2.11	c bounds 1085 >= 989 @ 1.92998
2.06/2.15	c bounds 1084 >= 989 @ 1.97227
2.75/2.89	c #Conflicts:       4000 | #Constraints:       9507
2.75/2.89	c INPROCESSING
2.75/2.89	c GARBAGE COLLECT
2.75/2.89	c rational objective 989
2.85/2.98	c bounds 1083 >= 989 @ 2.77771
2.95/3.03	c bounds 1082 >= 989 @ 2.82616
3.06/3.11	c bounds 1081 >= 989 @ 2.89952
3.06/3.18	c bounds 1080 >= 989 @ 2.96545
3.15/3.22	c bounds 1079 >= 989 @ 3.00424
3.15/3.26	c #Conflicts:       5000 | #Constraints:       8841
3.15/3.26	c bounds 1078 >= 989 @ 3.04741
3.25/3.30	c bounds 1077 >= 989 @ 3.08749
3.25/3.35	c bounds 1076 >= 989 @ 3.13305
3.35/3.40	c bounds 1075 >= 989 @ 3.17996
3.35/3.45	c bounds 1074 >= 989 @ 3.22681
3.45/3.50	c bounds 1073 >= 989 @ 3.28267
3.55/3.69	c #Conflicts:       6000 | #Constraints:       9847
3.55/3.69	c bounds 1072 >= 989 @ 3.45822
4.05/4.16	c INPROCESSING
4.05/4.16	c GARBAGE COLLECT
4.05/4.16	c rational objective 989
4.15/4.28	c bounds 1072 >= 990 @ 4.03421
4.24/4.35	c #Conflicts:       7000 | #Constraints:       8849
4.24/4.35	c bounds 1071 >= 990 @ 4.09581
5.14/5.23	c #Conflicts:       8000 | #Constraints:       9850
5.14/5.23	c #Conflicts:       9000 | #Constraints:      10850
5.14/5.23	c INPROCESSING
5.14/5.23	c GARBAGE COLLECT
5.14/5.23	c rational objective 990
5.24/5.34	c bounds 1070 >= 990 @ 5.0699
5.35/5.45	c bounds 1069 >= 990 @ 5.17769
5.64/5.74	c #Conflicts:      10000 | #Constraints:       9535
5.64/5.74	c bounds 1068 >= 990 @ 5.45517
5.74/5.82	c bounds 1067 >= 990 @ 5.53236
5.74/5.89	c bounds 1066 >= 990 @ 5.60007
5.84/5.94	c bounds 1065 >= 990 @ 5.64392
6.05/6.13	c #Conflicts:      11000 | #Constraints:      10541
6.05/6.13	c bounds 1064 >= 990 @ 5.83049
6.24/6.30	c bounds 1063 >= 990 @ 5.99553
6.34/6.41	c bounds 1062 >= 990 @ 6.10844
6.54/6.60	c #Conflicts:      12000 | #Constraints:      11551
6.54/6.60	c INPROCESSING
6.54/6.60	c GARBAGE COLLECT
6.54/6.60	c rational objective 990
7.54/7.69	c #Conflicts:      13000 | #Constraints:       9904
7.54/7.69	c #Conflicts:      14000 | #Constraints:      10933
7.54/7.69	c bounds 1061 >= 990 @ 7.3423
8.14/8.24	c #Conflicts:      15000 | #Constraints:      11946
8.14/8.24	c INPROCESSING
8.14/8.24	c GARBAGE COLLECT
8.14/8.24	c rational objective 990
8.23/8.39	c bounds 1061 >= 991 @ 8.02992
9.23/9.32	c #Conflicts:      16000 | #Constraints:      10276
9.23/9.32	c #Conflicts:      17000 | #Constraints:      11276
9.23/9.32	c #Conflicts:      18000 | #Constraints:      12276
9.23/9.32	c INPROCESSING
9.23/9.32	c GARBAGE COLLECT
9.23/9.32	c rational objective 991
9.34/9.41	c bounds 1060 >= 991 @ 9.02742
9.34/9.44	c bounds 1059 >= 991 @ 9.0581
9.43/9.57	c bounds 1058 >= 991 @ 9.17721
10.73/10.81	c #Conflicts:      19000 | #Constraints:      10286
10.73/10.81	c #Conflicts:      20000 | #Constraints:      11286
10.73/10.81	c #Conflicts:      21000 | #Constraints:      12287
10.73/10.81	c INPROCESSING
10.73/10.81	c GARBAGE COLLECT
10.73/10.81	c rational objective 991
12.03/12.11	c #Conflicts:      22000 | #Constraints:      10100
12.03/12.11	c #Conflicts:      23000 | #Constraints:      11100
12.03/12.11	c #Conflicts:      24000 | #Constraints:      12100
12.03/12.11	c #Conflicts:      25000 | #Constraints:      13100
12.03/12.11	c INPROCESSING
12.03/12.11	c GARBAGE COLLECT
12.03/12.11	c rational objective 991
12.63/12.72	c #Conflicts:      26000 | #Constraints:      10701
12.63/12.72	c bounds 1057 >= 991 @ 12.2698
14.02/14.15	c #Conflicts:      27000 | #Constraints:      11714
14.02/14.15	c #Conflicts:      28000 | #Constraints:      12714
14.02/14.15	c #Conflicts:      29000 | #Constraints:      13714
14.02/14.15	c INPROCESSING
14.02/14.15	c GARBAGE COLLECT
14.02/14.15	c rational objective 991
15.32/15.40	c #Conflicts:      30000 | #Constraints:      11106
15.32/15.40	c #Conflicts:      31000 | #Constraints:      12106
15.32/15.40	c #Conflicts:      32000 | #Constraints:      13106
15.32/15.40	c bounds 1057 >= 992 @ 14.8853
15.82/15.95	c #Conflicts:      33000 | #Constraints:      14169
15.82/15.95	c INPROCESSING
15.82/15.95	c GARBAGE COLLECT
15.82/15.95	c rational objective 992
17.42/17.55	c #Conflicts:      34000 | #Constraints:      11347
17.42/17.55	c #Conflicts:      35000 | #Constraints:      12347
17.42/17.55	c #Conflicts:      36000 | #Constraints:      13347
17.42/17.55	c #Conflicts:      37000 | #Constraints:      14347
17.42/17.55	c INPROCESSING
17.42/17.55	c GARBAGE COLLECT
17.42/17.55	c rational objective 992
17.81/17.94	c #Conflicts:      38000 | #Constraints:      11353
17.81/17.94	c bounds 1056 >= 992 @ 17.372
18.21/18.38	c #Conflicts:      39000 | #Constraints:      12354
18.21/18.38	c bounds 1055 >= 992 @ 17.8109
18.41/18.59	c bounds 1054 >= 992 @ 18.0143
18.81/18.91	c #Conflicts:      40000 | #Constraints:      13361
18.81/18.91	c bounds 1053 >= 992 @ 18.3286
20.40/20.52	c #Conflicts:      41000 | #Constraints:      14365
20.40/20.52	c INPROCESSING
20.40/20.52	c GARBAGE COLLECT
20.40/20.52	c rational objective 992
20.91/21.04	c #Conflicts:      42000 | #Constraints:      11165
20.91/21.04	c bounds 1052 >= 992 @ 20.4268
22.80/22.95	c #Conflicts:      43000 | #Constraints:      12175
22.80/22.95	c #Conflicts:      44000 | #Constraints:      13175
22.80/22.95	c #Conflicts:      45000 | #Constraints:      14175
22.80/22.95	c #Conflicts:      46000 | #Constraints:      15199
22.80/22.95	c INPROCESSING
22.80/22.95	c GARBAGE COLLECT
22.80/22.95	c rational objective 992
23.60/23.71	c #Conflicts:      47000 | #Constraints:      11803
23.60/23.71	c bounds 1051 >= 992 @ 23.0552
23.69/23.83	WSVECS04 Frhs2[2]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[13]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[17]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[32]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[34]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[35]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[41]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[46]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[48]: 6 -1.00006 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[59]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[60]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[72]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[73]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[75]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[89]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[91]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[97]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[106]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[111]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[116]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[121]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[122]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[131]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[132]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[136]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[146]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[148]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[151]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[153]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[156]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[159]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[169]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[172]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[177]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[179]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[180]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[193]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[194]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[200]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[204]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[209]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[218]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[222]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[224]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[240]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[244]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[246]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[248]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[253]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[263]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[266]: 6 -1.00006 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[290]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[388]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[392]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[402]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[406]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[417]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[418]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[421]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[422]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[428]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[429]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[431]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[447]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[457]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[463]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[471]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[477]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[502]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[512]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[527]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[547]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[559]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[580]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[598]: 6 -1.00006 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[599]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[601]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[643]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[647]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[648]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[649]: 6 -1.00006 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[653]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[656]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[660]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[662]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[666]: 6 -1.00006 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[676]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[679]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[687]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[693]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[698]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[716]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[724]: 6 -1.00006 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[727]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[736]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[750]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[757]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[761]: 6 -1.00006 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[762]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[773]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[776]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[783]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[790]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[815]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[826]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[833]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[837]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[838]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[840]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[842]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[850]: 6 -1.00006 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[854]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[855]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[875]: 6 -1.00006 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[882]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[883]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[894]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[898]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[903]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[907]: 6 -1.00006 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[908]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[913]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[915]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[930]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[937]: 6 -1.00006 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[939]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[943]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[947]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[948]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[979]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[981]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1021]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1023]: 6 -1.00006 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1025]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1033]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1034]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1037]: 6 -1.00006 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1042]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1045]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1049]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1051]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1063]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1064]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1072]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1082]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1085]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1090]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1106]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1120]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1124]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1125]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1138]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1140]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1142]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1149]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1168]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1186]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1189]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1200]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1205]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1222]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1225]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1232]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1236]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1239]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1241]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1244]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1266]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1274]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1276]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1277]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1309]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1365]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1391]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1398]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1407]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1420]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1425]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1437]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1447]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1453]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1455]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1456]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1479]: 6 -1.00006 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1487]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1492]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1495]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1501]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1541]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1560]: 6 -1.00006 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1566]: 6 -1.00006 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1584]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1585]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1594]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1605]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1620]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1622]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1634]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1662]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1675]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1682]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1685]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1687]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1694]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1701]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1725]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1726]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1732]: 6 -1.00006 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1744]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1746]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1792]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1800]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1802]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1805]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1809]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1819]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1827]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1845]: 6 -1.00001 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1924]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1925]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1926]: 6 -1.00004 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1932]: 6 -1.00006 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1933]: 6 -1.00002 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1941]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1953]: 6 -1.00003 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1954]: 6 -1.00005 0 shouldn't be
23.69/23.83	WSVECS04 Frhs2[1955]: 6 -1.00004 0 shouldn't be
25.69/25.85	c #Conflicts:      48000 | #Constraints:      12813
25.69/25.85	c #Conflicts:      49000 | #Constraints:      13813
25.69/25.85	c #Conflicts:      50000 | #Constraints:      14813
25.69/25.85	c #Conflicts:      51000 | #Constraints:      15813
25.69/25.85	c INPROCESSING
25.69/25.85	c GARBAGE COLLECT
25.69/25.85	c rational objective 992
26.09/26.24	c bounds 1050 >= 992 @ 25.5363
26.19/26.39	c #Conflicts:      52000 | #Constraints:      12190
26.19/26.39	c bounds 1049 >= 992 @ 25.6823
26.29/26.48	c bounds 1048 >= 992 @ 25.7715
26.50/26.63	c bounds 1047 >= 992 @ 25.923
26.79/26.97	c #Conflicts:      53000 | #Constraints:      13196
26.79/26.97	c bounds 1046 >= 992 @ 26.2529
27.69/27.84	c #Conflicts:      54000 | #Constraints:      14203
27.69/27.84	c bounds 1045 >= 992 @ 27.1025
28.48/28.67	c #Conflicts:      55000 | #Constraints:      15259
28.48/28.67	c #Conflicts:      56000 | #Constraints:      16288
28.48/28.67	c INPROCESSING
28.48/28.67	c GARBAGE COLLECT
28.48/28.67	c rational objective 992
31.18/31.35	c #Conflicts:      57000 | #Constraints:      12408
31.18/31.35	c #Conflicts:      58000 | #Constraints:      13408
31.18/31.35	c #Conflicts:      59000 | #Constraints:      14408
31.18/31.35	c #Conflicts:      60000 | #Constraints:      15408
31.18/31.35	c #Conflicts:      61000 | #Constraints:      16408
31.18/31.35	c INPROCESSING
31.18/31.35	c GARBAGE COLLECT
31.18/31.35	c rational objective 992
31.58/31.70	c bounds 1044 >= 992 @ 30.8814
34.47/34.64	c #Conflicts:      62000 | #Constraints:      12416
34.47/34.64	c #Conflicts:      63000 | #Constraints:      13416
34.47/34.64	c #Conflicts:      64000 | #Constraints:      14416
34.47/34.64	c #Conflicts:      65000 | #Constraints:      15417
34.47/34.64	c #Conflicts:      66000 | #Constraints:      16476
34.47/34.64	c INPROCESSING
34.47/34.64	c GARBAGE COLLECT
34.47/34.64	c rational objective 992
37.29/37.65	c #Conflicts:      67000 | #Constraints:      12259
37.29/37.65	c #Conflicts:      68000 | #Constraints:      13259
37.29/37.65	c #Conflicts:      69000 | #Constraints:      14259
37.29/37.65	c #Conflicts:      70000 | #Constraints:      15259
37.29/37.65	c #Conflicts:      71000 | #Constraints:      16259
37.29/37.65	c #Conflicts:      72000 | #Constraints:      17259
37.29/37.65	c INPROCESSING
37.29/37.65	c GARBAGE COLLECT
37.29/37.65	c rational objective 992
38.70/39.04	c #Conflicts:      73000 | #Constraints:      12829
38.70/39.04	c #Conflicts:      74000 | #Constraints:      13882
38.70/39.04	c bounds 1043 >= 992 @ 37.8974
39.59/39.90	c #Conflicts:      75000 | #Constraints:      14959
39.59/39.90	c #Conflicts:      76000 | #Constraints:      15993
39.59/39.90	c bounds 1042 >= 992 @ 38.7357
42.69/43.02	c #Conflicts:      77000 | #Constraints:      17009
42.69/43.02	c #Conflicts:      78000 | #Constraints:      18009
42.69/43.02	c INPROCESSING
42.69/43.02	c GARBAGE COLLECT
42.69/43.02	c rational objective 992
45.38/45.77	c #Conflicts:      79000 | #Constraints:      13312
45.38/45.77	c #Conflicts:      80000 | #Constraints:      14328
45.38/45.77	c #Conflicts:      81000 | #Constraints:      15451
45.38/45.77	c bounds 1041 >= 992 @ 44.5025
45.58/45.91	WSVECS04 Frhs2[3]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[5]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[7]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[12]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[13]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[14]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[17]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[18]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[24]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[29]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[33]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[34]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[36]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[41]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[44]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[45]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[46]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[47]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[48]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[51]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[56]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[59]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[60]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[72]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[73]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[74]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[75]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[80]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[82]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[83]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[85]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[89]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[90]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[91]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[96]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[97]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[99]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[101]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[106]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[111]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[112]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[113]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[118]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[119]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[122]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[127]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[128]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[131]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[132]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[136]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[137]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[138]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[146]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[148]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[150]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[151]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[154]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[155]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[156]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[157]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[159]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[161]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[164]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[166]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[169]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[170]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[171]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[172]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[177]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[179]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[180]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[184]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[185]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[189]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[190]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[191]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[192]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[193]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[195]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[196]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[200]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[201]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[202]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[204]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[205]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[206]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[209]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[210]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[211]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[214]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[215]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[218]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[232]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[233]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[236]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[238]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[240]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[243]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[244]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[246]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[247]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[248]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[250]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[251]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[253]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[257]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[258]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[259]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[263]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[265]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[266]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[267]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[270]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[272]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[274]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[277]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[278]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[279]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[280]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[281]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[283]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[287]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[292]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[293]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[295]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[296]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[303]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[304]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[305]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[306]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[307]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[308]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[310]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[314]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[315]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[316]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[318]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[320]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[322]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[327]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[328]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[331]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[334]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[335]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[336]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[337]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[338]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[347]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[349]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[351]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[352]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[354]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[355]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[358]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[359]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[361]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[364]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[365]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[370]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[372]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[375]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[376]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[378]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[382]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[383]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[392]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[393]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[394]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[395]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[397]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[401]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[402]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[404]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[405]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[406]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[409]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[410]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[411]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[415]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[416]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[417]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[421]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[423]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[426]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[429]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[430]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[431]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[436]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[438]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[441]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[447]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[449]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[451]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[452]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[455]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[456]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[457]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[458]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[463]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[467]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[471]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[473]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[475]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[476]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[477]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[479]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[481]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[482]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[483]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[484]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[485]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[487]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[489]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[491]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[494]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[497]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[499]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[502]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[503]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[504]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[510]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[512]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[514]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[520]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[521]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[528]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[531]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[535]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[537]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[539]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[541]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[542]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[546]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[547]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[548]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[549]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[550]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[552]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[553]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[556]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[559]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[560]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[564]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[567]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[568]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[569]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[570]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[572]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[575]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[576]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[580]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[582]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[583]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[585]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[586]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[587]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[589]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[590]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[592]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[594]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[598]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[599]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[601]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[602]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[603]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[605]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[607]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[609]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[611]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[613]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[614]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[615]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[619]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[620]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[624]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[633]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[636]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[637]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[640]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[641]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[642]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[643]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[645]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[647]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[648]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[649]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[650]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[653]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[654]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[656]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[657]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[660]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[662]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[666]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[667]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[668]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[673]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[676]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[679]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[682]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[683]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[687]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[689]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[692]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[693]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[696]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[698]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[703]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[704]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[706]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[708]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[710]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[711]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[713]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[714]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[718]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[722]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[726]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[727]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[729]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[733]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[736]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[737]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[746]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[747]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[748]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[751]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[755]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[756]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[757]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[758]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[759]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[760]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[761]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[762]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[763]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[764]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[766]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[767]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[768]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[772]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[773]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[781]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[783]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[784]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[788]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[790]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[795]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[796]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[797]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[800]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[802]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[807]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[808]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[809]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[811]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[815]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[819]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[824]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[827]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[829]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[831]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[833]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[834]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[837]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[838]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[840]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[841]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[842]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[844]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[849]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[850]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[854]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[855]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[875]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[878]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[881]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[882]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[887]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[888]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[889]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[892]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[894]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[895]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[896]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[898]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[903]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[905]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[907]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[908]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[910]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[913]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[915]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[917]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[919]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[925]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[926]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[928]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[929]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[930]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[931]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[934]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[936]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[937]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[939]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[943]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[947]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[949]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[951]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[954]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[958]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[963]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[965]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[969]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[971]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[972]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[975]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[977]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[979]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[981]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[982]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[987]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[990]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[991]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[993]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[998]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1002]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1008]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1009]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1012]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1021]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1022]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1023]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1024]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1027]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1029]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1033]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1034]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1041]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1042]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1043]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1049]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1051]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1061]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1063]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1064]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1067]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1071]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1072]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1081]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1082]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1085]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1088]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1089]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1090]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1091]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1095]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1100]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1101]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1102]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1109]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1112]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1113]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1116]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1120]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1122]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1124]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1125]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1127]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1132]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1134]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1135]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1137]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1138]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1140]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1142]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1143]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1146]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1149]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1154]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1158]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1160]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1161]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1162]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1167]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1168]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1173]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1178]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1179]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1186]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1189]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1190]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1198]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1205]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1206]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1213]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1215]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1217]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1220]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1222]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1223]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1224]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1225]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1232]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1233]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1236]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1239]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1241]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1242]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1243]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1244]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1248]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1252]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1260]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1262]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1266]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1267]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1268]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1270]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1274]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1275]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1276]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1277]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1280]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1281]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1285]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1294]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1299]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1300]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1301]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1304]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1305]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1309]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1316]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1319]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1320]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1322]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1323]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1325]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1328]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1330]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1334]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1336]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1339]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1349]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1351]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1352]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1353]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1357]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1359]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1360]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1365]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1366]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1370]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1371]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1372]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1375]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1377]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1380]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1381]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1384]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1386]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1388]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1390]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1395]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1397]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1398]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1402]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1407]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1412]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1415]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1417]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1418]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1420]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1421]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1425]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1427]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1429]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1430]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1431]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1433]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1437]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1439]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1444]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1446]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1447]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1449]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1450]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1453]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1455]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1456]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1457]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1459]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1461]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1463]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1469]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1470]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1475]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1476]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1478]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1479]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1487]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1488]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1489]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1491]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1492]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1495]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1498]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1501]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1502]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1505]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1506]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1508]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1510]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1515]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1517]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1518]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1519]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1521]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1522]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1526]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1527]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1532]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1533]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1536]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1537]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1540]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1542]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1548]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1550]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1551]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1552]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1561]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1562]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1564]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1573]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1575]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1577]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1578]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1579]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1580]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1585]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1586]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1587]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1588]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1591]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1594]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1598]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1600]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1601]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1602]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1605]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1606]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1607]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1609]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1611]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1613]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1614]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1616]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1620]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1621]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1622]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1624]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1626]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1628]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1631]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1634]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1635]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1636]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1640]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1641]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1644]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1648]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1653]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1654]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1655]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1657]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1659]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1661]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1662]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1664]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1665]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1667]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1674]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1675]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1677]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1678]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1681]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1682]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1684]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1685]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1686]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1687]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1694]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1696]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1697]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1699]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1702]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1704]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1705]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1706]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1709]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1710]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1719]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1720]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1721]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1724]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1726]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1727]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1730]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1731]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1732]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1733]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1734]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1736]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1737]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1740]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1744]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1746]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1748]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1750]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1751]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1755]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1757]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1763]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1767]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1768]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1776]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1777]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1782]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1783]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1785]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1788]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1791]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1792]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1794]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1796]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1798]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1800]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1802]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1804]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1805]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1807]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1809]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1813]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1815]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1819]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1821]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1822]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1823]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1824]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1827]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1828]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1829]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1831]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1838]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1840]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1841]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1844]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1845]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1846]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1848]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1850]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1856]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1859]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1861]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1864]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1866]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1867]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1868]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1870]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1873]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1875]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1877]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1878]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1880]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1884]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1887]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1888]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1889]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1890]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1891]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1893]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1895]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1897]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1903]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1909]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1910]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1914]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1919]: 6 -1.00008 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1920]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1922]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1924]: 6 -1.00001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1925]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1926]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1927]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1933]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1934]: 6 -1.00009 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1935]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1942]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1945]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1946]: 6 -1.00007 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1949]: 6 -1.00004 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1951]: 6 -1.00006 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1952]: 6 -1.00003 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1953]: 6 -1.0001 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1954]: 6 -1.00005 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1955]: 6 -1.00002 0 shouldn't be
45.58/45.91	WSVECS04 Frhs2[1958]: 6 -1.00009 0 shouldn't be
46.88/47.27	c #Conflicts:      82000 | #Constraints:      16543
46.88/47.27	c #Conflicts:      83000 | #Constraints:      17543
46.88/47.27	c #Conflicts:      84000 | #Constraints:      18543
46.88/47.27	c INPROCESSING
46.88/47.27	c GARBAGE COLLECT
46.88/47.27	c rational objective 992
50.87/51.22	c #Conflicts:      85000 | #Constraints:      13558
50.87/51.22	c #Conflicts:      86000 | #Constraints:      14558
50.87/51.22	c #Conflicts:      87000 | #Constraints:      15558
50.87/51.22	c #Conflicts:      88000 | #Constraints:      16558
50.87/51.22	c #Conflicts:      89000 | #Constraints:      17558
50.87/51.22	c #Conflicts:      90000 | #Constraints:      18558
50.87/51.22	c INPROCESSING
50.87/51.22	c GARBAGE COLLECT
50.87/51.22	c rational objective 992
54.76/55.14	c #Conflicts:      91000 | #Constraints:      13492
54.76/55.14	c #Conflicts:      92000 | #Constraints:      14510
54.76/55.14	c #Conflicts:      93000 | #Constraints:      15562
54.76/55.14	c #Conflicts:      94000 | #Constraints:      16638
54.76/55.14	c #Conflicts:      95000 | #Constraints:      17680
54.76/55.14	c #Conflicts:      96000 | #Constraints:      18732
54.76/55.14	c INPROCESSING
54.76/55.14	c GARBAGE COLLECT
54.76/55.14	c rational objective 992
55.66/56.01	c #Conflicts:      97000 | #Constraints:      13375
55.66/56.01	c #Conflicts:      98000 | #Constraints:      14375
55.66/56.01	c bounds 1041 >= 993 @ 54.5479
58.24/58.67	c #Conflicts:      99000 | #Constraints:      15447
58.24/58.67	c #Conflicts:     100000 | #Constraints:      16447
58.24/58.67	c #Conflicts:     101000 | #Constraints:      17447
58.24/58.67	c #Conflicts:     102000 | #Constraints:      18447
58.24/58.67	c #Conflicts:     103000 | #Constraints:      19447
58.24/58.67	c INPROCESSING
58.24/58.67	c GARBAGE COLLECT
58.24/58.67	c rational objective 993
60.75/61.16	c #Conflicts:     104000 | #Constraints:      13949
60.75/61.16	c #Conflicts:     105000 | #Constraints:      14950
60.75/61.16	c #Conflicts:     106000 | #Constraints:      15994
60.75/61.16	c #Conflicts:     107000 | #Constraints:      17059
60.75/61.16	c bounds 1040 >= 993 @ 59.5973
64.63/65.08	c #Conflicts:     108000 | #Constraints:      18094
64.63/65.08	c #Conflicts:     109000 | #Constraints:      19094
64.63/65.08	c #Conflicts:     110000 | #Constraints:      20094
64.63/65.08	c INPROCESSING
64.63/65.08	c GARBAGE COLLECT
64.63/65.08	c rational objective 993
66.70/67.21	c #Conflicts:     111000 | #Constraints:      14363
66.70/67.21	c #Conflicts:     112000 | #Constraints:      15384
66.70/67.21	c #Conflicts:     113000 | #Constraints:      16464
66.70/67.21	c bounds 1039 >= 993 @ 65.4456
66.79/67.36	WSVECS04 Frhs2[3]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[5]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[7]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[13]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[14]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[17]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[18]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[24]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[29]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[32]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[33]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[34]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[36]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[41]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[44]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[45]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[47]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[48]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[51]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[53]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[56]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[59]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[60]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[72]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[73]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[74]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[80]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[81]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[82]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[83]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[85]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[88]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[89]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[90]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[91]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[92]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[93]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[97]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[99]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[101]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[102]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[106]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[107]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[111]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[112]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[118]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[119]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[122]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[127]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[128]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[132]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[136]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[137]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[138]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[146]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[148]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[150]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[151]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[154]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[155]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[156]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[157]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[159]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[161]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[164]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[166]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[169]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[170]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[171]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[177]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[179]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[180]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[181]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[182]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[187]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[189]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[190]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[191]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[192]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[193]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[195]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[199]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[200]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[201]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[202]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[204]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[206]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[209]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[210]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[211]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[214]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[215]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[216]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[218]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[221]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[224]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[233]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[236]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[238]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[242]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[243]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[244]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[246]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[247]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[248]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[250]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[251]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[253]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[257]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[258]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[259]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[263]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[265]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[267]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[270]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[272]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[274]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[277]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[278]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[279]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[280]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[281]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[283]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[287]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[292]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[293]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[295]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[296]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[299]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[303]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[304]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[305]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[306]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[307]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[308]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[310]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[314]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[315]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[316]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[318]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[322]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[327]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[328]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[331]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[334]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[335]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[336]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[338]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[347]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[349]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[351]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[352]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[354]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[355]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[358]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[359]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[361]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[364]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[365]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[370]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[372]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[375]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[376]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[378]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[382]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[383]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[392]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[393]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[394]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[395]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[397]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[401]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[402]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[404]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[405]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[406]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[409]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[410]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[415]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[416]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[417]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[418]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[421]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[423]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[426]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[429]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[430]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[431]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[433]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[436]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[438]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[447]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[449]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[451]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[452]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[455]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[456]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[457]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[458]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[461]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[467]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[471]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[473]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[475]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[476]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[477]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[479]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[481]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[482]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[484]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[485]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[487]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[489]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[491]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[494]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[497]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[498]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[499]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[502]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[503]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[504]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[510]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[512]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[514]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[520]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[521]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[527]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[528]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[537]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[539]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[541]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[542]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[546]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[547]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[548]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[549]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[550]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[552]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[553]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[556]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[559]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[560]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[564]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[567]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[568]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[569]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[570]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[572]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[575]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[576]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[578]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[580]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[582]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[583]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[585]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[586]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[590]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[599]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[601]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[602]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[605]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[607]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[609]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[611]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[613]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[615]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[619]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[620]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[624]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[633]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[636]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[637]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[638]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[640]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[641]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[642]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[643]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[645]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[647]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[648]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[649]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[650]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[653]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[654]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[656]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[657]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[660]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[662]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[666]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[667]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[668]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[673]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[676]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[682]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[683]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[685]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[687]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[689]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[692]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[693]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[696]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[698]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[703]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[704]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[705]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[706]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[708]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[710]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[711]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[713]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[714]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[718]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[721]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[722]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[726]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[727]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[729]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[733]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[736]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[737]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[746]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[747]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[748]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[751]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[755]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[756]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[757]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[760]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[761]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[762]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[763]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[764]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[766]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[767]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[768]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[772]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[773]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[781]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[783]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[784]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[788]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[790]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[795]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[796]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[797]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[800]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[802]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[807]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[808]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[809]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[811]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[815]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[819]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[824]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[829]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[831]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[833]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[834]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[837]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[838]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[840]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[841]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[842]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[844]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[849]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[850]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[851]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[854]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[855]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[868]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[875]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[878]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[881]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[882]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[887]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[888]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[889]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[892]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[894]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[895]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[896]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[898]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[903]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[905]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[907]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[908]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[910]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[913]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[917]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[919]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[925]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[926]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[928]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[929]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[930]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[931]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[934]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[936]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[937]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[939]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[943]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[947]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[949]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[951]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[956]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[957]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[958]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[963]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[965]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[969]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[970]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[971]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[972]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[975]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[977]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[979]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[981]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[982]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[987]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[990]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[993]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[998]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1002]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1008]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1012]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1014]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1021]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1022]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1023]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1024]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1027]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1029]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1034]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1037]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1041]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1042]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1043]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1049]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1051]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1056]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1061]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1063]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1064]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1067]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1071]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1072]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1081]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1082]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1085]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1088]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1089]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1091]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1095]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1100]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1101]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1102]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1109]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1112]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1113]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1120]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1122]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1124]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1125]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1127]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1134]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1135]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1137]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1138]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1140]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1142]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1143]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1146]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1149]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1154]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1158]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1160]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1161]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1162]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1167]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1168]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1172]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1173]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1178]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1179]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1180]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1186]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1189]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1190]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1196]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1198]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1199]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1201]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1205]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1206]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1213]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1214]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1215]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1217]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1220]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1222]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1223]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1224]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1225]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1231]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1232]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1233]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1236]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1239]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1241]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1242]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1243]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1244]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1248]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1252]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1255]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1259]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1262]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1266]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1267]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1268]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1274]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1275]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1276]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1277]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1280]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1281]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1285]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1294]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1296]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1299]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1300]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1301]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1304]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1305]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1309]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1316]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1319]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1320]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1322]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1323]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1325]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1328]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1330]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1336]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1339]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1341]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1346]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1349]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1351]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1352]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1353]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1356]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1357]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1359]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1360]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1365]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1366]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1370]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1371]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1372]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1375]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1377]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1380]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1381]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1384]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1386]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1388]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1390]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1391]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1395]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1397]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1398]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1399]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1402]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1405]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1406]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1407]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1412]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1415]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1417]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1418]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1420]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1421]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1425]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1429]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1430]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1431]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1433]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1435]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1437]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1439]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1444]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1446]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1447]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1449]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1450]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1453]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1455]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1456]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1457]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1459]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1461]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1463]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1470]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1475]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1476]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1478]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1479]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1485]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1487]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1488]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1489]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1491]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1492]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1495]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1498]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1501]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1502]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1505]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1506]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1508]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1510]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1515]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1517]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1518]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1519]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1522]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1526]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1527]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1532]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1533]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1536]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1537]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1540]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1542]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1548]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1550]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1551]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1552]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1555]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1560]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1561]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1562]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1564]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1565]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1570]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1573]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1575]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1577]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1578]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1579]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1580]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1585]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1586]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1587]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1588]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1591]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1594]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1598]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1600]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1601]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1602]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1605]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1606]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1607]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1611]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1613]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1614]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1616]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1620]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1621]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1622]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1624]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1626]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1628]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1631]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1634]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1635]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1636]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1638]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1639]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1640]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1641]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1644]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1648]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1650]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1653]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1654]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1655]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1657]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1659]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1661]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1662]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1664]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1665]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1667]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1668]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1674]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1675]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1677]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1678]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1681]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1684]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1685]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1686]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1687]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1690]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1694]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1695]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1696]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1697]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1699]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1702]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1704]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1705]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1706]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1709]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1710]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1713]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1719]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1720]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1721]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1724]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1725]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1726]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1727]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1728]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1730]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1731]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1732]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1733]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1734]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1736]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1737]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1740]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1744]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1746]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1748]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1750]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1751]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1753]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1755]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1757]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1763]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1766]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1776]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1777]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1781]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1782]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1783]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1785]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1788]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1791]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1792]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1794]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1795]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1796]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1797]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1798]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1800]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1802]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1804]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1805]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1807]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1809]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1813]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1819]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1821]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1822]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1823]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1824]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1827]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1828]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1829]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1830]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1831]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1837]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1838]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1840]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1841]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1842]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1844]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1845]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1846]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1848]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1849]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1850]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1856]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1859]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1861]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1864]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1865]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1866]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1867]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1868]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1870]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1871]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1873]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1875]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1876]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1877]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1878]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1880]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1884]: 6 -1.00001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1887]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1888]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1889]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1890]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1891]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1893]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1895]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1897]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1899]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1903]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1906]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1908]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1909]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1910]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1914]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1919]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1920]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1921]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1922]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1923]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1924]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1925]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1926]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1927]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1933]: 6 -1.00004 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1934]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1935]: 6 -1.00009 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1942]: 6 -1.00007 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1945]: 6 -1.00002 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1946]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1949]: 6 -1.00005 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1951]: 6 -1.0001 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1952]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1953]: 6 -1.00003 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1954]: 6 -1.00006 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1955]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1957]: 6 -1.00008 0 shouldn't be
66.79/67.36	WSVECS04 Frhs2[1958]: 6 -1.00002 0 shouldn't be
69.29/69.85	c #Conflicts:     114000 | #Constraints:      17480
69.29/69.85	c #Conflicts:     115000 | #Constraints:      18480
69.29/69.85	c #Conflicts:     116000 | #Constraints:      19481
69.29/69.85	c #Conflicts:     117000 | #Constraints:      20536
69.29/69.85	c INPROCESSING
69.29/69.85	c GARBAGE COLLECT
69.29/69.85	c rational objective 993
73.39/73.94	c #Conflicts:     118000 | #Constraints:      14588
73.39/73.94	c #Conflicts:     119000 | #Constraints:      15588
73.39/73.94	c #Conflicts:     120000 | #Constraints:      16588
73.39/73.94	c #Conflicts:     121000 | #Constraints:      17588
73.39/73.94	c #Conflicts:     122000 | #Constraints:      18588
73.39/73.94	c #Conflicts:     123000 | #Constraints:      19588
73.39/73.94	c #Conflicts:     124000 | #Constraints:      20588
73.39/73.94	c INPROCESSING
73.39/73.94	c GARBAGE COLLECT
73.39/73.94	c rational objective 993
78.07/78.66	c #Conflicts:     125000 | #Constraints:      14540
78.07/78.66	c #Conflicts:     126000 | #Constraints:      15567
78.07/78.66	c #Conflicts:     127000 | #Constraints:      16636
78.07/78.66	c #Conflicts:     128000 | #Constraints:      17698
78.07/78.66	c #Conflicts:     129000 | #Constraints:      18749
78.07/78.66	c #Conflicts:     130000 | #Constraints:      19798
78.07/78.66	c #Conflicts:     131000 | #Constraints:      20860
78.07/78.66	c INPROCESSING
78.07/78.66	c GARBAGE COLLECT
78.07/78.66	c rational objective 993
82.57/83.14	c #Conflicts:     132000 | #Constraints:      14458
82.57/83.14	c #Conflicts:     133000 | #Constraints:      15458
82.57/83.14	c #Conflicts:     134000 | #Constraints:      16458
82.57/83.14	c #Conflicts:     135000 | #Constraints:      17458
82.57/83.14	c #Conflicts:     136000 | #Constraints:      18458
82.57/83.14	c #Conflicts:     137000 | #Constraints:      19458
82.57/83.14	c #Conflicts:     138000 | #Constraints:      20458
82.57/83.14	c #Conflicts:     139000 | #Constraints:      21458
82.57/83.14	c INPROCESSING
82.57/83.14	c GARBAGE COLLECT
82.57/83.14	c rational objective 993
87.45/88.10	c #Conflicts:     140000 | #Constraints:      14978
87.45/88.10	c #Conflicts:     141000 | #Constraints:      16013
87.45/88.10	c #Conflicts:     142000 | #Constraints:      17077
87.45/88.10	c #Conflicts:     143000 | #Constraints:      18125
87.45/88.10	c #Conflicts:     144000 | #Constraints:      19163
87.45/88.10	c #Conflicts:     145000 | #Constraints:      20206
87.45/88.10	c #Conflicts:     146000 | #Constraints:      21272
87.45/88.10	c #Conflicts:     147000 | #Constraints:      22317
87.45/88.10	c INPROCESSING
87.45/88.10	c GARBAGE COLLECT
87.45/88.10	c rational objective 993
90.74/91.37	c #Conflicts:     148000 | #Constraints:      15464
90.74/91.37	c #Conflicts:     149000 | #Constraints:      16464
90.74/91.37	c #Conflicts:     150000 | #Constraints:      17464
90.74/91.37	c #Conflicts:     151000 | #Constraints:      18464
90.74/91.37	c #Conflicts:     152000 | #Constraints:      19464
90.74/91.37	c bounds 1039 >= 994 @ 89.1111
92.34/92.90	c #Conflicts:     153000 | #Constraints:      20530
92.34/92.90	c #Conflicts:     154000 | #Constraints:      21530
92.34/92.90	c #Conflicts:     155000 | #Constraints:      22530
92.34/92.90	c INPROCESSING
92.34/92.90	c GARBAGE COLLECT
92.34/92.90	c rational objective 994
97.82/98.50	c #Conflicts:     156000 | #Constraints:      15605
97.82/98.50	c #Conflicts:     157000 | #Constraints:      16605
97.82/98.50	c #Conflicts:     158000 | #Constraints:      17606
97.82/98.50	c #Conflicts:     159000 | #Constraints:      18640
97.82/98.50	c #Conflicts:     160000 | #Constraints:      19709
97.82/98.50	c #Conflicts:     161000 | #Constraints:      20785
97.82/98.50	c #Conflicts:     162000 | #Constraints:      21827
97.82/98.50	c #Conflicts:     163000 | #Constraints:      22884
97.82/98.50	c INPROCESSING
97.82/98.50	c GARBAGE COLLECT
97.82/98.50	c rational objective 994
102.50/103.24	c #Conflicts:     164000 | #Constraints:      15648
102.50/103.24	c #Conflicts:     165000 | #Constraints:      16648
102.50/103.24	c #Conflicts:     166000 | #Constraints:      17648
102.50/103.24	c #Conflicts:     167000 | #Constraints:      18648
102.50/103.24	c #Conflicts:     168000 | #Constraints:      19648
102.50/103.24	c #Conflicts:     169000 | #Constraints:      20648
102.50/103.24	c #Conflicts:     170000 | #Constraints:      21648
102.50/103.24	c #Conflicts:     171000 | #Constraints:      22648
102.50/103.24	c INPROCESSING
102.50/103.24	c GARBAGE COLLECT
102.50/103.24	c rational objective 994
107.09/107.83	c #Conflicts:     172000 | #Constraints:      15374
107.09/107.83	c #Conflicts:     173000 | #Constraints:      16374
107.09/107.83	c #Conflicts:     174000 | #Constraints:      17374
107.09/107.83	c #Conflicts:     175000 | #Constraints:      18374
107.09/107.83	c #Conflicts:     176000 | #Constraints:      19374
107.09/107.83	c #Conflicts:     177000 | #Constraints:      20374
107.09/107.83	c #Conflicts:     178000 | #Constraints:      21374
107.09/107.83	c #Conflicts:     179000 | #Constraints:      22374
107.09/107.83	c #Conflicts:     180000 | #Constraints:      23374
107.09/107.83	c INPROCESSING
107.09/107.83	c GARBAGE COLLECT
107.09/107.83	c rational objective 994
109.59/110.30	c #Conflicts:     181000 | #Constraints:      15919
109.59/110.30	c #Conflicts:     182000 | #Constraints:      16971
109.59/110.30	c #Conflicts:     183000 | #Constraints:      18045
109.59/110.30	c #Conflicts:     184000 | #Constraints:      19117
109.59/110.30	c bounds 1038 >= 994 @ 107.567
116.47/117.21	c #Conflicts:     185000 | #Constraints:      20156
116.47/117.21	c #Conflicts:     186000 | #Constraints:      21156
116.47/117.21	c #Conflicts:     187000 | #Constraints:      22156
116.47/117.21	c #Conflicts:     188000 | #Constraints:      23156
116.47/117.21	c #Conflicts:     189000 | #Constraints:      24156
116.47/117.21	c INPROCESSING
116.47/117.21	c GARBAGE COLLECT
116.47/117.21	c rational objective 994
123.55/124.39	c #Conflicts:     190000 | #Constraints:      16444
123.55/124.39	c #Conflicts:     191000 | #Constraints:      17445
123.55/124.39	c #Conflicts:     192000 | #Constraints:      18482
123.55/124.39	c #Conflicts:     193000 | #Constraints:      19532
123.55/124.39	c #Conflicts:     194000 | #Constraints:      20570
123.55/124.39	c #Conflicts:     195000 | #Constraints:      21601
123.55/124.39	c #Conflicts:     196000 | #Constraints:      22656
123.55/124.39	c #Conflicts:     197000 | #Constraints:      23709
123.55/124.39	c #Conflicts:     198000 | #Constraints:      24756
123.55/124.39	c INPROCESSING
123.55/124.39	c GARBAGE COLLECT
123.55/124.39	c rational objective 994
128.75/129.62	c #Conflicts:     199000 | #Constraints:      16713
128.75/129.62	c #Conflicts:     200000 | #Constraints:      17713
128.75/129.62	c #Conflicts:     201000 | #Constraints:      18713
128.75/129.62	c #Conflicts:     202000 | #Constraints:      19713
128.75/129.62	c #Conflicts:     203000 | #Constraints:      20713
128.75/129.62	c #Conflicts:     204000 | #Constraints:      21713
128.75/129.62	c #Conflicts:     205000 | #Constraints:      22713
128.75/129.62	c #Conflicts:     206000 | #Constraints:      23713
128.75/129.62	c bounds 1038 >= 995 @ 126.503
129.16/130.00	c #Conflicts:     207000 | #Constraints:      24768
129.16/130.00	c INPROCESSING
129.16/130.00	c GARBAGE COLLECT
129.16/130.00	c rational objective 995
130.75/131.64	c #Conflicts:     208000 | #Constraints:      16541
130.75/131.64	c #Conflicts:     209000 | #Constraints:      17542
130.75/131.64	c bounds 1037 >= 995 @ 128.486
136.63/137.58	c #Conflicts:     210000 | #Constraints:      18573
136.63/137.58	c #Conflicts:     211000 | #Constraints:      19586
136.63/137.58	c #Conflicts:     212000 | #Constraints:      20643
136.63/137.58	c #Conflicts:     213000 | #Constraints:      21695
136.63/137.58	c #Conflicts:     214000 | #Constraints:      22754
136.63/137.58	c #Conflicts:     215000 | #Constraints:      23802
136.63/137.58	c #Conflicts:     216000 | #Constraints:      24865
136.63/137.58	c INPROCESSING
136.63/137.58	c GARBAGE COLLECT
136.63/137.58	c rational objective 995
142.32/143.28	c #Conflicts:     217000 | #Constraints:      16490
142.32/143.28	c #Conflicts:     218000 | #Constraints:      17490
142.32/143.28	c #Conflicts:     219000 | #Constraints:      18490
142.32/143.28	c #Conflicts:     220000 | #Constraints:      19490
142.32/143.28	c #Conflicts:     221000 | #Constraints:      20490
142.32/143.28	c #Conflicts:     222000 | #Constraints:      21490
142.32/143.28	c #Conflicts:     223000 | #Constraints:      22490
142.32/143.28	c #Conflicts:     224000 | #Constraints:      23490
142.32/143.28	c #Conflicts:     225000 | #Constraints:      24490
142.32/143.28	c #Conflicts:     226000 | #Constraints:      25490
142.32/143.28	c INPROCESSING
142.32/143.28	c GARBAGE COLLECT
142.32/143.28	c rational objective 995
147.81/148.73	c #Conflicts:     227000 | #Constraints:      17018
147.81/148.73	c #Conflicts:     228000 | #Constraints:      18018
147.81/148.73	c #Conflicts:     229000 | #Constraints:      19018
147.81/148.73	c #Conflicts:     230000 | #Constraints:      20018
147.81/148.73	c #Conflicts:     231000 | #Constraints:      21018
147.81/148.73	c #Conflicts:     232000 | #Constraints:      22018
147.81/148.73	c #Conflicts:     233000 | #Constraints:      23018
147.81/148.73	c #Conflicts:     234000 | #Constraints:      24018
147.81/148.73	c #Conflicts:     235000 | #Constraints:      25018
147.81/148.73	c #Conflicts:     236000 | #Constraints:      26018
147.81/148.73	c INPROCESSING
147.81/148.73	c GARBAGE COLLECT
147.81/148.73	c rational objective 995
155.09/156.05	c #Conflicts:     237000 | #Constraints:      17404
155.09/156.05	c #Conflicts:     238000 | #Constraints:      18482
155.09/156.05	c #Conflicts:     239000 | #Constraints:      19556
155.09/156.05	c #Conflicts:     240000 | #Constraints:      20613
155.09/156.05	c #Conflicts:     241000 | #Constraints:      21665
155.09/156.05	c #Conflicts:     242000 | #Constraints:      22735
155.09/156.05	c #Conflicts:     243000 | #Constraints:      23790
155.09/156.05	c #Conflicts:     244000 | #Constraints:      24837
155.09/156.05	c #Conflicts:     245000 | #Constraints:      25884
155.09/156.05	c #Conflicts:     246000 | #Constraints:      26928
155.09/156.05	c INPROCESSING
155.09/156.05	c GARBAGE COLLECT
155.09/156.05	c rational objective 995
161.47/162.57	c #Conflicts:     247000 | #Constraints:      17785
161.47/162.57	c #Conflicts:     248000 | #Constraints:      18785
161.47/162.57	c #Conflicts:     249000 | #Constraints:      19785
161.47/162.57	c #Conflicts:     250000 | #Constraints:      20785
161.47/162.57	c #Conflicts:     251000 | #Constraints:      21785
161.47/162.57	c #Conflicts:     252000 | #Constraints:      22785
161.47/162.57	c #Conflicts:     253000 | #Constraints:      23785
161.47/162.57	c #Conflicts:     254000 | #Constraints:      24785
161.47/162.57	c #Conflicts:     255000 | #Constraints:      25785
161.47/162.57	c #Conflicts:     256000 | #Constraints:      26785
161.47/162.57	c INPROCESSING
161.47/162.57	c GARBAGE COLLECT
161.47/162.57	c rational objective 995
167.56/168.65	c #Conflicts:     257000 | #Constraints:      17682
167.56/168.65	c #Conflicts:     258000 | #Constraints:      18682
167.56/168.65	c #Conflicts:     259000 | #Constraints:      19682
167.56/168.65	c #Conflicts:     260000 | #Constraints:      20682
167.56/168.65	c #Conflicts:     261000 | #Constraints:      21682
167.56/168.65	c #Conflicts:     262000 | #Constraints:      22682
167.56/168.65	c #Conflicts:     263000 | #Constraints:      23682
167.56/168.65	c #Conflicts:     264000 | #Constraints:      24682
167.56/168.65	c #Conflicts:     265000 | #Constraints:      25682
167.56/168.65	c #Conflicts:     266000 | #Constraints:      26682
167.56/168.65	c INPROCESSING
167.56/168.65	c GARBAGE COLLECT
167.56/168.65	c rational objective 995
175.04/176.17	c #Conflicts:     267000 | #Constraints:      17412
175.04/176.17	c #Conflicts:     268000 | #Constraints:      18419
175.04/176.17	c #Conflicts:     269000 | #Constraints:      19485
175.04/176.17	c #Conflicts:     270000 | #Constraints:      20546
175.04/176.17	c #Conflicts:     271000 | #Constraints:      21607
175.04/176.17	c #Conflicts:     272000 | #Constraints:      22662
175.04/176.17	c #Conflicts:     273000 | #Constraints:      23715
175.04/176.17	c #Conflicts:     274000 | #Constraints:      24754
175.04/176.17	c #Conflicts:     275000 | #Constraints:      25798
175.04/176.17	c #Conflicts:     276000 | #Constraints:      26832
175.04/176.17	c #Conflicts:     277000 | #Constraints:      27883
175.04/176.17	c INPROCESSING
175.04/176.17	c GARBAGE COLLECT
175.04/176.17	c rational objective 995
182.32/183.44	c #Conflicts:     278000 | #Constraints:      18180
182.32/183.44	c #Conflicts:     279000 | #Constraints:      19180
182.32/183.44	c #Conflicts:     280000 | #Constraints:      20180
182.32/183.44	c #Conflicts:     281000 | #Constraints:      21180
182.32/183.44	c #Conflicts:     282000 | #Constraints:      22180
182.32/183.44	c #Conflicts:     283000 | #Constraints:      23180
182.32/183.44	c #Conflicts:     284000 | #Constraints:      24180
182.32/183.44	c #Conflicts:     285000 | #Constraints:      25180
182.32/183.44	c #Conflicts:     286000 | #Constraints:      26180
182.32/183.44	c #Conflicts:     287000 | #Constraints:      27180
182.32/183.44	c #Conflicts:     288000 | #Constraints:      28180
182.32/183.44	c INPROCESSING
182.32/183.44	c GARBAGE COLLECT
182.32/183.44	c rational objective 995
183.03/184.14	c #Conflicts:     289000 | #Constraints:      18491
183.03/184.14	c bounds 1036 >= 995 @ 179.918
183.12/184.28	WSVECS04 Frhs2[3]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[5]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[7]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[13]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[14]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[17]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[24]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[29]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[32]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[33]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[34]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[35]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[36]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[41]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[44]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[46]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[47]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[48]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[51]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[56]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[59]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[60]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[68]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[72]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[81]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[82]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[83]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[85]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[88]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[89]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[97]: 6 -1.00009 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[99]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[106]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[107]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[110]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[112]: 6 -1.00009 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[116]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[118]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[122]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[127]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[128]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[129]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[132]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[137]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[138]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[146]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[150]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[153]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[154]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[155]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[156]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[158]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[169]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[170]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[171]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[172]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[179]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[180]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[182]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[187]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[190]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[193]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[195]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[196]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[200]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[201]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[202]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[204]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[206]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[210]: 6 -1.00009 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[211]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[214]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[215]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[216]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[221]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[222]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[231]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[233]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[236]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[238]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[242]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[243]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[244]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[247]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[248]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[250]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[253]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[256]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[257]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[259]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[265]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[270]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[272]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[274]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[277]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[278]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[279]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[280]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[281]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[283]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[287]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[292]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[295]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[303]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[304]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[305]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[306]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[307]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[310]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[315]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[318]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[320]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[322]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[323]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[327]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[334]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[335]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[336]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[338]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[347]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[351]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[352]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[354]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[355]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[358]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[361]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[364]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[365]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[372]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[375]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[376]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[378]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[382]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[383]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[392]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[394]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[395]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[402]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[404]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[405]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[406]: 6 -1.00009 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[409]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[410]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[413]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[421]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[429]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[431]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[438]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[447]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[449]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[451]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[452]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[455]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[456]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[461]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[467]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[471]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[473]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[475]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[477]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[479]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[481]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[485]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[487]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[489]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[491]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[494]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[497]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[502]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[503]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[504]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[510]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[520]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[521]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[528]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[529]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[537]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[539]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[541]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[542]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[544]: 6 -1.00009 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[547]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[548]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[549]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[550]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[552]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[553]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[556]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[560]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[565]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[567]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[568]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[569]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[570]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[572]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[576]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[580]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[583]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[585]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[586]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[590]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[592]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[598]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[599]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[601]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[609]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[611]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[613]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[614]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[615]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[633]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[636]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[638]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[640]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[642]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[645]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[649]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[653]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[656]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[657]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[660]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[662]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[666]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[667]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[668]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[673]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[674]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[696]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[698]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[706]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[708]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[709]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[710]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[711]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[714]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[718]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[721]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[722]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[726]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[736]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[737]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[746]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[748]: 6 -1.00009 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[751]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[756]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[757]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[761]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[762]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[767]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[772]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[773]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[781]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[783]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[788]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[790]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[795]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[796]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[797]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[800]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[807]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[809]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[814]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[815]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[819]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[824]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[829]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[831]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[834]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[837]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[838]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[840]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[842]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[849]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[850]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[855]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[875]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[878]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[889]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[894]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[895]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[905]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[910]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[913]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[915]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[917]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[919]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[929]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[931]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[936]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[939]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[943]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[947]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[949]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[951]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[963]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[966]: 6 -1.00009 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[967]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[969]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[981]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[982]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1021]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1022]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1023]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1024]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1029]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1034]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1041]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1042]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1043]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1049]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1051]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1052]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1056]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1061]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1063]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1082]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1085]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1088]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1091]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1100]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1101]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1102]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1109]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1120]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1122]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1125]: 6 -1.0001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1134]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1140]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1143]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1146]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1149]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1154]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1159]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1160]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1161]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1162]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1173]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1179]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1186]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1189]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1199]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1204]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1205]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1206]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1213]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1215]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1216]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1217]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1220]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1222]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1223]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1224]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1225]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1232]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1233]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1236]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1239]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1241]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1244]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1248]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1255]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1259]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1262]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1266]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1267]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1268]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1276]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1280]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1281]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1285]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1296]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1300]: 6 -1.00009 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1305]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1319]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1322]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1325]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1330]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1336]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1349]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1352]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1353]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1366]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1377]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1380]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1381]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1384]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1388]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1398]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1399]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1402]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1407]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1417]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1420]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1429]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1431]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1433]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1435]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1444]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1447]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1453]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1455]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1456]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1459]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1461]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1463]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1475]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1478]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1487]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1488]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1489]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1491]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1492]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1495]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1498]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1502]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1508]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1510]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1515]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1517]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1518]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1519]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1522]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1526]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1531]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1532]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1533]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1536]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1537]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1546]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1548]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1551]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1561]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1565]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1570]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1573]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1575]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1577]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1578]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1579]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1585]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1586]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1587]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1588]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1601]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1602]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1605]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1606]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1607]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1611]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1614]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1620]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1622]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1624]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1626]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1628]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1631]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1636]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1638]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1640]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1653]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1654]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1659]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1661]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1662]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1665]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1667]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1674]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1677]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1681]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1685]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1687]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1697]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1705]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1706]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1709]: 6 -1.00009 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1720]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1724]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1726]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1730]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1731]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1732]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1733]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1734]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1740]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1744]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1746]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1750]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1751]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1763]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1777]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1782]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1783]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1788]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1791]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1800]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1802]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1804]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1805]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1807]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1809]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1813]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1822]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1824]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1828]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1829]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1830]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1831]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1840]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1842]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1844]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1846]: 6 -1.00004 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1861]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1864]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1870]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1875]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1877]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1878]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1880]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1888]: 6 -1.00009 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1889]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1891]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1893]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1895]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1897]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1902]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1908]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1910]: 6 -1.00002 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1919]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1921]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1923]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1925]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1927]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1933]: 6 -1.00006 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1934]: 6 -1.00003 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1935]: 6 -1.00005 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1949]: 6 -1.00001 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1951]: 6 -1.00007 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1953]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1955]: 6 -1.00008 0 shouldn't be
183.12/184.28	WSVECS04 Frhs2[1957]: 6 -1.00003 0 shouldn't be
191.51/194.84	c #Conflicts:     290000 | #Constraints:      19519
191.51/194.84	c #Conflicts:     291000 | #Constraints:      20519
191.51/194.84	c #Conflicts:     292000 | #Constraints:      21519
191.51/194.84	c #Conflicts:     293000 | #Constraints:      22564
191.51/194.84	c #Conflicts:     294000 | #Constraints:      23626
191.51/194.84	c #Conflicts:     295000 | #Constraints:      24676
191.51/194.84	c #Conflicts:     296000 | #Constraints:      25732
191.51/194.84	c #Conflicts:     297000 | #Constraints:      26793
191.51/194.84	c #Conflicts:     298000 | #Constraints:      27849
191.51/194.84	c #Conflicts:     299000 | #Constraints:      28886
191.51/194.84	c INPROCESSING
191.51/194.84	c GARBAGE COLLECT
191.51/194.84	c rational objective 995
198.39/201.74	c #Conflicts:     300000 | #Constraints:      18802
198.39/201.74	c #Conflicts:     301000 | #Constraints:      19802
198.39/201.74	c #Conflicts:     302000 | #Constraints:      20802
198.39/201.74	c #Conflicts:     303000 | #Constraints:      21802
198.39/201.74	c #Conflicts:     304000 | #Constraints:      22802
198.39/201.74	c #Conflicts:     305000 | #Constraints:      23802
198.39/201.74	c #Conflicts:     306000 | #Constraints:      24802
198.39/201.74	c #Conflicts:     307000 | #Constraints:      25802
198.39/201.74	c #Conflicts:     308000 | #Constraints:      26802
198.39/201.74	c #Conflicts:     309000 | #Constraints:      27802
198.39/201.74	c bounds 1036 >= 996 @ 195.058
198.99/202.31	c #Conflicts:     310000 | #Constraints:      28871
198.99/202.31	c INPROCESSING
198.99/202.31	c GARBAGE COLLECT
198.99/202.31	c rational objective 996
206.27/209.61	c #Conflicts:     311000 | #Constraints:      18721
206.27/209.61	c #Conflicts:     312000 | #Constraints:      19721
206.27/209.61	c #Conflicts:     313000 | #Constraints:      20721
206.27/209.61	c #Conflicts:     314000 | #Constraints:      21721
206.27/209.61	c #Conflicts:     315000 | #Constraints:      22721
206.27/209.61	c #Conflicts:     316000 | #Constraints:      23721
206.27/209.61	c #Conflicts:     317000 | #Constraints:      24721
206.27/209.61	c #Conflicts:     318000 | #Constraints:      25721
206.27/209.61	c #Conflicts:     319000 | #Constraints:      26721
206.27/209.61	c #Conflicts:     320000 | #Constraints:      27721
206.27/209.61	c #Conflicts:     321000 | #Constraints:      28721
206.27/209.61	c INPROCESSING
206.27/209.61	c GARBAGE COLLECT
206.27/209.61	c rational objective 996
209.06/212.45	c #Conflicts:     322000 | #Constraints:      18465
209.06/212.45	c #Conflicts:     323000 | #Constraints:      19466
209.06/212.45	c #Conflicts:     324000 | #Constraints:      20522
209.06/212.45	c #Conflicts:     325000 | #Constraints:      21607
209.06/212.45	c #Conflicts:     326000 | #Constraints:      22683
209.06/212.45	c bounds 1035 >= 996 @ 205.564
209.26/212.61	WSVECS04 Frhs2[1]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[2]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[3]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[5]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[7]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[12]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[13]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[14]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[17]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[18]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[24]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[31]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[32]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[33]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[34]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[35]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[36]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[41]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[44]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[45]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[46]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[47]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[48]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[49]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[51]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[53]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[56]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[60]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[62]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[68]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[72]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[74]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[81]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[82]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[83]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[84]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[85]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[88]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[89]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[90]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[91]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[97]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[99]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[101]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[102]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[106]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[107]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[110]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[111]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[112]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[113]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[116]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[118]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[119]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[122]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[127]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[129]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[131]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[132]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[136]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[137]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[138]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[140]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[146]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[148]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[150]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[151]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[153]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[154]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[155]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[156]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[157]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[158]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[159]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[163]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[164]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[166]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[169]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[170]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[171]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[172]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[177]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[179]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[180]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[182]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[185]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[187]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[189]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[190]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[192]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[193]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[194]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[195]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[196]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[198]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[199]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[200]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[201]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[202]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[203]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[205]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[206]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[209]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[210]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[211]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[214]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[215]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[216]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[218]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[221]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[222]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[224]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[230]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[231]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[233]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[235]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[236]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[238]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[239]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[240]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[242]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[243]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[244]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[247]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[248]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[250]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[251]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[253]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[257]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[259]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[263]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[265]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[266]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[267]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[270]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[272]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[274]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[276]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[277]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[278]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[279]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[280]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[281]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[283]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[287]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[292]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[293]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[295]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[296]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[298]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[299]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[303]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[304]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[305]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[306]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[307]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[308]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[315]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[316]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[318]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[320]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[322]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[323]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[327]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[328]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[330]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[331]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[335]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[336]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[338]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[347]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[349]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[351]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[352]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[354]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[355]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[357]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[358]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[361]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[362]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[364]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[365]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[372]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[375]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[376]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[378]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[381]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[382]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[383]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[385]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[392]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[393]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[394]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[395]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[397]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[398]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[402]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[404]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[405]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[406]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[407]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[409]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[410]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[411]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[413]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[415]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[421]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[422]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[423]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[429]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[430]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[431]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[433]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[436]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[438]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[447]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[449]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[451]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[452]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[455]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[456]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[458]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[461]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[463]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[467]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[469]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[471]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[473]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[475]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[476]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[477]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[478]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[479]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[481]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[482]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[484]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[485]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[487]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[489]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[490]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[491]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[494]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[498]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[502]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[503]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[504]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[505]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[506]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[510]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[512]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[514]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[520]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[521]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[527]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[528]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[529]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[535]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[537]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[539]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[541]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[542]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[544]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[547]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[548]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[549]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[550]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[552]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[553]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[556]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[559]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[560]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[564]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[565]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[567]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[568]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[569]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[570]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[572]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[575]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[576]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[578]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[580]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[582]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[583]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[584]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[585]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[586]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[588]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[589]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[590]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[592]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[593]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[598]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[599]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[601]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[603]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[605]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[607]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[609]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[611]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[613]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[614]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[615]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[619]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[620]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[624]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[633]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[635]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[636]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[637]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[638]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[640]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[641]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[642]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[643]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[645]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[647]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[648]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[649]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[650]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[653]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[654]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[656]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[657]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[660]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[662]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[666]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[667]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[668]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[673]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[674]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[676]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[682]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[683]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[684]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[685]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[687]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[689]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[692]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[693]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[696]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[698]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[703]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[704]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[706]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[708]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[709]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[710]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[711]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[713]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[714]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[718]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[721]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[722]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[723]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[726]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[729]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[733]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[736]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[737]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[746]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[747]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[748]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[750]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[751]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[755]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[756]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[757]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[758]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[760]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[761]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[762]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[765]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[766]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[767]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[768]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[772]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[773]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[774]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[781]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[783]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[784]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[788]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[790]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[795]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[796]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[797]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[800]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[801]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[802]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[808]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[809]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[811]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[814]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[815]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[819]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[824]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[829]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[831]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[833]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[834]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[837]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[838]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[840]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[841]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[842]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[844]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[849]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[850]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[854]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[855]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[856]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[868]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[875]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[878]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[881]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[882]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[883]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[887]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[888]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[889]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[892]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[894]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[895]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[896]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[898]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[903]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[905]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[907]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[908]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[910]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[912]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[913]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[914]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[915]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[917]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[918]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[919]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[920]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[925]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[926]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[928]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[929]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[930]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[931]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[936]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[937]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[939]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[940]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[943]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[947]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[948]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[949]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[951]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[954]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[956]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[957]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[958]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[963]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[965]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[966]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[967]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[969]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[971]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[972]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[975]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[977]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[978]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[979]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[981]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[982]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[987]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[990]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[991]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[993]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[998]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1002]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1008]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1009]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1012]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1014]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1016]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1018]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1019]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1021]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1022]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1023]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1024]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1027]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1029]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1030]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1033]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1034]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1037]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1041]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1042]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1043]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1049]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1051]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1052]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1053]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1056]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1060]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1061]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1063]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1064]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1067]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1071]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1072]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1078]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1081]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1082]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1084]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1085]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1088]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1090]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1091]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1095]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1099]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1100]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1101]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1102]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1107]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1109]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1112]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1113]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1116]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1120]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1122]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1124]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1125]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1127]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1132]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1134]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1135]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1137]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1138]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1140]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1141]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1142]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1143]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1146]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1149]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1154]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1158]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1159]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1160]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1161]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1162]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1167]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1168]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1169]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1173]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1179]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1180]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1189]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1196]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1197]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1198]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1199]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1201]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1204]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1205]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1206]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1213]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1214]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1215]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1216]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1217]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1220]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1222]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1223]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1224]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1225]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1232]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1233]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1236]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1239]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1241]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1242]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1243]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1244]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1248]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1252]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1255]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1259]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1260]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1262]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1263]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1266]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1267]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1268]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1272]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1274]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1275]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1276]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1277]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1279]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1280]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1281]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1285]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1293]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1294]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1296]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1299]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1300]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1304]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1305]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1309]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1316]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1319]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1320]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1322]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1323]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1325]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1328]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1330]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1334]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1336]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1338]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1339]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1341]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1346]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1349]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1351]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1352]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1353]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1356]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1357]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1359]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1360]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1365]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1366]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1369]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1370]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1372]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1373]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1375]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1377]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1380]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1381]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1384]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1386]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1388]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1390]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1391]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1395]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1397]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1398]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1399]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1400]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1402]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1405]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1406]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1407]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1409]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1412]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1415]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1417]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1418]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1420]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1421]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1425]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1429]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1430]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1431]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1433]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1435]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1437]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1439]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1444]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1446]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1447]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1448]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1449]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1450]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1453]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1455]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1456]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1457]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1459]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1461]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1463]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1470]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1475]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1476]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1478]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1479]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1483]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1485]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1486]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1487]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1488]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1489]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1491]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1492]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1494]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1495]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1498]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1500]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1501]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1502]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1505]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1508]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1510]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1515]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1517]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1518]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1519]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1521]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1522]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1526]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1527]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1531]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1532]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1533]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1536]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1537]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1540]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1546]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1548]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1550]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1551]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1552]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1560]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1561]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1562]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1564]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1565]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1569]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1570]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1573]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1575]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1577]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1578]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1579]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1580]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1584]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1585]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1586]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1587]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1588]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1591]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1594]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1600]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1601]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1602]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1605]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1606]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1607]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1611]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1613]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1614]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1616]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1620]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1623]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1624]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1626]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1628]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1631]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1634]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1635]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1636]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1638]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1640]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1641]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1644]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1648]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1650]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1653]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1654]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1655]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1657]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1658]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1659]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1661]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1662]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1664]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1665]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1667]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1675]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1676]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1677]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1678]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1681]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1682]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1684]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1685]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1686]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1687]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1694]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1695]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1696]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1697]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1699]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1702]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1704]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1705]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1706]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1707]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1709]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1710]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1714]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1719]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1720]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1721]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1724]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1726]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1727]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1730]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1731]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1732]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1733]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1734]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1736]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1737]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1738]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1740]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1744]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1746]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1748]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1750]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1751]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1757]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1763]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1766]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1767]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1776]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1777]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1781]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1782]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1783]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1785]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1788]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1791]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1792]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1794]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1795]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1797]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1798]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1800]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1802]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1804]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1805]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1807]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1809]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1813]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1815]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1821]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1822]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1823]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1824]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1827]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1828]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1829]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1830]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1831]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1835]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1837]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1838]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1840]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1841]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1842]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1844]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1845]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1846]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1848]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1850]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1854]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1856]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1859]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1862]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1864]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1866]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1868]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1870]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1873]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1875]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1876]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1877]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1878]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1880]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1881]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1884]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1887]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1888]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1889]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1890]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1891]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1893]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1895]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1897]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1899]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1902]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1903]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1907]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1908]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1909]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1910]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1911]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1914]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1919]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1920]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1921]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1923]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1924]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1925]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1926]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1927]: 6 -1.00001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1933]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1934]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1935]: 6 -1.0001 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1941]: 6 -1.00008 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1942]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1945]: 6 -1.00007 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1946]: 6 -1.00005 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1949]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1951]: 6 -1.00002 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1952]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1953]: 6 -1.00006 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1954]: 6 -1.00009 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1955]: 6 -1.00004 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1957]: 6 -1.00003 0 shouldn't be
209.26/212.61	WSVECS04 Frhs2[1958]: 6 -1.00006 0 shouldn't be
215.14/218.50	c #Conflicts:     327000 | #Constraints:      23719
215.14/218.50	c #Conflicts:     328000 | #Constraints:      24719
215.14/218.50	c #Conflicts:     329000 | #Constraints:      25719
215.14/218.50	c #Conflicts:     330000 | #Constraints:      26772
215.14/218.50	c #Conflicts:     331000 | #Constraints:      27833
215.14/218.50	c #Conflicts:     332000 | #Constraints:      28905
215.14/218.50	c #Conflicts:     333000 | #Constraints:      29958
215.14/218.50	c INPROCESSING
215.14/218.50	c GARBAGE COLLECT
215.14/218.50	c rational objective 996
222.57/227.29	c #Conflicts:     334000 | #Constraints:      19245
222.57/227.29	c #Conflicts:     335000 | #Constraints:      20245
222.57/227.29	c #Conflicts:     336000 | #Constraints:      21245
222.57/227.29	c #Conflicts:     337000 | #Constraints:      22245
222.57/227.29	c #Conflicts:     338000 | #Constraints:      23245
222.57/227.29	c #Conflicts:     339000 | #Constraints:      24245
222.57/227.29	c #Conflicts:     340000 | #Constraints:      25245
222.57/227.29	c #Conflicts:     341000 | #Constraints:      26245
222.57/227.29	c #Conflicts:     342000 | #Constraints:      27246
222.57/227.29	c #Conflicts:     343000 | #Constraints:      28246
222.57/227.29	c #Conflicts:     344000 | #Constraints:      29246
222.57/227.29	c #Conflicts:     345000 | #Constraints:      30246
222.57/227.29	c INPROCESSING
222.57/227.29	c GARBAGE COLLECT
222.57/227.29	c rational objective 996
231.54/236.23	c #Conflicts:     346000 | #Constraints:      19546
231.54/236.23	c #Conflicts:     347000 | #Constraints:      20605
231.54/236.23	c #Conflicts:     348000 | #Constraints:      21675
231.54/236.23	c #Conflicts:     349000 | #Constraints:      22718
231.54/236.23	c #Conflicts:     350000 | #Constraints:      23749
231.54/236.23	c #Conflicts:     351000 | #Constraints:      24795
231.54/236.23	c #Conflicts:     352000 | #Constraints:      25835
231.54/236.23	c #Conflicts:     353000 | #Constraints:      26892
231.54/236.23	c #Conflicts:     354000 | #Constraints:      27943
231.54/236.23	c #Conflicts:     355000 | #Constraints:      28991
231.54/236.23	c #Conflicts:     356000 | #Constraints:      30035
231.54/236.23	c #Conflicts:     357000 | #Constraints:      31083
231.54/236.23	c INPROCESSING
231.54/236.23	c GARBAGE COLLECT
231.54/236.23	c rational objective 996
239.23/243.95	c #Conflicts:     358000 | #Constraints:      19908
239.23/243.95	c #Conflicts:     359000 | #Constraints:      20908
239.23/243.95	c #Conflicts:     360000 | #Constraints:      21908
239.23/243.95	c #Conflicts:     361000 | #Constraints:      22908
239.23/243.95	c #Conflicts:     362000 | #Constraints:      23908
239.23/243.95	c #Conflicts:     363000 | #Constraints:      24908
239.23/243.95	c #Conflicts:     364000 | #Constraints:      25908
239.23/243.95	c #Conflicts:     365000 | #Constraints:      26908
239.23/243.95	c #Conflicts:     366000 | #Constraints:      27908
239.23/243.95	c #Conflicts:     367000 | #Constraints:      28908
239.23/243.95	c #Conflicts:     368000 | #Constraints:      29908
239.23/243.95	c #Conflicts:     369000 | #Constraints:      30908
239.23/243.95	c INPROCESSING
239.23/243.95	c GARBAGE COLLECT
239.23/243.95	c rational objective 996
247.10/251.82	c #Conflicts:     370000 | #Constraints:      19768
247.10/251.82	c #Conflicts:     371000 | #Constraints:      20768
247.10/251.82	c #Conflicts:     372000 | #Constraints:      21768
247.10/251.82	c #Conflicts:     373000 | #Constraints:      22768
247.10/251.82	c #Conflicts:     374000 | #Constraints:      23768
247.10/251.82	c #Conflicts:     375000 | #Constraints:      24768
247.10/251.82	c #Conflicts:     376000 | #Constraints:      25768
247.10/251.82	c #Conflicts:     377000 | #Constraints:      26768
247.10/251.82	c #Conflicts:     378000 | #Constraints:      27768
247.10/251.82	c #Conflicts:     379000 | #Constraints:      28768
247.10/251.82	c #Conflicts:     380000 | #Constraints:      29768
247.10/251.82	c #Conflicts:     381000 | #Constraints:      30768
247.10/251.82	c INPROCESSING
247.10/251.82	c GARBAGE COLLECT
247.10/251.82	c rational objective 996
256.52/263.44	c #Conflicts:     382000 | #Constraints:      19481
256.52/263.44	c #Conflicts:     383000 | #Constraints:      20484
256.52/263.44	c #Conflicts:     384000 | #Constraints:      21531
256.52/263.44	c #Conflicts:     385000 | #Constraints:      22577
256.52/263.44	c #Conflicts:     386000 | #Constraints:      23614
256.52/263.44	c #Conflicts:     387000 | #Constraints:      24649
256.52/263.44	c #Conflicts:     388000 | #Constraints:      25686
256.52/263.44	c #Conflicts:     389000 | #Constraints:      26733
256.52/263.44	c #Conflicts:     390000 | #Constraints:      27781
256.52/263.44	c #Conflicts:     391000 | #Constraints:      28813
256.52/263.44	c #Conflicts:     392000 | #Constraints:      29841
256.52/263.44	c #Conflicts:     393000 | #Constraints:      30878
256.52/263.44	c bounds 1034 >= 996 @ 252.283
257.22/264.16	c #Conflicts:     394000 | #Constraints:      31916
257.22/264.16	c INPROCESSING
257.22/264.16	c GARBAGE COLLECT
257.22/264.16	c rational objective 996
265.59/272.51	c #Conflicts:     395000 | #Constraints:      20247
265.59/272.51	c #Conflicts:     396000 | #Constraints:      21247
265.59/272.51	c #Conflicts:     397000 | #Constraints:      22247
265.59/272.51	c #Conflicts:     398000 | #Constraints:      23247
265.59/272.51	c #Conflicts:     399000 | #Constraints:      24247
265.59/272.51	c #Conflicts:     400000 | #Constraints:      25247
265.59/272.51	c #Conflicts:     401000 | #Constraints:      26247
265.59/272.51	c #Conflicts:     402000 | #Constraints:      27247
265.59/272.51	c #Conflicts:     403000 | #Constraints:      28247
265.59/272.51	c #Conflicts:     404000 | #Constraints:      29247
265.59/272.51	c #Conflicts:     405000 | #Constraints:      30247
265.59/272.51	c #Conflicts:     406000 | #Constraints:      31247
265.59/272.51	c #Conflicts:     407000 | #Constraints:      32247
265.59/272.51	c INPROCESSING
265.59/272.51	c GARBAGE COLLECT
265.59/272.51	c rational objective 996
275.76/282.76	c #Conflicts:     408000 | #Constraints:      20560
275.76/282.76	c #Conflicts:     409000 | #Constraints:      21610
275.76/282.76	c #Conflicts:     410000 | #Constraints:      22664
275.76/282.76	c #Conflicts:     411000 | #Constraints:      23705
275.76/282.76	c #Conflicts:     412000 | #Constraints:      24739
275.76/282.76	c #Conflicts:     413000 | #Constraints:      25784
275.76/282.76	c #Conflicts:     414000 | #Constraints:      26817
275.76/282.76	c #Conflicts:     415000 | #Constraints:      27857
275.76/282.76	c #Conflicts:     416000 | #Constraints:      28898
275.76/282.76	c #Conflicts:     417000 | #Constraints:      29943
275.76/282.76	c #Conflicts:     418000 | #Constraints:      30974
275.76/282.76	c #Conflicts:     419000 | #Constraints:      32004
275.76/282.76	c #Conflicts:     420000 | #Constraints:      33036
275.76/282.76	c INPROCESSING
275.76/282.76	c GARBAGE COLLECT
275.76/282.76	c rational objective 996
285.93/292.92	c #Conflicts:     421000 | #Constraints:      20857
285.93/292.92	c #Conflicts:     422000 | #Constraints:      21857
285.93/292.92	c #Conflicts:     423000 | #Constraints:      22857
285.93/292.92	c #Conflicts:     424000 | #Constraints:      23857
285.93/292.92	c #Conflicts:     425000 | #Constraints:      24857
285.93/292.92	c #Conflicts:     426000 | #Constraints:      25857
285.93/292.92	c #Conflicts:     427000 | #Constraints:      26857
285.93/292.92	c #Conflicts:     428000 | #Constraints:      27857
285.93/292.92	c #Conflicts:     429000 | #Constraints:      28857
285.93/292.92	c #Conflicts:     430000 | #Constraints:      29857
285.93/292.92	c #Conflicts:     431000 | #Constraints:      30857
285.93/292.92	c #Conflicts:     432000 | #Constraints:      31857
285.93/292.92	c #Conflicts:     433000 | #Constraints:      32857
285.93/292.92	c INPROCESSING
285.93/292.92	c GARBAGE COLLECT
285.93/292.92	c rational objective 996
294.43/301.57	c #Conflicts:     434000 | #Constraints:      20757
294.43/301.57	c #Conflicts:     435000 | #Constraints:      21757
294.43/301.57	c #Conflicts:     436000 | #Constraints:      22757
294.43/301.57	c #Conflicts:     437000 | #Constraints:      23757
294.43/301.57	c #Conflicts:     438000 | #Constraints:      24757
294.43/301.57	c #Conflicts:     439000 | #Constraints:      25757
294.43/301.57	c #Conflicts:     440000 | #Constraints:      26757
294.43/301.57	c #Conflicts:     441000 | #Constraints:      27757
294.43/301.57	c #Conflicts:     442000 | #Constraints:      28757
294.43/301.57	c #Conflicts:     443000 | #Constraints:      29757
294.43/301.57	c #Conflicts:     444000 | #Constraints:      30757
294.43/301.57	c #Conflicts:     445000 | #Constraints:      31757
294.43/301.57	c #Conflicts:     446000 | #Constraints:      32757
294.43/301.57	c INPROCESSING
294.43/301.57	c GARBAGE COLLECT
294.43/301.57	c rational objective 996
295.22/302.30	c #Conflicts:     447000 | #Constraints:      20496
295.22/302.30	c #Conflicts:     448000 | #Constraints:      21520
295.22/302.30	c bounds 1033 >= 996 @ 290.402
306.59/313.79	c #Conflicts:     449000 | #Constraints:      22547
306.59/313.79	c #Conflicts:     450000 | #Constraints:      23591
306.59/313.79	c #Conflicts:     451000 | #Constraints:      24652
306.59/313.79	c #Conflicts:     452000 | #Constraints:      25725
306.59/313.79	c #Conflicts:     453000 | #Constraints:      26777
306.59/313.79	c #Conflicts:     454000 | #Constraints:      27821
306.59/313.79	c #Conflicts:     455000 | #Constraints:      28866
306.59/313.79	c #Conflicts:     456000 | #Constraints:      29896
306.59/313.79	c #Conflicts:     457000 | #Constraints:      30928
306.59/313.79	c #Conflicts:     458000 | #Constraints:      31960
306.59/313.79	c #Conflicts:     459000 | #Constraints:      33006
306.59/313.79	c #Conflicts:     460000 | #Constraints:      34037
306.59/313.79	c INPROCESSING
306.59/313.79	c GARBAGE COLLECT
306.59/313.79	c rational objective 996
317.56/324.74	c #Conflicts:     461000 | #Constraints:      21299
317.56/324.74	c #Conflicts:     462000 | #Constraints:      22299
317.56/324.74	c #Conflicts:     463000 | #Constraints:      23299
317.56/324.74	c #Conflicts:     464000 | #Constraints:      24299
317.56/324.74	c #Conflicts:     465000 | #Constraints:      25299
317.56/324.74	c #Conflicts:     466000 | #Constraints:      26299
317.56/324.74	c #Conflicts:     467000 | #Constraints:      27299
317.56/324.74	c #Conflicts:     468000 | #Constraints:      28299
317.56/324.74	c #Conflicts:     469000 | #Constraints:      29299
317.56/324.74	c #Conflicts:     470000 | #Constraints:      30299
317.56/324.74	c #Conflicts:     471000 | #Constraints:      31299
317.56/324.74	c #Conflicts:     472000 | #Constraints:      32299
317.56/324.74	c #Conflicts:     473000 | #Constraints:      33299
317.56/324.74	c #Conflicts:     474000 | #Constraints:      34299
317.56/324.74	c INPROCESSING
317.56/324.74	c GARBAGE COLLECT
317.56/324.74	c rational objective 996
317.65/324.81	c bounds 1032 >= 996 @ 312.592
329.18/341.64	c #Conflicts:     475000 | #Constraints:      21566
329.18/341.64	c #Conflicts:     476000 | #Constraints:      22616
329.18/341.64	c #Conflicts:     477000 | #Constraints:      23670
329.18/341.64	c #Conflicts:     478000 | #Constraints:      24730
329.18/341.64	c #Conflicts:     479000 | #Constraints:      25779
329.18/341.64	c #Conflicts:     480000 | #Constraints:      26824
329.18/341.64	c #Conflicts:     481000 | #Constraints:      27873
329.18/341.64	c #Conflicts:     482000 | #Constraints:      28921
329.18/341.64	c #Conflicts:     483000 | #Constraints:      29976
329.18/341.64	c #Conflicts:     484000 | #Constraints:      31023
329.18/341.64	c #Conflicts:     485000 | #Constraints:      32060
329.18/341.64	c #Conflicts:     486000 | #Constraints:      33102
329.18/341.64	c #Conflicts:     487000 | #Constraints:      34137
329.18/341.64	c #Conflicts:     488000 | #Constraints:      35174
329.18/341.64	c INPROCESSING
329.18/341.64	c GARBAGE COLLECT
329.18/341.64	c rational objective 996
339.25/351.70	c #Conflicts:     489000 | #Constraints:      21962
339.25/351.70	c #Conflicts:     490000 | #Constraints:      22962
339.25/351.70	c #Conflicts:     491000 | #Constraints:      23962
339.25/351.70	c #Conflicts:     492000 | #Constraints:      24962
339.25/351.70	c #Conflicts:     493000 | #Constraints:      25962
339.25/351.70	c #Conflicts:     494000 | #Constraints:      26962
339.25/351.70	c #Conflicts:     495000 | #Constraints:      27962
339.25/351.70	c #Conflicts:     496000 | #Constraints:      28962
339.25/351.70	c #Conflicts:     497000 | #Constraints:      29962
339.25/351.70	c #Conflicts:     498000 | #Constraints:      30962
339.25/351.70	c #Conflicts:     499000 | #Constraints:      31962
339.25/351.70	c #Conflicts:     500000 | #Constraints:      32962
339.25/351.70	c #Conflicts:     501000 | #Constraints:      33962
339.25/351.70	c #Conflicts:     502000 | #Constraints:      34962
339.25/351.70	c INPROCESSING
339.25/351.70	c GARBAGE COLLECT
339.25/351.70	c rational objective 996
349.15/361.75	c #Conflicts:     503000 | #Constraints:      21830
349.15/361.75	c #Conflicts:     504000 | #Constraints:      22830
349.15/361.75	c #Conflicts:     505000 | #Constraints:      23830
349.15/361.75	c #Conflicts:     506000 | #Constraints:      24830
349.15/361.75	c #Conflicts:     507000 | #Constraints:      25830
349.15/361.75	c #Conflicts:     508000 | #Constraints:      26830
349.15/361.75	c #Conflicts:     509000 | #Constraints:      27830
349.15/361.75	c #Conflicts:     510000 | #Constraints:      28830
349.15/361.75	c #Conflicts:     511000 | #Constraints:      29830
349.15/361.75	c #Conflicts:     512000 | #Constraints:      30830
349.15/361.75	c #Conflicts:     513000 | #Constraints:      31830
349.15/361.75	c #Conflicts:     514000 | #Constraints:      32830
349.15/361.75	c #Conflicts:     515000 | #Constraints:      33830
349.15/361.75	c #Conflicts:     516000 | #Constraints:      34830
349.15/361.75	c INPROCESSING
349.15/361.75	c GARBAGE COLLECT
349.15/361.75	c rational objective 996
361.92/374.59	c #Conflicts:     517000 | #Constraints:      21560
361.92/374.59	c #Conflicts:     518000 | #Constraints:      22569
361.92/374.59	c #Conflicts:     519000 | #Constraints:      23624
361.92/374.59	c #Conflicts:     520000 | #Constraints:      24695
361.92/374.59	c #Conflicts:     521000 | #Constraints:      25754
361.92/374.59	c #Conflicts:     522000 | #Constraints:      26817
361.92/374.59	c #Conflicts:     523000 | #Constraints:      27880
361.92/374.59	c #Conflicts:     524000 | #Constraints:      28935
361.92/374.59	c #Conflicts:     525000 | #Constraints:      29994
361.92/374.59	c #Conflicts:     526000 | #Constraints:      31025
361.92/374.59	c #Conflicts:     527000 | #Constraints:      32059
361.92/374.59	c #Conflicts:     528000 | #Constraints:      33106
361.92/374.59	c #Conflicts:     529000 | #Constraints:      34134
361.92/374.59	c #Conflicts:     530000 | #Constraints:      35169
361.92/374.59	c #Conflicts:     531000 | #Constraints:      36204
361.92/374.59	c INPROCESSING
361.92/374.59	c GARBAGE COLLECT
361.92/374.59	c rational objective 996
372.69/385.30	c #Conflicts:     532000 | #Constraints:      22379
372.69/385.30	c #Conflicts:     533000 | #Constraints:      23379
372.69/385.30	c #Conflicts:     534000 | #Constraints:      24379
372.69/385.30	c #Conflicts:     535000 | #Constraints:      25379
372.69/385.30	c #Conflicts:     536000 | #Constraints:      26379
372.69/385.30	c #Conflicts:     537000 | #Constraints:      27379
372.69/385.30	c #Conflicts:     538000 | #Constraints:      28379
372.69/385.30	c #Conflicts:     539000 | #Constraints:      29379
372.69/385.30	c #Conflicts:     540000 | #Constraints:      30379
372.69/385.30	c #Conflicts:     541000 | #Constraints:      31379
372.69/385.30	c #Conflicts:     542000 | #Constraints:      32379
372.69/385.30	c #Conflicts:     543000 | #Constraints:      33379
372.69/385.30	c #Conflicts:     544000 | #Constraints:      34379
372.69/385.30	c #Conflicts:     545000 | #Constraints:      35379
372.69/385.30	c #Conflicts:     546000 | #Constraints:      36379
372.69/385.30	c INPROCESSING
372.69/385.30	c GARBAGE COLLECT
372.69/385.30	c rational objective 996
384.76/397.50	c #Conflicts:     547000 | #Constraints:      22635
384.76/397.50	c #Conflicts:     548000 | #Constraints:      23712
384.76/397.50	c #Conflicts:     549000 | #Constraints:      24802
384.76/397.50	c #Conflicts:     550000 | #Constraints:      25873
384.76/397.50	c #Conflicts:     551000 | #Constraints:      26932
384.76/397.50	c #Conflicts:     552000 | #Constraints:      27978
384.76/397.50	c #Conflicts:     553000 | #Constraints:      29044
384.76/397.50	c #Conflicts:     554000 | #Constraints:      30096
384.76/397.50	c #Conflicts:     555000 | #Constraints:      31158
384.76/397.50	c #Conflicts:     556000 | #Constraints:      32187
384.76/397.50	c #Conflicts:     557000 | #Constraints:      33209
384.76/397.50	c #Conflicts:     558000 | #Constraints:      34232
384.76/397.50	c #Conflicts:     559000 | #Constraints:      35251
384.76/397.50	c #Conflicts:     560000 | #Constraints:      36294
384.76/397.50	c #Conflicts:     561000 | #Constraints:      37329
384.76/397.50	c INPROCESSING
384.76/397.50	c GARBAGE COLLECT
384.76/397.50	c rational objective 996
395.13/407.99	c #Conflicts:     562000 | #Constraints:      23037
395.13/407.99	c #Conflicts:     563000 | #Constraints:      24037
395.13/407.99	c #Conflicts:     564000 | #Constraints:      25037
395.13/407.99	c #Conflicts:     565000 | #Constraints:      26037
395.13/407.99	c #Conflicts:     566000 | #Constraints:      27037
395.13/407.99	c #Conflicts:     567000 | #Constraints:      28037
395.13/407.99	c #Conflicts:     568000 | #Constraints:      29037
395.13/407.99	c #Conflicts:     569000 | #Constraints:      30037
395.13/407.99	c #Conflicts:     570000 | #Constraints:      31037
395.13/407.99	c #Conflicts:     571000 | #Constraints:      32037
395.13/407.99	c #Conflicts:     572000 | #Constraints:      33037
395.13/407.99	c #Conflicts:     573000 | #Constraints:      34037
395.13/407.99	c #Conflicts:     574000 | #Constraints:      35037
395.13/407.99	c #Conflicts:     575000 | #Constraints:      36037
395.13/407.99	c #Conflicts:     576000 | #Constraints:      37037
395.13/407.99	c INPROCESSING
395.13/407.99	c GARBAGE COLLECT
395.13/407.99	c rational objective 996
405.31/418.15	c #Conflicts:     577000 | #Constraints:      22843
405.31/418.15	c #Conflicts:     578000 | #Constraints:      23843
405.31/418.15	c #Conflicts:     579000 | #Constraints:      24843
405.31/418.15	c #Conflicts:     580000 | #Constraints:      25843
405.31/418.15	c #Conflicts:     581000 | #Constraints:      26843
405.31/418.15	c #Conflicts:     582000 | #Constraints:      27843
405.31/418.15	c #Conflicts:     583000 | #Constraints:      28843
405.31/418.15	c #Conflicts:     584000 | #Constraints:      29843
405.31/418.15	c #Conflicts:     585000 | #Constraints:      30843
405.31/418.15	c #Conflicts:     586000 | #Constraints:      31843
405.31/418.15	c #Conflicts:     587000 | #Constraints:      32843
405.31/418.15	c #Conflicts:     588000 | #Constraints:      33843
405.31/418.15	c #Conflicts:     589000 | #Constraints:      34843
405.31/418.15	c #Conflicts:     590000 | #Constraints:      35843
405.31/418.15	c #Conflicts:     591000 | #Constraints:      36843
405.31/418.15	c INPROCESSING
405.31/418.15	c GARBAGE COLLECT
405.31/418.15	c rational objective 996
416.51/429.44	c #Conflicts:     592000 | #Constraints:      22538
416.51/429.44	c #Conflicts:     593000 | #Constraints:      23548
416.51/429.44	c #Conflicts:     594000 | #Constraints:      24614
416.51/429.44	c #Conflicts:     595000 | #Constraints:      25678
416.51/429.44	c #Conflicts:     596000 | #Constraints:      26735
416.51/429.44	c #Conflicts:     597000 | #Constraints:      27778
416.51/429.44	c #Conflicts:     598000 | #Constraints:      28824
416.51/429.44	c #Conflicts:     599000 | #Constraints:      29854
416.51/429.44	c #Conflicts:     600000 | #Constraints:      30895
416.51/429.44	c #Conflicts:     601000 | #Constraints:      31948
416.51/429.44	c #Conflicts:     602000 | #Constraints:      32996
416.51/429.44	c #Conflicts:     603000 | #Constraints:      34036
416.51/429.44	c #Conflicts:     604000 | #Constraints:      35085
416.51/429.44	c #Conflicts:     605000 | #Constraints:      36123
416.51/429.44	c #Conflicts:     606000 | #Constraints:      37164
416.51/429.44	c #Conflicts:     607000 | #Constraints:      38193
416.51/429.44	c INPROCESSING
416.51/429.44	c GARBAGE COLLECT
416.51/429.44	c rational objective 996
428.19/441.12	c #Conflicts:     608000 | #Constraints:      23375
428.19/441.12	c #Conflicts:     609000 | #Constraints:      24375
428.19/441.12	c #Conflicts:     610000 | #Constraints:      25375
428.19/441.12	c #Conflicts:     611000 | #Constraints:      26375
428.19/441.12	c #Conflicts:     612000 | #Constraints:      27375
428.19/441.12	c #Conflicts:     613000 | #Constraints:      28375
428.19/441.12	c #Conflicts:     614000 | #Constraints:      29375
428.19/441.12	c #Conflicts:     615000 | #Constraints:      30375
428.19/441.12	c #Conflicts:     616000 | #Constraints:      31375
428.19/441.12	c #Conflicts:     617000 | #Constraints:      32375
428.19/441.12	c #Conflicts:     618000 | #Constraints:      33375
428.19/441.12	c #Conflicts:     619000 | #Constraints:      34375
428.19/441.12	c #Conflicts:     620000 | #Constraints:      35375
428.19/441.12	c #Conflicts:     621000 | #Constraints:      36375
428.19/441.12	c #Conflicts:     622000 | #Constraints:      37375
428.19/441.12	c #Conflicts:     623000 | #Constraints:      38375
428.19/441.12	c INPROCESSING
428.19/441.12	c GARBAGE COLLECT
428.19/441.12	c rational objective 996
440.44/453.54	c #Conflicts:     624000 | #Constraints:      23649
440.44/453.54	c #Conflicts:     625000 | #Constraints:      24706
440.44/453.54	c #Conflicts:     626000 | #Constraints:      25748
440.44/453.54	c #Conflicts:     627000 | #Constraints:      26798
440.44/453.54	c #Conflicts:     628000 | #Constraints:      27857
440.44/453.54	c #Conflicts:     629000 | #Constraints:      28901
440.44/453.54	c #Conflicts:     630000 | #Constraints:      29946
440.44/453.54	c #Conflicts:     631000 | #Constraints:      30989
440.44/453.54	c #Conflicts:     632000 | #Constraints:      32026
440.44/453.54	c #Conflicts:     633000 | #Constraints:      33068
440.44/453.54	c #Conflicts:     634000 | #Constraints:      34117
440.44/453.54	c #Conflicts:     635000 | #Constraints:      35157
440.44/453.54	c #Conflicts:     636000 | #Constraints:      36208
440.44/453.54	c #Conflicts:     637000 | #Constraints:      37245
440.44/453.54	c #Conflicts:     638000 | #Constraints:      38285
440.44/453.54	c #Conflicts:     639000 | #Constraints:      39312
440.44/453.54	c INPROCESSING
440.44/453.54	c GARBAGE COLLECT
440.44/453.54	c rational objective 996
452.31/465.46	c #Conflicts:     640000 | #Constraints:      24012
452.31/465.46	c #Conflicts:     641000 | #Constraints:      25012
452.31/465.46	c #Conflicts:     642000 | #Constraints:      26012
452.31/465.46	c #Conflicts:     643000 | #Constraints:      27012
452.31/465.46	c #Conflicts:     644000 | #Constraints:      28012
452.31/465.46	c #Conflicts:     645000 | #Constraints:      29012
452.31/465.46	c #Conflicts:     646000 | #Constraints:      30012
452.31/465.46	c #Conflicts:     647000 | #Constraints:      31012
452.31/465.46	c #Conflicts:     648000 | #Constraints:      32012
452.31/465.46	c #Conflicts:     649000 | #Constraints:      33012
452.31/465.46	c #Conflicts:     650000 | #Constraints:      34012
452.31/465.46	c #Conflicts:     651000 | #Constraints:      35012
452.31/465.46	c #Conflicts:     652000 | #Constraints:      36012
452.31/465.46	c #Conflicts:     653000 | #Constraints:      37012
452.31/465.46	c #Conflicts:     654000 | #Constraints:      38012
452.31/465.46	c #Conflicts:     655000 | #Constraints:      39012
452.31/465.46	c INPROCESSING
452.31/465.46	c GARBAGE COLLECT
452.31/465.46	c rational objective 996
464.48/477.67	c #Conflicts:     656000 | #Constraints:      23843
464.48/477.67	c #Conflicts:     657000 | #Constraints:      24843
464.48/477.67	c #Conflicts:     658000 | #Constraints:      25843
464.48/477.67	c #Conflicts:     659000 | #Constraints:      26843
464.48/477.67	c #Conflicts:     660000 | #Constraints:      27843
464.48/477.67	c #Conflicts:     661000 | #Constraints:      28843
464.48/477.67	c #Conflicts:     662000 | #Constraints:      29843
464.48/477.67	c #Conflicts:     663000 | #Constraints:      30843
464.48/477.67	c #Conflicts:     664000 | #Constraints:      31843
464.48/477.67	c #Conflicts:     665000 | #Constraints:      32843
464.48/477.67	c #Conflicts:     666000 | #Constraints:      33843
464.48/477.67	c #Conflicts:     667000 | #Constraints:      34843
464.48/477.67	c #Conflicts:     668000 | #Constraints:      35843
464.48/477.67	c #Conflicts:     669000 | #Constraints:      36843
464.48/477.67	c #Conflicts:     670000 | #Constraints:      37843
464.48/477.67	c #Conflicts:     671000 | #Constraints:      38843
464.48/477.67	c INPROCESSING
464.48/477.67	c GARBAGE COLLECT
464.48/477.67	c rational objective 996
477.37/490.68	c #Conflicts:     672000 | #Constraints:      23586
477.37/490.68	c #Conflicts:     673000 | #Constraints:      24599
477.37/490.68	c #Conflicts:     674000 | #Constraints:      25651
477.37/490.68	c #Conflicts:     675000 | #Constraints:      26701
477.37/490.68	c #Conflicts:     676000 | #Constraints:      27745
477.37/490.68	c #Conflicts:     677000 | #Constraints:      28791
477.37/490.68	c #Conflicts:     678000 | #Constraints:      29826
477.37/490.68	c #Conflicts:     679000 | #Constraints:      30861
477.37/490.68	c #Conflicts:     680000 | #Constraints:      31894
477.37/490.68	c #Conflicts:     681000 | #Constraints:      32921
477.37/490.68	c #Conflicts:     682000 | #Constraints:      33964
477.37/490.68	c #Conflicts:     683000 | #Constraints:      34998
477.37/490.68	c #Conflicts:     684000 | #Constraints:      36024
477.37/490.68	c #Conflicts:     685000 | #Constraints:      37067
477.37/490.68	c #Conflicts:     686000 | #Constraints:      38090
477.37/490.68	c #Conflicts:     687000 | #Constraints:      39120
477.37/490.68	c #Conflicts:     688000 | #Constraints:      40156
477.37/490.68	c INPROCESSING
477.37/490.68	c GARBAGE COLLECT
477.37/490.68	c rational objective 996
490.85/504.15	c #Conflicts:     689000 | #Constraints:      24352
490.85/504.15	c #Conflicts:     690000 | #Constraints:      25352
490.85/504.15	c #Conflicts:     691000 | #Constraints:      26352
490.85/504.15	c #Conflicts:     692000 | #Constraints:      27352
490.85/504.15	c #Conflicts:     693000 | #Constraints:      28352
490.85/504.15	c #Conflicts:     694000 | #Constraints:      29352
490.85/504.15	c #Conflicts:     695000 | #Constraints:      30352
490.85/504.15	c #Conflicts:     696000 | #Constraints:      31352
490.85/504.15	c #Conflicts:     697000 | #Constraints:      32352
490.85/504.15	c #Conflicts:     698000 | #Constraints:      33352
490.85/504.15	c #Conflicts:     699000 | #Constraints:      34352
490.85/504.15	c #Conflicts:     700000 | #Constraints:      35352
490.85/504.15	c #Conflicts:     701000 | #Constraints:      36352
490.85/504.15	c #Conflicts:     702000 | #Constraints:      37352
490.85/504.15	c #Conflicts:     703000 | #Constraints:      38352
490.85/504.15	c #Conflicts:     704000 | #Constraints:      39352
490.85/504.15	c #Conflicts:     705000 | #Constraints:      40352
490.85/504.15	c INPROCESSING
490.85/504.15	c GARBAGE COLLECT
490.85/504.15	c rational objective 996
505.73/519.16	c #Conflicts:     706000 | #Constraints:      24623
505.73/519.16	c #Conflicts:     707000 | #Constraints:      25627
505.73/519.16	c #Conflicts:     708000 | #Constraints:      26628
505.73/519.16	c #Conflicts:     709000 | #Constraints:      27667
505.73/519.16	c #Conflicts:     710000 | #Constraints:      28726
505.73/519.16	c #Conflicts:     711000 | #Constraints:      29784
505.73/519.16	c #Conflicts:     712000 | #Constraints:      30840
505.73/519.16	c #Conflicts:     713000 | #Constraints:      31881
505.73/519.16	c #Conflicts:     714000 | #Constraints:      32932
505.73/519.16	c #Conflicts:     715000 | #Constraints:      33960
505.73/519.16	c #Conflicts:     716000 | #Constraints:      35007
505.73/519.16	c #Conflicts:     717000 | #Constraints:      36040
505.73/519.16	c #Conflicts:     718000 | #Constraints:      37070
505.73/519.16	c #Conflicts:     719000 | #Constraints:      38087
505.73/519.16	c #Conflicts:     720000 | #Constraints:      39123
505.73/519.16	c #Conflicts:     721000 | #Constraints:      40155
505.73/519.16	c #Conflicts:     722000 | #Constraints:      41188
505.73/519.16	c INPROCESSING
505.73/519.16	c GARBAGE COLLECT
505.73/519.16	c rational objective 996
520.69/534.18	c #Conflicts:     723000 | #Constraints:      24967
520.69/534.18	c #Conflicts:     724000 | #Constraints:      25967
520.69/534.18	c #Conflicts:     725000 | #Constraints:      26967
520.69/534.18	c #Conflicts:     726000 | #Constraints:      27967
520.69/534.18	c #Conflicts:     727000 | #Constraints:      28967
520.69/534.18	c #Conflicts:     728000 | #Constraints:      29967
520.69/534.18	c #Conflicts:     729000 | #Constraints:      30967
520.69/534.18	c #Conflicts:     730000 | #Constraints:      31967
520.69/534.18	c #Conflicts:     731000 | #Constraints:      32967
520.69/534.18	c #Conflicts:     732000 | #Constraints:      33967
520.69/534.18	c #Conflicts:     733000 | #Constraints:      34967
520.69/534.18	c #Conflicts:     734000 | #Constraints:      35967
520.69/534.18	c #Conflicts:     735000 | #Constraints:      36967
520.69/534.18	c #Conflicts:     736000 | #Constraints:      37967
520.69/534.18	c #Conflicts:     737000 | #Constraints:      38967
520.69/534.18	c #Conflicts:     738000 | #Constraints:      39967
520.69/534.18	c #Conflicts:     739000 | #Constraints:      40967
520.69/534.18	c INPROCESSING
520.69/534.18	c GARBAGE COLLECT
520.69/534.18	c rational objective 996
526.68/540.10	c #Conflicts:     740000 | #Constraints:      24828
526.68/540.10	c #Conflicts:     741000 | #Constraints:      25828
526.68/540.10	c #Conflicts:     742000 | #Constraints:      26828
526.68/540.10	c #Conflicts:     743000 | #Constraints:      27828
526.68/540.10	c #Conflicts:     744000 | #Constraints:      28828
526.68/540.10	c #Conflicts:     745000 | #Constraints:      29828
526.68/540.10	c #Conflicts:     746000 | #Constraints:      30828
526.68/540.10	c #Conflicts:     747000 | #Constraints:      31828
526.68/540.10	c #Conflicts:     748000 | #Constraints:      32828
526.68/540.10	c bounds 1032 >= 997 @ 518.935
531.80/545.31	c #Conflicts:     749000 | #Constraints:      33915
531.80/545.31	c #Conflicts:     750000 | #Constraints:      34961
531.80/545.31	c #Conflicts:     751000 | #Constraints:      36031
531.80/545.31	c #Conflicts:     752000 | #Constraints:      37083
531.80/545.31	c #Conflicts:     753000 | #Constraints:      38139
531.80/545.31	c #Conflicts:     754000 | #Constraints:      39174
531.80/545.31	c #Conflicts:     755000 | #Constraints:      40208
531.80/545.31	c #Conflicts:     756000 | #Constraints:      41252
531.80/545.31	c INPROCESSING
531.80/545.31	c GARBAGE COLLECT
531.80/545.31	c rational objective 997
544.77/558.33	c #Conflicts:     757000 | #Constraints:      24691
544.77/558.33	c #Conflicts:     758000 | #Constraints:      25691
544.77/558.33	c #Conflicts:     759000 | #Constraints:      26691
544.77/558.33	c #Conflicts:     760000 | #Constraints:      27691
544.77/558.33	c #Conflicts:     761000 | #Constraints:      28691
544.77/558.33	c #Conflicts:     762000 | #Constraints:      29691
544.77/558.33	c #Conflicts:     763000 | #Constraints:      30691
544.77/558.33	c #Conflicts:     764000 | #Constraints:      31691
544.77/558.33	c #Conflicts:     765000 | #Constraints:      32691
544.77/558.33	c #Conflicts:     766000 | #Constraints:      33691
544.77/558.33	c #Conflicts:     767000 | #Constraints:      34691
544.77/558.33	c #Conflicts:     768000 | #Constraints:      35691
544.77/558.33	c #Conflicts:     769000 | #Constraints:      36691
544.77/558.33	c #Conflicts:     770000 | #Constraints:      37691
544.77/558.33	c #Conflicts:     771000 | #Constraints:      38691
544.77/558.33	c #Conflicts:     772000 | #Constraints:      39691
544.77/558.33	c #Conflicts:     773000 | #Constraints:      40691
544.77/558.33	c #Conflicts:     774000 | #Constraints:      41691
544.77/558.33	c INPROCESSING
544.77/558.33	c GARBAGE COLLECT
544.77/558.33	c rational objective 997
558.73/572.38	c #Conflicts:     775000 | #Constraints:      25207
558.73/572.38	c #Conflicts:     776000 | #Constraints:      26253
558.73/572.38	c #Conflicts:     777000 | #Constraints:      27321
558.73/572.38	c #Conflicts:     778000 | #Constraints:      28360
558.73/572.38	c #Conflicts:     779000 | #Constraints:      29395
558.73/572.38	c #Conflicts:     780000 | #Constraints:      30443
558.73/572.38	c #Conflicts:     781000 | #Constraints:      31492
558.73/572.38	c #Conflicts:     782000 | #Constraints:      32524
558.73/572.38	c #Conflicts:     783000 | #Constraints:      33563
558.73/572.38	c #Conflicts:     784000 | #Constraints:      34603
558.73/572.38	c #Conflicts:     785000 | #Constraints:      35638
558.73/572.38	c #Conflicts:     786000 | #Constraints:      36675
558.73/572.38	c #Conflicts:     787000 | #Constraints:      37702
558.73/572.38	c #Conflicts:     788000 | #Constraints:      38733
558.73/572.38	c #Conflicts:     789000 | #Constraints:      39781
558.73/572.38	c #Conflicts:     790000 | #Constraints:      40816
558.73/572.38	c #Conflicts:     791000 | #Constraints:      41851
558.73/572.38	c #Conflicts:     792000 | #Constraints:      42886
558.73/572.38	c INPROCESSING
558.73/572.38	c GARBAGE COLLECT
558.73/572.38	c rational objective 997
573.10/586.73	c #Conflicts:     793000 | #Constraints:      25835
573.10/586.73	c #Conflicts:     794000 | #Constraints:      26835
573.10/586.73	c #Conflicts:     795000 | #Constraints:      27835
573.10/586.73	c #Conflicts:     796000 | #Constraints:      28835
573.10/586.73	c #Conflicts:     797000 | #Constraints:      29835
573.10/586.73	c #Conflicts:     798000 | #Constraints:      30835
573.10/586.73	c #Conflicts:     799000 | #Constraints:      31835
573.10/586.73	c #Conflicts:     800000 | #Constraints:      32835
573.10/586.73	c #Conflicts:     801000 | #Constraints:      33835
573.10/586.73	c #Conflicts:     802000 | #Constraints:      34835
573.10/586.73	c #Conflicts:     803000 | #Constraints:      35835
573.10/586.73	c #Conflicts:     804000 | #Constraints:      36835
573.10/586.73	c #Conflicts:     805000 | #Constraints:      37835
573.10/586.73	c #Conflicts:     806000 | #Constraints:      38835
573.10/586.73	c #Conflicts:     807000 | #Constraints:      39835
573.10/586.73	c #Conflicts:     808000 | #Constraints:      40835
573.10/586.73	c #Conflicts:     809000 | #Constraints:      41835
573.10/586.73	c #Conflicts:     810000 | #Constraints:      42835
573.10/586.73	c INPROCESSING
573.10/586.73	c GARBAGE COLLECT
573.10/586.73	c rational objective 997
588.66/602.37	c #Conflicts:     811000 | #Constraints:      25864
588.66/602.37	c #Conflicts:     812000 | #Constraints:      26924
588.66/602.37	c #Conflicts:     813000 | #Constraints:      27964
588.66/602.37	c #Conflicts:     814000 | #Constraints:      29011
588.66/602.37	c #Conflicts:     815000 | #Constraints:      30050
588.66/602.37	c #Conflicts:     816000 | #Constraints:      31078
588.66/602.37	c #Conflicts:     817000 | #Constraints:      32122
588.66/602.37	c #Conflicts:     818000 | #Constraints:      33147
588.66/602.37	c #Conflicts:     819000 | #Constraints:      34188
588.66/602.37	c #Conflicts:     820000 | #Constraints:      35227
588.66/602.37	c #Conflicts:     821000 | #Constraints:      36258
588.66/602.37	c #Conflicts:     822000 | #Constraints:      37300
588.66/602.37	c #Conflicts:     823000 | #Constraints:      38332
588.66/602.37	c #Conflicts:     824000 | #Constraints:      39365
588.66/602.37	c #Conflicts:     825000 | #Constraints:      40404
588.66/602.37	c #Conflicts:     826000 | #Constraints:      41431
588.66/602.37	c #Conflicts:     827000 | #Constraints:      42463
588.66/602.37	c #Conflicts:     828000 | #Constraints:      43497
588.66/602.37	c INPROCESSING
588.66/602.37	c GARBAGE COLLECT
588.66/602.37	c rational objective 997
602.26/616.09	c #Conflicts:     829000 | #Constraints:      26038
602.26/616.09	c #Conflicts:     830000 | #Constraints:      27038
602.26/616.09	c #Conflicts:     831000 | #Constraints:      28038
602.26/616.09	c #Conflicts:     832000 | #Constraints:      29038
602.26/616.09	c #Conflicts:     833000 | #Constraints:      30038
602.26/616.09	c #Conflicts:     834000 | #Constraints:      31038
602.26/616.09	c #Conflicts:     835000 | #Constraints:      32038
602.26/616.09	c #Conflicts:     836000 | #Constraints:      33038
602.26/616.09	c #Conflicts:     837000 | #Constraints:      34038
602.26/616.09	c #Conflicts:     838000 | #Constraints:      35038
602.26/616.09	c #Conflicts:     839000 | #Constraints:      36038
602.26/616.09	c #Conflicts:     840000 | #Constraints:      37038
602.26/616.09	c #Conflicts:     841000 | #Constraints:      38038
602.26/616.09	c #Conflicts:     842000 | #Constraints:      39038
602.26/616.09	c #Conflicts:     843000 | #Constraints:      40038
602.26/616.09	c #Conflicts:     844000 | #Constraints:      41038
602.26/616.09	c #Conflicts:     845000 | #Constraints:      42038
602.26/616.09	c #Conflicts:     846000 | #Constraints:      43038
602.26/616.09	c INPROCESSING
602.26/616.09	c GARBAGE COLLECT
602.26/616.09	c rational objective 997
616.01/629.88	c #Conflicts:     847000 | #Constraints:      25703
616.01/629.88	c #Conflicts:     848000 | #Constraints:      26703
616.01/629.88	c #Conflicts:     849000 | #Constraints:      27703
616.01/629.88	c #Conflicts:     850000 | #Constraints:      28703
616.01/629.88	c #Conflicts:     851000 | #Constraints:      29703
616.01/629.88	c #Conflicts:     852000 | #Constraints:      30703
616.01/629.88	c #Conflicts:     853000 | #Constraints:      31703
616.01/629.88	c #Conflicts:     854000 | #Constraints:      32703
616.01/629.88	c #Conflicts:     855000 | #Constraints:      33703
616.01/629.88	c #Conflicts:     856000 | #Constraints:      34703
616.01/629.88	c #Conflicts:     857000 | #Constraints:      35703
616.01/629.88	c #Conflicts:     858000 | #Constraints:      36703
616.01/629.88	c #Conflicts:     859000 | #Constraints:      37703
616.01/629.88	c #Conflicts:     860000 | #Constraints:      38703
616.01/629.88	c #Conflicts:     861000 | #Constraints:      39703
616.01/629.88	c #Conflicts:     862000 | #Constraints:      40703
616.01/629.88	c #Conflicts:     863000 | #Constraints:      41703
616.01/629.88	c #Conflicts:     864000 | #Constraints:      42703
616.01/629.88	c #Conflicts:     865000 | #Constraints:      43703
616.01/629.88	c INPROCESSING
616.01/629.88	c GARBAGE COLLECT
616.01/629.88	c rational objective 997
632.50/646.41	c #Conflicts:     866000 | #Constraints:      26220
632.50/646.41	c #Conflicts:     867000 | #Constraints:      27236
632.50/646.41	c #Conflicts:     868000 | #Constraints:      28300
632.50/646.41	c #Conflicts:     869000 | #Constraints:      29350
632.50/646.41	c #Conflicts:     870000 | #Constraints:      30396
632.50/646.41	c #Conflicts:     871000 | #Constraints:      31451
632.50/646.41	c #Conflicts:     872000 | #Constraints:      32498
632.50/646.41	c #Conflicts:     873000 | #Constraints:      33550
632.50/646.41	c #Conflicts:     874000 | #Constraints:      34580
632.50/646.41	c #Conflicts:     875000 | #Constraints:      35625
632.50/646.41	c #Conflicts:     876000 | #Constraints:      36666
632.50/646.41	c #Conflicts:     877000 | #Constraints:      37698
632.50/646.41	c #Conflicts:     878000 | #Constraints:      38734
632.50/646.41	c #Conflicts:     879000 | #Constraints:      39768
632.50/646.41	c #Conflicts:     880000 | #Constraints:      40824
632.50/646.41	c #Conflicts:     881000 | #Constraints:      41857
632.50/646.41	c #Conflicts:     882000 | #Constraints:      42889
632.50/646.41	c #Conflicts:     883000 | #Constraints:      43918
632.50/646.41	c #Conflicts:     884000 | #Constraints:      44960
632.50/646.41	c INPROCESSING
632.50/646.41	c GARBAGE COLLECT
632.50/646.41	c rational objective 997
647.96/661.93	c #Conflicts:     885000 | #Constraints:      26873
647.96/661.93	c #Conflicts:     886000 | #Constraints:      27873
647.96/661.93	c #Conflicts:     887000 | #Constraints:      28873
647.96/661.93	c #Conflicts:     888000 | #Constraints:      29873
647.96/661.93	c #Conflicts:     889000 | #Constraints:      30873
647.96/661.93	c #Conflicts:     890000 | #Constraints:      31873
647.96/661.93	c #Conflicts:     891000 | #Constraints:      32873
647.96/661.93	c #Conflicts:     892000 | #Constraints:      33873
647.96/661.93	c #Conflicts:     893000 | #Constraints:      34873
647.96/661.93	c #Conflicts:     894000 | #Constraints:      35873
647.96/661.93	c #Conflicts:     895000 | #Constraints:      36873
647.96/661.93	c #Conflicts:     896000 | #Constraints:      37873
647.96/661.93	c #Conflicts:     897000 | #Constraints:      38873
647.96/661.93	c #Conflicts:     898000 | #Constraints:      39873
647.96/661.93	c #Conflicts:     899000 | #Constraints:      40873
647.96/661.93	c #Conflicts:     900000 | #Constraints:      41873
647.96/661.93	c #Conflicts:     901000 | #Constraints:      42873
647.96/661.93	c #Conflicts:     902000 | #Constraints:      43873
647.96/661.93	c #Conflicts:     903000 | #Constraints:      44873
647.96/661.93	c INPROCESSING
647.96/661.93	c GARBAGE COLLECT
647.96/661.93	c rational objective 997
661.87/675.95	c #Conflicts:     904000 | #Constraints:      26907
661.87/675.95	c #Conflicts:     905000 | #Constraints:      27907
661.87/675.95	c #Conflicts:     906000 | #Constraints:      28907
661.87/675.95	c #Conflicts:     907000 | #Constraints:      29907
661.87/675.95	c #Conflicts:     908000 | #Constraints:      30907
661.87/675.95	c #Conflicts:     909000 | #Constraints:      31907
661.87/675.95	c #Conflicts:     910000 | #Constraints:      32907
661.87/675.95	c #Conflicts:     911000 | #Constraints:      33907
661.87/675.95	c #Conflicts:     912000 | #Constraints:      34907
661.87/675.95	c #Conflicts:     913000 | #Constraints:      35907
661.87/675.95	c #Conflicts:     914000 | #Constraints:      36907
661.87/675.95	c #Conflicts:     915000 | #Constraints:      37907
661.87/675.95	c #Conflicts:     916000 | #Constraints:      38907
661.87/675.95	c #Conflicts:     917000 | #Constraints:      39907
661.87/675.95	c #Conflicts:     918000 | #Constraints:      40907
661.87/675.95	c #Conflicts:     919000 | #Constraints:      41907
661.87/675.95	c #Conflicts:     920000 | #Constraints:      42907
661.87/675.95	c #Conflicts:     921000 | #Constraints:      43907
661.87/675.95	c #Conflicts:     922000 | #Constraints:      44907
661.87/675.95	c INPROCESSING
661.87/675.95	c GARBAGE COLLECT
661.87/675.95	c rational objective 997
679.53/693.68	c #Conflicts:     923000 | #Constraints:      26836
679.53/693.68	c #Conflicts:     924000 | #Constraints:      27871
679.53/693.68	c #Conflicts:     925000 | #Constraints:      28929
679.53/693.68	c #Conflicts:     926000 | #Constraints:      29993
679.53/693.68	c #Conflicts:     927000 | #Constraints:      31057
679.53/693.68	c #Conflicts:     928000 | #Constraints:      32096
679.53/693.68	c #Conflicts:     929000 | #Constraints:      33150
679.53/693.68	c #Conflicts:     930000 | #Constraints:      34184
679.53/693.68	c #Conflicts:     931000 | #Constraints:      35225
679.53/693.68	c #Conflicts:     932000 | #Constraints:      36260
679.53/693.68	c #Conflicts:     933000 | #Constraints:      37302
679.53/693.68	c #Conflicts:     934000 | #Constraints:      38341
679.53/693.68	c #Conflicts:     935000 | #Constraints:      39376
679.53/693.68	c #Conflicts:     936000 | #Constraints:      40406
679.53/693.68	c #Conflicts:     937000 | #Constraints:      41443
679.53/693.68	c #Conflicts:     938000 | #Constraints:      42468
679.53/693.68	c #Conflicts:     939000 | #Constraints:      43498
679.53/693.68	c #Conflicts:     940000 | #Constraints:      44529
679.53/693.68	c #Conflicts:     941000 | #Constraints:      45552
679.53/693.68	c INPROCESSING
679.53/693.68	c GARBAGE COLLECT
679.53/693.68	c rational objective 997
695.10/709.35	c #Conflicts:     942000 | #Constraints:      26878
695.10/709.35	c #Conflicts:     943000 | #Constraints:      27878
695.10/709.35	c #Conflicts:     944000 | #Constraints:      28878
695.10/709.35	c #Conflicts:     945000 | #Constraints:      29878
695.10/709.35	c #Conflicts:     946000 | #Constraints:      30878
695.10/709.35	c #Conflicts:     947000 | #Constraints:      31878
695.10/709.35	c #Conflicts:     948000 | #Constraints:      32878
695.10/709.35	c #Conflicts:     949000 | #Constraints:      33878
695.10/709.35	c #Conflicts:     950000 | #Constraints:      34878
695.10/709.35	c #Conflicts:     951000 | #Constraints:      35878
695.10/709.35	c #Conflicts:     952000 | #Constraints:      36878
695.10/709.35	c #Conflicts:     953000 | #Constraints:      37878
695.10/709.35	c #Conflicts:     954000 | #Constraints:      38878
695.10/709.35	c #Conflicts:     955000 | #Constraints:      39878
695.10/709.35	c #Conflicts:     956000 | #Constraints:      40878
695.10/709.35	c #Conflicts:     957000 | #Constraints:      41878
695.10/709.35	c #Conflicts:     958000 | #Constraints:      42878
695.10/709.35	c #Conflicts:     959000 | #Constraints:      43878
695.10/709.35	c #Conflicts:     960000 | #Constraints:      44878
695.10/709.35	c #Conflicts:     961000 | #Constraints:      45878
695.10/709.35	c INPROCESSING
695.10/709.35	c GARBAGE COLLECT
695.10/709.35	c rational objective 997
714.19/728.53	c #Conflicts:     962000 | #Constraints:      27295
714.19/728.53	c #Conflicts:     963000 | #Constraints:      28324
714.19/728.53	c #Conflicts:     964000 | #Constraints:      29370
714.19/728.53	c #Conflicts:     965000 | #Constraints:      30428
714.19/728.53	c #Conflicts:     966000 | #Constraints:      31473
714.19/728.53	c #Conflicts:     967000 | #Constraints:      32516
714.19/728.53	c #Conflicts:     968000 | #Constraints:      33555
714.19/728.53	c #Conflicts:     969000 | #Constraints:      34589
714.19/728.53	c #Conflicts:     970000 | #Constraints:      35622
714.19/728.53	c #Conflicts:     971000 | #Constraints:      36645
714.19/728.53	c #Conflicts:     972000 | #Constraints:      37676
714.19/728.53	c #Conflicts:     973000 | #Constraints:      38705
714.19/728.53	c #Conflicts:     974000 | #Constraints:      39736
714.19/728.53	c #Conflicts:     975000 | #Constraints:      40768
714.19/728.53	c #Conflicts:     976000 | #Constraints:      41793
714.19/728.53	c #Conflicts:     977000 | #Constraints:      42828
714.19/728.53	c #Conflicts:     978000 | #Constraints:      43854
714.19/728.53	c #Conflicts:     979000 | #Constraints:      44878
714.19/728.53	c #Conflicts:     980000 | #Constraints:      45923
714.19/728.53	c #Conflicts:     981000 | #Constraints:      46980
714.19/728.53	c INPROCESSING
714.19/728.53	c GARBAGE COLLECT
714.19/728.53	c rational objective 997
729.15/743.55	c #Conflicts:     982000 | #Constraints:      27856
729.15/743.55	c #Conflicts:     983000 | #Constraints:      28856
729.15/743.55	c #Conflicts:     984000 | #Constraints:      29856
729.15/743.55	c #Conflicts:     985000 | #Constraints:      30856
729.15/743.55	c #Conflicts:     986000 | #Constraints:      31856
729.15/743.55	c #Conflicts:     987000 | #Constraints:      32856
729.15/743.55	c #Conflicts:     988000 | #Constraints:      33856
729.15/743.55	c #Conflicts:     989000 | #Constraints:      34856
729.15/743.55	c #Conflicts:     990000 | #Constraints:      35856
729.15/743.55	c #Conflicts:     991000 | #Constraints:      36856
729.15/743.55	c #Conflicts:     992000 | #Constraints:      37856
729.15/743.55	c #Conflicts:     993000 | #Constraints:      38856
729.15/743.55	c #Conflicts:     994000 | #Constraints:      39856
729.15/743.55	c #Conflicts:     995000 | #Constraints:      40856
729.15/743.55	c #Conflicts:     996000 | #Constraints:      41856
729.15/743.55	c #Conflicts:     997000 | #Constraints:      42856
729.15/743.55	c #Conflicts:     998000 | #Constraints:      43856
729.15/743.55	c #Conflicts:     999000 | #Constraints:      44856
729.15/743.55	c #Conflicts:    1000000 | #Constraints:      45856
729.15/743.55	c #Conflicts:    1001000 | #Constraints:      46856
729.15/743.55	c INPROCESSING
729.15/743.55	c GARBAGE COLLECT
729.15/743.55	c rational objective 997
744.65/759.17	c #Conflicts:    1002000 | #Constraints:      27906
744.65/759.17	c #Conflicts:    1003000 | #Constraints:      28906
744.65/759.17	c #Conflicts:    1004000 | #Constraints:      29906
744.65/759.17	c #Conflicts:    1005000 | #Constraints:      30906
744.65/759.17	c #Conflicts:    1006000 | #Constraints:      31906
744.65/759.17	c #Conflicts:    1007000 | #Constraints:      32906
744.65/759.17	c #Conflicts:    1008000 | #Constraints:      33906
744.65/759.17	c #Conflicts:    1009000 | #Constraints:      34906
744.65/759.17	c #Conflicts:    1010000 | #Constraints:      35906
744.65/759.17	c #Conflicts:    1011000 | #Constraints:      36906
744.65/759.17	c #Conflicts:    1012000 | #Constraints:      37906
744.65/759.17	c #Conflicts:    1013000 | #Constraints:      38906
744.65/759.17	c #Conflicts:    1014000 | #Constraints:      39906
744.65/759.17	c #Conflicts:    1015000 | #Constraints:      40906
744.65/759.17	c #Conflicts:    1016000 | #Constraints:      41906
744.65/759.17	c #Conflicts:    1017000 | #Constraints:      42906
744.65/759.17	c #Conflicts:    1018000 | #Constraints:      43906
744.65/759.17	c #Conflicts:    1019000 | #Constraints:      44906
744.65/759.17	c #Conflicts:    1020000 | #Constraints:      45906
744.65/759.17	c #Conflicts:    1021000 | #Constraints:      46906
744.65/759.17	c INPROCESSING
744.65/759.17	c GARBAGE COLLECT
744.65/759.17	c rational objective 997
760.91/775.40	c #Conflicts:    1022000 | #Constraints:      27825
760.91/775.40	c #Conflicts:    1023000 | #Constraints:      28835
760.91/775.40	c #Conflicts:    1024000 | #Constraints:      29845
760.91/775.40	c #Conflicts:    1025000 | #Constraints:      30885
760.91/775.40	c #Conflicts:    1026000 | #Constraints:      31940
760.91/775.40	c #Conflicts:    1027000 | #Constraints:      32994
760.91/775.40	c #Conflicts:    1028000 | #Constraints:      34028
760.91/775.40	c #Conflicts:    1029000 | #Constraints:      35073
760.91/775.40	c #Conflicts:    1030000 | #Constraints:      36114
760.91/775.40	c #Conflicts:    1031000 | #Constraints:      37148
760.91/775.40	c #Conflicts:    1032000 | #Constraints:      38187
760.91/775.40	c #Conflicts:    1033000 | #Constraints:      39232
760.91/775.40	c #Conflicts:    1034000 | #Constraints:      40274
760.91/775.40	c #Conflicts:    1035000 | #Constraints:      41305
760.91/775.40	c #Conflicts:    1036000 | #Constraints:      42350
760.91/775.40	c #Conflicts:    1037000 | #Constraints:      43391
760.91/775.40	c #Conflicts:    1038000 | #Constraints:      44418
760.91/775.40	c #Conflicts:    1039000 | #Constraints:      45457
760.91/775.40	c #Conflicts:    1040000 | #Constraints:      46499
760.91/775.40	c #Conflicts:    1041000 | #Constraints:      47527
760.91/775.40	c INPROCESSING
760.91/775.40	c GARBAGE COLLECT
760.91/775.40	c rational objective 997
776.67/791.39	c #Conflicts:    1042000 | #Constraints:      27863
776.67/791.39	c #Conflicts:    1043000 | #Constraints:      28863
776.67/791.39	c #Conflicts:    1044000 | #Constraints:      29863
776.67/791.39	c #Conflicts:    1045000 | #Constraints:      30863
776.67/791.39	c #Conflicts:    1046000 | #Constraints:      31863
776.67/791.39	c #Conflicts:    1047000 | #Constraints:      32863
776.67/791.39	c #Conflicts:    1048000 | #Constraints:      33863
776.67/791.39	c #Conflicts:    1049000 | #Constraints:      34863
776.67/791.39	c #Conflicts:    1050000 | #Constraints:      35864
776.67/791.39	c #Conflicts:    1051000 | #Constraints:      36864
776.67/791.39	c #Conflicts:    1052000 | #Constraints:      37864
776.67/791.39	c #Conflicts:    1053000 | #Constraints:      38864
776.67/791.39	c #Conflicts:    1054000 | #Constraints:      39864
776.67/791.39	c #Conflicts:    1055000 | #Constraints:      40864
776.67/791.39	c #Conflicts:    1056000 | #Constraints:      41864
776.67/791.39	c #Conflicts:    1057000 | #Constraints:      42864
776.67/791.39	c #Conflicts:    1058000 | #Constraints:      43864
776.67/791.39	c #Conflicts:    1059000 | #Constraints:      44864
776.67/791.39	c #Conflicts:    1060000 | #Constraints:      45864
776.67/791.39	c #Conflicts:    1061000 | #Constraints:      46864
776.67/791.39	c #Conflicts:    1062000 | #Constraints:      47864
776.67/791.39	c INPROCESSING
776.67/791.39	c GARBAGE COLLECT
776.67/791.39	c rational objective 997
794.73/809.45	c #Conflicts:    1063000 | #Constraints:      28312
794.73/809.45	c #Conflicts:    1064000 | #Constraints:      29312
794.73/809.45	c #Conflicts:    1065000 | #Constraints:      30312
794.73/809.45	c #Conflicts:    1066000 | #Constraints:      31312
794.73/809.45	c #Conflicts:    1067000 | #Constraints:      32312
794.73/809.45	c #Conflicts:    1068000 | #Constraints:      33312
794.73/809.45	c #Conflicts:    1069000 | #Constraints:      34312
794.73/809.45	c #Conflicts:    1070000 | #Constraints:      35312
794.73/809.45	c #Conflicts:    1071000 | #Constraints:      36312
794.73/809.45	c #Conflicts:    1072000 | #Constraints:      37312
794.73/809.45	c #Conflicts:    1073000 | #Constraints:      38312
794.73/809.45	c #Conflicts:    1074000 | #Constraints:      39312
794.73/809.45	c #Conflicts:    1075000 | #Constraints:      40312
794.73/809.45	c #Conflicts:    1076000 | #Constraints:      41312
794.73/809.45	c #Conflicts:    1077000 | #Constraints:      42312
794.73/809.45	c #Conflicts:    1078000 | #Constraints:      43312
794.73/809.45	c #Conflicts:    1079000 | #Constraints:      44312
794.73/809.45	c #Conflicts:    1080000 | #Constraints:      45312
794.73/809.45	c #Conflicts:    1081000 | #Constraints:      46312
794.73/809.45	c #Conflicts:    1082000 | #Constraints:      47312
794.73/809.45	c #Conflicts:    1083000 | #Constraints:      48312
794.73/809.45	c INPROCESSING
794.73/809.45	c GARBAGE COLLECT
794.73/809.45	c rational objective 997
835.54/850.42	c #Conflicts:    1084000 | #Constraints:      28636
835.54/850.42	c #Conflicts:    1085000 | #Constraints:      29646
835.54/850.42	c #Conflicts:    1086000 | #Constraints:      30659
835.54/850.42	c #Conflicts:    1087000 | #Constraints:      31693
835.54/850.42	c #Conflicts:    1088000 | #Constraints:      32723
835.54/850.42	c #Conflicts:    1089000 | #Constraints:      33761
835.54/850.42	c #Conflicts:    1090000 | #Constraints:      34788
835.54/850.42	c #Conflicts:    1091000 | #Constraints:      35821
835.54/850.42	c #Conflicts:    1092000 | #Constraints:      36843
835.54/850.42	c #Conflicts:    1093000 | #Constraints:      37875
835.54/850.42	c #Conflicts:    1094000 | #Constraints:      38906
835.54/850.42	c #Conflicts:    1095000 | #Constraints:      39937
835.54/850.42	c #Conflicts:    1096000 | #Constraints:      40961
835.54/850.42	c #Conflicts:    1097000 | #Constraints:      41981
835.54/850.42	c #Conflicts:    1098000 | #Constraints:      43020
835.54/850.42	c #Conflicts:    1099000 | #Constraints:      44042
835.54/850.42	c #Conflicts:    1100000 | #Constraints:      45047
835.54/850.42	c #Conflicts:    1101000 | #Constraints:      46064
835.54/850.42	c #Conflicts:    1102000 | #Constraints:      47074
835.54/850.42	c #Conflicts:    1103000 | #Constraints:      48097
835.54/850.42	c #Conflicts:    1104000 | #Constraints:      49119
835.54/850.42	c INPROCESSING
835.54/850.42	c GARBAGE COLLECT
835.54/850.42	c rational objective 997
854.10/869.02	c #Conflicts:    1105000 | #Constraints:      28977
854.10/869.02	c #Conflicts:    1106000 | #Constraints:      29977
854.10/869.02	c #Conflicts:    1107000 | #Constraints:      30977
854.10/869.02	c #Conflicts:    1108000 | #Constraints:      31977
854.10/869.02	c #Conflicts:    1109000 | #Constraints:      32977
854.10/869.02	c #Conflicts:    1110000 | #Constraints:      33977
854.10/869.02	c #Conflicts:    1111000 | #Constraints:      34977
854.10/869.02	c #Conflicts:    1112000 | #Constraints:      35977
854.10/869.02	c #Conflicts:    1113000 | #Constraints:      36977
854.10/869.02	c #Conflicts:    1114000 | #Constraints:      37977
854.10/869.02	c #Conflicts:    1115000 | #Constraints:      38977
854.10/869.02	c #Conflicts:    1116000 | #Constraints:      39977
854.10/869.02	c #Conflicts:    1117000 | #Constraints:      40977
854.10/869.02	c #Conflicts:    1118000 | #Constraints:      41977
854.10/869.02	c #Conflicts:    1119000 | #Constraints:      42977
854.10/869.02	c #Conflicts:    1120000 | #Constraints:      43977
854.10/869.02	c #Conflicts:    1121000 | #Constraints:      44977
854.10/869.02	c #Conflicts:    1122000 | #Constraints:      45977
854.10/869.02	c #Conflicts:    1123000 | #Constraints:      46977
854.10/869.02	c #Conflicts:    1124000 | #Constraints:      47977
854.10/869.02	c #Conflicts:    1125000 | #Constraints:      48977
854.10/869.02	c INPROCESSING
854.10/869.02	c GARBAGE COLLECT
854.10/869.02	c rational objective 997
871.98/887.08	c #Conflicts:    1126000 | #Constraints:      28894
871.98/887.08	c #Conflicts:    1127000 | #Constraints:      29894
871.98/887.08	c #Conflicts:    1128000 | #Constraints:      30894
871.98/887.08	c #Conflicts:    1129000 | #Constraints:      31894
871.98/887.08	c #Conflicts:    1130000 | #Constraints:      32894
871.98/887.08	c #Conflicts:    1131000 | #Constraints:      33894
871.98/887.08	c #Conflicts:    1132000 | #Constraints:      34894
871.98/887.08	c #Conflicts:    1133000 | #Constraints:      35894
871.98/887.08	c #Conflicts:    1134000 | #Constraints:      36894
871.98/887.08	c #Conflicts:    1135000 | #Constraints:      37894
871.98/887.08	c #Conflicts:    1136000 | #Constraints:      38894
871.98/887.08	c #Conflicts:    1137000 | #Constraints:      39894
871.98/887.08	c #Conflicts:    1138000 | #Constraints:      40894
871.98/887.08	c #Conflicts:    1139000 | #Constraints:      41894
871.98/887.08	c #Conflicts:    1140000 | #Constraints:      42894
871.98/887.08	c #Conflicts:    1141000 | #Constraints:      43894
871.98/887.08	c #Conflicts:    1142000 | #Constraints:      44894
871.98/887.08	c #Conflicts:    1143000 | #Constraints:      45894
871.98/887.08	c #Conflicts:    1144000 | #Constraints:      46894
871.98/887.08	c #Conflicts:    1145000 | #Constraints:      47894
871.98/887.08	c #Conflicts:    1146000 | #Constraints:      48894
871.98/887.08	c INPROCESSING
871.98/887.08	c GARBAGE COLLECT
871.98/887.08	c rational objective 997
890.24/905.36	c #Conflicts:    1147000 | #Constraints:      28624
890.24/905.36	c #Conflicts:    1148000 | #Constraints:      29624
890.24/905.36	c #Conflicts:    1149000 | #Constraints:      30624
890.24/905.36	c #Conflicts:    1150000 | #Constraints:      31624
890.24/905.36	c #Conflicts:    1151000 | #Constraints:      32624
890.24/905.36	c #Conflicts:    1152000 | #Constraints:      33624
890.24/905.36	c #Conflicts:    1153000 | #Constraints:      34624
890.24/905.36	c #Conflicts:    1154000 | #Constraints:      35624
890.24/905.36	c #Conflicts:    1155000 | #Constraints:      36624
890.24/905.36	c #Conflicts:    1156000 | #Constraints:      37624
890.24/905.36	c #Conflicts:    1157000 | #Constraints:      38624
890.24/905.36	c #Conflicts:    1158000 | #Constraints:      39624
890.24/905.36	c #Conflicts:    1159000 | #Constraints:      40624
890.24/905.36	c #Conflicts:    1160000 | #Constraints:      41624
890.24/905.36	c #Conflicts:    1161000 | #Constraints:      42624
890.24/905.36	c #Conflicts:    1162000 | #Constraints:      43624
890.24/905.36	c #Conflicts:    1163000 | #Constraints:      44624
890.24/905.36	c #Conflicts:    1164000 | #Constraints:      45624
890.24/905.36	c #Conflicts:    1165000 | #Constraints:      46624
890.24/905.36	c #Conflicts:    1166000 | #Constraints:      47624
890.24/905.36	c #Conflicts:    1167000 | #Constraints:      48624
890.24/905.36	c #Conflicts:    1168000 | #Constraints:      49624
890.24/905.36	c INPROCESSING
890.24/905.36	c GARBAGE COLLECT
890.24/905.36	c rational objective 997
907.85/923.25	c #Conflicts:    1169000 | #Constraints:      29199
907.85/923.25	c #Conflicts:    1170000 | #Constraints:      30199
907.85/923.25	c #Conflicts:    1171000 | #Constraints:      31199
907.85/923.25	c #Conflicts:    1172000 | #Constraints:      32199
907.85/923.25	c #Conflicts:    1173000 | #Constraints:      33199
907.85/923.25	c #Conflicts:    1174000 | #Constraints:      34199
907.85/923.25	c #Conflicts:    1175000 | #Constraints:      35199
907.85/923.25	c #Conflicts:    1176000 | #Constraints:      36199
907.85/923.25	c #Conflicts:    1177000 | #Constraints:      37199
907.85/923.25	c #Conflicts:    1178000 | #Constraints:      38199
907.85/923.25	c #Conflicts:    1179000 | #Constraints:      39199
907.85/923.25	c #Conflicts:    1180000 | #Constraints:      40199
907.85/923.25	c #Conflicts:    1181000 | #Constraints:      41199
907.85/923.25	c #Conflicts:    1182000 | #Constraints:      42199
907.85/923.25	c #Conflicts:    1183000 | #Constraints:      43199
907.85/923.25	c #Conflicts:    1184000 | #Constraints:      44199
907.85/923.25	c #Conflicts:    1185000 | #Constraints:      45199
907.85/923.25	c #Conflicts:    1186000 | #Constraints:      46199
907.85/923.25	c #Conflicts:    1187000 | #Constraints:      47199
907.85/923.25	c #Conflicts:    1188000 | #Constraints:      48199
907.85/923.25	c #Conflicts:    1189000 | #Constraints:      49199
907.85/923.25	c #Conflicts:    1190000 | #Constraints:      50199
907.85/923.25	c INPROCESSING
907.85/923.25	c GARBAGE COLLECT
907.85/923.25	c rational objective 997
932.39/947.92	c #Conflicts:    1191000 | #Constraints:      29615
932.39/947.92	c #Conflicts:    1192000 | #Constraints:      30663
932.39/947.92	c #Conflicts:    1193000 | #Constraints:      31718
932.39/947.92	c #Conflicts:    1194000 | #Constraints:      32784
932.39/947.92	c #Conflicts:    1195000 | #Constraints:      33852
932.39/947.92	c #Conflicts:    1196000 | #Constraints:      34910
932.39/947.92	c #Conflicts:    1197000 | #Constraints:      35969
932.39/947.92	c #Conflicts:    1198000 | #Constraints:      37015
932.39/947.92	c #Conflicts:    1199000 | #Constraints:      38066
932.39/947.92	c #Conflicts:    1200000 | #Constraints:      39124
932.39/947.92	c #Conflicts:    1201000 | #Constraints:      40163
932.39/947.92	c #Conflicts:    1202000 | #Constraints:      41212
932.39/947.92	c #Conflicts:    1203000 | #Constraints:      42250
932.39/947.92	c #Conflicts:    1204000 | #Constraints:      43291
932.39/947.92	c #Conflicts:    1205000 | #Constraints:      44342
932.39/947.92	c #Conflicts:    1206000 | #Constraints:      45384
932.39/947.92	c #Conflicts:    1207000 | #Constraints:      46410
932.39/947.92	c #Conflicts:    1208000 | #Constraints:      47440
932.39/947.92	c #Conflicts:    1209000 | #Constraints:      48463
932.39/947.92	c #Conflicts:    1210000 | #Constraints:      49502
932.39/947.92	c #Conflicts:    1211000 | #Constraints:      50537
932.39/947.92	c #Conflicts:    1212000 | #Constraints:      51576
932.39/947.92	c INPROCESSING
932.39/947.92	c GARBAGE COLLECT
932.39/947.92	c rational objective 997
952.25/967.82	c #Conflicts:    1213000 | #Constraints:      30147
952.25/967.82	c #Conflicts:    1214000 | #Constraints:      31147
952.25/967.82	c #Conflicts:    1215000 | #Constraints:      32147
952.25/967.82	c #Conflicts:    1216000 | #Constraints:      33147
952.25/967.82	c #Conflicts:    1217000 | #Constraints:      34147
952.25/967.82	c #Conflicts:    1218000 | #Constraints:      35147
952.25/967.82	c #Conflicts:    1219000 | #Constraints:      36147
952.25/967.82	c #Conflicts:    1220000 | #Constraints:      37147
952.25/967.82	c #Conflicts:    1221000 | #Constraints:      38147
952.25/967.82	c #Conflicts:    1222000 | #Constraints:      39147
952.25/967.82	c #Conflicts:    1223000 | #Constraints:      40147
952.25/967.82	c #Conflicts:    1224000 | #Constraints:      41147
952.25/967.82	c #Conflicts:    1225000 | #Constraints:      42147
952.25/967.82	c #Conflicts:    1226000 | #Constraints:      43147
952.25/967.82	c #Conflicts:    1227000 | #Constraints:      44148
952.25/967.82	c #Conflicts:    1228000 | #Constraints:      45148
952.25/967.82	c #Conflicts:    1229000 | #Constraints:      46192
952.25/967.82	c #Conflicts:    1230000 | #Constraints:      47193
952.25/967.82	c #Conflicts:    1231000 | #Constraints:      48194
952.25/967.82	c #Conflicts:    1232000 | #Constraints:      49195
952.25/967.82	c #Conflicts:    1233000 | #Constraints:      50195
952.25/967.82	c #Conflicts:    1234000 | #Constraints:      51196
952.25/967.82	c INPROCESSING
952.25/967.82	c GARBAGE COLLECT
952.25/967.82	c rational objective 997
971.03/986.79	c #Conflicts:    1235000 | #Constraints:      29977
971.03/986.79	c #Conflicts:    1236000 | #Constraints:      30977
971.03/986.79	c #Conflicts:    1237000 | #Constraints:      31977
971.03/986.79	c #Conflicts:    1238000 | #Constraints:      32977
971.03/986.79	c #Conflicts:    1239000 | #Constraints:      33977
971.03/986.79	c #Conflicts:    1240000 | #Constraints:      34977
971.03/986.79	c #Conflicts:    1241000 | #Constraints:      35977
971.03/986.79	c #Conflicts:    1242000 | #Constraints:      36977
971.03/986.79	c #Conflicts:    1243000 | #Constraints:      37977
971.03/986.79	c #Conflicts:    1244000 | #Constraints:      38978
971.03/986.79	c #Conflicts:    1245000 | #Constraints:      39979
971.03/986.79	c #Conflicts:    1246000 | #Constraints:      40979
971.03/986.79	c #Conflicts:    1247000 | #Constraints:      41979
971.03/986.79	c #Conflicts:    1248000 | #Constraints:      42979
971.03/986.79	c #Conflicts:    1249000 | #Constraints:      43981
971.03/986.79	c #Conflicts:    1250000 | #Constraints:      44981
971.03/986.79	c #Conflicts:    1251000 | #Constraints:      45981
971.03/986.79	c #Conflicts:    1252000 | #Constraints:      46981
971.03/986.79	c #Conflicts:    1253000 | #Constraints:      47981
971.03/986.79	c #Conflicts:    1254000 | #Constraints:      48981
971.03/986.79	c #Conflicts:    1255000 | #Constraints:      49981
971.03/986.79	c #Conflicts:    1256000 | #Constraints:      50981
971.03/986.79	c INPROCESSING
971.03/986.79	c GARBAGE COLLECT
971.03/986.79	c rational objective 997
997.60/1013.51	c #Conflicts:    1257000 | #Constraints:      29666
997.60/1013.51	c #Conflicts:    1258000 | #Constraints:      30667
997.60/1013.51	c #Conflicts:    1259000 | #Constraints:      31740
997.60/1013.51	c #Conflicts:    1260000 | #Constraints:      32817
997.60/1013.51	c #Conflicts:    1261000 | #Constraints:      33882
997.60/1013.51	c #Conflicts:    1262000 | #Constraints:      34946
997.60/1013.51	c #Conflicts:    1263000 | #Constraints:      36006
997.60/1013.51	c #Conflicts:    1264000 | #Constraints:      37055
997.60/1013.51	c #Conflicts:    1265000 | #Constraints:      38114
997.60/1013.51	c #Conflicts:    1266000 | #Constraints:      39162
997.60/1013.51	c #Conflicts:    1267000 | #Constraints:      40209
997.60/1013.51	c #Conflicts:    1268000 | #Constraints:      41245
997.60/1013.51	c #Conflicts:    1269000 | #Constraints:      42270
997.60/1013.51	c #Conflicts:    1270000 | #Constraints:      43297
997.60/1013.51	c #Conflicts:    1271000 | #Constraints:      44340
997.60/1013.51	c #Conflicts:    1272000 | #Constraints:      45365
997.60/1013.51	c #Conflicts:    1273000 | #Constraints:      46401
997.60/1013.51	c #Conflicts:    1274000 | #Constraints:      47448
997.60/1013.51	c #Conflicts:    1275000 | #Constraints:      48482
997.60/1013.51	c #Conflicts:    1276000 | #Constraints:      49522
997.60/1013.51	c #Conflicts:    1277000 | #Constraints:      50555
997.60/1013.51	c #Conflicts:    1278000 | #Constraints:      51582
997.60/1013.51	c #Conflicts:    1279000 | #Constraints:      52620
997.60/1013.51	c INPROCESSING
997.60/1013.51	c GARBAGE COLLECT
997.60/1013.51	c rational objective 997
1018.19/1034.20	c #Conflicts:    1280000 | #Constraints:      30592
1018.19/1034.20	c #Conflicts:    1281000 | #Constraints:      31592
1018.19/1034.20	c #Conflicts:    1282000 | #Constraints:      32592
1018.19/1034.20	c #Conflicts:    1283000 | #Constraints:      33592
1018.19/1034.20	c #Conflicts:    1284000 | #Constraints:      34592
1018.19/1034.20	c #Conflicts:    1285000 | #Constraints:      35592
1018.19/1034.20	c #Conflicts:    1286000 | #Constraints:      36592
1018.19/1034.20	c #Conflicts:    1287000 | #Constraints:      37592
1018.19/1034.20	c #Conflicts:    1288000 | #Constraints:      38592
1018.19/1034.20	c #Conflicts:    1289000 | #Constraints:      39592
1018.19/1034.20	c #Conflicts:    1290000 | #Constraints:      40592
1018.19/1034.20	c #Conflicts:    1291000 | #Constraints:      41592
1018.19/1034.20	c #Conflicts:    1292000 | #Constraints:      42592
1018.19/1034.20	c #Conflicts:    1293000 | #Constraints:      43593
1018.19/1034.20	c #Conflicts:    1294000 | #Constraints:      44593
1018.19/1034.20	c #Conflicts:    1295000 | #Constraints:      45593
1018.19/1034.20	c #Conflicts:    1296000 | #Constraints:      46593
1018.19/1034.20	c #Conflicts:    1297000 | #Constraints:      47593
1018.19/1034.20	c #Conflicts:    1298000 | #Constraints:      48593
1018.19/1034.20	c #Conflicts:    1299000 | #Constraints:      49593
1018.19/1034.20	c #Conflicts:    1300000 | #Constraints:      50593
1018.19/1034.20	c #Conflicts:    1301000 | #Constraints:      51593
1018.19/1034.20	c #Conflicts:    1302000 | #Constraints:      52593
1018.19/1034.20	c INPROCESSING
1018.19/1034.20	c GARBAGE COLLECT
1018.19/1034.20	c rational objective 997
1038.24/1054.37	c #Conflicts:    1303000 | #Constraints:      30790
1038.24/1054.37	c #Conflicts:    1304000 | #Constraints:      31790
1038.24/1054.37	c #Conflicts:    1305000 | #Constraints:      32790
1038.24/1054.37	c #Conflicts:    1306000 | #Constraints:      33790
1038.24/1054.37	c #Conflicts:    1307000 | #Constraints:      34790
1038.24/1054.37	c #Conflicts:    1308000 | #Constraints:      35790
1038.24/1054.37	c #Conflicts:    1309000 | #Constraints:      36790
1038.24/1054.37	c #Conflicts:    1310000 | #Constraints:      37790
1038.24/1054.37	c #Conflicts:    1311000 | #Constraints:      38790
1038.24/1054.37	c #Conflicts:    1312000 | #Constraints:      39790
1038.24/1054.37	c #Conflicts:    1313000 | #Constraints:      40790
1038.24/1054.37	c #Conflicts:    1314000 | #Constraints:      41790
1038.24/1054.37	c #Conflicts:    1315000 | #Constraints:      42790
1038.24/1054.37	c #Conflicts:    1316000 | #Constraints:      43790
1038.24/1054.37	c #Conflicts:    1317000 | #Constraints:      44790
1038.24/1054.37	c #Conflicts:    1318000 | #Constraints:      45790
1038.24/1054.37	c #Conflicts:    1319000 | #Constraints:      46790
1038.24/1054.37	c #Conflicts:    1320000 | #Constraints:      47790
1038.24/1054.37	c #Conflicts:    1321000 | #Constraints:      48790
1038.24/1054.37	c #Conflicts:    1322000 | #Constraints:      49790
1038.24/1054.37	c #Conflicts:    1323000 | #Constraints:      50790
1038.24/1054.37	c #Conflicts:    1324000 | #Constraints:      51790
1038.24/1054.37	c #Conflicts:    1325000 | #Constraints:      52790
1038.24/1054.37	c INPROCESSING
1038.24/1054.37	c GARBAGE COLLECT
1038.24/1054.37	c rational objective 997
1059.32/1075.58	c #Conflicts:    1326000 | #Constraints:      30906
1059.32/1075.58	c #Conflicts:    1327000 | #Constraints:      31960
1059.32/1075.58	c #Conflicts:    1328000 | #Constraints:      33023
1059.32/1075.58	c #Conflicts:    1329000 | #Constraints:      34071
1059.32/1075.58	c #Conflicts:    1330000 | #Constraints:      35113
1059.32/1075.58	c #Conflicts:    1331000 | #Constraints:      36146
1059.32/1075.58	c #Conflicts:    1332000 | #Constraints:      37193
1059.32/1075.58	c #Conflicts:    1333000 | #Constraints:      38229
1059.32/1075.58	c #Conflicts:    1334000 | #Constraints:      39271
1059.32/1075.58	c #Conflicts:    1335000 | #Constraints:      40305
1059.32/1075.58	c #Conflicts:    1336000 | #Constraints:      41351
1059.32/1075.58	c #Conflicts:    1337000 | #Constraints:      42393
1059.32/1075.58	c #Conflicts:    1338000 | #Constraints:      43428
1059.32/1075.58	c #Conflicts:    1339000 | #Constraints:      44464
1059.32/1075.58	c #Conflicts:    1340000 | #Constraints:      45497
1059.32/1075.58	c #Conflicts:    1341000 | #Constraints:      46531
1059.32/1075.58	c #Conflicts:    1342000 | #Constraints:      47565
1059.32/1075.58	c #Conflicts:    1343000 | #Constraints:      48601
1059.32/1075.58	c #Conflicts:    1344000 | #Constraints:      49625
1059.32/1075.58	c #Conflicts:    1345000 | #Constraints:      50673
1059.32/1075.58	c #Conflicts:    1346000 | #Constraints:      51709
1059.32/1075.58	c #Conflicts:    1347000 | #Constraints:      52741
1059.32/1075.58	c #Conflicts:    1348000 | #Constraints:      53783
1059.32/1075.58	c INPROCESSING
1059.32/1075.58	c GARBAGE COLLECT
1059.32/1075.58	c rational objective 997
1082.01/1098.34	c #Conflicts:    1349000 | #Constraints:      31194
1082.01/1098.34	c #Conflicts:    1350000 | #Constraints:      32194
1082.01/1098.34	c #Conflicts:    1351000 | #Constraints:      33194
1082.01/1098.34	c #Conflicts:    1352000 | #Constraints:      34194
1082.01/1098.34	c #Conflicts:    1353000 | #Constraints:      35194
1082.01/1098.34	c #Conflicts:    1354000 | #Constraints:      36194
1082.01/1098.34	c #Conflicts:    1355000 | #Constraints:      37194
1082.01/1098.34	c #Conflicts:    1356000 | #Constraints:      38194
1082.01/1098.34	c #Conflicts:    1357000 | #Constraints:      39194
1082.01/1098.34	c #Conflicts:    1358000 | #Constraints:      40194
1082.01/1098.34	c #Conflicts:    1359000 | #Constraints:      41194
1082.01/1098.34	c #Conflicts:    1360000 | #Constraints:      42194
1082.01/1098.34	c #Conflicts:    1361000 | #Constraints:      43194
1082.01/1098.34	c #Conflicts:    1362000 | #Constraints:      44194
1082.01/1098.34	c #Conflicts:    1363000 | #Constraints:      45194
1082.01/1098.34	c #Conflicts:    1364000 | #Constraints:      46194
1082.01/1098.34	c #Conflicts:    1365000 | #Constraints:      47194
1082.01/1098.34	c #Conflicts:    1366000 | #Constraints:      48194
1082.01/1098.34	c #Conflicts:    1367000 | #Constraints:      49194
1082.01/1098.34	c #Conflicts:    1368000 | #Constraints:      50194
1082.01/1098.34	c #Conflicts:    1369000 | #Constraints:      51194
1082.01/1098.34	c #Conflicts:    1370000 | #Constraints:      52194
1082.01/1098.34	c #Conflicts:    1371000 | #Constraints:      53194
1082.01/1098.34	c INPROCESSING
1082.01/1098.34	c GARBAGE COLLECT
1082.01/1098.34	c rational objective 997
1107.76/1124.19	c #Conflicts:    1372000 | #Constraints:      30794
1107.76/1124.19	c #Conflicts:    1373000 | #Constraints:      31795
1107.76/1124.19	c #Conflicts:    1374000 | #Constraints:      32808
1107.76/1124.19	c #Conflicts:    1375000 | #Constraints:      33874
1107.76/1124.19	c #Conflicts:    1376000 | #Constraints:      34935
1107.76/1124.19	c #Conflicts:    1377000 | #Constraints:      35976
1107.76/1124.19	c #Conflicts:    1378000 | #Constraints:      37014
1107.76/1124.19	c #Conflicts:    1379000 | #Constraints:      38056
1107.76/1124.19	c #Conflicts:    1380000 | #Constraints:      39091
1107.76/1124.19	c #Conflicts:    1381000 | #Constraints:      40121
1107.76/1124.19	c #Conflicts:    1382000 | #Constraints:      41152
1107.76/1124.19	c #Conflicts:    1383000 | #Constraints:      42178
1107.76/1124.19	c #Conflicts:    1384000 | #Constraints:      43209
1107.76/1124.19	c #Conflicts:    1385000 | #Constraints:      44237
1107.76/1124.19	c #Conflicts:    1386000 | #Constraints:      45265
1107.76/1124.19	c #Conflicts:    1387000 | #Constraints:      46294
1107.76/1124.19	c #Conflicts:    1388000 | #Constraints:      47322
1107.76/1124.19	c #Conflicts:    1389000 | #Constraints:      48342
1107.76/1124.19	c #Conflicts:    1390000 | #Constraints:      49381
1107.76/1124.19	c #Conflicts:    1391000 | #Constraints:      50413
1107.76/1124.19	c #Conflicts:    1392000 | #Constraints:      51438
1107.76/1124.19	c #Conflicts:    1393000 | #Constraints:      52468
1107.76/1124.19	c #Conflicts:    1394000 | #Constraints:      53497
1107.76/1124.19	c #Conflicts:    1395000 | #Constraints:      54530
1107.76/1124.19	c INPROCESSING
1107.76/1124.19	c GARBAGE COLLECT
1107.76/1124.19	c rational objective 997
1131.01/1147.58	c #Conflicts:    1396000 | #Constraints:      31566
1131.01/1147.58	c #Conflicts:    1397000 | #Constraints:      32566
1131.01/1147.58	c #Conflicts:    1398000 | #Constraints:      33566
1131.01/1147.58	c #Conflicts:    1399000 | #Constraints:      34566
1131.01/1147.58	c #Conflicts:    1400000 | #Constraints:      35566
1131.01/1147.58	c #Conflicts:    1401000 | #Constraints:      36566
1131.01/1147.58	c #Conflicts:    1402000 | #Constraints:      37566
1131.01/1147.58	c #Conflicts:    1403000 | #Constraints:      38566
1131.01/1147.58	c #Conflicts:    1404000 | #Constraints:      39566
1131.01/1147.58	c #Conflicts:    1405000 | #Constraints:      40566
1131.01/1147.58	c #Conflicts:    1406000 | #Constraints:      41566
1131.01/1147.58	c #Conflicts:    1407000 | #Constraints:      42566
1131.01/1147.58	c #Conflicts:    1408000 | #Constraints:      43566
1131.01/1147.58	c #Conflicts:    1409000 | #Constraints:      44567
1131.01/1147.58	c #Conflicts:    1410000 | #Constraints:      45567
1131.01/1147.58	c #Conflicts:    1411000 | #Constraints:      46567
1131.01/1147.58	c #Conflicts:    1412000 | #Constraints:      47567
1131.01/1147.58	c #Conflicts:    1413000 | #Constraints:      48568
1131.01/1147.58	c #Conflicts:    1414000 | #Constraints:      49570
1131.01/1147.58	c #Conflicts:    1415000 | #Constraints:      50571
1131.01/1147.58	c #Conflicts:    1416000 | #Constraints:      51571
1131.01/1147.58	c #Conflicts:    1417000 | #Constraints:      52577
1131.01/1147.58	c #Conflicts:    1418000 | #Constraints:      53578
1131.01/1147.58	c #Conflicts:    1419000 | #Constraints:      54578
1131.01/1147.58	c INPROCESSING
1131.01/1147.58	c GARBAGE COLLECT
1131.01/1147.58	c rational objective 997
1152.80/1169.43	c #Conflicts:    1420000 | #Constraints:      31798
1152.80/1169.43	c #Conflicts:    1421000 | #Constraints:      32798
1152.80/1169.43	c #Conflicts:    1422000 | #Constraints:      33798
1152.80/1169.43	c #Conflicts:    1423000 | #Constraints:      34798
1152.80/1169.43	c #Conflicts:    1424000 | #Constraints:      35798
1152.80/1169.43	c #Conflicts:    1425000 | #Constraints:      36798
1152.80/1169.43	c #Conflicts:    1426000 | #Constraints:      37798
1152.80/1169.43	c #Conflicts:    1427000 | #Constraints:      38798
1152.80/1169.43	c #Conflicts:    1428000 | #Constraints:      39798
1152.80/1169.43	c #Conflicts:    1429000 | #Constraints:      40798
1152.80/1169.43	c #Conflicts:    1430000 | #Constraints:      41798
1152.80/1169.43	c #Conflicts:    1431000 | #Constraints:      42798
1152.80/1169.43	c #Conflicts:    1432000 | #Constraints:      43798
1152.80/1169.43	c #Conflicts:    1433000 | #Constraints:      44798
1152.80/1169.43	c #Conflicts:    1434000 | #Constraints:      45798
1152.80/1169.43	c #Conflicts:    1435000 | #Constraints:      46798
1152.80/1169.43	c #Conflicts:    1436000 | #Constraints:      47798
1152.80/1169.43	c #Conflicts:    1437000 | #Constraints:      48798
1152.80/1169.43	c #Conflicts:    1438000 | #Constraints:      49798
1152.80/1169.43	c #Conflicts:    1439000 | #Constraints:      50798
1152.80/1169.43	c #Conflicts:    1440000 | #Constraints:      51798
1152.80/1169.43	c #Conflicts:    1441000 | #Constraints:      52798
1152.80/1169.43	c #Conflicts:    1442000 | #Constraints:      53798
1152.80/1169.43	c #Conflicts:    1443000 | #Constraints:      54798
1152.80/1169.43	c INPROCESSING
1152.80/1169.43	c GARBAGE COLLECT
1152.80/1169.43	c rational objective 997
1177.17/1193.97	c #Conflicts:    1444000 | #Constraints:      31893
1177.17/1193.97	c #Conflicts:    1445000 | #Constraints:      32926
1177.17/1193.97	c #Conflicts:    1446000 | #Constraints:      33975
1177.17/1193.97	c #Conflicts:    1447000 | #Constraints:      35021
1177.17/1193.97	c #Conflicts:    1448000 | #Constraints:      36082
1177.17/1193.97	c #Conflicts:    1449000 | #Constraints:      37137
1177.17/1193.97	c #Conflicts:    1450000 | #Constraints:      38212
1177.17/1193.97	c #Conflicts:    1451000 | #Constraints:      39252
1177.17/1193.97	c #Conflicts:    1452000 | #Constraints:      40298
1177.17/1193.97	c #Conflicts:    1453000 | #Constraints:      41327
1177.17/1193.97	c #Conflicts:    1454000 | #Constraints:      42364
1177.17/1193.97	c #Conflicts:    1455000 | #Constraints:      43422
1177.17/1193.97	c #Conflicts:    1456000 | #Constraints:      44475
1177.17/1193.97	c #Conflicts:    1457000 | #Constraints:      45522
1177.17/1193.97	c #Conflicts:    1458000 | #Constraints:      46563
1177.17/1193.97	c #Conflicts:    1459000 | #Constraints:      47591
1177.17/1193.97	c #Conflicts:    1460000 | #Constraints:      48629
1177.17/1193.97	c #Conflicts:    1461000 | #Constraints:      49675
1177.17/1193.97	c #Conflicts:    1462000 | #Constraints:      50693
1177.17/1193.97	c #Conflicts:    1463000 | #Constraints:      51719
1177.17/1193.97	c #Conflicts:    1464000 | #Constraints:      52770
1177.17/1193.97	c #Conflicts:    1465000 | #Constraints:      53801
1177.17/1193.97	c #Conflicts:    1466000 | #Constraints:      54817
1177.17/1193.97	c #Conflicts:    1467000 | #Constraints:      55847
1177.17/1193.97	c INPROCESSING
1177.17/1193.97	c GARBAGE COLLECT
1177.17/1193.97	c rational objective 997
1203.22/1220.08	c #Conflicts:    1468000 | #Constraints:      32225
1203.22/1220.08	c #Conflicts:    1469000 | #Constraints:      33225
1203.22/1220.08	c #Conflicts:    1470000 | #Constraints:      34225
1203.22/1220.08	c #Conflicts:    1471000 | #Constraints:      35225
1203.22/1220.08	c #Conflicts:    1472000 | #Constraints:      36225
1203.22/1220.08	c #Conflicts:    1473000 | #Constraints:      37225
1203.22/1220.08	c #Conflicts:    1474000 | #Constraints:      38225
1203.22/1220.08	c #Conflicts:    1475000 | #Constraints:      39225
1203.22/1220.08	c #Conflicts:    1476000 | #Constraints:      40225
1203.22/1220.08	c #Conflicts:    1477000 | #Constraints:      41225
1203.22/1220.08	c #Conflicts:    1478000 | #Constraints:      42225
1203.22/1220.08	c #Conflicts:    1479000 | #Constraints:      43225
1203.22/1220.08	c #Conflicts:    1480000 | #Constraints:      44225
1203.22/1220.08	c #Conflicts:    1481000 | #Constraints:      45225
1203.22/1220.08	c #Conflicts:    1482000 | #Constraints:      46225
1203.22/1220.08	c #Conflicts:    1483000 | #Constraints:      47225
1203.22/1220.08	c #Conflicts:    1484000 | #Constraints:      48225
1203.22/1220.08	c #Conflicts:    1485000 | #Constraints:      49225
1203.22/1220.08	c #Conflicts:    1486000 | #Constraints:      50225
1203.22/1220.08	c #Conflicts:    1487000 | #Constraints:      51225
1203.22/1220.08	c #Conflicts:    1488000 | #Constraints:      52225
1203.22/1220.08	c #Conflicts:    1489000 | #Constraints:      53225
1203.22/1220.08	c #Conflicts:    1490000 | #Constraints:      54225
1203.22/1220.08	c #Conflicts:    1491000 | #Constraints:      55225
1203.22/1220.08	c INPROCESSING
1203.22/1220.08	c GARBAGE COLLECT
1203.22/1220.08	c rational objective 997
1226.73/1243.77	c #Conflicts:    1492000 | #Constraints:      31800
1226.73/1243.77	c #Conflicts:    1493000 | #Constraints:      32826
1226.73/1243.77	c #Conflicts:    1494000 | #Constraints:      33875
1226.73/1243.77	c #Conflicts:    1495000 | #Constraints:      34928
1226.73/1243.77	c #Conflicts:    1496000 | #Constraints:      35988
1226.73/1243.77	c #Conflicts:    1497000 | #Constraints:      37041
1226.73/1243.77	c #Conflicts:    1498000 | #Constraints:      38098
1226.73/1243.77	c #Conflicts:    1499000 | #Constraints:      39145
1226.73/1243.77	c #Conflicts:    1500000 | #Constraints:      40183
1226.73/1243.77	c #Conflicts:    1501000 | #Constraints:      41218
1226.73/1243.77	c #Conflicts:    1502000 | #Constraints:      42254
1226.73/1243.77	c #Conflicts:    1503000 | #Constraints:      43291
1226.73/1243.77	c #Conflicts:    1504000 | #Constraints:      44346
1226.73/1243.77	c #Conflicts:    1505000 | #Constraints:      45392
1226.73/1243.77	c #Conflicts:    1506000 | #Constraints:      46426
1226.73/1243.77	c #Conflicts:    1507000 | #Constraints:      47453
1226.73/1243.77	c #Conflicts:    1508000 | #Constraints:      48510
1226.73/1243.77	c #Conflicts:    1509000 | #Constraints:      49543
1226.73/1243.77	c #Conflicts:    1510000 | #Constraints:      50587
1226.73/1243.77	c #Conflicts:    1511000 | #Constraints:      51636
1226.73/1243.77	c #Conflicts:    1512000 | #Constraints:      52661
1226.73/1243.77	c #Conflicts:    1513000 | #Constraints:      53699
1226.73/1243.77	c #Conflicts:    1514000 | #Constraints:      54737
1226.73/1243.77	c #Conflicts:    1515000 | #Constraints:      55777
1226.73/1243.77	c #Conflicts:    1516000 | #Constraints:      56806
1226.73/1243.77	c INPROCESSING
1226.73/1243.77	c GARBAGE COLLECT
1226.73/1243.77	c rational objective 997
1250.79/1267.97	c #Conflicts:    1517000 | #Constraints:      32674
1250.79/1267.97	c #Conflicts:    1518000 | #Constraints:      33674
1250.79/1267.97	c #Conflicts:    1519000 | #Constraints:      34674
1250.79/1267.97	c #Conflicts:    1520000 | #Constraints:      35674
1250.79/1267.97	c #Conflicts:    1521000 | #Constraints:      36674
1250.79/1267.97	c #Conflicts:    1522000 | #Constraints:      37674
1250.79/1267.97	c #Conflicts:    1523000 | #Constraints:      38674
1250.79/1267.97	c #Conflicts:    1524000 | #Constraints:      39674
1250.79/1267.97	c #Conflicts:    1525000 | #Constraints:      40674
1250.79/1267.97	c #Conflicts:    1526000 | #Constraints:      41674
1250.79/1267.97	c #Conflicts:    1527000 | #Constraints:      42674
1250.79/1267.97	c #Conflicts:    1528000 | #Constraints:      43674
1250.79/1267.97	c #Conflicts:    1529000 | #Constraints:      44674
1250.79/1267.97	c #Conflicts:    1530000 | #Constraints:      45674
1250.79/1267.97	c #Conflicts:    1531000 | #Constraints:      46674
1250.79/1267.97	c #Conflicts:    1532000 | #Constraints:      47674
1250.79/1267.97	c #Conflicts:    1533000 | #Constraints:      48674
1250.79/1267.97	c #Conflicts:    1534000 | #Constraints:      49674
1250.79/1267.97	c #Conflicts:    1535000 | #Constraints:      50674
1250.79/1267.97	c #Conflicts:    1536000 | #Constraints:      51674
1250.79/1267.97	c #Conflicts:    1537000 | #Constraints:      52674
1250.79/1267.97	c #Conflicts:    1538000 | #Constraints:      53674
1250.79/1267.97	c #Conflicts:    1539000 | #Constraints:      54674
1250.79/1267.97	c #Conflicts:    1540000 | #Constraints:      55674
1250.79/1267.97	c #Conflicts:    1541000 | #Constraints:      56674
1250.79/1267.97	c INPROCESSING
1250.79/1267.97	c GARBAGE COLLECT
1250.79/1267.97	c rational objective 997
1279.01/1296.38	c #Conflicts:    1542000 | #Constraints:      32814
1279.01/1296.38	c #Conflicts:    1543000 | #Constraints:      33859
1279.01/1296.38	c #Conflicts:    1544000 | #Constraints:      34923
1279.01/1296.38	c #Conflicts:    1545000 | #Constraints:      35986
1279.01/1296.38	c #Conflicts:    1546000 | #Constraints:      37028
1279.01/1296.38	c #Conflicts:    1547000 | #Constraints:      38068
1279.01/1296.38	c #Conflicts:    1548000 | #Constraints:      39119
1279.01/1296.38	c #Conflicts:    1549000 | #Constraints:      40168
1279.01/1296.38	c #Conflicts:    1550000 | #Constraints:      41214
1279.01/1296.38	c #Conflicts:    1551000 | #Constraints:      42254
1279.01/1296.38	c #Conflicts:    1552000 | #Constraints:      43316
1279.01/1296.38	c #Conflicts:    1553000 | #Constraints:      44359
1279.01/1296.38	c #Conflicts:    1554000 | #Constraints:      45404
1279.01/1296.38	c #Conflicts:    1555000 | #Constraints:      46436
1279.01/1296.38	c #Conflicts:    1556000 | #Constraints:      47488
1279.01/1296.38	c #Conflicts:    1557000 | #Constraints:      48532
1279.01/1296.38	c #Conflicts:    1558000 | #Constraints:      49562
1279.01/1296.38	c #Conflicts:    1559000 | #Constraints:      50610
1279.01/1296.38	c #Conflicts:    1560000 | #Constraints:      51675
1279.01/1296.38	c #Conflicts:    1561000 | #Constraints:      52711
1279.01/1296.38	c #Conflicts:    1562000 | #Constraints:      53745
1279.01/1296.38	c #Conflicts:    1563000 | #Constraints:      54790
1279.01/1296.38	c #Conflicts:    1564000 | #Constraints:      55837
1279.01/1296.38	c #Conflicts:    1565000 | #Constraints:      56859
1279.01/1296.38	c #Conflicts:    1566000 | #Constraints:      57895
1279.01/1296.38	c INPROCESSING
1279.01/1296.38	c GARBAGE COLLECT
1279.01/1296.38	c rational objective 997
1304.07/1321.61	c #Conflicts:    1567000 | #Constraints:      33338
1304.07/1321.61	c #Conflicts:    1568000 | #Constraints:      34338
1304.07/1321.61	c #Conflicts:    1569000 | #Constraints:      35338
1304.07/1321.61	c #Conflicts:    1570000 | #Constraints:      36338
1304.07/1321.61	c #Conflicts:    1571000 | #Constraints:      37338
1304.07/1321.61	c #Conflicts:    1572000 | #Constraints:      38338
1304.07/1321.61	c #Conflicts:    1573000 | #Constraints:      39338
1304.07/1321.61	c #Conflicts:    1574000 | #Constraints:      40338
1304.07/1321.61	c #Conflicts:    1575000 | #Constraints:      41338
1304.07/1321.61	c #Conflicts:    1576000 | #Constraints:      42338
1304.07/1321.61	c #Conflicts:    1577000 | #Constraints:      43338
1304.07/1321.61	c #Conflicts:    1578000 | #Constraints:      44338
1304.07/1321.61	c #Conflicts:    1579000 | #Constraints:      45338
1304.07/1321.61	c #Conflicts:    1580000 | #Constraints:      46338
1304.07/1321.61	c #Conflicts:    1581000 | #Constraints:      47338
1304.07/1321.61	c #Conflicts:    1582000 | #Constraints:      48338
1304.07/1321.61	c #Conflicts:    1583000 | #Constraints:      49338
1304.07/1321.61	c #Conflicts:    1584000 | #Constraints:      50338
1304.07/1321.61	c #Conflicts:    1585000 | #Constraints:      51338
1304.07/1321.61	c #Conflicts:    1586000 | #Constraints:      52338
1304.07/1321.61	c #Conflicts:    1587000 | #Constraints:      53338
1304.07/1321.61	c #Conflicts:    1588000 | #Constraints:      54338
1304.07/1321.61	c #Conflicts:    1589000 | #Constraints:      55338
1304.07/1321.61	c #Conflicts:    1590000 | #Constraints:      56338
1304.07/1321.61	c #Conflicts:    1591000 | #Constraints:      57338
1304.07/1321.61	c INPROCESSING
1304.07/1321.61	c GARBAGE COLLECT
1304.07/1321.61	c rational objective 997
1329.65/1347.37	c #Conflicts:    1592000 | #Constraints:      33072
1329.65/1347.37	c #Conflicts:    1593000 | #Constraints:      34072
1329.65/1347.37	c #Conflicts:    1594000 | #Constraints:      35072
1329.65/1347.37	c #Conflicts:    1595000 | #Constraints:      36072
1329.65/1347.37	c #Conflicts:    1596000 | #Constraints:      37072
1329.65/1347.37	c #Conflicts:    1597000 | #Constraints:      38072
1329.65/1347.37	c #Conflicts:    1598000 | #Constraints:      39072
1329.65/1347.37	c #Conflicts:    1599000 | #Constraints:      40072
1329.65/1347.37	c #Conflicts:    1600000 | #Constraints:      41072
1329.65/1347.37	c #Conflicts:    1601000 | #Constraints:      42072
1329.65/1347.37	c #Conflicts:    1602000 | #Constraints:      43072
1329.65/1347.37	c #Conflicts:    1603000 | #Constraints:      44072
1329.65/1347.37	c #Conflicts:    1604000 | #Constraints:      45072
1329.65/1347.37	c #Conflicts:    1605000 | #Constraints:      46072
1329.65/1347.37	c #Conflicts:    1606000 | #Constraints:      47072
1329.65/1347.37	c #Conflicts:    1607000 | #Constraints:      48072
1329.65/1347.37	c #Conflicts:    1608000 | #Constraints:      49072
1329.65/1347.37	c #Conflicts:    1609000 | #Constraints:      50072
1329.65/1347.37	c #Conflicts:    1610000 | #Constraints:      51072
1329.65/1347.37	c #Conflicts:    1611000 | #Constraints:      52072
1329.65/1347.37	c #Conflicts:    1612000 | #Constraints:      53072
1329.65/1347.37	c #Conflicts:    1613000 | #Constraints:      54072
1329.65/1347.37	c #Conflicts:    1614000 | #Constraints:      55072
1329.65/1347.37	c #Conflicts:    1615000 | #Constraints:      56072
1329.65/1347.37	c #Conflicts:    1616000 | #Constraints:      57072
1329.65/1347.37	c INPROCESSING
1329.65/1347.37	c GARBAGE COLLECT
1329.65/1347.37	c rational objective 997
1360.41/1378.22	c #Conflicts:    1617000 | #Constraints:      32759
1360.41/1378.22	c #Conflicts:    1618000 | #Constraints:      33790
1360.41/1378.22	c #Conflicts:    1619000 | #Constraints:      34815
1360.41/1378.22	c #Conflicts:    1620000 | #Constraints:      35853
1360.41/1378.22	c #Conflicts:    1621000 | #Constraints:      36914
1360.41/1378.22	c #Conflicts:    1622000 | #Constraints:      37963
1360.41/1378.22	c #Conflicts:    1623000 | #Constraints:      38995
1360.41/1378.22	c #Conflicts:    1624000 | #Constraints:      40023
1360.41/1378.22	c #Conflicts:    1625000 | #Constraints:      41054
1360.41/1378.22	c #Conflicts:    1626000 | #Constraints:      42098
1360.41/1378.22	c #Conflicts:    1627000 | #Constraints:      43131
1360.41/1378.22	c #Conflicts:    1628000 | #Constraints:      44163
1360.41/1378.22	c #Conflicts:    1629000 | #Constraints:      45193
1360.41/1378.22	c #Conflicts:    1630000 | #Constraints:      46215
1360.41/1378.22	c #Conflicts:    1631000 | #Constraints:      47256
1360.41/1378.22	c #Conflicts:    1632000 | #Constraints:      48285
1360.41/1378.22	c #Conflicts:    1633000 | #Constraints:      49320
1360.41/1378.22	c #Conflicts:    1634000 | #Constraints:      50353
1360.41/1378.22	c #Conflicts:    1635000 | #Constraints:      51388
1360.41/1378.22	c #Conflicts:    1636000 | #Constraints:      52413
1360.41/1378.22	c #Conflicts:    1637000 | #Constraints:      53441
1360.41/1378.22	c #Conflicts:    1638000 | #Constraints:      54469
1360.41/1378.22	c #Conflicts:    1639000 | #Constraints:      55490
1360.41/1378.22	c #Conflicts:    1640000 | #Constraints:      56527
1360.41/1378.22	c #Conflicts:    1641000 | #Constraints:      57569
1360.41/1378.22	c #Conflicts:    1642000 | #Constraints:      58598
1360.41/1378.22	c INPROCESSING
1360.41/1378.22	c GARBAGE COLLECT
1360.41/1378.22	c rational objective 997
1386.45/1405.67	c #Conflicts:    1643000 | #Constraints:      33613
1386.45/1405.67	c #Conflicts:    1644000 | #Constraints:      34613
1386.45/1405.67	c #Conflicts:    1645000 | #Constraints:      35613
1386.45/1405.67	c #Conflicts:    1646000 | #Constraints:      36613
1386.45/1405.67	c #Conflicts:    1647000 | #Constraints:      37613
1386.45/1405.67	c #Conflicts:    1648000 | #Constraints:      38613
1386.45/1405.67	c #Conflicts:    1649000 | #Constraints:      39613
1386.45/1405.67	c #Conflicts:    1650000 | #Constraints:      40613
1386.45/1405.67	c #Conflicts:    1651000 | #Constraints:      41613
1386.45/1405.67	c #Conflicts:    1652000 | #Constraints:      42613
1386.45/1405.67	c #Conflicts:    1653000 | #Constraints:      43613
1386.45/1405.67	c #Conflicts:    1654000 | #Constraints:      44613
1386.45/1405.67	c #Conflicts:    1655000 | #Constraints:      45613
1386.45/1405.67	c #Conflicts:    1656000 | #Constraints:      46613
1386.45/1405.67	c #Conflicts:    1657000 | #Constraints:      47613
1386.45/1405.67	c #Conflicts:    1658000 | #Constraints:      48613
1386.45/1405.67	c #Conflicts:    1659000 | #Constraints:      49613
1386.45/1405.67	c #Conflicts:    1660000 | #Constraints:      50613
1386.45/1405.67	c #Conflicts:    1661000 | #Constraints:      51613
1386.45/1405.67	c #Conflicts:    1662000 | #Constraints:      52613
1386.45/1405.67	c #Conflicts:    1663000 | #Constraints:      53614
1386.45/1405.67	c #Conflicts:    1664000 | #Constraints:      54615
1386.45/1405.67	c #Conflicts:    1665000 | #Constraints:      55615
1386.45/1405.67	c #Conflicts:    1666000 | #Constraints:      56615
1386.45/1405.67	c #Conflicts:    1667000 | #Constraints:      57615
1386.45/1405.67	c #Conflicts:    1668000 | #Constraints:      58616
1386.45/1405.67	c INPROCESSING
1386.45/1405.67	c GARBAGE COLLECT
1386.45/1405.67	c rational objective 997
1411.59/1430.82	c #Conflicts:    1669000 | #Constraints:      33832
1411.59/1430.82	c #Conflicts:    1670000 | #Constraints:      34832
1411.59/1430.82	c #Conflicts:    1671000 | #Constraints:      35832
1411.59/1430.82	c #Conflicts:    1672000 | #Constraints:      36832
1411.59/1430.82	c #Conflicts:    1673000 | #Constraints:      37832
1411.59/1430.82	c #Conflicts:    1674000 | #Constraints:      38832
1411.59/1430.82	c #Conflicts:    1675000 | #Constraints:      39832
1411.59/1430.82	c #Conflicts:    1676000 | #Constraints:      40832
1411.59/1430.82	c #Conflicts:    1677000 | #Constraints:      41832
1411.59/1430.82	c #Conflicts:    1678000 | #Constraints:      42833
1411.59/1430.82	c #Conflicts:    1679000 | #Constraints:      43833
1411.59/1430.82	c #Conflicts:    1680000 | #Constraints:      44833
1411.59/1430.82	c #Conflicts:    1681000 | #Constraints:      45833
1411.59/1430.82	c #Conflicts:    1682000 | #Constraints:      46833
1411.59/1430.82	c #Conflicts:    1683000 | #Constraints:      47833
1411.59/1430.82	c #Conflicts:    1684000 | #Constraints:      48833
1411.59/1430.82	c #Conflicts:    1685000 | #Constraints:      49833
1411.59/1430.82	c #Conflicts:    1686000 | #Constraints:      50833
1411.59/1430.82	c #Conflicts:    1687000 | #Constraints:      51833
1411.59/1430.82	c #Conflicts:    1688000 | #Constraints:      52833
1411.59/1430.82	c #Conflicts:    1689000 | #Constraints:      53833
1411.59/1430.82	c #Conflicts:    1690000 | #Constraints:      54833
1411.59/1430.82	c #Conflicts:    1691000 | #Constraints:      55833
1411.59/1430.82	c #Conflicts:    1692000 | #Constraints:      56833
1411.59/1430.82	c #Conflicts:    1693000 | #Constraints:      57833
1411.59/1430.82	c #Conflicts:    1694000 | #Constraints:      58833
1411.59/1430.82	c INPROCESSING
1411.59/1430.82	c GARBAGE COLLECT
1411.59/1430.82	c rational objective 997
1444.14/1463.52	c #Conflicts:    1695000 | #Constraints:      33925
1444.14/1463.52	c #Conflicts:    1696000 | #Constraints:      34965
1444.14/1463.52	c #Conflicts:    1697000 | #Constraints:      36014
1444.14/1463.52	c #Conflicts:    1698000 | #Constraints:      37076
1444.14/1463.52	c #Conflicts:    1699000 | #Constraints:      38137
1444.14/1463.52	c #Conflicts:    1700000 | #Constraints:      39188
1444.14/1463.52	c #Conflicts:    1701000 | #Constraints:      40232
1444.14/1463.52	c #Conflicts:    1702000 | #Constraints:      41278
1444.14/1463.52	c #Conflicts:    1703000 | #Constraints:      42328
1444.14/1463.52	c #Conflicts:    1704000 | #Constraints:      43379
1444.14/1463.52	c #Conflicts:    1705000 | #Constraints:      44411
1444.14/1463.52	c #Conflicts:    1706000 | #Constraints:      45460
1444.14/1463.52	c #Conflicts:    1707000 | #Constraints:      46510
1444.14/1463.52	c #Conflicts:    1708000 | #Constraints:      47545
1444.14/1463.52	c #Conflicts:    1709000 | #Constraints:      48605
1444.14/1463.52	c #Conflicts:    1710000 | #Constraints:      49645
1444.14/1463.52	c #Conflicts:    1711000 | #Constraints:      50675
1444.14/1463.52	c #Conflicts:    1712000 | #Constraints:      51705
1444.14/1463.52	c #Conflicts:    1713000 | #Constraints:      52733
1444.14/1463.52	c #Conflicts:    1714000 | #Constraints:      53763
1444.14/1463.52	c #Conflicts:    1715000 | #Constraints:      54785
1444.14/1463.52	c #Conflicts:    1716000 | #Constraints:      55805
1444.14/1463.52	c #Conflicts:    1717000 | #Constraints:      56853
1444.14/1463.52	c #Conflicts:    1718000 | #Constraints:      57880
1444.14/1463.52	c #Conflicts:    1719000 | #Constraints:      58899
1444.14/1463.52	c #Conflicts:    1720000 | #Constraints:      59927
1444.14/1463.52	c INPROCESSING
1444.14/1463.52	c GARBAGE COLLECT
1444.14/1463.52	c rational objective 997
1474.16/1493.69	c #Conflicts:    1721000 | #Constraints:      34224
1474.16/1493.69	c #Conflicts:    1722000 | #Constraints:      35224
1474.16/1493.69	c #Conflicts:    1723000 | #Constraints:      36224
1474.16/1493.69	c #Conflicts:    1724000 | #Constraints:      37224
1474.16/1493.69	c #Conflicts:    1725000 | #Constraints:      38224
1474.16/1493.69	c #Conflicts:    1726000 | #Constraints:      39224
1474.16/1493.69	c #Conflicts:    1727000 | #Constraints:      40224
1474.16/1493.69	c #Conflicts:    1728000 | #Constraints:      41224
1474.16/1493.69	c #Conflicts:    1729000 | #Constraints:      42224
1474.16/1493.69	c #Conflicts:    1730000 | #Constraints:      43224
1474.16/1493.69	c #Conflicts:    1731000 | #Constraints:      44224
1474.16/1493.69	c #Conflicts:    1732000 | #Constraints:      45224
1474.16/1493.69	c #Conflicts:    1733000 | #Constraints:      46224
1474.16/1493.69	c #Conflicts:    1734000 | #Constraints:      47224
1474.16/1493.69	c #Conflicts:    1735000 | #Constraints:      48224
1474.16/1493.69	c #Conflicts:    1736000 | #Constraints:      49224
1474.16/1493.69	c #Conflicts:    1737000 | #Constraints:      50224
1474.16/1493.69	c #Conflicts:    1738000 | #Constraints:      51224
1474.16/1493.69	c #Conflicts:    1739000 | #Constraints:      52224
1474.16/1493.69	c #Conflicts:    1740000 | #Constraints:      53224
1474.16/1493.69	c #Conflicts:    1741000 | #Constraints:      54224
1474.16/1493.69	c #Conflicts:    1742000 | #Constraints:      55224
1474.16/1493.69	c #Conflicts:    1743000 | #Constraints:      56224
1474.16/1493.69	c #Conflicts:    1744000 | #Constraints:      57224
1474.16/1493.69	c #Conflicts:    1745000 | #Constraints:      58224
1474.16/1493.69	c #Conflicts:    1746000 | #Constraints:      59224
1474.16/1493.69	c INPROCESSING
1474.16/1493.69	c GARBAGE COLLECT
1474.16/1493.69	c rational objective 997
1506.58/1526.23	c #Conflicts:    1747000 | #Constraints:      33816
1506.58/1526.23	c #Conflicts:    1748000 | #Constraints:      34830
1506.58/1526.23	c #Conflicts:    1749000 | #Constraints:      35845
1506.58/1526.23	c #Conflicts:    1750000 | #Constraints:      36888
1506.58/1526.23	c #Conflicts:    1751000 | #Constraints:      37947
1506.58/1526.23	c #Conflicts:    1752000 | #Constraints:      39023
1506.58/1526.23	c #Conflicts:    1753000 | #Constraints:      40085
1506.58/1526.23	c #Conflicts:    1754000 | #Constraints:      41132
1506.58/1526.23	c #Conflicts:    1755000 | #Constraints:      42187
1506.58/1526.23	c #Conflicts:    1756000 | #Constraints:      43236
1506.58/1526.23	c #Conflicts:    1757000 | #Constraints:      44280
1506.58/1526.23	c #Conflicts:    1758000 | #Constraints:      45325
1506.58/1526.23	c #Conflicts:    1759000 | #Constraints:      46371
1506.58/1526.23	c #Conflicts:    1760000 | #Constraints:      47406
1506.58/1526.23	c #Conflicts:    1761000 | #Constraints:      48449
1506.58/1526.23	c #Conflicts:    1762000 | #Constraints:      49480
1506.58/1526.23	c #Conflicts:    1763000 | #Constraints:      50508
1506.58/1526.23	c #Conflicts:    1764000 | #Constraints:      51554
1506.58/1526.23	c #Conflicts:    1765000 | #Constraints:      52582
1506.58/1526.23	c #Conflicts:    1766000 | #Constraints:      53615
1506.58/1526.23	c #Conflicts:    1767000 | #Constraints:      54648
1506.58/1526.23	c #Conflicts:    1768000 | #Constraints:      55678
1506.58/1526.23	c #Conflicts:    1769000 | #Constraints:      56719
1506.58/1526.23	c #Conflicts:    1770000 | #Constraints:      57743
1506.58/1526.23	c #Conflicts:    1771000 | #Constraints:      58773
1506.58/1526.23	c #Conflicts:    1772000 | #Constraints:      59797
1506.58/1526.23	c #Conflicts:    1773000 | #Constraints:      60833
1506.58/1526.23	c INPROCESSING
1506.58/1526.23	c GARBAGE COLLECT
1506.58/1526.23	c rational objective 997
1535.18/1554.99	c #Conflicts:    1774000 | #Constraints:      34720
1535.18/1554.99	c #Conflicts:    1775000 | #Constraints:      35720
1535.18/1554.99	c #Conflicts:    1776000 | #Constraints:      36720
1535.18/1554.99	c #Conflicts:    1777000 | #Constraints:      37720
1535.18/1554.99	c #Conflicts:    1778000 | #Constraints:      38720
1535.18/1554.99	c #Conflicts:    1779000 | #Constraints:      39720
1535.18/1554.99	c #Conflicts:    1780000 | #Constraints:      40720
1535.18/1554.99	c #Conflicts:    1781000 | #Constraints:      41720
1535.18/1554.99	c #Conflicts:    1782000 | #Constraints:      42720
1535.18/1554.99	c #Conflicts:    1783000 | #Constraints:      43720
1535.18/1554.99	c #Conflicts:    1784000 | #Constraints:      44720
1535.18/1554.99	c #Conflicts:    1785000 | #Constraints:      45720
1535.18/1554.99	c #Conflicts:    1786000 | #Constraints:      46720
1535.18/1554.99	c #Conflicts:    1787000 | #Constraints:      47720
1535.18/1554.99	c #Conflicts:    1788000 | #Constraints:      48720
1535.18/1554.99	c #Conflicts:    1789000 | #Constraints:      49720
1535.18/1554.99	c #Conflicts:    1790000 | #Constraints:      50720
1535.18/1554.99	c #Conflicts:    1791000 | #Constraints:      51720
1535.18/1554.99	c #Conflicts:    1792000 | #Constraints:      52720
1535.18/1554.99	c #Conflicts:    1793000 | #Constraints:      53720
1535.18/1554.99	c #Conflicts:    1794000 | #Constraints:      54720
1535.18/1554.99	c #Conflicts:    1795000 | #Constraints:      55720
1535.18/1554.99	c #Conflicts:    1796000 | #Constraints:      56720
1535.18/1554.99	c #Conflicts:    1797000 | #Constraints:      57720
1535.18/1554.99	c #Conflicts:    1798000 | #Constraints:      58720
1535.18/1554.99	c #Conflicts:    1799000 | #Constraints:      59720
1535.18/1554.99	c #Conflicts:    1800000 | #Constraints:      60720
1535.18/1554.99	c INPROCESSING
1535.18/1554.99	c GARBAGE COLLECT
1535.18/1554.99	c rational objective 997
1562.95/1582.80	c #Conflicts:    1801000 | #Constraints:      34844
1562.95/1582.80	c #Conflicts:    1802000 | #Constraints:      35844
1562.95/1582.80	c #Conflicts:    1803000 | #Constraints:      36844
1562.95/1582.80	c #Conflicts:    1804000 | #Constraints:      37844
1562.95/1582.80	c #Conflicts:    1805000 | #Constraints:      38844
1562.95/1582.80	c #Conflicts:    1806000 | #Constraints:      39844
1562.95/1582.80	c #Conflicts:    1807000 | #Constraints:      40844
1562.95/1582.80	c #Conflicts:    1808000 | #Constraints:      41844
1562.95/1582.80	c #Conflicts:    1809000 | #Constraints:      42844
1562.95/1582.80	c #Conflicts:    1810000 | #Constraints:      43844
1562.95/1582.80	c #Conflicts:    1811000 | #Constraints:      44844
1562.95/1582.80	c #Conflicts:    1812000 | #Constraints:      45844
1562.95/1582.80	c #Conflicts:    1813000 | #Constraints:      46844
1562.95/1582.80	c #Conflicts:    1814000 | #Constraints:      47844
1562.95/1582.80	c #Conflicts:    1815000 | #Constraints:      48844
1562.95/1582.80	c #Conflicts:    1816000 | #Constraints:      49844
1562.95/1582.80	c #Conflicts:    1817000 | #Constraints:      50844
1562.95/1582.80	c #Conflicts:    1818000 | #Constraints:      51844
1562.95/1582.80	c #Conflicts:    1819000 | #Constraints:      52844
1562.95/1582.80	c #Conflicts:    1820000 | #Constraints:      53844
1562.95/1582.80	c #Conflicts:    1821000 | #Constraints:      54844
1562.95/1582.80	c #Conflicts:    1822000 | #Constraints:      55844
1562.95/1582.80	c #Conflicts:    1823000 | #Constraints:      56844
1562.95/1582.80	c #Conflicts:    1824000 | #Constraints:      57844
1562.95/1582.80	c #Conflicts:    1825000 | #Constraints:      58844
1562.95/1582.80	c #Conflicts:    1826000 | #Constraints:      59844
1562.95/1582.80	c #Conflicts:    1827000 | #Constraints:      60844
1562.95/1582.80	c INPROCESSING
1562.95/1582.80	c GARBAGE COLLECT
1562.95/1582.80	c rational objective 997
1592.21/1612.21	c #Conflicts:    1828000 | #Constraints:      34919
1592.21/1612.21	c #Conflicts:    1829000 | #Constraints:      35970
1592.21/1612.21	c #Conflicts:    1830000 | #Constraints:      37039
1592.21/1612.21	c #Conflicts:    1831000 | #Constraints:      38105
1592.21/1612.21	c #Conflicts:    1832000 | #Constraints:      39169
1592.21/1612.21	c #Conflicts:    1833000 | #Constraints:      40225
1592.21/1612.21	c #Conflicts:    1834000 | #Constraints:      41272
1592.21/1612.21	c #Conflicts:    1835000 | #Constraints:      42320
1592.21/1612.21	c #Conflicts:    1836000 | #Constraints:      43362
1592.21/1612.21	c #Conflicts:    1837000 | #Constraints:      44417
1592.21/1612.21	c #Conflicts:    1838000 | #Constraints:      45450
1592.21/1612.21	c #Conflicts:    1839000 | #Constraints:      46497
1592.21/1612.21	c #Conflicts:    1840000 | #Constraints:      47540
1592.21/1612.21	c #Conflicts:    1841000 | #Constraints:      48580
1592.21/1612.21	c #Conflicts:    1842000 | #Constraints:      49628
1592.21/1612.21	c #Conflicts:    1843000 | #Constraints:      50665
1592.21/1612.21	c #Conflicts:    1844000 | #Constraints:      51700
1592.21/1612.21	c #Conflicts:    1845000 | #Constraints:      52734
1592.21/1612.21	c #Conflicts:    1846000 | #Constraints:      53763
1592.21/1612.21	c #Conflicts:    1847000 | #Constraints:      54788
1592.21/1612.21	c #Conflicts:    1848000 | #Constraints:      55810
1592.21/1612.21	c #Conflicts:    1849000 | #Constraints:      56844
1592.21/1612.21	c #Conflicts:    1850000 | #Constraints:      57879
1592.21/1612.21	c #Conflicts:    1851000 | #Constraints:      58924
1592.21/1612.21	c #Conflicts:    1852000 | #Constraints:      59950
1592.21/1612.21	c #Conflicts:    1853000 | #Constraints:      60986
1592.21/1612.21	c #Conflicts:    1854000 | #Constraints:      62010
1592.21/1612.21	c INPROCESSING
1592.21/1612.21	c GARBAGE COLLECT
1592.21/1612.21	c rational objective 997
1620.58/1640.75	c #Conflicts:    1855000 | #Constraints:      35305
1620.58/1640.75	c #Conflicts:    1856000 | #Constraints:      36305
1620.58/1640.75	c #Conflicts:    1857000 | #Constraints:      37305
1620.58/1640.75	c #Conflicts:    1858000 | #Constraints:      38305
1620.58/1640.75	c #Conflicts:    1859000 | #Constraints:      39305
1620.58/1640.75	c #Conflicts:    1860000 | #Constraints:      40305
1620.58/1640.75	c #Conflicts:    1861000 | #Constraints:      41305
1620.58/1640.75	c #Conflicts:    1862000 | #Constraints:      42305
1620.58/1640.75	c #Conflicts:    1863000 | #Constraints:      43305
1620.58/1640.75	c #Conflicts:    1864000 | #Constraints:      44305
1620.58/1640.75	c #Conflicts:    1865000 | #Constraints:      45305
1620.58/1640.75	c #Conflicts:    1866000 | #Constraints:      46305
1620.58/1640.75	c #Conflicts:    1867000 | #Constraints:      47305
1620.58/1640.75	c #Conflicts:    1868000 | #Constraints:      48305
1620.58/1640.75	c #Conflicts:    1869000 | #Constraints:      49305
1620.58/1640.75	c #Conflicts:    1870000 | #Constraints:      50305
1620.58/1640.75	c #Conflicts:    1871000 | #Constraints:      51305
1620.58/1640.75	c #Conflicts:    1872000 | #Constraints:      52305
1620.58/1640.75	c #Conflicts:    1873000 | #Constraints:      53305
1620.58/1640.75	c #Conflicts:    1874000 | #Constraints:      54305
1620.58/1640.75	c #Conflicts:    1875000 | #Constraints:      55305
1620.58/1640.75	c #Conflicts:    1876000 | #Constraints:      56305
1620.58/1640.75	c #Conflicts:    1877000 | #Constraints:      57305
1620.58/1640.75	c #Conflicts:    1878000 | #Constraints:      58305
1620.58/1640.75	c #Conflicts:    1879000 | #Constraints:      59305
1620.58/1640.75	c #Conflicts:    1880000 | #Constraints:      60305
1620.58/1640.75	c #Conflicts:    1881000 | #Constraints:      61305
1620.58/1640.75	c INPROCESSING
1620.58/1640.75	c GARBAGE COLLECT
1620.58/1640.75	c rational objective 997
1657.02/1677.33	c #Conflicts:    1882000 | #Constraints:      34848
1657.02/1677.33	c #Conflicts:    1883000 | #Constraints:      35876
1657.02/1677.33	c #Conflicts:    1884000 | #Constraints:      36934
1657.02/1677.33	c #Conflicts:    1885000 | #Constraints:      38011
1657.02/1677.33	c #Conflicts:    1886000 | #Constraints:      39073
1657.02/1677.33	c #Conflicts:    1887000 | #Constraints:      40110
1657.02/1677.33	c #Conflicts:    1888000 | #Constraints:      41141
1657.02/1677.33	c #Conflicts:    1889000 | #Constraints:      42213
1657.02/1677.33	c #Conflicts:    1890000 | #Constraints:      43246
1657.02/1677.33	c #Conflicts:    1891000 | #Constraints:      44271
1657.02/1677.33	c #Conflicts:    1892000 | #Constraints:      45315
1657.02/1677.33	c #Conflicts:    1893000 | #Constraints:      46343
1657.02/1677.33	c #Conflicts:    1894000 | #Constraints:      47383
1657.02/1677.33	c #Conflicts:    1895000 | #Constraints:      48420
1657.02/1677.33	c #Conflicts:    1896000 | #Constraints:      49460
1657.02/1677.33	c #Conflicts:    1897000 | #Constraints:      50516
1657.02/1677.33	c #Conflicts:    1898000 | #Constraints:      51548
1657.02/1677.33	c #Conflicts:    1899000 | #Constraints:      52581
1657.02/1677.33	c #Conflicts:    1900000 | #Constraints:      53621
1657.02/1677.33	c #Conflicts:    1901000 | #Constraints:      54663
1657.02/1677.33	c #Conflicts:    1902000 | #Constraints:      55710
1657.02/1677.33	c #Conflicts:    1903000 | #Constraints:      56747
1657.02/1677.33	c #Conflicts:    1904000 | #Constraints:      57784
1657.02/1677.33	c #Conflicts:    1905000 | #Constraints:      58821
1657.02/1677.33	c #Conflicts:    1906000 | #Constraints:      59849
1657.02/1677.33	c #Conflicts:    1907000 | #Constraints:      60871
1657.02/1677.33	c #Conflicts:    1908000 | #Constraints:      61903
1657.02/1677.33	c #Conflicts:    1909000 | #Constraints:      62929
1657.02/1677.33	c INPROCESSING
1657.02/1677.33	c GARBAGE COLLECT
1657.02/1677.33	c rational objective 997
1687.92/1708.30	c #Conflicts:    1910000 | #Constraints:      35737
1687.92/1708.30	c #Conflicts:    1911000 | #Constraints:      36737
1687.92/1708.30	c #Conflicts:    1912000 | #Constraints:      37737
1687.92/1708.30	c #Conflicts:    1913000 | #Constraints:      38737
1687.92/1708.30	c #Conflicts:    1914000 | #Constraints:      39737
1687.92/1708.30	c #Conflicts:    1915000 | #Constraints:      40737
1687.92/1708.30	c #Conflicts:    1916000 | #Constraints:      41737
1687.92/1708.30	c #Conflicts:    1917000 | #Constraints:      42737
1687.92/1708.30	c #Conflicts:    1918000 | #Constraints:      43737
1687.92/1708.30	c #Conflicts:    1919000 | #Constraints:      44738
1687.92/1708.30	c #Conflicts:    1920000 | #Constraints:      45738
1687.92/1708.30	c #Conflicts:    1921000 | #Constraints:      46739
1687.92/1708.30	c #Conflicts:    1922000 | #Constraints:      47741
1687.92/1708.30	c #Conflicts:    1923000 | #Constraints:      48741
1687.92/1708.30	c #Conflicts:    1924000 | #Constraints:      49747
1687.92/1708.30	c #Conflicts:    1925000 | #Constraints:      50748
1687.92/1708.30	c #Conflicts:    1926000 | #Constraints:      51749
1687.92/1708.30	c #Conflicts:    1927000 | #Constraints:      52750
1687.92/1708.30	c #Conflicts:    1928000 | #Constraints:      53752
1687.92/1708.30	c #Conflicts:    1929000 | #Constraints:      54752
1687.92/1708.30	c #Conflicts:    1930000 | #Constraints:      55752
1687.92/1708.30	c #Conflicts:    1931000 | #Constraints:      56753
1687.92/1708.30	c #Conflicts:    1932000 | #Constraints:      57754
1687.92/1708.30	c #Conflicts:    1933000 | #Constraints:      58755
1687.92/1708.30	c #Conflicts:    1934000 | #Constraints:      59756
1687.92/1708.30	c #Conflicts:    1935000 | #Constraints:      60756
1687.92/1708.30	c #Conflicts:    1936000 | #Constraints:      61757
1687.92/1708.30	c #Conflicts:    1937000 | #Constraints:      62758
1687.92/1708.30	c INPROCESSING
1687.92/1708.30	c GARBAGE COLLECT
1687.92/1708.30	c rational objective 997
1716.10/1736.61	c #Conflicts:    1938000 | #Constraints:      35884
1716.10/1736.61	c #Conflicts:    1939000 | #Constraints:      36884
1716.10/1736.61	c #Conflicts:    1940000 | #Constraints:      37884
1716.10/1736.61	c #Conflicts:    1941000 | #Constraints:      38884
1716.10/1736.61	c #Conflicts:    1942000 | #Constraints:      39884
1716.10/1736.61	c #Conflicts:    1943000 | #Constraints:      40884
1716.10/1736.61	c #Conflicts:    1944000 | #Constraints:      41884
1716.10/1736.61	c #Conflicts:    1945000 | #Constraints:      42884
1716.10/1736.61	c #Conflicts:    1946000 | #Constraints:      43884
1716.10/1736.61	c #Conflicts:    1947000 | #Constraints:      44884
1716.10/1736.61	c #Conflicts:    1948000 | #Constraints:      45884
1716.10/1736.61	c #Conflicts:    1949000 | #Constraints:      46884
1716.10/1736.61	c #Conflicts:    1950000 | #Constraints:      47884
1716.10/1736.61	c #Conflicts:    1951000 | #Constraints:      48884
1716.10/1736.61	c #Conflicts:    1952000 | #Constraints:      49884
1716.10/1736.61	c #Conflicts:    1953000 | #Constraints:      50884
1716.10/1736.61	c #Conflicts:    1954000 | #Constraints:      51884
1716.10/1736.61	c #Conflicts:    1955000 | #Constraints:      52884
1716.10/1736.61	c #Conflicts:    1956000 | #Constraints:      53884
1716.10/1736.61	c #Conflicts:    1957000 | #Constraints:      54884
1716.10/1736.61	c #Conflicts:    1958000 | #Constraints:      55884
1716.10/1736.61	c #Conflicts:    1959000 | #Constraints:      56884
1716.10/1736.61	c #Conflicts:    1960000 | #Constraints:      57884
1716.10/1736.61	c #Conflicts:    1961000 | #Constraints:      58884
1716.10/1736.61	c #Conflicts:    1962000 | #Constraints:      59884
1716.10/1736.61	c #Conflicts:    1963000 | #Constraints:      60884
1716.10/1736.61	c #Conflicts:    1964000 | #Constraints:      61884
1716.10/1736.61	c #Conflicts:    1965000 | #Constraints:      62884
1716.10/1736.61	c INPROCESSING
1716.10/1736.61	c GARBAGE COLLECT
1716.10/1736.61	c rational objective 997
1744.26/1764.94	c #Conflicts:    1966000 | #Constraints:      35942
1744.26/1764.94	c #Conflicts:    1967000 | #Constraints:      36962
1744.26/1764.94	c #Conflicts:    1968000 | #Constraints:      37989
1744.26/1764.94	c #Conflicts:    1969000 | #Constraints:      39035
1744.26/1764.94	c #Conflicts:    1970000 | #Constraints:      40087
1744.26/1764.94	c #Conflicts:    1971000 | #Constraints:      41153
1744.26/1764.94	c #Conflicts:    1972000 | #Constraints:      42197
1744.26/1764.94	c #Conflicts:    1973000 | #Constraints:      43227
1744.26/1764.94	c #Conflicts:    1974000 | #Constraints:      44245
1744.26/1764.94	c #Conflicts:    1975000 | #Constraints:      45288
1744.26/1764.94	c #Conflicts:    1976000 | #Constraints:      46336
1744.26/1764.94	c #Conflicts:    1977000 | #Constraints:      47362
1744.26/1764.94	c #Conflicts:    1978000 | #Constraints:      48395
1744.26/1764.94	c #Conflicts:    1979000 | #Constraints:      49424
1744.26/1764.94	c #Conflicts:    1980000 | #Constraints:      50462
1744.26/1764.94	c #Conflicts:    1981000 | #Constraints:      51500
1744.26/1764.94	c #Conflicts:    1982000 | #Constraints:      52545
1744.26/1764.94	c #Conflicts:    1983000 | #Constraints:      53568
1744.26/1764.94	c #Conflicts:    1984000 | #Constraints:      54593
1744.26/1764.94	c #Conflicts:    1985000 | #Constraints:      55631
1744.26/1764.94	c #Conflicts:    1986000 | #Constraints:      56660
1744.26/1764.94	c #Conflicts:    1987000 | #Constraints:      57685
1744.26/1764.94	c #Conflicts:    1988000 | #Constraints:      58721
1744.26/1764.94	c #Conflicts:    1989000 | #Constraints:      59747
1744.26/1764.94	c #Conflicts:    1990000 | #Constraints:      60776
1744.26/1764.94	c #Conflicts:    1991000 | #Constraints:      61807
1744.26/1764.94	c #Conflicts:    1992000 | #Constraints:      62837
1744.26/1764.94	c #Conflicts:    1993000 | #Constraints:      63849
1744.26/1764.94	c INPROCESSING
1744.26/1764.94	c GARBAGE COLLECT
1744.26/1764.94	c rational objective 997
1775.23/1796.05	c #Conflicts:    1994000 | #Constraints:      36233
1775.23/1796.05	c #Conflicts:    1995000 | #Constraints:      37233
1775.23/1796.05	c #Conflicts:    1996000 | #Constraints:      38233
1775.23/1796.05	c #Conflicts:    1997000 | #Constraints:      39233
1775.23/1796.05	c #Conflicts:    1998000 | #Constraints:      40233
1775.23/1796.05	c #Conflicts:    1999000 | #Constraints:      41233
1775.23/1796.05	c #Conflicts:    2000000 | #Constraints:      42233
1775.23/1796.05	c #Conflicts:    2001000 | #Constraints:      43233
1775.23/1796.05	c #Conflicts:    2002000 | #Constraints:      44233
1775.23/1796.05	c #Conflicts:    2003000 | #Constraints:      45233
1775.23/1796.05	c #Conflicts:    2004000 | #Constraints:      46233
1775.23/1796.05	c #Conflicts:    2005000 | #Constraints:      47233
1775.23/1796.05	c #Conflicts:    2006000 | #Constraints:      48233
1775.23/1796.05	c #Conflicts:    2007000 | #Constraints:      49233
1775.23/1796.05	c #Conflicts:    2008000 | #Constraints:      50233
1775.23/1796.05	c #Conflicts:    2009000 | #Constraints:      51233
1775.23/1796.05	c #Conflicts:    2010000 | #Constraints:      52233
1775.23/1796.05	c #Conflicts:    2011000 | #Constraints:      53233
1775.23/1796.05	c #Conflicts:    2012000 | #Constraints:      54233
1775.23/1796.05	c #Conflicts:    2013000 | #Constraints:      55233
1775.23/1796.05	c #Conflicts:    2014000 | #Constraints:      56233
1775.23/1796.05	c #Conflicts:    2015000 | #Constraints:      57233
1775.23/1796.05	c #Conflicts:    2016000 | #Constraints:      58233
1775.23/1796.05	c #Conflicts:    2017000 | #Constraints:      59233
1775.23/1796.05	c #Conflicts:    2018000 | #Constraints:      60233
1775.23/1796.05	c #Conflicts:    2019000 | #Constraints:      61233
1775.23/1796.05	c #Conflicts:    2020000 | #Constraints:      62233
1775.23/1796.05	c #Conflicts:    2021000 | #Constraints:      63233
1775.23/1796.05	c INPROCESSING
1775.23/1796.05	c GARBAGE COLLECT
1775.23/1796.05	c rational objective 997
1804.60/1825.54	c #Conflicts:    2022000 | #Constraints:      35801
1804.60/1825.54	c #Conflicts:    2023000 | #Constraints:      36801
1804.60/1825.54	c #Conflicts:    2024000 | #Constraints:      37801
1804.60/1825.54	c #Conflicts:    2025000 | #Constraints:      38801
1804.60/1825.54	c #Conflicts:    2026000 | #Constraints:      39801
1804.60/1825.54	c #Conflicts:    2027000 | #Constraints:      40801
1804.60/1825.54	c #Conflicts:    2028000 | #Constraints:      41801
1804.60/1825.54	c #Conflicts:    2029000 | #Constraints:      42801
1804.60/1825.54	c #Conflicts:    2030000 | #Constraints:      43801
1804.60/1825.54	c #Conflicts:    2031000 | #Constraints:      44801
1804.60/1825.54	c #Conflicts:    2032000 | #Constraints:      45801
1804.60/1825.54	c #Conflicts:    2033000 | #Constraints:      46801
1804.60/1825.54	c #Conflicts:    2034000 | #Constraints:      47801
1804.60/1825.54	c #Conflicts:    2035000 | #Constraints:      48801
1804.60/1825.54	c #Conflicts:    2036000 | #Constraints:      49801
1804.60/1825.54	c #Conflicts:    2037000 | #Constraints:      50801
1804.60/1825.54	c #Conflicts:    2038000 | #Constraints:      51801
1804.60/1825.54	c #Conflicts:    2039000 | #Constraints:      52801
1804.60/1825.54	c #Conflicts:    2040000 | #Constraints:      53801
1804.60/1825.54	c #Conflicts:    2041000 | #Constraints:      54801
1804.60/1825.54	c #Conflicts:    2042000 | #Constraints:      55801
1804.60/1825.54	c #Conflicts:    2043000 | #Constraints:      56801
1804.60/1825.54	c #Conflicts:    2044000 | #Constraints:      57801
1804.60/1825.54	c #Conflicts:    2045000 | #Constraints:      58801
1804.60/1825.54	c #Conflicts:    2046000 | #Constraints:      59801
1804.60/1825.54	c #Conflicts:    2047000 | #Constraints:      60801
1804.60/1825.54	c #Conflicts:    2048000 | #Constraints:      61801
1804.60/1825.54	c #Conflicts:    2049000 | #Constraints:      62801
1804.60/1825.54	c #Conflicts:    2050000 | #Constraints:      63801
1804.60/1825.54	c INPROCESSING
1804.60/1825.54	c GARBAGE COLLECT
1804.60/1825.54	c rational objective 997
1828.56/1849.65	c #Conflicts:    2051000 | #Constraints:      36293
1828.56/1849.65	c #Conflicts:    2052000 | #Constraints:      37382
1828.56/1849.65	c #Conflicts:    2053000 | #Constraints:      38452
1828.56/1849.65	c #Conflicts:    2054000 | #Constraints:      39496
1828.56/1849.65	c #Conflicts:    2055000 | #Constraints:      40545
1828.56/1849.65	c #Conflicts:    2056000 | #Constraints:      41585
1828.56/1849.65	c #Conflicts:    2057000 | #Constraints:      42632
1828.56/1849.65	c #Conflicts:    2058000 | #Constraints:      43666
1828.56/1849.65	c #Conflicts:    2059000 | #Constraints:      44713
1828.56/1849.65	c #Conflicts:    2060000 | #Constraints:      45752
1828.56/1849.65	c #Conflicts:    2061000 | #Constraints:      46793
1828.56/1849.65	c #Conflicts:    2062000 | #Constraints:      47822
1828.56/1849.65	c #Conflicts:    2063000 | #Constraints:      48868
1828.56/1849.65	c #Conflicts:    2064000 | #Constraints:      49902
1828.56/1849.65	c #Conflicts:    2065000 | #Constraints:      50945
1828.56/1849.65	c #Conflicts:    2066000 | #Constraints:      51983
1828.56/1849.65	c #Conflicts:    2067000 | #Constraints:      53009
1828.56/1849.65	c #Conflicts:    2068000 | #Constraints:      54037
1828.56/1849.65	c #Conflicts:    2069000 | #Constraints:      55087
1828.56/1849.65	c #Conflicts:    2070000 | #Constraints:      56118
1828.56/1849.65	c #Conflicts:    2071000 | #Constraints:      57144
1828.56/1849.65	c #Conflicts:    2072000 | #Constraints:      58175
1828.56/1849.65	c #Conflicts:    2073000 | #Constraints:      59207
1828.56/1849.65	c #Conflicts:    2074000 | #Constraints:      60272
1828.56/1849.65	c #Conflicts:    2075000 | #Constraints:      61306
1828.56/1849.65	c #Conflicts:    2076000 | #Constraints:      62338
1828.56/1849.65	c #Conflicts:    2077000 | #Constraints:      63366
1828.56/1849.65	c #Conflicts:    2078000 | #Constraints:      64398
1828.56/1849.65	c #Conflicts:    2079000 | #Constraints:      65427
1828.56/1849.65	c INPROCESSING
1828.56/1849.65	c GARBAGE COLLECT
1828.56/1849.65	c rational objective 997
1857.25/1878.43	c #Conflicts:    2080000 | #Constraints:      37109
1857.25/1878.43	c #Conflicts:    2081000 | #Constraints:      38109
1857.25/1878.43	c #Conflicts:    2082000 | #Constraints:      39109
1857.25/1878.43	c #Conflicts:    2083000 | #Constraints:      40109
1857.25/1878.43	c #Conflicts:    2084000 | #Constraints:      41109
1857.25/1878.43	c #Conflicts:    2085000 | #Constraints:      42109
1857.25/1878.43	c #Conflicts:    2086000 | #Constraints:      43109
1857.25/1878.43	c #Conflicts:    2087000 | #Constraints:      44109
1857.25/1878.43	c #Conflicts:    2088000 | #Constraints:      45109
1857.25/1878.43	c #Conflicts:    2089000 | #Constraints:      46109
1857.25/1878.43	c #Conflicts:    2090000 | #Constraints:      47109
1857.25/1878.43	c #Conflicts:    2091000 | #Constraints:      48109
1857.25/1878.43	c #Conflicts:    2092000 | #Constraints:      49109
1857.25/1878.43	c #Conflicts:    2093000 | #Constraints:      50109
1857.25/1878.43	c #Conflicts:    2094000 | #Constraints:      51109
1857.25/1878.43	c #Conflicts:    2095000 | #Constraints:      52109
1857.25/1878.43	c #Conflicts:    2096000 | #Constraints:      53109
1857.25/1878.43	c #Conflicts:    2097000 | #Constraints:      54109
1857.25/1878.43	c #Conflicts:    2098000 | #Constraints:      55109
1857.25/1878.43	c #Conflicts:    2099000 | #Constraints:      56109
1857.25/1878.43	c #Conflicts:    2100000 | #Constraints:      57109
1857.25/1878.43	c #Conflicts:    2101000 | #Constraints:      58109
1857.25/1878.43	c #Conflicts:    2102000 | #Constraints:      59109
1857.25/1878.43	c #Conflicts:    2103000 | #Constraints:      60109
1857.25/1878.43	c #Conflicts:    2104000 | #Constraints:      61109
1857.25/1878.43	c #Conflicts:    2105000 | #Constraints:      62109
1857.25/1878.43	c #Conflicts:    2106000 | #Constraints:      63109
1857.25/1878.43	c #Conflicts:    2107000 | #Constraints:      64109
1857.25/1878.43	c #Conflicts:    2108000 | #Constraints:      65109
1857.25/1878.43	c INPROCESSING
1857.25/1878.43	c GARBAGE COLLECT
1857.25/1878.43	c rational objective 997
1885.23/1906.59	c #Conflicts:    2109000 | #Constraints:      37063
1885.23/1906.59	c #Conflicts:    2110000 | #Constraints:      38097
1885.23/1906.59	c #Conflicts:    2111000 | #Constraints:      39145
1885.23/1906.59	c #Conflicts:    2112000 | #Constraints:      40200
1885.23/1906.59	c #Conflicts:    2113000 | #Constraints:      41248
1885.23/1906.59	c #Conflicts:    2114000 | #Constraints:      42292
1885.23/1906.59	c #Conflicts:    2115000 | #Constraints:      43324
1885.23/1906.59	c #Conflicts:    2116000 | #Constraints:      44368
1885.23/1906.59	c #Conflicts:    2117000 | #Constraints:      45416
1885.23/1906.59	c #Conflicts:    2118000 | #Constraints:      46452
1885.23/1906.59	c #Conflicts:    2119000 | #Constraints:      47486
1885.23/1906.59	c #Conflicts:    2120000 | #Constraints:      48516
1885.23/1906.59	c #Conflicts:    2121000 | #Constraints:      49549
1885.23/1906.59	c #Conflicts:    2122000 | #Constraints:      50580
1885.23/1906.59	c #Conflicts:    2123000 | #Constraints:      51599
1885.23/1906.59	c #Conflicts:    2124000 | #Constraints:      52626
1885.23/1906.59	c #Conflicts:    2125000 | #Constraints:      53646
1885.23/1906.59	c #Conflicts:    2126000 | #Constraints:      54661
1885.23/1906.59	c #Conflicts:    2127000 | #Constraints:      55689
1885.23/1906.59	c #Conflicts:    2128000 | #Constraints:      56712
1885.23/1906.59	c #Conflicts:    2129000 | #Constraints:      57744
1885.23/1906.59	c #Conflicts:    2130000 | #Constraints:      58759
1885.23/1906.59	c #Conflicts:    2131000 | #Constraints:      59789
1885.23/1906.59	c #Conflicts:    2132000 | #Constraints:      60822
1885.23/1906.59	c #Conflicts:    2133000 | #Constraints:      61854
1885.23/1906.59	c #Conflicts:    2134000 | #Constraints:      62880
1885.23/1906.59	c #Conflicts:    2135000 | #Constraints:      63920
1885.23/1906.59	c #Conflicts:    2136000 | #Constraints:      64941
1885.23/1906.59	c #Conflicts:    2137000 | #Constraints:      65963
1885.23/1906.59	c INPROCESSING
1885.23/1906.59	c GARBAGE COLLECT
1885.23/1906.59	c rational objective 997
1916.40/1937.82	c #Conflicts:    2138000 | #Constraints:      37300
1916.40/1937.82	c #Conflicts:    2139000 | #Constraints:      38300
1916.40/1937.82	c #Conflicts:    2140000 | #Constraints:      39300
1916.40/1937.82	c #Conflicts:    2141000 | #Constraints:      40300
1916.40/1937.82	c #Conflicts:    2142000 | #Constraints:      41300
1916.40/1937.82	c #Conflicts:    2143000 | #Constraints:      42300
1916.40/1937.82	c #Conflicts:    2144000 | #Constraints:      43300
1916.40/1937.82	c #Conflicts:    2145000 | #Constraints:      44300
1916.40/1937.82	c #Conflicts:    2146000 | #Constraints:      45300
1916.40/1937.82	c #Conflicts:    2147000 | #Constraints:      46300
1916.40/1937.82	c #Conflicts:    2148000 | #Constraints:      47300
1916.40/1937.82	c #Conflicts:    2149000 | #Constraints:      48300
1916.40/1937.82	c #Conflicts:    2150000 | #Constraints:      49300
1916.40/1937.82	c #Conflicts:    2151000 | #Constraints:      50300
1916.40/1937.82	c #Conflicts:    2152000 | #Constraints:      51300
1916.40/1937.82	c #Conflicts:    2153000 | #Constraints:      52300
1916.40/1937.82	c #Conflicts:    2154000 | #Constraints:      53300
1916.40/1937.82	c #Conflicts:    2155000 | #Constraints:      54300
1916.40/1937.82	c #Conflicts:    2156000 | #Constraints:      55300
1916.40/1937.82	c #Conflicts:    2157000 | #Constraints:      56300
1916.40/1937.82	c #Conflicts:    2158000 | #Constraints:      57300
1916.40/1937.82	c #Conflicts:    2159000 | #Constraints:      58300
1916.40/1937.82	c #Conflicts:    2160000 | #Constraints:      59300
1916.40/1937.82	c #Conflicts:    2161000 | #Constraints:      60300
1916.40/1937.82	c #Conflicts:    2162000 | #Constraints:      61300
1916.40/1937.82	c #Conflicts:    2163000 | #Constraints:      62300
1916.40/1937.82	c #Conflicts:    2164000 | #Constraints:      63300
1916.40/1937.82	c #Conflicts:    2165000 | #Constraints:      64300
1916.40/1937.82	c #Conflicts:    2166000 | #Constraints:      65300
1916.40/1937.82	c INPROCESSING
1916.40/1937.82	c GARBAGE COLLECT
1916.40/1937.82	c rational objective 997
1954.92/1976.63	c #Conflicts:    2167000 | #Constraints:      36853
1954.92/1976.63	c #Conflicts:    2168000 | #Constraints:      37867
1954.92/1976.63	c #Conflicts:    2169000 | #Constraints:      38880
1954.92/1976.63	c #Conflicts:    2170000 | #Constraints:      39881
1954.92/1976.63	c #Conflicts:    2171000 | #Constraints:      40908
1954.92/1976.63	c #Conflicts:    2172000 | #Constraints:      41919
1954.92/1976.63	c #Conflicts:    2173000 | #Constraints:      42947
1954.92/1976.63	c #Conflicts:    2174000 | #Constraints:      43963
1954.92/1976.63	c #Conflicts:    2175000 | #Constraints:      44970
1954.92/1976.63	c #Conflicts:    2176000 | #Constraints:      45995
1954.92/1976.63	c #Conflicts:    2177000 | #Constraints:      47017
1954.92/1976.63	c #Conflicts:    2178000 | #Constraints:      48045
1954.92/1976.63	c #Conflicts:    2179000 | #Constraints:      49064
1954.92/1976.63	c #Conflicts:    2180000 | #Constraints:      50084
1954.92/1976.63	c #Conflicts:    2181000 | #Constraints:      51097
1954.92/1976.63	c #Conflicts:    2182000 | #Constraints:      52108
1954.92/1976.63	c #Conflicts:    2183000 | #Constraints:      53120
1954.92/1976.63	c #Conflicts:    2184000 | #Constraints:      54131
1954.92/1976.63	c #Conflicts:    2185000 | #Constraints:      55152
1954.92/1976.63	c #Conflicts:    2186000 | #Constraints:      56190
1954.92/1976.63	c #Conflicts:    2187000 | #Constraints:      57224
1954.92/1976.63	c #Conflicts:    2188000 | #Constraints:      58237
1954.92/1976.63	c #Conflicts:    2189000 | #Constraints:      59254
1954.92/1976.63	c #Conflicts:    2190000 | #Constraints:      60293
1954.92/1976.63	c #Conflicts:    2191000 | #Constraints:      61324
1954.92/1976.63	c #Conflicts:    2192000 | #Constraints:      62347
1954.92/1976.63	c #Conflicts:    2193000 | #Constraints:      63371
1954.92/1976.63	c #Conflicts:    2194000 | #Constraints:      64393
1954.92/1976.63	c #Conflicts:    2195000 | #Constraints:      65409
1954.92/1976.63	c #Conflicts:    2196000 | #Constraints:      66428
1954.92/1976.63	c INPROCESSING
1954.92/1976.63	c GARBAGE COLLECT
1954.92/1976.63	c rational objective 997
1985.11/2007.09	c #Conflicts:    2197000 | #Constraints:      37551
1985.11/2007.09	c #Conflicts:    2198000 | #Constraints:      38551
1985.11/2007.09	c #Conflicts:    2199000 | #Constraints:      39551
1985.11/2007.09	c #Conflicts:    2200000 | #Constraints:      40551
1985.11/2007.09	c #Conflicts:    2201000 | #Constraints:      41551
1985.11/2007.09	c #Conflicts:    2202000 | #Constraints:      42551
1985.11/2007.09	c #Conflicts:    2203000 | #Constraints:      43551
1985.11/2007.09	c #Conflicts:    2204000 | #Constraints:      44551
1985.11/2007.09	c #Conflicts:    2205000 | #Constraints:      45551
1985.11/2007.09	c #Conflicts:    2206000 | #Constraints:      46551
1985.11/2007.09	c #Conflicts:    2207000 | #Constraints:      47551
1985.11/2007.09	c #Conflicts:    2208000 | #Constraints:      48551
1985.11/2007.09	c #Conflicts:    2209000 | #Constraints:      49551
1985.11/2007.09	c #Conflicts:    2210000 | #Constraints:      50551
1985.11/2007.09	c #Conflicts:    2211000 | #Constraints:      51551
1985.11/2007.09	c #Conflicts:    2212000 | #Constraints:      52551
1985.11/2007.09	c #Conflicts:    2213000 | #Constraints:      53551
1985.11/2007.09	c #Conflicts:    2214000 | #Constraints:      54551
1985.11/2007.09	c #Conflicts:    2215000 | #Constraints:      55551
1985.11/2007.09	c #Conflicts:    2216000 | #Constraints:      56551
1985.11/2007.09	c #Conflicts:    2217000 | #Constraints:      57551
1985.11/2007.09	c #Conflicts:    2218000 | #Constraints:      58551
1985.11/2007.09	c #Conflicts:    2219000 | #Constraints:      59551
1985.11/2007.09	c #Conflicts:    2220000 | #Constraints:      60551
1985.11/2007.09	c #Conflicts:    2221000 | #Constraints:      61551
1985.11/2007.09	c #Conflicts:    2222000 | #Constraints:      62551
1985.11/2007.09	c #Conflicts:    2223000 | #Constraints:      63551
1985.11/2007.09	c #Conflicts:    2224000 | #Constraints:      64551
1985.11/2007.09	c #Conflicts:    2225000 | #Constraints:      65551
1985.11/2007.09	c #Conflicts:    2226000 | #Constraints:      66551
1985.11/2007.09	c INPROCESSING
1985.11/2007.09	c GARBAGE COLLECT
1985.11/2007.09	c rational objective 997
2016.38/2038.45	c #Conflicts:    2227000 | #Constraints:      37813
2016.38/2038.45	c #Conflicts:    2228000 | #Constraints:      38813
2016.38/2038.45	c #Conflicts:    2229000 | #Constraints:      39813
2016.38/2038.45	c #Conflicts:    2230000 | #Constraints:      40813
2016.38/2038.45	c #Conflicts:    2231000 | #Constraints:      41813
2016.38/2038.45	c #Conflicts:    2232000 | #Constraints:      42813
2016.38/2038.45	c #Conflicts:    2233000 | #Constraints:      43813
2016.38/2038.45	c #Conflicts:    2234000 | #Constraints:      44813
2016.38/2038.45	c #Conflicts:    2235000 | #Constraints:      45813
2016.38/2038.45	c #Conflicts:    2236000 | #Constraints:      46813
2016.38/2038.45	c #Conflicts:    2237000 | #Constraints:      47813
2016.38/2038.45	c #Conflicts:    2238000 | #Constraints:      48813
2016.38/2038.45	c #Conflicts:    2239000 | #Constraints:      49813
2016.38/2038.45	c #Conflicts:    2240000 | #Constraints:      50813
2016.38/2038.45	c #Conflicts:    2241000 | #Constraints:      51813
2016.38/2038.45	c #Conflicts:    2242000 | #Constraints:      52813
2016.38/2038.45	c #Conflicts:    2243000 | #Constraints:      53813
2016.38/2038.45	c #Conflicts:    2244000 | #Constraints:      54814
2016.38/2038.45	c #Conflicts:    2245000 | #Constraints:      55814
2016.38/2038.45	c #Conflicts:    2246000 | #Constraints:      56814
2016.38/2038.45	c #Conflicts:    2247000 | #Constraints:      57815
2016.38/2038.45	c #Conflicts:    2248000 | #Constraints:      58821
2016.38/2038.45	c #Conflicts:    2249000 | #Constraints:      59823
2016.38/2038.45	c #Conflicts:    2250000 | #Constraints:      60824
2016.38/2038.45	c #Conflicts:    2251000 | #Constraints:      61824
2016.38/2038.45	c #Conflicts:    2252000 | #Constraints:      62825
2016.38/2038.45	c #Conflicts:    2253000 | #Constraints:      63825
2016.38/2038.45	c #Conflicts:    2254000 | #Constraints:      64827
2016.38/2038.45	c #Conflicts:    2255000 | #Constraints:      65827
2016.38/2038.45	c #Conflicts:    2256000 | #Constraints:      66828
2016.38/2038.45	c INPROCESSING
2016.38/2038.45	c GARBAGE COLLECT
2016.38/2038.45	c rational objective 997
2050.82/2073.07	c #Conflicts:    2257000 | #Constraints:      37932
2050.82/2073.07	c #Conflicts:    2258000 | #Constraints:      38933
2050.82/2073.07	c #Conflicts:    2259000 | #Constraints:      39963
2050.82/2073.07	c #Conflicts:    2260000 | #Constraints:      41005
2050.82/2073.07	c #Conflicts:    2261000 | #Constraints:      42041
2050.82/2073.07	c #Conflicts:    2262000 | #Constraints:      43082
2050.82/2073.07	c #Conflicts:    2263000 | #Constraints:      44128
2050.82/2073.07	c #Conflicts:    2264000 | #Constraints:      45175
2050.82/2073.07	c #Conflicts:    2265000 | #Constraints:      46219
2050.82/2073.07	c #Conflicts:    2266000 | #Constraints:      47275
2050.82/2073.07	c #Conflicts:    2267000 | #Constraints:      48320
2050.82/2073.07	c #Conflicts:    2268000 | #Constraints:      49375
2050.82/2073.07	c #Conflicts:    2269000 | #Constraints:      50410
2050.82/2073.07	c #Conflicts:    2270000 | #Constraints:      51449
2050.82/2073.07	c #Conflicts:    2271000 | #Constraints:      52490
2050.82/2073.07	c #Conflicts:    2272000 | #Constraints:      53534
2050.82/2073.07	c #Conflicts:    2273000 | #Constraints:      54587
2050.82/2073.07	c #Conflicts:    2274000 | #Constraints:      55631
2050.82/2073.07	c #Conflicts:    2275000 | #Constraints:      56682
2050.82/2073.07	c #Conflicts:    2276000 | #Constraints:      57723
2050.82/2073.07	c #Conflicts:    2277000 | #Constraints:      58764
2050.82/2073.07	c #Conflicts:    2278000 | #Constraints:      59799
2050.82/2073.07	c #Conflicts:    2279000 | #Constraints:      60826
2050.82/2073.07	c #Conflicts:    2280000 | #Constraints:      61864
2050.82/2073.07	c #Conflicts:    2281000 | #Constraints:      62908
2050.82/2073.07	c #Conflicts:    2282000 | #Constraints:      63944
2050.82/2073.07	c #Conflicts:    2283000 | #Constraints:      64980
2050.82/2073.07	c #Conflicts:    2284000 | #Constraints:      66017
2050.82/2073.07	c #Conflicts:    2285000 | #Constraints:      67052
2050.82/2073.07	c #Conflicts:    2286000 | #Constraints:      68083
2050.82/2073.07	c INPROCESSING
2050.82/2073.07	c GARBAGE COLLECT
2050.82/2073.07	c rational objective 997
2083.87/2106.27	c #Conflicts:    2287000 | #Constraints:      38353
2083.87/2106.27	c #Conflicts:    2288000 | #Constraints:      39353
2083.87/2106.27	c #Conflicts:    2289000 | #Constraints:      40353
2083.87/2106.27	c #Conflicts:    2290000 | #Constraints:      41353
2083.87/2106.27	c #Conflicts:    2291000 | #Constraints:      42353
2083.87/2106.27	c #Conflicts:    2292000 | #Constraints:      43353
2083.87/2106.27	c #Conflicts:    2293000 | #Constraints:      44353
2083.87/2106.27	c #Conflicts:    2294000 | #Constraints:      45353
2083.87/2106.27	c #Conflicts:    2295000 | #Constraints:      46353
2083.87/2106.27	c #Conflicts:    2296000 | #Constraints:      47353
2083.87/2106.27	c #Conflicts:    2297000 | #Constraints:      48353
2083.87/2106.27	c #Conflicts:    2298000 | #Constraints:      49353
2083.87/2106.27	c #Conflicts:    2299000 | #Constraints:      50353
2083.87/2106.27	c #Conflicts:    2300000 | #Constraints:      51353
2083.87/2106.27	c #Conflicts:    2301000 | #Constraints:      52353
2083.87/2106.27	c #Conflicts:    2302000 | #Constraints:      53353
2083.87/2106.27	c #Conflicts:    2303000 | #Constraints:      54353
2083.87/2106.27	c #Conflicts:    2304000 | #Constraints:      55353
2083.87/2106.27	c #Conflicts:    2305000 | #Constraints:      56353
2083.87/2106.27	c #Conflicts:    2306000 | #Constraints:      57353
2083.87/2106.27	c #Conflicts:    2307000 | #Constraints:      58353
2083.87/2106.27	c #Conflicts:    2308000 | #Constraints:      59353
2083.87/2106.27	c #Conflicts:    2309000 | #Constraints:      60353
2083.87/2106.27	c #Conflicts:    2310000 | #Constraints:      61353
2083.87/2106.27	c #Conflicts:    2311000 | #Constraints:      62353
2083.87/2106.27	c #Conflicts:    2312000 | #Constraints:      63353
2083.87/2106.27	c #Conflicts:    2313000 | #Constraints:      64353
2083.87/2106.27	c #Conflicts:    2314000 | #Constraints:      65353
2083.87/2106.27	c #Conflicts:    2315000 | #Constraints:      66353
2083.87/2106.27	c #Conflicts:    2316000 | #Constraints:      67353
2083.87/2106.27	c INPROCESSING
2083.87/2106.27	c GARBAGE COLLECT
2083.87/2106.27	c rational objective 997
2116.64/2139.13	c #Conflicts:    2317000 | #Constraints:      37892
2116.64/2139.13	c #Conflicts:    2318000 | #Constraints:      38892
2116.64/2139.13	c #Conflicts:    2319000 | #Constraints:      39892
2116.64/2139.13	c #Conflicts:    2320000 | #Constraints:      40892
2116.64/2139.13	c #Conflicts:    2321000 | #Constraints:      41892
2116.64/2139.13	c #Conflicts:    2322000 | #Constraints:      42892
2116.64/2139.13	c #Conflicts:    2323000 | #Constraints:      43892
2116.64/2139.13	c #Conflicts:    2324000 | #Constraints:      44892
2116.64/2139.13	c #Conflicts:    2325000 | #Constraints:      45892
2116.64/2139.13	c #Conflicts:    2326000 | #Constraints:      46892
2116.64/2139.13	c #Conflicts:    2327000 | #Constraints:      47892
2116.64/2139.13	c #Conflicts:    2328000 | #Constraints:      48892
2116.64/2139.13	c #Conflicts:    2329000 | #Constraints:      49892
2116.64/2139.13	c #Conflicts:    2330000 | #Constraints:      50892
2116.64/2139.13	c #Conflicts:    2331000 | #Constraints:      51892
2116.64/2139.13	c #Conflicts:    2332000 | #Constraints:      52892
2116.64/2139.13	c #Conflicts:    2333000 | #Constraints:      53892
2116.64/2139.13	c #Conflicts:    2334000 | #Constraints:      54892
2116.64/2139.13	c #Conflicts:    2335000 | #Constraints:      55892
2116.64/2139.13	c #Conflicts:    2336000 | #Constraints:      56892
2116.64/2139.13	c #Conflicts:    2337000 | #Constraints:      57892
2116.64/2139.13	c #Conflicts:    2338000 | #Constraints:      58892
2116.64/2139.13	c #Conflicts:    2339000 | #Constraints:      59892
2116.64/2139.13	c #Conflicts:    2340000 | #Constraints:      60892
2116.64/2139.13	c #Conflicts:    2341000 | #Constraints:      61892
2116.64/2139.13	c #Conflicts:    2342000 | #Constraints:      62892
2116.64/2139.13	c #Conflicts:    2343000 | #Constraints:      63892
2116.64/2139.13	c #Conflicts:    2344000 | #Constraints:      64892
2116.64/2139.13	c #Conflicts:    2345000 | #Constraints:      65892
2116.64/2139.13	c #Conflicts:    2346000 | #Constraints:      66892
2116.64/2139.13	c #Conflicts:    2347000 | #Constraints:      67892
2116.64/2139.13	c INPROCESSING
2116.64/2139.13	c GARBAGE COLLECT
2116.64/2139.13	c rational objective 997
2162.68/2185.42	c #Conflicts:    2348000 | #Constraints:      38363
2162.68/2185.42	c #Conflicts:    2349000 | #Constraints:      39397
2162.68/2185.42	c #Conflicts:    2350000 | #Constraints:      40416
2162.68/2185.42	c #Conflicts:    2351000 | #Constraints:      41449
2162.68/2185.42	c #Conflicts:    2352000 | #Constraints:      42482
2162.68/2185.42	c #Conflicts:    2353000 | #Constraints:      43517
2162.68/2185.42	c #Conflicts:    2354000 | #Constraints:      44562
2162.68/2185.42	c #Conflicts:    2355000 | #Constraints:      45584
2162.68/2185.42	c #Conflicts:    2356000 | #Constraints:      46611
2162.68/2185.42	c #Conflicts:    2357000 | #Constraints:      47627
2162.68/2185.42	c #Conflicts:    2358000 | #Constraints:      48655
2162.68/2185.42	c #Conflicts:    2359000 | #Constraints:      49673
2162.68/2185.42	c #Conflicts:    2360000 | #Constraints:      50690
2162.68/2185.42	c #Conflicts:    2361000 | #Constraints:      51717
2162.68/2185.42	c #Conflicts:    2362000 | #Constraints:      52741
2162.68/2185.42	c #Conflicts:    2363000 | #Constraints:      53754
2162.68/2185.42	c #Conflicts:    2364000 | #Constraints:      54795
2162.68/2185.42	c #Conflicts:    2365000 | #Constraints:      55823
2162.68/2185.42	c #Conflicts:    2366000 | #Constraints:      56846
2162.68/2185.42	c #Conflicts:    2367000 | #Constraints:      57864
2162.68/2185.42	c #Conflicts:    2368000 | #Constraints:      58881
2162.68/2185.42	c #Conflicts:    2369000 | #Constraints:      59895
2162.68/2185.42	c #Conflicts:    2370000 | #Constraints:      60911
2162.68/2185.42	c #Conflicts:    2371000 | #Constraints:      61946
2162.68/2185.42	c #Conflicts:    2372000 | #Constraints:      62976
2162.68/2185.42	c #Conflicts:    2373000 | #Constraints:      63999
2162.68/2185.42	c #Conflicts:    2374000 | #Constraints:      65022
2162.68/2185.42	c #Conflicts:    2375000 | #Constraints:      66044
2162.68/2185.42	c #Conflicts:    2376000 | #Constraints:      67063
2162.68/2185.42	c #Conflicts:    2377000 | #Constraints:      68080
2162.68/2185.42	c #Conflicts:    2378000 | #Constraints:      69101
2162.68/2185.42	c INPROCESSING
2162.68/2185.42	c GARBAGE COLLECT
2162.68/2185.42	c rational objective 997
2194.74/2217.60	c #Conflicts:    2379000 | #Constraints:      38992
2194.74/2217.60	c #Conflicts:    2380000 | #Constraints:      39992
2194.74/2217.60	c #Conflicts:    2381000 | #Constraints:      40992
2194.74/2217.60	c #Conflicts:    2382000 | #Constraints:      41992
2194.74/2217.60	c #Conflicts:    2383000 | #Constraints:      42992
2194.74/2217.60	c #Conflicts:    2384000 | #Constraints:      43992
2194.74/2217.60	c #Conflicts:    2385000 | #Constraints:      44992
2194.74/2217.60	c #Conflicts:    2386000 | #Constraints:      45992
2194.74/2217.60	c #Conflicts:    2387000 | #Constraints:      46992
2194.74/2217.60	c #Conflicts:    2388000 | #Constraints:      47992
2194.74/2217.60	c #Conflicts:    2389000 | #Constraints:      48992
2194.74/2217.60	c #Conflicts:    2390000 | #Constraints:      49992
2194.74/2217.60	c #Conflicts:    2391000 | #Constraints:      50992
2194.74/2217.60	c #Conflicts:    2392000 | #Constraints:      51992
2194.74/2217.60	c #Conflicts:    2393000 | #Constraints:      52992
2194.74/2217.60	c #Conflicts:    2394000 | #Constraints:      53992
2194.74/2217.60	c #Conflicts:    2395000 | #Constraints:      54992
2194.74/2217.60	c #Conflicts:    2396000 | #Constraints:      55992
2194.74/2217.60	c #Conflicts:    2397000 | #Constraints:      56992
2194.74/2217.60	c #Conflicts:    2398000 | #Constraints:      57992
2194.74/2217.60	c #Conflicts:    2399000 | #Constraints:      58992
2194.74/2217.60	c #Conflicts:    2400000 | #Constraints:      59992
2194.74/2217.60	c #Conflicts:    2401000 | #Constraints:      60992
2194.74/2217.60	c #Conflicts:    2402000 | #Constraints:      61992
2194.74/2217.60	c #Conflicts:    2403000 | #Constraints:      62992
2194.74/2217.60	c #Conflicts:    2404000 | #Constraints:      63992
2194.74/2217.60	c #Conflicts:    2405000 | #Constraints:      64992
2194.74/2217.60	c #Conflicts:    2406000 | #Constraints:      65992
2194.74/2217.60	c #Conflicts:    2407000 | #Constraints:      66992
2194.74/2217.60	c #Conflicts:    2408000 | #Constraints:      67992
2194.74/2217.60	c #Conflicts:    2409000 | #Constraints:      68992
2194.74/2217.60	c INPROCESSING
2194.74/2217.60	c GARBAGE COLLECT
2194.74/2217.60	c rational objective 997
2233.40/2256.47	c #Conflicts:    2410000 | #Constraints:      39018
2233.40/2256.47	c #Conflicts:    2411000 | #Constraints:      40018
2233.40/2256.47	c #Conflicts:    2412000 | #Constraints:      41018
2233.40/2256.47	c #Conflicts:    2413000 | #Constraints:      42018
2233.40/2256.47	c #Conflicts:    2414000 | #Constraints:      43018
2233.40/2256.47	c #Conflicts:    2415000 | #Constraints:      44018
2233.40/2256.47	c #Conflicts:    2416000 | #Constraints:      45018
2233.40/2256.47	c #Conflicts:    2417000 | #Constraints:      46018
2233.40/2256.47	c #Conflicts:    2418000 | #Constraints:      47018
2233.40/2256.47	c #Conflicts:    2419000 | #Constraints:      48018
2233.40/2256.47	c #Conflicts:    2420000 | #Constraints:      49018
2233.40/2256.47	c #Conflicts:    2421000 | #Constraints:      50018
2233.40/2256.47	c #Conflicts:    2422000 | #Constraints:      51018
2233.40/2256.47	c #Conflicts:    2423000 | #Constraints:      52018
2233.40/2256.47	c #Conflicts:    2424000 | #Constraints:      53018
2233.40/2256.47	c #Conflicts:    2425000 | #Constraints:      54018
2233.40/2256.47	c #Conflicts:    2426000 | #Constraints:      55018
2233.40/2256.47	c #Conflicts:    2427000 | #Constraints:      56018
2233.40/2256.47	c #Conflicts:    2428000 | #Constraints:      57018
2233.40/2256.47	c #Conflicts:    2429000 | #Constraints:      58018
2233.40/2256.47	c #Conflicts:    2430000 | #Constraints:      59018
2233.40/2256.47	c #Conflicts:    2431000 | #Constraints:      60018
2233.40/2256.47	c #Conflicts:    2432000 | #Constraints:      61018
2233.40/2256.47	c #Conflicts:    2433000 | #Constraints:      62018
2233.40/2256.47	c #Conflicts:    2434000 | #Constraints:      63018
2233.40/2256.47	c #Conflicts:    2435000 | #Constraints:      64018
2233.40/2256.47	c #Conflicts:    2436000 | #Constraints:      65018
2233.40/2256.47	c #Conflicts:    2437000 | #Constraints:      66018
2233.40/2256.47	c #Conflicts:    2438000 | #Constraints:      67018
2233.40/2256.47	c #Conflicts:    2439000 | #Constraints:      68018
2233.40/2256.47	c #Conflicts:    2440000 | #Constraints:      69018
2233.40/2256.47	c INPROCESSING
2233.40/2256.47	c GARBAGE COLLECT
2233.40/2256.47	c rational objective 997
2287.86/2311.11	c #Conflicts:    2441000 | #Constraints:      38935
2287.86/2311.11	c #Conflicts:    2442000 | #Constraints:      39948
2287.86/2311.11	c #Conflicts:    2443000 | #Constraints:      40980
2287.86/2311.11	c #Conflicts:    2444000 | #Constraints:      42001
2287.86/2311.11	c #Conflicts:    2445000 | #Constraints:      43028
2287.86/2311.11	c #Conflicts:    2446000 | #Constraints:      44049
2287.86/2311.11	c #Conflicts:    2447000 | #Constraints:      45081
2287.86/2311.11	c #Conflicts:    2448000 | #Constraints:      46116
2287.86/2311.11	c #Conflicts:    2449000 | #Constraints:      47149
2287.86/2311.11	c #Conflicts:    2450000 | #Constraints:      48177
2287.86/2311.11	c #Conflicts:    2451000 | #Constraints:      49198
2287.86/2311.11	c #Conflicts:    2452000 | #Constraints:      50229
2287.86/2311.11	c #Conflicts:    2453000 | #Constraints:      51252
2287.86/2311.11	c #Conflicts:    2454000 | #Constraints:      52276
2287.86/2311.11	c #Conflicts:    2455000 | #Constraints:      53301
2287.86/2311.11	c #Conflicts:    2456000 | #Constraints:      54332
2287.86/2311.11	c #Conflicts:    2457000 | #Constraints:      55363
2287.86/2311.11	c #Conflicts:    2458000 | #Constraints:      56384
2287.86/2311.11	c #Conflicts:    2459000 | #Constraints:      57396
2287.86/2311.11	c #Conflicts:    2460000 | #Constraints:      58406
2287.86/2311.11	c #Conflicts:    2461000 | #Constraints:      59424
2287.86/2311.11	c #Conflicts:    2462000 | #Constraints:      60449
2287.86/2311.11	c #Conflicts:    2463000 | #Constraints:      61467
2287.86/2311.11	c #Conflicts:    2464000 | #Constraints:      62492
2287.86/2311.11	c #Conflicts:    2465000 | #Constraints:      63512
2287.86/2311.11	c #Conflicts:    2466000 | #Constraints:      64535
2287.86/2311.11	c #Conflicts:    2467000 | #Constraints:      65556
2287.86/2311.11	c #Conflicts:    2468000 | #Constraints:      66603
2287.86/2311.11	c #Conflicts:    2469000 | #Constraints:      67656
2287.86/2311.11	c #Conflicts:    2470000 | #Constraints:      68709
2287.86/2311.11	c #Conflicts:    2471000 | #Constraints:      69746
2287.86/2311.11	c INPROCESSING
2287.86/2311.11	c GARBAGE COLLECT
2287.86/2311.11	c rational objective 997
2322.59/2346.09	c #Conflicts:    2472000 | #Constraints:      38962
2322.59/2346.09	c #Conflicts:    2473000 | #Constraints:      39962
2322.59/2346.09	c #Conflicts:    2474000 | #Constraints:      40962
2322.59/2346.09	c #Conflicts:    2475000 | #Constraints:      41962
2322.59/2346.09	c #Conflicts:    2476000 | #Constraints:      42962
2322.59/2346.09	c #Conflicts:    2477000 | #Constraints:      43962
2322.59/2346.09	c #Conflicts:    2478000 | #Constraints:      44962
2322.59/2346.09	c #Conflicts:    2479000 | #Constraints:      45962
2322.59/2346.09	c #Conflicts:    2480000 | #Constraints:      46962
2322.59/2346.09	c #Conflicts:    2481000 | #Constraints:      47962
2322.59/2346.09	c #Conflicts:    2482000 | #Constraints:      48962
2322.59/2346.09	c #Conflicts:    2483000 | #Constraints:      49962
2322.59/2346.09	c #Conflicts:    2484000 | #Constraints:      50962
2322.59/2346.09	c #Conflicts:    2485000 | #Constraints:      51962
2322.59/2346.09	c #Conflicts:    2486000 | #Constraints:      52962
2322.59/2346.09	c #Conflicts:    2487000 | #Constraints:      53962
2322.59/2346.09	c #Conflicts:    2488000 | #Constraints:      54962
2322.59/2346.09	c #Conflicts:    2489000 | #Constraints:      55962
2322.59/2346.09	c #Conflicts:    2490000 | #Constraints:      56962
2322.59/2346.09	c #Conflicts:    2491000 | #Constraints:      57962
2322.59/2346.09	c #Conflicts:    2492000 | #Constraints:      58962
2322.59/2346.09	c #Conflicts:    2493000 | #Constraints:      59962
2322.59/2346.09	c #Conflicts:    2494000 | #Constraints:      60962
2322.59/2346.09	c #Conflicts:    2495000 | #Constraints:      61962
2322.59/2346.09	c #Conflicts:    2496000 | #Constraints:      62962
2322.59/2346.09	c #Conflicts:    2497000 | #Constraints:      63962
2322.59/2346.09	c #Conflicts:    2498000 | #Constraints:      64962
2322.59/2346.09	c #Conflicts:    2499000 | #Constraints:      65962
2322.59/2346.09	c #Conflicts:    2500000 | #Constraints:      66962
2322.59/2346.09	c #Conflicts:    2501000 | #Constraints:      67962
2322.59/2346.09	c #Conflicts:    2502000 | #Constraints:      68962
2322.59/2346.09	c #Conflicts:    2503000 | #Constraints:      69962
2322.59/2346.09	c INPROCESSING
2322.59/2346.09	c GARBAGE COLLECT
2322.59/2346.09	c rational objective 997
2357.31/2381.00	c #Conflicts:    2504000 | #Constraints:      39383
2357.31/2381.00	c #Conflicts:    2505000 | #Constraints:      40383
2357.31/2381.00	c #Conflicts:    2506000 | #Constraints:      41383
2357.31/2381.00	c #Conflicts:    2507000 | #Constraints:      42383
2357.31/2381.00	c #Conflicts:    2508000 | #Constraints:      43383
2357.31/2381.00	c #Conflicts:    2509000 | #Constraints:      44383
2357.31/2381.00	c #Conflicts:    2510000 | #Constraints:      45383
2357.31/2381.00	c #Conflicts:    2511000 | #Constraints:      46383
2357.31/2381.00	c #Conflicts:    2512000 | #Constraints:      47383
2357.31/2381.00	c #Conflicts:    2513000 | #Constraints:      48383
2357.31/2381.00	c #Conflicts:    2514000 | #Constraints:      49383
2357.31/2381.00	c #Conflicts:    2515000 | #Constraints:      50384
2357.31/2381.00	c #Conflicts:    2516000 | #Constraints:      51384
2357.31/2381.00	c #Conflicts:    2517000 | #Constraints:      52384
2357.31/2381.00	c #Conflicts:    2518000 | #Constraints:      53384
2357.31/2381.00	c #Conflicts:    2519000 | #Constraints:      54384
2357.31/2381.00	c #Conflicts:    2520000 | #Constraints:      55384
2357.31/2381.00	c #Conflicts:    2521000 | #Constraints:      56384
2357.31/2381.00	c #Conflicts:    2522000 | #Constraints:      57384
2357.31/2381.00	c #Conflicts:    2523000 | #Constraints:      58384
2357.31/2381.00	c #Conflicts:    2524000 | #Constraints:      59384
2357.31/2381.00	c #Conflicts:    2525000 | #Constraints:      60384
2357.31/2381.00	c #Conflicts:    2526000 | #Constraints:      61384
2357.31/2381.00	c #Conflicts:    2527000 | #Constraints:      62384
2357.31/2381.00	c #Conflicts:    2528000 | #Constraints:      63384
2357.31/2381.00	c #Conflicts:    2529000 | #Constraints:      64384
2357.31/2381.00	c #Conflicts:    2530000 | #Constraints:      65386
2357.31/2381.00	c #Conflicts:    2531000 | #Constraints:      66389
2357.31/2381.00	c #Conflicts:    2532000 | #Constraints:      67389
2357.31/2381.00	c #Conflicts:    2533000 | #Constraints:      68389
2357.31/2381.00	c #Conflicts:    2534000 | #Constraints:      69389
2357.31/2381.00	c #Conflicts:    2535000 | #Constraints:      70389
2357.31/2381.00	c INPROCESSING
2357.31/2381.00	c GARBAGE COLLECT
2357.31/2381.00	c rational objective 997
2392.05/2415.85	c #Conflicts:    2536000 | #Constraints:      39737
2392.05/2415.85	c #Conflicts:    2537000 | #Constraints:      40783
2392.05/2415.85	c #Conflicts:    2538000 | #Constraints:      41858
2392.05/2415.85	c #Conflicts:    2539000 | #Constraints:      42923
2392.05/2415.85	c #Conflicts:    2540000 | #Constraints:      43969
2392.05/2415.85	c #Conflicts:    2541000 | #Constraints:      45013
2392.05/2415.85	c #Conflicts:    2542000 | #Constraints:      46046
2392.05/2415.85	c #Conflicts:    2543000 | #Constraints:      47099
2392.05/2415.85	c #Conflicts:    2544000 | #Constraints:      48147
2392.05/2415.85	c #Conflicts:    2545000 | #Constraints:      49177
2392.05/2415.85	c #Conflicts:    2546000 | #Constraints:      50210
2392.05/2415.85	c #Conflicts:    2547000 | #Constraints:      51240
2392.05/2415.85	c #Conflicts:    2548000 | #Constraints:      52275
2392.05/2415.85	c #Conflicts:    2549000 | #Constraints:      53316
2392.05/2415.85	c #Conflicts:    2550000 | #Constraints:      54353
2392.05/2415.85	c #Conflicts:    2551000 | #Constraints:      55392
2392.05/2415.85	c #Conflicts:    2552000 | #Constraints:      56437
2392.05/2415.85	c #Conflicts:    2553000 | #Constraints:      57477
2392.05/2415.85	c #Conflicts:    2554000 | #Constraints:      58517
2392.05/2415.85	c #Conflicts:    2555000 | #Constraints:      59549
2392.05/2415.85	c #Conflicts:    2556000 | #Constraints:      60587
2392.05/2415.85	c #Conflicts:    2557000 | #Constraints:      61625
2392.05/2415.85	c #Conflicts:    2558000 | #Constraints:      62656
2392.05/2415.85	c #Conflicts:    2559000 | #Constraints:      63692
2392.05/2415.85	c #Conflicts:    2560000 | #Constraints:      64756
2392.05/2415.85	c #Conflicts:    2561000 | #Constraints:      65802
2392.05/2415.85	c #Conflicts:    2562000 | #Constraints:      66845
2392.05/2415.85	c #Conflicts:    2563000 | #Constraints:      67881
2392.05/2415.85	c #Conflicts:    2564000 | #Constraints:      68910
2392.05/2415.85	c #Conflicts:    2565000 | #Constraints:      69953
2392.05/2415.85	c #Conflicts:    2566000 | #Constraints:      70990
2392.05/2415.85	c #Conflicts:    2567000 | #Constraints:      72033
2392.05/2415.85	c INPROCESSING
2392.05/2415.85	c GARBAGE COLLECT
2392.05/2415.85	c rational objective 997
2429.77/2453.70	c #Conflicts:    2568000 | #Constraints:      40415
2429.77/2453.70	c #Conflicts:    2569000 | #Constraints:      41415
2429.77/2453.70	c #Conflicts:    2570000 | #Constraints:      42415
2429.77/2453.70	c #Conflicts:    2571000 | #Constraints:      43415
2429.77/2453.70	c #Conflicts:    2572000 | #Constraints:      44415
2429.77/2453.70	c #Conflicts:    2573000 | #Constraints:      45415
2429.77/2453.70	c #Conflicts:    2574000 | #Constraints:      46415
2429.77/2453.70	c #Conflicts:    2575000 | #Constraints:      47415
2429.77/2453.70	c #Conflicts:    2576000 | #Constraints:      48415
2429.77/2453.70	c #Conflicts:    2577000 | #Constraints:      49415
2429.77/2453.70	c #Conflicts:    2578000 | #Constraints:      50415
2429.77/2453.70	c #Conflicts:    2579000 | #Constraints:      51415
2429.77/2453.70	c #Conflicts:    2580000 | #Constraints:      52415
2429.77/2453.70	c #Conflicts:    2581000 | #Constraints:      53415
2429.77/2453.70	c #Conflicts:    2582000 | #Constraints:      54415
2429.77/2453.70	c #Conflicts:    2583000 | #Constraints:      55415
2429.77/2453.70	c #Conflicts:    2584000 | #Constraints:      56415
2429.77/2453.70	c #Conflicts:    2585000 | #Constraints:      57415
2429.77/2453.70	c #Conflicts:    2586000 | #Constraints:      58415
2429.77/2453.70	c #Conflicts:    2587000 | #Constraints:      59415
2429.77/2453.70	c #Conflicts:    2588000 | #Constraints:      60415
2429.77/2453.70	c #Conflicts:    2589000 | #Constraints:      61415
2429.77/2453.70	c #Conflicts:    2590000 | #Constraints:      62415
2429.77/2453.70	c #Conflicts:    2591000 | #Constraints:      63415
2429.77/2453.70	c #Conflicts:    2592000 | #Constraints:      64415
2429.77/2453.70	c #Conflicts:    2593000 | #Constraints:      65415
2429.77/2453.70	c #Conflicts:    2594000 | #Constraints:      66415
2429.77/2453.70	c #Conflicts:    2595000 | #Constraints:      67415
2429.77/2453.70	c #Conflicts:    2596000 | #Constraints:      68415
2429.77/2453.70	c #Conflicts:    2597000 | #Constraints:      69415
2429.77/2453.70	c #Conflicts:    2598000 | #Constraints:      70415
2429.77/2453.70	c #Conflicts:    2599000 | #Constraints:      71415
2429.77/2453.70	c INPROCESSING
2429.77/2453.70	c GARBAGE COLLECT
2429.77/2453.70	c rational objective 997
2466.58/2490.75	c #Conflicts:    2600000 | #Constraints:      40121
2466.58/2490.75	c #Conflicts:    2601000 | #Constraints:      41121
2466.58/2490.75	c #Conflicts:    2602000 | #Constraints:      42121
2466.58/2490.75	c #Conflicts:    2603000 | #Constraints:      43121
2466.58/2490.75	c #Conflicts:    2604000 | #Constraints:      44121
2466.58/2490.75	c #Conflicts:    2605000 | #Constraints:      45121
2466.58/2490.75	c #Conflicts:    2606000 | #Constraints:      46121
2466.58/2490.75	c #Conflicts:    2607000 | #Constraints:      47121
2466.58/2490.75	c #Conflicts:    2608000 | #Constraints:      48121
2466.58/2490.75	c #Conflicts:    2609000 | #Constraints:      49121
2466.58/2490.75	c #Conflicts:    2610000 | #Constraints:      50121
2466.58/2490.75	c #Conflicts:    2611000 | #Constraints:      51121
2466.58/2490.75	c #Conflicts:    2612000 | #Constraints:      52121
2466.58/2490.75	c #Conflicts:    2613000 | #Constraints:      53121
2466.58/2490.75	c #Conflicts:    2614000 | #Constraints:      54121
2466.58/2490.75	c #Conflicts:    2615000 | #Constraints:      55121
2466.58/2490.75	c #Conflicts:    2616000 | #Constraints:      56121
2466.58/2490.75	c #Conflicts:    2617000 | #Constraints:      57121
2466.58/2490.75	c #Conflicts:    2618000 | #Constraints:      58121
2466.58/2490.75	c #Conflicts:    2619000 | #Constraints:      59121
2466.58/2490.75	c #Conflicts:    2620000 | #Constraints:      60121
2466.58/2490.75	c #Conflicts:    2621000 | #Constraints:      61121
2466.58/2490.75	c #Conflicts:    2622000 | #Constraints:      62121
2466.58/2490.75	c #Conflicts:    2623000 | #Constraints:      63121
2466.58/2490.75	c #Conflicts:    2624000 | #Constraints:      64121
2466.58/2490.75	c #Conflicts:    2625000 | #Constraints:      65121
2466.58/2490.75	c #Conflicts:    2626000 | #Constraints:      66121
2466.58/2490.75	c #Conflicts:    2627000 | #Constraints:      67121
2466.58/2490.75	c #Conflicts:    2628000 | #Constraints:      68121
2466.58/2490.75	c #Conflicts:    2629000 | #Constraints:      69121
2466.58/2490.75	c #Conflicts:    2630000 | #Constraints:      70121
2466.58/2490.75	c #Conflicts:    2631000 | #Constraints:      71121
2466.58/2490.75	c INPROCESSING
2466.58/2490.75	c GARBAGE COLLECT
2466.58/2490.75	c rational objective 997
2496.99/2521.47	c #Conflicts:    2632000 | #Constraints:      39769
2496.99/2521.47	c #Conflicts:    2633000 | #Constraints:      40780
2496.99/2521.47	c #Conflicts:    2634000 | #Constraints:      41799
2496.99/2521.47	c #Conflicts:    2635000 | #Constraints:      42813
2496.99/2521.47	c #Conflicts:    2636000 | #Constraints:      43883
2496.99/2521.47	c #Conflicts:    2637000 | #Constraints:      44937
2496.99/2521.47	c #Conflicts:    2638000 | #Constraints:      45979
2496.99/2521.47	c #Conflicts:    2639000 | #Constraints:      47017
2496.99/2521.47	c #Conflicts:    2640000 | #Constraints:      48044
2496.99/2521.47	c #Conflicts:    2641000 | #Constraints:      49082
2496.99/2521.47	c #Conflicts:    2642000 | #Constraints:      50124
2496.99/2521.47	c #Conflicts:    2643000 | #Constraints:      51158
2496.99/2521.47	c #Conflicts:    2644000 | #Constraints:      52186
2496.99/2521.47	c #Conflicts:    2645000 | #Constraints:      53209
2496.99/2521.47	c #Conflicts:    2646000 | #Constraints:      54228
2496.99/2521.47	c #Conflicts:    2647000 | #Constraints:      55255
2496.99/2521.47	c #Conflicts:    2648000 | #Constraints:      56285
2496.99/2521.47	c #Conflicts:    2649000 | #Constraints:      57326
2496.99/2521.47	c #Conflicts:    2650000 | #Constraints:      58354
2496.99/2521.47	c #Conflicts:    2651000 | #Constraints:      59406
2496.99/2521.47	c #Conflicts:    2652000 | #Constraints:      60440
2496.99/2521.47	c #Conflicts:    2653000 | #Constraints:      61477
2496.99/2521.47	c #Conflicts:    2654000 | #Constraints:      62528
2496.99/2521.47	c #Conflicts:    2655000 | #Constraints:      63560
2496.99/2521.47	c #Conflicts:    2656000 | #Constraints:      64604
2496.99/2521.47	c #Conflicts:    2657000 | #Constraints:      65631
2496.99/2521.47	c #Conflicts:    2658000 | #Constraints:      66662
2496.99/2521.47	c #Conflicts:    2659000 | #Constraints:      67706
2496.99/2521.47	c #Conflicts:    2660000 | #Constraints:      68736
2496.99/2521.47	c #Conflicts:    2661000 | #Constraints:      69766
2496.99/2521.47	c #Conflicts:    2662000 | #Constraints:      70797
2496.99/2521.47	c #Conflicts:    2663000 | #Constraints:      71830
2496.99/2521.47	c #Conflicts:    2664000 | #Constraints:      72863
2496.99/2521.47	c INPROCESSING
2496.99/2521.47	c GARBAGE COLLECT
2496.99/2521.47	c rational objective 997
2535.58/2560.21	c #Conflicts:    2665000 | #Constraints:      40729
2535.58/2560.21	c #Conflicts:    2666000 | #Constraints:      41729
2535.58/2560.21	c #Conflicts:    2667000 | #Constraints:      42729
2535.58/2560.21	c #Conflicts:    2668000 | #Constraints:      43729
2535.58/2560.21	c #Conflicts:    2669000 | #Constraints:      44729
2535.58/2560.21	c #Conflicts:    2670000 | #Constraints:      45729
2535.58/2560.21	c #Conflicts:    2671000 | #Constraints:      46729
2535.58/2560.21	c #Conflicts:    2672000 | #Constraints:      47729
2535.58/2560.21	c #Conflicts:    2673000 | #Constraints:      48729
2535.58/2560.21	c #Conflicts:    2674000 | #Constraints:      49729
2535.58/2560.21	c #Conflicts:    2675000 | #Constraints:      50729
2535.58/2560.21	c #Conflicts:    2676000 | #Constraints:      51729
2535.58/2560.21	c #Conflicts:    2677000 | #Constraints:      52729
2535.58/2560.21	c #Conflicts:    2678000 | #Constraints:      53729
2535.58/2560.21	c #Conflicts:    2679000 | #Constraints:      54729
2535.58/2560.21	c #Conflicts:    2680000 | #Constraints:      55729
2535.58/2560.21	c #Conflicts:    2681000 | #Constraints:      56729
2535.58/2560.21	c #Conflicts:    2682000 | #Constraints:      57729
2535.58/2560.21	c #Conflicts:    2683000 | #Constraints:      58729
2535.58/2560.21	c #Conflicts:    2684000 | #Constraints:      59729
2535.58/2560.21	c #Conflicts:    2685000 | #Constraints:      60729
2535.58/2560.21	c #Conflicts:    2686000 | #Constraints:      61729
2535.58/2560.21	c #Conflicts:    2687000 | #Constraints:      62729
2535.58/2560.21	c #Conflicts:    2688000 | #Constraints:      63729
2535.58/2560.21	c #Conflicts:    2689000 | #Constraints:      64729
2535.58/2560.21	c #Conflicts:    2690000 | #Constraints:      65729
2535.58/2560.21	c #Conflicts:    2691000 | #Constraints:      66729
2535.58/2560.21	c #Conflicts:    2692000 | #Constraints:      67729
2535.58/2560.21	c #Conflicts:    2693000 | #Constraints:      68729
2535.58/2560.21	c #Conflicts:    2694000 | #Constraints:      69729
2535.58/2560.21	c #Conflicts:    2695000 | #Constraints:      70729
2535.58/2560.21	c #Conflicts:    2696000 | #Constraints:      71729
2535.58/2560.21	c #Conflicts:    2697000 | #Constraints:      72729
2535.58/2560.21	c INPROCESSING
2535.58/2560.21	c GARBAGE COLLECT
2535.58/2560.21	c rational objective 997
2576.31/2601.28	c #Conflicts:    2698000 | #Constraints:      40889
2576.31/2601.28	c #Conflicts:    2699000 | #Constraints:      41890
2576.31/2601.28	c #Conflicts:    2700000 | #Constraints:      42945
2576.31/2601.28	c #Conflicts:    2701000 | #Constraints:      43995
2576.31/2601.28	c #Conflicts:    2702000 | #Constraints:      45028
2576.31/2601.28	c #Conflicts:    2703000 | #Constraints:      46072
2576.31/2601.28	c #Conflicts:    2704000 | #Constraints:      47104
2576.31/2601.28	c #Conflicts:    2705000 | #Constraints:      48168
2576.31/2601.28	c #Conflicts:    2706000 | #Constraints:      49210
2576.31/2601.28	c #Conflicts:    2707000 | #Constraints:      50255
2576.31/2601.28	c #Conflicts:    2708000 | #Constraints:      51287
2576.31/2601.28	c #Conflicts:    2709000 | #Constraints:      52310
2576.31/2601.28	c #Conflicts:    2710000 | #Constraints:      53337
2576.31/2601.28	c #Conflicts:    2711000 | #Constraints:      54368
2576.31/2601.28	c #Conflicts:    2712000 | #Constraints:      55399
2576.31/2601.28	c #Conflicts:    2713000 | #Constraints:      56444
2576.31/2601.28	c #Conflicts:    2714000 | #Constraints:      57480
2576.31/2601.28	c #Conflicts:    2715000 | #Constraints:      58509
2576.31/2601.28	c #Conflicts:    2716000 | #Constraints:      59543
2576.31/2601.28	c #Conflicts:    2717000 | #Constraints:      60573
2576.31/2601.28	c #Conflicts:    2718000 | #Constraints:      61598
2576.31/2601.28	c #Conflicts:    2719000 | #Constraints:      62625
2576.31/2601.28	c #Conflicts:    2720000 | #Constraints:      63648
2576.31/2601.28	c #Conflicts:    2721000 | #Constraints:      64676
2576.31/2601.28	c #Conflicts:    2722000 | #Constraints:      65692
2576.31/2601.28	c #Conflicts:    2723000 | #Constraints:      66705
2576.31/2601.28	c #Conflicts:    2724000 | #Constraints:      67741
2576.31/2601.28	c #Conflicts:    2725000 | #Constraints:      68759
2576.31/2601.28	c #Conflicts:    2726000 | #Constraints:      69797
2576.31/2601.28	c #Conflicts:    2727000 | #Constraints:      70830
2576.31/2601.28	c #Conflicts:    2728000 | #Constraints:      71849
2576.31/2601.28	c #Conflicts:    2729000 | #Constraints:      72872
2576.31/2601.28	c #Conflicts:    2730000 | #Constraints:      73894
2576.31/2601.28	c INPROCESSING
2576.31/2601.28	c GARBAGE COLLECT
2576.31/2601.28	c rational objective 997
2617.85/2643.11	c #Conflicts:    2731000 | #Constraints:      41329
2617.85/2643.11	c #Conflicts:    2732000 | #Constraints:      42329
2617.85/2643.11	c #Conflicts:    2733000 | #Constraints:      43329
2617.85/2643.11	c #Conflicts:    2734000 | #Constraints:      44329
2617.85/2643.11	c #Conflicts:    2735000 | #Constraints:      45329
2617.85/2643.11	c #Conflicts:    2736000 | #Constraints:      46329
2617.85/2643.11	c #Conflicts:    2737000 | #Constraints:      47329
2617.85/2643.11	c #Conflicts:    2738000 | #Constraints:      48329
2617.85/2643.11	c #Conflicts:    2739000 | #Constraints:      49329
2617.85/2643.11	c #Conflicts:    2740000 | #Constraints:      50329
2617.85/2643.11	c #Conflicts:    2741000 | #Constraints:      51329
2617.85/2643.11	c #Conflicts:    2742000 | #Constraints:      52329
2617.85/2643.11	c #Conflicts:    2743000 | #Constraints:      53329
2617.85/2643.11	c #Conflicts:    2744000 | #Constraints:      54329
2617.85/2643.11	c #Conflicts:    2745000 | #Constraints:      55329
2617.85/2643.11	c #Conflicts:    2746000 | #Constraints:      56329
2617.85/2643.11	c #Conflicts:    2747000 | #Constraints:      57329
2617.85/2643.11	c #Conflicts:    2748000 | #Constraints:      58329
2617.85/2643.11	c #Conflicts:    2749000 | #Constraints:      59329
2617.85/2643.11	c #Conflicts:    2750000 | #Constraints:      60329
2617.85/2643.11	c #Conflicts:    2751000 | #Constraints:      61329
2617.85/2643.11	c #Conflicts:    2752000 | #Constraints:      62329
2617.85/2643.11	c #Conflicts:    2753000 | #Constraints:      63329
2617.85/2643.11	c #Conflicts:    2754000 | #Constraints:      64329
2617.85/2643.11	c #Conflicts:    2755000 | #Constraints:      65329
2617.85/2643.11	c #Conflicts:    2756000 | #Constraints:      66329
2617.85/2643.11	c #Conflicts:    2757000 | #Constraints:      67329
2617.85/2643.11	c #Conflicts:    2758000 | #Constraints:      68329
2617.85/2643.11	c #Conflicts:    2759000 | #Constraints:      69329
2617.85/2643.11	c #Conflicts:    2760000 | #Constraints:      70329
2617.85/2643.11	c #Conflicts:    2761000 | #Constraints:      71329
2617.85/2643.11	c #Conflicts:    2762000 | #Constraints:      72329
2617.85/2643.11	c #Conflicts:    2763000 | #Constraints:      73329
2617.85/2643.11	c INPROCESSING
2617.85/2643.11	c GARBAGE COLLECT
2617.85/2643.11	c rational objective 997
2658.79/2684.31	c #Conflicts:    2764000 | #Constraints:      41113
2658.79/2684.31	c #Conflicts:    2765000 | #Constraints:      42150
2658.79/2684.31	c #Conflicts:    2766000 | #Constraints:      43213
2658.79/2684.31	c #Conflicts:    2767000 | #Constraints:      44254
2658.79/2684.31	c #Conflicts:    2768000 | #Constraints:      45316
2658.79/2684.31	c #Conflicts:    2769000 | #Constraints:      46362
2658.79/2684.31	c #Conflicts:    2770000 | #Constraints:      47406
2658.79/2684.31	c #Conflicts:    2771000 | #Constraints:      48443
2658.79/2684.31	c #Conflicts:    2772000 | #Constraints:      49474
2658.79/2684.31	c #Conflicts:    2773000 | #Constraints:      50517
2658.79/2684.31	c #Conflicts:    2774000 | #Constraints:      51561
2658.79/2684.31	c #Conflicts:    2775000 | #Constraints:      52605
2658.79/2684.31	c #Conflicts:    2776000 | #Constraints:      53644
2658.79/2684.31	c #Conflicts:    2777000 | #Constraints:      54690
2658.79/2684.31	c #Conflicts:    2778000 | #Constraints:      55741
2658.79/2684.31	c #Conflicts:    2779000 | #Constraints:      56788
2658.79/2684.31	c #Conflicts:    2780000 | #Constraints:      57839
2658.79/2684.31	c #Conflicts:    2781000 | #Constraints:      58870
2658.79/2684.31	c #Conflicts:    2782000 | #Constraints:      59923
2658.79/2684.31	c #Conflicts:    2783000 | #Constraints:      60957
2658.79/2684.31	c #Conflicts:    2784000 | #Constraints:      61998
2658.79/2684.31	c #Conflicts:    2785000 | #Constraints:      63050
2658.79/2684.31	c #Conflicts:    2786000 | #Constraints:      64087
2658.79/2684.31	c #Conflicts:    2787000 | #Constraints:      65130
2658.79/2684.31	c #Conflicts:    2788000 | #Constraints:      66161
2658.79/2684.31	c #Conflicts:    2789000 | #Constraints:      67209
2658.79/2684.31	c #Conflicts:    2790000 | #Constraints:      68248
2658.79/2684.31	c #Conflicts:    2791000 | #Constraints:      69279
2658.79/2684.31	c #Conflicts:    2792000 | #Constraints:      70325
2658.79/2684.31	c #Conflicts:    2793000 | #Constraints:      71358
2658.79/2684.31	c #Conflicts:    2794000 | #Constraints:      72397
2658.79/2684.31	c #Conflicts:    2795000 | #Constraints:      73436
2658.79/2684.31	c #Conflicts:    2796000 | #Constraints:      74465
2658.79/2684.31	c INPROCESSING
2658.79/2684.31	c GARBAGE COLLECT
2658.79/2684.31	c rational objective 997
2699.29/2725.03	c #Conflicts:    2797000 | #Constraints:      41372
2699.29/2725.03	c #Conflicts:    2798000 | #Constraints:      42372
2699.29/2725.03	c #Conflicts:    2799000 | #Constraints:      43372
2699.29/2725.03	c #Conflicts:    2800000 | #Constraints:      44372
2699.29/2725.03	c #Conflicts:    2801000 | #Constraints:      45372
2699.29/2725.03	c #Conflicts:    2802000 | #Constraints:      46372
2699.29/2725.03	c #Conflicts:    2803000 | #Constraints:      47372
2699.29/2725.03	c #Conflicts:    2804000 | #Constraints:      48372
2699.29/2725.03	c #Conflicts:    2805000 | #Constraints:      49372
2699.29/2725.03	c #Conflicts:    2806000 | #Constraints:      50372
2699.29/2725.03	c #Conflicts:    2807000 | #Constraints:      51372
2699.29/2725.03	c #Conflicts:    2808000 | #Constraints:      52372
2699.29/2725.03	c #Conflicts:    2809000 | #Constraints:      53372
2699.29/2725.03	c #Conflicts:    2810000 | #Constraints:      54372
2699.29/2725.03	c #Conflicts:    2811000 | #Constraints:      55372
2699.29/2725.03	c #Conflicts:    2812000 | #Constraints:      56372
2699.29/2725.03	c #Conflicts:    2813000 | #Constraints:      57372
2699.29/2725.03	c #Conflicts:    2814000 | #Constraints:      58372
2699.29/2725.03	c #Conflicts:    2815000 | #Constraints:      59372
2699.29/2725.03	c #Conflicts:    2816000 | #Constraints:      60372
2699.29/2725.03	c #Conflicts:    2817000 | #Constraints:      61372
2699.29/2725.03	c #Conflicts:    2818000 | #Constraints:      62372
2699.29/2725.03	c #Conflicts:    2819000 | #Constraints:      63372
2699.29/2725.03	c #Conflicts:    2820000 | #Constraints:      64372
2699.29/2725.03	c #Conflicts:    2821000 | #Constraints:      65372
2699.29/2725.03	c #Conflicts:    2822000 | #Constraints:      66372
2699.29/2725.03	c #Conflicts:    2823000 | #Constraints:      67372
2699.29/2725.03	c #Conflicts:    2824000 | #Constraints:      68372
2699.29/2725.03	c #Conflicts:    2825000 | #Constraints:      69372
2699.29/2725.03	c #Conflicts:    2826000 | #Constraints:      70372
2699.29/2725.03	c #Conflicts:    2827000 | #Constraints:      71372
2699.29/2725.03	c #Conflicts:    2828000 | #Constraints:      72372
2699.29/2725.03	c #Conflicts:    2829000 | #Constraints:      73372
2699.29/2725.03	c #Conflicts:    2830000 | #Constraints:      74372
2699.29/2725.03	c INPROCESSING
2699.29/2725.03	c GARBAGE COLLECT
2699.29/2725.03	c rational objective 997
2740.66/2766.71	c #Conflicts:    2831000 | #Constraints:      41617
2740.66/2766.71	c #Conflicts:    2832000 | #Constraints:      42617
2740.66/2766.71	c #Conflicts:    2833000 | #Constraints:      43617
2740.66/2766.71	c #Conflicts:    2834000 | #Constraints:      44617
2740.66/2766.71	c #Conflicts:    2835000 | #Constraints:      45617
2740.66/2766.71	c #Conflicts:    2836000 | #Constraints:      46617
2740.66/2766.71	c #Conflicts:    2837000 | #Constraints:      47617
2740.66/2766.71	c #Conflicts:    2838000 | #Constraints:      48617
2740.66/2766.71	c #Conflicts:    2839000 | #Constraints:      49617
2740.66/2766.71	c #Conflicts:    2840000 | #Constraints:      50617
2740.66/2766.71	c #Conflicts:    2841000 | #Constraints:      51617
2740.66/2766.71	c #Conflicts:    2842000 | #Constraints:      52617
2740.66/2766.71	c #Conflicts:    2843000 | #Constraints:      53617
2740.66/2766.71	c #Conflicts:    2844000 | #Constraints:      54617
2740.66/2766.71	c #Conflicts:    2845000 | #Constraints:      55617
2740.66/2766.71	c #Conflicts:    2846000 | #Constraints:      56617
2740.66/2766.71	c #Conflicts:    2847000 | #Constraints:      57617
2740.66/2766.71	c #Conflicts:    2848000 | #Constraints:      58617
2740.66/2766.71	c #Conflicts:    2849000 | #Constraints:      59617
2740.66/2766.71	c #Conflicts:    2850000 | #Constraints:      60617
2740.66/2766.71	c #Conflicts:    2851000 | #Constraints:      61617
2740.66/2766.71	c #Conflicts:    2852000 | #Constraints:      62617
2740.66/2766.71	c #Conflicts:    2853000 | #Constraints:      63617
2740.66/2766.71	c #Conflicts:    2854000 | #Constraints:      64617
2740.66/2766.71	c #Conflicts:    2855000 | #Constraints:      65617
2740.66/2766.71	c #Conflicts:    2856000 | #Constraints:      66617
2740.66/2766.71	c #Conflicts:    2857000 | #Constraints:      67617
2740.66/2766.71	c #Conflicts:    2858000 | #Constraints:      68617
2740.66/2766.71	c #Conflicts:    2859000 | #Constraints:      69617
2740.66/2766.71	c #Conflicts:    2860000 | #Constraints:      70617
2740.66/2766.71	c #Conflicts:    2861000 | #Constraints:      71617
2740.66/2766.71	c #Conflicts:    2862000 | #Constraints:      72617
2740.66/2766.71	c #Conflicts:    2863000 | #Constraints:      73617
2740.66/2766.71	c #Conflicts:    2864000 | #Constraints:      74617
2740.66/2766.71	c INPROCESSING
2740.66/2766.71	c GARBAGE COLLECT
2740.66/2766.71	c rational objective 997
2777.22/2803.52	c #Conflicts:    2865000 | #Constraints:      41843
2777.22/2803.52	c #Conflicts:    2866000 | #Constraints:      42853
2777.22/2803.52	c #Conflicts:    2867000 | #Constraints:      43911
2777.22/2803.52	c #Conflicts:    2868000 | #Constraints:      44965
2777.22/2803.52	c #Conflicts:    2869000 | #Constraints:      45986
2777.22/2803.52	c #Conflicts:    2870000 | #Constraints:      47011
2777.22/2803.52	c #Conflicts:    2871000 | #Constraints:      48037
2777.22/2803.52	c #Conflicts:    2872000 | #Constraints:      49065
2777.22/2803.52	c #Conflicts:    2873000 | #Constraints:      50088
2777.22/2803.52	c #Conflicts:    2874000 | #Constraints:      51109
2777.22/2803.52	c #Conflicts:    2875000 | #Constraints:      52131
2777.22/2803.52	c #Conflicts:    2876000 | #Constraints:      53147
2777.22/2803.52	c #Conflicts:    2877000 | #Constraints:      54172
2777.22/2803.52	c #Conflicts:    2878000 | #Constraints:      55197
2777.22/2803.52	c #Conflicts:    2879000 | #Constraints:      56232
2777.22/2803.52	c #Conflicts:    2880000 | #Constraints:      57257
2777.22/2803.52	c #Conflicts:    2881000 | #Constraints:      58280
2777.22/2803.52	c #Conflicts:    2882000 | #Constraints:      59312
2777.22/2803.52	c #Conflicts:    2883000 | #Constraints:      60337
2777.22/2803.52	c #Conflicts:    2884000 | #Constraints:      61364
2777.22/2803.52	c #Conflicts:    2885000 | #Constraints:      62392
2777.22/2803.52	c #Conflicts:    2886000 | #Constraints:      63425
2777.22/2803.52	c #Conflicts:    2887000 | #Constraints:      64461
2777.22/2803.52	c #Conflicts:    2888000 | #Constraints:      65491
2777.22/2803.52	c #Conflicts:    2889000 | #Constraints:      66528
2777.22/2803.52	c #Conflicts:    2890000 | #Constraints:      67560
2777.22/2803.52	c #Conflicts:    2891000 | #Constraints:      68585
2777.22/2803.52	c #Conflicts:    2892000 | #Constraints:      69625
2777.22/2803.52	c #Conflicts:    2893000 | #Constraints:      70661
2777.22/2803.52	c #Conflicts:    2894000 | #Constraints:      71692
2777.22/2803.52	c #Conflicts:    2895000 | #Constraints:      72727
2777.22/2803.52	c #Conflicts:    2896000 | #Constraints:      73753
2777.22/2803.52	c #Conflicts:    2897000 | #Constraints:      74773
2777.22/2803.52	c #Conflicts:    2898000 | #Constraints:      75805
2777.22/2803.52	c INPROCESSING
2777.22/2803.52	c GARBAGE COLLECT
2777.22/2803.52	c rational objective 997
2817.11/2843.67	c #Conflicts:    2899000 | #Constraints:      42329
2817.11/2843.67	c #Conflicts:    2900000 | #Constraints:      43329
2817.11/2843.67	c #Conflicts:    2901000 | #Constraints:      44329
2817.11/2843.67	c #Conflicts:    2902000 | #Constraints:      45329
2817.11/2843.67	c #Conflicts:    2903000 | #Constraints:      46329
2817.11/2843.67	c #Conflicts:    2904000 | #Constraints:      47329
2817.11/2843.67	c #Conflicts:    2905000 | #Constraints:      48329
2817.11/2843.67	c #Conflicts:    2906000 | #Constraints:      49329
2817.11/2843.67	c #Conflicts:    2907000 | #Constraints:      50329
2817.11/2843.67	c #Conflicts:    2908000 | #Constraints:      51329
2817.11/2843.67	c #Conflicts:    2909000 | #Constraints:      52329
2817.11/2843.67	c #Conflicts:    2910000 | #Constraints:      53329
2817.11/2843.67	c #Conflicts:    2911000 | #Constraints:      54329
2817.11/2843.67	c #Conflicts:    2912000 | #Constraints:      55329
2817.11/2843.67	c #Conflicts:    2913000 | #Constraints:      56329
2817.11/2843.67	c #Conflicts:    2914000 | #Constraints:      57329
2817.11/2843.67	c #Conflicts:    2915000 | #Constraints:      58329
2817.11/2843.67	c #Conflicts:    2916000 | #Constraints:      59329
2817.11/2843.67	c #Conflicts:    2917000 | #Constraints:      60330
2817.11/2843.67	c #Conflicts:    2918000 | #Constraints:      61331
2817.11/2843.67	c #Conflicts:    2919000 | #Constraints:      62331
2817.11/2843.67	c #Conflicts:    2920000 | #Constraints:      63331
2817.11/2843.67	c #Conflicts:    2921000 | #Constraints:      64332
2817.11/2843.67	c #Conflicts:    2922000 | #Constraints:      65332
2817.11/2843.67	c #Conflicts:    2923000 | #Constraints:      66332
2817.11/2843.67	c #Conflicts:    2924000 | #Constraints:      67332
2817.11/2843.67	c #Conflicts:    2925000 | #Constraints:      68332
2817.11/2843.67	c #Conflicts:    2926000 | #Constraints:      69332
2817.11/2843.67	c #Conflicts:    2927000 | #Constraints:      70333
2817.11/2843.67	c #Conflicts:    2928000 | #Constraints:      71333
2817.11/2843.67	c #Conflicts:    2929000 | #Constraints:      72334
2817.11/2843.67	c #Conflicts:    2930000 | #Constraints:      73334
2817.11/2843.67	c #Conflicts:    2931000 | #Constraints:      74334
2817.11/2843.67	c #Conflicts:    2932000 | #Constraints:      75334
2817.11/2843.67	c INPROCESSING
2817.11/2843.67	c GARBAGE COLLECT
2817.11/2843.67	c rational objective 997
2866.95/2893.80	c #Conflicts:    2933000 | #Constraints:      42092
2866.95/2893.80	c #Conflicts:    2934000 | #Constraints:      43093
2866.95/2893.80	c #Conflicts:    2935000 | #Constraints:      44113
2866.95/2893.80	c #Conflicts:    2936000 | #Constraints:      45144
2866.95/2893.80	c #Conflicts:    2937000 | #Constraints:      46164
2866.95/2893.80	c #Conflicts:    2938000 | #Constraints:      47193
2866.95/2893.80	c #Conflicts:    2939000 | #Constraints:      48218
2866.95/2893.80	c #Conflicts:    2940000 | #Constraints:      49246
2866.95/2893.80	c #Conflicts:    2941000 | #Constraints:      50295
2866.95/2893.80	c #Conflicts:    2942000 | #Constraints:      51348
2866.95/2893.80	c #Conflicts:    2943000 | #Constraints:      52378
2866.95/2893.80	c #Conflicts:    2944000 | #Constraints:      53407
2866.95/2893.80	c #Conflicts:    2945000 | #Constraints:      54440
2866.95/2893.80	c #Conflicts:    2946000 | #Constraints:      55472
2866.95/2893.80	c #Conflicts:    2947000 | #Constraints:      56496
2866.95/2893.80	c #Conflicts:    2948000 | #Constraints:      57529
2866.95/2893.80	c #Conflicts:    2949000 | #Constraints:      58570
2866.95/2893.80	c #Conflicts:    2950000 | #Constraints:      59602
2866.95/2893.80	c #Conflicts:    2951000 | #Constraints:      60618
2866.95/2893.80	c #Conflicts:    2952000 | #Constraints:      61637
2866.95/2893.80	c #Conflicts:    2953000 | #Constraints:      62664
2866.95/2893.80	c #Conflicts:    2954000 | #Constraints:      63696
2866.95/2893.80	c #Conflicts:    2955000 | #Constraints:      64733
2866.95/2893.80	c #Conflicts:    2956000 | #Constraints:      65762
2866.95/2893.80	c #Conflicts:    2957000 | #Constraints:      66787
2866.95/2893.80	c #Conflicts:    2958000 | #Constraints:      67808
2866.95/2893.80	c #Conflicts:    2959000 | #Constraints:      68830
2866.95/2893.80	c #Conflicts:    2960000 | #Constraints:      69849
2866.95/2893.80	c #Conflicts:    2961000 | #Constraints:      70868
2866.95/2893.80	c #Conflicts:    2962000 | #Constraints:      71887
2866.95/2893.80	c #Conflicts:    2963000 | #Constraints:      72905
2866.95/2893.80	c #Conflicts:    2964000 | #Constraints:      73932
2866.95/2893.80	c #Conflicts:    2965000 | #Constraints:      74948
2866.95/2893.80	c #Conflicts:    2966000 | #Constraints:      75971
2866.95/2893.80	c INPROCESSING
2866.95/2893.80	c GARBAGE COLLECT
2866.95/2893.80	c rational objective 997
2908.79/2935.96	c #Conflicts:    2967000 | #Constraints:      42111
2908.79/2935.96	c #Conflicts:    2968000 | #Constraints:      43111
2908.79/2935.96	c #Conflicts:    2969000 | #Constraints:      44111
2908.79/2935.96	c #Conflicts:    2970000 | #Constraints:      45111
2908.79/2935.96	c #Conflicts:    2971000 | #Constraints:      46111
2908.79/2935.96	c #Conflicts:    2972000 | #Constraints:      47111
2908.79/2935.96	c #Conflicts:    2973000 | #Constraints:      48111
2908.79/2935.96	c #Conflicts:    2974000 | #Constraints:      49111
2908.79/2935.96	c #Conflicts:    2975000 | #Constraints:      50111
2908.79/2935.96	c #Conflicts:    2976000 | #Constraints:      51111
2908.79/2935.96	c #Conflicts:    2977000 | #Constraints:      52111
2908.79/2935.96	c #Conflicts:    2978000 | #Constraints:      53111
2908.79/2935.96	c #Conflicts:    2979000 | #Constraints:      54111
2908.79/2935.96	c #Conflicts:    2980000 | #Constraints:      55111
2908.79/2935.96	c #Conflicts:    2981000 | #Constraints:      56111
2908.79/2935.96	c #Conflicts:    2982000 | #Constraints:      57111
2908.79/2935.96	c #Conflicts:    2983000 | #Constraints:      58111
2908.79/2935.96	c #Conflicts:    2984000 | #Constraints:      59111
2908.79/2935.96	c #Conflicts:    2985000 | #Constraints:      60111
2908.79/2935.96	c #Conflicts:    2986000 | #Constraints:      61111
2908.79/2935.96	c #Conflicts:    2987000 | #Constraints:      62111
2908.79/2935.96	c #Conflicts:    2988000 | #Constraints:      63111
2908.79/2935.96	c #Conflicts:    2989000 | #Constraints:      64111
2908.79/2935.96	c #Conflicts:    2990000 | #Constraints:      65111
2908.79/2935.96	c #Conflicts:    2991000 | #Constraints:      66111
2908.79/2935.96	c #Conflicts:    2992000 | #Constraints:      67111
2908.79/2935.96	c #Conflicts:    2993000 | #Constraints:      68111
2908.79/2935.96	c #Conflicts:    2994000 | #Constraints:      69111
2908.79/2935.96	c #Conflicts:    2995000 | #Constraints:      70111
2908.79/2935.96	c #Conflicts:    2996000 | #Constraints:      71111
2908.79/2935.96	c #Conflicts:    2997000 | #Constraints:      72111
2908.79/2935.96	c #Conflicts:    2998000 | #Constraints:      73111
2908.79/2935.96	c #Conflicts:    2999000 | #Constraints:      74111
2908.79/2935.96	c #Conflicts:    3000000 | #Constraints:      75111
2908.79/2935.96	c #Conflicts:    3001000 | #Constraints:      76111
2908.79/2935.96	c INPROCESSING
2908.79/2935.96	c GARBAGE COLLECT
2908.79/2935.96	c rational objective 997
2951.07/2978.44	c #Conflicts:    3002000 | #Constraints:      42486
2951.07/2978.44	c #Conflicts:    3003000 | #Constraints:      43486
2951.07/2978.44	c #Conflicts:    3004000 | #Constraints:      44486
2951.07/2978.44	c #Conflicts:    3005000 | #Constraints:      45486
2951.07/2978.44	c #Conflicts:    3006000 | #Constraints:      46486
2951.07/2978.44	c #Conflicts:    3007000 | #Constraints:      47486
2951.07/2978.44	c #Conflicts:    3008000 | #Constraints:      48486
2951.07/2978.44	c #Conflicts:    3009000 | #Constraints:      49486
2951.07/2978.44	c #Conflicts:    3010000 | #Constraints:      50486
2951.07/2978.44	c #Conflicts:    3011000 | #Constraints:      51486
2951.07/2978.44	c #Conflicts:    3012000 | #Constraints:      52486
2951.07/2978.44	c #Conflicts:    3013000 | #Constraints:      53486
2951.07/2978.44	c #Conflicts:    3014000 | #Constraints:      54486
2951.07/2978.44	c #Conflicts:    3015000 | #Constraints:      55486
2951.07/2978.44	c #Conflicts:    3016000 | #Constraints:      56486
2951.07/2978.44	c #Conflicts:    3017000 | #Constraints:      57486
2951.07/2978.44	c #Conflicts:    3018000 | #Constraints:      58486
2951.07/2978.44	c #Conflicts:    3019000 | #Constraints:      59486
2951.07/2978.44	c #Conflicts:    3020000 | #Constraints:      60486
2951.07/2978.44	c #Conflicts:    3021000 | #Constraints:      61486
2951.07/2978.44	c #Conflicts:    3022000 | #Constraints:      62486
2951.07/2978.44	c #Conflicts:    3023000 | #Constraints:      63486
2951.07/2978.44	c #Conflicts:    3024000 | #Constraints:      64486
2951.07/2978.44	c #Conflicts:    3025000 | #Constraints:      65486
2951.07/2978.44	c #Conflicts:    3026000 | #Constraints:      66486
2951.07/2978.44	c #Conflicts:    3027000 | #Constraints:      67486
2951.07/2978.44	c #Conflicts:    3028000 | #Constraints:      68486
2951.07/2978.44	c #Conflicts:    3029000 | #Constraints:      69486
2951.07/2978.44	c #Conflicts:    3030000 | #Constraints:      70486
2951.07/2978.44	c #Conflicts:    3031000 | #Constraints:      71486
2951.07/2978.44	c #Conflicts:    3032000 | #Constraints:      72486
2951.07/2978.44	c #Conflicts:    3033000 | #Constraints:      73486
2951.07/2978.44	c #Conflicts:    3034000 | #Constraints:      74486
2951.07/2978.44	c #Conflicts:    3035000 | #Constraints:      75486
2951.07/2978.44	c #Conflicts:    3036000 | #Constraints:      76486
2951.07/2978.44	c INPROCESSING
2951.07/2978.44	c GARBAGE COLLECT
2951.07/2978.44	c rational objective 997
2998.65/3026.31	c #Conflicts:    3037000 | #Constraints:      42773
2998.65/3026.31	c #Conflicts:    3038000 | #Constraints:      43840
2998.65/3026.31	c #Conflicts:    3039000 | #Constraints:      44899
2998.65/3026.31	c #Conflicts:    3040000 | #Constraints:      45957
2998.65/3026.31	c #Conflicts:    3041000 | #Constraints:      46999
2998.65/3026.31	c #Conflicts:    3042000 | #Constraints:      48040
2998.65/3026.31	c #Conflicts:    3043000 | #Constraints:      49077
2998.65/3026.31	c #Conflicts:    3044000 | #Constraints:      50118
2998.65/3026.31	c #Conflicts:    3045000 | #Constraints:      51144
2998.65/3026.31	c #Conflicts:    3046000 | #Constraints:      52180
2998.65/3026.31	c #Conflicts:    3047000 | #Constraints:      53213
2998.65/3026.31	c #Conflicts:    3048000 | #Constraints:      54266
2998.65/3026.31	c #Conflicts:    3049000 | #Constraints:      55297
2998.65/3026.31	c #Conflicts:    3050000 | #Constraints:      56332
2998.65/3026.31	c #Conflicts:    3051000 | #Constraints:      57371
2998.65/3026.31	c #Conflicts:    3052000 | #Constraints:      58410
2998.65/3026.31	c #Conflicts:    3053000 | #Constraints:      59458
2998.65/3026.31	c #Conflicts:    3054000 | #Constraints:      60480
2998.65/3026.31	c #Conflicts:    3055000 | #Constraints:      61511
2998.65/3026.31	c #Conflicts:    3056000 | #Constraints:      62538
2998.65/3026.31	c #Conflicts:    3057000 | #Constraints:      63581
2998.65/3026.31	c #Conflicts:    3058000 | #Constraints:      64612
2998.65/3026.31	c #Conflicts:    3059000 | #Constraints:      65648
2998.65/3026.31	c #Conflicts:    3060000 | #Constraints:      66687
2998.65/3026.31	c #Conflicts:    3061000 | #Constraints:      67723
2998.65/3026.31	c #Conflicts:    3062000 | #Constraints:      68768
2998.65/3026.31	c #Conflicts:    3063000 | #Constraints:      69806
2998.65/3026.31	c #Conflicts:    3064000 | #Constraints:      70840
2998.65/3026.31	c #Conflicts:    3065000 | #Constraints:      71873
2998.65/3026.31	c #Conflicts:    3066000 | #Constraints:      72911
2998.65/3026.31	c #Conflicts:    3067000 | #Constraints:      73960
2998.65/3026.31	c #Conflicts:    3068000 | #Constraints:      74995
2998.65/3026.31	c #Conflicts:    3069000 | #Constraints:      76037
2998.65/3026.31	c #Conflicts:    3070000 | #Constraints:      77074
2998.65/3026.31	c #Conflicts:    3071000 | #Constraints:      78115
2998.65/3026.31	c INPROCESSING
2998.65/3026.31	c GARBAGE COLLECT
2998.65/3026.31	c rational objective 997
3042.31/3070.20	c #Conflicts:    3072000 | #Constraints:      43467
3042.31/3070.20	c #Conflicts:    3073000 | #Constraints:      44467
3042.31/3070.20	c #Conflicts:    3074000 | #Constraints:      45467
3042.31/3070.20	c #Conflicts:    3075000 | #Constraints:      46467
3042.31/3070.20	c #Conflicts:    3076000 | #Constraints:      47467
3042.31/3070.20	c #Conflicts:    3077000 | #Constraints:      48467
3042.31/3070.20	c #Conflicts:    3078000 | #Constraints:      49467
3042.31/3070.20	c #Conflicts:    3079000 | #Constraints:      50467
3042.31/3070.20	c #Conflicts:    3080000 | #Constraints:      51467
3042.31/3070.20	c #Conflicts:    3081000 | #Constraints:      52467
3042.31/3070.20	c #Conflicts:    3082000 | #Constraints:      53467
3042.31/3070.20	c #Conflicts:    3083000 | #Constraints:      54467
3042.31/3070.20	c #Conflicts:    3084000 | #Constraints:      55467
3042.31/3070.20	c #Conflicts:    3085000 | #Constraints:      56467
3042.31/3070.20	c #Conflicts:    3086000 | #Constraints:      57467
3042.31/3070.20	c #Conflicts:    3087000 | #Constraints:      58467
3042.31/3070.20	c #Conflicts:    3088000 | #Constraints:      59467
3042.31/3070.20	c #Conflicts:    3089000 | #Constraints:      60467
3042.31/3070.20	c #Conflicts:    3090000 | #Constraints:      61467
3042.31/3070.20	c #Conflicts:    3091000 | #Constraints:      62467
3042.31/3070.20	c #Conflicts:    3092000 | #Constraints:      63467
3042.31/3070.20	c #Conflicts:    3093000 | #Constraints:      64467
3042.31/3070.20	c #Conflicts:    3094000 | #Constraints:      65467
3042.31/3070.20	c #Conflicts:    3095000 | #Constraints:      66467
3042.31/3070.20	c #Conflicts:    3096000 | #Constraints:      67467
3042.31/3070.20	c #Conflicts:    3097000 | #Constraints:      68467
3042.31/3070.20	c #Conflicts:    3098000 | #Constraints:      69467
3042.31/3070.20	c #Conflicts:    3099000 | #Constraints:      70467
3042.31/3070.20	c #Conflicts:    3100000 | #Constraints:      71467
3042.31/3070.20	c #Conflicts:    3101000 | #Constraints:      72467
3042.31/3070.20	c #Conflicts:    3102000 | #Constraints:      73467
3042.31/3070.20	c #Conflicts:    3103000 | #Constraints:      74467
3042.31/3070.20	c #Conflicts:    3104000 | #Constraints:      75467
3042.31/3070.20	c #Conflicts:    3105000 | #Constraints:      76467
3042.31/3070.20	c #Conflicts:    3106000 | #Constraints:      77467
3042.31/3070.20	c INPROCESSING
3042.31/3070.20	c GARBAGE COLLECT
3042.31/3070.20	c rational objective 997
3083.88/3112.30	c #Conflicts:    3107000 | #Constraints:      43141
3083.88/3112.30	c #Conflicts:    3108000 | #Constraints:      44141
3083.88/3112.30	c #Conflicts:    3109000 | #Constraints:      45141
3083.88/3112.30	c #Conflicts:    3110000 | #Constraints:      46141
3083.88/3112.30	c #Conflicts:    3111000 | #Constraints:      47141
3083.88/3112.30	c #Conflicts:    3112000 | #Constraints:      48141
3083.88/3112.30	c #Conflicts:    3113000 | #Constraints:      49141
3083.88/3112.30	c #Conflicts:    3114000 | #Constraints:      50141
3083.88/3112.30	c #Conflicts:    3115000 | #Constraints:      51141
3083.88/3112.30	c #Conflicts:    3116000 | #Constraints:      52141
3083.88/3112.30	c #Conflicts:    3117000 | #Constraints:      53141
3083.88/3112.30	c #Conflicts:    3118000 | #Constraints:      54141
3083.88/3112.30	c #Conflicts:    3119000 | #Constraints:      55141
3083.88/3112.30	c #Conflicts:    3120000 | #Constraints:      56141
3083.88/3112.30	c #Conflicts:    3121000 | #Constraints:      57141
3083.88/3112.30	c #Conflicts:    3122000 | #Constraints:      58141
3083.88/3112.30	c #Conflicts:    3123000 | #Constraints:      59141
3083.88/3112.30	c #Conflicts:    3124000 | #Constraints:      60141
3083.88/3112.30	c #Conflicts:    3125000 | #Constraints:      61141
3083.88/3112.30	c #Conflicts:    3126000 | #Constraints:      62141
3083.88/3112.30	c #Conflicts:    3127000 | #Constraints:      63141
3083.88/3112.30	c #Conflicts:    3128000 | #Constraints:      64141
3083.88/3112.30	c #Conflicts:    3129000 | #Constraints:      65141
3083.88/3112.30	c #Conflicts:    3130000 | #Constraints:      66141
3083.88/3112.30	c #Conflicts:    3131000 | #Constraints:      67141
3083.88/3112.30	c #Conflicts:    3132000 | #Constraints:      68141
3083.88/3112.30	c #Conflicts:    3133000 | #Constraints:      69141
3083.88/3112.30	c #Conflicts:    3134000 | #Constraints:      70141
3083.88/3112.30	c #Conflicts:    3135000 | #Constraints:      71141
3083.88/3112.30	c #Conflicts:    3136000 | #Constraints:      72141
3083.88/3112.30	c #Conflicts:    3137000 | #Constraints:      73141
3083.88/3112.30	c #Conflicts:    3138000 | #Constraints:      74141
3083.88/3112.30	c #Conflicts:    3139000 | #Constraints:      75141
3083.88/3112.30	c #Conflicts:    3140000 | #Constraints:      76141
3083.88/3112.30	c #Conflicts:    3141000 | #Constraints:      77141
3083.88/3112.30	c INPROCESSING
3083.88/3112.30	c GARBAGE COLLECT
3083.88/3112.30	c rational objective 997
3129.63/3158.31	c #Conflicts:    3142000 | #Constraints:      42790
3129.63/3158.31	c #Conflicts:    3143000 | #Constraints:      43791
3129.63/3158.31	c #Conflicts:    3144000 | #Constraints:      44838
3129.63/3158.31	c #Conflicts:    3145000 | #Constraints:      45936
3129.63/3158.31	c #Conflicts:    3146000 | #Constraints:      47004
3129.63/3158.31	c #Conflicts:    3147000 | #Constraints:      48079
3129.63/3158.31	c #Conflicts:    3148000 | #Constraints:      49150
3129.63/3158.31	c #Conflicts:    3149000 | #Constraints:      50212
3129.63/3158.31	c #Conflicts:    3150000 | #Constraints:      51254
3129.63/3158.31	c #Conflicts:    3151000 | #Constraints:      52318
3129.63/3158.31	c #Conflicts:    3152000 | #Constraints:      53361
3129.63/3158.31	c #Conflicts:    3153000 | #Constraints:      54389
3129.63/3158.31	c #Conflicts:    3154000 | #Constraints:      55427
3129.63/3158.31	c #Conflicts:    3155000 | #Constraints:      56457
3129.63/3158.31	c #Conflicts:    3156000 | #Constraints:      57508
3129.63/3158.31	c #Conflicts:    3157000 | #Constraints:      58550
3129.63/3158.31	c #Conflicts:    3158000 | #Constraints:      59570
3129.63/3158.31	c #Conflicts:    3159000 | #Constraints:      60601
3129.63/3158.31	c #Conflicts:    3160000 | #Constraints:      61638
3129.63/3158.31	c #Conflicts:    3161000 | #Constraints:      62672
3129.63/3158.31	c #Conflicts:    3162000 | #Constraints:      63693
3129.63/3158.31	c #Conflicts:    3163000 | #Constraints:      64735
3129.63/3158.31	c #Conflicts:    3164000 | #Constraints:      65766
3129.63/3158.31	c #Conflicts:    3165000 | #Constraints:      66809
3129.63/3158.31	c #Conflicts:    3166000 | #Constraints:      67866
3129.63/3158.31	c #Conflicts:    3167000 | #Constraints:      68920
3129.63/3158.31	c #Conflicts:    3168000 | #Constraints:      69974
3129.63/3158.31	c #Conflicts:    3169000 | #Constraints:      71021
3129.63/3158.31	c #Conflicts:    3170000 | #Constraints:      72061
3129.63/3158.31	c #Conflicts:    3171000 | #Constraints:      73099
3129.63/3158.31	c #Conflicts:    3172000 | #Constraints:      74126
3129.63/3158.31	c #Conflicts:    3173000 | #Constraints:      75168
3129.63/3158.31	c #Conflicts:    3174000 | #Constraints:      76186
3129.63/3158.31	c #Conflicts:    3175000 | #Constraints:      77215
3129.63/3158.31	c #Conflicts:    3176000 | #Constraints:      78241
3129.63/3158.31	c #Conflicts:    3177000 | #Constraints:      79304
3129.63/3158.31	c INPROCESSING
3129.63/3158.31	c GARBAGE COLLECT
3129.63/3158.31	c rational objective 997
3172.93/3201.95	c #Conflicts:    3178000 | #Constraints:      43941
3172.93/3201.95	c #Conflicts:    3179000 | #Constraints:      44941
3172.93/3201.95	c #Conflicts:    3180000 | #Constraints:      45941
3172.93/3201.95	c #Conflicts:    3181000 | #Constraints:      46941
3172.93/3201.95	c #Conflicts:    3182000 | #Constraints:      47941
3172.93/3201.95	c #Conflicts:    3183000 | #Constraints:      48941
3172.93/3201.95	c #Conflicts:    3184000 | #Constraints:      49941
3172.93/3201.95	c #Conflicts:    3185000 | #Constraints:      50941
3172.93/3201.95	c #Conflicts:    3186000 | #Constraints:      51941
3172.93/3201.95	c #Conflicts:    3187000 | #Constraints:      52941
3172.93/3201.95	c #Conflicts:    3188000 | #Constraints:      53941
3172.93/3201.95	c #Conflicts:    3189000 | #Constraints:      54941
3172.93/3201.95	c #Conflicts:    3190000 | #Constraints:      55941
3172.93/3201.95	c #Conflicts:    3191000 | #Constraints:      56941
3172.93/3201.95	c #Conflicts:    3192000 | #Constraints:      57941
3172.93/3201.95	c #Conflicts:    3193000 | #Constraints:      58941
3172.93/3201.95	c #Conflicts:    3194000 | #Constraints:      59941
3172.93/3201.95	c #Conflicts:    3195000 | #Constraints:      60942
3172.93/3201.95	c #Conflicts:    3196000 | #Constraints:      61942
3172.93/3201.95	c #Conflicts:    3197000 | #Constraints:      62942
3172.93/3201.95	c #Conflicts:    3198000 | #Constraints:      63943
3172.93/3201.95	c #Conflicts:    3199000 | #Constraints:      64943
3172.93/3201.95	c #Conflicts:    3200000 | #Constraints:      65943
3172.93/3201.95	c #Conflicts:    3201000 | #Constraints:      66943
3172.93/3201.95	c #Conflicts:    3202000 | #Constraints:      67943
3172.93/3201.95	c #Conflicts:    3203000 | #Constraints:      68943
3172.93/3201.95	c #Conflicts:    3204000 | #Constraints:      69944
3172.93/3201.95	c #Conflicts:    3205000 | #Constraints:      70944
3172.93/3201.95	c #Conflicts:    3206000 | #Constraints:      71944
3172.93/3201.95	c #Conflicts:    3207000 | #Constraints:      72944
3172.93/3201.95	c #Conflicts:    3208000 | #Constraints:      73946
3172.93/3201.95	c #Conflicts:    3209000 | #Constraints:      74946
3172.93/3201.95	c #Conflicts:    3210000 | #Constraints:      75947
3172.93/3201.95	c #Conflicts:    3211000 | #Constraints:      76947
3172.93/3201.95	c #Conflicts:    3212000 | #Constraints:      77947
3172.93/3201.95	c #Conflicts:    3213000 | #Constraints:      78948
3172.93/3201.95	c INPROCESSING
3172.93/3201.95	c GARBAGE COLLECT
3172.93/3201.95	c rational objective 997
3216.01/3245.25	c #Conflicts:    3214000 | #Constraints:      44006
3216.01/3245.25	c #Conflicts:    3215000 | #Constraints:      45006
3216.01/3245.25	c #Conflicts:    3216000 | #Constraints:      46006
3216.01/3245.25	c #Conflicts:    3217000 | #Constraints:      47006
3216.01/3245.25	c #Conflicts:    3218000 | #Constraints:      48006
3216.01/3245.25	c #Conflicts:    3219000 | #Constraints:      49006
3216.01/3245.25	c #Conflicts:    3220000 | #Constraints:      50006
3216.01/3245.25	c #Conflicts:    3221000 | #Constraints:      51006
3216.01/3245.25	c #Conflicts:    3222000 | #Constraints:      52006
3216.01/3245.25	c #Conflicts:    3223000 | #Constraints:      53006
3216.01/3245.25	c #Conflicts:    3224000 | #Constraints:      54006
3216.01/3245.25	c #Conflicts:    3225000 | #Constraints:      55006
3216.01/3245.25	c #Conflicts:    3226000 | #Constraints:      56006
3216.01/3245.25	c #Conflicts:    3227000 | #Constraints:      57006
3216.01/3245.25	c #Conflicts:    3228000 | #Constraints:      58006
3216.01/3245.25	c #Conflicts:    3229000 | #Constraints:      59006
3216.01/3245.25	c #Conflicts:    3230000 | #Constraints:      60006
3216.01/3245.25	c #Conflicts:    3231000 | #Constraints:      61006
3216.01/3245.25	c #Conflicts:    3232000 | #Constraints:      62006
3216.01/3245.25	c #Conflicts:    3233000 | #Constraints:      63006
3216.01/3245.25	c #Conflicts:    3234000 | #Constraints:      64006
3216.01/3245.25	c #Conflicts:    3235000 | #Constraints:      65006
3216.01/3245.25	c #Conflicts:    3236000 | #Constraints:      66006
3216.01/3245.25	c #Conflicts:    3237000 | #Constraints:      67006
3216.01/3245.25	c #Conflicts:    3238000 | #Constraints:      68006
3216.01/3245.25	c #Conflicts:    3239000 | #Constraints:      69006
3216.01/3245.25	c #Conflicts:    3240000 | #Constraints:      70006
3216.01/3245.25	c #Conflicts:    3241000 | #Constraints:      71006
3216.01/3245.25	c #Conflicts:    3242000 | #Constraints:      72006
3216.01/3245.25	c #Conflicts:    3243000 | #Constraints:      73006
3216.01/3245.25	c #Conflicts:    3244000 | #Constraints:      74006
3216.01/3245.25	c #Conflicts:    3245000 | #Constraints:      75006
3216.01/3245.25	c #Conflicts:    3246000 | #Constraints:      76006
3216.01/3245.25	c #Conflicts:    3247000 | #Constraints:      77006
3216.01/3245.25	c #Conflicts:    3248000 | #Constraints:      78006
3216.01/3245.25	c #Conflicts:    3249000 | #Constraints:      79006
3216.01/3245.25	c INPROCESSING
3216.01/3245.25	c GARBAGE COLLECT
3216.01/3245.25	c rational objective 997
3262.60/3292.17	c #Conflicts:    3250000 | #Constraints:      44004
3262.60/3292.17	c #Conflicts:    3251000 | #Constraints:      45004
3262.60/3292.17	c #Conflicts:    3252000 | #Constraints:      46039
3262.60/3292.17	c #Conflicts:    3253000 | #Constraints:      47088
3262.60/3292.17	c #Conflicts:    3254000 | #Constraints:      48131
3262.60/3292.17	c #Conflicts:    3255000 | #Constraints:      49182
3262.60/3292.17	c #Conflicts:    3256000 | #Constraints:      50224
3262.60/3292.17	c #Conflicts:    3257000 | #Constraints:      51270
3262.60/3292.17	c #Conflicts:    3258000 | #Constraints:      52316
3262.60/3292.17	c #Conflicts:    3259000 | #Constraints:      53353
3262.60/3292.17	c #Conflicts:    3260000 | #Constraints:      54403
3262.60/3292.17	c #Conflicts:    3261000 | #Constraints:      55451
3262.60/3292.17	c #Conflicts:    3262000 | #Constraints:      56476
3262.60/3292.17	c #Conflicts:    3263000 | #Constraints:      57518
3262.60/3292.17	c #Conflicts:    3264000 | #Constraints:      58564
3262.60/3292.17	c #Conflicts:    3265000 | #Constraints:      59604
3262.60/3292.17	c #Conflicts:    3266000 | #Constraints:      60650
3262.60/3292.17	c #Conflicts:    3267000 | #Constraints:      61675
3262.60/3292.17	c #Conflicts:    3268000 | #Constraints:      62710
3262.60/3292.17	c #Conflicts:    3269000 | #Constraints:      63745
3262.60/3292.17	c #Conflicts:    3270000 | #Constraints:      64763
3262.60/3292.17	c #Conflicts:    3271000 | #Constraints:      65796
3262.60/3292.17	c #Conflicts:    3272000 | #Constraints:      66830
3262.60/3292.17	c #Conflicts:    3273000 | #Constraints:      67869
3262.60/3292.17	c #Conflicts:    3274000 | #Constraints:      68897
3262.60/3292.17	c #Conflicts:    3275000 | #Constraints:      69932
3262.60/3292.17	c #Conflicts:    3276000 | #Constraints:      70975
3262.60/3292.17	c #Conflicts:    3277000 | #Constraints:      72004
3262.60/3292.17	c #Conflicts:    3278000 | #Constraints:      73027
3262.60/3292.17	c #Conflicts:    3279000 | #Constraints:      74053
3262.60/3292.17	c #Conflicts:    3280000 | #Constraints:      75087
3262.60/3292.17	c #Conflicts:    3281000 | #Constraints:      76108
3262.60/3292.17	c #Conflicts:    3282000 | #Constraints:      77130
3262.60/3292.17	c #Conflicts:    3283000 | #Constraints:      78153
3262.60/3292.17	c #Conflicts:    3284000 | #Constraints:      79187
3262.60/3292.17	c #Conflicts:    3285000 | #Constraints:      80223
3262.60/3292.17	c INPROCESSING
3262.60/3292.17	c GARBAGE COLLECT
3262.60/3292.17	c rational objective 997
3310.76/3340.54	c #Conflicts:    3286000 | #Constraints:      44408
3310.76/3340.54	c #Conflicts:    3287000 | #Constraints:      45408
3310.76/3340.54	c #Conflicts:    3288000 | #Constraints:      46408
3310.76/3340.54	c #Conflicts:    3289000 | #Constraints:      47408
3310.76/3340.54	c #Conflicts:    3290000 | #Constraints:      48408
3310.76/3340.54	c #Conflicts:    3291000 | #Constraints:      49408
3310.76/3340.54	c #Conflicts:    3292000 | #Constraints:      50408
3310.76/3340.54	c #Conflicts:    3293000 | #Constraints:      51408
3310.76/3340.54	c #Conflicts:    3294000 | #Constraints:      52408
3310.76/3340.54	c #Conflicts:    3295000 | #Constraints:      53408
3310.76/3340.54	c #Conflicts:    3296000 | #Constraints:      54408
3310.76/3340.54	c #Conflicts:    3297000 | #Constraints:      55408
3310.76/3340.54	c #Conflicts:    3298000 | #Constraints:      56408
3310.76/3340.54	c #Conflicts:    3299000 | #Constraints:      57408
3310.76/3340.54	c #Conflicts:    3300000 | #Constraints:      58408
3310.76/3340.54	c #Conflicts:    3301000 | #Constraints:      59408
3310.76/3340.54	c #Conflicts:    3302000 | #Constraints:      60408
3310.76/3340.54	c #Conflicts:    3303000 | #Constraints:      61408
3310.76/3340.54	c #Conflicts:    3304000 | #Constraints:      62408
3310.76/3340.54	c #Conflicts:    3305000 | #Constraints:      63408
3310.76/3340.54	c #Conflicts:    3306000 | #Constraints:      64408
3310.76/3340.54	c #Conflicts:    3307000 | #Constraints:      65408
3310.76/3340.54	c #Conflicts:    3308000 | #Constraints:      66408
3310.76/3340.54	c #Conflicts:    3309000 | #Constraints:      67409
3310.76/3340.54	c #Conflicts:    3310000 | #Constraints:      68410
3310.76/3340.54	c #Conflicts:    3311000 | #Constraints:      69411
3310.76/3340.54	c #Conflicts:    3312000 | #Constraints:      70411
3310.76/3340.54	c #Conflicts:    3313000 | #Constraints:      71412
3310.76/3340.54	c #Conflicts:    3314000 | #Constraints:      72414
3310.76/3340.54	c #Conflicts:    3315000 | #Constraints:      73415
3310.76/3340.54	c #Conflicts:    3316000 | #Constraints:      74416
3310.76/3340.54	c #Conflicts:    3317000 | #Constraints:      75417
3310.76/3340.54	c #Conflicts:    3318000 | #Constraints:      76418
3310.76/3340.54	c #Conflicts:    3319000 | #Constraints:      77419
3310.76/3340.54	c #Conflicts:    3320000 | #Constraints:      78420
3310.76/3340.54	c #Conflicts:    3321000 | #Constraints:      79420
3310.76/3340.54	c INPROCESSING
3310.76/3340.54	c GARBAGE COLLECT
3310.76/3340.54	c rational objective 997
3362.54/3392.63	c #Conflicts:    3322000 | #Constraints:      43952
3362.54/3392.63	c #Conflicts:    3323000 | #Constraints:      44952
3362.54/3392.63	c #Conflicts:    3324000 | #Constraints:      45965
3362.54/3392.63	c #Conflicts:    3325000 | #Constraints:      47017
3362.54/3392.63	c #Conflicts:    3326000 | #Constraints:      48076
3362.54/3392.63	c #Conflicts:    3327000 | #Constraints:      49121
3362.54/3392.63	c #Conflicts:    3328000 | #Constraints:      50184
3362.54/3392.63	c #Conflicts:    3329000 | #Constraints:      51224
3362.54/3392.63	c #Conflicts:    3330000 | #Constraints:      52263
3362.54/3392.63	c #Conflicts:    3331000 | #Constraints:      53305
3362.54/3392.63	c #Conflicts:    3332000 | #Constraints:      54346
3362.54/3392.63	c #Conflicts:    3333000 | #Constraints:      55394
3362.54/3392.63	c #Conflicts:    3334000 | #Constraints:      56427
3362.54/3392.63	c #Conflicts:    3335000 | #Constraints:      57468
3362.54/3392.63	c #Conflicts:    3336000 | #Constraints:      58498
3362.54/3392.63	c #Conflicts:    3337000 | #Constraints:      59528
3362.54/3392.63	c #Conflicts:    3338000 | #Constraints:      60557
3362.54/3392.63	c #Conflicts:    3339000 | #Constraints:      61579
3362.54/3392.63	c #Conflicts:    3340000 | #Constraints:      62621
3362.54/3392.63	c #Conflicts:    3341000 | #Constraints:      63646
3362.54/3392.63	c #Conflicts:    3342000 | #Constraints:      64677
3362.54/3392.63	c #Conflicts:    3343000 | #Constraints:      65717
3362.54/3392.63	c #Conflicts:    3344000 | #Constraints:      66737
3362.54/3392.63	c #Conflicts:    3345000 | #Constraints:      67760
3362.54/3392.63	c #Conflicts:    3346000 | #Constraints:      68799
3362.54/3392.63	c #Conflicts:    3347000 | #Constraints:      69820
3362.54/3392.63	c #Conflicts:    3348000 | #Constraints:      70844
3362.54/3392.63	c #Conflicts:    3349000 | #Constraints:      71874
3362.54/3392.63	c #Conflicts:    3350000 | #Constraints:      72909
3362.54/3392.63	c #Conflicts:    3351000 | #Constraints:      73942
3362.54/3392.63	c #Conflicts:    3352000 | #Constraints:      74970
3362.54/3392.63	c #Conflicts:    3353000 | #Constraints:      76003
3362.54/3392.63	c #Conflicts:    3354000 | #Constraints:      77025
3362.54/3392.63	c #Conflicts:    3355000 | #Constraints:      78071
3362.54/3392.63	c #Conflicts:    3356000 | #Constraints:      79102
3362.54/3392.63	c #Conflicts:    3357000 | #Constraints:      80140
3362.54/3392.63	c #Conflicts:    3358000 | #Constraints:      81171
3362.54/3392.63	c INPROCESSING
3362.54/3392.63	c GARBAGE COLLECT
3362.54/3392.63	c rational objective 997
3398.62/3429.00	c #Conflicts:    3359000 | #Constraints:      44885
3398.62/3429.00	c #Conflicts:    3360000 | #Constraints:      45885
3398.62/3429.00	c #Conflicts:    3361000 | #Constraints:      46885
3398.62/3429.00	c #Conflicts:    3362000 | #Constraints:      47885
3398.62/3429.00	c #Conflicts:    3363000 | #Constraints:      48885
3398.62/3429.00	c #Conflicts:    3364000 | #Constraints:      49885
3398.62/3429.00	c #Conflicts:    3365000 | #Constraints:      50885
3398.62/3429.00	c #Conflicts:    3366000 | #Constraints:      51885
3398.62/3429.00	c #Conflicts:    3367000 | #Constraints:      52885
3398.62/3429.00	c #Conflicts:    3368000 | #Constraints:      53885
3398.62/3429.00	c #Conflicts:    3369000 | #Constraints:      54885
3398.62/3429.00	c #Conflicts:    3370000 | #Constraints:      55885
3398.62/3429.00	c #Conflicts:    3371000 | #Constraints:      56885
3398.62/3429.00	c #Conflicts:    3372000 | #Constraints:      57885
3398.62/3429.00	c #Conflicts:    3373000 | #Constraints:      58885
3398.62/3429.00	c #Conflicts:    3374000 | #Constraints:      59885
3398.62/3429.00	c #Conflicts:    3375000 | #Constraints:      60885
3398.62/3429.00	c #Conflicts:    3376000 | #Constraints:      61885
3398.62/3429.00	c #Conflicts:    3377000 | #Constraints:      62885
3398.62/3429.00	c #Conflicts:    3378000 | #Constraints:      63885
3398.62/3429.00	c #Conflicts:    3379000 | #Constraints:      64885
3398.62/3429.00	c #Conflicts:    3380000 | #Constraints:      65885
3398.62/3429.00	c #Conflicts:    3381000 | #Constraints:      66885
3398.62/3429.00	c #Conflicts:    3382000 | #Constraints:      67885
3398.62/3429.00	c #Conflicts:    3383000 | #Constraints:      68885
3398.62/3429.00	c #Conflicts:    3384000 | #Constraints:      69885
3398.62/3429.00	c #Conflicts:    3385000 | #Constraints:      70885
3398.62/3429.00	c #Conflicts:    3386000 | #Constraints:      71885
3398.62/3429.00	c #Conflicts:    3387000 | #Constraints:      72885
3398.62/3429.00	c bounds 1032 >= 998 @ 3364.17
3399.62/3429.97	WSVECS04 Frhs2[1581]: 6 -1.00008 0 shouldn't be
3412.79/3443.29	c #Conflicts:    3388000 | #Constraints:      73981
3412.79/3443.29	c #Conflicts:    3389000 | #Constraints:      74981
3412.79/3443.29	c #Conflicts:    3390000 | #Constraints:      75981
3412.79/3443.29	c #Conflicts:    3391000 | #Constraints:      76981
3412.79/3443.29	c #Conflicts:    3392000 | #Constraints:      77981
3412.79/3443.29	c #Conflicts:    3393000 | #Constraints:      78981
3412.79/3443.29	c #Conflicts:    3394000 | #Constraints:      79981
3412.79/3443.29	c #Conflicts:    3395000 | #Constraints:      80981
3412.79/3443.29	c INPROCESSING
3412.79/3443.29	c GARBAGE COLLECT
3412.79/3443.29	c rational objective 998
3460.06/3490.74	c #Conflicts:    3396000 | #Constraints:      45015
3460.06/3490.74	c #Conflicts:    3397000 | #Constraints:      46015
3460.06/3490.74	c #Conflicts:    3398000 | #Constraints:      47015
3460.06/3490.74	c #Conflicts:    3399000 | #Constraints:      48015
3460.06/3490.74	c #Conflicts:    3400000 | #Constraints:      49015
3460.06/3490.74	c #Conflicts:    3401000 | #Constraints:      50015
3460.06/3490.74	c #Conflicts:    3402000 | #Constraints:      51015
3460.06/3490.74	c #Conflicts:    3403000 | #Constraints:      52015
3460.06/3490.74	c #Conflicts:    3404000 | #Constraints:      53015
3460.06/3490.74	c #Conflicts:    3405000 | #Constraints:      54015
3460.06/3490.74	c #Conflicts:    3406000 | #Constraints:      55015
3460.06/3490.74	c #Conflicts:    3407000 | #Constraints:      56015
3460.06/3490.74	c #Conflicts:    3408000 | #Constraints:      57015
3460.06/3490.74	c #Conflicts:    3409000 | #Constraints:      58015
3460.06/3490.74	c #Conflicts:    3410000 | #Constraints:      59015
3460.06/3490.74	c #Conflicts:    3411000 | #Constraints:      60015
3460.06/3490.74	c #Conflicts:    3412000 | #Constraints:      61015
3460.06/3490.74	c #Conflicts:    3413000 | #Constraints:      62015
3460.06/3490.74	c #Conflicts:    3414000 | #Constraints:      63015
3460.06/3490.74	c #Conflicts:    3415000 | #Constraints:      64015
3460.06/3490.74	c #Conflicts:    3416000 | #Constraints:      65015
3460.06/3490.74	c #Conflicts:    3417000 | #Constraints:      66015
3460.06/3490.74	c #Conflicts:    3418000 | #Constraints:      67015
3460.06/3490.74	c #Conflicts:    3419000 | #Constraints:      68015
3460.06/3490.74	c #Conflicts:    3420000 | #Constraints:      69015
3460.06/3490.74	c #Conflicts:    3421000 | #Constraints:      70015
3460.06/3490.74	c #Conflicts:    3422000 | #Constraints:      71015
3460.06/3490.74	c #Conflicts:    3423000 | #Constraints:      72015
3460.06/3490.74	c #Conflicts:    3424000 | #Constraints:      73015
3460.06/3490.74	c #Conflicts:    3425000 | #Constraints:      74015
3460.06/3490.74	c #Conflicts:    3426000 | #Constraints:      75015
3460.06/3490.74	c #Conflicts:    3427000 | #Constraints:      76015
3460.06/3490.74	c #Conflicts:    3428000 | #Constraints:      77015
3460.06/3490.74	c #Conflicts:    3429000 | #Constraints:      78015
3460.06/3490.74	c #Conflicts:    3430000 | #Constraints:      79015
3460.06/3490.74	c #Conflicts:    3431000 | #Constraints:      80015
3460.06/3490.74	c #Conflicts:    3432000 | #Constraints:      81015
3460.06/3490.74	c INPROCESSING
3460.06/3490.74	c GARBAGE COLLECT
3460.06/3490.74	c rational objective 998
3518.02/3549.09	c #Conflicts:    3433000 | #Constraints:      45053
3518.02/3549.09	c #Conflicts:    3434000 | #Constraints:      46054
3518.02/3549.09	c #Conflicts:    3435000 | #Constraints:      47056
3518.02/3549.09	c #Conflicts:    3436000 | #Constraints:      48058
3518.02/3549.09	c #Conflicts:    3437000 | #Constraints:      49060
3518.02/3549.09	c #Conflicts:    3438000 | #Constraints:      50065
3518.02/3549.09	c #Conflicts:    3439000 | #Constraints:      51068
3518.02/3549.09	c #Conflicts:    3440000 | #Constraints:      52076
3518.02/3549.09	c #Conflicts:    3441000 | #Constraints:      53084
3518.02/3549.09	c #Conflicts:    3442000 | #Constraints:      54089
3518.02/3549.09	c #Conflicts:    3443000 | #Constraints:      55094
3518.02/3549.09	c #Conflicts:    3444000 | #Constraints:      56114
3518.02/3549.09	c #Conflicts:    3445000 | #Constraints:      57180
3518.02/3549.09	c #Conflicts:    3446000 | #Constraints:      58245
3518.02/3549.09	c #Conflicts:    3447000 | #Constraints:      59312
3518.02/3549.09	c #Conflicts:    3448000 | #Constraints:      60364
3518.02/3549.09	c #Conflicts:    3449000 | #Constraints:      61415
3518.02/3549.09	c #Conflicts:    3450000 | #Constraints:      62462
3518.02/3549.09	c #Conflicts:    3451000 | #Constraints:      63511
3518.02/3549.09	c #Conflicts:    3452000 | #Constraints:      64550
3518.02/3549.09	c #Conflicts:    3453000 | #Constraints:      65606
3518.02/3549.09	c #Conflicts:    3454000 | #Constraints:      66653
3518.02/3549.09	c #Conflicts:    3455000 | #Constraints:      67693
3518.02/3549.09	c #Conflicts:    3456000 | #Constraints:      68732
3518.02/3549.09	c #Conflicts:    3457000 | #Constraints:      69772
3518.02/3549.09	c #Conflicts:    3458000 | #Constraints:      70812
3518.02/3549.09	c #Conflicts:    3459000 | #Constraints:      71839
3518.02/3549.09	c #Conflicts:    3460000 | #Constraints:      72879
3518.02/3549.09	c #Conflicts:    3461000 | #Constraints:      73917
3518.02/3549.09	c #Conflicts:    3462000 | #Constraints:      74946
3518.02/3549.09	c #Conflicts:    3463000 | #Constraints:      75999
3518.02/3549.09	c #Conflicts:    3464000 | #Constraints:      77018
3518.02/3549.09	c #Conflicts:    3465000 | #Constraints:      78046
3518.02/3549.09	c #Conflicts:    3466000 | #Constraints:      79080
3518.02/3549.09	c #Conflicts:    3467000 | #Constraints:      80103
3518.02/3549.09	c #Conflicts:    3468000 | #Constraints:      81142
3518.02/3549.09	c #Conflicts:    3469000 | #Constraints:      82172
3518.02/3549.09	c INPROCESSING
3518.02/3549.09	c GARBAGE COLLECT
3518.02/3549.09	c rational objective 998
3566.52/3597.86	c #Conflicts:    3470000 | #Constraints:      45411
3566.52/3597.86	c #Conflicts:    3471000 | #Constraints:      46411
3566.52/3597.86	c #Conflicts:    3472000 | #Constraints:      47411
3566.52/3597.86	c #Conflicts:    3473000 | #Constraints:      48411
3566.52/3597.86	c #Conflicts:    3474000 | #Constraints:      49411
3566.52/3597.86	c #Conflicts:    3475000 | #Constraints:      50411
3566.52/3597.86	c #Conflicts:    3476000 | #Constraints:      51411
3566.52/3597.86	c #Conflicts:    3477000 | #Constraints:      52411
3566.52/3597.86	c #Conflicts:    3478000 | #Constraints:      53411
3566.52/3597.86	c #Conflicts:    3479000 | #Constraints:      54411
3566.52/3597.86	c #Conflicts:    3480000 | #Constraints:      55411
3566.52/3597.86	c #Conflicts:    3481000 | #Constraints:      56411
3566.52/3597.86	c #Conflicts:    3482000 | #Constraints:      57411
3566.52/3597.86	c #Conflicts:    3483000 | #Constraints:      58411
3566.52/3597.86	c #Conflicts:    3484000 | #Constraints:      59411
3566.52/3597.86	c #Conflicts:    3485000 | #Constraints:      60411
3566.52/3597.86	c #Conflicts:    3486000 | #Constraints:      61411
3566.52/3597.86	c #Conflicts:    3487000 | #Constraints:      62411
3566.52/3597.86	c #Conflicts:    3488000 | #Constraints:      63411
3566.52/3597.86	c #Conflicts:    3489000 | #Constraints:      64411
3566.52/3597.86	c #Conflicts:    3490000 | #Constraints:      65411
3566.52/3597.86	c #Conflicts:    3491000 | #Constraints:      66411
3566.52/3597.86	c #Conflicts:    3492000 | #Constraints:      67411
3566.52/3597.86	c #Conflicts:    3493000 | #Constraints:      68411
3566.52/3597.86	c #Conflicts:    3494000 | #Constraints:      69411
3566.52/3597.86	c #Conflicts:    3495000 | #Constraints:      70411
3566.52/3597.86	c #Conflicts:    3496000 | #Constraints:      71411
3566.52/3597.86	c #Conflicts:    3497000 | #Constraints:      72411
3566.52/3597.86	c #Conflicts:    3498000 | #Constraints:      73411
3566.52/3597.86	c #Conflicts:    3499000 | #Constraints:      74411
3566.52/3597.86	c #Conflicts:    3500000 | #Constraints:      75411
3566.52/3597.86	c #Conflicts:    3501000 | #Constraints:      76411
3566.52/3597.86	c #Conflicts:    3502000 | #Constraints:      77411
3566.52/3597.86	c #Conflicts:    3503000 | #Constraints:      78411
3566.52/3597.86	c #Conflicts:    3504000 | #Constraints:      79411
3566.52/3597.86	c #Conflicts:    3505000 | #Constraints:      80411
3566.52/3597.86	c #Conflicts:    3506000 | #Constraints:      81411
3566.52/3597.86	c INPROCESSING
3566.52/3597.86	c GARBAGE COLLECT
3566.52/3597.86	c rational objective 998
3600.03/3631.50	c #Conflicts:    3507000 | #Constraints:      44937
3600.03/3631.50	c #Conflicts:    3508000 | #Constraints:      45937
3600.03/3631.50	c #Conflicts:    3509000 | #Constraints:      46937
3600.03/3631.50	c #Conflicts:    3510000 | #Constraints:      47937
3600.03/3631.50	c #Conflicts:    3511000 | #Constraints:      48937
3600.03/3631.50	c #Conflicts:    3512000 | #Constraints:      49937
3600.03/3631.50	c #Conflicts:    3513000 | #Constraints:      50937
3600.03/3631.50	c #Conflicts:    3514000 | #Constraints:      51937
3600.03/3631.50	c #Conflicts:    3515000 | #Constraints:      52937
3600.03/3631.50	c #Conflicts:    3516000 | #Constraints:      53937
3600.03/3631.50	c #Conflicts:    3517000 | #Constraints:      54937
3600.03/3631.50	c #Conflicts:    3518000 | #Constraints:      55937
3600.03/3631.50	c #Conflicts:    3519000 | #Constraints:      56937
3600.03/3631.50	c #Conflicts:    3520000 | #Constraints:      57937
3600.03/3631.50	c #Conflicts:    3521000 | #Constraints:      58937
3600.03/3631.50	c #Conflicts:    3522000 | #Constraints:      59937
3600.03/3631.50	c #Conflicts:    3523000 | #Constraints:      60937
3600.03/3631.50	c #Conflicts:    3524000 | #Constraints:      61937
3600.03/3631.50	c #Conflicts:    3525000 | #Constraints:      62937
3600.03/3631.50	c #Conflicts:    3526000 | #Constraints:      63937
3600.03/3631.50	c #Conflicts:    3527000 | #Constraints:      64937
3600.03/3631.50	c #Conflicts:    3528000 | #Constraints:      65937
3600.03/3631.50	c #Conflicts:    3529000 | #Constraints:      66937
3600.03/3631.50	c #Conflicts:    3530000 | #Constraints:      67937
3600.03/3631.50	c #Conflicts:    3531000 | #Constraints:      68937
3600.03/3631.50	c #Conflicts:    3532000 | #Constraints:      69937
3600.03/3631.50	c #Conflicts:    3533000 | #Constraints:      70937
3600.03/3631.50	c #Conflicts:    3534000 | #Constraints:      71937
3600.03/3631.50	c cpu time 3564.04 s
3600.03/3631.50	c deterministic time 210906357218 2.11e+11
3600.03/3631.50	c optimization time 33.5974 s
3600.03/3631.50	c total solve time 3530.43 s
3600.03/3631.50	c core-guided solve time 2098.22 s
3600.03/3631.50	c propagation time 2765.42 s
3600.03/3631.50	c conflict analysis time 716.15 s
3600.03/3631.50	c propagations 830442073
3600.03/3631.50	c resolve steps 53836061
3600.03/3631.50	c decisions 10287100
3600.03/3631.50	c conflicts 3534102
3600.03/3631.50	c restarts 6141
3600.03/3631.50	c inprocessing phases 178
3600.03/3631.50	c garbage collections 178 ,( 100.00 )
3600.03/3631.50	c input clauses 5192 ,( 63.74 )
3600.03/3631.50	c input cardinalities 2513 ,( 30.85 )
3600.03/3631.50	c input general constraints 440 ,( 5.40 )
3600.03/3631.50	c input average constraint length 263.67
3600.03/3631.50	c input average constraint degree 72.08
3600.03/3631.50	c learned clauses 2129468 ,( 59.43 )
3600.03/3631.50	c learned cardinalities 386547 ,( 10.79 )
3600.03/3631.50	c learned general constraints 1067268 ,( 29.78 )
3600.03/3631.50	c learned average constraint length 251.90
3600.03/3631.50	c learned average constraint degree 741376140.73
3600.03/3631.50	c watched  CF 32, 64, 128, Arb: 418795 , 0 , 0 , 0
3600.03/3631.50	c counting CF 32, 64, 128, Arb: 648914 , 0 , 0 , 0
3600.03/3631.50	c watched   constraints 418795 ,( 39.22 ) 
3600.03/3631.50	c counting  constraints 648913 ,( 60.78 ) 
3600.03/3631.50	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1822709353 , 6019799464 , 28648340606 ,( 678243800 , 27970096806 )
3600.03/3631.50	c gcd simplifications 83883
3600.03/3631.50	c detected cardinalities 62642
3600.03/3631.50	c weakened non-implied lits 351693418
3600.03/3631.50	c weakened non-implying lits 158103
3600.03/3631.50	c original variables 1959
3600.03/3631.50	c clausal propagations 333733816
3600.03/3631.50	c cardinality propagations 63006312
3600.03/3631.50	c watched propagations 12080783
3600.03/3631.50	c counting propagations 383905464
3600.03/3631.50	c watch lookups 118006973964
3600.03/3631.50	c watch backjump lookups 0
3600.03/3631.50	c watch checks 47426683227
3600.03/3631.50	c propagation checks 41074581783
3600.03/3631.50	c constraint additions 2709579957
3600.03/3631.50	c trail pops 844214654
3600.03/3631.50	c formula constraints 4006
3600.03/3631.50	c learned constraints 3486414
3600.03/3631.50	c bound constraints 1081
3600.03/3631.50	c core-guided constraints 3058
3600.03/3631.50	c encountered formula constraints 17072674
3600.03/3631.50	c encountered learned constraints 29144925
3600.03/3631.50	c encountered bound constraints 84
3600.03/3631.50	c encountered core-guided constraints 10271530
3600.03/3631.50	c LP total time 370.13 s
3600.03/3631.50	c LP solve time 314.81 s
3600.03/3631.50	c LP constraints added 6558
3600.03/3631.50	c LP constraints removed 2537
3600.03/3631.50	c LP pivots internal 3534413
3600.03/3631.50	c LP pivots root 60046
3600.03/3631.50	c LP calls 57703
3600.03/3631.50	c LP optimalities 9726
3600.03/3631.50	c LP no pivot count 3181
3600.03/3631.50	c LP infeasibilities 47973
3600.03/3631.50	c LP valid Farkas constraints 47960
3600.03/3631.50	c LP learned Farkas constraints 47822
3600.03/3631.50	c LP basis resets 13
3600.03/3631.50	c LP cycling count 0
3600.03/3631.50	c LP singular count 0
3600.03/3631.50	c LP no primal count 0
3600.03/3631.50	c LP no farkas count 13
3600.03/3631.50	c LP other issue count 0
3600.03/3631.50	c LP Gomory cuts 1087
3600.03/3631.50	c LP learned cuts 1465
3600.03/3631.50	c LP deleted cuts 2537
3600.03/3631.50	c LP encountered Gomory constraints 1719
3600.03/3631.50	c LP encountered Farkas constraints 576302
3600.03/3631.50	c LP encountered learned Farkas constraints 255107
3600.03/3631.50	c CG auxiliary variables introduced 1352
3600.03/3631.50	c CG solutions found 82
3600.03/3631.50	c CG cores constructed 998
3600.03/3631.50	c CG core cardinality constraints returned 0
3600.03/3631.50	c CG unit cores 0
3600.03/3631.50	c CG single cores 998
3600.03/3631.50	c CG blocks removed during cardinality reduction 0
3600.03/3631.50	c CG first core best 0
3600.03/3631.50	c CG decision core best 0
3600.03/3631.50	c CG core reduction tie 0
3600.03/3631.50	c CG core degree average 1.00
3600.03/3631.50	c CG core slack average 2.11
3600.03/3631.50	c CG core upper bound improvements 14
3600.03/3631.50	c STR number of successful calls 0
3600.03/3631.50	c STR number of unsuccessful calls 0
3600.03/3631.50	c STR number of inconclusive calls 0
3600.03/3631.50	c STR number of successful attempts 0
3600.03/3631.50	c STR number of unsuccessful attempts 0
3600.03/3631.50	c STR number of inconclusive attempts 0
3600.03/3631.50	c STR average degree increase per successful call inf
3600.03/3631.50	c STR average degree increase per successful attempt inf
3600.03/3631.50	c STR total number of conflicts for successful attempts 0
3600.03/3631.50	c STR total number of conflicts for unsuccessful attempts 0
3600.03/3631.50	c STR total number of conflicts for inconclusive attempts 0
3600.03/3631.50	c STR average number of conflicts per successful attempt inf
3600.03/3631.50	c STR average number of conflicts per unsuccessful attempt inf
3600.03/3631.50	c STR average number of conflicts per inconclusive attempt inf
3600.03/3631.50	c AVG.sumWPerc 50.78 
3600.03/3631.50	c bigint constraints 0 
3600.03/3631.50	o 1032
3600.03/3631.50	s SATISFIABLE
3600.03/3631.50	v x1 x2 x3 -x4 x5 -x6 x7 -x8 -x9 -x10 -x11 x12 x13 x14 -x15 -x16 x17 x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 x32 x33 x34 x35 x36 -x37 -x38 -x39 -x40 x41 x42 -x43 x44 x45 x46 x47 x48 x49 -x50 x51 -x52 x53 -x54 -x55 x56 -x57 x58 x59 x60 -x61 x62 -x63 -x64 -x65 -x66 x67 x68 -x69 -x70 -x71 x72 x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 x82 x83 x84 x85 -x86 -x87 x88 x89 x90 x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 x99 -x100 x101 x102 -x103 -x104 -x105 x106 x107 -x108 -x109 x110 x111 x112 x113 -x114 -x115 x116 -x117 x118 x119 -x120 -x121 x122 -x123 x124 -x125 -x126 x127 -x128 x129 -x130 x131 x132 -x133 -x134 -x135 x136 -x137 x138 -x139 x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 x148 -x149 x150 x151 -x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 -x162 x163 x164 -x165 x166 x167 -x168 x169 x170 x171 x172 -x173 -x174 -x175 -x176 x177 -x178 x179 x180 x181 x182 -x183 -x184 x185 -x186 x187 -x188 x189 -x190 x191 x192 x193 x194 x195 x196 -x197 x198 x199 x200 x201 x202 x203 -x204 x205 x206 -x207 -x208 x209 x210 x211 -x212 -x213 x214 x215 x216 -x217 x218 -x219 -x220 x221 x222 -x223 x224 -x225 -x226 x227 -x228 -x229 x230 x231 x232 x233 x234 x235 x236 -x237 x238 x239 x240 -x241 x242 x243 x244 -x245 x246 x247 x248 -x249 x250 x251 -x252 x253 -x254 -x255 x256 x257 -x258 x259 -x260 -x261 -x262 x263 x264 x265 x266 x267 -x268 -x269 x270 -x271 x272 -x273 x274 -x275 x276 x277 x278 x279 x280 x281 -x282 x283 -x284 -x285 -x286 x287 -x288 -x289 -x290 -x291 x292 x293 -x294 x295 x296 -x297 x298 x299 -x300 -x301 -x302 x303 x304 x305 x306 x307 -x308 -x309 x310 -x311 x312 -x313 -x314 x315 x316 -x317 x318 -x319 x320 -x321 x322 x323 -x324 -x325 -x326 x327 x328 -x329 x330 x331 -x332 -x333 -x334 x335 x336 -x337 x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 -x346 x347 -x348 x349 -x350 x351 x352 -x353 x354 x355 -x356 x357 x358 x359 x360 -x361 x362 x363 x364 x365 -x366 -x367 -x368 -x369 -x370 -x371 x372 -x373 x374 x375 x376 -x377 x378 -x379 -x380 x381 x382 x383 x384 x385 -x386 -x387 -x388 -x389 -x390 -x391 x392 x393 x394 x395 -x396 x397 x398 x399 -x400 -x401 x402 -x403 x404 x405 x406 x407 -x408 x409 x410 x411 -x412 -x413 -x414 x415 -x416 -x417 -x418 -x419 -x420 x421 x422 x423 -x424 -x425 x426 -x427 -x428 x429 x430 x431 -x432 x433 -x434 x435 x436 -x437 x438 -x439 -x440 -x441 -x442 -x443 x444 x445 -x446 x447 x448 -x449 -x450 x451 x452 -x453 -x454 x455 x456 x457 x458 x459 x460 x461 -x462 x463 -x464 -x465 -x466 x467 -x468 x469 -x470 x471 -x472 -x473 -x474 x475 x476 x477 x478 x479 -x480 x481 x482 x483 x484 x485 -x486 x487 -x488 x489 x490 x491 -x492 -x493 x494 -x495 -x496 x497 x498 x499 -x500 x501 x502 x503 x504 x505 x506 -x507 x508 -x509 x510 -x511 x512 -x513 x514 -x515 -x516 -x517 -x518 -x519 x520 x521 -x522 -x523 -x524 -x525 -x526 x527 -x528 x529 -x530 -x531 -x532 -x533 x534 x535 -x536 x537 -x538 x539 -x540 x541 x542 -x543 x544 -x545 x546 x547 x548 x549 x550 -x551 x552 x553 -x554 -x555 x556 -x557 -x558 x559 x560 -x561 -x562 -x563 x564 x565 -x566 x567 x568 x569 x570 -x571 x572 -x573 -x574 x575 x576 -x577 x578 -x579 x580 -x581 x582 -x583 x584 x585 x586 -x587 x588 x589 x590 -x591 x592 x593 x594 -x595 -x596 -x597 -x598 x599 -x600 x601 x602 x603 -x604 -x605 -x606 x607 -x608 x609 -x610 x611 -x612 x613 x614 x615 -x616 -x617 -x618 x619 x620 -x621 -x622 -x623 x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 x633 -x634 x635 x636 x637 x638 -x639 x640 x641 x642 x643 -x644 x645 -x646 x647 x648 x649 x650 -x651 -x652 x653 x654 -x655 x656 -x657 -x658 -x659 x660 -x661 x662 -x663 -x664 -x665 x666 x667 x668 -x669 -x670 -x671 x672 x673 x674 -x675 x676 -x677 -x678 -x679 x680 -x681 x682 x683 x684 x685 -x686 x687 -x688 x689 -x690 -x691 x692 x693 -x694 -x695 x696 -x697 x698 -x699 x700 -x701 -x702 x703 x704 x705 x706 -x707 x708 x709 x710 x711 -x712 x713 x714 -x715 -x716 -x717 x718 -x719 x720 x721 x722 x723 x724 -x725 x726 -x727 -x728 x729 -x730 -x731 -x732 x733 -x734 -x735 x736 x737 -x738 -x739 x740 x741 -x742 -x743 -x744 -x745 x746 x747 x748 -x749 x750 x751 -x752 x753 -x754 x755 x756 x757 x758 -x759 x760 x761 x762 x763 -x764 x765 x766 x767 x768 -x769 -x770 -x771 x772 x773 x774 -x775 -x776 -x777 -x778 x779 -x780 x781 -x782 x783 x784 -x785 -x786 -x787 x788 -x789 x790 -x791 -x792 x793 -x794 x795 x796 x797 -x798 -x799 x800 x801 x802 -x803 -x804 -x805 -x806 x807 x808 x809 -x810 x811 x812 -x813 x814 x815 -x816 -x817 -x818 x819 -x820 -x821 -x822 -x823 x824 -x825 -x826 -x827 -x828 -x829 -x830 x831 -x832 x833 x834 -x835 -x836 x837 x838 -x839 x840 x841 x842 -x843 x844 -x845 -x846 -x847 -x848 x849 x850 x851 -x852 -x853 x854 x855 x856 -x857 -x858 -x859 -x860 x861 -x862 -x863 -x864 x865 -x866 -x867 x868 x869 -x870 -x871 -x872 -x873 -x874 x875 -x876 x877 x878 -x879 x880 x881 x882 x883 -x884 -x885 x886 x887 x888 x889 -x890 -x891 x892 -x893 x894 x895 x896 -x897 x898 -x899 x900 -x901 -x902 x903 -x904 x905 -x906 x907 x908 -x909 x910 -x911 -x912 x913 x914 -x915 -x916 x917 x918 x919 x920 x921 -x922 -x923 -x924 x925 x926 -x927 x928 x929 x930 x931 -x932 -x933 -x934 -x935 x936 x937 -x938 x939 x940 -x941 -x942 x943 x944 -x945 -x946 x947 x948 x949 -x950 x951 -x952 -x953 x954 -x955 x956 x957 x958 -x959 -x960 -x961 -x962 x963 -x964 x965 x966 x967 -x968 x969 x970 x971 x972 -x973 -x974 x975 -x976 x977 x978 x979 -x980 x981 x982 -x983 -x984 -x985 x986 x987 -x988 -x989 x990 -x991 -x992 x993 -x994 -x995 -x996 -x997 x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 x1008 x1009 -x1010 -x1011 x1012 -x1013 x1014 -x1015 x1016 -x1017 x1018 x1019 -x1020 x1021 x1022 x1023 x1024 -x1025 -x1026 x1027 -x1028 x1029 x1030 -x1031 x1032 x1033 x1034 -x1035 -x1036 x1037 -x1038 -x1039 -x1040 x1041 x1042 x1043 -x1044 x1045 -x1046 -x1047 -x1048 x1049 -x1050 x1051 x1052 x1053 -x1054 -x1055 x1056 -x1057 -x1058 -x1059 x1060 x1061 -x1062 -x1063 x1064 -x1065 -x1066 x1067 -x1068 x1069 -x1070 x1071 x1072 -x1073 -x1074 -x1075 -x1076 -x1077 x1078 -x1079 -x1080 x1081 x1082 -x1083 x1084 x1085 -x1086 -x1087 x1088 -x1089 x1090 x1091 -x1092 -x1093 x1094 x1095 -x1096 -x1097 x1098 x1099 x1100 x1101 x1102 -x1103 -x1104 -x1105 -x1106 x1107 -x1108 x1109 -x1110 -x1111 x1112 x1113 -x1114 -x1115 x1116 -x1117 -x1118 -x1119 x1120 -x1121 x1122 -x1123 x1124 x1125 -x1126 x1127 -x1128 x1129 -x1130 -x1131 x1132 -x1133 x1134 x1135 -x1136 x1137 x1138 -x1139 x1140 x1141 x1142 x1143 -x1144 x1145 -x1146 -x1147 -x1148 x1149 -x1150 -x1151 -x1152 -x1153 x1154 -x1155 -x1156 -x1157 x1158 x1159 x1160 x1161 x1162 -x1163 -x1164 -x1165 -x1166 x1167 x1168 x1169 -x1170 -x1171 x1172 x1173 -x1174 -x1175 -x1176 -x1177 -x1178 x1179 x1180 -x1181 -x1182 -x1183 x1184 -x1185 -x1186 x1187 -x1188 x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 x1196 x1197 x1198 -x1199 x1200 x1201 -x1202 -x1203 x1204 x1205 x1206 -x1207 x1208 -x1209 -x1210 -x1211 x1212 x1213 x1214 x1215 x1216 x1217 -x1218 -x1219 x1220 -x1221 x1222 x1223 x1224 x1225 -x1226 -x1227 -x1228 x1229 -x1230 x1231 x1232 x1233 -x1234 -x1235 x1236 -x1237 -x1238 x1239 -x1240 x1241 x1242 x1243 x1244 -x1245 -x1246 -x1247 x1248 -x1249 -x1250 -x1251 x1252 -x1253 -x1254 x1255 -x1256 x1257 -x1258 x1259 x1260 -x1261 -x1262 x1263 -x1264 -x1265 x1266 x1267 x1268 -x1269 x1270 -x1271 x1272 -x1273 x1274 x1275 x1276 x1277 -x1278 x1279 x1280 x1281 -x1282 -x1283 -x1284 x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 x1292 x1293 x1294 x1295 x1296 -x1297 -x1298 x1299 x1300 -x1301 -x1302 -x1303 x1304 x1305 -x1306 x1307 -x1308 x1309 -x1310 -x1311 x1312 -x1313 -x1314 x1315 x1316 x1317 -x1318 x1319 x1320 -x1321 x1322 x1323 -x1324 x1325 -x1326 -x1327 x1328 -x1329 x1330 -x1331 -x1332 -x1333 x1334 -x1335 x1336 -x1337 x1338 x1339 -x1340 x1341 -x1342 -x1343 -x1344 -x1345 x1346 -x1347 -x1348 x1349 -x1350 x1351 x1352 x1353 -x1354 -x1355 x1356 x1357 -x1358 x1359 x1360 -x1361 -x1362 -x1363 x1364 x1365 x1366 -x1367 -x1368 x1369 x1370 x1371 x1372 x1373 -x1374 x1375 -x1376 x1377 -x1378 -x1379 x1380 x1381 -x1382 -x1383 x1384 -x1385 x1386 x1387 x1388 -x1389 x1390 x1391 -x1392 -x1393 -x1394 x1395 -x1396 x1397 x1398 x1399 x1400 -x1401 x1402 -x1403 x1404 x1405 x1406 x1407 -x1408 x1409 -x1410 -x1411 x1412 -x1413 -x1414 x1415 -x1416 x1417 x1418 -x1419 x1420 x1421 x1422 -x1423 -x1424 x1425 -x1426 -x1427 -x1428 x1429 x1430 x1431 -x1432 x1433 -x1434 x1435 -x1436 x1437 -x1438 x1439 -x1440 -x1441 x1442 -x1443 x1444 -x1445 x1446 x1447 x1448 x1449 -x1450 -x1451 -x1452 x1453 -x1454 x1455 x1456 x1457 -x1458 x1459 -x1460 x1461 -x1462 x1463 -x1464 -x1465 -x1466 -x1467 -x1468 x1469 x1470 -x1471 -x1472 -x1473 -x1474 x1475 x1476 -x1477 x1478 x1479 -x1480 -x1481 -x1482 x1483 -x1484 x1485 x1486 x1487 x1488 x1489 -x1490 x1491 x1492 x1493 x1494 x1495 -x1496 -x1497 x1498 -x1499 x1500 x1501 x1502 -x1503 -x1504 x1505 -x1506 x1507 x1508 -x1509 x1510 -x1511 -x1512 x1513 -x1514 x1515 -x1516 x1517 x1518 x1519 -x1520 x1521 x1522 -x1523 -x1524 -x1525 x1526 -x1527 -x1528 -x1529 -x1530 x1531 x1532 x1533 x1534 x1535 x1536 x1537 -x1538 x1539 x1540 -x1541 x1542 -x1543 -x1544 -x1545 x1546 -x1547 x1548 -x1549 x1550 x1551 x1552 -x1553 -x1554 -x1555 -x1556 -x1557 -x1558 -x1559 x1560 x1561 x1562 -x1563 x1564 x1565 -x1566 -x1567 -x1568 x1569 x1570 -x1571 -x1572 x1573 x1574 x1575 x1576 x1577 x1578 x1579 x1580 -x1581 -x1582 -x1583 x1584 x1585 x1586 x1587 x1588 -x1589 -x1590 x1591 -x1592 -x1593 x1594 -x1595 -x1596 -x1597 x1598 -x1599 x1600 x1601 x1602 -x1603 -x1604 x1605 x1606 x1607 -x1608 x1609 -x1610 x1611 -x1612 x1613 x1614 -x1615 x1616 -x1617 -x1618 -x1619 x1620 -x1621 x1622 x1623 x1624 -x1625 x1626 -x1627 x1628 -x1629 -x1630 x1631 x1632 -x1633 x1634 x1635 x1636 -x1637 x1638 x1639 x1640 x1641 -x1642 -x1643 x1644 -x1645 -x1646 -x1647 x1648 -x1649 x1650 -x1651 -x1652 x1653 x1654 x1655 -x1656 x1657 x1658 x1659 -x1660 x1661 x1662 -x1663 -x1664 x1665 -x1666 x1667 x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 x1675 x1676 x1677 x1678 -x1679 -x1680 x1681 x1682 -x1683 x1684 x1685 x1686 x1687 -x1688 -x1689 -x1690 -x1691 x1692 x1693 -x1694 x1695 x1696 x1697 -x1698 x1699 -x1700 -x1701 x1702 -x1703 x1704 x1705 x1706 x1707 -x1708 x1709 x1710 -x1711 -x1712 -x1713 x1714 -x1715 -x1716 -x1717 -x1718 x1719 x1720 x1721 -x1722 -x1723 x1724 x1725 x1726 x1727 x1728 -x1729 x1730 x1731 x1732 x1733 x1734 -x1735 x1736 -x1737 x1738 -x1739 x1740 x1741 -x1742 -x1743 x1744 -x1745 x1746 -x1747 -x1748 -x1749 x1750 x1751 -x1752 x1753 x1754 -x1755 -x1756 x1757 -x1758 -x1759 -x1760 -x1761 -x1762 x1763 -x1764 -x1765 x1766 x1767 -x1768 -x1769 x1770 -x1771 -x1772 -x1773 -x1774 -x1775 x1776 x1777 -x1778 -x1779 -x1780 x1781 x1782 x1783 x1784 x1785 -x1786 -x1787 x1788 -x1789 -x1790 x1791 x1792 -x1793 x1794 x1795 x1796 x1797 x1798 -x1799 x1800 x1801 x1802 -x1803 x1804 x1805 -x1806 x1807 -x1808 x1809 -x1810 -x1811 -x1812 x1813 -x1814 x1815 -x1816 -x1817 -x1818 -x1819 -x1820 x1821 x1822 x1823 x1824 -x1825 -x1826 x1827 x1828 x1829 x1830 x1831 -x1832 -x1833 -x1834 x1835 -x1836 x1837 x1838 -x1839 x1840 x1841 x1842 x1843 x1844 x1845 x1846 -x1847 x1848 x1849 x1850 -x1851 -x1852 x1853 x1854 -x1855 x1856 -x1857 -x1858 x1859 -x1860 x1861 x1862 -x1863 x1864 -x1865 x1866 -x1867 x1868 -x1869 x1870 x1871 -x1872 x1873 -x1874 x1875 x1876 x1877 x1878 -x1879 x1880 x1881 -x1882 -x1883 x1884 -x1885 -x1886 x1887 x1888 -x1889 x1890 x1891 -x1892 x1893 -x1894 x1895 -x1896 x1897 -x1898 x1899 -x1900 -x1901 x1902 x1903 -x1904 -x1905 x1906 x1907 x1908 x1909 x1910 x1911 x1912 -x1913 x1914 -x1915 -x1916 -x1917 -x1918 x1919 x1920 x1921 -x1922 x1923 x1924 x1925 x1926 x1927 -x1928 -x1929 -x1930 x1931 -x1932 x1933 x1934 x1935 x1936 -x1937 x1938 -x1939 -x1940 x1941 x1942 x1943 -x1944 x1945 x1946 -x1947 -x1948 x1949 -x1950 x1951 x1952 x1953 x1954 x1955 -x1956 x1957 x1958 -x1959
3600.03/3631.50	c Program interrupted by user.

Verifier Data

OK	1032

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61946 MiB free)
  memory of node 1: 64507 MiB (54676 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488543-1751330604/watcher-4488543-1751330604 -o /tmp/evaluation-result-4488543-1751330604/solver-4488543-1751330604 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751325414-50822 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4488543-1751330604.opb PROOFDIR/proof-4488543-1751330604 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=52052, runsolver pid=52049

[startup+0.100064 s]*
/proc/loadavg: 4.22 4.12 4.10 5/274 52055
/proc/meminfo: memFree=119422600/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=62728 memory=17420 CPUtime=0.06 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 2804 0 0 0 6 0 0 0 20 0 1 0 48738344 64233472 4355 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 15682 4355 2368 1147 0 3109 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 66920 KiB
Current children cumulated memory: 20364 KiB

[startup+0.205943 s]*
/proc/loadavg: 4.22 4.12 4.10 5/274 52055
/proc/meminfo: memFree=119418328/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=64084 memory=20896 CPUtime=0.17 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 3087 0 0 0 16 1 0 0 20 0 1 0 48738344 65622016 5224 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 16021 5224 2432 1147 0 3448 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 68276 KiB
Current children cumulated memory: 23840 KiB

[startup+0.305827 s]*
/proc/loadavg: 4.22 4.12 4.10 5/274 52055
/proc/meminfo: memFree=119418328/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=65312 memory=24196 CPUtime=0.27 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 3413 0 0 0 25 2 0 0 20 0 1 0 48738344 66879488 6049 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 16328 6049 2432 1147 0 3755 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 69504 KiB
Current children cumulated memory: 27140 KiB

[startup+0.7002 s]
/proc/loadavg: 4.22 4.12 4.10 5/274 52055
/proc/meminfo: memFree=119425852/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=81732 memory=38796 CPUtime=0.65 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 6537 0 0 0 58 7 0 0 20 0 1 0 48738344 83693568 9699 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 20433 9699 2432 1147 0 7860 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 85924 KiB
Current children cumulated memory: 41740 KiB

[startup+1.5002 s]
/proc/loadavg: 4.22 4.12 4.10 5/274 52055
/proc/meminfo: memFree=119421676/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=114936 memory=69172 CPUtime=1.46 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 12558 0 0 0 134 12 0 0 20 0 1 0 48738344 117694464 17293 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 28734 17293 2464 1147 0 16161 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 119128 KiB
Current children cumulated memory: 72116 KiB

[startup+3.10569 s]
/proc/loadavg: 4.22 4.12 4.10 5/274 52055
/proc/meminfo: memFree=119425152/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=120312 memory=74932 CPUtime=3.06 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 14023 0 0 0 289 17 0 0 20 0 1 0 48738344 123199488 18733 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 30078 18733 2464 1147 0 17505 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 124504 KiB
Current children cumulated memory: 77876 KiB

[startup+6.3002 s]
/proc/loadavg: 4.20 4.12 4.10 5/274 52055
/proc/meminfo: memFree=119439956/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=152204 memory=99508 CPUtime=6.24 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 20150 0 0 0 599 25 0 0 20 0 1 0 48738344 155856896 24877 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 38051 24877 2464 1147 0 25478 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 156396 KiB
Current children cumulated memory: 102452 KiB

[startup+12.7002 s]
/proc/loadavg: 4.18 4.11 4.10 5/274 52055
/proc/meminfo: memFree=119478384/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=168660 memory=111480 CPUtime=12.63 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 22648 0 0 0 1224 39 0 0 20 0 1 0 48738344 172707840 27870 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 42165 27870 2464 1147 0 29592 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 172852 KiB
Current children cumulated memory: 114424 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.11 4.09 5/274 52055
/proc/meminfo: memFree=119362392/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=218828 memory=154600 CPUtime=25.39 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 30868 0 0 0 2481 58 0 0 20 0 1 0 48738344 224079872 38650 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 54707 38650 2464 1147 0 42134 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 223020 KiB
Current children cumulated memory: 157544 KiB

[startup+51.1058 s]
/proc/loadavg: 4.17 4.11 4.09 5/274 52056
/proc/meminfo: memFree=119181608/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=264488 memory=188464 CPUtime=50.77 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 38816 0 0 0 4974 103 0 0 20 0 1 0 48738344 270835712 47116 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 66122 47116 2464 1147 0 53549 0
Current children cumulated CPU time: 50.77 s
Current children cumulated vsize: 268680 KiB
Current children cumulated memory: 191408 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/274 52057
/proc/meminfo: memFree=118671452/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=294836 memory=228304 CPUtime=101.6 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 45727 0 0 0 9971 189 0 0 20 0 1 0 48738344 301912064 57076 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 73709 57076 2464 1147 0 61136 0
Current children cumulated CPU time: 101.6 s
Current children cumulated vsize: 299028 KiB
Current children cumulated memory: 231248 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/273 52059
/proc/meminfo: memFree=118214476/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=312496 memory=246736 CPUtime=161.27 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 50324 0 0 0 15847 280 0 0 20 0 1 0 48738344 319995904 61684 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 78124 61684 2464 1147 0 65551 0
Current children cumulated CPU time: 161.27 s
Current children cumulated vsize: 316688 KiB
Current children cumulated memory: 249680 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/272 52063
/proc/meminfo: memFree=117779600/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=364208 memory=280884 CPUtime=218.93 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 55735 0 0 0 21523 370 0 0 20 0 1 0 48738344 372948992 70221 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0

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

/proc/52055/statm: 218142 197749 2464 1147 0 205569 0
Current children cumulated CPU time: 3073.9 s
Current children cumulated vsize: 876760 KiB
Current children cumulated memory: 793940 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.13 4.11 5/271 52386
/proc/meminfo: memFree=108679028/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=875236 memory=792788 CPUtime=3133.62 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 132397 0 0 0 310114 3248 0 0 20 0 1 0 48738344 896241664 198197 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 218809 198197 2464 1147 0 206236 0
Current children cumulated CPU time: 3133.62 s
Current children cumulated vsize: 879428 KiB
Current children cumulated memory: 795732 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.11 4.10 5/271 52389
/proc/meminfo: memFree=108190916/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=875236 memory=792788 CPUtime=3193.28 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 132406 0 0 0 316035 3293 0 0 20 0 1 0 48738344 896241664 198197 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 218809 198197 2464 1147 0 206236 0
Current children cumulated CPU time: 3193.28 s
Current children cumulated vsize: 879428 KiB
Current children cumulated memory: 795732 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.16 4.12 5/270 52392
/proc/meminfo: memFree=107593388/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=878560 memory=794708 CPUtime=3252.91 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 132928 0 0 0 321946 3345 0 0 20 0 1 0 48738344 899645440 198677 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 219640 198677 2464 1147 0 207067 0
Current children cumulated CPU time: 3252.91 s
Current children cumulated vsize: 882752 KiB
Current children cumulated memory: 797652 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/270 52394
/proc/meminfo: memFree=107045912/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=883692 memory=798292 CPUtime=3312.55 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 133837 0 0 0 327865 3390 0 0 20 0 1 0 48738344 904900608 199573 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 220923 199573 2464 1147 0 208350 0
Current children cumulated CPU time: 3312.55 s
Current children cumulated vsize: 887884 KiB
Current children cumulated memory: 801236 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.13 4.11 5/271 52397
/proc/meminfo: memFree=106510508/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=889332 memory=802132 CPUtime=3372.21 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 134775 0 0 0 333783 3438 0 0 20 0 1 0 48738344 910675968 200533 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 222333 200533 2464 1147 0 209760 0
Current children cumulated CPU time: 3372.21 s
Current children cumulated vsize: 893524 KiB
Current children cumulated memory: 805076 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.12 4.10 5/272 52406
/proc/meminfo: memFree=106091344/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=889332 memory=802132 CPUtime=3431.85 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 134776 0 0 0 339704 3481 0 0 20 0 1 0 48738344 910675968 200533 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 222333 200533 2464 1147 0 209760 0
Current children cumulated CPU time: 3431.85 s
Current children cumulated vsize: 893524 KiB
Current children cumulated memory: 805076 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/272 52409
/proc/meminfo: memFree=105629500/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=889332 memory=802132 CPUtime=3491.47 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 134776 0 0 0 345625 3522 0 0 20 0 1 0 48738344 910675968 200533 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 222333 200533 2464 1147 0 209760 0
Current children cumulated CPU time: 3491.47 s
Current children cumulated vsize: 893524 KiB
Current children cumulated memory: 805076 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/272 52411
/proc/meminfo: memFree=105137080/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=891388 memory=803796 CPUtime=3551.15 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 135201 0 0 0 351553 3562 0 0 20 0 1 0 48738344 912781312 200949 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 222847 200949 2464 1147 0 210274 0
Current children cumulated CPU time: 3551.15 s
Current children cumulated vsize: 895580 KiB
Current children cumulated memory: 806740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.5 s]
/proc/loadavg: 4.34 4.19 4.12 5/272 52413
/proc/meminfo: memFree=104746884/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=891388 memory=803796 CPUtime=3600.03 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 135204 0 0 0 356404 3599 0 0 20 0 1 0 48738344 912781312 200949 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 222847 200949 2464 1147 0 210274 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 895580 KiB
Current children cumulated memory: 806740 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.007132 s, system=0.004587 s

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

# cumulated CPU time of all completed processes:  user=3564.06 s, system=36.0026 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+3631.5 s]
/proc/loadavg: 4.34 4.19 4.12 5/272 52413
/proc/meminfo: memFree=104746884/131249996 swapFree=33010684/33010684
[pid=52052] ppid=52049 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/52052/stat : 52052 (run-opt-ls-log.) S 52049 52052 50809 0 -1 4194304 240 1413 0 0 0 0 0 0 20 0 1 0 48738341 4292608 736 18446744073709551615 94291218178048 94291219072581 140731754740768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94291219311632 94291219359376 94291248795648 140731754748187 140731754748385 140731754748385 140731754753987 0
/proc/52052/statm: 1048 736 672 219 0 110 0
[pid=52055] ppid=52052 vsize=891388 memory=803796 CPUtime=3600.03 cores=5,7
/proc/52055/stat : 52055 (roundingsat) R 52052 52052 50809 0 -1 4194304 135204 0 0 0 356404 3599 0 0 20 0 1 0 48738344 912781312 200949 18446744073709551615 4227072 8923433 140728764941392 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 16973824 140728764950774 140728764951080 140728764951080 140728764956650 0
/proc/52055/statm: 222847 200949 2464 1147 0 210274 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 895580 KiB
Current children cumulated memory: 806740 KiB

Child status: 2

Real time (s): 3631.53
CPU time (s): 3600.06
CPU user time (s): 3564.06
CPU system time (s): 36.0026
CPU usage (%): 99.1334
Max. virtual memory (cumulated for all children) (KiB): 895580
Max. memory (cumulated for all children) (KiB): 806740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3564.06
system time used= 36.0026
maximum resident set size= 804052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136878
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16954608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 751
involuntary context switches= 4887


# summary of solver processes directly reported to runsolver:
#   pid: 52052,52055
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3564.06
#   total CPU system time (s): 36.0026

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.81337 second user time and 16.7294 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-01 02:43:24
IDJOB=4488543
IDBENCH=147521
IDSOLVER=3356
FILE ID=nodeC024/4488543-1751330604
RUNJOBID= nodeC024-1751325414-50822
SLURM_JOB_ID= 9594351
Free space on /tmp= 432956 MiB

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

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

MD5SUM BENCH= 3cf724146d283b6491b934147ab5b23d
RANDOM SEED=1487838328

nodeC024 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.670
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.679
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.776
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3871.469
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.686
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3911.285
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.662
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        119422504 kB
MemAvailable:   128481944 kB
Buffers:            3280 kB
Cached:          9845496 kB
SwapCached:            0 kB
Active:          1365312 kB
Inactive:        9589948 kB
Active(anon):    1124592 kB
Inactive(anon):        0 kB
Active(file):     240720 kB
Inactive(file):  9589948 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11452 kB
Writeback:             0 kB
AnonPages:       1106648 kB
Mapped:           116748 kB
Shmem:             18064 kB
KReclaimable:     135620 kB
Slab:             224268 kB
SReclaimable:     135620 kB
SUnreclaim:        88648 kB
KernelStack:        4384 kB
PageTables:         5264 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1676784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1009664 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC024 at 2025-07-01 03:43:56