Trace number 4488819

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)1034 3600.07 3628.97

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_33.opb.PB06.opb
MD5SUM40249833eecc795c9ed736ead45c4ff1
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 benchmark1034
Best CPU time to get the best result obtained on this benchmark15154.5
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1965
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 1965
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 1965
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 1965
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-4488819-1751332654.opb'
0.00/0.01	c 	read 0.11MB  (1.86ms)
0.00/0.01	c	 [cnf: #variables 1965 #clauses 4000 #duplicates 1 #arr 9963]
0.00/0.01	c output proof to 'PROOFDIR/proof-4488819-1751332654'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 16] (2.22ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 (0.38ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 9895 #edges 27786]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 2.56*10^2 #generators 8] (1.63ms)
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 8 generators (0.01ms)
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 8 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4488819-1751332654.opb.pre'
0.00/0.02	c 	wrote 0.12MB (0.35ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   2.22ms 31.13% approx_orbits
0.00/0.02	c                   1.85ms 26.00% parse
0.00/0.02	c                   1.63ms 22.89% detect_generic
0.00/0.02	c                   0.63ms  8.86% other
0.00/0.02	c                   0.38ms  5.30% detect_special
0.00/0.02	c                   0.35ms  4.90% output
0.00/0.02	c                   0.05ms  0.74% finalize_order
0.00/0.02	c                   0.01ms  0.10% optimize_gens
0.00/0.02	c                   0.01ms  0.08% break_generic
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   7.13ms   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 1965 #constraints 4007
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 1110 >= 0 @ 0.037459
0.06/0.12	c bounds 1109 >= 0 @ 0.077269
0.06/0.12	c bounds 1109 >= 1 @ 0.077993
0.06/0.12	c bounds 1109 >= 2 @ 0.0785
0.06/0.12	c bounds 1109 >= 3 @ 0.079006
0.06/0.12	c bounds 1109 >= 4 @ 0.079538
0.06/0.12	c bounds 1109 >= 5 @ 0.080072
0.06/0.12	c bounds 1109 >= 6 @ 0.080606
0.06/0.13	c bounds 1109 >= 7 @ 0.081138
0.06/0.13	c bounds 1109 >= 8 @ 0.081668
0.06/0.13	c bounds 1109 >= 9 @ 0.082201
0.06/0.13	c bounds 1109 >= 10 @ 0.082736
0.06/0.13	c bounds 1109 >= 11 @ 0.083274
0.06/0.13	c bounds 1109 >= 12 @ 0.083807
0.06/0.13	c bounds 1109 >= 13 @ 0.084313
0.06/0.13	c bounds 1109 >= 14 @ 0.084811
0.06/0.13	c bounds 1109 >= 15 @ 0.085311
0.06/0.13	c bounds 1109 >= 16 @ 0.085813
0.06/0.13	c bounds 1109 >= 17 @ 0.086312
0.06/0.13	c bounds 1109 >= 18 @ 0.086811
0.06/0.13	c bounds 1109 >= 19 @ 0.087312
0.06/0.13	c bounds 1109 >= 20 @ 0.087811
0.06/0.13	c bounds 1109 >= 21 @ 0.088312
0.06/0.13	c bounds 1109 >= 22 @ 0.08881
0.06/0.13	c bounds 1109 >= 23 @ 0.08931
0.06/0.13	c bounds 1109 >= 24 @ 0.089844
0.06/0.13	c bounds 1109 >= 25 @ 0.090375
0.06/0.14	c bounds 1109 >= 26 @ 0.090915
0.06/0.14	c bounds 1109 >= 27 @ 0.091447
0.06/0.14	c bounds 1109 >= 28 @ 0.091978
0.06/0.14	c bounds 1109 >= 29 @ 0.092519
0.06/0.14	c bounds 1109 >= 30 @ 0.093005
0.06/0.14	c bounds 1109 >= 31 @ 0.093005
0.06/0.14	c bounds 1109 >= 32 @ 0.093238
0.06/0.14	c bounds 1109 >= 33 @ 0.093709
0.06/0.14	c bounds 1109 >= 34 @ 0.094228
0.06/0.14	c bounds 1109 >= 35 @ 0.094761
0.06/0.14	c bounds 1109 >= 36 @ 0.095263
0.06/0.14	c bounds 1109 >= 37 @ 0.09576
0.06/0.14	c bounds 1109 >= 38 @ 0.096273
0.06/0.14	c bounds 1109 >= 39 @ 0.096812
0.06/0.14	c bounds 1109 >= 40 @ 0.097342
0.06/0.14	c bounds 1109 >= 41 @ 0.097875
0.06/0.14	c bounds 1109 >= 42 @ 0.098403
0.06/0.14	c bounds 1109 >= 43 @ 0.098937
0.06/0.14	c bounds 1109 >= 44 @ 0.099464
0.06/0.15	c bounds 1109 >= 45 @ 0.099994
0.06/0.15	c bounds 1109 >= 46 @ 0.100524
0.06/0.15	c bounds 1109 >= 47 @ 0.101054
0.06/0.15	c bounds 1109 >= 48 @ 0.101555
0.06/0.15	c bounds 1109 >= 49 @ 0.102084
0.06/0.15	c bounds 1109 >= 50 @ 0.102619
0.06/0.15	c bounds 1109 >= 51 @ 0.103152
0.06/0.15	c bounds 1109 >= 52 @ 0.103679
0.06/0.15	c bounds 1109 >= 53 @ 0.104214
0.06/0.15	c bounds 1109 >= 54 @ 0.104751
0.06/0.15	c bounds 1109 >= 55 @ 0.105285
0.06/0.15	c bounds 1109 >= 56 @ 0.105817
0.06/0.15	c bounds 1109 >= 57 @ 0.106347
0.06/0.15	c bounds 1109 >= 58 @ 0.106881
0.06/0.15	c bounds 1109 >= 59 @ 0.107409
0.06/0.15	c bounds 1109 >= 60 @ 0.107936
0.06/0.15	c bounds 1109 >= 61 @ 0.108462
0.06/0.15	c bounds 1109 >= 62 @ 0.10899
0.06/0.15	c bounds 1109 >= 63 @ 0.109523
0.06/0.16	c bounds 1109 >= 64 @ 0.110053
0.06/0.16	c bounds 1109 >= 65 @ 0.110584
0.06/0.16	c bounds 1109 >= 66 @ 0.111115
0.06/0.16	c bounds 1109 >= 67 @ 0.111647
0.06/0.16	c bounds 1109 >= 68 @ 0.112177
0.06/0.16	c bounds 1109 >= 69 @ 0.112707
0.06/0.16	c bounds 1109 >= 70 @ 0.113236
0.06/0.16	c bounds 1109 >= 71 @ 0.113758
0.06/0.16	c bounds 1109 >= 72 @ 0.114287
0.06/0.16	c bounds 1109 >= 73 @ 0.114813
0.06/0.16	c bounds 1109 >= 74 @ 0.11534
0.06/0.16	c bounds 1109 >= 75 @ 0.115863
0.06/0.16	c bounds 1109 >= 76 @ 0.116388
0.06/0.16	c bounds 1109 >= 77 @ 0.116918
0.06/0.16	c bounds 1109 >= 78 @ 0.117449
0.06/0.16	c bounds 1109 >= 79 @ 0.117977
0.06/0.16	c bounds 1109 >= 80 @ 0.118507
0.06/0.16	c bounds 1109 >= 81 @ 0.119035
0.06/0.17	c bounds 1109 >= 82 @ 0.119701
0.06/0.17	c bounds 1109 >= 83 @ 0.12055
0.06/0.17	c bounds 1109 >= 84 @ 0.121091
0.06/0.17	c bounds 1109 >= 85 @ 0.121583
0.06/0.17	c bounds 1109 >= 86 @ 0.12208
0.06/0.17	c bounds 1109 >= 87 @ 0.122572
0.06/0.17	c bounds 1109 >= 88 @ 0.12306
0.06/0.17	c bounds 1109 >= 89 @ 0.123554
0.06/0.17	c bounds 1109 >= 90 @ 0.124078
0.06/0.17	c bounds 1109 >= 91 @ 0.124604
0.06/0.17	c bounds 1109 >= 92 @ 0.125132
0.06/0.17	c bounds 1109 >= 93 @ 0.125659
0.06/0.17	c bounds 1109 >= 94 @ 0.126186
0.06/0.17	c bounds 1109 >= 95 @ 0.126711
0.06/0.17	c bounds 1109 >= 96 @ 0.127233
0.06/0.17	c bounds 1109 >= 97 @ 0.127757
0.06/0.17	c bounds 1109 >= 98 @ 0.128282
0.06/0.17	c bounds 1109 >= 99 @ 0.128806
0.06/0.17	c bounds 1109 >= 100 @ 0.12933
0.06/0.18	c bounds 1109 >= 101 @ 0.129854
0.06/0.18	c bounds 1109 >= 102 @ 0.130363
0.06/0.18	c bounds 1109 >= 103 @ 0.130854
0.06/0.18	c bounds 1109 >= 104 @ 0.130935
0.06/0.18	c bounds 1109 >= 105 @ 0.130935
0.06/0.18	c bounds 1109 >= 106 @ 0.131354
0.06/0.18	c bounds 1109 >= 107 @ 0.131844
0.06/0.18	c bounds 1109 >= 108 @ 0.132334
0.06/0.18	c bounds 1109 >= 109 @ 0.132856
0.06/0.18	c bounds 1109 >= 110 @ 0.133382
0.06/0.18	c bounds 1109 >= 111 @ 0.133903
0.06/0.18	c bounds 1109 >= 112 @ 0.134427
0.06/0.18	c bounds 1109 >= 113 @ 0.134946
0.06/0.18	c bounds 1109 >= 114 @ 0.135467
0.06/0.18	c bounds 1109 >= 115 @ 0.135987
0.06/0.18	c bounds 1109 >= 116 @ 0.136506
0.06/0.18	c bounds 1109 >= 117 @ 0.137
0.06/0.18	c bounds 1109 >= 118 @ 0.137494
0.06/0.18	c bounds 1109 >= 119 @ 0.137993
0.06/0.18	c bounds 1109 >= 120 @ 0.138487
0.06/0.19	c bounds 1109 >= 121 @ 0.13898
0.06/0.19	c bounds 1109 >= 122 @ 0.139472
0.06/0.19	c bounds 1109 >= 123 @ 0.139961
0.06/0.19	c bounds 1109 >= 124 @ 0.140451
0.06/0.19	c bounds 1109 >= 125 @ 0.140937
0.06/0.19	c bounds 1109 >= 126 @ 0.14143
0.06/0.19	c bounds 1109 >= 127 @ 0.141923
0.06/0.19	c bounds 1109 >= 128 @ 0.142451
0.06/0.19	c bounds 1109 >= 129 @ 0.14295
0.06/0.19	c bounds 1109 >= 130 @ 0.143439
0.06/0.19	c bounds 1109 >= 131 @ 0.143933
0.06/0.19	c bounds 1109 >= 132 @ 0.144423
0.06/0.19	c bounds 1109 >= 133 @ 0.144908
0.06/0.19	c bounds 1109 >= 134 @ 0.145403
0.06/0.19	c bounds 1109 >= 135 @ 0.145893
0.06/0.19	c bounds 1109 >= 136 @ 0.146381
0.06/0.19	c bounds 1109 >= 137 @ 0.146873
0.06/0.19	c bounds 1109 >= 138 @ 0.147363
0.06/0.19	c bounds 1109 >= 139 @ 0.147854
0.06/0.19	c bounds 1109 >= 140 @ 0.148345
0.06/0.20	c bounds 1109 >= 141 @ 0.148834
0.06/0.20	c bounds 1109 >= 142 @ 0.149323
0.06/0.20	c bounds 1109 >= 143 @ 0.149813
0.06/0.20	c bounds 1109 >= 144 @ 0.150336
0.06/0.20	c bounds 1109 >= 145 @ 0.15082
0.06/0.20	c bounds 1109 >= 146 @ 0.151311
0.06/0.20	c bounds 1109 >= 147 @ 0.151798
0.06/0.20	c bounds 1109 >= 148 @ 0.152289
0.06/0.20	c bounds 1109 >= 149 @ 0.152779
0.06/0.20	c bounds 1109 >= 150 @ 0.153269
0.06/0.20	c bounds 1109 >= 151 @ 0.153762
0.06/0.20	c bounds 1109 >= 152 @ 0.15425
0.16/0.21	c bounds 1109 >= 153 @ 0.15477
0.16/0.21	c bounds 1109 >= 154 @ 0.155267
0.16/0.21	c bounds 1109 >= 155 @ 0.155754
0.16/0.21	c bounds 1109 >= 156 @ 0.156247
0.16/0.21	c bounds 1109 >= 157 @ 0.156735
0.16/0.21	c bounds 1109 >= 158 @ 0.157234
0.16/0.21	c bounds 1109 >= 159 @ 0.157729
0.16/0.21	c bounds 1109 >= 160 @ 0.158208
0.16/0.21	c bounds 1109 >= 161 @ 0.158744
0.16/0.21	c bounds 1109 >= 162 @ 0.159236
0.16/0.21	c bounds 1109 >= 163 @ 0.159335
0.16/0.21	c bounds 1109 >= 164 @ 0.159335
0.16/0.21	c bounds 1109 >= 165 @ 0.159829
0.16/0.21	c bounds 1109 >= 166 @ 0.160314
0.16/0.21	c bounds 1109 >= 167 @ 0.160804
0.16/0.21	c bounds 1109 >= 168 @ 0.161327
0.16/0.21	c bounds 1109 >= 169 @ 0.161817
0.16/0.22	c bounds 1109 >= 170 @ 0.162304
0.16/0.22	c bounds 1109 >= 171 @ 0.162804
0.16/0.22	c bounds 1109 >= 172 @ 0.163321
0.16/0.22	c bounds 1109 >= 173 @ 0.163839
0.16/0.22	c bounds 1109 >= 174 @ 0.16433
0.16/0.22	c bounds 1109 >= 175 @ 0.16481
0.16/0.22	c bounds 1109 >= 176 @ 0.165296
0.16/0.22	c bounds 1109 >= 177 @ 0.165775
0.16/0.22	c bounds 1109 >= 178 @ 0.166252
0.16/0.22	c bounds 1109 >= 179 @ 0.166738
0.16/0.22	c bounds 1109 >= 180 @ 0.167219
0.16/0.22	c bounds 1109 >= 181 @ 0.167697
0.16/0.22	c bounds 1109 >= 182 @ 0.168182
0.16/0.22	c bounds 1109 >= 183 @ 0.168664
0.16/0.22	c bounds 1109 >= 184 @ 0.169135
0.16/0.22	c bounds 1109 >= 185 @ 0.16962
0.16/0.22	c bounds 1109 >= 186 @ 0.170104
0.16/0.22	c bounds 1109 >= 187 @ 0.170586
0.16/0.22	c bounds 1109 >= 188 @ 0.171063
0.16/0.22	c bounds 1109 >= 189 @ 0.171547
0.16/0.22	c bounds 1109 >= 190 @ 0.172027
0.16/0.23	c bounds 1109 >= 191 @ 0.172512
0.16/0.23	c bounds 1109 >= 192 @ 0.172993
0.16/0.23	c bounds 1109 >= 193 @ 0.173506
0.16/0.23	c bounds 1109 >= 194 @ 0.174009
0.16/0.23	c bounds 1109 >= 195 @ 0.174497
0.16/0.23	c bounds 1109 >= 196 @ 0.174973
0.16/0.23	c bounds 1109 >= 197 @ 0.17545
0.16/0.23	c bounds 1109 >= 198 @ 0.17593
0.16/0.23	c bounds 1109 >= 199 @ 0.176435
0.16/0.23	c bounds 1109 >= 200 @ 0.176943
0.16/0.23	c bounds 1109 >= 201 @ 0.177433
0.16/0.23	c bounds 1109 >= 202 @ 0.177914
0.16/0.23	c bounds 1109 >= 203 @ 0.178386
0.16/0.23	c bounds 1109 >= 204 @ 0.178869
0.16/0.23	c bounds 1109 >= 205 @ 0.179378
0.16/0.23	c bounds 1109 >= 206 @ 0.17989
0.16/0.23	c bounds 1109 >= 207 @ 0.180376
0.16/0.23	c bounds 1109 >= 208 @ 0.180853
0.16/0.23	c bounds 1109 >= 209 @ 0.181336
0.16/0.23	c bounds 1109 >= 210 @ 0.181829
0.16/0.24	c bounds 1109 >= 211 @ 0.182309
0.16/0.24	c bounds 1109 >= 212 @ 0.182784
0.16/0.24	c bounds 1109 >= 213 @ 0.183269
0.16/0.24	c bounds 1109 >= 214 @ 0.183747
0.16/0.24	c bounds 1109 >= 215 @ 0.184226
0.16/0.24	c bounds 1109 >= 216 @ 0.184708
0.16/0.24	c bounds 1109 >= 217 @ 0.185215
0.16/0.24	c bounds 1109 >= 218 @ 0.185728
0.16/0.24	c bounds 1109 >= 219 @ 0.186207
0.16/0.24	c bounds 1109 >= 220 @ 0.186707
0.16/0.24	c bounds 1109 >= 221 @ 0.187213
0.16/0.24	c bounds 1109 >= 222 @ 0.187723
0.16/0.24	c bounds 1109 >= 223 @ 0.188201
0.16/0.24	c bounds 1109 >= 224 @ 0.188292
0.16/0.24	c bounds 1109 >= 225 @ 0.188292
0.16/0.24	c bounds 1109 >= 226 @ 0.188674
0.16/0.24	c bounds 1109 >= 227 @ 0.189134
0.16/0.24	c bounds 1109 >= 228 @ 0.189602
0.16/0.24	c bounds 1109 >= 229 @ 0.190076
0.16/0.24	c bounds 1109 >= 230 @ 0.190555
0.16/0.25	c bounds 1109 >= 231 @ 0.191066
0.16/0.25	c bounds 1109 >= 232 @ 0.19157
0.16/0.25	c bounds 1109 >= 233 @ 0.192056
0.16/0.25	c bounds 1109 >= 234 @ 0.192533
0.16/0.25	c bounds 1109 >= 235 @ 0.193001
0.16/0.25	c bounds 1109 >= 236 @ 0.193486
0.16/0.25	c bounds 1109 >= 237 @ 0.193965
0.16/0.25	c bounds 1109 >= 238 @ 0.194476
0.16/0.25	c bounds 1109 >= 239 @ 0.194958
0.16/0.25	c bounds 1109 >= 240 @ 0.195435
0.16/0.25	c bounds 1109 >= 241 @ 0.195913
0.16/0.25	c bounds 1109 >= 242 @ 0.196372
0.16/0.25	c bounds 1109 >= 243 @ 0.196846
0.16/0.25	c bounds 1109 >= 244 @ 0.197321
0.16/0.25	c bounds 1109 >= 245 @ 0.197796
0.16/0.25	c bounds 1109 >= 246 @ 0.198269
0.16/0.25	c bounds 1109 >= 247 @ 0.198744
0.16/0.25	c bounds 1109 >= 248 @ 0.199217
0.16/0.25	c bounds 1109 >= 249 @ 0.199696
0.16/0.25	c bounds 1109 >= 250 @ 0.200171
0.16/0.25	c bounds 1109 >= 251 @ 0.200649
0.16/0.26	c bounds 1109 >= 252 @ 0.201126
0.16/0.26	c bounds 1109 >= 253 @ 0.201601
0.16/0.26	c bounds 1109 >= 254 @ 0.202072
0.16/0.26	c bounds 1109 >= 255 @ 0.202548
0.16/0.26	c bounds 1109 >= 256 @ 0.203024
0.16/0.26	c bounds 1109 >= 257 @ 0.203503
0.16/0.26	c bounds 1109 >= 258 @ 0.203979
0.16/0.26	c bounds 1109 >= 259 @ 0.204457
0.16/0.26	c bounds 1109 >= 260 @ 0.204927
0.16/0.26	c bounds 1109 >= 261 @ 0.205019
0.16/0.26	c bounds 1109 >= 262 @ 0.205267
0.16/0.26	c bounds 1109 >= 263 @ 0.205745
0.16/0.26	c bounds 1109 >= 264 @ 0.206219
0.16/0.26	c bounds 1109 >= 265 @ 0.206695
0.16/0.26	c bounds 1109 >= 266 @ 0.207172
0.16/0.26	c bounds 1109 >= 267 @ 0.20764
0.16/0.26	c bounds 1109 >= 268 @ 0.208106
0.16/0.26	c bounds 1109 >= 269 @ 0.208588
0.16/0.26	c bounds 1109 >= 270 @ 0.209083
0.16/0.26	c bounds 1109 >= 271 @ 0.209558
0.16/0.27	c bounds 1109 >= 272 @ 0.210023
0.16/0.27	c bounds 1109 >= 273 @ 0.210492
0.16/0.27	c bounds 1109 >= 274 @ 0.210961
0.16/0.27	c bounds 1109 >= 275 @ 0.211435
0.16/0.27	c bounds 1109 >= 276 @ 0.21191
0.16/0.27	c bounds 1109 >= 277 @ 0.212382
0.16/0.27	c bounds 1109 >= 278 @ 0.212852
0.16/0.27	c bounds 1109 >= 279 @ 0.213331
0.16/0.27	c bounds 1109 >= 280 @ 0.213808
0.16/0.27	c bounds 1109 >= 281 @ 0.214282
0.16/0.27	c bounds 1109 >= 282 @ 0.214756
0.16/0.27	c bounds 1109 >= 283 @ 0.215231
0.16/0.27	c bounds 1109 >= 284 @ 0.215695
0.16/0.27	c bounds 1109 >= 285 @ 0.216171
0.16/0.27	c bounds 1109 >= 286 @ 0.216643
0.16/0.27	c bounds 1109 >= 287 @ 0.217117
0.16/0.27	c bounds 1109 >= 288 @ 0.21721
0.16/0.27	c bounds 1109 >= 289 @ 0.21721
0.16/0.28	c bounds 1108 >= 289 @ 0.219724
0.16/0.28	c bounds 1108 >= 290 @ 0.220208
0.16/0.28	c bounds 1108 >= 291 @ 0.220302
0.16/0.28	c bounds 1108 >= 292 @ 0.220302
0.16/0.28	c bounds 1108 >= 293 @ 0.22068
0.16/0.28	c bounds 1108 >= 294 @ 0.221116
0.16/0.28	c bounds 1108 >= 295 @ 0.221577
0.16/0.28	c bounds 1108 >= 296 @ 0.222048
0.16/0.28	c bounds 1108 >= 297 @ 0.222546
0.16/0.28	c bounds 1108 >= 298 @ 0.223038
0.16/0.28	c bounds 1108 >= 299 @ 0.223514
0.16/0.28	c bounds 1108 >= 300 @ 0.22399
0.16/0.28	c bounds 1108 >= 301 @ 0.224456
0.16/0.28	c bounds 1108 >= 302 @ 0.224953
0.16/0.28	c bounds 1108 >= 303 @ 0.225421
0.16/0.28	c bounds 1108 >= 304 @ 0.225895
0.16/0.28	c bounds 1108 >= 305 @ 0.226371
0.16/0.28	c bounds 1108 >= 306 @ 0.226843
0.16/0.28	c bounds 1108 >= 307 @ 0.227344
0.16/0.28	c bounds 1108 >= 308 @ 0.227826
0.16/0.29	c bounds 1108 >= 309 @ 0.22832
0.16/0.29	c bounds 1108 >= 310 @ 0.228819
0.16/0.29	c bounds 1108 >= 311 @ 0.229293
0.16/0.29	c bounds 1108 >= 312 @ 0.229766
0.16/0.29	c bounds 1108 >= 313 @ 0.230226
0.16/0.29	c bounds 1108 >= 314 @ 0.230698
0.16/0.29	c bounds 1108 >= 315 @ 0.231169
0.16/0.29	c bounds 1108 >= 316 @ 0.231667
0.16/0.29	c bounds 1108 >= 317 @ 0.232135
0.16/0.29	c bounds 1108 >= 318 @ 0.232608
0.16/0.29	c bounds 1108 >= 319 @ 0.233082
0.16/0.29	c bounds 1108 >= 320 @ 0.233549
0.16/0.29	c bounds 1108 >= 321 @ 0.23402
0.16/0.29	c bounds 1108 >= 322 @ 0.234488
0.16/0.29	c bounds 1108 >= 323 @ 0.23496
0.16/0.29	c bounds 1108 >= 324 @ 0.235429
0.16/0.29	c bounds 1108 >= 325 @ 0.235925
0.16/0.29	c bounds 1108 >= 326 @ 0.236399
0.16/0.29	c bounds 1108 >= 327 @ 0.236861
0.16/0.29	c bounds 1108 >= 328 @ 0.237327
0.16/0.29	c bounds 1108 >= 329 @ 0.237797
0.16/0.30	c bounds 1108 >= 330 @ 0.238266
0.16/0.30	c bounds 1108 >= 331 @ 0.238728
0.16/0.30	c bounds 1108 >= 332 @ 0.239232
0.16/0.30	c bounds 1108 >= 333 @ 0.239708
0.16/0.30	c bounds 1108 >= 334 @ 0.240173
0.16/0.30	c bounds 1108 >= 335 @ 0.240667
0.16/0.30	c bounds 1108 >= 336 @ 0.241143
0.16/0.30	c bounds 1108 >= 337 @ 0.241608
0.16/0.30	c bounds 1108 >= 338 @ 0.242075
0.16/0.30	c bounds 1108 >= 339 @ 0.242545
0.16/0.30	c bounds 1108 >= 340 @ 0.243002
0.16/0.30	c bounds 1108 >= 341 @ 0.243501
0.25/0.31	c bounds 1108 >= 342 @ 0.244027
0.25/0.31	c bounds 1108 >= 343 @ 0.244541
0.25/0.31	c bounds 1108 >= 344 @ 0.245047
0.25/0.31	c bounds 1108 >= 345 @ 0.245524
0.25/0.31	c bounds 1108 >= 346 @ 0.245996
0.25/0.31	c bounds 1108 >= 347 @ 0.246469
0.25/0.31	c bounds 1108 >= 348 @ 0.246957
0.25/0.31	c bounds 1108 >= 349 @ 0.247432
0.25/0.31	c bounds 1108 >= 350 @ 0.247913
0.25/0.31	c bounds 1108 >= 351 @ 0.24839
0.25/0.31	c bounds 1108 >= 352 @ 0.248866
0.25/0.31	c bounds 1108 >= 353 @ 0.249354
0.25/0.31	c bounds 1108 >= 354 @ 0.249828
0.25/0.31	c bounds 1108 >= 355 @ 0.2503
0.25/0.31	c bounds 1108 >= 356 @ 0.250766
0.25/0.31	c bounds 1108 >= 357 @ 0.251505
0.25/0.31	c bounds 1108 >= 358 @ 0.251975
0.25/0.32	c bounds 1108 >= 359 @ 0.25245
0.25/0.32	c bounds 1108 >= 360 @ 0.252924
0.25/0.32	c bounds 1108 >= 361 @ 0.253392
0.25/0.32	c bounds 1108 >= 362 @ 0.253879
0.25/0.32	c bounds 1108 >= 363 @ 0.254347
0.25/0.32	c bounds 1108 >= 364 @ 0.254813
0.25/0.32	c bounds 1108 >= 365 @ 0.255283
0.25/0.32	c bounds 1108 >= 366 @ 0.255751
0.25/0.32	c bounds 1108 >= 367 @ 0.256217
0.25/0.32	c bounds 1108 >= 368 @ 0.256688
0.25/0.32	c bounds 1108 >= 369 @ 0.257157
0.25/0.32	c bounds 1108 >= 370 @ 0.257623
0.25/0.32	c bounds 1108 >= 371 @ 0.258119
0.25/0.32	c bounds 1108 >= 372 @ 0.258614
0.25/0.32	c bounds 1108 >= 373 @ 0.259086
0.25/0.32	c bounds 1108 >= 374 @ 0.25955
0.25/0.32	c bounds 1108 >= 375 @ 0.260016
0.25/0.32	c bounds 1108 >= 376 @ 0.260488
0.25/0.32	c bounds 1108 >= 377 @ 0.260963
0.25/0.32	c bounds 1108 >= 378 @ 0.261433
0.25/0.32	c bounds 1108 >= 379 @ 0.261891
0.25/0.33	c bounds 1108 >= 380 @ 0.262352
0.25/0.33	c bounds 1108 >= 381 @ 0.262814
0.25/0.33	c bounds 1108 >= 382 @ 0.263286
0.25/0.33	c bounds 1108 >= 383 @ 0.263755
0.25/0.33	c bounds 1108 >= 384 @ 0.264229
0.25/0.33	c bounds 1108 >= 385 @ 0.264698
0.25/0.33	c bounds 1108 >= 386 @ 0.265161
0.25/0.33	c bounds 1108 >= 387 @ 0.265634
0.25/0.33	c bounds 1108 >= 388 @ 0.266112
0.25/0.33	c bounds 1108 >= 389 @ 0.266579
0.25/0.33	c bounds 1108 >= 390 @ 0.267045
0.25/0.33	c bounds 1108 >= 391 @ 0.267513
0.25/0.33	c bounds 1108 >= 392 @ 0.267982
0.25/0.33	c bounds 1108 >= 393 @ 0.268474
0.25/0.33	c bounds 1108 >= 394 @ 0.268946
0.25/0.33	c bounds 1108 >= 395 @ 0.269415
0.25/0.33	c bounds 1108 >= 396 @ 0.269887
0.25/0.33	c bounds 1108 >= 397 @ 0.270345
0.25/0.33	c bounds 1108 >= 398 @ 0.27085
0.25/0.33	c bounds 1108 >= 399 @ 0.271315
0.25/0.33	c bounds 1108 >= 400 @ 0.271779
0.25/0.33	c bounds 1108 >= 401 @ 0.272245
0.25/0.34	c bounds 1108 >= 402 @ 0.272708
0.25/0.34	c bounds 1108 >= 403 @ 0.273172
0.25/0.34	c bounds 1108 >= 404 @ 0.273655
0.25/0.34	c bounds 1108 >= 405 @ 0.274154
0.25/0.34	c bounds 1108 >= 406 @ 0.274626
0.25/0.34	c bounds 1108 >= 407 @ 0.275089
0.25/0.34	c bounds 1108 >= 408 @ 0.275552
0.25/0.34	c bounds 1108 >= 409 @ 0.276016
0.25/0.34	c bounds 1108 >= 410 @ 0.276488
0.25/0.34	c bounds 1108 >= 411 @ 0.276947
0.25/0.34	c bounds 1108 >= 412 @ 0.277407
0.25/0.34	c bounds 1108 >= 413 @ 0.277879
0.25/0.34	c bounds 1108 >= 414 @ 0.278346
0.25/0.34	c bounds 1108 >= 415 @ 0.278815
0.25/0.34	c bounds 1108 >= 416 @ 0.2793
0.25/0.34	c bounds 1108 >= 417 @ 0.279771
0.25/0.34	c bounds 1108 >= 418 @ 0.280234
0.25/0.34	c bounds 1108 >= 419 @ 0.280696
0.25/0.34	c bounds 1108 >= 420 @ 0.281151
0.25/0.34	c bounds 1108 >= 421 @ 0.281611
0.25/0.34	c bounds 1108 >= 422 @ 0.282077
0.25/0.35	c bounds 1108 >= 423 @ 0.282537
0.25/0.35	c bounds 1107 >= 423 @ 0.28408
0.25/0.35	c bounds 1107 >= 424 @ 0.284548
0.25/0.35	c bounds 1107 >= 425 @ 0.28501
0.25/0.35	c bounds 1107 >= 426 @ 0.285464
0.25/0.35	c bounds 1107 >= 427 @ 0.285944
0.25/0.35	c bounds 1107 >= 428 @ 0.286411
0.25/0.35	c bounds 1107 >= 429 @ 0.286867
0.25/0.35	c bounds 1107 >= 430 @ 0.287324
0.25/0.35	c bounds 1107 >= 431 @ 0.287805
0.25/0.35	c bounds 1107 >= 432 @ 0.288265
0.25/0.35	c bounds 1107 >= 433 @ 0.288732
0.25/0.35	c bounds 1107 >= 434 @ 0.289194
0.25/0.35	c bounds 1107 >= 435 @ 0.289645
0.25/0.35	c bounds 1107 >= 436 @ 0.290106
0.25/0.35	c bounds 1107 >= 437 @ 0.290564
0.25/0.35	c bounds 1107 >= 438 @ 0.29103
0.25/0.36	c bounds 1107 >= 439 @ 0.291492
0.25/0.36	c bounds 1107 >= 440 @ 0.291956
0.25/0.36	c bounds 1107 >= 441 @ 0.292413
0.25/0.36	c bounds 1107 >= 442 @ 0.292876
0.25/0.36	c bounds 1107 >= 443 @ 0.293334
0.25/0.36	c bounds 1107 >= 444 @ 0.293791
0.25/0.36	c bounds 1107 >= 445 @ 0.294245
0.25/0.36	c bounds 1107 >= 446 @ 0.294706
0.25/0.36	c bounds 1107 >= 447 @ 0.295161
0.25/0.36	c bounds 1107 >= 448 @ 0.295608
0.25/0.36	c bounds 1107 >= 449 @ 0.296066
0.25/0.36	c bounds 1107 >= 450 @ 0.296525
0.25/0.36	c bounds 1107 >= 451 @ 0.296975
0.25/0.36	c bounds 1107 >= 452 @ 0.297437
0.25/0.36	c bounds 1107 >= 453 @ 0.297893
0.25/0.36	c bounds 1107 >= 454 @ 0.298366
0.25/0.36	c bounds 1107 >= 455 @ 0.298836
0.25/0.36	c bounds 1107 >= 456 @ 0.299293
0.25/0.36	c bounds 1107 >= 457 @ 0.299748
0.25/0.36	c bounds 1107 >= 458 @ 0.300204
0.25/0.36	c bounds 1107 >= 459 @ 0.300651
0.25/0.36	c bounds 1107 >= 460 @ 0.301106
0.25/0.37	c bounds 1107 >= 461 @ 0.301569
0.25/0.37	c bounds 1107 >= 462 @ 0.302023
0.25/0.37	c bounds 1107 >= 463 @ 0.302478
0.25/0.37	c bounds 1107 >= 464 @ 0.30294
0.25/0.37	c bounds 1107 >= 465 @ 0.303395
0.25/0.37	c bounds 1107 >= 466 @ 0.303491
0.25/0.37	c bounds 1107 >= 467 @ 0.303491
0.25/0.37	c bounds 1107 >= 468 @ 0.303836
0.25/0.37	c bounds 1107 >= 469 @ 0.304272
0.25/0.37	c bounds 1107 >= 470 @ 0.30473
0.25/0.37	c bounds 1107 >= 471 @ 0.30519
0.25/0.37	c bounds 1107 >= 472 @ 0.305629
0.25/0.37	c bounds 1107 >= 473 @ 0.306097
0.25/0.37	c bounds 1107 >= 474 @ 0.306566
0.25/0.37	c bounds 1107 >= 475 @ 0.306627
0.25/0.37	c bounds 1107 >= 476 @ 0.306627
0.25/0.37	c bounds 1107 >= 477 @ 0.306627
0.25/0.37	c bounds 1107 >= 478 @ 0.306627
0.25/0.37	c bounds 1107 >= 479 @ 0.306963
0.25/0.37	c bounds 1107 >= 480 @ 0.307392
0.25/0.37	c bounds 1107 >= 481 @ 0.30785
0.25/0.38	c bounds 1107 >= 482 @ 0.308313
0.25/0.38	c bounds 1107 >= 483 @ 0.30877
0.25/0.38	c bounds 1107 >= 484 @ 0.309224
0.25/0.38	c bounds 1107 >= 485 @ 0.309672
0.25/0.38	c bounds 1107 >= 486 @ 0.310124
0.25/0.38	c bounds 1107 >= 487 @ 0.310573
0.25/0.38	c bounds 1107 >= 488 @ 0.311044
0.25/0.38	c bounds 1107 >= 489 @ 0.311515
0.25/0.38	c bounds 1107 >= 490 @ 0.312003
0.25/0.38	c bounds 1107 >= 491 @ 0.312465
0.25/0.38	c bounds 1107 >= 492 @ 0.312925
0.25/0.38	c bounds 1107 >= 493 @ 0.313381
0.25/0.38	c bounds 1107 >= 494 @ 0.313843
0.25/0.38	c bounds 1107 >= 495 @ 0.3143
0.25/0.38	c bounds 1107 >= 496 @ 0.314761
0.25/0.38	c bounds 1107 >= 497 @ 0.315216
0.25/0.38	c bounds 1107 >= 498 @ 0.315698
0.25/0.38	c bounds 1107 >= 499 @ 0.316179
0.25/0.38	c bounds 1107 >= 500 @ 0.316649
0.25/0.38	c bounds 1107 >= 501 @ 0.317104
0.25/0.39	c bounds 1106 >= 501 @ 0.318115
0.25/0.39	c bounds 1106 >= 502 @ 0.318591
0.25/0.39	c bounds 1106 >= 503 @ 0.319062
0.25/0.39	c bounds 1106 >= 504 @ 0.319546
0.25/0.39	c bounds 1106 >= 505 @ 0.320003
0.25/0.39	c bounds 1106 >= 506 @ 0.320454
0.25/0.39	c bounds 1106 >= 507 @ 0.320907
0.25/0.39	c bounds 1106 >= 508 @ 0.321364
0.25/0.39	c bounds 1106 >= 509 @ 0.321855
0.25/0.39	c bounds 1106 >= 510 @ 0.322364
0.25/0.39	c bounds 1106 >= 511 @ 0.322834
0.25/0.39	c bounds 1106 >= 512 @ 0.323298
0.25/0.39	c bounds 1106 >= 513 @ 0.323757
0.25/0.39	c bounds 1106 >= 514 @ 0.324216
0.25/0.39	c bounds 1106 >= 515 @ 0.324666
0.25/0.39	c bounds 1106 >= 516 @ 0.325125
0.25/0.39	c bounds 1106 >= 517 @ 0.325589
0.25/0.39	c bounds 1106 >= 518 @ 0.326044
0.25/0.39	c bounds 1106 >= 519 @ 0.326504
0.25/0.39	c bounds 1106 >= 520 @ 0.32657
0.25/0.40	c bounds 1106 >= 521 @ 0.32657
0.25/0.40	c bounds 1106 >= 522 @ 0.326941
0.25/0.40	c bounds 1106 >= 523 @ 0.327417
0.25/0.40	c bounds 1106 >= 524 @ 0.327878
0.25/0.40	c bounds 1106 >= 525 @ 0.328335
0.25/0.40	c bounds 1106 >= 526 @ 0.328797
0.25/0.40	c bounds 1106 >= 527 @ 0.32934
0.25/0.40	c bounds 1106 >= 528 @ 0.329796
0.25/0.40	c bounds 1106 >= 529 @ 0.330256
0.25/0.40	c bounds 1106 >= 530 @ 0.330719
0.25/0.40	c bounds 1106 >= 531 @ 0.331191
0.25/0.40	c bounds 1106 >= 532 @ 0.331654
0.35/0.41	c bounds 1106 >= 533 @ 0.332135
0.35/0.41	c bounds 1106 >= 534 @ 0.332617
0.35/0.41	c bounds 1106 >= 535 @ 0.333088
0.35/0.41	c bounds 1106 >= 536 @ 0.333556
0.35/0.41	c bounds 1106 >= 537 @ 0.334017
0.35/0.41	c bounds 1105 >= 537 @ 0.336069
0.35/0.41	c bounds 1105 >= 538 @ 0.336573
0.35/0.41	c bounds 1105 >= 539 @ 0.33704
0.35/0.41	c bounds 1105 >= 540 @ 0.337505
0.35/0.41	c bounds 1105 >= 541 @ 0.337969
0.35/0.41	c bounds 1105 >= 542 @ 0.338447
0.35/0.41	c bounds 1105 >= 543 @ 0.338913
0.35/0.41	c bounds 1105 >= 544 @ 0.339386
0.35/0.41	c bounds 1105 >= 545 @ 0.339851
0.35/0.41	c bounds 1105 >= 546 @ 0.340307
0.35/0.42	c bounds 1105 >= 547 @ 0.340778
0.35/0.42	c bounds 1105 >= 548 @ 0.341251
0.35/0.42	c bounds 1105 >= 549 @ 0.341705
0.35/0.42	c bounds 1105 >= 550 @ 0.342181
0.35/0.42	c bounds 1105 >= 551 @ 0.342648
0.35/0.42	c bounds 1105 >= 552 @ 0.343107
0.35/0.42	c bounds 1105 >= 553 @ 0.343561
0.35/0.42	c bounds 1105 >= 554 @ 0.344079
0.35/0.42	c bounds 1105 >= 555 @ 0.344545
0.35/0.42	c bounds 1105 >= 556 @ 0.345006
0.35/0.42	c bounds 1105 >= 557 @ 0.345464
0.35/0.42	c bounds 1105 >= 558 @ 0.345921
0.35/0.42	c bounds 1105 >= 559 @ 0.345921
0.35/0.42	c bounds 1105 >= 560 @ 0.345921
0.35/0.42	c bounds 1105 >= 561 @ 0.345958
0.35/0.42	c bounds 1105 >= 562 @ 0.345958
0.35/0.42	c bounds 1105 >= 563 @ 0.346315
0.35/0.42	c bounds 1105 >= 564 @ 0.346768
0.35/0.42	c bounds 1105 >= 565 @ 0.347224
0.35/0.42	c bounds 1105 >= 566 @ 0.347695
0.35/0.43	c bounds 1104 >= 566 @ 0.354003
0.35/0.43	c bounds 1104 >= 567 @ 0.35449
0.35/0.43	c bounds 1104 >= 568 @ 0.354968
0.35/0.43	c bounds 1104 >= 569 @ 0.355435
0.35/0.43	c bounds 1104 >= 570 @ 0.355903
0.35/0.43	c bounds 1104 >= 571 @ 0.356364
0.35/0.44	c bounds 1104 >= 572 @ 0.356855
0.35/0.44	c bounds 1104 >= 573 @ 0.356927
0.35/0.44	c bounds 1104 >= 574 @ 0.356927
0.35/0.44	c bounds 1104 >= 575 @ 0.357289
0.35/0.44	c bounds 1104 >= 576 @ 0.357733
0.35/0.44	c bounds 1104 >= 577 @ 0.358197
0.35/0.44	c bounds 1104 >= 578 @ 0.358669
0.35/0.44	c bounds 1104 >= 579 @ 0.359141
0.35/0.44	c bounds 1104 >= 580 @ 0.359603
0.35/0.44	c bounds 1104 >= 581 @ 0.360074
0.35/0.44	c bounds 1104 >= 582 @ 0.360546
0.35/0.44	c bounds 1104 >= 583 @ 0.361012
0.35/0.44	c bounds 1104 >= 584 @ 0.361474
0.35/0.44	c bounds 1104 >= 585 @ 0.361933
0.35/0.44	c bounds 1104 >= 586 @ 0.362399
0.35/0.44	c bounds 1104 >= 587 @ 0.362873
0.35/0.44	c bounds 1104 >= 588 @ 0.363349
0.35/0.44	c bounds 1104 >= 589 @ 0.363848
0.35/0.44	c bounds 1104 >= 590 @ 0.364311
0.35/0.44	c bounds 1104 >= 591 @ 0.364768
0.35/0.44	c bounds 1104 >= 592 @ 0.36525
0.35/0.45	c bounds 1104 >= 593 @ 0.365711
0.35/0.45	c bounds 1104 >= 594 @ 0.366181
0.35/0.45	c bounds 1104 >= 595 @ 0.366645
0.35/0.45	c bounds 1104 >= 596 @ 0.367112
0.35/0.45	c bounds 1104 >= 597 @ 0.367584
0.35/0.45	c bounds 1104 >= 598 @ 0.368068
0.35/0.45	c bounds 1104 >= 599 @ 0.368562
0.35/0.45	c bounds 1104 >= 600 @ 0.369046
0.35/0.45	c bounds 1104 >= 601 @ 0.369513
0.35/0.45	c bounds 1104 >= 602 @ 0.369977
0.35/0.45	c bounds 1104 >= 603 @ 0.370438
0.35/0.45	c bounds 1104 >= 604 @ 0.370901
0.35/0.45	c bounds 1104 >= 605 @ 0.37137
0.35/0.45	c bounds 1104 >= 606 @ 0.371849
0.35/0.45	c bounds 1104 >= 607 @ 0.37231
0.35/0.45	c bounds 1104 >= 608 @ 0.372788
0.35/0.45	c bounds 1104 >= 609 @ 0.373257
0.35/0.45	c bounds 1104 >= 610 @ 0.373734
0.35/0.45	c bounds 1104 >= 611 @ 0.374211
0.35/0.45	c bounds 1104 >= 612 @ 0.374689
0.35/0.45	c bounds 1104 >= 613 @ 0.374803
0.35/0.46	c bounds 1104 >= 614 @ 0.374803
0.35/0.46	c bounds 1104 >= 615 @ 0.375162
0.35/0.46	c bounds 1104 >= 616 @ 0.375598
0.35/0.46	c bounds 1104 >= 617 @ 0.376063
0.35/0.46	c bounds 1104 >= 618 @ 0.376527
0.35/0.46	c bounds 1104 >= 619 @ 0.377008
0.35/0.46	c bounds 1104 >= 620 @ 0.377473
0.35/0.46	c bounds 1104 >= 621 @ 0.377944
0.35/0.46	c bounds 1104 >= 622 @ 0.378403
0.35/0.46	c bounds 1104 >= 623 @ 0.378864
0.35/0.46	c bounds 1104 >= 624 @ 0.378864
0.35/0.46	c bounds 1104 >= 625 @ 0.378864
0.35/0.46	c bounds 1104 >= 626 @ 0.379274
0.35/0.46	c bounds 1104 >= 627 @ 0.379745
0.35/0.46	c bounds 1104 >= 628 @ 0.380201
0.35/0.46	c bounds 1104 >= 629 @ 0.380676
0.35/0.46	c bounds 1104 >= 630 @ 0.381156
0.35/0.46	c bounds 1104 >= 631 @ 0.381619
0.35/0.46	c bounds 1104 >= 632 @ 0.382087
0.35/0.46	c bounds 1104 >= 633 @ 0.382558
0.35/0.46	c bounds 1104 >= 634 @ 0.383048
0.35/0.47	c bounds 1104 >= 635 @ 0.383512
0.35/0.47	c bounds 1104 >= 636 @ 0.383975
0.35/0.47	c bounds 1104 >= 637 @ 0.384443
0.35/0.47	c bounds 1104 >= 638 @ 0.384918
0.35/0.47	c bounds 1104 >= 639 @ 0.385381
0.35/0.47	c bounds 1104 >= 640 @ 0.385857
0.35/0.47	c bounds 1104 >= 641 @ 0.386329
0.35/0.47	c bounds 1104 >= 642 @ 0.386817
0.35/0.47	c bounds 1104 >= 643 @ 0.387292
0.35/0.47	c bounds 1104 >= 644 @ 0.387762
0.35/0.47	c bounds 1104 >= 645 @ 0.388229
0.35/0.47	c bounds 1104 >= 646 @ 0.388699
0.35/0.47	c bounds 1104 >= 647 @ 0.389184
0.35/0.47	c bounds 1104 >= 648 @ 0.38966
0.35/0.47	c bounds 1104 >= 649 @ 0.390133
0.35/0.47	c bounds 1104 >= 650 @ 0.390601
0.35/0.47	c bounds 1104 >= 651 @ 0.391067
0.35/0.47	c bounds 1104 >= 652 @ 0.391606
0.35/0.47	c bounds 1104 >= 653 @ 0.392078
0.35/0.47	c bounds 1104 >= 654 @ 0.392543
0.35/0.47	c bounds 1104 >= 655 @ 0.393017
0.35/0.48	c bounds 1104 >= 656 @ 0.393487
0.35/0.48	c bounds 1104 >= 657 @ 0.393963
0.35/0.48	c bounds 1104 >= 658 @ 0.394436
0.35/0.48	c bounds 1104 >= 659 @ 0.394915
0.35/0.48	c bounds 1104 >= 660 @ 0.395407
0.35/0.48	c bounds 1104 >= 661 @ 0.395879
0.35/0.48	c bounds 1104 >= 662 @ 0.396348
0.35/0.48	c bounds 1104 >= 663 @ 0.396833
0.35/0.48	c bounds 1104 >= 664 @ 0.397305
0.35/0.48	c bounds 1104 >= 665 @ 0.397782
0.35/0.48	c bounds 1104 >= 666 @ 0.398252
0.35/0.48	c bounds 1104 >= 667 @ 0.398718
0.35/0.48	c bounds 1104 >= 668 @ 0.399193
0.35/0.48	c bounds 1104 >= 669 @ 0.399663
0.35/0.48	c bounds 1104 >= 670 @ 0.400139
0.35/0.48	c bounds 1104 >= 671 @ 0.400622
0.35/0.48	c bounds 1104 >= 672 @ 0.401099
0.35/0.48	c bounds 1104 >= 673 @ 0.401568
0.35/0.48	c bounds 1104 >= 674 @ 0.402048
0.35/0.48	c bounds 1104 >= 675 @ 0.402524
0.35/0.48	c bounds 1104 >= 676 @ 0.402992
0.35/0.49	c bounds 1104 >= 677 @ 0.40347
0.35/0.49	c bounds 1104 >= 678 @ 0.403946
0.35/0.49	c bounds 1104 >= 679 @ 0.404433
0.35/0.49	c bounds 1104 >= 680 @ 0.404901
0.35/0.49	c bounds 1104 >= 681 @ 0.405405
0.35/0.49	c bounds 1104 >= 682 @ 0.405873
0.35/0.49	c bounds 1104 >= 683 @ 0.406345
0.35/0.49	c bounds 1104 >= 684 @ 0.406813
0.35/0.49	c bounds 1104 >= 685 @ 0.407284
0.35/0.49	c bounds 1104 >= 686 @ 0.407766
0.35/0.49	c bounds 1104 >= 687 @ 0.408258
0.35/0.49	c bounds 1104 >= 688 @ 0.408742
0.35/0.49	c bounds 1104 >= 689 @ 0.409213
0.35/0.49	c bounds 1104 >= 690 @ 0.409719
0.35/0.49	c bounds 1104 >= 691 @ 0.409779
0.35/0.49	c bounds 1104 >= 692 @ 0.409779
0.35/0.49	c bounds 1104 >= 693 @ 0.410231
0.44/0.51	c bounds 1103 >= 693 @ 0.418684
0.44/0.51	c bounds 1103 >= 694 @ 0.419251
0.44/0.51	c bounds 1103 >= 695 @ 0.419742
0.44/0.51	c bounds 1103 >= 696 @ 0.42024
0.44/0.51	c bounds 1103 >= 697 @ 0.420726
0.44/0.51	c bounds 1103 >= 698 @ 0.421216
0.44/0.51	c bounds 1103 >= 699 @ 0.421699
0.44/0.51	c bounds 1103 >= 700 @ 0.422198
0.44/0.51	c bounds 1103 >= 701 @ 0.422676
0.44/0.51	c bounds 1103 >= 702 @ 0.423154
0.44/0.51	c bounds 1103 >= 703 @ 0.42363
0.44/0.51	c bounds 1103 >= 704 @ 0.424103
0.44/0.51	c bounds 1103 >= 705 @ 0.424585
0.44/0.51	c bounds 1103 >= 706 @ 0.425058
0.44/0.51	c bounds 1103 >= 707 @ 0.42555
0.44/0.52	c bounds 1103 >= 708 @ 0.426028
0.44/0.52	c bounds 1103 >= 709 @ 0.426535
0.44/0.52	c bounds 1103 >= 710 @ 0.427012
0.44/0.52	c bounds 1103 >= 711 @ 0.427494
0.44/0.52	c bounds 1103 >= 712 @ 0.427989
0.44/0.52	c bounds 1103 >= 713 @ 0.428469
0.44/0.52	c bounds 1103 >= 714 @ 0.428983
0.44/0.52	c bounds 1103 >= 715 @ 0.429475
0.44/0.52	c bounds 1103 >= 716 @ 0.429958
0.44/0.52	c bounds 1103 >= 717 @ 0.43045
0.44/0.52	c bounds 1103 >= 718 @ 0.430952
0.44/0.52	c bounds 1103 >= 719 @ 0.431447
0.44/0.52	c bounds 1103 >= 720 @ 0.431935
0.44/0.52	c bounds 1103 >= 721 @ 0.432428
0.44/0.52	c bounds 1103 >= 722 @ 0.43292
0.44/0.52	c bounds 1103 >= 723 @ 0.433391
0.44/0.52	c bounds 1103 >= 724 @ 0.433871
0.44/0.52	c bounds 1103 >= 725 @ 0.434366
0.44/0.52	c bounds 1103 >= 726 @ 0.434855
0.44/0.52	c bounds 1103 >= 727 @ 0.435341
0.44/0.53	c bounds 1103 >= 728 @ 0.435833
0.44/0.53	c bounds 1103 >= 729 @ 0.436308
0.44/0.53	c bounds 1103 >= 730 @ 0.436796
0.44/0.53	c bounds 1103 >= 731 @ 0.437306
0.44/0.53	c bounds 1103 >= 732 @ 0.437783
0.44/0.53	c bounds 1103 >= 733 @ 0.438277
0.44/0.53	c bounds 1103 >= 734 @ 0.438783
0.44/0.53	c bounds 1103 >= 735 @ 0.439287
0.44/0.53	c bounds 1103 >= 736 @ 0.439766
0.44/0.53	c bounds 1103 >= 737 @ 0.44024
0.44/0.53	c bounds 1103 >= 738 @ 0.44072
0.44/0.53	c bounds 1103 >= 739 @ 0.441193
0.44/0.53	c bounds 1103 >= 740 @ 0.441671
0.44/0.53	c bounds 1103 >= 741 @ 0.442174
0.44/0.53	c bounds 1103 >= 742 @ 0.442652
0.44/0.53	c bounds 1103 >= 743 @ 0.443158
0.44/0.53	c bounds 1103 >= 744 @ 0.443637
0.44/0.53	c bounds 1103 >= 745 @ 0.444116
0.44/0.53	c bounds 1103 >= 746 @ 0.444602
0.44/0.53	c bounds 1103 >= 747 @ 0.445098
0.44/0.53	c bounds 1103 >= 748 @ 0.44558
0.44/0.54	c bounds 1103 >= 749 @ 0.446057
0.44/0.54	c bounds 1103 >= 750 @ 0.446131
0.44/0.54	c bounds 1103 >= 751 @ 0.446131
0.44/0.54	c bounds 1103 >= 752 @ 0.446578
0.44/0.54	c bounds 1103 >= 753 @ 0.447079
0.44/0.54	c bounds 1103 >= 754 @ 0.44758
0.44/0.54	c bounds 1103 >= 755 @ 0.448072
0.44/0.54	c bounds 1103 >= 756 @ 0.448573
0.44/0.54	c bounds 1103 >= 757 @ 0.449072
0.44/0.54	c bounds 1103 >= 758 @ 0.449575
0.44/0.54	c bounds 1103 >= 759 @ 0.450068
0.44/0.54	c bounds 1103 >= 760 @ 0.45055
0.44/0.54	c bounds 1103 >= 761 @ 0.451157
0.44/0.54	c bounds 1103 >= 762 @ 0.451657
0.44/0.54	c bounds 1103 >= 763 @ 0.452159
0.44/0.54	c bounds 1103 >= 764 @ 0.452666
0.44/0.54	c bounds 1103 >= 765 @ 0.453168
0.44/0.54	c bounds 1103 >= 766 @ 0.453674
0.44/0.54	c bounds 1103 >= 767 @ 0.454172
0.44/0.54	c bounds 1103 >= 768 @ 0.454656
0.44/0.55	c bounds 1103 >= 769 @ 0.455162
0.44/0.55	c bounds 1103 >= 770 @ 0.455669
0.44/0.55	c bounds 1103 >= 771 @ 0.45616
0.44/0.55	c bounds 1103 >= 772 @ 0.456645
0.44/0.55	c bounds 1103 >= 773 @ 0.457173
0.44/0.55	c bounds 1103 >= 774 @ 0.457688
0.44/0.55	c bounds 1103 >= 775 @ 0.458195
0.44/0.55	c bounds 1103 >= 776 @ 0.458701
0.44/0.55	c bounds 1103 >= 777 @ 0.459194
0.44/0.55	c bounds 1103 >= 778 @ 0.459697
0.44/0.55	c bounds 1103 >= 779 @ 0.459863
0.44/0.55	c bounds 1103 >= 780 @ 0.459863
0.44/0.55	c bounds 1103 >= 781 @ 0.460246
0.44/0.55	c bounds 1103 >= 782 @ 0.460747
0.44/0.55	c bounds 1103 >= 783 @ 0.461262
0.44/0.55	c bounds 1103 >= 784 @ 0.461758
0.44/0.55	c bounds 1103 >= 785 @ 0.462277
0.44/0.55	c bounds 1103 >= 786 @ 0.462792
0.44/0.55	c bounds 1103 >= 787 @ 0.46331
0.44/0.56	c bounds 1103 >= 788 @ 0.463808
0.44/0.56	c bounds 1103 >= 789 @ 0.464313
0.44/0.56	c bounds 1103 >= 790 @ 0.464801
0.44/0.56	c bounds 1103 >= 791 @ 0.465316
0.44/0.56	c bounds 1103 >= 792 @ 0.465839
0.44/0.56	c bounds 1103 >= 793 @ 0.466335
0.44/0.56	c bounds 1103 >= 794 @ 0.46683
0.44/0.56	c bounds 1103 >= 795 @ 0.467331
0.44/0.58	c bounds 1102 >= 795 @ 0.483916
0.44/0.58	c bounds 1102 >= 796 @ 0.484061
0.44/0.58	c bounds 1102 >= 797 @ 0.484197
0.44/0.58	c bounds 1102 >= 798 @ 0.484662
0.44/0.58	c bounds 1102 >= 799 @ 0.48517
0.44/0.58	c bounds 1102 >= 800 @ 0.485688
0.44/0.58	c bounds 1102 >= 801 @ 0.486196
0.44/0.58	c bounds 1102 >= 802 @ 0.4867
0.44/0.58	c bounds 1102 >= 803 @ 0.487212
0.44/0.58	c bounds 1102 >= 804 @ 0.487732
0.44/0.58	c bounds 1102 >= 805 @ 0.488247
0.44/0.58	c bounds 1102 >= 806 @ 0.488767
0.44/0.58	c bounds 1102 >= 807 @ 0.489321
0.44/0.58	c bounds 1102 >= 808 @ 0.489855
0.44/0.58	c bounds 1102 >= 809 @ 0.49036
0.44/0.58	c bounds 1102 >= 810 @ 0.4909
0.44/0.58	c bounds 1102 >= 811 @ 0.49102
0.44/0.59	c bounds 1102 >= 812 @ 0.49102
0.44/0.59	c bounds 1102 >= 813 @ 0.491021
0.44/0.59	c bounds 1102 >= 814 @ 0.491021
0.44/0.59	c bounds 1102 >= 815 @ 0.491021
0.44/0.59	c bounds 1102 >= 816 @ 0.491021
0.44/0.59	c bounds 1102 >= 817 @ 0.491543
0.44/0.59	c bounds 1102 >= 818 @ 0.49204
0.44/0.59	c bounds 1102 >= 819 @ 0.492549
0.44/0.59	c bounds 1102 >= 820 @ 0.493079
0.44/0.59	c bounds 1102 >= 821 @ 0.493593
0.44/0.59	c bounds 1102 >= 822 @ 0.493764
0.44/0.59	c bounds 1102 >= 823 @ 0.493764
0.44/0.59	c bounds 1102 >= 824 @ 0.494165
0.44/0.59	c bounds 1102 >= 825 @ 0.494663
0.44/0.59	c bounds 1102 >= 826 @ 0.495176
0.44/0.59	c bounds 1102 >= 827 @ 0.495689
0.44/0.59	c bounds 1102 >= 828 @ 0.496193
0.44/0.59	c bounds 1102 >= 829 @ 0.496701
0.44/0.59	c bounds 1102 >= 830 @ 0.497218
0.44/0.60	c bounds 1102 >= 831 @ 0.497726
0.44/0.60	c bounds 1102 >= 832 @ 0.498242
0.44/0.60	c bounds 1102 >= 833 @ 0.498751
0.44/0.60	c bounds 1102 >= 834 @ 0.499254
0.44/0.60	c bounds 1102 >= 835 @ 0.499774
0.44/0.60	c bounds 1102 >= 836 @ 0.500276
0.44/0.60	c bounds 1102 >= 837 @ 0.50078
0.44/0.60	c bounds 1102 >= 838 @ 0.501322
0.44/0.60	c bounds 1102 >= 839 @ 0.501835
0.44/0.60	c bounds 1102 >= 840 @ 0.50237
0.44/0.60	c bounds 1102 >= 841 @ 0.502899
0.54/0.60	c bounds 1102 >= 842 @ 0.502987
0.54/0.60	c bounds 1102 >= 843 @ 0.503041
0.54/0.60	c bounds 1102 >= 844 @ 0.503513
0.54/0.60	c bounds 1102 >= 845 @ 0.504038
0.54/0.60	c bounds 1102 >= 846 @ 0.504555
0.54/0.60	c bounds 1102 >= 847 @ 0.505096
0.54/0.60	c bounds 1102 >= 848 @ 0.505634
0.54/0.60	c bounds 1102 >= 849 @ 0.506153
0.54/0.61	c bounds 1102 >= 850 @ 0.506664
0.54/0.61	c bounds 1102 >= 851 @ 0.507188
0.54/0.61	c bounds 1102 >= 852 @ 0.50772
0.54/0.61	c bounds 1102 >= 853 @ 0.508239
0.54/0.61	c bounds 1102 >= 854 @ 0.508748
0.54/0.61	c bounds 1102 >= 855 @ 0.50928
0.54/0.61	c bounds 1102 >= 856 @ 0.509808
0.54/0.61	c bounds 1102 >= 857 @ 0.510333
0.54/0.61	c bounds 1102 >= 858 @ 0.510537
0.54/0.61	c bounds 1102 >= 859 @ 0.510809
0.54/0.61	c bounds 1102 >= 860 @ 0.511319
0.54/0.61	c bounds 1102 >= 861 @ 0.511842
0.54/0.61	c bounds 1102 >= 862 @ 0.512364
0.54/0.61	c bounds 1102 >= 863 @ 0.512872
0.54/0.61	c bounds 1102 >= 864 @ 0.513396
0.54/0.61	c bounds 1102 >= 865 @ 0.513922
0.54/0.61	c bounds 1102 >= 866 @ 0.514456
0.54/0.61	c bounds 1102 >= 867 @ 0.514972
0.54/0.62	c bounds 1102 >= 868 @ 0.515478
0.54/0.62	c bounds 1102 >= 869 @ 0.516019
0.54/0.62	c bounds 1102 >= 870 @ 0.516562
0.54/0.62	c bounds 1102 >= 871 @ 0.51708
0.54/0.62	c bounds 1102 >= 872 @ 0.517623
0.54/0.62	c bounds 1102 >= 873 @ 0.518159
0.54/0.62	c bounds 1102 >= 874 @ 0.518705
0.54/0.62	c bounds 1102 >= 875 @ 0.519226
0.54/0.62	c bounds 1102 >= 876 @ 0.519753
0.54/0.62	c bounds 1102 >= 877 @ 0.520309
0.54/0.62	c bounds 1102 >= 878 @ 0.520878
0.54/0.62	c bounds 1102 >= 879 @ 0.521433
0.54/0.62	c bounds 1102 >= 880 @ 0.521655
0.54/0.62	c bounds 1102 >= 881 @ 0.521655
0.54/0.62	c bounds 1102 >= 882 @ 0.522078
0.54/0.62	c bounds 1102 >= 883 @ 0.52263
0.54/0.62	c bounds 1102 >= 884 @ 0.522786
0.54/0.62	c bounds 1102 >= 885 @ 0.522786
0.54/0.62	c bounds 1102 >= 886 @ 0.522786
0.54/0.63	c bounds 1102 >= 887 @ 0.522786
0.54/0.63	c bounds 1102 >= 888 @ 0.522786
0.54/0.63	c bounds 1102 >= 889 @ 0.522954
0.54/0.63	c bounds 1102 >= 890 @ 0.523437
0.54/0.63	c bounds 1102 >= 891 @ 0.523964
0.54/0.63	c bounds 1102 >= 892 @ 0.524513
0.54/0.63	c bounds 1102 >= 893 @ 0.525038
0.54/0.63	c bounds 1102 >= 894 @ 0.525591
0.54/0.63	c bounds 1102 >= 895 @ 0.526136
0.54/0.63	c bounds 1102 >= 896 @ 0.526659
0.54/0.63	c bounds 1102 >= 897 @ 0.527209
0.54/0.63	c bounds 1102 >= 898 @ 0.527726
0.54/0.63	c bounds 1102 >= 899 @ 0.527771
0.54/0.63	c bounds 1102 >= 900 @ 0.527908
0.54/0.65	c bounds 1101 >= 900 @ 0.543541
0.54/0.65	c bounds 1101 >= 901 @ 0.543733
0.54/0.65	c bounds 1101 >= 902 @ 0.54399
0.54/0.65	c bounds 1101 >= 903 @ 0.544522
0.54/0.65	c bounds 1101 >= 904 @ 0.54505
0.54/0.65	c bounds 1101 >= 905 @ 0.545596
0.54/0.65	c bounds 1101 >= 906 @ 0.546184
0.54/0.65	c bounds 1101 >= 907 @ 0.546769
0.54/0.65	c bounds 1101 >= 908 @ 0.547359
0.54/0.65	c bounds 1101 >= 909 @ 0.547901
0.54/0.66	c bounds 1101 >= 910 @ 0.548477
0.54/0.66	c bounds 1101 >= 911 @ 0.549129
0.54/0.66	c bounds 1101 >= 912 @ 0.54972
0.54/0.66	c bounds 1101 >= 913 @ 0.550336
0.54/0.66	c bounds 1101 >= 914 @ 0.550944
0.54/0.66	c bounds 1101 >= 915 @ 0.551544
0.54/0.66	c bounds 1101 >= 916 @ 0.551711
0.54/0.66	c bounds 1101 >= 917 @ 0.551892
0.54/0.66	c bounds 1101 >= 918 @ 0.552528
0.54/0.66	c bounds 1101 >= 919 @ 0.55271
0.54/0.66	c bounds 1101 >= 920 @ 0.552753
0.54/0.66	c bounds 1101 >= 921 @ 0.553363
0.54/0.66	c bounds 1101 >= 922 @ 0.554012
0.54/0.66	c bounds 1101 >= 923 @ 0.554621
0.54/0.66	c bounds 1101 >= 924 @ 0.555247
0.54/0.66	c bounds 1101 >= 925 @ 0.555876
0.54/0.67	c bounds 1101 >= 926 @ 0.556526
0.54/0.67	c bounds 1101 >= 927 @ 0.556697
0.54/0.67	c bounds 1101 >= 928 @ 0.556857
0.54/0.67	c bounds 1101 >= 929 @ 0.557431
0.54/0.67	c bounds 1101 >= 930 @ 0.558039
0.54/0.67	c bounds 1101 >= 931 @ 0.55871
0.54/0.67	c bounds 1101 >= 932 @ 0.559352
0.54/0.67	c bounds 1101 >= 933 @ 0.559993
0.54/0.67	c bounds 1101 >= 934 @ 0.560647
0.54/0.67	c bounds 1101 >= 935 @ 0.560687
0.54/0.67	c bounds 1101 >= 936 @ 0.561093
0.54/0.67	c bounds 1101 >= 937 @ 0.561721
0.54/0.67	c bounds 1101 >= 938 @ 0.562419
0.54/0.67	c bounds 1101 >= 939 @ 0.56268
0.54/0.67	c bounds 1101 >= 940 @ 0.562837
0.54/0.68	c bounds 1101 >= 941 @ 0.56357
0.54/0.68	c bounds 1101 >= 942 @ 0.563679
0.54/0.68	c bounds 1101 >= 943 @ 0.564049
0.54/0.68	c bounds 1101 >= 944 @ 0.564753
0.54/0.68	c bounds 1101 >= 945 @ 0.565571
0.54/0.68	c bounds 1101 >= 946 @ 0.566298
0.54/0.68	c bounds 1101 >= 947 @ 0.567007
0.54/0.68	c bounds 1101 >= 948 @ 0.567717
0.54/0.68	c bounds 1101 >= 949 @ 0.568467
0.54/0.68	c bounds 1101 >= 950 @ 0.568666
0.54/0.68	c bounds 1101 >= 951 @ 0.568666
0.54/0.68	c bounds 1101 >= 952 @ 0.568666
0.54/0.68	c bounds 1101 >= 953 @ 0.568666
0.63/0.70	c bounds 1100 >= 953 @ 0.57936
0.63/0.70	c bounds 1100 >= 954 @ 0.579745
0.63/0.70	c bounds 1100 >= 955 @ 0.580561
0.63/0.70	c bounds 1100 >= 956 @ 0.58132
0.63/0.70	c bounds 1100 >= 957 @ 0.581482
0.63/0.70	c bounds 1100 >= 958 @ 0.581855
0.63/0.70	c bounds 1100 >= 959 @ 0.582584
0.63/0.70	c bounds 1100 >= 960 @ 0.583329
0.63/0.70	c bounds 1100 >= 961 @ 0.583431
0.63/0.70	c bounds 1100 >= 962 @ 0.583894
0.63/0.71	c bounds 1100 >= 963 @ 0.584878
0.63/0.71	c bounds 1100 >= 964 @ 0.58578
0.63/0.71	c bounds 1100 >= 965 @ 0.586337
0.63/0.71	c bounds 1100 >= 966 @ 0.586616
0.63/0.71	c bounds 1100 >= 967 @ 0.587684
0.63/0.71	c bounds 1100 >= 968 @ 0.588521
0.63/0.71	c bounds 1100 >= 969 @ 0.589463
0.63/0.71	c bounds 1100 >= 970 @ 0.59042
0.63/0.71	c bounds 1100 >= 971 @ 0.591373
0.63/0.71	c bounds 1100 >= 972 @ 0.591408
0.63/0.72	c bounds 1100 >= 973 @ 0.592645
0.63/0.73	c bounds 1099 >= 973 @ 0.605237
0.63/0.73	c bounds 1099 >= 974 @ 0.605372
0.63/0.73	c bounds 1099 >= 975 @ 0.605373
0.63/0.73	c bounds 1099 >= 976 @ 0.605544
0.63/0.73	c bounds 1099 >= 977 @ 0.606795
0.63/0.74	c bounds 1099 >= 978 @ 0.608254
0.63/0.74	c bounds 1099 >= 979 @ 0.608525
0.63/0.74	c bounds 1099 >= 980 @ 0.609626
0.63/0.74	c bounds 1099 >= 981 @ 0.611083
0.63/0.74	c bounds 1099 >= 982 @ 0.611356
0.63/0.74	c bounds 1099 >= 983 @ 0.611356
0.63/0.76	c bounds 1098 >= 983 @ 0.623742
0.63/0.76	c bounds 1098 >= 984 @ 0.626046
0.63/0.76	c bounds 1098 >= 985 @ 0.626325
0.63/0.76	c bounds 1098 >= 986 @ 0.628913
0.63/0.78	c bounds 1097 >= 986 @ 0.645585
0.63/0.79	c bounds 1097 >= 987 @ 0.647957
0.73/0.80	c bounds 1097 >= 988 @ 0.655434
0.73/0.81	c bounds 1096 >= 988 @ 0.669812
0.73/0.84	c bounds 1096 >= 989 @ 0.692298
0.73/0.85	c bounds 1095 >= 989 @ 0.708964
0.73/0.87	c bounds 1094 >= 989 @ 0.729303
0.83/0.92	c bounds 1093 >= 989 @ 0.771782
0.93/1.02	c #Conflicts:       1000 | #Constraints:       8454
0.93/1.02	c bounds 1093 >= 990 @ 0.863158
0.93/1.07	c bounds 1092 >= 990 @ 0.917916
1.03/1.12	c bounds 1091 >= 990 @ 0.957909
1.03/1.16	c bounds 1090 >= 990 @ 0.998739
1.13/1.23	c bounds 1089 >= 990 @ 1.06307
1.13/1.27	c bounds 1088 >= 990 @ 1.10082
1.22/1.34	c bounds 1087 >= 990 @ 1.16603
1.32/1.49	c #Conflicts:       2000 | #Constraints:       9545
1.32/1.49	c INPROCESSING
1.32/1.49	c GARBAGE COLLECT
1.32/1.49	c rational objective 990
1.52/1.62	c bounds 1086 >= 990 @ 1.42844
1.52/1.68	c bounds 1085 >= 990 @ 1.4866
1.62/1.72	c bounds 1084 >= 990 @ 1.5335
1.62/1.78	c bounds 1083 >= 990 @ 1.58938
1.72/1.84	c bounds 1082 >= 990 @ 1.64401
1.82/1.94	c bounds 1082 >= 991 @ 1.74442
2.03/2.10	c #Conflicts:       3000 | #Constraints:       8474
2.03/2.10	c bounds 1081 >= 991 @ 1.90755
2.22/2.37	c bounds 1081 >= 992 @ 2.17228
2.32/2.42	c bounds 1080 >= 992 @ 2.21687
2.32/2.48	c bounds 1079 >= 992 @ 2.27277
2.42/2.55	c #Conflicts:       4000 | #Constraints:       9498
2.42/2.55	c bounds 1078 >= 992 @ 2.34228
2.52/2.61	c bounds 1077 >= 992 @ 2.39337
2.72/2.80	c INPROCESSING
2.72/2.80	c GARBAGE COLLECT
2.72/2.80	c rational objective 992
2.72/2.89	c bounds 1076 >= 992 @ 2.66584
2.82/2.95	c bounds 1075 >= 992 @ 2.73097
2.93/3.04	c bounds 1074 >= 992 @ 2.81071
3.03/3.10	c bounds 1073 >= 992 @ 2.8771
3.62/3.74	c #Conflicts:       5000 | #Constraints:       8775
3.62/3.74	c bounds 1073 >= 993 @ 3.50163
3.72/3.89	c #Conflicts:       6000 | #Constraints:       9877
3.72/3.89	c bounds 1072 >= 993 @ 3.65226
3.82/3.96	c bounds 1071 >= 993 @ 3.71976
3.92/4.01	c bounds 1070 >= 993 @ 3.76243
4.22/4.33	c INPROCESSING
4.22/4.33	c GARBAGE COLLECT
4.22/4.33	c rational objective 993
4.32/4.40	c bounds 1069 >= 993 @ 4.14769
4.42/4.58	c #Conflicts:       7000 | #Constraints:       8855
4.42/4.58	c bounds 1068 >= 993 @ 4.32442
4.72/4.87	c bounds 1067 >= 993 @ 4.60865
5.02/5.13	c #Conflicts:       8000 | #Constraints:       9858
5.02/5.13	c bounds 1066 >= 993 @ 4.85988
6.02/6.18	c #Conflicts:       9000 | #Constraints:      10865
6.02/6.18	c INPROCESSING
6.02/6.18	c GARBAGE COLLECT
6.02/6.18	c rational objective 993
6.31/6.46	c bounds 1065 >= 993 @ 6.15852
6.51/6.68	c #Conflicts:      10000 | #Constraints:       9572
6.51/6.68	c bounds 1064 >= 993 @ 6.37903
6.81/6.97	c bounds 1063 >= 993 @ 6.65802
6.92/7.04	c #Conflicts:      11000 | #Constraints:      10575
6.92/7.04	c bounds 1062 >= 993 @ 6.73068
7.02/7.11	c bounds 1061 >= 993 @ 6.79813
7.11/7.20	c bounds 1060 >= 993 @ 6.88651
7.21/7.38	c bounds 1059 >= 993 @ 7.0625
7.41/7.57	c #Conflicts:      12000 | #Constraints:      11586
7.41/7.57	c INPROCESSING
7.41/7.57	c GARBAGE COLLECT
7.41/7.57	c rational objective 993
8.11/8.25	c bounds 1059 >= 994 @ 7.89835
8.20/8.32	c #Conflicts:      13000 | #Constraints:      10047
8.20/8.32	c bounds 1058 >= 994 @ 7.97626
8.51/8.62	c bounds 1057 >= 994 @ 8.2638
9.61/9.79	c #Conflicts:      14000 | #Constraints:      11049
9.61/9.79	c #Conflicts:      15000 | #Constraints:      12049
9.61/9.79	c INPROCESSING
9.61/9.79	c GARBAGE COLLECT
9.61/9.79	c rational objective 994
10.00/10.12	c bounds 1056 >= 994 @ 9.73544
10.20/10.32	c #Conflicts:      16000 | #Constraints:      10279
10.20/10.32	c bounds 1055 >= 994 @ 9.92948
10.40/10.57	c bounds 1054 >= 994 @ 10.181
10.80/10.94	c #Conflicts:      17000 | #Constraints:      11283
10.80/10.94	c bounds 1053 >= 994 @ 10.5369
11.10/11.20	c #Conflicts:      18000 | #Constraints:      12289
11.10/11.20	c bounds 1052 >= 994 @ 10.7909
11.30/11.41	c INPROCESSING
11.30/11.41	c GARBAGE COLLECT
11.30/11.41	c rational objective 994
12.20/12.33	c #Conflicts:      19000 | #Constraints:      10256
12.20/12.33	c bounds 1051 >= 994 @ 11.8918
13.00/13.16	c #Conflicts:      20000 | #Constraints:      11257
13.00/13.16	c #Conflicts:      21000 | #Constraints:      12257
13.00/13.16	c bounds 1051 >= 995 @ 12.705
13.59/13.71	c INPROCESSING
13.59/13.71	c GARBAGE COLLECT
13.59/13.71	c rational objective 995
15.19/15.30	c #Conflicts:      22000 | #Constraints:      10049
15.19/15.30	c #Conflicts:      23000 | #Constraints:      11049
15.19/15.30	c #Conflicts:      24000 | #Constraints:      12049
15.19/15.30	c #Conflicts:      25000 | #Constraints:      13049
15.19/15.30	c INPROCESSING
15.19/15.30	c GARBAGE COLLECT
15.19/15.30	c rational objective 995
15.39/15.51	c bounds 1050 >= 995 @ 15.0071
15.69/15.85	c #Conflicts:      26000 | #Constraints:      10694
15.69/15.85	c bounds 1049 >= 995 @ 15.3431
16.38/16.59	c #Conflicts:      27000 | #Constraints:      11695
16.38/16.59	c bounds 1048 >= 995 @ 16.0681
16.58/16.76	c #Conflicts:      28000 | #Constraints:      12698
16.58/16.76	WSVECS04 Frhs2[3]: 6 -1.00002 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[5]: 6 -1.00005 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[6]: 6 -1.00005 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[7]: 6 -1.00006 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[11]: 6 -1.00001 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[12]: 6 -1.00004 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[16]: 6 -1.00008 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[23]: 6 -1.00003 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[28]: 6 -1.00007 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[32]: 6 -1.00005 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[33]: 6 -1.00002 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[35]: 6 -1.00007 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[36]: 6 -1.00001 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[40]: 6 -1.00009 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[41]: 6 -1.00003 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[42]: 6 -1.00008 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[45]: 6 -1.00006 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[46]: 6 -1.00003 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[47]: 6 -1.00005 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[51]: 6 -1.00004 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[54]: 6 -1.00003 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[56]: 6 -1.0001 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[59]: 6 -1.00009 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[61]: 6 -1.00007 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[63]: 6 -1.00005 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[67]: 6 -1.00006 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[68]: 6 -1.00007 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[69]: 6 -1.00008 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[70]: 6 -1.00005 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[72]: 6 -1.00002 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[73]: 6 -1.00007 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[77]: 6 -1.00003 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[78]: 6 -1.00008 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[79]: 6 -1.00002 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[80]: 6 -1.00008 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[81]: 6 -1.00006 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[82]: 6 -1.00005 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[84]: 6 -1.00003 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[85]: 6 -1.00003 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[88]: 6 -1.00003 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[92]: 6 -1.00005 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[100]: 6 -1.00003 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[101]: 6 -1.00008 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[104]: 6 -1.00008 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[108]: 6 -1.0001 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[110]: 6 -1.00007 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[119]: 6 -1.00009 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[121]: 6 -1.00003 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[122]: 6 -1.00006 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[124]: 6 -1.00004 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[127]: 6 -1.00006 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[128]: 6 -1.00008 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[129]: 6 -1.00005 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[130]: 6 -1.00003 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[134]: 6 -1.00006 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[136]: 6 -1.00002 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[140]: 6 -1.00008 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[143]: 6 -1.00005 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[144]: 6 -1.00004 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[145]: 6 -1.0001 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[150]: 6 -1.00001 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[157]: 6 -1.00007 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[159]: 6 -1.00005 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[161]: 6 -1.00009 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[162]: 6 -1.0001 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[163]: 6 -1.00003 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[166]: 6 -1.00008 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[169]: 6 -1.00005 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[171]: 6 -1.00008 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[172]: 6 -1.00002 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[175]: 6 -1.00003 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[176]: 6 -1.00002 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[179]: 6 -1.00009 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[180]: 6 -1.00007 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[181]: 6 -1.00008 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[184]: 6 -1.0001 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[186]: 6 -1.00002 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[187]: 6 -1.00007 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[190]: 6 -1.00007 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[191]: 6 -1.00005 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[194]: 6 -1.0001 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[196]: 6 -1.00004 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[198]: 6 -1.00002 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[200]: 6 -1.00005 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[202]: 6 -1.00001 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[203]: 6 -1.00005 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[204]: 6 -1.00001 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[206]: 6 -1.00006 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[209]: 6 -1.00009 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[210]: 6 -1.00009 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[213]: 6 -1.00002 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[219]: 6 -1.00007 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[223]: 6 -1.00001 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[226]: 6 -1.00009 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[227]: 6 -1.00002 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[229]: 6 -1.00009 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[237]: 6 -1.00005 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[239]: 6 -1.00004 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[240]: 6 -1.00002 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[244]: 6 -1.00002 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[245]: 6 -1.00007 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[247]: 6 -1.00009 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[249]: 6 -1.00007 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[250]: 6 -1.00009 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[253]: 6 -1.00008 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[255]: 6 -1.00001 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[388]: 6 -1.00002 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[389]: 6 -1.00009 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[392]: 6 -1.00002 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[397]: 6 -1.00007 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[399]: 6 -1.00002 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[418]: 6 -1.00006 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[419]: 6 -1.00009 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[424]: 6 -1.00006 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[425]: 6 -1.00004 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[427]: 6 -1.00008 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[429]: 6 -1.00006 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[433]: 6 -1.00004 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[434]: 6 -1.00005 0 shouldn't be
16.58/16.76	WSVECS04 Frhs2[436]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[438]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[440]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[441]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[445]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[446]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[514]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[516]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[518]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[519]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[521]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[523]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[525]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[528]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[534]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[545]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[546]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[547]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[548]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[549]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[550]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[552]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[553]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[558]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[559]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[560]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[561]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[564]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[566]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[567]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[569]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[570]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[571]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[572]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[574]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[577]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[579]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[583]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[588]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[592]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[593]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[594]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[596]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[600]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[602]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[604]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[613]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[618]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[619]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[620]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[621]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[623]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[631]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[635]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[636]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[638]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[639]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[640]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[641]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[644]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[645]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[646]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[647]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[650]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[654]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[658]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[660]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[663]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[664]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[667]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[672]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[673]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[675]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[678]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[679]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[684]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[685]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[688]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[691]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[692]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[693]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[695]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[696]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[697]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[700]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[702]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[703]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[704]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[706]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[707]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[710]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[711]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[713]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[717]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[719]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[720]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[721]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[723]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[727]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[732]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[733]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[737]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[738]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[739]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[740]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[744]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[745]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[746]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[747]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[749]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[752]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[753]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[754]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[755]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[756]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[757]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[760]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[765]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[766]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[774]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[775]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[776]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[780]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[781]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[782]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[783]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[785]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[786]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[788]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[790]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[791]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[792]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[796]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[797]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[803]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[804]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[805]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[806]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[811]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[813]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[814]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[816]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[817]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[820]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[821]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[825]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[826]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[828]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[829]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[832]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[840]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[841]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[846]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[852]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[854]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[855]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[856]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[857]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[858]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[863]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[864]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[868]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[872]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[881]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[883]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[884]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[885]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[887]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[892]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[893]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[895]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[896]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[898]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[899]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[901]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[904]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[906]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[909]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[910]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[912]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[916]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[918]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[920]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[922]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[923]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[924]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[927]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[931]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[932]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[935]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[941]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[944]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[945]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[946]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[947]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[948]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[950]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[955]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[956]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[958]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[962]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[964]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[966]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[970]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[972]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[976]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[977]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[978]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[979]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[982]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[984]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[985]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[986]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[987]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[989]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[990]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[991]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[992]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[993]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[997]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1000]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1001]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1002]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1011]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1012]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1013]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1016]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1019]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1022]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1027]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1030]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1042]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1046]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1048]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1051]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1054]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1056]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1060]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1061]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1065]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1067]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1068]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1070]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1078]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1084]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1085]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1086]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1087]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1089]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1091]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1094]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1100]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1103]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1105]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1107]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1109]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1113]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1115]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1117]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1119]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1120]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1121]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1126]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1134]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1143]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1151]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1159]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1163]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1171]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1195]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1199]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1206]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1211]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1218]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1220]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1233]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1237]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1240]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1244]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1246]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1248]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1252]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1254]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1279]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1285]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1292]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1298]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1305]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1306]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1318]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1320]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1325]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1336]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1342]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1346]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1354]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1363]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1369]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1374]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1375]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1385]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1387]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1397]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1398]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1406]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1407]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1417]: 6 -1.00003 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1434]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1440]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1456]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1457]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1468]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1475]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1480]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1481]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1485]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1490]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1497]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1506]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1520]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1525]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1575]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1582]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1604]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1614]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1615]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1620]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1661]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1669]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1671]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1672]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1673]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1677]: 6 -1.00005 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1681]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1682]: 6 -1.0001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1683]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1685]: 6 -1.00001 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1687]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1689]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1690]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1691]: 6 -1.00004 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1692]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1694]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1703]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1704]: 6 -1.00002 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1784]: 6 -1.00006 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1798]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1819]: 6 -1.00007 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1830]: 6 -1.00009 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1855]: 6 -1.00008 0 shouldn't be
16.58/16.77	WSVECS04 Frhs2[1907]: 6 -1.00004 0 shouldn't be
17.78/17.90	c #Conflicts:      29000 | #Constraints:      13698
17.78/17.90	c INPROCESSING
17.78/17.90	c GARBAGE COLLECT
17.78/17.90	c rational objective 995
19.77/19.98	c #Conflicts:      30000 | #Constraints:      11133
19.77/19.98	c #Conflicts:      31000 | #Constraints:      12133
19.77/19.98	c #Conflicts:      32000 | #Constraints:      13134
19.77/19.98	c #Conflicts:      33000 | #Constraints:      14190
19.77/19.98	c INPROCESSING
19.77/19.98	c GARBAGE COLLECT
19.77/19.98	c rational objective 995
21.07/21.24	c #Conflicts:      34000 | #Constraints:      11350
21.07/21.24	c #Conflicts:      35000 | #Constraints:      12350
21.07/21.24	c bounds 1048 >= 996 @ 20.6267
22.07/22.29	c #Conflicts:      36000 | #Constraints:      13440
22.07/22.29	c #Conflicts:      37000 | #Constraints:      14440
22.07/22.29	c INPROCESSING
22.07/22.29	c GARBAGE COLLECT
22.07/22.29	WSVECS04 Frhs2[620]: 6 -1.00003 0 shouldn't be
22.07/22.29	WSVECS04 Frhs2[894]: 6 -1.00008 0 shouldn't be
22.17/22.31	c rational objective 996
23.87/24.08	c #Conflicts:      38000 | #Constraints:      11335
23.87/24.08	c #Conflicts:      39000 | #Constraints:      12335
23.87/24.08	c #Conflicts:      40000 | #Constraints:      13335
23.87/24.08	c #Conflicts:      41000 | #Constraints:      14335
23.87/24.08	c INPROCESSING
23.87/24.08	c GARBAGE COLLECT
23.87/24.08	c rational objective 996
24.66/24.81	c #Conflicts:      42000 | #Constraints:      11180
24.66/24.81	c #Conflicts:      43000 | #Constraints:      12196
24.66/24.81	c bounds 1047 >= 996 @ 24.1135
26.96/27.16	c #Conflicts:      44000 | #Constraints:      13203
26.96/27.16	c #Conflicts:      45000 | #Constraints:      14203
26.96/27.16	c #Conflicts:      46000 | #Constraints:      15204
26.96/27.16	c INPROCESSING
26.96/27.16	c GARBAGE COLLECT
26.96/27.16	c rational objective 996
29.25/29.47	c #Conflicts:      47000 | #Constraints:      11768
29.25/29.47	c #Conflicts:      48000 | #Constraints:      12768
29.25/29.47	c #Conflicts:      49000 | #Constraints:      13768
29.25/29.47	c #Conflicts:      50000 | #Constraints:      14768
29.25/29.47	c #Conflicts:      51000 | #Constraints:      15768
29.25/29.47	c INPROCESSING
29.25/29.47	c GARBAGE COLLECT
29.25/29.47	c rational objective 996
30.55/30.78	c #Conflicts:      52000 | #Constraints:      12213
30.55/30.78	c #Conflicts:      53000 | #Constraints:      13213
30.55/30.78	c #Conflicts:      54000 | #Constraints:      14213
30.55/30.78	c bounds 1047 >= 997 @ 29.9575
31.15/31.34	c #Conflicts:      55000 | #Constraints:      15286
31.15/31.34	c bounds 1046 >= 997 @ 30.494
31.44/31.68	c #Conflicts:      56000 | #Constraints:      16293
31.44/31.68	c INPROCESSING
31.44/31.68	c GARBAGE COLLECT
31.44/31.68	c rational objective 997
33.54/33.86	c #Conflicts:      57000 | #Constraints:      12448
33.54/33.86	c #Conflicts:      58000 | #Constraints:      13448
33.54/33.86	c #Conflicts:      59000 | #Constraints:      14449
33.54/33.86	c bounds 1045 >= 997 @ 32.8566
37.51/37.88	c #Conflicts:      60000 | #Constraints:      15464
37.51/37.88	c #Conflicts:      61000 | #Constraints:      16464
37.51/37.88	c INPROCESSING
37.51/37.88	c GARBAGE COLLECT
37.51/37.88	c rational objective 997
39.71/40.04	c #Conflicts:      62000 | #Constraints:      12461
39.71/40.04	c #Conflicts:      63000 | #Constraints:      13463
39.71/40.04	c #Conflicts:      64000 | #Constraints:      14511
39.71/40.04	c bounds 1044 >= 997 @ 38.9573
39.82/40.16	WSVECS04 Frhs2[6]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[20]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[28]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[32]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[36]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[46]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[56]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[79]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[85]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[88]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[104]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[119]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[120]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[134]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[141]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[145]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[151]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[163]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[184]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[187]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[196]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[200]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[203]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[204]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[239]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[249]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[256]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[285]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[290]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[304]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[313]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[314]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[316]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[326]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[330]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[334]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[337]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[344]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[353]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[356]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[360]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[363]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[372]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[373]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[378]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[387]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[388]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[391]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[392]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[403]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[418]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[420]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[440]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[450]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[453]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[469]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[516]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[519]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[545]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[561]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[569]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[619]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[644]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[647]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[679]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[695]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[706]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[707]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[710]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[717]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[723]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[739]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[744]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[746]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[747]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[752]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[755]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[760]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[761]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[796]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[848]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[849]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[958]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[968]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[979]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[980]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[992]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1022]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1047]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1070]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1095]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1105]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1173]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1189]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1196]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1244]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1248]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1308]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1344]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1351]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1354]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1369]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1374]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1378]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1387]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1413]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1417]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1434]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1538]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1539]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1550]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1563]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1661]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1704]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1717]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1724]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1746]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1749]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1811]: 6 -1.00001 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1816]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1820]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1836]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1855]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1875]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1897]: 6 -1.00003 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1911]: 6 -1.00002 0 shouldn't be
39.82/40.16	WSVECS04 Frhs2[1955]: 6 -1.00002 0 shouldn't be
41.01/41.35	c #Conflicts:      65000 | #Constraints:      15588
41.01/41.35	c #Conflicts:      66000 | #Constraints:      16588
41.01/41.35	c INPROCESSING
41.01/41.35	c GARBAGE COLLECT
41.01/41.35	c rational objective 997
43.70/44.05	c #Conflicts:      67000 | #Constraints:      12291
43.70/44.05	c #Conflicts:      68000 | #Constraints:      13291
43.70/44.05	c #Conflicts:      69000 | #Constraints:      14291
43.70/44.05	c #Conflicts:      70000 | #Constraints:      15291
43.70/44.05	c #Conflicts:      71000 | #Constraints:      16291
43.70/44.05	c #Conflicts:      72000 | #Constraints:      17291
43.70/44.05	c INPROCESSING
43.70/44.05	c GARBAGE COLLECT
43.70/44.05	c rational objective 997
44.90/45.29	c #Conflicts:      73000 | #Constraints:      12932
44.90/45.29	c #Conflicts:      74000 | #Constraints:      13969
44.90/45.29	c bounds 1043 >= 997 @ 44.0874
47.50/47.81	c #Conflicts:      75000 | #Constraints:      14983
47.50/47.81	c #Conflicts:      76000 | #Constraints:      16016
47.50/47.81	c #Conflicts:      77000 | #Constraints:      17100
47.50/47.81	c #Conflicts:      78000 | #Constraints:      18155
47.50/47.81	c INPROCESSING
47.50/47.81	c GARBAGE COLLECT
47.50/47.81	c rational objective 997
50.69/51.09	c #Conflicts:      79000 | #Constraints:      13397
50.69/51.09	c #Conflicts:      80000 | #Constraints:      14397
50.69/51.09	c #Conflicts:      81000 | #Constraints:      15397
50.69/51.09	c #Conflicts:      82000 | #Constraints:      16397
50.69/51.09	c #Conflicts:      83000 | #Constraints:      17397
50.69/51.09	c #Conflicts:      84000 | #Constraints:      18397
50.69/51.09	c INPROCESSING
50.69/51.09	c GARBAGE COLLECT
50.69/51.09	c rational objective 997
51.28/51.69	c #Conflicts:      85000 | #Constraints:      13562
51.28/51.69	c bounds 1042 >= 997 @ 50.3362
54.27/54.65	c #Conflicts:      86000 | #Constraints:      14572
54.27/54.65	c #Conflicts:      87000 | #Constraints:      15572
54.27/54.65	c #Conflicts:      88000 | #Constraints:      16572
54.27/54.65	c #Conflicts:      89000 | #Constraints:      17572
54.27/54.65	c bounds 1042 >= 998 @ 53.2394
54.77/55.12	c #Conflicts:      90000 | #Constraints:      18657
54.77/55.12	c INPROCESSING
54.77/55.12	c GARBAGE COLLECT
54.77/55.12	c rational objective 998
55.97/56.30	c #Conflicts:      91000 | #Constraints:      13552
55.97/56.30	c #Conflicts:      92000 | #Constraints:      14611
55.97/56.30	c bounds 1041 >= 998 @ 54.8517
57.56/57.96	c #Conflicts:      93000 | #Constraints:      15650
57.56/57.96	c #Conflicts:      94000 | #Constraints:      16689
57.56/57.96	c #Conflicts:      95000 | #Constraints:      17751
57.56/57.96	c bounds 1040 >= 998 @ 56.4787
58.65/59.02	c #Conflicts:      96000 | #Constraints:      18788
58.65/59.02	c INPROCESSING
58.65/59.02	c GARBAGE COLLECT
58.65/59.02	c rational objective 998
62.34/62.70	c #Conflicts:      97000 | #Constraints:      13431
62.34/62.70	c #Conflicts:      98000 | #Constraints:      14431
62.34/62.70	c #Conflicts:      99000 | #Constraints:      15431
62.34/62.70	c #Conflicts:     100000 | #Constraints:      16431
62.34/62.70	c #Conflicts:     101000 | #Constraints:      17431
62.34/62.70	c #Conflicts:     102000 | #Constraints:      18431
62.34/62.70	c #Conflicts:     103000 | #Constraints:      19431
62.34/62.70	c INPROCESSING
62.34/62.70	c GARBAGE COLLECT
62.34/62.70	c rational objective 998
62.94/63.30	c #Conflicts:     104000 | #Constraints:      14012
62.94/63.30	c bounds 1039 >= 998 @ 61.7179
67.71/68.28	c #Conflicts:     105000 | #Constraints:      15021
67.71/68.28	c #Conflicts:     106000 | #Constraints:      16021
67.71/68.28	c #Conflicts:     107000 | #Constraints:      17021
67.71/68.28	c #Conflicts:     108000 | #Constraints:      18073
67.71/68.28	c #Conflicts:     109000 | #Constraints:      19140
67.71/68.28	c #Conflicts:     110000 | #Constraints:      20198
67.71/68.28	c INPROCESSING
67.71/68.28	c GARBAGE COLLECT
67.71/68.28	c rational objective 998
71.70/72.26	c #Conflicts:     111000 | #Constraints:      14400
71.70/72.26	c #Conflicts:     112000 | #Constraints:      15400
71.70/72.26	c #Conflicts:     113000 | #Constraints:      16400
71.70/72.26	c #Conflicts:     114000 | #Constraints:      17400
71.70/72.26	c #Conflicts:     115000 | #Constraints:      18400
71.70/72.26	c #Conflicts:     116000 | #Constraints:      19400
71.70/72.26	c #Conflicts:     117000 | #Constraints:      20400
71.70/72.26	c INPROCESSING
71.70/72.26	c GARBAGE COLLECT
71.70/72.26	c rational objective 998
75.50/76.06	c #Conflicts:     118000 | #Constraints:      14568
75.50/76.06	c #Conflicts:     119000 | #Constraints:      15568
75.50/76.06	c #Conflicts:     120000 | #Constraints:      16568
75.50/76.06	c #Conflicts:     121000 | #Constraints:      17568
75.50/76.06	c #Conflicts:     122000 | #Constraints:      18568
75.50/76.06	c #Conflicts:     123000 | #Constraints:      19568
75.50/76.06	c #Conflicts:     124000 | #Constraints:      20568
75.50/76.06	c INPROCESSING
75.50/76.06	c GARBAGE COLLECT
75.50/76.06	c rational objective 998
76.60/77.11	c #Conflicts:     125000 | #Constraints:      14558
76.60/77.11	c #Conflicts:     126000 | #Constraints:      15602
76.60/77.11	c bounds 1038 >= 998 @ 75.13
79.28/79.80	c #Conflicts:     127000 | #Constraints:      16630
79.28/79.80	c #Conflicts:     128000 | #Constraints:      17707
79.28/79.80	c #Conflicts:     129000 | #Constraints:      18779
79.28/79.80	c #Conflicts:     130000 | #Constraints:      19851
79.28/79.80	c bounds 1037 >= 998 @ 77.7561
81.88/82.41	c #Conflicts:     131000 | #Constraints:      20854
81.88/82.41	c INPROCESSING
81.88/82.41	c GARBAGE COLLECT
81.88/82.41	c rational objective 998
82.37/82.90	c #Conflicts:     132000 | #Constraints:      14513
82.37/82.90	c bounds 1036 >= 998 @ 80.821
82.48/83.04	WSVECS04 Frhs2[3]: 6 -1.00002 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[6]: 6 -1.00009 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[7]: 6 -1.00003 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[8]: 6 -1.00009 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[11]: 6 -1.00007 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[12]: 6 -1.00007 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[13]: 6 -1.00002 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[16]: 6 -1.00003 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[17]: 6 -1.00004 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[20]: 6 -1.00003 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[21]: 6 -1.00007 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[23]: 6 -1.0001 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[25]: 6 -1.00007 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[28]: 6 -1.00008 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[35]: 6 -1.00002 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[36]: 6 -1.00008 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[40]: 6 -1.00007 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[41]: 6 -1.00005 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[42]: 6 -1.00005 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[45]: 6 -1.00009 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[46]: 6 -1.00006 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[47]: 6 -1.00007 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[51]: 6 -1.00005 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[54]: 6 -1.00006 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[56]: 6 -1.00001 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[59]: 6 -1.00004 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[61]: 6 -1.00008 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[63]: 6 -1.00003 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[64]: 6 -1.00005 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[67]: 6 -1.00001 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[68]: 6 -1.00005 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[69]: 6 -1.00007 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[70]: 6 -1.00001 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[72]: 6 -1.00004 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[73]: 6 -1.00007 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[75]: 6 -1.00006 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[77]: 6 -1.00005 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[78]: 6 -1.00002 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[79]: 6 -1.00009 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[81]: 6 -1.0001 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[82]: 6 -1.00002 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[84]: 6 -1.00003 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[85]: 6 -1.00007 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[88]: 6 -1.00008 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[89]: 6 -1.00003 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[92]: 6 -1.0001 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[96]: 6 -1.00007 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[100]: 6 -1.00009 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[101]: 6 -1.00008 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[104]: 6 -1.00002 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[108]: 6 -1.00005 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[110]: 6 -1.00006 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[119]: 6 -1.00006 0 shouldn't be
82.48/83.04	WSVECS04 Frhs2[121]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[122]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[124]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[127]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[129]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[130]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[134]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[136]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[140]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[141]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[143]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[144]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[150]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[151]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[156]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[157]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[159]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[162]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[163]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[166]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[167]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[169]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[170]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[171]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[172]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[175]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[176]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[179]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[181]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[184]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[186]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[187]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[188]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[190]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[193]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[194]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[196]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[200]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[202]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[203]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[206]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[209]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[210]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[213]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[219]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[223]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[226]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[227]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[229]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[232]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[239]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[240]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[243]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[244]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[245]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[248]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[249]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[250]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[253]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[255]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[256]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[258]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[260]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[268]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[272]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[273]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[274]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[277]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[280]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[281]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[282]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[285]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[288]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[289]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[296]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[297]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[304]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[309]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[310]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[311]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[313]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[314]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[316]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[319]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[323]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[326]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[328]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[329]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[330]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[334]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[335]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[336]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[337]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[338]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[341]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[342]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[343]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[344]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[346]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[348]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[349]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[352]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[353]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[356]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[358]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[359]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[360]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[362]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[363]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[364]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[366]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[368]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[370]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[372]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[373]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[374]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[377]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[378]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[379]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[380]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[381]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[382]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[383]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[385]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[387]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[388]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[389]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[391]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[392]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[395]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[399]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[403]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[404]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[407]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[408]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[411]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[413]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[414]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[415]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[418]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[419]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[420]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[421]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[424]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[425]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[429]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[430]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[433]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[434]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[435]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[436]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[440]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[443]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[444]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[445]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[446]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[450]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[452]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[453]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[457]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[460]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[461]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[462]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[463]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[466]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[467]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[469]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[470]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[473]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[478]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[479]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[480]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[483]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[484]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[487]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[490]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[495]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[496]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[497]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[502]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[504]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[507]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[514]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[516]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[518]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[519]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[520]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[523]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[525]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[528]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[530]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[545]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[546]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[547]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[548]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[549]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[551]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[552]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[553]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[555]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[558]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[559]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[560]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[561]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[566]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[569]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[570]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[571]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[572]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[574]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[577]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[583]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[588]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[593]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[594]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[596]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[599]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[600]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[608]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[612]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[613]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[618]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[619]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[620]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[621]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[623]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[630]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[631]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[635]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[636]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[638]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[639]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[640]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[641]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[643]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[644]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[645]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[646]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[647]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[650]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[651]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[654]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[655]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[656]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[658]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[664]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[667]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[668]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[672]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[673]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[675]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[678]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[679]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[680]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[684]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[691]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[692]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[693]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[696]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[697]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[700]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[702]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[703]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[704]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[706]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[710]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[711]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[713]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[717]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[720]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[722]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[723]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[732]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[733]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[737]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[738]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[739]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[740]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[742]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[744]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[745]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[746]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[748]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[749]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[752]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[755]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[756]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[757]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[760]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[761]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[764]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[765]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[766]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[774]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[775]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[776]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[780]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[781]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[782]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[783]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[785]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[786]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[788]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[790]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[792]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[795]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[796]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[797]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[803]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[804]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[805]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[806]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[811]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[813]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[814]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[815]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[816]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[817]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[820]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[821]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[825]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[826]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[829]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[831]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[832]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[841]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[845]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[846]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[848]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[849]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[854]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[855]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[856]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[857]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[858]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[859]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[860]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[863]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[864]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[866]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[868]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[878]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[881]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[884]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[885]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[887]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[888]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[889]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[892]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[893]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[895]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[896]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[898]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[899]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[901]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[904]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[906]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[909]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[910]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[912]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[918]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[920]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[922]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[923]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[924]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[926]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[927]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[929]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[931]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[932]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[939]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[941]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[942]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[944]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[945]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[946]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[947]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[948]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[950]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[953]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[955]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[958]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[962]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[968]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[970]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[972]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[976]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[977]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[978]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[979]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[980]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[983]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[984]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[985]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[986]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[987]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[989]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[990]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[991]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[992]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[993]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[994]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[997]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1001]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1002]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1011]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1012]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1013]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1016]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1021]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1022]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1025]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1027]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1030]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1031]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1034]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1042]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1043]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1044]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1046]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1047]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1051]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1054]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1056]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1060]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1061]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1063]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1065]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1067]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1070]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1071]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1072]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1073]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1074]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1077]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1078]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1084]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1085]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1087]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1088]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1089]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1091]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1092]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1093]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1094]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1099]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1100]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1101]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1103]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1105]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1107]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1110]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1112]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1113]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1114]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1115]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1116]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1117]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1119]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1121]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1122]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1127]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1128]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1132]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1139]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1141]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1146]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1151]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1153]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1154]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1157]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1158]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1159]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1165]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1166]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1168]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1169]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1171]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1173]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1174]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1175]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1179]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1180]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1181]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1182]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1183]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1186]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1189]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1190]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1192]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1193]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1195]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1196]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1197]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1201]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1202]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1206]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1207]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1211]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1213]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1214]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1216]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1218]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1220]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1221]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1222]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1223]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1225]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1231]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1237]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1240]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1244]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1245]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1246]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1248]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1251]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1256]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1258]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1261]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1270]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1273]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1275]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1282]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1283]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1284]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1285]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1291]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1292]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1293]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1294]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1296]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1298]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1302]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1305]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1306]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1308]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1311]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1318]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1322]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1323]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1325]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1327]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1331]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1332]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1336]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1338]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1340]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1341]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1342]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1343]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1344]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1348]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1351]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1352]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1354]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1357]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1359]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1361]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1362]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1363]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1366]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1369]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1372]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1374]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1375]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1378]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1380]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1383]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1385]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1386]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1387]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1389]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1392]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1398]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1401]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1403]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1404]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1405]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1406]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1407]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1408]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1412]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1413]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1414]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1415]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1416]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1417]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1419]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1424]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1426]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1427]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1432]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1433]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1434]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1436]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1440]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1443]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1444]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1455]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1456]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1457]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1459]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1460]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1467]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1468]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1475]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1478]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1480]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1481]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1485]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1486]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1487]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1489]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1490]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1491]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1492]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1493]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1494]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1495]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1497]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1498]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1503]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1505]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1506]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1508]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1510]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1517]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1519]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1520]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1522]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1525]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1530]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1531]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1533]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1534]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1536]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1538]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1539]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1540]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1542]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1546]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1549]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1550]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1552]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1553]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1563]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1567]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1569]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1572]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1573]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1574]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1575]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1579]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1580]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1581]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1582]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1584]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1585]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1588]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1589]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1591]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1592]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1593]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1594]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1597]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1599]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1602]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1603]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1604]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1605]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1607]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1608]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1609]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1610]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1614]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1615]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1618]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1620]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1622]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1623]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1626]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1627]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1628]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1629]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1632]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1636]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1640]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1644]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1646]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1648]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1649]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1650]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1661]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1662]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1667]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1668]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1669]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1670]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1671]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1673]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1676]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1677]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1683]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1685]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1687]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1688]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1689]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1690]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1692]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1693]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1694]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1696]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1703]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1704]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1708]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1715]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1717]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1724]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1728]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1730]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1734]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1736]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1738]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1743]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1745]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1746]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1749]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1754]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1755]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1758]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1761]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1763]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1766]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1773]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1774]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1775]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1776]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1777]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1781]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1782]: 6 -1.00001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1783]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1784]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1787]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1788]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1789]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1794]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1796]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1798]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1800]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1803]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1804]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1805]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1811]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1812]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1816]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1818]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1819]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1820]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1823]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1827]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1829]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1830]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1834]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1835]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1836]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1838]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1839]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1844]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1848]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1852]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1855]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1860]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1866]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1867]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1869]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1870]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1872]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1873]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1878]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1882]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1885]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1888]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1889]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1890]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1893]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1894]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1895]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1897]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1899]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1900]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1905]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1907]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1908]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1911]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1916]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1917]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1918]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1922]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1923]: 6 -1.00004 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1924]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1926]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1929]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1930]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1931]: 6 -1.00009 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1932]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1934]: 6 -1.00005 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1935]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1938]: 6 -1.00002 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1940]: 6 -1.0001 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1942]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1943]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1946]: 6 -1.00008 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1953]: 6 -1.00003 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1955]: 6 -1.00006 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1958]: 6 -1.00007 0 shouldn't be
82.48/83.05	WSVECS04 Frhs2[1959]: 6 -1.00006 0 shouldn't be
87.76/88.37	c #Conflicts:     133000 | #Constraints:      15537
87.76/88.37	c #Conflicts:     134000 | #Constraints:      16537
87.76/88.37	c #Conflicts:     135000 | #Constraints:      17537
87.76/88.37	c #Conflicts:     136000 | #Constraints:      18605
87.76/88.37	c #Conflicts:     137000 | #Constraints:      19661
87.76/88.37	c #Conflicts:     138000 | #Constraints:      20725
87.76/88.37	c #Conflicts:     139000 | #Constraints:      21756
87.76/88.37	c INPROCESSING
87.76/88.37	c GARBAGE COLLECT
87.76/88.37	c rational objective 998
92.35/93.00	c #Conflicts:     140000 | #Constraints:      15143
92.35/93.00	c #Conflicts:     141000 | #Constraints:      16143
92.35/93.00	c #Conflicts:     142000 | #Constraints:      17143
92.35/93.00	c #Conflicts:     143000 | #Constraints:      18143
92.35/93.00	c #Conflicts:     144000 | #Constraints:      19143
92.35/93.00	c #Conflicts:     145000 | #Constraints:      20143
92.35/93.00	c #Conflicts:     146000 | #Constraints:      21143
92.35/93.00	c bounds 1036 >= 999 @ 90.7251
92.75/93.30	c #Conflicts:     147000 | #Constraints:      22212
92.75/93.30	c INPROCESSING
92.75/93.30	c GARBAGE COLLECT
92.75/93.30	c rational objective 999
96.72/97.49	c #Conflicts:     148000 | #Constraints:      15503
96.72/97.49	c #Conflicts:     149000 | #Constraints:      16503
96.72/97.49	c #Conflicts:     150000 | #Constraints:      17503
96.72/97.49	c #Conflicts:     151000 | #Constraints:      18503
96.72/97.49	c #Conflicts:     152000 | #Constraints:      19503
96.72/97.49	c #Conflicts:     153000 | #Constraints:      20503
96.72/97.49	c #Conflicts:     154000 | #Constraints:      21503
96.72/97.49	c #Conflicts:     155000 | #Constraints:      22503
96.72/97.49	c INPROCESSING
96.72/97.49	c GARBAGE COLLECT
96.72/97.49	c rational objective 999
102.31/103.08	c #Conflicts:     156000 | #Constraints:      15657
102.31/103.08	c #Conflicts:     157000 | #Constraints:      16740
102.31/103.08	c #Conflicts:     158000 | #Constraints:      17837
102.31/103.08	c #Conflicts:     159000 | #Constraints:      18913
102.31/103.08	c #Conflicts:     160000 | #Constraints:      19984
102.31/103.08	c #Conflicts:     161000 | #Constraints:      21044
102.31/103.08	c #Conflicts:     162000 | #Constraints:      22105
102.31/103.08	c #Conflicts:     163000 | #Constraints:      23151
102.31/103.08	c INPROCESSING
102.31/103.08	c GARBAGE COLLECT
102.31/103.08	c rational objective 999
107.09/107.85	c #Conflicts:     164000 | #Constraints:      15829
107.09/107.85	c #Conflicts:     165000 | #Constraints:      16829
107.09/107.85	c #Conflicts:     166000 | #Constraints:      17829
107.09/107.85	c #Conflicts:     167000 | #Constraints:      18829
107.09/107.85	c #Conflicts:     168000 | #Constraints:      19829
107.09/107.85	c #Conflicts:     169000 | #Constraints:      20829
107.09/107.85	c #Conflicts:     170000 | #Constraints:      21829
107.09/107.85	c #Conflicts:     171000 | #Constraints:      22829
107.09/107.85	c INPROCESSING
107.09/107.85	c GARBAGE COLLECT
107.09/107.85	c rational objective 999
111.58/112.34	c #Conflicts:     172000 | #Constraints:      15531
111.58/112.34	c #Conflicts:     173000 | #Constraints:      16531
111.58/112.34	c #Conflicts:     174000 | #Constraints:      17531
111.58/112.34	c #Conflicts:     175000 | #Constraints:      18531
111.58/112.34	c #Conflicts:     176000 | #Constraints:      19531
111.58/112.34	c #Conflicts:     177000 | #Constraints:      20531
111.58/112.34	c #Conflicts:     178000 | #Constraints:      21531
111.58/112.34	c #Conflicts:     179000 | #Constraints:      22531
111.58/112.34	c #Conflicts:     180000 | #Constraints:      23531
111.58/112.34	c INPROCESSING
111.58/112.34	c GARBAGE COLLECT
111.58/112.34	c rational objective 999
118.06/118.86	c #Conflicts:     181000 | #Constraints:      16076
118.06/118.86	c #Conflicts:     182000 | #Constraints:      17090
118.06/118.86	c #Conflicts:     183000 | #Constraints:      18158
118.06/118.86	c #Conflicts:     184000 | #Constraints:      19227
118.06/118.86	c #Conflicts:     185000 | #Constraints:      20275
118.06/118.86	c #Conflicts:     186000 | #Constraints:      21313
118.06/118.86	c #Conflicts:     187000 | #Constraints:      22362
118.06/118.86	c #Conflicts:     188000 | #Constraints:      23409
118.06/118.86	c #Conflicts:     189000 | #Constraints:      24452
118.06/118.86	c INPROCESSING
118.06/118.86	c GARBAGE COLLECT
118.06/118.86	c rational objective 999
123.45/124.20	c #Conflicts:     190000 | #Constraints:      16566
123.45/124.20	c #Conflicts:     191000 | #Constraints:      17566
123.45/124.20	c #Conflicts:     192000 | #Constraints:      18566
123.45/124.20	c #Conflicts:     193000 | #Constraints:      19566
123.45/124.20	c #Conflicts:     194000 | #Constraints:      20566
123.45/124.20	c #Conflicts:     195000 | #Constraints:      21566
123.45/124.20	c #Conflicts:     196000 | #Constraints:      22566
123.45/124.20	c #Conflicts:     197000 | #Constraints:      23566
123.45/124.20	c #Conflicts:     198000 | #Constraints:      24566
123.45/124.20	c INPROCESSING
123.45/124.20	c GARBAGE COLLECT
123.45/124.20	c rational objective 999
129.09/130.02	c #Conflicts:     199000 | #Constraints:      16721
129.09/130.02	c #Conflicts:     200000 | #Constraints:      17721
129.09/130.02	c #Conflicts:     201000 | #Constraints:      18721
129.09/130.02	c #Conflicts:     202000 | #Constraints:      19721
129.09/130.02	c #Conflicts:     203000 | #Constraints:      20721
129.09/130.02	c #Conflicts:     204000 | #Constraints:      21721
129.09/130.02	c #Conflicts:     205000 | #Constraints:      22721
129.09/130.02	c #Conflicts:     206000 | #Constraints:      23721
129.09/130.02	c #Conflicts:     207000 | #Constraints:      24721
129.09/130.02	c INPROCESSING
129.09/130.02	c GARBAGE COLLECT
129.09/130.02	c rational objective 999
135.76/136.72	c #Conflicts:     208000 | #Constraints:      16685
135.76/136.72	c #Conflicts:     209000 | #Constraints:      17725
135.76/136.72	c #Conflicts:     210000 | #Constraints:      18788
135.76/136.72	c #Conflicts:     211000 | #Constraints:      19857
135.76/136.72	c #Conflicts:     212000 | #Constraints:      20913
135.76/136.72	c #Conflicts:     213000 | #Constraints:      21949
135.76/136.72	c #Conflicts:     214000 | #Constraints:      22987
135.76/136.72	c #Conflicts:     215000 | #Constraints:      24024
135.76/136.72	c #Conflicts:     216000 | #Constraints:      25063
135.76/136.72	c INPROCESSING
135.76/136.72	c GARBAGE COLLECT
135.76/136.72	c rational objective 999
141.85/142.89	c #Conflicts:     217000 | #Constraints:      16574
141.85/142.89	c #Conflicts:     218000 | #Constraints:      17574
141.85/142.89	c #Conflicts:     219000 | #Constraints:      18574
141.85/142.89	c #Conflicts:     220000 | #Constraints:      19574
141.85/142.89	c #Conflicts:     221000 | #Constraints:      20574
141.85/142.89	c #Conflicts:     222000 | #Constraints:      21574
141.85/142.89	c #Conflicts:     223000 | #Constraints:      22574
141.85/142.89	c #Conflicts:     224000 | #Constraints:      23574
141.85/142.89	c #Conflicts:     225000 | #Constraints:      24574
141.85/142.89	c #Conflicts:     226000 | #Constraints:      25574
141.85/142.89	c INPROCESSING
141.85/142.89	c GARBAGE COLLECT
141.85/142.89	c rational objective 999
149.52/150.52	c #Conflicts:     227000 | #Constraints:      17146
149.52/150.52	c #Conflicts:     228000 | #Constraints:      18165
149.52/150.52	c #Conflicts:     229000 | #Constraints:      19222
149.52/150.52	c #Conflicts:     230000 | #Constraints:      20262
149.52/150.52	c #Conflicts:     231000 | #Constraints:      21280
149.52/150.52	c #Conflicts:     232000 | #Constraints:      22310
149.52/150.52	c #Conflicts:     233000 | #Constraints:      23331
149.52/150.52	c #Conflicts:     234000 | #Constraints:      24372
149.52/150.52	c #Conflicts:     235000 | #Constraints:      25411
149.52/150.52	c #Conflicts:     236000 | #Constraints:      26459
149.52/150.52	c INPROCESSING
149.52/150.52	c GARBAGE COLLECT
149.52/150.52	c rational objective 999
156.09/157.23	c #Conflicts:     237000 | #Constraints:      17559
156.09/157.23	c #Conflicts:     238000 | #Constraints:      18559
156.09/157.23	c #Conflicts:     239000 | #Constraints:      19559
156.09/157.23	c #Conflicts:     240000 | #Constraints:      20559
156.09/157.23	c #Conflicts:     241000 | #Constraints:      21559
156.09/157.23	c #Conflicts:     242000 | #Constraints:      22559
156.09/157.23	c #Conflicts:     243000 | #Constraints:      23559
156.09/157.23	c #Conflicts:     244000 | #Constraints:      24559
156.09/157.23	c #Conflicts:     245000 | #Constraints:      25559
156.09/157.23	c #Conflicts:     246000 | #Constraints:      26559
156.09/157.23	c INPROCESSING
156.09/157.23	c GARBAGE COLLECT
156.09/157.23	c rational objective 999
162.46/163.62	c #Conflicts:     247000 | #Constraints:      17711
162.46/163.62	c #Conflicts:     248000 | #Constraints:      18711
162.46/163.62	c #Conflicts:     249000 | #Constraints:      19711
162.46/163.62	c #Conflicts:     250000 | #Constraints:      20711
162.46/163.62	c #Conflicts:     251000 | #Constraints:      21711
162.46/163.62	c #Conflicts:     252000 | #Constraints:      22711
162.46/163.62	c #Conflicts:     253000 | #Constraints:      23711
162.46/163.62	c #Conflicts:     254000 | #Constraints:      24711
162.46/163.62	c #Conflicts:     255000 | #Constraints:      25711
162.46/163.62	c #Conflicts:     256000 | #Constraints:      26711
162.46/163.62	c INPROCESSING
162.46/163.62	c GARBAGE COLLECT
162.46/163.62	c rational objective 999
163.86/165.01	c #Conflicts:     257000 | #Constraints:      17677
163.86/165.01	c #Conflicts:     258000 | #Constraints:      18682
163.86/165.01	c bounds 1035 >= 999 @ 160.987
163.97/165.16	WSVECS04 Frhs2[3]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[6]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[7]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[8]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[11]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[12]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[13]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[16]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[17]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[20]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[21]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[25]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[28]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[32]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[35]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[36]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[41]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[42]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[45]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[46]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[47]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[51]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[54]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[56]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[61]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[63]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[64]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[67]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[69]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[70]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[72]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[73]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[75]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[77]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[78]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[79]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[80]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[81]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[82]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[84]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[85]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[88]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[89]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[96]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[100]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[101]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[104]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[108]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[110]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[119]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[120]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[122]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[124]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[127]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[129]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[130]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[132]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[134]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[136]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[140]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[141]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[143]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[144]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[150]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[151]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[157]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[159]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[162]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[163]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[166]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[167]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[169]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[170]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[171]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[172]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[175]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[176]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[179]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[180]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[181]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[183]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[184]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[186]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[187]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[188]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[190]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[194]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[196]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[203]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[206]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[209]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[210]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[213]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[219]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[223]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[226]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[227]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[232]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[235]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[237]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[239]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[240]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[243]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[244]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[245]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[248]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[250]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[253]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[255]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[256]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[258]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[260]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[267]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[272]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[273]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[274]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[277]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[280]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[281]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[282]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[285]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[288]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[289]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[297]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[298]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[301]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[304]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[309]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[311]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[314]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[316]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[319]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[323]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[326]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[328]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[329]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[330]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[334]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[335]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[336]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[337]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[338]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[341]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[342]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[343]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[344]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[346]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[348]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[349]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[352]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[353]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[356]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[358]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[359]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[360]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[362]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[363]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[364]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[366]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[368]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[372]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[373]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[374]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[377]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[378]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[379]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[380]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[381]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[382]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[383]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[385]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[387]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[388]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[389]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[391]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[392]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[395]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[399]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[403]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[404]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[408]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[411]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[413]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[415]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[418]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[419]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[420]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[421]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[425]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[427]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[429]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[430]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[433]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[434]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[435]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[436]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[438]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[440]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[441]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[443]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[444]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[445]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[446]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[453]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[457]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[460]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[461]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[462]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[463]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[465]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[466]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[467]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[469]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[470]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[473]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[474]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[478]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[479]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[480]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[483]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[484]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[487]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[490]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[494]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[495]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[496]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[501]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[502]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[503]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[504]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[514]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[515]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[516]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[518]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[519]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[520]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[523]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[525]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[528]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[530]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[545]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[546]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[547]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[548]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[549]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[550]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[551]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[552]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[553]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[555]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[558]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[559]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[560]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[561]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[564]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[566]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[569]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[570]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[571]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[572]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[574]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[577]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[579]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[583]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[588]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[593]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[594]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[596]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[599]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[600]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[608]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[612]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[613]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[618]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[619]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[621]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[623]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[630]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[631]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[635]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[636]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[638]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[639]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[640]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[641]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[643]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[644]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[645]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[646]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[647]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[650]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[651]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[653]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[654]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[655]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[656]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[658]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[664]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[667]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[668]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[672]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[673]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[675]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[678]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[680]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[684]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[688]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[691]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[692]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[696]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[697]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[700]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[702]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[703]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[704]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[706]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[710]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[711]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[713]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[717]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[718]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[720]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[721]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[722]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[723]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[731]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[732]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[733]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[737]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[738]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[739]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[740]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[742]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[744]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[745]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[747]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[748]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[749]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[752]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[753]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[754]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[756]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[757]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[761]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[764]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[765]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[766]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[775]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[776]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[780]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[781]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[782]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[783]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[785]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[786]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[788]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[790]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[792]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[795]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[796]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[803]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[804]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[805]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[806]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[811]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[813]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[814]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[815]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[816]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[817]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[820]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[821]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[825]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[826]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[829]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[832]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[839]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[841]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[844]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[845]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[846]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[848]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[849]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[854]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[856]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[857]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[858]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[860]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[863]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[864]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[866]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[868]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[872]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[878]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[881]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[884]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[885]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[887]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[889]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[892]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[893]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[895]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[896]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[898]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[899]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[901]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[904]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[906]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[909]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[910]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[912]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[918]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[920]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[922]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[923]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[924]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[927]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[929]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[931]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[932]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[938]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[939]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[941]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[942]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[944]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[946]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[947]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[948]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[950]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[953]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[956]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[958]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[962]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[968]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[970]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[972]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[976]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[977]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[978]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[979]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[980]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[981]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[983]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[984]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[985]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[986]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[987]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[989]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[990]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[991]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[992]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[993]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[994]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[997]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1001]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1002]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1011]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1012]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1013]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1016]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1021]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1022]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1025]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1027]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1031]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1034]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1042]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1043]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1044]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1046]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1047]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1051]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1054]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1055]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1056]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1061]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1063]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1065]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1067]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1068]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1070]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1071]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1072]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1073]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1074]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1077]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1078]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1084]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1085]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1087]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1088]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1089]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1091]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1093]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1094]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1099]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1100]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1101]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1103]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1105]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1107]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1110]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1112]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1113]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1114]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1115]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1116]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1119]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1120]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1121]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1122]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1127]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1128]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1132]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1139]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1146]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1148]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1151]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1153]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1154]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1157]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1158]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1159]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1165]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1166]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1168]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1169]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1171]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1173]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1174]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1175]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1179]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1181]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1182]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1183]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1186]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1187]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1189]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1190]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1192]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1193]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1195]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1196]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1197]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1198]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1201]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1202]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1203]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1206]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1207]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1211]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1212]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1213]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1214]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1216]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1218]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1220]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1221]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1222]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1223]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1225]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1229]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1231]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1237]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1240]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1244]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1246]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1248]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1251]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1256]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1257]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1258]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1261]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1270]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1273]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1275]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1278]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1282]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1283]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1284]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1285]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1291]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1292]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1293]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1294]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1296]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1298]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1302]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1305]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1306]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1307]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1308]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1311]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1318]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1322]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1323]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1325]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1327]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1331]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1332]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1336]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1338]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1340]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1341]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1342]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1343]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1344]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1346]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1348]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1351]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1352]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1354]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1357]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1361]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1362]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1365]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1366]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1369]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1372]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1373]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1374]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1375]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1378]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1379]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1380]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1383]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1385]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1386]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1387]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1388]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1389]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1390]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1391]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1392]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1397]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1398]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1401]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1403]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1404]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1406]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1407]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1411]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1412]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1413]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1414]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1415]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1416]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1417]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1424]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1426]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1427]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1432]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1433]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1434]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1436]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1437]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1440]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1443]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1444]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1448]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1455]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1456]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1457]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1459]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1460]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1467]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1468]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1478]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1480]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1481]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1485]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1487]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1488]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1489]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1490]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1491]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1492]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1493]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1494]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1495]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1497]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1498]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1502]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1503]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1505]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1506]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1508]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1510]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1512]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1517]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1519]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1520]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1522]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1525]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1530]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1531]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1533]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1534]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1535]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1536]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1538]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1540]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1542]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1546]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1550]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1553]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1563]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1567]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1569]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1572]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1574]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1575]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1580]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1581]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1582]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1584]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1585]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1588]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1589]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1592]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1593]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1597]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1599]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1600]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1602]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1603]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1604]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1605]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1607]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1608]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1609]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1610]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1614]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1615]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1618]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1620]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1622]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1623]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1627]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1628]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1629]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1632]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1636]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1640]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1644]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1646]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1648]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1649]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1650]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1652]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1661]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1662]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1667]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1668]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1670]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1671]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1673]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1676]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1677]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1681]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1682]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1683]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1685]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1687]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1689]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1690]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1692]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1693]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1694]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1696]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1698]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1703]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1704]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1708]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1715]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1717]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1721]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1724]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1728]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1730]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1734]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1736]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1738]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1743]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1745]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1746]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1749]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1754]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1755]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1758]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1761]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1763]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1766]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1773]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1774]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1775]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1776]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1777]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1782]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1783]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1787]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1788]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1789]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1794]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1796]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1798]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1800]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1803]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1804]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1805]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1811]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1812]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1816]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1819]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1820]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1823]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1826]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1827]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1829]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1834]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1835]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1836]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1838]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1839]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1844]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1848]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1852]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1855]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1860]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1866]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1867]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1869]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1870]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1872]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1873]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1875]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1878]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1882]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1885]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1888]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1889]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1890]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1893]: 6 -1.0001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1894]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1895]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1897]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1899]: 6 -1.00009 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1900]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1908]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1911]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1916]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1917]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1918]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1922]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1923]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1924]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1926]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1929]: 6 -1.00002 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1930]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1932]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1934]: 6 -1.00005 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1935]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1938]: 6 -1.00003 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1940]: 6 -1.00007 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1943]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1945]: 6 -1.00008 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1953]: 6 -1.00001 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1955]: 6 -1.00006 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1959]: 6 -1.00004 0 shouldn't be
163.97/165.16	WSVECS04 Frhs2[1962]: 6 -1.00006 0 shouldn't be
172.03/173.28	c #Conflicts:     259000 | #Constraints:      19739
172.03/173.28	c #Conflicts:     260000 | #Constraints:      20739
172.03/173.28	c #Conflicts:     261000 | #Constraints:      21739
172.03/173.28	c #Conflicts:     262000 | #Constraints:      22760
172.03/173.28	c #Conflicts:     263000 | #Constraints:      23843
172.03/173.28	c #Conflicts:     264000 | #Constraints:      24925
172.03/173.28	c #Conflicts:     265000 | #Constraints:      26002
172.03/173.28	c #Conflicts:     266000 | #Constraints:      27042
172.03/173.28	c INPROCESSING
172.03/173.28	c GARBAGE COLLECT
172.03/173.28	c rational objective 999
177.00/178.29	c #Conflicts:     267000 | #Constraints:      17561
177.00/178.29	c #Conflicts:     268000 | #Constraints:      18561
177.00/178.29	c #Conflicts:     269000 | #Constraints:      19561
177.00/178.29	c #Conflicts:     270000 | #Constraints:      20561
177.00/178.29	c #Conflicts:     271000 | #Constraints:      21561
177.00/178.29	c #Conflicts:     272000 | #Constraints:      22561
177.00/178.29	c #Conflicts:     273000 | #Constraints:      23561
177.00/178.29	c bounds 1035 >= 1000 @ 174.023
179.69/180.92	c #Conflicts:     274000 | #Constraints:      24642
179.69/180.92	c #Conflicts:     275000 | #Constraints:      25642
179.69/180.92	c #Conflicts:     276000 | #Constraints:      26642
179.69/180.92	c #Conflicts:     277000 | #Constraints:      27642
179.69/180.92	c INPROCESSING
179.69/180.92	c GARBAGE COLLECT
179.69/180.92	c rational objective 1000
185.59/186.94	c #Conflicts:     278000 | #Constraints:      18173
185.59/186.94	c #Conflicts:     279000 | #Constraints:      19173
185.59/186.94	c #Conflicts:     280000 | #Constraints:      20173
185.59/186.94	c #Conflicts:     281000 | #Constraints:      21173
185.59/186.94	c #Conflicts:     282000 | #Constraints:      22173
185.59/186.94	c #Conflicts:     283000 | #Constraints:      23173
185.59/186.94	c #Conflicts:     284000 | #Constraints:      24173
185.59/186.94	c #Conflicts:     285000 | #Constraints:      25173
185.59/186.94	c #Conflicts:     286000 | #Constraints:      26173
185.59/186.94	c #Conflicts:     287000 | #Constraints:      27173
185.59/186.94	c #Conflicts:     288000 | #Constraints:      28173
185.59/186.94	c INPROCESSING
185.59/186.94	c GARBAGE COLLECT
185.59/186.94	c rational objective 1000
194.16/195.50	c #Conflicts:     289000 | #Constraints:      18544
194.16/195.50	c #Conflicts:     290000 | #Constraints:      19544
194.16/195.50	c #Conflicts:     291000 | #Constraints:      20544
194.16/195.50	c #Conflicts:     292000 | #Constraints:      21590
194.16/195.50	c #Conflicts:     293000 | #Constraints:      22649
194.16/195.50	c #Conflicts:     294000 | #Constraints:      23694
194.16/195.50	c #Conflicts:     295000 | #Constraints:      24736
194.16/195.50	c #Conflicts:     296000 | #Constraints:      25782
194.16/195.50	c #Conflicts:     297000 | #Constraints:      26819
194.16/195.50	c #Conflicts:     298000 | #Constraints:      27863
194.16/195.50	c #Conflicts:     299000 | #Constraints:      28902
194.16/195.50	c INPROCESSING
194.16/195.50	c GARBAGE COLLECT
194.16/195.50	c rational objective 1000
201.55/202.93	c #Conflicts:     300000 | #Constraints:      18818
201.55/202.93	c #Conflicts:     301000 | #Constraints:      19818
201.55/202.93	c #Conflicts:     302000 | #Constraints:      20818
201.55/202.93	c #Conflicts:     303000 | #Constraints:      21818
201.55/202.93	c #Conflicts:     304000 | #Constraints:      22818
201.55/202.93	c #Conflicts:     305000 | #Constraints:      23818
201.55/202.93	c #Conflicts:     306000 | #Constraints:      24818
201.55/202.93	c #Conflicts:     307000 | #Constraints:      25818
201.55/202.93	c #Conflicts:     308000 | #Constraints:      26818
201.55/202.93	c #Conflicts:     309000 | #Constraints:      27818
201.55/202.93	c #Conflicts:     310000 | #Constraints:      28818
201.55/202.93	c INPROCESSING
201.55/202.93	c GARBAGE COLLECT
201.55/202.93	c rational objective 1000
209.42/210.87	c #Conflicts:     311000 | #Constraints:      18763
209.42/210.87	c #Conflicts:     312000 | #Constraints:      19763
209.42/210.87	c #Conflicts:     313000 | #Constraints:      20763
209.42/210.87	c #Conflicts:     314000 | #Constraints:      21763
209.42/210.87	c #Conflicts:     315000 | #Constraints:      22763
209.42/210.87	c #Conflicts:     316000 | #Constraints:      23763
209.42/210.87	c #Conflicts:     317000 | #Constraints:      24763
209.42/210.87	c #Conflicts:     318000 | #Constraints:      25763
209.42/210.87	c #Conflicts:     319000 | #Constraints:      26763
209.42/210.87	c #Conflicts:     320000 | #Constraints:      27763
209.42/210.87	c #Conflicts:     321000 | #Constraints:      28763
209.42/210.87	c INPROCESSING
209.42/210.87	c GARBAGE COLLECT
209.42/210.87	c rational objective 1000
216.46/218.09	c #Conflicts:     322000 | #Constraints:      18531
216.46/218.09	c #Conflicts:     323000 | #Constraints:      19555
216.46/218.09	c #Conflicts:     324000 | #Constraints:      20557
216.46/218.09	c #Conflicts:     325000 | #Constraints:      21625
216.46/218.09	c #Conflicts:     326000 | #Constraints:      22687
216.46/218.09	c #Conflicts:     327000 | #Constraints:      23738
216.46/218.09	c #Conflicts:     328000 | #Constraints:      24790
216.46/218.09	c #Conflicts:     329000 | #Constraints:      25848
216.46/218.09	c #Conflicts:     330000 | #Constraints:      26891
216.46/218.09	c #Conflicts:     331000 | #Constraints:      27937
216.46/218.09	c #Conflicts:     332000 | #Constraints:      28985
216.46/218.09	c #Conflicts:     333000 | #Constraints:      30030
216.46/218.09	c INPROCESSING
216.46/218.09	c GARBAGE COLLECT
216.46/218.09	c rational objective 1000
224.03/225.69	c #Conflicts:     334000 | #Constraints:      19280
224.03/225.69	c #Conflicts:     335000 | #Constraints:      20280
224.03/225.69	c #Conflicts:     336000 | #Constraints:      21280
224.03/225.69	c #Conflicts:     337000 | #Constraints:      22280
224.03/225.69	c #Conflicts:     338000 | #Constraints:      23280
224.03/225.69	c #Conflicts:     339000 | #Constraints:      24280
224.03/225.69	c #Conflicts:     340000 | #Constraints:      25280
224.03/225.69	c #Conflicts:     341000 | #Constraints:      26280
224.03/225.69	c #Conflicts:     342000 | #Constraints:      27280
224.03/225.69	c #Conflicts:     343000 | #Constraints:      28280
224.03/225.69	c #Conflicts:     344000 | #Constraints:      29280
224.03/225.69	c #Conflicts:     345000 | #Constraints:      30280
224.03/225.69	c INPROCESSING
224.03/225.69	c GARBAGE COLLECT
224.03/225.69	c rational objective 1000
234.41/236.10	c #Conflicts:     346000 | #Constraints:      19591
234.41/236.10	c #Conflicts:     347000 | #Constraints:      20593
234.41/236.10	c #Conflicts:     348000 | #Constraints:      21640
234.41/236.10	c #Conflicts:     349000 | #Constraints:      22709
234.41/236.10	c #Conflicts:     350000 | #Constraints:      23775
234.41/236.10	c #Conflicts:     351000 | #Constraints:      24833
234.41/236.10	c #Conflicts:     352000 | #Constraints:      25878
234.41/236.10	c #Conflicts:     353000 | #Constraints:      26937
234.41/236.10	c #Conflicts:     354000 | #Constraints:      27998
234.41/236.10	c #Conflicts:     355000 | #Constraints:      29065
234.41/236.10	c #Conflicts:     356000 | #Constraints:      30107
234.41/236.10	c #Conflicts:     357000 | #Constraints:      31143
234.41/236.10	c INPROCESSING
234.41/236.10	c GARBAGE COLLECT
234.41/236.10	c rational objective 1000
243.38/245.10	c #Conflicts:     358000 | #Constraints:      19958
243.38/245.10	c #Conflicts:     359000 | #Constraints:      20958
243.38/245.10	c #Conflicts:     360000 | #Constraints:      21958
243.38/245.10	c #Conflicts:     361000 | #Constraints:      22958
243.38/245.10	c #Conflicts:     362000 | #Constraints:      23958
243.38/245.10	c #Conflicts:     363000 | #Constraints:      24958
243.38/245.10	c #Conflicts:     364000 | #Constraints:      25958
243.38/245.10	c #Conflicts:     365000 | #Constraints:      26958
243.38/245.10	c #Conflicts:     366000 | #Constraints:      27958
243.38/245.10	c #Conflicts:     367000 | #Constraints:      28958
243.38/245.10	c #Conflicts:     368000 | #Constraints:      29958
243.38/245.10	c #Conflicts:     369000 | #Constraints:      30958
243.38/245.10	c INPROCESSING
243.38/245.10	c GARBAGE COLLECT
243.38/245.10	c rational objective 1000
252.07/253.86	c #Conflicts:     370000 | #Constraints:      19783
252.07/253.86	c #Conflicts:     371000 | #Constraints:      20783
252.07/253.86	c #Conflicts:     372000 | #Constraints:      21783
252.07/253.86	c #Conflicts:     373000 | #Constraints:      22783
252.07/253.86	c #Conflicts:     374000 | #Constraints:      23783
252.07/253.86	c #Conflicts:     375000 | #Constraints:      24783
252.07/253.86	c #Conflicts:     376000 | #Constraints:      25783
252.07/253.86	c #Conflicts:     377000 | #Constraints:      26783
252.07/253.86	c #Conflicts:     378000 | #Constraints:      27783
252.07/253.86	c #Conflicts:     379000 | #Constraints:      28783
252.07/253.86	c #Conflicts:     380000 | #Constraints:      29783
252.07/253.86	c #Conflicts:     381000 | #Constraints:      30783
252.07/253.86	c INPROCESSING
252.07/253.86	c GARBAGE COLLECT
252.07/253.86	c rational objective 1000
265.63/267.43	c #Conflicts:     382000 | #Constraints:      19547
265.63/267.43	c #Conflicts:     383000 | #Constraints:      20547
265.63/267.43	c #Conflicts:     384000 | #Constraints:      21547
265.63/267.43	c #Conflicts:     385000 | #Constraints:      22548
265.63/267.43	c #Conflicts:     386000 | #Constraints:      23584
265.63/267.43	c #Conflicts:     387000 | #Constraints:      24689
265.63/267.43	c #Conflicts:     388000 | #Constraints:      25760
265.63/267.43	c #Conflicts:     389000 | #Constraints:      26840
265.63/267.43	c #Conflicts:     390000 | #Constraints:      27879
265.63/267.43	c #Conflicts:     391000 | #Constraints:      28922
265.63/267.43	c #Conflicts:     392000 | #Constraints:      29964
265.63/267.43	c #Conflicts:     393000 | #Constraints:      31003
265.63/267.43	c #Conflicts:     394000 | #Constraints:      32052
265.63/267.43	c INPROCESSING
265.63/267.43	c GARBAGE COLLECT
265.63/267.43	c rational objective 1000
275.20/277.07	c #Conflicts:     395000 | #Constraints:      20310
275.20/277.07	c #Conflicts:     396000 | #Constraints:      21310
275.20/277.07	c #Conflicts:     397000 | #Constraints:      22310
275.20/277.07	c #Conflicts:     398000 | #Constraints:      23310
275.20/277.07	c #Conflicts:     399000 | #Constraints:      24310
275.20/277.07	c #Conflicts:     400000 | #Constraints:      25310
275.20/277.07	c #Conflicts:     401000 | #Constraints:      26310
275.20/277.07	c #Conflicts:     402000 | #Constraints:      27310
275.20/277.07	c #Conflicts:     403000 | #Constraints:      28310
275.20/277.07	c #Conflicts:     404000 | #Constraints:      29310
275.20/277.07	c #Conflicts:     405000 | #Constraints:      30310
275.20/277.07	c #Conflicts:     406000 | #Constraints:      31310
275.20/277.07	c #Conflicts:     407000 | #Constraints:      32310
275.20/277.07	c INPROCESSING
275.20/277.07	c GARBAGE COLLECT
275.20/277.07	c rational objective 1000
284.36/286.37	c #Conflicts:     408000 | #Constraints:      20617
284.36/286.37	c #Conflicts:     409000 | #Constraints:      21617
284.36/286.37	c #Conflicts:     410000 | #Constraints:      22617
284.36/286.37	c #Conflicts:     411000 | #Constraints:      23617
284.36/286.37	c #Conflicts:     412000 | #Constraints:      24617
284.36/286.37	c #Conflicts:     413000 | #Constraints:      25617
284.36/286.37	c #Conflicts:     414000 | #Constraints:      26617
284.36/286.37	c #Conflicts:     415000 | #Constraints:      27617
284.36/286.37	c #Conflicts:     416000 | #Constraints:      28617
284.36/286.37	c #Conflicts:     417000 | #Constraints:      29617
284.36/286.37	c #Conflicts:     418000 | #Constraints:      30617
284.36/286.37	c #Conflicts:     419000 | #Constraints:      31617
284.36/286.37	c #Conflicts:     420000 | #Constraints:      32617
284.36/286.37	c INPROCESSING
284.36/286.37	c GARBAGE COLLECT
284.36/286.37	c rational objective 1000
295.03/297.07	c #Conflicts:     421000 | #Constraints:      20787
295.03/297.07	c #Conflicts:     422000 | #Constraints:      21804
295.03/297.07	c #Conflicts:     423000 | #Constraints:      22900
295.03/297.07	c #Conflicts:     424000 | #Constraints:      23955
295.03/297.07	c #Conflicts:     425000 | #Constraints:      25007
295.03/297.07	c #Conflicts:     426000 | #Constraints:      26072
295.03/297.07	c #Conflicts:     427000 | #Constraints:      27134
295.03/297.07	c #Conflicts:     428000 | #Constraints:      28182
295.03/297.07	c #Conflicts:     429000 | #Constraints:      29250
295.03/297.07	c #Conflicts:     430000 | #Constraints:      30292
295.03/297.07	c #Conflicts:     431000 | #Constraints:      31321
295.03/297.07	c #Conflicts:     432000 | #Constraints:      32362
295.03/297.07	c #Conflicts:     433000 | #Constraints:      33395
295.03/297.07	c INPROCESSING
295.03/297.07	c GARBAGE COLLECT
295.03/297.07	c rational objective 1000
306.20/308.28	c #Conflicts:     434000 | #Constraints:      20965
306.20/308.28	c #Conflicts:     435000 | #Constraints:      21965
306.20/308.28	c #Conflicts:     436000 | #Constraints:      22965
306.20/308.28	c #Conflicts:     437000 | #Constraints:      23965
306.20/308.28	c #Conflicts:     438000 | #Constraints:      24965
306.20/308.28	c #Conflicts:     439000 | #Constraints:      25965
306.20/308.28	c #Conflicts:     440000 | #Constraints:      26965
306.20/308.28	c #Conflicts:     441000 | #Constraints:      27965
306.20/308.28	c #Conflicts:     442000 | #Constraints:      28965
306.20/308.28	c #Conflicts:     443000 | #Constraints:      29965
306.20/308.28	c #Conflicts:     444000 | #Constraints:      30965
306.20/308.28	c #Conflicts:     445000 | #Constraints:      31965
306.20/308.28	c #Conflicts:     446000 | #Constraints:      32965
306.20/308.28	c INPROCESSING
306.20/308.28	c GARBAGE COLLECT
306.20/308.28	c rational objective 1000
317.82/320.01	c #Conflicts:     447000 | #Constraints:      20651
317.82/320.01	c #Conflicts:     448000 | #Constraints:      21667
317.82/320.01	c #Conflicts:     449000 | #Constraints:      22711
317.82/320.01	c #Conflicts:     450000 | #Constraints:      23750
317.82/320.01	c #Conflicts:     451000 | #Constraints:      24802
317.82/320.01	c #Conflicts:     452000 | #Constraints:      25840
317.82/320.01	c #Conflicts:     453000 | #Constraints:      26875
317.82/320.01	c #Conflicts:     454000 | #Constraints:      27897
317.82/320.01	c #Conflicts:     455000 | #Constraints:      28920
317.82/320.01	c #Conflicts:     456000 | #Constraints:      29948
317.82/320.01	c #Conflicts:     457000 | #Constraints:      30985
317.82/320.01	c #Conflicts:     458000 | #Constraints:      32018
317.82/320.01	c #Conflicts:     459000 | #Constraints:      33044
317.82/320.01	c #Conflicts:     460000 | #Constraints:      34066
317.82/320.01	c INPROCESSING
317.82/320.01	c GARBAGE COLLECT
317.82/320.01	c rational objective 1000
328.28/330.50	c #Conflicts:     461000 | #Constraints:      21337
328.28/330.50	c #Conflicts:     462000 | #Constraints:      22337
328.28/330.50	c #Conflicts:     463000 | #Constraints:      23337
328.28/330.50	c #Conflicts:     464000 | #Constraints:      24337
328.28/330.50	c #Conflicts:     465000 | #Constraints:      25337
328.28/330.50	c #Conflicts:     466000 | #Constraints:      26337
328.28/330.50	c #Conflicts:     467000 | #Constraints:      27337
328.28/330.50	c #Conflicts:     468000 | #Constraints:      28337
328.28/330.50	c #Conflicts:     469000 | #Constraints:      29337
328.28/330.50	c #Conflicts:     470000 | #Constraints:      30337
328.28/330.50	c #Conflicts:     471000 | #Constraints:      31337
328.28/330.50	c #Conflicts:     472000 | #Constraints:      32337
328.28/330.50	c #Conflicts:     473000 | #Constraints:      33337
328.28/330.50	c #Conflicts:     474000 | #Constraints:      34337
328.28/330.50	c INPROCESSING
328.28/330.50	c GARBAGE COLLECT
328.28/330.50	c rational objective 1000
338.71/341.14	c #Conflicts:     475000 | #Constraints:      21645
338.71/341.14	c #Conflicts:     476000 | #Constraints:      22645
338.71/341.14	c #Conflicts:     477000 | #Constraints:      23645
338.71/341.14	c #Conflicts:     478000 | #Constraints:      24645
338.71/341.14	c #Conflicts:     479000 | #Constraints:      25645
338.71/341.14	c #Conflicts:     480000 | #Constraints:      26645
338.71/341.14	c #Conflicts:     481000 | #Constraints:      27645
338.71/341.14	c #Conflicts:     482000 | #Constraints:      28645
338.71/341.14	c #Conflicts:     483000 | #Constraints:      29645
338.71/341.14	c #Conflicts:     484000 | #Constraints:      30645
338.71/341.14	c #Conflicts:     485000 | #Constraints:      31645
338.71/341.14	c #Conflicts:     486000 | #Constraints:      32645
338.71/341.14	c #Conflicts:     487000 | #Constraints:      33645
338.71/341.14	c #Conflicts:     488000 | #Constraints:      34645
338.71/341.14	c INPROCESSING
338.71/341.14	c GARBAGE COLLECT
338.71/341.14	c rational objective 1000
350.97/353.43	c #Conflicts:     489000 | #Constraints:      21831
350.97/353.43	c #Conflicts:     490000 | #Constraints:      22887
350.97/353.43	c #Conflicts:     491000 | #Constraints:      23940
350.97/353.43	c #Conflicts:     492000 | #Constraints:      24977
350.97/353.43	c #Conflicts:     493000 | #Constraints:      26019
350.97/353.43	c #Conflicts:     494000 | #Constraints:      27050
350.97/353.43	c #Conflicts:     495000 | #Constraints:      28083
350.97/353.43	c #Conflicts:     496000 | #Constraints:      29114
350.97/353.43	c #Conflicts:     497000 | #Constraints:      30139
350.97/353.43	c #Conflicts:     498000 | #Constraints:      31175
350.97/353.43	c #Conflicts:     499000 | #Constraints:      32202
350.97/353.43	c #Conflicts:     500000 | #Constraints:      33226
350.97/353.43	c #Conflicts:     501000 | #Constraints:      34246
350.97/353.43	c #Conflicts:     502000 | #Constraints:      35276
350.97/353.43	c INPROCESSING
350.97/353.43	c GARBAGE COLLECT
350.97/353.43	c rational objective 1000
362.55/365.09	c #Conflicts:     503000 | #Constraints:      21958
362.55/365.09	c #Conflicts:     504000 | #Constraints:      22958
362.55/365.09	c #Conflicts:     505000 | #Constraints:      23958
362.55/365.09	c #Conflicts:     506000 | #Constraints:      24958
362.55/365.09	c #Conflicts:     507000 | #Constraints:      25958
362.55/365.09	c #Conflicts:     508000 | #Constraints:      26958
362.55/365.09	c #Conflicts:     509000 | #Constraints:      27958
362.55/365.09	c #Conflicts:     510000 | #Constraints:      28958
362.55/365.09	c #Conflicts:     511000 | #Constraints:      29958
362.55/365.09	c #Conflicts:     512000 | #Constraints:      30958
362.55/365.09	c #Conflicts:     513000 | #Constraints:      31958
362.55/365.09	c #Conflicts:     514000 | #Constraints:      32958
362.55/365.09	c #Conflicts:     515000 | #Constraints:      33958
362.55/365.09	c bounds 1035 >= 1001 @ 356.951
363.14/365.67	c #Conflicts:     516000 | #Constraints:      35030
363.14/365.67	c INPROCESSING
363.14/365.67	c GARBAGE COLLECT
363.14/365.67	c rational objective 1001
376.21/378.85	c #Conflicts:     517000 | #Constraints:      21636
376.21/378.85	c #Conflicts:     518000 | #Constraints:      22644
376.21/378.85	c #Conflicts:     519000 | #Constraints:      23664
376.21/378.85	c #Conflicts:     520000 | #Constraints:      24715
376.21/378.85	c #Conflicts:     521000 | #Constraints:      25746
376.21/378.85	c #Conflicts:     522000 | #Constraints:      26791
376.21/378.85	c #Conflicts:     523000 | #Constraints:      27834
376.21/378.85	c #Conflicts:     524000 | #Constraints:      28867
376.21/378.85	c #Conflicts:     525000 | #Constraints:      29905
376.21/378.85	c #Conflicts:     526000 | #Constraints:      30926
376.21/378.85	c #Conflicts:     527000 | #Constraints:      31948
376.21/378.85	c #Conflicts:     528000 | #Constraints:      32979
376.21/378.85	c #Conflicts:     529000 | #Constraints:      34003
376.21/378.85	c #Conflicts:     530000 | #Constraints:      35022
376.21/378.85	c #Conflicts:     531000 | #Constraints:      36063
376.21/378.85	c INPROCESSING
376.21/378.85	c GARBAGE COLLECT
376.21/378.85	c rational objective 1001
388.09/390.77	c #Conflicts:     532000 | #Constraints:      22332
388.09/390.77	c #Conflicts:     533000 | #Constraints:      23332
388.09/390.77	c #Conflicts:     534000 | #Constraints:      24332
388.09/390.77	c #Conflicts:     535000 | #Constraints:      25332
388.09/390.77	c #Conflicts:     536000 | #Constraints:      26332
388.09/390.77	c #Conflicts:     537000 | #Constraints:      27332
388.09/390.77	c #Conflicts:     538000 | #Constraints:      28332
388.09/390.77	c #Conflicts:     539000 | #Constraints:      29332
388.09/390.77	c #Conflicts:     540000 | #Constraints:      30332
388.09/390.77	c #Conflicts:     541000 | #Constraints:      31332
388.09/390.77	c #Conflicts:     542000 | #Constraints:      32332
388.09/390.77	c #Conflicts:     543000 | #Constraints:      33332
388.09/390.77	c #Conflicts:     544000 | #Constraints:      34332
388.09/390.77	c #Conflicts:     545000 | #Constraints:      35332
388.09/390.77	c #Conflicts:     546000 | #Constraints:      36332
388.09/390.77	c INPROCESSING
388.09/390.77	c GARBAGE COLLECT
388.09/390.77	c rational objective 1001
398.55/401.29	c #Conflicts:     547000 | #Constraints:      22656
398.55/401.29	c #Conflicts:     548000 | #Constraints:      23656
398.55/401.29	c #Conflicts:     549000 | #Constraints:      24656
398.55/401.29	c #Conflicts:     550000 | #Constraints:      25656
398.55/401.29	c #Conflicts:     551000 | #Constraints:      26656
398.55/401.29	c #Conflicts:     552000 | #Constraints:      27656
398.55/401.29	c #Conflicts:     553000 | #Constraints:      28656
398.55/401.29	c #Conflicts:     554000 | #Constraints:      29656
398.55/401.29	c #Conflicts:     555000 | #Constraints:      30656
398.55/401.29	c #Conflicts:     556000 | #Constraints:      31656
398.55/401.29	c #Conflicts:     557000 | #Constraints:      32656
398.55/401.29	c #Conflicts:     558000 | #Constraints:      33656
398.55/401.29	c #Conflicts:     559000 | #Constraints:      34656
398.55/401.29	c #Conflicts:     560000 | #Constraints:      35656
398.55/401.29	c #Conflicts:     561000 | #Constraints:      36656
398.55/401.29	c INPROCESSING
398.55/401.29	c GARBAGE COLLECT
398.55/401.29	c rational objective 1001
414.18/416.99	c #Conflicts:     562000 | #Constraints:      22831
414.18/416.99	c #Conflicts:     563000 | #Constraints:      23831
414.18/416.99	c #Conflicts:     564000 | #Constraints:      24831
414.18/416.99	c #Conflicts:     565000 | #Constraints:      25831
414.18/416.99	c #Conflicts:     566000 | #Constraints:      26846
414.18/416.99	c #Conflicts:     567000 | #Constraints:      27895
414.18/416.99	c #Conflicts:     568000 | #Constraints:      28937
414.18/416.99	c #Conflicts:     569000 | #Constraints:      29979
414.18/416.99	c #Conflicts:     570000 | #Constraints:      31003
414.18/416.99	c #Conflicts:     571000 | #Constraints:      32048
414.18/416.99	c #Conflicts:     572000 | #Constraints:      33094
414.18/416.99	c #Conflicts:     573000 | #Constraints:      34126
414.18/416.99	c #Conflicts:     574000 | #Constraints:      35168
414.18/416.99	c #Conflicts:     575000 | #Constraints:      36200
414.18/416.99	c #Conflicts:     576000 | #Constraints:      37220
414.18/416.99	c INPROCESSING
414.18/416.99	c GARBAGE COLLECT
414.18/416.99	c rational objective 1001
426.74/429.55	c #Conflicts:     577000 | #Constraints:      22922
426.74/429.55	c #Conflicts:     578000 | #Constraints:      23922
426.74/429.55	c #Conflicts:     579000 | #Constraints:      24922
426.74/429.55	c #Conflicts:     580000 | #Constraints:      25922
426.74/429.55	c #Conflicts:     581000 | #Constraints:      26922
426.74/429.55	c #Conflicts:     582000 | #Constraints:      27922
426.74/429.55	c #Conflicts:     583000 | #Constraints:      28922
426.74/429.55	c #Conflicts:     584000 | #Constraints:      29922
426.74/429.55	c #Conflicts:     585000 | #Constraints:      30922
426.74/429.55	c #Conflicts:     586000 | #Constraints:      31922
426.74/429.55	c #Conflicts:     587000 | #Constraints:      32922
426.74/429.55	c #Conflicts:     588000 | #Constraints:      33922
426.74/429.55	c #Conflicts:     589000 | #Constraints:      34922
426.74/429.55	c #Conflicts:     590000 | #Constraints:      35922
426.74/429.55	c #Conflicts:     591000 | #Constraints:      36922
426.74/429.55	c INPROCESSING
426.74/429.55	c GARBAGE COLLECT
426.74/429.55	c rational objective 1001
438.35/441.38	c #Conflicts:     592000 | #Constraints:      22646
438.35/441.38	c #Conflicts:     593000 | #Constraints:      23646
438.35/441.38	c #Conflicts:     594000 | #Constraints:      24646
438.35/441.38	c #Conflicts:     595000 | #Constraints:      25646
438.35/441.38	c #Conflicts:     596000 | #Constraints:      26646
438.35/441.38	c #Conflicts:     597000 | #Constraints:      27646
438.35/441.38	c #Conflicts:     598000 | #Constraints:      28646
438.35/441.38	c #Conflicts:     599000 | #Constraints:      29646
438.35/441.38	c #Conflicts:     600000 | #Constraints:      30646
438.35/441.38	c #Conflicts:     601000 | #Constraints:      31646
438.35/441.38	c #Conflicts:     602000 | #Constraints:      32646
438.35/441.38	c #Conflicts:     603000 | #Constraints:      33646
438.35/441.38	c #Conflicts:     604000 | #Constraints:      34646
438.35/441.38	c #Conflicts:     605000 | #Constraints:      35646
438.35/441.38	c #Conflicts:     606000 | #Constraints:      36646
438.35/441.38	c #Conflicts:     607000 | #Constraints:      37646
438.35/441.38	c INPROCESSING
438.35/441.38	c GARBAGE COLLECT
438.35/441.38	c rational objective 1001
453.50/456.54	c #Conflicts:     608000 | #Constraints:      23225
453.50/456.54	c #Conflicts:     609000 | #Constraints:      24244
453.50/456.54	c #Conflicts:     610000 | #Constraints:      25251
453.50/456.54	c #Conflicts:     611000 | #Constraints:      26287
453.50/456.54	c #Conflicts:     612000 | #Constraints:      27313
453.50/456.54	c #Conflicts:     613000 | #Constraints:      28321
453.50/456.54	c #Conflicts:     614000 | #Constraints:      29347
453.50/456.54	c #Conflicts:     615000 | #Constraints:      30389
453.50/456.54	c #Conflicts:     616000 | #Constraints:      31425
453.50/456.54	c #Conflicts:     617000 | #Constraints:      32457
453.50/456.54	c #Conflicts:     618000 | #Constraints:      33479
453.50/456.54	c #Conflicts:     619000 | #Constraints:      34501
453.50/456.54	c #Conflicts:     620000 | #Constraints:      35525
453.50/456.54	c #Conflicts:     621000 | #Constraints:      36612
453.50/456.54	c #Conflicts:     622000 | #Constraints:      37663
453.50/456.54	c #Conflicts:     623000 | #Constraints:      38717
453.50/456.54	c INPROCESSING
453.50/456.54	c GARBAGE COLLECT
453.50/456.54	c rational objective 1001
465.75/473.99	c #Conflicts:     624000 | #Constraints:      23738
465.75/473.99	c #Conflicts:     625000 | #Constraints:      24738
465.75/473.99	c #Conflicts:     626000 | #Constraints:      25738
465.75/473.99	c #Conflicts:     627000 | #Constraints:      26738
465.75/473.99	c #Conflicts:     628000 | #Constraints:      27738
465.75/473.99	c #Conflicts:     629000 | #Constraints:      28739
465.75/473.99	c #Conflicts:     630000 | #Constraints:      29739
465.75/473.99	c #Conflicts:     631000 | #Constraints:      30739
465.75/473.99	c #Conflicts:     632000 | #Constraints:      31739
465.75/473.99	c #Conflicts:     633000 | #Constraints:      32739
465.75/473.99	c #Conflicts:     634000 | #Constraints:      33739
465.75/473.99	c #Conflicts:     635000 | #Constraints:      34739
465.75/473.99	c #Conflicts:     636000 | #Constraints:      35739
465.75/473.99	c #Conflicts:     637000 | #Constraints:      36739
465.75/473.99	c #Conflicts:     638000 | #Constraints:      37739
465.75/473.99	c #Conflicts:     639000 | #Constraints:      38739
465.75/473.99	c INPROCESSING
465.75/473.99	c GARBAGE COLLECT
465.75/473.99	c rational objective 1001
478.41/486.66	c #Conflicts:     640000 | #Constraints:      23854
478.41/486.66	c #Conflicts:     641000 | #Constraints:      24854
478.41/486.66	c #Conflicts:     642000 | #Constraints:      25854
478.41/486.66	c #Conflicts:     643000 | #Constraints:      26854
478.41/486.66	c #Conflicts:     644000 | #Constraints:      27854
478.41/486.66	c #Conflicts:     645000 | #Constraints:      28854
478.41/486.66	c #Conflicts:     646000 | #Constraints:      29854
478.41/486.66	c #Conflicts:     647000 | #Constraints:      30854
478.41/486.66	c #Conflicts:     648000 | #Constraints:      31854
478.41/486.66	c #Conflicts:     649000 | #Constraints:      32854
478.41/486.66	c #Conflicts:     650000 | #Constraints:      33854
478.41/486.66	c #Conflicts:     651000 | #Constraints:      34854
478.41/486.66	c #Conflicts:     652000 | #Constraints:      35854
478.41/486.66	c #Conflicts:     653000 | #Constraints:      36854
478.41/486.66	c #Conflicts:     654000 | #Constraints:      37855
478.41/486.66	c #Conflicts:     655000 | #Constraints:      38855
478.41/486.66	c INPROCESSING
478.41/486.66	c GARBAGE COLLECT
478.41/486.66	c rational objective 1001
481.50/489.78	c #Conflicts:     656000 | #Constraints:      23848
481.50/489.78	c #Conflicts:     657000 | #Constraints:      24912
481.50/489.78	c #Conflicts:     658000 | #Constraints:      25971
481.50/489.78	c #Conflicts:     659000 | #Constraints:      27034
481.50/489.78	c #Conflicts:     660000 | #Constraints:      28069
481.50/489.78	c bounds 1034 >= 1001 @ 474.296
481.71/489.93	WSVECS04 Frhs2[3]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[5]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[6]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[7]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[11]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[12]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[13]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[16]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[17]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[20]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[21]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[23]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[28]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[32]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[35]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[36]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[40]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[41]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[42]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[45]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[46]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[47]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[51]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[54]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[56]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[59]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[61]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[63]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[64]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[67]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[68]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[69]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[70]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[72]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[73]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[75]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[77]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[78]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[79]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[80]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[82]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[84]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[85]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[88]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[89]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[92]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[96]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[100]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[101]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[104]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[108]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[110]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[119]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[120]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[122]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[124]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[127]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[129]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[130]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[134]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[136]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[140]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[141]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[143]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[144]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[146]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[150]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[151]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[157]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[159]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[162]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[163]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[166]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[167]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[169]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[170]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[171]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[172]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[175]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[176]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[179]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[180]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[181]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[183]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[184]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[186]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[187]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[188]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[190]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[191]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[194]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[196]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[200]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[203]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[206]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[209]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[210]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[213]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[219]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[223]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[226]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[227]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[229]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[232]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[235]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[237]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[239]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[240]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[243]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[244]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[245]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[248]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[249]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[253]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[255]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[256]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[258]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[260]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[273]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[274]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[277]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[280]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[281]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[282]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[285]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[288]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[289]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[292]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[296]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[297]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[298]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[300]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[301]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[304]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[309]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[311]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[313]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[314]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[316]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[318]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[319]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[323]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[326]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[328]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[329]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[330]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[334]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[335]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[336]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[337]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[338]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[341]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[342]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[343]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[344]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[346]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[348]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[349]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[352]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[353]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[356]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[358]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[359]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[360]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[362]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[364]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[365]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[366]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[368]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[372]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[373]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[374]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[377]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[378]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[379]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[381]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[382]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[385]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[387]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[389]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[391]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[392]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[395]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[399]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[403]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[404]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[407]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[408]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[411]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[413]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[415]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[418]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[419]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[420]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[421]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[424]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[425]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[427]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[429]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[434]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[435]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[436]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[440]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[441]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[443]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[444]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[446]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[450]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[452]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[453]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[457]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[460]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[461]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[462]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[463]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[465]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[467]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[469]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[470]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[473]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[474]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[478]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[479]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[480]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[483]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[484]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[487]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[490]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[494]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[495]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[496]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[501]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[502]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[503]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[504]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[507]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[514]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[516]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[518]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[519]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[520]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[523]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[525]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[528]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[530]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[536]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[545]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[546]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[547]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[548]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[549]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[550]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[551]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[552]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[555]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[558]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[559]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[560]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[561]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[562]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[564]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[566]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[569]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[570]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[571]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[572]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[577]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[583]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[588]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[593]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[594]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[596]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[597]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[599]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[600]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[612]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[613]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[618]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[619]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[621]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[623]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[628]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[630]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[631]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[635]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[636]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[638]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[639]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[640]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[641]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[643]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[644]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[645]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[646]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[647]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[650]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[651]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[654]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[655]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[658]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[663]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[664]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[667]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[668]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[672]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[673]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[675]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[678]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[679]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[680]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[684]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[686]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[688]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[691]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[692]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[696]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[697]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[700]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[702]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[703]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[706]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[710]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[713]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[717]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[718]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[720]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[721]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[722]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[723]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[731]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[732]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[733]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[737]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[738]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[739]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[740]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[744]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[745]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[746]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[747]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[748]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[749]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[752]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[753]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[754]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[756]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[757]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[761]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[764]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[765]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[774]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[775]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[776]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[780]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[781]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[782]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[783]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[785]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[786]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[788]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[790]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[792]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[795]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[796]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[797]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[803]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[804]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[805]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[811]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[814]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[816]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[817]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[821]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[825]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[826]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[829]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[832]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[835]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[839]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[841]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[845]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[846]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[848]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[849]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[854]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[855]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[856]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[857]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[858]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[859]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[860]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[862]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[863]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[864]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[866]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[868]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[872]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[878]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[881]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[884]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[885]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[887]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[889]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[892]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[893]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[895]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[896]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[898]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[899]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[901]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[904]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[905]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[906]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[910]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[912]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[913]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[918]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[920]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[922]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[923]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[924]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[926]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[927]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[929]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[931]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[939]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[941]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[944]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[945]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[946]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[947]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[948]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[950]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[953]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[955]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[956]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[958]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[962]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[968]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[970]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[972]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[976]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[977]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[978]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[979]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[981]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[983]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[984]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[985]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[986]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[987]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[989]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[990]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[991]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[992]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[993]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[994]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1000]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1001]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1002]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1011]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1012]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1013]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1016]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1019]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1020]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1021]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1022]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1025]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1027]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1031]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1033]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1034]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1038]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1042]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1043]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1044]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1046]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1047]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1051]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1054]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1055]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1056]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1061]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1063]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1065]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1068]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1070]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1071]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1072]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1073]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1074]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1077]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1078]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1084]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1085]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1087]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1088]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1089]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1091]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1092]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1093]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1094]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1099]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1100]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1101]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1103]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1105]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1107]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1110]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1112]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1113]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1115]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1116]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1117]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1119]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1120]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1121]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1122]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1127]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1128]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1132]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1139]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1141]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1145]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1146]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1148]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1151]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1153]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1154]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1157]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1158]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1159]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1165]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1166]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1168]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1169]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1171]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1173]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1174]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1175]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1179]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1180]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1181]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1182]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1183]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1186]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1187]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1189]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1190]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1191]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1192]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1193]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1195]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1196]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1197]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1198]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1201]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1202]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1203]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1206]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1211]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1212]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1213]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1214]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1216]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1218]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1219]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1220]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1221]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1222]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1223]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1225]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1229]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1231]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1237]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1240]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1244]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1245]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1246]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1248]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1251]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1256]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1257]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1258]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1261]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1275]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1278]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1282]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1283]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1285]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1291]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1292]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1294]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1296]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1298]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1302]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1305]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1306]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1307]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1308]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1322]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1323]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1325]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1327]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1331]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1332]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1336]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1338]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1339]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1340]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1341]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1342]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1343]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1344]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1346]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1348]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1351]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1352]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1354]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1357]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1361]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1362]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1363]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1365]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1366]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1369]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1372]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1373]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1374]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1375]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1378]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1380]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1383]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1385]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1386]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1387]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1388]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1389]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1391]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1392]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1397]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1398]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1401]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1403]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1404]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1405]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1406]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1407]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1408]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1412]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1414]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1415]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1416]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1417]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1419]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1424]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1426]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1427]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1432]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1433]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1434]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1436]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1437]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1440]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1443]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1444]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1448]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1450]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1455]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1456]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1457]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1459]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1460]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1467]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1468]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1478]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1481]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1485]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1486]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1487]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1489]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1490]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1491]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1492]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1493]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1494]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1495]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1497]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1498]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1502]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1503]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1505]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1506]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1508]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1510]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1512]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1517]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1519]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1520]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1522]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1525]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1530]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1531]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1532]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1533]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1534]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1536]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1537]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1538]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1539]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1540]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1542]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1552]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1553]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1558]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1563]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1567]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1569]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1572]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1573]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1574]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1575]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1580]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1581]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1582]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1584]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1585]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1588]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1589]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1591]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1592]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1597]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1599]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1600]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1602]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1603]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1604]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1605]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1607]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1608]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1609]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1610]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1614]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1615]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1618]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1620]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1622]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1623]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1627]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1628]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1636]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1640]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1644]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1646]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1648]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1649]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1650]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1652]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1658]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1661]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1662]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1667]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1668]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1670]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1671]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1672]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1673]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1676]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1677]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1681]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1682]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1683]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1685]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1687]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1689]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1690]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1692]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1693]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1694]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1696]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1698]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1699]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1703]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1708]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1715]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1717]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1721]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1724]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1728]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1730]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1734]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1736]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1743]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1745]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1749]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1754]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1755]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1758]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1760]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1763]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1766]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1773]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1774]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1775]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1776]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1777]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1782]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1783]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1787]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1789]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1794]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1798]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1800]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1803]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1804]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1805]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1811]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1812]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1816]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1818]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1819]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1820]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1823]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1826]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1827]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1829]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1830]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1834]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1835]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1836]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1838]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1839]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1844]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1848]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1852]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1855]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1860]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1865]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1866]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1867]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1869]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1870]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1872]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1873]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1875]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1878]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1882]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1885]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1888]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1889]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1890]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1893]: 6 -1.00009 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1894]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1895]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1897]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1900]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1907]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1908]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1910]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1911]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1916]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1917]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1918]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1922]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1924]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1926]: 6 -1.00001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1929]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1930]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1932]: 6 -1.00002 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1934]: 6 -1.00003 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1935]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1938]: 6 -1.0001 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1940]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1942]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1943]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1945]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1946]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1950]: 6 -1.00006 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1953]: 6 -1.00008 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1955]: 6 -1.00005 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1958]: 6 -1.00007 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1959]: 6 -1.00004 0 shouldn't be
481.71/489.93	WSVECS04 Frhs2[1962]: 6 -1.00008 0 shouldn't be
497.09/505.47	c #Conflicts:     661000 | #Constraints:      29092
497.09/505.47	c #Conflicts:     662000 | #Constraints:      30092
497.09/505.47	c #Conflicts:     663000 | #Constraints:      31093
497.09/505.47	c #Conflicts:     664000 | #Constraints:      32153
497.09/505.47	c #Conflicts:     665000 | #Constraints:      33215
497.09/505.47	c #Conflicts:     666000 | #Constraints:      34244
497.09/505.47	c #Conflicts:     667000 | #Constraints:      35271
497.09/505.47	c #Conflicts:     668000 | #Constraints:      36301
497.09/505.47	c #Conflicts:     669000 | #Constraints:      37336
497.09/505.47	c #Conflicts:     670000 | #Constraints:      38363
497.09/505.47	c #Conflicts:     671000 | #Constraints:      39396
497.09/505.47	c INPROCESSING
497.09/505.47	c GARBAGE COLLECT
497.09/505.47	c rational objective 1001
510.85/519.29	c #Conflicts:     672000 | #Constraints:      23818
510.85/519.29	c #Conflicts:     673000 | #Constraints:      24818
510.85/519.29	c #Conflicts:     674000 | #Constraints:      25818
510.85/519.29	c #Conflicts:     675000 | #Constraints:      26818
510.85/519.29	c #Conflicts:     676000 | #Constraints:      27818
510.85/519.29	c #Conflicts:     677000 | #Constraints:      28818
510.85/519.29	c #Conflicts:     678000 | #Constraints:      29818
510.85/519.29	c #Conflicts:     679000 | #Constraints:      30818
510.85/519.29	c #Conflicts:     680000 | #Constraints:      31818
510.85/519.29	c #Conflicts:     681000 | #Constraints:      32818
510.85/519.29	c #Conflicts:     682000 | #Constraints:      33818
510.85/519.29	c #Conflicts:     683000 | #Constraints:      34818
510.85/519.29	c #Conflicts:     684000 | #Constraints:      35818
510.85/519.29	c #Conflicts:     685000 | #Constraints:      36818
510.85/519.29	c #Conflicts:     686000 | #Constraints:      37818
510.85/519.29	c #Conflicts:     687000 | #Constraints:      38818
510.85/519.29	c #Conflicts:     688000 | #Constraints:      39818
510.85/519.29	c INPROCESSING
510.85/519.29	c GARBAGE COLLECT
510.85/519.29	c rational objective 1001
524.62/533.13	c #Conflicts:     689000 | #Constraints:      24304
524.62/533.13	c #Conflicts:     690000 | #Constraints:      25304
524.62/533.13	c #Conflicts:     691000 | #Constraints:      26304
524.62/533.13	c #Conflicts:     692000 | #Constraints:      27304
524.62/533.13	c #Conflicts:     693000 | #Constraints:      28305
524.62/533.13	c #Conflicts:     694000 | #Constraints:      29305
524.62/533.13	c #Conflicts:     695000 | #Constraints:      30305
524.62/533.13	c #Conflicts:     696000 | #Constraints:      31305
524.62/533.13	c #Conflicts:     697000 | #Constraints:      32305
524.62/533.13	c #Conflicts:     698000 | #Constraints:      33305
524.62/533.13	c #Conflicts:     699000 | #Constraints:      34305
524.62/533.13	c #Conflicts:     700000 | #Constraints:      35305
524.62/533.13	c #Conflicts:     701000 | #Constraints:      36305
524.62/533.13	c #Conflicts:     702000 | #Constraints:      37305
524.62/533.13	c #Conflicts:     703000 | #Constraints:      38305
524.62/533.13	c #Conflicts:     704000 | #Constraints:      39305
524.62/533.13	c #Conflicts:     705000 | #Constraints:      40305
524.62/533.13	c INPROCESSING
524.62/533.13	c GARBAGE COLLECT
524.62/533.13	c rational objective 1001
540.58/549.17	c #Conflicts:     706000 | #Constraints:      24658
540.58/549.17	c #Conflicts:     707000 | #Constraints:      25661
540.58/549.17	c #Conflicts:     708000 | #Constraints:      26686
540.58/549.17	c #Conflicts:     709000 | #Constraints:      27708
540.58/549.17	c #Conflicts:     710000 | #Constraints:      28766
540.58/549.17	c #Conflicts:     711000 | #Constraints:      29816
540.58/549.17	c #Conflicts:     712000 | #Constraints:      30856
540.58/549.17	c #Conflicts:     713000 | #Constraints:      31906
540.58/549.17	c #Conflicts:     714000 | #Constraints:      32949
540.58/549.17	c #Conflicts:     715000 | #Constraints:      33981
540.58/549.17	c #Conflicts:     716000 | #Constraints:      35006
540.58/549.17	c #Conflicts:     717000 | #Constraints:      36049
540.58/549.17	c #Conflicts:     718000 | #Constraints:      37084
540.58/549.17	c #Conflicts:     719000 | #Constraints:      38125
540.58/549.17	c #Conflicts:     720000 | #Constraints:      39149
540.58/549.17	c #Conflicts:     721000 | #Constraints:      40185
540.58/549.17	c #Conflicts:     722000 | #Constraints:      41228
540.58/549.17	c INPROCESSING
540.58/549.17	c GARBAGE COLLECT
540.58/549.17	c rational objective 1001
555.63/564.31	c #Conflicts:     723000 | #Constraints:      24991
555.63/564.31	c #Conflicts:     724000 | #Constraints:      25991
555.63/564.31	c #Conflicts:     725000 | #Constraints:      26991
555.63/564.31	c #Conflicts:     726000 | #Constraints:      27991
555.63/564.31	c #Conflicts:     727000 | #Constraints:      28991
555.63/564.31	c #Conflicts:     728000 | #Constraints:      29991
555.63/564.31	c #Conflicts:     729000 | #Constraints:      30991
555.63/564.31	c #Conflicts:     730000 | #Constraints:      31991
555.63/564.31	c #Conflicts:     731000 | #Constraints:      32991
555.63/564.31	c #Conflicts:     732000 | #Constraints:      33991
555.63/564.31	c #Conflicts:     733000 | #Constraints:      34991
555.63/564.31	c #Conflicts:     734000 | #Constraints:      35991
555.63/564.31	c #Conflicts:     735000 | #Constraints:      36991
555.63/564.31	c #Conflicts:     736000 | #Constraints:      37991
555.63/564.31	c #Conflicts:     737000 | #Constraints:      38991
555.63/564.31	c #Conflicts:     738000 | #Constraints:      39991
555.63/564.31	c #Conflicts:     739000 | #Constraints:      40991
555.63/564.31	c INPROCESSING
555.63/564.31	c GARBAGE COLLECT
555.63/564.31	c rational objective 1001
569.89/578.61	c #Conflicts:     740000 | #Constraints:      24907
569.89/578.61	c #Conflicts:     741000 | #Constraints:      25907
569.89/578.61	c #Conflicts:     742000 | #Constraints:      26907
569.89/578.61	c #Conflicts:     743000 | #Constraints:      27907
569.89/578.61	c #Conflicts:     744000 | #Constraints:      28907
569.89/578.61	c #Conflicts:     745000 | #Constraints:      29907
569.89/578.61	c #Conflicts:     746000 | #Constraints:      30907
569.89/578.61	c #Conflicts:     747000 | #Constraints:      31907
569.89/578.61	c #Conflicts:     748000 | #Constraints:      32907
569.89/578.61	c #Conflicts:     749000 | #Constraints:      33907
569.89/578.61	c #Conflicts:     750000 | #Constraints:      34907
569.89/578.61	c #Conflicts:     751000 | #Constraints:      35907
569.89/578.61	c #Conflicts:     752000 | #Constraints:      36907
569.89/578.61	c #Conflicts:     753000 | #Constraints:      37907
569.89/578.61	c #Conflicts:     754000 | #Constraints:      38907
569.89/578.61	c #Conflicts:     755000 | #Constraints:      39908
569.89/578.61	c #Conflicts:     756000 | #Constraints:      40908
569.89/578.61	c INPROCESSING
569.89/578.61	c GARBAGE COLLECT
569.89/578.61	c rational objective 1001
585.95/594.88	c #Conflicts:     757000 | #Constraints:      24661
585.95/594.88	c #Conflicts:     758000 | #Constraints:      25663
585.95/594.88	c #Conflicts:     759000 | #Constraints:      26748
585.95/594.88	c #Conflicts:     760000 | #Constraints:      27826
585.95/594.88	c #Conflicts:     761000 | #Constraints:      28889
585.95/594.88	c #Conflicts:     762000 | #Constraints:      29949
585.95/594.88	c #Conflicts:     763000 | #Constraints:      30995
585.95/594.88	c #Conflicts:     764000 | #Constraints:      32040
585.95/594.88	c #Conflicts:     765000 | #Constraints:      33082
585.95/594.88	c #Conflicts:     766000 | #Constraints:      34130
585.95/594.88	c #Conflicts:     767000 | #Constraints:      35155
585.95/594.88	c #Conflicts:     768000 | #Constraints:      36191
585.95/594.88	c #Conflicts:     769000 | #Constraints:      37230
585.95/594.88	c #Conflicts:     770000 | #Constraints:      38264
585.95/594.88	c #Conflicts:     771000 | #Constraints:      39290
585.95/594.88	c #Conflicts:     772000 | #Constraints:      40328
585.95/594.88	c #Conflicts:     773000 | #Constraints:      41347
585.95/594.88	c #Conflicts:     774000 | #Constraints:      42380
585.95/594.88	c INPROCESSING
585.95/594.88	c GARBAGE COLLECT
585.95/594.88	c rational objective 1001
602.51/611.48	c #Conflicts:     775000 | #Constraints:      25504
602.51/611.48	c #Conflicts:     776000 | #Constraints:      26504
602.51/611.48	c #Conflicts:     777000 | #Constraints:      27504
602.51/611.48	c #Conflicts:     778000 | #Constraints:      28504
602.51/611.48	c #Conflicts:     779000 | #Constraints:      29504
602.51/611.48	c #Conflicts:     780000 | #Constraints:      30504
602.51/611.48	c #Conflicts:     781000 | #Constraints:      31504
602.51/611.48	c #Conflicts:     782000 | #Constraints:      32504
602.51/611.48	c #Conflicts:     783000 | #Constraints:      33504
602.51/611.48	c #Conflicts:     784000 | #Constraints:      34504
602.51/611.48	c #Conflicts:     785000 | #Constraints:      35504
602.51/611.48	c #Conflicts:     786000 | #Constraints:      36504
602.51/611.48	c #Conflicts:     787000 | #Constraints:      37504
602.51/611.48	c #Conflicts:     788000 | #Constraints:      38504
602.51/611.48	c #Conflicts:     789000 | #Constraints:      39504
602.51/611.48	c #Conflicts:     790000 | #Constraints:      40504
602.51/611.48	c #Conflicts:     791000 | #Constraints:      41504
602.51/611.48	c #Conflicts:     792000 | #Constraints:      42504
602.51/611.48	c INPROCESSING
602.51/611.48	c GARBAGE COLLECT
602.51/611.48	c rational objective 1001
620.49/629.57	c #Conflicts:     793000 | #Constraints:      25782
620.49/629.57	c #Conflicts:     794000 | #Constraints:      26788
620.49/629.57	c #Conflicts:     795000 | #Constraints:      27831
620.49/629.57	c #Conflicts:     796000 | #Constraints:      28870
620.49/629.57	c #Conflicts:     797000 | #Constraints:      29925
620.49/629.57	c #Conflicts:     798000 | #Constraints:      30977
620.49/629.57	c #Conflicts:     799000 | #Constraints:      32015
620.49/629.57	c #Conflicts:     800000 | #Constraints:      33053
620.49/629.57	c #Conflicts:     801000 | #Constraints:      34099
620.49/629.57	c #Conflicts:     802000 | #Constraints:      35135
620.49/629.57	c #Conflicts:     803000 | #Constraints:      36169
620.49/629.57	c #Conflicts:     804000 | #Constraints:      37203
620.49/629.57	c #Conflicts:     805000 | #Constraints:      38232
620.49/629.57	c #Conflicts:     806000 | #Constraints:      39262
620.49/629.57	c #Conflicts:     807000 | #Constraints:      40288
620.49/629.57	c #Conflicts:     808000 | #Constraints:      41316
620.49/629.57	c #Conflicts:     809000 | #Constraints:      42346
620.49/629.57	c #Conflicts:     810000 | #Constraints:      43378
620.49/629.57	c INPROCESSING
620.49/629.57	c GARBAGE COLLECT
620.49/629.57	c rational objective 1001
637.75/646.84	c #Conflicts:     811000 | #Constraints:      26096
637.75/646.84	c #Conflicts:     812000 | #Constraints:      27096
637.75/646.84	c #Conflicts:     813000 | #Constraints:      28096
637.75/646.84	c #Conflicts:     814000 | #Constraints:      29096
637.75/646.84	c #Conflicts:     815000 | #Constraints:      30096
637.75/646.84	c #Conflicts:     816000 | #Constraints:      31096
637.75/646.84	c #Conflicts:     817000 | #Constraints:      32096
637.75/646.84	c #Conflicts:     818000 | #Constraints:      33096
637.75/646.84	c #Conflicts:     819000 | #Constraints:      34096
637.75/646.84	c #Conflicts:     820000 | #Constraints:      35096
637.75/646.84	c #Conflicts:     821000 | #Constraints:      36096
637.75/646.84	c #Conflicts:     822000 | #Constraints:      37096
637.75/646.84	c #Conflicts:     823000 | #Constraints:      38096
637.75/646.84	c #Conflicts:     824000 | #Constraints:      39096
637.75/646.84	c #Conflicts:     825000 | #Constraints:      40096
637.75/646.84	c #Conflicts:     826000 | #Constraints:      41097
637.75/646.84	c #Conflicts:     827000 | #Constraints:      42097
637.75/646.84	c #Conflicts:     828000 | #Constraints:      43097
637.75/646.84	c INPROCESSING
637.75/646.84	c GARBAGE COLLECT
637.75/646.84	c rational objective 1001
654.65/663.86	c #Conflicts:     829000 | #Constraints:      25969
654.65/663.86	c #Conflicts:     830000 | #Constraints:      26969
654.65/663.86	c #Conflicts:     831000 | #Constraints:      27969
654.65/663.86	c #Conflicts:     832000 | #Constraints:      28969
654.65/663.86	c #Conflicts:     833000 | #Constraints:      29969
654.65/663.86	c #Conflicts:     834000 | #Constraints:      30969
654.65/663.86	c #Conflicts:     835000 | #Constraints:      31970
654.65/663.86	c #Conflicts:     836000 | #Constraints:      32970
654.65/663.86	c #Conflicts:     837000 | #Constraints:      33971
654.65/663.86	c #Conflicts:     838000 | #Constraints:      34971
654.65/663.86	c #Conflicts:     839000 | #Constraints:      35972
654.65/663.86	c #Conflicts:     840000 | #Constraints:      36972
654.65/663.86	c #Conflicts:     841000 | #Constraints:      37973
654.65/663.86	c #Conflicts:     842000 | #Constraints:      38974
654.65/663.86	c #Conflicts:     843000 | #Constraints:      39974
654.65/663.86	c #Conflicts:     844000 | #Constraints:      40976
654.65/663.86	c #Conflicts:     845000 | #Constraints:      41976
654.65/663.86	c #Conflicts:     846000 | #Constraints:      42978
654.65/663.86	c INPROCESSING
654.65/663.86	c GARBAGE COLLECT
654.65/663.86	c rational objective 1001
674.89/684.21	c #Conflicts:     847000 | #Constraints:      25711
674.89/684.21	c #Conflicts:     848000 | #Constraints:      26712
674.89/684.21	c #Conflicts:     849000 | #Constraints:      27749
674.89/684.21	c #Conflicts:     850000 | #Constraints:      28797
674.89/684.21	c #Conflicts:     851000 | #Constraints:      29854
674.89/684.21	c #Conflicts:     852000 | #Constraints:      30908
674.89/684.21	c #Conflicts:     853000 | #Constraints:      31944
674.89/684.21	c #Conflicts:     854000 | #Constraints:      32998
674.89/684.21	c #Conflicts:     855000 | #Constraints:      34039
674.89/684.21	c #Conflicts:     856000 | #Constraints:      35070
674.89/684.21	c #Conflicts:     857000 | #Constraints:      36102
674.89/684.21	c #Conflicts:     858000 | #Constraints:      37134
674.89/684.21	c #Conflicts:     859000 | #Constraints:      38164
674.89/684.21	c #Conflicts:     860000 | #Constraints:      39217
674.89/684.21	c #Conflicts:     861000 | #Constraints:      40252
674.89/684.21	c #Conflicts:     862000 | #Constraints:      41299
674.89/684.21	c #Conflicts:     863000 | #Constraints:      42356
674.89/684.21	c #Conflicts:     864000 | #Constraints:      43392
674.89/684.21	c #Conflicts:     865000 | #Constraints:      44429
674.89/684.21	c INPROCESSING
674.89/684.21	c GARBAGE COLLECT
674.89/684.21	c rational objective 1001
693.24/702.64	c #Conflicts:     866000 | #Constraints:      26508
693.24/702.64	c #Conflicts:     867000 | #Constraints:      27508
693.24/702.64	c #Conflicts:     868000 | #Constraints:      28508
693.24/702.64	c #Conflicts:     869000 | #Constraints:      29508
693.24/702.64	c #Conflicts:     870000 | #Constraints:      30508
693.24/702.64	c #Conflicts:     871000 | #Constraints:      31508
693.24/702.64	c #Conflicts:     872000 | #Constraints:      32508
693.24/702.64	c #Conflicts:     873000 | #Constraints:      33508
693.24/702.64	c #Conflicts:     874000 | #Constraints:      34508
693.24/702.64	c #Conflicts:     875000 | #Constraints:      35508
693.24/702.64	c #Conflicts:     876000 | #Constraints:      36508
693.24/702.64	c #Conflicts:     877000 | #Constraints:      37508
693.24/702.64	c #Conflicts:     878000 | #Constraints:      38508
693.24/702.64	c #Conflicts:     879000 | #Constraints:      39508
693.24/702.64	c #Conflicts:     880000 | #Constraints:      40508
693.24/702.64	c #Conflicts:     881000 | #Constraints:      41508
693.24/702.64	c #Conflicts:     882000 | #Constraints:      42508
693.24/702.64	c #Conflicts:     883000 | #Constraints:      43508
693.24/702.64	c #Conflicts:     884000 | #Constraints:      44508
693.24/702.64	c INPROCESSING
693.24/702.64	c GARBAGE COLLECT
693.24/702.64	c rational objective 1001
711.02/720.50	c #Conflicts:     885000 | #Constraints:      26796
711.02/720.50	c #Conflicts:     886000 | #Constraints:      27796
711.02/720.50	c #Conflicts:     887000 | #Constraints:      28796
711.02/720.50	c #Conflicts:     888000 | #Constraints:      29796
711.02/720.50	c #Conflicts:     889000 | #Constraints:      30796
711.02/720.50	c #Conflicts:     890000 | #Constraints:      31796
711.02/720.50	c #Conflicts:     891000 | #Constraints:      32796
711.02/720.50	c #Conflicts:     892000 | #Constraints:      33796
711.02/720.50	c #Conflicts:     893000 | #Constraints:      34796
711.02/720.50	c #Conflicts:     894000 | #Constraints:      35796
711.02/720.50	c #Conflicts:     895000 | #Constraints:      36796
711.02/720.50	c #Conflicts:     896000 | #Constraints:      37796
711.02/720.50	c #Conflicts:     897000 | #Constraints:      38796
711.02/720.50	c #Conflicts:     898000 | #Constraints:      39796
711.02/720.50	c #Conflicts:     899000 | #Constraints:      40796
711.02/720.50	c #Conflicts:     900000 | #Constraints:      41796
711.02/720.50	c #Conflicts:     901000 | #Constraints:      42796
711.02/720.50	c #Conflicts:     902000 | #Constraints:      43796
711.02/720.50	c #Conflicts:     903000 | #Constraints:      44796
711.02/720.50	c INPROCESSING
711.02/720.50	c GARBAGE COLLECT
711.02/720.50	c rational objective 1001
734.06/743.66	c #Conflicts:     904000 | #Constraints:      26893
734.06/743.66	c #Conflicts:     905000 | #Constraints:      27916
734.06/743.66	c #Conflicts:     906000 | #Constraints:      28965
734.06/743.66	c #Conflicts:     907000 | #Constraints:      30040
734.06/743.66	c #Conflicts:     908000 | #Constraints:      31105
734.06/743.66	c #Conflicts:     909000 | #Constraints:      32150
734.06/743.66	c #Conflicts:     910000 | #Constraints:      33225
734.06/743.66	c #Conflicts:     911000 | #Constraints:      34283
734.06/743.66	c #Conflicts:     912000 | #Constraints:      35343
734.06/743.66	c #Conflicts:     913000 | #Constraints:      36408
734.06/743.66	c #Conflicts:     914000 | #Constraints:      37435
734.06/743.66	c #Conflicts:     915000 | #Constraints:      38475
734.06/743.66	c #Conflicts:     916000 | #Constraints:      39518
734.06/743.66	c #Conflicts:     917000 | #Constraints:      40567
734.06/743.66	c #Conflicts:     918000 | #Constraints:      41599
734.06/743.66	c #Conflicts:     919000 | #Constraints:      42635
734.06/743.66	c #Conflicts:     920000 | #Constraints:      43672
734.06/743.66	c #Conflicts:     921000 | #Constraints:      44712
734.06/743.66	c #Conflicts:     922000 | #Constraints:      45764
734.06/743.66	c INPROCESSING
734.06/743.66	c GARBAGE COLLECT
734.06/743.66	c rational objective 1001
753.73/763.48	c #Conflicts:     923000 | #Constraints:      27182
753.73/763.48	c #Conflicts:     924000 | #Constraints:      28182
753.73/763.48	c #Conflicts:     925000 | #Constraints:      29182
753.73/763.48	c #Conflicts:     926000 | #Constraints:      30182
753.73/763.48	c #Conflicts:     927000 | #Constraints:      31182
753.73/763.48	c #Conflicts:     928000 | #Constraints:      32182
753.73/763.48	c #Conflicts:     929000 | #Constraints:      33182
753.73/763.48	c #Conflicts:     930000 | #Constraints:      34182
753.73/763.48	c #Conflicts:     931000 | #Constraints:      35182
753.73/763.48	c #Conflicts:     932000 | #Constraints:      36182
753.73/763.48	c #Conflicts:     933000 | #Constraints:      37182
753.73/763.48	c #Conflicts:     934000 | #Constraints:      38182
753.73/763.48	c #Conflicts:     935000 | #Constraints:      39182
753.73/763.48	c #Conflicts:     936000 | #Constraints:      40182
753.73/763.48	c #Conflicts:     937000 | #Constraints:      41182
753.73/763.48	c #Conflicts:     938000 | #Constraints:      42182
753.73/763.48	c #Conflicts:     939000 | #Constraints:      43182
753.73/763.48	c #Conflicts:     940000 | #Constraints:      44182
753.73/763.48	c #Conflicts:     941000 | #Constraints:      45182
753.73/763.48	c INPROCESSING
753.73/763.48	c GARBAGE COLLECT
753.73/763.48	c rational objective 1001
772.91/782.74	c #Conflicts:     942000 | #Constraints:      26812
772.91/782.74	c #Conflicts:     943000 | #Constraints:      27812
772.91/782.74	c #Conflicts:     944000 | #Constraints:      28812
772.91/782.74	c #Conflicts:     945000 | #Constraints:      29812
772.91/782.74	c #Conflicts:     946000 | #Constraints:      30812
772.91/782.74	c #Conflicts:     947000 | #Constraints:      31812
772.91/782.74	c #Conflicts:     948000 | #Constraints:      32812
772.91/782.74	c #Conflicts:     949000 | #Constraints:      33812
772.91/782.74	c #Conflicts:     950000 | #Constraints:      34812
772.91/782.74	c #Conflicts:     951000 | #Constraints:      35812
772.91/782.74	c #Conflicts:     952000 | #Constraints:      36812
772.91/782.74	c #Conflicts:     953000 | #Constraints:      37812
772.91/782.74	c #Conflicts:     954000 | #Constraints:      38812
772.91/782.74	c #Conflicts:     955000 | #Constraints:      39812
772.91/782.74	c #Conflicts:     956000 | #Constraints:      40812
772.91/782.74	c #Conflicts:     957000 | #Constraints:      41812
772.91/782.74	c #Conflicts:     958000 | #Constraints:      42812
772.91/782.74	c #Conflicts:     959000 | #Constraints:      43812
772.91/782.74	c #Conflicts:     960000 | #Constraints:      44812
772.91/782.74	c #Conflicts:     961000 | #Constraints:      45812
772.91/782.74	c INPROCESSING
772.91/782.74	c GARBAGE COLLECT
772.91/782.74	c rational objective 1001
796.67/806.61	c #Conflicts:     962000 | #Constraints:      27325
796.67/806.61	c #Conflicts:     963000 | #Constraints:      28361
796.67/806.61	c #Conflicts:     964000 | #Constraints:      29408
796.67/806.61	c #Conflicts:     965000 | #Constraints:      30432
796.67/806.61	c #Conflicts:     966000 | #Constraints:      31474
796.67/806.61	c #Conflicts:     967000 | #Constraints:      32501
796.67/806.61	c #Conflicts:     968000 | #Constraints:      33566
796.67/806.61	c #Conflicts:     969000 | #Constraints:      34600
796.67/806.61	c #Conflicts:     970000 | #Constraints:      35652
796.67/806.61	c #Conflicts:     971000 | #Constraints:      36684
796.67/806.61	c #Conflicts:     972000 | #Constraints:      37720
796.67/806.61	c #Conflicts:     973000 | #Constraints:      38749
796.67/806.61	c #Conflicts:     974000 | #Constraints:      39786
796.67/806.61	c #Conflicts:     975000 | #Constraints:      40815
796.67/806.61	c #Conflicts:     976000 | #Constraints:      41841
796.67/806.61	c #Conflicts:     977000 | #Constraints:      42859
796.67/806.61	c #Conflicts:     978000 | #Constraints:      43892
796.67/806.61	c #Conflicts:     979000 | #Constraints:      44948
796.67/806.61	c #Conflicts:     980000 | #Constraints:      45990
796.67/806.61	c #Conflicts:     981000 | #Constraints:      47032
796.67/806.61	c INPROCESSING
796.67/806.61	c GARBAGE COLLECT
796.67/806.61	c rational objective 1001
815.85/825.99	c #Conflicts:     982000 | #Constraints:      27925
815.85/825.99	c #Conflicts:     983000 | #Constraints:      28925
815.85/825.99	c #Conflicts:     984000 | #Constraints:      29925
815.85/825.99	c #Conflicts:     985000 | #Constraints:      30925
815.85/825.99	c #Conflicts:     986000 | #Constraints:      31925
815.85/825.99	c #Conflicts:     987000 | #Constraints:      32925
815.85/825.99	c #Conflicts:     988000 | #Constraints:      33925
815.85/825.99	c #Conflicts:     989000 | #Constraints:      34925
815.85/825.99	c #Conflicts:     990000 | #Constraints:      35925
815.85/825.99	c #Conflicts:     991000 | #Constraints:      36925
815.85/825.99	c #Conflicts:     992000 | #Constraints:      37925
815.85/825.99	c #Conflicts:     993000 | #Constraints:      38925
815.85/825.99	c #Conflicts:     994000 | #Constraints:      39925
815.85/825.99	c #Conflicts:     995000 | #Constraints:      40925
815.85/825.99	c #Conflicts:     996000 | #Constraints:      41925
815.85/825.99	c #Conflicts:     997000 | #Constraints:      42925
815.85/825.99	c #Conflicts:     998000 | #Constraints:      43925
815.85/825.99	c #Conflicts:     999000 | #Constraints:      44925
815.85/825.99	c #Conflicts:    1000000 | #Constraints:      45925
815.85/825.99	c #Conflicts:    1001000 | #Constraints:      46925
815.85/825.99	c INPROCESSING
815.85/825.99	c GARBAGE COLLECT
815.85/825.99	c rational objective 1001
835.67/845.86	c #Conflicts:    1002000 | #Constraints:      27997
835.67/845.86	c #Conflicts:    1003000 | #Constraints:      28997
835.67/845.86	c #Conflicts:    1004000 | #Constraints:      29997
835.67/845.86	c #Conflicts:    1005000 | #Constraints:      30997
835.67/845.86	c #Conflicts:    1006000 | #Constraints:      31997
835.67/845.86	c #Conflicts:    1007000 | #Constraints:      32997
835.67/845.86	c #Conflicts:    1008000 | #Constraints:      33997
835.67/845.86	c #Conflicts:    1009000 | #Constraints:      34997
835.67/845.86	c #Conflicts:    1010000 | #Constraints:      35997
835.67/845.86	c #Conflicts:    1011000 | #Constraints:      36997
835.67/845.86	c #Conflicts:    1012000 | #Constraints:      37997
835.67/845.86	c #Conflicts:    1013000 | #Constraints:      38997
835.67/845.86	c #Conflicts:    1014000 | #Constraints:      39997
835.67/845.86	c #Conflicts:    1015000 | #Constraints:      40997
835.67/845.86	c #Conflicts:    1016000 | #Constraints:      41997
835.67/845.86	c #Conflicts:    1017000 | #Constraints:      42997
835.67/845.86	c #Conflicts:    1018000 | #Constraints:      43997
835.67/845.86	c #Conflicts:    1019000 | #Constraints:      44997
835.67/845.86	c #Conflicts:    1020000 | #Constraints:      45997
835.67/845.86	c #Conflicts:    1021000 | #Constraints:      46997
835.67/845.86	c INPROCESSING
835.67/845.86	c GARBAGE COLLECT
835.67/845.86	c rational objective 1001
855.12/865.35	c #Conflicts:    1022000 | #Constraints:      27938
855.12/865.35	c #Conflicts:    1023000 | #Constraints:      28964
855.12/865.35	c #Conflicts:    1024000 | #Constraints:      29978
855.12/865.35	c #Conflicts:    1025000 | #Constraints:      30994
855.12/865.35	c #Conflicts:    1026000 | #Constraints:      32017
855.12/865.35	c #Conflicts:    1027000 | #Constraints:      33046
855.12/865.35	c #Conflicts:    1028000 | #Constraints:      34071
855.12/865.35	c #Conflicts:    1029000 | #Constraints:      35091
855.12/865.35	c #Conflicts:    1030000 | #Constraints:      36116
855.12/865.35	c #Conflicts:    1031000 | #Constraints:      37150
855.12/865.35	c #Conflicts:    1032000 | #Constraints:      38206
855.12/865.35	c #Conflicts:    1033000 | #Constraints:      39260
855.12/865.35	c #Conflicts:    1034000 | #Constraints:      40310
855.12/865.35	c #Conflicts:    1035000 | #Constraints:      41363
855.12/865.35	c #Conflicts:    1036000 | #Constraints:      42397
855.12/865.35	c #Conflicts:    1037000 | #Constraints:      43450
855.12/865.35	c #Conflicts:    1038000 | #Constraints:      44496
855.12/865.35	c #Conflicts:    1039000 | #Constraints:      45530
855.12/865.35	c #Conflicts:    1040000 | #Constraints:      46566
855.12/865.35	c #Conflicts:    1041000 | #Constraints:      47602
855.12/865.35	c INPROCESSING
855.12/865.35	c GARBAGE COLLECT
855.12/865.35	c rational objective 1001
874.68/885.02	c #Conflicts:    1042000 | #Constraints:      27903
874.68/885.02	c #Conflicts:    1043000 | #Constraints:      28903
874.68/885.02	c #Conflicts:    1044000 | #Constraints:      29903
874.68/885.02	c #Conflicts:    1045000 | #Constraints:      30903
874.68/885.02	c #Conflicts:    1046000 | #Constraints:      31903
874.68/885.02	c #Conflicts:    1047000 | #Constraints:      32903
874.68/885.02	c #Conflicts:    1048000 | #Constraints:      33903
874.68/885.02	c #Conflicts:    1049000 | #Constraints:      34903
874.68/885.02	c #Conflicts:    1050000 | #Constraints:      35903
874.68/885.02	c #Conflicts:    1051000 | #Constraints:      36903
874.68/885.02	c #Conflicts:    1052000 | #Constraints:      37903
874.68/885.02	c #Conflicts:    1053000 | #Constraints:      38903
874.68/885.02	c #Conflicts:    1054000 | #Constraints:      39903
874.68/885.02	c #Conflicts:    1055000 | #Constraints:      40903
874.68/885.02	c #Conflicts:    1056000 | #Constraints:      41903
874.68/885.02	c #Conflicts:    1057000 | #Constraints:      42903
874.68/885.02	c #Conflicts:    1058000 | #Constraints:      43903
874.68/885.02	c #Conflicts:    1059000 | #Constraints:      44903
874.68/885.02	c #Conflicts:    1060000 | #Constraints:      45903
874.68/885.02	c #Conflicts:    1061000 | #Constraints:      46903
874.68/885.02	c #Conflicts:    1062000 | #Constraints:      47903
874.68/885.02	c INPROCESSING
874.68/885.02	c GARBAGE COLLECT
874.68/885.02	c rational objective 1001
898.16/908.62	c #Conflicts:    1063000 | #Constraints:      28387
898.16/908.62	c #Conflicts:    1064000 | #Constraints:      29394
898.16/908.62	c #Conflicts:    1065000 | #Constraints:      30422
898.16/908.62	c #Conflicts:    1066000 | #Constraints:      31437
898.16/908.62	c #Conflicts:    1067000 | #Constraints:      32478
898.16/908.62	c #Conflicts:    1068000 | #Constraints:      33506
898.16/908.62	c #Conflicts:    1069000 | #Constraints:      34525
898.16/908.62	c #Conflicts:    1070000 | #Constraints:      35546
898.16/908.62	c #Conflicts:    1071000 | #Constraints:      36573
898.16/908.62	c #Conflicts:    1072000 | #Constraints:      37596
898.16/908.62	c #Conflicts:    1073000 | #Constraints:      38620
898.16/908.62	c #Conflicts:    1074000 | #Constraints:      39643
898.16/908.62	c #Conflicts:    1075000 | #Constraints:      40662
898.16/908.62	c #Conflicts:    1076000 | #Constraints:      41674
898.16/908.62	c #Conflicts:    1077000 | #Constraints:      42697
898.16/908.62	c #Conflicts:    1078000 | #Constraints:      43706
898.16/908.62	c #Conflicts:    1079000 | #Constraints:      44723
898.16/908.62	c #Conflicts:    1080000 | #Constraints:      45750
898.16/908.62	c #Conflicts:    1081000 | #Constraints:      46802
898.16/908.62	c #Conflicts:    1082000 | #Constraints:      47837
898.16/908.62	c #Conflicts:    1083000 | #Constraints:      48861
898.16/908.62	c INPROCESSING
898.16/908.62	c GARBAGE COLLECT
898.16/908.62	c rational objective 1001
918.61/929.15	c #Conflicts:    1084000 | #Constraints:      28866
918.61/929.15	c #Conflicts:    1085000 | #Constraints:      29866
918.61/929.15	c #Conflicts:    1086000 | #Constraints:      30866
918.61/929.15	c #Conflicts:    1087000 | #Constraints:      31866
918.61/929.15	c #Conflicts:    1088000 | #Constraints:      32866
918.61/929.15	c #Conflicts:    1089000 | #Constraints:      33866
918.61/929.15	c #Conflicts:    1090000 | #Constraints:      34866
918.61/929.15	c #Conflicts:    1091000 | #Constraints:      35866
918.61/929.15	c #Conflicts:    1092000 | #Constraints:      36866
918.61/929.15	c #Conflicts:    1093000 | #Constraints:      37866
918.61/929.15	c #Conflicts:    1094000 | #Constraints:      38866
918.61/929.15	c #Conflicts:    1095000 | #Constraints:      39866
918.61/929.15	c #Conflicts:    1096000 | #Constraints:      40866
918.61/929.15	c #Conflicts:    1097000 | #Constraints:      41866
918.61/929.15	c #Conflicts:    1098000 | #Constraints:      42866
918.61/929.15	c #Conflicts:    1099000 | #Constraints:      43866
918.61/929.15	c #Conflicts:    1100000 | #Constraints:      44866
918.61/929.15	c #Conflicts:    1101000 | #Constraints:      45866
918.61/929.15	c #Conflicts:    1102000 | #Constraints:      46866
918.61/929.15	c #Conflicts:    1103000 | #Constraints:      47866
918.61/929.15	c #Conflicts:    1104000 | #Constraints:      48866
918.61/929.15	c INPROCESSING
918.61/929.15	c GARBAGE COLLECT
918.61/929.15	c rational objective 1001
938.49/949.15	c #Conflicts:    1105000 | #Constraints:      28971
938.49/949.15	c #Conflicts:    1106000 | #Constraints:      29971
938.49/949.15	c #Conflicts:    1107000 | #Constraints:      30971
938.49/949.15	c #Conflicts:    1108000 | #Constraints:      31971
938.49/949.15	c #Conflicts:    1109000 | #Constraints:      32971
938.49/949.15	c #Conflicts:    1110000 | #Constraints:      33971
938.49/949.15	c #Conflicts:    1111000 | #Constraints:      34971
938.49/949.15	c #Conflicts:    1112000 | #Constraints:      35971
938.49/949.15	c #Conflicts:    1113000 | #Constraints:      36971
938.49/949.15	c #Conflicts:    1114000 | #Constraints:      37971
938.49/949.15	c #Conflicts:    1115000 | #Constraints:      38971
938.49/949.15	c #Conflicts:    1116000 | #Constraints:      39971
938.49/949.15	c #Conflicts:    1117000 | #Constraints:      40971
938.49/949.15	c #Conflicts:    1118000 | #Constraints:      41971
938.49/949.15	c #Conflicts:    1119000 | #Constraints:      42971
938.49/949.15	c #Conflicts:    1120000 | #Constraints:      43971
938.49/949.15	c #Conflicts:    1121000 | #Constraints:      44971
938.49/949.15	c #Conflicts:    1122000 | #Constraints:      45971
938.49/949.15	c #Conflicts:    1123000 | #Constraints:      46971
938.49/949.15	c #Conflicts:    1124000 | #Constraints:      47971
938.49/949.15	c #Conflicts:    1125000 | #Constraints:      48971
938.49/949.15	c INPROCESSING
938.49/949.15	c GARBAGE COLLECT
938.49/949.15	c rational objective 1001
961.76/972.54	c #Conflicts:    1126000 | #Constraints:      28924
961.76/972.54	c #Conflicts:    1127000 | #Constraints:      29947
961.76/972.54	c #Conflicts:    1128000 | #Constraints:      30968
961.76/972.54	c #Conflicts:    1129000 | #Constraints:      31985
961.76/972.54	c #Conflicts:    1130000 | #Constraints:      32995
961.76/972.54	c #Conflicts:    1131000 | #Constraints:      34000
961.76/972.54	c #Conflicts:    1132000 | #Constraints:      35023
961.76/972.54	c #Conflicts:    1133000 | #Constraints:      36037
961.76/972.54	c #Conflicts:    1134000 | #Constraints:      37040
961.76/972.54	c #Conflicts:    1135000 | #Constraints:      38106
961.76/972.54	c #Conflicts:    1136000 | #Constraints:      39167
961.76/972.54	c #Conflicts:    1137000 | #Constraints:      40198
961.76/972.54	c #Conflicts:    1138000 | #Constraints:      41243
961.76/972.54	c #Conflicts:    1139000 | #Constraints:      42292
961.76/972.54	c #Conflicts:    1140000 | #Constraints:      43329
961.76/972.54	c #Conflicts:    1141000 | #Constraints:      44364
961.76/972.54	c #Conflicts:    1142000 | #Constraints:      45393
961.76/972.54	c #Conflicts:    1143000 | #Constraints:      46413
961.76/972.54	c #Conflicts:    1144000 | #Constraints:      47441
961.76/972.54	c #Conflicts:    1145000 | #Constraints:      48460
961.76/972.54	c #Conflicts:    1146000 | #Constraints:      49488
961.76/972.54	c INPROCESSING
961.76/972.54	c GARBAGE COLLECT
961.76/972.54	c rational objective 1001
982.84/993.70	c #Conflicts:    1147000 | #Constraints:      28885
982.84/993.70	c #Conflicts:    1148000 | #Constraints:      29885
982.84/993.70	c #Conflicts:    1149000 | #Constraints:      30885
982.84/993.70	c #Conflicts:    1150000 | #Constraints:      31885
982.84/993.70	c #Conflicts:    1151000 | #Constraints:      32885
982.84/993.70	c #Conflicts:    1152000 | #Constraints:      33885
982.84/993.70	c #Conflicts:    1153000 | #Constraints:      34885
982.84/993.70	c #Conflicts:    1154000 | #Constraints:      35885
982.84/993.70	c #Conflicts:    1155000 | #Constraints:      36885
982.84/993.70	c #Conflicts:    1156000 | #Constraints:      37885
982.84/993.70	c #Conflicts:    1157000 | #Constraints:      38885
982.84/993.70	c #Conflicts:    1158000 | #Constraints:      39885
982.84/993.70	c #Conflicts:    1159000 | #Constraints:      40885
982.84/993.70	c #Conflicts:    1160000 | #Constraints:      41885
982.84/993.70	c #Conflicts:    1161000 | #Constraints:      42885
982.84/993.70	c #Conflicts:    1162000 | #Constraints:      43885
982.84/993.70	c #Conflicts:    1163000 | #Constraints:      44885
982.84/993.70	c #Conflicts:    1164000 | #Constraints:      45885
982.84/993.70	c #Conflicts:    1165000 | #Constraints:      46885
982.84/993.70	c #Conflicts:    1166000 | #Constraints:      47885
982.84/993.70	c #Conflicts:    1167000 | #Constraints:      48885
982.84/993.70	c #Conflicts:    1168000 | #Constraints:      49885
982.84/993.70	c INPROCESSING
982.84/993.70	c GARBAGE COLLECT
982.84/993.70	c rational objective 1001
1003.29/1014.27	c #Conflicts:    1169000 | #Constraints:      29372
1003.29/1014.27	c #Conflicts:    1170000 | #Constraints:      30372
1003.29/1014.27	c #Conflicts:    1171000 | #Constraints:      31372
1003.29/1014.27	c #Conflicts:    1172000 | #Constraints:      32372
1003.29/1014.27	c #Conflicts:    1173000 | #Constraints:      33372
1003.29/1014.27	c #Conflicts:    1174000 | #Constraints:      34372
1003.29/1014.27	c #Conflicts:    1175000 | #Constraints:      35372
1003.29/1014.27	c #Conflicts:    1176000 | #Constraints:      36372
1003.29/1014.27	c #Conflicts:    1177000 | #Constraints:      37372
1003.29/1014.27	c #Conflicts:    1178000 | #Constraints:      38372
1003.29/1014.27	c #Conflicts:    1179000 | #Constraints:      39372
1003.29/1014.27	c #Conflicts:    1180000 | #Constraints:      40372
1003.29/1014.27	c #Conflicts:    1181000 | #Constraints:      41372
1003.29/1014.27	c #Conflicts:    1182000 | #Constraints:      42372
1003.29/1014.27	c #Conflicts:    1183000 | #Constraints:      43372
1003.29/1014.27	c #Conflicts:    1184000 | #Constraints:      44372
1003.29/1014.27	c #Conflicts:    1185000 | #Constraints:      45372
1003.29/1014.27	c #Conflicts:    1186000 | #Constraints:      46372
1003.29/1014.27	c #Conflicts:    1187000 | #Constraints:      47372
1003.29/1014.27	c #Conflicts:    1188000 | #Constraints:      48372
1003.29/1014.27	c #Conflicts:    1189000 | #Constraints:      49372
1003.29/1014.27	c #Conflicts:    1190000 | #Constraints:      50372
1003.29/1014.27	c INPROCESSING
1003.29/1014.27	c GARBAGE COLLECT
1003.29/1014.27	c rational objective 1001
1024.78/1036.02	c #Conflicts:    1191000 | #Constraints:      29720
1024.78/1036.02	c #Conflicts:    1192000 | #Constraints:      30795
1024.78/1036.02	c #Conflicts:    1193000 | #Constraints:      31854
1024.78/1036.02	c #Conflicts:    1194000 | #Constraints:      32910
1024.78/1036.02	c #Conflicts:    1195000 | #Constraints:      33973
1024.78/1036.02	c #Conflicts:    1196000 | #Constraints:      35026
1024.78/1036.02	c #Conflicts:    1197000 | #Constraints:      36081
1024.78/1036.02	c #Conflicts:    1198000 | #Constraints:      37127
1024.78/1036.02	c #Conflicts:    1199000 | #Constraints:      38183
1024.78/1036.02	c #Conflicts:    1200000 | #Constraints:      39224
1024.78/1036.02	c #Conflicts:    1201000 | #Constraints:      40268
1024.78/1036.02	c #Conflicts:    1202000 | #Constraints:      41311
1024.78/1036.02	c #Conflicts:    1203000 | #Constraints:      42350
1024.78/1036.02	c #Conflicts:    1204000 | #Constraints:      43381
1024.78/1036.02	c #Conflicts:    1205000 | #Constraints:      44423
1024.78/1036.02	c #Conflicts:    1206000 | #Constraints:      45467
1024.78/1036.02	c #Conflicts:    1207000 | #Constraints:      46501
1024.78/1036.02	c #Conflicts:    1208000 | #Constraints:      47543
1024.78/1036.02	c #Conflicts:    1209000 | #Constraints:      48587
1024.78/1036.02	c #Conflicts:    1210000 | #Constraints:      49628
1024.78/1036.02	c #Conflicts:    1211000 | #Constraints:      50654
1024.78/1036.02	c #Conflicts:    1212000 | #Constraints:      51688
1024.78/1036.02	c INPROCESSING
1024.78/1036.02	c GARBAGE COLLECT
1024.78/1036.02	c rational objective 1001
1047.56/1058.96	c #Conflicts:    1213000 | #Constraints:      30238
1047.56/1058.96	c #Conflicts:    1214000 | #Constraints:      31238
1047.56/1058.96	c #Conflicts:    1215000 | #Constraints:      32238
1047.56/1058.96	c #Conflicts:    1216000 | #Constraints:      33238
1047.56/1058.96	c #Conflicts:    1217000 | #Constraints:      34238
1047.56/1058.96	c #Conflicts:    1218000 | #Constraints:      35238
1047.56/1058.96	c #Conflicts:    1219000 | #Constraints:      36238
1047.56/1058.96	c #Conflicts:    1220000 | #Constraints:      37238
1047.56/1058.96	c #Conflicts:    1221000 | #Constraints:      38238
1047.56/1058.96	c #Conflicts:    1222000 | #Constraints:      39238
1047.56/1058.96	c #Conflicts:    1223000 | #Constraints:      40238
1047.56/1058.96	c #Conflicts:    1224000 | #Constraints:      41238
1047.56/1058.96	c #Conflicts:    1225000 | #Constraints:      42238
1047.56/1058.96	c #Conflicts:    1226000 | #Constraints:      43238
1047.56/1058.96	c #Conflicts:    1227000 | #Constraints:      44238
1047.56/1058.96	c #Conflicts:    1228000 | #Constraints:      45238
1047.56/1058.96	c #Conflicts:    1229000 | #Constraints:      46238
1047.56/1058.96	c #Conflicts:    1230000 | #Constraints:      47238
1047.56/1058.96	c #Conflicts:    1231000 | #Constraints:      48238
1047.56/1058.96	c #Conflicts:    1232000 | #Constraints:      49238
1047.56/1058.96	c #Conflicts:    1233000 | #Constraints:      50238
1047.56/1058.96	c #Conflicts:    1234000 | #Constraints:      51238
1047.56/1058.96	c INPROCESSING
1047.56/1058.96	c GARBAGE COLLECT
1047.56/1058.96	c rational objective 1001
1070.89/1082.30	c #Conflicts:    1235000 | #Constraints:      30044
1070.89/1082.30	c #Conflicts:    1236000 | #Constraints:      31044
1070.89/1082.30	c #Conflicts:    1237000 | #Constraints:      32044
1070.89/1082.30	c #Conflicts:    1238000 | #Constraints:      33044
1070.89/1082.30	c #Conflicts:    1239000 | #Constraints:      34044
1070.89/1082.30	c #Conflicts:    1240000 | #Constraints:      35044
1070.89/1082.30	c #Conflicts:    1241000 | #Constraints:      36044
1070.89/1082.30	c #Conflicts:    1242000 | #Constraints:      37044
1070.89/1082.30	c #Conflicts:    1243000 | #Constraints:      38044
1070.89/1082.30	c #Conflicts:    1244000 | #Constraints:      39044
1070.89/1082.30	c #Conflicts:    1245000 | #Constraints:      40044
1070.89/1082.30	c #Conflicts:    1246000 | #Constraints:      41044
1070.89/1082.30	c #Conflicts:    1247000 | #Constraints:      42044
1070.89/1082.30	c #Conflicts:    1248000 | #Constraints:      43044
1070.89/1082.30	c #Conflicts:    1249000 | #Constraints:      44044
1070.89/1082.30	c #Conflicts:    1250000 | #Constraints:      45044
1070.89/1082.30	c #Conflicts:    1251000 | #Constraints:      46044
1070.89/1082.30	c #Conflicts:    1252000 | #Constraints:      47044
1070.89/1082.30	c #Conflicts:    1253000 | #Constraints:      48044
1070.89/1082.30	c #Conflicts:    1254000 | #Constraints:      49044
1070.89/1082.30	c #Conflicts:    1255000 | #Constraints:      50044
1070.89/1082.30	c #Conflicts:    1256000 | #Constraints:      51044
1070.89/1082.30	c INPROCESSING
1070.89/1082.30	c GARBAGE COLLECT
1070.89/1082.30	c rational objective 1001
1099.35/1110.93	c #Conflicts:    1257000 | #Constraints:      29771
1099.35/1110.93	c #Conflicts:    1258000 | #Constraints:      30799
1099.35/1110.93	c #Conflicts:    1259000 | #Constraints:      31867
1099.35/1110.93	c #Conflicts:    1260000 | #Constraints:      32935
1099.35/1110.93	c #Conflicts:    1261000 | #Constraints:      33983
1099.35/1110.93	c #Conflicts:    1262000 | #Constraints:      35046
1099.35/1110.93	c #Conflicts:    1263000 | #Constraints:      36089
1099.35/1110.93	c #Conflicts:    1264000 | #Constraints:      37142
1099.35/1110.93	c #Conflicts:    1265000 | #Constraints:      38189
1099.35/1110.93	c #Conflicts:    1266000 | #Constraints:      39230
1099.35/1110.93	c #Conflicts:    1267000 | #Constraints:      40271
1099.35/1110.93	c #Conflicts:    1268000 | #Constraints:      41306
1099.35/1110.93	c #Conflicts:    1269000 | #Constraints:      42338
1099.35/1110.93	c #Conflicts:    1270000 | #Constraints:      43374
1099.35/1110.93	c #Conflicts:    1271000 | #Constraints:      44415
1099.35/1110.93	c #Conflicts:    1272000 | #Constraints:      45450
1099.35/1110.93	c #Conflicts:    1273000 | #Constraints:      46492
1099.35/1110.93	c #Conflicts:    1274000 | #Constraints:      47525
1099.35/1110.93	c #Conflicts:    1275000 | #Constraints:      48559
1099.35/1110.93	c #Conflicts:    1276000 | #Constraints:      49600
1099.35/1110.93	c #Conflicts:    1277000 | #Constraints:      50635
1099.35/1110.93	c #Conflicts:    1278000 | #Constraints:      51674
1099.35/1110.93	c #Conflicts:    1279000 | #Constraints:      52732
1099.35/1110.93	c INPROCESSING
1099.35/1110.93	c GARBAGE COLLECT
1099.35/1110.93	c rational objective 1001
1123.90/1135.63	c #Conflicts:    1280000 | #Constraints:      30645
1123.90/1135.63	c #Conflicts:    1281000 | #Constraints:      31645
1123.90/1135.63	c #Conflicts:    1282000 | #Constraints:      32645
1123.90/1135.63	c #Conflicts:    1283000 | #Constraints:      33645
1123.90/1135.63	c #Conflicts:    1284000 | #Constraints:      34645
1123.90/1135.63	c #Conflicts:    1285000 | #Constraints:      35645
1123.90/1135.63	c #Conflicts:    1286000 | #Constraints:      36645
1123.90/1135.63	c #Conflicts:    1287000 | #Constraints:      37645
1123.90/1135.63	c #Conflicts:    1288000 | #Constraints:      38645
1123.90/1135.63	c #Conflicts:    1289000 | #Constraints:      39645
1123.90/1135.63	c #Conflicts:    1290000 | #Constraints:      40645
1123.90/1135.63	c #Conflicts:    1291000 | #Constraints:      41645
1123.90/1135.63	c #Conflicts:    1292000 | #Constraints:      42645
1123.90/1135.63	c #Conflicts:    1293000 | #Constraints:      43645
1123.90/1135.63	c #Conflicts:    1294000 | #Constraints:      44645
1123.90/1135.63	c #Conflicts:    1295000 | #Constraints:      45645
1123.90/1135.63	c #Conflicts:    1296000 | #Constraints:      46645
1123.90/1135.63	c #Conflicts:    1297000 | #Constraints:      47645
1123.90/1135.63	c #Conflicts:    1298000 | #Constraints:      48645
1123.90/1135.63	c #Conflicts:    1299000 | #Constraints:      49645
1123.90/1135.63	c #Conflicts:    1300000 | #Constraints:      50645
1123.90/1135.63	c #Conflicts:    1301000 | #Constraints:      51645
1123.90/1135.63	c #Conflicts:    1302000 | #Constraints:      52645
1123.90/1135.63	c INPROCESSING
1123.90/1135.63	c GARBAGE COLLECT
1123.90/1135.63	c rational objective 1001
1146.10/1157.97	c #Conflicts:    1303000 | #Constraints:      30848
1146.10/1157.97	c #Conflicts:    1304000 | #Constraints:      31848
1146.10/1157.97	c #Conflicts:    1305000 | #Constraints:      32848
1146.10/1157.97	c #Conflicts:    1306000 | #Constraints:      33848
1146.10/1157.97	c #Conflicts:    1307000 | #Constraints:      34848
1146.10/1157.97	c #Conflicts:    1308000 | #Constraints:      35848
1146.10/1157.97	c #Conflicts:    1309000 | #Constraints:      36848
1146.10/1157.97	c #Conflicts:    1310000 | #Constraints:      37848
1146.10/1157.97	c #Conflicts:    1311000 | #Constraints:      38848
1146.10/1157.97	c #Conflicts:    1312000 | #Constraints:      39848
1146.10/1157.97	c #Conflicts:    1313000 | #Constraints:      40848
1146.10/1157.97	c #Conflicts:    1314000 | #Constraints:      41848
1146.10/1157.97	c #Conflicts:    1315000 | #Constraints:      42848
1146.10/1157.97	c #Conflicts:    1316000 | #Constraints:      43848
1146.10/1157.97	c #Conflicts:    1317000 | #Constraints:      44848
1146.10/1157.97	c #Conflicts:    1318000 | #Constraints:      45848
1146.10/1157.97	c #Conflicts:    1319000 | #Constraints:      46848
1146.10/1157.97	c #Conflicts:    1320000 | #Constraints:      47848
1146.10/1157.97	c #Conflicts:    1321000 | #Constraints:      48848
1146.10/1157.97	c #Conflicts:    1322000 | #Constraints:      49848
1146.10/1157.97	c #Conflicts:    1323000 | #Constraints:      50848
1146.10/1157.97	c #Conflicts:    1324000 | #Constraints:      51848
1146.10/1157.97	c #Conflicts:    1325000 | #Constraints:      52848
1146.10/1157.97	c INPROCESSING
1146.10/1157.97	c GARBAGE COLLECT
1146.10/1157.97	c rational objective 1001
1166.47/1178.45	c #Conflicts:    1326000 | #Constraints:      30973
1166.47/1178.45	c #Conflicts:    1327000 | #Constraints:      32032
1166.47/1178.45	c #Conflicts:    1328000 | #Constraints:      33087
1166.47/1178.45	c #Conflicts:    1329000 | #Constraints:      34141
1166.47/1178.45	c #Conflicts:    1330000 | #Constraints:      35180
1166.47/1178.45	c #Conflicts:    1331000 | #Constraints:      36230
1166.47/1178.45	c #Conflicts:    1332000 | #Constraints:      37268
1166.47/1178.45	c #Conflicts:    1333000 | #Constraints:      38306
1166.47/1178.45	c #Conflicts:    1334000 | #Constraints:      39341
1166.47/1178.45	c #Conflicts:    1335000 | #Constraints:      40366
1166.47/1178.45	c #Conflicts:    1336000 | #Constraints:      41381
1166.47/1178.45	c #Conflicts:    1337000 | #Constraints:      42421
1166.47/1178.45	c #Conflicts:    1338000 | #Constraints:      43451
1166.47/1178.45	c #Conflicts:    1339000 | #Constraints:      44468
1166.47/1178.45	c #Conflicts:    1340000 | #Constraints:      45494
1166.47/1178.45	c #Conflicts:    1341000 | #Constraints:      46529
1166.47/1178.45	c #Conflicts:    1342000 | #Constraints:      47558
1166.47/1178.45	c #Conflicts:    1343000 | #Constraints:      48579
1166.47/1178.45	c #Conflicts:    1344000 | #Constraints:      49610
1166.47/1178.45	c #Conflicts:    1345000 | #Constraints:      50648
1166.47/1178.45	c #Conflicts:    1346000 | #Constraints:      51677
1166.47/1178.45	c #Conflicts:    1347000 | #Constraints:      52700
1166.47/1178.45	c #Conflicts:    1348000 | #Constraints:      53737
1166.47/1178.45	c INPROCESSING
1166.47/1178.45	c GARBAGE COLLECT
1166.47/1178.45	c rational objective 1001
1192.10/1204.18	c #Conflicts:    1349000 | #Constraints:      31199
1192.10/1204.18	c #Conflicts:    1350000 | #Constraints:      32199
1192.10/1204.18	c #Conflicts:    1351000 | #Constraints:      33199
1192.10/1204.18	c #Conflicts:    1352000 | #Constraints:      34199
1192.10/1204.18	c #Conflicts:    1353000 | #Constraints:      35199
1192.10/1204.18	c #Conflicts:    1354000 | #Constraints:      36199
1192.10/1204.18	c #Conflicts:    1355000 | #Constraints:      37199
1192.10/1204.18	c #Conflicts:    1356000 | #Constraints:      38199
1192.10/1204.18	c #Conflicts:    1357000 | #Constraints:      39199
1192.10/1204.18	c #Conflicts:    1358000 | #Constraints:      40199
1192.10/1204.18	c #Conflicts:    1359000 | #Constraints:      41199
1192.10/1204.18	c #Conflicts:    1360000 | #Constraints:      42199
1192.10/1204.18	c #Conflicts:    1361000 | #Constraints:      43199
1192.10/1204.18	c #Conflicts:    1362000 | #Constraints:      44199
1192.10/1204.18	c #Conflicts:    1363000 | #Constraints:      45199
1192.10/1204.18	c #Conflicts:    1364000 | #Constraints:      46199
1192.10/1204.18	c #Conflicts:    1365000 | #Constraints:      47199
1192.10/1204.18	c #Conflicts:    1366000 | #Constraints:      48199
1192.10/1204.18	c #Conflicts:    1367000 | #Constraints:      49199
1192.10/1204.18	c #Conflicts:    1368000 | #Constraints:      50199
1192.10/1204.18	c #Conflicts:    1369000 | #Constraints:      51199
1192.10/1204.18	c #Conflicts:    1370000 | #Constraints:      52199
1192.10/1204.18	c #Conflicts:    1371000 | #Constraints:      53199
1192.10/1204.18	c INPROCESSING
1192.10/1204.18	c GARBAGE COLLECT
1192.10/1204.18	c rational objective 1001
1217.97/1230.19	c #Conflicts:    1372000 | #Constraints:      30846
1217.97/1230.19	c #Conflicts:    1373000 | #Constraints:      31870
1217.97/1230.19	c #Conflicts:    1374000 | #Constraints:      32910
1217.97/1230.19	c #Conflicts:    1375000 | #Constraints:      33973
1217.97/1230.19	c #Conflicts:    1376000 | #Constraints:      35025
1217.97/1230.19	c #Conflicts:    1377000 | #Constraints:      36079
1217.97/1230.19	c #Conflicts:    1378000 | #Constraints:      37120
1217.97/1230.19	c #Conflicts:    1379000 | #Constraints:      38147
1217.97/1230.19	c #Conflicts:    1380000 | #Constraints:      39178
1217.97/1230.19	c #Conflicts:    1381000 | #Constraints:      40212
1217.97/1230.19	c #Conflicts:    1382000 | #Constraints:      41245
1217.97/1230.19	c #Conflicts:    1383000 | #Constraints:      42269
1217.97/1230.19	c #Conflicts:    1384000 | #Constraints:      43306
1217.97/1230.19	c #Conflicts:    1385000 | #Constraints:      44334
1217.97/1230.19	c #Conflicts:    1386000 | #Constraints:      45365
1217.97/1230.19	c #Conflicts:    1387000 | #Constraints:      46388
1217.97/1230.19	c #Conflicts:    1388000 | #Constraints:      47410
1217.97/1230.19	c #Conflicts:    1389000 | #Constraints:      48439
1217.97/1230.19	c #Conflicts:    1390000 | #Constraints:      49463
1217.97/1230.19	c #Conflicts:    1391000 | #Constraints:      50481
1217.97/1230.19	c #Conflicts:    1392000 | #Constraints:      51507
1217.97/1230.19	c #Conflicts:    1393000 | #Constraints:      52526
1217.97/1230.19	c #Conflicts:    1394000 | #Constraints:      53546
1217.97/1230.19	c #Conflicts:    1395000 | #Constraints:      54569
1217.97/1230.19	c INPROCESSING
1217.97/1230.19	c GARBAGE COLLECT
1217.97/1230.19	c rational objective 1001
1243.74/1256.06	c #Conflicts:    1396000 | #Constraints:      31625
1243.74/1256.06	c #Conflicts:    1397000 | #Constraints:      32625
1243.74/1256.06	c #Conflicts:    1398000 | #Constraints:      33625
1243.74/1256.06	c #Conflicts:    1399000 | #Constraints:      34625
1243.74/1256.06	c #Conflicts:    1400000 | #Constraints:      35625
1243.74/1256.06	c #Conflicts:    1401000 | #Constraints:      36625
1243.74/1256.06	c #Conflicts:    1402000 | #Constraints:      37625
1243.74/1256.06	c #Conflicts:    1403000 | #Constraints:      38625
1243.74/1256.06	c #Conflicts:    1404000 | #Constraints:      39625
1243.74/1256.06	c #Conflicts:    1405000 | #Constraints:      40625
1243.74/1256.06	c #Conflicts:    1406000 | #Constraints:      41625
1243.74/1256.06	c #Conflicts:    1407000 | #Constraints:      42625
1243.74/1256.06	c #Conflicts:    1408000 | #Constraints:      43625
1243.74/1256.06	c #Conflicts:    1409000 | #Constraints:      44625
1243.74/1256.06	c #Conflicts:    1410000 | #Constraints:      45625
1243.74/1256.06	c #Conflicts:    1411000 | #Constraints:      46625
1243.74/1256.06	c #Conflicts:    1412000 | #Constraints:      47625
1243.74/1256.06	c #Conflicts:    1413000 | #Constraints:      48625
1243.74/1256.06	c #Conflicts:    1414000 | #Constraints:      49625
1243.74/1256.06	c #Conflicts:    1415000 | #Constraints:      50625
1243.74/1256.06	c #Conflicts:    1416000 | #Constraints:      51625
1243.74/1256.06	c #Conflicts:    1417000 | #Constraints:      52625
1243.74/1256.06	c #Conflicts:    1418000 | #Constraints:      53625
1243.74/1256.06	c #Conflicts:    1419000 | #Constraints:      54625
1243.74/1256.06	c INPROCESSING
1243.74/1256.06	c GARBAGE COLLECT
1243.74/1256.06	c rational objective 1001
1270.79/1283.24	c #Conflicts:    1420000 | #Constraints:      31895
1270.79/1283.24	c #Conflicts:    1421000 | #Constraints:      32988
1270.79/1283.24	c #Conflicts:    1422000 | #Constraints:      34061
1270.79/1283.24	c #Conflicts:    1423000 | #Constraints:      35128
1270.79/1283.24	c #Conflicts:    1424000 | #Constraints:      36185
1270.79/1283.24	c #Conflicts:    1425000 | #Constraints:      37237
1270.79/1283.24	c #Conflicts:    1426000 | #Constraints:      38299
1270.79/1283.24	c #Conflicts:    1427000 | #Constraints:      39353
1270.79/1283.24	c #Conflicts:    1428000 | #Constraints:      40402
1270.79/1283.24	c #Conflicts:    1429000 | #Constraints:      41451
1270.79/1283.24	c #Conflicts:    1430000 | #Constraints:      42487
1270.79/1283.24	c #Conflicts:    1431000 | #Constraints:      43525
1270.79/1283.24	c #Conflicts:    1432000 | #Constraints:      44578
1270.79/1283.24	c #Conflicts:    1433000 | #Constraints:      45608
1270.79/1283.24	c #Conflicts:    1434000 | #Constraints:      46642
1270.79/1283.24	c #Conflicts:    1435000 | #Constraints:      47663
1270.79/1283.24	c #Conflicts:    1436000 | #Constraints:      48705
1270.79/1283.24	c #Conflicts:    1437000 | #Constraints:      49756
1270.79/1283.24	c #Conflicts:    1438000 | #Constraints:      50787
1270.79/1283.24	c #Conflicts:    1439000 | #Constraints:      51815
1270.79/1283.24	c #Conflicts:    1440000 | #Constraints:      52848
1270.79/1283.24	c #Conflicts:    1441000 | #Constraints:      53875
1270.79/1283.24	c #Conflicts:    1442000 | #Constraints:      54913
1270.79/1283.24	c #Conflicts:    1443000 | #Constraints:      55943
1270.79/1283.24	c INPROCESSING
1270.79/1283.24	c GARBAGE COLLECT
1270.79/1283.24	c rational objective 1001
1297.27/1309.81	c #Conflicts:    1444000 | #Constraints:      32395
1297.27/1309.81	c #Conflicts:    1445000 | #Constraints:      33395
1297.27/1309.81	c #Conflicts:    1446000 | #Constraints:      34395
1297.27/1309.81	c #Conflicts:    1447000 | #Constraints:      35395
1297.27/1309.81	c #Conflicts:    1448000 | #Constraints:      36395
1297.27/1309.81	c #Conflicts:    1449000 | #Constraints:      37395
1297.27/1309.81	c #Conflicts:    1450000 | #Constraints:      38395
1297.27/1309.81	c #Conflicts:    1451000 | #Constraints:      39395
1297.27/1309.81	c #Conflicts:    1452000 | #Constraints:      40395
1297.27/1309.81	c #Conflicts:    1453000 | #Constraints:      41395
1297.27/1309.81	c #Conflicts:    1454000 | #Constraints:      42395
1297.27/1309.81	c #Conflicts:    1455000 | #Constraints:      43395
1297.27/1309.81	c #Conflicts:    1456000 | #Constraints:      44395
1297.27/1309.81	c #Conflicts:    1457000 | #Constraints:      45395
1297.27/1309.81	c #Conflicts:    1458000 | #Constraints:      46395
1297.27/1309.81	c #Conflicts:    1459000 | #Constraints:      47395
1297.27/1309.81	c #Conflicts:    1460000 | #Constraints:      48395
1297.27/1309.81	c #Conflicts:    1461000 | #Constraints:      49395
1297.27/1309.81	c #Conflicts:    1462000 | #Constraints:      50395
1297.27/1309.81	c #Conflicts:    1463000 | #Constraints:      51395
1297.27/1309.81	c #Conflicts:    1464000 | #Constraints:      52395
1297.27/1309.81	c #Conflicts:    1465000 | #Constraints:      53395
1297.27/1309.81	c #Conflicts:    1466000 | #Constraints:      54395
1297.27/1309.81	c #Conflicts:    1467000 | #Constraints:      55395
1297.27/1309.81	c INPROCESSING
1297.27/1309.81	c GARBAGE COLLECT
1297.27/1309.81	c rational objective 1001
1318.86/1331.55	c #Conflicts:    1468000 | #Constraints:      32151
1318.86/1331.55	c #Conflicts:    1469000 | #Constraints:      33151
1318.86/1331.55	c #Conflicts:    1470000 | #Constraints:      34151
1318.86/1331.55	c #Conflicts:    1471000 | #Constraints:      35151
1318.86/1331.55	c #Conflicts:    1472000 | #Constraints:      36151
1318.86/1331.55	c #Conflicts:    1473000 | #Constraints:      37151
1318.86/1331.55	c #Conflicts:    1474000 | #Constraints:      38151
1318.86/1331.55	c #Conflicts:    1475000 | #Constraints:      39151
1318.86/1331.55	c #Conflicts:    1476000 | #Constraints:      40151
1318.86/1331.55	c #Conflicts:    1477000 | #Constraints:      41151
1318.86/1331.55	c #Conflicts:    1478000 | #Constraints:      42151
1318.86/1331.55	c #Conflicts:    1479000 | #Constraints:      43151
1318.86/1331.55	c #Conflicts:    1480000 | #Constraints:      44151
1318.86/1331.55	c #Conflicts:    1481000 | #Constraints:      45151
1318.86/1331.55	c #Conflicts:    1482000 | #Constraints:      46151
1318.86/1331.55	c #Conflicts:    1483000 | #Constraints:      47151
1318.86/1331.55	c #Conflicts:    1484000 | #Constraints:      48151
1318.86/1331.55	c #Conflicts:    1485000 | #Constraints:      49151
1318.86/1331.55	c #Conflicts:    1486000 | #Constraints:      50151
1318.86/1331.55	c #Conflicts:    1487000 | #Constraints:      51151
1318.86/1331.55	c bounds 1034 >= 1002 @ 1302.51
1321.74/1334.43	c #Conflicts:    1488000 | #Constraints:      52236
1321.74/1334.43	c #Conflicts:    1489000 | #Constraints:      53257
1321.74/1334.43	c #Conflicts:    1490000 | #Constraints:      54317
1321.74/1334.43	c #Conflicts:    1491000 | #Constraints:      55379
1321.74/1334.43	c INPROCESSING
1321.74/1334.43	c GARBAGE COLLECT
1321.74/1334.43	c rational objective 1002
1345.18/1357.93	c #Conflicts:    1492000 | #Constraints:      31792
1345.18/1357.93	c #Conflicts:    1493000 | #Constraints:      32799
1345.18/1357.93	c #Conflicts:    1494000 | #Constraints:      33846
1345.18/1357.93	c #Conflicts:    1495000 | #Constraints:      34875
1345.18/1357.93	c #Conflicts:    1496000 | #Constraints:      35906
1345.18/1357.93	c #Conflicts:    1497000 | #Constraints:      36955
1345.18/1357.93	c #Conflicts:    1498000 | #Constraints:      37994
1345.18/1357.93	c #Conflicts:    1499000 | #Constraints:      39043
1345.18/1357.93	c #Conflicts:    1500000 | #Constraints:      40078
1345.18/1357.93	c #Conflicts:    1501000 | #Constraints:      41117
1345.18/1357.93	c #Conflicts:    1502000 | #Constraints:      42161
1345.18/1357.93	c #Conflicts:    1503000 | #Constraints:      43207
1345.18/1357.93	c #Conflicts:    1504000 | #Constraints:      44250
1345.18/1357.93	c #Conflicts:    1505000 | #Constraints:      45283
1345.18/1357.93	c #Conflicts:    1506000 | #Constraints:      46322
1345.18/1357.93	c #Conflicts:    1507000 | #Constraints:      47356
1345.18/1357.93	c #Conflicts:    1508000 | #Constraints:      48381
1345.18/1357.93	c #Conflicts:    1509000 | #Constraints:      49402
1345.18/1357.93	c #Conflicts:    1510000 | #Constraints:      50432
1345.18/1357.93	c #Conflicts:    1511000 | #Constraints:      51464
1345.18/1357.93	c #Conflicts:    1512000 | #Constraints:      52488
1345.18/1357.93	c #Conflicts:    1513000 | #Constraints:      53514
1345.18/1357.93	c #Conflicts:    1514000 | #Constraints:      54533
1345.18/1357.93	c #Conflicts:    1515000 | #Constraints:      55553
1345.18/1357.93	c #Conflicts:    1516000 | #Constraints:      56567
1345.18/1357.93	c INPROCESSING
1345.18/1357.93	c GARBAGE COLLECT
1345.18/1357.93	c rational objective 1002
1373.01/1385.96	c #Conflicts:    1517000 | #Constraints:      32617
1373.01/1385.96	c #Conflicts:    1518000 | #Constraints:      33617
1373.01/1385.96	c #Conflicts:    1519000 | #Constraints:      34617
1373.01/1385.96	c #Conflicts:    1520000 | #Constraints:      35617
1373.01/1385.96	c #Conflicts:    1521000 | #Constraints:      36617
1373.01/1385.96	c #Conflicts:    1522000 | #Constraints:      37617
1373.01/1385.96	c #Conflicts:    1523000 | #Constraints:      38617
1373.01/1385.96	c #Conflicts:    1524000 | #Constraints:      39617
1373.01/1385.96	c #Conflicts:    1525000 | #Constraints:      40617
1373.01/1385.96	c #Conflicts:    1526000 | #Constraints:      41617
1373.01/1385.96	c #Conflicts:    1527000 | #Constraints:      42617
1373.01/1385.96	c #Conflicts:    1528000 | #Constraints:      43617
1373.01/1385.96	c #Conflicts:    1529000 | #Constraints:      44617
1373.01/1385.96	c #Conflicts:    1530000 | #Constraints:      45617
1373.01/1385.96	c #Conflicts:    1531000 | #Constraints:      46617
1373.01/1385.96	c #Conflicts:    1532000 | #Constraints:      47617
1373.01/1385.96	c #Conflicts:    1533000 | #Constraints:      48618
1373.01/1385.96	c #Conflicts:    1534000 | #Constraints:      49618
1373.01/1385.96	c #Conflicts:    1535000 | #Constraints:      50618
1373.01/1385.96	c #Conflicts:    1536000 | #Constraints:      51618
1373.01/1385.96	c #Conflicts:    1537000 | #Constraints:      52618
1373.01/1385.96	c #Conflicts:    1538000 | #Constraints:      53618
1373.01/1385.96	c #Conflicts:    1539000 | #Constraints:      54618
1373.01/1385.96	c #Conflicts:    1540000 | #Constraints:      55618
1373.01/1385.96	c #Conflicts:    1541000 | #Constraints:      56618
1373.01/1385.96	c INPROCESSING
1373.01/1385.96	c GARBAGE COLLECT
1373.01/1385.96	c rational objective 1002
1399.86/1412.97	c #Conflicts:    1542000 | #Constraints:      32832
1399.86/1412.97	c #Conflicts:    1543000 | #Constraints:      33832
1399.86/1412.97	c #Conflicts:    1544000 | #Constraints:      34832
1399.86/1412.97	c #Conflicts:    1545000 | #Constraints:      35832
1399.86/1412.97	c #Conflicts:    1546000 | #Constraints:      36832
1399.86/1412.97	c #Conflicts:    1547000 | #Constraints:      37832
1399.86/1412.97	c #Conflicts:    1548000 | #Constraints:      38832
1399.86/1412.97	c #Conflicts:    1549000 | #Constraints:      39832
1399.86/1412.97	c #Conflicts:    1550000 | #Constraints:      40832
1399.86/1412.97	c #Conflicts:    1551000 | #Constraints:      41832
1399.86/1412.97	c #Conflicts:    1552000 | #Constraints:      42832
1399.86/1412.97	c #Conflicts:    1553000 | #Constraints:      43832
1399.86/1412.97	c #Conflicts:    1554000 | #Constraints:      44832
1399.86/1412.97	c #Conflicts:    1555000 | #Constraints:      45832
1399.86/1412.97	c #Conflicts:    1556000 | #Constraints:      46832
1399.86/1412.97	c #Conflicts:    1557000 | #Constraints:      47832
1399.86/1412.97	c #Conflicts:    1558000 | #Constraints:      48832
1399.86/1412.97	c #Conflicts:    1559000 | #Constraints:      49832
1399.86/1412.97	c #Conflicts:    1560000 | #Constraints:      50832
1399.86/1412.97	c #Conflicts:    1561000 | #Constraints:      51832
1399.86/1412.97	c #Conflicts:    1562000 | #Constraints:      52832
1399.86/1412.97	c #Conflicts:    1563000 | #Constraints:      53832
1399.86/1412.97	c #Conflicts:    1564000 | #Constraints:      54832
1399.86/1412.97	c #Conflicts:    1565000 | #Constraints:      55832
1399.86/1412.97	c #Conflicts:    1566000 | #Constraints:      56832
1399.86/1412.97	c INPROCESSING
1399.86/1412.97	c GARBAGE COLLECT
1399.86/1412.97	c rational objective 1002
1423.93/1437.14	c #Conflicts:    1567000 | #Constraints:      32952
1423.93/1437.14	c #Conflicts:    1568000 | #Constraints:      33973
1423.93/1437.14	c #Conflicts:    1569000 | #Constraints:      35017
1423.93/1437.14	c #Conflicts:    1570000 | #Constraints:      36058
1423.93/1437.14	c #Conflicts:    1571000 | #Constraints:      37093
1423.93/1437.14	c #Conflicts:    1572000 | #Constraints:      38135
1423.93/1437.14	c #Conflicts:    1573000 | #Constraints:      39186
1423.93/1437.14	c #Conflicts:    1574000 | #Constraints:      40227
1423.93/1437.14	c #Conflicts:    1575000 | #Constraints:      41254
1423.93/1437.14	c #Conflicts:    1576000 | #Constraints:      42291
1423.93/1437.14	c #Conflicts:    1577000 | #Constraints:      43321
1423.93/1437.14	c #Conflicts:    1578000 | #Constraints:      44353
1423.93/1437.14	c #Conflicts:    1579000 | #Constraints:      45376
1423.93/1437.14	c #Conflicts:    1580000 | #Constraints:      46402
1423.93/1437.14	c #Conflicts:    1581000 | #Constraints:      47423
1423.93/1437.14	c #Conflicts:    1582000 | #Constraints:      48450
1423.93/1437.14	c #Conflicts:    1583000 | #Constraints:      49480
1423.93/1437.14	c #Conflicts:    1584000 | #Constraints:      50515
1423.93/1437.14	c #Conflicts:    1585000 | #Constraints:      51541
1423.93/1437.14	c #Conflicts:    1586000 | #Constraints:      52567
1423.93/1437.14	c #Conflicts:    1587000 | #Constraints:      53584
1423.93/1437.14	c #Conflicts:    1588000 | #Constraints:      54611
1423.93/1437.14	c #Conflicts:    1589000 | #Constraints:      55645
1423.93/1437.14	c #Conflicts:    1590000 | #Constraints:      56666
1423.93/1437.14	c #Conflicts:    1591000 | #Constraints:      57699
1423.93/1437.14	c INPROCESSING
1423.93/1437.14	c GARBAGE COLLECT
1423.93/1437.14	c rational objective 1002
1455.07/1468.48	c #Conflicts:    1592000 | #Constraints:      33200
1455.07/1468.48	c #Conflicts:    1593000 | #Constraints:      34200
1455.07/1468.48	c #Conflicts:    1594000 | #Constraints:      35200
1455.07/1468.48	c #Conflicts:    1595000 | #Constraints:      36200
1455.07/1468.48	c #Conflicts:    1596000 | #Constraints:      37200
1455.07/1468.48	c #Conflicts:    1597000 | #Constraints:      38200
1455.07/1468.48	c #Conflicts:    1598000 | #Constraints:      39200
1455.07/1468.48	c #Conflicts:    1599000 | #Constraints:      40200
1455.07/1468.48	c #Conflicts:    1600000 | #Constraints:      41200
1455.07/1468.48	c #Conflicts:    1601000 | #Constraints:      42200
1455.07/1468.48	c #Conflicts:    1602000 | #Constraints:      43200
1455.07/1468.48	c #Conflicts:    1603000 | #Constraints:      44200
1455.07/1468.48	c #Conflicts:    1604000 | #Constraints:      45200
1455.07/1468.48	c #Conflicts:    1605000 | #Constraints:      46200
1455.07/1468.48	c #Conflicts:    1606000 | #Constraints:      47200
1455.07/1468.48	c #Conflicts:    1607000 | #Constraints:      48200
1455.07/1468.48	c #Conflicts:    1608000 | #Constraints:      49200
1455.07/1468.48	c #Conflicts:    1609000 | #Constraints:      50200
1455.07/1468.48	c #Conflicts:    1610000 | #Constraints:      51200
1455.07/1468.48	c #Conflicts:    1611000 | #Constraints:      52200
1455.07/1468.48	c #Conflicts:    1612000 | #Constraints:      53200
1455.07/1468.48	c #Conflicts:    1613000 | #Constraints:      54200
1455.07/1468.48	c #Conflicts:    1614000 | #Constraints:      55200
1455.07/1468.48	c #Conflicts:    1615000 | #Constraints:      56200
1455.07/1468.48	c #Conflicts:    1616000 | #Constraints:      57200
1455.07/1468.48	c INPROCESSING
1455.07/1468.48	c GARBAGE COLLECT
1455.07/1468.48	c rational objective 1002
1498.89/1512.41	c #Conflicts:    1617000 | #Constraints:      32836
1498.89/1512.41	c #Conflicts:    1618000 | #Constraints:      33837
1498.89/1512.41	c #Conflicts:    1619000 | #Constraints:      34847
1498.89/1512.41	c #Conflicts:    1620000 | #Constraints:      35887
1498.89/1512.41	c #Conflicts:    1621000 | #Constraints:      36910
1498.89/1512.41	c #Conflicts:    1622000 | #Constraints:      37916
1498.89/1512.41	c #Conflicts:    1623000 | #Constraints:      38943
1498.89/1512.41	c #Conflicts:    1624000 | #Constraints:      39958
1498.89/1512.41	c #Conflicts:    1625000 | #Constraints:      40985
1498.89/1512.41	c #Conflicts:    1626000 | #Constraints:      42009
1498.89/1512.41	c #Conflicts:    1627000 | #Constraints:      43031
1498.89/1512.41	c #Conflicts:    1628000 | #Constraints:      44038
1498.89/1512.41	c #Conflicts:    1629000 | #Constraints:      45048
1498.89/1512.41	c #Conflicts:    1630000 | #Constraints:      46060
1498.89/1512.41	c #Conflicts:    1631000 | #Constraints:      47077
1498.89/1512.41	c #Conflicts:    1632000 | #Constraints:      48093
1498.89/1512.41	c #Conflicts:    1633000 | #Constraints:      49107
1498.89/1512.41	c #Conflicts:    1634000 | #Constraints:      50129
1498.89/1512.41	c #Conflicts:    1635000 | #Constraints:      51153
1498.89/1512.41	c #Conflicts:    1636000 | #Constraints:      52188
1498.89/1512.41	c #Conflicts:    1637000 | #Constraints:      53203
1498.89/1512.41	c #Conflicts:    1638000 | #Constraints:      54211
1498.89/1512.41	c #Conflicts:    1639000 | #Constraints:      55220
1498.89/1512.41	c #Conflicts:    1640000 | #Constraints:      56240
1498.89/1512.41	c #Conflicts:    1641000 | #Constraints:      57251
1498.89/1512.41	c #Conflicts:    1642000 | #Constraints:      58264
1498.89/1512.41	c INPROCESSING
1498.89/1512.41	c GARBAGE COLLECT
1498.89/1512.41	c rational objective 1002
1528.54/1542.28	c #Conflicts:    1643000 | #Constraints:      33494
1528.54/1542.28	c #Conflicts:    1644000 | #Constraints:      34494
1528.54/1542.28	c #Conflicts:    1645000 | #Constraints:      35494
1528.54/1542.28	c #Conflicts:    1646000 | #Constraints:      36494
1528.54/1542.28	c #Conflicts:    1647000 | #Constraints:      37494
1528.54/1542.28	c #Conflicts:    1648000 | #Constraints:      38494
1528.54/1542.28	c #Conflicts:    1649000 | #Constraints:      39494
1528.54/1542.28	c #Conflicts:    1650000 | #Constraints:      40494
1528.54/1542.28	c #Conflicts:    1651000 | #Constraints:      41494
1528.54/1542.28	c #Conflicts:    1652000 | #Constraints:      42494
1528.54/1542.28	c #Conflicts:    1653000 | #Constraints:      43494
1528.54/1542.28	c #Conflicts:    1654000 | #Constraints:      44494
1528.54/1542.28	c #Conflicts:    1655000 | #Constraints:      45494
1528.54/1542.28	c #Conflicts:    1656000 | #Constraints:      46494
1528.54/1542.28	c #Conflicts:    1657000 | #Constraints:      47494
1528.54/1542.28	c #Conflicts:    1658000 | #Constraints:      48495
1528.54/1542.28	c #Conflicts:    1659000 | #Constraints:      49495
1528.54/1542.28	c #Conflicts:    1660000 | #Constraints:      50495
1528.54/1542.28	c #Conflicts:    1661000 | #Constraints:      51496
1528.54/1542.28	c #Conflicts:    1662000 | #Constraints:      52496
1528.54/1542.28	c #Conflicts:    1663000 | #Constraints:      53496
1528.54/1542.28	c #Conflicts:    1664000 | #Constraints:      54496
1528.54/1542.28	c #Conflicts:    1665000 | #Constraints:      55496
1528.54/1542.28	c #Conflicts:    1666000 | #Constraints:      56496
1528.54/1542.28	c #Conflicts:    1667000 | #Constraints:      57496
1528.54/1542.28	c #Conflicts:    1668000 | #Constraints:      58496
1528.54/1542.28	c INPROCESSING
1528.54/1542.28	c GARBAGE COLLECT
1528.54/1542.28	c rational objective 1002
1556.49/1570.31	c #Conflicts:    1669000 | #Constraints:      33804
1556.49/1570.31	c #Conflicts:    1670000 | #Constraints:      34804
1556.49/1570.31	c #Conflicts:    1671000 | #Constraints:      35804
1556.49/1570.31	c #Conflicts:    1672000 | #Constraints:      36804
1556.49/1570.31	c #Conflicts:    1673000 | #Constraints:      37804
1556.49/1570.31	c #Conflicts:    1674000 | #Constraints:      38804
1556.49/1570.31	c #Conflicts:    1675000 | #Constraints:      39804
1556.49/1570.31	c #Conflicts:    1676000 | #Constraints:      40804
1556.49/1570.31	c #Conflicts:    1677000 | #Constraints:      41804
1556.49/1570.31	c #Conflicts:    1678000 | #Constraints:      42804
1556.49/1570.31	c #Conflicts:    1679000 | #Constraints:      43804
1556.49/1570.31	c #Conflicts:    1680000 | #Constraints:      44804
1556.49/1570.31	c #Conflicts:    1681000 | #Constraints:      45804
1556.49/1570.31	c #Conflicts:    1682000 | #Constraints:      46804
1556.49/1570.31	c #Conflicts:    1683000 | #Constraints:      47804
1556.49/1570.31	c #Conflicts:    1684000 | #Constraints:      48804
1556.49/1570.31	c #Conflicts:    1685000 | #Constraints:      49804
1556.49/1570.31	c #Conflicts:    1686000 | #Constraints:      50804
1556.49/1570.31	c #Conflicts:    1687000 | #Constraints:      51804
1556.49/1570.31	c #Conflicts:    1688000 | #Constraints:      52804
1556.49/1570.31	c #Conflicts:    1689000 | #Constraints:      53804
1556.49/1570.31	c #Conflicts:    1690000 | #Constraints:      54804
1556.49/1570.31	c #Conflicts:    1691000 | #Constraints:      55804
1556.49/1570.31	c #Conflicts:    1692000 | #Constraints:      56804
1556.49/1570.31	c #Conflicts:    1693000 | #Constraints:      57804
1556.49/1570.31	c #Conflicts:    1694000 | #Constraints:      58804
1556.49/1570.31	c INPROCESSING
1556.49/1570.31	c GARBAGE COLLECT
1556.49/1570.31	c rational objective 1002
1592.07/1606.19	c #Conflicts:    1695000 | #Constraints:      33958
1592.07/1606.19	c #Conflicts:    1696000 | #Constraints:      35011
1592.07/1606.19	c #Conflicts:    1697000 | #Constraints:      36078
1592.07/1606.19	c #Conflicts:    1698000 | #Constraints:      37149
1592.07/1606.19	c #Conflicts:    1699000 | #Constraints:      38209
1592.07/1606.19	c #Conflicts:    1700000 | #Constraints:      39263
1592.07/1606.19	c #Conflicts:    1701000 | #Constraints:      40310
1592.07/1606.19	c #Conflicts:    1702000 | #Constraints:      41359
1592.07/1606.19	c #Conflicts:    1703000 | #Constraints:      42387
1592.07/1606.19	c #Conflicts:    1704000 | #Constraints:      43419
1592.07/1606.19	c #Conflicts:    1705000 | #Constraints:      44441
1592.07/1606.19	c #Conflicts:    1706000 | #Constraints:      45477
1592.07/1606.19	c #Conflicts:    1707000 | #Constraints:      46503
1592.07/1606.19	c #Conflicts:    1708000 | #Constraints:      47556
1592.07/1606.19	c #Conflicts:    1709000 | #Constraints:      48590
1592.07/1606.19	c #Conflicts:    1710000 | #Constraints:      49619
1592.07/1606.19	c #Conflicts:    1711000 | #Constraints:      50644
1592.07/1606.19	c #Conflicts:    1712000 | #Constraints:      51671
1592.07/1606.19	c #Conflicts:    1713000 | #Constraints:      52708
1592.07/1606.19	c #Conflicts:    1714000 | #Constraints:      53738
1592.07/1606.19	c #Conflicts:    1715000 | #Constraints:      54772
1592.07/1606.19	c #Conflicts:    1716000 | #Constraints:      55797
1592.07/1606.19	c #Conflicts:    1717000 | #Constraints:      56815
1592.07/1606.19	c #Conflicts:    1718000 | #Constraints:      57846
1592.07/1606.19	c #Conflicts:    1719000 | #Constraints:      58892
1592.07/1606.19	c #Conflicts:    1720000 | #Constraints:      59933
1592.07/1606.19	c INPROCESSING
1592.07/1606.19	c GARBAGE COLLECT
1592.07/1606.19	c rational objective 1002
1621.00/1635.12	c #Conflicts:    1721000 | #Constraints:      34317
1621.00/1635.12	c #Conflicts:    1722000 | #Constraints:      35317
1621.00/1635.12	c #Conflicts:    1723000 | #Constraints:      36317
1621.00/1635.12	c #Conflicts:    1724000 | #Constraints:      37317
1621.00/1635.12	c #Conflicts:    1725000 | #Constraints:      38317
1621.00/1635.12	c #Conflicts:    1726000 | #Constraints:      39317
1621.00/1635.12	c #Conflicts:    1727000 | #Constraints:      40317
1621.00/1635.12	c #Conflicts:    1728000 | #Constraints:      41317
1621.00/1635.12	c #Conflicts:    1729000 | #Constraints:      42317
1621.00/1635.12	c #Conflicts:    1730000 | #Constraints:      43317
1621.00/1635.12	c #Conflicts:    1731000 | #Constraints:      44317
1621.00/1635.12	c #Conflicts:    1732000 | #Constraints:      45317
1621.00/1635.12	c #Conflicts:    1733000 | #Constraints:      46317
1621.00/1635.12	c #Conflicts:    1734000 | #Constraints:      47317
1621.00/1635.12	c #Conflicts:    1735000 | #Constraints:      48317
1621.00/1635.12	c #Conflicts:    1736000 | #Constraints:      49317
1621.00/1635.12	c #Conflicts:    1737000 | #Constraints:      50317
1621.00/1635.12	c #Conflicts:    1738000 | #Constraints:      51317
1621.00/1635.12	c #Conflicts:    1739000 | #Constraints:      52317
1621.00/1635.12	c #Conflicts:    1740000 | #Constraints:      53317
1621.00/1635.12	c #Conflicts:    1741000 | #Constraints:      54317
1621.00/1635.12	c #Conflicts:    1742000 | #Constraints:      55317
1621.00/1635.12	c #Conflicts:    1743000 | #Constraints:      56317
1621.00/1635.12	c #Conflicts:    1744000 | #Constraints:      57317
1621.00/1635.12	c #Conflicts:    1745000 | #Constraints:      58317
1621.00/1635.12	c #Conflicts:    1746000 | #Constraints:      59317
1621.00/1635.12	c INPROCESSING
1621.00/1635.12	c GARBAGE COLLECT
1621.00/1635.12	c rational objective 1002
1648.06/1662.32	c #Conflicts:    1747000 | #Constraints:      33884
1648.06/1662.32	c #Conflicts:    1748000 | #Constraints:      34884
1648.06/1662.32	c #Conflicts:    1749000 | #Constraints:      35884
1648.06/1662.32	c #Conflicts:    1750000 | #Constraints:      36884
1648.06/1662.32	c #Conflicts:    1751000 | #Constraints:      37884
1648.06/1662.32	c #Conflicts:    1752000 | #Constraints:      38884
1648.06/1662.32	c #Conflicts:    1753000 | #Constraints:      39884
1648.06/1662.32	c #Conflicts:    1754000 | #Constraints:      40884
1648.06/1662.32	c #Conflicts:    1755000 | #Constraints:      41884
1648.06/1662.32	c #Conflicts:    1756000 | #Constraints:      42884
1648.06/1662.32	c #Conflicts:    1757000 | #Constraints:      43884
1648.06/1662.32	c #Conflicts:    1758000 | #Constraints:      44884
1648.06/1662.32	c #Conflicts:    1759000 | #Constraints:      45884
1648.06/1662.32	c #Conflicts:    1760000 | #Constraints:      46885
1648.06/1662.32	c #Conflicts:    1761000 | #Constraints:      47885
1648.06/1662.32	c #Conflicts:    1762000 | #Constraints:      48885
1648.06/1662.32	c #Conflicts:    1763000 | #Constraints:      49885
1648.06/1662.32	c #Conflicts:    1764000 | #Constraints:      50885
1648.06/1662.32	c #Conflicts:    1765000 | #Constraints:      51885
1648.06/1662.32	c #Conflicts:    1766000 | #Constraints:      52885
1648.06/1662.32	c #Conflicts:    1767000 | #Constraints:      53885
1648.06/1662.32	c #Conflicts:    1768000 | #Constraints:      54885
1648.06/1662.32	c #Conflicts:    1769000 | #Constraints:      55885
1648.06/1662.32	c #Conflicts:    1770000 | #Constraints:      56885
1648.06/1662.32	c #Conflicts:    1771000 | #Constraints:      57885
1648.06/1662.32	c #Conflicts:    1772000 | #Constraints:      58885
1648.06/1662.32	c #Conflicts:    1773000 | #Constraints:      59885
1648.06/1662.32	c INPROCESSING
1648.06/1662.32	c GARBAGE COLLECT
1648.06/1662.32	c rational objective 1002
1682.10/1696.51	c #Conflicts:    1774000 | #Constraints:      34410
1682.10/1696.51	c #Conflicts:    1775000 | #Constraints:      35451
1682.10/1696.51	c #Conflicts:    1776000 | #Constraints:      36525
1682.10/1696.51	c #Conflicts:    1777000 | #Constraints:      37590
1682.10/1696.51	c #Conflicts:    1778000 | #Constraints:      38648
1682.10/1696.51	c #Conflicts:    1779000 | #Constraints:      39697
1682.10/1696.51	c #Conflicts:    1780000 | #Constraints:      40740
1682.10/1696.51	c #Conflicts:    1781000 | #Constraints:      41782
1682.10/1696.51	c #Conflicts:    1782000 | #Constraints:      42817
1682.10/1696.51	c #Conflicts:    1783000 | #Constraints:      43859
1682.10/1696.51	c #Conflicts:    1784000 | #Constraints:      44895
1682.10/1696.51	c #Conflicts:    1785000 | #Constraints:      45929
1682.10/1696.51	c #Conflicts:    1786000 | #Constraints:      46963
1682.10/1696.51	c #Conflicts:    1787000 | #Constraints:      48004
1682.10/1696.51	c #Conflicts:    1788000 | #Constraints:      49053
1682.10/1696.51	c #Conflicts:    1789000 | #Constraints:      50089
1682.10/1696.51	c #Conflicts:    1790000 | #Constraints:      51143
1682.10/1696.51	c #Conflicts:    1791000 | #Constraints:      52166
1682.10/1696.51	c #Conflicts:    1792000 | #Constraints:      53203
1682.10/1696.51	c #Conflicts:    1793000 | #Constraints:      54238
1682.10/1696.51	c #Conflicts:    1794000 | #Constraints:      55259
1682.10/1696.51	c #Conflicts:    1795000 | #Constraints:      56302
1682.10/1696.51	c #Conflicts:    1796000 | #Constraints:      57323
1682.10/1696.51	c #Conflicts:    1797000 | #Constraints:      58354
1682.10/1696.51	c #Conflicts:    1798000 | #Constraints:      59379
1682.10/1696.51	c #Conflicts:    1799000 | #Constraints:      60412
1682.10/1696.51	c #Conflicts:    1800000 | #Constraints:      61442
1682.10/1696.51	c INPROCESSING
1682.10/1696.51	c GARBAGE COLLECT
1682.10/1696.51	c rational objective 1002
1711.85/1726.43	c #Conflicts:    1801000 | #Constraints:      35144
1711.85/1726.43	c #Conflicts:    1802000 | #Constraints:      36144
1711.85/1726.43	c #Conflicts:    1803000 | #Constraints:      37144
1711.85/1726.43	c #Conflicts:    1804000 | #Constraints:      38144
1711.85/1726.43	c #Conflicts:    1805000 | #Constraints:      39144
1711.85/1726.43	c #Conflicts:    1806000 | #Constraints:      40144
1711.85/1726.43	c #Conflicts:    1807000 | #Constraints:      41144
1711.85/1726.43	c #Conflicts:    1808000 | #Constraints:      42144
1711.85/1726.43	c #Conflicts:    1809000 | #Constraints:      43144
1711.85/1726.43	c #Conflicts:    1810000 | #Constraints:      44144
1711.85/1726.43	c #Conflicts:    1811000 | #Constraints:      45144
1711.85/1726.43	c #Conflicts:    1812000 | #Constraints:      46144
1711.85/1726.43	c #Conflicts:    1813000 | #Constraints:      47144
1711.85/1726.43	c #Conflicts:    1814000 | #Constraints:      48144
1711.85/1726.43	c #Conflicts:    1815000 | #Constraints:      49144
1711.85/1726.43	c #Conflicts:    1816000 | #Constraints:      50144
1711.85/1726.43	c #Conflicts:    1817000 | #Constraints:      51144
1711.85/1726.43	c #Conflicts:    1818000 | #Constraints:      52144
1711.85/1726.43	c #Conflicts:    1819000 | #Constraints:      53144
1711.85/1726.43	c #Conflicts:    1820000 | #Constraints:      54144
1711.85/1726.43	c #Conflicts:    1821000 | #Constraints:      55144
1711.85/1726.43	c #Conflicts:    1822000 | #Constraints:      56144
1711.85/1726.43	c #Conflicts:    1823000 | #Constraints:      57144
1711.85/1726.43	c #Conflicts:    1824000 | #Constraints:      58144
1711.85/1726.43	c #Conflicts:    1825000 | #Constraints:      59144
1711.85/1726.43	c #Conflicts:    1826000 | #Constraints:      60144
1711.85/1726.43	c #Conflicts:    1827000 | #Constraints:      61145
1711.85/1726.43	c INPROCESSING
1711.85/1726.43	c GARBAGE COLLECT
1711.85/1726.43	c rational objective 1002
1741.31/1756.04	c #Conflicts:    1828000 | #Constraints:      35130
1741.31/1756.04	c #Conflicts:    1829000 | #Constraints:      36130
1741.31/1756.04	c #Conflicts:    1830000 | #Constraints:      37130
1741.31/1756.04	c #Conflicts:    1831000 | #Constraints:      38130
1741.31/1756.04	c #Conflicts:    1832000 | #Constraints:      39130
1741.31/1756.04	c #Conflicts:    1833000 | #Constraints:      40130
1741.31/1756.04	c #Conflicts:    1834000 | #Constraints:      41130
1741.31/1756.04	c #Conflicts:    1835000 | #Constraints:      42130
1741.31/1756.04	c #Conflicts:    1836000 | #Constraints:      43131
1741.31/1756.04	c #Conflicts:    1837000 | #Constraints:      44131
1741.31/1756.04	c #Conflicts:    1838000 | #Constraints:      45131
1741.31/1756.04	c #Conflicts:    1839000 | #Constraints:      46131
1741.31/1756.04	c #Conflicts:    1840000 | #Constraints:      47131
1741.31/1756.04	c #Conflicts:    1841000 | #Constraints:      48131
1741.31/1756.04	c #Conflicts:    1842000 | #Constraints:      49131
1741.31/1756.04	c #Conflicts:    1843000 | #Constraints:      50131
1741.31/1756.04	c #Conflicts:    1844000 | #Constraints:      51131
1741.31/1756.04	c #Conflicts:    1845000 | #Constraints:      52131
1741.31/1756.04	c #Conflicts:    1846000 | #Constraints:      53131
1741.31/1756.04	c #Conflicts:    1847000 | #Constraints:      54131
1741.31/1756.04	c #Conflicts:    1848000 | #Constraints:      55131
1741.31/1756.04	c #Conflicts:    1849000 | #Constraints:      56131
1741.31/1756.04	c #Conflicts:    1850000 | #Constraints:      57131
1741.31/1756.04	c #Conflicts:    1851000 | #Constraints:      58131
1741.31/1756.04	c #Conflicts:    1852000 | #Constraints:      59131
1741.31/1756.04	c #Conflicts:    1853000 | #Constraints:      60131
1741.31/1756.04	c #Conflicts:    1854000 | #Constraints:      61131
1741.31/1756.04	c INPROCESSING
1741.31/1756.04	c GARBAGE COLLECT
1741.31/1756.04	c rational objective 1002
1796.16/1811.18	c #Conflicts:    1855000 | #Constraints:      35039
1796.16/1811.18	c #Conflicts:    1856000 | #Constraints:      36049
1796.16/1811.18	c #Conflicts:    1857000 | #Constraints:      37073
1796.16/1811.18	c #Conflicts:    1858000 | #Constraints:      38076
1796.16/1811.18	c #Conflicts:    1859000 | #Constraints:      39089
1796.16/1811.18	c #Conflicts:    1860000 | #Constraints:      40105
1796.16/1811.18	c #Conflicts:    1861000 | #Constraints:      41119
1796.16/1811.18	c #Conflicts:    1862000 | #Constraints:      42152
1796.16/1811.18	c #Conflicts:    1863000 | #Constraints:      43178
1796.16/1811.18	c #Conflicts:    1864000 | #Constraints:      44206
1796.16/1811.18	c #Conflicts:    1865000 | #Constraints:      45230
1796.16/1811.18	c #Conflicts:    1866000 | #Constraints:      46264
1796.16/1811.18	c #Conflicts:    1867000 | #Constraints:      47290
1796.16/1811.18	c #Conflicts:    1868000 | #Constraints:      48316
1796.16/1811.18	c #Conflicts:    1869000 | #Constraints:      49351
1796.16/1811.18	c #Conflicts:    1870000 | #Constraints:      50376
1796.16/1811.18	c #Conflicts:    1871000 | #Constraints:      51389
1796.16/1811.18	c #Conflicts:    1872000 | #Constraints:      52399
1796.16/1811.18	c #Conflicts:    1873000 | #Constraints:      53415
1796.16/1811.18	c #Conflicts:    1874000 | #Constraints:      54443
1796.16/1811.18	c #Conflicts:    1875000 | #Constraints:      55465
1796.16/1811.18	c #Conflicts:    1876000 | #Constraints:      56490
1796.16/1811.18	c #Conflicts:    1877000 | #Constraints:      57502
1796.16/1811.18	c #Conflicts:    1878000 | #Constraints:      58507
1796.16/1811.18	c #Conflicts:    1879000 | #Constraints:      59513
1796.16/1811.18	c #Conflicts:    1880000 | #Constraints:      60547
1796.16/1811.18	c #Conflicts:    1881000 | #Constraints:      61589
1796.16/1811.18	c INPROCESSING
1796.16/1811.18	c GARBAGE COLLECT
1796.16/1811.18	c rational objective 1002
1826.75/1841.80	c #Conflicts:    1882000 | #Constraints:      34933
1826.75/1841.80	c #Conflicts:    1883000 | #Constraints:      35933
1826.75/1841.80	c #Conflicts:    1884000 | #Constraints:      36933
1826.75/1841.80	c #Conflicts:    1885000 | #Constraints:      37933
1826.75/1841.80	c #Conflicts:    1886000 | #Constraints:      38933
1826.75/1841.80	c #Conflicts:    1887000 | #Constraints:      39933
1826.75/1841.80	c #Conflicts:    1888000 | #Constraints:      40933
1826.75/1841.80	c #Conflicts:    1889000 | #Constraints:      41933
1826.75/1841.80	c #Conflicts:    1890000 | #Constraints:      42933
1826.75/1841.80	c #Conflicts:    1891000 | #Constraints:      43933
1826.75/1841.80	c #Conflicts:    1892000 | #Constraints:      44933
1826.75/1841.80	c #Conflicts:    1893000 | #Constraints:      45933
1826.75/1841.80	c #Conflicts:    1894000 | #Constraints:      46933
1826.75/1841.80	c #Conflicts:    1895000 | #Constraints:      47933
1826.75/1841.80	c #Conflicts:    1896000 | #Constraints:      48933
1826.75/1841.80	c #Conflicts:    1897000 | #Constraints:      49933
1826.75/1841.80	c #Conflicts:    1898000 | #Constraints:      50933
1826.75/1841.80	c #Conflicts:    1899000 | #Constraints:      51933
1826.75/1841.80	c #Conflicts:    1900000 | #Constraints:      52933
1826.75/1841.80	c #Conflicts:    1901000 | #Constraints:      53933
1826.75/1841.80	c #Conflicts:    1902000 | #Constraints:      54933
1826.75/1841.80	c #Conflicts:    1903000 | #Constraints:      55933
1826.75/1841.80	c #Conflicts:    1904000 | #Constraints:      56933
1826.75/1841.80	c #Conflicts:    1905000 | #Constraints:      57933
1826.75/1841.80	c #Conflicts:    1906000 | #Constraints:      58933
1826.75/1841.80	c #Conflicts:    1907000 | #Constraints:      59933
1826.75/1841.80	c #Conflicts:    1908000 | #Constraints:      60933
1826.75/1841.80	c #Conflicts:    1909000 | #Constraints:      61933
1826.75/1841.80	c INPROCESSING
1826.75/1841.80	c GARBAGE COLLECT
1826.75/1841.80	c rational objective 1002
1858.01/1873.25	c #Conflicts:    1910000 | #Constraints:      35418
1858.01/1873.25	c #Conflicts:    1911000 | #Constraints:      36418
1858.01/1873.25	c #Conflicts:    1912000 | #Constraints:      37418
1858.01/1873.25	c #Conflicts:    1913000 | #Constraints:      38418
1858.01/1873.25	c #Conflicts:    1914000 | #Constraints:      39418
1858.01/1873.25	c #Conflicts:    1915000 | #Constraints:      40418
1858.01/1873.25	c #Conflicts:    1916000 | #Constraints:      41418
1858.01/1873.25	c #Conflicts:    1917000 | #Constraints:      42418
1858.01/1873.25	c #Conflicts:    1918000 | #Constraints:      43418
1858.01/1873.25	c #Conflicts:    1919000 | #Constraints:      44418
1858.01/1873.25	c #Conflicts:    1920000 | #Constraints:      45418
1858.01/1873.25	c #Conflicts:    1921000 | #Constraints:      46418
1858.01/1873.25	c #Conflicts:    1922000 | #Constraints:      47418
1858.01/1873.25	c #Conflicts:    1923000 | #Constraints:      48418
1858.01/1873.25	c #Conflicts:    1924000 | #Constraints:      49418
1858.01/1873.25	c #Conflicts:    1925000 | #Constraints:      50418
1858.01/1873.25	c #Conflicts:    1926000 | #Constraints:      51418
1858.01/1873.25	c #Conflicts:    1927000 | #Constraints:      52418
1858.01/1873.25	c #Conflicts:    1928000 | #Constraints:      53418
1858.01/1873.25	c #Conflicts:    1929000 | #Constraints:      54418
1858.01/1873.25	c #Conflicts:    1930000 | #Constraints:      55418
1858.01/1873.25	c #Conflicts:    1931000 | #Constraints:      56419
1858.01/1873.25	c #Conflicts:    1932000 | #Constraints:      57419
1858.01/1873.25	c #Conflicts:    1933000 | #Constraints:      58419
1858.01/1873.25	c #Conflicts:    1934000 | #Constraints:      59419
1858.01/1873.25	c #Conflicts:    1935000 | #Constraints:      60419
1858.01/1873.25	c #Conflicts:    1936000 | #Constraints:      61419
1858.01/1873.25	c #Conflicts:    1937000 | #Constraints:      62419
1858.01/1873.25	c INPROCESSING
1858.01/1873.25	c GARBAGE COLLECT
1858.01/1873.25	c rational objective 1002
1887.69/1903.09	c #Conflicts:    1938000 | #Constraints:      35765
1887.69/1903.09	c #Conflicts:    1939000 | #Constraints:      36765
1887.69/1903.09	c #Conflicts:    1940000 | #Constraints:      37765
1887.69/1903.09	c #Conflicts:    1941000 | #Constraints:      38765
1887.69/1903.09	c #Conflicts:    1942000 | #Constraints:      39765
1887.69/1903.09	c #Conflicts:    1943000 | #Constraints:      40765
1887.69/1903.09	c #Conflicts:    1944000 | #Constraints:      41765
1887.69/1903.09	c #Conflicts:    1945000 | #Constraints:      42766
1887.69/1903.09	c #Conflicts:    1946000 | #Constraints:      43766
1887.69/1903.09	c #Conflicts:    1947000 | #Constraints:      44766
1887.69/1903.09	c #Conflicts:    1948000 | #Constraints:      45766
1887.69/1903.09	c #Conflicts:    1949000 | #Constraints:      46766
1887.69/1903.09	c #Conflicts:    1950000 | #Constraints:      47766
1887.69/1903.09	c #Conflicts:    1951000 | #Constraints:      48766
1887.69/1903.09	c #Conflicts:    1952000 | #Constraints:      49766
1887.69/1903.09	c #Conflicts:    1953000 | #Constraints:      50766
1887.69/1903.09	c #Conflicts:    1954000 | #Constraints:      51766
1887.69/1903.09	c #Conflicts:    1955000 | #Constraints:      52766
1887.69/1903.09	c #Conflicts:    1956000 | #Constraints:      53766
1887.69/1903.09	c #Conflicts:    1957000 | #Constraints:      54766
1887.69/1903.09	c #Conflicts:    1958000 | #Constraints:      55767
1887.69/1903.09	c #Conflicts:    1959000 | #Constraints:      56767
1887.69/1903.09	c #Conflicts:    1960000 | #Constraints:      57767
1887.69/1903.09	c #Conflicts:    1961000 | #Constraints:      58767
1887.69/1903.09	c #Conflicts:    1962000 | #Constraints:      59767
1887.69/1903.09	c #Conflicts:    1963000 | #Constraints:      60767
1887.69/1903.09	c #Conflicts:    1964000 | #Constraints:      61767
1887.69/1903.09	c #Conflicts:    1965000 | #Constraints:      62767
1887.69/1903.09	c INPROCESSING
1887.69/1903.09	c GARBAGE COLLECT
1887.69/1903.09	c rational objective 1002
1918.15/1933.68	c #Conflicts:    1966000 | #Constraints:      35944
1918.15/1933.68	c #Conflicts:    1967000 | #Constraints:      36973
1918.15/1933.68	c #Conflicts:    1968000 | #Constraints:      38013
1918.15/1933.68	c #Conflicts:    1969000 | #Constraints:      39053
1918.15/1933.68	c #Conflicts:    1970000 | #Constraints:      40078
1918.15/1933.68	c #Conflicts:    1971000 | #Constraints:      41127
1918.15/1933.68	c #Conflicts:    1972000 | #Constraints:      42163
1918.15/1933.68	c #Conflicts:    1973000 | #Constraints:      43200
1918.15/1933.68	c #Conflicts:    1974000 | #Constraints:      44246
1918.15/1933.68	c #Conflicts:    1975000 | #Constraints:      45279
1918.15/1933.68	c #Conflicts:    1976000 | #Constraints:      46331
1918.15/1933.68	c #Conflicts:    1977000 | #Constraints:      47374
1918.15/1933.68	c #Conflicts:    1978000 | #Constraints:      48427
1918.15/1933.68	c #Conflicts:    1979000 | #Constraints:      49464
1918.15/1933.68	c #Conflicts:    1980000 | #Constraints:      50492
1918.15/1933.68	c #Conflicts:    1981000 | #Constraints:      51515
1918.15/1933.68	c #Conflicts:    1982000 | #Constraints:      52550
1918.15/1933.68	c #Conflicts:    1983000 | #Constraints:      53572
1918.15/1933.68	c #Conflicts:    1984000 | #Constraints:      54599
1918.15/1933.68	c #Conflicts:    1985000 | #Constraints:      55629
1918.15/1933.68	c #Conflicts:    1986000 | #Constraints:      56658
1918.15/1933.68	c #Conflicts:    1987000 | #Constraints:      57670
1918.15/1933.68	c #Conflicts:    1988000 | #Constraints:      58695
1918.15/1933.68	c #Conflicts:    1989000 | #Constraints:      59725
1918.15/1933.68	c #Conflicts:    1990000 | #Constraints:      60749
1918.15/1933.68	c #Conflicts:    1991000 | #Constraints:      61785
1918.15/1933.68	c #Conflicts:    1992000 | #Constraints:      62809
1918.15/1933.68	c #Conflicts:    1993000 | #Constraints:      63829
1918.15/1933.68	c INPROCESSING
1918.15/1933.68	c GARBAGE COLLECT
1918.15/1933.68	c rational objective 1002
1953.07/1968.76	c #Conflicts:    1994000 | #Constraints:      36249
1953.07/1968.76	c #Conflicts:    1995000 | #Constraints:      37249
1953.07/1968.76	c #Conflicts:    1996000 | #Constraints:      38249
1953.07/1968.76	c #Conflicts:    1997000 | #Constraints:      39249
1953.07/1968.76	c #Conflicts:    1998000 | #Constraints:      40249
1953.07/1968.76	c #Conflicts:    1999000 | #Constraints:      41249
1953.07/1968.76	c #Conflicts:    2000000 | #Constraints:      42249
1953.07/1968.76	c #Conflicts:    2001000 | #Constraints:      43249
1953.07/1968.76	c #Conflicts:    2002000 | #Constraints:      44249
1953.07/1968.76	c #Conflicts:    2003000 | #Constraints:      45249
1953.07/1968.76	c #Conflicts:    2004000 | #Constraints:      46249
1953.07/1968.76	c #Conflicts:    2005000 | #Constraints:      47250
1953.07/1968.76	c #Conflicts:    2006000 | #Constraints:      48250
1953.07/1968.76	c #Conflicts:    2007000 | #Constraints:      49250
1953.07/1968.76	c #Conflicts:    2008000 | #Constraints:      50250
1953.07/1968.76	c #Conflicts:    2009000 | #Constraints:      51250
1953.07/1968.76	c #Conflicts:    2010000 | #Constraints:      52250
1953.07/1968.76	c #Conflicts:    2011000 | #Constraints:      53250
1953.07/1968.76	c #Conflicts:    2012000 | #Constraints:      54250
1953.07/1968.76	c #Conflicts:    2013000 | #Constraints:      55250
1953.07/1968.76	c #Conflicts:    2014000 | #Constraints:      56250
1953.07/1968.76	c #Conflicts:    2015000 | #Constraints:      57250
1953.07/1968.76	c #Conflicts:    2016000 | #Constraints:      58250
1953.07/1968.76	c #Conflicts:    2017000 | #Constraints:      59250
1953.07/1968.76	c #Conflicts:    2018000 | #Constraints:      60250
1953.07/1968.76	c #Conflicts:    2019000 | #Constraints:      61250
1953.07/1968.76	c #Conflicts:    2020000 | #Constraints:      62250
1953.07/1968.76	c #Conflicts:    2021000 | #Constraints:      63250
1953.07/1968.76	c INPROCESSING
1953.07/1968.76	c GARBAGE COLLECT
1953.07/1968.76	c rational objective 1002
1986.73/2002.57	c #Conflicts:    2022000 | #Constraints:      35874
1986.73/2002.57	c #Conflicts:    2023000 | #Constraints:      36874
1986.73/2002.57	c #Conflicts:    2024000 | #Constraints:      37877
1986.73/2002.57	c #Conflicts:    2025000 | #Constraints:      38882
1986.73/2002.57	c #Conflicts:    2026000 | #Constraints:      39893
1986.73/2002.57	c #Conflicts:    2027000 | #Constraints:      40946
1986.73/2002.57	c #Conflicts:    2028000 | #Constraints:      42010
1986.73/2002.57	c #Conflicts:    2029000 | #Constraints:      43059
1986.73/2002.57	c #Conflicts:    2030000 | #Constraints:      44098
1986.73/2002.57	c #Conflicts:    2031000 | #Constraints:      45134
1986.73/2002.57	c #Conflicts:    2032000 | #Constraints:      46170
1986.73/2002.57	c #Conflicts:    2033000 | #Constraints:      47211
1986.73/2002.57	c #Conflicts:    2034000 | #Constraints:      48240
1986.73/2002.57	c #Conflicts:    2035000 | #Constraints:      49265
1986.73/2002.57	c #Conflicts:    2036000 | #Constraints:      50299
1986.73/2002.57	c #Conflicts:    2037000 | #Constraints:      51324
1986.73/2002.57	c #Conflicts:    2038000 | #Constraints:      52354
1986.73/2002.57	c #Conflicts:    2039000 | #Constraints:      53371
1986.73/2002.57	c #Conflicts:    2040000 | #Constraints:      54390
1986.73/2002.57	c #Conflicts:    2041000 | #Constraints:      55413
1986.73/2002.57	c #Conflicts:    2042000 | #Constraints:      56452
1986.73/2002.57	c #Conflicts:    2043000 | #Constraints:      57491
1986.73/2002.57	c #Conflicts:    2044000 | #Constraints:      58548
1986.73/2002.57	c #Conflicts:    2045000 | #Constraints:      59587
1986.73/2002.57	c #Conflicts:    2046000 | #Constraints:      60627
1986.73/2002.57	c #Conflicts:    2047000 | #Constraints:      61648
1986.73/2002.57	c #Conflicts:    2048000 | #Constraints:      62664
1986.73/2002.57	c #Conflicts:    2049000 | #Constraints:      63685
1986.73/2002.57	c #Conflicts:    2050000 | #Constraints:      64699
1986.73/2002.57	c INPROCESSING
1986.73/2002.57	c GARBAGE COLLECT
1986.73/2002.57	c rational objective 1002
2019.24/2035.22	c #Conflicts:    2051000 | #Constraints:      36695
2019.24/2035.22	c #Conflicts:    2052000 | #Constraints:      37695
2019.24/2035.22	c #Conflicts:    2053000 | #Constraints:      38695
2019.24/2035.22	c #Conflicts:    2054000 | #Constraints:      39695
2019.24/2035.22	c #Conflicts:    2055000 | #Constraints:      40695
2019.24/2035.22	c #Conflicts:    2056000 | #Constraints:      41695
2019.24/2035.22	c #Conflicts:    2057000 | #Constraints:      42695
2019.24/2035.22	c #Conflicts:    2058000 | #Constraints:      43695
2019.24/2035.22	c #Conflicts:    2059000 | #Constraints:      44695
2019.24/2035.22	c #Conflicts:    2060000 | #Constraints:      45695
2019.24/2035.22	c #Conflicts:    2061000 | #Constraints:      46695
2019.24/2035.22	c #Conflicts:    2062000 | #Constraints:      47695
2019.24/2035.22	c #Conflicts:    2063000 | #Constraints:      48695
2019.24/2035.22	c #Conflicts:    2064000 | #Constraints:      49695
2019.24/2035.22	c #Conflicts:    2065000 | #Constraints:      50695
2019.24/2035.22	c #Conflicts:    2066000 | #Constraints:      51695
2019.24/2035.22	c #Conflicts:    2067000 | #Constraints:      52695
2019.24/2035.22	c #Conflicts:    2068000 | #Constraints:      53695
2019.24/2035.22	c #Conflicts:    2069000 | #Constraints:      54695
2019.24/2035.22	c #Conflicts:    2070000 | #Constraints:      55695
2019.24/2035.22	c #Conflicts:    2071000 | #Constraints:      56695
2019.24/2035.22	c #Conflicts:    2072000 | #Constraints:      57695
2019.24/2035.22	c #Conflicts:    2073000 | #Constraints:      58695
2019.24/2035.22	c #Conflicts:    2074000 | #Constraints:      59695
2019.24/2035.22	c #Conflicts:    2075000 | #Constraints:      60695
2019.24/2035.22	c #Conflicts:    2076000 | #Constraints:      61695
2019.24/2035.22	c #Conflicts:    2077000 | #Constraints:      62696
2019.24/2035.22	c #Conflicts:    2078000 | #Constraints:      63697
2019.24/2035.22	c #Conflicts:    2079000 | #Constraints:      64712
2019.24/2035.22	c INPROCESSING
2019.24/2035.22	c GARBAGE COLLECT
2019.24/2035.22	c rational objective 1002
2053.68/2069.87	c #Conflicts:    2080000 | #Constraints:      36910
2053.68/2069.87	c #Conflicts:    2081000 | #Constraints:      37910
2053.68/2069.87	c #Conflicts:    2082000 | #Constraints:      38910
2053.68/2069.87	c #Conflicts:    2083000 | #Constraints:      39910
2053.68/2069.87	c #Conflicts:    2084000 | #Constraints:      40910
2053.68/2069.87	c #Conflicts:    2085000 | #Constraints:      41910
2053.68/2069.87	c #Conflicts:    2086000 | #Constraints:      42910
2053.68/2069.87	c #Conflicts:    2087000 | #Constraints:      43910
2053.68/2069.87	c #Conflicts:    2088000 | #Constraints:      44910
2053.68/2069.87	c #Conflicts:    2089000 | #Constraints:      45910
2053.68/2069.87	c #Conflicts:    2090000 | #Constraints:      46910
2053.68/2069.87	c #Conflicts:    2091000 | #Constraints:      47911
2053.68/2069.87	c #Conflicts:    2092000 | #Constraints:      48912
2053.68/2069.87	c #Conflicts:    2093000 | #Constraints:      49912
2053.68/2069.87	c #Conflicts:    2094000 | #Constraints:      50912
2053.68/2069.87	c #Conflicts:    2095000 | #Constraints:      51912
2053.68/2069.87	c #Conflicts:    2096000 | #Constraints:      52913
2053.68/2069.87	c #Conflicts:    2097000 | #Constraints:      53913
2053.68/2069.87	c #Conflicts:    2098000 | #Constraints:      54913
2053.68/2069.87	c #Conflicts:    2099000 | #Constraints:      55914
2053.68/2069.87	c #Conflicts:    2100000 | #Constraints:      56915
2053.68/2069.87	c #Conflicts:    2101000 | #Constraints:      57916
2053.68/2069.87	c #Conflicts:    2102000 | #Constraints:      58916
2053.68/2069.87	c #Conflicts:    2103000 | #Constraints:      59917
2053.68/2069.87	c #Conflicts:    2104000 | #Constraints:      60918
2053.68/2069.87	c #Conflicts:    2105000 | #Constraints:      61918
2053.68/2069.87	c #Conflicts:    2106000 | #Constraints:      62919
2053.68/2069.87	c #Conflicts:    2107000 | #Constraints:      63920
2053.68/2069.87	c #Conflicts:    2108000 | #Constraints:      64921
2053.68/2069.87	c INPROCESSING
2053.68/2069.87	c GARBAGE COLLECT
2053.68/2069.87	c rational objective 1002
2088.74/2105.01	c #Conflicts:    2109000 | #Constraints:      37016
2088.74/2105.01	c #Conflicts:    2110000 | #Constraints:      38024
2088.74/2105.01	c #Conflicts:    2111000 | #Constraints:      39093
2088.74/2105.01	c #Conflicts:    2112000 | #Constraints:      40140
2088.74/2105.01	c #Conflicts:    2113000 | #Constraints:      41195
2088.74/2105.01	c #Conflicts:    2114000 | #Constraints:      42236
2088.74/2105.01	c #Conflicts:    2115000 | #Constraints:      43283
2088.74/2105.01	c #Conflicts:    2116000 | #Constraints:      44336
2088.74/2105.01	c #Conflicts:    2117000 | #Constraints:      45361
2088.74/2105.01	c #Conflicts:    2118000 | #Constraints:      46420
2088.74/2105.01	c #Conflicts:    2119000 | #Constraints:      47453
2088.74/2105.01	c #Conflicts:    2120000 | #Constraints:      48496
2088.74/2105.01	c #Conflicts:    2121000 | #Constraints:      49528
2088.74/2105.01	c #Conflicts:    2122000 | #Constraints:      50564
2088.74/2105.01	c #Conflicts:    2123000 | #Constraints:      51596
2088.74/2105.01	c #Conflicts:    2124000 | #Constraints:      52638
2088.74/2105.01	c #Conflicts:    2125000 | #Constraints:      53680
2088.74/2105.01	c #Conflicts:    2126000 | #Constraints:      54706
2088.74/2105.01	c #Conflicts:    2127000 | #Constraints:      55719
2088.74/2105.01	c #Conflicts:    2128000 | #Constraints:      56727
2088.74/2105.01	c #Conflicts:    2129000 | #Constraints:      57783
2088.74/2105.01	c #Conflicts:    2130000 | #Constraints:      58809
2088.74/2105.01	c #Conflicts:    2131000 | #Constraints:      59835
2088.74/2105.01	c #Conflicts:    2132000 | #Constraints:      60854
2088.74/2105.01	c #Conflicts:    2133000 | #Constraints:      61869
2088.74/2105.01	c #Conflicts:    2134000 | #Constraints:      62897
2088.74/2105.01	c #Conflicts:    2135000 | #Constraints:      63919
2088.74/2105.01	c #Conflicts:    2136000 | #Constraints:      64934
2088.74/2105.01	c #Conflicts:    2137000 | #Constraints:      65945
2088.74/2105.01	c INPROCESSING
2088.74/2105.01	c GARBAGE COLLECT
2088.74/2105.01	c rational objective 1002
2126.07/2142.58	c #Conflicts:    2138000 | #Constraints:      37340
2126.07/2142.58	c #Conflicts:    2139000 | #Constraints:      38340
2126.07/2142.58	c #Conflicts:    2140000 | #Constraints:      39340
2126.07/2142.58	c #Conflicts:    2141000 | #Constraints:      40340
2126.07/2142.58	c #Conflicts:    2142000 | #Constraints:      41340
2126.07/2142.58	c #Conflicts:    2143000 | #Constraints:      42340
2126.07/2142.58	c #Conflicts:    2144000 | #Constraints:      43340
2126.07/2142.58	c #Conflicts:    2145000 | #Constraints:      44340
2126.07/2142.58	c #Conflicts:    2146000 | #Constraints:      45340
2126.07/2142.58	c #Conflicts:    2147000 | #Constraints:      46340
2126.07/2142.58	c #Conflicts:    2148000 | #Constraints:      47340
2126.07/2142.58	c #Conflicts:    2149000 | #Constraints:      48340
2126.07/2142.58	c #Conflicts:    2150000 | #Constraints:      49340
2126.07/2142.58	c #Conflicts:    2151000 | #Constraints:      50341
2126.07/2142.58	c #Conflicts:    2152000 | #Constraints:      51341
2126.07/2142.58	c #Conflicts:    2153000 | #Constraints:      52341
2126.07/2142.58	c #Conflicts:    2154000 | #Constraints:      53341
2126.07/2142.58	c #Conflicts:    2155000 | #Constraints:      54341
2126.07/2142.58	c #Conflicts:    2156000 | #Constraints:      55341
2126.07/2142.58	c #Conflicts:    2157000 | #Constraints:      56341
2126.07/2142.58	c #Conflicts:    2158000 | #Constraints:      57341
2126.07/2142.58	c #Conflicts:    2159000 | #Constraints:      58341
2126.07/2142.58	c #Conflicts:    2160000 | #Constraints:      59341
2126.07/2142.58	c #Conflicts:    2161000 | #Constraints:      60341
2126.07/2142.58	c #Conflicts:    2162000 | #Constraints:      61341
2126.07/2142.58	c #Conflicts:    2163000 | #Constraints:      62341
2126.07/2142.58	c #Conflicts:    2164000 | #Constraints:      63341
2126.07/2142.58	c #Conflicts:    2165000 | #Constraints:      64341
2126.07/2142.58	c #Conflicts:    2166000 | #Constraints:      65341
2126.07/2142.58	c INPROCESSING
2126.07/2142.58	c GARBAGE COLLECT
2126.07/2142.58	c rational objective 1002
2153.39/2170.06	c #Conflicts:    2167000 | #Constraints:      36947
2153.39/2170.06	c #Conflicts:    2168000 | #Constraints:      37948
2153.39/2170.06	c #Conflicts:    2169000 | #Constraints:      38983
2153.39/2170.06	c #Conflicts:    2170000 | #Constraints:      40028
2153.39/2170.06	c #Conflicts:    2171000 | #Constraints:      41055
2153.39/2170.06	c #Conflicts:    2172000 | #Constraints:      42086
2153.39/2170.06	c #Conflicts:    2173000 | #Constraints:      43128
2153.39/2170.06	c #Conflicts:    2174000 | #Constraints:      44155
2153.39/2170.06	c #Conflicts:    2175000 | #Constraints:      45188
2153.39/2170.06	c #Conflicts:    2176000 | #Constraints:      46209
2153.39/2170.06	c #Conflicts:    2177000 | #Constraints:      47234
2153.39/2170.06	c #Conflicts:    2178000 | #Constraints:      48262
2153.39/2170.06	c #Conflicts:    2179000 | #Constraints:      49279
2153.39/2170.06	c #Conflicts:    2180000 | #Constraints:      50326
2153.39/2170.06	c #Conflicts:    2181000 | #Constraints:      51353
2153.39/2170.06	c #Conflicts:    2182000 | #Constraints:      52380
2153.39/2170.06	c #Conflicts:    2183000 | #Constraints:      53394
2153.39/2170.06	c #Conflicts:    2184000 | #Constraints:      54418
2153.39/2170.06	c #Conflicts:    2185000 | #Constraints:      55437
2153.39/2170.06	c #Conflicts:    2186000 | #Constraints:      56445
2153.39/2170.06	c #Conflicts:    2187000 | #Constraints:      57490
2153.39/2170.06	c #Conflicts:    2188000 | #Constraints:      58521
2153.39/2170.06	c #Conflicts:    2189000 | #Constraints:      59541
2153.39/2170.06	c #Conflicts:    2190000 | #Constraints:      60549
2153.39/2170.06	c #Conflicts:    2191000 | #Constraints:      61568
2153.39/2170.06	c #Conflicts:    2192000 | #Constraints:      62582
2153.39/2170.06	c #Conflicts:    2193000 | #Constraints:      63605
2153.39/2170.06	c #Conflicts:    2194000 | #Constraints:      64623
2153.39/2170.06	c #Conflicts:    2195000 | #Constraints:      65644
2153.39/2170.06	c #Conflicts:    2196000 | #Constraints:      66673
2153.39/2170.06	c INPROCESSING
2153.39/2170.06	c GARBAGE COLLECT
2153.39/2170.06	c rational objective 1002
2193.88/2210.71	c #Conflicts:    2197000 | #Constraints:      37715
2193.88/2210.71	c #Conflicts:    2198000 | #Constraints:      38715
2193.88/2210.71	c #Conflicts:    2199000 | #Constraints:      39715
2193.88/2210.71	c #Conflicts:    2200000 | #Constraints:      40715
2193.88/2210.71	c #Conflicts:    2201000 | #Constraints:      41715
2193.88/2210.71	c #Conflicts:    2202000 | #Constraints:      42715
2193.88/2210.71	c #Conflicts:    2203000 | #Constraints:      43715
2193.88/2210.71	c #Conflicts:    2204000 | #Constraints:      44715
2193.88/2210.71	c #Conflicts:    2205000 | #Constraints:      45715
2193.88/2210.71	c #Conflicts:    2206000 | #Constraints:      46715
2193.88/2210.71	c #Conflicts:    2207000 | #Constraints:      47715
2193.88/2210.71	c #Conflicts:    2208000 | #Constraints:      48715
2193.88/2210.71	c #Conflicts:    2209000 | #Constraints:      49716
2193.88/2210.71	c #Conflicts:    2210000 | #Constraints:      50716
2193.88/2210.71	c #Conflicts:    2211000 | #Constraints:      51716
2193.88/2210.71	c #Conflicts:    2212000 | #Constraints:      52716
2193.88/2210.71	c #Conflicts:    2213000 | #Constraints:      53716
2193.88/2210.71	c #Conflicts:    2214000 | #Constraints:      54716
2193.88/2210.71	c #Conflicts:    2215000 | #Constraints:      55716
2193.88/2210.71	c #Conflicts:    2216000 | #Constraints:      56716
2193.88/2210.71	c #Conflicts:    2217000 | #Constraints:      57716
2193.88/2210.71	c #Conflicts:    2218000 | #Constraints:      58716
2193.88/2210.71	c #Conflicts:    2219000 | #Constraints:      59716
2193.88/2210.71	c #Conflicts:    2220000 | #Constraints:      60716
2193.88/2210.71	c #Conflicts:    2221000 | #Constraints:      61716
2193.88/2210.71	c #Conflicts:    2222000 | #Constraints:      62716
2193.88/2210.71	c #Conflicts:    2223000 | #Constraints:      63716
2193.88/2210.71	c #Conflicts:    2224000 | #Constraints:      64716
2193.88/2210.71	c #Conflicts:    2225000 | #Constraints:      65716
2193.88/2210.71	c #Conflicts:    2226000 | #Constraints:      66716
2193.88/2210.71	c INPROCESSING
2193.88/2210.71	c GARBAGE COLLECT
2193.88/2210.71	c rational objective 1002
2246.53/2263.66	c #Conflicts:    2227000 | #Constraints:      37904
2246.53/2263.66	c #Conflicts:    2228000 | #Constraints:      38934
2246.53/2263.66	c #Conflicts:    2229000 | #Constraints:      39950
2246.53/2263.66	c #Conflicts:    2230000 | #Constraints:      40983
2246.53/2263.66	c #Conflicts:    2231000 | #Constraints:      42011
2246.53/2263.66	c #Conflicts:    2232000 | #Constraints:      43047
2246.53/2263.66	c #Conflicts:    2233000 | #Constraints:      44074
2246.53/2263.66	c #Conflicts:    2234000 | #Constraints:      45087
2246.53/2263.66	c #Conflicts:    2235000 | #Constraints:      46104
2246.53/2263.66	c #Conflicts:    2236000 | #Constraints:      47113
2246.53/2263.66	c #Conflicts:    2237000 | #Constraints:      48124
2246.53/2263.66	c #Conflicts:    2238000 | #Constraints:      49132
2246.53/2263.66	c #Conflicts:    2239000 | #Constraints:      50144
2246.53/2263.66	c #Conflicts:    2240000 | #Constraints:      51171
2246.53/2263.66	c #Conflicts:    2241000 | #Constraints:      52197
2246.53/2263.66	c #Conflicts:    2242000 | #Constraints:      53220
2246.53/2263.66	c #Conflicts:    2243000 | #Constraints:      54238
2246.53/2263.66	c #Conflicts:    2244000 | #Constraints:      55257
2246.53/2263.66	c #Conflicts:    2245000 | #Constraints:      56306
2246.53/2263.66	c #Conflicts:    2246000 | #Constraints:      57330
2246.53/2263.66	c #Conflicts:    2247000 | #Constraints:      58374
2246.53/2263.66	c #Conflicts:    2248000 | #Constraints:      59392
2246.53/2263.66	c #Conflicts:    2249000 | #Constraints:      60399
2246.53/2263.66	c #Conflicts:    2250000 | #Constraints:      61410
2246.53/2263.66	c #Conflicts:    2251000 | #Constraints:      62432
2246.53/2263.66	c #Conflicts:    2252000 | #Constraints:      63468
2246.53/2263.66	c #Conflicts:    2253000 | #Constraints:      64495
2246.53/2263.66	c #Conflicts:    2254000 | #Constraints:      65521
2246.53/2263.66	c #Conflicts:    2255000 | #Constraints:      66553
2246.53/2263.66	c #Conflicts:    2256000 | #Constraints:      67600
2246.53/2263.66	c INPROCESSING
2246.53/2263.66	c GARBAGE COLLECT
2246.53/2263.66	c rational objective 1002
2283.17/2300.48	c #Conflicts:    2257000 | #Constraints:      38253
2283.17/2300.48	c #Conflicts:    2258000 | #Constraints:      39253
2283.17/2300.48	c #Conflicts:    2259000 | #Constraints:      40253
2283.17/2300.48	c #Conflicts:    2260000 | #Constraints:      41253
2283.17/2300.48	c #Conflicts:    2261000 | #Constraints:      42253
2283.17/2300.48	c #Conflicts:    2262000 | #Constraints:      43253
2283.17/2300.48	c #Conflicts:    2263000 | #Constraints:      44253
2283.17/2300.48	c #Conflicts:    2264000 | #Constraints:      45253
2283.17/2300.48	c #Conflicts:    2265000 | #Constraints:      46253
2283.17/2300.48	c #Conflicts:    2266000 | #Constraints:      47253
2283.17/2300.48	c #Conflicts:    2267000 | #Constraints:      48253
2283.17/2300.48	c #Conflicts:    2268000 | #Constraints:      49253
2283.17/2300.48	c #Conflicts:    2269000 | #Constraints:      50253
2283.17/2300.48	c #Conflicts:    2270000 | #Constraints:      51253
2283.17/2300.48	c #Conflicts:    2271000 | #Constraints:      52253
2283.17/2300.48	c #Conflicts:    2272000 | #Constraints:      53253
2283.17/2300.48	c #Conflicts:    2273000 | #Constraints:      54253
2283.17/2300.48	c #Conflicts:    2274000 | #Constraints:      55253
2283.17/2300.48	c #Conflicts:    2275000 | #Constraints:      56253
2283.17/2300.48	c #Conflicts:    2276000 | #Constraints:      57253
2283.17/2300.48	c #Conflicts:    2277000 | #Constraints:      58253
2283.17/2300.48	c #Conflicts:    2278000 | #Constraints:      59253
2283.17/2300.48	c #Conflicts:    2279000 | #Constraints:      60253
2283.17/2300.48	c #Conflicts:    2280000 | #Constraints:      61253
2283.17/2300.48	c #Conflicts:    2281000 | #Constraints:      62253
2283.17/2300.48	c #Conflicts:    2282000 | #Constraints:      63253
2283.17/2300.48	c #Conflicts:    2283000 | #Constraints:      64253
2283.17/2300.48	c #Conflicts:    2284000 | #Constraints:      65253
2283.17/2300.48	c #Conflicts:    2285000 | #Constraints:      66253
2283.17/2300.48	c #Conflicts:    2286000 | #Constraints:      67253
2283.17/2300.48	c INPROCESSING
2283.17/2300.48	c GARBAGE COLLECT
2283.17/2300.48	c rational objective 1002
2318.23/2335.67	c #Conflicts:    2287000 | #Constraints:      38103
2318.23/2335.67	c #Conflicts:    2288000 | #Constraints:      39103
2318.23/2335.67	c #Conflicts:    2289000 | #Constraints:      40103
2318.23/2335.67	c #Conflicts:    2290000 | #Constraints:      41103
2318.23/2335.67	c #Conflicts:    2291000 | #Constraints:      42103
2318.23/2335.67	c #Conflicts:    2292000 | #Constraints:      43103
2318.23/2335.67	c #Conflicts:    2293000 | #Constraints:      44103
2318.23/2335.67	c #Conflicts:    2294000 | #Constraints:      45103
2318.23/2335.67	c #Conflicts:    2295000 | #Constraints:      46103
2318.23/2335.67	c #Conflicts:    2296000 | #Constraints:      47103
2318.23/2335.67	c #Conflicts:    2297000 | #Constraints:      48103
2318.23/2335.67	c #Conflicts:    2298000 | #Constraints:      49103
2318.23/2335.67	c #Conflicts:    2299000 | #Constraints:      50103
2318.23/2335.67	c #Conflicts:    2300000 | #Constraints:      51103
2318.23/2335.67	c #Conflicts:    2301000 | #Constraints:      52103
2318.23/2335.67	c #Conflicts:    2302000 | #Constraints:      53103
2318.23/2335.67	c #Conflicts:    2303000 | #Constraints:      54103
2318.23/2335.67	c #Conflicts:    2304000 | #Constraints:      55103
2318.23/2335.67	c #Conflicts:    2305000 | #Constraints:      56103
2318.23/2335.67	c #Conflicts:    2306000 | #Constraints:      57103
2318.23/2335.67	c #Conflicts:    2307000 | #Constraints:      58103
2318.23/2335.67	c #Conflicts:    2308000 | #Constraints:      59103
2318.23/2335.67	c #Conflicts:    2309000 | #Constraints:      60103
2318.23/2335.67	c #Conflicts:    2310000 | #Constraints:      61103
2318.23/2335.67	c #Conflicts:    2311000 | #Constraints:      62103
2318.23/2335.67	c #Conflicts:    2312000 | #Constraints:      63103
2318.23/2335.67	c #Conflicts:    2313000 | #Constraints:      64103
2318.23/2335.67	c #Conflicts:    2314000 | #Constraints:      65103
2318.23/2335.67	c #Conflicts:    2315000 | #Constraints:      66103
2318.23/2335.67	c #Conflicts:    2316000 | #Constraints:      67103
2318.23/2335.67	c INPROCESSING
2318.23/2335.67	c GARBAGE COLLECT
2318.23/2335.67	c rational objective 1002
2386.63/2404.30	c #Conflicts:    2317000 | #Constraints:      37834
2386.63/2404.30	c #Conflicts:    2318000 | #Constraints:      38837
2386.63/2404.30	c #Conflicts:    2319000 | #Constraints:      39838
2386.63/2404.30	c #Conflicts:    2320000 | #Constraints:      40854
2386.63/2404.30	c #Conflicts:    2321000 | #Constraints:      41886
2386.63/2404.30	c #Conflicts:    2322000 | #Constraints:      42933
2386.63/2404.30	c #Conflicts:    2323000 | #Constraints:      43971
2386.63/2404.30	c #Conflicts:    2324000 | #Constraints:      44980
2386.63/2404.30	c #Conflicts:    2325000 | #Constraints:      46029
2386.63/2404.30	c #Conflicts:    2326000 | #Constraints:      47074
2386.63/2404.30	c #Conflicts:    2327000 | #Constraints:      48108
2386.63/2404.30	c #Conflicts:    2328000 | #Constraints:      49124
2386.63/2404.30	c #Conflicts:    2329000 | #Constraints:      50144
2386.63/2404.30	c #Conflicts:    2330000 | #Constraints:      51164
2386.63/2404.30	c #Conflicts:    2331000 | #Constraints:      52188
2386.63/2404.30	c #Conflicts:    2332000 | #Constraints:      53218
2386.63/2404.30	c #Conflicts:    2333000 | #Constraints:      54232
2386.63/2404.30	c #Conflicts:    2334000 | #Constraints:      55246
2386.63/2404.30	c #Conflicts:    2335000 | #Constraints:      56260
2386.63/2404.30	c #Conflicts:    2336000 | #Constraints:      57312
2386.63/2404.30	c #Conflicts:    2337000 | #Constraints:      58350
2386.63/2404.30	c #Conflicts:    2338000 | #Constraints:      59375
2386.63/2404.30	c #Conflicts:    2339000 | #Constraints:      60398
2386.63/2404.30	c #Conflicts:    2340000 | #Constraints:      61424
2386.63/2404.30	c #Conflicts:    2341000 | #Constraints:      62446
2386.63/2404.30	c #Conflicts:    2342000 | #Constraints:      63456
2386.63/2404.30	c #Conflicts:    2343000 | #Constraints:      64466
2386.63/2404.30	c #Conflicts:    2344000 | #Constraints:      65481
2386.63/2404.30	c #Conflicts:    2345000 | #Constraints:      66510
2386.63/2404.30	c #Conflicts:    2346000 | #Constraints:      67534
2386.63/2404.30	c #Conflicts:    2347000 | #Constraints:      68554
2386.63/2404.30	c INPROCESSING
2386.63/2404.30	c GARBAGE COLLECT
2386.63/2404.30	c rational objective 1002
2424.78/2442.63	c #Conflicts:    2348000 | #Constraints:      38667
2424.78/2442.63	c #Conflicts:    2349000 | #Constraints:      39667
2424.78/2442.63	c #Conflicts:    2350000 | #Constraints:      40667
2424.78/2442.63	c #Conflicts:    2351000 | #Constraints:      41667
2424.78/2442.63	c #Conflicts:    2352000 | #Constraints:      42667
2424.78/2442.63	c #Conflicts:    2353000 | #Constraints:      43667
2424.78/2442.63	c #Conflicts:    2354000 | #Constraints:      44667
2424.78/2442.63	c #Conflicts:    2355000 | #Constraints:      45667
2424.78/2442.63	c #Conflicts:    2356000 | #Constraints:      46667
2424.78/2442.63	c #Conflicts:    2357000 | #Constraints:      47667
2424.78/2442.63	c #Conflicts:    2358000 | #Constraints:      48667
2424.78/2442.63	c #Conflicts:    2359000 | #Constraints:      49667
2424.78/2442.63	c #Conflicts:    2360000 | #Constraints:      50667
2424.78/2442.63	c #Conflicts:    2361000 | #Constraints:      51667
2424.78/2442.63	c #Conflicts:    2362000 | #Constraints:      52667
2424.78/2442.63	c #Conflicts:    2363000 | #Constraints:      53667
2424.78/2442.63	c #Conflicts:    2364000 | #Constraints:      54667
2424.78/2442.63	c #Conflicts:    2365000 | #Constraints:      55667
2424.78/2442.63	c #Conflicts:    2366000 | #Constraints:      56667
2424.78/2442.63	c #Conflicts:    2367000 | #Constraints:      57667
2424.78/2442.63	c #Conflicts:    2368000 | #Constraints:      58667
2424.78/2442.63	c #Conflicts:    2369000 | #Constraints:      59667
2424.78/2442.63	c #Conflicts:    2370000 | #Constraints:      60667
2424.78/2442.63	c #Conflicts:    2371000 | #Constraints:      61667
2424.78/2442.63	c #Conflicts:    2372000 | #Constraints:      62667
2424.78/2442.63	c #Conflicts:    2373000 | #Constraints:      63667
2424.78/2442.63	c #Conflicts:    2374000 | #Constraints:      64667
2424.78/2442.63	c #Conflicts:    2375000 | #Constraints:      65667
2424.78/2442.63	c #Conflicts:    2376000 | #Constraints:      66667
2424.78/2442.63	c #Conflicts:    2377000 | #Constraints:      67667
2424.78/2442.63	c #Conflicts:    2378000 | #Constraints:      68667
2424.78/2442.63	c INPROCESSING
2424.78/2442.63	c GARBAGE COLLECT
2424.78/2442.63	c rational objective 1002
2462.64/2480.62	c #Conflicts:    2379000 | #Constraints:      38912
2462.64/2480.62	c #Conflicts:    2380000 | #Constraints:      39912
2462.64/2480.62	c #Conflicts:    2381000 | #Constraints:      40912
2462.64/2480.62	c #Conflicts:    2382000 | #Constraints:      41913
2462.64/2480.62	c #Conflicts:    2383000 | #Constraints:      42913
2462.64/2480.62	c #Conflicts:    2384000 | #Constraints:      43913
2462.64/2480.62	c #Conflicts:    2385000 | #Constraints:      44913
2462.64/2480.62	c #Conflicts:    2386000 | #Constraints:      45913
2462.64/2480.62	c #Conflicts:    2387000 | #Constraints:      46913
2462.64/2480.62	c #Conflicts:    2388000 | #Constraints:      47913
2462.64/2480.62	c #Conflicts:    2389000 | #Constraints:      48913
2462.64/2480.62	c #Conflicts:    2390000 | #Constraints:      49913
2462.64/2480.62	c #Conflicts:    2391000 | #Constraints:      50913
2462.64/2480.62	c #Conflicts:    2392000 | #Constraints:      51913
2462.64/2480.62	c #Conflicts:    2393000 | #Constraints:      52913
2462.64/2480.62	c #Conflicts:    2394000 | #Constraints:      53913
2462.64/2480.62	c #Conflicts:    2395000 | #Constraints:      54913
2462.64/2480.62	c #Conflicts:    2396000 | #Constraints:      55913
2462.64/2480.62	c #Conflicts:    2397000 | #Constraints:      56913
2462.64/2480.62	c #Conflicts:    2398000 | #Constraints:      57913
2462.64/2480.62	c #Conflicts:    2399000 | #Constraints:      58913
2462.64/2480.62	c #Conflicts:    2400000 | #Constraints:      59913
2462.64/2480.62	c #Conflicts:    2401000 | #Constraints:      60913
2462.64/2480.62	c #Conflicts:    2402000 | #Constraints:      61913
2462.64/2480.62	c #Conflicts:    2403000 | #Constraints:      62913
2462.64/2480.62	c #Conflicts:    2404000 | #Constraints:      63913
2462.64/2480.62	c #Conflicts:    2405000 | #Constraints:      64913
2462.64/2480.62	c #Conflicts:    2406000 | #Constraints:      65913
2462.64/2480.62	c #Conflicts:    2407000 | #Constraints:      66913
2462.64/2480.62	c #Conflicts:    2408000 | #Constraints:      67913
2462.64/2480.62	c #Conflicts:    2409000 | #Constraints:      68913
2462.64/2480.62	c INPROCESSING
2462.64/2480.62	c GARBAGE COLLECT
2462.64/2480.62	c rational objective 1002
2498.08/2516.21	c #Conflicts:    2410000 | #Constraints:      39015
2498.08/2516.21	c #Conflicts:    2411000 | #Constraints:      40015
2498.08/2516.21	c #Conflicts:    2412000 | #Constraints:      41015
2498.08/2516.21	c #Conflicts:    2413000 | #Constraints:      42015
2498.08/2516.21	c #Conflicts:    2414000 | #Constraints:      43015
2498.08/2516.21	c #Conflicts:    2415000 | #Constraints:      44015
2498.08/2516.21	c #Conflicts:    2416000 | #Constraints:      45015
2498.08/2516.21	c #Conflicts:    2417000 | #Constraints:      46015
2498.08/2516.21	c #Conflicts:    2418000 | #Constraints:      47015
2498.08/2516.21	c #Conflicts:    2419000 | #Constraints:      48015
2498.08/2516.21	c #Conflicts:    2420000 | #Constraints:      49015
2498.08/2516.21	c #Conflicts:    2421000 | #Constraints:      50015
2498.08/2516.21	c #Conflicts:    2422000 | #Constraints:      51015
2498.08/2516.21	c #Conflicts:    2423000 | #Constraints:      52015
2498.08/2516.21	c #Conflicts:    2424000 | #Constraints:      53015
2498.08/2516.21	c #Conflicts:    2425000 | #Constraints:      54015
2498.08/2516.21	c #Conflicts:    2426000 | #Constraints:      55015
2498.08/2516.21	c #Conflicts:    2427000 | #Constraints:      56015
2498.08/2516.21	c #Conflicts:    2428000 | #Constraints:      57015
2498.08/2516.21	c #Conflicts:    2429000 | #Constraints:      58015
2498.08/2516.21	c #Conflicts:    2430000 | #Constraints:      59015
2498.08/2516.21	c #Conflicts:    2431000 | #Constraints:      60015
2498.08/2516.21	c #Conflicts:    2432000 | #Constraints:      61015
2498.08/2516.21	c #Conflicts:    2433000 | #Constraints:      62015
2498.08/2516.21	c #Conflicts:    2434000 | #Constraints:      63015
2498.08/2516.21	c #Conflicts:    2435000 | #Constraints:      64015
2498.08/2516.21	c #Conflicts:    2436000 | #Constraints:      65015
2498.08/2516.21	c #Conflicts:    2437000 | #Constraints:      66015
2498.08/2516.21	c #Conflicts:    2438000 | #Constraints:      67015
2498.08/2516.21	c #Conflicts:    2439000 | #Constraints:      68015
2498.08/2516.21	c #Conflicts:    2440000 | #Constraints:      69015
2498.08/2516.21	c INPROCESSING
2498.08/2516.21	c GARBAGE COLLECT
2498.08/2516.21	c rational objective 1002
2553.05/2571.45	c #Conflicts:    2441000 | #Constraints:      38976
2553.05/2571.45	c #Conflicts:    2442000 | #Constraints:      39997
2553.05/2571.45	c #Conflicts:    2443000 | #Constraints:      41011
2553.05/2571.45	c #Conflicts:    2444000 | #Constraints:      42023
2553.05/2571.45	c #Conflicts:    2445000 | #Constraints:      43038
2553.05/2571.45	c #Conflicts:    2446000 | #Constraints:      44048
2553.05/2571.45	c #Conflicts:    2447000 | #Constraints:      45058
2553.05/2571.45	c #Conflicts:    2448000 | #Constraints:      46065
2553.05/2571.45	c #Conflicts:    2449000 | #Constraints:      47071
2553.05/2571.45	c #Conflicts:    2450000 | #Constraints:      48109
2553.05/2571.45	c #Conflicts:    2451000 | #Constraints:      49120
2553.05/2571.45	c #Conflicts:    2452000 | #Constraints:      50149
2553.05/2571.45	c #Conflicts:    2453000 | #Constraints:      51167
2553.05/2571.45	c #Conflicts:    2454000 | #Constraints:      52184
2553.05/2571.45	c #Conflicts:    2455000 | #Constraints:      53204
2553.05/2571.45	c #Conflicts:    2456000 | #Constraints:      54239
2553.05/2571.45	c #Conflicts:    2457000 | #Constraints:      55268
2553.05/2571.45	c #Conflicts:    2458000 | #Constraints:      56284
2553.05/2571.45	c #Conflicts:    2459000 | #Constraints:      57291
2553.05/2571.45	c #Conflicts:    2460000 | #Constraints:      58332
2553.05/2571.45	c #Conflicts:    2461000 | #Constraints:      59363
2553.05/2571.45	c #Conflicts:    2462000 | #Constraints:      60384
2553.05/2571.45	c #Conflicts:    2463000 | #Constraints:      61403
2553.05/2571.45	c #Conflicts:    2464000 | #Constraints:      62447
2553.05/2571.45	c #Conflicts:    2465000 | #Constraints:      63481
2553.05/2571.45	c #Conflicts:    2466000 | #Constraints:      64507
2553.05/2571.45	c #Conflicts:    2467000 | #Constraints:      65529
2553.05/2571.45	c #Conflicts:    2468000 | #Constraints:      66545
2553.05/2571.45	c #Conflicts:    2469000 | #Constraints:      67586
2553.05/2571.45	c #Conflicts:    2470000 | #Constraints:      68640
2553.05/2571.45	c #Conflicts:    2471000 | #Constraints:      69694
2553.05/2571.45	c INPROCESSING
2553.05/2571.45	c GARBAGE COLLECT
2553.05/2571.45	c rational objective 1002
2591.85/2613.21	c #Conflicts:    2472000 | #Constraints:      38993
2591.85/2613.21	c #Conflicts:    2473000 | #Constraints:      39993
2591.85/2613.21	c #Conflicts:    2474000 | #Constraints:      40993
2591.85/2613.21	c #Conflicts:    2475000 | #Constraints:      41993
2591.85/2613.21	c #Conflicts:    2476000 | #Constraints:      42993
2591.85/2613.21	c #Conflicts:    2477000 | #Constraints:      43993
2591.85/2613.21	c #Conflicts:    2478000 | #Constraints:      44993
2591.85/2613.21	c #Conflicts:    2479000 | #Constraints:      45993
2591.85/2613.21	c #Conflicts:    2480000 | #Constraints:      46993
2591.85/2613.21	c #Conflicts:    2481000 | #Constraints:      47993
2591.85/2613.21	c #Conflicts:    2482000 | #Constraints:      48993
2591.85/2613.21	c #Conflicts:    2483000 | #Constraints:      49993
2591.85/2613.21	c #Conflicts:    2484000 | #Constraints:      50993
2591.85/2613.21	c #Conflicts:    2485000 | #Constraints:      51993
2591.85/2613.21	c #Conflicts:    2486000 | #Constraints:      52993
2591.85/2613.21	c #Conflicts:    2487000 | #Constraints:      53993
2591.85/2613.21	c #Conflicts:    2488000 | #Constraints:      54993
2591.85/2613.21	c #Conflicts:    2489000 | #Constraints:      55993
2591.85/2613.21	c #Conflicts:    2490000 | #Constraints:      56993
2591.85/2613.21	c #Conflicts:    2491000 | #Constraints:      57993
2591.85/2613.21	c #Conflicts:    2492000 | #Constraints:      58993
2591.85/2613.21	c #Conflicts:    2493000 | #Constraints:      59993
2591.85/2613.21	c #Conflicts:    2494000 | #Constraints:      60993
2591.85/2613.21	c #Conflicts:    2495000 | #Constraints:      61993
2591.85/2613.21	c #Conflicts:    2496000 | #Constraints:      62993
2591.85/2613.21	c #Conflicts:    2497000 | #Constraints:      63993
2591.85/2613.21	c #Conflicts:    2498000 | #Constraints:      64993
2591.85/2613.21	c #Conflicts:    2499000 | #Constraints:      65993
2591.85/2613.21	c #Conflicts:    2500000 | #Constraints:      66993
2591.85/2613.21	c #Conflicts:    2501000 | #Constraints:      67993
2591.85/2613.21	c #Conflicts:    2502000 | #Constraints:      68993
2591.85/2613.21	c #Conflicts:    2503000 | #Constraints:      69993
2591.85/2613.21	c INPROCESSING
2591.85/2613.21	c GARBAGE COLLECT
2591.85/2613.21	c rational objective 1002
2632.10/2653.60	c #Conflicts:    2504000 | #Constraints:      39476
2632.10/2653.60	c #Conflicts:    2505000 | #Constraints:      40476
2632.10/2653.60	c #Conflicts:    2506000 | #Constraints:      41476
2632.10/2653.60	c #Conflicts:    2507000 | #Constraints:      42476
2632.10/2653.60	c #Conflicts:    2508000 | #Constraints:      43476
2632.10/2653.60	c #Conflicts:    2509000 | #Constraints:      44476
2632.10/2653.60	c #Conflicts:    2510000 | #Constraints:      45476
2632.10/2653.60	c #Conflicts:    2511000 | #Constraints:      46476
2632.10/2653.60	c #Conflicts:    2512000 | #Constraints:      47476
2632.10/2653.60	c #Conflicts:    2513000 | #Constraints:      48476
2632.10/2653.60	c #Conflicts:    2514000 | #Constraints:      49476
2632.10/2653.60	c #Conflicts:    2515000 | #Constraints:      50476
2632.10/2653.60	c #Conflicts:    2516000 | #Constraints:      51476
2632.10/2653.60	c #Conflicts:    2517000 | #Constraints:      52476
2632.10/2653.60	c #Conflicts:    2518000 | #Constraints:      53476
2632.10/2653.60	c #Conflicts:    2519000 | #Constraints:      54476
2632.10/2653.60	c #Conflicts:    2520000 | #Constraints:      55476
2632.10/2653.60	c #Conflicts:    2521000 | #Constraints:      56476
2632.10/2653.60	c #Conflicts:    2522000 | #Constraints:      57476
2632.10/2653.60	c #Conflicts:    2523000 | #Constraints:      58476
2632.10/2653.60	c #Conflicts:    2524000 | #Constraints:      59476
2632.10/2653.60	c #Conflicts:    2525000 | #Constraints:      60476
2632.10/2653.60	c #Conflicts:    2526000 | #Constraints:      61476
2632.10/2653.60	c #Conflicts:    2527000 | #Constraints:      62476
2632.10/2653.60	c #Conflicts:    2528000 | #Constraints:      63477
2632.10/2653.60	c #Conflicts:    2529000 | #Constraints:      64477
2632.10/2653.60	c #Conflicts:    2530000 | #Constraints:      65477
2632.10/2653.60	c #Conflicts:    2531000 | #Constraints:      66477
2632.10/2653.60	c #Conflicts:    2532000 | #Constraints:      67477
2632.10/2653.60	c #Conflicts:    2533000 | #Constraints:      68477
2632.10/2653.60	c #Conflicts:    2534000 | #Constraints:      69477
2632.10/2653.60	c #Conflicts:    2535000 | #Constraints:      70477
2632.10/2653.60	c INPROCESSING
2632.10/2653.60	c GARBAGE COLLECT
2632.10/2653.60	c rational objective 1002
2673.25/2695.00	c #Conflicts:    2536000 | #Constraints:      39816
2673.25/2695.00	c #Conflicts:    2537000 | #Constraints:      40816
2673.25/2695.00	c #Conflicts:    2538000 | #Constraints:      41816
2673.25/2695.00	c #Conflicts:    2539000 | #Constraints:      42816
2673.25/2695.00	c #Conflicts:    2540000 | #Constraints:      43816
2673.25/2695.00	c #Conflicts:    2541000 | #Constraints:      44816
2673.25/2695.00	c #Conflicts:    2542000 | #Constraints:      45816
2673.25/2695.00	c #Conflicts:    2543000 | #Constraints:      46817
2673.25/2695.00	c #Conflicts:    2544000 | #Constraints:      47817
2673.25/2695.00	c #Conflicts:    2545000 | #Constraints:      48818
2673.25/2695.00	c #Conflicts:    2546000 | #Constraints:      49818
2673.25/2695.00	c #Conflicts:    2547000 | #Constraints:      50818
2673.25/2695.00	c #Conflicts:    2548000 | #Constraints:      51818
2673.25/2695.00	c #Conflicts:    2549000 | #Constraints:      52818
2673.25/2695.00	c #Conflicts:    2550000 | #Constraints:      53818
2673.25/2695.00	c #Conflicts:    2551000 | #Constraints:      54818
2673.25/2695.00	c #Conflicts:    2552000 | #Constraints:      55818
2673.25/2695.00	c #Conflicts:    2553000 | #Constraints:      56818
2673.25/2695.00	c #Conflicts:    2554000 | #Constraints:      57818
2673.25/2695.00	c #Conflicts:    2555000 | #Constraints:      58818
2673.25/2695.00	c #Conflicts:    2556000 | #Constraints:      59818
2673.25/2695.00	c #Conflicts:    2557000 | #Constraints:      60818
2673.25/2695.00	c #Conflicts:    2558000 | #Constraints:      61818
2673.25/2695.00	c #Conflicts:    2559000 | #Constraints:      62818
2673.25/2695.00	c #Conflicts:    2560000 | #Constraints:      63818
2673.25/2695.00	c #Conflicts:    2561000 | #Constraints:      64818
2673.25/2695.00	c #Conflicts:    2562000 | #Constraints:      65818
2673.25/2695.00	c #Conflicts:    2563000 | #Constraints:      66818
2673.25/2695.00	c #Conflicts:    2564000 | #Constraints:      67818
2673.25/2695.00	c #Conflicts:    2565000 | #Constraints:      68818
2673.25/2695.00	c #Conflicts:    2566000 | #Constraints:      69818
2673.25/2695.00	c #Conflicts:    2567000 | #Constraints:      70818
2673.25/2695.00	c INPROCESSING
2673.25/2695.00	c GARBAGE COLLECT
2673.25/2695.00	c rational objective 1002
2725.75/2747.62	c #Conflicts:    2568000 | #Constraints:      39995
2725.75/2747.62	c #Conflicts:    2569000 | #Constraints:      40995
2725.75/2747.62	c #Conflicts:    2570000 | #Constraints:      41995
2725.75/2747.62	c #Conflicts:    2571000 | #Constraints:      43003
2725.75/2747.62	c #Conflicts:    2572000 | #Constraints:      44014
2725.75/2747.62	c #Conflicts:    2573000 | #Constraints:      45100
2725.75/2747.62	c #Conflicts:    2574000 | #Constraints:      46180
2725.75/2747.62	c #Conflicts:    2575000 | #Constraints:      47241
2725.75/2747.62	c #Conflicts:    2576000 | #Constraints:      48269
2725.75/2747.62	c #Conflicts:    2577000 | #Constraints:      49299
2725.75/2747.62	c #Conflicts:    2578000 | #Constraints:      50332
2725.75/2747.62	c #Conflicts:    2579000 | #Constraints:      51374
2725.75/2747.62	c #Conflicts:    2580000 | #Constraints:      52401
2725.75/2747.62	c #Conflicts:    2581000 | #Constraints:      53431
2725.75/2747.62	c #Conflicts:    2582000 | #Constraints:      54452
2725.75/2747.62	c #Conflicts:    2583000 | #Constraints:      55463
2725.75/2747.62	c #Conflicts:    2584000 | #Constraints:      56490
2725.75/2747.62	c #Conflicts:    2585000 | #Constraints:      57520
2725.75/2747.62	c #Conflicts:    2586000 | #Constraints:      58537
2725.75/2747.62	c #Conflicts:    2587000 | #Constraints:      59561
2725.75/2747.62	c #Conflicts:    2588000 | #Constraints:      60579
2725.75/2747.62	c #Conflicts:    2589000 | #Constraints:      61592
2725.75/2747.62	c #Conflicts:    2590000 | #Constraints:      62600
2725.75/2747.62	c #Conflicts:    2591000 | #Constraints:      63611
2725.75/2747.62	c #Conflicts:    2592000 | #Constraints:      64628
2725.75/2747.62	c #Conflicts:    2593000 | #Constraints:      65642
2725.75/2747.62	c #Conflicts:    2594000 | #Constraints:      66670
2725.75/2747.62	c #Conflicts:    2595000 | #Constraints:      67689
2725.75/2747.62	c #Conflicts:    2596000 | #Constraints:      68711
2725.75/2747.62	c #Conflicts:    2597000 | #Constraints:      69734
2725.75/2747.62	c #Conflicts:    2598000 | #Constraints:      70766
2725.75/2747.62	c #Conflicts:    2599000 | #Constraints:      71785
2725.75/2747.62	c INPROCESSING
2725.75/2747.62	c GARBAGE COLLECT
2725.75/2747.62	c rational objective 1002
2768.40/2790.44	c #Conflicts:    2600000 | #Constraints:      40250
2768.40/2790.44	c #Conflicts:    2601000 | #Constraints:      41250
2768.40/2790.44	c #Conflicts:    2602000 | #Constraints:      42250
2768.40/2790.44	c #Conflicts:    2603000 | #Constraints:      43250
2768.40/2790.44	c #Conflicts:    2604000 | #Constraints:      44250
2768.40/2790.44	c #Conflicts:    2605000 | #Constraints:      45250
2768.40/2790.44	c #Conflicts:    2606000 | #Constraints:      46250
2768.40/2790.44	c #Conflicts:    2607000 | #Constraints:      47250
2768.40/2790.44	c #Conflicts:    2608000 | #Constraints:      48250
2768.40/2790.44	c #Conflicts:    2609000 | #Constraints:      49250
2768.40/2790.44	c #Conflicts:    2610000 | #Constraints:      50250
2768.40/2790.44	c #Conflicts:    2611000 | #Constraints:      51250
2768.40/2790.44	c #Conflicts:    2612000 | #Constraints:      52250
2768.40/2790.44	c #Conflicts:    2613000 | #Constraints:      53250
2768.40/2790.44	c #Conflicts:    2614000 | #Constraints:      54250
2768.40/2790.44	c #Conflicts:    2615000 | #Constraints:      55250
2768.40/2790.44	c #Conflicts:    2616000 | #Constraints:      56250
2768.40/2790.44	c #Conflicts:    2617000 | #Constraints:      57250
2768.40/2790.44	c #Conflicts:    2618000 | #Constraints:      58250
2768.40/2790.44	c #Conflicts:    2619000 | #Constraints:      59250
2768.40/2790.44	c #Conflicts:    2620000 | #Constraints:      60250
2768.40/2790.44	c #Conflicts:    2621000 | #Constraints:      61250
2768.40/2790.44	c #Conflicts:    2622000 | #Constraints:      62250
2768.40/2790.44	c #Conflicts:    2623000 | #Constraints:      63250
2768.40/2790.44	c #Conflicts:    2624000 | #Constraints:      64250
2768.40/2790.44	c #Conflicts:    2625000 | #Constraints:      65250
2768.40/2790.44	c #Conflicts:    2626000 | #Constraints:      66250
2768.40/2790.44	c #Conflicts:    2627000 | #Constraints:      67250
2768.40/2790.44	c #Conflicts:    2628000 | #Constraints:      68250
2768.40/2790.44	c #Conflicts:    2629000 | #Constraints:      69250
2768.40/2790.44	c #Conflicts:    2630000 | #Constraints:      70250
2768.40/2790.44	c #Conflicts:    2631000 | #Constraints:      71250
2768.40/2790.44	c INPROCESSING
2768.40/2790.44	c GARBAGE COLLECT
2768.40/2790.44	c rational objective 1002
2811.54/2833.79	c #Conflicts:    2632000 | #Constraints:      39868
2811.54/2833.79	c #Conflicts:    2633000 | #Constraints:      40868
2811.54/2833.79	c #Conflicts:    2634000 | #Constraints:      41868
2811.54/2833.79	c #Conflicts:    2635000 | #Constraints:      42868
2811.54/2833.79	c #Conflicts:    2636000 | #Constraints:      43868
2811.54/2833.79	c #Conflicts:    2637000 | #Constraints:      44868
2811.54/2833.79	c #Conflicts:    2638000 | #Constraints:      45868
2811.54/2833.79	c #Conflicts:    2639000 | #Constraints:      46868
2811.54/2833.79	c #Conflicts:    2640000 | #Constraints:      47868
2811.54/2833.79	c #Conflicts:    2641000 | #Constraints:      48868
2811.54/2833.79	c #Conflicts:    2642000 | #Constraints:      49868
2811.54/2833.79	c #Conflicts:    2643000 | #Constraints:      50868
2811.54/2833.79	c #Conflicts:    2644000 | #Constraints:      51868
2811.54/2833.79	c #Conflicts:    2645000 | #Constraints:      52868
2811.54/2833.79	c #Conflicts:    2646000 | #Constraints:      53868
2811.54/2833.79	c #Conflicts:    2647000 | #Constraints:      54868
2811.54/2833.79	c #Conflicts:    2648000 | #Constraints:      55868
2811.54/2833.79	c #Conflicts:    2649000 | #Constraints:      56868
2811.54/2833.79	c #Conflicts:    2650000 | #Constraints:      57868
2811.54/2833.79	c #Conflicts:    2651000 | #Constraints:      58868
2811.54/2833.79	c #Conflicts:    2652000 | #Constraints:      59868
2811.54/2833.79	c #Conflicts:    2653000 | #Constraints:      60868
2811.54/2833.79	c #Conflicts:    2654000 | #Constraints:      61868
2811.54/2833.79	c #Conflicts:    2655000 | #Constraints:      62868
2811.54/2833.79	c #Conflicts:    2656000 | #Constraints:      63868
2811.54/2833.79	c #Conflicts:    2657000 | #Constraints:      64868
2811.54/2833.79	c #Conflicts:    2658000 | #Constraints:      65868
2811.54/2833.79	c #Conflicts:    2659000 | #Constraints:      66868
2811.54/2833.79	c #Conflicts:    2660000 | #Constraints:      67868
2811.54/2833.79	c #Conflicts:    2661000 | #Constraints:      68868
2811.54/2833.79	c #Conflicts:    2662000 | #Constraints:      69868
2811.54/2833.79	c #Conflicts:    2663000 | #Constraints:      70868
2811.54/2833.79	c #Conflicts:    2664000 | #Constraints:      71868
2811.54/2833.79	c INPROCESSING
2811.54/2833.79	c GARBAGE COLLECT
2811.54/2833.79	c rational objective 1002
2850.98/2873.64	c #Conflicts:    2665000 | #Constraints:      40423
2850.98/2873.64	c #Conflicts:    2666000 | #Constraints:      41443
2850.98/2873.64	c #Conflicts:    2667000 | #Constraints:      42467
2850.98/2873.64	c #Conflicts:    2668000 | #Constraints:      43499
2850.98/2873.64	c #Conflicts:    2669000 | #Constraints:      44520
2850.98/2873.64	c #Conflicts:    2670000 | #Constraints:      45540
2850.98/2873.64	c #Conflicts:    2671000 | #Constraints:      46555
2850.98/2873.64	c #Conflicts:    2672000 | #Constraints:      47574
2850.98/2873.64	c #Conflicts:    2673000 | #Constraints:      48604
2850.98/2873.64	c #Conflicts:    2674000 | #Constraints:      49632
2850.98/2873.64	c #Conflicts:    2675000 | #Constraints:      50687
2850.98/2873.64	c #Conflicts:    2676000 | #Constraints:      51736
2850.98/2873.64	c #Conflicts:    2677000 | #Constraints:      52769
2850.98/2873.64	c #Conflicts:    2678000 | #Constraints:      53809
2850.98/2873.64	c #Conflicts:    2679000 | #Constraints:      54841
2850.98/2873.64	c #Conflicts:    2680000 | #Constraints:      55882
2850.98/2873.64	c #Conflicts:    2681000 | #Constraints:      56916
2850.98/2873.64	c #Conflicts:    2682000 | #Constraints:      57962
2850.98/2873.64	c #Conflicts:    2683000 | #Constraints:      58985
2850.98/2873.64	c #Conflicts:    2684000 | #Constraints:      60010
2850.98/2873.64	c #Conflicts:    2685000 | #Constraints:      61043
2850.98/2873.64	c #Conflicts:    2686000 | #Constraints:      62076
2850.98/2873.64	c #Conflicts:    2687000 | #Constraints:      63106
2850.98/2873.64	c #Conflicts:    2688000 | #Constraints:      64130
2850.98/2873.64	c #Conflicts:    2689000 | #Constraints:      65159
2850.98/2873.64	c #Conflicts:    2690000 | #Constraints:      66200
2850.98/2873.64	c #Conflicts:    2691000 | #Constraints:      67233
2850.98/2873.64	c #Conflicts:    2692000 | #Constraints:      68257
2850.98/2873.64	c #Conflicts:    2693000 | #Constraints:      69279
2850.98/2873.64	c #Conflicts:    2694000 | #Constraints:      70315
2850.98/2873.64	c #Conflicts:    2695000 | #Constraints:      71343
2850.98/2873.64	c #Conflicts:    2696000 | #Constraints:      72373
2850.98/2873.64	c #Conflicts:    2697000 | #Constraints:      73398
2850.98/2873.64	c INPROCESSING
2850.98/2873.64	c GARBAGE COLLECT
2850.98/2873.64	c rational objective 1002
2894.59/2917.64	c #Conflicts:    2698000 | #Constraints:      41192
2894.59/2917.64	c #Conflicts:    2699000 | #Constraints:      42192
2894.59/2917.64	c #Conflicts:    2700000 | #Constraints:      43192
2894.59/2917.64	c #Conflicts:    2701000 | #Constraints:      44192
2894.59/2917.64	c #Conflicts:    2702000 | #Constraints:      45192
2894.59/2917.64	c #Conflicts:    2703000 | #Constraints:      46192
2894.59/2917.64	c #Conflicts:    2704000 | #Constraints:      47192
2894.59/2917.64	c #Conflicts:    2705000 | #Constraints:      48192
2894.59/2917.64	c #Conflicts:    2706000 | #Constraints:      49192
2894.59/2917.64	c #Conflicts:    2707000 | #Constraints:      50192
2894.59/2917.64	c #Conflicts:    2708000 | #Constraints:      51192
2894.59/2917.64	c #Conflicts:    2709000 | #Constraints:      52192
2894.59/2917.64	c #Conflicts:    2710000 | #Constraints:      53192
2894.59/2917.64	c #Conflicts:    2711000 | #Constraints:      54192
2894.59/2917.64	c #Conflicts:    2712000 | #Constraints:      55192
2894.59/2917.64	c #Conflicts:    2713000 | #Constraints:      56192
2894.59/2917.64	c #Conflicts:    2714000 | #Constraints:      57192
2894.59/2917.64	c #Conflicts:    2715000 | #Constraints:      58192
2894.59/2917.64	c #Conflicts:    2716000 | #Constraints:      59192
2894.59/2917.64	c #Conflicts:    2717000 | #Constraints:      60192
2894.59/2917.64	c #Conflicts:    2718000 | #Constraints:      61192
2894.59/2917.64	c #Conflicts:    2719000 | #Constraints:      62192
2894.59/2917.64	c #Conflicts:    2720000 | #Constraints:      63192
2894.59/2917.64	c #Conflicts:    2721000 | #Constraints:      64192
2894.59/2917.64	c #Conflicts:    2722000 | #Constraints:      65192
2894.59/2917.64	c #Conflicts:    2723000 | #Constraints:      66192
2894.59/2917.64	c #Conflicts:    2724000 | #Constraints:      67192
2894.59/2917.64	c #Conflicts:    2725000 | #Constraints:      68192
2894.59/2917.64	c #Conflicts:    2726000 | #Constraints:      69192
2894.59/2917.64	c #Conflicts:    2727000 | #Constraints:      70192
2894.59/2917.64	c #Conflicts:    2728000 | #Constraints:      71192
2894.59/2917.64	c #Conflicts:    2729000 | #Constraints:      72192
2894.59/2917.64	c #Conflicts:    2730000 | #Constraints:      73192
2894.59/2917.64	c INPROCESSING
2894.59/2917.64	c GARBAGE COLLECT
2894.59/2917.64	c rational objective 1002
2935.28/2958.52	c #Conflicts:    2731000 | #Constraints:      41152
2935.28/2958.52	c #Conflicts:    2732000 | #Constraints:      42195
2935.28/2958.52	c #Conflicts:    2733000 | #Constraints:      43245
2935.28/2958.52	c #Conflicts:    2734000 | #Constraints:      44287
2935.28/2958.52	c #Conflicts:    2735000 | #Constraints:      45344
2935.28/2958.52	c #Conflicts:    2736000 | #Constraints:      46383
2935.28/2958.52	c #Conflicts:    2737000 | #Constraints:      47422
2935.28/2958.52	c #Conflicts:    2738000 | #Constraints:      48456
2935.28/2958.52	c #Conflicts:    2739000 | #Constraints:      49499
2935.28/2958.52	c #Conflicts:    2740000 | #Constraints:      50523
2935.28/2958.52	c #Conflicts:    2741000 | #Constraints:      51563
2935.28/2958.52	c #Conflicts:    2742000 | #Constraints:      52597
2935.28/2958.52	c #Conflicts:    2743000 | #Constraints:      53624
2935.28/2958.52	c #Conflicts:    2744000 | #Constraints:      54667
2935.28/2958.52	c #Conflicts:    2745000 | #Constraints:      55704
2935.28/2958.52	c #Conflicts:    2746000 | #Constraints:      56734
2935.28/2958.52	c #Conflicts:    2747000 | #Constraints:      57764
2935.28/2958.52	c #Conflicts:    2748000 | #Constraints:      58782
2935.28/2958.52	c #Conflicts:    2749000 | #Constraints:      59834
2935.28/2958.52	c #Conflicts:    2750000 | #Constraints:      60860
2935.28/2958.52	c #Conflicts:    2751000 | #Constraints:      61896
2935.28/2958.52	c #Conflicts:    2752000 | #Constraints:      62919
2935.28/2958.52	c #Conflicts:    2753000 | #Constraints:      63942
2935.28/2958.52	c #Conflicts:    2754000 | #Constraints:      64959
2935.28/2958.52	c #Conflicts:    2755000 | #Constraints:      65975
2935.28/2958.52	c #Conflicts:    2756000 | #Constraints:      66990
2935.28/2958.52	c #Conflicts:    2757000 | #Constraints:      68007
2935.28/2958.52	c #Conflicts:    2758000 | #Constraints:      69024
2935.28/2958.52	c #Conflicts:    2759000 | #Constraints:      70047
2935.28/2958.52	c #Conflicts:    2760000 | #Constraints:      71068
2935.28/2958.52	c #Conflicts:    2761000 | #Constraints:      72080
2935.28/2958.52	c #Conflicts:    2762000 | #Constraints:      73104
2935.28/2958.52	c #Conflicts:    2763000 | #Constraints:      74138
2935.28/2958.52	c INPROCESSING
2935.28/2958.52	c GARBAGE COLLECT
2935.28/2958.52	c rational objective 1002
2979.75/3003.24	c #Conflicts:    2764000 | #Constraints:      41428
2979.75/3003.24	c #Conflicts:    2765000 | #Constraints:      42428
2979.75/3003.24	c #Conflicts:    2766000 | #Constraints:      43428
2979.75/3003.24	c #Conflicts:    2767000 | #Constraints:      44428
2979.75/3003.24	c #Conflicts:    2768000 | #Constraints:      45428
2979.75/3003.24	c #Conflicts:    2769000 | #Constraints:      46428
2979.75/3003.24	c #Conflicts:    2770000 | #Constraints:      47428
2979.75/3003.24	c #Conflicts:    2771000 | #Constraints:      48428
2979.75/3003.24	c #Conflicts:    2772000 | #Constraints:      49428
2979.75/3003.24	c #Conflicts:    2773000 | #Constraints:      50428
2979.75/3003.24	c #Conflicts:    2774000 | #Constraints:      51428
2979.75/3003.24	c #Conflicts:    2775000 | #Constraints:      52428
2979.75/3003.24	c #Conflicts:    2776000 | #Constraints:      53429
2979.75/3003.24	c #Conflicts:    2777000 | #Constraints:      54429
2979.75/3003.24	c #Conflicts:    2778000 | #Constraints:      55429
2979.75/3003.24	c #Conflicts:    2779000 | #Constraints:      56429
2979.75/3003.24	c #Conflicts:    2780000 | #Constraints:      57429
2979.75/3003.24	c #Conflicts:    2781000 | #Constraints:      58429
2979.75/3003.24	c #Conflicts:    2782000 | #Constraints:      59430
2979.75/3003.24	c #Conflicts:    2783000 | #Constraints:      60430
2979.75/3003.24	c #Conflicts:    2784000 | #Constraints:      61431
2979.75/3003.24	c #Conflicts:    2785000 | #Constraints:      62431
2979.75/3003.24	c #Conflicts:    2786000 | #Constraints:      63432
2979.75/3003.24	c #Conflicts:    2787000 | #Constraints:      64432
2979.75/3003.24	c #Conflicts:    2788000 | #Constraints:      65432
2979.75/3003.24	c #Conflicts:    2789000 | #Constraints:      66433
2979.75/3003.24	c #Conflicts:    2790000 | #Constraints:      67436
2979.75/3003.24	c #Conflicts:    2791000 | #Constraints:      68437
2979.75/3003.24	c #Conflicts:    2792000 | #Constraints:      69438
2979.75/3003.24	c #Conflicts:    2793000 | #Constraints:      70439
2979.75/3003.24	c #Conflicts:    2794000 | #Constraints:      71440
2979.75/3003.24	c #Conflicts:    2795000 | #Constraints:      72441
2979.75/3003.24	c #Conflicts:    2796000 | #Constraints:      73441
2979.75/3003.24	c INPROCESSING
2979.75/3003.24	c GARBAGE COLLECT
2979.75/3003.24	c rational objective 1002
3027.77/3051.50	c #Conflicts:    2797000 | #Constraints:      41014
3027.77/3051.50	c #Conflicts:    2798000 | #Constraints:      42016
3027.77/3051.50	c #Conflicts:    2799000 | #Constraints:      43023
3027.77/3051.50	c #Conflicts:    2800000 | #Constraints:      44023
3027.77/3051.50	c #Conflicts:    2801000 | #Constraints:      45035
3027.77/3051.50	c #Conflicts:    2802000 | #Constraints:      46043
3027.77/3051.50	c #Conflicts:    2803000 | #Constraints:      47088
3027.77/3051.50	c #Conflicts:    2804000 | #Constraints:      48126
3027.77/3051.50	c #Conflicts:    2805000 | #Constraints:      49165
3027.77/3051.50	c #Conflicts:    2806000 | #Constraints:      50202
3027.77/3051.50	c #Conflicts:    2807000 | #Constraints:      51234
3027.77/3051.50	c #Conflicts:    2808000 | #Constraints:      52261
3027.77/3051.50	c #Conflicts:    2809000 | #Constraints:      53299
3027.77/3051.50	c #Conflicts:    2810000 | #Constraints:      54341
3027.77/3051.50	c #Conflicts:    2811000 | #Constraints:      55365
3027.77/3051.50	c #Conflicts:    2812000 | #Constraints:      56394
3027.77/3051.50	c #Conflicts:    2813000 | #Constraints:      57416
3027.77/3051.50	c #Conflicts:    2814000 | #Constraints:      58442
3027.77/3051.50	c #Conflicts:    2815000 | #Constraints:      59465
3027.77/3051.50	c #Conflicts:    2816000 | #Constraints:      60484
3027.77/3051.50	c #Conflicts:    2817000 | #Constraints:      61498
3027.77/3051.50	c #Conflicts:    2818000 | #Constraints:      62524
3027.77/3051.50	c #Conflicts:    2819000 | #Constraints:      63550
3027.77/3051.50	c #Conflicts:    2820000 | #Constraints:      64589
3027.77/3051.50	c #Conflicts:    2821000 | #Constraints:      65620
3027.77/3051.50	c #Conflicts:    2822000 | #Constraints:      66642
3027.77/3051.50	c #Conflicts:    2823000 | #Constraints:      67663
3027.77/3051.50	c #Conflicts:    2824000 | #Constraints:      68683
3027.77/3051.50	c #Conflicts:    2825000 | #Constraints:      69705
3027.77/3051.50	c #Conflicts:    2826000 | #Constraints:      70722
3027.77/3051.50	c #Conflicts:    2827000 | #Constraints:      71738
3027.77/3051.50	c #Conflicts:    2828000 | #Constraints:      72759
3027.77/3051.50	c #Conflicts:    2829000 | #Constraints:      73781
3027.77/3051.50	c #Conflicts:    2830000 | #Constraints:      74797
3027.77/3051.50	c INPROCESSING
3027.77/3051.50	c GARBAGE COLLECT
3027.77/3051.50	c rational objective 1002
3069.73/3093.89	c #Conflicts:    2831000 | #Constraints:      41763
3069.73/3093.89	c #Conflicts:    2832000 | #Constraints:      42763
3069.73/3093.89	c #Conflicts:    2833000 | #Constraints:      43763
3069.73/3093.89	c #Conflicts:    2834000 | #Constraints:      44763
3069.73/3093.89	c #Conflicts:    2835000 | #Constraints:      45764
3069.73/3093.89	c #Conflicts:    2836000 | #Constraints:      46764
3069.73/3093.89	c #Conflicts:    2837000 | #Constraints:      47764
3069.73/3093.89	c #Conflicts:    2838000 | #Constraints:      48764
3069.73/3093.89	c #Conflicts:    2839000 | #Constraints:      49764
3069.73/3093.89	c #Conflicts:    2840000 | #Constraints:      50764
3069.73/3093.89	c #Conflicts:    2841000 | #Constraints:      51764
3069.73/3093.89	c #Conflicts:    2842000 | #Constraints:      52764
3069.73/3093.89	c #Conflicts:    2843000 | #Constraints:      53764
3069.73/3093.89	c #Conflicts:    2844000 | #Constraints:      54764
3069.73/3093.89	c #Conflicts:    2845000 | #Constraints:      55764
3069.73/3093.89	c #Conflicts:    2846000 | #Constraints:      56764
3069.73/3093.89	c #Conflicts:    2847000 | #Constraints:      57764
3069.73/3093.89	c #Conflicts:    2848000 | #Constraints:      58764
3069.73/3093.89	c #Conflicts:    2849000 | #Constraints:      59764
3069.73/3093.89	c #Conflicts:    2850000 | #Constraints:      60764
3069.73/3093.89	c #Conflicts:    2851000 | #Constraints:      61764
3069.73/3093.89	c #Conflicts:    2852000 | #Constraints:      62764
3069.73/3093.89	c #Conflicts:    2853000 | #Constraints:      63764
3069.73/3093.89	c #Conflicts:    2854000 | #Constraints:      64764
3069.73/3093.89	c #Conflicts:    2855000 | #Constraints:      65764
3069.73/3093.89	c #Conflicts:    2856000 | #Constraints:      66764
3069.73/3093.89	c #Conflicts:    2857000 | #Constraints:      67764
3069.73/3093.89	c #Conflicts:    2858000 | #Constraints:      68764
3069.73/3093.89	c #Conflicts:    2859000 | #Constraints:      69764
3069.73/3093.89	c #Conflicts:    2860000 | #Constraints:      70764
3069.73/3093.89	c #Conflicts:    2861000 | #Constraints:      71764
3069.73/3093.89	c #Conflicts:    2862000 | #Constraints:      72764
3069.73/3093.89	c #Conflicts:    2863000 | #Constraints:      73764
3069.73/3093.89	c #Conflicts:    2864000 | #Constraints:      74764
3069.73/3093.89	c INPROCESSING
3069.73/3093.89	c GARBAGE COLLECT
3069.73/3093.89	c rational objective 1002
3113.98/3138.22	c #Conflicts:    2865000 | #Constraints:      41965
3113.98/3138.22	c #Conflicts:    2866000 | #Constraints:      42965
3113.98/3138.22	c #Conflicts:    2867000 | #Constraints:      43965
3113.98/3138.22	c #Conflicts:    2868000 | #Constraints:      44965
3113.98/3138.22	c #Conflicts:    2869000 | #Constraints:      45965
3113.98/3138.22	c #Conflicts:    2870000 | #Constraints:      46965
3113.98/3138.22	c #Conflicts:    2871000 | #Constraints:      47966
3113.98/3138.22	c #Conflicts:    2872000 | #Constraints:      48966
3113.98/3138.22	c #Conflicts:    2873000 | #Constraints:      49967
3113.98/3138.22	c #Conflicts:    2874000 | #Constraints:      50968
3113.98/3138.22	c #Conflicts:    2875000 | #Constraints:      51968
3113.98/3138.22	c #Conflicts:    2876000 | #Constraints:      52969
3113.98/3138.22	c #Conflicts:    2877000 | #Constraints:      53970
3113.98/3138.22	c #Conflicts:    2878000 | #Constraints:      54970
3113.98/3138.22	c #Conflicts:    2879000 | #Constraints:      55970
3113.98/3138.22	c #Conflicts:    2880000 | #Constraints:      56970
3113.98/3138.22	c #Conflicts:    2881000 | #Constraints:      57971
3113.98/3138.22	c #Conflicts:    2882000 | #Constraints:      58972
3113.98/3138.22	c #Conflicts:    2883000 | #Constraints:      59973
3113.98/3138.22	c #Conflicts:    2884000 | #Constraints:      60973
3113.98/3138.22	c #Conflicts:    2885000 | #Constraints:      61974
3113.98/3138.22	c #Conflicts:    2886000 | #Constraints:      62974
3113.98/3138.22	c #Conflicts:    2887000 | #Constraints:      63975
3113.98/3138.22	c #Conflicts:    2888000 | #Constraints:      64975
3113.98/3138.22	c #Conflicts:    2889000 | #Constraints:      65976
3113.98/3138.22	c #Conflicts:    2890000 | #Constraints:      66976
3113.98/3138.22	c #Conflicts:    2891000 | #Constraints:      67977
3113.98/3138.22	c #Conflicts:    2892000 | #Constraints:      68977
3113.98/3138.22	c #Conflicts:    2893000 | #Constraints:      69978
3113.98/3138.22	c #Conflicts:    2894000 | #Constraints:      70978
3113.98/3138.22	c #Conflicts:    2895000 | #Constraints:      71978
3113.98/3138.22	c #Conflicts:    2896000 | #Constraints:      72978
3113.98/3138.22	c #Conflicts:    2897000 | #Constraints:      73979
3113.98/3138.22	c #Conflicts:    2898000 | #Constraints:      74979
3113.98/3138.22	c INPROCESSING
3113.98/3138.22	c GARBAGE COLLECT
3113.98/3138.22	c rational objective 1002
3151.97/3176.81	c #Conflicts:    2899000 | #Constraints:      42062
3151.97/3176.81	c #Conflicts:    2900000 | #Constraints:      43068
3151.97/3176.81	c #Conflicts:    2901000 | #Constraints:      44096
3151.97/3176.81	c #Conflicts:    2902000 | #Constraints:      45142
3151.97/3176.81	c #Conflicts:    2903000 | #Constraints:      46166
3151.97/3176.81	c #Conflicts:    2904000 | #Constraints:      47189
3151.97/3176.81	c #Conflicts:    2905000 | #Constraints:      48219
3151.97/3176.81	c #Conflicts:    2906000 | #Constraints:      49285
3151.97/3176.81	c #Conflicts:    2907000 | #Constraints:      50341
3151.97/3176.81	c #Conflicts:    2908000 | #Constraints:      51397
3151.97/3176.81	c #Conflicts:    2909000 | #Constraints:      52442
3151.97/3176.81	c #Conflicts:    2910000 | #Constraints:      53486
3151.97/3176.81	c #Conflicts:    2911000 | #Constraints:      54518
3151.97/3176.81	c #Conflicts:    2912000 | #Constraints:      55563
3151.97/3176.81	c #Conflicts:    2913000 | #Constraints:      56605
3151.97/3176.81	c #Conflicts:    2914000 | #Constraints:      57645
3151.97/3176.81	c #Conflicts:    2915000 | #Constraints:      58681
3151.97/3176.81	c #Conflicts:    2916000 | #Constraints:      59720
3151.97/3176.81	c #Conflicts:    2917000 | #Constraints:      60749
3151.97/3176.81	c #Conflicts:    2918000 | #Constraints:      61785
3151.97/3176.81	c #Conflicts:    2919000 | #Constraints:      62814
3151.97/3176.81	c #Conflicts:    2920000 | #Constraints:      63838
3151.97/3176.81	c #Conflicts:    2921000 | #Constraints:      64897
3151.97/3176.81	c #Conflicts:    2922000 | #Constraints:      65933
3151.97/3176.81	c #Conflicts:    2923000 | #Constraints:      66966
3151.97/3176.81	c #Conflicts:    2924000 | #Constraints:      67997
3151.97/3176.81	c #Conflicts:    2925000 | #Constraints:      69044
3151.97/3176.81	c #Conflicts:    2926000 | #Constraints:      70074
3151.97/3176.81	c #Conflicts:    2927000 | #Constraints:      71110
3151.97/3176.81	c #Conflicts:    2928000 | #Constraints:      72136
3151.97/3176.81	c #Conflicts:    2929000 | #Constraints:      73187
3151.97/3176.81	c #Conflicts:    2930000 | #Constraints:      74226
3151.97/3176.81	c #Conflicts:    2931000 | #Constraints:      75266
3151.97/3176.81	c #Conflicts:    2932000 | #Constraints:      76307
3151.97/3176.81	c INPROCESSING
3151.97/3176.81	c GARBAGE COLLECT
3151.97/3176.81	c rational objective 1002
3202.08/3227.17	c #Conflicts:    2933000 | #Constraints:      42488
3202.08/3227.17	c #Conflicts:    2934000 | #Constraints:      43488
3202.08/3227.17	c #Conflicts:    2935000 | #Constraints:      44488
3202.08/3227.17	c #Conflicts:    2936000 | #Constraints:      45488
3202.08/3227.17	c #Conflicts:    2937000 | #Constraints:      46488
3202.08/3227.17	c #Conflicts:    2938000 | #Constraints:      47488
3202.08/3227.17	c #Conflicts:    2939000 | #Constraints:      48488
3202.08/3227.17	c #Conflicts:    2940000 | #Constraints:      49488
3202.08/3227.17	c #Conflicts:    2941000 | #Constraints:      50488
3202.08/3227.17	c #Conflicts:    2942000 | #Constraints:      51488
3202.08/3227.17	c #Conflicts:    2943000 | #Constraints:      52488
3202.08/3227.17	c #Conflicts:    2944000 | #Constraints:      53488
3202.08/3227.17	c #Conflicts:    2945000 | #Constraints:      54488
3202.08/3227.17	c #Conflicts:    2946000 | #Constraints:      55488
3202.08/3227.17	c #Conflicts:    2947000 | #Constraints:      56488
3202.08/3227.17	c #Conflicts:    2948000 | #Constraints:      57488
3202.08/3227.17	c #Conflicts:    2949000 | #Constraints:      58488
3202.08/3227.17	c #Conflicts:    2950000 | #Constraints:      59488
3202.08/3227.17	c #Conflicts:    2951000 | #Constraints:      60488
3202.08/3227.17	c #Conflicts:    2952000 | #Constraints:      61488
3202.08/3227.17	c #Conflicts:    2953000 | #Constraints:      62488
3202.08/3227.17	c #Conflicts:    2954000 | #Constraints:      63488
3202.08/3227.17	c #Conflicts:    2955000 | #Constraints:      64488
3202.08/3227.17	c #Conflicts:    2956000 | #Constraints:      65488
3202.08/3227.17	c #Conflicts:    2957000 | #Constraints:      66488
3202.08/3227.17	c #Conflicts:    2958000 | #Constraints:      67488
3202.08/3227.17	c #Conflicts:    2959000 | #Constraints:      68488
3202.08/3227.17	c #Conflicts:    2960000 | #Constraints:      69488
3202.08/3227.17	c #Conflicts:    2961000 | #Constraints:      70488
3202.08/3227.17	c #Conflicts:    2962000 | #Constraints:      71488
3202.08/3227.17	c #Conflicts:    2963000 | #Constraints:      72488
3202.08/3227.17	c #Conflicts:    2964000 | #Constraints:      73488
3202.08/3227.17	c #Conflicts:    2965000 | #Constraints:      74488
3202.08/3227.17	c #Conflicts:    2966000 | #Constraints:      75488
3202.08/3227.17	c INPROCESSING
3202.08/3227.17	c GARBAGE COLLECT
3202.08/3227.17	c rational objective 1002
3244.88/3270.10	c #Conflicts:    2967000 | #Constraints:      42019
3244.88/3270.10	c #Conflicts:    2968000 | #Constraints:      43019
3244.88/3270.10	c #Conflicts:    2969000 | #Constraints:      44019
3244.88/3270.10	c #Conflicts:    2970000 | #Constraints:      45019
3244.88/3270.10	c #Conflicts:    2971000 | #Constraints:      46019
3244.88/3270.10	c #Conflicts:    2972000 | #Constraints:      47019
3244.88/3270.10	c #Conflicts:    2973000 | #Constraints:      48019
3244.88/3270.10	c #Conflicts:    2974000 | #Constraints:      49019
3244.88/3270.10	c #Conflicts:    2975000 | #Constraints:      50019
3244.88/3270.10	c #Conflicts:    2976000 | #Constraints:      51019
3244.88/3270.10	c #Conflicts:    2977000 | #Constraints:      52019
3244.88/3270.10	c #Conflicts:    2978000 | #Constraints:      53019
3244.88/3270.10	c #Conflicts:    2979000 | #Constraints:      54019
3244.88/3270.10	c #Conflicts:    2980000 | #Constraints:      55019
3244.88/3270.10	c #Conflicts:    2981000 | #Constraints:      56019
3244.88/3270.10	c #Conflicts:    2982000 | #Constraints:      57019
3244.88/3270.10	c #Conflicts:    2983000 | #Constraints:      58019
3244.88/3270.10	c #Conflicts:    2984000 | #Constraints:      59019
3244.88/3270.10	c #Conflicts:    2985000 | #Constraints:      60019
3244.88/3270.10	c #Conflicts:    2986000 | #Constraints:      61019
3244.88/3270.10	c #Conflicts:    2987000 | #Constraints:      62019
3244.88/3270.10	c #Conflicts:    2988000 | #Constraints:      63019
3244.88/3270.10	c #Conflicts:    2989000 | #Constraints:      64019
3244.88/3270.10	c #Conflicts:    2990000 | #Constraints:      65019
3244.88/3270.10	c #Conflicts:    2991000 | #Constraints:      66019
3244.88/3270.10	c #Conflicts:    2992000 | #Constraints:      67019
3244.88/3270.10	c #Conflicts:    2993000 | #Constraints:      68019
3244.88/3270.10	c #Conflicts:    2994000 | #Constraints:      69019
3244.88/3270.10	c #Conflicts:    2995000 | #Constraints:      70019
3244.88/3270.10	c #Conflicts:    2996000 | #Constraints:      71019
3244.88/3270.10	c #Conflicts:    2997000 | #Constraints:      72019
3244.88/3270.10	c #Conflicts:    2998000 | #Constraints:      73019
3244.88/3270.10	c #Conflicts:    2999000 | #Constraints:      74019
3244.88/3270.10	c #Conflicts:    3000000 | #Constraints:      75019
3244.88/3270.10	c #Conflicts:    3001000 | #Constraints:      76019
3244.88/3270.10	c INPROCESSING
3244.88/3270.10	c GARBAGE COLLECT
3244.88/3270.10	c rational objective 1002
3292.39/3317.83	c #Conflicts:    3002000 | #Constraints:      42492
3292.39/3317.83	c #Conflicts:    3003000 | #Constraints:      43556
3292.39/3317.83	c #Conflicts:    3004000 | #Constraints:      44617
3292.39/3317.83	c #Conflicts:    3005000 | #Constraints:      45675
3292.39/3317.83	c #Conflicts:    3006000 | #Constraints:      46725
3292.39/3317.83	c #Conflicts:    3007000 | #Constraints:      47757
3292.39/3317.83	c #Conflicts:    3008000 | #Constraints:      48795
3292.39/3317.83	c #Conflicts:    3009000 | #Constraints:      49838
3292.39/3317.83	c #Conflicts:    3010000 | #Constraints:      50862
3292.39/3317.83	c #Conflicts:    3011000 | #Constraints:      51889
3292.39/3317.83	c #Conflicts:    3012000 | #Constraints:      52917
3292.39/3317.83	c #Conflicts:    3013000 | #Constraints:      53938
3292.39/3317.83	c #Conflicts:    3014000 | #Constraints:      54966
3292.39/3317.83	c #Conflicts:    3015000 | #Constraints:      55999
3292.39/3317.83	c #Conflicts:    3016000 | #Constraints:      57028
3292.39/3317.83	c #Conflicts:    3017000 | #Constraints:      58046
3292.39/3317.83	c #Conflicts:    3018000 | #Constraints:      59083
3292.39/3317.83	c #Conflicts:    3019000 | #Constraints:      60109
3292.39/3317.83	c #Conflicts:    3020000 | #Constraints:      61138
3292.39/3317.83	c #Conflicts:    3021000 | #Constraints:      62163
3292.39/3317.83	c #Conflicts:    3022000 | #Constraints:      63197
3292.39/3317.83	c #Conflicts:    3023000 | #Constraints:      64231
3292.39/3317.83	c #Conflicts:    3024000 | #Constraints:      65265
3292.39/3317.83	c #Conflicts:    3025000 | #Constraints:      66284
3292.39/3317.83	c #Conflicts:    3026000 | #Constraints:      67330
3292.39/3317.83	c #Conflicts:    3027000 | #Constraints:      68355
3292.39/3317.83	c #Conflicts:    3028000 | #Constraints:      69374
3292.39/3317.83	c #Conflicts:    3029000 | #Constraints:      70388
3292.39/3317.83	c #Conflicts:    3030000 | #Constraints:      71411
3292.39/3317.83	c #Conflicts:    3031000 | #Constraints:      72431
3292.39/3317.83	c #Conflicts:    3032000 | #Constraints:      73446
3292.39/3317.83	c #Conflicts:    3033000 | #Constraints:      74464
3292.39/3317.83	c #Conflicts:    3034000 | #Constraints:      75507
3292.39/3317.83	c #Conflicts:    3035000 | #Constraints:      76519
3292.39/3317.83	c #Conflicts:    3036000 | #Constraints:      77539
3292.39/3317.83	c INPROCESSING
3292.39/3317.83	c GARBAGE COLLECT
3292.39/3317.83	c rational objective 1002
3345.54/3371.28	c #Conflicts:    3037000 | #Constraints:      43251
3345.54/3371.28	c #Conflicts:    3038000 | #Constraints:      44251
3345.54/3371.28	c #Conflicts:    3039000 | #Constraints:      45251
3345.54/3371.28	c #Conflicts:    3040000 | #Constraints:      46251
3345.54/3371.28	c #Conflicts:    3041000 | #Constraints:      47251
3345.54/3371.28	c #Conflicts:    3042000 | #Constraints:      48251
3345.54/3371.28	c #Conflicts:    3043000 | #Constraints:      49251
3345.54/3371.28	c #Conflicts:    3044000 | #Constraints:      50251
3345.54/3371.28	c #Conflicts:    3045000 | #Constraints:      51251
3345.54/3371.28	c #Conflicts:    3046000 | #Constraints:      52251
3345.54/3371.28	c #Conflicts:    3047000 | #Constraints:      53251
3345.54/3371.28	c #Conflicts:    3048000 | #Constraints:      54251
3345.54/3371.28	c #Conflicts:    3049000 | #Constraints:      55251
3345.54/3371.28	c #Conflicts:    3050000 | #Constraints:      56251
3345.54/3371.28	c #Conflicts:    3051000 | #Constraints:      57251
3345.54/3371.28	c #Conflicts:    3052000 | #Constraints:      58251
3345.54/3371.28	c #Conflicts:    3053000 | #Constraints:      59251
3345.54/3371.28	c #Conflicts:    3054000 | #Constraints:      60251
3345.54/3371.28	c #Conflicts:    3055000 | #Constraints:      61251
3345.54/3371.28	c #Conflicts:    3056000 | #Constraints:      62251
3345.54/3371.28	c #Conflicts:    3057000 | #Constraints:      63251
3345.54/3371.28	c #Conflicts:    3058000 | #Constraints:      64251
3345.54/3371.28	c #Conflicts:    3059000 | #Constraints:      65251
3345.54/3371.28	c #Conflicts:    3060000 | #Constraints:      66251
3345.54/3371.28	c #Conflicts:    3061000 | #Constraints:      67251
3345.54/3371.28	c #Conflicts:    3062000 | #Constraints:      68251
3345.54/3371.28	c #Conflicts:    3063000 | #Constraints:      69251
3345.54/3371.28	c #Conflicts:    3064000 | #Constraints:      70251
3345.54/3371.28	c #Conflicts:    3065000 | #Constraints:      71251
3345.54/3371.28	c #Conflicts:    3066000 | #Constraints:      72251
3345.54/3371.28	c #Conflicts:    3067000 | #Constraints:      73251
3345.54/3371.28	c #Conflicts:    3068000 | #Constraints:      74251
3345.54/3371.28	c #Conflicts:    3069000 | #Constraints:      75251
3345.54/3371.28	c #Conflicts:    3070000 | #Constraints:      76251
3345.54/3371.28	c #Conflicts:    3071000 | #Constraints:      77251
3345.54/3371.28	c INPROCESSING
3345.54/3371.28	c GARBAGE COLLECT
3345.54/3371.28	c rational objective 1002
3397.65/3423.68	c #Conflicts:    3072000 | #Constraints:      43218
3397.65/3423.68	c #Conflicts:    3073000 | #Constraints:      44255
3397.65/3423.68	c #Conflicts:    3074000 | #Constraints:      45318
3397.65/3423.68	c #Conflicts:    3075000 | #Constraints:      46372
3397.65/3423.68	c #Conflicts:    3076000 | #Constraints:      47425
3397.65/3423.68	c #Conflicts:    3077000 | #Constraints:      48495
3397.65/3423.68	c #Conflicts:    3078000 | #Constraints:      49545
3397.65/3423.68	c #Conflicts:    3079000 | #Constraints:      50589
3397.65/3423.68	c #Conflicts:    3080000 | #Constraints:      51639
3397.65/3423.68	c #Conflicts:    3081000 | #Constraints:      52687
3397.65/3423.68	c #Conflicts:    3082000 | #Constraints:      53733
3397.65/3423.68	c #Conflicts:    3083000 | #Constraints:      54767
3397.65/3423.68	c #Conflicts:    3084000 | #Constraints:      55822
3397.65/3423.68	c #Conflicts:    3085000 | #Constraints:      56862
3397.65/3423.68	c #Conflicts:    3086000 | #Constraints:      57892
3397.65/3423.68	c #Conflicts:    3087000 | #Constraints:      58918
3397.65/3423.68	c #Conflicts:    3088000 | #Constraints:      59948
3397.65/3423.68	c #Conflicts:    3089000 | #Constraints:      60972
3397.65/3423.68	c #Conflicts:    3090000 | #Constraints:      61989
3397.65/3423.68	c #Conflicts:    3091000 | #Constraints:      63041
3397.65/3423.68	c #Conflicts:    3092000 | #Constraints:      64061
3397.65/3423.68	c #Conflicts:    3093000 | #Constraints:      65091
3397.65/3423.68	c #Conflicts:    3094000 | #Constraints:      66120
3397.65/3423.68	c #Conflicts:    3095000 | #Constraints:      67142
3397.65/3423.68	c #Conflicts:    3096000 | #Constraints:      68159
3397.65/3423.68	c #Conflicts:    3097000 | #Constraints:      69180
3397.65/3423.68	c #Conflicts:    3098000 | #Constraints:      70196
3397.65/3423.68	c #Conflicts:    3099000 | #Constraints:      71233
3397.65/3423.68	c #Conflicts:    3100000 | #Constraints:      72257
3397.65/3423.68	c #Conflicts:    3101000 | #Constraints:      73278
3397.65/3423.68	c #Conflicts:    3102000 | #Constraints:      74295
3397.65/3423.68	c #Conflicts:    3103000 | #Constraints:      75313
3397.65/3423.68	c #Conflicts:    3104000 | #Constraints:      76337
3397.65/3423.68	c #Conflicts:    3105000 | #Constraints:      77362
3397.65/3423.68	c #Conflicts:    3106000 | #Constraints:      78383
3397.65/3423.68	c INPROCESSING
3397.65/3423.68	c GARBAGE COLLECT
3397.65/3423.68	c rational objective 1002
3450.16/3476.34	c #Conflicts:    3107000 | #Constraints:      43543
3450.16/3476.34	c #Conflicts:    3108000 | #Constraints:      44543
3450.16/3476.34	c #Conflicts:    3109000 | #Constraints:      45543
3450.16/3476.34	c #Conflicts:    3110000 | #Constraints:      46543
3450.16/3476.34	c #Conflicts:    3111000 | #Constraints:      47543
3450.16/3476.34	c #Conflicts:    3112000 | #Constraints:      48543
3450.16/3476.34	c #Conflicts:    3113000 | #Constraints:      49543
3450.16/3476.34	c #Conflicts:    3114000 | #Constraints:      50543
3450.16/3476.34	c #Conflicts:    3115000 | #Constraints:      51543
3450.16/3476.34	c #Conflicts:    3116000 | #Constraints:      52543
3450.16/3476.34	c #Conflicts:    3117000 | #Constraints:      53543
3450.16/3476.34	c #Conflicts:    3118000 | #Constraints:      54543
3450.16/3476.34	c #Conflicts:    3119000 | #Constraints:      55543
3450.16/3476.34	c #Conflicts:    3120000 | #Constraints:      56543
3450.16/3476.34	c #Conflicts:    3121000 | #Constraints:      57543
3450.16/3476.34	c #Conflicts:    3122000 | #Constraints:      58543
3450.16/3476.34	c #Conflicts:    3123000 | #Constraints:      59543
3450.16/3476.34	c #Conflicts:    3124000 | #Constraints:      60543
3450.16/3476.34	c #Conflicts:    3125000 | #Constraints:      61543
3450.16/3476.34	c #Conflicts:    3126000 | #Constraints:      62543
3450.16/3476.34	c #Conflicts:    3127000 | #Constraints:      63543
3450.16/3476.34	c #Conflicts:    3128000 | #Constraints:      64543
3450.16/3476.34	c #Conflicts:    3129000 | #Constraints:      65543
3450.16/3476.34	c #Conflicts:    3130000 | #Constraints:      66543
3450.16/3476.34	c #Conflicts:    3131000 | #Constraints:      67543
3450.16/3476.34	c #Conflicts:    3132000 | #Constraints:      68543
3450.16/3476.34	c #Conflicts:    3133000 | #Constraints:      69543
3450.16/3476.34	c #Conflicts:    3134000 | #Constraints:      70543
3450.16/3476.34	c #Conflicts:    3135000 | #Constraints:      71543
3450.16/3476.34	c #Conflicts:    3136000 | #Constraints:      72543
3450.16/3476.34	c #Conflicts:    3137000 | #Constraints:      73543
3450.16/3476.34	c #Conflicts:    3138000 | #Constraints:      74543
3450.16/3476.34	c #Conflicts:    3139000 | #Constraints:      75543
3450.16/3476.34	c #Conflicts:    3140000 | #Constraints:      76543
3450.16/3476.34	c #Conflicts:    3141000 | #Constraints:      77543
3450.16/3476.34	c INPROCESSING
3450.16/3476.34	c GARBAGE COLLECT
3450.16/3476.34	c rational objective 1002
3498.26/3526.27	c #Conflicts:    3142000 | #Constraints:      43045
3498.26/3526.27	c #Conflicts:    3143000 | #Constraints:      44045
3498.26/3526.27	c #Conflicts:    3144000 | #Constraints:      45045
3498.26/3526.27	c #Conflicts:    3145000 | #Constraints:      46045
3498.26/3526.27	c #Conflicts:    3146000 | #Constraints:      47045
3498.26/3526.27	c #Conflicts:    3147000 | #Constraints:      48045
3498.26/3526.27	c #Conflicts:    3148000 | #Constraints:      49045
3498.26/3526.27	c #Conflicts:    3149000 | #Constraints:      50045
3498.26/3526.27	c #Conflicts:    3150000 | #Constraints:      51045
3498.26/3526.27	c #Conflicts:    3151000 | #Constraints:      52045
3498.26/3526.27	c #Conflicts:    3152000 | #Constraints:      53045
3498.26/3526.27	c #Conflicts:    3153000 | #Constraints:      54045
3498.26/3526.27	c #Conflicts:    3154000 | #Constraints:      55045
3498.26/3526.27	c #Conflicts:    3155000 | #Constraints:      56045
3498.26/3526.27	c #Conflicts:    3156000 | #Constraints:      57045
3498.26/3526.27	c #Conflicts:    3157000 | #Constraints:      58045
3498.26/3526.27	c #Conflicts:    3158000 | #Constraints:      59045
3498.26/3526.27	c #Conflicts:    3159000 | #Constraints:      60045
3498.26/3526.27	c #Conflicts:    3160000 | #Constraints:      61045
3498.26/3526.27	c #Conflicts:    3161000 | #Constraints:      62045
3498.26/3526.27	c #Conflicts:    3162000 | #Constraints:      63045
3498.26/3526.27	c #Conflicts:    3163000 | #Constraints:      64045
3498.26/3526.27	c #Conflicts:    3164000 | #Constraints:      65045
3498.26/3526.27	c #Conflicts:    3165000 | #Constraints:      66045
3498.26/3526.27	c #Conflicts:    3166000 | #Constraints:      67045
3498.26/3526.27	c #Conflicts:    3167000 | #Constraints:      68045
3498.26/3526.27	c #Conflicts:    3168000 | #Constraints:      69045
3498.26/3526.27	c #Conflicts:    3169000 | #Constraints:      70045
3498.26/3526.27	c #Conflicts:    3170000 | #Constraints:      71045
3498.26/3526.27	c #Conflicts:    3171000 | #Constraints:      72045
3498.26/3526.27	c #Conflicts:    3172000 | #Constraints:      73045
3498.26/3526.27	c #Conflicts:    3173000 | #Constraints:      74045
3498.26/3526.27	c #Conflicts:    3174000 | #Constraints:      75045
3498.26/3526.27	c #Conflicts:    3175000 | #Constraints:      76045
3498.26/3526.27	c #Conflicts:    3176000 | #Constraints:      77045
3498.26/3526.27	c #Conflicts:    3177000 | #Constraints:      78045
3498.26/3526.27	c INPROCESSING
3498.26/3526.27	c GARBAGE COLLECT
3498.26/3526.27	c rational objective 1002
3540.84/3569.00	c #Conflicts:    3178000 | #Constraints:      43492
3540.84/3569.00	c #Conflicts:    3179000 | #Constraints:      44511
3540.84/3569.00	c #Conflicts:    3180000 | #Constraints:      45523
3540.84/3569.00	c #Conflicts:    3181000 | #Constraints:      46563
3540.84/3569.00	c #Conflicts:    3182000 | #Constraints:      47601
3540.84/3569.00	c #Conflicts:    3183000 | #Constraints:      48630
3540.84/3569.00	c #Conflicts:    3184000 | #Constraints:      49653
3540.84/3569.00	c #Conflicts:    3185000 | #Constraints:      50676
3540.84/3569.00	c #Conflicts:    3186000 | #Constraints:      51678
3540.84/3569.00	c #Conflicts:    3187000 | #Constraints:      52705
3540.84/3569.00	c #Conflicts:    3188000 | #Constraints:      53770
3540.84/3569.00	c #Conflicts:    3189000 | #Constraints:      54813
3540.84/3569.00	c #Conflicts:    3190000 | #Constraints:      55860
3540.84/3569.00	c #Conflicts:    3191000 | #Constraints:      56902
3540.84/3569.00	c #Conflicts:    3192000 | #Constraints:      57934
3540.84/3569.00	c #Conflicts:    3193000 | #Constraints:      58975
3540.84/3569.00	c #Conflicts:    3194000 | #Constraints:      60014
3540.84/3569.00	c #Conflicts:    3195000 | #Constraints:      61057
3540.84/3569.00	c #Conflicts:    3196000 | #Constraints:      62099
3540.84/3569.00	c #Conflicts:    3197000 | #Constraints:      63141
3540.84/3569.00	c #Conflicts:    3198000 | #Constraints:      64181
3540.84/3569.00	c #Conflicts:    3199000 | #Constraints:      65220
3540.84/3569.00	c #Conflicts:    3200000 | #Constraints:      66261
3540.84/3569.00	c #Conflicts:    3201000 | #Constraints:      67279
3540.84/3569.00	c #Conflicts:    3202000 | #Constraints:      68302
3540.84/3569.00	c #Conflicts:    3203000 | #Constraints:      69323
3540.84/3569.00	c #Conflicts:    3204000 | #Constraints:      70357
3540.84/3569.00	c #Conflicts:    3205000 | #Constraints:      71387
3540.84/3569.00	c #Conflicts:    3206000 | #Constraints:      72414
3540.84/3569.00	c #Conflicts:    3207000 | #Constraints:      73431
3540.84/3569.00	c #Conflicts:    3208000 | #Constraints:      74458
3540.84/3569.00	c #Conflicts:    3209000 | #Constraints:      75479
3540.84/3569.00	c #Conflicts:    3210000 | #Constraints:      76514
3540.84/3569.00	c #Conflicts:    3211000 | #Constraints:      77546
3540.84/3569.00	c #Conflicts:    3212000 | #Constraints:      78584
3540.84/3569.00	c #Conflicts:    3213000 | #Constraints:      79612
3540.84/3569.00	c INPROCESSING
3540.84/3569.00	c GARBAGE COLLECT
3540.84/3569.00	c rational objective 1002
3590.16/3619.02	c #Conflicts:    3214000 | #Constraints:      44275
3590.16/3619.02	c #Conflicts:    3215000 | #Constraints:      45275
3590.16/3619.02	c #Conflicts:    3216000 | #Constraints:      46275
3590.16/3619.02	c #Conflicts:    3217000 | #Constraints:      47275
3590.16/3619.02	c #Conflicts:    3218000 | #Constraints:      48275
3590.16/3619.02	c #Conflicts:    3219000 | #Constraints:      49275
3590.16/3619.02	c #Conflicts:    3220000 | #Constraints:      50275
3590.16/3619.02	c #Conflicts:    3221000 | #Constraints:      51275
3590.16/3619.02	c #Conflicts:    3222000 | #Constraints:      52275
3590.16/3619.02	c #Conflicts:    3223000 | #Constraints:      53275
3590.16/3619.02	c #Conflicts:    3224000 | #Constraints:      54275
3590.16/3619.02	c #Conflicts:    3225000 | #Constraints:      55275
3590.16/3619.02	c #Conflicts:    3226000 | #Constraints:      56275
3590.16/3619.02	c #Conflicts:    3227000 | #Constraints:      57275
3590.16/3619.02	c #Conflicts:    3228000 | #Constraints:      58275
3590.16/3619.02	c #Conflicts:    3229000 | #Constraints:      59275
3590.16/3619.02	c #Conflicts:    3230000 | #Constraints:      60275
3590.16/3619.02	c #Conflicts:    3231000 | #Constraints:      61275
3590.16/3619.02	c #Conflicts:    3232000 | #Constraints:      62275
3590.16/3619.02	c #Conflicts:    3233000 | #Constraints:      63275
3590.16/3619.02	c #Conflicts:    3234000 | #Constraints:      64275
3590.16/3619.02	c #Conflicts:    3235000 | #Constraints:      65275
3590.16/3619.02	c #Conflicts:    3236000 | #Constraints:      66275
3590.16/3619.02	c #Conflicts:    3237000 | #Constraints:      67275
3590.16/3619.02	c #Conflicts:    3238000 | #Constraints:      68275
3590.16/3619.02	c #Conflicts:    3239000 | #Constraints:      69275
3590.16/3619.02	c #Conflicts:    3240000 | #Constraints:      70275
3590.16/3619.02	c #Conflicts:    3241000 | #Constraints:      71276
3590.16/3619.02	c #Conflicts:    3242000 | #Constraints:      72276
3590.16/3619.02	c #Conflicts:    3243000 | #Constraints:      73276
3590.16/3619.02	c #Conflicts:    3244000 | #Constraints:      74276
3590.16/3619.02	c #Conflicts:    3245000 | #Constraints:      75276
3590.16/3619.02	c #Conflicts:    3246000 | #Constraints:      76276
3590.16/3619.02	c #Conflicts:    3247000 | #Constraints:      77276
3590.16/3619.02	c #Conflicts:    3248000 | #Constraints:      78276
3590.16/3619.02	c #Conflicts:    3249000 | #Constraints:      79276
3590.16/3619.02	c INPROCESSING
3590.16/3619.02	c GARBAGE COLLECT
3590.16/3619.02	c rational objective 1002
3600.03/3628.90	c #Conflicts:    3250000 | #Constraints:      44232
3600.03/3628.90	c #Conflicts:    3251000 | #Constraints:      45267
3600.03/3628.90	c #Conflicts:    3252000 | #Constraints:      46304
3600.03/3628.90	c #Conflicts:    3253000 | #Constraints:      47339
3600.03/3628.90	c #Conflicts:    3254000 | #Constraints:      48377
3600.03/3628.90	c #Conflicts:    3255000 | #Constraints:      49419
3600.03/3628.90	c #Conflicts:    3256000 | #Constraints:      50481
3600.03/3628.90	c #Conflicts:    3257000 | #Constraints:      51514
3600.03/3628.90	c #Conflicts:    3258000 | #Constraints:      52557
3600.03/3628.90	c #Conflicts:    3259000 | #Constraints:      53589
3600.03/3628.90	c #Conflicts:    3260000 | #Constraints:      54622
3600.03/3628.90	c #Conflicts:    3261000 | #Constraints:      55657
3600.03/3628.90	c cpu time 3565.19 s
3600.03/3628.90	c deterministic time 204286060029 2.04e+11
3600.03/3628.90	c optimization time 10.144 s
3600.03/3628.90	c total solve time 3555.03 s
3600.03/3628.90	c core-guided solve time 2162.27 s
3600.03/3628.90	c propagation time 2707.07 s
3600.03/3628.90	c conflict analysis time 775.519 s
3600.03/3628.90	c propagations 913724683
3600.03/3628.90	c resolve steps 58818765
3600.03/3628.90	c decisions 9802687
3600.03/3628.90	c conflicts 3261452
3600.03/3628.90	c restarts 5773
3600.03/3628.90	c inprocessing phases 171
3600.03/3628.90	c garbage collections 171 ,( 100.00 )
3600.03/3628.90	c input clauses 5224 ,( 63.36 )
3600.03/3628.90	c input cardinalities 2568 ,( 31.15 )
3600.03/3628.90	c input general constraints 453 ,( 5.49 )
3600.03/3628.90	c input average constraint length 261.08
3600.03/3628.90	c input average constraint degree 71.26
3600.03/3628.90	c learned clauses 2008084 ,( 60.83 )
3600.03/3628.90	c learned cardinalities 296877 ,( 8.99 )
3600.03/3628.90	c learned general constraints 996232 ,( 30.18 )
3600.03/3628.90	c learned average constraint length 253.73
3600.03/3628.90	c learned average constraint degree 701051403.19
3600.03/3628.90	c watched  CF 32, 64, 128, Arb: 377295 , 0 , 0 , 0
3600.03/3628.90	c counting CF 32, 64, 128, Arb: 619391 , 0 , 0 , 0
3600.03/3628.90	c watched   constraints 377295 ,( 37.85 ) 
3600.03/3628.90	c counting  constraints 619390 ,( 62.15 ) 
3600.03/3628.90	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1791446139 , 4925160175 , 27510075998 ,( 771952937 , 26738123061 )
3600.03/3628.90	c gcd simplifications 84114
3600.03/3628.90	c detected cardinalities 46305
3600.03/3628.90	c weakened non-implied lits 391086604
3600.03/3628.90	c weakened non-implying lits 195251
3600.03/3628.90	c original variables 1965
3600.03/3628.90	c clausal propagations 378493170
3600.03/3628.90	c cardinality propagations 61700050
3600.03/3628.90	c watched propagations 13024301
3600.03/3628.90	c counting propagations 422948310
3600.03/3628.90	c watch lookups 118145655748
3600.03/3628.90	c watch backjump lookups 0
3600.03/3628.90	c watch checks 42807572007
3600.03/3628.90	c propagation checks 38784557439
3600.03/3628.90	c constraint additions 2694661767
3600.03/3628.90	c trail pops 926749362
3600.03/3628.90	c formula constraints 4007
3600.03/3628.90	c learned constraints 3223127
3600.03/3628.90	c bound constraints 1079
3600.03/3628.90	c core-guided constraints 3159
3600.03/3628.90	c encountered formula constraints 19013893
3600.03/3628.90	c encountered learned constraints 30630288
3600.03/3628.90	c encountered bound constraints 76
3600.03/3628.90	c encountered core-guided constraints 11591045
3600.03/3628.90	c LP total time 329.399 s
3600.03/3628.90	c LP solve time 281.48 s
3600.03/3628.90	c LP constraints added 6343
3600.03/3628.90	c LP constraints removed 2314
3600.03/3628.90	c LP pivots internal 3261576
3600.03/3628.90	c LP pivots root 74759
3600.03/3628.90	c LP calls 44870
3600.03/3628.90	c LP optimalities 6333
3600.03/3628.90	c LP no pivot count 1636
3600.03/3628.90	c LP infeasibilities 38534
3600.03/3628.90	c LP valid Farkas constraints 38528
3600.03/3628.90	c LP learned Farkas constraints 38463
3600.03/3628.90	c LP basis resets 6
3600.03/3628.90	c LP cycling count 0
3600.03/3628.90	c LP singular count 0
3600.03/3628.90	c LP no primal count 0
3600.03/3628.90	c LP no farkas count 6
3600.03/3628.90	c LP other issue count 0
3600.03/3628.90	c LP Gomory cuts 1075
3600.03/3628.90	c LP learned cuts 1261
3600.03/3628.90	c LP deleted cuts 2314
3600.03/3628.90	c LP encountered Gomory constraints 3235
3600.03/3628.90	c LP encountered Farkas constraints 573371
3600.03/3628.90	c LP encountered learned Farkas constraints 229846
3600.03/3628.90	c CG auxiliary variables introduced 1387
3600.03/3628.90	c CG solutions found 76
3600.03/3628.90	c CG cores constructed 1002
3600.03/3628.90	c CG core cardinality constraints returned 0
3600.03/3628.90	c CG unit cores 0
3600.03/3628.90	c CG single cores 1002
3600.03/3628.90	c CG blocks removed during cardinality reduction 0
3600.03/3628.90	c CG first core best 0
3600.03/3628.90	c CG decision core best 0
3600.03/3628.90	c CG core reduction tie 0
3600.03/3628.90	c CG core degree average 1.00
3600.03/3628.90	c CG core slack average 2.16
3600.03/3628.90	c CG core upper bound improvements 30
3600.03/3628.90	c STR number of successful calls 0
3600.03/3628.90	c STR number of unsuccessful calls 0
3600.03/3628.90	c STR number of inconclusive calls 0
3600.03/3628.90	c STR number of successful attempts 0
3600.03/3628.90	c STR number of unsuccessful attempts 0
3600.03/3628.90	c STR number of inconclusive attempts 0
3600.03/3628.90	c STR average degree increase per successful call inf
3600.03/3628.90	c STR average degree increase per successful attempt inf
3600.03/3628.90	c STR total number of conflicts for successful attempts 0
3600.03/3628.90	c STR total number of conflicts for unsuccessful attempts 0
3600.03/3628.90	c STR total number of conflicts for inconclusive attempts 0
3600.03/3628.90	c STR average number of conflicts per successful attempt inf
3600.03/3628.90	c STR average number of conflicts per unsuccessful attempt inf
3600.03/3628.90	c STR average number of conflicts per inconclusive attempt inf
3600.03/3628.90	c AVG.sumWPerc 51.30 
3600.03/3628.90	c bigint constraints 0 
3600.03/3628.90	o 1034
3600.03/3628.90	s SATISFIABLE
3600.03/3628.90	v -x1 -x2 x3 -x4 x5 x6 x7 x8 -x9 -x10 x11 x12 x13 -x14 -x15 x16 x17 -x18 -x19 x20 x21 -x22 x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 x32 -x33 -x34 x35 x36 -x37 -x38 -x39 x40 x41 x42 -x43 -x44 x45 x46 x47 -x48 -x49 -x50 x51 -x52 -x53 x54 -x55 x56 -x57 -x58 x59 -x60 x61 -x62 x63 x64 -x65 -x66 x67 x68 x69 x70 -x71 x72 x73 -x74 x75 -x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 -x86 -x87 x88 x89 -x90 -x91 x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 x100 x101 -x102 -x103 x104 -x105 -x106 -x107 x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 x120 -x121 x122 -x123 x124 -x125 -x126 x127 -x128 x129 x130 -x131 x132 x133 x134 -x135 x136 -x137 -x138 -x139 x140 x141 -x142 x143 x144 -x145 x146 -x147 -x148 -x149 x150 x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 x159 -x160 -x161 x162 x163 -x164 -x165 x166 x167 -x168 x169 x170 x171 x172 -x173 -x174 x175 x176 -x177 -x178 x179 x180 x181 -x182 x183 x184 -x185 x186 x187 x188 -x189 x190 x191 -x192 x193 x194 -x195 x196 -x197 -x198 -x199 x200 -x201 x202 x203 -x204 -x205 x206 -x207 -x208 x209 x210 -x211 -x212 x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 x223 -x224 -x225 x226 x227 -x228 x229 -x230 -x231 x232 -x233 -x234 x235 -x236 x237 -x238 x239 x240 -x241 -x242 x243 x244 x245 -x246 -x247 x248 x249 -x250 -x251 -x252 x253 -x254 x255 x256 x257 x258 -x259 x260 -x261 -x262 -x263 -x264 -x265 -x266 x267 x268 -x269 -x270 -x271 x272 x273 x274 -x275 -x276 x277 -x278 -x279 x280 x281 x282 -x283 -x284 x285 -x286 -x287 x288 x289 x290 -x291 x292 -x293 -x294 -x295 x296 x297 x298 -x299 x300 x301 -x302 -x303 x304 -x305 -x306 -x307 -x308 x309 x310 x311 -x312 x313 x314 -x315 x316 -x317 x318 x319 -x320 -x321 -x322 x323 -x324 -x325 x326 -x327 x328 x329 x330 x331 x332 -x333 x334 x335 x336 x337 x338 -x339 -x340 x341 x342 x343 x344 -x345 x346 -x347 x348 x349 -x350 -x351 x352 x353 -x354 -x355 x356 -x357 x358 x359 x360 x361 x362 x363 x364 x365 x366 -x367 x368 -x369 -x370 -x371 x372 x373 x374 -x375 -x376 x377 x378 x379 x380 x381 x382 x383 -x384 x385 -x386 x387 x388 x389 -x390 x391 x392 -x393 -x394 x395 -x396 -x397 -x398 x399 -x400 -x401 -x402 x403 x404 -x405 -x406 x407 x408 -x409 -x410 x411 -x412 x413 -x414 x415 -x416 x417 x418 x419 x420 x421 -x422 -x423 x424 x425 -x426 x427 -x428 x429 -x430 -x431 -x432 x433 x434 x435 x436 -x437 x438 -x439 x440 x441 -x442 x443 x444 x445 x446 -x447 -x448 -x449 x450 -x451 x452 x453 -x454 -x455 -x456 x457 -x458 -x459 x460 x461 x462 x463 x464 x465 x466 x467 -x468 x469 x470 -x471 -x472 x473 x474 -x475 -x476 -x477 x478 x479 x480 -x481 -x482 x483 x484 -x485 -x486 x487 -x488 -x489 x490 -x491 -x492 -x493 x494 x495 x496 x497 -x498 -x499 -x500 x501 x502 x503 x504 -x505 -x506 x507 -x508 -x509 -x510 -x511 -x512 -x513 x514 x515 x516 -x517 x518 x519 x520 -x521 -x522 x523 -x524 x525 -x526 -x527 x528 -x529 x530 -x531 -x532 -x533 -x534 x535 x536 x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 x545 x546 x547 x548 x549 x550 x551 x552 x553 -x554 x555 -x556 -x557 x558 x559 x560 x561 x562 x563 x564 -x565 x566 -x567 x568 x569 x570 x571 x572 -x573 x574 -x575 -x576 x577 -x578 x579 -x580 -x581 -x582 x583 -x584 x585 x586 -x587 x588 -x589 x590 x591 -x592 x593 x594 -x595 x596 x597 -x598 x599 x600 -x601 -x602 -x603 -x604 x605 x606 -x607 -x608 -x609 -x610 -x611 x612 x613 -x614 -x615 -x616 -x617 x618 x619 -x620 x621 -x622 x623 -x624 -x625 -x626 -x627 x628 -x629 x630 x631 -x632 -x633 -x634 x635 x636 -x637 x638 x639 x640 x641 -x642 x643 x644 x645 x646 x647 -x648 -x649 x650 x651 -x652 x653 x654 x655 x656 -x657 x658 -x659 x660 -x661 -x662 x663 x664 -x665 -x666 x667 x668 -x669 -x670 -x671 x672 x673 -x674 x675 -x676 -x677 x678 x679 x680 -x681 -x682 -x683 x684 -x685 x686 -x687 x688 -x689 -x690 x691 x692 x693 -x694 x695 x696 x697 -x698 -x699 x700 x701 x702 x703 x704 -x705 x706 -x707 -x708 -x709 x710 x711 -x712 x713 -x714 -x715 -x716 x717 x718 -x719 x720 x721 x722 x723 -x724 -x725 -x726 x727 -x728 -x729 -x730 x731 x732 x733 x734 -x735 -x736 x737 x738 x739 x740 -x741 x742 -x743 x744 x745 x746 x747 x748 x749 -x750 -x751 x752 x753 x754 x755 x756 x757 -x758 -x759 -x760 x761 -x762 -x763 x764 x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 x774 x775 x776 -x777 -x778 -x779 x780 x781 x782 x783 -x784 x785 x786 -x787 x788 -x789 x790 -x791 x792 -x793 -x794 x795 x796 x797 x798 -x799 -x800 -x801 -x802 x803 x804 x805 x806 -x807 -x808 -x809 -x810 x811 -x812 x813 x814 x815 x816 x817 -x818 -x819 x820 x821 x822 -x823 -x824 x825 x826 -x827 x828 x829 -x830 -x831 x832 -x833 -x834 x835 -x836 -x837 -x838 x839 x840 x841 x842 -x843 x844 x845 x846 -x847 x848 x849 -x850 -x851 -x852 -x853 x854 x855 x856 x857 x858 x859 x860 -x861 x862 x863 x864 -x865 x866 -x867 x868 -x869 -x870 -x871 x872 -x873 -x874 -x875 -x876 -x877 x878 -x879 -x880 x881 -x882 -x883 x884 x885 -x886 x887 x888 x889 -x890 -x891 x892 x893 -x894 x895 x896 -x897 x898 x899 -x900 x901 -x902 -x903 x904 x905 x906 -x907 -x908 x909 x910 -x911 x912 x913 -x914 -x915 -x916 -x917 x918 -x919 x920 -x921 x922 x923 x924 -x925 x926 x927 -x928 x929 -x930 x931 x932 -x933 x934 -x935 -x936 -x937 x938 x939 -x940 x941 x942 -x943 x944 x945 x946 x947 x948 -x949 x950 -x951 -x952 x953 -x954 x955 x956 -x957 x958 -x959 -x960 -x961 x962 -x963 x964 -x965 x966 -x967 x968 -x969 x970 -x971 x972 -x973 x974 -x975 x976 x977 x978 x979 x980 x981 -x982 x983 x984 x985 x986 x987 -x988 x989 x990 x991 x992 x993 x994 -x995 x996 x997 -x998 -x999 x1000 x1001 x1002 -x1003 -x1004 -x1005 x1006 -x1007 -x1008 -x1009 -x1010 x1011 x1012 x1013 -x1014 -x1015 x1016 -x1017 -x1018 x1019 x1020 x1021 x1022 -x1023 -x1024 x1025 x1026 x1027 -x1028 -x1029 -x1030 x1031 x1032 x1033 x1034 -x1035 -x1036 -x1037 x1038 -x1039 -x1040 -x1041 x1042 x1043 x1044 -x1045 x1046 x1047 x1048 -x1049 -x1050 x1051 -x1052 x1053 x1054 x1055 x1056 -x1057 -x1058 -x1059 -x1060 x1061 -x1062 x1063 -x1064 x1065 -x1066 -x1067 x1068 -x1069 x1070 x1071 x1072 x1073 x1074 -x1075 -x1076 x1077 x1078 -x1079 -x1080 -x1081 -x1082 -x1083 x1084 x1085 -x1086 x1087 x1088 x1089 -x1090 x1091 x1092 x1093 x1094 -x1095 -x1096 -x1097 x1098 x1099 x1100 x1101 x1102 x1103 -x1104 x1105 -x1106 x1107 -x1108 -x1109 x1110 -x1111 x1112 x1113 x1114 x1115 x1116 x1117 -x1118 x1119 x1120 x1121 x1122 -x1123 -x1124 -x1125 -x1126 x1127 x1128 -x1129 -x1130 -x1131 x1132 -x1133 -x1134 -x1135 x1136 -x1137 x1138 x1139 -x1140 x1141 -x1142 -x1143 -x1144 x1145 x1146 -x1147 x1148 -x1149 -x1150 x1151 -x1152 x1153 x1154 -x1155 -x1156 x1157 x1158 x1159 -x1160 -x1161 -x1162 x1163 -x1164 x1165 x1166 -x1167 x1168 x1169 -x1170 x1171 -x1172 x1173 x1174 x1175 -x1176 -x1177 -x1178 x1179 x1180 x1181 x1182 x1183 -x1184 -x1185 x1186 x1187 -x1188 x1189 x1190 x1191 x1192 x1193 -x1194 x1195 x1196 x1197 x1198 x1199 -x1200 x1201 x1202 x1203 -x1204 -x1205 x1206 x1207 -x1208 -x1209 -x1210 x1211 x1212 x1213 x1214 -x1215 x1216 -x1217 x1218 x1219 x1220 x1221 x1222 x1223 -x1224 x1225 -x1226 -x1227 x1228 x1229 -x1230 x1231 -x1232 -x1233 -x1234 -x1235 -x1236 x1237 -x1238 -x1239 x1240 x1241 -x1242 -x1243 x1244 x1245 x1246 -x1247 x1248 -x1249 -x1250 x1251 -x1252 -x1253 -x1254 -x1255 x1256 x1257 x1258 -x1259 -x1260 x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 x1270 x1271 -x1272 x1273 -x1274 x1275 -x1276 -x1277 x1278 -x1279 -x1280 x1281 x1282 x1283 -x1284 x1285 -x1286 -x1287 x1288 -x1289 -x1290 x1291 x1292 x1293 x1294 -x1295 x1296 -x1297 x1298 -x1299 -x1300 -x1301 x1302 x1303 -x1304 x1305 x1306 x1307 x1308 -x1309 -x1310 x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 x1318 -x1319 x1320 -x1321 x1322 x1323 -x1324 x1325 -x1326 x1327 -x1328 -x1329 -x1330 x1331 x1332 -x1333 -x1334 -x1335 x1336 -x1337 x1338 x1339 x1340 x1341 x1342 x1343 x1344 -x1345 x1346 -x1347 x1348 -x1349 -x1350 x1351 x1352 -x1353 x1354 -x1355 -x1356 x1357 -x1358 -x1359 -x1360 x1361 x1362 x1363 -x1364 x1365 x1366 -x1367 -x1368 x1369 -x1370 -x1371 x1372 x1373 x1374 x1375 -x1376 -x1377 x1378 x1379 x1380 -x1381 -x1382 x1383 x1384 x1385 x1386 x1387 x1388 x1389 x1390 x1391 x1392 -x1393 -x1394 -x1395 -x1396 x1397 x1398 -x1399 -x1400 x1401 x1402 x1403 x1404 x1405 x1406 x1407 x1408 -x1409 -x1410 x1411 x1412 -x1413 x1414 x1415 x1416 x1417 -x1418 x1419 -x1420 x1421 -x1422 -x1423 x1424 -x1425 x1426 x1427 -x1428 -x1429 -x1430 -x1431 x1432 x1433 x1434 -x1435 x1436 x1437 -x1438 -x1439 x1440 -x1441 -x1442 x1443 x1444 -x1445 -x1446 -x1447 x1448 -x1449 x1450 -x1451 -x1452 -x1453 -x1454 x1455 x1456 x1457 -x1458 x1459 x1460 x1461 -x1462 -x1463 -x1464 -x1465 -x1466 x1467 x1468 x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 x1478 -x1479 -x1480 x1481 -x1482 -x1483 -x1484 x1485 x1486 x1487 x1488 x1489 x1490 x1491 x1492 x1493 x1494 x1495 -x1496 x1497 x1498 -x1499 -x1500 -x1501 x1502 x1503 -x1504 x1505 x1506 -x1507 x1508 -x1509 x1510 -x1511 x1512 -x1513 x1514 -x1515 -x1516 x1517 -x1518 x1519 x1520 -x1521 x1522 -x1523 -x1524 x1525 -x1526 -x1527 -x1528 -x1529 x1530 x1531 x1532 x1533 x1534 x1535 x1536 x1537 x1538 x1539 x1540 -x1541 x1542 x1543 -x1544 -x1545 x1546 -x1547 -x1548 -x1549 x1550 -x1551 x1552 x1553 -x1554 -x1555 -x1556 -x1557 x1558 -x1559 -x1560 x1561 -x1562 x1563 -x1564 x1565 -x1566 x1567 -x1568 x1569 x1570 -x1571 x1572 x1573 x1574 x1575 -x1576 -x1577 -x1578 -x1579 x1580 x1581 x1582 -x1583 x1584 x1585 x1586 -x1587 x1588 x1589 -x1590 x1591 x1592 x1593 x1594 -x1595 -x1596 x1597 -x1598 x1599 x1600 -x1601 x1602 x1603 x1604 x1605 -x1606 x1607 x1608 x1609 x1610 -x1611 -x1612 -x1613 x1614 x1615 x1616 -x1617 x1618 -x1619 x1620 -x1621 x1622 x1623 x1624 -x1625 x1626 x1627 x1628 x1629 -x1630 -x1631 x1632 -x1633 -x1634 -x1635 x1636 -x1637 -x1638 x1639 x1640 -x1641 x1642 -x1643 x1644 -x1645 x1646 -x1647 x1648 x1649 x1650 -x1651 x1652 -x1653 -x1654 -x1655 -x1656 -x1657 x1658 -x1659 x1660 x1661 x1662 -x1663 -x1664 -x1665 -x1666 x1667 x1668 -x1669 x1670 x1671 x1672 x1673 -x1674 -x1675 x1676 x1677 -x1678 -x1679 -x1680 x1681 x1682 x1683 -x1684 x1685 -x1686 x1687 x1688 x1689 x1690 x1691 x1692 x1693 x1694 -x1695 x1696 -x1697 x1698 x1699 x1700 -x1701 -x1702 x1703 x1704 -x1705 -x1706 -x1707 x1708 -x1709 -x1710 -x1711 x1712 -x1713 -x1714 x1715 -x1716 x1717 -x1718 -x1719 -x1720 x1721 -x1722 -x1723 x1724 -x1725 -x1726 -x1727 x1728 -x1729 x1730 -x1731 -x1732 -x1733 x1734 -x1735 x1736 x1737 -x1738 -x1739 -x1740 -x1741 -x1742 x1743 -x1744 x1745 x1746 -x1747 -x1748 x1749 -x1750 -x1751 -x1752 -x1753 x1754 x1755 -x1756 -x1757 x1758 -x1759 x1760 x1761 -x1762 x1763 -x1764 -x1765 x1766 -x1767 -x1768 -x1769 -x1770 -x1771 -x1772 x1773 x1774 x1775 x1776 x1777 -x1778 -x1779 -x1780 -x1781 x1782 x1783 -x1784 -x1785 -x1786 x1787 x1788 x1789 -x1790 -x1791 -x1792 -x1793 x1794 x1795 x1796 -x1797 x1798 -x1799 x1800 -x1801 -x1802 x1803 x1804 x1805 -x1806 -x1807 -x1808 -x1809 -x1810 x1811 x1812 x1813 -x1814 -x1815 x1816 -x1817 x1818 x1819 x1820 -x1821 -x1822 x1823 x1824 -x1825 x1826 x1827 -x1828 x1829 x1830 -x1831 -x1832 -x1833 x1834 x1835 x1836 -x1837 x1838 x1839 -x1840 -x1841 x1842 -x1843 x1844 -x1845 -x1846 -x1847 x1848 -x1849 -x1850 -x1851 x1852 -x1853 -x1854 x1855 -x1856 -x1857 -x1858 -x1859 x1860 -x1861 -x1862 -x1863 -x1864 x1865 x1866 x1867 -x1868 x1869 x1870 -x1871 x1872 x1873 -x1874 x1875 -x1876 -x1877 x1878 x1879 -x1880 -x1881 x1882 -x1883 -x1884 x1885 -x1886 -x1887 x1888 x1889 x1890 -x1891 -x1892 x1893 x1894 x1895 -x1896 x1897 -x1898 x1899 x1900 -x1901 x1902 -x1903 -x1904 x1905 -x1906 x1907 x1908 -x1909 x1910 x1911 -x1912 -x1913 -x1914 x1915 x1916 x1917 x1918 -x1919 -x1920 -x1921 x1922 x1923 x1924 -x1925 x1926 -x1927 -x1928 x1929 x1930 x1931 x1932 -x1933 x1934 x1935 -x1936 -x1937 x1938 -x1939 x1940 -x1941 x1942 x1943 -x1944 x1945 x1946 -x1947 -x1948 -x1949 x1950 -x1951 -x1952 x1953 -x1954 x1955 x1956 -x1957 x1958 x1959 -x1960 -x1961 x1962 -x1963 -x1964 -x1965
3600.03/3628.90	c Program interrupted by user.

Verifier Data

OK	1034

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=52271, runsolver pid=52268

[startup+0.100057 s]*
/proc/loadavg: 4.18 4.12 4.10 5/272 52274
/proc/meminfo: memFree=107939144/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=62448 memory=17164 CPUtime=0.06 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 2752 0 0 0 5 1 0 0 20 0 1 0 48943326 63946752 4291 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 15612 4291 2336 1147 0 3039 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 66640 KiB
Current children cumulated memory: 20236 KiB

[startup+0.205558 s]*
/proc/loadavg: 4.18 4.12 4.10 5/272 52274
/proc/meminfo: memFree=107939144/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=63956 memory=20544 CPUtime=0.16 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 3051 0 0 0 15 1 0 0 20 0 1 0 48943326 65490944 5136 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 15989 5136 2368 1147 0 3416 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 68148 KiB
Current children cumulated memory: 23616 KiB

[startup+0.305498 s]*
/proc/loadavg: 4.18 4.12 4.10 5/272 52274
/proc/meminfo: memFree=107935292/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=65024 memory=23676 CPUtime=0.25 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 3328 0 0 0 24 1 0 0 20 0 1 0 48943326 66584576 5919 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 16256 5919 2368 1147 0 3683 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 69216 KiB
Current children cumulated memory: 26748 KiB

[startup+0.700203 s]
/proc/loadavg: 4.18 4.12 4.10 5/272 52274
/proc/meminfo: memFree=107920676/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=82256 memory=39160 CPUtime=0.63 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 6668 0 0 0 57 6 0 0 20 0 1 0 48943326 84230144 9790 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 20564 9790 2400 1147 0 7991 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 86448 KiB
Current children cumulated memory: 42232 KiB

[startup+1.50019 s]
/proc/loadavg: 4.18 4.12 4.10 5/272 52274
/proc/meminfo: memFree=107888864/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=117896 memory=72884 CPUtime=1.43 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 13574 0 0 0 131 12 0 0 20 0 1 0 48943326 120725504 18221 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 29474 18221 2400 1147 0 16901 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 122088 KiB
Current children cumulated memory: 75956 KiB

[startup+3.10543 s]
/proc/loadavg: 4.18 4.12 4.10 5/272 52274
/proc/meminfo: memFree=107836968/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=147636 memory=95156 CPUtime=3.03 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 19141 0 0 0 287 16 0 0 20 0 1 0 48943326 151179264 23789 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 36909 23789 2400 1147 0 24336 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 151828 KiB
Current children cumulated memory: 98228 KiB

[startup+6.30018 s]
/proc/loadavg: 4.16 4.12 4.09 5/272 52274
/proc/meminfo: memFree=107797404/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=149244 memory=96692 CPUtime=6.22 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 19516 0 0 0 600 22 0 0 20 0 1 0 48943326 152825856 24173 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 37311 24173 2400 1147 0 24738 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 153436 KiB
Current children cumulated memory: 99764 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.11 4.09 5/272 52274
/proc/meminfo: memFree=107727300/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=171484 memory=113728 CPUtime=12.6 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 22759 0 0 0 1225 35 0 0 20 0 1 0 48943326 175599616 28432 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 42871 28432 2400 1147 0 30298 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 175676 KiB
Current children cumulated memory: 116800 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.11 4.09 5/273 52323
/proc/meminfo: memFree=121744620/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=196308 memory=134208 CPUtime=25.36 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 27895 0 0 0 2478 58 0 0 20 0 1 0 48943326 201019392 33552 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 49077 33552 2400 1147 0 36504 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 200500 KiB
Current children cumulated memory: 137280 KiB

[startup+51.1056 s]
/proc/loadavg: 4.07 4.10 4.09 5/273 52323
/proc/meminfo: memFree=121278908/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=253752 memory=180964 CPUtime=50.78 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 37035 0 0 0 4975 103 0 0 20 0 1 0 48943326 259842048 45241 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 63438 45241 2400 1147 0 50865 0
Current children cumulated CPU time: 50.78 s
Current children cumulated vsize: 257944 KiB
Current children cumulated memory: 184036 KiB

[startup+102.3 s]
/proc/loadavg: 4.22 4.13 4.10 5/273 52328
/proc/meminfo: memFree=120407440/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=285588 memory=213352 CPUtime=101.6 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 43105 0 0 0 9969 191 0 0 20 0 1 0 48943326 292442112 53338 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 71397 53338 2400 1147 0 58824 0
Current children cumulated CPU time: 101.6 s
Current children cumulated vsize: 289780 KiB
Current children cumulated memory: 216424 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/273 52331
/proc/meminfo: memFree=119399088/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=305444 memory=234600 CPUtime=161.17 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 48399 0 0 0 15831 286 0 0 20 0 1 0 48943326 312774656 58650 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 76361 58650 2400 1147 0 63788 0
Current children cumulated CPU time: 161.17 s
Current children cumulated vsize: 309636 KiB
Current children cumulated memory: 237672 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/274 52340
/proc/meminfo: memFree=118437940/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=350716 memory=259648 CPUtime=220.73 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 52635 0 0 0 21695 378 0 0 20 0 1 0 48943326 359133184 64912 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 87679 64912 2400 1147 0 75106 0

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

/proc/52274/statm: 203518 172524 2400 1147 0 190945 0
Current children cumulated CPU time: 3078.21 s
Current children cumulated vsize: 818264 KiB
Current children cumulated memory: 693168 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.13 4.09 4/273 52552
/proc/meminfo: memFree=100073852/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=814072 memory=690096 CPUtime=3137.64 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 129580 0 0 0 310643 3121 0 0 20 0 1 0 48943326 833609728 172524 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 203518 172524 2400 1147 0 190945 0
Current children cumulated CPU time: 3137.64 s
Current children cumulated vsize: 818264 KiB
Current children cumulated memory: 693168 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/273 52561
/proc/meminfo: memFree=99618740/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=814752 memory=690864 CPUtime=3197.29 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 129753 0 0 0 316555 3174 0 0 20 0 1 0 48943326 834306048 172716 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 203688 172716 2400 1147 0 191115 0
Current children cumulated CPU time: 3197.29 s
Current children cumulated vsize: 818944 KiB
Current children cumulated memory: 693936 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/271 52563
/proc/meminfo: memFree=99106000/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=814752 memory=709808 CPUtime=3257.05 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 129759 0 0 0 322479 3226 0 0 20 0 1 0 48943326 834306048 177452 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 203688 177452 2400 1147 0 191115 0
Current children cumulated CPU time: 3257.05 s
Current children cumulated vsize: 818944 KiB
Current children cumulated memory: 712880 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/272 52567
/proc/meminfo: memFree=98716048/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=840316 memory=763952 CPUtime=3316.79 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 134066 0 0 0 328409 3270 0 0 20 0 1 0 48943326 860483584 190988 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 210079 190988 2400 1147 0 197506 0
Current children cumulated CPU time: 3316.79 s
Current children cumulated vsize: 844508 KiB
Current children cumulated memory: 767024 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/273 52570
/proc/meminfo: memFree=98168016/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=859012 memory=788912 CPUtime=3376.47 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 136729 0 0 0 334328 3319 0 0 20 0 1 0 48943326 879628288 197228 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 214753 197228 2400 1147 0 202180 0
Current children cumulated CPU time: 3376.47 s
Current children cumulated vsize: 863204 KiB
Current children cumulated memory: 791984 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/274 52574
/proc/meminfo: memFree=97621608/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=869892 memory=799788 CPUtime=3436.2 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 138963 0 0 0 340259 3361 0 0 20 0 1 0 48943326 890769408 199947 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 217473 199947 2400 1147 0 204900 0
Current children cumulated CPU time: 3436.2 s
Current children cumulated vsize: 874084 KiB
Current children cumulated memory: 802860 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/274 52576
/proc/meminfo: memFree=97121356/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=869892 memory=799788 CPUtime=3494.38 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 138966 0 0 0 346039 3399 0 0 20 0 1 0 48943326 890769408 199947 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 217473 199947 2400 1147 0 204900 0
Current children cumulated CPU time: 3494.38 s
Current children cumulated vsize: 874084 KiB
Current children cumulated memory: 802860 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/273 52577
/proc/meminfo: memFree=96568332/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=869892 memory=799788 CPUtime=3554.03 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 139001 0 0 0 351951 3452 0 0 20 0 1 0 48943326 890769408 199947 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 217473 199947 2400 1147 0 204900 0
Current children cumulated CPU time: 3554.03 s
Current children cumulated vsize: 874084 KiB
Current children cumulated memory: 802860 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3628.9 s]
/proc/loadavg: 4.08 4.09 4.09 5/274 52580
/proc/meminfo: memFree=96172620/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=869892 memory=799788 CPUtime=3600.03 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 139001 0 0 0 356519 3484 0 0 20 0 1 0 48943326 890769408 199947 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 217473 199947 2400 1147 0 204900 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 874084 KiB
Current children cumulated memory: 802860 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.004955 s, system=0.00609 s

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

# cumulated CPU time of all completed processes:  user=3565.2 s, system=34.8691 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+3628.9 s]
/proc/loadavg: 4.08 4.09 4.09 5/274 52580
/proc/meminfo: memFree=96172620/131249996 swapFree=33010684/33010684
[pid=52271] ppid=52268 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52271/stat : 52271 (run-opt-ls-log.) S 52268 52271 50809 0 -1 4194304 242 1429 0 0 0 0 0 0 20 0 1 0 48943324 4292608 768 18446744073709551615 94433439440896 94433440335429 140724371219344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94433440574480 94433440622224 94433448591360 140724371224859 140724371225057 140724371225057 140724371230659 0
/proc/52271/statm: 1048 768 704 219 0 110 0
[pid=52274] ppid=52271 vsize=869892 memory=799788 CPUtime=3600.03 cores=4,6
/proc/52274/stat : 52274 (roundingsat) R 52271 52271 50809 0 -1 4194304 139001 0 0 0 356519 3484 0 0 20 0 1 0 48943326 890769408 199947 18446744073709551615 4227072 8923433 140722935705776 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39772160 140722935711990 140722935712296 140722935712296 140722935717866 0
/proc/52274/statm: 217473 199947 2400 1147 0 204900 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 874084 KiB
Current children cumulated memory: 802860 KiB

Child status: 2

Real time (s): 3628.97
CPU time (s): 3600.07
CPU user time (s): 3565.2
CPU system time (s): 34.8691
CPU usage (%): 99.2037
Max. virtual memory (cumulated for all children) (KiB): 874084
Max. memory (cumulated for all children) (KiB): 802860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3565.2
system time used= 34.8691
maximum resident set size= 800172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140694
page faults= 0
swaps= 0
block input operations= 0
block output operations= 17388304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2144
involuntary context switches= 6695


# summary of solver processes directly reported to runsolver:
#   pid: 52271,52274
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3565.2
#   total CPU system time (s): 34.8691

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.24883 second user time and 16.4036 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-01 03:17:34
IDJOB=4488819
IDBENCH=147532
IDSOLVER=3356
FILE ID=nodeC024/4488819-1751332654
RUNJOBID= nodeC024-1751325414-50820
SLURM_JOB_ID= 9594351
Free space on /tmp= 433036 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_33.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-4488819-1751332654/watcher-4488819-1751332654 -o /tmp/evaluation-result-4488819-1751332654/solver-4488819-1751332654 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751325414-50820 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4488819-1751332654.opb PROOFDIR/proof-4488819-1751332654

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

MD5SUM BENCH= 40249833eecc795c9ed736ead45c4ff1
RANDOM SEED=1116404940

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.751
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.669
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.438
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		: 3557.076
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		: 3575.720
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		: 3599.690
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		: 3599.658
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		: 3700.000
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:        107939144 kB
MemAvailable:   128855284 kB
Buffers:            3280 kB
Cached:         21699388 kB
SwapCached:            0 kB
Active:          1246184 kB
Inactive:       21443864 kB
Active(anon):    1005464 kB
Inactive(anon):        0 kB
Active(file):     240720 kB
Inactive(file): 21443864 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             93368 kB
Writeback:             0 kB
AnonPages:        986708 kB
Mapped:           117336 kB
Shmem:             18064 kB
KReclaimable:     141188 kB
Slab:             232392 kB
SReclaimable:     141188 kB
SUnreclaim:        91204 kB
KernelStack:        4384 kB
PageTables:         5216 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1400624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    802816 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 04:18:03