Trace number 4486521

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+pbsuma-opt-log 63f22adSAT (TO)23916 3600.03 3621.83

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-data6_3.opb
MD5SUM9e6692c80f11b0068f23fe5849cf8b25
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 benchmark23916
Best CPU time to get the best result obtained on this benchmark3585.75
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 116904
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 116904
Number of bits of the biggest sum of numbers17
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.03	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.03	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.03	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.03	c │      (c) 2025 Markus Anders                                    │
0.00/0.03	c └────────────────────────────────────────────────────────────────┘
0.00/0.03	c parse 'HOME/instance-4486521-1751327275.opb'
0.00/0.03	c 	read 0.20MB  (7.65ms)
0.00/0.03	c	 [cnf: #variables 540 #clauses 4477 #duplicates 0 #arr 21108]
0.00/0.21	c output proof to 'PROOFDIR/proof-4486521-1751327275'
0.00/0.21	c 
0.00/0.21	c make graph and approximate orbits
0.00/0.21	c	 [group: #orbits ~= 0] (6.59ms)
0.00/0.21	c 
0.00/0.21	c detect special group actions
0.00/0.21	c 	probe for Johnson action (limit=64)
0.00/0.21	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.21	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.21	c 	 (1.21ms)
0.00/0.21	c 
0.00/0.21	c detect symmetries on remainder
0.00/0.21	c 	[graph: #vertices 7807 #edges 47796]
0.00/0.21	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.21	c 	 [group: #symmetries 1.00*10^0 #generators 0] (1.48ms)
0.00/0.21	c 
0.00/0.21	c finalize break order and special generators
0.00/0.21	c 
0.00/0.21	c generation finished
0.00/0.21	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.21	c 
0.00/0.21	c write result to 'HOME/instance-4486521-1751327275.opb.pre'
0.00/0.22	c 	wrote 0.20MB (1.54ms)
0.00/0.22	c ------------------------------------------------------------------
0.00/0.22	c                 170.63ms 90.20% other
0.00/0.22	c                   7.65ms  4.04% parse
0.00/0.22	c                   6.59ms  3.49% approx_orbits
0.00/0.22	c                   1.54ms  0.81% output
0.00/0.22	c                   1.48ms  0.78% detect_generic
0.00/0.22	c                   1.21ms  0.64% detect_special
0.00/0.22	c                   0.05ms  0.03% finalize_order
0.00/0.22	c         ───────────────────────────────────────────────
0.00/0.22	c                 189.16ms   100% total
0.00/0.22	c ------------------------------------------------------------------
0.02/0.24	c RoundingSat 2
0.02/0.24	c branch pb25
0.02/0.24	c commit 63f22ad
0.10/0.33	c #variables 540 #constraints 4626
0.10/0.33	c objective is ce32 
0.10/0.33	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.10/0.33	c initial counting CF 32, 64, 128, Arb: 1681 , 0 , 0 , 0
0.10/0.33	c bounds - >= 0 @ 0.075843
0.20/0.52	c rational objective 17422
0.67/0.97	c bounds 30635 >= 0 @ 0.695466
0.89/1.12	WSVECS04 Frhs2[361]: 6 -745 0 shouldn't be
0.89/1.12	WSVECS04 Frhs2[371]: 6 -665 0 shouldn't be
0.89/1.12	WSVECS04 Frhs2[376]: 6 -929 0 shouldn't be
0.89/1.12	WSVECS04 Frhs2[420]: 6 -1010 0 shouldn't be
0.89/1.12	WSVECS04 Frhs2[435]: 6 -257 0 shouldn't be
0.89/1.12	WSVECS04 Frhs2[438]: 6 -380 0 shouldn't be
0.89/1.12	WSVECS04 Frhs2[448]: 6 -257 0 shouldn't be
0.89/1.12	c bounds 30635 >= 1090 @ 0.843814
0.89/1.12	c bounds 30156 >= 1090 @ 0.844669
0.89/1.15	c bounds 29716 >= 1090 @ 0.87207
0.89/1.17	c bounds 26539 >= 1090 @ 0.883297
0.89/1.18	c bounds 26539 >= 2110 @ 0.897834
0.89/1.19	c bounds 26308 >= 2110 @ 0.901663
1.07/1.32	c #Conflicts:       1000 | #Constraints:       5638
1.07/1.32	c bounds 26154 >= 2110 @ 1.03167
1.57/1.82	c #Conflicts:       2000 | #Constraints:       6640
1.57/1.82	c INPROCESSING
1.57/1.82	c GARBAGE COLLECT
1.57/1.82	c bounds 25894 >= 2110 @ 1.51672
1.57/1.83	c bounds 25894 >= 3120 @ 1.51758
1.57/1.83	c bounds 25894 >= 4130 @ 1.51845
1.57/1.83	c bounds 25894 >= 5140 @ 1.51884
1.57/1.83	c bounds 25894 >= 6150 @ 1.51931
3.78/4.06	c #Conflicts:       3000 | #Constraints:       6657
3.78/4.06	c #Conflicts:       4000 | #Constraints:       7659
3.78/4.06	c INPROCESSING
3.78/4.06	c GARBAGE COLLECT
3.78/4.06	c #Conflicts:       5000 | #Constraints:       7070
3.78/4.06	c #Conflicts:       6000 | #Constraints:       8074
3.78/4.06	c INPROCESSING
3.78/4.06	c GARBAGE COLLECT
3.78/4.06	c #Conflicts:       7000 | #Constraints:       7078
3.78/4.06	c #Conflicts:       8000 | #Constraints:       8078
3.78/4.06	c #Conflicts:       9000 | #Constraints:       9078
3.78/4.06	c INPROCESSING
3.78/4.06	c GARBAGE COLLECT
3.78/4.06	c rational objective 17422
4.88/5.11	c #Conflicts:      10000 | #Constraints:       7787
4.88/5.11	c #Conflicts:      11000 | #Constraints:       8787
4.88/5.11	c #Conflicts:      12000 | #Constraints:       9787
4.88/5.11	c INPROCESSING
4.88/5.11	c GARBAGE COLLECT
4.88/5.11	c rational objective 17777.4
5.56/5.86	c #Conflicts:      13000 | #Constraints:       8235
5.56/5.86	c #Conflicts:      14000 | #Constraints:       9235
5.56/5.86	c bounds 25728 >= 6150 @ 5.43578
5.87/6.20	c #Conflicts:      15000 | #Constraints:      10236
5.87/6.20	c INPROCESSING
5.87/6.20	c GARBAGE COLLECT
5.87/6.20	c #Conflicts:      16000 | #Constraints:       8457
5.87/6.20	c bounds 25670 >= 6150 @ 5.75509
7.05/7.38	c #Conflicts:      17000 | #Constraints:       9458
7.05/7.38	c #Conflicts:      18000 | #Constraints:      10458
7.05/7.38	c INPROCESSING
7.05/7.38	c GARBAGE COLLECT
7.05/7.38	c #Conflicts:      19000 | #Constraints:       8489
7.05/7.38	c bounds 24926 >= 6150 @ 6.90279
7.15/7.46	c #Conflicts:      20000 | #Constraints:       9491
7.15/7.46	c bounds 24882 >= 6150 @ 6.97317
7.15/7.47	c bounds 24882 >= 6895 @ 6.97812
8.15/8.50	c #Conflicts:      21000 | #Constraints:      10497
8.15/8.50	c INPROCESSING
8.15/8.50	c GARBAGE COLLECT
8.15/8.50	c bounds 24845 >= 6895 @ 7.97874
8.65/8.93	c #Conflicts:      22000 | #Constraints:       8294
8.65/8.93	c #Conflicts:      23000 | #Constraints:       9297
8.65/8.93	c bounds 24619 >= 6895 @ 8.39322
8.76/9.03	WSVECS04 Frhs2[424]: 6 -605 0 shouldn't be
8.76/9.03	WSVECS04 Frhs2[433]: 6 -380 0 shouldn't be
8.76/9.03	WSVECS04 Frhs2[435]: 6 -257 0 shouldn't be
8.76/9.03	WSVECS04 Frhs2[443]: 6 -1020 0 shouldn't be
8.76/9.03	WSVECS04 Frhs2[457]: 6 -80 0 shouldn't be
8.76/9.03	WSVECS04 Frhs2[469]: 6 -1380 0 shouldn't be
8.76/9.03	WSVECS04 Frhs2[470]: 6 -408 0 shouldn't be
8.76/9.03	WSVECS04 Frhs2[472]: 6 -1090 0 shouldn't be
8.76/9.03	WSVECS04 Frhs2[479]: 6 -408 0 shouldn't be
8.87/9.15	WSVECS04 Frhs2[427]: 6 -80.0001 0 shouldn't be
9.05/9.38	WSVECS04 Frhs2[398]: 6 -337 0 shouldn't be
9.34/9.64	WSVECS04 Frhs2[463]: 6 -380 0 shouldn't be
9.45/9.76	WSVECS04 Frhs2[530]: 6 -408 0 shouldn't be
9.55/9.88	WSVECS04 Frhs2[448]: 6 -257 0 shouldn't be
9.55/9.88	c #Conflicts:      24000 | #Constraints:      10299
9.55/9.88	c bounds 24619 >= 7560 @ 9.3268
14.74/15.05	c #Conflicts:      25000 | #Constraints:      11302
14.74/15.05	c INPROCESSING
14.74/15.05	c GARBAGE COLLECT
14.74/15.05	c #Conflicts:      26000 | #Constraints:       8910
14.74/15.05	c #Conflicts:      27000 | #Constraints:       9910
14.74/15.05	c #Conflicts:      28000 | #Constraints:      10910
14.74/15.05	c #Conflicts:      29000 | #Constraints:      11910
14.74/15.05	c INPROCESSING
14.74/15.05	c GARBAGE COLLECT
14.74/15.05	c #Conflicts:      30000 | #Constraints:       9321
14.74/15.05	c #Conflicts:      31000 | #Constraints:      10321
14.74/15.05	c #Conflicts:      32000 | #Constraints:      11323
14.74/15.05	c #Conflicts:      33000 | #Constraints:      12324
14.74/15.05	c INPROCESSING
14.74/15.05	c GARBAGE COLLECT
14.74/15.05	c #Conflicts:      34000 | #Constraints:       9524
14.74/15.05	c #Conflicts:      35000 | #Constraints:      10526
14.74/15.05	c #Conflicts:      36000 | #Constraints:      11528
14.74/15.05	c #Conflicts:      37000 | #Constraints:      12530
14.74/15.05	c INPROCESSING
14.74/15.05	c GARBAGE COLLECT
14.74/15.05	WSVECS04 Frhs2[20]: 6 0 471.679 shouldn't be
14.74/15.05	WSVECS04 Frhs2[30]: 6 0 1723.46 shouldn't be
14.74/15.05	WSVECS04 Frhs2[128]: 6 0 2446.68 shouldn't be
14.74/15.05	WSVECS04 Frhs2[131]: 6 0 1295.27 shouldn't be
14.74/15.05	WSVECS04 Frhs2[187]: 6 0 244.281 shouldn't be
14.74/15.05	WSVECS04 Frhs2[201]: 6 0 1097.35 shouldn't be
14.74/15.05	WSVECS04 Frhs2[204]: 6 0 555.744 shouldn't be
14.74/15.05	WSVECS04 Frhs2[233]: 6 0 1038.58 shouldn't be
14.74/15.05	WSVECS04 Frhs2[236]: 6 0 1897.19 shouldn't be
14.74/15.05	WSVECS04 Frhs2[237]: 6 0 9.91718 shouldn't be
14.74/15.05	WSVECS04 Frhs2[244]: 6 0 2696.2 shouldn't be
14.74/15.05	WSVECS04 Frhs2[259]: 6 0 631.186 shouldn't be
14.74/15.05	WSVECS04 Frhs2[263]: 6 0 37.4844 shouldn't be
14.74/15.05	WSVECS04 Frhs2[371]: 6 0 2156.99 shouldn't be
14.74/15.05	WSVECS04 Frhs2[425]: 6 0 1975.15 shouldn't be
14.74/15.05	WSVECS04 Frhs2[446]: 6 -318.214 0 shouldn't be
14.74/15.05	WSVECS04 Frhs2[449]: 6 0 174.786 shouldn't be
14.74/15.05	WSVECS04 Frhs2[450]: 6 0 212.786 shouldn't be
14.74/15.05	WSVECS04 Frhs2[510]: 6 -753 0 shouldn't be
14.85/15.18	WSVECS04 Frhs2[14]: 6 0 1484.68 shouldn't be
14.85/15.18	WSVECS04 Frhs2[18]: 6 0 1635.91 shouldn't be
14.85/15.18	WSVECS04 Frhs2[83]: 6 0 759.925 shouldn't be
14.85/15.18	WSVECS04 Frhs2[129]: 6 0 572.349 shouldn't be
14.85/15.18	WSVECS04 Frhs2[139]: 6 0 1923.23 shouldn't be
14.85/15.18	WSVECS04 Frhs2[293]: 6 0 1096.25 shouldn't be
14.85/15.18	WSVECS04 Frhs2[299]: 6 0 351.685 shouldn't be
14.85/15.18	WSVECS04 Frhs2[312]: 6 0 1269.14 shouldn't be
14.85/15.18	WSVECS04 Frhs2[322]: 6 0 758.257 shouldn't be
14.85/15.18	WSVECS04 Frhs2[355]: 6 0 1742.19 shouldn't be
14.85/15.18	WSVECS04 Frhs2[370]: 6 0 206 shouldn't be
14.85/15.18	WSVECS04 Frhs2[375]: 6 0 22.7798 shouldn't be
14.85/15.18	WSVECS04 Frhs2[502]: 6 0 3573.43 shouldn't be
14.85/15.18	WSVECS04 Frhs2[507]: 6 0 573.379 shouldn't be
15.04/15.30	WSVECS04 Frhs2[28]: 6 0 6492.42 shouldn't be
15.04/15.30	WSVECS04 Frhs2[77]: 6 0 2377.96 shouldn't be
15.04/15.30	WSVECS04 Frhs2[93]: 6 0 532.198 shouldn't be
15.04/15.30	WSVECS04 Frhs2[116]: 6 0 843.649 shouldn't be
15.04/15.30	WSVECS04 Frhs2[118]: 6 0 1890.26 shouldn't be
15.04/15.30	WSVECS04 Frhs2[138]: 6 0 2274.95 shouldn't be
15.04/15.30	WSVECS04 Frhs2[160]: 6 0 652.326 shouldn't be
15.04/15.30	WSVECS04 Frhs2[162]: 6 0 652.326 shouldn't be
15.04/15.30	WSVECS04 Frhs2[206]: 6 0 1135.84 shouldn't be
15.04/15.30	WSVECS04 Frhs2[220]: 6 0 2958.25 shouldn't be
15.04/15.30	WSVECS04 Frhs2[227]: 6 0 7088.51 shouldn't be
15.04/15.30	WSVECS04 Frhs2[268]: 6 0 1726.2 shouldn't be
15.04/15.30	WSVECS04 Frhs2[282]: 6 0 1199.79 shouldn't be
15.04/15.30	WSVECS04 Frhs2[389]: 6 0 457.076 shouldn't be
15.04/15.30	WSVECS04 Frhs2[442]: 6 0 1476.22 shouldn't be
15.04/15.30	WSVECS04 Frhs2[444]: 6 0 282.578 shouldn't be
15.04/15.30	WSVECS04 Frhs2[445]: 6 0 2024.79 shouldn't be
15.13/15.43	WSVECS04 Frhs2[135]: 6 0 1692.71 shouldn't be
15.13/15.43	WSVECS04 Frhs2[136]: 6 0 3978.91 shouldn't be
15.13/15.43	WSVECS04 Frhs2[158]: 6 0 652.326 shouldn't be
15.13/15.43	WSVECS04 Frhs2[168]: 6 0 2729.29 shouldn't be
15.13/15.43	WSVECS04 Frhs2[172]: 6 0 2432.65 shouldn't be
15.13/15.43	WSVECS04 Frhs2[286]: 6 0 1411.2 shouldn't be
15.13/15.43	WSVECS04 Frhs2[469]: 6 0 1875.58 shouldn't be
15.13/15.43	WSVECS04 Frhs2[485]: 6 0 262.02 shouldn't be
15.23/15.55	WSVECS04 Frhs2[78]: 6 0 3671.77 shouldn't be
15.23/15.55	WSVECS04 Frhs2[120]: 6 0 1921.19 shouldn't be
15.23/15.55	WSVECS04 Frhs2[141]: 6 0 3069.09 shouldn't be
15.23/15.55	WSVECS04 Frhs2[163]: 6 0 2262.8 shouldn't be
15.23/15.55	WSVECS04 Frhs2[164]: 6 0 4334.71 shouldn't be
15.23/15.55	WSVECS04 Frhs2[167]: 6 0 7032.25 shouldn't be
15.23/15.55	WSVECS04 Frhs2[177]: 6 0 92.7077 shouldn't be
15.23/15.55	WSVECS04 Frhs2[192]: 6 0 98.9224 shouldn't be
15.23/15.55	WSVECS04 Frhs2[264]: 6 0 485.827 shouldn't be
15.23/15.55	WSVECS04 Frhs2[430]: 6 0 2719.79 shouldn't be
15.23/15.55	WSVECS04 Frhs2[447]: 6 0 1145.64 shouldn't be
15.23/15.55	WSVECS04 Frhs2[495]: 6 0 1507.21 shouldn't be
15.23/15.55	WSVECS04 Frhs2[506]: 6 0 114.02 shouldn't be
15.23/15.55	WSVECS04 Frhs2[534]: 6 0 1075.59 shouldn't be
15.33/15.68	WSVECS04 Frhs2[46]: 6 0 2032.5 shouldn't be
15.33/15.68	WSVECS04 Frhs2[81]: 6 0 2914.96 shouldn't be
15.33/15.68	WSVECS04 Frhs2[82]: 6 0 1902.87 shouldn't be
15.33/15.68	WSVECS04 Frhs2[211]: 6 0 1552.79 shouldn't be
15.33/15.68	WSVECS04 Frhs2[278]: 6 0 166.563 shouldn't be
15.33/15.68	WSVECS04 Frhs2[324]: 6 0 1073.26 shouldn't be
15.33/15.68	WSVECS04 Frhs2[352]: 6 0 2240.52 shouldn't be
15.33/15.68	WSVECS04 Frhs2[376]: 6 0 5913.07 shouldn't be
15.33/15.68	WSVECS04 Frhs2[499]: 6 0 3414.39 shouldn't be
15.53/15.80	WSVECS04 Frhs2[12]: 6 0 1782.58 shouldn't be
15.53/15.80	WSVECS04 Frhs2[86]: 6 0 1771.12 shouldn't be
15.53/15.80	WSVECS04 Frhs2[88]: 6 0 1771.12 shouldn't be
15.53/15.80	WSVECS04 Frhs2[200]: 6 0 2279.77 shouldn't be
15.53/15.80	WSVECS04 Frhs2[265]: 6 0 2066.55 shouldn't be
15.63/15.93	WSVECS04 Frhs2[56]: 6 0 5370.86 shouldn't be
15.63/15.93	WSVECS04 Frhs2[203]: 6 0 2407.27 shouldn't be
15.63/15.93	WSVECS04 Frhs2[225]: 6 0 3589.67 shouldn't be
15.63/15.93	WSVECS04 Frhs2[239]: 6 0 1319.84 shouldn't be
15.63/15.93	WSVECS04 Frhs2[251]: 6 0 4763.92 shouldn't be
15.63/15.93	WSVECS04 Frhs2[318]: 6 0 2552.28 shouldn't be
15.74/16.06	WSVECS04 Frhs2[171]: 6 0 2105.72 shouldn't be
15.74/16.06	WSVECS04 Frhs2[174]: 6 0 1518.45 shouldn't be
15.74/16.06	WSVECS04 Frhs2[354]: 6 0 2000.87 shouldn't be
15.84/16.17	WSVECS04 Frhs2[66]: 6 0 2352.18 shouldn't be
15.84/16.17	WSVECS04 Frhs2[92]: 6 0 1714.62 shouldn't be
15.84/16.17	WSVECS04 Frhs2[105]: 6 0 92.7077 shouldn't be
15.84/16.17	WSVECS04 Frhs2[232]: 6 0 3219.39 shouldn't be
15.84/16.17	WSVECS04 Frhs2[240]: 6 0 2461.48 shouldn't be
15.84/16.17	WSVECS04 Frhs2[480]: 6 0 2071.33 shouldn't be
17.74/18.03	c #Conflicts:      38000 | #Constraints:       9529
17.74/18.03	c #Conflicts:      39000 | #Constraints:      10529
17.74/18.03	c #Conflicts:      40000 | #Constraints:      11529
17.74/18.03	c #Conflicts:      41000 | #Constraints:      12529
17.74/18.03	c INPROCESSING
17.74/18.03	c GARBAGE COLLECT
17.74/18.03	c #Conflicts:      42000 | #Constraints:       9337
17.74/18.03	c #Conflicts:      43000 | #Constraints:      10337
17.74/18.03	c #Conflicts:      44000 | #Constraints:      11337
17.74/18.03	c #Conflicts:      45000 | #Constraints:      12337
17.74/18.03	c #Conflicts:      46000 | #Constraints:      13337
17.74/18.03	c INPROCESSING
17.74/18.03	c GARBAGE COLLECT
17.74/18.03	c #Conflicts:      47000 | #Constraints:       9924
17.74/18.03	c #Conflicts:      48000 | #Constraints:      10924
17.74/18.03	WSVECS04 Frhs2[38]: 6 0 750.51 shouldn't be
17.74/18.03	WSVECS04 Frhs2[53]: 6 0 34287.3 shouldn't be
17.74/18.03	WSVECS04 Frhs2[54]: 6 0 15272.9 shouldn't be
17.74/18.03	WSVECS04 Frhs2[109]: 6 -10637.4 0 shouldn't be
17.74/18.03	WSVECS04 Frhs2[113]: 6 0 14866.4 shouldn't be
17.74/18.03	WSVECS04 Frhs2[114]: 6 0 5486.25 shouldn't be
17.74/18.03	WSVECS04 Frhs2[149]: 6 0 25093.6 shouldn't be
17.74/18.03	WSVECS04 Frhs2[181]: 6 -11040.1 0 shouldn't be
17.74/18.03	WSVECS04 Frhs2[182]: 6 0 32927.3 shouldn't be
17.74/18.03	WSVECS04 Frhs2[183]: 6 0 23948 shouldn't be
17.74/18.03	WSVECS04 Frhs2[185]: 6 0 14105.3 shouldn't be
17.74/18.03	WSVECS04 Frhs2[215]: 6 0 34391.2 shouldn't be
17.74/18.03	WSVECS04 Frhs2[217]: 6 0 37923.9 shouldn't be
17.74/18.03	WSVECS04 Frhs2[219]: 6 0 36461.2 shouldn't be
17.74/18.03	WSVECS04 Frhs2[254]: 6 0 22998.7 shouldn't be
17.74/18.03	WSVECS04 Frhs2[255]: 6 0 5108.88 shouldn't be
17.74/18.03	WSVECS04 Frhs2[256]: 6 0 12489.3 shouldn't be
17.74/18.03	WSVECS04 Frhs2[257]: 6 0 10383.7 shouldn't be
17.74/18.03	WSVECS04 Frhs2[289]: 6 0 15830.5 shouldn't be
17.74/18.03	WSVECS04 Frhs2[297]: 6 0 3036.25 shouldn't be
17.74/18.03	WSVECS04 Frhs2[308]: 6 0 48.5001 shouldn't be
17.74/18.03	WSVECS04 Frhs2[309]: 6 0 48.5001 shouldn't be
17.74/18.03	WSVECS04 Frhs2[310]: 6 0 48.5001 shouldn't be
17.74/18.03	WSVECS04 Frhs2[319]: 6 0 24234.3 shouldn't be
17.74/18.03	WSVECS04 Frhs2[321]: 6 0 10324.5 shouldn't be
17.74/18.03	WSVECS04 Frhs2[327]: 6 0 12024.8 shouldn't be
17.74/18.03	WSVECS04 Frhs2[377]: 6 -337 0 shouldn't be
17.74/18.03	WSVECS04 Frhs2[395]: 6 -521 0 shouldn't be
17.74/18.03	WSVECS04 Frhs2[403]: 6 0 35.0001 shouldn't be
17.74/18.03	WSVECS04 Frhs2[408]: 6 0 475 shouldn't be
17.74/18.03	WSVECS04 Frhs2[410]: 6 0 367 shouldn't be
17.74/18.03	WSVECS04 Frhs2[418]: 6 0 344 shouldn't be
17.74/18.03	WSVECS04 Frhs2[419]: 6 0 113 shouldn't be
17.74/18.03	WSVECS04 Frhs2[464]: 6 0 113 shouldn't be
17.74/18.03	WSVECS04 Frhs2[508]: 6 0 319.811 shouldn't be
17.74/18.03	WSVECS04 Frhs2[518]: 6 0 101 shouldn't be
17.84/18.14	WSVECS04 Frhs2[509]: 6 0 45.8106 shouldn't be
17.93/18.23	WSVECS04 Frhs2[346]: 6 0 337 shouldn't be
17.93/18.23	WSVECS04 Frhs2[405]: 6 0 158 shouldn't be
18.22/18.59	WSVECS04 Frhs2[258]: 6 0 961.447 shouldn't be
18.73/19.07	WSVECS04 Frhs2[150]: 6 0 864.374 shouldn't be
18.73/19.07	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
18.93/19.28	WSVECS04 Frhs2[328]: 6 0 12679 shouldn't be
19.42/19.71	c #Conflicts:      49000 | #Constraints:      11925
19.42/19.71	c #Conflicts:      50000 | #Constraints:      12925
19.42/19.71	c #Conflicts:      51000 | #Constraints:      13925
19.42/19.71	c INPROCESSING
19.42/19.71	c GARBAGE COLLECT
19.42/19.71	WSVECS04 Frhs2[8]: 6 -29563.5 0 shouldn't be
19.42/19.71	WSVECS04 Frhs2[100]: 6 0 19200.7 shouldn't be
19.42/19.71	WSVECS04 Frhs2[115]: 6 0 32064.9 shouldn't be
19.42/19.71	WSVECS04 Frhs2[137]: 6 -4985.75 0 shouldn't be
19.42/19.71	WSVECS04 Frhs2[142]: 6 0 3160.16 shouldn't be
19.42/19.71	WSVECS04 Frhs2[171]: 6 0 4831.64 shouldn't be
19.42/19.71	WSVECS04 Frhs2[191]: 6 0 17171.1 shouldn't be
19.42/19.71	WSVECS04 Frhs2[254]: 6 0 66083.4 shouldn't be
19.42/19.71	WSVECS04 Frhs2[365]: 6 -691 0 shouldn't be
19.42/19.71	WSVECS04 Frhs2[375]: 6 0 101 shouldn't be
19.42/19.71	WSVECS04 Frhs2[380]: 6 0 207 shouldn't be
19.42/19.71	WSVECS04 Frhs2[383]: 6 0 103 shouldn't be
19.42/19.71	WSVECS04 Frhs2[385]: 6 0 348 shouldn't be
19.42/19.71	WSVECS04 Frhs2[393]: 6 0 13.0001 shouldn't be
19.42/19.71	WSVECS04 Frhs2[457]: 6 0 1010 shouldn't be
19.42/19.71	WSVECS04 Frhs2[467]: 6 -94 0 shouldn't be
19.42/19.71	WSVECS04 Frhs2[471]: 6 -84 0 shouldn't be
19.42/19.71	WSVECS04 Frhs2[475]: 6 0 235 shouldn't be
19.42/19.71	WSVECS04 Frhs2[487]: 6 0 300 shouldn't be
19.42/19.71	WSVECS04 Frhs2[518]: 6 0 62.0001 shouldn't be
19.42/19.71	WSVECS04 Frhs2[532]: 6 0 29 shouldn't be
19.42/19.71	WSVECS04 Frhs2[533]: 6 0 41 shouldn't be
19.52/19.80	WSVECS04 Frhs2[17]: 6 0 352.941 shouldn't be
19.52/19.80	WSVECS04 Frhs2[326]: 6 0 1412.58 shouldn't be
19.52/19.80	WSVECS04 Frhs2[332]: 6 -3599.68 0 shouldn't be
19.52/19.80	WSVECS04 Frhs2[454]: 6 -605 0 shouldn't be
19.52/19.80	WSVECS04 Frhs2[458]: 6 0 113 shouldn't be
19.52/19.90	WSVECS04 Frhs2[60]: 6 0 53650.5 shouldn't be
19.52/19.90	WSVECS04 Frhs2[207]: 6 0 34211.3 shouldn't be
19.52/19.90	WSVECS04 Frhs2[327]: 6 0 9849.4 shouldn't be
19.52/19.90	WSVECS04 Frhs2[407]: 6 0 14014.2 shouldn't be
19.52/19.90	WSVECS04 Frhs2[479]: 6 -1048 0 shouldn't be
19.52/19.90	WSVECS04 Frhs2[521]: 6 0 1536.73 shouldn't be
19.62/19.98	WSVECS04 Frhs2[128]: 6 0 5553.19 shouldn't be
19.62/19.98	WSVECS04 Frhs2[161]: 6 0 17651.7 shouldn't be
19.62/19.98	WSVECS04 Frhs2[269]: 6 0 17651.7 shouldn't be
19.62/19.98	WSVECS04 Frhs2[305]: 6 0 17651.7 shouldn't be
19.62/19.98	WSVECS04 Frhs2[313]: 6 0 38288.7 shouldn't be
19.62/19.98	WSVECS04 Frhs2[386]: 6 -2049 0 shouldn't be
19.62/19.98	WSVECS04 Frhs2[530]: 6 -492 0 shouldn't be
19.74/20.09	WSVECS04 Frhs2[14]: 6 0 352.941 shouldn't be
19.74/20.09	WSVECS04 Frhs2[49]: 6 0 30912.4 shouldn't be
19.74/20.09	WSVECS04 Frhs2[81]: 6 0 14821 shouldn't be
19.74/20.09	WSVECS04 Frhs2[169]: 6 0 5655.1 shouldn't be
19.74/20.09	WSVECS04 Frhs2[323]: 6 0 14341.2 shouldn't be
19.92/20.20	WSVECS04 Frhs2[2]: 6 0 42622.1 shouldn't be
19.92/20.20	WSVECS04 Frhs2[4]: 6 0 73298.7 shouldn't be
19.92/20.20	WSVECS04 Frhs2[11]: 6 0 178100 shouldn't be
19.92/20.20	WSVECS04 Frhs2[24]: 6 0 6738.02 shouldn't be
19.92/20.20	WSVECS04 Frhs2[29]: 6 -11464.1 0 shouldn't be
19.92/20.20	WSVECS04 Frhs2[83]: 6 0 370093 shouldn't be
19.92/20.20	WSVECS04 Frhs2[110]: 6 0 139234 shouldn't be
19.92/20.20	WSVECS04 Frhs2[146]: 6 0 229988 shouldn't be
19.92/20.20	WSVECS04 Frhs2[190]: 6 0 109103 shouldn't be
19.92/20.20	WSVECS04 Frhs2[192]: 6 0 87479.6 shouldn't be
19.92/20.20	WSVECS04 Frhs2[218]: 6 0 207230 shouldn't be
19.92/20.20	WSVECS04 Frhs2[220]: 6 0 319412 shouldn't be
19.92/20.20	WSVECS04 Frhs2[223]: 6 0 326411 shouldn't be
19.92/20.20	WSVECS04 Frhs2[227]: 6 0 171100 shouldn't be
19.92/20.20	WSVECS04 Frhs2[228]: 6 0 207049 shouldn't be
19.92/20.20	WSVECS04 Frhs2[263]: 6 0 180640 shouldn't be
19.92/20.20	WSVECS04 Frhs2[292]: 6 0 107882 shouldn't be
19.92/20.20	WSVECS04 Frhs2[299]: 6 0 254145 shouldn't be
19.92/20.20	WSVECS04 Frhs2[359]: 6 0 14341.2 shouldn't be
19.92/20.20	WSVECS04 Frhs2[417]: 6 -207021 0 shouldn't be
19.92/20.20	WSVECS04 Frhs2[420]: 6 0 91349.4 shouldn't be
19.92/20.20	WSVECS04 Frhs2[456]: 6 0 866 shouldn't be
19.92/20.20	WSVECS04 Frhs2[469]: 6 0 39491.7 shouldn't be
20.02/20.35	WSVECS04 Frhs2[3]: 6 0 96165.4 shouldn't be
20.02/20.35	WSVECS04 Frhs2[6]: 6 -120091 0 shouldn't be
20.02/20.35	WSVECS04 Frhs2[31]: 6 0 267449 shouldn't be
20.02/20.35	WSVECS04 Frhs2[33]: 6 0 208260 shouldn't be
20.02/20.35	WSVECS04 Frhs2[56]: 6 0 232178 shouldn't be
20.02/20.35	WSVECS04 Frhs2[62]: 6 0 53799.6 shouldn't be
20.02/20.35	WSVECS04 Frhs2[66]: 6 0 297197 shouldn't be
20.02/20.35	WSVECS04 Frhs2[67]: 6 0 80001.4 shouldn't be
20.02/20.35	WSVECS04 Frhs2[88]: 6 0 173916 shouldn't be
20.02/20.35	WSVECS04 Frhs2[89]: 6 0 255137 shouldn't be
20.02/20.35	WSVECS04 Frhs2[97]: 6 0 110738 shouldn't be
20.02/20.35	WSVECS04 Frhs2[103]: 6 0 58510 shouldn't be
20.02/20.35	WSVECS04 Frhs2[125]: 6 0 125631 shouldn't be
20.02/20.35	WSVECS04 Frhs2[126]: 6 0 55558.6 shouldn't be
20.02/20.35	WSVECS04 Frhs2[135]: 6 0 106979 shouldn't be
20.02/20.35	WSVECS04 Frhs2[145]: 6 0 235127 shouldn't be
20.02/20.35	WSVECS04 Frhs2[147]: 6 0 289134 shouldn't be
20.02/20.35	WSVECS04 Frhs2[154]: 6 0 75286.9 shouldn't be
20.02/20.35	WSVECS04 Frhs2[177]: 6 0 76455.3 shouldn't be
20.02/20.35	WSVECS04 Frhs2[180]: 6 -85735.9 0 shouldn't be
20.02/20.35	WSVECS04 Frhs2[184]: 6 0 84168.7 shouldn't be
20.02/20.35	WSVECS04 Frhs2[187]: 6 0 239618 shouldn't be
20.02/20.35	WSVECS04 Frhs2[206]: 6 0 138394 shouldn't be
20.02/20.35	WSVECS04 Frhs2[208]: 6 0 51328.8 shouldn't be
20.02/20.35	WSVECS04 Frhs2[211]: 6 0 58510 shouldn't be
20.02/20.35	WSVECS04 Frhs2[232]: 6 0 226126 shouldn't be
20.02/20.35	WSVECS04 Frhs2[234]: 6 0 55558.6 shouldn't be
20.02/20.35	WSVECS04 Frhs2[247]: 6 0 58510 shouldn't be
20.02/20.35	WSVECS04 Frhs2[259]: 6 0 372946 shouldn't be
20.02/20.35	WSVECS04 Frhs2[270]: 6 0 55558.6 shouldn't be
20.02/20.35	WSVECS04 Frhs2[278]: 6 0 296279 shouldn't be
20.02/20.35	WSVECS04 Frhs2[285]: 6 0 73505.2 shouldn't be
20.02/20.35	WSVECS04 Frhs2[290]: 6 0 74119.2 shouldn't be
20.02/20.35	WSVECS04 Frhs2[291]: 6 0 256597 shouldn't be
20.02/20.35	WSVECS04 Frhs2[295]: 6 0 60515.5 shouldn't be
20.02/20.35	WSVECS04 Frhs2[306]: 6 0 55558.6 shouldn't be
20.02/20.35	WSVECS04 Frhs2[322]: 6 0 70312.9 shouldn't be
20.02/20.35	WSVECS04 Frhs2[335]: 6 0 233788 shouldn't be
20.02/20.35	WSVECS04 Frhs2[348]: 6 0 276375 shouldn't be
20.02/20.35	WSVECS04 Frhs2[353]: 6 0 14366.9 shouldn't be
20.02/20.35	WSVECS04 Frhs2[355]: 6 0 58510 shouldn't be
20.02/20.35	WSVECS04 Frhs2[374]: 6 0 10540.7 shouldn't be
20.02/20.35	WSVECS04 Frhs2[382]: 6 0 36705.1 shouldn't be
20.02/20.35	WSVECS04 Frhs2[436]: 6 0 5966.01 shouldn't be
20.02/20.35	WSVECS04 Frhs2[444]: 6 0 12164.4 shouldn't be
20.02/20.35	WSVECS04 Frhs2[446]: 6 0 13933.2 shouldn't be
20.02/20.35	WSVECS04 Frhs2[447]: 6 0 154174 shouldn't be
20.02/20.35	WSVECS04 Frhs2[491]: 6 0 91033.1 shouldn't be
20.02/20.35	WSVECS04 Frhs2[494]: 6 0 132192 shouldn't be
20.02/20.35	WSVECS04 Frhs2[495]: 6 0 30623.9 shouldn't be
20.02/20.35	WSVECS04 Frhs2[502]: 6 0 66093.4 shouldn't be
20.02/20.35	WSVECS04 Frhs2[512]: 6 0 150494 shouldn't be
20.02/20.35	WSVECS04 Frhs2[516]: 6 0 1514.73 shouldn't be
20.02/20.35	WSVECS04 Frhs2[519]: 6 0 98208.8 shouldn't be
20.12/20.48	WSVECS04 Frhs2[20]: 6 0 16252.6 shouldn't be
20.12/20.48	WSVECS04 Frhs2[21]: 6 0 35067 shouldn't be
20.12/20.48	WSVECS04 Frhs2[57]: 6 0 245324 shouldn't be
20.12/20.48	WSVECS04 Frhs2[79]: 6 0 119463 shouldn't be
20.12/20.48	WSVECS04 Frhs2[92]: 6 0 126812 shouldn't be
20.12/20.48	WSVECS04 Frhs2[98]: 6 0 96068.9 shouldn't be
20.12/20.48	WSVECS04 Frhs2[134]: 6 0 153572 shouldn't be
20.12/20.48	WSVECS04 Frhs2[141]: 6 0 180151 shouldn't be
20.12/20.48	WSVECS04 Frhs2[162]: 6 0 55558.6 shouldn't be
20.12/20.48	WSVECS04 Frhs2[164]: 6 0 221186 shouldn't be
20.12/20.48	WSVECS04 Frhs2[168]: 6 0 276375 shouldn't be
20.12/20.48	WSVECS04 Frhs2[188]: 6 -203831 0 shouldn't be
20.12/20.48	WSVECS04 Frhs2[201]: 6 0 273255 shouldn't be
20.12/20.48	WSVECS04 Frhs2[203]: 6 0 74224.8 shouldn't be
20.12/20.48	WSVECS04 Frhs2[205]: 6 0 59529.6 shouldn't be
20.12/20.48	WSVECS04 Frhs2[237]: 6 0 279551 shouldn't be
20.12/20.48	WSVECS04 Frhs2[239]: 6 0 80520.8 shouldn't be
20.12/20.48	WSVECS04 Frhs2[276]: 6 0 276375 shouldn't be
20.12/20.48	WSVECS04 Frhs2[309]: 6 0 35067 shouldn't be
20.12/20.48	WSVECS04 Frhs2[316]: 6 0 48553.8 shouldn't be
20.12/20.48	WSVECS04 Frhs2[329]: 6 0 63599 shouldn't be
20.12/20.48	WSVECS04 Frhs2[331]: 6 0 232347 shouldn't be
20.12/20.48	WSVECS04 Frhs2[352]: 6 0 298562 shouldn't be
20.12/20.48	WSVECS04 Frhs2[425]: 6 0 136604 shouldn't be
20.12/20.48	WSVECS04 Frhs2[431]: 6 0 260620 shouldn't be
20.12/20.48	WSVECS04 Frhs2[445]: 6 0 142226 shouldn't be
20.12/20.48	WSVECS04 Frhs2[449]: 6 0 15190.3 shouldn't be
20.12/20.48	WSVECS04 Frhs2[501]: 6 -188398 0 shouldn't be
20.12/20.48	WSVECS04 Frhs2[536]: 6 0 110303 shouldn't be
20.32/20.61	WSVECS04 Frhs2[1]: 6 0 133414 shouldn't be
20.32/20.61	WSVECS04 Frhs2[7]: 6 0 310686 shouldn't be
20.32/20.61	WSVECS04 Frhs2[10]: 6 0 332855 shouldn't be
20.32/20.61	WSVECS04 Frhs2[46]: 6 0 75667.4 shouldn't be
20.32/20.61	WSVECS04 Frhs2[82]: 6 0 267591 shouldn't be
20.32/20.61	WSVECS04 Frhs2[93]: 6 0 135844 shouldn't be
20.32/20.61	WSVECS04 Frhs2[118]: 6 0 168756 shouldn't be
20.32/20.61	WSVECS04 Frhs2[136]: 6 0 343076 shouldn't be
20.32/20.61	WSVECS04 Frhs2[185]: 6 0 61907.2 shouldn't be
20.32/20.61	WSVECS04 Frhs2[221]: 6 0 166666 shouldn't be
20.32/20.61	WSVECS04 Frhs2[222]: 6 0 112767 shouldn't be
20.32/20.61	WSVECS04 Frhs2[233]: 6 0 17651.7 shouldn't be
20.32/20.61	WSVECS04 Frhs2[245]: 6 0 87671.8 shouldn't be
20.32/20.61	WSVECS04 Frhs2[251]: 6 0 14341.2 shouldn't be
20.32/20.61	WSVECS04 Frhs2[258]: 6 0 187879 shouldn't be
20.32/20.61	WSVECS04 Frhs2[264]: 6 0 250948 shouldn't be
20.32/20.61	WSVECS04 Frhs2[272]: 6 0 83447.2 shouldn't be
20.32/20.61	WSVECS04 Frhs2[281]: 6 0 49768.4 shouldn't be
20.32/20.61	WSVECS04 Frhs2[282]: 6 0 274636 shouldn't be
20.32/20.61	WSVECS04 Frhs2[293]: 6 0 175867 shouldn't be
20.32/20.61	WSVECS04 Frhs2[294]: 6 0 225084 shouldn't be
20.32/20.61	WSVECS04 Frhs2[301]: 6 0 105448 shouldn't be
20.32/20.61	WSVECS04 Frhs2[314]: 6 0 151054 shouldn't be
20.32/20.61	WSVECS04 Frhs2[334]: 6 0 310225 shouldn't be
20.32/20.61	WSVECS04 Frhs2[336]: 6 0 279435 shouldn't be
20.32/20.61	WSVECS04 Frhs2[362]: 6 0 103689 shouldn't be
20.32/20.61	WSVECS04 Frhs2[366]: 6 0 175686 shouldn't be
20.32/20.61	WSVECS04 Frhs2[435]: 6 0 244880 shouldn't be
20.32/20.61	WSVECS04 Frhs2[439]: 6 0 138937 shouldn't be
20.32/20.61	WSVECS04 Frhs2[442]: 6 0 153044 shouldn't be
20.32/20.61	WSVECS04 Frhs2[450]: 6 0 122825 shouldn't be
20.32/20.61	WSVECS04 Frhs2[480]: 6 0 267290 shouldn't be
20.32/20.61	WSVECS04 Frhs2[489]: 6 0 111255 shouldn't be
20.32/20.61	WSVECS04 Frhs2[511]: 6 0 69911.9 shouldn't be
20.42/20.75	WSVECS04 Frhs2[12]: 6 0 301778 shouldn't be
20.42/20.75	WSVECS04 Frhs2[32]: 6 0 208260 shouldn't be
20.42/20.75	WSVECS04 Frhs2[77]: 6 0 47683.1 shouldn't be
20.42/20.75	WSVECS04 Frhs2[86]: 6 0 173916 shouldn't be
20.42/20.75	WSVECS04 Frhs2[87]: 6 0 258374 shouldn't be
20.42/20.75	WSVECS04 Frhs2[229]: 6 0 260905 shouldn't be
20.42/20.75	WSVECS04 Frhs2[257]: 6 0 85826.3 shouldn't be
20.42/20.75	WSVECS04 Frhs2[265]: 6 0 260905 shouldn't be
20.42/20.75	WSVECS04 Frhs2[342]: 6 0 55558.6 shouldn't be
20.42/20.75	WSVECS04 Frhs2[361]: 6 0 151986 shouldn't be
20.42/20.75	WSVECS04 Frhs2[379]: 6 0 10 shouldn't be
20.42/20.75	WSVECS04 Frhs2[396]: 6 0 39023.4 shouldn't be
20.42/20.75	WSVECS04 Frhs2[426]: 6 0 103377 shouldn't be
20.42/20.75	WSVECS04 Frhs2[428]: 6 0 103785 shouldn't be
20.42/20.75	WSVECS04 Frhs2[430]: 6 0 248226 shouldn't be
20.42/20.75	WSVECS04 Frhs2[432]: 6 -32895.8 0 shouldn't be
20.42/20.75	WSVECS04 Frhs2[452]: 6 0 258437 shouldn't be
20.42/20.75	WSVECS04 Frhs2[466]: 6 0 396673 shouldn't be
20.42/20.75	WSVECS04 Frhs2[484]: 6 -162462 0 shouldn't be
20.42/20.75	WSVECS04 Frhs2[504]: 6 0 87591.6 shouldn't be
20.42/20.75	WSVECS04 Frhs2[508]: 6 0 77034.5 shouldn't be
20.42/20.75	WSVECS04 Frhs2[535]: 6 0 271280 shouldn't be
22.22/22.57	c #Conflicts:      52000 | #Constraints:      10328
22.22/22.57	c #Conflicts:      53000 | #Constraints:      11328
22.22/22.57	c #Conflicts:      54000 | #Constraints:      12328
22.22/22.57	c #Conflicts:      55000 | #Constraints:      13328
22.22/22.57	c #Conflicts:      56000 | #Constraints:      14328
22.22/22.57	c INPROCESSING
22.22/22.57	c GARBAGE COLLECT
22.22/22.57	c #Conflicts:      57000 | #Constraints:      10535
22.22/22.57	c #Conflicts:      58000 | #Constraints:      11535
22.22/22.57	c #Conflicts:      59000 | #Constraints:      12535
22.22/22.57	c #Conflicts:      60000 | #Constraints:      13535
22.22/22.57	c #Conflicts:      61000 | #Constraints:      14536
22.22/22.57	c bounds 24619 >= 8225 @ 21.678
22.31/22.65	c INPROCESSING
22.31/22.65	c GARBAGE COLLECT
22.31/22.65	WSVECS04 Frhs2[394]: 6 -605 0 shouldn't be
22.51/22.84	WSVECS04 Frhs2[400]: 6 -315 0 shouldn't be
22.51/22.84	WSVECS04 Frhs2[412]: 6 -1090 0 shouldn't be
24.11/24.49	c #Conflicts:      62000 | #Constraints:      10532
24.11/24.49	c #Conflicts:      63000 | #Constraints:      11534
24.11/24.49	c #Conflicts:      64000 | #Constraints:      12537
24.11/24.49	c #Conflicts:      65000 | #Constraints:      13538
24.11/24.49	c #Conflicts:      66000 | #Constraints:      14538
24.11/24.49	c INPROCESSING
24.11/24.49	c GARBAGE COLLECT
24.11/24.49	c rational objective 17496.7
25.50/25.86	c #Conflicts:      67000 | #Constraints:      10332
25.50/25.86	c #Conflicts:      68000 | #Constraints:      11332
25.50/25.86	c #Conflicts:      69000 | #Constraints:      12334
25.50/25.86	c #Conflicts:      70000 | #Constraints:      13334
25.50/25.86	c #Conflicts:      71000 | #Constraints:      14334
25.50/25.86	c #Conflicts:      72000 | #Constraints:      15334
25.50/25.86	c INPROCESSING
25.50/25.86	c GARBAGE COLLECT
25.50/25.86	c rational objective 17978
27.10/27.49	c #Conflicts:      73000 | #Constraints:      10946
27.10/27.49	c #Conflicts:      74000 | #Constraints:      11946
27.10/27.49	c #Conflicts:      75000 | #Constraints:      12946
27.10/27.49	c #Conflicts:      76000 | #Constraints:      13946
27.10/27.49	c #Conflicts:      77000 | #Constraints:      14948
27.10/27.49	c #Conflicts:      78000 | #Constraints:      15949
27.10/27.49	c INPROCESSING
27.10/27.49	c GARBAGE COLLECT
27.10/27.49	c rational objective 17981.8
28.71/29.06	c #Conflicts:      79000 | #Constraints:      11340
28.71/29.06	c #Conflicts:      80000 | #Constraints:      12340
28.71/29.06	c #Conflicts:      81000 | #Constraints:      13340
28.71/29.06	c #Conflicts:      82000 | #Constraints:      14340
28.71/29.06	c #Conflicts:      83000 | #Constraints:      15340
28.71/29.06	c #Conflicts:      84000 | #Constraints:      16340
28.71/29.06	c INPROCESSING
28.71/29.06	c GARBAGE COLLECT
28.71/29.06	c rational objective 18029.1
30.59/30.90	c #Conflicts:      85000 | #Constraints:      11538
30.59/30.90	c #Conflicts:      86000 | #Constraints:      12539
30.59/30.90	c #Conflicts:      87000 | #Constraints:      13540
30.59/30.90	c #Conflicts:      88000 | #Constraints:      14542
30.59/30.90	c #Conflicts:      89000 | #Constraints:      15543
30.59/30.90	c #Conflicts:      90000 | #Constraints:      16544
30.59/30.90	c INPROCESSING
30.59/30.90	c GARBAGE COLLECT
30.59/30.90	c rational objective 18029.1
32.30/32.74	c #Conflicts:      91000 | #Constraints:      11534
32.30/32.74	c #Conflicts:      92000 | #Constraints:      12534
32.30/32.74	c #Conflicts:      93000 | #Constraints:      13536
32.30/32.74	c #Conflicts:      94000 | #Constraints:      14536
32.30/32.74	c #Conflicts:      95000 | #Constraints:      15536
32.30/32.74	c #Conflicts:      96000 | #Constraints:      16536
32.30/32.74	c INPROCESSING
32.30/32.74	c GARBAGE COLLECT
32.30/32.74	c rational objective 18701.4
34.40/34.80	c #Conflicts:      97000 | #Constraints:      11353
34.40/34.80	c #Conflicts:      98000 | #Constraints:      12354
34.40/34.80	c #Conflicts:      99000 | #Constraints:      13355
34.40/34.80	c #Conflicts:     100000 | #Constraints:      14356
34.40/34.80	c #Conflicts:     101000 | #Constraints:      15356
34.40/34.80	c #Conflicts:     102000 | #Constraints:      16357
34.40/34.80	c #Conflicts:     103000 | #Constraints:      17358
34.40/34.80	c INPROCESSING
34.40/34.80	c GARBAGE COLLECT
34.40/34.80	c rational objective 18701.4
36.09/36.55	c #Conflicts:     104000 | #Constraints:      11943
36.09/36.55	c #Conflicts:     105000 | #Constraints:      12943
36.09/36.55	c #Conflicts:     106000 | #Constraints:      13943
36.09/36.55	c #Conflicts:     107000 | #Constraints:      14943
36.09/36.55	c #Conflicts:     108000 | #Constraints:      15943
36.09/36.55	c #Conflicts:     109000 | #Constraints:      16943
36.09/36.55	c #Conflicts:     110000 | #Constraints:      17943
36.09/36.55	c INPROCESSING
36.09/36.55	c GARBAGE COLLECT
36.09/36.55	c rational objective 18701.4
38.19/38.62	c #Conflicts:     111000 | #Constraints:      12349
38.19/38.62	c #Conflicts:     112000 | #Constraints:      13350
38.19/38.62	c #Conflicts:     113000 | #Constraints:      14350
38.19/38.62	c #Conflicts:     114000 | #Constraints:      15350
38.19/38.62	c #Conflicts:     115000 | #Constraints:      16351
38.19/38.62	c #Conflicts:     116000 | #Constraints:      17351
38.19/38.62	c #Conflicts:     117000 | #Constraints:      18351
38.19/38.62	c INPROCESSING
38.19/38.62	c GARBAGE COLLECT
38.19/38.62	c rational objective 18701.4
40.09/40.55	c #Conflicts:     118000 | #Constraints:      12534
40.09/40.55	c #Conflicts:     119000 | #Constraints:      13534
40.09/40.55	c #Conflicts:     120000 | #Constraints:      14534
40.09/40.55	c #Conflicts:     121000 | #Constraints:      15534
40.09/40.55	c #Conflicts:     122000 | #Constraints:      16534
40.09/40.55	c #Conflicts:     123000 | #Constraints:      17534
40.09/40.55	c #Conflicts:     124000 | #Constraints:      18534
40.09/40.55	c INPROCESSING
40.09/40.55	c GARBAGE COLLECT
40.09/40.55	c rational objective 18701.4
42.38/42.85	c #Conflicts:     125000 | #Constraints:      12545
42.38/42.85	c #Conflicts:     126000 | #Constraints:      13546
42.38/42.85	c #Conflicts:     127000 | #Constraints:      14546
42.38/42.85	c #Conflicts:     128000 | #Constraints:      15550
42.38/42.85	c #Conflicts:     129000 | #Constraints:      16551
42.38/42.85	c #Conflicts:     130000 | #Constraints:      17551
42.38/42.85	c #Conflicts:     131000 | #Constraints:      18551
42.38/42.85	c INPROCESSING
42.38/42.85	c GARBAGE COLLECT
42.38/42.85	c rational objective 18701.4
44.37/44.89	c #Conflicts:     132000 | #Constraints:      12351
44.37/44.89	c #Conflicts:     133000 | #Constraints:      13351
44.37/44.89	c #Conflicts:     134000 | #Constraints:      14351
44.37/44.89	c #Conflicts:     135000 | #Constraints:      15351
44.37/44.89	c #Conflicts:     136000 | #Constraints:      16351
44.37/44.89	c #Conflicts:     137000 | #Constraints:      17351
44.37/44.89	c #Conflicts:     138000 | #Constraints:      18351
44.37/44.89	c #Conflicts:     139000 | #Constraints:      19351
44.37/44.89	c INPROCESSING
44.37/44.89	c GARBAGE COLLECT
44.37/44.89	c rational objective 18701.4
46.58/47.05	c #Conflicts:     140000 | #Constraints:      12962
46.58/47.05	c #Conflicts:     141000 | #Constraints:      13962
46.58/47.05	c #Conflicts:     142000 | #Constraints:      14962
46.58/47.05	c #Conflicts:     143000 | #Constraints:      15962
46.58/47.05	c #Conflicts:     144000 | #Constraints:      16963
46.58/47.05	c #Conflicts:     145000 | #Constraints:      17964
46.58/47.05	c #Conflicts:     146000 | #Constraints:      18964
46.58/47.05	c #Conflicts:     147000 | #Constraints:      19964
46.58/47.05	c INPROCESSING
46.58/47.05	c GARBAGE COLLECT
46.58/47.05	c rational objective 18701.4
47.17/47.63	c #Conflicts:     148000 | #Constraints:      13347
47.17/47.63	WSVECS04 Frhs2[5]: 6 0 112.962 shouldn't be
47.17/47.63	WSVECS04 Frhs2[26]: 6 0 131.878 shouldn't be
47.17/47.63	WSVECS04 Frhs2[27]: 6 0 122.321 shouldn't be
47.17/47.63	WSVECS04 Frhs2[28]: 6 0 107.981 shouldn't be
47.17/47.63	WSVECS04 Frhs2[37]: 6 -605.595 0 shouldn't be
47.17/47.63	WSVECS04 Frhs2[40]: 6 0 112.962 shouldn't be
47.17/47.63	WSVECS04 Frhs2[77]: 6 0 100.295 shouldn't be
47.17/47.63	WSVECS04 Frhs2[97]: 6 0 141.679 shouldn't be
47.17/47.63	WSVECS04 Frhs2[98]: 6 0 273.557 shouldn't be
47.17/47.63	WSVECS04 Frhs2[99]: 6 0 264 shouldn't be
47.17/47.63	WSVECS04 Frhs2[196]: 6 0 9.55724 shouldn't be
47.17/47.63	WSVECS04 Frhs2[197]: 6 0 9.55717 shouldn't be
47.17/47.63	WSVECS04 Frhs2[198]: 6 0 9.55718 shouldn't be
47.17/47.63	WSVECS04 Frhs2[243]: 6 0 73.1191 shouldn't be
47.17/47.63	WSVECS04 Frhs2[255]: 6 0 112.962 shouldn't be
47.17/47.63	WSVECS04 Frhs2[257]: 6 0 90.7381 shouldn't be
47.17/47.63	WSVECS04 Frhs2[260]: 6 0 540 shouldn't be
47.17/47.63	WSVECS04 Frhs2[262]: 6 0 540 shouldn't be
47.17/47.63	WSVECS04 Frhs2[272]: 6 0 12.6667 shouldn't be
47.17/47.63	WSVECS04 Frhs2[273]: 6 0 12.6667 shouldn't be
47.17/47.63	WSVECS04 Frhs2[284]: 6 0 9.5572 shouldn't be
47.17/47.63	WSVECS04 Frhs2[287]: 6 0 28.6715 shouldn't be
47.17/47.63	WSVECS04 Frhs2[303]: 6 0 1058.44 shouldn't be
47.17/47.63	WSVECS04 Frhs2[304]: 6 0 962 shouldn't be
47.17/47.63	WSVECS04 Frhs2[309]: 6 0 12.6667 shouldn't be
47.17/47.63	WSVECS04 Frhs2[315]: 6 0 131.679 shouldn't be
47.17/47.63	WSVECS04 Frhs2[323]: 6 0 50.8953 shouldn't be
47.17/47.63	WSVECS04 Frhs2[344]: 6 0 12.6667 shouldn't be
47.17/47.63	WSVECS04 Frhs2[345]: 6 0 12.6667 shouldn't be
47.17/47.63	WSVECS04 Frhs2[350]: 6 0 18.9159 shouldn't be
47.17/47.63	WSVECS04 Frhs2[355]: 6 0 9.55723 shouldn't be
47.17/47.63	WSVECS04 Frhs2[356]: 6 0 9.55718 shouldn't be
47.17/47.63	WSVECS04 Frhs2[392]: 6 -665 0 shouldn't be
47.17/47.63	WSVECS04 Frhs2[394]: 6 0 90.0001 shouldn't be
47.17/47.63	WSVECS04 Frhs2[418]: 6 0 58 shouldn't be
47.17/47.63	WSVECS04 Frhs2[505]: 6 0 139.019 shouldn't be
47.46/47.97	c #Conflicts:     149000 | #Constraints:      14347
47.46/47.97	c #Conflicts:     150000 | #Constraints:      15347
47.46/47.97	WSVECS04 Frhs2[30]: 6 0 267.802 shouldn't be
47.46/47.97	WSVECS04 Frhs2[58]: 6 -141 0 shouldn't be
47.46/47.97	WSVECS04 Frhs2[66]: 6 -2164.8 0 shouldn't be
47.46/47.97	WSVECS04 Frhs2[72]: 6 -313 0 shouldn't be
47.46/47.97	WSVECS04 Frhs2[94]: 6 0 282 shouldn't be
47.46/47.97	WSVECS04 Frhs2[107]: 6 0 42.388 shouldn't be
47.46/47.97	WSVECS04 Frhs2[109]: 6 -397.69 0 shouldn't be
47.46/47.97	WSVECS04 Frhs2[110]: 6 0 102 shouldn't be
47.46/47.97	WSVECS04 Frhs2[122]: 6 0 179 shouldn't be
47.46/47.97	WSVECS04 Frhs2[123]: 6 0 323 shouldn't be
47.46/47.97	WSVECS04 Frhs2[124]: 6 0 179 shouldn't be
47.46/47.97	WSVECS04 Frhs2[127]: 6 -313 0 shouldn't be
47.46/47.97	WSVECS04 Frhs2[135]: 6 0 82.3707 shouldn't be
47.46/47.97	WSVECS04 Frhs2[136]: 6 0 104.017 shouldn't be
47.46/47.97	WSVECS04 Frhs2[146]: 6 0 147.5 shouldn't be
47.46/47.97	WSVECS04 Frhs2[148]: 6 0 193 shouldn't be
47.46/47.97	WSVECS04 Frhs2[164]: 6 0 141 shouldn't be
47.46/47.97	WSVECS04 Frhs2[166]: 6 0 282 shouldn't be
47.46/47.97	WSVECS04 Frhs2[231]: 6 -891 0 shouldn't be
47.46/47.97	WSVECS04 Frhs2[254]: 6 0 204.69 shouldn't be
47.46/47.97	WSVECS04 Frhs2[289]: 6 -545.879 0 shouldn't be
47.46/47.97	WSVECS04 Frhs2[290]: 6 0 147.5 shouldn't be
47.46/47.97	WSVECS04 Frhs2[291]: 6 0 45.5 shouldn't be
47.46/47.97	WSVECS04 Frhs2[314]: 6 0 4.81044 shouldn't be
47.46/47.97	WSVECS04 Frhs2[326]: 6 0 147.5 shouldn't be
47.46/47.97	WSVECS04 Frhs2[328]: 6 0 193 shouldn't be
47.46/47.97	WSVECS04 Frhs2[359]: 6 0 42.388 shouldn't be
47.46/47.97	WSVECS04 Frhs2[371]: 6 -516.19 0 shouldn't be
48.86/49.32	c #Conflicts:     151000 | #Constraints:      16347
48.86/49.32	c #Conflicts:     152000 | #Constraints:      17347
48.86/49.32	c #Conflicts:     153000 | #Constraints:      18347
48.86/49.32	c #Conflicts:     154000 | #Constraints:      19347
48.86/49.32	c #Conflicts:     155000 | #Constraints:      20347
48.86/49.32	c INPROCESSING
48.86/49.32	c GARBAGE COLLECT
48.86/49.32	c rational objective 18701.4
51.45/51.96	c #Conflicts:     156000 | #Constraints:      13559
51.45/51.96	c #Conflicts:     157000 | #Constraints:      14561
51.45/51.96	c #Conflicts:     158000 | #Constraints:      15565
51.45/51.96	c #Conflicts:     159000 | #Constraints:      16567
51.45/51.96	c #Conflicts:     160000 | #Constraints:      17570
51.45/51.96	c #Conflicts:     161000 | #Constraints:      18570
51.45/51.96	c #Conflicts:     162000 | #Constraints:      19574
51.45/51.96	c #Conflicts:     163000 | #Constraints:      20584
51.45/51.96	c INPROCESSING
51.45/51.96	c GARBAGE COLLECT
51.45/51.96	c rational objective 18701.4
54.65/55.11	c #Conflicts:     164000 | #Constraints:      13576
54.65/55.11	c #Conflicts:     165000 | #Constraints:      14577
54.65/55.11	c #Conflicts:     166000 | #Constraints:      15577
54.65/55.11	c #Conflicts:     167000 | #Constraints:      16577
54.65/55.11	c #Conflicts:     168000 | #Constraints:      17577
54.65/55.11	c #Conflicts:     169000 | #Constraints:      18577
54.65/55.11	c #Conflicts:     170000 | #Constraints:      19577
54.65/55.11	c #Conflicts:     171000 | #Constraints:      20577
54.65/55.11	c INPROCESSING
54.65/55.11	c GARBAGE COLLECT
54.65/55.11	c rational objective 18701.4
55.94/56.44	c #Conflicts:     172000 | #Constraints:      13379
55.94/56.44	c #Conflicts:     173000 | #Constraints:      14379
55.94/56.44	c #Conflicts:     174000 | #Constraints:      15379
55.94/56.44	c #Conflicts:     175000 | #Constraints:      16379
55.94/56.44	c #Conflicts:     176000 | #Constraints:      17380
55.94/56.44	c #Conflicts:     177000 | #Constraints:      18380
55.94/56.44	WSVECS04 Frhs2[74]: 6 0 110.059 shouldn't be
55.94/56.44	WSVECS04 Frhs2[155]: 6 0 42.6065 shouldn't be
55.94/56.44	WSVECS04 Frhs2[166]: 6 -103.288 0 shouldn't be
55.94/56.44	WSVECS04 Frhs2[186]: 6 0 299.406 shouldn't be
55.94/56.44	WSVECS04 Frhs2[190]: 6 0 251.426 shouldn't be
55.94/56.44	WSVECS04 Frhs2[221]: 6 0 21.422 shouldn't be
55.94/56.44	WSVECS04 Frhs2[252]: 6 -431.742 0 shouldn't be
55.94/56.44	WSVECS04 Frhs2[295]: 6 -1290.44 0 shouldn't be
55.94/56.44	WSVECS04 Frhs2[324]: 6 -557.745 0 shouldn't be
55.94/56.44	WSVECS04 Frhs2[330]: 6 0 299.406 shouldn't be
55.94/56.44	WSVECS04 Frhs2[376]: 6 -929 0 shouldn't be
55.94/56.44	WSVECS04 Frhs2[473]: 6 0 103 shouldn't be
55.94/56.44	WSVECS04 Frhs2[475]: 6 0 141 shouldn't be
55.94/56.44	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
55.94/56.44	WSVECS04 Frhs2[499]: 6 -1380 0 shouldn't be
55.94/56.44	WSVECS04 Frhs2[535]: 6 -1010 0 shouldn't be
56.04/56.50	WSVECS04 Frhs2[46]: 6 0 251.426 shouldn't be
56.04/56.50	WSVECS04 Frhs2[70]: 6 0 0.579748 shouldn't be
56.04/56.50	WSVECS04 Frhs2[178]: 6 0 383.406 shouldn't be
56.04/56.50	WSVECS04 Frhs2[204]: 6 0 103.288 shouldn't be
56.04/56.50	WSVECS04 Frhs2[217]: 6 0 21.422 shouldn't be
56.04/56.50	WSVECS04 Frhs2[320]: 6 0 27.0035 shouldn't be
56.04/56.50	WSVECS04 Frhs2[399]: 6 -1090 0 shouldn't be
56.04/56.50	WSVECS04 Frhs2[411]: 6 -605 0 shouldn't be
56.04/56.50	WSVECS04 Frhs2[487]: 6 -80 0 shouldn't be
56.04/56.50	WSVECS04 Frhs2[502]: 6 -1090 0 shouldn't be
56.04/56.50	WSVECS04 Frhs2[505]: 6 -1010 0 shouldn't be
56.04/56.50	WSVECS04 Frhs2[506]: 6 -521 0 shouldn't be
56.94/57.46	c #Conflicts:     178000 | #Constraints:      19380
56.94/57.46	c #Conflicts:     179000 | #Constraints:      20380
56.94/57.46	c #Conflicts:     180000 | #Constraints:      21381
56.94/57.46	c INPROCESSING
56.94/57.46	c GARBAGE COLLECT
56.94/57.46	c rational objective 18701.4
58.73/59.24	c #Conflicts:     181000 | #Constraints:      13954
58.73/59.24	c #Conflicts:     182000 | #Constraints:      14954
58.73/59.24	c #Conflicts:     183000 | #Constraints:      15954
58.73/59.24	c #Conflicts:     184000 | #Constraints:      16954
58.73/59.24	c #Conflicts:     185000 | #Constraints:      17954
58.73/59.24	c #Conflicts:     186000 | #Constraints:      18954
58.73/59.24	WSVECS04 Frhs2[30]: 6 0 153.475 shouldn't be
58.73/59.24	WSVECS04 Frhs2[181]: 6 -900 0 shouldn't be
58.73/59.24	WSVECS04 Frhs2[187]: 6 0 31.8751 shouldn't be
58.73/59.24	WSVECS04 Frhs2[214]: 6 0 110.25 shouldn't be
58.73/59.24	WSVECS04 Frhs2[244]: 6 0 80.075 shouldn't be
58.73/59.24	WSVECS04 Frhs2[252]: 6 -583.75 0 shouldn't be
58.73/59.24	WSVECS04 Frhs2[282]: 6 0 110.25 shouldn't be
58.73/59.24	WSVECS04 Frhs2[287]: 6 0 106 shouldn't be
58.73/59.24	WSVECS04 Frhs2[354]: 6 0 153.475 shouldn't be
58.73/59.24	WSVECS04 Frhs2[402]: 6 0 207 shouldn't be
58.73/59.24	WSVECS04 Frhs2[411]: 6 0 247.375 shouldn't be
58.73/59.24	WSVECS04 Frhs2[505]: 6 0 288.225 shouldn't be
58.73/59.24	WSVECS04 Frhs2[510]: 6 0 179.375 shouldn't be
59.23/59.77	c #Conflicts:     187000 | #Constraints:      19955
59.23/59.77	c #Conflicts:     188000 | #Constraints:      20955
59.23/59.77	WSVECS04 Frhs2[2]: 6 0 82.3061 shouldn't be
59.23/59.77	WSVECS04 Frhs2[63]: 6 0 71.5414 shouldn't be
59.23/59.77	WSVECS04 Frhs2[64]: 6 0 71.5414 shouldn't be
59.23/59.77	WSVECS04 Frhs2[109]: 6 -202.388 0 shouldn't be
59.23/59.77	WSVECS04 Frhs2[110]: 6 0 204.694 shouldn't be
59.23/59.77	WSVECS04 Frhs2[111]: 6 0 122.388 shouldn't be
59.23/59.77	WSVECS04 Frhs2[114]: 6 0 192.63 shouldn't be
59.23/59.77	WSVECS04 Frhs2[117]: 6 0 207 shouldn't be
59.23/59.77	WSVECS04 Frhs2[118]: 6 0 207 shouldn't be
59.23/59.77	WSVECS04 Frhs2[137]: 6 -84.2599 0 shouldn't be
59.23/59.77	WSVECS04 Frhs2[141]: 6 0 33.0518 shouldn't be
59.23/59.77	WSVECS04 Frhs2[142]: 6 0 0.299569 shouldn't be
59.23/59.77	WSVECS04 Frhs2[150]: 6 0 190.324 shouldn't be
59.23/59.77	WSVECS04 Frhs2[151]: 6 0 207 shouldn't be
59.23/59.77	WSVECS04 Frhs2[176]: 6 0 89.3244 shouldn't be
59.23/59.77	WSVECS04 Frhs2[177]: 6 0 18.1644 shouldn't be
59.23/59.77	WSVECS04 Frhs2[212]: 6 0 89.3244 shouldn't be
59.23/59.77	WSVECS04 Frhs2[213]: 6 0 0.299503 shouldn't be
59.23/59.77	WSVECS04 Frhs2[218]: 6 0 12.064 shouldn't be
59.23/59.77	WSVECS04 Frhs2[248]: 6 0 89.3244 shouldn't be
59.23/59.77	WSVECS04 Frhs2[249]: 6 0 0.299512 shouldn't be
59.23/59.77	WSVECS04 Frhs2[279]: 6 0 16.3766 shouldn't be
59.23/59.77	WSVECS04 Frhs2[284]: 6 0 89.3244 shouldn't be
59.23/59.77	WSVECS04 Frhs2[286]: 6 0 0.299532 shouldn't be
59.23/59.77	WSVECS04 Frhs2[290]: 6 0 219.064 shouldn't be
59.23/59.77	WSVECS04 Frhs2[291]: 6 0 136.758 shouldn't be
59.23/59.77	WSVECS04 Frhs2[356]: 6 0 89.025 shouldn't be
59.23/59.77	WSVECS04 Frhs2[383]: 6 0 70 shouldn't be
59.23/59.77	WSVECS04 Frhs2[424]: 6 0 511 shouldn't be
59.23/59.77	WSVECS04 Frhs2[448]: 6 -134 0 shouldn't be
59.43/59.98	c #Conflicts:     189000 | #Constraints:      21955
59.43/59.98	c INPROCESSING
59.43/59.98	c GARBAGE COLLECT
59.43/59.98	c rational objective 18701.4
62.37/62.92	c #Conflicts:     190000 | #Constraints:      14361
62.37/62.92	c #Conflicts:     191000 | #Constraints:      15362
62.37/62.92	c #Conflicts:     192000 | #Constraints:      16362
62.37/62.92	c #Conflicts:     193000 | #Constraints:      17363
62.37/62.92	c #Conflicts:     194000 | #Constraints:      18363
62.37/62.92	c #Conflicts:     195000 | #Constraints:      19365
62.37/62.92	c #Conflicts:     196000 | #Constraints:      20365
62.37/62.92	c #Conflicts:     197000 | #Constraints:      21365
62.37/62.92	c #Conflicts:     198000 | #Constraints:      22367
62.37/62.92	c INPROCESSING
62.37/62.92	c GARBAGE COLLECT
62.37/62.92	c rational objective 18701.4
65.36/65.91	c #Conflicts:     199000 | #Constraints:      14566
65.36/65.91	c #Conflicts:     200000 | #Constraints:      15566
65.36/65.91	c #Conflicts:     201000 | #Constraints:      16566
65.36/65.91	c #Conflicts:     202000 | #Constraints:      17566
65.36/65.91	c #Conflicts:     203000 | #Constraints:      18566
65.36/65.91	c #Conflicts:     204000 | #Constraints:      19566
65.36/65.91	c #Conflicts:     205000 | #Constraints:      20566
65.36/65.91	c #Conflicts:     206000 | #Constraints:      21566
65.36/65.91	c #Conflicts:     207000 | #Constraints:      22566
65.36/65.91	c INPROCESSING
65.36/65.91	c GARBAGE COLLECT
65.36/65.91	c rational objective 18701.4
68.56/69.18	c #Conflicts:     208000 | #Constraints:      14571
68.56/69.18	c #Conflicts:     209000 | #Constraints:      15574
68.56/69.18	c #Conflicts:     210000 | #Constraints:      16576
68.56/69.18	c #Conflicts:     211000 | #Constraints:      17577
68.56/69.18	c #Conflicts:     212000 | #Constraints:      18578
68.56/69.18	c #Conflicts:     213000 | #Constraints:      19578
68.56/69.18	c #Conflicts:     214000 | #Constraints:      20579
68.56/69.18	c #Conflicts:     215000 | #Constraints:      21580
68.56/69.18	c #Conflicts:     216000 | #Constraints:      22581
68.56/69.18	c INPROCESSING
68.56/69.18	c GARBAGE COLLECT
68.56/69.18	c rational objective 18701.4
71.64/72.21	c #Conflicts:     217000 | #Constraints:      14368
71.64/72.21	c #Conflicts:     218000 | #Constraints:      15368
71.64/72.21	c #Conflicts:     219000 | #Constraints:      16368
71.64/72.21	c #Conflicts:     220000 | #Constraints:      17368
71.64/72.21	c #Conflicts:     221000 | #Constraints:      18368
71.64/72.21	c #Conflicts:     222000 | #Constraints:      19369
71.64/72.21	c #Conflicts:     223000 | #Constraints:      20369
71.64/72.21	c #Conflicts:     224000 | #Constraints:      21369
71.64/72.21	c #Conflicts:     225000 | #Constraints:      22369
71.64/72.21	c #Conflicts:     226000 | #Constraints:      23369
71.64/72.21	c INPROCESSING
71.64/72.21	c GARBAGE COLLECT
71.64/72.21	c rational objective 18701.4
74.63/75.21	c #Conflicts:     227000 | #Constraints:      14977
74.63/75.21	c #Conflicts:     228000 | #Constraints:      15977
74.63/75.21	c #Conflicts:     229000 | #Constraints:      16978
74.63/75.21	c #Conflicts:     230000 | #Constraints:      17978
74.63/75.21	c #Conflicts:     231000 | #Constraints:      18978
74.63/75.21	c #Conflicts:     232000 | #Constraints:      19980
74.63/75.21	c #Conflicts:     233000 | #Constraints:      20983
74.63/75.21	c #Conflicts:     234000 | #Constraints:      21983
74.63/75.21	c #Conflicts:     235000 | #Constraints:      22984
74.63/75.21	c #Conflicts:     236000 | #Constraints:      23984
74.63/75.21	c INPROCESSING
74.63/75.21	c GARBAGE COLLECT
74.63/75.21	c rational objective 18701.4
77.92/78.52	c #Conflicts:     237000 | #Constraints:      15378
77.92/78.52	c #Conflicts:     238000 | #Constraints:      16379
77.92/78.52	c #Conflicts:     239000 | #Constraints:      17379
77.92/78.52	c #Conflicts:     240000 | #Constraints:      18379
77.92/78.52	c #Conflicts:     241000 | #Constraints:      19379
77.92/78.52	c #Conflicts:     242000 | #Constraints:      20379
77.92/78.52	c #Conflicts:     243000 | #Constraints:      21381
77.92/78.52	c #Conflicts:     244000 | #Constraints:      22381
77.92/78.52	c #Conflicts:     245000 | #Constraints:      23381
77.92/78.52	c #Conflicts:     246000 | #Constraints:      24382
77.92/78.52	c INPROCESSING
77.92/78.52	c GARBAGE COLLECT
77.92/78.52	c rational objective 18701.4
81.11/81.78	c #Conflicts:     247000 | #Constraints:      15567
81.11/81.78	c #Conflicts:     248000 | #Constraints:      16567
81.11/81.78	c #Conflicts:     249000 | #Constraints:      17567
81.11/81.78	c #Conflicts:     250000 | #Constraints:      18567
81.11/81.78	c #Conflicts:     251000 | #Constraints:      19567
81.11/81.78	c #Conflicts:     252000 | #Constraints:      20567
81.11/81.78	c #Conflicts:     253000 | #Constraints:      21567
81.11/81.78	c #Conflicts:     254000 | #Constraints:      22567
81.11/81.78	c #Conflicts:     255000 | #Constraints:      23568
81.11/81.78	c #Conflicts:     256000 | #Constraints:      24568
81.11/81.78	c INPROCESSING
81.11/81.78	c GARBAGE COLLECT
81.11/81.78	c rational objective 18701.4
84.80/85.47	c #Conflicts:     257000 | #Constraints:      15572
84.80/85.47	c #Conflicts:     258000 | #Constraints:      16572
84.80/85.47	c #Conflicts:     259000 | #Constraints:      17572
84.80/85.47	c #Conflicts:     260000 | #Constraints:      18573
84.80/85.47	c #Conflicts:     261000 | #Constraints:      19573
84.80/85.47	c #Conflicts:     262000 | #Constraints:      20573
84.80/85.47	c #Conflicts:     263000 | #Constraints:      21573
84.80/85.47	c #Conflicts:     264000 | #Constraints:      22573
84.80/85.47	c #Conflicts:     265000 | #Constraints:      23573
84.80/85.47	c #Conflicts:     266000 | #Constraints:      24573
84.80/85.47	c INPROCESSING
84.80/85.47	c GARBAGE COLLECT
84.80/85.47	c rational objective 18701.4
87.79/88.41	c #Conflicts:     267000 | #Constraints:      15371
87.79/88.41	c #Conflicts:     268000 | #Constraints:      16371
87.79/88.41	c #Conflicts:     269000 | #Constraints:      17372
87.79/88.41	c #Conflicts:     270000 | #Constraints:      18375
87.79/88.41	c #Conflicts:     271000 | #Constraints:      19375
87.79/88.41	c #Conflicts:     272000 | #Constraints:      20376
87.79/88.41	c #Conflicts:     273000 | #Constraints:      21379
87.79/88.41	c #Conflicts:     274000 | #Constraints:      22380
87.79/88.41	c #Conflicts:     275000 | #Constraints:      23381
87.79/88.41	WSVECS04 Frhs2[23]: 6 0 5.42863 shouldn't be
87.79/88.41	WSVECS04 Frhs2[155]: 6 0 849.34 shouldn't be
87.79/88.41	WSVECS04 Frhs2[161]: 6 0 833.059 shouldn't be
87.79/88.41	WSVECS04 Frhs2[167]: 6 0 26.3938 shouldn't be
87.79/88.41	WSVECS04 Frhs2[168]: 6 0 132.789 shouldn't be
87.79/88.41	WSVECS04 Frhs2[191]: 6 0 9235.18 shouldn't be
87.79/88.41	WSVECS04 Frhs2[284]: 6 0 9133.71 shouldn't be
87.79/88.41	WSVECS04 Frhs2[308]: 6 0 7603.99 shouldn't be
87.79/88.41	WSVECS04 Frhs2[455]: 6 0 4676.93 shouldn't be
87.79/88.41	WSVECS04 Frhs2[471]: 6 -4057.64 0 shouldn't be
88.69/89.39	c #Conflicts:     276000 | #Constraints:      24382
88.69/89.39	c #Conflicts:     277000 | #Constraints:      25382
88.69/89.39	c INPROCESSING
88.69/89.39	c GARBAGE COLLECT
88.69/89.39	c rational objective 18701.4
92.72/93.48	c #Conflicts:     278000 | #Constraints:      15983
92.72/93.48	c #Conflicts:     279000 | #Constraints:      16984
92.72/93.48	c #Conflicts:     280000 | #Constraints:      17985
92.72/93.48	c #Conflicts:     281000 | #Constraints:      18987
92.72/93.48	c #Conflicts:     282000 | #Constraints:      19987
92.72/93.48	c #Conflicts:     283000 | #Constraints:      20987
92.72/93.48	c #Conflicts:     284000 | #Constraints:      21989
92.72/93.48	c #Conflicts:     285000 | #Constraints:      22992
92.72/93.48	c #Conflicts:     286000 | #Constraints:      23993
92.72/93.48	c #Conflicts:     287000 | #Constraints:      24996
92.72/93.48	c #Conflicts:     288000 | #Constraints:      25997
92.72/93.48	c INPROCESSING
92.72/93.48	c GARBAGE COLLECT
92.72/93.48	c rational objective 18701.4
96.11/96.88	c #Conflicts:     289000 | #Constraints:      16383
96.11/96.88	c #Conflicts:     290000 | #Constraints:      17383
96.11/96.88	c #Conflicts:     291000 | #Constraints:      18383
96.11/96.88	c #Conflicts:     292000 | #Constraints:      19385
96.11/96.88	c #Conflicts:     293000 | #Constraints:      20385
96.11/96.88	c #Conflicts:     294000 | #Constraints:      21385
96.11/96.88	c #Conflicts:     295000 | #Constraints:      22385
96.11/96.88	c #Conflicts:     296000 | #Constraints:      23386
96.11/96.88	c #Conflicts:     297000 | #Constraints:      24386
96.11/96.88	WSVECS04 Frhs2[4]: 6 0 86866.3 shouldn't be
96.11/96.88	WSVECS04 Frhs2[24]: 6 0 18101.3 shouldn't be
96.11/96.88	WSVECS04 Frhs2[45]: 6 0 2117.53 shouldn't be
96.11/96.88	WSVECS04 Frhs2[64]: 6 0 18660.8 shouldn't be
96.11/96.88	WSVECS04 Frhs2[68]: 6 0 5678.79 shouldn't be
96.11/96.88	WSVECS04 Frhs2[86]: 6 0 22150.9 shouldn't be
96.11/96.88	WSVECS04 Frhs2[87]: 6 0 25882.4 shouldn't be
96.11/96.88	WSVECS04 Frhs2[106]: 6 -29601.2 0 shouldn't be
96.11/96.88	WSVECS04 Frhs2[124]: 6 0 16687.2 shouldn't be
96.11/96.88	WSVECS04 Frhs2[126]: 6 0 40920.1 shouldn't be
96.11/96.88	WSVECS04 Frhs2[137]: 6 -26715.3 0 shouldn't be
96.11/96.88	WSVECS04 Frhs2[153]: 6 0 58707.5 shouldn't be
96.11/96.88	WSVECS04 Frhs2[158]: 6 0 14499.8 shouldn't be
96.11/96.88	WSVECS04 Frhs2[162]: 6 0 14908.3 shouldn't be
96.11/96.88	WSVECS04 Frhs2[182]: 6 0 485.608 shouldn't be
96.11/96.88	WSVECS04 Frhs2[184]: 6 0 7574.75 shouldn't be
96.11/96.88	WSVECS04 Frhs2[195]: 6 -20974.5 0 shouldn't be
96.11/96.88	WSVECS04 Frhs2[196]: 6 0 23667.2 shouldn't be
96.11/96.88	WSVECS04 Frhs2[198]: 6 0 40906.5 shouldn't be
96.11/96.88	WSVECS04 Frhs2[218]: 6 0 57398.7 shouldn't be
96.11/96.88	WSVECS04 Frhs2[219]: 6 0 20083.5 shouldn't be
96.11/96.88	WSVECS04 Frhs2[222]: 6 0 12840.5 shouldn't be
96.11/96.88	WSVECS04 Frhs2[232]: 6 0 14970.8 shouldn't be
96.11/96.88	WSVECS04 Frhs2[234]: 6 0 12959.1 shouldn't be
96.11/96.88	WSVECS04 Frhs2[248]: 6 0 5475.51 shouldn't be
96.11/96.88	WSVECS04 Frhs2[261]: 6 0 2995.56 shouldn't be
96.11/96.88	WSVECS04 Frhs2[267]: 6 -8868.86 0 shouldn't be
96.11/96.88	WSVECS04 Frhs2[272]: 6 0 18622.3 shouldn't be
96.11/96.88	WSVECS04 Frhs2[294]: 6 0 10052.9 shouldn't be
96.11/96.88	WSVECS04 Frhs2[304]: 6 0 14113 shouldn't be
96.11/96.88	WSVECS04 Frhs2[312]: 6 0 18410.4 shouldn't be
96.11/96.88	WSVECS04 Frhs2[328]: 6 0 25375.5 shouldn't be
96.11/96.88	WSVECS04 Frhs2[332]: 6 0 61844.3 shouldn't be
96.11/96.88	WSVECS04 Frhs2[340]: 6 0 14168.3 shouldn't be
96.11/96.88	WSVECS04 Frhs2[341]: 6 0 7896.81 shouldn't be
96.11/96.88	WSVECS04 Frhs2[369]: 6 0 46355.3 shouldn't be
96.11/96.88	WSVECS04 Frhs2[376]: 6 -6815.02 0 shouldn't be
96.11/96.88	WSVECS04 Frhs2[384]: 6 0 2447.44 shouldn't be
96.11/96.88	WSVECS04 Frhs2[387]: 6 0 29565 shouldn't be
96.11/96.88	WSVECS04 Frhs2[411]: 6 0 8752.75 shouldn't be
96.11/96.88	WSVECS04 Frhs2[413]: 6 0 51806 shouldn't be
96.11/96.88	WSVECS04 Frhs2[414]: 6 0 36755.9 shouldn't be
96.11/96.88	WSVECS04 Frhs2[416]: 6 0 58090.9 shouldn't be
96.11/96.88	WSVECS04 Frhs2[419]: 6 0 56625.8 shouldn't be
96.11/96.88	WSVECS04 Frhs2[437]: 6 0 19049.4 shouldn't be
96.11/96.88	WSVECS04 Frhs2[442]: 6 0 73425.1 shouldn't be
96.11/96.88	WSVECS04 Frhs2[443]: 6 0 102620 shouldn't be
96.11/96.88	WSVECS04 Frhs2[447]: 6 0 22626.9 shouldn't be
96.11/96.88	WSVECS04 Frhs2[473]: 6 0 1041.47 shouldn't be
96.11/96.88	WSVECS04 Frhs2[474]: 6 0 6916.9 shouldn't be
96.11/96.88	WSVECS04 Frhs2[477]: 6 0 9527.09 shouldn't be
96.11/96.88	WSVECS04 Frhs2[489]: 6 0 139872 shouldn't be
96.11/96.88	WSVECS04 Frhs2[498]: 6 0 15038 shouldn't be
96.11/96.88	WSVECS04 Frhs2[499]: 6 0 86953 shouldn't be
96.11/96.88	WSVECS04 Frhs2[527]: 6 0 8021.15 shouldn't be
96.11/96.88	WSVECS04 Frhs2[537]: 6 0 1522.07 shouldn't be
96.11/96.88	WSVECS04 Frhs2[539]: 6 -1307.83 0 shouldn't be
96.21/97.00	WSVECS04 Frhs2[78]: 6 0 36845.5 shouldn't be
96.21/97.00	WSVECS04 Frhs2[112]: 6 0 14466.3 shouldn't be
96.21/97.00	WSVECS04 Frhs2[114]: 6 0 35489.4 shouldn't be
96.21/97.00	WSVECS04 Frhs2[178]: 6 0 11729.7 shouldn't be
96.21/97.00	WSVECS04 Frhs2[194]: 6 0 28473.9 shouldn't be
96.21/97.00	WSVECS04 Frhs2[351]: 6 0 25326.3 shouldn't be
96.21/97.00	WSVECS04 Frhs2[364]: 6 -27043 0 shouldn't be
96.21/97.00	WSVECS04 Frhs2[370]: 6 0 27308.9 shouldn't be
96.21/97.00	WSVECS04 Frhs2[385]: 6 0 28693.7 shouldn't be
96.21/97.00	WSVECS04 Frhs2[405]: 6 0 7767.6 shouldn't be
96.21/97.00	WSVECS04 Frhs2[420]: 6 0 39644.9 shouldn't be
96.21/97.00	WSVECS04 Frhs2[445]: 6 0 60221.2 shouldn't be
96.42/97.12	WSVECS04 Frhs2[2]: 6 0 67714.6 shouldn't be
96.42/97.12	WSVECS04 Frhs2[18]: 6 0 24222.1 shouldn't be
96.42/97.12	WSVECS04 Frhs2[28]: 6 0 17969.2 shouldn't be
96.42/97.12	WSVECS04 Frhs2[54]: 6 0 18678.4 shouldn't be
96.42/97.12	WSVECS04 Frhs2[74]: 6 0 23694.3 shouldn't be
96.42/97.12	WSVECS04 Frhs2[142]: 6 0 5358.56 shouldn't be
96.42/97.12	WSVECS04 Frhs2[156]: 6 0 36484.6 shouldn't be
96.42/97.12	WSVECS04 Frhs2[166]: 6 0 10789.2 shouldn't be
96.42/97.12	WSVECS04 Frhs2[187]: 6 0 2149.32 shouldn't be
96.42/97.12	WSVECS04 Frhs2[192]: 6 0 610.489 shouldn't be
96.42/97.12	WSVECS04 Frhs2[233]: 6 0 2465.87 shouldn't be
96.42/97.12	WSVECS04 Frhs2[269]: 6 0 12526.8 shouldn't be
96.42/97.12	WSVECS04 Frhs2[270]: 6 0 12195.2 shouldn't be
96.42/97.12	WSVECS04 Frhs2[297]: 6 0 4156.59 shouldn't be
96.42/97.12	WSVECS04 Frhs2[358]: 6 0 27437.4 shouldn't be
96.42/97.12	WSVECS04 Frhs2[398]: 6 -7349.16 0 shouldn't be
96.42/97.12	WSVECS04 Frhs2[402]: 6 -45230.1 0 shouldn't be
96.42/97.12	WSVECS04 Frhs2[519]: 6 0 11019.1 shouldn't be
96.42/97.12	WSVECS04 Frhs2[523]: 6 0 6274.56 shouldn't be
96.42/97.12	WSVECS04 Frhs2[524]: 6 0 3279.76 shouldn't be
96.51/97.23	WSVECS04 Frhs2[6]: 6 0 19248 shouldn't be
96.51/97.23	WSVECS04 Frhs2[92]: 6 0 19197.2 shouldn't be
96.51/97.23	WSVECS04 Frhs2[164]: 6 0 26154.8 shouldn't be
96.51/97.23	WSVECS04 Frhs2[266]: 6 0 11786.7 shouldn't be
96.51/97.23	WSVECS04 Frhs2[326]: 6 0 22119.7 shouldn't be
96.51/97.23	WSVECS04 Frhs2[353]: 6 0 18090.2 shouldn't be
96.51/97.23	WSVECS04 Frhs2[484]: 6 -65138.1 0 shouldn't be
96.51/97.23	WSVECS04 Frhs2[501]: 6 -105465 0 shouldn't be
96.51/97.23	WSVECS04 Frhs2[530]: 6 -24145.6 0 shouldn't be
96.61/97.37	WSVECS04 Frhs2[3]: 6 0 20059.8 shouldn't be
96.61/97.37	WSVECS04 Frhs2[29]: 6 -29014.2 0 shouldn't be
96.61/97.37	WSVECS04 Frhs2[67]: 6 0 5678.79 shouldn't be
96.61/97.37	WSVECS04 Frhs2[71]: 6 0 5678.79 shouldn't be
96.61/97.37	WSVECS04 Frhs2[103]: 6 0 2761.01 shouldn't be
96.61/97.37	WSVECS04 Frhs2[189]: 6 0 2728.02 shouldn't be
96.61/97.37	WSVECS04 Frhs2[208]: 6 0 23673.6 shouldn't be
96.61/97.37	WSVECS04 Frhs2[216]: 6 0 39356.2 shouldn't be
96.61/97.37	WSVECS04 Frhs2[237]: 6 0 32294.6 shouldn't be
96.61/97.37	WSVECS04 Frhs2[240]: 6 0 51717.6 shouldn't be
96.61/97.37	WSVECS04 Frhs2[251]: 6 0 10588.2 shouldn't be
96.61/97.37	WSVECS04 Frhs2[280]: 6 0 26595.7 shouldn't be
96.61/97.37	WSVECS04 Frhs2[283]: 6 0 14949.6 shouldn't be
96.61/97.37	WSVECS04 Frhs2[287]: 6 0 23415.9 shouldn't be
96.61/97.37	WSVECS04 Frhs2[314]: 6 0 33150.3 shouldn't be
96.61/97.37	WSVECS04 Frhs2[323]: 6 0 49861.4 shouldn't be
96.61/97.37	WSVECS04 Frhs2[355]: 6 0 27437.4 shouldn't be
96.61/97.37	WSVECS04 Frhs2[403]: 6 0 57299.4 shouldn't be
96.61/97.37	WSVECS04 Frhs2[408]: 6 0 53526.3 shouldn't be
96.61/97.37	WSVECS04 Frhs2[532]: 6 0 54748.3 shouldn't be
96.61/97.37	WSVECS04 Frhs2[533]: 6 0 5810.11 shouldn't be
96.81/97.50	WSVECS04 Frhs2[27]: 6 0 18625.7 shouldn't be
96.81/97.50	WSVECS04 Frhs2[56]: 6 0 22345 shouldn't be
96.81/97.50	WSVECS04 Frhs2[96]: 6 0 38079.7 shouldn't be
96.81/97.50	WSVECS04 Frhs2[120]: 6 0 610.489 shouldn't be
96.81/97.50	WSVECS04 Frhs2[206]: 6 0 32525.7 shouldn't be
96.81/97.50	WSVECS04 Frhs2[207]: 6 0 17397.7 shouldn't be
96.81/97.50	WSVECS04 Frhs2[220]: 6 0 25725.9 shouldn't be
96.81/97.50	WSVECS04 Frhs2[225]: 6 0 2728.02 shouldn't be
96.81/97.50	WSVECS04 Frhs2[228]: 6 0 610.489 shouldn't be
96.81/97.50	WSVECS04 Frhs2[315]: 6 0 10729.2 shouldn't be
96.81/97.50	WSVECS04 Frhs2[316]: 6 0 17005.1 shouldn't be
96.81/97.50	WSVECS04 Frhs2[350]: 6 0 9562.13 shouldn't be
96.81/97.50	WSVECS04 Frhs2[366]: 6 0 68964.7 shouldn't be
96.81/97.50	WSVECS04 Frhs2[444]: 6 0 73515.1 shouldn't be
96.81/97.50	WSVECS04 Frhs2[495]: 6 0 36791.7 shouldn't be
96.91/97.63	WSVECS04 Frhs2[14]: 6 0 5543.71 shouldn't be
96.91/97.63	WSVECS04 Frhs2[244]: 6 0 32435.3 shouldn't be
97.01/97.76	WSVECS04 Frhs2[109]: 6 0 16196.6 shouldn't be
97.01/97.76	WSVECS04 Frhs2[362]: 6 0 11078.9 shouldn't be
97.11/97.88	WSVECS04 Frhs2[66]: 6 0 18718.9 shouldn't be
97.11/97.88	WSVECS04 Frhs2[101]: 6 0 58611.9 shouldn't be
97.11/97.88	WSVECS04 Frhs2[117]: 6 0 2728.02 shouldn't be
97.11/97.88	WSVECS04 Frhs2[281]: 6 -18847.2 0 shouldn't be
97.21/98.00	WSVECS04 Frhs2[93]: 6 0 19234.2 shouldn't be
97.81/98.58	c #Conflicts:     298000 | #Constraints:      25387
97.81/98.58	c #Conflicts:     299000 | #Constraints:      26387
97.81/98.58	c INPROCESSING
97.81/98.58	c GARBAGE COLLECT
97.81/98.58	WSVECS04 Frhs2[3]: 6 0 290.632 shouldn't be
97.81/98.58	WSVECS04 Frhs2[7]: 6 0 67.0235 shouldn't be
97.81/98.58	WSVECS04 Frhs2[10]: 6 0 397.032 shouldn't be
97.81/98.58	WSVECS04 Frhs2[29]: 6 -580.328 0 shouldn't be
97.81/98.58	WSVECS04 Frhs2[83]: 6 -125.346 0 shouldn't be
97.81/98.58	WSVECS04 Frhs2[97]: 6 0 101.163 shouldn't be
97.81/98.58	WSVECS04 Frhs2[128]: 6 0 53.7521 shouldn't be
97.81/98.58	WSVECS04 Frhs2[156]: 6 0 52.2131 shouldn't be
97.81/98.58	WSVECS04 Frhs2[162]: 6 0 329.448 shouldn't be
97.81/98.58	WSVECS04 Frhs2[220]: 6 0 66.9649 shouldn't be
97.81/98.58	WSVECS04 Frhs2[226]: 6 0 78.3562 shouldn't be
97.81/98.58	WSVECS04 Frhs2[270]: 6 0 678.713 shouldn't be
97.81/98.58	WSVECS04 Frhs2[306]: 6 0 329.448 shouldn't be
97.81/98.58	WSVECS04 Frhs2[318]: 6 0 235.18 shouldn't be
97.81/98.58	WSVECS04 Frhs2[387]: 6 0 168.397 shouldn't be
97.81/98.58	WSVECS04 Frhs2[401]: 6 0 554.096 shouldn't be
97.81/98.58	WSVECS04 Frhs2[404]: 6 0 532.576 shouldn't be
97.81/98.58	WSVECS04 Frhs2[406]: 6 0 117.52 shouldn't be
97.81/98.58	WSVECS04 Frhs2[414]: 6 0 47.8166 shouldn't be
97.81/98.58	WSVECS04 Frhs2[445]: 6 0 632.673 shouldn't be
97.81/98.58	WSVECS04 Frhs2[455]: 6 0 452.631 shouldn't be
97.81/98.58	WSVECS04 Frhs2[458]: 6 0 396.713 shouldn't be
97.81/98.58	WSVECS04 Frhs2[493]: 6 -43.0001 0 shouldn't be
97.81/98.58	WSVECS04 Frhs2[539]: 6 -514.737 0 shouldn't be
98.00/98.71	WSVECS04 Frhs2[88]: 6 0 311.73 shouldn't be
98.00/98.71	WSVECS04 Frhs2[114]: 6 0 699.381 shouldn't be
98.00/98.71	WSVECS04 Frhs2[265]: 6 0 416.479 shouldn't be
98.00/98.71	WSVECS04 Frhs2[267]: 6 -405.525 0 shouldn't be
98.00/98.71	WSVECS04 Frhs2[323]: 6 0 154.172 shouldn't be
98.00/98.71	WSVECS04 Frhs2[360]: 6 -46.4502 0 shouldn't be
98.00/98.71	WSVECS04 Frhs2[399]: 6 0 1291.75 shouldn't be
98.00/98.71	WSVECS04 Frhs2[432]: 6 -81.4812 0 shouldn't be
98.10/98.84	WSVECS04 Frhs2[52]: 6 0 398.108 shouldn't be
98.10/98.84	WSVECS04 Frhs2[64]: 6 0 501.504 shouldn't be
98.10/98.84	WSVECS04 Frhs2[84]: 6 0 397.032 shouldn't be
98.10/98.84	WSVECS04 Frhs2[121]: 6 0 394.346 shouldn't be
98.10/98.84	WSVECS04 Frhs2[122]: 6 0 194.239 shouldn't be
98.10/98.84	WSVECS04 Frhs2[133]: 6 0 49.6417 shouldn't be
98.10/98.84	WSVECS04 Frhs2[184]: 6 0 110.682 shouldn't be
98.10/98.84	WSVECS04 Frhs2[190]: 6 0 397.032 shouldn't be
98.10/98.84	WSVECS04 Frhs2[212]: 6 0 1480.72 shouldn't be
98.10/98.84	WSVECS04 Frhs2[366]: 6 0 78.4751 shouldn't be
98.10/98.84	WSVECS04 Frhs2[424]: 6 -827.815 0 shouldn't be
98.10/98.84	WSVECS04 Frhs2[480]: 6 0 724.906 shouldn't be
98.20/98.97	WSVECS04 Frhs2[96]: 6 0 419.375 shouldn't be
98.20/98.97	WSVECS04 Frhs2[164]: 6 0 790.373 shouldn't be
98.20/98.97	WSVECS04 Frhs2[426]: 6 0 152.861 shouldn't be
98.20/98.97	WSVECS04 Frhs2[431]: 6 0 365.205 shouldn't be
98.32/99.10	WSVECS04 Frhs2[46]: 6 0 397.032 shouldn't be
98.32/99.10	WSVECS04 Frhs2[124]: 6 0 1037.8 shouldn't be
98.32/99.10	WSVECS04 Frhs2[126]: 6 0 1663.08 shouldn't be
98.32/99.10	WSVECS04 Frhs2[143]: 6 0 218.871 shouldn't be
98.32/99.10	WSVECS04 Frhs2[161]: 6 0 0.461781 shouldn't be
98.32/99.10	WSVECS04 Frhs2[195]: 6 -1183.31 0 shouldn't be
98.32/99.10	WSVECS04 Frhs2[297]: 6 0 318.676 shouldn't be
98.32/99.10	WSVECS04 Frhs2[437]: 6 0 349.532 shouldn't be
98.32/99.10	WSVECS04 Frhs2[509]: 6 0 1626.98 shouldn't be
98.32/99.10	WSVECS04 Frhs2[519]: 6 0 432.966 shouldn't be
98.50/99.22	WSVECS04 Frhs2[17]: 6 0 58.5098 shouldn't be
98.50/99.22	WSVECS04 Frhs2[82]: 6 0 397.032 shouldn't be
98.50/99.22	WSVECS04 Frhs2[155]: 6 0 1263.22 shouldn't be
98.50/99.22	WSVECS04 Frhs2[247]: 6 0 412.739 shouldn't be
98.50/99.22	WSVECS04 Frhs2[249]: 6 0 498.917 shouldn't be
98.50/99.22	WSVECS04 Frhs2[250]: 6 0 412.739 shouldn't be
98.50/99.22	WSVECS04 Frhs2[298]: 6 0 397.032 shouldn't be
98.50/99.22	WSVECS04 Frhs2[375]: 6 0 656.779 shouldn't be
98.50/99.22	WSVECS04 Frhs2[436]: 6 0 889.018 shouldn't be
98.50/99.22	WSVECS04 Frhs2[450]: 6 0 760.194 shouldn't be
98.50/99.22	WSVECS04 Frhs2[452]: 6 0 1578.88 shouldn't be
98.50/99.22	WSVECS04 Frhs2[481]: 6 0 626.508 shouldn't be
98.50/99.22	WSVECS04 Frhs2[502]: 6 0 2407.3 shouldn't be
98.50/99.22	WSVECS04 Frhs2[503]: 6 0 1872.25 shouldn't be
98.50/99.22	WSVECS04 Frhs2[508]: 6 0 1520.98 shouldn't be
98.60/99.37	WSVECS04 Frhs2[9]: 6 0 318.676 shouldn't be
98.60/99.37	WSVECS04 Frhs2[18]: 6 0 1023.39 shouldn't be
98.60/99.37	WSVECS04 Frhs2[31]: 6 0 410.281 shouldn't be
98.60/99.37	WSVECS04 Frhs2[81]: 6 0 318.676 shouldn't be
98.60/99.37	WSVECS04 Frhs2[105]: 6 0 514.972 shouldn't be
98.60/99.37	WSVECS04 Frhs2[168]: 6 0 1493.65 shouldn't be
98.60/99.37	WSVECS04 Frhs2[174]: 6 0 740.018 shouldn't be
98.60/99.37	WSVECS04 Frhs2[218]: 6 0 895.964 shouldn't be
98.60/99.37	WSVECS04 Frhs2[248]: 6 0 823.02 shouldn't be
98.60/99.37	WSVECS04 Frhs2[277]: 6 0 98.1272 shouldn't be
98.60/99.37	WSVECS04 Frhs2[279]: 6 0 1229.14 shouldn't be
98.60/99.37	WSVECS04 Frhs2[283]: 6 0 848.008 shouldn't be
98.60/99.37	WSVECS04 Frhs2[304]: 6 0 690.195 shouldn't be
98.60/99.37	WSVECS04 Frhs2[315]: 6 0 1053.03 shouldn't be
98.60/99.37	WSVECS04 Frhs2[396]: 6 0 2069.97 shouldn't be
98.60/99.37	WSVECS04 Frhs2[402]: 6 -505.536 0 shouldn't be
98.60/99.37	WSVECS04 Frhs2[416]: 6 0 1335.3 shouldn't be
98.60/99.37	WSVECS04 Frhs2[460]: 6 0 1097.43 shouldn't be
98.60/99.37	WSVECS04 Frhs2[485]: 6 0 579.871 shouldn't be
98.60/99.37	WSVECS04 Frhs2[491]: 6 0 350.272 shouldn't be
98.80/99.53	WSVECS04 Frhs2[2]: 6 0 1216.38 shouldn't be
98.80/99.53	WSVECS04 Frhs2[33]: 6 0 1136.56 shouldn't be
98.80/99.53	WSVECS04 Frhs2[38]: 6 0 851.007 shouldn't be
98.80/99.53	WSVECS04 Frhs2[56]: 6 0 1397.05 shouldn't be
98.80/99.53	WSVECS04 Frhs2[59]: 6 0 1240.31 shouldn't be
98.80/99.53	WSVECS04 Frhs2[85]: 6 0 923.236 shouldn't be
98.80/99.53	WSVECS04 Frhs2[86]: 6 0 2273.34 shouldn't be
98.80/99.53	WSVECS04 Frhs2[123]: 6 0 1025.11 shouldn't be
98.80/99.53	WSVECS04 Frhs2[136]: 6 0 691.845 shouldn't be
98.80/99.53	WSVECS04 Frhs2[140]: 6 0 2009.7 shouldn't be
98.80/99.53	WSVECS04 Frhs2[170]: 6 0 2058.81 shouldn't be
98.80/99.53	WSVECS04 Frhs2[178]: 6 0 603.384 shouldn't be
98.80/99.53	WSVECS04 Frhs2[196]: 6 0 486.669 shouldn't be
98.80/99.53	WSVECS04 Frhs2[198]: 6 0 1773.29 shouldn't be
98.80/99.53	WSVECS04 Frhs2[208]: 6 0 354.366 shouldn't be
98.80/99.53	WSVECS04 Frhs2[217]: 6 -1143.54 0 shouldn't be
98.80/99.53	WSVECS04 Frhs2[239]: 6 0 1707.43 shouldn't be
98.80/99.53	WSVECS04 Frhs2[244]: 6 0 1105.26 shouldn't be
98.80/99.53	WSVECS04 Frhs2[280]: 6 0 2457.96 shouldn't be
98.80/99.53	WSVECS04 Frhs2[287]: 6 0 437.728 shouldn't be
98.80/99.53	WSVECS04 Frhs2[311]: 6 0 276.764 shouldn't be
98.80/99.53	WSVECS04 Frhs2[314]: 6 0 1460.16 shouldn't be
98.80/99.53	WSVECS04 Frhs2[316]: 6 0 2436.18 shouldn't be
98.80/99.53	WSVECS04 Frhs2[341]: 6 0 260.395 shouldn't be
98.80/99.53	WSVECS04 Frhs2[358]: 6 0 2030.42 shouldn't be
98.80/99.53	WSVECS04 Frhs2[365]: 6 -24.4228 0 shouldn't be
98.80/99.53	WSVECS04 Frhs2[381]: 6 -758.964 0 shouldn't be
98.80/99.53	WSVECS04 Frhs2[382]: 6 0 79.8273 shouldn't be
98.80/99.53	WSVECS04 Frhs2[386]: 6 -535.059 0 shouldn't be
98.80/99.53	WSVECS04 Frhs2[390]: 6 0 1333.59 shouldn't be
98.80/99.53	WSVECS04 Frhs2[397]: 6 -1352.04 0 shouldn't be
98.80/99.53	WSVECS04 Frhs2[403]: 6 0 1346.03 shouldn't be
98.80/99.53	WSVECS04 Frhs2[422]: 6 0 1227.89 shouldn't be
98.80/99.53	WSVECS04 Frhs2[434]: 6 0 1701.44 shouldn't be
98.80/99.53	WSVECS04 Frhs2[466]: 6 0 4727.88 shouldn't be
98.80/99.53	WSVECS04 Frhs2[469]: 6 0 3468.77 shouldn't be
98.80/99.53	WSVECS04 Frhs2[482]: 6 0 706.509 shouldn't be
98.80/99.53	WSVECS04 Frhs2[484]: 6 -1249.3 0 shouldn't be
98.80/99.53	WSVECS04 Frhs2[525]: 6 0 1983.09 shouldn't be
98.80/99.53	WSVECS04 Frhs2[532]: 6 0 439.54 shouldn't be
98.80/99.53	WSVECS04 Frhs2[533]: 6 0 486.413 shouldn't be
98.80/99.53	WSVECS04 Frhs2[534]: 6 0 123.95 shouldn't be
99.00/99.70	WSVECS04 Frhs2[21]: 6 0 850.554 shouldn't be
99.00/99.70	WSVECS04 Frhs2[27]: 6 0 1647.4 shouldn't be
99.00/99.70	WSVECS04 Frhs2[28]: 6 0 1212.92 shouldn't be
99.00/99.70	WSVECS04 Frhs2[93]: 6 0 393.72 shouldn't be
99.00/99.70	WSVECS04 Frhs2[103]: 6 0 514.971 shouldn't be
99.00/99.70	WSVECS04 Frhs2[135]: 6 0 2231.68 shouldn't be
99.00/99.70	WSVECS04 Frhs2[150]: 6 0 1773.81 shouldn't be
99.00/99.70	WSVECS04 Frhs2[189]: 6 0 318.676 shouldn't be
99.00/99.70	WSVECS04 Frhs2[261]: 6 -33.8639 0 shouldn't be
99.00/99.70	WSVECS04 Frhs2[286]: 6 0 848.008 shouldn't be
99.00/99.70	WSVECS04 Frhs2[335]: 6 0 853.002 shouldn't be
99.00/99.70	WSVECS04 Frhs2[348]: 6 0 564.521 shouldn't be
99.00/99.70	WSVECS04 Frhs2[359]: 6 0 893.869 shouldn't be
99.00/99.70	WSVECS04 Frhs2[391]: 6 0 1528.62 shouldn't be
99.00/99.70	WSVECS04 Frhs2[398]: 6 -716.613 0 shouldn't be
99.00/99.70	WSVECS04 Frhs2[453]: 6 0 2489.95 shouldn't be
99.00/99.70	WSVECS04 Frhs2[459]: 6 0 711.768 shouldn't be
99.00/99.70	WSVECS04 Frhs2[461]: 6 0 423.595 shouldn't be
99.00/99.70	WSVECS04 Frhs2[470]: 6 0 1645.47 shouldn't be
99.00/99.70	WSVECS04 Frhs2[496]: 6 0 372.408 shouldn't be
99.00/99.70	WSVECS04 Frhs2[506]: 6 0 1175.12 shouldn't be
99.00/99.70	WSVECS04 Frhs2[540]: 6 -232.016 0 shouldn't be
99.10/99.84	WSVECS04 Frhs2[4]: 6 0 499.151 shouldn't be
99.10/99.84	WSVECS04 Frhs2[34]: 6 0 1136.56 shouldn't be
99.10/99.84	WSVECS04 Frhs2[39]: 6 0 996.758 shouldn't be
99.10/99.84	WSVECS04 Frhs2[42]: 6 0 742.67 shouldn't be
99.10/99.84	WSVECS04 Frhs2[98]: 6 0 1260.46 shouldn't be
99.10/99.84	WSVECS04 Frhs2[99]: 6 0 1600.54 shouldn't be
99.10/99.84	WSVECS04 Frhs2[119]: 6 0 735.017 shouldn't be
99.10/99.84	WSVECS04 Frhs2[142]: 6 0 2118.08 shouldn't be
99.10/99.84	WSVECS04 Frhs2[147]: 6 0 1425.03 shouldn't be
99.10/99.84	WSVECS04 Frhs2[204]: 6 0 2020.95 shouldn't be
99.10/99.84	WSVECS04 Frhs2[228]: 6 0 817.88 shouldn't be
99.10/99.84	WSVECS04 Frhs2[237]: 6 0 2437.42 shouldn't be
99.10/99.84	WSVECS04 Frhs2[269]: 6 0 1954.18 shouldn't be
99.10/99.84	WSVECS04 Frhs2[305]: 6 0 1023.47 shouldn't be
99.10/99.84	WSVECS04 Frhs2[340]: 6 0 647.424 shouldn't be
99.10/99.84	WSVECS04 Frhs2[355]: 6 0 2030.42 shouldn't be
99.10/99.84	WSVECS04 Frhs2[379]: 6 0 837.534 shouldn't be
99.10/99.84	WSVECS04 Frhs2[383]: 6 0 1080.31 shouldn't be
99.10/99.84	WSVECS04 Frhs2[384]: 6 0 54.8331 shouldn't be
99.10/99.84	WSVECS04 Frhs2[420]: 6 0 1192.4 shouldn't be
99.10/99.84	WSVECS04 Frhs2[428]: 6 0 124.481 shouldn't be
99.10/99.84	WSVECS04 Frhs2[486]: 6 0 270.272 shouldn't be
99.10/99.84	WSVECS04 Frhs2[516]: 6 0 423.556 shouldn't be
99.10/99.84	WSVECS04 Frhs2[521]: 6 0 533.138 shouldn't be
99.10/99.84	WSVECS04 Frhs2[524]: 6 0 1203.04 shouldn't be
99.10/99.84	WSVECS04 Frhs2[526]: 6 0 96.5901 shouldn't be
99.10/99.84	WSVECS04 Frhs2[537]: 6 0 2188.89 shouldn't be
99.42/100.11	WSVECS04 Frhs2[78]: 6 0 1744.83 shouldn't be
99.42/100.11	WSVECS04 Frhs2[148]: 6 0 1150.58 shouldn't be
99.42/100.11	WSVECS04 Frhs2[200]: 6 0 1674.83 shouldn't be
99.42/100.11	WSVECS04 Frhs2[232]: 6 0 690.195 shouldn't be
99.42/100.11	WSVECS04 Frhs2[278]: 6 0 1695.11 shouldn't be
99.42/100.11	WSVECS04 Frhs2[344]: 6 0 1238.66 shouldn't be
99.42/100.11	WSVECS04 Frhs2[351]: 6 0 872.758 shouldn't be
99.42/100.11	WSVECS04 Frhs2[446]: 6 0 912.039 shouldn't be
99.42/100.11	WSVECS04 Frhs2[518]: 6 0 1346.68 shouldn't be
99.42/100.11	WSVECS04 Frhs2[538]: 6 0 1289.92 shouldn't be
99.60/100.34	WSVECS04 Frhs2[32]: 6 0 1546.84 shouldn't be
99.60/100.34	WSVECS04 Frhs2[104]: 6 0 925.252 shouldn't be
99.60/100.34	WSVECS04 Frhs2[145]: 6 0 1770.86 shouldn't be
99.60/100.34	WSVECS04 Frhs2[233]: 6 0 1023.47 shouldn't be
99.60/100.34	WSVECS04 Frhs2[234]: 6 0 1023.39 shouldn't be
99.60/100.34	WSVECS04 Frhs2[255]: 6 0 543.133 shouldn't be
99.60/100.34	WSVECS04 Frhs2[266]: 6 0 1391.26 shouldn't be
99.60/100.34	WSVECS04 Frhs2[439]: 6 0 271.108 shouldn't be
99.60/100.34	WSVECS04 Frhs2[443]: 6 0 2059.38 shouldn't be
99.60/100.34	WSVECS04 Frhs2[495]: 6 0 1441.57 shouldn't be
99.80/100.57	WSVECS04 Frhs2[24]: 6 0 850.554 shouldn't be
99.80/100.57	WSVECS04 Frhs2[43]: 6 0 1129.91 shouldn't be
99.80/100.57	WSVECS04 Frhs2[45]: 6 0 1461.2 shouldn't be
99.80/100.57	WSVECS04 Frhs2[57]: 6 0 2058.88 shouldn't be
99.80/100.57	WSVECS04 Frhs2[129]: 6 0 974.183 shouldn't be
99.80/100.57	WSVECS04 Frhs2[139]: 6 0 2118.08 shouldn't be
99.80/100.57	WSVECS04 Frhs2[194]: 6 0 834.543 shouldn't be
99.80/100.57	WSVECS04 Frhs2[442]: 6 0 996.072 shouldn't be
99.80/100.57	WSVECS04 Frhs2[483]: 6 0 699.508 shouldn't be
99.80/100.57	WSVECS04 Frhs2[507]: 6 0 1462.98 shouldn't be
99.80/100.57	WSVECS04 Frhs2[523]: 6 0 988.089 shouldn't be
100.00/100.77	WSVECS04 Frhs2[240]: 6 0 2488.73 shouldn't be
100.00/100.77	WSVECS04 Frhs2[356]: 6 0 2440.71 shouldn't be
100.20/100.95	WSVECS04 Frhs2[201]: 6 0 2020.95 shouldn't be
100.20/100.95	WSVECS04 Frhs2[374]: 6 0 1295.59 shouldn't be
102.49/103.30	c #Conflicts:     300000 | #Constraints:      16584
102.49/103.30	c #Conflicts:     301000 | #Constraints:      17584
102.49/103.30	c #Conflicts:     302000 | #Constraints:      18584
102.49/103.30	c #Conflicts:     303000 | #Constraints:      19584
102.49/103.30	c #Conflicts:     304000 | #Constraints:      20584
102.49/103.30	c #Conflicts:     305000 | #Constraints:      21584
102.49/103.30	c #Conflicts:     306000 | #Constraints:      22584
102.49/103.30	c #Conflicts:     307000 | #Constraints:      23584
102.49/103.30	c #Conflicts:     308000 | #Constraints:      24584
102.49/103.30	WSVECS04 Frhs2[26]: 6 0 501.413 shouldn't be
102.49/103.30	WSVECS04 Frhs2[30]: 6 0 496.245 shouldn't be
102.49/103.30	WSVECS04 Frhs2[81]: 6 0 1.48097 shouldn't be
102.49/103.30	WSVECS04 Frhs2[99]: 6 0 49.2612 shouldn't be
102.49/103.30	WSVECS04 Frhs2[133]: 6 0 23.4084 shouldn't be
102.49/103.30	WSVECS04 Frhs2[180]: 6 0 2610.93 shouldn't be
102.49/103.30	WSVECS04 Frhs2[262]: 6 0 2.96198 shouldn't be
102.49/103.30	WSVECS04 Frhs2[349]: 6 0 89.6633 shouldn't be
102.49/103.30	WSVECS04 Frhs2[363]: 6 0 3386.17 shouldn't be
102.49/103.30	WSVECS04 Frhs2[368]: 6 0 71.0001 shouldn't be
102.49/103.30	WSVECS04 Frhs2[374]: 6 0 1230.22 shouldn't be
102.49/103.30	WSVECS04 Frhs2[375]: 6 0 1218.22 shouldn't be
102.49/103.30	WSVECS04 Frhs2[433]: 6 -101 0 shouldn't be
102.49/103.30	WSVECS04 Frhs2[434]: 6 0 1970.92 shouldn't be
102.49/103.30	WSVECS04 Frhs2[449]: 6 0 106 shouldn't be
102.49/103.30	WSVECS04 Frhs2[463]: 6 -320.667 0 shouldn't be
102.49/103.30	WSVECS04 Frhs2[475]: 6 0 1351.49 shouldn't be
102.49/103.30	WSVECS04 Frhs2[480]: 6 0 1833.63 shouldn't be
102.49/103.30	WSVECS04 Frhs2[483]: 6 0 258.995 shouldn't be
102.49/103.30	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
102.49/103.30	WSVECS04 Frhs2[513]: 6 0 6942.4 shouldn't be
102.49/103.30	WSVECS04 Frhs2[532]: 6 0 7307.37 shouldn't be
102.49/103.30	WSVECS04 Frhs2[534]: 6 0 6974.89 shouldn't be
103.49/104.20	c #Conflicts:     309000 | #Constraints:      25585
103.49/104.20	c #Conflicts:     310000 | #Constraints:      26586
103.49/104.20	c INPROCESSING
103.49/104.20	c GARBAGE COLLECT
103.49/104.20	WSVECS04 Frhs2[11]: 6 0 589.856 shouldn't be
103.49/104.20	WSVECS04 Frhs2[13]: 6 0 98.4406 shouldn't be
103.49/104.20	WSVECS04 Frhs2[23]: 6 0 110.559 shouldn't be
103.49/104.20	WSVECS04 Frhs2[41]: 6 0 6.36216 shouldn't be
103.49/104.20	WSVECS04 Frhs2[46]: 6 0 309.839 shouldn't be
103.49/104.20	WSVECS04 Frhs2[47]: 6 0 930.638 shouldn't be
103.49/104.20	WSVECS04 Frhs2[83]: 6 0 597.667 shouldn't be
103.49/104.20	WSVECS04 Frhs2[89]: 6 0 14.1187 shouldn't be
103.49/104.20	WSVECS04 Frhs2[101]: 6 0 37.4069 shouldn't be
103.49/104.20	WSVECS04 Frhs2[102]: 6 0 229.201 shouldn't be
103.49/104.20	WSVECS04 Frhs2[104]: 6 0 192.804 shouldn't be
103.49/104.20	WSVECS04 Frhs2[118]: 6 -295.248 0 shouldn't be
103.49/104.20	WSVECS04 Frhs2[119]: 6 0 373.792 shouldn't be
103.49/104.20	WSVECS04 Frhs2[121]: 6 0 70.0736 shouldn't be
103.49/104.20	WSVECS04 Frhs2[122]: 6 0 276.278 shouldn't be
103.49/104.20	WSVECS04 Frhs2[123]: 6 -636.811 0 shouldn't be
103.49/104.20	WSVECS04 Frhs2[125]: 6 0 187.818 shouldn't be
103.49/104.20	WSVECS04 Frhs2[138]: 6 0 1577.61 shouldn't be
103.49/104.20	WSVECS04 Frhs2[140]: 6 0 443.931 shouldn't be
103.49/104.20	WSVECS04 Frhs2[150]: 6 0 59.6091 shouldn't be
103.49/104.20	WSVECS04 Frhs2[153]: 6 0 253.42 shouldn't be
103.49/104.20	WSVECS04 Frhs2[154]: 6 0 556.078 shouldn't be
103.49/104.20	WSVECS04 Frhs2[155]: 6 0 692.902 shouldn't be
103.49/104.20	WSVECS04 Frhs2[169]: 6 0 560.012 shouldn't be
103.49/104.20	WSVECS04 Frhs2[191]: 6 0 1264.69 shouldn't be
103.49/104.20	WSVECS04 Frhs2[217]: 6 0 265.957 shouldn't be
103.49/104.20	WSVECS04 Frhs2[225]: 6 0 369.38 shouldn't be
103.49/104.20	WSVECS04 Frhs2[226]: 6 0 323.446 shouldn't be
103.49/104.20	WSVECS04 Frhs2[227]: 6 0 981.189 shouldn't be
103.49/104.20	WSVECS04 Frhs2[235]: 6 0 207.993 shouldn't be
103.49/104.20	WSVECS04 Frhs2[236]: 6 0 776.894 shouldn't be
103.49/104.20	WSVECS04 Frhs2[241]: 6 0 419.386 shouldn't be
103.49/104.20	WSVECS04 Frhs2[242]: 6 0 81.8339 shouldn't be
103.49/104.20	WSVECS04 Frhs2[243]: 6 0 1.07356 shouldn't be
103.49/104.20	WSVECS04 Frhs2[257]: 6 0 768.768 shouldn't be
103.49/104.20	WSVECS04 Frhs2[261]: 6 0 20.031 shouldn't be
103.49/104.20	WSVECS04 Frhs2[263]: 6 -659.249 0 shouldn't be
103.49/104.20	WSVECS04 Frhs2[277]: 6 0 707.391 shouldn't be
103.49/104.20	WSVECS04 Frhs2[282]: 6 0 816.604 shouldn't be
103.49/104.20	WSVECS04 Frhs2[284]: 6 0 369.869 shouldn't be
103.49/104.20	WSVECS04 Frhs2[291]: 6 0 407.817 shouldn't be
103.49/104.20	WSVECS04 Frhs2[295]: 6 -1788.94 0 shouldn't be
103.49/104.20	WSVECS04 Frhs2[296]: 6 0 355.99 shouldn't be
103.49/104.20	WSVECS04 Frhs2[297]: 6 0 2.02058 shouldn't be
103.49/104.20	WSVECS04 Frhs2[299]: 6 0 732.261 shouldn't be
103.49/104.20	WSVECS04 Frhs2[308]: 6 0 273.862 shouldn't be
103.49/104.20	WSVECS04 Frhs2[313]: 6 0 342.283 shouldn't be
103.49/104.20	WSVECS04 Frhs2[319]: 6 0 85.9012 shouldn't be
103.49/104.20	WSVECS04 Frhs2[334]: 6 0 459.091 shouldn't be
103.49/104.20	WSVECS04 Frhs2[335]: 6 0 799.664 shouldn't be
103.49/104.20	WSVECS04 Frhs2[337]: 6 0 296.885 shouldn't be
103.49/104.20	WSVECS04 Frhs2[341]: 6 0 12.0643 shouldn't be
103.49/104.20	WSVECS04 Frhs2[347]: 6 0 397.462 shouldn't be
103.49/104.20	WSVECS04 Frhs2[350]: 6 0 5.41506 shouldn't be
103.49/104.20	WSVECS04 Frhs2[351]: 6 0 35.8778 shouldn't be
103.49/104.20	WSVECS04 Frhs2[354]: 6 0 170.608 shouldn't be
103.49/104.20	WSVECS04 Frhs2[379]: 6 0 20 shouldn't be
103.49/104.20	WSVECS04 Frhs2[398]: 6 -104.405 0 shouldn't be
103.49/104.20	WSVECS04 Frhs2[401]: 6 0 120.451 shouldn't be
103.49/104.20	WSVECS04 Frhs2[404]: 6 0 546.581 shouldn't be
103.49/104.20	WSVECS04 Frhs2[409]: 6 0 330.131 shouldn't be
103.49/104.20	WSVECS04 Frhs2[415]: 6 0 90.9052 shouldn't be
103.49/104.20	WSVECS04 Frhs2[416]: 6 0 207.726 shouldn't be
103.49/104.20	WSVECS04 Frhs2[420]: 6 0 499.857 shouldn't be
103.49/104.20	WSVECS04 Frhs2[471]: 6 0 41.9064 shouldn't be
103.49/104.20	WSVECS04 Frhs2[487]: 6 -80 0 shouldn't be
103.49/104.20	WSVECS04 Frhs2[488]: 6 0 381.607 shouldn't be
103.49/104.20	WSVECS04 Frhs2[499]: 6 -9660.7 0 shouldn't be
103.59/104.35	WSVECS04 Frhs2[265]: 6 0 203.645 shouldn't be
103.59/104.35	WSVECS04 Frhs2[293]: 6 0 78.7569 shouldn't be
103.68/104.48	WSVECS04 Frhs2[98]: 6 -675.354 0 shouldn't be
103.78/104.59	WSVECS04 Frhs2[63]: 6 0 82.4736 shouldn't be
103.78/104.59	WSVECS04 Frhs2[77]: 6 0 12.6253 shouldn't be
103.78/104.59	WSVECS04 Frhs2[131]: 6 0 31.4718 shouldn't be
103.78/104.59	WSVECS04 Frhs2[134]: 6 0 79.0521 shouldn't be
106.58/107.36	c #Conflicts:     311000 | #Constraints:      16579
106.58/107.36	WSVECS04 Frhs2[1]: 6 0 20686.6 shouldn't be
106.58/107.36	WSVECS04 Frhs2[6]: 6 0 2058.21 shouldn't be
106.58/107.36	WSVECS04 Frhs2[7]: 6 0 9173.88 shouldn't be
106.58/107.36	WSVECS04 Frhs2[18]: 6 0 99.5145 shouldn't be
106.58/107.36	WSVECS04 Frhs2[47]: 6 0 10448.5 shouldn't be
106.58/107.36	WSVECS04 Frhs2[48]: 6 0 52244.6 shouldn't be
106.58/107.36	WSVECS04 Frhs2[49]: 6 0 42908.9 shouldn't be
106.58/107.36	WSVECS04 Frhs2[54]: 6 0 99.5146 shouldn't be
106.58/107.36	WSVECS04 Frhs2[61]: 6 0 26578.7 shouldn't be
106.58/107.36	WSVECS04 Frhs2[62]: 6 0 22009.4 shouldn't be
106.58/107.36	WSVECS04 Frhs2[63]: 6 0 24344.2 shouldn't be
106.58/107.36	WSVECS04 Frhs2[64]: 6 0 6282.53 shouldn't be
106.58/107.36	WSVECS04 Frhs2[65]: 6 -5692.89 0 shouldn't be
106.58/107.36	WSVECS04 Frhs2[66]: 6 0 13782.5 shouldn't be
106.58/107.36	WSVECS04 Frhs2[71]: 6 0 9525.76 shouldn't be
106.58/107.36	WSVECS04 Frhs2[97]: 6 0 17171 shouldn't be
106.58/107.36	WSVECS04 Frhs2[100]: 6 0 22073.1 shouldn't be
106.58/107.36	WSVECS04 Frhs2[102]: 6 0 20657.8 shouldn't be
106.58/107.36	WSVECS04 Frhs2[106]: 6 0 22757.4 shouldn't be
106.58/107.36	WSVECS04 Frhs2[110]: 6 0 37242.2 shouldn't be
106.58/107.36	WSVECS04 Frhs2[112]: 6 0 2697.44 shouldn't be
106.58/107.36	WSVECS04 Frhs2[113]: 6 0 21532.7 shouldn't be
106.58/107.36	WSVECS04 Frhs2[114]: 6 0 4755.65 shouldn't be
106.58/107.36	WSVECS04 Frhs2[125]: 6 0 16231.6 shouldn't be
106.58/107.36	WSVECS04 Frhs2[126]: 6 0 99.5146 shouldn't be
106.58/107.36	WSVECS04 Frhs2[144]: 6 -16241.4 0 shouldn't be
106.58/107.36	WSVECS04 Frhs2[151]: 6 0 4280.17 shouldn't be
106.58/107.36	WSVECS04 Frhs2[165]: 6 0 13863.9 shouldn't be
106.58/107.36	WSVECS04 Frhs2[169]: 6 0 12491.7 shouldn't be
106.58/107.36	WSVECS04 Frhs2[181]: 6 0 21033.4 shouldn't be
106.58/107.36	WSVECS04 Frhs2[186]: 6 0 7022.08 shouldn't be
106.58/107.36	WSVECS04 Frhs2[191]: 6 0 14672.8 shouldn't be
106.58/107.36	WSVECS04 Frhs2[193]: 6 0 5957.51 shouldn't be
106.58/107.36	WSVECS04 Frhs2[205]: 6 0 5733.79 shouldn't be
106.58/107.36	WSVECS04 Frhs2[219]: 6 0 1107.88 shouldn't be
106.58/107.36	WSVECS04 Frhs2[254]: 6 0 282.627 shouldn't be
106.58/107.36	WSVECS04 Frhs2[257]: 6 0 38713.7 shouldn't be
106.58/107.36	WSVECS04 Frhs2[276]: 6 0 41833.2 shouldn't be
106.58/107.36	WSVECS04 Frhs2[279]: 6 0 9321.71 shouldn't be
106.58/107.36	WSVECS04 Frhs2[347]: 6 0 11788 shouldn't be
106.58/107.36	WSVECS04 Frhs2[455]: 6 -27527.5 0 shouldn't be
106.58/107.36	WSVECS04 Frhs2[469]: 6 -52600.7 0 shouldn't be
106.58/107.36	WSVECS04 Frhs2[479]: 6 -408 0 shouldn't be
106.58/107.36	WSVECS04 Frhs2[481]: 6 0 5774.1 shouldn't be
106.58/107.36	WSVECS04 Frhs2[531]: 6 -25344 0 shouldn't be
106.58/107.36	WSVECS04 Frhs2[540]: 6 -10625.9 0 shouldn't be
106.78/107.57	WSVECS04 Frhs2[68]: 6 0 147.985 shouldn't be
106.78/107.57	WSVECS04 Frhs2[130]: 6 0 4667.31 shouldn't be
106.88/107.69	WSVECS04 Frhs2[183]: 6 -2887.58 0 shouldn't be
110.29/111.11	c #Conflicts:     312000 | #Constraints:      17581
110.29/111.11	c #Conflicts:     313000 | #Constraints:      18581
110.29/111.11	c #Conflicts:     314000 | #Constraints:      19581
110.29/111.11	c #Conflicts:     315000 | #Constraints:      20581
110.29/111.11	c #Conflicts:     316000 | #Constraints:      21581
110.29/111.11	c #Conflicts:     317000 | #Constraints:      22582
110.29/111.11	c #Conflicts:     318000 | #Constraints:      23582
110.29/111.11	c #Conflicts:     319000 | #Constraints:      24582
110.29/111.11	c #Conflicts:     320000 | #Constraints:      25583
110.29/111.11	c #Conflicts:     321000 | #Constraints:      26584
110.29/111.11	c INPROCESSING
110.29/111.11	c GARBAGE COLLECT
110.29/111.11	WSVECS04 Frhs2[13]: 6 0 1653.48 shouldn't be
110.29/111.11	WSVECS04 Frhs2[14]: 6 0 1653.48 shouldn't be
110.29/111.11	WSVECS04 Frhs2[15]: 6 0 1653.48 shouldn't be
110.29/111.11	WSVECS04 Frhs2[16]: 6 0 1653.48 shouldn't be
110.29/111.11	WSVECS04 Frhs2[49]: 6 -1082.04 0 shouldn't be
110.29/111.11	WSVECS04 Frhs2[55]: 6 0 110.918 shouldn't be
110.29/111.11	WSVECS04 Frhs2[61]: 6 0 75.5061 shouldn't be
110.29/111.11	WSVECS04 Frhs2[75]: 6 0 302.603 shouldn't be
110.29/111.11	WSVECS04 Frhs2[95]: 6 0 93.3517 shouldn't be
110.29/111.11	WSVECS04 Frhs2[97]: 6 0 52.1463 shouldn't be
110.29/111.11	WSVECS04 Frhs2[107]: 6 0 185.344 shouldn't be
110.29/111.11	WSVECS04 Frhs2[121]: 6 0 48.0801 shouldn't be
110.29/111.11	WSVECS04 Frhs2[122]: 6 0 20.7911 shouldn't be
110.29/111.11	WSVECS04 Frhs2[123]: 6 -318.072 0 shouldn't be
110.29/111.11	WSVECS04 Frhs2[125]: 6 0 86.4853 shouldn't be
110.29/111.11	WSVECS04 Frhs2[127]: 6 0 71.6986 shouldn't be
110.29/111.11	WSVECS04 Frhs2[145]: 6 -504.809 0 shouldn't be
110.29/111.11	WSVECS04 Frhs2[146]: 6 0 67.7599 shouldn't be
110.29/111.11	WSVECS04 Frhs2[147]: 6 0 120.204 shouldn't be
110.29/111.11	WSVECS04 Frhs2[157]: 6 0 159.292 shouldn't be
110.29/111.11	WSVECS04 Frhs2[179]: 6 0 23.5023 shouldn't be
110.29/111.11	WSVECS04 Frhs2[181]: 6 0 237.408 shouldn't be
110.29/111.11	WSVECS04 Frhs2[193]: 6 0 51.9274 shouldn't be
110.29/111.11	WSVECS04 Frhs2[197]: 6 0 42.3119 shouldn't be
110.29/111.11	WSVECS04 Frhs2[199]: 6 0 16.037 shouldn't be
110.29/111.11	WSVECS04 Frhs2[211]: 6 0 11.3805 shouldn't be
110.29/111.11	WSVECS04 Frhs2[217]: 6 0 197.391 shouldn't be
110.29/111.11	WSVECS04 Frhs2[219]: 6 -847.973 0 shouldn't be
110.29/111.11	WSVECS04 Frhs2[231]: 6 -54.5167 0 shouldn't be
110.29/111.11	WSVECS04 Frhs2[235]: 6 0 47.6721 shouldn't be
110.29/111.11	WSVECS04 Frhs2[243]: 6 0 63.4291 shouldn't be
110.29/111.11	WSVECS04 Frhs2[247]: 6 0 11.3804 shouldn't be
110.29/111.11	WSVECS04 Frhs2[251]: 6 0 7.40465 shouldn't be
110.29/111.11	WSVECS04 Frhs2[253]: 6 0 242.443 shouldn't be
110.29/111.11	WSVECS04 Frhs2[255]: 6 0 326.987 shouldn't be
110.29/111.11	WSVECS04 Frhs2[290]: 6 0 81.374 shouldn't be
110.29/111.11	WSVECS04 Frhs2[291]: 6 0 168.625 shouldn't be
110.29/111.11	WSVECS04 Frhs2[301]: 6 0 130.261 shouldn't be
110.29/111.11	WSVECS04 Frhs2[337]: 6 0 147.562 shouldn't be
110.29/111.11	WSVECS04 Frhs2[341]: 6 0 18.9648 shouldn't be
110.29/111.11	WSVECS04 Frhs2[343]: 6 0 80.303 shouldn't be
110.29/111.11	WSVECS04 Frhs2[354]: 6 0 94.3046 shouldn't be
110.29/111.11	WSVECS04 Frhs2[362]: 6 0 40.8474 shouldn't be
110.29/111.11	WSVECS04 Frhs2[411]: 6 0 436.928 shouldn't be
110.47/111.26	WSVECS04 Frhs2[63]: 6 0 141.762 shouldn't be
110.47/111.26	WSVECS04 Frhs2[205]: 6 0 60.1131 shouldn't be
110.47/111.26	WSVECS04 Frhs2[283]: 6 0 3.97588 shouldn't be
110.47/111.26	WSVECS04 Frhs2[289]: 6 -570.86 0 shouldn't be
110.66/111.40	WSVECS04 Frhs2[85]: 6 0 106.772 shouldn't be
110.66/111.40	WSVECS04 Frhs2[175]: 6 0 72.4415 shouldn't be
110.66/111.40	WSVECS04 Frhs2[241]: 6 0 0.816254 shouldn't be
110.77/111.55	WSVECS04 Frhs2[271]: 6 0 32.7138 shouldn't be
110.77/111.55	WSVECS04 Frhs2[342]: 6 0 135.406 shouldn't be
110.97/111.70	WSVECS04 Frhs2[19]: 6 0 9.43011 shouldn't be
110.97/111.70	WSVECS04 Frhs2[67]: 6 0 3.97596 shouldn't be
110.97/111.70	WSVECS04 Frhs2[220]: 6 0 86.3509 shouldn't be
110.97/111.70	WSVECS04 Frhs2[292]: 6 0 14.3339 shouldn't be
111.07/111.85	WSVECS04 Frhs2[91]: 6 0 59.6818 shouldn't be
111.07/111.85	WSVECS04 Frhs2[222]: 6 0 148.644 shouldn't be
111.17/112.01	WSVECS04 Frhs2[102]: 6 0 78.2569 shouldn't be
111.17/112.01	WSVECS04 Frhs2[215]: 6 0 96.1032 shouldn't be
111.38/112.15	WSVECS04 Frhs2[99]: 6 0 87.5398 shouldn't be
111.38/112.15	WSVECS04 Frhs2[306]: 6 0 66.5697 shouldn't be
111.86/112.67	WSVECS04 Frhs2[38]: 6 0 6.2975 shouldn't be
112.17/112.90	WSVECS04 Frhs2[42]: 6 0 49.193 shouldn't be
112.17/112.90	WSVECS04 Frhs2[111]: 6 0 194.266 shouldn't be
112.17/112.90	WSVECS04 Frhs2[218]: 6 0 87.1968 shouldn't be
112.28/113.10	WSVECS04 Frhs2[109]: 6 0 273.455 shouldn't be
112.28/113.10	WSVECS04 Frhs2[406]: 6 -959.283 0 shouldn't be
112.46/113.29	WSVECS04 Frhs2[3]: 6 0 67.8225 shouldn't be
112.46/113.29	WSVECS04 Frhs2[39]: 6 0 117.015 shouldn't be
112.46/113.29	WSVECS04 Frhs2[40]: 6 0 62.3246 shouldn't be
117.55/118.38	c #Conflicts:     322000 | #Constraints:      16387
117.55/118.38	c #Conflicts:     323000 | #Constraints:      17387
117.55/118.38	c #Conflicts:     324000 | #Constraints:      18388
117.55/118.38	c #Conflicts:     325000 | #Constraints:      19390
117.55/118.38	c #Conflicts:     326000 | #Constraints:      20392
117.55/118.38	c #Conflicts:     327000 | #Constraints:      21394
117.55/118.38	c #Conflicts:     328000 | #Constraints:      22394
117.55/118.38	c #Conflicts:     329000 | #Constraints:      23395
117.55/118.38	c #Conflicts:     330000 | #Constraints:      24397
117.55/118.38	c #Conflicts:     331000 | #Constraints:      25402
117.55/118.38	c #Conflicts:     332000 | #Constraints:      26405
117.55/118.38	c #Conflicts:     333000 | #Constraints:      27409
117.55/118.38	c INPROCESSING
117.55/118.38	c GARBAGE COLLECT
117.55/118.38	WSVECS04 Frhs2[243]: 6 0 201.811 shouldn't be
117.55/118.38	WSVECS04 Frhs2[413]: 6 0 3.85827 shouldn't be
117.55/118.38	WSVECS04 Frhs2[418]: 6 0 31.9043 shouldn't be
117.75/118.53	WSVECS04 Frhs2[97]: 6 0 7.46856 shouldn't be
117.75/118.53	WSVECS04 Frhs2[139]: 6 0 219.101 shouldn't be
117.75/118.53	WSVECS04 Frhs2[142]: 6 0 219.101 shouldn't be
117.75/118.53	WSVECS04 Frhs2[220]: 6 0 76.5766 shouldn't be
117.75/118.53	WSVECS04 Frhs2[233]: 6 0 173.568 shouldn't be
117.75/118.53	WSVECS04 Frhs2[242]: 6 0 104.338 shouldn't be
117.75/118.53	WSVECS04 Frhs2[243]: 6 0 164.829 shouldn't be
117.75/118.53	WSVECS04 Frhs2[302]: 6 0 82.0374 shouldn't be
117.75/118.53	WSVECS04 Frhs2[305]: 6 0 255.605 shouldn't be
117.75/118.53	WSVECS04 Frhs2[332]: 6 0 97.4696 shouldn't be
117.75/118.53	WSVECS04 Frhs2[342]: 6 0 402.438 shouldn't be
117.75/118.53	WSVECS04 Frhs2[348]: 6 0 304.939 shouldn't be
117.75/118.53	WSVECS04 Frhs2[352]: 6 0 197.838 shouldn't be
117.75/118.53	WSVECS04 Frhs2[364]: 6 -123.11 0 shouldn't be
117.75/118.53	WSVECS04 Frhs2[365]: 6 -383.812 0 shouldn't be
121.93/122.75	c #Conflicts:     334000 | #Constraints:      16998
121.93/122.75	c #Conflicts:     335000 | #Constraints:      17999
121.93/122.75	c #Conflicts:     336000 | #Constraints:      19000
121.93/122.75	c #Conflicts:     337000 | #Constraints:      20000
121.93/122.75	c #Conflicts:     338000 | #Constraints:      21001
121.93/122.75	c #Conflicts:     339000 | #Constraints:      22001
121.93/122.75	c #Conflicts:     340000 | #Constraints:      23002
121.93/122.75	c #Conflicts:     341000 | #Constraints:      24003
121.93/122.75	c #Conflicts:     342000 | #Constraints:      25003
121.93/122.75	c #Conflicts:     343000 | #Constraints:      26005
121.93/122.75	c #Conflicts:     344000 | #Constraints:      27006
121.93/122.75	c #Conflicts:     345000 | #Constraints:      28006
121.93/122.75	c INPROCESSING
121.93/122.75	c GARBAGE COLLECT
121.93/122.75	WSVECS04 Frhs2[74]: 6 0 3571.93 shouldn't be
121.93/122.75	WSVECS04 Frhs2[114]: 6 0 3893.27 shouldn't be
121.93/122.75	WSVECS04 Frhs2[167]: 6 0 1329.21 shouldn't be
121.93/122.75	WSVECS04 Frhs2[201]: 6 0 1789.87 shouldn't be
121.93/122.75	WSVECS04 Frhs2[259]: 6 0 58.8495 shouldn't be
121.93/122.75	WSVECS04 Frhs2[261]: 6 0 5252.48 shouldn't be
121.93/122.75	WSVECS04 Frhs2[279]: 6 0 4607.69 shouldn't be
121.93/122.75	WSVECS04 Frhs2[289]: 6 -4123.62 0 shouldn't be
121.93/122.75	WSVECS04 Frhs2[304]: 6 0 465.454 shouldn't be
121.93/122.75	WSVECS04 Frhs2[312]: 6 0 387.715 shouldn't be
121.93/122.75	WSVECS04 Frhs2[415]: 6 0 3488.44 shouldn't be
121.93/122.75	WSVECS04 Frhs2[421]: 6 0 342.918 shouldn't be
122.03/122.87	WSVECS04 Frhs2[6]: 6 0 4300.37 shouldn't be
122.03/122.87	WSVECS04 Frhs2[49]: 6 -33123.1 0 shouldn't be
122.03/122.87	WSVECS04 Frhs2[64]: 6 0 23890.5 shouldn't be
122.03/122.87	WSVECS04 Frhs2[78]: 6 0 4757.81 shouldn't be
122.03/122.87	WSVECS04 Frhs2[145]: 6 0 25846.6 shouldn't be
122.03/122.87	WSVECS04 Frhs2[148]: 6 0 6108.83 shouldn't be
122.03/122.87	WSVECS04 Frhs2[194]: 6 0 20082.6 shouldn't be
122.03/122.87	WSVECS04 Frhs2[200]: 6 0 7259.27 shouldn't be
122.03/122.87	WSVECS04 Frhs2[294]: 6 0 5258.65 shouldn't be
122.03/122.87	WSVECS04 Frhs2[306]: 6 0 80.0919 shouldn't be
122.03/122.87	WSVECS04 Frhs2[307]: 6 -4925.06 0 shouldn't be
122.03/122.87	WSVECS04 Frhs2[316]: 6 0 9628.03 shouldn't be
122.03/122.87	WSVECS04 Frhs2[332]: 6 0 12710.7 shouldn't be
122.03/122.87	WSVECS04 Frhs2[384]: 6 0 990.179 shouldn't be
122.03/122.87	WSVECS04 Frhs2[406]: 6 0 1553.65 shouldn't be
122.14/123.00	WSVECS04 Frhs2[81]: 6 0 405.843 shouldn't be
122.14/123.00	WSVECS04 Frhs2[85]: 6 0 9790.38 shouldn't be
122.14/123.00	WSVECS04 Frhs2[121]: 6 0 24541.9 shouldn't be
122.14/123.00	WSVECS04 Frhs2[187]: 6 0 58.8495 shouldn't be
122.14/123.00	WSVECS04 Frhs2[189]: 6 0 16633 shouldn't be
122.14/123.00	WSVECS04 Frhs2[297]: 6 0 1628.69 shouldn't be
122.14/123.00	WSVECS04 Frhs2[395]: 6 0 3666.69 shouldn't be
122.14/123.00	WSVECS04 Frhs2[448]: 6 -10007.5 0 shouldn't be
122.14/123.00	WSVECS04 Frhs2[459]: 6 0 13649.7 shouldn't be
122.14/123.00	WSVECS04 Frhs2[464]: 6 0 6537.02 shouldn't be
122.14/123.00	WSVECS04 Frhs2[475]: 6 0 2575.42 shouldn't be
122.34/123.12	WSVECS04 Frhs2[54]: 6 0 8534.99 shouldn't be
122.34/123.12	WSVECS04 Frhs2[126]: 6 0 8534.99 shouldn't be
122.34/123.12	WSVECS04 Frhs2[234]: 6 0 8278.08 shouldn't be
122.34/123.12	WSVECS04 Frhs2[254]: 6 0 8525.18 shouldn't be
122.34/123.12	WSVECS04 Frhs2[256]: 6 0 15525.4 shouldn't be
122.34/123.12	WSVECS04 Frhs2[258]: 6 0 8567.61 shouldn't be
122.34/123.12	WSVECS04 Frhs2[327]: 6 0 9979.05 shouldn't be
122.34/123.12	WSVECS04 Frhs2[381]: 6 -546.185 0 shouldn't be
122.34/123.12	WSVECS04 Frhs2[391]: 6 0 164.448 shouldn't be
122.34/123.12	WSVECS04 Frhs2[396]: 6 0 2399.03 shouldn't be
122.34/123.12	WSVECS04 Frhs2[427]: 6 -10238.5 0 shouldn't be
122.34/123.12	WSVECS04 Frhs2[447]: 6 0 9045.09 shouldn't be
122.34/123.12	WSVECS04 Frhs2[450]: 6 0 13580.3 shouldn't be
122.34/123.12	WSVECS04 Frhs2[486]: 6 0 2547.67 shouldn't be
122.43/123.26	WSVECS04 Frhs2[58]: 6 -337 0 shouldn't be
122.43/123.26	WSVECS04 Frhs2[131]: 6 0 429.877 shouldn't be
122.43/123.26	WSVECS04 Frhs2[143]: 6 0 19887.3 shouldn't be
122.43/123.26	WSVECS04 Frhs2[155]: 6 0 66007.9 shouldn't be
122.43/123.26	WSVECS04 Frhs2[170]: 6 0 21202.4 shouldn't be
122.43/123.26	WSVECS04 Frhs2[177]: 6 0 11289.5 shouldn't be
122.43/123.26	WSVECS04 Frhs2[251]: 6 0 17288.1 shouldn't be
122.43/123.26	WSVECS04 Frhs2[323]: 6 0 23643.3 shouldn't be
122.43/123.26	WSVECS04 Frhs2[328]: 6 0 16403.2 shouldn't be
122.43/123.26	WSVECS04 Frhs2[342]: 6 0 16018.8 shouldn't be
122.43/123.26	WSVECS04 Frhs2[359]: 6 0 18778.4 shouldn't be
122.43/123.26	WSVECS04 Frhs2[429]: 6 0 13092.3 shouldn't be
122.43/123.26	WSVECS04 Frhs2[430]: 6 0 16507.6 shouldn't be
122.43/123.26	WSVECS04 Frhs2[433]: 6 -9172 0 shouldn't be
122.43/123.26	WSVECS04 Frhs2[442]: 6 0 18770.9 shouldn't be
122.43/123.26	WSVECS04 Frhs2[480]: 6 0 6369.27 shouldn't be
122.43/123.26	WSVECS04 Frhs2[481]: 6 0 10526 shouldn't be
122.43/123.26	WSVECS04 Frhs2[482]: 6 0 8145.99 shouldn't be
122.43/123.26	WSVECS04 Frhs2[483]: 6 0 10040.4 shouldn't be
122.43/123.26	WSVECS04 Frhs2[485]: 6 0 7090.16 shouldn't be
122.43/123.26	WSVECS04 Frhs2[537]: 6 0 29512.5 shouldn't be
122.63/123.42	WSVECS04 Frhs2[3]: 6 0 21811 shouldn't be
122.63/123.42	WSVECS04 Frhs2[138]: 6 0 21413.6 shouldn't be
122.63/123.42	WSVECS04 Frhs2[168]: 6 0 25396.5 shouldn't be
122.63/123.42	WSVECS04 Frhs2[255]: 6 0 21260.1 shouldn't be
122.63/123.42	WSVECS04 Frhs2[265]: 6 0 41341.3 shouldn't be
122.63/123.42	WSVECS04 Frhs2[283]: 6 0 27046.3 shouldn't be
122.63/123.42	WSVECS04 Frhs2[286]: 6 0 27046.3 shouldn't be
122.63/123.42	WSVECS04 Frhs2[305]: 6 0 22715.2 shouldn't be
122.63/123.42	WSVECS04 Frhs2[335]: 6 0 28578.4 shouldn't be
122.63/123.42	WSVECS04 Frhs2[337]: 6 0 38846 shouldn't be
122.63/123.42	WSVECS04 Frhs2[398]: 6 -1714.35 0 shouldn't be
122.63/123.42	WSVECS04 Frhs2[416]: 6 0 36845.1 shouldn't be
122.63/123.42	WSVECS04 Frhs2[418]: 6 0 42224.9 shouldn't be
122.63/123.42	WSVECS04 Frhs2[456]: 6 0 37895.8 shouldn't be
122.63/123.42	WSVECS04 Frhs2[460]: 6 0 21113.7 shouldn't be
122.63/123.42	WSVECS04 Frhs2[477]: 6 0 6296.51 shouldn't be
122.63/123.42	WSVECS04 Frhs2[523]: 6 0 17092 shouldn't be
122.63/123.42	WSVECS04 Frhs2[526]: 6 0 5574.13 shouldn't be
122.73/123.56	WSVECS04 Frhs2[2]: 6 0 45963.7 shouldn't be
122.73/123.56	WSVECS04 Frhs2[5]: 6 0 56768.3 shouldn't be
122.73/123.56	WSVECS04 Frhs2[38]: 6 0 5408.11 shouldn't be
122.73/123.56	WSVECS04 Frhs2[59]: 6 0 25903 shouldn't be
122.73/123.56	WSVECS04 Frhs2[71]: 6 0 16861.8 shouldn't be
122.73/123.56	WSVECS04 Frhs2[77]: 6 0 37814.8 shouldn't be
122.73/123.56	WSVECS04 Frhs2[96]: 6 0 25838.1 shouldn't be
122.73/123.56	WSVECS04 Frhs2[103]: 6 0 23501.1 shouldn't be
122.73/123.56	WSVECS04 Frhs2[139]: 6 0 20953 shouldn't be
122.73/123.56	WSVECS04 Frhs2[140]: 6 0 2504.41 shouldn't be
122.73/123.56	WSVECS04 Frhs2[185]: 6 0 33909.4 shouldn't be
122.73/123.56	WSVECS04 Frhs2[293]: 6 0 56061 shouldn't be
122.73/123.56	WSVECS04 Frhs2[299]: 6 0 14067 shouldn't be
122.73/123.56	WSVECS04 Frhs2[341]: 6 0 27409 shouldn't be
122.73/123.56	WSVECS04 Frhs2[354]: 6 0 38182.2 shouldn't be
122.73/123.56	WSVECS04 Frhs2[369]: 6 0 29418.4 shouldn't be
122.73/123.56	WSVECS04 Frhs2[371]: 6 0 50452 shouldn't be
122.73/123.56	WSVECS04 Frhs2[374]: 6 0 27161.1 shouldn't be
122.73/123.56	WSVECS04 Frhs2[379]: 6 0 25796.8 shouldn't be
122.73/123.56	WSVECS04 Frhs2[383]: 6 0 25323.4 shouldn't be
122.73/123.56	WSVECS04 Frhs2[390]: 6 0 29418.4 shouldn't be
122.73/123.56	WSVECS04 Frhs2[403]: 6 0 36391.7 shouldn't be
122.73/123.56	WSVECS04 Frhs2[413]: 6 0 36656.9 shouldn't be
122.73/123.56	WSVECS04 Frhs2[445]: 6 0 18186.4 shouldn't be
122.73/123.56	WSVECS04 Frhs2[452]: 6 0 24581 shouldn't be
122.73/123.56	WSVECS04 Frhs2[465]: 6 0 329.926 shouldn't be
122.73/123.56	WSVECS04 Frhs2[471]: 6 0 8387.92 shouldn't be
122.73/123.56	WSVECS04 Frhs2[508]: 6 0 20412.1 shouldn't be
122.73/123.56	WSVECS04 Frhs2[516]: 6 0 1823.16 shouldn't be
122.73/123.56	WSVECS04 Frhs2[524]: 6 0 1513.62 shouldn't be
122.73/123.56	WSVECS04 Frhs2[529]: 6 0 6132.24 shouldn't be
122.73/123.56	WSVECS04 Frhs2[534]: 6 0 3884.07 shouldn't be
122.93/123.70	WSVECS04 Frhs2[27]: 6 0 884.148 shouldn't be
122.93/123.70	WSVECS04 Frhs2[37]: 6 -41804.8 0 shouldn't be
122.93/123.70	WSVECS04 Frhs2[66]: 6 0 42625.5 shouldn't be
122.93/123.70	WSVECS04 Frhs2[113]: 6 0 43539.8 shouldn't be
122.93/123.70	WSVECS04 Frhs2[147]: 6 0 31819.7 shouldn't be
122.93/123.70	WSVECS04 Frhs2[149]: 6 0 49770.5 shouldn't be
122.93/123.70	WSVECS04 Frhs2[174]: 6 0 50183.7 shouldn't be
122.93/123.70	WSVECS04 Frhs2[193]: 6 0 41175.4 shouldn't be
122.93/123.70	WSVECS04 Frhs2[198]: 6 0 28342.1 shouldn't be
122.93/123.70	WSVECS04 Frhs2[203]: 6 0 3600.53 shouldn't be
122.93/123.70	WSVECS04 Frhs2[219]: 6 0 21570.3 shouldn't be
122.93/123.70	WSVECS04 Frhs2[222]: 6 0 9736.72 shouldn't be
122.93/123.70	WSVECS04 Frhs2[229]: 6 0 41084.4 shouldn't be
122.93/123.70	WSVECS04 Frhs2[233]: 6 0 22378.2 shouldn't be
122.93/123.70	WSVECS04 Frhs2[244]: 6 0 32108.8 shouldn't be
122.93/123.70	WSVECS04 Frhs2[246]: 6 -3859.65 0 shouldn't be
122.93/123.70	WSVECS04 Frhs2[269]: 6 0 22293.2 shouldn't be
122.93/123.70	WSVECS04 Frhs2[326]: 6 0 22290.5 shouldn't be
122.93/123.70	WSVECS04 Frhs2[329]: 6 0 74696.7 shouldn't be
122.93/123.70	WSVECS04 Frhs2[362]: 6 0 25040.7 shouldn't be
122.93/123.70	WSVECS04 Frhs2[363]: 6 0 53931.9 shouldn't be
122.93/123.70	WSVECS04 Frhs2[392]: 6 0 37281.4 shouldn't be
122.93/123.70	WSVECS04 Frhs2[393]: 6 0 35842.7 shouldn't be
122.93/123.70	WSVECS04 Frhs2[408]: 6 0 38874.3 shouldn't be
122.93/123.70	WSVECS04 Frhs2[422]: 6 0 17438.7 shouldn't be
122.93/123.70	WSVECS04 Frhs2[466]: 6 0 63671.3 shouldn't be
122.93/123.70	WSVECS04 Frhs2[494]: 6 0 11702.6 shouldn't be
122.93/123.70	WSVECS04 Frhs2[495]: 6 0 23161.4 shouldn't be
122.93/123.70	WSVECS04 Frhs2[502]: 6 0 48256.8 shouldn't be
122.93/123.70	WSVECS04 Frhs2[505]: 6 -30860 0 shouldn't be
122.93/123.70	WSVECS04 Frhs2[521]: 6 0 859.516 shouldn't be
123.03/123.83	WSVECS04 Frhs2[13]: 6 0 25978.2 shouldn't be
123.03/123.83	WSVECS04 Frhs2[30]: 6 0 42625.5 shouldn't be
123.03/123.83	WSVECS04 Frhs2[109]: 6 0 10325.6 shouldn't be
123.03/123.83	WSVECS04 Frhs2[132]: 6 0 26696.9 shouldn't be
123.03/123.83	WSVECS04 Frhs2[282]: 6 0 45006.3 shouldn't be
123.03/123.83	WSVECS04 Frhs2[287]: 6 0 45749.1 shouldn't be
123.03/123.83	WSVECS04 Frhs2[366]: 6 0 44097.3 shouldn't be
123.03/123.83	WSVECS04 Frhs2[434]: 6 0 8627.9 shouldn't be
123.03/123.83	WSVECS04 Frhs2[489]: 6 0 78735.1 shouldn't be
123.03/123.83	WSVECS04 Frhs2[506]: 6 0 22436.5 shouldn't be
123.03/123.83	WSVECS04 Frhs2[518]: 6 0 16755.3 shouldn't be
123.13/123.97	WSVECS04 Frhs2[23]: 6 0 4933.52 shouldn't be
123.13/123.97	WSVECS04 Frhs2[35]: 6 0 13658.1 shouldn't be
123.13/123.97	WSVECS04 Frhs2[220]: 6 0 29277.1 shouldn't be
123.13/123.97	WSVECS04 Frhs2[263]: 6 0 22861.5 shouldn't be
123.13/123.97	WSVECS04 Frhs2[278]: 6 0 16013.6 shouldn't be
123.13/123.97	WSVECS04 Frhs2[280]: 6 0 21407.1 shouldn't be
123.13/123.97	WSVECS04 Frhs2[484]: 6 -22552.5 0 shouldn't be
123.13/123.97	WSVECS04 Frhs2[501]: 6 -38066.2 0 shouldn't be
123.34/124.18	WSVECS04 Frhs2[65]: 6 0 410.769 shouldn't be
123.34/124.18	WSVECS04 Frhs2[104]: 6 0 23557.3 shouldn't be
123.34/124.18	WSVECS04 Frhs2[195]: 6 -27128.8 0 shouldn't be
123.34/124.18	WSVECS04 Frhs2[267]: 6 -13702 0 shouldn't be
123.34/124.18	WSVECS04 Frhs2[314]: 6 0 5829.23 shouldn't be
123.34/124.18	WSVECS04 Frhs2[318]: 6 0 35504.3 shouldn't be
123.34/124.18	WSVECS04 Frhs2[419]: 6 0 36958.1 shouldn't be
123.53/124.37	WSVECS04 Frhs2[153]: 6 0 47896.3 shouldn't be
123.53/124.37	WSVECS04 Frhs2[245]: 6 0 14537.8 shouldn't be
123.53/124.37	WSVECS04 Frhs2[453]: 6 0 61625.9 shouldn't be
123.72/124.57	WSVECS04 Frhs2[28]: 6 0 14051.8 shouldn't be
123.72/124.57	WSVECS04 Frhs2[142]: 6 0 21104 shouldn't be
123.72/124.57	WSVECS04 Frhs2[402]: 6 -36536.7 0 shouldn't be
124.34/125.17	WSVECS04 Frhs2[161]: 6 0 5002.28 shouldn't be
124.52/125.38	WSVECS04 Frhs2[53]: 6 0 10208.9 shouldn't be
124.72/125.51	WSVECS04 Frhs2[24]: 6 0 186210 shouldn't be
124.72/125.51	WSVECS04 Frhs2[32]: 6 0 284467 shouldn't be
124.72/125.51	WSVECS04 Frhs2[155]: 6 0 313712 shouldn't be
124.72/125.51	WSVECS04 Frhs2[156]: 6 0 106195 shouldn't be
124.72/125.51	WSVECS04 Frhs2[232]: 6 0 21957.5 shouldn't be
124.72/125.51	WSVECS04 Frhs2[256]: 6 0 146219 shouldn't be
124.72/125.51	WSVECS04 Frhs2[304]: 6 0 21957.5 shouldn't be
124.72/125.51	WSVECS04 Frhs2[348]: 6 0 39888.4 shouldn't be
124.72/125.51	WSVECS04 Frhs2[361]: 6 0 588993 shouldn't be
124.72/125.51	WSVECS04 Frhs2[362]: 6 0 15600.2 shouldn't be
124.72/125.51	WSVECS04 Frhs2[366]: 6 0 361844 shouldn't be
124.72/125.51	WSVECS04 Frhs2[370]: 6 0 279 shouldn't be
124.72/125.51	WSVECS04 Frhs2[377]: 6 0 380 shouldn't be
124.72/125.51	WSVECS04 Frhs2[380]: 6 0 486 shouldn't be
124.72/125.51	WSVECS04 Frhs2[381]: 6 -130424 0 shouldn't be
124.72/125.51	WSVECS04 Frhs2[409]: 6 0 31722.9 shouldn't be
124.72/125.51	WSVECS04 Frhs2[423]: 6 0 12716.4 shouldn't be
124.72/125.51	WSVECS04 Frhs2[437]: 6 0 92718.8 shouldn't be
124.72/125.51	WSVECS04 Frhs2[439]: 6 0 394258 shouldn't be
124.72/125.51	WSVECS04 Frhs2[442]: 6 0 89669.5 shouldn't be
124.72/125.51	WSVECS04 Frhs2[444]: 6 0 89679.5 shouldn't be
124.72/125.51	WSVECS04 Frhs2[449]: 6 0 106 shouldn't be
124.72/125.51	WSVECS04 Frhs2[465]: 6 0 21360.1 shouldn't be
124.72/125.51	WSVECS04 Frhs2[493]: 6 -380 0 shouldn't be
124.72/125.51	WSVECS04 Frhs2[494]: 6 0 26529.7 shouldn't be
124.72/125.51	WSVECS04 Frhs2[497]: 6 -8376.69 0 shouldn't be
124.72/125.51	WSVECS04 Frhs2[506]: 6 0 27440.4 shouldn't be
124.72/125.51	WSVECS04 Frhs2[537]: 6 0 180290 shouldn't be
130.11/131.01	c #Conflicts:     346000 | #Constraints:      17408
130.11/131.01	c #Conflicts:     347000 | #Constraints:      18409
130.11/131.01	c #Conflicts:     348000 | #Constraints:      19412
130.11/131.01	c #Conflicts:     349000 | #Constraints:      20417
130.11/131.01	c #Conflicts:     350000 | #Constraints:      21421
130.11/131.01	c #Conflicts:     351000 | #Constraints:      22423
130.11/131.01	c #Conflicts:     352000 | #Constraints:      23426
130.11/131.01	c #Conflicts:     353000 | #Constraints:      24428
130.11/131.01	c #Conflicts:     354000 | #Constraints:      25430
130.11/131.01	c #Conflicts:     355000 | #Constraints:      26432
130.11/131.01	c #Conflicts:     356000 | #Constraints:      27436
130.11/131.01	c #Conflicts:     357000 | #Constraints:      28439
130.11/131.01	c INPROCESSING
130.11/131.01	c GARBAGE COLLECT
130.11/131.01	c #Conflicts:     358000 | #Constraints:      17616
130.11/131.01	WSVECS04 Frhs2[16]: 6 0 67.4128 shouldn't be
130.11/131.01	WSVECS04 Frhs2[40]: 6 0 65.5977 shouldn't be
130.11/131.01	WSVECS04 Frhs2[62]: 6 0 481.129 shouldn't be
130.11/131.01	WSVECS04 Frhs2[63]: 6 0 883.585 shouldn't be
130.11/131.01	WSVECS04 Frhs2[64]: 6 0 375.731 shouldn't be
130.11/131.01	WSVECS04 Frhs2[65]: 6 -8.16421 0 shouldn't be
130.11/131.01	WSVECS04 Frhs2[100]: 6 0 126.739 shouldn't be
130.11/131.01	WSVECS04 Frhs2[104]: 6 0 201.738 shouldn't be
130.11/131.01	WSVECS04 Frhs2[144]: 6 -408 0 shouldn't be
130.11/131.01	WSVECS04 Frhs2[145]: 6 -833.338 0 shouldn't be
130.11/131.01	WSVECS04 Frhs2[150]: 6 0 12.5887 shouldn't be
130.11/131.01	WSVECS04 Frhs2[161]: 6 0 1123.38 shouldn't be
130.11/131.01	WSVECS04 Frhs2[162]: 6 0 1081.66 shouldn't be
130.11/131.01	WSVECS04 Frhs2[176]: 6 0 875.788 shouldn't be
130.11/131.01	WSVECS04 Frhs2[177]: 6 0 78.1873 shouldn't be
130.11/131.01	WSVECS04 Frhs2[178]: 6 0 49.7406 shouldn't be
130.11/131.01	WSVECS04 Frhs2[185]: 6 0 206.442 shouldn't be
130.11/131.01	WSVECS04 Frhs2[186]: 6 0 531.944 shouldn't be
130.11/131.01	WSVECS04 Frhs2[191]: 6 0 737.976 shouldn't be
130.11/131.01	WSVECS04 Frhs2[195]: 6 -697.258 0 shouldn't be
130.11/131.01	WSVECS04 Frhs2[212]: 6 0 266.684 shouldn't be
130.11/131.01	WSVECS04 Frhs2[227]: 6 0 278.868 shouldn't be
130.11/131.01	WSVECS04 Frhs2[271]: 6 0 103.257 shouldn't be
130.11/131.01	WSVECS04 Frhs2[308]: 6 0 1039.17 shouldn't be
130.11/131.01	WSVECS04 Frhs2[311]: 6 0 524.595 shouldn't be
130.11/131.01	WSVECS04 Frhs2[315]: 6 0 25.2952 shouldn't be
130.11/131.01	WSVECS04 Frhs2[438]: 6 0 901.917 shouldn't be
130.11/131.01	WSVECS04 Frhs2[475]: 6 -492.326 0 shouldn't be
130.11/131.01	WSVECS04 Frhs2[531]: 6 0 415.337 shouldn't be
130.11/131.01	WSVECS04 Frhs2[536]: 6 -1132.95 0 shouldn't be
130.61/131.47	c #Conflicts:     359000 | #Constraints:      18617
130.61/131.47	WSVECS04 Frhs2[9]: 6 0 155.15 shouldn't be
130.61/131.47	WSVECS04 Frhs2[46]: 6 0 2632.09 shouldn't be
130.61/131.47	WSVECS04 Frhs2[50]: 6 0 56584.1 shouldn't be
130.61/131.47	WSVECS04 Frhs2[69]: 6 0 34108.3 shouldn't be
130.61/131.47	WSVECS04 Frhs2[74]: 6 0 119066 shouldn't be
130.61/131.47	WSVECS04 Frhs2[81]: 6 0 2787.24 shouldn't be
130.61/131.47	WSVECS04 Frhs2[96]: 6 0 105819 shouldn't be
130.61/131.47	WSVECS04 Frhs2[99]: 6 0 53595.7 shouldn't be
130.61/131.47	WSVECS04 Frhs2[101]: 6 0 257150 shouldn't be
130.61/131.47	WSVECS04 Frhs2[168]: 6 0 55444.6 shouldn't be
130.61/131.47	WSVECS04 Frhs2[182]: 6 0 100436 shouldn't be
130.61/131.47	WSVECS04 Frhs2[183]: 6 0 10603.5 shouldn't be
130.61/131.47	WSVECS04 Frhs2[210]: 6 -117649 0 shouldn't be
130.61/131.47	WSVECS04 Frhs2[214]: 6 0 57999.8 shouldn't be
130.61/131.47	WSVECS04 Frhs2[216]: 6 0 170374 shouldn't be
130.61/131.47	WSVECS04 Frhs2[218]: 6 0 358204 shouldn't be
130.61/131.47	WSVECS04 Frhs2[222]: 6 0 88986.4 shouldn't be
130.61/131.47	WSVECS04 Frhs2[254]: 6 0 113787 shouldn't be
130.61/131.47	WSVECS04 Frhs2[273]: 6 0 62992.3 shouldn't be
130.61/131.47	WSVECS04 Frhs2[274]: 6 0 63103.7 shouldn't be
130.61/131.47	WSVECS04 Frhs2[282]: 6 0 47875.6 shouldn't be
130.61/131.47	WSVECS04 Frhs2[290]: 6 0 91193.7 shouldn't be
130.61/131.47	WSVECS04 Frhs2[295]: 6 0 134148 shouldn't be
130.61/131.47	WSVECS04 Frhs2[314]: 6 0 63628 shouldn't be
130.61/131.47	WSVECS04 Frhs2[326]: 6 0 75888 shouldn't be
130.61/131.47	WSVECS04 Frhs2[336]: 6 0 1705.05 shouldn't be
130.61/131.47	WSVECS04 Frhs2[357]: 6 0 41026.8 shouldn't be
130.61/131.47	WSVECS04 Frhs2[374]: 6 0 186251 shouldn't be
130.61/131.47	WSVECS04 Frhs2[391]: 6 0 20631.8 shouldn't be
130.61/131.47	WSVECS04 Frhs2[399]: 6 0 98072.7 shouldn't be
130.61/131.47	WSVECS04 Frhs2[412]: 6 0 61731.9 shouldn't be
130.61/131.47	WSVECS04 Frhs2[413]: 6 0 297185 shouldn't be
130.61/131.47	WSVECS04 Frhs2[415]: 6 0 92424.9 shouldn't be
130.61/131.47	WSVECS04 Frhs2[419]: 6 0 264884 shouldn't be
130.61/131.47	WSVECS04 Frhs2[421]: 6 0 57992 shouldn't be
130.61/131.47	WSVECS04 Frhs2[423]: 6 0 57808 shouldn't be
130.61/131.47	WSVECS04 Frhs2[428]: 6 0 17270.4 shouldn't be
130.61/131.47	WSVECS04 Frhs2[440]: 6 0 36421.9 shouldn't be
130.61/131.47	WSVECS04 Frhs2[459]: 6 0 90725.9 shouldn't be
130.61/131.47	WSVECS04 Frhs2[464]: 6 0 63978.6 shouldn't be
130.61/131.47	WSVECS04 Frhs2[470]: 6 0 110878 shouldn't be
130.61/131.47	WSVECS04 Frhs2[471]: 6 0 61283.4 shouldn't be
130.61/131.47	WSVECS04 Frhs2[472]: 6 0 36913.4 shouldn't be
130.61/131.47	WSVECS04 Frhs2[473]: 6 0 37026.4 shouldn't be
130.61/131.47	WSVECS04 Frhs2[476]: 6 0 216661 shouldn't be
130.61/131.47	WSVECS04 Frhs2[477]: 6 0 43202.6 shouldn't be
130.61/131.47	WSVECS04 Frhs2[480]: 6 0 62765.3 shouldn't be
130.61/131.47	WSVECS04 Frhs2[493]: 6 0 38103.5 shouldn't be
130.61/131.47	WSVECS04 Frhs2[504]: 6 -80695 0 shouldn't be
130.61/131.47	WSVECS04 Frhs2[540]: 6 0 101544 shouldn't be
130.71/131.57	WSVECS04 Frhs2[45]: 6 0 2787.24 shouldn't be
130.71/131.57	WSVECS04 Frhs2[117]: 6 0 2787.24 shouldn't be
130.71/131.57	WSVECS04 Frhs2[219]: 6 0 161856 shouldn't be
130.71/131.57	WSVECS04 Frhs2[220]: 6 0 152516 shouldn't be
130.71/131.57	WSVECS04 Frhs2[258]: 6 0 80419.8 shouldn't be
130.71/131.57	WSVECS04 Frhs2[261]: 6 0 3416.74 shouldn't be
130.71/131.57	WSVECS04 Frhs2[294]: 6 0 69010.5 shouldn't be
130.71/131.57	WSVECS04 Frhs2[306]: 6 0 46371.9 shouldn't be
130.71/131.57	WSVECS04 Frhs2[383]: 6 0 237362 shouldn't be
130.71/131.57	WSVECS04 Frhs2[395]: 6 0 65755.7 shouldn't be
130.71/131.57	WSVECS04 Frhs2[405]: 6 0 34949.6 shouldn't be
130.71/131.57	WSVECS04 Frhs2[411]: 6 -216178 0 shouldn't be
130.71/131.57	WSVECS04 Frhs2[430]: 6 0 51847.8 shouldn't be
130.71/131.57	WSVECS04 Frhs2[435]: 6 0 35349.9 shouldn't be
130.71/131.57	WSVECS04 Frhs2[437]: 6 0 58400 shouldn't be
130.71/131.57	WSVECS04 Frhs2[485]: 6 0 51858.3 shouldn't be
130.71/131.57	WSVECS04 Frhs2[516]: 6 0 196326 shouldn't be
130.81/131.68	WSVECS04 Frhs2[52]: 6 0 4073.19 shouldn't be
130.81/131.68	WSVECS04 Frhs2[70]: 6 0 94533.8 shouldn't be
130.81/131.68	WSVECS04 Frhs2[105]: 6 0 19553.4 shouldn't be
130.81/131.68	WSVECS04 Frhs2[153]: 6 0 194017 shouldn't be
130.81/131.68	WSVECS04 Frhs2[187]: 6 0 7941.22 shouldn't be
130.81/131.68	WSVECS04 Frhs2[190]: 6 0 9159.66 shouldn't be
130.81/131.68	WSVECS04 Frhs2[206]: 6 0 114554 shouldn't be
130.81/131.68	WSVECS04 Frhs2[278]: 6 0 139195 shouldn't be
130.81/131.68	WSVECS04 Frhs2[322]: 6 0 149831 shouldn't be
130.81/131.68	WSVECS04 Frhs2[334]: 6 0 4081.12 shouldn't be
130.81/131.68	WSVECS04 Frhs2[341]: 6 0 75043.9 shouldn't be
130.81/131.68	WSVECS04 Frhs2[351]: 6 0 39408.7 shouldn't be
130.81/131.68	WSVECS04 Frhs2[369]: 6 0 213539 shouldn't be
130.81/131.68	WSVECS04 Frhs2[414]: 6 0 292735 shouldn't be
130.81/131.68	WSVECS04 Frhs2[422]: 6 0 289162 shouldn't be
135.09/135.97	c #Conflicts:     360000 | #Constraints:      19618
135.09/135.97	c #Conflicts:     361000 | #Constraints:      20618
135.09/135.97	c #Conflicts:     362000 | #Constraints:      21618
135.09/135.97	c #Conflicts:     363000 | #Constraints:      22618
135.09/135.97	c #Conflicts:     364000 | #Constraints:      23619
135.09/135.97	c #Conflicts:     365000 | #Constraints:      24620
135.09/135.97	c #Conflicts:     366000 | #Constraints:      25621
135.09/135.97	c #Conflicts:     367000 | #Constraints:      26621
135.09/135.97	c #Conflicts:     368000 | #Constraints:      27621
135.09/135.97	c #Conflicts:     369000 | #Constraints:      28621
135.09/135.97	c INPROCESSING
135.09/135.97	c GARBAGE COLLECT
135.09/135.97	WSVECS04 Frhs2[162]: 6 0 40.4049 shouldn't be
135.09/135.97	WSVECS04 Frhs2[348]: 6 0 105.977 shouldn't be
135.09/135.97	WSVECS04 Frhs2[462]: 6 0 43.0001 shouldn't be
135.31/136.14	WSVECS04 Frhs2[92]: 6 0 43.4143 shouldn't be
135.31/136.14	WSVECS04 Frhs2[182]: 6 0 41.4017 shouldn't be
135.31/136.14	WSVECS04 Frhs2[304]: 6 0 23.7014 shouldn't be
135.31/136.14	WSVECS04 Frhs2[464]: 6 0 73.7547 shouldn't be
135.39/136.28	WSVECS04 Frhs2[3]: 6 0 120.735 shouldn't be
135.39/136.28	WSVECS04 Frhs2[4]: 6 0 243.531 shouldn't be
135.39/136.28	WSVECS04 Frhs2[118]: 6 0 1.76999 shouldn't be
135.39/136.28	WSVECS04 Frhs2[226]: 6 0 1.76999 shouldn't be
135.39/136.28	WSVECS04 Frhs2[418]: 6 0 249.23 shouldn't be
135.39/136.28	WSVECS04 Frhs2[522]: 6 -34.927 0 shouldn't be
135.59/136.44	WSVECS04 Frhs2[3]: 6 0 12.6743 shouldn't be
135.59/136.44	WSVECS04 Frhs2[139]: 6 0 95.7224 shouldn't be
135.59/136.44	WSVECS04 Frhs2[142]: 6 0 95.7224 shouldn't be
135.59/136.44	WSVECS04 Frhs2[220]: 6 0 138.359 shouldn't be
135.59/136.44	WSVECS04 Frhs2[243]: 6 0 441.519 shouldn't be
135.59/136.44	WSVECS04 Frhs2[334]: 6 0 130.148 shouldn't be
135.59/136.44	WSVECS04 Frhs2[364]: 6 -78.6332 0 shouldn't be
135.59/136.44	WSVECS04 Frhs2[372]: 6 0 43 shouldn't be
135.59/136.44	WSVECS04 Frhs2[389]: 6 0 63 shouldn't be
139.68/140.58	c #Conflicts:     370000 | #Constraints:      17607
139.68/140.58	c #Conflicts:     371000 | #Constraints:      18607
139.68/140.58	c #Conflicts:     372000 | #Constraints:      19607
139.68/140.58	c #Conflicts:     373000 | #Constraints:      20607
139.68/140.58	c #Conflicts:     374000 | #Constraints:      21609
139.68/140.58	c #Conflicts:     375000 | #Constraints:      22610
139.68/140.58	c #Conflicts:     376000 | #Constraints:      23611
139.68/140.58	c #Conflicts:     377000 | #Constraints:      24611
139.68/140.58	c #Conflicts:     378000 | #Constraints:      25613
139.68/140.58	c #Conflicts:     379000 | #Constraints:      26615
139.68/140.58	c #Conflicts:     380000 | #Constraints:      27616
139.68/140.58	c #Conflicts:     381000 | #Constraints:      28619
139.68/140.58	c INPROCESSING
139.68/140.58	c GARBAGE COLLECT
139.68/140.58	WSVECS04 Frhs2[8]: 6 -256.631 0 shouldn't be
139.68/140.58	WSVECS04 Frhs2[11]: 6 0 24.0297 shouldn't be
139.68/140.58	WSVECS04 Frhs2[12]: 6 0 68.472 shouldn't be
139.68/140.58	WSVECS04 Frhs2[19]: 6 0 176.516 shouldn't be
139.68/140.58	WSVECS04 Frhs2[20]: 6 0 52.8219 shouldn't be
139.68/140.58	WSVECS04 Frhs2[40]: 6 0 158.097 shouldn't be
139.68/140.58	WSVECS04 Frhs2[42]: 6 0 290.203 shouldn't be
139.68/140.58	WSVECS04 Frhs2[47]: 6 0 374.765 shouldn't be
139.68/140.58	WSVECS04 Frhs2[58]: 6 0 324.222 shouldn't be
139.68/140.58	WSVECS04 Frhs2[62]: 6 0 860.86 shouldn't be
139.68/140.58	WSVECS04 Frhs2[63]: 6 0 689.787 shouldn't be
139.68/140.58	WSVECS04 Frhs2[65]: 6 -566.758 0 shouldn't be
139.68/140.58	WSVECS04 Frhs2[74]: 6 0 307.494 shouldn't be
139.68/140.58	WSVECS04 Frhs2[75]: 6 0 385.452 shouldn't be
139.68/140.58	WSVECS04 Frhs2[77]: 6 0 243.704 shouldn't be
139.68/140.58	WSVECS04 Frhs2[95]: 6 0 258.6 shouldn't be
139.68/140.58	WSVECS04 Frhs2[97]: 6 0 60.13 shouldn't be
139.68/140.58	WSVECS04 Frhs2[100]: 6 0 124.24 shouldn't be
139.68/140.58	WSVECS04 Frhs2[103]: 6 0 65.0754 shouldn't be
139.68/140.58	WSVECS04 Frhs2[114]: 6 0 312.798 shouldn't be
139.68/140.58	WSVECS04 Frhs2[115]: 6 0 272.145 shouldn't be
139.68/140.58	WSVECS04 Frhs2[122]: 6 0 354.655 shouldn't be
139.68/140.58	WSVECS04 Frhs2[145]: 6 -1392.38 0 shouldn't be
139.68/140.58	WSVECS04 Frhs2[146]: 6 0 177.588 shouldn't be
139.68/140.58	WSVECS04 Frhs2[147]: 6 0 304.609 shouldn't be
139.68/140.58	WSVECS04 Frhs2[151]: 6 0 82.3115 shouldn't be
139.68/140.58	WSVECS04 Frhs2[153]: 6 0 357.839 shouldn't be
139.68/140.58	WSVECS04 Frhs2[154]: 6 0 488.119 shouldn't be
139.68/140.58	WSVECS04 Frhs2[160]: 6 0 152.722 shouldn't be
139.68/140.58	WSVECS04 Frhs2[171]: 6 0 937.471 shouldn't be
139.68/140.58	WSVECS04 Frhs2[181]: 6 0 380.448 shouldn't be
139.68/140.58	WSVECS04 Frhs2[185]: 6 0 464.051 shouldn't be
139.68/140.58	WSVECS04 Frhs2[191]: 6 0 669.107 shouldn't be
139.68/140.58	WSVECS04 Frhs2[192]: 6 0 68.472 shouldn't be
139.68/140.58	WSVECS04 Frhs2[199]: 6 0 309.06 shouldn't be
139.68/140.58	WSVECS04 Frhs2[203]: 6 0 193.447 shouldn't be
139.68/140.58	WSVECS04 Frhs2[215]: 6 0 238.238 shouldn't be
139.68/140.58	WSVECS04 Frhs2[216]: 6 -288.028 0 shouldn't be
139.68/140.58	WSVECS04 Frhs2[218]: 6 -339.332 0 shouldn't be
139.68/140.58	WSVECS04 Frhs2[224]: 6 -350.735 0 shouldn't be
139.68/140.58	WSVECS04 Frhs2[227]: 6 0 44.2103 shouldn't be
139.68/140.58	WSVECS04 Frhs2[236]: 6 0 224.266 shouldn't be
139.68/140.58	WSVECS04 Frhs2[242]: 6 0 475.394 shouldn't be
139.68/140.58	WSVECS04 Frhs2[256]: 6 -487.526 0 shouldn't be
139.68/140.58	WSVECS04 Frhs2[257]: 6 0 751.428 shouldn't be
139.68/140.58	WSVECS04 Frhs2[258]: 6 0 25.736 shouldn't be
139.68/140.58	WSVECS04 Frhs2[271]: 6 0 371.885 shouldn't be
139.68/140.58	WSVECS04 Frhs2[272]: 6 0 294.015 shouldn't be
139.68/140.58	WSVECS04 Frhs2[276]: 6 0 976.737 shouldn't be
139.68/140.58	WSVECS04 Frhs2[278]: 6 0 163.363 shouldn't be
139.68/140.58	WSVECS04 Frhs2[291]: 6 0 77.7907 shouldn't be
139.68/140.58	WSVECS04 Frhs2[294]: 6 0 84.0336 shouldn't be
139.68/140.58	WSVECS04 Frhs2[299]: 6 0 149.786 shouldn't be
139.68/140.58	WSVECS04 Frhs2[300]: 6 0 68.472 shouldn't be
139.68/140.58	WSVECS04 Frhs2[301]: 6 0 590.102 shouldn't be
139.68/140.58	WSVECS04 Frhs2[304]: 6 -811.968 0 shouldn't be
139.68/140.58	WSVECS04 Frhs2[307]: 6 0 685.325 shouldn't be
139.68/140.58	WSVECS04 Frhs2[312]: 6 0 213.614 shouldn't be
139.68/140.58	WSVECS04 Frhs2[313]: 6 0 318.277 shouldn't be
139.68/140.58	WSVECS04 Frhs2[314]: 6 0 206.981 shouldn't be
139.68/140.58	WSVECS04 Frhs2[319]: 6 0 512.908 shouldn't be
139.68/140.58	WSVECS04 Frhs2[322]: 6 0 512.908 shouldn't be
139.68/140.58	WSVECS04 Frhs2[326]: 6 0 313.442 shouldn't be
139.68/140.58	WSVECS04 Frhs2[330]: 6 0 351.758 shouldn't be
139.68/140.58	WSVECS04 Frhs2[350]: 6 0 491.9 shouldn't be
139.68/140.58	WSVECS04 Frhs2[364]: 6 -625.446 0 shouldn't be
139.68/140.58	WSVECS04 Frhs2[367]: 6 0 1073.44 shouldn't be
139.68/140.58	WSVECS04 Frhs2[371]: 6 -1390.6 0 shouldn't be
139.68/140.58	WSVECS04 Frhs2[373]: 6 0 28 shouldn't be
139.68/140.58	WSVECS04 Frhs2[378]: 6 0 773.437 shouldn't be
139.68/140.58	WSVECS04 Frhs2[387]: 6 -315 0 shouldn't be
139.68/140.58	WSVECS04 Frhs2[388]: 6 0 896.438 shouldn't be
139.68/140.58	WSVECS04 Frhs2[394]: 6 0 570.132 shouldn't be
139.68/140.58	WSVECS04 Frhs2[437]: 6 0 68.5034 shouldn't be
139.68/140.58	WSVECS04 Frhs2[459]: 6 0 440.904 shouldn't be
139.68/140.58	WSVECS04 Frhs2[464]: 6 0 608.781 shouldn't be
139.68/140.58	WSVECS04 Frhs2[471]: 6 -530.027 0 shouldn't be
139.88/140.71	WSVECS04 Frhs2[76]: 6 0 170.902 shouldn't be
139.88/140.71	WSVECS04 Frhs2[88]: 6 0 322.984 shouldn't be
139.88/140.71	WSVECS04 Frhs2[121]: 6 0 44.6574 shouldn't be
139.88/140.71	WSVECS04 Frhs2[150]: 6 0 42.3502 shouldn't be
139.88/140.71	WSVECS04 Frhs2[268]: 6 0 131.768 shouldn't be
139.98/140.84	WSVECS04 Frhs2[59]: 6 -819.515 0 shouldn't be
139.98/140.84	WSVECS04 Frhs2[66]: 6 0 85.0321 shouldn't be
139.98/140.84	WSVECS04 Frhs2[85]: 6 0 235.596 shouldn't be
139.98/140.84	WSVECS04 Frhs2[193]: 6 0 133.359 shouldn't be
139.98/140.84	WSVECS04 Frhs2[293]: 6 0 84.0336 shouldn't be
139.98/140.84	WSVECS04 Frhs2[310]: 6 -218.897 0 shouldn't be
139.98/140.84	WSVECS04 Frhs2[320]: 6 0 36.2244 shouldn't be
139.98/140.84	WSVECS04 Frhs2[347]: 6 0 155.86 shouldn't be
139.98/140.84	WSVECS04 Frhs2[432]: 6 -80 0 shouldn't be
139.98/140.84	WSVECS04 Frhs2[454]: 6 0 1725.71 shouldn't be
140.07/140.98	WSVECS04 Frhs2[14]: 6 -691.764 0 shouldn't be
140.07/140.98	WSVECS04 Frhs2[61]: 6 0 487.443 shouldn't be
140.07/140.98	WSVECS04 Frhs2[321]: 6 0 57.6755 shouldn't be
140.07/140.98	WSVECS04 Frhs2[337]: 6 0 174.827 shouldn't be
140.29/141.12	WSVECS04 Frhs2[86]: 6 0 73.7006 shouldn't be
140.29/141.12	WSVECS04 Frhs2[149]: 6 0 42.3502 shouldn't be
140.29/141.12	WSVECS04 Frhs2[163]: 6 0 1116.46 shouldn't be
140.29/141.12	WSVECS04 Frhs2[175]: 6 0 275.292 shouldn't be
140.29/141.12	WSVECS04 Frhs2[308]: 6 0 388.062 shouldn't be
140.38/141.27	WSVECS04 Frhs2[134]: 6 0 803.413 shouldn't be
140.38/141.27	WSVECS04 Frhs2[265]: 6 0 110.392 shouldn't be
140.48/141.39	WSVECS04 Frhs2[46]: 6 0 350.735 shouldn't be
140.48/141.39	WSVECS04 Frhs2[290]: 6 0 305.598 shouldn't be
140.67/141.51	WSVECS04 Frhs2[38]: 6 0 325.264 shouldn't be
140.67/141.51	WSVECS04 Frhs2[41]: 6 0 300.711 shouldn't be
140.78/141.67	WSVECS04 Frhs2[183]: 6 0 112.83 shouldn't be
140.97/141.80	WSVECS04 Frhs2[26]: 6 0 367.644 shouldn't be
140.97/141.80	WSVECS04 Frhs2[55]: 6 0 582.997 shouldn't be
140.97/141.80	WSVECS04 Frhs2[106]: 6 0 451.061 shouldn't be
140.97/141.80	WSVECS04 Frhs2[133]: 6 0 53.4715 shouldn't be
140.97/141.80	WSVECS04 Frhs2[338]: 6 0 231.318 shouldn't be
140.97/141.80	WSVECS04 Frhs2[365]: 6 -521 0 shouldn't be
141.19/142.05	WSVECS04 Frhs2[376]: 6 -1192.3 0 shouldn't be
141.47/142.31	WSVECS04 Frhs2[447]: 6 0 152.764 shouldn't be
141.57/142.47	WSVECS04 Frhs2[8]: 6 -256.631 0 shouldn't be
141.57/142.47	WSVECS04 Frhs2[11]: 6 0 24.0297 shouldn't be
141.57/142.47	WSVECS04 Frhs2[12]: 6 0 68.4719 shouldn't be
141.57/142.47	WSVECS04 Frhs2[14]: 6 -691.764 0 shouldn't be
141.57/142.47	WSVECS04 Frhs2[19]: 6 0 176.516 shouldn't be
141.57/142.47	WSVECS04 Frhs2[20]: 6 0 52.8218 shouldn't be
141.57/142.47	WSVECS04 Frhs2[40]: 6 0 158.097 shouldn't be
141.57/142.47	WSVECS04 Frhs2[47]: 6 0 374.765 shouldn't be
141.57/142.47	WSVECS04 Frhs2[55]: 6 0 582.997 shouldn't be
141.57/142.47	WSVECS04 Frhs2[59]: 6 -819.515 0 shouldn't be
141.57/142.47	WSVECS04 Frhs2[61]: 6 0 487.443 shouldn't be
141.57/142.47	WSVECS04 Frhs2[62]: 6 0 860.86 shouldn't be
141.57/142.47	WSVECS04 Frhs2[63]: 6 0 689.787 shouldn't be
141.57/142.47	WSVECS04 Frhs2[65]: 6 -566.758 0 shouldn't be
141.57/142.47	WSVECS04 Frhs2[75]: 6 0 385.452 shouldn't be
141.57/142.47	WSVECS04 Frhs2[76]: 6 0 170.902 shouldn't be
141.57/142.47	WSVECS04 Frhs2[95]: 6 0 258.6 shouldn't be
141.57/142.47	WSVECS04 Frhs2[106]: 6 0 451.061 shouldn't be
141.57/142.47	WSVECS04 Frhs2[122]: 6 0 354.655 shouldn't be
141.57/142.47	WSVECS04 Frhs2[145]: 6 -1392.38 0 shouldn't be
141.57/142.47	WSVECS04 Frhs2[147]: 6 0 304.609 shouldn't be
141.57/142.47	WSVECS04 Frhs2[151]: 6 0 82.3115 shouldn't be
141.57/142.47	WSVECS04 Frhs2[154]: 6 0 488.119 shouldn't be
141.57/142.47	WSVECS04 Frhs2[160]: 6 0 152.722 shouldn't be
141.57/142.47	WSVECS04 Frhs2[163]: 6 0 1116.46 shouldn't be
141.57/142.47	WSVECS04 Frhs2[171]: 6 0 937.471 shouldn't be
141.57/142.47	WSVECS04 Frhs2[181]: 6 0 380.448 shouldn't be
141.57/142.47	WSVECS04 Frhs2[191]: 6 0 669.107 shouldn't be
141.57/142.47	WSVECS04 Frhs2[192]: 6 0 68.4719 shouldn't be
141.57/142.47	WSVECS04 Frhs2[199]: 6 0 309.059 shouldn't be
141.57/142.47	WSVECS04 Frhs2[203]: 6 0 193.447 shouldn't be
141.57/142.47	WSVECS04 Frhs2[205]: 6 0 316.549 shouldn't be
141.57/142.47	WSVECS04 Frhs2[210]: 6 0 261.402 shouldn't be
141.57/142.47	WSVECS04 Frhs2[215]: 6 0 238.238 shouldn't be
141.57/142.47	WSVECS04 Frhs2[216]: 6 -288.028 0 shouldn't be
141.57/142.47	WSVECS04 Frhs2[224]: 6 -350.735 0 shouldn't be
141.57/142.47	WSVECS04 Frhs2[227]: 6 0 44.2103 shouldn't be
141.57/142.47	WSVECS04 Frhs2[236]: 6 0 224.266 shouldn't be
141.57/142.47	WSVECS04 Frhs2[257]: 6 0 751.428 shouldn't be
141.57/142.47	WSVECS04 Frhs2[271]: 6 0 371.885 shouldn't be
141.57/142.47	WSVECS04 Frhs2[272]: 6 0 294.015 shouldn't be
141.57/142.47	WSVECS04 Frhs2[276]: 6 0 976.737 shouldn't be
141.57/142.47	WSVECS04 Frhs2[291]: 6 0 77.7906 shouldn't be
141.57/142.47	WSVECS04 Frhs2[301]: 6 0 590.102 shouldn't be
141.57/142.47	WSVECS04 Frhs2[304]: 6 -811.968 0 shouldn't be
141.57/142.47	WSVECS04 Frhs2[307]: 6 0 685.324 shouldn't be
141.57/142.47	WSVECS04 Frhs2[308]: 6 0 388.062 shouldn't be
141.57/142.47	WSVECS04 Frhs2[310]: 6 -218.897 0 shouldn't be
141.57/142.47	WSVECS04 Frhs2[313]: 6 0 318.277 shouldn't be
141.57/142.47	WSVECS04 Frhs2[319]: 6 0 512.908 shouldn't be
141.57/142.47	WSVECS04 Frhs2[330]: 6 0 351.758 shouldn't be
141.57/142.47	WSVECS04 Frhs2[338]: 6 0 231.318 shouldn't be
141.57/142.47	WSVECS04 Frhs2[347]: 6 0 155.86 shouldn't be
141.57/142.47	WSVECS04 Frhs2[364]: 6 -625.446 0 shouldn't be
141.57/142.47	WSVECS04 Frhs2[367]: 6 0 1073.44 shouldn't be
141.57/142.47	WSVECS04 Frhs2[373]: 6 0 28 shouldn't be
141.57/142.47	WSVECS04 Frhs2[376]: 6 -1192.3 0 shouldn't be
141.57/142.47	WSVECS04 Frhs2[387]: 6 -315 0 shouldn't be
141.57/142.47	WSVECS04 Frhs2[394]: 6 0 570.132 shouldn't be
141.57/142.47	WSVECS04 Frhs2[437]: 6 0 68.5034 shouldn't be
141.57/142.47	WSVECS04 Frhs2[459]: 6 0 440.904 shouldn't be
141.57/142.47	WSVECS04 Frhs2[464]: 6 0 608.781 shouldn't be
141.57/142.47	WSVECS04 Frhs2[471]: 6 -530.027 0 shouldn't be
141.77/142.67	WSVECS04 Frhs2[26]: 6 0 367.644 shouldn't be
141.77/142.67	WSVECS04 Frhs2[46]: 6 0 350.735 shouldn't be
141.77/142.67	WSVECS04 Frhs2[58]: 6 0 324.222 shouldn't be
141.77/142.67	WSVECS04 Frhs2[74]: 6 0 307.494 shouldn't be
141.77/142.67	WSVECS04 Frhs2[88]: 6 0 322.984 shouldn't be
141.77/142.67	WSVECS04 Frhs2[100]: 6 0 124.24 shouldn't be
141.77/142.67	WSVECS04 Frhs2[115]: 6 0 272.145 shouldn't be
141.77/142.67	WSVECS04 Frhs2[134]: 6 0 803.413 shouldn't be
141.77/142.67	WSVECS04 Frhs2[146]: 6 0 177.588 shouldn't be
141.77/142.67	WSVECS04 Frhs2[175]: 6 0 275.292 shouldn't be
141.77/142.67	WSVECS04 Frhs2[183]: 6 0 112.83 shouldn't be
141.77/142.67	WSVECS04 Frhs2[185]: 6 0 464.051 shouldn't be
141.77/142.67	WSVECS04 Frhs2[242]: 6 0 475.394 shouldn't be
141.77/142.67	WSVECS04 Frhs2[256]: 6 -487.526 0 shouldn't be
141.77/142.67	WSVECS04 Frhs2[268]: 6 0 131.768 shouldn't be
141.77/142.67	WSVECS04 Frhs2[299]: 6 0 149.786 shouldn't be
141.77/142.67	WSVECS04 Frhs2[300]: 6 0 68.4719 shouldn't be
141.77/142.67	WSVECS04 Frhs2[312]: 6 0 213.614 shouldn't be
141.77/142.67	WSVECS04 Frhs2[314]: 6 0 206.981 shouldn't be
141.77/142.67	WSVECS04 Frhs2[322]: 6 0 512.908 shouldn't be
141.77/142.67	WSVECS04 Frhs2[326]: 6 0 313.442 shouldn't be
141.77/142.67	WSVECS04 Frhs2[350]: 6 0 491.899 shouldn't be
141.77/142.67	WSVECS04 Frhs2[378]: 6 0 773.437 shouldn't be
141.77/142.67	WSVECS04 Frhs2[432]: 6 -80 0 shouldn't be
141.77/142.67	WSVECS04 Frhs2[454]: 6 0 1725.71 shouldn't be
141.97/142.82	WSVECS04 Frhs2[388]: 6 0 101 shouldn't be
141.97/142.82	WSVECS04 Frhs2[389]: 6 0 207 shouldn't be
143.66/144.56	c #Conflicts:     382000 | #Constraints:      17409
143.66/144.56	c #Conflicts:     383000 | #Constraints:      18409
143.66/144.56	c #Conflicts:     384000 | #Constraints:      19409
143.66/144.56	c #Conflicts:     385000 | #Constraints:      20409
143.66/144.56	c #Conflicts:     386000 | #Constraints:      21410
143.66/144.56	WSVECS04 Frhs2[1]: 6 0 2268.4 shouldn't be
143.66/144.56	WSVECS04 Frhs2[29]: 6 -13182.5 0 shouldn't be
143.66/144.56	WSVECS04 Frhs2[35]: 6 0 235.346 shouldn't be
143.66/144.56	WSVECS04 Frhs2[41]: 6 0 441.115 shouldn't be
143.66/144.56	WSVECS04 Frhs2[49]: 6 0 1073.53 shouldn't be
143.66/144.56	WSVECS04 Frhs2[61]: 6 0 3887.42 shouldn't be
143.66/144.56	WSVECS04 Frhs2[66]: 6 0 3070.58 shouldn't be
143.66/144.56	WSVECS04 Frhs2[77]: 6 0 450.452 shouldn't be
143.66/144.56	WSVECS04 Frhs2[83]: 6 0 317.808 shouldn't be
143.66/144.56	WSVECS04 Frhs2[95]: 6 0 153.538 shouldn't be
143.66/144.56	WSVECS04 Frhs2[100]: 6 0 683.371 shouldn't be
143.66/144.56	WSVECS04 Frhs2[101]: 6 0 707.169 shouldn't be
143.66/144.56	WSVECS04 Frhs2[113]: 6 0 63.2624 shouldn't be
143.66/144.56	WSVECS04 Frhs2[138]: 6 0 705.271 shouldn't be
143.66/144.56	WSVECS04 Frhs2[149]: 6 0 420.644 shouldn't be
143.66/144.56	WSVECS04 Frhs2[170]: 6 0 2306.46 shouldn't be
143.66/144.56	WSVECS04 Frhs2[171]: 6 0 1590.16 shouldn't be
143.66/144.56	WSVECS04 Frhs2[172]: 6 0 4997.47 shouldn't be
143.66/144.56	WSVECS04 Frhs2[174]: 6 0 246.637 shouldn't be
143.66/144.56	WSVECS04 Frhs2[182]: 6 0 126.477 shouldn't be
143.66/144.56	WSVECS04 Frhs2[185]: 6 0 912.813 shouldn't be
143.66/144.56	WSVECS04 Frhs2[186]: 6 0 231.854 shouldn't be
143.66/144.56	WSVECS04 Frhs2[203]: 6 0 1395.69 shouldn't be
143.66/144.56	WSVECS04 Frhs2[205]: 6 -117.13 0 shouldn't be
143.66/144.56	WSVECS04 Frhs2[206]: 6 0 1713.41 shouldn't be
143.66/144.56	WSVECS04 Frhs2[208]: 6 0 4612.97 shouldn't be
143.66/144.56	WSVECS04 Frhs2[221]: 6 0 55.4349 shouldn't be
143.66/144.56	WSVECS04 Frhs2[227]: 6 0 645.21 shouldn't be
143.66/144.56	WSVECS04 Frhs2[242]: 6 0 2636.27 shouldn't be
143.66/144.56	WSVECS04 Frhs2[244]: 6 0 4097.3 shouldn't be
143.66/144.56	WSVECS04 Frhs2[271]: 6 0 463.876 shouldn't be
143.66/144.56	WSVECS04 Frhs2[275]: 6 0 433.988 shouldn't be
143.66/144.56	WSVECS04 Frhs2[281]: 6 0 546.856 shouldn't be
143.66/144.56	WSVECS04 Frhs2[307]: 6 0 528.511 shouldn't be
143.66/144.56	WSVECS04 Frhs2[317]: 6 -12116.9 0 shouldn't be
143.66/144.56	WSVECS04 Frhs2[329]: 6 0 0.0765593 shouldn't be
143.66/144.56	WSVECS04 Frhs2[347]: 6 0 878.926 shouldn't be
143.66/144.56	WSVECS04 Frhs2[349]: 6 0 319.138 shouldn't be
143.66/144.56	WSVECS04 Frhs2[364]: 6 -127.366 0 shouldn't be
143.66/144.56	WSVECS04 Frhs2[484]: 6 0 12727.1 shouldn't be
143.66/144.56	WSVECS04 Frhs2[485]: 6 -904.342 0 shouldn't be
143.66/144.56	WSVECS04 Frhs2[490]: 6 0 981.978 shouldn't be
143.66/144.56	WSVECS04 Frhs2[510]: 6 0 12745.2 shouldn't be
143.97/144.84	WSVECS04 Frhs2[31]: 6 0 328.808 shouldn't be
144.07/144.98	WSVECS04 Frhs2[11]: 6 0 1078.43 shouldn't be
144.07/144.98	WSVECS04 Frhs2[311]: 6 0 507.304 shouldn't be
144.27/145.12	WSVECS04 Frhs2[199]: 6 0 1052.21 shouldn't be
144.37/145.26	WSVECS04 Frhs2[55]: 6 0 1313.74 shouldn't be
144.37/145.26	WSVECS04 Frhs2[97]: 6 0 557.968 shouldn't be
144.37/145.26	WSVECS04 Frhs2[314]: 6 0 2142.82 shouldn't be
144.37/145.26	WSVECS04 Frhs2[316]: 6 0 4812.24 shouldn't be
144.46/145.38	WSVECS04 Frhs2[2]: 6 0 1048.27 shouldn't be
144.46/145.38	WSVECS04 Frhs2[3]: 6 0 1883.56 shouldn't be
144.77/145.64	WSVECS04 Frhs2[252]: 6 -903.395 0 shouldn't be
144.86/145.76	WSVECS04 Frhs2[81]: 6 0 143.372 shouldn't be
145.06/145.96	WSVECS04 Frhs2[26]: 6 0 2495.13 shouldn't be
145.06/145.96	WSVECS04 Frhs2[130]: 6 0 137.231 shouldn't be
147.17/148.09	c #Conflicts:     387000 | #Constraints:      22411
147.17/148.09	c #Conflicts:     388000 | #Constraints:      23411
147.17/148.09	c #Conflicts:     389000 | #Constraints:      24411
147.17/148.09	c #Conflicts:     390000 | #Constraints:      25411
147.17/148.09	c #Conflicts:     391000 | #Constraints:      26411
147.17/148.09	c #Conflicts:     392000 | #Constraints:      27411
147.17/148.09	c #Conflicts:     393000 | #Constraints:      28411
147.17/148.09	c #Conflicts:     394000 | #Constraints:      29411
147.17/148.09	c INPROCESSING
147.17/148.09	c GARBAGE COLLECT
147.17/148.09	WSVECS04 Frhs2[6]: 6 0 1593.38 shouldn't be
147.17/148.09	WSVECS04 Frhs2[7]: 6 0 57.5914 shouldn't be
147.17/148.09	WSVECS04 Frhs2[25]: 6 0 435.325 shouldn't be
147.17/148.09	WSVECS04 Frhs2[29]: 6 -181.496 0 shouldn't be
147.17/148.09	WSVECS04 Frhs2[48]: 6 -481.789 0 shouldn't be
147.17/148.09	WSVECS04 Frhs2[56]: 6 0 141.484 shouldn't be
147.17/148.09	WSVECS04 Frhs2[59]: 6 0 897.578 shouldn't be
147.17/148.09	WSVECS04 Frhs2[64]: 6 0 1144.34 shouldn't be
147.17/148.09	WSVECS04 Frhs2[68]: 6 0 152.331 shouldn't be
147.17/148.09	WSVECS04 Frhs2[79]: 6 0 563.573 shouldn't be
147.17/148.09	WSVECS04 Frhs2[83]: 6 0 154.659 shouldn't be
147.17/148.09	WSVECS04 Frhs2[88]: 6 0 642.732 shouldn't be
147.17/148.09	WSVECS04 Frhs2[91]: 6 0 173.478 shouldn't be
147.17/148.09	WSVECS04 Frhs2[100]: 6 0 2107.93 shouldn't be
147.17/148.09	WSVECS04 Frhs2[112]: 6 0 380.984 shouldn't be
147.17/148.09	WSVECS04 Frhs2[116]: 6 -265.677 0 shouldn't be
147.17/148.09	WSVECS04 Frhs2[122]: 6 0 637.406 shouldn't be
147.17/148.09	WSVECS04 Frhs2[131]: 6 0 1210.07 shouldn't be
147.17/148.09	WSVECS04 Frhs2[132]: 6 0 1977.84 shouldn't be
147.17/148.09	WSVECS04 Frhs2[136]: 6 0 923.96 shouldn't be
147.17/148.09	WSVECS04 Frhs2[145]: 6 0 2725.44 shouldn't be
147.17/148.09	WSVECS04 Frhs2[146]: 6 0 365.935 shouldn't be
147.17/148.09	WSVECS04 Frhs2[147]: 6 0 1007.67 shouldn't be
147.17/148.09	WSVECS04 Frhs2[148]: 6 0 1426.49 shouldn't be
147.17/148.09	WSVECS04 Frhs2[150]: 6 0 2611.46 shouldn't be
147.17/148.09	WSVECS04 Frhs2[155]: 6 0 352.322 shouldn't be
147.17/148.09	WSVECS04 Frhs2[156]: 6 0 927.275 shouldn't be
147.17/148.09	WSVECS04 Frhs2[196]: 6 0 367.518 shouldn't be
147.17/148.09	WSVECS04 Frhs2[205]: 6 0 118.346 shouldn't be
147.17/148.09	WSVECS04 Frhs2[212]: 6 0 446.391 shouldn't be
147.17/148.09	WSVECS04 Frhs2[226]: 6 0 981.741 shouldn't be
147.17/148.09	WSVECS04 Frhs2[230]: 6 0 449.751 shouldn't be
147.17/148.09	WSVECS04 Frhs2[245]: 6 0 251.661 shouldn't be
147.17/148.09	WSVECS04 Frhs2[270]: 6 0 444.75 shouldn't be
147.17/148.09	WSVECS04 Frhs2[285]: 6 -230.876 0 shouldn't be
147.17/148.09	WSVECS04 Frhs2[305]: 6 0 421.357 shouldn't be
147.17/148.09	WSVECS04 Frhs2[306]: 6 0 546.294 shouldn't be
147.17/148.09	WSVECS04 Frhs2[309]: 6 0 553.315 shouldn't be
147.17/148.09	WSVECS04 Frhs2[310]: 6 0 1841.45 shouldn't be
147.17/148.09	WSVECS04 Frhs2[312]: 6 0 2531.21 shouldn't be
147.17/148.09	WSVECS04 Frhs2[315]: 6 0 868.328 shouldn't be
147.17/148.09	WSVECS04 Frhs2[323]: 6 0 334.505 shouldn't be
147.17/148.09	WSVECS04 Frhs2[326]: 6 0 344.046 shouldn't be
147.17/148.09	WSVECS04 Frhs2[328]: 6 0 325.155 shouldn't be
147.17/148.09	WSVECS04 Frhs2[330]: 6 -521.949 0 shouldn't be
147.17/148.09	WSVECS04 Frhs2[332]: 6 0 1419.07 shouldn't be
147.17/148.09	WSVECS04 Frhs2[359]: 6 0 1846.51 shouldn't be
147.17/148.09	WSVECS04 Frhs2[361]: 6 0 1047.53 shouldn't be
147.17/148.09	WSVECS04 Frhs2[370]: 6 0 93.0001 shouldn't be
147.17/148.09	WSVECS04 Frhs2[377]: 6 -337 0 shouldn't be
147.17/148.09	WSVECS04 Frhs2[381]: 6 -100.038 0 shouldn't be
147.17/148.09	WSVECS04 Frhs2[400]: 6 0 865.169 shouldn't be
147.17/148.09	WSVECS04 Frhs2[407]: 6 0 548.729 shouldn't be
147.17/148.09	WSVECS04 Frhs2[436]: 6 -743.268 0 shouldn't be
147.17/148.09	WSVECS04 Frhs2[440]: 6 0 10.8582 shouldn't be
147.17/148.09	WSVECS04 Frhs2[458]: 6 -37.0001 0 shouldn't be
147.17/148.09	WSVECS04 Frhs2[467]: 6 -337 0 shouldn't be
147.17/148.09	WSVECS04 Frhs2[487]: 6 0 364.639 shouldn't be
147.17/148.09	WSVECS04 Frhs2[516]: 6 0 307.709 shouldn't be
147.17/148.09	WSVECS04 Frhs2[536]: 6 0 184.637 shouldn't be
147.36/148.21	WSVECS04 Frhs2[3]: 6 0 1095.81 shouldn't be
147.36/148.21	WSVECS04 Frhs2[74]: 6 0 460.405 shouldn't be
147.36/148.21	WSVECS04 Frhs2[109]: 6 0 1276.76 shouldn't be
147.36/148.21	WSVECS04 Frhs2[118]: 6 0 716.064 shouldn't be
147.36/148.21	WSVECS04 Frhs2[187]: 6 0 2028.43 shouldn't be
147.36/148.21	WSVECS04 Frhs2[224]: 6 0 610.972 shouldn't be
147.36/148.21	WSVECS04 Frhs2[246]: 6 -1550.01 0 shouldn't be
147.36/148.21	WSVECS04 Frhs2[263]: 6 0 971.322 shouldn't be
147.36/148.21	WSVECS04 Frhs2[284]: 6 0 461.083 shouldn't be
147.36/148.21	WSVECS04 Frhs2[327]: 6 0 1220.04 shouldn't be
147.36/148.21	WSVECS04 Frhs2[331]: 6 0 1087.1 shouldn't be
147.36/148.21	WSVECS04 Frhs2[334]: 6 0 1045.63 shouldn't be
147.36/148.21	WSVECS04 Frhs2[336]: 6 0 902.554 shouldn't be
147.36/148.21	WSVECS04 Frhs2[373]: 6 -438 0 shouldn't be
147.36/148.21	WSVECS04 Frhs2[391]: 6 0 765.837 shouldn't be
147.36/148.21	WSVECS04 Frhs2[392]: 6 0 2902.88 shouldn't be
147.36/148.21	WSVECS04 Frhs2[399]: 6 0 598.506 shouldn't be
147.36/148.21	WSVECS04 Frhs2[444]: 6 0 71.7519 shouldn't be
147.36/148.21	WSVECS04 Frhs2[485]: 6 0 324.021 shouldn't be
147.36/148.21	WSVECS04 Frhs2[510]: 6 -2194.76 0 shouldn't be
147.36/148.21	WSVECS04 Frhs2[535]: 6 0 572.789 shouldn't be
147.46/148.33	WSVECS04 Frhs2[18]: 6 0 1685.47 shouldn't be
147.46/148.33	WSVECS04 Frhs2[28]: 6 0 2130.66 shouldn't be
147.46/148.33	WSVECS04 Frhs2[54]: 6 0 1685.47 shouldn't be
147.46/148.33	WSVECS04 Frhs2[103]: 6 0 211.03 shouldn't be
147.46/148.33	WSVECS04 Frhs2[140]: 6 0 868.594 shouldn't be
147.46/148.33	WSVECS04 Frhs2[142]: 6 0 296.668 shouldn't be
147.46/148.33	WSVECS04 Frhs2[207]: 6 0 3469.29 shouldn't be
147.46/148.33	WSVECS04 Frhs2[216]: 6 0 2283.48 shouldn't be
147.46/148.33	WSVECS04 Frhs2[234]: 6 0 1685.47 shouldn't be
147.46/148.33	WSVECS04 Frhs2[235]: 6 0 2079.11 shouldn't be
147.46/148.33	WSVECS04 Frhs2[241]: 6 0 1125.82 shouldn't be
147.46/148.33	WSVECS04 Frhs2[250]: 6 0 352.543 shouldn't be
147.46/148.33	WSVECS04 Frhs2[264]: 6 0 614.988 shouldn't be
147.46/148.33	WSVECS04 Frhs2[386]: 6 -721.813 0 shouldn't be
147.46/148.33	WSVECS04 Frhs2[398]: 6 -484.371 0 shouldn't be
147.46/148.33	WSVECS04 Frhs2[433]: 6 -300 0 shouldn't be
147.46/148.33	WSVECS04 Frhs2[455]: 6 -625.301 0 shouldn't be
147.46/148.33	WSVECS04 Frhs2[469]: 6 0 2140.45 shouldn't be
147.55/148.44	WSVECS04 Frhs2[4]: 6 0 5505.24 shouldn't be
147.55/148.44	WSVECS04 Frhs2[10]: 6 0 981.741 shouldn't be
147.55/148.44	WSVECS04 Frhs2[13]: 6 0 1746.52 shouldn't be
147.55/148.44	WSVECS04 Frhs2[14]: 6 0 449.751 shouldn't be
147.55/148.44	WSVECS04 Frhs2[126]: 6 0 1685.47 shouldn't be
147.55/148.44	WSVECS04 Frhs2[127]: 6 0 623.672 shouldn't be
147.55/148.44	WSVECS04 Frhs2[249]: 6 0 352.543 shouldn't be
147.55/148.44	WSVECS04 Frhs2[254]: 6 0 526.778 shouldn't be
147.55/148.44	WSVECS04 Frhs2[357]: 6 0 2413.2 shouldn't be
147.55/148.44	WSVECS04 Frhs2[364]: 6 -77.9848 0 shouldn't be
147.55/148.44	WSVECS04 Frhs2[394]: 6 -838.667 0 shouldn't be
147.55/148.44	WSVECS04 Frhs2[413]: 6 0 2431.68 shouldn't be
147.55/148.44	WSVECS04 Frhs2[427]: 6 -4093.18 0 shouldn't be
147.55/148.44	WSVECS04 Frhs2[431]: 6 0 1275.89 shouldn't be
147.55/148.44	WSVECS04 Frhs2[470]: 6 0 3478.33 shouldn't be
147.55/148.44	WSVECS04 Frhs2[484]: 6 -3958.16 0 shouldn't be
147.55/148.44	WSVECS04 Frhs2[498]: 6 0 376.552 shouldn't be
147.65/148.58	WSVECS04 Frhs2[28]: 6 0 3.45137 shouldn't be
147.65/148.58	WSVECS04 Frhs2[282]: 6 0 19.316 shouldn't be
147.65/148.58	WSVECS04 Frhs2[419]: 6 0 107.373 shouldn't be
147.86/148.75	WSVECS04 Frhs2[47]: 6 0 426.589 shouldn't be
147.86/148.75	WSVECS04 Frhs2[81]: 6 0 68.7019 shouldn't be
147.86/148.75	WSVECS04 Frhs2[243]: 6 0 73.7721 shouldn't be
147.86/148.75	WSVECS04 Frhs2[262]: 6 0 19.7357 shouldn't be
147.86/148.75	WSVECS04 Frhs2[307]: 6 0 374.359 shouldn't be
147.86/148.75	WSVECS04 Frhs2[342]: 6 0 22.3728 shouldn't be
147.86/148.75	WSVECS04 Frhs2[372]: 6 0 28.0001 shouldn't be
147.86/148.75	WSVECS04 Frhs2[394]: 6 -51.665 0 shouldn't be
147.86/148.75	WSVECS04 Frhs2[428]: 6 0 43.0001 shouldn't be
147.86/148.75	WSVECS04 Frhs2[475]: 6 0 134.237 shouldn't be
152.64/153.57	c #Conflicts:     395000 | #Constraints:      18006
152.64/153.57	c #Conflicts:     396000 | #Constraints:      19006
152.64/153.57	c #Conflicts:     397000 | #Constraints:      20006
152.64/153.57	c #Conflicts:     398000 | #Constraints:      21006
152.64/153.57	c #Conflicts:     399000 | #Constraints:      22011
152.64/153.57	c #Conflicts:     400000 | #Constraints:      23016
152.64/153.57	c #Conflicts:     401000 | #Constraints:      24019
152.64/153.57	c #Conflicts:     402000 | #Constraints:      25021
152.64/153.57	c #Conflicts:     403000 | #Constraints:      26021
152.64/153.57	c #Conflicts:     404000 | #Constraints:      27025
152.64/153.57	c #Conflicts:     405000 | #Constraints:      28027
152.64/153.57	c #Conflicts:     406000 | #Constraints:      29030
152.64/153.57	c #Conflicts:     407000 | #Constraints:      30033
152.64/153.57	c INPROCESSING
152.64/153.57	c GARBAGE COLLECT
152.64/153.57	WSVECS04 Frhs2[4]: 6 0 43.6942 shouldn't be
152.64/153.57	WSVECS04 Frhs2[275]: 6 0 13.673 shouldn't be
152.64/153.57	WSVECS04 Frhs2[356]: 6 0 169.922 shouldn't be
152.64/153.57	WSVECS04 Frhs2[522]: 6 -674.469 0 shouldn't be
152.74/153.68	WSVECS04 Frhs2[64]: 6 0 35.6972 shouldn't be
152.74/153.68	WSVECS04 Frhs2[212]: 6 0 268.069 shouldn't be
152.74/153.68	WSVECS04 Frhs2[225]: 6 0 52.8865 shouldn't be
152.74/153.68	WSVECS04 Frhs2[279]: 6 0 83.8043 shouldn't be
152.74/153.68	WSVECS04 Frhs2[282]: 6 0 0.517545 shouldn't be
152.74/153.68	WSVECS04 Frhs2[348]: 6 0 18.2137 shouldn't be
156.53/157.42	c #Conflicts:     408000 | #Constraints:      18415
156.53/157.42	c #Conflicts:     409000 | #Constraints:      19415
156.53/157.42	c #Conflicts:     410000 | #Constraints:      20415
156.53/157.42	c #Conflicts:     411000 | #Constraints:      21415
156.53/157.42	c #Conflicts:     412000 | #Constraints:      22415
156.53/157.42	c #Conflicts:     413000 | #Constraints:      23417
156.53/157.42	c #Conflicts:     414000 | #Constraints:      24418
156.53/157.42	c #Conflicts:     415000 | #Constraints:      25419
156.53/157.42	c #Conflicts:     416000 | #Constraints:      26420
156.53/157.42	c #Conflicts:     417000 | #Constraints:      27420
156.53/157.42	WSVECS04 Frhs2[5]: 6 0 20389.3 shouldn't be
156.53/157.42	WSVECS04 Frhs2[29]: 6 0 26869.8 shouldn't be
156.53/157.42	WSVECS04 Frhs2[41]: 6 0 28626.8 shouldn't be
156.53/157.42	WSVECS04 Frhs2[47]: 6 0 26870.1 shouldn't be
156.53/157.42	WSVECS04 Frhs2[55]: 6 0 56501.4 shouldn't be
156.53/157.42	WSVECS04 Frhs2[61]: 6 0 18757.4 shouldn't be
156.53/157.42	WSVECS04 Frhs2[69]: 6 0 3247.45 shouldn't be
156.53/157.42	WSVECS04 Frhs2[113]: 6 0 14509.6 shouldn't be
156.53/157.42	WSVECS04 Frhs2[163]: 6 0 104530 shouldn't be
156.53/157.42	WSVECS04 Frhs2[193]: 6 0 12238.3 shouldn't be
156.53/157.42	WSVECS04 Frhs2[197]: 6 0 14932.2 shouldn't be
156.53/157.42	WSVECS04 Frhs2[203]: 6 0 11937.4 shouldn't be
156.53/157.42	WSVECS04 Frhs2[205]: 6 0 9644.03 shouldn't be
156.53/157.42	WSVECS04 Frhs2[236]: 6 0 2777.91 shouldn't be
156.53/157.42	WSVECS04 Frhs2[246]: 6 0 86441.9 shouldn't be
156.53/157.42	WSVECS04 Frhs2[257]: 6 0 91078.1 shouldn't be
156.53/157.42	WSVECS04 Frhs2[268]: 6 0 7503.1 shouldn't be
156.53/157.42	WSVECS04 Frhs2[272]: 6 0 29131.5 shouldn't be
156.53/157.42	WSVECS04 Frhs2[276]: 6 0 72869.5 shouldn't be
156.53/157.42	WSVECS04 Frhs2[308]: 6 0 38246.2 shouldn't be
156.53/157.42	WSVECS04 Frhs2[344]: 6 0 637 shouldn't be
156.53/157.42	WSVECS04 Frhs2[454]: 6 -261.218 0 shouldn't be
156.93/157.86	WSVECS04 Frhs2[49]: 6 0 101099 shouldn't be
156.93/157.86	WSVECS04 Frhs2[64]: 6 0 12019.9 shouldn't be
156.93/157.86	WSVECS04 Frhs2[70]: 6 0 10634.6 shouldn't be
156.93/157.86	WSVECS04 Frhs2[199]: 6 0 45971.6 shouldn't be
156.93/157.86	WSVECS04 Frhs2[208]: 6 0 8609.55 shouldn't be
159.13/160.06	c #Conflicts:     418000 | #Constraints:      28421
159.13/160.06	c #Conflicts:     419000 | #Constraints:      29421
159.13/160.06	c #Conflicts:     420000 | #Constraints:      30421
159.13/160.06	c INPROCESSING
159.13/160.06	c GARBAGE COLLECT
159.13/160.06	WSVECS04 Frhs2[148]: 6 0 108.381 shouldn't be
159.13/160.06	WSVECS04 Frhs2[307]: 6 0 8.91446 shouldn't be
159.13/160.06	WSVECS04 Frhs2[318]: 6 0 2.22072 shouldn't be
159.13/160.06	WSVECS04 Frhs2[365]: 6 -157.288 0 shouldn't be
159.13/160.06	WSVECS04 Frhs2[416]: 6 0 5.94834 shouldn't be
163.51/164.42	c #Conflicts:     421000 | #Constraints:      18616
163.51/164.42	c #Conflicts:     422000 | #Constraints:      19616
163.51/164.42	c #Conflicts:     423000 | #Constraints:      20616
163.51/164.42	c #Conflicts:     424000 | #Constraints:      21616
163.51/164.42	c #Conflicts:     425000 | #Constraints:      22616
163.51/164.42	c #Conflicts:     426000 | #Constraints:      23617
163.51/164.42	c #Conflicts:     427000 | #Constraints:      24619
163.51/164.42	c #Conflicts:     428000 | #Constraints:      25621
163.51/164.42	c #Conflicts:     429000 | #Constraints:      26622
163.51/164.42	c #Conflicts:     430000 | #Constraints:      27625
163.51/164.42	c #Conflicts:     431000 | #Constraints:      28625
163.51/164.42	c #Conflicts:     432000 | #Constraints:      29626
163.51/164.42	c #Conflicts:     433000 | #Constraints:      30627
163.51/164.42	c INPROCESSING
163.51/164.42	c GARBAGE COLLECT
163.51/164.42	c rational objective 18701.4
167.80/168.75	c #Conflicts:     434000 | #Constraints:      18586
167.80/168.75	c #Conflicts:     435000 | #Constraints:      19586
167.80/168.75	c #Conflicts:     436000 | #Constraints:      20586
167.80/168.75	c #Conflicts:     437000 | #Constraints:      21586
167.80/168.75	c #Conflicts:     438000 | #Constraints:      22587
167.80/168.75	c #Conflicts:     439000 | #Constraints:      23587
167.80/168.75	c #Conflicts:     440000 | #Constraints:      24587
167.80/168.75	c #Conflicts:     441000 | #Constraints:      25587
167.80/168.75	c #Conflicts:     442000 | #Constraints:      26587
167.80/168.75	c #Conflicts:     443000 | #Constraints:      27587
167.80/168.75	c #Conflicts:     444000 | #Constraints:      28587
167.80/168.75	c #Conflicts:     445000 | #Constraints:      29587
167.80/168.75	c #Conflicts:     446000 | #Constraints:      30587
167.80/168.75	c INPROCESSING
167.80/168.75	c GARBAGE COLLECT
167.80/168.75	c rational objective 18701.4
172.89/173.82	c #Conflicts:     447000 | #Constraints:      18385
172.89/173.82	c #Conflicts:     448000 | #Constraints:      19385
172.89/173.82	c #Conflicts:     449000 | #Constraints:      20386
172.89/173.82	c #Conflicts:     450000 | #Constraints:      21388
172.89/173.82	c #Conflicts:     451000 | #Constraints:      22391
172.89/173.82	c #Conflicts:     452000 | #Constraints:      23391
172.89/173.82	c #Conflicts:     453000 | #Constraints:      24394
172.89/173.82	c #Conflicts:     454000 | #Constraints:      25394
172.89/173.82	c #Conflicts:     455000 | #Constraints:      26394
172.89/173.82	c #Conflicts:     456000 | #Constraints:      27397
172.89/173.82	c #Conflicts:     457000 | #Constraints:      28398
172.89/173.82	c #Conflicts:     458000 | #Constraints:      29402
172.89/173.82	c #Conflicts:     459000 | #Constraints:      30402
172.89/173.82	c #Conflicts:     460000 | #Constraints:      31406
172.89/173.82	c INPROCESSING
172.89/173.82	c GARBAGE COLLECT
172.89/173.82	c rational objective 18701.4
177.67/178.64	c #Conflicts:     461000 | #Constraints:      19002
177.67/178.64	c #Conflicts:     462000 | #Constraints:      20002
177.67/178.64	c #Conflicts:     463000 | #Constraints:      21002
177.67/178.64	c #Conflicts:     464000 | #Constraints:      22002
177.67/178.64	c #Conflicts:     465000 | #Constraints:      23002
177.67/178.64	c #Conflicts:     466000 | #Constraints:      24002
177.67/178.64	c #Conflicts:     467000 | #Constraints:      25002
177.67/178.64	c #Conflicts:     468000 | #Constraints:      26002
177.67/178.64	c #Conflicts:     469000 | #Constraints:      27002
177.67/178.64	c #Conflicts:     470000 | #Constraints:      28002
177.67/178.64	c #Conflicts:     471000 | #Constraints:      29002
177.67/178.64	c #Conflicts:     472000 | #Constraints:      30002
177.67/178.64	c #Conflicts:     473000 | #Constraints:      31002
177.67/178.64	c #Conflicts:     474000 | #Constraints:      32002
177.67/178.64	c INPROCESSING
177.67/178.64	c GARBAGE COLLECT
177.67/178.64	c rational objective 18701.4
182.66/183.67	c #Conflicts:     475000 | #Constraints:      19414
182.66/183.67	c #Conflicts:     476000 | #Constraints:      20415
182.66/183.67	c #Conflicts:     477000 | #Constraints:      21416
182.66/183.67	c #Conflicts:     478000 | #Constraints:      22416
182.66/183.67	c #Conflicts:     479000 | #Constraints:      23416
182.66/183.67	c #Conflicts:     480000 | #Constraints:      24417
182.66/183.67	c #Conflicts:     481000 | #Constraints:      25417
182.66/183.67	c #Conflicts:     482000 | #Constraints:      26418
182.66/183.67	c #Conflicts:     483000 | #Constraints:      27419
182.66/183.67	c #Conflicts:     484000 | #Constraints:      28419
182.66/183.67	c #Conflicts:     485000 | #Constraints:      29419
182.66/183.67	c #Conflicts:     486000 | #Constraints:      30419
182.66/183.67	c #Conflicts:     487000 | #Constraints:      31419
182.66/183.67	c #Conflicts:     488000 | #Constraints:      32421
182.66/183.67	c INPROCESSING
182.66/183.67	c GARBAGE COLLECT
182.66/183.67	c rational objective 18701.4
187.59/188.61	c #Conflicts:     489000 | #Constraints:      19612
187.59/188.61	c #Conflicts:     490000 | #Constraints:      20612
187.59/188.61	c #Conflicts:     491000 | #Constraints:      21613
187.59/188.61	c #Conflicts:     492000 | #Constraints:      22613
187.59/188.61	c #Conflicts:     493000 | #Constraints:      23613
187.59/188.61	c #Conflicts:     494000 | #Constraints:      24613
187.59/188.61	c #Conflicts:     495000 | #Constraints:      25613
187.59/188.61	c #Conflicts:     496000 | #Constraints:      26613
187.59/188.61	c #Conflicts:     497000 | #Constraints:      27614
187.59/188.61	c #Conflicts:     498000 | #Constraints:      28614
187.59/188.61	c #Conflicts:     499000 | #Constraints:      29614
187.59/188.61	c #Conflicts:     500000 | #Constraints:      30614
187.59/188.61	c #Conflicts:     501000 | #Constraints:      31614
187.59/188.61	c #Conflicts:     502000 | #Constraints:      32614
187.59/188.61	c INPROCESSING
187.59/188.61	c GARBAGE COLLECT
187.59/188.61	c rational objective 18701.4
190.88/191.99	c #Conflicts:     503000 | #Constraints:      19617
190.88/191.99	c #Conflicts:     504000 | #Constraints:      20619
190.88/191.99	c #Conflicts:     505000 | #Constraints:      21620
190.88/191.99	c #Conflicts:     506000 | #Constraints:      22620
190.88/191.99	c #Conflicts:     507000 | #Constraints:      23620
190.88/191.99	c #Conflicts:     508000 | #Constraints:      24621
190.88/191.99	c #Conflicts:     509000 | #Constraints:      25621
190.88/191.99	c #Conflicts:     510000 | #Constraints:      26622
190.88/191.99	c #Conflicts:     511000 | #Constraints:      27623
190.88/191.99	WSVECS04 Frhs2[16]: 6 0 18.6667 shouldn't be
190.88/191.99	WSVECS04 Frhs2[21]: 6 0 1101.38 shouldn't be
190.88/191.99	WSVECS04 Frhs2[154]: 6 0 901.833 shouldn't be
190.88/191.99	WSVECS04 Frhs2[182]: 6 0 1354.33 shouldn't be
190.88/191.99	WSVECS04 Frhs2[214]: 6 0 38 shouldn't be
190.88/191.99	WSVECS04 Frhs2[316]: 6 0 290.75 shouldn't be
190.88/191.99	WSVECS04 Frhs2[318]: 6 0 3.4167 shouldn't be
190.88/191.99	WSVECS04 Frhs2[327]: 6 0 3.00001 shouldn't be
190.88/191.99	WSVECS04 Frhs2[328]: 6 0 197.667 shouldn't be
190.88/191.99	WSVECS04 Frhs2[334]: 6 0 643 shouldn't be
190.88/191.99	WSVECS04 Frhs2[391]: 6 -351.167 0 shouldn't be
191.99/193.04	c #Conflicts:     512000 | #Constraints:      28624
191.99/193.04	c #Conflicts:     513000 | #Constraints:      29624
191.99/193.04	c #Conflicts:     514000 | #Constraints:      30626
191.99/193.04	WSVECS04 Frhs2[39]: 6 -1969 0 shouldn't be
191.99/193.04	WSVECS04 Frhs2[42]: 6 0 3836.64 shouldn't be
191.99/193.04	WSVECS04 Frhs2[45]: 6 0 904.429 shouldn't be
191.99/193.04	WSVECS04 Frhs2[49]: 6 0 4239.36 shouldn't be
191.99/193.04	WSVECS04 Frhs2[50]: 6 0 620.143 shouldn't be
191.99/193.04	WSVECS04 Frhs2[51]: 6 -2612.43 0 shouldn't be
191.99/193.04	WSVECS04 Frhs2[54]: 6 0 337.929 shouldn't be
191.99/193.04	WSVECS04 Frhs2[67]: 6 0 2736.5 shouldn't be
191.99/193.04	WSVECS04 Frhs2[69]: 6 0 337.929 shouldn't be
191.99/193.04	WSVECS04 Frhs2[81]: 6 0 904.429 shouldn't be
191.99/193.04	WSVECS04 Frhs2[86]: 6 0 620.143 shouldn't be
191.99/193.04	WSVECS04 Frhs2[89]: 6 0 142.5 shouldn't be
191.99/193.04	WSVECS04 Frhs2[90]: 6 0 337.929 shouldn't be
191.99/193.04	WSVECS04 Frhs2[105]: 6 0 337.929 shouldn't be
191.99/193.04	WSVECS04 Frhs2[109]: 6 -116 0 shouldn't be
191.99/193.04	WSVECS04 Frhs2[113]: 6 0 1676.29 shouldn't be
191.99/193.04	WSVECS04 Frhs2[121]: 6 0 4701.86 shouldn't be
191.99/193.04	WSVECS04 Frhs2[141]: 6 0 337.929 shouldn't be
191.99/193.04	WSVECS04 Frhs2[150]: 6 0 3836.64 shouldn't be
191.99/193.04	WSVECS04 Frhs2[153]: 6 0 904.429 shouldn't be
191.99/193.04	WSVECS04 Frhs2[157]: 6 0 4201.36 shouldn't be
191.99/193.04	WSVECS04 Frhs2[177]: 6 0 493.929 shouldn't be
191.99/193.04	WSVECS04 Frhs2[247]: 6 0 2150.14 shouldn't be
191.99/193.04	WSVECS04 Frhs2[261]: 6 0 1234.43 shouldn't be
191.99/193.04	WSVECS04 Frhs2[294]: 6 0 3836.64 shouldn't be
191.99/193.04	WSVECS04 Frhs2[295]: 6 -1863.21 0 shouldn't be
191.99/193.04	WSVECS04 Frhs2[319]: 6 0 2677.57 shouldn't be
191.99/193.04	WSVECS04 Frhs2[320]: 6 0 186.072 shouldn't be
191.99/193.04	WSVECS04 Frhs2[376]: 6 -929 0 shouldn't be
191.99/193.04	WSVECS04 Frhs2[380]: 6 0 113 shouldn't be
191.99/193.04	WSVECS04 Frhs2[388]: 6 0 550 shouldn't be
191.99/193.04	WSVECS04 Frhs2[394]: 6 0 857.214 shouldn't be
191.99/193.04	WSVECS04 Frhs2[395]: 6 0 317.214 shouldn't be
191.99/193.04	WSVECS04 Frhs2[415]: 6 0 173.214 shouldn't be
191.99/193.04	WSVECS04 Frhs2[514]: 6 0 835 shouldn't be
191.99/193.04	WSVECS04 Frhs2[531]: 6 0 835 shouldn't be
192.87/193.98	c #Conflicts:     515000 | #Constraints:      31627
192.87/193.98	c #Conflicts:     516000 | #Constraints:      32627
192.87/193.98	c INPROCESSING
192.87/193.98	c GARBAGE COLLECT
192.87/193.98	c rational objective 18701.4
196.66/197.73	c #Conflicts:     517000 | #Constraints:      19423
196.66/197.73	c #Conflicts:     518000 | #Constraints:      20424
196.66/197.73	c #Conflicts:     519000 | #Constraints:      21424
196.66/197.73	c #Conflicts:     520000 | #Constraints:      22426
196.66/197.73	c #Conflicts:     521000 | #Constraints:      23432
196.66/197.73	c #Conflicts:     522000 | #Constraints:      24433
196.66/197.73	c #Conflicts:     523000 | #Constraints:      25433
196.66/197.73	c #Conflicts:     524000 | #Constraints:      26433
196.66/197.73	c #Conflicts:     525000 | #Constraints:      27433
196.66/197.73	c #Conflicts:     526000 | #Constraints:      28433
196.66/197.73	c #Conflicts:     527000 | #Constraints:      29433
196.66/197.73	WSVECS04 Frhs2[42]: 6 0 89.5038 shouldn't be
196.66/197.73	WSVECS04 Frhs2[48]: 6 0 378.571 shouldn't be
196.66/197.73	WSVECS04 Frhs2[75]: 6 0 356.493 shouldn't be
196.66/197.73	WSVECS04 Frhs2[76]: 6 0 293.152 shouldn't be
196.66/197.73	WSVECS04 Frhs2[78]: 6 0 4.08554 shouldn't be
196.66/197.73	WSVECS04 Frhs2[106]: 6 0 163.976 shouldn't be
196.66/197.73	WSVECS04 Frhs2[122]: 6 0 466.975 shouldn't be
196.66/197.73	WSVECS04 Frhs2[153]: 6 0 293.152 shouldn't be
196.66/197.73	WSVECS04 Frhs2[155]: 6 0 153.403 shouldn't be
196.66/197.73	WSVECS04 Frhs2[181]: 6 -197.479 0 shouldn't be
196.66/197.73	WSVECS04 Frhs2[182]: 6 0 1284.34 shouldn't be
196.66/197.73	WSVECS04 Frhs2[183]: 6 0 220.829 shouldn't be
196.66/197.73	WSVECS04 Frhs2[253]: 6 -1309.08 0 shouldn't be
196.66/197.73	WSVECS04 Frhs2[254]: 6 0 1284.34 shouldn't be
196.66/197.73	WSVECS04 Frhs2[298]: 6 0 135.663 shouldn't be
196.66/197.73	WSVECS04 Frhs2[325]: 6 0 1237.56 shouldn't be
196.66/197.73	WSVECS04 Frhs2[332]: 6 0 207 shouldn't be
196.66/197.73	WSVECS04 Frhs2[375]: 6 0 591.839 shouldn't be
196.66/197.73	WSVECS04 Frhs2[378]: 6 0 710.354 shouldn't be
196.66/197.73	WSVECS04 Frhs2[380]: 6 0 697.839 shouldn't be
196.66/197.73	WSVECS04 Frhs2[388]: 6 0 970.839 shouldn't be
196.66/197.73	WSVECS04 Frhs2[390]: 6 0 157.839 shouldn't be
196.76/197.84	WSVECS04 Frhs2[334]: 6 0 342.663 shouldn't be
196.86/197.91	WSVECS04 Frhs2[74]: 6 0 1284.34 shouldn't be
196.86/197.91	WSVECS04 Frhs2[195]: 6 -1563 0 shouldn't be
196.86/197.91	WSVECS04 Frhs2[207]: 6 0 13.5 shouldn't be
196.86/197.91	WSVECS04 Frhs2[326]: 6 0 1259.33 shouldn't be
196.86/197.91	WSVECS04 Frhs2[385]: 6 0 116 shouldn't be
196.86/197.98	WSVECS04 Frhs2[1]: 6 0 1423.35 shouldn't be
196.86/197.98	WSVECS04 Frhs2[36]: 6 0 63.7461 shouldn't be
196.86/197.98	WSVECS04 Frhs2[68]: 6 0 199.409 shouldn't be
196.86/197.98	WSVECS04 Frhs2[224]: 6 -898 0 shouldn't be
196.86/197.98	WSVECS04 Frhs2[344]: 6 0 139.749 shouldn't be
196.86/197.98	WSVECS04 Frhs2[356]: 6 0 100.879 shouldn't be
198.26/199.31	c #Conflicts:     528000 | #Constraints:      30434
198.26/199.31	c #Conflicts:     529000 | #Constraints:      31434
198.26/199.31	c #Conflicts:     530000 | #Constraints:      32434
198.26/199.31	c #Conflicts:     531000 | #Constraints:      33434
198.26/199.31	c INPROCESSING
198.26/199.31	c GARBAGE COLLECT
198.26/199.31	WSVECS04 Frhs2[2]: 6 0 384.801 shouldn't be
198.26/199.31	WSVECS04 Frhs2[17]: 6 0 261.473 shouldn't be
198.26/199.31	WSVECS04 Frhs2[25]: 6 0 143.696 shouldn't be
198.26/199.31	WSVECS04 Frhs2[52]: 6 0 459.233 shouldn't be
198.26/199.31	WSVECS04 Frhs2[73]: 6 0 712.483 shouldn't be
198.26/199.31	WSVECS04 Frhs2[83]: 6 0 108.807 shouldn't be
198.26/199.31	WSVECS04 Frhs2[113]: 6 0 542.167 shouldn't be
198.26/199.31	WSVECS04 Frhs2[133]: 6 -744.304 0 shouldn't be
198.26/199.31	WSVECS04 Frhs2[147]: 6 0 557.885 shouldn't be
198.26/199.31	WSVECS04 Frhs2[169]: 6 0 143.696 shouldn't be
198.26/199.31	WSVECS04 Frhs2[178]: 6 0 763.706 shouldn't be
198.26/199.31	WSVECS04 Frhs2[205]: 6 0 167.696 shouldn't be
198.26/199.31	WSVECS04 Frhs2[216]: 6 -870.472 0 shouldn't be
198.26/199.31	WSVECS04 Frhs2[217]: 6 -2657.15 0 shouldn't be
198.26/199.31	WSVECS04 Frhs2[219]: 6 0 273.788 shouldn't be
198.26/199.31	WSVECS04 Frhs2[237]: 6 0 592.249 shouldn't be
198.26/199.31	WSVECS04 Frhs2[241]: 6 0 143.696 shouldn't be
198.26/199.31	WSVECS04 Frhs2[251]: 6 0 208.68 shouldn't be
198.26/199.31	WSVECS04 Frhs2[256]: 6 0 506.458 shouldn't be
198.26/199.31	WSVECS04 Frhs2[287]: 6 0 208.679 shouldn't be
198.26/199.31	WSVECS04 Frhs2[289]: 6 -2103.17 0 shouldn't be
198.26/199.31	WSVECS04 Frhs2[293]: 6 0 223.941 shouldn't be
198.26/199.31	WSVECS04 Frhs2[297]: 6 0 361.38 shouldn't be
198.26/199.31	WSVECS04 Frhs2[302]: 6 0 33.5502 shouldn't be
198.26/199.31	WSVECS04 Frhs2[305]: 6 0 223.941 shouldn't be
198.26/199.31	WSVECS04 Frhs2[313]: 6 0 213.471 shouldn't be
198.26/199.31	WSVECS04 Frhs2[315]: 6 0 278.775 shouldn't be
198.26/199.31	WSVECS04 Frhs2[338]: 6 0 33.5502 shouldn't be
198.26/199.31	WSVECS04 Frhs2[347]: 6 0 681.751 shouldn't be
198.26/199.31	WSVECS04 Frhs2[358]: 6 0 54.9783 shouldn't be
198.26/199.31	WSVECS04 Frhs2[373]: 6 0 141 shouldn't be
198.26/199.31	WSVECS04 Frhs2[374]: 6 0 103 shouldn't be
198.26/199.31	WSVECS04 Frhs2[391]: 6 -1440 0 shouldn't be
198.26/199.31	WSVECS04 Frhs2[413]: 6 0 113 shouldn't be
198.26/199.31	WSVECS04 Frhs2[415]: 6 0 151 shouldn't be
198.26/199.31	WSVECS04 Frhs2[424]: 6 -605 0 shouldn't be
198.26/199.31	WSVECS04 Frhs2[442]: 6 0 43 shouldn't be
198.26/199.31	WSVECS04 Frhs2[446]: 6 -745 0 shouldn't be
198.26/199.31	WSVECS04 Frhs2[474]: 6 -1380 0 shouldn't be
198.26/199.31	WSVECS04 Frhs2[476]: 6 -521 0 shouldn't be
198.26/199.31	WSVECS04 Frhs2[477]: 6 0 22.0001 shouldn't be
198.26/199.31	WSVECS04 Frhs2[487]: 6 0 10 shouldn't be
198.26/199.31	WSVECS04 Frhs2[493]: 6 0 96.0001 shouldn't be
198.26/199.31	WSVECS04 Frhs2[503]: 6 0 149.225 shouldn't be
198.26/199.31	WSVECS04 Frhs2[505]: 6 0 187.225 shouldn't be
198.26/199.31	WSVECS04 Frhs2[510]: 6 0 175 shouldn't be
198.36/199.45	WSVECS04 Frhs2[30]: 6 0 143.696 shouldn't be
198.36/199.45	WSVECS04 Frhs2[143]: 6 0 141.753 shouldn't be
198.36/199.45	WSVECS04 Frhs2[190]: 6 0 415.693 shouldn't be
198.36/199.45	WSVECS04 Frhs2[246]: 6 0 143.696 shouldn't be
198.36/199.45	WSVECS04 Frhs2[266]: 6 0 33.5502 shouldn't be
198.36/199.45	WSVECS04 Frhs2[435]: 6 -486 0 shouldn't be
198.36/199.45	WSVECS04 Frhs2[470]: 6 -408 0 shouldn't be
198.36/199.45	WSVECS04 Frhs2[514]: 6 0 415 shouldn't be
198.46/199.58	WSVECS04 Frhs2[110]: 6 0 1860.1 shouldn't be
198.46/199.58	WSVECS04 Frhs2[111]: 6 0 624.812 shouldn't be
198.46/199.58	WSVECS04 Frhs2[120]: 6 0 503.703 shouldn't be
198.46/199.58	WSVECS04 Frhs2[138]: 6 0 143.696 shouldn't be
198.46/199.58	WSVECS04 Frhs2[201]: 6 0 592.249 shouldn't be
198.46/199.58	WSVECS04 Frhs2[215]: 6 0 208.68 shouldn't be
198.46/199.58	WSVECS04 Frhs2[273]: 6 0 592.249 shouldn't be
198.46/199.58	WSVECS04 Frhs2[291]: 6 0 273.788 shouldn't be
198.46/199.58	WSVECS04 Frhs2[309]: 6 0 592.249 shouldn't be
198.66/199.71	WSVECS04 Frhs2[11]: 6 0 71.0823 shouldn't be
198.66/199.71	WSVECS04 Frhs2[103]: 6 0 965.758 shouldn't be
198.66/199.71	WSVECS04 Frhs2[156]: 6 0 727.644 shouldn't be
198.66/199.71	WSVECS04 Frhs2[300]: 6 0 503.703 shouldn't be
198.66/199.71	WSVECS04 Frhs2[364]: 6 -3.00003 0 shouldn't be
198.66/199.71	WSVECS04 Frhs2[375]: 6 0 785 shouldn't be
198.66/199.71	WSVECS04 Frhs2[378]: 6 0 51.1654 shouldn't be
198.66/199.71	WSVECS04 Frhs2[380]: 6 0 891 shouldn't be
198.66/199.71	WSVECS04 Frhs2[388]: 6 0 149.617 shouldn't be
198.66/199.71	WSVECS04 Frhs2[414]: 6 0 10.0001 shouldn't be
203.45/204.56	c #Conflicts:     532000 | #Constraints:      20018
203.45/204.56	c #Conflicts:     533000 | #Constraints:      21018
203.45/204.56	c #Conflicts:     534000 | #Constraints:      22018
203.45/204.56	c #Conflicts:     535000 | #Constraints:      23018
203.45/204.56	c #Conflicts:     536000 | #Constraints:      24018
203.45/204.56	c #Conflicts:     537000 | #Constraints:      25018
203.45/204.56	c #Conflicts:     538000 | #Constraints:      26020
203.45/204.56	c #Conflicts:     539000 | #Constraints:      27020
203.45/204.56	c #Conflicts:     540000 | #Constraints:      28020
203.45/204.56	c #Conflicts:     541000 | #Constraints:      29021
203.45/204.56	c #Conflicts:     542000 | #Constraints:      30023
203.45/204.56	c #Conflicts:     543000 | #Constraints:      31025
203.45/204.56	c #Conflicts:     544000 | #Constraints:      32027
203.45/204.56	c #Conflicts:     545000 | #Constraints:      33027
203.45/204.56	c #Conflicts:     546000 | #Constraints:      34028
203.45/204.56	c INPROCESSING
203.45/204.56	c GARBAGE COLLECT
203.45/204.56	c rational objective 18701.4
204.06/205.19	c #Conflicts:     547000 | #Constraints:      20413
204.06/205.19	WSVECS04 Frhs2[8]: 6 0 257 shouldn't be
204.06/205.19	WSVECS04 Frhs2[9]: 6 0 220 shouldn't be
204.06/205.19	WSVECS04 Frhs2[10]: 6 0 257 shouldn't be
204.06/205.19	WSVECS04 Frhs2[37]: 6 -430.318 0 shouldn't be
204.06/205.19	WSVECS04 Frhs2[39]: 6 0 117.364 shouldn't be
204.06/205.19	WSVECS04 Frhs2[56]: 6 0 637 shouldn't be
204.06/205.19	WSVECS04 Frhs2[74]: 6 0 304.591 shouldn't be
204.06/205.19	WSVECS04 Frhs2[80]: 6 0 138 shouldn't be
204.06/205.19	WSVECS04 Frhs2[81]: 6 0 673 shouldn't be
204.06/205.19	WSVECS04 Frhs2[82]: 6 0 138 shouldn't be
204.06/205.19	WSVECS04 Frhs2[116]: 6 -175 0 shouldn't be
204.06/205.19	WSVECS04 Frhs2[148]: 6 0 420.727 shouldn't be
204.06/205.19	WSVECS04 Frhs2[154]: 6 0 37 shouldn't be
204.06/205.19	WSVECS04 Frhs2[165]: 6 0 531 shouldn't be
204.06/205.19	WSVECS04 Frhs2[190]: 6 0 37.0001 shouldn't be
204.06/205.19	WSVECS04 Frhs2[237]: 6 0 1157.18 shouldn't be
204.06/205.19	WSVECS04 Frhs2[253]: 6 0 304.591 shouldn't be
204.06/205.19	WSVECS04 Frhs2[256]: 6 0 430.318 shouldn't be
204.06/205.19	WSVECS04 Frhs2[274]: 6 -1950 0 shouldn't be
204.06/205.19	WSVECS04 Frhs2[328]: 6 0 251.455 shouldn't be
204.06/205.19	WSVECS04 Frhs2[510]: 6 0 245 shouldn't be
204.14/205.27	WSVECS04 Frhs2[20]: 6 0 637 shouldn't be
204.14/205.27	WSVECS04 Frhs2[59]: 6 0 637 shouldn't be
204.14/205.27	WSVECS04 Frhs2[91]: 6 0 637 shouldn't be
204.14/205.27	WSVECS04 Frhs2[166]: 6 0 1168 shouldn't be
204.14/205.27	WSVECS04 Frhs2[181]: 6 -2977.55 0 shouldn't be
204.14/205.27	WSVECS04 Frhs2[220]: 6 0 1121.55 shouldn't be
204.14/205.27	WSVECS04 Frhs2[221]: 6 0 700.818 shouldn't be
204.14/205.27	WSVECS04 Frhs2[457]: 6 0 300 shouldn't be
204.34/205.45	WSVECS04 Frhs2[183]: 6 0 117.364 shouldn't be
204.45/205.54	WSVECS04 Frhs2[2]: 6 0 241.727 shouldn't be
204.45/205.54	WSVECS04 Frhs2[130]: 6 -2336 0 shouldn't be
204.45/205.54	WSVECS04 Frhs2[199]: 6 -1037 0 shouldn't be
204.45/205.59	WSVECS04 Frhs2[92]: 6 0 637 shouldn't be
204.54/205.64	WSVECS04 Frhs2[182]: 6 0 241.727 shouldn't be
204.64/205.70	WSVECS04 Frhs2[184]: 6 0 367.455 shouldn't be
207.73/208.83	c #Conflicts:     548000 | #Constraints:      21414
207.73/208.83	c #Conflicts:     549000 | #Constraints:      22414
207.73/208.83	c #Conflicts:     550000 | #Constraints:      23414
207.73/208.83	c #Conflicts:     551000 | #Constraints:      24414
207.73/208.83	c #Conflicts:     552000 | #Constraints:      25414
207.73/208.83	c #Conflicts:     553000 | #Constraints:      26414
207.73/208.83	c #Conflicts:     554000 | #Constraints:      27414
207.73/208.83	c #Conflicts:     555000 | #Constraints:      28414
207.73/208.83	c #Conflicts:     556000 | #Constraints:      29414
207.73/208.83	c #Conflicts:     557000 | #Constraints:      30414
207.73/208.83	c #Conflicts:     558000 | #Constraints:      31414
207.73/208.83	WSVECS04 Frhs2[27]: 6 0 3045.61 shouldn't be
207.73/208.83	WSVECS04 Frhs2[75]: 6 0 704.475 shouldn't be
207.73/208.83	WSVECS04 Frhs2[93]: 6 0 168.263 shouldn't be
207.73/208.83	WSVECS04 Frhs2[104]: 6 0 71.0767 shouldn't be
207.73/208.83	WSVECS04 Frhs2[106]: 6 0 357.643 shouldn't be
207.73/208.83	WSVECS04 Frhs2[109]: 6 -2677.87 0 shouldn't be
207.73/208.83	WSVECS04 Frhs2[110]: 6 0 856.802 shouldn't be
207.73/208.83	WSVECS04 Frhs2[117]: 6 0 576.516 shouldn't be
207.73/208.83	WSVECS04 Frhs2[128]: 6 0 256.056 shouldn't be
207.73/208.83	WSVECS04 Frhs2[129]: 6 0 524.737 shouldn't be
207.73/208.83	WSVECS04 Frhs2[162]: 6 0 99.1024 shouldn't be
207.73/208.83	WSVECS04 Frhs2[193]: 6 0 1530.94 shouldn't be
207.73/208.83	WSVECS04 Frhs2[228]: 6 0 86.213 shouldn't be
207.73/208.83	WSVECS04 Frhs2[231]: 6 -62.5959 0 shouldn't be
207.73/208.83	WSVECS04 Frhs2[249]: 6 0 175.738 shouldn't be
207.73/208.83	WSVECS04 Frhs2[266]: 6 0 50.5812 shouldn't be
207.73/208.83	WSVECS04 Frhs2[272]: 6 0 459.293 shouldn't be
207.73/208.83	WSVECS04 Frhs2[273]: 6 0 727.975 shouldn't be
207.73/208.83	WSVECS04 Frhs2[289]: 6 -2294.27 0 shouldn't be
207.73/208.83	WSVECS04 Frhs2[290]: 6 0 856.802 shouldn't be
207.73/208.83	WSVECS04 Frhs2[328]: 6 0 23088.6 shouldn't be
207.73/208.83	WSVECS04 Frhs2[330]: 6 0 25269.6 shouldn't be
207.73/208.83	WSVECS04 Frhs2[334]: 6 0 39.8771 shouldn't be
207.73/208.83	WSVECS04 Frhs2[387]: 6 0 257 shouldn't be
207.73/208.83	WSVECS04 Frhs2[389]: 6 0 464 shouldn't be
207.73/208.83	WSVECS04 Frhs2[390]: 6 0 502 shouldn't be
207.73/208.83	WSVECS04 Frhs2[413]: 6 0 25488 shouldn't be
207.73/208.83	WSVECS04 Frhs2[414]: 6 0 25772 shouldn't be
207.73/208.83	WSVECS04 Frhs2[415]: 6 0 26019 shouldn't be
207.73/208.83	WSVECS04 Frhs2[421]: 6 -481 0 shouldn't be
207.73/208.83	WSVECS04 Frhs2[424]: 6 0 1755.6 shouldn't be
207.73/208.83	WSVECS04 Frhs2[441]: 6 -605 0 shouldn't be
207.73/208.83	WSVECS04 Frhs2[470]: 6 0 244 shouldn't be
207.73/208.83	WSVECS04 Frhs2[478]: 6 0 58 shouldn't be
207.73/208.83	WSVECS04 Frhs2[489]: 6 0 13272.3 shouldn't be
207.73/208.83	WSVECS04 Frhs2[508]: 6 0 231 shouldn't be
207.84/208.93	WSVECS04 Frhs2[45]: 6 0 1243.79 shouldn't be
207.84/208.93	WSVECS04 Frhs2[141]: 6 0 258.991 shouldn't be
207.84/208.93	WSVECS04 Frhs2[187]: 6 0 406.787 shouldn't be
207.84/208.93	WSVECS04 Frhs2[192]: 6 0 1197.47 shouldn't be
207.84/208.93	WSVECS04 Frhs2[239]: 6 0 1263.15 shouldn't be
207.84/208.93	WSVECS04 Frhs2[275]: 6 0 1761.87 shouldn't be
207.84/208.93	WSVECS04 Frhs2[332]: 6 0 446.664 shouldn't be
207.84/208.93	WSVECS04 Frhs2[364]: 6 -739.004 0 shouldn't be
207.84/208.93	WSVECS04 Frhs2[365]: 6 -1675 0 shouldn't be
207.84/208.93	WSVECS04 Frhs2[369]: 6 0 245 shouldn't be
207.84/208.93	WSVECS04 Frhs2[397]: 6 -80.0001 0 shouldn't be
207.95/209.02	WSVECS04 Frhs2[3]: 6 0 704.475 shouldn't be
207.95/209.02	WSVECS04 Frhs2[97]: 6 0 3025.14 shouldn't be
207.95/209.02	WSVECS04 Frhs2[191]: 6 0 406.787 shouldn't be
207.95/209.02	WSVECS04 Frhs2[340]: 6 0 470.596 shouldn't be
207.95/209.09	WSVECS04 Frhs2[122]: 6 0 463.212 shouldn't be
207.95/209.09	WSVECS04 Frhs2[207]: 6 0 5045.83 shouldn't be
207.95/209.09	WSVECS04 Frhs2[333]: 6 0 1283.66 shouldn't be
207.95/209.09	WSVECS04 Frhs2[468]: 6 -43 0 shouldn't be
208.04/209.19	WSVECS04 Frhs2[18]: 6 0 100.419 shouldn't be
208.04/209.19	WSVECS04 Frhs2[50]: 6 0 1026.84 shouldn't be
208.04/209.19	WSVECS04 Frhs2[52]: 6 0 1497.44 shouldn't be
208.04/209.19	WSVECS04 Frhs2[232]: 6 0 470.596 shouldn't be
208.04/209.19	WSVECS04 Frhs2[292]: 6 0 113.214 shouldn't be
208.13/209.27	WSVECS04 Frhs2[99]: 6 0 6070.75 shouldn't be
208.23/209.33	WSVECS04 Frhs2[85]: 6 0 1901.12 shouldn't be
208.23/209.33	WSVECS04 Frhs2[126]: 6 0 563.631 shouldn't be
208.23/209.33	WSVECS04 Frhs2[337]: 6 0 2001.54 shouldn't be
208.33/209.43	WSVECS04 Frhs2[243]: 6 0 5221.57 shouldn't be
208.33/209.43	WSVECS04 Frhs2[326]: 6 0 26126.4 shouldn't be
208.33/209.47	WSVECS04 Frhs2[297]: 6 0 837 shouldn't be
210.04/211.12	c #Conflicts:     559000 | #Constraints:      32414
210.04/211.12	c #Conflicts:     560000 | #Constraints:      33414
210.04/211.12	c #Conflicts:     561000 | #Constraints:      34414
210.04/211.12	c INPROCESSING
210.04/211.12	c GARBAGE COLLECT
210.04/211.12	c rational objective 18701.4
214.87/216.07	c #Conflicts:     562000 | #Constraints:      20617
214.87/216.07	c #Conflicts:     563000 | #Constraints:      21617
214.87/216.07	c #Conflicts:     564000 | #Constraints:      22617
214.87/216.07	c #Conflicts:     565000 | #Constraints:      23617
214.87/216.07	c #Conflicts:     566000 | #Constraints:      24617
214.87/216.07	c #Conflicts:     567000 | #Constraints:      25617
214.87/216.07	c #Conflicts:     568000 | #Constraints:      26617
214.87/216.07	c #Conflicts:     569000 | #Constraints:      27618
214.87/216.07	c #Conflicts:     570000 | #Constraints:      28618
214.87/216.07	c #Conflicts:     571000 | #Constraints:      29618
214.87/216.07	c #Conflicts:     572000 | #Constraints:      30620
214.87/216.07	c #Conflicts:     573000 | #Constraints:      31621
214.87/216.07	c #Conflicts:     574000 | #Constraints:      32622
214.87/216.07	c #Conflicts:     575000 | #Constraints:      33622
214.87/216.07	c #Conflicts:     576000 | #Constraints:      34625
214.87/216.07	c INPROCESSING
214.87/216.07	c GARBAGE COLLECT
214.87/216.07	c rational objective 18701.4
219.46/220.66	c #Conflicts:     577000 | #Constraints:      20601
219.46/220.66	c #Conflicts:     578000 | #Constraints:      21601
219.46/220.66	c #Conflicts:     579000 | #Constraints:      22601
219.46/220.66	c #Conflicts:     580000 | #Constraints:      23601
219.46/220.66	c #Conflicts:     581000 | #Constraints:      24601
219.46/220.66	c #Conflicts:     582000 | #Constraints:      25601
219.46/220.66	c #Conflicts:     583000 | #Constraints:      26601
219.46/220.66	c #Conflicts:     584000 | #Constraints:      27601
219.46/220.66	c #Conflicts:     585000 | #Constraints:      28601
219.46/220.66	c #Conflicts:     586000 | #Constraints:      29601
219.46/220.66	c #Conflicts:     587000 | #Constraints:      30601
219.46/220.66	c #Conflicts:     588000 | #Constraints:      31601
219.46/220.66	c #Conflicts:     589000 | #Constraints:      32601
219.46/220.66	WSVECS04 Frhs2[65]: 6 -402.615 0 shouldn't be
219.46/220.66	WSVECS04 Frhs2[83]: 6 0 28.0769 shouldn't be
219.46/220.66	WSVECS04 Frhs2[101]: 6 0 201.308 shouldn't be
219.46/220.66	WSVECS04 Frhs2[143]: 6 0 1.46163 shouldn't be
219.46/220.66	WSVECS04 Frhs2[144]: 6 -464.308 0 shouldn't be
219.46/220.66	WSVECS04 Frhs2[206]: 6 0 259.692 shouldn't be
219.46/220.66	WSVECS04 Frhs2[207]: 6 0 103.154 shouldn't be
219.46/220.66	WSVECS04 Frhs2[215]: 6 0 123.385 shouldn't be
219.46/220.66	WSVECS04 Frhs2[217]: 6 -750.231 0 shouldn't be
219.46/220.66	WSVECS04 Frhs2[225]: 6 0 28.077 shouldn't be
219.46/220.66	WSVECS04 Frhs2[235]: 6 -351.462 0 shouldn't be
219.46/220.66	WSVECS04 Frhs2[279]: 6 0 179 shouldn't be
219.46/220.66	WSVECS04 Frhs2[280]: 6 0 179 shouldn't be
219.46/220.66	WSVECS04 Frhs2[284]: 6 0 64.2309 shouldn't be
219.46/220.66	WSVECS04 Frhs2[411]: 6 0 254 shouldn't be
219.46/220.66	WSVECS04 Frhs2[424]: 6 0 785 shouldn't be
219.46/220.66	WSVECS04 Frhs2[448]: 6 -106 0 shouldn't be
219.46/220.66	WSVECS04 Frhs2[469]: 6 -141 0 shouldn't be
219.46/220.66	WSVECS04 Frhs2[510]: 6 0 70.3077 shouldn't be
220.35/221.55	c #Conflicts:     590000 | #Constraints:      33601
220.35/221.55	c #Conflicts:     591000 | #Constraints:      34601
220.35/221.55	c INPROCESSING
220.35/221.55	c GARBAGE COLLECT
220.35/221.55	c rational objective 18701.4
225.85/227.11	c #Conflicts:     592000 | #Constraints:      20405
225.85/227.11	c #Conflicts:     593000 | #Constraints:      21407
225.85/227.11	c #Conflicts:     594000 | #Constraints:      22407
225.85/227.11	c #Conflicts:     595000 | #Constraints:      23409
225.85/227.11	c #Conflicts:     596000 | #Constraints:      24412
225.85/227.11	c #Conflicts:     597000 | #Constraints:      25412
225.85/227.11	c #Conflicts:     598000 | #Constraints:      26412
225.85/227.11	c #Conflicts:     599000 | #Constraints:      27412
225.85/227.11	c #Conflicts:     600000 | #Constraints:      28412
225.85/227.11	c #Conflicts:     601000 | #Constraints:      29413
225.85/227.11	c #Conflicts:     602000 | #Constraints:      30414
225.85/227.11	c #Conflicts:     603000 | #Constraints:      31416
225.85/227.11	c #Conflicts:     604000 | #Constraints:      32417
225.85/227.11	c #Conflicts:     605000 | #Constraints:      33417
225.85/227.11	c #Conflicts:     606000 | #Constraints:      34420
225.85/227.11	c #Conflicts:     607000 | #Constraints:      35423
225.85/227.11	c INPROCESSING
225.85/227.11	c GARBAGE COLLECT
225.85/227.11	c rational objective 18701.4
231.83/233.06	c #Conflicts:     608000 | #Constraints:      21002
231.83/233.06	c #Conflicts:     609000 | #Constraints:      22004
231.83/233.06	c #Conflicts:     610000 | #Constraints:      23006
231.83/233.06	c #Conflicts:     611000 | #Constraints:      24007
231.83/233.06	c #Conflicts:     612000 | #Constraints:      25008
231.83/233.06	c #Conflicts:     613000 | #Constraints:      26009
231.83/233.06	c #Conflicts:     614000 | #Constraints:      27010
231.83/233.06	c #Conflicts:     615000 | #Constraints:      28011
231.83/233.06	c #Conflicts:     616000 | #Constraints:      29012
231.83/233.06	c #Conflicts:     617000 | #Constraints:      30012
231.83/233.06	c #Conflicts:     618000 | #Constraints:      31012
231.83/233.06	c #Conflicts:     619000 | #Constraints:      32012
231.83/233.06	c #Conflicts:     620000 | #Constraints:      33012
231.83/233.06	c #Conflicts:     621000 | #Constraints:      34013
231.83/233.06	c #Conflicts:     622000 | #Constraints:      35014
231.83/233.06	c #Conflicts:     623000 | #Constraints:      36015
231.83/233.06	c INPROCESSING
231.83/233.06	c GARBAGE COLLECT
231.83/233.06	c rational objective 18701.4
237.81/239.05	c #Conflicts:     624000 | #Constraints:      21400
237.81/239.05	c #Conflicts:     625000 | #Constraints:      22400
237.81/239.05	c #Conflicts:     626000 | #Constraints:      23402
237.81/239.05	c #Conflicts:     627000 | #Constraints:      24402
237.81/239.05	c #Conflicts:     628000 | #Constraints:      25402
237.81/239.05	c #Conflicts:     629000 | #Constraints:      26402
237.81/239.05	c #Conflicts:     630000 | #Constraints:      27402
237.81/239.05	c #Conflicts:     631000 | #Constraints:      28402
237.81/239.05	c #Conflicts:     632000 | #Constraints:      29402
237.81/239.05	c #Conflicts:     633000 | #Constraints:      30402
237.81/239.05	c #Conflicts:     634000 | #Constraints:      31402
237.81/239.05	c #Conflicts:     635000 | #Constraints:      32402
237.81/239.05	c #Conflicts:     636000 | #Constraints:      33402
237.81/239.05	c #Conflicts:     637000 | #Constraints:      34402
237.81/239.05	c #Conflicts:     638000 | #Constraints:      35402
237.81/239.05	c #Conflicts:     639000 | #Constraints:      36402
237.81/239.05	c INPROCESSING
237.81/239.05	c GARBAGE COLLECT
237.81/239.05	c rational objective 18701.4
243.79/245.08	c #Conflicts:     640000 | #Constraints:      21621
243.79/245.08	c #Conflicts:     641000 | #Constraints:      22621
243.79/245.08	c #Conflicts:     642000 | #Constraints:      23624
243.79/245.08	c #Conflicts:     643000 | #Constraints:      24624
243.79/245.08	c #Conflicts:     644000 | #Constraints:      25628
243.79/245.08	c #Conflicts:     645000 | #Constraints:      26628
243.79/245.08	c #Conflicts:     646000 | #Constraints:      27628
243.79/245.08	c #Conflicts:     647000 | #Constraints:      28628
243.79/245.08	c #Conflicts:     648000 | #Constraints:      29628
243.79/245.08	c #Conflicts:     649000 | #Constraints:      30631
243.79/245.08	c #Conflicts:     650000 | #Constraints:      31634
243.79/245.08	c #Conflicts:     651000 | #Constraints:      32634
243.79/245.08	c #Conflicts:     652000 | #Constraints:      33634
243.79/245.08	c #Conflicts:     653000 | #Constraints:      34636
243.79/245.08	c #Conflicts:     654000 | #Constraints:      35636
243.79/245.08	c #Conflicts:     655000 | #Constraints:      36639
243.79/245.08	c INPROCESSING
243.79/245.08	c GARBAGE COLLECT
243.79/245.08	c rational objective 18701.4
245.53/246.82	c #Conflicts:     656000 | #Constraints:      21613
245.53/246.82	c #Conflicts:     657000 | #Constraints:      22613
245.53/246.82	c #Conflicts:     658000 | #Constraints:      23613
245.53/246.82	c #Conflicts:     659000 | #Constraints:      24613
245.53/246.82	WSVECS04 Frhs2[28]: 6 0 74.3104 shouldn't be
245.53/246.82	WSVECS04 Frhs2[37]: 6 -1303.1 0 shouldn't be
245.53/246.82	WSVECS04 Frhs2[38]: 6 0 550.172 shouldn't be
245.53/246.82	WSVECS04 Frhs2[94]: 6 0 813.586 shouldn't be
245.53/246.82	WSVECS04 Frhs2[100]: 6 0 74.3104 shouldn't be
245.53/246.82	WSVECS04 Frhs2[130]: 6 -141 0 shouldn't be
245.53/246.82	WSVECS04 Frhs2[131]: 6 0 141 shouldn't be
245.53/246.82	WSVECS04 Frhs2[145]: 6 0 588.138 shouldn't be
245.53/246.82	WSVECS04 Frhs2[157]: 6 0 28.6897 shouldn't be
245.53/246.82	WSVECS04 Frhs2[175]: 6 0 28.6897 shouldn't be
245.53/246.82	WSVECS04 Frhs2[221]: 6 -5647.86 0 shouldn't be
245.53/246.82	WSVECS04 Frhs2[244]: 6 0 74.3104 shouldn't be
245.53/246.82	WSVECS04 Frhs2[245]: 6 -985.414 0 shouldn't be
245.53/246.82	WSVECS04 Frhs2[247]: 6 0 28.6897 shouldn't be
245.53/246.82	WSVECS04 Frhs2[275]: 6 0 141 shouldn't be
245.53/246.82	WSVECS04 Frhs2[277]: 6 0 143.931 shouldn't be
245.53/246.82	WSVECS04 Frhs2[301]: 6 0 28.6898 shouldn't be
245.53/246.82	WSVECS04 Frhs2[311]: 6 0 141 shouldn't be
245.53/246.82	WSVECS04 Frhs2[313]: 6 0 74.3104 shouldn't be
245.53/246.82	WSVECS04 Frhs2[326]: 6 0 550.172 shouldn't be
245.53/246.82	WSVECS04 Frhs2[327]: 6 0 550.172 shouldn't be
245.53/246.82	WSVECS04 Frhs2[332]: 6 0 972.31 shouldn't be
245.53/246.82	WSVECS04 Frhs2[333]: 6 0 972.31 shouldn't be
249.52/250.89	c #Conflicts:     660000 | #Constraints:      25613
249.52/250.89	c #Conflicts:     661000 | #Constraints:      26613
249.52/250.89	c #Conflicts:     662000 | #Constraints:      27613
249.52/250.89	c #Conflicts:     663000 | #Constraints:      28613
249.52/250.89	c #Conflicts:     664000 | #Constraints:      29613
249.52/250.89	c #Conflicts:     665000 | #Constraints:      30614
249.52/250.89	c #Conflicts:     666000 | #Constraints:      31614
249.52/250.89	c #Conflicts:     667000 | #Constraints:      32614
249.52/250.89	c #Conflicts:     668000 | #Constraints:      33614
249.52/250.89	c #Conflicts:     669000 | #Constraints:      34614
249.52/250.89	c #Conflicts:     670000 | #Constraints:      35615
249.52/250.89	WSVECS04 Frhs2[39]: 6 0 338.756 shouldn't be
249.52/250.89	WSVECS04 Frhs2[101]: 6 -11.9521 0 shouldn't be
249.52/250.89	WSVECS04 Frhs2[181]: 6 -757.383 0 shouldn't be
249.52/250.89	WSVECS04 Frhs2[208]: 6 0 547.708 shouldn't be
249.52/250.89	WSVECS04 Frhs2[243]: 6 0 298.941 shouldn't be
249.52/250.89	WSVECS04 Frhs2[256]: 6 0 363.679 shouldn't be
249.52/250.89	WSVECS04 Frhs2[259]: 6 0 84.337 shouldn't be
249.52/250.89	WSVECS04 Frhs2[293]: 6 0 233.973 shouldn't be
249.52/250.89	WSVECS04 Frhs2[506]: 6 -5174.01 0 shouldn't be
249.52/250.89	WSVECS04 Frhs2[509]: 6 0 22 shouldn't be
249.52/250.89	WSVECS04 Frhs2[510]: 6 0 4853.01 shouldn't be
249.62/250.97	WSVECS04 Frhs2[10]: 6 0 43.8233 shouldn't be
249.62/250.97	WSVECS04 Frhs2[411]: 6 0 945.6 shouldn't be
249.73/251.06	WSVECS04 Frhs2[98]: 6 0 222.325 shouldn't be
249.73/251.06	WSVECS04 Frhs2[156]: 6 0 440.38 shouldn't be
249.73/251.06	WSVECS04 Frhs2[172]: 6 0 338.756 shouldn't be
250.91/252.21	c #Conflicts:     671000 | #Constraints:      36616
250.91/252.21	c INPROCESSING
250.91/252.21	c GARBAGE COLLECT
250.91/252.21	c rational objective 18701.4
257.90/259.26	c #Conflicts:     672000 | #Constraints:      21399
257.90/259.26	c #Conflicts:     673000 | #Constraints:      22399
257.90/259.26	c #Conflicts:     674000 | #Constraints:      23400
257.90/259.26	c #Conflicts:     675000 | #Constraints:      24400
257.90/259.26	c #Conflicts:     676000 | #Constraints:      25400
257.90/259.26	c #Conflicts:     677000 | #Constraints:      26402
257.90/259.26	c #Conflicts:     678000 | #Constraints:      27403
257.90/259.26	c #Conflicts:     679000 | #Constraints:      28404
257.90/259.26	c #Conflicts:     680000 | #Constraints:      29407
257.90/259.26	c #Conflicts:     681000 | #Constraints:      30408
257.90/259.26	c #Conflicts:     682000 | #Constraints:      31409
257.90/259.26	c #Conflicts:     683000 | #Constraints:      32410
257.90/259.26	c #Conflicts:     684000 | #Constraints:      33410
257.90/259.26	c #Conflicts:     685000 | #Constraints:      34411
257.90/259.26	c #Conflicts:     686000 | #Constraints:      35417
257.90/259.26	c #Conflicts:     687000 | #Constraints:      36419
257.90/259.26	c #Conflicts:     688000 | #Constraints:      37420
257.90/259.26	c INPROCESSING
257.90/259.26	c GARBAGE COLLECT
257.90/259.26	WSVECS04 Frhs2[121]: 6 0 55.2983 shouldn't be
262.38/263.79	c #Conflicts:     689000 | #Constraints:      22009
262.38/263.79	WSVECS04 Frhs2[2]: 6 0 113 shouldn't be
262.38/263.79	WSVECS04 Frhs2[73]: 6 0 322.125 shouldn't be
262.38/263.79	WSVECS04 Frhs2[135]: 6 0 1344 shouldn't be
262.38/263.79	WSVECS04 Frhs2[186]: 6 0 339.875 shouldn't be
262.38/263.79	WSVECS04 Frhs2[193]: 6 -619.6 0 shouldn't be
262.38/263.79	WSVECS04 Frhs2[203]: 6 -2089.5 0 shouldn't be
262.38/263.79	WSVECS04 Frhs2[218]: 6 0 113 shouldn't be
262.38/263.79	WSVECS04 Frhs2[239]: 6 0 1009.5 shouldn't be
262.38/263.79	WSVECS04 Frhs2[294]: 6 0 339.875 shouldn't be
262.38/263.79	WSVECS04 Frhs2[325]: 6 -113 0 shouldn't be
262.38/263.79	WSVECS04 Frhs2[330]: 6 0 339.875 shouldn't be
262.38/263.79	WSVECS04 Frhs2[399]: 6 -1053 0 shouldn't be
262.38/263.79	WSVECS04 Frhs2[441]: 6 -605 0 shouldn't be
262.58/263.90	WSVECS04 Frhs2[50]: 6 0 43 shouldn't be
262.58/263.90	WSVECS04 Frhs2[301]: 6 0 31.8 shouldn't be
262.58/263.90	WSVECS04 Frhs2[306]: 6 0 95.4 shouldn't be
262.58/263.90	WSVECS04 Frhs2[417]: 6 -315 0 shouldn't be
262.58/263.90	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
262.58/263.90	WSVECS04 Frhs2[498]: 6 0 28.0001 shouldn't be
262.69/264.03	WSVECS04 Frhs2[182]: 6 0 113 shouldn't be
262.69/264.03	WSVECS04 Frhs2[326]: 6 0 113 shouldn't be
262.69/264.03	WSVECS04 Frhs2[454]: 6 -605 0 shouldn't be
262.79/264.15	WSVECS04 Frhs2[253]: 6 0 670.125 shouldn't be
262.79/264.15	WSVECS04 Frhs2[395]: 6 -521 0 shouldn't be
262.79/264.15	WSVECS04 Frhs2[411]: 6 -605 0 shouldn't be
262.79/264.15	WSVECS04 Frhs2[501]: 6 0 525.445 shouldn't be
262.88/264.27	WSVECS04 Frhs2[74]: 6 0 435.125 shouldn't be
262.88/264.27	WSVECS04 Frhs2[381]: 6 0 286.875 shouldn't be
262.97/264.39	WSVECS04 Frhs2[222]: 6 0 339.875 shouldn't be
262.97/264.39	WSVECS04 Frhs2[446]: 6 0 241.2 shouldn't be
263.08/264.49	WSVECS04 Frhs2[2]: 6 0 113 shouldn't be
263.08/264.49	WSVECS04 Frhs2[50]: 6 0 43 shouldn't be
263.08/264.49	WSVECS04 Frhs2[73]: 6 0 322.125 shouldn't be
263.08/264.49	WSVECS04 Frhs2[135]: 6 0 1344 shouldn't be
263.08/264.49	WSVECS04 Frhs2[186]: 6 0 339.875 shouldn't be
263.08/264.49	WSVECS04 Frhs2[193]: 6 -619.6 0 shouldn't be
263.08/264.49	WSVECS04 Frhs2[203]: 6 -2089.5 0 shouldn't be
263.08/264.49	WSVECS04 Frhs2[218]: 6 0 113 shouldn't be
263.08/264.49	WSVECS04 Frhs2[222]: 6 0 339.875 shouldn't be
263.08/264.49	WSVECS04 Frhs2[235]: 6 0 1009.5 shouldn't be
263.08/264.49	WSVECS04 Frhs2[236]: 6 0 1009.5 shouldn't be
263.08/264.49	WSVECS04 Frhs2[237]: 6 0 1009.5 shouldn't be
263.08/264.49	WSVECS04 Frhs2[239]: 6 0 1009.5 shouldn't be
263.08/264.49	WSVECS04 Frhs2[294]: 6 0 339.875 shouldn't be
263.08/264.49	WSVECS04 Frhs2[325]: 6 -113 0 shouldn't be
263.08/264.49	WSVECS04 Frhs2[326]: 6 0 113 shouldn't be
263.08/264.49	WSVECS04 Frhs2[330]: 6 0 339.875 shouldn't be
263.08/264.49	WSVECS04 Frhs2[381]: 6 0 286.875 shouldn't be
263.08/264.49	WSVECS04 Frhs2[399]: 6 -1053 0 shouldn't be
263.08/264.49	WSVECS04 Frhs2[411]: 6 -605 0 shouldn't be
263.08/264.49	WSVECS04 Frhs2[441]: 6 -605 0 shouldn't be
263.08/264.49	WSVECS04 Frhs2[454]: 6 -605 0 shouldn't be
263.08/264.49	WSVECS04 Frhs2[501]: 6 0 525.444 shouldn't be
263.27/264.61	WSVECS04 Frhs2[14]: 6 0 53.6 shouldn't be
263.27/264.61	WSVECS04 Frhs2[498]: 6 0 28 shouldn't be
263.37/264.73	WSVECS04 Frhs2[253]: 6 0 670.125 shouldn't be
263.37/264.73	WSVECS04 Frhs2[301]: 6 0 31.8 shouldn't be
263.37/264.73	WSVECS04 Frhs2[364]: 6 -605 0 shouldn't be
263.37/264.73	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
266.68/268.05	c #Conflicts:     690000 | #Constraints:      23011
266.68/268.05	c #Conflicts:     691000 | #Constraints:      24011
266.68/268.05	c #Conflicts:     692000 | #Constraints:      25011
266.68/268.05	c #Conflicts:     693000 | #Constraints:      26011
266.68/268.05	c #Conflicts:     694000 | #Constraints:      27011
266.68/268.05	c #Conflicts:     695000 | #Constraints:      28011
266.68/268.05	c #Conflicts:     696000 | #Constraints:      29011
266.68/268.05	c #Conflicts:     697000 | #Constraints:      30011
266.68/268.05	c #Conflicts:     698000 | #Constraints:      31011
266.68/268.05	c #Conflicts:     699000 | #Constraints:      32011
266.68/268.05	c #Conflicts:     700000 | #Constraints:      33011
266.68/268.05	WSVECS04 Frhs2[20]: 6 -400.942 0 shouldn't be
266.68/268.05	WSVECS04 Frhs2[40]: 6 0 1227.44 shouldn't be
266.68/268.05	WSVECS04 Frhs2[97]: 6 0 13335.4 shouldn't be
266.68/268.05	WSVECS04 Frhs2[98]: 6 0 14329 shouldn't be
266.68/268.05	WSVECS04 Frhs2[146]: 6 0 3077.08 shouldn't be
266.68/268.05	WSVECS04 Frhs2[163]: 6 0 521 shouldn't be
266.68/268.05	WSVECS04 Frhs2[172]: 6 0 15619 shouldn't be
266.68/268.05	WSVECS04 Frhs2[175]: 6 0 1368.35 shouldn't be
266.68/268.05	WSVECS04 Frhs2[218]: 6 0 3077.08 shouldn't be
266.68/268.05	WSVECS04 Frhs2[248]: 6 0 6759.86 shouldn't be
266.68/268.05	WSVECS04 Frhs2[264]: 6 0 9276.07 shouldn't be
266.68/268.05	WSVECS04 Frhs2[289]: 6 0 4723.28 shouldn't be
266.68/268.05	WSVECS04 Frhs2[328]: 6 0 5251.81 shouldn't be
266.68/268.05	WSVECS04 Frhs2[334]: 6 0 2552.66 shouldn't be
266.68/268.05	WSVECS04 Frhs2[339]: 6 -3464.68 0 shouldn't be
266.68/268.05	WSVECS04 Frhs2[358]: 6 -1318.22 0 shouldn't be
266.68/268.05	WSVECS04 Frhs2[368]: 6 0 43 shouldn't be
266.68/268.05	WSVECS04 Frhs2[386]: 6 -6354.88 0 shouldn't be
266.68/268.05	WSVECS04 Frhs2[425]: 6 0 84.0001 shouldn't be
266.68/268.05	WSVECS04 Frhs2[440]: 6 -71 0 shouldn't be
266.68/268.05	WSVECS04 Frhs2[482]: 6 0 22141.4 shouldn't be
266.68/268.05	WSVECS04 Frhs2[487]: 6 0 22520.4 shouldn't be
266.68/268.05	WSVECS04 Frhs2[488]: 6 -22 0 shouldn't be
266.68/268.05	WSVECS04 Frhs2[489]: 6 0 5819.09 shouldn't be
266.68/268.05	WSVECS04 Frhs2[498]: 6 0 22313.4 shouldn't be
266.68/268.05	WSVECS04 Frhs2[517]: 6 -80.0001 0 shouldn't be
266.68/268.05	WSVECS04 Frhs2[522]: 6 -80.0001 0 shouldn't be
266.68/268.05	WSVECS04 Frhs2[531]: 6 -605 0 shouldn't be
266.68/268.05	WSVECS04 Frhs2[535]: 6 0 36417.9 shouldn't be
266.78/268.17	WSVECS04 Frhs2[132]: 6 0 10990.2 shouldn't be
266.78/268.17	WSVECS04 Frhs2[196]: 6 0 7379.43 shouldn't be
266.78/268.17	WSVECS04 Frhs2[198]: 6 0 9980.9 shouldn't be
266.78/268.17	WSVECS04 Frhs2[243]: 6 0 27104.7 shouldn't be
266.78/268.17	WSVECS04 Frhs2[338]: 6 0 12781.3 shouldn't be
266.78/268.17	WSVECS04 Frhs2[370]: 6 0 27373.8 shouldn't be
266.78/268.17	WSVECS04 Frhs2[390]: 6 0 12592.5 shouldn't be
266.78/268.17	WSVECS04 Frhs2[416]: 6 0 17251 shouldn't be
266.78/268.17	WSVECS04 Frhs2[434]: 6 0 34282.6 shouldn't be
266.78/268.17	WSVECS04 Frhs2[442]: 6 0 19847.9 shouldn't be
266.78/268.17	WSVECS04 Frhs2[444]: 6 0 19557.9 shouldn't be
266.78/268.17	WSVECS04 Frhs2[465]: 6 0 5829.82 shouldn't be
266.78/268.17	WSVECS04 Frhs2[504]: 6 0 1906 shouldn't be
266.78/268.17	WSVECS04 Frhs2[513]: 6 0 11154.7 shouldn't be
266.78/268.17	WSVECS04 Frhs2[537]: 6 0 3198.55 shouldn't be
266.97/268.31	WSVECS04 Frhs2[54]: 6 0 9865.58 shouldn't be
266.97/268.31	WSVECS04 Frhs2[87]: 6 0 8459.74 shouldn't be
266.97/268.31	WSVECS04 Frhs2[192]: 6 0 9300.24 shouldn't be
266.97/268.31	WSVECS04 Frhs2[232]: 6 0 13735.2 shouldn't be
266.97/268.31	WSVECS04 Frhs2[262]: 6 0 2459.5 shouldn't be
266.97/268.31	WSVECS04 Frhs2[350]: 6 0 19681.2 shouldn't be
266.97/268.31	WSVECS04 Frhs2[393]: 6 0 10818.9 shouldn't be
266.97/268.31	WSVECS04 Frhs2[414]: 6 0 4235.43 shouldn't be
266.97/268.31	WSVECS04 Frhs2[415]: 6 0 4197.43 shouldn't be
266.97/268.31	WSVECS04 Frhs2[460]: 6 0 5728.82 shouldn't be
266.97/268.31	WSVECS04 Frhs2[470]: 6 0 31826.3 shouldn't be
267.07/268.44	WSVECS04 Frhs2[24]: 6 0 36143.7 shouldn't be
267.07/268.44	WSVECS04 Frhs2[26]: 6 0 42916.6 shouldn't be
267.07/268.44	WSVECS04 Frhs2[33]: 6 0 19423.7 shouldn't be
267.07/268.44	WSVECS04 Frhs2[37]: 6 -21779.5 0 shouldn't be
267.07/268.44	WSVECS04 Frhs2[69]: 6 0 19423.7 shouldn't be
267.07/268.44	WSVECS04 Frhs2[114]: 6 0 6135.56 shouldn't be
267.07/268.44	WSVECS04 Frhs2[122]: 6 0 29859 shouldn't be
267.07/268.44	WSVECS04 Frhs2[141]: 6 0 9504.72 shouldn't be
267.07/268.44	WSVECS04 Frhs2[155]: 6 0 41214.1 shouldn't be
267.07/268.44	WSVECS04 Frhs2[158]: 6 0 22548.8 shouldn't be
267.07/268.44	WSVECS04 Frhs2[177]: 6 0 36786 shouldn't be
267.07/268.44	WSVECS04 Frhs2[194]: 6 0 70379.2 shouldn't be
267.07/268.44	WSVECS04 Frhs2[213]: 6 0 36786 shouldn't be
267.07/268.44	WSVECS04 Frhs2[308]: 6 0 28806.6 shouldn't be
267.07/268.44	WSVECS04 Frhs2[326]: 6 0 30297.4 shouldn't be
267.07/268.44	WSVECS04 Frhs2[342]: 6 0 22585.4 shouldn't be
267.07/268.44	WSVECS04 Frhs2[348]: 6 0 40189.5 shouldn't be
267.07/268.44	WSVECS04 Frhs2[374]: 6 0 40940.6 shouldn't be
267.07/268.44	WSVECS04 Frhs2[403]: 6 0 8841.26 shouldn't be
267.07/268.44	WSVECS04 Frhs2[408]: 6 0 36030.7 shouldn't be
267.07/268.44	WSVECS04 Frhs2[409]: 6 0 8416.28 shouldn't be
267.07/268.44	WSVECS04 Frhs2[468]: 6 -11704.5 0 shouldn't be
267.07/268.44	WSVECS04 Frhs2[472]: 6 0 5492.88 shouldn't be
267.07/268.44	WSVECS04 Frhs2[519]: 6 0 42468.8 shouldn't be
267.07/268.44	WSVECS04 Frhs2[524]: 6 0 42538.8 shouldn't be
267.07/268.44	WSVECS04 Frhs2[525]: 6 0 26968.4 shouldn't be
267.07/268.44	WSVECS04 Frhs2[538]: 6 0 43301.8 shouldn't be
267.16/268.57	WSVECS04 Frhs2[10]: 6 0 43558.8 shouldn't be
267.16/268.57	WSVECS04 Frhs2[46]: 6 0 43558.8 shouldn't be
267.16/268.57	WSVECS04 Frhs2[75]: 6 0 21525.7 shouldn't be
267.16/268.57	WSVECS04 Frhs2[154]: 6 0 36351.7 shouldn't be
267.16/268.57	WSVECS04 Frhs2[178]: 6 0 17362.4 shouldn't be
267.16/268.57	WSVECS04 Frhs2[179]: 6 0 17362.4 shouldn't be
267.16/268.57	WSVECS04 Frhs2[180]: 6 -16277.5 0 shouldn't be
267.16/268.57	WSVECS04 Frhs2[190]: 6 0 27330.4 shouldn't be
267.16/268.57	WSVECS04 Frhs2[214]: 6 0 17362.4 shouldn't be
267.16/268.57	WSVECS04 Frhs2[224]: 6 -18889.3 0 shouldn't be
267.16/268.57	WSVECS04 Frhs2[227]: 6 0 3068.67 shouldn't be
267.16/268.57	WSVECS04 Frhs2[230]: 6 0 43594.3 shouldn't be
267.16/268.57	WSVECS04 Frhs2[255]: 6 0 35695.6 shouldn't be
267.16/268.57	WSVECS04 Frhs2[292]: 6 0 8565.33 shouldn't be
267.16/268.57	WSVECS04 Frhs2[298]: 6 0 33094.1 shouldn't be
267.16/268.57	WSVECS04 Frhs2[316]: 6 -11203.6 0 shouldn't be
267.16/268.57	WSVECS04 Frhs2[340]: 6 0 26481 shouldn't be
267.16/268.57	WSVECS04 Frhs2[352]: 6 0 35942.4 shouldn't be
267.16/268.57	WSVECS04 Frhs2[369]: 6 0 40870.6 shouldn't be
267.16/268.57	WSVECS04 Frhs2[375]: 6 0 41619.6 shouldn't be
267.16/268.57	WSVECS04 Frhs2[379]: 6 0 40880.6 shouldn't be
267.16/268.57	WSVECS04 Frhs2[384]: 6 0 18436.4 shouldn't be
267.16/268.57	WSVECS04 Frhs2[405]: 6 0 35886.7 shouldn't be
267.16/268.57	WSVECS04 Frhs2[418]: 6 0 43568.8 shouldn't be
267.16/268.57	WSVECS04 Frhs2[429]: 6 0 44496.5 shouldn't be
267.16/268.57	WSVECS04 Frhs2[446]: 6 0 19229.2 shouldn't be
267.16/268.57	WSVECS04 Frhs2[511]: 6 0 10930.7 shouldn't be
267.37/268.70	WSVECS04 Frhs2[116]: 6 0 24805.3 shouldn't be
267.37/268.70	WSVECS04 Frhs2[140]: 6 0 16277.5 shouldn't be
267.37/268.70	WSVECS04 Frhs2[151]: 6 0 2606.13 shouldn't be
267.37/268.70	WSVECS04 Frhs2[171]: 6 0 45914.2 shouldn't be
267.37/268.70	WSVECS04 Frhs2[312]: 6 0 16954.1 shouldn't be
267.37/268.70	WSVECS04 Frhs2[315]: 6 0 8055.13 shouldn't be
267.37/268.70	WSVECS04 Frhs2[351]: 6 0 53872.6 shouldn't be
267.37/268.70	WSVECS04 Frhs2[462]: 6 0 6006.82 shouldn't be
267.37/268.70	WSVECS04 Frhs2[520]: 6 0 37112.9 shouldn't be
267.47/268.82	WSVECS04 Frhs2[20]: 6 -400.942 0 shouldn't be
267.47/268.82	WSVECS04 Frhs2[163]: 6 0 521 shouldn't be
267.47/268.82	WSVECS04 Frhs2[339]: 6 -3464.68 0 shouldn't be
267.47/268.82	WSVECS04 Frhs2[358]: 6 -1318.22 0 shouldn't be
267.47/268.82	WSVECS04 Frhs2[368]: 6 0 43 shouldn't be
267.47/268.82	WSVECS04 Frhs2[425]: 6 0 84 shouldn't be
267.47/268.82	WSVECS04 Frhs2[440]: 6 -71 0 shouldn't be
267.47/268.82	WSVECS04 Frhs2[517]: 6 -80 0 shouldn't be
267.47/268.82	WSVECS04 Frhs2[522]: 6 -80 0 shouldn't be
267.47/268.82	WSVECS04 Frhs2[531]: 6 -605 0 shouldn't be
267.56/268.93	WSVECS04 Frhs2[97]: 6 0 13335.4 shouldn't be
267.56/268.93	WSVECS04 Frhs2[98]: 6 0 14329 shouldn't be
267.56/268.93	WSVECS04 Frhs2[146]: 6 0 3077.08 shouldn't be
267.56/268.93	WSVECS04 Frhs2[151]: 6 0 2606.13 shouldn't be
267.56/268.93	WSVECS04 Frhs2[172]: 6 0 15619 shouldn't be
267.56/268.93	WSVECS04 Frhs2[196]: 6 0 7379.43 shouldn't be
267.56/268.93	WSVECS04 Frhs2[218]: 6 0 3077.08 shouldn't be
267.56/268.93	WSVECS04 Frhs2[227]: 6 0 3068.67 shouldn't be
267.56/268.93	WSVECS04 Frhs2[243]: 6 0 27104.7 shouldn't be
267.56/268.93	WSVECS04 Frhs2[248]: 6 0 6759.86 shouldn't be
267.56/268.93	WSVECS04 Frhs2[262]: 6 0 2459.5 shouldn't be
267.56/268.93	WSVECS04 Frhs2[264]: 6 0 9276.07 shouldn't be
267.56/268.93	WSVECS04 Frhs2[289]: 6 0 4723.28 shouldn't be
267.56/268.93	WSVECS04 Frhs2[334]: 6 0 2552.66 shouldn't be
267.56/268.93	WSVECS04 Frhs2[390]: 6 0 12592.5 shouldn't be
267.56/268.93	WSVECS04 Frhs2[420]: 6 0 8786.28 shouldn't be
267.56/268.93	WSVECS04 Frhs2[442]: 6 0 19847.9 shouldn't be
267.56/268.93	WSVECS04 Frhs2[444]: 6 0 19557.9 shouldn't be
267.56/268.93	WSVECS04 Frhs2[482]: 6 0 22141.4 shouldn't be
267.56/268.93	WSVECS04 Frhs2[487]: 6 0 22520.4 shouldn't be
267.56/268.93	WSVECS04 Frhs2[489]: 6 0 5819.09 shouldn't be
267.56/268.93	WSVECS04 Frhs2[498]: 6 0 22313.4 shouldn't be
267.56/268.93	WSVECS04 Frhs2[535]: 6 0 36417.9 shouldn't be
267.56/268.93	WSVECS04 Frhs2[537]: 6 0 3198.55 shouldn't be
270.36/271.75	c #Conflicts:     701000 | #Constraints:      34011
270.36/271.75	c #Conflicts:     702000 | #Constraints:      35011
270.36/271.75	c #Conflicts:     703000 | #Constraints:      36011
270.36/271.75	c #Conflicts:     704000 | #Constraints:      37011
270.36/271.75	c #Conflicts:     705000 | #Constraints:      38011
270.36/271.75	c INPROCESSING
270.36/271.75	c GARBAGE COLLECT
270.36/271.75	c #Conflicts:     706000 | #Constraints:      22419
270.36/271.75	c bounds 24601 >= 8225 @ 264.661
276.90/278.37	c #Conflicts:     707000 | #Constraints:      23420
276.90/278.37	c #Conflicts:     708000 | #Constraints:      24420
276.90/278.37	c #Conflicts:     709000 | #Constraints:      25421
276.90/278.37	c #Conflicts:     710000 | #Constraints:      26422
276.90/278.37	c #Conflicts:     711000 | #Constraints:      27425
276.90/278.37	c #Conflicts:     712000 | #Constraints:      28426
276.90/278.37	c #Conflicts:     713000 | #Constraints:      29427
276.90/278.37	c #Conflicts:     714000 | #Constraints:      30427
276.90/278.37	c #Conflicts:     715000 | #Constraints:      31428
276.90/278.37	c #Conflicts:     716000 | #Constraints:      32428
276.90/278.37	c #Conflicts:     717000 | #Constraints:      33429
276.90/278.37	c #Conflicts:     718000 | #Constraints:      34430
276.90/278.37	c #Conflicts:     719000 | #Constraints:      35433
276.90/278.37	c #Conflicts:     720000 | #Constraints:      36434
276.90/278.37	c #Conflicts:     721000 | #Constraints:      37436
276.90/278.37	c #Conflicts:     722000 | #Constraints:      38437
276.90/278.37	c INPROCESSING
276.90/278.37	c GARBAGE COLLECT
276.90/278.37	c rational objective 18852.8
283.88/285.38	c #Conflicts:     723000 | #Constraints:      22595
283.88/285.38	c #Conflicts:     724000 | #Constraints:      23596
283.88/285.38	c #Conflicts:     725000 | #Constraints:      24596
283.88/285.38	c #Conflicts:     726000 | #Constraints:      25596
283.88/285.38	c #Conflicts:     727000 | #Constraints:      26597
283.88/285.38	c #Conflicts:     728000 | #Constraints:      27597
283.88/285.38	c #Conflicts:     729000 | #Constraints:      28597
283.88/285.38	c #Conflicts:     730000 | #Constraints:      29597
283.88/285.38	c #Conflicts:     731000 | #Constraints:      30597
283.88/285.38	c #Conflicts:     732000 | #Constraints:      31598
283.88/285.38	c #Conflicts:     733000 | #Constraints:      32599
283.88/285.38	c #Conflicts:     734000 | #Constraints:      33600
283.88/285.38	c #Conflicts:     735000 | #Constraints:      34600
283.88/285.38	c #Conflicts:     736000 | #Constraints:      35600
283.88/285.38	c #Conflicts:     737000 | #Constraints:      36601
283.88/285.38	c #Conflicts:     738000 | #Constraints:      37601
283.88/285.38	WSVECS04 Frhs2[9]: 6 0 880.833 shouldn't be
283.88/285.38	WSVECS04 Frhs2[11]: 6 0 2536.77 shouldn't be
283.88/285.38	WSVECS04 Frhs2[12]: 6 0 1354.02 shouldn't be
283.88/285.38	WSVECS04 Frhs2[23]: 6 0 255.266 shouldn't be
283.88/285.38	WSVECS04 Frhs2[38]: 6 0 1140.4 shouldn't be
283.88/285.38	WSVECS04 Frhs2[71]: 6 0 53.4975 shouldn't be
283.88/285.38	WSVECS04 Frhs2[73]: 6 -38.0549 0 shouldn't be
283.88/285.38	WSVECS04 Frhs2[80]: 6 0 165.554 shouldn't be
283.88/285.38	WSVECS04 Frhs2[82]: 6 0 73.1009 shouldn't be
283.88/285.38	WSVECS04 Frhs2[84]: 6 0 473.189 shouldn't be
283.88/285.38	WSVECS04 Frhs2[110]: 6 0 233.146 shouldn't be
283.88/285.38	WSVECS04 Frhs2[115]: 6 0 106.597 shouldn't be
283.88/285.38	WSVECS04 Frhs2[122]: 6 0 35.0738 shouldn't be
283.88/285.38	WSVECS04 Frhs2[132]: 6 0 91.9449 shouldn't be
283.88/285.38	WSVECS04 Frhs2[183]: 6 0 594.289 shouldn't be
283.88/285.38	WSVECS04 Frhs2[192]: 6 0 473.189 shouldn't be
283.88/285.38	WSVECS04 Frhs2[204]: 6 0 265.666 shouldn't be
283.88/285.38	WSVECS04 Frhs2[218]: 6 0 560.574 shouldn't be
283.88/285.38	WSVECS04 Frhs2[239]: 6 0 307.636 shouldn't be
283.88/285.38	WSVECS04 Frhs2[244]: 6 0 923.205 shouldn't be
283.88/285.38	WSVECS04 Frhs2[248]: 6 0 210.73 shouldn't be
283.88/285.38	WSVECS04 Frhs2[251]: 6 0 360.167 shouldn't be
283.88/285.38	WSVECS04 Frhs2[262]: 6 0 345.995 shouldn't be
283.88/285.38	WSVECS04 Frhs2[263]: 6 0 1549.13 shouldn't be
283.88/285.38	WSVECS04 Frhs2[264]: 6 0 473.189 shouldn't be
283.88/285.38	WSVECS04 Frhs2[289]: 6 -219.307 0 shouldn't be
283.88/285.38	WSVECS04 Frhs2[290]: 6 0 1086.21 shouldn't be
283.88/285.38	WSVECS04 Frhs2[300]: 6 0 14.9371 shouldn't be
283.88/285.38	WSVECS04 Frhs2[310]: 6 0 110.303 shouldn't be
283.88/285.38	WSVECS04 Frhs2[319]: 6 0 165.554 shouldn't be
283.88/285.38	WSVECS04 Frhs2[327]: 6 0 170.756 shouldn't be
283.88/285.38	WSVECS04 Frhs2[331]: 6 0 66.9125 shouldn't be
283.88/285.38	WSVECS04 Frhs2[335]: 6 0 1212.3 shouldn't be
283.88/285.38	WSVECS04 Frhs2[346]: 6 0 110.303 shouldn't be
283.88/285.38	WSVECS04 Frhs2[350]: 6 0 24.4681 shouldn't be
283.88/285.38	WSVECS04 Frhs2[352]: 6 0 82.0187 shouldn't be
283.88/285.38	WSVECS04 Frhs2[359]: 6 0 117.27 shouldn't be
283.88/285.38	WSVECS04 Frhs2[368]: 6 0 297.264 shouldn't be
283.88/285.38	WSVECS04 Frhs2[373]: 6 0 254.264 shouldn't be
283.88/285.38	WSVECS04 Frhs2[389]: 6 0 226.264 shouldn't be
283.88/285.38	WSVECS04 Frhs2[392]: 6 0 33.1786 shouldn't be
283.88/285.38	WSVECS04 Frhs2[467]: 6 -52.0001 0 shouldn't be
283.88/285.38	WSVECS04 Frhs2[503]: 6 -19.9377 0 shouldn't be
283.88/285.38	WSVECS04 Frhs2[510]: 6 0 10.0001 shouldn't be
283.98/285.48	WSVECS04 Frhs2[68]: 6 0 485.181 shouldn't be
283.98/285.48	WSVECS04 Frhs2[103]: 6 0 104.552 shouldn't be
283.98/285.48	WSVECS04 Frhs2[104]: 6 0 131.095 shouldn't be
283.98/285.48	WSVECS04 Frhs2[174]: 6 0 556.536 shouldn't be
283.98/285.48	WSVECS04 Frhs2[187]: 6 0 364.618 shouldn't be
283.98/285.48	WSVECS04 Frhs2[295]: 6 0 296.741 shouldn't be
283.98/285.48	WSVECS04 Frhs2[349]: 6 0 323.269 shouldn't be
283.98/285.48	WSVECS04 Frhs2[489]: 6 0 153.45 shouldn't be
284.08/285.59	WSVECS04 Frhs2[58]: 6 -859.95 0 shouldn't be
284.08/285.59	WSVECS04 Frhs2[224]: 6 0 307.636 shouldn't be
284.08/285.59	WSVECS04 Frhs2[250]: 6 0 376.284 shouldn't be
284.08/285.59	WSVECS04 Frhs2[292]: 6 0 143.848 shouldn't be
284.08/285.59	WSVECS04 Frhs2[307]: 6 -159.214 0 shouldn't be
284.08/285.59	WSVECS04 Frhs2[396]: 6 0 34.6501 shouldn't be
284.28/285.70	WSVECS04 Frhs2[134]: 6 0 841.774 shouldn't be
284.28/285.70	WSVECS04 Frhs2[245]: 6 0 927.467 shouldn't be
284.38/285.82	WSVECS04 Frhs2[62]: 6 0 346.269 shouldn't be
284.38/285.82	WSVECS04 Frhs2[95]: 6 0 1167.59 shouldn't be
284.38/285.82	WSVECS04 Frhs2[98]: 6 0 525.17 shouldn't be
284.38/285.82	WSVECS04 Frhs2[135]: 6 0 111.025 shouldn't be
284.38/285.82	WSVECS04 Frhs2[286]: 6 0 180.441 shouldn't be
284.38/285.82	WSVECS04 Frhs2[358]: 6 0 133.386 shouldn't be
284.38/285.82	WSVECS04 Frhs2[438]: 6 -512.724 0 shouldn't be
284.38/285.82	WSVECS04 Frhs2[457]: 6 0 300 shouldn't be
284.38/285.82	WSVECS04 Frhs2[458]: 6 -337 0 shouldn't be
299.24/300.79	c #Conflicts:     739000 | #Constraints:      38602
299.24/300.79	c INPROCESSING
299.24/300.79	c GARBAGE COLLECT
299.24/300.79	c #Conflicts:     740000 | #Constraints:      22615
299.24/300.79	c #Conflicts:     741000 | #Constraints:      23615
299.24/300.79	c #Conflicts:     742000 | #Constraints:      24615
299.24/300.79	c #Conflicts:     743000 | #Constraints:      25615
299.24/300.79	c #Conflicts:     744000 | #Constraints:      26616
299.24/300.79	c #Conflicts:     745000 | #Constraints:      27619
299.24/300.79	c #Conflicts:     746000 | #Constraints:      28621
299.24/300.79	c #Conflicts:     747000 | #Constraints:      29621
299.24/300.79	c #Conflicts:     748000 | #Constraints:      30624
299.24/300.79	c #Conflicts:     749000 | #Constraints:      31626
299.24/300.79	c #Conflicts:     750000 | #Constraints:      32627
299.24/300.79	c #Conflicts:     751000 | #Constraints:      33630
299.24/300.79	c #Conflicts:     752000 | #Constraints:      34633
299.24/300.79	c #Conflicts:     753000 | #Constraints:      35633
299.24/300.79	c #Conflicts:     754000 | #Constraints:      36637
299.24/300.79	c #Conflicts:     755000 | #Constraints:      37639
299.24/300.79	c #Conflicts:     756000 | #Constraints:      38645
299.24/300.79	c INPROCESSING
299.24/300.79	c GARBAGE COLLECT
299.24/300.79	c #Conflicts:     757000 | #Constraints:      22417
299.24/300.79	c #Conflicts:     758000 | #Constraints:      23418
299.24/300.79	c #Conflicts:     759000 | #Constraints:      24418
299.24/300.79	c #Conflicts:     760000 | #Constraints:      25418
299.24/300.79	c #Conflicts:     761000 | #Constraints:      26418
299.24/300.79	c #Conflicts:     762000 | #Constraints:      27418
299.24/300.79	c #Conflicts:     763000 | #Constraints:      28418
299.24/300.79	c #Conflicts:     764000 | #Constraints:      29418
299.24/300.79	c #Conflicts:     765000 | #Constraints:      30418
299.24/300.79	c #Conflicts:     766000 | #Constraints:      31418
299.24/300.79	c #Conflicts:     767000 | #Constraints:      32418
299.24/300.79	c #Conflicts:     768000 | #Constraints:      33418
299.24/300.79	c #Conflicts:     769000 | #Constraints:      34418
299.24/300.79	c #Conflicts:     770000 | #Constraints:      35418
299.24/300.79	c #Conflicts:     771000 | #Constraints:      36418
299.24/300.79	c #Conflicts:     772000 | #Constraints:      37418
299.24/300.79	c #Conflicts:     773000 | #Constraints:      38418
299.24/300.79	c #Conflicts:     774000 | #Constraints:      39418
299.24/300.79	c INPROCESSING
299.24/300.79	c GARBAGE COLLECT
299.24/300.79	c rational objective 18701.4
306.31/307.80	c #Conflicts:     775000 | #Constraints:      23024
306.31/307.80	c #Conflicts:     776000 | #Constraints:      24024
306.31/307.80	c #Conflicts:     777000 | #Constraints:      25025
306.31/307.80	c #Conflicts:     778000 | #Constraints:      26025
306.31/307.80	c #Conflicts:     779000 | #Constraints:      27025
306.31/307.80	c #Conflicts:     780000 | #Constraints:      28026
306.31/307.80	c #Conflicts:     781000 | #Constraints:      29026
306.31/307.80	c #Conflicts:     782000 | #Constraints:      30028
306.31/307.80	c #Conflicts:     783000 | #Constraints:      31029
306.31/307.80	c #Conflicts:     784000 | #Constraints:      32036
306.31/307.80	c #Conflicts:     785000 | #Constraints:      33040
306.31/307.80	c #Conflicts:     786000 | #Constraints:      34040
306.31/307.80	c #Conflicts:     787000 | #Constraints:      35041
306.31/307.80	c #Conflicts:     788000 | #Constraints:      36043
306.31/307.80	c #Conflicts:     789000 | #Constraints:      37045
306.31/307.80	c #Conflicts:     790000 | #Constraints:      38046
306.31/307.80	c #Conflicts:     791000 | #Constraints:      39046
306.31/307.80	c #Conflicts:     792000 | #Constraints:      40046
306.31/307.80	c INPROCESSING
306.31/307.80	c GARBAGE COLLECT
306.31/307.80	c rational objective 18701.4
307.91/309.42	c #Conflicts:     793000 | #Constraints:      23412
307.91/309.42	c #Conflicts:     794000 | #Constraints:      24413
307.91/309.42	c #Conflicts:     795000 | #Constraints:      25413
307.91/309.42	c #Conflicts:     796000 | #Constraints:      26413
307.91/309.42	WSVECS04 Frhs2[37]: 6 0 322.509 shouldn't be
307.91/309.42	WSVECS04 Frhs2[56]: 6 0 28.3114 shouldn't be
307.91/309.42	WSVECS04 Frhs2[68]: 6 0 231.66 shouldn't be
307.91/309.42	WSVECS04 Frhs2[164]: 6 0 479.844 shouldn't be
307.91/309.42	WSVECS04 Frhs2[179]: 6 -768.288 0 shouldn't be
307.91/309.42	WSVECS04 Frhs2[204]: 6 0 544.028 shouldn't be
307.91/309.42	WSVECS04 Frhs2[238]: 6 -605.156 0 shouldn't be
307.91/309.42	WSVECS04 Frhs2[272]: 6 0 157.054 shouldn't be
307.91/309.42	WSVECS04 Frhs2[290]: 6 0 885.206 shouldn't be
307.91/309.42	WSVECS04 Frhs2[291]: 6 0 1748.08 shouldn't be
307.91/309.42	WSVECS04 Frhs2[292]: 6 0 1425.57 shouldn't be
307.91/309.42	WSVECS04 Frhs2[326]: 6 0 322.509 shouldn't be
307.91/309.42	WSVECS04 Frhs2[327]: 6 0 1185.38 shouldn't be
307.91/309.42	WSVECS04 Frhs2[357]: 6 0 720.373 shouldn't be
307.91/309.42	WSVECS04 Frhs2[362]: 6 0 148.363 shouldn't be
307.91/309.42	WSVECS04 Frhs2[364]: 6 -72.4489 0 shouldn't be
307.91/309.42	WSVECS04 Frhs2[381]: 6 -540.464 0 shouldn't be
307.91/309.42	WSVECS04 Frhs2[395]: 6 0 278.493 shouldn't be
307.91/309.42	WSVECS04 Frhs2[414]: 6 0 609.207 shouldn't be
307.91/309.42	WSVECS04 Frhs2[459]: 6 0 64.575 shouldn't be
307.91/309.42	WSVECS04 Frhs2[472]: 6 0 64.575 shouldn't be
307.91/309.42	WSVECS04 Frhs2[473]: 6 0 134.575 shouldn't be
307.91/309.42	WSVECS04 Frhs2[474]: 6 0 74.575 shouldn't be
307.91/309.42	WSVECS04 Frhs2[477]: 6 0 115.791 shouldn't be
307.91/309.42	WSVECS04 Frhs2[512]: 6 0 1.63975 shouldn't be
307.91/309.42	WSVECS04 Frhs2[516]: 6 0 49.8397 shouldn't be
307.91/309.42	WSVECS04 Frhs2[521]: 6 0 176 shouldn't be
308.01/309.53	WSVECS04 Frhs2[260]: 6 0 1347.37 shouldn't be
308.01/309.53	WSVECS04 Frhs2[267]: 6 0 1466.42 shouldn't be
308.01/309.53	WSVECS04 Frhs2[284]: 6 0 408.46 shouldn't be
308.01/309.53	WSVECS04 Frhs2[330]: 6 0 1539.94 shouldn't be
308.01/309.53	WSVECS04 Frhs2[439]: 6 0 688.916 shouldn't be
308.01/309.53	WSVECS04 Frhs2[450]: 6 0 1532.41 shouldn't be
308.11/309.64	WSVECS04 Frhs2[3]: 6 0 1893.73 shouldn't be
308.11/309.64	WSVECS04 Frhs2[5]: 6 0 857.697 shouldn't be
308.11/309.64	WSVECS04 Frhs2[27]: 6 0 480.47 shouldn't be
308.11/309.64	WSVECS04 Frhs2[56]: 6 0 28.3114 shouldn't be
308.11/309.64	WSVECS04 Frhs2[68]: 6 0 231.66 shouldn't be
308.11/309.64	WSVECS04 Frhs2[99]: 6 0 1517.71 shouldn't be
308.11/309.64	WSVECS04 Frhs2[164]: 6 0 479.844 shouldn't be
308.11/309.64	WSVECS04 Frhs2[179]: 6 -768.288 0 shouldn't be
308.11/309.64	WSVECS04 Frhs2[204]: 6 0 544.028 shouldn't be
308.11/309.64	WSVECS04 Frhs2[272]: 6 0 157.054 shouldn't be
308.11/309.64	WSVECS04 Frhs2[273]: 6 0 157.054 shouldn't be
308.11/309.64	WSVECS04 Frhs2[290]: 6 0 885.206 shouldn't be
308.11/309.64	WSVECS04 Frhs2[326]: 6 0 322.509 shouldn't be
308.11/309.64	WSVECS04 Frhs2[327]: 6 0 1185.38 shouldn't be
308.11/309.64	WSVECS04 Frhs2[351]: 6 0 266.758 shouldn't be
308.11/309.64	WSVECS04 Frhs2[357]: 6 0 720.373 shouldn't be
308.11/309.64	WSVECS04 Frhs2[362]: 6 0 148.363 shouldn't be
308.11/309.64	WSVECS04 Frhs2[364]: 6 -72.4489 0 shouldn't be
308.11/309.64	WSVECS04 Frhs2[381]: 6 -540.464 0 shouldn't be
308.11/309.64	WSVECS04 Frhs2[459]: 6 0 64.575 shouldn't be
308.11/309.64	WSVECS04 Frhs2[513]: 6 0 22.4603 shouldn't be
308.11/309.64	WSVECS04 Frhs2[516]: 6 0 49.8397 shouldn't be
308.11/309.64	WSVECS04 Frhs2[524]: 6 0 310 shouldn't be
308.11/309.64	WSVECS04 Frhs2[539]: 6 -348 0 shouldn't be
308.21/309.76	WSVECS04 Frhs2[22]: 6 -1062.7 0 shouldn't be
308.21/309.76	WSVECS04 Frhs2[78]: 6 0 815.513 shouldn't be
308.21/309.76	WSVECS04 Frhs2[96]: 6 0 277.832 shouldn't be
308.21/309.76	WSVECS04 Frhs2[104]: 6 0 69.3403 shouldn't be
308.21/309.76	WSVECS04 Frhs2[114]: 6 0 815.513 shouldn't be
308.21/309.76	WSVECS04 Frhs2[186]: 6 0 1551.71 shouldn't be
308.21/309.76	WSVECS04 Frhs2[238]: 6 -605.156 0 shouldn't be
308.21/309.76	WSVECS04 Frhs2[277]: 6 0 521 shouldn't be
308.21/309.76	WSVECS04 Frhs2[278]: 6 0 367.317 shouldn't be
308.21/309.76	WSVECS04 Frhs2[279]: 6 0 1188.33 shouldn't be
308.21/309.76	WSVECS04 Frhs2[363]: 6 0 1351.63 shouldn't be
308.21/309.76	WSVECS04 Frhs2[395]: 6 0 278.493 shouldn't be
308.21/309.76	WSVECS04 Frhs2[399]: 6 0 262.046 shouldn't be
308.21/309.76	WSVECS04 Frhs2[477]: 6 0 115.79 shouldn't be
308.21/309.76	WSVECS04 Frhs2[508]: 6 0 1269.07 shouldn't be
308.31/309.88	WSVECS04 Frhs2[118]: 6 0 862.875 shouldn't be
308.31/309.88	WSVECS04 Frhs2[133]: 6 0 571.871 shouldn't be
308.31/309.88	WSVECS04 Frhs2[268]: 6 0 800.927 shouldn't be
308.31/309.88	WSVECS04 Frhs2[292]: 6 0 1425.57 shouldn't be
308.31/309.88	WSVECS04 Frhs2[350]: 6 0 367.317 shouldn't be
308.31/309.88	WSVECS04 Frhs2[415]: 6 0 957.207 shouldn't be
308.31/309.88	WSVECS04 Frhs2[473]: 6 0 134.575 shouldn't be
308.31/309.88	WSVECS04 Frhs2[512]: 6 0 1.63966 shouldn't be
308.41/310.00	WSVECS04 Frhs2[63]: 6 0 480.47 shouldn't be
308.41/310.00	WSVECS04 Frhs2[69]: 6 0 955.193 shouldn't be
308.41/310.00	WSVECS04 Frhs2[267]: 6 0 1466.42 shouldn't be
308.41/310.00	WSVECS04 Frhs2[330]: 6 0 1539.94 shouldn't be
308.41/310.00	WSVECS04 Frhs2[414]: 6 0 609.207 shouldn't be
308.41/310.00	WSVECS04 Frhs2[450]: 6 0 1532.41 shouldn't be
308.52/310.10	WSVECS04 Frhs2[184]: 6 0 1599.08 shouldn't be
308.52/310.10	WSVECS04 Frhs2[260]: 6 0 1347.37 shouldn't be
308.52/310.10	WSVECS04 Frhs2[291]: 6 0 1748.08 shouldn't be
308.52/310.10	WSVECS04 Frhs2[444]: 6 0 2009.84 shouldn't be
308.62/310.18	WSVECS04 Frhs2[266]: 6 0 1386.42 shouldn't be
308.62/310.18	WSVECS04 Frhs2[521]: 6 0 176 shouldn't be
308.71/310.25	WSVECS04 Frhs2[155]: 6 0 862.875 shouldn't be
308.71/310.25	WSVECS04 Frhs2[285]: 6 0 1128.83 shouldn't be
308.71/310.25	WSVECS04 Frhs2[386]: 6 -456.464 0 shouldn't be
311.90/313.44	c #Conflicts:     797000 | #Constraints:      27414
311.90/313.44	c #Conflicts:     798000 | #Constraints:      28414
311.90/313.44	c #Conflicts:     799000 | #Constraints:      29414
311.90/313.44	c #Conflicts:     800000 | #Constraints:      30414
311.90/313.44	c #Conflicts:     801000 | #Constraints:      31414
311.90/313.44	c #Conflicts:     802000 | #Constraints:      32414
311.90/313.44	c #Conflicts:     803000 | #Constraints:      33414
311.90/313.44	c #Conflicts:     804000 | #Constraints:      34414
311.90/313.44	c #Conflicts:     805000 | #Constraints:      35414
311.90/313.44	c #Conflicts:     806000 | #Constraints:      36414
311.90/313.44	WSVECS04 Frhs2[4]: 6 0 309.956 shouldn't be
311.90/313.44	WSVECS04 Frhs2[9]: 6 0 632.581 shouldn't be
311.90/313.44	WSVECS04 Frhs2[18]: 6 0 138.117 shouldn't be
311.90/313.44	WSVECS04 Frhs2[25]: 6 0 416.367 shouldn't be
311.90/313.44	WSVECS04 Frhs2[26]: 6 0 157.344 shouldn't be
311.90/313.44	WSVECS04 Frhs2[32]: 6 0 978.772 shouldn't be
311.90/313.44	WSVECS04 Frhs2[40]: 6 0 1329.07 shouldn't be
311.90/313.44	WSVECS04 Frhs2[57]: 6 0 219.93 shouldn't be
311.90/313.44	WSVECS04 Frhs2[92]: 6 0 244.172 shouldn't be
311.90/313.44	WSVECS04 Frhs2[145]: 6 -812.685 0 shouldn't be
311.90/313.44	WSVECS04 Frhs2[148]: 6 0 812.685 shouldn't be
311.90/313.44	WSVECS04 Frhs2[153]: 6 0 263.022 shouldn't be
311.90/313.44	WSVECS04 Frhs2[159]: 6 0 124.64 shouldn't be
311.90/313.44	WSVECS04 Frhs2[182]: 6 0 115.165 shouldn't be
311.90/313.44	WSVECS04 Frhs2[189]: 6 0 363.86 shouldn't be
311.90/313.44	WSVECS04 Frhs2[192]: 6 0 166.893 shouldn't be
311.90/313.44	WSVECS04 Frhs2[207]: 6 0 645.977 shouldn't be
311.90/313.44	WSVECS04 Frhs2[212]: 6 0 441.405 shouldn't be
311.90/313.44	WSVECS04 Frhs2[253]: 6 -1540.8 0 shouldn't be
311.90/313.44	WSVECS04 Frhs2[255]: 6 0 102.556 shouldn't be
311.90/313.44	WSVECS04 Frhs2[281]: 6 0 361.803 shouldn't be
311.90/313.44	WSVECS04 Frhs2[305]: 6 0 531 shouldn't be
311.90/313.44	WSVECS04 Frhs2[322]: 6 0 340.215 shouldn't be
311.90/313.44	WSVECS04 Frhs2[342]: 6 0 152.776 shouldn't be
311.90/313.44	WSVECS04 Frhs2[388]: 6 0 378.173 shouldn't be
311.90/313.44	WSVECS04 Frhs2[487]: 6 0 55.9685 shouldn't be
311.90/313.44	WSVECS04 Frhs2[492]: 6 0 193.699 shouldn't be
311.90/313.44	WSVECS04 Frhs2[519]: 6 0 197 shouldn't be
311.90/313.44	WSVECS04 Frhs2[524]: 6 0 58.4943 shouldn't be
311.90/313.44	WSVECS04 Frhs2[540]: 6 0 908.664 shouldn't be
313.10/314.61	c #Conflicts:     807000 | #Constraints:      37415
313.10/314.61	c #Conflicts:     808000 | #Constraints:      38416
313.10/314.61	WSVECS04 Frhs2[3]: 6 0 551.142 shouldn't be
313.10/314.61	WSVECS04 Frhs2[9]: 6 0 220.102 shouldn't be
313.10/314.61	WSVECS04 Frhs2[37]: 6 -709.568 0 shouldn't be
313.10/314.61	WSVECS04 Frhs2[39]: 6 0 683.255 shouldn't be
313.10/314.61	WSVECS04 Frhs2[41]: 6 0 223.013 shouldn't be
313.10/314.61	WSVECS04 Frhs2[43]: 6 -2413.65 0 shouldn't be
313.10/314.61	WSVECS04 Frhs2[45]: 6 0 217.299 shouldn't be
313.10/314.61	WSVECS04 Frhs2[46]: 6 0 323.804 shouldn't be
313.10/314.61	WSVECS04 Frhs2[53]: 6 0 87.1776 shouldn't be
313.10/314.61	WSVECS04 Frhs2[61]: 6 0 86.439 shouldn't be
313.10/314.61	WSVECS04 Frhs2[74]: 6 0 82.1816 shouldn't be
313.10/314.61	WSVECS04 Frhs2[79]: 6 0 688.733 shouldn't be
313.10/314.61	WSVECS04 Frhs2[80]: 6 0 1220.16 shouldn't be
313.10/314.61	WSVECS04 Frhs2[82]: 6 0 323.804 shouldn't be
313.10/314.61	WSVECS04 Frhs2[85]: 6 0 1637.23 shouldn't be
313.10/314.61	WSVECS04 Frhs2[86]: 6 0 194.372 shouldn't be
313.10/314.61	WSVECS04 Frhs2[98]: 6 0 1358.92 shouldn't be
313.10/314.61	WSVECS04 Frhs2[100]: 6 0 1211.33 shouldn't be
313.10/314.61	WSVECS04 Frhs2[104]: 6 0 314.51 shouldn't be
313.10/314.61	WSVECS04 Frhs2[113]: 6 0 175.176 shouldn't be
313.10/314.61	WSVECS04 Frhs2[125]: 6 0 2732.73 shouldn't be
313.10/314.61	WSVECS04 Frhs2[137]: 6 0 154.642 shouldn't be
313.10/314.61	WSVECS04 Frhs2[164]: 6 0 853.52 shouldn't be
313.10/314.61	WSVECS04 Frhs2[165]: 6 0 1557.64 shouldn't be
313.10/314.61	WSVECS04 Frhs2[166]: 6 -136.658 0 shouldn't be
313.10/314.61	WSVECS04 Frhs2[171]: 6 0 833.464 shouldn't be
313.10/314.61	WSVECS04 Frhs2[174]: 6 -323.164 0 shouldn't be
313.10/314.61	WSVECS04 Frhs2[177]: 6 0 290.856 shouldn't be
313.10/314.61	WSVECS04 Frhs2[179]: 6 0 653.571 shouldn't be
313.10/314.61	WSVECS04 Frhs2[191]: 6 0 35.38 shouldn't be
313.10/314.61	WSVECS04 Frhs2[198]: 6 0 638.309 shouldn't be
313.10/314.61	WSVECS04 Frhs2[209]: 6 0 216.516 shouldn't be
313.10/314.61	WSVECS04 Frhs2[211]: 6 0 494.886 shouldn't be
313.10/314.61	WSVECS04 Frhs2[212]: 6 0 145.159 shouldn't be
313.10/314.61	WSVECS04 Frhs2[213]: 6 0 446.826 shouldn't be
313.10/314.61	WSVECS04 Frhs2[214]: 6 0 410.452 shouldn't be
313.10/314.61	WSVECS04 Frhs2[222]: 6 0 267.864 shouldn't be
313.10/314.61	WSVECS04 Frhs2[247]: 6 0 349.727 shouldn't be
313.10/314.61	WSVECS04 Frhs2[269]: 6 0 87.1777 shouldn't be
313.10/314.61	WSVECS04 Frhs2[278]: 6 0 35.3215 shouldn't be
313.10/314.61	WSVECS04 Frhs2[281]: 6 -322 0 shouldn't be
313.10/314.61	WSVECS04 Frhs2[409]: 6 0 133.255 shouldn't be
313.10/314.61	WSVECS04 Frhs2[411]: 6 0 1433.97 shouldn't be
313.19/314.72	WSVECS04 Frhs2[18]: 6 0 388.537 shouldn't be
313.19/314.72	WSVECS04 Frhs2[49]: 6 0 87.1777 shouldn't be
313.19/314.72	WSVECS04 Frhs2[56]: 6 0 62.2837 shouldn't be
313.19/314.72	WSVECS04 Frhs2[157]: 6 0 311.516 shouldn't be
313.19/314.72	WSVECS04 Frhs2[404]: 6 0 255.052 shouldn't be
313.30/314.81	WSVECS04 Frhs2[38]: 6 0 66.0776 shouldn't be
313.39/314.93	WSVECS04 Frhs2[143]: 6 0 133.059 shouldn't be
313.39/314.93	WSVECS04 Frhs2[162]: 6 0 281.55 shouldn't be
313.39/314.99	WSVECS04 Frhs2[102]: 6 0 608.702 shouldn't be
313.39/314.99	WSVECS04 Frhs2[219]: 6 0 536.312 shouldn't be
313.50/315.10	WSVECS04 Frhs2[17]: 6 0 87.1776 shouldn't be
314.69/316.22	c #Conflicts:     809000 | #Constraints:      39416
314.69/316.22	c #Conflicts:     810000 | #Constraints:      40416
314.69/316.22	c INPROCESSING
314.69/316.22	c GARBAGE COLLECT
314.69/316.22	c rational objective 18870.9
320.88/322.44	c #Conflicts:     811000 | #Constraints:      23626
320.88/322.44	c #Conflicts:     812000 | #Constraints:      24626
320.88/322.44	c #Conflicts:     813000 | #Constraints:      25626
320.88/322.44	c #Conflicts:     814000 | #Constraints:      26626
320.88/322.44	c #Conflicts:     815000 | #Constraints:      27626
320.88/322.44	c #Conflicts:     816000 | #Constraints:      28626
320.88/322.44	c #Conflicts:     817000 | #Constraints:      29627
320.88/322.44	c #Conflicts:     818000 | #Constraints:      30630
320.88/322.44	c #Conflicts:     819000 | #Constraints:      31630
320.88/322.44	c #Conflicts:     820000 | #Constraints:      32631
320.88/322.44	c #Conflicts:     821000 | #Constraints:      33634
320.88/322.44	c #Conflicts:     822000 | #Constraints:      34636
320.88/322.44	c #Conflicts:     823000 | #Constraints:      35636
320.88/322.44	c #Conflicts:     824000 | #Constraints:      36637
320.88/322.44	c #Conflicts:     825000 | #Constraints:      37637
320.88/322.44	c #Conflicts:     826000 | #Constraints:      38637
320.88/322.44	c #Conflicts:     827000 | #Constraints:      39638
320.88/322.44	c #Conflicts:     828000 | #Constraints:      40640
320.88/322.44	c INPROCESSING
320.88/322.44	c GARBAGE COLLECT
320.88/322.44	c rational objective 18701.4
327.57/329.18	c #Conflicts:     829000 | #Constraints:      23627
327.57/329.18	c #Conflicts:     830000 | #Constraints:      24627
327.57/329.18	c #Conflicts:     831000 | #Constraints:      25628
327.57/329.18	c #Conflicts:     832000 | #Constraints:      26629
327.57/329.18	c #Conflicts:     833000 | #Constraints:      27629
327.57/329.18	c #Conflicts:     834000 | #Constraints:      28629
327.57/329.18	c #Conflicts:     835000 | #Constraints:      29631
327.57/329.18	c #Conflicts:     836000 | #Constraints:      30634
327.57/329.18	c #Conflicts:     837000 | #Constraints:      31637
327.57/329.18	c #Conflicts:     838000 | #Constraints:      32642
327.57/329.18	c #Conflicts:     839000 | #Constraints:      33645
327.57/329.18	c #Conflicts:     840000 | #Constraints:      34650
327.57/329.18	c #Conflicts:     841000 | #Constraints:      35651
327.57/329.18	c #Conflicts:     842000 | #Constraints:      36655
327.57/329.18	c #Conflicts:     843000 | #Constraints:      37658
327.57/329.18	c #Conflicts:     844000 | #Constraints:      38658
327.57/329.18	c #Conflicts:     845000 | #Constraints:      39659
327.57/329.18	c #Conflicts:     846000 | #Constraints:      40661
327.57/329.18	c INPROCESSING
327.57/329.18	c GARBAGE COLLECT
327.57/329.18	c rational objective 18701.4
328.05/329.60	c #Conflicts:     847000 | #Constraints:      23430
328.05/329.60	WSVECS04 Frhs2[38]: 6 0 835 shouldn't be
328.05/329.60	WSVECS04 Frhs2[55]: 6 -358 0 shouldn't be
328.05/329.60	WSVECS04 Frhs2[77]: 6 0 332.667 shouldn't be
328.05/329.60	WSVECS04 Frhs2[95]: 6 -282 0 shouldn't be
328.05/329.60	WSVECS04 Frhs2[101]: 6 -10.8333 0 shouldn't be
328.05/329.60	WSVECS04 Frhs2[110]: 6 0 835 shouldn't be
328.05/329.60	WSVECS04 Frhs2[113]: 6 0 835 shouldn't be
328.05/329.60	WSVECS04 Frhs2[134]: 6 0 58.8333 shouldn't be
328.05/329.60	WSVECS04 Frhs2[140]: 6 0 122.5 shouldn't be
328.05/329.60	WSVECS04 Frhs2[146]: 6 0 656 shouldn't be
328.05/329.60	WSVECS04 Frhs2[170]: 6 0 58.8334 shouldn't be
328.05/329.60	WSVECS04 Frhs2[181]: 6 -3433.44 0 shouldn't be
328.05/329.60	WSVECS04 Frhs2[182]: 6 0 835 shouldn't be
328.05/329.60	WSVECS04 Frhs2[206]: 6 0 58.8334 shouldn't be
328.05/329.60	WSVECS04 Frhs2[252]: 6 -341 0 shouldn't be
328.05/329.60	WSVECS04 Frhs2[471]: 6 0 747 shouldn't be
328.05/329.60	WSVECS04 Frhs2[484]: 6 0 405 shouldn't be
328.05/329.60	WSVECS04 Frhs2[485]: 6 -521 0 shouldn't be
328.65/330.24	c #Conflicts:     848000 | #Constraints:      24431
328.65/330.24	c #Conflicts:     849000 | #Constraints:      25431
328.65/330.24	WSVECS04 Frhs2[62]: 6 0 21.6667 shouldn't be
328.65/330.24	WSVECS04 Frhs2[74]: 6 0 589.8 shouldn't be
328.65/330.24	WSVECS04 Frhs2[108]: 6 -511.061 0 shouldn't be
328.65/330.24	WSVECS04 Frhs2[183]: 6 0 192.356 shouldn't be
328.65/330.24	WSVECS04 Frhs2[249]: 6 0 10.0909 shouldn't be
328.65/330.24	WSVECS04 Frhs2[253]: 6 -91.8889 0 shouldn't be
328.65/330.24	WSVECS04 Frhs2[287]: 6 0 112.242 shouldn't be
328.65/330.24	WSVECS04 Frhs2[291]: 6 0 354.622 shouldn't be
328.65/330.24	WSVECS04 Frhs2[305]: 6 -34.9167 0 shouldn't be
328.65/330.24	WSVECS04 Frhs2[314]: 6 0 21.6668 shouldn't be
328.65/330.24	WSVECS04 Frhs2[327]: 6 0 782.156 shouldn't be
328.65/330.24	WSVECS04 Frhs2[329]: 6 0 427.533 shouldn't be
328.65/330.24	WSVECS04 Frhs2[350]: 6 0 21.6667 shouldn't be
328.65/330.24	WSVECS04 Frhs2[357]: 6 0 10.0909 shouldn't be
328.65/330.24	WSVECS04 Frhs2[366]: 6 0 112.511 shouldn't be
328.65/330.24	WSVECS04 Frhs2[440]: 6 0 106 shouldn't be
328.65/330.24	WSVECS04 Frhs2[443]: 6 -2308 0 shouldn't be
328.65/330.24	WSVECS04 Frhs2[528]: 6 0 161.545 shouldn't be
328.65/330.24	WSVECS04 Frhs2[533]: 6 0 11.3031 shouldn't be
328.75/330.31	WSVECS04 Frhs2[105]: 6 0 10.091 shouldn't be
328.75/330.31	WSVECS04 Frhs2[248]: 6 0 119.909 shouldn't be
328.75/330.31	WSVECS04 Frhs2[285]: 6 0 10.091 shouldn't be
328.75/330.31	WSVECS04 Frhs2[338]: 6 0 47.5 shouldn't be
328.75/330.31	WSVECS04 Frhs2[340]: 6 0 47.5 shouldn't be
328.75/330.31	WSVECS04 Frhs2[394]: 6 -605 0 shouldn't be
328.75/330.31	WSVECS04 Frhs2[449]: 6 0 106 shouldn't be
328.75/330.31	WSVECS04 Frhs2[471]: 6 0 214.727 shouldn't be
328.85/330.40	WSVECS04 Frhs2[412]: 6 -1053 0 shouldn't be
328.95/330.51	WSVECS04 Frhs2[68]: 6 0 141.364 shouldn't be
328.95/330.51	WSVECS04 Frhs2[145]: 6 0 254.867 shouldn't be
328.95/330.51	WSVECS04 Frhs2[176]: 6 0 141.364 shouldn't be
329.05/330.60	WSVECS04 Frhs2[416]: 6 -521 0 shouldn't be
329.05/330.69	WSVECS04 Frhs2[12]: 6 0 200 shouldn't be
329.05/330.69	WSVECS04 Frhs2[292]: 6 0 509.022 shouldn't be
329.15/330.79	WSVECS04 Frhs2[400]: 6 -315 0 shouldn't be
329.35/330.98	WSVECS04 Frhs2[76]: 6 0 936.556 shouldn't be
333.45/335.06	c #Conflicts:     850000 | #Constraints:      26432
333.45/335.06	c #Conflicts:     851000 | #Constraints:      27432
333.45/335.06	c #Conflicts:     852000 | #Constraints:      28432
333.45/335.06	c #Conflicts:     853000 | #Constraints:      29432
333.45/335.06	c #Conflicts:     854000 | #Constraints:      30432
333.45/335.06	c #Conflicts:     855000 | #Constraints:      31432
333.45/335.06	c #Conflicts:     856000 | #Constraints:      32432
333.45/335.06	c #Conflicts:     857000 | #Constraints:      33432
333.45/335.06	c #Conflicts:     858000 | #Constraints:      34432
333.45/335.06	c #Conflicts:     859000 | #Constraints:      35432
333.45/335.06	c #Conflicts:     860000 | #Constraints:      36433
333.45/335.06	c #Conflicts:     861000 | #Constraints:      37435
333.45/335.06	WSVECS04 Frhs2[45]: 6 0 56.2741 shouldn't be
333.45/335.06	WSVECS04 Frhs2[76]: 6 0 74.2501 shouldn't be
333.45/335.06	WSVECS04 Frhs2[90]: 6 0 4.68955 shouldn't be
333.45/335.06	WSVECS04 Frhs2[120]: 6 0 124.788 shouldn't be
333.45/335.06	WSVECS04 Frhs2[136]: 6 0 162.795 shouldn't be
333.45/335.06	WSVECS04 Frhs2[173]: 6 -511.589 0 shouldn't be
333.45/335.06	WSVECS04 Frhs2[181]: 6 0 470.718 shouldn't be
333.45/335.06	WSVECS04 Frhs2[184]: 6 0 23.968 shouldn't be
333.45/335.06	WSVECS04 Frhs2[199]: 6 0 249.575 shouldn't be
333.45/335.06	WSVECS04 Frhs2[213]: 6 0 35.4247 shouldn't be
333.45/335.06	WSVECS04 Frhs2[221]: 6 -129.959 0 shouldn't be
333.45/335.06	WSVECS04 Frhs2[222]: 6 0 79.1581 shouldn't be
333.45/335.06	WSVECS04 Frhs2[252]: 6 -35.2877 0 shouldn't be
333.45/335.06	WSVECS04 Frhs2[277]: 6 0 521 shouldn't be
333.45/335.06	WSVECS04 Frhs2[278]: 6 0 319.795 shouldn't be
333.45/335.06	WSVECS04 Frhs2[279]: 6 0 207.5 shouldn't be
333.45/335.06	WSVECS04 Frhs2[285]: 6 0 70.7124 shouldn't be
333.45/335.06	WSVECS04 Frhs2[289]: 6 -349.162 0 shouldn't be
333.45/335.06	WSVECS04 Frhs2[291]: 6 0 131.541 shouldn't be
333.45/335.06	WSVECS04 Frhs2[292]: 6 0 74.2501 shouldn't be
333.45/335.06	WSVECS04 Frhs2[309]: 6 0 35.4247 shouldn't be
333.45/335.06	WSVECS04 Frhs2[330]: 6 0 299.857 shouldn't be
333.45/335.06	WSVECS04 Frhs2[332]: 6 -124.788 0 shouldn't be
333.45/335.06	WSVECS04 Frhs2[349]: 6 0 521 shouldn't be
333.45/335.06	WSVECS04 Frhs2[350]: 6 0 319.794 shouldn't be
333.45/335.06	WSVECS04 Frhs2[351]: 6 0 207.5 shouldn't be
333.45/335.06	WSVECS04 Frhs2[356]: 6 -207 0 shouldn't be
333.45/335.06	WSVECS04 Frhs2[400]: 6 -146.037 0 shouldn't be
333.45/335.06	WSVECS04 Frhs2[411]: 6 0 869.863 shouldn't be
333.45/335.06	WSVECS04 Frhs2[413]: 6 0 113 shouldn't be
333.45/335.06	WSVECS04 Frhs2[445]: 6 0 96.3105 shouldn't be
333.45/335.06	WSVECS04 Frhs2[446]: 6 -531 0 shouldn't be
333.45/335.06	WSVECS04 Frhs2[467]: 6 -106 0 shouldn't be
333.45/335.06	WSVECS04 Frhs2[479]: 6 -123.5 0 shouldn't be
333.45/335.06	WSVECS04 Frhs2[499]: 6 -78.6167 0 shouldn't be
333.55/335.14	WSVECS04 Frhs2[28]: 6 0 126.617 shouldn't be
333.55/335.14	WSVECS04 Frhs2[249]: 6 0 70.7124 shouldn't be
333.55/335.14	WSVECS04 Frhs2[258]: 6 0 299.857 shouldn't be
333.55/335.14	WSVECS04 Frhs2[336]: 6 0 124.788 shouldn't be
333.55/335.14	WSVECS04 Frhs2[440]: 6 0 207 shouldn't be
333.55/335.14	WSVECS04 Frhs2[504]: 6 -775 0 shouldn't be
334.94/336.50	c #Conflicts:     862000 | #Constraints:      38436
334.94/336.50	c #Conflicts:     863000 | #Constraints:      39436
334.94/336.50	c #Conflicts:     864000 | #Constraints:      40436
334.94/336.50	WSVECS04 Frhs2[1]: 6 -244.925 0 shouldn't be
334.94/336.50	WSVECS04 Frhs2[5]: 6 0 179.97 shouldn't be
334.94/336.50	WSVECS04 Frhs2[9]: 6 0 326.58 shouldn't be
334.94/336.50	WSVECS04 Frhs2[20]: 6 0 21.2 shouldn't be
334.94/336.50	WSVECS04 Frhs2[28]: 6 0 218.8 shouldn't be
334.94/336.50	WSVECS04 Frhs2[32]: 6 0 153.786 shouldn't be
334.94/336.50	WSVECS04 Frhs2[56]: 6 0 21.2 shouldn't be
334.94/336.50	WSVECS04 Frhs2[62]: 6 0 5.00006 shouldn't be
334.94/336.50	WSVECS04 Frhs2[64]: 6 0 218.8 shouldn't be
334.94/336.50	WSVECS04 Frhs2[68]: 6 0 153.786 shouldn't be
334.94/336.50	WSVECS04 Frhs2[75]: 6 0 335.775 shouldn't be
334.94/336.50	WSVECS04 Frhs2[100]: 6 0 218.8 shouldn't be
334.94/336.50	WSVECS04 Frhs2[109]: 6 -152.536 0 shouldn't be
334.94/336.50	WSVECS04 Frhs2[111]: 6 0 515.745 shouldn't be
334.94/336.50	WSVECS04 Frhs2[112]: 6 0 179.97 shouldn't be
334.94/336.50	WSVECS04 Frhs2[149]: 6 0 179.97 shouldn't be
334.94/336.50	WSVECS04 Frhs2[197]: 6 0 745.31 shouldn't be
334.94/336.50	WSVECS04 Frhs2[198]: 6 0 444.164 shouldn't be
334.94/336.50	WSVECS04 Frhs2[270]: 6 0 171.143 shouldn't be
334.94/336.50	WSVECS04 Frhs2[311]: 6 0 380.454 shouldn't be
334.94/336.50	WSVECS04 Frhs2[314]: 6 0 5.00004 shouldn't be
334.94/336.50	WSVECS04 Frhs2[328]: 6 0 44.1846 shouldn't be
334.94/336.50	WSVECS04 Frhs2[334]: 6 0 1442.58 shouldn't be
334.94/336.50	WSVECS04 Frhs2[343]: 6 0 398.786 shouldn't be
334.94/336.50	WSVECS04 Frhs2[344]: 6 0 95.6143 shouldn't be
334.94/336.50	WSVECS04 Frhs2[428]: 6 0 43.0001 shouldn't be
334.94/336.50	WSVECS04 Frhs2[464]: 6 0 113 shouldn't be
334.94/336.50	WSVECS04 Frhs2[479]: 6 -217.727 0 shouldn't be
334.94/336.50	WSVECS04 Frhs2[488]: 6 0 2.1905 shouldn't be
334.94/336.50	WSVECS04 Frhs2[497]: 6 0 2.19056 shouldn't be
334.94/336.50	WSVECS04 Frhs2[509]: 6 0 108.191 shouldn't be
334.94/336.57	WSVECS04 Frhs2[25]: 6 0 585.191 shouldn't be
334.94/336.57	WSVECS04 Frhs2[61]: 6 0 585.191 shouldn't be
334.94/336.57	WSVECS04 Frhs2[93]: 6 0 21.2 shouldn't be
334.94/336.57	WSVECS04 Frhs2[113]: 6 0 179.97 shouldn't be
334.94/336.57	WSVECS04 Frhs2[133]: 6 0 276.592 shouldn't be
334.94/336.57	WSVECS04 Frhs2[163]: 6 0 377.586 shouldn't be
334.94/336.57	WSVECS04 Frhs2[208]: 6 0 370.205 shouldn't be
334.94/336.57	WSVECS04 Frhs2[256]: 6 0 223.185 shouldn't be
334.94/336.57	WSVECS04 Frhs2[338]: 6 0 53.2143 shouldn't be
335.45/337.06	c #Conflicts:     865000 | #Constraints:      41437
335.45/337.06	c INPROCESSING
335.45/337.06	c GARBAGE COLLECT
335.45/337.06	WSVECS04 Frhs2[24]: 6 0 34.69 shouldn't be
335.45/337.06	WSVECS04 Frhs2[52]: 6 0 167.93 shouldn't be
335.45/337.06	WSVECS04 Frhs2[73]: 6 0 121.264 shouldn't be
335.45/337.06	WSVECS04 Frhs2[77]: 6 0 121.264 shouldn't be
335.45/337.06	WSVECS04 Frhs2[78]: 6 0 76.6821 shouldn't be
335.45/337.06	WSVECS04 Frhs2[95]: 6 0 74.5981 shouldn't be
335.45/337.06	WSVECS04 Frhs2[97]: 6 0 30.0161 shouldn't be
335.45/337.06	WSVECS04 Frhs2[131]: 6 0 44.582 shouldn't be
335.45/337.06	WSVECS04 Frhs2[180]: 6 -144.042 0 shouldn't be
335.45/337.06	WSVECS04 Frhs2[181]: 6 -212.274 0 shouldn't be
335.45/337.06	WSVECS04 Frhs2[182]: 6 0 14.715 shouldn't be
335.45/337.06	WSVECS04 Frhs2[196]: 6 0 167.93 shouldn't be
335.45/337.06	WSVECS04 Frhs2[201]: 6 0 29.5001 shouldn't be
335.45/337.06	WSVECS04 Frhs2[203]: 6 0 44.582 shouldn't be
335.45/337.06	WSVECS04 Frhs2[218]: 6 0 14.7151 shouldn't be
335.45/337.06	WSVECS04 Frhs2[227]: 6 -44.582 0 shouldn't be
335.45/337.06	WSVECS04 Frhs2[229]: 6 -659 0 shouldn't be
335.45/337.06	WSVECS04 Frhs2[237]: 6 0 29.5001 shouldn't be
335.45/337.06	WSVECS04 Frhs2[249]: 6 0 67.9755 shouldn't be
335.45/337.06	WSVECS04 Frhs2[255]: 6 0 256.856 shouldn't be
335.45/337.06	WSVECS04 Frhs2[258]: 6 0 212.274 shouldn't be
335.45/337.06	WSVECS04 Frhs2[265]: 6 0 28 shouldn't be
335.45/337.06	WSVECS04 Frhs2[268]: 6 0 195.93 shouldn't be
335.45/337.06	WSVECS04 Frhs2[277]: 6 0 326.551 shouldn't be
335.45/337.06	WSVECS04 Frhs2[282]: 6 0 25.1717 shouldn't be
335.45/337.06	WSVECS04 Frhs2[283]: 6 0 235 shouldn't be
335.45/337.06	WSVECS04 Frhs2[287]: 6 0 235 shouldn't be
335.45/337.06	WSVECS04 Frhs2[290]: 6 0 226.989 shouldn't be
335.45/337.06	WSVECS04 Frhs2[313]: 6 0 409.592 shouldn't be
335.45/337.06	WSVECS04 Frhs2[318]: 6 0 108.213 shouldn't be
335.45/337.06	WSVECS04 Frhs2[353]: 6 -83.0414 0 shouldn't be
335.45/337.06	WSVECS04 Frhs2[354]: 6 0 25.1717 shouldn't be
335.45/337.06	WSVECS04 Frhs2[367]: 6 0 106 shouldn't be
335.45/337.06	WSVECS04 Frhs2[410]: 6 0 207 shouldn't be
335.45/337.06	WSVECS04 Frhs2[411]: 6 0 415 shouldn't be
335.45/337.06	WSVECS04 Frhs2[412]: 6 -70 0 shouldn't be
335.45/337.06	WSVECS04 Frhs2[415]: 6 0 245 shouldn't be
335.45/337.06	WSVECS04 Frhs2[416]: 6 -264 0 shouldn't be
335.45/337.06	WSVECS04 Frhs2[453]: 6 -629 0 shouldn't be
335.45/337.06	WSVECS04 Frhs2[481]: 6 0 91 shouldn't be
335.45/337.06	WSVECS04 Frhs2[490]: 6 0 368.307 shouldn't be
335.45/337.06	WSVECS04 Frhs2[514]: 6 -84 0 shouldn't be
335.45/337.06	WSVECS04 Frhs2[524]: 6 0 70.0001 shouldn't be
335.54/337.19	WSVECS04 Frhs2[74]: 6 0 413.103 shouldn't be
335.54/337.19	WSVECS04 Frhs2[160]: 6 0 167.93 shouldn't be
335.54/337.19	WSVECS04 Frhs2[176]: 6 0 182.166 shouldn't be
335.54/337.19	WSVECS04 Frhs2[187]: 6 -877.716 0 shouldn't be
335.54/337.19	WSVECS04 Frhs2[232]: 6 0 167.93 shouldn't be
335.54/337.19	WSVECS04 Frhs2[267]: 6 0 28.0001 shouldn't be
335.54/337.19	WSVECS04 Frhs2[289]: 6 -321.3 0 shouldn't be
335.54/337.19	WSVECS04 Frhs2[513]: 6 0 32.9578 shouldn't be
335.73/337.31	WSVECS04 Frhs2[41]: 6 0 44.582 shouldn't be
335.73/337.31	WSVECS04 Frhs2[241]: 6 0 326.551 shouldn't be
335.73/337.31	WSVECS04 Frhs2[243]: 6 0 326.551 shouldn't be
335.73/337.31	WSVECS04 Frhs2[351]: 6 0 326.551 shouldn't be
335.73/337.31	WSVECS04 Frhs2[373]: 6 0 214 shouldn't be
335.73/337.31	WSVECS04 Frhs2[447]: 6 0 200.5 shouldn't be
335.83/337.44	WSVECS04 Frhs2[257]: 6 0 256.856 shouldn't be
335.83/337.44	WSVECS04 Frhs2[293]: 6 0 256.856 shouldn't be
335.83/337.44	WSVECS04 Frhs2[430]: 6 0 271.5 shouldn't be
335.83/337.44	WSVECS04 Frhs2[505]: 6 0 1609.1 shouldn't be
335.93/337.55	WSVECS04 Frhs2[11]: 6 0 1025.98 shouldn't be
335.93/337.55	WSVECS04 Frhs2[17]: 6 0 310.57 shouldn't be
335.93/337.55	WSVECS04 Frhs2[28]: 6 0 71.8376 shouldn't be
336.03/337.67	WSVECS04 Frhs2[146]: 6 0 394.563 shouldn't be
336.03/337.67	WSVECS04 Frhs2[153]: 6 0 1313.24 shouldn't be
336.03/337.67	WSVECS04 Frhs2[185]: 6 0 44.582 shouldn't be
336.03/337.67	WSVECS04 Frhs2[202]: 6 -678.646 0 shouldn't be
336.03/337.67	WSVECS04 Frhs2[217]: 6 -1462.13 0 shouldn't be
336.03/337.67	WSVECS04 Frhs2[225]: 6 0 1313.24 shouldn't be
336.03/337.67	WSVECS04 Frhs2[246]: 6 0 25.1717 shouldn't be
336.03/337.67	WSVECS04 Frhs2[261]: 6 0 1313.24 shouldn't be
336.03/337.67	WSVECS04 Frhs2[275]: 6 0 361.614 shouldn't be
336.03/337.67	WSVECS04 Frhs2[279]: 6 0 326.551 shouldn't be
336.03/337.67	WSVECS04 Frhs2[335]: 6 0 250.144 shouldn't be
336.03/337.67	WSVECS04 Frhs2[495]: 6 0 190.626 shouldn't be
336.13/337.79	WSVECS04 Frhs2[48]: 6 0 4.51496 shouldn't be
336.13/337.79	WSVECS04 Frhs2[177]: 6 0 485.888 shouldn't be
336.13/337.79	WSVECS04 Frhs2[183]: 6 0 681.167 shouldn't be
336.13/337.79	WSVECS04 Frhs2[213]: 6 0 344.93 shouldn't be
336.13/337.79	WSVECS04 Frhs2[238]: 6 -317.032 0 shouldn't be
336.13/337.79	WSVECS04 Frhs2[285]: 6 0 579.93 shouldn't be
336.13/337.79	WSVECS04 Frhs2[321]: 6 0 344.93 shouldn't be
336.13/337.79	WSVECS04 Frhs2[336]: 6 0 542.716 shouldn't be
336.13/337.79	WSVECS04 Frhs2[350]: 6 0 310.57 shouldn't be
336.13/337.79	WSVECS04 Frhs2[409]: 6 0 482.716 shouldn't be
336.13/337.79	WSVECS04 Frhs2[414]: 6 0 2780.78 shouldn't be
336.13/337.79	WSVECS04 Frhs2[420]: 6 0 729.716 shouldn't be
336.23/337.89	WSVECS04 Frhs2[60]: 6 0 1000.72 shouldn't be
336.23/337.89	WSVECS04 Frhs2[67]: 6 0 634.828 shouldn't be
336.23/337.89	WSVECS04 Frhs2[284]: 6 0 233.208 shouldn't be
336.23/337.89	WSVECS04 Frhs2[316]: 6 0 626.018 shouldn't be
336.23/337.89	WSVECS04 Frhs2[333]: 6 0 1855.95 shouldn't be
336.23/337.89	WSVECS04 Frhs2[356]: 6 0 308.778 shouldn't be
336.23/337.89	WSVECS04 Frhs2[393]: 6 0 2211.78 shouldn't be
336.23/337.89	WSVECS04 Frhs2[399]: 6 0 472.716 shouldn't be
336.23/337.89	WSVECS04 Frhs2[526]: 6 0 276.954 shouldn't be
336.23/337.89	WSVECS04 Frhs2[529]: 6 0 314.954 shouldn't be
336.44/338.01	WSVECS04 Frhs2[12]: 6 0 1025.98 shouldn't be
336.44/338.01	WSVECS04 Frhs2[18]: 6 0 310.57 shouldn't be
336.44/338.01	WSVECS04 Frhs2[47]: 6 0 4.51492 shouldn't be
336.44/338.01	WSVECS04 Frhs2[189]: 6 0 1313.24 shouldn't be
336.44/338.01	WSVECS04 Frhs2[273]: 6 0 346.532 shouldn't be
336.44/338.01	WSVECS04 Frhs2[357]: 6 0 344.93 shouldn't be
336.44/338.01	WSVECS04 Frhs2[419]: 6 0 2989.78 shouldn't be
336.54/338.15	WSVECS04 Frhs2[13]: 6 0 310.57 shouldn't be
336.54/338.15	WSVECS04 Frhs2[16]: 6 0 478.5 shouldn't be
336.54/338.15	WSVECS04 Frhs2[150]: 6 0 379.848 shouldn't be
336.54/338.15	WSVECS04 Frhs2[244]: 6 0 492.633 shouldn't be
336.54/338.15	WSVECS04 Frhs2[291]: 6 0 256.856 shouldn't be
336.54/338.15	WSVECS04 Frhs2[292]: 6 0 212.274 shouldn't be
336.54/338.15	WSVECS04 Frhs2[456]: 6 0 549.58 shouldn't be
336.72/338.38	WSVECS04 Frhs2[8]: 6 0 1025.98 shouldn't be
336.72/338.38	WSVECS04 Frhs2[294]: 6 0 212.274 shouldn't be
336.72/338.38	WSVECS04 Frhs2[478]: 6 0 89.5322 shouldn't be
336.93/338.52	WSVECS04 Frhs2[331]: 6 0 542.716 shouldn't be
336.93/338.52	WSVECS04 Frhs2[466]: 6 0 1017.3 shouldn't be
337.03/338.69	c rational objective 18701.4
337.92/339.57	c #Conflicts:     866000 | #Constraints:      24034
337.92/339.57	c #Conflicts:     867000 | #Constraints:      25035
337.92/339.57	WSVECS04 Frhs2[23]: 6 0 282.5 shouldn't be
337.92/339.57	WSVECS04 Frhs2[55]: 6 -433.417 0 shouldn't be
337.92/339.57	WSVECS04 Frhs2[59]: 6 0 179.5 shouldn't be
337.92/339.57	WSVECS04 Frhs2[137]: 6 -245 0 shouldn't be
337.92/339.57	WSVECS04 Frhs2[166]: 6 -256.583 0 shouldn't be
337.92/339.57	WSVECS04 Frhs2[167]: 6 0 256.583 shouldn't be
337.92/339.57	WSVECS04 Frhs2[193]: 6 -9089.88 0 shouldn't be
337.92/339.57	WSVECS04 Frhs2[229]: 6 0 494.625 shouldn't be
337.92/339.57	WSVECS04 Frhs2[276]: 6 0 57.0001 shouldn't be
337.92/339.57	WSVECS04 Frhs2[373]: 6 -380 0 shouldn't be
337.92/339.57	WSVECS04 Frhs2[387]: 6 0 90.0001 shouldn't be
337.92/339.57	WSVECS04 Frhs2[388]: 6 0 228 shouldn't be
337.92/339.57	WSVECS04 Frhs2[514]: 6 0 747 shouldn't be
338.03/339.63	WSVECS04 Frhs2[234]: 6 0 513.875 shouldn't be
342.21/343.87	c #Conflicts:     868000 | #Constraints:      26036
342.21/343.87	c #Conflicts:     869000 | #Constraints:      27036
342.21/343.87	c #Conflicts:     870000 | #Constraints:      28036
342.21/343.87	c #Conflicts:     871000 | #Constraints:      29038
342.21/343.87	c #Conflicts:     872000 | #Constraints:      30040
342.21/343.87	c #Conflicts:     873000 | #Constraints:      31049
342.21/343.87	c #Conflicts:     874000 | #Constraints:      32052
342.21/343.87	c #Conflicts:     875000 | #Constraints:      33052
342.21/343.87	c #Conflicts:     876000 | #Constraints:      34052
342.21/343.87	c #Conflicts:     877000 | #Constraints:      35056
342.21/343.87	c #Conflicts:     878000 | #Constraints:      36058
342.21/343.87	c #Conflicts:     879000 | #Constraints:      37058
342.21/343.87	c #Conflicts:     880000 | #Constraints:      38058
342.21/343.87	WSVECS04 Frhs2[10]: 6 0 294 shouldn't be
342.21/343.87	WSVECS04 Frhs2[23]: 6 0 86.0001 shouldn't be
342.21/343.87	WSVECS04 Frhs2[32]: 6 0 197.758 shouldn't be
342.21/343.87	WSVECS04 Frhs2[46]: 6 0 294 shouldn't be
342.21/343.87	WSVECS04 Frhs2[55]: 6 0 196.667 shouldn't be
342.21/343.87	WSVECS04 Frhs2[60]: 6 0 417 shouldn't be
342.21/343.87	WSVECS04 Frhs2[68]: 6 -914.606 0 shouldn't be
342.21/343.87	WSVECS04 Frhs2[82]: 6 0 294 shouldn't be
342.21/343.87	WSVECS04 Frhs2[91]: 6 0 50.3334 shouldn't be
342.21/343.87	WSVECS04 Frhs2[96]: 6 0 270.667 shouldn't be
342.21/343.87	WSVECS04 Frhs2[104]: 6 0 189.667 shouldn't be
342.21/343.87	WSVECS04 Frhs2[110]: 6 0 262.121 shouldn't be
342.21/343.87	WSVECS04 Frhs2[112]: 6 0 34.4243 shouldn't be
342.21/343.87	WSVECS04 Frhs2[118]: 6 -19.0001 0 shouldn't be
342.21/343.87	WSVECS04 Frhs2[127]: 6 0 197.758 shouldn't be
342.21/343.87	WSVECS04 Frhs2[129]: 6 0 1.09093 shouldn't be
342.21/343.87	WSVECS04 Frhs2[131]: 6 0 283.758 shouldn't be
342.21/343.87	WSVECS04 Frhs2[136]: 6 0 2.00009 shouldn't be
342.21/343.87	WSVECS04 Frhs2[154]: 6 0 294 shouldn't be
342.21/343.87	WSVECS04 Frhs2[158]: 6 0 4.00009 shouldn't be
342.21/343.87	WSVECS04 Frhs2[174]: 6 0 46.3334 shouldn't be
342.21/343.87	WSVECS04 Frhs2[180]: 6 -448.121 0 shouldn't be
342.21/343.87	WSVECS04 Frhs2[190]: 6 0 294 shouldn't be
342.21/343.87	WSVECS04 Frhs2[200]: 6 -2123.7 0 shouldn't be
342.21/343.87	WSVECS04 Frhs2[212]: 6 0 0.90913 shouldn't be
342.21/343.87	WSVECS04 Frhs2[273]: 6 0 1.09095 shouldn't be
342.21/343.87	WSVECS04 Frhs2[274]: 6 -78.3334 0 shouldn't be
342.21/343.87	WSVECS04 Frhs2[275]: 6 0 283.758 shouldn't be
342.21/343.87	WSVECS04 Frhs2[298]: 6 0 293.091 shouldn't be
342.21/343.87	WSVECS04 Frhs2[299]: 6 -3483 0 shouldn't be
342.21/343.87	WSVECS04 Frhs2[302]: 6 0 4.00007 shouldn't be
342.21/343.87	WSVECS04 Frhs2[317]: 6 -591 0 shouldn't be
342.21/343.87	WSVECS04 Frhs2[335]: 6 0 1086 shouldn't be
342.21/343.87	WSVECS04 Frhs2[336]: 6 0 1086 shouldn't be
342.21/343.87	WSVECS04 Frhs2[343]: 6 0 197.758 shouldn't be
342.21/343.87	WSVECS04 Frhs2[345]: 6 0 1.09098 shouldn't be
342.21/343.87	WSVECS04 Frhs2[347]: 6 0 283.758 shouldn't be
342.21/343.87	WSVECS04 Frhs2[394]: 6 -605 0 shouldn't be
342.21/343.87	WSVECS04 Frhs2[398]: 6 -337 0 shouldn't be
342.21/343.87	WSVECS04 Frhs2[402]: 6 -80 0 shouldn't be
342.21/343.87	WSVECS04 Frhs2[407]: 6 0 71.0001 shouldn't be
342.21/343.87	WSVECS04 Frhs2[408]: 6 0 35 shouldn't be
342.21/343.87	WSVECS04 Frhs2[418]: 6 0 158 shouldn't be
342.21/343.87	WSVECS04 Frhs2[454]: 6 0 923.667 shouldn't be
342.21/343.87	WSVECS04 Frhs2[476]: 6 0 134 shouldn't be
342.21/343.87	WSVECS04 Frhs2[499]: 6 -949.667 0 shouldn't be
342.21/343.87	WSVECS04 Frhs2[524]: 6 -1020 0 shouldn't be
342.31/343.96	WSVECS04 Frhs2[141]: 6 0 154.849 shouldn't be
342.42/344.05	WSVECS04 Frhs2[160]: 6 0 2.00003 shouldn't be
342.42/344.05	WSVECS04 Frhs2[214]: 6 0 0.909167 shouldn't be
344.31/345.92	c #Conflicts:     881000 | #Constraints:      39059
344.31/345.92	c #Conflicts:     882000 | #Constraints:      40059
344.31/345.92	c #Conflicts:     883000 | #Constraints:      41059
344.31/345.92	c #Conflicts:     884000 | #Constraints:      42059
344.31/345.92	c INPROCESSING
344.31/345.92	c GARBAGE COLLECT
344.31/345.92	c rational objective 18701.4
345.41/347.03	c #Conflicts:     885000 | #Constraints:      24432
345.41/347.03	c #Conflicts:     886000 | #Constraints:      25433
345.41/347.03	c #Conflicts:     887000 | #Constraints:      26434
345.41/347.03	WSVECS04 Frhs2[1]: 6 -128.716 0 shouldn't be
345.41/347.03	WSVECS04 Frhs2[39]: 6 0 0.366861 shouldn't be
345.41/347.03	WSVECS04 Frhs2[54]: 6 0 2516 shouldn't be
345.41/347.03	WSVECS04 Frhs2[69]: 6 0 26.1154 shouldn't be
345.41/347.03	WSVECS04 Frhs2[71]: 6 -27.6539 0 shouldn't be
345.41/347.03	WSVECS04 Frhs2[100]: 6 0 56.5001 shouldn't be
345.41/347.03	WSVECS04 Frhs2[101]: 6 -141.5 0 shouldn't be
345.41/347.03	WSVECS04 Frhs2[126]: 6 0 1117 shouldn't be
345.41/347.03	WSVECS04 Frhs2[162]: 6 0 1117 shouldn't be
345.41/347.03	WSVECS04 Frhs2[172]: 6 0 56.5001 shouldn't be
345.41/347.03	WSVECS04 Frhs2[177]: 6 0 26.1155 shouldn't be
345.41/347.03	WSVECS04 Frhs2[180]: 6 -296.115 0 shouldn't be
345.41/347.03	WSVECS04 Frhs2[198]: 6 0 1117 shouldn't be
345.41/347.03	WSVECS04 Frhs2[201]: 6 0 103 shouldn't be
345.41/347.03	WSVECS04 Frhs2[203]: 6 0 244 shouldn't be
345.41/347.03	WSVECS04 Frhs2[204]: 6 0 103 shouldn't be
345.41/347.03	WSVECS04 Frhs2[207]: 6 0 479.349 shouldn't be
345.41/347.03	WSVECS04 Frhs2[244]: 6 0 56.5001 shouldn't be
345.41/347.03	WSVECS04 Frhs2[253]: 6 -147.317 0 shouldn't be
345.41/347.03	WSVECS04 Frhs2[254]: 6 0 18.9677 shouldn't be
345.41/347.03	WSVECS04 Frhs2[280]: 6 0 56.5 shouldn't be
345.41/347.03	WSVECS04 Frhs2[286]: 6 0 0.769272 shouldn't be
345.41/347.03	WSVECS04 Frhs2[316]: 6 0 196.5 shouldn't be
345.41/347.03	WSVECS04 Frhs2[326]: 6 0 18.9677 shouldn't be
345.41/347.03	WSVECS04 Frhs2[340]: 6 0 227 shouldn't be
345.41/347.03	WSVECS04 Frhs2[394]: 6 0 415 shouldn't be
345.41/347.03	WSVECS04 Frhs2[399]: 6 -70.0001 0 shouldn't be
345.41/347.03	WSVECS04 Frhs2[400]: 6 -58 0 shouldn't be
345.41/347.03	WSVECS04 Frhs2[407]: 6 -186 0 shouldn't be
345.41/347.03	WSVECS04 Frhs2[412]: 6 -1016 0 shouldn't be
345.41/347.11	WSVECS04 Frhs2[209]: 6 0 370.349 shouldn't be
345.41/347.11	WSVECS04 Frhs2[271]: 6 -495 0 shouldn't be
345.41/347.11	WSVECS04 Frhs2[346]: 6 -282 0 shouldn't be
348.41/350.10	c #Conflicts:     888000 | #Constraints:      27435
348.41/350.10	c #Conflicts:     889000 | #Constraints:      28435
348.41/350.10	c #Conflicts:     890000 | #Constraints:      29436
348.41/350.10	c #Conflicts:     891000 | #Constraints:      30440
348.41/350.10	c #Conflicts:     892000 | #Constraints:      31440
348.41/350.10	c #Conflicts:     893000 | #Constraints:      32440
348.41/350.10	c #Conflicts:     894000 | #Constraints:      33442
348.41/350.10	c #Conflicts:     895000 | #Constraints:      34445
348.41/350.10	WSVECS04 Frhs2[10]: 6 0 101 shouldn't be
348.41/350.10	WSVECS04 Frhs2[17]: 6 0 5.6879 shouldn't be
348.41/350.10	WSVECS04 Frhs2[44]: 6 0 79.4818 shouldn't be
348.41/350.10	WSVECS04 Frhs2[46]: 6 0 79.4818 shouldn't be
348.41/350.10	WSVECS04 Frhs2[83]: 6 0 483.503 shouldn't be
348.41/350.10	WSVECS04 Frhs2[89]: 6 0 5.68789 shouldn't be
348.41/350.10	WSVECS04 Frhs2[113]: 6 0 53.0233 shouldn't be
348.41/350.10	WSVECS04 Frhs2[140]: 6 0 226.746 shouldn't be
348.41/350.10	WSVECS04 Frhs2[326]: 6 0 41.8744 shouldn't be
348.41/350.10	WSVECS04 Frhs2[346]: 6 -1.89597 0 shouldn't be
348.41/350.10	WSVECS04 Frhs2[350]: 6 0 19.2308 shouldn't be
348.41/350.10	WSVECS04 Frhs2[358]: 6 0 0.729918 shouldn't be
348.41/350.10	WSVECS04 Frhs2[360]: 6 -5.68787 0 shouldn't be
348.41/350.10	WSVECS04 Frhs2[368]: 6 0 363.54 shouldn't be
348.41/350.10	WSVECS04 Frhs2[398]: 6 -106 0 shouldn't be
348.41/350.10	WSVECS04 Frhs2[426]: 6 -99.6998 0 shouldn't be
348.41/350.10	WSVECS04 Frhs2[434]: 6 0 529.622 shouldn't be
348.41/350.10	WSVECS04 Frhs2[450]: 6 0 95.3111 shouldn't be
348.50/350.18	WSVECS04 Frhs2[42]: 6 0 8.62229 shouldn't be
348.50/350.18	WSVECS04 Frhs2[278]: 6 0 19.2308 shouldn't be
348.50/350.18	WSVECS04 Frhs2[484]: 6 0 335 shouldn't be
348.60/350.26	WSVECS04 Frhs2[118]: 6 0 1.49745 shouldn't be
348.60/350.26	WSVECS04 Frhs2[161]: 6 0 7.23907 shouldn't be
348.69/350.34	WSVECS04 Frhs2[53]: 6 0 5.68789 shouldn't be
348.69/350.34	WSVECS04 Frhs2[115]: 6 0 268.997 shouldn't be
348.69/350.34	WSVECS04 Frhs2[141]: 6 0 227.212 shouldn't be
348.69/350.34	WSVECS04 Frhs2[330]: 6 0 241.593 shouldn't be
348.69/350.34	WSVECS04 Frhs2[336]: 6 0 266.003 shouldn't be
348.79/350.43	WSVECS04 Frhs2[505]: 6 0 208.692 shouldn't be
348.89/350.53	WSVECS04 Frhs2[45]: 6 0 79.4818 shouldn't be
348.89/350.53	WSVECS04 Frhs2[188]: 6 -249.435 0 shouldn't be
349.09/350.75	WSVECS04 Frhs2[377]: 6 0 522.609 shouldn't be
349.29/350.92	WSVECS04 Frhs2[413]: 6 0 229.5 shouldn't be
352.49/354.19	c #Conflicts:     896000 | #Constraints:      35445
352.49/354.19	c #Conflicts:     897000 | #Constraints:      36445
352.49/354.19	c #Conflicts:     898000 | #Constraints:      37445
352.49/354.19	c #Conflicts:     899000 | #Constraints:      38445
352.49/354.19	c #Conflicts:     900000 | #Constraints:      39445
352.49/354.19	c #Conflicts:     901000 | #Constraints:      40445
352.49/354.19	c #Conflicts:     902000 | #Constraints:      41445
352.49/354.19	c #Conflicts:     903000 | #Constraints:      42445
352.49/354.19	c INPROCESSING
352.49/354.19	c GARBAGE COLLECT
352.49/354.19	c rational objective 18701.4
359.47/361.12	c #Conflicts:     904000 | #Constraints:      24632
359.47/361.12	c #Conflicts:     905000 | #Constraints:      25632
359.47/361.12	c #Conflicts:     906000 | #Constraints:      26632
359.47/361.12	c #Conflicts:     907000 | #Constraints:      27635
359.47/361.12	c #Conflicts:     908000 | #Constraints:      28638
359.47/361.12	c #Conflicts:     909000 | #Constraints:      29639
359.47/361.12	c #Conflicts:     910000 | #Constraints:      30640
359.47/361.12	c #Conflicts:     911000 | #Constraints:      31640
359.47/361.12	c #Conflicts:     912000 | #Constraints:      32642
359.47/361.12	c #Conflicts:     913000 | #Constraints:      33642
359.47/361.12	c #Conflicts:     914000 | #Constraints:      34642
359.47/361.12	c #Conflicts:     915000 | #Constraints:      35642
359.47/361.12	c #Conflicts:     916000 | #Constraints:      36643
359.47/361.12	c #Conflicts:     917000 | #Constraints:      37644
359.47/361.12	c #Conflicts:     918000 | #Constraints:      38645
359.47/361.12	c #Conflicts:     919000 | #Constraints:      39645
359.47/361.12	c #Conflicts:     920000 | #Constraints:      40645
359.47/361.12	c #Conflicts:     921000 | #Constraints:      41646
359.47/361.12	c #Conflicts:     922000 | #Constraints:      42648
359.47/361.12	c INPROCESSING
359.47/361.12	c GARBAGE COLLECT
359.47/361.12	c rational objective 18701.4
367.99/369.70	c #Conflicts:     923000 | #Constraints:      24598
367.99/369.70	c #Conflicts:     924000 | #Constraints:      25598
367.99/369.70	c #Conflicts:     925000 | #Constraints:      26598
367.99/369.70	c #Conflicts:     926000 | #Constraints:      27598
367.99/369.70	c #Conflicts:     927000 | #Constraints:      28598
367.99/369.70	c #Conflicts:     928000 | #Constraints:      29598
367.99/369.70	c #Conflicts:     929000 | #Constraints:      30598
367.99/369.70	c #Conflicts:     930000 | #Constraints:      31598
367.99/369.70	c #Conflicts:     931000 | #Constraints:      32598
367.99/369.70	c #Conflicts:     932000 | #Constraints:      33598
367.99/369.70	c #Conflicts:     933000 | #Constraints:      34598
367.99/369.70	c #Conflicts:     934000 | #Constraints:      35598
367.99/369.70	c #Conflicts:     935000 | #Constraints:      36598
367.99/369.70	c #Conflicts:     936000 | #Constraints:      37598
367.99/369.70	c #Conflicts:     937000 | #Constraints:      38598
367.99/369.70	c #Conflicts:     938000 | #Constraints:      39598
367.99/369.70	c #Conflicts:     939000 | #Constraints:      40598
367.99/369.70	c #Conflicts:     940000 | #Constraints:      41598
367.99/369.70	c #Conflicts:     941000 | #Constraints:      42598
367.99/369.70	c INPROCESSING
367.99/369.70	c GARBAGE COLLECT
367.99/369.70	c rational objective 18701.4
375.28/377.08	c #Conflicts:     942000 | #Constraints:      24432
375.28/377.08	c #Conflicts:     943000 | #Constraints:      25432
375.28/377.08	c #Conflicts:     944000 | #Constraints:      26435
375.28/377.08	c #Conflicts:     945000 | #Constraints:      27437
375.28/377.08	c #Conflicts:     946000 | #Constraints:      28438
375.28/377.08	c #Conflicts:     947000 | #Constraints:      29439
375.28/377.08	c #Conflicts:     948000 | #Constraints:      30439
375.28/377.08	c #Conflicts:     949000 | #Constraints:      31440
375.28/377.08	c #Conflicts:     950000 | #Constraints:      32440
375.28/377.08	c #Conflicts:     951000 | #Constraints:      33442
375.28/377.08	c #Conflicts:     952000 | #Constraints:      34442
375.28/377.08	c #Conflicts:     953000 | #Constraints:      35442
375.28/377.08	c #Conflicts:     954000 | #Constraints:      36443
375.28/377.08	c #Conflicts:     955000 | #Constraints:      37443
375.28/377.08	c #Conflicts:     956000 | #Constraints:      38444
375.28/377.08	c #Conflicts:     957000 | #Constraints:      39445
375.28/377.08	c #Conflicts:     958000 | #Constraints:      40445
375.28/377.08	c #Conflicts:     959000 | #Constraints:      41445
375.28/377.08	c #Conflicts:     960000 | #Constraints:      42446
375.28/377.08	c bounds 24347 >= 8225 @ 367.673
375.28/377.08	c bounds 24310 >= 8225 @ 367.676
375.66/377.42	c #Conflicts:     961000 | #Constraints:      43448
375.66/377.42	c INPROCESSING
375.66/377.42	c GARBAGE COLLECT
375.66/377.42	c rational objective 18701.4
384.04/385.86	c #Conflicts:     962000 | #Constraints:      24993
384.04/385.86	c #Conflicts:     963000 | #Constraints:      25993
384.04/385.86	c #Conflicts:     964000 | #Constraints:      26993
384.04/385.86	c #Conflicts:     965000 | #Constraints:      27993
384.04/385.86	c #Conflicts:     966000 | #Constraints:      28995
384.04/385.86	c #Conflicts:     967000 | #Constraints:      29996
384.04/385.86	c #Conflicts:     968000 | #Constraints:      30996
384.04/385.86	c #Conflicts:     969000 | #Constraints:      31996
384.04/385.86	c #Conflicts:     970000 | #Constraints:      32996
384.04/385.86	c #Conflicts:     971000 | #Constraints:      34000
384.04/385.86	c #Conflicts:     972000 | #Constraints:      35000
384.04/385.86	c #Conflicts:     973000 | #Constraints:      36000
384.04/385.86	c #Conflicts:     974000 | #Constraints:      37003
384.04/385.86	c #Conflicts:     975000 | #Constraints:      38004
384.04/385.86	c #Conflicts:     976000 | #Constraints:      39004
384.04/385.86	c #Conflicts:     977000 | #Constraints:      40004
384.04/385.86	c #Conflicts:     978000 | #Constraints:      41008
384.04/385.86	c #Conflicts:     979000 | #Constraints:      42009
384.04/385.86	c #Conflicts:     980000 | #Constraints:      43011
384.04/385.86	c #Conflicts:     981000 | #Constraints:      44012
384.04/385.86	c INPROCESSING
384.04/385.86	c GARBAGE COLLECT
384.04/385.86	c rational objective 18701.4
384.14/385.91	c bounds 24310 >= 8830 @ 376.312
384.35/386.12	c bounds 24310 >= 9435 @ 376.517
384.35/386.20	c bounds 24310 >= 10040 @ 376.586
384.43/386.29	c #Conflicts:     982000 | #Constraints:      25402
384.43/386.29	c bounds 24310 >= 10645 @ 376.68
385.74/387.54	c #Conflicts:     983000 | #Constraints:      26409
385.74/387.54	c #Conflicts:     984000 | #Constraints:      27411
385.74/387.54	c #Conflicts:     985000 | #Constraints:      28411
385.74/387.54	c #Conflicts:     986000 | #Constraints:      29411
385.74/387.54	c #Conflicts:     987000 | #Constraints:      30412
385.74/387.54	c bounds 24310 >= 11250 @ 377.893
391.12/392.93	c #Conflicts:     988000 | #Constraints:      31418
391.12/392.93	c #Conflicts:     989000 | #Constraints:      32418
391.12/392.93	c #Conflicts:     990000 | #Constraints:      33418
391.12/392.93	c #Conflicts:     991000 | #Constraints:      34418
391.12/392.93	c #Conflicts:     992000 | #Constraints:      35418
391.12/392.93	c #Conflicts:     993000 | #Constraints:      36418
391.12/392.93	c #Conflicts:     994000 | #Constraints:      37418
391.12/392.93	c #Conflicts:     995000 | #Constraints:      38419
391.12/392.93	c #Conflicts:     996000 | #Constraints:      39419
391.12/392.93	c #Conflicts:     997000 | #Constraints:      40419
391.12/392.93	c #Conflicts:     998000 | #Constraints:      41419
391.12/392.93	c #Conflicts:     999000 | #Constraints:      42419
391.12/392.93	c #Conflicts:    1000000 | #Constraints:      43419
391.12/392.93	c #Conflicts:    1001000 | #Constraints:      44419
391.12/392.93	c INPROCESSING
391.12/392.93	c GARBAGE COLLECT
391.12/392.93	c rational objective 18701.4
400.43/402.35	c #Conflicts:    1002000 | #Constraints:      25626
400.43/402.35	c #Conflicts:    1003000 | #Constraints:      26626
400.43/402.35	c #Conflicts:    1004000 | #Constraints:      27626
400.43/402.35	c #Conflicts:    1005000 | #Constraints:      28626
400.43/402.35	c #Conflicts:    1006000 | #Constraints:      29627
400.43/402.35	c #Conflicts:    1007000 | #Constraints:      30627
400.43/402.35	c #Conflicts:    1008000 | #Constraints:      31627
400.43/402.35	c #Conflicts:    1009000 | #Constraints:      32627
400.43/402.35	c #Conflicts:    1010000 | #Constraints:      33628
400.43/402.35	c #Conflicts:    1011000 | #Constraints:      34628
400.43/402.35	c #Conflicts:    1012000 | #Constraints:      35628
400.43/402.35	c #Conflicts:    1013000 | #Constraints:      36631
400.43/402.35	c #Conflicts:    1014000 | #Constraints:      37631
400.43/402.35	c #Conflicts:    1015000 | #Constraints:      38631
400.43/402.35	c #Conflicts:    1016000 | #Constraints:      39632
400.43/402.35	c #Conflicts:    1017000 | #Constraints:      40632
400.43/402.35	c #Conflicts:    1018000 | #Constraints:      41632
400.43/402.35	c #Conflicts:    1019000 | #Constraints:      42632
400.43/402.35	c #Conflicts:    1020000 | #Constraints:      43632
400.43/402.35	c #Conflicts:    1021000 | #Constraints:      44632
400.43/402.35	c INPROCESSING
400.43/402.35	c GARBAGE COLLECT
400.43/402.35	c rational objective 18701.4
408.12/410.06	c #Conflicts:    1022000 | #Constraints:      25628
408.12/410.06	c #Conflicts:    1023000 | #Constraints:      26628
408.12/410.06	c #Conflicts:    1024000 | #Constraints:      27628
408.12/410.06	c #Conflicts:    1025000 | #Constraints:      28628
408.12/410.06	c #Conflicts:    1026000 | #Constraints:      29629
408.12/410.06	c #Conflicts:    1027000 | #Constraints:      30630
408.12/410.06	c #Conflicts:    1028000 | #Constraints:      31630
408.12/410.06	c #Conflicts:    1029000 | #Constraints:      32631
408.12/410.06	c #Conflicts:    1030000 | #Constraints:      33631
408.12/410.06	c #Conflicts:    1031000 | #Constraints:      34632
408.12/410.06	c #Conflicts:    1032000 | #Constraints:      35634
408.12/410.06	c #Conflicts:    1033000 | #Constraints:      36635
408.12/410.06	c #Conflicts:    1034000 | #Constraints:      37637
408.12/410.06	c #Conflicts:    1035000 | #Constraints:      38637
408.12/410.06	c #Conflicts:    1036000 | #Constraints:      39639
408.12/410.06	c #Conflicts:    1037000 | #Constraints:      40639
408.12/410.06	c #Conflicts:    1038000 | #Constraints:      41640
408.12/410.06	c #Conflicts:    1039000 | #Constraints:      42641
408.12/410.06	c #Conflicts:    1040000 | #Constraints:      43641
408.12/410.06	c #Conflicts:    1041000 | #Constraints:      44642
408.12/410.06	c INPROCESSING
408.12/410.06	c GARBAGE COLLECT
408.12/410.06	c rational objective 19241.4
416.09/418.09	c #Conflicts:    1042000 | #Constraints:      25444
416.09/418.09	c #Conflicts:    1043000 | #Constraints:      26445
416.09/418.09	c #Conflicts:    1044000 | #Constraints:      27448
416.09/418.09	c #Conflicts:    1045000 | #Constraints:      28448
416.09/418.09	c #Conflicts:    1046000 | #Constraints:      29448
416.09/418.09	c #Conflicts:    1047000 | #Constraints:      30449
416.09/418.09	c #Conflicts:    1048000 | #Constraints:      31451
416.09/418.09	c #Conflicts:    1049000 | #Constraints:      32454
416.09/418.09	c #Conflicts:    1050000 | #Constraints:      33456
416.09/418.09	c #Conflicts:    1051000 | #Constraints:      34456
416.09/418.09	c #Conflicts:    1052000 | #Constraints:      35456
416.09/418.09	c #Conflicts:    1053000 | #Constraints:      36456
416.09/418.09	c #Conflicts:    1054000 | #Constraints:      37456
416.09/418.09	c #Conflicts:    1055000 | #Constraints:      38456
416.09/418.09	c #Conflicts:    1056000 | #Constraints:      39458
416.09/418.09	c #Conflicts:    1057000 | #Constraints:      40459
416.09/418.09	c #Conflicts:    1058000 | #Constraints:      41461
416.09/418.09	c #Conflicts:    1059000 | #Constraints:      42462
416.09/418.09	c #Conflicts:    1060000 | #Constraints:      43468
416.09/418.09	c #Conflicts:    1061000 | #Constraints:      44470
416.09/418.09	c #Conflicts:    1062000 | #Constraints:      45472
416.09/418.09	c INPROCESSING
416.09/418.09	c GARBAGE COLLECT
416.09/418.09	WSVECS04 Frhs2[5]: 6 -1380 0 shouldn't be
416.09/418.09	WSVECS04 Frhs2[7]: 6 0 176.169 shouldn't be
416.09/418.09	WSVECS04 Frhs2[10]: 6 0 85.2093 shouldn't be
416.09/418.09	WSVECS04 Frhs2[26]: 6 0 18.0001 shouldn't be
416.09/418.09	WSVECS04 Frhs2[31]: 6 0 366.997 shouldn't be
416.09/418.09	WSVECS04 Frhs2[33]: 6 0 113.114 shouldn't be
416.09/418.09	WSVECS04 Frhs2[34]: 6 0 77.7139 shouldn't be
416.09/418.09	WSVECS04 Frhs2[35]: 6 0 95.4139 shouldn't be
416.09/418.09	WSVECS04 Frhs2[46]: 6 0 1146.93 shouldn't be
416.09/418.09	WSVECS04 Frhs2[47]: 6 0 115.028 shouldn't be
416.09/418.09	WSVECS04 Frhs2[71]: 6 0 521.386 shouldn't be
416.09/418.09	WSVECS04 Frhs2[77]: 6 0 66.5715 shouldn't be
416.09/418.09	WSVECS04 Frhs2[83]: 6 0 260.748 shouldn't be
416.09/418.09	WSVECS04 Frhs2[91]: 6 0 1050.44 shouldn't be
416.09/418.09	WSVECS04 Frhs2[92]: 6 0 1050.44 shouldn't be
416.09/418.09	WSVECS04 Frhs2[93]: 6 0 1045.33 shouldn't be
416.09/418.09	WSVECS04 Frhs2[95]: 6 0 1050.44 shouldn't be
416.09/418.09	WSVECS04 Frhs2[111]: 6 0 81.7144 shouldn't be
416.09/418.09	WSVECS04 Frhs2[115]: 6 0 158.925 shouldn't be
416.09/418.09	WSVECS04 Frhs2[118]: 6 0 67.9655 shouldn't be
416.09/418.09	WSVECS04 Frhs2[127]: 6 -470.335 0 shouldn't be
416.09/418.09	WSVECS04 Frhs2[139]: 6 0 271.583 shouldn't be
416.09/418.09	WSVECS04 Frhs2[143]: 6 0 35.4001 shouldn't be
416.09/418.09	WSVECS04 Frhs2[145]: 6 0 81.7143 shouldn't be
416.09/418.09	WSVECS04 Frhs2[167]: 6 -155.715 0 shouldn't be
416.09/418.09	WSVECS04 Frhs2[175]: 6 0 271.583 shouldn't be
416.09/418.09	WSVECS04 Frhs2[177]: 6 0 17.7001 shouldn't be
416.09/418.09	WSVECS04 Frhs2[183]: 6 0 81.7143 shouldn't be
416.09/418.09	WSVECS04 Frhs2[187]: 6 0 27.4815 shouldn't be
416.09/418.09	WSVECS04 Frhs2[190]: 6 0 132.077 shouldn't be
416.09/418.09	WSVECS04 Frhs2[211]: 6 0 253.883 shouldn't be
416.09/418.09	WSVECS04 Frhs2[217]: 6 -81.7143 0 shouldn't be
416.09/418.09	WSVECS04 Frhs2[223]: 6 0 0.505649 shouldn't be
416.09/418.09	WSVECS04 Frhs2[229]: 6 -325.711 0 shouldn't be
416.09/418.09	WSVECS04 Frhs2[247]: 6 0 661.883 shouldn't be
416.09/418.09	WSVECS04 Frhs2[248]: 6 0 408 shouldn't be
416.09/418.09	WSVECS04 Frhs2[249]: 6 0 408 shouldn't be
416.09/418.09	WSVECS04 Frhs2[251]: 6 0 390.3 shouldn't be
416.09/418.09	WSVECS04 Frhs2[254]: 6 0 15.143 shouldn't be
416.09/418.09	WSVECS04 Frhs2[255]: 6 0 326.857 shouldn't be
416.09/418.09	WSVECS04 Frhs2[257]: 6 0 81.7143 shouldn't be
416.09/418.09	WSVECS04 Frhs2[261]: 6 0 31.605 shouldn't be
416.09/418.09	WSVECS04 Frhs2[269]: 6 -887.723 0 shouldn't be
416.09/418.09	WSVECS04 Frhs2[273]: 6 0 10.4844 shouldn't be
416.09/418.09	WSVECS04 Frhs2[295]: 6 0 1066.95 shouldn't be
416.09/418.09	WSVECS04 Frhs2[298]: 6 0 944.655 shouldn't be
416.09/418.09	WSVECS04 Frhs2[323]: 6 -2369.76 0 shouldn't be
416.09/418.09	WSVECS04 Frhs2[335]: 6 -853.963 0 shouldn't be
416.09/418.09	WSVECS04 Frhs2[343]: 6 0 10.4844 shouldn't be
416.09/418.09	WSVECS04 Frhs2[344]: 6 0 10.4844 shouldn't be
416.09/418.09	WSVECS04 Frhs2[362]: 6 -665 0 shouldn't be
416.09/418.09	WSVECS04 Frhs2[367]: 6 0 83.4286 shouldn't be
416.09/418.09	WSVECS04 Frhs2[381]: 6 -156.572 0 shouldn't be
416.09/418.09	WSVECS04 Frhs2[403]: 6 0 62.6817 shouldn't be
416.09/418.09	WSVECS04 Frhs2[406]: 6 0 60.3267 shouldn't be
416.09/418.09	WSVECS04 Frhs2[407]: 6 -37 0 shouldn't be
416.09/418.09	WSVECS04 Frhs2[411]: 6 0 964.972 shouldn't be
416.09/418.09	WSVECS04 Frhs2[412]: 6 -150 0 shouldn't be
416.09/418.09	WSVECS04 Frhs2[441]: 6 0 934.862 shouldn't be
416.09/418.09	WSVECS04 Frhs2[471]: 6 0 690.833 shouldn't be
416.09/418.09	WSVECS04 Frhs2[489]: 6 -1090 0 shouldn't be
416.09/418.09	WSVECS04 Frhs2[502]: 6 0 136 shouldn't be
416.09/418.09	WSVECS04 Frhs2[505]: 6 0 10 shouldn't be
416.09/418.09	WSVECS04 Frhs2[510]: 6 -1010 0 shouldn't be
416.28/418.22	WSVECS04 Frhs2[11]: 6 0 176.169 shouldn't be
416.28/418.22	WSVECS04 Frhs2[37]: 6 0 363.143 shouldn't be
416.28/418.22	WSVECS04 Frhs2[39]: 6 0 444.857 shouldn't be
416.28/418.22	WSVECS04 Frhs2[75]: 6 0 148.286 shouldn't be
416.28/418.22	WSVECS04 Frhs2[76]: 6 0 66.5715 shouldn't be
416.28/418.22	WSVECS04 Frhs2[119]: 6 0 99.5704 shouldn't be
416.28/418.22	WSVECS04 Frhs2[256]: 6 0 81.7143 shouldn't be
416.28/418.22	WSVECS04 Frhs2[271]: 6 0 15.7266 shouldn't be
416.28/418.22	WSVECS04 Frhs2[272]: 6 0 15.7266 shouldn't be
416.28/418.22	WSVECS04 Frhs2[275]: 6 0 47.1158 shouldn't be
416.28/418.22	WSVECS04 Frhs2[299]: 6 0 976.26 shouldn't be
416.28/418.22	WSVECS04 Frhs2[300]: 6 0 854.469 shouldn't be
416.28/418.22	WSVECS04 Frhs2[306]: 6 0 135.965 shouldn't be
416.28/418.22	WSVECS04 Frhs2[311]: 6 0 31.3893 shouldn't be
416.28/418.22	WSVECS04 Frhs2[315]: 6 0 261.965 shouldn't be
416.28/418.22	WSVECS04 Frhs2[327]: 6 0 81.7143 shouldn't be
416.28/418.22	WSVECS04 Frhs2[351]: 6 0 261.965 shouldn't be
416.38/418.33	WSVECS04 Frhs2[5]: 6 -1380 0 shouldn't be
416.38/418.33	WSVECS04 Frhs2[31]: 6 0 366.997 shouldn't be
416.38/418.33	WSVECS04 Frhs2[33]: 6 0 113.114 shouldn't be
416.38/418.33	WSVECS04 Frhs2[34]: 6 0 77.7138 shouldn't be
416.38/418.33	WSVECS04 Frhs2[35]: 6 0 95.4138 shouldn't be
416.38/418.33	WSVECS04 Frhs2[46]: 6 0 1146.93 shouldn't be
416.38/418.33	WSVECS04 Frhs2[75]: 6 0 148.286 shouldn't be
416.38/418.33	WSVECS04 Frhs2[76]: 6 0 66.5714 shouldn't be
416.38/418.33	WSVECS04 Frhs2[77]: 6 0 66.5714 shouldn't be
416.38/418.33	WSVECS04 Frhs2[83]: 6 0 260.748 shouldn't be
416.38/418.33	WSVECS04 Frhs2[111]: 6 0 81.7143 shouldn't be
416.38/418.33	WSVECS04 Frhs2[115]: 6 0 158.925 shouldn't be
416.38/418.33	WSVECS04 Frhs2[118]: 6 0 67.9655 shouldn't be
416.38/418.33	WSVECS04 Frhs2[127]: 6 -470.335 0 shouldn't be
416.38/418.33	WSVECS04 Frhs2[145]: 6 0 81.7143 shouldn't be
416.38/418.33	WSVECS04 Frhs2[146]: 6 0 15.1429 shouldn't be
416.38/418.33	WSVECS04 Frhs2[148]: 6 0 81.7143 shouldn't be
416.38/418.33	WSVECS04 Frhs2[167]: 6 -155.714 0 shouldn't be
416.38/418.33	WSVECS04 Frhs2[175]: 6 0 271.583 shouldn't be
416.38/418.33	WSVECS04 Frhs2[183]: 6 0 81.7143 shouldn't be
416.38/418.33	WSVECS04 Frhs2[187]: 6 0 27.4814 shouldn't be
416.38/418.33	WSVECS04 Frhs2[190]: 6 0 132.077 shouldn't be
416.38/418.33	WSVECS04 Frhs2[211]: 6 0 253.883 shouldn't be
416.38/418.33	WSVECS04 Frhs2[217]: 6 -81.7143 0 shouldn't be
416.38/418.33	WSVECS04 Frhs2[223]: 6 0 0.505576 shouldn't be
416.38/418.33	WSVECS04 Frhs2[229]: 6 -325.711 0 shouldn't be
416.38/418.33	WSVECS04 Frhs2[251]: 6 0 390.3 shouldn't be
416.38/418.33	WSVECS04 Frhs2[256]: 6 0 81.7143 shouldn't be
416.38/418.33	WSVECS04 Frhs2[257]: 6 0 81.7143 shouldn't be
416.38/418.33	WSVECS04 Frhs2[269]: 6 -887.723 0 shouldn't be
416.38/418.33	WSVECS04 Frhs2[271]: 6 0 15.7266 shouldn't be
416.38/418.33	WSVECS04 Frhs2[272]: 6 0 15.7266 shouldn't be
416.38/418.33	WSVECS04 Frhs2[273]: 6 0 10.4844 shouldn't be
416.38/418.33	WSVECS04 Frhs2[275]: 6 0 47.1157 shouldn't be
416.38/418.33	WSVECS04 Frhs2[331]: 6 0 90.6914 shouldn't be
416.38/418.33	WSVECS04 Frhs2[335]: 6 -853.963 0 shouldn't be
416.38/418.33	WSVECS04 Frhs2[344]: 6 0 10.4844 shouldn't be
416.38/418.33	WSVECS04 Frhs2[356]: 6 0 431.153 shouldn't be
416.38/418.33	WSVECS04 Frhs2[367]: 6 0 83.4286 shouldn't be
416.38/418.33	WSVECS04 Frhs2[381]: 6 -156.571 0 shouldn't be
416.38/418.33	WSVECS04 Frhs2[386]: 6 -72.5714 0 shouldn't be
416.38/418.33	WSVECS04 Frhs2[406]: 6 0 60.3266 shouldn't be
416.38/418.33	WSVECS04 Frhs2[412]: 6 -150 0 shouldn't be
416.38/418.33	WSVECS04 Frhs2[414]: 6 0 60.6816 shouldn't be
416.38/418.33	WSVECS04 Frhs2[424]: 6 -605 0 shouldn't be
416.38/418.33	WSVECS04 Frhs2[441]: 6 0 934.862 shouldn't be
416.38/418.33	WSVECS04 Frhs2[454]: 6 -605 0 shouldn't be
416.38/418.33	WSVECS04 Frhs2[489]: 6 -1090 0 shouldn't be
416.38/418.33	WSVECS04 Frhs2[502]: 6 0 136 shouldn't be
416.38/418.33	WSVECS04 Frhs2[512]: 6 0 96.8251 shouldn't be
416.47/418.44	WSVECS04 Frhs2[3]: 6 0 81.7143 shouldn't be
416.47/418.44	WSVECS04 Frhs2[26]: 6 0 18 shouldn't be
416.47/418.44	WSVECS04 Frhs2[43]: 6 0 55.6734 shouldn't be
416.47/418.44	WSVECS04 Frhs2[119]: 6 0 99.5704 shouldn't be
416.47/418.44	WSVECS04 Frhs2[140]: 6 0 10.7862 shouldn't be
416.47/418.44	WSVECS04 Frhs2[141]: 6 0 53.1 shouldn't be
416.47/418.44	WSVECS04 Frhs2[142]: 6 0 53.1 shouldn't be
416.47/418.44	WSVECS04 Frhs2[171]: 6 0 261.965 shouldn't be
416.47/418.44	WSVECS04 Frhs2[178]: 6 0 17.7 shouldn't be
416.47/418.44	WSVECS04 Frhs2[196]: 6 0 258.862 shouldn't be
416.47/418.44	WSVECS04 Frhs2[198]: 6 0 135.965 shouldn't be
416.47/418.44	WSVECS04 Frhs2[207]: 6 0 261.965 shouldn't be
416.47/418.44	WSVECS04 Frhs2[219]: 6 0 81.7143 shouldn't be
416.47/418.44	WSVECS04 Frhs2[248]: 6 0 408 shouldn't be
416.47/418.44	WSVECS04 Frhs2[261]: 6 0 31.605 shouldn't be
416.47/418.44	WSVECS04 Frhs2[279]: 6 0 261.965 shouldn't be
416.47/418.44	WSVECS04 Frhs2[295]: 6 0 1066.95 shouldn't be
416.47/418.44	WSVECS04 Frhs2[297]: 6 0 976.26 shouldn't be
416.47/418.44	WSVECS04 Frhs2[299]: 6 0 976.26 shouldn't be
416.47/418.44	WSVECS04 Frhs2[300]: 6 0 854.469 shouldn't be
416.47/418.44	WSVECS04 Frhs2[315]: 6 0 261.965 shouldn't be
416.47/418.44	WSVECS04 Frhs2[327]: 6 0 81.7143 shouldn't be
416.47/418.44	WSVECS04 Frhs2[343]: 6 0 10.4844 shouldn't be
416.47/418.44	WSVECS04 Frhs2[347]: 6 0 41.8736 shouldn't be
416.47/418.44	WSVECS04 Frhs2[351]: 6 0 261.965 shouldn't be
416.47/418.44	WSVECS04 Frhs2[362]: 6 -665 0 shouldn't be
416.47/418.44	WSVECS04 Frhs2[403]: 6 0 62.6816 shouldn't be
416.47/418.44	WSVECS04 Frhs2[415]: 6 0 128.186 shouldn't be
416.47/418.44	WSVECS04 Frhs2[430]: 6 0 15 shouldn't be
416.47/418.44	WSVECS04 Frhs2[440]: 6 0 106 shouldn't be
416.58/418.56	WSVECS04 Frhs2[7]: 6 0 176.169 shouldn't be
416.58/418.56	WSVECS04 Frhs2[27]: 6 0 261.965 shouldn't be
416.58/418.56	WSVECS04 Frhs2[37]: 6 0 363.143 shouldn't be
416.58/418.56	WSVECS04 Frhs2[42]: 6 0 296.571 shouldn't be
416.58/418.56	WSVECS04 Frhs2[45]: 6 0 55.6734 shouldn't be
416.58/418.56	WSVECS04 Frhs2[135]: 6 0 261.965 shouldn't be
416.58/418.56	WSVECS04 Frhs2[263]: 6 0 31.605 shouldn't be
416.58/418.56	WSVECS04 Frhs2[298]: 6 0 944.655 shouldn't be
416.58/418.56	WSVECS04 Frhs2[311]: 6 0 31.3892 shouldn't be
416.58/418.56	WSVECS04 Frhs2[321]: 6 0 1141.65 shouldn't be
416.58/418.56	WSVECS04 Frhs2[322]: 6 0 17.7 shouldn't be
416.58/418.56	WSVECS04 Frhs2[323]: 6 -2369.76 0 shouldn't be
416.58/418.56	WSVECS04 Frhs2[364]: 6 -605 0 shouldn't be
416.58/418.56	WSVECS04 Frhs2[447]: 6 0 21.8962 shouldn't be
416.58/418.56	WSVECS04 Frhs2[505]: 6 0 10 shouldn't be
416.78/418.71	WSVECS04 Frhs2[162]: 6 0 135.965 shouldn't be
416.78/418.71	WSVECS04 Frhs2[306]: 6 0 135.965 shouldn't be
416.78/418.71	WSVECS04 Frhs2[411]: 6 0 964.972 shouldn't be
416.87/418.85	WSVECS04 Frhs2[16]: 6 0 258.862 shouldn't be
416.87/418.85	WSVECS04 Frhs2[39]: 6 0 444.857 shouldn't be
416.87/418.85	WSVECS04 Frhs2[41]: 6 0 363.143 shouldn't be
416.87/418.85	WSVECS04 Frhs2[52]: 6 0 1245.75 shouldn't be
416.87/418.85	WSVECS04 Frhs2[70]: 6 0 1854.98 shouldn't be
416.87/418.85	WSVECS04 Frhs2[88]: 6 0 258.862 shouldn't be
416.87/418.85	WSVECS04 Frhs2[91]: 6 0 1050.44 shouldn't be
416.87/418.85	WSVECS04 Frhs2[93]: 6 0 1045.33 shouldn't be
416.87/418.85	WSVECS04 Frhs2[99]: 6 0 261.965 shouldn't be
416.87/418.85	WSVECS04 Frhs2[124]: 6 0 258.862 shouldn't be
416.87/418.85	WSVECS04 Frhs2[160]: 6 0 258.862 shouldn't be
416.87/418.85	WSVECS04 Frhs2[177]: 6 0 17.7 shouldn't be
416.87/418.85	WSVECS04 Frhs2[243]: 6 0 261.965 shouldn't be
416.87/418.85	WSVECS04 Frhs2[254]: 6 0 15.1429 shouldn't be
417.09/419.01	WSVECS04 Frhs2[10]: 6 0 85.2093 shouldn't be
417.09/419.01	WSVECS04 Frhs2[95]: 6 0 1050.44 shouldn't be
417.09/419.01	WSVECS04 Frhs2[255]: 6 0 326.857 shouldn't be
417.09/419.01	WSVECS04 Frhs2[378]: 6 0 257 shouldn't be
417.09/419.01	WSVECS04 Frhs2[471]: 6 0 690.832 shouldn't be
417.19/419.16	WSVECS04 Frhs2[67]: 6 0 792.969 shouldn't be
417.19/419.16	WSVECS04 Frhs2[407]: 6 -37 0 shouldn't be
417.38/419.31	WSVECS04 Frhs2[47]: 6 0 115.028 shouldn't be
417.38/419.31	WSVECS04 Frhs2[92]: 6 0 1050.44 shouldn't be
417.38/419.31	WSVECS04 Frhs2[247]: 6 0 661.883 shouldn't be
417.58/419.54	WSVECS04 Frhs2[139]: 6 0 271.583 shouldn't be
417.58/419.54	WSVECS04 Frhs2[359]: 6 0 413.453 shouldn't be
420.86/422.82	c #Conflicts:    1063000 | #Constraints:      26032
420.86/422.82	c #Conflicts:    1064000 | #Constraints:      27033
420.86/422.82	c #Conflicts:    1065000 | #Constraints:      28033
420.86/422.82	c #Conflicts:    1066000 | #Constraints:      29034
420.86/422.82	c #Conflicts:    1067000 | #Constraints:      30035
420.86/422.82	c #Conflicts:    1068000 | #Constraints:      31035
420.86/422.82	c #Conflicts:    1069000 | #Constraints:      32035
420.86/422.82	c #Conflicts:    1070000 | #Constraints:      33036
420.86/422.82	c #Conflicts:    1071000 | #Constraints:      34038
420.86/422.82	c #Conflicts:    1072000 | #Constraints:      35039
420.86/422.82	WSVECS04 Frhs2[44]: 6 0 93.4301 shouldn't be
420.86/422.82	WSVECS04 Frhs2[46]: 6 0 173.43 shouldn't be
420.86/422.82	WSVECS04 Frhs2[56]: 6 0 141.605 shouldn't be
420.86/422.82	WSVECS04 Frhs2[82]: 6 0 155.237 shouldn't be
420.86/422.82	WSVECS04 Frhs2[130]: 6 -42.1518 0 shouldn't be
420.86/422.82	WSVECS04 Frhs2[134]: 6 0 424.812 shouldn't be
420.86/422.82	WSVECS04 Frhs2[149]: 6 -1652.95 0 shouldn't be
420.86/422.82	WSVECS04 Frhs2[155]: 6 0 35.1235 shouldn't be
420.86/422.82	WSVECS04 Frhs2[161]: 6 0 880.679 shouldn't be
420.86/422.82	WSVECS04 Frhs2[176]: 6 0 308.32 shouldn't be
420.86/422.82	WSVECS04 Frhs2[179]: 6 0 115.947 shouldn't be
420.86/422.82	WSVECS04 Frhs2[188]: 6 0 736.944 shouldn't be
420.86/422.82	WSVECS04 Frhs2[192]: 6 0 479.63 shouldn't be
420.86/422.82	WSVECS04 Frhs2[197]: 6 0 982.733 shouldn't be
420.86/422.82	WSVECS04 Frhs2[246]: 6 -414.305 0 shouldn't be
420.86/422.82	WSVECS04 Frhs2[258]: 6 0 322.819 shouldn't be
420.86/422.82	WSVECS04 Frhs2[337]: 6 -524.184 0 shouldn't be
420.86/422.82	WSVECS04 Frhs2[363]: 6 -2469.89 0 shouldn't be
420.86/422.82	WSVECS04 Frhs2[416]: 6 0 154 shouldn't be
420.86/422.82	WSVECS04 Frhs2[422]: 6 -934.78 0 shouldn't be
420.86/422.82	WSVECS04 Frhs2[442]: 6 0 183.43 shouldn't be
420.86/422.82	WSVECS04 Frhs2[445]: 6 0 183.43 shouldn't be
420.97/422.90	WSVECS04 Frhs2[43]: 6 -1441.92 0 shouldn't be
420.97/422.90	WSVECS04 Frhs2[92]: 6 0 63.4588 shouldn't be
420.97/422.90	WSVECS04 Frhs2[211]: 6 -134.89 0 shouldn't be
420.97/422.90	WSVECS04 Frhs2[321]: 6 0 9.30837 shouldn't be
421.07/423.08	WSVECS04 Frhs2[57]: 6 0 53.6329 shouldn't be
421.07/423.08	WSVECS04 Frhs2[103]: 6 0 231.43 shouldn't be
421.07/423.08	WSVECS04 Frhs2[189]: 6 0 105.985 shouldn't be
421.18/423.19	WSVECS04 Frhs2[183]: 6 0 359.547 shouldn't be
421.86/423.81	WSVECS04 Frhs2[43]: 6 -1441.92 0 shouldn't be
421.86/423.81	WSVECS04 Frhs2[82]: 6 0 155.237 shouldn't be
421.86/423.81	WSVECS04 Frhs2[92]: 6 0 63.4587 shouldn't be
421.86/423.81	WSVECS04 Frhs2[130]: 6 -42.1517 0 shouldn't be
421.86/423.81	WSVECS04 Frhs2[149]: 6 -1652.95 0 shouldn't be
421.86/423.81	WSVECS04 Frhs2[155]: 6 0 35.1234 shouldn't be
421.86/423.81	WSVECS04 Frhs2[179]: 6 0 115.947 shouldn't be
421.86/423.81	WSVECS04 Frhs2[192]: 6 0 479.63 shouldn't be
421.86/423.81	WSVECS04 Frhs2[211]: 6 -134.89 0 shouldn't be
421.86/423.81	WSVECS04 Frhs2[246]: 6 -414.305 0 shouldn't be
421.86/423.81	WSVECS04 Frhs2[258]: 6 0 322.819 shouldn't be
421.86/423.81	WSVECS04 Frhs2[277]: 6 -1241.71 0 shouldn't be
421.86/423.81	WSVECS04 Frhs2[416]: 6 0 154 shouldn't be
421.86/423.81	WSVECS04 Frhs2[540]: 6 -1138.73 0 shouldn't be
425.95/427.93	c #Conflicts:    1073000 | #Constraints:      36041
425.95/427.93	c #Conflicts:    1074000 | #Constraints:      37041
425.95/427.93	c #Conflicts:    1075000 | #Constraints:      38041
425.95/427.93	c #Conflicts:    1076000 | #Constraints:      39041
425.95/427.93	c #Conflicts:    1077000 | #Constraints:      40041
425.95/427.93	c #Conflicts:    1078000 | #Constraints:      41041
425.95/427.93	c #Conflicts:    1079000 | #Constraints:      42041
425.95/427.93	c #Conflicts:    1080000 | #Constraints:      43041
425.95/427.93	c #Conflicts:    1081000 | #Constraints:      44041
425.95/427.93	c #Conflicts:    1082000 | #Constraints:      45041
425.95/427.93	c #Conflicts:    1083000 | #Constraints:      46041
425.95/427.93	c INPROCESSING
425.95/427.93	c GARBAGE COLLECT
425.95/427.93	WSVECS04 Frhs2[8]: 6 -315 0 shouldn't be
425.95/427.93	WSVECS04 Frhs2[259]: 6 -315 0 shouldn't be
425.95/427.93	WSVECS04 Frhs2[363]: 6 -264 0 shouldn't be
425.95/427.93	WSVECS04 Frhs2[364]: 6 0 60 shouldn't be
425.95/427.93	WSVECS04 Frhs2[365]: 6 0 401 shouldn't be
425.95/427.93	WSVECS04 Frhs2[369]: 6 -1090 0 shouldn't be
425.95/427.93	WSVECS04 Frhs2[394]: 6 0 1006 shouldn't be
425.95/427.93	WSVECS04 Frhs2[417]: 6 0 257 shouldn't be
425.95/427.93	WSVECS04 Frhs2[424]: 6 0 498 shouldn't be
425.95/427.93	WSVECS04 Frhs2[430]: 6 0 50 shouldn't be
425.95/427.93	WSVECS04 Frhs2[441]: 6 0 948 shouldn't be
425.95/427.93	WSVECS04 Frhs2[454]: 6 -605 0 shouldn't be
425.95/427.93	WSVECS04 Frhs2[474]: 6 -1380 0 shouldn't be
425.95/427.93	WSVECS04 Frhs2[489]: 6 -1090 0 shouldn't be
425.95/427.93	WSVECS04 Frhs2[501]: 6 0 485 shouldn't be
425.95/427.93	WSVECS04 Frhs2[522]: 6 -231 0 shouldn't be
425.95/427.93	WSVECS04 Frhs2[531]: 6 -210 0 shouldn't be
425.95/427.93	WSVECS04 Frhs2[535]: 6 0 488 shouldn't be
426.07/428.04	WSVECS04 Frhs2[300]: 6 0 315 shouldn't be
426.07/428.04	WSVECS04 Frhs2[307]: 6 -592 0 shouldn't be
426.07/428.04	WSVECS04 Frhs2[411]: 6 0 1321 shouldn't be
426.17/428.17	WSVECS04 Frhs2[12]: 6 0 315 shouldn't be
426.17/428.17	WSVECS04 Frhs2[84]: 6 0 315 shouldn't be
426.17/428.17	WSVECS04 Frhs2[120]: 6 0 315 shouldn't be
426.17/428.17	WSVECS04 Frhs2[156]: 6 0 315 shouldn't be
426.17/428.17	WSVECS04 Frhs2[228]: 6 0 315 shouldn't be
426.17/428.17	WSVECS04 Frhs2[336]: 6 0 315 shouldn't be
426.17/428.17	WSVECS04 Frhs2[397]: 6 -70.0001 0 shouldn't be
426.17/428.17	WSVECS04 Frhs2[493]: 6 -380 0 shouldn't be
426.17/428.17	WSVECS04 Frhs2[520]: 6 0 93.0001 shouldn't be
426.17/428.17	WSVECS04 Frhs2[533]: 6 0 70 shouldn't be
426.35/428.31	WSVECS04 Frhs2[515]: 6 -113 0 shouldn't be
426.45/428.46	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
426.65/428.60	WSVECS04 Frhs2[497]: 6 -337 0 shouldn't be
426.75/428.76	WSVECS04 Frhs2[506]: 6 -521 0 shouldn't be
426.85/428.88	WSVECS04 Frhs2[289]: 6 -80.0001 0 shouldn't be
428.25/430.29	c rational objective 19241.4
438.35/440.42	c #Conflicts:    1084000 | #Constraints:      26445
438.35/440.42	c #Conflicts:    1085000 | #Constraints:      27445
438.35/440.42	c #Conflicts:    1086000 | #Constraints:      28447
438.35/440.42	c #Conflicts:    1087000 | #Constraints:      29448
438.35/440.42	c #Conflicts:    1088000 | #Constraints:      30449
438.35/440.42	c #Conflicts:    1089000 | #Constraints:      31451
438.35/440.42	c #Conflicts:    1090000 | #Constraints:      32455
438.35/440.42	c #Conflicts:    1091000 | #Constraints:      33458
438.35/440.42	c #Conflicts:    1092000 | #Constraints:      34458
438.35/440.42	c #Conflicts:    1093000 | #Constraints:      35459
438.35/440.42	c #Conflicts:    1094000 | #Constraints:      36461
438.35/440.42	c #Conflicts:    1095000 | #Constraints:      37463
438.35/440.42	c #Conflicts:    1096000 | #Constraints:      38464
438.35/440.42	c #Conflicts:    1097000 | #Constraints:      39465
438.35/440.42	c #Conflicts:    1098000 | #Constraints:      40466
438.35/440.42	c #Conflicts:    1099000 | #Constraints:      41469
438.35/440.42	c #Conflicts:    1100000 | #Constraints:      42469
438.35/440.42	c #Conflicts:    1101000 | #Constraints:      43471
438.35/440.42	c #Conflicts:    1102000 | #Constraints:      44473
438.35/440.42	c #Conflicts:    1103000 | #Constraints:      45473
438.35/440.42	c #Conflicts:    1104000 | #Constraints:      46474
438.35/440.42	c INPROCESSING
438.35/440.42	c GARBAGE COLLECT
438.35/440.42	c rational objective 19241.4
447.32/449.42	c #Conflicts:    1105000 | #Constraints:      26667
447.32/449.42	c #Conflicts:    1106000 | #Constraints:      27670
447.32/449.42	c #Conflicts:    1107000 | #Constraints:      28671
447.32/449.42	c #Conflicts:    1108000 | #Constraints:      29672
447.32/449.42	c #Conflicts:    1109000 | #Constraints:      30674
447.32/449.42	c #Conflicts:    1110000 | #Constraints:      31675
447.32/449.42	c #Conflicts:    1111000 | #Constraints:      32676
447.32/449.42	c #Conflicts:    1112000 | #Constraints:      33679
447.32/449.42	c #Conflicts:    1113000 | #Constraints:      34680
447.32/449.42	c #Conflicts:    1114000 | #Constraints:      35683
447.32/449.42	c #Conflicts:    1115000 | #Constraints:      36688
447.32/449.42	c #Conflicts:    1116000 | #Constraints:      37688
447.32/449.42	c #Conflicts:    1117000 | #Constraints:      38688
447.32/449.42	c #Conflicts:    1118000 | #Constraints:      39688
447.32/449.42	c #Conflicts:    1119000 | #Constraints:      40688
447.32/449.42	c #Conflicts:    1120000 | #Constraints:      41688
447.32/449.42	c #Conflicts:    1121000 | #Constraints:      42689
447.32/449.42	c #Conflicts:    1122000 | #Constraints:      43689
447.32/449.42	c #Conflicts:    1123000 | #Constraints:      44690
447.32/449.42	c #Conflicts:    1124000 | #Constraints:      45690
447.32/449.42	c #Conflicts:    1125000 | #Constraints:      46691
447.32/449.42	c INPROCESSING
447.32/449.42	c GARBAGE COLLECT
447.32/449.42	c rational objective 19241.4
451.21/453.32	c #Conflicts:    1126000 | #Constraints:      26663
451.21/453.32	c #Conflicts:    1127000 | #Constraints:      27663
451.21/453.32	c #Conflicts:    1128000 | #Constraints:      28663
451.21/453.32	c #Conflicts:    1129000 | #Constraints:      29664
451.21/453.32	c #Conflicts:    1130000 | #Constraints:      30664
451.21/453.32	c #Conflicts:    1131000 | #Constraints:      31666
451.21/453.32	c #Conflicts:    1132000 | #Constraints:      32666
451.21/453.32	c #Conflicts:    1133000 | #Constraints:      33667
451.21/453.32	c #Conflicts:    1134000 | #Constraints:      34667
451.21/453.32	c #Conflicts:    1135000 | #Constraints:      35667
451.21/453.32	c #Conflicts:    1136000 | #Constraints:      36667
451.21/453.32	c bounds 24254 >= 11250 @ 442.147
451.21/453.36	c bounds 24254 >= 11771 @ 442.189
503.48/505.83	c #Conflicts:    1137000 | #Constraints:      37671
503.48/505.83	c #Conflicts:    1138000 | #Constraints:      38671
503.48/505.83	c #Conflicts:    1139000 | #Constraints:      39672
503.48/505.83	c #Conflicts:    1140000 | #Constraints:      40673
503.48/505.83	c #Conflicts:    1141000 | #Constraints:      41673
503.48/505.83	c #Conflicts:    1142000 | #Constraints:      42673
503.48/505.83	c #Conflicts:    1143000 | #Constraints:      43675
503.48/505.83	c #Conflicts:    1144000 | #Constraints:      44675
503.48/505.83	c #Conflicts:    1145000 | #Constraints:      45675
503.48/505.83	c #Conflicts:    1146000 | #Constraints:      46676
503.48/505.83	c #Conflicts:    1147000 | #Constraints:      47678
503.48/505.83	c #Conflicts:    1148000 | #Constraints:      48680
503.48/505.83	c #Conflicts:    1149000 | #Constraints:      49682
503.48/505.83	c #Conflicts:    1150000 | #Constraints:      50682
503.48/505.83	c #Conflicts:    1151000 | #Constraints:      51682
503.48/505.83	c #Conflicts:    1152000 | #Constraints:      52682
503.48/505.83	c #Conflicts:    1153000 | #Constraints:      53683
503.48/505.83	c #Conflicts:    1154000 | #Constraints:      54683
503.48/505.83	c #Conflicts:    1155000 | #Constraints:      55683
503.48/505.83	c #Conflicts:    1156000 | #Constraints:      56683
503.48/505.83	c #Conflicts:    1157000 | #Constraints:      57683
503.48/505.83	c #Conflicts:    1158000 | #Constraints:      58683
503.48/505.83	c #Conflicts:    1159000 | #Constraints:      59683
503.48/505.83	c #Conflicts:    1160000 | #Constraints:      60684
503.48/505.83	c #Conflicts:    1161000 | #Constraints:      61684
503.48/505.83	c #Conflicts:    1162000 | #Constraints:      62684
503.48/505.83	c #Conflicts:    1163000 | #Constraints:      63684
503.48/505.83	c #Conflicts:    1164000 | #Constraints:      64684
503.48/505.83	c #Conflicts:    1165000 | #Constraints:      65684
503.48/505.83	c #Conflicts:    1166000 | #Constraints:      66684
503.48/505.83	c #Conflicts:    1167000 | #Constraints:      67685
503.48/505.83	c #Conflicts:    1168000 | #Constraints:      68687
503.48/505.83	c #Conflicts:    1169000 | #Constraints:      69687
503.48/505.83	c #Conflicts:    1170000 | #Constraints:      70688
503.48/505.83	c #Conflicts:    1171000 | #Constraints:      71688
503.48/505.83	c #Conflicts:    1172000 | #Constraints:      72688
503.48/505.83	c #Conflicts:    1173000 | #Constraints:      73689
503.48/505.83	c #Conflicts:    1174000 | #Constraints:      74689
503.48/505.83	c #Conflicts:    1175000 | #Constraints:      75690
503.48/505.83	c #Conflicts:    1176000 | #Constraints:      76690
503.48/505.83	c #Conflicts:    1177000 | #Constraints:      77690
503.48/505.83	c #Conflicts:    1178000 | #Constraints:      78690
503.48/505.83	c #Conflicts:    1179000 | #Constraints:      79691
503.48/505.83	c #Conflicts:    1180000 | #Constraints:      80691
503.48/505.83	c #Conflicts:    1181000 | #Constraints:      81691
503.48/505.83	c #Conflicts:    1182000 | #Constraints:      82691
503.48/505.83	c #Conflicts:    1183000 | #Constraints:      83691
503.48/505.83	c #Conflicts:    1184000 | #Constraints:      84691
503.48/505.83	c #Conflicts:    1185000 | #Constraints:      85691
503.48/505.83	c #Conflicts:    1186000 | #Constraints:      86691
503.48/505.83	c #Conflicts:    1187000 | #Constraints:      87691
503.48/505.83	c #Conflicts:    1188000 | #Constraints:      88692
503.48/505.83	c #Conflicts:    1189000 | #Constraints:      89692
503.48/505.83	c #Conflicts:    1190000 | #Constraints:      90692
503.48/505.83	c #Conflicts:    1191000 | #Constraints:      91692
503.48/505.83	c #Conflicts:    1192000 | #Constraints:      92692
503.48/505.83	c #Conflicts:    1193000 | #Constraints:      93692
503.48/505.83	c #Conflicts:    1194000 | #Constraints:      94694
503.48/505.83	c #Conflicts:    1195000 | #Constraints:      95694
503.48/505.83	c #Conflicts:    1196000 | #Constraints:      96695
503.48/505.83	c #Conflicts:    1197000 | #Constraints:      97695
503.48/505.83	c #Conflicts:    1198000 | #Constraints:      98695
503.48/505.83	c #Conflicts:    1199000 | #Constraints:      99696
503.48/505.83	c #Conflicts:    1200000 | #Constraints:     100696
503.48/505.83	c #Conflicts:    1201000 | #Constraints:     101696
503.48/505.83	c #Conflicts:    1202000 | #Constraints:     102696
503.48/505.83	c #Conflicts:    1203000 | #Constraints:     103696
503.48/505.83	c #Conflicts:    1204000 | #Constraints:     104696
503.48/505.83	c #Conflicts:    1205000 | #Constraints:     105696
503.48/505.83	c #Conflicts:    1206000 | #Constraints:     106696
503.48/505.83	c #Conflicts:    1207000 | #Constraints:     107697
503.48/505.83	c #Conflicts:    1208000 | #Constraints:     108697
503.48/505.83	c #Conflicts:    1209000 | #Constraints:     109697
503.48/505.83	c #Conflicts:    1210000 | #Constraints:     110697
503.48/505.83	c #Conflicts:    1211000 | #Constraints:     111697
503.48/505.83	c #Conflicts:    1212000 | #Constraints:     112697
503.48/505.83	c #Conflicts:    1213000 | #Constraints:     113697
503.48/505.83	c #Conflicts:    1214000 | #Constraints:     114697
503.48/505.83	c #Conflicts:    1215000 | #Constraints:     115697
521.70/524.17	c #Conflicts:    1216000 | #Constraints:     116697
521.70/524.17	c #Conflicts:    1217000 | #Constraints:     117697
521.70/524.17	c #Conflicts:    1218000 | #Constraints:     118697
521.70/524.17	c #Conflicts:    1219000 | #Constraints:     119697
521.70/524.17	c #Conflicts:    1220000 | #Constraints:     120697
521.70/524.17	c #Conflicts:    1221000 | #Constraints:     121697
521.70/524.17	c #Conflicts:    1222000 | #Constraints:     122697
521.70/524.17	c #Conflicts:    1223000 | #Constraints:     123697
521.70/524.17	c #Conflicts:    1224000 | #Constraints:     124698
521.70/524.17	c #Conflicts:    1225000 | #Constraints:     125698
521.70/524.17	c #Conflicts:    1226000 | #Constraints:     126698
521.70/524.17	c #Conflicts:    1227000 | #Constraints:     127699
521.70/524.17	c #Conflicts:    1228000 | #Constraints:     128699
521.70/524.17	c #Conflicts:    1229000 | #Constraints:     129699
521.70/524.17	c #Conflicts:    1230000 | #Constraints:     130699
521.70/524.17	c #Conflicts:    1231000 | #Constraints:     131699
521.70/524.17	WSVECS04 Frhs2[62]: 6 0 27.0001 shouldn't be
521.70/524.17	WSVECS04 Frhs2[98]: 6 0 27 shouldn't be
521.70/524.17	WSVECS04 Frhs2[103]: 6 -17.5001 0 shouldn't be
521.70/524.17	WSVECS04 Frhs2[105]: 6 0 14.6667 shouldn't be
521.70/524.17	WSVECS04 Frhs2[133]: 6 -1151 0 shouldn't be
521.70/524.17	WSVECS04 Frhs2[134]: 6 0 27 shouldn't be
521.70/524.17	WSVECS04 Frhs2[139]: 6 0 84 shouldn't be
521.70/524.17	WSVECS04 Frhs2[144]: 6 0 84.0001 shouldn't be
521.70/524.17	WSVECS04 Frhs2[180]: 6 -182.667 0 shouldn't be
521.70/524.17	WSVECS04 Frhs2[253]: 6 0 3.50004 shouldn't be
521.70/524.17	WSVECS04 Frhs2[280]: 6 0 151 shouldn't be
521.70/524.17	WSVECS04 Frhs2[288]: 6 -14.6667 0 shouldn't be
521.70/524.17	WSVECS04 Frhs2[291]: 6 0 113 shouldn't be
521.70/524.17	WSVECS04 Frhs2[303]: 6 -612.542 0 shouldn't be
521.70/524.17	WSVECS04 Frhs2[315]: 6 -2859 0 shouldn't be
521.70/524.17	WSVECS04 Frhs2[316]: 6 0 151 shouldn't be
521.70/524.17	WSVECS04 Frhs2[321]: 6 0 14.6667 shouldn't be
521.70/524.17	WSVECS04 Frhs2[324]: 6 -7.33334 0 shouldn't be
521.70/524.17	WSVECS04 Frhs2[343]: 6 0 3.50003 shouldn't be
521.70/524.17	WSVECS04 Frhs2[354]: 6 0 1537 shouldn't be
525.59/528.04	c #Conflicts:    1232000 | #Constraints:     132700
525.59/528.04	c #Conflicts:    1233000 | #Constraints:     133700
525.59/528.04	c #Conflicts:    1234000 | #Constraints:     134702
525.59/528.04	c INPROCESSING
525.59/528.04	c GARBAGE COLLECT
525.59/528.04	c rational objective 19241.4
541.31/543.84	c #Conflicts:    1235000 | #Constraints:      70324
541.31/543.84	c #Conflicts:    1236000 | #Constraints:      71327
541.31/543.84	c #Conflicts:    1237000 | #Constraints:      72329
541.31/543.84	c #Conflicts:    1238000 | #Constraints:      73330
541.31/543.84	c #Conflicts:    1239000 | #Constraints:      74331
541.31/543.84	c #Conflicts:    1240000 | #Constraints:      75332
541.31/543.84	c #Conflicts:    1241000 | #Constraints:      76336
541.31/543.84	c #Conflicts:    1242000 | #Constraints:      77338
541.31/543.84	c #Conflicts:    1243000 | #Constraints:      78341
541.31/543.84	c #Conflicts:    1244000 | #Constraints:      79342
541.31/543.84	c #Conflicts:    1245000 | #Constraints:      80345
541.31/543.84	c #Conflicts:    1246000 | #Constraints:      81346
541.31/543.84	c #Conflicts:    1247000 | #Constraints:      82355
541.31/543.84	c #Conflicts:    1248000 | #Constraints:      83355
541.31/543.84	c #Conflicts:    1249000 | #Constraints:      84357
541.31/543.84	c #Conflicts:    1250000 | #Constraints:      85357
541.31/543.84	c #Conflicts:    1251000 | #Constraints:      86357
541.31/543.84	c #Conflicts:    1252000 | #Constraints:      87359
541.31/543.84	c #Conflicts:    1253000 | #Constraints:      88360
541.31/543.84	c #Conflicts:    1254000 | #Constraints:      89361
541.31/543.84	c #Conflicts:    1255000 | #Constraints:      90363
541.31/543.84	c #Conflicts:    1256000 | #Constraints:      91372
541.31/543.84	c #Conflicts:    1257000 | #Constraints:      92656
541.31/543.84	c INPROCESSING
541.31/543.84	c GARBAGE COLLECT
541.31/543.84	c rational objective 19241.4
544.81/547.36	c #Conflicts:    1258000 | #Constraints:      49599
544.81/547.36	c #Conflicts:    1259000 | #Constraints:      50599
544.81/547.36	c #Conflicts:    1260000 | #Constraints:      51599
544.81/547.36	c #Conflicts:    1261000 | #Constraints:      52599
544.81/547.36	c #Conflicts:    1262000 | #Constraints:      53601
544.81/547.36	c #Conflicts:    1263000 | #Constraints:      54601
544.81/547.36	c #Conflicts:    1264000 | #Constraints:      55601
544.81/547.36	WSVECS04 Frhs2[83]: 6 0 936 shouldn't be
544.81/547.36	WSVECS04 Frhs2[89]: 6 0 1049.61 shouldn't be
544.81/547.36	WSVECS04 Frhs2[216]: 6 -228.795 0 shouldn't be
544.81/547.36	WSVECS04 Frhs2[296]: 6 -96.3897 0 shouldn't be
544.81/547.36	WSVECS04 Frhs2[307]: 6 0 139.221 shouldn't be
544.81/547.36	WSVECS04 Frhs2[335]: 6 0 936 shouldn't be
544.81/547.36	WSVECS04 Frhs2[359]: 6 0 607.632 shouldn't be
544.81/547.36	WSVECS04 Frhs2[454]: 6 -605 0 shouldn't be
554.93/557.52	c #Conflicts:    1265000 | #Constraints:      56602
554.93/557.52	c #Conflicts:    1266000 | #Constraints:      57604
554.93/557.52	c #Conflicts:    1267000 | #Constraints:      58605
554.93/557.52	c #Conflicts:    1268000 | #Constraints:      59607
554.93/557.52	c #Conflicts:    1269000 | #Constraints:      60611
554.93/557.52	c #Conflicts:    1270000 | #Constraints:      61615
554.93/557.52	c #Conflicts:    1271000 | #Constraints:      62618
554.93/557.52	c #Conflicts:    1272000 | #Constraints:      63619
554.93/557.52	c #Conflicts:    1273000 | #Constraints:      64621
554.93/557.52	c #Conflicts:    1274000 | #Constraints:      65622
554.93/557.52	c #Conflicts:    1275000 | #Constraints:      66623
554.93/557.52	c #Conflicts:    1276000 | #Constraints:      67624
554.93/557.52	c #Conflicts:    1277000 | #Constraints:      68626
554.93/557.52	c #Conflicts:    1278000 | #Constraints:      69627
554.93/557.52	c #Conflicts:    1279000 | #Constraints:      70632
554.93/557.52	c #Conflicts:    1280000 | #Constraints:      71634
554.93/557.52	c INPROCESSING
554.93/557.52	c GARBAGE COLLECT
554.93/557.52	c rational objective 19241.4
559.02/561.62	c #Conflicts:    1281000 | #Constraints:      39247
559.02/561.62	c #Conflicts:    1282000 | #Constraints:      40248
559.02/561.62	c #Conflicts:    1283000 | #Constraints:      41248
559.02/561.62	c #Conflicts:    1284000 | #Constraints:      42248
559.02/561.62	c #Conflicts:    1285000 | #Constraints:      43249
559.02/561.62	c #Conflicts:    1286000 | #Constraints:      44249
559.02/561.62	c #Conflicts:    1287000 | #Constraints:      45249
559.02/561.62	c #Conflicts:    1288000 | #Constraints:      46249
559.02/561.62	c #Conflicts:    1289000 | #Constraints:      47249
559.02/561.62	WSVECS04 Frhs2[53]: 6 0 19 shouldn't be
559.02/561.62	WSVECS04 Frhs2[63]: 6 0 52.889 shouldn't be
559.02/561.62	WSVECS04 Frhs2[97]: 6 0 231.111 shouldn't be
559.02/561.62	WSVECS04 Frhs2[131]: 6 0 110 shouldn't be
559.02/561.62	WSVECS04 Frhs2[148]: 6 0 45.5001 shouldn't be
559.02/561.62	WSVECS04 Frhs2[161]: 6 0 19.0001 shouldn't be
559.02/561.62	WSVECS04 Frhs2[170]: 6 0 231.111 shouldn't be
559.02/561.62	WSVECS04 Frhs2[206]: 6 0 549.5 shouldn't be
559.02/561.62	WSVECS04 Frhs2[233]: 6 0 19.0001 shouldn't be
559.02/561.62	WSVECS04 Frhs2[275]: 6 0 110 shouldn't be
559.02/561.62	WSVECS04 Frhs2[279]: 6 -1095 0 shouldn't be
559.02/561.62	WSVECS04 Frhs2[291]: 6 -229.5 0 shouldn't be
559.02/561.62	WSVECS04 Frhs2[292]: 6 0 22.5 shouldn't be
559.02/561.62	WSVECS04 Frhs2[311]: 6 0 110 shouldn't be
559.02/561.62	WSVECS04 Frhs2[320]: 6 0 22.7223 shouldn't be
559.02/561.62	WSVECS04 Frhs2[321]: 6 0 22.7222 shouldn't be
559.02/561.62	WSVECS04 Frhs2[323]: 6 0 22.7223 shouldn't be
562.92/565.59	c #Conflicts:    1290000 | #Constraints:      48249
562.92/565.59	c #Conflicts:    1291000 | #Constraints:      49249
562.92/565.59	c #Conflicts:    1292000 | #Constraints:      50249
562.92/565.59	c #Conflicts:    1293000 | #Constraints:      51249
562.92/565.59	c #Conflicts:    1294000 | #Constraints:      52250
562.92/565.59	c #Conflicts:    1295000 | #Constraints:      53250
562.92/565.59	c #Conflicts:    1296000 | #Constraints:      54251
562.92/565.59	c #Conflicts:    1297000 | #Constraints:      55251
562.92/565.59	WSVECS04 Frhs2[16]: 6 0 217.308 shouldn't be
562.92/565.59	WSVECS04 Frhs2[43]: 6 0 114.667 shouldn't be
562.92/565.59	WSVECS04 Frhs2[65]: 6 -245 0 shouldn't be
562.92/565.59	WSVECS04 Frhs2[66]: 6 0 657.038 shouldn't be
562.92/565.59	WSVECS04 Frhs2[98]: 6 0 414.91 shouldn't be
562.92/565.59	WSVECS04 Frhs2[100]: 6 0 372.385 shouldn't be
562.92/565.59	WSVECS04 Frhs2[116]: 6 0 44 shouldn't be
562.92/565.59	WSVECS04 Frhs2[136]: 6 0 784.423 shouldn't be
562.92/565.59	WSVECS04 Frhs2[143]: 6 0 54.1667 shouldn't be
562.92/565.59	WSVECS04 Frhs2[170]: 6 0 169.91 shouldn't be
562.92/565.59	WSVECS04 Frhs2[177]: 6 0 106 shouldn't be
562.92/565.59	WSVECS04 Frhs2[204]: 6 0 919 shouldn't be
562.92/565.59	WSVECS04 Frhs2[212]: 6 0 207 shouldn't be
562.92/565.59	WSVECS04 Frhs2[213]: 6 0 70.6667 shouldn't be
562.92/565.59	WSVECS04 Frhs2[215]: 6 0 54.1667 shouldn't be
562.92/565.59	WSVECS04 Frhs2[216]: 6 -101.603 0 shouldn't be
562.92/565.59	WSVECS04 Frhs2[235]: 6 -5700.53 0 shouldn't be
562.92/565.59	WSVECS04 Frhs2[309]: 6 0 42.5256 shouldn't be
562.92/565.59	WSVECS04 Frhs2[321]: 6 0 70.6667 shouldn't be
562.92/565.59	WSVECS04 Frhs2[368]: 6 0 592 shouldn't be
562.92/565.59	WSVECS04 Frhs2[386]: 6 -521 0 shouldn't be
562.92/565.59	WSVECS04 Frhs2[389]: 6 0 521 shouldn't be
562.92/565.59	WSVECS04 Frhs2[413]: 6 0 113 shouldn't be
562.92/565.59	WSVECS04 Frhs2[414]: 6 0 10 shouldn't be
562.92/565.59	WSVECS04 Frhs2[415]: 6 0 257 shouldn't be
562.92/565.59	WSVECS04 Frhs2[481]: 6 0 194 shouldn't be
562.92/565.59	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
562.92/565.59	WSVECS04 Frhs2[485]: 6 0 489 shouldn't be
562.92/565.59	WSVECS04 Frhs2[504]: 6 -1000 0 shouldn't be
562.92/565.59	WSVECS04 Frhs2[507]: 6 0 624 shouldn't be
563.21/565.80	WSVECS04 Frhs2[134]: 6 0 826.949 shouldn't be
563.21/565.80	WSVECS04 Frhs2[138]: 6 0 657.038 shouldn't be
563.21/565.80	WSVECS04 Frhs2[176]: 6 0 242.333 shouldn't be
563.21/565.80	WSVECS04 Frhs2[362]: 6 -585 0 shouldn't be
563.21/565.89	WSVECS04 Frhs2[62]: 6 0 826.949 shouldn't be
563.21/565.89	WSVECS04 Frhs2[510]: 6 -1010 0 shouldn't be
563.31/565.95	WSVECS04 Frhs2[375]: 6 0 559 shouldn't be
563.43/566.07	WSVECS04 Frhs2[372]: 6 0 665 shouldn't be
563.43/566.07	WSVECS04 Frhs2[373]: 6 0 549 shouldn't be
566.31/568.97	c #Conflicts:    1298000 | #Constraints:      56252
566.31/568.97	c #Conflicts:    1299000 | #Constraints:      57252
566.31/568.97	c #Conflicts:    1300000 | #Constraints:      58252
566.31/568.97	c #Conflicts:    1301000 | #Constraints:      59252
566.31/568.97	c #Conflicts:    1302000 | #Constraints:      60252
566.31/568.97	c INPROCESSING
566.31/568.97	c GARBAGE COLLECT
566.31/568.97	WSVECS04 Frhs2[6]: 6 0 1523.73 shouldn't be
566.31/568.97	WSVECS04 Frhs2[7]: 6 0 549.92 shouldn't be
566.31/568.97	WSVECS04 Frhs2[17]: 6 0 84.5548 shouldn't be
566.31/568.97	WSVECS04 Frhs2[25]: 6 -1481.73 0 shouldn't be
566.31/568.97	WSVECS04 Frhs2[30]: 6 0 399.054 shouldn't be
566.31/568.97	WSVECS04 Frhs2[31]: 6 0 178.251 shouldn't be
566.31/568.97	WSVECS04 Frhs2[38]: 6 0 588.716 shouldn't be
566.31/568.97	WSVECS04 Frhs2[49]: 6 0 1057.69 shouldn't be
566.31/568.97	WSVECS04 Frhs2[56]: 6 0 7.81951 shouldn't be
566.31/568.97	WSVECS04 Frhs2[78]: 6 0 1523.73 shouldn't be
566.31/568.97	WSVECS04 Frhs2[85]: 6 -7585.66 0 shouldn't be
566.31/568.97	WSVECS04 Frhs2[87]: 6 0 272.608 shouldn't be
566.31/568.97	WSVECS04 Frhs2[88]: 6 0 1.42859 shouldn't be
566.31/568.97	WSVECS04 Frhs2[102]: 6 0 399.054 shouldn't be
566.31/568.97	WSVECS04 Frhs2[114]: 6 0 1523.73 shouldn't be
566.31/568.97	WSVECS04 Frhs2[127]: 6 0 231.928 shouldn't be
566.31/568.97	WSVECS04 Frhs2[128]: 6 0 238.326 shouldn't be
566.31/568.97	WSVECS04 Frhs2[129]: 6 0 23.3416 shouldn't be
566.31/568.97	WSVECS04 Frhs2[157]: 6 0 465.919 shouldn't be
566.31/568.97	WSVECS04 Frhs2[191]: 6 0 175.456 shouldn't be
566.31/568.97	WSVECS04 Frhs2[199]: 6 0 340.949 shouldn't be
566.31/568.97	WSVECS04 Frhs2[209]: 6 -991 0 shouldn't be
566.31/568.97	WSVECS04 Frhs2[217]: 6 -634 0 shouldn't be
566.31/568.97	WSVECS04 Frhs2[218]: 6 0 588.716 shouldn't be
566.31/568.97	WSVECS04 Frhs2[219]: 6 0 588.716 shouldn't be
566.31/568.97	WSVECS04 Frhs2[236]: 6 0 238.326 shouldn't be
566.31/568.97	WSVECS04 Frhs2[242]: 6 0 591.946 shouldn't be
566.31/568.97	WSVECS04 Frhs2[244]: 6 0 543.723 shouldn't be
566.31/568.97	WSVECS04 Frhs2[249]: 6 0 86.3748 shouldn't be
566.31/568.97	WSVECS04 Frhs2[251]: 6 0 423.396 shouldn't be
566.31/568.97	WSVECS04 Frhs2[254]: 6 0 588.716 shouldn't be
566.31/568.97	WSVECS04 Frhs2[255]: 6 0 588.716 shouldn't be
566.31/568.97	WSVECS04 Frhs2[271]: 6 0 247.483 shouldn't be
566.31/568.97	WSVECS04 Frhs2[272]: 6 0 502.744 shouldn't be
566.31/568.97	WSVECS04 Frhs2[276]: 6 0 155.797 shouldn't be
566.31/568.97	WSVECS04 Frhs2[280]: 6 0 543.723 shouldn't be
566.31/568.97	WSVECS04 Frhs2[284]: 6 0 107.269 shouldn't be
566.31/568.97	WSVECS04 Frhs2[285]: 6 0 273.644 shouldn't be
566.31/568.97	WSVECS04 Frhs2[286]: 6 0 79.5381 shouldn't be
566.31/568.97	WSVECS04 Frhs2[287]: 6 0 423.396 shouldn't be
566.31/568.97	WSVECS04 Frhs2[289]: 6 0 202.273 shouldn't be
566.31/568.97	WSVECS04 Frhs2[293]: 6 0 202.273 shouldn't be
566.31/568.97	WSVECS04 Frhs2[294]: 6 0 1726 shouldn't be
566.31/568.97	WSVECS04 Frhs2[326]: 6 0 588.716 shouldn't be
566.31/568.97	WSVECS04 Frhs2[329]: 6 -1709.99 0 shouldn't be
566.31/568.97	WSVECS04 Frhs2[331]: 6 0 324.835 shouldn't be
566.31/568.97	WSVECS04 Frhs2[333]: 6 0 149.379 shouldn't be
566.31/568.97	WSVECS04 Frhs2[334]: 6 0 149.379 shouldn't be
566.31/568.97	WSVECS04 Frhs2[343]: 6 0 130.183 shouldn't be
566.31/568.97	WSVECS04 Frhs2[352]: 6 0 543.723 shouldn't be
566.31/568.97	WSVECS04 Frhs2[359]: 6 0 284.976 shouldn't be
566.31/568.97	WSVECS04 Frhs2[373]: 6 0 693 shouldn't be
566.31/568.97	WSVECS04 Frhs2[377]: 6 0 341.705 shouldn't be
566.31/568.97	WSVECS04 Frhs2[381]: 6 -605 0 shouldn't be
566.31/568.97	WSVECS04 Frhs2[408]: 6 0 144 shouldn't be
566.31/568.97	WSVECS04 Frhs2[410]: 6 0 106 shouldn't be
566.31/568.97	WSVECS04 Frhs2[411]: 6 0 785 shouldn't be
566.31/568.97	WSVECS04 Frhs2[472]: 6 0 262.597 shouldn't be
566.31/568.97	WSVECS04 Frhs2[489]: 6 -1090 0 shouldn't be
566.31/568.97	WSVECS04 Frhs2[490]: 6 0 695 shouldn't be
566.31/568.97	WSVECS04 Frhs2[492]: 6 0 1051.89 shouldn't be
566.31/568.97	WSVECS04 Frhs2[494]: 6 -1020 0 shouldn't be
566.31/568.97	WSVECS04 Frhs2[495]: 6 0 753 shouldn't be
566.31/568.97	WSVECS04 Frhs2[501]: 6 -605 0 shouldn't be
566.31/568.97	WSVECS04 Frhs2[503]: 6 -1020 0 shouldn't be
566.31/568.97	WSVECS04 Frhs2[507]: 6 0 243.946 shouldn't be
566.31/568.97	WSVECS04 Frhs2[517]: 6 0 116 shouldn't be
566.31/568.97	WSVECS04 Frhs2[519]: 6 0 56.3571 shouldn't be
566.31/568.97	WSVECS04 Frhs2[527]: 6 0 101.122 shouldn't be
566.52/569.11	WSVECS04 Frhs2[163]: 6 0 53.1894 shouldn't be
566.52/569.11	WSVECS04 Frhs2[372]: 6 0 447.705 shouldn't be
566.52/569.11	WSVECS04 Frhs2[434]: 6 0 596.271 shouldn't be
566.60/569.25	WSVECS04 Frhs2[111]: 6 0 588.716 shouldn't be
566.60/569.25	WSVECS04 Frhs2[156]: 6 0 145.921 shouldn't be
566.60/569.25	WSVECS04 Frhs2[182]: 6 0 431.047 shouldn't be
566.60/569.25	WSVECS04 Frhs2[187]: 6 0 175.456 shouldn't be
566.60/569.25	WSVECS04 Frhs2[197]: 6 0 181.707 shouldn't be
566.60/569.25	WSVECS04 Frhs2[201]: 6 0 287.76 shouldn't be
566.60/569.25	WSVECS04 Frhs2[210]: 6 0 809.293 shouldn't be
566.60/569.25	WSVECS04 Frhs2[237]: 6 0 23.3416 shouldn't be
566.60/569.25	WSVECS04 Frhs2[341]: 6 0 357.163 shouldn't be
566.60/569.25	WSVECS04 Frhs2[403]: 6 0 144 shouldn't be
566.60/569.25	WSVECS04 Frhs2[440]: 6 0 10.0001 shouldn't be
566.60/569.25	WSVECS04 Frhs2[483]: 6 0 64.1085 shouldn't be
566.60/569.25	WSVECS04 Frhs2[488]: 6 0 1043 shouldn't be
566.81/569.40	WSVECS04 Frhs2[3]: 6 0 588.716 shouldn't be
566.81/569.40	WSVECS04 Frhs2[39]: 6 0 588.716 shouldn't be
566.81/569.40	WSVECS04 Frhs2[42]: 6 0 1022.56 shouldn't be
566.81/569.40	WSVECS04 Frhs2[81]: 6 0 389.719 shouldn't be
566.81/569.40	WSVECS04 Frhs2[299]: 6 0 474.169 shouldn't be
566.81/569.40	WSVECS04 Frhs2[327]: 6 0 588.716 shouldn't be
566.81/569.40	WSVECS04 Frhs2[480]: 6 0 202.947 shouldn't be
566.81/569.40	WSVECS04 Frhs2[502]: 6 0 41.8915 shouldn't be
566.90/569.55	WSVECS04 Frhs2[2]: 6 0 588.716 shouldn't be
566.90/569.55	WSVECS04 Frhs2[19]: 6 0 91.686 shouldn't be
566.90/569.55	WSVECS04 Frhs2[84]: 6 0 415.84 shouldn't be
566.90/569.55	WSVECS04 Frhs2[105]: 6 0 194.106 shouldn't be
566.90/569.55	WSVECS04 Frhs2[154]: 6 0 119.799 shouldn't be
566.90/569.55	WSVECS04 Frhs2[206]: 6 0 767.402 shouldn't be
566.90/569.55	WSVECS04 Frhs2[233]: 6 0 357.163 shouldn't be
566.90/569.55	WSVECS04 Frhs2[234]: 6 0 357.163 shouldn't be
566.90/569.55	WSVECS04 Frhs2[264]: 6 0 803.715 shouldn't be
566.90/569.55	WSVECS04 Frhs2[278]: 6 0 591.946 shouldn't be
566.90/569.55	WSVECS04 Frhs2[282]: 6 0 991 shouldn't be
566.90/569.55	WSVECS04 Frhs2[304]: 6 0 44.4311 shouldn't be
566.90/569.55	WSVECS04 Frhs2[306]: 6 0 44.431 shouldn't be
566.90/569.55	WSVECS04 Frhs2[314]: 6 0 591.946 shouldn't be
566.90/569.55	WSVECS04 Frhs2[316]: 6 0 543.723 shouldn't be
566.90/569.55	WSVECS04 Frhs2[318]: 6 0 837.844 shouldn't be
566.90/569.55	WSVECS04 Frhs2[342]: 6 0 357.163 shouldn't be
566.90/569.55	WSVECS04 Frhs2[428]: 6 0 151 shouldn't be
566.90/569.55	WSVECS04 Frhs2[457]: 6 0 231.396 shouldn't be
566.90/569.55	WSVECS04 Frhs2[478]: 6 0 83.8769 shouldn't be
567.10/569.70	WSVECS04 Frhs2[74]: 6 0 588.716 shouldn't be
567.10/569.70	WSVECS04 Frhs2[172]: 6 0 591.946 shouldn't be
567.10/569.70	WSVECS04 Frhs2[208]: 6 0 591.946 shouldn't be
567.10/569.70	WSVECS04 Frhs2[340]: 6 0 357.163 shouldn't be
567.10/569.70	WSVECS04 Frhs2[493]: 6 0 1000 shouldn't be
567.21/569.85	WSVECS04 Frhs2[75]: 6 0 588.716 shouldn't be
567.21/569.85	WSVECS04 Frhs2[305]: 6 0 44.431 shouldn't be
567.21/569.85	WSVECS04 Frhs2[367]: 6 0 1.71564 shouldn't be
567.30/570.00	WSVECS04 Frhs2[153]: 6 0 119.799 shouldn't be
567.30/570.00	WSVECS04 Frhs2[258]: 6 0 1523.73 shouldn't be
567.30/570.00	WSVECS04 Frhs2[259]: 6 0 322.438 shouldn't be
567.30/570.00	WSVECS04 Frhs2[350]: 6 0 591.946 shouldn't be
567.51/570.16	WSVECS04 Frhs2[222]: 6 0 1523.73 shouldn't be
567.51/570.16	WSVECS04 Frhs2[262]: 6 0 777.594 shouldn't be
567.51/570.16	WSVECS04 Frhs2[335]: 6 0 324.835 shouldn't be
567.70/570.32	WSVECS04 Frhs2[35]: 6 0 338.841 shouldn't be
567.70/570.32	WSVECS04 Frhs2[246]: 6 0 991 shouldn't be
567.70/570.32	WSVECS04 Frhs2[298]: 6 0 298.713 shouldn't be
567.90/570.55	WSVECS04 Frhs2[8]: 6 0 549.92 shouldn't be
567.90/570.55	WSVECS04 Frhs2[104]: 6 0 27.731 shouldn't be
567.90/570.55	WSVECS04 Frhs2[364]: 6 0 277.295 shouldn't be
567.90/570.55	WSVECS04 Frhs2[436]: 6 0 474.591 shouldn't be
568.30/570.95	WSVECS04 Frhs2[107]: 6 0 343.858 shouldn't be
568.41/571.08	c rational objective 19241.4
573.78/576.48	c #Conflicts:    1303000 | #Constraints:      33099
573.78/576.48	c #Conflicts:    1304000 | #Constraints:      34099
573.78/576.48	c #Conflicts:    1305000 | #Constraints:      35099
573.78/576.48	c #Conflicts:    1306000 | #Constraints:      36099
573.78/576.48	c #Conflicts:    1307000 | #Constraints:      37099
573.78/576.48	c #Conflicts:    1308000 | #Constraints:      38100
573.78/576.48	c #Conflicts:    1309000 | #Constraints:      39102
573.78/576.48	c #Conflicts:    1310000 | #Constraints:      40103
573.78/576.48	c #Conflicts:    1311000 | #Constraints:      41107
573.78/576.48	c #Conflicts:    1312000 | #Constraints:      42108
573.78/576.48	c #Conflicts:    1313000 | #Constraints:      43111
573.78/576.48	c #Conflicts:    1314000 | #Constraints:      44112
573.78/576.48	c #Conflicts:    1315000 | #Constraints:      45113
573.78/576.48	WSVECS04 Frhs2[55]: 6 0 211.188 shouldn't be
573.78/576.48	WSVECS04 Frhs2[75]: 6 0 421.86 shouldn't be
573.78/576.48	WSVECS04 Frhs2[82]: 6 0 23.2826 shouldn't be
573.78/576.48	WSVECS04 Frhs2[88]: 6 0 107.488 shouldn't be
573.78/576.48	WSVECS04 Frhs2[94]: 6 -858.862 0 shouldn't be
573.78/576.48	WSVECS04 Frhs2[111]: 6 0 587.15 shouldn't be
573.78/576.48	WSVECS04 Frhs2[113]: 6 0 93.0054 shouldn't be
573.78/576.48	WSVECS04 Frhs2[116]: 6 -313.434 0 shouldn't be
573.78/576.48	WSVECS04 Frhs2[122]: 6 0 125.374 shouldn't be
573.78/576.48	WSVECS04 Frhs2[131]: 6 0 225.521 shouldn't be
573.78/576.48	WSVECS04 Frhs2[136]: 6 0 453.252 shouldn't be
573.78/576.48	WSVECS04 Frhs2[162]: 6 0 306.397 shouldn't be
573.78/576.48	WSVECS04 Frhs2[167]: 6 0 51.5533 shouldn't be
573.78/576.48	WSVECS04 Frhs2[172]: 6 0 292.078 shouldn't be
573.78/576.48	WSVECS04 Frhs2[174]: 6 -1428.9 0 shouldn't be
573.78/576.48	WSVECS04 Frhs2[177]: 6 0 306.203 shouldn't be
573.78/576.48	WSVECS04 Frhs2[180]: 6 -196.359 0 shouldn't be
573.78/576.48	WSVECS04 Frhs2[183]: 6 0 475.246 shouldn't be
573.78/576.48	WSVECS04 Frhs2[199]: 6 0 291.707 shouldn't be
573.78/576.48	WSVECS04 Frhs2[207]: 6 0 345.467 shouldn't be
573.78/576.48	WSVECS04 Frhs2[208]: 6 0 26.5681 shouldn't be
573.78/576.48	WSVECS04 Frhs2[219]: 6 0 516.993 shouldn't be
573.78/576.48	WSVECS04 Frhs2[221]: 6 0 210.399 shouldn't be
573.78/576.48	WSVECS04 Frhs2[223]: 6 0 105.91 shouldn't be
573.78/576.48	WSVECS04 Frhs2[235]: 6 0 286.875 shouldn't be
573.78/576.48	WSVECS04 Frhs2[263]: 6 0 233.246 shouldn't be
573.78/576.48	WSVECS04 Frhs2[279]: 6 0 506.249 shouldn't be
573.78/576.48	WSVECS04 Frhs2[327]: 6 0 405.089 shouldn't be
573.78/576.48	WSVECS04 Frhs2[349]: 6 0 3.66778 shouldn't be
573.78/576.48	WSVECS04 Frhs2[371]: 6 0 687.717 shouldn't be
573.78/576.48	WSVECS04 Frhs2[372]: 6 0 793.464 shouldn't be
573.78/576.48	WSVECS04 Frhs2[373]: 6 0 901.464 shouldn't be
573.78/576.48	WSVECS04 Frhs2[485]: 6 0 489 shouldn't be
573.78/576.48	WSVECS04 Frhs2[487]: 6 0 166.518 shouldn't be
573.78/576.48	WSVECS04 Frhs2[503]: 6 -1325.32 0 shouldn't be
573.89/576.60	WSVECS04 Frhs2[101]: 6 0 34.3264 shouldn't be
573.89/576.60	WSVECS04 Frhs2[143]: 6 0 183.25 shouldn't be
573.89/576.60	WSVECS04 Frhs2[217]: 6 -118.356 0 shouldn't be
574.08/576.73	WSVECS04 Frhs2[91]: 6 0 47.8202 shouldn't be
574.08/576.73	WSVECS04 Frhs2[127]: 6 0 276.152 shouldn't be
574.08/576.73	WSVECS04 Frhs2[168]: 6 0 2.43522 shouldn't be
574.08/576.73	WSVECS04 Frhs2[209]: 6 -44.0319 0 shouldn't be
574.19/576.82	WSVECS04 Frhs2[171]: 6 0 285.313 shouldn't be
574.19/576.82	WSVECS04 Frhs2[222]: 6 0 75.9405 shouldn't be
574.28/576.91	WSVECS04 Frhs2[364]: 6 0 650.89 shouldn't be
578.77/581.49	c #Conflicts:    1316000 | #Constraints:      46114
578.77/581.49	c #Conflicts:    1317000 | #Constraints:      47114
578.77/581.49	c #Conflicts:    1318000 | #Constraints:      48114
578.77/581.49	c #Conflicts:    1319000 | #Constraints:      49114
578.77/581.49	c #Conflicts:    1320000 | #Constraints:      50114
578.77/581.49	c #Conflicts:    1321000 | #Constraints:      51114
578.77/581.49	c #Conflicts:    1322000 | #Constraints:      52115
578.77/581.49	c #Conflicts:    1323000 | #Constraints:      53117
578.77/581.49	c #Conflicts:    1324000 | #Constraints:      54118
578.77/581.49	c #Conflicts:    1325000 | #Constraints:      55121
578.77/581.49	c #Conflicts:    1326000 | #Constraints:      56122
578.77/581.49	c INPROCESSING
578.77/581.49	c GARBAGE COLLECT
578.77/581.49	WSVECS04 Frhs2[3]: 6 0 248.9 shouldn't be
578.77/581.49	WSVECS04 Frhs2[7]: 6 0 589.349 shouldn't be
578.77/581.49	WSVECS04 Frhs2[38]: 6 0 1169.66 shouldn't be
578.77/581.49	WSVECS04 Frhs2[39]: 6 0 864.354 shouldn't be
578.77/581.49	WSVECS04 Frhs2[43]: 6 -2159.19 0 shouldn't be
578.77/581.49	WSVECS04 Frhs2[55]: 6 0 475.808 shouldn't be
578.77/581.49	WSVECS04 Frhs2[62]: 6 0 136.336 shouldn't be
578.77/581.49	WSVECS04 Frhs2[76]: 6 0 893.247 shouldn't be
578.77/581.49	WSVECS04 Frhs2[109]: 6 0 539.242 shouldn't be
578.77/581.49	WSVECS04 Frhs2[111]: 6 -43.1505 0 shouldn't be
578.77/581.49	WSVECS04 Frhs2[113]: 6 0 424.498 shouldn't be
578.77/581.49	WSVECS04 Frhs2[123]: 6 -118.703 0 shouldn't be
578.77/581.49	WSVECS04 Frhs2[127]: 6 0 315.198 shouldn't be
578.77/581.49	WSVECS04 Frhs2[136]: 6 0 845.644 shouldn't be
578.77/581.49	WSVECS04 Frhs2[151]: 6 0 269.254 shouldn't be
578.77/581.49	WSVECS04 Frhs2[153]: 6 0 269.254 shouldn't be
578.77/581.49	WSVECS04 Frhs2[155]: 6 0 159.385 shouldn't be
578.77/581.49	WSVECS04 Frhs2[163]: 6 0 225.382 shouldn't be
578.77/581.49	WSVECS04 Frhs2[175]: 6 0 50.6772 shouldn't be
578.77/581.49	WSVECS04 Frhs2[179]: 6 0 1535.99 shouldn't be
578.77/581.49	WSVECS04 Frhs2[186]: 6 -1543.06 0 shouldn't be
578.77/581.49	WSVECS04 Frhs2[192]: 6 0 730.815 shouldn't be
578.77/581.49	WSVECS04 Frhs2[199]: 6 0 788.793 shouldn't be
578.77/581.49	WSVECS04 Frhs2[204]: 6 0 1308.19 shouldn't be
578.77/581.49	WSVECS04 Frhs2[205]: 6 0 1009.07 shouldn't be
578.77/581.49	WSVECS04 Frhs2[212]: 6 0 1355.7 shouldn't be
578.77/581.49	WSVECS04 Frhs2[213]: 6 0 170.741 shouldn't be
578.77/581.49	WSVECS04 Frhs2[216]: 6 -1413.02 0 shouldn't be
578.77/581.49	WSVECS04 Frhs2[221]: 6 0 1660.66 shouldn't be
578.77/581.49	WSVECS04 Frhs2[222]: 6 0 213.91 shouldn't be
578.77/581.49	WSVECS04 Frhs2[241]: 6 0 426.68 shouldn't be
578.77/581.49	WSVECS04 Frhs2[242]: 6 0 343.456 shouldn't be
578.77/581.49	WSVECS04 Frhs2[255]: 6 0 592.005 shouldn't be
578.77/581.49	WSVECS04 Frhs2[265]: 6 0 5.55938 shouldn't be
578.77/581.49	WSVECS04 Frhs2[269]: 6 0 300.368 shouldn't be
578.77/581.49	WSVECS04 Frhs2[271]: 6 0 245.009 shouldn't be
578.77/581.49	WSVECS04 Frhs2[279]: 6 0 580.446 shouldn't be
578.77/581.49	WSVECS04 Frhs2[283]: 6 0 583.339 shouldn't be
578.77/581.49	WSVECS04 Frhs2[290]: 6 0 864.354 shouldn't be
578.77/581.49	WSVECS04 Frhs2[301]: 6 0 386.713 shouldn't be
578.77/581.49	WSVECS04 Frhs2[329]: 6 -2133.94 0 shouldn't be
578.77/581.49	WSVECS04 Frhs2[355]: 6 0 814.638 shouldn't be
578.77/581.49	WSVECS04 Frhs2[359]: 6 0 715.087 shouldn't be
578.77/581.49	WSVECS04 Frhs2[363]: 6 -2160.81 0 shouldn't be
578.77/581.49	WSVECS04 Frhs2[365]: 6 0 136.311 shouldn't be
578.77/581.49	WSVECS04 Frhs2[370]: 6 -315 0 shouldn't be
578.77/581.49	WSVECS04 Frhs2[372]: 6 -80.0001 0 shouldn't be
578.77/581.49	WSVECS04 Frhs2[381]: 6 -605 0 shouldn't be
578.77/581.49	WSVECS04 Frhs2[394]: 6 0 1161.38 shouldn't be
578.77/581.49	WSVECS04 Frhs2[483]: 6 0 513.176 shouldn't be
578.77/581.49	WSVECS04 Frhs2[489]: 6 -3514.58 0 shouldn't be
578.77/581.49	WSVECS04 Frhs2[492]: 6 0 257 shouldn't be
578.77/581.49	WSVECS04 Frhs2[493]: 6 0 645.415 shouldn't be
578.77/581.49	WSVECS04 Frhs2[494]: 6 -2615.93 0 shouldn't be
578.77/581.49	WSVECS04 Frhs2[505]: 6 -1374.61 0 shouldn't be
578.77/581.49	WSVECS04 Frhs2[531]: 6 0 378.717 shouldn't be
579.27/582.00	WSVECS04 Frhs2[115]: 6 0 12.9179 shouldn't be
579.27/582.00	WSVECS04 Frhs2[247]: 6 0 338.355 shouldn't be
579.27/582.00	WSVECS04 Frhs2[299]: 6 0 411.107 shouldn't be
579.27/582.00	WSVECS04 Frhs2[362]: 6 -1402.44 0 shouldn't be
580.57/583.23	WSVECS04 Frhs2[117]: 6 0 12.9178 shouldn't be
580.66/583.39	WSVECS04 Frhs2[295]: 6 0 641.149 shouldn't be
580.66/583.39	WSVECS04 Frhs2[343]: 6 0 245.009 shouldn't be
580.66/583.39	WSVECS04 Frhs2[349]: 6 0 10.1526 shouldn't be
580.86/583.55	WSVECS04 Frhs2[263]: 6 0 438.563 shouldn't be
581.26/583.91	WSVECS04 Frhs2[214]: 6 0 261.358 shouldn't be
581.37/584.10	WSVECS04 Frhs2[61]: 6 0 232.649 shouldn't be
581.37/584.10	WSVECS04 Frhs2[164]: 6 0 203.86 shouldn't be
581.37/584.10	WSVECS04 Frhs2[198]: 6 0 509.341 shouldn't be
581.37/584.10	WSVECS04 Frhs2[259]: 6 0 1124.84 shouldn't be
581.37/584.10	WSVECS04 Frhs2[287]: 6 0 388.267 shouldn't be
581.66/584.30	WSVECS04 Frhs2[293]: 6 0 864.354 shouldn't be
582.16/584.83	WSVECS04 Frhs2[389]: 6 0 207 shouldn't be
582.16/584.83	WSVECS04 Frhs2[448]: 6 0 207 shouldn't be
582.47/585.17	WSVECS04 Frhs2[388]: 6 0 101 shouldn't be
589.54/592.22	c #Conflicts:    1327000 | #Constraints:      31471
589.54/592.22	c #Conflicts:    1328000 | #Constraints:      32471
589.54/592.22	c #Conflicts:    1329000 | #Constraints:      33471
589.54/592.22	c #Conflicts:    1330000 | #Constraints:      34471
589.54/592.22	c #Conflicts:    1331000 | #Constraints:      35471
589.54/592.22	c #Conflicts:    1332000 | #Constraints:      36471
589.54/592.22	c #Conflicts:    1333000 | #Constraints:      37472
589.54/592.22	c #Conflicts:    1334000 | #Constraints:      38474
589.54/592.22	c #Conflicts:    1335000 | #Constraints:      39474
589.54/592.22	c #Conflicts:    1336000 | #Constraints:      40474
589.54/592.22	c #Conflicts:    1337000 | #Constraints:      41474
589.54/592.22	c #Conflicts:    1338000 | #Constraints:      42475
589.54/592.22	c #Conflicts:    1339000 | #Constraints:      43477
589.54/592.22	c #Conflicts:    1340000 | #Constraints:      44478
589.54/592.22	c #Conflicts:    1341000 | #Constraints:      45478
589.54/592.22	c #Conflicts:    1342000 | #Constraints:      46478
589.54/592.22	c #Conflicts:    1343000 | #Constraints:      47479
589.54/592.22	WSVECS04 Frhs2[13]: 6 0 292.973 shouldn't be
589.54/592.22	WSVECS04 Frhs2[17]: 6 0 138.11 shouldn't be
589.54/592.22	WSVECS04 Frhs2[28]: 6 0 39.8378 shouldn't be
589.54/592.22	WSVECS04 Frhs2[52]: 6 0 206.407 shouldn't be
589.54/592.22	WSVECS04 Frhs2[53]: 6 0 182.843 shouldn't be
589.54/592.22	WSVECS04 Frhs2[58]: 6 -1100.03 0 shouldn't be
589.54/592.22	WSVECS04 Frhs2[64]: 6 -161.407 0 shouldn't be
589.54/592.22	WSVECS04 Frhs2[66]: 6 0 586.842 shouldn't be
589.54/592.22	WSVECS04 Frhs2[170]: 6 0 200.922 shouldn't be
589.54/592.22	WSVECS04 Frhs2[171]: 6 0 587.864 shouldn't be
589.54/592.22	WSVECS04 Frhs2[205]: 6 0 252.387 shouldn't be
589.54/592.22	WSVECS04 Frhs2[210]: 6 0 33.8357 shouldn't be
589.54/592.22	WSVECS04 Frhs2[242]: 6 0 132.422 shouldn't be
589.54/592.22	WSVECS04 Frhs2[282]: 6 0 66.9423 shouldn't be
589.54/592.22	WSVECS04 Frhs2[317]: 6 0 119.965 shouldn't be
589.54/592.22	WSVECS04 Frhs2[352]: 6 0 192.967 shouldn't be
589.54/592.22	WSVECS04 Frhs2[364]: 6 -100.723 0 shouldn't be
589.54/592.22	WSVECS04 Frhs2[424]: 6 0 1952.95 shouldn't be
589.54/592.22	WSVECS04 Frhs2[441]: 6 0 2174 shouldn't be
589.54/592.22	WSVECS04 Frhs2[484]: 6 0 530.961 shouldn't be
589.54/592.22	WSVECS04 Frhs2[504]: 6 -2486.31 0 shouldn't be
589.54/592.22	WSVECS04 Frhs2[510]: 6 -1010 0 shouldn't be
589.64/592.31	WSVECS04 Frhs2[381]: 6 -84.0001 0 shouldn't be
601.21/603.95	c #Conflicts:    1344000 | #Constraints:      48480
601.21/603.95	c #Conflicts:    1345000 | #Constraints:      49480
601.21/603.95	c #Conflicts:    1346000 | #Constraints:      50480
601.21/603.95	c #Conflicts:    1347000 | #Constraints:      51481
601.21/603.95	c #Conflicts:    1348000 | #Constraints:      52483
601.21/603.95	c #Conflicts:    1349000 | #Constraints:      53483
601.21/603.95	c #Conflicts:    1350000 | #Constraints:      54483
601.21/603.95	c #Conflicts:    1351000 | #Constraints:      55483
601.21/603.95	c #Conflicts:    1352000 | #Constraints:      56484
601.21/603.95	c #Conflicts:    1353000 | #Constraints:      57485
601.21/603.95	c #Conflicts:    1354000 | #Constraints:      58485
601.21/603.95	c #Conflicts:    1355000 | #Constraints:      59486
601.21/603.95	c #Conflicts:    1356000 | #Constraints:      60486
601.21/603.95	c #Conflicts:    1357000 | #Constraints:      61487
601.21/603.95	c #Conflicts:    1358000 | #Constraints:      62488
601.21/603.95	c #Conflicts:    1359000 | #Constraints:      63488
601.21/603.95	c #Conflicts:    1360000 | #Constraints:      64488
601.21/603.95	c #Conflicts:    1361000 | #Constraints:      65489
601.21/603.95	c #Conflicts:    1362000 | #Constraints:      66489
601.21/603.95	c #Conflicts:    1363000 | #Constraints:      67489
601.21/603.95	c #Conflicts:    1364000 | #Constraints:      68489
601.21/603.95	c bounds 24110 >= 11771 @ 590.21
601.21/603.97	c bounds 24073 >= 11771 @ 590.234
623.99/626.84	c #Conflicts:    1365000 | #Constraints:      69491
623.99/626.84	c #Conflicts:    1366000 | #Constraints:      70493
623.99/626.84	c #Conflicts:    1367000 | #Constraints:      71494
623.99/626.84	c #Conflicts:    1368000 | #Constraints:      72495
623.99/626.84	c #Conflicts:    1369000 | #Constraints:      73496
623.99/626.84	c #Conflicts:    1370000 | #Constraints:      74499
623.99/626.84	c #Conflicts:    1371000 | #Constraints:      75501
623.99/626.84	c #Conflicts:    1372000 | #Constraints:      76501
623.99/626.84	c #Conflicts:    1373000 | #Constraints:      77501
623.99/626.84	c #Conflicts:    1374000 | #Constraints:      78501
623.99/626.84	c #Conflicts:    1375000 | #Constraints:      79501
623.99/626.84	c #Conflicts:    1376000 | #Constraints:      80501
623.99/626.84	c #Conflicts:    1377000 | #Constraints:      81501
623.99/626.84	c #Conflicts:    1378000 | #Constraints:      82501
623.99/626.84	c #Conflicts:    1379000 | #Constraints:      83501
623.99/626.84	c #Conflicts:    1380000 | #Constraints:      84501
623.99/626.84	c #Conflicts:    1381000 | #Constraints:      85501
623.99/626.84	c #Conflicts:    1382000 | #Constraints:      86503
623.99/626.84	c #Conflicts:    1383000 | #Constraints:      87503
623.99/626.84	c #Conflicts:    1384000 | #Constraints:      88504
623.99/626.84	c #Conflicts:    1385000 | #Constraints:      89506
623.99/626.84	c #Conflicts:    1386000 | #Constraints:      90508
623.99/626.84	c #Conflicts:    1387000 | #Constraints:      91508
623.99/626.84	c #Conflicts:    1388000 | #Constraints:      92509
623.99/626.84	c #Conflicts:    1389000 | #Constraints:      93509
623.99/626.84	c #Conflicts:    1390000 | #Constraints:      94509
623.99/626.84	c #Conflicts:    1391000 | #Constraints:      95549
623.99/626.84	c #Conflicts:    1392000 | #Constraints:      96551
623.99/626.84	c #Conflicts:    1393000 | #Constraints:      97552
623.99/626.84	WSVECS04 Frhs2[37]: 6 -217.258 0 shouldn't be
623.99/626.84	WSVECS04 Frhs2[43]: 6 0 677.712 shouldn't be
623.99/626.84	WSVECS04 Frhs2[81]: 6 0 155.127 shouldn't be
623.99/626.84	WSVECS04 Frhs2[83]: 6 0 46.0112 shouldn't be
623.99/626.84	WSVECS04 Frhs2[95]: 6 0 151.959 shouldn't be
623.99/626.84	WSVECS04 Frhs2[109]: 6 0 425.087 shouldn't be
623.99/626.84	WSVECS04 Frhs2[113]: 6 -1321.6 0 shouldn't be
623.99/626.84	WSVECS04 Frhs2[127]: 6 0 163.849 shouldn't be
623.99/626.84	WSVECS04 Frhs2[131]: 6 0 425.981 shouldn't be
623.99/626.84	WSVECS04 Frhs2[143]: 6 0 133.897 shouldn't be
623.99/626.84	WSVECS04 Frhs2[146]: 6 0 719.401 shouldn't be
623.99/626.84	WSVECS04 Frhs2[219]: 6 0 402.425 shouldn't be
623.99/626.84	WSVECS04 Frhs2[230]: 6 0 43.7139 shouldn't be
623.99/626.84	WSVECS04 Frhs2[235]: 6 0 204.765 shouldn't be
623.99/626.84	WSVECS04 Frhs2[236]: 6 0 493.861 shouldn't be
623.99/626.84	WSVECS04 Frhs2[248]: 6 0 60.5394 shouldn't be
623.99/626.84	WSVECS04 Frhs2[262]: 6 0 106.181 shouldn't be
623.99/626.84	WSVECS04 Frhs2[266]: 6 0 150.018 shouldn't be
623.99/626.84	WSVECS04 Frhs2[275]: 6 0 189.59 shouldn't be
623.99/626.84	WSVECS04 Frhs2[292]: 6 0 467.898 shouldn't be
623.99/626.84	WSVECS04 Frhs2[295]: 6 0 386.697 shouldn't be
623.99/626.84	WSVECS04 Frhs2[300]: 6 0 425.726 shouldn't be
623.99/626.84	WSVECS04 Frhs2[302]: 6 0 114.791 shouldn't be
623.99/626.84	WSVECS04 Frhs2[307]: 6 0 676.502 shouldn't be
623.99/626.84	WSVECS04 Frhs2[308]: 6 0 349.556 shouldn't be
623.99/626.84	WSVECS04 Frhs2[320]: 6 0 249.632 shouldn't be
623.99/626.84	WSVECS04 Frhs2[358]: 6 0 204.176 shouldn't be
623.99/626.84	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
623.99/626.84	WSVECS04 Frhs2[485]: 6 0 489 shouldn't be
624.79/627.60	c #Conflicts:    1394000 | #Constraints:      98554
624.79/627.60	c bounds 24016 >= 11771 @ 613.481
625.30/628.11	c #Conflicts:    1395000 | #Constraints:      99555
625.30/628.11	WSVECS04 Frhs2[382]: 6 -1090 0 shouldn't be
625.30/628.11	WSVECS04 Frhs2[492]: 6 -80.0001 0 shouldn't be
625.38/628.22	WSVECS04 Frhs2[394]: 6 -605 0 shouldn't be
625.38/628.22	WSVECS04 Frhs2[424]: 6 -605 0 shouldn't be
625.38/628.22	WSVECS04 Frhs2[499]: 6 -1380 0 shouldn't be
625.38/628.22	WSVECS04 Frhs2[503]: 6 -1020 0 shouldn't be
625.38/628.22	WSVECS04 Frhs2[510]: 6 -1010 0 shouldn't be
636.66/639.53	c #Conflicts:    1396000 | #Constraints:     100556
636.66/639.53	c #Conflicts:    1397000 | #Constraints:     101556
636.66/639.53	c #Conflicts:    1398000 | #Constraints:     102556
636.66/639.53	c #Conflicts:    1399000 | #Constraints:     103556
636.66/639.53	c #Conflicts:    1400000 | #Constraints:     104556
636.66/639.53	c #Conflicts:    1401000 | #Constraints:     105556
636.66/639.53	c #Conflicts:    1402000 | #Constraints:     106556
636.66/639.53	c #Conflicts:    1403000 | #Constraints:     107556
636.66/639.53	c #Conflicts:    1404000 | #Constraints:     108556
636.66/639.53	c #Conflicts:    1405000 | #Constraints:     109556
636.66/639.53	c #Conflicts:    1406000 | #Constraints:     110556
636.66/639.53	c #Conflicts:    1407000 | #Constraints:     111556
636.66/639.53	c #Conflicts:    1408000 | #Constraints:     112558
636.66/639.53	c #Conflicts:    1409000 | #Constraints:     113558
636.66/639.53	c #Conflicts:    1410000 | #Constraints:     114559
636.66/639.53	c #Conflicts:    1411000 | #Constraints:     115559
636.66/639.53	c #Conflicts:    1412000 | #Constraints:     116559
636.66/639.53	c #Conflicts:    1413000 | #Constraints:     117559
636.66/639.53	WSVECS04 Frhs2[21]: 6 0 488.847 shouldn't be
636.66/639.53	WSVECS04 Frhs2[23]: 6 0 157.916 shouldn't be
636.66/639.53	WSVECS04 Frhs2[143]: 6 0 192.654 shouldn't be
636.66/639.53	WSVECS04 Frhs2[179]: 6 0 648.145 shouldn't be
636.66/639.53	WSVECS04 Frhs2[359]: 6 0 324.032 shouldn't be
636.66/639.53	WSVECS04 Frhs2[361]: 6 -110.045 0 shouldn't be
636.66/639.53	WSVECS04 Frhs2[366]: 6 0 567.319 shouldn't be
636.66/639.53	WSVECS04 Frhs2[375]: 6 -399.505 0 shouldn't be
636.66/639.53	WSVECS04 Frhs2[454]: 6 -840.82 0 shouldn't be
636.66/639.53	WSVECS04 Frhs2[466]: 6 -120.298 0 shouldn't be
636.66/639.53	WSVECS04 Frhs2[471]: 6 0 353.033 shouldn't be
636.66/639.53	WSVECS04 Frhs2[525]: 6 -300.102 0 shouldn't be
636.75/639.61	WSVECS04 Frhs2[371]: 6 0 514.739 shouldn't be
636.75/639.69	WSVECS04 Frhs2[448]: 6 -257 0 shouldn't be
636.85/639.78	WSVECS04 Frhs2[364]: 6 0 505.417 shouldn't be
663.57/666.55	c #Conflicts:    1414000 | #Constraints:     118560
663.57/666.55	c #Conflicts:    1415000 | #Constraints:     119560
663.57/666.55	c #Conflicts:    1416000 | #Constraints:     120560
663.57/666.55	c #Conflicts:    1417000 | #Constraints:     121560
663.57/666.55	c #Conflicts:    1418000 | #Constraints:     122560
663.57/666.55	c #Conflicts:    1419000 | #Constraints:     123560
663.57/666.55	c #Conflicts:    1420000 | #Constraints:     124562
663.57/666.55	c #Conflicts:    1421000 | #Constraints:     125562
663.57/666.55	c #Conflicts:    1422000 | #Constraints:     126562
663.57/666.55	c #Conflicts:    1423000 | #Constraints:     127562
663.57/666.55	c #Conflicts:    1424000 | #Constraints:     128562
663.57/666.55	c #Conflicts:    1425000 | #Constraints:     129563
663.57/666.55	c #Conflicts:    1426000 | #Constraints:     130563
663.57/666.55	c #Conflicts:    1427000 | #Constraints:     131563
663.57/666.55	c #Conflicts:    1428000 | #Constraints:     132563
663.57/666.55	c #Conflicts:    1429000 | #Constraints:     133563
663.57/666.55	c #Conflicts:    1430000 | #Constraints:     134563
663.57/666.55	c #Conflicts:    1431000 | #Constraints:     135565
663.57/666.55	c #Conflicts:    1432000 | #Constraints:     136566
663.57/666.55	c #Conflicts:    1433000 | #Constraints:     137568
663.57/666.55	c #Conflicts:    1434000 | #Constraints:     138568
663.57/666.55	c #Conflicts:    1435000 | #Constraints:     139569
663.57/666.55	c bounds 24016 >= 12179 @ 651.796
663.77/666.70	c bounds 23978 >= 12179 @ 651.941
679.01/682.06	c #Conflicts:    1436000 | #Constraints:     140574
679.01/682.06	c #Conflicts:    1437000 | #Constraints:     141575
679.01/682.06	c #Conflicts:    1438000 | #Constraints:     142575
679.01/682.06	c #Conflicts:    1439000 | #Constraints:     143575
679.01/682.06	c #Conflicts:    1440000 | #Constraints:     144576
679.01/682.06	c #Conflicts:    1441000 | #Constraints:     145577
679.01/682.06	c #Conflicts:    1442000 | #Constraints:     146578
679.01/682.06	c INPROCESSING
679.01/682.06	c GARBAGE COLLECT
679.01/682.06	c rational objective 19241.4
706.99/710.16	c #Conflicts:    1443000 | #Constraints:      76686
706.99/710.16	c #Conflicts:    1444000 | #Constraints:      77689
706.99/710.16	c #Conflicts:    1445000 | #Constraints:      78689
706.99/710.16	c #Conflicts:    1446000 | #Constraints:      79691
706.99/710.16	c #Conflicts:    1447000 | #Constraints:      80691
706.99/710.16	c #Conflicts:    1448000 | #Constraints:      81692
706.99/710.16	c #Conflicts:    1449000 | #Constraints:      82692
706.99/710.16	c #Conflicts:    1450000 | #Constraints:      83693
706.99/710.16	c #Conflicts:    1451000 | #Constraints:      84695
706.99/710.16	c #Conflicts:    1452000 | #Constraints:      85695
706.99/710.16	c #Conflicts:    1453000 | #Constraints:      86697
706.99/710.16	c #Conflicts:    1454000 | #Constraints:      87697
706.99/710.16	c #Conflicts:    1455000 | #Constraints:      88700
706.99/710.16	c #Conflicts:    1456000 | #Constraints:      89700
706.99/710.16	c #Conflicts:    1457000 | #Constraints:      90701
706.99/710.16	c #Conflicts:    1458000 | #Constraints:      91701
706.99/710.16	c #Conflicts:    1459000 | #Constraints:      92702
706.99/710.16	c #Conflicts:    1460000 | #Constraints:      93703
706.99/710.16	c #Conflicts:    1461000 | #Constraints:      94704
706.99/710.16	c #Conflicts:    1462000 | #Constraints:      95707
706.99/710.16	c #Conflicts:    1463000 | #Constraints:      96707
706.99/710.16	c #Conflicts:    1464000 | #Constraints:      97709
706.99/710.16	c #Conflicts:    1465000 | #Constraints:      98709
706.99/710.16	c #Conflicts:    1466000 | #Constraints:      99710
706.99/710.16	c INPROCESSING
706.99/710.16	c GARBAGE COLLECT
706.99/710.16	c rational objective 19241.4
722.94/726.17	c #Conflicts:    1467000 | #Constraints:      53090
722.94/726.17	c #Conflicts:    1468000 | #Constraints:      54090
722.94/726.17	c #Conflicts:    1469000 | #Constraints:      55090
722.94/726.17	c #Conflicts:    1470000 | #Constraints:      56091
722.94/726.17	c #Conflicts:    1471000 | #Constraints:      57091
722.94/726.17	c #Conflicts:    1472000 | #Constraints:      58091
722.94/726.17	c #Conflicts:    1473000 | #Constraints:      59091
722.94/726.17	c #Conflicts:    1474000 | #Constraints:      60091
722.94/726.17	c #Conflicts:    1475000 | #Constraints:      61091
722.94/726.17	c #Conflicts:    1476000 | #Constraints:      62094
722.94/726.17	c #Conflicts:    1477000 | #Constraints:      63095
722.94/726.17	c #Conflicts:    1478000 | #Constraints:      64096
722.94/726.17	c #Conflicts:    1479000 | #Constraints:      65096
722.94/726.17	c #Conflicts:    1480000 | #Constraints:      66096
722.94/726.17	c #Conflicts:    1481000 | #Constraints:      67097
722.94/726.17	c #Conflicts:    1482000 | #Constraints:      68097
722.94/726.17	c #Conflicts:    1483000 | #Constraints:      69097
722.94/726.17	c #Conflicts:    1484000 | #Constraints:      70099
722.94/726.17	c #Conflicts:    1485000 | #Constraints:      71099
722.94/726.17	c #Conflicts:    1486000 | #Constraints:      72100
722.94/726.17	c #Conflicts:    1487000 | #Constraints:      73100
722.94/726.17	c #Conflicts:    1488000 | #Constraints:      74102
722.94/726.17	c #Conflicts:    1489000 | #Constraints:      75105
722.94/726.17	c #Conflicts:    1490000 | #Constraints:      76107
722.94/726.17	c #Conflicts:    1491000 | #Constraints:      77107
722.94/726.17	c INPROCESSING
722.94/726.17	c GARBAGE COLLECT
722.94/726.17	c rational objective 19241.7
734.30/737.58	c #Conflicts:    1492000 | #Constraints:      41958
734.30/737.58	c #Conflicts:    1493000 | #Constraints:      42958
734.30/737.58	c #Conflicts:    1494000 | #Constraints:      43958
734.30/737.58	c #Conflicts:    1495000 | #Constraints:      44959
734.30/737.58	c #Conflicts:    1496000 | #Constraints:      45959
734.30/737.58	c #Conflicts:    1497000 | #Constraints:      46960
734.30/737.58	c #Conflicts:    1498000 | #Constraints:      47961
734.30/737.58	c #Conflicts:    1499000 | #Constraints:      48961
734.30/737.58	c #Conflicts:    1500000 | #Constraints:      49962
734.30/737.58	c #Conflicts:    1501000 | #Constraints:      50963
734.30/737.58	c #Conflicts:    1502000 | #Constraints:      51964
734.30/737.58	c #Conflicts:    1503000 | #Constraints:      52965
734.30/737.58	c #Conflicts:    1504000 | #Constraints:      53965
734.30/737.58	c #Conflicts:    1505000 | #Constraints:      54969
734.30/737.58	c #Conflicts:    1506000 | #Constraints:      55971
734.30/737.58	c #Conflicts:    1507000 | #Constraints:      56971
734.30/737.58	c #Conflicts:    1508000 | #Constraints:      57971
734.30/737.58	c #Conflicts:    1509000 | #Constraints:      58971
734.30/737.58	c #Conflicts:    1510000 | #Constraints:      59972
734.30/737.58	c #Conflicts:    1511000 | #Constraints:      60973
734.30/737.58	WSVECS04 Frhs2[21]: 6 0 37.399 shouldn't be
734.30/737.58	WSVECS04 Frhs2[54]: 6 0 8.29218 shouldn't be
734.30/737.58	WSVECS04 Frhs2[55]: 6 0 484.329 shouldn't be
734.30/737.58	WSVECS04 Frhs2[57]: 6 0 37.399 shouldn't be
734.30/737.58	WSVECS04 Frhs2[60]: 6 0 287.238 shouldn't be
734.30/737.58	WSVECS04 Frhs2[67]: 6 0 45.9474 shouldn't be
734.30/737.58	WSVECS04 Frhs2[84]: 6 0 541.678 shouldn't be
734.30/737.58	WSVECS04 Frhs2[87]: 6 0 413.434 shouldn't be
734.30/737.58	WSVECS04 Frhs2[89]: 6 -35.8004 0 shouldn't be
734.30/737.58	WSVECS04 Frhs2[103]: 6 0 134.929 shouldn't be
734.30/737.58	WSVECS04 Frhs2[111]: 6 0 274.093 shouldn't be
734.30/737.58	WSVECS04 Frhs2[120]: 6 -1502.35 0 shouldn't be
734.30/737.58	WSVECS04 Frhs2[121]: 6 0 93.1969 shouldn't be
734.30/737.58	WSVECS04 Frhs2[124]: 6 0 128.969 shouldn't be
734.30/737.58	WSVECS04 Frhs2[127]: 6 0 188.525 shouldn't be
734.30/737.58	WSVECS04 Frhs2[140]: 6 0 344.194 shouldn't be
734.30/737.58	WSVECS04 Frhs2[176]: 6 0 366.846 shouldn't be
734.30/737.58	WSVECS04 Frhs2[198]: 6 0 4.77784 shouldn't be
734.30/737.58	WSVECS04 Frhs2[223]: 6 0 362.244 shouldn't be
734.30/737.58	WSVECS04 Frhs2[263]: 6 -1296.19 0 shouldn't be
734.30/737.58	WSVECS04 Frhs2[264]: 6 0 66.5478 shouldn't be
734.30/737.58	WSVECS04 Frhs2[265]: 6 0 122.134 shouldn't be
734.30/737.58	WSVECS04 Frhs2[272]: 6 0 208.288 shouldn't be
734.30/737.58	WSVECS04 Frhs2[284]: 6 0 548.372 shouldn't be
734.30/737.58	WSVECS04 Frhs2[300]: 6 0 164.929 shouldn't be
734.30/737.58	WSVECS04 Frhs2[303]: 6 -360.618 0 shouldn't be
734.30/737.58	WSVECS04 Frhs2[311]: 6 -377.651 0 shouldn't be
734.30/737.58	WSVECS04 Frhs2[326]: 6 0 295.346 shouldn't be
734.30/737.58	WSVECS04 Frhs2[330]: 6 0 223.426 shouldn't be
734.30/737.58	WSVECS04 Frhs2[336]: 6 0 3.45942 shouldn't be
734.30/737.58	WSVECS04 Frhs2[337]: 6 0 3.16901 shouldn't be
734.30/737.58	WSVECS04 Frhs2[358]: 6 0 270.961 shouldn't be
734.30/737.58	WSVECS04 Frhs2[415]: 6 0 38.6539 shouldn't be
734.30/737.58	WSVECS04 Frhs2[424]: 6 -600.228 0 shouldn't be
734.30/737.58	WSVECS04 Frhs2[443]: 6 -3532.98 0 shouldn't be
734.30/737.58	WSVECS04 Frhs2[475]: 6 0 184.312 shouldn't be
734.30/737.58	WSVECS04 Frhs2[514]: 6 0 424.459 shouldn't be
734.30/737.58	WSVECS04 Frhs2[535]: 6 -802.379 0 shouldn't be
734.40/737.66	WSVECS04 Frhs2[49]: 6 -60.0042 0 shouldn't be
734.40/737.66	WSVECS04 Frhs2[52]: 6 0 46.0022 shouldn't be
734.40/737.66	WSVECS04 Frhs2[81]: 6 0 559.87 shouldn't be
734.40/737.66	WSVECS04 Frhs2[109]: 6 0 137.51 shouldn't be
734.40/737.66	WSVECS04 Frhs2[259]: 6 0 159.767 shouldn't be
734.40/737.66	WSVECS04 Frhs2[270]: 6 0 74.3525 shouldn't be
739.15/742.42	c #Conflicts:    1512000 | #Constraints:      61974
739.15/742.42	c #Conflicts:    1513000 | #Constraints:      62974
739.15/742.42	c #Conflicts:    1514000 | #Constraints:      63974
739.15/742.42	c #Conflicts:    1515000 | #Constraints:      64976
739.15/742.42	c INPROCESSING
739.15/742.42	c GARBAGE COLLECT
739.15/742.42	c #Conflicts:    1516000 | #Constraints:      35523
739.15/742.42	c #Conflicts:    1517000 | #Constraints:      36523
739.15/742.42	c #Conflicts:    1518000 | #Constraints:      37523
739.15/742.42	c #Conflicts:    1519000 | #Constraints:      38524
739.15/742.42	WSVECS04 Frhs2[19]: 6 -1214 0 shouldn't be
739.15/742.42	WSVECS04 Frhs2[21]: 6 0 321.127 shouldn't be
739.15/742.42	WSVECS04 Frhs2[44]: 6 -694.491 0 shouldn't be
739.15/742.42	WSVECS04 Frhs2[55]: 6 0 333.873 shouldn't be
739.15/742.42	WSVECS04 Frhs2[56]: 6 0 333.873 shouldn't be
739.15/742.42	WSVECS04 Frhs2[60]: 6 0 333.873 shouldn't be
739.15/742.42	WSVECS04 Frhs2[129]: 6 0 321.127 shouldn't be
739.15/742.42	WSVECS04 Frhs2[130]: 6 -60.7455 0 shouldn't be
739.15/742.42	WSVECS04 Frhs2[166]: 6 0 734.382 shouldn't be
739.15/742.42	WSVECS04 Frhs2[204]: 6 -1146.64 0 shouldn't be
739.15/742.42	WSVECS04 Frhs2[238]: 6 0 393.636 shouldn't be
739.15/742.42	WSVECS04 Frhs2[274]: 6 -325.636 0 shouldn't be
739.15/742.42	WSVECS04 Frhs2[288]: 6 0 50.5001 shouldn't be
739.15/742.42	WSVECS04 Frhs2[319]: 6 0 1355.03 shouldn't be
739.15/742.42	WSVECS04 Frhs2[336]: 6 0 21.5092 shouldn't be
739.15/742.42	WSVECS04 Frhs2[358]: 6 0 72.0091 shouldn't be
739.15/742.42	WSVECS04 Frhs2[360]: 6 0 72.0092 shouldn't be
739.15/742.42	WSVECS04 Frhs2[361]: 6 -745 0 shouldn't be
739.15/742.42	WSVECS04 Frhs2[370]: 6 0 206 shouldn't be
739.15/742.42	WSVECS04 Frhs2[375]: 6 0 264 shouldn't be
739.15/742.42	WSVECS04 Frhs2[419]: 6 0 94.0001 shouldn't be
739.15/742.42	WSVECS04 Frhs2[440]: 6 0 106 shouldn't be
739.15/742.42	WSVECS04 Frhs2[449]: 6 0 167.709 shouldn't be
739.15/742.42	WSVECS04 Frhs2[466]: 6 -652.745 0 shouldn't be
739.15/742.42	WSVECS04 Frhs2[471]: 6 0 405 shouldn't be
739.15/742.42	WSVECS04 Frhs2[479]: 6 0 209 shouldn't be
739.15/742.42	WSVECS04 Frhs2[539]: 6 0 106 shouldn't be
739.25/742.52	WSVECS04 Frhs2[258]: 6 0 926 shouldn't be
739.25/742.52	WSVECS04 Frhs2[286]: 6 0 50.5 shouldn't be
739.25/742.52	WSVECS04 Frhs2[294]: 6 0 926 shouldn't be
749.21/752.58	c #Conflicts:    1520000 | #Constraints:      39525
749.21/752.58	c #Conflicts:    1521000 | #Constraints:      40525
749.21/752.58	c #Conflicts:    1522000 | #Constraints:      41525
749.21/752.58	c #Conflicts:    1523000 | #Constraints:      42526
749.21/752.58	c #Conflicts:    1524000 | #Constraints:      43526
749.21/752.58	c #Conflicts:    1525000 | #Constraints:      44526
749.21/752.58	c #Conflicts:    1526000 | #Constraints:      45527
749.21/752.58	c #Conflicts:    1527000 | #Constraints:      46527
749.21/752.58	c #Conflicts:    1528000 | #Constraints:      47527
749.21/752.58	c #Conflicts:    1529000 | #Constraints:      48527
749.21/752.58	c #Conflicts:    1530000 | #Constraints:      49527
749.21/752.58	c #Conflicts:    1531000 | #Constraints:      50527
749.21/752.58	c #Conflicts:    1532000 | #Constraints:      51527
749.21/752.58	c #Conflicts:    1533000 | #Constraints:      52527
749.21/752.58	c #Conflicts:    1534000 | #Constraints:      53527
749.21/752.58	c #Conflicts:    1535000 | #Constraints:      54527
749.21/752.58	c #Conflicts:    1536000 | #Constraints:      55527
749.21/752.58	c #Conflicts:    1537000 | #Constraints:      56527
749.21/752.58	c #Conflicts:    1538000 | #Constraints:      57527
749.21/752.58	c #Conflicts:    1539000 | #Constraints:      58527
749.21/752.58	c #Conflicts:    1540000 | #Constraints:      59528
749.21/752.58	c INPROCESSING
749.21/752.58	c GARBAGE COLLECT
749.21/752.58	c rational objective 19241.4
803.80/807.45	c #Conflicts:    1541000 | #Constraints:      32774
803.80/807.45	c #Conflicts:    1542000 | #Constraints:      33775
803.80/807.45	c #Conflicts:    1543000 | #Constraints:      34777
803.80/807.45	c #Conflicts:    1544000 | #Constraints:      35777
803.80/807.45	c #Conflicts:    1545000 | #Constraints:      36777
803.80/807.45	c #Conflicts:    1546000 | #Constraints:      37777
803.80/807.45	c #Conflicts:    1547000 | #Constraints:      38778
803.80/807.45	c #Conflicts:    1548000 | #Constraints:      39778
803.80/807.45	c #Conflicts:    1549000 | #Constraints:      40778
803.80/807.45	c #Conflicts:    1550000 | #Constraints:      41778
803.80/807.45	c #Conflicts:    1551000 | #Constraints:      42778
803.80/807.45	c #Conflicts:    1552000 | #Constraints:      43778
803.80/807.45	c #Conflicts:    1553000 | #Constraints:      44780
803.80/807.45	c #Conflicts:    1554000 | #Constraints:      45780
803.80/807.45	c #Conflicts:    1555000 | #Constraints:      46780
803.80/807.45	c #Conflicts:    1556000 | #Constraints:      47780
803.80/807.45	c #Conflicts:    1557000 | #Constraints:      48781
803.80/807.45	c #Conflicts:    1558000 | #Constraints:      49781
803.80/807.45	c #Conflicts:    1559000 | #Constraints:      50784
803.80/807.45	c #Conflicts:    1560000 | #Constraints:      51784
803.80/807.45	c #Conflicts:    1561000 | #Constraints:      52784
803.80/807.45	c #Conflicts:    1562000 | #Constraints:      53784
803.80/807.45	c #Conflicts:    1563000 | #Constraints:      54784
803.80/807.45	c #Conflicts:    1564000 | #Constraints:      55785
803.80/807.45	c #Conflicts:    1565000 | #Constraints:      56785
803.80/807.45	c #Conflicts:    1566000 | #Constraints:      57788
803.80/807.45	c #Conflicts:    1567000 | #Constraints:      58790
803.80/807.45	c #Conflicts:    1568000 | #Constraints:      59790
803.80/807.45	c #Conflicts:    1569000 | #Constraints:      60792
803.80/807.45	c #Conflicts:    1570000 | #Constraints:      61794
803.80/807.45	c #Conflicts:    1571000 | #Constraints:      62794
803.80/807.45	c #Conflicts:    1572000 | #Constraints:      63794
803.80/807.45	c #Conflicts:    1573000 | #Constraints:      64794
803.80/807.45	c #Conflicts:    1574000 | #Constraints:      65796
803.80/807.45	c #Conflicts:    1575000 | #Constraints:      66796
803.80/807.45	c #Conflicts:    1576000 | #Constraints:      67796
803.80/807.45	c #Conflicts:    1577000 | #Constraints:      68797
803.80/807.45	c #Conflicts:    1578000 | #Constraints:      69797
803.80/807.45	c #Conflicts:    1579000 | #Constraints:      70797
803.80/807.45	c #Conflicts:    1580000 | #Constraints:      71797
803.80/807.45	c #Conflicts:    1581000 | #Constraints:      72797
803.80/807.45	c #Conflicts:    1582000 | #Constraints:      73798
803.80/807.45	c #Conflicts:    1583000 | #Constraints:      74798
803.80/807.45	c #Conflicts:    1584000 | #Constraints:      75799
803.80/807.45	c #Conflicts:    1585000 | #Constraints:      76799
803.80/807.45	c #Conflicts:    1586000 | #Constraints:      77800
803.80/807.45	c #Conflicts:    1587000 | #Constraints:      78800
803.80/807.45	c #Conflicts:    1588000 | #Constraints:      79802
803.80/807.45	c #Conflicts:    1589000 | #Constraints:      80802
803.80/807.45	c #Conflicts:    1590000 | #Constraints:      81803
803.80/807.45	c #Conflicts:    1591000 | #Constraints:      82807
803.80/807.45	c #Conflicts:    1592000 | #Constraints:      83809
803.80/807.45	c #Conflicts:    1593000 | #Constraints:      84811
803.80/807.45	c #Conflicts:    1594000 | #Constraints:      85813
803.80/807.45	c #Conflicts:    1595000 | #Constraints:      86813
803.80/807.45	c #Conflicts:    1596000 | #Constraints:      87814
803.80/807.45	c #Conflicts:    1597000 | #Constraints:      88814
803.80/807.45	c #Conflicts:    1598000 | #Constraints:      89817
803.80/807.45	c #Conflicts:    1599000 | #Constraints:      90817
803.80/807.45	c #Conflicts:    1600000 | #Constraints:      91817
803.80/807.45	c #Conflicts:    1601000 | #Constraints:      92819
803.80/807.45	c #Conflicts:    1602000 | #Constraints:      93821
803.80/807.45	c #Conflicts:    1603000 | #Constraints:      94822
803.80/807.45	c #Conflicts:    1604000 | #Constraints:      95822
803.80/807.45	c #Conflicts:    1605000 | #Constraints:      96825
803.80/807.45	c #Conflicts:    1606000 | #Constraints:      97826
803.80/807.45	c #Conflicts:    1607000 | #Constraints:      98828
803.80/807.45	c #Conflicts:    1608000 | #Constraints:      99829
803.80/807.45	c #Conflicts:    1609000 | #Constraints:     100829
803.80/807.45	c #Conflicts:    1610000 | #Constraints:     101830
803.80/807.45	c #Conflicts:    1611000 | #Constraints:     102830
803.80/807.45	c #Conflicts:    1612000 | #Constraints:     103833
803.80/807.45	WSVECS04 Frhs2[37]: 6 -1179.4 0 shouldn't be
803.80/807.45	WSVECS04 Frhs2[47]: 6 -3315.93 0 shouldn't be
803.80/807.45	WSVECS04 Frhs2[100]: 6 0 207.88 shouldn't be
803.80/807.45	WSVECS04 Frhs2[101]: 6 -209 0 shouldn't be
803.80/807.45	WSVECS04 Frhs2[104]: 6 0 28.8801 shouldn't be
803.80/807.45	WSVECS04 Frhs2[212]: 6 0 28.88 shouldn't be
803.80/807.45	WSVECS04 Frhs2[216]: 6 -385.12 0 shouldn't be
803.80/807.45	WSVECS04 Frhs2[238]: 6 0 86.64 shouldn't be
803.80/807.45	WSVECS04 Frhs2[239]: 6 -2750 0 shouldn't be
803.80/807.45	WSVECS04 Frhs2[251]: 6 0 86.64 shouldn't be
803.80/807.45	WSVECS04 Frhs2[269]: 6 -4289.44 0 shouldn't be
803.80/807.45	WSVECS04 Frhs2[287]: 6 0 28.88 shouldn't be
803.80/807.45	WSVECS04 Frhs2[394]: 6 0 691 shouldn't be
803.80/807.45	WSVECS04 Frhs2[471]: 6 0 747 shouldn't be
823.45/827.17	c #Conflicts:    1613000 | #Constraints:     104833
823.45/827.17	c #Conflicts:    1614000 | #Constraints:     105833
823.45/827.17	c #Conflicts:    1615000 | #Constraints:     106833
823.45/827.17	c #Conflicts:    1616000 | #Constraints:     107835
823.45/827.17	c #Conflicts:    1617000 | #Constraints:     108835
823.45/827.17	c #Conflicts:    1618000 | #Constraints:     109835
823.45/827.17	c #Conflicts:    1619000 | #Constraints:     110836
823.45/827.17	c #Conflicts:    1620000 | #Constraints:     111836
823.45/827.17	c #Conflicts:    1621000 | #Constraints:     112836
823.45/827.17	c #Conflicts:    1622000 | #Constraints:     113837
823.45/827.17	c #Conflicts:    1623000 | #Constraints:     114837
823.45/827.17	c #Conflicts:    1624000 | #Constraints:     115838
823.45/827.17	c #Conflicts:    1625000 | #Constraints:     116839
823.45/827.17	c #Conflicts:    1626000 | #Constraints:     117840
823.45/827.17	c #Conflicts:    1627000 | #Constraints:     118840
823.45/827.17	WSVECS04 Frhs2[49]: 6 0 74.8661 shouldn't be
823.45/827.17	WSVECS04 Frhs2[67]: 6 0 130.546 shouldn't be
823.45/827.17	WSVECS04 Frhs2[125]: 6 0 89.4248 shouldn't be
823.45/827.17	WSVECS04 Frhs2[143]: 6 0 48.3204 shouldn't be
823.45/827.17	WSVECS04 Frhs2[146]: 6 0 274.634 shouldn't be
823.45/827.17	WSVECS04 Frhs2[147]: 6 -113 0 shouldn't be
823.45/827.18	WSVECS04 Frhs2[152]: 6 -311.346 0 shouldn't be
823.45/827.18	WSVECS04 Frhs2[159]: 6 -429 0 shouldn't be
823.45/827.18	WSVECS04 Frhs2[161]: 6 0 89.4249 shouldn't be
823.45/827.18	WSVECS04 Frhs2[165]: 6 0 107.445 shouldn't be
823.45/827.18	WSVECS04 Frhs2[167]: 6 0 107.445 shouldn't be
823.45/827.18	WSVECS04 Frhs2[171]: 6 0 35.3334 shouldn't be
823.45/827.18	WSVECS04 Frhs2[172]: 6 0 104.5 shouldn't be
823.45/827.18	WSVECS04 Frhs2[177]: 6 0 35.3333 shouldn't be
823.45/827.18	WSVECS04 Frhs2[179]: 6 0 83.6536 shouldn't be
823.45/827.18	WSVECS04 Frhs2[186]: 6 -83.6537 0 shouldn't be
823.45/827.18	WSVECS04 Frhs2[200]: 6 0 164.758 shouldn't be
823.45/827.18	WSVECS04 Frhs2[202]: 6 0 117.209 shouldn't be
823.45/827.18	WSVECS04 Frhs2[207]: 6 0 35.3334 shouldn't be
823.45/827.18	WSVECS04 Frhs2[208]: 6 0 104.5 shouldn't be
823.45/827.18	WSVECS04 Frhs2[214]: 6 0 132.34 shouldn't be
823.45/827.18	WSVECS04 Frhs2[218]: 6 0 387.634 shouldn't be
823.45/827.18	WSVECS04 Frhs2[220]: 6 0 113 shouldn't be
823.45/827.18	WSVECS04 Frhs2[246]: 6 0 104.5 shouldn't be
823.45/827.18	WSVECS04 Frhs2[247]: 6 0 1.58831 shouldn't be
823.45/827.18	WSVECS04 Frhs2[281]: 6 0 149.51 shouldn't be
823.45/827.18	WSVECS04 Frhs2[282]: 6 0 254.01 shouldn't be
823.45/827.18	WSVECS04 Frhs2[301]: 6 0 95.4183 shouldn't be
823.45/827.18	WSVECS04 Frhs2[305]: 6 0 89.4249 shouldn't be
823.45/827.18	WSVECS04 Frhs2[323]: 6 0 83.6537 shouldn't be
823.45/827.18	WSVECS04 Frhs2[337]: 6 0 95.4183 shouldn't be
823.45/827.18	WSVECS04 Frhs2[359]: 6 0 118.987 shouldn't be
823.45/827.18	WSVECS04 Frhs2[361]: 6 -838 0 shouldn't be
823.45/827.18	WSVECS04 Frhs2[374]: 6 0 247 shouldn't be
823.45/827.18	WSVECS04 Frhs2[377]: 6 0 386 shouldn't be
823.45/827.18	WSVECS04 Frhs2[386]: 6 -113 0 shouldn't be
823.45/827.18	WSVECS04 Frhs2[411]: 6 0 653.026 shouldn't be
823.45/827.18	WSVECS04 Frhs2[454]: 6 0 747 shouldn't be
873.90/877.81	c #Conflicts:    1628000 | #Constraints:     119840
873.90/877.81	c #Conflicts:    1629000 | #Constraints:     120840
873.90/877.81	c #Conflicts:    1630000 | #Constraints:     121841
873.90/877.81	c #Conflicts:    1631000 | #Constraints:     122842
873.90/877.81	c #Conflicts:    1632000 | #Constraints:     123844
873.90/877.81	c #Conflicts:    1633000 | #Constraints:     124845
873.90/877.81	c #Conflicts:    1634000 | #Constraints:     125846
873.90/877.81	c #Conflicts:    1635000 | #Constraints:     126846
873.90/877.81	c #Conflicts:    1636000 | #Constraints:     127848
873.90/877.81	c #Conflicts:    1637000 | #Constraints:     128848
873.90/877.81	c #Conflicts:    1638000 | #Constraints:     129848
873.90/877.81	c #Conflicts:    1639000 | #Constraints:     130848
873.90/877.81	c #Conflicts:    1640000 | #Constraints:     131848
873.90/877.81	c #Conflicts:    1641000 | #Constraints:     132849
873.90/877.81	c #Conflicts:    1642000 | #Constraints:     133850
873.90/877.81	c #Conflicts:    1643000 | #Constraints:     134851
873.90/877.81	c #Conflicts:    1644000 | #Constraints:     135852
873.90/877.81	c #Conflicts:    1645000 | #Constraints:     136852
873.90/877.81	c #Conflicts:    1646000 | #Constraints:     137852
873.90/877.81	c #Conflicts:    1647000 | #Constraints:     138853
873.90/877.81	c #Conflicts:    1648000 | #Constraints:     139854
873.90/877.81	c #Conflicts:    1649000 | #Constraints:     140854
873.90/877.81	c #Conflicts:    1650000 | #Constraints:     141854
873.90/877.81	c #Conflicts:    1651000 | #Constraints:     142854
873.90/877.81	c #Conflicts:    1652000 | #Constraints:     143855
873.90/877.81	c #Conflicts:    1653000 | #Constraints:     144855
873.90/877.81	c #Conflicts:    1654000 | #Constraints:     145856
873.90/877.81	c #Conflicts:    1655000 | #Constraints:     146856
873.90/877.81	c #Conflicts:    1656000 | #Constraints:     147856
873.90/877.81	c #Conflicts:    1657000 | #Constraints:     148858
873.90/877.81	c #Conflicts:    1658000 | #Constraints:     149859
873.90/877.81	c #Conflicts:    1659000 | #Constraints:     150859
873.90/877.81	c #Conflicts:    1660000 | #Constraints:     151859
873.90/877.81	WSVECS04 Frhs2[6]: 6 0 12.6572 shouldn't be
873.90/877.81	WSVECS04 Frhs2[23]: 6 0 420.057 shouldn't be
873.90/877.81	WSVECS04 Frhs2[73]: 6 -2244.46 0 shouldn't be
873.90/877.81	WSVECS04 Frhs2[99]: 6 0 127.086 shouldn't be
873.90/877.81	WSVECS04 Frhs2[107]: 6 0 432.2 shouldn't be
873.90/877.81	WSVECS04 Frhs2[109]: 6 -1083.33 0 shouldn't be
873.90/877.81	WSVECS04 Frhs2[143]: 6 0 400.914 shouldn't be
873.90/877.81	WSVECS04 Frhs2[157]: 6 0 894.257 shouldn't be
873.90/877.81	WSVECS04 Frhs2[207]: 6 0 127.086 shouldn't be
873.90/877.81	WSVECS04 Frhs2[217]: 6 -10.3286 0 shouldn't be
873.90/877.81	WSVECS04 Frhs2[227]: 6 0 113 shouldn't be
873.90/877.81	WSVECS04 Frhs2[311]: 6 0 432.2 shouldn't be
873.90/877.81	WSVECS04 Frhs2[324]: 6 -974.114 0 shouldn't be
873.90/877.81	WSVECS04 Frhs2[424]: 6 -154 0 shouldn't be
878.88/882.86	c #Conflicts:    1661000 | #Constraints:     152859
878.88/882.86	c #Conflicts:    1662000 | #Constraints:     153859
878.88/882.86	c #Conflicts:    1663000 | #Constraints:     154860
878.88/882.86	c INPROCESSING
878.88/882.86	c GARBAGE COLLECT
878.88/882.86	c rational objective 19241.4
887.60/891.64	c #Conflicts:    1664000 | #Constraints:      80766
887.60/891.64	c #Conflicts:    1665000 | #Constraints:      81766
887.60/891.64	c #Conflicts:    1666000 | #Constraints:      82767
887.60/891.64	c #Conflicts:    1667000 | #Constraints:      83767
887.60/891.64	c #Conflicts:    1668000 | #Constraints:      84768
887.60/891.64	c #Conflicts:    1669000 | #Constraints:      85768
887.60/891.64	c #Conflicts:    1670000 | #Constraints:      86768
887.60/891.64	c #Conflicts:    1671000 | #Constraints:      87768
887.60/891.64	c #Conflicts:    1672000 | #Constraints:      88768
887.60/891.64	c #Conflicts:    1673000 | #Constraints:      89768
887.60/891.64	WSVECS04 Frhs2[3]: 6 0 5.57341 shouldn't be
887.60/891.64	WSVECS04 Frhs2[18]: 6 -678 0 shouldn't be
887.60/891.64	WSVECS04 Frhs2[19]: 6 0 7.00006 shouldn't be
887.60/891.64	WSVECS04 Frhs2[23]: 6 0 7.00001 shouldn't be
887.60/891.64	WSVECS04 Frhs2[24]: 6 0 8.75543 shouldn't be
887.60/891.64	WSVECS04 Frhs2[36]: 6 -48.9688 0 shouldn't be
887.60/891.64	WSVECS04 Frhs2[55]: 6 -8.75541 0 shouldn't be
887.60/891.64	WSVECS04 Frhs2[57]: 6 0 12.1077 shouldn't be
887.60/891.64	WSVECS04 Frhs2[61]: 6 0 247.89 shouldn't be
887.60/891.64	WSVECS04 Frhs2[95]: 6 -294.505 0 shouldn't be
887.60/891.64	WSVECS04 Frhs2[101]: 6 -1069.96 0 shouldn't be
887.60/891.64	WSVECS04 Frhs2[127]: 6 0 139.994 shouldn't be
887.60/891.64	WSVECS04 Frhs2[138]: 6 0 4.61259 shouldn't be
887.60/891.64	WSVECS04 Frhs2[165]: 6 0 12.1076 shouldn't be
887.60/891.64	WSVECS04 Frhs2[184]: 6 0 8.2897 shouldn't be
887.60/891.64	WSVECS04 Frhs2[185]: 6 0 8.28971 shouldn't be
887.60/891.64	WSVECS04 Frhs2[310]: 6 -14.6126 0 shouldn't be
887.60/891.64	WSVECS04 Frhs2[345]: 6 0 2.85717 shouldn't be
887.60/891.64	WSVECS04 Frhs2[352]: 6 -1106.49 0 shouldn't be
887.60/891.64	WSVECS04 Frhs2[357]: 6 0 79.2349 shouldn't be
887.60/891.64	WSVECS04 Frhs2[435]: 6 -257 0 shouldn't be
887.60/891.64	WSVECS04 Frhs2[471]: 6 0 919 shouldn't be
903.55/907.60	c #Conflicts:    1674000 | #Constraints:      90768
903.55/907.60	c #Conflicts:    1675000 | #Constraints:      91768
903.55/907.60	c #Conflicts:    1676000 | #Constraints:      92768
903.55/907.60	c #Conflicts:    1677000 | #Constraints:      93769
903.55/907.60	c #Conflicts:    1678000 | #Constraints:      94769
903.55/907.60	c #Conflicts:    1679000 | #Constraints:      95771
903.55/907.60	c #Conflicts:    1680000 | #Constraints:      96772
903.55/907.60	c #Conflicts:    1681000 | #Constraints:      97772
903.55/907.60	c #Conflicts:    1682000 | #Constraints:      98773
903.55/907.60	c #Conflicts:    1683000 | #Constraints:      99773
903.55/907.60	c #Conflicts:    1684000 | #Constraints:     100773
903.55/907.60	c #Conflicts:    1685000 | #Constraints:     101774
903.55/907.60	c #Conflicts:    1686000 | #Constraints:     102776
903.55/907.60	c #Conflicts:    1687000 | #Constraints:     103776
903.55/907.60	c #Conflicts:    1688000 | #Constraints:     104776
903.55/907.60	c #Conflicts:    1689000 | #Constraints:     105776
903.55/907.60	c INPROCESSING
903.55/907.60	c GARBAGE COLLECT
903.55/907.60	c rational objective 19241.4
915.95/920.14	c #Conflicts:    1690000 | #Constraints:      56070
915.95/920.14	c #Conflicts:    1691000 | #Constraints:      57070
915.95/920.14	c #Conflicts:    1692000 | #Constraints:      58071
915.95/920.14	c #Conflicts:    1693000 | #Constraints:      59071
915.95/920.14	c #Conflicts:    1694000 | #Constraints:      60071
915.95/920.14	c #Conflicts:    1695000 | #Constraints:      61071
915.95/920.14	c #Conflicts:    1696000 | #Constraints:      62072
915.95/920.14	c #Conflicts:    1697000 | #Constraints:      63073
915.95/920.14	c #Conflicts:    1698000 | #Constraints:      64075
915.95/920.14	c #Conflicts:    1699000 | #Constraints:      65075
915.95/920.14	c #Conflicts:    1700000 | #Constraints:      66075
915.95/920.14	c #Conflicts:    1701000 | #Constraints:      67077
915.95/920.14	c #Conflicts:    1702000 | #Constraints:      68079
915.95/920.14	c #Conflicts:    1703000 | #Constraints:      69080
915.95/920.14	c #Conflicts:    1704000 | #Constraints:      70080
915.95/920.14	c #Conflicts:    1705000 | #Constraints:      71082
915.95/920.14	c #Conflicts:    1706000 | #Constraints:      72082
915.95/920.14	c #Conflicts:    1707000 | #Constraints:      73084
915.95/920.14	c #Conflicts:    1708000 | #Constraints:      74084
915.95/920.14	WSVECS04 Frhs2[17]: 6 0 310.792 shouldn't be
915.95/920.14	WSVECS04 Frhs2[27]: 6 0 108.5 shouldn't be
915.95/920.14	WSVECS04 Frhs2[84]: 6 0 220.583 shouldn't be
915.95/920.14	WSVECS04 Frhs2[94]: 6 0 59.0626 shouldn't be
915.95/920.14	WSVECS04 Frhs2[96]: 6 -1201.08 0 shouldn't be
915.95/920.14	WSVECS04 Frhs2[108]: 6 -56.7501 0 shouldn't be
915.95/920.14	WSVECS04 Frhs2[112]: 6 0 95.4792 shouldn't be
915.95/920.14	WSVECS04 Frhs2[121]: 6 0 239.625 shouldn't be
915.95/920.14	WSVECS04 Frhs2[124]: 6 0 182.208 shouldn't be
915.95/920.14	WSVECS04 Frhs2[130]: 6 0 567.333 shouldn't be
915.95/920.14	WSVECS04 Frhs2[162]: 6 -1481.79 0 shouldn't be
915.95/920.14	WSVECS04 Frhs2[166]: 6 -290 0 shouldn't be
915.95/920.14	WSVECS04 Frhs2[180]: 6 -583 0 shouldn't be
915.95/920.14	WSVECS04 Frhs2[210]: 6 0 217 shouldn't be
915.95/920.14	WSVECS04 Frhs2[211]: 6 0 169.75 shouldn't be
915.95/920.14	WSVECS04 Frhs2[216]: 6 0 169.75 shouldn't be
915.95/920.14	WSVECS04 Frhs2[220]: 6 0 309.083 shouldn't be
915.95/920.14	WSVECS04 Frhs2[246]: 6 0 217 shouldn't be
915.95/920.14	WSVECS04 Frhs2[250]: 6 -169.75 0 shouldn't be
915.95/920.14	WSVECS04 Frhs2[253]: 6 -908.521 0 shouldn't be
915.95/920.14	WSVECS04 Frhs2[256]: 6 0 154.542 shouldn't be
915.95/920.14	WSVECS04 Frhs2[265]: 6 0 278 shouldn't be
915.95/920.14	WSVECS04 Frhs2[267]: 6 -1177.58 0 shouldn't be
915.95/920.14	WSVECS04 Frhs2[271]: 6 -447.083 0 shouldn't be
915.95/920.14	WSVECS04 Frhs2[324]: 6 -271.417 0 shouldn't be
915.95/920.14	WSVECS04 Frhs2[326]: 6 0 95.4793 shouldn't be
915.95/920.14	WSVECS04 Frhs2[327]: 6 0 97.4376 shouldn't be
915.95/920.14	WSVECS04 Frhs2[328]: 6 0 154.542 shouldn't be
915.95/920.14	WSVECS04 Frhs2[337]: 6 0 57.4167 shouldn't be
915.95/920.14	WSVECS04 Frhs2[354]: 6 0 434 shouldn't be
915.95/920.14	WSVECS04 Frhs2[386]: 6 -107.979 0 shouldn't be
915.95/920.14	WSVECS04 Frhs2[465]: 6 -257 0 shouldn't be
915.95/920.14	WSVECS04 Frhs2[517]: 6 0 380 shouldn't be
915.95/920.14	WSVECS04 Frhs2[522]: 6 0 313.75 shouldn't be
915.95/920.14	WSVECS04 Frhs2[523]: 6 0 134 shouldn't be
915.95/920.14	WSVECS04 Frhs2[531]: 6 0 869.25 shouldn't be
915.95/920.14	WSVECS04 Frhs2[533]: 6 0 313.25 shouldn't be
915.95/920.14	WSVECS04 Frhs2[538]: 6 0 292.75 shouldn't be
921.32/925.58	c #Conflicts:    1709000 | #Constraints:      75084
921.32/925.58	c #Conflicts:    1710000 | #Constraints:      76084
921.32/925.58	c #Conflicts:    1711000 | #Constraints:      77084
921.32/925.58	c #Conflicts:    1712000 | #Constraints:      78084
921.32/925.58	c #Conflicts:    1713000 | #Constraints:      79084
921.32/925.58	c #Conflicts:    1714000 | #Constraints:      80085
921.32/925.58	c #Conflicts:    1715000 | #Constraints:      81085
921.32/925.58	c #Conflicts:    1716000 | #Constraints:      82085
921.32/925.58	c INPROCESSING
921.32/925.58	c GARBAGE COLLECT
921.32/925.58	c rational objective 19241.4
936.88/941.17	c #Conflicts:    1717000 | #Constraints:      44474
936.88/941.17	c #Conflicts:    1718000 | #Constraints:      45475
936.88/941.17	c #Conflicts:    1719000 | #Constraints:      46475
936.88/941.17	c #Conflicts:    1720000 | #Constraints:      47476
936.88/941.17	c #Conflicts:    1721000 | #Constraints:      48476
936.88/941.17	c #Conflicts:    1722000 | #Constraints:      49477
936.88/941.17	c #Conflicts:    1723000 | #Constraints:      50477
936.88/941.17	c #Conflicts:    1724000 | #Constraints:      51477
936.88/941.17	c #Conflicts:    1725000 | #Constraints:      52477
936.88/941.17	c #Conflicts:    1726000 | #Constraints:      53477
936.88/941.17	c #Conflicts:    1727000 | #Constraints:      54477
936.88/941.17	c #Conflicts:    1728000 | #Constraints:      55477
936.88/941.17	c #Conflicts:    1729000 | #Constraints:      56478
936.88/941.17	c #Conflicts:    1730000 | #Constraints:      57478
936.88/941.17	c #Conflicts:    1731000 | #Constraints:      58480
936.88/941.17	c #Conflicts:    1732000 | #Constraints:      59480
936.88/941.17	c #Conflicts:    1733000 | #Constraints:      60481
936.88/941.17	c #Conflicts:    1734000 | #Constraints:      61481
936.88/941.17	c #Conflicts:    1735000 | #Constraints:      62482
936.88/941.17	c #Conflicts:    1736000 | #Constraints:      63482
936.88/941.17	c #Conflicts:    1737000 | #Constraints:      64482
936.88/941.17	c #Conflicts:    1738000 | #Constraints:      65482
936.88/941.17	c #Conflicts:    1739000 | #Constraints:      66483
936.88/941.17	c #Conflicts:    1740000 | #Constraints:      67483
936.88/941.17	c #Conflicts:    1741000 | #Constraints:      68483
936.88/941.17	c #Conflicts:    1742000 | #Constraints:      69484
936.88/941.17	c INPROCESSING
936.88/941.17	c GARBAGE COLLECT
936.88/941.17	c rational objective 19241.4
950.17/954.55	c #Conflicts:    1743000 | #Constraints:      37831
950.17/954.55	c #Conflicts:    1744000 | #Constraints:      38831
950.17/954.55	c #Conflicts:    1745000 | #Constraints:      39831
950.17/954.55	c #Conflicts:    1746000 | #Constraints:      40831
950.17/954.55	c #Conflicts:    1747000 | #Constraints:      41831
950.17/954.55	c #Conflicts:    1748000 | #Constraints:      42832
950.17/954.55	c #Conflicts:    1749000 | #Constraints:      43832
950.17/954.55	c #Conflicts:    1750000 | #Constraints:      44833
950.17/954.55	c #Conflicts:    1751000 | #Constraints:      45834
950.17/954.55	c #Conflicts:    1752000 | #Constraints:      46834
950.17/954.55	c #Conflicts:    1753000 | #Constraints:      47834
950.17/954.55	c #Conflicts:    1754000 | #Constraints:      48835
950.17/954.55	c #Conflicts:    1755000 | #Constraints:      49835
950.17/954.55	c #Conflicts:    1756000 | #Constraints:      50835
950.17/954.55	c #Conflicts:    1757000 | #Constraints:      51836
950.17/954.55	c #Conflicts:    1758000 | #Constraints:      52836
950.17/954.55	c #Conflicts:    1759000 | #Constraints:      53836
950.17/954.55	c #Conflicts:    1760000 | #Constraints:      54836
950.17/954.55	c #Conflicts:    1761000 | #Constraints:      55837
950.17/954.55	c #Conflicts:    1762000 | #Constraints:      56837
950.17/954.55	c #Conflicts:    1763000 | #Constraints:      57837
950.17/954.55	c #Conflicts:    1764000 | #Constraints:      58837
950.17/954.55	c #Conflicts:    1765000 | #Constraints:      59837
950.17/954.55	c #Conflicts:    1766000 | #Constraints:      60837
950.17/954.55	c #Conflicts:    1767000 | #Constraints:      61837
950.17/954.55	c #Conflicts:    1768000 | #Constraints:      62838
950.17/954.55	c #Conflicts:    1769000 | #Constraints:      63838
950.17/954.55	c INPROCESSING
950.17/954.55	c GARBAGE COLLECT
950.17/954.55	c rational objective 19413.4
965.13/969.59	c #Conflicts:    1770000 | #Constraints:      35052
965.13/969.59	c #Conflicts:    1771000 | #Constraints:      36052
965.13/969.59	c #Conflicts:    1772000 | #Constraints:      37053
965.13/969.59	c #Conflicts:    1773000 | #Constraints:      38054
965.13/969.59	c #Conflicts:    1774000 | #Constraints:      39054
965.13/969.59	c #Conflicts:    1775000 | #Constraints:      40054
965.13/969.59	c #Conflicts:    1776000 | #Constraints:      41054
965.13/969.59	c #Conflicts:    1777000 | #Constraints:      42054
965.13/969.59	c #Conflicts:    1778000 | #Constraints:      43054
965.13/969.59	c #Conflicts:    1779000 | #Constraints:      44055
965.13/969.59	c #Conflicts:    1780000 | #Constraints:      45055
965.13/969.59	c #Conflicts:    1781000 | #Constraints:      46055
965.13/969.59	c #Conflicts:    1782000 | #Constraints:      47056
965.13/969.59	c #Conflicts:    1783000 | #Constraints:      48056
965.13/969.59	c #Conflicts:    1784000 | #Constraints:      49056
965.13/969.59	c #Conflicts:    1785000 | #Constraints:      50056
965.13/969.59	c #Conflicts:    1786000 | #Constraints:      51056
965.13/969.59	c #Conflicts:    1787000 | #Constraints:      52056
965.13/969.59	c #Conflicts:    1788000 | #Constraints:      53056
965.13/969.59	c #Conflicts:    1789000 | #Constraints:      54056
965.13/969.59	c #Conflicts:    1790000 | #Constraints:      55057
965.13/969.59	c #Conflicts:    1791000 | #Constraints:      56057
965.13/969.59	c #Conflicts:    1792000 | #Constraints:      57057
965.13/969.59	c #Conflicts:    1793000 | #Constraints:      58057
965.13/969.59	c #Conflicts:    1794000 | #Constraints:      59057
965.13/969.59	c #Conflicts:    1795000 | #Constraints:      60057
965.13/969.59	c #Conflicts:    1796000 | #Constraints:      61057
965.13/969.59	c #Conflicts:    1797000 | #Constraints:      62057
965.13/969.59	c #Conflicts:    1798000 | #Constraints:      63057
965.13/969.59	c #Conflicts:    1799000 | #Constraints:      64058
965.13/969.59	c #Conflicts:    1800000 | #Constraints:      65058
965.13/969.59	WSVECS04 Frhs2[42]: 6 0 7.75005 shouldn't be
965.13/969.59	WSVECS04 Frhs2[65]: 6 0 401 shouldn't be
965.13/969.59	WSVECS04 Frhs2[101]: 6 0 26.75 shouldn't be
965.13/969.59	WSVECS04 Frhs2[113]: 6 0 820.75 shouldn't be
965.13/969.59	WSVECS04 Frhs2[149]: 6 -2987.5 0 shouldn't be
965.13/969.59	WSVECS04 Frhs2[186]: 6 -492 0 shouldn't be
965.13/969.59	WSVECS04 Frhs2[206]: 6 -455.75 0 shouldn't be
965.13/969.59	WSVECS04 Frhs2[245]: 6 0 401 shouldn't be
965.13/969.59	WSVECS04 Frhs2[352]: 6 0 226.75 shouldn't be
974.23/978.79	c #Conflicts:    1801000 | #Constraints:      66058
974.23/978.79	c #Conflicts:    1802000 | #Constraints:      67058
974.23/978.79	c #Conflicts:    1803000 | #Constraints:      68058
974.23/978.79	c #Conflicts:    1804000 | #Constraints:      69058
974.23/978.79	c #Conflicts:    1805000 | #Constraints:      70058
974.23/978.79	c #Conflicts:    1806000 | #Constraints:      71059
974.23/978.79	c #Conflicts:    1807000 | #Constraints:      72062
974.23/978.79	c #Conflicts:    1808000 | #Constraints:      73064
974.23/978.79	c #Conflicts:    1809000 | #Constraints:      74064
974.23/978.79	c #Conflicts:    1810000 | #Constraints:      75064
974.23/978.79	c #Conflicts:    1811000 | #Constraints:      76064
974.23/978.79	c #Conflicts:    1812000 | #Constraints:      77066
974.23/978.79	c #Conflicts:    1813000 | #Constraints:      78067
974.23/978.79	c #Conflicts:    1814000 | #Constraints:      79067
974.23/978.79	WSVECS04 Frhs2[25]: 6 0 765.776 shouldn't be
974.23/978.79	WSVECS04 Frhs2[63]: 6 0 28.7765 shouldn't be
974.23/978.79	WSVECS04 Frhs2[66]: 6 0 477 shouldn't be
974.23/978.79	WSVECS04 Frhs2[89]: 6 -6133 0 shouldn't be
974.23/978.79	WSVECS04 Frhs2[101]: 6 -952 0 shouldn't be
974.23/978.79	WSVECS04 Frhs2[102]: 6 0 448.224 shouldn't be
974.23/978.79	WSVECS04 Frhs2[103]: 6 0 7.00002 shouldn't be
974.23/978.79	WSVECS04 Frhs2[174]: 6 0 477 shouldn't be
974.23/978.79	WSVECS04 Frhs2[257]: 6 0 243.75 shouldn't be
974.23/978.79	WSVECS04 Frhs2[293]: 6 -3489.25 0 shouldn't be
974.23/978.79	WSVECS04 Frhs2[317]: 6 -1718.22 0 shouldn't be
974.23/978.79	WSVECS04 Frhs2[326]: 6 0 263 shouldn't be
996.06/1000.65	c #Conflicts:    1815000 | #Constraints:      80067
996.06/1000.65	c #Conflicts:    1816000 | #Constraints:      81067
996.06/1000.65	c #Conflicts:    1817000 | #Constraints:      82067
996.06/1000.65	c #Conflicts:    1818000 | #Constraints:      83068
996.06/1000.65	c #Conflicts:    1819000 | #Constraints:      84070
996.06/1000.65	c #Conflicts:    1820000 | #Constraints:      85070
996.06/1000.65	c #Conflicts:    1821000 | #Constraints:      86070
996.06/1000.65	c #Conflicts:    1822000 | #Constraints:      87070
996.06/1000.65	c #Conflicts:    1823000 | #Constraints:      88071
996.06/1000.65	c #Conflicts:    1824000 | #Constraints:      89071
996.06/1000.65	c #Conflicts:    1825000 | #Constraints:      90073
996.06/1000.65	c #Conflicts:    1826000 | #Constraints:      91074
996.06/1000.65	c #Conflicts:    1827000 | #Constraints:      92074
996.06/1000.65	c #Conflicts:    1828000 | #Constraints:      93074
996.06/1000.65	c #Conflicts:    1829000 | #Constraints:      94075
996.06/1000.65	c #Conflicts:    1830000 | #Constraints:      95075
996.06/1000.65	c #Conflicts:    1831000 | #Constraints:      96076
996.06/1000.65	c #Conflicts:    1832000 | #Constraints:      97076
996.06/1000.65	c #Conflicts:    1833000 | #Constraints:      98076
996.06/1000.65	c #Conflicts:    1834000 | #Constraints:      99077
996.06/1000.65	c #Conflicts:    1835000 | #Constraints:     100077
996.06/1000.65	c #Conflicts:    1836000 | #Constraints:     101077
996.06/1000.65	c #Conflicts:    1837000 | #Constraints:     102077
996.06/1000.65	c #Conflicts:    1838000 | #Constraints:     103080
996.06/1000.65	c #Conflicts:    1839000 | #Constraints:     104080
996.06/1000.65	c #Conflicts:    1840000 | #Constraints:     105084
996.06/1000.65	WSVECS04 Frhs2[17]: 6 0 5.15682 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[18]: 6 -0.0252142 0 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[48]: 6 0 0.216116 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[49]: 6 0 10.2293 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[52]: 6 0 0.5177 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[88]: 6 0 0.518385 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[105]: 6 0 0.419068 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[125]: 6 0 0.476883 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[127]: 6 0 0.0114167 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[135]: 6 0 0.503399 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[140]: 6 0 0.0424703 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[142]: 6 0 0.018503 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[160]: 6 0 0.97909 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[191]: 6 0 0.0962504 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[223]: 6 0 0.503853 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[232]: 6 0 0.0409947 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[237]: 6 0 0.0266782 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[259]: 6 0 0.3362 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[268]: 6 0 0.0251736 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[271]: 6 0 0.0190256 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[320]: 6 0 0.0425408 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[322]: 6 0 0.0488397 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[331]: 6 0 0.151829 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[356]: 6 0 0.0676211 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[401]: 6 -380.813 0 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[411]: 6 0 0.640334 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[424]: 6 0 2389.04 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[436]: 6 0 115.037 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[446]: 6 0 152.504 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[460]: 6 0 471.97 shouldn't be
996.06/1000.65	WSVECS04 Frhs2[510]: 6 0 10 shouldn't be
996.15/1000.75	WSVECS04 Frhs2[90]: 6 0 0.493227 shouldn't be
996.15/1000.75	WSVECS04 Frhs2[103]: 6 0 0.14585 shouldn't be
996.15/1000.75	WSVECS04 Frhs2[110]: 6 0 0.522413 shouldn't be
996.15/1000.75	WSVECS04 Frhs2[161]: 6 0 1.4417 shouldn't be
996.15/1000.75	WSVECS04 Frhs2[162]: 6 0 0.953956 shouldn't be
996.15/1000.75	WSVECS04 Frhs2[164]: 6 0 0.522429 shouldn't be
996.15/1000.75	WSVECS04 Frhs2[167]: 6 0 0.511108 shouldn't be
996.15/1000.75	WSVECS04 Frhs2[272]: 6 0 0.0190368 shouldn't be
996.15/1000.75	WSVECS04 Frhs2[294]: 6 0 0.0303877 shouldn't be
996.15/1000.75	WSVECS04 Frhs2[448]: 6 -247 0 shouldn't be
996.25/1000.86	WSVECS04 Frhs2[178]: 6 0 0.0794199 shouldn't be
996.25/1000.86	WSVECS04 Frhs2[250]: 6 0 0.00275356 shouldn't be
996.25/1000.86	WSVECS04 Frhs2[318]: 6 0 0.0304641 shouldn't be
996.25/1000.86	WSVECS04 Frhs2[357]: 6 0 0.48664 shouldn't be
996.36/1000.97	WSVECS04 Frhs2[212]: 6 0 0.0425114 shouldn't be
996.47/1001.08	WSVECS04 Frhs2[33]: 6 0 0.461559 shouldn't be
996.47/1001.08	WSVECS04 Frhs2[295]: 6 0 0.575106 shouldn't be
996.56/1001.18	WSVECS04 Frhs2[321]: 6 0 0.461561 shouldn't be
996.76/1001.30	WSVECS04 Frhs2[119]: 6 0 0.21613 shouldn't be
996.76/1001.30	WSVECS04 Frhs2[213]: 6 0 0.46149 shouldn't be
996.85/1001.42	WSVECS04 Frhs2[111]: 6 0 1.02577 shouldn't be
997.05/1001.66	WSVECS04 Frhs2[233]: 6 0 0.0111235 shouldn't be
997.25/1001.85	WSVECS04 Frhs2[21]: 6 0 0.0114238 shouldn't be
997.25/1001.85	WSVECS04 Frhs2[31]: 6 0 0.608854 shouldn't be
1035.47/1040.24	c #Conflicts:    1841000 | #Constraints:     106084
1035.47/1040.24	c #Conflicts:    1842000 | #Constraints:     107084
1035.47/1040.24	c #Conflicts:    1843000 | #Constraints:     108084
1035.47/1040.24	c #Conflicts:    1844000 | #Constraints:     109084
1035.47/1040.24	c #Conflicts:    1845000 | #Constraints:     110084
1035.47/1040.24	c #Conflicts:    1846000 | #Constraints:     111084
1035.47/1040.24	c #Conflicts:    1847000 | #Constraints:     112084
1035.47/1040.24	c #Conflicts:    1848000 | #Constraints:     113084
1035.47/1040.24	c #Conflicts:    1849000 | #Constraints:     114084
1035.47/1040.24	c #Conflicts:    1850000 | #Constraints:     115084
1035.47/1040.24	c #Conflicts:    1851000 | #Constraints:     116084
1035.47/1040.24	c #Conflicts:    1852000 | #Constraints:     117085
1035.47/1040.24	c #Conflicts:    1853000 | #Constraints:     118089
1035.47/1040.24	c #Conflicts:    1854000 | #Constraints:     119092
1035.47/1040.24	c #Conflicts:    1855000 | #Constraints:     120093
1035.47/1040.24	c #Conflicts:    1856000 | #Constraints:     121095
1035.47/1040.24	c #Conflicts:    1857000 | #Constraints:     122096
1035.47/1040.24	c #Conflicts:    1858000 | #Constraints:     123098
1035.47/1040.24	c #Conflicts:    1859000 | #Constraints:     124099
1035.47/1040.24	c #Conflicts:    1860000 | #Constraints:     125099
1035.47/1040.24	c #Conflicts:    1861000 | #Constraints:     126099
1035.47/1040.24	c #Conflicts:    1862000 | #Constraints:     127100
1035.47/1040.24	c #Conflicts:    1863000 | #Constraints:     128102
1035.47/1040.24	c #Conflicts:    1864000 | #Constraints:     129103
1035.47/1040.24	c #Conflicts:    1865000 | #Constraints:     130103
1035.47/1040.24	c #Conflicts:    1866000 | #Constraints:     131103
1035.47/1040.24	c #Conflicts:    1867000 | #Constraints:     132107
1035.47/1040.24	c #Conflicts:    1868000 | #Constraints:     133107
1035.47/1040.24	c #Conflicts:    1869000 | #Constraints:     134107
1035.47/1040.24	c #Conflicts:    1870000 | #Constraints:     135107
1035.47/1040.24	WSVECS04 Frhs2[38]: 6 0 85.0702 shouldn't be
1035.47/1040.24	WSVECS04 Frhs2[44]: 6 -214 0 shouldn't be
1035.47/1040.24	WSVECS04 Frhs2[64]: 6 0 6.54391 shouldn't be
1035.47/1040.24	WSVECS04 Frhs2[72]: 6 -101 0 shouldn't be
1035.47/1040.24	WSVECS04 Frhs2[78]: 6 0 26.1755 shouldn't be
1035.47/1040.24	WSVECS04 Frhs2[172]: 6 0 6.54391 shouldn't be
1035.47/1040.24	WSVECS04 Frhs2[257]: 6 0 13.0878 shouldn't be
1035.47/1040.24	WSVECS04 Frhs2[480]: 6 0 303 shouldn't be
1035.47/1040.24	WSVECS04 Frhs2[498]: 6 -380 0 shouldn't be
1035.57/1040.33	WSVECS04 Frhs2[504]: 6 -1380 0 shouldn't be
1035.67/1040.45	WSVECS04 Frhs2[95]: 6 0 58 shouldn't be
1035.87/1040.67	WSVECS04 Frhs2[96]: 6 0 58 shouldn't be
1035.87/1040.67	WSVECS04 Frhs2[351]: 6 0 6.54389 shouldn't be
1036.16/1040.91	WSVECS04 Frhs2[63]: 6 0 6.54391 shouldn't be
1036.16/1040.91	WSVECS04 Frhs2[292]: 6 0 19.6317 shouldn't be
1036.27/1041.04	WSVECS04 Frhs2[171]: 6 0 6.54396 shouldn't be
1036.27/1041.04	WSVECS04 Frhs2[293]: 6 0 26.1755 shouldn't be
1036.38/1041.15	WSVECS04 Frhs2[135]: 6 0 6.54394 shouldn't be
1036.38/1041.15	WSVECS04 Frhs2[330]: 6 0 211.421 shouldn't be
1036.46/1041.26	WSVECS04 Frhs2[22]: 6 0 1371 shouldn't be
1036.46/1041.26	WSVECS04 Frhs2[94]: 6 0 58 shouldn't be
1036.46/1041.26	WSVECS04 Frhs2[99]: 6 0 6.54395 shouldn't be
1072.80/1077.71	c #Conflicts:    1871000 | #Constraints:     136107
1072.80/1077.71	c #Conflicts:    1872000 | #Constraints:     137107
1072.80/1077.71	c #Conflicts:    1873000 | #Constraints:     138107
1072.80/1077.71	c #Conflicts:    1874000 | #Constraints:     139107
1072.80/1077.71	c #Conflicts:    1875000 | #Constraints:     140107
1072.80/1077.71	c #Conflicts:    1876000 | #Constraints:     141107
1072.80/1077.71	c #Conflicts:    1877000 | #Constraints:     142107
1072.80/1077.71	c #Conflicts:    1878000 | #Constraints:     143107
1072.80/1077.71	c #Conflicts:    1879000 | #Constraints:     144107
1072.80/1077.71	c #Conflicts:    1880000 | #Constraints:     145107
1072.80/1077.71	c #Conflicts:    1881000 | #Constraints:     146107
1072.80/1077.71	c #Conflicts:    1882000 | #Constraints:     147109
1072.80/1077.71	c #Conflicts:    1883000 | #Constraints:     148110
1072.80/1077.71	c #Conflicts:    1884000 | #Constraints:     149111
1072.80/1077.71	c #Conflicts:    1885000 | #Constraints:     150113
1072.80/1077.71	c #Conflicts:    1886000 | #Constraints:     151114
1072.80/1077.71	c #Conflicts:    1887000 | #Constraints:     152114
1072.80/1077.71	c #Conflicts:    1888000 | #Constraints:     153115
1072.80/1077.71	c #Conflicts:    1889000 | #Constraints:     154119
1072.80/1077.71	c #Conflicts:    1890000 | #Constraints:     155120
1072.80/1077.71	c #Conflicts:    1891000 | #Constraints:     156121
1072.80/1077.71	c #Conflicts:    1892000 | #Constraints:     157121
1072.80/1077.71	c #Conflicts:    1893000 | #Constraints:     158122
1072.80/1077.71	c #Conflicts:    1894000 | #Constraints:     159122
1072.80/1077.71	c #Conflicts:    1895000 | #Constraints:     160123
1072.80/1077.71	WSVECS04 Frhs2[108]: 6 -21.5001 0 shouldn't be
1072.80/1077.71	WSVECS04 Frhs2[145]: 6 -112.455 0 shouldn't be
1072.80/1077.71	WSVECS04 Frhs2[178]: 6 -43 0 shouldn't be
1072.80/1077.71	WSVECS04 Frhs2[254]: 6 0 2.63645 shouldn't be
1072.80/1077.71	WSVECS04 Frhs2[380]: 6 0 108.636 shouldn't be
1072.80/1077.71	WSVECS04 Frhs2[389]: 6 0 126.182 shouldn't be
1072.80/1077.71	WSVECS04 Frhs2[410]: 6 0 106 shouldn't be
1072.80/1077.71	WSVECS04 Frhs2[420]: 6 0 139 shouldn't be
1072.80/1077.71	WSVECS04 Frhs2[433]: 6 -106 0 shouldn't be
1072.80/1077.71	WSVECS04 Frhs2[435]: 6 -106 0 shouldn't be
1072.80/1077.71	WSVECS04 Frhs2[446]: 6 -402.333 0 shouldn't be
1072.80/1077.71	WSVECS04 Frhs2[463]: 6 0 247 shouldn't be
1072.80/1077.71	WSVECS04 Frhs2[477]: 6 -302 0 shouldn't be
1072.80/1077.71	WSVECS04 Frhs2[514]: 6 0 455.5 shouldn't be
1072.80/1077.71	WSVECS04 Frhs2[535]: 6 -455.5 0 shouldn't be
1072.80/1077.71	WSVECS04 Frhs2[539]: 6 0 185.5 shouldn't be
1072.80/1077.77	WSVECS04 Frhs2[501]: 6 -605 0 shouldn't be
1078.10/1083.01	c #Conflicts:    1896000 | #Constraints:     161123
1078.10/1083.01	c #Conflicts:    1897000 | #Constraints:     162123
1078.10/1083.01	c #Conflicts:    1898000 | #Constraints:     163124
1078.10/1083.01	WSVECS04 Frhs2[7]: 6 0 93.0096 shouldn't be
1078.10/1083.01	WSVECS04 Frhs2[19]: 6 0 101 shouldn't be
1078.10/1083.01	WSVECS04 Frhs2[79]: 6 0 223.264 shouldn't be
1078.10/1083.01	WSVECS04 Frhs2[105]: 6 0 71.7453 shouldn't be
1078.10/1083.01	WSVECS04 Frhs2[222]: 6 0 82.0191 shouldn't be
1078.10/1083.02	WSVECS04 Frhs2[276]: 6 0 101 shouldn't be
1078.10/1083.02	WSVECS04 Frhs2[312]: 6 0 101 shouldn't be
1078.10/1083.02	WSVECS04 Frhs2[328]: 6 0 82.019 shouldn't be
1078.10/1083.02	WSVECS04 Frhs2[411]: 6 0 765.5 shouldn't be
1078.10/1083.02	WSVECS04 Frhs2[415]: 6 0 257 shouldn't be
1078.10/1083.02	WSVECS04 Frhs2[441]: 6 0 2007 shouldn't be
1078.10/1083.02	WSVECS04 Frhs2[453]: 6 -302 0 shouldn't be
1078.10/1083.02	WSVECS04 Frhs2[455]: 6 0 84.0001 shouldn't be
1078.10/1083.02	WSVECS04 Frhs2[469]: 6 -348 0 shouldn't be
1078.10/1083.02	WSVECS04 Frhs2[484]: 6 0 669 shouldn't be
1078.10/1083.02	WSVECS04 Frhs2[488]: 6 -257 0 shouldn't be
1078.10/1083.02	WSVECS04 Frhs2[490]: 6 0 22 shouldn't be
1078.99/1083.95	c INPROCESSING
1078.99/1083.95	c GARBAGE COLLECT
1078.99/1083.95	c rational objective 19413.4
1098.24/1103.38	c #Conflicts:    1899000 | #Constraints:      84780
1098.24/1103.38	c #Conflicts:    1900000 | #Constraints:      85781
1098.24/1103.38	c #Conflicts:    1901000 | #Constraints:      86785
1098.24/1103.38	c #Conflicts:    1902000 | #Constraints:      87789
1098.24/1103.38	c #Conflicts:    1903000 | #Constraints:      88790
1098.24/1103.38	c #Conflicts:    1904000 | #Constraints:      89792
1098.24/1103.38	c #Conflicts:    1905000 | #Constraints:      90799
1098.24/1103.38	c #Conflicts:    1906000 | #Constraints:      91800
1098.24/1103.38	c #Conflicts:    1907000 | #Constraints:      92802
1098.24/1103.38	c #Conflicts:    1908000 | #Constraints:      93843
1098.24/1103.38	c #Conflicts:    1909000 | #Constraints:      94844
1098.24/1103.38	c #Conflicts:    1910000 | #Constraints:      95844
1098.24/1103.38	c #Conflicts:    1911000 | #Constraints:      96844
1098.24/1103.38	c #Conflicts:    1912000 | #Constraints:      97846
1098.24/1103.38	c #Conflicts:    1913000 | #Constraints:      98848
1098.24/1103.38	c #Conflicts:    1914000 | #Constraints:      99850
1098.24/1103.38	c #Conflicts:    1915000 | #Constraints:     100851
1098.24/1103.38	c #Conflicts:    1916000 | #Constraints:     101853
1098.24/1103.38	c #Conflicts:    1917000 | #Constraints:     102857
1098.24/1103.38	c #Conflicts:    1918000 | #Constraints:     103859
1098.24/1103.38	c #Conflicts:    1919000 | #Constraints:     104860
1098.24/1103.38	c bounds 23916 >= 12179 @ 1081.92
1107.51/1112.68	c #Conflicts:    1920000 | #Constraints:     105867
1107.51/1112.68	c #Conflicts:    1921000 | #Constraints:     106869
1107.51/1112.68	c #Conflicts:    1922000 | #Constraints:     107872
1107.51/1112.68	c #Conflicts:    1923000 | #Constraints:     108873
1107.51/1112.68	c #Conflicts:    1924000 | #Constraints:     109874
1107.51/1112.68	c #Conflicts:    1925000 | #Constraints:     110876
1107.51/1112.68	c #Conflicts:    1926000 | #Constraints:     111877
1107.51/1112.68	c INPROCESSING
1107.51/1112.68	c GARBAGE COLLECT
1107.51/1112.68	c rational objective 19413.4
1126.05/1131.23	c #Conflicts:    1927000 | #Constraints:      59058
1126.05/1131.23	c #Conflicts:    1928000 | #Constraints:      60059
1126.05/1131.23	c #Conflicts:    1929000 | #Constraints:      61060
1126.05/1131.23	c #Conflicts:    1930000 | #Constraints:      62060
1126.05/1131.23	c #Conflicts:    1931000 | #Constraints:      63060
1126.05/1131.23	c #Conflicts:    1932000 | #Constraints:      64060
1126.05/1131.23	c #Conflicts:    1933000 | #Constraints:      65061
1126.05/1131.23	c #Conflicts:    1934000 | #Constraints:      66061
1126.05/1131.23	c #Conflicts:    1935000 | #Constraints:      67062
1126.05/1131.23	c #Conflicts:    1936000 | #Constraints:      68063
1126.05/1131.23	c #Conflicts:    1937000 | #Constraints:      69064
1126.05/1131.23	c #Conflicts:    1938000 | #Constraints:      70066
1126.05/1131.23	c #Conflicts:    1939000 | #Constraints:      71067
1126.05/1131.23	c #Conflicts:    1940000 | #Constraints:      72067
1126.05/1131.23	c #Conflicts:    1941000 | #Constraints:      73067
1126.05/1131.23	c #Conflicts:    1942000 | #Constraints:      74067
1126.05/1131.23	c #Conflicts:    1943000 | #Constraints:      75068
1126.05/1131.23	c #Conflicts:    1944000 | #Constraints:      76068
1126.05/1131.23	c #Conflicts:    1945000 | #Constraints:      77068
1126.05/1131.23	c #Conflicts:    1946000 | #Constraints:      78068
1126.05/1131.23	c #Conflicts:    1947000 | #Constraints:      79070
1126.05/1131.23	c #Conflicts:    1948000 | #Constraints:      80071
1126.05/1131.23	c #Conflicts:    1949000 | #Constraints:      81071
1126.05/1131.23	c #Conflicts:    1950000 | #Constraints:      82074
1126.05/1131.23	c #Conflicts:    1951000 | #Constraints:      83074
1126.05/1131.23	c #Conflicts:    1952000 | #Constraints:      84074
1126.05/1131.23	c #Conflicts:    1953000 | #Constraints:      85075
1126.05/1131.23	c #Conflicts:    1954000 | #Constraints:      86076
1126.05/1131.23	c #Conflicts:    1955000 | #Constraints:      87078
1126.05/1131.23	c INPROCESSING
1126.05/1131.23	c GARBAGE COLLECT
1126.05/1131.23	c rational objective 19413.4
1134.95/1140.29	c #Conflicts:    1956000 | #Constraints:      46992
1134.95/1140.29	c #Conflicts:    1957000 | #Constraints:      47992
1134.95/1140.29	c #Conflicts:    1958000 | #Constraints:      48993
1134.95/1140.29	c #Conflicts:    1959000 | #Constraints:      49994
1134.95/1140.29	c #Conflicts:    1960000 | #Constraints:      50995
1134.95/1140.29	c #Conflicts:    1961000 | #Constraints:      51995
1134.95/1140.29	c #Conflicts:    1962000 | #Constraints:      52995
1134.95/1140.29	c #Conflicts:    1963000 | #Constraints:      53996
1134.95/1140.29	c #Conflicts:    1964000 | #Constraints:      54996
1134.95/1140.29	c #Conflicts:    1965000 | #Constraints:      55996
1134.95/1140.29	c #Conflicts:    1966000 | #Constraints:      56996
1134.95/1140.29	c #Conflicts:    1967000 | #Constraints:      57998
1134.95/1140.29	c #Conflicts:    1968000 | #Constraints:      58998
1134.95/1140.29	c #Conflicts:    1969000 | #Constraints:      59999
1134.95/1140.29	c #Conflicts:    1970000 | #Constraints:      60999
1134.95/1140.29	c #Conflicts:    1971000 | #Constraints:      61999
1134.95/1140.29	c #Conflicts:    1972000 | #Constraints:      62999
1134.95/1140.29	WSVECS04 Frhs2[8]: 6 -158.645 0 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[25]: 6 0 45.4037 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[31]: 6 0 398.952 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[58]: 6 -97.8254 0 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[67]: 6 0 398.952 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[71]: 6 0 75.3896 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[75]: 6 0 147.5 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[78]: 6 0 147.5 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[89]: 6 0 14.6447 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[108]: 6 -708.271 0 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[121]: 6 0 45.4037 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[127]: 6 0 102.024 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[131]: 6 0 29.2892 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[181]: 6 -2104 0 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[187]: 6 0 41.976 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[197]: 6 0 14.6446 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[199]: 6 0 69.0543 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[203]: 6 0 29.2892 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[211]: 6 0 374.884 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[231]: 6 -13.3555 0 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[233]: 6 0 60.0483 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[277]: 6 0 45.4036 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[288]: 6 0 24.7651 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[367]: 6 0 370 shouldn't be
1134.95/1140.29	WSVECS04 Frhs2[378]: 6 0 264 shouldn't be
1135.06/1140.36	WSVECS04 Frhs2[83]: 6 0 14.6446 shouldn't be
1135.06/1140.36	WSVECS04 Frhs2[96]: 6 0 14.6447 shouldn't be
1135.06/1140.36	WSVECS04 Frhs2[225]: 6 0 13.3554 shouldn't be
1135.06/1140.36	WSVECS04 Frhs2[264]: 6 0 14.6446 shouldn't be
1135.06/1140.36	WSVECS04 Frhs2[276]: 6 0 14.6446 shouldn't be
1135.16/1140.45	WSVECS04 Frhs2[219]: 6 0 750.5 shouldn't be
1137.77/1143.03	c #Conflicts:    1973000 | #Constraints:      63999
1137.77/1143.03	c #Conflicts:    1974000 | #Constraints:      64999
1137.77/1143.03	c #Conflicts:    1975000 | #Constraints:      65999
1137.77/1143.03	c #Conflicts:    1976000 | #Constraints:      66999
1137.77/1143.03	WSVECS04 Frhs2[4]: 6 0 293.778 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[6]: 6 0 285 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[71]: 6 0 177 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[76]: 6 0 8.77785 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[83]: 6 0 177 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[99]: 6 0 354 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[111]: 6 -285 0 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[123]: 6 -92.8889 0 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[126]: 6 0 28.8889 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[133]: 6 0 62 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[157]: 6 0 8.77781 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[161]: 6 0 8.77787 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[182]: 6 0 276.222 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[212]: 6 0 17.8889 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[218]: 6 0 285 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[229]: 6 -664.111 0 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[244]: 6 0 521.222 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[256]: 6 0 8.77782 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[260]: 6 -236 0 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[269]: 6 -46.7779 0 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[270]: 6 0 28.8889 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[271]: 6 -509.444 0 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[280]: 6 0 556.889 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[281]: 6 -701.444 0 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[284]: 6 -781.111 0 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[288]: 6 0 17.889 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[311]: 6 -244.556 0 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[361]: 6 -936 0 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[362]: 6 -813 0 shouldn't be
1137.77/1143.03	WSVECS04 Frhs2[500]: 6 -408 0 shouldn't be
1142.43/1147.77	c #Conflicts:    1977000 | #Constraints:      67999
1142.43/1147.77	c #Conflicts:    1978000 | #Constraints:      68999
1142.43/1147.77	c #Conflicts:    1979000 | #Constraints:      70000
1142.43/1147.77	c #Conflicts:    1980000 | #Constraints:      71002
1142.43/1147.77	c #Conflicts:    1981000 | #Constraints:      72002
1142.43/1147.77	c #Conflicts:    1982000 | #Constraints:      73002
1142.43/1147.77	c #Conflicts:    1983000 | #Constraints:      74004
1142.43/1147.77	c INPROCESSING
1142.43/1147.77	c GARBAGE COLLECT
1142.43/1147.77	c rational objective 19413.4
1145.43/1150.74	c #Conflicts:    1984000 | #Constraints:      40145
1145.43/1150.74	c #Conflicts:    1985000 | #Constraints:      41147
1145.43/1150.74	c #Conflicts:    1986000 | #Constraints:      42147
1145.43/1150.74	c #Conflicts:    1987000 | #Constraints:      43147
1145.43/1150.74	c #Conflicts:    1988000 | #Constraints:      44149
1145.43/1150.74	c #Conflicts:    1989000 | #Constraints:      45149
1145.43/1150.74	WSVECS04 Frhs2[37]: 6 -101.714 0 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[51]: 6 -106 0 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[59]: 6 0 519.325 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[64]: 6 0 139.391 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[67]: 6 0 101.714 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[95]: 6 0 519.325 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[100]: 6 0 139.391 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[102]: 6 0 386 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[137]: 6 -1476 0 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[146]: 6 0 21.2858 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[152]: 6 -189.5 0 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[167]: 6 0 519.325 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[172]: 6 0 139.391 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[174]: 6 0 386 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[193]: 6 0 127.437 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[215]: 6 0 675.863 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[217]: 6 -123.643 0 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[220]: 6 0 101.714 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[232]: 6 0 3653.37 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[233]: 6 0 3634.21 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[234]: 6 0 3653.37 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[289]: 6 0 269.143 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[301]: 6 0 19.1588 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[318]: 6 0 386 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[355]: 6 0 101.714 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[364]: 6 0 792.286 shouldn't be
1145.43/1150.74	WSVECS04 Frhs2[498]: 6 0 693 shouldn't be
1153.81/1159.14	c #Conflicts:    1990000 | #Constraints:      46149
1153.81/1159.14	c #Conflicts:    1991000 | #Constraints:      47149
1153.81/1159.14	c #Conflicts:    1992000 | #Constraints:      48149
1153.81/1159.14	c #Conflicts:    1993000 | #Constraints:      49150
1153.81/1159.14	c #Conflicts:    1994000 | #Constraints:      50150
1153.81/1159.14	c #Conflicts:    1995000 | #Constraints:      51151
1153.81/1159.14	c #Conflicts:    1996000 | #Constraints:      52155
1153.81/1159.14	c #Conflicts:    1997000 | #Constraints:      53161
1153.81/1159.14	c #Conflicts:    1998000 | #Constraints:      54162
1153.81/1159.14	c #Conflicts:    1999000 | #Constraints:      55163
1153.81/1159.14	c #Conflicts:    2000000 | #Constraints:      56164
1153.81/1159.14	c #Conflicts:    2001000 | #Constraints:      57168
1153.81/1159.14	c #Conflicts:    2002000 | #Constraints:      58169
1153.81/1159.14	c #Conflicts:    2003000 | #Constraints:      59169
1153.81/1159.14	c #Conflicts:    2004000 | #Constraints:      60169
1153.81/1159.14	WSVECS04 Frhs2[71]: 6 0 689.375 shouldn't be
1153.81/1159.14	WSVECS04 Frhs2[96]: 6 0 13.2501 shouldn't be
1153.81/1159.14	WSVECS04 Frhs2[103]: 6 -3131.75 0 shouldn't be
1153.81/1159.14	WSVECS04 Frhs2[116]: 6 -459.25 0 shouldn't be
1153.81/1159.14	WSVECS04 Frhs2[131]: 6 0 6.62504 shouldn't be
1153.81/1159.14	WSVECS04 Frhs2[138]: 6 0 13.25 shouldn't be
1153.81/1159.14	WSVECS04 Frhs2[140]: 6 0 96.2501 shouldn't be
1153.81/1159.14	WSVECS04 Frhs2[143]: 6 -2573.63 0 shouldn't be
1153.81/1159.14	WSVECS04 Frhs2[177]: 6 0 834.625 shouldn't be
1153.81/1159.14	WSVECS04 Frhs2[179]: 6 0 726.063 shouldn't be
1153.81/1159.14	WSVECS04 Frhs2[212]: 6 0 96.25 shouldn't be
1153.81/1159.14	WSVECS04 Frhs2[216]: 6 -149.25 0 shouldn't be
1153.81/1159.14	WSVECS04 Frhs2[311]: 6 0 4.87506 shouldn't be
1153.81/1159.14	WSVECS04 Frhs2[361]: 6 -745 0 shouldn't be
1153.81/1159.14	WSVECS04 Frhs2[377]: 6 0 438 shouldn't be
1153.81/1159.14	WSVECS04 Frhs2[502]: 6 -485 0 shouldn't be
1153.81/1159.14	WSVECS04 Frhs2[540]: 6 0 60.8751 shouldn't be
1159.77/1165.19	c #Conflicts:    2005000 | #Constraints:      61170
1159.77/1165.19	c #Conflicts:    2006000 | #Constraints:      62172
1159.77/1165.19	c #Conflicts:    2007000 | #Constraints:      63173
1159.77/1165.19	c #Conflicts:    2008000 | #Constraints:      64174
1159.77/1165.19	c #Conflicts:    2009000 | #Constraints:      65177
1159.77/1165.19	c #Conflicts:    2010000 | #Constraints:      66179
1159.77/1165.19	c #Conflicts:    2011000 | #Constraints:      67182
1159.77/1165.19	c #Conflicts:    2012000 | #Constraints:      68184
1159.77/1165.19	c INPROCESSING
1159.77/1165.19	c GARBAGE COLLECT
1159.77/1165.19	c rational objective 19413.4
1178.71/1184.13	c #Conflicts:    2013000 | #Constraints:      37328
1178.71/1184.13	c #Conflicts:    2014000 | #Constraints:      38328
1178.71/1184.13	c #Conflicts:    2015000 | #Constraints:      39328
1178.71/1184.13	c #Conflicts:    2016000 | #Constraints:      40330
1178.71/1184.13	c #Conflicts:    2017000 | #Constraints:      41330
1178.71/1184.13	c #Conflicts:    2018000 | #Constraints:      42331
1178.71/1184.13	c #Conflicts:    2019000 | #Constraints:      43332
1178.71/1184.13	c #Conflicts:    2020000 | #Constraints:      44334
1178.71/1184.13	c #Conflicts:    2021000 | #Constraints:      45334
1178.71/1184.13	c #Conflicts:    2022000 | #Constraints:      46335
1178.71/1184.13	c #Conflicts:    2023000 | #Constraints:      47336
1178.71/1184.13	c #Conflicts:    2024000 | #Constraints:      48336
1178.71/1184.13	c #Conflicts:    2025000 | #Constraints:      49339
1178.71/1184.13	c #Conflicts:    2026000 | #Constraints:      50342
1178.71/1184.13	c #Conflicts:    2027000 | #Constraints:      51342
1178.71/1184.13	c #Conflicts:    2028000 | #Constraints:      52342
1178.71/1184.13	c #Conflicts:    2029000 | #Constraints:      53342
1178.71/1184.13	c #Conflicts:    2030000 | #Constraints:      54342
1178.71/1184.13	c #Conflicts:    2031000 | #Constraints:      55343
1178.71/1184.13	c #Conflicts:    2032000 | #Constraints:      56344
1178.71/1184.13	c #Conflicts:    2033000 | #Constraints:      57345
1178.71/1184.13	c #Conflicts:    2034000 | #Constraints:      58345
1178.71/1184.13	c #Conflicts:    2035000 | #Constraints:      59346
1178.71/1184.13	c #Conflicts:    2036000 | #Constraints:      60348
1178.71/1184.13	c #Conflicts:    2037000 | #Constraints:      61350
1178.71/1184.13	c #Conflicts:    2038000 | #Constraints:      62351
1178.71/1184.13	c #Conflicts:    2039000 | #Constraints:      63353
1178.71/1184.13	c #Conflicts:    2040000 | #Constraints:      64353
1178.71/1184.13	c #Conflicts:    2041000 | #Constraints:      65353
1178.71/1184.13	c #Conflicts:    2042000 | #Constraints:      66353
1178.71/1184.13	c #Conflicts:    2043000 | #Constraints:      67353
1178.71/1184.13	c #Conflicts:    2044000 | #Constraints:      68353
1178.71/1184.13	c #Conflicts:    2045000 | #Constraints:      69353
1178.71/1184.13	WSVECS04 Frhs2[1]: 6 -229 0 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[5]: 6 0 608.5 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[23]: 6 0 513 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[35]: 6 0 694.215 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[73]: 6 -975 0 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[76]: 6 0 325.5 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[109]: 6 0 68.2501 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[139]: 6 0 297.903 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[167]: 6 0 475 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[179]: 6 0 689.215 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[202]: 6 -38.0001 0 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[217]: 6 -416.5 0 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[223]: 6 0 413.25 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[250]: 6 0 199.431 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[255]: 6 0 45.5001 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[263]: 6 0 475 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[275]: 6 0 475 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[285]: 6 0 41.4931 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[287]: 6 0 710.569 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[295]: 6 0 355.75 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[301]: 6 0 31.5695 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[323]: 6 0 194.076 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[347]: 6 0 372 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[359]: 6 0 710.569 shouldn't be
1178.71/1184.13	WSVECS04 Frhs2[531]: 6 0 890.076 shouldn't be
1211.35/1217.00	c #Conflicts:    2046000 | #Constraints:      70353
1211.35/1217.00	c #Conflicts:    2047000 | #Constraints:      71353
1211.35/1217.00	c #Conflicts:    2048000 | #Constraints:      72354
1211.35/1217.00	c #Conflicts:    2049000 | #Constraints:      73354
1211.35/1217.00	c #Conflicts:    2050000 | #Constraints:      74354
1211.35/1217.00	c #Conflicts:    2051000 | #Constraints:      75354
1211.35/1217.00	c #Conflicts:    2052000 | #Constraints:      76354
1211.35/1217.00	c #Conflicts:    2053000 | #Constraints:      77354
1211.35/1217.00	c #Conflicts:    2054000 | #Constraints:      78355
1211.35/1217.00	c #Conflicts:    2055000 | #Constraints:      79355
1211.35/1217.00	c #Conflicts:    2056000 | #Constraints:      80355
1211.35/1217.00	c #Conflicts:    2057000 | #Constraints:      81356
1211.35/1217.00	c #Conflicts:    2058000 | #Constraints:      82358
1211.35/1217.00	c #Conflicts:    2059000 | #Constraints:      83358
1211.35/1217.00	c #Conflicts:    2060000 | #Constraints:      84358
1211.35/1217.00	c #Conflicts:    2061000 | #Constraints:      85358
1211.35/1217.00	c #Conflicts:    2062000 | #Constraints:      86359
1211.35/1217.00	c #Conflicts:    2063000 | #Constraints:      87360
1211.35/1217.00	c #Conflicts:    2064000 | #Constraints:      88361
1211.35/1217.00	c #Conflicts:    2065000 | #Constraints:      89362
1211.35/1217.00	c #Conflicts:    2066000 | #Constraints:      90363
1211.35/1217.00	c #Conflicts:    2067000 | #Constraints:      91363
1211.35/1217.00	c #Conflicts:    2068000 | #Constraints:      92365
1211.35/1217.00	c #Conflicts:    2069000 | #Constraints:      93365
1211.35/1217.00	c #Conflicts:    2070000 | #Constraints:      94365
1211.35/1217.00	c #Conflicts:    2071000 | #Constraints:      95367
1211.35/1217.00	c #Conflicts:    2072000 | #Constraints:      96368
1211.35/1217.00	c #Conflicts:    2073000 | #Constraints:      97368
1211.35/1217.00	c #Conflicts:    2074000 | #Constraints:      98368
1211.35/1217.00	c #Conflicts:    2075000 | #Constraints:      99368
1211.35/1217.00	c #Conflicts:    2076000 | #Constraints:     100368
1211.35/1217.00	c #Conflicts:    2077000 | #Constraints:     101368
1211.35/1217.00	c #Conflicts:    2078000 | #Constraints:     102368
1211.35/1217.00	c #Conflicts:    2079000 | #Constraints:     103369
1211.35/1217.00	c #Conflicts:    2080000 | #Constraints:     104369
1211.35/1217.00	c #Conflicts:    2081000 | #Constraints:     105369
1211.35/1217.00	c #Conflicts:    2082000 | #Constraints:     106370
1211.35/1217.00	WSVECS04 Frhs2[2]: 6 0 816 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[5]: 6 -77.99 0 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[13]: 6 0 202.3 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[17]: 6 0 63.01 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[19]: 6 0 179 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[23]: 6 0 152.51 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[40]: 6 0 218.9 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[73]: 6 -816 0 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[85]: 6 0 303.45 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[91]: 6 0 89.5 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[94]: 6 -89.5001 0 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[103]: 6 -3236.76 0 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[143]: 6 0 32.2834 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[152]: 6 -130.55 0 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[157]: 6 0 202.3 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[163]: 6 0 112.6 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[175]: 6 0 129.893 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[181]: 6 0 688.1 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[183]: 6 0 1605.1 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[193]: 6 0 202.3 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[199]: 6 0 89.5 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[217]: 6 -2244 0 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[224]: 6 0 176.13 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[229]: 6 0 202.3 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[256]: 6 0 213.8 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[269]: 6 0 23.1 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[301]: 6 0 202.3 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[337]: 6 0 202.3 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[339]: 6 -120.9 0 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[355]: 6 0 23.8934 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[361]: 6 -745 0 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[362]: 6 -665 0 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[381]: 6 -605 0 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[454]: 6 0 836.5 shouldn't be
1211.35/1217.00	WSVECS04 Frhs2[514]: 6 0 701.293 shouldn't be
1317.52/1323.56	c #Conflicts:    2083000 | #Constraints:     107370
1317.52/1323.56	c #Conflicts:    2084000 | #Constraints:     108370
1317.52/1323.56	c #Conflicts:    2085000 | #Constraints:     109370
1317.52/1323.56	c #Conflicts:    2086000 | #Constraints:     110371
1317.52/1323.56	c #Conflicts:    2087000 | #Constraints:     111371
1317.52/1323.56	c #Conflicts:    2088000 | #Constraints:     112372
1317.52/1323.56	c #Conflicts:    2089000 | #Constraints:     113374
1317.52/1323.56	c #Conflicts:    2090000 | #Constraints:     114376
1317.52/1323.56	c #Conflicts:    2091000 | #Constraints:     115378
1317.52/1323.56	c #Conflicts:    2092000 | #Constraints:     116378
1317.52/1323.56	c #Conflicts:    2093000 | #Constraints:     117378
1317.52/1323.56	c #Conflicts:    2094000 | #Constraints:     118379
1317.52/1323.56	c #Conflicts:    2095000 | #Constraints:     119379
1317.52/1323.56	c #Conflicts:    2096000 | #Constraints:     120379
1317.52/1323.56	c #Conflicts:    2097000 | #Constraints:     121380
1317.52/1323.56	c #Conflicts:    2098000 | #Constraints:     122381
1317.52/1323.56	c #Conflicts:    2099000 | #Constraints:     123381
1317.52/1323.56	c #Conflicts:    2100000 | #Constraints:     124383
1317.52/1323.56	c #Conflicts:    2101000 | #Constraints:     125384
1317.52/1323.56	c #Conflicts:    2102000 | #Constraints:     126384
1317.52/1323.56	c #Conflicts:    2103000 | #Constraints:     127386
1317.52/1323.56	c #Conflicts:    2104000 | #Constraints:     128387
1317.52/1323.56	c #Conflicts:    2105000 | #Constraints:     129387
1317.52/1323.56	c #Conflicts:    2106000 | #Constraints:     130387
1317.52/1323.56	c #Conflicts:    2107000 | #Constraints:     131387
1317.52/1323.56	c #Conflicts:    2108000 | #Constraints:     132387
1317.52/1323.56	c #Conflicts:    2109000 | #Constraints:     133388
1317.52/1323.56	c #Conflicts:    2110000 | #Constraints:     134388
1317.52/1323.56	c #Conflicts:    2111000 | #Constraints:     135388
1317.52/1323.56	c #Conflicts:    2112000 | #Constraints:     136388
1317.52/1323.56	c #Conflicts:    2113000 | #Constraints:     137389
1317.52/1323.56	c #Conflicts:    2114000 | #Constraints:     138389
1317.52/1323.56	c #Conflicts:    2115000 | #Constraints:     139390
1317.52/1323.56	c #Conflicts:    2116000 | #Constraints:     140391
1317.52/1323.56	c #Conflicts:    2117000 | #Constraints:     141391
1317.52/1323.56	c #Conflicts:    2118000 | #Constraints:     142391
1317.52/1323.56	c #Conflicts:    2119000 | #Constraints:     143392
1317.52/1323.56	c #Conflicts:    2120000 | #Constraints:     144392
1317.52/1323.56	c #Conflicts:    2121000 | #Constraints:     145392
1317.52/1323.56	c #Conflicts:    2122000 | #Constraints:     146392
1317.52/1323.56	c #Conflicts:    2123000 | #Constraints:     147394
1317.52/1323.56	c #Conflicts:    2124000 | #Constraints:     148394
1317.52/1323.56	c #Conflicts:    2125000 | #Constraints:     149395
1317.52/1323.56	c #Conflicts:    2126000 | #Constraints:     150395
1317.52/1323.56	c #Conflicts:    2127000 | #Constraints:     151396
1317.52/1323.56	c #Conflicts:    2128000 | #Constraints:     152396
1317.52/1323.56	c #Conflicts:    2129000 | #Constraints:     153396
1317.52/1323.56	c #Conflicts:    2130000 | #Constraints:     154396
1317.52/1323.56	c #Conflicts:    2131000 | #Constraints:     155396
1317.52/1323.56	c #Conflicts:    2132000 | #Constraints:     156396
1317.52/1323.56	c #Conflicts:    2133000 | #Constraints:     157396
1317.52/1323.56	c #Conflicts:    2134000 | #Constraints:     158396
1317.52/1323.56	c #Conflicts:    2135000 | #Constraints:     159397
1317.52/1323.56	c #Conflicts:    2136000 | #Constraints:     160397
1317.52/1323.56	c #Conflicts:    2137000 | #Constraints:     161397
1317.52/1323.56	c #Conflicts:    2138000 | #Constraints:     162397
1317.52/1323.56	c #Conflicts:    2139000 | #Constraints:     163397
1317.52/1323.56	c #Conflicts:    2140000 | #Constraints:     164397
1317.52/1323.56	c #Conflicts:    2141000 | #Constraints:     165397
1317.52/1323.56	c #Conflicts:    2142000 | #Constraints:     166397
1317.52/1323.56	c #Conflicts:    2143000 | #Constraints:     167397
1317.52/1323.56	c #Conflicts:    2144000 | #Constraints:     168398
1317.52/1323.56	c #Conflicts:    2145000 | #Constraints:     169399
1317.52/1323.56	c #Conflicts:    2146000 | #Constraints:     170400
1317.52/1323.56	c #Conflicts:    2147000 | #Constraints:     171400
1317.52/1323.56	c INPROCESSING
1317.52/1323.56	c GARBAGE COLLECT
1317.52/1323.56	c rational objective 19413.4
1319.72/1325.79	c #Conflicts:    2148000 | #Constraints:      88834
1319.72/1325.79	c #Conflicts:    2149000 | #Constraints:      89834
1319.72/1325.79	c #Conflicts:    2150000 | #Constraints:      90835
1319.72/1325.79	c #Conflicts:    2151000 | #Constraints:      91838
1319.72/1325.79	c bounds 23916 >= 12559 @ 1301.4
1348.69/1354.82	c #Conflicts:    2152000 | #Constraints:      92841
1348.69/1354.82	c #Conflicts:    2153000 | #Constraints:      93843
1348.69/1354.82	c #Conflicts:    2154000 | #Constraints:      94846
1348.69/1354.82	c #Conflicts:    2155000 | #Constraints:      95847
1348.69/1354.82	c #Conflicts:    2156000 | #Constraints:      96848
1348.69/1354.82	c #Conflicts:    2157000 | #Constraints:      97850
1348.69/1354.82	c #Conflicts:    2158000 | #Constraints:      98851
1348.69/1354.82	c #Conflicts:    2159000 | #Constraints:      99851
1348.69/1354.82	c #Conflicts:    2160000 | #Constraints:     100851
1348.69/1354.82	c #Conflicts:    2161000 | #Constraints:     101851
1348.69/1354.82	c #Conflicts:    2162000 | #Constraints:     102853
1348.69/1354.82	c #Conflicts:    2163000 | #Constraints:     103853
1348.69/1354.82	c #Conflicts:    2164000 | #Constraints:     104853
1348.69/1354.82	c #Conflicts:    2165000 | #Constraints:     105853
1348.69/1354.82	c #Conflicts:    2166000 | #Constraints:     106853
1348.69/1354.82	c #Conflicts:    2167000 | #Constraints:     107853
1348.69/1354.82	c #Conflicts:    2168000 | #Constraints:     108853
1348.69/1354.82	c #Conflicts:    2169000 | #Constraints:     109853
1348.69/1354.82	c #Conflicts:    2170000 | #Constraints:     110855
1348.69/1354.82	c #Conflicts:    2171000 | #Constraints:     111856
1348.69/1354.82	c #Conflicts:    2172000 | #Constraints:     112857
1348.69/1354.82	c #Conflicts:    2173000 | #Constraints:     113857
1348.69/1354.82	c #Conflicts:    2174000 | #Constraints:     114858
1348.69/1354.82	c #Conflicts:    2175000 | #Constraints:     115858
1348.69/1354.82	c #Conflicts:    2176000 | #Constraints:     116859
1348.69/1354.82	c #Conflicts:    2177000 | #Constraints:     117859
1348.69/1354.82	c INPROCESSING
1348.69/1354.82	c GARBAGE COLLECT
1348.69/1354.82	c rational objective 19413.4
1372.27/1378.54	c #Conflicts:    2178000 | #Constraints:      62008
1372.27/1378.54	c #Conflicts:    2179000 | #Constraints:      63008
1372.27/1378.54	c #Conflicts:    2180000 | #Constraints:      64012
1372.27/1378.54	c #Conflicts:    2181000 | #Constraints:      65013
1372.27/1378.54	c #Conflicts:    2182000 | #Constraints:      66013
1372.27/1378.54	c #Conflicts:    2183000 | #Constraints:      67013
1372.27/1378.54	c #Conflicts:    2184000 | #Constraints:      68013
1372.27/1378.54	c #Conflicts:    2185000 | #Constraints:      69013
1372.27/1378.54	c #Conflicts:    2186000 | #Constraints:      70013
1372.27/1378.54	c #Conflicts:    2187000 | #Constraints:      71016
1372.27/1378.54	c #Conflicts:    2188000 | #Constraints:      72017
1372.27/1378.54	c #Conflicts:    2189000 | #Constraints:      73017
1372.27/1378.54	c #Conflicts:    2190000 | #Constraints:      74017
1372.27/1378.54	c #Conflicts:    2191000 | #Constraints:      75019
1372.27/1378.54	c #Conflicts:    2192000 | #Constraints:      76019
1372.27/1378.54	c #Conflicts:    2193000 | #Constraints:      77019
1372.27/1378.54	c #Conflicts:    2194000 | #Constraints:      78019
1372.27/1378.54	c #Conflicts:    2195000 | #Constraints:      79021
1372.27/1378.54	c #Conflicts:    2196000 | #Constraints:      80022
1372.27/1378.54	c #Conflicts:    2197000 | #Constraints:      81024
1372.27/1378.54	c #Conflicts:    2198000 | #Constraints:      82024
1372.27/1378.54	c #Conflicts:    2199000 | #Constraints:      83024
1372.27/1378.54	c #Conflicts:    2200000 | #Constraints:      84024
1372.27/1378.54	c #Conflicts:    2201000 | #Constraints:      85024
1372.27/1378.54	c #Conflicts:    2202000 | #Constraints:      86025
1372.27/1378.54	c #Conflicts:    2203000 | #Constraints:      87025
1372.27/1378.54	c #Conflicts:    2204000 | #Constraints:      88025
1372.27/1378.54	c #Conflicts:    2205000 | #Constraints:      89027
1372.27/1378.54	c #Conflicts:    2206000 | #Constraints:      90028
1372.27/1378.54	c #Conflicts:    2207000 | #Constraints:      91029
1372.27/1378.54	c #Conflicts:    2208000 | #Constraints:      92030
1372.27/1378.54	c INPROCESSING
1372.27/1378.54	c GARBAGE COLLECT
1372.27/1378.54	c rational objective 19413.4
1393.60/1399.94	c #Conflicts:    2209000 | #Constraints:      49449
1393.60/1399.94	c #Conflicts:    2210000 | #Constraints:      50449
1393.60/1399.94	c #Conflicts:    2211000 | #Constraints:      51450
1393.60/1399.94	c #Conflicts:    2212000 | #Constraints:      52451
1393.60/1399.94	c #Conflicts:    2213000 | #Constraints:      53451
1393.60/1399.94	c #Conflicts:    2214000 | #Constraints:      54451
1393.60/1399.94	c #Conflicts:    2215000 | #Constraints:      55451
1393.60/1399.94	c #Conflicts:    2216000 | #Constraints:      56452
1393.60/1399.94	c #Conflicts:    2217000 | #Constraints:      57452
1393.60/1399.94	c #Conflicts:    2218000 | #Constraints:      58454
1393.60/1399.94	c #Conflicts:    2219000 | #Constraints:      59454
1393.60/1399.94	c #Conflicts:    2220000 | #Constraints:      60455
1393.60/1399.94	c #Conflicts:    2221000 | #Constraints:      61456
1393.60/1399.94	c #Conflicts:    2222000 | #Constraints:      62456
1393.60/1399.94	c #Conflicts:    2223000 | #Constraints:      63457
1393.60/1399.94	c #Conflicts:    2224000 | #Constraints:      64457
1393.60/1399.94	c #Conflicts:    2225000 | #Constraints:      65457
1393.60/1399.94	c #Conflicts:    2226000 | #Constraints:      66457
1393.60/1399.94	c #Conflicts:    2227000 | #Constraints:      67457
1393.60/1399.94	c #Conflicts:    2228000 | #Constraints:      68457
1393.60/1399.94	c #Conflicts:    2229000 | #Constraints:      69457
1393.60/1399.94	c #Conflicts:    2230000 | #Constraints:      70457
1393.60/1399.94	c #Conflicts:    2231000 | #Constraints:      71458
1393.60/1399.94	c #Conflicts:    2232000 | #Constraints:      72458
1393.60/1399.94	c #Conflicts:    2233000 | #Constraints:      73459
1393.60/1399.94	c #Conflicts:    2234000 | #Constraints:      74459
1393.60/1399.94	c #Conflicts:    2235000 | #Constraints:      75460
1393.60/1399.94	c #Conflicts:    2236000 | #Constraints:      76460
1393.60/1399.94	c #Conflicts:    2237000 | #Constraints:      77460
1393.60/1399.94	c #Conflicts:    2238000 | #Constraints:      78460
1393.60/1399.94	c INPROCESSING
1393.60/1399.94	c GARBAGE COLLECT
1393.60/1399.94	c rational objective 19413.4
1408.20/1414.63	c #Conflicts:    2239000 | #Constraints:      42423
1408.20/1414.63	c #Conflicts:    2240000 | #Constraints:      43423
1408.20/1414.63	c #Conflicts:    2241000 | #Constraints:      44423
1408.20/1414.63	c #Conflicts:    2242000 | #Constraints:      45423
1408.20/1414.63	c #Conflicts:    2243000 | #Constraints:      46424
1408.20/1414.63	c #Conflicts:    2244000 | #Constraints:      47424
1408.20/1414.63	c #Conflicts:    2245000 | #Constraints:      48424
1408.20/1414.63	c #Conflicts:    2246000 | #Constraints:      49425
1408.20/1414.63	c #Conflicts:    2247000 | #Constraints:      50425
1408.20/1414.63	c #Conflicts:    2248000 | #Constraints:      51425
1408.20/1414.63	c #Conflicts:    2249000 | #Constraints:      52425
1408.20/1414.63	c #Conflicts:    2250000 | #Constraints:      53425
1408.20/1414.63	c #Conflicts:    2251000 | #Constraints:      54425
1408.20/1414.63	c #Conflicts:    2252000 | #Constraints:      55426
1408.20/1414.63	c #Conflicts:    2253000 | #Constraints:      56426
1408.20/1414.63	c #Conflicts:    2254000 | #Constraints:      57426
1408.20/1414.63	c #Conflicts:    2255000 | #Constraints:      58426
1408.20/1414.63	c #Conflicts:    2256000 | #Constraints:      59427
1408.20/1414.63	c #Conflicts:    2257000 | #Constraints:      60427
1408.20/1414.63	c #Conflicts:    2258000 | #Constraints:      61427
1408.20/1414.63	c #Conflicts:    2259000 | #Constraints:      62428
1408.20/1414.63	c #Conflicts:    2260000 | #Constraints:      63428
1408.20/1414.63	c #Conflicts:    2261000 | #Constraints:      64429
1408.20/1414.63	c #Conflicts:    2262000 | #Constraints:      65430
1408.20/1414.63	c #Conflicts:    2263000 | #Constraints:      66432
1408.20/1414.63	c #Conflicts:    2264000 | #Constraints:      67433
1408.20/1414.63	c #Conflicts:    2265000 | #Constraints:      68435
1408.20/1414.63	c #Conflicts:    2266000 | #Constraints:      69437
1408.20/1414.63	c #Conflicts:    2267000 | #Constraints:      70437
1408.20/1414.63	c #Conflicts:    2268000 | #Constraints:      71438
1408.20/1414.63	c #Conflicts:    2269000 | #Constraints:      72438
1408.20/1414.63	c INPROCESSING
1408.20/1414.63	c GARBAGE COLLECT
1408.20/1414.63	c rational objective 19413.4
1437.16/1443.70	c #Conflicts:    2270000 | #Constraints:      39560
1437.16/1443.70	c #Conflicts:    2271000 | #Constraints:      40560
1437.16/1443.70	c #Conflicts:    2272000 | #Constraints:      41560
1437.16/1443.70	c #Conflicts:    2273000 | #Constraints:      42560
1437.16/1443.70	c #Conflicts:    2274000 | #Constraints:      43561
1437.16/1443.70	c #Conflicts:    2275000 | #Constraints:      44561
1437.16/1443.70	c #Conflicts:    2276000 | #Constraints:      45562
1437.16/1443.70	c #Conflicts:    2277000 | #Constraints:      46562
1437.16/1443.70	c #Conflicts:    2278000 | #Constraints:      47562
1437.16/1443.70	c #Conflicts:    2279000 | #Constraints:      48562
1437.16/1443.70	c #Conflicts:    2280000 | #Constraints:      49562
1437.16/1443.70	c #Conflicts:    2281000 | #Constraints:      50562
1437.16/1443.70	c #Conflicts:    2282000 | #Constraints:      51564
1437.16/1443.70	c #Conflicts:    2283000 | #Constraints:      52564
1437.16/1443.70	c #Conflicts:    2284000 | #Constraints:      53565
1437.16/1443.70	c #Conflicts:    2285000 | #Constraints:      54565
1437.16/1443.70	c #Conflicts:    2286000 | #Constraints:      55565
1437.16/1443.70	c #Conflicts:    2287000 | #Constraints:      56566
1437.16/1443.70	c #Conflicts:    2288000 | #Constraints:      57566
1437.16/1443.70	c #Conflicts:    2289000 | #Constraints:      58566
1437.16/1443.70	c #Conflicts:    2290000 | #Constraints:      59566
1437.16/1443.70	c #Conflicts:    2291000 | #Constraints:      60566
1437.16/1443.70	c #Conflicts:    2292000 | #Constraints:      61566
1437.16/1443.70	c #Conflicts:    2293000 | #Constraints:      62567
1437.16/1443.70	c #Conflicts:    2294000 | #Constraints:      63568
1437.16/1443.70	c #Conflicts:    2295000 | #Constraints:      64568
1437.16/1443.70	c #Conflicts:    2296000 | #Constraints:      65568
1437.16/1443.70	c #Conflicts:    2297000 | #Constraints:      66568
1437.16/1443.70	c #Conflicts:    2298000 | #Constraints:      67568
1437.16/1443.70	c #Conflicts:    2299000 | #Constraints:      68569
1437.16/1443.70	c #Conflicts:    2300000 | #Constraints:      69570
1437.16/1443.70	c #Conflicts:    2301000 | #Constraints:      70570
1437.16/1443.70	c #Conflicts:    2302000 | #Constraints:      71570
1437.16/1443.70	c #Conflicts:    2303000 | #Constraints:      72570
1437.16/1443.70	c #Conflicts:    2304000 | #Constraints:      73570
1437.16/1443.70	c #Conflicts:    2305000 | #Constraints:      74570
1437.16/1443.70	c #Conflicts:    2306000 | #Constraints:      75570
1437.16/1443.70	c #Conflicts:    2307000 | #Constraints:      76572
1437.16/1443.70	c #Conflicts:    2308000 | #Constraints:      77572
1437.16/1443.70	c #Conflicts:    2309000 | #Constraints:      78572
1437.16/1443.70	c #Conflicts:    2310000 | #Constraints:      79574
1437.16/1443.70	c #Conflicts:    2311000 | #Constraints:      80574
1437.16/1443.70	c #Conflicts:    2312000 | #Constraints:      81574
1437.16/1443.70	c #Conflicts:    2313000 | #Constraints:      82575
1437.16/1443.70	c #Conflicts:    2314000 | #Constraints:      83576
1437.16/1443.70	c #Conflicts:    2315000 | #Constraints:      84576
1437.16/1443.70	c #Conflicts:    2316000 | #Constraints:      85576
1437.16/1443.70	WSVECS04 Frhs2[52]: 6 0 106 shouldn't be
1437.16/1443.70	WSVECS04 Frhs2[78]: 6 0 55 shouldn't be
1437.16/1443.70	WSVECS04 Frhs2[82]: 6 0 845.667 shouldn't be
1437.16/1443.70	WSVECS04 Frhs2[109]: 6 -6.00004 0 shouldn't be
1437.16/1443.70	WSVECS04 Frhs2[111]: 6 0 744 shouldn't be
1437.16/1443.70	WSVECS04 Frhs2[114]: 6 0 55 shouldn't be
1437.16/1443.70	WSVECS04 Frhs2[160]: 6 0 57.0001 shouldn't be
1437.16/1443.70	WSVECS04 Frhs2[177]: 6 0 155 shouldn't be
1437.16/1443.70	WSVECS04 Frhs2[179]: 6 0 49.0001 shouldn't be
1437.16/1443.70	WSVECS04 Frhs2[189]: 6 -295.667 0 shouldn't be
1437.16/1443.70	WSVECS04 Frhs2[195]: 6 -106 0 shouldn't be
1437.16/1443.70	WSVECS04 Frhs2[217]: 6 -171 0 shouldn't be
1437.16/1443.70	WSVECS04 Frhs2[220]: 6 0 463 shouldn't be
1437.16/1443.70	WSVECS04 Frhs2[229]: 6 0 106 shouldn't be
1437.16/1443.70	WSVECS04 Frhs2[289]: 6 -518 0 shouldn't be
1437.16/1443.70	WSVECS04 Frhs2[294]: 6 0 55 shouldn't be
1437.16/1443.70	WSVECS04 Frhs2[341]: 6 0 49 shouldn't be
1437.16/1443.70	WSVECS04 Frhs2[463]: 6 0 172 shouldn't be
1491.80/1498.63	c #Conflicts:    2317000 | #Constraints:      86576
1491.80/1498.63	c #Conflicts:    2318000 | #Constraints:      87576
1491.80/1498.63	c #Conflicts:    2319000 | #Constraints:      88576
1491.80/1498.63	c #Conflicts:    2320000 | #Constraints:      89576
1491.80/1498.63	c #Conflicts:    2321000 | #Constraints:      90576
1491.80/1498.63	c #Conflicts:    2322000 | #Constraints:      91576
1491.80/1498.63	c #Conflicts:    2323000 | #Constraints:      92576
1491.80/1498.63	c #Conflicts:    2324000 | #Constraints:      93578
1491.80/1498.63	c #Conflicts:    2325000 | #Constraints:      94580
1491.80/1498.63	c #Conflicts:    2326000 | #Constraints:      95580
1491.80/1498.63	c #Conflicts:    2327000 | #Constraints:      96580
1491.80/1498.63	c #Conflicts:    2328000 | #Constraints:      97581
1491.80/1498.63	c #Conflicts:    2329000 | #Constraints:      98581
1491.80/1498.63	c #Conflicts:    2330000 | #Constraints:      99582
1491.80/1498.63	c #Conflicts:    2331000 | #Constraints:     100582
1491.80/1498.63	c #Conflicts:    2332000 | #Constraints:     101583
1491.80/1498.63	c #Conflicts:    2333000 | #Constraints:     102583
1491.80/1498.63	c #Conflicts:    2334000 | #Constraints:     103583
1491.80/1498.63	c #Conflicts:    2335000 | #Constraints:     104583
1491.80/1498.63	c #Conflicts:    2336000 | #Constraints:     105583
1491.80/1498.64	c #Conflicts:    2337000 | #Constraints:     106583
1491.80/1498.64	c #Conflicts:    2338000 | #Constraints:     107584
1491.80/1498.64	c #Conflicts:    2339000 | #Constraints:     108584
1491.80/1498.64	c #Conflicts:    2340000 | #Constraints:     109584
1491.80/1498.64	c #Conflicts:    2341000 | #Constraints:     110584
1491.80/1498.64	c #Conflicts:    2342000 | #Constraints:     111586
1491.80/1498.64	c #Conflicts:    2343000 | #Constraints:     112586
1491.80/1498.64	c #Conflicts:    2344000 | #Constraints:     113586
1491.80/1498.64	c #Conflicts:    2345000 | #Constraints:     114586
1491.80/1498.64	c #Conflicts:    2346000 | #Constraints:     115586
1491.80/1498.64	c #Conflicts:    2347000 | #Constraints:     116588
1491.80/1498.64	c #Conflicts:    2348000 | #Constraints:     117589
1491.80/1498.64	c #Conflicts:    2349000 | #Constraints:     118589
1491.80/1498.64	c #Conflicts:    2350000 | #Constraints:     119590
1491.80/1498.64	c #Conflicts:    2351000 | #Constraints:     120590
1491.80/1498.64	c #Conflicts:    2352000 | #Constraints:     121591
1491.80/1498.64	c #Conflicts:    2353000 | #Constraints:     122593
1491.80/1498.64	c #Conflicts:    2354000 | #Constraints:     123594
1491.80/1498.64	c #Conflicts:    2355000 | #Constraints:     124594
1491.80/1498.64	c #Conflicts:    2356000 | #Constraints:     125594
1491.80/1498.64	c #Conflicts:    2357000 | #Constraints:     126594
1491.80/1498.64	c #Conflicts:    2358000 | #Constraints:     127594
1491.80/1498.64	c #Conflicts:    2359000 | #Constraints:     128594
1491.80/1498.64	c #Conflicts:    2360000 | #Constraints:     129595
1491.80/1498.64	c #Conflicts:    2361000 | #Constraints:     130595
1491.80/1498.64	c #Conflicts:    2362000 | #Constraints:     131595
1491.80/1498.64	c #Conflicts:    2363000 | #Constraints:     132596
1491.80/1498.64	c #Conflicts:    2364000 | #Constraints:     133596
1491.80/1498.64	c #Conflicts:    2365000 | #Constraints:     134596
1491.80/1498.64	c #Conflicts:    2366000 | #Constraints:     135597
1491.80/1498.64	c #Conflicts:    2367000 | #Constraints:     136597
1491.80/1498.64	c #Conflicts:    2368000 | #Constraints:     137598
1491.80/1498.64	c #Conflicts:    2369000 | #Constraints:     138599
1491.80/1498.64	c #Conflicts:    2370000 | #Constraints:     139599
1491.80/1498.64	c #Conflicts:    2371000 | #Constraints:     140600
1491.80/1498.64	c #Conflicts:    2372000 | #Constraints:     141600
1491.80/1498.64	c #Conflicts:    2373000 | #Constraints:     142600
1491.80/1498.64	WSVECS04 Frhs2[3]: 6 0 204 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[28]: 6 0 294.5 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[43]: 6 0 98.5 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[45]: 6 0 0.500021 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[46]: 6 0 6.07145 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[47]: 6 0 0.500052 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[65]: 6 -391.813 0 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[74]: 6 -423 0 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[79]: 6 0 98.5 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[93]: 6 -742.884 0 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[114]: 6 0 93.4286 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[145]: 6 0 177 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[164]: 6 0 51.5001 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[168]: 6 0 51.5001 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[213]: 6 -472.214 0 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[222]: 6 0 93.4286 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[224]: 6 -98.5001 0 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[225]: 6 0 0.500084 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[226]: 6 0 6.07145 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[227]: 6 0 0.500074 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[243]: 6 0 52.7501 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[247]: 6 0 99.0715 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[248]: 6 0 99.0715 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[249]: 6 0 99.0715 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[255]: 6 0 204 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[271]: 6 0 742.884 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[272]: 6 0 51.5 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[279]: 6 0 55.625 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[291]: 6 0 204 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[307]: 6 0 691.384 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[310]: 6 -103 0 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[427]: 6 0 106 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[453]: 6 -179 0 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[465]: 6 -106 0 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[469]: 6 -888 0 shouldn't be
1491.80/1498.64	WSVECS04 Frhs2[494]: 6 -938.375 0 shouldn't be
1502.32/1509.46	c #Conflicts:    2374000 | #Constraints:     143601
1502.32/1509.46	c #Conflicts:    2375000 | #Constraints:     144601
1502.32/1509.46	c #Conflicts:    2376000 | #Constraints:     145601
1502.32/1509.46	c #Conflicts:    2377000 | #Constraints:     146602
1502.32/1509.46	c #Conflicts:    2378000 | #Constraints:     147602
1502.32/1509.46	c #Conflicts:    2379000 | #Constraints:     148603
1502.32/1509.46	c #Conflicts:    2380000 | #Constraints:     149603
1502.32/1509.46	c #Conflicts:    2381000 | #Constraints:     150603
1502.32/1509.46	WSVECS04 Frhs2[15]: 6 0 106 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[56]: 6 0 372 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[58]: 6 -87.6601 0 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[60]: 6 0 414.68 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[123]: 6 -106 0 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[128]: 6 0 372 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[130]: 6 -193.66 0 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[151]: 6 0 189.71 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[155]: 6 0 25.4301 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[156]: 6 0 86.8401 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[166]: 6 0 261.77 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[172]: 6 0 680.92 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[217]: 6 -991.92 0 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[235]: 6 0 534.66 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[238]: 6 0 75.0001 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[244]: 6 0 680.92 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[271]: 6 0 459.66 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[274]: 6 -137.32 0 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[280]: 6 0 680.92 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[298]: 6 0 287.52 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[300]: 6 0 86.84 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[307]: 6 0 459.66 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[308]: 6 0 372 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[310]: 6 -119.68 0 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[321]: 6 -297.36 0 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[331]: 6 0 176.12 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[332]: 6 -151 0 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[351]: 6 -785 0 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[377]: 6 -334 0 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[454]: 6 0 901.68 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[471]: 6 0 1045.68 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[494]: 6 -415 0 shouldn't be
1502.32/1509.46	WSVECS04 Frhs2[525]: 6 -48.64 0 shouldn't be
1550.92/1558.25	c #Conflicts:    2382000 | #Constraints:     151603
1550.92/1558.25	c #Conflicts:    2383000 | #Constraints:     152603
1550.92/1558.25	c #Conflicts:    2384000 | #Constraints:     153604
1550.92/1558.25	c #Conflicts:    2385000 | #Constraints:     154604
1550.92/1558.25	c #Conflicts:    2386000 | #Constraints:     155604
1550.92/1558.25	c #Conflicts:    2387000 | #Constraints:     156608
1550.92/1558.25	c #Conflicts:    2388000 | #Constraints:     157608
1550.92/1558.25	c #Conflicts:    2389000 | #Constraints:     158608
1550.92/1558.25	c #Conflicts:    2390000 | #Constraints:     159609
1550.92/1558.25	c #Conflicts:    2391000 | #Constraints:     160609
1550.92/1558.25	c #Conflicts:    2392000 | #Constraints:     161611
1550.92/1558.25	c #Conflicts:    2393000 | #Constraints:     162612
1550.92/1558.25	c #Conflicts:    2394000 | #Constraints:     163614
1550.92/1558.25	c #Conflicts:    2395000 | #Constraints:     164616
1550.92/1558.25	c #Conflicts:    2396000 | #Constraints:     165616
1550.92/1558.25	c #Conflicts:    2397000 | #Constraints:     166618
1550.92/1558.25	c #Conflicts:    2398000 | #Constraints:     167618
1550.92/1558.25	c #Conflicts:    2399000 | #Constraints:     168618
1550.92/1558.25	c #Conflicts:    2400000 | #Constraints:     169619
1550.92/1558.25	c #Conflicts:    2401000 | #Constraints:     170619
1550.92/1558.25	c #Conflicts:    2402000 | #Constraints:     171619
1550.92/1558.25	c #Conflicts:    2403000 | #Constraints:     172619
1550.92/1558.25	c #Conflicts:    2404000 | #Constraints:     173619
1550.92/1558.25	c #Conflicts:    2405000 | #Constraints:     174619
1550.92/1558.25	c #Conflicts:    2406000 | #Constraints:     175619
1550.92/1558.25	c #Conflicts:    2407000 | #Constraints:     176621
1550.92/1558.25	c #Conflicts:    2408000 | #Constraints:     177621
1550.92/1558.25	c #Conflicts:    2409000 | #Constraints:     178622
1550.92/1558.25	c #Conflicts:    2410000 | #Constraints:     179623
1550.92/1558.25	c INPROCESSING
1550.92/1558.25	c GARBAGE COLLECT
1550.92/1558.25	c rational objective 19413.4
1577.52/1584.94	c #Conflicts:    2411000 | #Constraints:      92843
1577.52/1584.94	c #Conflicts:    2412000 | #Constraints:      93844
1577.52/1584.94	c #Conflicts:    2413000 | #Constraints:      94848
1577.52/1584.94	c #Conflicts:    2414000 | #Constraints:      95849
1577.52/1584.94	c #Conflicts:    2415000 | #Constraints:      96851
1577.52/1584.94	c #Conflicts:    2416000 | #Constraints:      97851
1577.52/1584.94	c #Conflicts:    2417000 | #Constraints:      98852
1577.52/1584.94	c #Conflicts:    2418000 | #Constraints:      99852
1577.52/1584.94	c #Conflicts:    2419000 | #Constraints:     100855
1577.52/1584.94	c #Conflicts:    2420000 | #Constraints:     101856
1577.52/1584.94	c #Conflicts:    2421000 | #Constraints:     102858
1577.52/1584.94	c #Conflicts:    2422000 | #Constraints:     103860
1577.52/1584.94	c #Conflicts:    2423000 | #Constraints:     104860
1577.52/1584.94	c #Conflicts:    2424000 | #Constraints:     105861
1577.52/1584.94	c #Conflicts:    2425000 | #Constraints:     106861
1577.52/1584.94	c #Conflicts:    2426000 | #Constraints:     107861
1577.52/1584.94	c #Conflicts:    2427000 | #Constraints:     108862
1577.52/1584.94	c #Conflicts:    2428000 | #Constraints:     109863
1577.52/1584.94	c #Conflicts:    2429000 | #Constraints:     110865
1577.52/1584.94	c #Conflicts:    2430000 | #Constraints:     111865
1577.52/1584.94	c #Conflicts:    2431000 | #Constraints:     112866
1577.52/1584.94	c #Conflicts:    2432000 | #Constraints:     113866
1577.52/1584.94	c #Conflicts:    2433000 | #Constraints:     114866
1577.52/1584.94	c #Conflicts:    2434000 | #Constraints:     115866
1577.52/1584.94	c #Conflicts:    2435000 | #Constraints:     116867
1577.52/1584.94	c #Conflicts:    2436000 | #Constraints:     117867
1577.52/1584.94	c #Conflicts:    2437000 | #Constraints:     118867
1577.52/1584.94	c #Conflicts:    2438000 | #Constraints:     119868
1577.52/1584.94	c #Conflicts:    2439000 | #Constraints:     120869
1577.52/1584.94	c #Conflicts:    2440000 | #Constraints:     121870
1577.52/1584.94	c #Conflicts:    2441000 | #Constraints:     122872
1577.52/1584.94	c #Conflicts:    2442000 | #Constraints:     123873
1577.52/1584.94	c INPROCESSING
1577.52/1584.94	c GARBAGE COLLECT
1577.52/1584.94	c rational objective 19413.4
1606.78/1614.32	c #Conflicts:    2443000 | #Constraints:      64955
1606.78/1614.32	c #Conflicts:    2444000 | #Constraints:      65955
1606.78/1614.32	c #Conflicts:    2445000 | #Constraints:      66955
1606.78/1614.32	c #Conflicts:    2446000 | #Constraints:      67955
1606.78/1614.32	c #Conflicts:    2447000 | #Constraints:      68955
1606.78/1614.32	c #Conflicts:    2448000 | #Constraints:      69958
1606.78/1614.32	c #Conflicts:    2449000 | #Constraints:      70959
1606.78/1614.32	c #Conflicts:    2450000 | #Constraints:      71960
1606.78/1614.32	c #Conflicts:    2451000 | #Constraints:      72960
1606.78/1614.32	c #Conflicts:    2452000 | #Constraints:      73960
1606.78/1614.32	c #Conflicts:    2453000 | #Constraints:      74960
1606.78/1614.32	c #Conflicts:    2454000 | #Constraints:      75960
1606.78/1614.32	c #Conflicts:    2455000 | #Constraints:      76961
1606.78/1614.32	c #Conflicts:    2456000 | #Constraints:      77963
1606.78/1614.32	c #Conflicts:    2457000 | #Constraints:      78965
1606.78/1614.32	c #Conflicts:    2458000 | #Constraints:      79965
1606.78/1614.32	c #Conflicts:    2459000 | #Constraints:      80966
1606.78/1614.32	c #Conflicts:    2460000 | #Constraints:      81966
1606.78/1614.32	c #Conflicts:    2461000 | #Constraints:      82967
1606.78/1614.32	c #Conflicts:    2462000 | #Constraints:      83968
1606.78/1614.32	c #Conflicts:    2463000 | #Constraints:      84969
1606.78/1614.32	c #Conflicts:    2464000 | #Constraints:      85969
1606.78/1614.32	c #Conflicts:    2465000 | #Constraints:      86969
1606.78/1614.32	c #Conflicts:    2466000 | #Constraints:      87970
1606.78/1614.32	c #Conflicts:    2467000 | #Constraints:      88970
1606.78/1614.32	c #Conflicts:    2468000 | #Constraints:      89970
1606.78/1614.32	c #Conflicts:    2469000 | #Constraints:      90971
1606.78/1614.32	c #Conflicts:    2470000 | #Constraints:      91971
1606.78/1614.32	c #Conflicts:    2471000 | #Constraints:      92972
1606.78/1614.32	c #Conflicts:    2472000 | #Constraints:      93972
1606.78/1614.32	c #Conflicts:    2473000 | #Constraints:      94972
1606.78/1614.32	c #Conflicts:    2474000 | #Constraints:      95972
1606.78/1614.32	c #Conflicts:    2475000 | #Constraints:      96973
1606.78/1614.32	c INPROCESSING
1606.78/1614.32	c GARBAGE COLLECT
1606.78/1614.32	c rational objective 19413.4
1632.08/1642.27	c #Conflicts:    2476000 | #Constraints:      51930
1632.08/1642.27	c #Conflicts:    2477000 | #Constraints:      52930
1632.08/1642.27	c #Conflicts:    2478000 | #Constraints:      53930
1632.08/1642.27	c #Conflicts:    2479000 | #Constraints:      54930
1632.08/1642.27	c #Conflicts:    2480000 | #Constraints:      55930
1632.08/1642.27	c #Conflicts:    2481000 | #Constraints:      56930
1632.08/1642.27	c #Conflicts:    2482000 | #Constraints:      57931
1632.08/1642.27	c #Conflicts:    2483000 | #Constraints:      58933
1632.08/1642.27	c #Conflicts:    2484000 | #Constraints:      59933
1632.08/1642.27	c #Conflicts:    2485000 | #Constraints:      60933
1632.08/1642.27	c #Conflicts:    2486000 | #Constraints:      61933
1632.08/1642.27	c #Conflicts:    2487000 | #Constraints:      62936
1632.08/1642.27	c #Conflicts:    2488000 | #Constraints:      63939
1632.08/1642.27	c #Conflicts:    2489000 | #Constraints:      64941
1632.08/1642.27	c #Conflicts:    2490000 | #Constraints:      65941
1632.08/1642.27	c #Conflicts:    2491000 | #Constraints:      66942
1632.08/1642.27	c #Conflicts:    2492000 | #Constraints:      67942
1632.08/1642.27	c #Conflicts:    2493000 | #Constraints:      68942
1632.08/1642.27	c #Conflicts:    2494000 | #Constraints:      69942
1632.08/1642.27	c #Conflicts:    2495000 | #Constraints:      70942
1632.08/1642.27	c #Conflicts:    2496000 | #Constraints:      71945
1632.08/1642.27	c #Conflicts:    2497000 | #Constraints:      72945
1632.08/1642.27	c #Conflicts:    2498000 | #Constraints:      73946
1632.08/1642.27	c #Conflicts:    2499000 | #Constraints:      74946
1632.08/1642.27	c #Conflicts:    2500000 | #Constraints:      75946
1632.08/1642.27	c #Conflicts:    2501000 | #Constraints:      76946
1632.08/1642.27	c #Conflicts:    2502000 | #Constraints:      77947
1632.08/1642.27	c #Conflicts:    2503000 | #Constraints:      78947
1632.08/1642.27	c #Conflicts:    2504000 | #Constraints:      79948
1632.08/1642.27	c #Conflicts:    2505000 | #Constraints:      80948
1632.08/1642.27	c #Conflicts:    2506000 | #Constraints:      81950
1632.08/1642.27	c #Conflicts:    2507000 | #Constraints:      82951
1632.08/1642.27	c INPROCESSING
1632.08/1642.27	c GARBAGE COLLECT
1632.08/1642.27	c rational objective 19413.4
1636.77/1646.94	c #Conflicts:    2508000 | #Constraints:      44732
1636.77/1646.94	c #Conflicts:    2509000 | #Constraints:      45732
1636.77/1646.94	c #Conflicts:    2510000 | #Constraints:      46733
1636.77/1646.94	c #Conflicts:    2511000 | #Constraints:      47734
1636.77/1646.94	c #Conflicts:    2512000 | #Constraints:      48735
1636.77/1646.94	c #Conflicts:    2513000 | #Constraints:      49736
1636.77/1646.94	c #Conflicts:    2514000 | #Constraints:      50737
1636.77/1646.94	c #Conflicts:    2515000 | #Constraints:      51738
1636.77/1646.94	c #Conflicts:    2516000 | #Constraints:      52738
1636.77/1646.94	WSVECS04 Frhs2[3]: 6 0 882 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[10]: 6 0 6.67753 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[14]: 6 -850.066 0 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[21]: 6 0 11.1451 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[26]: 6 0 153.379 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[39]: 6 0 882 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[46]: 6 0 6.67755 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[56]: 6 0 1.45174 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[82]: 6 0 6.6775 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[85]: 6 0 207.596 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[98]: 6 0 29.2695 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[104]: 6 0 116.185 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[119]: 6 0 47 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[121]: 6 0 207.596 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[123]: 6 -43.6775 0 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[127]: 6 0 150.839 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[136]: 6 0 67.5782 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[143]: 6 -861.022 0 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[145]: 6 0 207.596 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[147]: 6 0 882 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[161]: 6 0 976.855 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[163]: 6 0 204.516 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[166]: 6 -91.71 0 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[172]: 6 0 135.156 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[176]: 6 0 116.185 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[184]: 6 0 502 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[189]: 6 -37.0001 0 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[195]: 6 -1049.18 0 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[200]: 6 0 69.2423 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[210]: 6 0 140.086 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[220]: 6 0 458.323 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[247]: 6 0 655.541 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[290]: 6 -947.381 0 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[296]: 6 -315 0 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[320]: 6 0 116.185 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[330]: 6 0 661.174 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[336]: 6 -315 0 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[386]: 6 -78.6903 0 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[396]: 6 -1183 0 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[415]: 6 0 33.0001 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[419]: 6 0 888 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[445]: 6 0 247 shouldn't be
1636.77/1646.94	WSVECS04 Frhs2[446]: 6 0 328.678 shouldn't be
1653.78/1664.09	c #Conflicts:    2517000 | #Constraints:      53738
1653.78/1664.09	c #Conflicts:    2518000 | #Constraints:      54738
1653.78/1664.09	c #Conflicts:    2519000 | #Constraints:      55738
1653.78/1664.09	c #Conflicts:    2520000 | #Constraints:      56738
1653.78/1664.09	c #Conflicts:    2521000 | #Constraints:      57738
1653.78/1664.09	c #Conflicts:    2522000 | #Constraints:      58739
1653.78/1664.09	c #Conflicts:    2523000 | #Constraints:      59739
1653.78/1664.09	c #Conflicts:    2524000 | #Constraints:      60740
1653.78/1664.09	c #Conflicts:    2525000 | #Constraints:      61740
1653.78/1664.09	c #Conflicts:    2526000 | #Constraints:      62741
1653.78/1664.09	c #Conflicts:    2527000 | #Constraints:      63741
1653.78/1664.09	c #Conflicts:    2528000 | #Constraints:      64741
1653.78/1664.09	c #Conflicts:    2529000 | #Constraints:      65741
1653.78/1664.09	c #Conflicts:    2530000 | #Constraints:      66742
1653.78/1664.09	c #Conflicts:    2531000 | #Constraints:      67743
1653.78/1664.09	c #Conflicts:    2532000 | #Constraints:      68743
1653.78/1664.09	c #Conflicts:    2533000 | #Constraints:      69745
1653.78/1664.09	c #Conflicts:    2534000 | #Constraints:      70746
1653.78/1664.09	c #Conflicts:    2535000 | #Constraints:      71746
1653.78/1664.09	c #Conflicts:    2536000 | #Constraints:      72748
1653.78/1664.09	c #Conflicts:    2537000 | #Constraints:      73748
1653.78/1664.09	c #Conflicts:    2538000 | #Constraints:      74748
1653.78/1664.09	c #Conflicts:    2539000 | #Constraints:      75748
1653.78/1664.09	WSVECS04 Frhs2[110]: 6 0 8.80006 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[135]: 6 0 38.0001 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[157]: 6 0 3.09509 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[163]: 6 0 11.6001 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[175]: 6 0 79.6601 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[181]: 6 0 283.45 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[191]: 6 0 12.4001 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[193]: 6 0 16.2951 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[197]: 6 0 51.2 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[211]: 6 0 598.48 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[217]: 6 -459.85 0 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[222]: 6 0 4.40001 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[228]: 6 0 38.0001 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[233]: 6 0 51.2 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[235]: 6 0 172 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[253]: 6 -643.05 0 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[265]: 6 0 14.695 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[290]: 6 -295 0 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[294]: 6 0 4.40002 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[305]: 6 0 59.6001 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[318]: 6 0 33.2 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[330]: 6 0 4.40006 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[335]: 6 0 24.8 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[354]: 6 0 33.2001 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[364]: 6 0 702.55 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[367]: 6 0 195.45 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[368]: 6 0 113 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[381]: 6 -97.2001 0 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[390]: 6 0 38.0001 shouldn't be
1653.78/1664.09	WSVECS04 Frhs2[514]: 6 0 664.3 shouldn't be
1654.57/1664.80	c #Conflicts:    2540000 | #Constraints:      76748
1654.57/1664.80	c INPROCESSING
1654.57/1664.80	c GARBAGE COLLECT
1654.57/1664.80	c rational objective 19413.4
1669.63/1679.93	c #Conflicts:    2541000 | #Constraints:      41811
1669.63/1679.93	c #Conflicts:    2542000 | #Constraints:      42812
1669.63/1679.93	c #Conflicts:    2543000 | #Constraints:      43814
1669.63/1679.93	c #Conflicts:    2544000 | #Constraints:      44814
1669.63/1679.93	c #Conflicts:    2545000 | #Constraints:      45814
1669.63/1679.93	c #Conflicts:    2546000 | #Constraints:      46816
1669.63/1679.93	c #Conflicts:    2547000 | #Constraints:      47817
1669.63/1679.93	c #Conflicts:    2548000 | #Constraints:      48817
1669.63/1679.93	c #Conflicts:    2549000 | #Constraints:      49819
1669.63/1679.93	c #Conflicts:    2550000 | #Constraints:      50819
1669.63/1679.93	c #Conflicts:    2551000 | #Constraints:      51822
1669.63/1679.93	c #Conflicts:    2552000 | #Constraints:      52822
1669.63/1679.93	c #Conflicts:    2553000 | #Constraints:      53822
1669.63/1679.93	c #Conflicts:    2554000 | #Constraints:      54824
1669.63/1679.93	c #Conflicts:    2555000 | #Constraints:      55824
1669.63/1679.93	c #Conflicts:    2556000 | #Constraints:      56824
1669.63/1679.93	c #Conflicts:    2557000 | #Constraints:      57826
1669.63/1679.93	c #Conflicts:    2558000 | #Constraints:      58826
1669.63/1679.93	c #Conflicts:    2559000 | #Constraints:      59827
1669.63/1679.93	c #Conflicts:    2560000 | #Constraints:      60829
1669.63/1679.93	c #Conflicts:    2561000 | #Constraints:      61829
1669.63/1679.93	c #Conflicts:    2562000 | #Constraints:      62829
1669.63/1679.93	c #Conflicts:    2563000 | #Constraints:      63829
1669.63/1679.93	c #Conflicts:    2564000 | #Constraints:      64829
1669.63/1679.93	c #Conflicts:    2565000 | #Constraints:      65830
1669.63/1679.93	c #Conflicts:    2566000 | #Constraints:      66830
1669.63/1679.93	c #Conflicts:    2567000 | #Constraints:      67830
1669.63/1679.93	WSVECS04 Frhs2[119]: 6 0 64.6992 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[151]: 6 0 251.953 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[153]: 6 0 104.331 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[155]: 6 0 169.03 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[170]: 6 0 51.1439 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[177]: 6 0 91.5795 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[188]: 6 -222.689 0 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[190]: 6 0 43.0524 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[191]: 6 0 160.939 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[195]: 6 -242.187 0 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[206]: 6 -257.886 0 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[212]: 6 0 43.0524 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[216]: 6 -177.684 0 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[223]: 6 0 59.8093 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[227]: 6 0 117.886 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[232]: 6 0 144 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[241]: 6 -173.114 0 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[265]: 6 -294 0 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[281]: 6 -32.1138 0 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[296]: 6 -479.203 0 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[331]: 6 0 243.862 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[334]: 6 0 43.0524 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[355]: 6 0 143.436 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[357]: 6 0 80.8713 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[358]: 6 0 32.979 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[374]: 6 0 103 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[376]: 6 -7.00003 0 shouldn't be
1669.63/1679.93	WSVECS04 Frhs2[386]: 6 -374 0 shouldn't be
1682.14/1692.60	c #Conflicts:    2568000 | #Constraints:      68831
1682.14/1692.60	c #Conflicts:    2569000 | #Constraints:      69831
1682.14/1692.60	c #Conflicts:    2570000 | #Constraints:      70831
1682.14/1692.60	c #Conflicts:    2571000 | #Constraints:      71831
1682.14/1692.60	c #Conflicts:    2572000 | #Constraints:      72831
1682.14/1692.60	c #Conflicts:    2573000 | #Constraints:      73831
1682.14/1692.60	c #Conflicts:    2574000 | #Constraints:      74832
1682.14/1692.60	c #Conflicts:    2575000 | #Constraints:      75832
1682.14/1692.60	c #Conflicts:    2576000 | #Constraints:      76833
1682.14/1692.60	c #Conflicts:    2577000 | #Constraints:      77834
1682.14/1692.60	c #Conflicts:    2578000 | #Constraints:      78834
1682.14/1692.60	c #Conflicts:    2579000 | #Constraints:      79834
1682.14/1692.60	c #Conflicts:    2580000 | #Constraints:      80834
1682.14/1692.60	c #Conflicts:    2581000 | #Constraints:      81834
1682.14/1692.60	c #Conflicts:    2582000 | #Constraints:      82834
1682.14/1692.60	c #Conflicts:    2583000 | #Constraints:      83834
1682.14/1692.60	WSVECS04 Frhs2[37]: 6 -101.503 0 shouldn't be
1682.14/1692.60	WSVECS04 Frhs2[111]: 6 0 196.287 shouldn't be
1682.14/1692.60	WSVECS04 Frhs2[148]: 6 -271.428 0 shouldn't be
1682.14/1692.60	WSVECS04 Frhs2[174]: 6 0 1804 shouldn't be
1682.14/1692.60	WSVECS04 Frhs2[210]: 6 0 1804 shouldn't be
1682.14/1692.60	WSVECS04 Frhs2[219]: 6 0 101.503 shouldn't be
1682.14/1692.60	WSVECS04 Frhs2[246]: 6 0 1799.82 shouldn't be
1682.14/1692.60	WSVECS04 Frhs2[314]: 6 0 8.98932 shouldn't be
1682.14/1692.60	WSVECS04 Frhs2[324]: 6 -25.0979 0 shouldn't be
1682.14/1692.60	WSVECS04 Frhs2[352]: 6 0 723.645 shouldn't be
1682.14/1692.60	WSVECS04 Frhs2[395]: 6 0 78.4052 shouldn't be
1693.90/1704.38	c #Conflicts:    2584000 | #Constraints:      84834
1693.90/1704.38	c #Conflicts:    2585000 | #Constraints:      85834
1693.90/1704.38	c #Conflicts:    2586000 | #Constraints:      86835
1693.90/1704.38	c #Conflicts:    2587000 | #Constraints:      87836
1693.90/1704.38	c #Conflicts:    2588000 | #Constraints:      88837
1693.90/1704.38	c #Conflicts:    2589000 | #Constraints:      89837
1693.90/1704.38	c #Conflicts:    2590000 | #Constraints:      90837
1693.90/1704.38	c #Conflicts:    2591000 | #Constraints:      91837
1693.90/1704.38	c #Conflicts:    2592000 | #Constraints:      92837
1693.90/1704.38	c #Conflicts:    2593000 | #Constraints:      93837
1693.90/1704.38	c #Conflicts:    2594000 | #Constraints:      94838
1693.90/1704.38	c #Conflicts:    2595000 | #Constraints:      95838
1693.90/1704.38	c #Conflicts:    2596000 | #Constraints:      96838
1693.90/1704.38	c #Conflicts:    2597000 | #Constraints:      97838
1693.90/1704.38	WSVECS04 Frhs2[3]: 6 0 30.3334 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[9]: 6 0 40.1566 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[11]: 6 0 87.2765 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[15]: 6 -634.048 0 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[27]: 6 -332.532 0 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[43]: 6 0 198.233 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[64]: 6 0 126.011 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[69]: 6 0 47.1083 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[75]: 6 0 30.3334 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[81]: 6 -863.007 0 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[98]: 6 0 21.9558 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[99]: 6 0 18.4681 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[118]: 6 0 88.0568 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[137]: 6 -173.501 0 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[148]: 6 0 187.382 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[157]: 6 0 634.048 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[164]: 6 0 32.1327 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[172]: 6 0 23.0418 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[214]: 6 0 66.2049 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[226]: 6 0 103.245 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[244]: 6 0 13.036 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[250]: 6 0 66.2049 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[260]: 6 -501.483 0 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[263]: 6 0 87.2764 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[266]: 6 -634.048 0 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[300]: 6 0 69.8867 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[325]: 6 0 78.076 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[327]: 6 -1534.67 0 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[337]: 6 0 634.048 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[355]: 6 0 96.0116 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[371]: 6 -377.53 0 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[372]: 6 0 1.46986 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[422]: 6 -665 0 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[431]: 6 -401 0 shouldn't be
1693.90/1704.38	WSVECS04 Frhs2[445]: 6 0 476 shouldn't be
1738.40/1749.03	c #Conflicts:    2598000 | #Constraints:      98839
1738.40/1749.03	c #Conflicts:    2599000 | #Constraints:      99839
1738.40/1749.03	c #Conflicts:    2600000 | #Constraints:     100839
1738.40/1749.03	c #Conflicts:    2601000 | #Constraints:     101840
1738.40/1749.03	c #Conflicts:    2602000 | #Constraints:     102840
1738.40/1749.03	c #Conflicts:    2603000 | #Constraints:     103840
1738.40/1749.03	c #Conflicts:    2604000 | #Constraints:     104841
1738.40/1749.03	c #Conflicts:    2605000 | #Constraints:     105842
1738.40/1749.03	c #Conflicts:    2606000 | #Constraints:     106843
1738.40/1749.03	c #Conflicts:    2607000 | #Constraints:     107844
1738.40/1749.03	c #Conflicts:    2608000 | #Constraints:     108844
1738.40/1749.03	c #Conflicts:    2609000 | #Constraints:     109846
1738.40/1749.03	c #Conflicts:    2610000 | #Constraints:     110846
1738.40/1749.03	c #Conflicts:    2611000 | #Constraints:     111848
1738.40/1749.03	c #Conflicts:    2612000 | #Constraints:     112849
1738.40/1749.03	c #Conflicts:    2613000 | #Constraints:     113852
1738.40/1749.03	c #Conflicts:    2614000 | #Constraints:     114853
1738.40/1749.03	c #Conflicts:    2615000 | #Constraints:     115853
1738.40/1749.03	c #Conflicts:    2616000 | #Constraints:     116855
1738.40/1749.03	c #Conflicts:    2617000 | #Constraints:     117856
1738.40/1749.03	c #Conflicts:    2618000 | #Constraints:     118856
1738.40/1749.03	c #Conflicts:    2619000 | #Constraints:     119856
1738.40/1749.03	c #Conflicts:    2620000 | #Constraints:     120856
1738.40/1749.03	c #Conflicts:    2621000 | #Constraints:     121857
1738.40/1749.03	c #Conflicts:    2622000 | #Constraints:     122857
1738.40/1749.03	c #Conflicts:    2623000 | #Constraints:     123857
1738.40/1749.03	c #Conflicts:    2624000 | #Constraints:     124857
1738.40/1749.03	c #Conflicts:    2625000 | #Constraints:     125857
1738.40/1749.03	c #Conflicts:    2626000 | #Constraints:     126857
1738.40/1749.03	c #Conflicts:    2627000 | #Constraints:     127858
1738.40/1749.03	c #Conflicts:    2628000 | #Constraints:     128858
1738.40/1749.03	c #Conflicts:    2629000 | #Constraints:     129859
1738.40/1749.03	c #Conflicts:    2630000 | #Constraints:     130859
1738.40/1749.03	c #Conflicts:    2631000 | #Constraints:     131859
1738.40/1749.03	c #Conflicts:    2632000 | #Constraints:     132861
1738.40/1749.03	c #Conflicts:    2633000 | #Constraints:     133861
1738.40/1749.03	c #Conflicts:    2634000 | #Constraints:     134861
1738.40/1749.03	WSVECS04 Frhs2[21]: 6 0 38.5455 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[23]: 6 0 9.63638 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[24]: 6 0 9.63644 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[57]: 6 0 28.9092 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[110]: 6 0 48.0001 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[114]: 6 0 48.0001 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[128]: 6 0 28.9092 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[129]: 6 0 28.9092 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[146]: 6 0 48.0001 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[150]: 6 0 48.0001 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[165]: 6 0 28.9091 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[202]: 6 -28.9092 0 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[237]: 6 0 28.9091 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[361]: 6 -838 0 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[365]: 6 -521 0 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[370]: 6 0 22.0001 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[386]: 6 0 41.0001 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[441]: 6 0 785 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[453]: 6 -521 0 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[463]: 6 0 108 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[468]: 6 0 136.909 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[469]: 6 -1120.09 0 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[484]: 6 0 813 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[485]: 6 0 134 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[487]: 6 0 177 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[488]: 6 0 184 shouldn't be
1738.40/1749.03	WSVECS04 Frhs2[497]: 6 -22.0001 0 shouldn't be
1828.70/1841.44	c #Conflicts:    2635000 | #Constraints:     135861
1828.70/1841.44	c #Conflicts:    2636000 | #Constraints:     136861
1828.70/1841.44	c #Conflicts:    2637000 | #Constraints:     137861
1828.70/1841.44	c #Conflicts:    2638000 | #Constraints:     138861
1828.70/1841.44	c #Conflicts:    2639000 | #Constraints:     139861
1828.70/1841.44	c #Conflicts:    2640000 | #Constraints:     140861
1828.70/1841.44	c #Conflicts:    2641000 | #Constraints:     141861
1828.70/1841.44	c #Conflicts:    2642000 | #Constraints:     142861
1828.70/1841.44	c #Conflicts:    2643000 | #Constraints:     143861
1828.70/1841.44	c #Conflicts:    2644000 | #Constraints:     144864
1828.70/1841.44	c #Conflicts:    2645000 | #Constraints:     145865
1828.70/1841.44	c #Conflicts:    2646000 | #Constraints:     146866
1828.70/1841.44	c #Conflicts:    2647000 | #Constraints:     147868
1828.70/1841.44	c #Conflicts:    2648000 | #Constraints:     148869
1828.70/1841.44	c #Conflicts:    2649000 | #Constraints:     149869
1828.70/1841.44	c #Conflicts:    2650000 | #Constraints:     150869
1828.70/1841.44	c #Conflicts:    2651000 | #Constraints:     151869
1828.70/1841.44	c #Conflicts:    2652000 | #Constraints:     152870
1828.70/1841.44	c #Conflicts:    2653000 | #Constraints:     153870
1828.70/1841.44	c #Conflicts:    2654000 | #Constraints:     154870
1828.70/1841.44	c #Conflicts:    2655000 | #Constraints:     155870
1828.70/1841.44	c #Conflicts:    2656000 | #Constraints:     156870
1828.70/1841.44	c #Conflicts:    2657000 | #Constraints:     157870
1828.70/1841.44	c #Conflicts:    2658000 | #Constraints:     158870
1828.70/1841.44	c #Conflicts:    2659000 | #Constraints:     159871
1828.70/1841.44	c #Conflicts:    2660000 | #Constraints:     160871
1828.70/1841.44	c #Conflicts:    2661000 | #Constraints:     161871
1828.70/1841.44	c #Conflicts:    2662000 | #Constraints:     162871
1828.70/1841.44	c #Conflicts:    2663000 | #Constraints:     163871
1828.70/1841.44	c #Conflicts:    2664000 | #Constraints:     164871
1828.70/1841.44	c #Conflicts:    2665000 | #Constraints:     165871
1828.70/1841.44	c #Conflicts:    2666000 | #Constraints:     166872
1828.70/1841.44	c #Conflicts:    2667000 | #Constraints:     167872
1828.70/1841.44	c #Conflicts:    2668000 | #Constraints:     168872
1828.70/1841.44	c #Conflicts:    2669000 | #Constraints:     169872
1828.70/1841.44	c #Conflicts:    2670000 | #Constraints:     170872
1828.70/1841.44	c #Conflicts:    2671000 | #Constraints:     171872
1828.70/1841.44	c #Conflicts:    2672000 | #Constraints:     172872
1828.70/1841.44	c #Conflicts:    2673000 | #Constraints:     173872
1828.70/1841.44	c #Conflicts:    2674000 | #Constraints:     174872
1828.70/1841.44	c #Conflicts:    2675000 | #Constraints:     175872
1828.70/1841.44	c #Conflicts:    2676000 | #Constraints:     176872
1828.70/1841.44	c #Conflicts:    2677000 | #Constraints:     177872
1828.70/1841.44	c #Conflicts:    2678000 | #Constraints:     178872
1828.70/1841.44	c #Conflicts:    2679000 | #Constraints:     179872
1828.70/1841.44	c #Conflicts:    2680000 | #Constraints:     180872
1828.70/1841.44	c #Conflicts:    2681000 | #Constraints:     181873
1828.70/1841.44	c #Conflicts:    2682000 | #Constraints:     182873
1828.70/1841.44	c #Conflicts:    2683000 | #Constraints:     183873
1828.70/1841.44	c #Conflicts:    2684000 | #Constraints:     184873
1828.70/1841.44	c #Conflicts:    2685000 | #Constraints:     185874
1828.70/1841.44	c #Conflicts:    2686000 | #Constraints:     186875
1828.70/1841.44	c #Conflicts:    2687000 | #Constraints:     187875
1828.70/1841.44	c #Conflicts:    2688000 | #Constraints:     188875
1828.70/1841.44	c INPROCESSING
1828.70/1841.44	c GARBAGE COLLECT
1828.70/1841.44	c rational objective 19413.4
1858.88/1871.76	c #Conflicts:    2689000 | #Constraints:      97881
1858.88/1871.76	c #Conflicts:    2690000 | #Constraints:      98882
1858.88/1871.76	c #Conflicts:    2691000 | #Constraints:      99883
1858.88/1871.76	c #Conflicts:    2692000 | #Constraints:     100884
1858.88/1871.76	c #Conflicts:    2693000 | #Constraints:     101884
1858.88/1871.76	c #Conflicts:    2694000 | #Constraints:     102885
1858.88/1871.76	c #Conflicts:    2695000 | #Constraints:     103885
1858.88/1871.76	c #Conflicts:    2696000 | #Constraints:     104886
1858.88/1871.76	c #Conflicts:    2697000 | #Constraints:     105887
1858.88/1871.76	c #Conflicts:    2698000 | #Constraints:     106887
1858.88/1871.76	c #Conflicts:    2699000 | #Constraints:     107887
1858.88/1871.76	c #Conflicts:    2700000 | #Constraints:     108887
1858.88/1871.76	c #Conflicts:    2701000 | #Constraints:     109887
1858.88/1871.76	c #Conflicts:    2702000 | #Constraints:     110887
1858.88/1871.76	c #Conflicts:    2703000 | #Constraints:     111888
1858.88/1871.76	c #Conflicts:    2704000 | #Constraints:     112888
1858.88/1871.76	c #Conflicts:    2705000 | #Constraints:     113888
1858.88/1871.76	c #Conflicts:    2706000 | #Constraints:     114889
1858.88/1871.76	c #Conflicts:    2707000 | #Constraints:     115889
1858.88/1871.76	c #Conflicts:    2708000 | #Constraints:     116889
1858.88/1871.76	c #Conflicts:    2709000 | #Constraints:     117890
1858.88/1871.76	c #Conflicts:    2710000 | #Constraints:     118890
1858.88/1871.76	c #Conflicts:    2711000 | #Constraints:     119890
1858.88/1871.76	c #Conflicts:    2712000 | #Constraints:     120890
1858.88/1871.76	c #Conflicts:    2713000 | #Constraints:     121891
1858.88/1871.76	c #Conflicts:    2714000 | #Constraints:     122892
1858.88/1871.76	c #Conflicts:    2715000 | #Constraints:     123892
1858.88/1871.76	WSVECS04 Frhs2[47]: 6 0 841.399 shouldn't be
1858.88/1871.76	WSVECS04 Frhs2[51]: 6 -172 0 shouldn't be
1858.88/1871.76	WSVECS04 Frhs2[83]: 6 0 863.538 shouldn't be
1858.88/1871.76	WSVECS04 Frhs2[103]: 6 0 267.76 shouldn't be
1858.88/1871.76	WSVECS04 Frhs2[109]: 6 0 58.3545 shouldn't be
1858.88/1871.76	WSVECS04 Frhs2[115]: 6 0 863.538 shouldn't be
1858.88/1871.76	WSVECS04 Frhs2[183]: 6 0 113 shouldn't be
1858.88/1871.76	WSVECS04 Frhs2[203]: 6 -1003.2 0 shouldn't be
1858.88/1871.76	WSVECS04 Frhs2[224]: 6 -208.019 0 shouldn't be
1858.88/1871.76	WSVECS04 Frhs2[263]: 6 0 33.0064 shouldn't be
1858.88/1871.76	WSVECS04 Frhs2[274]: 6 -83.7026 0 shouldn't be
1858.88/1871.76	WSVECS04 Frhs2[289]: 6 0 139.291 shouldn't be
1858.88/1871.76	WSVECS04 Frhs2[319]: 6 0 52.519 shouldn't be
1858.88/1871.76	WSVECS04 Frhs2[411]: 6 0 1037.92 shouldn't be
1858.88/1871.76	WSVECS04 Frhs2[454]: 6 0 324 shouldn't be
1858.88/1871.76	WSVECS04 Frhs2[455]: 6 0 408 shouldn't be
1858.88/1871.76	WSVECS04 Frhs2[480]: 6 0 140.601 shouldn't be
1858.88/1871.76	WSVECS04 Frhs2[500]: 6 0 287 shouldn't be
1867.45/1880.34	c #Conflicts:    2716000 | #Constraints:     124892
1867.45/1880.34	c #Conflicts:    2717000 | #Constraints:     125892
1867.45/1880.34	c #Conflicts:    2718000 | #Constraints:     126892
1867.45/1880.34	c #Conflicts:    2719000 | #Constraints:     127892
1867.45/1880.34	c #Conflicts:    2720000 | #Constraints:     128892
1867.45/1880.34	c #Conflicts:    2721000 | #Constraints:     129892
1867.45/1880.34	c INPROCESSING
1867.45/1880.34	c GARBAGE COLLECT
1867.45/1880.34	c rational objective 19413.4
1898.45/1911.47	c #Conflicts:    2722000 | #Constraints:      67949
1898.45/1911.47	c #Conflicts:    2723000 | #Constraints:      68949
1898.45/1911.47	c #Conflicts:    2724000 | #Constraints:      69949
1898.45/1911.47	c #Conflicts:    2725000 | #Constraints:      70950
1898.45/1911.47	c #Conflicts:    2726000 | #Constraints:      71950
1898.45/1911.47	c #Conflicts:    2727000 | #Constraints:      72953
1898.45/1911.47	c #Conflicts:    2728000 | #Constraints:      73953
1898.45/1911.47	c #Conflicts:    2729000 | #Constraints:      74953
1898.45/1911.47	c #Conflicts:    2730000 | #Constraints:      75953
1898.45/1911.47	c #Conflicts:    2731000 | #Constraints:      76953
1898.45/1911.47	c #Conflicts:    2732000 | #Constraints:      77955
1898.45/1911.47	c #Conflicts:    2733000 | #Constraints:      78955
1898.45/1911.47	c #Conflicts:    2734000 | #Constraints:      79955
1898.45/1911.47	c #Conflicts:    2735000 | #Constraints:      80955
1898.45/1911.47	c #Conflicts:    2736000 | #Constraints:      81956
1898.45/1911.47	c #Conflicts:    2737000 | #Constraints:      82956
1898.45/1911.47	c #Conflicts:    2738000 | #Constraints:      83956
1898.45/1911.47	c #Conflicts:    2739000 | #Constraints:      84958
1898.45/1911.47	c #Conflicts:    2740000 | #Constraints:      85958
1898.45/1911.47	c #Conflicts:    2741000 | #Constraints:      86958
1898.45/1911.47	c #Conflicts:    2742000 | #Constraints:      87958
1898.45/1911.47	c #Conflicts:    2743000 | #Constraints:      88958
1898.45/1911.47	c #Conflicts:    2744000 | #Constraints:      89958
1898.45/1911.47	c #Conflicts:    2745000 | #Constraints:      90958
1898.45/1911.47	c #Conflicts:    2746000 | #Constraints:      91958
1898.45/1911.47	c #Conflicts:    2747000 | #Constraints:      92958
1898.45/1911.47	c #Conflicts:    2748000 | #Constraints:      93958
1898.45/1911.47	c #Conflicts:    2749000 | #Constraints:      94958
1898.45/1911.47	c #Conflicts:    2750000 | #Constraints:      95958
1898.45/1911.47	c #Conflicts:    2751000 | #Constraints:      96958
1898.45/1911.47	c #Conflicts:    2752000 | #Constraints:      97959
1898.45/1911.47	c #Conflicts:    2753000 | #Constraints:      98959
1898.45/1911.47	c #Conflicts:    2754000 | #Constraints:      99959
1898.45/1911.47	c #Conflicts:    2755000 | #Constraints:     100959
1898.45/1911.47	c #Conflicts:    2756000 | #Constraints:     101962
1898.45/1911.47	c INPROCESSING
1898.45/1911.47	c GARBAGE COLLECT
1898.45/1911.47	c rational objective 19516.9
1912.17/1925.23	c #Conflicts:    2757000 | #Constraints:      54395
1912.17/1925.23	c #Conflicts:    2758000 | #Constraints:      55396
1912.17/1925.23	c #Conflicts:    2759000 | #Constraints:      56396
1912.17/1925.23	c #Conflicts:    2760000 | #Constraints:      57397
1912.17/1925.23	c #Conflicts:    2761000 | #Constraints:      58400
1912.17/1925.23	c #Conflicts:    2762000 | #Constraints:      59401
1912.17/1925.23	c #Conflicts:    2763000 | #Constraints:      60401
1912.17/1925.23	c #Conflicts:    2764000 | #Constraints:      61401
1912.17/1925.23	c #Conflicts:    2765000 | #Constraints:      62401
1912.17/1925.23	c #Conflicts:    2766000 | #Constraints:      63403
1912.17/1925.23	c #Conflicts:    2767000 | #Constraints:      64404
1912.17/1925.23	c #Conflicts:    2768000 | #Constraints:      65404
1912.17/1925.23	c #Conflicts:    2769000 | #Constraints:      66404
1912.17/1925.23	c #Conflicts:    2770000 | #Constraints:      67404
1912.17/1925.23	c #Conflicts:    2771000 | #Constraints:      68405
1912.17/1925.23	c #Conflicts:    2772000 | #Constraints:      69407
1912.17/1925.23	c #Conflicts:    2773000 | #Constraints:      70407
1912.17/1925.23	c #Conflicts:    2774000 | #Constraints:      71408
1912.17/1925.23	c #Conflicts:    2775000 | #Constraints:      72408
1912.17/1925.23	c #Conflicts:    2776000 | #Constraints:      73408
1912.17/1925.23	WSVECS04 Frhs2[87]: 6 0 48.0001 shouldn't be
1912.17/1925.23	WSVECS04 Frhs2[170]: 6 0 355.5 shouldn't be
1912.17/1925.23	WSVECS04 Frhs2[209]: 6 0 761.813 shouldn't be
1912.17/1925.23	WSVECS04 Frhs2[219]: 6 -285 0 shouldn't be
1912.17/1925.23	WSVECS04 Frhs2[223]: 6 0 1228.5 shouldn't be
1912.17/1925.23	WSVECS04 Frhs2[231]: 6 -58.0001 0 shouldn't be
1912.17/1925.23	WSVECS04 Frhs2[242]: 6 0 116 shouldn't be
1912.17/1925.23	WSVECS04 Frhs2[271]: 6 0 1233 shouldn't be
1912.17/1925.23	WSVECS04 Frhs2[278]: 6 0 21.5001 shouldn't be
1912.17/1925.23	WSVECS04 Frhs2[281]: 6 -202.688 0 shouldn't be
1912.17/1925.23	WSVECS04 Frhs2[317]: 6 0 169.313 shouldn't be
1912.17/1925.23	WSVECS04 Frhs2[368]: 6 0 71 shouldn't be
1912.17/1925.23	WSVECS04 Frhs2[395]: 6 0 172 shouldn't be
1912.17/1925.23	WSVECS04 Frhs2[446]: 6 0 172 shouldn't be
1912.17/1925.23	WSVECS04 Frhs2[454]: 6 -605 0 shouldn't be
1912.17/1925.23	WSVECS04 Frhs2[471]: 6 0 747 shouldn't be
1912.17/1925.23	WSVECS04 Frhs2[497]: 6 0 71.0001 shouldn't be
1912.17/1925.23	WSVECS04 Frhs2[502]: 6 -167 0 shouldn't be
1912.17/1925.23	WSVECS04 Frhs2[514]: 6 0 799 shouldn't be
1912.17/1925.23	WSVECS04 Frhs2[531]: 6 0 799 shouldn't be
1925.13/1938.21	c #Conflicts:    2777000 | #Constraints:      74409
1925.13/1938.21	c #Conflicts:    2778000 | #Constraints:      75410
1925.13/1938.21	c #Conflicts:    2779000 | #Constraints:      76410
1925.13/1938.21	c #Conflicts:    2780000 | #Constraints:      77411
1925.13/1938.21	c #Conflicts:    2781000 | #Constraints:      78411
1925.13/1938.21	c #Conflicts:    2782000 | #Constraints:      79411
1925.13/1938.21	c #Conflicts:    2783000 | #Constraints:      80411
1925.13/1938.21	c #Conflicts:    2784000 | #Constraints:      81413
1925.13/1938.21	c #Conflicts:    2785000 | #Constraints:      82414
1925.13/1938.21	c #Conflicts:    2786000 | #Constraints:      83414
1925.13/1938.21	c #Conflicts:    2787000 | #Constraints:      84415
1925.13/1938.21	c #Conflicts:    2788000 | #Constraints:      85415
1925.13/1938.21	c #Conflicts:    2789000 | #Constraints:      86415
1925.13/1938.21	c #Conflicts:    2790000 | #Constraints:      87415
1925.13/1938.21	c INPROCESSING
1925.13/1938.21	c GARBAGE COLLECT
1925.13/1938.21	c rational objective 19516.9
1949.92/1963.18	c #Conflicts:    2791000 | #Constraints:      46981
1949.92/1963.18	c #Conflicts:    2792000 | #Constraints:      47981
1949.92/1963.18	c #Conflicts:    2793000 | #Constraints:      48982
1949.92/1963.18	c #Conflicts:    2794000 | #Constraints:      49983
1949.92/1963.18	c #Conflicts:    2795000 | #Constraints:      50983
1949.92/1963.18	c #Conflicts:    2796000 | #Constraints:      51986
1949.92/1963.18	c #Conflicts:    2797000 | #Constraints:      52986
1949.92/1963.18	c #Conflicts:    2798000 | #Constraints:      53986
1949.92/1963.18	c #Conflicts:    2799000 | #Constraints:      54986
1949.92/1963.18	c #Conflicts:    2800000 | #Constraints:      55986
1949.92/1963.18	c #Conflicts:    2801000 | #Constraints:      56988
1949.92/1963.18	c #Conflicts:    2802000 | #Constraints:      57989
1949.92/1963.18	c #Conflicts:    2803000 | #Constraints:      58990
1949.92/1963.18	c #Conflicts:    2804000 | #Constraints:      59990
1949.92/1963.18	c #Conflicts:    2805000 | #Constraints:      60992
1949.92/1963.18	c #Conflicts:    2806000 | #Constraints:      61992
1949.92/1963.18	c #Conflicts:    2807000 | #Constraints:      62992
1949.92/1963.18	c #Conflicts:    2808000 | #Constraints:      63992
1949.92/1963.18	c #Conflicts:    2809000 | #Constraints:      64992
1949.92/1963.18	c #Conflicts:    2810000 | #Constraints:      65992
1949.92/1963.18	c #Conflicts:    2811000 | #Constraints:      66994
1949.92/1963.18	c #Conflicts:    2812000 | #Constraints:      67994
1949.92/1963.18	c #Conflicts:    2813000 | #Constraints:      68994
1949.92/1963.18	c #Conflicts:    2814000 | #Constraints:      69994
1949.92/1963.18	c #Conflicts:    2815000 | #Constraints:      70994
1949.92/1963.18	c #Conflicts:    2816000 | #Constraints:      71994
1949.92/1963.18	c #Conflicts:    2817000 | #Constraints:      72994
1949.92/1963.18	c #Conflicts:    2818000 | #Constraints:      73994
1949.92/1963.18	c #Conflicts:    2819000 | #Constraints:      74995
1949.92/1963.18	c #Conflicts:    2820000 | #Constraints:      75995
1949.92/1963.18	c #Conflicts:    2821000 | #Constraints:      76995
1949.92/1963.18	c #Conflicts:    2822000 | #Constraints:      77995
1949.92/1963.18	c #Conflicts:    2823000 | #Constraints:      78995
1949.92/1963.18	c #Conflicts:    2824000 | #Constraints:      79995
1949.92/1963.18	c INPROCESSING
1949.92/1963.18	c GARBAGE COLLECT
1949.92/1963.18	c rational objective 19516.9
1977.88/1991.26	c #Conflicts:    2825000 | #Constraints:      43040
1977.88/1991.26	c #Conflicts:    2826000 | #Constraints:      44040
1977.88/1991.26	c #Conflicts:    2827000 | #Constraints:      45040
1977.88/1991.26	c #Conflicts:    2828000 | #Constraints:      46040
1977.88/1991.26	c #Conflicts:    2829000 | #Constraints:      47042
1977.88/1991.26	c #Conflicts:    2830000 | #Constraints:      48043
1977.88/1991.26	c #Conflicts:    2831000 | #Constraints:      49043
1977.88/1991.26	c #Conflicts:    2832000 | #Constraints:      50044
1977.88/1991.26	c #Conflicts:    2833000 | #Constraints:      51044
1977.88/1991.26	c #Conflicts:    2834000 | #Constraints:      52045
1977.88/1991.26	c #Conflicts:    2835000 | #Constraints:      53046
1977.88/1991.26	c #Conflicts:    2836000 | #Constraints:      54046
1977.88/1991.26	c #Conflicts:    2837000 | #Constraints:      55046
1977.88/1991.26	c #Conflicts:    2838000 | #Constraints:      56048
1977.88/1991.26	c #Conflicts:    2839000 | #Constraints:      57048
1977.88/1991.26	c #Conflicts:    2840000 | #Constraints:      58048
1977.88/1991.26	c #Conflicts:    2841000 | #Constraints:      59048
1977.88/1991.26	c #Conflicts:    2842000 | #Constraints:      60050
1977.88/1991.26	c #Conflicts:    2843000 | #Constraints:      61051
1977.88/1991.26	c #Conflicts:    2844000 | #Constraints:      62053
1977.88/1991.26	c #Conflicts:    2845000 | #Constraints:      63053
1977.88/1991.26	c #Conflicts:    2846000 | #Constraints:      64054
1977.88/1991.26	c #Conflicts:    2847000 | #Constraints:      65054
1977.88/1991.26	c #Conflicts:    2848000 | #Constraints:      66054
1977.88/1991.26	c #Conflicts:    2849000 | #Constraints:      67054
1977.88/1991.26	c #Conflicts:    2850000 | #Constraints:      68054
1977.88/1991.26	c #Conflicts:    2851000 | #Constraints:      69055
1977.88/1991.26	c #Conflicts:    2852000 | #Constraints:      70055
1977.88/1991.26	c #Conflicts:    2853000 | #Constraints:      71056
1977.88/1991.26	c #Conflicts:    2854000 | #Constraints:      72056
1977.88/1991.26	c #Conflicts:    2855000 | #Constraints:      73057
1977.88/1991.26	c #Conflicts:    2856000 | #Constraints:      74057
1977.88/1991.26	c #Conflicts:    2857000 | #Constraints:      75058
1977.88/1991.26	c #Conflicts:    2858000 | #Constraints:      76060
1977.88/1991.26	c #Conflicts:    2859000 | #Constraints:      77060
1977.88/1991.26	c #Conflicts:    2860000 | #Constraints:      78060
1977.88/1991.26	c #Conflicts:    2861000 | #Constraints:      79060
1977.88/1991.26	c #Conflicts:    2862000 | #Constraints:      80060
1977.88/1991.26	c #Conflicts:    2863000 | #Constraints:      81060
1977.88/1991.26	WSVECS04 Frhs2[51]: 6 -52.4 0 shouldn't be
1977.88/1991.26	WSVECS04 Frhs2[53]: 6 0 19 shouldn't be
1977.88/1991.26	WSVECS04 Frhs2[152]: 6 -498 0 shouldn't be
1977.88/1991.26	WSVECS04 Frhs2[202]: 6 -179 0 shouldn't be
1977.88/1991.26	WSVECS04 Frhs2[233]: 6 0 19 shouldn't be
1977.88/1991.26	WSVECS04 Frhs2[242]: 6 0 186.75 shouldn't be
1977.88/1991.26	WSVECS04 Frhs2[251]: 6 0 2.50004 shouldn't be
1977.88/1991.26	WSVECS04 Frhs2[278]: 6 0 186.75 shouldn't be
1977.88/1991.26	WSVECS04 Frhs2[341]: 6 0 26.5334 shouldn't be
1977.88/1991.26	WSVECS04 Frhs2[441]: 6 0 753.067 shouldn't be
1977.88/1991.26	WSVECS04 Frhs2[482]: 6 -21.0001 0 shouldn't be
1977.88/1991.26	WSVECS04 Frhs2[488]: 6 -10.0001 0 shouldn't be
1977.88/1991.26	WSVECS04 Frhs2[500]: 6 -151 0 shouldn't be
2094.24/2108.03	c #Conflicts:    2864000 | #Constraints:      82060
2094.24/2108.03	c #Conflicts:    2865000 | #Constraints:      83060
2094.24/2108.03	c #Conflicts:    2866000 | #Constraints:      84060
2094.24/2108.03	c #Conflicts:    2867000 | #Constraints:      85060
2094.24/2108.03	c #Conflicts:    2868000 | #Constraints:      86061
2094.24/2108.03	c #Conflicts:    2869000 | #Constraints:      87062
2094.24/2108.03	c #Conflicts:    2870000 | #Constraints:      88063
2094.24/2108.03	c #Conflicts:    2871000 | #Constraints:      89064
2094.24/2108.03	c #Conflicts:    2872000 | #Constraints:      90066
2094.24/2108.03	c #Conflicts:    2873000 | #Constraints:      91066
2094.24/2108.03	c #Conflicts:    2874000 | #Constraints:      92066
2094.24/2108.03	c #Conflicts:    2875000 | #Constraints:      93066
2094.24/2108.03	c #Conflicts:    2876000 | #Constraints:      94066
2094.24/2108.03	c #Conflicts:    2877000 | #Constraints:      95066
2094.24/2108.03	c #Conflicts:    2878000 | #Constraints:      96066
2094.24/2108.03	c #Conflicts:    2879000 | #Constraints:      97068
2094.24/2108.03	c #Conflicts:    2880000 | #Constraints:      98072
2094.24/2108.03	c #Conflicts:    2881000 | #Constraints:      99072
2094.24/2108.03	c #Conflicts:    2882000 | #Constraints:     100072
2094.24/2108.03	c #Conflicts:    2883000 | #Constraints:     101072
2094.24/2108.03	c #Conflicts:    2884000 | #Constraints:     102072
2094.24/2108.03	c #Conflicts:    2885000 | #Constraints:     103072
2094.24/2108.03	c #Conflicts:    2886000 | #Constraints:     104072
2094.24/2108.03	c #Conflicts:    2887000 | #Constraints:     105072
2094.24/2108.03	c #Conflicts:    2888000 | #Constraints:     106072
2094.24/2108.03	c #Conflicts:    2889000 | #Constraints:     107075
2094.24/2108.03	c #Conflicts:    2890000 | #Constraints:     108075
2094.24/2108.03	c #Conflicts:    2891000 | #Constraints:     109075
2094.24/2108.03	c #Conflicts:    2892000 | #Constraints:     110075
2094.24/2108.03	c #Conflicts:    2893000 | #Constraints:     111075
2094.24/2108.03	c #Conflicts:    2894000 | #Constraints:     112075
2094.24/2108.03	c #Conflicts:    2895000 | #Constraints:     113075
2094.24/2108.03	c #Conflicts:    2896000 | #Constraints:     114076
2094.24/2108.03	c #Conflicts:    2897000 | #Constraints:     115076
2094.24/2108.03	c #Conflicts:    2898000 | #Constraints:     116077
2094.24/2108.03	c #Conflicts:    2899000 | #Constraints:     117077
2094.24/2108.03	c #Conflicts:    2900000 | #Constraints:     118077
2094.24/2108.03	c #Conflicts:    2901000 | #Constraints:     119078
2094.24/2108.03	c #Conflicts:    2902000 | #Constraints:     120078
2094.24/2108.03	c #Conflicts:    2903000 | #Constraints:     121078
2094.24/2108.03	c #Conflicts:    2904000 | #Constraints:     122079
2094.24/2108.03	c #Conflicts:    2905000 | #Constraints:     123079
2094.24/2108.03	c #Conflicts:    2906000 | #Constraints:     124080
2094.24/2108.03	c #Conflicts:    2907000 | #Constraints:     125082
2094.24/2108.03	c #Conflicts:    2908000 | #Constraints:     126084
2094.24/2108.03	c #Conflicts:    2909000 | #Constraints:     127084
2094.24/2108.03	c #Conflicts:    2910000 | #Constraints:     128085
2094.24/2108.03	c #Conflicts:    2911000 | #Constraints:     129085
2094.24/2108.03	c #Conflicts:    2912000 | #Constraints:     130086
2094.24/2108.03	c #Conflicts:    2913000 | #Constraints:     131087
2094.24/2108.03	c #Conflicts:    2914000 | #Constraints:     132087
2094.24/2108.03	c #Conflicts:    2915000 | #Constraints:     133088
2094.24/2108.03	c #Conflicts:    2916000 | #Constraints:     134088
2094.24/2108.03	c #Conflicts:    2917000 | #Constraints:     135089
2094.24/2108.03	c #Conflicts:    2918000 | #Constraints:     136089
2094.24/2108.03	c #Conflicts:    2919000 | #Constraints:     137089
2094.24/2108.03	c #Conflicts:    2920000 | #Constraints:     138090
2094.24/2108.03	c #Conflicts:    2921000 | #Constraints:     139090
2094.24/2108.03	c #Conflicts:    2922000 | #Constraints:     140090
2094.24/2108.03	c #Conflicts:    2923000 | #Constraints:     141090
2094.24/2108.03	c #Conflicts:    2924000 | #Constraints:     142090
2094.24/2108.03	c #Conflicts:    2925000 | #Constraints:     143090
2094.24/2108.03	c #Conflicts:    2926000 | #Constraints:     144090
2094.24/2108.03	c #Conflicts:    2927000 | #Constraints:     145091
2094.24/2108.03	c #Conflicts:    2928000 | #Constraints:     146094
2094.24/2108.03	c #Conflicts:    2929000 | #Constraints:     147095
2094.24/2108.03	c #Conflicts:    2930000 | #Constraints:     148095
2094.24/2108.03	c #Conflicts:    2931000 | #Constraints:     149098
2094.24/2108.03	c #Conflicts:    2932000 | #Constraints:     150098
2094.24/2108.03	c #Conflicts:    2933000 | #Constraints:     151098
2094.24/2108.03	c #Conflicts:    2934000 | #Constraints:     152099
2094.24/2108.03	c #Conflicts:    2935000 | #Constraints:     153099
2094.24/2108.03	c #Conflicts:    2936000 | #Constraints:     154099
2094.24/2108.03	c #Conflicts:    2937000 | #Constraints:     155099
2094.24/2108.03	c #Conflicts:    2938000 | #Constraints:     156100
2094.24/2108.03	c #Conflicts:    2939000 | #Constraints:     157100
2094.24/2108.03	c #Conflicts:    2940000 | #Constraints:     158101
2094.24/2108.03	c #Conflicts:    2941000 | #Constraints:     159101
2094.24/2108.03	c #Conflicts:    2942000 | #Constraints:     160101
2183.56/2197.70	c #Conflicts:    2943000 | #Constraints:     161102
2183.56/2197.70	c #Conflicts:    2944000 | #Constraints:     162103
2183.56/2197.70	c #Conflicts:    2945000 | #Constraints:     163103
2183.56/2197.70	c #Conflicts:    2946000 | #Constraints:     164104
2183.56/2197.70	c #Conflicts:    2947000 | #Constraints:     165105
2183.56/2197.70	c #Conflicts:    2948000 | #Constraints:     166105
2183.56/2197.70	c #Conflicts:    2949000 | #Constraints:     167105
2183.56/2197.70	c #Conflicts:    2950000 | #Constraints:     168106
2183.56/2197.70	c #Conflicts:    2951000 | #Constraints:     169107
2183.56/2197.70	c #Conflicts:    2952000 | #Constraints:     170109
2183.56/2197.70	c #Conflicts:    2953000 | #Constraints:     171109
2183.56/2197.70	c #Conflicts:    2954000 | #Constraints:     172109
2183.56/2197.70	c #Conflicts:    2955000 | #Constraints:     173110
2183.56/2197.70	c #Conflicts:    2956000 | #Constraints:     174111
2183.56/2197.70	c #Conflicts:    2957000 | #Constraints:     175111
2183.56/2197.70	c #Conflicts:    2958000 | #Constraints:     176111
2183.56/2197.70	c #Conflicts:    2959000 | #Constraints:     177111
2183.56/2197.70	c #Conflicts:    2960000 | #Constraints:     178111
2183.56/2197.70	c #Conflicts:    2961000 | #Constraints:     179114
2183.56/2197.70	c #Conflicts:    2962000 | #Constraints:     180114
2183.56/2197.70	c #Conflicts:    2963000 | #Constraints:     181115
2183.56/2197.70	c #Conflicts:    2964000 | #Constraints:     182115
2183.56/2197.70	c #Conflicts:    2965000 | #Constraints:     183117
2183.56/2197.70	c #Conflicts:    2966000 | #Constraints:     184117
2183.56/2197.70	c #Conflicts:    2967000 | #Constraints:     185118
2183.56/2197.70	c #Conflicts:    2968000 | #Constraints:     186118
2183.56/2197.70	c #Conflicts:    2969000 | #Constraints:     187118
2183.56/2197.70	c #Conflicts:    2970000 | #Constraints:     188118
2183.56/2197.70	c #Conflicts:    2971000 | #Constraints:     189118
2183.56/2197.70	c #Conflicts:    2972000 | #Constraints:     190119
2183.56/2197.70	c #Conflicts:    2973000 | #Constraints:     191119
2183.56/2197.70	c #Conflicts:    2974000 | #Constraints:     192119
2183.56/2197.70	c #Conflicts:    2975000 | #Constraints:     193119
2183.56/2197.70	c #Conflicts:    2976000 | #Constraints:     194119
2183.56/2197.70	c #Conflicts:    2977000 | #Constraints:     195119
2183.56/2197.70	c #Conflicts:    2978000 | #Constraints:     196120
2183.56/2197.70	c #Conflicts:    2979000 | #Constraints:     197120
2183.56/2197.70	c INPROCESSING
2183.56/2197.70	c GARBAGE COLLECT
2183.56/2197.70	c rational objective 19516.9
2238.75/2253.12	c #Conflicts:    2980000 | #Constraints:     101905
2238.75/2253.12	c #Conflicts:    2981000 | #Constraints:     102905
2238.75/2253.12	c #Conflicts:    2982000 | #Constraints:     103905
2238.75/2253.12	c #Conflicts:    2983000 | #Constraints:     104905
2238.75/2253.12	c #Conflicts:    2984000 | #Constraints:     105905
2238.75/2253.12	c #Conflicts:    2985000 | #Constraints:     106906
2238.75/2253.12	c #Conflicts:    2986000 | #Constraints:     107907
2238.75/2253.12	c #Conflicts:    2987000 | #Constraints:     108908
2238.75/2253.12	c #Conflicts:    2988000 | #Constraints:     109908
2238.75/2253.12	c #Conflicts:    2989000 | #Constraints:     110909
2238.75/2253.12	c #Conflicts:    2990000 | #Constraints:     111909
2238.75/2253.12	c #Conflicts:    2991000 | #Constraints:     112909
2238.75/2253.12	c #Conflicts:    2992000 | #Constraints:     113909
2238.75/2253.12	c #Conflicts:    2993000 | #Constraints:     114909
2238.75/2253.12	c #Conflicts:    2994000 | #Constraints:     115909
2238.75/2253.12	c #Conflicts:    2995000 | #Constraints:     116909
2238.75/2253.12	c #Conflicts:    2996000 | #Constraints:     117909
2238.75/2253.12	c #Conflicts:    2997000 | #Constraints:     118909
2238.75/2253.12	c #Conflicts:    2998000 | #Constraints:     119910
2238.75/2253.12	c #Conflicts:    2999000 | #Constraints:     120911
2238.75/2253.12	c #Conflicts:    3000000 | #Constraints:     121911
2238.75/2253.12	c #Conflicts:    3001000 | #Constraints:     122911
2238.75/2253.12	c #Conflicts:    3002000 | #Constraints:     123912
2238.75/2253.12	c #Conflicts:    3003000 | #Constraints:     124912
2238.75/2253.12	c #Conflicts:    3004000 | #Constraints:     125914
2238.75/2253.12	c #Conflicts:    3005000 | #Constraints:     126914
2238.75/2253.12	c #Conflicts:    3006000 | #Constraints:     127914
2238.75/2253.12	c #Conflicts:    3007000 | #Constraints:     128914
2238.75/2253.12	c #Conflicts:    3008000 | #Constraints:     129914
2238.75/2253.12	c #Conflicts:    3009000 | #Constraints:     130914
2238.75/2253.12	c #Conflicts:    3010000 | #Constraints:     131914
2238.75/2253.12	c #Conflicts:    3011000 | #Constraints:     132914
2238.75/2253.12	c #Conflicts:    3012000 | #Constraints:     133916
2238.75/2253.12	c #Conflicts:    3013000 | #Constraints:     134916
2238.75/2253.12	c #Conflicts:    3014000 | #Constraints:     135916
2238.75/2253.12	c #Conflicts:    3015000 | #Constraints:     136916
2238.75/2253.12	c INPROCESSING
2238.75/2253.12	c GARBAGE COLLECT
2238.75/2253.12	c rational objective 19520.4
2246.49/2261.08	c #Conflicts:    3016000 | #Constraints:      71885
2246.49/2261.08	c #Conflicts:    3017000 | #Constraints:      72885
2246.49/2261.08	c #Conflicts:    3018000 | #Constraints:      73885
2246.49/2261.08	c #Conflicts:    3019000 | #Constraints:      74885
2246.49/2261.08	c #Conflicts:    3020000 | #Constraints:      75886
2246.49/2261.08	c #Conflicts:    3021000 | #Constraints:      76886
2246.49/2261.08	c #Conflicts:    3022000 | #Constraints:      77886
2246.49/2261.08	c #Conflicts:    3023000 | #Constraints:      78886
2246.49/2261.08	c #Conflicts:    3024000 | #Constraints:      79887
2246.49/2261.08	WSVECS04 Frhs2[8]: 6 -148 0 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[19]: 6 0 93.3334 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[51]: 6 -264 0 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[52]: 6 0 321.222 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[55]: 6 0 93.3334 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[59]: 6 0 93.3334 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[99]: 6 0 679 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[100]: 6 0 717.222 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[124]: 6 0 321.222 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[160]: 6 0 321.222 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[167]: 6 0 93.3334 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[170]: 6 0 712.556 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[195]: 6 -106 0 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[196]: 6 0 321.222 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[229]: 6 0 106 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[233]: 6 0 106 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[244]: 6 0 38.2223 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[267]: 6 0 106 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[269]: 6 0 106 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[278]: 6 0 498.167 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[279]: 6 0 464.611 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[282]: 6 0 170.778 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[284]: 6 0 768 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[287]: 6 0 768 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[288]: 6 0 768 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[317]: 6 -752.833 0 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[318]: 6 0 385.167 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[352]: 6 0 717.222 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[463]: 6 0 385.167 shouldn't be
2246.49/2261.08	WSVECS04 Frhs2[514]: 6 0 158 shouldn't be
2272.64/2287.34	c #Conflicts:    3025000 | #Constraints:      80887
2272.64/2287.34	c #Conflicts:    3026000 | #Constraints:      81887
2272.64/2287.34	c #Conflicts:    3027000 | #Constraints:      82888
2272.64/2287.34	c #Conflicts:    3028000 | #Constraints:      83888
2272.64/2287.34	c #Conflicts:    3029000 | #Constraints:      84889
2272.64/2287.34	c #Conflicts:    3030000 | #Constraints:      85890
2272.64/2287.34	c #Conflicts:    3031000 | #Constraints:      86890
2272.64/2287.34	c #Conflicts:    3032000 | #Constraints:      87890
2272.64/2287.34	c #Conflicts:    3033000 | #Constraints:      88892
2272.64/2287.34	c #Conflicts:    3034000 | #Constraints:      89892
2272.64/2287.34	c #Conflicts:    3035000 | #Constraints:      90892
2272.64/2287.34	c #Conflicts:    3036000 | #Constraints:      91895
2272.64/2287.34	c #Conflicts:    3037000 | #Constraints:      92896
2272.64/2287.34	c #Conflicts:    3038000 | #Constraints:      93896
2272.64/2287.34	c #Conflicts:    3039000 | #Constraints:      94896
2272.64/2287.34	c #Conflicts:    3040000 | #Constraints:      95897
2272.64/2287.34	c #Conflicts:    3041000 | #Constraints:      96897
2272.64/2287.34	c #Conflicts:    3042000 | #Constraints:      97897
2272.64/2287.34	c #Conflicts:    3043000 | #Constraints:      98897
2272.64/2287.34	c #Conflicts:    3044000 | #Constraints:      99897
2272.64/2287.34	c #Conflicts:    3045000 | #Constraints:     100897
2272.64/2287.34	c #Conflicts:    3046000 | #Constraints:     101897
2272.64/2287.34	c #Conflicts:    3047000 | #Constraints:     102897
2272.64/2287.34	c #Conflicts:    3048000 | #Constraints:     103897
2272.64/2287.34	c #Conflicts:    3049000 | #Constraints:     104897
2272.64/2287.34	c #Conflicts:    3050000 | #Constraints:     105897
2272.64/2287.34	c #Conflicts:    3051000 | #Constraints:     106899
2272.64/2287.34	c INPROCESSING
2272.64/2287.34	c GARBAGE COLLECT
2272.64/2287.34	c rational objective 19520.4
2295.97/2310.76	c #Conflicts:    3052000 | #Constraints:      56883
2295.97/2310.76	c #Conflicts:    3053000 | #Constraints:      57883
2295.97/2310.76	c #Conflicts:    3054000 | #Constraints:      58883
2295.97/2310.76	c #Conflicts:    3055000 | #Constraints:      59883
2295.97/2310.76	c #Conflicts:    3056000 | #Constraints:      60883
2295.97/2310.76	c #Conflicts:    3057000 | #Constraints:      61883
2295.97/2310.76	c #Conflicts:    3058000 | #Constraints:      62883
2295.97/2310.76	c #Conflicts:    3059000 | #Constraints:      63883
2295.97/2310.76	c #Conflicts:    3060000 | #Constraints:      64883
2295.97/2310.76	c #Conflicts:    3061000 | #Constraints:      65883
2295.97/2310.76	c #Conflicts:    3062000 | #Constraints:      66883
2295.97/2310.76	c #Conflicts:    3063000 | #Constraints:      67883
2295.97/2310.76	c #Conflicts:    3064000 | #Constraints:      68883
2295.97/2310.76	c #Conflicts:    3065000 | #Constraints:      69883
2295.97/2310.76	c #Conflicts:    3066000 | #Constraints:      70883
2295.97/2310.76	c #Conflicts:    3067000 | #Constraints:      71884
2295.97/2310.76	c #Conflicts:    3068000 | #Constraints:      72885
2295.97/2310.76	c #Conflicts:    3069000 | #Constraints:      73885
2295.97/2310.76	c #Conflicts:    3070000 | #Constraints:      74886
2295.97/2310.76	c #Conflicts:    3071000 | #Constraints:      75887
2295.97/2310.76	c #Conflicts:    3072000 | #Constraints:      76887
2295.97/2310.76	c #Conflicts:    3073000 | #Constraints:      77887
2295.97/2310.76	c #Conflicts:    3074000 | #Constraints:      78887
2295.97/2310.76	c #Conflicts:    3075000 | #Constraints:      79887
2295.97/2310.76	c #Conflicts:    3076000 | #Constraints:      80887
2295.97/2310.76	c #Conflicts:    3077000 | #Constraints:      81888
2295.97/2310.76	c #Conflicts:    3078000 | #Constraints:      82888
2295.97/2310.76	c #Conflicts:    3079000 | #Constraints:      83888
2295.97/2310.76	c #Conflicts:    3080000 | #Constraints:      84888
2295.97/2310.76	c #Conflicts:    3081000 | #Constraints:      85889
2295.97/2310.76	c #Conflicts:    3082000 | #Constraints:      86889
2295.97/2310.76	c #Conflicts:    3083000 | #Constraints:      87889
2295.97/2310.76	c #Conflicts:    3084000 | #Constraints:      88889
2295.97/2310.76	c #Conflicts:    3085000 | #Constraints:      89889
2295.97/2310.76	c #Conflicts:    3086000 | #Constraints:      90891
2295.97/2310.76	c #Conflicts:    3087000 | #Constraints:      91891
2295.97/2310.76	c INPROCESSING
2295.97/2310.76	c GARBAGE COLLECT
2295.97/2310.76	c rational objective 19520.4
2319.72/2334.68	c #Conflicts:    3088000 | #Constraints:      49274
2319.72/2334.68	c #Conflicts:    3089000 | #Constraints:      50275
2319.72/2334.68	c #Conflicts:    3090000 | #Constraints:      51276
2319.72/2334.68	c #Conflicts:    3091000 | #Constraints:      52277
2319.72/2334.68	c #Conflicts:    3092000 | #Constraints:      53278
2319.72/2334.68	c #Conflicts:    3093000 | #Constraints:      54278
2319.72/2334.68	c #Conflicts:    3094000 | #Constraints:      55278
2319.72/2334.68	c #Conflicts:    3095000 | #Constraints:      56278
2319.72/2334.68	c #Conflicts:    3096000 | #Constraints:      57278
2319.72/2334.68	c #Conflicts:    3097000 | #Constraints:      58279
2319.72/2334.68	c #Conflicts:    3098000 | #Constraints:      59279
2319.72/2334.68	c #Conflicts:    3099000 | #Constraints:      60280
2319.72/2334.68	c #Conflicts:    3100000 | #Constraints:      61280
2319.72/2334.68	c #Conflicts:    3101000 | #Constraints:      62281
2319.72/2334.68	c #Conflicts:    3102000 | #Constraints:      63281
2319.72/2334.68	c #Conflicts:    3103000 | #Constraints:      64283
2319.72/2334.68	c #Conflicts:    3104000 | #Constraints:      65283
2319.72/2334.68	c #Conflicts:    3105000 | #Constraints:      66283
2319.72/2334.68	c #Conflicts:    3106000 | #Constraints:      67283
2319.72/2334.68	c #Conflicts:    3107000 | #Constraints:      68283
2319.72/2334.68	c #Conflicts:    3108000 | #Constraints:      69283
2319.72/2334.68	c #Conflicts:    3109000 | #Constraints:      70283
2319.72/2334.68	c #Conflicts:    3110000 | #Constraints:      71286
2319.72/2334.68	c #Conflicts:    3111000 | #Constraints:      72286
2319.72/2334.68	c #Conflicts:    3112000 | #Constraints:      73286
2319.72/2334.68	c #Conflicts:    3113000 | #Constraints:      74286
2319.72/2334.68	c #Conflicts:    3114000 | #Constraints:      75289
2319.72/2334.68	c #Conflicts:    3115000 | #Constraints:      76289
2319.72/2334.68	c #Conflicts:    3116000 | #Constraints:      77289
2319.72/2334.68	c #Conflicts:    3117000 | #Constraints:      78289
2319.72/2334.68	c #Conflicts:    3118000 | #Constraints:      79289
2319.72/2334.68	c #Conflicts:    3119000 | #Constraints:      80289
2319.72/2334.68	c #Conflicts:    3120000 | #Constraints:      81291
2319.72/2334.68	c #Conflicts:    3121000 | #Constraints:      82291
2319.72/2334.68	c #Conflicts:    3122000 | #Constraints:      83291
2319.72/2334.68	c #Conflicts:    3123000 | #Constraints:      84291
2319.72/2334.68	c INPROCESSING
2319.72/2334.68	c GARBAGE COLLECT
2319.72/2334.68	c rational objective 19523.9
2320.23/2335.15	c #Conflicts:    3124000 | #Constraints:      45278
2320.23/2335.15	WSVECS04 Frhs2[31]: 6 0 38 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[47]: 6 0 144.941 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[64]: 6 -602.515 0 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[71]: 6 0 76.1765 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[80]: 6 -290.824 0 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[83]: 6 0 173.353 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[84]: 6 0 56.8236 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[92]: 6 -148.971 0 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[104]: 6 0 66.4118 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[112]: 6 0 40.2941 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[138]: 6 -1842.38 0 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[140]: 6 0 94.8236 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[144]: 6 -66.4118 0 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[152]: 6 -973.118 0 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[155]: 6 0 173.353 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[158]: 6 -212 0 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[168]: 6 -1250.29 0 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[170]: 6 0 872.529 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[172]: 6 0 376.632 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[174]: 6 0 376.632 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[175]: 6 0 94.8236 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[179]: 6 0 171 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[180]: 6 -94.1765 0 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[228]: 6 0 206.882 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[230]: 6 0 358.794 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[238]: 6 -2.67657 0 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[250]: 6 -1286.41 0 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[262]: 6 -1408 0 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[264]: 6 0 56.8236 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[284]: 6 0 253.824 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[292]: 6 0 28.4118 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[323]: 6 0 76.1765 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[455]: 6 0 131.706 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[462]: 6 0 297.324 shouldn't be
2320.23/2335.15	WSVECS04 Frhs2[467]: 6 -337 0 shouldn't be
2349.25/2364.37	c #Conflicts:    3125000 | #Constraints:      46278
2349.25/2364.37	c #Conflicts:    3126000 | #Constraints:      47278
2349.25/2364.37	c #Conflicts:    3127000 | #Constraints:      48278
2349.25/2364.37	c #Conflicts:    3128000 | #Constraints:      49278
2349.25/2364.37	c #Conflicts:    3129000 | #Constraints:      50278
2349.25/2364.37	c #Conflicts:    3130000 | #Constraints:      51279
2349.25/2364.37	c #Conflicts:    3131000 | #Constraints:      52279
2349.25/2364.37	c #Conflicts:    3132000 | #Constraints:      53279
2349.25/2364.37	c #Conflicts:    3133000 | #Constraints:      54280
2349.25/2364.37	c #Conflicts:    3134000 | #Constraints:      55282
2349.25/2364.37	c #Conflicts:    3135000 | #Constraints:      56282
2349.25/2364.37	c #Conflicts:    3136000 | #Constraints:      57284
2349.25/2364.37	c #Conflicts:    3137000 | #Constraints:      58284
2349.25/2364.37	c #Conflicts:    3138000 | #Constraints:      59284
2349.25/2364.37	c #Conflicts:    3139000 | #Constraints:      60285
2349.25/2364.37	c #Conflicts:    3140000 | #Constraints:      61285
2349.25/2364.37	c #Conflicts:    3141000 | #Constraints:      62286
2349.25/2364.37	c #Conflicts:    3142000 | #Constraints:      63286
2349.25/2364.37	c #Conflicts:    3143000 | #Constraints:      64286
2349.25/2364.37	c #Conflicts:    3144000 | #Constraints:      65287
2349.25/2364.37	c #Conflicts:    3145000 | #Constraints:      66287
2349.25/2364.37	c #Conflicts:    3146000 | #Constraints:      67288
2349.25/2364.37	c #Conflicts:    3147000 | #Constraints:      68288
2349.25/2364.37	c #Conflicts:    3148000 | #Constraints:      69288
2349.25/2364.37	c #Conflicts:    3149000 | #Constraints:      70289
2349.25/2364.37	c #Conflicts:    3150000 | #Constraints:      71289
2349.25/2364.37	c #Conflicts:    3151000 | #Constraints:      72290
2349.25/2364.37	c #Conflicts:    3152000 | #Constraints:      73290
2349.25/2364.37	c #Conflicts:    3153000 | #Constraints:      74290
2349.25/2364.37	c #Conflicts:    3154000 | #Constraints:      75290
2349.25/2364.37	c #Conflicts:    3155000 | #Constraints:      76290
2349.25/2364.37	c #Conflicts:    3156000 | #Constraints:      77290
2349.25/2364.37	c #Conflicts:    3157000 | #Constraints:      78290
2349.25/2364.37	c #Conflicts:    3158000 | #Constraints:      79290
2349.25/2364.37	c #Conflicts:    3159000 | #Constraints:      80290
2349.25/2364.37	c #Conflicts:    3160000 | #Constraints:      81290
2349.25/2364.37	c #Conflicts:    3161000 | #Constraints:      82290
2349.25/2364.37	c #Conflicts:    3162000 | #Constraints:      83291
2349.25/2364.37	c #Conflicts:    3163000 | #Constraints:      84291
2349.25/2364.37	c #Conflicts:    3164000 | #Constraints:      85291
2349.25/2364.37	c #Conflicts:    3165000 | #Constraints:      86291
2349.25/2364.37	c #Conflicts:    3166000 | #Constraints:      87291
2349.25/2364.37	c #Conflicts:    3167000 | #Constraints:      88291
2349.25/2364.37	c #Conflicts:    3168000 | #Constraints:      89291
2349.25/2364.37	WSVECS04 Frhs2[19]: 6 0 106.73 shouldn't be
2349.25/2364.37	WSVECS04 Frhs2[87]: 6 -443.788 0 shouldn't be
2349.25/2364.37	WSVECS04 Frhs2[89]: 6 0 444.636 shouldn't be
2349.25/2364.37	WSVECS04 Frhs2[95]: 6 0 97.4624 shouldn't be
2349.25/2364.37	WSVECS04 Frhs2[98]: 6 0 294.788 shouldn't be
2349.25/2364.37	WSVECS04 Frhs2[99]: 6 -188.924 0 shouldn't be
2349.25/2364.37	WSVECS04 Frhs2[107]: 6 0 0.848509 shouldn't be
2349.25/2364.37	WSVECS04 Frhs2[127]: 6 0 91.9248 shouldn't be
2349.25/2364.37	WSVECS04 Frhs2[163]: 6 0 91.9247 shouldn't be
2349.25/2364.37	WSVECS04 Frhs2[166]: 6 -0.848525 0 shouldn't be
2349.25/2364.37	WSVECS04 Frhs2[179]: 6 0 0.848577 shouldn't be
2349.25/2364.37	WSVECS04 Frhs2[231]: 6 0 444.212 shouldn't be
2349.25/2364.37	WSVECS04 Frhs2[282]: 6 0 114.697 shouldn't be
2349.25/2364.37	WSVECS04 Frhs2[303]: 6 0 556.788 shouldn't be
2349.25/2364.37	WSVECS04 Frhs2[454]: 6 0 834.924 shouldn't be
2349.25/2364.37	WSVECS04 Frhs2[503]: 6 -204.53 0 shouldn't be
2452.36/2467.96	c #Conflicts:    3169000 | #Constraints:      90292
2452.36/2467.96	c #Conflicts:    3170000 | #Constraints:      91293
2452.36/2467.96	c #Conflicts:    3171000 | #Constraints:      92295
2452.36/2467.96	c #Conflicts:    3172000 | #Constraints:      93295
2452.36/2467.96	c #Conflicts:    3173000 | #Constraints:      94296
2452.36/2467.96	c #Conflicts:    3174000 | #Constraints:      95297
2452.36/2467.96	c #Conflicts:    3175000 | #Constraints:      96297
2452.36/2467.96	c #Conflicts:    3176000 | #Constraints:      97297
2452.36/2467.96	c #Conflicts:    3177000 | #Constraints:      98297
2452.36/2467.96	c #Conflicts:    3178000 | #Constraints:      99297
2452.36/2467.96	c #Conflicts:    3179000 | #Constraints:     100298
2452.36/2467.96	c #Conflicts:    3180000 | #Constraints:     101298
2452.36/2467.96	c #Conflicts:    3181000 | #Constraints:     102298
2452.36/2467.96	c #Conflicts:    3182000 | #Constraints:     103299
2452.36/2467.96	c #Conflicts:    3183000 | #Constraints:     104299
2452.36/2467.96	c #Conflicts:    3184000 | #Constraints:     105299
2452.36/2467.96	c #Conflicts:    3185000 | #Constraints:     106299
2452.36/2467.96	c #Conflicts:    3186000 | #Constraints:     107299
2452.36/2467.96	c #Conflicts:    3187000 | #Constraints:     108299
2452.36/2467.96	c #Conflicts:    3188000 | #Constraints:     109302
2452.36/2467.96	c #Conflicts:    3189000 | #Constraints:     110303
2452.36/2467.96	c #Conflicts:    3190000 | #Constraints:     111303
2452.36/2467.96	c #Conflicts:    3191000 | #Constraints:     112304
2452.36/2467.96	c #Conflicts:    3192000 | #Constraints:     113304
2452.36/2467.96	c #Conflicts:    3193000 | #Constraints:     114305
2452.36/2467.96	c #Conflicts:    3194000 | #Constraints:     115305
2452.36/2467.96	c #Conflicts:    3195000 | #Constraints:     116306
2452.36/2467.96	c #Conflicts:    3196000 | #Constraints:     117306
2452.36/2467.96	c #Conflicts:    3197000 | #Constraints:     118306
2452.36/2467.96	c #Conflicts:    3198000 | #Constraints:     119306
2452.36/2467.96	c #Conflicts:    3199000 | #Constraints:     120306
2452.36/2467.96	c #Conflicts:    3200000 | #Constraints:     121306
2452.36/2467.96	c #Conflicts:    3201000 | #Constraints:     122306
2452.36/2467.96	c #Conflicts:    3202000 | #Constraints:     123307
2452.36/2467.96	c #Conflicts:    3203000 | #Constraints:     124307
2452.36/2467.96	c #Conflicts:    3204000 | #Constraints:     125307
2452.36/2467.96	c #Conflicts:    3205000 | #Constraints:     126307
2452.36/2467.96	c #Conflicts:    3206000 | #Constraints:     127307
2452.36/2467.96	c #Conflicts:    3207000 | #Constraints:     128307
2452.36/2467.96	c #Conflicts:    3208000 | #Constraints:     129307
2452.36/2467.96	c #Conflicts:    3209000 | #Constraints:     130307
2452.36/2467.96	c #Conflicts:    3210000 | #Constraints:     131309
2452.36/2467.96	c #Conflicts:    3211000 | #Constraints:     132309
2452.36/2467.96	c #Conflicts:    3212000 | #Constraints:     133309
2452.36/2467.96	c #Conflicts:    3213000 | #Constraints:     134309
2452.36/2467.96	c #Conflicts:    3214000 | #Constraints:     135309
2452.36/2467.96	c #Conflicts:    3215000 | #Constraints:     136309
2452.36/2467.96	c #Conflicts:    3216000 | #Constraints:     137309
2452.36/2467.96	c #Conflicts:    3217000 | #Constraints:     138309
2452.36/2467.96	c #Conflicts:    3218000 | #Constraints:     139309
2452.36/2467.96	c #Conflicts:    3219000 | #Constraints:     140309
2452.36/2467.96	c #Conflicts:    3220000 | #Constraints:     141309
2452.36/2467.96	c #Conflicts:    3221000 | #Constraints:     142309
2452.36/2467.96	c #Conflicts:    3222000 | #Constraints:     143309
2452.36/2467.96	c #Conflicts:    3223000 | #Constraints:     144309
2452.36/2467.96	c #Conflicts:    3224000 | #Constraints:     145310
2452.36/2467.96	c #Conflicts:    3225000 | #Constraints:     146310
2452.36/2467.96	c #Conflicts:    3226000 | #Constraints:     147310
2452.36/2467.96	c #Conflicts:    3227000 | #Constraints:     148310
2452.36/2467.96	c #Conflicts:    3228000 | #Constraints:     149310
2452.36/2467.96	c #Conflicts:    3229000 | #Constraints:     150310
2452.36/2467.96	c #Conflicts:    3230000 | #Constraints:     151311
2452.36/2467.96	c #Conflicts:    3231000 | #Constraints:     152311
2452.36/2467.96	c #Conflicts:    3232000 | #Constraints:     153311
2452.36/2467.96	c #Conflicts:    3233000 | #Constraints:     154312
2452.36/2467.96	c #Conflicts:    3234000 | #Constraints:     155312
2452.36/2467.96	c #Conflicts:    3235000 | #Constraints:     156312
2452.36/2467.96	c #Conflicts:    3236000 | #Constraints:     157312
2452.36/2467.96	c #Conflicts:    3237000 | #Constraints:     158312
2452.36/2467.96	c #Conflicts:    3238000 | #Constraints:     159312
2452.36/2467.96	c #Conflicts:    3239000 | #Constraints:     160312
2452.36/2467.96	c #Conflicts:    3240000 | #Constraints:     161312
2452.36/2467.96	c #Conflicts:    3241000 | #Constraints:     162312
2452.36/2467.96	c #Conflicts:    3242000 | #Constraints:     163312
2452.36/2467.96	c #Conflicts:    3243000 | #Constraints:     164313
2452.36/2467.96	c #Conflicts:    3244000 | #Constraints:     165313
2452.36/2467.96	c #Conflicts:    3245000 | #Constraints:     166313
2452.36/2467.96	c #Conflicts:    3246000 | #Constraints:     167313
2452.36/2467.96	c #Conflicts:    3247000 | #Constraints:     168314
2520.94/2536.80	c #Conflicts:    3248000 | #Constraints:     169314
2520.94/2536.80	c #Conflicts:    3249000 | #Constraints:     170314
2520.94/2536.80	c #Conflicts:    3250000 | #Constraints:     171314
2520.94/2536.80	c #Conflicts:    3251000 | #Constraints:     172314
2520.94/2536.80	c #Conflicts:    3252000 | #Constraints:     173314
2520.94/2536.80	c #Conflicts:    3253000 | #Constraints:     174314
2520.94/2536.80	c #Conflicts:    3254000 | #Constraints:     175314
2520.94/2536.80	c #Conflicts:    3255000 | #Constraints:     176314
2520.94/2536.80	c #Conflicts:    3256000 | #Constraints:     177314
2520.94/2536.80	c #Conflicts:    3257000 | #Constraints:     178315
2520.94/2536.80	c #Conflicts:    3258000 | #Constraints:     179315
2520.94/2536.80	c #Conflicts:    3259000 | #Constraints:     180315
2520.94/2536.80	c #Conflicts:    3260000 | #Constraints:     181315
2520.94/2536.80	c #Conflicts:    3261000 | #Constraints:     182315
2520.94/2536.80	c #Conflicts:    3262000 | #Constraints:     183315
2520.94/2536.80	c #Conflicts:    3263000 | #Constraints:     184315
2520.94/2536.80	c #Conflicts:    3264000 | #Constraints:     185315
2520.94/2536.80	c #Conflicts:    3265000 | #Constraints:     186315
2520.94/2536.80	c #Conflicts:    3266000 | #Constraints:     187315
2520.94/2536.80	c #Conflicts:    3267000 | #Constraints:     188315
2520.94/2536.80	c #Conflicts:    3268000 | #Constraints:     189315
2520.94/2536.80	c #Conflicts:    3269000 | #Constraints:     190315
2520.94/2536.80	c #Conflicts:    3270000 | #Constraints:     191315
2520.94/2536.80	c #Conflicts:    3271000 | #Constraints:     192317
2520.94/2536.80	c #Conflicts:    3272000 | #Constraints:     193317
2520.94/2536.80	c #Conflicts:    3273000 | #Constraints:     194317
2520.94/2536.80	c #Conflicts:    3274000 | #Constraints:     195317
2520.94/2536.80	c #Conflicts:    3275000 | #Constraints:     196317
2520.94/2536.80	c #Conflicts:    3276000 | #Constraints:     197317
2520.94/2536.80	c #Conflicts:    3277000 | #Constraints:     198317
2520.94/2536.80	c #Conflicts:    3278000 | #Constraints:     199317
2520.94/2536.80	c #Conflicts:    3279000 | #Constraints:     200317
2520.94/2536.80	c #Conflicts:    3280000 | #Constraints:     201317
2520.94/2536.80	c #Conflicts:    3281000 | #Constraints:     202317
2520.94/2536.80	c #Conflicts:    3282000 | #Constraints:     203317
2520.94/2536.80	c #Conflicts:    3283000 | #Constraints:     204317
2520.94/2536.80	c #Conflicts:    3284000 | #Constraints:     205317
2520.94/2536.80	c INPROCESSING
2520.94/2536.80	c GARBAGE COLLECT
2520.94/2536.80	c rational objective 19523.9
2563.76/2579.83	c #Conflicts:    3285000 | #Constraints:     105921
2563.76/2579.83	c #Conflicts:    3286000 | #Constraints:     106921
2563.76/2579.83	c #Conflicts:    3287000 | #Constraints:     107921
2563.76/2579.83	c #Conflicts:    3288000 | #Constraints:     108921
2563.76/2579.83	c #Conflicts:    3289000 | #Constraints:     109921
2563.76/2579.83	c #Conflicts:    3290000 | #Constraints:     110921
2563.76/2579.83	c #Conflicts:    3291000 | #Constraints:     111921
2563.76/2579.83	c #Conflicts:    3292000 | #Constraints:     112921
2563.76/2579.83	c #Conflicts:    3293000 | #Constraints:     113921
2563.76/2579.83	c #Conflicts:    3294000 | #Constraints:     114923
2563.76/2579.83	c #Conflicts:    3295000 | #Constraints:     115924
2563.76/2579.83	c #Conflicts:    3296000 | #Constraints:     116925
2563.76/2579.83	c #Conflicts:    3297000 | #Constraints:     117925
2563.76/2579.83	c #Conflicts:    3298000 | #Constraints:     118925
2563.76/2579.83	c #Conflicts:    3299000 | #Constraints:     119926
2563.76/2579.83	c #Conflicts:    3300000 | #Constraints:     120926
2563.76/2579.83	c #Conflicts:    3301000 | #Constraints:     121926
2563.76/2579.83	c #Conflicts:    3302000 | #Constraints:     122926
2563.76/2579.83	c #Conflicts:    3303000 | #Constraints:     123926
2563.76/2579.83	c #Conflicts:    3304000 | #Constraints:     124926
2563.76/2579.83	c #Conflicts:    3305000 | #Constraints:     125927
2563.76/2579.83	c #Conflicts:    3306000 | #Constraints:     126927
2563.76/2579.83	c #Conflicts:    3307000 | #Constraints:     127928
2563.76/2579.83	c #Conflicts:    3308000 | #Constraints:     128928
2563.76/2579.83	c #Conflicts:    3309000 | #Constraints:     129928
2563.76/2579.83	c #Conflicts:    3310000 | #Constraints:     130928
2563.76/2579.83	c #Conflicts:    3311000 | #Constraints:     131928
2563.76/2579.83	c #Conflicts:    3312000 | #Constraints:     132928
2563.76/2579.83	c #Conflicts:    3313000 | #Constraints:     133928
2563.76/2579.83	c #Conflicts:    3314000 | #Constraints:     134930
2563.76/2579.83	c #Conflicts:    3315000 | #Constraints:     135930
2563.76/2579.83	c #Conflicts:    3316000 | #Constraints:     136931
2563.76/2579.83	c #Conflicts:    3317000 | #Constraints:     137932
2563.76/2579.83	c #Conflicts:    3318000 | #Constraints:     138932
2563.76/2579.83	WSVECS04 Frhs2[30]: 6 0 147.5 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[37]: 6 -2410.93 0 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[38]: 6 0 618.38 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[43]: 6 0 80.5932 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[61]: 6 -295 0 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[73]: 6 -268.98 0 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[74]: 6 0 618.38 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[76]: 6 0 811.529 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[78]: 6 0 785.51 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[83]: 6 -2978.31 0 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[99]: 6 0 147.5 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[103]: 6 -262.011 0 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[137]: 6 -136.128 0 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[143]: 6 -319.138 0 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[151]: 6 0 80.5932 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[172]: 6 0 136.128 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[184]: 6 0 692.279 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[206]: 6 0 109.873 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[207]: 6 0 109.873 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[210]: 6 0 95.1226 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[227]: 6 0 14.75 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[239]: 6 0 50.4363 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[330]: 6 0 785.51 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[351]: 6 0 135.064 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[353]: 6 -160.628 0 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[389]: 6 0 106 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[471]: 6 0 875.564 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[487]: 6 0 187 shouldn't be
2563.76/2579.83	WSVECS04 Frhs2[501]: 6 0 485 shouldn't be
2563.76/2579.84	WSVECS04 Frhs2[531]: 6 0 814.138 shouldn't be
2570.53/2586.66	c #Conflicts:    3319000 | #Constraints:     139932
2570.53/2586.66	c #Conflicts:    3320000 | #Constraints:     140932
2570.53/2586.66	c #Conflicts:    3321000 | #Constraints:     141933
2570.53/2586.66	c #Conflicts:    3322000 | #Constraints:     142934
2570.53/2586.66	c INPROCESSING
2570.53/2586.66	c GARBAGE COLLECT
2570.53/2586.66	c rational objective 19523.9
2610.87/2627.47	c #Conflicts:    3323000 | #Constraints:      74857
2610.87/2627.47	c #Conflicts:    3324000 | #Constraints:      75857
2610.87/2627.47	c #Conflicts:    3325000 | #Constraints:      76859
2610.87/2627.47	c #Conflicts:    3326000 | #Constraints:      77859
2610.87/2627.47	c #Conflicts:    3327000 | #Constraints:      78859
2610.87/2627.47	c #Conflicts:    3328000 | #Constraints:      79859
2610.87/2627.47	c #Conflicts:    3329000 | #Constraints:      80859
2610.87/2627.47	c #Conflicts:    3330000 | #Constraints:      81859
2610.87/2627.47	c #Conflicts:    3331000 | #Constraints:      82861
2610.87/2627.47	c #Conflicts:    3332000 | #Constraints:      83861
2610.87/2627.47	c #Conflicts:    3333000 | #Constraints:      84861
2610.87/2627.47	c #Conflicts:    3334000 | #Constraints:      85862
2610.87/2627.47	c #Conflicts:    3335000 | #Constraints:      86862
2610.87/2627.47	c #Conflicts:    3336000 | #Constraints:      87862
2610.87/2627.47	c #Conflicts:    3337000 | #Constraints:      88862
2610.87/2627.47	c #Conflicts:    3338000 | #Constraints:      89862
2610.87/2627.47	c #Conflicts:    3339000 | #Constraints:      90862
2610.87/2627.47	c #Conflicts:    3340000 | #Constraints:      91863
2610.87/2627.47	c #Conflicts:    3341000 | #Constraints:      92864
2610.87/2627.47	c #Conflicts:    3342000 | #Constraints:      93864
2610.87/2627.47	c #Conflicts:    3343000 | #Constraints:      94864
2610.87/2627.47	c #Conflicts:    3344000 | #Constraints:      95864
2610.87/2627.47	c #Conflicts:    3345000 | #Constraints:      96864
2610.87/2627.47	c #Conflicts:    3346000 | #Constraints:      97864
2610.87/2627.47	c #Conflicts:    3347000 | #Constraints:      98866
2610.87/2627.47	c #Conflicts:    3348000 | #Constraints:      99867
2610.87/2627.47	c #Conflicts:    3349000 | #Constraints:     100867
2610.87/2627.47	c #Conflicts:    3350000 | #Constraints:     101868
2610.87/2627.47	c #Conflicts:    3351000 | #Constraints:     102868
2610.87/2627.47	c #Conflicts:    3352000 | #Constraints:     103868
2610.87/2627.47	c #Conflicts:    3353000 | #Constraints:     104869
2610.87/2627.47	c #Conflicts:    3354000 | #Constraints:     105869
2610.87/2627.47	c #Conflicts:    3355000 | #Constraints:     106869
2610.87/2627.47	c #Conflicts:    3356000 | #Constraints:     107869
2610.87/2627.47	c #Conflicts:    3357000 | #Constraints:     108871
2610.87/2627.47	c #Conflicts:    3358000 | #Constraints:     109872
2610.87/2627.47	c #Conflicts:    3359000 | #Constraints:     110872
2610.87/2627.47	c #Conflicts:    3360000 | #Constraints:     111873
2610.87/2627.47	c INPROCESSING
2610.87/2627.47	c GARBAGE COLLECT
2610.87/2627.47	c rational objective 19523.9
2641.93/2658.65	c #Conflicts:    3361000 | #Constraints:      59378
2641.93/2658.65	c #Conflicts:    3362000 | #Constraints:      60378
2641.93/2658.65	c #Conflicts:    3363000 | #Constraints:      61379
2641.93/2658.65	c #Conflicts:    3364000 | #Constraints:      62379
2641.93/2658.65	c #Conflicts:    3365000 | #Constraints:      63379
2641.93/2658.65	c #Conflicts:    3366000 | #Constraints:      64380
2641.93/2658.65	c #Conflicts:    3367000 | #Constraints:      65380
2641.93/2658.65	c #Conflicts:    3368000 | #Constraints:      66380
2641.93/2658.65	c #Conflicts:    3369000 | #Constraints:      67383
2641.93/2658.65	c #Conflicts:    3370000 | #Constraints:      68383
2641.93/2658.65	c #Conflicts:    3371000 | #Constraints:      69383
2641.93/2658.65	c #Conflicts:    3372000 | #Constraints:      70384
2641.93/2658.65	c #Conflicts:    3373000 | #Constraints:      71384
2641.93/2658.65	c #Conflicts:    3374000 | #Constraints:      72385
2641.93/2658.65	c #Conflicts:    3375000 | #Constraints:      73385
2641.93/2658.65	c #Conflicts:    3376000 | #Constraints:      74385
2641.93/2658.65	c #Conflicts:    3377000 | #Constraints:      75386
2641.93/2658.65	c #Conflicts:    3378000 | #Constraints:      76386
2641.93/2658.65	c #Conflicts:    3379000 | #Constraints:      77386
2641.93/2658.65	c #Conflicts:    3380000 | #Constraints:      78386
2641.93/2658.65	c #Conflicts:    3381000 | #Constraints:      79386
2641.93/2658.65	c #Conflicts:    3382000 | #Constraints:      80386
2641.93/2658.65	c #Conflicts:    3383000 | #Constraints:      81386
2641.93/2658.65	c #Conflicts:    3384000 | #Constraints:      82386
2641.93/2658.65	c #Conflicts:    3385000 | #Constraints:      83387
2641.93/2658.65	c #Conflicts:    3386000 | #Constraints:      84389
2641.93/2658.65	c #Conflicts:    3387000 | #Constraints:      85390
2641.93/2658.65	c #Conflicts:    3388000 | #Constraints:      86390
2641.93/2658.65	c #Conflicts:    3389000 | #Constraints:      87390
2641.93/2658.65	c #Conflicts:    3390000 | #Constraints:      88390
2641.93/2658.65	c #Conflicts:    3391000 | #Constraints:      89390
2641.93/2658.65	c #Conflicts:    3392000 | #Constraints:      90391
2641.93/2658.65	c #Conflicts:    3393000 | #Constraints:      91391
2641.93/2658.65	c #Conflicts:    3394000 | #Constraints:      92392
2641.93/2658.65	c #Conflicts:    3395000 | #Constraints:      93392
2641.93/2658.65	c #Conflicts:    3396000 | #Constraints:      94392
2641.93/2658.65	c #Conflicts:    3397000 | #Constraints:      95392
2641.93/2658.65	c #Conflicts:    3398000 | #Constraints:      96392
2641.93/2658.65	c INPROCESSING
2641.93/2658.65	c GARBAGE COLLECT
2641.93/2658.65	c rational objective 19523.9
2643.73/2660.41	c #Conflicts:    3399000 | #Constraints:      51591
2643.73/2660.41	c #Conflicts:    3400000 | #Constraints:      52591
2643.73/2660.41	c #Conflicts:    3401000 | #Constraints:      53591
2643.73/2660.41	WSVECS04 Frhs2[86]: 6 0 32.3334 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[103]: 6 0 4.50008 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[163]: 6 0 2949.33 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[166]: 6 -145.583 0 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[175]: 6 0 4.50005 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[208]: 6 0 103 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[212]: 6 0 58.5834 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[216]: 6 -134.417 0 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[239]: 6 0 134 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[241]: 6 -741.833 0 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[244]: 6 0 103 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[277]: 6 0 484.833 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[279]: 6 0 484.833 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[280]: 6 0 587.833 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[306]: 6 0 36.8334 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[309]: 6 0 826.917 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[332]: 6 -101 0 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[336]: 6 0 166.083 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[342]: 6 0 36.8334 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[344]: 6 0 79.9167 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[345]: 6 0 79.9167 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[356]: 6 0 164.583 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[370]: 6 0 170 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[375]: 6 0 158 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[443]: 6 -70.3334 0 shouldn't be
2643.73/2660.41	WSVECS04 Frhs2[471]: 6 0 785 shouldn't be
2658.87/2675.69	c #Conflicts:    3402000 | #Constraints:      54591
2658.87/2675.69	c #Conflicts:    3403000 | #Constraints:      55591
2658.87/2675.69	c #Conflicts:    3404000 | #Constraints:      56592
2658.87/2675.69	c #Conflicts:    3405000 | #Constraints:      57593
2658.87/2675.69	c #Conflicts:    3406000 | #Constraints:      58593
2658.87/2675.69	c #Conflicts:    3407000 | #Constraints:      59593
2658.87/2675.69	c #Conflicts:    3408000 | #Constraints:      60594
2658.87/2675.69	c #Conflicts:    3409000 | #Constraints:      61594
2658.87/2675.69	c #Conflicts:    3410000 | #Constraints:      62595
2658.87/2675.69	c #Conflicts:    3411000 | #Constraints:      63595
2658.87/2675.69	c #Conflicts:    3412000 | #Constraints:      64596
2658.87/2675.69	c #Conflicts:    3413000 | #Constraints:      65596
2658.87/2675.69	c #Conflicts:    3414000 | #Constraints:      66596
2658.87/2675.69	c #Conflicts:    3415000 | #Constraints:      67597
2658.87/2675.69	c #Conflicts:    3416000 | #Constraints:      68597
2658.87/2675.69	c #Conflicts:    3417000 | #Constraints:      69597
2658.87/2675.69	c #Conflicts:    3418000 | #Constraints:      70597
2658.87/2675.69	c #Conflicts:    3419000 | #Constraints:      71597
2658.87/2675.69	c #Conflicts:    3420000 | #Constraints:      72598
2658.87/2675.69	c #Conflicts:    3421000 | #Constraints:      73598
2658.87/2675.69	WSVECS04 Frhs2[18]: 6 0 71.75 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[40]: 6 0 582.5 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[49]: 6 -2423.75 0 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[51]: 6 0 38.0001 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[57]: 6 0 33.625 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[83]: 6 0 2491.63 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[129]: 6 0 33.625 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[130]: 6 -295 0 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[182]: 6 0 1308 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[189]: 6 0 375.625 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[195]: 6 -140.25 0 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[198]: 6 0 71.75 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[213]: 6 0 38 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[220]: 6 -3178.63 0 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[229]: 6 0 34.25 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[259]: 6 0 38.0001 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[265]: 6 0 34.2501 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[268]: 6 0 41.25 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[269]: 6 0 34.2501 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[273]: 6 0 33.625 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[290]: 6 0 3303 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[299]: 6 0 2491.63 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[306]: 6 0 71.75 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[307]: 6 -892 0 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[309]: 6 0 33.625 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[325]: 6 -1308 0 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[343]: 6 0 295 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[347]: 6 0 295 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[374]: 6 0 398 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[386]: 6 -264 0 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[454]: 6 0 22.0001 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[469]: 6 -264 0 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[482]: 6 0 355 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[485]: 6 0 554.417 shouldn't be
2658.87/2675.69	WSVECS04 Frhs2[514]: 6 0 620.833 shouldn't be
2672.91/2689.71	c #Conflicts:    3422000 | #Constraints:      74599
2672.91/2689.71	c #Conflicts:    3423000 | #Constraints:      75599
2672.91/2689.71	c #Conflicts:    3424000 | #Constraints:      76599
2672.91/2689.71	c #Conflicts:    3425000 | #Constraints:      77599
2672.91/2689.71	c #Conflicts:    3426000 | #Constraints:      78600
2672.91/2689.71	c #Conflicts:    3427000 | #Constraints:      79600
2672.91/2689.71	c #Conflicts:    3428000 | #Constraints:      80601
2672.91/2689.71	c #Conflicts:    3429000 | #Constraints:      81601
2672.91/2689.71	c #Conflicts:    3430000 | #Constraints:      82601
2672.91/2689.71	c #Conflicts:    3431000 | #Constraints:      83601
2672.91/2689.71	c #Conflicts:    3432000 | #Constraints:      84602
2672.91/2689.71	c #Conflicts:    3433000 | #Constraints:      85602
2672.91/2689.71	c #Conflicts:    3434000 | #Constraints:      86602
2672.91/2689.71	c #Conflicts:    3435000 | #Constraints:      87603
2672.91/2689.71	c #Conflicts:    3436000 | #Constraints:      88604
2672.91/2689.71	c INPROCESSING
2672.91/2689.71	c GARBAGE COLLECT
2672.91/2689.71	c rational objective 19523.9
2765.07/2782.45	c #Conflicts:    3437000 | #Constraints:      47531
2765.07/2782.45	c #Conflicts:    3438000 | #Constraints:      48532
2765.07/2782.45	c #Conflicts:    3439000 | #Constraints:      49532
2765.07/2782.45	c #Conflicts:    3440000 | #Constraints:      50533
2765.07/2782.45	c #Conflicts:    3441000 | #Constraints:      51533
2765.07/2782.45	c #Conflicts:    3442000 | #Constraints:      52533
2765.07/2782.45	c #Conflicts:    3443000 | #Constraints:      53533
2765.07/2782.45	c #Conflicts:    3444000 | #Constraints:      54534
2765.07/2782.45	c #Conflicts:    3445000 | #Constraints:      55535
2765.07/2782.45	c #Conflicts:    3446000 | #Constraints:      56535
2765.07/2782.45	c #Conflicts:    3447000 | #Constraints:      57536
2765.07/2782.45	c #Conflicts:    3448000 | #Constraints:      58536
2765.07/2782.45	c #Conflicts:    3449000 | #Constraints:      59537
2765.07/2782.45	c #Conflicts:    3450000 | #Constraints:      60537
2765.07/2782.45	c #Conflicts:    3451000 | #Constraints:      61538
2765.07/2782.45	c #Conflicts:    3452000 | #Constraints:      62539
2765.07/2782.45	c #Conflicts:    3453000 | #Constraints:      63539
2765.07/2782.45	c #Conflicts:    3454000 | #Constraints:      64539
2765.07/2782.45	c #Conflicts:    3455000 | #Constraints:      65541
2765.07/2782.45	c #Conflicts:    3456000 | #Constraints:      66541
2765.07/2782.45	c #Conflicts:    3457000 | #Constraints:      67541
2765.07/2782.45	c #Conflicts:    3458000 | #Constraints:      68541
2765.07/2782.45	c #Conflicts:    3459000 | #Constraints:      69541
2765.07/2782.45	c #Conflicts:    3460000 | #Constraints:      70541
2765.07/2782.45	c #Conflicts:    3461000 | #Constraints:      71544
2765.07/2782.45	c #Conflicts:    3462000 | #Constraints:      72544
2765.07/2782.45	c #Conflicts:    3463000 | #Constraints:      73544
2765.07/2782.45	c #Conflicts:    3464000 | #Constraints:      74544
2765.07/2782.45	c #Conflicts:    3465000 | #Constraints:      75544
2765.07/2782.45	c #Conflicts:    3466000 | #Constraints:      76544
2765.07/2782.45	c #Conflicts:    3467000 | #Constraints:      77544
2765.07/2782.45	c #Conflicts:    3468000 | #Constraints:      78545
2765.07/2782.45	c #Conflicts:    3469000 | #Constraints:      79546
2765.07/2782.45	c #Conflicts:    3470000 | #Constraints:      80546
2765.07/2782.45	c #Conflicts:    3471000 | #Constraints:      81546
2765.07/2782.45	c #Conflicts:    3472000 | #Constraints:      82546
2765.07/2782.45	c #Conflicts:    3473000 | #Constraints:      83546
2765.07/2782.45	c #Conflicts:    3474000 | #Constraints:      84546
2765.07/2782.45	c #Conflicts:    3475000 | #Constraints:      85546
2765.07/2782.45	c #Conflicts:    3476000 | #Constraints:      86546
2765.07/2782.45	c #Conflicts:    3477000 | #Constraints:      87546
2765.07/2782.45	c #Conflicts:    3478000 | #Constraints:      88546
2765.07/2782.45	c #Conflicts:    3479000 | #Constraints:      89547
2765.07/2782.45	c #Conflicts:    3480000 | #Constraints:      90547
2765.07/2782.45	c #Conflicts:    3481000 | #Constraints:      91548
2765.07/2782.45	c #Conflicts:    3482000 | #Constraints:      92549
2765.07/2782.45	c #Conflicts:    3483000 | #Constraints:      93550
2765.07/2782.45	c #Conflicts:    3484000 | #Constraints:      94550
2765.07/2782.45	c #Conflicts:    3485000 | #Constraints:      95550
2765.07/2782.45	c #Conflicts:    3486000 | #Constraints:      96550
2765.07/2782.45	c #Conflicts:    3487000 | #Constraints:      97553
2765.07/2782.45	c #Conflicts:    3488000 | #Constraints:      98553
2765.07/2782.45	c #Conflicts:    3489000 | #Constraints:      99553
2765.07/2782.45	c #Conflicts:    3490000 | #Constraints:     100553
2765.07/2782.45	c #Conflicts:    3491000 | #Constraints:     101554
2765.07/2782.45	c #Conflicts:    3492000 | #Constraints:     102554
2765.07/2782.45	c #Conflicts:    3493000 | #Constraints:     103554
2765.07/2782.45	c #Conflicts:    3494000 | #Constraints:     104554
2765.07/2782.45	c #Conflicts:    3495000 | #Constraints:     105555
2765.07/2782.45	c #Conflicts:    3496000 | #Constraints:     106556
2765.07/2782.45	c #Conflicts:    3497000 | #Constraints:     107556
2765.07/2782.45	c #Conflicts:    3498000 | #Constraints:     108557
2765.07/2782.45	c #Conflicts:    3499000 | #Constraints:     109558
2765.07/2782.45	c #Conflicts:    3500000 | #Constraints:     110558
2765.07/2782.45	c #Conflicts:    3501000 | #Constraints:     111559
2765.07/2782.45	c #Conflicts:    3502000 | #Constraints:     112559
2765.07/2782.45	c #Conflicts:    3503000 | #Constraints:     113559
2765.07/2782.45	c #Conflicts:    3504000 | #Constraints:     114559
2765.07/2782.45	c #Conflicts:    3505000 | #Constraints:     115560
2765.07/2782.45	c #Conflicts:    3506000 | #Constraints:     116560
2765.07/2782.45	c #Conflicts:    3507000 | #Constraints:     117560
2765.07/2782.45	c #Conflicts:    3508000 | #Constraints:     118561
2765.07/2782.45	c #Conflicts:    3509000 | #Constraints:     119561
2765.07/2782.45	c #Conflicts:    3510000 | #Constraints:     120562
2765.07/2782.45	c #Conflicts:    3511000 | #Constraints:     121562
2765.07/2782.45	c #Conflicts:    3512000 | #Constraints:     122563
2765.07/2782.45	c #Conflicts:    3513000 | #Constraints:     123563
2765.07/2782.45	c #Conflicts:    3514000 | #Constraints:     124563
2765.07/2782.45	c #Conflicts:    3515000 | #Constraints:     125563
2848.09/2865.73	c #Conflicts:    3516000 | #Constraints:     126563
2848.09/2865.73	c #Conflicts:    3517000 | #Constraints:     127563
2848.09/2865.73	c #Conflicts:    3518000 | #Constraints:     128563
2848.09/2865.73	c #Conflicts:    3519000 | #Constraints:     129565
2848.09/2865.73	c #Conflicts:    3520000 | #Constraints:     130565
2848.09/2865.73	c #Conflicts:    3521000 | #Constraints:     131565
2848.09/2865.73	c #Conflicts:    3522000 | #Constraints:     132565
2848.09/2865.73	c #Conflicts:    3523000 | #Constraints:     133565
2848.09/2865.73	c #Conflicts:    3524000 | #Constraints:     134566
2848.09/2865.73	c #Conflicts:    3525000 | #Constraints:     135566
2848.09/2865.73	c #Conflicts:    3526000 | #Constraints:     136566
2848.09/2865.73	c #Conflicts:    3527000 | #Constraints:     137566
2848.09/2865.73	c #Conflicts:    3528000 | #Constraints:     138566
2848.09/2865.73	c #Conflicts:    3529000 | #Constraints:     139567
2848.09/2865.73	c #Conflicts:    3530000 | #Constraints:     140567
2848.09/2865.73	c #Conflicts:    3531000 | #Constraints:     141568
2848.09/2865.73	c #Conflicts:    3532000 | #Constraints:     142568
2848.09/2865.73	c #Conflicts:    3533000 | #Constraints:     143568
2848.09/2865.73	c #Conflicts:    3534000 | #Constraints:     144569
2848.09/2865.73	c #Conflicts:    3535000 | #Constraints:     145570
2848.09/2865.73	c #Conflicts:    3536000 | #Constraints:     146570
2848.09/2865.73	c #Conflicts:    3537000 | #Constraints:     147570
2848.09/2865.73	c #Conflicts:    3538000 | #Constraints:     148571
2848.09/2865.73	c #Conflicts:    3539000 | #Constraints:     149571
2848.09/2865.73	c #Conflicts:    3540000 | #Constraints:     150571
2848.09/2865.73	c #Conflicts:    3541000 | #Constraints:     151571
2848.09/2865.73	c #Conflicts:    3542000 | #Constraints:     152571
2848.09/2865.73	c #Conflicts:    3543000 | #Constraints:     153573
2848.09/2865.73	c #Conflicts:    3544000 | #Constraints:     154573
2848.09/2865.73	c #Conflicts:    3545000 | #Constraints:     155573
2848.09/2865.73	c #Conflicts:    3546000 | #Constraints:     156574
2848.09/2865.73	c #Conflicts:    3547000 | #Constraints:     157574
2848.09/2865.73	c #Conflicts:    3548000 | #Constraints:     158574
2848.09/2865.73	c #Conflicts:    3549000 | #Constraints:     159575
2848.09/2865.73	c #Conflicts:    3550000 | #Constraints:     160575
2848.09/2865.73	c #Conflicts:    3551000 | #Constraints:     161575
2848.09/2865.73	c #Conflicts:    3552000 | #Constraints:     162575
2848.09/2865.73	c #Conflicts:    3553000 | #Constraints:     163575
2848.09/2865.73	c #Conflicts:    3554000 | #Constraints:     164575
2848.09/2865.73	WSVECS04 Frhs2[13]: 6 0 9.26834 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[23]: 6 0 47 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[43]: 6 0 4.65861 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[115]: 6 0 13.9757 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[131]: 6 0 47 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[134]: 6 0 167.073 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[135]: 6 0 235.366 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[138]: 6 0 47 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[151]: 6 0 23.2927 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[167]: 6 0 47.0001 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[172]: 6 -509 0 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[175]: 6 0 4.65857 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[199]: 6 -3034 0 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[203]: 6 0 47.0001 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[209]: 6 0 122.634 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[267]: 6 -335.195 0 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[295]: 6 0 23.2927 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[298]: 6 0 9.31712 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[332]: 6 -138.707 0 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[335]: 6 0 110.756 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[355]: 6 0 4.65856 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[371]: 6 0 123 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[466]: 6 -179 0 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[484]: 6 -1094 0 shouldn't be
2848.09/2865.73	WSVECS04 Frhs2[488]: 6 0 348 shouldn't be
2955.98/2974.89	c #Conflicts:    3555000 | #Constraints:     165575
2955.98/2974.89	c #Conflicts:    3556000 | #Constraints:     166575
2955.98/2974.89	c #Conflicts:    3557000 | #Constraints:     167575
2955.98/2974.89	c #Conflicts:    3558000 | #Constraints:     168575
2955.98/2974.89	c #Conflicts:    3559000 | #Constraints:     169575
2955.98/2974.89	c #Conflicts:    3560000 | #Constraints:     170575
2955.98/2974.89	c #Conflicts:    3561000 | #Constraints:     171575
2955.98/2974.89	c #Conflicts:    3562000 | #Constraints:     172575
2955.98/2974.89	c #Conflicts:    3563000 | #Constraints:     173576
2955.98/2974.89	c #Conflicts:    3564000 | #Constraints:     174576
2955.98/2974.89	c #Conflicts:    3565000 | #Constraints:     175576
2955.98/2974.89	c #Conflicts:    3566000 | #Constraints:     176576
2955.98/2974.89	c #Conflicts:    3567000 | #Constraints:     177576
2955.98/2974.89	c #Conflicts:    3568000 | #Constraints:     178576
2955.98/2974.89	c #Conflicts:    3569000 | #Constraints:     179576
2955.98/2974.89	c #Conflicts:    3570000 | #Constraints:     180577
2955.98/2974.89	c #Conflicts:    3571000 | #Constraints:     181577
2955.98/2974.89	c #Conflicts:    3572000 | #Constraints:     182577
2955.98/2974.89	c #Conflicts:    3573000 | #Constraints:     183579
2955.98/2974.89	c #Conflicts:    3574000 | #Constraints:     184580
2955.98/2974.89	c #Conflicts:    3575000 | #Constraints:     185580
2955.98/2974.89	c #Conflicts:    3576000 | #Constraints:     186582
2955.98/2974.89	c #Conflicts:    3577000 | #Constraints:     187582
2955.98/2974.89	c #Conflicts:    3578000 | #Constraints:     188582
2955.98/2974.89	c #Conflicts:    3579000 | #Constraints:     189582
2955.98/2974.89	c #Conflicts:    3580000 | #Constraints:     190582
2955.98/2974.89	c #Conflicts:    3581000 | #Constraints:     191582
2955.98/2974.89	c #Conflicts:    3582000 | #Constraints:     192582
2955.98/2974.89	c #Conflicts:    3583000 | #Constraints:     193582
2955.98/2974.89	c #Conflicts:    3584000 | #Constraints:     194582
2955.98/2974.89	c #Conflicts:    3585000 | #Constraints:     195583
2955.98/2974.89	c #Conflicts:    3586000 | #Constraints:     196583
2955.98/2974.89	c #Conflicts:    3587000 | #Constraints:     197583
2955.98/2974.89	c #Conflicts:    3588000 | #Constraints:     198584
2955.98/2974.89	c #Conflicts:    3589000 | #Constraints:     199584
2955.98/2974.89	c #Conflicts:    3590000 | #Constraints:     200584
2955.98/2974.89	c #Conflicts:    3591000 | #Constraints:     201585
2955.98/2974.89	c #Conflicts:    3592000 | #Constraints:     202585
2955.98/2974.89	c #Conflicts:    3593000 | #Constraints:     203586
2955.98/2974.89	c #Conflicts:    3594000 | #Constraints:     204586
2955.98/2974.89	c #Conflicts:    3595000 | #Constraints:     205587
2955.98/2974.89	c #Conflicts:    3596000 | #Constraints:     206587
2955.98/2974.89	WSVECS04 Frhs2[49]: 6 -617.222 0 shouldn't be
2955.98/2974.89	WSVECS04 Frhs2[77]: 6 0 24 shouldn't be
2955.98/2974.89	WSVECS04 Frhs2[83]: 6 0 27.5556 shouldn't be
2955.98/2974.89	WSVECS04 Frhs2[89]: 6 -38.0001 0 shouldn't be
2955.98/2974.89	WSVECS04 Frhs2[91]: 6 -2718.89 0 shouldn't be
2955.98/2974.89	WSVECS04 Frhs2[101]: 6 -103 0 shouldn't be
2955.98/2974.89	WSVECS04 Frhs2[109]: 6 0 113 shouldn't be
2955.98/2974.89	WSVECS04 Frhs2[113]: 6 0 125 shouldn't be
2955.98/2974.89	WSVECS04 Frhs2[114]: 6 0 63.0001 shouldn't be
2955.98/2974.89	WSVECS04 Frhs2[129]: 6 0 55.5556 shouldn't be
2955.98/2974.89	WSVECS04 Frhs2[137]: 6 0 123.444 shouldn't be
2955.98/2974.89	WSVECS04 Frhs2[148]: 6 -360 0 shouldn't be
2955.98/2974.89	WSVECS04 Frhs2[149]: 6 0 12 shouldn't be
2955.98/2974.89	WSVECS04 Frhs2[183]: 6 0 162.778 shouldn't be
2955.98/2974.89	WSVECS04 Frhs2[257]: 6 0 12 shouldn't be
2955.98/2974.89	WSVECS04 Frhs2[289]: 6 0 12.0001 shouldn't be
2955.98/2974.89	WSVECS04 Frhs2[295]: 6 0 72.2223 shouldn't be
2955.98/2974.89	WSVECS04 Frhs2[415]: 6 0 10.0001 shouldn't be
2955.98/2974.89	WSVECS04 Frhs2[454]: 6 0 620 shouldn't be
2955.98/2974.89	WSVECS04 Frhs2[482]: 6 0 10 shouldn't be
2977.12/2996.06	c #Conflicts:    3597000 | #Constraints:     207587
2977.12/2996.06	c #Conflicts:    3598000 | #Constraints:     208587
2977.12/2996.06	c #Conflicts:    3599000 | #Constraints:     209587
2977.12/2996.06	c #Conflicts:    3600000 | #Constraints:     210587
2977.12/2996.06	c #Conflicts:    3601000 | #Constraints:     211590
2977.12/2996.06	c #Conflicts:    3602000 | #Constraints:     212590
2977.12/2996.06	WSVECS04 Frhs2[146]: 6 0 112.286 shouldn't be
2977.12/2996.06	WSVECS04 Frhs2[166]: 6 -38.0001 0 shouldn't be
2977.12/2996.06	WSVECS04 Frhs2[182]: 6 0 112.286 shouldn't be
2977.12/2996.06	WSVECS04 Frhs2[289]: 6 0 0.714312 shouldn't be
2977.12/2996.06	WSVECS04 Frhs2[329]: 6 -113 0 shouldn't be
2977.12/2996.06	WSVECS04 Frhs2[380]: 6 -816 0 shouldn't be
2977.12/2996.06	WSVECS04 Frhs2[455]: 6 0 141 shouldn't be
2977.12/2996.06	WSVECS04 Frhs2[492]: 6 0 1010 shouldn't be
2977.12/2996.06	WSVECS04 Frhs2[495]: 6 0 904 shouldn't be
2977.12/2996.06	WSVECS04 Frhs2[503]: 6 0 113 shouldn't be
2979.49/2998.42	c #Conflicts:    3603000 | #Constraints:     213590
2979.49/2998.42	c INPROCESSING
2979.49/2998.42	c GARBAGE COLLECT
2979.49/2998.42	c rational objective 19523.9
2984.67/3003.63	c #Conflicts:    3604000 | #Constraints:     109947
2984.67/3003.63	c #Conflicts:    3605000 | #Constraints:     110949
2984.67/3003.63	c #Conflicts:    3606000 | #Constraints:     111949
2984.67/3003.63	WSVECS04 Frhs2[23]: 6 0 14.4896 shouldn't be
2984.67/3003.63	WSVECS04 Frhs2[58]: 6 -21.7343 0 shouldn't be
2984.67/3003.63	WSVECS04 Frhs2[59]: 6 0 7.24482 shouldn't be
2984.67/3003.63	WSVECS04 Frhs2[64]: 6 -91 0 shouldn't be
2984.67/3003.63	WSVECS04 Frhs2[93]: 6 0 7.24483 shouldn't be
2984.67/3003.63	WSVECS04 Frhs2[95]: 6 0 14.4896 shouldn't be
2984.67/3003.63	WSVECS04 Frhs2[99]: 6 0 144.455 shouldn't be
2984.67/3003.63	WSVECS04 Frhs2[102]: 6 0 43.9092 shouldn't be
2984.67/3003.63	WSVECS04 Frhs2[138]: 6 0 43.9092 shouldn't be
2984.67/3003.63	WSVECS04 Frhs2[201]: 6 0 7.24482 shouldn't be
2984.67/3003.63	WSVECS04 Frhs2[235]: 6 0 7.2448 shouldn't be
2984.67/3003.63	WSVECS04 Frhs2[238]: 6 -78.2343 0 shouldn't be
2984.67/3003.63	WSVECS04 Frhs2[239]: 6 0 7.24479 shouldn't be
2984.67/3003.63	WSVECS04 Frhs2[257]: 6 0 28.979 shouldn't be
2984.67/3003.63	WSVECS04 Frhs2[268]: 6 0 14.4896 shouldn't be
2984.67/3003.63	WSVECS04 Frhs2[304]: 6 0 14.4896 shouldn't be
2984.67/3003.63	WSVECS04 Frhs2[307]: 6 0 7.24479 shouldn't be
2984.67/3003.63	WSVECS04 Frhs2[334]: 6 0 68.2553 shouldn't be
2984.67/3003.63	WSVECS04 Frhs2[363]: 6 -592 0 shouldn't be
2984.67/3003.63	WSVECS04 Frhs2[364]: 6 -605 0 shouldn't be
2984.67/3003.63	WSVECS04 Frhs2[366]: 6 -745 0 shouldn't be
2984.67/3003.63	WSVECS04 Frhs2[464]: 6 0 103 shouldn't be
2991.45/3010.44	c #Conflicts:    3607000 | #Constraints:     112949
2991.45/3010.44	c #Conflicts:    3608000 | #Constraints:     113949
2991.45/3010.44	c #Conflicts:    3609000 | #Constraints:     114949
2991.45/3010.44	c #Conflicts:    3610000 | #Constraints:     115950
2991.45/3010.44	WSVECS04 Frhs2[51]: 6 -72.2728 0 shouldn't be
2991.45/3010.44	WSVECS04 Frhs2[52]: 6 0 72.2728 shouldn't be
2991.45/3010.44	WSVECS04 Frhs2[57]: 6 -780 0 shouldn't be
2991.45/3010.44	WSVECS04 Frhs2[65]: 6 -2125.55 0 shouldn't be
2991.45/3010.44	WSVECS04 Frhs2[94]: 6 0 106 shouldn't be
2991.45/3010.44	WSVECS04 Frhs2[95]: 6 0 106 shouldn't be
2991.45/3010.44	WSVECS04 Frhs2[101]: 6 0 1521.8 shouldn't be
2991.45/3010.44	WSVECS04 Frhs2[136]: 6 0 753.109 shouldn't be
2991.45/3010.44	WSVECS04 Frhs2[196]: 6 0 110.818 shouldn't be
2991.45/3010.44	WSVECS04 Frhs2[231]: 6 -381.273 0 shouldn't be
2991.45/3010.44	WSVECS04 Frhs2[232]: 6 0 72.2728 shouldn't be
2991.45/3010.44	WSVECS04 Frhs2[243]: 6 -2991.29 0 shouldn't be
2991.45/3010.44	WSVECS04 Frhs2[280]: 6 0 1020 shouldn't be
2991.45/3010.44	WSVECS04 Frhs2[282]: 6 0 355.364 shouldn't be
2991.45/3010.44	WSVECS04 Frhs2[301]: 6 0 2957 shouldn't be
2991.45/3010.44	WSVECS04 Frhs2[303]: 6 0 3029.27 shouldn't be
2991.45/3010.44	WSVECS04 Frhs2[304]: 6 0 3101.55 shouldn't be
2991.45/3010.44	WSVECS04 Frhs2[354]: 6 0 88.4728 shouldn't be
2991.45/3010.44	WSVECS04 Frhs2[380]: 6 0 106 shouldn't be
2991.45/3010.44	WSVECS04 Frhs2[463]: 6 0 141 shouldn't be
2991.45/3010.44	WSVECS04 Frhs2[468]: 6 -123 0 shouldn't be
2991.45/3010.44	WSVECS04 Frhs2[488]: 6 0 1043 shouldn't be
3048.62/3067.81	c #Conflicts:    3611000 | #Constraints:     116950
3048.62/3067.81	c #Conflicts:    3612000 | #Constraints:     117950
3048.62/3067.81	c #Conflicts:    3613000 | #Constraints:     118950
3048.62/3067.81	c #Conflicts:    3614000 | #Constraints:     119950
3048.62/3067.81	c #Conflicts:    3615000 | #Constraints:     120950
3048.62/3067.81	c #Conflicts:    3616000 | #Constraints:     121950
3048.62/3067.81	c #Conflicts:    3617000 | #Constraints:     122951
3048.62/3067.81	c #Conflicts:    3618000 | #Constraints:     123951
3048.62/3067.81	c #Conflicts:    3619000 | #Constraints:     124951
3048.62/3067.81	c #Conflicts:    3620000 | #Constraints:     125951
3048.62/3067.81	c #Conflicts:    3621000 | #Constraints:     126951
3048.62/3067.81	c #Conflicts:    3622000 | #Constraints:     127951
3048.62/3067.81	c #Conflicts:    3623000 | #Constraints:     128951
3048.62/3067.81	c #Conflicts:    3624000 | #Constraints:     129951
3048.62/3067.81	c #Conflicts:    3625000 | #Constraints:     130951
3048.62/3067.81	c #Conflicts:    3626000 | #Constraints:     131951
3048.62/3067.81	c #Conflicts:    3627000 | #Constraints:     132952
3048.62/3067.81	c #Conflicts:    3628000 | #Constraints:     133952
3048.62/3067.81	c #Conflicts:    3629000 | #Constraints:     134952
3048.62/3067.81	c #Conflicts:    3630000 | #Constraints:     135952
3048.62/3067.81	c #Conflicts:    3631000 | #Constraints:     136952
3048.62/3067.81	c #Conflicts:    3632000 | #Constraints:     137952
3048.62/3067.81	c #Conflicts:    3633000 | #Constraints:     138952
3048.62/3067.81	c #Conflicts:    3634000 | #Constraints:     139952
3048.62/3067.81	c #Conflicts:    3635000 | #Constraints:     140953
3048.62/3067.81	c #Conflicts:    3636000 | #Constraints:     141954
3048.62/3067.81	c #Conflicts:    3637000 | #Constraints:     142954
3048.62/3067.81	c #Conflicts:    3638000 | #Constraints:     143955
3048.62/3067.81	c #Conflicts:    3639000 | #Constraints:     144955
3048.62/3067.81	c #Conflicts:    3640000 | #Constraints:     145955
3048.62/3067.81	c #Conflicts:    3641000 | #Constraints:     146955
3048.62/3067.81	c #Conflicts:    3642000 | #Constraints:     147956
3048.62/3067.81	c #Conflicts:    3643000 | #Constraints:     148956
3048.62/3067.81	c INPROCESSING
3048.62/3067.81	c GARBAGE COLLECT
3048.62/3067.81	c rational objective 19526.4
3050.62/3069.81	c #Conflicts:    3644000 | #Constraints:      77819
3050.62/3069.81	c #Conflicts:    3645000 | #Constraints:      78820
3050.62/3069.81	WSVECS04 Frhs2[4]: 6 0 92.6066 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[51]: 6 -105.472 0 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[52]: 6 0 0.351902 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[59]: 6 0 103 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[73]: 6 -136.759 0 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[83]: 6 0 151 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[112]: 6 0 49.7594 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[115]: 6 0 247 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[155]: 6 0 49.7593 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[188]: 6 -316.5 0 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[191]: 6 0 45.5001 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[219]: 6 0 0.351881 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[232]: 6 0 0.35189 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[235]: 6 0 3.16668 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[270]: 6 0 0.351866 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[288]: 6 -139 0 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[293]: 6 -556 0 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[304]: 6 0 0.527844 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[339]: 6 -0.527808 0 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[342]: 6 0 0.351867 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[343]: 6 0 3.16669 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[394]: 6 0 729.5 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[396]: 6 0 90.8473 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[412]: 6 0 38.5 shouldn't be
3050.62/3069.81	WSVECS04 Frhs2[501]: 6 0 1183 shouldn't be
3088.17/3107.52	c #Conflicts:    3646000 | #Constraints:      79820
3088.17/3107.52	c #Conflicts:    3647000 | #Constraints:      80820
3088.17/3107.52	c #Conflicts:    3648000 | #Constraints:      81820
3088.17/3107.52	c #Conflicts:    3649000 | #Constraints:      82820
3088.17/3107.52	c #Conflicts:    3650000 | #Constraints:      83820
3088.17/3107.52	c #Conflicts:    3651000 | #Constraints:      84820
3088.17/3107.52	c #Conflicts:    3652000 | #Constraints:      85820
3088.17/3107.52	c #Conflicts:    3653000 | #Constraints:      86821
3088.17/3107.52	c #Conflicts:    3654000 | #Constraints:      87821
3088.17/3107.52	c #Conflicts:    3655000 | #Constraints:      88821
3088.17/3107.52	c #Conflicts:    3656000 | #Constraints:      89821
3088.17/3107.52	c #Conflicts:    3657000 | #Constraints:      90821
3088.17/3107.52	c #Conflicts:    3658000 | #Constraints:      91821
3088.17/3107.52	c #Conflicts:    3659000 | #Constraints:      92822
3088.17/3107.52	c #Conflicts:    3660000 | #Constraints:      93822
3088.17/3107.52	c #Conflicts:    3661000 | #Constraints:      94822
3088.17/3107.52	c #Conflicts:    3662000 | #Constraints:      95822
3088.17/3107.52	c #Conflicts:    3663000 | #Constraints:      96822
3088.17/3107.52	c #Conflicts:    3664000 | #Constraints:      97822
3088.17/3107.52	c #Conflicts:    3665000 | #Constraints:      98822
3088.17/3107.52	c #Conflicts:    3666000 | #Constraints:      99822
3088.17/3107.52	c #Conflicts:    3667000 | #Constraints:     100822
3088.17/3107.52	c #Conflicts:    3668000 | #Constraints:     101822
3088.17/3107.52	c #Conflicts:    3669000 | #Constraints:     102822
3088.17/3107.52	c #Conflicts:    3670000 | #Constraints:     103822
3088.17/3107.52	c #Conflicts:    3671000 | #Constraints:     104822
3088.17/3107.52	c #Conflicts:    3672000 | #Constraints:     105822
3088.17/3107.52	c #Conflicts:    3673000 | #Constraints:     106822
3088.17/3107.52	c #Conflicts:    3674000 | #Constraints:     107822
3088.17/3107.52	c #Conflicts:    3675000 | #Constraints:     108822
3088.17/3107.52	c #Conflicts:    3676000 | #Constraints:     109822
3088.17/3107.52	c #Conflicts:    3677000 | #Constraints:     110822
3088.17/3107.52	c #Conflicts:    3678000 | #Constraints:     111822
3088.17/3107.52	c #Conflicts:    3679000 | #Constraints:     112822
3088.17/3107.52	c #Conflicts:    3680000 | #Constraints:     113822
3088.17/3107.52	c #Conflicts:    3681000 | #Constraints:     114822
3088.17/3107.52	c #Conflicts:    3682000 | #Constraints:     115822
3088.17/3107.52	c #Conflicts:    3683000 | #Constraints:     116822
3088.17/3107.52	c INPROCESSING
3088.17/3107.52	c GARBAGE COLLECT
3088.17/3107.52	c rational objective 19526.4
3111.36/3130.86	c #Conflicts:    3684000 | #Constraints:      61859
3111.36/3130.86	c #Conflicts:    3685000 | #Constraints:      62859
3111.36/3130.86	c #Conflicts:    3686000 | #Constraints:      63859
3111.36/3130.86	c #Conflicts:    3687000 | #Constraints:      64859
3111.36/3130.86	c #Conflicts:    3688000 | #Constraints:      65859
3111.36/3130.86	c #Conflicts:    3689000 | #Constraints:      66859
3111.36/3130.86	c #Conflicts:    3690000 | #Constraints:      67859
3111.36/3130.86	c #Conflicts:    3691000 | #Constraints:      68859
3111.36/3130.86	c #Conflicts:    3692000 | #Constraints:      69859
3111.36/3130.86	c #Conflicts:    3693000 | #Constraints:      70859
3111.36/3130.86	c #Conflicts:    3694000 | #Constraints:      71859
3111.36/3130.86	c #Conflicts:    3695000 | #Constraints:      72859
3111.36/3130.86	c #Conflicts:    3696000 | #Constraints:      73859
3111.36/3130.86	c #Conflicts:    3697000 | #Constraints:      74859
3111.36/3130.86	c #Conflicts:    3698000 | #Constraints:      75859
3111.36/3130.86	c #Conflicts:    3699000 | #Constraints:      76859
3111.36/3130.86	c #Conflicts:    3700000 | #Constraints:      77859
3111.36/3130.86	c #Conflicts:    3701000 | #Constraints:      78859
3111.36/3130.86	c #Conflicts:    3702000 | #Constraints:      79859
3111.36/3130.86	c #Conflicts:    3703000 | #Constraints:      80859
3111.36/3130.86	c #Conflicts:    3704000 | #Constraints:      81859
3111.36/3130.86	c #Conflicts:    3705000 | #Constraints:      82860
3111.36/3130.86	c #Conflicts:    3706000 | #Constraints:      83860
3111.36/3130.86	c #Conflicts:    3707000 | #Constraints:      84860
3111.36/3130.86	c #Conflicts:    3708000 | #Constraints:      85861
3111.36/3130.86	c #Conflicts:    3709000 | #Constraints:      86861
3111.36/3130.86	c #Conflicts:    3710000 | #Constraints:      87861
3111.36/3130.86	c #Conflicts:    3711000 | #Constraints:      88862
3111.36/3130.86	c #Conflicts:    3712000 | #Constraints:      89862
3111.36/3130.86	c #Conflicts:    3713000 | #Constraints:      90862
3111.36/3130.86	c #Conflicts:    3714000 | #Constraints:      91862
3111.36/3130.86	WSVECS04 Frhs2[53]: 6 0 56.3187 shouldn't be
3111.36/3130.86	WSVECS04 Frhs2[87]: 6 -24.8591 0 shouldn't be
3111.36/3130.86	WSVECS04 Frhs2[95]: 6 0 65.9686 shouldn't be
3111.36/3130.86	WSVECS04 Frhs2[99]: 6 -386.928 0 shouldn't be
3111.36/3130.86	WSVECS04 Frhs2[100]: 6 0 61.2925 shouldn't be
3111.36/3130.86	WSVECS04 Frhs2[116]: 6 -41.4946 0 shouldn't be
3111.36/3130.86	WSVECS04 Frhs2[120]: 6 0 5.18684 shouldn't be
3111.36/3130.86	WSVECS04 Frhs2[124]: 6 0 66.6905 shouldn't be
3111.36/3130.86	WSVECS04 Frhs2[131]: 6 0 86.7159 shouldn't be
3111.36/3130.86	WSVECS04 Frhs2[159]: 6 0 98.6997 shouldn't be
3111.36/3130.86	WSVECS04 Frhs2[170]: 6 0 3665.25 shouldn't be
3111.36/3130.86	WSVECS04 Frhs2[171]: 6 0 1254.22 shouldn't be
3111.36/3130.86	WSVECS04 Frhs2[172]: 6 0 1526.33 shouldn't be
3111.36/3130.86	WSVECS04 Frhs2[196]: 6 -481.718 0 shouldn't be
3111.36/3130.86	WSVECS04 Frhs2[202]: 6 -238.703 0 shouldn't be
3111.36/3130.86	WSVECS04 Frhs2[231]: 6 0 32.0092 shouldn't be
3111.36/3130.86	WSVECS04 Frhs2[232]: 6 0 32.0092 shouldn't be
3111.36/3130.86	WSVECS04 Frhs2[237]: 6 0 19.9011 shouldn't be
3111.36/3130.86	WSVECS04 Frhs2[277]: 6 0 421.636 shouldn't be
3111.36/3130.86	WSVECS04 Frhs2[309]: 6 -216.997 0 shouldn't be
3111.36/3130.86	WSVECS04 Frhs2[315]: 6 0 227.978 shouldn't be
3118.44/3137.95	c #Conflicts:    3715000 | #Constraints:      92862
3118.44/3137.95	c #Conflicts:    3716000 | #Constraints:      93862
3118.44/3137.95	c #Conflicts:    3717000 | #Constraints:      94863
3118.44/3137.95	c #Conflicts:    3718000 | #Constraints:      95864
3118.44/3137.95	c #Conflicts:    3719000 | #Constraints:      96864
3118.44/3137.95	c #Conflicts:    3720000 | #Constraints:      97864
3118.44/3137.95	c #Conflicts:    3721000 | #Constraints:      98864
3118.44/3137.95	c #Conflicts:    3722000 | #Constraints:      99864
3118.44/3137.95	c #Conflicts:    3723000 | #Constraints:     100865
3118.44/3137.95	c INPROCESSING
3118.44/3137.95	c GARBAGE COLLECT
3118.44/3137.95	c rational objective 19526.4
3146.15/3165.88	c #Conflicts:    3724000 | #Constraints:      53892
3146.15/3165.88	c #Conflicts:    3725000 | #Constraints:      54892
3146.15/3165.88	c #Conflicts:    3726000 | #Constraints:      55892
3146.15/3165.88	c #Conflicts:    3727000 | #Constraints:      56892
3146.15/3165.88	c #Conflicts:    3728000 | #Constraints:      57892
3146.15/3165.88	c #Conflicts:    3729000 | #Constraints:      58892
3146.15/3165.88	c #Conflicts:    3730000 | #Constraints:      59892
3146.15/3165.88	c #Conflicts:    3731000 | #Constraints:      60892
3146.15/3165.88	c #Conflicts:    3732000 | #Constraints:      61892
3146.15/3165.88	c #Conflicts:    3733000 | #Constraints:      62892
3146.15/3165.88	c #Conflicts:    3734000 | #Constraints:      63892
3146.15/3165.88	c #Conflicts:    3735000 | #Constraints:      64893
3146.15/3165.88	c #Conflicts:    3736000 | #Constraints:      65893
3146.15/3165.88	c #Conflicts:    3737000 | #Constraints:      66893
3146.15/3165.88	c #Conflicts:    3738000 | #Constraints:      67893
3146.15/3165.88	c #Conflicts:    3739000 | #Constraints:      68893
3146.15/3165.88	c #Conflicts:    3740000 | #Constraints:      69894
3146.15/3165.88	c #Conflicts:    3741000 | #Constraints:      70894
3146.15/3165.88	c #Conflicts:    3742000 | #Constraints:      71894
3146.15/3165.88	c #Conflicts:    3743000 | #Constraints:      72895
3146.15/3165.88	c #Conflicts:    3744000 | #Constraints:      73895
3146.15/3165.88	c #Conflicts:    3745000 | #Constraints:      74895
3146.15/3165.88	c #Conflicts:    3746000 | #Constraints:      75895
3146.15/3165.88	c #Conflicts:    3747000 | #Constraints:      76895
3146.15/3165.88	c #Conflicts:    3748000 | #Constraints:      77895
3146.15/3165.88	c #Conflicts:    3749000 | #Constraints:      78895
3146.15/3165.88	c #Conflicts:    3750000 | #Constraints:      79895
3146.15/3165.88	c #Conflicts:    3751000 | #Constraints:      80895
3146.15/3165.88	c #Conflicts:    3752000 | #Constraints:      81895
3146.15/3165.88	c #Conflicts:    3753000 | #Constraints:      82895
3146.15/3165.88	c #Conflicts:    3754000 | #Constraints:      83896
3146.15/3165.88	c #Conflicts:    3755000 | #Constraints:      84897
3146.15/3165.88	c #Conflicts:    3756000 | #Constraints:      85899
3146.15/3165.88	c #Conflicts:    3757000 | #Constraints:      86900
3146.15/3165.88	c #Conflicts:    3758000 | #Constraints:      87900
3146.15/3165.88	c #Conflicts:    3759000 | #Constraints:      88900
3146.15/3165.88	c #Conflicts:    3760000 | #Constraints:      89900
3146.15/3165.88	c #Conflicts:    3761000 | #Constraints:      90900
3146.15/3165.88	c #Conflicts:    3762000 | #Constraints:      91900
3146.15/3165.88	c #Conflicts:    3763000 | #Constraints:      92900
3146.15/3165.88	c INPROCESSING
3146.15/3165.88	c GARBAGE COLLECT
3146.15/3165.88	c rational objective 19526.4
3213.44/3233.48	c #Conflicts:    3764000 | #Constraints:      49801
3213.44/3233.48	c #Conflicts:    3765000 | #Constraints:      50803
3213.44/3233.48	c #Conflicts:    3766000 | #Constraints:      51803
3213.44/3233.48	c #Conflicts:    3767000 | #Constraints:      52803
3213.44/3233.48	c #Conflicts:    3768000 | #Constraints:      53803
3213.44/3233.48	c #Conflicts:    3769000 | #Constraints:      54803
3213.44/3233.48	c #Conflicts:    3770000 | #Constraints:      55803
3213.44/3233.48	c #Conflicts:    3771000 | #Constraints:      56803
3213.44/3233.48	c #Conflicts:    3772000 | #Constraints:      57803
3213.44/3233.48	c #Conflicts:    3773000 | #Constraints:      58803
3213.44/3233.48	c #Conflicts:    3774000 | #Constraints:      59804
3213.44/3233.48	c #Conflicts:    3775000 | #Constraints:      60806
3213.44/3233.48	c #Conflicts:    3776000 | #Constraints:      61806
3213.44/3233.48	c #Conflicts:    3777000 | #Constraints:      62806
3213.44/3233.48	c #Conflicts:    3778000 | #Constraints:      63806
3213.44/3233.48	c #Conflicts:    3779000 | #Constraints:      64808
3213.44/3233.48	c #Conflicts:    3780000 | #Constraints:      65808
3213.44/3233.48	c #Conflicts:    3781000 | #Constraints:      66809
3213.44/3233.48	c #Conflicts:    3782000 | #Constraints:      67809
3213.44/3233.48	c #Conflicts:    3783000 | #Constraints:      68809
3213.44/3233.48	c #Conflicts:    3784000 | #Constraints:      69809
3213.44/3233.48	c #Conflicts:    3785000 | #Constraints:      70809
3213.44/3233.48	c #Conflicts:    3786000 | #Constraints:      71809
3213.44/3233.48	c #Conflicts:    3787000 | #Constraints:      72809
3213.44/3233.48	c #Conflicts:    3788000 | #Constraints:      73809
3213.44/3233.48	c #Conflicts:    3789000 | #Constraints:      74809
3213.44/3233.48	c #Conflicts:    3790000 | #Constraints:      75810
3213.44/3233.48	c #Conflicts:    3791000 | #Constraints:      76810
3213.44/3233.48	c #Conflicts:    3792000 | #Constraints:      77811
3213.44/3233.48	c #Conflicts:    3793000 | #Constraints:      78811
3213.44/3233.48	c #Conflicts:    3794000 | #Constraints:      79811
3213.44/3233.48	c #Conflicts:    3795000 | #Constraints:      80811
3213.44/3233.48	c #Conflicts:    3796000 | #Constraints:      81812
3213.44/3233.48	c #Conflicts:    3797000 | #Constraints:      82812
3213.44/3233.48	c #Conflicts:    3798000 | #Constraints:      83812
3213.44/3233.48	c #Conflicts:    3799000 | #Constraints:      84812
3213.44/3233.48	c #Conflicts:    3800000 | #Constraints:      85813
3213.44/3233.48	c #Conflicts:    3801000 | #Constraints:      86815
3213.44/3233.48	c #Conflicts:    3802000 | #Constraints:      87816
3213.44/3233.48	c #Conflicts:    3803000 | #Constraints:      88816
3213.44/3233.48	c #Conflicts:    3804000 | #Constraints:      89816
3213.44/3233.48	c #Conflicts:    3805000 | #Constraints:      90816
3213.44/3233.48	c #Conflicts:    3806000 | #Constraints:      91816
3213.44/3233.48	c #Conflicts:    3807000 | #Constraints:      92816
3213.44/3233.48	c #Conflicts:    3808000 | #Constraints:      93818
3213.44/3233.48	c #Conflicts:    3809000 | #Constraints:      94818
3213.44/3233.48	c #Conflicts:    3810000 | #Constraints:      95818
3213.44/3233.48	c #Conflicts:    3811000 | #Constraints:      96819
3213.44/3233.48	c #Conflicts:    3812000 | #Constraints:      97819
3213.44/3233.48	c #Conflicts:    3813000 | #Constraints:      98819
3213.44/3233.48	c #Conflicts:    3814000 | #Constraints:      99819
3213.44/3233.48	c #Conflicts:    3815000 | #Constraints:     100819
3213.44/3233.48	c #Conflicts:    3816000 | #Constraints:     101820
3213.44/3233.48	c #Conflicts:    3817000 | #Constraints:     102821
3213.44/3233.48	c #Conflicts:    3818000 | #Constraints:     103822
3213.44/3233.48	c #Conflicts:    3819000 | #Constraints:     104822
3213.44/3233.48	c #Conflicts:    3820000 | #Constraints:     105822
3213.44/3233.48	c #Conflicts:    3821000 | #Constraints:     106822
3213.44/3233.48	c #Conflicts:    3822000 | #Constraints:     107822
3213.44/3233.48	c #Conflicts:    3823000 | #Constraints:     108822
3213.44/3233.48	c #Conflicts:    3824000 | #Constraints:     109822
3213.44/3233.48	c #Conflicts:    3825000 | #Constraints:     110823
3213.44/3233.48	c #Conflicts:    3826000 | #Constraints:     111823
3213.44/3233.48	c #Conflicts:    3827000 | #Constraints:     112823
3213.44/3233.48	c #Conflicts:    3828000 | #Constraints:     113823
3213.44/3233.48	c #Conflicts:    3829000 | #Constraints:     114823
3213.44/3233.48	c #Conflicts:    3830000 | #Constraints:     115824
3213.44/3233.48	c #Conflicts:    3831000 | #Constraints:     116824
3213.44/3233.48	c #Conflicts:    3832000 | #Constraints:     117825
3213.44/3233.48	c #Conflicts:    3833000 | #Constraints:     118825
3213.44/3233.48	c #Conflicts:    3834000 | #Constraints:     119825
3213.44/3233.48	c #Conflicts:    3835000 | #Constraints:     120825
3213.44/3233.48	c #Conflicts:    3836000 | #Constraints:     121825
3213.44/3233.48	c #Conflicts:    3837000 | #Constraints:     122825
3213.44/3233.48	c #Conflicts:    3838000 | #Constraints:     123825
3213.44/3233.48	c #Conflicts:    3839000 | #Constraints:     124825
3213.44/3233.48	c #Conflicts:    3840000 | #Constraints:     125825
3213.44/3233.48	c #Conflicts:    3841000 | #Constraints:     126826
3213.44/3233.48	WSVECS04 Frhs2[4]: 6 0 7.75009 shouldn't be
3213.44/3233.48	WSVECS04 Frhs2[40]: 6 0 23.25 shouldn't be
3213.44/3233.48	WSVECS04 Frhs2[41]: 6 0 15.5001 shouldn't be
3213.44/3233.48	WSVECS04 Frhs2[76]: 6 0 23.25 shouldn't be
3213.44/3233.48	WSVECS04 Frhs2[77]: 6 0 15.5 shouldn't be
3213.44/3233.48	WSVECS04 Frhs2[130]: 6 -7.00002 0 shouldn't be
3213.44/3233.48	WSVECS04 Frhs2[147]: 6 0 15.5 shouldn't be
3213.44/3233.48	WSVECS04 Frhs2[148]: 6 0 7.75007 shouldn't be
3213.44/3233.48	WSVECS04 Frhs2[195]: 6 -257 0 shouldn't be
3213.44/3233.48	WSVECS04 Frhs2[207]: 6 -257 0 shouldn't be
3213.44/3233.48	WSVECS04 Frhs2[255]: 6 0 31 shouldn't be
3213.44/3233.48	WSVECS04 Frhs2[257]: 6 0 15.5001 shouldn't be
3213.44/3233.48	WSVECS04 Frhs2[280]: 6 -384.417 0 shouldn't be
3213.44/3233.48	WSVECS04 Frhs2[290]: 6 0 15.5001 shouldn't be
3213.44/3233.48	WSVECS04 Frhs2[292]: 6 0 23.25 shouldn't be
3213.44/3233.48	WSVECS04 Frhs2[293]: 6 0 15.5001 shouldn't be
3213.44/3233.48	WSVECS04 Frhs2[370]: 6 0 157.5 shouldn't be
3213.44/3233.48	WSVECS04 Frhs2[374]: 6 0 103 shouldn't be
3213.44/3233.48	WSVECS04 Frhs2[454]: 6 0 788.5 shouldn't be
3213.44/3233.48	WSVECS04 Frhs2[471]: 6 0 884.5 shouldn't be
3336.71/3357.17	c #Conflicts:    3842000 | #Constraints:     127826
3336.71/3357.17	c #Conflicts:    3843000 | #Constraints:     128826
3336.71/3357.17	c #Conflicts:    3844000 | #Constraints:     129827
3336.71/3357.17	c #Conflicts:    3845000 | #Constraints:     130827
3336.71/3357.17	c #Conflicts:    3846000 | #Constraints:     131828
3336.71/3357.17	c #Conflicts:    3847000 | #Constraints:     132828
3336.71/3357.17	c #Conflicts:    3848000 | #Constraints:     133828
3336.71/3357.17	c #Conflicts:    3849000 | #Constraints:     134830
3336.71/3357.17	c #Conflicts:    3850000 | #Constraints:     135830
3336.71/3357.17	c #Conflicts:    3851000 | #Constraints:     136830
3336.71/3357.17	c #Conflicts:    3852000 | #Constraints:     137831
3336.71/3357.17	c #Conflicts:    3853000 | #Constraints:     138832
3336.71/3357.17	c #Conflicts:    3854000 | #Constraints:     139833
3336.71/3357.17	c #Conflicts:    3855000 | #Constraints:     140833
3336.71/3357.17	c #Conflicts:    3856000 | #Constraints:     141833
3336.71/3357.17	c #Conflicts:    3857000 | #Constraints:     142834
3336.71/3357.17	c #Conflicts:    3858000 | #Constraints:     143834
3336.71/3357.17	c #Conflicts:    3859000 | #Constraints:     144834
3336.71/3357.17	c #Conflicts:    3860000 | #Constraints:     145834
3336.71/3357.17	c #Conflicts:    3861000 | #Constraints:     146834
3336.71/3357.17	c #Conflicts:    3862000 | #Constraints:     147834
3336.71/3357.17	c #Conflicts:    3863000 | #Constraints:     148834
3336.71/3357.17	c #Conflicts:    3864000 | #Constraints:     149834
3336.71/3357.17	c #Conflicts:    3865000 | #Constraints:     150834
3336.71/3357.17	c #Conflicts:    3866000 | #Constraints:     151835
3336.71/3357.17	c #Conflicts:    3867000 | #Constraints:     152835
3336.71/3357.17	c #Conflicts:    3868000 | #Constraints:     153835
3336.71/3357.17	c #Conflicts:    3869000 | #Constraints:     154835
3336.71/3357.17	c #Conflicts:    3870000 | #Constraints:     155835
3336.71/3357.17	c #Conflicts:    3871000 | #Constraints:     156835
3336.71/3357.17	c #Conflicts:    3872000 | #Constraints:     157836
3336.71/3357.17	c #Conflicts:    3873000 | #Constraints:     158836
3336.71/3357.17	c #Conflicts:    3874000 | #Constraints:     159836
3336.71/3357.17	c #Conflicts:    3875000 | #Constraints:     160836
3336.71/3357.17	c #Conflicts:    3876000 | #Constraints:     161836
3336.71/3357.17	c #Conflicts:    3877000 | #Constraints:     162836
3336.71/3357.17	c #Conflicts:    3878000 | #Constraints:     163836
3336.71/3357.17	c #Conflicts:    3879000 | #Constraints:     164837
3336.71/3357.17	c #Conflicts:    3880000 | #Constraints:     165837
3336.71/3357.17	c #Conflicts:    3881000 | #Constraints:     166837
3336.71/3357.17	c #Conflicts:    3882000 | #Constraints:     167837
3336.71/3357.17	c #Conflicts:    3883000 | #Constraints:     168837
3336.71/3357.17	c #Conflicts:    3884000 | #Constraints:     169837
3336.71/3357.17	c #Conflicts:    3885000 | #Constraints:     170837
3336.71/3357.17	c #Conflicts:    3886000 | #Constraints:     171839
3336.71/3357.17	c #Conflicts:    3887000 | #Constraints:     172839
3336.71/3357.17	c #Conflicts:    3888000 | #Constraints:     173839
3336.71/3357.17	c #Conflicts:    3889000 | #Constraints:     174839
3336.71/3357.17	c #Conflicts:    3890000 | #Constraints:     175839
3336.71/3357.17	c #Conflicts:    3891000 | #Constraints:     176839
3336.71/3357.17	c #Conflicts:    3892000 | #Constraints:     177840
3336.71/3357.17	c #Conflicts:    3893000 | #Constraints:     178840
3336.71/3357.17	c #Conflicts:    3894000 | #Constraints:     179840
3336.71/3357.17	c #Conflicts:    3895000 | #Constraints:     180840
3336.71/3357.17	c #Conflicts:    3896000 | #Constraints:     181840
3336.71/3357.17	c #Conflicts:    3897000 | #Constraints:     182840
3336.71/3357.17	c #Conflicts:    3898000 | #Constraints:     183840
3336.71/3357.17	c #Conflicts:    3899000 | #Constraints:     184840
3336.71/3357.17	c #Conflicts:    3900000 | #Constraints:     185840
3336.71/3357.17	c #Conflicts:    3901000 | #Constraints:     186840
3336.71/3357.17	c #Conflicts:    3902000 | #Constraints:     187840
3336.71/3357.17	c #Conflicts:    3903000 | #Constraints:     188840
3336.71/3357.17	c #Conflicts:    3904000 | #Constraints:     189840
3336.71/3357.17	c #Conflicts:    3905000 | #Constraints:     190840
3336.71/3357.17	c #Conflicts:    3906000 | #Constraints:     191840
3336.71/3357.17	c #Conflicts:    3907000 | #Constraints:     192840
3336.71/3357.17	c #Conflicts:    3908000 | #Constraints:     193840
3336.71/3357.17	c #Conflicts:    3909000 | #Constraints:     194840
3336.71/3357.17	c #Conflicts:    3910000 | #Constraints:     195841
3336.71/3357.17	c #Conflicts:    3911000 | #Constraints:     196841
3336.71/3357.17	c #Conflicts:    3912000 | #Constraints:     197841
3336.71/3357.17	c #Conflicts:    3913000 | #Constraints:     198841
3336.71/3357.17	c #Conflicts:    3914000 | #Constraints:     199841
3336.71/3357.17	c #Conflicts:    3915000 | #Constraints:     200841
3336.71/3357.17	c #Conflicts:    3916000 | #Constraints:     201843
3336.71/3357.17	c #Conflicts:    3917000 | #Constraints:     202843
3336.71/3357.17	c #Conflicts:    3918000 | #Constraints:     203843
3336.71/3357.17	c #Conflicts:    3919000 | #Constraints:     204843
3336.71/3357.17	c #Conflicts:    3920000 | #Constraints:     205843
3369.88/3390.45	c #Conflicts:    3921000 | #Constraints:     206843
3369.88/3390.45	c #Conflicts:    3922000 | #Constraints:     207843
3369.88/3390.45	c #Conflicts:    3923000 | #Constraints:     208843
3369.88/3390.45	c #Conflicts:    3924000 | #Constraints:     209843
3369.88/3390.45	c #Conflicts:    3925000 | #Constraints:     210843
3369.88/3390.45	c #Conflicts:    3926000 | #Constraints:     211843
3369.88/3390.45	c #Conflicts:    3927000 | #Constraints:     212844
3369.88/3390.45	c #Conflicts:    3928000 | #Constraints:     213844
3369.88/3390.45	c #Conflicts:    3929000 | #Constraints:     214844
3369.88/3390.45	c #Conflicts:    3930000 | #Constraints:     215844
3369.88/3390.45	c #Conflicts:    3931000 | #Constraints:     216844
3369.88/3390.45	c #Conflicts:    3932000 | #Constraints:     217844
3369.88/3390.45	c #Conflicts:    3933000 | #Constraints:     218844
3369.88/3390.45	c #Conflicts:    3934000 | #Constraints:     219844
3369.88/3390.45	c #Conflicts:    3935000 | #Constraints:     220844
3369.88/3390.45	c #Conflicts:    3936000 | #Constraints:     221844
3369.88/3390.45	c INPROCESSING
3369.88/3390.45	c GARBAGE COLLECT
3369.88/3390.45	c rational objective 19526.4
3380.54/3401.17	c #Conflicts:    3937000 | #Constraints:     113965
3380.54/3401.17	c #Conflicts:    3938000 | #Constraints:     114965
3380.54/3401.17	c #Conflicts:    3939000 | #Constraints:     115966
3380.54/3401.17	c #Conflicts:    3940000 | #Constraints:     116966
3380.54/3401.17	c #Conflicts:    3941000 | #Constraints:     117966
3380.54/3401.17	c #Conflicts:    3942000 | #Constraints:     118966
3380.54/3401.17	c #Conflicts:    3943000 | #Constraints:     119968
3380.54/3401.17	c #Conflicts:    3944000 | #Constraints:     120968
3380.54/3401.17	c #Conflicts:    3945000 | #Constraints:     121968
3380.54/3401.17	WSVECS04 Frhs2[76]: 6 0 285 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[112]: 6 0 258.145 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[182]: 6 0 526.358 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[183]: 6 0 527.286 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[184]: 6 0 789.073 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[186]: 6 0 530.929 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[219]: 6 0 0.92797 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[224]: 6 -164.012 0 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[256]: 6 0 262.715 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[258]: 6 0 4.57062 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[277]: 6 0 2.78381 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[291]: 6 0 0.928015 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[349]: 6 0 2.78384 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[351]: 6 0 0.928004 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[361]: 6 -745 0 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[362]: 6 -665 0 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[367]: 6 0 521 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[370]: 6 0 50.0001 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[372]: 6 0 413 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[377]: 6 0 307 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[378]: 6 0 287.213 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[388]: 6 0 264 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[484]: 6 -1132 0 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[492]: 6 0 897 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[493]: 6 0 897 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[495]: 6 0 791 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[508]: 6 0 763 shouldn't be
3380.54/3401.17	WSVECS04 Frhs2[510]: 6 -1010 0 shouldn't be
3423.77/3444.54	c #Conflicts:    3946000 | #Constraints:     122968
3423.77/3444.54	c #Conflicts:    3947000 | #Constraints:     123968
3423.77/3444.54	c #Conflicts:    3948000 | #Constraints:     124970
3423.77/3444.54	c #Conflicts:    3949000 | #Constraints:     125971
3423.77/3444.54	c #Conflicts:    3950000 | #Constraints:     126971
3423.77/3444.54	c #Conflicts:    3951000 | #Constraints:     127971
3423.77/3444.54	c #Conflicts:    3952000 | #Constraints:     128971
3423.77/3444.54	c #Conflicts:    3953000 | #Constraints:     129971
3423.77/3444.54	c #Conflicts:    3954000 | #Constraints:     130971
3423.77/3444.54	c #Conflicts:    3955000 | #Constraints:     131971
3423.77/3444.54	c #Conflicts:    3956000 | #Constraints:     132971
3423.77/3444.54	c #Conflicts:    3957000 | #Constraints:     133975
3423.77/3444.54	c #Conflicts:    3958000 | #Constraints:     134975
3423.77/3444.54	c #Conflicts:    3959000 | #Constraints:     135975
3423.77/3444.54	c #Conflicts:    3960000 | #Constraints:     136977
3423.77/3444.54	c #Conflicts:    3961000 | #Constraints:     137977
3423.77/3444.54	c #Conflicts:    3962000 | #Constraints:     138977
3423.77/3444.54	c #Conflicts:    3963000 | #Constraints:     139978
3423.77/3444.54	c #Conflicts:    3964000 | #Constraints:     140979
3423.77/3444.54	c #Conflicts:    3965000 | #Constraints:     141979
3423.77/3444.54	c #Conflicts:    3966000 | #Constraints:     142979
3423.77/3444.54	c #Conflicts:    3967000 | #Constraints:     143981
3423.77/3444.54	c #Conflicts:    3968000 | #Constraints:     144981
3423.77/3444.54	c #Conflicts:    3969000 | #Constraints:     145982
3423.77/3444.54	c #Conflicts:    3970000 | #Constraints:     146983
3423.77/3444.54	c #Conflicts:    3971000 | #Constraints:     147983
3423.77/3444.54	c #Conflicts:    3972000 | #Constraints:     148983
3423.77/3444.54	c #Conflicts:    3973000 | #Constraints:     149983
3423.77/3444.54	c #Conflicts:    3974000 | #Constraints:     150984
3423.77/3444.54	c #Conflicts:    3975000 | #Constraints:     151984
3423.77/3444.54	c #Conflicts:    3976000 | #Constraints:     152984
3423.77/3444.54	c #Conflicts:    3977000 | #Constraints:     153985
3423.77/3444.54	WSVECS04 Frhs2[7]: 6 0 153.064 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[25]: 6 -1355 0 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[27]: 6 0 225.882 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[43]: 6 -3866.43 0 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[47]: 6 0 423.899 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[67]: 6 0 757.72 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[137]: 6 -113 0 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[138]: 6 0 225.882 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[175]: 6 0 136.798 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[189]: 6 0 73.6695 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[191]: 6 0 423.899 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[194]: 6 0 148.937 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[198]: 6 0 110.259 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[203]: 6 0 561.514 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[208]: 6 0 7.00005 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[211]: 6 0 818.004 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[216]: 6 -161.541 0 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[225]: 6 0 73.6696 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[227]: 6 0 423.899 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[247]: 6 0 820.942 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[249]: 6 0 63.2226 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[251]: 6 0 61.0171 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[263]: 6 0 437.284 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[275]: 6 0 561.514 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[279]: 6 0 225.882 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[280]: 6 0 232.882 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[311]: 6 0 561.514 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[315]: 6 0 225.882 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[323]: 6 0 679 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[332]: 6 -212.551 0 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[338]: 6 0 104.799 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[351]: 6 0 225.882 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[375]: 6 0 123 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[380]: 6 -408 0 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[386]: 6 -521 0 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[446]: 6 0 172 shouldn't be
3423.77/3444.54	WSVECS04 Frhs2[505]: 6 0 144 shouldn't be
3424.96/3445.76	c #Conflicts:    3978000 | #Constraints:     154985
3424.96/3445.76	c INPROCESSING
3424.96/3445.76	c GARBAGE COLLECT
3424.96/3445.76	c rational objective 19526.4
3465.71/3486.63	c #Conflicts:    3979000 | #Constraints:      80783
3465.71/3486.63	c #Conflicts:    3980000 | #Constraints:      81783
3465.71/3486.63	c #Conflicts:    3981000 | #Constraints:      82784
3465.71/3486.63	c #Conflicts:    3982000 | #Constraints:      83785
3465.71/3486.63	c #Conflicts:    3983000 | #Constraints:      84785
3465.71/3486.63	c #Conflicts:    3984000 | #Constraints:      85785
3465.71/3486.63	c #Conflicts:    3985000 | #Constraints:      86785
3465.71/3486.63	c #Conflicts:    3986000 | #Constraints:      87786
3465.71/3486.63	c #Conflicts:    3987000 | #Constraints:      88786
3465.71/3486.63	c #Conflicts:    3988000 | #Constraints:      89786
3465.71/3486.63	c #Conflicts:    3989000 | #Constraints:      90786
3465.71/3486.63	c #Conflicts:    3990000 | #Constraints:      91786
3465.71/3486.63	c #Conflicts:    3991000 | #Constraints:      92786
3465.71/3486.63	c #Conflicts:    3992000 | #Constraints:      93786
3465.71/3486.63	c #Conflicts:    3993000 | #Constraints:      94786
3465.71/3486.63	c #Conflicts:    3994000 | #Constraints:      95786
3465.71/3486.63	c #Conflicts:    3995000 | #Constraints:      96786
3465.71/3486.63	c #Conflicts:    3996000 | #Constraints:      97786
3465.71/3486.63	c #Conflicts:    3997000 | #Constraints:      98786
3465.71/3486.63	c #Conflicts:    3998000 | #Constraints:      99786
3465.71/3486.63	c #Conflicts:    3999000 | #Constraints:     100786
3465.71/3486.63	c #Conflicts:    4000000 | #Constraints:     101787
3465.71/3486.63	c #Conflicts:    4001000 | #Constraints:     102787
3465.71/3486.63	c #Conflicts:    4002000 | #Constraints:     103787
3465.71/3486.63	c #Conflicts:    4003000 | #Constraints:     104787
3465.71/3486.63	c #Conflicts:    4004000 | #Constraints:     105788
3465.71/3486.63	c #Conflicts:    4005000 | #Constraints:     106788
3465.71/3486.63	c #Conflicts:    4006000 | #Constraints:     107788
3465.71/3486.63	c #Conflicts:    4007000 | #Constraints:     108788
3465.71/3486.63	c #Conflicts:    4008000 | #Constraints:     109788
3465.71/3486.63	c #Conflicts:    4009000 | #Constraints:     110788
3465.71/3486.63	c #Conflicts:    4010000 | #Constraints:     111789
3465.71/3486.63	c #Conflicts:    4011000 | #Constraints:     112789
3465.71/3486.63	c #Conflicts:    4012000 | #Constraints:     113789
3465.71/3486.63	c #Conflicts:    4013000 | #Constraints:     114790
3465.71/3486.63	c #Conflicts:    4014000 | #Constraints:     115790
3465.71/3486.63	c #Conflicts:    4015000 | #Constraints:     116790
3465.71/3486.63	c #Conflicts:    4016000 | #Constraints:     117790
3465.71/3486.63	c #Conflicts:    4017000 | #Constraints:     118790
3465.71/3486.63	c #Conflicts:    4018000 | #Constraints:     119790
3465.71/3486.63	c #Conflicts:    4019000 | #Constraints:     120790
3465.71/3486.63	c #Conflicts:    4020000 | #Constraints:     121790
3465.71/3486.63	c INPROCESSING
3465.71/3486.63	c GARBAGE COLLECT
3465.71/3486.63	c rational objective 19526.4
3504.40/3525.83	c #Conflicts:    4021000 | #Constraints:      64327
3504.40/3525.83	c #Conflicts:    4022000 | #Constraints:      65327
3504.40/3525.83	c #Conflicts:    4023000 | #Constraints:      66328
3504.40/3525.83	c #Conflicts:    4024000 | #Constraints:      67328
3504.40/3525.83	c #Conflicts:    4025000 | #Constraints:      68328
3504.40/3525.83	c #Conflicts:    4026000 | #Constraints:      69330
3504.40/3525.83	c #Conflicts:    4027000 | #Constraints:      70330
3504.40/3525.83	c #Conflicts:    4028000 | #Constraints:      71330
3504.40/3525.83	c #Conflicts:    4029000 | #Constraints:      72330
3504.40/3525.83	c #Conflicts:    4030000 | #Constraints:      73332
3504.40/3525.83	c #Conflicts:    4031000 | #Constraints:      74332
3504.40/3525.83	c #Conflicts:    4032000 | #Constraints:      75332
3504.40/3525.83	c #Conflicts:    4033000 | #Constraints:      76333
3504.40/3525.83	c #Conflicts:    4034000 | #Constraints:      77333
3504.40/3525.83	c #Conflicts:    4035000 | #Constraints:      78333
3504.40/3525.83	c #Conflicts:    4036000 | #Constraints:      79334
3504.40/3525.83	c #Conflicts:    4037000 | #Constraints:      80334
3504.40/3525.83	c #Conflicts:    4038000 | #Constraints:      81335
3504.40/3525.83	c #Conflicts:    4039000 | #Constraints:      82335
3504.40/3525.83	c #Conflicts:    4040000 | #Constraints:      83335
3504.40/3525.83	c #Conflicts:    4041000 | #Constraints:      84336
3504.40/3525.83	c #Conflicts:    4042000 | #Constraints:      85336
3504.40/3525.83	c #Conflicts:    4043000 | #Constraints:      86336
3504.40/3525.83	c #Conflicts:    4044000 | #Constraints:      87337
3504.40/3525.83	c #Conflicts:    4045000 | #Constraints:      88337
3504.40/3525.83	c #Conflicts:    4046000 | #Constraints:      89338
3504.40/3525.83	c #Conflicts:    4047000 | #Constraints:      90338
3504.40/3525.83	c #Conflicts:    4048000 | #Constraints:      91339
3504.40/3525.83	c #Conflicts:    4049000 | #Constraints:      92339
3504.40/3525.83	c #Conflicts:    4050000 | #Constraints:      93339
3504.40/3525.83	c #Conflicts:    4051000 | #Constraints:      94339
3504.40/3525.83	c #Conflicts:    4052000 | #Constraints:      95339
3504.40/3525.83	c #Conflicts:    4053000 | #Constraints:      96339
3504.40/3525.83	c #Conflicts:    4054000 | #Constraints:      97339
3504.40/3525.83	c #Conflicts:    4055000 | #Constraints:      98340
3504.40/3525.83	c #Conflicts:    4056000 | #Constraints:      99340
3504.40/3525.83	c #Conflicts:    4057000 | #Constraints:     100340
3504.40/3525.83	c #Conflicts:    4058000 | #Constraints:     101340
3504.40/3525.83	c #Conflicts:    4059000 | #Constraints:     102340
3504.40/3525.83	c #Conflicts:    4060000 | #Constraints:     103340
3504.40/3525.83	c #Conflicts:    4061000 | #Constraints:     104340
3504.40/3525.83	c INPROCESSING
3504.40/3525.83	c GARBAGE COLLECT
3504.40/3525.83	c rational objective 19526.4
3521.25/3542.73	c #Conflicts:    4062000 | #Constraints:      55159
3521.25/3542.73	c #Conflicts:    4063000 | #Constraints:      56160
3521.25/3542.73	c #Conflicts:    4064000 | #Constraints:      57160
3521.25/3542.73	c #Conflicts:    4065000 | #Constraints:      58160
3521.25/3542.73	c #Conflicts:    4066000 | #Constraints:      59160
3521.25/3542.73	c #Conflicts:    4067000 | #Constraints:      60160
3521.25/3542.73	c #Conflicts:    4068000 | #Constraints:      61160
3521.25/3542.73	c #Conflicts:    4069000 | #Constraints:      62160
3521.25/3542.73	c #Conflicts:    4070000 | #Constraints:      63160
3521.25/3542.73	c #Conflicts:    4071000 | #Constraints:      64161
3521.25/3542.73	c #Conflicts:    4072000 | #Constraints:      65161
3521.25/3542.73	c #Conflicts:    4073000 | #Constraints:      66161
3521.25/3542.73	c #Conflicts:    4074000 | #Constraints:      67162
3521.25/3542.73	c #Conflicts:    4075000 | #Constraints:      68163
3521.25/3542.73	c #Conflicts:    4076000 | #Constraints:      69165
3521.25/3542.73	c #Conflicts:    4077000 | #Constraints:      70165
3521.25/3542.73	c #Conflicts:    4078000 | #Constraints:      71165
3521.25/3542.73	c #Conflicts:    4079000 | #Constraints:      72165
3521.25/3542.73	c #Conflicts:    4080000 | #Constraints:      73165
3521.25/3542.73	c #Conflicts:    4081000 | #Constraints:      74166
3521.25/3542.73	c #Conflicts:    4082000 | #Constraints:      75166
3521.25/3542.73	c #Conflicts:    4083000 | #Constraints:      76166
3521.25/3542.73	c #Conflicts:    4084000 | #Constraints:      77166
3521.25/3542.73	c #Conflicts:    4085000 | #Constraints:      78167
3521.25/3542.73	c #Conflicts:    4086000 | #Constraints:      79167
3521.25/3542.73	WSVECS04 Frhs2[38]: 6 0 8.58338 shouldn't be
3521.25/3542.73	WSVECS04 Frhs2[61]: 6 0 2.52888 shouldn't be
3521.25/3542.73	WSVECS04 Frhs2[73]: 6 0 458.393 shouldn't be
3521.25/3542.73	WSVECS04 Frhs2[123]: 6 -125.696 0 shouldn't be
3521.25/3542.73	WSVECS04 Frhs2[292]: 6 0 3.38726 shouldn't be
3521.25/3542.73	WSVECS04 Frhs2[293]: 6 0 32.4321 shouldn't be
3521.25/3542.73	WSVECS04 Frhs2[326]: 6 0 3.38726 shouldn't be
3521.25/3542.73	WSVECS04 Frhs2[329]: 6 0 32.4321 shouldn't be
3521.25/3542.73	WSVECS04 Frhs2[463]: 6 0 957.429 shouldn't be
3521.25/3542.73	WSVECS04 Frhs2[468]: 6 0 958.288 shouldn't be
3521.25/3542.73	WSVECS04 Frhs2[495]: 6 0 753 shouldn't be
3536.28/3557.81	c #Conflicts:    4087000 | #Constraints:      80167
3536.28/3557.81	c #Conflicts:    4088000 | #Constraints:      81167
3536.28/3557.81	c #Conflicts:    4089000 | #Constraints:      82167
3536.28/3557.81	c #Conflicts:    4090000 | #Constraints:      83168
3536.28/3557.81	c #Conflicts:    4091000 | #Constraints:      84168
3536.28/3557.81	c #Conflicts:    4092000 | #Constraints:      85168
3536.28/3557.81	c #Conflicts:    4093000 | #Constraints:      86168
3536.28/3557.81	c #Conflicts:    4094000 | #Constraints:      87168
3536.28/3557.81	c #Conflicts:    4095000 | #Constraints:      88168
3536.28/3557.81	c #Conflicts:    4096000 | #Constraints:      89168
3536.28/3557.81	c #Conflicts:    4097000 | #Constraints:      90168
3536.28/3557.81	c #Conflicts:    4098000 | #Constraints:      91168
3536.28/3557.81	c #Conflicts:    4099000 | #Constraints:      92168
3536.28/3557.81	c #Conflicts:    4100000 | #Constraints:      93168
3536.28/3557.81	c #Conflicts:    4101000 | #Constraints:      94168
3536.28/3557.81	c #Conflicts:    4102000 | #Constraints:      95168
3536.28/3557.81	c #Conflicts:    4103000 | #Constraints:      96168
3536.28/3557.81	c #Conflicts:    4104000 | #Constraints:      97169
3536.28/3557.81	c INPROCESSING
3536.28/3557.81	c GARBAGE COLLECT
3536.28/3557.81	c rational objective 19526.4
3552.02/3573.67	c #Conflicts:    4105000 | #Constraints:      52017
3552.02/3573.67	c #Conflicts:    4106000 | #Constraints:      53018
3552.02/3573.67	c #Conflicts:    4107000 | #Constraints:      54018
3552.02/3573.67	c #Conflicts:    4108000 | #Constraints:      55018
3552.02/3573.67	c #Conflicts:    4109000 | #Constraints:      56018
3552.02/3573.67	c #Conflicts:    4110000 | #Constraints:      57018
3552.02/3573.67	c #Conflicts:    4111000 | #Constraints:      58018
3552.02/3573.67	c #Conflicts:    4112000 | #Constraints:      59019
3552.02/3573.67	c #Conflicts:    4113000 | #Constraints:      60019
3552.02/3573.67	c #Conflicts:    4114000 | #Constraints:      61020
3552.02/3573.67	c #Conflicts:    4115000 | #Constraints:      62020
3552.02/3573.67	c #Conflicts:    4116000 | #Constraints:      63020
3552.02/3573.67	c #Conflicts:    4117000 | #Constraints:      64020
3552.02/3573.67	c #Conflicts:    4118000 | #Constraints:      65020
3552.02/3573.67	c #Conflicts:    4119000 | #Constraints:      66020
3552.02/3573.67	c #Conflicts:    4120000 | #Constraints:      67020
3552.02/3573.67	c #Conflicts:    4121000 | #Constraints:      68020
3552.02/3573.67	c #Conflicts:    4122000 | #Constraints:      69020
3552.02/3573.67	c #Conflicts:    4123000 | #Constraints:      70020
3552.02/3573.67	c #Conflicts:    4124000 | #Constraints:      71021
3552.02/3573.67	c #Conflicts:    4125000 | #Constraints:      72021
3552.02/3573.67	c #Conflicts:    4126000 | #Constraints:      73022
3552.02/3573.67	c #Conflicts:    4127000 | #Constraints:      74022
3552.02/3573.67	c #Conflicts:    4128000 | #Constraints:      75022
3552.02/3573.67	c #Conflicts:    4129000 | #Constraints:      76022
3552.02/3573.67	WSVECS04 Frhs2[133]: 6 0 152.985 shouldn't be
3552.02/3573.67	WSVECS04 Frhs2[149]: 6 -953 0 shouldn't be
3552.02/3573.67	WSVECS04 Frhs2[157]: 6 0 328.618 shouldn't be
3552.02/3573.67	WSVECS04 Frhs2[173]: 6 -303.985 0 shouldn't be
3552.02/3573.67	WSVECS04 Frhs2[292]: 6 -575.691 0 shouldn't be
3552.02/3573.67	WSVECS04 Frhs2[310]: 6 -499 0 shouldn't be
3561.15/3582.81	c #Conflicts:    4130000 | #Constraints:      77022
3561.15/3582.81	c #Conflicts:    4131000 | #Constraints:      78022
3561.15/3582.81	c #Conflicts:    4132000 | #Constraints:      79023
3561.15/3582.81	c #Conflicts:    4133000 | #Constraints:      80023
3561.15/3582.81	c #Conflicts:    4134000 | #Constraints:      81023
3561.15/3582.81	c #Conflicts:    4135000 | #Constraints:      82025
3561.15/3582.81	c #Conflicts:    4136000 | #Constraints:      83027
3561.15/3582.81	c #Conflicts:    4137000 | #Constraints:      84027
3561.15/3582.81	c #Conflicts:    4138000 | #Constraints:      85027
3561.15/3582.81	c #Conflicts:    4139000 | #Constraints:      86028
3561.15/3582.81	c #Conflicts:    4140000 | #Constraints:      87028
3561.15/3582.81	WSVECS04 Frhs2[59]: 6 0 51.1667 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[134]: 6 0 143.042 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[135]: 6 0 133.333 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[136]: 6 0 196.167 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[144]: 6 -197.708 0 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[166]: 6 -111.75 0 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[178]: 6 0 143.854 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[182]: 6 0 96.5209 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[186]: 6 0 96.5209 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[203]: 6 0 104.75 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[204]: 6 0 1.75009 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[206]: 6 0 143.042 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[207]: 6 0 133.333 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[208]: 6 0 196.167 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[221]: 6 0 58.7083 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[225]: 6 0 9.70836 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[241]: 6 0 82.3125 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[245]: 6 0 82.3126 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[294]: 6 0 155.229 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[307]: 6 0 3.50005 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[311]: 6 0 103 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[329]: 6 0 182.396 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[333]: 6 0 9.70839 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[335]: 6 0 9.70837 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[352]: 6 0 196.167 shouldn't be
3561.15/3582.81	WSVECS04 Frhs2[431]: 6 -408 0 shouldn't be
3580.79/3602.50	c #Conflicts:    4141000 | #Constraints:      88028
3580.79/3602.50	c #Conflicts:    4142000 | #Constraints:      89028
3580.79/3602.50	c #Conflicts:    4143000 | #Constraints:      90029
3580.79/3602.50	c #Conflicts:    4144000 | #Constraints:      91029
3580.79/3602.50	c #Conflicts:    4145000 | #Constraints:      92029
3580.79/3602.50	c #Conflicts:    4146000 | #Constraints:      93029
3580.79/3602.50	c #Conflicts:    4147000 | #Constraints:      94029
3580.79/3602.50	c #Conflicts:    4148000 | #Constraints:      95029
3580.79/3602.50	c #Conflicts:    4149000 | #Constraints:      96029
3580.79/3602.50	c #Conflicts:    4150000 | #Constraints:      97029
3580.79/3602.50	c #Conflicts:    4151000 | #Constraints:      98029
3580.79/3602.50	c #Conflicts:    4152000 | #Constraints:      99029
3580.79/3602.50	c #Conflicts:    4153000 | #Constraints:     100030
3580.79/3602.50	c #Conflicts:    4154000 | #Constraints:     101030
3580.79/3602.50	c #Conflicts:    4155000 | #Constraints:     102031
3580.79/3602.50	c #Conflicts:    4156000 | #Constraints:     103031
3580.79/3602.50	c #Conflicts:    4157000 | #Constraints:     104031
3580.79/3602.50	c #Conflicts:    4158000 | #Constraints:     105032
3580.79/3602.50	c #Conflicts:    4159000 | #Constraints:     106032
3580.79/3602.50	c #Conflicts:    4160000 | #Constraints:     107032
3580.79/3602.50	WSVECS04 Frhs2[75]: 6 0 374.5 shouldn't be
3580.79/3602.50	WSVECS04 Frhs2[87]: 6 -106 0 shouldn't be
3580.79/3602.50	WSVECS04 Frhs2[109]: 6 0 656.5 shouldn't be
3580.79/3602.50	WSVECS04 Frhs2[110]: 6 0 441.5 shouldn't be
3580.79/3602.50	WSVECS04 Frhs2[114]: 6 0 67.0001 shouldn't be
3580.79/3602.50	WSVECS04 Frhs2[115]: 6 0 16.6667 shouldn't be
3580.79/3602.50	WSVECS04 Frhs2[119]: 6 0 75.5001 shouldn't be
3580.79/3602.50	WSVECS04 Frhs2[124]: 6 0 244 shouldn't be
3580.79/3602.50	WSVECS04 Frhs2[125]: 6 0 28.0001 shouldn't be
3580.79/3602.50	WSVECS04 Frhs2[145]: 6 -267.25 0 shouldn't be
3580.79/3602.50	WSVECS04 Frhs2[157]: 6 0 505.833 shouldn't be
3580.79/3602.50	WSVECS04 Frhs2[160]: 6 0 110 shouldn't be
3580.79/3602.50	WSVECS04 Frhs2[167]: 6 0 141 shouldn't be
3580.79/3602.50	WSVECS04 Frhs2[238]: 6 -179 0 shouldn't be
3580.79/3602.50	WSVECS04 Frhs2[260]: 6 -506.667 0 shouldn't be
3580.79/3602.50	WSVECS04 Frhs2[299]: 6 0 75.5001 shouldn't be
3580.79/3602.50	WSVECS04 Frhs2[304]: 6 0 319 shouldn't be
3580.79/3602.50	WSVECS04 Frhs2[305]: 6 0 103 shouldn't be
3580.79/3602.50	WSVECS04 Frhs2[337]: 6 0 628.5 shouldn't be
3580.79/3602.50	WSVECS04 Frhs2[381]: 6 -220.5 0 shouldn't be
3580.79/3602.50	WSVECS04 Frhs2[506]: 6 0 182 shouldn't be
3600.00/3621.80	c #Conflicts:    4161000 | #Constraints:     108032
3600.00/3621.80	c #Conflicts:    4162000 | #Constraints:     109032
3600.00/3621.80	c #Conflicts:    4163000 | #Constraints:     110032
3600.00/3621.80	c #Conflicts:    4164000 | #Constraints:     111032
3600.00/3621.80	c #Conflicts:    4165000 | #Constraints:     112033
3600.00/3621.80	c #Conflicts:    4166000 | #Constraints:     113034
3600.00/3621.80	c #Conflicts:    4167000 | #Constraints:     114034
3600.00/3621.80	c #Conflicts:    4168000 | #Constraints:     115034
3600.00/3621.80	c #Conflicts:    4169000 | #Constraints:     116034
3600.00/3621.80	c #Conflicts:    4170000 | #Constraints:     117035
3600.00/3621.80	c #Conflicts:    4171000 | #Constraints:     118036
3600.00/3621.80	c #Conflicts:    4172000 | #Constraints:     119037
3600.00/3621.80	c #Conflicts:    4173000 | #Constraints:     120037
3600.00/3621.80	c #Conflicts:    4174000 | #Constraints:     121038
3600.00/3621.80	c #Conflicts:    4175000 | #Constraints:     122038
3600.00/3621.80	c #Conflicts:    4176000 | #Constraints:     123038
3600.00/3621.80	c #Conflicts:    4177000 | #Constraints:     124038
3600.00/3621.80	c cpu time 3562.31 s
3600.00/3621.80	c deterministic time 167603681176 1.68e+11
3600.00/3621.80	c optimization time 62.8963 s
3600.00/3621.80	c total solve time 3499.34 s
3600.00/3621.80	c core-guided solve time 1712.9 s
3600.00/3621.80	c propagation time 2634.72 s
3600.00/3621.80	c conflict analysis time 787.679 s
3600.00/3621.80	c propagations 406825592
3600.00/3621.80	c resolve steps 103901754
3600.00/3621.80	c decisions 5651249
3600.00/3621.80	c conflicts 4177691
3600.00/3621.80	c restarts 7400
3600.00/3621.80	c inprocessing phases 152
3600.00/3621.80	c garbage collections 152 ,( 100.00 )
3600.00/3621.80	c input clauses 2689 ,( 57.04 )
3600.00/3621.80	c input cardinalities 287 ,( 6.09 )
3600.00/3621.80	c input general constraints 1738 ,( 36.87 )
3600.00/3621.80	c input average constraint length 6.24
3600.00/3621.80	c input average constraint degree 456.61
3600.00/3621.80	c learned clauses 3682092 ,( 88.08 )
3600.00/3621.80	c learned cardinalities 25733 ,( 0.62 )
3600.00/3621.80	c learned general constraints 472604 ,( 11.31 )
3600.00/3621.80	c learned average constraint length 101.66
3600.00/3621.80	c learned average constraint degree 77940830.53
3600.00/3621.80	c watched  CF 32, 64, 128, Arb: 191185 , 0 , 0 , 0
3600.00/3621.80	c counting CF 32, 64, 128, Arb: 283158 , 0 , 0 , 0
3600.00/3621.80	c watched   constraints 191185 ,( 40.31 ) 
3600.00/3621.80	c counting  constraints 283157 ,( 59.69 ) 
3600.00/3621.80	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 10741962308 , 4572625577 , 2667219362 ,( 235352630 , 2431866732 )
3600.00/3621.80	c gcd simplifications 330064
3600.00/3621.80	c detected cardinalities 88
3600.00/3621.80	c weakened non-implied lits 109379009
3600.00/3621.80	c weakened non-implying lits 1444326
3600.00/3621.80	c original variables 540
3600.00/3621.80	c clausal propagations 201994611
3600.00/3621.80	c cardinality propagations 142113950
3600.00/3621.80	c watched propagations 3068806
3600.00/3621.80	c counting propagations 55189212
3600.00/3621.80	c watch lookups 113614209437
3600.00/3621.80	c watch backjump lookups 0
3600.00/3621.80	c watch checks 40578464934
3600.00/3621.80	c propagation checks 10938479426
3600.00/3621.80	c constraint additions 1638665515
3600.00/3621.80	c trail pops 416652794
3600.00/3621.80	c formula constraints 4626
3600.00/3621.80	c learned constraints 4176210
3600.00/3621.80	c bound constraints 39
3600.00/3621.80	c core-guided constraints 49
3600.00/3621.80	c encountered formula constraints 45423140
3600.00/3621.80	c encountered learned constraints 61247435
3600.00/3621.80	c encountered bound constraints 29047
3600.00/3621.80	c encountered core-guided constraints 395121
3600.00/3621.80	c LP total time 415.09 s
3600.00/3621.80	c LP solve time 394.78 s
3600.00/3621.80	c LP constraints added 7766
3600.00/3621.80	c LP constraints removed 3099
3600.00/3621.80	c LP pivots internal 4178291
3600.00/3621.80	c LP pivots root 553937
3600.00/3621.80	c LP calls 5910
3600.00/3621.80	c LP optimalities 3186
3600.00/3621.80	c LP no pivot count 0
3600.00/3621.80	c LP infeasibilities 2692
3600.00/3621.80	c LP valid Farkas constraints 2663
3600.00/3621.80	c LP learned Farkas constraints 1482
3600.00/3621.80	c LP basis resets 45
3600.00/3621.80	c LP cycling count 4
3600.00/3621.80	c LP singular count 7
3600.00/3621.80	c LP no primal count 0
3600.00/3621.80	c LP no farkas count 18
3600.00/3621.80	c LP other issue count 16
3600.00/3621.80	c LP Gomory cuts 74
3600.00/3621.80	c LP learned cuts 3066
3600.00/3621.80	c LP deleted cuts 3099
3600.00/3621.80	c LP encountered Gomory constraints 11565
3600.00/3621.80	c LP encountered Farkas constraints 945177
3600.00/3621.80	c LP encountered learned Farkas constraints 26478
3600.00/3621.80	c CG auxiliary variables introduced 22
3600.00/3621.80	c CG solutions found 22
3600.00/3621.80	c CG cores constructed 17
3600.00/3621.80	c CG core cardinality constraints returned 0
3600.00/3621.80	c CG unit cores 0
3600.00/3621.80	c CG single cores 17
3600.00/3621.80	c CG blocks removed during cardinality reduction 0
3600.00/3621.80	c CG first core best 0
3600.00/3621.80	c CG decision core best 0
3600.00/3621.80	c CG core reduction tie 0
3600.00/3621.80	c CG core degree average 1.00
3600.00/3621.80	c CG core slack average 7.53
3600.00/3621.80	c CG core upper bound improvements 0
3600.00/3621.80	c STR number of successful calls 0
3600.00/3621.80	c STR number of unsuccessful calls 0
3600.00/3621.80	c STR number of inconclusive calls 0
3600.00/3621.80	c STR number of successful attempts 0
3600.00/3621.80	c STR number of unsuccessful attempts 0
3600.00/3621.80	c STR number of inconclusive attempts 0
3600.00/3621.80	c STR average degree increase per successful call inf
3600.00/3621.80	c STR average degree increase per successful attempt inf
3600.00/3621.80	c STR total number of conflicts for successful attempts 0
3600.00/3621.80	c STR total number of conflicts for unsuccessful attempts 0
3600.00/3621.80	c STR total number of conflicts for inconclusive attempts 0
3600.00/3621.80	c STR average number of conflicts per successful attempt inf
3600.00/3621.80	c STR average number of conflicts per unsuccessful attempt inf
3600.00/3621.80	c STR average number of conflicts per inconclusive attempt inf
3600.00/3621.80	c AVG.sumWPerc 48.59 
3600.00/3621.80	c bigint constraints 0 
3600.00/3621.80	o 23916
3600.00/3621.80	s SATISFIABLE
3600.00/3621.80	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 x226 -x227 -x228 x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 x246 -x247 -x248 -x249 -x250 -x251 x252 x253 -x254 -x255 -x256 -x257 -x258 -x259 x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 -x270 x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 x281 -x282 -x283 x284 -x285 -x286 -x287 -x288 -x289 x290 -x291 -x292 -x293 -x294 -x295 x296 -x297 -x298 -x299 -x300 -x301 -x302 x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 x311 -x312 -x313 -x314 -x315 -x316 x317 -x318 -x319 -x320 x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 -x330 -x331 x332 -x333 -x334 -x335 -x336 -x337 x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 -x350 -x351 -x352 x353 -x354 -x355 -x356 -x357 x358 -x359 -x360 x361 x362 -x363 -x364 -x365 -x366 -x367 -x368 x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 -x377 -x378 -x379 x380 x381 -x382 -x383 -x384 -x385 x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 x394 -x395 -x396 x397 -x398 -x399 x400 -x401 -x402 x403 -x404 -x405 -x406 x407 -x408 -x409 -x410 -x411 x412 -x413 -x414 -x415 x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 x424 -x425 -x426 x427 -x428 -x429 -x430 x431 x432 x433 -x434 x435 -x436 -x437 x438 -x439 -x440 -x441 -x442 x443 -x444 -x445 -x446 -x447 x448 -x449 -x450 -x451 -x452 -x453 x454 -x455 -x456 -x457 x458 -x459 -x460 -x461 x462 -x463 -x464 -x465 x466 -x467 -x468 -x469 x470 -x471 -x472 -x473 x474 -x475 -x476 -x477 x478 -x479 -x480 -x481 x482 -x483 -x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 -x492 -x493 x494 -x495 -x496 -x497 -x498 -x499 x500 x501 x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 x510 -x511 -x512 -x513 x514 -x515 -x516 x517 -x518 -x519 -x520 -x521 -x522 x523 -x524 -x525 -x526 -x527 -x528 -x529 x530 -x531 -x532 -x533 -x534 x535 x536 x537 -x538 -x539 -x540
3600.00/3621.80	c Program interrupted by user.

Verifier Data

OK	23916

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4486521-1751327275/watcher-4486521-1751327275 -o /tmp/evaluation-result-4486521-1751327275/solver-4486521-1751327275 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751327275-45193 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4486521-1751327275.opb PROOFDIR/proof-4486521-1751327275 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=45237, runsolver pid=45232

[startup+0.100095 s]*
/proc/loadavg: 3.34 3.98 4.09 2/257 45255
/proc/meminfo: memFree=130248832/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45248] ppid=45237 vsize=12556 memory=5888 CPUtime=0 cores=4,6
/proc/45248/stat : 45248 (pbsuma) D 45237 45237 45182 0 -1 4194304 593 0 0 0 0 0 0 0 20 0 1 0 48406853 12857344 1472 18446744073709551615 4210688 4653049 140731036721264 0 0 0 0 0 0 1 0 0 17 6 0 0 0 0 0 4700520 4703148 33021952 140731036723427 140731036723762 140731036723762 140731036729327 0
/proc/45248/statm: 3139 1472 992 108 0 547 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 16748 KiB
Current children cumulated memory: 8832 KiB

[startup+0.220604 s]*
/proc/loadavg: 3.34 3.98 4.09 5/257 45255
/proc/meminfo: memFree=130241224/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

[startup+0.312661 s]*
/proc/loadavg: 3.34 3.98 4.09 5/257 45258
/proc/meminfo: memFree=130225752/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45256] ppid=45237 vsize=58880 memory=15212 CPUtime=0.08 cores=4,6
/proc/45256/stat : 45256 (roundingsat) R 45237 45237 45182 0 -1 4194304 1745 0 0 0 7 1 0 0 20 0 1 0 48406873 60293120 3803 18446744073709551615 4227072 8923433 140735121705792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41771008 140735121709332 140735121709608 140735121709608 140735121715178 0
/proc/45256/statm: 14720 3803 2272 1147 0 2147 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 63072 KiB
Current children cumulated memory: 18156 KiB

[startup+0.700334 s]
/proc/loadavg: 3.34 3.98 4.09 5/257 45259
/proc/meminfo: memFree=130217096/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45256] ppid=45237 vsize=64136 memory=20304 CPUtime=0.46 cores=4,6
/proc/45256/stat : 45256 (roundingsat) R 45237 45237 45182 0 -1 4194304 2941 0 0 0 43 3 0 0 20 0 1 0 48406873 65675264 5076 18446744073709551615 4227072 8923433 140735121705792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41771008 140735121709332 140735121709608 140735121709608 140735121715178 0
/proc/45256/statm: 16034 5076 2368 1147 0 3461 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 68328 KiB
Current children cumulated memory: 23248 KiB

[startup+1.50034 s]
/proc/loadavg: 3.34 3.98 4.09 4/252 45267
/proc/meminfo: memFree=130227536/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45256] ppid=45237 vsize=67108 memory=23376 CPUtime=1.25 cores=4,6
/proc/45256/stat : 45256 (roundingsat) R 45237 45237 45182 0 -1 4194304 3662 0 0 0 120 5 0 0 20 0 1 0 48406873 68718592 5844 18446744073709551615 4227072 8923433 140735121705792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41771008 140735121709332 140735121709608 140735121709608 140735121715178 0
/proc/45256/statm: 16777 5844 2432 1147 0 4204 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 71300 KiB
Current children cumulated memory: 26320 KiB

[startup+3.11356 s]
/proc/loadavg: 3.34 3.98 4.09 5/252 45286
/proc/meminfo: memFree=130172152/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45256] ppid=45237 vsize=67252 memory=24144 CPUtime=2.86 cores=4,6
/proc/45256/stat : 45256 (roundingsat) R 45237 45237 45182 0 -1 4194304 3752 0 0 0 277 9 0 0 20 0 1 0 48406873 68866048 6036 18446744073709551615 4227072 8923433 140735121705792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41771008 140735121709332 140735121709608 140735121709608 140735121715178 0
/proc/45256/statm: 16813 6036 2528 1147 0 4240 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 71444 KiB
Current children cumulated memory: 27088 KiB

[startup+6.30031 s]
/proc/loadavg: 3.39 3.98 4.09 5/257 45307
/proc/meminfo: memFree=130090540/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45256] ppid=45237 vsize=70696 memory=27344 CPUtime=6.04 cores=4,6
/proc/45256/stat : 45256 (roundingsat) R 45237 45237 45182 0 -1 4194304 4578 0 0 0 585 19 0 0 20 0 1 0 48406873 72392704 6836 18446744073709551615 4227072 8923433 140735121705792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41771008 140735121709332 140735121709608 140735121709608 140735121715178 0
/proc/45256/statm: 17674 6836 2528 1147 0 5101 0
Current children cumulated CPU time: 6.06 s
Current children cumulated vsize: 74888 KiB
Current children cumulated memory: 30288 KiB

[startup+12.7004 s]
/proc/loadavg: 3.44 3.98 4.09 5/257 45307
/proc/meminfo: memFree=130035412/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45256] ppid=45237 vsize=71636 memory=30468 CPUtime=12.42 cores=4,6
/proc/45256/stat : 45256 (roundingsat) R 45237 45237 45182 0 -1 4194304 4822 0 0 0 1205 37 0 0 20 0 1 0 48406873 73355264 7617 18446744073709551615 4227072 8923433 140735121705792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41771008 140735121709332 140735121709608 140735121709608 140735121715178 0
/proc/45256/statm: 17909 7617 2528 1147 0 5336 0
Current children cumulated CPU time: 12.44 s
Current children cumulated vsize: 75828 KiB
Current children cumulated memory: 33412 KiB

[startup+25.5004 s]
/proc/loadavg: 3.64 4.00 4.10 5/257 45307
/proc/meminfo: memFree=129891896/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45256] ppid=45237 vsize=73516 memory=32388 CPUtime=25.18 cores=4,6
/proc/45256/stat : 45256 (roundingsat) R 45237 45237 45182 0 -1 4194304 5303 0 0 0 2451 67 0 0 20 0 1 0 48406873 75280384 8097 18446744073709551615 4227072 8923433 140735121705792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41771008 140735121709332 140735121709608 140735121709608 140735121715178 0
/proc/45256/statm: 18379 8097 2528 1147 0 5806 0
Current children cumulated CPU time: 25.2 s
Current children cumulated vsize: 77708 KiB
Current children cumulated memory: 35332 KiB

[startup+51.1136 s]
/proc/loadavg: 3.76 4.00 4.09 5/259 45309
/proc/meminfo: memFree=129657056/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45256] ppid=45237 vsize=78892 memory=37152 CPUtime=50.64 cores=4,6
/proc/45256/stat : 45256 (roundingsat) R 45237 45237 45182 0 -1 4194304 6005 0 0 0 4930 134 0 0 20 0 1 0 48406873 80785408 9288 18446744073709551615 4227072 8923433 140735121705792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41771008 140735121709332 140735121709608 140735121709608 140735121715178 0
/proc/45256/statm: 19723 9288 2528 1147 0 7150 0
Current children cumulated CPU time: 50.66 s
Current children cumulated vsize: 83084 KiB
Current children cumulated memory: 40096 KiB

[startup+102.3 s]
/proc/loadavg: 3.98 4.02 4.09 5/260 45313
/proc/meminfo: memFree=129194672/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45256] ppid=45237 vsize=87776 memory=42912 CPUtime=101.57 cores=4,6
/proc/45256/stat : 45256 (roundingsat) R 45237 45237 45182 0 -1 4194304 7406 0 0 0 9912 245 0 0 20 0 1 0 48406873 89882624 10728 18446744073709551615 4227072 8923433 140735121705792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41771008 140735121709332 140735121709608 140735121709608 140735121715178 0
/proc/45256/statm: 21944 10728 2560 1147 0 9371 0
Current children cumulated CPU time: 101.59 s
Current children cumulated vsize: 91968 KiB
Current children cumulated memory: 45856 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.03 4.09 5/260 45315
/proc/meminfo: memFree=128835616/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45256] ppid=45237 vsize=89168 memory=46436 CPUtime=161.4 cores=4,6
/proc/45256/stat : 45256 (roundingsat) R 45237 45237 45182 0 -1 4194304 7806 0 0 0 15776 364 0 0 20 0 1 0 48406873 91308032 11609 18446744073709551615 4227072 8923433 140735121705792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41771008 140735121709332 140735121709608 140735121709608 140735121715178 0
/proc/45256/statm: 22292 11609 2560 1147 0 9719 0
Current children cumulated CPU time: 161.42 s
Current children cumulated vsize: 93360 KiB
Current children cumulated memory: 49380 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.05 4.09 5/259 45365
/proc/meminfo: memFree=128867232/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45256] ppid=45237 vsize=91752 memory=49764 CPUtime=221.13 cores=4,6
/proc/45256/stat : 45256 (roundingsat) R 45237 45237 45182 0 -1 4194304 8623 0 0 0 21629 484 0 0 20 0 1 0 48406873 93954048 12441 18446744073709551615 4227072 8923433 140735121705792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41771008 140735121709332 140735121709608 140735121709608 140735121715178 0
/proc/45256/statm: 22938 12441 2560 1147 0 10365 0
Current children cumulated CPU time: 221.15 s
Current children cumulated vsize: 95944 KiB
Current children cumulated memory: 52708 KiB

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

/proc/45256/statm: 83352 62401 2560 1147 0 70779 0
Current children cumulated CPU time: 3023.22 s
Current children cumulated vsize: 337600 KiB
Current children cumulated memory: 252548 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/262 45731
/proc/meminfo: memFree=115590048/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45256] ppid=45237 vsize=336148 memory=251780 CPUtime=3082.96 cores=4,6
/proc/45256/stat : 45256 (roundingsat) R 45237 45237 45182 0 -1 4194304 44094 0 0 0 304978 3318 0 0 20 0 1 0 48406873 344215552 62945 18446744073709551615 4227072 8923433 140735121705792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41771008 140735121709332 140735121709608 140735121709608 140735121715178 0
/proc/45256/statm: 84037 62945 2560 1147 0 71464 0
Current children cumulated CPU time: 3082.98 s
Current children cumulated vsize: 340340 KiB
Current children cumulated memory: 254724 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/262 45733
/proc/meminfo: memFree=115445100/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45256] ppid=45237 vsize=336148 memory=252164 CPUtime=3142.64 cores=4,6
/proc/45256/stat : 45256 (roundingsat) R 45237 45237 45182 0 -1 4194304 44174 0 0 0 310873 3391 0 0 20 0 1 0 48406873 344215552 63041 18446744073709551615 4227072 8923433 140735121705792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41771008 140735121709332 140735121709608 140735121709608 140735121715178 0
/proc/45256/statm: 84037 63041 2560 1147 0 71464 0
Current children cumulated CPU time: 3142.66 s
Current children cumulated vsize: 340340 KiB
Current children cumulated memory: 255108 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/260 45735
/proc/meminfo: memFree=115295976/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45256] ppid=45237 vsize=336148 memory=252164 CPUtime=3202.36 cores=4,6
/proc/45256/stat : 45256 (roundingsat) R 45237 45237 45182 0 -1 4194304 44174 0 0 0 316780 3456 0 0 20 0 1 0 48406873 344215552 63041 18446744073709551615 4227072 8923433 140735121705792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41771008 140735121709332 140735121709608 140735121709608 140735121715178 0
/proc/45256/statm: 84037 63041 2560 1147 0 71464 0
Current children cumulated CPU time: 3202.38 s
Current children cumulated vsize: 340340 KiB
Current children cumulated memory: 255108 KiB

[startup+3282.3 s]
/proc/loadavg: 4.65 4.24 4.14 5/258 45737
/proc/meminfo: memFree=115161732/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45256] ppid=45237 vsize=336148 memory=252164 CPUtime=3262.13 cores=4,6
/proc/45256/stat : 45256 (roundingsat) R 45237 45237 45182 0 -1 4194304 44174 0 0 0 322720 3493 0 0 20 0 1 0 48406873 344215552 63041 18446744073709551615 4227072 8923433 140735121705792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41771008 140735121709332 140735121709608 140735121709608 140735121715178 0
/proc/45256/statm: 84037 63041 2560 1147 0 71464 0
Current children cumulated CPU time: 3262.15 s
Current children cumulated vsize: 340340 KiB
Current children cumulated memory: 255108 KiB

[startup+3342.3 s]
/proc/loadavg: 5.43 4.54 4.25 5/257 45739
/proc/meminfo: memFree=114986680/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45256] ppid=45237 vsize=336148 memory=252164 CPUtime=3321.93 cores=4,6
/proc/45256/stat : 45256 (roundingsat) R 45237 45237 45182 0 -1 4194304 44190 0 0 0 328666 3527 0 0 20 0 1 0 48406873 344215552 63041 18446744073709551615 4227072 8923433 140735121705792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41771008 140735121709332 140735121709608 140735121709608 140735121715178 0
/proc/45256/statm: 84037 63041 2560 1147 0 71464 0
Current children cumulated CPU time: 3321.95 s
Current children cumulated vsize: 340340 KiB
Current children cumulated memory: 255108 KiB

[startup+3402.3 s]
/proc/loadavg: 4.87 4.57 4.28 5/257 45742
/proc/meminfo: memFree=114880328/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45256] ppid=45237 vsize=335692 memory=251972 CPUtime=3381.69 cores=4,6
/proc/45256/stat : 45256 (roundingsat) R 45237 45237 45182 0 -1 4194304 45371 0 0 0 334611 3558 0 0 20 0 1 0 48406873 343748608 62993 18446744073709551615 4227072 8923433 140735121705792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41771008 140735121709332 140735121709608 140735121709608 140735121715178 0
/proc/45256/statm: 83923 62993 2560 1147 0 71350 0
Current children cumulated CPU time: 3381.71 s
Current children cumulated vsize: 339884 KiB
Current children cumulated memory: 254916 KiB

[startup+3462.3 s]
/proc/loadavg: 4.59 4.53 4.28 5/257 45744
/proc/meminfo: memFree=114721764/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45256] ppid=45237 vsize=338668 memory=254404 CPUtime=3441.46 cores=4,6
/proc/45256/stat : 45256 (roundingsat) R 45237 45237 45182 0 -1 4194304 45999 0 0 0 340540 3606 0 0 20 0 1 0 48406873 346796032 63601 18446744073709551615 4227072 8923433 140735121705792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41771008 140735121709332 140735121709608 140735121709608 140735121715178 0
/proc/45256/statm: 84667 63601 2560 1147 0 72094 0
Current children cumulated CPU time: 3441.48 s
Current children cumulated vsize: 342860 KiB
Current children cumulated memory: 257348 KiB

[startup+3522.3 s]
/proc/loadavg: 4.92 4.64 4.34 5/259 45748
/proc/meminfo: memFree=114522180/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45256] ppid=45237 vsize=338668 memory=254788 CPUtime=3500.9 cores=4,6
/proc/45256/stat : 45256 (roundingsat) R 45237 45237 45182 0 -1 4194304 46083 0 0 0 346429 3661 0 0 20 0 1 0 48406873 346796032 63697 18446744073709551615 4227072 8923433 140735121705792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41771008 140735121709332 140735121709608 140735121709608 140735121715178 0
/proc/45256/statm: 84667 63697 2560 1147 0 72094 0
Current children cumulated CPU time: 3500.92 s
Current children cumulated vsize: 342860 KiB
Current children cumulated memory: 257732 KiB

[startup+3582.3 s]
/proc/loadavg: 4.34 4.52 4.32 5/260 45757
/proc/meminfo: memFree=114354172/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45256] ppid=45237 vsize=338668 memory=254788 CPUtime=3560.63 cores=4,6
/proc/45256/stat : 45256 (roundingsat) R 45237 45237 45182 0 -1 4194304 46083 0 0 0 352333 3730 0 0 20 0 1 0 48406873 346796032 63697 18446744073709551615 4227072 8923433 140735121705792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41771008 140735121709332 140735121709608 140735121709608 140735121715178 0
/proc/45256/statm: 84667 63697 2560 1147 0 72094 0
Current children cumulated CPU time: 3560.65 s
Current children cumulated vsize: 342860 KiB
Current children cumulated memory: 257732 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3621.8 s]
/proc/loadavg: 4.38 4.50 4.32 5/260 45853
/proc/meminfo: memFree=122156716/131382120 swapFree=33010416/33010684
[pid=45237] ppid=45232 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/45237/stat : 45237 (run-opt-break-l) S 45232 45237 45182 0 -1 4194304 240 1291 0 0 0 0 1 1 20 0 1 0 48406851 4292608 736 18446744073709551615 94042761228288 94042762122821 140723814585024 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94042762361872 94042762409616 94042794553344 140723814586645 140723814586846 140723814586846 140723814592448 0
/proc/45237/statm: 1048 736 672 219 0 110 0
[pid=45256] ppid=45237 vsize=338668 memory=254788 CPUtime=3599.98 cores=4,6
/proc/45256/stat : 45256 (roundingsat) R 45237 45237 45182 0 -1 4194304 46083 0 0 0 356231 3767 0 0 20 0 1 0 48406873 346796032 63697 18446744073709551615 4227072 8923433 140735121705792 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41771008 140735121709332 140735121709608 140735121709608 140735121715178 0
/proc/45256/statm: 84667 63697 2560 1147 0 72094 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 342860 KiB
Current children cumulated memory: 257732 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.011228 s, system=0.020743 s

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

# cumulated CPU time of all completed processes:  user=3562.33 s, system=37.6949 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

Child status: 2

Real time (s): 3621.83
CPU time (s): 3600.03
CPU user time (s): 3562.33
CPU system time (s): 37.6949
CPU usage (%): 99.398
Max. virtual memory (cumulated for all children) (KiB): 345380
Max. memory (cumulated for all children) (KiB): 259844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3562.33
system time used= 37.6949
maximum resident set size= 256900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47633
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11086088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1047
involuntary context switches= 22934


# summary of solver processes directly reported to runsolver:
#   pid: 45237,45256
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3562.33
#   total CPU system time (s): 37.6949

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.1738 second user time and 36.443 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-01 01:47:55
IDJOB=4486521
IDBENCH=147022
IDSOLVER=3360
FILE ID=nodeC006/4486521-1751327275
RUNJOBID= nodeC006-1751327275-45193
SLURM_JOB_ID= 9594368
Free space on /tmp= 433060 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-data6_3.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4486521-1751327275/watcher-4486521-1751327275 -o /tmp/evaluation-result-4486521-1751327275/solver-4486521-1751327275 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751327275-45193 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4486521-1751327275.opb PROOFDIR/proof-4486521-1751327275

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

MD5SUM BENCH= 9e6692c80f11b0068f23fe5849cf8b25
RANDOM SEED=1385878881

nodeC006 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		: 1197.331
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.32
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		: 1197.549
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.32
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.142
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.32
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.137
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.32
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.139
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.32
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		: 1197.156
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.32
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		: 1197.372
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.32
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		: 1196.271
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        130266124 kB
MemAvailable:   129931508 kB
Buffers:            2128 kB
Cached:           468328 kB
SwapCached:           12 kB
Active:           392716 kB
Inactive:         143372 kB
Active(anon):      72488 kB
Inactive(anon):    11092 kB
Active(file):     320228 kB
Inactive(file):   132280 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             32124 kB
Writeback:            24 kB
AnonPages:         68448 kB
Mapped:           102424 kB
Shmem:             17948 kB
KReclaimable:     104624 kB
Slab:             187828 kB
SReclaimable:     104624 kB
SUnreclaim:        83204 kB
KernelStack:        3876 kB
PageTables:         2492 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     330148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC006 at 2025-07-01 02:48:17