Trace number 4522184

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma 63f22adSAT (TO)-70 3600.09 3609.12

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/
MIPLIB01/opt/miplib2017/normalized-2club200v15p5scn.opb
MD5SUM052b56f2871560e549ba2a2e5aff1011
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-70
Best CPU time to get the best result obtained on this benchmark3535.65
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints17013
Number of constraints which are clauses17013
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 constraint16
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4522184-1751583978.opb'
0.00/0.05	c 	read 0.92MB  (33.18ms)
0.00/0.05	c	 [cnf: #variables 200 #clauses 17014 #duplicates 0 #arr 105011]
0.00/0.05	c 
0.00/0.05	c make graph and approximate orbits
0.00/0.07	c	 [group: #orbits ~= 0] (22.56ms)
0.00/0.07	c 
0.00/0.07	c detect special group actions
0.00/0.07	c 	probe for Johnson action (limit=64)
0.00/0.07	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.07	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.07	c 	 (1.54ms)
0.00/0.07	c 
0.00/0.07	c detect symmetries on remainder
0.00/0.07	c 	[graph: #vertices 17814 #edges 211222]
0.00/0.07	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.08	c 	 [group: #symmetries 1.00*10^0 #generators 0] (3.66ms)
0.00/0.08	c 
0.00/0.08	c finalize break order and special generators
0.00/0.08	c 
0.00/0.08	c generation finished
0.00/0.08	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.08	c 
0.00/0.08	c write result to 'HOME/instance-4522184-1751583978.opb.pre'
0.00/0.08	c 	wrote 0.92MB (6.34ms)
0.00/0.08	c ------------------------------------------------------------------
0.00/0.08	c                  33.17ms 48.91% parse
0.00/0.08	c                  22.56ms 33.26% approx_orbits
0.00/0.08	c                   6.34ms  9.35% output
0.00/0.08	c                   3.66ms  5.39% detect_generic
0.00/0.08	c                   1.54ms  2.27% detect_special
0.00/0.08	c                   0.53ms  0.78% other
0.00/0.08	c                   0.02ms  0.03% finalize_order
0.00/0.08	c         ───────────────────────────────────────────────
0.00/0.08	c                  67.83ms   100% total
0.00/0.08	c ------------------------------------------------------------------
0.07/0.10	c RoundingSat 2
0.07/0.10	c branch pb25
0.07/0.10	c commit 63f22ad
0.28/0.36	c #variables 200 #constraints 17013
0.28/0.36	c objective is ce32 
0.66/0.72	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.66/0.72	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.66/0.72	c bounds -57 >= -200 @ 0.56771
1.16/1.25	c rational objective -121.222
1.35/1.44	c bounds -58 >= -200 @ 1.26682
1.35/1.44	c bounds -58 >= -199 @ 1.26699
1.35/1.44	c bounds -58 >= -198 @ 1.26706
1.35/1.44	c bounds -58 >= -197 @ 1.26711
1.35/1.44	c bounds -58 >= -196 @ 1.26717
1.35/1.44	c bounds -58 >= -195 @ 1.26726
1.35/1.44	c bounds -58 >= -194 @ 1.26732
1.35/1.44	c bounds -58 >= -193 @ 1.26738
1.35/1.44	c bounds -58 >= -192 @ 1.26742
1.35/1.44	c bounds -58 >= -191 @ 1.26747
1.35/1.44	c bounds -58 >= -190 @ 1.26753
1.35/1.44	c bounds -58 >= -189 @ 1.26759
1.35/1.44	c bounds -58 >= -188 @ 1.26764
1.35/1.44	c bounds -58 >= -187 @ 1.2677
1.35/1.44	c bounds -58 >= -186 @ 1.26776
1.35/1.44	c bounds -58 >= -185 @ 1.26783
1.35/1.44	c bounds -58 >= -184 @ 1.26792
1.35/1.44	c bounds -58 >= -183 @ 1.26801
1.35/1.44	c bounds -58 >= -182 @ 1.26808
1.35/1.44	c bounds -58 >= -181 @ 1.26815
1.35/1.44	c bounds -58 >= -180 @ 1.26821
1.35/1.44	c bounds -58 >= -179 @ 1.26827
1.35/1.44	c bounds -58 >= -178 @ 1.26833
1.35/1.44	c bounds -58 >= -177 @ 1.26841
1.35/1.44	c bounds -58 >= -176 @ 1.26848
1.35/1.44	c bounds -58 >= -175 @ 1.26853
1.35/1.44	c bounds -58 >= -174 @ 1.2686
1.35/1.44	c bounds -58 >= -173 @ 1.26867
1.35/1.44	c bounds -58 >= -172 @ 1.26874
1.35/1.44	c bounds -58 >= -171 @ 1.2688
1.35/1.44	c bounds -58 >= -170 @ 1.26887
1.35/1.44	c bounds -58 >= -169 @ 1.26896
1.35/1.44	c bounds -58 >= -168 @ 1.26906
1.35/1.44	c bounds -58 >= -167 @ 1.26914
1.35/1.44	c bounds -58 >= -166 @ 1.26923
1.35/1.44	c bounds -58 >= -165 @ 1.26931
1.35/1.44	c bounds -58 >= -164 @ 1.26938
1.35/1.44	c bounds -58 >= -163 @ 1.26945
1.35/1.44	c bounds -58 >= -162 @ 1.26954
1.35/1.44	c bounds -58 >= -161 @ 1.26963
1.35/1.44	c bounds -58 >= -160 @ 1.26974
1.35/1.44	c bounds -58 >= -159 @ 1.26982
1.35/1.44	c bounds -58 >= -158 @ 1.26993
1.35/1.44	c bounds -58 >= -157 @ 1.27005
1.35/1.44	c bounds -58 >= -156 @ 1.27012
1.35/1.44	c bounds -58 >= -155 @ 1.27025
1.35/1.44	c bounds -58 >= -154 @ 1.27034
1.35/1.44	c bounds -58 >= -153 @ 1.27043
1.35/1.44	c bounds -58 >= -152 @ 1.27051
1.35/1.44	c bounds -58 >= -151 @ 1.27081
1.35/1.44	c bounds -58 >= -150 @ 1.2709
1.35/1.44	c bounds -58 >= -149 @ 1.27097
1.35/1.44	c bounds -58 >= -148 @ 1.27106
1.35/1.44	c bounds -58 >= -147 @ 1.27115
1.35/1.44	c bounds -58 >= -146 @ 1.27129
1.35/1.44	c bounds -58 >= -145 @ 1.2716
1.35/1.44	c bounds -58 >= -144 @ 1.27177
1.35/1.44	c bounds -58 >= -143 @ 1.27193
1.35/1.44	c bounds -58 >= -142 @ 1.27208
1.35/1.44	c bounds -58 >= -141 @ 1.27216
1.35/1.44	c bounds -58 >= -140 @ 1.27229
1.35/1.44	c bounds -58 >= -139 @ 1.27237
1.35/1.44	c bounds -58 >= -138 @ 1.27249
1.35/1.44	c bounds -58 >= -137 @ 1.27263
1.35/1.44	c bounds -58 >= -136 @ 1.27278
1.35/1.44	c bounds -58 >= -135 @ 1.27288
1.35/1.44	c bounds -58 >= -134 @ 1.27304
1.35/1.44	c bounds -58 >= -133 @ 1.27324
1.35/1.44	c bounds -58 >= -132 @ 1.27342
1.35/1.44	c bounds -58 >= -131 @ 1.2737
1.35/1.44	c bounds -58 >= -130 @ 1.27428
1.35/1.44	c bounds -58 >= -129 @ 1.27478
1.35/1.45	c bounds -58 >= -128 @ 1.27594
1.85/1.96	c bounds -58 >= -127 @ 1.78147
1.85/1.96	c bounds -58 >= -126 @ 1.78624
1.85/1.98	c bounds -61 >= -126 @ 1.80855
1.85/1.99	c bounds -61 >= -125 @ 1.81363
1.97/2.01	c bounds -61 >= -124 @ 1.83527
1.97/2.02	c #Conflicts:       1000 | #Constraints:      18431
1.97/2.02	c bounds -63 >= -124 @ 1.84514
2.35/2.40	c bounds -64 >= -124 @ 2.21555
2.65/2.74	c #Conflicts:       2000 | #Constraints:      19434
2.65/2.74	c INPROCESSING
2.65/2.74	c GARBAGE COLLECT
2.65/2.74	WSVECS04 Frhs2[2]: 6 0 1.00003 shouldn't be
2.65/2.74	WSVECS04 Frhs2[5]: 6 0 1.00009 shouldn't be
2.65/2.74	WSVECS04 Frhs2[18]: 6 0 1.00007 shouldn't be
2.65/2.74	WSVECS04 Frhs2[19]: 6 0 1.00001 shouldn't be
2.65/2.74	WSVECS04 Frhs2[23]: 6 0 1.00005 shouldn't be
2.65/2.74	WSVECS04 Frhs2[25]: 6 0 1.00004 shouldn't be
2.65/2.74	WSVECS04 Frhs2[30]: 6 0 1.00007 shouldn't be
2.65/2.74	WSVECS04 Frhs2[33]: 6 0 1.00001 shouldn't be
2.65/2.74	WSVECS04 Frhs2[43]: 6 0 1.00004 shouldn't be
2.65/2.74	WSVECS04 Frhs2[48]: 6 0 1.00004 shouldn't be
2.65/2.74	WSVECS04 Frhs2[50]: 6 0 1.00004 shouldn't be
2.65/2.74	WSVECS04 Frhs2[51]: 6 0 1.00003 shouldn't be
2.65/2.74	WSVECS04 Frhs2[52]: 6 0 1.00005 shouldn't be
2.65/2.74	WSVECS04 Frhs2[58]: 6 0 1.00002 shouldn't be
2.65/2.74	WSVECS04 Frhs2[60]: 6 0 1.00005 shouldn't be
2.65/2.74	WSVECS04 Frhs2[68]: 6 0 1.00002 shouldn't be
2.65/2.74	WSVECS04 Frhs2[74]: 6 0 1.0001 shouldn't be
2.65/2.74	WSVECS04 Frhs2[77]: 6 0 1.00008 shouldn't be
2.65/2.74	WSVECS04 Frhs2[91]: 6 0 1.00007 shouldn't be
2.65/2.74	WSVECS04 Frhs2[97]: 6 0 1.00002 shouldn't be
2.65/2.74	WSVECS04 Frhs2[99]: 6 0 1.00009 shouldn't be
2.65/2.74	WSVECS04 Frhs2[105]: 6 0 1.00003 shouldn't be
2.65/2.74	WSVECS04 Frhs2[109]: 6 0 1.00002 shouldn't be
2.65/2.74	WSVECS04 Frhs2[122]: 6 0 1.00008 shouldn't be
2.65/2.74	WSVECS04 Frhs2[128]: 6 0 1.00003 shouldn't be
2.65/2.74	WSVECS04 Frhs2[133]: 6 0 1.00002 shouldn't be
2.65/2.74	WSVECS04 Frhs2[136]: 6 0 1.00004 shouldn't be
2.65/2.74	WSVECS04 Frhs2[137]: 6 0 1.00003 shouldn't be
2.65/2.74	WSVECS04 Frhs2[139]: 6 0 1.00002 shouldn't be
2.65/2.74	WSVECS04 Frhs2[149]: 6 0 1.0001 shouldn't be
2.65/2.74	WSVECS04 Frhs2[154]: 6 0 1.00006 shouldn't be
2.65/2.74	WSVECS04 Frhs2[155]: 6 0 1.00005 shouldn't be
2.65/2.74	WSVECS04 Frhs2[166]: 6 0 1.0001 shouldn't be
2.65/2.74	WSVECS04 Frhs2[169]: 6 0 1.00002 shouldn't be
2.65/2.74	WSVECS04 Frhs2[173]: 6 0 1.00008 shouldn't be
2.65/2.74	WSVECS04 Frhs2[175]: 6 0 1.00003 shouldn't be
2.65/2.74	WSVECS04 Frhs2[176]: 6 0 1.00001 shouldn't be
2.65/2.74	WSVECS04 Frhs2[185]: 6 0 1.00005 shouldn't be
2.65/2.74	WSVECS04 Frhs2[189]: 6 0 1.00008 shouldn't be
2.65/2.74	WSVECS04 Frhs2[190]: 6 0 1.00007 shouldn't be
2.65/2.74	WSVECS04 Frhs2[194]: 6 0 1.00002 shouldn't be
2.65/2.74	WSVECS04 Frhs2[198]: 6 0 1.00007 shouldn't be
2.97/3.10	WSVECS04 Frhs2[26]: 6 0 1.00006 shouldn't be
2.97/3.10	WSVECS04 Frhs2[35]: 6 0 1.0001 shouldn't be
2.97/3.10	WSVECS04 Frhs2[56]: 6 0 1.00004 shouldn't be
2.97/3.10	WSVECS04 Frhs2[73]: 6 0 1.00003 shouldn't be
2.97/3.10	WSVECS04 Frhs2[102]: 6 0 1.00006 shouldn't be
2.97/3.10	WSVECS04 Frhs2[116]: 6 0 1.00008 shouldn't be
2.97/3.10	WSVECS04 Frhs2[140]: 6 0 1.00002 shouldn't be
2.97/3.10	WSVECS04 Frhs2[142]: 6 0 1.0001 shouldn't be
2.97/3.10	WSVECS04 Frhs2[177]: 6 0 1.00001 shouldn't be
2.97/3.10	WSVECS04 Frhs2[180]: 6 0 1.00002 shouldn't be
3.35/3.42	c bounds -64 >= -123 @ 3.22121
3.35/3.45	c #Conflicts:       3000 | #Constraints:      19348
3.35/3.45	c bounds -64 >= -122 @ 3.25575
4.55/4.64	c #Conflicts:       4000 | #Constraints:      20381
4.55/4.64	c INPROCESSING
4.55/4.64	c GARBAGE COLLECT
4.55/4.64	c rational objective -120.8
5.15/5.21	c #Conflicts:       5000 | #Constraints:      19758
5.15/5.21	c bounds -64 >= -121 @ 4.98679
6.14/6.21	c #Conflicts:       6000 | #Constraints:      20791
6.14/6.21	c INPROCESSING
6.14/6.21	c GARBAGE COLLECT
6.14/6.21	c rational objective -120.722
9.14/9.29	c #Conflicts:       7000 | #Constraints:      19776
9.14/9.29	c #Conflicts:       8000 | #Constraints:      20778
9.14/9.29	c #Conflicts:       9000 | #Constraints:      21779
9.14/9.29	c INPROCESSING
9.14/9.29	c GARBAGE COLLECT
9.14/9.29	WSVECS04 Frhs2[3]: 6 0 246.209 shouldn't be
9.14/9.29	WSVECS04 Frhs2[6]: 6 0 1068.12 shouldn't be
9.14/9.29	WSVECS04 Frhs2[10]: 6 0 1022.68 shouldn't be
9.14/9.29	WSVECS04 Frhs2[23]: 6 0 2250.97 shouldn't be
9.14/9.29	WSVECS04 Frhs2[26]: 6 0 762.278 shouldn't be
9.14/9.29	WSVECS04 Frhs2[49]: 6 0 2068.6 shouldn't be
9.14/9.29	WSVECS04 Frhs2[83]: 6 0 1811.18 shouldn't be
9.14/9.29	WSVECS04 Frhs2[103]: 6 0 2822.86 shouldn't be
9.14/9.29	WSVECS04 Frhs2[115]: 6 0 2355.12 shouldn't be
9.14/9.29	WSVECS04 Frhs2[117]: 6 0 2509.95 shouldn't be
9.14/9.29	WSVECS04 Frhs2[121]: 6 -830.088 0 shouldn't be
9.14/9.29	WSVECS04 Frhs2[169]: 6 0 42.2927 shouldn't be
9.14/9.29	WSVECS04 Frhs2[179]: 6 0 621.788 shouldn't be
9.14/9.29	WSVECS04 Frhs2[183]: 6 0 783.02 shouldn't be
9.14/9.29	WSVECS04 Frhs2[192]: 6 0 755.044 shouldn't be
9.14/9.29	WSVECS04 Frhs2[194]: 6 0 1436.59 shouldn't be
9.83/9.91	c rational objective -120.722
11.53/11.62	c #Conflicts:      10000 | #Constraints:      20459
11.53/11.62	c #Conflicts:      11000 | #Constraints:      21459
11.53/11.62	c #Conflicts:      12000 | #Constraints:      22459
11.53/11.62	c INPROCESSING
11.53/11.62	c GARBAGE COLLECT
11.53/11.62	c rational objective -120.722
15.42/15.50	c #Conflicts:      13000 | #Constraints:      20922
15.42/15.50	c #Conflicts:      14000 | #Constraints:      21924
15.42/15.50	c #Conflicts:      15000 | #Constraints:      22927
15.42/15.50	c INPROCESSING
15.42/15.50	c GARBAGE COLLECT
15.42/15.50	c rational objective -120.716
15.62/15.77	c #Conflicts:      16000 | #Constraints:      21140
15.62/15.77	c bounds -64 >= -120 @ 15.4316
17.82/17.98	c #Conflicts:      17000 | #Constraints:      22176
17.82/17.98	c #Conflicts:      18000 | #Constraints:      23177
17.82/17.98	c INPROCESSING
17.82/17.98	c GARBAGE COLLECT
17.82/17.98	c rational objective -120
18.93/19.06	c #Conflicts:      19000 | #Constraints:      21166
18.93/19.06	c #Conflicts:      20000 | #Constraints:      22166
18.93/19.06	WSVECS04 Frhs2[3]: 6 0 1.00003 shouldn't be
18.93/19.06	WSVECS04 Frhs2[14]: 6 0 77.715 shouldn't be
18.93/19.06	WSVECS04 Frhs2[36]: 6 0 107.59 shouldn't be
18.93/19.06	WSVECS04 Frhs2[40]: 6 -815.361 0 shouldn't be
18.93/19.06	WSVECS04 Frhs2[46]: 6 -31.3585 0 shouldn't be
18.93/19.06	WSVECS04 Frhs2[58]: 6 0 645.257 shouldn't be
18.93/19.06	WSVECS04 Frhs2[70]: 6 0 1.00009 shouldn't be
18.93/19.06	WSVECS04 Frhs2[73]: 6 0 1.00005 shouldn't be
18.93/19.06	WSVECS04 Frhs2[111]: 6 -314.131 0 shouldn't be
18.93/19.06	WSVECS04 Frhs2[120]: 6 0 1.00004 shouldn't be
18.93/19.06	WSVECS04 Frhs2[127]: 6 0 1.00006 shouldn't be
18.93/19.06	WSVECS04 Frhs2[132]: 6 0 798.199 shouldn't be
18.93/19.06	WSVECS04 Frhs2[137]: 6 0 1.00005 shouldn't be
18.93/19.06	WSVECS04 Frhs2[147]: 6 -1298.95 0 shouldn't be
18.93/19.06	WSVECS04 Frhs2[148]: 6 -1025.12 0 shouldn't be
18.93/19.06	WSVECS04 Frhs2[156]: 6 0 1.00005 shouldn't be
18.93/19.06	WSVECS04 Frhs2[177]: 6 -667.002 0 shouldn't be
18.93/19.06	WSVECS04 Frhs2[183]: 6 -1137.53 0 shouldn't be
18.93/19.06	WSVECS04 Frhs2[186]: 6 0 1.00003 shouldn't be
19.41/19.57	WSVECS04 Frhs2[49]: 6 -1282.92 0 shouldn't be
19.41/19.57	WSVECS04 Frhs2[184]: 6 -336.326 0 shouldn't be
19.62/19.77	WSVECS04 Frhs2[126]: 6 -1581.56 0 shouldn't be
19.62/19.77	WSVECS04 Frhs2[196]: 6 -190.083 0 shouldn't be
20.11/20.23	c #Conflicts:      21000 | #Constraints:      23171
20.11/20.23	c INPROCESSING
20.11/20.23	c GARBAGE COLLECT
20.11/20.23	WSVECS04 Frhs2[1]: 6 -6.24815 0 shouldn't be
20.11/20.23	WSVECS04 Frhs2[5]: 6 0 1.00007 shouldn't be
20.11/20.23	WSVECS04 Frhs2[13]: 6 0 2.45771 shouldn't be
20.11/20.23	WSVECS04 Frhs2[23]: 6 0 1.00002 shouldn't be
20.11/20.23	WSVECS04 Frhs2[25]: 6 0 6.16572 shouldn't be
20.11/20.23	WSVECS04 Frhs2[26]: 6 0 1.00006 shouldn't be
20.11/20.23	WSVECS04 Frhs2[27]: 6 -4.11091 0 shouldn't be
20.11/20.23	WSVECS04 Frhs2[33]: 6 0 1.00004 shouldn't be
20.11/20.23	WSVECS04 Frhs2[35]: 6 0 2.08478 shouldn't be
20.11/20.23	WSVECS04 Frhs2[38]: 6 -3.20465 0 shouldn't be
20.11/20.23	WSVECS04 Frhs2[42]: 6 -0.169008 0 shouldn't be
20.11/20.23	WSVECS04 Frhs2[52]: 6 0 5.84202 shouldn't be
20.11/20.23	WSVECS04 Frhs2[53]: 6 0 3.95634 shouldn't be
20.11/20.23	WSVECS04 Frhs2[68]: 6 0 2.00007 shouldn't be
20.11/20.23	WSVECS04 Frhs2[82]: 6 0 1.539 shouldn't be
20.11/20.23	WSVECS04 Frhs2[98]: 6 0 1.00007 shouldn't be
20.11/20.23	WSVECS04 Frhs2[99]: 6 0 1.04235 shouldn't be
20.11/20.23	WSVECS04 Frhs2[102]: 6 0 4.17845 shouldn't be
20.11/20.23	WSVECS04 Frhs2[109]: 6 0 4.0984 shouldn't be
20.11/20.23	WSVECS04 Frhs2[122]: 6 0 2.88388 shouldn't be
20.11/20.23	WSVECS04 Frhs2[128]: 6 0 0.213586 shouldn't be
20.11/20.23	WSVECS04 Frhs2[136]: 6 0 3.61152 shouldn't be
20.11/20.23	WSVECS04 Frhs2[138]: 6 0 2.94199 shouldn't be
20.11/20.23	WSVECS04 Frhs2[139]: 6 0 1.74899 shouldn't be
20.11/20.23	WSVECS04 Frhs2[143]: 6 0 1.00007 shouldn't be
20.11/20.23	WSVECS04 Frhs2[155]: 6 0 3.06224 shouldn't be
20.11/20.23	WSVECS04 Frhs2[158]: 6 0 1.89484 shouldn't be
20.11/20.23	WSVECS04 Frhs2[159]: 6 0 7.23628 shouldn't be
20.11/20.23	WSVECS04 Frhs2[160]: 6 0 1.00009 shouldn't be
20.11/20.23	WSVECS04 Frhs2[161]: 6 0 9.01315 shouldn't be
20.11/20.23	WSVECS04 Frhs2[166]: 6 0 8.24302 shouldn't be
20.11/20.23	WSVECS04 Frhs2[169]: 6 0 1.00009 shouldn't be
20.11/20.23	WSVECS04 Frhs2[174]: 6 -0.587762 0 shouldn't be
20.11/20.23	WSVECS04 Frhs2[175]: 6 0 3.50005 shouldn't be
20.11/20.23	WSVECS04 Frhs2[191]: 6 0 1.98358 shouldn't be
20.11/20.23	WSVECS04 Frhs2[193]: 6 0 5.33381 shouldn't be
20.11/20.23	WSVECS04 Frhs2[198]: 6 0 1.00007 shouldn't be
20.42/20.59	WSVECS04 Frhs2[88]: 6 0 7.89903 shouldn't be
20.42/20.59	WSVECS04 Frhs2[91]: 6 0 1.65258 shouldn't be
20.42/20.59	WSVECS04 Frhs2[118]: 6 0 2.19283 shouldn't be
20.42/20.59	WSVECS04 Frhs2[140]: 6 0 6.54733 shouldn't be
20.42/20.59	WSVECS04 Frhs2[173]: 6 0 1.942 shouldn't be
20.42/20.59	WSVECS04 Frhs2[185]: 6 0 4.00005 shouldn't be
21.71/21.82	WSVECS04 Frhs2[171]: 6 0 4.54924 shouldn't be
21.81/21.99	c rational objective -120
22.10/22.27	c #Conflicts:      22000 | #Constraints:      20976
22.10/22.27	c #Conflicts:      23000 | #Constraints:      21976
22.10/22.27	c bounds -64 >= -119 @ 21.8574
23.60/23.79	c #Conflicts:      24000 | #Constraints:      23003
23.60/23.79	c #Conflicts:      25000 | #Constraints:      24004
23.60/23.79	c INPROCESSING
23.60/23.79	c GARBAGE COLLECT
23.60/23.79	WSVECS04 Frhs2[3]: 6 0 1.00009 shouldn't be
23.60/23.79	WSVECS04 Frhs2[5]: 6 0 566.086 shouldn't be
23.60/23.79	WSVECS04 Frhs2[6]: 6 0 57.7112 shouldn't be
23.60/23.79	WSVECS04 Frhs2[16]: 6 -510.673 0 shouldn't be
23.60/23.79	WSVECS04 Frhs2[20]: 6 -28.9277 0 shouldn't be
23.60/23.79	WSVECS04 Frhs2[26]: 6 0 287.515 shouldn't be
23.60/23.79	WSVECS04 Frhs2[77]: 6 0 202.515 shouldn't be
23.60/23.79	WSVECS04 Frhs2[83]: 6 0 350.614 shouldn't be
23.60/23.79	WSVECS04 Frhs2[86]: 6 -51.9217 0 shouldn't be
23.60/23.79	WSVECS04 Frhs2[103]: 6 0 472.778 shouldn't be
23.60/23.79	WSVECS04 Frhs2[115]: 6 0 385.935 shouldn't be
23.60/23.79	WSVECS04 Frhs2[163]: 6 0 427.719 shouldn't be
23.60/23.79	WSVECS04 Frhs2[183]: 6 0 257.738 shouldn't be
23.60/23.79	WSVECS04 Frhs2[194]: 6 0 602.282 shouldn't be
23.60/23.79	WSVECS04 Frhs2[196]: 6 0 728.462 shouldn't be
24.10/24.25	c rational objective -119
26.10/26.20	c #Conflicts:      26000 | #Constraints:      21586
26.10/26.20	c #Conflicts:      27000 | #Constraints:      22586
26.10/26.20	c #Conflicts:      28000 | #Constraints:      23587
26.10/26.20	c #Conflicts:      29000 | #Constraints:      24591
26.10/26.20	c INPROCESSING
26.10/26.20	c GARBAGE COLLECT
26.10/26.20	c rational objective -119
28.79/29.00	c #Conflicts:      30000 | #Constraints:      21991
28.79/29.00	c #Conflicts:      31000 | #Constraints:      22991
28.79/29.00	c #Conflicts:      32000 | #Constraints:      23992
28.79/29.00	c #Conflicts:      33000 | #Constraints:      24993
28.79/29.00	c INPROCESSING
28.79/29.00	c GARBAGE COLLECT
28.79/29.00	c rational objective -119
30.59/30.75	c #Conflicts:      34000 | #Constraints:      22151
30.59/30.75	c #Conflicts:      35000 | #Constraints:      23155
30.59/30.75	WSVECS04 Frhs2[13]: 6 0 2.88047 shouldn't be
30.59/30.75	WSVECS04 Frhs2[30]: 6 0 5.88048 shouldn't be
30.59/30.75	WSVECS04 Frhs2[50]: 6 0 1.00006 shouldn't be
30.59/30.75	WSVECS04 Frhs2[80]: 6 -8.11959 0 shouldn't be
30.59/30.75	WSVECS04 Frhs2[117]: 6 -46.8153 0 shouldn't be
30.59/30.75	WSVECS04 Frhs2[164]: 6 -2.78266 0 shouldn't be
30.59/30.75	WSVECS04 Frhs2[198]: 6 0 1.00007 shouldn't be
30.89/31.01	WSVECS04 Frhs2[132]: 6 0 39.2826 shouldn't be
31.49/31.68	WSVECS04 Frhs2[44]: 6 -35.2936 0 shouldn't be
33.08/33.26	c #Conflicts:      36000 | #Constraints:      24157
33.08/33.26	c #Conflicts:      37000 | #Constraints:      25157
33.08/33.26	c INPROCESSING
33.08/33.26	c GARBAGE COLLECT
33.08/33.26	c rational objective -119
33.58/33.75	c #Conflicts:      38000 | #Constraints:      22180
33.58/33.75	c #Conflicts:      39000 | #Constraints:      23180
33.58/33.75	c #Conflicts:      40000 | #Constraints:      24180
33.58/33.75	c bounds -64 >= -118 @ 33.1827
35.58/35.77	c #Conflicts:      41000 | #Constraints:      25217
35.58/35.77	c INPROCESSING
35.58/35.77	c GARBAGE COLLECT
35.58/35.77	c rational objective -118
37.47/37.64	c #Conflicts:      42000 | #Constraints:      22006
37.47/37.64	c #Conflicts:      43000 | #Constraints:      23006
37.47/37.64	c #Conflicts:      44000 | #Constraints:      24006
37.47/37.64	c #Conflicts:      45000 | #Constraints:      25006
37.47/37.64	c #Conflicts:      46000 | #Constraints:      26006
37.47/37.64	c INPROCESSING
37.47/37.64	c GARBAGE COLLECT
37.47/37.64	c rational objective -118
38.67/38.82	c #Conflicts:      47000 | #Constraints:      22598
38.67/38.82	c #Conflicts:      48000 | #Constraints:      23598
38.67/38.82	c bounds -65 >= -118 @ 38.1891
40.37/40.50	c #Conflicts:      49000 | #Constraints:      24600
40.37/40.50	c #Conflicts:      50000 | #Constraints:      25601
40.37/40.50	c #Conflicts:      51000 | #Constraints:      26601
40.37/40.50	c INPROCESSING
40.37/40.50	c GARBAGE COLLECT
40.37/40.50	c rational objective -118
43.56/43.77	c #Conflicts:      52000 | #Constraints:      23011
43.56/43.77	c #Conflicts:      53000 | #Constraints:      24013
43.56/43.77	c #Conflicts:      54000 | #Constraints:      25013
43.56/43.77	c #Conflicts:      55000 | #Constraints:      26013
43.56/43.77	c #Conflicts:      56000 | #Constraints:      27014
43.56/43.77	c INPROCESSING
43.56/43.77	c GARBAGE COLLECT
43.56/43.77	c rational objective -118
44.56/44.73	c #Conflicts:      57000 | #Constraints:      23217
44.56/44.73	WSVECS04 Frhs2[3]: 6 0 1.00004 shouldn't be
44.56/44.73	WSVECS04 Frhs2[12]: 6 0 115.304 shouldn't be
44.56/44.73	WSVECS04 Frhs2[13]: 6 0 27.7827 shouldn't be
44.56/44.73	WSVECS04 Frhs2[17]: 6 -47.9783 0 shouldn't be
44.56/44.73	WSVECS04 Frhs2[18]: 6 0 74.6088 shouldn't be
44.56/44.73	WSVECS04 Frhs2[20]: 6 -105.457 0 shouldn't be
44.56/44.73	WSVECS04 Frhs2[31]: 6 0 70.1522 shouldn't be
44.56/44.73	WSVECS04 Frhs2[48]: 6 0 95.5653 shouldn't be
44.56/44.73	WSVECS04 Frhs2[50]: 6 0 1.00009 shouldn't be
44.56/44.73	WSVECS04 Frhs2[51]: 6 -84.6305 0 shouldn't be
44.56/44.73	WSVECS04 Frhs2[52]: 6 0 70.0871 shouldn't be
44.56/44.73	WSVECS04 Frhs2[54]: 6 -146.457 0 shouldn't be
44.56/44.73	WSVECS04 Frhs2[63]: 6 -86.3914 0 shouldn't be
44.56/44.73	WSVECS04 Frhs2[70]: 6 0 96.2609 shouldn't be
44.56/44.73	WSVECS04 Frhs2[76]: 6 -186.13 0 shouldn't be
44.56/44.73	WSVECS04 Frhs2[77]: 6 0 251.783 shouldn't be
44.56/44.73	WSVECS04 Frhs2[86]: 6 -69.6305 0 shouldn't be
44.56/44.73	WSVECS04 Frhs2[92]: 6 -66.9783 0 shouldn't be
44.56/44.73	WSVECS04 Frhs2[93]: 6 0 241.826 shouldn't be
44.56/44.73	WSVECS04 Frhs2[103]: 6 -6.17395 0 shouldn't be
44.56/44.73	WSVECS04 Frhs2[106]: 6 0 1.00008 shouldn't be
44.56/44.73	WSVECS04 Frhs2[108]: 6 0 94.087 shouldn't be
44.56/44.73	WSVECS04 Frhs2[123]: 6 0 1.00007 shouldn't be
44.56/44.73	WSVECS04 Frhs2[133]: 6 0 141.63 shouldn't be
44.56/44.73	WSVECS04 Frhs2[139]: 6 0 127.239 shouldn't be
44.56/44.73	WSVECS04 Frhs2[140]: 6 0 107.261 shouldn't be
44.56/44.73	WSVECS04 Frhs2[141]: 6 0 120.761 shouldn't be
44.56/44.73	WSVECS04 Frhs2[148]: 6 -171.478 0 shouldn't be
44.56/44.73	WSVECS04 Frhs2[155]: 6 0 84.9783 shouldn't be
44.56/44.73	WSVECS04 Frhs2[171]: 6 0 3.13049 shouldn't be
44.56/44.73	WSVECS04 Frhs2[175]: 6 -322.13 0 shouldn't be
44.56/44.73	WSVECS04 Frhs2[183]: 6 0 97.8261 shouldn't be
44.56/44.73	WSVECS04 Frhs2[187]: 6 -0.260928 0 shouldn't be
44.56/44.73	WSVECS04 Frhs2[191]: 6 0 3.00007 shouldn't be
44.56/44.73	WSVECS04 Frhs2[193]: 6 0 106.152 shouldn't be
44.56/44.73	WSVECS04 Frhs2[196]: 6 0 239.413 shouldn't be
44.56/44.73	WSVECS04 Frhs2[199]: 6 0 2.26095 shouldn't be
46.25/46.49	c #Conflicts:      58000 | #Constraints:      24218
46.25/46.49	c #Conflicts:      59000 | #Constraints:      25218
46.25/46.49	c #Conflicts:      60000 | #Constraints:      26218
46.25/46.49	c #Conflicts:      61000 | #Constraints:      27218
46.25/46.49	c INPROCESSING
46.25/46.49	c GARBAGE COLLECT
46.25/46.49	c rational objective -118
50.04/50.22	c #Conflicts:      62000 | #Constraints:      23107
50.04/50.22	c #Conflicts:      63000 | #Constraints:      24107
50.04/50.22	c #Conflicts:      64000 | #Constraints:      25107
50.04/50.22	c #Conflicts:      65000 | #Constraints:      26109
50.04/50.22	c #Conflicts:      66000 | #Constraints:      27111
50.04/50.22	c INPROCESSING
50.04/50.22	c GARBAGE COLLECT
50.04/50.22	c rational objective -118
53.33/53.52	c #Conflicts:      67000 | #Constraints:      22966
53.33/53.52	c #Conflicts:      68000 | #Constraints:      23966
53.33/53.52	c #Conflicts:      69000 | #Constraints:      24967
53.33/53.52	c #Conflicts:      70000 | #Constraints:      25968
53.33/53.52	c #Conflicts:      71000 | #Constraints:      26968
53.33/53.52	c bounds -65 >= -117 @ 52.6948
54.23/54.47	c #Conflicts:      72000 | #Constraints:      28004
54.23/54.47	c INPROCESSING
54.23/54.47	c GARBAGE COLLECT
54.23/54.47	WSVECS04 Frhs2[6]: 6 0 1.00005 shouldn't be
54.23/54.47	WSVECS04 Frhs2[22]: 6 0 1.00009 shouldn't be
54.23/54.47	WSVECS04 Frhs2[41]: 6 0 1.00003 shouldn't be
54.23/54.47	WSVECS04 Frhs2[77]: 6 0 1.00006 shouldn't be
54.23/54.47	WSVECS04 Frhs2[83]: 6 0 1.00006 shouldn't be
54.23/54.47	WSVECS04 Frhs2[103]: 6 0 1.00003 shouldn't be
54.23/54.47	WSVECS04 Frhs2[115]: 6 0 1.00005 shouldn't be
54.23/54.47	WSVECS04 Frhs2[129]: 6 0 1.00009 shouldn't be
54.23/54.47	WSVECS04 Frhs2[139]: 6 0 1.00004 shouldn't be
54.23/54.47	WSVECS04 Frhs2[180]: 6 0 1.00008 shouldn't be
54.23/54.47	WSVECS04 Frhs2[196]: 6 0 1.00009 shouldn't be
67.31/67.58	c #Conflicts:      73000 | #Constraints:      23509
67.31/67.58	c #Conflicts:      74000 | #Constraints:      24510
67.31/67.58	c #Conflicts:      75000 | #Constraints:      25512
67.31/67.58	c #Conflicts:      76000 | #Constraints:      26517
67.31/67.58	c #Conflicts:      77000 | #Constraints:      27519
67.31/67.58	c #Conflicts:      78000 | #Constraints:      28521
67.31/67.58	c INPROCESSING
67.31/67.58	c GARBAGE COLLECT
67.31/67.58	c #Conflicts:      79000 | #Constraints:      23980
67.31/67.58	c #Conflicts:      80000 | #Constraints:      24980
67.31/67.58	c #Conflicts:      81000 | #Constraints:      25981
67.31/67.58	c #Conflicts:      82000 | #Constraints:      26981
67.31/67.58	c #Conflicts:      83000 | #Constraints:      27982
67.31/67.58	c #Conflicts:      84000 | #Constraints:      28983
67.31/67.58	c INPROCESSING
67.31/67.58	c GARBAGE COLLECT
67.31/67.58	c #Conflicts:      85000 | #Constraints:      24212
67.31/67.58	c #Conflicts:      86000 | #Constraints:      25216
67.31/67.58	c #Conflicts:      87000 | #Constraints:      26219
67.31/67.58	c #Conflicts:      88000 | #Constraints:      27224
67.31/67.58	c #Conflicts:      89000 | #Constraints:      28226
67.31/67.58	c #Conflicts:      90000 | #Constraints:      29228
67.31/67.58	c INPROCESSING
67.31/67.58	c GARBAGE COLLECT
67.31/67.58	WSVECS04 Frhs2[25]: 6 0 157.842 shouldn't be
67.31/67.58	WSVECS04 Frhs2[31]: 6 0 42.4456 shouldn't be
67.31/67.58	WSVECS04 Frhs2[35]: 6 0 24.7868 shouldn't be
67.31/67.58	WSVECS04 Frhs2[41]: 6 0 89.4844 shouldn't be
67.31/67.58	WSVECS04 Frhs2[44]: 6 -49.2422 0 shouldn't be
67.31/67.58	WSVECS04 Frhs2[45]: 6 -8.35759 0 shouldn't be
67.31/67.58	WSVECS04 Frhs2[52]: 6 0 130.153 shouldn't be
67.31/67.58	WSVECS04 Frhs2[57]: 6 0 58.7311 shouldn't be
67.31/67.58	WSVECS04 Frhs2[63]: 6 0 115.123 shouldn't be
67.31/67.58	WSVECS04 Frhs2[64]: 6 0 75.1529 shouldn't be
67.31/67.58	WSVECS04 Frhs2[65]: 6 0 14.3638 shouldn't be
67.31/67.58	WSVECS04 Frhs2[70]: 6 0 14.3638 shouldn't be
67.31/67.58	WSVECS04 Frhs2[73]: 6 0 35.6663 shouldn't be
67.31/67.58	WSVECS04 Frhs2[74]: 6 0 52.8676 shouldn't be
67.31/67.58	WSVECS04 Frhs2[77]: 6 0 104.591 shouldn't be
67.31/67.58	WSVECS04 Frhs2[83]: 6 0 80.0362 shouldn't be
67.31/67.58	WSVECS04 Frhs2[84]: 6 0 29.5526 shouldn't be
67.31/67.58	WSVECS04 Frhs2[91]: 6 0 11.1856 shouldn't be
67.31/67.58	WSVECS04 Frhs2[97]: 6 0 7.32766 shouldn't be
67.31/67.58	WSVECS04 Frhs2[99]: 6 0 16.4274 shouldn't be
67.31/67.58	WSVECS04 Frhs2[101]: 6 0 40.7942 shouldn't be
67.31/67.58	WSVECS04 Frhs2[103]: 6 0 96.8741 shouldn't be
67.31/67.58	WSVECS04 Frhs2[104]: 6 0 27.7818 shouldn't be
67.31/67.58	WSVECS04 Frhs2[114]: 6 0 68.8371 shouldn't be
67.31/67.58	WSVECS04 Frhs2[116]: 6 0 38.4556 shouldn't be
67.31/67.58	WSVECS04 Frhs2[121]: 6 0 52.3837 shouldn't be
67.31/67.58	WSVECS04 Frhs2[131]: 6 -5.04362 0 shouldn't be
67.31/67.58	WSVECS04 Frhs2[135]: 6 0 22.71 shouldn't be
67.31/67.58	WSVECS04 Frhs2[136]: 6 0 89.3436 shouldn't be
67.31/67.58	WSVECS04 Frhs2[139]: 6 0 61.825 shouldn't be
67.31/67.58	WSVECS04 Frhs2[140]: 6 0 60.0636 shouldn't be
67.31/67.58	WSVECS04 Frhs2[141]: 6 -19.4254 0 shouldn't be
67.31/67.58	WSVECS04 Frhs2[143]: 6 0 81.4106 shouldn't be
67.31/67.58	WSVECS04 Frhs2[146]: 6 0 38.266 shouldn't be
67.31/67.58	WSVECS04 Frhs2[149]: 6 0 34.776 shouldn't be
67.31/67.58	WSVECS04 Frhs2[156]: 6 0 96.5476 shouldn't be
67.31/67.58	WSVECS04 Frhs2[165]: 6 0 23.4542 shouldn't be
67.31/67.58	WSVECS04 Frhs2[167]: 6 0 46.7329 shouldn't be
67.31/67.58	WSVECS04 Frhs2[170]: 6 0 50.7621 shouldn't be
67.31/67.58	WSVECS04 Frhs2[172]: 6 -59.047 0 shouldn't be
67.31/67.58	WSVECS04 Frhs2[175]: 6 0 49.8303 shouldn't be
67.31/67.58	WSVECS04 Frhs2[179]: 6 0 54.0449 shouldn't be
67.31/67.58	WSVECS04 Frhs2[180]: 6 0 102.901 shouldn't be
67.31/67.58	WSVECS04 Frhs2[186]: 6 0 18.8255 shouldn't be
67.31/67.58	WSVECS04 Frhs2[187]: 6 0 58.0617 shouldn't be
67.31/67.58	WSVECS04 Frhs2[190]: 6 0 5.07661 shouldn't be
67.31/67.58	WSVECS04 Frhs2[194]: 6 0 11.855 shouldn't be
67.31/67.58	WSVECS04 Frhs2[196]: 6 0 49.4183 shouldn't be
67.31/67.58	WSVECS04 Frhs2[198]: 6 0 37.7622 shouldn't be
67.82/68.03	WSVECS04 Frhs2[43]: 6 0 26.6949 shouldn't be
67.82/68.03	WSVECS04 Frhs2[123]: 6 0 9.65955 shouldn't be
77.58/77.82	c #Conflicts:      91000 | #Constraints:      24286
77.58/77.82	c #Conflicts:      92000 | #Constraints:      25287
77.58/77.82	c #Conflicts:      93000 | #Constraints:      26288
77.58/77.82	c #Conflicts:      94000 | #Constraints:      27289
77.58/77.82	c #Conflicts:      95000 | #Constraints:      28289
77.58/77.82	c #Conflicts:      96000 | #Constraints:      29290
77.58/77.82	c INPROCESSING
77.58/77.82	c GARBAGE COLLECT
77.58/77.82	c #Conflicts:      97000 | #Constraints:      24050
77.58/77.82	c #Conflicts:      98000 | #Constraints:      25060
77.58/77.82	c #Conflicts:      99000 | #Constraints:      26062
77.58/77.82	c #Conflicts:     100000 | #Constraints:      27064
77.58/77.82	c #Conflicts:     101000 | #Constraints:      28068
77.58/77.82	c #Conflicts:     102000 | #Constraints:      29070
77.58/77.82	c #Conflicts:     103000 | #Constraints:      30072
77.58/77.82	c INPROCESSING
77.58/77.82	c GARBAGE COLLECT
77.58/77.82	c rational objective -117
81.97/82.26	c #Conflicts:     104000 | #Constraints:      24656
81.97/82.26	c #Conflicts:     105000 | #Constraints:      25656
81.97/82.26	c #Conflicts:     106000 | #Constraints:      26656
81.97/82.26	c #Conflicts:     107000 | #Constraints:      27657
81.97/82.26	c #Conflicts:     108000 | #Constraints:      28657
81.97/82.26	c #Conflicts:     109000 | #Constraints:      29658
81.97/82.26	c #Conflicts:     110000 | #Constraints:      30659
81.97/82.26	c INPROCESSING
81.97/82.26	c GARBAGE COLLECT
81.97/82.26	c rational objective -117
84.17/84.42	c #Conflicts:     111000 | #Constraints:      25031
84.17/84.42	c #Conflicts:     112000 | #Constraints:      26033
84.17/84.42	c #Conflicts:     113000 | #Constraints:      27033
84.17/84.42	c #Conflicts:     114000 | #Constraints:      28034
84.17/84.42	WSVECS04 Frhs2[7]: 6 -8.6281 0 shouldn't be
84.17/84.42	WSVECS04 Frhs2[14]: 6 0 7.73496 shouldn't be
84.17/84.42	WSVECS04 Frhs2[17]: 6 0 4.6652 shouldn't be
84.17/84.42	WSVECS04 Frhs2[38]: 6 -30.3817 0 shouldn't be
84.17/84.42	WSVECS04 Frhs2[46]: 6 -1.93269 0 shouldn't be
84.17/84.42	WSVECS04 Frhs2[47]: 6 -9.9373 0 shouldn't be
84.17/84.42	WSVECS04 Frhs2[70]: 6 -4.31412 0 shouldn't be
84.17/84.42	WSVECS04 Frhs2[108]: 6 0 0.12476 shouldn't be
84.17/84.42	WSVECS04 Frhs2[114]: 6 -46.9672 0 shouldn't be
84.17/84.42	WSVECS04 Frhs2[152]: 6 -43.3309 0 shouldn't be
84.17/84.42	WSVECS04 Frhs2[163]: 6 0 5.85502 shouldn't be
84.17/84.42	WSVECS04 Frhs2[164]: 6 -3.9067 0 shouldn't be
84.17/84.42	WSVECS04 Frhs2[196]: 6 0 3.80701 shouldn't be
86.36/86.69	c #Conflicts:     115000 | #Constraints:      29034
86.36/86.69	c #Conflicts:     116000 | #Constraints:      30039
86.36/86.69	c #Conflicts:     117000 | #Constraints:      31041
86.36/86.69	c INPROCESSING
86.36/86.69	c GARBAGE COLLECT
86.36/86.69	c rational objective -117
87.87/88.16	c #Conflicts:     118000 | #Constraints:      25239
87.87/88.16	c #Conflicts:     119000 | #Constraints:      26239
87.87/88.16	WSVECS04 Frhs2[10]: 6 0 1.00003 shouldn't be
87.87/88.16	WSVECS04 Frhs2[13]: 6 0 6.00004 shouldn't be
87.87/88.16	WSVECS04 Frhs2[23]: 6 0 235 shouldn't be
87.87/88.16	WSVECS04 Frhs2[30]: 6 -4.00007 0 shouldn't be
87.87/88.16	WSVECS04 Frhs2[42]: 6 -129 0 shouldn't be
87.87/88.16	WSVECS04 Frhs2[57]: 6 0 2.00005 shouldn't be
87.87/88.16	WSVECS04 Frhs2[65]: 6 0 3.00007 shouldn't be
87.87/88.16	WSVECS04 Frhs2[77]: 6 0 3.00002 shouldn't be
87.87/88.16	WSVECS04 Frhs2[78]: 6 -5.00002 0 shouldn't be
87.87/88.16	WSVECS04 Frhs2[79]: 6 -19 0 shouldn't be
87.87/88.16	WSVECS04 Frhs2[84]: 6 0 15 shouldn't be
87.87/88.16	WSVECS04 Frhs2[87]: 6 -19 0 shouldn't be
87.87/88.16	WSVECS04 Frhs2[102]: 6 0 6.00005 shouldn't be
87.87/88.16	WSVECS04 Frhs2[109]: 6 -152 0 shouldn't be
87.87/88.16	WSVECS04 Frhs2[116]: 6 0 2.00008 shouldn't be
87.87/88.16	WSVECS04 Frhs2[125]: 6 -16.0001 0 shouldn't be
87.87/88.16	WSVECS04 Frhs2[156]: 6 0 1.00002 shouldn't be
87.87/88.16	WSVECS04 Frhs2[179]: 6 0 129 shouldn't be
87.87/88.16	WSVECS04 Frhs2[187]: 6 -15 0 shouldn't be
87.87/88.16	WSVECS04 Frhs2[194]: 6 0 1.00004 shouldn't be
87.87/88.16	WSVECS04 Frhs2[199]: 6 0 111 shouldn't be
88.77/89.06	c #Conflicts:     120000 | #Constraints:      27240
88.77/89.06	c #Conflicts:     121000 | #Constraints:      28240
88.77/89.06	WSVECS04 Frhs2[6]: 6 0 2.00003 shouldn't be
88.77/89.06	WSVECS04 Frhs2[19]: 6 0 4.00002 shouldn't be
88.77/89.06	WSVECS04 Frhs2[21]: 6 -1.5001 0 shouldn't be
88.77/89.06	WSVECS04 Frhs2[45]: 6 0 2.00005 shouldn't be
88.77/89.06	WSVECS04 Frhs2[92]: 6 0 1.00007 shouldn't be
88.77/89.06	WSVECS04 Frhs2[93]: 6 0 2.00007 shouldn't be
88.77/89.06	WSVECS04 Frhs2[98]: 6 0 1.00004 shouldn't be
88.77/89.06	WSVECS04 Frhs2[106]: 6 0 2.0001 shouldn't be
88.77/89.06	WSVECS04 Frhs2[135]: 6 0 2.00001 shouldn't be
88.77/89.06	WSVECS04 Frhs2[164]: 6 0 2.50004 shouldn't be
90.76/91.11	c #Conflicts:     122000 | #Constraints:      29240
90.76/91.11	c #Conflicts:     123000 | #Constraints:      30240
90.76/91.11	c #Conflicts:     124000 | #Constraints:      31242
90.76/91.11	c INPROCESSING
90.76/91.11	c GARBAGE COLLECT
90.76/91.11	WSVECS04 Frhs2[38]: 6 -7.33342 0 shouldn't be
90.76/91.11	WSVECS04 Frhs2[163]: 6 0 363.333 shouldn't be
90.76/91.11	WSVECS04 Frhs2[193]: 6 0 884 shouldn't be
91.05/91.32	c rational objective -117
94.94/95.23	c #Conflicts:     125000 | #Constraints:      25240
94.94/95.23	c #Conflicts:     126000 | #Constraints:      26240
94.94/95.23	c #Conflicts:     127000 | #Constraints:      27242
94.94/95.23	c #Conflicts:     128000 | #Constraints:      28242
94.94/95.23	c #Conflicts:     129000 | #Constraints:      29244
94.94/95.23	c #Conflicts:     130000 | #Constraints:      30245
94.94/95.23	c #Conflicts:     131000 | #Constraints:      31245
94.94/95.23	c INPROCESSING
94.94/95.23	c GARBAGE COLLECT
94.94/95.23	c rational objective -117
97.93/98.22	c #Conflicts:     132000 | #Constraints:      25044
97.93/98.22	c #Conflicts:     133000 | #Constraints:      26045
97.93/98.22	c #Conflicts:     134000 | #Constraints:      27046
97.93/98.22	c #Conflicts:     135000 | #Constraints:      28047
97.93/98.22	c #Conflicts:     136000 | #Constraints:      29047
97.93/98.22	c bounds -65 >= -116 @ 96.8448
99.92/100.29	c #Conflicts:     137000 | #Constraints:      30089
99.92/100.29	c #Conflicts:     138000 | #Constraints:      31091
99.92/100.29	c #Conflicts:     139000 | #Constraints:      32095
99.92/100.29	c INPROCESSING
99.92/100.29	c GARBAGE COLLECT
99.92/100.29	c rational objective -116
103.92/104.26	c #Conflicts:     140000 | #Constraints:      25678
103.92/104.26	c #Conflicts:     141000 | #Constraints:      26679
103.92/104.26	c #Conflicts:     142000 | #Constraints:      27679
103.92/104.26	c #Conflicts:     143000 | #Constraints:      28680
103.92/104.26	c #Conflicts:     144000 | #Constraints:      29684
103.92/104.26	c #Conflicts:     145000 | #Constraints:      30685
103.92/104.26	c #Conflicts:     146000 | #Constraints:      31686
103.92/104.26	c #Conflicts:     147000 | #Constraints:      32688
103.92/104.26	c INPROCESSING
103.92/104.26	c GARBAGE COLLECT
103.92/104.26	c rational objective -116
109.61/110.00	c #Conflicts:     148000 | #Constraints:      26080
109.61/110.00	c #Conflicts:     149000 | #Constraints:      27080
109.61/110.00	c #Conflicts:     150000 | #Constraints:      28081
109.61/110.00	c #Conflicts:     151000 | #Constraints:      29081
109.61/110.00	c #Conflicts:     152000 | #Constraints:      30081
109.61/110.00	c #Conflicts:     153000 | #Constraints:      31081
109.61/110.00	c #Conflicts:     154000 | #Constraints:      32081
109.61/110.00	c #Conflicts:     155000 | #Constraints:      33082
109.61/110.00	c INPROCESSING
109.61/110.00	c GARBAGE COLLECT
109.61/110.00	c rational objective -116
114.59/114.95	c #Conflicts:     156000 | #Constraints:      26033
114.59/114.95	c #Conflicts:     157000 | #Constraints:      27033
114.59/114.95	c #Conflicts:     158000 | #Constraints:      28041
114.59/114.95	c #Conflicts:     159000 | #Constraints:      29045
114.59/114.95	c #Conflicts:     160000 | #Constraints:      30048
114.59/114.95	c #Conflicts:     161000 | #Constraints:      31053
114.59/114.95	c #Conflicts:     162000 | #Constraints:      32061
114.59/114.95	c #Conflicts:     163000 | #Constraints:      33066
114.59/114.95	c INPROCESSING
114.59/114.95	c GARBAGE COLLECT
114.59/114.95	c rational objective -116
119.79/120.15	c #Conflicts:     164000 | #Constraints:      26166
119.79/120.15	c #Conflicts:     165000 | #Constraints:      27167
119.79/120.15	c #Conflicts:     166000 | #Constraints:      28169
119.79/120.15	c #Conflicts:     167000 | #Constraints:      29170
119.79/120.15	c #Conflicts:     168000 | #Constraints:      30172
119.79/120.15	c #Conflicts:     169000 | #Constraints:      31173
119.79/120.15	c #Conflicts:     170000 | #Constraints:      32174
119.79/120.15	c #Conflicts:     171000 | #Constraints:      33176
119.79/120.15	c bounds -65 >= -115 @ 118.523
132.85/133.22	c INPROCESSING
132.85/133.22	c GARBAGE COLLECT
132.85/133.22	c #Conflicts:     172000 | #Constraints:      26041
132.85/133.22	c #Conflicts:     173000 | #Constraints:      27042
132.85/133.22	c #Conflicts:     174000 | #Constraints:      28045
132.85/133.22	c #Conflicts:     175000 | #Constraints:      29049
132.85/133.22	c #Conflicts:     176000 | #Constraints:      30050
132.85/133.22	c #Conflicts:     177000 | #Constraints:      31055
132.85/133.22	c #Conflicts:     178000 | #Constraints:      32061
132.85/133.22	c #Conflicts:     179000 | #Constraints:      33064
132.85/133.22	c #Conflicts:     180000 | #Constraints:      34066
132.85/133.22	c INPROCESSING
132.85/133.22	c GARBAGE COLLECT
132.85/133.22	c #Conflicts:     181000 | #Constraints:      26677
132.85/133.22	c #Conflicts:     182000 | #Constraints:      27678
132.85/133.22	c #Conflicts:     183000 | #Constraints:      28679
132.85/133.22	c #Conflicts:     184000 | #Constraints:      29679
132.85/133.22	c #Conflicts:     185000 | #Constraints:      30679
132.85/133.22	c #Conflicts:     186000 | #Constraints:      31680
132.85/133.22	c #Conflicts:     187000 | #Constraints:      32680
132.85/133.22	c #Conflicts:     188000 | #Constraints:      33681
132.85/133.22	c #Conflicts:     189000 | #Constraints:      34682
132.85/133.22	c INPROCESSING
132.85/133.22	c GARBAGE COLLECT
132.85/133.22	c rational objective -115
133.66/134.10	WSVECS04 Frhs2[2]: 6 0 2.74858 shouldn't be
133.66/134.10	WSVECS04 Frhs2[3]: 6 0 5.222 shouldn't be
133.66/134.10	WSVECS04 Frhs2[6]: 6 0 7.48578 shouldn't be
133.66/134.10	WSVECS04 Frhs2[19]: 6 0 3.19035 shouldn't be
133.66/134.10	WSVECS04 Frhs2[23]: 6 0 4.25151 shouldn't be
133.66/134.10	WSVECS04 Frhs2[31]: 6 0 3.20485 shouldn't be
133.66/134.10	WSVECS04 Frhs2[43]: 6 0 1.00003 shouldn't be
133.66/134.10	WSVECS04 Frhs2[48]: 6 0 2.1784 shouldn't be
133.66/134.10	WSVECS04 Frhs2[59]: 6 0 5.21141 shouldn't be
133.66/134.10	WSVECS04 Frhs2[62]: 6 0 6.93096 shouldn't be
133.66/134.10	WSVECS04 Frhs2[64]: 6 0 2.74652 shouldn't be
133.66/134.10	WSVECS04 Frhs2[70]: 6 0 1.00008 shouldn't be
133.66/134.10	WSVECS04 Frhs2[81]: 6 0 8.16313 shouldn't be
133.66/134.10	WSVECS04 Frhs2[95]: 6 0 9.31818 shouldn't be
133.66/134.10	WSVECS04 Frhs2[97]: 6 0 2.00746 shouldn't be
133.66/134.10	WSVECS04 Frhs2[107]: 6 0 1.00006 shouldn't be
133.66/134.10	WSVECS04 Frhs2[120]: 6 0 7.95081 shouldn't be
133.66/134.10	WSVECS04 Frhs2[127]: 6 0 1.00001 shouldn't be
133.66/134.10	WSVECS04 Frhs2[129]: 6 0 3.91539 shouldn't be
133.66/134.10	WSVECS04 Frhs2[134]: 6 0 6.84041 shouldn't be
133.66/134.10	WSVECS04 Frhs2[140]: 6 0 1.86703 shouldn't be
133.66/134.10	WSVECS04 Frhs2[151]: 6 0 10.9916 shouldn't be
133.66/134.10	WSVECS04 Frhs2[166]: 6 0 12.6399 shouldn't be
133.66/134.10	WSVECS04 Frhs2[169]: 6 0 13.4021 shouldn't be
133.66/134.10	WSVECS04 Frhs2[170]: 6 0 3.00002 shouldn't be
133.66/134.10	WSVECS04 Frhs2[172]: 6 0 4.12122 shouldn't be
133.66/134.10	WSVECS04 Frhs2[184]: 6 0 1.55519 shouldn't be
133.66/134.10	WSVECS04 Frhs2[185]: 6 0 4.96824 shouldn't be
133.66/134.10	WSVECS04 Frhs2[189]: 6 0 3.62357 shouldn't be
133.66/134.10	WSVECS04 Frhs2[199]: 6 0 1.00002 shouldn't be
134.05/134.40	WSVECS04 Frhs2[87]: 6 0 5.09682 shouldn't be
134.45/134.87	WSVECS04 Frhs2[90]: 6 0 7.43844 shouldn't be
137.94/138.30	c #Conflicts:     190000 | #Constraints:      27071
137.94/138.30	c #Conflicts:     191000 | #Constraints:      28071
137.94/138.30	c #Conflicts:     192000 | #Constraints:      29071
137.94/138.30	c #Conflicts:     193000 | #Constraints:      30071
137.94/138.30	c #Conflicts:     194000 | #Constraints:      31071
137.94/138.30	c #Conflicts:     195000 | #Constraints:      32073
137.94/138.30	c #Conflicts:     196000 | #Constraints:      33074
137.94/138.30	c #Conflicts:     197000 | #Constraints:      34074
137.94/138.30	c #Conflicts:     198000 | #Constraints:      35076
137.94/138.30	c INPROCESSING
137.94/138.30	c GARBAGE COLLECT
137.94/138.30	c rational objective -115
138.65/139.08	WSVECS04 Frhs2[16]: 6 -1.28573 0 shouldn't be
138.65/139.08	WSVECS04 Frhs2[23]: 6 0 2.85721 shouldn't be
138.65/139.08	WSVECS04 Frhs2[36]: 6 -3.28581 0 shouldn't be
138.65/139.08	WSVECS04 Frhs2[45]: 6 -0.571473 0 shouldn't be
138.65/139.08	WSVECS04 Frhs2[64]: 6 0 4.00005 shouldn't be
138.65/139.08	WSVECS04 Frhs2[73]: 6 0 1.57145 shouldn't be
138.65/139.08	WSVECS04 Frhs2[77]: 6 0 4.50008 shouldn't be
138.65/139.08	WSVECS04 Frhs2[85]: 6 0 2.00009 shouldn't be
138.65/139.08	WSVECS04 Frhs2[87]: 6 0 3.42858 shouldn't be
138.65/139.08	WSVECS04 Frhs2[92]: 6 -2.00008 0 shouldn't be
138.65/139.08	WSVECS04 Frhs2[122]: 6 0 3.14294 shouldn't be
138.65/139.08	WSVECS04 Frhs2[125]: 6 -0.285803 0 shouldn't be
138.65/139.08	WSVECS04 Frhs2[128]: 6 0 2.00006 shouldn't be
138.65/139.08	WSVECS04 Frhs2[135]: 6 0 1.00003 shouldn't be
138.65/139.08	WSVECS04 Frhs2[143]: 6 0 1.00005 shouldn't be
138.65/139.08	WSVECS04 Frhs2[144]: 6 0 3.14295 shouldn't be
138.65/139.08	WSVECS04 Frhs2[149]: 6 0 3.57152 shouldn't be
138.65/139.08	WSVECS04 Frhs2[150]: 6 0 2.00009 shouldn't be
138.65/139.08	WSVECS04 Frhs2[156]: 6 0 2.71437 shouldn't be
138.65/139.08	WSVECS04 Frhs2[177]: 6 0 1.28581 shouldn't be
138.65/139.08	WSVECS04 Frhs2[198]: 6 0 2.00005 shouldn't be
139.84/140.24	c #Conflicts:     199000 | #Constraints:      27277
139.84/140.24	c #Conflicts:     200000 | #Constraints:      28277
139.84/140.24	c #Conflicts:     201000 | #Constraints:      29277
139.84/140.24	WSVECS04 Frhs2[26]: 6 0 1.00008 shouldn't be
139.84/140.24	WSVECS04 Frhs2[51]: 6 -0.90913 0 shouldn't be
139.84/140.24	WSVECS04 Frhs2[72]: 6 -0.666699 0 shouldn't be
139.84/140.24	WSVECS04 Frhs2[86]: 6 -3.96972 0 shouldn't be
139.84/140.24	WSVECS04 Frhs2[92]: 6 0 1.00005 shouldn't be
139.84/140.24	WSVECS04 Frhs2[102]: 6 0 2.18186 shouldn't be
139.84/140.24	WSVECS04 Frhs2[128]: 6 0 2.18184 shouldn't be
139.84/140.24	WSVECS04 Frhs2[175]: 6 0 2.00006 shouldn't be
139.84/140.24	WSVECS04 Frhs2[184]: 6 0 2.00002 shouldn't be
139.84/140.24	WSVECS04 Frhs2[192]: 6 0 1.36366 shouldn't be
139.84/140.24	WSVECS04 Frhs2[194]: 6 0 2.00005 shouldn't be
140.44/140.87	c #Conflicts:     202000 | #Constraints:      30277
140.44/140.87	WSVECS04 Frhs2[50]: 6 0 2.40485 shouldn't be
140.44/140.87	WSVECS04 Frhs2[60]: 6 0 1.47624 shouldn't be
140.44/140.87	WSVECS04 Frhs2[66]: 6 0 1.94056 shouldn't be
140.44/140.87	WSVECS04 Frhs2[83]: 6 -1.40478 0 shouldn't be
140.44/140.87	WSVECS04 Frhs2[141]: 6 -4.58342 0 shouldn't be
140.44/140.87	WSVECS04 Frhs2[165]: 6 0 1.00007 shouldn't be
140.44/140.87	WSVECS04 Frhs2[198]: 6 0 2.09531 shouldn't be
141.13/141.57	c #Conflicts:     203000 | #Constraints:      31277
141.13/141.57	c #Conflicts:     204000 | #Constraints:      32277
141.13/141.57	WSVECS04 Frhs2[31]: 6 -1.00005 0 shouldn't be
141.13/141.57	WSVECS04 Frhs2[41]: 6 0 1.8948 shouldn't be
141.13/141.57	WSVECS04 Frhs2[78]: 6 0 3.00005 shouldn't be
141.13/141.57	WSVECS04 Frhs2[102]: 6 0 2.63167 shouldn't be
141.13/141.57	WSVECS04 Frhs2[121]: 6 0 1.78954 shouldn't be
141.13/141.57	WSVECS04 Frhs2[127]: 6 0 1.00005 shouldn't be
141.13/141.57	WSVECS04 Frhs2[128]: 6 0 3.00008 shouldn't be
141.13/141.57	WSVECS04 Frhs2[135]: 6 0 1.00007 shouldn't be
141.13/141.57	WSVECS04 Frhs2[136]: 6 -1.10529 0 shouldn't be
141.13/141.57	WSVECS04 Frhs2[184]: 6 0 1.52636 shouldn't be
142.83/143.22	c #Conflicts:     205000 | #Constraints:      33277
142.83/143.22	c #Conflicts:     206000 | #Constraints:      34277
142.83/143.22	c #Conflicts:     207000 | #Constraints:      35277
142.83/143.22	c INPROCESSING
142.83/143.22	c GARBAGE COLLECT
142.83/143.22	c rational objective -115
148.91/149.39	c #Conflicts:     208000 | #Constraints:      27266
148.91/149.39	c #Conflicts:     209000 | #Constraints:      28267
148.91/149.39	c #Conflicts:     210000 | #Constraints:      29268
148.91/149.39	c #Conflicts:     211000 | #Constraints:      30272
148.91/149.39	c #Conflicts:     212000 | #Constraints:      31277
148.91/149.39	c #Conflicts:     213000 | #Constraints:      32277
148.91/149.39	c #Conflicts:     214000 | #Constraints:      33277
148.91/149.39	c #Conflicts:     215000 | #Constraints:      34280
148.91/149.39	c #Conflicts:     216000 | #Constraints:      35282
148.91/149.39	c INPROCESSING
148.91/149.39	c GARBAGE COLLECT
148.91/149.39	c rational objective -115
150.41/150.86	c #Conflicts:     217000 | #Constraints:      27077
150.41/150.86	c #Conflicts:     218000 | #Constraints:      28077
150.41/150.86	c #Conflicts:     219000 | #Constraints:      29077
150.41/150.86	WSVECS04 Frhs2[7]: 6 0 1.05413 shouldn't be
150.41/150.86	WSVECS04 Frhs2[20]: 6 -1.14871 0 shouldn't be
150.41/150.86	WSVECS04 Frhs2[36]: 6 0 1.00006 shouldn't be
150.41/150.86	WSVECS04 Frhs2[54]: 6 0 3.26128 shouldn't be
150.41/150.86	WSVECS04 Frhs2[58]: 6 0 2.97301 shouldn't be
150.41/150.86	WSVECS04 Frhs2[61]: 6 0 3.02709 shouldn't be
150.41/150.86	WSVECS04 Frhs2[65]: 6 0 1.94597 shouldn't be
150.41/150.86	WSVECS04 Frhs2[82]: 6 0 1.05415 shouldn't be
150.41/150.86	WSVECS04 Frhs2[85]: 6 0 2.00006 shouldn't be
150.41/150.86	WSVECS04 Frhs2[102]: 6 0 2.92797 shouldn't be
150.41/150.86	WSVECS04 Frhs2[138]: 6 0 2.69821 shouldn't be
150.41/150.86	WSVECS04 Frhs2[153]: 6 0 1.00007 shouldn't be
150.41/150.86	WSVECS04 Frhs2[176]: 6 0 1.02712 shouldn't be
150.41/150.86	WSVECS04 Frhs2[177]: 6 0 1.00006 shouldn't be
151.21/151.68	c #Conflicts:     220000 | #Constraints:      30077
151.21/151.68	WSVECS04 Frhs2[6]: 6 0 1.00009 shouldn't be
151.21/151.68	WSVECS04 Frhs2[18]: 6 0 1.00009 shouldn't be
151.21/151.68	WSVECS04 Frhs2[50]: 6 0 2.40005 shouldn't be
151.21/151.68	WSVECS04 Frhs2[139]: 6 0 4.0001 shouldn't be
151.21/151.68	WSVECS04 Frhs2[142]: 6 0 1.00007 shouldn't be
151.21/151.68	WSVECS04 Frhs2[150]: 6 0 4.00002 shouldn't be
151.21/151.68	WSVECS04 Frhs2[155]: 6 0 2.00003 shouldn't be
151.21/151.68	WSVECS04 Frhs2[161]: 6 0 4.93342 shouldn't be
151.21/151.68	WSVECS04 Frhs2[191]: 6 0 3.00003 shouldn't be
152.90/153.35	c #Conflicts:     221000 | #Constraints:      31077
152.90/153.35	c #Conflicts:     222000 | #Constraints:      32077
152.90/153.35	c #Conflicts:     223000 | #Constraints:      33077
152.90/153.35	c #Conflicts:     224000 | #Constraints:      34077
152.90/153.35	WSVECS04 Frhs2[4]: 6 0 5.00002 shouldn't be
152.90/153.35	WSVECS04 Frhs2[18]: 6 0 5.06252 shouldn't be
152.90/153.35	WSVECS04 Frhs2[20]: 6 0 2.00006 shouldn't be
152.90/153.35	WSVECS04 Frhs2[41]: 6 0 2.00006 shouldn't be
152.90/153.35	WSVECS04 Frhs2[105]: 6 0 2.18755 shouldn't be
152.90/153.35	WSVECS04 Frhs2[110]: 6 -1.00001 0 shouldn't be
152.90/153.35	WSVECS04 Frhs2[121]: 6 0 2.00002 shouldn't be
152.90/153.35	WSVECS04 Frhs2[154]: 6 0 5.18753 shouldn't be
153.20/153.69	WSVECS04 Frhs2[83]: 6 0 1.00009 shouldn't be
153.20/153.69	WSVECS04 Frhs2[104]: 6 -2.62507 0 shouldn't be
153.20/153.69	WSVECS04 Frhs2[113]: 6 0 1.93751 shouldn't be
154.00/154.49	c #Conflicts:     225000 | #Constraints:      35077
154.00/154.49	c #Conflicts:     226000 | #Constraints:      36077
154.00/154.49	c INPROCESSING
154.00/154.49	c GARBAGE COLLECT
154.00/154.49	c rational objective -115
159.38/159.84	c #Conflicts:     227000 | #Constraints:      27672
159.38/159.84	c #Conflicts:     228000 | #Constraints:      28674
159.38/159.84	c #Conflicts:     229000 | #Constraints:      29677
159.38/159.84	c #Conflicts:     230000 | #Constraints:      30679
159.38/159.84	c #Conflicts:     231000 | #Constraints:      31681
159.38/159.84	c #Conflicts:     232000 | #Constraints:      32682
159.38/159.84	c #Conflicts:     233000 | #Constraints:      33682
159.38/159.84	c #Conflicts:     234000 | #Constraints:      34683
159.38/159.84	c #Conflicts:     235000 | #Constraints:      35685
159.38/159.84	c #Conflicts:     236000 | #Constraints:      36687
159.38/159.84	c INPROCESSING
159.38/159.84	c GARBAGE COLLECT
159.38/159.84	c rational objective -115
163.98/164.45	c #Conflicts:     237000 | #Constraints:      28084
163.98/164.45	c #Conflicts:     238000 | #Constraints:      29084
163.98/164.45	c #Conflicts:     239000 | #Constraints:      30084
163.98/164.45	c #Conflicts:     240000 | #Constraints:      31084
163.98/164.45	c #Conflicts:     241000 | #Constraints:      32085
163.98/164.45	c #Conflicts:     242000 | #Constraints:      33085
163.98/164.45	c #Conflicts:     243000 | #Constraints:      34085
163.98/164.45	c #Conflicts:     244000 | #Constraints:      35086
163.98/164.45	c #Conflicts:     245000 | #Constraints:      36086
163.98/164.45	c #Conflicts:     246000 | #Constraints:      37086
163.98/164.45	c INPROCESSING
163.98/164.45	c GARBAGE COLLECT
163.98/164.45	c rational objective -115
164.98/165.42	c #Conflicts:     247000 | #Constraints:      28285
164.98/165.42	WSVECS04 Frhs2[6]: 6 0 1.00006 shouldn't be
164.98/165.42	WSVECS04 Frhs2[8]: 6 -0.800063 0 shouldn't be
164.98/165.42	WSVECS04 Frhs2[59]: 6 0 1.20004 shouldn't be
164.98/165.42	WSVECS04 Frhs2[79]: 6 -1.20007 0 shouldn't be
164.98/165.42	WSVECS04 Frhs2[80]: 6 0 5.40009 shouldn't be
164.98/165.42	WSVECS04 Frhs2[85]: 6 0 4.00007 shouldn't be
164.98/165.42	WSVECS04 Frhs2[102]: 6 0 1.20009 shouldn't be
164.98/165.42	WSVECS04 Frhs2[105]: 6 0 1.0001 shouldn't be
164.98/165.42	WSVECS04 Frhs2[128]: 6 0 2.00006 shouldn't be
164.98/165.42	WSVECS04 Frhs2[132]: 6 0 5.00001 shouldn't be
164.98/165.42	WSVECS04 Frhs2[142]: 6 0 1.00009 shouldn't be
164.98/165.42	WSVECS04 Frhs2[149]: 6 -1.00009 0 shouldn't be
164.98/165.42	WSVECS04 Frhs2[170]: 6 -2.00009 0 shouldn't be
164.98/165.42	WSVECS04 Frhs2[176]: 6 0 2.20005 shouldn't be
164.98/165.42	WSVECS04 Frhs2[180]: 6 0 4.00003 shouldn't be
164.98/165.42	WSVECS04 Frhs2[184]: 6 0 1.00009 shouldn't be
164.98/165.42	WSVECS04 Frhs2[188]: 6 0 3.80002 shouldn't be
164.98/165.42	WSVECS04 Frhs2[190]: 6 0 2.00001 shouldn't be
164.98/165.42	WSVECS04 Frhs2[192]: 6 0 2.20005 shouldn't be
166.68/167.15	c #Conflicts:     248000 | #Constraints:      29285
166.68/167.15	c #Conflicts:     249000 | #Constraints:      30285
166.68/167.15	c #Conflicts:     250000 | #Constraints:      31285
166.68/167.15	c #Conflicts:     251000 | #Constraints:      32285
166.68/167.15	WSVECS04 Frhs2[8]: 6 0 1.00003 shouldn't be
166.68/167.15	WSVECS04 Frhs2[29]: 6 0 2.70593 shouldn't be
166.68/167.15	WSVECS04 Frhs2[38]: 6 -0.382394 0 shouldn't be
166.68/167.15	WSVECS04 Frhs2[48]: 6 0 1.00008 shouldn't be
166.68/167.15	WSVECS04 Frhs2[73]: 6 0 1.00009 shouldn't be
166.68/167.15	WSVECS04 Frhs2[85]: 6 0 7.31378 shouldn't be
166.68/167.15	WSVECS04 Frhs2[91]: 6 0 2.53439 shouldn't be
166.68/167.15	WSVECS04 Frhs2[102]: 6 0 5.16178 shouldn't be
166.68/167.15	WSVECS04 Frhs2[117]: 6 0 1.00009 shouldn't be
166.68/167.15	WSVECS04 Frhs2[128]: 6 0 2.54417 shouldn't be
166.68/167.15	WSVECS04 Frhs2[155]: 6 -1.35544 0 shouldn't be
166.68/167.15	WSVECS04 Frhs2[156]: 6 0 3.12015 shouldn't be
166.68/167.15	WSVECS04 Frhs2[164]: 6 0 3.30402 shouldn't be
166.68/167.15	WSVECS04 Frhs2[189]: 6 -5.41921 0 shouldn't be
168.87/169.37	c #Conflicts:     252000 | #Constraints:      33285
168.87/169.37	c #Conflicts:     253000 | #Constraints:      34285
168.87/169.37	c #Conflicts:     254000 | #Constraints:      35285
168.87/169.37	c #Conflicts:     255000 | #Constraints:      36285
168.87/169.37	c #Conflicts:     256000 | #Constraints:      37285
168.87/169.37	c INPROCESSING
168.87/169.37	c GARBAGE COLLECT
168.87/169.37	c rational objective -115
174.95/175.42	c #Conflicts:     257000 | #Constraints:      28268
174.95/175.42	c #Conflicts:     258000 | #Constraints:      29275
174.95/175.42	c #Conflicts:     259000 | #Constraints:      30276
174.95/175.42	c #Conflicts:     260000 | #Constraints:      31276
174.95/175.42	c #Conflicts:     261000 | #Constraints:      32276
174.95/175.42	c #Conflicts:     262000 | #Constraints:      33278
174.95/175.42	c #Conflicts:     263000 | #Constraints:      34282
174.95/175.42	c #Conflicts:     264000 | #Constraints:      35283
174.95/175.42	c #Conflicts:     265000 | #Constraints:      36284
174.95/175.42	c #Conflicts:     266000 | #Constraints:      37284
174.95/175.42	c INPROCESSING
174.95/175.42	c GARBAGE COLLECT
174.95/175.42	c rational objective -115
178.55/179.02	c #Conflicts:     267000 | #Constraints:      28083
178.55/179.02	c #Conflicts:     268000 | #Constraints:      29083
178.55/179.02	c #Conflicts:     269000 | #Constraints:      30083
178.55/179.02	c #Conflicts:     270000 | #Constraints:      31083
178.55/179.02	c #Conflicts:     271000 | #Constraints:      32083
178.55/179.02	c #Conflicts:     272000 | #Constraints:      33083
178.55/179.02	c #Conflicts:     273000 | #Constraints:      34083
178.55/179.02	WSVECS04 Frhs2[2]: 6 0 4.27787 shouldn't be
178.55/179.02	WSVECS04 Frhs2[31]: 6 0 6.50004 shouldn't be
178.55/179.02	WSVECS04 Frhs2[34]: 6 -5.50004 0 shouldn't be
178.55/179.02	WSVECS04 Frhs2[104]: 6 -2.77786 0 shouldn't be
178.55/179.02	WSVECS04 Frhs2[106]: 6 0 3.00006 shouldn't be
178.55/179.02	WSVECS04 Frhs2[107]: 6 0 3.11114 shouldn't be
178.55/179.02	WSVECS04 Frhs2[113]: 6 0 4.38896 shouldn't be
178.55/179.02	WSVECS04 Frhs2[115]: 6 -10.4445 0 shouldn't be
178.55/179.02	WSVECS04 Frhs2[160]: 6 0 3.00001 shouldn't be
178.55/179.02	WSVECS04 Frhs2[162]: 6 -4.38892 0 shouldn't be
178.55/179.02	WSVECS04 Frhs2[192]: 6 0 2.00005 shouldn't be
178.84/179.37	WSVECS04 Frhs2[175]: 6 -6.22224 0 shouldn't be
180.34/180.81	c #Conflicts:     274000 | #Constraints:      35083
180.34/180.81	c #Conflicts:     275000 | #Constraints:      36083
180.34/180.81	c #Conflicts:     276000 | #Constraints:      37083
180.34/180.81	c #Conflicts:     277000 | #Constraints:      38083
180.34/180.81	c INPROCESSING
180.34/180.81	c GARBAGE COLLECT
180.34/180.81	c rational objective -115
185.73/186.27	c #Conflicts:     278000 | #Constraints:      28664
185.73/186.27	c #Conflicts:     279000 | #Constraints:      29665
185.73/186.27	c #Conflicts:     280000 | #Constraints:      30665
185.73/186.27	c #Conflicts:     281000 | #Constraints:      31665
185.73/186.27	c #Conflicts:     282000 | #Constraints:      32666
185.73/186.27	c #Conflicts:     283000 | #Constraints:      33666
185.73/186.27	c #Conflicts:     284000 | #Constraints:      34668
185.73/186.27	c #Conflicts:     285000 | #Constraints:      35668
185.73/186.27	c #Conflicts:     286000 | #Constraints:      36669
185.73/186.27	c #Conflicts:     287000 | #Constraints:      37670
185.73/186.27	c #Conflicts:     288000 | #Constraints:      38670
185.73/186.27	c INPROCESSING
185.73/186.27	c GARBAGE COLLECT
185.73/186.27	c rational objective -115
188.32/188.86	c #Conflicts:     289000 | #Constraints:      29075
188.32/188.86	c #Conflicts:     290000 | #Constraints:      30075
188.32/188.86	c #Conflicts:     291000 | #Constraints:      31075
188.32/188.86	c #Conflicts:     292000 | #Constraints:      32075
188.32/188.86	WSVECS04 Frhs2[10]: 6 0 2.18815 shouldn't be
188.32/188.86	WSVECS04 Frhs2[23]: 6 0 2.59413 shouldn't be
188.32/188.86	WSVECS04 Frhs2[25]: 6 0 3.24011 shouldn't be
188.32/188.86	WSVECS04 Frhs2[49]: 6 0 5.38624 shouldn't be
188.32/188.86	WSVECS04 Frhs2[57]: 6 0 2.0001 shouldn't be
188.32/188.86	WSVECS04 Frhs2[85]: 6 0 2.00002 shouldn't be
188.32/188.86	WSVECS04 Frhs2[117]: 6 0 2.00003 shouldn't be
188.32/188.86	WSVECS04 Frhs2[169]: 6 0 3.30452 shouldn't be
189.71/190.24	c #Conflicts:     293000 | #Constraints:      33075
189.71/190.24	c #Conflicts:     294000 | #Constraints:      34075
189.71/190.24	c #Conflicts:     295000 | #Constraints:      35075
189.71/190.24	WSVECS04 Frhs2[20]: 6 0 2.00002 shouldn't be
189.71/190.24	WSVECS04 Frhs2[50]: 6 0 1.00004 shouldn't be
189.71/190.24	WSVECS04 Frhs2[77]: 6 0 3.00009 shouldn't be
189.71/190.24	WSVECS04 Frhs2[98]: 6 0 2.00008 shouldn't be
189.71/190.24	WSVECS04 Frhs2[107]: 6 0 3.25002 shouldn't be
189.71/190.24	WSVECS04 Frhs2[163]: 6 0 4.00003 shouldn't be
191.11/191.65	c #Conflicts:     296000 | #Constraints:      36075
191.11/191.65	c #Conflicts:     297000 | #Constraints:      37075
191.11/191.65	WSVECS04 Frhs2[1]: 6 0 2.50005 shouldn't be
191.11/191.65	WSVECS04 Frhs2[6]: 6 -4.00009 0 shouldn't be
191.11/191.65	WSVECS04 Frhs2[10]: 6 0 2.50005 shouldn't be
191.11/191.65	WSVECS04 Frhs2[23]: 6 0 3.50003 shouldn't be
191.11/191.65	WSVECS04 Frhs2[54]: 6 0 5.50003 shouldn't be
191.11/191.65	WSVECS04 Frhs2[79]: 6 0 3.00008 shouldn't be
191.11/191.65	WSVECS04 Frhs2[106]: 6 0 2.50003 shouldn't be
191.11/191.65	WSVECS04 Frhs2[109]: 6 0 2.50001 shouldn't be
191.11/191.65	WSVECS04 Frhs2[117]: 6 0 1.00007 shouldn't be
191.11/191.65	WSVECS04 Frhs2[121]: 6 -3.00004 0 shouldn't be
191.11/191.65	WSVECS04 Frhs2[138]: 6 0 3.50006 shouldn't be
191.11/191.65	WSVECS04 Frhs2[169]: 6 0 4.00006 shouldn't be
191.11/191.65	WSVECS04 Frhs2[177]: 6 0 3.00002 shouldn't be
191.11/191.65	WSVECS04 Frhs2[179]: 6 0 2.50002 shouldn't be
191.11/191.65	WSVECS04 Frhs2[190]: 6 0 1.50005 shouldn't be
191.11/191.65	WSVECS04 Frhs2[200]: 6 0 1.00002 shouldn't be
191.81/192.33	c #Conflicts:     298000 | #Constraints:      38075
191.81/192.33	c #Conflicts:     299000 | #Constraints:      39075
191.81/192.33	c INPROCESSING
191.81/192.33	c GARBAGE COLLECT
191.81/192.33	c rational objective -115
197.69/198.24	c #Conflicts:     300000 | #Constraints:      29269
197.69/198.24	c #Conflicts:     301000 | #Constraints:      30269
197.69/198.24	c #Conflicts:     302000 | #Constraints:      31269
197.69/198.24	c #Conflicts:     303000 | #Constraints:      32270
197.69/198.24	c #Conflicts:     304000 | #Constraints:      33271
197.69/198.24	c #Conflicts:     305000 | #Constraints:      34271
197.69/198.24	c #Conflicts:     306000 | #Constraints:      35271
197.69/198.24	c #Conflicts:     307000 | #Constraints:      36271
197.69/198.24	c #Conflicts:     308000 | #Constraints:      37271
197.69/198.24	c #Conflicts:     309000 | #Constraints:      38271
197.69/198.24	c #Conflicts:     310000 | #Constraints:      39271
197.69/198.24	c INPROCESSING
197.69/198.24	c GARBAGE COLLECT
197.69/198.24	c rational objective -115
198.50/199.03	c #Conflicts:     311000 | #Constraints:      29274
198.50/199.03	WSVECS04 Frhs2[35]: 6 0 4.00006 shouldn't be
198.50/199.03	WSVECS04 Frhs2[64]: 6 -3.00006 0 shouldn't be
198.50/199.03	WSVECS04 Frhs2[78]: 6 0 3.00001 shouldn't be
198.50/199.03	WSVECS04 Frhs2[100]: 6 -0.500096 0 shouldn't be
198.50/199.03	WSVECS04 Frhs2[106]: 6 0 1.00004 shouldn't be
198.50/199.03	WSVECS04 Frhs2[110]: 6 0 1.00009 shouldn't be
198.50/199.03	WSVECS04 Frhs2[115]: 6 0 1.00008 shouldn't be
198.50/199.03	WSVECS04 Frhs2[138]: 6 -2.00002 0 shouldn't be
198.50/199.03	WSVECS04 Frhs2[150]: 6 0 2.00004 shouldn't be
198.50/199.03	WSVECS04 Frhs2[155]: 6 0 1.00003 shouldn't be
198.50/199.03	WSVECS04 Frhs2[165]: 6 0 1.00007 shouldn't be
198.50/199.03	WSVECS04 Frhs2[177]: 6 0 1.00002 shouldn't be
198.50/199.03	WSVECS04 Frhs2[190]: 6 0 4.00007 shouldn't be
198.50/199.03	WSVECS04 Frhs2[199]: 6 0 2.00002 shouldn't be
199.60/200.12	c #Conflicts:     312000 | #Constraints:      30274
199.60/200.12	c #Conflicts:     313000 | #Constraints:      31274
199.60/200.12	WSVECS04 Frhs2[25]: 6 -1.88866 0 shouldn't be
199.60/200.12	WSVECS04 Frhs2[38]: 6 0 4.00003 shouldn't be
199.60/200.12	WSVECS04 Frhs2[41]: 6 0 2.02964 shouldn't be
199.60/200.12	WSVECS04 Frhs2[50]: 6 0 3.1046 shouldn't be
199.60/200.12	WSVECS04 Frhs2[67]: 6 0 3.27054 shouldn't be
199.60/200.12	WSVECS04 Frhs2[73]: 6 0 2.62275 shouldn't be
199.60/200.12	WSVECS04 Frhs2[93]: 6 0 1.00007 shouldn't be
199.60/200.12	WSVECS04 Frhs2[107]: 6 0 2.62279 shouldn't be
199.60/200.12	WSVECS04 Frhs2[124]: 6 0 2.00004 shouldn't be
199.60/200.12	WSVECS04 Frhs2[135]: 6 0 2.00005 shouldn't be
199.60/200.12	WSVECS04 Frhs2[170]: 6 0 3.72964 shouldn't be
199.60/200.12	WSVECS04 Frhs2[180]: 6 0 1.72957 shouldn't be
199.60/200.12	WSVECS04 Frhs2[182]: 6 -0.904568 0 shouldn't be
199.60/200.12	WSVECS04 Frhs2[183]: 6 0 1.0001 shouldn't be
200.68/201.26	c #Conflicts:     314000 | #Constraints:      32274
200.68/201.26	c #Conflicts:     315000 | #Constraints:      33274
200.68/201.26	WSVECS04 Frhs2[5]: 6 0 2.00008 shouldn't be
200.68/201.26	WSVECS04 Frhs2[10]: 6 0 2.84093 shouldn't be
200.68/201.26	WSVECS04 Frhs2[27]: 6 0 2.00007 shouldn't be
200.68/201.26	WSVECS04 Frhs2[49]: 6 0 4.15916 shouldn't be
200.68/201.26	WSVECS04 Frhs2[98]: 6 0 1.00006 shouldn't be
200.68/201.26	WSVECS04 Frhs2[111]: 6 0 1.88645 shouldn't be
200.68/201.26	WSVECS04 Frhs2[113]: 6 0 1.93185 shouldn't be
200.68/201.26	WSVECS04 Frhs2[132]: 6 -2.11372 0 shouldn't be
200.68/201.26	WSVECS04 Frhs2[149]: 6 0 4.22736 shouldn't be
200.68/201.26	WSVECS04 Frhs2[150]: 6 0 1.00004 shouldn't be
200.68/201.26	WSVECS04 Frhs2[156]: 6 0 2.93187 shouldn't be
200.68/201.26	WSVECS04 Frhs2[179]: 6 0 3.0455 shouldn't be
202.68/203.23	c #Conflicts:     316000 | #Constraints:      34274
202.68/203.23	c #Conflicts:     317000 | #Constraints:      35274
202.68/203.23	c #Conflicts:     318000 | #Constraints:      36274
202.68/203.23	c #Conflicts:     319000 | #Constraints:      37274
202.68/203.23	c bounds -65 >= -114 @ 200.436
203.88/204.48	c #Conflicts:     320000 | #Constraints:      38307
203.88/204.48	c #Conflicts:     321000 | #Constraints:      39308
203.88/204.48	c INPROCESSING
203.88/204.48	c GARBAGE COLLECT
203.88/204.48	c rational objective -114
210.07/210.63	c #Conflicts:     322000 | #Constraints:      29105
210.07/210.63	c #Conflicts:     323000 | #Constraints:      30111
210.07/210.63	c #Conflicts:     324000 | #Constraints:      31120
210.07/210.63	c #Conflicts:     325000 | #Constraints:      32126
210.07/210.63	c #Conflicts:     326000 | #Constraints:      33131
210.07/210.63	c #Conflicts:     327000 | #Constraints:      34134
210.07/210.63	c #Conflicts:     328000 | #Constraints:      35134
210.07/210.63	c #Conflicts:     329000 | #Constraints:      36141
210.07/210.63	c #Conflicts:     330000 | #Constraints:      37143
210.07/210.63	c #Conflicts:     331000 | #Constraints:      38145
210.07/210.63	c #Conflicts:     332000 | #Constraints:      39148
210.07/210.63	c #Conflicts:     333000 | #Constraints:      40150
210.07/210.63	c INPROCESSING
210.07/210.63	c GARBAGE COLLECT
210.07/210.63	c rational objective -114
211.66/212.25	c #Conflicts:     334000 | #Constraints:      29729
211.66/212.25	c #Conflicts:     335000 | #Constraints:      30729
211.66/212.25	WSVECS04 Frhs2[33]: 6 0 3.40053 shouldn't be
211.66/212.25	WSVECS04 Frhs2[45]: 6 0 2.00006 shouldn't be
211.66/212.25	WSVECS04 Frhs2[48]: 6 0 3.59959 shouldn't be
211.66/212.25	WSVECS04 Frhs2[57]: 6 0 1.22925 shouldn't be
211.66/212.25	WSVECS04 Frhs2[64]: 6 -5.66904 0 shouldn't be
211.66/212.25	WSVECS04 Frhs2[99]: 6 -1.99541 0 shouldn't be
211.66/212.25	WSVECS04 Frhs2[101]: 6 -3.36347 0 shouldn't be
211.66/212.25	WSVECS04 Frhs2[104]: 6 0 1.00009 shouldn't be
211.66/212.25	WSVECS04 Frhs2[105]: 6 0 2.0001 shouldn't be
211.66/212.25	WSVECS04 Frhs2[107]: 6 -1.59261 0 shouldn't be
211.66/212.25	WSVECS04 Frhs2[119]: 6 -1.96764 0 shouldn't be
211.66/212.25	WSVECS04 Frhs2[125]: 6 -9.7408 0 shouldn't be
211.66/212.25	WSVECS04 Frhs2[160]: 6 0 3.72925 shouldn't be
211.66/212.25	WSVECS04 Frhs2[169]: 6 0 2.60653 shouldn't be
211.66/212.25	WSVECS04 Frhs2[170]: 6 0 1.13659 shouldn't be
211.66/212.25	WSVECS04 Frhs2[173]: 6 0 1.00004 shouldn't be
211.66/212.25	WSVECS04 Frhs2[182]: 6 -1.00003 0 shouldn't be
212.47/213.03	c #Conflicts:     336000 | #Constraints:      31729
212.47/213.03	c #Conflicts:     337000 | #Constraints:      32729
212.47/213.03	WSVECS04 Frhs2[6]: 6 0 1.00008 shouldn't be
212.47/213.03	WSVECS04 Frhs2[10]: 6 -6.56343 0 shouldn't be
212.47/213.03	WSVECS04 Frhs2[20]: 6 0 2.00006 shouldn't be
212.47/213.03	WSVECS04 Frhs2[51]: 6 -0.0845602 0 shouldn't be
212.47/213.03	WSVECS04 Frhs2[55]: 6 -1.00008 0 shouldn't be
212.47/213.03	WSVECS04 Frhs2[60]: 6 0 1.00006 shouldn't be
212.47/213.03	WSVECS04 Frhs2[63]: 6 -1.00008 0 shouldn't be
212.47/213.03	WSVECS04 Frhs2[68]: 6 0 4.94368 shouldn't be
212.47/213.03	WSVECS04 Frhs2[77]: 6 0 1.00001 shouldn't be
212.47/213.03	WSVECS04 Frhs2[81]: 6 -2.30995 0 shouldn't be
212.47/213.03	WSVECS04 Frhs2[83]: 6 0 2.0001 shouldn't be
212.47/213.03	WSVECS04 Frhs2[85]: 6 0 2.02818 shouldn't be
212.47/213.03	WSVECS04 Frhs2[86]: 6 -3.324 0 shouldn't be
212.47/213.03	WSVECS04 Frhs2[89]: 6 0 3.09863 shouldn't be
212.47/213.03	WSVECS04 Frhs2[92]: 6 -0.676075 0 shouldn't be
212.47/213.03	WSVECS04 Frhs2[98]: 6 0 2.00009 shouldn't be
212.47/213.03	WSVECS04 Frhs2[103]: 6 0 2.85925 shouldn't be
212.47/213.03	WSVECS04 Frhs2[123]: 6 0 1.00008 shouldn't be
212.47/213.03	WSVECS04 Frhs2[189]: 6 0 3.00009 shouldn't be
212.47/213.03	WSVECS04 Frhs2[190]: 6 0 2.90142 shouldn't be
212.47/213.03	WSVECS04 Frhs2[194]: 6 0 3.00009 shouldn't be
212.47/213.03	WSVECS04 Frhs2[198]: 6 0 2.00008 shouldn't be
212.76/213.34	WSVECS04 Frhs2[18]: 6 0 2.00007 shouldn't be
212.76/213.34	WSVECS04 Frhs2[26]: 6 0 1.00007 shouldn't be
212.76/213.34	WSVECS04 Frhs2[32]: 6 0 2.00004 shouldn't be
212.76/213.34	WSVECS04 Frhs2[47]: 6 -2.00007 0 shouldn't be
212.76/213.34	WSVECS04 Frhs2[183]: 6 0 2.95783 shouldn't be
212.76/213.34	WSVECS04 Frhs2[193]: 6 0 1.00003 shouldn't be
214.86/215.44	c #Conflicts:     338000 | #Constraints:      33729
214.86/215.44	c #Conflicts:     339000 | #Constraints:      34729
214.86/215.44	c #Conflicts:     340000 | #Constraints:      35729
214.86/215.44	c #Conflicts:     341000 | #Constraints:      36729
214.86/215.44	c #Conflicts:     342000 | #Constraints:      37729
214.86/215.44	WSVECS04 Frhs2[18]: 6 0 0.637597 shouldn't be
214.86/215.44	WSVECS04 Frhs2[32]: 6 0 1.00008 shouldn't be
214.86/215.44	WSVECS04 Frhs2[33]: 6 0 3.88758 shouldn't be
214.86/215.44	WSVECS04 Frhs2[47]: 6 -1.63752 0 shouldn't be
214.86/215.44	WSVECS04 Frhs2[51]: 6 -0.125022 0 shouldn't be
214.86/215.44	WSVECS04 Frhs2[81]: 6 -5.46252 0 shouldn't be
214.86/215.44	WSVECS04 Frhs2[102]: 6 0 2.00002 shouldn't be
214.86/215.44	WSVECS04 Frhs2[113]: 6 0 1.00006 shouldn't be
214.86/215.44	WSVECS04 Frhs2[117]: 6 -2.61255 0 shouldn't be
214.86/215.44	WSVECS04 Frhs2[121]: 6 0 1.77508 shouldn't be
214.86/215.44	WSVECS04 Frhs2[132]: 6 -2.00006 0 shouldn't be
214.86/215.44	WSVECS04 Frhs2[179]: 6 0 1.00009 shouldn't be
214.86/215.44	WSVECS04 Frhs2[180]: 6 0 5.00005 shouldn't be
216.46/217.05	c #Conflicts:     343000 | #Constraints:      38729
216.46/217.05	c #Conflicts:     344000 | #Constraints:      39729
216.46/217.05	c #Conflicts:     345000 | #Constraints:      40729
216.46/217.05	c INPROCESSING
216.46/217.05	c GARBAGE COLLECT
216.46/217.05	c rational objective -114
222.55/223.13	c #Conflicts:     346000 | #Constraints:      30107
222.55/223.13	c #Conflicts:     347000 | #Constraints:      31108
222.55/223.13	c #Conflicts:     348000 | #Constraints:      32108
222.55/223.13	c #Conflicts:     349000 | #Constraints:      33109
222.55/223.13	c #Conflicts:     350000 | #Constraints:      34111
222.55/223.13	c #Conflicts:     351000 | #Constraints:      35111
222.55/223.13	c #Conflicts:     352000 | #Constraints:      36112
222.55/223.13	c #Conflicts:     353000 | #Constraints:      37113
222.55/223.13	c #Conflicts:     354000 | #Constraints:      38116
222.55/223.13	c #Conflicts:     355000 | #Constraints:      39116
222.55/223.13	c #Conflicts:     356000 | #Constraints:      40117
222.55/223.13	c #Conflicts:     357000 | #Constraints:      41118
222.55/223.13	c INPROCESSING
222.55/223.13	c GARBAGE COLLECT
222.55/223.13	c rational objective -114
223.93/224.55	c #Conflicts:     358000 | #Constraints:      30304
223.93/224.55	c #Conflicts:     359000 | #Constraints:      31304
223.93/224.55	WSVECS04 Frhs2[10]: 6 -2.80005 0 shouldn't be
223.93/224.55	WSVECS04 Frhs2[16]: 6 -1.00007 0 shouldn't be
223.93/224.55	WSVECS04 Frhs2[19]: 6 0 4.0001 shouldn't be
223.93/224.55	WSVECS04 Frhs2[25]: 6 0 4.40006 shouldn't be
223.93/224.55	WSVECS04 Frhs2[63]: 6 0 1.40003 shouldn't be
223.93/224.55	WSVECS04 Frhs2[98]: 6 0 1.0001 shouldn't be
223.93/224.55	WSVECS04 Frhs2[115]: 6 0 1.00008 shouldn't be
223.93/224.55	WSVECS04 Frhs2[117]: 6 0 3.60006 shouldn't be
223.93/224.55	WSVECS04 Frhs2[132]: 6 0 3.60007 shouldn't be
223.93/224.55	WSVECS04 Frhs2[141]: 6 0 3.60002 shouldn't be
223.93/224.55	WSVECS04 Frhs2[142]: 6 0 1.00004 shouldn't be
223.93/224.55	WSVECS04 Frhs2[143]: 6 0 2.00007 shouldn't be
223.93/224.55	WSVECS04 Frhs2[198]: 6 0 3.80004 shouldn't be
228.43/229.06	c #Conflicts:     360000 | #Constraints:      32304
228.43/229.06	c #Conflicts:     361000 | #Constraints:      33304
228.43/229.06	c #Conflicts:     362000 | #Constraints:      34304
228.43/229.06	c #Conflicts:     363000 | #Constraints:      35304
228.43/229.06	c #Conflicts:     364000 | #Constraints:      36304
228.43/229.06	c #Conflicts:     365000 | #Constraints:      37304
228.43/229.06	c #Conflicts:     366000 | #Constraints:      38304
228.43/229.06	c #Conflicts:     367000 | #Constraints:      39304
228.43/229.06	c #Conflicts:     368000 | #Constraints:      40304
228.43/229.06	c #Conflicts:     369000 | #Constraints:      41304
228.43/229.06	c INPROCESSING
228.43/229.06	c GARBAGE COLLECT
228.43/229.06	c rational objective -114
234.61/235.25	c #Conflicts:     370000 | #Constraints:      30096
234.61/235.25	c #Conflicts:     371000 | #Constraints:      31096
234.61/235.25	c #Conflicts:     372000 | #Constraints:      32096
234.61/235.25	c #Conflicts:     373000 | #Constraints:      33096
234.61/235.25	c #Conflicts:     374000 | #Constraints:      34096
234.61/235.25	c #Conflicts:     375000 | #Constraints:      35101
234.61/235.25	c #Conflicts:     376000 | #Constraints:      36104
234.61/235.25	c #Conflicts:     377000 | #Constraints:      37109
234.61/235.25	c #Conflicts:     378000 | #Constraints:      38113
234.61/235.25	c #Conflicts:     379000 | #Constraints:      39116
234.61/235.25	c #Conflicts:     380000 | #Constraints:      40116
234.61/235.25	c #Conflicts:     381000 | #Constraints:      41117
234.61/235.25	c INPROCESSING
234.61/235.25	c GARBAGE COLLECT
234.61/235.25	c rational objective -114
237.00/237.60	c #Conflicts:     382000 | #Constraints:      29999
237.00/237.60	c #Conflicts:     383000 | #Constraints:      30999
237.00/237.60	c #Conflicts:     384000 | #Constraints:      31999
237.00/237.60	c #Conflicts:     385000 | #Constraints:      32999
237.00/237.60	WSVECS04 Frhs2[10]: 6 0 2.091 shouldn't be
237.00/237.60	WSVECS04 Frhs2[19]: 6 0 3.03037 shouldn't be
237.00/237.60	WSVECS04 Frhs2[23]: 6 0 3.00006 shouldn't be
237.00/237.60	WSVECS04 Frhs2[25]: 6 0 2.8485 shouldn't be
237.00/237.60	WSVECS04 Frhs2[49]: 6 0 4.03038 shouldn't be
237.00/237.60	WSVECS04 Frhs2[117]: 6 0 2.00003 shouldn't be
237.00/237.60	WSVECS04 Frhs2[169]: 6 0 2.31821 shouldn't be
237.00/237.60	WSVECS04 Frhs2[192]: 6 0 1.93941 shouldn't be
237.80/238.42	c #Conflicts:     386000 | #Constraints:      33999
237.80/238.42	c #Conflicts:     387000 | #Constraints:      34999
237.80/238.42	WSVECS04 Frhs2[18]: 6 0 0.148954 shouldn't be
237.80/238.42	WSVECS04 Frhs2[26]: 6 0 1.93626 shouldn't be
237.80/238.42	WSVECS04 Frhs2[32]: 6 0 1.00006 shouldn't be
237.80/238.42	WSVECS04 Frhs2[38]: 6 0 1.36172 shouldn't be
237.80/238.42	WSVECS04 Frhs2[48]: 6 0 1.766 shouldn't be
237.80/238.42	WSVECS04 Frhs2[141]: 6 0 2.55322 shouldn't be
237.80/238.42	WSVECS04 Frhs2[155]: 6 0 2.78727 shouldn't be
237.80/238.42	WSVECS04 Frhs2[180]: 6 0 3.01603 shouldn't be
238.69/239.39	c #Conflicts:     388000 | #Constraints:      35999
238.69/239.39	c #Conflicts:     389000 | #Constraints:      36999
238.69/239.39	WSVECS04 Frhs2[23]: 6 -11.2858 0 shouldn't be
238.69/239.39	WSVECS04 Frhs2[33]: 6 0 3.25722 shouldn't be
238.69/239.39	WSVECS04 Frhs2[59]: 6 0 2.97147 shouldn't be
238.69/239.39	WSVECS04 Frhs2[94]: 6 -0.314382 0 shouldn't be
238.69/239.39	WSVECS04 Frhs2[95]: 6 0 3.68581 shouldn't be
238.69/239.39	WSVECS04 Frhs2[98]: 6 0 2.31436 shouldn't be
238.69/239.39	WSVECS04 Frhs2[101]: 6 0 1.02866 shouldn't be
238.69/239.39	WSVECS04 Frhs2[105]: 6 0 2.65723 shouldn't be
238.69/239.39	WSVECS04 Frhs2[107]: 6 -3.20009 0 shouldn't be
238.69/239.39	WSVECS04 Frhs2[119]: 6 0 6.74293 shouldn't be
238.69/239.39	WSVECS04 Frhs2[121]: 6 0 2.00002 shouldn't be
238.69/239.39	WSVECS04 Frhs2[130]: 6 0 2.7143 shouldn't be
238.69/239.39	WSVECS04 Frhs2[144]: 6 0 1.00007 shouldn't be
238.69/239.39	WSVECS04 Frhs2[193]: 6 0 1.00007 shouldn't be
241.09/241.74	c #Conflicts:     390000 | #Constraints:      37999
241.09/241.74	c #Conflicts:     391000 | #Constraints:      38999
241.09/241.74	c #Conflicts:     392000 | #Constraints:      39999
241.09/241.74	c #Conflicts:     393000 | #Constraints:      40999
241.09/241.74	c #Conflicts:     394000 | #Constraints:      41999
241.09/241.74	c INPROCESSING
241.09/241.74	c GARBAGE COLLECT
241.09/241.74	c rational objective -114
275.70/276.41	c #Conflicts:     395000 | #Constraints:      30640
275.70/276.41	c #Conflicts:     396000 | #Constraints:      31641
275.70/276.41	c #Conflicts:     397000 | #Constraints:      32641
275.70/276.41	c #Conflicts:     398000 | #Constraints:      33642
275.70/276.41	c #Conflicts:     399000 | #Constraints:      34642
275.70/276.41	c #Conflicts:     400000 | #Constraints:      35642
275.70/276.41	c #Conflicts:     401000 | #Constraints:      36642
275.70/276.41	c #Conflicts:     402000 | #Constraints:      37643
275.70/276.41	c #Conflicts:     403000 | #Constraints:      38643
275.70/276.41	c #Conflicts:     404000 | #Constraints:      39643
275.70/276.41	c #Conflicts:     405000 | #Constraints:      40647
275.70/276.41	c #Conflicts:     406000 | #Constraints:      41648
275.70/276.41	c #Conflicts:     407000 | #Constraints:      42649
275.70/276.41	c #Conflicts:     408000 | #Constraints:      43651
275.70/276.41	c #Conflicts:     409000 | #Constraints:      44651
275.70/276.41	c #Conflicts:     410000 | #Constraints:      45651
275.70/276.41	c #Conflicts:     411000 | #Constraints:      46652
275.70/276.41	c #Conflicts:     412000 | #Constraints:      47652
275.70/276.41	c #Conflicts:     413000 | #Constraints:      48653
275.70/276.41	c #Conflicts:     414000 | #Constraints:      49654
275.70/276.41	c #Conflicts:     415000 | #Constraints:      50654
275.70/276.41	c #Conflicts:     416000 | #Constraints:      51654
275.70/276.41	c #Conflicts:     417000 | #Constraints:      52654
275.70/276.41	c #Conflicts:     418000 | #Constraints:      53655
275.70/276.41	c #Conflicts:     419000 | #Constraints:      54655
275.70/276.41	c #Conflicts:     420000 | #Constraints:      55655
275.70/276.41	c #Conflicts:     421000 | #Constraints:      56655
275.70/276.41	c #Conflicts:     422000 | #Constraints:      57655
275.70/276.41	c #Conflicts:     423000 | #Constraints:      58659
275.70/276.41	c #Conflicts:     424000 | #Constraints:      59659
275.70/276.41	c #Conflicts:     425000 | #Constraints:      60659
275.70/276.41	c #Conflicts:     426000 | #Constraints:      61659
275.70/276.41	c #Conflicts:     427000 | #Constraints:      62659
275.70/276.41	c #Conflicts:     428000 | #Constraints:      63659
275.70/276.41	c #Conflicts:     429000 | #Constraints:      64660
275.70/276.41	c #Conflicts:     430000 | #Constraints:      65660
275.70/276.41	c #Conflicts:     431000 | #Constraints:      66660
275.70/276.41	c #Conflicts:     432000 | #Constraints:      67660
275.70/276.41	c #Conflicts:     433000 | #Constraints:      68660
275.70/276.41	c #Conflicts:     434000 | #Constraints:      69660
275.70/276.41	c #Conflicts:     435000 | #Constraints:      70660
275.70/276.41	c #Conflicts:     436000 | #Constraints:      71662
275.70/276.41	c #Conflicts:     437000 | #Constraints:      72664
275.70/276.41	c #Conflicts:     438000 | #Constraints:      73667
275.70/276.41	c #Conflicts:     439000 | #Constraints:      74672
275.70/276.41	c #Conflicts:     440000 | #Constraints:      75674
275.70/276.41	c #Conflicts:     441000 | #Constraints:      76679
275.70/276.41	c #Conflicts:     442000 | #Constraints:      77681
275.70/276.41	c #Conflicts:     443000 | #Constraints:      78684
275.70/276.41	c #Conflicts:     444000 | #Constraints:      79687
275.70/276.41	c #Conflicts:     445000 | #Constraints:      80692
275.70/276.41	c #Conflicts:     446000 | #Constraints:      81701
275.70/276.41	c #Conflicts:     447000 | #Constraints:      82703
275.70/276.41	c #Conflicts:     448000 | #Constraints:      83705
275.70/276.41	c #Conflicts:     449000 | #Constraints:      84709
275.70/276.41	c #Conflicts:     450000 | #Constraints:      85711
275.70/276.41	c #Conflicts:     451000 | #Constraints:      86716
275.70/276.41	c #Conflicts:     452000 | #Constraints:      87721
275.70/276.41	c #Conflicts:     453000 | #Constraints:      88726
275.70/276.41	c #Conflicts:     454000 | #Constraints:      89730
275.70/276.41	c #Conflicts:     455000 | #Constraints:      90734
275.70/276.41	c #Conflicts:     456000 | #Constraints:      91740
275.70/276.41	c INPROCESSING
275.70/276.41	c GARBAGE COLLECT
275.70/276.41	c rational objective -114
277.60/278.35	c #Conflicts:     457000 | #Constraints:      55368
277.60/278.35	c #Conflicts:     458000 | #Constraints:      56368
277.60/278.35	c #Conflicts:     459000 | #Constraints:      57368
277.60/278.35	WSVECS04 Frhs2[2]: 6 0 3.56759 shouldn't be
277.60/278.35	WSVECS04 Frhs2[5]: 6 0 5.70273 shouldn't be
277.60/278.35	WSVECS04 Frhs2[7]: 6 -0.540612 0 shouldn't be
277.60/278.35	WSVECS04 Frhs2[16]: 6 -5.51357 0 shouldn't be
277.60/278.35	WSVECS04 Frhs2[25]: 6 -2.00004 0 shouldn't be
277.60/278.35	WSVECS04 Frhs2[26]: 6 0 5.62172 shouldn't be
277.60/278.35	WSVECS04 Frhs2[56]: 6 -5.45948 0 shouldn't be
277.60/278.35	WSVECS04 Frhs2[70]: 6 0 1.00006 shouldn't be
277.60/278.35	WSVECS04 Frhs2[73]: 6 0 2.45954 shouldn't be
277.60/278.35	WSVECS04 Frhs2[77]: 6 0 2.00002 shouldn't be
277.60/278.35	WSVECS04 Frhs2[82]: 6 -2.10812 0 shouldn't be
277.60/278.35	WSVECS04 Frhs2[102]: 6 0 1.00003 shouldn't be
277.60/278.35	WSVECS04 Frhs2[105]: 6 0 3.45952 shouldn't be
277.60/278.35	WSVECS04 Frhs2[109]: 6 0 2.45951 shouldn't be
277.60/278.35	WSVECS04 Frhs2[113]: 6 0 2.00008 shouldn't be
277.60/278.35	WSVECS04 Frhs2[149]: 6 -0.135208 0 shouldn't be
277.60/278.35	WSVECS04 Frhs2[175]: 6 0 2.78383 shouldn't be
277.60/278.35	WSVECS04 Frhs2[185]: 6 0 3.00003 shouldn't be
277.60/278.35	WSVECS04 Frhs2[192]: 6 0 2.00008 shouldn't be
278.00/278.71	WSVECS04 Frhs2[3]: 6 0 2.00004 shouldn't be
278.00/278.71	WSVECS04 Frhs2[14]: 6 0 3.0001 shouldn't be
278.00/278.71	WSVECS04 Frhs2[41]: 6 0 2.00005 shouldn't be
278.00/278.71	WSVECS04 Frhs2[55]: 6 -1.13519 0 shouldn't be
278.00/278.71	WSVECS04 Frhs2[173]: 6 0 2.45951 shouldn't be
278.00/278.71	WSVECS04 Frhs2[184]: 6 0 1.00008 shouldn't be
283.88/284.63	c #Conflicts:     460000 | #Constraints:      58368
283.88/284.63	c #Conflicts:     461000 | #Constraints:      59368
283.88/284.63	c #Conflicts:     462000 | #Constraints:      60368
283.88/284.63	c #Conflicts:     463000 | #Constraints:      61368
283.88/284.63	c #Conflicts:     464000 | #Constraints:      62368
283.88/284.63	c #Conflicts:     465000 | #Constraints:      63368
283.88/284.63	c #Conflicts:     466000 | #Constraints:      64368
283.88/284.63	c #Conflicts:     467000 | #Constraints:      65368
283.88/284.63	c #Conflicts:     468000 | #Constraints:      66368
283.88/284.63	c #Conflicts:     469000 | #Constraints:      67368
283.88/284.63	c #Conflicts:     470000 | #Constraints:      68368
283.88/284.63	c INPROCESSING
283.88/284.63	c GARBAGE COLLECT
283.88/284.63	c rational objective -114
288.17/289.00	c #Conflicts:     471000 | #Constraints:      43718
288.17/289.00	c #Conflicts:     472000 | #Constraints:      44718
288.17/289.00	c #Conflicts:     473000 | #Constraints:      45718
288.17/289.00	c #Conflicts:     474000 | #Constraints:      46718
288.17/289.00	c #Conflicts:     475000 | #Constraints:      47718
288.17/289.00	c #Conflicts:     476000 | #Constraints:      48718
288.17/289.00	c #Conflicts:     477000 | #Constraints:      49718
288.17/289.00	c bounds -65 >= -113 @ 285.007
288.77/289.50	c #Conflicts:     478000 | #Constraints:      50757
288.77/289.50	WSVECS04 Frhs2[5]: 6 0 1.00007 shouldn't be
288.77/289.50	WSVECS04 Frhs2[57]: 6 0 1.00001 shouldn't be
288.77/289.50	WSVECS04 Frhs2[60]: 6 0 1.00002 shouldn't be
288.77/289.50	WSVECS04 Frhs2[103]: 6 0 1.00004 shouldn't be
288.77/289.50	WSVECS04 Frhs2[139]: 6 0 1.00008 shouldn't be
288.77/289.50	WSVECS04 Frhs2[141]: 6 0 1.00001 shouldn't be
288.77/289.50	WSVECS04 Frhs2[150]: 6 0 1.00006 shouldn't be
288.77/289.50	WSVECS04 Frhs2[194]: 6 0 1.00009 shouldn't be
288.77/289.50	WSVECS04 Frhs2[196]: 6 0 1.00003 shouldn't be
290.07/290.82	c #Conflicts:     479000 | #Constraints:      51757
290.07/290.82	c #Conflicts:     480000 | #Constraints:      52757
290.07/290.82	WSVECS04 Frhs2[2]: 6 0 2.00008 shouldn't be
290.07/290.82	WSVECS04 Frhs2[10]: 6 -2.00005 0 shouldn't be
290.07/290.82	WSVECS04 Frhs2[26]: 6 0 1.00005 shouldn't be
290.07/290.82	WSVECS04 Frhs2[38]: 6 0 4.00009 shouldn't be
290.07/290.82	WSVECS04 Frhs2[45]: 6 0 2.00003 shouldn't be
290.07/290.82	WSVECS04 Frhs2[48]: 6 0 3.00001 shouldn't be
290.07/290.82	WSVECS04 Frhs2[57]: 6 0 2.00003 shouldn't be
290.07/290.82	WSVECS04 Frhs2[66]: 6 0 1.00003 shouldn't be
290.07/290.82	WSVECS04 Frhs2[81]: 6 -3.00007 0 shouldn't be
290.07/290.82	WSVECS04 Frhs2[83]: 6 -1.00006 0 shouldn't be
290.07/290.82	WSVECS04 Frhs2[129]: 6 0 3.00006 shouldn't be
290.07/290.82	WSVECS04 Frhs2[141]: 6 0 2.00009 shouldn't be
290.07/290.82	WSVECS04 Frhs2[142]: 6 0 2.00008 shouldn't be
290.07/290.82	WSVECS04 Frhs2[180]: 6 0 4.00004 shouldn't be
291.77/292.53	c #Conflicts:     481000 | #Constraints:      53757
291.77/292.53	c #Conflicts:     482000 | #Constraints:      54757
291.77/292.53	c #Conflicts:     483000 | #Constraints:      55757
291.77/292.53	WSVECS04 Frhs2[17]: 6 -6.75006 0 shouldn't be
291.77/292.53	WSVECS04 Frhs2[32]: 6 0 3.00006 shouldn't be
291.77/292.53	WSVECS04 Frhs2[34]: 6 0 3.00003 shouldn't be
291.77/292.53	WSVECS04 Frhs2[35]: 6 0 1.0001 shouldn't be
291.77/292.53	WSVECS04 Frhs2[41]: 6 0 1.0001 shouldn't be
291.77/292.53	WSVECS04 Frhs2[46]: 6 -1.12505 0 shouldn't be
291.77/292.53	WSVECS04 Frhs2[51]: 6 -0.500075 0 shouldn't be
291.77/292.53	WSVECS04 Frhs2[60]: 6 0 2.75003 shouldn't be
291.77/292.53	WSVECS04 Frhs2[63]: 6 0 3.87502 shouldn't be
291.77/292.53	WSVECS04 Frhs2[65]: 6 -6.12504 0 shouldn't be
291.77/292.53	WSVECS04 Frhs2[67]: 6 0 3.12501 shouldn't be
291.77/292.53	WSVECS04 Frhs2[72]: 6 -6.00009 0 shouldn't be
291.77/292.53	WSVECS04 Frhs2[73]: 6 0 7.00006 shouldn't be
291.77/292.53	WSVECS04 Frhs2[92]: 6 -3.00007 0 shouldn't be
291.77/292.53	WSVECS04 Frhs2[103]: 6 0 1.0001 shouldn't be
291.77/292.53	WSVECS04 Frhs2[106]: 6 0 1.00002 shouldn't be
291.77/292.53	WSVECS04 Frhs2[107]: 6 0 1.12504 shouldn't be
291.77/292.53	WSVECS04 Frhs2[113]: 6 0 1.00008 shouldn't be
291.77/292.53	WSVECS04 Frhs2[116]: 6 0 2.00004 shouldn't be
291.77/292.53	WSVECS04 Frhs2[118]: 6 -1.00003 0 shouldn't be
291.77/292.53	WSVECS04 Frhs2[120]: 6 0 1.00002 shouldn't be
291.77/292.53	WSVECS04 Frhs2[133]: 6 -2.00006 0 shouldn't be
291.77/292.53	WSVECS04 Frhs2[141]: 6 0 4.50005 shouldn't be
291.77/292.53	WSVECS04 Frhs2[171]: 6 0 2.75003 shouldn't be
291.77/292.53	WSVECS04 Frhs2[182]: 6 0 2.00009 shouldn't be
291.77/292.53	WSVECS04 Frhs2[184]: 6 0 1.00007 shouldn't be
291.77/292.53	WSVECS04 Frhs2[191]: 6 0 3.00006 shouldn't be
291.77/292.53	WSVECS04 Frhs2[193]: 6 0 4.75006 shouldn't be
291.77/292.53	WSVECS04 Frhs2[199]: 6 0 1.12504 shouldn't be
292.06/292.84	WSVECS04 Frhs2[89]: 6 0 3.00003 shouldn't be
292.66/293.46	c #Conflicts:     484000 | #Constraints:      56757
292.66/293.46	c INPROCESSING
292.66/293.46	c GARBAGE COLLECT
292.66/293.46	c rational objective -113
297.74/298.53	c #Conflicts:     485000 | #Constraints:      37885
297.74/298.53	c #Conflicts:     486000 | #Constraints:      38885
297.74/298.53	c #Conflicts:     487000 | #Constraints:      39885
297.74/298.53	c #Conflicts:     488000 | #Constraints:      40885
297.74/298.53	c #Conflicts:     489000 | #Constraints:      41885
297.74/298.53	c #Conflicts:     490000 | #Constraints:      42885
297.74/298.53	c #Conflicts:     491000 | #Constraints:      43885
297.74/298.53	c #Conflicts:     492000 | #Constraints:      44885
297.74/298.53	c #Conflicts:     493000 | #Constraints:      45885
297.74/298.53	c #Conflicts:     494000 | #Constraints:      46885
297.74/298.53	WSVECS04 Frhs2[6]: 6 -5.08112 0 shouldn't be
297.74/298.53	WSVECS04 Frhs2[23]: 6 0 3.27032 shouldn't be
297.74/298.53	WSVECS04 Frhs2[32]: 6 0 1.60817 shouldn't be
297.74/298.53	WSVECS04 Frhs2[36]: 6 0 2.31083 shouldn't be
297.74/298.53	WSVECS04 Frhs2[46]: 6 -0.0541438 0 shouldn't be
297.74/298.53	WSVECS04 Frhs2[48]: 6 0 2.27032 shouldn't be
297.74/298.53	WSVECS04 Frhs2[51]: 6 -1.54058 0 shouldn't be
297.74/298.53	WSVECS04 Frhs2[84]: 6 0 2.66222 shouldn't be
297.74/298.53	WSVECS04 Frhs2[98]: 6 -2.05412 0 shouldn't be
297.74/298.53	WSVECS04 Frhs2[107]: 6 0 1.00007 shouldn't be
297.74/298.53	WSVECS04 Frhs2[116]: 6 0 2.81082 shouldn't be
297.74/298.53	WSVECS04 Frhs2[122]: 6 0 3.91896 shouldn't be
297.74/298.53	WSVECS04 Frhs2[129]: 6 0 3.10818 shouldn't be
297.74/298.53	WSVECS04 Frhs2[135]: 6 0 1.00008 shouldn't be
297.74/298.53	WSVECS04 Frhs2[142]: 6 0 1.00007 shouldn't be
297.74/298.53	WSVECS04 Frhs2[180]: 6 0 2.00001 shouldn't be
297.74/298.53	WSVECS04 Frhs2[200]: 6 0 2.0001 shouldn't be
300.26/301.06	c #Conflicts:     495000 | #Constraints:      47885
300.26/301.06	c #Conflicts:     496000 | #Constraints:      48885
300.26/301.06	c #Conflicts:     497000 | #Constraints:      49885
300.26/301.06	c #Conflicts:     498000 | #Constraints:      50885
300.26/301.06	c INPROCESSING
300.26/301.06	c GARBAGE COLLECT
300.26/301.06	c rational objective -113
304.03/304.89	c #Conflicts:     499000 | #Constraints:      34791
304.03/304.89	c #Conflicts:     500000 | #Constraints:      35791
304.03/304.89	c #Conflicts:     501000 | #Constraints:      36791
304.03/304.89	c #Conflicts:     502000 | #Constraints:      37791
304.03/304.89	c #Conflicts:     503000 | #Constraints:      38791
304.03/304.89	c #Conflicts:     504000 | #Constraints:      39791
304.03/304.89	c #Conflicts:     505000 | #Constraints:      40791
304.03/304.89	c #Conflicts:     506000 | #Constraints:      41791
304.03/304.89	WSVECS04 Frhs2[17]: 6 0 1.90664 shouldn't be
304.03/304.89	WSVECS04 Frhs2[20]: 6 0 2.7384 shouldn't be
304.03/304.89	WSVECS04 Frhs2[31]: 6 0 2.48602 shouldn't be
304.03/304.89	WSVECS04 Frhs2[82]: 6 0 3.01879 shouldn't be
304.03/304.89	WSVECS04 Frhs2[117]: 6 0 4.00006 shouldn't be
304.03/304.89	WSVECS04 Frhs2[127]: 6 0 2.50475 shouldn't be
304.03/304.89	WSVECS04 Frhs2[149]: 6 -2.33651 0 shouldn't be
304.03/304.89	WSVECS04 Frhs2[150]: 6 0 2.98137 shouldn't be
304.03/304.89	WSVECS04 Frhs2[169]: 6 0 2.00005 shouldn't be
304.03/304.89	WSVECS04 Frhs2[183]: 6 0 1.00005 shouldn't be
304.03/304.89	WSVECS04 Frhs2[184]: 6 0 2.00003 shouldn't be
304.03/304.89	WSVECS04 Frhs2[192]: 6 0 1.01877 shouldn't be
306.24/307.05	c #Conflicts:     507000 | #Constraints:      42791
306.24/307.05	c #Conflicts:     508000 | #Constraints:      43791
306.24/307.05	c #Conflicts:     509000 | #Constraints:      44791
306.24/307.05	c #Conflicts:     510000 | #Constraints:      45791
306.24/307.05	WSVECS04 Frhs2[20]: 6 -2.16676 0 shouldn't be
306.24/307.05	WSVECS04 Frhs2[63]: 6 -1.00003 0 shouldn't be
307.52/308.32	c #Conflicts:     511000 | #Constraints:      46791
307.52/308.32	c #Conflicts:     512000 | #Constraints:      47791
307.52/308.32	c #Conflicts:     513000 | #Constraints:      48791
307.52/308.32	c bounds -65 >= -112 @ 304.037
308.02/308.86	c INPROCESSING
308.02/308.86	c GARBAGE COLLECT
308.02/308.86	c rational objective -112
311.23/312.02	c #Conflicts:     514000 | #Constraints:      34023
311.23/312.02	c #Conflicts:     515000 | #Constraints:      35023
311.23/312.02	c #Conflicts:     516000 | #Constraints:      36023
311.23/312.02	c #Conflicts:     517000 | #Constraints:      37023
311.23/312.02	c #Conflicts:     518000 | #Constraints:      38023
311.23/312.02	c #Conflicts:     519000 | #Constraints:      39023
311.23/312.02	WSVECS04 Frhs2[25]: 6 -3.59157 0 shouldn't be
311.23/312.02	WSVECS04 Frhs2[30]: 6 0 5.78876 shouldn't be
311.23/312.02	WSVECS04 Frhs2[67]: 6 0 2.63389 shouldn't be
311.23/312.02	WSVECS04 Frhs2[70]: 6 0 2.00007 shouldn't be
311.23/312.02	WSVECS04 Frhs2[111]: 6 -1.71833 0 shouldn't be
311.23/312.02	WSVECS04 Frhs2[115]: 6 0 1.50714 shouldn't be
311.23/312.02	WSVECS04 Frhs2[124]: 6 -2.08452 0 shouldn't be
311.23/312.02	WSVECS04 Frhs2[128]: 6 0 2.29582 shouldn't be
311.23/312.02	WSVECS04 Frhs2[135]: 6 0 1.21129 shouldn't be
311.23/312.02	WSVECS04 Frhs2[137]: 6 -2.56346 0 shouldn't be
311.23/312.02	WSVECS04 Frhs2[138]: 6 0 4.80287 shouldn't be
311.23/312.02	WSVECS04 Frhs2[141]: 6 0 3.7043 shouldn't be
311.23/312.02	WSVECS04 Frhs2[155]: 6 0 4.00009 shouldn't be
311.23/312.02	WSVECS04 Frhs2[190]: 6 0 3.00007 shouldn't be
311.23/312.02	WSVECS04 Frhs2[192]: 6 0 1.00001 shouldn't be
311.23/312.02	WSVECS04 Frhs2[193]: 6 0 1.00001 shouldn't be
313.01/313.84	c #Conflicts:     520000 | #Constraints:      40023
313.01/313.84	c #Conflicts:     521000 | #Constraints:      41023
313.01/313.84	c #Conflicts:     522000 | #Constraints:      42023
313.01/313.84	c #Conflicts:     523000 | #Constraints:      43023
313.01/313.84	WSVECS04 Frhs2[18]: 6 -10.6445 0 shouldn't be
313.01/313.84	WSVECS04 Frhs2[33]: 6 0 2.71116 shouldn't be
313.01/313.84	WSVECS04 Frhs2[37]: 6 0 8.00003 shouldn't be
313.01/313.84	WSVECS04 Frhs2[45]: 6 0 3.00003 shouldn't be
313.01/313.84	WSVECS04 Frhs2[60]: 6 0 1.00002 shouldn't be
313.01/313.84	WSVECS04 Frhs2[61]: 6 -4.20006 0 shouldn't be
313.01/313.84	WSVECS04 Frhs2[70]: 6 0 1.00003 shouldn't be
313.01/313.84	WSVECS04 Frhs2[73]: 6 0 1.00008 shouldn't be
313.01/313.84	WSVECS04 Frhs2[75]: 6 -9.60005 0 shouldn't be
313.01/313.84	WSVECS04 Frhs2[78]: 6 -1.68891 0 shouldn't be
313.01/313.84	WSVECS04 Frhs2[80]: 6 0 1.00005 shouldn't be
313.01/313.84	WSVECS04 Frhs2[101]: 6 0 2.86668 shouldn't be
313.01/313.84	WSVECS04 Frhs2[102]: 6 0 1.00006 shouldn't be
313.01/313.84	WSVECS04 Frhs2[106]: 6 0 1.00005 shouldn't be
313.01/313.84	WSVECS04 Frhs2[107]: 6 0 1.00003 shouldn't be
313.01/313.84	WSVECS04 Frhs2[128]: 6 0 2.62228 shouldn't be
313.01/313.84	WSVECS04 Frhs2[138]: 6 0 2.71121 shouldn't be
313.01/313.84	WSVECS04 Frhs2[139]: 6 0 2.00003 shouldn't be
313.01/313.84	WSVECS04 Frhs2[147]: 6 0 3.95561 shouldn't be
313.01/313.84	WSVECS04 Frhs2[153]: 6 0 2.00009 shouldn't be
313.01/313.84	WSVECS04 Frhs2[163]: 6 0 4.00002 shouldn't be
313.01/313.84	WSVECS04 Frhs2[175]: 6 -3.48893 0 shouldn't be
313.01/313.84	WSVECS04 Frhs2[178]: 6 0 3.00008 shouldn't be
313.01/313.84	WSVECS04 Frhs2[184]: 6 0 3.93334 shouldn't be
313.01/313.84	WSVECS04 Frhs2[194]: 6 0 3.00007 shouldn't be
315.51/316.34	c #Conflicts:     524000 | #Constraints:      44023
315.51/316.34	c #Conflicts:     525000 | #Constraints:      45023
315.51/316.34	c #Conflicts:     526000 | #Constraints:      46023
315.51/316.34	c #Conflicts:     527000 | #Constraints:      47023
315.51/316.34	c #Conflicts:     528000 | #Constraints:      48023
315.51/316.34	c INPROCESSING
315.51/316.34	c GARBAGE COLLECT
315.51/316.34	c rational objective -112
318.70/319.54	c #Conflicts:     529000 | #Constraints:      33768
318.70/319.54	c #Conflicts:     530000 | #Constraints:      34768
318.70/319.54	c #Conflicts:     531000 | #Constraints:      35768
318.70/319.54	c #Conflicts:     532000 | #Constraints:      36768
318.70/319.54	c #Conflicts:     533000 | #Constraints:      37768
318.70/319.54	c #Conflicts:     534000 | #Constraints:      38768
318.70/319.54	WSVECS04 Frhs2[2]: 6 0 3.00002 shouldn't be
318.70/319.54	WSVECS04 Frhs2[10]: 6 -3.92847 0 shouldn't be
318.70/319.54	WSVECS04 Frhs2[13]: 6 0 1.00008 shouldn't be
318.70/319.54	WSVECS04 Frhs2[60]: 6 0 1.00003 shouldn't be
318.70/319.54	WSVECS04 Frhs2[61]: 6 0 1.72616 shouldn't be
318.70/319.54	WSVECS04 Frhs2[81]: 6 -2.71111 0 shouldn't be
318.70/319.54	WSVECS04 Frhs2[82]: 6 0 2.77142 shouldn't be
318.70/319.54	WSVECS04 Frhs2[101]: 6 0 1.00004 shouldn't be
318.70/319.54	WSVECS04 Frhs2[123]: 6 0 1.01008 shouldn't be
318.70/319.54	WSVECS04 Frhs2[132]: 6 0 2.01007 shouldn't be
318.70/319.54	WSVECS04 Frhs2[153]: 6 -0.713579 0 shouldn't be
318.70/319.54	WSVECS04 Frhs2[194]: 6 0 1.00005 shouldn't be
321.21/322.10	c #Conflicts:     535000 | #Constraints:      39768
321.21/322.10	c #Conflicts:     536000 | #Constraints:      40768
321.21/322.10	c #Conflicts:     537000 | #Constraints:      41768
321.21/322.10	c #Conflicts:     538000 | #Constraints:      42768
321.21/322.10	c #Conflicts:     539000 | #Constraints:      43768
321.21/322.10	WSVECS04 Frhs2[2]: 6 0 1.00002 shouldn't be
321.21/322.10	WSVECS04 Frhs2[3]: 6 0 1.00004 shouldn't be
321.21/322.10	WSVECS04 Frhs2[13]: 6 -3.06345 0 shouldn't be
321.21/322.10	WSVECS04 Frhs2[26]: 6 0 1.00004 shouldn't be
321.21/322.10	WSVECS04 Frhs2[41]: 6 0 1.00008 shouldn't be
321.21/322.10	WSVECS04 Frhs2[75]: 6 -3.94101 0 shouldn't be
321.21/322.10	WSVECS04 Frhs2[85]: 6 0 2.72311 shouldn't be
321.21/322.10	WSVECS04 Frhs2[89]: 6 0 2.82818 shouldn't be
321.21/322.10	WSVECS04 Frhs2[112]: 6 0 3.91929 shouldn't be
321.21/322.10	WSVECS04 Frhs2[120]: 6 0 3.65192 shouldn't be
321.21/322.10	WSVECS04 Frhs2[128]: 6 0 2.2527 shouldn't be
321.21/322.10	WSVECS04 Frhs2[137]: 6 0 2.35426 shouldn't be
321.21/322.10	WSVECS04 Frhs2[149]: 6 -1.00007 0 shouldn't be
321.21/322.10	WSVECS04 Frhs2[155]: 6 0 2.48613 shouldn't be
321.21/322.10	WSVECS04 Frhs2[158]: 6 0 2.13196 shouldn't be
321.21/322.10	WSVECS04 Frhs2[160]: 6 -2.00002 0 shouldn't be
321.21/322.10	WSVECS04 Frhs2[180]: 6 0 2.47833 shouldn't be
321.21/322.10	WSVECS04 Frhs2[192]: 6 0 2.00008 shouldn't be
321.21/322.10	WSVECS04 Frhs2[196]: 6 0 2.00004 shouldn't be
322.69/323.52	c #Conflicts:     540000 | #Constraints:      44768
322.69/323.52	c #Conflicts:     541000 | #Constraints:      45768
322.69/323.52	WSVECS04 Frhs2[19]: 6 0 4.66671 shouldn't be
322.69/323.52	WSVECS04 Frhs2[38]: 6 0 3.33343 shouldn't be
322.69/323.52	WSVECS04 Frhs2[45]: 6 0 1.00009 shouldn't be
322.69/323.52	WSVECS04 Frhs2[51]: 6 -2.00002 0 shouldn't be
322.69/323.52	WSVECS04 Frhs2[66]: 6 0 1.00009 shouldn't be
322.69/323.52	WSVECS04 Frhs2[83]: 6 -0.666712 0 shouldn't be
322.69/323.52	WSVECS04 Frhs2[86]: 6 0 2.66668 shouldn't be
322.69/323.52	WSVECS04 Frhs2[117]: 6 0 1.00006 shouldn't be
322.69/323.52	WSVECS04 Frhs2[163]: 6 0 4.83343 shouldn't be
322.69/323.52	WSVECS04 Frhs2[180]: 6 0 3.00008 shouldn't be
324.78/325.61	c #Conflicts:     542000 | #Constraints:      46768
324.78/325.61	c #Conflicts:     543000 | #Constraints:      47768
324.78/325.61	c #Conflicts:     544000 | #Constraints:      48768
324.78/325.61	c #Conflicts:     545000 | #Constraints:      49768
324.78/325.61	WSVECS04 Frhs2[12]: 6 0 5.16675 shouldn't be
324.78/325.61	WSVECS04 Frhs2[19]: 6 0 5.50005 shouldn't be
324.78/325.61	WSVECS04 Frhs2[23]: 6 0 2.00005 shouldn't be
324.78/325.61	WSVECS04 Frhs2[35]: 6 0 4.00006 shouldn't be
324.78/325.61	WSVECS04 Frhs2[48]: 6 0 2.00008 shouldn't be
324.78/325.61	WSVECS04 Frhs2[53]: 6 -1.00004 0 shouldn't be
324.78/325.61	WSVECS04 Frhs2[56]: 6 -3.8334 0 shouldn't be
324.78/325.61	WSVECS04 Frhs2[58]: 6 0 2.00008 shouldn't be
324.78/325.61	WSVECS04 Frhs2[78]: 6 0 1.0001 shouldn't be
324.78/325.61	WSVECS04 Frhs2[94]: 6 -4.00008 0 shouldn't be
324.78/325.61	WSVECS04 Frhs2[99]: 6 -1.00003 0 shouldn't be
324.78/325.61	WSVECS04 Frhs2[101]: 6 -2.66673 0 shouldn't be
324.78/325.61	WSVECS04 Frhs2[104]: 6 -4.83343 0 shouldn't be
324.78/325.61	WSVECS04 Frhs2[106]: 6 -1.83343 0 shouldn't be
324.78/325.61	WSVECS04 Frhs2[112]: 6 -3.50003 0 shouldn't be
324.78/325.61	WSVECS04 Frhs2[120]: 6 0 2.00009 shouldn't be
324.78/325.61	WSVECS04 Frhs2[141]: 6 0 5.00006 shouldn't be
324.78/325.61	WSVECS04 Frhs2[143]: 6 0 2.0001 shouldn't be
324.78/325.61	WSVECS04 Frhs2[150]: 6 0 3.00007 shouldn't be
324.78/325.61	WSVECS04 Frhs2[173]: 6 0 3.00009 shouldn't be
324.78/325.61	WSVECS04 Frhs2[175]: 6 0 1.00006 shouldn't be
324.78/325.61	WSVECS04 Frhs2[177]: 6 0 1.00002 shouldn't be
324.78/325.61	WSVECS04 Frhs2[189]: 6 0 4.50001 shouldn't be
324.78/325.61	WSVECS04 Frhs2[199]: 6 0 2.00009 shouldn't be
327.88/328.73	c #Conflicts:     546000 | #Constraints:      50768
327.88/328.73	c #Conflicts:     547000 | #Constraints:      51768
327.88/328.73	c #Conflicts:     548000 | #Constraints:      52768
327.88/328.73	c #Conflicts:     549000 | #Constraints:      53768
327.88/328.73	c #Conflicts:     550000 | #Constraints:      54768
327.88/328.73	WSVECS04 Frhs2[10]: 6 0 4.00008 shouldn't be
327.88/328.73	WSVECS04 Frhs2[25]: 6 -2.08335 0 shouldn't be
327.88/328.73	WSVECS04 Frhs2[62]: 6 -1.66675 0 shouldn't be
327.88/328.73	WSVECS04 Frhs2[67]: 6 0 2.58336 shouldn't be
327.88/328.73	WSVECS04 Frhs2[68]: 6 0 5.8334 shouldn't be
327.88/328.73	WSVECS04 Frhs2[73]: 6 0 1.00001 shouldn't be
327.88/328.73	WSVECS04 Frhs2[121]: 6 0 3.00004 shouldn't be
327.88/328.73	WSVECS04 Frhs2[127]: 6 0 4.00002 shouldn't be
327.88/328.73	WSVECS04 Frhs2[136]: 6 -1.50008 0 shouldn't be
327.88/328.73	WSVECS04 Frhs2[143]: 6 0 3.08339 shouldn't be
327.88/328.73	WSVECS04 Frhs2[149]: 6 -8.83338 0 shouldn't be
327.88/328.73	WSVECS04 Frhs2[160]: 6 -0.750094 0 shouldn't be
327.88/328.73	WSVECS04 Frhs2[192]: 6 0 3.00004 shouldn't be
327.88/328.73	WSVECS04 Frhs2[193]: 6 0 1.00006 shouldn't be
332.66/333.54	c #Conflicts:     551000 | #Constraints:      55768
332.66/333.54	c #Conflicts:     552000 | #Constraints:      56768
332.66/333.54	c #Conflicts:     553000 | #Constraints:      57768
332.66/333.54	c #Conflicts:     554000 | #Constraints:      58768
332.66/333.54	c #Conflicts:     555000 | #Constraints:      59768
332.66/333.54	c #Conflicts:     556000 | #Constraints:      60768
332.66/333.54	c #Conflicts:     557000 | #Constraints:      61768
332.66/333.54	c #Conflicts:     558000 | #Constraints:      62768
332.66/333.54	WSVECS04 Frhs2[13]: 6 0 2.00006 shouldn't be
332.66/333.54	WSVECS04 Frhs2[19]: 6 0 4.94123 shouldn't be
332.66/333.54	WSVECS04 Frhs2[23]: 6 0 1.11767 shouldn't be
332.66/333.54	WSVECS04 Frhs2[33]: 6 0 3.04418 shouldn't be
332.66/333.54	WSVECS04 Frhs2[36]: 6 0 2.00006 shouldn't be
332.66/333.54	WSVECS04 Frhs2[50]: 6 0 1.98536 shouldn't be
332.66/333.54	WSVECS04 Frhs2[62]: 6 0 1.00008 shouldn't be
332.66/333.54	WSVECS04 Frhs2[97]: 6 0 2.00008 shouldn't be
332.66/333.54	WSVECS04 Frhs2[104]: 6 0 1.10301 shouldn't be
332.66/333.54	WSVECS04 Frhs2[113]: 6 -3.88245 0 shouldn't be
332.66/333.54	WSVECS04 Frhs2[121]: 6 0 1.00007 shouldn't be
332.66/333.54	WSVECS04 Frhs2[122]: 6 0 1.11772 shouldn't be
332.66/333.54	WSVECS04 Frhs2[123]: 6 0 2.8824 shouldn't be
332.66/333.54	WSVECS04 Frhs2[144]: 6 -2.00002 0 shouldn't be
332.66/333.54	WSVECS04 Frhs2[151]: 6 -0.88245 0 shouldn't be
332.66/333.54	WSVECS04 Frhs2[160]: 6 0 2.11768 shouldn't be
332.66/333.54	WSVECS04 Frhs2[163]: 6 0 3.17655 shouldn't be
332.66/333.54	WSVECS04 Frhs2[166]: 6 0 4.10298 shouldn't be
332.66/333.54	WSVECS04 Frhs2[171]: 6 0 2.00003 shouldn't be
332.66/333.54	WSVECS04 Frhs2[180]: 6 0 1.00004 shouldn't be
332.66/333.54	WSVECS04 Frhs2[190]: 6 0 3.00006 shouldn't be
335.05/335.95	c #Conflicts:     559000 | #Constraints:      63768
335.05/335.95	c #Conflicts:     560000 | #Constraints:      64768
335.05/335.95	c #Conflicts:     561000 | #Constraints:      65768
335.05/335.95	c #Conflicts:     562000 | #Constraints:      66768
335.05/335.95	WSVECS04 Frhs2[18]: 6 -5.31432 0 shouldn't be
335.05/335.95	WSVECS04 Frhs2[23]: 6 0 1.80004 shouldn't be
335.05/335.95	WSVECS04 Frhs2[26]: 6 0 1.45718 shouldn't be
335.05/335.95	WSVECS04 Frhs2[32]: 6 0 1.00008 shouldn't be
335.05/335.95	WSVECS04 Frhs2[50]: 6 0 2.94291 shouldn't be
335.05/335.95	WSVECS04 Frhs2[77]: 6 0 1.02866 shouldn't be
335.05/335.95	WSVECS04 Frhs2[93]: 6 0 1.00005 shouldn't be
335.05/335.95	WSVECS04 Frhs2[98]: 6 0 1.00005 shouldn't be
335.05/335.95	WSVECS04 Frhs2[104]: 6 -5.28579 0 shouldn't be
335.05/335.95	WSVECS04 Frhs2[119]: 6 0 3.00002 shouldn't be
335.05/335.95	WSVECS04 Frhs2[121]: 6 -1.85724 0 shouldn't be
335.05/335.95	WSVECS04 Frhs2[183]: 6 0 2.00003 shouldn't be
335.05/335.95	WSVECS04 Frhs2[192]: 6 0 2.2858 shouldn't be
342.53/343.40	c #Conflicts:     563000 | #Constraints:      67768
342.53/343.40	c #Conflicts:     564000 | #Constraints:      68768
342.53/343.40	c #Conflicts:     565000 | #Constraints:      69768
342.53/343.40	c #Conflicts:     566000 | #Constraints:      70768
342.53/343.40	c #Conflicts:     567000 | #Constraints:      71768
342.53/343.40	c #Conflicts:     568000 | #Constraints:      72768
342.53/343.40	c #Conflicts:     569000 | #Constraints:      73768
342.53/343.40	c #Conflicts:     570000 | #Constraints:      74768
342.53/343.40	c #Conflicts:     571000 | #Constraints:      75768
342.53/343.40	c #Conflicts:     572000 | #Constraints:      76768
342.53/343.40	WSVECS04 Frhs2[3]: 6 0 2.00004 shouldn't be
342.53/343.40	WSVECS04 Frhs2[6]: 6 0 4.00007 shouldn't be
342.53/343.40	WSVECS04 Frhs2[13]: 6 -3.05799 0 shouldn't be
342.53/343.40	WSVECS04 Frhs2[19]: 6 0 7.52285 shouldn't be
342.53/343.40	WSVECS04 Frhs2[27]: 6 -3.87903 0 shouldn't be
342.53/343.40	WSVECS04 Frhs2[102]: 6 0 3.76495 shouldn't be
342.53/343.40	WSVECS04 Frhs2[115]: 6 0 1.25879 shouldn't be
342.53/343.40	WSVECS04 Frhs2[125]: 6 -5.25183 0 shouldn't be
342.53/343.40	WSVECS04 Frhs2[128]: 6 0 2.79657 shouldn't be
342.53/343.40	WSVECS04 Frhs2[132]: 6 -2.03685 0 shouldn't be
342.53/343.40	WSVECS04 Frhs2[135]: 6 0 2.87902 shouldn't be
342.53/343.40	WSVECS04 Frhs2[139]: 6 0 5.52282 shouldn't be
342.53/343.40	WSVECS04 Frhs2[150]: 6 0 1.12114 shouldn't be
342.53/343.40	WSVECS04 Frhs2[170]: 6 0 1.05092 shouldn't be
342.53/343.40	WSVECS04 Frhs2[183]: 6 0 2.30969 shouldn't be
342.53/343.40	WSVECS04 Frhs2[184]: 6 0 1.25887 shouldn't be
342.53/343.40	WSVECS04 Frhs2[198]: 6 -0.419359 0 shouldn't be
345.43/346.32	c #Conflicts:     573000 | #Constraints:      77768
345.43/346.32	c #Conflicts:     574000 | #Constraints:      78768
345.43/346.32	c #Conflicts:     575000 | #Constraints:      79768
345.43/346.32	c #Conflicts:     576000 | #Constraints:      80768
345.43/346.32	WSVECS04 Frhs2[29]: 6 0 4.75006 shouldn't be
345.43/346.32	WSVECS04 Frhs2[34]: 6 -2.00002 0 shouldn't be
345.43/346.32	WSVECS04 Frhs2[40]: 6 -1.00003 0 shouldn't be
345.43/346.32	WSVECS04 Frhs2[66]: 6 0 1.58339 shouldn't be
345.43/346.32	WSVECS04 Frhs2[74]: 6 -0.250012 0 shouldn't be
345.43/346.32	WSVECS04 Frhs2[75]: 6 0 1.00004 shouldn't be
345.43/346.32	WSVECS04 Frhs2[76]: 6 0 2.00004 shouldn't be
345.43/346.32	WSVECS04 Frhs2[87]: 6 0 5.00003 shouldn't be
345.43/346.32	WSVECS04 Frhs2[113]: 6 0 1.0001 shouldn't be
345.43/346.32	WSVECS04 Frhs2[120]: 6 -2.25007 0 shouldn't be
345.43/346.32	WSVECS04 Frhs2[151]: 6 -0.333413 0 shouldn't be
345.43/346.32	WSVECS04 Frhs2[159]: 6 0 2.00005 shouldn't be
345.43/346.32	WSVECS04 Frhs2[168]: 6 0 2.83343 shouldn't be
345.43/346.32	WSVECS04 Frhs2[170]: 6 0 3.4167 shouldn't be
345.43/346.32	WSVECS04 Frhs2[171]: 6 -0.666681 0 shouldn't be
345.43/346.32	WSVECS04 Frhs2[186]: 6 -2.91673 0 shouldn't be
345.43/346.32	WSVECS04 Frhs2[190]: 6 0 2.33335 shouldn't be
345.43/346.32	WSVECS04 Frhs2[199]: 6 -1.00005 0 shouldn't be
346.83/347.77	c #Conflicts:     577000 | #Constraints:      81768
346.83/347.77	WSVECS04 Frhs2[16]: 6 -0.500047 0 shouldn't be
346.83/347.77	WSVECS04 Frhs2[35]: 6 0 1.00005 shouldn't be
346.83/347.77	WSVECS04 Frhs2[50]: 6 0 2.50005 shouldn't be
346.83/347.77	WSVECS04 Frhs2[52]: 6 0 5.16669 shouldn't be
346.83/347.77	WSVECS04 Frhs2[58]: 6 0 4.00007 shouldn't be
346.83/347.77	WSVECS04 Frhs2[111]: 6 0 1.96668 shouldn't be
346.83/347.77	WSVECS04 Frhs2[125]: 6 -4.76673 0 shouldn't be
346.83/347.77	WSVECS04 Frhs2[132]: 6 0 3.23342 shouldn't be
346.83/347.77	WSVECS04 Frhs2[135]: 6 0 1.00001 shouldn't be
346.83/347.77	WSVECS04 Frhs2[163]: 6 0 3.00007 shouldn't be
346.83/347.77	WSVECS04 Frhs2[172]: 6 0 3.00006 shouldn't be
346.83/347.77	WSVECS04 Frhs2[177]: 6 0 3.46671 shouldn't be
346.83/347.77	WSVECS04 Frhs2[183]: 6 0 2.50008 shouldn't be
346.83/347.77	WSVECS04 Frhs2[196]: 6 0 2.0001 shouldn't be
346.83/347.77	WSVECS04 Frhs2[198]: 6 0 2.63337 shouldn't be
349.32/350.23	c #Conflicts:     578000 | #Constraints:      82768
349.32/350.23	c #Conflicts:     579000 | #Constraints:      83768
349.32/350.23	c #Conflicts:     580000 | #Constraints:      84768
349.32/350.23	WSVECS04 Frhs2[13]: 6 -1.50009 0 shouldn't be
349.32/350.23	WSVECS04 Frhs2[17]: 6 -1.00002 0 shouldn't be
349.32/350.23	WSVECS04 Frhs2[19]: 6 -2.50001 0 shouldn't be
349.32/350.23	WSVECS04 Frhs2[26]: 6 0 1.00002 shouldn't be
349.32/350.23	WSVECS04 Frhs2[32]: 6 0 1.00003 shouldn't be
349.32/350.23	WSVECS04 Frhs2[52]: 6 0 3.0001 shouldn't be
349.32/350.23	WSVECS04 Frhs2[60]: 6 0 2.00006 shouldn't be
349.32/350.23	WSVECS04 Frhs2[67]: 6 0 4.50005 shouldn't be
349.32/350.23	WSVECS04 Frhs2[83]: 6 0 1.00004 shouldn't be
349.32/350.23	WSVECS04 Frhs2[103]: 6 -3.00004 0 shouldn't be
349.32/350.23	WSVECS04 Frhs2[113]: 6 0 1.00007 shouldn't be
349.32/350.23	WSVECS04 Frhs2[125]: 6 -2.00002 0 shouldn't be
349.32/350.23	WSVECS04 Frhs2[141]: 6 0 4.00005 shouldn't be
349.32/350.23	WSVECS04 Frhs2[149]: 6 -1.50006 0 shouldn't be
349.32/350.23	WSVECS04 Frhs2[163]: 6 0 4.00007 shouldn't be
349.32/350.23	WSVECS04 Frhs2[167]: 6 0 2.00004 shouldn't be
349.32/350.23	WSVECS04 Frhs2[184]: 6 0 1.00003 shouldn't be
349.32/350.23	WSVECS04 Frhs2[193]: 6 0 2.00004 shouldn't be
349.32/350.23	WSVECS04 Frhs2[194]: 6 0 2.00008 shouldn't be
357.11/358.02	c #Conflicts:     581000 | #Constraints:      85768
357.11/358.02	c #Conflicts:     582000 | #Constraints:      86768
357.11/358.02	c #Conflicts:     583000 | #Constraints:      87768
357.11/358.02	c #Conflicts:     584000 | #Constraints:      88768
357.11/358.02	c #Conflicts:     585000 | #Constraints:      89768
357.11/358.02	c #Conflicts:     586000 | #Constraints:      90768
357.11/358.02	c #Conflicts:     587000 | #Constraints:      91768
357.11/358.02	c #Conflicts:     588000 | #Constraints:      92768
357.11/358.02	c #Conflicts:     589000 | #Constraints:      93768
357.11/358.02	c #Conflicts:     590000 | #Constraints:      94768
357.11/358.02	c bounds -65 >= -111 @ 353.077
362.88/363.82	c #Conflicts:     591000 | #Constraints:      95819
362.88/363.82	c #Conflicts:     592000 | #Constraints:      96819
362.88/363.82	c #Conflicts:     593000 | #Constraints:      97819
362.88/363.82	c #Conflicts:     594000 | #Constraints:      98819
362.88/363.82	c #Conflicts:     595000 | #Constraints:      99819
362.88/363.82	c #Conflicts:     596000 | #Constraints:     100827
362.88/363.82	c #Conflicts:     597000 | #Constraints:     101827
362.88/363.82	c INPROCESSING
362.88/363.82	c GARBAGE COLLECT
362.88/363.82	c rational objective -111
373.35/374.38	c #Conflicts:     598000 | #Constraints:      60289
373.35/374.38	c #Conflicts:     599000 | #Constraints:      61289
373.35/374.38	c #Conflicts:     600000 | #Constraints:      62291
373.35/374.38	c #Conflicts:     601000 | #Constraints:      63291
373.35/374.38	c #Conflicts:     602000 | #Constraints:      64292
373.35/374.38	c #Conflicts:     603000 | #Constraints:      65293
373.35/374.38	c #Conflicts:     604000 | #Constraints:      66293
373.35/374.38	c #Conflicts:     605000 | #Constraints:      67293
373.35/374.38	c #Conflicts:     606000 | #Constraints:      68294
373.35/374.38	c #Conflicts:     607000 | #Constraints:      69295
373.35/374.38	c #Conflicts:     608000 | #Constraints:      70295
373.35/374.38	c #Conflicts:     609000 | #Constraints:      71295
373.35/374.38	c #Conflicts:     610000 | #Constraints:      72295
373.35/374.38	c #Conflicts:     611000 | #Constraints:      73295
373.35/374.38	c #Conflicts:     612000 | #Constraints:      74295
373.35/374.38	c #Conflicts:     613000 | #Constraints:      75296
373.35/374.38	c INPROCESSING
373.35/374.38	c GARBAGE COLLECT
373.35/374.38	c rational objective -111
382.43/383.48	c #Conflicts:     614000 | #Constraints:      47031
382.43/383.48	c #Conflicts:     615000 | #Constraints:      48031
382.43/383.48	c #Conflicts:     616000 | #Constraints:      49033
382.43/383.48	c #Conflicts:     617000 | #Constraints:      50033
382.43/383.48	c #Conflicts:     618000 | #Constraints:      51035
382.43/383.48	c #Conflicts:     619000 | #Constraints:      52036
382.43/383.48	c #Conflicts:     620000 | #Constraints:      53037
382.43/383.48	c #Conflicts:     621000 | #Constraints:      54038
382.43/383.48	c #Conflicts:     622000 | #Constraints:      55038
382.43/383.48	c #Conflicts:     623000 | #Constraints:      56043
382.43/383.48	c #Conflicts:     624000 | #Constraints:      57049
382.43/383.48	c #Conflicts:     625000 | #Constraints:      58052
382.43/383.48	c #Conflicts:     626000 | #Constraints:      59052
382.43/383.48	c #Conflicts:     627000 | #Constraints:      60056
382.43/383.48	c #Conflicts:     628000 | #Constraints:      61058
382.43/383.48	c #Conflicts:     629000 | #Constraints:      62058
382.43/383.48	c #Conflicts:     630000 | #Constraints:      63058
382.43/383.48	c INPROCESSING
382.43/383.48	c GARBAGE COLLECT
382.43/383.48	c rational objective -111
391.31/392.38	c #Conflicts:     631000 | #Constraints:      41313
391.31/392.38	c #Conflicts:     632000 | #Constraints:      42315
391.31/392.38	c #Conflicts:     633000 | #Constraints:      43316
391.31/392.38	c #Conflicts:     634000 | #Constraints:      44317
391.31/392.38	c #Conflicts:     635000 | #Constraints:      45319
391.31/392.38	c #Conflicts:     636000 | #Constraints:      46319
391.31/392.38	c #Conflicts:     637000 | #Constraints:      47323
391.31/392.38	c #Conflicts:     638000 | #Constraints:      48325
391.31/392.38	c #Conflicts:     639000 | #Constraints:      49326
391.31/392.38	c #Conflicts:     640000 | #Constraints:      50326
391.31/392.38	c #Conflicts:     641000 | #Constraints:      51326
391.31/392.38	c #Conflicts:     642000 | #Constraints:      52326
391.31/392.38	c #Conflicts:     643000 | #Constraints:      53326
391.31/392.38	c #Conflicts:     644000 | #Constraints:      54326
391.31/392.38	c #Conflicts:     645000 | #Constraints:      55327
391.31/392.38	c #Conflicts:     646000 | #Constraints:      56328
391.31/392.38	c INPROCESSING
391.31/392.38	c GARBAGE COLLECT
391.31/392.38	c rational objective -111
400.00/401.10	c #Conflicts:     647000 | #Constraints:      37749
400.00/401.10	c #Conflicts:     648000 | #Constraints:      38749
400.00/401.10	c #Conflicts:     649000 | #Constraints:      39752
400.00/401.10	c #Conflicts:     650000 | #Constraints:      40753
400.00/401.10	c #Conflicts:     651000 | #Constraints:      41754
400.00/401.10	c #Conflicts:     652000 | #Constraints:      42754
400.00/401.10	c #Conflicts:     653000 | #Constraints:      43754
400.00/401.10	c #Conflicts:     654000 | #Constraints:      44755
400.00/401.10	c #Conflicts:     655000 | #Constraints:      45755
400.00/401.10	c #Conflicts:     656000 | #Constraints:      46756
400.00/401.10	c #Conflicts:     657000 | #Constraints:      47760
400.00/401.10	c #Conflicts:     658000 | #Constraints:      48764
400.00/401.10	c #Conflicts:     659000 | #Constraints:      49765
400.00/401.10	c #Conflicts:     660000 | #Constraints:      50769
400.00/401.10	c #Conflicts:     661000 | #Constraints:      51770
400.00/401.10	c #Conflicts:     662000 | #Constraints:      52770
400.00/401.10	c #Conflicts:     663000 | #Constraints:      53771
400.00/401.10	c INPROCESSING
400.00/401.10	c GARBAGE COLLECT
400.00/401.10	c rational objective -111
446.88/448.04	c #Conflicts:     664000 | #Constraints:      36674
446.88/448.04	c #Conflicts:     665000 | #Constraints:      37674
446.88/448.04	c #Conflicts:     666000 | #Constraints:      38674
446.88/448.04	c #Conflicts:     667000 | #Constraints:      39675
446.88/448.04	c #Conflicts:     668000 | #Constraints:      40675
446.88/448.04	c #Conflicts:     669000 | #Constraints:      41676
446.88/448.04	c #Conflicts:     670000 | #Constraints:      42676
446.88/448.04	c #Conflicts:     671000 | #Constraints:      43677
446.88/448.04	c #Conflicts:     672000 | #Constraints:      44677
446.88/448.04	c #Conflicts:     673000 | #Constraints:      45677
446.88/448.04	c #Conflicts:     674000 | #Constraints:      46677
446.88/448.04	c #Conflicts:     675000 | #Constraints:      47678
446.88/448.04	c #Conflicts:     676000 | #Constraints:      48680
446.88/448.04	c #Conflicts:     677000 | #Constraints:      49682
446.88/448.04	c #Conflicts:     678000 | #Constraints:      50686
446.88/448.04	c #Conflicts:     679000 | #Constraints:      51690
446.88/448.04	c #Conflicts:     680000 | #Constraints:      52691
446.88/448.04	c #Conflicts:     681000 | #Constraints:      53691
446.88/448.04	c #Conflicts:     682000 | #Constraints:      54692
446.88/448.04	c #Conflicts:     683000 | #Constraints:      55693
446.88/448.04	c #Conflicts:     684000 | #Constraints:      56695
446.88/448.04	c #Conflicts:     685000 | #Constraints:      57696
446.88/448.04	c #Conflicts:     686000 | #Constraints:      58696
446.88/448.04	c #Conflicts:     687000 | #Constraints:      59698
446.88/448.04	c #Conflicts:     688000 | #Constraints:      60699
446.88/448.04	c #Conflicts:     689000 | #Constraints:      61700
446.88/448.04	c #Conflicts:     690000 | #Constraints:      62704
446.88/448.04	c #Conflicts:     691000 | #Constraints:      63709
446.88/448.04	c #Conflicts:     692000 | #Constraints:      64710
446.88/448.04	c #Conflicts:     693000 | #Constraints:      65710
446.88/448.04	c #Conflicts:     694000 | #Constraints:      66710
446.88/448.04	c #Conflicts:     695000 | #Constraints:      67712
446.88/448.04	c #Conflicts:     696000 | #Constraints:      68714
446.88/448.04	c #Conflicts:     697000 | #Constraints:      69715
446.88/448.04	c #Conflicts:     698000 | #Constraints:      70716
446.88/448.04	c #Conflicts:     699000 | #Constraints:      71716
446.88/448.04	c #Conflicts:     700000 | #Constraints:      72716
446.88/448.04	c #Conflicts:     701000 | #Constraints:      73718
446.88/448.04	c #Conflicts:     702000 | #Constraints:      74719
446.88/448.04	c #Conflicts:     703000 | #Constraints:      75719
446.88/448.04	c #Conflicts:     704000 | #Constraints:      76720
446.88/448.04	c #Conflicts:     705000 | #Constraints:      77721
446.88/448.04	c #Conflicts:     706000 | #Constraints:      78721
446.88/448.04	c #Conflicts:     707000 | #Constraints:      79722
446.88/448.04	c #Conflicts:     708000 | #Constraints:      80723
446.88/448.04	c #Conflicts:     709000 | #Constraints:      81723
446.88/448.04	c #Conflicts:     710000 | #Constraints:      82725
446.88/448.04	c #Conflicts:     711000 | #Constraints:      83729
446.88/448.04	c #Conflicts:     712000 | #Constraints:      84729
446.88/448.04	c #Conflicts:     713000 | #Constraints:      85731
446.88/448.04	c #Conflicts:     714000 | #Constraints:      86734
446.88/448.04	c #Conflicts:     715000 | #Constraints:      87734
446.88/448.04	c #Conflicts:     716000 | #Constraints:      88735
446.88/448.04	c #Conflicts:     717000 | #Constraints:      89735
446.88/448.04	c #Conflicts:     718000 | #Constraints:      90735
446.88/448.04	c #Conflicts:     719000 | #Constraints:      91737
446.88/448.04	c #Conflicts:     720000 | #Constraints:      92737
446.88/448.04	c #Conflicts:     721000 | #Constraints:      93739
446.88/448.04	c #Conflicts:     722000 | #Constraints:      94739
446.88/448.04	c #Conflicts:     723000 | #Constraints:      95739
446.88/448.04	c #Conflicts:     724000 | #Constraints:      96742
446.88/448.04	c #Conflicts:     725000 | #Constraints:      97745
446.88/448.04	c #Conflicts:     726000 | #Constraints:      98749
446.88/448.04	c #Conflicts:     727000 | #Constraints:      99754
446.88/448.04	c #Conflicts:     728000 | #Constraints:     100758
446.88/448.04	c #Conflicts:     729000 | #Constraints:     101759
446.88/448.04	c #Conflicts:     730000 | #Constraints:     102761
446.88/448.04	c #Conflicts:     731000 | #Constraints:     103764
446.88/448.04	c #Conflicts:     732000 | #Constraints:     104769
446.88/448.04	c #Conflicts:     733000 | #Constraints:     105772
446.88/448.04	c #Conflicts:     734000 | #Constraints:     106774
446.88/448.04	c #Conflicts:     735000 | #Constraints:     107780
446.88/448.04	c #Conflicts:     736000 | #Constraints:     108783
446.88/448.04	c #Conflicts:     737000 | #Constraints:     109784
446.88/448.04	c #Conflicts:     738000 | #Constraints:     110786
446.88/448.04	c #Conflicts:     739000 | #Constraints:     111787
446.88/448.04	c INPROCESSING
446.88/448.04	c GARBAGE COLLECT
446.88/448.04	c rational objective -111
448.67/449.86	c #Conflicts:     740000 | #Constraints:      65579
448.67/449.86	c #Conflicts:     741000 | #Constraints:      66579
448.67/449.86	WSVECS04 Frhs2[21]: 6 -0.776842 0 shouldn't be
448.67/449.86	WSVECS04 Frhs2[27]: 6 0 1.00005 shouldn't be
448.67/449.86	WSVECS04 Frhs2[28]: 6 0 1.0715 shouldn't be
448.67/449.86	WSVECS04 Frhs2[34]: 6 -2.12508 0 shouldn't be
448.67/449.86	WSVECS04 Frhs2[67]: 6 0 5.22327 shouldn't be
448.67/449.86	WSVECS04 Frhs2[68]: 6 0 2.00005 shouldn't be
448.67/449.86	WSVECS04 Frhs2[73]: 6 0 3.00002 shouldn't be
448.67/449.86	WSVECS04 Frhs2[92]: 6 -1.44646 0 shouldn't be
448.67/449.86	WSVECS04 Frhs2[139]: 6 0 5.00001 shouldn't be
448.67/449.86	WSVECS04 Frhs2[143]: 6 0 3.72323 shouldn't be
448.67/449.86	WSVECS04 Frhs2[149]: 6 0 5.05359 shouldn't be
448.67/449.86	WSVECS04 Frhs2[153]: 6 0 2.00005 shouldn't be
450.27/451.41	c #Conflicts:     742000 | #Constraints:      67579
450.27/451.41	c #Conflicts:     743000 | #Constraints:      68579
450.27/451.41	c #Conflicts:     744000 | #Constraints:      69579
450.27/451.41	WSVECS04 Frhs2[21]: 6 0 6.19233 shouldn't be
450.27/451.41	WSVECS04 Frhs2[32]: 6 0 2.00004 shouldn't be
450.27/451.41	WSVECS04 Frhs2[42]: 6 -1.57701 0 shouldn't be
450.27/451.41	WSVECS04 Frhs2[64]: 6 0 5.84617 shouldn't be
450.27/451.41	WSVECS04 Frhs2[70]: 6 0 1.19239 shouldn't be
450.27/451.41	WSVECS04 Frhs2[83]: 6 0 2.00002 shouldn't be
450.27/451.41	WSVECS04 Frhs2[86]: 6 0 2.00008 shouldn't be
450.27/451.41	WSVECS04 Frhs2[99]: 6 -2.00002 0 shouldn't be
450.27/451.41	WSVECS04 Frhs2[104]: 6 0 2.53847 shouldn't be
450.27/451.41	WSVECS04 Frhs2[121]: 6 0 2.00001 shouldn't be
450.27/451.41	WSVECS04 Frhs2[128]: 6 0 5.23087 shouldn't be
451.27/452.44	c #Conflicts:     745000 | #Constraints:      70579
451.27/452.44	c #Conflicts:     746000 | #Constraints:      71579
451.27/452.44	WSVECS04 Frhs2[18]: 6 0 2.50007 shouldn't be
451.27/452.44	WSVECS04 Frhs2[27]: 6 0 2.00008 shouldn't be
451.27/452.44	WSVECS04 Frhs2[48]: 6 -1.00009 0 shouldn't be
451.27/452.44	WSVECS04 Frhs2[50]: 6 -1.50003 0 shouldn't be
451.27/452.44	WSVECS04 Frhs2[53]: 6 -3.00007 0 shouldn't be
451.27/452.44	WSVECS04 Frhs2[60]: 6 0 5.50001 shouldn't be
451.27/452.44	WSVECS04 Frhs2[61]: 6 0 2.50007 shouldn't be
451.27/452.44	WSVECS04 Frhs2[69]: 6 0 3.50005 shouldn't be
451.27/452.44	WSVECS04 Frhs2[106]: 6 0 1.00004 shouldn't be
451.27/452.44	WSVECS04 Frhs2[108]: 6 -0.500068 0 shouldn't be
451.27/452.44	WSVECS04 Frhs2[111]: 6 0 3.00005 shouldn't be
451.27/452.44	WSVECS04 Frhs2[114]: 6 0 3.00003 shouldn't be
451.27/452.44	WSVECS04 Frhs2[117]: 6 0 2.00008 shouldn't be
451.27/452.44	WSVECS04 Frhs2[141]: 6 0 2.50009 shouldn't be
451.27/452.44	WSVECS04 Frhs2[151]: 6 0 4.00003 shouldn't be
451.27/452.44	WSVECS04 Frhs2[155]: 6 0 3.00003 shouldn't be
451.27/452.44	WSVECS04 Frhs2[156]: 6 0 6.50005 shouldn't be
451.27/452.44	WSVECS04 Frhs2[169]: 6 0 1.00004 shouldn't be
451.27/452.44	WSVECS04 Frhs2[194]: 6 0 2.00005 shouldn't be
455.86/457.02	c #Conflicts:     747000 | #Constraints:      72579
455.86/457.02	c #Conflicts:     748000 | #Constraints:      73579
455.86/457.02	c #Conflicts:     749000 | #Constraints:      74579
455.86/457.02	c #Conflicts:     750000 | #Constraints:      75579
455.86/457.02	c #Conflicts:     751000 | #Constraints:      76579
455.86/457.02	c #Conflicts:     752000 | #Constraints:      77579
455.86/457.02	c #Conflicts:     753000 | #Constraints:      78579
455.86/457.02	WSVECS04 Frhs2[11]: 6 -5.57145 0 shouldn't be
455.86/457.02	WSVECS04 Frhs2[41]: 6 0 2.00006 shouldn't be
455.86/457.02	WSVECS04 Frhs2[66]: 6 0 1.00005 shouldn't be
455.86/457.02	WSVECS04 Frhs2[83]: 6 -4.78581 0 shouldn't be
455.86/457.02	WSVECS04 Frhs2[86]: 6 0 3.71433 shouldn't be
455.86/457.02	WSVECS04 Frhs2[93]: 6 -6.64295 0 shouldn't be
455.86/457.02	WSVECS04 Frhs2[103]: 6 0 3.00009 shouldn't be
455.86/457.02	WSVECS04 Frhs2[120]: 6 0 3.03574 shouldn't be
455.86/457.02	WSVECS04 Frhs2[132]: 6 -2.00009 0 shouldn't be
455.86/457.02	WSVECS04 Frhs2[139]: 6 -3.35717 0 shouldn't be
455.86/457.02	WSVECS04 Frhs2[149]: 6 0 3.92859 shouldn't be
457.05/458.21	c #Conflicts:     754000 | #Constraints:      79579
457.05/458.21	c #Conflicts:     755000 | #Constraints:      80579
457.05/458.21	WSVECS04 Frhs2[7]: 6 -0.584667 0 shouldn't be
457.05/458.21	WSVECS04 Frhs2[29]: 6 0 4.58466 shouldn't be
457.05/458.21	WSVECS04 Frhs2[31]: 6 -0.423166 0 shouldn't be
457.05/458.21	WSVECS04 Frhs2[32]: 6 0 1.00005 shouldn't be
457.05/458.21	WSVECS04 Frhs2[49]: 6 0 2.15389 shouldn't be
457.05/458.21	WSVECS04 Frhs2[72]: 6 0 3.75393 shouldn't be
457.05/458.21	WSVECS04 Frhs2[85]: 6 0 3.50009 shouldn't be
457.05/458.21	WSVECS04 Frhs2[87]: 6 0 3.00009 shouldn't be
457.05/458.21	WSVECS04 Frhs2[99]: 6 -3.96931 0 shouldn't be
457.05/458.21	WSVECS04 Frhs2[116]: 6 0 2.00004 shouldn't be
457.05/458.21	WSVECS04 Frhs2[117]: 6 0 3.00002 shouldn't be
457.05/458.21	WSVECS04 Frhs2[135]: 6 0 2.00002 shouldn't be
457.05/458.21	WSVECS04 Frhs2[153]: 6 0 2.41927 shouldn't be
457.05/458.21	WSVECS04 Frhs2[156]: 6 0 5.57697 shouldn't be
457.05/458.21	WSVECS04 Frhs2[175]: 6 0 3.1154 shouldn't be
458.15/459.39	c #Conflicts:     756000 | #Constraints:      81579
458.15/459.39	c #Conflicts:     757000 | #Constraints:      82579
458.15/459.39	c INPROCESSING
458.15/459.39	c GARBAGE COLLECT
458.15/459.39	c rational objective -111
463.03/464.24	c #Conflicts:     758000 | #Constraints:      51006
463.03/464.24	c #Conflicts:     759000 | #Constraints:      52006
463.03/464.24	c #Conflicts:     760000 | #Constraints:      53006
463.03/464.24	c #Conflicts:     761000 | #Constraints:      54006
463.03/464.24	c #Conflicts:     762000 | #Constraints:      55006
463.03/464.24	c #Conflicts:     763000 | #Constraints:      56006
463.03/464.24	c #Conflicts:     764000 | #Constraints:      57006
463.03/464.24	WSVECS04 Frhs2[27]: 6 -4.75003 0 shouldn't be
463.03/464.24	WSVECS04 Frhs2[29]: 6 -2.00007 0 shouldn't be
463.03/464.24	WSVECS04 Frhs2[50]: 6 0 2.00006 shouldn't be
463.03/464.24	WSVECS04 Frhs2[53]: 6 0 3.00005 shouldn't be
463.03/464.24	WSVECS04 Frhs2[92]: 6 0 3.00002 shouldn't be
463.03/464.24	WSVECS04 Frhs2[101]: 6 0 3.00008 shouldn't be
463.03/464.24	WSVECS04 Frhs2[125]: 6 -6.50004 0 shouldn't be
463.03/464.24	WSVECS04 Frhs2[132]: 6 0 2.75008 shouldn't be
463.03/464.24	WSVECS04 Frhs2[147]: 6 -3.50009 0 shouldn't be
463.03/464.24	WSVECS04 Frhs2[153]: 6 -2.00006 0 shouldn't be
463.03/464.24	WSVECS04 Frhs2[156]: 6 0 2.50002 shouldn't be
463.03/464.24	WSVECS04 Frhs2[162]: 6 -2.75008 0 shouldn't be
463.03/464.24	WSVECS04 Frhs2[175]: 6 0 3.00004 shouldn't be
463.03/464.24	WSVECS04 Frhs2[177]: 6 0 1.00005 shouldn't be
463.03/464.24	WSVECS04 Frhs2[186]: 6 0 2.00003 shouldn't be
463.03/464.24	WSVECS04 Frhs2[189]: 6 0 1.00005 shouldn't be
463.03/464.24	WSVECS04 Frhs2[193]: 6 0 1.00005 shouldn't be
463.03/464.24	WSVECS04 Frhs2[198]: 6 0 2.00009 shouldn't be
463.74/464.99	c #Conflicts:     765000 | #Constraints:      58006
463.74/464.99	c #Conflicts:     766000 | #Constraints:      59006
463.74/464.99	WSVECS04 Frhs2[1]: 6 0 3.28264 shouldn't be
463.74/464.99	WSVECS04 Frhs2[11]: 6 0 1.00007 shouldn't be
463.74/464.99	WSVECS04 Frhs2[15]: 6 0 3.71741 shouldn't be
463.74/464.99	WSVECS04 Frhs2[19]: 6 -7.13048 0 shouldn't be
463.74/464.99	WSVECS04 Frhs2[25]: 6 -2.25009 0 shouldn't be
463.74/464.99	WSVECS04 Frhs2[28]: 6 0 4.60873 shouldn't be
463.74/464.99	WSVECS04 Frhs2[46]: 6 0 2.13049 shouldn't be
463.74/464.99	WSVECS04 Frhs2[47]: 6 0 4.00007 shouldn't be
463.74/464.99	WSVECS04 Frhs2[49]: 6 0 8.82616 shouldn't be
463.74/464.99	WSVECS04 Frhs2[60]: 6 -3.34784 0 shouldn't be
463.74/464.99	WSVECS04 Frhs2[102]: 6 0 1.00008 shouldn't be
463.74/464.99	WSVECS04 Frhs2[121]: 6 0 2.36964 shouldn't be
463.74/464.99	WSVECS04 Frhs2[123]: 6 0 1.23918 shouldn't be
463.74/464.99	WSVECS04 Frhs2[128]: 6 0 3.89134 shouldn't be
463.74/464.99	WSVECS04 Frhs2[133]: 6 0 1.61964 shouldn't be
463.74/464.99	WSVECS04 Frhs2[135]: 6 0 1.23919 shouldn't be
463.74/464.99	WSVECS04 Frhs2[184]: 6 0 2.0001 shouldn't be
463.74/464.99	WSVECS04 Frhs2[192]: 6 0 1.00001 shouldn't be
466.72/467.99	c #Conflicts:     767000 | #Constraints:      60006
466.72/467.99	c #Conflicts:     768000 | #Constraints:      61006
466.72/467.99	c #Conflicts:     769000 | #Constraints:      62006
466.72/467.99	c #Conflicts:     770000 | #Constraints:      63006
466.72/467.99	c #Conflicts:     771000 | #Constraints:      64006
466.72/467.99	WSVECS04 Frhs2[1]: 6 0 1.50004 shouldn't be
466.72/467.99	WSVECS04 Frhs2[5]: 6 0 3.00005 shouldn't be
466.72/467.99	WSVECS04 Frhs2[10]: 6 0 3.00009 shouldn't be
466.72/467.99	WSVECS04 Frhs2[13]: 6 0 1.00007 shouldn't be
466.72/467.99	WSVECS04 Frhs2[20]: 6 -3.00005 0 shouldn't be
466.72/467.99	WSVECS04 Frhs2[32]: 6 0 1.00004 shouldn't be
466.72/467.99	WSVECS04 Frhs2[45]: 6 0 1.00008 shouldn't be
466.72/467.99	WSVECS04 Frhs2[49]: 6 0 6.00002 shouldn't be
466.72/467.99	WSVECS04 Frhs2[63]: 6 -3.00002 0 shouldn't be
466.72/467.99	WSVECS04 Frhs2[65]: 6 0 2.00004 shouldn't be
466.72/467.99	WSVECS04 Frhs2[77]: 6 0 3.50003 shouldn't be
466.72/467.99	WSVECS04 Frhs2[83]: 6 0 2.00007 shouldn't be
466.72/467.99	WSVECS04 Frhs2[86]: 6 -1.00005 0 shouldn't be
466.72/467.99	WSVECS04 Frhs2[98]: 6 0 1.00002 shouldn't be
466.72/467.99	WSVECS04 Frhs2[107]: 6 0 1.00007 shouldn't be
466.72/467.99	WSVECS04 Frhs2[113]: 6 0 1.00005 shouldn't be
466.72/467.99	WSVECS04 Frhs2[116]: 6 0 2.00007 shouldn't be
466.72/467.99	WSVECS04 Frhs2[117]: 6 0 1.00004 shouldn't be
466.72/467.99	WSVECS04 Frhs2[125]: 6 0 2.00003 shouldn't be
466.72/467.99	WSVECS04 Frhs2[145]: 6 -1.00003 0 shouldn't be
466.72/467.99	WSVECS04 Frhs2[150]: 6 0 2.00002 shouldn't be
466.72/467.99	WSVECS04 Frhs2[169]: 6 0 3.00002 shouldn't be
466.72/467.99	WSVECS04 Frhs2[192]: 6 0 2.00006 shouldn't be
466.72/467.99	WSVECS04 Frhs2[194]: 6 0 1.00002 shouldn't be
469.42/470.65	c #Conflicts:     772000 | #Constraints:      65006
469.42/470.65	c #Conflicts:     773000 | #Constraints:      66006
469.42/470.65	c #Conflicts:     774000 | #Constraints:      67006
469.42/470.65	c #Conflicts:     775000 | #Constraints:      68006
469.42/470.65	c INPROCESSING
469.42/470.65	c GARBAGE COLLECT
469.42/470.65	c rational objective -111
470.42/471.66	c #Conflicts:     776000 | #Constraints:      43678
470.42/471.66	WSVECS04 Frhs2[26]: 6 0 1.00004 shouldn't be
470.42/471.66	WSVECS04 Frhs2[35]: 6 0 1.00002 shouldn't be
470.42/471.66	WSVECS04 Frhs2[57]: 6 0 1.00006 shouldn't be
470.42/471.66	WSVECS04 Frhs2[61]: 6 0 2.00007 shouldn't be
470.42/471.66	WSVECS04 Frhs2[66]: 6 0 2.00005 shouldn't be
470.42/471.66	WSVECS04 Frhs2[73]: 6 0 4.00001 shouldn't be
470.42/471.66	WSVECS04 Frhs2[93]: 6 -3.00003 0 shouldn't be
470.42/471.66	WSVECS04 Frhs2[103]: 6 0 2.00009 shouldn't be
470.42/471.66	WSVECS04 Frhs2[115]: 6 0 1.00003 shouldn't be
470.42/471.66	WSVECS04 Frhs2[117]: 6 0 2.00007 shouldn't be
470.42/471.66	WSVECS04 Frhs2[132]: 6 0 3.00009 shouldn't be
470.42/471.66	WSVECS04 Frhs2[146]: 6 0 4.0001 shouldn't be
470.42/471.66	WSVECS04 Frhs2[149]: 6 -1.00009 0 shouldn't be
470.42/471.66	WSVECS04 Frhs2[162]: 6 0 2.00009 shouldn't be
470.42/471.66	WSVECS04 Frhs2[163]: 6 0 7.00008 shouldn't be
470.42/471.66	WSVECS04 Frhs2[183]: 6 0 2.00002 shouldn't be
470.42/471.66	WSVECS04 Frhs2[184]: 6 0 2.00009 shouldn't be
470.42/471.66	WSVECS04 Frhs2[192]: 6 0 2.00007 shouldn't be
470.42/471.66	WSVECS04 Frhs2[196]: 6 0 1.0001 shouldn't be
470.42/471.66	WSVECS04 Frhs2[198]: 6 0 1.00002 shouldn't be
475.50/476.71	c #Conflicts:     777000 | #Constraints:      44678
475.50/476.71	c #Conflicts:     778000 | #Constraints:      45678
475.50/476.71	c #Conflicts:     779000 | #Constraints:      46678
475.50/476.71	c #Conflicts:     780000 | #Constraints:      47678
475.50/476.71	c #Conflicts:     781000 | #Constraints:      48678
475.50/476.71	c #Conflicts:     782000 | #Constraints:      49678
475.50/476.71	c #Conflicts:     783000 | #Constraints:      50678
475.50/476.71	c #Conflicts:     784000 | #Constraints:      51678
475.50/476.71	c #Conflicts:     785000 | #Constraints:      52678
475.50/476.71	c #Conflicts:     786000 | #Constraints:      53678
475.50/476.71	WSVECS04 Frhs2[25]: 6 -2.00006 0 shouldn't be
475.50/476.71	WSVECS04 Frhs2[36]: 6 0 2.00002 shouldn't be
475.50/476.71	WSVECS04 Frhs2[91]: 6 0 1.00004 shouldn't be
475.50/476.71	WSVECS04 Frhs2[108]: 6 0 1.67751 shouldn't be
475.50/476.71	WSVECS04 Frhs2[118]: 6 -0.38718 0 shouldn't be
475.50/476.71	WSVECS04 Frhs2[120]: 6 -1.32268 0 shouldn't be
475.50/476.71	WSVECS04 Frhs2[127]: 6 0 1.87104 shouldn't be
475.50/476.71	WSVECS04 Frhs2[134]: 6 0 5.51618 shouldn't be
475.50/476.71	WSVECS04 Frhs2[143]: 6 0 1.00004 shouldn't be
475.50/476.71	WSVECS04 Frhs2[170]: 6 0 2.00009 shouldn't be
475.50/476.71	WSVECS04 Frhs2[173]: 6 -8.64525 0 shouldn't be
475.50/476.71	WSVECS04 Frhs2[175]: 6 0 2.00001 shouldn't be
475.50/476.71	WSVECS04 Frhs2[183]: 6 0 1.25809 shouldn't be
477.91/479.19	c #Conflicts:     787000 | #Constraints:      54678
477.91/479.19	c #Conflicts:     788000 | #Constraints:      55678
477.91/479.19	c #Conflicts:     789000 | #Constraints:      56678
477.91/479.19	c #Conflicts:     790000 | #Constraints:      57678
477.91/479.19	WSVECS04 Frhs2[1]: 6 -0.416686 0 shouldn't be
477.91/479.19	WSVECS04 Frhs2[6]: 6 0 1.00004 shouldn't be
477.91/479.19	WSVECS04 Frhs2[16]: 6 -0.0834319 0 shouldn't be
477.91/479.19	WSVECS04 Frhs2[17]: 6 -3.62506 0 shouldn't be
477.91/479.19	WSVECS04 Frhs2[33]: 6 0 2.00002 shouldn't be
477.91/479.19	WSVECS04 Frhs2[34]: 6 0 3.00008 shouldn't be
477.91/479.19	WSVECS04 Frhs2[48]: 6 0 1.04171 shouldn't be
477.91/479.19	WSVECS04 Frhs2[50]: 6 0 3.95837 shouldn't be
477.91/479.19	WSVECS04 Frhs2[65]: 6 -1.00001 0 shouldn't be
477.91/479.19	WSVECS04 Frhs2[73]: 6 0 1.00006 shouldn't be
477.91/479.19	WSVECS04 Frhs2[74]: 6 0 1.29171 shouldn't be
477.91/479.19	WSVECS04 Frhs2[79]: 6 0 7.79173 shouldn't be
477.91/479.19	WSVECS04 Frhs2[84]: 6 -0.958378 0 shouldn't be
477.91/479.19	WSVECS04 Frhs2[92]: 6 0 3.04176 shouldn't be
477.91/479.19	WSVECS04 Frhs2[103]: 6 0 3.37509 shouldn't be
477.91/479.19	WSVECS04 Frhs2[116]: 6 0 2.45836 shouldn't be
477.91/479.19	WSVECS04 Frhs2[133]: 6 0 2.00007 shouldn't be
477.91/479.19	WSVECS04 Frhs2[141]: 6 0 3.04171 shouldn't be
477.91/479.19	WSVECS04 Frhs2[160]: 6 0 4.00008 shouldn't be
477.91/479.19	WSVECS04 Frhs2[166]: 6 0 1.62503 shouldn't be
477.91/479.19	WSVECS04 Frhs2[173]: 6 0 2.00004 shouldn't be
479.80/481.05	c #Conflicts:     791000 | #Constraints:      58678
479.80/481.05	c #Conflicts:     792000 | #Constraints:      59678
479.80/481.05	c #Conflicts:     793000 | #Constraints:      60678
479.80/481.05	c INPROCESSING
479.80/481.05	c GARBAGE COLLECT
479.80/481.05	c rational objective -111
482.09/483.30	c #Conflicts:     794000 | #Constraints:      39858
482.09/483.30	c #Conflicts:     795000 | #Constraints:      40858
482.09/483.30	c #Conflicts:     796000 | #Constraints:      41858
482.09/483.30	c #Conflicts:     797000 | #Constraints:      42858
482.09/483.30	WSVECS04 Frhs2[10]: 6 0 2.62077 shouldn't be
482.09/483.30	WSVECS04 Frhs2[20]: 6 -1.6897 0 shouldn't be
482.09/483.30	WSVECS04 Frhs2[33]: 6 0 3.00003 shouldn't be
482.09/483.30	WSVECS04 Frhs2[49]: 6 0 5.00007 shouldn't be
482.09/483.30	WSVECS04 Frhs2[63]: 6 -3.03454 0 shouldn't be
482.09/483.30	WSVECS04 Frhs2[84]: 6 -1.20698 0 shouldn't be
482.09/483.30	WSVECS04 Frhs2[117]: 6 0 2.48285 shouldn't be
482.09/483.30	WSVECS04 Frhs2[169]: 6 0 3.00003 shouldn't be
482.09/483.30	WSVECS04 Frhs2[179]: 6 0 3.00007 shouldn't be
482.09/483.30	WSVECS04 Frhs2[192]: 6 0 1.00007 shouldn't be
482.90/484.13	c #Conflicts:     798000 | #Constraints:      43858
482.90/484.13	c #Conflicts:     799000 | #Constraints:      44858
482.90/484.13	WSVECS04 Frhs2[23]: 6 0 4.00002 shouldn't be
482.90/484.13	WSVECS04 Frhs2[34]: 6 0 3.7559 shouldn't be
482.90/484.13	WSVECS04 Frhs2[35]: 6 0 2.00007 shouldn't be
482.90/484.13	WSVECS04 Frhs2[38]: 6 -1.46517 0 shouldn't be
482.90/484.13	WSVECS04 Frhs2[58]: 6 0 2.00008 shouldn't be
482.90/484.13	WSVECS04 Frhs2[65]: 6 -6.04659 0 shouldn't be
482.90/484.13	WSVECS04 Frhs2[92]: 6 -2.4303 0 shouldn't be
482.90/484.13	WSVECS04 Frhs2[93]: 6 -3.26748 0 shouldn't be
482.90/484.13	WSVECS04 Frhs2[97]: 6 0 1.00005 shouldn't be
482.90/484.13	WSVECS04 Frhs2[139]: 6 0 1.61632 shouldn't be
482.90/484.13	WSVECS04 Frhs2[153]: 6 0 1.96518 shouldn't be
482.90/484.13	WSVECS04 Frhs2[155]: 6 0 4.05821 shouldn't be
482.90/484.13	WSVECS04 Frhs2[163]: 6 -1.00008 0 shouldn't be
482.90/484.13	WSVECS04 Frhs2[172]: 6 0 1.00007 shouldn't be
482.90/484.13	WSVECS04 Frhs2[173]: 6 0 2.38381 shouldn't be
482.90/484.13	WSVECS04 Frhs2[180]: 6 0 1.00003 shouldn't be
482.90/484.13	WSVECS04 Frhs2[186]: 6 0 2.06979 shouldn't be
482.90/484.13	WSVECS04 Frhs2[190]: 6 -6.93032 0 shouldn't be
482.90/484.13	WSVECS04 Frhs2[191]: 6 0 1.00003 shouldn't be
485.18/486.45	c #Conflicts:     800000 | #Constraints:      45858
485.18/486.45	c #Conflicts:     801000 | #Constraints:      46858
485.18/486.45	c #Conflicts:     802000 | #Constraints:      47858
485.18/486.45	c #Conflicts:     803000 | #Constraints:      48858
485.18/486.45	WSVECS04 Frhs2[3]: 6 0 2.00002 shouldn't be
485.18/486.45	WSVECS04 Frhs2[18]: 6 0 1.00006 shouldn't be
485.18/486.45	WSVECS04 Frhs2[33]: 6 0 3.00009 shouldn't be
485.18/486.45	WSVECS04 Frhs2[35]: 6 -2.0001 0 shouldn't be
485.18/486.45	WSVECS04 Frhs2[58]: 6 0 2.00008 shouldn't be
485.18/486.45	WSVECS04 Frhs2[62]: 6 0 4.00003 shouldn't be
485.18/486.45	WSVECS04 Frhs2[85]: 6 0 3.00008 shouldn't be
485.18/486.45	WSVECS04 Frhs2[93]: 6 0 4.00004 shouldn't be
485.18/486.45	WSVECS04 Frhs2[96]: 6 -1.00005 0 shouldn't be
485.18/486.45	WSVECS04 Frhs2[111]: 6 0 6.50007 shouldn't be
485.18/486.45	WSVECS04 Frhs2[133]: 6 0 3.0001 shouldn't be
485.18/486.45	WSVECS04 Frhs2[139]: 6 0 3.00003 shouldn't be
485.18/486.45	WSVECS04 Frhs2[143]: 6 0 2.00007 shouldn't be
485.18/486.45	WSVECS04 Frhs2[145]: 6 -3.0001 0 shouldn't be
485.18/486.45	WSVECS04 Frhs2[171]: 6 0 1.00006 shouldn't be
485.18/486.45	WSVECS04 Frhs2[189]: 6 0 4.00003 shouldn't be
486.18/487.47	c #Conflicts:     804000 | #Constraints:      49858
486.18/487.47	c #Conflicts:     805000 | #Constraints:      50858
486.18/487.47	WSVECS04 Frhs2[25]: 6 0 1.95464 shouldn't be
486.18/487.47	WSVECS04 Frhs2[31]: 6 0 5.27281 shouldn't be
486.18/487.47	WSVECS04 Frhs2[57]: 6 0 1.04551 shouldn't be
486.18/487.47	WSVECS04 Frhs2[74]: 6 0 3.45465 shouldn't be
486.18/487.47	WSVECS04 Frhs2[82]: 6 -0.13641 0 shouldn't be
486.18/487.47	WSVECS04 Frhs2[117]: 6 0 1.9546 shouldn't be
486.18/487.47	WSVECS04 Frhs2[129]: 6 0 1.13646 shouldn't be
486.18/487.47	WSVECS04 Frhs2[180]: 6 0 1.18184 shouldn't be
489.18/490.44	c #Conflicts:     806000 | #Constraints:      51858
489.18/490.44	c #Conflicts:     807000 | #Constraints:      52858
489.18/490.44	c #Conflicts:     808000 | #Constraints:      53858
489.18/490.44	c #Conflicts:     809000 | #Constraints:      54858
489.18/490.44	c #Conflicts:     810000 | #Constraints:      55858
489.18/490.44	WSVECS04 Frhs2[10]: 6 0 4.77279 shouldn't be
489.18/490.44	WSVECS04 Frhs2[12]: 6 -0.909185 0 shouldn't be
489.18/490.44	WSVECS04 Frhs2[32]: 6 0 1.00007 shouldn't be
489.18/490.44	WSVECS04 Frhs2[86]: 6 0 2.04548 shouldn't be
489.18/490.44	WSVECS04 Frhs2[93]: 6 0 2.18183 shouldn't be
489.18/490.44	WSVECS04 Frhs2[98]: 6 0 1.00008 shouldn't be
489.18/490.44	WSVECS04 Frhs2[102]: 6 0 2.59095 shouldn't be
489.18/490.44	WSVECS04 Frhs2[103]: 6 -2.2273 0 shouldn't be
489.18/490.44	WSVECS04 Frhs2[117]: 6 0 2.00007 shouldn't be
489.18/490.44	WSVECS04 Frhs2[128]: 6 0 2.72733 shouldn't be
489.18/490.44	WSVECS04 Frhs2[160]: 6 -0.681863 0 shouldn't be
489.18/490.44	WSVECS04 Frhs2[163]: 6 0 4.9546 shouldn't be
489.18/490.44	WSVECS04 Frhs2[171]: 6 0 2.04554 shouldn't be
489.18/490.44	WSVECS04 Frhs2[192]: 6 0 3.00007 shouldn't be
489.18/490.44	WSVECS04 Frhs2[194]: 6 0 2.00004 shouldn't be
489.78/491.06	c #Conflicts:     811000 | #Constraints:      56858
489.78/491.06	c #Conflicts:     812000 | #Constraints:      57858
489.78/491.06	c INPROCESSING
489.78/491.06	c GARBAGE COLLECT
489.78/491.06	c rational objective -111
491.36/492.70	c #Conflicts:     813000 | #Constraints:      38703
491.36/492.70	c #Conflicts:     814000 | #Constraints:      39703
491.36/492.70	WSVECS04 Frhs2[15]: 6 0 3.00006 shouldn't be
491.36/492.70	WSVECS04 Frhs2[18]: 6 0 4.00005 shouldn't be
491.36/492.70	WSVECS04 Frhs2[19]: 6 -3.00009 0 shouldn't be
491.36/492.70	WSVECS04 Frhs2[35]: 6 0 3.00002 shouldn't be
491.36/492.70	WSVECS04 Frhs2[38]: 6 0 3.00005 shouldn't be
491.36/492.70	WSVECS04 Frhs2[50]: 6 0 1.00009 shouldn't be
491.36/492.70	WSVECS04 Frhs2[53]: 6 0 1.00009 shouldn't be
491.36/492.70	WSVECS04 Frhs2[54]: 6 -1.00004 0 shouldn't be
491.36/492.70	WSVECS04 Frhs2[67]: 6 0 5.00003 shouldn't be
491.36/492.70	WSVECS04 Frhs2[68]: 6 0 1.00009 shouldn't be
491.36/492.70	WSVECS04 Frhs2[83]: 6 0 1.00001 shouldn't be
491.36/492.70	WSVECS04 Frhs2[101]: 6 0 3.00006 shouldn't be
491.36/492.70	WSVECS04 Frhs2[102]: 6 0 1.00007 shouldn't be
491.36/492.70	WSVECS04 Frhs2[105]: 6 0 6.00008 shouldn't be
491.36/492.70	WSVECS04 Frhs2[125]: 6 -21.0001 0 shouldn't be
491.36/492.70	WSVECS04 Frhs2[133]: 6 0 2.00007 shouldn't be
491.36/492.70	WSVECS04 Frhs2[150]: 6 -1.00002 0 shouldn't be
491.36/492.70	WSVECS04 Frhs2[153]: 6 -3.00003 0 shouldn't be
491.36/492.70	WSVECS04 Frhs2[180]: 6 0 4.00006 shouldn't be
491.36/492.70	WSVECS04 Frhs2[183]: 6 0 1.00008 shouldn't be
492.27/493.53	c #Conflicts:     815000 | #Constraints:      40703
492.27/493.53	c #Conflicts:     816000 | #Constraints:      41703
492.27/493.53	WSVECS04 Frhs2[33]: 6 0 3.30649 shouldn't be
492.27/493.53	WSVECS04 Frhs2[34]: 6 0 3.00003 shouldn't be
492.27/493.53	WSVECS04 Frhs2[40]: 6 0 2.5162 shouldn't be
492.27/493.53	WSVECS04 Frhs2[64]: 6 0 1.00004 shouldn't be
492.27/493.53	WSVECS04 Frhs2[75]: 6 0 1.00004 shouldn't be
492.27/493.53	WSVECS04 Frhs2[81]: 6 0 2.17747 shouldn't be
492.27/493.53	WSVECS04 Frhs2[103]: 6 0 2.00004 shouldn't be
492.27/493.53	WSVECS04 Frhs2[120]: 6 0 2.00003 shouldn't be
492.27/493.53	WSVECS04 Frhs2[134]: 6 -0.951664 0 shouldn't be
492.27/493.53	WSVECS04 Frhs2[135]: 6 0 1.00002 shouldn't be
492.27/493.53	WSVECS04 Frhs2[139]: 6 0 4.16137 shouldn't be
492.27/493.53	WSVECS04 Frhs2[144]: 6 -0.112952 0 shouldn't be
492.27/493.53	WSVECS04 Frhs2[151]: 6 -2.00005 0 shouldn't be
492.27/493.53	WSVECS04 Frhs2[171]: 6 0 2.00009 shouldn't be
492.27/493.53	WSVECS04 Frhs2[177]: 6 -1.46784 0 shouldn't be
492.27/493.53	WSVECS04 Frhs2[193]: 6 0 2.04843 shouldn't be
495.06/496.36	c #Conflicts:     817000 | #Constraints:      42703
495.06/496.36	c #Conflicts:     818000 | #Constraints:      43703
495.06/496.36	c #Conflicts:     819000 | #Constraints:      44703
495.06/496.36	c #Conflicts:     820000 | #Constraints:      45703
495.06/496.36	c #Conflicts:     821000 | #Constraints:      46703
495.06/496.36	WSVECS04 Frhs2[23]: 6 0 2.00005 shouldn't be
495.06/496.36	WSVECS04 Frhs2[33]: 6 -3.66674 0 shouldn't be
495.06/496.36	WSVECS04 Frhs2[65]: 6 0 1.00007 shouldn't be
495.06/496.36	WSVECS04 Frhs2[120]: 6 0 2.00002 shouldn't be
495.06/496.36	WSVECS04 Frhs2[121]: 6 0 1.00009 shouldn't be
495.06/496.36	WSVECS04 Frhs2[132]: 6 -5.00009 0 shouldn't be
495.06/496.36	WSVECS04 Frhs2[139]: 6 -3.3334 0 shouldn't be
495.06/496.36	WSVECS04 Frhs2[170]: 6 0 1.00005 shouldn't be
496.05/497.31	c #Conflicts:     822000 | #Constraints:      47703
496.05/497.31	c #Conflicts:     823000 | #Constraints:      48703
496.05/497.31	WSVECS04 Frhs2[2]: 6 0 2.00009 shouldn't be
496.05/497.31	WSVECS04 Frhs2[20]: 6 -1.58336 0 shouldn't be
496.05/497.31	WSVECS04 Frhs2[53]: 6 0 3.75009 shouldn't be
496.05/497.31	WSVECS04 Frhs2[63]: 6 -2.00004 0 shouldn't be
496.05/497.31	WSVECS04 Frhs2[77]: 6 0 2.00005 shouldn't be
496.05/497.31	WSVECS04 Frhs2[82]: 6 0 2.00004 shouldn't be
496.05/497.31	WSVECS04 Frhs2[92]: 6 0 4.00006 shouldn't be
496.05/497.31	WSVECS04 Frhs2[122]: 6 0 1.75003 shouldn't be
496.05/497.31	WSVECS04 Frhs2[133]: 6 0 2.00001 shouldn't be
496.05/497.31	WSVECS04 Frhs2[153]: 6 -3.00004 0 shouldn't be
501.54/502.85	c #Conflicts:     824000 | #Constraints:      49703
501.54/502.85	c #Conflicts:     825000 | #Constraints:      50703
501.54/502.85	c #Conflicts:     826000 | #Constraints:      51703
501.54/502.85	c #Conflicts:     827000 | #Constraints:      52703
501.54/502.85	c #Conflicts:     828000 | #Constraints:      53703
501.54/502.85	c #Conflicts:     829000 | #Constraints:      54703
501.54/502.85	c #Conflicts:     830000 | #Constraints:      55703
501.54/502.85	c #Conflicts:     831000 | #Constraints:      56703
501.54/502.85	c #Conflicts:     832000 | #Constraints:      57703
501.54/502.85	WSVECS04 Frhs2[23]: 6 0 2.50002 shouldn't be
501.54/502.85	WSVECS04 Frhs2[77]: 6 0 1.00008 shouldn't be
501.54/502.85	WSVECS04 Frhs2[98]: 6 0 1.00004 shouldn't be
501.54/502.85	WSVECS04 Frhs2[117]: 6 0 1.00008 shouldn't be
501.54/502.85	WSVECS04 Frhs2[179]: 6 0 2.00002 shouldn't be
501.54/502.85	WSVECS04 Frhs2[192]: 6 0 2.00009 shouldn't be
501.94/503.21	WSVECS04 Frhs2[33]: 6 0 4.25009 shouldn't be
501.94/503.21	WSVECS04 Frhs2[194]: 6 0 2.5001 shouldn't be
505.43/506.74	c #Conflicts:     833000 | #Constraints:      58703
505.43/506.74	c #Conflicts:     834000 | #Constraints:      59703
505.43/506.74	c #Conflicts:     835000 | #Constraints:      60703
505.43/506.74	c #Conflicts:     836000 | #Constraints:      61703
505.43/506.74	c #Conflicts:     837000 | #Constraints:      62703
505.43/506.74	c #Conflicts:     838000 | #Constraints:      63703
505.43/506.74	WSVECS04 Frhs2[19]: 6 0 4.34382 shouldn't be
505.43/506.74	WSVECS04 Frhs2[33]: 6 0 4.68754 shouldn't be
505.43/506.74	WSVECS04 Frhs2[50]: 6 0 1.96885 shouldn't be
505.43/506.74	WSVECS04 Frhs2[61]: 6 0 1.93755 shouldn't be
505.43/506.74	WSVECS04 Frhs2[74]: 6 -5.68754 0 shouldn't be
505.43/506.74	WSVECS04 Frhs2[98]: 6 0 2.78131 shouldn't be
505.43/506.74	WSVECS04 Frhs2[138]: 6 0 5.00008 shouldn't be
505.43/506.74	WSVECS04 Frhs2[159]: 6 -1.00008 0 shouldn't be
505.43/506.74	WSVECS04 Frhs2[160]: 6 0 2.06258 shouldn't be
505.43/506.74	WSVECS04 Frhs2[198]: 6 0 1.00009 shouldn't be
513.61/514.98	c #Conflicts:     839000 | #Constraints:      64703
513.61/514.98	c #Conflicts:     840000 | #Constraints:      65703
513.61/514.98	c #Conflicts:     841000 | #Constraints:      66703
513.61/514.98	c #Conflicts:     842000 | #Constraints:      67703
513.61/514.98	c #Conflicts:     843000 | #Constraints:      68703
513.61/514.98	c #Conflicts:     844000 | #Constraints:      69703
513.61/514.98	c #Conflicts:     845000 | #Constraints:      70703
513.61/514.98	c #Conflicts:     846000 | #Constraints:      71703
513.61/514.98	c #Conflicts:     847000 | #Constraints:      72703
513.61/514.98	c #Conflicts:     848000 | #Constraints:      73703
513.61/514.98	c #Conflicts:     849000 | #Constraints:      74703
513.61/514.98	c #Conflicts:     850000 | #Constraints:      75703
513.61/514.98	WSVECS04 Frhs2[6]: 6 0 2.00002 shouldn't be
513.61/514.98	WSVECS04 Frhs2[23]: 6 0 1.00004 shouldn't be
513.61/514.98	WSVECS04 Frhs2[33]: 6 -1.08002 0 shouldn't be
513.61/514.98	WSVECS04 Frhs2[73]: 6 0 1.00006 shouldn't be
513.61/514.98	WSVECS04 Frhs2[94]: 6 -0.100072 0 shouldn't be
513.61/514.98	WSVECS04 Frhs2[104]: 6 -4.00001 0 shouldn't be
513.61/514.98	WSVECS04 Frhs2[107]: 6 0 2.00002 shouldn't be
513.61/514.98	WSVECS04 Frhs2[117]: 6 0 2.88004 shouldn't be
513.61/514.98	WSVECS04 Frhs2[119]: 6 -0.120044 0 shouldn't be
513.61/514.98	WSVECS04 Frhs2[124]: 6 -2.94006 0 shouldn't be
513.61/514.98	WSVECS04 Frhs2[125]: 6 -4.00001 0 shouldn't be
513.61/514.98	WSVECS04 Frhs2[154]: 6 -2.80009 0 shouldn't be
513.61/514.98	WSVECS04 Frhs2[172]: 6 0 1.04005 shouldn't be
513.61/514.98	WSVECS04 Frhs2[176]: 6 0 2.96009 shouldn't be
513.61/514.98	WSVECS04 Frhs2[194]: 6 0 3.60005 shouldn't be
515.91/517.26	c #Conflicts:     851000 | #Constraints:      76703
515.91/517.26	c #Conflicts:     852000 | #Constraints:      77703
515.91/517.26	c #Conflicts:     853000 | #Constraints:      78703
515.91/517.26	WSVECS04 Frhs2[3]: 6 0 1.00008 shouldn't be
515.91/517.26	WSVECS04 Frhs2[5]: 6 0 2.64562 shouldn't be
515.91/517.26	WSVECS04 Frhs2[13]: 6 0 2.00002 shouldn't be
515.91/517.26	WSVECS04 Frhs2[27]: 6 0 2.60762 shouldn't be
515.91/517.26	WSVECS04 Frhs2[33]: 6 0 2.64559 shouldn't be
515.91/517.26	WSVECS04 Frhs2[77]: 6 0 1.00006 shouldn't be
515.91/517.26	WSVECS04 Frhs2[104]: 6 -1.2532 0 shouldn't be
515.91/517.26	WSVECS04 Frhs2[108]: 6 -2.74693 0 shouldn't be
515.91/517.26	WSVECS04 Frhs2[111]: 6 0 2.70894 shouldn't be
515.91/517.26	WSVECS04 Frhs2[115]: 6 0 3.08868 shouldn't be
515.91/517.26	WSVECS04 Frhs2[123]: 6 0 2.06333 shouldn't be
515.91/517.26	WSVECS04 Frhs2[155]: 6 0 2.6456 shouldn't be
515.91/517.26	WSVECS04 Frhs2[183]: 6 0 1.37979 shouldn't be
515.91/517.26	WSVECS04 Frhs2[196]: 6 0 1.22787 shouldn't be
517.20/518.51	c #Conflicts:     854000 | #Constraints:      79703
517.20/518.51	c #Conflicts:     855000 | #Constraints:      80703
517.20/518.51	WSVECS04 Frhs2[23]: 6 0 3.00006 shouldn't be
517.20/518.51	WSVECS04 Frhs2[49]: 6 0 3.00001 shouldn't be
517.20/518.51	WSVECS04 Frhs2[98]: 6 0 1.00008 shouldn't be
517.20/518.51	WSVECS04 Frhs2[107]: 6 0 1.00004 shouldn't be
517.20/518.51	WSVECS04 Frhs2[117]: 6 0 1.00009 shouldn't be
517.20/518.51	WSVECS04 Frhs2[149]: 6 0 3.5001 shouldn't be
517.20/518.51	WSVECS04 Frhs2[156]: 6 -4.00005 0 shouldn't be
517.20/518.51	WSVECS04 Frhs2[169]: 6 0 3.00002 shouldn't be
517.20/518.51	WSVECS04 Frhs2[181]: 6 0 1.00002 shouldn't be
517.20/518.51	WSVECS04 Frhs2[192]: 6 0 2.00004 shouldn't be
517.20/518.51	WSVECS04 Frhs2[198]: 6 0 2.00006 shouldn't be
526.88/528.25	c #Conflicts:     856000 | #Constraints:      81703
526.88/528.25	c #Conflicts:     857000 | #Constraints:      82703
526.88/528.25	c #Conflicts:     858000 | #Constraints:      83703
526.88/528.25	c #Conflicts:     859000 | #Constraints:      84703
526.88/528.25	c #Conflicts:     860000 | #Constraints:      85703
526.88/528.25	c #Conflicts:     861000 | #Constraints:      86703
526.88/528.25	c #Conflicts:     862000 | #Constraints:      87703
526.88/528.25	c #Conflicts:     863000 | #Constraints:      88703
526.88/528.25	c #Conflicts:     864000 | #Constraints:      89703
526.88/528.25	c #Conflicts:     865000 | #Constraints:      90703
526.88/528.25	c #Conflicts:     866000 | #Constraints:      91703
526.88/528.25	c #Conflicts:     867000 | #Constraints:      92703
526.88/528.25	WSVECS04 Frhs2[5]: 6 0 2.9412 shouldn't be
526.88/528.25	WSVECS04 Frhs2[18]: 6 0 1.00002 shouldn't be
526.88/528.25	WSVECS04 Frhs2[20]: 6 0 2.00002 shouldn't be
526.88/528.25	WSVECS04 Frhs2[38]: 6 -2.00004 0 shouldn't be
526.88/528.25	WSVECS04 Frhs2[51]: 6 -0.470669 0 shouldn't be
526.88/528.25	WSVECS04 Frhs2[83]: 6 0 1.00003 shouldn't be
526.88/528.25	WSVECS04 Frhs2[92]: 6 -2.88241 0 shouldn't be
526.88/528.25	WSVECS04 Frhs2[93]: 6 -2.23538 0 shouldn't be
526.88/528.25	WSVECS04 Frhs2[103]: 6 0 2.88241 shouldn't be
526.88/528.25	WSVECS04 Frhs2[115]: 6 0 2.29413 shouldn't be
526.88/528.25	WSVECS04 Frhs2[141]: 6 0 3.44119 shouldn't be
526.88/528.25	WSVECS04 Frhs2[153]: 6 0 1.0001 shouldn't be
526.88/528.25	WSVECS04 Frhs2[155]: 6 0 2.47066 shouldn't be
526.88/528.25	WSVECS04 Frhs2[177]: 6 0 1.47063 shouldn't be
526.88/528.25	WSVECS04 Frhs2[197]: 6 0 1.00007 shouldn't be
532.36/533.77	c #Conflicts:     868000 | #Constraints:      93703
532.36/533.77	c #Conflicts:     869000 | #Constraints:      94703
532.36/533.77	c #Conflicts:     870000 | #Constraints:      95703
532.36/533.77	c #Conflicts:     871000 | #Constraints:      96703
532.36/533.77	c #Conflicts:     872000 | #Constraints:      97703
532.36/533.77	c #Conflicts:     873000 | #Constraints:      98703
532.36/533.77	WSVECS04 Frhs2[23]: 6 0 3.00007 shouldn't be
532.36/533.77	WSVECS04 Frhs2[51]: 6 -3.00001 0 shouldn't be
532.36/533.77	WSVECS04 Frhs2[54]: 6 0 6.00007 shouldn't be
532.36/533.77	WSVECS04 Frhs2[79]: 6 0 5.00009 shouldn't be
532.36/533.77	WSVECS04 Frhs2[106]: 6 0 2.50003 shouldn't be
532.36/533.77	WSVECS04 Frhs2[109]: 6 0 2.75004 shouldn't be
532.36/533.77	WSVECS04 Frhs2[119]: 6 0 1.00005 shouldn't be
532.36/533.77	WSVECS04 Frhs2[138]: 6 0 3.00001 shouldn't be
532.36/533.77	WSVECS04 Frhs2[153]: 6 0 2.00004 shouldn't be
536.85/538.21	c #Conflicts:     874000 | #Constraints:      99703
536.85/538.21	c #Conflicts:     875000 | #Constraints:     100703
536.85/538.21	c #Conflicts:     876000 | #Constraints:     101703
536.85/538.21	c #Conflicts:     877000 | #Constraints:     102703
536.85/538.21	c #Conflicts:     878000 | #Constraints:     103703
536.85/538.21	WSVECS04 Frhs2[6]: 6 0 1.29414 shouldn't be
536.85/538.21	WSVECS04 Frhs2[10]: 6 0 3.00001 shouldn't be
536.85/538.21	WSVECS04 Frhs2[20]: 6 -3.32356 0 shouldn't be
536.85/538.21	WSVECS04 Frhs2[45]: 6 0 1.44126 shouldn't be
536.85/538.21	WSVECS04 Frhs2[51]: 6 0 3.52945 shouldn't be
536.85/538.21	WSVECS04 Frhs2[57]: 6 0 1.32356 shouldn't be
536.85/538.21	WSVECS04 Frhs2[83]: 6 -4.47066 0 shouldn't be
536.85/538.21	WSVECS04 Frhs2[86]: 6 -3.02948 0 shouldn't be
536.85/538.21	WSVECS04 Frhs2[123]: 6 0 2.00008 shouldn't be
539.85/541.26	c #Conflicts:     879000 | #Constraints:     104703
539.85/541.26	c #Conflicts:     880000 | #Constraints:     105703
539.85/541.26	c #Conflicts:     881000 | #Constraints:     106703
539.85/541.26	WSVECS04 Frhs2[9]: 6 0 3.00006 shouldn't be
539.85/541.26	WSVECS04 Frhs2[10]: 6 -1.66671 0 shouldn't be
539.85/541.26	WSVECS04 Frhs2[14]: 6 0 1.00002 shouldn't be
539.85/541.26	WSVECS04 Frhs2[15]: 6 0 3.66671 shouldn't be
539.85/541.26	WSVECS04 Frhs2[36]: 6 0 4.33338 shouldn't be
539.85/541.26	WSVECS04 Frhs2[49]: 6 -0.333393 0 shouldn't be
539.85/541.26	WSVECS04 Frhs2[63]: 6 0 1.00005 shouldn't be
539.85/541.26	WSVECS04 Frhs2[64]: 6 0 2.00002 shouldn't be
539.85/541.26	WSVECS04 Frhs2[78]: 6 0 3.00009 shouldn't be
539.85/541.26	WSVECS04 Frhs2[104]: 6 -0.666687 0 shouldn't be
539.85/541.26	WSVECS04 Frhs2[128]: 6 -3.66671 0 shouldn't be
539.85/541.26	WSVECS04 Frhs2[132]: 6 0 3.8334 shouldn't be
539.85/541.26	WSVECS04 Frhs2[149]: 6 0 2.00009 shouldn't be
539.85/541.26	WSVECS04 Frhs2[150]: 6 -1.33337 0 shouldn't be
539.85/541.26	WSVECS04 Frhs2[155]: 6 0 2.66669 shouldn't be
539.85/541.26	WSVECS04 Frhs2[165]: 6 -0.333394 0 shouldn't be
539.85/541.26	WSVECS04 Frhs2[166]: 6 0 3.00002 shouldn't be
539.85/541.26	WSVECS04 Frhs2[182]: 6 0 2.66669 shouldn't be
543.33/544.72	c #Conflicts:     882000 | #Constraints:     107703
543.33/544.72	c #Conflicts:     883000 | #Constraints:     108703
543.33/544.72	c #Conflicts:     884000 | #Constraints:     109703
543.33/544.72	c #Conflicts:     885000 | #Constraints:     110703
543.33/544.72	WSVECS04 Frhs2[9]: 6 -1.25763 0 shouldn't be
543.33/544.72	WSVECS04 Frhs2[18]: 6 0 2.31822 shouldn't be
543.33/544.72	WSVECS04 Frhs2[23]: 6 -4.81066 0 shouldn't be
543.33/544.72	WSVECS04 Frhs2[26]: 6 0 1.00001 shouldn't be
543.33/544.72	WSVECS04 Frhs2[37]: 6 -0.863715 0 shouldn't be
543.33/544.72	WSVECS04 Frhs2[51]: 6 -4.35608 0 shouldn't be
543.33/544.72	WSVECS04 Frhs2[57]: 6 0 2.6516 shouldn't be
543.33/544.72	WSVECS04 Frhs2[68]: 6 0 2.25006 shouldn't be
543.33/544.72	WSVECS04 Frhs2[77]: 6 0 2.21972 shouldn't be
543.33/544.72	WSVECS04 Frhs2[80]: 6 0 3.65153 shouldn't be
543.33/544.72	WSVECS04 Frhs2[87]: 6 -0.628806 0 shouldn't be
543.33/544.72	WSVECS04 Frhs2[94]: 6 -7.68948 0 shouldn't be
543.33/544.72	WSVECS04 Frhs2[99]: 6 0 4.21975 shouldn't be
543.33/544.72	WSVECS04 Frhs2[110]: 6 -1.70457 0 shouldn't be
543.33/544.72	WSVECS04 Frhs2[130]: 6 -0.750027 0 shouldn't be
543.33/544.72	WSVECS04 Frhs2[153]: 6 0 3.53037 shouldn't be
543.33/544.72	WSVECS04 Frhs2[158]: 6 0 1.00003 shouldn't be
543.33/544.72	WSVECS04 Frhs2[177]: 6 0 2.25004 shouldn't be
543.33/544.72	WSVECS04 Frhs2[183]: 6 0 1.00003 shouldn't be
543.33/544.72	WSVECS04 Frhs2[191]: 6 0 4.95456 shouldn't be
543.33/544.72	WSVECS04 Frhs2[193]: 6 0 5.53033 shouldn't be
552.51/553.97	c #Conflicts:     886000 | #Constraints:     111703
552.51/553.97	c #Conflicts:     887000 | #Constraints:     112703
552.51/553.97	c #Conflicts:     888000 | #Constraints:     113703
552.51/553.97	c #Conflicts:     889000 | #Constraints:     114703
552.51/553.97	c #Conflicts:     890000 | #Constraints:     115703
552.51/553.97	c #Conflicts:     891000 | #Constraints:     116703
552.51/553.97	c #Conflicts:     892000 | #Constraints:     117703
552.51/553.97	c #Conflicts:     893000 | #Constraints:     118703
552.51/553.97	c #Conflicts:     894000 | #Constraints:     119703
552.51/553.97	c INPROCESSING
552.51/553.97	c GARBAGE COLLECT
552.51/553.97	c rational objective -111
563.09/564.51	c #Conflicts:     895000 | #Constraints:      69319
563.09/564.51	c #Conflicts:     896000 | #Constraints:      70321
563.09/564.51	c #Conflicts:     897000 | #Constraints:      71323
563.09/564.51	c #Conflicts:     898000 | #Constraints:      72324
563.09/564.51	c #Conflicts:     899000 | #Constraints:      73325
563.09/564.51	c #Conflicts:     900000 | #Constraints:      74327
563.09/564.51	c #Conflicts:     901000 | #Constraints:      75331
563.09/564.51	c #Conflicts:     902000 | #Constraints:      76333
563.09/564.51	c #Conflicts:     903000 | #Constraints:      77334
563.09/564.51	c #Conflicts:     904000 | #Constraints:      78335
563.09/564.51	c #Conflicts:     905000 | #Constraints:      79335
563.09/564.51	c #Conflicts:     906000 | #Constraints:      80335
563.09/564.51	c #Conflicts:     907000 | #Constraints:      81335
563.09/564.51	c #Conflicts:     908000 | #Constraints:      82336
563.09/564.51	c #Conflicts:     909000 | #Constraints:      83338
563.09/564.51	c #Conflicts:     910000 | #Constraints:      84339
563.09/564.51	WSVECS04 Frhs2[1]: 6 -6.00006 0 shouldn't be
563.09/564.51	WSVECS04 Frhs2[9]: 6 0 2.00008 shouldn't be
563.09/564.51	WSVECS04 Frhs2[13]: 6 0 1.00008 shouldn't be
563.09/564.51	WSVECS04 Frhs2[19]: 6 0 2.00003 shouldn't be
563.09/564.51	WSVECS04 Frhs2[23]: 6 0 1.66671 shouldn't be
563.09/564.51	WSVECS04 Frhs2[30]: 6 0 5.00007 shouldn't be
563.09/564.51	WSVECS04 Frhs2[31]: 6 0 2.66671 shouldn't be
563.09/564.51	WSVECS04 Frhs2[35]: 6 0 1.00003 shouldn't be
563.09/564.51	WSVECS04 Frhs2[45]: 6 0 3.00008 shouldn't be
563.09/564.51	WSVECS04 Frhs2[50]: 6 0 1.00008 shouldn't be
563.09/564.51	WSVECS04 Frhs2[51]: 6 0 3.00005 shouldn't be
563.09/564.51	WSVECS04 Frhs2[61]: 6 0 2.00001 shouldn't be
563.09/564.51	WSVECS04 Frhs2[67]: 6 -3.33339 0 shouldn't be
563.09/564.51	WSVECS04 Frhs2[74]: 6 0 1.00006 shouldn't be
563.09/564.51	WSVECS04 Frhs2[78]: 6 0 3.00004 shouldn't be
563.09/564.51	WSVECS04 Frhs2[82]: 6 0 2.00007 shouldn't be
563.09/564.51	WSVECS04 Frhs2[90]: 6 0 1.66675 shouldn't be
563.09/564.51	WSVECS04 Frhs2[91]: 6 0 1.00009 shouldn't be
563.09/564.51	WSVECS04 Frhs2[92]: 6 0 1.00007 shouldn't be
563.09/564.51	WSVECS04 Frhs2[94]: 6 0 6.66675 shouldn't be
563.09/564.51	WSVECS04 Frhs2[96]: 6 0 1.00003 shouldn't be
563.09/564.51	WSVECS04 Frhs2[97]: 6 0 1.00003 shouldn't be
563.09/564.51	WSVECS04 Frhs2[108]: 6 0 1.00008 shouldn't be
563.09/564.51	WSVECS04 Frhs2[114]: 6 0 2.00004 shouldn't be
563.09/564.51	WSVECS04 Frhs2[115]: 6 0 2.00007 shouldn't be
563.09/564.51	WSVECS04 Frhs2[118]: 6 0 3.00003 shouldn't be
563.09/564.51	WSVECS04 Frhs2[120]: 6 0 2.00001 shouldn't be
563.09/564.51	WSVECS04 Frhs2[123]: 6 0 1.00007 shouldn't be
563.09/564.51	WSVECS04 Frhs2[125]: 6 -3.00002 0 shouldn't be
563.09/564.51	WSVECS04 Frhs2[135]: 6 0 1.00001 shouldn't be
563.09/564.51	WSVECS04 Frhs2[143]: 6 0 3.00009 shouldn't be
563.09/564.51	WSVECS04 Frhs2[149]: 6 0 2.66676 shouldn't be
563.09/564.51	WSVECS04 Frhs2[153]: 6 -5.33338 0 shouldn't be
563.09/564.51	WSVECS04 Frhs2[155]: 6 0 1.00004 shouldn't be
563.09/564.51	WSVECS04 Frhs2[159]: 6 0 2.00005 shouldn't be
563.09/564.51	WSVECS04 Frhs2[162]: 6 0 2.00007 shouldn't be
563.09/564.51	WSVECS04 Frhs2[166]: 6 0 3.00003 shouldn't be
563.09/564.51	WSVECS04 Frhs2[170]: 6 -4.6667 0 shouldn't be
563.09/564.51	WSVECS04 Frhs2[179]: 6 0 2.00004 shouldn't be
563.09/564.51	WSVECS04 Frhs2[184]: 6 0 1.6667 shouldn't be
563.09/564.51	WSVECS04 Frhs2[186]: 6 0 1.33339 shouldn't be
563.09/564.51	WSVECS04 Frhs2[191]: 6 0 1.00005 shouldn't be
563.09/564.51	WSVECS04 Frhs2[194]: 6 0 1.00008 shouldn't be
563.09/564.51	WSVECS04 Frhs2[198]: 6 0 1.66672 shouldn't be
563.09/564.51	WSVECS04 Frhs2[199]: 6 0 2.66669 shouldn't be
565.88/567.37	c #Conflicts:     911000 | #Constraints:      85339
565.88/567.37	c #Conflicts:     912000 | #Constraints:      86339
565.88/567.37	c #Conflicts:     913000 | #Constraints:      87339
565.88/567.37	c #Conflicts:     914000 | #Constraints:      88339
565.88/567.37	c INPROCESSING
565.88/567.37	c GARBAGE COLLECT
565.88/567.37	c rational objective -111
570.17/571.65	c #Conflicts:     915000 | #Constraints:      53759
570.17/571.65	c #Conflicts:     916000 | #Constraints:      54760
570.17/571.65	c #Conflicts:     917000 | #Constraints:      55761
570.17/571.65	c #Conflicts:     918000 | #Constraints:      56762
570.17/571.65	c #Conflicts:     919000 | #Constraints:      57762
570.17/571.65	c #Conflicts:     920000 | #Constraints:      58763
570.17/571.65	c #Conflicts:     921000 | #Constraints:      59763
570.17/571.65	WSVECS04 Frhs2[4]: 6 0 2.66671 shouldn't be
570.17/571.65	WSVECS04 Frhs2[18]: 6 0 3.00008 shouldn't be
570.17/571.65	WSVECS04 Frhs2[32]: 6 0 1.41674 shouldn't be
570.17/571.65	WSVECS04 Frhs2[35]: 6 0 3.16673 shouldn't be
570.17/571.65	WSVECS04 Frhs2[44]: 6 0 4.00007 shouldn't be
570.17/571.65	WSVECS04 Frhs2[51]: 6 -1.00006 0 shouldn't be
570.17/571.65	WSVECS04 Frhs2[52]: 6 0 1.00004 shouldn't be
570.17/571.65	WSVECS04 Frhs2[55]: 6 0 4.00004 shouldn't be
570.17/571.65	WSVECS04 Frhs2[59]: 6 0 2.50008 shouldn't be
570.17/571.65	WSVECS04 Frhs2[63]: 6 -1.58343 0 shouldn't be
570.17/571.65	WSVECS04 Frhs2[66]: 6 0 1.50005 shouldn't be
570.17/571.65	WSVECS04 Frhs2[68]: 6 0 1.25004 shouldn't be
570.17/571.65	WSVECS04 Frhs2[73]: 6 0 4.00002 shouldn't be
570.17/571.65	WSVECS04 Frhs2[75]: 6 0 1.00004 shouldn't be
570.17/571.65	WSVECS04 Frhs2[80]: 6 0 4.41676 shouldn't be
570.17/571.65	WSVECS04 Frhs2[91]: 6 0 1.00009 shouldn't be
570.17/571.65	WSVECS04 Frhs2[92]: 6 -0.333428 0 shouldn't be
570.17/571.65	WSVECS04 Frhs2[96]: 6 0 2.83336 shouldn't be
570.17/571.65	WSVECS04 Frhs2[98]: 6 0 1.00007 shouldn't be
570.17/571.65	WSVECS04 Frhs2[108]: 6 0 1.50009 shouldn't be
570.17/571.65	WSVECS04 Frhs2[109]: 6 0 6.91673 shouldn't be
570.17/571.65	WSVECS04 Frhs2[111]: 6 0 2.00002 shouldn't be
570.17/571.65	WSVECS04 Frhs2[116]: 6 0 2.3334 shouldn't be
570.17/571.65	WSVECS04 Frhs2[118]: 6 0 3.75003 shouldn't be
570.17/571.65	WSVECS04 Frhs2[120]: 6 -9.25009 0 shouldn't be
570.17/571.65	WSVECS04 Frhs2[121]: 6 0 1.00008 shouldn't be
570.17/571.65	WSVECS04 Frhs2[124]: 6 0 1.00005 shouldn't be
570.17/571.65	WSVECS04 Frhs2[129]: 6 0 3.58336 shouldn't be
570.17/571.65	WSVECS04 Frhs2[133]: 6 0 1.41673 shouldn't be
570.17/571.65	WSVECS04 Frhs2[141]: 6 0 2.00002 shouldn't be
570.17/571.65	WSVECS04 Frhs2[145]: 6 0 3.75008 shouldn't be
570.17/571.65	WSVECS04 Frhs2[148]: 6 0 3.50002 shouldn't be
570.17/571.65	WSVECS04 Frhs2[155]: 6 0 2.00005 shouldn't be
570.17/571.65	WSVECS04 Frhs2[156]: 6 0 2.00008 shouldn't be
570.17/571.65	WSVECS04 Frhs2[157]: 6 0 8.00001 shouldn't be
570.17/571.65	WSVECS04 Frhs2[160]: 6 0 3.00001 shouldn't be
570.17/571.65	WSVECS04 Frhs2[182]: 6 0 2.41673 shouldn't be
570.17/571.65	WSVECS04 Frhs2[189]: 6 0 2.50009 shouldn't be
570.17/571.65	WSVECS04 Frhs2[191]: 6 0 2.16671 shouldn't be
570.17/571.65	WSVECS04 Frhs2[193]: 6 0 1.00001 shouldn't be
570.17/571.65	WSVECS04 Frhs2[195]: 6 0 2.00004 shouldn't be
577.85/579.37	c #Conflicts:     922000 | #Constraints:      60763
577.85/579.37	c #Conflicts:     923000 | #Constraints:      61763
577.85/579.37	c #Conflicts:     924000 | #Constraints:      62763
577.85/579.37	c #Conflicts:     925000 | #Constraints:      63763
577.85/579.37	c #Conflicts:     926000 | #Constraints:      64766
577.85/579.37	c #Conflicts:     927000 | #Constraints:      65769
577.85/579.37	c #Conflicts:     928000 | #Constraints:      66769
577.85/579.37	c #Conflicts:     929000 | #Constraints:      67770
577.85/579.37	c #Conflicts:     930000 | #Constraints:      68774
577.85/579.37	c #Conflicts:     931000 | #Constraints:      69776
577.85/579.37	c #Conflicts:     932000 | #Constraints:      70777
577.85/579.37	c #Conflicts:     933000 | #Constraints:      71778
577.85/579.37	c #Conflicts:     934000 | #Constraints:      72778
577.85/579.37	c INPROCESSING
577.85/579.37	c GARBAGE COLLECT
577.85/579.37	c rational objective -111
589.42/590.90	c #Conflicts:     935000 | #Constraints:      45974
589.42/590.90	c #Conflicts:     936000 | #Constraints:      46974
589.42/590.90	c #Conflicts:     937000 | #Constraints:      47976
589.42/590.90	c #Conflicts:     938000 | #Constraints:      48976
589.42/590.90	c #Conflicts:     939000 | #Constraints:      49976
589.42/590.90	c #Conflicts:     940000 | #Constraints:      50977
589.42/590.90	c #Conflicts:     941000 | #Constraints:      51978
589.42/590.90	c #Conflicts:     942000 | #Constraints:      52981
589.42/590.90	c #Conflicts:     943000 | #Constraints:      53981
589.42/590.90	c #Conflicts:     944000 | #Constraints:      54981
589.42/590.90	c #Conflicts:     945000 | #Constraints:      55983
589.42/590.90	c #Conflicts:     946000 | #Constraints:      56984
589.42/590.90	c #Conflicts:     947000 | #Constraints:      57988
589.42/590.90	c #Conflicts:     948000 | #Constraints:      58993
589.42/590.90	c #Conflicts:     949000 | #Constraints:      59994
589.42/590.90	c #Conflicts:     950000 | #Constraints:      60994
589.42/590.90	c #Conflicts:     951000 | #Constraints:      61996
589.42/590.90	c #Conflicts:     952000 | #Constraints:      62998
589.42/590.90	c #Conflicts:     953000 | #Constraints:      64002
589.42/590.90	c #Conflicts:     954000 | #Constraints:      65004
589.42/590.90	c INPROCESSING
589.42/590.90	c GARBAGE COLLECT
589.42/590.90	c rational objective -111
600.89/602.49	c #Conflicts:     955000 | #Constraints:      41985
600.89/602.49	c #Conflicts:     956000 | #Constraints:      42989
600.89/602.49	c #Conflicts:     957000 | #Constraints:      43991
600.89/602.49	c #Conflicts:     958000 | #Constraints:      44994
600.89/602.49	c #Conflicts:     959000 | #Constraints:      45998
600.89/602.49	c #Conflicts:     960000 | #Constraints:      46998
600.89/602.49	c #Conflicts:     961000 | #Constraints:      48000
600.89/602.49	c #Conflicts:     962000 | #Constraints:      49001
600.89/602.49	c #Conflicts:     963000 | #Constraints:      50004
600.89/602.49	c #Conflicts:     964000 | #Constraints:      51006
600.89/602.49	c #Conflicts:     965000 | #Constraints:      52007
600.89/602.49	c #Conflicts:     966000 | #Constraints:      53010
600.89/602.49	c #Conflicts:     967000 | #Constraints:      54011
600.89/602.49	c #Conflicts:     968000 | #Constraints:      55011
600.89/602.49	c #Conflicts:     969000 | #Constraints:      56011
600.89/602.49	c #Conflicts:     970000 | #Constraints:      57016
600.89/602.49	c #Conflicts:     971000 | #Constraints:      58022
600.89/602.49	c #Conflicts:     972000 | #Constraints:      59023
600.89/602.49	c #Conflicts:     973000 | #Constraints:      60024
600.89/602.49	c #Conflicts:     974000 | #Constraints:      61026
600.89/602.49	c #Conflicts:     975000 | #Constraints:      62027
600.89/602.49	c INPROCESSING
600.89/602.49	c GARBAGE COLLECT
600.89/602.49	c rational objective -111
656.65/658.32	c #Conflicts:     976000 | #Constraints:      40799
656.65/658.32	c #Conflicts:     977000 | #Constraints:      41800
656.65/658.32	c #Conflicts:     978000 | #Constraints:      42801
656.65/658.32	c #Conflicts:     979000 | #Constraints:      43803
656.65/658.32	c #Conflicts:     980000 | #Constraints:      44804
656.65/658.32	c #Conflicts:     981000 | #Constraints:      45805
656.65/658.32	c #Conflicts:     982000 | #Constraints:      46807
656.65/658.32	c #Conflicts:     983000 | #Constraints:      47808
656.65/658.32	c #Conflicts:     984000 | #Constraints:      48810
656.65/658.32	c #Conflicts:     985000 | #Constraints:      49812
656.65/658.32	c #Conflicts:     986000 | #Constraints:      50813
656.65/658.32	c #Conflicts:     987000 | #Constraints:      51814
656.65/658.32	c #Conflicts:     988000 | #Constraints:      52815
656.65/658.32	c #Conflicts:     989000 | #Constraints:      53817
656.65/658.32	c #Conflicts:     990000 | #Constraints:      54822
656.65/658.32	c #Conflicts:     991000 | #Constraints:      55828
656.65/658.32	c #Conflicts:     992000 | #Constraints:      56833
656.65/658.32	c #Conflicts:     993000 | #Constraints:      57837
656.65/658.32	c #Conflicts:     994000 | #Constraints:      58838
656.65/658.32	c #Conflicts:     995000 | #Constraints:      59844
656.65/658.32	c #Conflicts:     996000 | #Constraints:      60845
656.65/658.32	c #Conflicts:     997000 | #Constraints:      61847
656.65/658.32	c #Conflicts:     998000 | #Constraints:      62850
656.65/658.32	c #Conflicts:     999000 | #Constraints:      63850
656.65/658.32	c #Conflicts:    1000000 | #Constraints:      64852
656.65/658.32	c #Conflicts:    1001000 | #Constraints:      65853
656.65/658.32	c #Conflicts:    1002000 | #Constraints:      66853
656.65/658.32	c #Conflicts:    1003000 | #Constraints:      67858
656.65/658.32	c #Conflicts:    1004000 | #Constraints:      68862
656.65/658.32	c #Conflicts:    1005000 | #Constraints:      69868
656.65/658.32	c #Conflicts:    1006000 | #Constraints:      70870
656.65/658.32	c #Conflicts:    1007000 | #Constraints:      71872
656.65/658.32	c #Conflicts:    1008000 | #Constraints:      72872
656.65/658.32	c #Conflicts:    1009000 | #Constraints:      73872
656.65/658.32	c #Conflicts:    1010000 | #Constraints:      74874
656.65/658.32	c #Conflicts:    1011000 | #Constraints:      75877
656.65/658.32	c #Conflicts:    1012000 | #Constraints:      76878
656.65/658.32	c #Conflicts:    1013000 | #Constraints:      77878
656.65/658.32	c #Conflicts:    1014000 | #Constraints:      78879
656.65/658.32	c #Conflicts:    1015000 | #Constraints:      79879
656.65/658.32	c #Conflicts:    1016000 | #Constraints:      80880
656.65/658.32	c #Conflicts:    1017000 | #Constraints:      81886
656.65/658.32	c #Conflicts:    1018000 | #Constraints:      82886
656.65/658.32	c #Conflicts:    1019000 | #Constraints:      83887
656.65/658.32	c #Conflicts:    1020000 | #Constraints:      84892
656.65/658.32	c #Conflicts:    1021000 | #Constraints:      85896
656.65/658.32	c #Conflicts:    1022000 | #Constraints:      86899
656.65/658.32	c #Conflicts:    1023000 | #Constraints:      87902
656.65/658.32	c #Conflicts:    1024000 | #Constraints:      88902
656.65/658.32	c #Conflicts:    1025000 | #Constraints:      89906
656.65/658.32	c #Conflicts:    1026000 | #Constraints:      90914
656.65/658.32	c #Conflicts:    1027000 | #Constraints:      91915
656.65/658.32	c #Conflicts:    1028000 | #Constraints:      92916
656.65/658.32	c #Conflicts:    1029000 | #Constraints:      93918
656.65/658.32	c #Conflicts:    1030000 | #Constraints:      94920
656.65/658.32	c #Conflicts:    1031000 | #Constraints:      95922
656.65/658.32	c #Conflicts:    1032000 | #Constraints:      96922
656.65/658.32	c #Conflicts:    1033000 | #Constraints:      97923
656.65/658.32	c #Conflicts:    1034000 | #Constraints:      98924
656.65/658.32	c #Conflicts:    1035000 | #Constraints:      99924
656.65/658.32	c #Conflicts:    1036000 | #Constraints:     100928
656.65/658.32	c #Conflicts:    1037000 | #Constraints:     101932
656.65/658.32	c #Conflicts:    1038000 | #Constraints:     102932
656.65/658.32	c #Conflicts:    1039000 | #Constraints:     103935
656.65/658.32	c #Conflicts:    1040000 | #Constraints:     104940
656.65/658.32	c #Conflicts:    1041000 | #Constraints:     105940
656.65/658.32	c #Conflicts:    1042000 | #Constraints:     106944
656.65/658.32	c #Conflicts:    1043000 | #Constraints:     107944
656.65/658.32	c #Conflicts:    1044000 | #Constraints:     108946
656.65/658.32	c #Conflicts:    1045000 | #Constraints:     109950
656.65/658.32	c #Conflicts:    1046000 | #Constraints:     110951
656.65/658.32	c #Conflicts:    1047000 | #Constraints:     111956
656.65/658.32	c #Conflicts:    1048000 | #Constraints:     112957
656.65/658.32	c #Conflicts:    1049000 | #Constraints:     113964
656.65/658.32	c #Conflicts:    1050000 | #Constraints:     114970
656.65/658.32	c #Conflicts:    1051000 | #Constraints:     115972
656.65/658.32	c #Conflicts:    1052000 | #Constraints:     116972
656.65/658.32	c #Conflicts:    1053000 | #Constraints:     117972
656.65/658.32	c #Conflicts:    1054000 | #Constraints:     118972
667.33/669.09	c #Conflicts:    1055000 | #Constraints:     119973
667.33/669.09	c #Conflicts:    1056000 | #Constraints:     120974
667.33/669.09	c #Conflicts:    1057000 | #Constraints:     121976
667.33/669.09	c #Conflicts:    1058000 | #Constraints:     122979
667.33/669.09	c #Conflicts:    1059000 | #Constraints:     123981
667.33/669.09	c #Conflicts:    1060000 | #Constraints:     124983
667.33/669.09	c #Conflicts:    1061000 | #Constraints:     125984
667.33/669.09	c #Conflicts:    1062000 | #Constraints:     126984
667.33/669.09	c #Conflicts:    1063000 | #Constraints:     127987
667.33/669.09	c #Conflicts:    1064000 | #Constraints:     128990
667.33/669.09	c INPROCESSING
667.33/669.09	c GARBAGE COLLECT
667.33/669.09	c rational objective -111
675.60/677.30	c #Conflicts:    1065000 | #Constraints:      74282
675.60/677.30	c #Conflicts:    1066000 | #Constraints:      75282
675.60/677.30	c #Conflicts:    1067000 | #Constraints:      76282
675.60/677.30	c #Conflicts:    1068000 | #Constraints:      77282
675.60/677.30	c #Conflicts:    1069000 | #Constraints:      78282
675.60/677.30	c #Conflicts:    1070000 | #Constraints:      79282
675.60/677.30	c #Conflicts:    1071000 | #Constraints:      80282
675.60/677.30	c #Conflicts:    1072000 | #Constraints:      81282
675.60/677.30	c #Conflicts:    1073000 | #Constraints:      82282
675.60/677.30	c #Conflicts:    1074000 | #Constraints:      83282
675.60/677.30	c #Conflicts:    1075000 | #Constraints:      84282
675.60/677.30	c #Conflicts:    1076000 | #Constraints:      85282
675.60/677.30	WSVECS04 Frhs2[28]: 6 -2.55561 0 shouldn't be
675.60/677.30	WSVECS04 Frhs2[64]: 6 0 3.27785 shouldn't be
675.60/677.30	WSVECS04 Frhs2[85]: 6 0 4.25935 shouldn't be
675.60/677.30	WSVECS04 Frhs2[86]: 6 0 2.57417 shouldn't be
675.60/677.30	WSVECS04 Frhs2[87]: 6 0 1.00003 shouldn't be
675.60/677.30	WSVECS04 Frhs2[128]: 6 0 2.48151 shouldn't be
675.60/677.30	WSVECS04 Frhs2[132]: 6 0 3.00009 shouldn't be
675.60/677.30	WSVECS04 Frhs2[144]: 6 0 1.03708 shouldn't be
675.60/677.30	WSVECS04 Frhs2[170]: 6 -2.46306 0 shouldn't be
675.60/677.30	WSVECS04 Frhs2[182]: 6 0 4.42596 shouldn't be
675.60/677.30	WSVECS04 Frhs2[186]: 6 0 1.0186 shouldn't be
681.48/683.23	c #Conflicts:    1077000 | #Constraints:      86282
681.48/683.23	c #Conflicts:    1078000 | #Constraints:      87282
681.48/683.23	c #Conflicts:    1079000 | #Constraints:      88282
681.48/683.23	c #Conflicts:    1080000 | #Constraints:      89282
681.48/683.23	c #Conflicts:    1081000 | #Constraints:      90282
681.48/683.23	c #Conflicts:    1082000 | #Constraints:      91282
681.48/683.23	c #Conflicts:    1083000 | #Constraints:      92282
681.48/683.23	c #Conflicts:    1084000 | #Constraints:      93282
681.48/683.23	WSVECS04 Frhs2[2]: 6 0 3.0001 shouldn't be
681.48/683.23	WSVECS04 Frhs2[6]: 6 0 1.16668 shouldn't be
681.48/683.23	WSVECS04 Frhs2[19]: 6 0 7.00003 shouldn't be
681.48/683.23	WSVECS04 Frhs2[23]: 6 0 2.83339 shouldn't be
681.48/683.23	WSVECS04 Frhs2[66]: 6 0 2.00004 shouldn't be
681.48/683.23	WSVECS04 Frhs2[132]: 6 0 3.00004 shouldn't be
681.48/683.23	WSVECS04 Frhs2[141]: 6 -5.50004 0 shouldn't be
681.48/683.23	WSVECS04 Frhs2[172]: 6 0 2.0001 shouldn't be
681.48/683.23	WSVECS04 Frhs2[191]: 6 0 2.33342 shouldn't be
681.48/683.23	WSVECS04 Frhs2[194]: 6 0 2.00009 shouldn't be
681.48/683.23	WSVECS04 Frhs2[197]: 6 0 1.50006 shouldn't be
682.30/684.10	c #Conflicts:    1085000 | #Constraints:      94282
682.30/684.10	c INPROCESSING
682.30/684.10	c GARBAGE COLLECT
682.30/684.10	c rational objective -111
686.87/688.69	c #Conflicts:    1086000 | #Constraints:      56562
686.87/688.69	c #Conflicts:    1087000 | #Constraints:      57562
686.87/688.69	c #Conflicts:    1088000 | #Constraints:      58562
686.87/688.69	c #Conflicts:    1089000 | #Constraints:      59562
686.87/688.69	c #Conflicts:    1090000 | #Constraints:      60562
686.87/688.69	c #Conflicts:    1091000 | #Constraints:      61562
686.87/688.69	c #Conflicts:    1092000 | #Constraints:      62562
686.87/688.69	WSVECS04 Frhs2[2]: 6 0 3.40917 shouldn't be
686.87/688.69	WSVECS04 Frhs2[35]: 6 0 3.27282 shouldn't be
686.87/688.69	WSVECS04 Frhs2[48]: 6 -1.54552 0 shouldn't be
686.87/688.69	WSVECS04 Frhs2[58]: 6 -4.00006 0 shouldn't be
686.87/688.69	WSVECS04 Frhs2[85]: 6 0 3.00009 shouldn't be
686.87/688.69	WSVECS04 Frhs2[104]: 6 0 1.00009 shouldn't be
686.87/688.69	WSVECS04 Frhs2[120]: 6 0 2.40915 shouldn't be
686.87/688.69	WSVECS04 Frhs2[135]: 6 0 3.00005 shouldn't be
686.87/688.69	WSVECS04 Frhs2[137]: 6 0 2.90919 shouldn't be
686.87/688.69	WSVECS04 Frhs2[139]: 6 -1.36369 0 shouldn't be
686.87/688.69	WSVECS04 Frhs2[149]: 6 0 2.50002 shouldn't be
686.87/688.69	WSVECS04 Frhs2[160]: 6 0 4.18185 shouldn't be
686.87/688.69	WSVECS04 Frhs2[169]: 6 0 3.18188 shouldn't be
686.87/688.69	WSVECS04 Frhs2[178]: 6 -0.59096 0 shouldn't be
686.87/688.69	WSVECS04 Frhs2[179]: 6 0 1.36365 shouldn't be
688.47/690.26	c #Conflicts:    1093000 | #Constraints:      63562
688.47/690.26	c #Conflicts:    1094000 | #Constraints:      64562
688.47/690.26	c #Conflicts:    1095000 | #Constraints:      65562
688.47/690.26	WSVECS04 Frhs2[19]: 6 0 8.66674 shouldn't be
688.47/690.26	WSVECS04 Frhs2[26]: 6 0 1.44452 shouldn't be
688.47/690.26	WSVECS04 Frhs2[64]: 6 0 4.66672 shouldn't be
688.47/690.26	WSVECS04 Frhs2[74]: 6 -2.33342 0 shouldn't be
688.47/690.26	WSVECS04 Frhs2[107]: 6 0 0.88891 shouldn't be
688.47/690.26	WSVECS04 Frhs2[121]: 6 0 4.11116 shouldn't be
688.47/690.26	WSVECS04 Frhs2[143]: 6 0 3.66669 shouldn't be
691.28/693.07	c #Conflicts:    1096000 | #Constraints:      66562
691.28/693.07	c #Conflicts:    1097000 | #Constraints:      67562
691.28/693.07	c #Conflicts:    1098000 | #Constraints:      68562
691.28/693.07	c #Conflicts:    1099000 | #Constraints:      69562
691.28/693.07	WSVECS04 Frhs2[29]: 6 -4.83338 0 shouldn't be
691.28/693.07	WSVECS04 Frhs2[38]: 6 0 4.83335 shouldn't be
691.28/693.07	WSVECS04 Frhs2[58]: 6 0 2.50004 shouldn't be
691.28/693.07	WSVECS04 Frhs2[105]: 6 0 2.7501 shouldn't be
691.28/693.07	WSVECS04 Frhs2[141]: 6 -0.750078 0 shouldn't be
691.28/693.07	WSVECS04 Frhs2[165]: 6 -0.166678 0 shouldn't be
691.28/693.07	WSVECS04 Frhs2[173]: 6 0 3.16675 shouldn't be
691.28/693.07	WSVECS04 Frhs2[187]: 6 0 7.08337 shouldn't be
691.28/693.07	WSVECS04 Frhs2[189]: 6 0 1.58337 shouldn't be
697.04/698.81	c #Conflicts:    1100000 | #Constraints:      70562
697.04/698.81	c #Conflicts:    1101000 | #Constraints:      71562
697.04/698.81	c #Conflicts:    1102000 | #Constraints:      72562
697.04/698.81	c #Conflicts:    1103000 | #Constraints:      73562
697.04/698.81	c #Conflicts:    1104000 | #Constraints:      74562
697.04/698.81	c #Conflicts:    1105000 | #Constraints:      75562
697.04/698.81	c #Conflicts:    1106000 | #Constraints:      76562
697.04/698.81	c #Conflicts:    1107000 | #Constraints:      77562
697.04/698.81	c INPROCESSING
697.04/698.81	c GARBAGE COLLECT
697.04/698.81	c rational objective -111
698.36/700.14	c #Conflicts:    1108000 | #Constraints:      48260
698.36/700.14	c #Conflicts:    1109000 | #Constraints:      49260
698.36/700.14	WSVECS04 Frhs2[3]: 6 0 1.00006 shouldn't be
698.36/700.14	WSVECS04 Frhs2[6]: 6 0 1.62501 shouldn't be
698.36/700.14	WSVECS04 Frhs2[10]: 6 0 2.75004 shouldn't be
698.36/700.14	WSVECS04 Frhs2[20]: 6 -0.375012 0 shouldn't be
698.36/700.14	WSVECS04 Frhs2[65]: 6 0 2.00009 shouldn't be
698.36/700.14	WSVECS04 Frhs2[125]: 6 0 2.62506 shouldn't be
698.36/700.14	WSVECS04 Frhs2[138]: 6 0 3.87506 shouldn't be
698.36/700.14	WSVECS04 Frhs2[159]: 6 0 3.00008 shouldn't be
698.36/700.14	WSVECS04 Frhs2[193]: 6 -0.875085 0 shouldn't be
707.03/708.85	c #Conflicts:    1110000 | #Constraints:      50260
707.03/708.85	c #Conflicts:    1111000 | #Constraints:      51260
707.03/708.85	c #Conflicts:    1112000 | #Constraints:      52260
707.03/708.85	c #Conflicts:    1113000 | #Constraints:      53260
707.03/708.85	c #Conflicts:    1114000 | #Constraints:      54260
707.03/708.85	c #Conflicts:    1115000 | #Constraints:      55260
707.03/708.85	c #Conflicts:    1116000 | #Constraints:      56260
707.03/708.85	c #Conflicts:    1117000 | #Constraints:      57260
707.03/708.85	c #Conflicts:    1118000 | #Constraints:      58260
707.03/708.85	c #Conflicts:    1119000 | #Constraints:      59260
707.03/708.85	c #Conflicts:    1120000 | #Constraints:      60260
707.03/708.85	c #Conflicts:    1121000 | #Constraints:      61260
707.03/708.85	c #Conflicts:    1122000 | #Constraints:      62260
707.03/708.85	c #Conflicts:    1123000 | #Constraints:      63260
707.03/708.85	c #Conflicts:    1124000 | #Constraints:      64260
707.03/708.85	WSVECS04 Frhs2[8]: 6 0 2.00005 shouldn't be
707.03/708.85	WSVECS04 Frhs2[11]: 6 0 1.5001 shouldn't be
707.03/708.85	WSVECS04 Frhs2[18]: 6 0 1.50009 shouldn't be
707.03/708.85	WSVECS04 Frhs2[20]: 6 -1.10009 0 shouldn't be
707.03/708.85	WSVECS04 Frhs2[32]: 6 0 1.00003 shouldn't be
707.03/708.85	WSVECS04 Frhs2[43]: 6 0 6.00007 shouldn't be
707.03/708.85	WSVECS04 Frhs2[45]: 6 0 1.90008 shouldn't be
707.03/708.85	WSVECS04 Frhs2[60]: 6 -3.10003 0 shouldn't be
707.03/708.85	WSVECS04 Frhs2[73]: 6 0 2.90008 shouldn't be
707.03/708.85	WSVECS04 Frhs2[85]: 6 0 2.00005 shouldn't be
707.03/708.85	WSVECS04 Frhs2[89]: 6 0 3.00007 shouldn't be
707.03/708.85	WSVECS04 Frhs2[92]: 6 0 2.00004 shouldn't be
707.03/708.85	WSVECS04 Frhs2[94]: 6 -1.00006 0 shouldn't be
707.03/708.85	WSVECS04 Frhs2[99]: 6 -0.900096 0 shouldn't be
707.03/708.85	WSVECS04 Frhs2[101]: 6 -3.90009 0 shouldn't be
707.03/708.85	WSVECS04 Frhs2[102]: 6 0 1.20009 shouldn't be
707.03/708.85	WSVECS04 Frhs2[108]: 6 0 4.00006 shouldn't be
707.03/708.85	WSVECS04 Frhs2[112]: 6 0 3.00008 shouldn't be
707.03/708.85	WSVECS04 Frhs2[119]: 6 -0.100093 0 shouldn't be
707.03/708.85	WSVECS04 Frhs2[128]: 6 0 1.00009 shouldn't be
707.03/708.85	WSVECS04 Frhs2[133]: 6 0 2.00005 shouldn't be
707.03/708.85	WSVECS04 Frhs2[140]: 6 0 1.00002 shouldn't be
707.03/708.85	WSVECS04 Frhs2[153]: 6 0 2.00002 shouldn't be
707.03/708.85	WSVECS04 Frhs2[158]: 6 0 1.00009 shouldn't be
707.03/708.85	WSVECS04 Frhs2[162]: 6 0 5.00006 shouldn't be
707.03/708.85	WSVECS04 Frhs2[164]: 6 0 3.80003 shouldn't be
707.03/708.85	WSVECS04 Frhs2[170]: 6 0 1.20005 shouldn't be
707.03/708.85	WSVECS04 Frhs2[172]: 6 0 4.00006 shouldn't be
707.03/708.85	WSVECS04 Frhs2[175]: 6 0 2.00007 shouldn't be
707.03/708.85	WSVECS04 Frhs2[176]: 6 0 1.0001 shouldn't be
707.03/708.85	WSVECS04 Frhs2[180]: 6 0 3.00004 shouldn't be
707.03/708.85	WSVECS04 Frhs2[197]: 6 0 3.90002 shouldn't be
707.03/708.85	WSVECS04 Frhs2[200]: 6 0 2.0001 shouldn't be
708.92/710.79	c #Conflicts:    1125000 | #Constraints:      65260
708.92/710.79	c #Conflicts:    1126000 | #Constraints:      66260
708.92/710.79	WSVECS04 Frhs2[18]: 6 0 2.14294 shouldn't be
708.92/710.79	WSVECS04 Frhs2[23]: 6 0 3.28575 shouldn't be
708.92/710.79	WSVECS04 Frhs2[50]: 6 0 4.2858 shouldn't be
708.92/710.79	WSVECS04 Frhs2[66]: 6 0 1.00003 shouldn't be
708.92/710.79	WSVECS04 Frhs2[77]: 6 0 1.00001 shouldn't be
708.92/710.79	WSVECS04 Frhs2[125]: 6 -1.71434 0 shouldn't be
708.92/710.79	WSVECS04 Frhs2[149]: 6 0 2.00003 shouldn't be
708.92/710.79	WSVECS04 Frhs2[160]: 6 0 1.42862 shouldn't be
708.92/710.79	WSVECS04 Frhs2[172]: 6 0 2.00008 shouldn't be
708.92/710.79	WSVECS04 Frhs2[194]: 6 0 1.00002 shouldn't be
711.11/712.99	c #Conflicts:    1127000 | #Constraints:      67260
711.11/712.99	c #Conflicts:    1128000 | #Constraints:      68260
711.11/712.99	c #Conflicts:    1129000 | #Constraints:      69260
711.11/712.99	c INPROCESSING
711.11/712.99	c GARBAGE COLLECT
711.11/712.99	c rational objective -111
713.01/714.82	c #Conflicts:    1130000 | #Constraints:      44048
713.01/714.82	c #Conflicts:    1131000 | #Constraints:      45048
713.01/714.82	c #Conflicts:    1132000 | #Constraints:      46048
713.01/714.82	WSVECS04 Frhs2[9]: 6 0 2.85001 shouldn't be
713.01/714.82	WSVECS04 Frhs2[33]: 6 0 3.20008 shouldn't be
713.01/714.82	WSVECS04 Frhs2[36]: 6 0 1.32504 shouldn't be
713.01/714.82	WSVECS04 Frhs2[41]: 6 0 1.00002 shouldn't be
713.01/714.82	WSVECS04 Frhs2[73]: 6 0 2.00006 shouldn't be
713.01/714.82	WSVECS04 Frhs2[89]: 6 0 3.00008 shouldn't be
713.01/714.82	WSVECS04 Frhs2[94]: 6 -1.17503 0 shouldn't be
713.01/714.82	WSVECS04 Frhs2[102]: 6 0 1.00009 shouldn't be
713.01/714.82	WSVECS04 Frhs2[110]: 6 -2.10008 0 shouldn't be
713.01/714.82	WSVECS04 Frhs2[119]: 6 -5.77502 0 shouldn't be
713.01/714.82	WSVECS04 Frhs2[136]: 6 0 2.00002 shouldn't be
713.01/714.82	WSVECS04 Frhs2[142]: 6 0 2.10004 shouldn't be
713.01/714.82	WSVECS04 Frhs2[143]: 6 0 2.77508 shouldn't be
713.01/714.82	WSVECS04 Frhs2[149]: 6 0 4.10009 shouldn't be
713.01/714.82	WSVECS04 Frhs2[150]: 6 0 3.90001 shouldn't be
713.01/714.82	WSVECS04 Frhs2[153]: 6 0 1.00007 shouldn't be
713.01/714.82	WSVECS04 Frhs2[158]: 6 -1.45007 0 shouldn't be
713.01/714.82	WSVECS04 Frhs2[160]: 6 0 3.00008 shouldn't be
713.01/714.82	WSVECS04 Frhs2[170]: 6 0 1.45007 shouldn't be
713.01/714.82	WSVECS04 Frhs2[175]: 6 0 3.00008 shouldn't be
713.01/714.82	WSVECS04 Frhs2[180]: 6 0 2.90002 shouldn't be
713.01/714.82	WSVECS04 Frhs2[182]: 6 -3.65007 0 shouldn't be
720.99/722.88	c #Conflicts:    1133000 | #Constraints:      47048
720.99/722.88	c #Conflicts:    1134000 | #Constraints:      48048
720.99/722.88	c #Conflicts:    1135000 | #Constraints:      49048
720.99/722.88	c #Conflicts:    1136000 | #Constraints:      50048
720.99/722.88	c #Conflicts:    1137000 | #Constraints:      51048
720.99/722.88	c #Conflicts:    1138000 | #Constraints:      52048
720.99/722.88	c #Conflicts:    1139000 | #Constraints:      53048
720.99/722.88	c #Conflicts:    1140000 | #Constraints:      54048
720.99/722.88	c #Conflicts:    1141000 | #Constraints:      55048
720.99/722.88	c #Conflicts:    1142000 | #Constraints:      56048
720.99/722.88	c #Conflicts:    1143000 | #Constraints:      57048
720.99/722.88	c #Conflicts:    1144000 | #Constraints:      58048
720.99/722.88	c #Conflicts:    1145000 | #Constraints:      59048
720.99/722.88	c #Conflicts:    1146000 | #Constraints:      60048
720.99/722.88	WSVECS04 Frhs2[10]: 6 0 3.40549 shouldn't be
720.99/722.88	WSVECS04 Frhs2[13]: 6 0 2.00005 shouldn't be
720.99/722.88	WSVECS04 Frhs2[37]: 6 0 4.72306 shouldn't be
720.99/722.88	WSVECS04 Frhs2[64]: 6 -5.99327 0 shouldn't be
720.99/722.88	WSVECS04 Frhs2[72]: 6 0 1.75003 shouldn't be
720.99/722.88	WSVECS04 Frhs2[84]: 6 -0.723062 0 shouldn't be
720.99/722.88	WSVECS04 Frhs2[98]: 6 0 1.91898 shouldn't be
720.99/722.88	WSVECS04 Frhs2[102]: 6 0 3.16226 shouldn't be
720.99/722.88	WSVECS04 Frhs2[105]: 6 0 2.00001 shouldn't be
720.99/722.88	WSVECS04 Frhs2[132]: 6 -0.716271 0 shouldn't be
720.99/722.88	WSVECS04 Frhs2[180]: 6 0 1.50005 shouldn't be
720.99/722.88	WSVECS04 Frhs2[184]: 6 0 1.43245 shouldn't be
720.99/722.88	WSVECS04 Frhs2[187]: 6 -3.5001 0 shouldn't be
720.99/722.88	WSVECS04 Frhs2[192]: 6 0 0.500099 shouldn't be
721.89/723.76	c #Conflicts:    1147000 | #Constraints:      61048
721.89/723.76	c #Conflicts:    1148000 | #Constraints:      62048
721.89/723.76	WSVECS04 Frhs2[17]: 6 0 2.00005 shouldn't be
721.89/723.76	WSVECS04 Frhs2[20]: 6 -1.00007 0 shouldn't be
721.89/723.76	WSVECS04 Frhs2[50]: 6 0 3.50002 shouldn't be
721.89/723.76	WSVECS04 Frhs2[128]: 6 0 3.5001 shouldn't be
721.89/723.76	WSVECS04 Frhs2[135]: 6 0 1.00009 shouldn't be
721.89/723.76	WSVECS04 Frhs2[175]: 6 0 3.00005 shouldn't be
722.89/724.79	c #Conflicts:    1149000 | #Constraints:      63048
722.89/724.79	WSVECS04 Frhs2[18]: 6 0 1.00002 shouldn't be
722.89/724.79	WSVECS04 Frhs2[66]: 6 0 1.00004 shouldn't be
722.89/724.79	WSVECS04 Frhs2[123]: 6 0 2.00008 shouldn't be
722.89/724.79	WSVECS04 Frhs2[139]: 6 -1.85723 0 shouldn't be
722.89/724.79	WSVECS04 Frhs2[160]: 6 0 2.00005 shouldn't be
722.89/724.79	WSVECS04 Frhs2[172]: 6 0 1.57145 shouldn't be
722.89/724.79	WSVECS04 Frhs2[183]: 6 0 1.00008 shouldn't be
722.89/724.79	WSVECS04 Frhs2[196]: 6 0 2.00001 shouldn't be
724.58/726.46	c #Conflicts:    1150000 | #Constraints:      64048
724.58/726.46	c #Conflicts:    1151000 | #Constraints:      65048
724.58/726.46	c #Conflicts:    1152000 | #Constraints:      66048
724.58/726.46	c INPROCESSING
724.58/726.46	c GARBAGE COLLECT
724.58/726.46	c rational objective -111
725.48/727.39	WSVECS04 Frhs2[1]: 6 0 2.00002 shouldn't be
725.48/727.39	WSVECS04 Frhs2[16]: 6 0 1.0001 shouldn't be
725.48/727.39	WSVECS04 Frhs2[18]: 6 0 3.00004 shouldn't be
725.48/727.39	WSVECS04 Frhs2[25]: 6 -1.00005 0 shouldn't be
725.48/727.39	WSVECS04 Frhs2[29]: 6 0 2.50003 shouldn't be
725.48/727.39	WSVECS04 Frhs2[36]: 6 0 2.50002 shouldn't be
725.48/727.39	WSVECS04 Frhs2[45]: 6 0 1.00007 shouldn't be
725.48/727.39	WSVECS04 Frhs2[55]: 6 0 1.50009 shouldn't be
725.48/727.39	WSVECS04 Frhs2[62]: 6 0 3.00007 shouldn't be
725.48/727.39	WSVECS04 Frhs2[64]: 6 0 1.00006 shouldn't be
725.48/727.39	WSVECS04 Frhs2[66]: 6 0 2.00003 shouldn't be
725.48/727.39	WSVECS04 Frhs2[75]: 6 -0.50009 0 shouldn't be
725.48/727.39	WSVECS04 Frhs2[78]: 6 0 4.00003 shouldn't be
725.48/727.39	WSVECS04 Frhs2[82]: 6 0 3.00009 shouldn't be
725.48/727.39	WSVECS04 Frhs2[89]: 6 -3.0001 0 shouldn't be
725.48/727.39	WSVECS04 Frhs2[91]: 6 -5.00002 0 shouldn't be
725.48/727.39	WSVECS04 Frhs2[92]: 6 0 2.00004 shouldn't be
725.48/727.39	WSVECS04 Frhs2[96]: 6 0 2.5001 shouldn't be
725.48/727.39	WSVECS04 Frhs2[101]: 6 -2.50006 0 shouldn't be
725.48/727.39	WSVECS04 Frhs2[102]: 6 0 2.00004 shouldn't be
725.48/727.39	WSVECS04 Frhs2[113]: 6 0 1.00002 shouldn't be
725.48/727.39	WSVECS04 Frhs2[118]: 6 -0.500075 0 shouldn't be
725.48/727.39	WSVECS04 Frhs2[143]: 6 0 3.00002 shouldn't be
725.48/727.39	WSVECS04 Frhs2[149]: 6 -1.00004 0 shouldn't be
725.48/727.39	WSVECS04 Frhs2[153]: 6 0 2.00006 shouldn't be
725.48/727.39	WSVECS04 Frhs2[156]: 6 0 1.50003 shouldn't be
725.48/727.39	WSVECS04 Frhs2[166]: 6 -0.500099 0 shouldn't be
725.48/727.39	WSVECS04 Frhs2[192]: 6 0 1.00005 shouldn't be
725.48/727.39	WSVECS04 Frhs2[193]: 6 0 2.00003 shouldn't be
725.48/727.39	WSVECS04 Frhs2[196]: 6 0 1.00006 shouldn't be
730.28/732.15	c #Conflicts:    1153000 | #Constraints:      42806
730.28/732.15	c #Conflicts:    1154000 | #Constraints:      43806
730.28/732.15	c #Conflicts:    1155000 | #Constraints:      44806
730.28/732.15	c #Conflicts:    1156000 | #Constraints:      45806
730.28/732.15	c #Conflicts:    1157000 | #Constraints:      46806
730.28/732.15	c #Conflicts:    1158000 | #Constraints:      47806
730.28/732.15	c #Conflicts:    1159000 | #Constraints:      48806
730.28/732.15	c #Conflicts:    1160000 | #Constraints:      49806
730.28/732.15	c #Conflicts:    1161000 | #Constraints:      50806
730.28/732.15	WSVECS04 Frhs2[10]: 6 0 3.00008 shouldn't be
730.28/732.15	WSVECS04 Frhs2[19]: 6 0 2.00008 shouldn't be
730.28/732.15	WSVECS04 Frhs2[49]: 6 0 6.00002 shouldn't be
730.28/732.15	WSVECS04 Frhs2[66]: 6 0 1.00005 shouldn't be
730.28/732.15	WSVECS04 Frhs2[120]: 6 0 5.00002 shouldn't be
730.28/732.15	WSVECS04 Frhs2[160]: 6 0 4.00006 shouldn't be
730.28/732.15	WSVECS04 Frhs2[166]: 6 0 3.50005 shouldn't be
730.28/732.15	WSVECS04 Frhs2[172]: 6 0 4.50009 shouldn't be
730.28/732.15	WSVECS04 Frhs2[179]: 6 0 4.00008 shouldn't be
731.96/733.83	c #Conflicts:    1162000 | #Constraints:      51806
731.96/733.83	c #Conflicts:    1163000 | #Constraints:      52806
731.96/733.83	c #Conflicts:    1164000 | #Constraints:      53806
731.96/733.83	WSVECS04 Frhs2[1]: 6 0 1.00003 shouldn't be
731.96/733.83	WSVECS04 Frhs2[5]: 6 0 1.00001 shouldn't be
731.96/733.83	WSVECS04 Frhs2[25]: 6 -1.75006 0 shouldn't be
731.96/733.83	WSVECS04 Frhs2[40]: 6 0 1.23082 shouldn't be
731.96/733.83	WSVECS04 Frhs2[42]: 6 0 4.00004 shouldn't be
731.96/733.83	WSVECS04 Frhs2[58]: 6 -3.38468 0 shouldn't be
731.96/733.83	WSVECS04 Frhs2[68]: 6 0 3.92314 shouldn't be
731.96/733.83	WSVECS04 Frhs2[75]: 6 0 1.00007 shouldn't be
731.96/733.83	WSVECS04 Frhs2[77]: 6 0 1.00005 shouldn't be
731.96/733.83	WSVECS04 Frhs2[81]: 6 -6.827 0 shouldn't be
731.96/733.83	WSVECS04 Frhs2[85]: 6 0 3.53854 shouldn't be
731.96/733.83	WSVECS04 Frhs2[102]: 6 0 1.00004 shouldn't be
731.96/733.83	WSVECS04 Frhs2[112]: 6 0 3.00002 shouldn't be
731.96/733.83	WSVECS04 Frhs2[128]: 6 0 4.40389 shouldn't be
731.96/733.83	WSVECS04 Frhs2[132]: 6 -3.28855 0 shouldn't be
731.96/733.83	WSVECS04 Frhs2[139]: 6 0 3.00008 shouldn't be
731.96/733.83	WSVECS04 Frhs2[141]: 6 0 3.0001 shouldn't be
731.96/733.83	WSVECS04 Frhs2[159]: 6 0 3.19234 shouldn't be
731.96/733.83	WSVECS04 Frhs2[168]: 6 0 2.80777 shouldn't be
731.96/733.83	WSVECS04 Frhs2[180]: 6 0 3.19234 shouldn't be
731.96/733.83	WSVECS04 Frhs2[182]: 6 -1.53849 0 shouldn't be
731.96/733.83	WSVECS04 Frhs2[184]: 6 0 3.00004 shouldn't be
731.96/733.83	WSVECS04 Frhs2[192]: 6 0 1.00005 shouldn't be
732.37/734.22	WSVECS04 Frhs2[30]: 6 0 5.00009 shouldn't be
732.37/734.22	WSVECS04 Frhs2[44]: 6 -0.653912 0 shouldn't be
732.37/734.22	WSVECS04 Frhs2[60]: 6 0 3.48086 shouldn't be
732.37/734.22	WSVECS04 Frhs2[96]: 6 0 3.38463 shouldn't be
732.37/734.22	WSVECS04 Frhs2[123]: 6 0 1.0001 shouldn't be
732.37/734.22	WSVECS04 Frhs2[158]: 6 0 2.00005 shouldn't be
732.66/734.58	WSVECS04 Frhs2[41]: 6 0 1.11546 shouldn't be
732.66/734.58	WSVECS04 Frhs2[45]: 6 0 2.40387 shouldn't be
732.66/734.58	WSVECS04 Frhs2[56]: 6 -2.48083 0 shouldn't be
732.66/734.58	WSVECS04 Frhs2[170]: 6 0 1.00008 shouldn't be
732.66/734.58	WSVECS04 Frhs2[187]: 6 -0.846252 0 shouldn't be
733.06/734.93	WSVECS04 Frhs2[10]: 6 0 4.23085 shouldn't be
733.06/734.93	WSVECS04 Frhs2[113]: 6 0 1.00007 shouldn't be
733.36/735.23	WSVECS04 Frhs2[193]: 6 0 3.1924 shouldn't be
741.64/743.59	c #Conflicts:    1165000 | #Constraints:      54806
741.64/743.59	c #Conflicts:    1166000 | #Constraints:      55806
741.64/743.59	c #Conflicts:    1167000 | #Constraints:      56806
741.64/743.59	c #Conflicts:    1168000 | #Constraints:      57806
741.64/743.59	c #Conflicts:    1169000 | #Constraints:      58806
741.64/743.59	c #Conflicts:    1170000 | #Constraints:      59806
741.64/743.59	c #Conflicts:    1171000 | #Constraints:      60806
741.64/743.59	c #Conflicts:    1172000 | #Constraints:      61806
741.64/743.59	c #Conflicts:    1173000 | #Constraints:      62806
741.64/743.59	c #Conflicts:    1174000 | #Constraints:      63806
741.64/743.59	c #Conflicts:    1175000 | #Constraints:      64806
741.64/743.59	c #Conflicts:    1176000 | #Constraints:      65806
741.64/743.59	c #Conflicts:    1177000 | #Constraints:      66806
741.64/743.59	c #Conflicts:    1178000 | #Constraints:      67806
741.64/743.59	c #Conflicts:    1179000 | #Constraints:      68806
741.64/743.59	WSVECS04 Frhs2[1]: 6 -0.500087 0 shouldn't be
741.64/743.59	WSVECS04 Frhs2[11]: 6 0 1.00007 shouldn't be
741.64/743.59	WSVECS04 Frhs2[16]: 6 -2.50005 0 shouldn't be
741.64/743.59	WSVECS04 Frhs2[18]: 6 0 2.00005 shouldn't be
741.64/743.59	WSVECS04 Frhs2[20]: 6 0 3.5001 shouldn't be
741.64/743.59	WSVECS04 Frhs2[38]: 6 0 2.75007 shouldn't be
741.64/743.59	WSVECS04 Frhs2[41]: 6 0 1.50002 shouldn't be
741.64/743.59	WSVECS04 Frhs2[47]: 6 0 4.25007 shouldn't be
741.64/743.59	WSVECS04 Frhs2[48]: 6 0 3.00002 shouldn't be
741.64/743.59	WSVECS04 Frhs2[73]: 6 0 1.00006 shouldn't be
741.64/743.59	WSVECS04 Frhs2[82]: 6 -0.750099 0 shouldn't be
741.64/743.59	WSVECS04 Frhs2[85]: 6 0 2.00008 shouldn't be
741.64/743.59	WSVECS04 Frhs2[91]: 6 0 1.50003 shouldn't be
741.64/743.59	WSVECS04 Frhs2[92]: 6 -2.75009 0 shouldn't be
741.64/743.59	WSVECS04 Frhs2[109]: 6 0 4.25009 shouldn't be
741.64/743.59	WSVECS04 Frhs2[155]: 6 0 1.50002 shouldn't be
741.64/743.59	WSVECS04 Frhs2[189]: 6 0 3.50003 shouldn't be
746.73/748.60	c #Conflicts:    1180000 | #Constraints:      69806
746.73/748.60	c #Conflicts:    1181000 | #Constraints:      70806
746.73/748.60	c #Conflicts:    1182000 | #Constraints:      71806
746.73/748.60	c #Conflicts:    1183000 | #Constraints:      72806
746.73/748.60	c #Conflicts:    1184000 | #Constraints:      73806
746.73/748.60	c #Conflicts:    1185000 | #Constraints:      74806
746.73/748.60	c #Conflicts:    1186000 | #Constraints:      75806
746.73/748.60	c #Conflicts:    1187000 | #Constraints:      76806
746.73/748.60	WSVECS04 Frhs2[11]: 6 0 1.00009 shouldn't be
746.73/748.60	WSVECS04 Frhs2[19]: 6 -4.00008 0 shouldn't be
746.73/748.60	WSVECS04 Frhs2[28]: 6 0 2.00005 shouldn't be
746.73/748.60	WSVECS04 Frhs2[45]: 6 0 1.00005 shouldn't be
746.73/748.60	WSVECS04 Frhs2[60]: 6 -1.80008 0 shouldn't be
746.73/748.60	WSVECS04 Frhs2[116]: 6 0 3.00003 shouldn't be
746.73/748.60	WSVECS04 Frhs2[117]: 6 0 1.00009 shouldn't be
746.73/748.60	WSVECS04 Frhs2[125]: 6 0 2.00004 shouldn't be
746.73/748.60	WSVECS04 Frhs2[129]: 6 0 2.00009 shouldn't be
746.73/748.60	WSVECS04 Frhs2[165]: 6 0 2.00005 shouldn't be
746.73/748.60	WSVECS04 Frhs2[192]: 6 0 1.00006 shouldn't be
748.92/750.86	c #Conflicts:    1188000 | #Constraints:      77806
748.92/750.86	c #Conflicts:    1189000 | #Constraints:      78806
748.92/750.86	WSVECS04 Frhs2[16]: 6 0 2.50006 shouldn't be
748.92/750.86	WSVECS04 Frhs2[19]: 6 0 5.25002 shouldn't be
748.92/750.86	WSVECS04 Frhs2[32]: 6 0 1.00003 shouldn't be
748.92/750.86	WSVECS04 Frhs2[48]: 6 -1.25007 0 shouldn't be
748.92/750.86	WSVECS04 Frhs2[52]: 6 0 1.25009 shouldn't be
748.92/750.86	WSVECS04 Frhs2[55]: 6 0 2.50009 shouldn't be
748.92/750.86	WSVECS04 Frhs2[58]: 6 0 1.25009 shouldn't be
748.92/750.86	WSVECS04 Frhs2[75]: 6 -1.50004 0 shouldn't be
748.92/750.86	WSVECS04 Frhs2[82]: 6 0 2.25003 shouldn't be
748.92/750.86	WSVECS04 Frhs2[108]: 6 -0.500086 0 shouldn't be
748.92/750.86	WSVECS04 Frhs2[111]: 6 0 4.75007 shouldn't be
748.92/750.86	WSVECS04 Frhs2[121]: 6 0 1.50009 shouldn't be
748.92/750.86	WSVECS04 Frhs2[142]: 6 0 0.250088 shouldn't be
748.92/750.86	WSVECS04 Frhs2[180]: 6 0 2.5001 shouldn't be
748.92/750.86	WSVECS04 Frhs2[190]: 6 0 1.2501 shouldn't be
752.32/754.28	c #Conflicts:    1190000 | #Constraints:      79806
752.32/754.28	c #Conflicts:    1191000 | #Constraints:      80806
752.32/754.28	c #Conflicts:    1192000 | #Constraints:      81806
752.32/754.28	c #Conflicts:    1193000 | #Constraints:      82806
752.32/754.28	c #Conflicts:    1194000 | #Constraints:      83806
752.32/754.28	WSVECS04 Frhs2[13]: 6 0 1.83337 shouldn't be
752.32/754.28	WSVECS04 Frhs2[67]: 6 0 3.25004 shouldn't be
752.32/754.28	WSVECS04 Frhs2[77]: 6 0 2.58339 shouldn't be
752.32/754.28	WSVECS04 Frhs2[121]: 6 0 1.16668 shouldn't be
753.41/755.38	c #Conflicts:    1195000 | #Constraints:      84806
753.41/755.38	WSVECS04 Frhs2[38]: 6 -0.416733 0 shouldn't be
753.41/755.38	WSVECS04 Frhs2[41]: 6 0 1.00006 shouldn't be
753.41/755.38	WSVECS04 Frhs2[45]: 6 -5.7917 0 shouldn't be
753.41/755.38	WSVECS04 Frhs2[103]: 6 -0.500086 0 shouldn't be
753.41/755.38	WSVECS04 Frhs2[113]: 6 0 1.00005 shouldn't be
753.41/755.38	WSVECS04 Frhs2[133]: 6 0 2.16671 shouldn't be
753.41/755.38	WSVECS04 Frhs2[190]: 6 0 2.00007 shouldn't be
755.30/757.28	c #Conflicts:    1196000 | #Constraints:      85806
755.30/757.28	c #Conflicts:    1197000 | #Constraints:      86806
755.30/757.28	c #Conflicts:    1198000 | #Constraints:      87806
755.30/757.28	WSVECS04 Frhs2[3]: 6 0 2.00007 shouldn't be
755.30/757.28	WSVECS04 Frhs2[6]: 6 0 1.05002 shouldn't be
755.30/757.28	WSVECS04 Frhs2[13]: 6 0 1.35002 shouldn't be
755.30/757.28	WSVECS04 Frhs2[16]: 6 0 1.35004 shouldn't be
755.30/757.28	WSVECS04 Frhs2[23]: 6 0 1.17502 shouldn't be
755.30/757.28	WSVECS04 Frhs2[29]: 6 -0.400073 0 shouldn't be
755.30/757.28	WSVECS04 Frhs2[36]: 6 -1.07507 0 shouldn't be
755.30/757.28	WSVECS04 Frhs2[50]: 6 0 3.77508 shouldn't be
755.30/757.28	WSVECS04 Frhs2[60]: 6 0 1.00004 shouldn't be
755.30/757.28	WSVECS04 Frhs2[62]: 6 0 3.35001 shouldn't be
755.30/757.28	WSVECS04 Frhs2[80]: 6 0 4.30005 shouldn't be
755.30/757.28	WSVECS04 Frhs2[106]: 6 0 2.00004 shouldn't be
755.30/757.28	WSVECS04 Frhs2[116]: 6 0 4.00006 shouldn't be
755.30/757.28	WSVECS04 Frhs2[119]: 6 0 2.05006 shouldn't be
755.30/757.28	WSVECS04 Frhs2[142]: 6 0 1.82502 shouldn't be
755.30/757.28	WSVECS04 Frhs2[143]: 6 0 1.40009 shouldn't be
755.30/757.28	WSVECS04 Frhs2[144]: 6 0 2.00001 shouldn't be
755.30/757.28	WSVECS04 Frhs2[146]: 6 0 4.60007 shouldn't be
755.30/757.28	WSVECS04 Frhs2[177]: 6 -2.25009 0 shouldn't be
755.30/757.28	WSVECS04 Frhs2[180]: 6 0 2.12502 shouldn't be
755.30/757.28	WSVECS04 Frhs2[189]: 6 -0.0750322 0 shouldn't be
755.30/757.28	WSVECS04 Frhs2[194]: 6 0 1.00002 shouldn't be
758.40/760.31	c #Conflicts:    1199000 | #Constraints:      88806
758.40/760.31	c #Conflicts:    1200000 | #Constraints:      89806
758.40/760.31	c #Conflicts:    1201000 | #Constraints:      90806
758.40/760.31	WSVECS04 Frhs2[2]: 6 -1.21432 0 shouldn't be
758.40/760.31	WSVECS04 Frhs2[16]: 6 -0.50006 0 shouldn't be
758.40/760.31	WSVECS04 Frhs2[18]: 6 0 1.00894 shouldn't be
758.40/760.31	WSVECS04 Frhs2[23]: 6 0 1.5893 shouldn't be
758.40/760.31	WSVECS04 Frhs2[35]: 6 0 1.87504 shouldn't be
758.40/760.31	WSVECS04 Frhs2[36]: 6 0 1.00002 shouldn't be
758.40/760.31	WSVECS04 Frhs2[53]: 6 0 4.8126 shouldn't be
758.40/760.31	WSVECS04 Frhs2[58]: 6 -1.46437 0 shouldn't be
758.40/760.31	WSVECS04 Frhs2[59]: 6 0 1.04471 shouldn't be
758.40/760.31	WSVECS04 Frhs2[61]: 6 -1.00001 0 shouldn't be
758.40/760.31	WSVECS04 Frhs2[62]: 6 -1.81259 0 shouldn't be
758.40/760.31	WSVECS04 Frhs2[69]: 6 0 3.25008 shouldn't be
758.40/760.31	WSVECS04 Frhs2[72]: 6 0 3.46432 shouldn't be
758.40/760.31	WSVECS04 Frhs2[75]: 6 0 1.00002 shouldn't be
758.40/760.31	WSVECS04 Frhs2[82]: 6 0 3.00002 shouldn't be
758.40/760.31	WSVECS04 Frhs2[85]: 6 0 3.00001 shouldn't be
758.40/760.31	WSVECS04 Frhs2[87]: 6 0 4.21432 shouldn't be
758.40/760.31	WSVECS04 Frhs2[104]: 6 -1.00896 0 shouldn't be
758.40/760.31	WSVECS04 Frhs2[107]: 6 0 1.00004 shouldn't be
758.40/760.31	WSVECS04 Frhs2[124]: 6 -1.21433 0 shouldn't be
758.40/760.31	WSVECS04 Frhs2[138]: 6 0 4.57152 shouldn't be
758.40/760.31	WSVECS04 Frhs2[160]: 6 0 2.53574 shouldn't be
758.40/760.31	WSVECS04 Frhs2[166]: 6 -0.68755 0 shouldn't be
758.40/760.31	WSVECS04 Frhs2[171]: 6 -2.06259 0 shouldn't be
758.40/760.31	WSVECS04 Frhs2[172]: 6 0 2.72329 shouldn't be
758.40/760.31	WSVECS04 Frhs2[182]: 6 0 3.0001 shouldn't be
758.40/760.31	WSVECS04 Frhs2[185]: 6 -2.22326 0 shouldn't be
758.40/760.31	WSVECS04 Frhs2[197]: 6 0 2.00006 shouldn't be
758.40/760.31	WSVECS04 Frhs2[200]: 6 -0.250085 0 shouldn't be
764.19/766.11	c #Conflicts:    1202000 | #Constraints:      91806
764.19/766.11	c #Conflicts:    1203000 | #Constraints:      92806
764.19/766.11	c #Conflicts:    1204000 | #Constraints:      93806
764.19/766.11	c #Conflicts:    1205000 | #Constraints:      94806
764.19/766.11	c #Conflicts:    1206000 | #Constraints:      95806
764.19/766.11	c #Conflicts:    1207000 | #Constraints:      96806
764.19/766.11	c #Conflicts:    1208000 | #Constraints:      97806
764.19/766.11	WSVECS04 Frhs2[32]: 6 0 1.00009 shouldn't be
764.19/766.11	WSVECS04 Frhs2[50]: 6 0 4.00006 shouldn't be
764.19/766.11	WSVECS04 Frhs2[80]: 6 0 5.86795 shouldn't be
764.19/766.11	WSVECS04 Frhs2[101]: 6 -0.283043 0 shouldn't be
764.19/766.11	WSVECS04 Frhs2[104]: 6 0 2.00006 shouldn't be
764.19/766.11	WSVECS04 Frhs2[109]: 6 -2.60379 0 shouldn't be
764.19/766.11	WSVECS04 Frhs2[124]: 6 -1.2265 0 shouldn't be
764.19/766.11	WSVECS04 Frhs2[132]: 6 0 2.28311 shouldn't be
764.19/766.11	WSVECS04 Frhs2[163]: 6 0 3.83964 shouldn't be
767.18/769.19	c #Conflicts:    1209000 | #Constraints:      98806
767.18/769.19	c #Conflicts:    1210000 | #Constraints:      99806
767.18/769.19	c #Conflicts:    1211000 | #Constraints:     100806
767.18/769.19	WSVECS04 Frhs2[35]: 6 0 1.00001 shouldn't be
767.18/769.19	WSVECS04 Frhs2[62]: 6 -2.00002 0 shouldn't be
767.18/769.19	WSVECS04 Frhs2[64]: 6 0 2.00003 shouldn't be
767.18/769.19	WSVECS04 Frhs2[81]: 6 0 1.50002 shouldn't be
767.18/769.19	WSVECS04 Frhs2[82]: 6 -4.00002 0 shouldn't be
767.18/769.19	WSVECS04 Frhs2[99]: 6 -2.50003 0 shouldn't be
767.18/769.19	WSVECS04 Frhs2[107]: 6 0 1.00009 shouldn't be
767.18/769.19	WSVECS04 Frhs2[152]: 6 -1.00005 0 shouldn't be
767.18/769.19	WSVECS04 Frhs2[182]: 6 0 2.00007 shouldn't be
787.82/789.88	c #Conflicts:    1212000 | #Constraints:     101806
787.82/789.88	c #Conflicts:    1213000 | #Constraints:     102806
787.82/789.88	c #Conflicts:    1214000 | #Constraints:     103806
787.82/789.88	c #Conflicts:    1215000 | #Constraints:     104806
787.82/789.88	c #Conflicts:    1216000 | #Constraints:     105806
787.82/789.88	c #Conflicts:    1217000 | #Constraints:     106806
787.82/789.88	c #Conflicts:    1218000 | #Constraints:     107806
787.82/789.88	c #Conflicts:    1219000 | #Constraints:     108806
787.82/789.88	c #Conflicts:    1220000 | #Constraints:     109806
787.82/789.88	c #Conflicts:    1221000 | #Constraints:     110806
787.82/789.88	c #Conflicts:    1222000 | #Constraints:     111806
787.82/789.88	c #Conflicts:    1223000 | #Constraints:     112806
787.82/789.88	c #Conflicts:    1224000 | #Constraints:     113806
787.82/789.88	c #Conflicts:    1225000 | #Constraints:     114806
787.82/789.88	c #Conflicts:    1226000 | #Constraints:     115806
787.82/789.88	c #Conflicts:    1227000 | #Constraints:     116806
787.82/789.88	c #Conflicts:    1228000 | #Constraints:     117806
787.82/789.88	c #Conflicts:    1229000 | #Constraints:     118806
787.82/789.88	c #Conflicts:    1230000 | #Constraints:     119806
787.82/789.88	c #Conflicts:    1231000 | #Constraints:     120806
787.82/789.88	c #Conflicts:    1232000 | #Constraints:     121806
787.82/789.88	WSVECS04 Frhs2[23]: 6 0 1.00005 shouldn't be
787.82/789.88	WSVECS04 Frhs2[30]: 6 -1.00003 0 shouldn't be
787.82/789.88	WSVECS04 Frhs2[32]: 6 0 1.00007 shouldn't be
787.82/789.88	WSVECS04 Frhs2[38]: 6 -5.12501 0 shouldn't be
787.82/789.88	WSVECS04 Frhs2[45]: 6 -2.50008 0 shouldn't be
787.82/789.88	WSVECS04 Frhs2[86]: 6 0 2.50008 shouldn't be
787.82/789.88	WSVECS04 Frhs2[109]: 6 0 3.75004 shouldn't be
787.82/789.88	WSVECS04 Frhs2[111]: 6 0 2.12503 shouldn't be
787.82/789.88	WSVECS04 Frhs2[121]: 6 -2.25008 0 shouldn't be
787.82/789.88	WSVECS04 Frhs2[132]: 6 0 4.00006 shouldn't be
787.82/789.88	WSVECS04 Frhs2[135]: 6 0 2.00003 shouldn't be
787.82/789.88	WSVECS04 Frhs2[147]: 6 0 1.0001 shouldn't be
787.82/789.88	WSVECS04 Frhs2[157]: 6 -1.00002 0 shouldn't be
787.82/789.88	WSVECS04 Frhs2[179]: 6 0 3.00008 shouldn't be
787.82/789.88	WSVECS04 Frhs2[180]: 6 0 2.00006 shouldn't be
787.82/789.88	WSVECS04 Frhs2[198]: 6 0 2.00006 shouldn't be
787.82/789.88	WSVECS04 Frhs2[200]: 6 0 1.00009 shouldn't be
790.91/792.94	c #Conflicts:    1233000 | #Constraints:     122806
790.91/792.94	c #Conflicts:    1234000 | #Constraints:     123806
790.91/792.94	c #Conflicts:    1235000 | #Constraints:     124806
790.91/792.94	WSVECS04 Frhs2[26]: 6 0 1.00009 shouldn't be
790.91/792.94	WSVECS04 Frhs2[75]: 6 -3.95837 0 shouldn't be
790.91/792.94	WSVECS04 Frhs2[137]: 6 0 1.00003 shouldn't be
790.91/792.94	WSVECS04 Frhs2[155]: 6 0 1.00004 shouldn't be
790.91/792.94	WSVECS04 Frhs2[196]: 6 0 2.00005 shouldn't be
793.90/795.99	c #Conflicts:    1236000 | #Constraints:     125806
793.90/795.99	c #Conflicts:    1237000 | #Constraints:     126806
793.90/795.99	c #Conflicts:    1238000 | #Constraints:     127806
793.90/795.99	WSVECS04 Frhs2[61]: 6 0 2.00006 shouldn't be
793.90/795.99	WSVECS04 Frhs2[70]: 6 0 3.00001 shouldn't be
793.90/795.99	WSVECS04 Frhs2[80]: 6 -1.00003 0 shouldn't be
793.90/795.99	WSVECS04 Frhs2[85]: 6 0 1.00005 shouldn't be
793.90/796.00	WSVECS04 Frhs2[102]: 6 0 1.00002 shouldn't be
793.90/796.00	WSVECS04 Frhs2[103]: 6 0 3.50008 shouldn't be
793.90/796.00	WSVECS04 Frhs2[107]: 6 -0.50005 0 shouldn't be
793.90/796.00	WSVECS04 Frhs2[115]: 6 0 3.50007 shouldn't be
793.90/796.00	WSVECS04 Frhs2[122]: 6 0 3.00009 shouldn't be
793.90/796.00	WSVECS04 Frhs2[125]: 6 0 3.50001 shouldn't be
793.90/796.00	WSVECS04 Frhs2[128]: 6 0 2.00002 shouldn't be
793.90/796.00	WSVECS04 Frhs2[136]: 6 -1.50006 0 shouldn't be
793.90/796.00	WSVECS04 Frhs2[153]: 6 0 2.00009 shouldn't be
793.90/796.00	WSVECS04 Frhs2[155]: 6 0 2.00006 shouldn't be
793.90/796.00	WSVECS04 Frhs2[171]: 6 0 3.00008 shouldn't be
793.90/796.00	WSVECS04 Frhs2[184]: 6 0 3.00006 shouldn't be
793.90/796.00	WSVECS04 Frhs2[189]: 6 0 2.00007 shouldn't be
793.90/796.00	WSVECS04 Frhs2[191]: 6 0 2.00005 shouldn't be
793.90/796.00	WSVECS04 Frhs2[193]: 6 0 1.50007 shouldn't be
793.90/796.00	WSVECS04 Frhs2[195]: 6 0 3.00009 shouldn't be
799.11/801.17	c #Conflicts:    1239000 | #Constraints:     128806
799.11/801.17	c #Conflicts:    1240000 | #Constraints:     129806
799.11/801.17	c #Conflicts:    1241000 | #Constraints:     130806
799.11/801.17	c #Conflicts:    1242000 | #Constraints:     131806
799.11/801.17	c bounds -65 >= -110 @ 790.767
799.69/801.72	WSVECS04 Frhs2[23]: 6 0 1.00006 shouldn't be
799.69/801.72	WSVECS04 Frhs2[83]: 6 0 1.00006 shouldn't be
803.58/805.62	c #Conflicts:    1243000 | #Constraints:     132848
803.58/805.62	c #Conflicts:    1244000 | #Constraints:     133848
803.58/805.62	c #Conflicts:    1245000 | #Constraints:     134849
803.58/805.62	c #Conflicts:    1246000 | #Constraints:     135849
803.58/805.62	c #Conflicts:    1247000 | #Constraints:     136850
803.58/805.62	c INPROCESSING
803.58/805.62	c GARBAGE COLLECT
803.58/805.62	c rational objective -110
820.24/822.38	c #Conflicts:    1248000 | #Constraints:      78024
820.24/822.38	c #Conflicts:    1249000 | #Constraints:      79024
820.24/822.38	c #Conflicts:    1250000 | #Constraints:      80026
820.24/822.38	c #Conflicts:    1251000 | #Constraints:      81027
820.24/822.38	c #Conflicts:    1252000 | #Constraints:      82029
820.24/822.38	c #Conflicts:    1253000 | #Constraints:      83031
820.24/822.38	c #Conflicts:    1254000 | #Constraints:      84031
820.24/822.38	c #Conflicts:    1255000 | #Constraints:      85032
820.24/822.38	c #Conflicts:    1256000 | #Constraints:      86034
820.24/822.38	c #Conflicts:    1257000 | #Constraints:      87035
820.24/822.38	c #Conflicts:    1258000 | #Constraints:      88036
820.24/822.38	c #Conflicts:    1259000 | #Constraints:      89036
820.24/822.38	c #Conflicts:    1260000 | #Constraints:      90037
820.24/822.38	c #Conflicts:    1261000 | #Constraints:      91037
820.24/822.38	c #Conflicts:    1262000 | #Constraints:      92038
820.24/822.38	c #Conflicts:    1263000 | #Constraints:      93038
820.24/822.38	c #Conflicts:    1264000 | #Constraints:      94038
820.24/822.38	c #Conflicts:    1265000 | #Constraints:      95041
820.24/822.38	c #Conflicts:    1266000 | #Constraints:      96045
820.24/822.38	c #Conflicts:    1267000 | #Constraints:      97045
820.24/822.38	c #Conflicts:    1268000 | #Constraints:      98045
820.24/822.38	c #Conflicts:    1269000 | #Constraints:      99052
820.24/822.38	c #Conflicts:    1270000 | #Constraints:     100054
820.24/822.38	c #Conflicts:    1271000 | #Constraints:     101054
820.24/822.38	c INPROCESSING
820.24/822.38	c GARBAGE COLLECT
820.24/822.38	c rational objective -110
835.80/837.91	c #Conflicts:    1272000 | #Constraints:      60331
835.80/837.91	c #Conflicts:    1273000 | #Constraints:      61333
835.80/837.91	c #Conflicts:    1274000 | #Constraints:      62337
835.80/837.91	c #Conflicts:    1275000 | #Constraints:      63338
835.80/837.91	c #Conflicts:    1276000 | #Constraints:      64340
835.80/837.91	c #Conflicts:    1277000 | #Constraints:      65341
835.80/837.91	c #Conflicts:    1278000 | #Constraints:      66342
835.80/837.91	c #Conflicts:    1279000 | #Constraints:      67342
835.80/837.91	c #Conflicts:    1280000 | #Constraints:      68343
835.80/837.91	c #Conflicts:    1281000 | #Constraints:      69343
835.80/837.91	c #Conflicts:    1282000 | #Constraints:      70345
835.80/837.91	c #Conflicts:    1283000 | #Constraints:      71345
835.80/837.91	c #Conflicts:    1284000 | #Constraints:      72345
835.80/837.91	c #Conflicts:    1285000 | #Constraints:      73345
835.80/837.91	c #Conflicts:    1286000 | #Constraints:      74347
835.80/837.91	c #Conflicts:    1287000 | #Constraints:      75351
835.80/837.91	c #Conflicts:    1288000 | #Constraints:      76351
835.80/837.91	c #Conflicts:    1289000 | #Constraints:      77351
835.80/837.91	c #Conflicts:    1290000 | #Constraints:      78351
835.80/837.91	c #Conflicts:    1291000 | #Constraints:      79351
835.80/837.91	c #Conflicts:    1292000 | #Constraints:      80351
835.80/837.91	c #Conflicts:    1293000 | #Constraints:      81355
835.80/837.91	c #Conflicts:    1294000 | #Constraints:      82358
835.80/837.91	c INPROCESSING
835.80/837.91	c GARBAGE COLLECT
835.80/837.91	c rational objective -110
850.16/852.32	c #Conflicts:    1295000 | #Constraints:      50576
850.16/852.32	c #Conflicts:    1296000 | #Constraints:      51579
850.16/852.32	c #Conflicts:    1297000 | #Constraints:      52582
850.16/852.32	c #Conflicts:    1298000 | #Constraints:      53583
850.16/852.32	c #Conflicts:    1299000 | #Constraints:      54583
850.16/852.32	c #Conflicts:    1300000 | #Constraints:      55584
850.16/852.32	c #Conflicts:    1301000 | #Constraints:      56584
850.16/852.32	c #Conflicts:    1302000 | #Constraints:      57584
850.16/852.32	c #Conflicts:    1303000 | #Constraints:      58586
850.16/852.32	c #Conflicts:    1304000 | #Constraints:      59586
850.16/852.32	c #Conflicts:    1305000 | #Constraints:      60586
850.16/852.32	c #Conflicts:    1306000 | #Constraints:      61586
850.16/852.32	c #Conflicts:    1307000 | #Constraints:      62587
850.16/852.32	c #Conflicts:    1308000 | #Constraints:      63588
850.16/852.32	c #Conflicts:    1309000 | #Constraints:      64589
850.16/852.32	c #Conflicts:    1310000 | #Constraints:      65591
850.16/852.32	c #Conflicts:    1311000 | #Constraints:      66591
850.16/852.32	c #Conflicts:    1312000 | #Constraints:      67592
850.16/852.32	c #Conflicts:    1313000 | #Constraints:      68595
850.16/852.32	c #Conflicts:    1314000 | #Constraints:      69602
850.16/852.32	c #Conflicts:    1315000 | #Constraints:      70603
850.16/852.32	c #Conflicts:    1316000 | #Constraints:      71604
850.16/852.32	c #Conflicts:    1317000 | #Constraints:      72608
850.16/852.32	c #Conflicts:    1318000 | #Constraints:      73608
850.16/852.32	c INPROCESSING
850.16/852.32	c GARBAGE COLLECT
850.16/852.32	c rational objective -110
864.84/867.09	c #Conflicts:    1319000 | #Constraints:      46201
864.84/867.09	c #Conflicts:    1320000 | #Constraints:      47202
864.84/867.09	c #Conflicts:    1321000 | #Constraints:      48202
864.84/867.09	c #Conflicts:    1322000 | #Constraints:      49205
864.84/867.09	c #Conflicts:    1323000 | #Constraints:      50208
864.84/867.09	c #Conflicts:    1324000 | #Constraints:      51208
864.84/867.09	c #Conflicts:    1325000 | #Constraints:      52212
864.84/867.09	c #Conflicts:    1326000 | #Constraints:      53213
864.84/867.09	c #Conflicts:    1327000 | #Constraints:      54217
864.84/867.09	c #Conflicts:    1328000 | #Constraints:      55222
864.84/867.09	c #Conflicts:    1329000 | #Constraints:      56223
864.84/867.09	c #Conflicts:    1330000 | #Constraints:      57226
864.84/867.09	c #Conflicts:    1331000 | #Constraints:      58231
864.84/867.09	c #Conflicts:    1332000 | #Constraints:      59236
864.84/867.09	c #Conflicts:    1333000 | #Constraints:      60237
864.84/867.09	c #Conflicts:    1334000 | #Constraints:      61238
864.84/867.09	c #Conflicts:    1335000 | #Constraints:      62238
864.84/867.09	c #Conflicts:    1336000 | #Constraints:      63240
864.84/867.09	c #Conflicts:    1337000 | #Constraints:      64243
864.84/867.09	c #Conflicts:    1338000 | #Constraints:      65243
864.84/867.09	c #Conflicts:    1339000 | #Constraints:      66244
864.84/867.09	c #Conflicts:    1340000 | #Constraints:      67245
864.84/867.09	c #Conflicts:    1341000 | #Constraints:      68246
864.84/867.09	c #Conflicts:    1342000 | #Constraints:      69247
864.84/867.09	c #Conflicts:    1343000 | #Constraints:      70249
864.84/867.09	c INPROCESSING
864.84/867.09	c GARBAGE COLLECT
864.84/867.09	c rational objective -110
919.39/921.78	c #Conflicts:    1344000 | #Constraints:      44920
919.39/921.78	c #Conflicts:    1345000 | #Constraints:      45920
919.39/921.78	c #Conflicts:    1346000 | #Constraints:      46920
919.39/921.78	c #Conflicts:    1347000 | #Constraints:      47920
919.39/921.78	c #Conflicts:    1348000 | #Constraints:      48921
919.39/921.78	c #Conflicts:    1349000 | #Constraints:      49924
919.39/921.78	c #Conflicts:    1350000 | #Constraints:      50925
919.39/921.78	c #Conflicts:    1351000 | #Constraints:      51929
919.39/921.78	c #Conflicts:    1352000 | #Constraints:      52929
919.39/921.78	c #Conflicts:    1353000 | #Constraints:      53929
919.39/921.78	c #Conflicts:    1354000 | #Constraints:      54929
919.39/921.78	c #Conflicts:    1355000 | #Constraints:      55930
919.39/921.78	c #Conflicts:    1356000 | #Constraints:      56931
919.39/921.78	c #Conflicts:    1357000 | #Constraints:      57934
919.39/921.78	c #Conflicts:    1358000 | #Constraints:      58934
919.39/921.78	c #Conflicts:    1359000 | #Constraints:      59936
919.39/921.78	c #Conflicts:    1360000 | #Constraints:      60936
919.39/921.78	c #Conflicts:    1361000 | #Constraints:      61937
919.39/921.78	c #Conflicts:    1362000 | #Constraints:      62941
919.39/921.78	c #Conflicts:    1363000 | #Constraints:      63941
919.39/921.78	c #Conflicts:    1364000 | #Constraints:      64941
919.39/921.78	c #Conflicts:    1365000 | #Constraints:      65942
919.39/921.78	c #Conflicts:    1366000 | #Constraints:      66943
919.39/921.78	c #Conflicts:    1367000 | #Constraints:      67948
919.39/921.78	c #Conflicts:    1368000 | #Constraints:      68952
919.39/921.78	c #Conflicts:    1369000 | #Constraints:      69952
919.39/921.78	c #Conflicts:    1370000 | #Constraints:      70953
919.39/921.78	c #Conflicts:    1371000 | #Constraints:      71953
919.39/921.78	c #Conflicts:    1372000 | #Constraints:      72955
919.39/921.78	c #Conflicts:    1373000 | #Constraints:      73957
919.39/921.78	c #Conflicts:    1374000 | #Constraints:      74957
919.39/921.78	c #Conflicts:    1375000 | #Constraints:      75957
919.39/921.78	c #Conflicts:    1376000 | #Constraints:      76959
919.39/921.78	c #Conflicts:    1377000 | #Constraints:      77960
919.39/921.78	c #Conflicts:    1378000 | #Constraints:      78962
919.39/921.78	c #Conflicts:    1379000 | #Constraints:      79963
919.39/921.78	c #Conflicts:    1380000 | #Constraints:      80963
919.39/921.78	c #Conflicts:    1381000 | #Constraints:      81963
919.39/921.78	c #Conflicts:    1382000 | #Constraints:      82964
919.39/921.78	c #Conflicts:    1383000 | #Constraints:      83964
919.39/921.78	c #Conflicts:    1384000 | #Constraints:      84966
919.39/921.78	c #Conflicts:    1385000 | #Constraints:      85968
919.39/921.78	c #Conflicts:    1386000 | #Constraints:      86968
919.39/921.78	c #Conflicts:    1387000 | #Constraints:      87972
919.39/921.78	c #Conflicts:    1388000 | #Constraints:      88973
919.39/921.78	c #Conflicts:    1389000 | #Constraints:      89974
919.39/921.78	c #Conflicts:    1390000 | #Constraints:      90974
919.39/921.78	c #Conflicts:    1391000 | #Constraints:      91975
919.39/921.78	c #Conflicts:    1392000 | #Constraints:      92975
919.39/921.78	c #Conflicts:    1393000 | #Constraints:      93978
919.39/921.78	c #Conflicts:    1394000 | #Constraints:      94979
919.39/921.78	c #Conflicts:    1395000 | #Constraints:      95979
919.39/921.78	c #Conflicts:    1396000 | #Constraints:      96979
919.39/921.78	c #Conflicts:    1397000 | #Constraints:      97981
919.39/921.78	c #Conflicts:    1398000 | #Constraints:      98983
919.39/921.78	c #Conflicts:    1399000 | #Constraints:      99984
919.39/921.78	c #Conflicts:    1400000 | #Constraints:     100985
919.39/921.78	c #Conflicts:    1401000 | #Constraints:     101985
919.39/921.78	c #Conflicts:    1402000 | #Constraints:     102985
919.39/921.78	c #Conflicts:    1403000 | #Constraints:     103985
919.39/921.78	c #Conflicts:    1404000 | #Constraints:     104985
919.39/921.78	c #Conflicts:    1405000 | #Constraints:     105985
919.39/921.78	c #Conflicts:    1406000 | #Constraints:     106985
919.39/921.78	c #Conflicts:    1407000 | #Constraints:     107986
919.39/921.78	c #Conflicts:    1408000 | #Constraints:     108986
919.39/921.78	c #Conflicts:    1409000 | #Constraints:     109987
919.39/921.78	c #Conflicts:    1410000 | #Constraints:     110989
919.39/921.78	c #Conflicts:    1411000 | #Constraints:     111989
919.39/921.78	c #Conflicts:    1412000 | #Constraints:     112989
919.39/921.78	c #Conflicts:    1413000 | #Constraints:     113990
919.39/921.78	c #Conflicts:    1414000 | #Constraints:     114991
919.39/921.78	c #Conflicts:    1415000 | #Constraints:     115992
919.39/921.78	c #Conflicts:    1416000 | #Constraints:     116992
919.39/921.78	c #Conflicts:    1417000 | #Constraints:     117993
919.39/921.78	c #Conflicts:    1418000 | #Constraints:     118995
919.39/921.78	c #Conflicts:    1419000 | #Constraints:     119995
919.39/921.78	c #Conflicts:    1420000 | #Constraints:     120997
919.39/921.78	c #Conflicts:    1421000 | #Constraints:     121997
919.39/921.78	c #Conflicts:    1422000 | #Constraints:     122997
926.87/929.24	c #Conflicts:    1423000 | #Constraints:     123997
926.87/929.24	c #Conflicts:    1424000 | #Constraints:     124997
926.87/929.24	c #Conflicts:    1425000 | #Constraints:     125997
926.87/929.24	c #Conflicts:    1426000 | #Constraints:     126997
926.87/929.24	c #Conflicts:    1427000 | #Constraints:     127999
926.87/929.24	c #Conflicts:    1428000 | #Constraints:     129000
926.87/929.24	c #Conflicts:    1429000 | #Constraints:     130001
926.87/929.24	WSVECS04 Frhs2[1]: 6 0 4.00001 shouldn't be
926.87/929.24	WSVECS04 Frhs2[21]: 6 -6.00003 0 shouldn't be
926.87/929.24	WSVECS04 Frhs2[27]: 6 0 1.50003 shouldn't be
926.87/929.24	WSVECS04 Frhs2[32]: 6 0 1.00004 shouldn't be
926.87/929.24	WSVECS04 Frhs2[34]: 6 -3.00009 0 shouldn't be
926.87/929.24	WSVECS04 Frhs2[35]: 6 0 1.00009 shouldn't be
926.87/929.24	WSVECS04 Frhs2[36]: 6 0 4.00007 shouldn't be
926.87/929.24	WSVECS04 Frhs2[47]: 6 0 1.50007 shouldn't be
926.87/929.24	WSVECS04 Frhs2[55]: 6 0 4.00009 shouldn't be
926.87/929.24	WSVECS04 Frhs2[57]: 6 0 5.00007 shouldn't be
926.87/929.24	WSVECS04 Frhs2[58]: 6 0 3.00002 shouldn't be
926.87/929.24	WSVECS04 Frhs2[61]: 6 0 1.00006 shouldn't be
926.87/929.24	WSVECS04 Frhs2[69]: 6 0 1.00007 shouldn't be
926.87/929.24	WSVECS04 Frhs2[75]: 6 0 1.00002 shouldn't be
926.87/929.24	WSVECS04 Frhs2[81]: 6 0 4.00005 shouldn't be
926.87/929.24	WSVECS04 Frhs2[86]: 6 0 3.00002 shouldn't be
926.87/929.24	WSVECS04 Frhs2[90]: 6 0 1.0001 shouldn't be
926.87/929.24	WSVECS04 Frhs2[91]: 6 0 1.00004 shouldn't be
926.87/929.24	WSVECS04 Frhs2[97]: 6 0 1.00006 shouldn't be
926.87/929.24	WSVECS04 Frhs2[98]: 6 0 2.00005 shouldn't be
926.87/929.24	WSVECS04 Frhs2[104]: 6 0 1.00003 shouldn't be
926.87/929.24	WSVECS04 Frhs2[106]: 6 0 2.00006 shouldn't be
926.87/929.24	WSVECS04 Frhs2[114]: 6 0 3.00002 shouldn't be
926.87/929.24	WSVECS04 Frhs2[119]: 6 0 3.00004 shouldn't be
926.87/929.24	WSVECS04 Frhs2[122]: 6 0 2.00005 shouldn't be
926.87/929.24	WSVECS04 Frhs2[127]: 6 0 2.00007 shouldn't be
926.87/929.24	WSVECS04 Frhs2[129]: 6 0 1.00006 shouldn't be
926.87/929.24	WSVECS04 Frhs2[134]: 6 0 2.00008 shouldn't be
926.87/929.24	WSVECS04 Frhs2[142]: 6 0 1.00007 shouldn't be
926.87/929.24	WSVECS04 Frhs2[146]: 6 0 2.00007 shouldn't be
926.87/929.24	WSVECS04 Frhs2[148]: 6 0 3.00002 shouldn't be
926.87/929.24	WSVECS04 Frhs2[151]: 6 0 1.00004 shouldn't be
926.87/929.24	WSVECS04 Frhs2[152]: 6 0 4.00008 shouldn't be
926.87/929.24	WSVECS04 Frhs2[153]: 6 0 1.50002 shouldn't be
926.87/929.24	WSVECS04 Frhs2[159]: 6 0 3.00003 shouldn't be
926.87/929.24	WSVECS04 Frhs2[189]: 6 0 2.00008 shouldn't be
926.87/929.24	WSVECS04 Frhs2[190]: 6 0 2.00007 shouldn't be
926.87/929.24	WSVECS04 Frhs2[192]: 6 0 1.0001 shouldn't be
926.87/929.24	WSVECS04 Frhs2[196]: 6 0 3.00009 shouldn't be
926.87/929.24	WSVECS04 Frhs2[197]: 6 0 2.00004 shouldn't be
926.87/929.24	WSVECS04 Frhs2[199]: 6 0 2.00001 shouldn't be
942.23/944.62	c #Conflicts:    1430000 | #Constraints:     131002
942.23/944.62	c #Conflicts:    1431000 | #Constraints:     132002
942.23/944.62	c #Conflicts:    1432000 | #Constraints:     133002
942.23/944.62	c #Conflicts:    1433000 | #Constraints:     134002
942.23/944.62	c #Conflicts:    1434000 | #Constraints:     135002
942.23/944.62	c #Conflicts:    1435000 | #Constraints:     136003
942.23/944.62	c #Conflicts:    1436000 | #Constraints:     137003
942.23/944.62	c #Conflicts:    1437000 | #Constraints:     138004
942.23/944.62	c #Conflicts:    1438000 | #Constraints:     139007
942.23/944.62	c #Conflicts:    1439000 | #Constraints:     140007
942.23/944.62	c #Conflicts:    1440000 | #Constraints:     141008
942.23/944.62	c #Conflicts:    1441000 | #Constraints:     142011
942.23/944.62	c #Conflicts:    1442000 | #Constraints:     143012
942.23/944.62	c #Conflicts:    1443000 | #Constraints:     144013
942.23/944.62	c #Conflicts:    1444000 | #Constraints:     145015
942.23/944.62	c INPROCESSING
942.23/944.62	c GARBAGE COLLECT
942.23/944.62	c rational objective -110
943.23/945.66	c #Conflicts:    1445000 | #Constraints:      81904
943.23/945.66	WSVECS04 Frhs2[1]: 6 0 3.00003 shouldn't be
943.23/945.66	WSVECS04 Frhs2[12]: 6 0 3.00004 shouldn't be
943.23/945.66	WSVECS04 Frhs2[28]: 6 0 4.0001 shouldn't be
943.23/945.66	WSVECS04 Frhs2[49]: 6 0 7.00003 shouldn't be
943.23/945.66	WSVECS04 Frhs2[60]: 6 0 2.00002 shouldn't be
943.23/945.66	WSVECS04 Frhs2[62]: 6 -1.00003 0 shouldn't be
943.23/945.66	WSVECS04 Frhs2[74]: 6 0 3.00007 shouldn't be
943.23/945.66	WSVECS04 Frhs2[80]: 6 0 2.00004 shouldn't be
943.23/945.66	WSVECS04 Frhs2[87]: 6 0 1.00005 shouldn't be
943.23/945.66	WSVECS04 Frhs2[92]: 6 0 4.00001 shouldn't be
943.23/945.66	WSVECS04 Frhs2[96]: 6 0 1.00005 shouldn't be
943.23/945.66	WSVECS04 Frhs2[101]: 6 0 2.00009 shouldn't be
943.23/945.66	WSVECS04 Frhs2[104]: 6 0 1.0001 shouldn't be
943.23/945.66	WSVECS04 Frhs2[116]: 6 0 2.50005 shouldn't be
943.23/945.66	WSVECS04 Frhs2[122]: 6 0 2.00005 shouldn't be
943.23/945.66	WSVECS04 Frhs2[143]: 6 -3.00004 0 shouldn't be
943.23/945.66	WSVECS04 Frhs2[148]: 6 0 2.00006 shouldn't be
943.23/945.66	WSVECS04 Frhs2[160]: 6 0 4.00002 shouldn't be
943.23/945.66	WSVECS04 Frhs2[189]: 6 0 3.00009 shouldn't be
946.73/949.13	c #Conflicts:    1446000 | #Constraints:      82904
946.73/949.13	c #Conflicts:    1447000 | #Constraints:      83904
946.73/949.13	c #Conflicts:    1448000 | #Constraints:      84904
946.73/949.13	c #Conflicts:    1449000 | #Constraints:      85904
946.73/949.13	c #Conflicts:    1450000 | #Constraints:      86904
946.73/949.13	c #Conflicts:    1451000 | #Constraints:      87904
946.73/949.13	WSVECS04 Frhs2[33]: 6 0 3.50001 shouldn't be
946.73/949.13	WSVECS04 Frhs2[41]: 6 0 1.75004 shouldn't be
946.73/949.13	WSVECS04 Frhs2[49]: 6 -3.75006 0 shouldn't be
946.73/949.13	WSVECS04 Frhs2[61]: 6 0 1.00007 shouldn't be
946.73/949.13	WSVECS04 Frhs2[80]: 6 0 7.50001 shouldn't be
946.73/949.13	WSVECS04 Frhs2[96]: 6 0 2.00004 shouldn't be
946.73/949.13	WSVECS04 Frhs2[106]: 6 0 2.00002 shouldn't be
946.73/949.13	WSVECS04 Frhs2[117]: 6 0 2.50008 shouldn't be
946.73/949.13	WSVECS04 Frhs2[128]: 6 0 3.37508 shouldn't be
946.73/949.13	WSVECS04 Frhs2[142]: 6 0 2.62507 shouldn't be
946.73/949.13	WSVECS04 Frhs2[154]: 6 0 1.50009 shouldn't be
946.73/949.13	WSVECS04 Frhs2[165]: 6 0 1.12501 shouldn't be
946.73/949.13	WSVECS04 Frhs2[167]: 6 -1.37504 0 shouldn't be
946.73/949.13	WSVECS04 Frhs2[171]: 6 -0.250034 0 shouldn't be
946.73/949.13	WSVECS04 Frhs2[192]: 6 0 2.37503 shouldn't be
949.01/951.43	c #Conflicts:    1452000 | #Constraints:      88904
949.01/951.43	c #Conflicts:    1453000 | #Constraints:      89904
949.01/951.43	c #Conflicts:    1454000 | #Constraints:      90904
949.01/951.43	WSVECS04 Frhs2[53]: 6 0 3.50009 shouldn't be
949.01/951.43	WSVECS04 Frhs2[76]: 6 0 6.00004 shouldn't be
949.01/951.43	WSVECS04 Frhs2[102]: 6 0 3.00007 shouldn't be
949.01/951.43	WSVECS04 Frhs2[128]: 6 0 4.00001 shouldn't be
949.01/951.43	WSVECS04 Frhs2[149]: 6 -1.00004 0 shouldn't be
949.01/951.43	WSVECS04 Frhs2[192]: 6 0 2.00003 shouldn't be
950.91/953.34	c #Conflicts:    1455000 | #Constraints:      91904
950.91/953.34	c #Conflicts:    1456000 | #Constraints:      92904
950.91/953.34	c #Conflicts:    1457000 | #Constraints:      93904
950.91/953.34	WSVECS04 Frhs2[60]: 6 0 1.47835 shouldn't be
950.91/953.34	WSVECS04 Frhs2[107]: 6 0 1.7392 shouldn't be
950.91/953.34	WSVECS04 Frhs2[125]: 6 0 3.00003 shouldn't be
950.91/953.34	WSVECS04 Frhs2[145]: 6 0 3.00004 shouldn't be
950.91/953.34	WSVECS04 Frhs2[172]: 6 0 2.36963 shouldn't be
950.91/953.34	WSVECS04 Frhs2[173]: 6 0 1.50005 shouldn't be
950.91/953.34	WSVECS04 Frhs2[179]: 6 0 1.00002 shouldn't be
950.91/953.34	WSVECS04 Frhs2[182]: 6 0 2.73922 shouldn't be
954.62/957.06	c #Conflicts:    1458000 | #Constraints:      94904
954.62/957.06	c #Conflicts:    1459000 | #Constraints:      95904
954.62/957.06	c #Conflicts:    1460000 | #Constraints:      96904
954.62/957.06	c #Conflicts:    1461000 | #Constraints:      97904
954.62/957.06	c #Conflicts:    1462000 | #Constraints:      98904
954.62/957.06	WSVECS04 Frhs2[6]: 6 0 0.428665 shouldn't be
954.62/957.06	WSVECS04 Frhs2[74]: 6 0 2.89294 shouldn't be
954.62/957.06	WSVECS04 Frhs2[104]: 6 -1.85723 0 shouldn't be
954.62/957.06	WSVECS04 Frhs2[118]: 6 -1.35723 0 shouldn't be
954.62/957.06	WSVECS04 Frhs2[119]: 6 -1.21438 0 shouldn't be
954.62/957.06	WSVECS04 Frhs2[156]: 6 0 2.14289 shouldn't be
954.62/957.06	WSVECS04 Frhs2[159]: 6 -1.17867 0 shouldn't be
954.62/957.06	WSVECS04 Frhs2[185]: 6 0 1.00008 shouldn't be
956.71/959.13	c #Conflicts:    1463000 | #Constraints:      99904
956.71/959.13	c #Conflicts:    1464000 | #Constraints:     100904
956.71/959.13	c #Conflicts:    1465000 | #Constraints:     101904
956.71/959.13	WSVECS04 Frhs2[19]: 6 -0.666733 0 shouldn't be
956.71/959.13	WSVECS04 Frhs2[35]: 6 0 2.00009 shouldn't be
956.71/959.13	WSVECS04 Frhs2[45]: 6 0 2.16673 shouldn't be
956.71/959.13	WSVECS04 Frhs2[53]: 6 0 3.33335 shouldn't be
956.71/959.13	WSVECS04 Frhs2[57]: 6 0 3.16675 shouldn't be
956.71/959.13	WSVECS04 Frhs2[60]: 6 0 2.66671 shouldn't be
956.71/959.13	WSVECS04 Frhs2[67]: 6 0 1.00001 shouldn't be
956.71/959.13	WSVECS04 Frhs2[83]: 6 -0.166748 0 shouldn't be
956.71/959.13	WSVECS04 Frhs2[101]: 6 0 1.33336 shouldn't be
956.71/959.13	WSVECS04 Frhs2[113]: 6 0 1.00001 shouldn't be
956.71/959.13	WSVECS04 Frhs2[118]: 6 -2.50004 0 shouldn't be
956.71/959.13	WSVECS04 Frhs2[121]: 6 0 1.00003 shouldn't be
956.71/959.13	WSVECS04 Frhs2[139]: 6 0 1.00005 shouldn't be
956.71/959.13	WSVECS04 Frhs2[143]: 6 0 5.50002 shouldn't be
956.71/959.13	WSVECS04 Frhs2[147]: 6 -0.166754 0 shouldn't be
956.71/959.13	WSVECS04 Frhs2[190]: 6 0 1.00007 shouldn't be
960.88/963.33	c #Conflicts:    1466000 | #Constraints:     102904
960.88/963.33	c #Conflicts:    1467000 | #Constraints:     103904
960.88/963.33	c #Conflicts:    1468000 | #Constraints:     104904
960.88/963.33	c #Conflicts:    1469000 | #Constraints:     105904
960.88/963.33	c #Conflicts:    1470000 | #Constraints:     106904
960.88/963.33	c INPROCESSING
960.88/963.33	c GARBAGE COLLECT
960.88/963.33	c rational objective -110
962.37/964.85	c #Conflicts:    1471000 | #Constraints:      63082
962.37/964.85	c #Conflicts:    1472000 | #Constraints:      64082
962.37/964.85	WSVECS04 Frhs2[10]: 6 0 3.00006 shouldn't be
962.37/964.85	WSVECS04 Frhs2[18]: 6 -5.40004 0 shouldn't be
962.37/964.85	WSVECS04 Frhs2[19]: 6 0 2.0001 shouldn't be
962.37/964.85	WSVECS04 Frhs2[22]: 6 0 1.00004 shouldn't be
962.37/964.85	WSVECS04 Frhs2[32]: 6 0 1.0001 shouldn't be
962.37/964.85	WSVECS04 Frhs2[41]: 6 0 2.00005 shouldn't be
962.37/964.85	WSVECS04 Frhs2[43]: 6 0 1.00006 shouldn't be
962.37/964.85	WSVECS04 Frhs2[44]: 6 -1.20008 0 shouldn't be
962.37/964.85	WSVECS04 Frhs2[45]: 6 -3.20007 0 shouldn't be
962.37/964.85	WSVECS04 Frhs2[49]: 6 0 2.00007 shouldn't be
962.37/964.85	WSVECS04 Frhs2[50]: 6 0 5.90003 shouldn't be
962.37/964.85	WSVECS04 Frhs2[51]: 6 0 2.00001 shouldn't be
962.37/964.85	WSVECS04 Frhs2[77]: 6 0 1.40007 shouldn't be
962.37/964.85	WSVECS04 Frhs2[83]: 6 0 1.20004 shouldn't be
962.37/964.85	WSVECS04 Frhs2[91]: 6 0 1.00005 shouldn't be
962.37/964.85	WSVECS04 Frhs2[98]: 6 0 3.0001 shouldn't be
962.37/964.85	WSVECS04 Frhs2[101]: 6 0 2.0001 shouldn't be
962.37/964.85	WSVECS04 Frhs2[104]: 6 -7.50004 0 shouldn't be
962.37/964.85	WSVECS04 Frhs2[108]: 6 -1.30001 0 shouldn't be
962.37/964.85	WSVECS04 Frhs2[111]: 6 0 1.20004 shouldn't be
962.37/964.85	WSVECS04 Frhs2[126]: 6 -1.30007 0 shouldn't be
962.37/964.85	WSVECS04 Frhs2[132]: 6 -4.40005 0 shouldn't be
962.37/964.85	WSVECS04 Frhs2[143]: 6 -5.50005 0 shouldn't be
962.37/964.85	WSVECS04 Frhs2[146]: 6 0 5.90003 shouldn't be
962.37/964.85	WSVECS04 Frhs2[148]: 6 0 3.20008 shouldn't be
962.37/964.85	WSVECS04 Frhs2[149]: 6 0 1.00006 shouldn't be
962.37/964.85	WSVECS04 Frhs2[165]: 6 0 1.30004 shouldn't be
962.37/964.85	WSVECS04 Frhs2[169]: 6 0 1.30006 shouldn't be
962.37/964.85	WSVECS04 Frhs2[172]: 6 0 3.00001 shouldn't be
962.37/964.85	WSVECS04 Frhs2[177]: 6 0 1.00004 shouldn't be
962.37/964.85	WSVECS04 Frhs2[178]: 6 0 2.00006 shouldn't be
962.37/964.85	WSVECS04 Frhs2[189]: 6 0 4.00008 shouldn't be
962.37/964.85	WSVECS04 Frhs2[192]: 6 0 1.50008 shouldn't be
962.37/964.85	WSVECS04 Frhs2[194]: 6 0 1.00007 shouldn't be
962.78/965.29	WSVECS04 Frhs2[3]: 6 0 1.00009 shouldn't be
962.78/965.29	WSVECS04 Frhs2[9]: 6 0 1.20001 shouldn't be
962.78/965.29	WSVECS04 Frhs2[141]: 6 0 2.40002 shouldn't be
962.78/965.29	WSVECS04 Frhs2[180]: 6 0 2.00008 shouldn't be
962.78/965.29	WSVECS04 Frhs2[195]: 6 -1.00009 0 shouldn't be
963.18/965.67	WSVECS04 Frhs2[139]: 6 0 2.30003 shouldn't be
963.59/966.05	WSVECS04 Frhs2[142]: 6 0 3.60003 shouldn't be
963.97/966.44	WSVECS04 Frhs2[23]: 6 0 5.20005 shouldn't be
963.97/966.44	WSVECS04 Frhs2[117]: 6 0 2.00004 shouldn't be
964.77/967.25	WSVECS04 Frhs2[147]: 6 0 3.00002 shouldn't be
976.45/978.91	c #Conflicts:    1473000 | #Constraints:      65082
976.45/978.91	c #Conflicts:    1474000 | #Constraints:      66082
976.45/978.91	c #Conflicts:    1475000 | #Constraints:      67082
976.45/978.91	c #Conflicts:    1476000 | #Constraints:      68082
976.45/978.91	c #Conflicts:    1477000 | #Constraints:      69082
976.45/978.91	c #Conflicts:    1478000 | #Constraints:      70082
976.45/978.91	c #Conflicts:    1479000 | #Constraints:      71082
976.45/978.91	c #Conflicts:    1480000 | #Constraints:      72082
976.45/978.91	c #Conflicts:    1481000 | #Constraints:      73082
976.45/978.91	c #Conflicts:    1482000 | #Constraints:      74082
976.45/978.91	c #Conflicts:    1483000 | #Constraints:      75082
976.45/978.91	c #Conflicts:    1484000 | #Constraints:      76082
976.45/978.91	c #Conflicts:    1485000 | #Constraints:      77082
976.45/978.91	c #Conflicts:    1486000 | #Constraints:      78082
976.45/978.91	c #Conflicts:    1487000 | #Constraints:      79082
976.45/978.91	c #Conflicts:    1488000 | #Constraints:      80082
976.45/978.91	c #Conflicts:    1489000 | #Constraints:      81082
976.45/978.91	c #Conflicts:    1490000 | #Constraints:      82082
976.45/978.91	c #Conflicts:    1491000 | #Constraints:      83082
976.45/978.91	WSVECS04 Frhs2[6]: 6 0 1.00006 shouldn't be
976.45/978.91	WSVECS04 Frhs2[18]: 6 0 2.00009 shouldn't be
976.45/978.91	WSVECS04 Frhs2[45]: 6 -1.77282 0 shouldn't be
976.45/978.91	WSVECS04 Frhs2[63]: 6 -6.36366 0 shouldn't be
976.45/978.91	WSVECS04 Frhs2[66]: 6 0 1.00003 shouldn't be
976.45/978.91	WSVECS04 Frhs2[72]: 6 -2.00005 0 shouldn't be
976.45/978.91	WSVECS04 Frhs2[77]: 6 0 1.00009 shouldn't be
976.45/978.91	WSVECS04 Frhs2[83]: 6 0 1.00003 shouldn't be
976.45/978.91	WSVECS04 Frhs2[91]: 6 -2.63644 0 shouldn't be
976.45/978.91	WSVECS04 Frhs2[93]: 6 -2.54548 0 shouldn't be
976.45/978.91	WSVECS04 Frhs2[101]: 6 0 2.00003 shouldn't be
976.45/978.91	WSVECS04 Frhs2[103]: 6 0 2.09097 shouldn't be
976.45/978.91	WSVECS04 Frhs2[108]: 6 0 1.31823 shouldn't be
976.45/978.91	WSVECS04 Frhs2[113]: 6 0 1.04549 shouldn't be
976.45/978.91	WSVECS04 Frhs2[115]: 6 0 3.00006 shouldn't be
976.45/978.91	WSVECS04 Frhs2[125]: 6 -4.00004 0 shouldn't be
976.45/978.91	WSVECS04 Frhs2[132]: 6 0 5.00003 shouldn't be
976.45/978.91	WSVECS04 Frhs2[133]: 6 0 2.13638 shouldn't be
976.45/978.91	WSVECS04 Frhs2[135]: 6 0 1.00008 shouldn't be
976.45/978.91	WSVECS04 Frhs2[155]: 6 0 2.00007 shouldn't be
976.45/978.91	WSVECS04 Frhs2[175]: 6 0 2.77281 shouldn't be
976.45/978.91	WSVECS04 Frhs2[183]: 6 0 1.86367 shouldn't be
976.45/978.91	WSVECS04 Frhs2[193]: 6 0 4.00009 shouldn't be
976.45/978.91	WSVECS04 Frhs2[198]: 6 0 2.00006 shouldn't be
976.74/979.24	WSVECS04 Frhs2[3]: 6 0 1.00007 shouldn't be
976.74/979.24	WSVECS04 Frhs2[50]: 6 0 3.00002 shouldn't be
976.74/979.24	WSVECS04 Frhs2[85]: 6 0 5.091 shouldn't be
976.74/979.24	WSVECS04 Frhs2[123]: 6 0 1.00006 shouldn't be
976.74/979.24	WSVECS04 Frhs2[139]: 6 0 4.45457 shouldn't be
976.74/979.24	WSVECS04 Frhs2[151]: 6 -1.00004 0 shouldn't be
976.74/979.24	WSVECS04 Frhs2[180]: 6 0 3.13644 shouldn't be
976.74/979.24	WSVECS04 Frhs2[196]: 6 0 2.0001 shouldn't be
978.73/981.26	c #Conflicts:    1492000 | #Constraints:      84082
978.73/981.26	c #Conflicts:    1493000 | #Constraints:      85082
978.73/981.26	c #Conflicts:    1494000 | #Constraints:      86082
978.73/981.26	WSVECS04 Frhs2[10]: 6 0 2.9656 shouldn't be
978.73/981.26	WSVECS04 Frhs2[23]: 6 0 2.89894 shouldn't be
978.73/981.26	WSVECS04 Frhs2[33]: 6 0 3.00008 shouldn't be
978.73/981.26	WSVECS04 Frhs2[49]: 6 0 4.00004 shouldn't be
978.73/981.26	WSVECS04 Frhs2[94]: 6 -0.163527 0 shouldn't be
978.73/981.26	WSVECS04 Frhs2[117]: 6 0 2.0001 shouldn't be
979.44/981.92	c #Conflicts:    1495000 | #Constraints:      87082
979.44/981.92	c #Conflicts:    1496000 | #Constraints:      88082
979.44/981.92	c INPROCESSING
979.44/981.92	c GARBAGE COLLECT
979.44/981.92	c rational objective -110
982.43/985.00	c #Conflicts:    1497000 | #Constraints:      53822
982.43/985.00	c #Conflicts:    1498000 | #Constraints:      54822
982.43/985.00	c #Conflicts:    1499000 | #Constraints:      55822
982.43/985.00	c #Conflicts:    1500000 | #Constraints:      56822
982.43/985.00	WSVECS04 Frhs2[4]: 6 0 4.18753 shouldn't be
982.43/985.00	WSVECS04 Frhs2[31]: 6 0 3.00009 shouldn't be
982.43/985.00	WSVECS04 Frhs2[38]: 6 -2.71884 0 shouldn't be
982.43/985.00	WSVECS04 Frhs2[58]: 6 0 2.84384 shouldn't be
982.43/985.00	WSVECS04 Frhs2[68]: 6 0 1.00006 shouldn't be
982.43/985.00	WSVECS04 Frhs2[86]: 6 0 2.00009 shouldn't be
982.43/985.00	WSVECS04 Frhs2[93]: 6 -3.75009 0 shouldn't be
982.43/985.00	WSVECS04 Frhs2[98]: 6 -3.78127 0 shouldn't be
982.43/985.00	WSVECS04 Frhs2[99]: 6 0 1.81252 shouldn't be
982.43/985.00	WSVECS04 Frhs2[107]: 6 0 1.00006 shouldn't be
982.43/985.00	WSVECS04 Frhs2[113]: 6 0 1.00008 shouldn't be
982.43/985.00	WSVECS04 Frhs2[125]: 6 -1.3438 0 shouldn't be
982.43/985.00	WSVECS04 Frhs2[128]: 6 0 2.03129 shouldn't be
982.43/985.00	WSVECS04 Frhs2[135]: 6 0 1.56256 shouldn't be
982.43/985.00	WSVECS04 Frhs2[139]: 6 0 3.90631 shouldn't be
982.43/985.00	WSVECS04 Frhs2[142]: 6 0 1.00002 shouldn't be
982.43/985.00	WSVECS04 Frhs2[143]: 6 -1.00006 0 shouldn't be
982.43/985.00	WSVECS04 Frhs2[150]: 6 0 1.0001 shouldn't be
982.43/985.00	WSVECS04 Frhs2[155]: 6 0 2.7813 shouldn't be
982.43/985.00	WSVECS04 Frhs2[189]: 6 0 2.87503 shouldn't be
982.43/985.00	WSVECS04 Frhs2[192]: 6 0 2.15632 shouldn't be
982.43/985.00	WSVECS04 Frhs2[193]: 6 0 2.81254 shouldn't be
982.43/985.00	WSVECS04 Frhs2[196]: 6 0 1.59384 shouldn't be
985.32/987.81	c #Conflicts:    1501000 | #Constraints:      57822
985.32/987.81	c #Conflicts:    1502000 | #Constraints:      58822
985.32/987.81	c #Conflicts:    1503000 | #Constraints:      59822
985.32/987.81	c #Conflicts:    1504000 | #Constraints:      60822
985.32/987.81	c #Conflicts:    1505000 | #Constraints:      61822
985.32/987.81	WSVECS04 Frhs2[5]: 6 0 2.00009 shouldn't be
985.32/987.81	WSVECS04 Frhs2[10]: 6 0 1.21233 shouldn't be
985.32/987.81	WSVECS04 Frhs2[23]: 6 -5.51124 0 shouldn't be
985.32/987.81	WSVECS04 Frhs2[38]: 6 0 3.14526 shouldn't be
985.32/987.81	WSVECS04 Frhs2[63]: 6 0 3.00009 shouldn't be
985.32/987.81	WSVECS04 Frhs2[103]: 6 0 2.30731 shouldn't be
985.32/987.81	WSVECS04 Frhs2[119]: 6 -0.324103 0 shouldn't be
985.32/987.81	WSVECS04 Frhs2[121]: 6 0 2.82126 shouldn't be
985.32/987.81	WSVECS04 Frhs2[139]: 6 0 4.12295 shouldn't be
985.32/987.81	WSVECS04 Frhs2[142]: 6 0 1.00008 shouldn't be
985.32/987.81	WSVECS04 Frhs2[144]: 6 0 1.02797 shouldn't be
985.32/987.81	WSVECS04 Frhs2[158]: 6 0 2.00009 shouldn't be
985.32/987.81	WSVECS04 Frhs2[169]: 6 0 3.37432 shouldn't be
985.32/987.81	WSVECS04 Frhs2[177]: 6 0 1.00006 shouldn't be
992.90/995.48	c #Conflicts:    1506000 | #Constraints:      62822
992.90/995.48	c #Conflicts:    1507000 | #Constraints:      63822
992.90/995.48	c #Conflicts:    1508000 | #Constraints:      64822
992.90/995.48	c #Conflicts:    1509000 | #Constraints:      65822
992.90/995.48	c #Conflicts:    1510000 | #Constraints:      66822
992.90/995.48	c #Conflicts:    1511000 | #Constraints:      67822
992.90/995.48	c #Conflicts:    1512000 | #Constraints:      68822
992.90/995.48	c #Conflicts:    1513000 | #Constraints:      69822
992.90/995.48	c #Conflicts:    1514000 | #Constraints:      70822
992.90/995.48	c #Conflicts:    1515000 | #Constraints:      71822
992.90/995.48	c #Conflicts:    1516000 | #Constraints:      72822
992.90/995.48	WSVECS04 Frhs2[19]: 6 -0.125036 0 shouldn't be
992.90/995.48	WSVECS04 Frhs2[29]: 6 0 7.50006 shouldn't be
992.90/995.48	WSVECS04 Frhs2[36]: 6 0 3.75009 shouldn't be
992.90/995.48	WSVECS04 Frhs2[44]: 6 0 5.5001 shouldn't be
992.90/995.48	WSVECS04 Frhs2[53]: 6 0 4.7501 shouldn't be
992.90/995.48	WSVECS04 Frhs2[55]: 6 0 2.50004 shouldn't be
992.90/995.48	WSVECS04 Frhs2[58]: 6 0 4.00007 shouldn't be
992.90/995.48	WSVECS04 Frhs2[60]: 6 -5.37502 0 shouldn't be
992.90/995.48	WSVECS04 Frhs2[65]: 6 0 2.00003 shouldn't be
992.90/995.48	WSVECS04 Frhs2[67]: 6 0 5.87501 shouldn't be
992.90/995.48	WSVECS04 Frhs2[74]: 6 -0.500049 0 shouldn't be
992.90/995.48	WSVECS04 Frhs2[77]: 6 -3.75001 0 shouldn't be
992.90/995.48	WSVECS04 Frhs2[90]: 6 0 4.75004 shouldn't be
992.90/995.48	WSVECS04 Frhs2[107]: 6 0 1.00009 shouldn't be
992.90/995.48	WSVECS04 Frhs2[139]: 6 0 1.00006 shouldn't be
992.90/995.48	WSVECS04 Frhs2[151]: 6 0 3.62507 shouldn't be
992.90/995.48	WSVECS04 Frhs2[162]: 6 -2.62508 0 shouldn't be
992.90/995.48	WSVECS04 Frhs2[172]: 6 -8.25005 0 shouldn't be
992.90/995.48	WSVECS04 Frhs2[177]: 6 0 1.00006 shouldn't be
992.90/995.48	WSVECS04 Frhs2[178]: 6 -0.250028 0 shouldn't be
992.90/995.48	WSVECS04 Frhs2[186]: 6 0 1.25003 shouldn't be
992.90/995.48	WSVECS04 Frhs2[195]: 6 -3.25008 0 shouldn't be
995.20/997.78	c #Conflicts:    1517000 | #Constraints:      73822
995.20/997.78	c #Conflicts:    1518000 | #Constraints:      74822
995.20/997.78	c #Conflicts:    1519000 | #Constraints:      75822
995.20/997.78	c #Conflicts:    1520000 | #Constraints:      76822
995.20/997.78	WSVECS04 Frhs2[2]: 6 0 3.72733 shouldn't be
995.20/997.78	WSVECS04 Frhs2[3]: 6 0 1.00009 shouldn't be
995.20/997.78	WSVECS04 Frhs2[13]: 6 0 3.00005 shouldn't be
995.20/997.78	WSVECS04 Frhs2[18]: 6 0 1.09099 shouldn't be
995.20/997.78	WSVECS04 Frhs2[20]: 6 0 2.00004 shouldn't be
995.20/997.78	WSVECS04 Frhs2[32]: 6 0 2.00009 shouldn't be
995.20/997.78	WSVECS04 Frhs2[48]: 6 0 3.00005 shouldn't be
995.20/997.78	WSVECS04 Frhs2[57]: 6 0 2.00003 shouldn't be
995.20/997.78	WSVECS04 Frhs2[60]: 6 0 1.00005 shouldn't be
995.20/997.78	WSVECS04 Frhs2[61]: 6 -1.00008 0 shouldn't be
995.20/997.78	WSVECS04 Frhs2[63]: 6 0 3.00006 shouldn't be
995.20/997.78	WSVECS04 Frhs2[73]: 6 0 3.00003 shouldn't be
995.20/997.78	WSVECS04 Frhs2[83]: 6 -5.00003 0 shouldn't be
995.20/997.78	WSVECS04 Frhs2[86]: 6 -0.272788 0 shouldn't be
995.20/997.78	WSVECS04 Frhs2[93]: 6 0 1.27275 shouldn't be
995.20/997.78	WSVECS04 Frhs2[112]: 6 0 3.00004 shouldn't be
995.20/997.78	WSVECS04 Frhs2[121]: 6 0 1.00009 shouldn't be
995.20/997.78	WSVECS04 Frhs2[125]: 6 -3.18186 0 shouldn't be
995.20/997.78	WSVECS04 Frhs2[132]: 6 0 3.00006 shouldn't be
995.20/997.78	WSVECS04 Frhs2[159]: 6 0 2.00007 shouldn't be
995.20/997.78	WSVECS04 Frhs2[163]: 6 -1.09101 0 shouldn't be
995.20/997.78	WSVECS04 Frhs2[194]: 6 0 2.00006 shouldn't be
995.20/997.78	WSVECS04 Frhs2[198]: 6 0 2.63644 shouldn't be
995.61/998.18	WSVECS04 Frhs2[51]: 6 -0.363674 0 shouldn't be
995.61/998.18	WSVECS04 Frhs2[66]: 6 0 3.00006 shouldn't be
995.61/998.18	WSVECS04 Frhs2[123]: 6 0 1.00005 shouldn't be
995.61/998.18	WSVECS04 Frhs2[139]: 6 0 6.00005 shouldn't be
995.61/998.18	WSVECS04 Frhs2[141]: 6 0 2.36372 shouldn't be
995.61/998.18	WSVECS04 Frhs2[193]: 6 0 2.00004 shouldn't be
995.61/998.18	WSVECS04 Frhs2[196]: 6 0 1.00009 shouldn't be
996.09/998.61	WSVECS04 Frhs2[46]: 6 0 3.27279 shouldn't be
996.09/998.61	WSVECS04 Frhs2[113]: 6 0 2.00005 shouldn't be
996.09/998.61	WSVECS04 Frhs2[180]: 6 0 3.00003 shouldn't be
996.99/999.59	c #Conflicts:    1521000 | #Constraints:      77822
996.99/999.59	c INPROCESSING
996.99/999.59	c GARBAGE COLLECT
996.99/999.59	c rational objective -110
999.68/1002.25	c #Conflicts:    1522000 | #Constraints:      48243
999.68/1002.25	c #Conflicts:    1523000 | #Constraints:      49243
999.68/1002.25	c #Conflicts:    1524000 | #Constraints:      50243
999.68/1002.25	c #Conflicts:    1525000 | #Constraints:      51243
999.68/1002.25	c #Conflicts:    1526000 | #Constraints:      52243
999.68/1002.25	c #Conflicts:    1527000 | #Constraints:      53243
999.68/1002.25	WSVECS04 Frhs2[26]: 6 0 1.00005 shouldn't be
999.68/1002.25	WSVECS04 Frhs2[27]: 6 -1.22232 0 shouldn't be
999.68/1002.25	WSVECS04 Frhs2[33]: 6 0 5.55557 shouldn't be
999.68/1002.25	WSVECS04 Frhs2[36]: 6 0 1.22227 shouldn't be
999.68/1002.25	WSVECS04 Frhs2[45]: 6 0 2.00003 shouldn't be
999.68/1002.25	WSVECS04 Frhs2[59]: 6 -3.11119 0 shouldn't be
999.68/1002.25	WSVECS04 Frhs2[60]: 6 0 1.77786 shouldn't be
999.68/1002.25	WSVECS04 Frhs2[102]: 6 0 2.00004 shouldn't be
999.68/1002.25	WSVECS04 Frhs2[113]: 6 0 1.00004 shouldn't be
999.68/1002.25	WSVECS04 Frhs2[128]: 6 0 2.8889 shouldn't be
999.68/1002.25	WSVECS04 Frhs2[149]: 6 -0.666765 0 shouldn't be
999.68/1002.25	WSVECS04 Frhs2[170]: 6 0 2.00009 shouldn't be
999.68/1002.25	WSVECS04 Frhs2[175]: 6 0 4.22231 shouldn't be
999.68/1002.25	WSVECS04 Frhs2[186]: 6 0 2.11121 shouldn't be
999.68/1002.25	WSVECS04 Frhs2[193]: 6 0 2.22227 shouldn't be
1000.38/1002.98	c #Conflicts:    1528000 | #Constraints:      54243
1000.38/1002.98	WSVECS04 Frhs2[6]: 6 0 0.407211 shouldn't be
1000.38/1002.98	WSVECS04 Frhs2[9]: 6 0 2.20721 shouldn't be
1000.38/1002.98	WSVECS04 Frhs2[10]: 6 0 3.00006 shouldn't be
1000.38/1002.98	WSVECS04 Frhs2[18]: 6 -4.00003 0 shouldn't be
1000.38/1002.98	WSVECS04 Frhs2[23]: 6 0 2.52864 shouldn't be
1000.38/1002.98	WSVECS04 Frhs2[38]: 6 0 3.15718 shouldn't be
1000.38/1002.98	WSVECS04 Frhs2[68]: 6 0 1.00009 shouldn't be
1000.38/1002.98	WSVECS04 Frhs2[93]: 6 0 3.00008 shouldn't be
1000.38/1002.98	WSVECS04 Frhs2[112]: 6 -1.00005 0 shouldn't be
1000.38/1002.98	WSVECS04 Frhs2[119]: 6 -1.60008 0 shouldn't be
1000.38/1002.98	WSVECS04 Frhs2[136]: 6 0 2.00005 shouldn't be
1000.38/1002.98	WSVECS04 Frhs2[137]: 6 -1.13579 0 shouldn't be
1000.38/1002.98	WSVECS04 Frhs2[147]: 6 0 3.47148 shouldn't be
1000.38/1002.98	WSVECS04 Frhs2[158]: 6 0 1.00003 shouldn't be
1000.38/1002.98	WSVECS04 Frhs2[163]: 6 0 3.80007 shouldn't be
1000.38/1002.98	WSVECS04 Frhs2[181]: 6 0 2.00004 shouldn't be
1000.38/1002.98	WSVECS04 Frhs2[191]: 6 0 2.00008 shouldn't be
1000.38/1002.98	WSVECS04 Frhs2[200]: 6 0 2.69289 shouldn't be
1002.38/1004.90	c #Conflicts:    1529000 | #Constraints:      55243
1002.38/1004.90	c #Conflicts:    1530000 | #Constraints:      56243
1002.38/1004.90	c #Conflicts:    1531000 | #Constraints:      57243
1002.38/1004.90	WSVECS04 Frhs2[13]: 6 0 1.00002 shouldn't be
1002.38/1004.90	WSVECS04 Frhs2[23]: 6 0 2.26675 shouldn't be
1002.38/1004.90	WSVECS04 Frhs2[32]: 6 0 1.00003 shouldn't be
1002.38/1004.90	WSVECS04 Frhs2[38]: 6 -1.00005 0 shouldn't be
1002.38/1004.90	WSVECS04 Frhs2[60]: 6 0 2.00002 shouldn't be
1002.38/1004.90	WSVECS04 Frhs2[65]: 6 0 1.00008 shouldn't be
1002.38/1004.90	WSVECS04 Frhs2[117]: 6 0 1.00009 shouldn't be
1002.38/1004.90	WSVECS04 Frhs2[146]: 6 0 1.60009 shouldn't be
1002.38/1004.90	WSVECS04 Frhs2[147]: 6 0 4.00003 shouldn't be
1002.38/1004.90	WSVECS04 Frhs2[153]: 6 -8.3334 0 shouldn't be
1002.38/1004.90	WSVECS04 Frhs2[169]: 6 0 1.33336 shouldn't be
1002.38/1004.90	WSVECS04 Frhs2[192]: 6 0 2.00008 shouldn't be
1002.38/1004.90	WSVECS04 Frhs2[194]: 6 0 2.00007 shouldn't be
1005.17/1007.70	c #Conflicts:    1532000 | #Constraints:      58243
1005.17/1007.70	c #Conflicts:    1533000 | #Constraints:      59243
1005.17/1007.70	c #Conflicts:    1534000 | #Constraints:      60243
1005.17/1007.70	c #Conflicts:    1535000 | #Constraints:      61243
1005.17/1007.70	c #Conflicts:    1536000 | #Constraints:      62243
1005.17/1007.70	WSVECS04 Frhs2[107]: 6 0 2.00001 shouldn't be
1005.17/1007.70	WSVECS04 Frhs2[129]: 6 0 3.00008 shouldn't be
1005.17/1007.70	WSVECS04 Frhs2[133]: 6 0 2.00001 shouldn't be
1005.17/1007.70	WSVECS04 Frhs2[162]: 6 0 1.00002 shouldn't be
1005.17/1007.70	WSVECS04 Frhs2[180]: 6 0 2.00007 shouldn't be
1007.16/1009.78	c #Conflicts:    1537000 | #Constraints:      63243
1007.16/1009.78	c #Conflicts:    1538000 | #Constraints:      64243
1007.16/1009.78	c #Conflicts:    1539000 | #Constraints:      65243
1007.16/1009.78	WSVECS04 Frhs2[57]: 6 0 1.25005 shouldn't be
1007.16/1009.78	WSVECS04 Frhs2[62]: 6 0 3.83339 shouldn't be
1007.16/1009.78	WSVECS04 Frhs2[77]: 6 0 2.16671 shouldn't be
1007.16/1009.78	WSVECS04 Frhs2[83]: 6 -3.41675 0 shouldn't be
1007.16/1009.78	WSVECS04 Frhs2[96]: 6 -1.83337 0 shouldn't be
1007.16/1009.78	WSVECS04 Frhs2[97]: 6 -5.75004 0 shouldn't be
1007.16/1009.78	WSVECS04 Frhs2[111]: 6 -0.583405 0 shouldn't be
1007.16/1009.78	WSVECS04 Frhs2[122]: 6 -3.41668 0 shouldn't be
1012.46/1015.03	c #Conflicts:    1540000 | #Constraints:      66243
1012.46/1015.03	c #Conflicts:    1541000 | #Constraints:      67243
1012.46/1015.03	c #Conflicts:    1542000 | #Constraints:      68243
1012.46/1015.03	c #Conflicts:    1543000 | #Constraints:      69243
1012.46/1015.03	c #Conflicts:    1544000 | #Constraints:      70243
1012.46/1015.03	c #Conflicts:    1545000 | #Constraints:      71243
1012.46/1015.03	c #Conflicts:    1546000 | #Constraints:      72243
1012.46/1015.03	c #Conflicts:    1547000 | #Constraints:      73243
1012.46/1015.03	c #Conflicts:    1548000 | #Constraints:      74243
1012.46/1015.03	c INPROCESSING
1012.46/1015.03	c GARBAGE COLLECT
1012.46/1015.03	c rational objective -110
1017.74/1020.31	c #Conflicts:    1549000 | #Constraints:      46917
1017.74/1020.31	c #Conflicts:    1550000 | #Constraints:      47917
1017.74/1020.31	c #Conflicts:    1551000 | #Constraints:      48917
1017.74/1020.31	c #Conflicts:    1552000 | #Constraints:      49917
1017.74/1020.31	c #Conflicts:    1553000 | #Constraints:      50917
1017.74/1020.31	c #Conflicts:    1554000 | #Constraints:      51917
1017.74/1020.31	c #Conflicts:    1555000 | #Constraints:      52917
1017.74/1020.31	c #Conflicts:    1556000 | #Constraints:      53917
1017.74/1020.31	c #Conflicts:    1557000 | #Constraints:      54917
1017.74/1020.31	WSVECS04 Frhs2[19]: 6 -11.6876 0 shouldn't be
1017.74/1020.31	WSVECS04 Frhs2[29]: 6 0 3.25006 shouldn't be
1017.74/1020.31	WSVECS04 Frhs2[48]: 6 0 2.00006 shouldn't be
1017.74/1020.31	WSVECS04 Frhs2[106]: 6 0 2.00009 shouldn't be
1017.74/1020.31	WSVECS04 Frhs2[109]: 6 0 3.00005 shouldn't be
1017.74/1020.31	WSVECS04 Frhs2[129]: 6 0 1.00009 shouldn't be
1017.74/1020.31	WSVECS04 Frhs2[137]: 6 -2.00005 0 shouldn't be
1017.74/1020.31	WSVECS04 Frhs2[139]: 6 0 4.27086 shouldn't be
1017.74/1020.31	WSVECS04 Frhs2[162]: 6 0 4.00002 shouldn't be
1017.74/1020.31	WSVECS04 Frhs2[173]: 6 -1.87508 0 shouldn't be
1017.74/1020.31	WSVECS04 Frhs2[193]: 6 0 2.0001 shouldn't be
1019.64/1022.29	c #Conflicts:    1558000 | #Constraints:      55917
1019.64/1022.29	c #Conflicts:    1559000 | #Constraints:      56917
1019.64/1022.29	c #Conflicts:    1560000 | #Constraints:      57917
1019.64/1022.29	WSVECS04 Frhs2[3]: 6 0 1.00002 shouldn't be
1019.64/1022.29	WSVECS04 Frhs2[5]: 6 -4.25715 0 shouldn't be
1019.64/1022.29	WSVECS04 Frhs2[13]: 6 0 2.25716 shouldn't be
1019.64/1022.29	WSVECS04 Frhs2[20]: 6 -7.37146 0 shouldn't be
1019.64/1022.29	WSVECS04 Frhs2[45]: 6 0 1.0001 shouldn't be
1019.64/1022.29	WSVECS04 Frhs2[64]: 6 0 2.00008 shouldn't be
1019.64/1022.29	WSVECS04 Frhs2[84]: 6 0 3.85721 shouldn't be
1019.64/1022.29	WSVECS04 Frhs2[103]: 6 0 3.00008 shouldn't be
1019.64/1022.29	WSVECS04 Frhs2[104]: 6 0 2.00003 shouldn't be
1019.64/1022.29	WSVECS04 Frhs2[116]: 6 0 1.02864 shouldn't be
1019.64/1022.29	WSVECS04 Frhs2[117]: 6 -6.94287 0 shouldn't be
1019.64/1022.29	WSVECS04 Frhs2[128]: 6 0 4.00006 shouldn't be
1019.64/1022.29	WSVECS04 Frhs2[142]: 6 0 1.00006 shouldn't be
1019.64/1022.29	WSVECS04 Frhs2[145]: 6 0 2.00008 shouldn't be
1019.64/1022.29	WSVECS04 Frhs2[150]: 6 0 0.742931 shouldn't be
1019.64/1022.29	WSVECS04 Frhs2[162]: 6 0 3.00004 shouldn't be
1019.64/1022.29	WSVECS04 Frhs2[172]: 6 0 1.51432 shouldn't be
1019.64/1022.29	WSVECS04 Frhs2[173]: 6 0 1.00003 shouldn't be
1019.64/1022.29	WSVECS04 Frhs2[179]: 6 0 1.00007 shouldn't be
1019.64/1022.29	WSVECS04 Frhs2[180]: 6 0 2.00008 shouldn't be
1019.64/1022.29	WSVECS04 Frhs2[183]: 6 0 2.45716 shouldn't be
1019.64/1022.29	WSVECS04 Frhs2[199]: 6 0 3.00009 shouldn't be
1023.32/1025.91	c #Conflicts:    1561000 | #Constraints:      58917
1023.32/1025.91	c #Conflicts:    1562000 | #Constraints:      59917
1023.32/1025.91	c #Conflicts:    1563000 | #Constraints:      60917
1023.32/1025.91	c #Conflicts:    1564000 | #Constraints:      61917
1023.32/1025.91	c #Conflicts:    1565000 | #Constraints:      62917
1023.32/1025.91	c #Conflicts:    1566000 | #Constraints:      63917
1023.32/1025.91	WSVECS04 Frhs2[3]: 6 0 1.00002 shouldn't be
1023.32/1025.91	WSVECS04 Frhs2[26]: 6 0 1.43342 shouldn't be
1023.32/1025.91	WSVECS04 Frhs2[47]: 6 0 4.16676 shouldn't be
1023.32/1025.91	WSVECS04 Frhs2[62]: 6 -0.633409 0 shouldn't be
1023.32/1025.91	WSVECS04 Frhs2[68]: 6 -2.45009 0 shouldn't be
1023.32/1025.91	WSVECS04 Frhs2[82]: 6 -0.183429 0 shouldn't be
1023.32/1025.91	WSVECS04 Frhs2[87]: 6 0 4.0001 shouldn't be
1023.32/1025.91	WSVECS04 Frhs2[100]: 6 -0.716716 0 shouldn't be
1023.32/1025.91	WSVECS04 Frhs2[106]: 6 0 1.00003 shouldn't be
1023.32/1025.91	WSVECS04 Frhs2[107]: 6 0 1.00006 shouldn't be
1023.32/1025.91	WSVECS04 Frhs2[110]: 6 0 2.08337 shouldn't be
1023.32/1025.91	WSVECS04 Frhs2[117]: 6 0 2.0001 shouldn't be
1023.32/1025.91	WSVECS04 Frhs2[130]: 6 0 3.95004 shouldn't be
1023.32/1025.91	WSVECS04 Frhs2[175]: 6 -4.91673 0 shouldn't be
1023.32/1025.91	WSVECS04 Frhs2[178]: 6 0 3.10009 shouldn't be
1023.32/1025.91	WSVECS04 Frhs2[179]: 6 0 2.81676 shouldn't be
1023.32/1025.91	WSVECS04 Frhs2[183]: 6 0 1.00007 shouldn't be
1028.11/1030.75	c #Conflicts:    1567000 | #Constraints:      64917
1028.11/1030.75	c #Conflicts:    1568000 | #Constraints:      65917
1028.11/1030.75	c #Conflicts:    1569000 | #Constraints:      66917
1028.11/1030.75	c #Conflicts:    1570000 | #Constraints:      67917
1028.11/1030.75	c #Conflicts:    1571000 | #Constraints:      68917
1028.11/1030.75	c #Conflicts:    1572000 | #Constraints:      69917
1028.11/1030.75	c #Conflicts:    1573000 | #Constraints:      70917
1028.11/1030.75	WSVECS04 Frhs2[10]: 6 -6.15865 0 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[13]: 6 0 1.00002 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[23]: 6 0 1.54831 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[36]: 6 0 2.00002 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[62]: 6 -2.35537 0 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[66]: 6 0 1.00006 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[78]: 6 0 2.55205 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[85]: 6 0 3.82492 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[99]: 6 0 1.00003 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[105]: 6 0 3.55846 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[108]: 6 0 1.00004 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[132]: 6 0 3.99241 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[135]: 6 0 1.17515 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[139]: 6 -1.00258 0 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[144]: 6 -0.302051 0 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[160]: 6 0 3.00003 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[163]: 6 0 2.69423 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[172]: 6 0 3.55207 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[175]: 6 0 1.00005 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[183]: 6 0 1.40362 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[189]: 6 0 2.00005 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[191]: 6 0 2.30586 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[196]: 6 0 1.00006 shouldn't be
1028.11/1030.75	WSVECS04 Frhs2[198]: 6 0 1.00007 shouldn't be
1033.00/1035.64	c #Conflicts:    1574000 | #Constraints:      71917
1033.00/1035.64	c #Conflicts:    1575000 | #Constraints:      72917
1033.00/1035.64	c #Conflicts:    1576000 | #Constraints:      73917
1033.00/1035.64	c #Conflicts:    1577000 | #Constraints:      74917
1033.00/1035.64	c #Conflicts:    1578000 | #Constraints:      75917
1033.00/1035.64	c #Conflicts:    1579000 | #Constraints:      76917
1033.00/1035.64	c #Conflicts:    1580000 | #Constraints:      77917
1033.00/1035.64	WSVECS04 Frhs2[19]: 6 0 3.50002 shouldn't be
1033.00/1035.64	WSVECS04 Frhs2[23]: 6 0 1.50003 shouldn't be
1033.00/1035.64	WSVECS04 Frhs2[25]: 6 0 4.50005 shouldn't be
1033.00/1035.64	WSVECS04 Frhs2[44]: 6 -1.00004 0 shouldn't be
1033.00/1035.64	WSVECS04 Frhs2[49]: 6 0 4.00006 shouldn't be
1033.00/1035.64	WSVECS04 Frhs2[53]: 6 -2.50006 0 shouldn't be
1033.00/1035.64	WSVECS04 Frhs2[70]: 6 0 1.00007 shouldn't be
1033.00/1035.64	WSVECS04 Frhs2[107]: 6 0 1.00001 shouldn't be
1033.00/1035.64	WSVECS04 Frhs2[108]: 6 -1.00005 0 shouldn't be
1033.00/1035.64	WSVECS04 Frhs2[111]: 6 0 1.00007 shouldn't be
1033.00/1035.64	WSVECS04 Frhs2[116]: 6 0 2.5001 shouldn't be
1033.00/1035.64	WSVECS04 Frhs2[117]: 6 0 1.00002 shouldn't be
1033.00/1035.64	WSVECS04 Frhs2[142]: 6 0 3.50003 shouldn't be
1033.00/1035.64	WSVECS04 Frhs2[172]: 6 0 2.00008 shouldn't be
1033.00/1035.64	WSVECS04 Frhs2[175]: 6 -4.50004 0 shouldn't be
1033.00/1035.64	WSVECS04 Frhs2[192]: 6 0 1.50003 shouldn't be
1040.68/1043.35	c #Conflicts:    1581000 | #Constraints:      78917
1040.68/1043.35	c #Conflicts:    1582000 | #Constraints:      79917
1040.68/1043.35	c #Conflicts:    1583000 | #Constraints:      80917
1040.68/1043.35	c #Conflicts:    1584000 | #Constraints:      81917
1040.68/1043.35	c #Conflicts:    1585000 | #Constraints:      82917
1040.68/1043.35	c #Conflicts:    1586000 | #Constraints:      83917
1040.68/1043.35	c #Conflicts:    1587000 | #Constraints:      84917
1040.68/1043.35	c #Conflicts:    1588000 | #Constraints:      85917
1040.68/1043.35	c #Conflicts:    1589000 | #Constraints:      86917
1040.68/1043.35	c #Conflicts:    1590000 | #Constraints:      87917
1040.68/1043.35	WSVECS04 Frhs2[17]: 6 0 2.00003 shouldn't be
1040.68/1043.35	WSVECS04 Frhs2[19]: 6 0 3.61912 shouldn't be
1040.68/1043.35	WSVECS04 Frhs2[41]: 6 0 1.00001 shouldn't be
1040.68/1043.35	WSVECS04 Frhs2[51]: 6 0 1.5953 shouldn't be
1040.68/1043.35	WSVECS04 Frhs2[77]: 6 0 2.1191 shouldn't be
1040.68/1043.35	WSVECS04 Frhs2[92]: 6 0 3.19057 shouldn't be
1040.68/1043.35	WSVECS04 Frhs2[115]: 6 0 2.00007 shouldn't be
1040.68/1043.35	WSVECS04 Frhs2[129]: 6 0 1.92865 shouldn't be
1040.68/1043.35	WSVECS04 Frhs2[135]: 6 0 1.21431 shouldn't be
1040.68/1043.35	WSVECS04 Frhs2[168]: 6 0 3.95245 shouldn't be
1055.55/1058.24	c #Conflicts:    1591000 | #Constraints:      88917
1055.55/1058.24	c #Conflicts:    1592000 | #Constraints:      89917
1055.55/1058.24	c #Conflicts:    1593000 | #Constraints:      90917
1055.55/1058.24	c #Conflicts:    1594000 | #Constraints:      91917
1055.55/1058.24	c #Conflicts:    1595000 | #Constraints:      92917
1055.55/1058.24	c #Conflicts:    1596000 | #Constraints:      93917
1055.55/1058.24	c #Conflicts:    1597000 | #Constraints:      94917
1055.55/1058.24	c #Conflicts:    1598000 | #Constraints:      95917
1055.55/1058.24	c #Conflicts:    1599000 | #Constraints:      96917
1055.55/1058.24	c #Conflicts:    1600000 | #Constraints:      97917
1055.55/1058.24	c #Conflicts:    1601000 | #Constraints:      98917
1055.55/1058.24	c #Conflicts:    1602000 | #Constraints:      99917
1055.55/1058.24	c #Conflicts:    1603000 | #Constraints:     100917
1055.55/1058.24	c #Conflicts:    1604000 | #Constraints:     101917
1055.55/1058.24	c #Conflicts:    1605000 | #Constraints:     102917
1055.55/1058.24	c #Conflicts:    1606000 | #Constraints:     103917
1055.55/1058.24	c #Conflicts:    1607000 | #Constraints:     104917
1055.55/1058.24	c #Conflicts:    1608000 | #Constraints:     105917
1055.55/1058.24	WSVECS04 Frhs2[3]: 6 0 1.00002 shouldn't be
1055.55/1058.24	WSVECS04 Frhs2[8]: 6 0 2.50001 shouldn't be
1055.55/1058.24	WSVECS04 Frhs2[13]: 6 0 4.0001 shouldn't be
1055.55/1058.24	WSVECS04 Frhs2[29]: 6 0 6.00004 shouldn't be
1055.55/1058.24	WSVECS04 Frhs2[61]: 6 0 1.00007 shouldn't be
1055.55/1058.24	WSVECS04 Frhs2[104]: 6 -2.00003 0 shouldn't be
1055.55/1058.24	WSVECS04 Frhs2[105]: 6 0 2.00006 shouldn't be
1055.55/1058.24	WSVECS04 Frhs2[117]: 6 -3.00007 0 shouldn't be
1055.55/1058.24	WSVECS04 Frhs2[139]: 6 0 7.50005 shouldn't be
1055.55/1058.24	WSVECS04 Frhs2[142]: 6 0 3.00002 shouldn't be
1055.55/1058.24	WSVECS04 Frhs2[155]: 6 0 2.00009 shouldn't be
1055.55/1058.24	WSVECS04 Frhs2[183]: 6 0 1.00005 shouldn't be
1057.13/1059.87	c #Conflicts:    1609000 | #Constraints:     106917
1057.13/1059.87	WSVECS04 Frhs2[5]: 6 0 2.3847 shouldn't be
1057.13/1059.87	WSVECS04 Frhs2[18]: 6 0 1.00005 shouldn't be
1057.13/1059.87	WSVECS04 Frhs2[28]: 6 0 3.13464 shouldn't be
1057.13/1059.87	WSVECS04 Frhs2[33]: 6 0 3.55773 shouldn't be
1057.13/1059.87	WSVECS04 Frhs2[50]: 6 0 5.67314 shouldn't be
1057.13/1059.87	WSVECS04 Frhs2[96]: 6 0 2.61545 shouldn't be
1057.13/1059.87	WSVECS04 Frhs2[101]: 6 -0.663555 0 shouldn't be
1057.13/1059.87	WSVECS04 Frhs2[128]: 6 0 2.00007 shouldn't be
1057.13/1059.87	WSVECS04 Frhs2[173]: 6 0 1.00006 shouldn't be
1057.13/1059.87	WSVECS04 Frhs2[191]: 6 0 2.28853 shouldn't be
1096.73/1099.59	c #Conflicts:    1610000 | #Constraints:     107917
1096.73/1099.59	c #Conflicts:    1611000 | #Constraints:     108917
1096.73/1099.59	c #Conflicts:    1612000 | #Constraints:     109917
1096.73/1099.59	c #Conflicts:    1613000 | #Constraints:     110917
1096.73/1099.59	c #Conflicts:    1614000 | #Constraints:     111917
1096.73/1099.59	c #Conflicts:    1615000 | #Constraints:     112917
1096.73/1099.59	c #Conflicts:    1616000 | #Constraints:     113917
1096.73/1099.59	c #Conflicts:    1617000 | #Constraints:     114917
1096.73/1099.59	c #Conflicts:    1618000 | #Constraints:     115917
1096.73/1099.59	c #Conflicts:    1619000 | #Constraints:     116917
1096.73/1099.59	c #Conflicts:    1620000 | #Constraints:     117917
1096.73/1099.59	c #Conflicts:    1621000 | #Constraints:     118917
1096.73/1099.59	c #Conflicts:    1622000 | #Constraints:     119917
1096.73/1099.59	c #Conflicts:    1623000 | #Constraints:     120917
1096.73/1099.59	c #Conflicts:    1624000 | #Constraints:     121917
1096.73/1099.59	c #Conflicts:    1625000 | #Constraints:     122917
1096.73/1099.59	c #Conflicts:    1626000 | #Constraints:     123917
1096.73/1099.59	c #Conflicts:    1627000 | #Constraints:     124917
1096.73/1099.59	c #Conflicts:    1628000 | #Constraints:     125917
1096.73/1099.59	c #Conflicts:    1629000 | #Constraints:     126917
1096.73/1099.59	c #Conflicts:    1630000 | #Constraints:     127917
1096.73/1099.59	c #Conflicts:    1631000 | #Constraints:     128917
1096.73/1099.59	c #Conflicts:    1632000 | #Constraints:     129917
1096.73/1099.59	c #Conflicts:    1633000 | #Constraints:     130917
1096.73/1099.59	c #Conflicts:    1634000 | #Constraints:     131917
1096.73/1099.59	c #Conflicts:    1635000 | #Constraints:     132917
1096.73/1099.59	c #Conflicts:    1636000 | #Constraints:     133917
1096.73/1099.59	c #Conflicts:    1637000 | #Constraints:     134917
1096.73/1099.59	c #Conflicts:    1638000 | #Constraints:     135917
1096.73/1099.59	c #Conflicts:    1639000 | #Constraints:     136917
1096.73/1099.59	c #Conflicts:    1640000 | #Constraints:     137917
1096.73/1099.59	c #Conflicts:    1641000 | #Constraints:     138917
1096.73/1099.59	c #Conflicts:    1642000 | #Constraints:     139917
1096.73/1099.59	c #Conflicts:    1643000 | #Constraints:     140917
1096.73/1099.59	c #Conflicts:    1644000 | #Constraints:     141917
1096.73/1099.59	c #Conflicts:    1645000 | #Constraints:     142917
1096.73/1099.59	WSVECS04 Frhs2[10]: 6 -4.50003 0 shouldn't be
1096.73/1099.59	WSVECS04 Frhs2[18]: 6 0 1.50002 shouldn't be
1096.73/1099.59	WSVECS04 Frhs2[27]: 6 0 4.00007 shouldn't be
1096.73/1099.59	WSVECS04 Frhs2[33]: 6 0 6.00008 shouldn't be
1096.73/1099.59	WSVECS04 Frhs2[60]: 6 0 3.00009 shouldn't be
1096.73/1099.59	WSVECS04 Frhs2[99]: 6 -0.500071 0 shouldn't be
1096.73/1099.59	WSVECS04 Frhs2[104]: 6 -0.500084 0 shouldn't be
1096.73/1099.59	WSVECS04 Frhs2[113]: 6 0 1.00004 shouldn't be
1096.73/1099.59	WSVECS04 Frhs2[139]: 6 0 5.50008 shouldn't be
1096.73/1099.59	WSVECS04 Frhs2[150]: 6 -8.00002 0 shouldn't be
1096.73/1099.59	WSVECS04 Frhs2[163]: 6 0 3.00006 shouldn't be
1096.73/1099.59	WSVECS04 Frhs2[170]: 6 0 2.50003 shouldn't be
1096.73/1099.59	WSVECS04 Frhs2[190]: 6 0 1.50004 shouldn't be
1096.73/1099.59	WSVECS04 Frhs2[193]: 6 0 3.50003 shouldn't be
1100.53/1103.38	c #Conflicts:    1646000 | #Constraints:     143917
1100.53/1103.38	c #Conflicts:    1647000 | #Constraints:     144917
1100.53/1103.38	c #Conflicts:    1648000 | #Constraints:     145917
1100.53/1103.38	WSVECS04 Frhs2[10]: 6 0 3.00004 shouldn't be
1100.53/1103.38	WSVECS04 Frhs2[19]: 6 -1.22729 0 shouldn't be
1100.53/1103.38	WSVECS04 Frhs2[25]: 6 0 7.77275 shouldn't be
1100.53/1103.38	WSVECS04 Frhs2[60]: 6 -7.55685 0 shouldn't be
1100.53/1103.38	WSVECS04 Frhs2[67]: 6 0 5.27275 shouldn't be
1100.53/1103.38	WSVECS04 Frhs2[84]: 6 -3.27279 0 shouldn't be
1100.53/1103.38	WSVECS04 Frhs2[86]: 6 0 3.1819 shouldn't be
1100.53/1103.38	WSVECS04 Frhs2[102]: 6 -1.31826 0 shouldn't be
1100.53/1103.38	WSVECS04 Frhs2[107]: 6 0 1.00004 shouldn't be
1100.53/1103.38	WSVECS04 Frhs2[117]: 6 0 1.31823 shouldn't be
1100.53/1103.38	WSVECS04 Frhs2[132]: 6 0 2.00002 shouldn't be
1100.53/1103.38	WSVECS04 Frhs2[133]: 6 -1.18184 0 shouldn't be
1100.53/1103.38	WSVECS04 Frhs2[139]: 6 0 3.18186 shouldn't be
1100.53/1103.38	WSVECS04 Frhs2[149]: 6 0 1.00003 shouldn't be
1100.53/1103.38	WSVECS04 Frhs2[150]: 6 0 1.64782 shouldn't be
1100.53/1103.38	WSVECS04 Frhs2[194]: 6 0 6.00007 shouldn't be
1100.92/1103.75	WSVECS04 Frhs2[32]: 6 0 1.00009 shouldn't be
1100.92/1103.75	WSVECS04 Frhs2[111]: 6 0 1.00002 shouldn't be
1100.92/1103.75	WSVECS04 Frhs2[169]: 6 0 3.50008 shouldn't be
1100.92/1103.75	WSVECS04 Frhs2[179]: 6 0 3.00008 shouldn't be
1110.89/1113.78	c #Conflicts:    1649000 | #Constraints:     146917
1110.89/1113.78	c #Conflicts:    1650000 | #Constraints:     147917
1110.89/1113.78	c #Conflicts:    1651000 | #Constraints:     148917
1110.89/1113.78	c #Conflicts:    1652000 | #Constraints:     149917
1110.89/1113.78	c #Conflicts:    1653000 | #Constraints:     150917
1110.89/1113.78	c #Conflicts:    1654000 | #Constraints:     151917
1110.89/1113.78	c #Conflicts:    1655000 | #Constraints:     152917
1110.89/1113.78	WSVECS04 Frhs2[16]: 6 0 5.25004 shouldn't be
1110.89/1113.78	WSVECS04 Frhs2[48]: 6 -2.50005 0 shouldn't be
1110.89/1113.78	WSVECS04 Frhs2[82]: 6 0 3.33342 shouldn't be
1110.89/1113.78	WSVECS04 Frhs2[111]: 6 0 2.33337 shouldn't be
1110.89/1113.78	WSVECS04 Frhs2[180]: 6 0 2.50002 shouldn't be
1112.49/1115.39	c #Conflicts:    1656000 | #Constraints:     153917
1112.49/1115.39	c INPROCESSING
1112.49/1115.39	c GARBAGE COLLECT
1112.49/1115.39	c rational objective -110
1133.44/1136.31	c #Conflicts:    1657000 | #Constraints:      86615
1133.44/1136.31	c #Conflicts:    1658000 | #Constraints:      87615
1133.44/1136.31	c #Conflicts:    1659000 | #Constraints:      88619
1133.44/1136.31	c #Conflicts:    1660000 | #Constraints:      89622
1133.44/1136.31	c #Conflicts:    1661000 | #Constraints:      90622
1133.44/1136.31	c #Conflicts:    1662000 | #Constraints:      91626
1133.44/1136.31	c #Conflicts:    1663000 | #Constraints:      92626
1133.44/1136.31	c #Conflicts:    1664000 | #Constraints:      93626
1133.44/1136.31	c #Conflicts:    1665000 | #Constraints:      94626
1133.44/1136.31	c #Conflicts:    1666000 | #Constraints:      95629
1133.44/1136.31	c #Conflicts:    1667000 | #Constraints:      96629
1133.44/1136.31	c #Conflicts:    1668000 | #Constraints:      97629
1133.44/1136.31	c #Conflicts:    1669000 | #Constraints:      98632
1133.44/1136.31	c #Conflicts:    1670000 | #Constraints:      99632
1133.44/1136.31	c #Conflicts:    1671000 | #Constraints:     100632
1133.44/1136.31	c #Conflicts:    1672000 | #Constraints:     101633
1133.44/1136.31	c #Conflicts:    1673000 | #Constraints:     102635
1133.44/1136.31	c #Conflicts:    1674000 | #Constraints:     103635
1133.44/1136.31	c #Conflicts:    1675000 | #Constraints:     104638
1133.44/1136.31	c #Conflicts:    1676000 | #Constraints:     105639
1133.44/1136.31	c #Conflicts:    1677000 | #Constraints:     106641
1133.44/1136.31	c #Conflicts:    1678000 | #Constraints:     107642
1133.44/1136.31	c #Conflicts:    1679000 | #Constraints:     108644
1133.44/1136.31	c #Conflicts:    1680000 | #Constraints:     109648
1133.44/1136.31	c #Conflicts:    1681000 | #Constraints:     110648
1133.44/1136.31	c #Conflicts:    1682000 | #Constraints:     111649
1133.44/1136.31	c #Conflicts:    1683000 | #Constraints:     112649
1133.44/1136.31	c INPROCESSING
1133.44/1136.31	c GARBAGE COLLECT
1133.44/1136.31	c rational objective -110
1152.49/1155.48	c #Conflicts:    1684000 | #Constraints:      65820
1152.49/1155.48	c #Conflicts:    1685000 | #Constraints:      66824
1152.49/1155.48	c #Conflicts:    1686000 | #Constraints:      67825
1152.49/1155.48	c #Conflicts:    1687000 | #Constraints:      68825
1152.49/1155.48	c #Conflicts:    1688000 | #Constraints:      69827
1152.49/1155.48	c #Conflicts:    1689000 | #Constraints:      70827
1152.49/1155.48	c #Conflicts:    1690000 | #Constraints:      71827
1152.49/1155.48	c #Conflicts:    1691000 | #Constraints:      72827
1152.49/1155.48	c #Conflicts:    1692000 | #Constraints:      73827
1152.49/1155.48	c #Conflicts:    1693000 | #Constraints:      74827
1152.49/1155.48	c #Conflicts:    1694000 | #Constraints:      75829
1152.49/1155.48	c #Conflicts:    1695000 | #Constraints:      76829
1152.49/1155.48	c #Conflicts:    1696000 | #Constraints:      77829
1152.49/1155.48	c #Conflicts:    1697000 | #Constraints:      78832
1152.49/1155.48	c #Conflicts:    1698000 | #Constraints:      79834
1152.49/1155.48	c #Conflicts:    1699000 | #Constraints:      80835
1152.49/1155.48	c #Conflicts:    1700000 | #Constraints:      81835
1152.49/1155.48	c #Conflicts:    1701000 | #Constraints:      82836
1152.49/1155.48	c #Conflicts:    1702000 | #Constraints:      83837
1152.49/1155.48	c #Conflicts:    1703000 | #Constraints:      84838
1152.49/1155.48	c #Conflicts:    1704000 | #Constraints:      85839
1152.49/1155.48	c #Conflicts:    1705000 | #Constraints:      86840
1152.49/1155.48	c #Conflicts:    1706000 | #Constraints:      87841
1152.49/1155.48	c #Conflicts:    1707000 | #Constraints:      88841
1152.49/1155.48	c #Conflicts:    1708000 | #Constraints:      89841
1152.49/1155.48	c #Conflicts:    1709000 | #Constraints:      90842
1152.49/1155.48	c #Conflicts:    1710000 | #Constraints:      91842
1152.49/1155.48	c #Conflicts:    1711000 | #Constraints:      92843
1152.49/1155.48	c INPROCESSING
1152.49/1155.48	c GARBAGE COLLECT
1152.49/1155.48	c rational objective -110
1170.54/1173.57	c #Conflicts:    1712000 | #Constraints:      56120
1170.54/1173.57	c #Conflicts:    1713000 | #Constraints:      57124
1170.54/1173.57	c #Conflicts:    1714000 | #Constraints:      58124
1170.54/1173.57	c #Conflicts:    1715000 | #Constraints:      59124
1170.54/1173.57	c #Conflicts:    1716000 | #Constraints:      60124
1170.54/1173.57	c #Conflicts:    1717000 | #Constraints:      61125
1170.54/1173.57	c #Conflicts:    1718000 | #Constraints:      62125
1170.54/1173.57	c #Conflicts:    1719000 | #Constraints:      63125
1170.54/1173.57	c #Conflicts:    1720000 | #Constraints:      64125
1170.54/1173.57	c #Conflicts:    1721000 | #Constraints:      65125
1170.54/1173.57	c #Conflicts:    1722000 | #Constraints:      66127
1170.54/1173.57	c #Conflicts:    1723000 | #Constraints:      67131
1170.54/1173.57	c #Conflicts:    1724000 | #Constraints:      68134
1170.54/1173.57	c #Conflicts:    1725000 | #Constraints:      69138
1170.54/1173.57	c #Conflicts:    1726000 | #Constraints:      70138
1170.54/1173.57	c #Conflicts:    1727000 | #Constraints:      71143
1170.54/1173.57	c #Conflicts:    1728000 | #Constraints:      72146
1170.54/1173.57	c #Conflicts:    1729000 | #Constraints:      73147
1170.54/1173.57	c #Conflicts:    1730000 | #Constraints:      74148
1170.54/1173.57	c #Conflicts:    1731000 | #Constraints:      75148
1170.54/1173.57	c #Conflicts:    1732000 | #Constraints:      76148
1170.54/1173.57	c #Conflicts:    1733000 | #Constraints:      77148
1170.54/1173.57	c #Conflicts:    1734000 | #Constraints:      78148
1170.54/1173.57	c #Conflicts:    1735000 | #Constraints:      79149
1170.54/1173.57	c #Conflicts:    1736000 | #Constraints:      80152
1170.54/1173.57	c #Conflicts:    1737000 | #Constraints:      81155
1170.54/1173.57	c #Conflicts:    1738000 | #Constraints:      82155
1170.54/1173.57	c #Conflicts:    1739000 | #Constraints:      83159
1170.54/1173.57	c INPROCESSING
1170.54/1173.57	c GARBAGE COLLECT
1170.54/1173.57	c rational objective -110
1188.29/1191.31	c #Conflicts:    1740000 | #Constraints:      51377
1188.29/1191.31	c #Conflicts:    1741000 | #Constraints:      52377
1188.29/1191.31	c #Conflicts:    1742000 | #Constraints:      53378
1188.29/1191.31	c #Conflicts:    1743000 | #Constraints:      54379
1188.29/1191.31	c #Conflicts:    1744000 | #Constraints:      55381
1188.29/1191.31	c #Conflicts:    1745000 | #Constraints:      56381
1188.29/1191.31	c #Conflicts:    1746000 | #Constraints:      57382
1188.29/1191.31	c #Conflicts:    1747000 | #Constraints:      58382
1188.29/1191.31	c #Conflicts:    1748000 | #Constraints:      59383
1188.29/1191.31	c #Conflicts:    1749000 | #Constraints:      60383
1188.29/1191.31	c #Conflicts:    1750000 | #Constraints:      61385
1188.29/1191.31	c #Conflicts:    1751000 | #Constraints:      62385
1188.29/1191.31	c #Conflicts:    1752000 | #Constraints:      63385
1188.29/1191.31	c #Conflicts:    1753000 | #Constraints:      64385
1188.29/1191.31	c #Conflicts:    1754000 | #Constraints:      65386
1188.29/1191.31	c #Conflicts:    1755000 | #Constraints:      66391
1188.29/1191.31	c #Conflicts:    1756000 | #Constraints:      67391
1188.29/1191.31	c #Conflicts:    1757000 | #Constraints:      68393
1188.29/1191.31	c #Conflicts:    1758000 | #Constraints:      69394
1188.29/1191.31	c #Conflicts:    1759000 | #Constraints:      70394
1188.29/1191.31	c #Conflicts:    1760000 | #Constraints:      71398
1188.29/1191.31	c #Conflicts:    1761000 | #Constraints:      72400
1188.29/1191.31	c #Conflicts:    1762000 | #Constraints:      73402
1188.29/1191.31	c #Conflicts:    1763000 | #Constraints:      74404
1188.29/1191.31	c #Conflicts:    1764000 | #Constraints:      75405
1188.29/1191.31	c #Conflicts:    1765000 | #Constraints:      76405
1188.29/1191.31	c #Conflicts:    1766000 | #Constraints:      77406
1188.29/1191.31	c #Conflicts:    1767000 | #Constraints:      78407
1188.29/1191.31	c INPROCESSING
1188.29/1191.31	c GARBAGE COLLECT
1188.29/1191.31	c rational objective -110
1243.76/1246.96	c #Conflicts:    1768000 | #Constraints:      49011
1243.76/1246.96	c #Conflicts:    1769000 | #Constraints:      50011
1243.76/1246.96	c #Conflicts:    1770000 | #Constraints:      51012
1243.76/1246.96	c #Conflicts:    1771000 | #Constraints:      52012
1243.76/1246.96	c #Conflicts:    1772000 | #Constraints:      53012
1243.76/1246.96	c #Conflicts:    1773000 | #Constraints:      54014
1243.76/1246.96	c #Conflicts:    1774000 | #Constraints:      55015
1243.76/1246.96	c #Conflicts:    1775000 | #Constraints:      56015
1243.76/1246.96	c #Conflicts:    1776000 | #Constraints:      57017
1243.76/1246.96	c #Conflicts:    1777000 | #Constraints:      58021
1243.76/1246.96	c #Conflicts:    1778000 | #Constraints:      59024
1243.76/1246.96	c #Conflicts:    1779000 | #Constraints:      60026
1243.76/1246.96	c #Conflicts:    1780000 | #Constraints:      61028
1243.76/1246.96	c #Conflicts:    1781000 | #Constraints:      62028
1243.76/1246.96	c #Conflicts:    1782000 | #Constraints:      63029
1243.76/1246.96	c #Conflicts:    1783000 | #Constraints:      64031
1243.76/1246.96	c #Conflicts:    1784000 | #Constraints:      65032
1243.76/1246.96	c #Conflicts:    1785000 | #Constraints:      66034
1243.76/1246.96	c #Conflicts:    1786000 | #Constraints:      67034
1243.76/1246.96	c #Conflicts:    1787000 | #Constraints:      68034
1243.76/1246.96	c #Conflicts:    1788000 | #Constraints:      69034
1243.76/1246.96	c #Conflicts:    1789000 | #Constraints:      70036
1243.76/1246.96	c #Conflicts:    1790000 | #Constraints:      71036
1243.76/1246.96	c #Conflicts:    1791000 | #Constraints:      72036
1243.76/1246.96	c #Conflicts:    1792000 | #Constraints:      73036
1243.76/1246.96	c #Conflicts:    1793000 | #Constraints:      74036
1243.76/1246.96	c #Conflicts:    1794000 | #Constraints:      75036
1243.76/1246.96	c #Conflicts:    1795000 | #Constraints:      76037
1243.76/1246.96	c #Conflicts:    1796000 | #Constraints:      77038
1243.76/1246.96	c #Conflicts:    1797000 | #Constraints:      78040
1243.76/1246.96	c #Conflicts:    1798000 | #Constraints:      79040
1243.76/1246.96	c #Conflicts:    1799000 | #Constraints:      80040
1243.76/1246.96	c #Conflicts:    1800000 | #Constraints:      81041
1243.76/1246.96	c #Conflicts:    1801000 | #Constraints:      82042
1243.76/1246.96	c #Conflicts:    1802000 | #Constraints:      83044
1243.76/1246.96	c #Conflicts:    1803000 | #Constraints:      84044
1243.76/1246.96	c #Conflicts:    1804000 | #Constraints:      85044
1243.76/1246.96	c #Conflicts:    1805000 | #Constraints:      86046
1243.76/1246.96	c #Conflicts:    1806000 | #Constraints:      87047
1243.76/1246.96	c #Conflicts:    1807000 | #Constraints:      88047
1243.76/1246.96	c #Conflicts:    1808000 | #Constraints:      89047
1243.76/1246.96	c #Conflicts:    1809000 | #Constraints:      90047
1243.76/1246.96	c #Conflicts:    1810000 | #Constraints:      91047
1243.76/1246.96	c #Conflicts:    1811000 | #Constraints:      92048
1243.76/1246.96	c #Conflicts:    1812000 | #Constraints:      93048
1243.76/1246.96	c #Conflicts:    1813000 | #Constraints:      94049
1243.76/1246.96	c #Conflicts:    1814000 | #Constraints:      95050
1243.76/1246.96	c #Conflicts:    1815000 | #Constraints:      96050
1243.76/1246.96	c #Conflicts:    1816000 | #Constraints:      97052
1243.76/1246.96	c #Conflicts:    1817000 | #Constraints:      98055
1243.76/1246.96	c #Conflicts:    1818000 | #Constraints:      99056
1243.76/1246.96	c #Conflicts:    1819000 | #Constraints:     100056
1243.76/1246.96	c #Conflicts:    1820000 | #Constraints:     101058
1243.76/1246.96	c #Conflicts:    1821000 | #Constraints:     102058
1243.76/1246.96	c #Conflicts:    1822000 | #Constraints:     103058
1243.76/1246.96	c #Conflicts:    1823000 | #Constraints:     104061
1243.76/1246.96	c #Conflicts:    1824000 | #Constraints:     105062
1243.76/1246.96	c #Conflicts:    1825000 | #Constraints:     106063
1243.76/1246.96	c #Conflicts:    1826000 | #Constraints:     107064
1243.76/1246.96	c #Conflicts:    1827000 | #Constraints:     108066
1243.76/1246.96	c #Conflicts:    1828000 | #Constraints:     109066
1243.76/1246.96	c #Conflicts:    1829000 | #Constraints:     110066
1243.76/1246.96	c #Conflicts:    1830000 | #Constraints:     111067
1243.76/1246.96	c #Conflicts:    1831000 | #Constraints:     112067
1243.76/1246.96	c #Conflicts:    1832000 | #Constraints:     113067
1243.76/1246.96	c #Conflicts:    1833000 | #Constraints:     114068
1243.76/1246.96	c #Conflicts:    1834000 | #Constraints:     115068
1243.76/1246.96	c #Conflicts:    1835000 | #Constraints:     116069
1243.76/1246.96	c #Conflicts:    1836000 | #Constraints:     117070
1243.76/1246.96	c #Conflicts:    1837000 | #Constraints:     118072
1243.76/1246.96	c #Conflicts:    1838000 | #Constraints:     119075
1243.76/1246.96	c #Conflicts:    1839000 | #Constraints:     120075
1243.76/1246.96	c #Conflicts:    1840000 | #Constraints:     121079
1243.76/1246.96	c #Conflicts:    1841000 | #Constraints:     122079
1243.76/1246.96	c #Conflicts:    1842000 | #Constraints:     123080
1243.76/1246.96	c #Conflicts:    1843000 | #Constraints:     124082
1243.76/1246.96	c #Conflicts:    1844000 | #Constraints:     125084
1243.76/1246.96	c #Conflicts:    1845000 | #Constraints:     126090
1243.76/1246.96	c #Conflicts:    1846000 | #Constraints:     127094
1278.47/1281.78	c #Conflicts:    1847000 | #Constraints:     128097
1278.47/1281.78	c #Conflicts:    1848000 | #Constraints:     129097
1278.47/1281.78	c #Conflicts:    1849000 | #Constraints:     130103
1278.47/1281.78	c #Conflicts:    1850000 | #Constraints:     131106
1278.47/1281.78	c #Conflicts:    1851000 | #Constraints:     132109
1278.47/1281.78	c #Conflicts:    1852000 | #Constraints:     133120
1278.47/1281.78	c #Conflicts:    1853000 | #Constraints:     134124
1278.47/1281.78	c #Conflicts:    1854000 | #Constraints:     135127
1278.47/1281.78	c #Conflicts:    1855000 | #Constraints:     136128
1278.47/1281.78	c #Conflicts:    1856000 | #Constraints:     137128
1278.47/1281.78	c #Conflicts:    1857000 | #Constraints:     138129
1278.47/1281.78	c #Conflicts:    1858000 | #Constraints:     139134
1278.47/1281.78	c #Conflicts:    1859000 | #Constraints:     140134
1278.47/1281.78	c #Conflicts:    1860000 | #Constraints:     141137
1278.47/1281.78	c #Conflicts:    1861000 | #Constraints:     142137
1278.47/1281.78	c #Conflicts:    1862000 | #Constraints:     143141
1278.47/1281.78	c #Conflicts:    1863000 | #Constraints:     144145
1278.47/1281.78	c #Conflicts:    1864000 | #Constraints:     145147
1278.47/1281.78	c #Conflicts:    1865000 | #Constraints:     146150
1278.47/1281.78	c #Conflicts:    1866000 | #Constraints:     147151
1278.47/1281.78	c #Conflicts:    1867000 | #Constraints:     148154
1278.47/1281.78	c #Conflicts:    1868000 | #Constraints:     149155
1278.47/1281.78	c #Conflicts:    1869000 | #Constraints:     150158
1278.47/1281.78	c #Conflicts:    1870000 | #Constraints:     151162
1278.47/1281.78	c #Conflicts:    1871000 | #Constraints:     152162
1278.47/1281.78	c #Conflicts:    1872000 | #Constraints:     153162
1278.47/1281.78	c #Conflicts:    1873000 | #Constraints:     154163
1278.47/1281.78	c #Conflicts:    1874000 | #Constraints:     155163
1278.47/1281.78	c #Conflicts:    1875000 | #Constraints:     156163
1278.47/1281.78	c #Conflicts:    1876000 | #Constraints:     157164
1278.47/1281.78	c #Conflicts:    1877000 | #Constraints:     158165
1278.47/1281.78	c #Conflicts:    1878000 | #Constraints:     159166
1278.47/1281.78	c #Conflicts:    1879000 | #Constraints:     160166
1278.47/1281.78	c #Conflicts:    1880000 | #Constraints:     161166
1278.47/1281.78	c #Conflicts:    1881000 | #Constraints:     162167
1278.47/1281.78	c INPROCESSING
1278.47/1281.78	c GARBAGE COLLECT
1278.47/1281.78	c rational objective -110
1283.56/1286.88	c #Conflicts:    1882000 | #Constraints:      90584
1283.56/1286.88	c #Conflicts:    1883000 | #Constraints:      91584
1283.56/1286.88	c #Conflicts:    1884000 | #Constraints:      92584
1283.56/1286.88	c #Conflicts:    1885000 | #Constraints:      93584
1283.56/1286.88	c #Conflicts:    1886000 | #Constraints:      94584
1283.56/1286.88	c #Conflicts:    1887000 | #Constraints:      95584
1283.56/1286.88	c #Conflicts:    1888000 | #Constraints:      96584
1283.56/1286.88	WSVECS04 Frhs2[26]: 6 0 1.00002 shouldn't be
1283.56/1286.88	WSVECS04 Frhs2[28]: 6 -1.00008 0 shouldn't be
1283.56/1286.88	WSVECS04 Frhs2[41]: 6 0 1.0001 shouldn't be
1283.56/1286.88	WSVECS04 Frhs2[97]: 6 0 1.00004 shouldn't be
1283.56/1286.88	WSVECS04 Frhs2[103]: 6 0 3.00004 shouldn't be
1283.56/1286.88	WSVECS04 Frhs2[108]: 6 0 2.00008 shouldn't be
1283.56/1286.88	WSVECS04 Frhs2[132]: 6 0 3.00009 shouldn't be
1283.56/1286.88	WSVECS04 Frhs2[144]: 6 -1.00004 0 shouldn't be
1283.56/1286.88	WSVECS04 Frhs2[150]: 6 0 3.00002 shouldn't be
1283.56/1286.88	WSVECS04 Frhs2[198]: 6 0 2.00008 shouldn't be
1288.54/1291.86	c #Conflicts:    1889000 | #Constraints:      97584
1288.54/1291.86	c #Conflicts:    1890000 | #Constraints:      98584
1288.54/1291.86	c #Conflicts:    1891000 | #Constraints:      99584
1288.54/1291.86	c #Conflicts:    1892000 | #Constraints:     100584
1288.54/1291.86	c #Conflicts:    1893000 | #Constraints:     101584
1288.54/1291.86	c #Conflicts:    1894000 | #Constraints:     102584
1288.54/1291.86	WSVECS04 Frhs2[19]: 6 0 5.82513 shouldn't be
1288.54/1291.86	WSVECS04 Frhs2[20]: 6 0 2.00004 shouldn't be
1288.54/1291.86	WSVECS04 Frhs2[50]: 6 0 1.18723 shouldn't be
1288.54/1291.86	WSVECS04 Frhs2[60]: 6 0 4.33301 shouldn't be
1288.54/1291.86	WSVECS04 Frhs2[75]: 6 0 1.89696 shouldn't be
1288.54/1291.86	WSVECS04 Frhs2[83]: 6 0 1.51689 shouldn't be
1288.54/1291.86	WSVECS04 Frhs2[113]: 6 0 1.00004 shouldn't be
1288.54/1291.86	WSVECS04 Frhs2[128]: 6 0 3.03143 shouldn't be
1288.54/1291.86	WSVECS04 Frhs2[138]: 6 -3.86665 0 shouldn't be
1288.54/1291.86	WSVECS04 Frhs2[147]: 6 -0.106581 0 shouldn't be
1288.54/1291.86	WSVECS04 Frhs2[153]: 6 -0.0539067 0 shouldn't be
1288.54/1291.86	WSVECS04 Frhs2[158]: 6 0 2.0001 shouldn't be
1288.54/1291.86	WSVECS04 Frhs2[159]: 6 -1.14242 0 shouldn't be
1288.54/1291.86	WSVECS04 Frhs2[166]: 6 -1.75901 0 shouldn't be
1288.54/1291.86	WSVECS04 Frhs2[176]: 6 0 1.70745 shouldn't be
1288.54/1291.86	WSVECS04 Frhs2[179]: 6 0 2.41371 shouldn't be
1288.54/1291.86	WSVECS04 Frhs2[191]: 6 0 1.00008 shouldn't be
1288.54/1291.86	WSVECS04 Frhs2[193]: 6 -1.36332 0 shouldn't be
1293.93/1297.26	c #Conflicts:    1895000 | #Constraints:     103584
1293.93/1297.26	c #Conflicts:    1896000 | #Constraints:     104584
1293.93/1297.26	c #Conflicts:    1897000 | #Constraints:     105584
1293.93/1297.26	c #Conflicts:    1898000 | #Constraints:     106584
1293.93/1297.26	c #Conflicts:    1899000 | #Constraints:     107584
1293.93/1297.26	c #Conflicts:    1900000 | #Constraints:     108584
1293.93/1297.26	c #Conflicts:    1901000 | #Constraints:     109584
1293.93/1297.26	WSVECS04 Frhs2[18]: 6 0 1.87654 shouldn't be
1293.93/1297.26	WSVECS04 Frhs2[19]: 6 -6.11183 0 shouldn't be
1293.93/1297.26	WSVECS04 Frhs2[36]: 6 -3.96479 0 shouldn't be
1293.93/1297.26	WSVECS04 Frhs2[77]: 6 0 3.60003 shouldn't be
1293.93/1297.26	WSVECS04 Frhs2[103]: 6 0 3.55889 shouldn't be
1293.93/1297.26	WSVECS04 Frhs2[135]: 6 0 0.835356 shouldn't be
1293.93/1297.26	WSVECS04 Frhs2[136]: 6 -2.81767 0 shouldn't be
1293.93/1297.26	WSVECS04 Frhs2[161]: 6 -0.264772 0 shouldn't be
1293.93/1297.26	WSVECS04 Frhs2[163]: 6 0 4.79419 shouldn't be
1293.93/1297.26	WSVECS04 Frhs2[171]: 6 0 1.26473 shouldn't be
1293.93/1297.26	WSVECS04 Frhs2[194]: 6 -3.22946 0 shouldn't be
1293.93/1297.26	WSVECS04 Frhs2[196]: 6 0 1.08239 shouldn't be
1295.92/1299.26	c #Conflicts:    1902000 | #Constraints:     110584
1295.92/1299.26	c #Conflicts:    1903000 | #Constraints:     111584
1295.92/1299.26	WSVECS04 Frhs2[1]: 6 -2.3889 0 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[3]: 6 0 2.00003 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[4]: 6 -1.27779 0 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[6]: 6 0 1.11116 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[7]: 6 0 4.38893 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[10]: 6 -6.8334 0 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[13]: 6 0 1.00007 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[18]: 6 0 1.00007 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[28]: 6 0 7.55561 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[33]: 6 0 4.50009 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[45]: 6 0 1.16669 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[61]: 6 0 1.77785 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[73]: 6 0 1.44449 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[83]: 6 0 1.00005 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[94]: 6 -2.66673 0 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[99]: 6 -3.44449 0 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[101]: 6 -2.00005 0 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[102]: 6 0 1.00008 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[103]: 6 0 5.00006 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[105]: 6 0 1.72225 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[119]: 6 -0.500063 0 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[123]: 6 0 1.77784 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[150]: 6 -1.27784 0 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[183]: 6 0 1.00009 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[184]: 6 0 4.16674 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[192]: 6 0 2.00008 shouldn't be
1295.92/1299.26	WSVECS04 Frhs2[198]: 6 0 1.00008 shouldn't be
1297.62/1300.97	c #Conflicts:    1904000 | #Constraints:     112584
1297.62/1300.97	c #Conflicts:    1905000 | #Constraints:     113584
1297.62/1300.97	WSVECS04 Frhs2[47]: 6 0 3.00007 shouldn't be
1297.62/1300.97	WSVECS04 Frhs2[55]: 6 0 1.00006 shouldn't be
1297.62/1300.97	WSVECS04 Frhs2[69]: 6 0 1.15392 shouldn't be
1297.62/1300.97	WSVECS04 Frhs2[91]: 6 0 1.00005 shouldn't be
1297.62/1300.97	WSVECS04 Frhs2[104]: 6 0 2.00003 shouldn't be
1297.62/1300.97	WSVECS04 Frhs2[111]: 6 0 3.00004 shouldn't be
1297.62/1300.97	WSVECS04 Frhs2[113]: 6 -3.00009 0 shouldn't be
1297.62/1300.97	WSVECS04 Frhs2[139]: 6 -4.30776 0 shouldn't be
1297.62/1300.97	WSVECS04 Frhs2[142]: 6 0 2.00003 shouldn't be
1297.62/1300.97	WSVECS04 Frhs2[151]: 6 0 6.00007 shouldn't be
1297.62/1300.97	WSVECS04 Frhs2[158]: 6 -1.8462 0 shouldn't be
1297.62/1300.97	WSVECS04 Frhs2[161]: 6 -0.846193 0 shouldn't be
1299.41/1302.71	c #Conflicts:    1906000 | #Constraints:     114584
1299.41/1302.71	c #Conflicts:    1907000 | #Constraints:     115584
1299.41/1302.71	WSVECS04 Frhs2[2]: 6 0 2.00005 shouldn't be
1299.41/1302.71	WSVECS04 Frhs2[9]: 6 0 3.00007 shouldn't be
1299.41/1302.71	WSVECS04 Frhs2[17]: 6 0 1.25008 shouldn't be
1299.41/1302.71	WSVECS04 Frhs2[18]: 6 -8.00004 0 shouldn't be
1299.41/1302.71	WSVECS04 Frhs2[19]: 6 0 3.00004 shouldn't be
1299.41/1302.71	WSVECS04 Frhs2[23]: 6 0 1.00005 shouldn't be
1299.41/1302.71	WSVECS04 Frhs2[52]: 6 0 3.00005 shouldn't be
1299.41/1302.71	WSVECS04 Frhs2[70]: 6 0 1.00002 shouldn't be
1299.41/1302.71	WSVECS04 Frhs2[82]: 6 0 3.0001 shouldn't be
1299.41/1302.71	WSVECS04 Frhs2[92]: 6 0 3.00004 shouldn't be
1299.41/1302.71	WSVECS04 Frhs2[97]: 6 0 2.50006 shouldn't be
1299.41/1302.71	WSVECS04 Frhs2[116]: 6 0 2.00007 shouldn't be
1299.41/1302.71	WSVECS04 Frhs2[117]: 6 0 1.5001 shouldn't be
1299.41/1302.71	WSVECS04 Frhs2[147]: 6 0 5.50006 shouldn't be
1299.41/1302.71	WSVECS04 Frhs2[153]: 6 -2.00005 0 shouldn't be
1299.41/1302.71	WSVECS04 Frhs2[177]: 6 -2.25003 0 shouldn't be
1299.41/1302.71	WSVECS04 Frhs2[179]: 6 0 2.00002 shouldn't be
1299.41/1302.71	WSVECS04 Frhs2[182]: 6 0 3.75003 shouldn't be
1299.41/1302.71	WSVECS04 Frhs2[194]: 6 0 2.00003 shouldn't be
1302.50/1305.85	c #Conflicts:    1908000 | #Constraints:     116584
1302.50/1305.85	c #Conflicts:    1909000 | #Constraints:     117584
1302.50/1305.85	c #Conflicts:    1910000 | #Constraints:     118584
1302.50/1305.85	c INPROCESSING
1302.50/1305.85	c GARBAGE COLLECT
1302.50/1305.85	c rational objective -110
1304.89/1308.27	c #Conflicts:    1911000 | #Constraints:      68629
1304.89/1308.27	c #Conflicts:    1912000 | #Constraints:      69629
1304.89/1308.27	c #Conflicts:    1913000 | #Constraints:      70629
1304.89/1308.27	c #Conflicts:    1914000 | #Constraints:      71629
1304.89/1308.27	WSVECS04 Frhs2[94]: 6 -0.666684 0 shouldn't be
1304.89/1308.27	WSVECS04 Frhs2[104]: 6 -1.2793 0 shouldn't be
1304.89/1308.27	WSVECS04 Frhs2[163]: 6 -0.151369 0 shouldn't be
1305.29/1308.62	WSVECS04 Frhs2[3]: 6 0 1.66675 shouldn't be
1305.29/1308.62	WSVECS04 Frhs2[32]: 6 0 2.15076 shouldn't be
1305.29/1308.62	WSVECS04 Frhs2[35]: 6 0 3.22025 shouldn't be
1305.29/1308.62	WSVECS04 Frhs2[99]: 6 -1.43491 0 shouldn't be
1305.29/1308.62	WSVECS04 Frhs2[113]: 6 0 1.00007 shouldn't be
1310.38/1313.73	c #Conflicts:    1915000 | #Constraints:      72629
1310.38/1313.73	c #Conflicts:    1916000 | #Constraints:      73629
1310.38/1313.73	c #Conflicts:    1917000 | #Constraints:      74629
1310.38/1313.73	c #Conflicts:    1918000 | #Constraints:      75629
1310.38/1313.73	c #Conflicts:    1919000 | #Constraints:      76629
1310.38/1313.73	c #Conflicts:    1920000 | #Constraints:      77629
1310.38/1313.73	c #Conflicts:    1921000 | #Constraints:      78629
1310.38/1313.73	c #Conflicts:    1922000 | #Constraints:      79629
1310.38/1313.73	WSVECS04 Frhs2[11]: 6 0 2.00002 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[23]: 6 0 4.00004 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[25]: 6 -1.00003 0 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[28]: 6 0 3.28581 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[49]: 6 -1.71436 0 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[53]: 6 0 3.78574 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[58]: 6 -1.57147 0 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[66]: 6 0 3.14294 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[73]: 6 0 1.00008 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[80]: 6 -6.85716 0 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[89]: 6 0 2.00004 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[90]: 6 0 3.28577 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[91]: 6 0 1.00004 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[108]: 6 0 3.00005 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[117]: 6 0 2.00009 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[135]: 6 0 1.42859 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[144]: 6 0 4.00004 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[148]: 6 -2.57149 0 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[149]: 6 0 2.00009 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[160]: 6 0 2.00009 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[170]: 6 0 5.0001 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[186]: 6 -3.00005 0 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[190]: 6 0 1.14287 shouldn't be
1310.38/1313.73	WSVECS04 Frhs2[196]: 6 0 1.00009 shouldn't be
1315.37/1318.74	c #Conflicts:    1923000 | #Constraints:      80629
1315.37/1318.74	c #Conflicts:    1924000 | #Constraints:      81629
1315.37/1318.74	c #Conflicts:    1925000 | #Constraints:      82629
1315.37/1318.74	c #Conflicts:    1926000 | #Constraints:      83629
1315.37/1318.74	c #Conflicts:    1927000 | #Constraints:      84629
1315.37/1318.74	c #Conflicts:    1928000 | #Constraints:      85629
1315.37/1318.74	c #Conflicts:    1929000 | #Constraints:      86629
1315.37/1318.74	WSVECS04 Frhs2[5]: 6 0 4.44449 shouldn't be
1315.37/1318.74	WSVECS04 Frhs2[10]: 6 -2.41668 0 shouldn't be
1315.37/1318.74	WSVECS04 Frhs2[20]: 6 -8.11118 0 shouldn't be
1315.37/1318.74	WSVECS04 Frhs2[33]: 6 0 5.08342 shouldn't be
1315.37/1318.74	WSVECS04 Frhs2[37]: 6 0 8.02785 shouldn't be
1315.37/1318.74	WSVECS04 Frhs2[66]: 6 0 1.77783 shouldn't be
1315.37/1318.74	WSVECS04 Frhs2[72]: 6 0 1.00006 shouldn't be
1315.37/1318.74	WSVECS04 Frhs2[73]: 6 0 1.41672 shouldn't be
1315.37/1318.74	WSVECS04 Frhs2[86]: 6 -2.47225 0 shouldn't be
1315.37/1318.74	WSVECS04 Frhs2[92]: 6 -0.138938 0 shouldn't be
1315.37/1318.74	WSVECS04 Frhs2[103]: 6 0 2.58342 shouldn't be
1315.37/1318.74	WSVECS04 Frhs2[104]: 6 0 2.00002 shouldn't be
1315.37/1318.74	WSVECS04 Frhs2[107]: 6 -3.77786 0 shouldn't be
1315.37/1318.74	WSVECS04 Frhs2[113]: 6 0 2.11119 shouldn't be
1315.37/1318.74	WSVECS04 Frhs2[125]: 6 0 1.0001 shouldn't be
1315.37/1318.74	WSVECS04 Frhs2[155]: 6 0 2.8612 shouldn't be
1315.37/1318.74	WSVECS04 Frhs2[171]: 6 0 1.00003 shouldn't be
1315.37/1318.74	WSVECS04 Frhs2[183]: 6 0 1.00006 shouldn't be
1315.37/1318.74	WSVECS04 Frhs2[184]: 6 0 2.44447 shouldn't be
1315.37/1318.74	WSVECS04 Frhs2[193]: 6 0 2.58342 shouldn't be
1315.37/1318.74	WSVECS04 Frhs2[194]: 6 0 1.58343 shouldn't be
1323.45/1326.89	c #Conflicts:    1930000 | #Constraints:      87629
1323.45/1326.89	c #Conflicts:    1931000 | #Constraints:      88629
1323.45/1326.89	c #Conflicts:    1932000 | #Constraints:      89629
1323.45/1326.89	c #Conflicts:    1933000 | #Constraints:      90629
1323.45/1326.89	c #Conflicts:    1934000 | #Constraints:      91629
1323.45/1326.89	c #Conflicts:    1935000 | #Constraints:      92629
1323.45/1326.89	c #Conflicts:    1936000 | #Constraints:      93629
1323.45/1326.89	c #Conflicts:    1937000 | #Constraints:      94629
1323.45/1326.89	c #Conflicts:    1938000 | #Constraints:      95629
1323.45/1326.89	c #Conflicts:    1939000 | #Constraints:      96629
1323.45/1326.89	WSVECS04 Frhs2[4]: 6 0 5.00004 shouldn't be
1323.45/1326.89	WSVECS04 Frhs2[20]: 6 0 2.00002 shouldn't be
1323.45/1326.89	WSVECS04 Frhs2[25]: 6 -2.00008 0 shouldn't be
1323.45/1326.89	WSVECS04 Frhs2[32]: 6 0 1.0001 shouldn't be
1323.45/1326.89	WSVECS04 Frhs2[103]: 6 0 3.00007 shouldn't be
1323.45/1326.89	WSVECS04 Frhs2[107]: 6 -2.00006 0 shouldn't be
1323.45/1326.89	WSVECS04 Frhs2[113]: 6 0 1.00006 shouldn't be
1323.45/1326.89	WSVECS04 Frhs2[115]: 6 0 1.00005 shouldn't be
1323.45/1326.89	WSVECS04 Frhs2[121]: 6 -3.00008 0 shouldn't be
1323.45/1326.89	WSVECS04 Frhs2[183]: 6 0 1.00004 shouldn't be
1323.45/1326.89	WSVECS04 Frhs2[192]: 6 0 2.00002 shouldn't be
1323.45/1326.89	WSVECS04 Frhs2[196]: 6 0 2.00001 shouldn't be
1324.14/1327.56	c #Conflicts:    1940000 | #Constraints:      97629
1324.14/1327.56	c INPROCESSING
1324.14/1327.56	c GARBAGE COLLECT
1324.14/1327.56	c rational objective -110
1325.54/1328.91	c #Conflicts:    1941000 | #Constraints:      58408
1325.54/1328.91	c #Conflicts:    1942000 | #Constraints:      59408
1325.54/1328.91	WSVECS04 Frhs2[3]: 6 0 1.00007 shouldn't be
1325.54/1328.91	WSVECS04 Frhs2[6]: 6 0 1.42861 shouldn't be
1325.54/1328.91	WSVECS04 Frhs2[20]: 6 0 2.00009 shouldn't be
1325.54/1328.91	WSVECS04 Frhs2[45]: 6 0 2.00004 shouldn't be
1325.54/1328.91	WSVECS04 Frhs2[48]: 6 0 2.00008 shouldn't be
1325.54/1328.91	WSVECS04 Frhs2[66]: 6 0 1.50005 shouldn't be
1325.54/1328.91	WSVECS04 Frhs2[115]: 6 0 2.00002 shouldn't be
1325.54/1328.91	WSVECS04 Frhs2[121]: 6 0 1.00007 shouldn't be
1325.54/1328.91	WSVECS04 Frhs2[129]: 6 0 3.00005 shouldn't be
1325.54/1328.91	WSVECS04 Frhs2[132]: 6 -2.57151 0 shouldn't be
1325.54/1328.91	WSVECS04 Frhs2[133]: 6 0 2.21432 shouldn't be
1325.54/1328.91	WSVECS04 Frhs2[180]: 6 0 3.14293 shouldn't be
1325.54/1328.91	WSVECS04 Frhs2[183]: 6 0 1.0001 shouldn't be
1329.93/1333.35	c #Conflicts:    1943000 | #Constraints:      60408
1329.93/1333.35	c #Conflicts:    1944000 | #Constraints:      61408
1329.93/1333.35	c #Conflicts:    1945000 | #Constraints:      62408
1329.93/1333.35	c #Conflicts:    1946000 | #Constraints:      63408
1329.93/1333.35	c #Conflicts:    1947000 | #Constraints:      64408
1329.93/1333.35	c #Conflicts:    1948000 | #Constraints:      65408
1329.93/1333.35	c #Conflicts:    1949000 | #Constraints:      66408
1329.93/1333.35	WSVECS04 Frhs2[13]: 6 -2.00005 0 shouldn't be
1329.93/1333.35	WSVECS04 Frhs2[18]: 6 0 0.37501 shouldn't be
1329.93/1333.35	WSVECS04 Frhs2[36]: 6 0 2.00001 shouldn't be
1329.93/1333.35	WSVECS04 Frhs2[50]: 6 0 2.00002 shouldn't be
1329.93/1333.35	WSVECS04 Frhs2[86]: 6 0 2.50001 shouldn't be
1329.93/1333.35	WSVECS04 Frhs2[119]: 6 0 4.00003 shouldn't be
1329.93/1333.35	WSVECS04 Frhs2[132]: 6 -3.12508 0 shouldn't be
1329.93/1333.35	WSVECS04 Frhs2[137]: 6 0 1.0001 shouldn't be
1329.93/1333.35	WSVECS04 Frhs2[190]: 6 0 2.00004 shouldn't be
1331.23/1334.65	c #Conflicts:    1950000 | #Constraints:      67408
1331.23/1334.65	c #Conflicts:    1951000 | #Constraints:      68408
1331.23/1334.65	WSVECS04 Frhs2[41]: 6 0 1.9863 shouldn't be
1331.23/1334.65	WSVECS04 Frhs2[83]: 6 -1.338 0 shouldn't be
1331.23/1334.65	WSVECS04 Frhs2[98]: 6 -3.02768 0 shouldn't be
1331.23/1334.65	WSVECS04 Frhs2[107]: 6 0 1.00003 shouldn't be
1331.23/1334.65	WSVECS04 Frhs2[121]: 6 0 1.00009 shouldn't be
1331.23/1334.65	WSVECS04 Frhs2[142]: 6 0 1.00005 shouldn't be
1331.23/1334.65	WSVECS04 Frhs2[146]: 6 0 3.18625 shouldn't be
1331.23/1334.65	WSVECS04 Frhs2[180]: 6 0 1.90351 shouldn't be
1335.42/1338.85	c #Conflicts:    1952000 | #Constraints:      69408
1335.42/1338.85	c #Conflicts:    1953000 | #Constraints:      70408
1335.42/1338.85	c #Conflicts:    1954000 | #Constraints:      71408
1335.42/1338.85	c #Conflicts:    1955000 | #Constraints:      72408
1335.42/1338.85	c #Conflicts:    1956000 | #Constraints:      73408
1335.42/1338.85	c #Conflicts:    1957000 | #Constraints:      74408
1335.42/1338.85	WSVECS04 Frhs2[11]: 6 0 2.50007 shouldn't be
1335.42/1338.85	WSVECS04 Frhs2[20]: 6 -4.00002 0 shouldn't be
1335.42/1338.85	WSVECS04 Frhs2[47]: 6 0 3.00008 shouldn't be
1335.42/1338.85	WSVECS04 Frhs2[67]: 6 0 3.00005 shouldn't be
1335.42/1338.85	WSVECS04 Frhs2[83]: 6 0 1.00003 shouldn't be
1335.42/1338.85	WSVECS04 Frhs2[105]: 6 0 1.00001 shouldn't be
1335.42/1338.85	WSVECS04 Frhs2[123]: 6 0 1.00004 shouldn't be
1335.42/1338.85	WSVECS04 Frhs2[139]: 6 0 1.50003 shouldn't be
1337.12/1340.54	c #Conflicts:    1958000 | #Constraints:      75408
1337.12/1340.54	c #Conflicts:    1959000 | #Constraints:      76408
1337.12/1340.54	WSVECS04 Frhs2[6]: 6 0 1.50006 shouldn't be
1337.12/1340.54	WSVECS04 Frhs2[13]: 6 0 1.00002 shouldn't be
1337.12/1340.54	WSVECS04 Frhs2[19]: 6 0 2.00002 shouldn't be
1337.12/1340.54	WSVECS04 Frhs2[77]: 6 0 2.00005 shouldn't be
1337.12/1340.54	WSVECS04 Frhs2[82]: 6 0 4.0001 shouldn't be
1337.12/1340.54	WSVECS04 Frhs2[86]: 6 -1.50007 0 shouldn't be
1337.12/1340.54	WSVECS04 Frhs2[103]: 6 0 1.0001 shouldn't be
1337.12/1340.54	WSVECS04 Frhs2[107]: 6 0 2.00002 shouldn't be
1337.12/1340.54	WSVECS04 Frhs2[135]: 6 0 2.00007 shouldn't be
1337.12/1340.54	WSVECS04 Frhs2[146]: 6 0 3.00005 shouldn't be
1339.21/1342.67	c #Conflicts:    1960000 | #Constraints:      77408
1339.21/1342.67	c #Conflicts:    1961000 | #Constraints:      78408
1339.21/1342.67	c #Conflicts:    1962000 | #Constraints:      79408
1339.21/1342.67	WSVECS04 Frhs2[10]: 6 0 4.92195 shouldn't be
1339.21/1342.67	WSVECS04 Frhs2[32]: 6 0 1.00008 shouldn't be
1339.21/1342.67	WSVECS04 Frhs2[65]: 6 0 1.00005 shouldn't be
1339.21/1342.67	WSVECS04 Frhs2[98]: 6 0 4.15627 shouldn't be
1339.21/1342.67	WSVECS04 Frhs2[102]: 6 0 2.00001 shouldn't be
1339.21/1342.67	WSVECS04 Frhs2[122]: 6 0 4.00008 shouldn't be
1339.21/1342.67	WSVECS04 Frhs2[132]: 6 -2.70314 0 shouldn't be
1339.21/1342.67	WSVECS04 Frhs2[184]: 6 0 3.78132 shouldn't be
1340.20/1343.64	c #Conflicts:    1963000 | #Constraints:      80408
1340.20/1343.64	WSVECS04 Frhs2[8]: 6 0 2.10009 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[11]: 6 0 3.40009 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[13]: 6 -5.10005 0 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[18]: 6 0 1.40007 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[36]: 6 0 4.00006 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[41]: 6 0 2.00006 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[50]: 6 0 1.00002 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[53]: 6 0 2.50008 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[55]: 6 -2.90001 0 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[60]: 6 -3.70009 0 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[73]: 6 0 1.00007 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[86]: 6 0 3.20008 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[91]: 6 0 4.20004 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[92]: 6 0 5.00002 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[108]: 6 0 2.00008 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[127]: 6 0 2.40004 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[128]: 6 0 1.20006 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[135]: 6 0 1.00001 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[150]: 6 0 1.50004 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[165]: 6 0 1.0001 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[170]: 6 0 2.00008 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[173]: 6 0 1.00002 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[191]: 6 0 2.00009 shouldn't be
1340.20/1343.64	WSVECS04 Frhs2[196]: 6 0 1.00003 shouldn't be
1340.62/1344.04	WSVECS04 Frhs2[83]: 6 0 1.00004 shouldn't be
1340.62/1344.04	WSVECS04 Frhs2[109]: 6 0 2.20005 shouldn't be
1340.62/1344.04	WSVECS04 Frhs2[121]: 6 0 2.60002 shouldn't be
1340.62/1344.04	WSVECS04 Frhs2[162]: 6 0 3.50007 shouldn't be
1340.62/1344.04	WSVECS04 Frhs2[192]: 6 0 1.00005 shouldn't be
1340.62/1344.04	WSVECS04 Frhs2[195]: 6 0 1.70007 shouldn't be
1340.91/1344.35	WSVECS04 Frhs2[31]: 6 0 2.80004 shouldn't be
1340.91/1344.35	WSVECS04 Frhs2[45]: 6 0 4.90004 shouldn't be
1343.80/1347.29	c #Conflicts:    1964000 | #Constraints:      81408
1343.80/1347.29	c #Conflicts:    1965000 | #Constraints:      82408
1343.80/1347.29	c #Conflicts:    1966000 | #Constraints:      83408
1343.80/1347.29	c #Conflicts:    1967000 | #Constraints:      84408
1343.80/1347.29	c #Conflicts:    1968000 | #Constraints:      85408
1343.80/1347.29	WSVECS04 Frhs2[13]: 6 0 2.84379 shouldn't be
1343.80/1347.29	WSVECS04 Frhs2[65]: 6 0 2.00005 shouldn't be
1343.80/1347.29	WSVECS04 Frhs2[82]: 6 0 3.06259 shouldn't be
1343.80/1347.29	WSVECS04 Frhs2[86]: 6 -2.56253 0 shouldn't be
1343.80/1347.29	WSVECS04 Frhs2[105]: 6 0 2.87501 shouldn't be
1343.80/1347.29	WSVECS04 Frhs2[129]: 6 0 3.87507 shouldn't be
1343.80/1347.29	WSVECS04 Frhs2[186]: 6 0 1.00004 shouldn't be
1343.80/1347.29	WSVECS04 Frhs2[194]: 6 0 1.00008 shouldn't be
1345.19/1348.69	c #Conflicts:    1969000 | #Constraints:      86408
1345.19/1348.69	c #Conflicts:    1970000 | #Constraints:      87408
1345.19/1348.69	c INPROCESSING
1345.19/1348.69	c GARBAGE COLLECT
1345.19/1348.69	c rational objective -110
1346.71/1350.14	c #Conflicts:    1971000 | #Constraints:      53445
1346.71/1350.14	c #Conflicts:    1972000 | #Constraints:      54445
1346.71/1350.14	WSVECS04 Frhs2[13]: 6 0 1.00006 shouldn't be
1346.71/1350.14	WSVECS04 Frhs2[59]: 6 0 5.00003 shouldn't be
1346.71/1350.14	WSVECS04 Frhs2[82]: 6 0 5.00008 shouldn't be
1346.71/1350.14	WSVECS04 Frhs2[85]: 6 0 4.00009 shouldn't be
1346.71/1350.14	WSVECS04 Frhs2[125]: 6 0 2.00006 shouldn't be
1346.71/1350.14	WSVECS04 Frhs2[139]: 6 0 2.00006 shouldn't be
1346.71/1350.14	WSVECS04 Frhs2[143]: 6 0 3.00007 shouldn't be
1346.71/1350.14	WSVECS04 Frhs2[146]: 6 0 3.00001 shouldn't be
1346.71/1350.14	WSVECS04 Frhs2[155]: 6 0 2.50009 shouldn't be
1346.71/1350.14	WSVECS04 Frhs2[170]: 6 -0.500072 0 shouldn't be
1346.71/1350.14	WSVECS04 Frhs2[186]: 6 0 2.00005 shouldn't be
1346.71/1350.14	WSVECS04 Frhs2[198]: 6 0 2.00007 shouldn't be
1349.38/1352.89	c #Conflicts:    1973000 | #Constraints:      55445
1349.38/1352.89	c #Conflicts:    1974000 | #Constraints:      56445
1349.38/1352.89	c #Conflicts:    1975000 | #Constraints:      57445
1349.38/1352.89	c #Conflicts:    1976000 | #Constraints:      58445
1349.38/1352.89	WSVECS04 Frhs2[11]: 6 0 1.00003 shouldn't be
1349.38/1352.89	WSVECS04 Frhs2[18]: 6 0 1.00006 shouldn't be
1349.38/1352.89	WSVECS04 Frhs2[25]: 6 -1.00007 0 shouldn't be
1349.38/1352.89	WSVECS04 Frhs2[28]: 6 0 1.00002 shouldn't be
1349.38/1352.89	WSVECS04 Frhs2[36]: 6 0 1.00003 shouldn't be
1349.38/1352.89	WSVECS04 Frhs2[42]: 6 0 4.00009 shouldn't be
1349.38/1352.89	WSVECS04 Frhs2[44]: 6 0 3.00009 shouldn't be
1349.38/1352.89	WSVECS04 Frhs2[60]: 6 -2.00004 0 shouldn't be
1349.38/1352.89	WSVECS04 Frhs2[67]: 6 0 4.00006 shouldn't be
1349.38/1352.89	WSVECS04 Frhs2[122]: 6 -3.00006 0 shouldn't be
1349.38/1352.89	WSVECS04 Frhs2[135]: 6 0 2.00003 shouldn't be
1349.38/1352.89	WSVECS04 Frhs2[139]: 6 0 3.00008 shouldn't be
1349.38/1352.89	WSVECS04 Frhs2[141]: 6 0 4.00007 shouldn't be
1349.38/1352.89	WSVECS04 Frhs2[143]: 6 0 1.00003 shouldn't be
1349.38/1352.89	WSVECS04 Frhs2[156]: 6 0 2.00009 shouldn't be
1349.38/1352.89	WSVECS04 Frhs2[157]: 6 0 4.00005 shouldn't be
1349.38/1352.89	WSVECS04 Frhs2[175]: 6 0 3.00009 shouldn't be
1349.38/1352.89	WSVECS04 Frhs2[190]: 6 0 1.00002 shouldn't be
1349.38/1352.89	WSVECS04 Frhs2[193]: 6 0 1.00006 shouldn't be
1349.38/1352.89	WSVECS04 Frhs2[197]: 6 0 1.00003 shouldn't be
1349.78/1353.28	WSVECS04 Frhs2[51]: 6 -2.00004 0 shouldn't be
1349.78/1353.28	WSVECS04 Frhs2[70]: 6 0 1.00008 shouldn't be
1349.78/1353.28	WSVECS04 Frhs2[111]: 6 0 1.00007 shouldn't be
1349.78/1353.28	WSVECS04 Frhs2[113]: 6 0 1.0001 shouldn't be
1351.78/1355.24	c #Conflicts:    1977000 | #Constraints:      59445
1351.78/1355.24	c #Conflicts:    1978000 | #Constraints:      60445
1351.78/1355.24	c #Conflicts:    1979000 | #Constraints:      61445
1351.78/1355.24	c #Conflicts:    1980000 | #Constraints:      62445
1351.78/1355.24	WSVECS04 Frhs2[4]: 6 0 4.00003 shouldn't be
1351.78/1355.24	WSVECS04 Frhs2[49]: 6 0 4.16675 shouldn't be
1351.78/1355.24	WSVECS04 Frhs2[103]: 6 0 2.50009 shouldn't be
1351.78/1355.24	WSVECS04 Frhs2[115]: 6 0 1.66669 shouldn't be
1351.78/1355.24	WSVECS04 Frhs2[132]: 6 -1.3334 0 shouldn't be
1351.78/1355.24	WSVECS04 Frhs2[149]: 6 0 2.00003 shouldn't be
1351.78/1355.24	WSVECS04 Frhs2[162]: 6 -1.33341 0 shouldn't be
1351.78/1355.24	WSVECS04 Frhs2[169]: 6 0 2.33341 shouldn't be
1360.45/1363.99	c #Conflicts:    1981000 | #Constraints:      63445
1360.45/1363.99	c #Conflicts:    1982000 | #Constraints:      64445
1360.45/1363.99	c #Conflicts:    1983000 | #Constraints:      65445
1360.45/1363.99	c #Conflicts:    1984000 | #Constraints:      66445
1360.45/1363.99	c #Conflicts:    1985000 | #Constraints:      67445
1360.45/1363.99	c #Conflicts:    1986000 | #Constraints:      68445
1360.45/1363.99	c #Conflicts:    1987000 | #Constraints:      69445
1360.45/1363.99	c #Conflicts:    1988000 | #Constraints:      70445
1360.45/1363.99	c #Conflicts:    1989000 | #Constraints:      71445
1360.45/1363.99	c #Conflicts:    1990000 | #Constraints:      72445
1360.45/1363.99	c #Conflicts:    1991000 | #Constraints:      73445
1360.45/1363.99	c #Conflicts:    1992000 | #Constraints:      74445
1360.45/1363.99	c #Conflicts:    1993000 | #Constraints:      75445
1360.45/1363.99	WSVECS04 Frhs2[10]: 6 0 2.66674 shouldn't be
1360.45/1363.99	WSVECS04 Frhs2[13]: 6 0 1.33336 shouldn't be
1360.45/1363.99	WSVECS04 Frhs2[51]: 6 -1.00008 0 shouldn't be
1360.45/1363.99	WSVECS04 Frhs2[63]: 6 0 1.00006 shouldn't be
1360.45/1363.99	WSVECS04 Frhs2[65]: 6 0 2.66674 shouldn't be
1360.45/1363.99	WSVECS04 Frhs2[83]: 6 0 1.66676 shouldn't be
1360.45/1363.99	WSVECS04 Frhs2[132]: 6 -1.33342 0 shouldn't be
1360.45/1363.99	WSVECS04 Frhs2[180]: 6 0 1.00008 shouldn't be
1365.45/1369.00	c #Conflicts:    1994000 | #Constraints:      76445
1365.45/1369.00	c #Conflicts:    1995000 | #Constraints:      77445
1365.45/1369.00	c #Conflicts:    1996000 | #Constraints:      78445
1365.45/1369.00	c #Conflicts:    1997000 | #Constraints:      79445
1365.45/1369.00	c #Conflicts:    1998000 | #Constraints:      80445
1365.45/1369.00	c #Conflicts:    1999000 | #Constraints:      81445
1365.45/1369.00	c #Conflicts:    2000000 | #Constraints:      82445
1365.45/1369.00	c INPROCESSING
1365.45/1369.00	c GARBAGE COLLECT
1365.45/1369.00	c rational objective -110
1387.19/1390.74	c #Conflicts:    2001000 | #Constraints:      51010
1387.19/1390.74	c #Conflicts:    2002000 | #Constraints:      52011
1387.19/1390.74	c #Conflicts:    2003000 | #Constraints:      53011
1387.19/1390.74	c #Conflicts:    2004000 | #Constraints:      54011
1387.19/1390.74	c #Conflicts:    2005000 | #Constraints:      55011
1387.19/1390.74	c #Conflicts:    2006000 | #Constraints:      56011
1387.19/1390.74	c #Conflicts:    2007000 | #Constraints:      57011
1387.19/1390.74	c #Conflicts:    2008000 | #Constraints:      58012
1387.19/1390.74	c #Conflicts:    2009000 | #Constraints:      59012
1387.19/1390.74	c #Conflicts:    2010000 | #Constraints:      60012
1387.19/1390.74	c #Conflicts:    2011000 | #Constraints:      61012
1387.19/1390.74	c #Conflicts:    2012000 | #Constraints:      62013
1387.19/1390.74	c #Conflicts:    2013000 | #Constraints:      63016
1387.19/1390.74	c #Conflicts:    2014000 | #Constraints:      64018
1387.19/1390.74	c #Conflicts:    2015000 | #Constraints:      65019
1387.19/1390.74	c #Conflicts:    2016000 | #Constraints:      66023
1387.19/1390.74	c #Conflicts:    2017000 | #Constraints:      67024
1387.19/1390.74	c #Conflicts:    2018000 | #Constraints:      68027
1387.19/1390.74	c #Conflicts:    2019000 | #Constraints:      69027
1387.19/1390.74	c #Conflicts:    2020000 | #Constraints:      70028
1387.19/1390.74	c #Conflicts:    2021000 | #Constraints:      71029
1387.19/1390.74	c #Conflicts:    2022000 | #Constraints:      72030
1387.19/1390.74	c #Conflicts:    2023000 | #Constraints:      73030
1387.19/1390.74	c #Conflicts:    2024000 | #Constraints:      74030
1387.19/1390.74	c #Conflicts:    2025000 | #Constraints:      75030
1387.19/1390.74	c #Conflicts:    2026000 | #Constraints:      76030
1387.19/1390.74	c #Conflicts:    2027000 | #Constraints:      77030
1387.19/1390.74	c #Conflicts:    2028000 | #Constraints:      78030
1387.19/1390.74	c #Conflicts:    2029000 | #Constraints:      79032
1387.19/1390.74	c #Conflicts:    2030000 | #Constraints:      80034
1387.19/1390.74	c #Conflicts:    2031000 | #Constraints:      81034
1387.19/1390.74	c #Conflicts:    2032000 | #Constraints:      82034
1387.19/1390.74	c #Conflicts:    2033000 | #Constraints:      83036
1387.19/1390.74	c #Conflicts:    2034000 | #Constraints:      84036
1387.19/1390.74	c #Conflicts:    2035000 | #Constraints:      85036
1387.19/1390.74	WSVECS04 Frhs2[4]: 6 0 5.75007 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[13]: 6 0 2.00001 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[23]: 6 0 1.00005 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[25]: 6 0 6.50008 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[50]: 6 0 1.00004 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[58]: 6 0 2.00006 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[59]: 6 0 2.50007 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[63]: 6 0 2.00009 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[64]: 6 -3.25002 0 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[65]: 6 0 2.00005 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[68]: 6 0 3.00009 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[79]: 6 -0.500092 0 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[81]: 6 0 2.00008 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[108]: 6 0 4.25002 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[142]: 6 0 4.00006 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[143]: 6 0 2.00002 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[146]: 6 -2.25007 0 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[147]: 6 -1.50006 0 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[151]: 6 0 4.50009 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[157]: 6 0 3.75004 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[158]: 6 0 3.25009 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[159]: 6 0 1.00001 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[171]: 6 0 1.00005 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[179]: 6 0 2.00001 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[186]: 6 0 2.00009 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[194]: 6 0 1.00003 shouldn't be
1387.19/1390.74	WSVECS04 Frhs2[198]: 6 0 2.75002 shouldn't be
1455.43/1459.19	c #Conflicts:    2036000 | #Constraints:      86036
1455.43/1459.19	c #Conflicts:    2037000 | #Constraints:      87036
1455.43/1459.19	c #Conflicts:    2038000 | #Constraints:      88041
1455.43/1459.19	c #Conflicts:    2039000 | #Constraints:      89041
1455.43/1459.19	c #Conflicts:    2040000 | #Constraints:      90042
1455.43/1459.19	c #Conflicts:    2041000 | #Constraints:      91044
1455.43/1459.19	c #Conflicts:    2042000 | #Constraints:      92045
1455.43/1459.19	c #Conflicts:    2043000 | #Constraints:      93045
1455.43/1459.19	c #Conflicts:    2044000 | #Constraints:      94045
1455.43/1459.19	c #Conflicts:    2045000 | #Constraints:      95045
1455.43/1459.19	c #Conflicts:    2046000 | #Constraints:      96045
1455.43/1459.19	c #Conflicts:    2047000 | #Constraints:      97045
1455.43/1459.19	c #Conflicts:    2048000 | #Constraints:      98045
1455.43/1459.19	c #Conflicts:    2049000 | #Constraints:      99046
1455.43/1459.19	c #Conflicts:    2050000 | #Constraints:     100048
1455.43/1459.19	c #Conflicts:    2051000 | #Constraints:     101048
1455.43/1459.19	c #Conflicts:    2052000 | #Constraints:     102051
1455.43/1459.19	c #Conflicts:    2053000 | #Constraints:     103053
1455.43/1459.19	c #Conflicts:    2054000 | #Constraints:     104054
1455.43/1459.19	c #Conflicts:    2055000 | #Constraints:     105057
1455.43/1459.19	c #Conflicts:    2056000 | #Constraints:     106059
1455.43/1459.19	c #Conflicts:    2057000 | #Constraints:     107061
1455.43/1459.19	c #Conflicts:    2058000 | #Constraints:     108064
1455.43/1459.19	c #Conflicts:    2059000 | #Constraints:     109067
1455.43/1459.19	c #Conflicts:    2060000 | #Constraints:     110068
1455.43/1459.19	c #Conflicts:    2061000 | #Constraints:     111072
1455.43/1459.19	c #Conflicts:    2062000 | #Constraints:     112076
1455.43/1459.19	c #Conflicts:    2063000 | #Constraints:     113079
1455.43/1459.19	c #Conflicts:    2064000 | #Constraints:     114084
1455.43/1459.19	c #Conflicts:    2065000 | #Constraints:     115085
1455.43/1459.19	c #Conflicts:    2066000 | #Constraints:     116087
1455.43/1459.19	c #Conflicts:    2067000 | #Constraints:     117089
1455.43/1459.19	c #Conflicts:    2068000 | #Constraints:     118090
1455.43/1459.19	c #Conflicts:    2069000 | #Constraints:     119092
1455.43/1459.19	c #Conflicts:    2070000 | #Constraints:     120096
1455.43/1459.19	c #Conflicts:    2071000 | #Constraints:     121098
1455.43/1459.19	c #Conflicts:    2072000 | #Constraints:     122098
1455.43/1459.19	c #Conflicts:    2073000 | #Constraints:     123101
1455.43/1459.19	c #Conflicts:    2074000 | #Constraints:     124101
1455.43/1459.19	c #Conflicts:    2075000 | #Constraints:     125102
1455.43/1459.19	c #Conflicts:    2076000 | #Constraints:     126106
1455.43/1459.19	c #Conflicts:    2077000 | #Constraints:     127106
1455.43/1459.19	c #Conflicts:    2078000 | #Constraints:     128107
1455.43/1459.19	c #Conflicts:    2079000 | #Constraints:     129110
1455.43/1459.19	c #Conflicts:    2080000 | #Constraints:     130110
1455.43/1459.19	c #Conflicts:    2081000 | #Constraints:     131114
1455.43/1459.19	c #Conflicts:    2082000 | #Constraints:     132116
1455.43/1459.19	c #Conflicts:    2083000 | #Constraints:     133118
1455.43/1459.19	c #Conflicts:    2084000 | #Constraints:     134119
1455.43/1459.19	c #Conflicts:    2085000 | #Constraints:     135122
1455.43/1459.19	c #Conflicts:    2086000 | #Constraints:     136123
1455.43/1459.19	c #Conflicts:    2087000 | #Constraints:     137124
1455.43/1459.19	c #Conflicts:    2088000 | #Constraints:     138124
1455.43/1459.19	c #Conflicts:    2089000 | #Constraints:     139125
1455.43/1459.19	c #Conflicts:    2090000 | #Constraints:     140125
1455.43/1459.19	c #Conflicts:    2091000 | #Constraints:     141125
1455.43/1459.19	c #Conflicts:    2092000 | #Constraints:     142125
1455.43/1459.19	c #Conflicts:    2093000 | #Constraints:     143126
1455.43/1459.19	c #Conflicts:    2094000 | #Constraints:     144128
1455.43/1459.19	c #Conflicts:    2095000 | #Constraints:     145131
1455.43/1459.19	c #Conflicts:    2096000 | #Constraints:     146131
1455.43/1459.19	c #Conflicts:    2097000 | #Constraints:     147134
1455.43/1459.19	c #Conflicts:    2098000 | #Constraints:     148137
1455.43/1459.19	c #Conflicts:    2099000 | #Constraints:     149137
1455.43/1459.19	c #Conflicts:    2100000 | #Constraints:     150138
1455.43/1459.19	c #Conflicts:    2101000 | #Constraints:     151138
1455.43/1459.19	c #Conflicts:    2102000 | #Constraints:     152138
1455.43/1459.19	c #Conflicts:    2103000 | #Constraints:     153141
1455.43/1459.19	c #Conflicts:    2104000 | #Constraints:     154141
1455.43/1459.19	c #Conflicts:    2105000 | #Constraints:     155142
1455.43/1459.19	c #Conflicts:    2106000 | #Constraints:     156143
1455.43/1459.19	c #Conflicts:    2107000 | #Constraints:     157143
1455.43/1459.19	c #Conflicts:    2108000 | #Constraints:     158147
1455.43/1459.19	c #Conflicts:    2109000 | #Constraints:     159152
1455.43/1459.19	c #Conflicts:    2110000 | #Constraints:     160155
1455.43/1459.19	c #Conflicts:    2111000 | #Constraints:     161159
1455.43/1459.19	c #Conflicts:    2112000 | #Constraints:     162164
1455.43/1459.19	c #Conflicts:    2113000 | #Constraints:     163173
1455.43/1459.19	c #Conflicts:    2114000 | #Constraints:     164180
1463.59/1467.31	c #Conflicts:    2115000 | #Constraints:     165181
1463.59/1467.31	c #Conflicts:    2116000 | #Constraints:     166184
1463.59/1467.31	c #Conflicts:    2117000 | #Constraints:     167186
1463.59/1467.31	c #Conflicts:    2118000 | #Constraints:     168189
1463.59/1467.31	c #Conflicts:    2119000 | #Constraints:     169190
1463.59/1467.31	c #Conflicts:    2120000 | #Constraints:     170195
1463.59/1467.31	c #Conflicts:    2121000 | #Constraints:     171200
1463.59/1467.31	c INPROCESSING
1463.59/1467.31	c GARBAGE COLLECT
1463.59/1467.31	c rational objective -110
1475.27/1479.05	c #Conflicts:    2122000 | #Constraints:      95398
1475.27/1479.05	c #Conflicts:    2123000 | #Constraints:      96398
1475.27/1479.05	c #Conflicts:    2124000 | #Constraints:      97398
1475.27/1479.05	c #Conflicts:    2125000 | #Constraints:      98398
1475.27/1479.05	c #Conflicts:    2126000 | #Constraints:      99398
1475.27/1479.05	c #Conflicts:    2127000 | #Constraints:     100398
1475.27/1479.05	c #Conflicts:    2128000 | #Constraints:     101398
1475.27/1479.05	c #Conflicts:    2129000 | #Constraints:     102398
1475.27/1479.05	c #Conflicts:    2130000 | #Constraints:     103398
1475.27/1479.05	c #Conflicts:    2131000 | #Constraints:     104398
1475.27/1479.05	c #Conflicts:    2132000 | #Constraints:     105398
1475.27/1479.05	c #Conflicts:    2133000 | #Constraints:     106398
1475.27/1479.05	c #Conflicts:    2134000 | #Constraints:     107398
1475.27/1479.05	c #Conflicts:    2135000 | #Constraints:     108398
1475.27/1479.05	WSVECS04 Frhs2[2]: 6 0 2.00005 shouldn't be
1475.27/1479.05	WSVECS04 Frhs2[13]: 6 0 1.75005 shouldn't be
1475.27/1479.05	WSVECS04 Frhs2[44]: 6 0 2.00004 shouldn't be
1475.27/1479.05	WSVECS04 Frhs2[52]: 6 0 4.00006 shouldn't be
1475.27/1479.05	WSVECS04 Frhs2[64]: 6 -5.75001 0 shouldn't be
1475.27/1479.05	WSVECS04 Frhs2[69]: 6 -0.625053 0 shouldn't be
1475.27/1479.05	WSVECS04 Frhs2[86]: 6 -3.00003 0 shouldn't be
1475.27/1479.05	WSVECS04 Frhs2[103]: 6 0 1.00003 shouldn't be
1475.27/1479.05	WSVECS04 Frhs2[116]: 6 0 1.50001 shouldn't be
1475.27/1479.05	WSVECS04 Frhs2[118]: 6 0 2.00006 shouldn't be
1475.27/1479.05	WSVECS04 Frhs2[130]: 6 -7.00006 0 shouldn't be
1475.27/1479.05	WSVECS04 Frhs2[136]: 6 0 3.00006 shouldn't be
1475.27/1479.05	WSVECS04 Frhs2[141]: 6 -2.75004 0 shouldn't be
1475.27/1479.05	WSVECS04 Frhs2[163]: 6 0 7.75003 shouldn't be
1475.27/1479.05	WSVECS04 Frhs2[169]: 6 0 3.00005 shouldn't be
1475.27/1479.05	WSVECS04 Frhs2[173]: 6 0 1.00004 shouldn't be
1475.27/1479.05	WSVECS04 Frhs2[175]: 6 0 1.00003 shouldn't be
1475.27/1479.05	WSVECS04 Frhs2[180]: 6 0 1.25004 shouldn't be
1475.27/1479.05	WSVECS04 Frhs2[190]: 6 0 2.00005 shouldn't be
1478.76/1482.53	c #Conflicts:    2136000 | #Constraints:     109398
1478.76/1482.53	c #Conflicts:    2137000 | #Constraints:     110398
1478.76/1482.53	c #Conflicts:    2138000 | #Constraints:     111398
1478.76/1482.53	c #Conflicts:    2139000 | #Constraints:     112398
1478.76/1482.53	c #Conflicts:    2140000 | #Constraints:     113398
1478.76/1482.53	WSVECS04 Frhs2[2]: 6 0 1.00005 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[13]: 6 0 1.00004 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[18]: 6 0 1.00002 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[24]: 6 -1.00008 0 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[25]: 6 0 4.33336 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[27]: 6 0 3.66669 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[40]: 6 -1.33337 0 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[48]: 6 0 2.00003 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[61]: 6 0 1.00009 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[64]: 6 -0.500032 0 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[74]: 6 -1.16671 0 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[84]: 6 0 2.00006 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[86]: 6 0 3.00007 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[98]: 6 -1.33343 0 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[99]: 6 0 2.00009 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[107]: 6 0 3.50003 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[127]: 6 0 1.00006 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[135]: 6 0 1.00002 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[143]: 6 0 4.00005 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[151]: 6 0 2.3334 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[155]: 6 0 2.00002 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[156]: 6 0 1.00007 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[173]: 6 0 2.00009 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[180]: 6 0 2.00004 shouldn't be
1478.76/1482.53	WSVECS04 Frhs2[190]: 6 0 2.33339 shouldn't be
1487.83/1491.67	c #Conflicts:    2141000 | #Constraints:     114398
1487.83/1491.67	c #Conflicts:    2142000 | #Constraints:     115398
1487.83/1491.67	c #Conflicts:    2143000 | #Constraints:     116398
1487.83/1491.67	c #Conflicts:    2144000 | #Constraints:     117398
1487.83/1491.67	c #Conflicts:    2145000 | #Constraints:     118398
1487.83/1491.67	c #Conflicts:    2146000 | #Constraints:     119398
1487.83/1491.67	c #Conflicts:    2147000 | #Constraints:     120398
1487.83/1491.67	c #Conflicts:    2148000 | #Constraints:     121398
1487.83/1491.67	c #Conflicts:    2149000 | #Constraints:     122398
1487.83/1491.67	c #Conflicts:    2150000 | #Constraints:     123398
1487.83/1491.67	WSVECS04 Frhs2[1]: 6 0 1.50006 shouldn't be
1487.83/1491.67	WSVECS04 Frhs2[10]: 6 0 1.00007 shouldn't be
1487.83/1491.67	WSVECS04 Frhs2[23]: 6 0 1.50006 shouldn't be
1487.83/1491.67	WSVECS04 Frhs2[29]: 6 0 1.54221 shouldn't be
1487.83/1491.67	WSVECS04 Frhs2[38]: 6 -5.23503 0 shouldn't be
1487.83/1491.67	WSVECS04 Frhs2[45]: 6 0 1.1085 shouldn't be
1487.83/1491.67	WSVECS04 Frhs2[50]: 6 -8.64467 0 shouldn't be
1487.83/1491.67	WSVECS04 Frhs2[98]: 6 0 1.0001 shouldn't be
1487.83/1491.67	WSVECS04 Frhs2[122]: 6 -2.57836 0 shouldn't be
1487.83/1491.67	WSVECS04 Frhs2[131]: 6 -1.46993 0 shouldn't be
1487.83/1491.67	WSVECS04 Frhs2[132]: 6 -4.42776 0 shouldn't be
1487.83/1491.67	WSVECS04 Frhs2[141]: 6 0 4.07837 shouldn't be
1487.83/1491.67	WSVECS04 Frhs2[142]: 6 0 1.50009 shouldn't be
1487.83/1491.67	WSVECS04 Frhs2[151]: 6 0 3.74701 shouldn't be
1487.83/1491.67	WSVECS04 Frhs2[155]: 6 0 3.57834 shouldn't be
1487.83/1491.67	WSVECS04 Frhs2[177]: 6 0 1.00006 shouldn't be
1487.83/1491.67	WSVECS04 Frhs2[187]: 6 0 3.07835 shouldn't be
1487.83/1491.67	WSVECS04 Frhs2[198]: 6 -0.421717 0 shouldn't be
1487.83/1491.67	WSVECS04 Frhs2[199]: 6 0 1.00004 shouldn't be
1489.03/1492.88	c #Conflicts:    2151000 | #Constraints:     124398
1489.03/1492.88	c #Conflicts:    2152000 | #Constraints:     125398
1489.03/1492.88	c INPROCESSING
1489.03/1492.88	c GARBAGE COLLECT
1489.03/1492.88	c rational objective -110
1501.00/1504.88	c #Conflicts:    2153000 | #Constraints:      72388
1501.00/1504.88	c #Conflicts:    2154000 | #Constraints:      73388
1501.00/1504.88	c #Conflicts:    2155000 | #Constraints:      74388
1501.00/1504.88	c #Conflicts:    2156000 | #Constraints:      75388
1501.00/1504.88	c #Conflicts:    2157000 | #Constraints:      76388
1501.00/1504.88	c #Conflicts:    2158000 | #Constraints:      77388
1501.00/1504.88	c #Conflicts:    2159000 | #Constraints:      78388
1501.00/1504.88	c #Conflicts:    2160000 | #Constraints:      79388
1501.00/1504.88	c #Conflicts:    2161000 | #Constraints:      80388
1501.00/1504.88	c #Conflicts:    2162000 | #Constraints:      81388
1501.00/1504.88	c #Conflicts:    2163000 | #Constraints:      82388
1501.00/1504.88	c #Conflicts:    2164000 | #Constraints:      83388
1501.00/1504.88	c #Conflicts:    2165000 | #Constraints:      84388
1501.00/1504.88	c #Conflicts:    2166000 | #Constraints:      85388
1501.00/1504.88	c #Conflicts:    2167000 | #Constraints:      86388
1501.00/1504.88	c #Conflicts:    2168000 | #Constraints:      87388
1501.00/1504.88	WSVECS04 Frhs2[2]: 6 0 6.85724 shouldn't be
1501.00/1504.88	WSVECS04 Frhs2[3]: 6 0 1.28579 shouldn't be
1501.00/1504.88	WSVECS04 Frhs2[19]: 6 0 1.00007 shouldn't be
1501.00/1504.88	WSVECS04 Frhs2[41]: 6 0 1.00002 shouldn't be
1501.00/1504.88	WSVECS04 Frhs2[60]: 6 0 2.3572 shouldn't be
1501.00/1504.88	WSVECS04 Frhs2[66]: 6 0 2.00009 shouldn't be
1501.00/1504.88	WSVECS04 Frhs2[103]: 6 0 2.00009 shouldn't be
1501.00/1504.88	WSVECS04 Frhs2[105]: 6 -3.57146 0 shouldn't be
1501.00/1504.88	WSVECS04 Frhs2[107]: 6 0 2.00004 shouldn't be
1501.00/1504.88	WSVECS04 Frhs2[129]: 6 0 1.00005 shouldn't be
1501.00/1504.88	WSVECS04 Frhs2[142]: 6 0 1.00008 shouldn't be
1501.00/1504.88	WSVECS04 Frhs2[146]: 6 0 3.00007 shouldn't be
1501.00/1504.88	WSVECS04 Frhs2[170]: 6 0 1.42867 shouldn't be
1501.00/1504.88	WSVECS04 Frhs2[180]: 6 0 1.14289 shouldn't be
1501.00/1504.88	WSVECS04 Frhs2[183]: 6 0 1.00003 shouldn't be
1502.39/1506.28	c #Conflicts:    2169000 | #Constraints:      88388
1502.39/1506.28	c #Conflicts:    2170000 | #Constraints:      89388
1502.39/1506.28	WSVECS04 Frhs2[35]: 6 -8.39052 0 shouldn't be
1502.39/1506.28	WSVECS04 Frhs2[42]: 6 -1.80997 0 shouldn't be
1502.39/1506.28	WSVECS04 Frhs2[65]: 6 0 1.8596 shouldn't be
1502.39/1506.28	WSVECS04 Frhs2[140]: 6 0 2.2232 shouldn't be
1502.39/1506.28	WSVECS04 Frhs2[171]: 6 0 1.77696 shouldn't be
1502.39/1506.28	WSVECS04 Frhs2[194]: 6 0 1.65296 shouldn't be
1512.37/1516.22	c #Conflicts:    2171000 | #Constraints:      90388
1512.37/1516.22	c #Conflicts:    2172000 | #Constraints:      91388
1512.37/1516.22	c #Conflicts:    2173000 | #Constraints:      92388
1512.37/1516.22	c #Conflicts:    2174000 | #Constraints:      93388
1512.37/1516.22	c #Conflicts:    2175000 | #Constraints:      94388
1512.37/1516.22	c #Conflicts:    2176000 | #Constraints:      95388
1512.37/1516.22	c #Conflicts:    2177000 | #Constraints:      96388
1512.37/1516.22	c #Conflicts:    2178000 | #Constraints:      97388
1512.37/1516.22	c #Conflicts:    2179000 | #Constraints:      98388
1512.37/1516.22	c #Conflicts:    2180000 | #Constraints:      99388
1512.37/1516.22	c #Conflicts:    2181000 | #Constraints:     100388
1512.37/1516.22	c #Conflicts:    2182000 | #Constraints:     101388
1512.37/1516.22	WSVECS04 Frhs2[6]: 6 0 2.0001 shouldn't be
1512.37/1516.22	WSVECS04 Frhs2[32]: 6 0 1.33335 shouldn't be
1512.37/1516.22	WSVECS04 Frhs2[36]: 6 0 8.00005 shouldn't be
1512.37/1516.22	WSVECS04 Frhs2[48]: 6 0 2.83338 shouldn't be
1512.37/1516.22	WSVECS04 Frhs2[55]: 6 0 4.83343 shouldn't be
1512.37/1516.22	WSVECS04 Frhs2[58]: 6 0 3.00003 shouldn't be
1512.37/1516.22	WSVECS04 Frhs2[98]: 6 0 4.00007 shouldn't be
1512.37/1516.22	WSVECS04 Frhs2[163]: 6 0 2.3334 shouldn't be
1512.37/1516.22	WSVECS04 Frhs2[177]: 6 0 2.0001 shouldn't be
1513.47/1517.37	c #Conflicts:    2183000 | #Constraints:     102388
1513.47/1517.37	c INPROCESSING
1513.47/1517.37	c GARBAGE COLLECT
1513.47/1517.37	c rational objective -110
1516.17/1520.02	c #Conflicts:    2184000 | #Constraints:      60684
1516.17/1520.02	c #Conflicts:    2185000 | #Constraints:      61684
1516.17/1520.02	c #Conflicts:    2186000 | #Constraints:      62684
1516.17/1520.02	c #Conflicts:    2187000 | #Constraints:      63684
1516.17/1520.02	WSVECS04 Frhs2[33]: 6 0 4.81826 shouldn't be
1516.17/1520.02	WSVECS04 Frhs2[41]: 6 0 1.63646 shouldn't be
1516.17/1520.02	WSVECS04 Frhs2[45]: 6 0 2.00002 shouldn't be
1516.17/1520.02	WSVECS04 Frhs2[77]: 6 0 2.00004 shouldn't be
1516.17/1520.02	WSVECS04 Frhs2[99]: 6 0 1.63644 shouldn't be
1516.17/1520.02	WSVECS04 Frhs2[128]: 6 0 2.00004 shouldn't be
1516.17/1520.02	WSVECS04 Frhs2[149]: 6 -1.72734 0 shouldn't be
1516.17/1520.02	WSVECS04 Frhs2[192]: 6 0 1.00002 shouldn't be
1519.95/1523.83	c #Conflicts:    2188000 | #Constraints:      64684
1519.95/1523.83	c #Conflicts:    2189000 | #Constraints:      65684
1519.95/1523.83	c #Conflicts:    2190000 | #Constraints:      66684
1519.95/1523.83	c #Conflicts:    2191000 | #Constraints:      67684
1519.95/1523.83	c #Conflicts:    2192000 | #Constraints:      68684
1519.95/1523.83	c #Conflicts:    2193000 | #Constraints:      69684
1519.95/1523.83	WSVECS04 Frhs2[10]: 6 0 2.00008 shouldn't be
1519.95/1523.83	WSVECS04 Frhs2[41]: 6 0 3.33338 shouldn't be
1519.95/1523.83	WSVECS04 Frhs2[57]: 6 0 2.0001 shouldn't be
1519.95/1523.83	WSVECS04 Frhs2[60]: 6 0 1.6667 shouldn't be
1519.95/1523.83	WSVECS04 Frhs2[98]: 6 0 1.00008 shouldn't be
1519.95/1523.83	WSVECS04 Frhs2[117]: 6 0 1.00009 shouldn't be
1519.95/1523.83	WSVECS04 Frhs2[139]: 6 0 3.00003 shouldn't be
1519.95/1523.83	WSVECS04 Frhs2[169]: 6 0 1.00009 shouldn't be
1519.95/1523.83	WSVECS04 Frhs2[170]: 6 0 2.00002 shouldn't be
1522.26/1526.16	c #Conflicts:    2194000 | #Constraints:      70684
1522.26/1526.16	c #Conflicts:    2195000 | #Constraints:      71684
1522.26/1526.16	c #Conflicts:    2196000 | #Constraints:      72684
1522.26/1526.16	WSVECS04 Frhs2[18]: 6 0 1.00002 shouldn't be
1522.26/1526.16	WSVECS04 Frhs2[32]: 6 0 2.00007 shouldn't be
1522.26/1526.16	WSVECS04 Frhs2[121]: 6 0 2.00006 shouldn't be
1522.26/1526.16	WSVECS04 Frhs2[139]: 6 0 2.77785 shouldn't be
1522.26/1526.16	WSVECS04 Frhs2[143]: 6 0 3.33336 shouldn't be
1522.26/1526.16	WSVECS04 Frhs2[149]: 6 0 3.11116 shouldn't be
1522.26/1526.16	WSVECS04 Frhs2[155]: 6 0 4.11113 shouldn't be
1522.26/1526.16	WSVECS04 Frhs2[159]: 6 -3.00005 0 shouldn't be
1522.26/1526.16	WSVECS04 Frhs2[175]: 6 0 1.00002 shouldn't be
1535.02/1538.99	c #Conflicts:    2197000 | #Constraints:      73684
1535.02/1538.99	c #Conflicts:    2198000 | #Constraints:      74684
1535.02/1538.99	c #Conflicts:    2199000 | #Constraints:      75684
1535.02/1538.99	c #Conflicts:    2200000 | #Constraints:      76684
1535.02/1538.99	c #Conflicts:    2201000 | #Constraints:      77684
1535.02/1538.99	c #Conflicts:    2202000 | #Constraints:      78684
1535.02/1538.99	c #Conflicts:    2203000 | #Constraints:      79684
1535.02/1538.99	c #Conflicts:    2204000 | #Constraints:      80684
1535.02/1538.99	c #Conflicts:    2205000 | #Constraints:      81684
1535.02/1538.99	c #Conflicts:    2206000 | #Constraints:      82684
1535.02/1538.99	c #Conflicts:    2207000 | #Constraints:      83684
1535.02/1538.99	c #Conflicts:    2208000 | #Constraints:      84684
1535.02/1538.99	c #Conflicts:    2209000 | #Constraints:      85684
1535.02/1538.99	c #Conflicts:    2210000 | #Constraints:      86684
1535.02/1538.99	c #Conflicts:    2211000 | #Constraints:      87684
1535.02/1538.99	c #Conflicts:    2212000 | #Constraints:      88684
1535.02/1538.99	c #Conflicts:    2213000 | #Constraints:      89684
1535.02/1538.99	WSVECS04 Frhs2[6]: 6 0 1.0001 shouldn't be
1535.02/1538.99	WSVECS04 Frhs2[17]: 6 0 4.00007 shouldn't be
1535.02/1538.99	WSVECS04 Frhs2[19]: 6 -4.50004 0 shouldn't be
1535.02/1538.99	WSVECS04 Frhs2[20]: 6 0 2.00007 shouldn't be
1535.02/1538.99	WSVECS04 Frhs2[36]: 6 0 2.00003 shouldn't be
1535.02/1538.99	WSVECS04 Frhs2[66]: 6 0 2.0001 shouldn't be
1535.02/1538.99	WSVECS04 Frhs2[77]: 6 0 2.00006 shouldn't be
1535.02/1538.99	WSVECS04 Frhs2[98]: 6 0 1.00006 shouldn't be
1535.02/1538.99	WSVECS04 Frhs2[143]: 6 0 2.75004 shouldn't be
1535.02/1538.99	WSVECS04 Frhs2[146]: 6 -0.750099 0 shouldn't be
1535.02/1538.99	WSVECS04 Frhs2[173]: 6 -5.50005 0 shouldn't be
1535.02/1538.99	WSVECS04 Frhs2[175]: 6 0 2.00007 shouldn't be
1535.02/1538.99	WSVECS04 Frhs2[183]: 6 0 1.0001 shouldn't be
1536.01/1539.98	c #Conflicts:    2214000 | #Constraints:      90684
1536.01/1539.98	c #Conflicts:    2215000 | #Constraints:      91684
1536.01/1539.98	c INPROCESSING
1536.01/1539.98	c GARBAGE COLLECT
1536.01/1539.98	c rational objective -110
1539.01/1542.91	c #Conflicts:    2216000 | #Constraints:      55540
1539.01/1542.91	c #Conflicts:    2217000 | #Constraints:      56540
1539.01/1542.91	c #Conflicts:    2218000 | #Constraints:      57540
1539.01/1542.91	c #Conflicts:    2219000 | #Constraints:      58540
1539.01/1542.91	WSVECS04 Frhs2[18]: 6 0 0.117729 shouldn't be
1539.01/1542.91	WSVECS04 Frhs2[38]: 6 0 2.52942 shouldn't be
1539.01/1542.91	WSVECS04 Frhs2[42]: 6 0 2.00006 shouldn't be
1539.01/1542.91	WSVECS04 Frhs2[47]: 6 -0.294162 0 shouldn't be
1539.01/1542.91	WSVECS04 Frhs2[50]: 6 0 2.00008 shouldn't be
1539.01/1542.91	WSVECS04 Frhs2[60]: 6 0 1.91181 shouldn't be
1539.01/1542.91	WSVECS04 Frhs2[66]: 6 0 1.29415 shouldn't be
1539.01/1542.91	WSVECS04 Frhs2[69]: 6 -1.76478 0 shouldn't be
1539.01/1542.91	WSVECS04 Frhs2[83]: 6 0 1.38243 shouldn't be
1539.01/1542.91	WSVECS04 Frhs2[84]: 6 0 2.76479 shouldn't be
1539.01/1542.91	WSVECS04 Frhs2[92]: 6 0 2.00002 shouldn't be
1539.01/1542.91	WSVECS04 Frhs2[103]: 6 0 2.00002 shouldn't be
1539.01/1542.91	WSVECS04 Frhs2[116]: 6 0 4.02948 shouldn't be
1539.01/1542.91	WSVECS04 Frhs2[131]: 6 0 1.00006 shouldn't be
1539.01/1542.91	WSVECS04 Frhs2[137]: 6 0 3.00005 shouldn't be
1539.01/1542.91	WSVECS04 Frhs2[175]: 6 0 1.00001 shouldn't be
1539.01/1542.91	WSVECS04 Frhs2[193]: 6 0 3.11772 shouldn't be
1539.01/1542.91	WSVECS04 Frhs2[200]: 6 0 4.41181 shouldn't be
1546.10/1550.03	c #Conflicts:    2220000 | #Constraints:      59540
1546.10/1550.03	c #Conflicts:    2221000 | #Constraints:      60540
1546.10/1550.03	c #Conflicts:    2222000 | #Constraints:      61540
1546.10/1550.03	c #Conflicts:    2223000 | #Constraints:      62540
1546.10/1550.03	c #Conflicts:    2224000 | #Constraints:      63540
1546.10/1550.03	c #Conflicts:    2225000 | #Constraints:      64540
1546.10/1550.03	c #Conflicts:    2226000 | #Constraints:      65540
1546.10/1550.03	c #Conflicts:    2227000 | #Constraints:      66540
1546.10/1550.03	c #Conflicts:    2228000 | #Constraints:      67540
1546.10/1550.03	c #Conflicts:    2229000 | #Constraints:      68540
1546.10/1550.03	c #Conflicts:    2230000 | #Constraints:      69540
1546.10/1550.03	WSVECS04 Frhs2[10]: 6 0 2.00003 shouldn't be
1546.10/1550.03	WSVECS04 Frhs2[19]: 6 -5.20836 0 shouldn't be
1546.10/1550.03	WSVECS04 Frhs2[26]: 6 0 1.29176 shouldn't be
1546.10/1550.03	WSVECS04 Frhs2[44]: 6 -0.208427 0 shouldn't be
1546.10/1550.03	WSVECS04 Frhs2[48]: 6 -0.708425 0 shouldn't be
1546.10/1550.03	WSVECS04 Frhs2[69]: 6 0 2.66671 shouldn't be
1546.10/1550.03	WSVECS04 Frhs2[81]: 6 -1.50001 0 shouldn't be
1546.10/1550.03	WSVECS04 Frhs2[83]: 6 0 1.00004 shouldn't be
1546.10/1550.03	WSVECS04 Frhs2[98]: 6 0 1.00008 shouldn't be
1546.10/1550.03	WSVECS04 Frhs2[108]: 6 -2.00001 0 shouldn't be
1546.10/1550.03	WSVECS04 Frhs2[132]: 6 -4.29172 0 shouldn't be
1546.10/1550.03	WSVECS04 Frhs2[139]: 6 0 3.70843 shouldn't be
1546.10/1550.03	WSVECS04 Frhs2[162]: 6 0 1.00007 shouldn't be
1546.10/1550.03	WSVECS04 Frhs2[190]: 6 0 1.00002 shouldn't be
1546.10/1550.03	WSVECS04 Frhs2[194]: 6 0 2.00003 shouldn't be
1546.10/1550.03	WSVECS04 Frhs2[199]: 6 0 1.70839 shouldn't be
1550.68/1554.65	c #Conflicts:    2231000 | #Constraints:      70540
1550.68/1554.65	c #Conflicts:    2232000 | #Constraints:      71540
1550.68/1554.65	c #Conflicts:    2233000 | #Constraints:      72540
1550.68/1554.65	c #Conflicts:    2234000 | #Constraints:      73540
1550.68/1554.65	c #Conflicts:    2235000 | #Constraints:      74540
1550.68/1554.65	c #Conflicts:    2236000 | #Constraints:      75540
1550.68/1554.65	WSVECS04 Frhs2[18]: 6 0 1.78466 shouldn't be
1550.68/1554.65	WSVECS04 Frhs2[31]: 6 0 3.91544 shouldn't be
1550.68/1554.65	WSVECS04 Frhs2[108]: 6 0 3.00001 shouldn't be
1550.68/1554.65	WSVECS04 Frhs2[126]: 6 0 3.02313 shouldn't be
1550.68/1554.65	WSVECS04 Frhs2[127]: 6 0 2.03078 shouldn't be
1550.68/1554.65	WSVECS04 Frhs2[139]: 6 0 1.46164 shouldn't be
1550.68/1554.65	WSVECS04 Frhs2[177]: 6 0 1.00003 shouldn't be
1550.68/1554.65	WSVECS04 Frhs2[185]: 6 0 1.08464 shouldn't be
1550.68/1554.65	WSVECS04 Frhs2[194]: 6 -2.79233 0 shouldn't be
1550.68/1554.65	WSVECS04 Frhs2[196]: 6 0 1.00007 shouldn't be
1552.57/1556.54	c #Conflicts:    2237000 | #Constraints:      76540
1552.57/1556.54	c #Conflicts:    2238000 | #Constraints:      77540
1552.57/1556.54	c #Conflicts:    2239000 | #Constraints:      78540
1552.57/1556.54	WSVECS04 Frhs2[18]: 6 0 1.40003 shouldn't be
1552.57/1556.54	WSVECS04 Frhs2[19]: 6 -4.40003 0 shouldn't be
1552.57/1556.54	WSVECS04 Frhs2[20]: 6 0 1.40006 shouldn't be
1552.57/1556.54	WSVECS04 Frhs2[31]: 6 0 2.00007 shouldn't be
1552.57/1556.54	WSVECS04 Frhs2[50]: 6 0 1.00007 shouldn't be
1552.57/1556.54	WSVECS04 Frhs2[53]: 6 0 3.0001 shouldn't be
1552.57/1556.54	WSVECS04 Frhs2[61]: 6 0 1.20002 shouldn't be
1552.57/1556.54	WSVECS04 Frhs2[62]: 6 -1.40007 0 shouldn't be
1552.57/1556.54	WSVECS04 Frhs2[64]: 6 0 2.00006 shouldn't be
1552.57/1556.54	WSVECS04 Frhs2[73]: 6 0 2.00005 shouldn't be
1552.57/1556.54	WSVECS04 Frhs2[75]: 6 0 1.00001 shouldn't be
1552.57/1556.54	WSVECS04 Frhs2[79]: 6 0 4.90009 shouldn't be
1552.57/1556.54	WSVECS04 Frhs2[81]: 6 0 2.00005 shouldn't be
1552.57/1556.54	WSVECS04 Frhs2[93]: 6 0 2.50009 shouldn't be
1552.57/1556.54	WSVECS04 Frhs2[126]: 6 -1.00004 0 shouldn't be
1552.57/1556.54	WSVECS04 Frhs2[127]: 6 0 1.00005 shouldn't be
1552.57/1556.54	WSVECS04 Frhs2[143]: 6 0 2.00009 shouldn't be
1552.57/1556.54	WSVECS04 Frhs2[151]: 6 -1.00007 0 shouldn't be
1552.57/1556.54	WSVECS04 Frhs2[153]: 6 0 3.00009 shouldn't be
1552.57/1556.54	WSVECS04 Frhs2[155]: 6 0 3.00009 shouldn't be
1552.57/1556.54	WSVECS04 Frhs2[194]: 6 0 1.00007 shouldn't be
1552.57/1556.54	WSVECS04 Frhs2[196]: 6 -2.40007 0 shouldn't be
1555.77/1559.78	c #Conflicts:    2240000 | #Constraints:      79540
1555.77/1559.78	c #Conflicts:    2241000 | #Constraints:      80540
1555.77/1559.78	c #Conflicts:    2242000 | #Constraints:      81540
1555.77/1559.78	c #Conflicts:    2243000 | #Constraints:      82540
1555.77/1559.78	WSVECS04 Frhs2[13]: 6 -2.3751 0 shouldn't be
1555.77/1559.78	WSVECS04 Frhs2[61]: 6 -1.75005 0 shouldn't be
1555.77/1559.78	WSVECS04 Frhs2[86]: 6 0 1.25001 shouldn't be
1555.77/1559.78	WSVECS04 Frhs2[102]: 6 0 2.00005 shouldn't be
1555.77/1559.78	WSVECS04 Frhs2[104]: 6 0 2.37503 shouldn't be
1555.77/1559.78	WSVECS04 Frhs2[125]: 6 -6.62507 0 shouldn't be
1555.77/1559.78	WSVECS04 Frhs2[128]: 6 0 3.00008 shouldn't be
1555.77/1559.78	WSVECS04 Frhs2[135]: 6 0 1.00002 shouldn't be
1555.77/1559.78	WSVECS04 Frhs2[160]: 6 0 2.25009 shouldn't be
1555.77/1559.78	WSVECS04 Frhs2[184]: 6 0 3.00004 shouldn't be
1555.77/1559.78	WSVECS04 Frhs2[190]: 6 0 2.75007 shouldn't be
1555.77/1559.78	WSVECS04 Frhs2[192]: 6 0 1.75005 shouldn't be
1558.25/1562.26	c #Conflicts:    2244000 | #Constraints:      83540
1558.25/1562.26	c #Conflicts:    2245000 | #Constraints:      84540
1558.25/1562.26	c #Conflicts:    2246000 | #Constraints:      85540
1558.25/1562.26	c #Conflicts:    2247000 | #Constraints:      86540
1558.25/1562.26	c INPROCESSING
1558.25/1562.26	c GARBAGE COLLECT
1558.25/1562.26	c rational objective -110
1560.45/1564.40	c #Conflicts:    2248000 | #Constraints:      53043
1560.45/1564.40	c #Conflicts:    2249000 | #Constraints:      54043
1560.45/1564.40	c #Conflicts:    2250000 | #Constraints:      55043
1560.45/1564.40	WSVECS04 Frhs2[2]: 6 0 2.00007 shouldn't be
1560.45/1564.40	WSVECS04 Frhs2[26]: 6 0 1.00009 shouldn't be
1560.45/1564.40	WSVECS04 Frhs2[55]: 6 -0.500043 0 shouldn't be
1560.45/1564.40	WSVECS04 Frhs2[63]: 6 0 2.00006 shouldn't be
1560.45/1564.40	WSVECS04 Frhs2[81]: 6 -5.50001 0 shouldn't be
1560.45/1564.40	WSVECS04 Frhs2[87]: 6 0 2.00009 shouldn't be
1560.45/1564.40	WSVECS04 Frhs2[104]: 6 0 2.50002 shouldn't be
1560.45/1564.40	WSVECS04 Frhs2[107]: 6 0 1.00004 shouldn't be
1560.45/1564.40	WSVECS04 Frhs2[116]: 6 0 3.00004 shouldn't be
1560.45/1564.40	WSVECS04 Frhs2[162]: 6 -0.500086 0 shouldn't be
1560.45/1564.40	WSVECS04 Frhs2[163]: 6 0 3.00003 shouldn't be
1560.45/1564.40	WSVECS04 Frhs2[169]: 6 0 3.00004 shouldn't be
1560.45/1564.40	WSVECS04 Frhs2[175]: 6 0 4.00006 shouldn't be
1569.63/1573.68	c #Conflicts:    2251000 | #Constraints:      56043
1569.63/1573.68	c #Conflicts:    2252000 | #Constraints:      57043
1569.63/1573.68	c #Conflicts:    2253000 | #Constraints:      58043
1569.63/1573.68	c #Conflicts:    2254000 | #Constraints:      59043
1569.63/1573.68	c #Conflicts:    2255000 | #Constraints:      60043
1569.63/1573.68	c #Conflicts:    2256000 | #Constraints:      61043
1569.63/1573.68	c #Conflicts:    2257000 | #Constraints:      62043
1569.63/1573.68	c #Conflicts:    2258000 | #Constraints:      63043
1569.63/1573.68	c #Conflicts:    2259000 | #Constraints:      64043
1569.63/1573.68	c #Conflicts:    2260000 | #Constraints:      65043
1569.63/1573.68	c #Conflicts:    2261000 | #Constraints:      66043
1569.63/1573.68	c #Conflicts:    2262000 | #Constraints:      67043
1569.63/1573.68	c #Conflicts:    2263000 | #Constraints:      68043
1569.63/1573.68	c #Conflicts:    2264000 | #Constraints:      69043
1569.63/1573.68	c #Conflicts:    2265000 | #Constraints:      70043
1569.63/1573.68	WSVECS04 Frhs2[9]: 6 0 3.00004 shouldn't be
1569.63/1573.68	WSVECS04 Frhs2[18]: 6 0 1.33341 shouldn't be
1569.63/1573.68	WSVECS04 Frhs2[81]: 6 0 1.66677 shouldn't be
1569.63/1573.68	WSVECS04 Frhs2[101]: 6 -2.66676 0 shouldn't be
1569.63/1573.68	WSVECS04 Frhs2[128]: 6 0 5.66677 shouldn't be
1569.63/1573.68	WSVECS04 Frhs2[149]: 6 -2.00001 0 shouldn't be
1569.63/1573.68	WSVECS04 Frhs2[196]: 6 0 1.00004 shouldn't be
1577.61/1581.61	c #Conflicts:    2266000 | #Constraints:      71043
1577.61/1581.61	c #Conflicts:    2267000 | #Constraints:      72043
1577.61/1581.61	c #Conflicts:    2268000 | #Constraints:      73043
1577.61/1581.61	c #Conflicts:    2269000 | #Constraints:      74043
1577.61/1581.61	c #Conflicts:    2270000 | #Constraints:      75043
1577.61/1581.61	c #Conflicts:    2271000 | #Constraints:      76043
1577.61/1581.61	c #Conflicts:    2272000 | #Constraints:      77043
1577.61/1581.61	c #Conflicts:    2273000 | #Constraints:      78043
1577.61/1581.61	c #Conflicts:    2274000 | #Constraints:      79043
1577.61/1581.61	c #Conflicts:    2275000 | #Constraints:      80043
1577.61/1581.61	c #Conflicts:    2276000 | #Constraints:      81043
1577.61/1581.61	WSVECS04 Frhs2[86]: 6 -1.00008 0 shouldn't be
1577.61/1581.61	WSVECS04 Frhs2[94]: 6 -2.00008 0 shouldn't be
1577.61/1581.61	WSVECS04 Frhs2[103]: 6 0 4.00008 shouldn't be
1577.61/1581.61	WSVECS04 Frhs2[104]: 6 -0.636452 0 shouldn't be
1577.61/1581.61	WSVECS04 Frhs2[105]: 6 0 2.36371 shouldn't be
1577.61/1581.61	WSVECS04 Frhs2[107]: 6 0 2.00005 shouldn't be
1577.61/1581.61	WSVECS04 Frhs2[115]: 6 0 3.00001 shouldn't be
1577.61/1581.61	WSVECS04 Frhs2[123]: 6 0 1.00002 shouldn't be
1577.61/1581.61	WSVECS04 Frhs2[133]: 6 0 2.90911 shouldn't be
1577.61/1581.61	WSVECS04 Frhs2[141]: 6 0 3.00004 shouldn't be
1577.61/1581.61	WSVECS04 Frhs2[143]: 6 0 2.00008 shouldn't be
1577.61/1581.61	WSVECS04 Frhs2[160]: 6 0 3.00005 shouldn't be
1577.61/1581.61	WSVECS04 Frhs2[196]: 6 0 2.00005 shouldn't be
1588.68/1592.79	c #Conflicts:    2277000 | #Constraints:      82043
1588.68/1592.79	c #Conflicts:    2278000 | #Constraints:      83043
1588.68/1592.79	c #Conflicts:    2279000 | #Constraints:      84043
1588.68/1592.79	c #Conflicts:    2280000 | #Constraints:      85043
1588.68/1592.79	c #Conflicts:    2281000 | #Constraints:      86043
1588.68/1592.79	c #Conflicts:    2282000 | #Constraints:      87043
1588.68/1592.79	c #Conflicts:    2283000 | #Constraints:      88043
1588.68/1592.79	c #Conflicts:    2284000 | #Constraints:      89043
1588.68/1592.79	c #Conflicts:    2285000 | #Constraints:      90043
1588.68/1592.79	c #Conflicts:    2286000 | #Constraints:      91043
1588.68/1592.79	c #Conflicts:    2287000 | #Constraints:      92043
1588.68/1592.79	c #Conflicts:    2288000 | #Constraints:      93043
1588.68/1592.79	c #Conflicts:    2289000 | #Constraints:      94043
1588.68/1592.79	c #Conflicts:    2290000 | #Constraints:      95043
1588.68/1592.79	WSVECS04 Frhs2[19]: 6 0 2.00003 shouldn't be
1588.68/1592.79	WSVECS04 Frhs2[23]: 6 0 4.00002 shouldn't be
1588.68/1592.79	WSVECS04 Frhs2[60]: 6 0 1.06258 shouldn't be
1588.68/1592.79	WSVECS04 Frhs2[63]: 6 -8.75003 0 shouldn't be
1588.68/1592.79	WSVECS04 Frhs2[84]: 6 -1.62502 0 shouldn't be
1588.68/1592.79	WSVECS04 Frhs2[85]: 6 0 1.25006 shouldn't be
1588.68/1592.79	WSVECS04 Frhs2[92]: 6 -1.00008 0 shouldn't be
1588.68/1592.79	WSVECS04 Frhs2[105]: 6 -2.00006 0 shouldn't be
1588.68/1592.79	WSVECS04 Frhs2[116]: 6 0 4.00007 shouldn't be
1588.68/1592.79	WSVECS04 Frhs2[118]: 6 0 2.12501 shouldn't be
1588.68/1592.79	WSVECS04 Frhs2[120]: 6 0 6.00002 shouldn't be
1588.68/1592.79	WSVECS04 Frhs2[125]: 6 -4.87504 0 shouldn't be
1588.68/1592.79	WSVECS04 Frhs2[127]: 6 0 2.12501 shouldn't be
1588.68/1592.79	WSVECS04 Frhs2[138]: 6 0 5.75007 shouldn't be
1588.68/1592.79	WSVECS04 Frhs2[139]: 6 -0.750045 0 shouldn't be
1588.68/1592.79	WSVECS04 Frhs2[141]: 6 0 3.00008 shouldn't be
1588.68/1592.79	WSVECS04 Frhs2[143]: 6 0 1.00003 shouldn't be
1588.68/1592.79	WSVECS04 Frhs2[170]: 6 0 1.06254 shouldn't be
1588.68/1592.79	WSVECS04 Frhs2[172]: 6 0 3.00002 shouldn't be
1588.68/1592.79	WSVECS04 Frhs2[191]: 6 0 2.56252 shouldn't be
1590.18/1594.28	c #Conflicts:    2291000 | #Constraints:      96043
1590.18/1594.28	c #Conflicts:    2292000 | #Constraints:      97043
1590.18/1594.28	WSVECS04 Frhs2[6]: 6 0 2.00007 shouldn't be
1590.18/1594.28	WSVECS04 Frhs2[13]: 6 0 2.68425 shouldn't be
1590.18/1594.28	WSVECS04 Frhs2[32]: 6 0 1.00007 shouldn't be
1590.18/1594.28	WSVECS04 Frhs2[51]: 6 -0.622902 0 shouldn't be
1590.18/1594.28	WSVECS04 Frhs2[77]: 6 0 1.31586 shouldn't be
1590.18/1594.28	WSVECS04 Frhs2[86]: 6 -1.62287 0 shouldn't be
1590.18/1594.28	WSVECS04 Frhs2[132]: 6 -2.06145 0 shouldn't be
1590.18/1594.28	WSVECS04 Frhs2[133]: 6 0 2.71057 shouldn't be
1590.18/1594.28	WSVECS04 Frhs2[134]: 6 0 2.42111 shouldn't be
1590.18/1594.28	WSVECS04 Frhs2[160]: 6 0 2.84218 shouldn't be
1590.18/1594.28	WSVECS04 Frhs2[180]: 6 0 2.00006 shouldn't be
1590.18/1594.28	WSVECS04 Frhs2[192]: 6 0 1.00003 shouldn't be
1590.18/1594.28	WSVECS04 Frhs2[196]: 6 0 1.42107 shouldn't be
1595.97/1600.10	c #Conflicts:    2293000 | #Constraints:      98043
1595.97/1600.10	c #Conflicts:    2294000 | #Constraints:      99043
1595.97/1600.10	c #Conflicts:    2295000 | #Constraints:     100043
1595.97/1600.10	c #Conflicts:    2296000 | #Constraints:     101043
1595.97/1600.10	c #Conflicts:    2297000 | #Constraints:     102043
1595.97/1600.10	c #Conflicts:    2298000 | #Constraints:     103043
1595.97/1600.10	c #Conflicts:    2299000 | #Constraints:     104043
1595.97/1600.10	WSVECS04 Frhs2[26]: 6 0 1.00004 shouldn't be
1595.97/1600.10	WSVECS04 Frhs2[33]: 6 0 3.00004 shouldn't be
1595.97/1600.10	WSVECS04 Frhs2[45]: 6 0 1.00002 shouldn't be
1595.97/1600.10	WSVECS04 Frhs2[74]: 6 0 3.00001 shouldn't be
1595.97/1600.10	WSVECS04 Frhs2[77]: 6 0 1.0001 shouldn't be
1595.97/1600.10	WSVECS04 Frhs2[82]: 6 -3.00009 0 shouldn't be
1595.97/1600.10	WSVECS04 Frhs2[86]: 6 0 4.00003 shouldn't be
1595.97/1600.10	WSVECS04 Frhs2[106]: 6 0 2.00003 shouldn't be
1595.97/1600.10	WSVECS04 Frhs2[128]: 6 0 2.00008 shouldn't be
1595.97/1600.10	WSVECS04 Frhs2[178]: 6 0 3.00002 shouldn't be
1597.56/1601.66	c #Conflicts:    2300000 | #Constraints:     105043
1597.56/1601.66	WSVECS04 Frhs2[23]: 6 -5.50007 0 shouldn't be
1597.56/1601.66	WSVECS04 Frhs2[36]: 6 0 3.00006 shouldn't be
1597.56/1601.66	WSVECS04 Frhs2[80]: 6 0 4.00002 shouldn't be
1597.56/1601.66	WSVECS04 Frhs2[85]: 6 0 3.00003 shouldn't be
1597.56/1601.66	WSVECS04 Frhs2[109]: 6 0 5.00007 shouldn't be
1597.56/1601.66	WSVECS04 Frhs2[137]: 6 -1.50008 0 shouldn't be
1597.56/1601.66	WSVECS04 Frhs2[153]: 6 0 2.50006 shouldn't be
1603.54/1607.60	c #Conflicts:    2301000 | #Constraints:     106043
1603.54/1607.60	c #Conflicts:    2302000 | #Constraints:     107043
1603.54/1607.60	c #Conflicts:    2303000 | #Constraints:     108043
1603.54/1607.60	c #Conflicts:    2304000 | #Constraints:     109043
1603.54/1607.60	c #Conflicts:    2305000 | #Constraints:     110043
1603.54/1607.60	c #Conflicts:    2306000 | #Constraints:     111043
1603.54/1607.60	c #Conflicts:    2307000 | #Constraints:     112043
1603.54/1607.60	c bounds -65 >= -109 @ 1587.8
1603.96/1608.04	WSVECS04 Frhs2[1]: 6 0 1.00006 shouldn't be
1603.96/1608.04	WSVECS04 Frhs2[3]: 6 0 1.00003 shouldn't be
1603.96/1608.04	WSVECS04 Frhs2[64]: 6 0 1.00002 shouldn't be
1603.96/1608.04	WSVECS04 Frhs2[77]: 6 0 1.00004 shouldn't be
1603.96/1608.04	WSVECS04 Frhs2[107]: 6 0 1.00001 shouldn't be
1603.96/1608.04	WSVECS04 Frhs2[110]: 6 0 1.00001 shouldn't be
1603.96/1608.04	WSVECS04 Frhs2[142]: 6 0 1.00003 shouldn't be
1603.96/1608.04	WSVECS04 Frhs2[163]: 6 0 1.00009 shouldn't be
1603.96/1608.04	WSVECS04 Frhs2[170]: 6 0 1.0001 shouldn't be
1603.96/1608.04	WSVECS04 Frhs2[179]: 6 0 1.00004 shouldn't be
1603.96/1608.04	WSVECS04 Frhs2[182]: 6 0 1.00003 shouldn't be
1603.96/1608.04	WSVECS04 Frhs2[183]: 6 0 1.00001 shouldn't be
1664.18/1668.49	c #Conflicts:    2308000 | #Constraints:     113091
1664.18/1668.49	c #Conflicts:    2309000 | #Constraints:     114091
1664.18/1668.49	c #Conflicts:    2310000 | #Constraints:     115092
1664.18/1668.49	c #Conflicts:    2311000 | #Constraints:     116093
1664.18/1668.49	c #Conflicts:    2312000 | #Constraints:     117095
1664.18/1668.49	c #Conflicts:    2313000 | #Constraints:     118100
1664.18/1668.49	c #Conflicts:    2314000 | #Constraints:     119101
1664.18/1668.49	c #Conflicts:    2315000 | #Constraints:     120101
1664.18/1668.49	c #Conflicts:    2316000 | #Constraints:     121102
1664.18/1668.49	c #Conflicts:    2317000 | #Constraints:     122102
1664.18/1668.49	c #Conflicts:    2318000 | #Constraints:     123108
1664.18/1668.49	c #Conflicts:    2319000 | #Constraints:     124109
1664.18/1668.49	c #Conflicts:    2320000 | #Constraints:     125112
1664.18/1668.49	c #Conflicts:    2321000 | #Constraints:     126113
1664.18/1668.49	c #Conflicts:    2322000 | #Constraints:     127119
1664.18/1668.49	c #Conflicts:    2323000 | #Constraints:     128120
1664.18/1668.49	c #Conflicts:    2324000 | #Constraints:     129120
1664.18/1668.49	c #Conflicts:    2325000 | #Constraints:     130121
1664.18/1668.49	c #Conflicts:    2326000 | #Constraints:     131122
1664.18/1668.49	c #Conflicts:    2327000 | #Constraints:     132126
1664.18/1668.49	c #Conflicts:    2328000 | #Constraints:     133130
1664.18/1668.49	c #Conflicts:    2329000 | #Constraints:     134137
1664.18/1668.49	c #Conflicts:    2330000 | #Constraints:     135138
1664.18/1668.49	c #Conflicts:    2331000 | #Constraints:     136138
1664.18/1668.49	c #Conflicts:    2332000 | #Constraints:     137141
1664.18/1668.49	c #Conflicts:    2333000 | #Constraints:     138141
1664.18/1668.49	c #Conflicts:    2334000 | #Constraints:     139147
1664.18/1668.49	c #Conflicts:    2335000 | #Constraints:     140152
1664.18/1668.49	c #Conflicts:    2336000 | #Constraints:     141152
1664.18/1668.49	c #Conflicts:    2337000 | #Constraints:     142152
1664.18/1668.49	c #Conflicts:    2338000 | #Constraints:     143156
1664.18/1668.49	c #Conflicts:    2339000 | #Constraints:     144156
1664.18/1668.49	c #Conflicts:    2340000 | #Constraints:     145160
1664.18/1668.49	c #Conflicts:    2341000 | #Constraints:     146163
1664.18/1668.49	c #Conflicts:    2342000 | #Constraints:     147165
1664.18/1668.49	c #Conflicts:    2343000 | #Constraints:     148168
1664.18/1668.49	c #Conflicts:    2344000 | #Constraints:     149169
1664.18/1668.49	c #Conflicts:    2345000 | #Constraints:     150169
1664.18/1668.49	c #Conflicts:    2346000 | #Constraints:     151172
1664.18/1668.49	c #Conflicts:    2347000 | #Constraints:     152174
1664.18/1668.49	c #Conflicts:    2348000 | #Constraints:     153174
1664.18/1668.49	c #Conflicts:    2349000 | #Constraints:     154177
1664.18/1668.49	c #Conflicts:    2350000 | #Constraints:     155179
1664.18/1668.49	c #Conflicts:    2351000 | #Constraints:     156179
1664.18/1668.49	c #Conflicts:    2352000 | #Constraints:     157180
1664.18/1668.49	c #Conflicts:    2353000 | #Constraints:     158182
1664.18/1668.49	c #Conflicts:    2354000 | #Constraints:     159182
1664.18/1668.49	c #Conflicts:    2355000 | #Constraints:     160183
1664.18/1668.49	c #Conflicts:    2356000 | #Constraints:     161183
1664.18/1668.49	c #Conflicts:    2357000 | #Constraints:     162183
1664.18/1668.49	c #Conflicts:    2358000 | #Constraints:     163183
1664.18/1668.49	c #Conflicts:    2359000 | #Constraints:     164184
1664.18/1668.49	c #Conflicts:    2360000 | #Constraints:     165185
1664.18/1668.49	c #Conflicts:    2361000 | #Constraints:     166186
1664.18/1668.49	c #Conflicts:    2362000 | #Constraints:     167189
1664.18/1668.49	c #Conflicts:    2363000 | #Constraints:     168192
1664.18/1668.49	c #Conflicts:    2364000 | #Constraints:     169193
1664.18/1668.49	c #Conflicts:    2365000 | #Constraints:     170194
1664.18/1668.49	c #Conflicts:    2366000 | #Constraints:     171196
1664.18/1668.49	c #Conflicts:    2367000 | #Constraints:     172198
1664.18/1668.49	c #Conflicts:    2368000 | #Constraints:     173203
1664.18/1668.49	c #Conflicts:    2369000 | #Constraints:     174207
1664.18/1668.49	c #Conflicts:    2370000 | #Constraints:     175207
1664.18/1668.49	c #Conflicts:    2371000 | #Constraints:     176208
1664.18/1668.49	c #Conflicts:    2372000 | #Constraints:     177208
1664.18/1668.49	c #Conflicts:    2373000 | #Constraints:     178210
1664.18/1668.49	c #Conflicts:    2374000 | #Constraints:     179210
1664.18/1668.49	c INPROCESSING
1664.18/1668.49	c GARBAGE COLLECT
1664.18/1668.49	c rational objective -109
1679.75/1684.04	c #Conflicts:    2375000 | #Constraints:      99196
1679.75/1684.04	c #Conflicts:    2376000 | #Constraints:     100196
1679.75/1684.04	c #Conflicts:    2377000 | #Constraints:     101196
1679.75/1684.04	c #Conflicts:    2378000 | #Constraints:     102196
1679.75/1684.04	c #Conflicts:    2379000 | #Constraints:     103196
1679.75/1684.04	c #Conflicts:    2380000 | #Constraints:     104196
1679.75/1684.04	c #Conflicts:    2381000 | #Constraints:     105196
1679.75/1684.04	c #Conflicts:    2382000 | #Constraints:     106196
1679.75/1684.04	c #Conflicts:    2383000 | #Constraints:     107196
1679.75/1684.04	c #Conflicts:    2384000 | #Constraints:     108196
1679.75/1684.04	c #Conflicts:    2385000 | #Constraints:     109196
1679.75/1684.04	c #Conflicts:    2386000 | #Constraints:     110196
1679.75/1684.04	c #Conflicts:    2387000 | #Constraints:     111196
1679.75/1684.04	c #Conflicts:    2388000 | #Constraints:     112196
1679.75/1684.04	c #Conflicts:    2389000 | #Constraints:     113196
1679.75/1684.04	c #Conflicts:    2390000 | #Constraints:     114196
1679.75/1684.04	c #Conflicts:    2391000 | #Constraints:     115196
1679.75/1684.04	c #Conflicts:    2392000 | #Constraints:     116196
1679.75/1684.04	WSVECS04 Frhs2[48]: 6 0 3.00003 shouldn't be
1679.75/1684.04	WSVECS04 Frhs2[143]: 6 0 2.00004 shouldn't be
1679.75/1684.04	WSVECS04 Frhs2[160]: 6 0 1.00004 shouldn't be
1679.75/1684.04	WSVECS04 Frhs2[198]: 6 0 1.00006 shouldn't be
1694.72/1699.05	c #Conflicts:    2393000 | #Constraints:     117196
1694.72/1699.05	c #Conflicts:    2394000 | #Constraints:     118196
1694.72/1699.05	c #Conflicts:    2395000 | #Constraints:     119196
1694.72/1699.05	c #Conflicts:    2396000 | #Constraints:     120196
1694.72/1699.05	c #Conflicts:    2397000 | #Constraints:     121196
1694.72/1699.05	c #Conflicts:    2398000 | #Constraints:     122196
1694.72/1699.05	c #Conflicts:    2399000 | #Constraints:     123196
1694.72/1699.05	c #Conflicts:    2400000 | #Constraints:     124196
1694.72/1699.05	c #Conflicts:    2401000 | #Constraints:     125196
1694.72/1699.05	c #Conflicts:    2402000 | #Constraints:     126196
1694.72/1699.05	c #Conflicts:    2403000 | #Constraints:     127196
1694.72/1699.05	c #Conflicts:    2404000 | #Constraints:     128196
1694.72/1699.05	c #Conflicts:    2405000 | #Constraints:     129196
1694.72/1699.05	c #Conflicts:    2406000 | #Constraints:     130196
1694.72/1699.05	c #Conflicts:    2407000 | #Constraints:     131196
1694.72/1699.05	c INPROCESSING
1694.72/1699.05	c GARBAGE COLLECT
1694.72/1699.05	c rational objective -109
1696.30/1700.61	c #Conflicts:    2408000 | #Constraints:      75155
1696.30/1700.61	c #Conflicts:    2409000 | #Constraints:      76155
1696.30/1700.61	WSVECS04 Frhs2[13]: 6 0 2.57151 shouldn't be
1696.30/1700.61	WSVECS04 Frhs2[32]: 6 0 2.00002 shouldn't be
1696.30/1700.61	WSVECS04 Frhs2[50]: 6 0 1.00005 shouldn't be
1696.30/1700.61	WSVECS04 Frhs2[53]: 6 0 3.14294 shouldn't be
1696.30/1700.61	WSVECS04 Frhs2[73]: 6 0 2.28581 shouldn't be
1696.30/1700.61	WSVECS04 Frhs2[86]: 6 -0.142879 0 shouldn't be
1696.30/1700.61	WSVECS04 Frhs2[89]: 6 0 3.00005 shouldn't be
1696.30/1700.61	WSVECS04 Frhs2[132]: 6 0 3.1429 shouldn't be
1696.30/1700.61	WSVECS04 Frhs2[136]: 6 0 2.00006 shouldn't be
1696.30/1700.61	WSVECS04 Frhs2[170]: 6 0 1.28574 shouldn't be
1696.30/1700.61	WSVECS04 Frhs2[189]: 6 0 2.00002 shouldn't be
1714.66/1719.01	c #Conflicts:    2410000 | #Constraints:      77155
1714.66/1719.01	c #Conflicts:    2411000 | #Constraints:      78155
1714.66/1719.01	c #Conflicts:    2412000 | #Constraints:      79155
1714.66/1719.01	c #Conflicts:    2413000 | #Constraints:      80155
1714.66/1719.01	c #Conflicts:    2414000 | #Constraints:      81155
1714.66/1719.01	c #Conflicts:    2415000 | #Constraints:      82155
1714.66/1719.01	c #Conflicts:    2416000 | #Constraints:      83155
1714.66/1719.01	c #Conflicts:    2417000 | #Constraints:      84155
1714.66/1719.01	c #Conflicts:    2418000 | #Constraints:      85155
1714.66/1719.01	c #Conflicts:    2419000 | #Constraints:      86155
1714.66/1719.01	c #Conflicts:    2420000 | #Constraints:      87155
1714.66/1719.01	c #Conflicts:    2421000 | #Constraints:      88155
1714.66/1719.01	c #Conflicts:    2422000 | #Constraints:      89155
1714.66/1719.01	c #Conflicts:    2423000 | #Constraints:      90155
1714.66/1719.01	c #Conflicts:    2424000 | #Constraints:      91155
1714.66/1719.01	c #Conflicts:    2425000 | #Constraints:      92155
1714.66/1719.01	c #Conflicts:    2426000 | #Constraints:      93155
1714.66/1719.01	c #Conflicts:    2427000 | #Constraints:      94155
1714.66/1719.01	c #Conflicts:    2428000 | #Constraints:      95155
1714.66/1719.01	c #Conflicts:    2429000 | #Constraints:      96155
1714.66/1719.01	c #Conflicts:    2430000 | #Constraints:      97155
1714.66/1719.01	c #Conflicts:    2431000 | #Constraints:      98155
1714.66/1719.01	c #Conflicts:    2432000 | #Constraints:      99155
1714.66/1719.01	WSVECS04 Frhs2[1]: 6 -2.02361 0 shouldn't be
1714.66/1719.01	WSVECS04 Frhs2[5]: 6 0 2.00007 shouldn't be
1714.66/1719.01	WSVECS04 Frhs2[27]: 6 0 1.00002 shouldn't be
1714.66/1719.01	WSVECS04 Frhs2[28]: 6 0 2.70594 shouldn't be
1714.66/1719.01	WSVECS04 Frhs2[42]: 6 -2.01181 0 shouldn't be
1714.66/1719.01	WSVECS04 Frhs2[53]: 6 0 4.83539 shouldn't be
1714.66/1719.01	WSVECS04 Frhs2[66]: 6 0 1.97065 shouldn't be
1714.66/1719.01	WSVECS04 Frhs2[67]: 6 0 1.00004 shouldn't be
1714.66/1719.01	WSVECS04 Frhs2[79]: 6 -3.15884 0 shouldn't be
1714.66/1719.01	WSVECS04 Frhs2[81]: 6 -2.76477 0 shouldn't be
1714.66/1719.01	WSVECS04 Frhs2[83]: 6 0 1.00008 shouldn't be
1714.66/1719.01	WSVECS04 Frhs2[102]: 6 0 2.18833 shouldn't be
1714.66/1719.01	WSVECS04 Frhs2[126]: 6 0 1.59419 shouldn't be
1714.66/1719.01	WSVECS04 Frhs2[139]: 6 0 3.52945 shouldn't be
1714.66/1719.01	WSVECS04 Frhs2[180]: 6 0 5.47068 shouldn't be
1714.66/1719.01	WSVECS04 Frhs2[185]: 6 0 2.97063 shouldn't be
1717.94/1722.34	c #Conflicts:    2433000 | #Constraints:     100155
1717.94/1722.34	c #Conflicts:    2434000 | #Constraints:     101155
1717.94/1722.34	c #Conflicts:    2435000 | #Constraints:     102155
1717.94/1722.34	WSVECS04 Frhs2[3]: 6 0 1.00006 shouldn't be
1717.94/1722.34	WSVECS04 Frhs2[10]: 6 -3.02863 0 shouldn't be
1717.94/1722.34	WSVECS04 Frhs2[51]: 6 -1.00009 0 shouldn't be
1717.94/1722.34	WSVECS04 Frhs2[88]: 6 -0.71436 0 shouldn't be
1717.94/1722.34	WSVECS04 Frhs2[92]: 6 -0.842884 0 shouldn't be
1717.94/1722.34	WSVECS04 Frhs2[105]: 6 0 2.00009 shouldn't be
1717.94/1722.34	WSVECS04 Frhs2[110]: 6 -0.242898 0 shouldn't be
1719.54/1723.90	c #Conflicts:    2436000 | #Constraints:     103155
1719.54/1723.90	c #Conflicts:    2437000 | #Constraints:     104155
1719.54/1723.90	WSVECS04 Frhs2[20]: 6 0 2.00002 shouldn't be
1719.54/1723.90	WSVECS04 Frhs2[48]: 6 0 2.30004 shouldn't be
1719.54/1723.90	WSVECS04 Frhs2[63]: 6 0 1.00002 shouldn't be
1719.54/1723.90	WSVECS04 Frhs2[133]: 6 0 2.00007 shouldn't be
1719.54/1723.90	WSVECS04 Frhs2[149]: 6 0 3.70005 shouldn't be
1720.75/1725.14	c #Conflicts:    2438000 | #Constraints:     105155
1720.75/1725.14	WSVECS04 Frhs2[13]: 6 -2.25002 0 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[18]: 6 0 2.00003 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[19]: 6 -4.12501 0 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[23]: 6 -7.75004 0 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[31]: 6 0 1.00005 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[38]: 6 0 1.12503 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[50]: 6 0 1.00006 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[62]: 6 0 2.00007 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[77]: 6 0 1.12504 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[80]: 6 0 7.50003 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[85]: 6 0 2.00005 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[91]: 6 0 2.00005 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[93]: 6 0 1.00009 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[120]: 6 0 3.00005 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[122]: 6 0 4.00003 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[128]: 6 0 2.25002 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[132]: 6 0 4.00003 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[145]: 6 0 4.00009 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[150]: 6 0 3.75004 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[153]: 6 -6.25002 0 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[155]: 6 0 1.87508 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[162]: 6 -4.50009 0 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[167]: 6 0 2.00007 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[177]: 6 0 1.75003 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[189]: 6 0 1.0001 shouldn't be
1720.75/1725.14	WSVECS04 Frhs2[190]: 6 0 1.00009 shouldn't be
1721.14/1725.52	WSVECS04 Frhs2[51]: 6 0 7.00008 shouldn't be
1721.14/1725.52	WSVECS04 Frhs2[101]: 6 0 1.00008 shouldn't be
1721.14/1725.52	WSVECS04 Frhs2[121]: 6 0 2.75008 shouldn't be
1721.14/1725.52	WSVECS04 Frhs2[139]: 6 0 2.00007 shouldn't be
1721.14/1725.52	WSVECS04 Frhs2[194]: 6 0 7.1251 shouldn't be
1723.03/1727.42	c #Conflicts:    2439000 | #Constraints:     106155
1723.03/1727.42	c #Conflicts:    2440000 | #Constraints:     107155
1723.03/1727.42	c INPROCESSING
1723.03/1727.42	c GARBAGE COLLECT
1723.03/1727.42	c rational objective -109
1742.98/1747.46	c #Conflicts:    2441000 | #Constraints:      62986
1742.98/1747.46	c #Conflicts:    2442000 | #Constraints:      63987
1742.98/1747.46	c #Conflicts:    2443000 | #Constraints:      64989
1742.98/1747.46	c #Conflicts:    2444000 | #Constraints:      65991
1742.98/1747.46	c #Conflicts:    2445000 | #Constraints:      66991
1742.98/1747.46	c #Conflicts:    2446000 | #Constraints:      67991
1742.98/1747.46	c #Conflicts:    2447000 | #Constraints:      68991
1742.98/1747.46	c #Conflicts:    2448000 | #Constraints:      69992
1742.98/1747.46	c #Conflicts:    2449000 | #Constraints:      70994
1742.98/1747.46	c #Conflicts:    2450000 | #Constraints:      71997
1742.98/1747.46	c #Conflicts:    2451000 | #Constraints:      72997
1742.98/1747.46	c #Conflicts:    2452000 | #Constraints:      73997
1742.98/1747.46	c #Conflicts:    2453000 | #Constraints:      74999
1742.98/1747.46	c #Conflicts:    2454000 | #Constraints:      76000
1742.98/1747.46	c #Conflicts:    2455000 | #Constraints:      77001
1742.98/1747.46	c #Conflicts:    2456000 | #Constraints:      78007
1742.98/1747.46	c #Conflicts:    2457000 | #Constraints:      79007
1742.98/1747.46	c #Conflicts:    2458000 | #Constraints:      80007
1742.98/1747.46	c #Conflicts:    2459000 | #Constraints:      81008
1742.98/1747.46	c #Conflicts:    2460000 | #Constraints:      82009
1742.98/1747.46	c #Conflicts:    2461000 | #Constraints:      83010
1742.98/1747.46	c #Conflicts:    2462000 | #Constraints:      84010
1742.98/1747.46	c #Conflicts:    2463000 | #Constraints:      85011
1742.98/1747.46	c #Conflicts:    2464000 | #Constraints:      86012
1742.98/1747.46	c #Conflicts:    2465000 | #Constraints:      87013
1742.98/1747.46	c #Conflicts:    2466000 | #Constraints:      88015
1742.98/1747.46	c #Conflicts:    2467000 | #Constraints:      89016
1742.98/1747.46	c #Conflicts:    2468000 | #Constraints:      90017
1742.98/1747.46	c #Conflicts:    2469000 | #Constraints:      91020
1742.98/1747.46	WSVECS04 Frhs2[8]: 6 0 2.66669 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[9]: 6 0 2.00005 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[22]: 6 0 2.66674 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[27]: 6 0 2.33337 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[31]: 6 0 4.00004 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[32]: 6 0 1.00008 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[36]: 6 0 1.00005 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[55]: 6 0 2.00004 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[58]: 6 0 3.00003 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[68]: 6 0 2.33337 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[69]: 6 0 2.00004 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[76]: 6 0 12.3334 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[87]: 6 0 2.00004 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[93]: 6 0 1.00007 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[98]: 6 0 1.00003 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[101]: 6 0 2.00003 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[103]: 6 0 2.00003 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[105]: 6 0 1.00007 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[111]: 6 0 1.00002 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[117]: 6 0 2.00006 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[122]: 6 0 2.0001 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[128]: 6 0 1.66675 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[130]: 6 -1.00003 0 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[131]: 6 0 1.50005 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[134]: 6 0 3.0001 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[136]: 6 0 1.00008 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[145]: 6 0 1.00007 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[148]: 6 0 4.33342 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[150]: 6 0 2.00004 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[151]: 6 0 2.00006 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[177]: 6 0 1.50009 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[178]: 6 0 1.00006 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[187]: 6 0 3.00005 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[189]: 6 0 1.33338 shouldn't be
1742.98/1747.46	WSVECS04 Frhs2[190]: 6 0 3.00009 shouldn't be
1746.59/1751.10	c #Conflicts:    2470000 | #Constraints:      92020
1746.59/1751.10	c #Conflicts:    2471000 | #Constraints:      93020
1746.59/1751.10	c #Conflicts:    2472000 | #Constraints:      94021
1746.59/1751.10	c #Conflicts:    2473000 | #Constraints:      95025
1746.59/1751.10	c #Conflicts:    2474000 | #Constraints:      96025
1746.59/1751.10	c INPROCESSING
1746.59/1751.10	c GARBAGE COLLECT
1746.59/1751.10	c rational objective -109
1750.86/1755.33	c #Conflicts:    2475000 | #Constraints:      57679
1750.86/1755.33	c #Conflicts:    2476000 | #Constraints:      58679
1750.86/1755.33	c #Conflicts:    2477000 | #Constraints:      59679
1750.86/1755.33	c #Conflicts:    2478000 | #Constraints:      60679
1750.86/1755.33	c #Conflicts:    2479000 | #Constraints:      61679
1750.86/1755.33	c #Conflicts:    2480000 | #Constraints:      62679
1750.86/1755.33	WSVECS04 Frhs2[5]: 6 0 0.600072 shouldn't be
1750.86/1755.33	WSVECS04 Frhs2[63]: 6 -0.600098 0 shouldn't be
1750.86/1755.33	WSVECS04 Frhs2[65]: 6 0 2.30004 shouldn't be
1750.86/1755.33	WSVECS04 Frhs2[81]: 6 0 3.00004 shouldn't be
1750.86/1755.33	WSVECS04 Frhs2[82]: 6 0 4.50004 shouldn't be
1750.86/1755.33	WSVECS04 Frhs2[89]: 6 -1.70004 0 shouldn't be
1750.86/1755.33	WSVECS04 Frhs2[168]: 6 0 3.60004 shouldn't be
1750.86/1755.33	WSVECS04 Frhs2[193]: 6 0 2.40006 shouldn't be
1752.67/1757.13	c #Conflicts:    2481000 | #Constraints:      63679
1752.67/1757.13	c #Conflicts:    2482000 | #Constraints:      64679
1752.67/1757.13	c #Conflicts:    2483000 | #Constraints:      65679
1752.67/1757.13	WSVECS04 Frhs2[53]: 6 0 1.00003 shouldn't be
1752.67/1757.13	WSVECS04 Frhs2[56]: 6 0 6.00002 shouldn't be
1752.67/1757.13	WSVECS04 Frhs2[61]: 6 0 2.00005 shouldn't be
1752.67/1757.13	WSVECS04 Frhs2[68]: 6 -1.00009 0 shouldn't be
1752.67/1757.13	WSVECS04 Frhs2[75]: 6 -3.00004 0 shouldn't be
1752.67/1757.13	WSVECS04 Frhs2[82]: 6 0 3.00004 shouldn't be
1752.67/1757.13	WSVECS04 Frhs2[85]: 6 0 5.00007 shouldn't be
1752.67/1757.13	WSVECS04 Frhs2[102]: 6 0 1.00007 shouldn't be
1752.67/1757.13	WSVECS04 Frhs2[116]: 6 0 2.00007 shouldn't be
1752.67/1757.13	WSVECS04 Frhs2[130]: 6 0 4.00007 shouldn't be
1752.67/1757.13	WSVECS04 Frhs2[132]: 6 0 5.0001 shouldn't be
1752.67/1757.13	WSVECS04 Frhs2[153]: 6 0 1.00008 shouldn't be
1752.67/1757.13	WSVECS04 Frhs2[158]: 6 0 1.00008 shouldn't be
1752.67/1757.13	WSVECS04 Frhs2[161]: 6 0 3.00007 shouldn't be
1752.67/1757.13	WSVECS04 Frhs2[199]: 6 0 2.00006 shouldn't be
1754.35/1758.83	c #Conflicts:    2484000 | #Constraints:      66679
1754.35/1758.83	c #Conflicts:    2485000 | #Constraints:      67679
1754.35/1758.83	c #Conflicts:    2486000 | #Constraints:      68679
1754.35/1758.83	WSVECS04 Frhs2[13]: 6 -3.91673 0 shouldn't be
1754.35/1758.83	WSVECS04 Frhs2[32]: 6 0 1.00001 shouldn't be
1754.35/1758.83	WSVECS04 Frhs2[33]: 6 0 2.16673 shouldn't be
1754.35/1758.83	WSVECS04 Frhs2[36]: 6 -2.1667 0 shouldn't be
1754.35/1758.83	WSVECS04 Frhs2[62]: 6 0 1.00005 shouldn't be
1754.35/1758.83	WSVECS04 Frhs2[78]: 6 0 3.00005 shouldn't be
1754.35/1758.83	WSVECS04 Frhs2[83]: 6 0 1.00006 shouldn't be
1754.35/1758.83	WSVECS04 Frhs2[84]: 6 -3.00004 0 shouldn't be
1754.35/1758.83	WSVECS04 Frhs2[92]: 6 0 2.75002 shouldn't be
1754.35/1758.83	WSVECS04 Frhs2[100]: 6 0 7.91676 shouldn't be
1754.35/1758.83	WSVECS04 Frhs2[117]: 6 0 2.00001 shouldn't be
1754.35/1758.83	WSVECS04 Frhs2[167]: 6 0 1.83338 shouldn't be
1754.35/1758.83	WSVECS04 Frhs2[170]: 6 0 2.00004 shouldn't be
1754.35/1758.83	WSVECS04 Frhs2[171]: 6 0 1.00003 shouldn't be
1754.35/1758.83	WSVECS04 Frhs2[175]: 6 -0.166716 0 shouldn't be
1754.35/1758.83	WSVECS04 Frhs2[182]: 6 0 3.16671 shouldn't be
1754.35/1758.83	WSVECS04 Frhs2[192]: 6 0 2.0001 shouldn't be
1756.45/1760.92	c #Conflicts:    2487000 | #Constraints:      69679
1756.45/1760.92	c #Conflicts:    2488000 | #Constraints:      70679
1756.45/1760.92	c #Conflicts:    2489000 | #Constraints:      71679
1756.45/1760.92	WSVECS04 Frhs2[6]: 6 0 2.00007 shouldn't be
1756.45/1760.92	WSVECS04 Frhs2[57]: 6 0 1.0001 shouldn't be
1756.45/1760.92	WSVECS04 Frhs2[60]: 6 0 2.00006 shouldn't be
1756.45/1760.92	WSVECS04 Frhs2[68]: 6 0 2.00008 shouldn't be
1756.45/1760.92	WSVECS04 Frhs2[85]: 6 0 4.00009 shouldn't be
1756.45/1760.92	WSVECS04 Frhs2[117]: 6 0 3.00001 shouldn't be
1756.45/1760.92	WSVECS04 Frhs2[120]: 6 -5.00006 0 shouldn't be
1756.45/1760.92	WSVECS04 Frhs2[125]: 6 -9.00002 0 shouldn't be
1756.45/1760.92	WSVECS04 Frhs2[127]: 6 0 1.00003 shouldn't be
1756.45/1760.92	WSVECS04 Frhs2[135]: 6 0 1.00004 shouldn't be
1756.45/1760.92	WSVECS04 Frhs2[190]: 6 0 2.00006 shouldn't be
1759.55/1764.06	c #Conflicts:    2490000 | #Constraints:      72679
1759.55/1764.06	c #Conflicts:    2491000 | #Constraints:      73679
1759.55/1764.06	c #Conflicts:    2492000 | #Constraints:      74679
1759.55/1764.06	c #Conflicts:    2493000 | #Constraints:      75679
1759.55/1764.06	WSVECS04 Frhs2[6]: 6 0 2.00006 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[22]: 6 0 2.00008 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[23]: 6 0 2.0001 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[32]: 6 0 1.00007 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[33]: 6 0 3.00005 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[35]: 6 0 4.63403 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[50]: 6 0 1.81258 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[51]: 6 -1.58044 0 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[59]: 6 0 2.07144 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[69]: 6 0 5.25007 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[72]: 6 0 2.29467 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[77]: 6 0 4.92864 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[83]: 6 0 2.79466 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[86]: 6 0 3.00008 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[93]: 6 0 1.66967 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[108]: 6 0 3.47324 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[125]: 6 0 2.00006 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[138]: 6 0 1.00005 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[139]: 6 0 2.46433 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[141]: 6 0 4.52684 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[153]: 6 0 1.00006 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[163]: 6 -2.25008 0 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[175]: 6 0 1.91076 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[192]: 6 0 1.55366 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[193]: 6 0 1.82145 shouldn't be
1759.55/1764.06	WSVECS04 Frhs2[199]: 6 -1.94646 0 shouldn't be
1768.01/1772.51	c #Conflicts:    2494000 | #Constraints:      76679
1768.01/1772.51	c #Conflicts:    2495000 | #Constraints:      77679
1768.01/1772.51	c #Conflicts:    2496000 | #Constraints:      78679
1768.01/1772.51	c #Conflicts:    2497000 | #Constraints:      79679
1768.01/1772.51	c #Conflicts:    2498000 | #Constraints:      80679
1768.01/1772.51	c #Conflicts:    2499000 | #Constraints:      81679
1768.01/1772.51	c #Conflicts:    2500000 | #Constraints:      82679
1768.01/1772.51	c #Conflicts:    2501000 | #Constraints:      83679
1768.01/1772.51	c #Conflicts:    2502000 | #Constraints:      84679
1768.01/1772.51	c #Conflicts:    2503000 | #Constraints:      85679
1768.01/1772.51	c #Conflicts:    2504000 | #Constraints:      86679
1768.01/1772.51	WSVECS04 Frhs2[48]: 6 0 2.54173 shouldn't be
1768.01/1772.51	WSVECS04 Frhs2[53]: 6 -0.260429 0 shouldn't be
1768.01/1772.51	WSVECS04 Frhs2[57]: 6 0 1.98965 shouldn't be
1768.01/1772.51	WSVECS04 Frhs2[60]: 6 0 1.00004 shouldn't be
1768.01/1772.51	WSVECS04 Frhs2[63]: 6 -3.01044 0 shouldn't be
1768.01/1772.51	WSVECS04 Frhs2[66]: 6 0 1.00004 shouldn't be
1768.01/1772.51	WSVECS04 Frhs2[98]: 6 0 1.00002 shouldn't be
1768.01/1772.51	WSVECS04 Frhs2[103]: 6 -3.68759 0 shouldn't be
1768.01/1772.51	WSVECS04 Frhs2[106]: 6 0 3.90632 shouldn't be
1768.01/1772.51	WSVECS04 Frhs2[132]: 6 0 4.00007 shouldn't be
1768.01/1772.51	WSVECS04 Frhs2[169]: 6 0 1.55213 shouldn't be
1768.01/1772.51	WSVECS04 Frhs2[194]: 6 0 3.00002 shouldn't be
1769.82/1774.39	c #Conflicts:    2505000 | #Constraints:      87679
1769.82/1774.39	c #Conflicts:    2506000 | #Constraints:      88679
1769.82/1774.39	c #Conflicts:    2507000 | #Constraints:      89679
1769.82/1774.39	WSVECS04 Frhs2[6]: 6 0 1.00006 shouldn't be
1769.82/1774.39	WSVECS04 Frhs2[23]: 6 0 1.00003 shouldn't be
1769.82/1774.39	WSVECS04 Frhs2[28]: 6 0 3.00009 shouldn't be
1769.82/1774.39	WSVECS04 Frhs2[45]: 6 0 2.00005 shouldn't be
1769.82/1774.39	WSVECS04 Frhs2[107]: 6 0 1.00003 shouldn't be
1769.82/1774.39	WSVECS04 Frhs2[108]: 6 0 3.00008 shouldn't be
1769.82/1774.39	WSVECS04 Frhs2[163]: 6 0 2.00004 shouldn't be
1769.82/1774.39	WSVECS04 Frhs2[173]: 6 0 1.00009 shouldn't be
1769.82/1774.39	WSVECS04 Frhs2[194]: 6 -1.00003 0 shouldn't be
1770.21/1774.74	WSVECS04 Frhs2[5]: 6 0 2.00006 shouldn't be
1770.21/1774.74	WSVECS04 Frhs2[84]: 6 0 2.00009 shouldn't be
1770.21/1774.74	WSVECS04 Frhs2[86]: 6 0 1.00005 shouldn't be
1770.21/1774.74	WSVECS04 Frhs2[121]: 6 0 1.00005 shouldn't be
1770.21/1774.74	WSVECS04 Frhs2[127]: 6 0 2.00007 shouldn't be
1770.21/1774.74	WSVECS04 Frhs2[161]: 6 0 3.00004 shouldn't be
1770.21/1774.74	WSVECS04 Frhs2[172]: 6 0 2.00005 shouldn't be
1770.81/1775.34	c #Conflicts:    2508000 | #Constraints:      90679
1770.81/1775.34	c INPROCESSING
1770.81/1775.34	c GARBAGE COLLECT
1770.81/1775.34	c rational objective -109
1786.87/1791.46	c #Conflicts:    2509000 | #Constraints:      55135
1786.87/1791.46	c #Conflicts:    2510000 | #Constraints:      56136
1786.87/1791.46	c #Conflicts:    2511000 | #Constraints:      57136
1786.87/1791.46	c #Conflicts:    2512000 | #Constraints:      58136
1786.87/1791.46	c #Conflicts:    2513000 | #Constraints:      59136
1786.87/1791.46	c #Conflicts:    2514000 | #Constraints:      60136
1786.87/1791.46	c #Conflicts:    2515000 | #Constraints:      61138
1786.87/1791.46	c #Conflicts:    2516000 | #Constraints:      62138
1786.87/1791.46	c #Conflicts:    2517000 | #Constraints:      63138
1786.87/1791.46	c #Conflicts:    2518000 | #Constraints:      64142
1786.87/1791.46	c #Conflicts:    2519000 | #Constraints:      65142
1786.87/1791.46	c #Conflicts:    2520000 | #Constraints:      66143
1786.87/1791.46	c #Conflicts:    2521000 | #Constraints:      67144
1786.87/1791.46	c #Conflicts:    2522000 | #Constraints:      68144
1786.87/1791.46	c #Conflicts:    2523000 | #Constraints:      69145
1786.87/1791.46	c #Conflicts:    2524000 | #Constraints:      70145
1786.87/1791.46	c #Conflicts:    2525000 | #Constraints:      71145
1786.87/1791.46	c #Conflicts:    2526000 | #Constraints:      72145
1786.87/1791.46	c #Conflicts:    2527000 | #Constraints:      73145
1786.87/1791.46	c #Conflicts:    2528000 | #Constraints:      74145
1786.87/1791.46	c #Conflicts:    2529000 | #Constraints:      75145
1786.87/1791.46	c #Conflicts:    2530000 | #Constraints:      76148
1786.87/1791.46	c #Conflicts:    2531000 | #Constraints:      77148
1786.87/1791.46	c #Conflicts:    2532000 | #Constraints:      78149
1786.87/1791.46	c #Conflicts:    2533000 | #Constraints:      79149
1786.87/1791.46	c #Conflicts:    2534000 | #Constraints:      80151
1786.87/1791.46	WSVECS04 Frhs2[3]: 6 0 2.00009 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[10]: 6 -1.00003 0 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[31]: 6 0 3.00002 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[35]: 6 0 1.00006 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[36]: 6 0 3.00005 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[45]: 6 0 2.00008 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[55]: 6 0 6.00002 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[58]: 6 0 3.00007 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[59]: 6 0 2.00003 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[69]: 6 0 4.00006 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[73]: 6 0 4.00003 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[85]: 6 0 1.00004 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[86]: 6 0 4.00004 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[99]: 6 0 2.00003 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[102]: 6 0 1.00001 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[104]: 6 0 1.00003 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[113]: 6 0 2.00008 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[121]: 6 0 1.00006 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[122]: 6 0 1.00007 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[125]: 6 -1.00002 0 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[132]: 6 0 1.00007 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[133]: 6 0 3.00008 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[142]: 6 0 1.00008 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[144]: 6 0 3.00009 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[149]: 6 -2.00008 0 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[155]: 6 0 3.00006 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[167]: 6 0 1.0001 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[184]: 6 0 3.00002 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[185]: 6 0 3.00004 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[186]: 6 0 1.00007 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[189]: 6 0 3.00008 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[196]: 6 0 2.00007 shouldn't be
1786.87/1791.46	WSVECS04 Frhs2[199]: 6 0 3.00006 shouldn't be
1853.10/1857.80	c #Conflicts:    2535000 | #Constraints:      81151
1853.10/1857.80	c #Conflicts:    2536000 | #Constraints:      82151
1853.10/1857.80	c #Conflicts:    2537000 | #Constraints:      83152
1853.10/1857.80	c #Conflicts:    2538000 | #Constraints:      84152
1853.10/1857.80	c #Conflicts:    2539000 | #Constraints:      85153
1853.10/1857.80	c #Conflicts:    2540000 | #Constraints:      86157
1853.10/1857.80	c #Conflicts:    2541000 | #Constraints:      87158
1853.10/1857.80	c #Conflicts:    2542000 | #Constraints:      88158
1853.10/1857.80	c #Conflicts:    2543000 | #Constraints:      89158
1853.10/1857.80	c #Conflicts:    2544000 | #Constraints:      90159
1853.10/1857.80	c #Conflicts:    2545000 | #Constraints:      91160
1853.10/1857.80	c #Conflicts:    2546000 | #Constraints:      92160
1853.10/1857.80	c #Conflicts:    2547000 | #Constraints:      93163
1853.10/1857.80	c #Conflicts:    2548000 | #Constraints:      94164
1853.10/1857.80	c #Conflicts:    2549000 | #Constraints:      95164
1853.10/1857.80	c #Conflicts:    2550000 | #Constraints:      96165
1853.10/1857.80	c #Conflicts:    2551000 | #Constraints:      97167
1853.10/1857.80	c #Conflicts:    2552000 | #Constraints:      98168
1853.10/1857.80	c #Conflicts:    2553000 | #Constraints:      99169
1853.10/1857.80	c #Conflicts:    2554000 | #Constraints:     100169
1853.10/1857.80	c #Conflicts:    2555000 | #Constraints:     101169
1853.10/1857.80	c #Conflicts:    2556000 | #Constraints:     102169
1853.10/1857.80	c #Conflicts:    2557000 | #Constraints:     103169
1853.10/1857.80	c #Conflicts:    2558000 | #Constraints:     104169
1853.10/1857.80	c #Conflicts:    2559000 | #Constraints:     105169
1853.10/1857.80	c #Conflicts:    2560000 | #Constraints:     106171
1853.10/1857.80	c #Conflicts:    2561000 | #Constraints:     107171
1853.10/1857.80	c #Conflicts:    2562000 | #Constraints:     108172
1853.10/1857.80	c #Conflicts:    2563000 | #Constraints:     109174
1853.10/1857.80	c #Conflicts:    2564000 | #Constraints:     110179
1853.10/1857.80	c #Conflicts:    2565000 | #Constraints:     111182
1853.10/1857.80	c #Conflicts:    2566000 | #Constraints:     112182
1853.10/1857.80	c #Conflicts:    2567000 | #Constraints:     113182
1853.10/1857.80	c #Conflicts:    2568000 | #Constraints:     114182
1853.10/1857.80	c #Conflicts:    2569000 | #Constraints:     115182
1853.10/1857.80	c #Conflicts:    2570000 | #Constraints:     116183
1853.10/1857.80	c #Conflicts:    2571000 | #Constraints:     117183
1853.10/1857.80	c #Conflicts:    2572000 | #Constraints:     118185
1853.10/1857.80	c #Conflicts:    2573000 | #Constraints:     119187
1853.10/1857.80	c #Conflicts:    2574000 | #Constraints:     120187
1853.10/1857.80	c #Conflicts:    2575000 | #Constraints:     121188
1853.10/1857.80	c #Conflicts:    2576000 | #Constraints:     122192
1853.10/1857.80	c #Conflicts:    2577000 | #Constraints:     123192
1853.10/1857.80	c #Conflicts:    2578000 | #Constraints:     124192
1853.10/1857.80	c #Conflicts:    2579000 | #Constraints:     125193
1853.10/1857.80	c #Conflicts:    2580000 | #Constraints:     126193
1853.10/1857.80	c #Conflicts:    2581000 | #Constraints:     127193
1853.10/1857.80	c #Conflicts:    2582000 | #Constraints:     128193
1853.10/1857.80	c #Conflicts:    2583000 | #Constraints:     129194
1853.10/1857.80	c #Conflicts:    2584000 | #Constraints:     130194
1853.10/1857.80	c #Conflicts:    2585000 | #Constraints:     131194
1853.10/1857.80	c #Conflicts:    2586000 | #Constraints:     132195
1853.10/1857.80	c #Conflicts:    2587000 | #Constraints:     133196
1853.10/1857.80	c #Conflicts:    2588000 | #Constraints:     134196
1853.10/1857.80	c #Conflicts:    2589000 | #Constraints:     135197
1853.10/1857.80	c #Conflicts:    2590000 | #Constraints:     136197
1853.10/1857.80	c #Conflicts:    2591000 | #Constraints:     137199
1853.10/1857.80	c #Conflicts:    2592000 | #Constraints:     138202
1853.10/1857.80	c #Conflicts:    2593000 | #Constraints:     139203
1853.10/1857.80	c #Conflicts:    2594000 | #Constraints:     140206
1853.10/1857.80	c #Conflicts:    2595000 | #Constraints:     141206
1853.10/1857.80	c #Conflicts:    2596000 | #Constraints:     142206
1853.10/1857.80	c #Conflicts:    2597000 | #Constraints:     143207
1853.10/1857.80	c #Conflicts:    2598000 | #Constraints:     144207
1853.10/1857.80	c #Conflicts:    2599000 | #Constraints:     145209
1853.10/1857.80	c #Conflicts:    2600000 | #Constraints:     146210
1853.10/1857.80	c #Conflicts:    2601000 | #Constraints:     147212
1853.10/1857.80	c #Conflicts:    2602000 | #Constraints:     148213
1853.10/1857.80	c #Conflicts:    2603000 | #Constraints:     149214
1853.10/1857.80	c #Conflicts:    2604000 | #Constraints:     150214
1853.10/1857.80	c #Conflicts:    2605000 | #Constraints:     151214
1853.10/1857.80	c #Conflicts:    2606000 | #Constraints:     152217
1853.10/1857.80	c #Conflicts:    2607000 | #Constraints:     153218
1853.10/1857.80	c #Conflicts:    2608000 | #Constraints:     154222
1853.10/1857.80	c #Conflicts:    2609000 | #Constraints:     155224
1853.10/1857.80	c #Conflicts:    2610000 | #Constraints:     156225
1853.10/1857.80	c #Conflicts:    2611000 | #Constraints:     157225
1853.10/1857.80	c #Conflicts:    2612000 | #Constraints:     158225
1853.10/1857.80	c #Conflicts:    2613000 | #Constraints:     159226
1859.88/1864.60	c #Conflicts:    2614000 | #Constraints:     160226
1859.88/1864.60	c #Conflicts:    2615000 | #Constraints:     161226
1859.88/1864.60	c #Conflicts:    2616000 | #Constraints:     162226
1859.88/1864.60	c #Conflicts:    2617000 | #Constraints:     163226
1859.88/1864.60	c #Conflicts:    2618000 | #Constraints:     164226
1859.88/1864.60	WSVECS04 Frhs2[6]: 6 0 2.00004 shouldn't be
1859.88/1864.60	WSVECS04 Frhs2[13]: 6 0 2.00008 shouldn't be
1859.88/1864.60	WSVECS04 Frhs2[33]: 6 0 4.00003 shouldn't be
1859.88/1864.60	WSVECS04 Frhs2[50]: 6 0 4.0001 shouldn't be
1859.88/1864.60	WSVECS04 Frhs2[61]: 6 0 6.00006 shouldn't be
1859.88/1864.60	WSVECS04 Frhs2[76]: 6 0 2.00002 shouldn't be
1859.88/1864.60	WSVECS04 Frhs2[131]: 6 -3.50005 0 shouldn't be
1859.88/1864.60	WSVECS04 Frhs2[134]: 6 0 4.00009 shouldn't be
1859.88/1864.60	WSVECS04 Frhs2[150]: 6 0 4.00008 shouldn't be
1859.88/1864.60	WSVECS04 Frhs2[156]: 6 0 2.00008 shouldn't be
1859.88/1864.60	WSVECS04 Frhs2[171]: 6 0 1.00007 shouldn't be
1859.88/1864.60	WSVECS04 Frhs2[184]: 6 0 1.00008 shouldn't be
1859.88/1864.60	WSVECS04 Frhs2[192]: 6 0 6.00002 shouldn't be
1859.88/1864.60	WSVECS04 Frhs2[199]: 6 -5.00009 0 shouldn't be
1886.71/1891.56	c #Conflicts:    2619000 | #Constraints:     165226
1886.71/1891.56	c #Conflicts:    2620000 | #Constraints:     166226
1886.71/1891.56	c #Conflicts:    2621000 | #Constraints:     167227
1886.71/1891.56	c #Conflicts:    2622000 | #Constraints:     168227
1886.71/1891.56	c #Conflicts:    2623000 | #Constraints:     169229
1886.71/1891.56	c #Conflicts:    2624000 | #Constraints:     170229
1886.71/1891.56	c #Conflicts:    2625000 | #Constraints:     171230
1886.71/1891.56	c #Conflicts:    2626000 | #Constraints:     172232
1886.71/1891.56	c #Conflicts:    2627000 | #Constraints:     173232
1886.71/1891.56	c #Conflicts:    2628000 | #Constraints:     174234
1886.71/1891.56	c #Conflicts:    2629000 | #Constraints:     175234
1886.71/1891.56	c #Conflicts:    2630000 | #Constraints:     176234
1886.71/1891.56	c #Conflicts:    2631000 | #Constraints:     177234
1886.71/1891.56	c #Conflicts:    2632000 | #Constraints:     178235
1886.71/1891.56	c #Conflicts:    2633000 | #Constraints:     179238
1886.71/1891.56	c #Conflicts:    2634000 | #Constraints:     180238
1886.71/1891.56	c #Conflicts:    2635000 | #Constraints:     181238
1886.71/1891.56	c #Conflicts:    2636000 | #Constraints:     182240
1886.71/1891.56	c #Conflicts:    2637000 | #Constraints:     183240
1886.71/1891.56	c #Conflicts:    2638000 | #Constraints:     184242
1886.71/1891.56	c #Conflicts:    2639000 | #Constraints:     185243
1886.71/1891.56	c #Conflicts:    2640000 | #Constraints:     186244
1886.71/1891.56	c #Conflicts:    2641000 | #Constraints:     187245
1886.71/1891.56	c INPROCESSING
1886.71/1891.56	c GARBAGE COLLECT
1886.71/1891.56	c rational objective -109
1896.39/1901.29	c #Conflicts:    2642000 | #Constraints:     103039
1896.39/1901.29	c #Conflicts:    2643000 | #Constraints:     104039
1896.39/1901.29	c #Conflicts:    2644000 | #Constraints:     105039
1896.39/1901.29	c #Conflicts:    2645000 | #Constraints:     106039
1896.39/1901.29	c #Conflicts:    2646000 | #Constraints:     107039
1896.39/1901.29	c #Conflicts:    2647000 | #Constraints:     108039
1896.39/1901.29	c #Conflicts:    2648000 | #Constraints:     109039
1896.39/1901.29	c #Conflicts:    2649000 | #Constraints:     110039
1896.39/1901.29	c #Conflicts:    2650000 | #Constraints:     111039
1896.39/1901.29	c #Conflicts:    2651000 | #Constraints:     112039
1896.39/1901.29	c #Conflicts:    2652000 | #Constraints:     113039
1896.39/1901.29	c #Conflicts:    2653000 | #Constraints:     114039
1896.39/1901.29	c #Conflicts:    2654000 | #Constraints:     115039
1896.39/1901.29	WSVECS04 Frhs2[2]: 6 0 3.00006 shouldn't be
1896.39/1901.29	WSVECS04 Frhs2[27]: 6 0 2.00009 shouldn't be
1896.39/1901.29	WSVECS04 Frhs2[38]: 6 0 3.50009 shouldn't be
1896.39/1901.29	WSVECS04 Frhs2[41]: 6 0 2.00004 shouldn't be
1896.39/1901.29	WSVECS04 Frhs2[48]: 6 0 1.25002 shouldn't be
1896.39/1901.29	WSVECS04 Frhs2[102]: 6 0 2.00003 shouldn't be
1896.39/1901.29	WSVECS04 Frhs2[103]: 6 -5.00007 0 shouldn't be
1896.39/1901.29	WSVECS04 Frhs2[105]: 6 0 2.25006 shouldn't be
1896.39/1901.29	WSVECS04 Frhs2[107]: 6 0 1.0001 shouldn't be
1896.39/1901.29	WSVECS04 Frhs2[121]: 6 0 2.00005 shouldn't be
1896.39/1901.29	WSVECS04 Frhs2[152]: 6 0 3.00009 shouldn't be
1896.39/1901.29	WSVECS04 Frhs2[153]: 6 0 2.00003 shouldn't be
1896.39/1901.29	WSVECS04 Frhs2[158]: 6 0 2.00006 shouldn't be
1896.39/1901.29	WSVECS04 Frhs2[160]: 6 -1.75006 0 shouldn't be
1896.39/1901.29	WSVECS04 Frhs2[174]: 6 0 2.00008 shouldn't be
1896.39/1901.29	WSVECS04 Frhs2[190]: 6 0 2.00004 shouldn't be
1897.78/1902.65	c #Conflicts:    2655000 | #Constraints:     116039
1897.78/1902.65	WSVECS04 Frhs2[46]: 6 -0.671673 0 shouldn't be
1897.78/1902.65	WSVECS04 Frhs2[47]: 6 0 5.95529 shouldn't be
1897.78/1902.65	WSVECS04 Frhs2[63]: 6 -1.23637 0 shouldn't be
1897.78/1902.65	WSVECS04 Frhs2[77]: 6 0 2.95531 shouldn't be
1897.78/1902.65	WSVECS04 Frhs2[86]: 6 -0.893119 0 shouldn't be
1897.78/1902.65	WSVECS04 Frhs2[92]: 6 -2.00003 0 shouldn't be
1897.78/1902.65	WSVECS04 Frhs2[116]: 6 0 3.67166 shouldn't be
1897.78/1902.65	WSVECS04 Frhs2[122]: 6 0 4.38311 shouldn't be
1897.78/1902.65	WSVECS04 Frhs2[130]: 6 0 2.38317 shouldn't be
1897.78/1902.65	WSVECS04 Frhs2[151]: 6 -1.0598 0 shouldn't be
1897.78/1902.65	WSVECS04 Frhs2[183]: 6 0 1.47265 shouldn't be
1897.78/1902.65	WSVECS04 Frhs2[187]: 6 0 5.88561 shouldn't be
1897.78/1902.65	WSVECS04 Frhs2[194]: 6 0 2.61203 shouldn't be
1916.63/1921.55	c #Conflicts:    2656000 | #Constraints:     117039
1916.63/1921.55	c #Conflicts:    2657000 | #Constraints:     118039
1916.63/1921.55	c #Conflicts:    2658000 | #Constraints:     119039
1916.63/1921.55	c #Conflicts:    2659000 | #Constraints:     120039
1916.63/1921.55	c #Conflicts:    2660000 | #Constraints:     121039
1916.63/1921.55	c #Conflicts:    2661000 | #Constraints:     122039
1916.63/1921.55	c #Conflicts:    2662000 | #Constraints:     123039
1916.63/1921.55	c #Conflicts:    2663000 | #Constraints:     124039
1916.63/1921.55	c #Conflicts:    2664000 | #Constraints:     125039
1916.63/1921.55	c #Conflicts:    2665000 | #Constraints:     126039
1916.63/1921.55	c #Conflicts:    2666000 | #Constraints:     127039
1916.63/1921.55	c #Conflicts:    2667000 | #Constraints:     128039
1916.63/1921.55	c #Conflicts:    2668000 | #Constraints:     129039
1916.63/1921.55	c #Conflicts:    2669000 | #Constraints:     130039
1916.63/1921.55	c #Conflicts:    2670000 | #Constraints:     131039
1916.63/1921.55	c #Conflicts:    2671000 | #Constraints:     132039
1916.63/1921.55	c #Conflicts:    2672000 | #Constraints:     133039
1916.63/1921.55	c #Conflicts:    2673000 | #Constraints:     134039
1916.63/1921.55	c #Conflicts:    2674000 | #Constraints:     135039
1916.63/1921.55	c #Conflicts:    2675000 | #Constraints:     136039
1916.63/1921.55	c #Conflicts:    2676000 | #Constraints:     137039
1916.63/1921.55	c INPROCESSING
1916.63/1921.55	c GARBAGE COLLECT
1916.63/1921.55	c rational objective -109
1930.80/1935.78	c #Conflicts:    2677000 | #Constraints:      77919
1930.80/1935.78	c #Conflicts:    2678000 | #Constraints:      78919
1930.80/1935.78	c #Conflicts:    2679000 | #Constraints:      79919
1930.80/1935.78	c #Conflicts:    2680000 | #Constraints:      80919
1930.80/1935.78	c #Conflicts:    2681000 | #Constraints:      81919
1930.80/1935.78	c #Conflicts:    2682000 | #Constraints:      82919
1930.80/1935.78	c #Conflicts:    2683000 | #Constraints:      83919
1930.80/1935.78	c #Conflicts:    2684000 | #Constraints:      84919
1930.80/1935.78	c #Conflicts:    2685000 | #Constraints:      85919
1930.80/1935.78	c #Conflicts:    2686000 | #Constraints:      86919
1930.80/1935.78	c #Conflicts:    2687000 | #Constraints:      87919
1930.80/1935.78	c #Conflicts:    2688000 | #Constraints:      88919
1930.80/1935.78	c #Conflicts:    2689000 | #Constraints:      89919
1930.80/1935.78	c #Conflicts:    2690000 | #Constraints:      90919
1930.80/1935.78	c #Conflicts:    2691000 | #Constraints:      91919
1930.80/1935.78	c #Conflicts:    2692000 | #Constraints:      92919
1930.80/1935.78	c #Conflicts:    2693000 | #Constraints:      93919
1930.80/1935.78	c #Conflicts:    2694000 | #Constraints:      94919
1930.80/1935.78	c #Conflicts:    2695000 | #Constraints:      95919
1930.80/1935.78	WSVECS04 Frhs2[32]: 6 0 1.00008 shouldn't be
1930.80/1935.78	WSVECS04 Frhs2[192]: 6 0 2.44452 shouldn't be
1930.80/1935.78	WSVECS04 Frhs2[194]: 6 0 2.00007 shouldn't be
1930.80/1935.78	WSVECS04 Frhs2[196]: 6 0 1.00002 shouldn't be
1935.19/1940.14	c #Conflicts:    2696000 | #Constraints:      96919
1935.19/1940.14	c #Conflicts:    2697000 | #Constraints:      97919
1935.19/1940.14	c #Conflicts:    2698000 | #Constraints:      98919
1935.19/1940.14	c #Conflicts:    2699000 | #Constraints:      99919
1935.19/1940.14	c #Conflicts:    2700000 | #Constraints:     100919
1935.19/1940.14	WSVECS04 Frhs2[5]: 6 0 2.00008 shouldn't be
1935.19/1940.14	WSVECS04 Frhs2[13]: 6 0 1.60005 shouldn't be
1935.19/1940.14	WSVECS04 Frhs2[31]: 6 0 6.00009 shouldn't be
1935.19/1940.14	WSVECS04 Frhs2[48]: 6 0 1.00008 shouldn't be
1935.19/1940.14	WSVECS04 Frhs2[82]: 6 0 2.70009 shouldn't be
1935.19/1940.14	WSVECS04 Frhs2[98]: 6 0 2.00002 shouldn't be
1935.19/1940.14	WSVECS04 Frhs2[108]: 6 0 2.00006 shouldn't be
1935.19/1940.14	WSVECS04 Frhs2[127]: 6 0 2.00008 shouldn't be
1935.19/1940.14	WSVECS04 Frhs2[143]: 6 0 5.30005 shouldn't be
1935.19/1940.14	WSVECS04 Frhs2[198]: 6 0 2.85008 shouldn't be
1937.88/1942.80	c #Conflicts:    2701000 | #Constraints:     101919
1937.88/1942.80	c #Conflicts:    2702000 | #Constraints:     102919
1937.88/1942.80	c #Conflicts:    2703000 | #Constraints:     103919
1937.88/1942.80	WSVECS04 Frhs2[30]: 6 0 4.00009 shouldn't be
1937.88/1942.80	WSVECS04 Frhs2[44]: 6 0 2.18608 shouldn't be
1937.88/1942.80	WSVECS04 Frhs2[50]: 6 0 4.32562 shouldn't be
1937.88/1942.80	WSVECS04 Frhs2[53]: 6 -0.814039 0 shouldn't be
1937.88/1942.80	WSVECS04 Frhs2[87]: 6 0 3.00007 shouldn't be
1937.88/1942.80	WSVECS04 Frhs2[106]: 6 -6.00002 0 shouldn't be
1937.88/1942.80	WSVECS04 Frhs2[107]: 6 0 1.00004 shouldn't be
1937.88/1942.80	WSVECS04 Frhs2[108]: 6 -3.74426 0 shouldn't be
1937.88/1942.80	WSVECS04 Frhs2[123]: 6 0 3.00002 shouldn't be
1937.88/1942.80	WSVECS04 Frhs2[125]: 6 -4.44191 0 shouldn't be
1937.88/1942.80	WSVECS04 Frhs2[140]: 6 0 1.00007 shouldn't be
1937.88/1942.80	WSVECS04 Frhs2[141]: 6 -5.51167 0 shouldn't be
1937.88/1942.80	WSVECS04 Frhs2[151]: 6 -1.00007 0 shouldn't be
1937.88/1942.80	WSVECS04 Frhs2[153]: 6 0 3.00007 shouldn't be
1937.88/1942.80	WSVECS04 Frhs2[173]: 6 0 2.00004 shouldn't be
1937.88/1942.80	WSVECS04 Frhs2[175]: 6 0 1.18613 shouldn't be
1937.88/1942.80	WSVECS04 Frhs2[177]: 6 0 2.00008 shouldn't be
1937.88/1942.80	WSVECS04 Frhs2[180]: 6 0 2.13956 shouldn't be
1937.88/1942.80	WSVECS04 Frhs2[190]: 6 0 2.44194 shouldn't be
1937.88/1942.80	WSVECS04 Frhs2[193]: 6 0 2.00002 shouldn't be
1945.95/1950.97	c #Conflicts:    2704000 | #Constraints:     104919
1945.95/1950.97	c #Conflicts:    2705000 | #Constraints:     105919
1945.95/1950.97	c #Conflicts:    2706000 | #Constraints:     106919
1945.95/1950.97	c #Conflicts:    2707000 | #Constraints:     107919
1945.95/1950.97	c #Conflicts:    2708000 | #Constraints:     108919
1945.95/1950.97	c #Conflicts:    2709000 | #Constraints:     109919
1945.95/1950.97	c #Conflicts:    2710000 | #Constraints:     110919
1945.95/1950.97	c #Conflicts:    2711000 | #Constraints:     111919
1945.95/1950.97	c #Conflicts:    2712000 | #Constraints:     112919
1945.95/1950.97	c INPROCESSING
1945.95/1950.97	c GARBAGE COLLECT
1945.95/1950.97	c rational objective -109
1947.65/1952.69	c #Conflicts:    2713000 | #Constraints:      66254
1947.65/1952.69	c #Conflicts:    2714000 | #Constraints:      67254
1947.65/1952.69	WSVECS04 Frhs2[1]: 6 0 2.66674 shouldn't be
1947.65/1952.69	WSVECS04 Frhs2[19]: 6 0 6.00007 shouldn't be
1947.65/1952.69	WSVECS04 Frhs2[31]: 6 0 2.00001 shouldn't be
1947.65/1952.69	WSVECS04 Frhs2[56]: 6 0 5.33343 shouldn't be
1947.65/1952.69	WSVECS04 Frhs2[60]: 6 0 1.33338 shouldn't be
1947.65/1952.69	WSVECS04 Frhs2[62]: 6 0 2.00009 shouldn't be
1947.65/1952.69	WSVECS04 Frhs2[64]: 6 0 1.66672 shouldn't be
1947.65/1952.69	WSVECS04 Frhs2[68]: 6 0 2.00002 shouldn't be
1947.65/1952.69	WSVECS04 Frhs2[79]: 6 0 4.00007 shouldn't be
1947.65/1952.69	WSVECS04 Frhs2[81]: 6 0 2.33341 shouldn't be
1947.65/1952.69	WSVECS04 Frhs2[82]: 6 -2.00002 0 shouldn't be
1947.65/1952.69	WSVECS04 Frhs2[118]: 6 -3.00002 0 shouldn't be
1947.65/1952.69	WSVECS04 Frhs2[130]: 6 -0.666693 0 shouldn't be
1947.65/1952.69	WSVECS04 Frhs2[138]: 6 0 5.00004 shouldn't be
1947.65/1952.69	WSVECS04 Frhs2[149]: 6 0 3.00008 shouldn't be
1947.65/1952.69	WSVECS04 Frhs2[158]: 6 0 1.00004 shouldn't be
1947.65/1952.69	WSVECS04 Frhs2[172]: 6 0 3.0001 shouldn't be
1947.65/1952.69	WSVECS04 Frhs2[182]: 6 0 3.00004 shouldn't be
1947.65/1952.69	WSVECS04 Frhs2[194]: 6 0 2.00009 shouldn't be
1948.65/1953.65	c #Conflicts:    2715000 | #Constraints:      68254
1948.65/1953.65	WSVECS04 Frhs2[13]: 6 0 1.50005 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[16]: 6 -2.00008 0 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[26]: 6 0 1.00002 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[38]: 6 -0.600077 0 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[39]: 6 -2.50007 0 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[47]: 6 -2.20007 0 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[48]: 6 0 2.00005 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[63]: 6 0 6.30008 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[66]: 6 0 2.0001 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[73]: 6 0 1.50004 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[84]: 6 -0.800012 0 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[86]: 6 0 2.00009 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[92]: 6 -1.00002 0 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[103]: 6 0 1.00002 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[115]: 6 0 1.50002 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[122]: 6 0 4.00001 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[125]: 6 0 3.50008 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[129]: 6 0 1.90002 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[132]: 6 -1.60007 0 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[135]: 6 0 2.70007 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[141]: 6 0 5.70008 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[146]: 6 0 3.50005 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[173]: 6 0 3.20007 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[175]: 6 0 0.900093 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[180]: 6 0 1.20007 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[193]: 6 0 4.70009 shouldn't be
1948.65/1953.65	WSVECS04 Frhs2[196]: 6 0 2.00006 shouldn't be
1952.64/1957.62	c #Conflicts:    2716000 | #Constraints:      69254
1952.64/1957.62	c #Conflicts:    2717000 | #Constraints:      70254
1952.64/1957.62	c #Conflicts:    2718000 | #Constraints:      71254
1952.64/1957.62	c #Conflicts:    2719000 | #Constraints:      72254
1952.64/1957.62	c #Conflicts:    2720000 | #Constraints:      73254
1952.64/1957.62	c #Conflicts:    2721000 | #Constraints:      74254
1952.64/1957.62	WSVECS04 Frhs2[32]: 6 0 1.00002 shouldn't be
1952.64/1957.62	WSVECS04 Frhs2[33]: 6 0 2.05236 shouldn't be
1952.64/1957.62	WSVECS04 Frhs2[113]: 6 0 1.00005 shouldn't be
1952.64/1957.62	WSVECS04 Frhs2[123]: 6 0 1.00006 shouldn't be
1952.64/1957.62	WSVECS04 Frhs2[139]: 6 0 2.09304 shouldn't be
1952.64/1957.62	WSVECS04 Frhs2[152]: 6 0 1.59304 shouldn't be
1952.64/1957.62	WSVECS04 Frhs2[155]: 6 0 1.64541 shouldn't be
1952.64/1957.62	WSVECS04 Frhs2[172]: 6 -0.662847 0 shouldn't be
1952.64/1957.62	WSVECS04 Frhs2[185]: 6 0 2.00009 shouldn't be
1952.64/1957.62	WSVECS04 Frhs2[193]: 6 0 2.20936 shouldn't be
1961.82/1966.83	c #Conflicts:    2722000 | #Constraints:      75254
1961.82/1966.83	c #Conflicts:    2723000 | #Constraints:      76254
1961.82/1966.83	c #Conflicts:    2724000 | #Constraints:      77254
1961.82/1966.83	c #Conflicts:    2725000 | #Constraints:      78254
1961.82/1966.83	c #Conflicts:    2726000 | #Constraints:      79254
1961.82/1966.83	c #Conflicts:    2727000 | #Constraints:      80254
1961.82/1966.83	c #Conflicts:    2728000 | #Constraints:      81254
1961.82/1966.83	c #Conflicts:    2729000 | #Constraints:      82254
1961.82/1966.83	c #Conflicts:    2730000 | #Constraints:      83254
1961.82/1966.83	c #Conflicts:    2731000 | #Constraints:      84254
1961.82/1966.83	c #Conflicts:    2732000 | #Constraints:      85254
1961.82/1966.83	c #Conflicts:    2733000 | #Constraints:      86254
1961.82/1966.83	c #Conflicts:    2734000 | #Constraints:      87254
1961.82/1966.83	WSVECS04 Frhs2[9]: 6 -4.69437 0 shouldn't be
1961.82/1966.83	WSVECS04 Frhs2[40]: 6 0 2.00008 shouldn't be
1961.82/1966.83	WSVECS04 Frhs2[64]: 6 0 3.70314 shouldn't be
1961.82/1966.83	WSVECS04 Frhs2[69]: 6 0 3.57645 shouldn't be
1961.82/1966.83	WSVECS04 Frhs2[83]: 6 0 2.39304 shouldn't be
1961.82/1966.83	WSVECS04 Frhs2[138]: 6 0 1.99133 shouldn't be
1961.82/1966.83	WSVECS04 Frhs2[143]: 6 0 1.00001 shouldn't be
1961.82/1966.83	WSVECS04 Frhs2[171]: 6 0 3.39309 shouldn't be
1962.71/1967.73	c #Conflicts:    2735000 | #Constraints:      88254
1962.71/1967.73	WSVECS04 Frhs2[10]: 6 0 1.00005 shouldn't be
1962.71/1967.73	WSVECS04 Frhs2[22]: 6 -3.00005 0 shouldn't be
1962.71/1967.73	WSVECS04 Frhs2[25]: 6 -3.0001 0 shouldn't be
1962.71/1967.73	WSVECS04 Frhs2[28]: 6 0 6.00007 shouldn't be
1962.71/1967.73	WSVECS04 Frhs2[34]: 6 0 5.0001 shouldn't be
1962.71/1967.73	WSVECS04 Frhs2[51]: 6 0 2.00002 shouldn't be
1962.71/1967.73	WSVECS04 Frhs2[54]: 6 0 3.00006 shouldn't be
1962.71/1967.73	WSVECS04 Frhs2[81]: 6 0 3.00007 shouldn't be
1962.71/1967.73	WSVECS04 Frhs2[107]: 6 -8.0001 0 shouldn't be
1962.71/1967.73	WSVECS04 Frhs2[111]: 6 0 4.00006 shouldn't be
1962.71/1967.73	WSVECS04 Frhs2[117]: 6 0 2.00004 shouldn't be
1962.71/1967.73	WSVECS04 Frhs2[140]: 6 0 1.00009 shouldn't be
1962.71/1967.73	WSVECS04 Frhs2[150]: 6 0 1.00004 shouldn't be
1962.71/1967.73	WSVECS04 Frhs2[153]: 6 0 4.00008 shouldn't be
1962.71/1967.73	WSVECS04 Frhs2[169]: 6 0 6.00007 shouldn't be
1962.71/1967.73	WSVECS04 Frhs2[178]: 6 0 2.00009 shouldn't be
1965.91/1971.01	c #Conflicts:    2736000 | #Constraints:      89254
1965.91/1971.01	c #Conflicts:    2737000 | #Constraints:      90254
1965.91/1971.01	c #Conflicts:    2738000 | #Constraints:      91254
1965.91/1971.01	c #Conflicts:    2739000 | #Constraints:      92254
1965.91/1971.01	WSVECS04 Frhs2[18]: 6 -3.33338 0 shouldn't be
1965.91/1971.01	WSVECS04 Frhs2[20]: 6 -2.00007 0 shouldn't be
1965.91/1971.01	WSVECS04 Frhs2[25]: 6 0 2.00003 shouldn't be
1965.91/1971.01	WSVECS04 Frhs2[58]: 6 0 2.66673 shouldn't be
1965.91/1971.01	WSVECS04 Frhs2[63]: 6 -2.83341 0 shouldn't be
1965.91/1971.01	WSVECS04 Frhs2[70]: 6 0 2.00004 shouldn't be
1965.91/1971.01	WSVECS04 Frhs2[76]: 6 -5.66675 0 shouldn't be
1965.91/1971.01	WSVECS04 Frhs2[78]: 6 -3.00005 0 shouldn't be
1965.91/1971.01	WSVECS04 Frhs2[122]: 6 0 2.33342 shouldn't be
1965.91/1971.01	WSVECS04 Frhs2[138]: 6 0 2.50004 shouldn't be
1965.91/1971.01	WSVECS04 Frhs2[165]: 6 0 2.00007 shouldn't be
1965.91/1971.01	WSVECS04 Frhs2[172]: 6 -1.00009 0 shouldn't be
1965.91/1971.01	WSVECS04 Frhs2[177]: 6 0 1.00003 shouldn't be
1965.91/1971.01	WSVECS04 Frhs2[178]: 6 0 3.33343 shouldn't be
1965.91/1971.01	WSVECS04 Frhs2[185]: 6 0 3.00004 shouldn't be
1968.90/1974.00	c #Conflicts:    2740000 | #Constraints:      93254
1968.90/1974.00	c #Conflicts:    2741000 | #Constraints:      94254
1968.90/1974.00	c #Conflicts:    2742000 | #Constraints:      95254
1968.90/1974.00	WSVECS04 Frhs2[5]: 6 0 2.00007 shouldn't be
1968.90/1974.00	WSVECS04 Frhs2[13]: 6 0 3.00009 shouldn't be
1968.90/1974.00	WSVECS04 Frhs2[18]: 6 0 1.00008 shouldn't be
1968.90/1974.00	WSVECS04 Frhs2[26]: 6 0 1.00008 shouldn't be
1968.90/1974.00	WSVECS04 Frhs2[50]: 6 0 5.6667 shouldn't be
1968.90/1974.00	WSVECS04 Frhs2[98]: 6 0 3.00006 shouldn't be
1968.90/1974.00	WSVECS04 Frhs2[99]: 6 -2.66669 0 shouldn't be
1968.90/1974.00	WSVECS04 Frhs2[101]: 6 0 4.00002 shouldn't be
1968.90/1974.00	WSVECS04 Frhs2[115]: 6 0 2.00003 shouldn't be
1968.90/1974.00	WSVECS04 Frhs2[121]: 6 0 1.00001 shouldn't be
1968.90/1974.00	WSVECS04 Frhs2[139]: 6 0 1.00003 shouldn't be
1968.90/1974.00	WSVECS04 Frhs2[143]: 6 0 1.0001 shouldn't be
1968.90/1974.00	WSVECS04 Frhs2[155]: 6 0 3.00002 shouldn't be
1968.90/1974.00	WSVECS04 Frhs2[159]: 6 0 2.00009 shouldn't be
1968.90/1974.00	WSVECS04 Frhs2[183]: 6 0 1.00002 shouldn't be
1968.90/1974.00	WSVECS04 Frhs2[196]: 6 0 1.00008 shouldn't be
1971.39/1976.41	c #Conflicts:    2743000 | #Constraints:      96254
1971.39/1976.41	c #Conflicts:    2744000 | #Constraints:      97254
1971.39/1976.41	c #Conflicts:    2745000 | #Constraints:      98254
1971.39/1976.41	WSVECS04 Frhs2[13]: 6 -9.30335 0 shouldn't be
1971.39/1976.41	WSVECS04 Frhs2[19]: 6 0 7.46451 shouldn't be
1971.39/1976.41	WSVECS04 Frhs2[40]: 6 -1.33884 0 shouldn't be
1971.39/1976.41	WSVECS04 Frhs2[58]: 6 0 4.47816 shouldn't be
1971.39/1976.41	WSVECS04 Frhs2[74]: 6 -5.55747 0 shouldn't be
1971.39/1976.41	WSVECS04 Frhs2[83]: 6 0 2.00002 shouldn't be
1971.39/1976.41	WSVECS04 Frhs2[84]: 6 0 1.00006 shouldn't be
1971.39/1976.41	WSVECS04 Frhs2[85]: 6 0 3.00003 shouldn't be
1971.39/1976.41	WSVECS04 Frhs2[86]: 6 0 3.05744 shouldn't be
1971.39/1976.41	WSVECS04 Frhs2[106]: 6 0 1.49183 shouldn't be
1971.39/1976.41	WSVECS04 Frhs2[173]: 6 -7.81973 0 shouldn't be
1971.39/1976.41	WSVECS04 Frhs2[183]: 6 0 2.23777 shouldn't be
1971.39/1976.41	WSVECS04 Frhs2[193]: 6 -8.0738 0 shouldn't be
1973.10/1978.18	c #Conflicts:    2746000 | #Constraints:      99254
1973.10/1978.18	c #Conflicts:    2747000 | #Constraints:     100254
1973.10/1978.18	c INPROCESSING
1973.10/1978.18	c GARBAGE COLLECT
1973.10/1978.18	c rational objective -109
1974.88/1979.99	c #Conflicts:    2748000 | #Constraints:      59717
1974.88/1979.99	c #Conflicts:    2749000 | #Constraints:      60717
1974.88/1979.99	WSVECS04 Frhs2[8]: 6 0 2.08341 shouldn't be
1974.88/1979.99	WSVECS04 Frhs2[23]: 6 -7.25004 0 shouldn't be
1974.88/1979.99	WSVECS04 Frhs2[46]: 6 0 2.83335 shouldn't be
1974.88/1979.99	WSVECS04 Frhs2[63]: 6 -1.33339 0 shouldn't be
1974.88/1979.99	WSVECS04 Frhs2[80]: 6 0 3.41668 shouldn't be
1974.88/1979.99	WSVECS04 Frhs2[84]: 6 0 2.33336 shouldn't be
1974.88/1979.99	WSVECS04 Frhs2[97]: 6 0 1.16674 shouldn't be
1974.88/1979.99	WSVECS04 Frhs2[100]: 6 0 3.41676 shouldn't be
1974.88/1979.99	WSVECS04 Frhs2[108]: 6 0 1.00006 shouldn't be
1974.88/1979.99	WSVECS04 Frhs2[132]: 6 0 4.50008 shouldn't be
1974.88/1979.99	WSVECS04 Frhs2[160]: 6 0 2.00007 shouldn't be
1974.88/1979.99	WSVECS04 Frhs2[180]: 6 0 2.08338 shouldn't be
1974.88/1979.99	WSVECS04 Frhs2[182]: 6 0 3.0834 shouldn't be
1974.88/1979.99	WSVECS04 Frhs2[187]: 6 -1.7501 0 shouldn't be
1976.09/1981.18	c #Conflicts:    2750000 | #Constraints:      61717
1976.09/1981.18	c #Conflicts:    2751000 | #Constraints:      62717
1976.09/1981.18	WSVECS04 Frhs2[45]: 6 0 1.91304 shouldn't be
1976.09/1981.18	WSVECS04 Frhs2[57]: 6 0 2.40274 shouldn't be
1976.09/1981.18	WSVECS04 Frhs2[77]: 6 0 1.00008 shouldn't be
1976.09/1981.18	WSVECS04 Frhs2[93]: 6 -3.00009 0 shouldn't be
1976.09/1981.18	WSVECS04 Frhs2[117]: 6 0 3.2746 shouldn't be
1976.09/1981.18	WSVECS04 Frhs2[125]: 6 0 2.00002 shouldn't be
1976.09/1981.18	WSVECS04 Frhs2[183]: 6 0 1.45492 shouldn't be
1976.09/1981.18	WSVECS04 Frhs2[194]: 6 0 3.00005 shouldn't be
1982.26/1987.34	c #Conflicts:    2752000 | #Constraints:      63717
1982.26/1987.34	c #Conflicts:    2753000 | #Constraints:      64717
1982.26/1987.34	c #Conflicts:    2754000 | #Constraints:      65717
1982.26/1987.34	c #Conflicts:    2755000 | #Constraints:      66717
1982.26/1987.34	c #Conflicts:    2756000 | #Constraints:      67717
1982.26/1987.34	c #Conflicts:    2757000 | #Constraints:      68717
1982.26/1987.34	c #Conflicts:    2758000 | #Constraints:      69717
1982.26/1987.34	c #Conflicts:    2759000 | #Constraints:      70717
1982.26/1987.34	c #Conflicts:    2760000 | #Constraints:      71717
1982.26/1987.34	WSVECS04 Frhs2[6]: 6 0 1.00002 shouldn't be
1982.26/1987.34	WSVECS04 Frhs2[18]: 6 0 1.41669 shouldn't be
1982.26/1987.34	WSVECS04 Frhs2[20]: 6 0 2.33341 shouldn't be
1982.26/1987.34	WSVECS04 Frhs2[29]: 6 0 3.66669 shouldn't be
1982.26/1987.34	WSVECS04 Frhs2[38]: 6 0 2.41672 shouldn't be
1982.26/1987.34	WSVECS04 Frhs2[48]: 6 0 1.00001 shouldn't be
1982.26/1987.34	WSVECS04 Frhs2[77]: 6 0 1.00009 shouldn't be
1982.26/1987.34	WSVECS04 Frhs2[83]: 6 0 2.41668 shouldn't be
1982.26/1987.34	WSVECS04 Frhs2[85]: 6 0 2.00002 shouldn't be
1982.26/1987.34	WSVECS04 Frhs2[99]: 6 0 2.00005 shouldn't be
1982.26/1987.34	WSVECS04 Frhs2[101]: 6 0 2.00008 shouldn't be
1982.26/1987.34	WSVECS04 Frhs2[104]: 6 -1.41672 0 shouldn't be
1982.26/1987.34	WSVECS04 Frhs2[139]: 6 0 2.00008 shouldn't be
1982.26/1987.34	WSVECS04 Frhs2[155]: 6 0 1.00008 shouldn't be
1982.26/1987.34	WSVECS04 Frhs2[172]: 6 -1.00005 0 shouldn't be
1982.26/1987.34	WSVECS04 Frhs2[177]: 6 0 2.50008 shouldn't be
1982.26/1987.34	WSVECS04 Frhs2[179]: 6 -3.16675 0 shouldn't be
1982.26/1987.34	WSVECS04 Frhs2[185]: 6 0 2.3334 shouldn't be
1982.26/1987.34	WSVECS04 Frhs2[190]: 6 0 1.33335 shouldn't be
1984.16/1989.21	c #Conflicts:    2761000 | #Constraints:      72717
1984.16/1989.21	c #Conflicts:    2762000 | #Constraints:      73717
1984.16/1989.21	c #Conflicts:    2763000 | #Constraints:      74717
1984.16/1989.21	WSVECS04 Frhs2[13]: 6 0 1.00002 shouldn't be
1984.16/1989.21	WSVECS04 Frhs2[16]: 6 -3.1819 0 shouldn't be
1984.16/1989.21	WSVECS04 Frhs2[19]: 6 0 5.36366 shouldn't be
1984.16/1989.21	WSVECS04 Frhs2[25]: 6 -1.36371 0 shouldn't be
1984.16/1989.21	WSVECS04 Frhs2[35]: 6 0 2.72737 shouldn't be
1984.16/1989.21	WSVECS04 Frhs2[41]: 6 0 1.0001 shouldn't be
1984.16/1989.21	WSVECS04 Frhs2[56]: 6 -1.81822 0 shouldn't be
1984.16/1989.21	WSVECS04 Frhs2[58]: 6 0 2.00008 shouldn't be
1984.16/1989.21	WSVECS04 Frhs2[68]: 6 0 1.36367 shouldn't be
1984.16/1989.21	WSVECS04 Frhs2[74]: 6 -3.27282 0 shouldn't be
1984.16/1989.21	WSVECS04 Frhs2[79]: 6 0 3.00009 shouldn't be
1984.16/1989.21	WSVECS04 Frhs2[82]: 6 -1.54553 0 shouldn't be
1984.16/1989.21	WSVECS04 Frhs2[86]: 6 0 1.63642 shouldn't be
1984.16/1989.21	WSVECS04 Frhs2[96]: 6 0 3.27278 shouldn't be
1984.16/1989.21	WSVECS04 Frhs2[102]: 6 0 1.72731 shouldn't be
1984.16/1989.21	WSVECS04 Frhs2[125]: 6 0 2.27282 shouldn't be
1984.16/1989.21	WSVECS04 Frhs2[130]: 6 -3.091 0 shouldn't be
1984.16/1989.21	WSVECS04 Frhs2[146]: 6 0 3.27279 shouldn't be
1984.16/1989.21	WSVECS04 Frhs2[158]: 6 0 2.81826 shouldn't be
1984.16/1989.21	WSVECS04 Frhs2[191]: 6 0 1.00001 shouldn't be
1986.65/1991.77	c #Conflicts:    2764000 | #Constraints:      75717
1986.65/1991.77	c #Conflicts:    2765000 | #Constraints:      76717
1986.65/1991.77	c #Conflicts:    2766000 | #Constraints:      77717
1986.65/1991.77	c #Conflicts:    2767000 | #Constraints:      78717
1986.65/1991.77	WSVECS04 Frhs2[8]: 6 0 1.00006 shouldn't be
1986.65/1991.77	WSVECS04 Frhs2[16]: 6 -1.42867 0 shouldn't be
1986.65/1991.77	WSVECS04 Frhs2[25]: 6 0 1.57148 shouldn't be
1986.65/1991.77	WSVECS04 Frhs2[116]: 6 0 3.57144 shouldn't be
1986.65/1991.77	WSVECS04 Frhs2[154]: 6 0 3.00002 shouldn't be
1986.65/1991.77	WSVECS04 Frhs2[155]: 6 -1.42863 0 shouldn't be
1986.65/1991.77	WSVECS04 Frhs2[164]: 6 0 2.4286 shouldn't be
1986.65/1991.77	WSVECS04 Frhs2[193]: 6 0 1.71437 shouldn't be
1987.75/1992.85	c #Conflicts:    2768000 | #Constraints:      79717
1987.75/1992.85	WSVECS04 Frhs2[35]: 6 0 1.50003 shouldn't be
1987.75/1992.85	WSVECS04 Frhs2[50]: 6 0 2.7917 shouldn't be
1987.75/1992.85	WSVECS04 Frhs2[57]: 6 0 3.25005 shouldn't be
1987.75/1992.85	WSVECS04 Frhs2[66]: 6 0 1.50008 shouldn't be
1987.75/1992.85	WSVECS04 Frhs2[117]: 6 0 2.66669 shouldn't be
1987.75/1992.85	WSVECS04 Frhs2[121]: 6 0 2.00002 shouldn't be
1987.75/1992.85	WSVECS04 Frhs2[125]: 6 -2.29175 0 shouldn't be
1987.75/1992.85	WSVECS04 Frhs2[132]: 6 0 5.29171 shouldn't be
1987.75/1992.85	WSVECS04 Frhs2[135]: 6 0 1.00003 shouldn't be
1987.75/1992.85	WSVECS04 Frhs2[150]: 6 0 3.70836 shouldn't be
1987.75/1992.85	WSVECS04 Frhs2[198]: 6 0 3.00004 shouldn't be
1997.62/2002.71	c #Conflicts:    2769000 | #Constraints:      80717
1997.62/2002.71	c #Conflicts:    2770000 | #Constraints:      81717
1997.62/2002.71	c #Conflicts:    2771000 | #Constraints:      82717
1997.62/2002.71	c #Conflicts:    2772000 | #Constraints:      83717
1997.62/2002.71	c #Conflicts:    2773000 | #Constraints:      84717
1997.62/2002.71	c #Conflicts:    2774000 | #Constraints:      85717
1997.62/2002.71	c #Conflicts:    2775000 | #Constraints:      86717
1997.62/2002.71	c #Conflicts:    2776000 | #Constraints:      87717
1997.62/2002.71	c #Conflicts:    2777000 | #Constraints:      88717
1997.62/2002.71	c #Conflicts:    2778000 | #Constraints:      89717
1997.62/2002.71	c #Conflicts:    2779000 | #Constraints:      90717
1997.62/2002.71	c #Conflicts:    2780000 | #Constraints:      91717
1997.62/2002.71	c #Conflicts:    2781000 | #Constraints:      92717
1997.62/2002.71	WSVECS04 Frhs2[5]: 6 0 2.0001 shouldn't be
1997.62/2002.71	WSVECS04 Frhs2[26]: 6 0 1.00004 shouldn't be
1997.62/2002.71	WSVECS04 Frhs2[152]: 6 0 1.86676 shouldn't be
1997.62/2002.71	WSVECS04 Frhs2[193]: 6 0 1.80006 shouldn't be
1997.62/2002.71	WSVECS04 Frhs2[196]: 6 0 1.00001 shouldn't be
1998.82/2003.90	c #Conflicts:    2782000 | #Constraints:      93717
1998.82/2003.90	WSVECS04 Frhs2[6]: 6 0 1.0001 shouldn't be
1998.82/2003.90	WSVECS04 Frhs2[8]: 6 0 2.00003 shouldn't be
1998.82/2003.90	WSVECS04 Frhs2[14]: 6 0 1.00006 shouldn't be
1998.82/2003.90	WSVECS04 Frhs2[20]: 6 -0.500099 0 shouldn't be
1998.82/2003.90	WSVECS04 Frhs2[32]: 6 0 1.00001 shouldn't be
1998.82/2003.90	WSVECS04 Frhs2[50]: 6 0 4.50007 shouldn't be
1998.82/2003.90	WSVECS04 Frhs2[51]: 6 0 2.5001 shouldn't be
1998.82/2003.90	WSVECS04 Frhs2[52]: 6 0 4.00007 shouldn't be
1998.82/2003.90	WSVECS04 Frhs2[57]: 6 -2.00004 0 shouldn't be
1998.82/2003.90	WSVECS04 Frhs2[63]: 6 0 2.00002 shouldn't be
1998.82/2003.90	WSVECS04 Frhs2[107]: 6 0 2.00003 shouldn't be
1998.82/2003.90	WSVECS04 Frhs2[110]: 6 0 2.00008 shouldn't be
1998.82/2003.90	WSVECS04 Frhs2[117]: 6 0 1.00004 shouldn't be
1998.82/2003.90	WSVECS04 Frhs2[129]: 6 0 4.00001 shouldn't be
1998.82/2003.90	WSVECS04 Frhs2[147]: 6 0 3.0001 shouldn't be
1998.82/2003.90	WSVECS04 Frhs2[180]: 6 0 5.00004 shouldn't be
1999.52/2004.61	c #Conflicts:    2783000 | #Constraints:      94717
1999.52/2004.61	c INPROCESSING
1999.52/2004.61	c GARBAGE COLLECT
1999.52/2004.61	c rational objective -109
2026.15/2031.31	c #Conflicts:    2784000 | #Constraints:      57149
2026.15/2031.31	c #Conflicts:    2785000 | #Constraints:      58152
2026.15/2031.31	c #Conflicts:    2786000 | #Constraints:      59158
2026.15/2031.31	c #Conflicts:    2787000 | #Constraints:      60163
2026.15/2031.31	c #Conflicts:    2788000 | #Constraints:      61165
2026.15/2031.31	c #Conflicts:    2789000 | #Constraints:      62174
2026.15/2031.31	c #Conflicts:    2790000 | #Constraints:      63178
2026.15/2031.31	c #Conflicts:    2791000 | #Constraints:      64178
2026.15/2031.31	c #Conflicts:    2792000 | #Constraints:      65181
2026.15/2031.31	c #Conflicts:    2793000 | #Constraints:      66181
2026.15/2031.31	c #Conflicts:    2794000 | #Constraints:      67184
2026.15/2031.31	c #Conflicts:    2795000 | #Constraints:      68188
2026.15/2031.31	c #Conflicts:    2796000 | #Constraints:      69190
2026.15/2031.31	c #Conflicts:    2797000 | #Constraints:      70190
2026.15/2031.31	c #Conflicts:    2798000 | #Constraints:      71190
2026.15/2031.31	c #Conflicts:    2799000 | #Constraints:      72192
2026.15/2031.31	c #Conflicts:    2800000 | #Constraints:      73192
2026.15/2031.31	c #Conflicts:    2801000 | #Constraints:      74196
2026.15/2031.31	c #Conflicts:    2802000 | #Constraints:      75197
2026.15/2031.31	c #Conflicts:    2803000 | #Constraints:      76197
2026.15/2031.31	c #Conflicts:    2804000 | #Constraints:      77197
2026.15/2031.31	c #Conflicts:    2805000 | #Constraints:      78197
2026.15/2031.31	c #Conflicts:    2806000 | #Constraints:      79198
2026.15/2031.31	c #Conflicts:    2807000 | #Constraints:      80198
2026.15/2031.31	c #Conflicts:    2808000 | #Constraints:      81198
2026.15/2031.31	c #Conflicts:    2809000 | #Constraints:      82198
2026.15/2031.31	c #Conflicts:    2810000 | #Constraints:      83199
2026.15/2031.31	c #Conflicts:    2811000 | #Constraints:      84202
2026.15/2031.31	c #Conflicts:    2812000 | #Constraints:      85206
2026.15/2031.31	c #Conflicts:    2813000 | #Constraints:      86209
2026.15/2031.31	c #Conflicts:    2814000 | #Constraints:      87210
2026.15/2031.31	c #Conflicts:    2815000 | #Constraints:      88212
2026.15/2031.31	c #Conflicts:    2816000 | #Constraints:      89217
2026.15/2031.31	c #Conflicts:    2817000 | #Constraints:      90217
2026.15/2031.31	c #Conflicts:    2818000 | #Constraints:      91217
2026.15/2031.31	c #Conflicts:    2819000 | #Constraints:      92220
2026.15/2031.31	c #Conflicts:    2820000 | #Constraints:      93221
2026.15/2031.31	c #Conflicts:    2821000 | #Constraints:      94227
2026.15/2031.31	c #Conflicts:    2822000 | #Constraints:      95227
2026.15/2031.31	WSVECS04 Frhs2[1]: 6 -0.107183 0 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[9]: 6 0 1.00009 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[13]: 6 0 2.00005 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[17]: 6 -0.94652 0 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[20]: 6 0 2.00004 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[21]: 6 0 3.00005 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[23]: 6 0 1.10716 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[27]: 6 0 2.0001 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[33]: 6 0 2.00007 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[44]: 6 -2.00003 0 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[54]: 6 0 4.39292 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[60]: 6 0 3.00009 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[61]: 6 0 4.89287 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[63]: 6 0 2.0001 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[67]: 6 0 1.00006 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[83]: 6 0 1.00008 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[90]: 6 0 2.00003 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[94]: 6 0 2.00002 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[97]: 6 0 2.00008 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[98]: 6 0 1.0001 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[111]: 6 0 3.58932 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[115]: 6 0 1.00004 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[116]: 6 0 1.00003 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[120]: 6 0 1.58932 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[121]: 6 0 1.23217 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[124]: 6 0 1.00005 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[133]: 6 0 1.6072 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[136]: 6 0 2.00005 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[137]: 6 0 3.05358 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[139]: 6 0 1.00002 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[143]: 6 0 1.05361 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[149]: 6 0 3.0179 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[153]: 6 -0.0536588 0 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[155]: 6 0 1.00004 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[156]: 6 0 1.00005 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[160]: 6 0 2.00009 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[166]: 6 0 3.00004 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[172]: 6 -0.946464 0 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[175]: 6 0 3.00008 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[180]: 6 0 1.00005 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[183]: 6 0 1.00006 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[185]: 6 0 1.00004 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[189]: 6 0 2.00002 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[191]: 6 0 1.0001 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[193]: 6 0 2.00008 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[197]: 6 0 1.00006 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[198]: 6 0 1.00003 shouldn't be
2026.15/2031.31	WSVECS04 Frhs2[199]: 6 0 3.00002 shouldn't be
2026.45/2031.68	WSVECS04 Frhs2[18]: 6 0 3.94646 shouldn't be
2026.45/2031.68	WSVECS04 Frhs2[28]: 6 0 2.12503 shouldn't be
2026.45/2031.68	WSVECS04 Frhs2[57]: 6 0 2.89289 shouldn't be
2026.45/2031.68	WSVECS04 Frhs2[101]: 6 0 1.00002 shouldn't be
2026.45/2031.68	WSVECS04 Frhs2[169]: 6 0 6.33933 shouldn't be
2026.45/2031.68	WSVECS04 Frhs2[190]: 6 0 2.00005 shouldn't be
2102.77/2108.13	c #Conflicts:    2823000 | #Constraints:      96228
2102.77/2108.13	c #Conflicts:    2824000 | #Constraints:      97228
2102.77/2108.13	c #Conflicts:    2825000 | #Constraints:      98228
2102.77/2108.13	c #Conflicts:    2826000 | #Constraints:      99228
2102.77/2108.13	c #Conflicts:    2827000 | #Constraints:     100228
2102.77/2108.13	c #Conflicts:    2828000 | #Constraints:     101228
2102.77/2108.13	c #Conflicts:    2829000 | #Constraints:     102228
2102.77/2108.13	c #Conflicts:    2830000 | #Constraints:     103228
2102.77/2108.13	c #Conflicts:    2831000 | #Constraints:     104228
2102.77/2108.13	c #Conflicts:    2832000 | #Constraints:     105229
2102.77/2108.13	c #Conflicts:    2833000 | #Constraints:     106229
2102.77/2108.13	c #Conflicts:    2834000 | #Constraints:     107234
2102.77/2108.13	c #Conflicts:    2835000 | #Constraints:     108234
2102.77/2108.13	c #Conflicts:    2836000 | #Constraints:     109235
2102.77/2108.13	c #Conflicts:    2837000 | #Constraints:     110236
2102.77/2108.13	c #Conflicts:    2838000 | #Constraints:     111236
2102.77/2108.13	c #Conflicts:    2839000 | #Constraints:     112238
2102.77/2108.13	c #Conflicts:    2840000 | #Constraints:     113242
2102.77/2108.13	c #Conflicts:    2841000 | #Constraints:     114243
2102.77/2108.13	c #Conflicts:    2842000 | #Constraints:     115243
2102.77/2108.13	c #Conflicts:    2843000 | #Constraints:     116243
2102.77/2108.13	c #Conflicts:    2844000 | #Constraints:     117243
2102.77/2108.13	c #Conflicts:    2845000 | #Constraints:     118243
2102.77/2108.13	c #Conflicts:    2846000 | #Constraints:     119243
2102.77/2108.13	c #Conflicts:    2847000 | #Constraints:     120245
2102.77/2108.13	c #Conflicts:    2848000 | #Constraints:     121245
2102.77/2108.13	c #Conflicts:    2849000 | #Constraints:     122247
2102.77/2108.13	c #Conflicts:    2850000 | #Constraints:     123248
2102.77/2108.13	c #Conflicts:    2851000 | #Constraints:     124249
2102.77/2108.13	c #Conflicts:    2852000 | #Constraints:     125251
2102.77/2108.13	c #Conflicts:    2853000 | #Constraints:     126252
2102.77/2108.13	c #Conflicts:    2854000 | #Constraints:     127254
2102.77/2108.13	c #Conflicts:    2855000 | #Constraints:     128254
2102.77/2108.13	c #Conflicts:    2856000 | #Constraints:     129257
2102.77/2108.13	c #Conflicts:    2857000 | #Constraints:     130259
2102.77/2108.13	c #Conflicts:    2858000 | #Constraints:     131260
2102.77/2108.13	c #Conflicts:    2859000 | #Constraints:     132261
2102.77/2108.13	c #Conflicts:    2860000 | #Constraints:     133261
2102.77/2108.13	c #Conflicts:    2861000 | #Constraints:     134261
2102.77/2108.13	c #Conflicts:    2862000 | #Constraints:     135261
2102.77/2108.13	c #Conflicts:    2863000 | #Constraints:     136262
2102.77/2108.13	c #Conflicts:    2864000 | #Constraints:     137263
2102.77/2108.13	c #Conflicts:    2865000 | #Constraints:     138263
2102.77/2108.13	c #Conflicts:    2866000 | #Constraints:     139264
2102.77/2108.13	c #Conflicts:    2867000 | #Constraints:     140264
2102.77/2108.13	c #Conflicts:    2868000 | #Constraints:     141266
2102.77/2108.13	c #Conflicts:    2869000 | #Constraints:     142268
2102.77/2108.13	c #Conflicts:    2870000 | #Constraints:     143268
2102.77/2108.13	c #Conflicts:    2871000 | #Constraints:     144270
2102.77/2108.13	c #Conflicts:    2872000 | #Constraints:     145270
2102.77/2108.13	c #Conflicts:    2873000 | #Constraints:     146274
2102.77/2108.13	c #Conflicts:    2874000 | #Constraints:     147274
2102.77/2108.13	c #Conflicts:    2875000 | #Constraints:     148274
2102.77/2108.13	c #Conflicts:    2876000 | #Constraints:     149277
2102.77/2108.13	c #Conflicts:    2877000 | #Constraints:     150278
2102.77/2108.13	c #Conflicts:    2878000 | #Constraints:     151278
2102.77/2108.13	c #Conflicts:    2879000 | #Constraints:     152280
2102.77/2108.13	c #Conflicts:    2880000 | #Constraints:     153281
2102.77/2108.13	c #Conflicts:    2881000 | #Constraints:     154281
2102.77/2108.13	c #Conflicts:    2882000 | #Constraints:     155281
2102.77/2108.13	c #Conflicts:    2883000 | #Constraints:     156282
2102.77/2108.13	c #Conflicts:    2884000 | #Constraints:     157284
2102.77/2108.13	c #Conflicts:    2885000 | #Constraints:     158284
2102.77/2108.13	c #Conflicts:    2886000 | #Constraints:     159284
2102.77/2108.13	c #Conflicts:    2887000 | #Constraints:     160285
2102.77/2108.13	c #Conflicts:    2888000 | #Constraints:     161286
2102.77/2108.13	c #Conflicts:    2889000 | #Constraints:     162287
2102.77/2108.13	c #Conflicts:    2890000 | #Constraints:     163287
2102.77/2108.13	c #Conflicts:    2891000 | #Constraints:     164291
2102.77/2108.13	c #Conflicts:    2892000 | #Constraints:     165291
2102.77/2108.13	c #Conflicts:    2893000 | #Constraints:     166292
2102.77/2108.13	c #Conflicts:    2894000 | #Constraints:     167292
2102.77/2108.13	c #Conflicts:    2895000 | #Constraints:     168292
2102.77/2108.13	c #Conflicts:    2896000 | #Constraints:     169293
2102.77/2108.13	c #Conflicts:    2897000 | #Constraints:     170296
2102.77/2108.13	c #Conflicts:    2898000 | #Constraints:     171297
2102.77/2108.13	c #Conflicts:    2899000 | #Constraints:     172298
2102.77/2108.13	c #Conflicts:    2900000 | #Constraints:     173299
2102.77/2108.13	c #Conflicts:    2901000 | #Constraints:     174301
2129.18/2134.64	c #Conflicts:    2902000 | #Constraints:     175302
2129.18/2134.64	c #Conflicts:    2903000 | #Constraints:     176305
2129.18/2134.64	c #Conflicts:    2904000 | #Constraints:     177306
2129.18/2134.64	c #Conflicts:    2905000 | #Constraints:     178306
2129.18/2134.64	c #Conflicts:    2906000 | #Constraints:     179309
2129.18/2134.64	c #Conflicts:    2907000 | #Constraints:     180311
2129.18/2134.64	c #Conflicts:    2908000 | #Constraints:     181313
2129.18/2134.64	c #Conflicts:    2909000 | #Constraints:     182314
2129.18/2134.64	c #Conflicts:    2910000 | #Constraints:     183314
2129.18/2134.64	c #Conflicts:    2911000 | #Constraints:     184314
2129.18/2134.64	c #Conflicts:    2912000 | #Constraints:     185314
2129.18/2134.64	c #Conflicts:    2913000 | #Constraints:     186318
2129.18/2134.64	c #Conflicts:    2914000 | #Constraints:     187319
2129.18/2134.64	c #Conflicts:    2915000 | #Constraints:     188323
2129.18/2134.64	c #Conflicts:    2916000 | #Constraints:     189328
2129.18/2134.64	c #Conflicts:    2917000 | #Constraints:     190331
2129.18/2134.64	c #Conflicts:    2918000 | #Constraints:     191336
2129.18/2134.64	c #Conflicts:    2919000 | #Constraints:     192338
2129.18/2134.64	c #Conflicts:    2920000 | #Constraints:     193339
2129.18/2134.64	c #Conflicts:    2921000 | #Constraints:     194341
2129.18/2134.64	c #Conflicts:    2922000 | #Constraints:     195343
2129.18/2134.64	c #Conflicts:    2923000 | #Constraints:     196344
2129.18/2134.64	c INPROCESSING
2129.18/2134.64	c GARBAGE COLLECT
2129.18/2134.64	c rational objective -109
2135.58/2141.03	c #Conflicts:    2924000 | #Constraints:     107884
2135.58/2141.03	c #Conflicts:    2925000 | #Constraints:     108884
2135.58/2141.03	c #Conflicts:    2926000 | #Constraints:     109884
2135.58/2141.03	c #Conflicts:    2927000 | #Constraints:     110884
2135.58/2141.03	c #Conflicts:    2928000 | #Constraints:     111884
2135.58/2141.03	c #Conflicts:    2929000 | #Constraints:     112884
2135.58/2141.03	c #Conflicts:    2930000 | #Constraints:     113884
2135.58/2141.03	WSVECS04 Frhs2[3]: 6 0 1.00003 shouldn't be
2135.58/2141.03	WSVECS04 Frhs2[5]: 6 0 2.00005 shouldn't be
2135.58/2141.03	WSVECS04 Frhs2[10]: 6 0 4.00002 shouldn't be
2135.58/2141.03	WSVECS04 Frhs2[41]: 6 0 1.00009 shouldn't be
2135.58/2141.03	WSVECS04 Frhs2[53]: 6 0 3.00005 shouldn't be
2135.58/2141.03	WSVECS04 Frhs2[64]: 6 -4.00006 0 shouldn't be
2135.58/2141.03	WSVECS04 Frhs2[93]: 6 -1.00005 0 shouldn't be
2135.58/2141.03	WSVECS04 Frhs2[102]: 6 0 2.00001 shouldn't be
2135.58/2141.03	WSVECS04 Frhs2[121]: 6 0 2.00001 shouldn't be
2135.58/2141.03	WSVECS04 Frhs2[128]: 6 0 2.0001 shouldn't be
2135.58/2141.03	WSVECS04 Frhs2[129]: 6 0 2.00005 shouldn't be
2135.58/2141.03	WSVECS04 Frhs2[132]: 6 -1.50005 0 shouldn't be
2135.58/2141.03	WSVECS04 Frhs2[139]: 6 0 1.00007 shouldn't be
2135.58/2141.03	WSVECS04 Frhs2[142]: 6 0 1.00004 shouldn't be
2135.58/2141.03	WSVECS04 Frhs2[150]: 6 0 3.00006 shouldn't be
2135.58/2141.03	WSVECS04 Frhs2[183]: 6 0 2.00003 shouldn't be
2135.58/2141.03	WSVECS04 Frhs2[184]: 6 0 2.00008 shouldn't be
2135.58/2141.03	WSVECS04 Frhs2[192]: 6 0 2.00002 shouldn't be
2135.58/2141.03	WSVECS04 Frhs2[196]: 6 0 1.00004 shouldn't be
2135.86/2141.36	WSVECS04 Frhs2[30]: 6 0 4.00006 shouldn't be
2135.86/2141.36	WSVECS04 Frhs2[103]: 6 0 3.00007 shouldn't be
2135.86/2141.36	WSVECS04 Frhs2[113]: 6 0 1.00008 shouldn't be
2135.86/2141.36	WSVECS04 Frhs2[180]: 6 0 3.00004 shouldn't be
2140.67/2146.18	c #Conflicts:    2931000 | #Constraints:     114884
2140.67/2146.18	c #Conflicts:    2932000 | #Constraints:     115884
2140.67/2146.18	c #Conflicts:    2933000 | #Constraints:     116884
2140.67/2146.18	c #Conflicts:    2934000 | #Constraints:     117884
2140.67/2146.18	c #Conflicts:    2935000 | #Constraints:     118884
2140.67/2146.18	c #Conflicts:    2936000 | #Constraints:     119884
2140.67/2146.18	WSVECS04 Frhs2[3]: 6 0 1.00008 shouldn't be
2140.67/2146.18	WSVECS04 Frhs2[18]: 6 0 1.50001 shouldn't be
2140.67/2146.18	WSVECS04 Frhs2[38]: 6 0 2.00007 shouldn't be
2140.67/2146.18	WSVECS04 Frhs2[80]: 6 0 4.50002 shouldn't be
2140.67/2146.18	WSVECS04 Frhs2[113]: 6 0 1.00009 shouldn't be
2140.67/2146.18	WSVECS04 Frhs2[123]: 6 0 1.00003 shouldn't be
2140.67/2146.18	WSVECS04 Frhs2[132]: 6 0 4.0001 shouldn't be
2140.67/2146.18	WSVECS04 Frhs2[177]: 6 0 2.50008 shouldn't be
2140.67/2146.18	WSVECS04 Frhs2[185]: 6 0 2.00004 shouldn't be
2140.67/2146.18	WSVECS04 Frhs2[193]: 6 0 1.50002 shouldn't be
2142.15/2147.62	c #Conflicts:    2937000 | #Constraints:     120884
2142.15/2147.62	c #Conflicts:    2938000 | #Constraints:     121884
2142.15/2147.62	WSVECS04 Frhs2[9]: 6 0 4.25305 shouldn't be
2142.15/2147.62	WSVECS04 Frhs2[19]: 6 0 3.63255 shouldn't be
2142.15/2147.62	WSVECS04 Frhs2[20]: 6 0 3.00003 shouldn't be
2142.15/2147.62	WSVECS04 Frhs2[32]: 6 0 1.00001 shouldn't be
2142.15/2147.62	WSVECS04 Frhs2[55]: 6 0 2.00004 shouldn't be
2142.15/2147.62	WSVECS04 Frhs2[68]: 6 0 4.00003 shouldn't be
2142.15/2147.62	WSVECS04 Frhs2[97]: 6 0 2.00004 shouldn't be
2142.15/2147.62	WSVECS04 Frhs2[104]: 6 0 2.00003 shouldn't be
2142.15/2147.62	WSVECS04 Frhs2[107]: 6 0 1.00004 shouldn't be
2142.15/2147.62	WSVECS04 Frhs2[110]: 6 0 2.00006 shouldn't be
2142.15/2147.62	WSVECS04 Frhs2[111]: 6 -0.0181704 0 shouldn't be
2142.15/2147.62	WSVECS04 Frhs2[118]: 6 0 1.00008 shouldn't be
2142.15/2147.62	WSVECS04 Frhs2[144]: 6 -1.01814 0 shouldn't be
2142.15/2147.62	WSVECS04 Frhs2[158]: 6 0 2.00001 shouldn't be
2142.15/2147.62	WSVECS04 Frhs2[160]: 6 0 2.27715 shouldn't be
2142.15/2147.62	WSVECS04 Frhs2[172]: 6 0 1.0001 shouldn't be
2142.15/2147.62	WSVECS04 Frhs2[179]: 6 0 1.00001 shouldn't be
2142.15/2147.62	WSVECS04 Frhs2[182]: 6 0 2.00007 shouldn't be
2142.45/2147.99	WSVECS04 Frhs2[26]: 6 0 2.00005 shouldn't be
2142.45/2147.99	WSVECS04 Frhs2[36]: 6 0 2.26514 shouldn't be
2142.45/2147.99	WSVECS04 Frhs2[62]: 6 0 3.26514 shouldn't be
2162.99/2168.56	c #Conflicts:    2939000 | #Constraints:     122884
2162.99/2168.56	c #Conflicts:    2940000 | #Constraints:     123884
2162.99/2168.56	c #Conflicts:    2941000 | #Constraints:     124884
2162.99/2168.56	c #Conflicts:    2942000 | #Constraints:     125884
2162.99/2168.56	c #Conflicts:    2943000 | #Constraints:     126884
2162.99/2168.56	c #Conflicts:    2944000 | #Constraints:     127884
2162.99/2168.56	c #Conflicts:    2945000 | #Constraints:     128884
2162.99/2168.56	c #Conflicts:    2946000 | #Constraints:     129884
2162.99/2168.56	c #Conflicts:    2947000 | #Constraints:     130884
2162.99/2168.56	c #Conflicts:    2948000 | #Constraints:     131884
2162.99/2168.56	c #Conflicts:    2949000 | #Constraints:     132884
2162.99/2168.56	c #Conflicts:    2950000 | #Constraints:     133884
2162.99/2168.56	c #Conflicts:    2951000 | #Constraints:     134884
2162.99/2168.56	c #Conflicts:    2952000 | #Constraints:     135884
2162.99/2168.56	c #Conflicts:    2953000 | #Constraints:     136884
2162.99/2168.56	c #Conflicts:    2954000 | #Constraints:     137884
2162.99/2168.56	c #Conflicts:    2955000 | #Constraints:     138884
2162.99/2168.56	c #Conflicts:    2956000 | #Constraints:     139884
2162.99/2168.56	c #Conflicts:    2957000 | #Constraints:     140884
2162.99/2168.56	c #Conflicts:    2958000 | #Constraints:     141884
2162.99/2168.56	c #Conflicts:    2959000 | #Constraints:     142884
2162.99/2168.56	c #Conflicts:    2960000 | #Constraints:     143884
2162.99/2168.56	c INPROCESSING
2162.99/2168.56	c GARBAGE COLLECT
2162.99/2168.56	c rational objective -109
2171.37/2177.00	c #Conflicts:    2961000 | #Constraints:      81694
2171.37/2177.00	c #Conflicts:    2962000 | #Constraints:      82694
2171.37/2177.00	c #Conflicts:    2963000 | #Constraints:      83694
2171.37/2177.00	c #Conflicts:    2964000 | #Constraints:      84694
2171.37/2177.00	c #Conflicts:    2965000 | #Constraints:      85694
2171.37/2177.00	c #Conflicts:    2966000 | #Constraints:      86694
2171.37/2177.00	c #Conflicts:    2967000 | #Constraints:      87694
2171.37/2177.00	c #Conflicts:    2968000 | #Constraints:      88694
2171.37/2177.00	c #Conflicts:    2969000 | #Constraints:      89694
2171.37/2177.00	c #Conflicts:    2970000 | #Constraints:      90694
2171.37/2177.00	WSVECS04 Frhs2[2]: 6 0 3.23336 shouldn't be
2171.37/2177.00	WSVECS04 Frhs2[13]: 6 0 2.60005 shouldn't be
2171.37/2177.00	WSVECS04 Frhs2[32]: 6 0 1.00002 shouldn't be
2171.37/2177.00	WSVECS04 Frhs2[38]: 6 0 5.5584 shouldn't be
2171.37/2177.00	WSVECS04 Frhs2[42]: 6 -1.00005 0 shouldn't be
2171.37/2177.00	WSVECS04 Frhs2[57]: 6 0 4.00006 shouldn't be
2171.37/2177.00	WSVECS04 Frhs2[77]: 6 0 2.15009 shouldn't be
2171.37/2177.00	WSVECS04 Frhs2[78]: 6 -7.30839 0 shouldn't be
2171.37/2177.00	WSVECS04 Frhs2[86]: 6 -1.31672 0 shouldn't be
2171.37/2177.00	WSVECS04 Frhs2[98]: 6 -5.0084 0 shouldn't be
2171.37/2177.00	WSVECS04 Frhs2[156]: 6 0 2.0001 shouldn't be
2171.37/2177.00	WSVECS04 Frhs2[182]: 6 0 5.00006 shouldn't be
2171.37/2177.00	WSVECS04 Frhs2[194]: 6 0 3.41671 shouldn't be
2176.86/2182.42	c #Conflicts:    2971000 | #Constraints:      91694
2176.86/2182.42	c #Conflicts:    2972000 | #Constraints:      92694
2176.86/2182.42	c #Conflicts:    2973000 | #Constraints:      93694
2176.86/2182.42	c #Conflicts:    2974000 | #Constraints:      94694
2176.86/2182.42	c #Conflicts:    2975000 | #Constraints:      95694
2176.86/2182.42	c #Conflicts:    2976000 | #Constraints:      96694
2176.86/2182.42	c #Conflicts:    2977000 | #Constraints:      97694
2176.86/2182.42	WSVECS04 Frhs2[3]: 6 0 1.00004 shouldn't be
2176.86/2182.42	WSVECS04 Frhs2[5]: 6 0 1.00007 shouldn't be
2176.86/2182.42	WSVECS04 Frhs2[10]: 6 0 2.97925 shouldn't be
2176.86/2182.42	WSVECS04 Frhs2[18]: 6 0 1.00009 shouldn't be
2176.86/2182.42	WSVECS04 Frhs2[29]: 6 0 2.50003 shouldn't be
2176.86/2182.42	WSVECS04 Frhs2[38]: 6 0 2.45839 shouldn't be
2176.86/2182.42	WSVECS04 Frhs2[49]: 6 0 4.83343 shouldn't be
2176.86/2182.42	WSVECS04 Frhs2[50]: 6 -0.875035 0 shouldn't be
2176.86/2182.42	WSVECS04 Frhs2[61]: 6 0 1.62506 shouldn't be
2176.86/2182.42	WSVECS04 Frhs2[69]: 6 0 2.00006 shouldn't be
2176.86/2182.42	WSVECS04 Frhs2[104]: 6 -4.54176 0 shouldn't be
2176.86/2182.42	WSVECS04 Frhs2[115]: 6 0 2.35419 shouldn't be
2176.86/2182.42	WSVECS04 Frhs2[121]: 6 -0.354195 0 shouldn't be
2176.86/2182.42	WSVECS04 Frhs2[123]: 6 0 1.35423 shouldn't be
2176.86/2182.42	WSVECS04 Frhs2[139]: 6 0 2.00008 shouldn't be
2176.86/2182.42	WSVECS04 Frhs2[149]: 6 0 5.00002 shouldn't be
2176.86/2182.42	WSVECS04 Frhs2[150]: 6 0 1.45842 shouldn't be
2176.86/2182.42	WSVECS04 Frhs2[156]: 6 0 3.00003 shouldn't be
2176.86/2182.42	WSVECS04 Frhs2[179]: 6 0 2.93756 shouldn't be
2176.86/2182.42	WSVECS04 Frhs2[199]: 6 0 2.02087 shouldn't be
2185.33/2191.00	c #Conflicts:    2978000 | #Constraints:      98694
2185.33/2191.00	c #Conflicts:    2979000 | #Constraints:      99694
2185.33/2191.00	c #Conflicts:    2980000 | #Constraints:     100694
2185.33/2191.00	c #Conflicts:    2981000 | #Constraints:     101694
2185.33/2191.00	c #Conflicts:    2982000 | #Constraints:     102694
2185.33/2191.00	c #Conflicts:    2983000 | #Constraints:     103694
2185.33/2191.00	c #Conflicts:    2984000 | #Constraints:     104694
2185.33/2191.00	c #Conflicts:    2985000 | #Constraints:     105694
2185.33/2191.00	c #Conflicts:    2986000 | #Constraints:     106694
2185.33/2191.00	WSVECS04 Frhs2[17]: 6 0 3.0001 shouldn't be
2185.33/2191.00	WSVECS04 Frhs2[25]: 6 -2.00003 0 shouldn't be
2185.33/2191.00	WSVECS04 Frhs2[36]: 6 0 3.50002 shouldn't be
2185.33/2191.00	WSVECS04 Frhs2[52]: 6 0 2.50005 shouldn't be
2185.33/2191.00	WSVECS04 Frhs2[55]: 6 0 1.00002 shouldn't be
2185.33/2191.00	WSVECS04 Frhs2[58]: 6 0 1.50005 shouldn't be
2185.33/2191.00	WSVECS04 Frhs2[72]: 6 0 3.00002 shouldn't be
2185.33/2191.00	WSVECS04 Frhs2[74]: 6 -2.00003 0 shouldn't be
2185.33/2191.00	WSVECS04 Frhs2[75]: 6 0 1.00006 shouldn't be
2185.33/2191.00	WSVECS04 Frhs2[77]: 6 -1.00007 0 shouldn't be
2185.33/2191.00	WSVECS04 Frhs2[83]: 6 0 1.50003 shouldn't be
2185.33/2191.00	WSVECS04 Frhs2[86]: 6 0 1.50001 shouldn't be
2185.33/2191.00	WSVECS04 Frhs2[102]: 6 0 2.00007 shouldn't be
2185.33/2191.00	WSVECS04 Frhs2[103]: 6 0 2.50008 shouldn't be
2185.33/2191.00	WSVECS04 Frhs2[120]: 6 -5.0001 0 shouldn't be
2185.33/2191.00	WSVECS04 Frhs2[139]: 6 0 1.00007 shouldn't be
2185.33/2191.00	WSVECS04 Frhs2[141]: 6 0 4.00008 shouldn't be
2185.33/2191.00	WSVECS04 Frhs2[149]: 6 -1.00006 0 shouldn't be
2185.33/2191.00	WSVECS04 Frhs2[163]: 6 0 1.5001 shouldn't be
2185.33/2191.00	WSVECS04 Frhs2[168]: 6 0 2.00003 shouldn't be
2185.33/2191.00	WSVECS04 Frhs2[177]: 6 0 4.00003 shouldn't be
2185.33/2191.00	WSVECS04 Frhs2[183]: 6 0 4.00001 shouldn't be
2195.01/2200.65	c #Conflicts:    2987000 | #Constraints:     107694
2195.01/2200.65	c #Conflicts:    2988000 | #Constraints:     108694
2195.01/2200.65	c #Conflicts:    2989000 | #Constraints:     109694
2195.01/2200.65	c #Conflicts:    2990000 | #Constraints:     110694
2195.01/2200.65	c #Conflicts:    2991000 | #Constraints:     111694
2195.01/2200.65	c #Conflicts:    2992000 | #Constraints:     112694
2195.01/2200.65	c #Conflicts:    2993000 | #Constraints:     113694
2195.01/2200.65	c #Conflicts:    2994000 | #Constraints:     114694
2195.01/2200.65	c #Conflicts:    2995000 | #Constraints:     115694
2195.01/2200.65	c #Conflicts:    2996000 | #Constraints:     116694
2195.01/2200.65	c #Conflicts:    2997000 | #Constraints:     117694
2195.01/2200.65	c INPROCESSING
2195.01/2200.65	c GARBAGE COLLECT
2195.01/2200.65	c rational objective -109
2198.90/2204.59	c #Conflicts:    2998000 | #Constraints:      68550
2198.90/2204.59	c #Conflicts:    2999000 | #Constraints:      69550
2198.90/2204.59	c #Conflicts:    3000000 | #Constraints:      70550
2198.90/2204.59	c #Conflicts:    3001000 | #Constraints:      71550
2198.90/2204.59	c #Conflicts:    3002000 | #Constraints:      72550
2198.90/2204.59	WSVECS04 Frhs2[2]: 6 0 1.0001 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[9]: 6 0 1.26096 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[12]: 6 0 2.47831 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[33]: 6 0 2.00006 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[68]: 6 0 1.00009 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[77]: 6 0 3.17397 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[92]: 6 0 1.00007 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[104]: 6 -1.91308 0 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[105]: 6 0 1.00004 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[106]: 6 -1.43488 0 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[107]: 6 -1.13049 0 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[132]: 6 0 2.00008 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[137]: 6 -1.8261 0 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[138]: 6 0 4.00002 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[153]: 6 -0.913097 0 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[166]: 6 0 1.5218 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[170]: 6 0 2.08703 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[172]: 6 0 2.00003 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[173]: 6 0 1.00003 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[175]: 6 0 1.17398 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[178]: 6 0 2.08699 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[189]: 6 0 1.00007 shouldn't be
2198.90/2204.59	WSVECS04 Frhs2[198]: 6 0 1.00009 shouldn't be
2210.67/2216.40	c #Conflicts:    3003000 | #Constraints:      73550
2210.67/2216.40	c #Conflicts:    3004000 | #Constraints:      74550
2210.67/2216.40	c #Conflicts:    3005000 | #Constraints:      75550
2210.67/2216.40	c #Conflicts:    3006000 | #Constraints:      76550
2210.67/2216.40	c #Conflicts:    3007000 | #Constraints:      77550
2210.67/2216.40	c #Conflicts:    3008000 | #Constraints:      78550
2210.67/2216.40	c #Conflicts:    3009000 | #Constraints:      79550
2210.67/2216.40	c #Conflicts:    3010000 | #Constraints:      80550
2210.67/2216.40	c #Conflicts:    3011000 | #Constraints:      81550
2210.67/2216.40	c #Conflicts:    3012000 | #Constraints:      82550
2210.67/2216.40	c #Conflicts:    3013000 | #Constraints:      83550
2210.67/2216.40	c #Conflicts:    3014000 | #Constraints:      84550
2210.67/2216.40	c #Conflicts:    3015000 | #Constraints:      85550
2210.67/2216.40	c #Conflicts:    3016000 | #Constraints:      86550
2210.67/2216.40	c #Conflicts:    3017000 | #Constraints:      87550
2210.67/2216.40	c #Conflicts:    3018000 | #Constraints:      88550
2210.67/2216.40	WSVECS04 Frhs2[18]: 6 0 1.00009 shouldn't be
2210.67/2216.40	WSVECS04 Frhs2[23]: 6 0 5.16671 shouldn't be
2210.67/2216.40	WSVECS04 Frhs2[29]: 6 -2.00002 0 shouldn't be
2210.67/2216.40	WSVECS04 Frhs2[32]: 6 0 1.00001 shouldn't be
2210.67/2216.40	WSVECS04 Frhs2[36]: 6 0 3.00004 shouldn't be
2210.67/2216.40	WSVECS04 Frhs2[58]: 6 0 2.00008 shouldn't be
2210.67/2216.40	WSVECS04 Frhs2[107]: 6 0 3.00007 shouldn't be
2210.67/2216.40	WSVECS04 Frhs2[116]: 6 0 5.00004 shouldn't be
2210.67/2216.40	WSVECS04 Frhs2[139]: 6 0 2.00004 shouldn't be
2210.67/2216.40	WSVECS04 Frhs2[153]: 6 0 1.00003 shouldn't be
2210.67/2216.40	WSVECS04 Frhs2[156]: 6 0 2.91675 shouldn't be
2210.67/2216.40	WSVECS04 Frhs2[170]: 6 0 1.00009 shouldn't be
2210.67/2216.40	WSVECS04 Frhs2[178]: 6 -0.416741 0 shouldn't be
2210.67/2216.40	WSVECS04 Frhs2[193]: 6 0 1.41669 shouldn't be
2216.06/2221.74	c #Conflicts:    3019000 | #Constraints:      89550
2216.06/2221.74	c #Conflicts:    3020000 | #Constraints:      90550
2216.06/2221.74	c #Conflicts:    3021000 | #Constraints:      91550
2216.06/2221.74	c #Conflicts:    3022000 | #Constraints:      92550
2216.06/2221.74	c #Conflicts:    3023000 | #Constraints:      93550
2216.06/2221.74	c #Conflicts:    3024000 | #Constraints:      94550
2216.06/2221.74	WSVECS04 Frhs2[20]: 6 -1.00003 0 shouldn't be
2216.06/2221.74	WSVECS04 Frhs2[32]: 6 0 2.14293 shouldn't be
2216.06/2221.74	WSVECS04 Frhs2[45]: 6 0 1.00005 shouldn't be
2216.06/2221.74	WSVECS04 Frhs2[57]: 6 0 1.00004 shouldn't be
2216.06/2221.74	WSVECS04 Frhs2[74]: 6 0 1.00006 shouldn't be
2216.06/2221.74	WSVECS04 Frhs2[83]: 6 -3.14293 0 shouldn't be
2216.06/2221.74	WSVECS04 Frhs2[84]: 6 0 3.00005 shouldn't be
2216.06/2221.74	WSVECS04 Frhs2[85]: 6 0 2.42864 shouldn't be
2216.06/2221.74	WSVECS04 Frhs2[155]: 6 0 2.00005 shouldn't be
2216.06/2221.74	WSVECS04 Frhs2[187]: 6 0 3.00002 shouldn't be
2216.06/2221.74	WSVECS04 Frhs2[194]: 6 0 2.00002 shouldn't be
2216.06/2221.74	WSVECS04 Frhs2[197]: 6 0 1.00006 shouldn't be
2222.24/2227.95	c #Conflicts:    3025000 | #Constraints:      95550
2222.24/2227.95	c #Conflicts:    3026000 | #Constraints:      96550
2222.24/2227.95	c #Conflicts:    3027000 | #Constraints:      97550
2222.24/2227.95	c #Conflicts:    3028000 | #Constraints:      98550
2222.24/2227.95	c #Conflicts:    3029000 | #Constraints:      99550
2222.24/2227.95	c #Conflicts:    3030000 | #Constraints:     100550
2222.24/2227.95	c #Conflicts:    3031000 | #Constraints:     101550
2222.24/2227.95	WSVECS04 Frhs2[6]: 6 0 1.66672 shouldn't be
2222.24/2227.95	WSVECS04 Frhs2[10]: 6 0 2.4445 shouldn't be
2222.24/2227.95	WSVECS04 Frhs2[35]: 6 0 1.44446 shouldn't be
2222.24/2227.95	WSVECS04 Frhs2[50]: 6 0 4.55561 shouldn't be
2222.24/2227.95	WSVECS04 Frhs2[60]: 6 0 1.66668 shouldn't be
2222.24/2227.95	WSVECS04 Frhs2[64]: 6 0 2.00009 shouldn't be
2222.24/2227.95	WSVECS04 Frhs2[85]: 6 0 3.00007 shouldn't be
2222.24/2227.95	WSVECS04 Frhs2[87]: 6 -8.33335 0 shouldn't be
2222.24/2227.95	WSVECS04 Frhs2[95]: 6 -0.666722 0 shouldn't be
2222.24/2227.95	WSVECS04 Frhs2[124]: 6 -0.888987 0 shouldn't be
2222.24/2227.95	WSVECS04 Frhs2[132]: 6 -0.66673 0 shouldn't be
2222.24/2227.95	WSVECS04 Frhs2[137]: 6 -1.00008 0 shouldn't be
2222.24/2227.95	WSVECS04 Frhs2[185]: 6 -5.55561 0 shouldn't be
2223.65/2229.31	c #Conflicts:    3032000 | #Constraints:     102550
2223.65/2229.31	c #Conflicts:    3033000 | #Constraints:     103550
2223.65/2229.31	WSVECS04 Frhs2[5]: 6 0 2.00006 shouldn't be
2223.65/2229.31	WSVECS04 Frhs2[41]: 6 0 2.00006 shouldn't be
2223.65/2229.31	WSVECS04 Frhs2[45]: 6 0 2.00007 shouldn't be
2223.65/2229.31	WSVECS04 Frhs2[51]: 6 0 3.22225 shouldn't be
2223.65/2229.31	WSVECS04 Frhs2[94]: 6 -0.222293 0 shouldn't be
2223.65/2229.31	WSVECS04 Frhs2[102]: 6 0 3.00006 shouldn't be
2223.65/2229.31	WSVECS04 Frhs2[108]: 6 0 2.55561 shouldn't be
2223.65/2229.31	WSVECS04 Frhs2[128]: 6 0 1.0001 shouldn't be
2223.65/2229.31	WSVECS04 Frhs2[141]: 6 0 1.77779 shouldn't be
2223.65/2229.31	WSVECS04 Frhs2[149]: 6 -1.14824 0 shouldn't be
2223.65/2229.31	WSVECS04 Frhs2[151]: 6 0 7.51856 shouldn't be
2223.65/2229.31	WSVECS04 Frhs2[156]: 6 0 2.92598 shouldn't be
2223.65/2229.31	WSVECS04 Frhs2[184]: 6 0 2.00004 shouldn't be
2223.65/2229.31	WSVECS04 Frhs2[190]: 6 0 1.55563 shouldn't be
2224.73/2230.43	c #Conflicts:    3034000 | #Constraints:     104550
2224.73/2230.43	c INPROCESSING
2224.73/2230.43	c GARBAGE COLLECT
2224.73/2230.43	c rational objective -109
2228.44/2234.13	c #Conflicts:    3035000 | #Constraints:      61825
2228.44/2234.13	c #Conflicts:    3036000 | #Constraints:      62825
2228.44/2234.13	c #Conflicts:    3037000 | #Constraints:      63825
2228.44/2234.13	c #Conflicts:    3038000 | #Constraints:      64825
2228.44/2234.13	c #Conflicts:    3039000 | #Constraints:      65825
2228.44/2234.13	WSVECS04 Frhs2[3]: 6 0 1.00008 shouldn't be
2228.44/2234.13	WSVECS04 Frhs2[10]: 6 0 2.00002 shouldn't be
2228.44/2234.13	WSVECS04 Frhs2[11]: 6 0 3.64287 shouldn't be
2228.44/2234.13	WSVECS04 Frhs2[32]: 6 0 1.00009 shouldn't be
2228.44/2234.13	WSVECS04 Frhs2[49]: 6 0 5.32146 shouldn't be
2228.44/2234.13	WSVECS04 Frhs2[64]: 6 0 6.28578 shouldn't be
2228.44/2234.13	WSVECS04 Frhs2[96]: 6 0 2.92865 shouldn't be
2228.44/2234.13	WSVECS04 Frhs2[101]: 6 -0.321513 0 shouldn't be
2228.44/2234.13	WSVECS04 Frhs2[104]: 6 -1.57147 0 shouldn't be
2228.44/2234.13	WSVECS04 Frhs2[117]: 6 0 3.00006 shouldn't be
2228.44/2234.13	WSVECS04 Frhs2[151]: 6 -1.96439 0 shouldn't be
2228.44/2234.13	WSVECS04 Frhs2[156]: 6 0 4.00007 shouldn't be
2228.44/2234.13	WSVECS04 Frhs2[169]: 6 0 1.0001 shouldn't be
2228.44/2234.13	WSVECS04 Frhs2[170]: 6 0 2.07144 shouldn't be
2228.44/2234.13	WSVECS04 Frhs2[173]: 6 0 1.32152 shouldn't be
2228.44/2234.13	WSVECS04 Frhs2[176]: 6 0 4.00009 shouldn't be
2228.44/2234.13	WSVECS04 Frhs2[179]: 6 0 2.25003 shouldn't be
2228.44/2234.13	WSVECS04 Frhs2[192]: 6 0 1.00007 shouldn't be
2228.44/2234.13	WSVECS04 Frhs2[196]: 6 0 2.00007 shouldn't be
2229.62/2235.33	c #Conflicts:    3040000 | #Constraints:      66825
2229.62/2235.33	c #Conflicts:    3041000 | #Constraints:      67825
2229.62/2235.33	WSVECS04 Frhs2[6]: 6 0 2.85724 shouldn't be
2229.62/2235.33	WSVECS04 Frhs2[18]: 6 0 1.07148 shouldn't be
2229.62/2235.33	WSVECS04 Frhs2[20]: 6 -3.5715 0 shouldn't be
2229.62/2235.33	WSVECS04 Frhs2[36]: 6 0 3.57149 shouldn't be
2229.62/2235.33	WSVECS04 Frhs2[45]: 6 0 1.00002 shouldn't be
2229.62/2235.33	WSVECS04 Frhs2[57]: 6 0 2.00007 shouldn't be
2229.62/2235.33	WSVECS04 Frhs2[60]: 6 0 1.00005 shouldn't be
2229.62/2235.33	WSVECS04 Frhs2[63]: 6 -0.428586 0 shouldn't be
2229.62/2235.33	WSVECS04 Frhs2[73]: 6 0 3.00007 shouldn't be
2229.62/2235.33	WSVECS04 Frhs2[92]: 6 -2.57149 0 shouldn't be
2229.62/2235.33	WSVECS04 Frhs2[102]: 6 0 1.00009 shouldn't be
2229.62/2235.33	WSVECS04 Frhs2[108]: 6 -2.21431 0 shouldn't be
2229.62/2235.33	WSVECS04 Frhs2[149]: 6 0 4.28578 shouldn't be
2229.62/2235.33	WSVECS04 Frhs2[153]: 6 0 1.00006 shouldn't be
2229.62/2235.33	WSVECS04 Frhs2[155]: 6 0 2.21434 shouldn't be
2229.62/2235.33	WSVECS04 Frhs2[168]: 6 0 2.0715 shouldn't be
2229.62/2235.33	WSVECS04 Frhs2[190]: 6 0 3.00002 shouldn't be
2232.22/2237.91	c #Conflicts:    3042000 | #Constraints:      68825
2232.22/2237.91	c #Conflicts:    3043000 | #Constraints:      69825
2232.22/2237.91	c #Conflicts:    3044000 | #Constraints:      70825
2232.22/2237.91	c #Conflicts:    3045000 | #Constraints:      71825
2232.22/2237.91	WSVECS04 Frhs2[13]: 6 0 1.00005 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[19]: 6 0 3.00007 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[25]: 6 0 3.00004 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[28]: 6 0 2.50001 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[32]: 6 0 1.00008 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[33]: 6 0 2.66675 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[47]: 6 0 4.41669 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[48]: 6 0 5.08335 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[55]: 6 -2.00007 0 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[58]: 6 0 2.91671 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[69]: 6 0 2.25008 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[77]: 6 0 2.08337 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[78]: 6 0 3.00007 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[85]: 6 0 2.00002 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[96]: 6 -1.00001 0 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[107]: 6 -1.00001 0 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[111]: 6 0 4.08336 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[117]: 6 0 4.08339 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[120]: 6 0 1.00008 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[125]: 6 0 1.25006 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[130]: 6 0 4.75008 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[140]: 6 0 2.66674 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[143]: 6 0 2.00005 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[149]: 6 0 2.33335 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[156]: 6 0 2.00005 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[158]: 6 -2.25003 0 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[160]: 6 0 3.00006 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[166]: 6 0 3.66675 shouldn't be
2232.22/2237.91	WSVECS04 Frhs2[176]: 6 0 2.58341 shouldn't be
2232.51/2238.25	WSVECS04 Frhs2[62]: 6 0 3.00005 shouldn't be
2232.51/2238.25	WSVECS04 Frhs2[98]: 6 0 1.00001 shouldn't be
2232.51/2238.25	WSVECS04 Frhs2[133]: 6 0 1.00007 shouldn't be
2232.51/2238.25	WSVECS04 Frhs2[171]: 6 0 1.00004 shouldn't be
2232.51/2238.25	WSVECS04 Frhs2[172]: 6 0 3.3334 shouldn't be
2238.00/2243.76	c #Conflicts:    3046000 | #Constraints:      72825
2238.00/2243.76	c #Conflicts:    3047000 | #Constraints:      73825
2238.00/2243.76	c #Conflicts:    3048000 | #Constraints:      74825
2238.00/2243.76	c #Conflicts:    3049000 | #Constraints:      75825
2238.00/2243.76	c #Conflicts:    3050000 | #Constraints:      76825
2238.00/2243.76	c #Conflicts:    3051000 | #Constraints:      77825
2238.00/2243.76	c #Conflicts:    3052000 | #Constraints:      78825
2238.00/2243.76	c #Conflicts:    3053000 | #Constraints:      79825
2238.00/2243.76	WSVECS04 Frhs2[5]: 6 -1.50001 0 shouldn't be
2238.00/2243.76	WSVECS04 Frhs2[20]: 6 -1.00001 0 shouldn't be
2238.00/2243.76	WSVECS04 Frhs2[25]: 6 0 2.50005 shouldn't be
2238.00/2243.76	WSVECS04 Frhs2[60]: 6 0 1.00006 shouldn't be
2238.00/2243.76	WSVECS04 Frhs2[89]: 6 0 1.00003 shouldn't be
2238.00/2243.76	WSVECS04 Frhs2[116]: 6 0 2.00006 shouldn't be
2238.00/2243.76	WSVECS04 Frhs2[117]: 6 0 1.00002 shouldn't be
2238.00/2243.76	WSVECS04 Frhs2[130]: 6 -1.00002 0 shouldn't be
2238.00/2243.76	WSVECS04 Frhs2[138]: 6 -2.00008 0 shouldn't be
2238.00/2243.76	WSVECS04 Frhs2[149]: 6 0 3.00005 shouldn't be
2238.00/2243.76	WSVECS04 Frhs2[175]: 6 0 2.00003 shouldn't be
2238.00/2243.76	WSVECS04 Frhs2[179]: 6 0 2.00009 shouldn't be
2238.00/2243.76	WSVECS04 Frhs2[182]: 6 0 6.00008 shouldn't be
2242.88/2248.61	c #Conflicts:    3054000 | #Constraints:      80825
2242.88/2248.61	c #Conflicts:    3055000 | #Constraints:      81825
2242.88/2248.61	c #Conflicts:    3056000 | #Constraints:      82825
2242.88/2248.61	c #Conflicts:    3057000 | #Constraints:      83825
2242.88/2248.61	c #Conflicts:    3058000 | #Constraints:      84825
2242.88/2248.61	c #Conflicts:    3059000 | #Constraints:      85825
2242.88/2248.61	c #Conflicts:    3060000 | #Constraints:      86825
2242.88/2248.61	WSVECS04 Frhs2[23]: 6 0 3.81254 shouldn't be
2242.88/2248.61	WSVECS04 Frhs2[32]: 6 0 1.00005 shouldn't be
2242.88/2248.61	WSVECS04 Frhs2[49]: 6 0 4.31252 shouldn't be
2242.88/2248.61	WSVECS04 Frhs2[102]: 6 0 1.00003 shouldn't be
2242.88/2248.61	WSVECS04 Frhs2[116]: 6 0 2.00007 shouldn't be
2242.88/2248.61	WSVECS04 Frhs2[128]: 6 0 4.00006 shouldn't be
2242.88/2248.61	WSVECS04 Frhs2[146]: 6 0 3.81255 shouldn't be
2242.88/2248.61	WSVECS04 Frhs2[149]: 6 -1.62503 0 shouldn't be
2242.88/2248.61	WSVECS04 Frhs2[165]: 6 0 1.00002 shouldn't be
2242.88/2248.61	WSVECS04 Frhs2[169]: 6 0 1.62505 shouldn't be
2242.88/2248.61	WSVECS04 Frhs2[179]: 6 0 2.12501 shouldn't be
2242.88/2248.61	WSVECS04 Frhs2[184]: 6 0 2.0001 shouldn't be
2246.07/2251.84	c #Conflicts:    3061000 | #Constraints:      87825
2246.07/2251.84	c #Conflicts:    3062000 | #Constraints:      88825
2246.07/2251.84	c #Conflicts:    3063000 | #Constraints:      89825
2246.07/2251.84	c #Conflicts:    3064000 | #Constraints:      90825
2246.07/2251.84	WSVECS04 Frhs2[2]: 6 0 1.00008 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[10]: 6 0 2.66673 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[23]: 6 0 3.00003 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[67]: 6 -5.0001 0 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[70]: 6 -7.00002 0 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[81]: 6 -3.00006 0 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[89]: 6 0 2.33343 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[106]: 6 0 1.00005 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[108]: 6 0 3.66675 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[109]: 6 0 3.00005 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[111]: 6 0 1.00004 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[120]: 6 0 4.66671 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[127]: 6 0 3.00008 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[142]: 6 0 2.00005 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[148]: 6 -2.3334 0 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[152]: 6 -1.50002 0 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[156]: 6 0 3.33339 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[170]: 6 0 2.50006 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[172]: 6 0 3.66675 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[180]: 6 0 2.00003 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[190]: 6 0 2.6667 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[196]: 6 0 1.00009 shouldn't be
2246.07/2251.84	WSVECS04 Frhs2[199]: 6 -3.00002 0 shouldn't be
2251.46/2257.20	c #Conflicts:    3065000 | #Constraints:      91825
2251.46/2257.20	c #Conflicts:    3066000 | #Constraints:      92825
2251.46/2257.20	c #Conflicts:    3067000 | #Constraints:      93825
2251.46/2257.20	c #Conflicts:    3068000 | #Constraints:      94825
2251.46/2257.20	c #Conflicts:    3069000 | #Constraints:      95825
2251.46/2257.20	c #Conflicts:    3070000 | #Constraints:      96825
2251.46/2257.20	c #Conflicts:    3071000 | #Constraints:      97825
2251.46/2257.20	c #Conflicts:    3072000 | #Constraints:      98825
2251.46/2257.20	c INPROCESSING
2251.46/2257.20	c GARBAGE COLLECT
2251.46/2257.20	c rational objective -109
2254.55/2260.30	c #Conflicts:    3073000 | #Constraints:      59215
2254.55/2260.30	c #Conflicts:    3074000 | #Constraints:      60215
2254.55/2260.30	c #Conflicts:    3075000 | #Constraints:      61215
2254.55/2260.30	c #Conflicts:    3076000 | #Constraints:      62215
2254.55/2260.30	WSVECS04 Frhs2[4]: 6 -3.00003 0 shouldn't be
2254.55/2260.30	WSVECS04 Frhs2[6]: 6 0 3.75009 shouldn't be
2254.55/2260.30	WSVECS04 Frhs2[16]: 6 -1.00007 0 shouldn't be
2254.55/2260.30	WSVECS04 Frhs2[51]: 6 0 2.00004 shouldn't be
2254.55/2260.30	WSVECS04 Frhs2[58]: 6 0 2.00009 shouldn't be
2254.55/2260.30	WSVECS04 Frhs2[61]: 6 -5.00006 0 shouldn't be
2254.55/2260.30	WSVECS04 Frhs2[62]: 6 -1.25007 0 shouldn't be
2254.55/2260.30	WSVECS04 Frhs2[68]: 6 -2.50005 0 shouldn't be
2254.55/2260.30	WSVECS04 Frhs2[74]: 6 0 3.00006 shouldn't be
2254.55/2260.30	WSVECS04 Frhs2[82]: 6 -2.00001 0 shouldn't be
2254.55/2260.30	WSVECS04 Frhs2[117]: 6 0 5.0001 shouldn't be
2254.55/2260.30	WSVECS04 Frhs2[136]: 6 0 2.00008 shouldn't be
2254.55/2260.30	WSVECS04 Frhs2[143]: 6 0 4.00007 shouldn't be
2254.55/2260.30	WSVECS04 Frhs2[192]: 6 -5.75001 0 shouldn't be
2255.64/2261.47	c #Conflicts:    3077000 | #Constraints:      63215
2255.64/2261.47	c #Conflicts:    3078000 | #Constraints:      64215
2255.64/2261.47	WSVECS04 Frhs2[5]: 6 0 2.00009 shouldn't be
2255.64/2261.47	WSVECS04 Frhs2[35]: 6 0 2.71434 shouldn't be
2255.64/2261.47	WSVECS04 Frhs2[64]: 6 0 1.96437 shouldn't be
2255.64/2261.47	WSVECS04 Frhs2[89]: 6 -1.00007 0 shouldn't be
2255.64/2261.47	WSVECS04 Frhs2[99]: 6 0 3.00007 shouldn't be
2255.64/2261.47	WSVECS04 Frhs2[104]: 6 -2.52387 0 shouldn't be
2255.64/2261.47	WSVECS04 Frhs2[110]: 6 0 3.25006 shouldn't be
2255.64/2261.47	WSVECS04 Frhs2[120]: 6 0 2.03579 shouldn't be
2255.64/2261.47	WSVECS04 Frhs2[152]: 6 0 3.28573 shouldn't be
2255.64/2261.47	WSVECS04 Frhs2[179]: 6 0 1.00002 shouldn't be
2255.64/2261.47	WSVECS04 Frhs2[182]: 6 0 1.00008 shouldn't be
2257.74/2263.53	c #Conflicts:    3079000 | #Constraints:      65215
2257.74/2263.53	c #Conflicts:    3080000 | #Constraints:      66215
2257.74/2263.53	c #Conflicts:    3081000 | #Constraints:      67215
2257.74/2263.53	WSVECS04 Frhs2[19]: 6 -1.00009 0 shouldn't be
2257.74/2263.53	WSVECS04 Frhs2[28]: 6 0 2.75003 shouldn't be
2257.74/2263.53	WSVECS04 Frhs2[38]: 6 0 2.00004 shouldn't be
2257.74/2263.53	WSVECS04 Frhs2[67]: 6 0 3.25002 shouldn't be
2257.74/2263.53	WSVECS04 Frhs2[83]: 6 0 2.25003 shouldn't be
2257.74/2263.53	WSVECS04 Frhs2[86]: 6 0 2.25002 shouldn't be
2257.74/2263.53	WSVECS04 Frhs2[93]: 6 0 1.00003 shouldn't be
2257.74/2263.53	WSVECS04 Frhs2[98]: 6 -0.750022 0 shouldn't be
2257.74/2263.53	WSVECS04 Frhs2[107]: 6 0 2.00004 shouldn't be
2257.74/2263.53	WSVECS04 Frhs2[129]: 6 0 5.00005 shouldn't be
2257.74/2263.53	WSVECS04 Frhs2[132]: 6 0 3.00007 shouldn't be
2257.74/2263.53	WSVECS04 Frhs2[135]: 6 0 0.50007 shouldn't be
2257.74/2263.53	WSVECS04 Frhs2[163]: 6 0 3.00007 shouldn't be
2257.74/2263.53	WSVECS04 Frhs2[180]: 6 0 3.75004 shouldn't be
2274.30/2280.19	c #Conflicts:    3082000 | #Constraints:      68215
2274.30/2280.19	c #Conflicts:    3083000 | #Constraints:      69215
2274.30/2280.19	c #Conflicts:    3084000 | #Constraints:      70215
2274.30/2280.19	c #Conflicts:    3085000 | #Constraints:      71215
2274.30/2280.19	c #Conflicts:    3086000 | #Constraints:      72215
2274.30/2280.19	c #Conflicts:    3087000 | #Constraints:      73215
2274.30/2280.19	c #Conflicts:    3088000 | #Constraints:      74215
2274.30/2280.19	c #Conflicts:    3089000 | #Constraints:      75215
2274.30/2280.19	c #Conflicts:    3090000 | #Constraints:      76215
2274.30/2280.19	c #Conflicts:    3091000 | #Constraints:      77215
2274.30/2280.19	c #Conflicts:    3092000 | #Constraints:      78215
2274.30/2280.19	c #Conflicts:    3093000 | #Constraints:      79215
2274.30/2280.19	c #Conflicts:    3094000 | #Constraints:      80215
2274.30/2280.19	c #Conflicts:    3095000 | #Constraints:      81215
2274.30/2280.19	c #Conflicts:    3096000 | #Constraints:      82215
2274.30/2280.19	c #Conflicts:    3097000 | #Constraints:      83215
2274.30/2280.19	c #Conflicts:    3098000 | #Constraints:      84215
2274.30/2280.19	c #Conflicts:    3099000 | #Constraints:      85215
2274.30/2280.19	c #Conflicts:    3100000 | #Constraints:      86215
2274.30/2280.19	c #Conflicts:    3101000 | #Constraints:      87215
2274.30/2280.19	c #Conflicts:    3102000 | #Constraints:      88215
2274.30/2280.19	c #Conflicts:    3103000 | #Constraints:      89215
2274.30/2280.19	c #Conflicts:    3104000 | #Constraints:      90215
2274.30/2280.19	WSVECS04 Frhs2[10]: 6 0 2.72736 shouldn't be
2274.30/2280.19	WSVECS04 Frhs2[25]: 6 0 4.00005 shouldn't be
2274.30/2280.19	WSVECS04 Frhs2[36]: 6 0 2.07579 shouldn't be
2274.30/2280.19	WSVECS04 Frhs2[118]: 6 0 2.00009 shouldn't be
2274.30/2280.19	WSVECS04 Frhs2[134]: 6 -0.348559 0 shouldn't be
2274.30/2280.19	WSVECS04 Frhs2[149]: 6 0 3.43945 shouldn't be
2274.30/2280.19	WSVECS04 Frhs2[150]: 6 0 4.36368 shouldn't be
2274.30/2280.19	WSVECS04 Frhs2[151]: 6 -0.500056 0 shouldn't be
2274.30/2280.19	WSVECS04 Frhs2[156]: 6 0 2.00008 shouldn't be
2274.30/2280.19	WSVECS04 Frhs2[170]: 6 0 1.87887 shouldn't be
2274.30/2280.19	WSVECS04 Frhs2[189]: 6 0 3.8788 shouldn't be
2279.07/2284.97	c #Conflicts:    3105000 | #Constraints:      91215
2279.07/2284.97	c #Conflicts:    3106000 | #Constraints:      92215
2279.07/2284.97	c #Conflicts:    3107000 | #Constraints:      93215
2279.07/2284.97	c #Conflicts:    3108000 | #Constraints:      94215
2279.07/2284.97	c #Conflicts:    3109000 | #Constraints:      95215
2279.07/2284.97	c #Conflicts:    3110000 | #Constraints:      96215
2279.07/2284.97	WSVECS04 Frhs2[2]: 6 0 3.80957 shouldn't be
2279.07/2284.97	WSVECS04 Frhs2[13]: 6 0 1.38104 shouldn't be
2279.07/2284.97	WSVECS04 Frhs2[17]: 6 0 2.00007 shouldn't be
2279.07/2284.97	WSVECS04 Frhs2[36]: 6 0 1.00007 shouldn't be
2279.07/2284.97	WSVECS04 Frhs2[38]: 6 0 4.19054 shouldn't be
2279.07/2284.97	WSVECS04 Frhs2[73]: 6 0 0.619116 shouldn't be
2279.07/2284.97	WSVECS04 Frhs2[83]: 6 -1.02385 0 shouldn't be
2279.07/2284.97	WSVECS04 Frhs2[86]: 6 -1.23813 0 shouldn't be
2279.07/2284.97	WSVECS04 Frhs2[139]: 6 0 1.00004 shouldn't be
2279.07/2284.97	WSVECS04 Frhs2[153]: 6 0 2.00002 shouldn't be
2279.07/2284.97	WSVECS04 Frhs2[170]: 6 0 2.76199 shouldn't be
2279.07/2284.97	WSVECS04 Frhs2[172]: 6 0 2.61907 shouldn't be
2279.07/2284.97	WSVECS04 Frhs2[175]: 6 0 3.38101 shouldn't be
2279.07/2284.97	WSVECS04 Frhs2[180]: 6 0 3.04769 shouldn't be
2279.07/2284.97	WSVECS04 Frhs2[182]: 6 -1.00003 0 shouldn't be
2279.07/2284.97	WSVECS04 Frhs2[194]: 6 0 2.00003 shouldn't be
2290.73/2296.65	c #Conflicts:    3111000 | #Constraints:      97215
2290.73/2296.65	c #Conflicts:    3112000 | #Constraints:      98215
2290.73/2296.65	c #Conflicts:    3113000 | #Constraints:      99215
2290.73/2296.65	c #Conflicts:    3114000 | #Constraints:     100215
2290.73/2296.65	c #Conflicts:    3115000 | #Constraints:     101215
2290.73/2296.65	c #Conflicts:    3116000 | #Constraints:     102215
2290.73/2296.65	c #Conflicts:    3117000 | #Constraints:     103215
2290.73/2296.65	c #Conflicts:    3118000 | #Constraints:     104215
2290.73/2296.65	c #Conflicts:    3119000 | #Constraints:     105215
2290.73/2296.65	c #Conflicts:    3120000 | #Constraints:     106215
2290.73/2296.65	c #Conflicts:    3121000 | #Constraints:     107215
2290.73/2296.65	c #Conflicts:    3122000 | #Constraints:     108215
2290.73/2296.65	c #Conflicts:    3123000 | #Constraints:     109215
2290.73/2296.65	WSVECS04 Frhs2[3]: 6 0 1.00004 shouldn't be
2290.73/2296.65	WSVECS04 Frhs2[6]: 6 0 2.50007 shouldn't be
2290.73/2296.65	WSVECS04 Frhs2[16]: 6 -2.5001 0 shouldn't be
2290.73/2296.65	WSVECS04 Frhs2[25]: 6 0 3.1667 shouldn't be
2290.73/2296.65	WSVECS04 Frhs2[26]: 6 0 1.00008 shouldn't be
2290.73/2296.65	WSVECS04 Frhs2[35]: 6 0 2.00002 shouldn't be
2290.73/2296.65	WSVECS04 Frhs2[43]: 6 0 3.00005 shouldn't be
2290.73/2296.65	WSVECS04 Frhs2[48]: 6 0 1.00004 shouldn't be
2290.73/2296.65	WSVECS04 Frhs2[50]: 6 0 3.5001 shouldn't be
2290.73/2296.65	WSVECS04 Frhs2[57]: 6 0 2.2501 shouldn't be
2290.73/2296.65	WSVECS04 Frhs2[60]: 6 0 3.00006 shouldn't be
2290.73/2296.65	WSVECS04 Frhs2[83]: 6 -10.0001 0 shouldn't be
2290.73/2296.65	WSVECS04 Frhs2[93]: 6 -2.91674 0 shouldn't be
2290.73/2296.65	WSVECS04 Frhs2[103]: 6 0 2.58342 shouldn't be
2290.73/2296.65	WSVECS04 Frhs2[120]: 6 0 2.00007 shouldn't be
2290.73/2296.65	WSVECS04 Frhs2[123]: 6 0 1.00007 shouldn't be
2290.73/2296.65	WSVECS04 Frhs2[142]: 6 0 1.0001 shouldn't be
2290.73/2296.65	WSVECS04 Frhs2[150]: 6 0 3.00007 shouldn't be
2290.73/2296.65	WSVECS04 Frhs2[162]: 6 0 3.50007 shouldn't be
2290.73/2296.65	WSVECS04 Frhs2[183]: 6 0 1.00002 shouldn't be
2290.73/2296.65	WSVECS04 Frhs2[198]: 6 0 2.00006 shouldn't be
2292.43/2298.30	c #Conflicts:    3124000 | #Constraints:     110215
2292.43/2298.30	c #Conflicts:    3125000 | #Constraints:     111215
2292.43/2298.30	WSVECS04 Frhs2[1]: 6 0 1.00007 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[10]: 6 0 2.0001 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[23]: 6 0 1.00004 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[33]: 6 0 2.43756 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[49]: 6 0 3.28132 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[64]: 6 0 2.00006 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[73]: 6 0 1.96878 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[75]: 6 0 2.75002 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[82]: 6 -0.500065 0 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[91]: 6 0 1.00002 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[102]: 6 0 2.53127 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[121]: 6 -0.531268 0 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[132]: 6 -3.34383 0 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[147]: 6 0 3.00002 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[148]: 6 0 1.46877 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[149]: 6 0 6.40631 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[152]: 6 0 2.96882 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[165]: 6 0 1.00002 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[181]: 6 0 2.25003 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[182]: 6 0 2.00008 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[185]: 6 0 1.25004 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[190]: 6 0 4.50002 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[192]: 6 0 2.00006 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[194]: 6 0 3.03126 shouldn't be
2292.43/2298.30	WSVECS04 Frhs2[200]: 6 0 3.21882 shouldn't be
2297.51/2303.41	c #Conflicts:    3126000 | #Constraints:     112215
2297.51/2303.41	c #Conflicts:    3127000 | #Constraints:     113215
2297.51/2303.41	c #Conflicts:    3128000 | #Constraints:     114215
2297.51/2303.41	c #Conflicts:    3129000 | #Constraints:     115215
2297.51/2303.41	c #Conflicts:    3130000 | #Constraints:     116215
2297.51/2303.41	WSVECS04 Frhs2[1]: 6 0 3.00002 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[9]: 6 0 3.00004 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[21]: 6 -1.00005 0 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[26]: 6 0 1.00006 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[33]: 6 0 2.00007 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[36]: 6 0 2.00002 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[37]: 6 0 3.00007 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[48]: 6 0 1.00005 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[50]: 6 0 0.666746 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[53]: 6 0 1.00009 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[62]: 6 0 3.16668 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[66]: 6 0 3.00001 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[67]: 6 0 1.50008 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[73]: 6 0 1.00003 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[76]: 6 -4.00001 0 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[77]: 6 0 3.0001 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[80]: 6 0 2.50008 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[87]: 6 -3.50003 0 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[97]: 6 0 3.50003 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[99]: 6 0 3.00001 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[102]: 6 0 1.66673 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[104]: 6 -2.00005 0 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[106]: 6 0 2.00001 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[113]: 6 0 2.00001 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[128]: 6 0 3.00007 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[150]: 6 0 2.83339 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[168]: 6 0 2.00003 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[170]: 6 0 1.00004 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[172]: 6 -2.00007 0 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[175]: 6 -3.66675 0 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[185]: 6 0 1.00009 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[189]: 6 0 4.00006 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[190]: 6 0 2.00001 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[195]: 6 -0.500077 0 shouldn't be
2297.51/2303.41	WSVECS04 Frhs2[198]: 6 0 1.00007 shouldn't be
2310.57/2316.53	c #Conflicts:    3131000 | #Constraints:     117215
2310.57/2316.53	c #Conflicts:    3132000 | #Constraints:     118215
2310.57/2316.53	c #Conflicts:    3133000 | #Constraints:     119215
2310.57/2316.53	c #Conflicts:    3134000 | #Constraints:     120215
2310.57/2316.53	c #Conflicts:    3135000 | #Constraints:     121215
2310.57/2316.53	c #Conflicts:    3136000 | #Constraints:     122215
2310.57/2316.53	c #Conflicts:    3137000 | #Constraints:     123215
2310.57/2316.53	c #Conflicts:    3138000 | #Constraints:     124215
2310.57/2316.53	c #Conflicts:    3139000 | #Constraints:     125215
2310.57/2316.53	c #Conflicts:    3140000 | #Constraints:     126215
2310.57/2316.53	c #Conflicts:    3141000 | #Constraints:     127215
2310.57/2316.53	c #Conflicts:    3142000 | #Constraints:     128215
2310.57/2316.53	WSVECS04 Frhs2[18]: 6 0 1.00004 shouldn't be
2310.57/2316.53	WSVECS04 Frhs2[20]: 6 0 1.30956 shouldn't be
2310.57/2316.53	WSVECS04 Frhs2[23]: 6 -16.9286 0 shouldn't be
2310.57/2316.53	WSVECS04 Frhs2[31]: 6 -0.928649 0 shouldn't be
2310.57/2316.53	WSVECS04 Frhs2[34]: 6 0 0.500057 shouldn't be
2310.57/2316.53	WSVECS04 Frhs2[69]: 6 0 6.00003 shouldn't be
2310.57/2316.53	WSVECS04 Frhs2[75]: 6 0 3.45244 shouldn't be
2310.57/2316.53	WSVECS04 Frhs2[98]: 6 -1.38103 0 shouldn't be
2310.57/2316.53	WSVECS04 Frhs2[105]: 6 0 2.00003 shouldn't be
2310.57/2316.53	WSVECS04 Frhs2[116]: 6 0 4.47622 shouldn't be
2310.57/2316.53	WSVECS04 Frhs2[119]: 6 -2.14292 0 shouldn't be
2310.57/2316.53	WSVECS04 Frhs2[139]: 6 0 4.16675 shouldn't be
2310.57/2316.53	WSVECS04 Frhs2[155]: 6 0 4.38105 shouldn't be
2310.57/2316.53	WSVECS04 Frhs2[158]: 6 0 1.00003 shouldn't be
2310.57/2316.53	WSVECS04 Frhs2[160]: 6 -3.23814 0 shouldn't be
2310.57/2316.53	WSVECS04 Frhs2[169]: 6 0 1.21432 shouldn't be
2310.57/2316.53	WSVECS04 Frhs2[172]: 6 0 2.00008 shouldn't be
2310.57/2316.53	WSVECS04 Frhs2[188]: 6 0 8.04771 shouldn't be
2310.57/2316.53	WSVECS04 Frhs2[191]: 6 0 1.97624 shouldn't be
2310.57/2316.53	WSVECS04 Frhs2[197]: 6 -1.30959 0 shouldn't be
2315.25/2321.26	c #Conflicts:    3143000 | #Constraints:     129215
2315.25/2321.26	c #Conflicts:    3144000 | #Constraints:     130215
2315.25/2321.26	c #Conflicts:    3145000 | #Constraints:     131215
2315.25/2321.26	c #Conflicts:    3146000 | #Constraints:     132215
2315.25/2321.26	WSVECS04 Frhs2[5]: 6 0 2.00008 shouldn't be
2315.25/2321.26	WSVECS04 Frhs2[38]: 6 0 3.75009 shouldn't be
2315.25/2321.26	WSVECS04 Frhs2[50]: 6 0 1.00009 shouldn't be
2315.25/2321.26	WSVECS04 Frhs2[57]: 6 0 1.00009 shouldn't be
2315.25/2321.26	WSVECS04 Frhs2[60]: 6 0 3.00007 shouldn't be
2315.25/2321.26	WSVECS04 Frhs2[63]: 6 0 2.00005 shouldn't be
2315.25/2321.26	WSVECS04 Frhs2[72]: 6 -0.125014 0 shouldn't be
2315.25/2321.26	WSVECS04 Frhs2[85]: 6 0 3.50008 shouldn't be
2315.25/2321.26	WSVECS04 Frhs2[113]: 6 0 1.50009 shouldn't be
2315.25/2321.26	WSVECS04 Frhs2[132]: 6 0 3.00003 shouldn't be
2315.25/2321.26	WSVECS04 Frhs2[139]: 6 0 3.00009 shouldn't be
2315.25/2321.26	WSVECS04 Frhs2[141]: 6 -9.75003 0 shouldn't be
2315.25/2321.26	WSVECS04 Frhs2[180]: 6 0 3.50004 shouldn't be
2315.25/2321.26	WSVECS04 Frhs2[183]: 6 0 1.12509 shouldn't be
2315.25/2321.26	WSVECS04 Frhs2[189]: 6 0 2.25008 shouldn't be
2315.25/2321.26	WSVECS04 Frhs2[193]: 6 0 2.00002 shouldn't be
2320.74/2326.75	c #Conflicts:    3147000 | #Constraints:     133215
2320.74/2326.75	c #Conflicts:    3148000 | #Constraints:     134215
2320.74/2326.75	c #Conflicts:    3149000 | #Constraints:     135215
2320.74/2326.75	c #Conflicts:    3150000 | #Constraints:     136215
2320.74/2326.75	c #Conflicts:    3151000 | #Constraints:     137215
2320.74/2326.75	WSVECS04 Frhs2[3]: 6 0 1.66669 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[5]: 6 0 4.66674 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[16]: 6 -0.333394 0 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[36]: 6 0 1.00003 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[45]: 6 0 2.00009 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[50]: 6 -1.00007 0 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[61]: 6 0 1.66668 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[69]: 6 0 2.00001 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[77]: 6 0 1.33339 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[96]: 6 0 3.33341 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[102]: 6 0 1.33342 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[111]: 6 -5.33341 0 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[113]: 6 0 1.00001 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[120]: 6 -1.66675 0 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[121]: 6 0 1.00005 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[125]: 6 0 4.33343 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[127]: 6 0 3.00006 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[143]: 6 0 3.00006 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[148]: 6 0 5.33336 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[169]: 6 0 1.00008 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[174]: 6 -1.00009 0 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[175]: 6 0 1.00008 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[186]: 6 0 2.00007 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[189]: 6 0 2.66671 shouldn't be
2320.74/2326.75	WSVECS04 Frhs2[195]: 6 0 2.66675 shouldn't be
2325.23/2331.23	c #Conflicts:    3152000 | #Constraints:     138215
2325.23/2331.23	c #Conflicts:    3153000 | #Constraints:     139215
2325.23/2331.23	c #Conflicts:    3154000 | #Constraints:     140215
2325.23/2331.23	c #Conflicts:    3155000 | #Constraints:     141215
2325.23/2331.23	WSVECS04 Frhs2[16]: 6 -1.61413 0 shouldn't be
2325.23/2331.23	WSVECS04 Frhs2[48]: 6 0 1.00007 shouldn't be
2325.23/2331.23	WSVECS04 Frhs2[55]: 6 0 2.00006 shouldn't be
2325.23/2331.23	WSVECS04 Frhs2[56]: 6 -0.8597 0 shouldn't be
2325.23/2331.23	WSVECS04 Frhs2[61]: 6 0 1.08779 shouldn't be
2325.23/2331.23	WSVECS04 Frhs2[62]: 6 -8.87723 0 shouldn't be
2325.23/2331.23	WSVECS04 Frhs2[64]: 6 0 6.56145 shouldn't be
2325.23/2331.23	WSVECS04 Frhs2[75]: 6 0 1.0878 shouldn't be
2325.23/2331.23	WSVECS04 Frhs2[81]: 6 0 1.78956 shouldn't be
2325.23/2331.23	WSVECS04 Frhs2[82]: 6 -3.33337 0 shouldn't be
2325.23/2331.23	WSVECS04 Frhs2[96]: 6 0 2.85969 shouldn't be
2325.23/2331.23	WSVECS04 Frhs2[98]: 6 0 2.14037 shouldn't be
2325.23/2331.23	WSVECS04 Frhs2[106]: 6 0 3.00002 shouldn't be
2325.23/2331.23	WSVECS04 Frhs2[135]: 6 0 2.42113 shouldn't be
2325.23/2331.23	WSVECS04 Frhs2[141]: 6 0 3.01756 shouldn't be
2325.23/2331.23	WSVECS04 Frhs2[151]: 6 -0.0175773 0 shouldn't be
2325.23/2331.23	WSVECS04 Frhs2[160]: 6 -1.12289 0 shouldn't be
2325.23/2331.23	WSVECS04 Frhs2[192]: 6 0 2.66669 shouldn't be
2339.99/2346.10	c #Conflicts:    3156000 | #Constraints:     142215
2339.99/2346.10	c #Conflicts:    3157000 | #Constraints:     143215
2339.99/2346.10	c #Conflicts:    3158000 | #Constraints:     144215
2339.99/2346.10	c #Conflicts:    3159000 | #Constraints:     145215
2339.99/2346.10	c #Conflicts:    3160000 | #Constraints:     146215
2339.99/2346.10	c #Conflicts:    3161000 | #Constraints:     147215
2339.99/2346.10	c #Conflicts:    3162000 | #Constraints:     148215
2339.99/2346.10	c #Conflicts:    3163000 | #Constraints:     149215
2339.99/2346.10	c #Conflicts:    3164000 | #Constraints:     150215
2339.99/2346.10	c #Conflicts:    3165000 | #Constraints:     151215
2339.99/2346.10	c #Conflicts:    3166000 | #Constraints:     152215
2339.99/2346.10	c #Conflicts:    3167000 | #Constraints:     153215
2339.99/2346.10	WSVECS04 Frhs2[3]: 6 0 1.00001 shouldn't be
2339.99/2346.10	WSVECS04 Frhs2[9]: 6 -0.0869607 0 shouldn't be
2339.99/2346.10	WSVECS04 Frhs2[10]: 6 0 3.61889 shouldn't be
2339.99/2346.10	WSVECS04 Frhs2[48]: 6 0 1.00006 shouldn't be
2339.99/2346.10	WSVECS04 Frhs2[67]: 6 0 3.92201 shouldn't be
2339.99/2346.10	WSVECS04 Frhs2[92]: 6 -0.618883 0 shouldn't be
2339.99/2346.10	WSVECS04 Frhs2[103]: 6 0 2.47349 shouldn't be
2339.99/2346.10	WSVECS04 Frhs2[108]: 6 0 2.00003 shouldn't be
2339.99/2346.10	WSVECS04 Frhs2[115]: 6 0 2.00006 shouldn't be
2339.99/2346.10	WSVECS04 Frhs2[121]: 6 0 1.08165 shouldn't be
2339.99/2346.10	WSVECS04 Frhs2[142]: 6 0 1.43626 shouldn't be
2339.99/2346.10	WSVECS04 Frhs2[148]: 6 -3.32274 0 shouldn't be
2339.99/2346.10	WSVECS04 Frhs2[150]: 6 0 2.38127 shouldn't be
2339.99/2346.10	WSVECS04 Frhs2[152]: 6 0 1.43804 shouldn't be
2339.99/2346.10	WSVECS04 Frhs2[183]: 6 0 1.00007 shouldn't be
2339.99/2346.10	WSVECS04 Frhs2[190]: 6 0 2.00004 shouldn't be
2339.99/2346.10	WSVECS04 Frhs2[196]: 6 0 1.00005 shouldn't be
2373.57/2379.74	c #Conflicts:    3168000 | #Constraints:     154215
2373.57/2379.74	c #Conflicts:    3169000 | #Constraints:     155215
2373.57/2379.74	c #Conflicts:    3170000 | #Constraints:     156215
2373.57/2379.74	c #Conflicts:    3171000 | #Constraints:     157215
2373.57/2379.74	c #Conflicts:    3172000 | #Constraints:     158215
2373.57/2379.74	c #Conflicts:    3173000 | #Constraints:     159215
2373.57/2379.74	c #Conflicts:    3174000 | #Constraints:     160215
2373.57/2379.74	c #Conflicts:    3175000 | #Constraints:     161215
2373.57/2379.74	c #Conflicts:    3176000 | #Constraints:     162215
2373.57/2379.74	c #Conflicts:    3177000 | #Constraints:     163215
2373.57/2379.74	c #Conflicts:    3178000 | #Constraints:     164215
2373.57/2379.74	c #Conflicts:    3179000 | #Constraints:     165215
2373.57/2379.74	c #Conflicts:    3180000 | #Constraints:     166215
2373.57/2379.74	c #Conflicts:    3181000 | #Constraints:     167215
2373.57/2379.74	c #Conflicts:    3182000 | #Constraints:     168215
2373.57/2379.74	c #Conflicts:    3183000 | #Constraints:     169215
2373.57/2379.74	c #Conflicts:    3184000 | #Constraints:     170215
2373.57/2379.74	c #Conflicts:    3185000 | #Constraints:     171215
2373.57/2379.74	c #Conflicts:    3186000 | #Constraints:     172215
2373.57/2379.74	c #Conflicts:    3187000 | #Constraints:     173215
2373.57/2379.74	c #Conflicts:    3188000 | #Constraints:     174215
2373.57/2379.74	c #Conflicts:    3189000 | #Constraints:     175215
2373.57/2379.74	c #Conflicts:    3190000 | #Constraints:     176215
2373.57/2379.74	c #Conflicts:    3191000 | #Constraints:     177215
2373.57/2379.74	c #Conflicts:    3192000 | #Constraints:     178215
2373.57/2379.74	c #Conflicts:    3193000 | #Constraints:     179215
2373.57/2379.74	WSVECS04 Frhs2[10]: 6 0 2.00005 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[12]: 6 0 3.00005 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[27]: 6 0 1.00004 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[36]: 6 0 1.00001 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[40]: 6 0 1.0001 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[45]: 6 0 2.00007 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[52]: 6 0 2.00004 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[53]: 6 0 4.50004 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[61]: 6 -2.00006 0 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[68]: 6 -5.50005 0 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[74]: 6 0 2.00008 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[77]: 6 0 1.00007 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[81]: 6 0 2.00004 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[85]: 6 0 1.00005 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[91]: 6 -0.500019 0 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[103]: 6 -1.00008 0 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[120]: 6 0 0.500025 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[129]: 6 -3.0001 0 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[137]: 6 0 2.0001 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[138]: 6 0 2.50003 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[139]: 6 0 1.50003 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[143]: 6 0 1.00007 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[145]: 6 -2.00006 0 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[154]: 6 0 5.50009 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[155]: 6 0 1.00005 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[172]: 6 -0.500015 0 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[180]: 6 0 3.00009 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[186]: 6 0 2.00006 shouldn't be
2373.57/2379.74	WSVECS04 Frhs2[190]: 6 0 3.00002 shouldn't be
2377.26/2383.42	c #Conflicts:    3194000 | #Constraints:     180215
2377.26/2383.42	c #Conflicts:    3195000 | #Constraints:     181215
2377.26/2383.42	c #Conflicts:    3196000 | #Constraints:     182215
2377.26/2383.42	WSVECS04 Frhs2[13]: 6 0 2.00003 shouldn't be
2377.26/2383.42	WSVECS04 Frhs2[60]: 6 0 3.00004 shouldn't be
2377.26/2383.42	WSVECS04 Frhs2[77]: 6 0 1.00003 shouldn't be
2377.26/2383.42	WSVECS04 Frhs2[99]: 6 0 2.33339 shouldn't be
2377.26/2383.42	WSVECS04 Frhs2[120]: 6 0 2.66673 shouldn't be
2377.26/2383.42	WSVECS04 Frhs2[127]: 6 0 1.00008 shouldn't be
2377.26/2383.42	WSVECS04 Frhs2[144]: 6 0 3.33338 shouldn't be
2390.84/2397.04	c #Conflicts:    3197000 | #Constraints:     183215
2390.84/2397.04	c #Conflicts:    3198000 | #Constraints:     184215
2390.84/2397.04	c #Conflicts:    3199000 | #Constraints:     185215
2390.84/2397.04	c #Conflicts:    3200000 | #Constraints:     186215
2390.84/2397.04	c #Conflicts:    3201000 | #Constraints:     187215
2390.84/2397.04	c #Conflicts:    3202000 | #Constraints:     188215
2390.84/2397.04	c #Conflicts:    3203000 | #Constraints:     189215
2390.84/2397.04	c #Conflicts:    3204000 | #Constraints:     190215
2390.84/2397.04	c #Conflicts:    3205000 | #Constraints:     191215
2390.84/2397.04	c #Conflicts:    3206000 | #Constraints:     192215
2390.84/2397.04	WSVECS04 Frhs2[18]: 6 0 0.800036 shouldn't be
2390.84/2397.04	WSVECS04 Frhs2[32]: 6 0 1.00009 shouldn't be
2390.84/2397.04	WSVECS04 Frhs2[50]: 6 0 1.00007 shouldn't be
2390.84/2397.04	WSVECS04 Frhs2[51]: 6 -0.400078 0 shouldn't be
2390.84/2397.04	WSVECS04 Frhs2[53]: 6 0 4.50008 shouldn't be
2390.84/2397.04	WSVECS04 Frhs2[67]: 6 0 3.40002 shouldn't be
2390.84/2397.04	WSVECS04 Frhs2[102]: 6 0 1.00006 shouldn't be
2390.84/2397.04	WSVECS04 Frhs2[121]: 6 0 1.00009 shouldn't be
2390.84/2397.04	WSVECS04 Frhs2[128]: 6 0 2.0001 shouldn't be
2390.84/2397.04	WSVECS04 Frhs2[135]: 6 0 1.00007 shouldn't be
2390.84/2397.04	WSVECS04 Frhs2[139]: 6 0 2.00001 shouldn't be
2390.84/2397.04	WSVECS04 Frhs2[147]: 6 -3.00009 0 shouldn't be
2390.84/2397.04	WSVECS04 Frhs2[152]: 6 0 3.00004 shouldn't be
2390.84/2397.04	WSVECS04 Frhs2[153]: 6 -4.40008 0 shouldn't be
2390.84/2397.04	WSVECS04 Frhs2[159]: 6 0 1.20009 shouldn't be
2390.84/2397.04	WSVECS04 Frhs2[192]: 6 0 1.00003 shouldn't be
2394.02/2400.28	c #Conflicts:    3207000 | #Constraints:     193215
2394.02/2400.28	c #Conflicts:    3208000 | #Constraints:     194215
2394.02/2400.28	WSVECS04 Frhs2[10]: 6 0 2.00007 shouldn't be
2394.02/2400.28	WSVECS04 Frhs2[63]: 6 -2.29041 0 shouldn't be
2394.02/2400.28	WSVECS04 Frhs2[66]: 6 0 1.00007 shouldn't be
2394.02/2400.28	WSVECS04 Frhs2[83]: 6 -1.27424 0 shouldn't be
2394.02/2400.28	WSVECS04 Frhs2[86]: 6 0 2.80651 shouldn't be
2394.02/2400.28	WSVECS04 Frhs2[93]: 6 -5.38714 0 shouldn't be
2394.02/2400.28	WSVECS04 Frhs2[117]: 6 0 1.19361 shouldn't be
2394.02/2400.28	WSVECS04 Frhs2[132]: 6 -1.90331 0 shouldn't be
2394.02/2400.28	WSVECS04 Frhs2[142]: 6 0 1.90332 shouldn't be
2394.02/2400.28	WSVECS04 Frhs2[150]: 6 0 2.83881 shouldn't be
2394.02/2400.28	WSVECS04 Frhs2[163]: 6 0 5.38714 shouldn't be
2394.02/2400.28	WSVECS04 Frhs2[194]: 6 0 2.00004 shouldn't be
2397.71/2403.94	c #Conflicts:    3209000 | #Constraints:     195215
2397.71/2403.94	c #Conflicts:    3210000 | #Constraints:     196215
2397.71/2403.94	WSVECS04 Frhs2[18]: 6 0 0.545532 shouldn't be
2397.71/2403.94	WSVECS04 Frhs2[31]: 6 0 2.00001 shouldn't be
2397.71/2403.94	WSVECS04 Frhs2[60]: 6 -6.00007 0 shouldn't be
2397.71/2403.94	WSVECS04 Frhs2[67]: 6 0 2.68184 shouldn't be
2397.71/2403.94	WSVECS04 Frhs2[75]: 6 0 1.0001 shouldn't be
2397.71/2403.94	WSVECS04 Frhs2[83]: 6 0 2.00002 shouldn't be
2397.71/2403.94	WSVECS04 Frhs2[91]: 6 0 1.00007 shouldn't be
2397.71/2403.94	WSVECS04 Frhs2[98]: 6 0 1.00005 shouldn't be
2397.71/2403.94	WSVECS04 Frhs2[108]: 6 0 2.4546 shouldn't be
2397.71/2403.94	WSVECS04 Frhs2[121]: 6 0 1.45457 shouldn't be
2397.71/2403.94	WSVECS04 Frhs2[125]: 6 -2.63646 0 shouldn't be
2397.71/2403.94	WSVECS04 Frhs2[139]: 6 0 1.77281 shouldn't be
2397.71/2403.94	WSVECS04 Frhs2[146]: 6 -2.13643 0 shouldn't be
2397.71/2403.94	WSVECS04 Frhs2[153]: 6 0 2.45464 shouldn't be
2397.71/2403.94	WSVECS04 Frhs2[155]: 6 0 2.00006 shouldn't be
2397.71/2403.94	WSVECS04 Frhs2[166]: 6 -0.318281 0 shouldn't be
2397.71/2403.94	WSVECS04 Frhs2[171]: 6 0 1.63646 shouldn't be
2397.71/2403.94	WSVECS04 Frhs2[191]: 6 0 1.00005 shouldn't be
2397.71/2403.94	WSVECS04 Frhs2[197]: 6 -2.27282 0 shouldn't be
2409.18/2415.47	c #Conflicts:    3211000 | #Constraints:     197215
2409.18/2415.47	c #Conflicts:    3212000 | #Constraints:     198215
2409.18/2415.47	c #Conflicts:    3213000 | #Constraints:     199215
2409.18/2415.47	c #Conflicts:    3214000 | #Constraints:     200215
2409.18/2415.47	c #Conflicts:    3215000 | #Constraints:     201215
2409.18/2415.47	c #Conflicts:    3216000 | #Constraints:     202215
2409.18/2415.47	c #Conflicts:    3217000 | #Constraints:     203215
2409.18/2415.47	c #Conflicts:    3218000 | #Constraints:     204215
2409.18/2415.47	c INPROCESSING
2409.18/2415.47	c GARBAGE COLLECT
2409.18/2415.47	c rational objective -109
2443.50/2449.87	c #Conflicts:    3219000 | #Constraints:     111619
2443.50/2449.87	c #Conflicts:    3220000 | #Constraints:     112621
2443.50/2449.87	c #Conflicts:    3221000 | #Constraints:     113621
2443.50/2449.87	c #Conflicts:    3222000 | #Constraints:     114621
2443.50/2449.87	c #Conflicts:    3223000 | #Constraints:     115621
2443.50/2449.87	c #Conflicts:    3224000 | #Constraints:     116621
2443.50/2449.87	c #Conflicts:    3225000 | #Constraints:     117621
2443.50/2449.87	c #Conflicts:    3226000 | #Constraints:     118621
2443.50/2449.87	c #Conflicts:    3227000 | #Constraints:     119621
2443.50/2449.87	c #Conflicts:    3228000 | #Constraints:     120621
2443.50/2449.87	c #Conflicts:    3229000 | #Constraints:     121622
2443.50/2449.87	c #Conflicts:    3230000 | #Constraints:     122623
2443.50/2449.87	c #Conflicts:    3231000 | #Constraints:     123623
2443.50/2449.87	c #Conflicts:    3232000 | #Constraints:     124623
2443.50/2449.87	c #Conflicts:    3233000 | #Constraints:     125623
2443.50/2449.87	c #Conflicts:    3234000 | #Constraints:     126624
2443.50/2449.87	c #Conflicts:    3235000 | #Constraints:     127625
2443.50/2449.87	c #Conflicts:    3236000 | #Constraints:     128625
2443.50/2449.87	c #Conflicts:    3237000 | #Constraints:     129626
2443.50/2449.87	c #Conflicts:    3238000 | #Constraints:     130626
2443.50/2449.87	c #Conflicts:    3239000 | #Constraints:     131627
2443.50/2449.87	c #Conflicts:    3240000 | #Constraints:     132630
2443.50/2449.87	c #Conflicts:    3241000 | #Constraints:     133632
2443.50/2449.87	c #Conflicts:    3242000 | #Constraints:     134634
2443.50/2449.87	c #Conflicts:    3243000 | #Constraints:     135637
2443.50/2449.87	c #Conflicts:    3244000 | #Constraints:     136641
2443.50/2449.87	c #Conflicts:    3245000 | #Constraints:     137642
2443.50/2449.87	c #Conflicts:    3246000 | #Constraints:     138643
2443.50/2449.87	c #Conflicts:    3247000 | #Constraints:     139643
2443.50/2449.87	c #Conflicts:    3248000 | #Constraints:     140643
2443.50/2449.87	c #Conflicts:    3249000 | #Constraints:     141643
2443.50/2449.87	c #Conflicts:    3250000 | #Constraints:     142643
2443.50/2449.87	c #Conflicts:    3251000 | #Constraints:     143644
2443.50/2449.87	c #Conflicts:    3252000 | #Constraints:     144644
2443.50/2449.87	c #Conflicts:    3253000 | #Constraints:     145649
2443.50/2449.87	c #Conflicts:    3254000 | #Constraints:     146649
2443.50/2449.87	c #Conflicts:    3255000 | #Constraints:     147649
2443.50/2449.87	c #Conflicts:    3256000 | #Constraints:     148649
2443.50/2449.87	c #Conflicts:    3257000 | #Constraints:     149649
2443.50/2449.87	c INPROCESSING
2443.50/2449.87	c GARBAGE COLLECT
2443.50/2449.87	c rational objective -109
2473.13/2479.50	c #Conflicts:    3258000 | #Constraints:      84440
2473.13/2479.50	c #Conflicts:    3259000 | #Constraints:      85444
2473.13/2479.50	c #Conflicts:    3260000 | #Constraints:      86444
2473.13/2479.50	c #Conflicts:    3261000 | #Constraints:      87445
2473.13/2479.50	c #Conflicts:    3262000 | #Constraints:      88446
2473.13/2479.50	c #Conflicts:    3263000 | #Constraints:      89446
2473.13/2479.50	c #Conflicts:    3264000 | #Constraints:      90446
2473.13/2479.50	c #Conflicts:    3265000 | #Constraints:      91446
2473.13/2479.50	c #Conflicts:    3266000 | #Constraints:      92447
2473.13/2479.50	c #Conflicts:    3267000 | #Constraints:      93450
2473.13/2479.50	c #Conflicts:    3268000 | #Constraints:      94450
2473.13/2479.50	c #Conflicts:    3269000 | #Constraints:      95453
2473.13/2479.50	c #Conflicts:    3270000 | #Constraints:      96455
2473.13/2479.50	c #Conflicts:    3271000 | #Constraints:      97455
2473.13/2479.50	c #Conflicts:    3272000 | #Constraints:      98456
2473.13/2479.50	c #Conflicts:    3273000 | #Constraints:      99461
2473.13/2479.50	c #Conflicts:    3274000 | #Constraints:     100461
2473.13/2479.50	c #Conflicts:    3275000 | #Constraints:     101462
2473.13/2479.50	c #Conflicts:    3276000 | #Constraints:     102462
2473.13/2479.50	c #Conflicts:    3277000 | #Constraints:     103462
2473.13/2479.50	c #Conflicts:    3278000 | #Constraints:     104463
2473.13/2479.50	c #Conflicts:    3279000 | #Constraints:     105465
2473.13/2479.50	c #Conflicts:    3280000 | #Constraints:     106465
2473.13/2479.50	c #Conflicts:    3281000 | #Constraints:     107466
2473.13/2479.50	c #Conflicts:    3282000 | #Constraints:     108466
2473.13/2479.50	c #Conflicts:    3283000 | #Constraints:     109466
2473.13/2479.50	c #Conflicts:    3284000 | #Constraints:     110467
2473.13/2479.50	c #Conflicts:    3285000 | #Constraints:     111468
2473.13/2479.50	c #Conflicts:    3286000 | #Constraints:     112469
2473.13/2479.50	c #Conflicts:    3287000 | #Constraints:     113469
2473.13/2479.50	c #Conflicts:    3288000 | #Constraints:     114469
2473.13/2479.50	c #Conflicts:    3289000 | #Constraints:     115469
2473.13/2479.50	c #Conflicts:    3290000 | #Constraints:     116470
2473.13/2479.50	c #Conflicts:    3291000 | #Constraints:     117473
2473.13/2479.50	c #Conflicts:    3292000 | #Constraints:     118474
2473.13/2479.50	c #Conflicts:    3293000 | #Constraints:     119477
2473.13/2479.50	c #Conflicts:    3294000 | #Constraints:     120480
2473.13/2479.50	c #Conflicts:    3295000 | #Constraints:     121486
2473.13/2479.50	c #Conflicts:    3296000 | #Constraints:     122488
2473.13/2479.50	c INPROCESSING
2473.13/2479.50	c GARBAGE COLLECT
2473.13/2479.50	c rational objective -109
2500.37/2506.86	c #Conflicts:    3297000 | #Constraints:      70866
2500.37/2506.86	c #Conflicts:    3298000 | #Constraints:      71868
2500.37/2506.86	c #Conflicts:    3299000 | #Constraints:      72870
2500.37/2506.86	c #Conflicts:    3300000 | #Constraints:      73871
2500.37/2506.86	c #Conflicts:    3301000 | #Constraints:      74871
2500.37/2506.86	c #Conflicts:    3302000 | #Constraints:      75874
2500.37/2506.86	c #Conflicts:    3303000 | #Constraints:      76874
2500.37/2506.86	c #Conflicts:    3304000 | #Constraints:      77878
2500.37/2506.86	c #Conflicts:    3305000 | #Constraints:      78880
2500.37/2506.86	c #Conflicts:    3306000 | #Constraints:      79882
2500.37/2506.86	c #Conflicts:    3307000 | #Constraints:      80882
2500.37/2506.86	c #Conflicts:    3308000 | #Constraints:      81883
2500.37/2506.86	c #Conflicts:    3309000 | #Constraints:      82883
2500.37/2506.86	c #Conflicts:    3310000 | #Constraints:      83883
2500.37/2506.86	c #Conflicts:    3311000 | #Constraints:      84884
2500.37/2506.86	c #Conflicts:    3312000 | #Constraints:      85889
2500.37/2506.86	c #Conflicts:    3313000 | #Constraints:      86890
2500.37/2506.86	c #Conflicts:    3314000 | #Constraints:      87890
2500.37/2506.86	c #Conflicts:    3315000 | #Constraints:      88892
2500.37/2506.86	c #Conflicts:    3316000 | #Constraints:      89894
2500.37/2506.86	c #Conflicts:    3317000 | #Constraints:      90894
2500.37/2506.86	c #Conflicts:    3318000 | #Constraints:      91895
2500.37/2506.86	c #Conflicts:    3319000 | #Constraints:      92896
2500.37/2506.86	c #Conflicts:    3320000 | #Constraints:      93897
2500.37/2506.86	c #Conflicts:    3321000 | #Constraints:      94897
2500.37/2506.86	c #Conflicts:    3322000 | #Constraints:      95897
2500.37/2506.86	c #Conflicts:    3323000 | #Constraints:      96897
2500.37/2506.86	c #Conflicts:    3324000 | #Constraints:      97898
2500.37/2506.86	c #Conflicts:    3325000 | #Constraints:      98900
2500.37/2506.86	c #Conflicts:    3326000 | #Constraints:      99900
2500.37/2506.86	c #Conflicts:    3327000 | #Constraints:     100900
2500.37/2506.86	c #Conflicts:    3328000 | #Constraints:     101900
2500.37/2506.86	c #Conflicts:    3329000 | #Constraints:     102900
2500.37/2506.86	c #Conflicts:    3330000 | #Constraints:     103901
2500.37/2506.86	c #Conflicts:    3331000 | #Constraints:     104901
2500.37/2506.86	c #Conflicts:    3332000 | #Constraints:     105901
2500.37/2506.86	c #Conflicts:    3333000 | #Constraints:     106902
2500.37/2506.86	c #Conflicts:    3334000 | #Constraints:     107903
2500.37/2506.86	c #Conflicts:    3335000 | #Constraints:     108907
2500.37/2506.86	c INPROCESSING
2500.37/2506.86	c GARBAGE COLLECT
2500.37/2506.86	c rational objective -109
2525.91/2532.49	c #Conflicts:    3336000 | #Constraints:      63968
2525.91/2532.49	c #Conflicts:    3337000 | #Constraints:      64969
2525.91/2532.49	c #Conflicts:    3338000 | #Constraints:      65969
2525.91/2532.49	c #Conflicts:    3339000 | #Constraints:      66969
2525.91/2532.49	c #Conflicts:    3340000 | #Constraints:      67969
2525.91/2532.49	c #Conflicts:    3341000 | #Constraints:      68969
2525.91/2532.49	c #Conflicts:    3342000 | #Constraints:      69969
2525.91/2532.49	c #Conflicts:    3343000 | #Constraints:      70970
2525.91/2532.49	c #Conflicts:    3344000 | #Constraints:      71970
2525.91/2532.49	c #Conflicts:    3345000 | #Constraints:      72970
2525.91/2532.49	c #Conflicts:    3346000 | #Constraints:      73970
2525.91/2532.49	c #Conflicts:    3347000 | #Constraints:      74971
2525.91/2532.49	c #Conflicts:    3348000 | #Constraints:      75971
2525.91/2532.49	c #Conflicts:    3349000 | #Constraints:      76973
2525.91/2532.49	c #Conflicts:    3350000 | #Constraints:      77974
2525.91/2532.49	c #Conflicts:    3351000 | #Constraints:      78984
2525.91/2532.49	c #Conflicts:    3352000 | #Constraints:      79987
2525.91/2532.49	c #Conflicts:    3353000 | #Constraints:      80991
2525.91/2532.49	c #Conflicts:    3354000 | #Constraints:      81991
2525.91/2532.49	c #Conflicts:    3355000 | #Constraints:      82992
2525.91/2532.49	c #Conflicts:    3356000 | #Constraints:      83995
2525.91/2532.49	c #Conflicts:    3357000 | #Constraints:      84996
2525.91/2532.49	c #Conflicts:    3358000 | #Constraints:      85997
2525.91/2532.49	c #Conflicts:    3359000 | #Constraints:      86998
2525.91/2532.49	c #Conflicts:    3360000 | #Constraints:      87998
2525.91/2532.49	c #Conflicts:    3361000 | #Constraints:      89000
2525.91/2532.49	c #Conflicts:    3362000 | #Constraints:      90000
2525.91/2532.49	c #Conflicts:    3363000 | #Constraints:      91002
2525.91/2532.49	c #Conflicts:    3364000 | #Constraints:      92005
2525.91/2532.49	c #Conflicts:    3365000 | #Constraints:      93007
2525.91/2532.49	c #Conflicts:    3366000 | #Constraints:      94008
2525.91/2532.49	c #Conflicts:    3367000 | #Constraints:      95008
2525.91/2532.49	c #Conflicts:    3368000 | #Constraints:      96009
2525.91/2532.49	c #Conflicts:    3369000 | #Constraints:      97009
2525.91/2532.49	c #Conflicts:    3370000 | #Constraints:      98012
2525.91/2532.49	c #Conflicts:    3371000 | #Constraints:      99014
2525.91/2532.49	c #Conflicts:    3372000 | #Constraints:     100017
2525.91/2532.49	c #Conflicts:    3373000 | #Constraints:     101019
2525.91/2532.49	c #Conflicts:    3374000 | #Constraints:     102020
2525.91/2532.49	c #Conflicts:    3375000 | #Constraints:     103021
2525.91/2532.49	c INPROCESSING
2525.91/2532.49	c GARBAGE COLLECT
2525.91/2532.49	c rational objective -109
2570.31/2576.90	c #Conflicts:    3376000 | #Constraints:      61337
2570.31/2576.90	c #Conflicts:    3377000 | #Constraints:      62338
2570.31/2576.90	c #Conflicts:    3378000 | #Constraints:      63341
2570.31/2576.90	c #Conflicts:    3379000 | #Constraints:      64342
2570.31/2576.90	c #Conflicts:    3380000 | #Constraints:      65344
2570.31/2576.90	c #Conflicts:    3381000 | #Constraints:      66344
2570.31/2576.90	c #Conflicts:    3382000 | #Constraints:      67344
2570.31/2576.90	c #Conflicts:    3383000 | #Constraints:      68344
2570.31/2576.90	c #Conflicts:    3384000 | #Constraints:      69344
2570.31/2576.90	c #Conflicts:    3385000 | #Constraints:      70346
2570.31/2576.90	c #Conflicts:    3386000 | #Constraints:      71346
2570.31/2576.90	c #Conflicts:    3387000 | #Constraints:      72346
2570.31/2576.90	c #Conflicts:    3388000 | #Constraints:      73352
2570.31/2576.90	c #Conflicts:    3389000 | #Constraints:      74354
2570.31/2576.90	c #Conflicts:    3390000 | #Constraints:      75356
2570.31/2576.90	c #Conflicts:    3391000 | #Constraints:      76360
2570.31/2576.90	c #Conflicts:    3392000 | #Constraints:      77365
2570.31/2576.90	c #Conflicts:    3393000 | #Constraints:      78366
2570.31/2576.90	c #Conflicts:    3394000 | #Constraints:      79366
2570.31/2576.90	c #Conflicts:    3395000 | #Constraints:      80368
2570.31/2576.90	c #Conflicts:    3396000 | #Constraints:      81368
2570.31/2576.90	c #Conflicts:    3397000 | #Constraints:      82369
2570.31/2576.90	c #Conflicts:    3398000 | #Constraints:      83369
2570.31/2576.90	c #Conflicts:    3399000 | #Constraints:      84369
2570.31/2576.90	c #Conflicts:    3400000 | #Constraints:      85372
2570.31/2576.90	c #Conflicts:    3401000 | #Constraints:      86373
2570.31/2576.90	c #Conflicts:    3402000 | #Constraints:      87374
2570.31/2576.90	c #Conflicts:    3403000 | #Constraints:      88377
2570.31/2576.90	c #Conflicts:    3404000 | #Constraints:      89378
2570.31/2576.90	c #Conflicts:    3405000 | #Constraints:      90379
2570.31/2576.90	c #Conflicts:    3406000 | #Constraints:      91388
2570.31/2576.90	c #Conflicts:    3407000 | #Constraints:      92393
2570.31/2576.90	c #Conflicts:    3408000 | #Constraints:      93396
2570.31/2576.90	c #Conflicts:    3409000 | #Constraints:      94400
2570.31/2576.90	c #Conflicts:    3410000 | #Constraints:      95404
2570.31/2576.90	c #Conflicts:    3411000 | #Constraints:      96406
2570.31/2576.90	c #Conflicts:    3412000 | #Constraints:      97406
2570.31/2576.90	c #Conflicts:    3413000 | #Constraints:      98407
2570.31/2576.90	c #Conflicts:    3414000 | #Constraints:      99409
2570.31/2576.90	c #Conflicts:    3415000 | #Constraints:     100411
2570.31/2576.90	c #Conflicts:    3416000 | #Constraints:     101412
2570.31/2576.90	c #Conflicts:    3417000 | #Constraints:     102416
2570.31/2576.90	c #Conflicts:    3418000 | #Constraints:     103422
2570.31/2576.90	c #Conflicts:    3419000 | #Constraints:     104426
2570.31/2576.90	c #Conflicts:    3420000 | #Constraints:     105429
2570.31/2576.90	c #Conflicts:    3421000 | #Constraints:     106429
2570.31/2576.90	c #Conflicts:    3422000 | #Constraints:     107432
2570.31/2576.90	c #Conflicts:    3423000 | #Constraints:     108432
2570.31/2576.90	c #Conflicts:    3424000 | #Constraints:     109433
2570.31/2576.90	c #Conflicts:    3425000 | #Constraints:     110438
2570.31/2576.90	c #Conflicts:    3426000 | #Constraints:     111440
2570.31/2576.90	c #Conflicts:    3427000 | #Constraints:     112442
2570.31/2576.90	c #Conflicts:    3428000 | #Constraints:     113443
2570.31/2576.90	c #Conflicts:    3429000 | #Constraints:     114445
2570.31/2576.90	c #Conflicts:    3430000 | #Constraints:     115450
2570.31/2576.90	c #Conflicts:    3431000 | #Constraints:     116451
2570.31/2576.90	c #Conflicts:    3432000 | #Constraints:     117451
2570.31/2576.90	c #Conflicts:    3433000 | #Constraints:     118452
2570.31/2576.90	c #Conflicts:    3434000 | #Constraints:     119452
2570.31/2576.90	c #Conflicts:    3435000 | #Constraints:     120453
2570.31/2576.90	c #Conflicts:    3436000 | #Constraints:     121453
2570.31/2576.90	c #Conflicts:    3437000 | #Constraints:     122453
2570.31/2576.90	c bounds -70 >= -109 @ 2546.79
2588.66/2595.35	c #Conflicts:    3438000 | #Constraints:     123455
2588.66/2595.35	c #Conflicts:    3439000 | #Constraints:     124455
2588.66/2595.35	c #Conflicts:    3440000 | #Constraints:     125455
2588.66/2595.35	c #Conflicts:    3441000 | #Constraints:     126455
2588.66/2595.35	c #Conflicts:    3442000 | #Constraints:     127455
2588.66/2595.35	c #Conflicts:    3443000 | #Constraints:     128455
2588.66/2595.35	c #Conflicts:    3444000 | #Constraints:     129455
2588.66/2595.35	c #Conflicts:    3445000 | #Constraints:     130455
2588.66/2595.35	c #Conflicts:    3446000 | #Constraints:     131455
2588.66/2595.35	c #Conflicts:    3447000 | #Constraints:     132455
2588.66/2595.35	c #Conflicts:    3448000 | #Constraints:     133455
2588.66/2595.35	c #Conflicts:    3449000 | #Constraints:     134455
2588.66/2595.35	c #Conflicts:    3450000 | #Constraints:     135455
2588.66/2595.35	c #Conflicts:    3451000 | #Constraints:     136455
2588.66/2595.35	c #Conflicts:    3452000 | #Constraints:     137455
2588.66/2595.35	c #Conflicts:    3453000 | #Constraints:     138455
2588.66/2595.35	c #Conflicts:    3454000 | #Constraints:     139455
2588.66/2595.35	c #Conflicts:    3455000 | #Constraints:     140455
2588.66/2595.35	c #Conflicts:    3456000 | #Constraints:     141455
2588.66/2595.35	c #Conflicts:    3457000 | #Constraints:     142455
2588.66/2595.35	c #Conflicts:    3458000 | #Constraints:     143455
2588.66/2595.35	WSVECS04 Frhs2[40]: 6 -2.00006 0 shouldn't be
2588.66/2595.35	WSVECS04 Frhs2[61]: 6 0 1.00008 shouldn't be
2588.66/2595.35	WSVECS04 Frhs2[66]: 6 0 1.66674 shouldn't be
2588.66/2595.35	WSVECS04 Frhs2[74]: 6 -4.00009 0 shouldn't be
2588.66/2595.35	WSVECS04 Frhs2[86]: 6 0 3.33342 shouldn't be
2588.66/2595.35	WSVECS04 Frhs2[93]: 6 0 1.00008 shouldn't be
2588.66/2595.35	WSVECS04 Frhs2[114]: 6 -0.33339 0 shouldn't be
2588.66/2595.35	WSVECS04 Frhs2[120]: 6 0 1.00003 shouldn't be
2588.66/2595.35	WSVECS04 Frhs2[139]: 6 -1.00003 0 shouldn't be
2588.66/2595.35	WSVECS04 Frhs2[151]: 6 -1.00003 0 shouldn't be
2588.66/2595.35	WSVECS04 Frhs2[178]: 6 -1.00007 0 shouldn't be
2588.66/2595.35	WSVECS04 Frhs2[191]: 6 0 3.00005 shouldn't be
2608.71/2615.42	c #Conflicts:    3459000 | #Constraints:     144455
2608.71/2615.42	c #Conflicts:    3460000 | #Constraints:     145455
2608.71/2615.42	c #Conflicts:    3461000 | #Constraints:     146455
2608.71/2615.42	c #Conflicts:    3462000 | #Constraints:     147455
2608.71/2615.42	c #Conflicts:    3463000 | #Constraints:     148455
2608.71/2615.42	c #Conflicts:    3464000 | #Constraints:     149455
2608.71/2615.42	c #Conflicts:    3465000 | #Constraints:     150455
2608.71/2615.42	c #Conflicts:    3466000 | #Constraints:     151455
2608.71/2615.42	c #Conflicts:    3467000 | #Constraints:     152455
2608.71/2615.42	c #Conflicts:    3468000 | #Constraints:     153455
2608.71/2615.42	c #Conflicts:    3469000 | #Constraints:     154455
2608.71/2615.42	c #Conflicts:    3470000 | #Constraints:     155455
2608.71/2615.42	c #Conflicts:    3471000 | #Constraints:     156455
2608.71/2615.42	c #Conflicts:    3472000 | #Constraints:     157455
2608.71/2615.42	c #Conflicts:    3473000 | #Constraints:     158455
2608.71/2615.42	c #Conflicts:    3474000 | #Constraints:     159455
2608.71/2615.42	c #Conflicts:    3475000 | #Constraints:     160455
2608.71/2615.42	c #Conflicts:    3476000 | #Constraints:     161455
2608.71/2615.42	c #Conflicts:    3477000 | #Constraints:     162455
2608.71/2615.42	c #Conflicts:    3478000 | #Constraints:     163455
2608.71/2615.42	WSVECS04 Frhs2[4]: 6 0 4.08338 shouldn't be
2608.71/2615.42	WSVECS04 Frhs2[9]: 6 -1.1667 0 shouldn't be
2608.71/2615.42	WSVECS04 Frhs2[52]: 6 0 4.0001 shouldn't be
2608.71/2615.42	WSVECS04 Frhs2[55]: 6 0 3.00002 shouldn't be
2608.71/2615.42	WSVECS04 Frhs2[58]: 6 0 3.00007 shouldn't be
2608.71/2615.42	WSVECS04 Frhs2[74]: 6 -0.0834332 0 shouldn't be
2608.71/2615.42	WSVECS04 Frhs2[91]: 6 0 1.08342 shouldn't be
2608.71/2615.42	WSVECS04 Frhs2[106]: 6 0 1.83341 shouldn't be
2608.71/2615.42	WSVECS04 Frhs2[111]: 6 0 1.00008 shouldn't be
2608.71/2615.42	WSVECS04 Frhs2[125]: 6 -1.25005 0 shouldn't be
2608.71/2615.42	WSVECS04 Frhs2[145]: 6 0 2.00007 shouldn't be
2608.71/2615.42	WSVECS04 Frhs2[177]: 6 0 2.00002 shouldn't be
2608.71/2615.42	WSVECS04 Frhs2[193]: 6 0 1.00007 shouldn't be
2610.43/2617.14	c #Conflicts:    3479000 | #Constraints:     164455
2610.43/2617.14	c #Conflicts:    3480000 | #Constraints:     165455
2610.43/2617.14	WSVECS04 Frhs2[3]: 6 0 1.00001 shouldn't be
2610.43/2617.14	WSVECS04 Frhs2[18]: 6 -3.03336 0 shouldn't be
2610.43/2617.14	WSVECS04 Frhs2[23]: 6 0 1.03338 shouldn't be
2610.43/2617.14	WSVECS04 Frhs2[32]: 6 0 1.00004 shouldn't be
2610.43/2617.14	WSVECS04 Frhs2[40]: 6 0 1.56668 shouldn't be
2610.43/2617.14	WSVECS04 Frhs2[49]: 6 0 4.03335 shouldn't be
2610.43/2617.14	WSVECS04 Frhs2[66]: 6 0 1.36672 shouldn't be
2610.43/2617.14	WSVECS04 Frhs2[94]: 6 -3.03338 0 shouldn't be
2610.43/2617.14	WSVECS04 Frhs2[147]: 6 0 2.00006 shouldn't be
2610.43/2617.14	WSVECS04 Frhs2[163]: 6 0 1.0001 shouldn't be
2610.43/2617.14	WSVECS04 Frhs2[172]: 6 0 5.00002 shouldn't be
2610.43/2617.14	WSVECS04 Frhs2[179]: 6 0 2.00004 shouldn't be
2610.43/2617.14	WSVECS04 Frhs2[181]: 6 0 1.63342 shouldn't be
2610.43/2617.14	WSVECS04 Frhs2[192]: 6 0 1.00009 shouldn't be
2631.87/2638.64	c #Conflicts:    3481000 | #Constraints:     166455
2631.87/2638.64	c #Conflicts:    3482000 | #Constraints:     167455
2631.87/2638.64	c #Conflicts:    3483000 | #Constraints:     168455
2631.87/2638.64	c #Conflicts:    3484000 | #Constraints:     169455
2631.87/2638.64	c #Conflicts:    3485000 | #Constraints:     170455
2631.87/2638.64	c #Conflicts:    3486000 | #Constraints:     171455
2631.87/2638.64	c #Conflicts:    3487000 | #Constraints:     172455
2631.87/2638.64	c #Conflicts:    3488000 | #Constraints:     173455
2631.87/2638.64	c #Conflicts:    3489000 | #Constraints:     174455
2631.87/2638.64	c #Conflicts:    3490000 | #Constraints:     175455
2631.87/2638.64	c #Conflicts:    3491000 | #Constraints:     176455
2631.87/2638.64	c #Conflicts:    3492000 | #Constraints:     177455
2631.87/2638.64	c #Conflicts:    3493000 | #Constraints:     178455
2631.87/2638.64	c #Conflicts:    3494000 | #Constraints:     179455
2631.87/2638.64	c #Conflicts:    3495000 | #Constraints:     180455
2631.87/2638.64	c #Conflicts:    3496000 | #Constraints:     181455
2631.87/2638.64	c #Conflicts:    3497000 | #Constraints:     182455
2631.87/2638.64	WSVECS04 Frhs2[13]: 6 0 1.00002 shouldn't be
2631.87/2638.64	WSVECS04 Frhs2[20]: 6 0 4.00003 shouldn't be
2631.87/2638.64	WSVECS04 Frhs2[116]: 6 0 3.33339 shouldn't be
2631.87/2638.64	WSVECS04 Frhs2[120]: 6 0 2.00006 shouldn't be
2631.87/2638.64	WSVECS04 Frhs2[182]: 6 0 1.00009 shouldn't be
2631.87/2638.64	WSVECS04 Frhs2[194]: 6 0 1.00005 shouldn't be
2634.95/2641.72	c #Conflicts:    3498000 | #Constraints:     183455
2634.95/2641.72	c #Conflicts:    3499000 | #Constraints:     184455
2634.95/2641.72	c #Conflicts:    3500000 | #Constraints:     185455
2634.95/2641.72	WSVECS04 Frhs2[23]: 6 0 3.00006 shouldn't be
2634.95/2641.72	WSVECS04 Frhs2[53]: 6 0 2.88002 shouldn't be
2634.95/2641.72	WSVECS04 Frhs2[56]: 6 -0.680083 0 shouldn't be
2634.95/2641.72	WSVECS04 Frhs2[61]: 6 -0.32006 0 shouldn't be
2634.95/2641.72	WSVECS04 Frhs2[62]: 6 -1.00008 0 shouldn't be
2634.95/2641.72	WSVECS04 Frhs2[65]: 6 0 3.12007 shouldn't be
2634.95/2641.72	WSVECS04 Frhs2[68]: 6 -0.400032 0 shouldn't be
2634.95/2641.72	WSVECS04 Frhs2[96]: 6 0 1.12004 shouldn't be
2634.95/2641.72	WSVECS04 Frhs2[117]: 6 0 1.0001 shouldn't be
2634.95/2641.72	WSVECS04 Frhs2[120]: 6 0 1.52002 shouldn't be
2634.95/2641.72	WSVECS04 Frhs2[121]: 6 0 2.00002 shouldn't be
2634.95/2641.72	WSVECS04 Frhs2[156]: 6 0 1.00003 shouldn't be
2639.85/2646.65	c #Conflicts:    3501000 | #Constraints:     186455
2639.85/2646.65	c #Conflicts:    3502000 | #Constraints:     187455
2639.85/2646.65	c #Conflicts:    3503000 | #Constraints:     188455
2639.85/2646.65	c #Conflicts:    3504000 | #Constraints:     189455
2639.85/2646.65	WSVECS04 Frhs2[5]: 6 0 0.500026 shouldn't be
2639.85/2646.65	WSVECS04 Frhs2[6]: 6 0 1.00002 shouldn't be
2639.85/2646.65	WSVECS04 Frhs2[24]: 6 -1.00002 0 shouldn't be
2639.85/2646.65	WSVECS04 Frhs2[32]: 6 0 1.66672 shouldn't be
2639.85/2646.65	WSVECS04 Frhs2[45]: 6 0 1.00006 shouldn't be
2639.85/2646.65	WSVECS04 Frhs2[51]: 6 -5.25004 0 shouldn't be
2639.85/2646.65	WSVECS04 Frhs2[53]: 6 0 6.50005 shouldn't be
2639.85/2646.65	WSVECS04 Frhs2[83]: 6 0 1.00006 shouldn't be
2639.85/2646.65	WSVECS04 Frhs2[102]: 6 0 1.00002 shouldn't be
2639.85/2646.65	WSVECS04 Frhs2[109]: 6 -1.83336 0 shouldn't be
2639.85/2646.65	WSVECS04 Frhs2[125]: 6 0 1.00002 shouldn't be
2639.85/2646.65	WSVECS04 Frhs2[128]: 6 0 5.0001 shouldn't be
2639.85/2646.65	WSVECS04 Frhs2[137]: 6 0 2.00007 shouldn't be
2639.85/2646.65	WSVECS04 Frhs2[139]: 6 0 1.66672 shouldn't be
2639.85/2646.65	WSVECS04 Frhs2[155]: 6 0 1.50003 shouldn't be
2639.85/2646.65	WSVECS04 Frhs2[182]: 6 0 1.50003 shouldn't be
2639.85/2646.65	WSVECS04 Frhs2[184]: 6 0 1.00004 shouldn't be
2648.82/2655.64	c #Conflicts:    3505000 | #Constraints:     190455
2648.82/2655.64	c #Conflicts:    3506000 | #Constraints:     191455
2648.82/2655.64	c #Conflicts:    3507000 | #Constraints:     192455
2648.82/2655.64	c #Conflicts:    3508000 | #Constraints:     193455
2648.82/2655.64	c #Conflicts:    3509000 | #Constraints:     194455
2648.82/2655.64	c #Conflicts:    3510000 | #Constraints:     195455
2648.82/2655.64	c #Conflicts:    3511000 | #Constraints:     196455
2648.82/2655.64	WSVECS04 Frhs2[6]: 6 0 2.00001 shouldn't be
2648.82/2655.64	WSVECS04 Frhs2[18]: 6 0 0.6251 shouldn't be
2648.82/2655.64	WSVECS04 Frhs2[32]: 6 0 1.00009 shouldn't be
2648.82/2655.64	WSVECS04 Frhs2[36]: 6 0 2.00009 shouldn't be
2648.82/2655.64	WSVECS04 Frhs2[55]: 6 0 2.00001 shouldn't be
2648.82/2655.64	WSVECS04 Frhs2[58]: 6 0 2.00001 shouldn't be
2648.82/2655.64	WSVECS04 Frhs2[60]: 6 0 2.7501 shouldn't be
2648.82/2655.64	WSVECS04 Frhs2[61]: 6 0 2.62505 shouldn't be
2648.82/2655.64	WSVECS04 Frhs2[77]: 6 -0.625045 0 shouldn't be
2648.82/2655.64	WSVECS04 Frhs2[81]: 6 0 2.50009 shouldn't be
2648.82/2655.64	WSVECS04 Frhs2[83]: 6 0 1.00004 shouldn't be
2648.82/2655.64	WSVECS04 Frhs2[86]: 6 0 3.87508 shouldn't be
2648.82/2655.64	WSVECS04 Frhs2[89]: 6 -1.25003 0 shouldn't be
2648.82/2655.64	WSVECS04 Frhs2[106]: 6 0 3.00008 shouldn't be
2648.82/2655.64	WSVECS04 Frhs2[124]: 6 0 2.0001 shouldn't be
2648.82/2655.64	WSVECS04 Frhs2[153]: 6 0 1.00009 shouldn't be
2648.82/2655.64	WSVECS04 Frhs2[177]: 6 0 2.50009 shouldn't be
2648.82/2655.64	WSVECS04 Frhs2[182]: 6 0 2.37503 shouldn't be
2648.82/2655.64	WSVECS04 Frhs2[196]: 6 0 1.00009 shouldn't be
2648.82/2655.64	WSVECS04 Frhs2[199]: 6 0 2.3751 shouldn't be
2652.62/2659.42	c #Conflicts:    3512000 | #Constraints:     197455
2652.62/2659.42	c #Conflicts:    3513000 | #Constraints:     198455
2652.62/2659.42	c #Conflicts:    3514000 | #Constraints:     199455
2652.62/2659.42	WSVECS04 Frhs2[1]: 6 0 1.50003 shouldn't be
2652.62/2659.42	WSVECS04 Frhs2[12]: 6 0 5.00003 shouldn't be
2652.62/2659.42	WSVECS04 Frhs2[13]: 6 0 1.0001 shouldn't be
2652.62/2659.42	WSVECS04 Frhs2[49]: 6 0 6.00006 shouldn't be
2652.62/2659.42	WSVECS04 Frhs2[52]: 6 0 2.00002 shouldn't be
2652.62/2659.42	WSVECS04 Frhs2[53]: 6 0 2.00006 shouldn't be
2652.62/2659.42	WSVECS04 Frhs2[65]: 6 0 1.00005 shouldn't be
2652.62/2659.42	WSVECS04 Frhs2[77]: 6 0 2.50004 shouldn't be
2652.62/2659.42	WSVECS04 Frhs2[87]: 6 0 2.00009 shouldn't be
2652.62/2659.42	WSVECS04 Frhs2[117]: 6 0 2.00001 shouldn't be
2652.62/2659.42	WSVECS04 Frhs2[130]: 6 0 2.00005 shouldn't be
2652.62/2659.42	WSVECS04 Frhs2[132]: 6 -3.00005 0 shouldn't be
2652.62/2659.42	WSVECS04 Frhs2[165]: 6 0 2.0001 shouldn't be
2652.62/2659.42	WSVECS04 Frhs2[179]: 6 0 3.00008 shouldn't be
2652.62/2659.42	WSVECS04 Frhs2[189]: 6 0 3.00004 shouldn't be
2652.62/2659.42	WSVECS04 Frhs2[192]: 6 0 1.00005 shouldn't be
2652.62/2659.42	WSVECS04 Frhs2[194]: 6 0 1.00009 shouldn't be
2656.21/2663.01	c #Conflicts:    3515000 | #Constraints:     200455
2656.21/2663.01	c #Conflicts:    3516000 | #Constraints:     201455
2656.21/2663.01	WSVECS04 Frhs2[19]: 6 -3.56761 0 shouldn't be
2656.21/2663.01	WSVECS04 Frhs2[35]: 6 0 3.80636 shouldn't be
2656.21/2663.01	WSVECS04 Frhs2[58]: 6 0 1.00005 shouldn't be
2656.21/2663.01	WSVECS04 Frhs2[60]: 6 0 1.83338 shouldn't be
2656.21/2663.01	WSVECS04 Frhs2[68]: 6 0 1.00001 shouldn't be
2656.21/2663.01	WSVECS04 Frhs2[72]: 6 0 2.6352 shouldn't be
2656.21/2663.01	WSVECS04 Frhs2[73]: 6 0 1.00009 shouldn't be
2656.21/2663.01	WSVECS04 Frhs2[76]: 6 0 2.63522 shouldn't be
2656.21/2663.01	WSVECS04 Frhs2[98]: 6 0 1.00006 shouldn't be
2656.21/2663.01	WSVECS04 Frhs2[117]: 6 0 3.67576 shouldn't be
2656.21/2663.01	WSVECS04 Frhs2[124]: 6 -0.774859 0 shouldn't be
2656.21/2663.01	WSVECS04 Frhs2[130]: 6 -2.7748 0 shouldn't be
2656.21/2663.01	WSVECS04 Frhs2[135]: 6 0 1.00003 shouldn't be
2656.21/2663.01	WSVECS04 Frhs2[164]: 6 0 2.58113 shouldn't be
2656.21/2663.01	WSVECS04 Frhs2[175]: 6 0 3.00007 shouldn't be
2656.21/2663.01	WSVECS04 Frhs2[177]: 6 0 1.94149 shouldn't be
2659.50/2666.37	c #Conflicts:    3517000 | #Constraints:     202455
2659.50/2666.37	c #Conflicts:    3518000 | #Constraints:     203455
2659.50/2666.37	WSVECS04 Frhs2[6]: 6 0 1.00007 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[16]: 6 0 4.01524 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[19]: 6 0 5.60614 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[25]: 6 -2.68186 0 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[27]: 6 -2.15153 0 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[47]: 6 -3.80307 0 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[56]: 6 -0.575796 0 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[59]: 6 -2.93946 0 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[61]: 6 -2.63642 0 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[81]: 6 -1.80312 0 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[85]: 6 0 5.12125 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[89]: 6 0 3.69701 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[107]: 6 0 2.65157 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[119]: 6 -6.30307 0 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[121]: 6 0 4.00008 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[123]: 6 0 2.00003 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[139]: 6 0 3.00004 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[141]: 6 0 5.16672 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[170]: 6 0 2.21214 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[171]: 6 0 2.46974 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[180]: 6 0 3.57578 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[184]: 6 0 2.07584 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[186]: 6 0 1.19703 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[192]: 6 0 3.0001 shouldn't be
2659.50/2666.37	WSVECS04 Frhs2[199]: 6 0 2.00006 shouldn't be
2662.49/2669.34	c #Conflicts:    3519000 | #Constraints:     204455
2662.49/2669.34	c #Conflicts:    3520000 | #Constraints:     205455
2662.49/2669.34	c #Conflicts:    3521000 | #Constraints:     206455
2662.49/2669.34	WSVECS04 Frhs2[1]: 6 0 5.00001 shouldn't be
2662.49/2669.34	WSVECS04 Frhs2[10]: 6 0 2.00008 shouldn't be
2662.49/2669.34	WSVECS04 Frhs2[29]: 6 0 6.00009 shouldn't be
2662.49/2669.34	WSVECS04 Frhs2[48]: 6 0 2.00009 shouldn't be
2662.49/2669.34	WSVECS04 Frhs2[55]: 6 0 3.00004 shouldn't be
2662.49/2669.34	WSVECS04 Frhs2[132]: 6 -7.00004 0 shouldn't be
2662.49/2669.34	WSVECS04 Frhs2[156]: 6 0 2.00007 shouldn't be
2662.49/2669.34	WSVECS04 Frhs2[160]: 6 0 2.00005 shouldn't be
2662.49/2669.34	WSVECS04 Frhs2[176]: 6 0 1.00002 shouldn't be
2662.49/2669.34	WSVECS04 Frhs2[191]: 6 0 2.00006 shouldn't be
2669.37/2676.29	c #Conflicts:    3522000 | #Constraints:     207455
2669.37/2676.29	c #Conflicts:    3523000 | #Constraints:     208455
2669.37/2676.29	c #Conflicts:    3524000 | #Constraints:     209455
2669.37/2676.29	c #Conflicts:    3525000 | #Constraints:     210455
2669.37/2676.29	c #Conflicts:    3526000 | #Constraints:     211455
2669.37/2676.29	WSVECS04 Frhs2[4]: 6 -1.00006 0 shouldn't be
2669.37/2676.29	WSVECS04 Frhs2[5]: 6 -1.00007 0 shouldn't be
2669.37/2676.29	WSVECS04 Frhs2[19]: 6 0 2.25001 shouldn't be
2669.37/2676.29	WSVECS04 Frhs2[38]: 6 0 4.50004 shouldn't be
2669.37/2676.29	WSVECS04 Frhs2[75]: 6 -2.00007 0 shouldn't be
2669.37/2676.29	WSVECS04 Frhs2[86]: 6 0 3.75002 shouldn't be
2669.37/2676.29	WSVECS04 Frhs2[93]: 6 0 4.00003 shouldn't be
2669.37/2676.29	WSVECS04 Frhs2[103]: 6 -5.00003 0 shouldn't be
2669.37/2676.29	WSVECS04 Frhs2[116]: 6 0 1.25006 shouldn't be
2669.37/2676.29	WSVECS04 Frhs2[117]: 6 0 2.00008 shouldn't be
2669.37/2676.29	WSVECS04 Frhs2[120]: 6 0 4.00007 shouldn't be
2669.37/2676.29	WSVECS04 Frhs2[126]: 6 0 3.25003 shouldn't be
2669.37/2676.29	WSVECS04 Frhs2[136]: 6 0 1.75003 shouldn't be
2669.37/2676.29	WSVECS04 Frhs2[152]: 6 0 3.2501 shouldn't be
2669.37/2676.29	WSVECS04 Frhs2[160]: 6 0 1.25007 shouldn't be
2669.37/2676.29	WSVECS04 Frhs2[163]: 6 0 2.25004 shouldn't be
2669.37/2676.29	WSVECS04 Frhs2[186]: 6 0 1.50006 shouldn't be
2671.87/2678.72	c #Conflicts:    3527000 | #Constraints:     212455
2671.87/2678.72	c #Conflicts:    3528000 | #Constraints:     213455
2671.87/2678.72	c INPROCESSING
2671.87/2678.72	c GARBAGE COLLECT
2671.87/2678.72	c rational objective -109
2705.11/2712.01	c #Conflicts:    3529000 | #Constraints:     116543
2705.11/2712.01	c #Conflicts:    3530000 | #Constraints:     117547
2705.11/2712.01	c #Conflicts:    3531000 | #Constraints:     118548
2705.11/2712.01	c #Conflicts:    3532000 | #Constraints:     119549
2705.11/2712.01	c #Conflicts:    3533000 | #Constraints:     120551
2705.11/2712.01	c #Conflicts:    3534000 | #Constraints:     121553
2705.11/2712.01	c #Conflicts:    3535000 | #Constraints:     122554
2705.11/2712.01	c #Conflicts:    3536000 | #Constraints:     123556
2705.11/2712.01	c #Conflicts:    3537000 | #Constraints:     124559
2705.11/2712.01	c #Conflicts:    3538000 | #Constraints:     125560
2705.11/2712.01	c #Conflicts:    3539000 | #Constraints:     126563
2705.11/2712.01	c #Conflicts:    3540000 | #Constraints:     127566
2705.11/2712.01	c #Conflicts:    3541000 | #Constraints:     128570
2705.11/2712.01	c #Conflicts:    3542000 | #Constraints:     129571
2705.11/2712.01	c #Conflicts:    3543000 | #Constraints:     130572
2705.11/2712.01	c #Conflicts:    3544000 | #Constraints:     131574
2705.11/2712.01	c #Conflicts:    3545000 | #Constraints:     132580
2705.11/2712.01	c #Conflicts:    3546000 | #Constraints:     133584
2705.11/2712.01	c #Conflicts:    3547000 | #Constraints:     134589
2705.11/2712.01	c #Conflicts:    3548000 | #Constraints:     135591
2705.11/2712.01	c #Conflicts:    3549000 | #Constraints:     136595
2705.11/2712.01	c #Conflicts:    3550000 | #Constraints:     137601
2705.11/2712.01	c #Conflicts:    3551000 | #Constraints:     138606
2705.11/2712.01	c #Conflicts:    3552000 | #Constraints:     139611
2705.11/2712.01	c #Conflicts:    3553000 | #Constraints:     140614
2705.11/2712.01	c #Conflicts:    3554000 | #Constraints:     141618
2705.11/2712.01	c #Conflicts:    3555000 | #Constraints:     142623
2705.11/2712.01	c #Conflicts:    3556000 | #Constraints:     143627
2705.11/2712.01	c #Conflicts:    3557000 | #Constraints:     144631
2705.11/2712.01	c #Conflicts:    3558000 | #Constraints:     145635
2705.11/2712.01	c #Conflicts:    3559000 | #Constraints:     146638
2705.11/2712.01	c #Conflicts:    3560000 | #Constraints:     147641
2705.11/2712.01	c #Conflicts:    3561000 | #Constraints:     148643
2705.11/2712.01	c #Conflicts:    3562000 | #Constraints:     149646
2705.11/2712.01	c #Conflicts:    3563000 | #Constraints:     150651
2705.11/2712.01	c #Conflicts:    3564000 | #Constraints:     151654
2705.11/2712.01	c #Conflicts:    3565000 | #Constraints:     152656
2705.11/2712.01	c #Conflicts:    3566000 | #Constraints:     153661
2705.11/2712.01	c #Conflicts:    3567000 | #Constraints:     154665
2705.11/2712.01	c #Conflicts:    3568000 | #Constraints:     155665
2705.11/2712.01	c INPROCESSING
2705.11/2712.01	c GARBAGE COLLECT
2705.11/2712.01	c rational objective -109
2720.75/2727.77	c #Conflicts:    3569000 | #Constraints:      87287
2720.75/2727.77	c #Conflicts:    3570000 | #Constraints:      88287
2720.75/2727.77	c #Conflicts:    3571000 | #Constraints:      89289
2720.75/2727.77	c #Conflicts:    3572000 | #Constraints:      90290
2720.75/2727.77	c #Conflicts:    3573000 | #Constraints:      91290
2720.75/2727.77	c #Conflicts:    3574000 | #Constraints:      92290
2720.75/2727.77	c #Conflicts:    3575000 | #Constraints:      93291
2720.75/2727.77	c #Conflicts:    3576000 | #Constraints:      94292
2720.75/2727.77	c #Conflicts:    3577000 | #Constraints:      95300
2720.75/2727.77	c #Conflicts:    3578000 | #Constraints:      96304
2720.75/2727.77	c #Conflicts:    3579000 | #Constraints:      97304
2720.75/2727.77	c #Conflicts:    3580000 | #Constraints:      98307
2720.75/2727.77	c #Conflicts:    3581000 | #Constraints:      99307
2720.75/2727.77	c #Conflicts:    3582000 | #Constraints:     100307
2720.75/2727.77	c #Conflicts:    3583000 | #Constraints:     101308
2720.75/2727.77	c #Conflicts:    3584000 | #Constraints:     102308
2720.75/2727.77	c #Conflicts:    3585000 | #Constraints:     103309
2720.75/2727.77	c #Conflicts:    3586000 | #Constraints:     104311
2720.75/2727.77	c #Conflicts:    3587000 | #Constraints:     105311
2720.75/2727.77	c #Conflicts:    3588000 | #Constraints:     106312
2720.75/2727.77	c #Conflicts:    3589000 | #Constraints:     107316
2720.75/2727.77	c #Conflicts:    3590000 | #Constraints:     108316
2720.75/2727.77	WSVECS04 Frhs2[10]: 6 0 2.00008 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[17]: 6 0 1.87508 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[19]: 6 -0.875099 0 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[25]: 6 0 3.00001 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[35]: 6 0 2.0001 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[38]: 6 0 2.75002 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[47]: 6 0 6.00007 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[50]: 6 0 2.12509 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[51]: 6 0 2.00006 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[53]: 6 0 1.87502 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[81]: 6 0 4.00005 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[82]: 6 0 2.00005 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[84]: 6 0 2.00003 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[86]: 6 0 3.25006 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[92]: 6 0 3.00008 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[103]: 6 -2.25004 0 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[108]: 6 0 4.00008 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[111]: 6 0 3.00002 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[113]: 6 0 1.00005 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[125]: 6 -0.375085 0 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[127]: 6 0 3.00001 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[130]: 6 -1.50004 0 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[136]: 6 0 5.00006 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[137]: 6 0 1.00002 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[142]: 6 0 1.00002 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[158]: 6 0 1.00008 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[169]: 6 0 1.00001 shouldn't be
2720.75/2727.77	WSVECS04 Frhs2[184]: 6 0 1.00005 shouldn't be
2736.32/2743.32	c #Conflicts:    3591000 | #Constraints:     109316
2736.32/2743.32	c #Conflicts:    3592000 | #Constraints:     110316
2736.32/2743.32	c #Conflicts:    3593000 | #Constraints:     111318
2736.32/2743.32	c #Conflicts:    3594000 | #Constraints:     112319
2736.32/2743.32	c #Conflicts:    3595000 | #Constraints:     113319
2736.32/2743.32	c #Conflicts:    3596000 | #Constraints:     114320
2736.32/2743.32	c #Conflicts:    3597000 | #Constraints:     115320
2736.32/2743.32	c #Conflicts:    3598000 | #Constraints:     116321
2736.32/2743.32	c #Conflicts:    3599000 | #Constraints:     117321
2736.32/2743.32	c #Conflicts:    3600000 | #Constraints:     118321
2736.32/2743.32	c #Conflicts:    3601000 | #Constraints:     119324
2736.32/2743.32	c #Conflicts:    3602000 | #Constraints:     120325
2736.32/2743.32	c #Conflicts:    3603000 | #Constraints:     121325
2736.32/2743.32	c #Conflicts:    3604000 | #Constraints:     122326
2736.32/2743.32	c #Conflicts:    3605000 | #Constraints:     123327
2736.32/2743.32	c #Conflicts:    3606000 | #Constraints:     124327
2736.32/2743.32	c #Conflicts:    3607000 | #Constraints:     125328
2736.32/2743.32	c #Conflicts:    3608000 | #Constraints:     126330
2736.32/2743.32	c #Conflicts:    3609000 | #Constraints:     127332
2736.32/2743.32	c INPROCESSING
2736.32/2743.32	c GARBAGE COLLECT
2736.32/2743.32	c rational objective -109
2760.16/2767.28	c #Conflicts:    3610000 | #Constraints:      73181
2760.16/2767.28	c #Conflicts:    3611000 | #Constraints:      74184
2760.16/2767.28	c #Conflicts:    3612000 | #Constraints:      75184
2760.16/2767.28	c #Conflicts:    3613000 | #Constraints:      76184
2760.16/2767.28	c #Conflicts:    3614000 | #Constraints:      77184
2760.16/2767.28	c #Conflicts:    3615000 | #Constraints:      78184
2760.16/2767.28	c #Conflicts:    3616000 | #Constraints:      79185
2760.16/2767.28	c #Conflicts:    3617000 | #Constraints:      80189
2760.16/2767.28	c #Conflicts:    3618000 | #Constraints:      81192
2760.16/2767.28	c #Conflicts:    3619000 | #Constraints:      82193
2760.16/2767.28	c #Conflicts:    3620000 | #Constraints:      83193
2760.16/2767.28	c #Conflicts:    3621000 | #Constraints:      84193
2760.16/2767.28	c #Conflicts:    3622000 | #Constraints:      85193
2760.16/2767.28	c #Conflicts:    3623000 | #Constraints:      86194
2760.16/2767.28	c #Conflicts:    3624000 | #Constraints:      87194
2760.16/2767.28	c #Conflicts:    3625000 | #Constraints:      88194
2760.16/2767.28	c #Conflicts:    3626000 | #Constraints:      89194
2760.16/2767.28	c #Conflicts:    3627000 | #Constraints:      90195
2760.16/2767.28	c #Conflicts:    3628000 | #Constraints:      91195
2760.16/2767.28	c #Conflicts:    3629000 | #Constraints:      92195
2760.16/2767.28	c #Conflicts:    3630000 | #Constraints:      93195
2760.16/2767.28	c #Conflicts:    3631000 | #Constraints:      94197
2760.16/2767.28	c #Conflicts:    3632000 | #Constraints:      95199
2760.16/2767.28	c #Conflicts:    3633000 | #Constraints:      96203
2760.16/2767.28	c #Conflicts:    3634000 | #Constraints:      97206
2760.16/2767.28	c #Conflicts:    3635000 | #Constraints:      98208
2760.16/2767.28	c #Conflicts:    3636000 | #Constraints:      99208
2760.16/2767.28	c #Conflicts:    3637000 | #Constraints:     100209
2760.16/2767.28	c #Conflicts:    3638000 | #Constraints:     101209
2760.16/2767.28	c #Conflicts:    3639000 | #Constraints:     102209
2760.16/2767.28	c #Conflicts:    3640000 | #Constraints:     103209
2760.16/2767.28	c #Conflicts:    3641000 | #Constraints:     104210
2760.16/2767.28	c #Conflicts:    3642000 | #Constraints:     105210
2760.16/2767.28	c #Conflicts:    3643000 | #Constraints:     106212
2760.16/2767.28	c #Conflicts:    3644000 | #Constraints:     107212
2760.16/2767.28	WSVECS04 Frhs2[3]: 6 0 2.16671 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[5]: 6 0 3.00005 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[7]: 6 0 3.00002 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[16]: 6 0 2.00002 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[17]: 6 0 3.66676 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[18]: 6 0 1.00005 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[28]: 6 -0.666764 0 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[48]: 6 0 3.00007 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[51]: 6 0 3.00003 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[53]: 6 0 4.00009 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[67]: 6 0 2.33339 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[68]: 6 0 1.00007 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[72]: 6 0 2.00006 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[73]: 6 0 1.6667 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[89]: 6 0 3.00008 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[92]: 6 0 2.00001 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[94]: 6 0 3.00004 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[98]: 6 0 1.00006 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[102]: 6 0 1.0001 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[109]: 6 0 1.66673 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[119]: 6 -0.666711 0 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[120]: 6 0 4.66672 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[121]: 6 0 1.00006 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[123]: 6 0 1.00003 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[125]: 6 0 1.66677 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[127]: 6 0 3.66668 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[131]: 6 0 2.0001 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[132]: 6 0 3.33335 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[134]: 6 0 3.00007 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[135]: 6 0 1.00007 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[136]: 6 0 2.00006 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[139]: 6 0 5.00005 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[141]: 6 0 1.00004 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[142]: 6 0 1.00008 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[153]: 6 0 1.00007 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[156]: 6 0 2.00002 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[171]: 6 0 2.00003 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[184]: 6 0 1.00004 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[186]: 6 0 1.00003 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[190]: 6 0 1.00001 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[191]: 6 0 2.00006 shouldn't be
2760.16/2767.28	WSVECS04 Frhs2[197]: 6 0 2.00008 shouldn't be
2765.55/2772.66	c #Conflicts:    3645000 | #Constraints:     108212
2765.55/2772.66	c #Conflicts:    3646000 | #Constraints:     109212
2765.55/2772.66	c #Conflicts:    3647000 | #Constraints:     110212
2765.55/2772.66	c #Conflicts:    3648000 | #Constraints:     111214
2765.55/2772.66	c #Conflicts:    3649000 | #Constraints:     112216
2765.55/2772.66	c #Conflicts:    3650000 | #Constraints:     113216
2765.55/2772.66	c INPROCESSING
2765.55/2772.66	c GARBAGE COLLECT
2765.55/2772.66	c rational objective -109
2794.37/2801.57	c #Conflicts:    3651000 | #Constraints:      66072
2794.37/2801.57	c #Conflicts:    3652000 | #Constraints:      67072
2794.37/2801.57	c #Conflicts:    3653000 | #Constraints:      68073
2794.37/2801.57	c #Conflicts:    3654000 | #Constraints:      69076
2794.37/2801.57	c #Conflicts:    3655000 | #Constraints:      70081
2794.37/2801.57	c #Conflicts:    3656000 | #Constraints:      71081
2794.37/2801.57	c #Conflicts:    3657000 | #Constraints:      72081
2794.37/2801.57	c #Conflicts:    3658000 | #Constraints:      73082
2794.37/2801.57	c #Conflicts:    3659000 | #Constraints:      74083
2794.37/2801.57	c #Conflicts:    3660000 | #Constraints:      75083
2794.37/2801.57	c #Conflicts:    3661000 | #Constraints:      76083
2794.37/2801.57	c #Conflicts:    3662000 | #Constraints:      77085
2794.37/2801.57	c #Conflicts:    3663000 | #Constraints:      78088
2794.37/2801.57	c #Conflicts:    3664000 | #Constraints:      79092
2794.37/2801.57	c #Conflicts:    3665000 | #Constraints:      80094
2794.37/2801.57	c #Conflicts:    3666000 | #Constraints:      81095
2794.37/2801.57	c #Conflicts:    3667000 | #Constraints:      82095
2794.37/2801.57	c #Conflicts:    3668000 | #Constraints:      83095
2794.37/2801.57	c #Conflicts:    3669000 | #Constraints:      84095
2794.37/2801.57	c #Conflicts:    3670000 | #Constraints:      85096
2794.37/2801.57	c #Conflicts:    3671000 | #Constraints:      86096
2794.37/2801.57	c #Conflicts:    3672000 | #Constraints:      87097
2794.37/2801.57	c #Conflicts:    3673000 | #Constraints:      88098
2794.37/2801.57	c #Conflicts:    3674000 | #Constraints:      89102
2794.37/2801.57	c #Conflicts:    3675000 | #Constraints:      90103
2794.37/2801.57	c #Conflicts:    3676000 | #Constraints:      91105
2794.37/2801.57	c #Conflicts:    3677000 | #Constraints:      92105
2794.37/2801.57	c #Conflicts:    3678000 | #Constraints:      93106
2794.37/2801.57	c #Conflicts:    3679000 | #Constraints:      94107
2794.37/2801.57	c #Conflicts:    3680000 | #Constraints:      95107
2794.37/2801.57	c #Conflicts:    3681000 | #Constraints:      96107
2794.37/2801.57	c #Conflicts:    3682000 | #Constraints:      97108
2794.37/2801.57	c #Conflicts:    3683000 | #Constraints:      98108
2794.37/2801.57	c #Conflicts:    3684000 | #Constraints:      99109
2794.37/2801.57	c #Conflicts:    3685000 | #Constraints:     100109
2794.37/2801.57	c #Conflicts:    3686000 | #Constraints:     101111
2794.37/2801.57	c #Conflicts:    3687000 | #Constraints:     102113
2794.37/2801.57	c #Conflicts:    3688000 | #Constraints:     103115
2794.37/2801.57	c #Conflicts:    3689000 | #Constraints:     104118
2794.37/2801.57	c #Conflicts:    3690000 | #Constraints:     105118
2794.37/2801.57	c #Conflicts:    3691000 | #Constraints:     106118
2794.37/2801.57	c #Conflicts:    3692000 | #Constraints:     107120
2794.37/2801.57	c INPROCESSING
2794.37/2801.57	c GARBAGE COLLECT
2794.37/2801.57	c rational objective -109
2797.47/2804.63	c #Conflicts:    3693000 | #Constraints:      63382
2797.47/2804.63	c #Conflicts:    3694000 | #Constraints:      64382
2797.47/2804.63	c #Conflicts:    3695000 | #Constraints:      65382
2797.47/2804.63	c #Conflicts:    3696000 | #Constraints:      66382
2797.47/2804.63	WSVECS04 Frhs2[19]: 6 0 3.00004 shouldn't be
2797.47/2804.63	WSVECS04 Frhs2[25]: 6 0 4.00009 shouldn't be
2797.47/2804.63	WSVECS04 Frhs2[43]: 6 0 4.16489 shouldn't be
2797.47/2804.63	WSVECS04 Frhs2[45]: 6 0 1.35585 shouldn't be
2797.47/2804.63	WSVECS04 Frhs2[57]: 6 0 2.00006 shouldn't be
2797.47/2804.63	WSVECS04 Frhs2[60]: 6 0 0.045028 shouldn't be
2797.47/2804.63	WSVECS04 Frhs2[66]: 6 0 1.00008 shouldn't be
2797.47/2804.63	WSVECS04 Frhs2[77]: 6 0 3.00002 shouldn't be
2797.47/2804.63	WSVECS04 Frhs2[115]: 6 0 1.00003 shouldn't be
2797.47/2804.63	WSVECS04 Frhs2[125]: 6 -9.34088 0 shouldn't be
2797.47/2804.63	WSVECS04 Frhs2[130]: 6 -2.00007 0 shouldn't be
2797.47/2804.63	WSVECS04 Frhs2[142]: 6 0 1.00008 shouldn't be
2797.47/2804.63	WSVECS04 Frhs2[153]: 6 -3.17231 0 shouldn't be
2798.47/2805.61	c #Conflicts:    3697000 | #Constraints:      67382
2798.47/2805.61	WSVECS04 Frhs2[5]: 6 0 3.00004 shouldn't be
2798.47/2805.61	WSVECS04 Frhs2[10]: 6 -3.01222 0 shouldn't be
2798.47/2805.61	WSVECS04 Frhs2[18]: 6 0 2.00007 shouldn't be
2798.47/2805.61	WSVECS04 Frhs2[38]: 6 0 3.39034 shouldn't be
2798.47/2805.61	WSVECS04 Frhs2[63]: 6 -0.146359 0 shouldn't be
2798.47/2805.61	WSVECS04 Frhs2[72]: 6 -0.780582 0 shouldn't be
2798.47/2805.61	WSVECS04 Frhs2[82]: 6 -2.24394 0 shouldn't be
2798.47/2805.61	WSVECS04 Frhs2[84]: 6 0 3.02448 shouldn't be
2798.47/2805.61	WSVECS04 Frhs2[86]: 6 0 3.78057 shouldn't be
2798.47/2805.61	WSVECS04 Frhs2[93]: 6 0 2.19522 shouldn't be
2798.47/2805.61	WSVECS04 Frhs2[98]: 6 -6.26836 0 shouldn't be
2798.47/2805.61	WSVECS04 Frhs2[103]: 6 0 2.00004 shouldn't be
2798.47/2805.61	WSVECS04 Frhs2[107]: 6 0 1.02442 shouldn't be
2798.47/2805.61	WSVECS04 Frhs2[113]: 6 0 2.12198 shouldn't be
2798.47/2805.61	WSVECS04 Frhs2[129]: 6 0 4.00009 shouldn't be
2798.47/2805.61	WSVECS04 Frhs2[135]: 6 0 1.00008 shouldn't be
2798.47/2805.61	WSVECS04 Frhs2[155]: 6 0 2.65862 shouldn't be
2798.47/2805.61	WSVECS04 Frhs2[182]: 6 0 6.19515 shouldn't be
2798.47/2805.61	WSVECS04 Frhs2[198]: 6 0 2.00009 shouldn't be
2800.56/2807.75	c #Conflicts:    3698000 | #Constraints:      68382
2800.56/2807.75	c #Conflicts:    3699000 | #Constraints:      69382
2800.56/2807.75	c #Conflicts:    3700000 | #Constraints:      70382
2800.56/2807.75	c #Conflicts:    3701000 | #Constraints:      71382
2800.56/2807.75	WSVECS04 Frhs2[2]: 6 0 2.12502 shouldn't be
2800.56/2807.75	WSVECS04 Frhs2[19]: 6 0 3.00006 shouldn't be
2800.56/2807.75	WSVECS04 Frhs2[20]: 6 -4.81257 0 shouldn't be
2800.56/2807.75	WSVECS04 Frhs2[25]: 6 -2.00005 0 shouldn't be
2800.56/2807.75	WSVECS04 Frhs2[46]: 6 0 2.25007 shouldn't be
2800.56/2807.75	WSVECS04 Frhs2[51]: 6 -1.00006 0 shouldn't be
2800.56/2807.75	WSVECS04 Frhs2[60]: 6 0 1.00006 shouldn't be
2800.56/2807.75	WSVECS04 Frhs2[62]: 6 -3.81257 0 shouldn't be
2800.56/2807.75	WSVECS04 Frhs2[66]: 6 0 1.68758 shouldn't be
2800.56/2807.75	WSVECS04 Frhs2[73]: 6 0 1.93756 shouldn't be
2800.56/2807.75	WSVECS04 Frhs2[82]: 6 -1.00009 0 shouldn't be
2800.56/2807.75	WSVECS04 Frhs2[95]: 6 0 3.00006 shouldn't be
2800.56/2807.75	WSVECS04 Frhs2[128]: 6 0 8.50009 shouldn't be
2800.56/2807.75	WSVECS04 Frhs2[139]: 6 0 2.00009 shouldn't be
2800.56/2807.75	WSVECS04 Frhs2[146]: 6 0 3.06254 shouldn't be
2800.56/2807.75	WSVECS04 Frhs2[152]: 6 0 4.06259 shouldn't be
2800.56/2807.75	WSVECS04 Frhs2[153]: 6 0 1.00009 shouldn't be
2800.56/2807.75	WSVECS04 Frhs2[160]: 6 -3.00006 0 shouldn't be
2800.56/2807.75	WSVECS04 Frhs2[184]: 6 0 2.00005 shouldn't be
2800.56/2807.75	WSVECS04 Frhs2[193]: 6 0 1.68757 shouldn't be
2801.76/2808.93	c #Conflicts:    3702000 | #Constraints:      72382
2801.76/2808.93	c #Conflicts:    3703000 | #Constraints:      73382
2801.76/2808.93	WSVECS04 Frhs2[5]: 6 0 2.50002 shouldn't be
2801.76/2808.93	WSVECS04 Frhs2[9]: 6 0 1.37508 shouldn't be
2801.76/2808.93	WSVECS04 Frhs2[10]: 6 0 1.75003 shouldn't be
2801.76/2808.93	WSVECS04 Frhs2[23]: 6 0 3.00009 shouldn't be
2801.76/2808.93	WSVECS04 Frhs2[27]: 6 0 3.00007 shouldn't be
2801.76/2808.93	WSVECS04 Frhs2[33]: 6 0 3.50008 shouldn't be
2801.76/2808.93	WSVECS04 Frhs2[49]: 6 0 2.00006 shouldn't be
2801.76/2808.93	WSVECS04 Frhs2[53]: 6 0 4.00002 shouldn't be
2801.76/2808.93	WSVECS04 Frhs2[58]: 6 0 3.00004 shouldn't be
2801.76/2808.93	WSVECS04 Frhs2[72]: 6 -2.75004 0 shouldn't be
2801.76/2808.93	WSVECS04 Frhs2[92]: 6 0 4.62508 shouldn't be
2801.76/2808.93	WSVECS04 Frhs2[94]: 6 -2.00008 0 shouldn't be
2801.76/2808.93	WSVECS04 Frhs2[105]: 6 0 1.50004 shouldn't be
2801.76/2808.93	WSVECS04 Frhs2[107]: 6 -3.50007 0 shouldn't be
2801.76/2808.93	WSVECS04 Frhs2[110]: 6 -0.125011 0 shouldn't be
2801.76/2808.93	WSVECS04 Frhs2[113]: 6 0 1.00001 shouldn't be
2801.76/2808.93	WSVECS04 Frhs2[147]: 6 0 4.00006 shouldn't be
2801.76/2808.93	WSVECS04 Frhs2[155]: 6 0 2.75009 shouldn't be
2801.76/2808.93	WSVECS04 Frhs2[171]: 6 0 2.00004 shouldn't be
2801.76/2808.93	WSVECS04 Frhs2[200]: 6 0 3.00001 shouldn't be
2807.95/2815.19	c #Conflicts:    3704000 | #Constraints:      74382
2807.95/2815.19	c #Conflicts:    3705000 | #Constraints:      75382
2807.95/2815.19	c #Conflicts:    3706000 | #Constraints:      76382
2807.95/2815.19	c #Conflicts:    3707000 | #Constraints:      77382
2807.95/2815.19	c #Conflicts:    3708000 | #Constraints:      78382
2807.95/2815.19	c #Conflicts:    3709000 | #Constraints:      79382
2807.95/2815.19	c #Conflicts:    3710000 | #Constraints:      80382
2807.95/2815.19	c #Conflicts:    3711000 | #Constraints:      81382
2807.95/2815.19	c #Conflicts:    3712000 | #Constraints:      82382
2807.95/2815.19	WSVECS04 Frhs2[5]: 6 -6.00005 0 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[13]: 6 0 1.38468 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[19]: 6 0 3.46157 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[31]: 6 -9.76929 0 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[44]: 6 -6.61543 0 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[53]: 6 -1.84618 0 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[60]: 6 0 2.92312 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[80]: 6 0 5.07698 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[82]: 6 -8.23083 0 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[86]: 6 0 2.23082 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[106]: 6 0 2.23081 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[107]: 6 0 1.00002 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[110]: 6 0 1.00003 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[115]: 6 0 2.00009 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[116]: 6 0 1.23078 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[121]: 6 0 1.15392 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[135]: 6 0 1.00004 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[142]: 6 0 2.00008 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[145]: 6 0 3.61548 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[172]: 6 0 2.76931 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[175]: 6 0 1.00007 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[180]: 6 0 2.76931 shouldn't be
2807.95/2815.19	WSVECS04 Frhs2[195]: 6 0 2.00003 shouldn't be
2811.94/2819.13	c #Conflicts:    3713000 | #Constraints:      83382
2811.94/2819.13	c #Conflicts:    3714000 | #Constraints:      84382
2811.94/2819.13	c #Conflicts:    3715000 | #Constraints:      85382
2811.94/2819.13	c #Conflicts:    3716000 | #Constraints:      86382
2811.94/2819.13	c #Conflicts:    3717000 | #Constraints:      87382
2811.94/2819.13	WSVECS04 Frhs2[5]: 6 -2.24809 0 shouldn't be
2811.94/2819.13	WSVECS04 Frhs2[19]: 6 0 2.75197 shouldn't be
2811.94/2819.13	WSVECS04 Frhs2[23]: 6 0 2.00003 shouldn't be
2811.94/2819.13	WSVECS04 Frhs2[36]: 6 0 3.39543 shouldn't be
2811.94/2819.13	WSVECS04 Frhs2[41]: 6 0 1.00003 shouldn't be
2811.94/2819.13	WSVECS04 Frhs2[55]: 6 0 2.20162 shouldn't be
2811.94/2819.13	WSVECS04 Frhs2[77]: 6 0 1.44971 shouldn't be
2811.94/2819.13	WSVECS04 Frhs2[80]: 6 -7.98452 0 shouldn't be
2811.94/2819.13	WSVECS04 Frhs2[86]: 6 0 2.00006 shouldn't be
2811.94/2819.13	WSVECS04 Frhs2[87]: 6 0 2.00003 shouldn't be
2811.94/2819.13	WSVECS04 Frhs2[110]: 6 0 3.41094 shouldn't be
2811.94/2819.13	WSVECS04 Frhs2[120]: 6 0 1.75203 shouldn't be
2811.94/2819.13	WSVECS04 Frhs2[122]: 6 0 1.59695 shouldn't be
2811.94/2819.13	WSVECS04 Frhs2[124]: 6 0 3.72872 shouldn't be
2811.94/2819.13	WSVECS04 Frhs2[128]: 6 0 3.72874 shouldn't be
2811.94/2819.13	WSVECS04 Frhs2[130]: 6 0 2.79076 shouldn't be
2811.94/2819.13	WSVECS04 Frhs2[150]: 6 0 5.7597 shouldn't be
2811.94/2819.13	WSVECS04 Frhs2[158]: 6 -0.798498 0 shouldn't be
2811.94/2819.13	WSVECS04 Frhs2[160]: 6 0 2.20157 shouldn't be
2811.94/2819.13	WSVECS04 Frhs2[173]: 6 0 1.44964 shouldn't be
2811.94/2819.13	WSVECS04 Frhs2[190]: 6 -5.19388 0 shouldn't be
2812.24/2819.46	WSVECS04 Frhs2[127]: 6 0 1.72878 shouldn't be
2812.24/2819.46	WSVECS04 Frhs2[191]: 6 0 4.00004 shouldn't be
2813.94/2821.20	c #Conflicts:    3718000 | #Constraints:      88382
2813.94/2821.20	c #Conflicts:    3719000 | #Constraints:      89382
2813.94/2821.20	c #Conflicts:    3720000 | #Constraints:      90382
2813.94/2821.20	WSVECS04 Frhs2[54]: 6 -0.125062 0 shouldn't be
2813.94/2821.20	WSVECS04 Frhs2[62]: 6 0 2.62507 shouldn't be
2813.94/2821.20	WSVECS04 Frhs2[92]: 6 0 4.20838 shouldn't be
2813.94/2821.20	WSVECS04 Frhs2[93]: 6 -1.83339 0 shouldn't be
2813.94/2821.20	WSVECS04 Frhs2[96]: 6 -1.00007 0 shouldn't be
2813.94/2821.20	WSVECS04 Frhs2[104]: 6 -1.00006 0 shouldn't be
2813.94/2821.20	WSVECS04 Frhs2[115]: 6 0 1.00009 shouldn't be
2813.94/2821.20	WSVECS04 Frhs2[132]: 6 0 3.00009 shouldn't be
2813.94/2821.20	WSVECS04 Frhs2[142]: 6 0 1.00007 shouldn't be
2813.94/2821.20	WSVECS04 Frhs2[162]: 6 0 2.83341 shouldn't be
2813.94/2821.20	WSVECS04 Frhs2[170]: 6 0 1.00003 shouldn't be
2813.94/2821.20	WSVECS04 Frhs2[181]: 6 0 2.00002 shouldn't be
2813.94/2821.20	WSVECS04 Frhs2[183]: 6 0 1.50003 shouldn't be
2813.94/2821.20	WSVECS04 Frhs2[198]: 6 0 2.00005 shouldn't be
2820.01/2827.25	c #Conflicts:    3721000 | #Constraints:      91382
2820.01/2827.25	c #Conflicts:    3722000 | #Constraints:      92382
2820.01/2827.25	c #Conflicts:    3723000 | #Constraints:      93382
2820.01/2827.25	c #Conflicts:    3724000 | #Constraints:      94382
2820.01/2827.25	c #Conflicts:    3725000 | #Constraints:      95382
2820.01/2827.25	c #Conflicts:    3726000 | #Constraints:      96382
2820.01/2827.25	c #Conflicts:    3727000 | #Constraints:      97382
2820.01/2827.25	c #Conflicts:    3728000 | #Constraints:      98382
2820.01/2827.25	WSVECS04 Frhs2[3]: 6 0 1.53853 shouldn't be
2820.01/2827.25	WSVECS04 Frhs2[6]: 6 0 1.69234 shouldn't be
2820.01/2827.25	WSVECS04 Frhs2[16]: 6 0 1.42309 shouldn't be
2820.01/2827.25	WSVECS04 Frhs2[20]: 6 0 3.00006 shouldn't be
2820.01/2827.25	WSVECS04 Frhs2[26]: 6 0 3.00001 shouldn't be
2820.01/2827.25	WSVECS04 Frhs2[41]: 6 0 2.00004 shouldn't be
2820.01/2827.25	WSVECS04 Frhs2[45]: 6 0 1.00007 shouldn't be
2820.01/2827.25	WSVECS04 Frhs2[48]: 6 0 2.30778 shouldn't be
2820.01/2827.25	WSVECS04 Frhs2[61]: 6 -2.00005 0 shouldn't be
2820.01/2827.25	WSVECS04 Frhs2[62]: 6 0 1.30774 shouldn't be
2820.01/2827.25	WSVECS04 Frhs2[99]: 6 -1.92315 0 shouldn't be
2820.01/2827.25	WSVECS04 Frhs2[128]: 6 0 3.2308 shouldn't be
2820.01/2827.25	WSVECS04 Frhs2[184]: 6 0 1.42317 shouldn't be
2820.01/2827.25	WSVECS04 Frhs2[185]: 6 0 2.42309 shouldn't be
2820.01/2827.25	WSVECS04 Frhs2[193]: 6 0 1.30772 shouldn't be
2820.01/2827.25	WSVECS04 Frhs2[199]: 6 -0.115405 0 shouldn't be
2831.79/2839.07	c #Conflicts:    3729000 | #Constraints:      99382
2831.79/2839.07	c #Conflicts:    3730000 | #Constraints:     100382
2831.79/2839.07	c #Conflicts:    3731000 | #Constraints:     101382
2831.79/2839.07	c #Conflicts:    3732000 | #Constraints:     102382
2831.79/2839.07	c #Conflicts:    3733000 | #Constraints:     103382
2831.79/2839.07	c #Conflicts:    3734000 | #Constraints:     104382
2831.79/2839.07	c #Conflicts:    3735000 | #Constraints:     105382
2831.79/2839.07	c #Conflicts:    3736000 | #Constraints:     106382
2831.79/2839.07	c #Conflicts:    3737000 | #Constraints:     107382
2831.79/2839.07	c #Conflicts:    3738000 | #Constraints:     108382
2831.79/2839.07	c #Conflicts:    3739000 | #Constraints:     109382
2831.79/2839.07	c #Conflicts:    3740000 | #Constraints:     110382
2831.79/2839.07	c #Conflicts:    3741000 | #Constraints:     111382
2831.79/2839.07	c #Conflicts:    3742000 | #Constraints:     112382
2831.79/2839.07	WSVECS04 Frhs2[18]: 6 0 1.0001 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[34]: 6 0 4.00006 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[45]: 6 0 1.00002 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[48]: 6 0 1.40007 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[64]: 6 -4.30008 0 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[65]: 6 -0.500016 0 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[76]: 6 0 3.00009 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[78]: 6 0 3.00006 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[81]: 6 0 3.00006 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[99]: 6 -2.00008 0 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[102]: 6 -3.40009 0 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[108]: 6 0 1.80005 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[113]: 6 0 1.00003 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[118]: 6 0 3.00002 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[123]: 6 0 1.00009 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[139]: 6 0 2.00002 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[149]: 6 0 3.80008 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[155]: 6 0 1.80008 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[156]: 6 0 3.00006 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[175]: 6 0 1.20008 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[179]: 6 0 3.00008 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[186]: 6 0 1.00002 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[193]: 6 0 2.00005 shouldn't be
2831.79/2839.07	WSVECS04 Frhs2[199]: 6 -1.60002 0 shouldn't be
2836.17/2843.49	c #Conflicts:    3743000 | #Constraints:     113382
2836.17/2843.49	c #Conflicts:    3744000 | #Constraints:     114382
2836.17/2843.49	c #Conflicts:    3745000 | #Constraints:     115382
2836.17/2843.49	c #Conflicts:    3746000 | #Constraints:     116382
2836.17/2843.49	WSVECS04 Frhs2[1]: 6 0 4.00006 shouldn't be
2836.17/2843.49	WSVECS04 Frhs2[2]: 6 0 1.00007 shouldn't be
2836.17/2843.49	WSVECS04 Frhs2[27]: 6 0 1.00008 shouldn't be
2836.17/2843.49	WSVECS04 Frhs2[35]: 6 0 6.25003 shouldn't be
2836.17/2843.49	WSVECS04 Frhs2[45]: 6 0 1.00004 shouldn't be
2836.17/2843.49	WSVECS04 Frhs2[48]: 6 -3.50003 0 shouldn't be
2836.17/2843.49	WSVECS04 Frhs2[49]: 6 0 6.75004 shouldn't be
2836.17/2843.49	WSVECS04 Frhs2[57]: 6 0 2.75008 shouldn't be
2836.17/2843.49	WSVECS04 Frhs2[66]: 6 0 1.5001 shouldn't be
2836.17/2843.49	WSVECS04 Frhs2[73]: 6 0 2.00001 shouldn't be
2836.17/2843.49	WSVECS04 Frhs2[98]: 6 0 2.00004 shouldn't be
2836.17/2843.49	WSVECS04 Frhs2[111]: 6 0 3.00009 shouldn't be
2836.17/2843.49	WSVECS04 Frhs2[117]: 6 0 1.00001 shouldn't be
2836.17/2843.49	WSVECS04 Frhs2[141]: 6 0 1.00004 shouldn't be
2836.17/2843.49	WSVECS04 Frhs2[148]: 6 0 3.50002 shouldn't be
2836.17/2843.49	WSVECS04 Frhs2[151]: 6 0 2.50007 shouldn't be
2836.17/2843.49	WSVECS04 Frhs2[152]: 6 0 3.00004 shouldn't be
2836.17/2843.49	WSVECS04 Frhs2[175]: 6 0 3.00008 shouldn't be
2836.17/2843.49	WSVECS04 Frhs2[177]: 6 0 2.00003 shouldn't be
2839.46/2846.74	c #Conflicts:    3747000 | #Constraints:     117382
2839.46/2846.74	c #Conflicts:    3748000 | #Constraints:     118382
2839.46/2846.74	c #Conflicts:    3749000 | #Constraints:     119382
2839.46/2846.74	c #Conflicts:    3750000 | #Constraints:     120382
2839.46/2846.74	WSVECS04 Frhs2[45]: 6 0 1.00005 shouldn't be
2839.46/2846.74	WSVECS04 Frhs2[60]: 6 0 1.00004 shouldn't be
2839.46/2846.74	WSVECS04 Frhs2[65]: 6 0 2.00005 shouldn't be
2839.46/2846.74	WSVECS04 Frhs2[66]: 6 0 1.00009 shouldn't be
2839.46/2846.74	WSVECS04 Frhs2[73]: 6 0 1.50003 shouldn't be
2839.46/2846.74	WSVECS04 Frhs2[83]: 6 -3.75009 0 shouldn't be
2839.46/2846.74	WSVECS04 Frhs2[102]: 6 0 3.25002 shouldn't be
2839.46/2846.74	WSVECS04 Frhs2[138]: 6 0 4.50009 shouldn't be
2839.46/2846.74	WSVECS04 Frhs2[158]: 6 0 1.00008 shouldn't be
2839.46/2846.74	WSVECS04 Frhs2[160]: 6 -1.00001 0 shouldn't be
2839.46/2846.74	WSVECS04 Frhs2[184]: 6 0 1.00006 shouldn't be
2839.46/2846.74	WSVECS04 Frhs2[190]: 6 0 1.00008 shouldn't be
2839.46/2846.74	WSVECS04 Frhs2[192]: 6 0 2.0001 shouldn't be
2841.67/2848.94	c #Conflicts:    3751000 | #Constraints:     121382
2841.67/2848.94	c #Conflicts:    3752000 | #Constraints:     122382
2841.67/2848.94	WSVECS04 Frhs2[9]: 6 -4.00005 0 shouldn't be
2841.67/2848.94	WSVECS04 Frhs2[18]: 6 0 1.00002 shouldn't be
2841.67/2848.94	WSVECS04 Frhs2[19]: 6 -2.40006 0 shouldn't be
2841.67/2848.94	WSVECS04 Frhs2[23]: 6 0 3.40006 shouldn't be
2841.67/2848.94	WSVECS04 Frhs2[35]: 6 0 1.00005 shouldn't be
2841.67/2848.94	WSVECS04 Frhs2[38]: 6 -1.60004 0 shouldn't be
2841.67/2848.94	WSVECS04 Frhs2[58]: 6 0 3.20005 shouldn't be
2841.67/2848.94	WSVECS04 Frhs2[69]: 6 0 5.60005 shouldn't be
2841.67/2848.94	WSVECS04 Frhs2[78]: 6 0 3.40002 shouldn't be
2841.67/2848.94	WSVECS04 Frhs2[96]: 6 0 1.00004 shouldn't be
2841.67/2848.94	WSVECS04 Frhs2[139]: 6 0 3.00004 shouldn't be
2841.67/2848.94	WSVECS04 Frhs2[140]: 6 0 1.00001 shouldn't be
2841.67/2848.94	WSVECS04 Frhs2[151]: 6 -0.600058 0 shouldn't be
2841.67/2848.94	WSVECS04 Frhs2[162]: 6 0 3.00002 shouldn't be
2841.67/2848.94	WSVECS04 Frhs2[175]: 6 0 4.80004 shouldn't be
2841.67/2848.94	WSVECS04 Frhs2[189]: 6 0 5.80005 shouldn't be
2841.67/2848.94	WSVECS04 Frhs2[191]: 6 0 2.00002 shouldn't be
2841.67/2848.94	WSVECS04 Frhs2[197]: 6 0 2.00007 shouldn't be
2841.67/2848.94	WSVECS04 Frhs2[198]: 6 0 1.20002 shouldn't be
2851.24/2858.58	c #Conflicts:    3753000 | #Constraints:     123382
2851.24/2858.58	c #Conflicts:    3754000 | #Constraints:     124382
2851.24/2858.58	c #Conflicts:    3755000 | #Constraints:     125382
2851.24/2858.58	c #Conflicts:    3756000 | #Constraints:     126382
2851.24/2858.58	c #Conflicts:    3757000 | #Constraints:     127382
2851.24/2858.58	c #Conflicts:    3758000 | #Constraints:     128382
2851.24/2858.58	c #Conflicts:    3759000 | #Constraints:     129382
2851.24/2858.58	c #Conflicts:    3760000 | #Constraints:     130382
2851.24/2858.58	c #Conflicts:    3761000 | #Constraints:     131382
2851.24/2858.58	c #Conflicts:    3762000 | #Constraints:     132382
2851.24/2858.58	WSVECS04 Frhs2[3]: 6 0 1.00006 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[13]: 6 0 2.00004 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[19]: 6 -1.98767 0 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[20]: 6 0 4.32108 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[26]: 6 0 1.00002 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[35]: 6 0 1.45683 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[50]: 6 0 1.54329 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[53]: 6 0 3.13585 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[58]: 6 0 3.37044 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[63]: 6 0 2.88896 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[67]: 6 0 2.00003 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[69]: 6 0 3.33341 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[91]: 6 0 2.3334 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[93]: 6 -1.86424 0 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[103]: 6 0 3.66675 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[111]: 6 0 1.00007 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[115]: 6 0 1.00003 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[125]: 6 -5.69138 0 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[132]: 6 0 3.50622 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[135]: 6 0 1.00007 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[163]: 6 0 3.00005 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[183]: 6 0 3.33338 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[189]: 6 0 3.33338 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[196]: 6 0 1.00005 shouldn't be
2851.24/2858.58	WSVECS04 Frhs2[198]: 6 0 3.00005 shouldn't be
2854.13/2861.48	c #Conflicts:    3763000 | #Constraints:     133382
2854.13/2861.48	c #Conflicts:    3764000 | #Constraints:     134382
2854.13/2861.48	c #Conflicts:    3765000 | #Constraints:     135382
2854.13/2861.48	WSVECS04 Frhs2[25]: 6 0 4.50004 shouldn't be
2854.13/2861.48	WSVECS04 Frhs2[40]: 6 0 4.00006 shouldn't be
2854.13/2861.48	WSVECS04 Frhs2[45]: 6 0 1.75007 shouldn't be
2854.13/2861.48	WSVECS04 Frhs2[74]: 6 -3.2501 0 shouldn't be
2854.13/2861.48	WSVECS04 Frhs2[81]: 6 0 1.50002 shouldn't be
2854.13/2861.48	WSVECS04 Frhs2[82]: 6 0 5.50004 shouldn't be
2854.13/2861.48	WSVECS04 Frhs2[85]: 6 0 3.00008 shouldn't be
2854.13/2861.48	WSVECS04 Frhs2[89]: 6 -0.750034 0 shouldn't be
2854.13/2861.48	WSVECS04 Frhs2[96]: 6 0 2.00007 shouldn't be
2854.13/2861.48	WSVECS04 Frhs2[102]: 6 0 2.00009 shouldn't be
2854.13/2861.48	WSVECS04 Frhs2[121]: 6 0 1.00002 shouldn't be
2854.13/2861.48	WSVECS04 Frhs2[138]: 6 0 2.75007 shouldn't be
2854.13/2861.48	WSVECS04 Frhs2[145]: 6 0 2.00006 shouldn't be
2854.13/2861.48	WSVECS04 Frhs2[153]: 6 0 2.00004 shouldn't be
2854.13/2861.48	WSVECS04 Frhs2[162]: 6 0 1.00006 shouldn't be
2854.13/2861.48	WSVECS04 Frhs2[164]: 6 0 1.00001 shouldn't be
2854.13/2861.48	WSVECS04 Frhs2[182]: 6 0 2.00001 shouldn't be
2854.13/2861.48	WSVECS04 Frhs2[184]: 6 0 3.25008 shouldn't be
2854.53/2861.80	WSVECS04 Frhs2[118]: 6 0 4.00009 shouldn't be
2858.03/2865.34	c #Conflicts:    3766000 | #Constraints:     136382
2858.03/2865.34	c #Conflicts:    3767000 | #Constraints:     137382
2858.03/2865.34	c #Conflicts:    3768000 | #Constraints:     138382
2858.03/2865.34	c #Conflicts:    3769000 | #Constraints:     139382
2858.03/2865.34	WSVECS04 Frhs2[35]: 6 0 1.00007 shouldn't be
2858.03/2865.34	WSVECS04 Frhs2[53]: 6 0 1.00007 shouldn't be
2858.03/2865.34	WSVECS04 Frhs2[58]: 6 0 3.66672 shouldn't be
2858.03/2865.34	WSVECS04 Frhs2[63]: 6 -1.00009 0 shouldn't be
2858.03/2865.34	WSVECS04 Frhs2[83]: 6 0 1.00007 shouldn't be
2858.03/2865.34	WSVECS04 Frhs2[86]: 6 0 1.66675 shouldn't be
2858.03/2865.34	WSVECS04 Frhs2[93]: 6 -3.50008 0 shouldn't be
2858.03/2865.34	WSVECS04 Frhs2[103]: 6 0 3.6667 shouldn't be
2858.03/2865.34	WSVECS04 Frhs2[105]: 6 0 1.16668 shouldn't be
2858.03/2865.34	WSVECS04 Frhs2[122]: 6 0 3.83337 shouldn't be
2858.03/2865.34	WSVECS04 Frhs2[125]: 6 0 2.83336 shouldn't be
2858.03/2865.34	WSVECS04 Frhs2[132]: 6 0 3.66674 shouldn't be
2858.03/2865.34	WSVECS04 Frhs2[162]: 6 0 2.16676 shouldn't be
2858.03/2865.34	WSVECS04 Frhs2[189]: 6 0 3.8334 shouldn't be
2858.03/2865.34	WSVECS04 Frhs2[198]: 6 0 3.16671 shouldn't be
2859.62/2866.97	c #Conflicts:    3770000 | #Constraints:     140382
2859.62/2866.97	WSVECS04 Frhs2[1]: 6 0 2.89478 shouldn't be
2859.62/2866.97	WSVECS04 Frhs2[6]: 6 0 1.00004 shouldn't be
2859.62/2866.97	WSVECS04 Frhs2[19]: 6 0 4.00001 shouldn't be
2859.62/2866.97	WSVECS04 Frhs2[23]: 6 0 3.00009 shouldn't be
2859.62/2866.97	WSVECS04 Frhs2[27]: 6 0 1.10528 shouldn't be
2859.62/2866.97	WSVECS04 Frhs2[31]: 6 -4.26321 0 shouldn't be
2859.62/2866.97	WSVECS04 Frhs2[34]: 6 0 2.36843 shouldn't be
2859.62/2866.97	WSVECS04 Frhs2[49]: 6 0 5.00003 shouldn't be
2859.62/2866.97	WSVECS04 Frhs2[57]: 6 0 2.10533 shouldn't be
2859.62/2866.97	WSVECS04 Frhs2[78]: 6 0 2.10528 shouldn't be
2859.62/2866.97	WSVECS04 Frhs2[104]: 6 -1.26323 0 shouldn't be
2859.62/2866.97	WSVECS04 Frhs2[111]: 6 0 2.36844 shouldn't be
2859.62/2866.97	WSVECS04 Frhs2[117]: 6 0 3.00007 shouldn't be
2859.62/2866.97	WSVECS04 Frhs2[150]: 6 0 2.10533 shouldn't be
2859.62/2866.97	WSVECS04 Frhs2[169]: 6 0 3.10528 shouldn't be
2859.62/2866.97	WSVECS04 Frhs2[175]: 6 0 1.31589 shouldn't be
2862.72/2870.06	c #Conflicts:    3771000 | #Constraints:     141382
2862.72/2870.06	c #Conflicts:    3772000 | #Constraints:     142382
2862.72/2870.06	c #Conflicts:    3773000 | #Constraints:     143382
2862.72/2870.06	WSVECS04 Frhs2[64]: 6 0 2.88644 shouldn't be
2862.72/2870.06	WSVECS04 Frhs2[73]: 6 0 2.69322 shouldn't be
2862.72/2870.06	WSVECS04 Frhs2[82]: 6 0 2.25003 shouldn't be
2862.72/2870.06	WSVECS04 Frhs2[124]: 6 0 2.00007 shouldn't be
2862.72/2870.06	WSVECS04 Frhs2[156]: 6 0 1.69325 shouldn't be
2862.72/2870.06	WSVECS04 Frhs2[179]: 6 -3.2728 0 shouldn't be
2873.88/2881.29	c #Conflicts:    3774000 | #Constraints:     144382
2873.88/2881.29	c #Conflicts:    3775000 | #Constraints:     145382
2873.88/2881.29	c #Conflicts:    3776000 | #Constraints:     146382
2873.88/2881.29	c #Conflicts:    3777000 | #Constraints:     147382
2873.88/2881.29	c #Conflicts:    3778000 | #Constraints:     148382
2873.88/2881.29	c #Conflicts:    3779000 | #Constraints:     149382
2873.88/2881.29	c #Conflicts:    3780000 | #Constraints:     150382
2873.88/2881.29	c #Conflicts:    3781000 | #Constraints:     151382
2873.88/2881.29	c #Conflicts:    3782000 | #Constraints:     152382
2873.88/2881.29	c #Conflicts:    3783000 | #Constraints:     153382
2873.88/2881.29	c #Conflicts:    3784000 | #Constraints:     154382
2873.88/2881.29	WSVECS04 Frhs2[35]: 6 0 1.00007 shouldn't be
2873.88/2881.29	WSVECS04 Frhs2[50]: 6 0 2.33339 shouldn't be
2873.88/2881.29	WSVECS04 Frhs2[103]: 6 0 3.00004 shouldn't be
2873.88/2881.29	WSVECS04 Frhs2[125]: 6 -6.3334 0 shouldn't be
2873.88/2881.29	WSVECS04 Frhs2[128]: 6 0 3.80002 shouldn't be
2873.88/2881.29	WSVECS04 Frhs2[135]: 6 0 1.00002 shouldn't be
2873.88/2881.29	WSVECS04 Frhs2[150]: 6 0 3.53339 shouldn't be
2873.88/2881.29	WSVECS04 Frhs2[162]: 6 0 1.20001 shouldn't be
2873.88/2881.29	WSVECS04 Frhs2[183]: 6 0 1.0001 shouldn't be
2876.79/2884.17	c #Conflicts:    3785000 | #Constraints:     155382
2876.79/2884.17	c #Conflicts:    3786000 | #Constraints:     156382
2876.79/2884.17	c #Conflicts:    3787000 | #Constraints:     157382
2876.79/2884.17	WSVECS04 Frhs2[36]: 6 0 2.00005 shouldn't be
2876.79/2884.17	WSVECS04 Frhs2[45]: 6 0 1.00009 shouldn't be
2876.79/2884.17	WSVECS04 Frhs2[48]: 6 0 1.00009 shouldn't be
2876.79/2884.17	WSVECS04 Frhs2[50]: 6 0 6.0001 shouldn't be
2876.79/2884.17	WSVECS04 Frhs2[58]: 6 0 2.00008 shouldn't be
2876.79/2884.17	WSVECS04 Frhs2[73]: 6 0 3.22227 shouldn't be
2876.79/2884.17	WSVECS04 Frhs2[94]: 6 -0.111157 0 shouldn't be
2876.79/2884.17	WSVECS04 Frhs2[102]: 6 0 1.00009 shouldn't be
2876.79/2884.17	WSVECS04 Frhs2[119]: 6 -5.22232 0 shouldn't be
2876.79/2884.17	WSVECS04 Frhs2[128]: 6 0 4.11112 shouldn't be
2876.79/2884.17	WSVECS04 Frhs2[135]: 6 0 2.1112 shouldn't be
2876.79/2884.17	WSVECS04 Frhs2[184]: 6 0 2.00007 shouldn't be
2876.79/2884.17	WSVECS04 Frhs2[192]: 6 0 2.00002 shouldn't be
2885.26/2892.61	c #Conflicts:    3788000 | #Constraints:     158382
2885.26/2892.61	c #Conflicts:    3789000 | #Constraints:     159382
2885.26/2892.61	c #Conflicts:    3790000 | #Constraints:     160382
2885.26/2892.61	c #Conflicts:    3791000 | #Constraints:     161382
2885.26/2892.61	c #Conflicts:    3792000 | #Constraints:     162382
2885.26/2892.61	c #Conflicts:    3793000 | #Constraints:     163382
2885.26/2892.61	c #Conflicts:    3794000 | #Constraints:     164382
2885.26/2892.61	c #Conflicts:    3795000 | #Constraints:     165382
2885.26/2892.61	WSVECS04 Frhs2[5]: 6 0 1.31294 shouldn't be
2885.26/2892.61	WSVECS04 Frhs2[41]: 6 0 2.00005 shouldn't be
2885.26/2892.61	WSVECS04 Frhs2[83]: 6 0 1.00005 shouldn't be
2885.26/2892.61	WSVECS04 Frhs2[85]: 6 0 3.4218 shouldn't be
2885.26/2892.61	WSVECS04 Frhs2[102]: 6 0 1.23135 shouldn't be
2885.26/2892.61	WSVECS04 Frhs2[128]: 6 0 2.17016 shouldn't be
2885.26/2892.61	WSVECS04 Frhs2[149]: 6 -1.17013 0 shouldn't be
2885.26/2892.61	WSVECS04 Frhs2[155]: 6 0 2.76874 shouldn't be
2885.26/2892.61	WSVECS04 Frhs2[163]: 6 -1.09526 0 shouldn't be
2885.26/2892.61	WSVECS04 Frhs2[168]: 6 0 3.00003 shouldn't be
2885.26/2892.61	WSVECS04 Frhs2[184]: 6 0 2.00007 shouldn't be
2885.26/2892.61	WSVECS04 Frhs2[193]: 6 0 2.48984 shouldn't be
2886.96/2894.36	c #Conflicts:    3796000 | #Constraints:     166382
2886.96/2894.36	WSVECS04 Frhs2[2]: 6 0 1.00008 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[11]: 6 0 3.00003 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[19]: 6 -5.00001 0 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[23]: 6 0 4.00003 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[36]: 6 0 5.00006 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[44]: 6 0 2.00009 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[48]: 6 0 3.0001 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[49]: 6 0 3.00005 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[67]: 6 0 2.00001 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[69]: 6 0 3.0001 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[79]: 6 0 3.00006 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[80]: 6 0 3.50004 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[101]: 6 0 3.0001 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[111]: 6 0 1.00008 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[117]: 6 0 1.00006 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[121]: 6 -5.00007 0 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[141]: 6 0 4.00006 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[142]: 6 0 2.00009 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[143]: 6 0 2.50006 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[150]: 6 0 4.00006 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[151]: 6 0 1.00006 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[153]: 6 -6.50002 0 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[156]: 6 0 4.00006 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[169]: 6 0 3.00002 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[175]: 6 0 2.00002 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[190]: 6 0 2.00008 shouldn't be
2886.96/2894.36	WSVECS04 Frhs2[199]: 6 0 3.00007 shouldn't be
2894.83/2902.20	c #Conflicts:    3797000 | #Constraints:     167382
2894.83/2902.20	c #Conflicts:    3798000 | #Constraints:     168382
2894.83/2902.20	c #Conflicts:    3799000 | #Constraints:     169382
2894.83/2902.20	c #Conflicts:    3800000 | #Constraints:     170382
2894.83/2902.20	c #Conflicts:    3801000 | #Constraints:     171382
2894.83/2902.20	c #Conflicts:    3802000 | #Constraints:     172382
2894.83/2902.20	WSVECS04 Frhs2[10]: 6 -8.27783 0 shouldn't be
2894.83/2902.20	WSVECS04 Frhs2[26]: 6 0 1.00003 shouldn't be
2894.83/2902.20	WSVECS04 Frhs2[41]: 6 0 1.00006 shouldn't be
2894.83/2902.20	WSVECS04 Frhs2[49]: 6 -7.77781 0 shouldn't be
2894.83/2902.20	WSVECS04 Frhs2[51]: 6 0 4.61119 shouldn't be
2894.83/2902.20	WSVECS04 Frhs2[76]: 6 -4.00004 0 shouldn't be
2894.83/2902.20	WSVECS04 Frhs2[87]: 6 -3.11118 0 shouldn't be
2894.83/2902.20	WSVECS04 Frhs2[103]: 6 0 2.50007 shouldn't be
2894.83/2902.20	WSVECS04 Frhs2[135]: 6 0 1.00002 shouldn't be
2894.83/2902.20	WSVECS04 Frhs2[153]: 6 0 2.00004 shouldn't be
2894.83/2902.20	WSVECS04 Frhs2[184]: 6 0 2.00007 shouldn't be
2894.83/2902.20	WSVECS04 Frhs2[192]: 6 0 2.50006 shouldn't be
2901.12/2908.55	c #Conflicts:    3803000 | #Constraints:     173382
2901.12/2908.55	c #Conflicts:    3804000 | #Constraints:     174382
2901.12/2908.55	c #Conflicts:    3805000 | #Constraints:     175382
2901.12/2908.55	c #Conflicts:    3806000 | #Constraints:     176382
2901.12/2908.55	c #Conflicts:    3807000 | #Constraints:     177382
2901.12/2908.55	c #Conflicts:    3808000 | #Constraints:     178382
2901.12/2908.55	WSVECS04 Frhs2[19]: 6 0 4.00007 shouldn't be
2901.12/2908.55	WSVECS04 Frhs2[23]: 6 0 2.33336 shouldn't be
2901.12/2908.55	WSVECS04 Frhs2[25]: 6 0 3.50008 shouldn't be
2901.12/2908.55	WSVECS04 Frhs2[56]: 6 0 1.33341 shouldn't be
2901.12/2908.55	WSVECS04 Frhs2[66]: 6 0 2.00005 shouldn't be
2901.12/2908.55	WSVECS04 Frhs2[84]: 6 0 2.66671 shouldn't be
2901.12/2908.55	WSVECS04 Frhs2[89]: 6 0 3.33338 shouldn't be
2901.12/2908.55	WSVECS04 Frhs2[118]: 6 0 5.00007 shouldn't be
2901.12/2908.55	WSVECS04 Frhs2[120]: 6 0 4.00001 shouldn't be
2901.12/2908.55	WSVECS04 Frhs2[141]: 6 0 1.00005 shouldn't be
2901.12/2908.55	WSVECS04 Frhs2[144]: 6 0 4.00007 shouldn't be
2901.12/2908.55	WSVECS04 Frhs2[145]: 6 0 1.00004 shouldn't be
2901.12/2908.55	WSVECS04 Frhs2[151]: 6 -1.16672 0 shouldn't be
2901.12/2908.55	WSVECS04 Frhs2[154]: 6 0 2.66672 shouldn't be
2901.12/2908.55	WSVECS04 Frhs2[160]: 6 0 3.00001 shouldn't be
2901.12/2908.55	WSVECS04 Frhs2[163]: 6 0 1.00008 shouldn't be
2901.12/2908.55	WSVECS04 Frhs2[172]: 6 0 3.66677 shouldn't be
2909.50/2916.91	c #Conflicts:    3809000 | #Constraints:     179382
2909.50/2916.91	c #Conflicts:    3810000 | #Constraints:     180382
2909.50/2916.91	c #Conflicts:    3811000 | #Constraints:     181382
2909.50/2916.91	c #Conflicts:    3812000 | #Constraints:     182382
2909.50/2916.91	c #Conflicts:    3813000 | #Constraints:     183382
2909.50/2916.91	c #Conflicts:    3814000 | #Constraints:     184382
2909.50/2916.91	WSVECS04 Frhs2[5]: 6 0 1.40483 shouldn't be
2909.50/2916.91	WSVECS04 Frhs2[18]: 6 0 2.59527 shouldn't be
2909.50/2916.91	WSVECS04 Frhs2[23]: 6 0 2.00008 shouldn't be
2909.50/2916.91	WSVECS04 Frhs2[25]: 6 -2.40482 0 shouldn't be
2909.50/2916.91	WSVECS04 Frhs2[67]: 6 0 1.8334 shouldn't be
2909.50/2916.91	WSVECS04 Frhs2[69]: 6 0 4.95246 shouldn't be
2909.50/2916.91	WSVECS04 Frhs2[70]: 6 0 1.09533 shouldn't be
2909.50/2916.91	WSVECS04 Frhs2[138]: 6 0 4.19053 shouldn't be
2909.50/2916.91	WSVECS04 Frhs2[177]: 6 0 3.28576 shouldn't be
2909.50/2916.91	WSVECS04 Frhs2[187]: 6 -3.88097 0 shouldn't be
2909.50/2916.91	WSVECS04 Frhs2[190]: 6 0 2.00006 shouldn't be
2909.50/2916.91	WSVECS04 Frhs2[197]: 6 0 1.0001 shouldn't be
2909.50/2916.91	WSVECS04 Frhs2[200]: 6 0 1.78581 shouldn't be
2913.00/2920.43	c #Conflicts:    3815000 | #Constraints:     185382
2913.00/2920.43	c #Conflicts:    3816000 | #Constraints:     186382
2913.00/2920.43	WSVECS04 Frhs2[3]: 6 0 1.00006 shouldn't be
2913.00/2920.43	WSVECS04 Frhs2[13]: 6 0 1.40002 shouldn't be
2913.00/2920.43	WSVECS04 Frhs2[26]: 6 0 2.00006 shouldn't be
2913.00/2920.43	WSVECS04 Frhs2[35]: 6 0 2.00006 shouldn't be
2913.00/2920.43	WSVECS04 Frhs2[48]: 6 0 1.00002 shouldn't be
2913.00/2920.43	WSVECS04 Frhs2[102]: 6 0 1.0001 shouldn't be
2913.00/2920.43	WSVECS04 Frhs2[106]: 6 -2.00005 0 shouldn't be
2913.00/2920.43	WSVECS04 Frhs2[108]: 6 0 2.20003 shouldn't be
2913.00/2920.43	WSVECS04 Frhs2[113]: 6 0 1.00008 shouldn't be
2913.00/2920.43	WSVECS04 Frhs2[118]: 6 0 1.6001 shouldn't be
2913.00/2920.43	WSVECS04 Frhs2[124]: 6 -0.800049 0 shouldn't be
2913.00/2920.43	WSVECS04 Frhs2[137]: 6 0 3.00009 shouldn't be
2913.00/2920.43	WSVECS04 Frhs2[142]: 6 0 2.0001 shouldn't be
2913.00/2920.43	WSVECS04 Frhs2[143]: 6 0 2.00006 shouldn't be
2913.00/2920.43	WSVECS04 Frhs2[192]: 6 0 2.00007 shouldn't be
2918.59/2926.04	c #Conflicts:    3817000 | #Constraints:     187382
2918.59/2926.04	c #Conflicts:    3818000 | #Constraints:     188382
2918.59/2926.04	c #Conflicts:    3819000 | #Constraints:     189382
2918.59/2926.04	c #Conflicts:    3820000 | #Constraints:     190382
2918.59/2926.04	WSVECS04 Frhs2[40]: 6 -0.406331 0 shouldn't be
2918.59/2926.04	WSVECS04 Frhs2[43]: 6 0 1.0001 shouldn't be
2918.59/2926.04	WSVECS04 Frhs2[54]: 6 0 7.09384 shouldn't be
2918.59/2926.04	WSVECS04 Frhs2[59]: 6 0 2.25006 shouldn't be
2918.59/2926.04	WSVECS04 Frhs2[69]: 6 0 2.2188 shouldn't be
2918.59/2926.04	WSVECS04 Frhs2[79]: 6 0 5.40632 shouldn't be
2918.59/2926.04	WSVECS04 Frhs2[138]: 6 0 3.03133 shouldn't be
2918.59/2926.04	WSVECS04 Frhs2[145]: 6 0 2.62504 shouldn't be
2918.59/2926.04	WSVECS04 Frhs2[148]: 6 0 2.81258 shouldn't be
2918.59/2926.04	WSVECS04 Frhs2[156]: 6 -4.98442 0 shouldn't be
2918.59/2926.04	WSVECS04 Frhs2[177]: 6 0 2.18758 shouldn't be
2918.59/2926.04	WSVECS04 Frhs2[183]: 6 0 1.00007 shouldn't be
2918.59/2926.04	WSVECS04 Frhs2[198]: 6 0 1.00002 shouldn't be
2921.69/2929.16	c #Conflicts:    3821000 | #Constraints:     191382
2921.69/2929.16	c #Conflicts:    3822000 | #Constraints:     192382
2921.69/2929.16	WSVECS04 Frhs2[3]: 6 0 1.00006 shouldn't be
2921.69/2929.16	WSVECS04 Frhs2[10]: 6 -6.41183 0 shouldn't be
2921.69/2929.16	WSVECS04 Frhs2[11]: 6 0 3.05888 shouldn't be
2921.69/2929.16	WSVECS04 Frhs2[13]: 6 0 1.00006 shouldn't be
2921.69/2929.16	WSVECS04 Frhs2[15]: 6 0 1.00006 shouldn't be
2921.69/2929.16	WSVECS04 Frhs2[53]: 6 0 2.05884 shouldn't be
2921.69/2929.16	WSVECS04 Frhs2[67]: 6 0 4.17649 shouldn't be
2921.69/2929.16	WSVECS04 Frhs2[86]: 6 -2.11768 0 shouldn't be
2921.69/2929.16	WSVECS04 Frhs2[102]: 6 0 2.82358 shouldn't be
2921.69/2929.16	WSVECS04 Frhs2[107]: 6 0 1.23532 shouldn't be
2921.69/2929.16	WSVECS04 Frhs2[132]: 6 0 3.47065 shouldn't be
2921.69/2929.16	WSVECS04 Frhs2[180]: 6 0 4.00009 shouldn't be
2927.95/2935.49	c #Conflicts:    3823000 | #Constraints:     193382
2927.95/2935.49	c #Conflicts:    3824000 | #Constraints:     194382
2927.95/2935.49	c #Conflicts:    3825000 | #Constraints:     195382
2927.95/2935.49	c #Conflicts:    3826000 | #Constraints:     196382
2927.95/2935.49	c #Conflicts:    3827000 | #Constraints:     197382
2927.95/2935.49	WSVECS04 Frhs2[5]: 6 0 2.00002 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[13]: 6 0 2.50002 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[18]: 6 0 1.50006 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[22]: 6 -2.00005 0 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[36]: 6 0 3.00007 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[43]: 6 0 4.00006 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[46]: 6 -2.25007 0 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[60]: 6 0 1.50005 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[63]: 6 -0.50003 0 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[66]: 6 0 1.25007 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[72]: 6 -1.00008 0 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[79]: 6 -3.25006 0 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[81]: 6 -2.00002 0 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[83]: 6 0 1.00009 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[86]: 6 -0.500068 0 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[92]: 6 0 2.00004 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[96]: 6 0 2.00006 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[98]: 6 0 1.00003 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[101]: 6 -3.00005 0 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[105]: 6 0 1.25005 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[121]: 6 0 1.00006 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[123]: 6 0 1.00006 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[141]: 6 0 3.00006 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[149]: 6 -0.500096 0 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[155]: 6 0 3.00002 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[184]: 6 0 3.00005 shouldn't be
2927.95/2935.49	WSVECS04 Frhs2[194]: 6 0 2.00004 shouldn't be
2936.13/2943.65	c #Conflicts:    3828000 | #Constraints:     198382
2936.13/2943.65	c #Conflicts:    3829000 | #Constraints:     199382
2936.13/2943.65	c #Conflicts:    3830000 | #Constraints:     200382
2936.13/2943.65	c #Conflicts:    3831000 | #Constraints:     201382
2936.13/2943.65	c #Conflicts:    3832000 | #Constraints:     202382
2936.13/2943.65	WSVECS04 Frhs2[5]: 6 0 1.00002 shouldn't be
2936.13/2943.65	WSVECS04 Frhs2[18]: 6 0 1.94743 shouldn't be
2936.13/2943.65	WSVECS04 Frhs2[45]: 6 0 1.00009 shouldn't be
2936.13/2943.65	WSVECS04 Frhs2[53]: 6 0 1.43864 shouldn't be
2936.13/2943.65	WSVECS04 Frhs2[56]: 6 -1.00007 0 shouldn't be
2936.13/2943.65	WSVECS04 Frhs2[61]: 6 -0.596508 0 shouldn't be
2936.13/2943.65	WSVECS04 Frhs2[75]: 6 0 1.00002 shouldn't be
2936.13/2943.65	WSVECS04 Frhs2[89]: 6 -0.0526452 0 shouldn't be
2936.13/2943.65	WSVECS04 Frhs2[98]: 6 -4.08775 0 shouldn't be
2936.13/2943.65	WSVECS04 Frhs2[107]: 6 0 1.00007 shouldn't be
2936.13/2943.65	WSVECS04 Frhs2[112]: 6 0 3.00002 shouldn't be
2936.13/2943.65	WSVECS04 Frhs2[121]: 6 0 1.19301 shouldn't be
2936.13/2943.65	WSVECS04 Frhs2[125]: 6 0 2.00008 shouldn't be
2936.13/2943.65	WSVECS04 Frhs2[149]: 6 -1.64914 0 shouldn't be
2936.13/2943.65	WSVECS04 Frhs2[159]: 6 0 2.32461 shouldn't be
2957.08/2964.62	c #Conflicts:    3833000 | #Constraints:     203382
2957.08/2964.62	c #Conflicts:    3834000 | #Constraints:     204382
2957.08/2964.62	c #Conflicts:    3835000 | #Constraints:     205382
2957.08/2964.62	c #Conflicts:    3836000 | #Constraints:     206382
2957.08/2964.62	c #Conflicts:    3837000 | #Constraints:     207382
2957.08/2964.62	c #Conflicts:    3838000 | #Constraints:     208382
2957.08/2964.62	c #Conflicts:    3839000 | #Constraints:     209382
2957.08/2964.62	c #Conflicts:    3840000 | #Constraints:     210382
2957.08/2964.62	c #Conflicts:    3841000 | #Constraints:     211382
2957.08/2964.62	c #Conflicts:    3842000 | #Constraints:     212382
2957.08/2964.62	c #Conflicts:    3843000 | #Constraints:     213382
2957.08/2964.62	c #Conflicts:    3844000 | #Constraints:     214382
2957.08/2964.62	c #Conflicts:    3845000 | #Constraints:     215382
2957.08/2964.62	WSVECS04 Frhs2[13]: 6 0 1.00003 shouldn't be
2957.08/2964.62	WSVECS04 Frhs2[17]: 6 0 2.83808 shouldn't be
2957.08/2964.62	WSVECS04 Frhs2[22]: 6 0 4.00006 shouldn't be
2957.08/2964.62	WSVECS04 Frhs2[23]: 6 0 1.00003 shouldn't be
2957.08/2964.62	WSVECS04 Frhs2[77]: 6 0 2.01266 shouldn't be
2957.08/2964.62	WSVECS04 Frhs2[84]: 6 -0.990118 0 shouldn't be
2957.08/2964.62	WSVECS04 Frhs2[141]: 6 0 2.64709 shouldn't be
2957.08/2964.62	WSVECS04 Frhs2[151]: 6 0 6.77533 shouldn't be
2957.08/2964.62	WSVECS04 Frhs2[159]: 6 -2.45321 0 shouldn't be
2957.08/2964.62	WSVECS04 Frhs2[172]: 6 0 1.89938 shouldn't be
2957.08/2964.62	WSVECS04 Frhs2[183]: 6 0 1.00005 shouldn't be
2959.38/2967.00	c #Conflicts:    3846000 | #Constraints:     216382
2959.38/2967.00	c #Conflicts:    3847000 | #Constraints:     217382
2959.38/2967.00	WSVECS04 Frhs2[2]: 6 0 3.22416 shouldn't be
2959.38/2967.00	WSVECS04 Frhs2[18]: 6 0 1.00006 shouldn't be
2959.38/2967.00	WSVECS04 Frhs2[25]: 6 0 3.16668 shouldn't be
2959.38/2967.00	WSVECS04 Frhs2[50]: 6 0 1.7127 shouldn't be
2959.38/2967.00	WSVECS04 Frhs2[51]: 6 -1.4656 0 shouldn't be
2959.38/2967.00	WSVECS04 Frhs2[66]: 6 0 1.00009 shouldn't be
2959.38/2967.00	WSVECS04 Frhs2[98]: 6 -2.21849 0 shouldn't be
2959.38/2967.00	WSVECS04 Frhs2[107]: 6 0 1.1207 shouldn't be
2959.38/2967.00	WSVECS04 Frhs2[155]: 6 0 1.10924 shouldn't be
2959.38/2967.00	WSVECS04 Frhs2[191]: 6 0 2.00007 shouldn't be
2959.38/2967.00	WSVECS04 Frhs2[193]: 6 0 2.00003 shouldn't be
2959.38/2967.00	WSVECS04 Frhs2[194]: 6 0 2.41962 shouldn't be
2966.67/2974.25	c #Conflicts:    3848000 | #Constraints:     218382
2966.67/2974.25	c #Conflicts:    3849000 | #Constraints:     219382
2966.67/2974.25	c #Conflicts:    3850000 | #Constraints:     220382
2966.67/2974.25	c #Conflicts:    3851000 | #Constraints:     221382
2966.67/2974.25	c INPROCESSING
2966.67/2974.25	c GARBAGE COLLECT
2966.67/2974.25	c rational objective -109
2979.73/2987.32	c #Conflicts:    3852000 | #Constraints:     120300
2979.73/2987.32	c #Conflicts:    3853000 | #Constraints:     121300
2979.73/2987.32	c #Conflicts:    3854000 | #Constraints:     122300
2979.73/2987.32	c #Conflicts:    3855000 | #Constraints:     123302
2979.73/2987.32	c #Conflicts:    3856000 | #Constraints:     124302
2979.73/2987.32	c #Conflicts:    3857000 | #Constraints:     125304
2979.73/2987.32	c #Conflicts:    3858000 | #Constraints:     126306
2979.73/2987.32	c #Conflicts:    3859000 | #Constraints:     127309
2979.73/2987.32	c #Conflicts:    3860000 | #Constraints:     128309
2979.73/2987.32	c #Conflicts:    3861000 | #Constraints:     129309
2979.73/2987.32	c #Conflicts:    3862000 | #Constraints:     130310
2979.73/2987.32	c #Conflicts:    3863000 | #Constraints:     131310
2979.73/2987.32	c #Conflicts:    3864000 | #Constraints:     132311
2979.73/2987.32	c #Conflicts:    3865000 | #Constraints:     133311
2979.73/2987.32	c #Conflicts:    3866000 | #Constraints:     134312
2979.73/2987.32	WSVECS04 Frhs2[13]: 6 0 1.00002 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[17]: 6 0 4.58337 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[23]: 6 0 2.00009 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[25]: 6 0 2.00006 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[36]: 6 0 1.00006 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[43]: 6 -5.25005 0 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[45]: 6 0 1.33335 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[57]: 6 0 2.33341 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[61]: 6 0 2.00002 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[68]: 6 0 3.25009 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[80]: 6 -1.25003 0 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[82]: 6 0 3.00008 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[92]: 6 0 2.00005 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[97]: 6 0 1.75003 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[103]: 6 0 1.00004 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[105]: 6 0 2.00001 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[108]: 6 0 1.00008 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[127]: 6 0 3.25009 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[129]: 6 0 1.00002 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[138]: 6 0 2.58335 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[141]: 6 0 2.00006 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[143]: 6 0 2.00007 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[153]: 6 -3.58336 0 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[158]: 6 0 1.00004 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[160]: 6 0 1.25007 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[162]: 6 0 3.0001 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[163]: 6 0 4.00002 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[166]: 6 0 1.58337 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[173]: 6 0 1.33338 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[175]: 6 0 1.00003 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[178]: 6 0 1.58341 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[179]: 6 0 5.00005 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[184]: 6 0 1.41674 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[189]: 6 0 5.41673 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[192]: 6 0 2.00006 shouldn't be
2979.73/2987.32	WSVECS04 Frhs2[194]: 6 0 1.00007 shouldn't be
3006.17/3013.86	c #Conflicts:    3867000 | #Constraints:     135312
3006.17/3013.86	c #Conflicts:    3868000 | #Constraints:     136312
3006.17/3013.86	c #Conflicts:    3869000 | #Constraints:     137312
3006.17/3013.86	c #Conflicts:    3870000 | #Constraints:     138312
3006.17/3013.86	c #Conflicts:    3871000 | #Constraints:     139314
3006.17/3013.86	c #Conflicts:    3872000 | #Constraints:     140315
3006.17/3013.86	c #Conflicts:    3873000 | #Constraints:     141317
3006.17/3013.86	c #Conflicts:    3874000 | #Constraints:     142319
3006.17/3013.86	c #Conflicts:    3875000 | #Constraints:     143321
3006.17/3013.86	c #Conflicts:    3876000 | #Constraints:     144322
3006.17/3013.86	c #Conflicts:    3877000 | #Constraints:     145322
3006.17/3013.86	c #Conflicts:    3878000 | #Constraints:     146322
3006.17/3013.86	c #Conflicts:    3879000 | #Constraints:     147322
3006.17/3013.86	c #Conflicts:    3880000 | #Constraints:     148323
3006.17/3013.86	c #Conflicts:    3881000 | #Constraints:     149325
3006.17/3013.86	c #Conflicts:    3882000 | #Constraints:     150325
3006.17/3013.86	c #Conflicts:    3883000 | #Constraints:     151330
3006.17/3013.86	c #Conflicts:    3884000 | #Constraints:     152333
3006.17/3013.86	c #Conflicts:    3885000 | #Constraints:     153333
3006.17/3013.86	c #Conflicts:    3886000 | #Constraints:     154333
3006.17/3013.86	c #Conflicts:    3887000 | #Constraints:     155336
3006.17/3013.86	c #Conflicts:    3888000 | #Constraints:     156336
3006.17/3013.86	c #Conflicts:    3889000 | #Constraints:     157336
3006.17/3013.86	c #Conflicts:    3890000 | #Constraints:     158337
3006.17/3013.86	c #Conflicts:    3891000 | #Constraints:     159337
3006.17/3013.86	c #Conflicts:    3892000 | #Constraints:     160337
3006.17/3013.86	c #Conflicts:    3893000 | #Constraints:     161340
3006.17/3013.86	c #Conflicts:    3894000 | #Constraints:     162341
3006.17/3013.86	c INPROCESSING
3006.17/3013.86	c GARBAGE COLLECT
3006.17/3013.86	c rational objective -109
3039.00/3046.76	c #Conflicts:    3895000 | #Constraints:      90991
3039.00/3046.76	c #Conflicts:    3896000 | #Constraints:      91992
3039.00/3046.76	c #Conflicts:    3897000 | #Constraints:      92993
3039.00/3046.76	c #Conflicts:    3898000 | #Constraints:      93993
3039.00/3046.76	c #Conflicts:    3899000 | #Constraints:      94995
3039.00/3046.76	c #Conflicts:    3900000 | #Constraints:      95996
3039.00/3046.76	c #Conflicts:    3901000 | #Constraints:      96996
3039.00/3046.76	c #Conflicts:    3902000 | #Constraints:      97997
3039.00/3046.76	c #Conflicts:    3903000 | #Constraints:      98999
3039.00/3046.76	c #Conflicts:    3904000 | #Constraints:     100002
3039.00/3046.76	c #Conflicts:    3905000 | #Constraints:     101002
3039.00/3046.76	c #Conflicts:    3906000 | #Constraints:     102002
3039.00/3046.76	c #Conflicts:    3907000 | #Constraints:     103005
3039.00/3046.76	c #Conflicts:    3908000 | #Constraints:     104009
3039.00/3046.76	c #Conflicts:    3909000 | #Constraints:     105014
3039.00/3046.76	c #Conflicts:    3910000 | #Constraints:     106021
3039.00/3046.76	c #Conflicts:    3911000 | #Constraints:     107021
3039.00/3046.76	c #Conflicts:    3912000 | #Constraints:     108022
3039.00/3046.76	c #Conflicts:    3913000 | #Constraints:     109023
3039.00/3046.76	c #Conflicts:    3914000 | #Constraints:     110023
3039.00/3046.76	c #Conflicts:    3915000 | #Constraints:     111023
3039.00/3046.76	c #Conflicts:    3916000 | #Constraints:     112023
3039.00/3046.76	c #Conflicts:    3917000 | #Constraints:     113025
3039.00/3046.76	c #Conflicts:    3918000 | #Constraints:     114028
3039.00/3046.76	c #Conflicts:    3919000 | #Constraints:     115033
3039.00/3046.76	c #Conflicts:    3920000 | #Constraints:     116035
3039.00/3046.76	c #Conflicts:    3921000 | #Constraints:     117035
3039.00/3046.76	c #Conflicts:    3922000 | #Constraints:     118040
3039.00/3046.76	c #Conflicts:    3923000 | #Constraints:     119040
3039.00/3046.76	c #Conflicts:    3924000 | #Constraints:     120041
3039.00/3046.76	c #Conflicts:    3925000 | #Constraints:     121042
3039.00/3046.76	c #Conflicts:    3926000 | #Constraints:     122043
3039.00/3046.76	c #Conflicts:    3927000 | #Constraints:     123043
3039.00/3046.76	c #Conflicts:    3928000 | #Constraints:     124045
3039.00/3046.76	c #Conflicts:    3929000 | #Constraints:     125047
3039.00/3046.76	c #Conflicts:    3930000 | #Constraints:     126049
3039.00/3046.76	c #Conflicts:    3931000 | #Constraints:     127050
3039.00/3046.76	c #Conflicts:    3932000 | #Constraints:     128051
3039.00/3046.76	c #Conflicts:    3933000 | #Constraints:     129055
3039.00/3046.76	c #Conflicts:    3934000 | #Constraints:     130055
3039.00/3046.76	c #Conflicts:    3935000 | #Constraints:     131056
3039.00/3046.76	c #Conflicts:    3936000 | #Constraints:     132056
3039.00/3046.76	c INPROCESSING
3039.00/3046.76	c GARBAGE COLLECT
3039.00/3046.76	c rational objective -109
3070.62/3078.42	c #Conflicts:    3937000 | #Constraints:      75447
3070.62/3078.42	c #Conflicts:    3938000 | #Constraints:      76448
3070.62/3078.42	c #Conflicts:    3939000 | #Constraints:      77450
3070.62/3078.42	c #Conflicts:    3940000 | #Constraints:      78452
3070.62/3078.42	c #Conflicts:    3941000 | #Constraints:      79454
3070.62/3078.42	c #Conflicts:    3942000 | #Constraints:      80455
3070.62/3078.42	c #Conflicts:    3943000 | #Constraints:      81455
3070.62/3078.42	c #Conflicts:    3944000 | #Constraints:      82455
3070.62/3078.42	c #Conflicts:    3945000 | #Constraints:      83455
3070.62/3078.42	c #Conflicts:    3946000 | #Constraints:      84455
3070.62/3078.42	c #Conflicts:    3947000 | #Constraints:      85455
3070.62/3078.42	c #Conflicts:    3948000 | #Constraints:      86455
3070.62/3078.42	c #Conflicts:    3949000 | #Constraints:      87456
3070.62/3078.42	c #Conflicts:    3950000 | #Constraints:      88457
3070.62/3078.42	c #Conflicts:    3951000 | #Constraints:      89457
3070.62/3078.42	c #Conflicts:    3952000 | #Constraints:      90458
3070.62/3078.42	c #Conflicts:    3953000 | #Constraints:      91458
3070.62/3078.42	c #Conflicts:    3954000 | #Constraints:      92459
3070.62/3078.42	c #Conflicts:    3955000 | #Constraints:      93460
3070.62/3078.42	c #Conflicts:    3956000 | #Constraints:      94460
3070.62/3078.42	c #Conflicts:    3957000 | #Constraints:      95460
3070.62/3078.42	c #Conflicts:    3958000 | #Constraints:      96460
3070.62/3078.42	c #Conflicts:    3959000 | #Constraints:      97461
3070.62/3078.42	c #Conflicts:    3960000 | #Constraints:      98463
3070.62/3078.42	c #Conflicts:    3961000 | #Constraints:      99468
3070.62/3078.42	c #Conflicts:    3962000 | #Constraints:     100468
3070.62/3078.42	c #Conflicts:    3963000 | #Constraints:     101468
3070.62/3078.42	c #Conflicts:    3964000 | #Constraints:     102469
3070.62/3078.42	c #Conflicts:    3965000 | #Constraints:     103471
3070.62/3078.42	c #Conflicts:    3966000 | #Constraints:     104471
3070.62/3078.42	c #Conflicts:    3967000 | #Constraints:     105475
3070.62/3078.42	c #Conflicts:    3968000 | #Constraints:     106477
3070.62/3078.42	c #Conflicts:    3969000 | #Constraints:     107478
3070.62/3078.42	c #Conflicts:    3970000 | #Constraints:     108478
3070.62/3078.42	c #Conflicts:    3971000 | #Constraints:     109478
3070.62/3078.42	c #Conflicts:    3972000 | #Constraints:     110478
3070.62/3078.42	c #Conflicts:    3973000 | #Constraints:     111479
3070.62/3078.42	c #Conflicts:    3974000 | #Constraints:     112480
3070.62/3078.42	c #Conflicts:    3975000 | #Constraints:     113482
3070.62/3078.42	c #Conflicts:    3976000 | #Constraints:     114484
3070.62/3078.42	c #Conflicts:    3977000 | #Constraints:     115485
3070.62/3078.42	c #Conflicts:    3978000 | #Constraints:     116486
3070.62/3078.42	c #Conflicts:    3979000 | #Constraints:     117486
3070.62/3078.42	c INPROCESSING
3070.62/3078.42	c GARBAGE COLLECT
3070.62/3078.42	c rational objective -109
3100.27/3108.13	c #Conflicts:    3980000 | #Constraints:      68165
3100.27/3108.13	c #Conflicts:    3981000 | #Constraints:      69165
3100.27/3108.13	c #Conflicts:    3982000 | #Constraints:      70165
3100.27/3108.13	c #Conflicts:    3983000 | #Constraints:      71167
3100.27/3108.13	c #Conflicts:    3984000 | #Constraints:      72171
3100.27/3108.13	c #Conflicts:    3985000 | #Constraints:      73175
3100.27/3108.13	c #Conflicts:    3986000 | #Constraints:      74176
3100.27/3108.13	c #Conflicts:    3987000 | #Constraints:      75177
3100.27/3108.13	c #Conflicts:    3988000 | #Constraints:      76177
3100.27/3108.13	c #Conflicts:    3989000 | #Constraints:      77178
3100.27/3108.13	c #Conflicts:    3990000 | #Constraints:      78178
3100.27/3108.13	c #Conflicts:    3991000 | #Constraints:      79179
3100.27/3108.13	c #Conflicts:    3992000 | #Constraints:      80182
3100.27/3108.13	c #Conflicts:    3993000 | #Constraints:      81183
3100.27/3108.13	c #Conflicts:    3994000 | #Constraints:      82183
3100.27/3108.13	c #Conflicts:    3995000 | #Constraints:      83184
3100.27/3108.13	c #Conflicts:    3996000 | #Constraints:      84185
3100.27/3108.13	c #Conflicts:    3997000 | #Constraints:      85185
3100.27/3108.13	c #Conflicts:    3998000 | #Constraints:      86185
3100.27/3108.13	c #Conflicts:    3999000 | #Constraints:      87186
3100.27/3108.13	c #Conflicts:    4000000 | #Constraints:      88187
3100.27/3108.13	c #Conflicts:    4001000 | #Constraints:      89188
3100.27/3108.13	c #Conflicts:    4002000 | #Constraints:      90188
3100.27/3108.13	c #Conflicts:    4003000 | #Constraints:      91193
3100.27/3108.13	c #Conflicts:    4004000 | #Constraints:      92194
3100.27/3108.13	c #Conflicts:    4005000 | #Constraints:      93195
3100.27/3108.13	c #Conflicts:    4006000 | #Constraints:      94197
3100.27/3108.13	c #Conflicts:    4007000 | #Constraints:      95200
3100.27/3108.13	c #Conflicts:    4008000 | #Constraints:      96202
3100.27/3108.13	c #Conflicts:    4009000 | #Constraints:      97202
3100.27/3108.13	c #Conflicts:    4010000 | #Constraints:      98204
3100.27/3108.13	c #Conflicts:    4011000 | #Constraints:      99204
3100.27/3108.13	c #Conflicts:    4012000 | #Constraints:     100204
3100.27/3108.13	c #Conflicts:    4013000 | #Constraints:     101205
3100.27/3108.13	c #Conflicts:    4014000 | #Constraints:     102207
3100.27/3108.13	c #Conflicts:    4015000 | #Constraints:     103207
3100.27/3108.13	c #Conflicts:    4016000 | #Constraints:     104207
3100.27/3108.13	c #Conflicts:    4017000 | #Constraints:     105209
3100.27/3108.13	c #Conflicts:    4018000 | #Constraints:     106210
3100.27/3108.13	c #Conflicts:    4019000 | #Constraints:     107210
3100.27/3108.13	c #Conflicts:    4020000 | #Constraints:     108210
3100.27/3108.13	c #Conflicts:    4021000 | #Constraints:     109210
3100.27/3108.13	c #Conflicts:    4022000 | #Constraints:     110212
3100.27/3108.13	c #Conflicts:    4023000 | #Constraints:     111212
3100.27/3108.13	c INPROCESSING
3100.27/3108.13	c GARBAGE COLLECT
3100.27/3108.13	c rational objective -109
3161.20/3169.23	c #Conflicts:    4024000 | #Constraints:      65424
3161.20/3169.23	c #Conflicts:    4025000 | #Constraints:      66424
3161.20/3169.23	c #Conflicts:    4026000 | #Constraints:      67426
3161.20/3169.23	c #Conflicts:    4027000 | #Constraints:      68427
3161.20/3169.23	c #Conflicts:    4028000 | #Constraints:      69428
3161.20/3169.23	c #Conflicts:    4029000 | #Constraints:      70428
3161.20/3169.23	c #Conflicts:    4030000 | #Constraints:      71428
3161.20/3169.23	c #Conflicts:    4031000 | #Constraints:      72429
3161.20/3169.23	c #Conflicts:    4032000 | #Constraints:      73431
3161.20/3169.23	c #Conflicts:    4033000 | #Constraints:      74436
3161.20/3169.23	c #Conflicts:    4034000 | #Constraints:      75441
3161.20/3169.23	c #Conflicts:    4035000 | #Constraints:      76444
3161.20/3169.23	c #Conflicts:    4036000 | #Constraints:      77445
3161.20/3169.23	c #Conflicts:    4037000 | #Constraints:      78445
3161.20/3169.23	c #Conflicts:    4038000 | #Constraints:      79447
3161.20/3169.23	c #Conflicts:    4039000 | #Constraints:      80450
3161.20/3169.23	c #Conflicts:    4040000 | #Constraints:      81452
3161.20/3169.23	c #Conflicts:    4041000 | #Constraints:      82452
3161.20/3169.23	c #Conflicts:    4042000 | #Constraints:      83455
3161.20/3169.23	c #Conflicts:    4043000 | #Constraints:      84459
3161.20/3169.23	c #Conflicts:    4044000 | #Constraints:      85461
3161.20/3169.23	c #Conflicts:    4045000 | #Constraints:      86462
3161.20/3169.23	c #Conflicts:    4046000 | #Constraints:      87462
3161.20/3169.23	c #Conflicts:    4047000 | #Constraints:      88462
3161.20/3169.23	c #Conflicts:    4048000 | #Constraints:      89462
3161.20/3169.23	c #Conflicts:    4049000 | #Constraints:      90468
3161.20/3169.23	c #Conflicts:    4050000 | #Constraints:      91469
3161.20/3169.23	c #Conflicts:    4051000 | #Constraints:      92471
3161.20/3169.23	c #Conflicts:    4052000 | #Constraints:      93472
3161.20/3169.23	c #Conflicts:    4053000 | #Constraints:      94472
3161.20/3169.23	c #Conflicts:    4054000 | #Constraints:      95474
3161.20/3169.23	c #Conflicts:    4055000 | #Constraints:      96475
3161.20/3169.23	c #Conflicts:    4056000 | #Constraints:      97477
3161.20/3169.23	c #Conflicts:    4057000 | #Constraints:      98477
3161.20/3169.23	c #Conflicts:    4058000 | #Constraints:      99478
3161.20/3169.23	c #Conflicts:    4059000 | #Constraints:     100479
3161.20/3169.23	c #Conflicts:    4060000 | #Constraints:     101479
3161.20/3169.23	c #Conflicts:    4061000 | #Constraints:     102480
3161.20/3169.23	c #Conflicts:    4062000 | #Constraints:     103480
3161.20/3169.23	c #Conflicts:    4063000 | #Constraints:     104480
3161.20/3169.23	c #Conflicts:    4064000 | #Constraints:     105482
3161.20/3169.23	c #Conflicts:    4065000 | #Constraints:     106485
3161.20/3169.23	c #Conflicts:    4066000 | #Constraints:     107490
3161.20/3169.23	c #Conflicts:    4067000 | #Constraints:     108494
3161.20/3169.23	c #Conflicts:    4068000 | #Constraints:     109494
3161.20/3169.23	c #Conflicts:    4069000 | #Constraints:     110494
3161.20/3169.23	c #Conflicts:    4070000 | #Constraints:     111495
3161.20/3169.23	c #Conflicts:    4071000 | #Constraints:     112495
3161.20/3169.23	c #Conflicts:    4072000 | #Constraints:     113498
3161.20/3169.23	c #Conflicts:    4073000 | #Constraints:     114499
3161.20/3169.23	c #Conflicts:    4074000 | #Constraints:     115500
3161.20/3169.23	c #Conflicts:    4075000 | #Constraints:     116502
3161.20/3169.23	c #Conflicts:    4076000 | #Constraints:     117502
3161.20/3169.23	c #Conflicts:    4077000 | #Constraints:     118505
3161.20/3169.23	c #Conflicts:    4078000 | #Constraints:     119508
3161.20/3169.23	c #Conflicts:    4079000 | #Constraints:     120508
3161.20/3169.23	c #Conflicts:    4080000 | #Constraints:     121509
3161.20/3169.23	c #Conflicts:    4081000 | #Constraints:     122509
3161.20/3169.23	c #Conflicts:    4082000 | #Constraints:     123511
3161.20/3169.23	c #Conflicts:    4083000 | #Constraints:     124512
3161.20/3169.23	c #Conflicts:    4084000 | #Constraints:     125514
3161.20/3169.23	c #Conflicts:    4085000 | #Constraints:     126515
3161.20/3169.23	c #Conflicts:    4086000 | #Constraints:     127516
3161.20/3169.23	c #Conflicts:    4087000 | #Constraints:     128518
3161.20/3169.23	c #Conflicts:    4088000 | #Constraints:     129518
3161.20/3169.23	c #Conflicts:    4089000 | #Constraints:     130519
3161.20/3169.23	c #Conflicts:    4090000 | #Constraints:     131522
3161.20/3169.23	c #Conflicts:    4091000 | #Constraints:     132523
3161.20/3169.23	c #Conflicts:    4092000 | #Constraints:     133527
3161.20/3169.23	c #Conflicts:    4093000 | #Constraints:     134531
3161.20/3169.23	c #Conflicts:    4094000 | #Constraints:     135534
3161.20/3169.23	c #Conflicts:    4095000 | #Constraints:     136535
3161.20/3169.23	c #Conflicts:    4096000 | #Constraints:     137536
3161.20/3169.23	c #Conflicts:    4097000 | #Constraints:     138538
3161.20/3169.23	c #Conflicts:    4098000 | #Constraints:     139541
3161.20/3169.23	c #Conflicts:    4099000 | #Constraints:     140543
3161.20/3169.23	c #Conflicts:    4100000 | #Constraints:     141548
3161.20/3169.23	c #Conflicts:    4101000 | #Constraints:     142551
3161.20/3169.23	c #Conflicts:    4102000 | #Constraints:     143552
3250.59/3258.85	c #Conflicts:    4103000 | #Constraints:     144553
3250.59/3258.85	c #Conflicts:    4104000 | #Constraints:     145554
3250.59/3258.85	c #Conflicts:    4105000 | #Constraints:     146555
3250.59/3258.85	c #Conflicts:    4106000 | #Constraints:     147555
3250.59/3258.85	c #Conflicts:    4107000 | #Constraints:     148555
3250.59/3258.85	c #Conflicts:    4108000 | #Constraints:     149556
3250.59/3258.85	c #Conflicts:    4109000 | #Constraints:     150556
3250.59/3258.85	c #Conflicts:    4110000 | #Constraints:     151557
3250.59/3258.85	c #Conflicts:    4111000 | #Constraints:     152557
3250.59/3258.85	c #Conflicts:    4112000 | #Constraints:     153557
3250.59/3258.85	c #Conflicts:    4113000 | #Constraints:     154557
3250.59/3258.85	c #Conflicts:    4114000 | #Constraints:     155560
3250.59/3258.85	c #Conflicts:    4115000 | #Constraints:     156562
3250.59/3258.85	c #Conflicts:    4116000 | #Constraints:     157563
3250.59/3258.85	c #Conflicts:    4117000 | #Constraints:     158566
3250.59/3258.85	c #Conflicts:    4118000 | #Constraints:     159568
3250.59/3258.85	c #Conflicts:    4119000 | #Constraints:     160569
3250.59/3258.85	c #Conflicts:    4120000 | #Constraints:     161570
3250.59/3258.85	c #Conflicts:    4121000 | #Constraints:     162571
3250.59/3258.85	c #Conflicts:    4122000 | #Constraints:     163574
3250.59/3258.85	c #Conflicts:    4123000 | #Constraints:     164574
3250.59/3258.85	c #Conflicts:    4124000 | #Constraints:     165574
3250.59/3258.85	c #Conflicts:    4125000 | #Constraints:     166574
3250.59/3258.85	c #Conflicts:    4126000 | #Constraints:     167576
3250.59/3258.85	c #Conflicts:    4127000 | #Constraints:     168576
3250.59/3258.85	c #Conflicts:    4128000 | #Constraints:     169576
3250.59/3258.85	c #Conflicts:    4129000 | #Constraints:     170576
3250.59/3258.85	c #Conflicts:    4130000 | #Constraints:     171578
3250.59/3258.85	c #Conflicts:    4131000 | #Constraints:     172578
3250.59/3258.85	c #Conflicts:    4132000 | #Constraints:     173578
3250.59/3258.85	c #Conflicts:    4133000 | #Constraints:     174579
3250.59/3258.85	c #Conflicts:    4134000 | #Constraints:     175580
3250.59/3258.85	c #Conflicts:    4135000 | #Constraints:     176580
3250.59/3258.85	c #Conflicts:    4136000 | #Constraints:     177580
3250.59/3258.85	c #Conflicts:    4137000 | #Constraints:     178580
3250.59/3258.85	c #Conflicts:    4138000 | #Constraints:     179584
3250.59/3258.85	c #Conflicts:    4139000 | #Constraints:     180584
3250.59/3258.85	c #Conflicts:    4140000 | #Constraints:     181586
3250.59/3258.85	c #Conflicts:    4141000 | #Constraints:     182586
3250.59/3258.85	c #Conflicts:    4142000 | #Constraints:     183587
3250.59/3258.85	c #Conflicts:    4143000 | #Constraints:     184587
3250.59/3258.85	c #Conflicts:    4144000 | #Constraints:     185593
3250.59/3258.85	c #Conflicts:    4145000 | #Constraints:     186596
3250.59/3258.85	c #Conflicts:    4146000 | #Constraints:     187603
3250.59/3258.85	c #Conflicts:    4147000 | #Constraints:     188605
3250.59/3258.85	c #Conflicts:    4148000 | #Constraints:     189609
3250.59/3258.85	c #Conflicts:    4149000 | #Constraints:     190609
3250.59/3258.85	c #Conflicts:    4150000 | #Constraints:     191611
3250.59/3258.85	c #Conflicts:    4151000 | #Constraints:     192612
3250.59/3258.85	c #Conflicts:    4152000 | #Constraints:     193613
3250.59/3258.85	c #Conflicts:    4153000 | #Constraints:     194613
3250.59/3258.85	c #Conflicts:    4154000 | #Constraints:     195615
3250.59/3258.85	c #Conflicts:    4155000 | #Constraints:     196619
3250.59/3258.85	c #Conflicts:    4156000 | #Constraints:     197620
3250.59/3258.85	c #Conflicts:    4157000 | #Constraints:     198621
3250.59/3258.85	c #Conflicts:    4158000 | #Constraints:     199622
3250.59/3258.85	c #Conflicts:    4159000 | #Constraints:     200622
3250.59/3258.85	c #Conflicts:    4160000 | #Constraints:     201622
3250.59/3258.85	c #Conflicts:    4161000 | #Constraints:     202623
3250.59/3258.85	c #Conflicts:    4162000 | #Constraints:     203626
3250.59/3258.85	c #Conflicts:    4163000 | #Constraints:     204626
3250.59/3258.85	c #Conflicts:    4164000 | #Constraints:     205627
3250.59/3258.85	c #Conflicts:    4165000 | #Constraints:     206628
3250.59/3258.85	c #Conflicts:    4166000 | #Constraints:     207628
3250.59/3258.85	c #Conflicts:    4167000 | #Constraints:     208629
3250.59/3258.85	c #Conflicts:    4168000 | #Constraints:     209629
3250.59/3258.85	c #Conflicts:    4169000 | #Constraints:     210629
3250.59/3258.85	c #Conflicts:    4170000 | #Constraints:     211630
3250.59/3258.85	c #Conflicts:    4171000 | #Constraints:     212632
3250.59/3258.85	c #Conflicts:    4172000 | #Constraints:     213632
3250.59/3258.85	c #Conflicts:    4173000 | #Constraints:     214632
3250.59/3258.85	c #Conflicts:    4174000 | #Constraints:     215633
3250.59/3258.85	c #Conflicts:    4175000 | #Constraints:     216635
3250.59/3258.85	c #Conflicts:    4176000 | #Constraints:     217636
3250.59/3258.85	c #Conflicts:    4177000 | #Constraints:     218636
3250.59/3258.85	c #Conflicts:    4178000 | #Constraints:     219636
3250.59/3258.85	c #Conflicts:    4179000 | #Constraints:     220637
3250.59/3258.85	WSVECS04 Frhs2[3]: 6 0 1.00002 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[5]: 6 -3.96776 0 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[18]: 6 0 4.25808 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[30]: 6 0 5.00008 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[31]: 6 0 4.00002 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[50]: 6 0 3.03232 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[53]: 6 0 3.00008 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[64]: 6 0 2.00005 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[66]: 6 0 1.83873 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[72]: 6 0 4.00008 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[83]: 6 0 1.22584 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[94]: 6 -5.38714 0 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[96]: 6 0 2.16131 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[97]: 6 0 3.77421 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[103]: 6 0 2.00003 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[105]: 6 0 2.9355 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[106]: 6 0 2.00003 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[107]: 6 0 2.00004 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[110]: 6 0 3.00007 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[113]: 6 0 1.00005 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[114]: 6 0 2.00008 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[116]: 6 0 2.77422 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[119]: 6 -1.4194 0 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[120]: 6 -4.22583 0 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[121]: 6 0 1.00004 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[131]: 6 0 2.96777 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[147]: 6 -0.161308 0 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[163]: 6 0 7.16133 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[164]: 6 0 3.00004 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[175]: 6 0 2.00007 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[179]: 6 0 2.09685 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[185]: 6 0 1.00005 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[187]: 6 0 3.00005 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[191]: 6 0 2.00006 shouldn't be
3250.59/3258.85	WSVECS04 Frhs2[196]: 6 0 1.22586 shouldn't be
3260.89/3269.16	c #Conflicts:    4180000 | #Constraints:     221637
3260.89/3269.16	c #Conflicts:    4181000 | #Constraints:     222637
3260.89/3269.16	c #Conflicts:    4182000 | #Constraints:     223637
3260.89/3269.16	c #Conflicts:    4183000 | #Constraints:     224637
3260.89/3269.16	c #Conflicts:    4184000 | #Constraints:     225638
3260.89/3269.16	c #Conflicts:    4185000 | #Constraints:     226638
3260.89/3269.16	c #Conflicts:    4186000 | #Constraints:     227638
3260.89/3269.16	WSVECS04 Frhs2[3]: 6 0 1.00009 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[14]: 6 0 1.00007 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[36]: 6 0 1.00008 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[45]: 6 0 1.00008 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[49]: 6 -1.00007 0 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[51]: 6 0 1.33339 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[53]: 6 0 3.00007 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[64]: 6 0 2.33336 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[67]: 6 0 3.8334 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[75]: 6 0 1.00008 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[94]: 6 0 1.3334 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[95]: 6 0 1.00005 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[103]: 6 0 5.50007 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[108]: 6 0 1.00009 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[132]: 6 0 2.00003 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[139]: 6 0 2.00007 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[143]: 6 0 1.00004 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[144]: 6 0 3.16671 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[169]: 6 0 2.00001 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[173]: 6 0 1.00002 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[176]: 6 0 1.00002 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[182]: 6 0 2.00009 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[183]: 6 0 1.50009 shouldn't be
3260.89/3269.16	WSVECS04 Frhs2[185]: 6 0 1.00006 shouldn't be
3264.26/3272.59	c #Conflicts:    4187000 | #Constraints:     228638
3264.26/3272.59	c #Conflicts:    4188000 | #Constraints:     229638
3264.26/3272.59	c INPROCESSING
3264.26/3272.59	c GARBAGE COLLECT
3264.26/3272.59	c rational objective -109
3265.36/3273.65	c #Conflicts:    4189000 | #Constraints:     124238
3265.36/3273.65	WSVECS04 Frhs2[2]: 6 0 5.00004 shouldn't be
3265.36/3273.65	WSVECS04 Frhs2[8]: 6 0 1.00003 shouldn't be
3265.36/3273.65	WSVECS04 Frhs2[20]: 6 0 1.00002 shouldn't be
3265.36/3273.65	WSVECS04 Frhs2[27]: 6 0 1.50009 shouldn't be
3265.36/3273.65	WSVECS04 Frhs2[61]: 6 0 1.00002 shouldn't be
3265.36/3273.65	WSVECS04 Frhs2[74]: 6 0 4.00008 shouldn't be
3265.36/3273.65	WSVECS04 Frhs2[81]: 6 0 4.50009 shouldn't be
3265.36/3273.65	WSVECS04 Frhs2[88]: 6 0 3.00009 shouldn't be
3265.36/3273.65	WSVECS04 Frhs2[94]: 6 0 9.00004 shouldn't be
3265.36/3273.65	WSVECS04 Frhs2[114]: 6 0 4.00008 shouldn't be
3265.36/3273.65	WSVECS04 Frhs2[119]: 6 -4.50003 0 shouldn't be
3265.36/3273.65	WSVECS04 Frhs2[128]: 6 -1.50009 0 shouldn't be
3265.36/3273.65	WSVECS04 Frhs2[129]: 6 0 1.00003 shouldn't be
3265.36/3273.65	WSVECS04 Frhs2[142]: 6 0 1.00008 shouldn't be
3265.36/3273.65	WSVECS04 Frhs2[144]: 6 0 4.00005 shouldn't be
3265.36/3273.65	WSVECS04 Frhs2[149]: 6 0 3.00009 shouldn't be
3265.36/3273.65	WSVECS04 Frhs2[154]: 6 0 3.00007 shouldn't be
3265.36/3273.65	WSVECS04 Frhs2[160]: 6 0 1.00007 shouldn't be
3265.36/3273.65	WSVECS04 Frhs2[164]: 6 0 4.00004 shouldn't be
3265.36/3273.65	WSVECS04 Frhs2[166]: 6 0 3.00006 shouldn't be
3265.36/3273.65	WSVECS04 Frhs2[169]: 6 0 1.50008 shouldn't be
3265.36/3273.65	WSVECS04 Frhs2[197]: 6 0 1.00008 shouldn't be
3266.56/3274.82	c #Conflicts:    4190000 | #Constraints:     125238
3266.56/3274.82	c #Conflicts:    4191000 | #Constraints:     126238
3266.56/3274.82	WSVECS04 Frhs2[4]: 6 0 6.08338 shouldn't be
3266.56/3274.82	WSVECS04 Frhs2[9]: 6 -5.66674 0 shouldn't be
3266.56/3274.82	WSVECS04 Frhs2[14]: 6 -1.33334 0 shouldn't be
3266.56/3274.82	WSVECS04 Frhs2[18]: 6 0 2.00002 shouldn't be
3266.56/3274.82	WSVECS04 Frhs2[21]: 6 0 2.58341 shouldn't be
3266.56/3274.82	WSVECS04 Frhs2[35]: 6 0 2.41671 shouldn't be
3266.56/3274.82	WSVECS04 Frhs2[43]: 6 0 1.83343 shouldn't be
3266.56/3274.82	WSVECS04 Frhs2[50]: 6 0 2.00007 shouldn't be
3266.56/3274.82	WSVECS04 Frhs2[52]: 6 0 1.00007 shouldn't be
3266.56/3274.82	WSVECS04 Frhs2[53]: 6 0 3.16675 shouldn't be
3266.56/3274.82	WSVECS04 Frhs2[64]: 6 0 2.0834 shouldn't be
3266.56/3274.82	WSVECS04 Frhs2[66]: 6 0 3.00004 shouldn't be
3266.56/3274.82	WSVECS04 Frhs2[67]: 6 0 5.75008 shouldn't be
3266.56/3274.82	WSVECS04 Frhs2[69]: 6 0 1.00003 shouldn't be
3266.56/3274.82	WSVECS04 Frhs2[112]: 6 0 3.33337 shouldn't be
3266.56/3274.82	WSVECS04 Frhs2[159]: 6 0 1.91671 shouldn't be
3266.56/3274.82	WSVECS04 Frhs2[168]: 6 0 1.66675 shouldn't be
3266.56/3274.82	WSVECS04 Frhs2[182]: 6 0 2.25005 shouldn't be
3266.56/3274.82	WSVECS04 Frhs2[193]: 6 0 3.00009 shouldn't be
3266.56/3274.82	WSVECS04 Frhs2[195]: 6 0 3.41673 shouldn't be
3266.56/3274.82	WSVECS04 Frhs2[198]: 6 0 3.00007 shouldn't be
3280.42/3288.76	c #Conflicts:    4192000 | #Constraints:     127238
3280.42/3288.76	c #Conflicts:    4193000 | #Constraints:     128238
3280.42/3288.76	c #Conflicts:    4194000 | #Constraints:     129238
3280.42/3288.76	c #Conflicts:    4195000 | #Constraints:     130238
3280.42/3288.76	c #Conflicts:    4196000 | #Constraints:     131238
3280.42/3288.76	c #Conflicts:    4197000 | #Constraints:     132238
3280.42/3288.76	c #Conflicts:    4198000 | #Constraints:     133238
3280.42/3288.76	c #Conflicts:    4199000 | #Constraints:     134238
3280.42/3288.76	c #Conflicts:    4200000 | #Constraints:     135238
3280.42/3288.76	c #Conflicts:    4201000 | #Constraints:     136238
3280.42/3288.76	c #Conflicts:    4202000 | #Constraints:     137238
3280.42/3288.76	c #Conflicts:    4203000 | #Constraints:     138238
3280.42/3288.76	c #Conflicts:    4204000 | #Constraints:     139238
3280.42/3288.76	c #Conflicts:    4205000 | #Constraints:     140238
3280.42/3288.76	c #Conflicts:    4206000 | #Constraints:     141238
3280.42/3288.76	c #Conflicts:    4207000 | #Constraints:     142238
3280.42/3288.76	c #Conflicts:    4208000 | #Constraints:     143238
3280.42/3288.76	WSVECS04 Frhs2[9]: 6 0 3.84617 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[23]: 6 -11.4616 0 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[30]: 6 0 7.15388 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[45]: 6 0 3.61547 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[46]: 6 0 4.38467 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[48]: 6 0 1.00003 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[56]: 6 0 10.2308 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[67]: 6 0 2.00008 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[68]: 6 0 1.00007 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[73]: 6 0 1.3847 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[76]: 6 0 1.00003 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[80]: 6 0 1.00008 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[94]: 6 0 2.00001 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[97]: 6 0 3.00002 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[107]: 6 -3.23082 0 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[122]: 6 0 2.0001 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[124]: 6 -2.00009 0 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[128]: 6 0 2.00006 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[129]: 6 -1.61547 0 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[136]: 6 -2.53849 0 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[145]: 6 0 3.38465 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[152]: 6 0 1.00005 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[158]: 6 0 3.00007 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[170]: 6 0 1.92315 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[171]: 6 0 2.00007 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[177]: 6 0 1.00005 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[180]: 6 0 4.84621 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[184]: 6 0 2.84622 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[196]: 6 0 2.00003 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[197]: 6 -3.07701 0 shouldn't be
3280.42/3288.76	WSVECS04 Frhs2[198]: 6 0 2.00005 shouldn't be
3280.84/3289.11	WSVECS04 Frhs2[3]: 6 0 1.00008 shouldn't be
3280.84/3289.11	WSVECS04 Frhs2[62]: 6 0 1.00004 shouldn't be
3280.84/3289.11	WSVECS04 Frhs2[75]: 6 0 3.30774 shouldn't be
3280.84/3289.11	WSVECS04 Frhs2[86]: 6 0 3.00009 shouldn't be
3280.84/3289.11	WSVECS04 Frhs2[102]: 6 0 1.00003 shouldn't be
3280.84/3289.11	WSVECS04 Frhs2[142]: 6 0 2.00004 shouldn't be
3280.84/3289.11	WSVECS04 Frhs2[167]: 6 0 6.15386 shouldn't be
3280.84/3289.11	WSVECS04 Frhs2[185]: 6 0 3.00001 shouldn't be
3281.12/3289.45	WSVECS04 Frhs2[29]: 6 0 3.61547 shouldn't be
3281.12/3289.45	WSVECS04 Frhs2[137]: 6 0 4.00009 shouldn't be
3304.56/3312.91	c #Conflicts:    4209000 | #Constraints:     144238
3304.56/3312.91	c #Conflicts:    4210000 | #Constraints:     145238
3304.56/3312.91	c #Conflicts:    4211000 | #Constraints:     146238
3304.56/3312.91	c #Conflicts:    4212000 | #Constraints:     147238
3304.56/3312.91	c #Conflicts:    4213000 | #Constraints:     148238
3304.56/3312.91	c #Conflicts:    4214000 | #Constraints:     149238
3304.56/3312.91	c #Conflicts:    4215000 | #Constraints:     150238
3304.56/3312.91	c #Conflicts:    4216000 | #Constraints:     151238
3304.56/3312.91	c #Conflicts:    4217000 | #Constraints:     152238
3304.56/3312.91	c #Conflicts:    4218000 | #Constraints:     153238
3304.56/3312.91	c #Conflicts:    4219000 | #Constraints:     154238
3304.56/3312.91	c #Conflicts:    4220000 | #Constraints:     155238
3304.56/3312.91	c #Conflicts:    4221000 | #Constraints:     156238
3304.56/3312.91	c #Conflicts:    4222000 | #Constraints:     157238
3304.56/3312.91	c #Conflicts:    4223000 | #Constraints:     158238
3304.56/3312.91	c #Conflicts:    4224000 | #Constraints:     159238
3304.56/3312.91	c #Conflicts:    4225000 | #Constraints:     160238
3304.56/3312.91	c #Conflicts:    4226000 | #Constraints:     161238
3304.56/3312.91	c #Conflicts:    4227000 | #Constraints:     162238
3304.56/3312.91	c #Conflicts:    4228000 | #Constraints:     163238
3304.56/3312.91	c #Conflicts:    4229000 | #Constraints:     164238
3304.56/3312.91	c #Conflicts:    4230000 | #Constraints:     165238
3304.56/3312.91	c #Conflicts:    4231000 | #Constraints:     166238
3304.56/3312.91	c #Conflicts:    4232000 | #Constraints:     167238
3304.56/3312.91	c #Conflicts:    4233000 | #Constraints:     168238
3304.56/3312.91	c INPROCESSING
3304.56/3312.91	c GARBAGE COLLECT
3304.56/3312.91	c rational objective -109
3308.45/3316.84	c #Conflicts:    4234000 | #Constraints:      93618
3308.45/3316.84	c #Conflicts:    4235000 | #Constraints:      94618
3308.45/3316.84	c #Conflicts:    4236000 | #Constraints:      95618
3308.45/3316.84	c #Conflicts:    4237000 | #Constraints:      96618
3308.45/3316.84	c #Conflicts:    4238000 | #Constraints:      97618
3308.45/3316.84	WSVECS04 Frhs2[5]: 6 0 2.25005 shouldn't be
3308.45/3316.84	WSVECS04 Frhs2[16]: 6 0 3.00007 shouldn't be
3308.45/3316.84	WSVECS04 Frhs2[53]: 6 0 4.00002 shouldn't be
3308.45/3316.84	WSVECS04 Frhs2[60]: 6 0 1.00009 shouldn't be
3308.45/3316.84	WSVECS04 Frhs2[62]: 6 0 2.00007 shouldn't be
3308.45/3316.84	WSVECS04 Frhs2[63]: 6 0 2.00002 shouldn't be
3308.45/3316.84	WSVECS04 Frhs2[67]: 6 0 4.25003 shouldn't be
3308.45/3316.84	WSVECS04 Frhs2[75]: 6 0 2.50006 shouldn't be
3308.45/3316.84	WSVECS04 Frhs2[113]: 6 0 1.00004 shouldn't be
3308.45/3316.84	WSVECS04 Frhs2[117]: 6 0 1.00005 shouldn't be
3308.45/3316.84	WSVECS04 Frhs2[120]: 6 -3.00008 0 shouldn't be
3308.45/3316.84	WSVECS04 Frhs2[151]: 6 -0.250078 0 shouldn't be
3308.45/3316.84	WSVECS04 Frhs2[186]: 6 -2.75002 0 shouldn't be
3308.45/3316.84	WSVECS04 Frhs2[190]: 6 0 0.500047 shouldn't be
3308.45/3316.84	WSVECS04 Frhs2[192]: 6 0 1.50006 shouldn't be
3309.45/3317.86	c #Conflicts:    4239000 | #Constraints:      98618
3309.45/3317.86	WSVECS04 Frhs2[14]: 6 -2.08338 0 shouldn't be
3309.45/3317.86	WSVECS04 Frhs2[41]: 6 0 2.0001 shouldn't be
3309.45/3317.86	WSVECS04 Frhs2[58]: 6 0 1.00004 shouldn't be
3309.45/3317.86	WSVECS04 Frhs2[61]: 6 -1.08337 0 shouldn't be
3309.45/3317.86	WSVECS04 Frhs2[64]: 6 0 3.41672 shouldn't be
3309.45/3317.86	WSVECS04 Frhs2[73]: 6 0 2.00009 shouldn't be
3309.45/3317.86	WSVECS04 Frhs2[82]: 6 -3.66676 0 shouldn't be
3309.45/3317.86	WSVECS04 Frhs2[87]: 6 -6.50007 0 shouldn't be
3309.45/3317.86	WSVECS04 Frhs2[89]: 6 -3.00005 0 shouldn't be
3309.45/3317.86	WSVECS04 Frhs2[90]: 6 0 4.1667 shouldn't be
3309.45/3317.86	WSVECS04 Frhs2[102]: 6 -4.25009 0 shouldn't be
3309.45/3317.86	WSVECS04 Frhs2[112]: 6 0 4.50006 shouldn't be
3309.45/3317.86	WSVECS04 Frhs2[138]: 6 0 4.83338 shouldn't be
3309.45/3317.86	WSVECS04 Frhs2[156]: 6 0 3.00004 shouldn't be
3309.45/3317.86	WSVECS04 Frhs2[170]: 6 0 5.16676 shouldn't be
3309.45/3317.86	WSVECS04 Frhs2[175]: 6 0 4.50002 shouldn't be
3315.54/3323.96	c #Conflicts:    4240000 | #Constraints:      99618
3315.54/3323.96	c #Conflicts:    4241000 | #Constraints:     100618
3315.54/3323.96	c #Conflicts:    4242000 | #Constraints:     101618
3315.54/3323.96	c #Conflicts:    4243000 | #Constraints:     102618
3315.54/3323.96	c #Conflicts:    4244000 | #Constraints:     103618
3315.54/3323.96	c #Conflicts:    4245000 | #Constraints:     104618
3315.54/3323.96	c #Conflicts:    4246000 | #Constraints:     105618
3315.54/3323.96	c #Conflicts:    4247000 | #Constraints:     106618
3315.54/3323.96	WSVECS04 Frhs2[25]: 6 0 2.00005 shouldn't be
3315.54/3323.96	WSVECS04 Frhs2[34]: 6 0 3.6667 shouldn't be
3315.54/3323.96	WSVECS04 Frhs2[45]: 6 0 1.00006 shouldn't be
3315.54/3323.96	WSVECS04 Frhs2[77]: 6 0 2.00002 shouldn't be
3315.54/3323.96	WSVECS04 Frhs2[82]: 6 0 3.00007 shouldn't be
3315.54/3323.96	WSVECS04 Frhs2[83]: 6 0 1.00002 shouldn't be
3315.54/3323.96	WSVECS04 Frhs2[85]: 6 0 8.80001 shouldn't be
3315.54/3323.96	WSVECS04 Frhs2[86]: 6 0 3.06672 shouldn't be
3315.54/3323.96	WSVECS04 Frhs2[134]: 6 -1.66675 0 shouldn't be
3315.54/3323.96	WSVECS04 Frhs2[149]: 6 0 2.0001 shouldn't be
3315.54/3323.96	WSVECS04 Frhs2[150]: 6 0 1.00009 shouldn't be
3315.54/3323.96	WSVECS04 Frhs2[151]: 6 -3.0667 0 shouldn't be
3315.54/3323.96	WSVECS04 Frhs2[155]: 6 0 1.70007 shouldn't be
3321.82/3330.24	c #Conflicts:    4248000 | #Constraints:     107618
3321.82/3330.24	c #Conflicts:    4249000 | #Constraints:     108618
3321.82/3330.24	c #Conflicts:    4250000 | #Constraints:     109618
3321.82/3330.24	c #Conflicts:    4251000 | #Constraints:     110618
3321.82/3330.24	c #Conflicts:    4252000 | #Constraints:     111618
3321.82/3330.24	c #Conflicts:    4253000 | #Constraints:     112618
3321.82/3330.24	c #Conflicts:    4254000 | #Constraints:     113618
3321.82/3330.24	WSVECS04 Frhs2[2]: 6 0 1.11119 shouldn't be
3321.82/3330.24	WSVECS04 Frhs2[6]: 6 0 1.00004 shouldn't be
3321.82/3330.24	WSVECS04 Frhs2[20]: 6 0 2.00006 shouldn't be
3321.82/3330.24	WSVECS04 Frhs2[38]: 6 0 3.33338 shouldn't be
3321.82/3330.24	WSVECS04 Frhs2[45]: 6 0 1.66671 shouldn't be
3321.82/3330.24	WSVECS04 Frhs2[57]: 6 0 3.00003 shouldn't be
3321.82/3330.24	WSVECS04 Frhs2[74]: 6 0 3.44451 shouldn't be
3321.82/3330.24	WSVECS04 Frhs2[86]: 6 0 3.44449 shouldn't be
3321.82/3330.24	WSVECS04 Frhs2[92]: 6 -1.5556 0 shouldn't be
3321.82/3330.24	WSVECS04 Frhs2[103]: 6 0 3.77782 shouldn't be
3321.82/3330.24	WSVECS04 Frhs2[123]: 6 0 1.00006 shouldn't be
3321.82/3330.24	WSVECS04 Frhs2[132]: 6 0 3.44449 shouldn't be
3321.82/3330.24	WSVECS04 Frhs2[163]: 6 0 3.00003 shouldn't be
3321.82/3330.24	WSVECS04 Frhs2[180]: 6 0 2.33336 shouldn't be
3321.82/3330.24	WSVECS04 Frhs2[193]: 6 0 1.44453 shouldn't be
3328.01/3336.48	c #Conflicts:    4255000 | #Constraints:     114618
3328.01/3336.48	c #Conflicts:    4256000 | #Constraints:     115618
3328.01/3336.48	c #Conflicts:    4257000 | #Constraints:     116618
3328.01/3336.48	c #Conflicts:    4258000 | #Constraints:     117618
3328.01/3336.48	c #Conflicts:    4259000 | #Constraints:     118618
3328.01/3336.48	c #Conflicts:    4260000 | #Constraints:     119618
3328.01/3336.48	c #Conflicts:    4261000 | #Constraints:     120618
3328.01/3336.48	WSVECS04 Frhs2[10]: 6 -4.54549 0 shouldn't be
3328.01/3336.48	WSVECS04 Frhs2[13]: 6 0 3.00008 shouldn't be
3328.01/3336.48	WSVECS04 Frhs2[20]: 6 0 4.09098 shouldn't be
3328.01/3336.48	WSVECS04 Frhs2[43]: 6 0 4.00006 shouldn't be
3328.01/3336.48	WSVECS04 Frhs2[45]: 6 0 2.54553 shouldn't be
3328.01/3336.48	WSVECS04 Frhs2[60]: 6 0 4.00002 shouldn't be
3328.01/3336.48	WSVECS04 Frhs2[61]: 6 0 2.45459 shouldn't be
3328.01/3336.48	WSVECS04 Frhs2[63]: 6 -2.81826 0 shouldn't be
3328.01/3336.48	WSVECS04 Frhs2[72]: 6 -1.00001 0 shouldn't be
3328.01/3336.48	WSVECS04 Frhs2[102]: 6 0 2.00003 shouldn't be
3328.01/3336.48	WSVECS04 Frhs2[103]: 6 0 2.00008 shouldn't be
3328.01/3336.48	WSVECS04 Frhs2[121]: 6 0 1.45457 shouldn't be
3328.01/3336.48	WSVECS04 Frhs2[128]: 6 0 3.0001 shouldn't be
3328.01/3336.48	WSVECS04 Frhs2[129]: 6 0 3.27276 shouldn't be
3328.01/3336.48	WSVECS04 Frhs2[141]: 6 0 6.09101 shouldn't be
3328.01/3336.48	WSVECS04 Frhs2[149]: 6 -2.00007 0 shouldn't be
3328.01/3336.48	WSVECS04 Frhs2[156]: 6 -1.36373 0 shouldn't be
3328.01/3336.48	WSVECS04 Frhs2[163]: 6 0 3.36367 shouldn't be
3330.50/3338.91	c #Conflicts:    4262000 | #Constraints:     121618
3330.50/3338.91	c #Conflicts:    4263000 | #Constraints:     122618
3330.50/3338.91	c #Conflicts:    4264000 | #Constraints:     123618
3330.50/3338.91	WSVECS04 Frhs2[14]: 6 0 1.00002 shouldn't be
3330.50/3338.91	WSVECS04 Frhs2[25]: 6 0 3.71435 shouldn't be
3330.50/3338.91	WSVECS04 Frhs2[32]: 6 0 1.00005 shouldn't be
3330.50/3338.91	WSVECS04 Frhs2[34]: 6 0 3.57148 shouldn't be
3330.50/3338.91	WSVECS04 Frhs2[36]: 6 0 4.00002 shouldn't be
3330.50/3338.91	WSVECS04 Frhs2[44]: 6 0 3.00008 shouldn't be
3330.50/3338.91	WSVECS04 Frhs2[52]: 6 0 6.85716 shouldn't be
3330.50/3338.91	WSVECS04 Frhs2[55]: 6 0 4.42865 shouldn't be
3330.50/3338.91	WSVECS04 Frhs2[62]: 6 0 2.00009 shouldn't be
3330.50/3338.91	WSVECS04 Frhs2[69]: 6 0 2.28577 shouldn't be
3330.50/3338.91	WSVECS04 Frhs2[73]: 6 0 1.00006 shouldn't be
3330.50/3338.91	WSVECS04 Frhs2[89]: 6 0 2.57148 shouldn't be
3330.50/3338.91	WSVECS04 Frhs2[98]: 6 0 1.00005 shouldn't be
3330.50/3338.91	WSVECS04 Frhs2[137]: 6 -3.28574 0 shouldn't be
3330.50/3338.91	WSVECS04 Frhs2[142]: 6 0 2.57151 shouldn't be
3330.50/3338.91	WSVECS04 Frhs2[170]: 6 0 2.00003 shouldn't be
3330.50/3338.91	WSVECS04 Frhs2[177]: 6 0 2.00005 shouldn't be
3330.50/3338.91	WSVECS04 Frhs2[178]: 6 0 2.00007 shouldn't be
3330.50/3338.91	WSVECS04 Frhs2[185]: 6 0 2.5715 shouldn't be
3330.50/3338.91	WSVECS04 Frhs2[186]: 6 0 1.64292 shouldn't be
3330.50/3338.91	WSVECS04 Frhs2[190]: 6 0 2.7143 shouldn't be
3331.61/3340.02	c #Conflicts:    4265000 | #Constraints:     124618
3331.61/3340.02	WSVECS04 Frhs2[9]: 6 -4.00002 0 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[11]: 6 0 1.16669 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[15]: 6 0 3.27781 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[29]: 6 0 3.22226 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[31]: 6 0 3.00004 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[60]: 6 -4.94448 0 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[63]: 6 0 2.00009 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[64]: 6 0 4.83339 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[70]: 6 0 1.1667 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[76]: 6 0 3.00003 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[77]: 6 0 5.83335 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[106]: 6 0 2.00001 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[113]: 6 0 1.33337 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[145]: 6 0 3.50005 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[151]: 6 -3.83338 0 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[163]: 6 0 2.94448 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[164]: 6 0 3.22227 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[169]: 6 -0.444515 0 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[172]: 6 0 3.00006 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[173]: 6 -0.722308 0 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[175]: 6 -7.22225 0 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[191]: 6 0 3.00007 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[197]: 6 0 2.00007 shouldn't be
3331.61/3340.02	WSVECS04 Frhs2[199]: 6 -1.50008 0 shouldn't be
3333.09/3341.50	c #Conflicts:    4266000 | #Constraints:     125618
3333.09/3341.50	c #Conflicts:    4267000 | #Constraints:     126618
3333.09/3341.50	WSVECS04 Frhs2[30]: 6 0 2.59424 shouldn't be
3333.09/3341.50	WSVECS04 Frhs2[35]: 6 0 1.02906 shouldn't be
3333.09/3341.50	WSVECS04 Frhs2[50]: 6 0 2.05799 shouldn't be
3333.09/3341.50	WSVECS04 Frhs2[58]: 6 0 2.11597 shouldn't be
3333.09/3341.50	WSVECS04 Frhs2[62]: 6 -2.97104 0 shouldn't be
3333.09/3341.50	WSVECS04 Frhs2[74]: 6 -7.13051 0 shouldn't be
3333.09/3341.50	WSVECS04 Frhs2[78]: 6 0 5.33339 shouldn't be
3333.09/3341.50	WSVECS04 Frhs2[81]: 6 0 2.89863 shouldn't be
3333.09/3341.50	WSVECS04 Frhs2[96]: 6 0 3.00004 shouldn't be
3333.09/3341.50	WSVECS04 Frhs2[107]: 6 0 1.00006 shouldn't be
3333.09/3341.50	WSVECS04 Frhs2[112]: 6 0 2.92761 shouldn't be
3333.09/3341.50	WSVECS04 Frhs2[116]: 6 0 4.00005 shouldn't be
3333.09/3341.50	WSVECS04 Frhs2[121]: 6 0 1.65222 shouldn't be
3333.09/3341.50	WSVECS04 Frhs2[138]: 6 0 6.62323 shouldn't be
3333.09/3341.50	WSVECS04 Frhs2[187]: 6 0 5.27543 shouldn't be
3343.27/3351.72	c #Conflicts:    4268000 | #Constraints:     127618
3343.27/3351.72	c #Conflicts:    4269000 | #Constraints:     128618
3343.27/3351.72	c #Conflicts:    4270000 | #Constraints:     129618
3343.27/3351.72	c #Conflicts:    4271000 | #Constraints:     130618
3343.27/3351.72	c #Conflicts:    4272000 | #Constraints:     131618
3343.27/3351.72	c #Conflicts:    4273000 | #Constraints:     132618
3343.27/3351.72	c #Conflicts:    4274000 | #Constraints:     133618
3343.27/3351.72	c #Conflicts:    4275000 | #Constraints:     134618
3343.27/3351.72	c #Conflicts:    4276000 | #Constraints:     135618
3343.27/3351.72	c #Conflicts:    4277000 | #Constraints:     136618
3343.27/3351.72	c #Conflicts:    4278000 | #Constraints:     137618
3343.27/3351.72	c INPROCESSING
3343.27/3351.72	c GARBAGE COLLECT
3343.27/3351.72	c rational objective -109
3351.15/3359.63	c #Conflicts:    4279000 | #Constraints:      78621
3351.15/3359.63	c #Conflicts:    4280000 | #Constraints:      79621
3351.15/3359.63	c #Conflicts:    4281000 | #Constraints:      80621
3351.15/3359.63	c #Conflicts:    4282000 | #Constraints:      81621
3351.15/3359.63	c #Conflicts:    4283000 | #Constraints:      82621
3351.15/3359.63	c #Conflicts:    4284000 | #Constraints:      83621
3351.15/3359.63	c #Conflicts:    4285000 | #Constraints:      84621
3351.15/3359.63	c #Conflicts:    4286000 | #Constraints:      85621
3351.15/3359.63	c #Conflicts:    4287000 | #Constraints:      86621
3351.15/3359.63	c #Conflicts:    4288000 | #Constraints:      87621
3351.15/3359.63	c #Conflicts:    4289000 | #Constraints:      88621
3351.15/3359.63	WSVECS04 Frhs2[18]: 6 0 1.46159 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[19]: 6 0 3.69232 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[33]: 6 0 5.69235 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[45]: 6 0 1.00009 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[60]: 6 0 1.15391 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[61]: 6 0 1.84625 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[83]: 6 0 1.00004 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[86]: 6 -5.07701 0 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[87]: 6 -1.61544 0 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[96]: 6 0 2.00008 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[98]: 6 0 1.00009 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[99]: 6 0 1.84617 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[101]: 6 -0.692365 0 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[102]: 6 0 1.00005 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[105]: 6 0 1.23078 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[109]: 6 -1.69236 0 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[115]: 6 0 2.0001 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[119]: 6 -3.00003 0 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[133]: 6 0 1.0001 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[139]: 6 0 5.30773 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[149]: 6 -1.00003 0 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[153]: 6 0 2.00003 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[175]: 6 0 3.00004 shouldn't be
3351.15/3359.63	WSVECS04 Frhs2[183]: 6 0 1.07694 shouldn't be
3356.04/3364.53	c #Conflicts:    4290000 | #Constraints:      89621
3356.04/3364.53	c #Conflicts:    4291000 | #Constraints:      90621
3356.04/3364.53	c #Conflicts:    4292000 | #Constraints:      91621
3356.04/3364.53	c #Conflicts:    4293000 | #Constraints:      92621
3356.04/3364.53	c #Conflicts:    4294000 | #Constraints:      93621
3356.04/3364.53	c #Conflicts:    4295000 | #Constraints:      94621
3356.04/3364.53	WSVECS04 Frhs2[9]: 6 -3.06675 0 shouldn't be
3356.04/3364.53	WSVECS04 Frhs2[28]: 6 0 3.0001 shouldn't be
3356.04/3364.53	WSVECS04 Frhs2[30]: 6 -5.40007 0 shouldn't be
3356.04/3364.53	WSVECS04 Frhs2[48]: 6 0 1.53342 shouldn't be
3356.04/3364.53	WSVECS04 Frhs2[58]: 6 0 1.00008 shouldn't be
3356.04/3364.53	WSVECS04 Frhs2[64]: 6 0 2.46672 shouldn't be
3356.04/3364.53	WSVECS04 Frhs2[74]: 6 -2.86669 0 shouldn't be
3356.04/3364.53	WSVECS04 Frhs2[92]: 6 0 2.60007 shouldn't be
3356.04/3364.53	WSVECS04 Frhs2[99]: 6 0 2.00003 shouldn't be
3356.04/3364.53	WSVECS04 Frhs2[101]: 6 0 2.33338 shouldn't be
3356.04/3364.53	WSVECS04 Frhs2[128]: 6 0 2.46676 shouldn't be
3356.04/3364.53	WSVECS04 Frhs2[133]: 6 0 1.00004 shouldn't be
3356.04/3364.53	WSVECS04 Frhs2[146]: 6 -1.80005 0 shouldn't be
3356.04/3364.53	WSVECS04 Frhs2[152]: 6 0 1.00008 shouldn't be
3356.04/3364.53	WSVECS04 Frhs2[153]: 6 -1.73336 0 shouldn't be
3356.04/3364.53	WSVECS04 Frhs2[173]: 6 0 1.53339 shouldn't be
3356.04/3364.53	WSVECS04 Frhs2[175]: 6 0 1.46673 shouldn't be
3356.04/3364.53	WSVECS04 Frhs2[177]: 6 0 1.00006 shouldn't be
3356.04/3364.53	WSVECS04 Frhs2[183]: 6 0 1.00004 shouldn't be
3356.04/3364.53	WSVECS04 Frhs2[191]: 6 0 2.00009 shouldn't be
3356.04/3364.53	WSVECS04 Frhs2[198]: 6 0 1.00009 shouldn't be
3360.33/3368.82	c #Conflicts:    4296000 | #Constraints:      95621
3360.33/3368.82	c #Conflicts:    4297000 | #Constraints:      96621
3360.33/3368.82	c #Conflicts:    4298000 | #Constraints:      97621
3360.33/3368.82	c #Conflicts:    4299000 | #Constraints:      98621
3360.33/3368.82	c #Conflicts:    4300000 | #Constraints:      99621
3360.33/3368.82	c #Conflicts:    4301000 | #Constraints:     100621
3360.33/3368.82	WSVECS04 Frhs2[20]: 6 0 2.76932 shouldn't be
3360.33/3368.82	WSVECS04 Frhs2[41]: 6 0 3.76925 shouldn't be
3360.33/3368.82	WSVECS04 Frhs2[58]: 6 0 3.30774 shouldn't be
3360.33/3368.82	WSVECS04 Frhs2[96]: 6 0 2.46162 shouldn't be
3360.33/3368.82	WSVECS04 Frhs2[99]: 6 -1.61546 0 shouldn't be
3360.33/3368.82	WSVECS04 Frhs2[101]: 6 -0.384663 0 shouldn't be
3360.33/3368.82	WSVECS04 Frhs2[103]: 6 0 1.00008 shouldn't be
3360.33/3368.82	WSVECS04 Frhs2[104]: 6 -2.76928 0 shouldn't be
3360.33/3368.82	WSVECS04 Frhs2[119]: 6 -1.80778 0 shouldn't be
3360.33/3368.82	WSVECS04 Frhs2[132]: 6 -6.03856 0 shouldn't be
3360.33/3368.82	WSVECS04 Frhs2[135]: 6 0 1.84618 shouldn't be
3360.33/3368.82	WSVECS04 Frhs2[158]: 6 0 1.00007 shouldn't be
3360.33/3368.82	WSVECS04 Frhs2[196]: 6 0 1.00007 shouldn't be
3367.02/3375.51	c #Conflicts:    4302000 | #Constraints:     101621
3367.02/3375.51	c #Conflicts:    4303000 | #Constraints:     102621
3367.02/3375.51	c #Conflicts:    4304000 | #Constraints:     103621
3367.02/3375.51	c #Conflicts:    4305000 | #Constraints:     104621
3367.02/3375.51	c #Conflicts:    4306000 | #Constraints:     105621
3367.02/3375.51	c #Conflicts:    4307000 | #Constraints:     106621
3367.02/3375.51	c #Conflicts:    4308000 | #Constraints:     107621
3367.02/3375.51	c #Conflicts:    4309000 | #Constraints:     108621
3367.02/3375.51	WSVECS04 Frhs2[6]: 6 0 1.50009 shouldn't be
3367.02/3375.51	WSVECS04 Frhs2[41]: 6 0 1.62503 shouldn't be
3367.02/3375.51	WSVECS04 Frhs2[50]: 6 0 2.25006 shouldn't be
3367.02/3375.51	WSVECS04 Frhs2[93]: 6 -2.75008 0 shouldn't be
3367.02/3375.51	WSVECS04 Frhs2[101]: 6 0 1.87503 shouldn't be
3367.02/3375.51	WSVECS04 Frhs2[103]: 6 0 2.75009 shouldn't be
3367.02/3375.51	WSVECS04 Frhs2[109]: 6 -3.00006 0 shouldn't be
3367.02/3375.51	WSVECS04 Frhs2[128]: 6 0 4.00004 shouldn't be
3367.02/3375.51	WSVECS04 Frhs2[132]: 6 0 3.00007 shouldn't be
3367.02/3375.51	WSVECS04 Frhs2[149]: 6 0 4.50007 shouldn't be
3367.02/3375.51	WSVECS04 Frhs2[150]: 6 0 1.50009 shouldn't be
3367.02/3375.51	WSVECS04 Frhs2[153]: 6 -1.25007 0 shouldn't be
3367.02/3375.51	WSVECS04 Frhs2[162]: 6 0 3.12504 shouldn't be
3367.02/3375.51	WSVECS04 Frhs2[163]: 6 0 2.00002 shouldn't be
3367.02/3375.51	WSVECS04 Frhs2[179]: 6 0 1.00006 shouldn't be
3367.02/3375.51	WSVECS04 Frhs2[183]: 6 0 2.00007 shouldn't be
3367.02/3375.51	WSVECS04 Frhs2[193]: 6 -1.75009 0 shouldn't be
3367.02/3375.51	WSVECS04 Frhs2[198]: 6 0 2.00002 shouldn't be
3378.89/3387.40	c #Conflicts:    4310000 | #Constraints:     109621
3378.89/3387.40	c #Conflicts:    4311000 | #Constraints:     110621
3378.89/3387.40	c #Conflicts:    4312000 | #Constraints:     111621
3378.89/3387.40	c #Conflicts:    4313000 | #Constraints:     112621
3378.89/3387.40	c #Conflicts:    4314000 | #Constraints:     113621
3378.89/3387.40	c #Conflicts:    4315000 | #Constraints:     114621
3378.89/3387.40	c #Conflicts:    4316000 | #Constraints:     115621
3378.89/3387.40	c #Conflicts:    4317000 | #Constraints:     116621
3378.89/3387.40	c #Conflicts:    4318000 | #Constraints:     117621
3378.89/3387.40	c #Conflicts:    4319000 | #Constraints:     118621
3378.89/3387.40	c #Conflicts:    4320000 | #Constraints:     119621
3378.89/3387.40	c #Conflicts:    4321000 | #Constraints:     120621
3378.89/3387.40	c #Conflicts:    4322000 | #Constraints:     121621
3378.89/3387.40	c INPROCESSING
3378.89/3387.40	c GARBAGE COLLECT
3378.89/3387.40	c rational objective -109
3381.18/3389.79	c #Conflicts:    4323000 | #Constraints:      70162
3381.18/3389.79	c #Conflicts:    4324000 | #Constraints:      71162
3381.18/3389.79	c #Conflicts:    4325000 | #Constraints:      72162
3381.18/3389.79	WSVECS04 Frhs2[16]: 6 -1.00009 0 shouldn't be
3381.18/3389.79	WSVECS04 Frhs2[18]: 6 0 1.25005 shouldn't be
3381.18/3389.79	WSVECS04 Frhs2[36]: 6 0 4.00004 shouldn't be
3381.18/3389.79	WSVECS04 Frhs2[56]: 6 -0.125084 0 shouldn't be
3381.18/3389.79	WSVECS04 Frhs2[68]: 6 -7.87503 0 shouldn't be
3381.18/3389.79	WSVECS04 Frhs2[120]: 6 0 1.00001 shouldn't be
3381.18/3389.79	WSVECS04 Frhs2[132]: 6 0 4.00004 shouldn't be
3381.18/3389.79	WSVECS04 Frhs2[136]: 6 0 1.00003 shouldn't be
3381.18/3389.79	WSVECS04 Frhs2[137]: 6 0 1.00002 shouldn't be
3381.18/3389.79	WSVECS04 Frhs2[147]: 6 0 6.37507 shouldn't be
3381.18/3389.79	WSVECS04 Frhs2[155]: 6 0 2.25008 shouldn't be
3381.18/3389.79	WSVECS04 Frhs2[156]: 6 0 1.75007 shouldn't be
3381.18/3389.79	WSVECS04 Frhs2[161]: 6 0 3.00001 shouldn't be
3381.18/3389.79	WSVECS04 Frhs2[180]: 6 0 2.87508 shouldn't be
3381.18/3389.79	WSVECS04 Frhs2[192]: 6 -4.75003 0 shouldn't be
3382.59/3391.17	c #Conflicts:    4326000 | #Constraints:      73162
3382.59/3391.17	c #Conflicts:    4327000 | #Constraints:      74162
3382.59/3391.17	WSVECS04 Frhs2[5]: 6 0 4.0001 shouldn't be
3382.59/3391.17	WSVECS04 Frhs2[20]: 6 0 2.00002 shouldn't be
3382.59/3391.17	WSVECS04 Frhs2[23]: 6 -6.00002 0 shouldn't be
3382.59/3391.17	WSVECS04 Frhs2[25]: 6 -3.00006 0 shouldn't be
3382.59/3391.17	WSVECS04 Frhs2[58]: 6 0 2.00003 shouldn't be
3382.59/3391.17	WSVECS04 Frhs2[79]: 6 -2.00002 0 shouldn't be
3382.59/3391.17	WSVECS04 Frhs2[80]: 6 0 6.00002 shouldn't be
3382.59/3391.17	WSVECS04 Frhs2[83]: 6 0 2.00004 shouldn't be
3382.59/3391.17	WSVECS04 Frhs2[86]: 6 0 6.0001 shouldn't be
3382.59/3391.17	WSVECS04 Frhs2[96]: 6 0 3.00008 shouldn't be
3382.59/3391.17	WSVECS04 Frhs2[103]: 6 0 4.00003 shouldn't be
3382.59/3391.17	WSVECS04 Frhs2[113]: 6 0 1.00008 shouldn't be
3382.59/3391.17	WSVECS04 Frhs2[116]: 6 0 4.0001 shouldn't be
3382.59/3391.17	WSVECS04 Frhs2[119]: 6 -1.00008 0 shouldn't be
3382.59/3391.17	WSVECS04 Frhs2[139]: 6 0 3.00007 shouldn't be
3382.59/3391.17	WSVECS04 Frhs2[150]: 6 0 3.00008 shouldn't be
3382.59/3391.17	WSVECS04 Frhs2[153]: 6 0 1.00003 shouldn't be
3382.59/3391.17	WSVECS04 Frhs2[182]: 6 0 4.00006 shouldn't be
3388.26/3396.83	c #Conflicts:    4328000 | #Constraints:      75162
3388.26/3396.83	c #Conflicts:    4329000 | #Constraints:      76162
3388.26/3396.83	c #Conflicts:    4330000 | #Constraints:      77162
3388.26/3396.83	c #Conflicts:    4331000 | #Constraints:      78162
3388.26/3396.83	c #Conflicts:    4332000 | #Constraints:      79162
3388.26/3396.83	c #Conflicts:    4333000 | #Constraints:      80162
3388.26/3396.83	c #Conflicts:    4334000 | #Constraints:      81162
3388.26/3396.83	c #Conflicts:    4335000 | #Constraints:      82162
3388.26/3396.83	WSVECS04 Frhs2[41]: 6 0 2.00009 shouldn't be
3388.26/3396.83	WSVECS04 Frhs2[63]: 6 -1.53849 0 shouldn't be
3388.26/3396.83	WSVECS04 Frhs2[115]: 6 0 3.01927 shouldn't be
3388.26/3396.83	WSVECS04 Frhs2[128]: 6 0 3.61546 shouldn't be
3388.26/3396.83	WSVECS04 Frhs2[132]: 6 -1.80777 0 shouldn't be
3388.26/3396.83	WSVECS04 Frhs2[183]: 6 0 1.00009 shouldn't be
3388.26/3396.83	WSVECS04 Frhs2[184]: 6 0 2.11542 shouldn't be
3388.26/3396.83	WSVECS04 Frhs2[193]: 6 0 1.5193 shouldn't be
3388.26/3396.83	WSVECS04 Frhs2[196]: 6 0 1.00003 shouldn't be
3389.58/3398.13	c #Conflicts:    4336000 | #Constraints:      83162
3389.58/3398.13	c #Conflicts:    4337000 | #Constraints:      84162
3389.58/3398.13	WSVECS04 Frhs2[10]: 6 0 2.00001 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[17]: 6 -4.00009 0 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[21]: 6 -0.500084 0 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[25]: 6 -6.00009 0 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[29]: 6 -5.00001 0 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[50]: 6 0 3.00002 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[61]: 6 0 2.00005 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[63]: 6 -4.0001 0 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[64]: 6 0 1.00002 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[65]: 6 0 3.00003 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[68]: 6 0 2.00004 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[74]: 6 -2.00002 0 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[85]: 6 0 1.00002 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[92]: 6 0 4.00005 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[99]: 6 0 1.00004 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[103]: 6 -5.00004 0 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[108]: 6 0 2.00006 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[111]: 6 0 2.00004 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[130]: 6 0 5.00008 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[131]: 6 0 1.0001 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[139]: 6 0 7.00004 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[144]: 6 -8.00003 0 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[150]: 6 0 3.00009 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[151]: 6 -4.00005 0 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[179]: 6 0 2.00007 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[189]: 6 0 3.00005 shouldn't be
3389.58/3398.13	WSVECS04 Frhs2[193]: 6 0 1.00002 shouldn't be
3392.05/3400.63	c #Conflicts:    4338000 | #Constraints:      85162
3392.05/3400.63	c #Conflicts:    4339000 | #Constraints:      86162
3392.05/3400.63	c #Conflicts:    4340000 | #Constraints:      87162
3392.05/3400.63	c #Conflicts:    4341000 | #Constraints:      88162
3392.05/3400.63	WSVECS04 Frhs2[6]: 6 0 1.0001 shouldn't be
3392.05/3400.63	WSVECS04 Frhs2[18]: 6 0 5.00008 shouldn't be
3392.05/3400.63	WSVECS04 Frhs2[49]: 6 0 7.06252 shouldn't be
3392.05/3400.63	WSVECS04 Frhs2[92]: 6 0 2.06253 shouldn't be
3392.05/3400.63	WSVECS04 Frhs2[121]: 6 -4.93757 0 shouldn't be
3392.05/3400.63	WSVECS04 Frhs2[150]: 6 0 2.00003 shouldn't be
3392.05/3400.63	WSVECS04 Frhs2[156]: 6 0 3.81258 shouldn't be
3392.05/3400.63	WSVECS04 Frhs2[163]: 6 0 2.93759 shouldn't be
3392.05/3400.63	WSVECS04 Frhs2[179]: 6 0 4.31252 shouldn't be
3392.05/3400.63	WSVECS04 Frhs2[191]: 6 0 1.0001 shouldn't be
3392.05/3400.63	WSVECS04 Frhs2[192]: 6 0 2.00007 shouldn't be
3393.15/3401.72	c #Conflicts:    4342000 | #Constraints:      89162
3393.15/3401.72	WSVECS04 Frhs2[2]: 6 -2.71934 0 shouldn't be
3393.15/3401.72	WSVECS04 Frhs2[29]: 6 0 2.65796 shouldn't be
3393.15/3401.72	WSVECS04 Frhs2[34]: 6 0 4.99125 shouldn't be
3393.15/3401.72	WSVECS04 Frhs2[52]: 6 0 5.65795 shouldn't be
3393.15/3401.72	WSVECS04 Frhs2[55]: 6 0 3.69305 shouldn't be
3393.15/3401.72	WSVECS04 Frhs2[68]: 6 0 1.00009 shouldn't be
3393.15/3401.72	WSVECS04 Frhs2[69]: 6 0 2.00002 shouldn't be
3393.15/3401.72	WSVECS04 Frhs2[74]: 6 -3.64916 0 shouldn't be
3393.15/3401.72	WSVECS04 Frhs2[75]: 6 0 2.56147 shouldn't be
3393.15/3401.72	WSVECS04 Frhs2[106]: 6 0 2.80709 shouldn't be
3393.15/3401.72	WSVECS04 Frhs2[108]: 6 0 3.28075 shouldn't be
3393.15/3401.72	WSVECS04 Frhs2[113]: 6 0 2.00002 shouldn't be
3393.15/3401.72	WSVECS04 Frhs2[140]: 6 0 1.00009 shouldn't be
3393.15/3401.72	WSVECS04 Frhs2[151]: 6 -1.15791 0 shouldn't be
3393.15/3401.72	WSVECS04 Frhs2[159]: 6 -1.2457 0 shouldn't be
3393.15/3401.72	WSVECS04 Frhs2[170]: 6 0 2.00009 shouldn't be
3393.15/3401.72	WSVECS04 Frhs2[173]: 6 -0.701848 0 shouldn't be
3393.15/3401.72	WSVECS04 Frhs2[177]: 6 0 2.70177 shouldn't be
3393.15/3401.72	WSVECS04 Frhs2[183]: 6 0 1.00004 shouldn't be
3393.15/3401.72	WSVECS04 Frhs2[185]: 6 -0.850957 0 shouldn't be
3394.75/3403.35	c #Conflicts:    4343000 | #Constraints:      90162
3394.75/3403.35	c #Conflicts:    4344000 | #Constraints:      91162
3394.75/3403.35	WSVECS04 Frhs2[10]: 6 0 3.12507 shouldn't be
3394.75/3403.35	WSVECS04 Frhs2[33]: 6 0 3.00009 shouldn't be
3394.75/3403.35	WSVECS04 Frhs2[38]: 6 0 5.37508 shouldn't be
3394.75/3403.35	WSVECS04 Frhs2[49]: 6 0 4.87507 shouldn't be
3394.75/3403.35	WSVECS04 Frhs2[135]: 6 0 1.00005 shouldn't be
3394.75/3403.35	WSVECS04 Frhs2[142]: 6 0 2.0001 shouldn't be
3394.75/3403.35	WSVECS04 Frhs2[143]: 6 0 2.62503 shouldn't be
3394.75/3403.35	WSVECS04 Frhs2[156]: 6 0 1.00003 shouldn't be
3394.75/3403.35	WSVECS04 Frhs2[169]: 6 0 2.50005 shouldn't be
3394.75/3403.35	WSVECS04 Frhs2[171]: 6 0 1.87508 shouldn't be
3394.75/3403.35	WSVECS04 Frhs2[179]: 6 0 2.00002 shouldn't be
3395.04/3403.66	WSVECS04 Frhs2[150]: 6 0 3.37503 shouldn't be
3396.64/3405.28	c #Conflicts:    4345000 | #Constraints:      92162
3396.64/3405.28	c #Conflicts:    4346000 | #Constraints:      93162
3396.64/3405.28	c #Conflicts:    4347000 | #Constraints:      94162
3396.64/3405.28	WSVECS04 Frhs2[18]: 6 0 2.30006 shouldn't be
3396.64/3405.28	WSVECS04 Frhs2[23]: 6 -6.50002 0 shouldn't be
3396.64/3405.28	WSVECS04 Frhs2[26]: 6 0 1.00002 shouldn't be
3396.64/3405.28	WSVECS04 Frhs2[31]: 6 0 4.00009 shouldn't be
3396.64/3405.28	WSVECS04 Frhs2[46]: 6 0 2.50001 shouldn't be
3396.64/3405.28	WSVECS04 Frhs2[86]: 6 0 1.60005 shouldn't be
3396.64/3405.28	WSVECS04 Frhs2[99]: 6 -0.750043 0 shouldn't be
3396.64/3405.28	WSVECS04 Frhs2[101]: 6 -1.70007 0 shouldn't be
3396.64/3405.28	WSVECS04 Frhs2[121]: 6 0 1.00006 shouldn't be
3396.64/3405.28	WSVECS04 Frhs2[127]: 6 0 3.00003 shouldn't be
3396.64/3405.28	WSVECS04 Frhs2[139]: 6 0 2.00006 shouldn't be
3396.64/3405.28	WSVECS04 Frhs2[153]: 6 0 1.00007 shouldn't be
3396.64/3405.28	WSVECS04 Frhs2[158]: 6 0 2.00001 shouldn't be
3396.64/3405.28	WSVECS04 Frhs2[193]: 6 0 1.40002 shouldn't be
3396.64/3405.28	WSVECS04 Frhs2[194]: 6 -2.50008 0 shouldn't be
3398.63/3407.26	c #Conflicts:    4348000 | #Constraints:      95162
3398.63/3407.26	c #Conflicts:    4349000 | #Constraints:      96162
3398.63/3407.26	WSVECS04 Frhs2[54]: 6 0 3.87507 shouldn't be
3398.63/3407.26	WSVECS04 Frhs2[70]: 6 0 1.00005 shouldn't be
3398.63/3407.26	WSVECS04 Frhs2[86]: 6 0 3.00006 shouldn't be
3398.63/3407.26	WSVECS04 Frhs2[93]: 6 0 1.00006 shouldn't be
3398.63/3407.26	WSVECS04 Frhs2[99]: 6 -0.125033 0 shouldn't be
3398.63/3407.26	WSVECS04 Frhs2[138]: 6 0 2.00007 shouldn't be
3398.63/3407.26	WSVECS04 Frhs2[177]: 6 0 1.00006 shouldn't be
3398.63/3407.26	WSVECS04 Frhs2[200]: 6 0 2.37502 shouldn't be
3404.13/3412.73	c #Conflicts:    4350000 | #Constraints:      97162
3404.13/3412.73	c #Conflicts:    4351000 | #Constraints:      98162
3404.13/3412.73	c #Conflicts:    4352000 | #Constraints:      99162
3404.13/3412.73	c #Conflicts:    4353000 | #Constraints:     100162
3404.13/3412.73	c #Conflicts:    4354000 | #Constraints:     101162
3404.13/3412.73	c #Conflicts:    4355000 | #Constraints:     102162
3404.13/3412.73	c #Conflicts:    4356000 | #Constraints:     103162
3404.13/3412.73	WSVECS04 Frhs2[6]: 6 0 1.00004 shouldn't be
3404.13/3412.73	WSVECS04 Frhs2[9]: 6 0 2.12509 shouldn't be
3404.13/3412.73	WSVECS04 Frhs2[27]: 6 -1.25002 0 shouldn't be
3404.13/3412.73	WSVECS04 Frhs2[33]: 6 0 3.12505 shouldn't be
3404.13/3412.73	WSVECS04 Frhs2[91]: 6 0 2.00007 shouldn't be
3404.13/3412.73	WSVECS04 Frhs2[93]: 6 -3.00005 0 shouldn't be
3404.13/3412.73	WSVECS04 Frhs2[94]: 6 0 3.87509 shouldn't be
3404.13/3412.73	WSVECS04 Frhs2[99]: 6 -2.62506 0 shouldn't be
3404.13/3412.73	WSVECS04 Frhs2[104]: 6 -1.12504 0 shouldn't be
3404.13/3412.73	WSVECS04 Frhs2[113]: 6 0 1.00004 shouldn't be
3404.13/3412.73	WSVECS04 Frhs2[117]: 6 -1.00001 0 shouldn't be
3404.13/3412.73	WSVECS04 Frhs2[121]: 6 0 2.00004 shouldn't be
3404.13/3412.73	WSVECS04 Frhs2[128]: 6 0 7.37508 shouldn't be
3404.13/3412.73	WSVECS04 Frhs2[150]: 6 0 2.62508 shouldn't be
3404.13/3412.73	WSVECS04 Frhs2[155]: 6 0 3.62502 shouldn't be
3404.13/3412.73	WSVECS04 Frhs2[169]: 6 0 2.50009 shouldn't be
3404.13/3412.73	WSVECS04 Frhs2[175]: 6 0 2.00009 shouldn't be
3404.13/3412.73	WSVECS04 Frhs2[183]: 6 0 2.00006 shouldn't be
3404.13/3412.73	WSVECS04 Frhs2[186]: 6 0 1.00008 shouldn't be
3404.13/3412.73	WSVECS04 Frhs2[191]: 6 0 2.25004 shouldn't be
3404.13/3412.73	WSVECS04 Frhs2[193]: 6 0 1.00009 shouldn't be
3404.13/3412.73	WSVECS04 Frhs2[198]: 6 0 1.00006 shouldn't be
3404.44/3413.06	WSVECS04 Frhs2[3]: 6 0 1.00007 shouldn't be
3404.44/3413.06	WSVECS04 Frhs2[63]: 6 -0.875032 0 shouldn't be
3404.44/3413.06	WSVECS04 Frhs2[149]: 6 0 5.87508 shouldn't be
3404.44/3413.06	WSVECS04 Frhs2[196]: 6 0 1.00008 shouldn't be
3409.02/3417.67	c #Conflicts:    4357000 | #Constraints:     104162
3409.02/3417.67	c #Conflicts:    4358000 | #Constraints:     105162
3409.02/3417.67	c #Conflicts:    4359000 | #Constraints:     106162
3409.02/3417.67	c #Conflicts:    4360000 | #Constraints:     107162
3409.02/3417.67	c #Conflicts:    4361000 | #Constraints:     108162
3409.02/3417.67	c #Conflicts:    4362000 | #Constraints:     109162
3409.02/3417.67	WSVECS04 Frhs2[19]: 6 0 5.50006 shouldn't be
3409.02/3417.67	WSVECS04 Frhs2[27]: 6 -0.500019 0 shouldn't be
3409.02/3417.67	WSVECS04 Frhs2[36]: 6 -4.75005 0 shouldn't be
3409.02/3417.67	WSVECS04 Frhs2[50]: 6 0 2.00007 shouldn't be
3409.02/3417.67	WSVECS04 Frhs2[81]: 6 -2.50006 0 shouldn't be
3409.02/3417.67	WSVECS04 Frhs2[83]: 6 -5.25002 0 shouldn't be
3409.02/3417.67	WSVECS04 Frhs2[85]: 6 0 2.50007 shouldn't be
3409.02/3417.67	WSVECS04 Frhs2[89]: 6 0 1.50005 shouldn't be
3409.02/3417.67	WSVECS04 Frhs2[98]: 6 0 3.00001 shouldn't be
3409.02/3417.67	WSVECS04 Frhs2[109]: 6 0 3.0001 shouldn't be
3409.02/3417.67	WSVECS04 Frhs2[119]: 6 0 2.00004 shouldn't be
3409.02/3417.67	WSVECS04 Frhs2[123]: 6 0 1.00003 shouldn't be
3409.02/3417.67	WSVECS04 Frhs2[125]: 6 -7.25009 0 shouldn't be
3409.02/3417.67	WSVECS04 Frhs2[129]: 6 -2.50009 0 shouldn't be
3409.02/3417.67	WSVECS04 Frhs2[150]: 6 0 3.25002 shouldn't be
3409.02/3417.67	WSVECS04 Frhs2[153]: 6 -1.00009 0 shouldn't be
3409.02/3417.67	WSVECS04 Frhs2[171]: 6 0 4.50008 shouldn't be
3409.02/3417.67	WSVECS04 Frhs2[179]: 6 0 1.00008 shouldn't be
3409.02/3417.67	WSVECS04 Frhs2[180]: 6 0 3.00002 shouldn't be
3409.02/3417.67	WSVECS04 Frhs2[194]: 6 0 1.0001 shouldn't be
3412.30/3420.92	c #Conflicts:    4363000 | #Constraints:     110162
3412.30/3420.92	c #Conflicts:    4364000 | #Constraints:     111162
3412.30/3420.92	c #Conflicts:    4365000 | #Constraints:     112162
3412.30/3420.92	c #Conflicts:    4366000 | #Constraints:     113162
3412.30/3420.92	WSVECS04 Frhs2[24]: 6 -1.00009 0 shouldn't be
3412.30/3420.92	WSVECS04 Frhs2[32]: 6 0 2.00008 shouldn't be
3412.30/3420.92	WSVECS04 Frhs2[38]: 6 0 2.00002 shouldn't be
3412.30/3420.92	WSVECS04 Frhs2[50]: 6 0 2.50004 shouldn't be
3412.30/3420.92	WSVECS04 Frhs2[77]: 6 0 2.00007 shouldn't be
3412.30/3420.92	WSVECS04 Frhs2[93]: 6 0 2.50008 shouldn't be
3412.30/3420.92	WSVECS04 Frhs2[98]: 6 -2.75005 0 shouldn't be
3412.30/3420.92	WSVECS04 Frhs2[116]: 6 0 4.50009 shouldn't be
3412.30/3420.92	WSVECS04 Frhs2[129]: 6 0 2.00006 shouldn't be
3412.30/3420.92	WSVECS04 Frhs2[136]: 6 0 2.50003 shouldn't be
3412.30/3420.92	WSVECS04 Frhs2[180]: 6 0 2.50003 shouldn't be
3412.30/3420.92	WSVECS04 Frhs2[187]: 6 0 4.50009 shouldn't be
3412.30/3420.92	WSVECS04 Frhs2[198]: 6 0 2.50007 shouldn't be
3413.70/3422.35	c #Conflicts:    4367000 | #Constraints:     114162
3413.70/3422.35	c #Conflicts:    4368000 | #Constraints:     115162
3413.70/3422.35	c INPROCESSING
3413.70/3422.35	c GARBAGE COLLECT
3413.70/3422.35	c rational objective -109
3420.78/3429.49	c #Conflicts:    4369000 | #Constraints:      67384
3420.78/3429.49	c #Conflicts:    4370000 | #Constraints:      68385
3420.78/3429.49	c #Conflicts:    4371000 | #Constraints:      69387
3420.78/3429.49	c #Conflicts:    4372000 | #Constraints:      70394
3420.78/3429.49	c #Conflicts:    4373000 | #Constraints:      71394
3420.78/3429.49	c #Conflicts:    4374000 | #Constraints:      72394
3420.78/3429.49	c #Conflicts:    4375000 | #Constraints:      73395
3420.78/3429.49	c #Conflicts:    4376000 | #Constraints:      74397
3420.78/3429.49	c #Conflicts:    4377000 | #Constraints:      75398
3420.78/3429.49	c #Conflicts:    4378000 | #Constraints:      76398
3420.78/3429.49	c #Conflicts:    4379000 | #Constraints:      77398
3420.78/3429.49	WSVECS04 Frhs2[10]: 6 -2.00006 0 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[18]: 6 0 2.00009 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[22]: 6 0 4.00008 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[25]: 6 0 3.50007 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[36]: 6 0 2.0001 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[43]: 6 0 1.00006 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[45]: 6 0 1.00009 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[48]: 6 0 1.00002 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[59]: 6 0 1.00006 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[75]: 6 0 1.00003 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[82]: 6 0 6.00004 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[85]: 6 0 5.00003 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[97]: 6 0 1.50002 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[98]: 6 0 3.00004 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[99]: 6 0 3.00002 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[100]: 6 0 2.00007 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[102]: 6 0 1.50004 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[103]: 6 0 1.00005 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[106]: 6 0 1.50002 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[113]: 6 0 1.00006 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[114]: 6 0 4.00001 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[115]: 6 0 2.00001 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[116]: 6 0 7.50009 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[119]: 6 0 1.50008 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[120]: 6 -3.50007 0 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[122]: 6 0 2.00003 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[123]: 6 0 1.00004 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[127]: 6 0 1.00006 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[134]: 6 0 3.00008 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[136]: 6 0 2.00005 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[151]: 6 -0.500016 0 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[162]: 6 0 1.50004 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[170]: 6 0 1.00009 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[174]: 6 0 1.00004 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[177]: 6 0 3.00004 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[180]: 6 0 2.00003 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[182]: 6 0 2.00004 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[183]: 6 0 1.00009 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[189]: 6 0 4.00003 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[191]: 6 -0.500046 0 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[193]: 6 0 2.50006 shouldn't be
3420.78/3429.49	WSVECS04 Frhs2[198]: 6 0 2.50004 shouldn't be
3430.56/3439.29	c #Conflicts:    4380000 | #Constraints:      78398
3430.56/3439.29	c #Conflicts:    4381000 | #Constraints:      79398
3430.56/3439.29	c #Conflicts:    4382000 | #Constraints:      80398
3430.56/3439.29	c #Conflicts:    4383000 | #Constraints:      81399
3430.56/3439.29	c #Conflicts:    4384000 | #Constraints:      82399
3430.56/3439.29	c #Conflicts:    4385000 | #Constraints:      83400
3430.56/3439.29	c #Conflicts:    4386000 | #Constraints:      84400
3430.56/3439.29	c #Conflicts:    4387000 | #Constraints:      85400
3430.56/3439.29	c #Conflicts:    4388000 | #Constraints:      86400
3430.56/3439.29	c #Conflicts:    4389000 | #Constraints:      87400
3430.56/3439.29	c #Conflicts:    4390000 | #Constraints:      88400
3430.56/3439.29	c #Conflicts:    4391000 | #Constraints:      89400
3430.56/3439.29	c #Conflicts:    4392000 | #Constraints:      90400
3430.56/3439.29	c #Conflicts:    4393000 | #Constraints:      91401
3430.56/3439.29	WSVECS04 Frhs2[2]: 6 0 1.04352 shouldn't be
3430.56/3439.29	WSVECS04 Frhs2[23]: 6 0 2.04352 shouldn't be
3430.56/3439.29	WSVECS04 Frhs2[25]: 6 0 4.67394 shouldn't be
3430.56/3439.29	WSVECS04 Frhs2[32]: 6 0 1.10878 shouldn't be
3430.56/3439.29	WSVECS04 Frhs2[50]: 6 0 2.58702 shouldn't be
3430.56/3439.29	WSVECS04 Frhs2[55]: 6 0 1.10878 shouldn't be
3430.56/3439.29	WSVECS04 Frhs2[62]: 6 0 3.00007 shouldn't be
3430.56/3439.29	WSVECS04 Frhs2[66]: 6 0 4.00007 shouldn't be
3430.56/3439.29	WSVECS04 Frhs2[73]: 6 0 1.00006 shouldn't be
3430.56/3439.29	WSVECS04 Frhs2[74]: 6 0 1.174 shouldn't be
3430.56/3439.29	WSVECS04 Frhs2[102]: 6 -0.0652815 0 shouldn't be
3430.56/3439.29	WSVECS04 Frhs2[112]: 6 0 3.0435 shouldn't be
3430.56/3439.29	WSVECS04 Frhs2[115]: 6 -2.06525 0 shouldn't be
3430.56/3439.29	WSVECS04 Frhs2[117]: 6 0 1.00009 shouldn't be
3430.56/3439.29	WSVECS04 Frhs2[144]: 6 0 3.00009 shouldn't be
3430.56/3439.29	WSVECS04 Frhs2[163]: 6 0 1.10876 shouldn't be
3430.56/3439.29	WSVECS04 Frhs2[166]: 6 0 3.82616 shouldn't be
3430.56/3439.29	WSVECS04 Frhs2[170]: 6 0 1.00002 shouldn't be
3430.56/3439.29	WSVECS04 Frhs2[172]: 6 0 1.00001 shouldn't be
3430.56/3439.29	WSVECS04 Frhs2[175]: 6 0 2.00009 shouldn't be
3430.56/3439.29	WSVECS04 Frhs2[191]: 6 0 2.00002 shouldn't be
3430.56/3439.29	WSVECS04 Frhs2[196]: 6 0 1.36965 shouldn't be
3498.10/3506.93	c #Conflicts:    4394000 | #Constraints:      92401
3498.10/3506.93	c #Conflicts:    4395000 | #Constraints:      93401
3498.10/3506.93	c #Conflicts:    4396000 | #Constraints:      94401
3498.10/3506.93	c #Conflicts:    4397000 | #Constraints:      95402
3498.10/3506.93	c #Conflicts:    4398000 | #Constraints:      96405
3498.10/3506.93	c #Conflicts:    4399000 | #Constraints:      97405
3498.10/3506.93	c #Conflicts:    4400000 | #Constraints:      98406
3498.10/3506.93	c #Conflicts:    4401000 | #Constraints:      99409
3498.10/3506.93	c #Conflicts:    4402000 | #Constraints:     100410
3498.10/3506.93	c #Conflicts:    4403000 | #Constraints:     101411
3498.10/3506.93	c #Conflicts:    4404000 | #Constraints:     102413
3498.10/3506.93	c #Conflicts:    4405000 | #Constraints:     103421
3498.10/3506.93	c #Conflicts:    4406000 | #Constraints:     104422
3498.10/3506.93	c #Conflicts:    4407000 | #Constraints:     105424
3498.10/3506.93	c #Conflicts:    4408000 | #Constraints:     106425
3498.10/3506.93	c #Conflicts:    4409000 | #Constraints:     107425
3498.10/3506.93	c #Conflicts:    4410000 | #Constraints:     108427
3498.10/3506.93	c #Conflicts:    4411000 | #Constraints:     109428
3498.10/3506.93	c #Conflicts:    4412000 | #Constraints:     110428
3498.10/3506.93	c #Conflicts:    4413000 | #Constraints:     111428
3498.10/3506.93	c #Conflicts:    4414000 | #Constraints:     112430
3498.10/3506.93	c #Conflicts:    4415000 | #Constraints:     113430
3498.10/3506.93	c #Conflicts:    4416000 | #Constraints:     114431
3498.10/3506.93	c #Conflicts:    4417000 | #Constraints:     115432
3498.10/3506.93	c #Conflicts:    4418000 | #Constraints:     116436
3498.10/3506.93	c #Conflicts:    4419000 | #Constraints:     117437
3498.10/3506.93	c #Conflicts:    4420000 | #Constraints:     118437
3498.10/3506.93	c #Conflicts:    4421000 | #Constraints:     119439
3498.10/3506.93	c #Conflicts:    4422000 | #Constraints:     120439
3498.10/3506.93	c #Conflicts:    4423000 | #Constraints:     121439
3498.10/3506.93	c #Conflicts:    4424000 | #Constraints:     122439
3498.10/3506.93	c #Conflicts:    4425000 | #Constraints:     123440
3498.10/3506.93	c #Conflicts:    4426000 | #Constraints:     124441
3498.10/3506.93	c #Conflicts:    4427000 | #Constraints:     125443
3498.10/3506.93	c #Conflicts:    4428000 | #Constraints:     126448
3498.10/3506.93	c #Conflicts:    4429000 | #Constraints:     127448
3498.10/3506.93	c #Conflicts:    4430000 | #Constraints:     128449
3498.10/3506.93	c #Conflicts:    4431000 | #Constraints:     129455
3498.10/3506.93	c #Conflicts:    4432000 | #Constraints:     130459
3498.10/3506.93	c #Conflicts:    4433000 | #Constraints:     131460
3498.10/3506.93	c #Conflicts:    4434000 | #Constraints:     132466
3498.10/3506.93	c #Conflicts:    4435000 | #Constraints:     133468
3498.10/3506.93	c #Conflicts:    4436000 | #Constraints:     134469
3498.10/3506.93	c #Conflicts:    4437000 | #Constraints:     135469
3498.10/3506.93	c #Conflicts:    4438000 | #Constraints:     136469
3498.10/3506.93	c #Conflicts:    4439000 | #Constraints:     137469
3498.10/3506.93	c #Conflicts:    4440000 | #Constraints:     138469
3498.10/3506.93	c #Conflicts:    4441000 | #Constraints:     139469
3498.10/3506.93	c #Conflicts:    4442000 | #Constraints:     140469
3498.10/3506.93	c #Conflicts:    4443000 | #Constraints:     141469
3498.10/3506.93	c #Conflicts:    4444000 | #Constraints:     142471
3498.10/3506.93	c #Conflicts:    4445000 | #Constraints:     143471
3498.10/3506.93	c #Conflicts:    4446000 | #Constraints:     144471
3498.10/3506.93	c #Conflicts:    4447000 | #Constraints:     145471
3498.10/3506.93	c #Conflicts:    4448000 | #Constraints:     146472
3498.10/3506.93	c #Conflicts:    4449000 | #Constraints:     147472
3498.10/3506.93	c #Conflicts:    4450000 | #Constraints:     148474
3498.10/3506.93	c #Conflicts:    4451000 | #Constraints:     149476
3498.10/3506.93	c #Conflicts:    4452000 | #Constraints:     150476
3498.10/3506.93	c #Conflicts:    4453000 | #Constraints:     151476
3498.10/3506.93	c #Conflicts:    4454000 | #Constraints:     152477
3498.10/3506.93	c #Conflicts:    4455000 | #Constraints:     153479
3498.10/3506.93	c #Conflicts:    4456000 | #Constraints:     154479
3498.10/3506.93	c #Conflicts:    4457000 | #Constraints:     155479
3498.10/3506.93	c #Conflicts:    4458000 | #Constraints:     156479
3498.10/3506.93	c #Conflicts:    4459000 | #Constraints:     157480
3498.10/3506.93	c #Conflicts:    4460000 | #Constraints:     158480
3498.10/3506.93	c #Conflicts:    4461000 | #Constraints:     159481
3498.10/3506.93	c #Conflicts:    4462000 | #Constraints:     160481
3498.10/3506.93	c #Conflicts:    4463000 | #Constraints:     161482
3498.10/3506.93	c #Conflicts:    4464000 | #Constraints:     162482
3498.10/3506.93	c #Conflicts:    4465000 | #Constraints:     163483
3498.10/3506.93	c #Conflicts:    4466000 | #Constraints:     164483
3498.10/3506.93	c #Conflicts:    4467000 | #Constraints:     165484
3498.10/3506.93	c #Conflicts:    4468000 | #Constraints:     166484
3498.10/3506.93	c #Conflicts:    4469000 | #Constraints:     167488
3498.10/3506.93	c #Conflicts:    4470000 | #Constraints:     168488
3498.10/3506.93	c #Conflicts:    4471000 | #Constraints:     169489
3498.10/3506.93	c #Conflicts:    4472000 | #Constraints:     170491
3575.91/3584.98	c #Conflicts:    4473000 | #Constraints:     171493
3575.91/3584.98	c #Conflicts:    4474000 | #Constraints:     172494
3575.91/3584.98	c #Conflicts:    4475000 | #Constraints:     173495
3575.91/3584.98	c #Conflicts:    4476000 | #Constraints:     174495
3575.91/3584.98	c #Conflicts:    4477000 | #Constraints:     175497
3575.91/3584.98	c #Conflicts:    4478000 | #Constraints:     176502
3575.91/3584.98	c #Conflicts:    4479000 | #Constraints:     177506
3575.91/3584.98	c #Conflicts:    4480000 | #Constraints:     178511
3575.91/3584.98	c #Conflicts:    4481000 | #Constraints:     179515
3575.91/3584.98	c #Conflicts:    4482000 | #Constraints:     180519
3575.91/3584.98	c #Conflicts:    4483000 | #Constraints:     181519
3575.91/3584.98	c #Conflicts:    4484000 | #Constraints:     182520
3575.91/3584.98	c #Conflicts:    4485000 | #Constraints:     183521
3575.91/3584.98	c #Conflicts:    4486000 | #Constraints:     184522
3575.91/3584.98	c #Conflicts:    4487000 | #Constraints:     185523
3575.91/3584.98	c #Conflicts:    4488000 | #Constraints:     186524
3575.91/3584.98	c #Conflicts:    4489000 | #Constraints:     187524
3575.91/3584.98	c #Conflicts:    4490000 | #Constraints:     188524
3575.91/3584.98	c #Conflicts:    4491000 | #Constraints:     189525
3575.91/3584.98	c #Conflicts:    4492000 | #Constraints:     190525
3575.91/3584.98	c #Conflicts:    4493000 | #Constraints:     191525
3575.91/3584.98	c #Conflicts:    4494000 | #Constraints:     192528
3575.91/3584.98	c #Conflicts:    4495000 | #Constraints:     193528
3575.91/3584.98	c #Conflicts:    4496000 | #Constraints:     194528
3575.91/3584.98	c #Conflicts:    4497000 | #Constraints:     195528
3575.91/3584.98	c #Conflicts:    4498000 | #Constraints:     196529
3575.91/3584.98	c #Conflicts:    4499000 | #Constraints:     197532
3575.91/3584.98	c #Conflicts:    4500000 | #Constraints:     198533
3575.91/3584.98	c #Conflicts:    4501000 | #Constraints:     199535
3575.91/3584.98	c #Conflicts:    4502000 | #Constraints:     200535
3575.91/3584.98	c #Conflicts:    4503000 | #Constraints:     201535
3575.91/3584.98	c #Conflicts:    4504000 | #Constraints:     202536
3575.91/3584.98	c #Conflicts:    4505000 | #Constraints:     203537
3575.91/3584.98	c #Conflicts:    4506000 | #Constraints:     204538
3575.91/3584.98	c #Conflicts:    4507000 | #Constraints:     205538
3575.91/3584.98	c #Conflicts:    4508000 | #Constraints:     206538
3575.91/3584.98	c #Conflicts:    4509000 | #Constraints:     207541
3575.91/3584.98	c #Conflicts:    4510000 | #Constraints:     208541
3575.91/3584.98	c #Conflicts:    4511000 | #Constraints:     209542
3575.91/3584.98	c #Conflicts:    4512000 | #Constraints:     210545
3575.91/3584.98	c #Conflicts:    4513000 | #Constraints:     211546
3575.91/3584.98	c #Conflicts:    4514000 | #Constraints:     212547
3575.91/3584.98	c #Conflicts:    4515000 | #Constraints:     213549
3575.91/3584.98	c #Conflicts:    4516000 | #Constraints:     214550
3575.91/3584.98	c #Conflicts:    4517000 | #Constraints:     215550
3575.91/3584.98	c #Conflicts:    4518000 | #Constraints:     216552
3575.91/3584.98	c #Conflicts:    4519000 | #Constraints:     217552
3575.91/3584.98	c #Conflicts:    4520000 | #Constraints:     218553
3575.91/3584.98	c #Conflicts:    4521000 | #Constraints:     219553
3575.91/3584.98	c #Conflicts:    4522000 | #Constraints:     220555
3575.91/3584.98	c #Conflicts:    4523000 | #Constraints:     221557
3575.91/3584.98	c #Conflicts:    4524000 | #Constraints:     222558
3575.91/3584.98	c #Conflicts:    4525000 | #Constraints:     223558
3575.91/3584.98	c #Conflicts:    4526000 | #Constraints:     224560
3575.91/3584.98	c #Conflicts:    4527000 | #Constraints:     225561
3575.91/3584.98	c #Conflicts:    4528000 | #Constraints:     226561
3575.91/3584.98	c #Conflicts:    4529000 | #Constraints:     227563
3575.91/3584.98	c #Conflicts:    4530000 | #Constraints:     228566
3575.91/3584.98	c #Conflicts:    4531000 | #Constraints:     229566
3575.91/3584.98	c #Conflicts:    4532000 | #Constraints:     230566
3575.91/3584.98	c #Conflicts:    4533000 | #Constraints:     231567
3575.91/3584.98	c #Conflicts:    4534000 | #Constraints:     232568
3575.91/3584.98	c #Conflicts:    4535000 | #Constraints:     233569
3575.91/3584.98	c #Conflicts:    4536000 | #Constraints:     234574
3575.91/3584.98	c #Conflicts:    4537000 | #Constraints:     235575
3575.91/3584.98	c #Conflicts:    4538000 | #Constraints:     236577
3575.91/3584.98	c #Conflicts:    4539000 | #Constraints:     237579
3575.91/3584.98	c #Conflicts:    4540000 | #Constraints:     238579
3575.91/3584.98	c INPROCESSING
3575.91/3584.98	c GARBAGE COLLECT
3575.91/3584.98	c rational objective -109
3577.61/3586.65	c #Conflicts:    4541000 | #Constraints:     129005
3577.61/3586.65	WSVECS04 Frhs2[19]: 6 0 6.00002 shouldn't be
3577.61/3586.65	WSVECS04 Frhs2[42]: 6 0 4.00005 shouldn't be
3577.61/3586.65	WSVECS04 Frhs2[64]: 6 0 2.00005 shouldn't be
3577.61/3586.65	WSVECS04 Frhs2[79]: 6 0 4.00007 shouldn't be
3577.61/3586.65	WSVECS04 Frhs2[113]: 6 0 1.00009 shouldn't be
3577.61/3586.65	WSVECS04 Frhs2[139]: 6 0 2.00003 shouldn't be
3577.61/3586.65	WSVECS04 Frhs2[173]: 6 0 1.00002 shouldn't be
3577.61/3586.65	WSVECS04 Frhs2[180]: 6 0 2.00002 shouldn't be
3577.61/3586.65	WSVECS04 Frhs2[186]: 6 0 2.00002 shouldn't be
3577.61/3586.65	WSVECS04 Frhs2[191]: 6 0 2.00007 shouldn't be
3577.61/3586.65	WSVECS04 Frhs2[193]: 6 0 2.00005 shouldn't be
3593.17/3602.29	c #Conflicts:    4542000 | #Constraints:     130005
3593.17/3602.29	c #Conflicts:    4543000 | #Constraints:     131005
3593.17/3602.29	c #Conflicts:    4544000 | #Constraints:     132005
3593.17/3602.29	c #Conflicts:    4545000 | #Constraints:     133005
3593.17/3602.29	c #Conflicts:    4546000 | #Constraints:     134005
3593.17/3602.29	c #Conflicts:    4547000 | #Constraints:     135005
3593.17/3602.29	c #Conflicts:    4548000 | #Constraints:     136005
3593.17/3602.29	c #Conflicts:    4549000 | #Constraints:     137005
3593.17/3602.29	c #Conflicts:    4550000 | #Constraints:     138005
3593.17/3602.29	c #Conflicts:    4551000 | #Constraints:     139005
3593.17/3602.29	c #Conflicts:    4552000 | #Constraints:     140005
3593.17/3602.29	c #Conflicts:    4553000 | #Constraints:     141005
3593.17/3602.29	c #Conflicts:    4554000 | #Constraints:     142005
3593.17/3602.29	c #Conflicts:    4555000 | #Constraints:     143005
3593.17/3602.29	c #Conflicts:    4556000 | #Constraints:     144005
3593.17/3602.29	c #Conflicts:    4557000 | #Constraints:     145005
3593.17/3602.29	c #Conflicts:    4558000 | #Constraints:     146005
3593.17/3602.29	c #Conflicts:    4559000 | #Constraints:     147005
3593.17/3602.29	c #Conflicts:    4560000 | #Constraints:     148005
3593.17/3602.29	WSVECS04 Frhs2[6]: 6 0 1.00003 shouldn't be
3593.17/3602.29	WSVECS04 Frhs2[23]: 6 -6.00006 0 shouldn't be
3593.17/3602.29	WSVECS04 Frhs2[77]: 6 0 1.50009 shouldn't be
3593.17/3602.29	WSVECS04 Frhs2[80]: 6 0 4.00006 shouldn't be
3593.17/3602.29	WSVECS04 Frhs2[85]: 6 0 2.50008 shouldn't be
3593.17/3602.29	WSVECS04 Frhs2[101]: 6 0 1.00002 shouldn't be
3593.17/3602.29	WSVECS04 Frhs2[116]: 6 0 2.37504 shouldn't be
3593.17/3602.29	WSVECS04 Frhs2[130]: 6 0 2.12507 shouldn't be
3600.07/3609.11	c #Conflicts:    4561000 | #Constraints:     149005
3600.07/3609.11	c #Conflicts:    4562000 | #Constraints:     150005
3600.07/3609.11	c #Conflicts:    4563000 | #Constraints:     151005
3600.07/3609.11	c #Conflicts:    4564000 | #Constraints:     152005
3600.07/3609.11	c #Conflicts:    4565000 | #Constraints:     153005
3600.07/3609.11	c #Conflicts:    4566000 | #Constraints:     154005
3600.07/3609.11	c #Conflicts:    4567000 | #Constraints:     155005
3600.07/3609.11	c #Conflicts:    4568000 | #Constraints:     156005
3600.07/3609.11	c Disabling crashed LP
3600.07/3609.11	c cpu time 3569.35 s
3600.07/3609.11	c deterministic time 100058214024 1.00e+11
3600.07/3609.11	c optimization time 24.0504 s
3600.07/3609.11	c total solve time 3545.1 s
3600.07/3609.11	c core-guided solve time 1708.6 s
3600.07/3609.11	c propagation time 3019.73 s
3600.07/3609.11	c conflict analysis time 426.777 s
3600.07/3609.11	c propagations 401465710
3600.07/3609.11	c resolve steps 82464777
3600.07/3609.11	c decisions 5943321
3600.07/3609.11	c conflicts 4568175
3600.07/3609.11	c restarts 8187
3600.07/3609.11	c inprocessing phases 141
3600.07/3609.11	c garbage collections 141 ,( 100.00 )
3600.07/3609.11	c input clauses 17303 ,( 96.12 )
3600.07/3609.11	c input cardinalities 445 ,( 2.47 )
3600.07/3609.11	c input general constraints 253 ,( 1.41 )
3600.07/3609.11	c input average constraint length 7.50
3600.07/3609.11	c input average constraint degree 1.50
3600.07/3609.11	c learned clauses 4372959 ,( 95.65 )
3600.07/3609.11	c learned cardinalities 642 ,( 0.01 )
3600.07/3609.11	c learned general constraints 198077 ,( 4.33 )
3600.07/3609.11	c learned average constraint length 66.37
3600.07/3609.11	c learned average constraint degree 1597139.30
3600.07/3609.11	c watched  CF 32, 64, 128, Arb: 72787 , 0 , 0 , 0
3600.07/3609.11	c counting CF 32, 64, 128, Arb: 125544 , 0 , 0 , 0
3600.07/3609.11	c watched   constraints 72787 ,( 36.70 ) 
3600.07/3609.11	c counting  constraints 125543 ,( 63.30 ) 
3600.07/3609.11	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 9178052603 , 176416111 , 11395730272 ,( 326005490 , 11069724782 )
3600.07/3609.11	c gcd simplifications 221503
3600.07/3609.11	c detected cardinalities 23
3600.07/3609.11	c weakened non-implied lits 67315141
3600.07/3609.11	c weakened non-implying lits 958331
3600.07/3609.11	c original variables 200
3600.07/3609.11	c clausal propagations 238937982
3600.07/3609.11	c cardinality propagations 21135923
3600.07/3609.11	c watched propagations 22811598
3600.07/3609.11	c counting propagations 112728136
3600.07/3609.11	c watch lookups 67350633490
3600.07/3609.11	c watch backjump lookups 0
3600.07/3609.11	c watch checks 22581561982
3600.07/3609.11	c propagation checks 8258336968
3600.07/3609.11	c constraint additions 1043512606
3600.07/3609.11	c trail pops 411973954
3600.07/3609.11	c formula constraints 17013
3600.07/3609.11	c learned constraints 4565065
3600.07/3609.11	c bound constraints 98
3600.07/3609.11	c core-guided constraints 890
3600.07/3609.11	c encountered formula constraints 49220334
3600.07/3609.11	c encountered learned constraints 27098472
3600.07/3609.11	c encountered bound constraints 195508
3600.07/3609.11	c encountered core-guided constraints 10437359
3600.07/3609.11	c LP total time 1401.9 s
3600.07/3609.11	c LP solve time 1381.71 s
3600.07/3609.11	c LP constraints added 17707
3600.07/3609.11	c LP constraints removed 685
3600.07/3609.11	c LP pivots internal 4568175
3600.07/3609.11	c LP pivots root 217817
3600.07/3609.11	c LP calls 8635
3600.07/3609.11	c LP optimalities 5186
3600.07/3609.11	c LP no pivot count 9
3600.07/3609.11	c LP infeasibilities 3436
3600.07/3609.11	c LP valid Farkas constraints 3435
3600.07/3609.11	c LP learned Farkas constraints 3120
3600.07/3609.11	c LP basis resets 10
3600.07/3609.11	c LP cycling count 1
3600.07/3609.11	c LP singular count 0
3600.07/3609.11	c LP no primal count 0
3600.07/3609.11	c LP no farkas count 1
3600.07/3609.11	c LP other issue count 8
3600.07/3609.11	c LP Gomory cuts 58
3600.07/3609.11	c LP learned cuts 636
3600.07/3609.11	c LP deleted cuts 685
3600.07/3609.11	c LP encountered Gomory constraints 65177
3600.07/3609.11	c LP encountered Farkas constraints 9286
3600.07/3609.11	c LP encountered learned Farkas constraints 3696
3600.07/3609.11	c CG auxiliary variables introduced 327
3600.07/3609.11	c CG solutions found 6
3600.07/3609.11	c CG cores constructed 91
3600.07/3609.11	c CG core cardinality constraints returned 0
3600.07/3609.11	c CG unit cores 0
3600.07/3609.11	c CG single cores 91
3600.07/3609.11	c CG blocks removed during cardinality reduction 0
3600.07/3609.11	c CG first core best 0
3600.07/3609.11	c CG decision core best 0
3600.07/3609.11	c CG core reduction tie 0
3600.07/3609.11	c CG core degree average 1.00
3600.07/3609.11	c CG core slack average 4.58
3600.07/3609.11	c CG core upper bound improvements 0
3600.07/3609.11	c STR number of successful calls 0
3600.07/3609.11	c STR number of unsuccessful calls 0
3600.07/3609.11	c STR number of inconclusive calls 0
3600.07/3609.11	c STR number of successful attempts 0
3600.07/3609.11	c STR number of unsuccessful attempts 0
3600.07/3609.11	c STR number of inconclusive attempts 0
3600.07/3609.11	c STR average degree increase per successful call inf
3600.07/3609.11	c STR average degree increase per successful attempt inf
3600.07/3609.11	c STR total number of conflicts for successful attempts 0
3600.07/3609.11	c STR total number of conflicts for unsuccessful attempts 0
3600.07/3609.11	c STR total number of conflicts for inconclusive attempts 0
3600.07/3609.11	c STR average number of conflicts per successful attempt inf
3600.07/3609.11	c STR average number of conflicts per unsuccessful attempt inf
3600.07/3609.11	c STR average number of conflicts per inconclusive attempt inf
3600.07/3609.11	c AVG.sumWPerc 48.10 
3600.07/3609.11	c bigint constraints 0 
3600.07/3609.11	o -70
3600.07/3609.11	s SATISFIABLE
3600.07/3609.11	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
3600.07/3609.11	c Program interrupted by user.

Verifier Data

OK	-70

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4522184-1751583978/watcher-4522184-1751583978 -o /tmp/evaluation-result-4522184-1751583978/solver-4522184-1751583978 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751582595-79130 --watchdog 3760 run-opt-ls.sh HOME/instance-4522184-1751583978.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=79553, runsolver pid=79550

[startup+0.100065 s]*
/proc/loadavg: 4.16 4.13 4.09 5/254 79556
/proc/meminfo: memFree=123731156/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=50796 memory=6272 CPUtime=0 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 263 0 0 0 0 0 0 0 20 0 1 0 74076677 52015104 1568 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 12699 1568 1472 1147 0 126 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 54988 KiB
Current children cumulated memory: 9344 KiB

[startup+0.208616 s]*
/proc/loadavg: 4.16 4.13 4.09 5/254 79556
/proc/meminfo: memFree=123732188/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=58984 memory=14300 CPUtime=0.1 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 1333 0 0 0 8 2 0 0 20 0 1 0 74076677 60399616 3575 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 14746 3575 1984 1147 0 2173 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 63176 KiB
Current children cumulated memory: 17372 KiB

[startup+0.308583 s]*
/proc/loadavg: 4.16 4.13 4.09 5/254 79556
/proc/meminfo: memFree=123727652/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=76448 memory=28244 CPUtime=0.21 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 4137 0 0 0 17 4 0 0 20 0 1 0 74076677 78282752 7061 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 19112 7061 2240 1147 0 6539 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 80640 KiB
Current children cumulated memory: 31316 KiB

[startup+0.700403 s]
/proc/loadavg: 4.16 4.13 4.09 6/254 79556
/proc/meminfo: memFree=123719460/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=83300 memory=31376 CPUtime=0.59 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 5009 0 0 0 54 5 0 0 20 0 1 0 74076677 85299200 7844 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 20825 7844 2272 1147 0 8252 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 87492 KiB
Current children cumulated memory: 34448 KiB

[startup+1.5004 s]
/proc/loadavg: 4.16 4.13 4.09 5/254 79556
/proc/meminfo: memFree=123703584/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=95088 memory=43664 CPUtime=1.38 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 7926 0 0 0 132 6 0 0 20 0 1 0 74076677 97370112 10916 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 23772 10916 2432 1147 0 11199 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 99280 KiB
Current children cumulated memory: 46736 KiB

[startup+3.11291 s]
/proc/loadavg: 4.15 4.13 4.09 5/254 79556
/proc/meminfo: memFree=123703836/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=95088 memory=43664 CPUtime=3 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 7932 0 0 0 292 8 0 0 20 0 1 0 74076677 97370112 10916 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 23772 10916 2432 1147 0 11199 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 99280 KiB
Current children cumulated memory: 46736 KiB

[startup+6.30037 s]
/proc/loadavg: 4.15 4.13 4.09 5/254 79556
/proc/meminfo: memFree=123691616/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=96096 memory=44560 CPUtime=6.17 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 8137 0 0 0 606 11 0 0 20 0 1 0 74076677 98402304 11140 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 24024 11140 2432 1147 0 11451 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 100288 KiB
Current children cumulated memory: 47632 KiB

[startup+12.7004 s]
/proc/loadavg: 4.13 4.12 4.09 5/254 79556
/proc/meminfo: memFree=123668460/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=104256 memory=52844 CPUtime=12.56 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 9712 0 0 0 1239 17 0 0 20 0 1 0 74076677 106758144 13211 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 26064 13211 2432 1147 0 13491 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 108448 KiB
Current children cumulated memory: 55916 KiB

[startup+25.5004 s]
/proc/loadavg: 4.11 4.12 4.09 5/253 79556
/proc/meminfo: memFree=123656624/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=108224 memory=59236 CPUtime=25.32 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 10187 0 0 0 2503 29 0 0 20 0 1 0 74076677 110821376 14809 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 27056 14809 2528 1147 0 14483 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 112416 KiB
Current children cumulated memory: 62308 KiB

[startup+51.113 s]
/proc/loadavg: 4.14 4.12 4.09 5/253 79557
/proc/meminfo: memFree=123484012/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=109092 memory=60132 CPUtime=50.88 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 10414 0 0 0 5031 57 0 0 20 0 1 0 74076677 111710208 15033 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 27273 15033 2528 1147 0 14700 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 113284 KiB
Current children cumulated memory: 63204 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/254 79563
/proc/meminfo: memFree=123461844/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=112644 memory=63792 CPUtime=101.95 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 10818 0 0 0 10086 109 0 0 20 0 1 0 74076677 115347456 15948 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 28161 15948 2528 1147 0 15588 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 116836 KiB
Current children cumulated memory: 66864 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/254 79565
/proc/meminfo: memFree=123070268/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=115468 memory=65252 CPUtime=161.81 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 11253 0 0 0 16011 170 0 0 20 0 1 0 74076677 118239232 16313 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 28867 16313 2528 1147 0 16294 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 119660 KiB
Current children cumulated memory: 68324 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/254 79567
/proc/meminfo: memFree=123037484/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=119888 memory=66788 CPUtime=221.66 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 11673 0 0 0 21919 247 0 0 20 0 1 0 74076677 122765312 16697 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 29972 16697 2528 1147 0 17399 0
Current children cumulated CPU time: 221.73 s

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

/proc/79556/statm: 67300 49516 2528 1147 0 54727 0
Current children cumulated CPU time: 3094.46 s
Current children cumulated vsize: 273392 KiB
Current children cumulated memory: 201136 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.14 4.16 5/255 79897
/proc/meminfo: memFree=112927936/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=269200 memory=198064 CPUtime=3154.25 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 33551 0 0 0 312670 2755 0 0 20 0 1 0 74076677 275660800 49516 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 67300 49516 2528 1147 0 54727 0
Current children cumulated CPU time: 3154.32 s
Current children cumulated vsize: 273392 KiB
Current children cumulated memory: 201136 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.13 4.16 5/254 79899
/proc/meminfo: memFree=108749348/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=269200 memory=198064 CPUtime=3214.11 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 33554 0 0 0 318619 2792 0 0 20 0 1 0 74076677 275660800 49516 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 67300 49516 2528 1147 0 54727 0
Current children cumulated CPU time: 3214.18 s
Current children cumulated vsize: 273392 KiB
Current children cumulated memory: 201136 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.13 4.16 5/254 79916
/proc/meminfo: memFree=107673576/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=275824 memory=210372 CPUtime=3273.96 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 35107 0 0 0 324570 2826 0 0 20 0 1 0 74076677 282443776 52593 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 68956 52593 2528 1147 0 56383 0
Current children cumulated CPU time: 3274.03 s
Current children cumulated vsize: 280016 KiB
Current children cumulated memory: 213444 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.14 4.16 5/254 79918
/proc/meminfo: memFree=107372712/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=275824 memory=210628 CPUtime=3333.83 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 35172 0 0 0 330513 2870 0 0 20 0 1 0 74076677 282443776 52657 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 68956 52657 2528 1147 0 56383 0
Current children cumulated CPU time: 3333.9 s
Current children cumulated vsize: 280016 KiB
Current children cumulated memory: 213700 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.14 4.16 5/254 79920
/proc/meminfo: memFree=107178056/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=275824 memory=210884 CPUtime=3393.68 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 35218 0 0 0 336451 2917 0 0 20 0 1 0 74076677 282443776 52721 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 68956 52721 2528 1147 0 56383 0
Current children cumulated CPU time: 3393.75 s
Current children cumulated vsize: 280016 KiB
Current children cumulated memory: 213956 KiB

[startup+3462.3 s]
/proc/loadavg: 4.28 4.16 4.16 5/255 79925
/proc/meminfo: memFree=107111304/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=275824 memory=210884 CPUtime=3453.54 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 35218 0 0 0 342382 2972 0 0 20 0 1 0 74076677 282443776 52721 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 68956 52721 2528 1147 0 56383 0
Current children cumulated CPU time: 3453.61 s
Current children cumulated vsize: 280016 KiB
Current children cumulated memory: 213956 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.15 4.16 5/254 79927
/proc/meminfo: memFree=107054224/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=275824 memory=210884 CPUtime=3513.4 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 35218 0 0 0 348329 3011 0 0 20 0 1 0 74076677 282443776 52721 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 68956 52721 2528 1147 0 56383 0
Current children cumulated CPU time: 3513.47 s
Current children cumulated vsize: 280016 KiB
Current children cumulated memory: 213956 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.13 4.15 5/254 79929
/proc/meminfo: memFree=107037868/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=275824 memory=210884 CPUtime=3573.25 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 35218 0 0 0 354280 3045 0 0 20 0 1 0 74076677 282443776 52721 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 68956 52721 2528 1147 0 56383 0
Current children cumulated CPU time: 3573.32 s
Current children cumulated vsize: 280016 KiB
Current children cumulated memory: 213956 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.11 s]
/proc/loadavg: 4.13 4.13 4.15 5/254 79930
/proc/meminfo: memFree=107029552/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=279796 memory=216432 CPUtime=3600 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 36109 0 0 0 356935 3065 0 0 20 0 1 0 74076677 286511104 54108 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 69949 54108 2528 1147 0 57376 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 283988 KiB
Current children cumulated memory: 219504 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

[startup+3609.11 s]
/proc/loadavg: 4.13 4.13 4.15 5/254 79930
/proc/meminfo: memFree=107029552/131382120 swapFree=33010416/33010684
[pid=79553] ppid=79550 vsize=4192 memory=3072 CPUtime=0.07 cores=4,6
/proc/79553/stat : 79553 (run-opt-ls.sh) S 79550 79553 79119 0 -1 4194304 243 3166 0 0 0 0 6 1 20 0 1 0 74076668 4292608 768 18446744073709551615 94559919919104 94559920813637 140734872638672 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94559921052688 94559921100432 94559934193664 140734872643943 140734872644069 140734872644069 140734872649671 0
/proc/79553/statm: 1048 768 704 219 0 110 0
[pid=79556] ppid=79553 vsize=279796 memory=216432 CPUtime=3600 cores=4,6
/proc/79556/stat : 79556 (roundingsat) R 79553 79553 79119 0 -1 4194304 36109 0 0 0 356935 3065 0 0 20 0 1 0 74076677 286511104 54108 18446744073709551615 4227072 8923433 140733614436480 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 30650368 140733614442822 140733614443048 140733614443048 140733614448618 0
/proc/79556/statm: 69949 54108 2528 1147 0 57376 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 283988 KiB
Current children cumulated memory: 219504 KiB

Child status: 2

Real time (s): 3609.12
CPU time (s): 3600.09
CPU user time (s): 3569.42
CPU system time (s): 30.6759
CPU usage (%): 99.7499
Max. virtual memory (cumulated for all children) (KiB): 283988
Max. memory (cumulated for all children) (KiB): 219504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3569.42
system time used= 30.6759
maximum resident set size= 216560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39536
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 265
involuntary context switches= 2821


# summary of solver processes directly reported to runsolver:
#   pid: 79553,79556
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3569.42
#   total CPU system time (s): 30.6759

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8252 second user time and 36.9462 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-04 01:06:19
IDJOB=4522184
IDBENCH=178624
IDSOLVER=3355
FILE ID=nodeC002/4522184-1751583978
RUNJOBID= nodeC002-1751582595-79130
SLURM_JOB_ID= 9598825
Free space on /tmp= 432660 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2017/normalized-2club200v15p5scn.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4522184-1751583978/watcher-4522184-1751583978 -o /tmp/evaluation-result-4522184-1751583978/solver-4522184-1751583978 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751582595-79130 --watchdog 3760  run-opt-ls.sh HOME/instance-4522184-1751583978.opb

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

MD5SUM BENCH= 052b56f2871560e549ba2a2e5aff1011
RANDOM SEED=1039618556

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        123736928 kB
MemAvailable:   124389528 kB
Buffers:            2128 kB
Cached:          1457492 kB
SwapCached:           28 kB
Active:          5877700 kB
Inactive:        1154348 kB
Active(anon):    5584008 kB
Inactive(anon):     6404 kB
Active(file):     293692 kB
Inactive(file):  1147944 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8328 kB
Writeback:           144 kB
AnonPages:       5575464 kB
Mapped:           117596 kB
Shmem:             17932 kB
KReclaimable:     101180 kB
Slab:             186088 kB
SReclaimable:     101180 kB
SUnreclaim:        84908 kB
KernelStack:        4144 kB
PageTables:        14700 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    6640956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2191360 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432520 MiB
End job on nodeC002 at 2025-07-04 02:06:28