Trace number 4532344

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 0f876b3SAT (TO)23916 3600.09 3681.41

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.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4532344-1752584604.opb'
0.00/0.03	c 	read 0.20MB  (7.77ms)
0.00/0.03	c	 [cnf: #variables 540 #clauses 4477 #duplicates 0 #arr 21108]
0.00/0.09	c output proof to 'PROOFDIR/proof-4532344-1752584604'
0.00/0.09	c 
0.00/0.09	c make graph and approximate orbits
0.00/0.10	c	 [group: #orbits ~= 0] (6.33ms)
0.00/0.10	c 
0.00/0.10	c detect special group actions
0.00/0.10	c 	probe for Johnson action (limit=64)
0.00/0.10	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.10	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.10	c 	 (1.43ms)
0.00/0.10	c 
0.00/0.10	c detect symmetries on remainder
0.00/0.10	c 	[graph: #vertices 7807 #edges 47796]
0.00/0.10	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.10	c 	 [group: #symmetries 1.00*10^0 #generators 0] (1.76ms)
0.00/0.10	c 
0.00/0.10	c finalize break order and special generators
0.00/0.10	c 
0.00/0.10	c generation finished
0.00/0.10	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.10	c 
0.00/0.10	c write result to 'HOME/instance-4532344-1752584604.opb.pre'
0.00/0.11	c 	wrote 0.20MB (1.72ms)
0.00/0.11	c ------------------------------------------------------------------
0.00/0.11	c                  68.57ms 78.22% other
0.00/0.11	c                   7.76ms  8.86% parse
0.00/0.11	c                   6.33ms  7.22% approx_orbits
0.00/0.11	c                   1.76ms  2.01% detect_generic
0.00/0.11	c                   1.72ms  1.97% output
0.00/0.11	c                   1.43ms  1.63% detect_special
0.00/0.11	c                   0.09ms  0.10% finalize_order
0.00/0.11	c         ───────────────────────────────────────────────
0.00/0.11	c                  87.67ms   100% total
0.00/0.11	c ------------------------------------------------------------------
0.01/0.14	c RoundingSat 2
0.01/0.14	c branch pb25
0.01/0.14	c commit 0f876b3
0.09/0.23	c #variables 540 #constraints 4626
0.09/0.23	c objective is ce32 
0.09/0.23	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.09/0.23	c initial counting CF 32, 64, 128, Arb: 1681 , 0 , 0 , 0
0.09/0.23	c bounds - >= 0 @ 0.078341
0.20/0.41	c rational objective 17422
0.76/0.91	c bounds 30635 >= 0 @ 0.737894
0.87/1.07	WSVECS04 Frhs2[361]: 6 -745 0 shouldn't be
0.87/1.07	WSVECS04 Frhs2[371]: 6 -665 0 shouldn't be
0.87/1.07	WSVECS04 Frhs2[376]: 6 -929 0 shouldn't be
0.87/1.07	WSVECS04 Frhs2[420]: 6 -1010 0 shouldn't be
0.87/1.07	WSVECS04 Frhs2[435]: 6 -257 0 shouldn't be
0.87/1.07	WSVECS04 Frhs2[438]: 6 -380 0 shouldn't be
0.87/1.07	WSVECS04 Frhs2[448]: 6 -257 0 shouldn't be
0.87/1.07	c bounds 30635 >= 1090 @ 0.888774
0.87/1.07	c bounds 30156 >= 1090 @ 0.889657
0.87/1.10	c bounds 29716 >= 1090 @ 0.919933
0.98/1.11	c bounds 26539 >= 1090 @ 0.930433
0.98/1.13	c bounds 26539 >= 2110 @ 0.946432
0.98/1.13	c bounds 26308 >= 2110 @ 0.950373
1.06/1.29	c #Conflicts:       1000 | #Constraints:       5638
1.06/1.29	c bounds 26154 >= 2110 @ 1.1017
1.66/1.80	c #Conflicts:       2000 | #Constraints:       6640
1.66/1.80	c INPROCESSING
1.66/1.80	c GARBAGE COLLECT
1.66/1.80	c bounds 25894 >= 2110 @ 1.60609
1.66/1.80	c bounds 25894 >= 3120 @ 1.60698
1.66/1.81	c bounds 25894 >= 4130 @ 1.60786
1.66/1.81	c bounds 25894 >= 5140 @ 1.6088
1.66/1.81	c bounds 25894 >= 6150 @ 1.60973
3.87/4.02	c #Conflicts:       3000 | #Constraints:       6657
3.87/4.02	c #Conflicts:       4000 | #Constraints:       7659
3.87/4.02	c INPROCESSING
3.87/4.02	c GARBAGE COLLECT
3.87/4.02	c #Conflicts:       5000 | #Constraints:       7070
3.87/4.02	c #Conflicts:       6000 | #Constraints:       8074
3.87/4.02	c INPROCESSING
3.87/4.02	c GARBAGE COLLECT
3.87/4.02	c #Conflicts:       7000 | #Constraints:       7078
3.87/4.02	c #Conflicts:       8000 | #Constraints:       8078
3.87/4.02	c #Conflicts:       9000 | #Constraints:       9078
3.87/4.02	c INPROCESSING
3.87/4.02	c GARBAGE COLLECT
3.87/4.02	c rational objective 17422
4.87/5.05	c #Conflicts:      10000 | #Constraints:       7787
4.87/5.05	c #Conflicts:      11000 | #Constraints:       8787
4.87/5.05	c #Conflicts:      12000 | #Constraints:       9787
4.87/5.05	c INPROCESSING
4.87/5.05	c GARBAGE COLLECT
4.87/5.05	c rational objective 17777.4
5.55/5.79	c #Conflicts:      13000 | #Constraints:       8235
5.55/5.79	c #Conflicts:      14000 | #Constraints:       9235
5.55/5.79	c bounds 25728 >= 6150 @ 5.47092
5.97/6.12	c #Conflicts:      15000 | #Constraints:      10236
5.97/6.12	c INPROCESSING
5.97/6.12	c GARBAGE COLLECT
5.97/6.12	c #Conflicts:      16000 | #Constraints:       8457
5.97/6.12	c bounds 25670 >= 6150 @ 5.78661
7.05/7.29	c #Conflicts:      17000 | #Constraints:       9458
7.05/7.29	c #Conflicts:      18000 | #Constraints:      10458
7.05/7.29	c INPROCESSING
7.05/7.29	c GARBAGE COLLECT
7.05/7.29	c #Conflicts:      19000 | #Constraints:       8489
7.05/7.29	c bounds 24926 >= 6150 @ 6.93429
7.15/7.36	c #Conflicts:      20000 | #Constraints:       9491
7.15/7.36	c bounds 24882 >= 6150 @ 7.00667
7.15/7.37	c bounds 24882 >= 6895 @ 7.01257
8.14/8.38	c #Conflicts:      21000 | #Constraints:      10497
8.14/8.38	c INPROCESSING
8.14/8.38	c GARBAGE COLLECT
8.14/8.38	c bounds 24845 >= 6895 @ 8.00293
8.64/8.81	c #Conflicts:      22000 | #Constraints:       8294
8.64/8.81	c #Conflicts:      23000 | #Constraints:       9297
8.64/8.81	c bounds 24619 >= 6895 @ 8.41463
8.74/8.91	WSVECS04 Frhs2[424]: 6 -605 0 shouldn't be
8.74/8.91	WSVECS04 Frhs2[433]: 6 -380 0 shouldn't be
8.74/8.91	WSVECS04 Frhs2[435]: 6 -257 0 shouldn't be
8.74/8.91	WSVECS04 Frhs2[443]: 6 -1020 0 shouldn't be
8.74/8.91	WSVECS04 Frhs2[457]: 6 -80 0 shouldn't be
8.74/8.91	WSVECS04 Frhs2[469]: 6 -1380 0 shouldn't be
8.74/8.91	WSVECS04 Frhs2[470]: 6 -408 0 shouldn't be
8.74/8.91	WSVECS04 Frhs2[472]: 6 -1090 0 shouldn't be
8.74/8.91	WSVECS04 Frhs2[479]: 6 -408 0 shouldn't be
8.85/9.02	WSVECS04 Frhs2[427]: 6 -80.0001 0 shouldn't be
9.05/9.26	WSVECS04 Frhs2[398]: 6 -337 0 shouldn't be
9.34/9.51	WSVECS04 Frhs2[463]: 6 -380 0 shouldn't be
9.45/9.63	WSVECS04 Frhs2[530]: 6 -408 0 shouldn't be
9.54/9.74	WSVECS04 Frhs2[448]: 6 -257 0 shouldn't be
9.54/9.75	c #Conflicts:      24000 | #Constraints:      10299
9.54/9.75	c bounds 24619 >= 7560 @ 9.33418
14.63/14.86	c #Conflicts:      25000 | #Constraints:      11302
14.63/14.86	c INPROCESSING
14.63/14.86	c GARBAGE COLLECT
14.63/14.86	c #Conflicts:      26000 | #Constraints:       8910
14.63/14.86	c #Conflicts:      27000 | #Constraints:       9910
14.63/14.86	c #Conflicts:      28000 | #Constraints:      10910
14.63/14.86	c #Conflicts:      29000 | #Constraints:      11910
14.63/14.86	c INPROCESSING
14.63/14.86	c GARBAGE COLLECT
14.63/14.86	c #Conflicts:      30000 | #Constraints:       9321
14.63/14.86	c #Conflicts:      31000 | #Constraints:      10321
14.63/14.86	c #Conflicts:      32000 | #Constraints:      11323
14.63/14.86	c #Conflicts:      33000 | #Constraints:      12324
14.63/14.86	c INPROCESSING
14.63/14.86	c GARBAGE COLLECT
14.63/14.86	c #Conflicts:      34000 | #Constraints:       9524
14.63/14.86	c #Conflicts:      35000 | #Constraints:      10526
14.63/14.86	c #Conflicts:      36000 | #Constraints:      11528
14.63/14.86	c #Conflicts:      37000 | #Constraints:      12530
14.63/14.86	c INPROCESSING
14.63/14.86	c GARBAGE COLLECT
14.63/14.86	WSVECS04 Frhs2[20]: 6 0 471.679 shouldn't be
14.63/14.86	WSVECS04 Frhs2[30]: 6 0 1723.46 shouldn't be
14.63/14.86	WSVECS04 Frhs2[128]: 6 0 2446.68 shouldn't be
14.63/14.86	WSVECS04 Frhs2[131]: 6 0 1295.27 shouldn't be
14.63/14.86	WSVECS04 Frhs2[187]: 6 0 244.281 shouldn't be
14.63/14.86	WSVECS04 Frhs2[201]: 6 0 1097.35 shouldn't be
14.63/14.86	WSVECS04 Frhs2[204]: 6 0 555.744 shouldn't be
14.63/14.86	WSVECS04 Frhs2[233]: 6 0 1038.58 shouldn't be
14.63/14.86	WSVECS04 Frhs2[236]: 6 0 1897.19 shouldn't be
14.63/14.86	WSVECS04 Frhs2[237]: 6 0 9.91718 shouldn't be
14.63/14.86	WSVECS04 Frhs2[244]: 6 0 2696.2 shouldn't be
14.63/14.86	WSVECS04 Frhs2[259]: 6 0 631.186 shouldn't be
14.63/14.86	WSVECS04 Frhs2[263]: 6 0 37.4844 shouldn't be
14.63/14.86	WSVECS04 Frhs2[371]: 6 0 2156.99 shouldn't be
14.63/14.86	WSVECS04 Frhs2[425]: 6 0 1975.15 shouldn't be
14.63/14.86	WSVECS04 Frhs2[446]: 6 -318.214 0 shouldn't be
14.63/14.86	WSVECS04 Frhs2[449]: 6 0 174.786 shouldn't be
14.63/14.86	WSVECS04 Frhs2[450]: 6 0 212.786 shouldn't be
14.63/14.86	WSVECS04 Frhs2[510]: 6 -753 0 shouldn't be
14.73/14.98	WSVECS04 Frhs2[14]: 6 0 1484.68 shouldn't be
14.73/14.98	WSVECS04 Frhs2[18]: 6 0 1635.91 shouldn't be
14.73/14.98	WSVECS04 Frhs2[83]: 6 0 759.925 shouldn't be
14.73/14.98	WSVECS04 Frhs2[129]: 6 0 572.349 shouldn't be
14.73/14.98	WSVECS04 Frhs2[139]: 6 0 1923.23 shouldn't be
14.73/14.98	WSVECS04 Frhs2[293]: 6 0 1096.25 shouldn't be
14.73/14.98	WSVECS04 Frhs2[299]: 6 0 351.685 shouldn't be
14.73/14.98	WSVECS04 Frhs2[312]: 6 0 1269.14 shouldn't be
14.73/14.98	WSVECS04 Frhs2[322]: 6 0 758.257 shouldn't be
14.73/14.98	WSVECS04 Frhs2[355]: 6 0 1742.19 shouldn't be
14.73/14.98	WSVECS04 Frhs2[370]: 6 0 206 shouldn't be
14.73/14.98	WSVECS04 Frhs2[375]: 6 0 22.7798 shouldn't be
14.73/14.98	WSVECS04 Frhs2[502]: 6 0 3573.43 shouldn't be
14.73/14.98	WSVECS04 Frhs2[507]: 6 0 573.379 shouldn't be
14.84/15.11	WSVECS04 Frhs2[28]: 6 0 6492.42 shouldn't be
14.84/15.11	WSVECS04 Frhs2[77]: 6 0 2377.96 shouldn't be
14.84/15.11	WSVECS04 Frhs2[93]: 6 0 532.198 shouldn't be
14.84/15.11	WSVECS04 Frhs2[116]: 6 0 843.649 shouldn't be
14.84/15.11	WSVECS04 Frhs2[118]: 6 0 1890.26 shouldn't be
14.84/15.11	WSVECS04 Frhs2[138]: 6 0 2274.95 shouldn't be
14.84/15.11	WSVECS04 Frhs2[160]: 6 0 652.326 shouldn't be
14.84/15.11	WSVECS04 Frhs2[162]: 6 0 652.326 shouldn't be
14.84/15.11	WSVECS04 Frhs2[206]: 6 0 1135.84 shouldn't be
14.84/15.11	WSVECS04 Frhs2[220]: 6 0 2958.25 shouldn't be
14.84/15.11	WSVECS04 Frhs2[227]: 6 0 7088.51 shouldn't be
14.84/15.11	WSVECS04 Frhs2[268]: 6 0 1726.2 shouldn't be
14.84/15.11	WSVECS04 Frhs2[282]: 6 0 1199.79 shouldn't be
14.84/15.11	WSVECS04 Frhs2[389]: 6 0 457.076 shouldn't be
14.84/15.11	WSVECS04 Frhs2[442]: 6 0 1476.22 shouldn't be
14.84/15.11	WSVECS04 Frhs2[444]: 6 0 282.578 shouldn't be
14.84/15.11	WSVECS04 Frhs2[445]: 6 0 2024.79 shouldn't be
15.03/15.24	WSVECS04 Frhs2[135]: 6 0 1692.71 shouldn't be
15.03/15.24	WSVECS04 Frhs2[136]: 6 0 3978.91 shouldn't be
15.03/15.24	WSVECS04 Frhs2[158]: 6 0 652.326 shouldn't be
15.03/15.24	WSVECS04 Frhs2[168]: 6 0 2729.29 shouldn't be
15.03/15.24	WSVECS04 Frhs2[172]: 6 0 2432.65 shouldn't be
15.03/15.24	WSVECS04 Frhs2[286]: 6 0 1411.2 shouldn't be
15.03/15.24	WSVECS04 Frhs2[469]: 6 0 1875.58 shouldn't be
15.03/15.24	WSVECS04 Frhs2[485]: 6 0 262.02 shouldn't be
15.13/15.36	WSVECS04 Frhs2[78]: 6 0 3671.77 shouldn't be
15.13/15.36	WSVECS04 Frhs2[120]: 6 0 1921.19 shouldn't be
15.13/15.36	WSVECS04 Frhs2[141]: 6 0 3069.09 shouldn't be
15.13/15.36	WSVECS04 Frhs2[163]: 6 0 2262.8 shouldn't be
15.13/15.36	WSVECS04 Frhs2[164]: 6 0 4334.71 shouldn't be
15.13/15.36	WSVECS04 Frhs2[167]: 6 0 7032.25 shouldn't be
15.13/15.36	WSVECS04 Frhs2[177]: 6 0 92.7077 shouldn't be
15.13/15.36	WSVECS04 Frhs2[192]: 6 0 98.9224 shouldn't be
15.13/15.36	WSVECS04 Frhs2[264]: 6 0 485.827 shouldn't be
15.13/15.36	WSVECS04 Frhs2[430]: 6 0 2719.79 shouldn't be
15.13/15.36	WSVECS04 Frhs2[447]: 6 0 1145.64 shouldn't be
15.13/15.36	WSVECS04 Frhs2[495]: 6 0 1507.21 shouldn't be
15.13/15.36	WSVECS04 Frhs2[506]: 6 0 114.02 shouldn't be
15.13/15.36	WSVECS04 Frhs2[534]: 6 0 1075.59 shouldn't be
15.23/15.49	WSVECS04 Frhs2[46]: 6 0 2032.5 shouldn't be
15.23/15.49	WSVECS04 Frhs2[81]: 6 0 2914.96 shouldn't be
15.23/15.49	WSVECS04 Frhs2[82]: 6 0 1902.87 shouldn't be
15.23/15.49	WSVECS04 Frhs2[211]: 6 0 1552.79 shouldn't be
15.23/15.49	WSVECS04 Frhs2[278]: 6 0 166.563 shouldn't be
15.23/15.49	WSVECS04 Frhs2[324]: 6 0 1073.26 shouldn't be
15.23/15.49	WSVECS04 Frhs2[352]: 6 0 2240.52 shouldn't be
15.23/15.49	WSVECS04 Frhs2[376]: 6 0 5913.07 shouldn't be
15.23/15.49	WSVECS04 Frhs2[499]: 6 0 3414.39 shouldn't be
15.43/15.61	WSVECS04 Frhs2[12]: 6 0 1782.58 shouldn't be
15.43/15.61	WSVECS04 Frhs2[86]: 6 0 1771.12 shouldn't be
15.43/15.61	WSVECS04 Frhs2[88]: 6 0 1771.12 shouldn't be
15.43/15.61	WSVECS04 Frhs2[200]: 6 0 2279.77 shouldn't be
15.43/15.61	WSVECS04 Frhs2[265]: 6 0 2066.55 shouldn't be
15.53/15.74	WSVECS04 Frhs2[56]: 6 0 5370.86 shouldn't be
15.53/15.74	WSVECS04 Frhs2[203]: 6 0 2407.27 shouldn't be
15.53/15.74	WSVECS04 Frhs2[225]: 6 0 3589.67 shouldn't be
15.53/15.74	WSVECS04 Frhs2[239]: 6 0 1319.84 shouldn't be
15.53/15.74	WSVECS04 Frhs2[251]: 6 0 4763.92 shouldn't be
15.53/15.74	WSVECS04 Frhs2[318]: 6 0 2552.28 shouldn't be
15.62/15.86	WSVECS04 Frhs2[171]: 6 0 2105.72 shouldn't be
15.62/15.86	WSVECS04 Frhs2[174]: 6 0 1518.45 shouldn't be
15.62/15.86	WSVECS04 Frhs2[354]: 6 0 2000.87 shouldn't be
15.73/15.98	WSVECS04 Frhs2[66]: 6 0 2352.18 shouldn't be
15.73/15.98	WSVECS04 Frhs2[92]: 6 0 1714.62 shouldn't be
15.73/15.98	WSVECS04 Frhs2[105]: 6 0 92.7077 shouldn't be
15.73/15.98	WSVECS04 Frhs2[232]: 6 0 3219.39 shouldn't be
15.73/15.98	WSVECS04 Frhs2[240]: 6 0 2461.48 shouldn't be
15.73/15.98	WSVECS04 Frhs2[480]: 6 0 2071.33 shouldn't be
17.62/17.83	c #Conflicts:      38000 | #Constraints:       9529
17.62/17.83	c #Conflicts:      39000 | #Constraints:      10529
17.62/17.83	c #Conflicts:      40000 | #Constraints:      11529
17.62/17.83	c #Conflicts:      41000 | #Constraints:      12529
17.62/17.83	c INPROCESSING
17.62/17.83	c GARBAGE COLLECT
17.62/17.83	c #Conflicts:      42000 | #Constraints:       9337
17.62/17.83	c #Conflicts:      43000 | #Constraints:      10337
17.62/17.83	c #Conflicts:      44000 | #Constraints:      11337
17.62/17.83	c #Conflicts:      45000 | #Constraints:      12337
17.62/17.83	c #Conflicts:      46000 | #Constraints:      13337
17.62/17.83	c INPROCESSING
17.62/17.83	c GARBAGE COLLECT
17.62/17.83	c #Conflicts:      47000 | #Constraints:       9924
17.62/17.83	c #Conflicts:      48000 | #Constraints:      10924
17.62/17.83	WSVECS04 Frhs2[38]: 6 0 750.51 shouldn't be
17.62/17.83	WSVECS04 Frhs2[53]: 6 0 34287.3 shouldn't be
17.62/17.83	WSVECS04 Frhs2[54]: 6 0 15272.9 shouldn't be
17.62/17.83	WSVECS04 Frhs2[109]: 6 -10637.4 0 shouldn't be
17.62/17.83	WSVECS04 Frhs2[113]: 6 0 14866.4 shouldn't be
17.62/17.83	WSVECS04 Frhs2[114]: 6 0 5486.25 shouldn't be
17.62/17.83	WSVECS04 Frhs2[149]: 6 0 25093.6 shouldn't be
17.62/17.83	WSVECS04 Frhs2[181]: 6 -11040.1 0 shouldn't be
17.62/17.83	WSVECS04 Frhs2[182]: 6 0 32927.3 shouldn't be
17.62/17.83	WSVECS04 Frhs2[183]: 6 0 23948 shouldn't be
17.62/17.83	WSVECS04 Frhs2[185]: 6 0 14105.3 shouldn't be
17.62/17.83	WSVECS04 Frhs2[215]: 6 0 34391.2 shouldn't be
17.62/17.83	WSVECS04 Frhs2[217]: 6 0 37923.9 shouldn't be
17.62/17.83	WSVECS04 Frhs2[219]: 6 0 36461.2 shouldn't be
17.62/17.83	WSVECS04 Frhs2[254]: 6 0 22998.7 shouldn't be
17.62/17.83	WSVECS04 Frhs2[255]: 6 0 5108.88 shouldn't be
17.62/17.83	WSVECS04 Frhs2[256]: 6 0 12489.3 shouldn't be
17.62/17.83	WSVECS04 Frhs2[257]: 6 0 10383.7 shouldn't be
17.62/17.83	WSVECS04 Frhs2[289]: 6 0 15830.5 shouldn't be
17.62/17.83	WSVECS04 Frhs2[297]: 6 0 3036.25 shouldn't be
17.62/17.83	WSVECS04 Frhs2[308]: 6 0 48.5001 shouldn't be
17.62/17.83	WSVECS04 Frhs2[309]: 6 0 48.5001 shouldn't be
17.62/17.83	WSVECS04 Frhs2[310]: 6 0 48.5001 shouldn't be
17.62/17.83	WSVECS04 Frhs2[319]: 6 0 24234.3 shouldn't be
17.62/17.83	WSVECS04 Frhs2[321]: 6 0 10324.5 shouldn't be
17.62/17.83	WSVECS04 Frhs2[327]: 6 0 12024.8 shouldn't be
17.62/17.83	WSVECS04 Frhs2[377]: 6 -337 0 shouldn't be
17.62/17.83	WSVECS04 Frhs2[395]: 6 -521 0 shouldn't be
17.62/17.83	WSVECS04 Frhs2[403]: 6 0 35.0001 shouldn't be
17.62/17.83	WSVECS04 Frhs2[408]: 6 0 475 shouldn't be
17.62/17.83	WSVECS04 Frhs2[410]: 6 0 367 shouldn't be
17.62/17.83	WSVECS04 Frhs2[418]: 6 0 344 shouldn't be
17.62/17.83	WSVECS04 Frhs2[419]: 6 0 113 shouldn't be
17.62/17.83	WSVECS04 Frhs2[464]: 6 0 113 shouldn't be
17.62/17.83	WSVECS04 Frhs2[508]: 6 0 319.811 shouldn't be
17.62/17.83	WSVECS04 Frhs2[518]: 6 0 101 shouldn't be
17.72/17.94	WSVECS04 Frhs2[509]: 6 0 45.8106 shouldn't be
17.83/18.04	WSVECS04 Frhs2[346]: 6 0 337 shouldn't be
17.83/18.04	WSVECS04 Frhs2[405]: 6 0 158 shouldn't be
18.22/18.40	WSVECS04 Frhs2[258]: 6 0 961.447 shouldn't be
18.62/18.88	WSVECS04 Frhs2[150]: 6 0 864.374 shouldn't be
18.62/18.88	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
18.83/19.08	WSVECS04 Frhs2[328]: 6 0 12679 shouldn't be
19.32/19.52	c #Conflicts:      49000 | #Constraints:      11925
19.32/19.52	c #Conflicts:      50000 | #Constraints:      12925
19.32/19.52	c #Conflicts:      51000 | #Constraints:      13925
19.32/19.52	c INPROCESSING
19.32/19.52	c GARBAGE COLLECT
19.32/19.52	WSVECS04 Frhs2[8]: 6 -29563.5 0 shouldn't be
19.32/19.52	WSVECS04 Frhs2[100]: 6 0 19200.7 shouldn't be
19.32/19.52	WSVECS04 Frhs2[115]: 6 0 32064.9 shouldn't be
19.32/19.52	WSVECS04 Frhs2[137]: 6 -4985.75 0 shouldn't be
19.32/19.52	WSVECS04 Frhs2[142]: 6 0 3160.16 shouldn't be
19.32/19.52	WSVECS04 Frhs2[171]: 6 0 4831.64 shouldn't be
19.32/19.52	WSVECS04 Frhs2[191]: 6 0 17171.1 shouldn't be
19.32/19.52	WSVECS04 Frhs2[254]: 6 0 66083.4 shouldn't be
19.32/19.52	WSVECS04 Frhs2[365]: 6 -691 0 shouldn't be
19.32/19.52	WSVECS04 Frhs2[375]: 6 0 101 shouldn't be
19.32/19.52	WSVECS04 Frhs2[380]: 6 0 207 shouldn't be
19.32/19.52	WSVECS04 Frhs2[383]: 6 0 103 shouldn't be
19.32/19.52	WSVECS04 Frhs2[385]: 6 0 348 shouldn't be
19.32/19.52	WSVECS04 Frhs2[393]: 6 0 13.0001 shouldn't be
19.32/19.52	WSVECS04 Frhs2[457]: 6 0 1010 shouldn't be
19.32/19.52	WSVECS04 Frhs2[467]: 6 -94 0 shouldn't be
19.32/19.52	WSVECS04 Frhs2[471]: 6 -84 0 shouldn't be
19.32/19.52	WSVECS04 Frhs2[475]: 6 0 235 shouldn't be
19.32/19.52	WSVECS04 Frhs2[487]: 6 0 300 shouldn't be
19.32/19.52	WSVECS04 Frhs2[518]: 6 0 62.0001 shouldn't be
19.32/19.52	WSVECS04 Frhs2[532]: 6 0 29 shouldn't be
19.32/19.52	WSVECS04 Frhs2[533]: 6 0 41 shouldn't be
19.42/19.61	WSVECS04 Frhs2[17]: 6 0 352.941 shouldn't be
19.42/19.61	WSVECS04 Frhs2[326]: 6 0 1412.58 shouldn't be
19.42/19.61	WSVECS04 Frhs2[332]: 6 -3599.68 0 shouldn't be
19.42/19.61	WSVECS04 Frhs2[454]: 6 -605 0 shouldn't be
19.42/19.61	WSVECS04 Frhs2[458]: 6 0 113 shouldn't be
19.52/19.70	WSVECS04 Frhs2[60]: 6 0 53650.5 shouldn't be
19.52/19.70	WSVECS04 Frhs2[207]: 6 0 34211.3 shouldn't be
19.52/19.70	WSVECS04 Frhs2[327]: 6 0 9849.4 shouldn't be
19.52/19.70	WSVECS04 Frhs2[407]: 6 0 14014.2 shouldn't be
19.52/19.70	WSVECS04 Frhs2[479]: 6 -1048 0 shouldn't be
19.52/19.70	WSVECS04 Frhs2[521]: 6 0 1536.73 shouldn't be
19.52/19.79	WSVECS04 Frhs2[128]: 6 0 5553.19 shouldn't be
19.52/19.79	WSVECS04 Frhs2[161]: 6 0 17651.7 shouldn't be
19.52/19.79	WSVECS04 Frhs2[269]: 6 0 17651.7 shouldn't be
19.52/19.79	WSVECS04 Frhs2[305]: 6 0 17651.7 shouldn't be
19.52/19.79	WSVECS04 Frhs2[313]: 6 0 38288.7 shouldn't be
19.52/19.79	WSVECS04 Frhs2[386]: 6 -2049 0 shouldn't be
19.52/19.79	WSVECS04 Frhs2[530]: 6 -492 0 shouldn't be
19.72/19.90	WSVECS04 Frhs2[14]: 6 0 352.941 shouldn't be
19.72/19.90	WSVECS04 Frhs2[49]: 6 0 30912.4 shouldn't be
19.72/19.90	WSVECS04 Frhs2[81]: 6 0 14821 shouldn't be
19.72/19.90	WSVECS04 Frhs2[169]: 6 0 5655.1 shouldn't be
19.72/19.90	WSVECS04 Frhs2[323]: 6 0 14341.2 shouldn't be
19.83/20.01	WSVECS04 Frhs2[2]: 6 0 42622.1 shouldn't be
19.83/20.01	WSVECS04 Frhs2[4]: 6 0 73298.7 shouldn't be
19.83/20.01	WSVECS04 Frhs2[11]: 6 0 178100 shouldn't be
19.83/20.01	WSVECS04 Frhs2[24]: 6 0 6738.02 shouldn't be
19.83/20.01	WSVECS04 Frhs2[29]: 6 -11464.1 0 shouldn't be
19.83/20.01	WSVECS04 Frhs2[83]: 6 0 370093 shouldn't be
19.83/20.01	WSVECS04 Frhs2[110]: 6 0 139234 shouldn't be
19.83/20.01	WSVECS04 Frhs2[146]: 6 0 229988 shouldn't be
19.83/20.01	WSVECS04 Frhs2[190]: 6 0 109103 shouldn't be
19.83/20.01	WSVECS04 Frhs2[192]: 6 0 87479.6 shouldn't be
19.83/20.01	WSVECS04 Frhs2[218]: 6 0 207230 shouldn't be
19.83/20.01	WSVECS04 Frhs2[220]: 6 0 319412 shouldn't be
19.83/20.01	WSVECS04 Frhs2[223]: 6 0 326411 shouldn't be
19.83/20.01	WSVECS04 Frhs2[227]: 6 0 171100 shouldn't be
19.83/20.01	WSVECS04 Frhs2[228]: 6 0 207049 shouldn't be
19.83/20.01	WSVECS04 Frhs2[263]: 6 0 180640 shouldn't be
19.83/20.01	WSVECS04 Frhs2[292]: 6 0 107882 shouldn't be
19.83/20.01	WSVECS04 Frhs2[299]: 6 0 254145 shouldn't be
19.83/20.01	WSVECS04 Frhs2[359]: 6 0 14341.2 shouldn't be
19.83/20.01	WSVECS04 Frhs2[417]: 6 -207021 0 shouldn't be
19.83/20.01	WSVECS04 Frhs2[420]: 6 0 91349.4 shouldn't be
19.83/20.01	WSVECS04 Frhs2[456]: 6 0 866 shouldn't be
19.83/20.01	WSVECS04 Frhs2[469]: 6 0 39491.7 shouldn't be
19.93/20.16	WSVECS04 Frhs2[3]: 6 0 96165.4 shouldn't be
19.93/20.16	WSVECS04 Frhs2[6]: 6 -120091 0 shouldn't be
19.93/20.16	WSVECS04 Frhs2[31]: 6 0 267449 shouldn't be
19.93/20.16	WSVECS04 Frhs2[33]: 6 0 208260 shouldn't be
19.93/20.16	WSVECS04 Frhs2[56]: 6 0 232178 shouldn't be
19.93/20.16	WSVECS04 Frhs2[62]: 6 0 53799.6 shouldn't be
19.93/20.16	WSVECS04 Frhs2[66]: 6 0 297197 shouldn't be
19.93/20.16	WSVECS04 Frhs2[67]: 6 0 80001.4 shouldn't be
19.93/20.16	WSVECS04 Frhs2[88]: 6 0 173916 shouldn't be
19.93/20.16	WSVECS04 Frhs2[89]: 6 0 255137 shouldn't be
19.93/20.16	WSVECS04 Frhs2[97]: 6 0 110738 shouldn't be
19.93/20.16	WSVECS04 Frhs2[103]: 6 0 58510 shouldn't be
19.93/20.16	WSVECS04 Frhs2[125]: 6 0 125631 shouldn't be
19.93/20.16	WSVECS04 Frhs2[126]: 6 0 55558.6 shouldn't be
19.93/20.16	WSVECS04 Frhs2[135]: 6 0 106979 shouldn't be
19.93/20.16	WSVECS04 Frhs2[145]: 6 0 235127 shouldn't be
19.93/20.16	WSVECS04 Frhs2[147]: 6 0 289134 shouldn't be
19.93/20.16	WSVECS04 Frhs2[154]: 6 0 75286.9 shouldn't be
19.93/20.16	WSVECS04 Frhs2[177]: 6 0 76455.3 shouldn't be
19.93/20.16	WSVECS04 Frhs2[180]: 6 -85735.9 0 shouldn't be
19.93/20.16	WSVECS04 Frhs2[184]: 6 0 84168.7 shouldn't be
19.93/20.16	WSVECS04 Frhs2[187]: 6 0 239618 shouldn't be
19.93/20.16	WSVECS04 Frhs2[206]: 6 0 138394 shouldn't be
19.93/20.16	WSVECS04 Frhs2[208]: 6 0 51328.8 shouldn't be
19.93/20.16	WSVECS04 Frhs2[211]: 6 0 58510 shouldn't be
19.93/20.16	WSVECS04 Frhs2[232]: 6 0 226126 shouldn't be
19.93/20.16	WSVECS04 Frhs2[234]: 6 0 55558.6 shouldn't be
19.93/20.16	WSVECS04 Frhs2[247]: 6 0 58510 shouldn't be
19.93/20.16	WSVECS04 Frhs2[259]: 6 0 372946 shouldn't be
19.93/20.16	WSVECS04 Frhs2[270]: 6 0 55558.6 shouldn't be
19.93/20.16	WSVECS04 Frhs2[278]: 6 0 296279 shouldn't be
19.93/20.16	WSVECS04 Frhs2[285]: 6 0 73505.2 shouldn't be
19.93/20.16	WSVECS04 Frhs2[290]: 6 0 74119.2 shouldn't be
19.93/20.16	WSVECS04 Frhs2[291]: 6 0 256597 shouldn't be
19.93/20.16	WSVECS04 Frhs2[295]: 6 0 60515.5 shouldn't be
19.93/20.16	WSVECS04 Frhs2[306]: 6 0 55558.6 shouldn't be
19.93/20.16	WSVECS04 Frhs2[322]: 6 0 70312.9 shouldn't be
19.93/20.16	WSVECS04 Frhs2[335]: 6 0 233788 shouldn't be
19.93/20.16	WSVECS04 Frhs2[348]: 6 0 276375 shouldn't be
19.93/20.16	WSVECS04 Frhs2[353]: 6 0 14366.9 shouldn't be
19.93/20.16	WSVECS04 Frhs2[355]: 6 0 58510 shouldn't be
19.93/20.16	WSVECS04 Frhs2[374]: 6 0 10540.7 shouldn't be
19.93/20.16	WSVECS04 Frhs2[382]: 6 0 36705.1 shouldn't be
19.93/20.16	WSVECS04 Frhs2[436]: 6 0 5966.01 shouldn't be
19.93/20.16	WSVECS04 Frhs2[444]: 6 0 12164.4 shouldn't be
19.93/20.16	WSVECS04 Frhs2[446]: 6 0 13933.2 shouldn't be
19.93/20.16	WSVECS04 Frhs2[447]: 6 0 154174 shouldn't be
19.93/20.16	WSVECS04 Frhs2[491]: 6 0 91033.1 shouldn't be
19.93/20.16	WSVECS04 Frhs2[494]: 6 0 132192 shouldn't be
19.93/20.16	WSVECS04 Frhs2[495]: 6 0 30623.9 shouldn't be
19.93/20.16	WSVECS04 Frhs2[502]: 6 0 66093.4 shouldn't be
19.93/20.16	WSVECS04 Frhs2[512]: 6 0 150494 shouldn't be
19.93/20.16	WSVECS04 Frhs2[516]: 6 0 1514.73 shouldn't be
19.93/20.16	WSVECS04 Frhs2[519]: 6 0 98208.8 shouldn't be
20.01/20.29	WSVECS04 Frhs2[20]: 6 0 16252.6 shouldn't be
20.01/20.29	WSVECS04 Frhs2[21]: 6 0 35067 shouldn't be
20.01/20.29	WSVECS04 Frhs2[57]: 6 0 245324 shouldn't be
20.01/20.29	WSVECS04 Frhs2[79]: 6 0 119463 shouldn't be
20.01/20.29	WSVECS04 Frhs2[92]: 6 0 126812 shouldn't be
20.01/20.29	WSVECS04 Frhs2[98]: 6 0 96068.9 shouldn't be
20.01/20.29	WSVECS04 Frhs2[134]: 6 0 153572 shouldn't be
20.01/20.29	WSVECS04 Frhs2[141]: 6 0 180151 shouldn't be
20.01/20.29	WSVECS04 Frhs2[162]: 6 0 55558.6 shouldn't be
20.01/20.29	WSVECS04 Frhs2[164]: 6 0 221186 shouldn't be
20.01/20.29	WSVECS04 Frhs2[168]: 6 0 276375 shouldn't be
20.01/20.29	WSVECS04 Frhs2[188]: 6 -203831 0 shouldn't be
20.01/20.29	WSVECS04 Frhs2[201]: 6 0 273255 shouldn't be
20.01/20.29	WSVECS04 Frhs2[203]: 6 0 74224.8 shouldn't be
20.01/20.29	WSVECS04 Frhs2[205]: 6 0 59529.6 shouldn't be
20.01/20.29	WSVECS04 Frhs2[237]: 6 0 279551 shouldn't be
20.01/20.29	WSVECS04 Frhs2[239]: 6 0 80520.8 shouldn't be
20.01/20.29	WSVECS04 Frhs2[276]: 6 0 276375 shouldn't be
20.01/20.29	WSVECS04 Frhs2[309]: 6 0 35067 shouldn't be
20.01/20.29	WSVECS04 Frhs2[316]: 6 0 48553.8 shouldn't be
20.01/20.29	WSVECS04 Frhs2[329]: 6 0 63599 shouldn't be
20.01/20.29	WSVECS04 Frhs2[331]: 6 0 232347 shouldn't be
20.01/20.29	WSVECS04 Frhs2[352]: 6 0 298562 shouldn't be
20.01/20.29	WSVECS04 Frhs2[425]: 6 0 136604 shouldn't be
20.01/20.29	WSVECS04 Frhs2[431]: 6 0 260620 shouldn't be
20.01/20.29	WSVECS04 Frhs2[445]: 6 0 142226 shouldn't be
20.01/20.29	WSVECS04 Frhs2[449]: 6 0 15190.3 shouldn't be
20.01/20.29	WSVECS04 Frhs2[501]: 6 -188398 0 shouldn't be
20.01/20.29	WSVECS04 Frhs2[536]: 6 0 110303 shouldn't be
20.22/20.42	WSVECS04 Frhs2[1]: 6 0 133414 shouldn't be
20.22/20.42	WSVECS04 Frhs2[7]: 6 0 310686 shouldn't be
20.22/20.42	WSVECS04 Frhs2[10]: 6 0 332855 shouldn't be
20.22/20.42	WSVECS04 Frhs2[46]: 6 0 75667.4 shouldn't be
20.22/20.42	WSVECS04 Frhs2[82]: 6 0 267591 shouldn't be
20.22/20.42	WSVECS04 Frhs2[93]: 6 0 135844 shouldn't be
20.22/20.42	WSVECS04 Frhs2[118]: 6 0 168756 shouldn't be
20.22/20.42	WSVECS04 Frhs2[136]: 6 0 343076 shouldn't be
20.22/20.42	WSVECS04 Frhs2[185]: 6 0 61907.2 shouldn't be
20.22/20.42	WSVECS04 Frhs2[221]: 6 0 166666 shouldn't be
20.22/20.42	WSVECS04 Frhs2[222]: 6 0 112767 shouldn't be
20.22/20.42	WSVECS04 Frhs2[233]: 6 0 17651.7 shouldn't be
20.22/20.42	WSVECS04 Frhs2[245]: 6 0 87671.8 shouldn't be
20.22/20.42	WSVECS04 Frhs2[251]: 6 0 14341.2 shouldn't be
20.22/20.42	WSVECS04 Frhs2[258]: 6 0 187879 shouldn't be
20.22/20.42	WSVECS04 Frhs2[264]: 6 0 250948 shouldn't be
20.22/20.42	WSVECS04 Frhs2[272]: 6 0 83447.2 shouldn't be
20.22/20.42	WSVECS04 Frhs2[281]: 6 0 49768.4 shouldn't be
20.22/20.42	WSVECS04 Frhs2[282]: 6 0 274636 shouldn't be
20.22/20.42	WSVECS04 Frhs2[293]: 6 0 175867 shouldn't be
20.22/20.42	WSVECS04 Frhs2[294]: 6 0 225084 shouldn't be
20.22/20.42	WSVECS04 Frhs2[301]: 6 0 105448 shouldn't be
20.22/20.42	WSVECS04 Frhs2[314]: 6 0 151054 shouldn't be
20.22/20.42	WSVECS04 Frhs2[334]: 6 0 310225 shouldn't be
20.22/20.42	WSVECS04 Frhs2[336]: 6 0 279435 shouldn't be
20.22/20.42	WSVECS04 Frhs2[362]: 6 0 103689 shouldn't be
20.22/20.42	WSVECS04 Frhs2[366]: 6 0 175686 shouldn't be
20.22/20.42	WSVECS04 Frhs2[435]: 6 0 244880 shouldn't be
20.22/20.42	WSVECS04 Frhs2[439]: 6 0 138937 shouldn't be
20.22/20.42	WSVECS04 Frhs2[442]: 6 0 153044 shouldn't be
20.22/20.42	WSVECS04 Frhs2[450]: 6 0 122825 shouldn't be
20.22/20.42	WSVECS04 Frhs2[480]: 6 0 267290 shouldn't be
20.22/20.42	WSVECS04 Frhs2[489]: 6 0 111255 shouldn't be
20.22/20.42	WSVECS04 Frhs2[511]: 6 0 69911.9 shouldn't be
20.31/20.56	WSVECS04 Frhs2[12]: 6 0 301778 shouldn't be
20.31/20.56	WSVECS04 Frhs2[32]: 6 0 208260 shouldn't be
20.31/20.56	WSVECS04 Frhs2[77]: 6 0 47683.1 shouldn't be
20.31/20.56	WSVECS04 Frhs2[86]: 6 0 173916 shouldn't be
20.31/20.56	WSVECS04 Frhs2[87]: 6 0 258374 shouldn't be
20.31/20.56	WSVECS04 Frhs2[229]: 6 0 260905 shouldn't be
20.31/20.56	WSVECS04 Frhs2[257]: 6 0 85826.3 shouldn't be
20.31/20.56	WSVECS04 Frhs2[265]: 6 0 260905 shouldn't be
20.31/20.56	WSVECS04 Frhs2[342]: 6 0 55558.6 shouldn't be
20.31/20.56	WSVECS04 Frhs2[361]: 6 0 151986 shouldn't be
20.31/20.56	WSVECS04 Frhs2[379]: 6 0 10 shouldn't be
20.31/20.56	WSVECS04 Frhs2[396]: 6 0 39023.4 shouldn't be
20.31/20.56	WSVECS04 Frhs2[426]: 6 0 103377 shouldn't be
20.31/20.56	WSVECS04 Frhs2[428]: 6 0 103785 shouldn't be
20.31/20.56	WSVECS04 Frhs2[430]: 6 0 248226 shouldn't be
20.31/20.56	WSVECS04 Frhs2[432]: 6 -32895.8 0 shouldn't be
20.31/20.56	WSVECS04 Frhs2[452]: 6 0 258437 shouldn't be
20.31/20.56	WSVECS04 Frhs2[466]: 6 0 396673 shouldn't be
20.31/20.56	WSVECS04 Frhs2[484]: 6 -162462 0 shouldn't be
20.31/20.56	WSVECS04 Frhs2[504]: 6 0 87591.6 shouldn't be
20.31/20.56	WSVECS04 Frhs2[508]: 6 0 77034.5 shouldn't be
20.31/20.56	WSVECS04 Frhs2[535]: 6 0 271280 shouldn't be
22.11/22.38	c #Conflicts:      52000 | #Constraints:      10328
22.11/22.38	c #Conflicts:      53000 | #Constraints:      11328
22.11/22.38	c #Conflicts:      54000 | #Constraints:      12328
22.11/22.38	c #Conflicts:      55000 | #Constraints:      13328
22.11/22.38	c #Conflicts:      56000 | #Constraints:      14328
22.11/22.38	c INPROCESSING
22.11/22.38	c GARBAGE COLLECT
22.11/22.38	c #Conflicts:      57000 | #Constraints:      10535
22.11/22.38	c #Conflicts:      58000 | #Constraints:      11535
22.11/22.38	c #Conflicts:      59000 | #Constraints:      12535
22.11/22.38	c #Conflicts:      60000 | #Constraints:      13535
22.11/22.38	c #Conflicts:      61000 | #Constraints:      14536
22.11/22.38	c bounds 24619 >= 8225 @ 21.6203
22.21/22.46	c INPROCESSING
22.21/22.46	c GARBAGE COLLECT
22.21/22.46	WSVECS04 Frhs2[394]: 6 -605 0 shouldn't be
22.41/22.65	WSVECS04 Frhs2[400]: 6 -315 0 shouldn't be
22.41/22.65	WSVECS04 Frhs2[412]: 6 -1090 0 shouldn't be
24.11/24.30	c #Conflicts:      62000 | #Constraints:      10532
24.11/24.30	c #Conflicts:      63000 | #Constraints:      11534
24.11/24.30	c #Conflicts:      64000 | #Constraints:      12537
24.11/24.30	c #Conflicts:      65000 | #Constraints:      13538
24.11/24.30	c #Conflicts:      66000 | #Constraints:      14538
24.11/24.30	c INPROCESSING
24.11/24.30	c GARBAGE COLLECT
24.11/24.30	c rational objective 17496.7
25.40/25.67	c #Conflicts:      67000 | #Constraints:      10332
25.40/25.67	c #Conflicts:      68000 | #Constraints:      11332
25.40/25.67	c #Conflicts:      69000 | #Constraints:      12334
25.40/25.67	c #Conflicts:      70000 | #Constraints:      13334
25.40/25.67	c #Conflicts:      71000 | #Constraints:      14334
25.40/25.67	c #Conflicts:      72000 | #Constraints:      15334
25.40/25.67	c INPROCESSING
25.40/25.67	c GARBAGE COLLECT
25.40/25.67	c rational objective 17978
27.10/27.30	c #Conflicts:      73000 | #Constraints:      10946
27.10/27.30	c #Conflicts:      74000 | #Constraints:      11946
27.10/27.30	c #Conflicts:      75000 | #Constraints:      12946
27.10/27.30	c #Conflicts:      76000 | #Constraints:      13946
27.10/27.30	c #Conflicts:      77000 | #Constraints:      14948
27.10/27.30	c #Conflicts:      78000 | #Constraints:      15949
27.10/27.30	c INPROCESSING
27.10/27.30	c GARBAGE COLLECT
27.10/27.30	c rational objective 17981.8
28.59/28.86	c #Conflicts:      79000 | #Constraints:      11340
28.59/28.86	c #Conflicts:      80000 | #Constraints:      12340
28.59/28.86	c #Conflicts:      81000 | #Constraints:      13340
28.59/28.86	c #Conflicts:      82000 | #Constraints:      14340
28.59/28.86	c #Conflicts:      83000 | #Constraints:      15340
28.59/28.86	c #Conflicts:      84000 | #Constraints:      16340
28.59/28.86	c INPROCESSING
28.59/28.86	c GARBAGE COLLECT
28.59/28.86	c rational objective 18029.1
31.03/36.25	c #Conflicts:      85000 | #Constraints:      11538
31.03/36.25	c #Conflicts:      86000 | #Constraints:      12539
31.03/36.25	c #Conflicts:      87000 | #Constraints:      13540
31.03/36.25	c #Conflicts:      88000 | #Constraints:      14542
31.03/36.25	c #Conflicts:      89000 | #Constraints:      15543
31.03/36.25	c #Conflicts:      90000 | #Constraints:      16544
31.03/36.25	c INPROCESSING
31.03/36.25	c GARBAGE COLLECT
31.03/36.25	c rational objective 18029.1
33.03/38.25	c #Conflicts:      91000 | #Constraints:      11534
33.03/38.25	c #Conflicts:      92000 | #Constraints:      12534
33.03/38.25	c #Conflicts:      93000 | #Constraints:      13536
33.03/38.25	c #Conflicts:      94000 | #Constraints:      14536
33.03/38.25	c #Conflicts:      95000 | #Constraints:      15536
33.03/38.25	c #Conflicts:      96000 | #Constraints:      16536
33.03/38.25	c INPROCESSING
33.03/38.25	c GARBAGE COLLECT
33.03/38.25	c rational objective 18701.4
35.12/40.32	c #Conflicts:      97000 | #Constraints:      11353
35.12/40.32	c #Conflicts:      98000 | #Constraints:      12354
35.12/40.32	c #Conflicts:      99000 | #Constraints:      13355
35.12/40.32	c #Conflicts:     100000 | #Constraints:      14356
35.12/40.32	c #Conflicts:     101000 | #Constraints:      15356
35.12/40.32	c #Conflicts:     102000 | #Constraints:      16357
35.12/40.32	c #Conflicts:     103000 | #Constraints:      17358
35.12/40.32	c INPROCESSING
35.12/40.32	c GARBAGE COLLECT
35.12/40.32	c rational objective 18701.4
36.83/42.07	c #Conflicts:     104000 | #Constraints:      11943
36.83/42.07	c #Conflicts:     105000 | #Constraints:      12943
36.83/42.07	c #Conflicts:     106000 | #Constraints:      13943
36.83/42.07	c #Conflicts:     107000 | #Constraints:      14943
36.83/42.07	c #Conflicts:     108000 | #Constraints:      15943
36.83/42.07	c #Conflicts:     109000 | #Constraints:      16943
36.83/42.07	c #Conflicts:     110000 | #Constraints:      17943
36.83/42.07	c INPROCESSING
36.83/42.07	c GARBAGE COLLECT
36.83/42.07	c rational objective 18701.4
38.93/44.14	c #Conflicts:     111000 | #Constraints:      12349
38.93/44.14	c #Conflicts:     112000 | #Constraints:      13350
38.93/44.14	c #Conflicts:     113000 | #Constraints:      14350
38.93/44.14	c #Conflicts:     114000 | #Constraints:      15350
38.93/44.14	c #Conflicts:     115000 | #Constraints:      16351
38.93/44.14	c #Conflicts:     116000 | #Constraints:      17351
38.93/44.14	c #Conflicts:     117000 | #Constraints:      18351
38.93/44.14	c INPROCESSING
38.93/44.14	c GARBAGE COLLECT
38.93/44.14	c rational objective 18701.4
40.82/46.07	c #Conflicts:     118000 | #Constraints:      12534
40.82/46.07	c #Conflicts:     119000 | #Constraints:      13534
40.82/46.07	c #Conflicts:     120000 | #Constraints:      14534
40.82/46.07	c #Conflicts:     121000 | #Constraints:      15534
40.82/46.07	c #Conflicts:     122000 | #Constraints:      16534
40.82/46.07	c #Conflicts:     123000 | #Constraints:      17534
40.82/46.07	c #Conflicts:     124000 | #Constraints:      18534
40.82/46.07	c INPROCESSING
40.82/46.07	c GARBAGE COLLECT
40.82/46.07	c rational objective 18701.4
43.10/48.37	c #Conflicts:     125000 | #Constraints:      12545
43.10/48.37	c #Conflicts:     126000 | #Constraints:      13546
43.10/48.37	c #Conflicts:     127000 | #Constraints:      14546
43.10/48.37	c #Conflicts:     128000 | #Constraints:      15550
43.10/48.37	c #Conflicts:     129000 | #Constraints:      16551
43.10/48.37	c #Conflicts:     130000 | #Constraints:      17551
43.10/48.37	c #Conflicts:     131000 | #Constraints:      18551
43.10/48.37	c INPROCESSING
43.10/48.37	c GARBAGE COLLECT
43.10/48.37	c rational objective 18701.4
45.19/50.41	c #Conflicts:     132000 | #Constraints:      12351
45.19/50.41	c #Conflicts:     133000 | #Constraints:      13351
45.19/50.41	c #Conflicts:     134000 | #Constraints:      14351
45.19/50.41	c #Conflicts:     135000 | #Constraints:      15351
45.19/50.41	c #Conflicts:     136000 | #Constraints:      16351
45.19/50.41	c #Conflicts:     137000 | #Constraints:      17351
45.19/50.41	c #Conflicts:     138000 | #Constraints:      18351
45.19/50.41	c #Conflicts:     139000 | #Constraints:      19351
45.19/50.41	c INPROCESSING
45.19/50.41	c GARBAGE COLLECT
45.19/50.41	c rational objective 18701.4
47.29/52.58	c #Conflicts:     140000 | #Constraints:      12962
47.29/52.58	c #Conflicts:     141000 | #Constraints:      13962
47.29/52.58	c #Conflicts:     142000 | #Constraints:      14962
47.29/52.58	c #Conflicts:     143000 | #Constraints:      15962
47.29/52.58	c #Conflicts:     144000 | #Constraints:      16963
47.29/52.58	c #Conflicts:     145000 | #Constraints:      17964
47.29/52.58	c #Conflicts:     146000 | #Constraints:      18964
47.29/52.58	c #Conflicts:     147000 | #Constraints:      19964
47.29/52.58	c INPROCESSING
47.29/52.58	c GARBAGE COLLECT
47.29/52.58	c rational objective 18701.4
47.90/53.16	c #Conflicts:     148000 | #Constraints:      13347
47.90/53.16	WSVECS04 Frhs2[5]: 6 0 112.962 shouldn't be
47.90/53.16	WSVECS04 Frhs2[26]: 6 0 131.878 shouldn't be
47.90/53.16	WSVECS04 Frhs2[27]: 6 0 122.321 shouldn't be
47.90/53.16	WSVECS04 Frhs2[28]: 6 0 107.981 shouldn't be
47.90/53.16	WSVECS04 Frhs2[37]: 6 -605.595 0 shouldn't be
47.90/53.16	WSVECS04 Frhs2[40]: 6 0 112.962 shouldn't be
47.90/53.16	WSVECS04 Frhs2[77]: 6 0 100.295 shouldn't be
47.90/53.16	WSVECS04 Frhs2[97]: 6 0 141.679 shouldn't be
47.90/53.16	WSVECS04 Frhs2[98]: 6 0 273.557 shouldn't be
47.90/53.16	WSVECS04 Frhs2[99]: 6 0 264 shouldn't be
47.90/53.16	WSVECS04 Frhs2[196]: 6 0 9.55724 shouldn't be
47.90/53.16	WSVECS04 Frhs2[197]: 6 0 9.55717 shouldn't be
47.90/53.16	WSVECS04 Frhs2[198]: 6 0 9.55718 shouldn't be
47.90/53.16	WSVECS04 Frhs2[243]: 6 0 73.1191 shouldn't be
47.90/53.16	WSVECS04 Frhs2[255]: 6 0 112.962 shouldn't be
47.90/53.16	WSVECS04 Frhs2[257]: 6 0 90.7381 shouldn't be
47.90/53.16	WSVECS04 Frhs2[260]: 6 0 540 shouldn't be
47.90/53.16	WSVECS04 Frhs2[262]: 6 0 540 shouldn't be
47.90/53.16	WSVECS04 Frhs2[272]: 6 0 12.6667 shouldn't be
47.90/53.16	WSVECS04 Frhs2[273]: 6 0 12.6667 shouldn't be
47.90/53.16	WSVECS04 Frhs2[284]: 6 0 9.5572 shouldn't be
47.90/53.16	WSVECS04 Frhs2[287]: 6 0 28.6715 shouldn't be
47.90/53.16	WSVECS04 Frhs2[303]: 6 0 1058.44 shouldn't be
47.90/53.16	WSVECS04 Frhs2[304]: 6 0 962 shouldn't be
47.90/53.16	WSVECS04 Frhs2[309]: 6 0 12.6667 shouldn't be
47.90/53.16	WSVECS04 Frhs2[315]: 6 0 131.679 shouldn't be
47.90/53.16	WSVECS04 Frhs2[323]: 6 0 50.8953 shouldn't be
47.90/53.16	WSVECS04 Frhs2[344]: 6 0 12.6667 shouldn't be
47.90/53.16	WSVECS04 Frhs2[345]: 6 0 12.6667 shouldn't be
47.90/53.16	WSVECS04 Frhs2[350]: 6 0 18.9159 shouldn't be
47.90/53.16	WSVECS04 Frhs2[355]: 6 0 9.55723 shouldn't be
47.90/53.16	WSVECS04 Frhs2[356]: 6 0 9.55718 shouldn't be
47.90/53.16	WSVECS04 Frhs2[392]: 6 -665 0 shouldn't be
47.90/53.16	WSVECS04 Frhs2[394]: 6 0 90.0001 shouldn't be
47.90/53.16	WSVECS04 Frhs2[418]: 6 0 58 shouldn't be
47.90/53.16	WSVECS04 Frhs2[505]: 6 0 139.019 shouldn't be
48.19/53.49	c #Conflicts:     149000 | #Constraints:      14347
48.19/53.49	c #Conflicts:     150000 | #Constraints:      15347
48.19/53.49	WSVECS04 Frhs2[30]: 6 0 267.802 shouldn't be
48.19/53.49	WSVECS04 Frhs2[58]: 6 -141 0 shouldn't be
48.19/53.49	WSVECS04 Frhs2[66]: 6 -2164.8 0 shouldn't be
48.19/53.49	WSVECS04 Frhs2[72]: 6 -313 0 shouldn't be
48.19/53.49	WSVECS04 Frhs2[94]: 6 0 282 shouldn't be
48.19/53.49	WSVECS04 Frhs2[107]: 6 0 42.388 shouldn't be
48.19/53.49	WSVECS04 Frhs2[109]: 6 -397.69 0 shouldn't be
48.19/53.49	WSVECS04 Frhs2[110]: 6 0 102 shouldn't be
48.19/53.49	WSVECS04 Frhs2[122]: 6 0 179 shouldn't be
48.19/53.49	WSVECS04 Frhs2[123]: 6 0 323 shouldn't be
48.19/53.49	WSVECS04 Frhs2[124]: 6 0 179 shouldn't be
48.19/53.49	WSVECS04 Frhs2[127]: 6 -313 0 shouldn't be
48.19/53.49	WSVECS04 Frhs2[135]: 6 0 82.3707 shouldn't be
48.19/53.49	WSVECS04 Frhs2[136]: 6 0 104.017 shouldn't be
48.19/53.49	WSVECS04 Frhs2[146]: 6 0 147.5 shouldn't be
48.19/53.49	WSVECS04 Frhs2[148]: 6 0 193 shouldn't be
48.19/53.49	WSVECS04 Frhs2[164]: 6 0 141 shouldn't be
48.19/53.49	WSVECS04 Frhs2[166]: 6 0 282 shouldn't be
48.19/53.49	WSVECS04 Frhs2[231]: 6 -891 0 shouldn't be
48.19/53.49	WSVECS04 Frhs2[254]: 6 0 204.69 shouldn't be
48.19/53.49	WSVECS04 Frhs2[289]: 6 -545.879 0 shouldn't be
48.19/53.49	WSVECS04 Frhs2[290]: 6 0 147.5 shouldn't be
48.19/53.49	WSVECS04 Frhs2[291]: 6 0 45.5 shouldn't be
48.19/53.49	WSVECS04 Frhs2[314]: 6 0 4.81044 shouldn't be
48.19/53.49	WSVECS04 Frhs2[326]: 6 0 147.5 shouldn't be
48.19/53.49	WSVECS04 Frhs2[328]: 6 0 193 shouldn't be
48.19/53.49	WSVECS04 Frhs2[359]: 6 0 42.388 shouldn't be
48.19/53.49	WSVECS04 Frhs2[371]: 6 -516.19 0 shouldn't be
49.59/54.84	c #Conflicts:     151000 | #Constraints:      16347
49.59/54.84	c #Conflicts:     152000 | #Constraints:      17347
49.59/54.84	c #Conflicts:     153000 | #Constraints:      18347
49.59/54.84	c #Conflicts:     154000 | #Constraints:      19347
49.59/54.84	c #Conflicts:     155000 | #Constraints:      20347
49.59/54.84	c INPROCESSING
49.59/54.84	c GARBAGE COLLECT
49.59/54.84	c rational objective 18701.4
52.18/57.48	c #Conflicts:     156000 | #Constraints:      13559
52.18/57.48	c #Conflicts:     157000 | #Constraints:      14561
52.18/57.48	c #Conflicts:     158000 | #Constraints:      15565
52.18/57.48	c #Conflicts:     159000 | #Constraints:      16567
52.18/57.48	c #Conflicts:     160000 | #Constraints:      17570
52.18/57.48	c #Conflicts:     161000 | #Constraints:      18570
52.18/57.48	c #Conflicts:     162000 | #Constraints:      19574
52.18/57.48	c #Conflicts:     163000 | #Constraints:      20584
52.18/57.48	c INPROCESSING
52.18/57.48	c GARBAGE COLLECT
52.18/57.48	c rational objective 18701.4
55.37/60.64	c #Conflicts:     164000 | #Constraints:      13576
55.37/60.64	c #Conflicts:     165000 | #Constraints:      14577
55.37/60.64	c #Conflicts:     166000 | #Constraints:      15577
55.37/60.64	c #Conflicts:     167000 | #Constraints:      16577
55.37/60.64	c #Conflicts:     168000 | #Constraints:      17577
55.37/60.64	c #Conflicts:     169000 | #Constraints:      18577
55.37/60.64	c #Conflicts:     170000 | #Constraints:      19577
55.37/60.64	c #Conflicts:     171000 | #Constraints:      20577
55.37/60.64	c INPROCESSING
55.37/60.64	c GARBAGE COLLECT
55.37/60.64	c rational objective 18701.4
56.66/61.96	c #Conflicts:     172000 | #Constraints:      13379
56.66/61.96	c #Conflicts:     173000 | #Constraints:      14379
56.66/61.96	c #Conflicts:     174000 | #Constraints:      15379
56.66/61.96	c #Conflicts:     175000 | #Constraints:      16379
56.66/61.96	c #Conflicts:     176000 | #Constraints:      17380
56.66/61.96	c #Conflicts:     177000 | #Constraints:      18380
56.66/61.96	WSVECS04 Frhs2[74]: 6 0 110.059 shouldn't be
56.66/61.96	WSVECS04 Frhs2[155]: 6 0 42.6065 shouldn't be
56.66/61.96	WSVECS04 Frhs2[166]: 6 -103.288 0 shouldn't be
56.66/61.96	WSVECS04 Frhs2[186]: 6 0 299.406 shouldn't be
56.66/61.96	WSVECS04 Frhs2[190]: 6 0 251.426 shouldn't be
56.66/61.96	WSVECS04 Frhs2[221]: 6 0 21.422 shouldn't be
56.66/61.96	WSVECS04 Frhs2[252]: 6 -431.742 0 shouldn't be
56.66/61.96	WSVECS04 Frhs2[295]: 6 -1290.44 0 shouldn't be
56.66/61.96	WSVECS04 Frhs2[324]: 6 -557.745 0 shouldn't be
56.66/61.96	WSVECS04 Frhs2[330]: 6 0 299.406 shouldn't be
56.66/61.96	WSVECS04 Frhs2[376]: 6 -929 0 shouldn't be
56.66/61.96	WSVECS04 Frhs2[473]: 6 0 103 shouldn't be
56.66/61.96	WSVECS04 Frhs2[475]: 6 0 141 shouldn't be
56.66/61.96	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
56.66/61.96	WSVECS04 Frhs2[499]: 6 -1380 0 shouldn't be
56.66/61.96	WSVECS04 Frhs2[535]: 6 -1010 0 shouldn't be
56.78/62.02	WSVECS04 Frhs2[46]: 6 0 251.426 shouldn't be
56.78/62.02	WSVECS04 Frhs2[70]: 6 0 0.579748 shouldn't be
56.78/62.02	WSVECS04 Frhs2[178]: 6 0 383.406 shouldn't be
56.78/62.02	WSVECS04 Frhs2[204]: 6 0 103.288 shouldn't be
56.78/62.02	WSVECS04 Frhs2[217]: 6 0 21.422 shouldn't be
56.78/62.02	WSVECS04 Frhs2[320]: 6 0 27.0035 shouldn't be
56.78/62.02	WSVECS04 Frhs2[399]: 6 -1090 0 shouldn't be
56.78/62.02	WSVECS04 Frhs2[411]: 6 -605 0 shouldn't be
56.78/62.02	WSVECS04 Frhs2[487]: 6 -80 0 shouldn't be
56.78/62.02	WSVECS04 Frhs2[502]: 6 -1090 0 shouldn't be
56.78/62.02	WSVECS04 Frhs2[505]: 6 -1010 0 shouldn't be
56.78/62.02	WSVECS04 Frhs2[506]: 6 -521 0 shouldn't be
57.66/62.99	c #Conflicts:     178000 | #Constraints:      19380
57.66/62.99	c #Conflicts:     179000 | #Constraints:      20380
57.66/62.99	c #Conflicts:     180000 | #Constraints:      21381
57.66/62.99	c INPROCESSING
57.66/62.99	c GARBAGE COLLECT
57.66/62.99	c rational objective 18701.4
59.46/64.77	c #Conflicts:     181000 | #Constraints:      13954
59.46/64.77	c #Conflicts:     182000 | #Constraints:      14954
59.46/64.77	c #Conflicts:     183000 | #Constraints:      15954
59.46/64.77	c #Conflicts:     184000 | #Constraints:      16954
59.46/64.77	c #Conflicts:     185000 | #Constraints:      17954
59.46/64.77	c #Conflicts:     186000 | #Constraints:      18954
59.46/64.77	WSVECS04 Frhs2[30]: 6 0 153.475 shouldn't be
59.46/64.77	WSVECS04 Frhs2[181]: 6 -900 0 shouldn't be
59.46/64.77	WSVECS04 Frhs2[187]: 6 0 31.8751 shouldn't be
59.46/64.77	WSVECS04 Frhs2[214]: 6 0 110.25 shouldn't be
59.46/64.77	WSVECS04 Frhs2[244]: 6 0 80.075 shouldn't be
59.46/64.77	WSVECS04 Frhs2[252]: 6 -583.75 0 shouldn't be
59.46/64.77	WSVECS04 Frhs2[282]: 6 0 110.25 shouldn't be
59.46/64.77	WSVECS04 Frhs2[287]: 6 0 106 shouldn't be
59.46/64.77	WSVECS04 Frhs2[354]: 6 0 153.475 shouldn't be
59.46/64.77	WSVECS04 Frhs2[402]: 6 0 207 shouldn't be
59.46/64.77	WSVECS04 Frhs2[411]: 6 0 247.375 shouldn't be
59.46/64.77	WSVECS04 Frhs2[505]: 6 0 288.225 shouldn't be
59.46/64.77	WSVECS04 Frhs2[510]: 6 0 179.375 shouldn't be
60.05/65.30	c #Conflicts:     187000 | #Constraints:      19955
60.05/65.30	c #Conflicts:     188000 | #Constraints:      20955
60.05/65.30	WSVECS04 Frhs2[2]: 6 0 82.3061 shouldn't be
60.05/65.30	WSVECS04 Frhs2[63]: 6 0 71.5414 shouldn't be
60.05/65.30	WSVECS04 Frhs2[64]: 6 0 71.5414 shouldn't be
60.05/65.30	WSVECS04 Frhs2[109]: 6 -202.388 0 shouldn't be
60.05/65.30	WSVECS04 Frhs2[110]: 6 0 204.694 shouldn't be
60.05/65.30	WSVECS04 Frhs2[111]: 6 0 122.388 shouldn't be
60.05/65.30	WSVECS04 Frhs2[114]: 6 0 192.63 shouldn't be
60.05/65.30	WSVECS04 Frhs2[117]: 6 0 207 shouldn't be
60.05/65.30	WSVECS04 Frhs2[118]: 6 0 207 shouldn't be
60.05/65.30	WSVECS04 Frhs2[137]: 6 -84.2599 0 shouldn't be
60.05/65.30	WSVECS04 Frhs2[141]: 6 0 33.0518 shouldn't be
60.05/65.30	WSVECS04 Frhs2[142]: 6 0 0.299569 shouldn't be
60.05/65.30	WSVECS04 Frhs2[150]: 6 0 190.324 shouldn't be
60.05/65.30	WSVECS04 Frhs2[151]: 6 0 207 shouldn't be
60.05/65.30	WSVECS04 Frhs2[176]: 6 0 89.3244 shouldn't be
60.05/65.30	WSVECS04 Frhs2[177]: 6 0 18.1644 shouldn't be
60.05/65.30	WSVECS04 Frhs2[212]: 6 0 89.3244 shouldn't be
60.05/65.30	WSVECS04 Frhs2[213]: 6 0 0.299503 shouldn't be
60.05/65.30	WSVECS04 Frhs2[218]: 6 0 12.064 shouldn't be
60.05/65.30	WSVECS04 Frhs2[248]: 6 0 89.3244 shouldn't be
60.05/65.31	WSVECS04 Frhs2[249]: 6 0 0.299512 shouldn't be
60.05/65.31	WSVECS04 Frhs2[279]: 6 0 16.3766 shouldn't be
60.05/65.31	WSVECS04 Frhs2[284]: 6 0 89.3244 shouldn't be
60.05/65.31	WSVECS04 Frhs2[286]: 6 0 0.299532 shouldn't be
60.05/65.31	WSVECS04 Frhs2[290]: 6 0 219.064 shouldn't be
60.05/65.31	WSVECS04 Frhs2[291]: 6 0 136.758 shouldn't be
60.05/65.31	WSVECS04 Frhs2[356]: 6 0 89.025 shouldn't be
60.05/65.31	WSVECS04 Frhs2[383]: 6 0 70 shouldn't be
60.05/65.31	WSVECS04 Frhs2[424]: 6 0 511 shouldn't be
60.05/65.31	WSVECS04 Frhs2[448]: 6 -134 0 shouldn't be
60.26/65.51	c #Conflicts:     189000 | #Constraints:      21955
60.26/65.51	c INPROCESSING
60.26/65.51	c GARBAGE COLLECT
60.26/65.51	c rational objective 18701.4
63.63/69.53	c #Conflicts:     190000 | #Constraints:      14361
63.63/69.53	c #Conflicts:     191000 | #Constraints:      15362
63.63/69.53	c #Conflicts:     192000 | #Constraints:      16362
63.63/69.53	c #Conflicts:     193000 | #Constraints:      17363
63.63/69.53	c #Conflicts:     194000 | #Constraints:      18363
63.63/69.53	c #Conflicts:     195000 | #Constraints:      19365
63.63/69.53	c #Conflicts:     196000 | #Constraints:      20365
63.63/69.53	c #Conflicts:     197000 | #Constraints:      21365
63.63/69.53	c #Conflicts:     198000 | #Constraints:      22367
63.63/69.53	c INPROCESSING
63.63/69.53	c GARBAGE COLLECT
63.63/69.53	c rational objective 18701.4
66.63/72.50	c #Conflicts:     199000 | #Constraints:      14566
66.63/72.50	c #Conflicts:     200000 | #Constraints:      15566
66.63/72.50	c #Conflicts:     201000 | #Constraints:      16566
66.63/72.50	c #Conflicts:     202000 | #Constraints:      17566
66.63/72.50	c #Conflicts:     203000 | #Constraints:      18566
66.63/72.50	c #Conflicts:     204000 | #Constraints:      19566
66.63/72.50	c #Conflicts:     205000 | #Constraints:      20566
66.63/72.50	c #Conflicts:     206000 | #Constraints:      21566
66.63/72.50	c #Conflicts:     207000 | #Constraints:      22566
66.63/72.50	c INPROCESSING
66.63/72.50	c GARBAGE COLLECT
66.63/72.50	c rational objective 18701.4
69.82/75.77	c #Conflicts:     208000 | #Constraints:      14571
69.82/75.77	c #Conflicts:     209000 | #Constraints:      15574
69.82/75.77	c #Conflicts:     210000 | #Constraints:      16576
69.82/75.77	c #Conflicts:     211000 | #Constraints:      17577
69.82/75.77	c #Conflicts:     212000 | #Constraints:      18578
69.82/75.77	c #Conflicts:     213000 | #Constraints:      19578
69.82/75.77	c #Conflicts:     214000 | #Constraints:      20579
69.82/75.77	c #Conflicts:     215000 | #Constraints:      21580
69.82/75.77	c #Conflicts:     216000 | #Constraints:      22581
69.82/75.77	c INPROCESSING
69.82/75.77	c GARBAGE COLLECT
69.82/75.77	c rational objective 18701.4
72.81/78.79	c #Conflicts:     217000 | #Constraints:      14368
72.81/78.79	c #Conflicts:     218000 | #Constraints:      15368
72.81/78.79	c #Conflicts:     219000 | #Constraints:      16368
72.81/78.79	c #Conflicts:     220000 | #Constraints:      17368
72.81/78.79	c #Conflicts:     221000 | #Constraints:      18368
72.81/78.79	c #Conflicts:     222000 | #Constraints:      19369
72.81/78.79	c #Conflicts:     223000 | #Constraints:      20369
72.81/78.79	c #Conflicts:     224000 | #Constraints:      21369
72.81/78.79	c #Conflicts:     225000 | #Constraints:      22369
72.81/78.79	c #Conflicts:     226000 | #Constraints:      23369
72.81/78.79	c INPROCESSING
72.81/78.79	c GARBAGE COLLECT
72.81/78.79	c rational objective 18701.4
75.80/81.77	c #Conflicts:     227000 | #Constraints:      14977
75.80/81.77	c #Conflicts:     228000 | #Constraints:      15977
75.80/81.77	c #Conflicts:     229000 | #Constraints:      16978
75.80/81.77	c #Conflicts:     230000 | #Constraints:      17978
75.80/81.77	c #Conflicts:     231000 | #Constraints:      18978
75.80/81.77	c #Conflicts:     232000 | #Constraints:      19980
75.80/81.77	c #Conflicts:     233000 | #Constraints:      20983
75.80/81.77	c #Conflicts:     234000 | #Constraints:      21983
75.80/81.77	c #Conflicts:     235000 | #Constraints:      22984
75.80/81.77	c #Conflicts:     236000 | #Constraints:      23984
75.80/81.77	c INPROCESSING
75.80/81.77	c GARBAGE COLLECT
75.80/81.77	c rational objective 18701.4
79.11/85.07	c #Conflicts:     237000 | #Constraints:      15378
79.11/85.07	c #Conflicts:     238000 | #Constraints:      16379
79.11/85.07	c #Conflicts:     239000 | #Constraints:      17379
79.11/85.07	c #Conflicts:     240000 | #Constraints:      18379
79.11/85.07	c #Conflicts:     241000 | #Constraints:      19379
79.11/85.07	c #Conflicts:     242000 | #Constraints:      20379
79.11/85.07	c #Conflicts:     243000 | #Constraints:      21381
79.11/85.07	c #Conflicts:     244000 | #Constraints:      22381
79.11/85.07	c #Conflicts:     245000 | #Constraints:      23381
79.11/85.07	c #Conflicts:     246000 | #Constraints:      24382
79.11/85.07	c INPROCESSING
79.11/85.07	c GARBAGE COLLECT
79.11/85.07	c rational objective 18701.4
82.39/88.32	c #Conflicts:     247000 | #Constraints:      15567
82.39/88.32	c #Conflicts:     248000 | #Constraints:      16567
82.39/88.32	c #Conflicts:     249000 | #Constraints:      17567
82.39/88.32	c #Conflicts:     250000 | #Constraints:      18567
82.39/88.32	c #Conflicts:     251000 | #Constraints:      19567
82.39/88.32	c #Conflicts:     252000 | #Constraints:      20567
82.39/88.32	c #Conflicts:     253000 | #Constraints:      21567
82.39/88.32	c #Conflicts:     254000 | #Constraints:      22567
82.39/88.32	c #Conflicts:     255000 | #Constraints:      23568
82.39/88.32	c #Conflicts:     256000 | #Constraints:      24568
82.39/88.32	c INPROCESSING
82.39/88.32	c GARBAGE COLLECT
82.39/88.32	c rational objective 18701.4
85.98/92.00	c #Conflicts:     257000 | #Constraints:      15572
85.98/92.00	c #Conflicts:     258000 | #Constraints:      16572
85.98/92.00	c #Conflicts:     259000 | #Constraints:      17572
85.98/92.00	c #Conflicts:     260000 | #Constraints:      18573
85.98/92.00	c #Conflicts:     261000 | #Constraints:      19573
85.98/92.00	c #Conflicts:     262000 | #Constraints:      20573
85.98/92.00	c #Conflicts:     263000 | #Constraints:      21573
85.98/92.00	c #Conflicts:     264000 | #Constraints:      22573
85.98/92.00	c #Conflicts:     265000 | #Constraints:      23573
85.98/92.00	c #Conflicts:     266000 | #Constraints:      24573
85.98/92.00	c INPROCESSING
85.98/92.00	c GARBAGE COLLECT
85.98/92.00	c rational objective 18701.4
88.97/94.95	c #Conflicts:     267000 | #Constraints:      15371
88.97/94.95	c #Conflicts:     268000 | #Constraints:      16371
88.97/94.95	c #Conflicts:     269000 | #Constraints:      17372
88.97/94.95	c #Conflicts:     270000 | #Constraints:      18375
88.97/94.95	c #Conflicts:     271000 | #Constraints:      19375
88.97/94.95	c #Conflicts:     272000 | #Constraints:      20376
88.97/94.95	c #Conflicts:     273000 | #Constraints:      21379
88.97/94.95	c #Conflicts:     274000 | #Constraints:      22380
88.97/94.95	c #Conflicts:     275000 | #Constraints:      23381
88.97/94.95	WSVECS04 Frhs2[23]: 6 0 5.42863 shouldn't be
88.97/94.95	WSVECS04 Frhs2[155]: 6 0 849.34 shouldn't be
88.97/94.95	WSVECS04 Frhs2[161]: 6 0 833.059 shouldn't be
88.97/94.95	WSVECS04 Frhs2[167]: 6 0 26.3938 shouldn't be
88.97/94.95	WSVECS04 Frhs2[168]: 6 0 132.789 shouldn't be
88.97/94.95	WSVECS04 Frhs2[191]: 6 0 9235.18 shouldn't be
88.97/94.95	WSVECS04 Frhs2[284]: 6 0 9133.71 shouldn't be
88.97/94.95	WSVECS04 Frhs2[308]: 6 0 7603.99 shouldn't be
88.97/94.95	WSVECS04 Frhs2[455]: 6 0 4676.93 shouldn't be
88.97/94.95	WSVECS04 Frhs2[471]: 6 -4057.64 0 shouldn't be
89.97/95.93	c #Conflicts:     276000 | #Constraints:      24382
89.97/95.93	c #Conflicts:     277000 | #Constraints:      25382
89.97/95.93	c INPROCESSING
89.97/95.93	c GARBAGE COLLECT
89.97/95.93	c rational objective 18701.4
94.70/102.25	c #Conflicts:     278000 | #Constraints:      15983
94.70/102.25	c #Conflicts:     279000 | #Constraints:      16984
94.70/102.25	c #Conflicts:     280000 | #Constraints:      17985
94.70/102.25	c #Conflicts:     281000 | #Constraints:      18987
94.70/102.25	c #Conflicts:     282000 | #Constraints:      19987
94.70/102.25	c #Conflicts:     283000 | #Constraints:      20987
94.70/102.25	c #Conflicts:     284000 | #Constraints:      21989
94.70/102.25	c #Conflicts:     285000 | #Constraints:      22992
94.70/102.25	c #Conflicts:     286000 | #Constraints:      23993
94.70/102.25	c #Conflicts:     287000 | #Constraints:      24996
94.70/102.25	c #Conflicts:     288000 | #Constraints:      25997
94.70/102.25	c INPROCESSING
94.70/102.25	c GARBAGE COLLECT
94.70/102.25	c rational objective 18701.4
98.09/105.65	c #Conflicts:     289000 | #Constraints:      16383
98.09/105.65	c #Conflicts:     290000 | #Constraints:      17383
98.09/105.65	c #Conflicts:     291000 | #Constraints:      18383
98.09/105.65	c #Conflicts:     292000 | #Constraints:      19385
98.09/105.65	c #Conflicts:     293000 | #Constraints:      20385
98.09/105.65	c #Conflicts:     294000 | #Constraints:      21385
98.09/105.65	c #Conflicts:     295000 | #Constraints:      22385
98.09/105.65	c #Conflicts:     296000 | #Constraints:      23386
98.09/105.65	c #Conflicts:     297000 | #Constraints:      24386
98.09/105.65	WSVECS04 Frhs2[4]: 6 0 86866.3 shouldn't be
98.09/105.65	WSVECS04 Frhs2[24]: 6 0 18101.3 shouldn't be
98.09/105.65	WSVECS04 Frhs2[45]: 6 0 2117.53 shouldn't be
98.09/105.65	WSVECS04 Frhs2[64]: 6 0 18660.8 shouldn't be
98.09/105.65	WSVECS04 Frhs2[68]: 6 0 5678.79 shouldn't be
98.09/105.65	WSVECS04 Frhs2[86]: 6 0 22150.9 shouldn't be
98.09/105.65	WSVECS04 Frhs2[87]: 6 0 25882.4 shouldn't be
98.09/105.65	WSVECS04 Frhs2[106]: 6 -29601.2 0 shouldn't be
98.09/105.65	WSVECS04 Frhs2[124]: 6 0 16687.2 shouldn't be
98.09/105.65	WSVECS04 Frhs2[126]: 6 0 40920.1 shouldn't be
98.09/105.65	WSVECS04 Frhs2[137]: 6 -26715.3 0 shouldn't be
98.09/105.65	WSVECS04 Frhs2[153]: 6 0 58707.5 shouldn't be
98.09/105.65	WSVECS04 Frhs2[158]: 6 0 14499.8 shouldn't be
98.09/105.65	WSVECS04 Frhs2[162]: 6 0 14908.3 shouldn't be
98.09/105.65	WSVECS04 Frhs2[182]: 6 0 485.608 shouldn't be
98.09/105.65	WSVECS04 Frhs2[184]: 6 0 7574.75 shouldn't be
98.09/105.65	WSVECS04 Frhs2[195]: 6 -20974.5 0 shouldn't be
98.09/105.65	WSVECS04 Frhs2[196]: 6 0 23667.2 shouldn't be
98.09/105.65	WSVECS04 Frhs2[198]: 6 0 40906.5 shouldn't be
98.09/105.65	WSVECS04 Frhs2[218]: 6 0 57398.7 shouldn't be
98.09/105.65	WSVECS04 Frhs2[219]: 6 0 20083.5 shouldn't be
98.09/105.65	WSVECS04 Frhs2[222]: 6 0 12840.5 shouldn't be
98.09/105.65	WSVECS04 Frhs2[232]: 6 0 14970.8 shouldn't be
98.09/105.65	WSVECS04 Frhs2[234]: 6 0 12959.1 shouldn't be
98.09/105.65	WSVECS04 Frhs2[248]: 6 0 5475.51 shouldn't be
98.09/105.65	WSVECS04 Frhs2[261]: 6 0 2995.56 shouldn't be
98.09/105.65	WSVECS04 Frhs2[267]: 6 -8868.86 0 shouldn't be
98.09/105.66	WSVECS04 Frhs2[272]: 6 0 18622.3 shouldn't be
98.09/105.66	WSVECS04 Frhs2[294]: 6 0 10052.9 shouldn't be
98.09/105.66	WSVECS04 Frhs2[304]: 6 0 14113 shouldn't be
98.09/105.66	WSVECS04 Frhs2[312]: 6 0 18410.4 shouldn't be
98.09/105.66	WSVECS04 Frhs2[328]: 6 0 25375.5 shouldn't be
98.09/105.66	WSVECS04 Frhs2[332]: 6 0 61844.3 shouldn't be
98.09/105.66	WSVECS04 Frhs2[340]: 6 0 14168.3 shouldn't be
98.09/105.66	WSVECS04 Frhs2[341]: 6 0 7896.81 shouldn't be
98.09/105.66	WSVECS04 Frhs2[369]: 6 0 46355.3 shouldn't be
98.09/105.66	WSVECS04 Frhs2[376]: 6 -6815.02 0 shouldn't be
98.09/105.66	WSVECS04 Frhs2[384]: 6 0 2447.44 shouldn't be
98.09/105.66	WSVECS04 Frhs2[387]: 6 0 29565 shouldn't be
98.09/105.66	WSVECS04 Frhs2[411]: 6 0 8752.75 shouldn't be
98.09/105.66	WSVECS04 Frhs2[413]: 6 0 51806 shouldn't be
98.09/105.66	WSVECS04 Frhs2[414]: 6 0 36755.9 shouldn't be
98.09/105.66	WSVECS04 Frhs2[416]: 6 0 58090.9 shouldn't be
98.09/105.66	WSVECS04 Frhs2[419]: 6 0 56625.8 shouldn't be
98.09/105.66	WSVECS04 Frhs2[437]: 6 0 19049.4 shouldn't be
98.09/105.66	WSVECS04 Frhs2[442]: 6 0 73425.1 shouldn't be
98.09/105.66	WSVECS04 Frhs2[443]: 6 0 102620 shouldn't be
98.09/105.66	WSVECS04 Frhs2[447]: 6 0 22626.9 shouldn't be
98.09/105.66	WSVECS04 Frhs2[473]: 6 0 1041.47 shouldn't be
98.09/105.66	WSVECS04 Frhs2[474]: 6 0 6916.9 shouldn't be
98.09/105.66	WSVECS04 Frhs2[477]: 6 0 9527.09 shouldn't be
98.09/105.66	WSVECS04 Frhs2[489]: 6 0 139872 shouldn't be
98.09/105.66	WSVECS04 Frhs2[498]: 6 0 15038 shouldn't be
98.09/105.66	WSVECS04 Frhs2[499]: 6 0 86953 shouldn't be
98.09/105.66	WSVECS04 Frhs2[527]: 6 0 8021.15 shouldn't be
98.09/105.66	WSVECS04 Frhs2[537]: 6 0 1522.07 shouldn't be
98.09/105.66	WSVECS04 Frhs2[539]: 6 -1307.83 0 shouldn't be
98.19/105.77	WSVECS04 Frhs2[78]: 6 0 36845.5 shouldn't be
98.19/105.77	WSVECS04 Frhs2[112]: 6 0 14466.3 shouldn't be
98.19/105.77	WSVECS04 Frhs2[114]: 6 0 35489.4 shouldn't be
98.19/105.77	WSVECS04 Frhs2[178]: 6 0 11729.7 shouldn't be
98.19/105.77	WSVECS04 Frhs2[194]: 6 0 28473.9 shouldn't be
98.19/105.77	WSVECS04 Frhs2[351]: 6 0 25326.3 shouldn't be
98.19/105.77	WSVECS04 Frhs2[364]: 6 -27043 0 shouldn't be
98.19/105.77	WSVECS04 Frhs2[370]: 6 0 27308.9 shouldn't be
98.19/105.77	WSVECS04 Frhs2[385]: 6 0 28693.7 shouldn't be
98.19/105.77	WSVECS04 Frhs2[405]: 6 0 7767.6 shouldn't be
98.19/105.77	WSVECS04 Frhs2[420]: 6 0 39644.9 shouldn't be
98.19/105.77	WSVECS04 Frhs2[445]: 6 0 60221.2 shouldn't be
98.29/105.89	WSVECS04 Frhs2[2]: 6 0 67714.6 shouldn't be
98.29/105.89	WSVECS04 Frhs2[18]: 6 0 24222.1 shouldn't be
98.29/105.89	WSVECS04 Frhs2[28]: 6 0 17969.2 shouldn't be
98.29/105.89	WSVECS04 Frhs2[54]: 6 0 18678.4 shouldn't be
98.29/105.89	WSVECS04 Frhs2[74]: 6 0 23694.3 shouldn't be
98.29/105.89	WSVECS04 Frhs2[142]: 6 0 5358.56 shouldn't be
98.29/105.89	WSVECS04 Frhs2[156]: 6 0 36484.6 shouldn't be
98.29/105.89	WSVECS04 Frhs2[166]: 6 0 10789.2 shouldn't be
98.29/105.89	WSVECS04 Frhs2[187]: 6 0 2149.32 shouldn't be
98.29/105.89	WSVECS04 Frhs2[192]: 6 0 610.489 shouldn't be
98.29/105.89	WSVECS04 Frhs2[233]: 6 0 2465.87 shouldn't be
98.29/105.89	WSVECS04 Frhs2[269]: 6 0 12526.8 shouldn't be
98.29/105.89	WSVECS04 Frhs2[270]: 6 0 12195.2 shouldn't be
98.29/105.89	WSVECS04 Frhs2[297]: 6 0 4156.59 shouldn't be
98.29/105.89	WSVECS04 Frhs2[358]: 6 0 27437.4 shouldn't be
98.29/105.89	WSVECS04 Frhs2[398]: 6 -7349.16 0 shouldn't be
98.29/105.89	WSVECS04 Frhs2[402]: 6 -45230.1 0 shouldn't be
98.29/105.89	WSVECS04 Frhs2[519]: 6 0 11019.1 shouldn't be
98.29/105.89	WSVECS04 Frhs2[523]: 6 0 6274.56 shouldn't be
98.29/105.89	WSVECS04 Frhs2[524]: 6 0 3279.76 shouldn't be
98.39/106.00	WSVECS04 Frhs2[6]: 6 0 19248 shouldn't be
98.39/106.00	WSVECS04 Frhs2[92]: 6 0 19197.2 shouldn't be
98.39/106.00	WSVECS04 Frhs2[164]: 6 0 26154.8 shouldn't be
98.39/106.00	WSVECS04 Frhs2[266]: 6 0 11786.7 shouldn't be
98.39/106.00	WSVECS04 Frhs2[326]: 6 0 22119.7 shouldn't be
98.39/106.00	WSVECS04 Frhs2[353]: 6 0 18090.2 shouldn't be
98.39/106.00	WSVECS04 Frhs2[484]: 6 -65138.1 0 shouldn't be
98.39/106.00	WSVECS04 Frhs2[501]: 6 -105465 0 shouldn't be
98.39/106.00	WSVECS04 Frhs2[530]: 6 -24145.6 0 shouldn't be
98.60/106.14	WSVECS04 Frhs2[3]: 6 0 20059.8 shouldn't be
98.60/106.14	WSVECS04 Frhs2[29]: 6 -29014.2 0 shouldn't be
98.60/106.14	WSVECS04 Frhs2[67]: 6 0 5678.79 shouldn't be
98.60/106.14	WSVECS04 Frhs2[71]: 6 0 5678.79 shouldn't be
98.60/106.14	WSVECS04 Frhs2[103]: 6 0 2761.01 shouldn't be
98.60/106.14	WSVECS04 Frhs2[189]: 6 0 2728.02 shouldn't be
98.60/106.14	WSVECS04 Frhs2[208]: 6 0 23673.6 shouldn't be
98.60/106.14	WSVECS04 Frhs2[216]: 6 0 39356.2 shouldn't be
98.60/106.14	WSVECS04 Frhs2[237]: 6 0 32294.6 shouldn't be
98.60/106.14	WSVECS04 Frhs2[240]: 6 0 51717.6 shouldn't be
98.60/106.14	WSVECS04 Frhs2[251]: 6 0 10588.2 shouldn't be
98.60/106.14	WSVECS04 Frhs2[280]: 6 0 26595.7 shouldn't be
98.60/106.14	WSVECS04 Frhs2[283]: 6 0 14949.6 shouldn't be
98.60/106.14	WSVECS04 Frhs2[287]: 6 0 23415.9 shouldn't be
98.60/106.14	WSVECS04 Frhs2[314]: 6 0 33150.3 shouldn't be
98.60/106.14	WSVECS04 Frhs2[323]: 6 0 49861.4 shouldn't be
98.60/106.14	WSVECS04 Frhs2[355]: 6 0 27437.4 shouldn't be
98.60/106.14	WSVECS04 Frhs2[403]: 6 0 57299.4 shouldn't be
98.60/106.14	WSVECS04 Frhs2[408]: 6 0 53526.3 shouldn't be
98.60/106.14	WSVECS04 Frhs2[532]: 6 0 54748.3 shouldn't be
98.60/106.14	WSVECS04 Frhs2[533]: 6 0 5810.11 shouldn't be
98.68/106.27	WSVECS04 Frhs2[27]: 6 0 18625.7 shouldn't be
98.68/106.27	WSVECS04 Frhs2[56]: 6 0 22345 shouldn't be
98.68/106.27	WSVECS04 Frhs2[96]: 6 0 38079.7 shouldn't be
98.68/106.27	WSVECS04 Frhs2[120]: 6 0 610.489 shouldn't be
98.68/106.27	WSVECS04 Frhs2[206]: 6 0 32525.7 shouldn't be
98.68/106.27	WSVECS04 Frhs2[207]: 6 0 17397.7 shouldn't be
98.68/106.27	WSVECS04 Frhs2[220]: 6 0 25725.9 shouldn't be
98.68/106.27	WSVECS04 Frhs2[225]: 6 0 2728.02 shouldn't be
98.68/106.27	WSVECS04 Frhs2[228]: 6 0 610.489 shouldn't be
98.68/106.27	WSVECS04 Frhs2[315]: 6 0 10729.2 shouldn't be
98.68/106.27	WSVECS04 Frhs2[316]: 6 0 17005.1 shouldn't be
98.68/106.27	WSVECS04 Frhs2[350]: 6 0 9562.13 shouldn't be
98.68/106.27	WSVECS04 Frhs2[366]: 6 0 68964.7 shouldn't be
98.68/106.27	WSVECS04 Frhs2[444]: 6 0 73515.1 shouldn't be
98.68/106.27	WSVECS04 Frhs2[495]: 6 0 36791.7 shouldn't be
98.89/106.41	WSVECS04 Frhs2[14]: 6 0 5543.71 shouldn't be
98.89/106.41	WSVECS04 Frhs2[244]: 6 0 32435.3 shouldn't be
98.98/106.53	WSVECS04 Frhs2[109]: 6 0 16196.6 shouldn't be
98.98/106.53	WSVECS04 Frhs2[362]: 6 0 11078.9 shouldn't be
99.09/106.66	WSVECS04 Frhs2[66]: 6 0 18718.9 shouldn't be
99.09/106.66	WSVECS04 Frhs2[101]: 6 0 58611.9 shouldn't be
99.09/106.66	WSVECS04 Frhs2[117]: 6 0 2728.02 shouldn't be
99.09/106.66	WSVECS04 Frhs2[281]: 6 -18847.2 0 shouldn't be
99.19/106.78	WSVECS04 Frhs2[93]: 6 0 19234.2 shouldn't be
99.78/107.36	c #Conflicts:     298000 | #Constraints:      25387
99.78/107.36	c #Conflicts:     299000 | #Constraints:      26387
99.78/107.36	c INPROCESSING
99.78/107.36	c GARBAGE COLLECT
99.78/107.36	WSVECS04 Frhs2[3]: 6 0 290.632 shouldn't be
99.78/107.36	WSVECS04 Frhs2[7]: 6 0 67.0235 shouldn't be
99.78/107.36	WSVECS04 Frhs2[10]: 6 0 397.032 shouldn't be
99.78/107.36	WSVECS04 Frhs2[29]: 6 -580.328 0 shouldn't be
99.78/107.36	WSVECS04 Frhs2[83]: 6 -125.346 0 shouldn't be
99.78/107.36	WSVECS04 Frhs2[97]: 6 0 101.163 shouldn't be
99.78/107.36	WSVECS04 Frhs2[128]: 6 0 53.7521 shouldn't be
99.78/107.36	WSVECS04 Frhs2[156]: 6 0 52.2131 shouldn't be
99.78/107.36	WSVECS04 Frhs2[162]: 6 0 329.448 shouldn't be
99.78/107.36	WSVECS04 Frhs2[220]: 6 0 66.9649 shouldn't be
99.78/107.36	WSVECS04 Frhs2[226]: 6 0 78.3562 shouldn't be
99.78/107.36	WSVECS04 Frhs2[270]: 6 0 678.713 shouldn't be
99.78/107.36	WSVECS04 Frhs2[306]: 6 0 329.448 shouldn't be
99.78/107.36	WSVECS04 Frhs2[318]: 6 0 235.18 shouldn't be
99.78/107.36	WSVECS04 Frhs2[387]: 6 0 168.397 shouldn't be
99.78/107.36	WSVECS04 Frhs2[401]: 6 0 554.096 shouldn't be
99.78/107.36	WSVECS04 Frhs2[404]: 6 0 532.576 shouldn't be
99.78/107.36	WSVECS04 Frhs2[406]: 6 0 117.52 shouldn't be
99.78/107.36	WSVECS04 Frhs2[414]: 6 0 47.8166 shouldn't be
99.78/107.36	WSVECS04 Frhs2[445]: 6 0 632.673 shouldn't be
99.78/107.36	WSVECS04 Frhs2[455]: 6 0 452.631 shouldn't be
99.78/107.36	WSVECS04 Frhs2[458]: 6 0 396.713 shouldn't be
99.78/107.36	WSVECS04 Frhs2[493]: 6 -43.0001 0 shouldn't be
99.78/107.36	WSVECS04 Frhs2[539]: 6 -514.737 0 shouldn't be
99.89/107.49	WSVECS04 Frhs2[88]: 6 0 311.73 shouldn't be
99.89/107.49	WSVECS04 Frhs2[114]: 6 0 699.381 shouldn't be
99.89/107.49	WSVECS04 Frhs2[265]: 6 0 416.479 shouldn't be
99.89/107.49	WSVECS04 Frhs2[267]: 6 -405.525 0 shouldn't be
99.89/107.49	WSVECS04 Frhs2[323]: 6 0 154.172 shouldn't be
99.89/107.49	WSVECS04 Frhs2[360]: 6 -46.4502 0 shouldn't be
99.89/107.49	WSVECS04 Frhs2[399]: 6 0 1291.75 shouldn't be
99.89/107.49	WSVECS04 Frhs2[432]: 6 -81.4812 0 shouldn't be
100.09/107.62	WSVECS04 Frhs2[52]: 6 0 398.108 shouldn't be
100.09/107.62	WSVECS04 Frhs2[64]: 6 0 501.504 shouldn't be
100.09/107.62	WSVECS04 Frhs2[84]: 6 0 397.032 shouldn't be
100.09/107.62	WSVECS04 Frhs2[121]: 6 0 394.346 shouldn't be
100.09/107.62	WSVECS04 Frhs2[122]: 6 0 194.239 shouldn't be
100.09/107.62	WSVECS04 Frhs2[133]: 6 0 49.6417 shouldn't be
100.09/107.62	WSVECS04 Frhs2[184]: 6 0 110.682 shouldn't be
100.09/107.62	WSVECS04 Frhs2[190]: 6 0 397.032 shouldn't be
100.09/107.62	WSVECS04 Frhs2[212]: 6 0 1480.72 shouldn't be
100.09/107.62	WSVECS04 Frhs2[366]: 6 0 78.4751 shouldn't be
100.09/107.62	WSVECS04 Frhs2[424]: 6 -827.815 0 shouldn't be
100.09/107.62	WSVECS04 Frhs2[480]: 6 0 724.906 shouldn't be
100.19/107.75	WSVECS04 Frhs2[96]: 6 0 419.375 shouldn't be
100.19/107.75	WSVECS04 Frhs2[164]: 6 0 790.373 shouldn't be
100.19/107.75	WSVECS04 Frhs2[426]: 6 0 152.861 shouldn't be
100.19/107.75	WSVECS04 Frhs2[431]: 6 0 365.205 shouldn't be
100.28/107.88	WSVECS04 Frhs2[46]: 6 0 397.032 shouldn't be
100.28/107.88	WSVECS04 Frhs2[124]: 6 0 1037.8 shouldn't be
100.28/107.88	WSVECS04 Frhs2[126]: 6 0 1663.08 shouldn't be
100.28/107.88	WSVECS04 Frhs2[143]: 6 0 218.871 shouldn't be
100.28/107.88	WSVECS04 Frhs2[161]: 6 0 0.461781 shouldn't be
100.28/107.88	WSVECS04 Frhs2[195]: 6 -1183.31 0 shouldn't be
100.28/107.88	WSVECS04 Frhs2[297]: 6 0 318.676 shouldn't be
100.28/107.88	WSVECS04 Frhs2[437]: 6 0 349.532 shouldn't be
100.28/107.88	WSVECS04 Frhs2[509]: 6 0 1626.98 shouldn't be
100.28/107.88	WSVECS04 Frhs2[519]: 6 0 432.966 shouldn't be
100.39/108.01	WSVECS04 Frhs2[17]: 6 0 58.5098 shouldn't be
100.39/108.01	WSVECS04 Frhs2[82]: 6 0 397.032 shouldn't be
100.39/108.01	WSVECS04 Frhs2[155]: 6 0 1263.22 shouldn't be
100.39/108.01	WSVECS04 Frhs2[247]: 6 0 412.739 shouldn't be
100.39/108.01	WSVECS04 Frhs2[249]: 6 0 498.917 shouldn't be
100.39/108.01	WSVECS04 Frhs2[250]: 6 0 412.739 shouldn't be
100.39/108.01	WSVECS04 Frhs2[298]: 6 0 397.032 shouldn't be
100.39/108.01	WSVECS04 Frhs2[375]: 6 0 656.779 shouldn't be
100.39/108.01	WSVECS04 Frhs2[436]: 6 0 889.018 shouldn't be
100.39/108.01	WSVECS04 Frhs2[450]: 6 0 760.194 shouldn't be
100.39/108.01	WSVECS04 Frhs2[452]: 6 0 1578.88 shouldn't be
100.50/108.01	WSVECS04 Frhs2[481]: 6 0 626.508 shouldn't be
100.50/108.01	WSVECS04 Frhs2[502]: 6 0 2407.3 shouldn't be
100.50/108.01	WSVECS04 Frhs2[503]: 6 0 1872.25 shouldn't be
100.50/108.01	WSVECS04 Frhs2[508]: 6 0 1520.98 shouldn't be
100.60/108.16	WSVECS04 Frhs2[9]: 6 0 318.676 shouldn't be
100.60/108.16	WSVECS04 Frhs2[18]: 6 0 1023.39 shouldn't be
100.60/108.16	WSVECS04 Frhs2[31]: 6 0 410.281 shouldn't be
100.60/108.16	WSVECS04 Frhs2[81]: 6 0 318.676 shouldn't be
100.60/108.16	WSVECS04 Frhs2[105]: 6 0 514.972 shouldn't be
100.60/108.16	WSVECS04 Frhs2[168]: 6 0 1493.65 shouldn't be
100.60/108.16	WSVECS04 Frhs2[174]: 6 0 740.018 shouldn't be
100.60/108.16	WSVECS04 Frhs2[218]: 6 0 895.964 shouldn't be
100.60/108.16	WSVECS04 Frhs2[248]: 6 0 823.02 shouldn't be
100.60/108.16	WSVECS04 Frhs2[277]: 6 0 98.1272 shouldn't be
100.60/108.16	WSVECS04 Frhs2[279]: 6 0 1229.14 shouldn't be
100.60/108.16	WSVECS04 Frhs2[283]: 6 0 848.008 shouldn't be
100.60/108.16	WSVECS04 Frhs2[304]: 6 0 690.195 shouldn't be
100.60/108.16	WSVECS04 Frhs2[315]: 6 0 1053.03 shouldn't be
100.60/108.16	WSVECS04 Frhs2[396]: 6 0 2069.97 shouldn't be
100.60/108.16	WSVECS04 Frhs2[402]: 6 -505.536 0 shouldn't be
100.60/108.16	WSVECS04 Frhs2[416]: 6 0 1335.3 shouldn't be
100.60/108.16	WSVECS04 Frhs2[460]: 6 0 1097.43 shouldn't be
100.60/108.16	WSVECS04 Frhs2[485]: 6 0 579.871 shouldn't be
100.60/108.16	WSVECS04 Frhs2[491]: 6 0 350.272 shouldn't be
100.79/108.32	WSVECS04 Frhs2[2]: 6 0 1216.38 shouldn't be
100.79/108.32	WSVECS04 Frhs2[33]: 6 0 1136.56 shouldn't be
100.79/108.32	WSVECS04 Frhs2[38]: 6 0 851.007 shouldn't be
100.79/108.32	WSVECS04 Frhs2[56]: 6 0 1397.05 shouldn't be
100.79/108.32	WSVECS04 Frhs2[59]: 6 0 1240.31 shouldn't be
100.79/108.32	WSVECS04 Frhs2[85]: 6 0 923.236 shouldn't be
100.79/108.32	WSVECS04 Frhs2[86]: 6 0 2273.34 shouldn't be
100.79/108.32	WSVECS04 Frhs2[123]: 6 0 1025.11 shouldn't be
100.79/108.32	WSVECS04 Frhs2[136]: 6 0 691.845 shouldn't be
100.79/108.32	WSVECS04 Frhs2[140]: 6 0 2009.7 shouldn't be
100.79/108.32	WSVECS04 Frhs2[170]: 6 0 2058.81 shouldn't be
100.79/108.32	WSVECS04 Frhs2[178]: 6 0 603.384 shouldn't be
100.79/108.32	WSVECS04 Frhs2[196]: 6 0 486.669 shouldn't be
100.79/108.32	WSVECS04 Frhs2[198]: 6 0 1773.29 shouldn't be
100.79/108.32	WSVECS04 Frhs2[208]: 6 0 354.366 shouldn't be
100.79/108.32	WSVECS04 Frhs2[217]: 6 -1143.54 0 shouldn't be
100.79/108.32	WSVECS04 Frhs2[239]: 6 0 1707.43 shouldn't be
100.79/108.32	WSVECS04 Frhs2[244]: 6 0 1105.26 shouldn't be
100.79/108.32	WSVECS04 Frhs2[280]: 6 0 2457.96 shouldn't be
100.79/108.32	WSVECS04 Frhs2[287]: 6 0 437.728 shouldn't be
100.79/108.32	WSVECS04 Frhs2[311]: 6 0 276.764 shouldn't be
100.79/108.32	WSVECS04 Frhs2[314]: 6 0 1460.16 shouldn't be
100.79/108.32	WSVECS04 Frhs2[316]: 6 0 2436.18 shouldn't be
100.79/108.32	WSVECS04 Frhs2[341]: 6 0 260.395 shouldn't be
100.79/108.32	WSVECS04 Frhs2[358]: 6 0 2030.42 shouldn't be
100.79/108.32	WSVECS04 Frhs2[365]: 6 -24.4228 0 shouldn't be
100.79/108.32	WSVECS04 Frhs2[381]: 6 -758.964 0 shouldn't be
100.79/108.32	WSVECS04 Frhs2[382]: 6 0 79.8273 shouldn't be
100.79/108.32	WSVECS04 Frhs2[386]: 6 -535.059 0 shouldn't be
100.79/108.32	WSVECS04 Frhs2[390]: 6 0 1333.59 shouldn't be
100.79/108.32	WSVECS04 Frhs2[397]: 6 -1352.04 0 shouldn't be
100.79/108.32	WSVECS04 Frhs2[403]: 6 0 1346.03 shouldn't be
100.79/108.32	WSVECS04 Frhs2[422]: 6 0 1227.89 shouldn't be
100.79/108.32	WSVECS04 Frhs2[434]: 6 0 1701.44 shouldn't be
100.79/108.32	WSVECS04 Frhs2[466]: 6 0 4727.88 shouldn't be
100.79/108.32	WSVECS04 Frhs2[469]: 6 0 3468.77 shouldn't be
100.79/108.32	WSVECS04 Frhs2[482]: 6 0 706.509 shouldn't be
100.79/108.32	WSVECS04 Frhs2[484]: 6 -1249.3 0 shouldn't be
100.79/108.32	WSVECS04 Frhs2[525]: 6 0 1983.09 shouldn't be
100.79/108.32	WSVECS04 Frhs2[532]: 6 0 439.54 shouldn't be
100.79/108.32	WSVECS04 Frhs2[533]: 6 0 486.413 shouldn't be
100.79/108.32	WSVECS04 Frhs2[534]: 6 0 123.95 shouldn't be
100.89/108.49	WSVECS04 Frhs2[21]: 6 0 850.554 shouldn't be
100.89/108.49	WSVECS04 Frhs2[27]: 6 0 1647.4 shouldn't be
100.89/108.49	WSVECS04 Frhs2[28]: 6 0 1212.92 shouldn't be
100.89/108.49	WSVECS04 Frhs2[93]: 6 0 393.72 shouldn't be
100.89/108.49	WSVECS04 Frhs2[103]: 6 0 514.971 shouldn't be
100.89/108.49	WSVECS04 Frhs2[135]: 6 0 2231.68 shouldn't be
100.89/108.49	WSVECS04 Frhs2[150]: 6 0 1773.81 shouldn't be
100.89/108.49	WSVECS04 Frhs2[189]: 6 0 318.676 shouldn't be
100.89/108.49	WSVECS04 Frhs2[261]: 6 -33.8639 0 shouldn't be
100.89/108.49	WSVECS04 Frhs2[286]: 6 0 848.008 shouldn't be
100.89/108.49	WSVECS04 Frhs2[335]: 6 0 853.002 shouldn't be
100.89/108.49	WSVECS04 Frhs2[348]: 6 0 564.521 shouldn't be
100.89/108.49	WSVECS04 Frhs2[359]: 6 0 893.869 shouldn't be
100.89/108.49	WSVECS04 Frhs2[391]: 6 0 1528.62 shouldn't be
100.89/108.49	WSVECS04 Frhs2[398]: 6 -716.613 0 shouldn't be
100.89/108.49	WSVECS04 Frhs2[453]: 6 0 2489.95 shouldn't be
100.89/108.49	WSVECS04 Frhs2[459]: 6 0 711.768 shouldn't be
100.89/108.49	WSVECS04 Frhs2[461]: 6 0 423.595 shouldn't be
100.89/108.49	WSVECS04 Frhs2[470]: 6 0 1645.47 shouldn't be
100.89/108.49	WSVECS04 Frhs2[496]: 6 0 372.408 shouldn't be
100.89/108.49	WSVECS04 Frhs2[506]: 6 0 1175.12 shouldn't be
100.89/108.49	WSVECS04 Frhs2[540]: 6 -232.016 0 shouldn't be
101.08/108.63	WSVECS04 Frhs2[4]: 6 0 499.151 shouldn't be
101.08/108.63	WSVECS04 Frhs2[34]: 6 0 1136.56 shouldn't be
101.08/108.63	WSVECS04 Frhs2[39]: 6 0 996.758 shouldn't be
101.08/108.63	WSVECS04 Frhs2[42]: 6 0 742.67 shouldn't be
101.08/108.63	WSVECS04 Frhs2[98]: 6 0 1260.46 shouldn't be
101.08/108.63	WSVECS04 Frhs2[99]: 6 0 1600.54 shouldn't be
101.08/108.63	WSVECS04 Frhs2[119]: 6 0 735.017 shouldn't be
101.08/108.63	WSVECS04 Frhs2[142]: 6 0 2118.08 shouldn't be
101.08/108.63	WSVECS04 Frhs2[147]: 6 0 1425.03 shouldn't be
101.08/108.63	WSVECS04 Frhs2[204]: 6 0 2020.95 shouldn't be
101.08/108.63	WSVECS04 Frhs2[228]: 6 0 817.88 shouldn't be
101.08/108.63	WSVECS04 Frhs2[237]: 6 0 2437.42 shouldn't be
101.08/108.63	WSVECS04 Frhs2[269]: 6 0 1954.18 shouldn't be
101.08/108.63	WSVECS04 Frhs2[305]: 6 0 1023.47 shouldn't be
101.08/108.63	WSVECS04 Frhs2[340]: 6 0 647.424 shouldn't be
101.08/108.63	WSVECS04 Frhs2[355]: 6 0 2030.42 shouldn't be
101.08/108.63	WSVECS04 Frhs2[379]: 6 0 837.534 shouldn't be
101.08/108.63	WSVECS04 Frhs2[383]: 6 0 1080.31 shouldn't be
101.08/108.63	WSVECS04 Frhs2[384]: 6 0 54.8331 shouldn't be
101.08/108.63	WSVECS04 Frhs2[420]: 6 0 1192.4 shouldn't be
101.08/108.63	WSVECS04 Frhs2[428]: 6 0 124.481 shouldn't be
101.08/108.63	WSVECS04 Frhs2[486]: 6 0 270.272 shouldn't be
101.08/108.63	WSVECS04 Frhs2[516]: 6 0 423.556 shouldn't be
101.08/108.63	WSVECS04 Frhs2[521]: 6 0 533.138 shouldn't be
101.08/108.63	WSVECS04 Frhs2[524]: 6 0 1203.04 shouldn't be
101.08/108.63	WSVECS04 Frhs2[526]: 6 0 96.5901 shouldn't be
101.08/108.63	WSVECS04 Frhs2[537]: 6 0 2188.89 shouldn't be
101.38/108.90	WSVECS04 Frhs2[78]: 6 0 1744.83 shouldn't be
101.38/108.90	WSVECS04 Frhs2[148]: 6 0 1150.58 shouldn't be
101.38/108.90	WSVECS04 Frhs2[200]: 6 0 1674.83 shouldn't be
101.38/108.90	WSVECS04 Frhs2[232]: 6 0 690.195 shouldn't be
101.38/108.90	WSVECS04 Frhs2[278]: 6 0 1695.11 shouldn't be
101.38/108.90	WSVECS04 Frhs2[344]: 6 0 1238.66 shouldn't be
101.38/108.90	WSVECS04 Frhs2[351]: 6 0 872.758 shouldn't be
101.38/108.90	WSVECS04 Frhs2[446]: 6 0 912.039 shouldn't be
101.38/108.90	WSVECS04 Frhs2[518]: 6 0 1346.68 shouldn't be
101.38/108.90	WSVECS04 Frhs2[538]: 6 0 1289.92 shouldn't be
101.60/109.13	WSVECS04 Frhs2[32]: 6 0 1546.84 shouldn't be
101.60/109.13	WSVECS04 Frhs2[104]: 6 0 925.252 shouldn't be
101.60/109.13	WSVECS04 Frhs2[145]: 6 0 1770.86 shouldn't be
101.60/109.13	WSVECS04 Frhs2[233]: 6 0 1023.47 shouldn't be
101.60/109.13	WSVECS04 Frhs2[234]: 6 0 1023.39 shouldn't be
101.60/109.13	WSVECS04 Frhs2[255]: 6 0 543.133 shouldn't be
101.60/109.13	WSVECS04 Frhs2[266]: 6 0 1391.26 shouldn't be
101.60/109.13	WSVECS04 Frhs2[439]: 6 0 271.108 shouldn't be
101.60/109.13	WSVECS04 Frhs2[443]: 6 0 2059.38 shouldn't be
101.60/109.13	WSVECS04 Frhs2[495]: 6 0 1441.57 shouldn't be
101.78/109.37	WSVECS04 Frhs2[24]: 6 0 850.554 shouldn't be
101.78/109.37	WSVECS04 Frhs2[43]: 6 0 1129.91 shouldn't be
101.78/109.37	WSVECS04 Frhs2[45]: 6 0 1461.2 shouldn't be
101.78/109.37	WSVECS04 Frhs2[57]: 6 0 2058.88 shouldn't be
101.78/109.37	WSVECS04 Frhs2[129]: 6 0 974.183 shouldn't be
101.78/109.37	WSVECS04 Frhs2[139]: 6 0 2118.08 shouldn't be
101.78/109.37	WSVECS04 Frhs2[194]: 6 0 834.543 shouldn't be
101.78/109.37	WSVECS04 Frhs2[442]: 6 0 996.072 shouldn't be
101.78/109.37	WSVECS04 Frhs2[483]: 6 0 699.508 shouldn't be
101.78/109.37	WSVECS04 Frhs2[507]: 6 0 1462.98 shouldn't be
101.78/109.37	WSVECS04 Frhs2[523]: 6 0 988.089 shouldn't be
101.98/109.56	WSVECS04 Frhs2[240]: 6 0 2488.73 shouldn't be
101.98/109.56	WSVECS04 Frhs2[356]: 6 0 2440.71 shouldn't be
102.18/109.74	WSVECS04 Frhs2[201]: 6 0 2020.95 shouldn't be
102.18/109.74	WSVECS04 Frhs2[374]: 6 0 1295.59 shouldn't be
104.48/112.08	c #Conflicts:     300000 | #Constraints:      16584
104.48/112.08	c #Conflicts:     301000 | #Constraints:      17584
104.48/112.08	c #Conflicts:     302000 | #Constraints:      18584
104.48/112.08	c #Conflicts:     303000 | #Constraints:      19584
104.48/112.08	c #Conflicts:     304000 | #Constraints:      20584
104.48/112.08	c #Conflicts:     305000 | #Constraints:      21584
104.48/112.08	c #Conflicts:     306000 | #Constraints:      22584
104.48/112.08	c #Conflicts:     307000 | #Constraints:      23584
104.48/112.08	c #Conflicts:     308000 | #Constraints:      24584
104.48/112.08	WSVECS04 Frhs2[26]: 6 0 501.413 shouldn't be
104.48/112.08	WSVECS04 Frhs2[30]: 6 0 496.245 shouldn't be
104.48/112.08	WSVECS04 Frhs2[81]: 6 0 1.48097 shouldn't be
104.48/112.08	WSVECS04 Frhs2[99]: 6 0 49.2612 shouldn't be
104.48/112.08	WSVECS04 Frhs2[133]: 6 0 23.4084 shouldn't be
104.48/112.08	WSVECS04 Frhs2[180]: 6 0 2610.93 shouldn't be
104.48/112.08	WSVECS04 Frhs2[262]: 6 0 2.96198 shouldn't be
104.48/112.08	WSVECS04 Frhs2[349]: 6 0 89.6633 shouldn't be
104.48/112.08	WSVECS04 Frhs2[363]: 6 0 3386.17 shouldn't be
104.48/112.08	WSVECS04 Frhs2[368]: 6 0 71.0001 shouldn't be
104.48/112.08	WSVECS04 Frhs2[374]: 6 0 1230.22 shouldn't be
104.48/112.08	WSVECS04 Frhs2[375]: 6 0 1218.22 shouldn't be
104.48/112.08	WSVECS04 Frhs2[433]: 6 -101 0 shouldn't be
104.48/112.08	WSVECS04 Frhs2[434]: 6 0 1970.92 shouldn't be
104.48/112.08	WSVECS04 Frhs2[449]: 6 0 106 shouldn't be
104.48/112.08	WSVECS04 Frhs2[463]: 6 -320.667 0 shouldn't be
104.48/112.08	WSVECS04 Frhs2[475]: 6 0 1351.49 shouldn't be
104.48/112.08	WSVECS04 Frhs2[480]: 6 0 1833.63 shouldn't be
104.48/112.08	WSVECS04 Frhs2[483]: 6 0 258.995 shouldn't be
104.48/112.08	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
104.48/112.08	WSVECS04 Frhs2[513]: 6 0 6942.4 shouldn't be
104.48/112.08	WSVECS04 Frhs2[532]: 6 0 7307.37 shouldn't be
104.48/112.08	WSVECS04 Frhs2[534]: 6 0 6974.89 shouldn't be
105.38/112.98	c #Conflicts:     309000 | #Constraints:      25585
105.38/112.98	c #Conflicts:     310000 | #Constraints:      26586
105.38/112.98	c INPROCESSING
105.38/112.98	c GARBAGE COLLECT
105.38/112.98	WSVECS04 Frhs2[11]: 6 0 589.856 shouldn't be
105.38/112.98	WSVECS04 Frhs2[13]: 6 0 98.4406 shouldn't be
105.38/112.98	WSVECS04 Frhs2[23]: 6 0 110.559 shouldn't be
105.38/112.98	WSVECS04 Frhs2[41]: 6 0 6.36216 shouldn't be
105.38/112.98	WSVECS04 Frhs2[46]: 6 0 309.839 shouldn't be
105.38/112.98	WSVECS04 Frhs2[47]: 6 0 930.638 shouldn't be
105.38/112.98	WSVECS04 Frhs2[83]: 6 0 597.667 shouldn't be
105.38/112.98	WSVECS04 Frhs2[89]: 6 0 14.1187 shouldn't be
105.38/112.98	WSVECS04 Frhs2[101]: 6 0 37.4069 shouldn't be
105.38/112.98	WSVECS04 Frhs2[102]: 6 0 229.201 shouldn't be
105.38/112.98	WSVECS04 Frhs2[104]: 6 0 192.804 shouldn't be
105.38/112.98	WSVECS04 Frhs2[118]: 6 -295.248 0 shouldn't be
105.38/112.98	WSVECS04 Frhs2[119]: 6 0 373.792 shouldn't be
105.38/112.98	WSVECS04 Frhs2[121]: 6 0 70.0736 shouldn't be
105.38/112.98	WSVECS04 Frhs2[122]: 6 0 276.278 shouldn't be
105.38/112.98	WSVECS04 Frhs2[123]: 6 -636.811 0 shouldn't be
105.38/112.98	WSVECS04 Frhs2[125]: 6 0 187.818 shouldn't be
105.38/112.98	WSVECS04 Frhs2[138]: 6 0 1577.61 shouldn't be
105.38/112.98	WSVECS04 Frhs2[140]: 6 0 443.931 shouldn't be
105.38/112.98	WSVECS04 Frhs2[150]: 6 0 59.6091 shouldn't be
105.38/112.98	WSVECS04 Frhs2[153]: 6 0 253.42 shouldn't be
105.38/112.98	WSVECS04 Frhs2[154]: 6 0 556.078 shouldn't be
105.38/112.98	WSVECS04 Frhs2[155]: 6 0 692.902 shouldn't be
105.38/112.98	WSVECS04 Frhs2[169]: 6 0 560.012 shouldn't be
105.38/112.98	WSVECS04 Frhs2[191]: 6 0 1264.69 shouldn't be
105.38/112.98	WSVECS04 Frhs2[217]: 6 0 265.957 shouldn't be
105.38/112.98	WSVECS04 Frhs2[225]: 6 0 369.38 shouldn't be
105.38/112.98	WSVECS04 Frhs2[226]: 6 0 323.446 shouldn't be
105.38/112.98	WSVECS04 Frhs2[227]: 6 0 981.189 shouldn't be
105.38/112.98	WSVECS04 Frhs2[235]: 6 0 207.993 shouldn't be
105.38/112.98	WSVECS04 Frhs2[236]: 6 0 776.894 shouldn't be
105.38/112.98	WSVECS04 Frhs2[241]: 6 0 419.386 shouldn't be
105.38/112.98	WSVECS04 Frhs2[242]: 6 0 81.8339 shouldn't be
105.38/112.98	WSVECS04 Frhs2[243]: 6 0 1.07356 shouldn't be
105.38/112.98	WSVECS04 Frhs2[257]: 6 0 768.768 shouldn't be
105.38/112.98	WSVECS04 Frhs2[261]: 6 0 20.031 shouldn't be
105.38/112.98	WSVECS04 Frhs2[263]: 6 -659.249 0 shouldn't be
105.38/112.98	WSVECS04 Frhs2[277]: 6 0 707.391 shouldn't be
105.38/112.98	WSVECS04 Frhs2[282]: 6 0 816.604 shouldn't be
105.38/112.98	WSVECS04 Frhs2[284]: 6 0 369.869 shouldn't be
105.38/112.98	WSVECS04 Frhs2[291]: 6 0 407.817 shouldn't be
105.38/112.98	WSVECS04 Frhs2[295]: 6 -1788.94 0 shouldn't be
105.38/112.98	WSVECS04 Frhs2[296]: 6 0 355.99 shouldn't be
105.38/112.98	WSVECS04 Frhs2[297]: 6 0 2.02058 shouldn't be
105.38/112.98	WSVECS04 Frhs2[299]: 6 0 732.261 shouldn't be
105.38/112.98	WSVECS04 Frhs2[308]: 6 0 273.862 shouldn't be
105.38/112.98	WSVECS04 Frhs2[313]: 6 0 342.283 shouldn't be
105.38/112.98	WSVECS04 Frhs2[319]: 6 0 85.9012 shouldn't be
105.38/112.98	WSVECS04 Frhs2[334]: 6 0 459.091 shouldn't be
105.38/112.98	WSVECS04 Frhs2[335]: 6 0 799.664 shouldn't be
105.38/112.98	WSVECS04 Frhs2[337]: 6 0 296.885 shouldn't be
105.38/112.98	WSVECS04 Frhs2[341]: 6 0 12.0643 shouldn't be
105.38/112.98	WSVECS04 Frhs2[347]: 6 0 397.462 shouldn't be
105.38/112.98	WSVECS04 Frhs2[350]: 6 0 5.41506 shouldn't be
105.38/112.98	WSVECS04 Frhs2[351]: 6 0 35.8778 shouldn't be
105.38/112.98	WSVECS04 Frhs2[354]: 6 0 170.608 shouldn't be
105.38/112.98	WSVECS04 Frhs2[379]: 6 0 20 shouldn't be
105.38/112.98	WSVECS04 Frhs2[398]: 6 -104.405 0 shouldn't be
105.38/112.98	WSVECS04 Frhs2[401]: 6 0 120.451 shouldn't be
105.38/112.98	WSVECS04 Frhs2[404]: 6 0 546.581 shouldn't be
105.38/112.98	WSVECS04 Frhs2[409]: 6 0 330.131 shouldn't be
105.38/112.98	WSVECS04 Frhs2[415]: 6 0 90.9052 shouldn't be
105.38/112.98	WSVECS04 Frhs2[416]: 6 0 207.726 shouldn't be
105.38/112.98	WSVECS04 Frhs2[420]: 6 0 499.857 shouldn't be
105.38/112.98	WSVECS04 Frhs2[471]: 6 0 41.9064 shouldn't be
105.38/112.98	WSVECS04 Frhs2[487]: 6 -80 0 shouldn't be
105.38/112.98	WSVECS04 Frhs2[488]: 6 0 381.607 shouldn't be
105.38/112.98	WSVECS04 Frhs2[499]: 6 -9660.7 0 shouldn't be
105.58/113.13	WSVECS04 Frhs2[265]: 6 0 203.645 shouldn't be
105.58/113.13	WSVECS04 Frhs2[293]: 6 0 78.7569 shouldn't be
105.67/113.26	WSVECS04 Frhs2[98]: 6 -675.354 0 shouldn't be
105.77/113.37	WSVECS04 Frhs2[63]: 6 0 82.4736 shouldn't be
105.77/113.37	WSVECS04 Frhs2[77]: 6 0 12.6253 shouldn't be
105.77/113.37	WSVECS04 Frhs2[131]: 6 0 31.4718 shouldn't be
105.77/113.37	WSVECS04 Frhs2[134]: 6 0 79.0521 shouldn't be
108.58/116.15	c #Conflicts:     311000 | #Constraints:      16579
108.58/116.15	WSVECS04 Frhs2[1]: 6 0 20686.6 shouldn't be
108.58/116.15	WSVECS04 Frhs2[6]: 6 0 2058.21 shouldn't be
108.58/116.15	WSVECS04 Frhs2[7]: 6 0 9173.88 shouldn't be
108.58/116.15	WSVECS04 Frhs2[18]: 6 0 99.5145 shouldn't be
108.58/116.15	WSVECS04 Frhs2[47]: 6 0 10448.5 shouldn't be
108.58/116.15	WSVECS04 Frhs2[48]: 6 0 52244.6 shouldn't be
108.58/116.15	WSVECS04 Frhs2[49]: 6 0 42908.9 shouldn't be
108.58/116.15	WSVECS04 Frhs2[54]: 6 0 99.5146 shouldn't be
108.58/116.15	WSVECS04 Frhs2[61]: 6 0 26578.7 shouldn't be
108.58/116.15	WSVECS04 Frhs2[62]: 6 0 22009.4 shouldn't be
108.58/116.15	WSVECS04 Frhs2[63]: 6 0 24344.2 shouldn't be
108.58/116.15	WSVECS04 Frhs2[64]: 6 0 6282.53 shouldn't be
108.58/116.15	WSVECS04 Frhs2[65]: 6 -5692.89 0 shouldn't be
108.58/116.15	WSVECS04 Frhs2[66]: 6 0 13782.5 shouldn't be
108.58/116.15	WSVECS04 Frhs2[71]: 6 0 9525.76 shouldn't be
108.58/116.15	WSVECS04 Frhs2[97]: 6 0 17171 shouldn't be
108.58/116.15	WSVECS04 Frhs2[100]: 6 0 22073.1 shouldn't be
108.58/116.15	WSVECS04 Frhs2[102]: 6 0 20657.8 shouldn't be
108.58/116.15	WSVECS04 Frhs2[106]: 6 0 22757.4 shouldn't be
108.58/116.15	WSVECS04 Frhs2[110]: 6 0 37242.2 shouldn't be
108.58/116.15	WSVECS04 Frhs2[112]: 6 0 2697.44 shouldn't be
108.58/116.15	WSVECS04 Frhs2[113]: 6 0 21532.7 shouldn't be
108.58/116.15	WSVECS04 Frhs2[114]: 6 0 4755.65 shouldn't be
108.58/116.15	WSVECS04 Frhs2[125]: 6 0 16231.6 shouldn't be
108.58/116.15	WSVECS04 Frhs2[126]: 6 0 99.5146 shouldn't be
108.58/116.15	WSVECS04 Frhs2[144]: 6 -16241.4 0 shouldn't be
108.58/116.15	WSVECS04 Frhs2[151]: 6 0 4280.17 shouldn't be
108.58/116.15	WSVECS04 Frhs2[165]: 6 0 13863.9 shouldn't be
108.58/116.15	WSVECS04 Frhs2[169]: 6 0 12491.7 shouldn't be
108.58/116.15	WSVECS04 Frhs2[181]: 6 0 21033.4 shouldn't be
108.58/116.15	WSVECS04 Frhs2[186]: 6 0 7022.08 shouldn't be
108.58/116.15	WSVECS04 Frhs2[191]: 6 0 14672.8 shouldn't be
108.58/116.15	WSVECS04 Frhs2[193]: 6 0 5957.51 shouldn't be
108.58/116.15	WSVECS04 Frhs2[205]: 6 0 5733.79 shouldn't be
108.58/116.15	WSVECS04 Frhs2[219]: 6 0 1107.88 shouldn't be
108.58/116.15	WSVECS04 Frhs2[254]: 6 0 282.627 shouldn't be
108.58/116.15	WSVECS04 Frhs2[257]: 6 0 38713.7 shouldn't be
108.58/116.15	WSVECS04 Frhs2[276]: 6 0 41833.2 shouldn't be
108.58/116.15	WSVECS04 Frhs2[279]: 6 0 9321.71 shouldn't be
108.58/116.15	WSVECS04 Frhs2[347]: 6 0 11788 shouldn't be
108.58/116.15	WSVECS04 Frhs2[455]: 6 -27527.5 0 shouldn't be
108.58/116.15	WSVECS04 Frhs2[469]: 6 -52600.7 0 shouldn't be
108.58/116.15	WSVECS04 Frhs2[479]: 6 -408 0 shouldn't be
108.58/116.15	WSVECS04 Frhs2[481]: 6 0 5774.1 shouldn't be
108.58/116.15	WSVECS04 Frhs2[531]: 6 -25344 0 shouldn't be
108.58/116.15	WSVECS04 Frhs2[540]: 6 -10625.9 0 shouldn't be
108.76/116.36	WSVECS04 Frhs2[68]: 6 0 147.985 shouldn't be
108.76/116.36	WSVECS04 Frhs2[130]: 6 0 4667.31 shouldn't be
108.86/116.48	WSVECS04 Frhs2[183]: 6 -2887.58 0 shouldn't be
112.35/119.91	c #Conflicts:     312000 | #Constraints:      17581
112.35/119.91	c #Conflicts:     313000 | #Constraints:      18581
112.35/119.91	c #Conflicts:     314000 | #Constraints:      19581
112.35/119.91	c #Conflicts:     315000 | #Constraints:      20581
112.35/119.91	c #Conflicts:     316000 | #Constraints:      21581
112.35/119.91	c #Conflicts:     317000 | #Constraints:      22582
112.35/119.91	c #Conflicts:     318000 | #Constraints:      23582
112.35/119.91	c #Conflicts:     319000 | #Constraints:      24582
112.35/119.91	c #Conflicts:     320000 | #Constraints:      25583
112.35/119.91	c #Conflicts:     321000 | #Constraints:      26584
112.35/119.91	c INPROCESSING
112.35/119.91	c GARBAGE COLLECT
112.35/119.91	WSVECS04 Frhs2[13]: 6 0 1653.48 shouldn't be
112.35/119.91	WSVECS04 Frhs2[14]: 6 0 1653.48 shouldn't be
112.35/119.91	WSVECS04 Frhs2[15]: 6 0 1653.48 shouldn't be
112.35/119.91	WSVECS04 Frhs2[16]: 6 0 1653.48 shouldn't be
112.35/119.91	WSVECS04 Frhs2[49]: 6 -1082.04 0 shouldn't be
112.35/119.91	WSVECS04 Frhs2[55]: 6 0 110.918 shouldn't be
112.35/119.91	WSVECS04 Frhs2[61]: 6 0 75.5061 shouldn't be
112.35/119.91	WSVECS04 Frhs2[75]: 6 0 302.603 shouldn't be
112.35/119.91	WSVECS04 Frhs2[95]: 6 0 93.3517 shouldn't be
112.35/119.91	WSVECS04 Frhs2[97]: 6 0 52.1463 shouldn't be
112.35/119.91	WSVECS04 Frhs2[107]: 6 0 185.344 shouldn't be
112.35/119.91	WSVECS04 Frhs2[121]: 6 0 48.0801 shouldn't be
112.35/119.91	WSVECS04 Frhs2[122]: 6 0 20.7911 shouldn't be
112.35/119.91	WSVECS04 Frhs2[123]: 6 -318.072 0 shouldn't be
112.35/119.91	WSVECS04 Frhs2[125]: 6 0 86.4853 shouldn't be
112.35/119.91	WSVECS04 Frhs2[127]: 6 0 71.6986 shouldn't be
112.35/119.91	WSVECS04 Frhs2[145]: 6 -504.809 0 shouldn't be
112.35/119.91	WSVECS04 Frhs2[146]: 6 0 67.7599 shouldn't be
112.35/119.91	WSVECS04 Frhs2[147]: 6 0 120.204 shouldn't be
112.35/119.91	WSVECS04 Frhs2[157]: 6 0 159.292 shouldn't be
112.35/119.91	WSVECS04 Frhs2[179]: 6 0 23.5023 shouldn't be
112.35/119.91	WSVECS04 Frhs2[181]: 6 0 237.408 shouldn't be
112.35/119.91	WSVECS04 Frhs2[193]: 6 0 51.9274 shouldn't be
112.35/119.91	WSVECS04 Frhs2[197]: 6 0 42.3119 shouldn't be
112.35/119.91	WSVECS04 Frhs2[199]: 6 0 16.037 shouldn't be
112.35/119.91	WSVECS04 Frhs2[211]: 6 0 11.3805 shouldn't be
112.35/119.91	WSVECS04 Frhs2[217]: 6 0 197.391 shouldn't be
112.35/119.91	WSVECS04 Frhs2[219]: 6 -847.973 0 shouldn't be
112.35/119.91	WSVECS04 Frhs2[231]: 6 -54.5167 0 shouldn't be
112.35/119.91	WSVECS04 Frhs2[235]: 6 0 47.6721 shouldn't be
112.35/119.91	WSVECS04 Frhs2[243]: 6 0 63.4291 shouldn't be
112.35/119.91	WSVECS04 Frhs2[247]: 6 0 11.3804 shouldn't be
112.35/119.91	WSVECS04 Frhs2[251]: 6 0 7.40465 shouldn't be
112.35/119.91	WSVECS04 Frhs2[253]: 6 0 242.443 shouldn't be
112.35/119.91	WSVECS04 Frhs2[255]: 6 0 326.987 shouldn't be
112.35/119.91	WSVECS04 Frhs2[290]: 6 0 81.374 shouldn't be
112.35/119.91	WSVECS04 Frhs2[291]: 6 0 168.625 shouldn't be
112.35/119.91	WSVECS04 Frhs2[301]: 6 0 130.261 shouldn't be
112.35/119.91	WSVECS04 Frhs2[337]: 6 0 147.562 shouldn't be
112.35/119.91	WSVECS04 Frhs2[341]: 6 0 18.9648 shouldn't be
112.35/119.91	WSVECS04 Frhs2[343]: 6 0 80.303 shouldn't be
112.35/119.91	WSVECS04 Frhs2[354]: 6 0 94.3046 shouldn't be
112.35/119.91	WSVECS04 Frhs2[362]: 6 0 40.8474 shouldn't be
112.35/119.91	WSVECS04 Frhs2[411]: 6 0 436.928 shouldn't be
112.46/120.05	WSVECS04 Frhs2[63]: 6 0 141.762 shouldn't be
112.46/120.05	WSVECS04 Frhs2[205]: 6 0 60.1131 shouldn't be
112.46/120.05	WSVECS04 Frhs2[283]: 6 0 3.97588 shouldn't be
112.46/120.05	WSVECS04 Frhs2[289]: 6 -570.86 0 shouldn't be
112.65/120.20	WSVECS04 Frhs2[85]: 6 0 106.772 shouldn't be
112.65/120.20	WSVECS04 Frhs2[175]: 6 0 72.4415 shouldn't be
112.65/120.20	WSVECS04 Frhs2[241]: 6 0 0.816254 shouldn't be
112.75/120.35	WSVECS04 Frhs2[271]: 6 0 32.7138 shouldn't be
112.75/120.35	WSVECS04 Frhs2[342]: 6 0 135.406 shouldn't be
112.96/120.50	WSVECS04 Frhs2[19]: 6 0 9.43011 shouldn't be
112.96/120.50	WSVECS04 Frhs2[67]: 6 0 3.97596 shouldn't be
112.96/120.50	WSVECS04 Frhs2[220]: 6 0 86.3509 shouldn't be
112.96/120.50	WSVECS04 Frhs2[292]: 6 0 14.3339 shouldn't be
113.05/120.66	WSVECS04 Frhs2[91]: 6 0 59.6818 shouldn't be
113.05/120.66	WSVECS04 Frhs2[222]: 6 0 148.644 shouldn't be
113.25/120.81	WSVECS04 Frhs2[102]: 6 0 78.2569 shouldn't be
113.25/120.81	WSVECS04 Frhs2[215]: 6 0 96.1032 shouldn't be
113.35/120.96	WSVECS04 Frhs2[99]: 6 0 87.5398 shouldn't be
113.35/120.96	WSVECS04 Frhs2[306]: 6 0 66.5697 shouldn't be
113.85/121.47	WSVECS04 Frhs2[38]: 6 0 6.2975 shouldn't be
114.15/121.71	WSVECS04 Frhs2[42]: 6 0 49.193 shouldn't be
114.15/121.71	WSVECS04 Frhs2[111]: 6 0 194.266 shouldn't be
114.15/121.71	WSVECS04 Frhs2[218]: 6 0 87.1968 shouldn't be
114.34/121.91	WSVECS04 Frhs2[109]: 6 0 273.455 shouldn't be
114.34/121.91	WSVECS04 Frhs2[406]: 6 -959.283 0 shouldn't be
114.46/122.10	WSVECS04 Frhs2[3]: 6 0 67.8225 shouldn't be
114.46/122.10	WSVECS04 Frhs2[39]: 6 0 117.015 shouldn't be
114.46/122.10	WSVECS04 Frhs2[40]: 6 0 62.3246 shouldn't be
119.64/127.21	c #Conflicts:     322000 | #Constraints:      16387
119.64/127.21	c #Conflicts:     323000 | #Constraints:      17387
119.64/127.21	c #Conflicts:     324000 | #Constraints:      18388
119.64/127.21	c #Conflicts:     325000 | #Constraints:      19390
119.64/127.21	c #Conflicts:     326000 | #Constraints:      20392
119.64/127.21	c #Conflicts:     327000 | #Constraints:      21394
119.64/127.21	c #Conflicts:     328000 | #Constraints:      22394
119.64/127.21	c #Conflicts:     329000 | #Constraints:      23395
119.64/127.21	c #Conflicts:     330000 | #Constraints:      24397
119.64/127.21	c #Conflicts:     331000 | #Constraints:      25402
119.64/127.21	c #Conflicts:     332000 | #Constraints:      26405
119.64/127.21	c #Conflicts:     333000 | #Constraints:      27409
119.64/127.21	c INPROCESSING
119.64/127.21	c GARBAGE COLLECT
119.64/127.21	WSVECS04 Frhs2[243]: 6 0 201.811 shouldn't be
119.64/127.21	WSVECS04 Frhs2[413]: 6 0 3.85827 shouldn't be
119.64/127.21	WSVECS04 Frhs2[418]: 6 0 31.9043 shouldn't be
119.74/127.36	WSVECS04 Frhs2[97]: 6 0 7.46856 shouldn't be
119.74/127.36	WSVECS04 Frhs2[139]: 6 0 219.101 shouldn't be
119.74/127.36	WSVECS04 Frhs2[142]: 6 0 219.101 shouldn't be
119.74/127.36	WSVECS04 Frhs2[220]: 6 0 76.5766 shouldn't be
119.74/127.36	WSVECS04 Frhs2[233]: 6 0 173.568 shouldn't be
119.74/127.36	WSVECS04 Frhs2[242]: 6 0 104.338 shouldn't be
119.74/127.36	WSVECS04 Frhs2[243]: 6 0 164.829 shouldn't be
119.74/127.36	WSVECS04 Frhs2[302]: 6 0 82.0374 shouldn't be
119.74/127.36	WSVECS04 Frhs2[305]: 6 0 255.605 shouldn't be
119.74/127.36	WSVECS04 Frhs2[332]: 6 0 97.4696 shouldn't be
119.74/127.36	WSVECS04 Frhs2[342]: 6 0 402.438 shouldn't be
119.74/127.36	WSVECS04 Frhs2[348]: 6 0 304.939 shouldn't be
119.74/127.36	WSVECS04 Frhs2[352]: 6 0 197.838 shouldn't be
119.74/127.36	WSVECS04 Frhs2[364]: 6 -123.11 0 shouldn't be
119.74/127.36	WSVECS04 Frhs2[365]: 6 -383.812 0 shouldn't be
123.96/131.86	c #Conflicts:     334000 | #Constraints:      16998
123.96/131.86	c #Conflicts:     335000 | #Constraints:      17999
123.96/131.86	c #Conflicts:     336000 | #Constraints:      19000
123.96/131.86	c #Conflicts:     337000 | #Constraints:      20000
123.96/131.86	c #Conflicts:     338000 | #Constraints:      21001
123.96/131.86	c #Conflicts:     339000 | #Constraints:      22001
123.96/131.86	c #Conflicts:     340000 | #Constraints:      23002
123.96/131.86	c #Conflicts:     341000 | #Constraints:      24003
123.96/131.86	c #Conflicts:     342000 | #Constraints:      25003
123.96/131.86	c #Conflicts:     343000 | #Constraints:      26005
123.96/131.86	c #Conflicts:     344000 | #Constraints:      27006
123.96/131.86	c #Conflicts:     345000 | #Constraints:      28006
123.96/131.86	c INPROCESSING
123.96/131.86	c GARBAGE COLLECT
123.96/131.86	WSVECS04 Frhs2[74]: 6 0 3571.93 shouldn't be
123.96/131.86	WSVECS04 Frhs2[114]: 6 0 3893.27 shouldn't be
123.96/131.86	WSVECS04 Frhs2[167]: 6 0 1329.21 shouldn't be
123.96/131.86	WSVECS04 Frhs2[201]: 6 0 1789.87 shouldn't be
123.96/131.86	WSVECS04 Frhs2[259]: 6 0 58.8495 shouldn't be
123.96/131.86	WSVECS04 Frhs2[261]: 6 0 5252.48 shouldn't be
123.96/131.86	WSVECS04 Frhs2[279]: 6 0 4607.69 shouldn't be
123.96/131.86	WSVECS04 Frhs2[289]: 6 -4123.62 0 shouldn't be
123.96/131.86	WSVECS04 Frhs2[304]: 6 0 465.454 shouldn't be
123.96/131.86	WSVECS04 Frhs2[312]: 6 0 387.715 shouldn't be
123.96/131.86	WSVECS04 Frhs2[415]: 6 0 3488.44 shouldn't be
123.96/131.86	WSVECS04 Frhs2[421]: 6 0 342.918 shouldn't be
124.06/131.97	WSVECS04 Frhs2[6]: 6 0 4300.37 shouldn't be
124.06/131.97	WSVECS04 Frhs2[49]: 6 -33123.1 0 shouldn't be
124.06/131.97	WSVECS04 Frhs2[64]: 6 0 23890.5 shouldn't be
124.06/131.97	WSVECS04 Frhs2[78]: 6 0 4757.81 shouldn't be
124.06/131.97	WSVECS04 Frhs2[145]: 6 0 25846.6 shouldn't be
124.06/131.97	WSVECS04 Frhs2[148]: 6 0 6108.83 shouldn't be
124.06/131.97	WSVECS04 Frhs2[194]: 6 0 20082.6 shouldn't be
124.06/131.97	WSVECS04 Frhs2[200]: 6 0 7259.27 shouldn't be
124.06/131.97	WSVECS04 Frhs2[294]: 6 0 5258.65 shouldn't be
124.06/131.97	WSVECS04 Frhs2[306]: 6 0 80.0919 shouldn't be
124.06/131.97	WSVECS04 Frhs2[307]: 6 -4925.06 0 shouldn't be
124.06/131.97	WSVECS04 Frhs2[316]: 6 0 9628.03 shouldn't be
124.06/131.97	WSVECS04 Frhs2[332]: 6 0 12710.7 shouldn't be
124.06/131.97	WSVECS04 Frhs2[384]: 6 0 990.179 shouldn't be
124.06/131.97	WSVECS04 Frhs2[406]: 6 0 1553.65 shouldn't be
124.17/132.10	WSVECS04 Frhs2[81]: 6 0 405.843 shouldn't be
124.17/132.10	WSVECS04 Frhs2[85]: 6 0 9790.38 shouldn't be
124.17/132.10	WSVECS04 Frhs2[121]: 6 0 24541.9 shouldn't be
124.17/132.10	WSVECS04 Frhs2[187]: 6 0 58.8495 shouldn't be
124.17/132.10	WSVECS04 Frhs2[189]: 6 0 16633 shouldn't be
124.17/132.10	WSVECS04 Frhs2[297]: 6 0 1628.69 shouldn't be
124.17/132.10	WSVECS04 Frhs2[395]: 6 0 3666.69 shouldn't be
124.17/132.10	WSVECS04 Frhs2[448]: 6 -10007.5 0 shouldn't be
124.17/132.10	WSVECS04 Frhs2[459]: 6 0 13649.7 shouldn't be
124.17/132.10	WSVECS04 Frhs2[464]: 6 0 6537.02 shouldn't be
124.17/132.10	WSVECS04 Frhs2[475]: 6 0 2575.42 shouldn't be
124.37/132.22	WSVECS04 Frhs2[54]: 6 0 8534.99 shouldn't be
124.37/132.22	WSVECS04 Frhs2[126]: 6 0 8534.99 shouldn't be
124.37/132.22	WSVECS04 Frhs2[234]: 6 0 8278.08 shouldn't be
124.37/132.22	WSVECS04 Frhs2[254]: 6 0 8525.18 shouldn't be
124.37/132.22	WSVECS04 Frhs2[256]: 6 0 15525.4 shouldn't be
124.37/132.22	WSVECS04 Frhs2[258]: 6 0 8567.61 shouldn't be
124.37/132.22	WSVECS04 Frhs2[327]: 6 0 9979.05 shouldn't be
124.37/132.22	WSVECS04 Frhs2[381]: 6 -546.185 0 shouldn't be
124.37/132.22	WSVECS04 Frhs2[391]: 6 0 164.448 shouldn't be
124.37/132.22	WSVECS04 Frhs2[396]: 6 0 2399.03 shouldn't be
124.37/132.22	WSVECS04 Frhs2[427]: 6 -10238.5 0 shouldn't be
124.37/132.22	WSVECS04 Frhs2[447]: 6 0 9045.09 shouldn't be
124.37/132.22	WSVECS04 Frhs2[450]: 6 0 13580.3 shouldn't be
124.37/132.22	WSVECS04 Frhs2[486]: 6 0 2547.67 shouldn't be
124.46/132.37	WSVECS04 Frhs2[58]: 6 -337 0 shouldn't be
124.46/132.37	WSVECS04 Frhs2[131]: 6 0 429.877 shouldn't be
124.46/132.37	WSVECS04 Frhs2[143]: 6 0 19887.3 shouldn't be
124.46/132.37	WSVECS04 Frhs2[155]: 6 0 66007.9 shouldn't be
124.46/132.37	WSVECS04 Frhs2[170]: 6 0 21202.4 shouldn't be
124.46/132.37	WSVECS04 Frhs2[177]: 6 0 11289.5 shouldn't be
124.46/132.37	WSVECS04 Frhs2[251]: 6 0 17288.1 shouldn't be
124.46/132.37	WSVECS04 Frhs2[323]: 6 0 23643.3 shouldn't be
124.46/132.37	WSVECS04 Frhs2[328]: 6 0 16403.2 shouldn't be
124.46/132.37	WSVECS04 Frhs2[342]: 6 0 16018.8 shouldn't be
124.46/132.37	WSVECS04 Frhs2[359]: 6 0 18778.4 shouldn't be
124.46/132.37	WSVECS04 Frhs2[429]: 6 0 13092.3 shouldn't be
124.46/132.37	WSVECS04 Frhs2[430]: 6 0 16507.6 shouldn't be
124.46/132.37	WSVECS04 Frhs2[433]: 6 -9172 0 shouldn't be
124.46/132.37	WSVECS04 Frhs2[442]: 6 0 18770.9 shouldn't be
124.46/132.37	WSVECS04 Frhs2[480]: 6 0 6369.27 shouldn't be
124.46/132.37	WSVECS04 Frhs2[481]: 6 0 10526 shouldn't be
124.46/132.37	WSVECS04 Frhs2[482]: 6 0 8145.99 shouldn't be
124.46/132.37	WSVECS04 Frhs2[483]: 6 0 10040.4 shouldn't be
124.46/132.37	WSVECS04 Frhs2[485]: 6 0 7090.16 shouldn't be
124.46/132.37	WSVECS04 Frhs2[537]: 6 0 29512.5 shouldn't be
124.66/132.52	WSVECS04 Frhs2[3]: 6 0 21811 shouldn't be
124.66/132.52	WSVECS04 Frhs2[138]: 6 0 21413.6 shouldn't be
124.66/132.52	WSVECS04 Frhs2[168]: 6 0 25396.5 shouldn't be
124.66/132.52	WSVECS04 Frhs2[255]: 6 0 21260.1 shouldn't be
124.66/132.52	WSVECS04 Frhs2[265]: 6 0 41341.3 shouldn't be
124.66/132.52	WSVECS04 Frhs2[283]: 6 0 27046.3 shouldn't be
124.66/132.52	WSVECS04 Frhs2[286]: 6 0 27046.3 shouldn't be
124.66/132.52	WSVECS04 Frhs2[305]: 6 0 22715.2 shouldn't be
124.66/132.52	WSVECS04 Frhs2[335]: 6 0 28578.4 shouldn't be
124.66/132.52	WSVECS04 Frhs2[337]: 6 0 38846 shouldn't be
124.66/132.52	WSVECS04 Frhs2[398]: 6 -1714.35 0 shouldn't be
124.66/132.52	WSVECS04 Frhs2[416]: 6 0 36845.1 shouldn't be
124.66/132.52	WSVECS04 Frhs2[418]: 6 0 42224.9 shouldn't be
124.66/132.52	WSVECS04 Frhs2[456]: 6 0 37895.8 shouldn't be
124.66/132.52	WSVECS04 Frhs2[460]: 6 0 21113.7 shouldn't be
124.66/132.52	WSVECS04 Frhs2[477]: 6 0 6296.51 shouldn't be
124.66/132.52	WSVECS04 Frhs2[523]: 6 0 17092 shouldn't be
124.66/132.52	WSVECS04 Frhs2[526]: 6 0 5574.13 shouldn't be
124.76/132.67	WSVECS04 Frhs2[2]: 6 0 45963.7 shouldn't be
124.76/132.67	WSVECS04 Frhs2[5]: 6 0 56768.3 shouldn't be
124.76/132.67	WSVECS04 Frhs2[38]: 6 0 5408.11 shouldn't be
124.76/132.67	WSVECS04 Frhs2[59]: 6 0 25903 shouldn't be
124.76/132.67	WSVECS04 Frhs2[71]: 6 0 16861.8 shouldn't be
124.76/132.67	WSVECS04 Frhs2[77]: 6 0 37814.8 shouldn't be
124.76/132.67	WSVECS04 Frhs2[96]: 6 0 25838.1 shouldn't be
124.76/132.67	WSVECS04 Frhs2[103]: 6 0 23501.1 shouldn't be
124.76/132.67	WSVECS04 Frhs2[139]: 6 0 20953 shouldn't be
124.76/132.67	WSVECS04 Frhs2[140]: 6 0 2504.41 shouldn't be
124.76/132.67	WSVECS04 Frhs2[185]: 6 0 33909.4 shouldn't be
124.76/132.67	WSVECS04 Frhs2[293]: 6 0 56061 shouldn't be
124.76/132.67	WSVECS04 Frhs2[299]: 6 0 14067 shouldn't be
124.76/132.67	WSVECS04 Frhs2[341]: 6 0 27409 shouldn't be
124.76/132.67	WSVECS04 Frhs2[354]: 6 0 38182.2 shouldn't be
124.76/132.67	WSVECS04 Frhs2[369]: 6 0 29418.4 shouldn't be
124.76/132.67	WSVECS04 Frhs2[371]: 6 0 50452 shouldn't be
124.76/132.67	WSVECS04 Frhs2[374]: 6 0 27161.1 shouldn't be
124.76/132.67	WSVECS04 Frhs2[379]: 6 0 25796.8 shouldn't be
124.76/132.67	WSVECS04 Frhs2[383]: 6 0 25323.4 shouldn't be
124.76/132.67	WSVECS04 Frhs2[390]: 6 0 29418.4 shouldn't be
124.76/132.67	WSVECS04 Frhs2[403]: 6 0 36391.7 shouldn't be
124.76/132.67	WSVECS04 Frhs2[413]: 6 0 36656.9 shouldn't be
124.76/132.67	WSVECS04 Frhs2[445]: 6 0 18186.4 shouldn't be
124.76/132.67	WSVECS04 Frhs2[452]: 6 0 24581 shouldn't be
124.76/132.67	WSVECS04 Frhs2[465]: 6 0 329.926 shouldn't be
124.76/132.67	WSVECS04 Frhs2[471]: 6 0 8387.92 shouldn't be
124.76/132.67	WSVECS04 Frhs2[508]: 6 0 20412.1 shouldn't be
124.76/132.67	WSVECS04 Frhs2[516]: 6 0 1823.16 shouldn't be
124.76/132.67	WSVECS04 Frhs2[524]: 6 0 1513.62 shouldn't be
124.76/132.67	WSVECS04 Frhs2[529]: 6 0 6132.24 shouldn't be
124.76/132.67	WSVECS04 Frhs2[534]: 6 0 3884.07 shouldn't be
124.96/132.81	WSVECS04 Frhs2[27]: 6 0 884.148 shouldn't be
124.96/132.81	WSVECS04 Frhs2[37]: 6 -41804.8 0 shouldn't be
124.96/132.81	WSVECS04 Frhs2[66]: 6 0 42625.5 shouldn't be
124.96/132.81	WSVECS04 Frhs2[113]: 6 0 43539.8 shouldn't be
124.96/132.81	WSVECS04 Frhs2[147]: 6 0 31819.7 shouldn't be
124.96/132.81	WSVECS04 Frhs2[149]: 6 0 49770.5 shouldn't be
124.96/132.81	WSVECS04 Frhs2[174]: 6 0 50183.7 shouldn't be
124.96/132.81	WSVECS04 Frhs2[193]: 6 0 41175.4 shouldn't be
124.96/132.81	WSVECS04 Frhs2[198]: 6 0 28342.1 shouldn't be
124.96/132.81	WSVECS04 Frhs2[203]: 6 0 3600.53 shouldn't be
124.96/132.81	WSVECS04 Frhs2[219]: 6 0 21570.3 shouldn't be
124.96/132.81	WSVECS04 Frhs2[222]: 6 0 9736.72 shouldn't be
124.96/132.81	WSVECS04 Frhs2[229]: 6 0 41084.4 shouldn't be
124.96/132.81	WSVECS04 Frhs2[233]: 6 0 22378.2 shouldn't be
124.96/132.81	WSVECS04 Frhs2[244]: 6 0 32108.8 shouldn't be
124.96/132.81	WSVECS04 Frhs2[246]: 6 -3859.65 0 shouldn't be
124.96/132.81	WSVECS04 Frhs2[269]: 6 0 22293.2 shouldn't be
124.96/132.81	WSVECS04 Frhs2[326]: 6 0 22290.5 shouldn't be
124.96/132.81	WSVECS04 Frhs2[329]: 6 0 74696.7 shouldn't be
124.96/132.81	WSVECS04 Frhs2[362]: 6 0 25040.7 shouldn't be
124.96/132.81	WSVECS04 Frhs2[363]: 6 0 53931.9 shouldn't be
124.96/132.81	WSVECS04 Frhs2[392]: 6 0 37281.4 shouldn't be
124.96/132.81	WSVECS04 Frhs2[393]: 6 0 35842.7 shouldn't be
124.96/132.81	WSVECS04 Frhs2[408]: 6 0 38874.3 shouldn't be
124.96/132.81	WSVECS04 Frhs2[422]: 6 0 17438.7 shouldn't be
124.96/132.81	WSVECS04 Frhs2[466]: 6 0 63671.3 shouldn't be
124.96/132.81	WSVECS04 Frhs2[494]: 6 0 11702.6 shouldn't be
124.96/132.81	WSVECS04 Frhs2[495]: 6 0 23161.4 shouldn't be
124.96/132.81	WSVECS04 Frhs2[502]: 6 0 48256.8 shouldn't be
124.96/132.81	WSVECS04 Frhs2[505]: 6 -30860 0 shouldn't be
124.96/132.81	WSVECS04 Frhs2[521]: 6 0 859.516 shouldn't be
125.06/132.94	WSVECS04 Frhs2[13]: 6 0 25978.2 shouldn't be
125.06/132.94	WSVECS04 Frhs2[30]: 6 0 42625.5 shouldn't be
125.06/132.94	WSVECS04 Frhs2[109]: 6 0 10325.6 shouldn't be
125.06/132.94	WSVECS04 Frhs2[132]: 6 0 26696.9 shouldn't be
125.06/132.94	WSVECS04 Frhs2[282]: 6 0 45006.3 shouldn't be
125.06/132.94	WSVECS04 Frhs2[287]: 6 0 45749.1 shouldn't be
125.06/132.94	WSVECS04 Frhs2[366]: 6 0 44097.3 shouldn't be
125.06/132.94	WSVECS04 Frhs2[434]: 6 0 8627.9 shouldn't be
125.06/132.94	WSVECS04 Frhs2[489]: 6 0 78735.1 shouldn't be
125.06/132.94	WSVECS04 Frhs2[506]: 6 0 22436.5 shouldn't be
125.06/132.94	WSVECS04 Frhs2[518]: 6 0 16755.3 shouldn't be
125.17/133.08	WSVECS04 Frhs2[23]: 6 0 4933.52 shouldn't be
125.17/133.08	WSVECS04 Frhs2[35]: 6 0 13658.1 shouldn't be
125.17/133.08	WSVECS04 Frhs2[220]: 6 0 29277.1 shouldn't be
125.17/133.08	WSVECS04 Frhs2[263]: 6 0 22861.5 shouldn't be
125.17/133.08	WSVECS04 Frhs2[278]: 6 0 16013.6 shouldn't be
125.17/133.08	WSVECS04 Frhs2[280]: 6 0 21407.1 shouldn't be
125.17/133.08	WSVECS04 Frhs2[484]: 6 -22552.5 0 shouldn't be
125.17/133.08	WSVECS04 Frhs2[501]: 6 -38066.2 0 shouldn't be
125.46/133.30	WSVECS04 Frhs2[65]: 6 0 410.769 shouldn't be
125.46/133.30	WSVECS04 Frhs2[104]: 6 0 23557.3 shouldn't be
125.46/133.30	WSVECS04 Frhs2[195]: 6 -27128.8 0 shouldn't be
125.46/133.30	WSVECS04 Frhs2[267]: 6 -13702 0 shouldn't be
125.46/133.30	WSVECS04 Frhs2[314]: 6 0 5829.23 shouldn't be
125.46/133.30	WSVECS04 Frhs2[318]: 6 0 35504.3 shouldn't be
125.46/133.30	WSVECS04 Frhs2[419]: 6 0 36958.1 shouldn't be
125.56/133.48	WSVECS04 Frhs2[153]: 6 0 47896.3 shouldn't be
125.56/133.48	WSVECS04 Frhs2[245]: 6 0 14537.8 shouldn't be
125.56/133.48	WSVECS04 Frhs2[453]: 6 0 61625.9 shouldn't be
125.76/133.68	WSVECS04 Frhs2[28]: 6 0 14051.8 shouldn't be
125.76/133.68	WSVECS04 Frhs2[142]: 6 0 21104 shouldn't be
125.76/133.68	WSVECS04 Frhs2[402]: 6 -36536.7 0 shouldn't be
126.35/134.29	WSVECS04 Frhs2[161]: 6 0 5002.28 shouldn't be
126.66/134.50	WSVECS04 Frhs2[53]: 6 0 10208.9 shouldn't be
126.75/134.63	WSVECS04 Frhs2[24]: 6 0 186210 shouldn't be
126.75/134.63	WSVECS04 Frhs2[32]: 6 0 284467 shouldn't be
126.75/134.63	WSVECS04 Frhs2[155]: 6 0 313712 shouldn't be
126.75/134.63	WSVECS04 Frhs2[156]: 6 0 106195 shouldn't be
126.75/134.63	WSVECS04 Frhs2[232]: 6 0 21957.5 shouldn't be
126.75/134.63	WSVECS04 Frhs2[256]: 6 0 146219 shouldn't be
126.75/134.63	WSVECS04 Frhs2[304]: 6 0 21957.5 shouldn't be
126.75/134.63	WSVECS04 Frhs2[348]: 6 0 39888.4 shouldn't be
126.75/134.63	WSVECS04 Frhs2[361]: 6 0 588993 shouldn't be
126.75/134.63	WSVECS04 Frhs2[362]: 6 0 15600.2 shouldn't be
126.75/134.63	WSVECS04 Frhs2[366]: 6 0 361844 shouldn't be
126.75/134.63	WSVECS04 Frhs2[370]: 6 0 279 shouldn't be
126.75/134.63	WSVECS04 Frhs2[377]: 6 0 380 shouldn't be
126.75/134.63	WSVECS04 Frhs2[380]: 6 0 486 shouldn't be
126.75/134.63	WSVECS04 Frhs2[381]: 6 -130424 0 shouldn't be
126.75/134.63	WSVECS04 Frhs2[409]: 6 0 31722.9 shouldn't be
126.75/134.63	WSVECS04 Frhs2[423]: 6 0 12716.4 shouldn't be
126.75/134.63	WSVECS04 Frhs2[437]: 6 0 92718.8 shouldn't be
126.75/134.63	WSVECS04 Frhs2[439]: 6 0 394258 shouldn't be
126.75/134.63	WSVECS04 Frhs2[442]: 6 0 89669.5 shouldn't be
126.75/134.63	WSVECS04 Frhs2[444]: 6 0 89679.5 shouldn't be
126.75/134.63	WSVECS04 Frhs2[449]: 6 0 106 shouldn't be
126.75/134.63	WSVECS04 Frhs2[465]: 6 0 21360.1 shouldn't be
126.75/134.63	WSVECS04 Frhs2[493]: 6 -380 0 shouldn't be
126.75/134.63	WSVECS04 Frhs2[494]: 6 0 26529.7 shouldn't be
126.75/134.63	WSVECS04 Frhs2[497]: 6 -8376.69 0 shouldn't be
126.75/134.63	WSVECS04 Frhs2[506]: 6 0 27440.4 shouldn't be
126.75/134.63	WSVECS04 Frhs2[537]: 6 0 180290 shouldn't be
132.34/140.20	c #Conflicts:     346000 | #Constraints:      17408
132.34/140.20	c #Conflicts:     347000 | #Constraints:      18409
132.34/140.20	c #Conflicts:     348000 | #Constraints:      19412
132.34/140.20	c #Conflicts:     349000 | #Constraints:      20417
132.34/140.20	c #Conflicts:     350000 | #Constraints:      21421
132.34/140.20	c #Conflicts:     351000 | #Constraints:      22423
132.34/140.20	c #Conflicts:     352000 | #Constraints:      23426
132.34/140.20	c #Conflicts:     353000 | #Constraints:      24428
132.34/140.20	c #Conflicts:     354000 | #Constraints:      25430
132.34/140.20	c #Conflicts:     355000 | #Constraints:      26432
132.34/140.20	c #Conflicts:     356000 | #Constraints:      27436
132.34/140.20	c #Conflicts:     357000 | #Constraints:      28439
132.34/140.20	c INPROCESSING
132.34/140.20	c GARBAGE COLLECT
132.34/140.20	c #Conflicts:     358000 | #Constraints:      17616
132.34/140.20	WSVECS04 Frhs2[16]: 6 0 67.4128 shouldn't be
132.34/140.20	WSVECS04 Frhs2[40]: 6 0 65.5977 shouldn't be
132.34/140.20	WSVECS04 Frhs2[62]: 6 0 481.129 shouldn't be
132.34/140.20	WSVECS04 Frhs2[63]: 6 0 883.585 shouldn't be
132.34/140.20	WSVECS04 Frhs2[64]: 6 0 375.731 shouldn't be
132.34/140.20	WSVECS04 Frhs2[65]: 6 -8.16421 0 shouldn't be
132.34/140.20	WSVECS04 Frhs2[100]: 6 0 126.739 shouldn't be
132.34/140.20	WSVECS04 Frhs2[104]: 6 0 201.738 shouldn't be
132.34/140.20	WSVECS04 Frhs2[144]: 6 -408 0 shouldn't be
132.34/140.20	WSVECS04 Frhs2[145]: 6 -833.338 0 shouldn't be
132.34/140.20	WSVECS04 Frhs2[150]: 6 0 12.5887 shouldn't be
132.34/140.20	WSVECS04 Frhs2[161]: 6 0 1123.38 shouldn't be
132.34/140.20	WSVECS04 Frhs2[162]: 6 0 1081.66 shouldn't be
132.34/140.20	WSVECS04 Frhs2[176]: 6 0 875.788 shouldn't be
132.34/140.20	WSVECS04 Frhs2[177]: 6 0 78.1873 shouldn't be
132.34/140.20	WSVECS04 Frhs2[178]: 6 0 49.7406 shouldn't be
132.34/140.20	WSVECS04 Frhs2[185]: 6 0 206.442 shouldn't be
132.34/140.20	WSVECS04 Frhs2[186]: 6 0 531.944 shouldn't be
132.34/140.20	WSVECS04 Frhs2[191]: 6 0 737.976 shouldn't be
132.34/140.20	WSVECS04 Frhs2[195]: 6 -697.258 0 shouldn't be
132.34/140.20	WSVECS04 Frhs2[212]: 6 0 266.684 shouldn't be
132.34/140.20	WSVECS04 Frhs2[227]: 6 0 278.868 shouldn't be
132.34/140.20	WSVECS04 Frhs2[271]: 6 0 103.257 shouldn't be
132.34/140.20	WSVECS04 Frhs2[308]: 6 0 1039.17 shouldn't be
132.34/140.20	WSVECS04 Frhs2[311]: 6 0 524.595 shouldn't be
132.34/140.20	WSVECS04 Frhs2[315]: 6 0 25.2952 shouldn't be
132.34/140.20	WSVECS04 Frhs2[438]: 6 0 901.917 shouldn't be
132.34/140.20	WSVECS04 Frhs2[475]: 6 -492.326 0 shouldn't be
132.34/140.20	WSVECS04 Frhs2[531]: 6 0 415.337 shouldn't be
132.34/140.20	WSVECS04 Frhs2[536]: 6 -1132.95 0 shouldn't be
132.74/140.67	c #Conflicts:     359000 | #Constraints:      18617
132.74/140.67	WSVECS04 Frhs2[9]: 6 0 155.15 shouldn't be
132.74/140.67	WSVECS04 Frhs2[46]: 6 0 2632.09 shouldn't be
132.74/140.67	WSVECS04 Frhs2[50]: 6 0 56584.1 shouldn't be
132.74/140.67	WSVECS04 Frhs2[69]: 6 0 34108.3 shouldn't be
132.74/140.67	WSVECS04 Frhs2[74]: 6 0 119066 shouldn't be
132.74/140.67	WSVECS04 Frhs2[81]: 6 0 2787.24 shouldn't be
132.74/140.67	WSVECS04 Frhs2[96]: 6 0 105819 shouldn't be
132.74/140.67	WSVECS04 Frhs2[99]: 6 0 53595.7 shouldn't be
132.74/140.67	WSVECS04 Frhs2[101]: 6 0 257150 shouldn't be
132.74/140.67	WSVECS04 Frhs2[168]: 6 0 55444.6 shouldn't be
132.74/140.67	WSVECS04 Frhs2[182]: 6 0 100436 shouldn't be
132.74/140.67	WSVECS04 Frhs2[183]: 6 0 10603.5 shouldn't be
132.74/140.67	WSVECS04 Frhs2[210]: 6 -117649 0 shouldn't be
132.74/140.67	WSVECS04 Frhs2[214]: 6 0 57999.8 shouldn't be
132.74/140.67	WSVECS04 Frhs2[216]: 6 0 170374 shouldn't be
132.74/140.67	WSVECS04 Frhs2[218]: 6 0 358204 shouldn't be
132.74/140.67	WSVECS04 Frhs2[222]: 6 0 88986.4 shouldn't be
132.74/140.67	WSVECS04 Frhs2[254]: 6 0 113787 shouldn't be
132.74/140.67	WSVECS04 Frhs2[273]: 6 0 62992.3 shouldn't be
132.74/140.67	WSVECS04 Frhs2[274]: 6 0 63103.7 shouldn't be
132.74/140.67	WSVECS04 Frhs2[282]: 6 0 47875.6 shouldn't be
132.74/140.67	WSVECS04 Frhs2[290]: 6 0 91193.7 shouldn't be
132.74/140.67	WSVECS04 Frhs2[295]: 6 0 134148 shouldn't be
132.74/140.67	WSVECS04 Frhs2[314]: 6 0 63628 shouldn't be
132.74/140.67	WSVECS04 Frhs2[326]: 6 0 75888 shouldn't be
132.74/140.67	WSVECS04 Frhs2[336]: 6 0 1705.05 shouldn't be
132.74/140.67	WSVECS04 Frhs2[357]: 6 0 41026.8 shouldn't be
132.74/140.67	WSVECS04 Frhs2[374]: 6 0 186251 shouldn't be
132.74/140.67	WSVECS04 Frhs2[391]: 6 0 20631.8 shouldn't be
132.74/140.67	WSVECS04 Frhs2[399]: 6 0 98072.7 shouldn't be
132.74/140.67	WSVECS04 Frhs2[412]: 6 0 61731.9 shouldn't be
132.74/140.67	WSVECS04 Frhs2[413]: 6 0 297185 shouldn't be
132.74/140.67	WSVECS04 Frhs2[415]: 6 0 92424.9 shouldn't be
132.74/140.67	WSVECS04 Frhs2[419]: 6 0 264884 shouldn't be
132.74/140.67	WSVECS04 Frhs2[421]: 6 0 57992 shouldn't be
132.74/140.67	WSVECS04 Frhs2[423]: 6 0 57808 shouldn't be
132.74/140.67	WSVECS04 Frhs2[428]: 6 0 17270.4 shouldn't be
132.74/140.67	WSVECS04 Frhs2[440]: 6 0 36421.9 shouldn't be
132.74/140.67	WSVECS04 Frhs2[459]: 6 0 90725.9 shouldn't be
132.74/140.67	WSVECS04 Frhs2[464]: 6 0 63978.6 shouldn't be
132.74/140.67	WSVECS04 Frhs2[470]: 6 0 110878 shouldn't be
132.74/140.67	WSVECS04 Frhs2[471]: 6 0 61283.4 shouldn't be
132.74/140.67	WSVECS04 Frhs2[472]: 6 0 36913.4 shouldn't be
132.74/140.67	WSVECS04 Frhs2[473]: 6 0 37026.4 shouldn't be
132.74/140.67	WSVECS04 Frhs2[476]: 6 0 216661 shouldn't be
132.74/140.67	WSVECS04 Frhs2[477]: 6 0 43202.6 shouldn't be
132.74/140.67	WSVECS04 Frhs2[480]: 6 0 62765.3 shouldn't be
132.74/140.67	WSVECS04 Frhs2[493]: 6 0 38103.5 shouldn't be
132.74/140.67	WSVECS04 Frhs2[504]: 6 -80695 0 shouldn't be
132.74/140.67	WSVECS04 Frhs2[540]: 6 0 101544 shouldn't be
132.84/140.77	WSVECS04 Frhs2[45]: 6 0 2787.24 shouldn't be
132.84/140.77	WSVECS04 Frhs2[117]: 6 0 2787.24 shouldn't be
132.84/140.77	WSVECS04 Frhs2[219]: 6 0 161856 shouldn't be
132.84/140.77	WSVECS04 Frhs2[220]: 6 0 152516 shouldn't be
132.84/140.77	WSVECS04 Frhs2[258]: 6 0 80419.8 shouldn't be
132.84/140.77	WSVECS04 Frhs2[261]: 6 0 3416.74 shouldn't be
132.84/140.77	WSVECS04 Frhs2[294]: 6 0 69010.5 shouldn't be
132.84/140.77	WSVECS04 Frhs2[306]: 6 0 46371.9 shouldn't be
132.84/140.77	WSVECS04 Frhs2[383]: 6 0 237362 shouldn't be
132.84/140.77	WSVECS04 Frhs2[395]: 6 0 65755.7 shouldn't be
132.84/140.77	WSVECS04 Frhs2[405]: 6 0 34949.6 shouldn't be
132.84/140.77	WSVECS04 Frhs2[411]: 6 -216178 0 shouldn't be
132.84/140.77	WSVECS04 Frhs2[430]: 6 0 51847.8 shouldn't be
132.84/140.77	WSVECS04 Frhs2[435]: 6 0 35349.9 shouldn't be
132.84/140.77	WSVECS04 Frhs2[437]: 6 0 58400 shouldn't be
132.84/140.77	WSVECS04 Frhs2[485]: 6 0 51858.3 shouldn't be
132.84/140.77	WSVECS04 Frhs2[516]: 6 0 196326 shouldn't be
132.94/140.88	WSVECS04 Frhs2[52]: 6 0 4073.19 shouldn't be
132.94/140.88	WSVECS04 Frhs2[70]: 6 0 94533.8 shouldn't be
132.94/140.88	WSVECS04 Frhs2[105]: 6 0 19553.4 shouldn't be
132.94/140.88	WSVECS04 Frhs2[153]: 6 0 194017 shouldn't be
132.94/140.88	WSVECS04 Frhs2[187]: 6 0 7941.22 shouldn't be
132.94/140.88	WSVECS04 Frhs2[190]: 6 0 9159.66 shouldn't be
132.94/140.88	WSVECS04 Frhs2[206]: 6 0 114554 shouldn't be
132.94/140.88	WSVECS04 Frhs2[278]: 6 0 139195 shouldn't be
132.94/140.88	WSVECS04 Frhs2[322]: 6 0 149831 shouldn't be
132.94/140.88	WSVECS04 Frhs2[334]: 6 0 4081.12 shouldn't be
132.94/140.88	WSVECS04 Frhs2[341]: 6 0 75043.9 shouldn't be
132.94/140.88	WSVECS04 Frhs2[351]: 6 0 39408.7 shouldn't be
132.94/140.88	WSVECS04 Frhs2[369]: 6 0 213539 shouldn't be
132.94/140.88	WSVECS04 Frhs2[414]: 6 0 292735 shouldn't be
132.94/140.88	WSVECS04 Frhs2[422]: 6 0 289162 shouldn't be
137.33/145.26	c #Conflicts:     360000 | #Constraints:      19618
137.33/145.26	c #Conflicts:     361000 | #Constraints:      20618
137.33/145.26	c #Conflicts:     362000 | #Constraints:      21618
137.33/145.26	c #Conflicts:     363000 | #Constraints:      22618
137.33/145.26	c #Conflicts:     364000 | #Constraints:      23619
137.33/145.26	c #Conflicts:     365000 | #Constraints:      24620
137.33/145.26	c #Conflicts:     366000 | #Constraints:      25621
137.33/145.26	c #Conflicts:     367000 | #Constraints:      26621
137.33/145.26	c #Conflicts:     368000 | #Constraints:      27621
137.33/145.26	c #Conflicts:     369000 | #Constraints:      28621
137.33/145.26	c INPROCESSING
137.33/145.26	c GARBAGE COLLECT
137.33/145.26	WSVECS04 Frhs2[162]: 6 0 40.4049 shouldn't be
137.33/145.26	WSVECS04 Frhs2[348]: 6 0 105.977 shouldn't be
137.33/145.26	WSVECS04 Frhs2[462]: 6 0 43.0001 shouldn't be
137.53/145.43	WSVECS04 Frhs2[92]: 6 0 43.4143 shouldn't be
137.53/145.43	WSVECS04 Frhs2[182]: 6 0 41.4017 shouldn't be
137.53/145.43	WSVECS04 Frhs2[304]: 6 0 23.7014 shouldn't be
137.53/145.43	WSVECS04 Frhs2[464]: 6 0 73.7547 shouldn't be
137.62/145.57	WSVECS04 Frhs2[3]: 6 0 120.735 shouldn't be
137.62/145.57	WSVECS04 Frhs2[4]: 6 0 243.531 shouldn't be
137.62/145.57	WSVECS04 Frhs2[118]: 6 0 1.76999 shouldn't be
137.62/145.57	WSVECS04 Frhs2[226]: 6 0 1.76999 shouldn't be
137.62/145.57	WSVECS04 Frhs2[418]: 6 0 249.23 shouldn't be
137.62/145.57	WSVECS04 Frhs2[522]: 6 -34.927 0 shouldn't be
137.83/145.74	WSVECS04 Frhs2[3]: 6 0 12.6743 shouldn't be
137.83/145.74	WSVECS04 Frhs2[139]: 6 0 95.7224 shouldn't be
137.83/145.74	WSVECS04 Frhs2[142]: 6 0 95.7224 shouldn't be
137.83/145.74	WSVECS04 Frhs2[220]: 6 0 138.359 shouldn't be
137.83/145.74	WSVECS04 Frhs2[243]: 6 0 441.519 shouldn't be
137.83/145.74	WSVECS04 Frhs2[334]: 6 0 130.148 shouldn't be
137.83/145.74	WSVECS04 Frhs2[364]: 6 -78.6332 0 shouldn't be
137.83/145.74	WSVECS04 Frhs2[372]: 6 0 43 shouldn't be
137.83/145.74	WSVECS04 Frhs2[389]: 6 0 63 shouldn't be
142.02/149.94	c #Conflicts:     370000 | #Constraints:      17607
142.02/149.94	c #Conflicts:     371000 | #Constraints:      18607
142.02/149.94	c #Conflicts:     372000 | #Constraints:      19607
142.02/149.94	c #Conflicts:     373000 | #Constraints:      20607
142.02/149.94	c #Conflicts:     374000 | #Constraints:      21609
142.02/149.94	c #Conflicts:     375000 | #Constraints:      22610
142.02/149.94	c #Conflicts:     376000 | #Constraints:      23611
142.02/149.94	c #Conflicts:     377000 | #Constraints:      24611
142.02/149.94	c #Conflicts:     378000 | #Constraints:      25613
142.02/149.94	c #Conflicts:     379000 | #Constraints:      26615
142.02/149.94	c #Conflicts:     380000 | #Constraints:      27616
142.02/149.94	c #Conflicts:     381000 | #Constraints:      28619
142.02/149.94	c INPROCESSING
142.02/149.94	c GARBAGE COLLECT
142.02/149.94	WSVECS04 Frhs2[8]: 6 -256.631 0 shouldn't be
142.02/149.94	WSVECS04 Frhs2[11]: 6 0 24.0297 shouldn't be
142.02/149.94	WSVECS04 Frhs2[12]: 6 0 68.472 shouldn't be
142.02/149.94	WSVECS04 Frhs2[19]: 6 0 176.516 shouldn't be
142.02/149.94	WSVECS04 Frhs2[20]: 6 0 52.8219 shouldn't be
142.02/149.94	WSVECS04 Frhs2[40]: 6 0 158.097 shouldn't be
142.02/149.94	WSVECS04 Frhs2[42]: 6 0 290.203 shouldn't be
142.02/149.94	WSVECS04 Frhs2[47]: 6 0 374.765 shouldn't be
142.02/149.94	WSVECS04 Frhs2[58]: 6 0 324.222 shouldn't be
142.02/149.94	WSVECS04 Frhs2[62]: 6 0 860.86 shouldn't be
142.02/149.94	WSVECS04 Frhs2[63]: 6 0 689.787 shouldn't be
142.02/149.94	WSVECS04 Frhs2[65]: 6 -566.758 0 shouldn't be
142.02/149.94	WSVECS04 Frhs2[74]: 6 0 307.494 shouldn't be
142.02/149.94	WSVECS04 Frhs2[75]: 6 0 385.452 shouldn't be
142.02/149.94	WSVECS04 Frhs2[77]: 6 0 243.704 shouldn't be
142.02/149.94	WSVECS04 Frhs2[95]: 6 0 258.6 shouldn't be
142.02/149.94	WSVECS04 Frhs2[97]: 6 0 60.13 shouldn't be
142.02/149.94	WSVECS04 Frhs2[100]: 6 0 124.24 shouldn't be
142.02/149.94	WSVECS04 Frhs2[103]: 6 0 65.0754 shouldn't be
142.02/149.94	WSVECS04 Frhs2[114]: 6 0 312.798 shouldn't be
142.02/149.94	WSVECS04 Frhs2[115]: 6 0 272.145 shouldn't be
142.02/149.94	WSVECS04 Frhs2[122]: 6 0 354.655 shouldn't be
142.02/149.94	WSVECS04 Frhs2[145]: 6 -1392.38 0 shouldn't be
142.02/149.94	WSVECS04 Frhs2[146]: 6 0 177.588 shouldn't be
142.02/149.94	WSVECS04 Frhs2[147]: 6 0 304.609 shouldn't be
142.02/149.94	WSVECS04 Frhs2[151]: 6 0 82.3115 shouldn't be
142.02/149.94	WSVECS04 Frhs2[153]: 6 0 357.839 shouldn't be
142.02/149.94	WSVECS04 Frhs2[154]: 6 0 488.119 shouldn't be
142.02/149.94	WSVECS04 Frhs2[160]: 6 0 152.722 shouldn't be
142.02/149.94	WSVECS04 Frhs2[171]: 6 0 937.471 shouldn't be
142.02/149.94	WSVECS04 Frhs2[181]: 6 0 380.448 shouldn't be
142.02/149.94	WSVECS04 Frhs2[185]: 6 0 464.051 shouldn't be
142.02/149.94	WSVECS04 Frhs2[191]: 6 0 669.107 shouldn't be
142.02/149.94	WSVECS04 Frhs2[192]: 6 0 68.472 shouldn't be
142.02/149.94	WSVECS04 Frhs2[199]: 6 0 309.06 shouldn't be
142.02/149.94	WSVECS04 Frhs2[203]: 6 0 193.447 shouldn't be
142.02/149.94	WSVECS04 Frhs2[215]: 6 0 238.238 shouldn't be
142.02/149.94	WSVECS04 Frhs2[216]: 6 -288.028 0 shouldn't be
142.02/149.94	WSVECS04 Frhs2[218]: 6 -339.332 0 shouldn't be
142.02/149.94	WSVECS04 Frhs2[224]: 6 -350.735 0 shouldn't be
142.02/149.94	WSVECS04 Frhs2[227]: 6 0 44.2103 shouldn't be
142.02/149.94	WSVECS04 Frhs2[236]: 6 0 224.266 shouldn't be
142.02/149.94	WSVECS04 Frhs2[242]: 6 0 475.394 shouldn't be
142.02/149.94	WSVECS04 Frhs2[256]: 6 -487.526 0 shouldn't be
142.02/149.94	WSVECS04 Frhs2[257]: 6 0 751.428 shouldn't be
142.02/149.94	WSVECS04 Frhs2[258]: 6 0 25.736 shouldn't be
142.02/149.94	WSVECS04 Frhs2[271]: 6 0 371.885 shouldn't be
142.02/149.94	WSVECS04 Frhs2[272]: 6 0 294.015 shouldn't be
142.02/149.94	WSVECS04 Frhs2[276]: 6 0 976.737 shouldn't be
142.02/149.94	WSVECS04 Frhs2[278]: 6 0 163.363 shouldn't be
142.02/149.94	WSVECS04 Frhs2[291]: 6 0 77.7907 shouldn't be
142.02/149.94	WSVECS04 Frhs2[294]: 6 0 84.0336 shouldn't be
142.02/149.94	WSVECS04 Frhs2[299]: 6 0 149.786 shouldn't be
142.02/149.94	WSVECS04 Frhs2[300]: 6 0 68.472 shouldn't be
142.02/149.94	WSVECS04 Frhs2[301]: 6 0 590.102 shouldn't be
142.02/149.94	WSVECS04 Frhs2[304]: 6 -811.968 0 shouldn't be
142.02/149.94	WSVECS04 Frhs2[307]: 6 0 685.325 shouldn't be
142.02/149.94	WSVECS04 Frhs2[312]: 6 0 213.614 shouldn't be
142.02/149.94	WSVECS04 Frhs2[313]: 6 0 318.277 shouldn't be
142.02/149.94	WSVECS04 Frhs2[314]: 6 0 206.981 shouldn't be
142.02/149.94	WSVECS04 Frhs2[319]: 6 0 512.908 shouldn't be
142.02/149.94	WSVECS04 Frhs2[322]: 6 0 512.908 shouldn't be
142.02/149.94	WSVECS04 Frhs2[326]: 6 0 313.442 shouldn't be
142.02/149.94	WSVECS04 Frhs2[330]: 6 0 351.758 shouldn't be
142.02/149.94	WSVECS04 Frhs2[350]: 6 0 491.9 shouldn't be
142.02/149.94	WSVECS04 Frhs2[364]: 6 -625.446 0 shouldn't be
142.02/149.94	WSVECS04 Frhs2[367]: 6 0 1073.44 shouldn't be
142.02/149.94	WSVECS04 Frhs2[371]: 6 -1390.6 0 shouldn't be
142.02/149.94	WSVECS04 Frhs2[373]: 6 0 28 shouldn't be
142.02/149.94	WSVECS04 Frhs2[378]: 6 0 773.437 shouldn't be
142.02/149.94	WSVECS04 Frhs2[387]: 6 -315 0 shouldn't be
142.02/149.94	WSVECS04 Frhs2[388]: 6 0 896.438 shouldn't be
142.02/149.94	WSVECS04 Frhs2[394]: 6 0 570.132 shouldn't be
142.02/149.94	WSVECS04 Frhs2[437]: 6 0 68.5034 shouldn't be
142.02/149.94	WSVECS04 Frhs2[459]: 6 0 440.904 shouldn't be
142.02/149.94	WSVECS04 Frhs2[464]: 6 0 608.781 shouldn't be
142.02/149.94	WSVECS04 Frhs2[471]: 6 -530.027 0 shouldn't be
142.13/150.07	WSVECS04 Frhs2[76]: 6 0 170.902 shouldn't be
142.13/150.07	WSVECS04 Frhs2[88]: 6 0 322.984 shouldn't be
142.13/150.07	WSVECS04 Frhs2[121]: 6 0 44.6574 shouldn't be
142.13/150.07	WSVECS04 Frhs2[150]: 6 0 42.3502 shouldn't be
142.13/150.07	WSVECS04 Frhs2[268]: 6 0 131.768 shouldn't be
142.32/150.21	WSVECS04 Frhs2[59]: 6 -819.515 0 shouldn't be
142.32/150.21	WSVECS04 Frhs2[66]: 6 0 85.0321 shouldn't be
142.32/150.21	WSVECS04 Frhs2[85]: 6 0 235.596 shouldn't be
142.32/150.21	WSVECS04 Frhs2[193]: 6 0 133.359 shouldn't be
142.32/150.21	WSVECS04 Frhs2[293]: 6 0 84.0336 shouldn't be
142.32/150.21	WSVECS04 Frhs2[310]: 6 -218.897 0 shouldn't be
142.32/150.21	WSVECS04 Frhs2[320]: 6 0 36.2244 shouldn't be
142.32/150.21	WSVECS04 Frhs2[347]: 6 0 155.86 shouldn't be
142.32/150.21	WSVECS04 Frhs2[432]: 6 -80 0 shouldn't be
142.32/150.21	WSVECS04 Frhs2[454]: 6 0 1725.71 shouldn't be
142.41/150.35	WSVECS04 Frhs2[14]: 6 -691.764 0 shouldn't be
142.41/150.35	WSVECS04 Frhs2[61]: 6 0 487.443 shouldn't be
142.41/150.35	WSVECS04 Frhs2[321]: 6 0 57.6755 shouldn't be
142.41/150.35	WSVECS04 Frhs2[337]: 6 0 174.827 shouldn't be
142.52/150.49	WSVECS04 Frhs2[86]: 6 0 73.7006 shouldn't be
142.52/150.49	WSVECS04 Frhs2[149]: 6 0 42.3502 shouldn't be
142.52/150.49	WSVECS04 Frhs2[163]: 6 0 1116.46 shouldn't be
142.52/150.49	WSVECS04 Frhs2[175]: 6 0 275.292 shouldn't be
142.52/150.49	WSVECS04 Frhs2[308]: 6 0 388.062 shouldn't be
142.72/150.64	WSVECS04 Frhs2[134]: 6 0 803.413 shouldn't be
142.72/150.64	WSVECS04 Frhs2[265]: 6 0 110.392 shouldn't be
142.82/150.77	WSVECS04 Frhs2[46]: 6 0 350.735 shouldn't be
142.82/150.77	WSVECS04 Frhs2[290]: 6 0 305.598 shouldn't be
142.92/150.89	WSVECS04 Frhs2[38]: 6 0 325.264 shouldn't be
142.92/150.89	WSVECS04 Frhs2[41]: 6 0 300.711 shouldn't be
143.12/151.05	WSVECS04 Frhs2[183]: 6 0 112.83 shouldn't be
143.23/151.18	WSVECS04 Frhs2[26]: 6 0 367.644 shouldn't be
143.23/151.18	WSVECS04 Frhs2[55]: 6 0 582.997 shouldn't be
143.23/151.18	WSVECS04 Frhs2[106]: 6 0 451.061 shouldn't be
143.23/151.18	WSVECS04 Frhs2[133]: 6 0 53.4715 shouldn't be
143.23/151.18	WSVECS04 Frhs2[338]: 6 0 231.318 shouldn't be
143.23/151.18	WSVECS04 Frhs2[365]: 6 -521 0 shouldn't be
143.51/151.43	WSVECS04 Frhs2[376]: 6 -1192.3 0 shouldn't be
143.71/151.69	WSVECS04 Frhs2[447]: 6 0 152.764 shouldn't be
143.92/151.86	WSVECS04 Frhs2[8]: 6 -256.631 0 shouldn't be
143.92/151.86	WSVECS04 Frhs2[11]: 6 0 24.0297 shouldn't be
143.92/151.86	WSVECS04 Frhs2[12]: 6 0 68.4719 shouldn't be
143.92/151.86	WSVECS04 Frhs2[14]: 6 -691.764 0 shouldn't be
143.92/151.86	WSVECS04 Frhs2[19]: 6 0 176.516 shouldn't be
143.92/151.86	WSVECS04 Frhs2[20]: 6 0 52.8218 shouldn't be
143.92/151.86	WSVECS04 Frhs2[40]: 6 0 158.097 shouldn't be
143.92/151.86	WSVECS04 Frhs2[47]: 6 0 374.765 shouldn't be
143.92/151.86	WSVECS04 Frhs2[55]: 6 0 582.997 shouldn't be
143.92/151.86	WSVECS04 Frhs2[59]: 6 -819.515 0 shouldn't be
143.92/151.86	WSVECS04 Frhs2[61]: 6 0 487.443 shouldn't be
143.92/151.86	WSVECS04 Frhs2[62]: 6 0 860.86 shouldn't be
143.92/151.86	WSVECS04 Frhs2[63]: 6 0 689.787 shouldn't be
143.92/151.86	WSVECS04 Frhs2[65]: 6 -566.758 0 shouldn't be
143.92/151.86	WSVECS04 Frhs2[75]: 6 0 385.452 shouldn't be
143.92/151.86	WSVECS04 Frhs2[76]: 6 0 170.902 shouldn't be
143.92/151.86	WSVECS04 Frhs2[95]: 6 0 258.6 shouldn't be
143.92/151.86	WSVECS04 Frhs2[106]: 6 0 451.061 shouldn't be
143.92/151.86	WSVECS04 Frhs2[122]: 6 0 354.655 shouldn't be
143.92/151.86	WSVECS04 Frhs2[145]: 6 -1392.38 0 shouldn't be
143.92/151.86	WSVECS04 Frhs2[147]: 6 0 304.609 shouldn't be
143.92/151.86	WSVECS04 Frhs2[151]: 6 0 82.3115 shouldn't be
143.92/151.86	WSVECS04 Frhs2[154]: 6 0 488.119 shouldn't be
143.92/151.86	WSVECS04 Frhs2[160]: 6 0 152.722 shouldn't be
143.92/151.86	WSVECS04 Frhs2[163]: 6 0 1116.46 shouldn't be
143.92/151.86	WSVECS04 Frhs2[171]: 6 0 937.471 shouldn't be
143.92/151.86	WSVECS04 Frhs2[181]: 6 0 380.448 shouldn't be
143.92/151.86	WSVECS04 Frhs2[191]: 6 0 669.107 shouldn't be
143.92/151.86	WSVECS04 Frhs2[192]: 6 0 68.4719 shouldn't be
143.92/151.86	WSVECS04 Frhs2[199]: 6 0 309.059 shouldn't be
143.92/151.86	WSVECS04 Frhs2[203]: 6 0 193.447 shouldn't be
143.92/151.86	WSVECS04 Frhs2[205]: 6 0 316.549 shouldn't be
143.92/151.86	WSVECS04 Frhs2[210]: 6 0 261.402 shouldn't be
143.92/151.86	WSVECS04 Frhs2[215]: 6 0 238.238 shouldn't be
143.92/151.86	WSVECS04 Frhs2[216]: 6 -288.028 0 shouldn't be
143.92/151.86	WSVECS04 Frhs2[224]: 6 -350.735 0 shouldn't be
143.92/151.86	WSVECS04 Frhs2[227]: 6 0 44.2103 shouldn't be
143.92/151.86	WSVECS04 Frhs2[236]: 6 0 224.266 shouldn't be
143.92/151.86	WSVECS04 Frhs2[257]: 6 0 751.428 shouldn't be
143.92/151.86	WSVECS04 Frhs2[271]: 6 0 371.885 shouldn't be
143.92/151.86	WSVECS04 Frhs2[272]: 6 0 294.015 shouldn't be
143.92/151.86	WSVECS04 Frhs2[276]: 6 0 976.737 shouldn't be
143.92/151.86	WSVECS04 Frhs2[291]: 6 0 77.7906 shouldn't be
143.92/151.86	WSVECS04 Frhs2[301]: 6 0 590.102 shouldn't be
143.92/151.86	WSVECS04 Frhs2[304]: 6 -811.968 0 shouldn't be
143.92/151.86	WSVECS04 Frhs2[307]: 6 0 685.324 shouldn't be
143.92/151.86	WSVECS04 Frhs2[308]: 6 0 388.062 shouldn't be
143.92/151.86	WSVECS04 Frhs2[310]: 6 -218.897 0 shouldn't be
143.92/151.86	WSVECS04 Frhs2[313]: 6 0 318.277 shouldn't be
143.92/151.86	WSVECS04 Frhs2[319]: 6 0 512.908 shouldn't be
143.92/151.86	WSVECS04 Frhs2[330]: 6 0 351.758 shouldn't be
143.92/151.86	WSVECS04 Frhs2[338]: 6 0 231.318 shouldn't be
143.92/151.86	WSVECS04 Frhs2[347]: 6 0 155.86 shouldn't be
143.92/151.86	WSVECS04 Frhs2[364]: 6 -625.446 0 shouldn't be
143.92/151.86	WSVECS04 Frhs2[367]: 6 0 1073.44 shouldn't be
143.92/151.86	WSVECS04 Frhs2[373]: 6 0 28 shouldn't be
143.92/151.86	WSVECS04 Frhs2[376]: 6 -1192.3 0 shouldn't be
143.92/151.86	WSVECS04 Frhs2[387]: 6 -315 0 shouldn't be
143.92/151.86	WSVECS04 Frhs2[394]: 6 0 570.132 shouldn't be
143.92/151.86	WSVECS04 Frhs2[437]: 6 0 68.5034 shouldn't be
143.92/151.86	WSVECS04 Frhs2[459]: 6 0 440.904 shouldn't be
143.92/151.86	WSVECS04 Frhs2[464]: 6 0 608.781 shouldn't be
143.92/151.86	WSVECS04 Frhs2[471]: 6 -530.027 0 shouldn't be
144.13/152.06	WSVECS04 Frhs2[26]: 6 0 367.644 shouldn't be
144.13/152.06	WSVECS04 Frhs2[46]: 6 0 350.735 shouldn't be
144.13/152.06	WSVECS04 Frhs2[58]: 6 0 324.222 shouldn't be
144.13/152.06	WSVECS04 Frhs2[74]: 6 0 307.494 shouldn't be
144.13/152.06	WSVECS04 Frhs2[88]: 6 0 322.984 shouldn't be
144.13/152.06	WSVECS04 Frhs2[100]: 6 0 124.24 shouldn't be
144.13/152.06	WSVECS04 Frhs2[115]: 6 0 272.145 shouldn't be
144.13/152.06	WSVECS04 Frhs2[134]: 6 0 803.413 shouldn't be
144.13/152.06	WSVECS04 Frhs2[146]: 6 0 177.588 shouldn't be
144.13/152.06	WSVECS04 Frhs2[175]: 6 0 275.292 shouldn't be
144.13/152.06	WSVECS04 Frhs2[183]: 6 0 112.83 shouldn't be
144.13/152.06	WSVECS04 Frhs2[185]: 6 0 464.051 shouldn't be
144.13/152.06	WSVECS04 Frhs2[242]: 6 0 475.394 shouldn't be
144.13/152.06	WSVECS04 Frhs2[256]: 6 -487.526 0 shouldn't be
144.13/152.06	WSVECS04 Frhs2[268]: 6 0 131.768 shouldn't be
144.13/152.06	WSVECS04 Frhs2[299]: 6 0 149.786 shouldn't be
144.13/152.06	WSVECS04 Frhs2[300]: 6 0 68.4719 shouldn't be
144.13/152.06	WSVECS04 Frhs2[312]: 6 0 213.614 shouldn't be
144.13/152.06	WSVECS04 Frhs2[314]: 6 0 206.981 shouldn't be
144.13/152.06	WSVECS04 Frhs2[322]: 6 0 512.908 shouldn't be
144.13/152.06	WSVECS04 Frhs2[326]: 6 0 313.442 shouldn't be
144.13/152.06	WSVECS04 Frhs2[350]: 6 0 491.899 shouldn't be
144.13/152.06	WSVECS04 Frhs2[378]: 6 0 773.437 shouldn't be
144.13/152.06	WSVECS04 Frhs2[432]: 6 -80 0 shouldn't be
144.13/152.06	WSVECS04 Frhs2[454]: 6 0 1725.71 shouldn't be
144.31/152.21	WSVECS04 Frhs2[388]: 6 0 101 shouldn't be
144.31/152.21	WSVECS04 Frhs2[389]: 6 0 207 shouldn't be
146.01/153.98	c #Conflicts:     382000 | #Constraints:      17409
146.01/153.98	c #Conflicts:     383000 | #Constraints:      18409
146.01/153.98	c #Conflicts:     384000 | #Constraints:      19409
146.01/153.98	c #Conflicts:     385000 | #Constraints:      20409
146.01/153.98	c #Conflicts:     386000 | #Constraints:      21410
146.01/153.98	WSVECS04 Frhs2[1]: 6 0 2268.4 shouldn't be
146.01/153.98	WSVECS04 Frhs2[29]: 6 -13182.5 0 shouldn't be
146.01/153.98	WSVECS04 Frhs2[35]: 6 0 235.346 shouldn't be
146.01/153.98	WSVECS04 Frhs2[41]: 6 0 441.115 shouldn't be
146.01/153.98	WSVECS04 Frhs2[49]: 6 0 1073.53 shouldn't be
146.01/153.98	WSVECS04 Frhs2[61]: 6 0 3887.42 shouldn't be
146.01/153.98	WSVECS04 Frhs2[66]: 6 0 3070.58 shouldn't be
146.01/153.98	WSVECS04 Frhs2[77]: 6 0 450.452 shouldn't be
146.01/153.98	WSVECS04 Frhs2[83]: 6 0 317.808 shouldn't be
146.01/153.98	WSVECS04 Frhs2[95]: 6 0 153.538 shouldn't be
146.01/153.98	WSVECS04 Frhs2[100]: 6 0 683.371 shouldn't be
146.01/153.98	WSVECS04 Frhs2[101]: 6 0 707.169 shouldn't be
146.01/153.98	WSVECS04 Frhs2[113]: 6 0 63.2624 shouldn't be
146.01/153.98	WSVECS04 Frhs2[138]: 6 0 705.271 shouldn't be
146.01/153.98	WSVECS04 Frhs2[149]: 6 0 420.644 shouldn't be
146.01/153.98	WSVECS04 Frhs2[170]: 6 0 2306.46 shouldn't be
146.01/153.98	WSVECS04 Frhs2[171]: 6 0 1590.16 shouldn't be
146.01/153.98	WSVECS04 Frhs2[172]: 6 0 4997.47 shouldn't be
146.01/153.98	WSVECS04 Frhs2[174]: 6 0 246.637 shouldn't be
146.01/153.98	WSVECS04 Frhs2[182]: 6 0 126.477 shouldn't be
146.01/153.98	WSVECS04 Frhs2[185]: 6 0 912.813 shouldn't be
146.01/153.98	WSVECS04 Frhs2[186]: 6 0 231.854 shouldn't be
146.01/153.98	WSVECS04 Frhs2[203]: 6 0 1395.69 shouldn't be
146.01/153.98	WSVECS04 Frhs2[205]: 6 -117.13 0 shouldn't be
146.01/153.98	WSVECS04 Frhs2[206]: 6 0 1713.41 shouldn't be
146.01/153.98	WSVECS04 Frhs2[208]: 6 0 4612.97 shouldn't be
146.01/153.98	WSVECS04 Frhs2[221]: 6 0 55.4349 shouldn't be
146.01/153.98	WSVECS04 Frhs2[227]: 6 0 645.21 shouldn't be
146.01/153.98	WSVECS04 Frhs2[242]: 6 0 2636.27 shouldn't be
146.01/153.98	WSVECS04 Frhs2[244]: 6 0 4097.3 shouldn't be
146.01/153.98	WSVECS04 Frhs2[271]: 6 0 463.876 shouldn't be
146.01/153.98	WSVECS04 Frhs2[275]: 6 0 433.988 shouldn't be
146.01/153.98	WSVECS04 Frhs2[281]: 6 0 546.856 shouldn't be
146.01/153.98	WSVECS04 Frhs2[307]: 6 0 528.511 shouldn't be
146.01/153.98	WSVECS04 Frhs2[317]: 6 -12116.9 0 shouldn't be
146.01/153.98	WSVECS04 Frhs2[329]: 6 0 0.0765593 shouldn't be
146.01/153.98	WSVECS04 Frhs2[347]: 6 0 878.926 shouldn't be
146.01/153.98	WSVECS04 Frhs2[349]: 6 0 319.138 shouldn't be
146.01/153.98	WSVECS04 Frhs2[364]: 6 -127.366 0 shouldn't be
146.01/153.98	WSVECS04 Frhs2[484]: 6 0 12727.1 shouldn't be
146.01/153.98	WSVECS04 Frhs2[485]: 6 -904.342 0 shouldn't be
146.01/153.98	WSVECS04 Frhs2[490]: 6 0 981.978 shouldn't be
146.01/153.98	WSVECS04 Frhs2[510]: 6 0 12745.2 shouldn't be
146.31/154.26	WSVECS04 Frhs2[31]: 6 0 328.808 shouldn't be
146.51/154.41	WSVECS04 Frhs2[11]: 6 0 1078.43 shouldn't be
146.51/154.41	WSVECS04 Frhs2[311]: 6 0 507.304 shouldn't be
146.60/154.55	WSVECS04 Frhs2[199]: 6 0 1052.21 shouldn't be
146.71/154.69	WSVECS04 Frhs2[55]: 6 0 1313.74 shouldn't be
146.71/154.69	WSVECS04 Frhs2[97]: 6 0 557.968 shouldn't be
146.71/154.69	WSVECS04 Frhs2[314]: 6 0 2142.82 shouldn't be
146.71/154.69	WSVECS04 Frhs2[316]: 6 0 4812.24 shouldn't be
146.91/154.81	WSVECS04 Frhs2[2]: 6 0 1048.27 shouldn't be
146.91/154.81	WSVECS04 Frhs2[3]: 6 0 1883.56 shouldn't be
147.12/155.07	WSVECS04 Frhs2[252]: 6 -903.395 0 shouldn't be
147.21/155.19	WSVECS04 Frhs2[81]: 6 0 143.372 shouldn't be
147.41/155.39	WSVECS04 Frhs2[26]: 6 0 2495.13 shouldn't be
147.41/155.39	WSVECS04 Frhs2[130]: 6 0 137.231 shouldn't be
149.70/157.61	c #Conflicts:     387000 | #Constraints:      22411
149.70/157.61	c #Conflicts:     388000 | #Constraints:      23411
149.70/157.61	c #Conflicts:     389000 | #Constraints:      24411
149.70/157.61	c #Conflicts:     390000 | #Constraints:      25411
149.70/157.61	c #Conflicts:     391000 | #Constraints:      26411
149.70/157.61	c #Conflicts:     392000 | #Constraints:      27411
149.70/157.61	c #Conflicts:     393000 | #Constraints:      28411
149.70/157.61	c #Conflicts:     394000 | #Constraints:      29411
149.70/157.61	c INPROCESSING
149.70/157.61	c GARBAGE COLLECT
149.70/157.61	WSVECS04 Frhs2[6]: 6 0 1593.38 shouldn't be
149.70/157.61	WSVECS04 Frhs2[7]: 6 0 57.5914 shouldn't be
149.70/157.61	WSVECS04 Frhs2[25]: 6 0 435.325 shouldn't be
149.70/157.61	WSVECS04 Frhs2[29]: 6 -181.496 0 shouldn't be
149.70/157.61	WSVECS04 Frhs2[48]: 6 -481.789 0 shouldn't be
149.70/157.61	WSVECS04 Frhs2[56]: 6 0 141.484 shouldn't be
149.70/157.61	WSVECS04 Frhs2[59]: 6 0 897.578 shouldn't be
149.70/157.61	WSVECS04 Frhs2[64]: 6 0 1144.34 shouldn't be
149.70/157.61	WSVECS04 Frhs2[68]: 6 0 152.331 shouldn't be
149.70/157.61	WSVECS04 Frhs2[79]: 6 0 563.573 shouldn't be
149.70/157.61	WSVECS04 Frhs2[83]: 6 0 154.659 shouldn't be
149.70/157.61	WSVECS04 Frhs2[88]: 6 0 642.732 shouldn't be
149.70/157.61	WSVECS04 Frhs2[91]: 6 0 173.478 shouldn't be
149.70/157.61	WSVECS04 Frhs2[100]: 6 0 2107.93 shouldn't be
149.70/157.61	WSVECS04 Frhs2[112]: 6 0 380.984 shouldn't be
149.70/157.61	WSVECS04 Frhs2[116]: 6 -265.677 0 shouldn't be
149.70/157.61	WSVECS04 Frhs2[122]: 6 0 637.406 shouldn't be
149.70/157.61	WSVECS04 Frhs2[131]: 6 0 1210.07 shouldn't be
149.70/157.61	WSVECS04 Frhs2[132]: 6 0 1977.84 shouldn't be
149.70/157.61	WSVECS04 Frhs2[136]: 6 0 923.96 shouldn't be
149.70/157.61	WSVECS04 Frhs2[145]: 6 0 2725.44 shouldn't be
149.70/157.61	WSVECS04 Frhs2[146]: 6 0 365.935 shouldn't be
149.70/157.61	WSVECS04 Frhs2[147]: 6 0 1007.67 shouldn't be
149.70/157.61	WSVECS04 Frhs2[148]: 6 0 1426.49 shouldn't be
149.70/157.61	WSVECS04 Frhs2[150]: 6 0 2611.46 shouldn't be
149.70/157.61	WSVECS04 Frhs2[155]: 6 0 352.322 shouldn't be
149.70/157.61	WSVECS04 Frhs2[156]: 6 0 927.275 shouldn't be
149.70/157.61	WSVECS04 Frhs2[196]: 6 0 367.518 shouldn't be
149.70/157.61	WSVECS04 Frhs2[205]: 6 0 118.346 shouldn't be
149.70/157.61	WSVECS04 Frhs2[212]: 6 0 446.391 shouldn't be
149.70/157.61	WSVECS04 Frhs2[226]: 6 0 981.741 shouldn't be
149.70/157.61	WSVECS04 Frhs2[230]: 6 0 449.751 shouldn't be
149.70/157.61	WSVECS04 Frhs2[245]: 6 0 251.661 shouldn't be
149.70/157.61	WSVECS04 Frhs2[270]: 6 0 444.75 shouldn't be
149.70/157.61	WSVECS04 Frhs2[285]: 6 -230.876 0 shouldn't be
149.70/157.61	WSVECS04 Frhs2[305]: 6 0 421.357 shouldn't be
149.70/157.61	WSVECS04 Frhs2[306]: 6 0 546.294 shouldn't be
149.70/157.61	WSVECS04 Frhs2[309]: 6 0 553.315 shouldn't be
149.70/157.61	WSVECS04 Frhs2[310]: 6 0 1841.45 shouldn't be
149.70/157.61	WSVECS04 Frhs2[312]: 6 0 2531.21 shouldn't be
149.70/157.61	WSVECS04 Frhs2[315]: 6 0 868.328 shouldn't be
149.70/157.61	WSVECS04 Frhs2[323]: 6 0 334.505 shouldn't be
149.70/157.61	WSVECS04 Frhs2[326]: 6 0 344.046 shouldn't be
149.70/157.61	WSVECS04 Frhs2[328]: 6 0 325.155 shouldn't be
149.70/157.61	WSVECS04 Frhs2[330]: 6 -521.949 0 shouldn't be
149.70/157.61	WSVECS04 Frhs2[332]: 6 0 1419.07 shouldn't be
149.70/157.61	WSVECS04 Frhs2[359]: 6 0 1846.51 shouldn't be
149.70/157.61	WSVECS04 Frhs2[361]: 6 0 1047.53 shouldn't be
149.70/157.61	WSVECS04 Frhs2[370]: 6 0 93.0001 shouldn't be
149.70/157.61	WSVECS04 Frhs2[377]: 6 -337 0 shouldn't be
149.70/157.61	WSVECS04 Frhs2[381]: 6 -100.038 0 shouldn't be
149.70/157.61	WSVECS04 Frhs2[400]: 6 0 865.169 shouldn't be
149.70/157.61	WSVECS04 Frhs2[407]: 6 0 548.729 shouldn't be
149.70/157.61	WSVECS04 Frhs2[436]: 6 -743.268 0 shouldn't be
149.70/157.61	WSVECS04 Frhs2[440]: 6 0 10.8582 shouldn't be
149.70/157.61	WSVECS04 Frhs2[458]: 6 -37.0001 0 shouldn't be
149.70/157.61	WSVECS04 Frhs2[467]: 6 -337 0 shouldn't be
149.70/157.61	WSVECS04 Frhs2[487]: 6 0 364.639 shouldn't be
149.70/157.61	WSVECS04 Frhs2[516]: 6 0 307.709 shouldn't be
149.70/157.61	WSVECS04 Frhs2[536]: 6 0 184.637 shouldn't be
149.79/157.72	WSVECS04 Frhs2[3]: 6 0 1095.81 shouldn't be
149.79/157.72	WSVECS04 Frhs2[74]: 6 0 460.405 shouldn't be
149.79/157.72	WSVECS04 Frhs2[109]: 6 0 1276.76 shouldn't be
149.79/157.72	WSVECS04 Frhs2[118]: 6 0 716.064 shouldn't be
149.79/157.72	WSVECS04 Frhs2[187]: 6 0 2028.43 shouldn't be
149.79/157.72	WSVECS04 Frhs2[224]: 6 0 610.972 shouldn't be
149.79/157.72	WSVECS04 Frhs2[246]: 6 -1550.01 0 shouldn't be
149.79/157.72	WSVECS04 Frhs2[263]: 6 0 971.322 shouldn't be
149.79/157.72	WSVECS04 Frhs2[284]: 6 0 461.083 shouldn't be
149.79/157.72	WSVECS04 Frhs2[327]: 6 0 1220.04 shouldn't be
149.79/157.72	WSVECS04 Frhs2[331]: 6 0 1087.1 shouldn't be
149.79/157.72	WSVECS04 Frhs2[334]: 6 0 1045.63 shouldn't be
149.79/157.72	WSVECS04 Frhs2[336]: 6 0 902.554 shouldn't be
149.79/157.72	WSVECS04 Frhs2[373]: 6 -438 0 shouldn't be
149.79/157.72	WSVECS04 Frhs2[391]: 6 0 765.837 shouldn't be
149.79/157.72	WSVECS04 Frhs2[392]: 6 0 2902.88 shouldn't be
149.79/157.72	WSVECS04 Frhs2[399]: 6 0 598.506 shouldn't be
149.79/157.72	WSVECS04 Frhs2[444]: 6 0 71.7519 shouldn't be
149.79/157.72	WSVECS04 Frhs2[485]: 6 0 324.021 shouldn't be
149.79/157.72	WSVECS04 Frhs2[510]: 6 -2194.76 0 shouldn't be
149.79/157.72	WSVECS04 Frhs2[535]: 6 0 572.789 shouldn't be
149.90/157.84	WSVECS04 Frhs2[18]: 6 0 1685.47 shouldn't be
149.90/157.84	WSVECS04 Frhs2[28]: 6 0 2130.66 shouldn't be
149.90/157.84	WSVECS04 Frhs2[54]: 6 0 1685.47 shouldn't be
149.90/157.84	WSVECS04 Frhs2[103]: 6 0 211.03 shouldn't be
149.90/157.84	WSVECS04 Frhs2[140]: 6 0 868.594 shouldn't be
149.90/157.84	WSVECS04 Frhs2[142]: 6 0 296.668 shouldn't be
149.90/157.84	WSVECS04 Frhs2[207]: 6 0 3469.29 shouldn't be
149.90/157.84	WSVECS04 Frhs2[216]: 6 0 2283.48 shouldn't be
149.90/157.84	WSVECS04 Frhs2[234]: 6 0 1685.47 shouldn't be
149.90/157.84	WSVECS04 Frhs2[235]: 6 0 2079.11 shouldn't be
149.90/157.84	WSVECS04 Frhs2[241]: 6 0 1125.82 shouldn't be
149.90/157.84	WSVECS04 Frhs2[250]: 6 0 352.543 shouldn't be
149.90/157.84	WSVECS04 Frhs2[264]: 6 0 614.988 shouldn't be
149.90/157.84	WSVECS04 Frhs2[386]: 6 -721.813 0 shouldn't be
149.90/157.84	WSVECS04 Frhs2[398]: 6 -484.371 0 shouldn't be
149.90/157.84	WSVECS04 Frhs2[433]: 6 -300 0 shouldn't be
149.90/157.84	WSVECS04 Frhs2[455]: 6 -625.301 0 shouldn't be
149.90/157.84	WSVECS04 Frhs2[469]: 6 0 2140.45 shouldn't be
150.00/157.96	WSVECS04 Frhs2[4]: 6 0 5505.24 shouldn't be
150.00/157.96	WSVECS04 Frhs2[10]: 6 0 981.741 shouldn't be
150.00/157.96	WSVECS04 Frhs2[13]: 6 0 1746.52 shouldn't be
150.00/157.96	WSVECS04 Frhs2[14]: 6 0 449.751 shouldn't be
150.00/157.96	WSVECS04 Frhs2[126]: 6 0 1685.47 shouldn't be
150.00/157.96	WSVECS04 Frhs2[127]: 6 0 623.672 shouldn't be
150.00/157.96	WSVECS04 Frhs2[249]: 6 0 352.543 shouldn't be
150.00/157.96	WSVECS04 Frhs2[254]: 6 0 526.778 shouldn't be
150.00/157.96	WSVECS04 Frhs2[357]: 6 0 2413.2 shouldn't be
150.00/157.96	WSVECS04 Frhs2[364]: 6 -77.9848 0 shouldn't be
150.00/157.96	WSVECS04 Frhs2[394]: 6 -838.667 0 shouldn't be
150.00/157.96	WSVECS04 Frhs2[413]: 6 0 2431.68 shouldn't be
150.00/157.96	WSVECS04 Frhs2[427]: 6 -4093.18 0 shouldn't be
150.00/157.96	WSVECS04 Frhs2[431]: 6 0 1275.89 shouldn't be
150.00/157.96	WSVECS04 Frhs2[470]: 6 0 3478.33 shouldn't be
150.00/157.96	WSVECS04 Frhs2[484]: 6 -3958.16 0 shouldn't be
150.00/157.96	WSVECS04 Frhs2[498]: 6 0 376.552 shouldn't be
150.11/158.10	WSVECS04 Frhs2[28]: 6 0 3.45137 shouldn't be
150.11/158.10	WSVECS04 Frhs2[282]: 6 0 19.316 shouldn't be
150.11/158.10	WSVECS04 Frhs2[419]: 6 0 107.373 shouldn't be
150.30/158.27	WSVECS04 Frhs2[47]: 6 0 426.589 shouldn't be
150.30/158.27	WSVECS04 Frhs2[81]: 6 0 68.7019 shouldn't be
150.30/158.27	WSVECS04 Frhs2[243]: 6 0 73.7721 shouldn't be
150.30/158.27	WSVECS04 Frhs2[262]: 6 0 19.7357 shouldn't be
150.30/158.27	WSVECS04 Frhs2[307]: 6 0 374.359 shouldn't be
150.30/158.27	WSVECS04 Frhs2[342]: 6 0 22.3728 shouldn't be
150.30/158.27	WSVECS04 Frhs2[372]: 6 0 28.0001 shouldn't be
150.30/158.27	WSVECS04 Frhs2[394]: 6 -51.665 0 shouldn't be
150.30/158.27	WSVECS04 Frhs2[428]: 6 0 43.0001 shouldn't be
150.30/158.27	WSVECS04 Frhs2[475]: 6 0 134.237 shouldn't be
155.28/163.20	c #Conflicts:     395000 | #Constraints:      18006
155.28/163.20	c #Conflicts:     396000 | #Constraints:      19006
155.28/163.20	c #Conflicts:     397000 | #Constraints:      20006
155.28/163.20	c #Conflicts:     398000 | #Constraints:      21006
155.28/163.20	c #Conflicts:     399000 | #Constraints:      22011
155.28/163.20	c #Conflicts:     400000 | #Constraints:      23016
155.28/163.20	c #Conflicts:     401000 | #Constraints:      24019
155.28/163.20	c #Conflicts:     402000 | #Constraints:      25021
155.28/163.20	c #Conflicts:     403000 | #Constraints:      26021
155.28/163.20	c #Conflicts:     404000 | #Constraints:      27025
155.28/163.20	c #Conflicts:     405000 | #Constraints:      28027
155.28/163.20	c #Conflicts:     406000 | #Constraints:      29030
155.28/163.20	c #Conflicts:     407000 | #Constraints:      30033
155.28/163.20	c INPROCESSING
155.28/163.20	c GARBAGE COLLECT
155.28/163.20	WSVECS04 Frhs2[4]: 6 0 43.6942 shouldn't be
155.28/163.20	WSVECS04 Frhs2[275]: 6 0 13.673 shouldn't be
155.28/163.20	WSVECS04 Frhs2[356]: 6 0 169.922 shouldn't be
155.28/163.20	WSVECS04 Frhs2[522]: 6 -674.469 0 shouldn't be
155.39/163.32	WSVECS04 Frhs2[64]: 6 0 35.6972 shouldn't be
155.39/163.32	WSVECS04 Frhs2[212]: 6 0 268.069 shouldn't be
155.39/163.32	WSVECS04 Frhs2[225]: 6 0 52.8865 shouldn't be
155.39/163.32	WSVECS04 Frhs2[279]: 6 0 83.8043 shouldn't be
155.39/163.32	WSVECS04 Frhs2[282]: 6 0 0.517545 shouldn't be
155.39/163.32	WSVECS04 Frhs2[348]: 6 0 18.2137 shouldn't be
159.19/167.16	c #Conflicts:     408000 | #Constraints:      18415
159.19/167.16	c #Conflicts:     409000 | #Constraints:      19415
159.19/167.16	c #Conflicts:     410000 | #Constraints:      20415
159.19/167.16	c #Conflicts:     411000 | #Constraints:      21415
159.19/167.16	c #Conflicts:     412000 | #Constraints:      22415
159.19/167.16	c #Conflicts:     413000 | #Constraints:      23417
159.19/167.16	c #Conflicts:     414000 | #Constraints:      24418
159.19/167.16	c #Conflicts:     415000 | #Constraints:      25419
159.19/167.16	c #Conflicts:     416000 | #Constraints:      26420
159.19/167.16	c #Conflicts:     417000 | #Constraints:      27420
159.19/167.16	WSVECS04 Frhs2[5]: 6 0 20389.3 shouldn't be
159.19/167.16	WSVECS04 Frhs2[29]: 6 0 26869.8 shouldn't be
159.19/167.16	WSVECS04 Frhs2[41]: 6 0 28626.8 shouldn't be
159.19/167.16	WSVECS04 Frhs2[47]: 6 0 26870.1 shouldn't be
159.19/167.16	WSVECS04 Frhs2[55]: 6 0 56501.4 shouldn't be
159.19/167.16	WSVECS04 Frhs2[61]: 6 0 18757.4 shouldn't be
159.19/167.16	WSVECS04 Frhs2[69]: 6 0 3247.45 shouldn't be
159.19/167.16	WSVECS04 Frhs2[113]: 6 0 14509.6 shouldn't be
159.19/167.16	WSVECS04 Frhs2[163]: 6 0 104530 shouldn't be
159.19/167.16	WSVECS04 Frhs2[193]: 6 0 12238.3 shouldn't be
159.19/167.16	WSVECS04 Frhs2[197]: 6 0 14932.2 shouldn't be
159.19/167.16	WSVECS04 Frhs2[203]: 6 0 11937.4 shouldn't be
159.19/167.16	WSVECS04 Frhs2[205]: 6 0 9644.03 shouldn't be
159.19/167.16	WSVECS04 Frhs2[236]: 6 0 2777.91 shouldn't be
159.19/167.16	WSVECS04 Frhs2[246]: 6 0 86441.9 shouldn't be
159.19/167.16	WSVECS04 Frhs2[257]: 6 0 91078.1 shouldn't be
159.19/167.16	WSVECS04 Frhs2[268]: 6 0 7503.1 shouldn't be
159.19/167.16	WSVECS04 Frhs2[272]: 6 0 29131.5 shouldn't be
159.19/167.16	WSVECS04 Frhs2[276]: 6 0 72869.5 shouldn't be
159.19/167.16	WSVECS04 Frhs2[308]: 6 0 38246.2 shouldn't be
159.19/167.16	WSVECS04 Frhs2[344]: 6 0 637 shouldn't be
159.19/167.16	WSVECS04 Frhs2[454]: 6 -261.218 0 shouldn't be
159.67/167.61	WSVECS04 Frhs2[49]: 6 0 101099 shouldn't be
159.67/167.61	WSVECS04 Frhs2[64]: 6 0 12019.9 shouldn't be
159.67/167.61	WSVECS04 Frhs2[70]: 6 0 10634.6 shouldn't be
159.67/167.61	WSVECS04 Frhs2[199]: 6 0 45971.6 shouldn't be
159.67/167.61	WSVECS04 Frhs2[208]: 6 0 8609.55 shouldn't be
161.87/169.85	c #Conflicts:     418000 | #Constraints:      28421
161.87/169.85	c #Conflicts:     419000 | #Constraints:      29421
161.87/169.85	c #Conflicts:     420000 | #Constraints:      30421
161.87/169.85	c INPROCESSING
161.87/169.85	c GARBAGE COLLECT
161.87/169.85	WSVECS04 Frhs2[148]: 6 0 108.381 shouldn't be
161.87/169.85	WSVECS04 Frhs2[307]: 6 0 8.91446 shouldn't be
161.87/169.85	WSVECS04 Frhs2[318]: 6 0 2.22072 shouldn't be
161.87/169.85	WSVECS04 Frhs2[365]: 6 -157.288 0 shouldn't be
161.87/169.85	WSVECS04 Frhs2[416]: 6 0 5.94834 shouldn't be
166.36/174.34	c #Conflicts:     421000 | #Constraints:      18616
166.36/174.34	c #Conflicts:     422000 | #Constraints:      19616
166.36/174.34	c #Conflicts:     423000 | #Constraints:      20616
166.36/174.34	c #Conflicts:     424000 | #Constraints:      21616
166.36/174.34	c #Conflicts:     425000 | #Constraints:      22616
166.36/174.34	c #Conflicts:     426000 | #Constraints:      23617
166.36/174.34	c #Conflicts:     427000 | #Constraints:      24619
166.36/174.34	c #Conflicts:     428000 | #Constraints:      25621
166.36/174.34	c #Conflicts:     429000 | #Constraints:      26622
166.36/174.34	c #Conflicts:     430000 | #Constraints:      27625
166.36/174.34	c #Conflicts:     431000 | #Constraints:      28625
166.36/174.34	c #Conflicts:     432000 | #Constraints:      29626
166.36/174.34	c #Conflicts:     433000 | #Constraints:      30627
166.36/174.34	c INPROCESSING
166.36/174.34	c GARBAGE COLLECT
166.36/174.34	c rational objective 18701.4
170.85/178.81	c #Conflicts:     434000 | #Constraints:      18586
170.85/178.81	c #Conflicts:     435000 | #Constraints:      19586
170.85/178.81	c #Conflicts:     436000 | #Constraints:      20586
170.85/178.81	c #Conflicts:     437000 | #Constraints:      21586
170.85/178.81	c #Conflicts:     438000 | #Constraints:      22587
170.85/178.81	c #Conflicts:     439000 | #Constraints:      23587
170.85/178.81	c #Conflicts:     440000 | #Constraints:      24587
170.85/178.81	c #Conflicts:     441000 | #Constraints:      25587
170.85/178.81	c #Conflicts:     442000 | #Constraints:      26587
170.85/178.81	c #Conflicts:     443000 | #Constraints:      27587
170.85/178.81	c #Conflicts:     444000 | #Constraints:      28587
170.85/178.81	c #Conflicts:     445000 | #Constraints:      29587
170.85/178.81	c #Conflicts:     446000 | #Constraints:      30587
170.85/178.81	c INPROCESSING
170.85/178.81	c GARBAGE COLLECT
170.85/178.81	c rational objective 18701.4
176.04/184.03	c #Conflicts:     447000 | #Constraints:      18385
176.04/184.03	c #Conflicts:     448000 | #Constraints:      19385
176.04/184.03	c #Conflicts:     449000 | #Constraints:      20386
176.04/184.03	c #Conflicts:     450000 | #Constraints:      21388
176.04/184.03	c #Conflicts:     451000 | #Constraints:      22391
176.04/184.03	c #Conflicts:     452000 | #Constraints:      23391
176.04/184.03	c #Conflicts:     453000 | #Constraints:      24394
176.04/184.03	c #Conflicts:     454000 | #Constraints:      25394
176.04/184.03	c #Conflicts:     455000 | #Constraints:      26394
176.04/184.03	c #Conflicts:     456000 | #Constraints:      27397
176.04/184.03	c #Conflicts:     457000 | #Constraints:      28398
176.04/184.03	c #Conflicts:     458000 | #Constraints:      29402
176.04/184.03	c #Conflicts:     459000 | #Constraints:      30402
176.04/184.03	c #Conflicts:     460000 | #Constraints:      31406
176.04/184.03	c INPROCESSING
176.04/184.03	c GARBAGE COLLECT
176.04/184.03	c rational objective 18701.4
180.94/189.38	c #Conflicts:     461000 | #Constraints:      19002
180.94/189.38	c #Conflicts:     462000 | #Constraints:      20002
180.94/189.38	c #Conflicts:     463000 | #Constraints:      21002
180.94/189.38	c #Conflicts:     464000 | #Constraints:      22002
180.94/189.38	c #Conflicts:     465000 | #Constraints:      23002
180.94/189.38	c #Conflicts:     466000 | #Constraints:      24002
180.94/189.38	c #Conflicts:     467000 | #Constraints:      25002
180.94/189.38	c #Conflicts:     468000 | #Constraints:      26002
180.94/189.38	c #Conflicts:     469000 | #Constraints:      27002
180.94/189.38	c #Conflicts:     470000 | #Constraints:      28002
180.94/189.38	c #Conflicts:     471000 | #Constraints:      29002
180.94/189.38	c #Conflicts:     472000 | #Constraints:      30002
180.94/189.38	c #Conflicts:     473000 | #Constraints:      31002
180.94/189.38	c #Conflicts:     474000 | #Constraints:      32002
180.94/189.38	c INPROCESSING
180.94/189.38	c GARBAGE COLLECT
180.94/189.38	c rational objective 18701.4
186.12/194.56	c #Conflicts:     475000 | #Constraints:      19414
186.12/194.56	c #Conflicts:     476000 | #Constraints:      20415
186.12/194.56	c #Conflicts:     477000 | #Constraints:      21416
186.12/194.56	c #Conflicts:     478000 | #Constraints:      22416
186.12/194.56	c #Conflicts:     479000 | #Constraints:      23416
186.12/194.56	c #Conflicts:     480000 | #Constraints:      24417
186.12/194.56	c #Conflicts:     481000 | #Constraints:      25417
186.12/194.56	c #Conflicts:     482000 | #Constraints:      26418
186.12/194.56	c #Conflicts:     483000 | #Constraints:      27419
186.12/194.56	c #Conflicts:     484000 | #Constraints:      28419
186.12/194.56	c #Conflicts:     485000 | #Constraints:      29419
186.12/194.56	c #Conflicts:     486000 | #Constraints:      30419
186.12/194.56	c #Conflicts:     487000 | #Constraints:      31419
186.12/194.56	c #Conflicts:     488000 | #Constraints:      32421
186.12/194.56	c INPROCESSING
186.12/194.56	c GARBAGE COLLECT
186.12/194.56	c rational objective 18701.4
191.11/199.59	c #Conflicts:     489000 | #Constraints:      19612
191.11/199.59	c #Conflicts:     490000 | #Constraints:      20612
191.11/199.59	c #Conflicts:     491000 | #Constraints:      21613
191.11/199.59	c #Conflicts:     492000 | #Constraints:      22613
191.11/199.59	c #Conflicts:     493000 | #Constraints:      23613
191.11/199.59	c #Conflicts:     494000 | #Constraints:      24613
191.11/199.59	c #Conflicts:     495000 | #Constraints:      25613
191.11/199.59	c #Conflicts:     496000 | #Constraints:      26613
191.11/199.59	c #Conflicts:     497000 | #Constraints:      27614
191.11/199.59	c #Conflicts:     498000 | #Constraints:      28614
191.11/199.59	c #Conflicts:     499000 | #Constraints:      29614
191.11/199.59	c #Conflicts:     500000 | #Constraints:      30614
191.11/199.59	c #Conflicts:     501000 | #Constraints:      31614
191.11/199.59	c #Conflicts:     502000 | #Constraints:      32614
191.11/199.59	c INPROCESSING
191.11/199.59	c GARBAGE COLLECT
191.11/199.59	c rational objective 18701.4
194.62/203.06	c #Conflicts:     503000 | #Constraints:      19617
194.62/203.06	c #Conflicts:     504000 | #Constraints:      20619
194.62/203.06	c #Conflicts:     505000 | #Constraints:      21620
194.62/203.06	c #Conflicts:     506000 | #Constraints:      22620
194.62/203.06	c #Conflicts:     507000 | #Constraints:      23620
194.62/203.06	c #Conflicts:     508000 | #Constraints:      24621
194.62/203.06	c #Conflicts:     509000 | #Constraints:      25621
194.62/203.06	c #Conflicts:     510000 | #Constraints:      26622
194.62/203.06	c #Conflicts:     511000 | #Constraints:      27623
194.62/203.06	WSVECS04 Frhs2[16]: 6 0 18.6667 shouldn't be
194.62/203.06	WSVECS04 Frhs2[21]: 6 0 1101.38 shouldn't be
194.62/203.06	WSVECS04 Frhs2[154]: 6 0 901.833 shouldn't be
194.62/203.06	WSVECS04 Frhs2[182]: 6 0 1354.33 shouldn't be
194.62/203.06	WSVECS04 Frhs2[214]: 6 0 38 shouldn't be
194.62/203.06	WSVECS04 Frhs2[316]: 6 0 290.75 shouldn't be
194.62/203.06	WSVECS04 Frhs2[318]: 6 0 3.4167 shouldn't be
194.62/203.06	WSVECS04 Frhs2[327]: 6 0 3.00001 shouldn't be
194.62/203.06	WSVECS04 Frhs2[328]: 6 0 197.667 shouldn't be
194.62/203.06	WSVECS04 Frhs2[334]: 6 0 643 shouldn't be
194.62/203.06	WSVECS04 Frhs2[391]: 6 -351.167 0 shouldn't be
195.72/204.15	c #Conflicts:     512000 | #Constraints:      28624
195.72/204.15	c #Conflicts:     513000 | #Constraints:      29624
195.72/204.15	c #Conflicts:     514000 | #Constraints:      30626
195.72/204.15	WSVECS04 Frhs2[39]: 6 -1969 0 shouldn't be
195.72/204.15	WSVECS04 Frhs2[42]: 6 0 3836.64 shouldn't be
195.72/204.15	WSVECS04 Frhs2[45]: 6 0 904.429 shouldn't be
195.72/204.15	WSVECS04 Frhs2[49]: 6 0 4239.36 shouldn't be
195.72/204.15	WSVECS04 Frhs2[50]: 6 0 620.143 shouldn't be
195.72/204.15	WSVECS04 Frhs2[51]: 6 -2612.43 0 shouldn't be
195.72/204.15	WSVECS04 Frhs2[54]: 6 0 337.929 shouldn't be
195.72/204.15	WSVECS04 Frhs2[67]: 6 0 2736.5 shouldn't be
195.72/204.15	WSVECS04 Frhs2[69]: 6 0 337.929 shouldn't be
195.72/204.15	WSVECS04 Frhs2[81]: 6 0 904.429 shouldn't be
195.72/204.15	WSVECS04 Frhs2[86]: 6 0 620.143 shouldn't be
195.72/204.15	WSVECS04 Frhs2[89]: 6 0 142.5 shouldn't be
195.72/204.15	WSVECS04 Frhs2[90]: 6 0 337.929 shouldn't be
195.72/204.15	WSVECS04 Frhs2[105]: 6 0 337.929 shouldn't be
195.72/204.15	WSVECS04 Frhs2[109]: 6 -116 0 shouldn't be
195.72/204.15	WSVECS04 Frhs2[113]: 6 0 1676.29 shouldn't be
195.72/204.15	WSVECS04 Frhs2[121]: 6 0 4701.86 shouldn't be
195.72/204.15	WSVECS04 Frhs2[141]: 6 0 337.929 shouldn't be
195.72/204.15	WSVECS04 Frhs2[150]: 6 0 3836.64 shouldn't be
195.72/204.15	WSVECS04 Frhs2[153]: 6 0 904.429 shouldn't be
195.72/204.15	WSVECS04 Frhs2[157]: 6 0 4201.36 shouldn't be
195.72/204.15	WSVECS04 Frhs2[177]: 6 0 493.929 shouldn't be
195.72/204.15	WSVECS04 Frhs2[247]: 6 0 2150.14 shouldn't be
195.72/204.15	WSVECS04 Frhs2[261]: 6 0 1234.43 shouldn't be
195.72/204.15	WSVECS04 Frhs2[294]: 6 0 3836.64 shouldn't be
195.72/204.15	WSVECS04 Frhs2[295]: 6 -1863.21 0 shouldn't be
195.72/204.15	WSVECS04 Frhs2[319]: 6 0 2677.57 shouldn't be
195.72/204.15	WSVECS04 Frhs2[320]: 6 0 186.072 shouldn't be
195.72/204.15	WSVECS04 Frhs2[376]: 6 -929 0 shouldn't be
195.72/204.15	WSVECS04 Frhs2[380]: 6 0 113 shouldn't be
195.72/204.15	WSVECS04 Frhs2[388]: 6 0 550 shouldn't be
195.72/204.15	WSVECS04 Frhs2[394]: 6 0 857.214 shouldn't be
195.72/204.15	WSVECS04 Frhs2[395]: 6 0 317.214 shouldn't be
195.72/204.15	WSVECS04 Frhs2[415]: 6 0 173.214 shouldn't be
195.72/204.15	WSVECS04 Frhs2[514]: 6 0 835 shouldn't be
195.72/204.15	WSVECS04 Frhs2[531]: 6 0 835 shouldn't be
196.71/205.12	c #Conflicts:     515000 | #Constraints:      31627
196.71/205.12	c #Conflicts:     516000 | #Constraints:      32627
196.71/205.12	c INPROCESSING
196.71/205.12	c GARBAGE COLLECT
196.71/205.12	c rational objective 18701.4
200.49/209.00	c #Conflicts:     517000 | #Constraints:      19423
200.49/209.00	c #Conflicts:     518000 | #Constraints:      20424
200.49/209.00	c #Conflicts:     519000 | #Constraints:      21424
200.49/209.00	c #Conflicts:     520000 | #Constraints:      22426
200.49/209.00	c #Conflicts:     521000 | #Constraints:      23432
200.49/209.00	c #Conflicts:     522000 | #Constraints:      24433
200.49/209.00	c #Conflicts:     523000 | #Constraints:      25433
200.49/209.00	c #Conflicts:     524000 | #Constraints:      26433
200.49/209.00	c #Conflicts:     525000 | #Constraints:      27433
200.49/209.00	c #Conflicts:     526000 | #Constraints:      28433
200.49/209.00	c #Conflicts:     527000 | #Constraints:      29433
200.49/209.00	WSVECS04 Frhs2[42]: 6 0 89.5038 shouldn't be
200.49/209.00	WSVECS04 Frhs2[48]: 6 0 378.571 shouldn't be
200.49/209.00	WSVECS04 Frhs2[75]: 6 0 356.493 shouldn't be
200.49/209.00	WSVECS04 Frhs2[76]: 6 0 293.152 shouldn't be
200.49/209.00	WSVECS04 Frhs2[78]: 6 0 4.08554 shouldn't be
200.49/209.00	WSVECS04 Frhs2[106]: 6 0 163.976 shouldn't be
200.49/209.00	WSVECS04 Frhs2[122]: 6 0 466.975 shouldn't be
200.49/209.00	WSVECS04 Frhs2[153]: 6 0 293.152 shouldn't be
200.49/209.00	WSVECS04 Frhs2[155]: 6 0 153.403 shouldn't be
200.49/209.00	WSVECS04 Frhs2[181]: 6 -197.479 0 shouldn't be
200.49/209.00	WSVECS04 Frhs2[182]: 6 0 1284.34 shouldn't be
200.49/209.00	WSVECS04 Frhs2[183]: 6 0 220.829 shouldn't be
200.49/209.00	WSVECS04 Frhs2[253]: 6 -1309.08 0 shouldn't be
200.49/209.00	WSVECS04 Frhs2[254]: 6 0 1284.34 shouldn't be
200.49/209.00	WSVECS04 Frhs2[298]: 6 0 135.663 shouldn't be
200.49/209.00	WSVECS04 Frhs2[325]: 6 0 1237.56 shouldn't be
200.49/209.00	WSVECS04 Frhs2[332]: 6 0 207 shouldn't be
200.49/209.00	WSVECS04 Frhs2[375]: 6 0 591.839 shouldn't be
200.49/209.00	WSVECS04 Frhs2[378]: 6 0 710.354 shouldn't be
200.49/209.00	WSVECS04 Frhs2[380]: 6 0 697.839 shouldn't be
200.49/209.00	WSVECS04 Frhs2[388]: 6 0 970.839 shouldn't be
200.49/209.00	WSVECS04 Frhs2[390]: 6 0 157.839 shouldn't be
200.60/209.11	WSVECS04 Frhs2[334]: 6 0 342.663 shouldn't be
200.70/209.18	WSVECS04 Frhs2[74]: 6 0 1284.34 shouldn't be
200.70/209.18	WSVECS04 Frhs2[195]: 6 -1563 0 shouldn't be
200.70/209.18	WSVECS04 Frhs2[207]: 6 0 13.5 shouldn't be
200.70/209.18	WSVECS04 Frhs2[326]: 6 0 1259.33 shouldn't be
200.70/209.18	WSVECS04 Frhs2[385]: 6 0 116 shouldn't be
200.79/209.25	WSVECS04 Frhs2[1]: 6 0 1423.35 shouldn't be
200.79/209.25	WSVECS04 Frhs2[36]: 6 0 63.7461 shouldn't be
200.79/209.25	WSVECS04 Frhs2[68]: 6 0 199.409 shouldn't be
200.79/209.25	WSVECS04 Frhs2[224]: 6 -898 0 shouldn't be
200.79/209.25	WSVECS04 Frhs2[344]: 6 0 139.749 shouldn't be
200.79/209.25	WSVECS04 Frhs2[356]: 6 0 100.879 shouldn't be
202.18/210.66	c #Conflicts:     528000 | #Constraints:      30434
202.18/210.66	c #Conflicts:     529000 | #Constraints:      31434
202.18/210.66	c #Conflicts:     530000 | #Constraints:      32434
202.18/210.66	c #Conflicts:     531000 | #Constraints:      33434
202.18/210.66	c INPROCESSING
202.18/210.66	c GARBAGE COLLECT
202.18/210.66	WSVECS04 Frhs2[2]: 6 0 384.801 shouldn't be
202.18/210.66	WSVECS04 Frhs2[17]: 6 0 261.473 shouldn't be
202.18/210.66	WSVECS04 Frhs2[25]: 6 0 143.696 shouldn't be
202.18/210.66	WSVECS04 Frhs2[52]: 6 0 459.233 shouldn't be
202.18/210.66	WSVECS04 Frhs2[73]: 6 0 712.483 shouldn't be
202.18/210.66	WSVECS04 Frhs2[83]: 6 0 108.807 shouldn't be
202.18/210.66	WSVECS04 Frhs2[113]: 6 0 542.167 shouldn't be
202.18/210.66	WSVECS04 Frhs2[133]: 6 -744.304 0 shouldn't be
202.18/210.66	WSVECS04 Frhs2[147]: 6 0 557.885 shouldn't be
202.18/210.66	WSVECS04 Frhs2[169]: 6 0 143.696 shouldn't be
202.18/210.66	WSVECS04 Frhs2[178]: 6 0 763.706 shouldn't be
202.18/210.66	WSVECS04 Frhs2[205]: 6 0 167.696 shouldn't be
202.18/210.66	WSVECS04 Frhs2[216]: 6 -870.472 0 shouldn't be
202.18/210.66	WSVECS04 Frhs2[217]: 6 -2657.15 0 shouldn't be
202.18/210.66	WSVECS04 Frhs2[219]: 6 0 273.788 shouldn't be
202.18/210.66	WSVECS04 Frhs2[237]: 6 0 592.249 shouldn't be
202.18/210.66	WSVECS04 Frhs2[241]: 6 0 143.696 shouldn't be
202.18/210.66	WSVECS04 Frhs2[251]: 6 0 208.68 shouldn't be
202.18/210.66	WSVECS04 Frhs2[256]: 6 0 506.458 shouldn't be
202.18/210.66	WSVECS04 Frhs2[287]: 6 0 208.679 shouldn't be
202.18/210.66	WSVECS04 Frhs2[289]: 6 -2103.17 0 shouldn't be
202.18/210.66	WSVECS04 Frhs2[293]: 6 0 223.941 shouldn't be
202.18/210.66	WSVECS04 Frhs2[297]: 6 0 361.38 shouldn't be
202.18/210.66	WSVECS04 Frhs2[302]: 6 0 33.5502 shouldn't be
202.18/210.66	WSVECS04 Frhs2[305]: 6 0 223.941 shouldn't be
202.18/210.66	WSVECS04 Frhs2[313]: 6 0 213.471 shouldn't be
202.18/210.66	WSVECS04 Frhs2[315]: 6 0 278.775 shouldn't be
202.18/210.66	WSVECS04 Frhs2[338]: 6 0 33.5502 shouldn't be
202.18/210.66	WSVECS04 Frhs2[347]: 6 0 681.751 shouldn't be
202.18/210.66	WSVECS04 Frhs2[358]: 6 0 54.9783 shouldn't be
202.18/210.66	WSVECS04 Frhs2[373]: 6 0 141 shouldn't be
202.18/210.66	WSVECS04 Frhs2[374]: 6 0 103 shouldn't be
202.18/210.66	WSVECS04 Frhs2[391]: 6 -1440 0 shouldn't be
202.18/210.66	WSVECS04 Frhs2[413]: 6 0 113 shouldn't be
202.18/210.66	WSVECS04 Frhs2[415]: 6 0 151 shouldn't be
202.18/210.66	WSVECS04 Frhs2[424]: 6 -605 0 shouldn't be
202.18/210.66	WSVECS04 Frhs2[442]: 6 0 43 shouldn't be
202.18/210.66	WSVECS04 Frhs2[446]: 6 -745 0 shouldn't be
202.18/210.66	WSVECS04 Frhs2[474]: 6 -1380 0 shouldn't be
202.18/210.66	WSVECS04 Frhs2[476]: 6 -521 0 shouldn't be
202.18/210.66	WSVECS04 Frhs2[477]: 6 0 22.0001 shouldn't be
202.18/210.66	WSVECS04 Frhs2[487]: 6 0 10 shouldn't be
202.18/210.66	WSVECS04 Frhs2[493]: 6 0 96.0001 shouldn't be
202.18/210.66	WSVECS04 Frhs2[503]: 6 0 149.225 shouldn't be
202.18/210.66	WSVECS04 Frhs2[505]: 6 0 187.225 shouldn't be
202.18/210.66	WSVECS04 Frhs2[510]: 6 0 175 shouldn't be
202.38/210.80	WSVECS04 Frhs2[30]: 6 0 143.696 shouldn't be
202.38/210.80	WSVECS04 Frhs2[143]: 6 0 141.753 shouldn't be
202.38/210.80	WSVECS04 Frhs2[190]: 6 0 415.693 shouldn't be
202.38/210.80	WSVECS04 Frhs2[246]: 6 0 143.696 shouldn't be
202.38/210.80	WSVECS04 Frhs2[266]: 6 0 33.5502 shouldn't be
202.38/210.80	WSVECS04 Frhs2[435]: 6 -486 0 shouldn't be
202.38/210.80	WSVECS04 Frhs2[470]: 6 -408 0 shouldn't be
202.38/210.80	WSVECS04 Frhs2[514]: 6 0 415 shouldn't be
202.48/210.93	WSVECS04 Frhs2[110]: 6 0 1860.1 shouldn't be
202.48/210.93	WSVECS04 Frhs2[111]: 6 0 624.812 shouldn't be
202.48/210.93	WSVECS04 Frhs2[120]: 6 0 503.703 shouldn't be
202.48/210.93	WSVECS04 Frhs2[138]: 6 0 143.696 shouldn't be
202.48/210.93	WSVECS04 Frhs2[201]: 6 0 592.249 shouldn't be
202.48/210.93	WSVECS04 Frhs2[215]: 6 0 208.68 shouldn't be
202.48/210.93	WSVECS04 Frhs2[273]: 6 0 592.249 shouldn't be
202.48/210.93	WSVECS04 Frhs2[291]: 6 0 273.788 shouldn't be
202.48/210.93	WSVECS04 Frhs2[309]: 6 0 592.249 shouldn't be
202.59/211.07	WSVECS04 Frhs2[11]: 6 0 71.0823 shouldn't be
202.59/211.07	WSVECS04 Frhs2[103]: 6 0 965.758 shouldn't be
202.59/211.07	WSVECS04 Frhs2[156]: 6 0 727.644 shouldn't be
202.59/211.07	WSVECS04 Frhs2[300]: 6 0 503.703 shouldn't be
202.59/211.07	WSVECS04 Frhs2[364]: 6 -3.00003 0 shouldn't be
202.59/211.07	WSVECS04 Frhs2[375]: 6 0 785 shouldn't be
202.59/211.07	WSVECS04 Frhs2[378]: 6 0 51.1654 shouldn't be
202.59/211.07	WSVECS04 Frhs2[380]: 6 0 891 shouldn't be
202.59/211.07	WSVECS04 Frhs2[388]: 6 0 149.617 shouldn't be
202.59/211.07	WSVECS04 Frhs2[414]: 6 0 10.0001 shouldn't be
207.58/216.09	c #Conflicts:     532000 | #Constraints:      20018
207.58/216.09	c #Conflicts:     533000 | #Constraints:      21018
207.58/216.09	c #Conflicts:     534000 | #Constraints:      22018
207.58/216.09	c #Conflicts:     535000 | #Constraints:      23018
207.58/216.09	c #Conflicts:     536000 | #Constraints:      24018
207.58/216.09	c #Conflicts:     537000 | #Constraints:      25018
207.58/216.09	c #Conflicts:     538000 | #Constraints:      26020
207.58/216.09	c #Conflicts:     539000 | #Constraints:      27020
207.58/216.09	c #Conflicts:     540000 | #Constraints:      28020
207.58/216.09	c #Conflicts:     541000 | #Constraints:      29021
207.58/216.09	c #Conflicts:     542000 | #Constraints:      30023
207.58/216.09	c #Conflicts:     543000 | #Constraints:      31025
207.58/216.09	c #Conflicts:     544000 | #Constraints:      32027
207.58/216.09	c #Conflicts:     545000 | #Constraints:      33027
207.58/216.09	c #Conflicts:     546000 | #Constraints:      34028
207.58/216.09	c INPROCESSING
207.58/216.09	c GARBAGE COLLECT
207.58/216.09	c rational objective 18701.4
208.26/216.73	c #Conflicts:     547000 | #Constraints:      20413
208.26/216.73	WSVECS04 Frhs2[8]: 6 0 257 shouldn't be
208.26/216.73	WSVECS04 Frhs2[9]: 6 0 220 shouldn't be
208.26/216.73	WSVECS04 Frhs2[10]: 6 0 257 shouldn't be
208.26/216.73	WSVECS04 Frhs2[37]: 6 -430.318 0 shouldn't be
208.26/216.73	WSVECS04 Frhs2[39]: 6 0 117.364 shouldn't be
208.26/216.73	WSVECS04 Frhs2[56]: 6 0 637 shouldn't be
208.26/216.73	WSVECS04 Frhs2[74]: 6 0 304.591 shouldn't be
208.26/216.73	WSVECS04 Frhs2[80]: 6 0 138 shouldn't be
208.26/216.73	WSVECS04 Frhs2[81]: 6 0 673 shouldn't be
208.26/216.73	WSVECS04 Frhs2[82]: 6 0 138 shouldn't be
208.26/216.73	WSVECS04 Frhs2[116]: 6 -175 0 shouldn't be
208.26/216.73	WSVECS04 Frhs2[148]: 6 0 420.727 shouldn't be
208.26/216.73	WSVECS04 Frhs2[154]: 6 0 37 shouldn't be
208.26/216.73	WSVECS04 Frhs2[165]: 6 0 531 shouldn't be
208.26/216.73	WSVECS04 Frhs2[190]: 6 0 37.0001 shouldn't be
208.26/216.73	WSVECS04 Frhs2[237]: 6 0 1157.18 shouldn't be
208.26/216.73	WSVECS04 Frhs2[253]: 6 0 304.591 shouldn't be
208.26/216.73	WSVECS04 Frhs2[256]: 6 0 430.318 shouldn't be
208.26/216.73	WSVECS04 Frhs2[274]: 6 -1950 0 shouldn't be
208.26/216.73	WSVECS04 Frhs2[328]: 6 0 251.455 shouldn't be
208.26/216.73	WSVECS04 Frhs2[510]: 6 0 245 shouldn't be
208.37/216.82	WSVECS04 Frhs2[20]: 6 0 637 shouldn't be
208.37/216.82	WSVECS04 Frhs2[59]: 6 0 637 shouldn't be
208.37/216.82	WSVECS04 Frhs2[91]: 6 0 637 shouldn't be
208.37/216.82	WSVECS04 Frhs2[166]: 6 0 1168 shouldn't be
208.37/216.82	WSVECS04 Frhs2[181]: 6 -2977.55 0 shouldn't be
208.37/216.82	WSVECS04 Frhs2[220]: 6 0 1121.55 shouldn't be
208.37/216.82	WSVECS04 Frhs2[221]: 6 0 700.818 shouldn't be
208.37/216.82	WSVECS04 Frhs2[457]: 6 0 300 shouldn't be
208.46/217.00	WSVECS04 Frhs2[183]: 6 0 117.364 shouldn't be
208.58/217.08	WSVECS04 Frhs2[2]: 6 0 241.727 shouldn't be
208.58/217.08	WSVECS04 Frhs2[130]: 6 -2336 0 shouldn't be
208.58/217.08	WSVECS04 Frhs2[199]: 6 -1037 0 shouldn't be
208.68/217.14	WSVECS04 Frhs2[92]: 6 0 637 shouldn't be
208.68/217.19	WSVECS04 Frhs2[182]: 6 0 241.727 shouldn't be
208.77/217.25	WSVECS04 Frhs2[184]: 6 0 367.455 shouldn't be
212.02/220.79	c #Conflicts:     548000 | #Constraints:      21414
212.02/220.79	c #Conflicts:     549000 | #Constraints:      22414
212.02/220.79	c #Conflicts:     550000 | #Constraints:      23414
212.02/220.79	c #Conflicts:     551000 | #Constraints:      24414
212.02/220.79	c #Conflicts:     552000 | #Constraints:      25414
212.02/220.79	c #Conflicts:     553000 | #Constraints:      26414
212.02/220.79	c #Conflicts:     554000 | #Constraints:      27414
212.02/220.79	c #Conflicts:     555000 | #Constraints:      28414
212.02/220.79	c #Conflicts:     556000 | #Constraints:      29414
212.02/220.79	c #Conflicts:     557000 | #Constraints:      30414
212.02/220.79	c #Conflicts:     558000 | #Constraints:      31414
212.02/220.79	WSVECS04 Frhs2[27]: 6 0 3045.61 shouldn't be
212.02/220.79	WSVECS04 Frhs2[75]: 6 0 704.475 shouldn't be
212.02/220.79	WSVECS04 Frhs2[93]: 6 0 168.263 shouldn't be
212.02/220.79	WSVECS04 Frhs2[104]: 6 0 71.0767 shouldn't be
212.02/220.79	WSVECS04 Frhs2[106]: 6 0 357.643 shouldn't be
212.02/220.79	WSVECS04 Frhs2[109]: 6 -2677.87 0 shouldn't be
212.02/220.79	WSVECS04 Frhs2[110]: 6 0 856.802 shouldn't be
212.02/220.79	WSVECS04 Frhs2[117]: 6 0 576.516 shouldn't be
212.02/220.79	WSVECS04 Frhs2[128]: 6 0 256.056 shouldn't be
212.02/220.79	WSVECS04 Frhs2[129]: 6 0 524.737 shouldn't be
212.02/220.79	WSVECS04 Frhs2[162]: 6 0 99.1024 shouldn't be
212.02/220.79	WSVECS04 Frhs2[193]: 6 0 1530.94 shouldn't be
212.02/220.79	WSVECS04 Frhs2[228]: 6 0 86.213 shouldn't be
212.02/220.79	WSVECS04 Frhs2[231]: 6 -62.5959 0 shouldn't be
212.02/220.79	WSVECS04 Frhs2[249]: 6 0 175.738 shouldn't be
212.02/220.79	WSVECS04 Frhs2[266]: 6 0 50.5812 shouldn't be
212.02/220.79	WSVECS04 Frhs2[272]: 6 0 459.293 shouldn't be
212.02/220.79	WSVECS04 Frhs2[273]: 6 0 727.975 shouldn't be
212.02/220.79	WSVECS04 Frhs2[289]: 6 -2294.27 0 shouldn't be
212.02/220.79	WSVECS04 Frhs2[290]: 6 0 856.802 shouldn't be
212.02/220.79	WSVECS04 Frhs2[328]: 6 0 23088.6 shouldn't be
212.02/220.79	WSVECS04 Frhs2[330]: 6 0 25269.6 shouldn't be
212.02/220.79	WSVECS04 Frhs2[334]: 6 0 39.8771 shouldn't be
212.02/220.79	WSVECS04 Frhs2[387]: 6 0 257 shouldn't be
212.02/220.79	WSVECS04 Frhs2[389]: 6 0 464 shouldn't be
212.02/220.79	WSVECS04 Frhs2[390]: 6 0 502 shouldn't be
212.02/220.79	WSVECS04 Frhs2[413]: 6 0 25488 shouldn't be
212.02/220.79	WSVECS04 Frhs2[414]: 6 0 25772 shouldn't be
212.02/220.79	WSVECS04 Frhs2[415]: 6 0 26019 shouldn't be
212.02/220.79	WSVECS04 Frhs2[421]: 6 -481 0 shouldn't be
212.02/220.79	WSVECS04 Frhs2[424]: 6 0 1755.6 shouldn't be
212.02/220.79	WSVECS04 Frhs2[441]: 6 -605 0 shouldn't be
212.02/220.79	WSVECS04 Frhs2[470]: 6 0 244 shouldn't be
212.02/220.79	WSVECS04 Frhs2[478]: 6 0 58 shouldn't be
212.02/220.79	WSVECS04 Frhs2[489]: 6 0 13272.3 shouldn't be
212.02/220.79	WSVECS04 Frhs2[508]: 6 0 231 shouldn't be
212.12/220.89	WSVECS04 Frhs2[45]: 6 0 1243.79 shouldn't be
212.12/220.89	WSVECS04 Frhs2[141]: 6 0 258.991 shouldn't be
212.12/220.89	WSVECS04 Frhs2[187]: 6 0 406.787 shouldn't be
212.12/220.89	WSVECS04 Frhs2[192]: 6 0 1197.47 shouldn't be
212.12/220.89	WSVECS04 Frhs2[239]: 6 0 1263.15 shouldn't be
212.12/220.89	WSVECS04 Frhs2[275]: 6 0 1761.87 shouldn't be
212.12/220.89	WSVECS04 Frhs2[332]: 6 0 446.664 shouldn't be
212.12/220.89	WSVECS04 Frhs2[364]: 6 -739.004 0 shouldn't be
212.12/220.89	WSVECS04 Frhs2[365]: 6 -1675 0 shouldn't be
212.12/220.89	WSVECS04 Frhs2[369]: 6 0 245 shouldn't be
212.12/220.89	WSVECS04 Frhs2[397]: 6 -80.0001 0 shouldn't be
212.22/220.98	WSVECS04 Frhs2[3]: 6 0 704.475 shouldn't be
212.22/220.98	WSVECS04 Frhs2[97]: 6 0 3025.14 shouldn't be
212.22/220.98	WSVECS04 Frhs2[191]: 6 0 406.787 shouldn't be
212.22/220.98	WSVECS04 Frhs2[340]: 6 0 470.596 shouldn't be
212.33/221.06	WSVECS04 Frhs2[122]: 6 0 463.212 shouldn't be
212.33/221.06	WSVECS04 Frhs2[207]: 6 0 5045.83 shouldn't be
212.33/221.06	WSVECS04 Frhs2[333]: 6 0 1283.66 shouldn't be
212.33/221.06	WSVECS04 Frhs2[468]: 6 -43 0 shouldn't be
212.43/221.15	WSVECS04 Frhs2[18]: 6 0 100.419 shouldn't be
212.43/221.15	WSVECS04 Frhs2[50]: 6 0 1026.84 shouldn't be
212.43/221.15	WSVECS04 Frhs2[52]: 6 0 1497.44 shouldn't be
212.43/221.15	WSVECS04 Frhs2[232]: 6 0 470.596 shouldn't be
212.43/221.15	WSVECS04 Frhs2[292]: 6 0 113.214 shouldn't be
212.52/221.23	WSVECS04 Frhs2[99]: 6 0 6070.75 shouldn't be
212.52/221.29	WSVECS04 Frhs2[85]: 6 0 1901.12 shouldn't be
212.52/221.29	WSVECS04 Frhs2[126]: 6 0 563.631 shouldn't be
212.52/221.29	WSVECS04 Frhs2[337]: 6 0 2001.54 shouldn't be
212.61/221.39	WSVECS04 Frhs2[243]: 6 0 5221.57 shouldn't be
212.61/221.39	WSVECS04 Frhs2[326]: 6 0 26126.4 shouldn't be
212.72/221.44	WSVECS04 Frhs2[297]: 6 0 837 shouldn't be
214.42/223.15	c #Conflicts:     559000 | #Constraints:      32414
214.42/223.15	c #Conflicts:     560000 | #Constraints:      33414
214.42/223.15	c #Conflicts:     561000 | #Constraints:      34414
214.42/223.15	c INPROCESSING
214.42/223.15	c GARBAGE COLLECT
214.42/223.15	c rational objective 18701.4
219.50/228.23	c #Conflicts:     562000 | #Constraints:      20617
219.50/228.23	c #Conflicts:     563000 | #Constraints:      21617
219.50/228.23	c #Conflicts:     564000 | #Constraints:      22617
219.50/228.23	c #Conflicts:     565000 | #Constraints:      23617
219.50/228.23	c #Conflicts:     566000 | #Constraints:      24617
219.50/228.23	c #Conflicts:     567000 | #Constraints:      25617
219.50/228.23	c #Conflicts:     568000 | #Constraints:      26617
219.50/228.23	c #Conflicts:     569000 | #Constraints:      27618
219.50/228.23	c #Conflicts:     570000 | #Constraints:      28618
219.50/228.23	c #Conflicts:     571000 | #Constraints:      29618
219.50/228.23	c #Conflicts:     572000 | #Constraints:      30620
219.50/228.23	c #Conflicts:     573000 | #Constraints:      31621
219.50/228.23	c #Conflicts:     574000 | #Constraints:      32622
219.50/228.23	c #Conflicts:     575000 | #Constraints:      33622
219.50/228.23	c #Conflicts:     576000 | #Constraints:      34625
219.50/228.23	c INPROCESSING
219.50/228.23	c GARBAGE COLLECT
219.50/228.23	c rational objective 18701.4
224.19/232.99	c #Conflicts:     577000 | #Constraints:      20601
224.19/232.99	c #Conflicts:     578000 | #Constraints:      21601
224.19/232.99	c #Conflicts:     579000 | #Constraints:      22601
224.19/232.99	c #Conflicts:     580000 | #Constraints:      23601
224.19/232.99	c #Conflicts:     581000 | #Constraints:      24601
224.19/232.99	c #Conflicts:     582000 | #Constraints:      25601
224.19/232.99	c #Conflicts:     583000 | #Constraints:      26601
224.19/232.99	c #Conflicts:     584000 | #Constraints:      27601
224.19/232.99	c #Conflicts:     585000 | #Constraints:      28601
224.19/232.99	c #Conflicts:     586000 | #Constraints:      29601
224.19/232.99	c #Conflicts:     587000 | #Constraints:      30601
224.19/232.99	c #Conflicts:     588000 | #Constraints:      31601
224.19/232.99	c #Conflicts:     589000 | #Constraints:      32601
224.19/232.99	WSVECS04 Frhs2[65]: 6 -402.615 0 shouldn't be
224.19/232.99	WSVECS04 Frhs2[83]: 6 0 28.0769 shouldn't be
224.19/232.99	WSVECS04 Frhs2[101]: 6 0 201.308 shouldn't be
224.19/232.99	WSVECS04 Frhs2[143]: 6 0 1.46163 shouldn't be
224.19/232.99	WSVECS04 Frhs2[144]: 6 -464.308 0 shouldn't be
224.19/232.99	WSVECS04 Frhs2[206]: 6 0 259.692 shouldn't be
224.19/232.99	WSVECS04 Frhs2[207]: 6 0 103.154 shouldn't be
224.19/232.99	WSVECS04 Frhs2[215]: 6 0 123.385 shouldn't be
224.19/232.99	WSVECS04 Frhs2[217]: 6 -750.231 0 shouldn't be
224.19/232.99	WSVECS04 Frhs2[225]: 6 0 28.077 shouldn't be
224.19/232.99	WSVECS04 Frhs2[235]: 6 -351.462 0 shouldn't be
224.19/232.99	WSVECS04 Frhs2[279]: 6 0 179 shouldn't be
224.19/232.99	WSVECS04 Frhs2[280]: 6 0 179 shouldn't be
224.19/232.99	WSVECS04 Frhs2[284]: 6 0 64.2309 shouldn't be
224.19/232.99	WSVECS04 Frhs2[411]: 6 0 254 shouldn't be
224.19/232.99	WSVECS04 Frhs2[424]: 6 0 785 shouldn't be
224.19/232.99	WSVECS04 Frhs2[448]: 6 -106 0 shouldn't be
224.19/232.99	WSVECS04 Frhs2[469]: 6 -141 0 shouldn't be
224.19/232.99	WSVECS04 Frhs2[510]: 6 0 70.3077 shouldn't be
225.19/233.94	c #Conflicts:     590000 | #Constraints:      33601
225.19/233.94	c #Conflicts:     591000 | #Constraints:      34601
225.19/233.94	c INPROCESSING
225.19/233.94	c GARBAGE COLLECT
225.19/233.94	c rational objective 18701.4
230.87/239.66	c #Conflicts:     592000 | #Constraints:      20405
230.87/239.66	c #Conflicts:     593000 | #Constraints:      21407
230.87/239.66	c #Conflicts:     594000 | #Constraints:      22407
230.87/239.66	c #Conflicts:     595000 | #Constraints:      23409
230.87/239.66	c #Conflicts:     596000 | #Constraints:      24412
230.87/239.66	c #Conflicts:     597000 | #Constraints:      25412
230.87/239.66	c #Conflicts:     598000 | #Constraints:      26412
230.87/239.66	c #Conflicts:     599000 | #Constraints:      27412
230.87/239.66	c #Conflicts:     600000 | #Constraints:      28412
230.87/239.66	c #Conflicts:     601000 | #Constraints:      29413
230.87/239.66	c #Conflicts:     602000 | #Constraints:      30414
230.87/239.66	c #Conflicts:     603000 | #Constraints:      31416
230.87/239.66	c #Conflicts:     604000 | #Constraints:      32417
230.87/239.66	c #Conflicts:     605000 | #Constraints:      33417
230.87/239.66	c #Conflicts:     606000 | #Constraints:      34420
230.87/239.66	c #Conflicts:     607000 | #Constraints:      35423
230.87/239.66	c INPROCESSING
230.87/239.66	c GARBAGE COLLECT
230.87/239.66	c rational objective 18701.4
236.96/245.78	c #Conflicts:     608000 | #Constraints:      21002
236.96/245.78	c #Conflicts:     609000 | #Constraints:      22004
236.96/245.78	c #Conflicts:     610000 | #Constraints:      23006
236.96/245.78	c #Conflicts:     611000 | #Constraints:      24007
236.96/245.78	c #Conflicts:     612000 | #Constraints:      25008
236.96/245.78	c #Conflicts:     613000 | #Constraints:      26009
236.96/245.78	c #Conflicts:     614000 | #Constraints:      27010
236.96/245.78	c #Conflicts:     615000 | #Constraints:      28011
236.96/245.78	c #Conflicts:     616000 | #Constraints:      29012
236.96/245.78	c #Conflicts:     617000 | #Constraints:      30012
236.96/245.78	c #Conflicts:     618000 | #Constraints:      31012
236.96/245.78	c #Conflicts:     619000 | #Constraints:      32012
236.96/245.78	c #Conflicts:     620000 | #Constraints:      33012
236.96/245.78	c #Conflicts:     621000 | #Constraints:      34013
236.96/245.78	c #Conflicts:     622000 | #Constraints:      35014
236.96/245.78	c #Conflicts:     623000 | #Constraints:      36015
236.96/245.78	c INPROCESSING
236.96/245.78	c GARBAGE COLLECT
236.96/245.78	c rational objective 18701.4
243.30/252.73	c #Conflicts:     624000 | #Constraints:      21400
243.30/252.73	c #Conflicts:     625000 | #Constraints:      22400
243.30/252.73	c #Conflicts:     626000 | #Constraints:      23402
243.30/252.73	c #Conflicts:     627000 | #Constraints:      24402
243.30/252.73	c #Conflicts:     628000 | #Constraints:      25402
243.30/252.73	c #Conflicts:     629000 | #Constraints:      26402
243.30/252.73	c #Conflicts:     630000 | #Constraints:      27402
243.30/252.73	c #Conflicts:     631000 | #Constraints:      28402
243.30/252.73	c #Conflicts:     632000 | #Constraints:      29402
243.30/252.73	c #Conflicts:     633000 | #Constraints:      30402
243.30/252.73	c #Conflicts:     634000 | #Constraints:      31402
243.30/252.73	c #Conflicts:     635000 | #Constraints:      32402
243.30/252.73	c #Conflicts:     636000 | #Constraints:      33402
243.30/252.73	c #Conflicts:     637000 | #Constraints:      34402
243.30/252.73	c #Conflicts:     638000 | #Constraints:      35402
243.30/252.73	c #Conflicts:     639000 | #Constraints:      36402
243.30/252.73	c INPROCESSING
243.30/252.73	c GARBAGE COLLECT
243.30/252.73	c rational objective 18701.4
249.48/258.93	c #Conflicts:     640000 | #Constraints:      21621
249.48/258.93	c #Conflicts:     641000 | #Constraints:      22621
249.48/258.93	c #Conflicts:     642000 | #Constraints:      23624
249.48/258.93	c #Conflicts:     643000 | #Constraints:      24624
249.48/258.93	c #Conflicts:     644000 | #Constraints:      25628
249.48/258.93	c #Conflicts:     645000 | #Constraints:      26628
249.48/258.93	c #Conflicts:     646000 | #Constraints:      27628
249.48/258.93	c #Conflicts:     647000 | #Constraints:      28628
249.48/258.93	c #Conflicts:     648000 | #Constraints:      29628
249.48/258.93	c #Conflicts:     649000 | #Constraints:      30631
249.48/258.93	c #Conflicts:     650000 | #Constraints:      31634
249.48/258.93	c #Conflicts:     651000 | #Constraints:      32634
249.48/258.93	c #Conflicts:     652000 | #Constraints:      33634
249.48/258.93	c #Conflicts:     653000 | #Constraints:      34636
249.48/258.93	c #Conflicts:     654000 | #Constraints:      35636
249.48/258.93	c #Conflicts:     655000 | #Constraints:      36639
249.48/258.93	c INPROCESSING
249.48/258.93	c GARBAGE COLLECT
249.48/258.93	c rational objective 18701.4
251.18/260.64	c #Conflicts:     656000 | #Constraints:      21613
251.18/260.64	c #Conflicts:     657000 | #Constraints:      22613
251.18/260.64	c #Conflicts:     658000 | #Constraints:      23613
251.18/260.64	c #Conflicts:     659000 | #Constraints:      24613
251.18/260.64	WSVECS04 Frhs2[28]: 6 0 74.3104 shouldn't be
251.18/260.64	WSVECS04 Frhs2[37]: 6 -1303.1 0 shouldn't be
251.18/260.64	WSVECS04 Frhs2[38]: 6 0 550.172 shouldn't be
251.18/260.64	WSVECS04 Frhs2[94]: 6 0 813.586 shouldn't be
251.18/260.64	WSVECS04 Frhs2[100]: 6 0 74.3104 shouldn't be
251.18/260.64	WSVECS04 Frhs2[130]: 6 -141 0 shouldn't be
251.18/260.64	WSVECS04 Frhs2[131]: 6 0 141 shouldn't be
251.18/260.64	WSVECS04 Frhs2[145]: 6 0 588.138 shouldn't be
251.18/260.64	WSVECS04 Frhs2[157]: 6 0 28.6897 shouldn't be
251.18/260.64	WSVECS04 Frhs2[175]: 6 0 28.6897 shouldn't be
251.18/260.64	WSVECS04 Frhs2[221]: 6 -5647.86 0 shouldn't be
251.18/260.64	WSVECS04 Frhs2[244]: 6 0 74.3104 shouldn't be
251.18/260.64	WSVECS04 Frhs2[245]: 6 -985.414 0 shouldn't be
251.18/260.64	WSVECS04 Frhs2[247]: 6 0 28.6897 shouldn't be
251.18/260.64	WSVECS04 Frhs2[275]: 6 0 141 shouldn't be
251.18/260.64	WSVECS04 Frhs2[277]: 6 0 143.931 shouldn't be
251.18/260.64	WSVECS04 Frhs2[301]: 6 0 28.6898 shouldn't be
251.18/260.64	WSVECS04 Frhs2[311]: 6 0 141 shouldn't be
251.18/260.64	WSVECS04 Frhs2[313]: 6 0 74.3104 shouldn't be
251.18/260.64	WSVECS04 Frhs2[326]: 6 0 550.172 shouldn't be
251.18/260.64	WSVECS04 Frhs2[327]: 6 0 550.172 shouldn't be
251.18/260.64	WSVECS04 Frhs2[332]: 6 0 972.31 shouldn't be
251.18/260.64	WSVECS04 Frhs2[333]: 6 0 972.31 shouldn't be
255.36/264.86	c #Conflicts:     660000 | #Constraints:      25613
255.36/264.86	c #Conflicts:     661000 | #Constraints:      26613
255.36/264.86	c #Conflicts:     662000 | #Constraints:      27613
255.36/264.86	c #Conflicts:     663000 | #Constraints:      28613
255.36/264.86	c #Conflicts:     664000 | #Constraints:      29613
255.36/264.86	c #Conflicts:     665000 | #Constraints:      30614
255.36/264.86	c #Conflicts:     666000 | #Constraints:      31614
255.36/264.86	c #Conflicts:     667000 | #Constraints:      32614
255.36/264.86	c #Conflicts:     668000 | #Constraints:      33614
255.36/264.86	c #Conflicts:     669000 | #Constraints:      34614
255.36/264.86	c #Conflicts:     670000 | #Constraints:      35615
255.36/264.86	WSVECS04 Frhs2[39]: 6 0 338.756 shouldn't be
255.36/264.86	WSVECS04 Frhs2[101]: 6 -11.9521 0 shouldn't be
255.36/264.86	WSVECS04 Frhs2[181]: 6 -757.383 0 shouldn't be
255.36/264.86	WSVECS04 Frhs2[208]: 6 0 547.708 shouldn't be
255.36/264.86	WSVECS04 Frhs2[243]: 6 0 298.941 shouldn't be
255.36/264.86	WSVECS04 Frhs2[256]: 6 0 363.679 shouldn't be
255.36/264.86	WSVECS04 Frhs2[259]: 6 0 84.337 shouldn't be
255.36/264.86	WSVECS04 Frhs2[293]: 6 0 233.973 shouldn't be
255.36/264.86	WSVECS04 Frhs2[506]: 6 -5174.01 0 shouldn't be
255.36/264.86	WSVECS04 Frhs2[509]: 6 0 22 shouldn't be
255.36/264.86	WSVECS04 Frhs2[510]: 6 0 4853.01 shouldn't be
255.47/264.94	WSVECS04 Frhs2[10]: 6 0 43.8233 shouldn't be
255.47/264.94	WSVECS04 Frhs2[411]: 6 0 945.6 shouldn't be
255.58/265.03	WSVECS04 Frhs2[98]: 6 0 222.325 shouldn't be
255.58/265.03	WSVECS04 Frhs2[156]: 6 0 440.38 shouldn't be
255.58/265.03	WSVECS04 Frhs2[172]: 6 0 338.756 shouldn't be
256.76/266.22	c #Conflicts:     671000 | #Constraints:      36616
256.76/266.22	c INPROCESSING
256.76/266.22	c GARBAGE COLLECT
256.76/266.22	c rational objective 18701.4
263.94/273.44	c #Conflicts:     672000 | #Constraints:      21399
263.94/273.44	c #Conflicts:     673000 | #Constraints:      22399
263.94/273.44	c #Conflicts:     674000 | #Constraints:      23400
263.94/273.44	c #Conflicts:     675000 | #Constraints:      24400
263.94/273.44	c #Conflicts:     676000 | #Constraints:      25400
263.94/273.44	c #Conflicts:     677000 | #Constraints:      26402
263.94/273.44	c #Conflicts:     678000 | #Constraints:      27403
263.94/273.44	c #Conflicts:     679000 | #Constraints:      28404
263.94/273.44	c #Conflicts:     680000 | #Constraints:      29407
263.94/273.44	c #Conflicts:     681000 | #Constraints:      30408
263.94/273.44	c #Conflicts:     682000 | #Constraints:      31409
263.94/273.44	c #Conflicts:     683000 | #Constraints:      32410
263.94/273.44	c #Conflicts:     684000 | #Constraints:      33410
263.94/273.44	c #Conflicts:     685000 | #Constraints:      34411
263.94/273.44	c #Conflicts:     686000 | #Constraints:      35417
263.94/273.44	c #Conflicts:     687000 | #Constraints:      36419
263.94/273.44	c #Conflicts:     688000 | #Constraints:      37420
263.94/273.44	c INPROCESSING
263.94/273.44	c GARBAGE COLLECT
263.94/273.44	WSVECS04 Frhs2[121]: 6 0 55.2983 shouldn't be
268.43/278.00	c #Conflicts:     689000 | #Constraints:      22009
268.43/278.00	WSVECS04 Frhs2[2]: 6 0 113 shouldn't be
268.43/278.00	WSVECS04 Frhs2[73]: 6 0 322.125 shouldn't be
268.43/278.00	WSVECS04 Frhs2[135]: 6 0 1344 shouldn't be
268.43/278.00	WSVECS04 Frhs2[186]: 6 0 339.875 shouldn't be
268.43/278.00	WSVECS04 Frhs2[193]: 6 -619.6 0 shouldn't be
268.43/278.00	WSVECS04 Frhs2[203]: 6 -2089.5 0 shouldn't be
268.43/278.00	WSVECS04 Frhs2[218]: 6 0 113 shouldn't be
268.43/278.00	WSVECS04 Frhs2[239]: 6 0 1009.5 shouldn't be
268.43/278.00	WSVECS04 Frhs2[294]: 6 0 339.875 shouldn't be
268.43/278.00	WSVECS04 Frhs2[325]: 6 -113 0 shouldn't be
268.43/278.00	WSVECS04 Frhs2[330]: 6 0 339.875 shouldn't be
268.43/278.00	WSVECS04 Frhs2[399]: 6 -1053 0 shouldn't be
268.43/278.00	WSVECS04 Frhs2[441]: 6 -605 0 shouldn't be
268.65/278.12	WSVECS04 Frhs2[50]: 6 0 43 shouldn't be
268.65/278.12	WSVECS04 Frhs2[301]: 6 0 31.8 shouldn't be
268.65/278.12	WSVECS04 Frhs2[306]: 6 0 95.4 shouldn't be
268.65/278.12	WSVECS04 Frhs2[417]: 6 -315 0 shouldn't be
268.65/278.12	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
268.65/278.12	WSVECS04 Frhs2[498]: 6 0 28.0001 shouldn't be
268.73/278.25	WSVECS04 Frhs2[182]: 6 0 113 shouldn't be
268.73/278.25	WSVECS04 Frhs2[326]: 6 0 113 shouldn't be
268.73/278.25	WSVECS04 Frhs2[454]: 6 -605 0 shouldn't be
268.83/278.37	WSVECS04 Frhs2[253]: 6 0 670.125 shouldn't be
268.83/278.37	WSVECS04 Frhs2[395]: 6 -521 0 shouldn't be
268.83/278.37	WSVECS04 Frhs2[411]: 6 -605 0 shouldn't be
268.83/278.37	WSVECS04 Frhs2[501]: 6 0 525.445 shouldn't be
268.93/278.49	WSVECS04 Frhs2[74]: 6 0 435.125 shouldn't be
268.93/278.49	WSVECS04 Frhs2[381]: 6 0 286.875 shouldn't be
269.13/278.61	WSVECS04 Frhs2[222]: 6 0 339.875 shouldn't be
269.13/278.61	WSVECS04 Frhs2[446]: 6 0 241.2 shouldn't be
269.23/278.72	WSVECS04 Frhs2[2]: 6 0 113 shouldn't be
269.23/278.72	WSVECS04 Frhs2[50]: 6 0 43 shouldn't be
269.23/278.72	WSVECS04 Frhs2[73]: 6 0 322.125 shouldn't be
269.23/278.72	WSVECS04 Frhs2[135]: 6 0 1344 shouldn't be
269.23/278.72	WSVECS04 Frhs2[186]: 6 0 339.875 shouldn't be
269.23/278.72	WSVECS04 Frhs2[193]: 6 -619.6 0 shouldn't be
269.23/278.72	WSVECS04 Frhs2[203]: 6 -2089.5 0 shouldn't be
269.23/278.72	WSVECS04 Frhs2[218]: 6 0 113 shouldn't be
269.23/278.72	WSVECS04 Frhs2[222]: 6 0 339.875 shouldn't be
269.23/278.72	WSVECS04 Frhs2[235]: 6 0 1009.5 shouldn't be
269.23/278.72	WSVECS04 Frhs2[236]: 6 0 1009.5 shouldn't be
269.23/278.72	WSVECS04 Frhs2[237]: 6 0 1009.5 shouldn't be
269.23/278.72	WSVECS04 Frhs2[239]: 6 0 1009.5 shouldn't be
269.23/278.72	WSVECS04 Frhs2[294]: 6 0 339.875 shouldn't be
269.23/278.72	WSVECS04 Frhs2[325]: 6 -113 0 shouldn't be
269.23/278.72	WSVECS04 Frhs2[326]: 6 0 113 shouldn't be
269.23/278.72	WSVECS04 Frhs2[330]: 6 0 339.875 shouldn't be
269.23/278.72	WSVECS04 Frhs2[381]: 6 0 286.875 shouldn't be
269.23/278.72	WSVECS04 Frhs2[399]: 6 -1053 0 shouldn't be
269.23/278.72	WSVECS04 Frhs2[411]: 6 -605 0 shouldn't be
269.23/278.72	WSVECS04 Frhs2[441]: 6 -605 0 shouldn't be
269.23/278.72	WSVECS04 Frhs2[454]: 6 -605 0 shouldn't be
269.23/278.72	WSVECS04 Frhs2[501]: 6 0 525.444 shouldn't be
269.33/278.83	WSVECS04 Frhs2[14]: 6 0 53.6 shouldn't be
269.33/278.83	WSVECS04 Frhs2[498]: 6 0 28 shouldn't be
269.43/278.96	WSVECS04 Frhs2[253]: 6 0 670.125 shouldn't be
269.43/278.96	WSVECS04 Frhs2[301]: 6 0 31.8 shouldn't be
269.43/278.96	WSVECS04 Frhs2[364]: 6 -605 0 shouldn't be
269.43/278.96	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
272.85/282.78	c #Conflicts:     690000 | #Constraints:      23011
272.85/282.78	c #Conflicts:     691000 | #Constraints:      24011
272.85/282.78	c #Conflicts:     692000 | #Constraints:      25011
272.85/282.78	c #Conflicts:     693000 | #Constraints:      26011
272.85/282.78	c #Conflicts:     694000 | #Constraints:      27011
272.85/282.78	c #Conflicts:     695000 | #Constraints:      28011
272.85/282.78	c #Conflicts:     696000 | #Constraints:      29011
272.85/282.78	c #Conflicts:     697000 | #Constraints:      30011
272.85/282.78	c #Conflicts:     698000 | #Constraints:      31011
272.85/282.78	c #Conflicts:     699000 | #Constraints:      32011
272.85/282.78	c #Conflicts:     700000 | #Constraints:      33011
272.85/282.78	WSVECS04 Frhs2[20]: 6 -400.942 0 shouldn't be
272.85/282.78	WSVECS04 Frhs2[40]: 6 0 1227.44 shouldn't be
272.85/282.78	WSVECS04 Frhs2[97]: 6 0 13335.4 shouldn't be
272.85/282.78	WSVECS04 Frhs2[98]: 6 0 14329 shouldn't be
272.85/282.78	WSVECS04 Frhs2[146]: 6 0 3077.08 shouldn't be
272.85/282.78	WSVECS04 Frhs2[163]: 6 0 521 shouldn't be
272.85/282.78	WSVECS04 Frhs2[172]: 6 0 15619 shouldn't be
272.85/282.78	WSVECS04 Frhs2[175]: 6 0 1368.35 shouldn't be
272.85/282.78	WSVECS04 Frhs2[218]: 6 0 3077.08 shouldn't be
272.85/282.78	WSVECS04 Frhs2[248]: 6 0 6759.86 shouldn't be
272.85/282.78	WSVECS04 Frhs2[264]: 6 0 9276.07 shouldn't be
272.85/282.78	WSVECS04 Frhs2[289]: 6 0 4723.28 shouldn't be
272.85/282.78	WSVECS04 Frhs2[328]: 6 0 5251.81 shouldn't be
272.85/282.78	WSVECS04 Frhs2[334]: 6 0 2552.66 shouldn't be
272.85/282.78	WSVECS04 Frhs2[339]: 6 -3464.68 0 shouldn't be
272.85/282.78	WSVECS04 Frhs2[358]: 6 -1318.22 0 shouldn't be
272.85/282.78	WSVECS04 Frhs2[368]: 6 0 43 shouldn't be
272.85/282.78	WSVECS04 Frhs2[386]: 6 -6354.88 0 shouldn't be
272.85/282.78	WSVECS04 Frhs2[425]: 6 0 84.0001 shouldn't be
272.85/282.78	WSVECS04 Frhs2[440]: 6 -71 0 shouldn't be
272.85/282.78	WSVECS04 Frhs2[482]: 6 0 22141.4 shouldn't be
272.85/282.78	WSVECS04 Frhs2[487]: 6 0 22520.4 shouldn't be
272.85/282.78	WSVECS04 Frhs2[488]: 6 -22 0 shouldn't be
272.85/282.78	WSVECS04 Frhs2[489]: 6 0 5819.09 shouldn't be
272.85/282.78	WSVECS04 Frhs2[498]: 6 0 22313.4 shouldn't be
272.85/282.78	WSVECS04 Frhs2[517]: 6 -80.0001 0 shouldn't be
272.85/282.78	WSVECS04 Frhs2[522]: 6 -80.0001 0 shouldn't be
272.85/282.78	WSVECS04 Frhs2[531]: 6 -605 0 shouldn't be
272.85/282.78	WSVECS04 Frhs2[535]: 6 0 36417.9 shouldn't be
272.94/282.90	WSVECS04 Frhs2[132]: 6 0 10990.2 shouldn't be
272.94/282.90	WSVECS04 Frhs2[196]: 6 0 7379.43 shouldn't be
272.94/282.90	WSVECS04 Frhs2[198]: 6 0 9980.9 shouldn't be
272.94/282.90	WSVECS04 Frhs2[243]: 6 0 27104.7 shouldn't be
272.94/282.90	WSVECS04 Frhs2[338]: 6 0 12781.3 shouldn't be
272.94/282.90	WSVECS04 Frhs2[370]: 6 0 27373.8 shouldn't be
272.94/282.90	WSVECS04 Frhs2[390]: 6 0 12592.5 shouldn't be
272.94/282.90	WSVECS04 Frhs2[416]: 6 0 17251 shouldn't be
272.94/282.90	WSVECS04 Frhs2[434]: 6 0 34282.6 shouldn't be
272.94/282.90	WSVECS04 Frhs2[442]: 6 0 19847.9 shouldn't be
272.94/282.90	WSVECS04 Frhs2[444]: 6 0 19557.9 shouldn't be
272.94/282.90	WSVECS04 Frhs2[465]: 6 0 5829.82 shouldn't be
272.94/282.90	WSVECS04 Frhs2[504]: 6 0 1906 shouldn't be
272.94/282.90	WSVECS04 Frhs2[513]: 6 0 11154.7 shouldn't be
272.94/282.90	WSVECS04 Frhs2[537]: 6 0 3198.55 shouldn't be
273.16/283.03	WSVECS04 Frhs2[54]: 6 0 9865.58 shouldn't be
273.16/283.03	WSVECS04 Frhs2[87]: 6 0 8459.74 shouldn't be
273.16/283.03	WSVECS04 Frhs2[192]: 6 0 9300.24 shouldn't be
273.16/283.03	WSVECS04 Frhs2[232]: 6 0 13735.2 shouldn't be
273.16/283.03	WSVECS04 Frhs2[262]: 6 0 2459.5 shouldn't be
273.16/283.03	WSVECS04 Frhs2[350]: 6 0 19681.2 shouldn't be
273.16/283.03	WSVECS04 Frhs2[393]: 6 0 10818.9 shouldn't be
273.16/283.03	WSVECS04 Frhs2[414]: 6 0 4235.43 shouldn't be
273.16/283.03	WSVECS04 Frhs2[415]: 6 0 4197.43 shouldn't be
273.16/283.03	WSVECS04 Frhs2[460]: 6 0 5728.82 shouldn't be
273.16/283.03	WSVECS04 Frhs2[470]: 6 0 31826.3 shouldn't be
273.26/283.16	WSVECS04 Frhs2[24]: 6 0 36143.7 shouldn't be
273.26/283.16	WSVECS04 Frhs2[26]: 6 0 42916.6 shouldn't be
273.26/283.16	WSVECS04 Frhs2[33]: 6 0 19423.7 shouldn't be
273.26/283.16	WSVECS04 Frhs2[37]: 6 -21779.5 0 shouldn't be
273.26/283.16	WSVECS04 Frhs2[69]: 6 0 19423.7 shouldn't be
273.26/283.16	WSVECS04 Frhs2[114]: 6 0 6135.56 shouldn't be
273.26/283.16	WSVECS04 Frhs2[122]: 6 0 29859 shouldn't be
273.26/283.16	WSVECS04 Frhs2[141]: 6 0 9504.72 shouldn't be
273.26/283.16	WSVECS04 Frhs2[155]: 6 0 41214.1 shouldn't be
273.26/283.16	WSVECS04 Frhs2[158]: 6 0 22548.8 shouldn't be
273.26/283.16	WSVECS04 Frhs2[177]: 6 0 36786 shouldn't be
273.26/283.16	WSVECS04 Frhs2[194]: 6 0 70379.2 shouldn't be
273.26/283.16	WSVECS04 Frhs2[213]: 6 0 36786 shouldn't be
273.26/283.16	WSVECS04 Frhs2[308]: 6 0 28806.6 shouldn't be
273.26/283.16	WSVECS04 Frhs2[326]: 6 0 30297.4 shouldn't be
273.26/283.16	WSVECS04 Frhs2[342]: 6 0 22585.4 shouldn't be
273.26/283.16	WSVECS04 Frhs2[348]: 6 0 40189.5 shouldn't be
273.26/283.16	WSVECS04 Frhs2[374]: 6 0 40940.6 shouldn't be
273.26/283.16	WSVECS04 Frhs2[403]: 6 0 8841.26 shouldn't be
273.26/283.16	WSVECS04 Frhs2[408]: 6 0 36030.7 shouldn't be
273.26/283.16	WSVECS04 Frhs2[409]: 6 0 8416.28 shouldn't be
273.26/283.16	WSVECS04 Frhs2[468]: 6 -11704.5 0 shouldn't be
273.26/283.16	WSVECS04 Frhs2[472]: 6 0 5492.88 shouldn't be
273.26/283.16	WSVECS04 Frhs2[519]: 6 0 42468.8 shouldn't be
273.26/283.16	WSVECS04 Frhs2[524]: 6 0 42538.8 shouldn't be
273.26/283.16	WSVECS04 Frhs2[525]: 6 0 26968.4 shouldn't be
273.26/283.16	WSVECS04 Frhs2[538]: 6 0 43301.8 shouldn't be
273.45/283.30	WSVECS04 Frhs2[10]: 6 0 43558.8 shouldn't be
273.45/283.30	WSVECS04 Frhs2[46]: 6 0 43558.8 shouldn't be
273.45/283.30	WSVECS04 Frhs2[75]: 6 0 21525.7 shouldn't be
273.45/283.30	WSVECS04 Frhs2[154]: 6 0 36351.7 shouldn't be
273.45/283.30	WSVECS04 Frhs2[178]: 6 0 17362.4 shouldn't be
273.45/283.30	WSVECS04 Frhs2[179]: 6 0 17362.4 shouldn't be
273.45/283.30	WSVECS04 Frhs2[180]: 6 -16277.5 0 shouldn't be
273.45/283.30	WSVECS04 Frhs2[190]: 6 0 27330.4 shouldn't be
273.45/283.30	WSVECS04 Frhs2[214]: 6 0 17362.4 shouldn't be
273.45/283.30	WSVECS04 Frhs2[224]: 6 -18889.3 0 shouldn't be
273.45/283.30	WSVECS04 Frhs2[227]: 6 0 3068.67 shouldn't be
273.45/283.30	WSVECS04 Frhs2[230]: 6 0 43594.3 shouldn't be
273.45/283.30	WSVECS04 Frhs2[255]: 6 0 35695.6 shouldn't be
273.45/283.30	WSVECS04 Frhs2[292]: 6 0 8565.33 shouldn't be
273.45/283.30	WSVECS04 Frhs2[298]: 6 0 33094.1 shouldn't be
273.45/283.30	WSVECS04 Frhs2[316]: 6 -11203.6 0 shouldn't be
273.45/283.30	WSVECS04 Frhs2[340]: 6 0 26481 shouldn't be
273.45/283.30	WSVECS04 Frhs2[352]: 6 0 35942.4 shouldn't be
273.45/283.30	WSVECS04 Frhs2[369]: 6 0 40870.6 shouldn't be
273.45/283.30	WSVECS04 Frhs2[375]: 6 0 41619.6 shouldn't be
273.45/283.30	WSVECS04 Frhs2[379]: 6 0 40880.6 shouldn't be
273.45/283.30	WSVECS04 Frhs2[384]: 6 0 18436.4 shouldn't be
273.45/283.30	WSVECS04 Frhs2[405]: 6 0 35886.7 shouldn't be
273.45/283.30	WSVECS04 Frhs2[418]: 6 0 43568.8 shouldn't be
273.45/283.30	WSVECS04 Frhs2[429]: 6 0 44496.5 shouldn't be
273.45/283.30	WSVECS04 Frhs2[446]: 6 0 19229.2 shouldn't be
273.45/283.30	WSVECS04 Frhs2[511]: 6 0 10930.7 shouldn't be
273.55/283.43	WSVECS04 Frhs2[116]: 6 0 24805.3 shouldn't be
273.55/283.43	WSVECS04 Frhs2[140]: 6 0 16277.5 shouldn't be
273.55/283.43	WSVECS04 Frhs2[151]: 6 0 2606.13 shouldn't be
273.55/283.43	WSVECS04 Frhs2[171]: 6 0 45914.2 shouldn't be
273.55/283.43	WSVECS04 Frhs2[312]: 6 0 16954.1 shouldn't be
273.55/283.43	WSVECS04 Frhs2[315]: 6 0 8055.13 shouldn't be
273.55/283.43	WSVECS04 Frhs2[351]: 6 0 53872.6 shouldn't be
273.55/283.43	WSVECS04 Frhs2[462]: 6 0 6006.82 shouldn't be
273.55/283.43	WSVECS04 Frhs2[520]: 6 0 37112.9 shouldn't be
273.64/283.55	WSVECS04 Frhs2[20]: 6 -400.942 0 shouldn't be
273.64/283.55	WSVECS04 Frhs2[163]: 6 0 521 shouldn't be
273.64/283.55	WSVECS04 Frhs2[339]: 6 -3464.68 0 shouldn't be
273.64/283.55	WSVECS04 Frhs2[358]: 6 -1318.22 0 shouldn't be
273.64/283.55	WSVECS04 Frhs2[368]: 6 0 43 shouldn't be
273.64/283.55	WSVECS04 Frhs2[425]: 6 0 84 shouldn't be
273.64/283.55	WSVECS04 Frhs2[440]: 6 -71 0 shouldn't be
273.64/283.55	WSVECS04 Frhs2[517]: 6 -80 0 shouldn't be
273.64/283.55	WSVECS04 Frhs2[522]: 6 -80 0 shouldn't be
273.64/283.55	WSVECS04 Frhs2[531]: 6 -605 0 shouldn't be
273.74/283.66	WSVECS04 Frhs2[97]: 6 0 13335.4 shouldn't be
273.74/283.66	WSVECS04 Frhs2[98]: 6 0 14329 shouldn't be
273.74/283.66	WSVECS04 Frhs2[146]: 6 0 3077.08 shouldn't be
273.74/283.66	WSVECS04 Frhs2[151]: 6 0 2606.13 shouldn't be
273.74/283.66	WSVECS04 Frhs2[172]: 6 0 15619 shouldn't be
273.74/283.66	WSVECS04 Frhs2[196]: 6 0 7379.43 shouldn't be
273.74/283.66	WSVECS04 Frhs2[218]: 6 0 3077.08 shouldn't be
273.74/283.66	WSVECS04 Frhs2[227]: 6 0 3068.67 shouldn't be
273.74/283.66	WSVECS04 Frhs2[243]: 6 0 27104.7 shouldn't be
273.74/283.66	WSVECS04 Frhs2[248]: 6 0 6759.86 shouldn't be
273.74/283.66	WSVECS04 Frhs2[262]: 6 0 2459.5 shouldn't be
273.74/283.66	WSVECS04 Frhs2[264]: 6 0 9276.07 shouldn't be
273.74/283.66	WSVECS04 Frhs2[289]: 6 0 4723.28 shouldn't be
273.74/283.66	WSVECS04 Frhs2[334]: 6 0 2552.66 shouldn't be
273.74/283.66	WSVECS04 Frhs2[390]: 6 0 12592.5 shouldn't be
273.74/283.66	WSVECS04 Frhs2[420]: 6 0 8786.28 shouldn't be
273.74/283.66	WSVECS04 Frhs2[442]: 6 0 19847.9 shouldn't be
273.74/283.66	WSVECS04 Frhs2[444]: 6 0 19557.9 shouldn't be
273.74/283.66	WSVECS04 Frhs2[482]: 6 0 22141.4 shouldn't be
273.74/283.66	WSVECS04 Frhs2[487]: 6 0 22520.4 shouldn't be
273.74/283.66	WSVECS04 Frhs2[489]: 6 0 5819.09 shouldn't be
273.74/283.66	WSVECS04 Frhs2[498]: 6 0 22313.4 shouldn't be
273.74/283.66	WSVECS04 Frhs2[535]: 6 0 36417.9 shouldn't be
273.74/283.66	WSVECS04 Frhs2[537]: 6 0 3198.55 shouldn't be
276.64/286.56	c #Conflicts:     701000 | #Constraints:      34011
276.64/286.56	c #Conflicts:     702000 | #Constraints:      35011
276.64/286.56	c #Conflicts:     703000 | #Constraints:      36011
276.64/286.56	c #Conflicts:     704000 | #Constraints:      37011
276.64/286.56	c #Conflicts:     705000 | #Constraints:      38011
276.64/286.56	c INPROCESSING
276.64/286.56	c GARBAGE COLLECT
276.64/286.56	c #Conflicts:     706000 | #Constraints:      22419
276.64/286.56	c bounds 24601 >= 8225 @ 270.794
283.32/293.26	c #Conflicts:     707000 | #Constraints:      23420
283.32/293.26	c #Conflicts:     708000 | #Constraints:      24420
283.32/293.26	c #Conflicts:     709000 | #Constraints:      25421
283.32/293.26	c #Conflicts:     710000 | #Constraints:      26422
283.32/293.26	c #Conflicts:     711000 | #Constraints:      27425
283.32/293.26	c #Conflicts:     712000 | #Constraints:      28426
283.32/293.26	c #Conflicts:     713000 | #Constraints:      29427
283.32/293.26	c #Conflicts:     714000 | #Constraints:      30427
283.32/293.26	c #Conflicts:     715000 | #Constraints:      31428
283.32/293.26	c #Conflicts:     716000 | #Constraints:      32428
283.32/293.26	c #Conflicts:     717000 | #Constraints:      33429
283.32/293.26	c #Conflicts:     718000 | #Constraints:      34430
283.32/293.26	c #Conflicts:     719000 | #Constraints:      35433
283.32/293.26	c #Conflicts:     720000 | #Constraints:      36434
283.32/293.26	c #Conflicts:     721000 | #Constraints:      37436
283.32/293.26	c #Conflicts:     722000 | #Constraints:      38437
283.32/293.26	c INPROCESSING
283.32/293.26	c GARBAGE COLLECT
283.32/293.26	c rational objective 18852.8
290.50/300.47	c #Conflicts:     723000 | #Constraints:      22595
290.50/300.47	c #Conflicts:     724000 | #Constraints:      23596
290.50/300.47	c #Conflicts:     725000 | #Constraints:      24596
290.50/300.47	c #Conflicts:     726000 | #Constraints:      25596
290.50/300.47	c #Conflicts:     727000 | #Constraints:      26597
290.50/300.47	c #Conflicts:     728000 | #Constraints:      27597
290.50/300.47	c #Conflicts:     729000 | #Constraints:      28597
290.50/300.47	c #Conflicts:     730000 | #Constraints:      29597
290.50/300.47	c #Conflicts:     731000 | #Constraints:      30597
290.50/300.47	c #Conflicts:     732000 | #Constraints:      31598
290.50/300.47	c #Conflicts:     733000 | #Constraints:      32599
290.50/300.47	c #Conflicts:     734000 | #Constraints:      33600
290.50/300.47	c #Conflicts:     735000 | #Constraints:      34600
290.50/300.47	c #Conflicts:     736000 | #Constraints:      35600
290.50/300.47	c #Conflicts:     737000 | #Constraints:      36601
290.50/300.47	c #Conflicts:     738000 | #Constraints:      37601
290.50/300.47	WSVECS04 Frhs2[9]: 6 0 880.833 shouldn't be
290.50/300.47	WSVECS04 Frhs2[11]: 6 0 2536.77 shouldn't be
290.50/300.47	WSVECS04 Frhs2[12]: 6 0 1354.02 shouldn't be
290.50/300.47	WSVECS04 Frhs2[23]: 6 0 255.266 shouldn't be
290.50/300.47	WSVECS04 Frhs2[38]: 6 0 1140.4 shouldn't be
290.50/300.47	WSVECS04 Frhs2[71]: 6 0 53.4975 shouldn't be
290.50/300.47	WSVECS04 Frhs2[73]: 6 -38.0549 0 shouldn't be
290.50/300.47	WSVECS04 Frhs2[80]: 6 0 165.554 shouldn't be
290.50/300.47	WSVECS04 Frhs2[82]: 6 0 73.1009 shouldn't be
290.50/300.47	WSVECS04 Frhs2[84]: 6 0 473.189 shouldn't be
290.50/300.47	WSVECS04 Frhs2[110]: 6 0 233.146 shouldn't be
290.50/300.47	WSVECS04 Frhs2[115]: 6 0 106.597 shouldn't be
290.50/300.47	WSVECS04 Frhs2[122]: 6 0 35.0738 shouldn't be
290.50/300.47	WSVECS04 Frhs2[132]: 6 0 91.9449 shouldn't be
290.50/300.47	WSVECS04 Frhs2[183]: 6 0 594.289 shouldn't be
290.50/300.47	WSVECS04 Frhs2[192]: 6 0 473.189 shouldn't be
290.50/300.47	WSVECS04 Frhs2[204]: 6 0 265.666 shouldn't be
290.50/300.47	WSVECS04 Frhs2[218]: 6 0 560.574 shouldn't be
290.50/300.47	WSVECS04 Frhs2[239]: 6 0 307.636 shouldn't be
290.50/300.47	WSVECS04 Frhs2[244]: 6 0 923.205 shouldn't be
290.50/300.47	WSVECS04 Frhs2[248]: 6 0 210.73 shouldn't be
290.50/300.47	WSVECS04 Frhs2[251]: 6 0 360.167 shouldn't be
290.50/300.47	WSVECS04 Frhs2[262]: 6 0 345.995 shouldn't be
290.50/300.47	WSVECS04 Frhs2[263]: 6 0 1549.13 shouldn't be
290.50/300.47	WSVECS04 Frhs2[264]: 6 0 473.189 shouldn't be
290.50/300.47	WSVECS04 Frhs2[289]: 6 -219.307 0 shouldn't be
290.50/300.47	WSVECS04 Frhs2[290]: 6 0 1086.21 shouldn't be
290.50/300.47	WSVECS04 Frhs2[300]: 6 0 14.9371 shouldn't be
290.50/300.47	WSVECS04 Frhs2[310]: 6 0 110.303 shouldn't be
290.50/300.47	WSVECS04 Frhs2[319]: 6 0 165.554 shouldn't be
290.50/300.47	WSVECS04 Frhs2[327]: 6 0 170.756 shouldn't be
290.50/300.47	WSVECS04 Frhs2[331]: 6 0 66.9125 shouldn't be
290.50/300.47	WSVECS04 Frhs2[335]: 6 0 1212.3 shouldn't be
290.50/300.47	WSVECS04 Frhs2[346]: 6 0 110.303 shouldn't be
290.50/300.47	WSVECS04 Frhs2[350]: 6 0 24.4681 shouldn't be
290.50/300.47	WSVECS04 Frhs2[352]: 6 0 82.0187 shouldn't be
290.50/300.47	WSVECS04 Frhs2[359]: 6 0 117.27 shouldn't be
290.50/300.47	WSVECS04 Frhs2[368]: 6 0 297.264 shouldn't be
290.50/300.47	WSVECS04 Frhs2[373]: 6 0 254.264 shouldn't be
290.50/300.47	WSVECS04 Frhs2[389]: 6 0 226.264 shouldn't be
290.50/300.47	WSVECS04 Frhs2[392]: 6 0 33.1786 shouldn't be
290.50/300.47	WSVECS04 Frhs2[467]: 6 -52.0001 0 shouldn't be
290.50/300.47	WSVECS04 Frhs2[503]: 6 -19.9377 0 shouldn't be
290.50/300.47	WSVECS04 Frhs2[510]: 6 0 10.0001 shouldn't be
290.60/300.57	WSVECS04 Frhs2[68]: 6 0 485.181 shouldn't be
290.60/300.57	WSVECS04 Frhs2[103]: 6 0 104.552 shouldn't be
290.60/300.57	WSVECS04 Frhs2[104]: 6 0 131.095 shouldn't be
290.60/300.57	WSVECS04 Frhs2[174]: 6 0 556.536 shouldn't be
290.60/300.57	WSVECS04 Frhs2[187]: 6 0 364.618 shouldn't be
290.60/300.57	WSVECS04 Frhs2[295]: 6 0 296.741 shouldn't be
290.60/300.57	WSVECS04 Frhs2[349]: 6 0 323.269 shouldn't be
290.60/300.57	WSVECS04 Frhs2[489]: 6 0 153.45 shouldn't be
290.70/300.68	WSVECS04 Frhs2[58]: 6 -859.95 0 shouldn't be
290.70/300.68	WSVECS04 Frhs2[224]: 6 0 307.636 shouldn't be
290.70/300.68	WSVECS04 Frhs2[250]: 6 0 376.284 shouldn't be
290.70/300.68	WSVECS04 Frhs2[292]: 6 0 143.848 shouldn't be
290.70/300.68	WSVECS04 Frhs2[307]: 6 -159.214 0 shouldn't be
290.70/300.68	WSVECS04 Frhs2[396]: 6 0 34.6501 shouldn't be
290.80/300.79	WSVECS04 Frhs2[134]: 6 0 841.774 shouldn't be
290.80/300.79	WSVECS04 Frhs2[245]: 6 0 927.467 shouldn't be
291.00/300.91	WSVECS04 Frhs2[62]: 6 0 346.269 shouldn't be
291.00/300.91	WSVECS04 Frhs2[95]: 6 0 1167.59 shouldn't be
291.00/300.91	WSVECS04 Frhs2[98]: 6 0 525.17 shouldn't be
291.00/300.91	WSVECS04 Frhs2[135]: 6 0 111.025 shouldn't be
291.00/300.91	WSVECS04 Frhs2[286]: 6 0 180.441 shouldn't be
291.00/300.91	WSVECS04 Frhs2[358]: 6 0 133.386 shouldn't be
291.00/300.91	WSVECS04 Frhs2[438]: 6 -512.724 0 shouldn't be
291.00/300.91	WSVECS04 Frhs2[457]: 6 0 300 shouldn't be
291.00/300.91	WSVECS04 Frhs2[458]: 6 -337 0 shouldn't be
306.24/316.55	c #Conflicts:     739000 | #Constraints:      38602
306.24/316.55	c INPROCESSING
306.24/316.55	c GARBAGE COLLECT
306.24/316.55	c #Conflicts:     740000 | #Constraints:      22615
306.24/316.55	c #Conflicts:     741000 | #Constraints:      23615
306.24/316.55	c #Conflicts:     742000 | #Constraints:      24615
306.24/316.55	c #Conflicts:     743000 | #Constraints:      25615
306.24/316.55	c #Conflicts:     744000 | #Constraints:      26616
306.24/316.55	c #Conflicts:     745000 | #Constraints:      27619
306.24/316.55	c #Conflicts:     746000 | #Constraints:      28621
306.24/316.55	c #Conflicts:     747000 | #Constraints:      29621
306.24/316.55	c #Conflicts:     748000 | #Constraints:      30624
306.24/316.55	c #Conflicts:     749000 | #Constraints:      31626
306.24/316.55	c #Conflicts:     750000 | #Constraints:      32627
306.24/316.55	c #Conflicts:     751000 | #Constraints:      33630
306.24/316.55	c #Conflicts:     752000 | #Constraints:      34633
306.24/316.55	c #Conflicts:     753000 | #Constraints:      35633
306.24/316.55	c #Conflicts:     754000 | #Constraints:      36637
306.24/316.55	c #Conflicts:     755000 | #Constraints:      37639
306.24/316.55	c #Conflicts:     756000 | #Constraints:      38645
306.24/316.55	c INPROCESSING
306.24/316.55	c GARBAGE COLLECT
306.24/316.55	c #Conflicts:     757000 | #Constraints:      22417
306.24/316.55	c #Conflicts:     758000 | #Constraints:      23418
306.24/316.55	c #Conflicts:     759000 | #Constraints:      24418
306.24/316.55	c #Conflicts:     760000 | #Constraints:      25418
306.24/316.55	c #Conflicts:     761000 | #Constraints:      26418
306.24/316.55	c #Conflicts:     762000 | #Constraints:      27418
306.24/316.55	c #Conflicts:     763000 | #Constraints:      28418
306.24/316.55	c #Conflicts:     764000 | #Constraints:      29418
306.24/316.55	c #Conflicts:     765000 | #Constraints:      30418
306.24/316.55	c #Conflicts:     766000 | #Constraints:      31418
306.24/316.55	c #Conflicts:     767000 | #Constraints:      32418
306.24/316.55	c #Conflicts:     768000 | #Constraints:      33418
306.24/316.55	c #Conflicts:     769000 | #Constraints:      34418
306.24/316.55	c #Conflicts:     770000 | #Constraints:      35418
306.24/316.55	c #Conflicts:     771000 | #Constraints:      36418
306.24/316.55	c #Conflicts:     772000 | #Constraints:      37418
306.24/316.55	c #Conflicts:     773000 | #Constraints:      38418
306.24/316.55	c #Conflicts:     774000 | #Constraints:      39418
306.24/316.55	c INPROCESSING
306.24/316.55	c GARBAGE COLLECT
306.24/316.55	c rational objective 18701.4
313.32/323.69	c #Conflicts:     775000 | #Constraints:      23024
313.32/323.69	c #Conflicts:     776000 | #Constraints:      24024
313.32/323.69	c #Conflicts:     777000 | #Constraints:      25025
313.32/323.69	c #Conflicts:     778000 | #Constraints:      26025
313.32/323.69	c #Conflicts:     779000 | #Constraints:      27025
313.32/323.69	c #Conflicts:     780000 | #Constraints:      28026
313.32/323.69	c #Conflicts:     781000 | #Constraints:      29026
313.32/323.69	c #Conflicts:     782000 | #Constraints:      30028
313.32/323.69	c #Conflicts:     783000 | #Constraints:      31029
313.32/323.69	c #Conflicts:     784000 | #Constraints:      32036
313.32/323.69	c #Conflicts:     785000 | #Constraints:      33040
313.32/323.69	c #Conflicts:     786000 | #Constraints:      34040
313.32/323.69	c #Conflicts:     787000 | #Constraints:      35041
313.32/323.69	c #Conflicts:     788000 | #Constraints:      36043
313.32/323.69	c #Conflicts:     789000 | #Constraints:      37045
313.32/323.69	c #Conflicts:     790000 | #Constraints:      38046
313.32/323.69	c #Conflicts:     791000 | #Constraints:      39046
313.32/323.69	c #Conflicts:     792000 | #Constraints:      40046
313.32/323.69	c INPROCESSING
313.32/323.69	c GARBAGE COLLECT
313.32/323.69	c rational objective 18701.4
315.01/325.34	c #Conflicts:     793000 | #Constraints:      23412
315.01/325.34	c #Conflicts:     794000 | #Constraints:      24413
315.01/325.34	c #Conflicts:     795000 | #Constraints:      25413
315.01/325.34	c #Conflicts:     796000 | #Constraints:      26413
315.01/325.34	WSVECS04 Frhs2[37]: 6 0 322.509 shouldn't be
315.01/325.34	WSVECS04 Frhs2[56]: 6 0 28.3114 shouldn't be
315.01/325.34	WSVECS04 Frhs2[68]: 6 0 231.66 shouldn't be
315.01/325.34	WSVECS04 Frhs2[164]: 6 0 479.844 shouldn't be
315.01/325.34	WSVECS04 Frhs2[179]: 6 -768.288 0 shouldn't be
315.01/325.34	WSVECS04 Frhs2[204]: 6 0 544.028 shouldn't be
315.01/325.34	WSVECS04 Frhs2[238]: 6 -605.156 0 shouldn't be
315.01/325.34	WSVECS04 Frhs2[272]: 6 0 157.054 shouldn't be
315.01/325.34	WSVECS04 Frhs2[290]: 6 0 885.206 shouldn't be
315.01/325.34	WSVECS04 Frhs2[291]: 6 0 1748.08 shouldn't be
315.01/325.34	WSVECS04 Frhs2[292]: 6 0 1425.57 shouldn't be
315.01/325.34	WSVECS04 Frhs2[326]: 6 0 322.509 shouldn't be
315.01/325.34	WSVECS04 Frhs2[327]: 6 0 1185.38 shouldn't be
315.01/325.34	WSVECS04 Frhs2[357]: 6 0 720.373 shouldn't be
315.01/325.34	WSVECS04 Frhs2[362]: 6 0 148.363 shouldn't be
315.01/325.34	WSVECS04 Frhs2[364]: 6 -72.4489 0 shouldn't be
315.01/325.34	WSVECS04 Frhs2[381]: 6 -540.464 0 shouldn't be
315.01/325.34	WSVECS04 Frhs2[395]: 6 0 278.493 shouldn't be
315.01/325.34	WSVECS04 Frhs2[414]: 6 0 609.207 shouldn't be
315.01/325.34	WSVECS04 Frhs2[459]: 6 0 64.575 shouldn't be
315.01/325.34	WSVECS04 Frhs2[472]: 6 0 64.575 shouldn't be
315.01/325.34	WSVECS04 Frhs2[473]: 6 0 134.575 shouldn't be
315.01/325.34	WSVECS04 Frhs2[474]: 6 0 74.575 shouldn't be
315.01/325.34	WSVECS04 Frhs2[477]: 6 0 115.791 shouldn't be
315.01/325.34	WSVECS04 Frhs2[512]: 6 0 1.63975 shouldn't be
315.01/325.34	WSVECS04 Frhs2[516]: 6 0 49.8397 shouldn't be
315.01/325.34	WSVECS04 Frhs2[521]: 6 0 176 shouldn't be
315.11/325.46	WSVECS04 Frhs2[260]: 6 0 1347.37 shouldn't be
315.11/325.46	WSVECS04 Frhs2[267]: 6 0 1466.42 shouldn't be
315.11/325.46	WSVECS04 Frhs2[284]: 6 0 408.46 shouldn't be
315.11/325.46	WSVECS04 Frhs2[330]: 6 0 1539.94 shouldn't be
315.11/325.46	WSVECS04 Frhs2[439]: 6 0 688.916 shouldn't be
315.11/325.46	WSVECS04 Frhs2[450]: 6 0 1532.41 shouldn't be
315.21/325.57	WSVECS04 Frhs2[3]: 6 0 1893.73 shouldn't be
315.21/325.57	WSVECS04 Frhs2[5]: 6 0 857.697 shouldn't be
315.21/325.57	WSVECS04 Frhs2[27]: 6 0 480.47 shouldn't be
315.21/325.57	WSVECS04 Frhs2[56]: 6 0 28.3114 shouldn't be
315.21/325.57	WSVECS04 Frhs2[68]: 6 0 231.66 shouldn't be
315.21/325.57	WSVECS04 Frhs2[99]: 6 0 1517.71 shouldn't be
315.21/325.57	WSVECS04 Frhs2[164]: 6 0 479.844 shouldn't be
315.21/325.57	WSVECS04 Frhs2[179]: 6 -768.288 0 shouldn't be
315.21/325.57	WSVECS04 Frhs2[204]: 6 0 544.028 shouldn't be
315.21/325.57	WSVECS04 Frhs2[272]: 6 0 157.054 shouldn't be
315.21/325.57	WSVECS04 Frhs2[273]: 6 0 157.054 shouldn't be
315.21/325.57	WSVECS04 Frhs2[290]: 6 0 885.206 shouldn't be
315.21/325.57	WSVECS04 Frhs2[326]: 6 0 322.509 shouldn't be
315.21/325.57	WSVECS04 Frhs2[327]: 6 0 1185.38 shouldn't be
315.21/325.57	WSVECS04 Frhs2[351]: 6 0 266.758 shouldn't be
315.21/325.57	WSVECS04 Frhs2[357]: 6 0 720.373 shouldn't be
315.21/325.57	WSVECS04 Frhs2[362]: 6 0 148.363 shouldn't be
315.21/325.57	WSVECS04 Frhs2[364]: 6 -72.4489 0 shouldn't be
315.21/325.57	WSVECS04 Frhs2[381]: 6 -540.464 0 shouldn't be
315.21/325.57	WSVECS04 Frhs2[459]: 6 0 64.575 shouldn't be
315.21/325.57	WSVECS04 Frhs2[513]: 6 0 22.4603 shouldn't be
315.21/325.57	WSVECS04 Frhs2[516]: 6 0 49.8397 shouldn't be
315.21/325.57	WSVECS04 Frhs2[524]: 6 0 310 shouldn't be
315.21/325.57	WSVECS04 Frhs2[539]: 6 -348 0 shouldn't be
315.32/325.69	WSVECS04 Frhs2[22]: 6 -1062.7 0 shouldn't be
315.32/325.69	WSVECS04 Frhs2[78]: 6 0 815.513 shouldn't be
315.32/325.69	WSVECS04 Frhs2[96]: 6 0 277.832 shouldn't be
315.32/325.69	WSVECS04 Frhs2[104]: 6 0 69.3403 shouldn't be
315.32/325.69	WSVECS04 Frhs2[114]: 6 0 815.513 shouldn't be
315.32/325.69	WSVECS04 Frhs2[186]: 6 0 1551.71 shouldn't be
315.32/325.69	WSVECS04 Frhs2[238]: 6 -605.156 0 shouldn't be
315.32/325.69	WSVECS04 Frhs2[277]: 6 0 521 shouldn't be
315.32/325.69	WSVECS04 Frhs2[278]: 6 0 367.317 shouldn't be
315.32/325.69	WSVECS04 Frhs2[279]: 6 0 1188.33 shouldn't be
315.32/325.69	WSVECS04 Frhs2[363]: 6 0 1351.63 shouldn't be
315.32/325.69	WSVECS04 Frhs2[395]: 6 0 278.493 shouldn't be
315.32/325.69	WSVECS04 Frhs2[399]: 6 0 262.046 shouldn't be
315.32/325.69	WSVECS04 Frhs2[477]: 6 0 115.79 shouldn't be
315.32/325.69	WSVECS04 Frhs2[508]: 6 0 1269.07 shouldn't be
315.51/325.81	WSVECS04 Frhs2[118]: 6 0 862.875 shouldn't be
315.51/325.81	WSVECS04 Frhs2[133]: 6 0 571.871 shouldn't be
315.51/325.81	WSVECS04 Frhs2[268]: 6 0 800.927 shouldn't be
315.51/325.81	WSVECS04 Frhs2[292]: 6 0 1425.57 shouldn't be
315.51/325.81	WSVECS04 Frhs2[350]: 6 0 367.317 shouldn't be
315.51/325.81	WSVECS04 Frhs2[415]: 6 0 957.207 shouldn't be
315.51/325.81	WSVECS04 Frhs2[473]: 6 0 134.575 shouldn't be
315.51/325.81	WSVECS04 Frhs2[512]: 6 0 1.63966 shouldn't be
315.61/325.93	WSVECS04 Frhs2[63]: 6 0 480.47 shouldn't be
315.61/325.93	WSVECS04 Frhs2[69]: 6 0 955.193 shouldn't be
315.61/325.93	WSVECS04 Frhs2[267]: 6 0 1466.42 shouldn't be
315.61/325.93	WSVECS04 Frhs2[330]: 6 0 1539.94 shouldn't be
315.61/325.93	WSVECS04 Frhs2[414]: 6 0 609.207 shouldn't be
315.61/325.93	WSVECS04 Frhs2[450]: 6 0 1532.41 shouldn't be
315.73/326.04	WSVECS04 Frhs2[184]: 6 0 1599.08 shouldn't be
315.73/326.04	WSVECS04 Frhs2[260]: 6 0 1347.37 shouldn't be
315.73/326.04	WSVECS04 Frhs2[291]: 6 0 1748.08 shouldn't be
315.73/326.04	WSVECS04 Frhs2[444]: 6 0 2009.84 shouldn't be
315.82/326.11	WSVECS04 Frhs2[266]: 6 0 1386.42 shouldn't be
315.82/326.11	WSVECS04 Frhs2[521]: 6 0 176 shouldn't be
315.82/326.19	WSVECS04 Frhs2[155]: 6 0 862.875 shouldn't be
315.82/326.19	WSVECS04 Frhs2[285]: 6 0 1128.83 shouldn't be
315.82/326.19	WSVECS04 Frhs2[386]: 6 -456.464 0 shouldn't be
319.10/329.49	c #Conflicts:     797000 | #Constraints:      27414
319.10/329.49	c #Conflicts:     798000 | #Constraints:      28414
319.10/329.49	c #Conflicts:     799000 | #Constraints:      29414
319.10/329.49	c #Conflicts:     800000 | #Constraints:      30414
319.10/329.49	c #Conflicts:     801000 | #Constraints:      31414
319.10/329.49	c #Conflicts:     802000 | #Constraints:      32414
319.10/329.49	c #Conflicts:     803000 | #Constraints:      33414
319.10/329.49	c #Conflicts:     804000 | #Constraints:      34414
319.10/329.49	c #Conflicts:     805000 | #Constraints:      35414
319.10/329.49	c #Conflicts:     806000 | #Constraints:      36414
319.10/329.49	WSVECS04 Frhs2[4]: 6 0 309.956 shouldn't be
319.10/329.49	WSVECS04 Frhs2[9]: 6 0 632.581 shouldn't be
319.10/329.49	WSVECS04 Frhs2[18]: 6 0 138.117 shouldn't be
319.10/329.49	WSVECS04 Frhs2[25]: 6 0 416.367 shouldn't be
319.10/329.49	WSVECS04 Frhs2[26]: 6 0 157.344 shouldn't be
319.10/329.49	WSVECS04 Frhs2[32]: 6 0 978.772 shouldn't be
319.10/329.49	WSVECS04 Frhs2[40]: 6 0 1329.07 shouldn't be
319.10/329.49	WSVECS04 Frhs2[57]: 6 0 219.93 shouldn't be
319.10/329.49	WSVECS04 Frhs2[92]: 6 0 244.172 shouldn't be
319.10/329.49	WSVECS04 Frhs2[145]: 6 -812.685 0 shouldn't be
319.10/329.49	WSVECS04 Frhs2[148]: 6 0 812.685 shouldn't be
319.10/329.49	WSVECS04 Frhs2[153]: 6 0 263.022 shouldn't be
319.10/329.49	WSVECS04 Frhs2[159]: 6 0 124.64 shouldn't be
319.10/329.49	WSVECS04 Frhs2[182]: 6 0 115.165 shouldn't be
319.10/329.49	WSVECS04 Frhs2[189]: 6 0 363.86 shouldn't be
319.10/329.49	WSVECS04 Frhs2[192]: 6 0 166.893 shouldn't be
319.10/329.49	WSVECS04 Frhs2[207]: 6 0 645.977 shouldn't be
319.10/329.49	WSVECS04 Frhs2[212]: 6 0 441.405 shouldn't be
319.10/329.49	WSVECS04 Frhs2[253]: 6 -1540.8 0 shouldn't be
319.10/329.49	WSVECS04 Frhs2[255]: 6 0 102.556 shouldn't be
319.10/329.49	WSVECS04 Frhs2[281]: 6 0 361.803 shouldn't be
319.10/329.49	WSVECS04 Frhs2[305]: 6 0 531 shouldn't be
319.10/329.49	WSVECS04 Frhs2[322]: 6 0 340.215 shouldn't be
319.10/329.49	WSVECS04 Frhs2[342]: 6 0 152.776 shouldn't be
319.10/329.49	WSVECS04 Frhs2[388]: 6 0 378.173 shouldn't be
319.10/329.49	WSVECS04 Frhs2[487]: 6 0 55.9685 shouldn't be
319.10/329.49	WSVECS04 Frhs2[492]: 6 0 193.699 shouldn't be
319.10/329.49	WSVECS04 Frhs2[519]: 6 0 197 shouldn't be
319.10/329.49	WSVECS04 Frhs2[524]: 6 0 58.4943 shouldn't be
319.10/329.49	WSVECS04 Frhs2[540]: 6 0 908.664 shouldn't be
320.40/330.71	c #Conflicts:     807000 | #Constraints:      37415
320.40/330.71	c #Conflicts:     808000 | #Constraints:      38416
320.40/330.71	WSVECS04 Frhs2[3]: 6 0 551.142 shouldn't be
320.40/330.71	WSVECS04 Frhs2[9]: 6 0 220.102 shouldn't be
320.40/330.71	WSVECS04 Frhs2[37]: 6 -709.568 0 shouldn't be
320.40/330.71	WSVECS04 Frhs2[39]: 6 0 683.255 shouldn't be
320.40/330.71	WSVECS04 Frhs2[41]: 6 0 223.013 shouldn't be
320.40/330.71	WSVECS04 Frhs2[43]: 6 -2413.65 0 shouldn't be
320.40/330.71	WSVECS04 Frhs2[45]: 6 0 217.299 shouldn't be
320.40/330.71	WSVECS04 Frhs2[46]: 6 0 323.804 shouldn't be
320.40/330.71	WSVECS04 Frhs2[53]: 6 0 87.1776 shouldn't be
320.40/330.71	WSVECS04 Frhs2[61]: 6 0 86.439 shouldn't be
320.40/330.71	WSVECS04 Frhs2[74]: 6 0 82.1816 shouldn't be
320.40/330.71	WSVECS04 Frhs2[79]: 6 0 688.733 shouldn't be
320.40/330.71	WSVECS04 Frhs2[80]: 6 0 1220.16 shouldn't be
320.40/330.71	WSVECS04 Frhs2[82]: 6 0 323.804 shouldn't be
320.40/330.71	WSVECS04 Frhs2[85]: 6 0 1637.23 shouldn't be
320.40/330.71	WSVECS04 Frhs2[86]: 6 0 194.372 shouldn't be
320.40/330.71	WSVECS04 Frhs2[98]: 6 0 1358.92 shouldn't be
320.40/330.71	WSVECS04 Frhs2[100]: 6 0 1211.33 shouldn't be
320.40/330.71	WSVECS04 Frhs2[104]: 6 0 314.51 shouldn't be
320.40/330.71	WSVECS04 Frhs2[113]: 6 0 175.176 shouldn't be
320.40/330.71	WSVECS04 Frhs2[125]: 6 0 2732.73 shouldn't be
320.40/330.71	WSVECS04 Frhs2[137]: 6 0 154.642 shouldn't be
320.40/330.71	WSVECS04 Frhs2[164]: 6 0 853.52 shouldn't be
320.40/330.71	WSVECS04 Frhs2[165]: 6 0 1557.64 shouldn't be
320.40/330.71	WSVECS04 Frhs2[166]: 6 -136.658 0 shouldn't be
320.40/330.71	WSVECS04 Frhs2[171]: 6 0 833.464 shouldn't be
320.40/330.71	WSVECS04 Frhs2[174]: 6 -323.164 0 shouldn't be
320.40/330.71	WSVECS04 Frhs2[177]: 6 0 290.856 shouldn't be
320.40/330.71	WSVECS04 Frhs2[179]: 6 0 653.571 shouldn't be
320.40/330.71	WSVECS04 Frhs2[191]: 6 0 35.38 shouldn't be
320.40/330.71	WSVECS04 Frhs2[198]: 6 0 638.309 shouldn't be
320.40/330.71	WSVECS04 Frhs2[209]: 6 0 216.516 shouldn't be
320.40/330.71	WSVECS04 Frhs2[211]: 6 0 494.886 shouldn't be
320.40/330.71	WSVECS04 Frhs2[212]: 6 0 145.159 shouldn't be
320.40/330.71	WSVECS04 Frhs2[213]: 6 0 446.826 shouldn't be
320.40/330.71	WSVECS04 Frhs2[214]: 6 0 410.452 shouldn't be
320.40/330.71	WSVECS04 Frhs2[222]: 6 0 267.864 shouldn't be
320.40/330.71	WSVECS04 Frhs2[247]: 6 0 349.727 shouldn't be
320.40/330.71	WSVECS04 Frhs2[269]: 6 0 87.1777 shouldn't be
320.40/330.71	WSVECS04 Frhs2[278]: 6 0 35.3215 shouldn't be
320.40/330.71	WSVECS04 Frhs2[281]: 6 -322 0 shouldn't be
320.40/330.71	WSVECS04 Frhs2[409]: 6 0 133.255 shouldn't be
320.40/330.71	WSVECS04 Frhs2[411]: 6 0 1433.97 shouldn't be
320.51/330.82	WSVECS04 Frhs2[18]: 6 0 388.537 shouldn't be
320.51/330.82	WSVECS04 Frhs2[49]: 6 0 87.1777 shouldn't be
320.51/330.82	WSVECS04 Frhs2[56]: 6 0 62.2837 shouldn't be
320.51/330.82	WSVECS04 Frhs2[157]: 6 0 311.516 shouldn't be
320.51/330.82	WSVECS04 Frhs2[404]: 6 0 255.052 shouldn't be
320.60/330.91	WSVECS04 Frhs2[38]: 6 0 66.0776 shouldn't be
320.71/331.03	WSVECS04 Frhs2[143]: 6 0 133.059 shouldn't be
320.71/331.03	WSVECS04 Frhs2[162]: 6 0 281.55 shouldn't be
320.71/331.09	WSVECS04 Frhs2[102]: 6 0 608.702 shouldn't be
320.71/331.09	WSVECS04 Frhs2[219]: 6 0 536.312 shouldn't be
320.90/331.20	WSVECS04 Frhs2[17]: 6 0 87.1776 shouldn't be
321.99/332.36	c #Conflicts:     809000 | #Constraints:      39416
321.99/332.36	c #Conflicts:     810000 | #Constraints:      40416
321.99/332.36	c INPROCESSING
321.99/332.36	c GARBAGE COLLECT
321.99/332.36	c rational objective 18870.9
328.38/338.72	c #Conflicts:     811000 | #Constraints:      23626
328.38/338.72	c #Conflicts:     812000 | #Constraints:      24626
328.38/338.72	c #Conflicts:     813000 | #Constraints:      25626
328.38/338.72	c #Conflicts:     814000 | #Constraints:      26626
328.38/338.72	c #Conflicts:     815000 | #Constraints:      27626
328.38/338.72	c #Conflicts:     816000 | #Constraints:      28626
328.38/338.72	c #Conflicts:     817000 | #Constraints:      29627
328.38/338.72	c #Conflicts:     818000 | #Constraints:      30630
328.38/338.72	c #Conflicts:     819000 | #Constraints:      31630
328.38/338.72	c #Conflicts:     820000 | #Constraints:      32631
328.38/338.72	c #Conflicts:     821000 | #Constraints:      33634
328.38/338.72	c #Conflicts:     822000 | #Constraints:      34636
328.38/338.72	c #Conflicts:     823000 | #Constraints:      35636
328.38/338.72	c #Conflicts:     824000 | #Constraints:      36637
328.38/338.72	c #Conflicts:     825000 | #Constraints:      37637
328.38/338.72	c #Conflicts:     826000 | #Constraints:      38637
328.38/338.72	c #Conflicts:     827000 | #Constraints:      39638
328.38/338.72	c #Conflicts:     828000 | #Constraints:      40640
328.38/338.72	c INPROCESSING
328.38/338.72	c GARBAGE COLLECT
328.38/338.72	c rational objective 18701.4
336.05/348.20	c #Conflicts:     829000 | #Constraints:      23627
336.05/348.20	c #Conflicts:     830000 | #Constraints:      24627
336.05/348.20	c #Conflicts:     831000 | #Constraints:      25628
336.05/348.20	c #Conflicts:     832000 | #Constraints:      26629
336.05/348.20	c #Conflicts:     833000 | #Constraints:      27629
336.05/348.20	c #Conflicts:     834000 | #Constraints:      28629
336.05/348.20	c #Conflicts:     835000 | #Constraints:      29631
336.05/348.20	c #Conflicts:     836000 | #Constraints:      30634
336.05/348.20	c #Conflicts:     837000 | #Constraints:      31637
336.05/348.20	c #Conflicts:     838000 | #Constraints:      32642
336.05/348.20	c #Conflicts:     839000 | #Constraints:      33645
336.05/348.20	c #Conflicts:     840000 | #Constraints:      34650
336.05/348.20	c #Conflicts:     841000 | #Constraints:      35651
336.05/348.20	c #Conflicts:     842000 | #Constraints:      36655
336.05/348.20	c #Conflicts:     843000 | #Constraints:      37658
336.05/348.20	c #Conflicts:     844000 | #Constraints:      38658
336.05/348.20	c #Conflicts:     845000 | #Constraints:      39659
336.05/348.20	c #Conflicts:     846000 | #Constraints:      40661
336.05/348.20	c INPROCESSING
336.05/348.20	c GARBAGE COLLECT
336.05/348.20	c rational objective 18701.4
336.45/348.63	c #Conflicts:     847000 | #Constraints:      23430
336.45/348.63	WSVECS04 Frhs2[38]: 6 0 835 shouldn't be
336.45/348.63	WSVECS04 Frhs2[55]: 6 -358 0 shouldn't be
336.45/348.63	WSVECS04 Frhs2[77]: 6 0 332.667 shouldn't be
336.45/348.63	WSVECS04 Frhs2[95]: 6 -282 0 shouldn't be
336.45/348.63	WSVECS04 Frhs2[101]: 6 -10.8333 0 shouldn't be
336.45/348.63	WSVECS04 Frhs2[110]: 6 0 835 shouldn't be
336.45/348.63	WSVECS04 Frhs2[113]: 6 0 835 shouldn't be
336.45/348.63	WSVECS04 Frhs2[134]: 6 0 58.8333 shouldn't be
336.45/348.63	WSVECS04 Frhs2[140]: 6 0 122.5 shouldn't be
336.45/348.63	WSVECS04 Frhs2[146]: 6 0 656 shouldn't be
336.45/348.63	WSVECS04 Frhs2[170]: 6 0 58.8334 shouldn't be
336.45/348.63	WSVECS04 Frhs2[181]: 6 -3433.44 0 shouldn't be
336.45/348.63	WSVECS04 Frhs2[182]: 6 0 835 shouldn't be
336.45/348.63	WSVECS04 Frhs2[206]: 6 0 58.8334 shouldn't be
336.45/348.63	WSVECS04 Frhs2[252]: 6 -341 0 shouldn't be
336.45/348.63	WSVECS04 Frhs2[471]: 6 0 747 shouldn't be
336.45/348.63	WSVECS04 Frhs2[484]: 6 0 405 shouldn't be
336.45/348.63	WSVECS04 Frhs2[485]: 6 -521 0 shouldn't be
337.05/349.28	c #Conflicts:     848000 | #Constraints:      24431
337.05/349.28	c #Conflicts:     849000 | #Constraints:      25431
337.05/349.28	WSVECS04 Frhs2[62]: 6 0 21.6667 shouldn't be
337.05/349.28	WSVECS04 Frhs2[74]: 6 0 589.8 shouldn't be
337.05/349.28	WSVECS04 Frhs2[108]: 6 -511.061 0 shouldn't be
337.05/349.28	WSVECS04 Frhs2[183]: 6 0 192.356 shouldn't be
337.05/349.28	WSVECS04 Frhs2[249]: 6 0 10.0909 shouldn't be
337.05/349.28	WSVECS04 Frhs2[253]: 6 -91.8889 0 shouldn't be
337.05/349.28	WSVECS04 Frhs2[287]: 6 0 112.242 shouldn't be
337.05/349.28	WSVECS04 Frhs2[291]: 6 0 354.622 shouldn't be
337.05/349.28	WSVECS04 Frhs2[305]: 6 -34.9167 0 shouldn't be
337.05/349.28	WSVECS04 Frhs2[314]: 6 0 21.6668 shouldn't be
337.05/349.28	WSVECS04 Frhs2[327]: 6 0 782.156 shouldn't be
337.05/349.28	WSVECS04 Frhs2[329]: 6 0 427.533 shouldn't be
337.05/349.28	WSVECS04 Frhs2[350]: 6 0 21.6667 shouldn't be
337.05/349.28	WSVECS04 Frhs2[357]: 6 0 10.0909 shouldn't be
337.05/349.28	WSVECS04 Frhs2[366]: 6 0 112.511 shouldn't be
337.05/349.28	WSVECS04 Frhs2[440]: 6 0 106 shouldn't be
337.05/349.28	WSVECS04 Frhs2[443]: 6 -2308 0 shouldn't be
337.05/349.28	WSVECS04 Frhs2[528]: 6 0 161.545 shouldn't be
337.05/349.28	WSVECS04 Frhs2[533]: 6 0 11.3031 shouldn't be
337.15/349.35	WSVECS04 Frhs2[105]: 6 0 10.091 shouldn't be
337.15/349.35	WSVECS04 Frhs2[248]: 6 0 119.909 shouldn't be
337.15/349.35	WSVECS04 Frhs2[285]: 6 0 10.091 shouldn't be
337.15/349.35	WSVECS04 Frhs2[338]: 6 0 47.5 shouldn't be
337.15/349.35	WSVECS04 Frhs2[340]: 6 0 47.5 shouldn't be
337.15/349.35	WSVECS04 Frhs2[394]: 6 -605 0 shouldn't be
337.15/349.35	WSVECS04 Frhs2[449]: 6 0 106 shouldn't be
337.15/349.35	WSVECS04 Frhs2[471]: 6 0 214.727 shouldn't be
337.25/349.45	WSVECS04 Frhs2[412]: 6 -1053 0 shouldn't be
337.35/349.55	WSVECS04 Frhs2[68]: 6 0 141.364 shouldn't be
337.35/349.55	WSVECS04 Frhs2[145]: 6 0 254.867 shouldn't be
337.35/349.55	WSVECS04 Frhs2[176]: 6 0 141.364 shouldn't be
337.45/349.65	WSVECS04 Frhs2[416]: 6 -521 0 shouldn't be
337.55/349.74	WSVECS04 Frhs2[12]: 6 0 200 shouldn't be
337.55/349.74	WSVECS04 Frhs2[292]: 6 0 509.022 shouldn't be
337.65/349.83	WSVECS04 Frhs2[400]: 6 -315 0 shouldn't be
337.86/350.02	WSVECS04 Frhs2[76]: 6 0 936.556 shouldn't be
342.03/354.24	c #Conflicts:     850000 | #Constraints:      26432
342.03/354.24	c #Conflicts:     851000 | #Constraints:      27432
342.03/354.24	c #Conflicts:     852000 | #Constraints:      28432
342.03/354.24	c #Conflicts:     853000 | #Constraints:      29432
342.03/354.24	c #Conflicts:     854000 | #Constraints:      30432
342.03/354.24	c #Conflicts:     855000 | #Constraints:      31432
342.03/354.24	c #Conflicts:     856000 | #Constraints:      32432
342.03/354.24	c #Conflicts:     857000 | #Constraints:      33432
342.03/354.24	c #Conflicts:     858000 | #Constraints:      34432
342.03/354.24	c #Conflicts:     859000 | #Constraints:      35432
342.03/354.24	c #Conflicts:     860000 | #Constraints:      36433
342.03/354.24	c #Conflicts:     861000 | #Constraints:      37435
342.03/354.24	WSVECS04 Frhs2[45]: 6 0 56.2741 shouldn't be
342.03/354.24	WSVECS04 Frhs2[76]: 6 0 74.2501 shouldn't be
342.03/354.24	WSVECS04 Frhs2[90]: 6 0 4.68955 shouldn't be
342.03/354.24	WSVECS04 Frhs2[120]: 6 0 124.788 shouldn't be
342.03/354.24	WSVECS04 Frhs2[136]: 6 0 162.795 shouldn't be
342.03/354.24	WSVECS04 Frhs2[173]: 6 -511.589 0 shouldn't be
342.03/354.24	WSVECS04 Frhs2[181]: 6 0 470.718 shouldn't be
342.03/354.24	WSVECS04 Frhs2[184]: 6 0 23.968 shouldn't be
342.03/354.24	WSVECS04 Frhs2[199]: 6 0 249.575 shouldn't be
342.03/354.24	WSVECS04 Frhs2[213]: 6 0 35.4247 shouldn't be
342.03/354.24	WSVECS04 Frhs2[221]: 6 -129.959 0 shouldn't be
342.03/354.24	WSVECS04 Frhs2[222]: 6 0 79.1581 shouldn't be
342.03/354.24	WSVECS04 Frhs2[252]: 6 -35.2877 0 shouldn't be
342.03/354.24	WSVECS04 Frhs2[277]: 6 0 521 shouldn't be
342.03/354.24	WSVECS04 Frhs2[278]: 6 0 319.795 shouldn't be
342.03/354.24	WSVECS04 Frhs2[279]: 6 0 207.5 shouldn't be
342.03/354.24	WSVECS04 Frhs2[285]: 6 0 70.7124 shouldn't be
342.03/354.24	WSVECS04 Frhs2[289]: 6 -349.162 0 shouldn't be
342.03/354.24	WSVECS04 Frhs2[291]: 6 0 131.541 shouldn't be
342.03/354.24	WSVECS04 Frhs2[292]: 6 0 74.2501 shouldn't be
342.03/354.24	WSVECS04 Frhs2[309]: 6 0 35.4247 shouldn't be
342.03/354.24	WSVECS04 Frhs2[330]: 6 0 299.857 shouldn't be
342.03/354.24	WSVECS04 Frhs2[332]: 6 -124.788 0 shouldn't be
342.03/354.24	WSVECS04 Frhs2[349]: 6 0 521 shouldn't be
342.03/354.24	WSVECS04 Frhs2[350]: 6 0 319.794 shouldn't be
342.03/354.24	WSVECS04 Frhs2[351]: 6 0 207.5 shouldn't be
342.03/354.24	WSVECS04 Frhs2[356]: 6 -207 0 shouldn't be
342.03/354.24	WSVECS04 Frhs2[400]: 6 -146.037 0 shouldn't be
342.03/354.24	WSVECS04 Frhs2[411]: 6 0 869.863 shouldn't be
342.03/354.24	WSVECS04 Frhs2[413]: 6 0 113 shouldn't be
342.03/354.24	WSVECS04 Frhs2[445]: 6 0 96.3105 shouldn't be
342.03/354.24	WSVECS04 Frhs2[446]: 6 -531 0 shouldn't be
342.03/354.24	WSVECS04 Frhs2[467]: 6 -106 0 shouldn't be
342.03/354.24	WSVECS04 Frhs2[479]: 6 -123.5 0 shouldn't be
342.03/354.24	WSVECS04 Frhs2[499]: 6 -78.6167 0 shouldn't be
342.13/354.32	WSVECS04 Frhs2[28]: 6 0 126.617 shouldn't be
342.13/354.32	WSVECS04 Frhs2[249]: 6 0 70.7124 shouldn't be
342.13/354.32	WSVECS04 Frhs2[258]: 6 0 299.857 shouldn't be
342.13/354.32	WSVECS04 Frhs2[336]: 6 0 124.788 shouldn't be
342.13/354.32	WSVECS04 Frhs2[440]: 6 0 207 shouldn't be
342.13/354.32	WSVECS04 Frhs2[504]: 6 -775 0 shouldn't be
343.54/355.73	c #Conflicts:     862000 | #Constraints:      38436
343.54/355.73	c #Conflicts:     863000 | #Constraints:      39436
343.54/355.73	c #Conflicts:     864000 | #Constraints:      40436
343.54/355.73	WSVECS04 Frhs2[1]: 6 -244.925 0 shouldn't be
343.54/355.73	WSVECS04 Frhs2[5]: 6 0 179.97 shouldn't be
343.54/355.73	WSVECS04 Frhs2[9]: 6 0 326.58 shouldn't be
343.54/355.73	WSVECS04 Frhs2[20]: 6 0 21.2 shouldn't be
343.54/355.73	WSVECS04 Frhs2[28]: 6 0 218.8 shouldn't be
343.54/355.73	WSVECS04 Frhs2[32]: 6 0 153.786 shouldn't be
343.54/355.73	WSVECS04 Frhs2[56]: 6 0 21.2 shouldn't be
343.54/355.73	WSVECS04 Frhs2[62]: 6 0 5.00006 shouldn't be
343.54/355.73	WSVECS04 Frhs2[64]: 6 0 218.8 shouldn't be
343.54/355.73	WSVECS04 Frhs2[68]: 6 0 153.786 shouldn't be
343.54/355.73	WSVECS04 Frhs2[75]: 6 0 335.775 shouldn't be
343.54/355.73	WSVECS04 Frhs2[100]: 6 0 218.8 shouldn't be
343.54/355.73	WSVECS04 Frhs2[109]: 6 -152.536 0 shouldn't be
343.54/355.73	WSVECS04 Frhs2[111]: 6 0 515.745 shouldn't be
343.54/355.73	WSVECS04 Frhs2[112]: 6 0 179.97 shouldn't be
343.54/355.73	WSVECS04 Frhs2[149]: 6 0 179.97 shouldn't be
343.54/355.73	WSVECS04 Frhs2[197]: 6 0 745.31 shouldn't be
343.54/355.73	WSVECS04 Frhs2[198]: 6 0 444.164 shouldn't be
343.54/355.73	WSVECS04 Frhs2[270]: 6 0 171.143 shouldn't be
343.54/355.73	WSVECS04 Frhs2[311]: 6 0 380.454 shouldn't be
343.54/355.73	WSVECS04 Frhs2[314]: 6 0 5.00004 shouldn't be
343.54/355.73	WSVECS04 Frhs2[328]: 6 0 44.1846 shouldn't be
343.54/355.73	WSVECS04 Frhs2[334]: 6 0 1442.58 shouldn't be
343.54/355.73	WSVECS04 Frhs2[343]: 6 0 398.786 shouldn't be
343.54/355.73	WSVECS04 Frhs2[344]: 6 0 95.6143 shouldn't be
343.54/355.73	WSVECS04 Frhs2[428]: 6 0 43.0001 shouldn't be
343.54/355.73	WSVECS04 Frhs2[464]: 6 0 113 shouldn't be
343.54/355.73	WSVECS04 Frhs2[479]: 6 -217.727 0 shouldn't be
343.54/355.73	WSVECS04 Frhs2[488]: 6 0 2.1905 shouldn't be
343.54/355.73	WSVECS04 Frhs2[497]: 6 0 2.19056 shouldn't be
343.54/355.73	WSVECS04 Frhs2[509]: 6 0 108.191 shouldn't be
343.63/355.80	WSVECS04 Frhs2[25]: 6 0 585.191 shouldn't be
343.63/355.80	WSVECS04 Frhs2[61]: 6 0 585.191 shouldn't be
343.63/355.80	WSVECS04 Frhs2[93]: 6 0 21.2 shouldn't be
343.63/355.80	WSVECS04 Frhs2[113]: 6 0 179.97 shouldn't be
343.63/355.80	WSVECS04 Frhs2[133]: 6 0 276.592 shouldn't be
343.63/355.80	WSVECS04 Frhs2[163]: 6 0 377.586 shouldn't be
343.63/355.80	WSVECS04 Frhs2[208]: 6 0 370.205 shouldn't be
343.63/355.80	WSVECS04 Frhs2[256]: 6 0 223.185 shouldn't be
343.63/355.80	WSVECS04 Frhs2[338]: 6 0 53.2143 shouldn't be
344.13/356.30	c #Conflicts:     865000 | #Constraints:      41437
344.13/356.30	c INPROCESSING
344.13/356.30	c GARBAGE COLLECT
344.13/356.30	WSVECS04 Frhs2[24]: 6 0 34.69 shouldn't be
344.13/356.30	WSVECS04 Frhs2[52]: 6 0 167.93 shouldn't be
344.13/356.30	WSVECS04 Frhs2[73]: 6 0 121.264 shouldn't be
344.13/356.30	WSVECS04 Frhs2[77]: 6 0 121.264 shouldn't be
344.13/356.30	WSVECS04 Frhs2[78]: 6 0 76.6821 shouldn't be
344.13/356.30	WSVECS04 Frhs2[95]: 6 0 74.5981 shouldn't be
344.13/356.30	WSVECS04 Frhs2[97]: 6 0 30.0161 shouldn't be
344.13/356.30	WSVECS04 Frhs2[131]: 6 0 44.582 shouldn't be
344.13/356.30	WSVECS04 Frhs2[180]: 6 -144.042 0 shouldn't be
344.13/356.30	WSVECS04 Frhs2[181]: 6 -212.274 0 shouldn't be
344.13/356.30	WSVECS04 Frhs2[182]: 6 0 14.715 shouldn't be
344.13/356.30	WSVECS04 Frhs2[196]: 6 0 167.93 shouldn't be
344.13/356.30	WSVECS04 Frhs2[201]: 6 0 29.5001 shouldn't be
344.13/356.30	WSVECS04 Frhs2[203]: 6 0 44.582 shouldn't be
344.13/356.30	WSVECS04 Frhs2[218]: 6 0 14.7151 shouldn't be
344.13/356.30	WSVECS04 Frhs2[227]: 6 -44.582 0 shouldn't be
344.13/356.30	WSVECS04 Frhs2[229]: 6 -659 0 shouldn't be
344.13/356.30	WSVECS04 Frhs2[237]: 6 0 29.5001 shouldn't be
344.13/356.30	WSVECS04 Frhs2[249]: 6 0 67.9755 shouldn't be
344.13/356.30	WSVECS04 Frhs2[255]: 6 0 256.856 shouldn't be
344.13/356.30	WSVECS04 Frhs2[258]: 6 0 212.274 shouldn't be
344.13/356.30	WSVECS04 Frhs2[265]: 6 0 28 shouldn't be
344.13/356.30	WSVECS04 Frhs2[268]: 6 0 195.93 shouldn't be
344.13/356.30	WSVECS04 Frhs2[277]: 6 0 326.551 shouldn't be
344.13/356.30	WSVECS04 Frhs2[282]: 6 0 25.1717 shouldn't be
344.13/356.30	WSVECS04 Frhs2[283]: 6 0 235 shouldn't be
344.13/356.30	WSVECS04 Frhs2[287]: 6 0 235 shouldn't be
344.13/356.30	WSVECS04 Frhs2[290]: 6 0 226.989 shouldn't be
344.13/356.30	WSVECS04 Frhs2[313]: 6 0 409.592 shouldn't be
344.13/356.30	WSVECS04 Frhs2[318]: 6 0 108.213 shouldn't be
344.13/356.30	WSVECS04 Frhs2[353]: 6 -83.0414 0 shouldn't be
344.13/356.30	WSVECS04 Frhs2[354]: 6 0 25.1717 shouldn't be
344.13/356.30	WSVECS04 Frhs2[367]: 6 0 106 shouldn't be
344.13/356.30	WSVECS04 Frhs2[410]: 6 0 207 shouldn't be
344.13/356.30	WSVECS04 Frhs2[411]: 6 0 415 shouldn't be
344.13/356.30	WSVECS04 Frhs2[412]: 6 -70 0 shouldn't be
344.13/356.30	WSVECS04 Frhs2[415]: 6 0 245 shouldn't be
344.13/356.30	WSVECS04 Frhs2[416]: 6 -264 0 shouldn't be
344.13/356.30	WSVECS04 Frhs2[453]: 6 -629 0 shouldn't be
344.13/356.30	WSVECS04 Frhs2[481]: 6 0 91 shouldn't be
344.13/356.30	WSVECS04 Frhs2[490]: 6 0 368.307 shouldn't be
344.13/356.30	WSVECS04 Frhs2[514]: 6 -84 0 shouldn't be
344.13/356.30	WSVECS04 Frhs2[524]: 6 0 70.0001 shouldn't be
344.23/356.43	WSVECS04 Frhs2[74]: 6 0 413.103 shouldn't be
344.23/356.43	WSVECS04 Frhs2[160]: 6 0 167.93 shouldn't be
344.23/356.43	WSVECS04 Frhs2[176]: 6 0 182.166 shouldn't be
344.23/356.43	WSVECS04 Frhs2[187]: 6 -877.716 0 shouldn't be
344.23/356.43	WSVECS04 Frhs2[232]: 6 0 167.93 shouldn't be
344.23/356.43	WSVECS04 Frhs2[267]: 6 0 28.0001 shouldn't be
344.23/356.43	WSVECS04 Frhs2[289]: 6 -321.3 0 shouldn't be
344.23/356.43	WSVECS04 Frhs2[513]: 6 0 32.9578 shouldn't be
344.33/356.55	WSVECS04 Frhs2[41]: 6 0 44.582 shouldn't be
344.33/356.55	WSVECS04 Frhs2[241]: 6 0 326.551 shouldn't be
344.33/356.55	WSVECS04 Frhs2[243]: 6 0 326.551 shouldn't be
344.33/356.55	WSVECS04 Frhs2[351]: 6 0 326.551 shouldn't be
344.33/356.55	WSVECS04 Frhs2[373]: 6 0 214 shouldn't be
344.33/356.55	WSVECS04 Frhs2[447]: 6 0 200.5 shouldn't be
344.43/356.68	WSVECS04 Frhs2[257]: 6 0 256.856 shouldn't be
344.43/356.68	WSVECS04 Frhs2[293]: 6 0 256.856 shouldn't be
344.43/356.68	WSVECS04 Frhs2[430]: 6 0 271.5 shouldn't be
344.43/356.68	WSVECS04 Frhs2[505]: 6 0 1609.1 shouldn't be
344.53/356.79	WSVECS04 Frhs2[11]: 6 0 1025.98 shouldn't be
344.53/356.79	WSVECS04 Frhs2[17]: 6 0 310.57 shouldn't be
344.53/356.79	WSVECS04 Frhs2[28]: 6 0 71.8376 shouldn't be
344.73/356.91	WSVECS04 Frhs2[146]: 6 0 394.563 shouldn't be
344.73/356.91	WSVECS04 Frhs2[153]: 6 0 1313.24 shouldn't be
344.73/356.91	WSVECS04 Frhs2[185]: 6 0 44.582 shouldn't be
344.73/356.91	WSVECS04 Frhs2[202]: 6 -678.646 0 shouldn't be
344.73/356.91	WSVECS04 Frhs2[217]: 6 -1462.13 0 shouldn't be
344.73/356.91	WSVECS04 Frhs2[225]: 6 0 1313.24 shouldn't be
344.73/356.91	WSVECS04 Frhs2[246]: 6 0 25.1717 shouldn't be
344.73/356.91	WSVECS04 Frhs2[261]: 6 0 1313.24 shouldn't be
344.73/356.91	WSVECS04 Frhs2[275]: 6 0 361.614 shouldn't be
344.73/356.91	WSVECS04 Frhs2[279]: 6 0 326.551 shouldn't be
344.73/356.91	WSVECS04 Frhs2[335]: 6 0 250.144 shouldn't be
344.73/356.91	WSVECS04 Frhs2[495]: 6 0 190.626 shouldn't be
344.84/357.03	WSVECS04 Frhs2[48]: 6 0 4.51496 shouldn't be
344.84/357.03	WSVECS04 Frhs2[177]: 6 0 485.888 shouldn't be
344.84/357.03	WSVECS04 Frhs2[183]: 6 0 681.167 shouldn't be
344.84/357.03	WSVECS04 Frhs2[213]: 6 0 344.93 shouldn't be
344.84/357.03	WSVECS04 Frhs2[238]: 6 -317.032 0 shouldn't be
344.84/357.03	WSVECS04 Frhs2[285]: 6 0 579.93 shouldn't be
344.84/357.03	WSVECS04 Frhs2[321]: 6 0 344.93 shouldn't be
344.84/357.03	WSVECS04 Frhs2[336]: 6 0 542.716 shouldn't be
344.84/357.03	WSVECS04 Frhs2[350]: 6 0 310.57 shouldn't be
344.84/357.03	WSVECS04 Frhs2[409]: 6 0 482.716 shouldn't be
344.84/357.03	WSVECS04 Frhs2[414]: 6 0 2780.78 shouldn't be
344.84/357.03	WSVECS04 Frhs2[420]: 6 0 729.716 shouldn't be
344.94/357.14	WSVECS04 Frhs2[60]: 6 0 1000.72 shouldn't be
344.94/357.14	WSVECS04 Frhs2[67]: 6 0 634.828 shouldn't be
344.94/357.14	WSVECS04 Frhs2[284]: 6 0 233.208 shouldn't be
344.94/357.14	WSVECS04 Frhs2[316]: 6 0 626.018 shouldn't be
344.94/357.14	WSVECS04 Frhs2[333]: 6 0 1855.95 shouldn't be
344.94/357.14	WSVECS04 Frhs2[356]: 6 0 308.778 shouldn't be
344.94/357.14	WSVECS04 Frhs2[393]: 6 0 2211.78 shouldn't be
344.94/357.14	WSVECS04 Frhs2[399]: 6 0 472.716 shouldn't be
344.94/357.14	WSVECS04 Frhs2[526]: 6 0 276.954 shouldn't be
344.94/357.14	WSVECS04 Frhs2[529]: 6 0 314.954 shouldn't be
345.02/357.26	WSVECS04 Frhs2[12]: 6 0 1025.98 shouldn't be
345.02/357.26	WSVECS04 Frhs2[18]: 6 0 310.57 shouldn't be
345.02/357.26	WSVECS04 Frhs2[47]: 6 0 4.51492 shouldn't be
345.02/357.26	WSVECS04 Frhs2[189]: 6 0 1313.24 shouldn't be
345.02/357.26	WSVECS04 Frhs2[273]: 6 0 346.532 shouldn't be
345.02/357.26	WSVECS04 Frhs2[357]: 6 0 344.93 shouldn't be
345.02/357.26	WSVECS04 Frhs2[419]: 6 0 2989.78 shouldn't be
345.13/357.40	WSVECS04 Frhs2[13]: 6 0 310.57 shouldn't be
345.13/357.40	WSVECS04 Frhs2[16]: 6 0 478.5 shouldn't be
345.13/357.40	WSVECS04 Frhs2[150]: 6 0 379.848 shouldn't be
345.13/357.40	WSVECS04 Frhs2[244]: 6 0 492.633 shouldn't be
345.13/357.40	WSVECS04 Frhs2[291]: 6 0 256.856 shouldn't be
345.13/357.40	WSVECS04 Frhs2[292]: 6 0 212.274 shouldn't be
345.13/357.40	WSVECS04 Frhs2[456]: 6 0 549.58 shouldn't be
345.43/357.62	WSVECS04 Frhs2[8]: 6 0 1025.98 shouldn't be
345.43/357.62	WSVECS04 Frhs2[294]: 6 0 212.274 shouldn't be
345.43/357.62	WSVECS04 Frhs2[478]: 6 0 89.5322 shouldn't be
345.52/357.77	WSVECS04 Frhs2[331]: 6 0 542.716 shouldn't be
345.52/357.77	WSVECS04 Frhs2[466]: 6 0 1017.3 shouldn't be
345.73/357.93	c rational objective 18701.4
346.62/358.82	c #Conflicts:     866000 | #Constraints:      24034
346.62/358.82	c #Conflicts:     867000 | #Constraints:      25035
346.62/358.82	WSVECS04 Frhs2[23]: 6 0 282.5 shouldn't be
346.62/358.82	WSVECS04 Frhs2[55]: 6 -433.417 0 shouldn't be
346.62/358.82	WSVECS04 Frhs2[59]: 6 0 179.5 shouldn't be
346.62/358.82	WSVECS04 Frhs2[137]: 6 -245 0 shouldn't be
346.62/358.82	WSVECS04 Frhs2[166]: 6 -256.583 0 shouldn't be
346.62/358.82	WSVECS04 Frhs2[167]: 6 0 256.583 shouldn't be
346.62/358.82	WSVECS04 Frhs2[193]: 6 -9089.88 0 shouldn't be
346.62/358.82	WSVECS04 Frhs2[229]: 6 0 494.625 shouldn't be
346.62/358.82	WSVECS04 Frhs2[276]: 6 0 57.0001 shouldn't be
346.62/358.82	WSVECS04 Frhs2[373]: 6 -380 0 shouldn't be
346.62/358.82	WSVECS04 Frhs2[387]: 6 0 90.0001 shouldn't be
346.62/358.82	WSVECS04 Frhs2[388]: 6 0 228 shouldn't be
346.62/358.82	WSVECS04 Frhs2[514]: 6 0 747 shouldn't be
346.62/358.88	WSVECS04 Frhs2[234]: 6 0 513.875 shouldn't be
351.01/363.21	c #Conflicts:     868000 | #Constraints:      26036
351.01/363.21	c #Conflicts:     869000 | #Constraints:      27036
351.01/363.21	c #Conflicts:     870000 | #Constraints:      28036
351.01/363.21	c #Conflicts:     871000 | #Constraints:      29038
351.01/363.21	c #Conflicts:     872000 | #Constraints:      30040
351.01/363.21	c #Conflicts:     873000 | #Constraints:      31049
351.01/363.21	c #Conflicts:     874000 | #Constraints:      32052
351.01/363.21	c #Conflicts:     875000 | #Constraints:      33052
351.01/363.21	c #Conflicts:     876000 | #Constraints:      34052
351.01/363.21	c #Conflicts:     877000 | #Constraints:      35056
351.01/363.21	c #Conflicts:     878000 | #Constraints:      36058
351.01/363.21	c #Conflicts:     879000 | #Constraints:      37058
351.01/363.21	c #Conflicts:     880000 | #Constraints:      38058
351.01/363.21	WSVECS04 Frhs2[10]: 6 0 294 shouldn't be
351.01/363.21	WSVECS04 Frhs2[23]: 6 0 86.0001 shouldn't be
351.01/363.21	WSVECS04 Frhs2[32]: 6 0 197.758 shouldn't be
351.01/363.21	WSVECS04 Frhs2[46]: 6 0 294 shouldn't be
351.01/363.21	WSVECS04 Frhs2[55]: 6 0 196.667 shouldn't be
351.01/363.21	WSVECS04 Frhs2[60]: 6 0 417 shouldn't be
351.01/363.21	WSVECS04 Frhs2[68]: 6 -914.606 0 shouldn't be
351.01/363.21	WSVECS04 Frhs2[82]: 6 0 294 shouldn't be
351.01/363.21	WSVECS04 Frhs2[91]: 6 0 50.3334 shouldn't be
351.01/363.21	WSVECS04 Frhs2[96]: 6 0 270.667 shouldn't be
351.01/363.21	WSVECS04 Frhs2[104]: 6 0 189.667 shouldn't be
351.01/363.21	WSVECS04 Frhs2[110]: 6 0 262.121 shouldn't be
351.01/363.21	WSVECS04 Frhs2[112]: 6 0 34.4243 shouldn't be
351.01/363.21	WSVECS04 Frhs2[118]: 6 -19.0001 0 shouldn't be
351.01/363.21	WSVECS04 Frhs2[127]: 6 0 197.758 shouldn't be
351.01/363.21	WSVECS04 Frhs2[129]: 6 0 1.09093 shouldn't be
351.01/363.21	WSVECS04 Frhs2[131]: 6 0 283.758 shouldn't be
351.01/363.21	WSVECS04 Frhs2[136]: 6 0 2.00009 shouldn't be
351.01/363.21	WSVECS04 Frhs2[154]: 6 0 294 shouldn't be
351.01/363.21	WSVECS04 Frhs2[158]: 6 0 4.00009 shouldn't be
351.01/363.21	WSVECS04 Frhs2[174]: 6 0 46.3334 shouldn't be
351.01/363.21	WSVECS04 Frhs2[180]: 6 -448.121 0 shouldn't be
351.01/363.21	WSVECS04 Frhs2[190]: 6 0 294 shouldn't be
351.01/363.21	WSVECS04 Frhs2[200]: 6 -2123.7 0 shouldn't be
351.01/363.21	WSVECS04 Frhs2[212]: 6 0 0.90913 shouldn't be
351.01/363.21	WSVECS04 Frhs2[273]: 6 0 1.09095 shouldn't be
351.01/363.21	WSVECS04 Frhs2[274]: 6 -78.3334 0 shouldn't be
351.01/363.21	WSVECS04 Frhs2[275]: 6 0 283.758 shouldn't be
351.01/363.21	WSVECS04 Frhs2[298]: 6 0 293.091 shouldn't be
351.01/363.21	WSVECS04 Frhs2[299]: 6 -3483 0 shouldn't be
351.01/363.21	WSVECS04 Frhs2[302]: 6 0 4.00007 shouldn't be
351.01/363.21	WSVECS04 Frhs2[317]: 6 -591 0 shouldn't be
351.01/363.21	WSVECS04 Frhs2[335]: 6 0 1086 shouldn't be
351.01/363.21	WSVECS04 Frhs2[336]: 6 0 1086 shouldn't be
351.01/363.21	WSVECS04 Frhs2[343]: 6 0 197.758 shouldn't be
351.01/363.21	WSVECS04 Frhs2[345]: 6 0 1.09098 shouldn't be
351.01/363.21	WSVECS04 Frhs2[347]: 6 0 283.758 shouldn't be
351.01/363.21	WSVECS04 Frhs2[394]: 6 -605 0 shouldn't be
351.01/363.21	WSVECS04 Frhs2[398]: 6 -337 0 shouldn't be
351.01/363.21	WSVECS04 Frhs2[402]: 6 -80 0 shouldn't be
351.01/363.21	WSVECS04 Frhs2[407]: 6 0 71.0001 shouldn't be
351.01/363.21	WSVECS04 Frhs2[408]: 6 0 35 shouldn't be
351.01/363.21	WSVECS04 Frhs2[418]: 6 0 158 shouldn't be
351.01/363.21	WSVECS04 Frhs2[454]: 6 0 923.667 shouldn't be
351.01/363.21	WSVECS04 Frhs2[476]: 6 0 134 shouldn't be
351.01/363.21	WSVECS04 Frhs2[499]: 6 -949.667 0 shouldn't be
351.01/363.21	WSVECS04 Frhs2[524]: 6 -1020 0 shouldn't be
351.11/363.31	WSVECS04 Frhs2[141]: 6 0 154.849 shouldn't be
351.11/363.39	WSVECS04 Frhs2[160]: 6 0 2.00003 shouldn't be
351.11/363.39	WSVECS04 Frhs2[214]: 6 0 0.909167 shouldn't be
353.11/365.31	c #Conflicts:     881000 | #Constraints:      39059
353.11/365.31	c #Conflicts:     882000 | #Constraints:      40059
353.11/365.31	c #Conflicts:     883000 | #Constraints:      41059
353.11/365.31	c #Conflicts:     884000 | #Constraints:      42059
353.11/365.31	c INPROCESSING
353.11/365.31	c GARBAGE COLLECT
353.11/365.31	c rational objective 18701.4
354.20/366.44	c #Conflicts:     885000 | #Constraints:      24432
354.20/366.44	c #Conflicts:     886000 | #Constraints:      25433
354.20/366.44	c #Conflicts:     887000 | #Constraints:      26434
354.20/366.44	WSVECS04 Frhs2[1]: 6 -128.716 0 shouldn't be
354.20/366.44	WSVECS04 Frhs2[39]: 6 0 0.366861 shouldn't be
354.20/366.44	WSVECS04 Frhs2[54]: 6 0 2516 shouldn't be
354.20/366.44	WSVECS04 Frhs2[69]: 6 0 26.1154 shouldn't be
354.20/366.44	WSVECS04 Frhs2[71]: 6 -27.6539 0 shouldn't be
354.20/366.44	WSVECS04 Frhs2[100]: 6 0 56.5001 shouldn't be
354.20/366.44	WSVECS04 Frhs2[101]: 6 -141.5 0 shouldn't be
354.20/366.44	WSVECS04 Frhs2[126]: 6 0 1117 shouldn't be
354.20/366.44	WSVECS04 Frhs2[162]: 6 0 1117 shouldn't be
354.20/366.44	WSVECS04 Frhs2[172]: 6 0 56.5001 shouldn't be
354.20/366.44	WSVECS04 Frhs2[177]: 6 0 26.1155 shouldn't be
354.20/366.44	WSVECS04 Frhs2[180]: 6 -296.115 0 shouldn't be
354.20/366.44	WSVECS04 Frhs2[198]: 6 0 1117 shouldn't be
354.20/366.44	WSVECS04 Frhs2[201]: 6 0 103 shouldn't be
354.20/366.44	WSVECS04 Frhs2[203]: 6 0 244 shouldn't be
354.20/366.44	WSVECS04 Frhs2[204]: 6 0 103 shouldn't be
354.20/366.44	WSVECS04 Frhs2[207]: 6 0 479.349 shouldn't be
354.20/366.44	WSVECS04 Frhs2[244]: 6 0 56.5001 shouldn't be
354.20/366.44	WSVECS04 Frhs2[253]: 6 -147.317 0 shouldn't be
354.20/366.44	WSVECS04 Frhs2[254]: 6 0 18.9677 shouldn't be
354.20/366.44	WSVECS04 Frhs2[280]: 6 0 56.5 shouldn't be
354.20/366.44	WSVECS04 Frhs2[286]: 6 0 0.769272 shouldn't be
354.20/366.44	WSVECS04 Frhs2[316]: 6 0 196.5 shouldn't be
354.20/366.44	WSVECS04 Frhs2[326]: 6 0 18.9677 shouldn't be
354.20/366.44	WSVECS04 Frhs2[340]: 6 0 227 shouldn't be
354.20/366.44	WSVECS04 Frhs2[394]: 6 0 415 shouldn't be
354.20/366.44	WSVECS04 Frhs2[399]: 6 -70.0001 0 shouldn't be
354.20/366.44	WSVECS04 Frhs2[400]: 6 -58 0 shouldn't be
354.20/366.44	WSVECS04 Frhs2[407]: 6 -186 0 shouldn't be
354.20/366.44	WSVECS04 Frhs2[412]: 6 -1016 0 shouldn't be
354.31/366.52	WSVECS04 Frhs2[209]: 6 0 370.349 shouldn't be
354.31/366.52	WSVECS04 Frhs2[271]: 6 -495 0 shouldn't be
354.31/366.52	WSVECS04 Frhs2[346]: 6 -282 0 shouldn't be
357.40/369.60	c #Conflicts:     888000 | #Constraints:      27435
357.40/369.60	c #Conflicts:     889000 | #Constraints:      28435
357.40/369.60	c #Conflicts:     890000 | #Constraints:      29436
357.40/369.60	c #Conflicts:     891000 | #Constraints:      30440
357.40/369.60	c #Conflicts:     892000 | #Constraints:      31440
357.40/369.60	c #Conflicts:     893000 | #Constraints:      32440
357.40/369.60	c #Conflicts:     894000 | #Constraints:      33442
357.40/369.60	c #Conflicts:     895000 | #Constraints:      34445
357.40/369.60	WSVECS04 Frhs2[10]: 6 0 101 shouldn't be
357.40/369.60	WSVECS04 Frhs2[17]: 6 0 5.6879 shouldn't be
357.40/369.60	WSVECS04 Frhs2[44]: 6 0 79.4818 shouldn't be
357.40/369.60	WSVECS04 Frhs2[46]: 6 0 79.4818 shouldn't be
357.40/369.60	WSVECS04 Frhs2[83]: 6 0 483.503 shouldn't be
357.40/369.60	WSVECS04 Frhs2[89]: 6 0 5.68789 shouldn't be
357.40/369.60	WSVECS04 Frhs2[113]: 6 0 53.0233 shouldn't be
357.40/369.60	WSVECS04 Frhs2[140]: 6 0 226.746 shouldn't be
357.40/369.60	WSVECS04 Frhs2[326]: 6 0 41.8744 shouldn't be
357.40/369.60	WSVECS04 Frhs2[346]: 6 -1.89597 0 shouldn't be
357.40/369.60	WSVECS04 Frhs2[350]: 6 0 19.2308 shouldn't be
357.40/369.60	WSVECS04 Frhs2[358]: 6 0 0.729918 shouldn't be
357.40/369.60	WSVECS04 Frhs2[360]: 6 -5.68787 0 shouldn't be
357.40/369.60	WSVECS04 Frhs2[368]: 6 0 363.54 shouldn't be
357.40/369.60	WSVECS04 Frhs2[398]: 6 -106 0 shouldn't be
357.40/369.60	WSVECS04 Frhs2[426]: 6 -99.6998 0 shouldn't be
357.40/369.60	WSVECS04 Frhs2[434]: 6 0 529.622 shouldn't be
357.40/369.60	WSVECS04 Frhs2[450]: 6 0 95.3111 shouldn't be
357.40/369.69	WSVECS04 Frhs2[42]: 6 0 8.62229 shouldn't be
357.40/369.69	WSVECS04 Frhs2[278]: 6 0 19.2308 shouldn't be
357.40/369.69	WSVECS04 Frhs2[484]: 6 0 335 shouldn't be
357.49/369.77	WSVECS04 Frhs2[118]: 6 0 1.49745 shouldn't be
357.49/369.77	WSVECS04 Frhs2[161]: 6 0 7.23907 shouldn't be
357.59/369.85	WSVECS04 Frhs2[53]: 6 0 5.68789 shouldn't be
357.59/369.85	WSVECS04 Frhs2[115]: 6 0 268.997 shouldn't be
357.59/369.85	WSVECS04 Frhs2[141]: 6 0 227.212 shouldn't be
357.59/369.85	WSVECS04 Frhs2[330]: 6 0 241.593 shouldn't be
357.59/369.85	WSVECS04 Frhs2[336]: 6 0 266.003 shouldn't be
357.70/369.94	WSVECS04 Frhs2[505]: 6 0 208.692 shouldn't be
357.81/370.04	WSVECS04 Frhs2[45]: 6 0 79.4818 shouldn't be
357.81/370.04	WSVECS04 Frhs2[188]: 6 -249.435 0 shouldn't be
358.00/370.26	WSVECS04 Frhs2[377]: 6 0 522.609 shouldn't be
358.19/370.43	WSVECS04 Frhs2[413]: 6 0 229.5 shouldn't be
361.57/373.94	c #Conflicts:     896000 | #Constraints:      35445
361.57/373.94	c #Conflicts:     897000 | #Constraints:      36445
361.57/373.94	c #Conflicts:     898000 | #Constraints:      37445
361.57/373.94	c #Conflicts:     899000 | #Constraints:      38445
361.57/373.94	c #Conflicts:     900000 | #Constraints:      39445
361.57/373.94	c #Conflicts:     901000 | #Constraints:      40445
361.57/373.94	c #Conflicts:     902000 | #Constraints:      41445
361.57/373.94	c #Conflicts:     903000 | #Constraints:      42445
361.57/373.94	c INPROCESSING
361.57/373.94	c GARBAGE COLLECT
361.57/373.94	c rational objective 18701.4
368.66/381.02	c #Conflicts:     904000 | #Constraints:      24632
368.66/381.02	c #Conflicts:     905000 | #Constraints:      25632
368.66/381.02	c #Conflicts:     906000 | #Constraints:      26632
368.66/381.02	c #Conflicts:     907000 | #Constraints:      27635
368.66/381.02	c #Conflicts:     908000 | #Constraints:      28638
368.66/381.02	c #Conflicts:     909000 | #Constraints:      29639
368.66/381.02	c #Conflicts:     910000 | #Constraints:      30640
368.66/381.02	c #Conflicts:     911000 | #Constraints:      31640
368.66/381.02	c #Conflicts:     912000 | #Constraints:      32642
368.66/381.02	c #Conflicts:     913000 | #Constraints:      33642
368.66/381.02	c #Conflicts:     914000 | #Constraints:      34642
368.66/381.02	c #Conflicts:     915000 | #Constraints:      35642
368.66/381.02	c #Conflicts:     916000 | #Constraints:      36643
368.66/381.02	c #Conflicts:     917000 | #Constraints:      37644
368.66/381.02	c #Conflicts:     918000 | #Constraints:      38645
368.66/381.02	c #Conflicts:     919000 | #Constraints:      39645
368.66/381.02	c #Conflicts:     920000 | #Constraints:      40645
368.66/381.02	c #Conflicts:     921000 | #Constraints:      41646
368.66/381.02	c #Conflicts:     922000 | #Constraints:      42648
368.66/381.02	c INPROCESSING
368.66/381.02	c GARBAGE COLLECT
368.66/381.02	c rational objective 18701.4
377.33/389.79	c #Conflicts:     923000 | #Constraints:      24598
377.33/389.79	c #Conflicts:     924000 | #Constraints:      25598
377.33/389.79	c #Conflicts:     925000 | #Constraints:      26598
377.33/389.79	c #Conflicts:     926000 | #Constraints:      27598
377.33/389.79	c #Conflicts:     927000 | #Constraints:      28598
377.33/389.79	c #Conflicts:     928000 | #Constraints:      29598
377.33/389.79	c #Conflicts:     929000 | #Constraints:      30598
377.33/389.79	c #Conflicts:     930000 | #Constraints:      31598
377.33/389.79	c #Conflicts:     931000 | #Constraints:      32598
377.33/389.79	c #Conflicts:     932000 | #Constraints:      33598
377.33/389.79	c #Conflicts:     933000 | #Constraints:      34598
377.33/389.79	c #Conflicts:     934000 | #Constraints:      35598
377.33/389.79	c #Conflicts:     935000 | #Constraints:      36598
377.33/389.79	c #Conflicts:     936000 | #Constraints:      37598
377.33/389.79	c #Conflicts:     937000 | #Constraints:      38598
377.33/389.79	c #Conflicts:     938000 | #Constraints:      39598
377.33/389.79	c #Conflicts:     939000 | #Constraints:      40598
377.33/389.79	c #Conflicts:     940000 | #Constraints:      41598
377.33/389.79	c #Conflicts:     941000 | #Constraints:      42598
377.33/389.79	c INPROCESSING
377.33/389.79	c GARBAGE COLLECT
377.33/389.79	c rational objective 18701.4
384.90/397.33	c #Conflicts:     942000 | #Constraints:      24432
384.90/397.33	c #Conflicts:     943000 | #Constraints:      25432
384.90/397.33	c #Conflicts:     944000 | #Constraints:      26435
384.90/397.33	c #Conflicts:     945000 | #Constraints:      27437
384.90/397.33	c #Conflicts:     946000 | #Constraints:      28438
384.90/397.33	c #Conflicts:     947000 | #Constraints:      29439
384.90/397.33	c #Conflicts:     948000 | #Constraints:      30439
384.90/397.33	c #Conflicts:     949000 | #Constraints:      31440
384.90/397.33	c #Conflicts:     950000 | #Constraints:      32440
384.90/397.33	c #Conflicts:     951000 | #Constraints:      33442
384.90/397.33	c #Conflicts:     952000 | #Constraints:      34442
384.90/397.33	c #Conflicts:     953000 | #Constraints:      35442
384.90/397.33	c #Conflicts:     954000 | #Constraints:      36443
384.90/397.33	c #Conflicts:     955000 | #Constraints:      37443
384.90/397.33	c #Conflicts:     956000 | #Constraints:      38444
384.90/397.33	c #Conflicts:     957000 | #Constraints:      39445
384.90/397.33	c #Conflicts:     958000 | #Constraints:      40445
384.90/397.33	c #Conflicts:     959000 | #Constraints:      41445
384.90/397.33	c #Conflicts:     960000 | #Constraints:      42446
384.90/397.33	c bounds 24347 >= 8225 @ 377.037
384.90/397.33	c bounds 24310 >= 8225 @ 377.04
385.21/397.68	c #Conflicts:     961000 | #Constraints:      43448
385.21/397.68	c INPROCESSING
385.21/397.68	c GARBAGE COLLECT
385.21/397.68	c rational objective 18701.4
394.61/408.39	c #Conflicts:     962000 | #Constraints:      24993
394.61/408.39	c #Conflicts:     963000 | #Constraints:      25993
394.61/408.39	c #Conflicts:     964000 | #Constraints:      26993
394.61/408.39	c #Conflicts:     965000 | #Constraints:      27993
394.61/408.39	c #Conflicts:     966000 | #Constraints:      28995
394.61/408.39	c #Conflicts:     967000 | #Constraints:      29996
394.61/408.39	c #Conflicts:     968000 | #Constraints:      30996
394.61/408.39	c #Conflicts:     969000 | #Constraints:      31996
394.61/408.39	c #Conflicts:     970000 | #Constraints:      32996
394.61/408.39	c #Conflicts:     971000 | #Constraints:      34000
394.61/408.39	c #Conflicts:     972000 | #Constraints:      35000
394.61/408.39	c #Conflicts:     973000 | #Constraints:      36000
394.61/408.39	c #Conflicts:     974000 | #Constraints:      37003
394.61/408.39	c #Conflicts:     975000 | #Constraints:      38004
394.61/408.39	c #Conflicts:     976000 | #Constraints:      39004
394.61/408.39	c #Conflicts:     977000 | #Constraints:      40004
394.61/408.39	c #Conflicts:     978000 | #Constraints:      41008
394.61/408.39	c #Conflicts:     979000 | #Constraints:      42009
394.61/408.39	c #Conflicts:     980000 | #Constraints:      43011
394.61/408.39	c #Conflicts:     981000 | #Constraints:      44012
394.61/408.39	c INPROCESSING
394.61/408.39	c GARBAGE COLLECT
394.61/408.39	c rational objective 18701.4
394.70/408.44	c bounds 24310 >= 8830 @ 386.708
394.90/408.65	c bounds 24310 >= 9435 @ 386.915
395.01/408.73	c bounds 24310 >= 10040 @ 386.986
395.10/408.83	c #Conflicts:     982000 | #Constraints:      25402
395.10/408.83	c bounds 24310 >= 10645 @ 387.081
396.32/410.08	c #Conflicts:     983000 | #Constraints:      26409
396.32/410.08	c #Conflicts:     984000 | #Constraints:      27411
396.32/410.08	c #Conflicts:     985000 | #Constraints:      28411
396.32/410.08	c #Conflicts:     986000 | #Constraints:      29411
396.32/410.08	c #Conflicts:     987000 | #Constraints:      30412
396.32/410.08	c bounds 24310 >= 11250 @ 388.284
401.78/415.57	c #Conflicts:     988000 | #Constraints:      31418
401.78/415.57	c #Conflicts:     989000 | #Constraints:      32418
401.78/415.57	c #Conflicts:     990000 | #Constraints:      33418
401.78/415.57	c #Conflicts:     991000 | #Constraints:      34418
401.78/415.57	c #Conflicts:     992000 | #Constraints:      35418
401.78/415.57	c #Conflicts:     993000 | #Constraints:      36418
401.78/415.57	c #Conflicts:     994000 | #Constraints:      37418
401.78/415.57	c #Conflicts:     995000 | #Constraints:      38419
401.78/415.57	c #Conflicts:     996000 | #Constraints:      39419
401.78/415.57	c #Conflicts:     997000 | #Constraints:      40419
401.78/415.57	c #Conflicts:     998000 | #Constraints:      41419
401.78/415.57	c #Conflicts:     999000 | #Constraints:      42419
401.78/415.57	c #Conflicts:    1000000 | #Constraints:      43419
401.78/415.57	c #Conflicts:    1001000 | #Constraints:      44419
401.78/415.57	c INPROCESSING
401.78/415.57	c GARBAGE COLLECT
401.78/415.57	c rational objective 18701.4
411.26/425.09	c #Conflicts:    1002000 | #Constraints:      25626
411.26/425.09	c #Conflicts:    1003000 | #Constraints:      26626
411.26/425.09	c #Conflicts:    1004000 | #Constraints:      27626
411.26/425.09	c #Conflicts:    1005000 | #Constraints:      28626
411.26/425.09	c #Conflicts:    1006000 | #Constraints:      29627
411.26/425.09	c #Conflicts:    1007000 | #Constraints:      30627
411.26/425.09	c #Conflicts:    1008000 | #Constraints:      31627
411.26/425.09	c #Conflicts:    1009000 | #Constraints:      32627
411.26/425.09	c #Conflicts:    1010000 | #Constraints:      33628
411.26/425.09	c #Conflicts:    1011000 | #Constraints:      34628
411.26/425.09	c #Conflicts:    1012000 | #Constraints:      35628
411.26/425.09	c #Conflicts:    1013000 | #Constraints:      36631
411.26/425.09	c #Conflicts:    1014000 | #Constraints:      37631
411.26/425.09	c #Conflicts:    1015000 | #Constraints:      38631
411.26/425.09	c #Conflicts:    1016000 | #Constraints:      39632
411.26/425.09	c #Conflicts:    1017000 | #Constraints:      40632
411.26/425.09	c #Conflicts:    1018000 | #Constraints:      41632
411.26/425.09	c #Conflicts:    1019000 | #Constraints:      42632
411.26/425.09	c #Conflicts:    1020000 | #Constraints:      43632
411.26/425.09	c #Conflicts:    1021000 | #Constraints:      44632
411.26/425.09	c INPROCESSING
411.26/425.09	c GARBAGE COLLECT
411.26/425.09	c rational objective 18701.4
419.12/432.96	c #Conflicts:    1022000 | #Constraints:      25628
419.12/432.96	c #Conflicts:    1023000 | #Constraints:      26628
419.12/432.96	c #Conflicts:    1024000 | #Constraints:      27628
419.12/432.96	c #Conflicts:    1025000 | #Constraints:      28628
419.12/432.96	c #Conflicts:    1026000 | #Constraints:      29629
419.12/432.96	c #Conflicts:    1027000 | #Constraints:      30630
419.12/432.96	c #Conflicts:    1028000 | #Constraints:      31630
419.12/432.96	c #Conflicts:    1029000 | #Constraints:      32631
419.12/432.96	c #Conflicts:    1030000 | #Constraints:      33631
419.12/432.96	c #Conflicts:    1031000 | #Constraints:      34632
419.12/432.96	c #Conflicts:    1032000 | #Constraints:      35634
419.12/432.96	c #Conflicts:    1033000 | #Constraints:      36635
419.12/432.96	c #Conflicts:    1034000 | #Constraints:      37637
419.12/432.96	c #Conflicts:    1035000 | #Constraints:      38637
419.12/432.96	c #Conflicts:    1036000 | #Constraints:      39639
419.12/432.96	c #Conflicts:    1037000 | #Constraints:      40639
419.12/432.96	c #Conflicts:    1038000 | #Constraints:      41640
419.12/432.96	c #Conflicts:    1039000 | #Constraints:      42641
419.12/432.96	c #Conflicts:    1040000 | #Constraints:      43641
419.12/432.96	c #Conflicts:    1041000 | #Constraints:      44642
419.12/432.96	c INPROCESSING
419.12/432.96	c GARBAGE COLLECT
419.12/432.96	c rational objective 19241.4
428.23/442.58	c #Conflicts:    1042000 | #Constraints:      25444
428.23/442.58	c #Conflicts:    1043000 | #Constraints:      26445
428.23/442.58	c #Conflicts:    1044000 | #Constraints:      27448
428.23/442.58	c #Conflicts:    1045000 | #Constraints:      28448
428.23/442.58	c #Conflicts:    1046000 | #Constraints:      29448
428.23/442.58	c #Conflicts:    1047000 | #Constraints:      30449
428.23/442.58	c #Conflicts:    1048000 | #Constraints:      31451
428.23/442.58	c #Conflicts:    1049000 | #Constraints:      32454
428.23/442.58	c #Conflicts:    1050000 | #Constraints:      33456
428.23/442.58	c #Conflicts:    1051000 | #Constraints:      34456
428.23/442.58	c #Conflicts:    1052000 | #Constraints:      35456
428.23/442.58	c #Conflicts:    1053000 | #Constraints:      36456
428.23/442.58	c #Conflicts:    1054000 | #Constraints:      37456
428.23/442.58	c #Conflicts:    1055000 | #Constraints:      38456
428.23/442.58	c #Conflicts:    1056000 | #Constraints:      39458
428.23/442.58	c #Conflicts:    1057000 | #Constraints:      40459
428.23/442.58	c #Conflicts:    1058000 | #Constraints:      41461
428.23/442.58	c #Conflicts:    1059000 | #Constraints:      42462
428.23/442.58	c #Conflicts:    1060000 | #Constraints:      43468
428.23/442.58	c #Conflicts:    1061000 | #Constraints:      44470
428.23/442.58	c #Conflicts:    1062000 | #Constraints:      45472
428.23/442.58	c INPROCESSING
428.23/442.58	c GARBAGE COLLECT
428.23/442.58	WSVECS04 Frhs2[5]: 6 -1380 0 shouldn't be
428.23/442.58	WSVECS04 Frhs2[7]: 6 0 176.169 shouldn't be
428.23/442.58	WSVECS04 Frhs2[10]: 6 0 85.2093 shouldn't be
428.23/442.58	WSVECS04 Frhs2[26]: 6 0 18.0001 shouldn't be
428.23/442.58	WSVECS04 Frhs2[31]: 6 0 366.997 shouldn't be
428.23/442.58	WSVECS04 Frhs2[33]: 6 0 113.114 shouldn't be
428.23/442.58	WSVECS04 Frhs2[34]: 6 0 77.7139 shouldn't be
428.23/442.58	WSVECS04 Frhs2[35]: 6 0 95.4139 shouldn't be
428.23/442.58	WSVECS04 Frhs2[46]: 6 0 1146.93 shouldn't be
428.23/442.58	WSVECS04 Frhs2[47]: 6 0 115.028 shouldn't be
428.23/442.58	WSVECS04 Frhs2[71]: 6 0 521.386 shouldn't be
428.23/442.58	WSVECS04 Frhs2[77]: 6 0 66.5715 shouldn't be
428.23/442.58	WSVECS04 Frhs2[83]: 6 0 260.748 shouldn't be
428.23/442.58	WSVECS04 Frhs2[91]: 6 0 1050.44 shouldn't be
428.23/442.58	WSVECS04 Frhs2[92]: 6 0 1050.44 shouldn't be
428.23/442.58	WSVECS04 Frhs2[93]: 6 0 1045.33 shouldn't be
428.23/442.58	WSVECS04 Frhs2[95]: 6 0 1050.44 shouldn't be
428.23/442.58	WSVECS04 Frhs2[111]: 6 0 81.7144 shouldn't be
428.23/442.58	WSVECS04 Frhs2[115]: 6 0 158.925 shouldn't be
428.23/442.58	WSVECS04 Frhs2[118]: 6 0 67.9655 shouldn't be
428.23/442.58	WSVECS04 Frhs2[127]: 6 -470.335 0 shouldn't be
428.23/442.58	WSVECS04 Frhs2[139]: 6 0 271.583 shouldn't be
428.23/442.58	WSVECS04 Frhs2[143]: 6 0 35.4001 shouldn't be
428.23/442.58	WSVECS04 Frhs2[145]: 6 0 81.7143 shouldn't be
428.23/442.58	WSVECS04 Frhs2[167]: 6 -155.715 0 shouldn't be
428.23/442.58	WSVECS04 Frhs2[175]: 6 0 271.583 shouldn't be
428.23/442.58	WSVECS04 Frhs2[177]: 6 0 17.7001 shouldn't be
428.23/442.58	WSVECS04 Frhs2[183]: 6 0 81.7143 shouldn't be
428.23/442.58	WSVECS04 Frhs2[187]: 6 0 27.4815 shouldn't be
428.23/442.58	WSVECS04 Frhs2[190]: 6 0 132.077 shouldn't be
428.23/442.58	WSVECS04 Frhs2[211]: 6 0 253.883 shouldn't be
428.23/442.58	WSVECS04 Frhs2[217]: 6 -81.7143 0 shouldn't be
428.23/442.58	WSVECS04 Frhs2[223]: 6 0 0.505649 shouldn't be
428.23/442.58	WSVECS04 Frhs2[229]: 6 -325.711 0 shouldn't be
428.23/442.58	WSVECS04 Frhs2[247]: 6 0 661.883 shouldn't be
428.23/442.58	WSVECS04 Frhs2[248]: 6 0 408 shouldn't be
428.23/442.58	WSVECS04 Frhs2[249]: 6 0 408 shouldn't be
428.23/442.58	WSVECS04 Frhs2[251]: 6 0 390.3 shouldn't be
428.23/442.58	WSVECS04 Frhs2[254]: 6 0 15.143 shouldn't be
428.23/442.58	WSVECS04 Frhs2[255]: 6 0 326.857 shouldn't be
428.23/442.58	WSVECS04 Frhs2[257]: 6 0 81.7143 shouldn't be
428.23/442.58	WSVECS04 Frhs2[261]: 6 0 31.605 shouldn't be
428.23/442.58	WSVECS04 Frhs2[269]: 6 -887.723 0 shouldn't be
428.23/442.58	WSVECS04 Frhs2[273]: 6 0 10.4844 shouldn't be
428.23/442.58	WSVECS04 Frhs2[295]: 6 0 1066.95 shouldn't be
428.23/442.58	WSVECS04 Frhs2[298]: 6 0 944.655 shouldn't be
428.23/442.58	WSVECS04 Frhs2[323]: 6 -2369.76 0 shouldn't be
428.23/442.58	WSVECS04 Frhs2[335]: 6 -853.963 0 shouldn't be
428.23/442.58	WSVECS04 Frhs2[343]: 6 0 10.4844 shouldn't be
428.23/442.58	WSVECS04 Frhs2[344]: 6 0 10.4844 shouldn't be
428.23/442.58	WSVECS04 Frhs2[362]: 6 -665 0 shouldn't be
428.23/442.58	WSVECS04 Frhs2[367]: 6 0 83.4286 shouldn't be
428.23/442.58	WSVECS04 Frhs2[381]: 6 -156.572 0 shouldn't be
428.23/442.58	WSVECS04 Frhs2[403]: 6 0 62.6817 shouldn't be
428.23/442.58	WSVECS04 Frhs2[406]: 6 0 60.3267 shouldn't be
428.23/442.58	WSVECS04 Frhs2[407]: 6 -37 0 shouldn't be
428.23/442.58	WSVECS04 Frhs2[411]: 6 0 964.972 shouldn't be
428.23/442.58	WSVECS04 Frhs2[412]: 6 -150 0 shouldn't be
428.23/442.58	WSVECS04 Frhs2[441]: 6 0 934.862 shouldn't be
428.23/442.58	WSVECS04 Frhs2[471]: 6 0 690.833 shouldn't be
428.23/442.58	WSVECS04 Frhs2[489]: 6 -1090 0 shouldn't be
428.23/442.58	WSVECS04 Frhs2[502]: 6 0 136 shouldn't be
428.23/442.58	WSVECS04 Frhs2[505]: 6 0 10 shouldn't be
428.23/442.58	WSVECS04 Frhs2[510]: 6 -1010 0 shouldn't be
428.43/442.71	WSVECS04 Frhs2[11]: 6 0 176.169 shouldn't be
428.43/442.71	WSVECS04 Frhs2[37]: 6 0 363.143 shouldn't be
428.43/442.71	WSVECS04 Frhs2[39]: 6 0 444.857 shouldn't be
428.43/442.71	WSVECS04 Frhs2[75]: 6 0 148.286 shouldn't be
428.43/442.71	WSVECS04 Frhs2[76]: 6 0 66.5715 shouldn't be
428.43/442.71	WSVECS04 Frhs2[119]: 6 0 99.5704 shouldn't be
428.43/442.71	WSVECS04 Frhs2[256]: 6 0 81.7143 shouldn't be
428.43/442.71	WSVECS04 Frhs2[271]: 6 0 15.7266 shouldn't be
428.43/442.71	WSVECS04 Frhs2[272]: 6 0 15.7266 shouldn't be
428.43/442.71	WSVECS04 Frhs2[275]: 6 0 47.1158 shouldn't be
428.43/442.71	WSVECS04 Frhs2[299]: 6 0 976.26 shouldn't be
428.43/442.71	WSVECS04 Frhs2[300]: 6 0 854.469 shouldn't be
428.43/442.71	WSVECS04 Frhs2[306]: 6 0 135.965 shouldn't be
428.43/442.71	WSVECS04 Frhs2[311]: 6 0 31.3893 shouldn't be
428.43/442.71	WSVECS04 Frhs2[315]: 6 0 261.965 shouldn't be
428.43/442.71	WSVECS04 Frhs2[327]: 6 0 81.7143 shouldn't be
428.43/442.71	WSVECS04 Frhs2[351]: 6 0 261.965 shouldn't be
428.53/442.82	WSVECS04 Frhs2[5]: 6 -1380 0 shouldn't be
428.53/442.82	WSVECS04 Frhs2[31]: 6 0 366.997 shouldn't be
428.53/442.82	WSVECS04 Frhs2[33]: 6 0 113.114 shouldn't be
428.53/442.82	WSVECS04 Frhs2[34]: 6 0 77.7138 shouldn't be
428.53/442.82	WSVECS04 Frhs2[35]: 6 0 95.4138 shouldn't be
428.53/442.82	WSVECS04 Frhs2[46]: 6 0 1146.93 shouldn't be
428.53/442.82	WSVECS04 Frhs2[75]: 6 0 148.286 shouldn't be
428.53/442.82	WSVECS04 Frhs2[76]: 6 0 66.5714 shouldn't be
428.53/442.82	WSVECS04 Frhs2[77]: 6 0 66.5714 shouldn't be
428.53/442.82	WSVECS04 Frhs2[83]: 6 0 260.748 shouldn't be
428.53/442.82	WSVECS04 Frhs2[111]: 6 0 81.7143 shouldn't be
428.53/442.82	WSVECS04 Frhs2[115]: 6 0 158.925 shouldn't be
428.53/442.82	WSVECS04 Frhs2[118]: 6 0 67.9655 shouldn't be
428.53/442.82	WSVECS04 Frhs2[127]: 6 -470.335 0 shouldn't be
428.53/442.82	WSVECS04 Frhs2[145]: 6 0 81.7143 shouldn't be
428.53/442.82	WSVECS04 Frhs2[146]: 6 0 15.1429 shouldn't be
428.53/442.82	WSVECS04 Frhs2[148]: 6 0 81.7143 shouldn't be
428.53/442.82	WSVECS04 Frhs2[167]: 6 -155.714 0 shouldn't be
428.53/442.82	WSVECS04 Frhs2[175]: 6 0 271.583 shouldn't be
428.53/442.82	WSVECS04 Frhs2[183]: 6 0 81.7143 shouldn't be
428.53/442.82	WSVECS04 Frhs2[187]: 6 0 27.4814 shouldn't be
428.53/442.82	WSVECS04 Frhs2[190]: 6 0 132.077 shouldn't be
428.53/442.82	WSVECS04 Frhs2[211]: 6 0 253.883 shouldn't be
428.53/442.82	WSVECS04 Frhs2[217]: 6 -81.7143 0 shouldn't be
428.53/442.82	WSVECS04 Frhs2[223]: 6 0 0.505576 shouldn't be
428.53/442.82	WSVECS04 Frhs2[229]: 6 -325.711 0 shouldn't be
428.53/442.82	WSVECS04 Frhs2[251]: 6 0 390.3 shouldn't be
428.53/442.82	WSVECS04 Frhs2[256]: 6 0 81.7143 shouldn't be
428.53/442.82	WSVECS04 Frhs2[257]: 6 0 81.7143 shouldn't be
428.53/442.82	WSVECS04 Frhs2[269]: 6 -887.723 0 shouldn't be
428.53/442.82	WSVECS04 Frhs2[271]: 6 0 15.7266 shouldn't be
428.53/442.82	WSVECS04 Frhs2[272]: 6 0 15.7266 shouldn't be
428.53/442.82	WSVECS04 Frhs2[273]: 6 0 10.4844 shouldn't be
428.53/442.82	WSVECS04 Frhs2[275]: 6 0 47.1157 shouldn't be
428.53/442.82	WSVECS04 Frhs2[331]: 6 0 90.6914 shouldn't be
428.53/442.82	WSVECS04 Frhs2[335]: 6 -853.963 0 shouldn't be
428.53/442.82	WSVECS04 Frhs2[344]: 6 0 10.4844 shouldn't be
428.53/442.82	WSVECS04 Frhs2[356]: 6 0 431.153 shouldn't be
428.53/442.82	WSVECS04 Frhs2[367]: 6 0 83.4286 shouldn't be
428.53/442.82	WSVECS04 Frhs2[381]: 6 -156.571 0 shouldn't be
428.53/442.82	WSVECS04 Frhs2[386]: 6 -72.5714 0 shouldn't be
428.53/442.82	WSVECS04 Frhs2[406]: 6 0 60.3266 shouldn't be
428.53/442.82	WSVECS04 Frhs2[412]: 6 -150 0 shouldn't be
428.53/442.82	WSVECS04 Frhs2[414]: 6 0 60.6816 shouldn't be
428.53/442.82	WSVECS04 Frhs2[424]: 6 -605 0 shouldn't be
428.53/442.82	WSVECS04 Frhs2[441]: 6 0 934.862 shouldn't be
428.53/442.82	WSVECS04 Frhs2[454]: 6 -605 0 shouldn't be
428.53/442.82	WSVECS04 Frhs2[489]: 6 -1090 0 shouldn't be
428.53/442.82	WSVECS04 Frhs2[502]: 6 0 136 shouldn't be
428.53/442.82	WSVECS04 Frhs2[512]: 6 0 96.8251 shouldn't be
428.62/442.94	WSVECS04 Frhs2[3]: 6 0 81.7143 shouldn't be
428.62/442.94	WSVECS04 Frhs2[26]: 6 0 18 shouldn't be
428.62/442.94	WSVECS04 Frhs2[43]: 6 0 55.6734 shouldn't be
428.62/442.94	WSVECS04 Frhs2[119]: 6 0 99.5704 shouldn't be
428.62/442.94	WSVECS04 Frhs2[140]: 6 0 10.7862 shouldn't be
428.62/442.94	WSVECS04 Frhs2[141]: 6 0 53.1 shouldn't be
428.62/442.94	WSVECS04 Frhs2[142]: 6 0 53.1 shouldn't be
428.62/442.94	WSVECS04 Frhs2[171]: 6 0 261.965 shouldn't be
428.62/442.94	WSVECS04 Frhs2[178]: 6 0 17.7 shouldn't be
428.62/442.94	WSVECS04 Frhs2[196]: 6 0 258.862 shouldn't be
428.62/442.94	WSVECS04 Frhs2[198]: 6 0 135.965 shouldn't be
428.62/442.94	WSVECS04 Frhs2[207]: 6 0 261.965 shouldn't be
428.62/442.94	WSVECS04 Frhs2[219]: 6 0 81.7143 shouldn't be
428.62/442.94	WSVECS04 Frhs2[248]: 6 0 408 shouldn't be
428.62/442.94	WSVECS04 Frhs2[261]: 6 0 31.605 shouldn't be
428.62/442.94	WSVECS04 Frhs2[279]: 6 0 261.965 shouldn't be
428.62/442.94	WSVECS04 Frhs2[295]: 6 0 1066.95 shouldn't be
428.62/442.94	WSVECS04 Frhs2[297]: 6 0 976.26 shouldn't be
428.62/442.94	WSVECS04 Frhs2[299]: 6 0 976.26 shouldn't be
428.62/442.94	WSVECS04 Frhs2[300]: 6 0 854.469 shouldn't be
428.62/442.94	WSVECS04 Frhs2[315]: 6 0 261.965 shouldn't be
428.62/442.94	WSVECS04 Frhs2[327]: 6 0 81.7143 shouldn't be
428.62/442.94	WSVECS04 Frhs2[343]: 6 0 10.4844 shouldn't be
428.62/442.94	WSVECS04 Frhs2[347]: 6 0 41.8736 shouldn't be
428.62/442.94	WSVECS04 Frhs2[351]: 6 0 261.965 shouldn't be
428.62/442.94	WSVECS04 Frhs2[362]: 6 -665 0 shouldn't be
428.62/442.94	WSVECS04 Frhs2[403]: 6 0 62.6816 shouldn't be
428.62/442.94	WSVECS04 Frhs2[415]: 6 0 128.186 shouldn't be
428.62/442.94	WSVECS04 Frhs2[430]: 6 0 15 shouldn't be
428.62/442.94	WSVECS04 Frhs2[440]: 6 0 106 shouldn't be
428.74/443.05	WSVECS04 Frhs2[7]: 6 0 176.169 shouldn't be
428.74/443.05	WSVECS04 Frhs2[27]: 6 0 261.965 shouldn't be
428.74/443.05	WSVECS04 Frhs2[37]: 6 0 363.143 shouldn't be
428.74/443.05	WSVECS04 Frhs2[42]: 6 0 296.571 shouldn't be
428.74/443.05	WSVECS04 Frhs2[45]: 6 0 55.6734 shouldn't be
428.74/443.05	WSVECS04 Frhs2[135]: 6 0 261.965 shouldn't be
428.74/443.05	WSVECS04 Frhs2[263]: 6 0 31.605 shouldn't be
428.74/443.05	WSVECS04 Frhs2[298]: 6 0 944.655 shouldn't be
428.74/443.05	WSVECS04 Frhs2[311]: 6 0 31.3892 shouldn't be
428.74/443.05	WSVECS04 Frhs2[321]: 6 0 1141.65 shouldn't be
428.74/443.05	WSVECS04 Frhs2[322]: 6 0 17.7 shouldn't be
428.74/443.05	WSVECS04 Frhs2[323]: 6 -2369.76 0 shouldn't be
428.74/443.05	WSVECS04 Frhs2[364]: 6 -605 0 shouldn't be
428.74/443.05	WSVECS04 Frhs2[447]: 6 0 21.8962 shouldn't be
428.74/443.05	WSVECS04 Frhs2[505]: 6 0 10 shouldn't be
428.93/443.21	WSVECS04 Frhs2[162]: 6 0 135.965 shouldn't be
428.93/443.21	WSVECS04 Frhs2[306]: 6 0 135.965 shouldn't be
428.93/443.21	WSVECS04 Frhs2[411]: 6 0 964.972 shouldn't be
429.03/443.35	WSVECS04 Frhs2[16]: 6 0 258.862 shouldn't be
429.03/443.35	WSVECS04 Frhs2[39]: 6 0 444.857 shouldn't be
429.03/443.35	WSVECS04 Frhs2[41]: 6 0 363.143 shouldn't be
429.03/443.35	WSVECS04 Frhs2[52]: 6 0 1245.75 shouldn't be
429.03/443.35	WSVECS04 Frhs2[70]: 6 0 1854.98 shouldn't be
429.03/443.35	WSVECS04 Frhs2[88]: 6 0 258.862 shouldn't be
429.03/443.35	WSVECS04 Frhs2[91]: 6 0 1050.44 shouldn't be
429.03/443.35	WSVECS04 Frhs2[93]: 6 0 1045.33 shouldn't be
429.03/443.35	WSVECS04 Frhs2[99]: 6 0 261.965 shouldn't be
429.03/443.35	WSVECS04 Frhs2[124]: 6 0 258.862 shouldn't be
429.03/443.35	WSVECS04 Frhs2[160]: 6 0 258.862 shouldn't be
429.03/443.35	WSVECS04 Frhs2[177]: 6 0 17.7 shouldn't be
429.03/443.35	WSVECS04 Frhs2[243]: 6 0 261.965 shouldn't be
429.03/443.35	WSVECS04 Frhs2[254]: 6 0 15.1429 shouldn't be
429.22/443.51	WSVECS04 Frhs2[10]: 6 0 85.2093 shouldn't be
429.22/443.51	WSVECS04 Frhs2[95]: 6 0 1050.44 shouldn't be
429.22/443.51	WSVECS04 Frhs2[255]: 6 0 326.857 shouldn't be
429.22/443.51	WSVECS04 Frhs2[378]: 6 0 257 shouldn't be
429.22/443.51	WSVECS04 Frhs2[471]: 6 0 690.832 shouldn't be
429.33/443.66	WSVECS04 Frhs2[67]: 6 0 792.969 shouldn't be
429.33/443.66	WSVECS04 Frhs2[407]: 6 -37 0 shouldn't be
429.53/443.81	WSVECS04 Frhs2[47]: 6 0 115.028 shouldn't be
429.53/443.81	WSVECS04 Frhs2[92]: 6 0 1050.44 shouldn't be
429.53/443.81	WSVECS04 Frhs2[247]: 6 0 661.883 shouldn't be
429.74/444.04	WSVECS04 Frhs2[139]: 6 0 271.583 shouldn't be
429.74/444.04	WSVECS04 Frhs2[359]: 6 0 413.453 shouldn't be
433.01/447.36	c #Conflicts:    1063000 | #Constraints:      26032
433.01/447.36	c #Conflicts:    1064000 | #Constraints:      27033
433.01/447.36	c #Conflicts:    1065000 | #Constraints:      28033
433.01/447.36	c #Conflicts:    1066000 | #Constraints:      29034
433.01/447.36	c #Conflicts:    1067000 | #Constraints:      30035
433.01/447.36	c #Conflicts:    1068000 | #Constraints:      31035
433.01/447.36	c #Conflicts:    1069000 | #Constraints:      32035
433.01/447.36	c #Conflicts:    1070000 | #Constraints:      33036
433.01/447.36	c #Conflicts:    1071000 | #Constraints:      34038
433.01/447.36	c #Conflicts:    1072000 | #Constraints:      35039
433.01/447.36	WSVECS04 Frhs2[44]: 6 0 93.4301 shouldn't be
433.01/447.36	WSVECS04 Frhs2[46]: 6 0 173.43 shouldn't be
433.01/447.36	WSVECS04 Frhs2[56]: 6 0 141.605 shouldn't be
433.01/447.36	WSVECS04 Frhs2[82]: 6 0 155.237 shouldn't be
433.01/447.36	WSVECS04 Frhs2[130]: 6 -42.1518 0 shouldn't be
433.01/447.36	WSVECS04 Frhs2[134]: 6 0 424.812 shouldn't be
433.01/447.36	WSVECS04 Frhs2[149]: 6 -1652.95 0 shouldn't be
433.01/447.36	WSVECS04 Frhs2[155]: 6 0 35.1235 shouldn't be
433.01/447.36	WSVECS04 Frhs2[161]: 6 0 880.679 shouldn't be
433.01/447.36	WSVECS04 Frhs2[176]: 6 0 308.32 shouldn't be
433.01/447.36	WSVECS04 Frhs2[179]: 6 0 115.947 shouldn't be
433.01/447.36	WSVECS04 Frhs2[188]: 6 0 736.944 shouldn't be
433.01/447.36	WSVECS04 Frhs2[192]: 6 0 479.63 shouldn't be
433.01/447.36	WSVECS04 Frhs2[197]: 6 0 982.733 shouldn't be
433.01/447.36	WSVECS04 Frhs2[246]: 6 -414.305 0 shouldn't be
433.01/447.36	WSVECS04 Frhs2[258]: 6 0 322.819 shouldn't be
433.01/447.36	WSVECS04 Frhs2[337]: 6 -524.184 0 shouldn't be
433.01/447.36	WSVECS04 Frhs2[363]: 6 -2469.89 0 shouldn't be
433.01/447.36	WSVECS04 Frhs2[416]: 6 0 154 shouldn't be
433.01/447.36	WSVECS04 Frhs2[422]: 6 -934.78 0 shouldn't be
433.01/447.36	WSVECS04 Frhs2[442]: 6 0 183.43 shouldn't be
433.01/447.36	WSVECS04 Frhs2[445]: 6 0 183.43 shouldn't be
433.12/447.44	WSVECS04 Frhs2[43]: 6 -1441.92 0 shouldn't be
433.12/447.44	WSVECS04 Frhs2[92]: 6 0 63.4588 shouldn't be
433.12/447.44	WSVECS04 Frhs2[211]: 6 -134.89 0 shouldn't be
433.12/447.44	WSVECS04 Frhs2[321]: 6 0 9.30837 shouldn't be
433.31/447.62	WSVECS04 Frhs2[57]: 6 0 53.6329 shouldn't be
433.31/447.62	WSVECS04 Frhs2[103]: 6 0 231.43 shouldn't be
433.31/447.62	WSVECS04 Frhs2[189]: 6 0 105.985 shouldn't be
433.41/447.73	WSVECS04 Frhs2[183]: 6 0 359.547 shouldn't be
434.02/448.35	WSVECS04 Frhs2[43]: 6 -1441.92 0 shouldn't be
434.02/448.35	WSVECS04 Frhs2[82]: 6 0 155.237 shouldn't be
434.02/448.35	WSVECS04 Frhs2[92]: 6 0 63.4587 shouldn't be
434.02/448.35	WSVECS04 Frhs2[130]: 6 -42.1517 0 shouldn't be
434.02/448.35	WSVECS04 Frhs2[149]: 6 -1652.95 0 shouldn't be
434.02/448.35	WSVECS04 Frhs2[155]: 6 0 35.1234 shouldn't be
434.02/448.35	WSVECS04 Frhs2[179]: 6 0 115.947 shouldn't be
434.02/448.35	WSVECS04 Frhs2[192]: 6 0 479.63 shouldn't be
434.02/448.35	WSVECS04 Frhs2[211]: 6 -134.89 0 shouldn't be
434.02/448.35	WSVECS04 Frhs2[246]: 6 -414.305 0 shouldn't be
434.02/448.35	WSVECS04 Frhs2[258]: 6 0 322.819 shouldn't be
434.02/448.35	WSVECS04 Frhs2[277]: 6 -1241.71 0 shouldn't be
434.02/448.35	WSVECS04 Frhs2[416]: 6 0 154 shouldn't be
434.02/448.35	WSVECS04 Frhs2[540]: 6 -1138.73 0 shouldn't be
438.21/452.54	c #Conflicts:    1073000 | #Constraints:      36041
438.21/452.54	c #Conflicts:    1074000 | #Constraints:      37041
438.21/452.54	c #Conflicts:    1075000 | #Constraints:      38041
438.21/452.54	c #Conflicts:    1076000 | #Constraints:      39041
438.21/452.54	c #Conflicts:    1077000 | #Constraints:      40041
438.21/452.54	c #Conflicts:    1078000 | #Constraints:      41041
438.21/452.54	c #Conflicts:    1079000 | #Constraints:      42041
438.21/452.54	c #Conflicts:    1080000 | #Constraints:      43041
438.21/452.54	c #Conflicts:    1081000 | #Constraints:      44041
438.21/452.54	c #Conflicts:    1082000 | #Constraints:      45041
438.21/452.54	c #Conflicts:    1083000 | #Constraints:      46041
438.21/452.54	c INPROCESSING
438.21/452.54	c GARBAGE COLLECT
438.21/452.54	WSVECS04 Frhs2[8]: 6 -315 0 shouldn't be
438.21/452.54	WSVECS04 Frhs2[259]: 6 -315 0 shouldn't be
438.21/452.54	WSVECS04 Frhs2[363]: 6 -264 0 shouldn't be
438.21/452.54	WSVECS04 Frhs2[364]: 6 0 60 shouldn't be
438.21/452.54	WSVECS04 Frhs2[365]: 6 0 401 shouldn't be
438.21/452.54	WSVECS04 Frhs2[369]: 6 -1090 0 shouldn't be
438.21/452.54	WSVECS04 Frhs2[394]: 6 0 1006 shouldn't be
438.21/452.54	WSVECS04 Frhs2[417]: 6 0 257 shouldn't be
438.21/452.54	WSVECS04 Frhs2[424]: 6 0 498 shouldn't be
438.21/452.54	WSVECS04 Frhs2[430]: 6 0 50 shouldn't be
438.21/452.54	WSVECS04 Frhs2[441]: 6 0 948 shouldn't be
438.21/452.54	WSVECS04 Frhs2[454]: 6 -605 0 shouldn't be
438.21/452.54	WSVECS04 Frhs2[474]: 6 -1380 0 shouldn't be
438.21/452.54	WSVECS04 Frhs2[489]: 6 -1090 0 shouldn't be
438.21/452.54	WSVECS04 Frhs2[501]: 6 0 485 shouldn't be
438.21/452.54	WSVECS04 Frhs2[522]: 6 -231 0 shouldn't be
438.21/452.54	WSVECS04 Frhs2[531]: 6 -210 0 shouldn't be
438.21/452.54	WSVECS04 Frhs2[535]: 6 0 488 shouldn't be
438.31/452.66	WSVECS04 Frhs2[300]: 6 0 315 shouldn't be
438.31/452.66	WSVECS04 Frhs2[307]: 6 -592 0 shouldn't be
438.31/452.66	WSVECS04 Frhs2[411]: 6 0 1321 shouldn't be
438.40/452.79	WSVECS04 Frhs2[12]: 6 0 315 shouldn't be
438.40/452.79	WSVECS04 Frhs2[84]: 6 0 315 shouldn't be
438.40/452.79	WSVECS04 Frhs2[120]: 6 0 315 shouldn't be
438.40/452.79	WSVECS04 Frhs2[156]: 6 0 315 shouldn't be
438.40/452.79	WSVECS04 Frhs2[228]: 6 0 315 shouldn't be
438.40/452.79	WSVECS04 Frhs2[336]: 6 0 315 shouldn't be
438.40/452.79	WSVECS04 Frhs2[397]: 6 -70.0001 0 shouldn't be
438.40/452.79	WSVECS04 Frhs2[493]: 6 -380 0 shouldn't be
438.40/452.79	WSVECS04 Frhs2[520]: 6 0 93.0001 shouldn't be
438.40/452.79	WSVECS04 Frhs2[533]: 6 0 70 shouldn't be
438.60/452.92	WSVECS04 Frhs2[515]: 6 -113 0 shouldn't be
438.71/453.08	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
438.90/453.22	WSVECS04 Frhs2[497]: 6 -337 0 shouldn't be
439.00/453.38	WSVECS04 Frhs2[506]: 6 -521 0 shouldn't be
439.20/453.51	WSVECS04 Frhs2[289]: 6 -80.0001 0 shouldn't be
440.60/454.93	c rational objective 19241.4
450.79/465.16	c #Conflicts:    1084000 | #Constraints:      26445
450.79/465.16	c #Conflicts:    1085000 | #Constraints:      27445
450.79/465.16	c #Conflicts:    1086000 | #Constraints:      28447
450.79/465.16	c #Conflicts:    1087000 | #Constraints:      29448
450.79/465.16	c #Conflicts:    1088000 | #Constraints:      30449
450.79/465.16	c #Conflicts:    1089000 | #Constraints:      31451
450.79/465.16	c #Conflicts:    1090000 | #Constraints:      32455
450.79/465.16	c #Conflicts:    1091000 | #Constraints:      33458
450.79/465.16	c #Conflicts:    1092000 | #Constraints:      34458
450.79/465.16	c #Conflicts:    1093000 | #Constraints:      35459
450.79/465.16	c #Conflicts:    1094000 | #Constraints:      36461
450.79/465.16	c #Conflicts:    1095000 | #Constraints:      37463
450.79/465.16	c #Conflicts:    1096000 | #Constraints:      38464
450.79/465.16	c #Conflicts:    1097000 | #Constraints:      39465
450.79/465.16	c #Conflicts:    1098000 | #Constraints:      40466
450.79/465.16	c #Conflicts:    1099000 | #Constraints:      41469
450.79/465.16	c #Conflicts:    1100000 | #Constraints:      42469
450.79/465.16	c #Conflicts:    1101000 | #Constraints:      43471
450.79/465.16	c #Conflicts:    1102000 | #Constraints:      44473
450.79/465.16	c #Conflicts:    1103000 | #Constraints:      45473
450.79/465.16	c #Conflicts:    1104000 | #Constraints:      46474
450.79/465.16	c INPROCESSING
450.79/465.16	c GARBAGE COLLECT
450.79/465.16	c rational objective 19241.4
459.98/474.62	c #Conflicts:    1105000 | #Constraints:      26667
459.98/474.62	c #Conflicts:    1106000 | #Constraints:      27670
459.98/474.62	c #Conflicts:    1107000 | #Constraints:      28671
459.98/474.62	c #Conflicts:    1108000 | #Constraints:      29672
459.98/474.62	c #Conflicts:    1109000 | #Constraints:      30674
459.98/474.62	c #Conflicts:    1110000 | #Constraints:      31675
459.98/474.62	c #Conflicts:    1111000 | #Constraints:      32676
459.98/474.62	c #Conflicts:    1112000 | #Constraints:      33679
459.98/474.62	c #Conflicts:    1113000 | #Constraints:      34680
459.98/474.62	c #Conflicts:    1114000 | #Constraints:      35683
459.98/474.62	c #Conflicts:    1115000 | #Constraints:      36688
459.98/474.62	c #Conflicts:    1116000 | #Constraints:      37688
459.98/474.62	c #Conflicts:    1117000 | #Constraints:      38688
459.98/474.62	c #Conflicts:    1118000 | #Constraints:      39688
459.98/474.62	c #Conflicts:    1119000 | #Constraints:      40688
459.98/474.62	c #Conflicts:    1120000 | #Constraints:      41688
459.98/474.62	c #Conflicts:    1121000 | #Constraints:      42689
459.98/474.62	c #Conflicts:    1122000 | #Constraints:      43689
459.98/474.62	c #Conflicts:    1123000 | #Constraints:      44690
459.98/474.62	c #Conflicts:    1124000 | #Constraints:      45690
459.98/474.63	c #Conflicts:    1125000 | #Constraints:      46691
459.98/474.63	c INPROCESSING
459.98/474.63	c GARBAGE COLLECT
459.98/474.63	c rational objective 19241.4
463.87/478.59	c #Conflicts:    1126000 | #Constraints:      26663
463.87/478.59	c #Conflicts:    1127000 | #Constraints:      27663
463.87/478.59	c #Conflicts:    1128000 | #Constraints:      28663
463.87/478.59	c #Conflicts:    1129000 | #Constraints:      29664
463.87/478.59	c #Conflicts:    1130000 | #Constraints:      30664
463.87/478.59	c #Conflicts:    1131000 | #Constraints:      31666
463.87/478.59	c #Conflicts:    1132000 | #Constraints:      32666
463.87/478.59	c #Conflicts:    1133000 | #Constraints:      33667
463.87/478.59	c #Conflicts:    1134000 | #Constraints:      34667
463.87/478.59	c #Conflicts:    1135000 | #Constraints:      35667
463.87/478.59	c #Conflicts:    1136000 | #Constraints:      36667
463.87/478.59	c bounds 24254 >= 11250 @ 454.659
463.96/478.64	c bounds 24254 >= 11771 @ 454.701
518.07/533.76	c #Conflicts:    1137000 | #Constraints:      37671
518.07/533.76	c #Conflicts:    1138000 | #Constraints:      38671
518.07/533.76	c #Conflicts:    1139000 | #Constraints:      39672
518.07/533.76	c #Conflicts:    1140000 | #Constraints:      40673
518.07/533.76	c #Conflicts:    1141000 | #Constraints:      41673
518.07/533.76	c #Conflicts:    1142000 | #Constraints:      42673
518.07/533.76	c #Conflicts:    1143000 | #Constraints:      43675
518.07/533.76	c #Conflicts:    1144000 | #Constraints:      44675
518.07/533.76	c #Conflicts:    1145000 | #Constraints:      45675
518.07/533.76	c #Conflicts:    1146000 | #Constraints:      46676
518.07/533.76	c #Conflicts:    1147000 | #Constraints:      47678
518.07/533.76	c #Conflicts:    1148000 | #Constraints:      48680
518.07/533.76	c #Conflicts:    1149000 | #Constraints:      49682
518.07/533.76	c #Conflicts:    1150000 | #Constraints:      50682
518.07/533.76	c #Conflicts:    1151000 | #Constraints:      51682
518.07/533.76	c #Conflicts:    1152000 | #Constraints:      52682
518.07/533.76	c #Conflicts:    1153000 | #Constraints:      53683
518.07/533.76	c #Conflicts:    1154000 | #Constraints:      54683
518.07/533.76	c #Conflicts:    1155000 | #Constraints:      55683
518.07/533.76	c #Conflicts:    1156000 | #Constraints:      56683
518.07/533.76	c #Conflicts:    1157000 | #Constraints:      57683
518.07/533.76	c #Conflicts:    1158000 | #Constraints:      58683
518.07/533.76	c #Conflicts:    1159000 | #Constraints:      59683
518.07/533.76	c #Conflicts:    1160000 | #Constraints:      60684
518.07/533.76	c #Conflicts:    1161000 | #Constraints:      61684
518.07/533.76	c #Conflicts:    1162000 | #Constraints:      62684
518.07/533.76	c #Conflicts:    1163000 | #Constraints:      63684
518.07/533.76	c #Conflicts:    1164000 | #Constraints:      64684
518.07/533.76	c #Conflicts:    1165000 | #Constraints:      65684
518.07/533.76	c #Conflicts:    1166000 | #Constraints:      66684
518.07/533.76	c #Conflicts:    1167000 | #Constraints:      67685
518.07/533.76	c #Conflicts:    1168000 | #Constraints:      68687
518.07/533.76	c #Conflicts:    1169000 | #Constraints:      69687
518.07/533.76	c #Conflicts:    1170000 | #Constraints:      70688
518.07/533.76	c #Conflicts:    1171000 | #Constraints:      71688
518.07/533.76	c #Conflicts:    1172000 | #Constraints:      72688
518.07/533.76	c #Conflicts:    1173000 | #Constraints:      73689
518.07/533.76	c #Conflicts:    1174000 | #Constraints:      74689
518.07/533.76	c #Conflicts:    1175000 | #Constraints:      75690
518.07/533.76	c #Conflicts:    1176000 | #Constraints:      76690
518.07/533.76	c #Conflicts:    1177000 | #Constraints:      77690
518.07/533.76	c #Conflicts:    1178000 | #Constraints:      78690
518.07/533.76	c #Conflicts:    1179000 | #Constraints:      79691
518.07/533.76	c #Conflicts:    1180000 | #Constraints:      80691
518.07/533.76	c #Conflicts:    1181000 | #Constraints:      81691
518.07/533.76	c #Conflicts:    1182000 | #Constraints:      82691
518.07/533.76	c #Conflicts:    1183000 | #Constraints:      83691
518.07/533.76	c #Conflicts:    1184000 | #Constraints:      84691
518.07/533.76	c #Conflicts:    1185000 | #Constraints:      85691
518.07/533.76	c #Conflicts:    1186000 | #Constraints:      86691
518.07/533.76	c #Conflicts:    1187000 | #Constraints:      87691
518.07/533.76	c #Conflicts:    1188000 | #Constraints:      88692
518.07/533.76	c #Conflicts:    1189000 | #Constraints:      89692
518.07/533.76	c #Conflicts:    1190000 | #Constraints:      90692
518.07/533.76	c #Conflicts:    1191000 | #Constraints:      91692
518.07/533.76	c #Conflicts:    1192000 | #Constraints:      92692
518.07/533.76	c #Conflicts:    1193000 | #Constraints:      93692
518.07/533.76	c #Conflicts:    1194000 | #Constraints:      94694
518.07/533.76	c #Conflicts:    1195000 | #Constraints:      95694
518.07/533.76	c #Conflicts:    1196000 | #Constraints:      96695
518.07/533.76	c #Conflicts:    1197000 | #Constraints:      97695
518.07/533.76	c #Conflicts:    1198000 | #Constraints:      98695
518.07/533.76	c #Conflicts:    1199000 | #Constraints:      99696
518.07/533.76	c #Conflicts:    1200000 | #Constraints:     100696
518.07/533.76	c #Conflicts:    1201000 | #Constraints:     101696
518.07/533.76	c #Conflicts:    1202000 | #Constraints:     102696
518.07/533.76	c #Conflicts:    1203000 | #Constraints:     103696
518.07/533.76	c #Conflicts:    1204000 | #Constraints:     104696
518.07/533.76	c #Conflicts:    1205000 | #Constraints:     105696
518.07/533.76	c #Conflicts:    1206000 | #Constraints:     106696
518.07/533.76	c #Conflicts:    1207000 | #Constraints:     107697
518.07/533.76	c #Conflicts:    1208000 | #Constraints:     108697
518.07/533.76	c #Conflicts:    1209000 | #Constraints:     109697
518.07/533.76	c #Conflicts:    1210000 | #Constraints:     110697
518.07/533.76	c #Conflicts:    1211000 | #Constraints:     111697
518.07/533.76	c #Conflicts:    1212000 | #Constraints:     112697
518.07/533.76	c #Conflicts:    1213000 | #Constraints:     113697
518.07/533.76	c #Conflicts:    1214000 | #Constraints:     114697
518.07/533.76	c #Conflicts:    1215000 | #Constraints:     115697
536.51/552.29	c #Conflicts:    1216000 | #Constraints:     116697
536.51/552.29	c #Conflicts:    1217000 | #Constraints:     117697
536.51/552.29	c #Conflicts:    1218000 | #Constraints:     118697
536.51/552.29	c #Conflicts:    1219000 | #Constraints:     119697
536.51/552.29	c #Conflicts:    1220000 | #Constraints:     120697
536.51/552.29	c #Conflicts:    1221000 | #Constraints:     121697
536.51/552.29	c #Conflicts:    1222000 | #Constraints:     122697
536.51/552.29	c #Conflicts:    1223000 | #Constraints:     123697
536.51/552.29	c #Conflicts:    1224000 | #Constraints:     124698
536.51/552.29	c #Conflicts:    1225000 | #Constraints:     125698
536.51/552.29	c #Conflicts:    1226000 | #Constraints:     126698
536.51/552.29	c #Conflicts:    1227000 | #Constraints:     127699
536.51/552.29	c #Conflicts:    1228000 | #Constraints:     128699
536.51/552.29	c #Conflicts:    1229000 | #Constraints:     129699
536.51/552.29	c #Conflicts:    1230000 | #Constraints:     130699
536.51/552.29	c #Conflicts:    1231000 | #Constraints:     131699
536.51/552.29	WSVECS04 Frhs2[62]: 6 0 27.0001 shouldn't be
536.51/552.29	WSVECS04 Frhs2[98]: 6 0 27 shouldn't be
536.51/552.29	WSVECS04 Frhs2[103]: 6 -17.5001 0 shouldn't be
536.51/552.29	WSVECS04 Frhs2[105]: 6 0 14.6667 shouldn't be
536.51/552.29	WSVECS04 Frhs2[133]: 6 -1151 0 shouldn't be
536.51/552.29	WSVECS04 Frhs2[134]: 6 0 27 shouldn't be
536.51/552.29	WSVECS04 Frhs2[139]: 6 0 84 shouldn't be
536.51/552.29	WSVECS04 Frhs2[144]: 6 0 84.0001 shouldn't be
536.51/552.29	WSVECS04 Frhs2[180]: 6 -182.667 0 shouldn't be
536.51/552.29	WSVECS04 Frhs2[253]: 6 0 3.50004 shouldn't be
536.51/552.29	WSVECS04 Frhs2[280]: 6 0 151 shouldn't be
536.51/552.29	WSVECS04 Frhs2[288]: 6 -14.6667 0 shouldn't be
536.51/552.29	WSVECS04 Frhs2[291]: 6 0 113 shouldn't be
536.51/552.29	WSVECS04 Frhs2[303]: 6 -612.542 0 shouldn't be
536.51/552.29	WSVECS04 Frhs2[315]: 6 -2859 0 shouldn't be
536.51/552.29	WSVECS04 Frhs2[316]: 6 0 151 shouldn't be
536.51/552.29	WSVECS04 Frhs2[321]: 6 0 14.6667 shouldn't be
536.51/552.29	WSVECS04 Frhs2[324]: 6 -7.33334 0 shouldn't be
536.51/552.29	WSVECS04 Frhs2[343]: 6 0 3.50003 shouldn't be
536.51/552.29	WSVECS04 Frhs2[354]: 6 0 1537 shouldn't be
540.51/556.24	c #Conflicts:    1232000 | #Constraints:     132700
540.51/556.24	c #Conflicts:    1233000 | #Constraints:     133700
540.51/556.24	c #Conflicts:    1234000 | #Constraints:     134702
540.51/556.24	c INPROCESSING
540.51/556.24	c GARBAGE COLLECT
540.51/556.24	c rational objective 19241.4
557.23/573.22	c #Conflicts:    1235000 | #Constraints:      70324
557.23/573.22	c #Conflicts:    1236000 | #Constraints:      71327
557.23/573.22	c #Conflicts:    1237000 | #Constraints:      72329
557.23/573.22	c #Conflicts:    1238000 | #Constraints:      73330
557.23/573.22	c #Conflicts:    1239000 | #Constraints:      74331
557.23/573.22	c #Conflicts:    1240000 | #Constraints:      75332
557.23/573.22	c #Conflicts:    1241000 | #Constraints:      76336
557.23/573.22	c #Conflicts:    1242000 | #Constraints:      77338
557.23/573.22	c #Conflicts:    1243000 | #Constraints:      78341
557.23/573.22	c #Conflicts:    1244000 | #Constraints:      79342
557.23/573.22	c #Conflicts:    1245000 | #Constraints:      80345
557.23/573.22	c #Conflicts:    1246000 | #Constraints:      81346
557.23/573.22	c #Conflicts:    1247000 | #Constraints:      82355
557.23/573.22	c #Conflicts:    1248000 | #Constraints:      83355
557.23/573.22	c #Conflicts:    1249000 | #Constraints:      84357
557.23/573.22	c #Conflicts:    1250000 | #Constraints:      85357
557.23/573.22	c #Conflicts:    1251000 | #Constraints:      86357
557.23/573.22	c #Conflicts:    1252000 | #Constraints:      87359
557.23/573.22	c #Conflicts:    1253000 | #Constraints:      88360
557.23/573.22	c #Conflicts:    1254000 | #Constraints:      89361
557.23/573.22	c #Conflicts:    1255000 | #Constraints:      90363
557.23/573.22	c #Conflicts:    1256000 | #Constraints:      91372
557.23/573.22	c #Conflicts:    1257000 | #Constraints:      92656
557.23/573.22	c INPROCESSING
557.23/573.22	c GARBAGE COLLECT
557.23/573.22	c rational objective 19241.4
560.81/576.89	c #Conflicts:    1258000 | #Constraints:      49599
560.81/576.89	c #Conflicts:    1259000 | #Constraints:      50599
560.81/576.89	c #Conflicts:    1260000 | #Constraints:      51599
560.81/576.89	c #Conflicts:    1261000 | #Constraints:      52599
560.81/576.89	c #Conflicts:    1262000 | #Constraints:      53601
560.81/576.89	c #Conflicts:    1263000 | #Constraints:      54601
560.81/576.89	c #Conflicts:    1264000 | #Constraints:      55601
560.81/576.89	WSVECS04 Frhs2[83]: 6 0 936 shouldn't be
560.81/576.89	WSVECS04 Frhs2[89]: 6 0 1049.61 shouldn't be
560.81/576.89	WSVECS04 Frhs2[216]: 6 -228.795 0 shouldn't be
560.81/576.89	WSVECS04 Frhs2[296]: 6 -96.3897 0 shouldn't be
560.81/576.89	WSVECS04 Frhs2[307]: 6 0 139.221 shouldn't be
560.81/576.89	WSVECS04 Frhs2[335]: 6 0 936 shouldn't be
560.81/576.89	WSVECS04 Frhs2[359]: 6 0 607.632 shouldn't be
560.81/576.89	WSVECS04 Frhs2[454]: 6 -605 0 shouldn't be
571.47/587.56	c #Conflicts:    1265000 | #Constraints:      56602
571.47/587.56	c #Conflicts:    1266000 | #Constraints:      57604
571.47/587.56	c #Conflicts:    1267000 | #Constraints:      58605
571.47/587.56	c #Conflicts:    1268000 | #Constraints:      59607
571.47/587.56	c #Conflicts:    1269000 | #Constraints:      60611
571.47/587.56	c #Conflicts:    1270000 | #Constraints:      61615
571.47/587.56	c #Conflicts:    1271000 | #Constraints:      62618
571.47/587.56	c #Conflicts:    1272000 | #Constraints:      63619
571.47/587.56	c #Conflicts:    1273000 | #Constraints:      64621
571.47/587.56	c #Conflicts:    1274000 | #Constraints:      65622
571.47/587.56	c #Conflicts:    1275000 | #Constraints:      66623
571.47/587.56	c #Conflicts:    1276000 | #Constraints:      67624
571.47/587.56	c #Conflicts:    1277000 | #Constraints:      68626
571.47/587.56	c #Conflicts:    1278000 | #Constraints:      69627
571.47/587.56	c #Conflicts:    1279000 | #Constraints:      70632
571.47/587.56	c #Conflicts:    1280000 | #Constraints:      71634
571.47/587.56	c INPROCESSING
571.47/587.56	c GARBAGE COLLECT
571.47/587.56	c rational objective 19241.4
575.71/592.18	c #Conflicts:    1281000 | #Constraints:      39247
575.71/592.18	c #Conflicts:    1282000 | #Constraints:      40248
575.71/592.18	c #Conflicts:    1283000 | #Constraints:      41248
575.71/592.18	c #Conflicts:    1284000 | #Constraints:      42248
575.71/592.18	c #Conflicts:    1285000 | #Constraints:      43249
575.71/592.18	c #Conflicts:    1286000 | #Constraints:      44249
575.71/592.18	c #Conflicts:    1287000 | #Constraints:      45249
575.71/592.18	c #Conflicts:    1288000 | #Constraints:      46249
575.71/592.18	c #Conflicts:    1289000 | #Constraints:      47249
575.71/592.18	WSVECS04 Frhs2[53]: 6 0 19 shouldn't be
575.71/592.18	WSVECS04 Frhs2[63]: 6 0 52.889 shouldn't be
575.71/592.18	WSVECS04 Frhs2[97]: 6 0 231.111 shouldn't be
575.71/592.18	WSVECS04 Frhs2[131]: 6 0 110 shouldn't be
575.71/592.18	WSVECS04 Frhs2[148]: 6 0 45.5001 shouldn't be
575.71/592.18	WSVECS04 Frhs2[161]: 6 0 19.0001 shouldn't be
575.71/592.18	WSVECS04 Frhs2[170]: 6 0 231.111 shouldn't be
575.71/592.18	WSVECS04 Frhs2[206]: 6 0 549.5 shouldn't be
575.71/592.18	WSVECS04 Frhs2[233]: 6 0 19.0001 shouldn't be
575.71/592.18	WSVECS04 Frhs2[275]: 6 0 110 shouldn't be
575.71/592.18	WSVECS04 Frhs2[279]: 6 -1095 0 shouldn't be
575.71/592.18	WSVECS04 Frhs2[291]: 6 -229.5 0 shouldn't be
575.71/592.18	WSVECS04 Frhs2[292]: 6 0 22.5 shouldn't be
575.71/592.18	WSVECS04 Frhs2[311]: 6 0 110 shouldn't be
575.71/592.18	WSVECS04 Frhs2[320]: 6 0 22.7223 shouldn't be
575.71/592.18	WSVECS04 Frhs2[321]: 6 0 22.7222 shouldn't be
575.71/592.18	WSVECS04 Frhs2[323]: 6 0 22.7223 shouldn't be
579.60/596.03	c #Conflicts:    1290000 | #Constraints:      48249
579.60/596.03	c #Conflicts:    1291000 | #Constraints:      49249
579.60/596.03	c #Conflicts:    1292000 | #Constraints:      50249
579.60/596.03	c #Conflicts:    1293000 | #Constraints:      51249
579.60/596.03	c #Conflicts:    1294000 | #Constraints:      52250
579.60/596.03	c #Conflicts:    1295000 | #Constraints:      53250
579.60/596.03	c #Conflicts:    1296000 | #Constraints:      54251
579.60/596.03	c #Conflicts:    1297000 | #Constraints:      55251
579.60/596.03	WSVECS04 Frhs2[16]: 6 0 217.308 shouldn't be
579.60/596.03	WSVECS04 Frhs2[43]: 6 0 114.667 shouldn't be
579.60/596.03	WSVECS04 Frhs2[65]: 6 -245 0 shouldn't be
579.60/596.03	WSVECS04 Frhs2[66]: 6 0 657.038 shouldn't be
579.60/596.03	WSVECS04 Frhs2[98]: 6 0 414.91 shouldn't be
579.60/596.03	WSVECS04 Frhs2[100]: 6 0 372.385 shouldn't be
579.60/596.03	WSVECS04 Frhs2[116]: 6 0 44 shouldn't be
579.60/596.03	WSVECS04 Frhs2[136]: 6 0 784.423 shouldn't be
579.60/596.03	WSVECS04 Frhs2[143]: 6 0 54.1667 shouldn't be
579.60/596.03	WSVECS04 Frhs2[170]: 6 0 169.91 shouldn't be
579.60/596.03	WSVECS04 Frhs2[177]: 6 0 106 shouldn't be
579.60/596.03	WSVECS04 Frhs2[204]: 6 0 919 shouldn't be
579.60/596.03	WSVECS04 Frhs2[212]: 6 0 207 shouldn't be
579.60/596.03	WSVECS04 Frhs2[213]: 6 0 70.6667 shouldn't be
579.60/596.03	WSVECS04 Frhs2[215]: 6 0 54.1667 shouldn't be
579.60/596.03	WSVECS04 Frhs2[216]: 6 -101.603 0 shouldn't be
579.60/596.03	WSVECS04 Frhs2[235]: 6 -5700.53 0 shouldn't be
579.60/596.03	WSVECS04 Frhs2[309]: 6 0 42.5256 shouldn't be
579.60/596.03	WSVECS04 Frhs2[321]: 6 0 70.6667 shouldn't be
579.60/596.03	WSVECS04 Frhs2[368]: 6 0 592 shouldn't be
579.60/596.03	WSVECS04 Frhs2[386]: 6 -521 0 shouldn't be
579.60/596.03	WSVECS04 Frhs2[389]: 6 0 521 shouldn't be
579.60/596.03	WSVECS04 Frhs2[413]: 6 0 113 shouldn't be
579.60/596.03	WSVECS04 Frhs2[414]: 6 0 10 shouldn't be
579.60/596.03	WSVECS04 Frhs2[415]: 6 0 257 shouldn't be
579.60/596.03	WSVECS04 Frhs2[481]: 6 0 194 shouldn't be
579.60/596.03	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
579.60/596.03	WSVECS04 Frhs2[485]: 6 0 489 shouldn't be
579.60/596.03	WSVECS04 Frhs2[504]: 6 -1000 0 shouldn't be
579.60/596.03	WSVECS04 Frhs2[507]: 6 0 624 shouldn't be
579.78/596.24	WSVECS04 Frhs2[134]: 6 0 826.949 shouldn't be
579.78/596.24	WSVECS04 Frhs2[138]: 6 0 657.038 shouldn't be
579.78/596.24	WSVECS04 Frhs2[176]: 6 0 242.333 shouldn't be
579.78/596.24	WSVECS04 Frhs2[362]: 6 -585 0 shouldn't be
579.89/596.33	WSVECS04 Frhs2[62]: 6 0 826.949 shouldn't be
579.89/596.33	WSVECS04 Frhs2[510]: 6 -1010 0 shouldn't be
579.98/596.40	WSVECS04 Frhs2[375]: 6 0 559 shouldn't be
580.08/596.51	WSVECS04 Frhs2[372]: 6 0 665 shouldn't be
580.08/596.51	WSVECS04 Frhs2[373]: 6 0 549 shouldn't be
583.17/599.61	c #Conflicts:    1298000 | #Constraints:      56252
583.17/599.61	c #Conflicts:    1299000 | #Constraints:      57252
583.17/599.61	c #Conflicts:    1300000 | #Constraints:      58252
583.17/599.61	c #Conflicts:    1301000 | #Constraints:      59252
583.17/599.61	c #Conflicts:    1302000 | #Constraints:      60252
583.17/599.61	c INPROCESSING
583.17/599.61	c GARBAGE COLLECT
583.17/599.61	WSVECS04 Frhs2[6]: 6 0 1523.73 shouldn't be
583.17/599.61	WSVECS04 Frhs2[7]: 6 0 549.92 shouldn't be
583.17/599.61	WSVECS04 Frhs2[17]: 6 0 84.5548 shouldn't be
583.17/599.61	WSVECS04 Frhs2[25]: 6 -1481.73 0 shouldn't be
583.17/599.61	WSVECS04 Frhs2[30]: 6 0 399.054 shouldn't be
583.17/599.61	WSVECS04 Frhs2[31]: 6 0 178.251 shouldn't be
583.17/599.61	WSVECS04 Frhs2[38]: 6 0 588.716 shouldn't be
583.17/599.61	WSVECS04 Frhs2[49]: 6 0 1057.69 shouldn't be
583.17/599.61	WSVECS04 Frhs2[56]: 6 0 7.81951 shouldn't be
583.17/599.61	WSVECS04 Frhs2[78]: 6 0 1523.73 shouldn't be
583.17/599.61	WSVECS04 Frhs2[85]: 6 -7585.66 0 shouldn't be
583.17/599.61	WSVECS04 Frhs2[87]: 6 0 272.608 shouldn't be
583.17/599.61	WSVECS04 Frhs2[88]: 6 0 1.42859 shouldn't be
583.17/599.61	WSVECS04 Frhs2[102]: 6 0 399.054 shouldn't be
583.17/599.61	WSVECS04 Frhs2[114]: 6 0 1523.73 shouldn't be
583.17/599.61	WSVECS04 Frhs2[127]: 6 0 231.928 shouldn't be
583.17/599.61	WSVECS04 Frhs2[128]: 6 0 238.326 shouldn't be
583.17/599.61	WSVECS04 Frhs2[129]: 6 0 23.3416 shouldn't be
583.17/599.61	WSVECS04 Frhs2[157]: 6 0 465.919 shouldn't be
583.17/599.61	WSVECS04 Frhs2[191]: 6 0 175.456 shouldn't be
583.17/599.61	WSVECS04 Frhs2[199]: 6 0 340.949 shouldn't be
583.17/599.61	WSVECS04 Frhs2[209]: 6 -991 0 shouldn't be
583.17/599.61	WSVECS04 Frhs2[217]: 6 -634 0 shouldn't be
583.17/599.61	WSVECS04 Frhs2[218]: 6 0 588.716 shouldn't be
583.17/599.61	WSVECS04 Frhs2[219]: 6 0 588.716 shouldn't be
583.17/599.61	WSVECS04 Frhs2[236]: 6 0 238.326 shouldn't be
583.17/599.61	WSVECS04 Frhs2[242]: 6 0 591.946 shouldn't be
583.17/599.61	WSVECS04 Frhs2[244]: 6 0 543.723 shouldn't be
583.17/599.61	WSVECS04 Frhs2[249]: 6 0 86.3748 shouldn't be
583.17/599.61	WSVECS04 Frhs2[251]: 6 0 423.396 shouldn't be
583.17/599.61	WSVECS04 Frhs2[254]: 6 0 588.716 shouldn't be
583.17/599.61	WSVECS04 Frhs2[255]: 6 0 588.716 shouldn't be
583.17/599.61	WSVECS04 Frhs2[271]: 6 0 247.483 shouldn't be
583.17/599.61	WSVECS04 Frhs2[272]: 6 0 502.744 shouldn't be
583.17/599.61	WSVECS04 Frhs2[276]: 6 0 155.797 shouldn't be
583.17/599.61	WSVECS04 Frhs2[280]: 6 0 543.723 shouldn't be
583.17/599.61	WSVECS04 Frhs2[284]: 6 0 107.269 shouldn't be
583.17/599.61	WSVECS04 Frhs2[285]: 6 0 273.644 shouldn't be
583.17/599.61	WSVECS04 Frhs2[286]: 6 0 79.5381 shouldn't be
583.17/599.61	WSVECS04 Frhs2[287]: 6 0 423.396 shouldn't be
583.17/599.61	WSVECS04 Frhs2[289]: 6 0 202.273 shouldn't be
583.17/599.61	WSVECS04 Frhs2[293]: 6 0 202.273 shouldn't be
583.17/599.61	WSVECS04 Frhs2[294]: 6 0 1726 shouldn't be
583.17/599.61	WSVECS04 Frhs2[326]: 6 0 588.716 shouldn't be
583.17/599.61	WSVECS04 Frhs2[329]: 6 -1709.99 0 shouldn't be
583.17/599.61	WSVECS04 Frhs2[331]: 6 0 324.835 shouldn't be
583.17/599.61	WSVECS04 Frhs2[333]: 6 0 149.379 shouldn't be
583.17/599.61	WSVECS04 Frhs2[334]: 6 0 149.379 shouldn't be
583.17/599.61	WSVECS04 Frhs2[343]: 6 0 130.183 shouldn't be
583.17/599.61	WSVECS04 Frhs2[352]: 6 0 543.723 shouldn't be
583.17/599.61	WSVECS04 Frhs2[359]: 6 0 284.976 shouldn't be
583.17/599.61	WSVECS04 Frhs2[373]: 6 0 693 shouldn't be
583.17/599.61	WSVECS04 Frhs2[377]: 6 0 341.705 shouldn't be
583.17/599.61	WSVECS04 Frhs2[381]: 6 -605 0 shouldn't be
583.17/599.61	WSVECS04 Frhs2[408]: 6 0 144 shouldn't be
583.17/599.61	WSVECS04 Frhs2[410]: 6 0 106 shouldn't be
583.17/599.61	WSVECS04 Frhs2[411]: 6 0 785 shouldn't be
583.17/599.61	WSVECS04 Frhs2[472]: 6 0 262.597 shouldn't be
583.17/599.61	WSVECS04 Frhs2[489]: 6 -1090 0 shouldn't be
583.17/599.61	WSVECS04 Frhs2[490]: 6 0 695 shouldn't be
583.17/599.61	WSVECS04 Frhs2[492]: 6 0 1051.89 shouldn't be
583.17/599.61	WSVECS04 Frhs2[494]: 6 -1020 0 shouldn't be
583.17/599.61	WSVECS04 Frhs2[495]: 6 0 753 shouldn't be
583.17/599.61	WSVECS04 Frhs2[501]: 6 -605 0 shouldn't be
583.17/599.61	WSVECS04 Frhs2[503]: 6 -1020 0 shouldn't be
583.17/599.61	WSVECS04 Frhs2[507]: 6 0 243.946 shouldn't be
583.17/599.61	WSVECS04 Frhs2[517]: 6 0 116 shouldn't be
583.17/599.61	WSVECS04 Frhs2[519]: 6 0 56.3571 shouldn't be
583.17/599.61	WSVECS04 Frhs2[527]: 6 0 101.122 shouldn't be
583.27/599.75	WSVECS04 Frhs2[163]: 6 0 53.1894 shouldn't be
583.27/599.75	WSVECS04 Frhs2[372]: 6 0 447.705 shouldn't be
583.27/599.75	WSVECS04 Frhs2[434]: 6 0 596.271 shouldn't be
583.38/599.89	WSVECS04 Frhs2[111]: 6 0 588.716 shouldn't be
583.38/599.89	WSVECS04 Frhs2[156]: 6 0 145.921 shouldn't be
583.38/599.89	WSVECS04 Frhs2[182]: 6 0 431.047 shouldn't be
583.38/599.89	WSVECS04 Frhs2[187]: 6 0 175.456 shouldn't be
583.38/599.89	WSVECS04 Frhs2[197]: 6 0 181.707 shouldn't be
583.38/599.89	WSVECS04 Frhs2[201]: 6 0 287.76 shouldn't be
583.38/599.89	WSVECS04 Frhs2[210]: 6 0 809.293 shouldn't be
583.38/599.89	WSVECS04 Frhs2[237]: 6 0 23.3416 shouldn't be
583.38/599.89	WSVECS04 Frhs2[341]: 6 0 357.163 shouldn't be
583.38/599.89	WSVECS04 Frhs2[403]: 6 0 144 shouldn't be
583.38/599.89	WSVECS04 Frhs2[440]: 6 0 10.0001 shouldn't be
583.38/599.89	WSVECS04 Frhs2[483]: 6 0 64.1085 shouldn't be
583.38/599.89	WSVECS04 Frhs2[488]: 6 0 1043 shouldn't be
583.59/600.04	WSVECS04 Frhs2[3]: 6 0 588.716 shouldn't be
583.59/600.04	WSVECS04 Frhs2[39]: 6 0 588.716 shouldn't be
583.59/600.04	WSVECS04 Frhs2[42]: 6 0 1022.56 shouldn't be
583.59/600.04	WSVECS04 Frhs2[81]: 6 0 389.719 shouldn't be
583.59/600.04	WSVECS04 Frhs2[299]: 6 0 474.169 shouldn't be
583.59/600.04	WSVECS04 Frhs2[327]: 6 0 588.716 shouldn't be
583.59/600.04	WSVECS04 Frhs2[480]: 6 0 202.947 shouldn't be
583.59/600.04	WSVECS04 Frhs2[502]: 6 0 41.8915 shouldn't be
583.69/600.18	WSVECS04 Frhs2[2]: 6 0 588.716 shouldn't be
583.69/600.18	WSVECS04 Frhs2[19]: 6 0 91.686 shouldn't be
583.69/600.18	WSVECS04 Frhs2[84]: 6 0 415.84 shouldn't be
583.69/600.18	WSVECS04 Frhs2[105]: 6 0 194.106 shouldn't be
583.69/600.18	WSVECS04 Frhs2[154]: 6 0 119.799 shouldn't be
583.69/600.18	WSVECS04 Frhs2[206]: 6 0 767.402 shouldn't be
583.69/600.18	WSVECS04 Frhs2[233]: 6 0 357.163 shouldn't be
583.69/600.18	WSVECS04 Frhs2[234]: 6 0 357.163 shouldn't be
583.69/600.18	WSVECS04 Frhs2[264]: 6 0 803.715 shouldn't be
583.69/600.18	WSVECS04 Frhs2[278]: 6 0 591.946 shouldn't be
583.69/600.18	WSVECS04 Frhs2[282]: 6 0 991 shouldn't be
583.69/600.18	WSVECS04 Frhs2[304]: 6 0 44.4311 shouldn't be
583.69/600.18	WSVECS04 Frhs2[306]: 6 0 44.431 shouldn't be
583.69/600.18	WSVECS04 Frhs2[314]: 6 0 591.946 shouldn't be
583.69/600.18	WSVECS04 Frhs2[316]: 6 0 543.723 shouldn't be
583.69/600.18	WSVECS04 Frhs2[318]: 6 0 837.844 shouldn't be
583.69/600.18	WSVECS04 Frhs2[342]: 6 0 357.163 shouldn't be
583.69/600.18	WSVECS04 Frhs2[428]: 6 0 151 shouldn't be
583.69/600.18	WSVECS04 Frhs2[457]: 6 0 231.396 shouldn't be
583.69/600.18	WSVECS04 Frhs2[478]: 6 0 83.8769 shouldn't be
583.87/600.34	WSVECS04 Frhs2[74]: 6 0 588.716 shouldn't be
583.87/600.34	WSVECS04 Frhs2[172]: 6 0 591.946 shouldn't be
583.87/600.34	WSVECS04 Frhs2[208]: 6 0 591.946 shouldn't be
583.87/600.34	WSVECS04 Frhs2[340]: 6 0 357.163 shouldn't be
583.87/600.34	WSVECS04 Frhs2[493]: 6 0 1000 shouldn't be
583.97/600.49	WSVECS04 Frhs2[75]: 6 0 588.716 shouldn't be
583.97/600.49	WSVECS04 Frhs2[305]: 6 0 44.431 shouldn't be
583.97/600.49	WSVECS04 Frhs2[367]: 6 0 1.71564 shouldn't be
584.18/600.65	WSVECS04 Frhs2[153]: 6 0 119.799 shouldn't be
584.18/600.65	WSVECS04 Frhs2[258]: 6 0 1523.73 shouldn't be
584.18/600.65	WSVECS04 Frhs2[259]: 6 0 322.438 shouldn't be
584.18/600.65	WSVECS04 Frhs2[350]: 6 0 591.946 shouldn't be
584.37/600.81	WSVECS04 Frhs2[222]: 6 0 1523.73 shouldn't be
584.37/600.81	WSVECS04 Frhs2[262]: 6 0 777.594 shouldn't be
584.37/600.81	WSVECS04 Frhs2[335]: 6 0 324.835 shouldn't be
584.47/600.96	WSVECS04 Frhs2[35]: 6 0 338.841 shouldn't be
584.47/600.96	WSVECS04 Frhs2[246]: 6 0 991 shouldn't be
584.47/600.96	WSVECS04 Frhs2[298]: 6 0 298.713 shouldn't be
584.77/601.20	WSVECS04 Frhs2[8]: 6 0 549.92 shouldn't be
584.77/601.20	WSVECS04 Frhs2[104]: 6 0 27.731 shouldn't be
584.77/601.20	WSVECS04 Frhs2[364]: 6 0 277.295 shouldn't be
584.77/601.20	WSVECS04 Frhs2[436]: 6 0 474.591 shouldn't be
585.17/601.60	WSVECS04 Frhs2[107]: 6 0 343.858 shouldn't be
585.27/601.73	c rational objective 19241.4
590.76/607.27	c #Conflicts:    1303000 | #Constraints:      33099
590.76/607.27	c #Conflicts:    1304000 | #Constraints:      34099
590.76/607.27	c #Conflicts:    1305000 | #Constraints:      35099
590.76/607.27	c #Conflicts:    1306000 | #Constraints:      36099
590.76/607.27	c #Conflicts:    1307000 | #Constraints:      37099
590.76/607.27	c #Conflicts:    1308000 | #Constraints:      38100
590.76/607.27	c #Conflicts:    1309000 | #Constraints:      39102
590.76/607.27	c #Conflicts:    1310000 | #Constraints:      40103
590.76/607.27	c #Conflicts:    1311000 | #Constraints:      41107
590.76/607.27	c #Conflicts:    1312000 | #Constraints:      42108
590.76/607.27	c #Conflicts:    1313000 | #Constraints:      43111
590.76/607.27	c #Conflicts:    1314000 | #Constraints:      44112
590.76/607.27	c #Conflicts:    1315000 | #Constraints:      45113
590.76/607.27	WSVECS04 Frhs2[55]: 6 0 211.188 shouldn't be
590.76/607.27	WSVECS04 Frhs2[75]: 6 0 421.86 shouldn't be
590.76/607.27	WSVECS04 Frhs2[82]: 6 0 23.2826 shouldn't be
590.76/607.27	WSVECS04 Frhs2[88]: 6 0 107.488 shouldn't be
590.76/607.27	WSVECS04 Frhs2[94]: 6 -858.862 0 shouldn't be
590.76/607.27	WSVECS04 Frhs2[111]: 6 0 587.15 shouldn't be
590.76/607.27	WSVECS04 Frhs2[113]: 6 0 93.0054 shouldn't be
590.76/607.27	WSVECS04 Frhs2[116]: 6 -313.434 0 shouldn't be
590.76/607.27	WSVECS04 Frhs2[122]: 6 0 125.374 shouldn't be
590.76/607.27	WSVECS04 Frhs2[131]: 6 0 225.521 shouldn't be
590.76/607.27	WSVECS04 Frhs2[136]: 6 0 453.252 shouldn't be
590.76/607.27	WSVECS04 Frhs2[162]: 6 0 306.397 shouldn't be
590.76/607.27	WSVECS04 Frhs2[167]: 6 0 51.5533 shouldn't be
590.76/607.27	WSVECS04 Frhs2[172]: 6 0 292.078 shouldn't be
590.76/607.27	WSVECS04 Frhs2[174]: 6 -1428.9 0 shouldn't be
590.76/607.27	WSVECS04 Frhs2[177]: 6 0 306.203 shouldn't be
590.76/607.27	WSVECS04 Frhs2[180]: 6 -196.359 0 shouldn't be
590.76/607.27	WSVECS04 Frhs2[183]: 6 0 475.246 shouldn't be
590.76/607.27	WSVECS04 Frhs2[199]: 6 0 291.707 shouldn't be
590.76/607.27	WSVECS04 Frhs2[207]: 6 0 345.467 shouldn't be
590.76/607.27	WSVECS04 Frhs2[208]: 6 0 26.5681 shouldn't be
590.76/607.27	WSVECS04 Frhs2[219]: 6 0 516.993 shouldn't be
590.76/607.27	WSVECS04 Frhs2[221]: 6 0 210.399 shouldn't be
590.76/607.27	WSVECS04 Frhs2[223]: 6 0 105.91 shouldn't be
590.76/607.27	WSVECS04 Frhs2[235]: 6 0 286.875 shouldn't be
590.76/607.27	WSVECS04 Frhs2[263]: 6 0 233.246 shouldn't be
590.76/607.27	WSVECS04 Frhs2[279]: 6 0 506.249 shouldn't be
590.76/607.27	WSVECS04 Frhs2[327]: 6 0 405.089 shouldn't be
590.76/607.27	WSVECS04 Frhs2[349]: 6 0 3.66778 shouldn't be
590.76/607.27	WSVECS04 Frhs2[371]: 6 0 687.717 shouldn't be
590.76/607.27	WSVECS04 Frhs2[372]: 6 0 793.464 shouldn't be
590.76/607.27	WSVECS04 Frhs2[373]: 6 0 901.464 shouldn't be
590.76/607.27	WSVECS04 Frhs2[485]: 6 0 489 shouldn't be
590.76/607.27	WSVECS04 Frhs2[487]: 6 0 166.518 shouldn't be
590.76/607.27	WSVECS04 Frhs2[503]: 6 -1325.32 0 shouldn't be
590.86/607.39	WSVECS04 Frhs2[101]: 6 0 34.3264 shouldn't be
590.86/607.39	WSVECS04 Frhs2[143]: 6 0 183.25 shouldn't be
590.86/607.39	WSVECS04 Frhs2[217]: 6 -118.356 0 shouldn't be
591.05/607.52	WSVECS04 Frhs2[91]: 6 0 47.8202 shouldn't be
591.05/607.52	WSVECS04 Frhs2[127]: 6 0 276.152 shouldn't be
591.05/607.52	WSVECS04 Frhs2[168]: 6 0 2.43522 shouldn't be
591.05/607.52	WSVECS04 Frhs2[209]: 6 -44.0319 0 shouldn't be
591.16/607.61	WSVECS04 Frhs2[171]: 6 0 285.313 shouldn't be
591.16/607.61	WSVECS04 Frhs2[222]: 6 0 75.9405 shouldn't be
591.25/607.71	WSVECS04 Frhs2[364]: 6 0 650.89 shouldn't be
596.04/612.54	c #Conflicts:    1316000 | #Constraints:      46114
596.04/612.54	c #Conflicts:    1317000 | #Constraints:      47114
596.04/612.54	c #Conflicts:    1318000 | #Constraints:      48114
596.04/612.54	c #Conflicts:    1319000 | #Constraints:      49114
596.04/612.54	c #Conflicts:    1320000 | #Constraints:      50114
596.04/612.54	c #Conflicts:    1321000 | #Constraints:      51114
596.04/612.54	c #Conflicts:    1322000 | #Constraints:      52115
596.04/612.54	c #Conflicts:    1323000 | #Constraints:      53117
596.04/612.54	c #Conflicts:    1324000 | #Constraints:      54118
596.04/612.54	c #Conflicts:    1325000 | #Constraints:      55121
596.04/612.54	c #Conflicts:    1326000 | #Constraints:      56122
596.04/612.54	c INPROCESSING
596.04/612.54	c GARBAGE COLLECT
596.04/612.54	WSVECS04 Frhs2[3]: 6 0 248.9 shouldn't be
596.04/612.54	WSVECS04 Frhs2[7]: 6 0 589.349 shouldn't be
596.04/612.54	WSVECS04 Frhs2[38]: 6 0 1169.66 shouldn't be
596.04/612.54	WSVECS04 Frhs2[39]: 6 0 864.354 shouldn't be
596.04/612.54	WSVECS04 Frhs2[43]: 6 -2159.19 0 shouldn't be
596.04/612.54	WSVECS04 Frhs2[55]: 6 0 475.808 shouldn't be
596.04/612.54	WSVECS04 Frhs2[62]: 6 0 136.336 shouldn't be
596.04/612.54	WSVECS04 Frhs2[76]: 6 0 893.247 shouldn't be
596.04/612.54	WSVECS04 Frhs2[109]: 6 0 539.242 shouldn't be
596.04/612.54	WSVECS04 Frhs2[111]: 6 -43.1505 0 shouldn't be
596.04/612.54	WSVECS04 Frhs2[113]: 6 0 424.498 shouldn't be
596.04/612.54	WSVECS04 Frhs2[123]: 6 -118.703 0 shouldn't be
596.04/612.54	WSVECS04 Frhs2[127]: 6 0 315.198 shouldn't be
596.04/612.54	WSVECS04 Frhs2[136]: 6 0 845.644 shouldn't be
596.04/612.54	WSVECS04 Frhs2[151]: 6 0 269.254 shouldn't be
596.04/612.54	WSVECS04 Frhs2[153]: 6 0 269.254 shouldn't be
596.04/612.54	WSVECS04 Frhs2[155]: 6 0 159.385 shouldn't be
596.04/612.54	WSVECS04 Frhs2[163]: 6 0 225.382 shouldn't be
596.04/612.54	WSVECS04 Frhs2[175]: 6 0 50.6772 shouldn't be
596.04/612.54	WSVECS04 Frhs2[179]: 6 0 1535.99 shouldn't be
596.04/612.54	WSVECS04 Frhs2[186]: 6 -1543.06 0 shouldn't be
596.04/612.54	WSVECS04 Frhs2[192]: 6 0 730.815 shouldn't be
596.04/612.54	WSVECS04 Frhs2[199]: 6 0 788.793 shouldn't be
596.04/612.54	WSVECS04 Frhs2[204]: 6 0 1308.19 shouldn't be
596.04/612.54	WSVECS04 Frhs2[205]: 6 0 1009.07 shouldn't be
596.04/612.54	WSVECS04 Frhs2[212]: 6 0 1355.7 shouldn't be
596.04/612.54	WSVECS04 Frhs2[213]: 6 0 170.741 shouldn't be
596.04/612.54	WSVECS04 Frhs2[216]: 6 -1413.02 0 shouldn't be
596.04/612.54	WSVECS04 Frhs2[221]: 6 0 1660.66 shouldn't be
596.04/612.54	WSVECS04 Frhs2[222]: 6 0 213.91 shouldn't be
596.04/612.54	WSVECS04 Frhs2[241]: 6 0 426.68 shouldn't be
596.04/612.54	WSVECS04 Frhs2[242]: 6 0 343.456 shouldn't be
596.04/612.54	WSVECS04 Frhs2[255]: 6 0 592.005 shouldn't be
596.04/612.54	WSVECS04 Frhs2[265]: 6 0 5.55938 shouldn't be
596.04/612.54	WSVECS04 Frhs2[269]: 6 0 300.368 shouldn't be
596.04/612.54	WSVECS04 Frhs2[271]: 6 0 245.009 shouldn't be
596.04/612.54	WSVECS04 Frhs2[279]: 6 0 580.446 shouldn't be
596.04/612.54	WSVECS04 Frhs2[283]: 6 0 583.339 shouldn't be
596.04/612.54	WSVECS04 Frhs2[290]: 6 0 864.354 shouldn't be
596.04/612.54	WSVECS04 Frhs2[301]: 6 0 386.713 shouldn't be
596.04/612.54	WSVECS04 Frhs2[329]: 6 -2133.94 0 shouldn't be
596.04/612.54	WSVECS04 Frhs2[355]: 6 0 814.638 shouldn't be
596.04/612.54	WSVECS04 Frhs2[359]: 6 0 715.087 shouldn't be
596.04/612.54	WSVECS04 Frhs2[363]: 6 -2160.81 0 shouldn't be
596.04/612.54	WSVECS04 Frhs2[365]: 6 0 136.311 shouldn't be
596.04/612.54	WSVECS04 Frhs2[370]: 6 -315 0 shouldn't be
596.04/612.54	WSVECS04 Frhs2[372]: 6 -80.0001 0 shouldn't be
596.04/612.54	WSVECS04 Frhs2[381]: 6 -605 0 shouldn't be
596.04/612.54	WSVECS04 Frhs2[394]: 6 0 1161.38 shouldn't be
596.04/612.54	WSVECS04 Frhs2[483]: 6 0 513.176 shouldn't be
596.04/612.54	WSVECS04 Frhs2[489]: 6 -3514.58 0 shouldn't be
596.04/612.54	WSVECS04 Frhs2[492]: 6 0 257 shouldn't be
596.04/612.54	WSVECS04 Frhs2[493]: 6 0 645.415 shouldn't be
596.04/612.54	WSVECS04 Frhs2[494]: 6 -2615.93 0 shouldn't be
596.04/612.54	WSVECS04 Frhs2[505]: 6 -1374.61 0 shouldn't be
596.04/612.54	WSVECS04 Frhs2[531]: 6 0 378.717 shouldn't be
596.55/613.05	WSVECS04 Frhs2[115]: 6 0 12.9179 shouldn't be
596.55/613.05	WSVECS04 Frhs2[247]: 6 0 338.355 shouldn't be
596.55/613.05	WSVECS04 Frhs2[299]: 6 0 411.107 shouldn't be
596.55/613.05	WSVECS04 Frhs2[362]: 6 -1402.44 0 shouldn't be
597.73/614.29	WSVECS04 Frhs2[117]: 6 0 12.9178 shouldn't be
597.93/614.44	WSVECS04 Frhs2[295]: 6 0 641.149 shouldn't be
597.93/614.44	WSVECS04 Frhs2[343]: 6 0 245.009 shouldn't be
597.93/614.44	WSVECS04 Frhs2[349]: 6 0 10.1526 shouldn't be
598.13/614.61	WSVECS04 Frhs2[263]: 6 0 438.563 shouldn't be
598.43/614.97	WSVECS04 Frhs2[214]: 6 0 261.358 shouldn't be
598.65/615.16	WSVECS04 Frhs2[61]: 6 0 232.649 shouldn't be
598.65/615.16	WSVECS04 Frhs2[164]: 6 0 203.86 shouldn't be
598.65/615.16	WSVECS04 Frhs2[198]: 6 0 509.341 shouldn't be
598.65/615.16	WSVECS04 Frhs2[259]: 6 0 1124.84 shouldn't be
598.65/615.16	WSVECS04 Frhs2[287]: 6 0 388.267 shouldn't be
598.83/615.36	WSVECS04 Frhs2[293]: 6 0 864.354 shouldn't be
599.43/615.91	WSVECS04 Frhs2[389]: 6 0 207 shouldn't be
599.43/615.91	WSVECS04 Frhs2[448]: 6 0 207 shouldn't be
599.73/616.24	WSVECS04 Frhs2[388]: 6 0 101 shouldn't be
607.01/623.54	c #Conflicts:    1327000 | #Constraints:      31471
607.01/623.54	c #Conflicts:    1328000 | #Constraints:      32471
607.01/623.54	c #Conflicts:    1329000 | #Constraints:      33471
607.01/623.54	c #Conflicts:    1330000 | #Constraints:      34471
607.01/623.54	c #Conflicts:    1331000 | #Constraints:      35471
607.01/623.54	c #Conflicts:    1332000 | #Constraints:      36471
607.01/623.54	c #Conflicts:    1333000 | #Constraints:      37472
607.01/623.54	c #Conflicts:    1334000 | #Constraints:      38474
607.01/623.54	c #Conflicts:    1335000 | #Constraints:      39474
607.01/623.54	c #Conflicts:    1336000 | #Constraints:      40474
607.01/623.54	c #Conflicts:    1337000 | #Constraints:      41474
607.01/623.54	c #Conflicts:    1338000 | #Constraints:      42475
607.01/623.54	c #Conflicts:    1339000 | #Constraints:      43477
607.01/623.54	c #Conflicts:    1340000 | #Constraints:      44478
607.01/623.54	c #Conflicts:    1341000 | #Constraints:      45478
607.01/623.54	c #Conflicts:    1342000 | #Constraints:      46478
607.01/623.54	c #Conflicts:    1343000 | #Constraints:      47479
607.01/623.54	WSVECS04 Frhs2[13]: 6 0 292.973 shouldn't be
607.01/623.54	WSVECS04 Frhs2[17]: 6 0 138.11 shouldn't be
607.01/623.54	WSVECS04 Frhs2[28]: 6 0 39.8378 shouldn't be
607.01/623.54	WSVECS04 Frhs2[52]: 6 0 206.407 shouldn't be
607.01/623.54	WSVECS04 Frhs2[53]: 6 0 182.843 shouldn't be
607.01/623.54	WSVECS04 Frhs2[58]: 6 -1100.03 0 shouldn't be
607.01/623.54	WSVECS04 Frhs2[64]: 6 -161.407 0 shouldn't be
607.01/623.54	WSVECS04 Frhs2[66]: 6 0 586.842 shouldn't be
607.01/623.54	WSVECS04 Frhs2[170]: 6 0 200.922 shouldn't be
607.01/623.54	WSVECS04 Frhs2[171]: 6 0 587.864 shouldn't be
607.01/623.54	WSVECS04 Frhs2[205]: 6 0 252.387 shouldn't be
607.01/623.54	WSVECS04 Frhs2[210]: 6 0 33.8357 shouldn't be
607.01/623.54	WSVECS04 Frhs2[242]: 6 0 132.422 shouldn't be
607.01/623.54	WSVECS04 Frhs2[282]: 6 0 66.9423 shouldn't be
607.01/623.54	WSVECS04 Frhs2[317]: 6 0 119.965 shouldn't be
607.01/623.54	WSVECS04 Frhs2[352]: 6 0 192.967 shouldn't be
607.01/623.54	WSVECS04 Frhs2[364]: 6 -100.723 0 shouldn't be
607.01/623.54	WSVECS04 Frhs2[424]: 6 0 1952.95 shouldn't be
607.01/623.54	WSVECS04 Frhs2[441]: 6 0 2174 shouldn't be
607.01/623.54	WSVECS04 Frhs2[484]: 6 0 530.961 shouldn't be
607.01/623.54	WSVECS04 Frhs2[504]: 6 -2486.31 0 shouldn't be
607.01/623.54	WSVECS04 Frhs2[510]: 6 -1010 0 shouldn't be
607.11/623.63	WSVECS04 Frhs2[381]: 6 -84.0001 0 shouldn't be
619.17/635.76	c #Conflicts:    1344000 | #Constraints:      48480
619.17/635.76	c #Conflicts:    1345000 | #Constraints:      49480
619.17/635.76	c #Conflicts:    1346000 | #Constraints:      50480
619.17/635.76	c #Conflicts:    1347000 | #Constraints:      51481
619.17/635.76	c #Conflicts:    1348000 | #Constraints:      52483
619.17/635.76	c #Conflicts:    1349000 | #Constraints:      53483
619.17/635.76	c #Conflicts:    1350000 | #Constraints:      54483
619.17/635.76	c #Conflicts:    1351000 | #Constraints:      55483
619.17/635.76	c #Conflicts:    1352000 | #Constraints:      56484
619.17/635.76	c #Conflicts:    1353000 | #Constraints:      57485
619.17/635.76	c #Conflicts:    1354000 | #Constraints:      58485
619.17/635.76	c #Conflicts:    1355000 | #Constraints:      59486
619.17/635.76	c #Conflicts:    1356000 | #Constraints:      60486
619.17/635.76	c #Conflicts:    1357000 | #Constraints:      61487
619.17/635.76	c #Conflicts:    1358000 | #Constraints:      62488
619.17/635.76	c #Conflicts:    1359000 | #Constraints:      63488
619.17/635.76	c #Conflicts:    1360000 | #Constraints:      64488
619.17/635.76	c #Conflicts:    1361000 | #Constraints:      65489
619.17/635.76	c #Conflicts:    1362000 | #Constraints:      66489
619.17/635.76	c #Conflicts:    1363000 | #Constraints:      67489
619.17/635.76	c #Conflicts:    1364000 | #Constraints:      68489
619.17/635.76	c bounds 24110 >= 11771 @ 607.873
619.17/635.79	c bounds 24073 >= 11771 @ 607.898
641.17/657.90	c #Conflicts:    1365000 | #Constraints:      69491
641.17/657.90	c #Conflicts:    1366000 | #Constraints:      70493
641.17/657.90	c #Conflicts:    1367000 | #Constraints:      71494
641.17/657.90	c #Conflicts:    1368000 | #Constraints:      72495
641.17/657.90	c #Conflicts:    1369000 | #Constraints:      73496
641.17/657.90	c #Conflicts:    1370000 | #Constraints:      74499
641.17/657.90	c #Conflicts:    1371000 | #Constraints:      75501
641.17/657.90	c #Conflicts:    1372000 | #Constraints:      76501
641.17/657.90	c #Conflicts:    1373000 | #Constraints:      77501
641.17/657.90	c #Conflicts:    1374000 | #Constraints:      78501
641.17/657.90	c #Conflicts:    1375000 | #Constraints:      79501
641.17/657.90	c #Conflicts:    1376000 | #Constraints:      80501
641.17/657.90	c #Conflicts:    1377000 | #Constraints:      81501
641.17/657.90	c #Conflicts:    1378000 | #Constraints:      82501
641.17/657.90	c #Conflicts:    1379000 | #Constraints:      83501
641.17/657.90	c #Conflicts:    1380000 | #Constraints:      84501
641.17/657.90	c #Conflicts:    1381000 | #Constraints:      85501
641.17/657.90	c #Conflicts:    1382000 | #Constraints:      86503
641.17/657.90	c #Conflicts:    1383000 | #Constraints:      87503
641.17/657.90	c #Conflicts:    1384000 | #Constraints:      88504
641.17/657.90	c #Conflicts:    1385000 | #Constraints:      89506
641.17/657.90	c #Conflicts:    1386000 | #Constraints:      90508
641.17/657.90	c #Conflicts:    1387000 | #Constraints:      91508
641.17/657.90	c #Conflicts:    1388000 | #Constraints:      92509
641.17/657.90	c #Conflicts:    1389000 | #Constraints:      93509
641.17/657.90	c #Conflicts:    1390000 | #Constraints:      94509
641.17/657.90	c #Conflicts:    1391000 | #Constraints:      95549
641.17/657.90	c #Conflicts:    1392000 | #Constraints:      96551
641.17/657.90	c #Conflicts:    1393000 | #Constraints:      97552
641.17/657.90	WSVECS04 Frhs2[37]: 6 -217.258 0 shouldn't be
641.17/657.90	WSVECS04 Frhs2[43]: 6 0 677.712 shouldn't be
641.17/657.90	WSVECS04 Frhs2[81]: 6 0 155.127 shouldn't be
641.17/657.90	WSVECS04 Frhs2[83]: 6 0 46.0112 shouldn't be
641.17/657.90	WSVECS04 Frhs2[95]: 6 0 151.959 shouldn't be
641.17/657.90	WSVECS04 Frhs2[109]: 6 0 425.087 shouldn't be
641.17/657.90	WSVECS04 Frhs2[113]: 6 -1321.6 0 shouldn't be
641.17/657.90	WSVECS04 Frhs2[127]: 6 0 163.849 shouldn't be
641.17/657.90	WSVECS04 Frhs2[131]: 6 0 425.981 shouldn't be
641.17/657.90	WSVECS04 Frhs2[143]: 6 0 133.897 shouldn't be
641.17/657.90	WSVECS04 Frhs2[146]: 6 0 719.401 shouldn't be
641.17/657.90	WSVECS04 Frhs2[219]: 6 0 402.425 shouldn't be
641.17/657.90	WSVECS04 Frhs2[230]: 6 0 43.7139 shouldn't be
641.17/657.90	WSVECS04 Frhs2[235]: 6 0 204.765 shouldn't be
641.17/657.90	WSVECS04 Frhs2[236]: 6 0 493.861 shouldn't be
641.17/657.90	WSVECS04 Frhs2[248]: 6 0 60.5394 shouldn't be
641.17/657.90	WSVECS04 Frhs2[262]: 6 0 106.181 shouldn't be
641.17/657.90	WSVECS04 Frhs2[266]: 6 0 150.018 shouldn't be
641.17/657.90	WSVECS04 Frhs2[275]: 6 0 189.59 shouldn't be
641.17/657.90	WSVECS04 Frhs2[292]: 6 0 467.898 shouldn't be
641.17/657.90	WSVECS04 Frhs2[295]: 6 0 386.697 shouldn't be
641.17/657.90	WSVECS04 Frhs2[300]: 6 0 425.726 shouldn't be
641.17/657.90	WSVECS04 Frhs2[302]: 6 0 114.791 shouldn't be
641.17/657.90	WSVECS04 Frhs2[307]: 6 0 676.502 shouldn't be
641.17/657.90	WSVECS04 Frhs2[308]: 6 0 349.556 shouldn't be
641.17/657.90	WSVECS04 Frhs2[320]: 6 0 249.632 shouldn't be
641.17/657.90	WSVECS04 Frhs2[358]: 6 0 204.176 shouldn't be
641.17/657.90	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
641.17/657.90	WSVECS04 Frhs2[485]: 6 0 489 shouldn't be
641.86/658.62	c #Conflicts:    1394000 | #Constraints:      98554
641.86/658.62	c bounds 24016 >= 11771 @ 630.242
642.38/659.14	c #Conflicts:    1395000 | #Constraints:      99555
642.38/659.14	WSVECS04 Frhs2[382]: 6 -1090 0 shouldn't be
642.38/659.14	WSVECS04 Frhs2[492]: 6 -80.0001 0 shouldn't be
642.46/659.25	WSVECS04 Frhs2[394]: 6 -605 0 shouldn't be
642.46/659.25	WSVECS04 Frhs2[424]: 6 -605 0 shouldn't be
642.46/659.25	WSVECS04 Frhs2[499]: 6 -1380 0 shouldn't be
642.46/659.25	WSVECS04 Frhs2[503]: 6 -1020 0 shouldn't be
642.46/659.25	WSVECS04 Frhs2[510]: 6 -1010 0 shouldn't be
653.24/670.07	c #Conflicts:    1396000 | #Constraints:     100556
653.24/670.07	c #Conflicts:    1397000 | #Constraints:     101556
653.24/670.07	c #Conflicts:    1398000 | #Constraints:     102556
653.24/670.07	c #Conflicts:    1399000 | #Constraints:     103556
653.24/670.07	c #Conflicts:    1400000 | #Constraints:     104556
653.24/670.07	c #Conflicts:    1401000 | #Constraints:     105556
653.24/670.07	c #Conflicts:    1402000 | #Constraints:     106556
653.24/670.07	c #Conflicts:    1403000 | #Constraints:     107556
653.24/670.07	c #Conflicts:    1404000 | #Constraints:     108556
653.24/670.07	c #Conflicts:    1405000 | #Constraints:     109556
653.24/670.07	c #Conflicts:    1406000 | #Constraints:     110556
653.24/670.07	c #Conflicts:    1407000 | #Constraints:     111556
653.24/670.07	c #Conflicts:    1408000 | #Constraints:     112558
653.24/670.07	c #Conflicts:    1409000 | #Constraints:     113558
653.24/670.07	c #Conflicts:    1410000 | #Constraints:     114559
653.24/670.07	c #Conflicts:    1411000 | #Constraints:     115559
653.24/670.07	c #Conflicts:    1412000 | #Constraints:     116559
653.24/670.07	c #Conflicts:    1413000 | #Constraints:     117559
653.24/670.07	WSVECS04 Frhs2[21]: 6 0 488.847 shouldn't be
653.24/670.07	WSVECS04 Frhs2[23]: 6 0 157.916 shouldn't be
653.24/670.07	WSVECS04 Frhs2[143]: 6 0 192.654 shouldn't be
653.24/670.07	WSVECS04 Frhs2[179]: 6 0 648.145 shouldn't be
653.24/670.07	WSVECS04 Frhs2[359]: 6 0 324.032 shouldn't be
653.24/670.07	WSVECS04 Frhs2[361]: 6 -110.045 0 shouldn't be
653.24/670.07	WSVECS04 Frhs2[366]: 6 0 567.319 shouldn't be
653.24/670.07	WSVECS04 Frhs2[375]: 6 -399.505 0 shouldn't be
653.24/670.07	WSVECS04 Frhs2[454]: 6 -840.82 0 shouldn't be
653.24/670.07	WSVECS04 Frhs2[466]: 6 -120.298 0 shouldn't be
653.24/670.07	WSVECS04 Frhs2[471]: 6 0 353.033 shouldn't be
653.24/670.07	WSVECS04 Frhs2[525]: 6 -300.102 0 shouldn't be
653.35/670.15	WSVECS04 Frhs2[371]: 6 0 514.739 shouldn't be
653.44/670.23	WSVECS04 Frhs2[448]: 6 -257 0 shouldn't be
653.53/670.32	WSVECS04 Frhs2[364]: 6 0 505.417 shouldn't be
678.40/695.44	c #Conflicts:    1414000 | #Constraints:     118560
678.40/695.44	c #Conflicts:    1415000 | #Constraints:     119560
678.40/695.44	c #Conflicts:    1416000 | #Constraints:     120560
678.40/695.44	c #Conflicts:    1417000 | #Constraints:     121560
678.40/695.44	c #Conflicts:    1418000 | #Constraints:     122560
678.40/695.44	c #Conflicts:    1419000 | #Constraints:     123560
678.40/695.44	c #Conflicts:    1420000 | #Constraints:     124562
678.40/695.44	c #Conflicts:    1421000 | #Constraints:     125562
678.40/695.44	c #Conflicts:    1422000 | #Constraints:     126562
678.40/695.44	c #Conflicts:    1423000 | #Constraints:     127562
678.40/695.44	c #Conflicts:    1424000 | #Constraints:     128562
678.40/695.44	c #Conflicts:    1425000 | #Constraints:     129563
678.40/695.44	c #Conflicts:    1426000 | #Constraints:     130563
678.40/695.44	c #Conflicts:    1427000 | #Constraints:     131563
678.40/695.44	c #Conflicts:    1428000 | #Constraints:     132563
678.40/695.44	c #Conflicts:    1429000 | #Constraints:     133563
678.40/695.44	c #Conflicts:    1430000 | #Constraints:     134563
678.40/695.44	c #Conflicts:    1431000 | #Constraints:     135565
678.40/695.44	c #Conflicts:    1432000 | #Constraints:     136566
678.40/695.44	c #Conflicts:    1433000 | #Constraints:     137568
678.40/695.44	c #Conflicts:    1434000 | #Constraints:     138568
678.40/695.44	c #Conflicts:    1435000 | #Constraints:     139569
678.40/695.44	c bounds 24016 >= 12179 @ 666.421
678.50/695.58	c bounds 23978 >= 12179 @ 666.559
692.97/710.10	c #Conflicts:    1436000 | #Constraints:     140574
692.97/710.10	c #Conflicts:    1437000 | #Constraints:     141575
692.97/710.10	c #Conflicts:    1438000 | #Constraints:     142575
692.97/710.10	c #Conflicts:    1439000 | #Constraints:     143575
692.97/710.10	c #Conflicts:    1440000 | #Constraints:     144576
692.97/710.10	c #Conflicts:    1441000 | #Constraints:     145577
692.97/710.10	c #Conflicts:    1442000 | #Constraints:     146578
692.97/710.10	c INPROCESSING
692.97/710.10	c GARBAGE COLLECT
692.97/710.10	c rational objective 19241.4
719.27/736.66	c #Conflicts:    1443000 | #Constraints:      76686
719.27/736.66	c #Conflicts:    1444000 | #Constraints:      77689
719.27/736.66	c #Conflicts:    1445000 | #Constraints:      78689
719.27/736.66	c #Conflicts:    1446000 | #Constraints:      79691
719.27/736.66	c #Conflicts:    1447000 | #Constraints:      80691
719.27/736.66	c #Conflicts:    1448000 | #Constraints:      81692
719.27/736.66	c #Conflicts:    1449000 | #Constraints:      82692
719.27/736.66	c #Conflicts:    1450000 | #Constraints:      83693
719.27/736.66	c #Conflicts:    1451000 | #Constraints:      84695
719.27/736.66	c #Conflicts:    1452000 | #Constraints:      85695
719.27/736.66	c #Conflicts:    1453000 | #Constraints:      86697
719.27/736.66	c #Conflicts:    1454000 | #Constraints:      87697
719.27/736.66	c #Conflicts:    1455000 | #Constraints:      88700
719.27/736.66	c #Conflicts:    1456000 | #Constraints:      89700
719.27/736.66	c #Conflicts:    1457000 | #Constraints:      90701
719.27/736.66	c #Conflicts:    1458000 | #Constraints:      91701
719.27/736.66	c #Conflicts:    1459000 | #Constraints:      92702
719.27/736.66	c #Conflicts:    1460000 | #Constraints:      93703
719.27/736.66	c #Conflicts:    1461000 | #Constraints:      94704
719.27/736.66	c #Conflicts:    1462000 | #Constraints:      95707
719.27/736.66	c #Conflicts:    1463000 | #Constraints:      96707
719.27/736.66	c #Conflicts:    1464000 | #Constraints:      97709
719.27/736.66	c #Conflicts:    1465000 | #Constraints:      98709
719.27/736.66	c #Conflicts:    1466000 | #Constraints:      99710
719.27/736.66	c INPROCESSING
719.27/736.66	c GARBAGE COLLECT
719.27/736.66	c rational objective 19241.4
734.56/752.27	c #Conflicts:    1467000 | #Constraints:      53090
734.56/752.27	c #Conflicts:    1468000 | #Constraints:      54090
734.56/752.27	c #Conflicts:    1469000 | #Constraints:      55090
734.56/752.27	c #Conflicts:    1470000 | #Constraints:      56091
734.56/752.27	c #Conflicts:    1471000 | #Constraints:      57091
734.56/752.27	c #Conflicts:    1472000 | #Constraints:      58091
734.56/752.27	c #Conflicts:    1473000 | #Constraints:      59091
734.56/752.27	c #Conflicts:    1474000 | #Constraints:      60091
734.56/752.27	c #Conflicts:    1475000 | #Constraints:      61091
734.56/752.27	c #Conflicts:    1476000 | #Constraints:      62094
734.56/752.27	c #Conflicts:    1477000 | #Constraints:      63095
734.56/752.27	c #Conflicts:    1478000 | #Constraints:      64096
734.56/752.27	c #Conflicts:    1479000 | #Constraints:      65096
734.56/752.27	c #Conflicts:    1480000 | #Constraints:      66096
734.56/752.27	c #Conflicts:    1481000 | #Constraints:      67097
734.56/752.27	c #Conflicts:    1482000 | #Constraints:      68097
734.56/752.27	c #Conflicts:    1483000 | #Constraints:      69097
734.56/752.27	c #Conflicts:    1484000 | #Constraints:      70099
734.56/752.27	c #Conflicts:    1485000 | #Constraints:      71099
734.56/752.27	c #Conflicts:    1486000 | #Constraints:      72100
734.56/752.27	c #Conflicts:    1487000 | #Constraints:      73100
734.56/752.27	c #Conflicts:    1488000 | #Constraints:      74102
734.56/752.27	c #Conflicts:    1489000 | #Constraints:      75105
734.56/752.27	c #Conflicts:    1490000 | #Constraints:      76107
734.56/752.27	c #Conflicts:    1491000 | #Constraints:      77107
734.56/752.27	c INPROCESSING
734.56/752.27	c GARBAGE COLLECT
734.56/752.27	c rational objective 19241.7
745.44/763.16	c #Conflicts:    1492000 | #Constraints:      41958
745.44/763.16	c #Conflicts:    1493000 | #Constraints:      42958
745.44/763.16	c #Conflicts:    1494000 | #Constraints:      43958
745.44/763.16	c #Conflicts:    1495000 | #Constraints:      44959
745.44/763.16	c #Conflicts:    1496000 | #Constraints:      45959
745.44/763.16	c #Conflicts:    1497000 | #Constraints:      46960
745.44/763.16	c #Conflicts:    1498000 | #Constraints:      47961
745.44/763.16	c #Conflicts:    1499000 | #Constraints:      48961
745.44/763.16	c #Conflicts:    1500000 | #Constraints:      49962
745.44/763.16	c #Conflicts:    1501000 | #Constraints:      50963
745.44/763.16	c #Conflicts:    1502000 | #Constraints:      51964
745.44/763.16	c #Conflicts:    1503000 | #Constraints:      52965
745.44/763.16	c #Conflicts:    1504000 | #Constraints:      53965
745.44/763.16	c #Conflicts:    1505000 | #Constraints:      54969
745.44/763.16	c #Conflicts:    1506000 | #Constraints:      55971
745.44/763.16	c #Conflicts:    1507000 | #Constraints:      56971
745.44/763.16	c #Conflicts:    1508000 | #Constraints:      57971
745.44/763.16	c #Conflicts:    1509000 | #Constraints:      58971
745.44/763.16	c #Conflicts:    1510000 | #Constraints:      59972
745.44/763.16	c #Conflicts:    1511000 | #Constraints:      60973
745.44/763.16	WSVECS04 Frhs2[21]: 6 0 37.399 shouldn't be
745.44/763.16	WSVECS04 Frhs2[54]: 6 0 8.29218 shouldn't be
745.44/763.16	WSVECS04 Frhs2[55]: 6 0 484.329 shouldn't be
745.44/763.16	WSVECS04 Frhs2[57]: 6 0 37.399 shouldn't be
745.44/763.16	WSVECS04 Frhs2[60]: 6 0 287.238 shouldn't be
745.44/763.16	WSVECS04 Frhs2[67]: 6 0 45.9474 shouldn't be
745.44/763.16	WSVECS04 Frhs2[84]: 6 0 541.678 shouldn't be
745.44/763.16	WSVECS04 Frhs2[87]: 6 0 413.434 shouldn't be
745.44/763.16	WSVECS04 Frhs2[89]: 6 -35.8004 0 shouldn't be
745.44/763.16	WSVECS04 Frhs2[103]: 6 0 134.929 shouldn't be
745.44/763.16	WSVECS04 Frhs2[111]: 6 0 274.093 shouldn't be
745.44/763.16	WSVECS04 Frhs2[120]: 6 -1502.35 0 shouldn't be
745.44/763.16	WSVECS04 Frhs2[121]: 6 0 93.1969 shouldn't be
745.44/763.16	WSVECS04 Frhs2[124]: 6 0 128.969 shouldn't be
745.44/763.16	WSVECS04 Frhs2[127]: 6 0 188.525 shouldn't be
745.44/763.16	WSVECS04 Frhs2[140]: 6 0 344.194 shouldn't be
745.44/763.16	WSVECS04 Frhs2[176]: 6 0 366.846 shouldn't be
745.44/763.16	WSVECS04 Frhs2[198]: 6 0 4.77784 shouldn't be
745.44/763.16	WSVECS04 Frhs2[223]: 6 0 362.244 shouldn't be
745.44/763.16	WSVECS04 Frhs2[263]: 6 -1296.19 0 shouldn't be
745.44/763.16	WSVECS04 Frhs2[264]: 6 0 66.5478 shouldn't be
745.44/763.16	WSVECS04 Frhs2[265]: 6 0 122.134 shouldn't be
745.44/763.16	WSVECS04 Frhs2[272]: 6 0 208.288 shouldn't be
745.44/763.16	WSVECS04 Frhs2[284]: 6 0 548.372 shouldn't be
745.44/763.16	WSVECS04 Frhs2[300]: 6 0 164.929 shouldn't be
745.44/763.16	WSVECS04 Frhs2[303]: 6 -360.618 0 shouldn't be
745.44/763.16	WSVECS04 Frhs2[311]: 6 -377.651 0 shouldn't be
745.44/763.16	WSVECS04 Frhs2[326]: 6 0 295.346 shouldn't be
745.44/763.16	WSVECS04 Frhs2[330]: 6 0 223.426 shouldn't be
745.44/763.16	WSVECS04 Frhs2[336]: 6 0 3.45942 shouldn't be
745.44/763.16	WSVECS04 Frhs2[337]: 6 0 3.16901 shouldn't be
745.44/763.16	WSVECS04 Frhs2[358]: 6 0 270.961 shouldn't be
745.44/763.16	WSVECS04 Frhs2[415]: 6 0 38.6539 shouldn't be
745.44/763.16	WSVECS04 Frhs2[424]: 6 -600.228 0 shouldn't be
745.44/763.16	WSVECS04 Frhs2[443]: 6 -3532.98 0 shouldn't be
745.44/763.16	WSVECS04 Frhs2[475]: 6 0 184.312 shouldn't be
745.44/763.16	WSVECS04 Frhs2[514]: 6 0 424.459 shouldn't be
745.44/763.16	WSVECS04 Frhs2[535]: 6 -802.379 0 shouldn't be
745.53/763.24	WSVECS04 Frhs2[49]: 6 -60.0042 0 shouldn't be
745.53/763.24	WSVECS04 Frhs2[52]: 6 0 46.0022 shouldn't be
745.53/763.24	WSVECS04 Frhs2[81]: 6 0 559.87 shouldn't be
745.53/763.24	WSVECS04 Frhs2[109]: 6 0 137.51 shouldn't be
745.53/763.24	WSVECS04 Frhs2[259]: 6 0 159.767 shouldn't be
745.53/763.24	WSVECS04 Frhs2[270]: 6 0 74.3525 shouldn't be
750.02/767.79	c #Conflicts:    1512000 | #Constraints:      61974
750.02/767.79	c #Conflicts:    1513000 | #Constraints:      62974
750.02/767.79	c #Conflicts:    1514000 | #Constraints:      63974
750.02/767.79	c #Conflicts:    1515000 | #Constraints:      64976
750.02/767.79	c INPROCESSING
750.02/767.79	c GARBAGE COLLECT
750.02/767.79	c #Conflicts:    1516000 | #Constraints:      35523
750.02/767.79	c #Conflicts:    1517000 | #Constraints:      36523
750.02/767.79	c #Conflicts:    1518000 | #Constraints:      37523
750.02/767.79	c #Conflicts:    1519000 | #Constraints:      38524
750.02/767.79	WSVECS04 Frhs2[19]: 6 -1214 0 shouldn't be
750.02/767.79	WSVECS04 Frhs2[21]: 6 0 321.127 shouldn't be
750.02/767.79	WSVECS04 Frhs2[44]: 6 -694.491 0 shouldn't be
750.02/767.79	WSVECS04 Frhs2[55]: 6 0 333.873 shouldn't be
750.02/767.79	WSVECS04 Frhs2[56]: 6 0 333.873 shouldn't be
750.02/767.79	WSVECS04 Frhs2[60]: 6 0 333.873 shouldn't be
750.02/767.79	WSVECS04 Frhs2[129]: 6 0 321.127 shouldn't be
750.02/767.79	WSVECS04 Frhs2[130]: 6 -60.7455 0 shouldn't be
750.02/767.79	WSVECS04 Frhs2[166]: 6 0 734.382 shouldn't be
750.02/767.79	WSVECS04 Frhs2[204]: 6 -1146.64 0 shouldn't be
750.02/767.79	WSVECS04 Frhs2[238]: 6 0 393.636 shouldn't be
750.02/767.79	WSVECS04 Frhs2[274]: 6 -325.636 0 shouldn't be
750.02/767.79	WSVECS04 Frhs2[288]: 6 0 50.5001 shouldn't be
750.02/767.79	WSVECS04 Frhs2[319]: 6 0 1355.03 shouldn't be
750.02/767.79	WSVECS04 Frhs2[336]: 6 0 21.5092 shouldn't be
750.02/767.79	WSVECS04 Frhs2[358]: 6 0 72.0091 shouldn't be
750.02/767.79	WSVECS04 Frhs2[360]: 6 0 72.0092 shouldn't be
750.02/767.79	WSVECS04 Frhs2[361]: 6 -745 0 shouldn't be
750.02/767.79	WSVECS04 Frhs2[370]: 6 0 206 shouldn't be
750.02/767.79	WSVECS04 Frhs2[375]: 6 0 264 shouldn't be
750.02/767.79	WSVECS04 Frhs2[419]: 6 0 94.0001 shouldn't be
750.02/767.79	WSVECS04 Frhs2[440]: 6 0 106 shouldn't be
750.02/767.79	WSVECS04 Frhs2[449]: 6 0 167.709 shouldn't be
750.02/767.79	WSVECS04 Frhs2[466]: 6 -652.745 0 shouldn't be
750.02/767.79	WSVECS04 Frhs2[471]: 6 0 405 shouldn't be
750.02/767.79	WSVECS04 Frhs2[479]: 6 0 209 shouldn't be
750.02/767.79	WSVECS04 Frhs2[539]: 6 0 106 shouldn't be
750.12/767.90	WSVECS04 Frhs2[258]: 6 0 926 shouldn't be
750.12/767.90	WSVECS04 Frhs2[286]: 6 0 50.5 shouldn't be
750.12/767.90	WSVECS04 Frhs2[294]: 6 0 926 shouldn't be
760.79/779.64	c #Conflicts:    1520000 | #Constraints:      39525
760.79/779.64	c #Conflicts:    1521000 | #Constraints:      40525
760.79/779.64	c #Conflicts:    1522000 | #Constraints:      41525
760.79/779.64	c #Conflicts:    1523000 | #Constraints:      42526
760.79/779.64	c #Conflicts:    1524000 | #Constraints:      43526
760.79/779.64	c #Conflicts:    1525000 | #Constraints:      44526
760.79/779.64	c #Conflicts:    1526000 | #Constraints:      45527
760.79/779.64	c #Conflicts:    1527000 | #Constraints:      46527
760.79/779.64	c #Conflicts:    1528000 | #Constraints:      47527
760.79/779.64	c #Conflicts:    1529000 | #Constraints:      48527
760.79/779.64	c #Conflicts:    1530000 | #Constraints:      49527
760.79/779.64	c #Conflicts:    1531000 | #Constraints:      50527
760.79/779.64	c #Conflicts:    1532000 | #Constraints:      51527
760.79/779.64	c #Conflicts:    1533000 | #Constraints:      52527
760.79/779.64	c #Conflicts:    1534000 | #Constraints:      53527
760.79/779.64	c #Conflicts:    1535000 | #Constraints:      54527
760.79/779.64	c #Conflicts:    1536000 | #Constraints:      55527
760.79/779.64	c #Conflicts:    1537000 | #Constraints:      56527
760.79/779.64	c #Conflicts:    1538000 | #Constraints:      57527
760.79/779.64	c #Conflicts:    1539000 | #Constraints:      58527
760.79/779.64	c #Conflicts:    1540000 | #Constraints:      59528
760.79/779.64	c INPROCESSING
760.79/779.64	c GARBAGE COLLECT
760.79/779.64	c rational objective 19241.4
813.45/833.56	c #Conflicts:    1541000 | #Constraints:      32774
813.45/833.56	c #Conflicts:    1542000 | #Constraints:      33775
813.45/833.56	c #Conflicts:    1543000 | #Constraints:      34777
813.45/833.56	c #Conflicts:    1544000 | #Constraints:      35777
813.45/833.56	c #Conflicts:    1545000 | #Constraints:      36777
813.45/833.56	c #Conflicts:    1546000 | #Constraints:      37777
813.45/833.56	c #Conflicts:    1547000 | #Constraints:      38778
813.45/833.56	c #Conflicts:    1548000 | #Constraints:      39778
813.45/833.56	c #Conflicts:    1549000 | #Constraints:      40778
813.45/833.56	c #Conflicts:    1550000 | #Constraints:      41778
813.45/833.56	c #Conflicts:    1551000 | #Constraints:      42778
813.45/833.56	c #Conflicts:    1552000 | #Constraints:      43778
813.45/833.56	c #Conflicts:    1553000 | #Constraints:      44780
813.45/833.56	c #Conflicts:    1554000 | #Constraints:      45780
813.45/833.56	c #Conflicts:    1555000 | #Constraints:      46780
813.45/833.56	c #Conflicts:    1556000 | #Constraints:      47780
813.45/833.56	c #Conflicts:    1557000 | #Constraints:      48781
813.45/833.56	c #Conflicts:    1558000 | #Constraints:      49781
813.45/833.56	c #Conflicts:    1559000 | #Constraints:      50784
813.45/833.56	c #Conflicts:    1560000 | #Constraints:      51784
813.45/833.56	c #Conflicts:    1561000 | #Constraints:      52784
813.45/833.56	c #Conflicts:    1562000 | #Constraints:      53784
813.45/833.56	c #Conflicts:    1563000 | #Constraints:      54784
813.45/833.56	c #Conflicts:    1564000 | #Constraints:      55785
813.45/833.56	c #Conflicts:    1565000 | #Constraints:      56785
813.45/833.56	c #Conflicts:    1566000 | #Constraints:      57788
813.45/833.56	c #Conflicts:    1567000 | #Constraints:      58790
813.45/833.56	c #Conflicts:    1568000 | #Constraints:      59790
813.45/833.56	c #Conflicts:    1569000 | #Constraints:      60792
813.45/833.56	c #Conflicts:    1570000 | #Constraints:      61794
813.45/833.56	c #Conflicts:    1571000 | #Constraints:      62794
813.45/833.56	c #Conflicts:    1572000 | #Constraints:      63794
813.45/833.56	c #Conflicts:    1573000 | #Constraints:      64794
813.45/833.56	c #Conflicts:    1574000 | #Constraints:      65796
813.45/833.56	c #Conflicts:    1575000 | #Constraints:      66796
813.45/833.56	c #Conflicts:    1576000 | #Constraints:      67796
813.45/833.56	c #Conflicts:    1577000 | #Constraints:      68797
813.45/833.56	c #Conflicts:    1578000 | #Constraints:      69797
813.45/833.56	c #Conflicts:    1579000 | #Constraints:      70797
813.45/833.56	c #Conflicts:    1580000 | #Constraints:      71797
813.45/833.56	c #Conflicts:    1581000 | #Constraints:      72797
813.45/833.56	c #Conflicts:    1582000 | #Constraints:      73798
813.45/833.56	c #Conflicts:    1583000 | #Constraints:      74798
813.45/833.56	c #Conflicts:    1584000 | #Constraints:      75799
813.45/833.56	c #Conflicts:    1585000 | #Constraints:      76799
813.45/833.56	c #Conflicts:    1586000 | #Constraints:      77800
813.45/833.56	c #Conflicts:    1587000 | #Constraints:      78800
813.45/833.56	c #Conflicts:    1588000 | #Constraints:      79802
813.45/833.56	c #Conflicts:    1589000 | #Constraints:      80802
813.45/833.56	c #Conflicts:    1590000 | #Constraints:      81803
813.45/833.56	c #Conflicts:    1591000 | #Constraints:      82807
813.45/833.56	c #Conflicts:    1592000 | #Constraints:      83809
813.45/833.56	c #Conflicts:    1593000 | #Constraints:      84811
813.45/833.56	c #Conflicts:    1594000 | #Constraints:      85813
813.45/833.56	c #Conflicts:    1595000 | #Constraints:      86813
813.45/833.56	c #Conflicts:    1596000 | #Constraints:      87814
813.45/833.56	c #Conflicts:    1597000 | #Constraints:      88814
813.45/833.56	c #Conflicts:    1598000 | #Constraints:      89817
813.45/833.56	c #Conflicts:    1599000 | #Constraints:      90817
813.45/833.56	c #Conflicts:    1600000 | #Constraints:      91817
813.45/833.56	c #Conflicts:    1601000 | #Constraints:      92819
813.45/833.56	c #Conflicts:    1602000 | #Constraints:      93821
813.45/833.56	c #Conflicts:    1603000 | #Constraints:      94822
813.45/833.56	c #Conflicts:    1604000 | #Constraints:      95822
813.45/833.56	c #Conflicts:    1605000 | #Constraints:      96825
813.45/833.56	c #Conflicts:    1606000 | #Constraints:      97826
813.45/833.56	c #Conflicts:    1607000 | #Constraints:      98828
813.45/833.56	c #Conflicts:    1608000 | #Constraints:      99829
813.45/833.56	c #Conflicts:    1609000 | #Constraints:     100829
813.45/833.56	c #Conflicts:    1610000 | #Constraints:     101830
813.45/833.56	c #Conflicts:    1611000 | #Constraints:     102830
813.45/833.56	c #Conflicts:    1612000 | #Constraints:     103833
813.45/833.56	WSVECS04 Frhs2[37]: 6 -1179.4 0 shouldn't be
813.45/833.56	WSVECS04 Frhs2[47]: 6 -3315.93 0 shouldn't be
813.45/833.56	WSVECS04 Frhs2[100]: 6 0 207.88 shouldn't be
813.45/833.56	WSVECS04 Frhs2[101]: 6 -209 0 shouldn't be
813.45/833.56	WSVECS04 Frhs2[104]: 6 0 28.8801 shouldn't be
813.45/833.56	WSVECS04 Frhs2[212]: 6 0 28.88 shouldn't be
813.45/833.56	WSVECS04 Frhs2[216]: 6 -385.12 0 shouldn't be
813.45/833.56	WSVECS04 Frhs2[238]: 6 0 86.64 shouldn't be
813.45/833.56	WSVECS04 Frhs2[239]: 6 -2750 0 shouldn't be
813.45/833.56	WSVECS04 Frhs2[251]: 6 0 86.64 shouldn't be
813.45/833.56	WSVECS04 Frhs2[269]: 6 -4289.44 0 shouldn't be
813.45/833.56	WSVECS04 Frhs2[287]: 6 0 28.88 shouldn't be
813.45/833.56	WSVECS04 Frhs2[394]: 6 0 691 shouldn't be
813.45/833.56	WSVECS04 Frhs2[471]: 6 0 747 shouldn't be
831.67/852.11	c #Conflicts:    1613000 | #Constraints:     104833
831.67/852.11	c #Conflicts:    1614000 | #Constraints:     105833
831.67/852.11	c #Conflicts:    1615000 | #Constraints:     106833
831.67/852.11	c #Conflicts:    1616000 | #Constraints:     107835
831.67/852.11	c #Conflicts:    1617000 | #Constraints:     108835
831.67/852.11	c #Conflicts:    1618000 | #Constraints:     109835
831.67/852.11	c #Conflicts:    1619000 | #Constraints:     110836
831.67/852.11	c #Conflicts:    1620000 | #Constraints:     111836
831.67/852.11	c #Conflicts:    1621000 | #Constraints:     112836
831.67/852.11	c #Conflicts:    1622000 | #Constraints:     113837
831.67/852.11	c #Conflicts:    1623000 | #Constraints:     114837
831.67/852.11	c #Conflicts:    1624000 | #Constraints:     115838
831.67/852.11	c #Conflicts:    1625000 | #Constraints:     116839
831.67/852.11	c #Conflicts:    1626000 | #Constraints:     117840
831.67/852.11	c #Conflicts:    1627000 | #Constraints:     118840
831.67/852.11	WSVECS04 Frhs2[49]: 6 0 74.8661 shouldn't be
831.67/852.11	WSVECS04 Frhs2[67]: 6 0 130.546 shouldn't be
831.67/852.11	WSVECS04 Frhs2[125]: 6 0 89.4248 shouldn't be
831.67/852.11	WSVECS04 Frhs2[143]: 6 0 48.3204 shouldn't be
831.67/852.11	WSVECS04 Frhs2[146]: 6 0 274.634 shouldn't be
831.67/852.11	WSVECS04 Frhs2[147]: 6 -113 0 shouldn't be
831.67/852.11	WSVECS04 Frhs2[152]: 6 -311.346 0 shouldn't be
831.67/852.11	WSVECS04 Frhs2[159]: 6 -429 0 shouldn't be
831.67/852.11	WSVECS04 Frhs2[161]: 6 0 89.4249 shouldn't be
831.67/852.11	WSVECS04 Frhs2[165]: 6 0 107.445 shouldn't be
831.67/852.11	WSVECS04 Frhs2[167]: 6 0 107.445 shouldn't be
831.67/852.11	WSVECS04 Frhs2[171]: 6 0 35.3334 shouldn't be
831.67/852.11	WSVECS04 Frhs2[172]: 6 0 104.5 shouldn't be
831.67/852.11	WSVECS04 Frhs2[177]: 6 0 35.3333 shouldn't be
831.67/852.11	WSVECS04 Frhs2[179]: 6 0 83.6536 shouldn't be
831.67/852.11	WSVECS04 Frhs2[186]: 6 -83.6537 0 shouldn't be
831.67/852.11	WSVECS04 Frhs2[200]: 6 0 164.758 shouldn't be
831.67/852.11	WSVECS04 Frhs2[202]: 6 0 117.209 shouldn't be
831.67/852.11	WSVECS04 Frhs2[207]: 6 0 35.3334 shouldn't be
831.67/852.11	WSVECS04 Frhs2[208]: 6 0 104.5 shouldn't be
831.67/852.11	WSVECS04 Frhs2[214]: 6 0 132.34 shouldn't be
831.67/852.11	WSVECS04 Frhs2[218]: 6 0 387.634 shouldn't be
831.67/852.11	WSVECS04 Frhs2[220]: 6 0 113 shouldn't be
831.67/852.11	WSVECS04 Frhs2[246]: 6 0 104.5 shouldn't be
831.67/852.11	WSVECS04 Frhs2[247]: 6 0 1.58831 shouldn't be
831.67/852.11	WSVECS04 Frhs2[281]: 6 0 149.51 shouldn't be
831.67/852.11	WSVECS04 Frhs2[282]: 6 0 254.01 shouldn't be
831.67/852.11	WSVECS04 Frhs2[301]: 6 0 95.4183 shouldn't be
831.67/852.11	WSVECS04 Frhs2[305]: 6 0 89.4249 shouldn't be
831.67/852.11	WSVECS04 Frhs2[323]: 6 0 83.6537 shouldn't be
831.67/852.11	WSVECS04 Frhs2[337]: 6 0 95.4183 shouldn't be
831.67/852.11	WSVECS04 Frhs2[359]: 6 0 118.987 shouldn't be
831.67/852.11	WSVECS04 Frhs2[361]: 6 -838 0 shouldn't be
831.67/852.11	WSVECS04 Frhs2[374]: 6 0 247 shouldn't be
831.67/852.11	WSVECS04 Frhs2[377]: 6 0 386 shouldn't be
831.67/852.11	WSVECS04 Frhs2[386]: 6 -113 0 shouldn't be
831.67/852.11	WSVECS04 Frhs2[411]: 6 0 653.026 shouldn't be
831.67/852.11	WSVECS04 Frhs2[454]: 6 0 747 shouldn't be
878.35/899.12	c #Conflicts:    1628000 | #Constraints:     119840
878.35/899.12	c #Conflicts:    1629000 | #Constraints:     120840
878.35/899.12	c #Conflicts:    1630000 | #Constraints:     121841
878.35/899.12	c #Conflicts:    1631000 | #Constraints:     122842
878.35/899.12	c #Conflicts:    1632000 | #Constraints:     123844
878.35/899.12	c #Conflicts:    1633000 | #Constraints:     124845
878.35/899.12	c #Conflicts:    1634000 | #Constraints:     125846
878.35/899.12	c #Conflicts:    1635000 | #Constraints:     126846
878.35/899.12	c #Conflicts:    1636000 | #Constraints:     127848
878.35/899.12	c #Conflicts:    1637000 | #Constraints:     128848
878.35/899.12	c #Conflicts:    1638000 | #Constraints:     129848
878.35/899.12	c #Conflicts:    1639000 | #Constraints:     130848
878.35/899.12	c #Conflicts:    1640000 | #Constraints:     131848
878.35/899.12	c #Conflicts:    1641000 | #Constraints:     132849
878.35/899.12	c #Conflicts:    1642000 | #Constraints:     133850
878.35/899.12	c #Conflicts:    1643000 | #Constraints:     134851
878.35/899.12	c #Conflicts:    1644000 | #Constraints:     135852
878.35/899.12	c #Conflicts:    1645000 | #Constraints:     136852
878.35/899.12	c #Conflicts:    1646000 | #Constraints:     137852
878.35/899.12	c #Conflicts:    1647000 | #Constraints:     138853
878.35/899.12	c #Conflicts:    1648000 | #Constraints:     139854
878.35/899.12	c #Conflicts:    1649000 | #Constraints:     140854
878.35/899.12	c #Conflicts:    1650000 | #Constraints:     141854
878.35/899.12	c #Conflicts:    1651000 | #Constraints:     142854
878.35/899.12	c #Conflicts:    1652000 | #Constraints:     143855
878.35/899.12	c #Conflicts:    1653000 | #Constraints:     144855
878.35/899.12	c #Conflicts:    1654000 | #Constraints:     145856
878.35/899.12	c #Conflicts:    1655000 | #Constraints:     146856
878.35/899.12	c #Conflicts:    1656000 | #Constraints:     147856
878.35/899.12	c #Conflicts:    1657000 | #Constraints:     148858
878.35/899.12	c #Conflicts:    1658000 | #Constraints:     149859
878.35/899.12	c #Conflicts:    1659000 | #Constraints:     150859
878.35/899.12	c #Conflicts:    1660000 | #Constraints:     151859
878.35/899.12	WSVECS04 Frhs2[6]: 6 0 12.6572 shouldn't be
878.35/899.12	WSVECS04 Frhs2[23]: 6 0 420.057 shouldn't be
878.35/899.12	WSVECS04 Frhs2[73]: 6 -2244.46 0 shouldn't be
878.35/899.12	WSVECS04 Frhs2[99]: 6 0 127.086 shouldn't be
878.35/899.12	WSVECS04 Frhs2[107]: 6 0 432.2 shouldn't be
878.35/899.12	WSVECS04 Frhs2[109]: 6 -1083.33 0 shouldn't be
878.35/899.12	WSVECS04 Frhs2[143]: 6 0 400.914 shouldn't be
878.35/899.12	WSVECS04 Frhs2[157]: 6 0 894.257 shouldn't be
878.35/899.12	WSVECS04 Frhs2[207]: 6 0 127.086 shouldn't be
878.35/899.12	WSVECS04 Frhs2[217]: 6 -10.3286 0 shouldn't be
878.35/899.12	WSVECS04 Frhs2[227]: 6 0 113 shouldn't be
878.35/899.12	WSVECS04 Frhs2[311]: 6 0 432.2 shouldn't be
878.35/899.12	WSVECS04 Frhs2[324]: 6 -974.114 0 shouldn't be
878.35/899.12	WSVECS04 Frhs2[424]: 6 -154 0 shouldn't be
882.92/903.79	c #Conflicts:    1661000 | #Constraints:     152859
882.92/903.79	c #Conflicts:    1662000 | #Constraints:     153859
882.92/903.79	c #Conflicts:    1663000 | #Constraints:     154860
882.92/903.79	c INPROCESSING
882.92/903.79	c GARBAGE COLLECT
882.92/903.79	c rational objective 19241.4
891.21/912.02	c #Conflicts:    1664000 | #Constraints:      80766
891.21/912.02	c #Conflicts:    1665000 | #Constraints:      81766
891.21/912.02	c #Conflicts:    1666000 | #Constraints:      82767
891.21/912.02	c #Conflicts:    1667000 | #Constraints:      83767
891.21/912.02	c #Conflicts:    1668000 | #Constraints:      84768
891.21/912.02	c #Conflicts:    1669000 | #Constraints:      85768
891.21/912.02	c #Conflicts:    1670000 | #Constraints:      86768
891.21/912.02	c #Conflicts:    1671000 | #Constraints:      87768
891.21/912.02	c #Conflicts:    1672000 | #Constraints:      88768
891.21/912.02	c #Conflicts:    1673000 | #Constraints:      89768
891.21/912.02	WSVECS04 Frhs2[3]: 6 0 5.57341 shouldn't be
891.21/912.02	WSVECS04 Frhs2[18]: 6 -678 0 shouldn't be
891.21/912.02	WSVECS04 Frhs2[19]: 6 0 7.00006 shouldn't be
891.21/912.02	WSVECS04 Frhs2[23]: 6 0 7.00001 shouldn't be
891.21/912.02	WSVECS04 Frhs2[24]: 6 0 8.75543 shouldn't be
891.21/912.02	WSVECS04 Frhs2[36]: 6 -48.9688 0 shouldn't be
891.21/912.02	WSVECS04 Frhs2[55]: 6 -8.75541 0 shouldn't be
891.21/912.02	WSVECS04 Frhs2[57]: 6 0 12.1077 shouldn't be
891.21/912.02	WSVECS04 Frhs2[61]: 6 0 247.89 shouldn't be
891.21/912.02	WSVECS04 Frhs2[95]: 6 -294.505 0 shouldn't be
891.21/912.02	WSVECS04 Frhs2[101]: 6 -1069.96 0 shouldn't be
891.21/912.02	WSVECS04 Frhs2[127]: 6 0 139.994 shouldn't be
891.21/912.02	WSVECS04 Frhs2[138]: 6 0 4.61259 shouldn't be
891.21/912.02	WSVECS04 Frhs2[165]: 6 0 12.1076 shouldn't be
891.21/912.02	WSVECS04 Frhs2[184]: 6 0 8.2897 shouldn't be
891.21/912.02	WSVECS04 Frhs2[185]: 6 0 8.28971 shouldn't be
891.21/912.02	WSVECS04 Frhs2[310]: 6 -14.6126 0 shouldn't be
891.21/912.02	WSVECS04 Frhs2[345]: 6 0 2.85717 shouldn't be
891.21/912.02	WSVECS04 Frhs2[352]: 6 -1106.49 0 shouldn't be
891.21/912.02	WSVECS04 Frhs2[357]: 6 0 79.2349 shouldn't be
891.21/912.02	WSVECS04 Frhs2[435]: 6 -257 0 shouldn't be
891.21/912.02	WSVECS04 Frhs2[471]: 6 0 919 shouldn't be
906.31/927.41	c #Conflicts:    1674000 | #Constraints:      90768
906.31/927.41	c #Conflicts:    1675000 | #Constraints:      91768
906.31/927.41	c #Conflicts:    1676000 | #Constraints:      92768
906.31/927.41	c #Conflicts:    1677000 | #Constraints:      93769
906.31/927.41	c #Conflicts:    1678000 | #Constraints:      94769
906.31/927.41	c #Conflicts:    1679000 | #Constraints:      95771
906.31/927.41	c #Conflicts:    1680000 | #Constraints:      96772
906.31/927.41	c #Conflicts:    1681000 | #Constraints:      97772
906.31/927.41	c #Conflicts:    1682000 | #Constraints:      98773
906.31/927.41	c #Conflicts:    1683000 | #Constraints:      99773
906.31/927.41	c #Conflicts:    1684000 | #Constraints:     100773
906.31/927.41	c #Conflicts:    1685000 | #Constraints:     101774
906.31/927.41	c #Conflicts:    1686000 | #Constraints:     102776
906.31/927.41	c #Conflicts:    1687000 | #Constraints:     103776
906.31/927.41	c #Conflicts:    1688000 | #Constraints:     104776
906.31/927.41	c #Conflicts:    1689000 | #Constraints:     105776
906.31/927.41	c INPROCESSING
906.31/927.41	c GARBAGE COLLECT
906.31/927.41	c rational objective 19241.4
918.07/939.26	c #Conflicts:    1690000 | #Constraints:      56070
918.07/939.26	c #Conflicts:    1691000 | #Constraints:      57070
918.07/939.26	c #Conflicts:    1692000 | #Constraints:      58071
918.07/939.26	c #Conflicts:    1693000 | #Constraints:      59071
918.07/939.26	c #Conflicts:    1694000 | #Constraints:      60071
918.07/939.26	c #Conflicts:    1695000 | #Constraints:      61071
918.07/939.26	c #Conflicts:    1696000 | #Constraints:      62072
918.07/939.26	c #Conflicts:    1697000 | #Constraints:      63073
918.07/939.26	c #Conflicts:    1698000 | #Constraints:      64075
918.07/939.26	c #Conflicts:    1699000 | #Constraints:      65075
918.07/939.26	c #Conflicts:    1700000 | #Constraints:      66075
918.07/939.26	c #Conflicts:    1701000 | #Constraints:      67077
918.07/939.26	c #Conflicts:    1702000 | #Constraints:      68079
918.07/939.26	c #Conflicts:    1703000 | #Constraints:      69080
918.07/939.26	c #Conflicts:    1704000 | #Constraints:      70080
918.07/939.26	c #Conflicts:    1705000 | #Constraints:      71082
918.07/939.26	c #Conflicts:    1706000 | #Constraints:      72082
918.07/939.26	c #Conflicts:    1707000 | #Constraints:      73084
918.07/939.26	c #Conflicts:    1708000 | #Constraints:      74084
918.07/939.26	WSVECS04 Frhs2[17]: 6 0 310.792 shouldn't be
918.07/939.26	WSVECS04 Frhs2[27]: 6 0 108.5 shouldn't be
918.07/939.26	WSVECS04 Frhs2[84]: 6 0 220.583 shouldn't be
918.07/939.26	WSVECS04 Frhs2[94]: 6 0 59.0626 shouldn't be
918.07/939.26	WSVECS04 Frhs2[96]: 6 -1201.08 0 shouldn't be
918.07/939.26	WSVECS04 Frhs2[108]: 6 -56.7501 0 shouldn't be
918.07/939.26	WSVECS04 Frhs2[112]: 6 0 95.4792 shouldn't be
918.07/939.26	WSVECS04 Frhs2[121]: 6 0 239.625 shouldn't be
918.07/939.26	WSVECS04 Frhs2[124]: 6 0 182.208 shouldn't be
918.07/939.26	WSVECS04 Frhs2[130]: 6 0 567.333 shouldn't be
918.07/939.26	WSVECS04 Frhs2[162]: 6 -1481.79 0 shouldn't be
918.07/939.26	WSVECS04 Frhs2[166]: 6 -290 0 shouldn't be
918.07/939.26	WSVECS04 Frhs2[180]: 6 -583 0 shouldn't be
918.07/939.26	WSVECS04 Frhs2[210]: 6 0 217 shouldn't be
918.07/939.26	WSVECS04 Frhs2[211]: 6 0 169.75 shouldn't be
918.07/939.26	WSVECS04 Frhs2[216]: 6 0 169.75 shouldn't be
918.07/939.26	WSVECS04 Frhs2[220]: 6 0 309.083 shouldn't be
918.07/939.26	WSVECS04 Frhs2[246]: 6 0 217 shouldn't be
918.07/939.26	WSVECS04 Frhs2[250]: 6 -169.75 0 shouldn't be
918.07/939.26	WSVECS04 Frhs2[253]: 6 -908.521 0 shouldn't be
918.07/939.26	WSVECS04 Frhs2[256]: 6 0 154.542 shouldn't be
918.07/939.26	WSVECS04 Frhs2[265]: 6 0 278 shouldn't be
918.07/939.26	WSVECS04 Frhs2[267]: 6 -1177.58 0 shouldn't be
918.07/939.26	WSVECS04 Frhs2[271]: 6 -447.083 0 shouldn't be
918.07/939.26	WSVECS04 Frhs2[324]: 6 -271.417 0 shouldn't be
918.07/939.26	WSVECS04 Frhs2[326]: 6 0 95.4793 shouldn't be
918.07/939.26	WSVECS04 Frhs2[327]: 6 0 97.4376 shouldn't be
918.07/939.26	WSVECS04 Frhs2[328]: 6 0 154.542 shouldn't be
918.07/939.26	WSVECS04 Frhs2[337]: 6 0 57.4167 shouldn't be
918.07/939.26	WSVECS04 Frhs2[354]: 6 0 434 shouldn't be
918.07/939.26	WSVECS04 Frhs2[386]: 6 -107.979 0 shouldn't be
918.07/939.26	WSVECS04 Frhs2[465]: 6 -257 0 shouldn't be
918.07/939.26	WSVECS04 Frhs2[517]: 6 0 380 shouldn't be
918.07/939.26	WSVECS04 Frhs2[522]: 6 0 313.75 shouldn't be
918.07/939.26	WSVECS04 Frhs2[523]: 6 0 134 shouldn't be
918.07/939.26	WSVECS04 Frhs2[531]: 6 0 869.25 shouldn't be
918.07/939.26	WSVECS04 Frhs2[533]: 6 0 313.25 shouldn't be
918.07/939.26	WSVECS04 Frhs2[538]: 6 0 292.75 shouldn't be
923.26/944.44	c #Conflicts:    1709000 | #Constraints:      75084
923.26/944.44	c #Conflicts:    1710000 | #Constraints:      76084
923.26/944.44	c #Conflicts:    1711000 | #Constraints:      77084
923.26/944.44	c #Conflicts:    1712000 | #Constraints:      78084
923.26/944.44	c #Conflicts:    1713000 | #Constraints:      79084
923.26/944.44	c #Conflicts:    1714000 | #Constraints:      80085
923.26/944.44	c #Conflicts:    1715000 | #Constraints:      81085
923.26/944.44	c #Conflicts:    1716000 | #Constraints:      82085
923.26/944.44	c INPROCESSING
923.26/944.44	c GARBAGE COLLECT
923.26/944.44	c rational objective 19241.4
938.50/959.94	c #Conflicts:    1717000 | #Constraints:      44474
938.50/959.94	c #Conflicts:    1718000 | #Constraints:      45475
938.50/959.94	c #Conflicts:    1719000 | #Constraints:      46475
938.50/959.94	c #Conflicts:    1720000 | #Constraints:      47476
938.50/959.94	c #Conflicts:    1721000 | #Constraints:      48476
938.50/959.94	c #Conflicts:    1722000 | #Constraints:      49477
938.50/959.94	c #Conflicts:    1723000 | #Constraints:      50477
938.50/959.94	c #Conflicts:    1724000 | #Constraints:      51477
938.50/959.94	c #Conflicts:    1725000 | #Constraints:      52477
938.50/959.94	c #Conflicts:    1726000 | #Constraints:      53477
938.50/959.94	c #Conflicts:    1727000 | #Constraints:      54477
938.50/959.94	c #Conflicts:    1728000 | #Constraints:      55477
938.50/959.94	c #Conflicts:    1729000 | #Constraints:      56478
938.50/959.94	c #Conflicts:    1730000 | #Constraints:      57478
938.50/959.94	c #Conflicts:    1731000 | #Constraints:      58480
938.50/959.94	c #Conflicts:    1732000 | #Constraints:      59480
938.50/959.94	c #Conflicts:    1733000 | #Constraints:      60481
938.50/959.94	c #Conflicts:    1734000 | #Constraints:      61481
938.50/959.94	c #Conflicts:    1735000 | #Constraints:      62482
938.50/959.94	c #Conflicts:    1736000 | #Constraints:      63482
938.50/959.94	c #Conflicts:    1737000 | #Constraints:      64482
938.50/959.94	c #Conflicts:    1738000 | #Constraints:      65482
938.50/959.94	c #Conflicts:    1739000 | #Constraints:      66483
938.50/959.94	c #Conflicts:    1740000 | #Constraints:      67483
938.50/959.94	c #Conflicts:    1741000 | #Constraints:      68483
938.50/959.94	c #Conflicts:    1742000 | #Constraints:      69484
938.50/959.94	c INPROCESSING
938.50/959.94	c GARBAGE COLLECT
938.50/959.94	c rational objective 19241.4
951.46/972.94	c #Conflicts:    1743000 | #Constraints:      37831
951.46/972.94	c #Conflicts:    1744000 | #Constraints:      38831
951.46/972.94	c #Conflicts:    1745000 | #Constraints:      39831
951.46/972.94	c #Conflicts:    1746000 | #Constraints:      40831
951.46/972.94	c #Conflicts:    1747000 | #Constraints:      41831
951.46/972.94	c #Conflicts:    1748000 | #Constraints:      42832
951.46/972.94	c #Conflicts:    1749000 | #Constraints:      43832
951.46/972.94	c #Conflicts:    1750000 | #Constraints:      44833
951.46/972.94	c #Conflicts:    1751000 | #Constraints:      45834
951.46/972.94	c #Conflicts:    1752000 | #Constraints:      46834
951.46/972.94	c #Conflicts:    1753000 | #Constraints:      47834
951.46/972.94	c #Conflicts:    1754000 | #Constraints:      48835
951.46/972.94	c #Conflicts:    1755000 | #Constraints:      49835
951.46/972.94	c #Conflicts:    1756000 | #Constraints:      50835
951.46/972.94	c #Conflicts:    1757000 | #Constraints:      51836
951.46/972.94	c #Conflicts:    1758000 | #Constraints:      52836
951.46/972.94	c #Conflicts:    1759000 | #Constraints:      53836
951.46/972.94	c #Conflicts:    1760000 | #Constraints:      54836
951.46/972.94	c #Conflicts:    1761000 | #Constraints:      55837
951.46/972.94	c #Conflicts:    1762000 | #Constraints:      56837
951.46/972.94	c #Conflicts:    1763000 | #Constraints:      57837
951.46/972.94	c #Conflicts:    1764000 | #Constraints:      58837
951.46/972.94	c #Conflicts:    1765000 | #Constraints:      59837
951.46/972.94	c #Conflicts:    1766000 | #Constraints:      60837
951.46/972.94	c #Conflicts:    1767000 | #Constraints:      61837
951.46/972.94	c #Conflicts:    1768000 | #Constraints:      62838
951.46/972.94	c #Conflicts:    1769000 | #Constraints:      63838
951.46/972.94	c INPROCESSING
951.46/972.94	c GARBAGE COLLECT
951.46/972.94	c rational objective 19413.4
966.75/988.76	c #Conflicts:    1770000 | #Constraints:      35052
966.75/988.76	c #Conflicts:    1771000 | #Constraints:      36052
966.75/988.76	c #Conflicts:    1772000 | #Constraints:      37053
966.75/988.76	c #Conflicts:    1773000 | #Constraints:      38054
966.75/988.76	c #Conflicts:    1774000 | #Constraints:      39054
966.75/988.76	c #Conflicts:    1775000 | #Constraints:      40054
966.75/988.76	c #Conflicts:    1776000 | #Constraints:      41054
966.75/988.76	c #Conflicts:    1777000 | #Constraints:      42054
966.75/988.76	c #Conflicts:    1778000 | #Constraints:      43054
966.75/988.76	c #Conflicts:    1779000 | #Constraints:      44055
966.75/988.76	c #Conflicts:    1780000 | #Constraints:      45055
966.75/988.76	c #Conflicts:    1781000 | #Constraints:      46055
966.75/988.76	c #Conflicts:    1782000 | #Constraints:      47056
966.75/988.76	c #Conflicts:    1783000 | #Constraints:      48056
966.75/988.76	c #Conflicts:    1784000 | #Constraints:      49056
966.75/988.76	c #Conflicts:    1785000 | #Constraints:      50056
966.75/988.76	c #Conflicts:    1786000 | #Constraints:      51056
966.75/988.76	c #Conflicts:    1787000 | #Constraints:      52056
966.75/988.76	c #Conflicts:    1788000 | #Constraints:      53056
966.75/988.76	c #Conflicts:    1789000 | #Constraints:      54056
966.75/988.76	c #Conflicts:    1790000 | #Constraints:      55057
966.75/988.76	c #Conflicts:    1791000 | #Constraints:      56057
966.75/988.76	c #Conflicts:    1792000 | #Constraints:      57057
966.75/988.76	c #Conflicts:    1793000 | #Constraints:      58057
966.75/988.76	c #Conflicts:    1794000 | #Constraints:      59057
966.75/988.76	c #Conflicts:    1795000 | #Constraints:      60057
966.75/988.76	c #Conflicts:    1796000 | #Constraints:      61057
966.75/988.76	c #Conflicts:    1797000 | #Constraints:      62057
966.75/988.76	c #Conflicts:    1798000 | #Constraints:      63057
966.75/988.76	c #Conflicts:    1799000 | #Constraints:      64058
966.75/988.76	c #Conflicts:    1800000 | #Constraints:      65058
966.75/988.76	WSVECS04 Frhs2[42]: 6 0 7.75005 shouldn't be
966.75/988.76	WSVECS04 Frhs2[65]: 6 0 401 shouldn't be
966.75/988.76	WSVECS04 Frhs2[101]: 6 0 26.75 shouldn't be
966.75/988.76	WSVECS04 Frhs2[113]: 6 0 820.75 shouldn't be
966.75/988.76	WSVECS04 Frhs2[149]: 6 -2987.5 0 shouldn't be
966.75/988.76	WSVECS04 Frhs2[186]: 6 -492 0 shouldn't be
966.75/988.76	WSVECS04 Frhs2[206]: 6 -455.75 0 shouldn't be
966.75/988.76	WSVECS04 Frhs2[245]: 6 0 401 shouldn't be
966.75/988.76	WSVECS04 Frhs2[352]: 6 0 226.75 shouldn't be
975.93/997.95	c #Conflicts:    1801000 | #Constraints:      66058
975.93/997.95	c #Conflicts:    1802000 | #Constraints:      67058
975.93/997.95	c #Conflicts:    1803000 | #Constraints:      68058
975.93/997.95	c #Conflicts:    1804000 | #Constraints:      69058
975.93/997.95	c #Conflicts:    1805000 | #Constraints:      70058
975.93/997.95	c #Conflicts:    1806000 | #Constraints:      71059
975.93/997.95	c #Conflicts:    1807000 | #Constraints:      72062
975.93/997.95	c #Conflicts:    1808000 | #Constraints:      73064
975.93/997.95	c #Conflicts:    1809000 | #Constraints:      74064
975.93/997.95	c #Conflicts:    1810000 | #Constraints:      75064
975.93/997.95	c #Conflicts:    1811000 | #Constraints:      76064
975.93/997.95	c #Conflicts:    1812000 | #Constraints:      77066
975.93/997.95	c #Conflicts:    1813000 | #Constraints:      78067
975.93/997.95	c #Conflicts:    1814000 | #Constraints:      79067
975.93/997.95	WSVECS04 Frhs2[25]: 6 0 765.776 shouldn't be
975.93/997.95	WSVECS04 Frhs2[63]: 6 0 28.7765 shouldn't be
975.93/997.95	WSVECS04 Frhs2[66]: 6 0 477 shouldn't be
975.93/997.95	WSVECS04 Frhs2[89]: 6 -6133 0 shouldn't be
975.93/997.95	WSVECS04 Frhs2[101]: 6 -952 0 shouldn't be
975.93/997.95	WSVECS04 Frhs2[102]: 6 0 448.224 shouldn't be
975.93/997.95	WSVECS04 Frhs2[103]: 6 0 7.00002 shouldn't be
975.93/997.95	WSVECS04 Frhs2[174]: 6 0 477 shouldn't be
975.93/997.95	WSVECS04 Frhs2[257]: 6 0 243.75 shouldn't be
975.93/997.95	WSVECS04 Frhs2[293]: 6 -3489.25 0 shouldn't be
975.93/997.95	WSVECS04 Frhs2[317]: 6 -1718.22 0 shouldn't be
975.93/997.95	WSVECS04 Frhs2[326]: 6 0 263 shouldn't be
997.32/1019.70	c #Conflicts:    1815000 | #Constraints:      80067
997.32/1019.70	c #Conflicts:    1816000 | #Constraints:      81067
997.32/1019.70	c #Conflicts:    1817000 | #Constraints:      82067
997.32/1019.70	c #Conflicts:    1818000 | #Constraints:      83068
997.32/1019.70	c #Conflicts:    1819000 | #Constraints:      84070
997.32/1019.70	c #Conflicts:    1820000 | #Constraints:      85070
997.32/1019.70	c #Conflicts:    1821000 | #Constraints:      86070
997.32/1019.70	c #Conflicts:    1822000 | #Constraints:      87070
997.32/1019.70	c #Conflicts:    1823000 | #Constraints:      88071
997.32/1019.70	c #Conflicts:    1824000 | #Constraints:      89071
997.32/1019.70	c #Conflicts:    1825000 | #Constraints:      90073
997.32/1019.70	c #Conflicts:    1826000 | #Constraints:      91074
997.32/1019.70	c #Conflicts:    1827000 | #Constraints:      92074
997.32/1019.70	c #Conflicts:    1828000 | #Constraints:      93074
997.32/1019.70	c #Conflicts:    1829000 | #Constraints:      94075
997.32/1019.70	c #Conflicts:    1830000 | #Constraints:      95075
997.32/1019.70	c #Conflicts:    1831000 | #Constraints:      96076
997.32/1019.70	c #Conflicts:    1832000 | #Constraints:      97076
997.32/1019.70	c #Conflicts:    1833000 | #Constraints:      98076
997.32/1019.70	c #Conflicts:    1834000 | #Constraints:      99077
997.32/1019.70	c #Conflicts:    1835000 | #Constraints:     100077
997.32/1019.70	c #Conflicts:    1836000 | #Constraints:     101077
997.32/1019.70	c #Conflicts:    1837000 | #Constraints:     102077
997.32/1019.70	c #Conflicts:    1838000 | #Constraints:     103080
997.32/1019.70	c #Conflicts:    1839000 | #Constraints:     104080
997.32/1019.70	c #Conflicts:    1840000 | #Constraints:     105084
997.32/1019.70	WSVECS04 Frhs2[17]: 6 0 5.15682 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[18]: 6 -0.0252142 0 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[48]: 6 0 0.216116 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[49]: 6 0 10.2293 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[52]: 6 0 0.5177 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[88]: 6 0 0.518385 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[105]: 6 0 0.419068 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[125]: 6 0 0.476883 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[127]: 6 0 0.0114167 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[135]: 6 0 0.503399 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[140]: 6 0 0.0424703 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[142]: 6 0 0.018503 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[160]: 6 0 0.97909 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[191]: 6 0 0.0962504 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[223]: 6 0 0.503853 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[232]: 6 0 0.0409947 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[237]: 6 0 0.0266782 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[259]: 6 0 0.3362 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[268]: 6 0 0.0251736 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[271]: 6 0 0.0190256 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[320]: 6 0 0.0425408 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[322]: 6 0 0.0488397 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[331]: 6 0 0.151829 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[356]: 6 0 0.0676211 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[401]: 6 -380.813 0 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[411]: 6 0 0.640334 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[424]: 6 0 2389.04 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[436]: 6 0 115.037 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[446]: 6 0 152.504 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[460]: 6 0 471.97 shouldn't be
997.32/1019.70	WSVECS04 Frhs2[510]: 6 0 10 shouldn't be
997.41/1019.81	WSVECS04 Frhs2[90]: 6 0 0.493227 shouldn't be
997.41/1019.81	WSVECS04 Frhs2[103]: 6 0 0.14585 shouldn't be
997.41/1019.81	WSVECS04 Frhs2[110]: 6 0 0.522413 shouldn't be
997.41/1019.81	WSVECS04 Frhs2[161]: 6 0 1.4417 shouldn't be
997.41/1019.81	WSVECS04 Frhs2[162]: 6 0 0.953956 shouldn't be
997.41/1019.81	WSVECS04 Frhs2[164]: 6 0 0.522429 shouldn't be
997.41/1019.81	WSVECS04 Frhs2[167]: 6 0 0.511108 shouldn't be
997.41/1019.81	WSVECS04 Frhs2[272]: 6 0 0.0190368 shouldn't be
997.41/1019.81	WSVECS04 Frhs2[294]: 6 0 0.0303877 shouldn't be
997.41/1019.81	WSVECS04 Frhs2[448]: 6 -247 0 shouldn't be
997.52/1019.92	WSVECS04 Frhs2[178]: 6 0 0.0794199 shouldn't be
997.52/1019.92	WSVECS04 Frhs2[250]: 6 0 0.00275356 shouldn't be
997.52/1019.92	WSVECS04 Frhs2[318]: 6 0 0.0304641 shouldn't be
997.52/1019.92	WSVECS04 Frhs2[357]: 6 0 0.48664 shouldn't be
997.63/1020.03	WSVECS04 Frhs2[212]: 6 0 0.0425114 shouldn't be
997.73/1020.14	WSVECS04 Frhs2[33]: 6 0 0.461559 shouldn't be
997.73/1020.14	WSVECS04 Frhs2[295]: 6 0 0.575106 shouldn't be
997.81/1020.24	WSVECS04 Frhs2[321]: 6 0 0.461561 shouldn't be
997.91/1020.36	WSVECS04 Frhs2[119]: 6 0 0.21613 shouldn't be
997.91/1020.36	WSVECS04 Frhs2[213]: 6 0 0.46149 shouldn't be
998.02/1020.47	WSVECS04 Frhs2[111]: 6 0 1.02577 shouldn't be
998.31/1020.71	WSVECS04 Frhs2[233]: 6 0 0.0111235 shouldn't be
998.51/1020.90	WSVECS04 Frhs2[21]: 6 0 0.0114238 shouldn't be
998.51/1020.90	WSVECS04 Frhs2[31]: 6 0 0.608854 shouldn't be
1034.44/1057.21	c #Conflicts:    1841000 | #Constraints:     106084
1034.44/1057.21	c #Conflicts:    1842000 | #Constraints:     107084
1034.44/1057.21	c #Conflicts:    1843000 | #Constraints:     108084
1034.44/1057.21	c #Conflicts:    1844000 | #Constraints:     109084
1034.44/1057.21	c #Conflicts:    1845000 | #Constraints:     110084
1034.44/1057.21	c #Conflicts:    1846000 | #Constraints:     111084
1034.44/1057.21	c #Conflicts:    1847000 | #Constraints:     112084
1034.44/1057.21	c #Conflicts:    1848000 | #Constraints:     113084
1034.44/1057.21	c #Conflicts:    1849000 | #Constraints:     114084
1034.44/1057.21	c #Conflicts:    1850000 | #Constraints:     115084
1034.44/1057.21	c #Conflicts:    1851000 | #Constraints:     116084
1034.44/1057.21	c #Conflicts:    1852000 | #Constraints:     117085
1034.44/1057.21	c #Conflicts:    1853000 | #Constraints:     118089
1034.44/1057.21	c #Conflicts:    1854000 | #Constraints:     119092
1034.44/1057.21	c #Conflicts:    1855000 | #Constraints:     120093
1034.44/1057.21	c #Conflicts:    1856000 | #Constraints:     121095
1034.44/1057.21	c #Conflicts:    1857000 | #Constraints:     122096
1034.44/1057.21	c #Conflicts:    1858000 | #Constraints:     123098
1034.44/1057.21	c #Conflicts:    1859000 | #Constraints:     124099
1034.44/1057.21	c #Conflicts:    1860000 | #Constraints:     125099
1034.44/1057.21	c #Conflicts:    1861000 | #Constraints:     126099
1034.44/1057.21	c #Conflicts:    1862000 | #Constraints:     127100
1034.44/1057.21	c #Conflicts:    1863000 | #Constraints:     128102
1034.44/1057.21	c #Conflicts:    1864000 | #Constraints:     129103
1034.44/1057.21	c #Conflicts:    1865000 | #Constraints:     130103
1034.44/1057.21	c #Conflicts:    1866000 | #Constraints:     131103
1034.44/1057.21	c #Conflicts:    1867000 | #Constraints:     132107
1034.44/1057.21	c #Conflicts:    1868000 | #Constraints:     133107
1034.44/1057.21	c #Conflicts:    1869000 | #Constraints:     134107
1034.44/1057.21	c #Conflicts:    1870000 | #Constraints:     135107
1034.44/1057.21	WSVECS04 Frhs2[38]: 6 0 85.0702 shouldn't be
1034.44/1057.21	WSVECS04 Frhs2[44]: 6 -214 0 shouldn't be
1034.44/1057.21	WSVECS04 Frhs2[64]: 6 0 6.54391 shouldn't be
1034.44/1057.21	WSVECS04 Frhs2[72]: 6 -101 0 shouldn't be
1034.44/1057.21	WSVECS04 Frhs2[78]: 6 0 26.1755 shouldn't be
1034.44/1057.21	WSVECS04 Frhs2[172]: 6 0 6.54391 shouldn't be
1034.44/1057.21	WSVECS04 Frhs2[257]: 6 0 13.0878 shouldn't be
1034.44/1057.21	WSVECS04 Frhs2[480]: 6 0 303 shouldn't be
1034.44/1057.21	WSVECS04 Frhs2[498]: 6 -380 0 shouldn't be
1034.54/1057.31	WSVECS04 Frhs2[504]: 6 -1380 0 shouldn't be
1034.64/1057.42	WSVECS04 Frhs2[95]: 6 0 58 shouldn't be
1034.84/1057.64	WSVECS04 Frhs2[96]: 6 0 58 shouldn't be
1034.84/1057.64	WSVECS04 Frhs2[351]: 6 0 6.54389 shouldn't be
1035.03/1057.87	WSVECS04 Frhs2[63]: 6 0 6.54391 shouldn't be
1035.03/1057.87	WSVECS04 Frhs2[292]: 6 0 19.6317 shouldn't be
1035.13/1058.00	WSVECS04 Frhs2[171]: 6 0 6.54396 shouldn't be
1035.13/1058.00	WSVECS04 Frhs2[293]: 6 0 26.1755 shouldn't be
1035.35/1058.12	WSVECS04 Frhs2[135]: 6 0 6.54394 shouldn't be
1035.35/1058.12	WSVECS04 Frhs2[330]: 6 0 211.421 shouldn't be
1035.43/1058.22	WSVECS04 Frhs2[22]: 6 0 1371 shouldn't be
1035.43/1058.22	WSVECS04 Frhs2[94]: 6 0 58 shouldn't be
1035.43/1058.22	WSVECS04 Frhs2[99]: 6 0 6.54395 shouldn't be
1069.38/1092.41	c #Conflicts:    1871000 | #Constraints:     136107
1069.38/1092.41	c #Conflicts:    1872000 | #Constraints:     137107
1069.38/1092.41	c #Conflicts:    1873000 | #Constraints:     138107
1069.38/1092.41	c #Conflicts:    1874000 | #Constraints:     139107
1069.38/1092.41	c #Conflicts:    1875000 | #Constraints:     140107
1069.38/1092.41	c #Conflicts:    1876000 | #Constraints:     141107
1069.38/1092.41	c #Conflicts:    1877000 | #Constraints:     142107
1069.38/1092.41	c #Conflicts:    1878000 | #Constraints:     143107
1069.38/1092.41	c #Conflicts:    1879000 | #Constraints:     144107
1069.38/1092.41	c #Conflicts:    1880000 | #Constraints:     145107
1069.38/1092.41	c #Conflicts:    1881000 | #Constraints:     146107
1069.38/1092.41	c #Conflicts:    1882000 | #Constraints:     147109
1069.38/1092.41	c #Conflicts:    1883000 | #Constraints:     148110
1069.38/1092.41	c #Conflicts:    1884000 | #Constraints:     149111
1069.38/1092.41	c #Conflicts:    1885000 | #Constraints:     150113
1069.38/1092.41	c #Conflicts:    1886000 | #Constraints:     151114
1069.38/1092.41	c #Conflicts:    1887000 | #Constraints:     152114
1069.38/1092.41	c #Conflicts:    1888000 | #Constraints:     153115
1069.38/1092.41	c #Conflicts:    1889000 | #Constraints:     154119
1069.38/1092.41	c #Conflicts:    1890000 | #Constraints:     155120
1069.38/1092.41	c #Conflicts:    1891000 | #Constraints:     156121
1069.38/1092.41	c #Conflicts:    1892000 | #Constraints:     157121
1069.38/1092.41	c #Conflicts:    1893000 | #Constraints:     158122
1069.38/1092.41	c #Conflicts:    1894000 | #Constraints:     159122
1069.38/1092.41	c #Conflicts:    1895000 | #Constraints:     160123
1069.38/1092.41	WSVECS04 Frhs2[108]: 6 -21.5001 0 shouldn't be
1069.38/1092.41	WSVECS04 Frhs2[145]: 6 -112.455 0 shouldn't be
1069.38/1092.41	WSVECS04 Frhs2[178]: 6 -43 0 shouldn't be
1069.38/1092.41	WSVECS04 Frhs2[254]: 6 0 2.63645 shouldn't be
1069.38/1092.41	WSVECS04 Frhs2[380]: 6 0 108.636 shouldn't be
1069.38/1092.41	WSVECS04 Frhs2[389]: 6 0 126.182 shouldn't be
1069.38/1092.41	WSVECS04 Frhs2[410]: 6 0 106 shouldn't be
1069.38/1092.41	WSVECS04 Frhs2[420]: 6 0 139 shouldn't be
1069.38/1092.41	WSVECS04 Frhs2[433]: 6 -106 0 shouldn't be
1069.38/1092.41	WSVECS04 Frhs2[435]: 6 -106 0 shouldn't be
1069.38/1092.41	WSVECS04 Frhs2[446]: 6 -402.333 0 shouldn't be
1069.38/1092.41	WSVECS04 Frhs2[463]: 6 0 247 shouldn't be
1069.38/1092.41	WSVECS04 Frhs2[477]: 6 -302 0 shouldn't be
1069.38/1092.41	WSVECS04 Frhs2[514]: 6 0 455.5 shouldn't be
1069.38/1092.41	WSVECS04 Frhs2[535]: 6 -455.5 0 shouldn't be
1069.38/1092.41	WSVECS04 Frhs2[539]: 6 0 185.5 shouldn't be
1069.38/1092.48	WSVECS04 Frhs2[501]: 6 -605 0 shouldn't be
1074.67/1097.71	c #Conflicts:    1896000 | #Constraints:     161123
1074.67/1097.71	c #Conflicts:    1897000 | #Constraints:     162123
1074.67/1097.71	c #Conflicts:    1898000 | #Constraints:     163124
1074.67/1097.71	WSVECS04 Frhs2[7]: 6 0 93.0096 shouldn't be
1074.67/1097.71	WSVECS04 Frhs2[19]: 6 0 101 shouldn't be
1074.67/1097.71	WSVECS04 Frhs2[79]: 6 0 223.264 shouldn't be
1074.67/1097.71	WSVECS04 Frhs2[105]: 6 0 71.7453 shouldn't be
1074.67/1097.71	WSVECS04 Frhs2[222]: 6 0 82.0191 shouldn't be
1074.67/1097.71	WSVECS04 Frhs2[276]: 6 0 101 shouldn't be
1074.67/1097.71	WSVECS04 Frhs2[312]: 6 0 101 shouldn't be
1074.67/1097.71	WSVECS04 Frhs2[328]: 6 0 82.019 shouldn't be
1074.67/1097.71	WSVECS04 Frhs2[411]: 6 0 765.5 shouldn't be
1074.67/1097.71	WSVECS04 Frhs2[415]: 6 0 257 shouldn't be
1074.67/1097.71	WSVECS04 Frhs2[441]: 6 0 2007 shouldn't be
1074.67/1097.71	WSVECS04 Frhs2[453]: 6 -302 0 shouldn't be
1074.67/1097.71	WSVECS04 Frhs2[455]: 6 0 84.0001 shouldn't be
1074.67/1097.71	WSVECS04 Frhs2[469]: 6 -348 0 shouldn't be
1074.67/1097.71	WSVECS04 Frhs2[484]: 6 0 669 shouldn't be
1074.67/1097.71	WSVECS04 Frhs2[488]: 6 -257 0 shouldn't be
1074.67/1097.71	WSVECS04 Frhs2[490]: 6 0 22 shouldn't be
1075.57/1098.68	c INPROCESSING
1075.57/1098.68	c GARBAGE COLLECT
1075.57/1098.68	c rational objective 19413.4
1095.24/1118.72	c #Conflicts:    1899000 | #Constraints:      84780
1095.24/1118.72	c #Conflicts:    1900000 | #Constraints:      85781
1095.24/1118.72	c #Conflicts:    1901000 | #Constraints:      86785
1095.24/1118.72	c #Conflicts:    1902000 | #Constraints:      87789
1095.24/1118.72	c #Conflicts:    1903000 | #Constraints:      88790
1095.24/1118.72	c #Conflicts:    1904000 | #Constraints:      89792
1095.24/1118.72	c #Conflicts:    1905000 | #Constraints:      90799
1095.24/1118.72	c #Conflicts:    1906000 | #Constraints:      91800
1095.24/1118.72	c #Conflicts:    1907000 | #Constraints:      92802
1095.24/1118.72	c #Conflicts:    1908000 | #Constraints:      93843
1095.24/1118.72	c #Conflicts:    1909000 | #Constraints:      94844
1095.24/1118.72	c #Conflicts:    1910000 | #Constraints:      95844
1095.24/1118.72	c #Conflicts:    1911000 | #Constraints:      96844
1095.24/1118.72	c #Conflicts:    1912000 | #Constraints:      97846
1095.24/1118.72	c #Conflicts:    1913000 | #Constraints:      98848
1095.24/1118.72	c #Conflicts:    1914000 | #Constraints:      99850
1095.24/1118.72	c #Conflicts:    1915000 | #Constraints:     100851
1095.24/1118.72	c #Conflicts:    1916000 | #Constraints:     101853
1095.24/1118.72	c #Conflicts:    1917000 | #Constraints:     102857
1095.24/1118.72	c #Conflicts:    1918000 | #Constraints:     103859
1095.24/1118.72	c #Conflicts:    1919000 | #Constraints:     104860
1095.24/1118.72	c bounds 23916 >= 12179 @ 1078.85
1104.31/1127.83	c #Conflicts:    1920000 | #Constraints:     105867
1104.31/1127.83	c #Conflicts:    1921000 | #Constraints:     106869
1104.31/1127.83	c #Conflicts:    1922000 | #Constraints:     107872
1104.31/1127.83	c #Conflicts:    1923000 | #Constraints:     108873
1104.31/1127.83	c #Conflicts:    1924000 | #Constraints:     109874
1104.31/1127.83	c #Conflicts:    1925000 | #Constraints:     110876
1104.31/1127.83	c #Conflicts:    1926000 | #Constraints:     111877
1104.31/1127.83	c INPROCESSING
1104.31/1127.83	c GARBAGE COLLECT
1104.31/1127.83	c rational objective 19413.4
1123.95/1147.83	c #Conflicts:    1927000 | #Constraints:      59058
1123.95/1147.83	c #Conflicts:    1928000 | #Constraints:      60059
1123.95/1147.83	c #Conflicts:    1929000 | #Constraints:      61060
1123.95/1147.83	c #Conflicts:    1930000 | #Constraints:      62060
1123.95/1147.83	c #Conflicts:    1931000 | #Constraints:      63060
1123.95/1147.83	c #Conflicts:    1932000 | #Constraints:      64060
1123.95/1147.83	c #Conflicts:    1933000 | #Constraints:      65061
1123.95/1147.83	c #Conflicts:    1934000 | #Constraints:      66061
1123.95/1147.83	c #Conflicts:    1935000 | #Constraints:      67062
1123.95/1147.83	c #Conflicts:    1936000 | #Constraints:      68063
1123.95/1147.83	c #Conflicts:    1937000 | #Constraints:      69064
1123.95/1147.83	c #Conflicts:    1938000 | #Constraints:      70066
1123.95/1147.83	c #Conflicts:    1939000 | #Constraints:      71067
1123.95/1147.83	c #Conflicts:    1940000 | #Constraints:      72067
1123.95/1147.83	c #Conflicts:    1941000 | #Constraints:      73067
1123.95/1147.83	c #Conflicts:    1942000 | #Constraints:      74067
1123.95/1147.83	c #Conflicts:    1943000 | #Constraints:      75068
1123.95/1147.83	c #Conflicts:    1944000 | #Constraints:      76068
1123.95/1147.83	c #Conflicts:    1945000 | #Constraints:      77068
1123.95/1147.83	c #Conflicts:    1946000 | #Constraints:      78068
1123.95/1147.83	c #Conflicts:    1947000 | #Constraints:      79070
1123.95/1147.83	c #Conflicts:    1948000 | #Constraints:      80071
1123.95/1147.83	c #Conflicts:    1949000 | #Constraints:      81071
1123.95/1147.83	c #Conflicts:    1950000 | #Constraints:      82074
1123.95/1147.83	c #Conflicts:    1951000 | #Constraints:      83074
1123.95/1147.83	c #Conflicts:    1952000 | #Constraints:      84074
1123.95/1147.83	c #Conflicts:    1953000 | #Constraints:      85075
1123.95/1147.83	c #Conflicts:    1954000 | #Constraints:      86076
1123.95/1147.83	c #Conflicts:    1955000 | #Constraints:      87078
1123.95/1147.83	c INPROCESSING
1123.95/1147.83	c GARBAGE COLLECT
1123.95/1147.83	c rational objective 19413.4
1133.14/1157.10	c #Conflicts:    1956000 | #Constraints:      46992
1133.14/1157.10	c #Conflicts:    1957000 | #Constraints:      47992
1133.14/1157.10	c #Conflicts:    1958000 | #Constraints:      48993
1133.14/1157.10	c #Conflicts:    1959000 | #Constraints:      49994
1133.14/1157.10	c #Conflicts:    1960000 | #Constraints:      50995
1133.14/1157.10	c #Conflicts:    1961000 | #Constraints:      51995
1133.14/1157.10	c #Conflicts:    1962000 | #Constraints:      52995
1133.14/1157.10	c #Conflicts:    1963000 | #Constraints:      53996
1133.14/1157.10	c #Conflicts:    1964000 | #Constraints:      54996
1133.14/1157.10	c #Conflicts:    1965000 | #Constraints:      55996
1133.14/1157.10	c #Conflicts:    1966000 | #Constraints:      56996
1133.14/1157.10	c #Conflicts:    1967000 | #Constraints:      57998
1133.14/1157.10	c #Conflicts:    1968000 | #Constraints:      58998
1133.14/1157.10	c #Conflicts:    1969000 | #Constraints:      59999
1133.14/1157.10	c #Conflicts:    1970000 | #Constraints:      60999
1133.14/1157.10	c #Conflicts:    1971000 | #Constraints:      61999
1133.14/1157.10	c #Conflicts:    1972000 | #Constraints:      62999
1133.14/1157.10	WSVECS04 Frhs2[8]: 6 -158.645 0 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[25]: 6 0 45.4037 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[31]: 6 0 398.952 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[58]: 6 -97.8254 0 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[67]: 6 0 398.952 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[71]: 6 0 75.3896 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[75]: 6 0 147.5 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[78]: 6 0 147.5 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[89]: 6 0 14.6447 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[108]: 6 -708.271 0 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[121]: 6 0 45.4037 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[127]: 6 0 102.024 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[131]: 6 0 29.2892 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[181]: 6 -2104 0 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[187]: 6 0 41.976 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[197]: 6 0 14.6446 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[199]: 6 0 69.0543 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[203]: 6 0 29.2892 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[211]: 6 0 374.884 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[231]: 6 -13.3555 0 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[233]: 6 0 60.0483 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[277]: 6 0 45.4036 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[288]: 6 0 24.7651 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[367]: 6 0 370 shouldn't be
1133.14/1157.10	WSVECS04 Frhs2[378]: 6 0 264 shouldn't be
1133.24/1157.18	WSVECS04 Frhs2[83]: 6 0 14.6446 shouldn't be
1133.24/1157.18	WSVECS04 Frhs2[96]: 6 0 14.6447 shouldn't be
1133.24/1157.18	WSVECS04 Frhs2[225]: 6 0 13.3554 shouldn't be
1133.24/1157.18	WSVECS04 Frhs2[264]: 6 0 14.6446 shouldn't be
1133.24/1157.18	WSVECS04 Frhs2[276]: 6 0 14.6446 shouldn't be
1133.33/1157.27	WSVECS04 Frhs2[219]: 6 0 750.5 shouldn't be
1136.13/1160.03	c #Conflicts:    1973000 | #Constraints:      63999
1136.13/1160.03	c #Conflicts:    1974000 | #Constraints:      64999
1136.13/1160.03	c #Conflicts:    1975000 | #Constraints:      65999
1136.13/1160.03	c #Conflicts:    1976000 | #Constraints:      66999
1136.13/1160.03	WSVECS04 Frhs2[4]: 6 0 293.778 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[6]: 6 0 285 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[71]: 6 0 177 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[76]: 6 0 8.77785 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[83]: 6 0 177 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[99]: 6 0 354 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[111]: 6 -285 0 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[123]: 6 -92.8889 0 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[126]: 6 0 28.8889 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[133]: 6 0 62 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[157]: 6 0 8.77781 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[161]: 6 0 8.77787 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[182]: 6 0 276.222 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[212]: 6 0 17.8889 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[218]: 6 0 285 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[229]: 6 -664.111 0 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[244]: 6 0 521.222 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[256]: 6 0 8.77782 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[260]: 6 -236 0 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[269]: 6 -46.7779 0 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[270]: 6 0 28.8889 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[271]: 6 -509.444 0 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[280]: 6 0 556.889 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[281]: 6 -701.444 0 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[284]: 6 -781.111 0 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[288]: 6 0 17.889 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[311]: 6 -244.556 0 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[361]: 6 -936 0 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[362]: 6 -813 0 shouldn't be
1136.13/1160.03	WSVECS04 Frhs2[500]: 6 -408 0 shouldn't be
1141.01/1164.94	c #Conflicts:    1977000 | #Constraints:      67999
1141.01/1164.94	c #Conflicts:    1978000 | #Constraints:      68999
1141.01/1164.94	c #Conflicts:    1979000 | #Constraints:      70000
1141.01/1164.94	c #Conflicts:    1980000 | #Constraints:      71002
1141.01/1164.94	c #Conflicts:    1981000 | #Constraints:      72002
1141.01/1164.94	c #Conflicts:    1982000 | #Constraints:      73002
1141.01/1164.94	c #Conflicts:    1983000 | #Constraints:      74004
1141.01/1164.94	c INPROCESSING
1141.01/1164.94	c GARBAGE COLLECT
1141.01/1164.94	c rational objective 19413.4
1143.90/1167.81	c #Conflicts:    1984000 | #Constraints:      40145
1143.90/1167.81	c #Conflicts:    1985000 | #Constraints:      41147
1143.90/1167.81	c #Conflicts:    1986000 | #Constraints:      42147
1143.90/1167.81	c #Conflicts:    1987000 | #Constraints:      43147
1143.90/1167.81	c #Conflicts:    1988000 | #Constraints:      44149
1143.90/1167.81	c #Conflicts:    1989000 | #Constraints:      45149
1143.90/1167.81	WSVECS04 Frhs2[37]: 6 -101.714 0 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[51]: 6 -106 0 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[59]: 6 0 519.325 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[64]: 6 0 139.391 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[67]: 6 0 101.714 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[95]: 6 0 519.325 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[100]: 6 0 139.391 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[102]: 6 0 386 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[137]: 6 -1476 0 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[146]: 6 0 21.2858 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[152]: 6 -189.5 0 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[167]: 6 0 519.325 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[172]: 6 0 139.391 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[174]: 6 0 386 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[193]: 6 0 127.437 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[215]: 6 0 675.863 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[217]: 6 -123.643 0 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[220]: 6 0 101.714 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[232]: 6 0 3653.37 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[233]: 6 0 3634.21 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[234]: 6 0 3653.37 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[289]: 6 0 269.143 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[301]: 6 0 19.1588 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[318]: 6 0 386 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[355]: 6 0 101.714 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[364]: 6 0 792.286 shouldn't be
1143.90/1167.81	WSVECS04 Frhs2[498]: 6 0 693 shouldn't be
1151.92/1176.49	c #Conflicts:    1990000 | #Constraints:      46149
1151.92/1176.49	c #Conflicts:    1991000 | #Constraints:      47149
1151.92/1176.49	c #Conflicts:    1992000 | #Constraints:      48149
1151.92/1176.49	c #Conflicts:    1993000 | #Constraints:      49150
1151.92/1176.49	c #Conflicts:    1994000 | #Constraints:      50150
1151.92/1176.49	c #Conflicts:    1995000 | #Constraints:      51151
1151.92/1176.49	c #Conflicts:    1996000 | #Constraints:      52155
1151.92/1176.49	c #Conflicts:    1997000 | #Constraints:      53161
1151.92/1176.49	c #Conflicts:    1998000 | #Constraints:      54162
1151.92/1176.49	c #Conflicts:    1999000 | #Constraints:      55163
1151.92/1176.49	c #Conflicts:    2000000 | #Constraints:      56164
1151.92/1176.49	c #Conflicts:    2001000 | #Constraints:      57168
1151.92/1176.49	c #Conflicts:    2002000 | #Constraints:      58169
1151.92/1176.49	c #Conflicts:    2003000 | #Constraints:      59169
1151.92/1176.49	c #Conflicts:    2004000 | #Constraints:      60169
1151.92/1176.49	WSVECS04 Frhs2[71]: 6 0 689.375 shouldn't be
1151.92/1176.49	WSVECS04 Frhs2[96]: 6 0 13.2501 shouldn't be
1151.92/1176.49	WSVECS04 Frhs2[103]: 6 -3131.75 0 shouldn't be
1151.92/1176.49	WSVECS04 Frhs2[116]: 6 -459.25 0 shouldn't be
1151.92/1176.49	WSVECS04 Frhs2[131]: 6 0 6.62504 shouldn't be
1151.92/1176.49	WSVECS04 Frhs2[138]: 6 0 13.25 shouldn't be
1151.92/1176.49	WSVECS04 Frhs2[140]: 6 0 96.2501 shouldn't be
1151.92/1176.49	WSVECS04 Frhs2[143]: 6 -2573.63 0 shouldn't be
1151.92/1176.49	WSVECS04 Frhs2[177]: 6 0 834.625 shouldn't be
1151.92/1176.49	WSVECS04 Frhs2[179]: 6 0 726.063 shouldn't be
1151.92/1176.49	WSVECS04 Frhs2[212]: 6 0 96.25 shouldn't be
1151.92/1176.49	WSVECS04 Frhs2[216]: 6 -149.25 0 shouldn't be
1151.92/1176.49	WSVECS04 Frhs2[311]: 6 0 4.87506 shouldn't be
1151.92/1176.49	WSVECS04 Frhs2[361]: 6 -745 0 shouldn't be
1151.92/1176.49	WSVECS04 Frhs2[377]: 6 0 438 shouldn't be
1151.92/1176.49	WSVECS04 Frhs2[502]: 6 -485 0 shouldn't be
1151.92/1176.49	WSVECS04 Frhs2[540]: 6 0 60.8751 shouldn't be
1157.52/1182.11	c #Conflicts:    2005000 | #Constraints:      61170
1157.52/1182.11	c #Conflicts:    2006000 | #Constraints:      62172
1157.52/1182.11	c #Conflicts:    2007000 | #Constraints:      63173
1157.52/1182.11	c #Conflicts:    2008000 | #Constraints:      64174
1157.52/1182.11	c #Conflicts:    2009000 | #Constraints:      65177
1157.52/1182.11	c #Conflicts:    2010000 | #Constraints:      66179
1157.52/1182.11	c #Conflicts:    2011000 | #Constraints:      67182
1157.52/1182.11	c #Conflicts:    2012000 | #Constraints:      68184
1157.52/1182.11	c INPROCESSING
1157.52/1182.11	c GARBAGE COLLECT
1157.52/1182.11	c rational objective 19413.4
1176.06/1200.65	c #Conflicts:    2013000 | #Constraints:      37328
1176.06/1200.65	c #Conflicts:    2014000 | #Constraints:      38328
1176.06/1200.65	c #Conflicts:    2015000 | #Constraints:      39328
1176.06/1200.65	c #Conflicts:    2016000 | #Constraints:      40330
1176.06/1200.65	c #Conflicts:    2017000 | #Constraints:      41330
1176.06/1200.65	c #Conflicts:    2018000 | #Constraints:      42331
1176.06/1200.65	c #Conflicts:    2019000 | #Constraints:      43332
1176.06/1200.65	c #Conflicts:    2020000 | #Constraints:      44334
1176.06/1200.65	c #Conflicts:    2021000 | #Constraints:      45334
1176.06/1200.65	c #Conflicts:    2022000 | #Constraints:      46335
1176.06/1200.65	c #Conflicts:    2023000 | #Constraints:      47336
1176.06/1200.65	c #Conflicts:    2024000 | #Constraints:      48336
1176.06/1200.65	c #Conflicts:    2025000 | #Constraints:      49339
1176.06/1200.65	c #Conflicts:    2026000 | #Constraints:      50342
1176.06/1200.65	c #Conflicts:    2027000 | #Constraints:      51342
1176.06/1200.65	c #Conflicts:    2028000 | #Constraints:      52342
1176.06/1200.65	c #Conflicts:    2029000 | #Constraints:      53342
1176.06/1200.65	c #Conflicts:    2030000 | #Constraints:      54342
1176.06/1200.65	c #Conflicts:    2031000 | #Constraints:      55343
1176.06/1200.65	c #Conflicts:    2032000 | #Constraints:      56344
1176.06/1200.65	c #Conflicts:    2033000 | #Constraints:      57345
1176.06/1200.65	c #Conflicts:    2034000 | #Constraints:      58345
1176.06/1200.65	c #Conflicts:    2035000 | #Constraints:      59346
1176.06/1200.65	c #Conflicts:    2036000 | #Constraints:      60348
1176.06/1200.65	c #Conflicts:    2037000 | #Constraints:      61350
1176.06/1200.65	c #Conflicts:    2038000 | #Constraints:      62351
1176.06/1200.65	c #Conflicts:    2039000 | #Constraints:      63353
1176.06/1200.65	c #Conflicts:    2040000 | #Constraints:      64353
1176.06/1200.65	c #Conflicts:    2041000 | #Constraints:      65353
1176.06/1200.65	c #Conflicts:    2042000 | #Constraints:      66353
1176.06/1200.65	c #Conflicts:    2043000 | #Constraints:      67353
1176.06/1200.65	c #Conflicts:    2044000 | #Constraints:      68353
1176.06/1200.65	c #Conflicts:    2045000 | #Constraints:      69353
1176.06/1200.65	WSVECS04 Frhs2[1]: 6 -229 0 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[5]: 6 0 608.5 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[23]: 6 0 513 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[35]: 6 0 694.215 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[73]: 6 -975 0 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[76]: 6 0 325.5 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[109]: 6 0 68.2501 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[139]: 6 0 297.903 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[167]: 6 0 475 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[179]: 6 0 689.215 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[202]: 6 -38.0001 0 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[217]: 6 -416.5 0 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[223]: 6 0 413.25 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[250]: 6 0 199.431 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[255]: 6 0 45.5001 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[263]: 6 0 475 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[275]: 6 0 475 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[285]: 6 0 41.4931 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[287]: 6 0 710.569 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[295]: 6 0 355.75 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[301]: 6 0 31.5695 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[323]: 6 0 194.076 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[347]: 6 0 372 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[359]: 6 0 710.569 shouldn't be
1176.06/1200.65	WSVECS04 Frhs2[531]: 6 0 890.076 shouldn't be
1207.40/1232.59	c #Conflicts:    2046000 | #Constraints:      70353
1207.40/1232.59	c #Conflicts:    2047000 | #Constraints:      71353
1207.40/1232.59	c #Conflicts:    2048000 | #Constraints:      72354
1207.40/1232.59	c #Conflicts:    2049000 | #Constraints:      73354
1207.40/1232.59	c #Conflicts:    2050000 | #Constraints:      74354
1207.40/1232.59	c #Conflicts:    2051000 | #Constraints:      75354
1207.40/1232.59	c #Conflicts:    2052000 | #Constraints:      76354
1207.40/1232.59	c #Conflicts:    2053000 | #Constraints:      77354
1207.40/1232.59	c #Conflicts:    2054000 | #Constraints:      78355
1207.40/1232.59	c #Conflicts:    2055000 | #Constraints:      79355
1207.40/1232.59	c #Conflicts:    2056000 | #Constraints:      80355
1207.40/1232.59	c #Conflicts:    2057000 | #Constraints:      81356
1207.40/1232.59	c #Conflicts:    2058000 | #Constraints:      82358
1207.40/1232.59	c #Conflicts:    2059000 | #Constraints:      83358
1207.40/1232.59	c #Conflicts:    2060000 | #Constraints:      84358
1207.40/1232.59	c #Conflicts:    2061000 | #Constraints:      85358
1207.40/1232.59	c #Conflicts:    2062000 | #Constraints:      86359
1207.40/1232.59	c #Conflicts:    2063000 | #Constraints:      87360
1207.40/1232.59	c #Conflicts:    2064000 | #Constraints:      88361
1207.40/1232.59	c #Conflicts:    2065000 | #Constraints:      89362
1207.40/1232.59	c #Conflicts:    2066000 | #Constraints:      90363
1207.40/1232.59	c #Conflicts:    2067000 | #Constraints:      91363
1207.40/1232.59	c #Conflicts:    2068000 | #Constraints:      92365
1207.40/1232.59	c #Conflicts:    2069000 | #Constraints:      93365
1207.40/1232.59	c #Conflicts:    2070000 | #Constraints:      94365
1207.40/1232.59	c #Conflicts:    2071000 | #Constraints:      95367
1207.40/1232.59	c #Conflicts:    2072000 | #Constraints:      96368
1207.40/1232.59	c #Conflicts:    2073000 | #Constraints:      97368
1207.40/1232.59	c #Conflicts:    2074000 | #Constraints:      98368
1207.40/1232.59	c #Conflicts:    2075000 | #Constraints:      99368
1207.40/1232.59	c #Conflicts:    2076000 | #Constraints:     100368
1207.40/1232.59	c #Conflicts:    2077000 | #Constraints:     101368
1207.40/1232.59	c #Conflicts:    2078000 | #Constraints:     102368
1207.40/1232.59	c #Conflicts:    2079000 | #Constraints:     103369
1207.40/1232.59	c #Conflicts:    2080000 | #Constraints:     104369
1207.40/1232.59	c #Conflicts:    2081000 | #Constraints:     105369
1207.40/1232.59	c #Conflicts:    2082000 | #Constraints:     106370
1207.40/1232.59	WSVECS04 Frhs2[2]: 6 0 816 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[5]: 6 -77.99 0 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[13]: 6 0 202.3 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[17]: 6 0 63.01 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[19]: 6 0 179 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[23]: 6 0 152.51 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[40]: 6 0 218.9 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[73]: 6 -816 0 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[85]: 6 0 303.45 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[91]: 6 0 89.5 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[94]: 6 -89.5001 0 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[103]: 6 -3236.76 0 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[143]: 6 0 32.2834 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[152]: 6 -130.55 0 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[157]: 6 0 202.3 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[163]: 6 0 112.6 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[175]: 6 0 129.893 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[181]: 6 0 688.1 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[183]: 6 0 1605.1 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[193]: 6 0 202.3 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[199]: 6 0 89.5 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[217]: 6 -2244 0 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[224]: 6 0 176.13 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[229]: 6 0 202.3 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[256]: 6 0 213.8 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[269]: 6 0 23.1 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[301]: 6 0 202.3 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[337]: 6 0 202.3 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[339]: 6 -120.9 0 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[355]: 6 0 23.8934 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[361]: 6 -745 0 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[362]: 6 -665 0 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[381]: 6 -605 0 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[454]: 6 0 836.5 shouldn't be
1207.40/1232.59	WSVECS04 Frhs2[514]: 6 0 701.293 shouldn't be
1305.97/1332.08	c #Conflicts:    2083000 | #Constraints:     107370
1305.97/1332.08	c #Conflicts:    2084000 | #Constraints:     108370
1305.97/1332.08	c #Conflicts:    2085000 | #Constraints:     109370
1305.97/1332.08	c #Conflicts:    2086000 | #Constraints:     110371
1305.97/1332.08	c #Conflicts:    2087000 | #Constraints:     111371
1305.97/1332.08	c #Conflicts:    2088000 | #Constraints:     112372
1305.97/1332.08	c #Conflicts:    2089000 | #Constraints:     113374
1305.97/1332.08	c #Conflicts:    2090000 | #Constraints:     114376
1305.97/1332.08	c #Conflicts:    2091000 | #Constraints:     115378
1305.97/1332.08	c #Conflicts:    2092000 | #Constraints:     116378
1305.97/1332.08	c #Conflicts:    2093000 | #Constraints:     117378
1305.97/1332.08	c #Conflicts:    2094000 | #Constraints:     118379
1305.97/1332.08	c #Conflicts:    2095000 | #Constraints:     119379
1305.97/1332.08	c #Conflicts:    2096000 | #Constraints:     120379
1305.97/1332.08	c #Conflicts:    2097000 | #Constraints:     121380
1305.97/1332.08	c #Conflicts:    2098000 | #Constraints:     122381
1305.97/1332.08	c #Conflicts:    2099000 | #Constraints:     123381
1305.97/1332.08	c #Conflicts:    2100000 | #Constraints:     124383
1305.97/1332.08	c #Conflicts:    2101000 | #Constraints:     125384
1305.97/1332.08	c #Conflicts:    2102000 | #Constraints:     126384
1305.97/1332.09	c #Conflicts:    2103000 | #Constraints:     127386
1305.97/1332.09	c #Conflicts:    2104000 | #Constraints:     128387
1305.97/1332.09	c #Conflicts:    2105000 | #Constraints:     129387
1305.97/1332.09	c #Conflicts:    2106000 | #Constraints:     130387
1305.97/1332.09	c #Conflicts:    2107000 | #Constraints:     131387
1305.97/1332.09	c #Conflicts:    2108000 | #Constraints:     132387
1305.97/1332.09	c #Conflicts:    2109000 | #Constraints:     133388
1305.97/1332.09	c #Conflicts:    2110000 | #Constraints:     134388
1305.97/1332.09	c #Conflicts:    2111000 | #Constraints:     135388
1305.97/1332.09	c #Conflicts:    2112000 | #Constraints:     136388
1305.97/1332.09	c #Conflicts:    2113000 | #Constraints:     137389
1305.97/1332.09	c #Conflicts:    2114000 | #Constraints:     138389
1305.97/1332.09	c #Conflicts:    2115000 | #Constraints:     139390
1305.97/1332.09	c #Conflicts:    2116000 | #Constraints:     140391
1305.97/1332.09	c #Conflicts:    2117000 | #Constraints:     141391
1305.97/1332.09	c #Conflicts:    2118000 | #Constraints:     142391
1305.97/1332.09	c #Conflicts:    2119000 | #Constraints:     143392
1305.97/1332.09	c #Conflicts:    2120000 | #Constraints:     144392
1305.97/1332.09	c #Conflicts:    2121000 | #Constraints:     145392
1305.97/1332.09	c #Conflicts:    2122000 | #Constraints:     146392
1305.97/1332.09	c #Conflicts:    2123000 | #Constraints:     147394
1305.97/1332.09	c #Conflicts:    2124000 | #Constraints:     148394
1305.97/1332.09	c #Conflicts:    2125000 | #Constraints:     149395
1305.97/1332.09	c #Conflicts:    2126000 | #Constraints:     150395
1305.97/1332.09	c #Conflicts:    2127000 | #Constraints:     151396
1305.97/1332.09	c #Conflicts:    2128000 | #Constraints:     152396
1305.97/1332.09	c #Conflicts:    2129000 | #Constraints:     153396
1305.97/1332.09	c #Conflicts:    2130000 | #Constraints:     154396
1305.97/1332.09	c #Conflicts:    2131000 | #Constraints:     155396
1305.97/1332.09	c #Conflicts:    2132000 | #Constraints:     156396
1305.97/1332.09	c #Conflicts:    2133000 | #Constraints:     157396
1305.97/1332.09	c #Conflicts:    2134000 | #Constraints:     158396
1305.97/1332.09	c #Conflicts:    2135000 | #Constraints:     159397
1305.97/1332.09	c #Conflicts:    2136000 | #Constraints:     160397
1305.97/1332.09	c #Conflicts:    2137000 | #Constraints:     161397
1305.97/1332.09	c #Conflicts:    2138000 | #Constraints:     162397
1305.97/1332.09	c #Conflicts:    2139000 | #Constraints:     163397
1305.97/1332.09	c #Conflicts:    2140000 | #Constraints:     164397
1305.97/1332.09	c #Conflicts:    2141000 | #Constraints:     165397
1305.97/1332.09	c #Conflicts:    2142000 | #Constraints:     166397
1305.97/1332.09	c #Conflicts:    2143000 | #Constraints:     167397
1305.97/1332.09	c #Conflicts:    2144000 | #Constraints:     168398
1305.97/1332.09	c #Conflicts:    2145000 | #Constraints:     169399
1305.97/1332.09	c #Conflicts:    2146000 | #Constraints:     170400
1305.97/1332.09	c #Conflicts:    2147000 | #Constraints:     171400
1305.97/1332.09	c INPROCESSING
1305.97/1332.09	c GARBAGE COLLECT
1305.97/1332.09	c rational objective 19413.4
1308.15/1334.27	c #Conflicts:    2148000 | #Constraints:      88834
1308.15/1334.27	c #Conflicts:    2149000 | #Constraints:      89834
1308.15/1334.27	c #Conflicts:    2150000 | #Constraints:      90835
1308.15/1334.27	c #Conflicts:    2151000 | #Constraints:      91838
1308.15/1334.27	c bounds 23916 >= 12559 @ 1289.76
1336.65/1364.48	c #Conflicts:    2152000 | #Constraints:      92841
1336.65/1364.48	c #Conflicts:    2153000 | #Constraints:      93843
1336.65/1364.48	c #Conflicts:    2154000 | #Constraints:      94846
1336.65/1364.48	c #Conflicts:    2155000 | #Constraints:      95847
1336.65/1364.48	c #Conflicts:    2156000 | #Constraints:      96848
1336.65/1364.48	c #Conflicts:    2157000 | #Constraints:      97850
1336.65/1364.48	c #Conflicts:    2158000 | #Constraints:      98851
1336.65/1364.48	c #Conflicts:    2159000 | #Constraints:      99851
1336.65/1364.48	c #Conflicts:    2160000 | #Constraints:     100851
1336.65/1364.48	c #Conflicts:    2161000 | #Constraints:     101851
1336.65/1364.48	c #Conflicts:    2162000 | #Constraints:     102853
1336.65/1364.48	c #Conflicts:    2163000 | #Constraints:     103853
1336.65/1364.48	c #Conflicts:    2164000 | #Constraints:     104853
1336.65/1364.48	c #Conflicts:    2165000 | #Constraints:     105853
1336.65/1364.48	c #Conflicts:    2166000 | #Constraints:     106853
1336.65/1364.48	c #Conflicts:    2167000 | #Constraints:     107853
1336.65/1364.48	c #Conflicts:    2168000 | #Constraints:     108853
1336.65/1364.48	c #Conflicts:    2169000 | #Constraints:     109853
1336.65/1364.48	c #Conflicts:    2170000 | #Constraints:     110855
1336.65/1364.48	c #Conflicts:    2171000 | #Constraints:     111856
1336.65/1364.48	c #Conflicts:    2172000 | #Constraints:     112857
1336.65/1364.48	c #Conflicts:    2173000 | #Constraints:     113857
1336.65/1364.48	c #Conflicts:    2174000 | #Constraints:     114858
1336.65/1364.48	c #Conflicts:    2175000 | #Constraints:     115858
1336.65/1364.48	c #Conflicts:    2176000 | #Constraints:     116859
1336.65/1364.48	c #Conflicts:    2177000 | #Constraints:     117859
1336.65/1364.48	c INPROCESSING
1336.65/1364.48	c GARBAGE COLLECT
1336.65/1364.48	c rational objective 19413.4
1358.99/1386.89	c #Conflicts:    2178000 | #Constraints:      62008
1358.99/1386.89	c #Conflicts:    2179000 | #Constraints:      63008
1358.99/1386.89	c #Conflicts:    2180000 | #Constraints:      64012
1358.99/1386.89	c #Conflicts:    2181000 | #Constraints:      65013
1358.99/1386.89	c #Conflicts:    2182000 | #Constraints:      66013
1358.99/1386.89	c #Conflicts:    2183000 | #Constraints:      67013
1358.99/1386.89	c #Conflicts:    2184000 | #Constraints:      68013
1358.99/1386.89	c #Conflicts:    2185000 | #Constraints:      69013
1358.99/1386.89	c #Conflicts:    2186000 | #Constraints:      70013
1358.99/1386.89	c #Conflicts:    2187000 | #Constraints:      71016
1358.99/1386.89	c #Conflicts:    2188000 | #Constraints:      72017
1358.99/1386.89	c #Conflicts:    2189000 | #Constraints:      73017
1358.99/1386.89	c #Conflicts:    2190000 | #Constraints:      74017
1358.99/1386.89	c #Conflicts:    2191000 | #Constraints:      75019
1358.99/1386.89	c #Conflicts:    2192000 | #Constraints:      76019
1358.99/1386.89	c #Conflicts:    2193000 | #Constraints:      77019
1358.99/1386.89	c #Conflicts:    2194000 | #Constraints:      78019
1358.99/1386.89	c #Conflicts:    2195000 | #Constraints:      79021
1358.99/1386.89	c #Conflicts:    2196000 | #Constraints:      80022
1358.99/1386.89	c #Conflicts:    2197000 | #Constraints:      81024
1358.99/1386.89	c #Conflicts:    2198000 | #Constraints:      82024
1358.99/1386.89	c #Conflicts:    2199000 | #Constraints:      83024
1358.99/1386.89	c #Conflicts:    2200000 | #Constraints:      84024
1358.99/1386.89	c #Conflicts:    2201000 | #Constraints:      85024
1358.99/1386.89	c #Conflicts:    2202000 | #Constraints:      86025
1358.99/1386.89	c #Conflicts:    2203000 | #Constraints:      87025
1358.99/1386.89	c #Conflicts:    2204000 | #Constraints:      88025
1358.99/1386.89	c #Conflicts:    2205000 | #Constraints:      89027
1358.99/1386.89	c #Conflicts:    2206000 | #Constraints:      90028
1358.99/1386.89	c #Conflicts:    2207000 | #Constraints:      91029
1358.99/1386.89	c #Conflicts:    2208000 | #Constraints:      92030
1358.99/1386.89	c INPROCESSING
1358.99/1386.89	c GARBAGE COLLECT
1358.99/1386.89	c rational objective 19413.4
1379.24/1407.46	c #Conflicts:    2209000 | #Constraints:      49449
1379.24/1407.46	c #Conflicts:    2210000 | #Constraints:      50449
1379.24/1407.46	c #Conflicts:    2211000 | #Constraints:      51450
1379.24/1407.46	c #Conflicts:    2212000 | #Constraints:      52451
1379.24/1407.46	c #Conflicts:    2213000 | #Constraints:      53451
1379.24/1407.46	c #Conflicts:    2214000 | #Constraints:      54451
1379.24/1407.46	c #Conflicts:    2215000 | #Constraints:      55451
1379.24/1407.46	c #Conflicts:    2216000 | #Constraints:      56452
1379.24/1407.46	c #Conflicts:    2217000 | #Constraints:      57452
1379.24/1407.46	c #Conflicts:    2218000 | #Constraints:      58454
1379.24/1407.46	c #Conflicts:    2219000 | #Constraints:      59454
1379.24/1407.46	c #Conflicts:    2220000 | #Constraints:      60455
1379.24/1407.46	c #Conflicts:    2221000 | #Constraints:      61456
1379.24/1407.46	c #Conflicts:    2222000 | #Constraints:      62456
1379.24/1407.46	c #Conflicts:    2223000 | #Constraints:      63457
1379.24/1407.46	c #Conflicts:    2224000 | #Constraints:      64457
1379.24/1407.46	c #Conflicts:    2225000 | #Constraints:      65457
1379.24/1407.46	c #Conflicts:    2226000 | #Constraints:      66457
1379.24/1407.46	c #Conflicts:    2227000 | #Constraints:      67457
1379.24/1407.46	c #Conflicts:    2228000 | #Constraints:      68457
1379.24/1407.46	c #Conflicts:    2229000 | #Constraints:      69457
1379.24/1407.46	c #Conflicts:    2230000 | #Constraints:      70457
1379.24/1407.46	c #Conflicts:    2231000 | #Constraints:      71458
1379.24/1407.46	c #Conflicts:    2232000 | #Constraints:      72458
1379.24/1407.46	c #Conflicts:    2233000 | #Constraints:      73459
1379.24/1407.46	c #Conflicts:    2234000 | #Constraints:      74459
1379.24/1407.46	c #Conflicts:    2235000 | #Constraints:      75460
1379.24/1407.46	c #Conflicts:    2236000 | #Constraints:      76460
1379.24/1407.46	c #Conflicts:    2237000 | #Constraints:      77460
1379.24/1407.46	c #Conflicts:    2238000 | #Constraints:      78460
1379.24/1407.46	c INPROCESSING
1379.24/1407.46	c GARBAGE COLLECT
1379.24/1407.46	c rational objective 19413.4
1394.29/1422.52	c #Conflicts:    2239000 | #Constraints:      42423
1394.29/1422.52	c #Conflicts:    2240000 | #Constraints:      43423
1394.29/1422.52	c #Conflicts:    2241000 | #Constraints:      44423
1394.29/1422.52	c #Conflicts:    2242000 | #Constraints:      45423
1394.29/1422.52	c #Conflicts:    2243000 | #Constraints:      46424
1394.29/1422.52	c #Conflicts:    2244000 | #Constraints:      47424
1394.29/1422.52	c #Conflicts:    2245000 | #Constraints:      48424
1394.29/1422.52	c #Conflicts:    2246000 | #Constraints:      49425
1394.29/1422.52	c #Conflicts:    2247000 | #Constraints:      50425
1394.29/1422.52	c #Conflicts:    2248000 | #Constraints:      51425
1394.29/1422.52	c #Conflicts:    2249000 | #Constraints:      52425
1394.29/1422.52	c #Conflicts:    2250000 | #Constraints:      53425
1394.29/1422.52	c #Conflicts:    2251000 | #Constraints:      54425
1394.29/1422.52	c #Conflicts:    2252000 | #Constraints:      55426
1394.29/1422.52	c #Conflicts:    2253000 | #Constraints:      56426
1394.29/1422.52	c #Conflicts:    2254000 | #Constraints:      57426
1394.29/1422.52	c #Conflicts:    2255000 | #Constraints:      58426
1394.29/1422.52	c #Conflicts:    2256000 | #Constraints:      59427
1394.29/1422.52	c #Conflicts:    2257000 | #Constraints:      60427
1394.29/1422.52	c #Conflicts:    2258000 | #Constraints:      61427
1394.29/1422.52	c #Conflicts:    2259000 | #Constraints:      62428
1394.29/1422.52	c #Conflicts:    2260000 | #Constraints:      63428
1394.29/1422.52	c #Conflicts:    2261000 | #Constraints:      64429
1394.29/1422.52	c #Conflicts:    2262000 | #Constraints:      65430
1394.29/1422.52	c #Conflicts:    2263000 | #Constraints:      66432
1394.29/1422.52	c #Conflicts:    2264000 | #Constraints:      67433
1394.29/1422.52	c #Conflicts:    2265000 | #Constraints:      68435
1394.29/1422.52	c #Conflicts:    2266000 | #Constraints:      69437
1394.29/1422.52	c #Conflicts:    2267000 | #Constraints:      70437
1394.29/1422.52	c #Conflicts:    2268000 | #Constraints:      71438
1394.29/1422.52	c #Conflicts:    2269000 | #Constraints:      72438
1394.29/1422.52	c INPROCESSING
1394.29/1422.52	c GARBAGE COLLECT
1394.29/1422.52	c rational objective 19413.4
1424.75/1453.42	c #Conflicts:    2270000 | #Constraints:      39560
1424.75/1453.42	c #Conflicts:    2271000 | #Constraints:      40560
1424.75/1453.42	c #Conflicts:    2272000 | #Constraints:      41560
1424.75/1453.42	c #Conflicts:    2273000 | #Constraints:      42560
1424.75/1453.42	c #Conflicts:    2274000 | #Constraints:      43561
1424.75/1453.42	c #Conflicts:    2275000 | #Constraints:      44561
1424.75/1453.42	c #Conflicts:    2276000 | #Constraints:      45562
1424.75/1453.42	c #Conflicts:    2277000 | #Constraints:      46562
1424.75/1453.42	c #Conflicts:    2278000 | #Constraints:      47562
1424.75/1453.42	c #Conflicts:    2279000 | #Constraints:      48562
1424.75/1453.42	c #Conflicts:    2280000 | #Constraints:      49562
1424.75/1453.42	c #Conflicts:    2281000 | #Constraints:      50562
1424.75/1453.42	c #Conflicts:    2282000 | #Constraints:      51564
1424.75/1453.42	c #Conflicts:    2283000 | #Constraints:      52564
1424.75/1453.42	c #Conflicts:    2284000 | #Constraints:      53565
1424.75/1453.42	c #Conflicts:    2285000 | #Constraints:      54565
1424.75/1453.42	c #Conflicts:    2286000 | #Constraints:      55565
1424.75/1453.42	c #Conflicts:    2287000 | #Constraints:      56566
1424.75/1453.42	c #Conflicts:    2288000 | #Constraints:      57566
1424.75/1453.42	c #Conflicts:    2289000 | #Constraints:      58566
1424.75/1453.42	c #Conflicts:    2290000 | #Constraints:      59566
1424.75/1453.42	c #Conflicts:    2291000 | #Constraints:      60566
1424.75/1453.42	c #Conflicts:    2292000 | #Constraints:      61566
1424.75/1453.42	c #Conflicts:    2293000 | #Constraints:      62567
1424.75/1453.42	c #Conflicts:    2294000 | #Constraints:      63568
1424.75/1453.42	c #Conflicts:    2295000 | #Constraints:      64568
1424.75/1453.42	c #Conflicts:    2296000 | #Constraints:      65568
1424.75/1453.42	c #Conflicts:    2297000 | #Constraints:      66568
1424.75/1453.42	c #Conflicts:    2298000 | #Constraints:      67568
1424.75/1453.42	c #Conflicts:    2299000 | #Constraints:      68569
1424.75/1453.42	c #Conflicts:    2300000 | #Constraints:      69570
1424.75/1453.42	c #Conflicts:    2301000 | #Constraints:      70570
1424.75/1453.42	c #Conflicts:    2302000 | #Constraints:      71570
1424.75/1453.42	c #Conflicts:    2303000 | #Constraints:      72570
1424.75/1453.42	c #Conflicts:    2304000 | #Constraints:      73570
1424.75/1453.42	c #Conflicts:    2305000 | #Constraints:      74570
1424.75/1453.42	c #Conflicts:    2306000 | #Constraints:      75570
1424.75/1453.42	c #Conflicts:    2307000 | #Constraints:      76572
1424.75/1453.42	c #Conflicts:    2308000 | #Constraints:      77572
1424.75/1453.42	c #Conflicts:    2309000 | #Constraints:      78572
1424.75/1453.42	c #Conflicts:    2310000 | #Constraints:      79574
1424.75/1453.42	c #Conflicts:    2311000 | #Constraints:      80574
1424.75/1453.42	c #Conflicts:    2312000 | #Constraints:      81574
1424.75/1453.42	c #Conflicts:    2313000 | #Constraints:      82575
1424.75/1453.42	c #Conflicts:    2314000 | #Constraints:      83576
1424.75/1453.42	c #Conflicts:    2315000 | #Constraints:      84576
1424.75/1453.42	c #Conflicts:    2316000 | #Constraints:      85576
1424.75/1453.42	WSVECS04 Frhs2[52]: 6 0 106 shouldn't be
1424.75/1453.42	WSVECS04 Frhs2[78]: 6 0 55 shouldn't be
1424.75/1453.42	WSVECS04 Frhs2[82]: 6 0 845.667 shouldn't be
1424.75/1453.42	WSVECS04 Frhs2[109]: 6 -6.00004 0 shouldn't be
1424.75/1453.42	WSVECS04 Frhs2[111]: 6 0 744 shouldn't be
1424.75/1453.42	WSVECS04 Frhs2[114]: 6 0 55 shouldn't be
1424.75/1453.42	WSVECS04 Frhs2[160]: 6 0 57.0001 shouldn't be
1424.75/1453.42	WSVECS04 Frhs2[177]: 6 0 155 shouldn't be
1424.75/1453.42	WSVECS04 Frhs2[179]: 6 0 49.0001 shouldn't be
1424.75/1453.42	WSVECS04 Frhs2[189]: 6 -295.667 0 shouldn't be
1424.75/1453.42	WSVECS04 Frhs2[195]: 6 -106 0 shouldn't be
1424.75/1453.42	WSVECS04 Frhs2[217]: 6 -171 0 shouldn't be
1424.75/1453.42	WSVECS04 Frhs2[220]: 6 0 463 shouldn't be
1424.75/1453.42	WSVECS04 Frhs2[229]: 6 0 106 shouldn't be
1424.75/1453.42	WSVECS04 Frhs2[289]: 6 -518 0 shouldn't be
1424.75/1453.42	WSVECS04 Frhs2[294]: 6 0 55 shouldn't be
1424.75/1453.42	WSVECS04 Frhs2[341]: 6 0 49 shouldn't be
1424.75/1453.42	WSVECS04 Frhs2[463]: 6 0 172 shouldn't be
1481.41/1510.59	c #Conflicts:    2317000 | #Constraints:      86576
1481.41/1510.59	c #Conflicts:    2318000 | #Constraints:      87576
1481.41/1510.59	c #Conflicts:    2319000 | #Constraints:      88576
1481.41/1510.59	c #Conflicts:    2320000 | #Constraints:      89576
1481.41/1510.59	c #Conflicts:    2321000 | #Constraints:      90576
1481.41/1510.59	c #Conflicts:    2322000 | #Constraints:      91576
1481.41/1510.59	c #Conflicts:    2323000 | #Constraints:      92576
1481.41/1510.59	c #Conflicts:    2324000 | #Constraints:      93578
1481.41/1510.59	c #Conflicts:    2325000 | #Constraints:      94580
1481.41/1510.59	c #Conflicts:    2326000 | #Constraints:      95580
1481.41/1510.59	c #Conflicts:    2327000 | #Constraints:      96580
1481.41/1510.59	c #Conflicts:    2328000 | #Constraints:      97581
1481.41/1510.59	c #Conflicts:    2329000 | #Constraints:      98581
1481.41/1510.59	c #Conflicts:    2330000 | #Constraints:      99582
1481.41/1510.59	c #Conflicts:    2331000 | #Constraints:     100582
1481.41/1510.59	c #Conflicts:    2332000 | #Constraints:     101583
1481.41/1510.59	c #Conflicts:    2333000 | #Constraints:     102583
1481.41/1510.59	c #Conflicts:    2334000 | #Constraints:     103583
1481.41/1510.59	c #Conflicts:    2335000 | #Constraints:     104583
1481.41/1510.59	c #Conflicts:    2336000 | #Constraints:     105583
1481.41/1510.59	c #Conflicts:    2337000 | #Constraints:     106583
1481.41/1510.59	c #Conflicts:    2338000 | #Constraints:     107584
1481.41/1510.59	c #Conflicts:    2339000 | #Constraints:     108584
1481.41/1510.59	c #Conflicts:    2340000 | #Constraints:     109584
1481.41/1510.59	c #Conflicts:    2341000 | #Constraints:     110584
1481.41/1510.59	c #Conflicts:    2342000 | #Constraints:     111586
1481.41/1510.59	c #Conflicts:    2343000 | #Constraints:     112586
1481.41/1510.59	c #Conflicts:    2344000 | #Constraints:     113586
1481.41/1510.59	c #Conflicts:    2345000 | #Constraints:     114586
1481.41/1510.59	c #Conflicts:    2346000 | #Constraints:     115586
1481.41/1510.59	c #Conflicts:    2347000 | #Constraints:     116588
1481.41/1510.59	c #Conflicts:    2348000 | #Constraints:     117589
1481.41/1510.59	c #Conflicts:    2349000 | #Constraints:     118589
1481.41/1510.59	c #Conflicts:    2350000 | #Constraints:     119590
1481.41/1510.59	c #Conflicts:    2351000 | #Constraints:     120590
1481.41/1510.59	c #Conflicts:    2352000 | #Constraints:     121591
1481.41/1510.59	c #Conflicts:    2353000 | #Constraints:     122593
1481.41/1510.59	c #Conflicts:    2354000 | #Constraints:     123594
1481.41/1510.59	c #Conflicts:    2355000 | #Constraints:     124594
1481.41/1510.59	c #Conflicts:    2356000 | #Constraints:     125594
1481.41/1510.59	c #Conflicts:    2357000 | #Constraints:     126594
1481.41/1510.59	c #Conflicts:    2358000 | #Constraints:     127594
1481.41/1510.59	c #Conflicts:    2359000 | #Constraints:     128594
1481.41/1510.59	c #Conflicts:    2360000 | #Constraints:     129595
1481.41/1510.59	c #Conflicts:    2361000 | #Constraints:     130595
1481.41/1510.59	c #Conflicts:    2362000 | #Constraints:     131595
1481.41/1510.59	c #Conflicts:    2363000 | #Constraints:     132596
1481.41/1510.59	c #Conflicts:    2364000 | #Constraints:     133596
1481.41/1510.59	c #Conflicts:    2365000 | #Constraints:     134596
1481.41/1510.59	c #Conflicts:    2366000 | #Constraints:     135597
1481.41/1510.59	c #Conflicts:    2367000 | #Constraints:     136597
1481.41/1510.59	c #Conflicts:    2368000 | #Constraints:     137598
1481.41/1510.59	c #Conflicts:    2369000 | #Constraints:     138599
1481.41/1510.59	c #Conflicts:    2370000 | #Constraints:     139599
1481.41/1510.59	c #Conflicts:    2371000 | #Constraints:     140600
1481.41/1510.59	c #Conflicts:    2372000 | #Constraints:     141600
1481.41/1510.59	c #Conflicts:    2373000 | #Constraints:     142600
1481.41/1510.59	WSVECS04 Frhs2[3]: 6 0 204 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[28]: 6 0 294.5 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[43]: 6 0 98.5 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[45]: 6 0 0.500021 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[46]: 6 0 6.07145 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[47]: 6 0 0.500052 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[65]: 6 -391.813 0 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[74]: 6 -423 0 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[79]: 6 0 98.5 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[93]: 6 -742.884 0 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[114]: 6 0 93.4286 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[145]: 6 0 177 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[164]: 6 0 51.5001 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[168]: 6 0 51.5001 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[213]: 6 -472.214 0 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[222]: 6 0 93.4286 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[224]: 6 -98.5001 0 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[225]: 6 0 0.500084 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[226]: 6 0 6.07145 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[227]: 6 0 0.500074 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[243]: 6 0 52.7501 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[247]: 6 0 99.0715 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[248]: 6 0 99.0715 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[249]: 6 0 99.0715 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[255]: 6 0 204 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[271]: 6 0 742.884 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[272]: 6 0 51.5 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[279]: 6 0 55.625 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[291]: 6 0 204 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[307]: 6 0 691.384 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[310]: 6 -103 0 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[427]: 6 0 106 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[453]: 6 -179 0 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[465]: 6 -106 0 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[469]: 6 -888 0 shouldn't be
1481.41/1510.59	WSVECS04 Frhs2[494]: 6 -938.375 0 shouldn't be
1491.80/1521.10	c #Conflicts:    2374000 | #Constraints:     143601
1491.80/1521.10	c #Conflicts:    2375000 | #Constraints:     144601
1491.80/1521.10	c #Conflicts:    2376000 | #Constraints:     145601
1491.80/1521.10	c #Conflicts:    2377000 | #Constraints:     146602
1491.80/1521.10	c #Conflicts:    2378000 | #Constraints:     147602
1491.80/1521.10	c #Conflicts:    2379000 | #Constraints:     148603
1491.80/1521.10	c #Conflicts:    2380000 | #Constraints:     149603
1491.80/1521.10	c #Conflicts:    2381000 | #Constraints:     150603
1491.80/1521.10	WSVECS04 Frhs2[15]: 6 0 106 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[56]: 6 0 372 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[58]: 6 -87.6601 0 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[60]: 6 0 414.68 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[123]: 6 -106 0 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[128]: 6 0 372 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[130]: 6 -193.66 0 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[151]: 6 0 189.71 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[155]: 6 0 25.4301 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[156]: 6 0 86.8401 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[166]: 6 0 261.77 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[172]: 6 0 680.92 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[217]: 6 -991.92 0 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[235]: 6 0 534.66 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[238]: 6 0 75.0001 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[244]: 6 0 680.92 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[271]: 6 0 459.66 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[274]: 6 -137.32 0 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[280]: 6 0 680.92 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[298]: 6 0 287.52 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[300]: 6 0 86.84 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[307]: 6 0 459.66 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[308]: 6 0 372 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[310]: 6 -119.68 0 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[321]: 6 -297.36 0 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[331]: 6 0 176.12 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[332]: 6 -151 0 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[351]: 6 -785 0 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[377]: 6 -334 0 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[454]: 6 0 901.68 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[471]: 6 0 1045.68 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[494]: 6 -415 0 shouldn't be
1491.80/1521.10	WSVECS04 Frhs2[525]: 6 -48.64 0 shouldn't be
1537.21/1566.60	c #Conflicts:    2382000 | #Constraints:     151603
1537.21/1566.60	c #Conflicts:    2383000 | #Constraints:     152603
1537.21/1566.60	c #Conflicts:    2384000 | #Constraints:     153604
1537.21/1566.60	c #Conflicts:    2385000 | #Constraints:     154604
1537.21/1566.60	c #Conflicts:    2386000 | #Constraints:     155604
1537.21/1566.60	c #Conflicts:    2387000 | #Constraints:     156608
1537.21/1566.60	c #Conflicts:    2388000 | #Constraints:     157608
1537.21/1566.60	c #Conflicts:    2389000 | #Constraints:     158608
1537.21/1566.60	c #Conflicts:    2390000 | #Constraints:     159609
1537.21/1566.60	c #Conflicts:    2391000 | #Constraints:     160609
1537.21/1566.60	c #Conflicts:    2392000 | #Constraints:     161611
1537.21/1566.60	c #Conflicts:    2393000 | #Constraints:     162612
1537.21/1566.60	c #Conflicts:    2394000 | #Constraints:     163614
1537.21/1566.60	c #Conflicts:    2395000 | #Constraints:     164616
1537.21/1566.60	c #Conflicts:    2396000 | #Constraints:     165616
1537.21/1566.60	c #Conflicts:    2397000 | #Constraints:     166618
1537.21/1566.60	c #Conflicts:    2398000 | #Constraints:     167618
1537.21/1566.60	c #Conflicts:    2399000 | #Constraints:     168618
1537.21/1566.60	c #Conflicts:    2400000 | #Constraints:     169619
1537.21/1566.60	c #Conflicts:    2401000 | #Constraints:     170619
1537.21/1566.60	c #Conflicts:    2402000 | #Constraints:     171619
1537.21/1566.60	c #Conflicts:    2403000 | #Constraints:     172619
1537.21/1566.60	c #Conflicts:    2404000 | #Constraints:     173619
1537.21/1566.60	c #Conflicts:    2405000 | #Constraints:     174619
1537.21/1566.60	c #Conflicts:    2406000 | #Constraints:     175619
1537.21/1566.60	c #Conflicts:    2407000 | #Constraints:     176621
1537.21/1566.60	c #Conflicts:    2408000 | #Constraints:     177621
1537.21/1566.60	c #Conflicts:    2409000 | #Constraints:     178622
1537.21/1566.60	c #Conflicts:    2410000 | #Constraints:     179623
1537.21/1566.60	c INPROCESSING
1537.21/1566.60	c GARBAGE COLLECT
1537.21/1566.60	c rational objective 19413.4
1563.74/1594.21	c #Conflicts:    2411000 | #Constraints:      92843
1563.74/1594.21	c #Conflicts:    2412000 | #Constraints:      93844
1563.74/1594.21	c #Conflicts:    2413000 | #Constraints:      94848
1563.74/1594.21	c #Conflicts:    2414000 | #Constraints:      95849
1563.74/1594.21	c #Conflicts:    2415000 | #Constraints:      96851
1563.74/1594.21	c #Conflicts:    2416000 | #Constraints:      97851
1563.74/1594.21	c #Conflicts:    2417000 | #Constraints:      98852
1563.74/1594.21	c #Conflicts:    2418000 | #Constraints:      99852
1563.74/1594.21	c #Conflicts:    2419000 | #Constraints:     100855
1563.74/1594.21	c #Conflicts:    2420000 | #Constraints:     101856
1563.74/1594.21	c #Conflicts:    2421000 | #Constraints:     102858
1563.74/1594.21	c #Conflicts:    2422000 | #Constraints:     103860
1563.74/1594.21	c #Conflicts:    2423000 | #Constraints:     104860
1563.74/1594.21	c #Conflicts:    2424000 | #Constraints:     105861
1563.74/1594.21	c #Conflicts:    2425000 | #Constraints:     106861
1563.74/1594.21	c #Conflicts:    2426000 | #Constraints:     107861
1563.74/1594.21	c #Conflicts:    2427000 | #Constraints:     108862
1563.74/1594.21	c #Conflicts:    2428000 | #Constraints:     109863
1563.74/1594.21	c #Conflicts:    2429000 | #Constraints:     110865
1563.74/1594.21	c #Conflicts:    2430000 | #Constraints:     111865
1563.74/1594.21	c #Conflicts:    2431000 | #Constraints:     112866
1563.74/1594.21	c #Conflicts:    2432000 | #Constraints:     113866
1563.74/1594.21	c #Conflicts:    2433000 | #Constraints:     114866
1563.74/1594.21	c #Conflicts:    2434000 | #Constraints:     115866
1563.74/1594.21	c #Conflicts:    2435000 | #Constraints:     116867
1563.74/1594.21	c #Conflicts:    2436000 | #Constraints:     117867
1563.74/1594.21	c #Conflicts:    2437000 | #Constraints:     118867
1563.74/1594.21	c #Conflicts:    2438000 | #Constraints:     119868
1563.74/1594.21	c #Conflicts:    2439000 | #Constraints:     120869
1563.74/1594.21	c #Conflicts:    2440000 | #Constraints:     121870
1563.74/1594.21	c #Conflicts:    2441000 | #Constraints:     122872
1563.74/1594.21	c #Conflicts:    2442000 | #Constraints:     123873
1563.74/1594.21	c INPROCESSING
1563.74/1594.21	c GARBAGE COLLECT
1563.74/1594.21	c rational objective 19413.4
1591.95/1622.72	c #Conflicts:    2443000 | #Constraints:      64955
1591.95/1622.72	c #Conflicts:    2444000 | #Constraints:      65955
1591.95/1622.72	c #Conflicts:    2445000 | #Constraints:      66955
1591.95/1622.72	c #Conflicts:    2446000 | #Constraints:      67955
1591.95/1622.72	c #Conflicts:    2447000 | #Constraints:      68955
1591.95/1622.72	c #Conflicts:    2448000 | #Constraints:      69958
1591.95/1622.72	c #Conflicts:    2449000 | #Constraints:      70959
1591.95/1622.72	c #Conflicts:    2450000 | #Constraints:      71960
1591.95/1622.72	c #Conflicts:    2451000 | #Constraints:      72960
1591.95/1622.72	c #Conflicts:    2452000 | #Constraints:      73960
1591.95/1622.72	c #Conflicts:    2453000 | #Constraints:      74960
1591.95/1622.72	c #Conflicts:    2454000 | #Constraints:      75960
1591.95/1622.72	c #Conflicts:    2455000 | #Constraints:      76961
1591.95/1622.72	c #Conflicts:    2456000 | #Constraints:      77963
1591.95/1622.72	c #Conflicts:    2457000 | #Constraints:      78965
1591.95/1622.72	c #Conflicts:    2458000 | #Constraints:      79965
1591.95/1622.72	c #Conflicts:    2459000 | #Constraints:      80966
1591.95/1622.72	c #Conflicts:    2460000 | #Constraints:      81966
1591.95/1622.72	c #Conflicts:    2461000 | #Constraints:      82967
1591.95/1622.72	c #Conflicts:    2462000 | #Constraints:      83968
1591.95/1622.72	c #Conflicts:    2463000 | #Constraints:      84969
1591.95/1622.72	c #Conflicts:    2464000 | #Constraints:      85969
1591.95/1622.72	c #Conflicts:    2465000 | #Constraints:      86969
1591.95/1622.72	c #Conflicts:    2466000 | #Constraints:      87970
1591.95/1622.72	c #Conflicts:    2467000 | #Constraints:      88970
1591.95/1622.72	c #Conflicts:    2468000 | #Constraints:      89970
1591.95/1622.72	c #Conflicts:    2469000 | #Constraints:      90971
1591.95/1622.72	c #Conflicts:    2470000 | #Constraints:      91971
1591.95/1622.72	c #Conflicts:    2471000 | #Constraints:      92972
1591.95/1622.72	c #Conflicts:    2472000 | #Constraints:      93972
1591.95/1622.72	c #Conflicts:    2473000 | #Constraints:      94972
1591.95/1622.72	c #Conflicts:    2474000 | #Constraints:      95972
1591.95/1622.72	c #Conflicts:    2475000 | #Constraints:      96973
1591.95/1622.72	c INPROCESSING
1591.95/1622.72	c GARBAGE COLLECT
1591.95/1622.72	c rational objective 19413.4
1615.22/1646.18	c #Conflicts:    2476000 | #Constraints:      51930
1615.22/1646.18	c #Conflicts:    2477000 | #Constraints:      52930
1615.22/1646.18	c #Conflicts:    2478000 | #Constraints:      53930
1615.22/1646.18	c #Conflicts:    2479000 | #Constraints:      54930
1615.22/1646.18	c #Conflicts:    2480000 | #Constraints:      55930
1615.22/1646.18	c #Conflicts:    2481000 | #Constraints:      56930
1615.22/1646.18	c #Conflicts:    2482000 | #Constraints:      57931
1615.22/1646.18	c #Conflicts:    2483000 | #Constraints:      58933
1615.22/1646.18	c #Conflicts:    2484000 | #Constraints:      59933
1615.22/1646.18	c #Conflicts:    2485000 | #Constraints:      60933
1615.22/1646.18	c #Conflicts:    2486000 | #Constraints:      61933
1615.22/1646.18	c #Conflicts:    2487000 | #Constraints:      62936
1615.22/1646.18	c #Conflicts:    2488000 | #Constraints:      63939
1615.22/1646.18	c #Conflicts:    2489000 | #Constraints:      64941
1615.22/1646.18	c #Conflicts:    2490000 | #Constraints:      65941
1615.22/1646.18	c #Conflicts:    2491000 | #Constraints:      66942
1615.22/1646.18	c #Conflicts:    2492000 | #Constraints:      67942
1615.22/1646.18	c #Conflicts:    2493000 | #Constraints:      68942
1615.22/1646.18	c #Conflicts:    2494000 | #Constraints:      69942
1615.22/1646.18	c #Conflicts:    2495000 | #Constraints:      70942
1615.22/1646.18	c #Conflicts:    2496000 | #Constraints:      71945
1615.22/1646.18	c #Conflicts:    2497000 | #Constraints:      72945
1615.22/1646.18	c #Conflicts:    2498000 | #Constraints:      73946
1615.22/1646.18	c #Conflicts:    2499000 | #Constraints:      74946
1615.22/1646.18	c #Conflicts:    2500000 | #Constraints:      75946
1615.22/1646.18	c #Conflicts:    2501000 | #Constraints:      76946
1615.22/1646.18	c #Conflicts:    2502000 | #Constraints:      77947
1615.22/1646.18	c #Conflicts:    2503000 | #Constraints:      78947
1615.22/1646.18	c #Conflicts:    2504000 | #Constraints:      79948
1615.22/1646.18	c #Conflicts:    2505000 | #Constraints:      80948
1615.22/1646.18	c #Conflicts:    2506000 | #Constraints:      81950
1615.22/1646.18	c #Conflicts:    2507000 | #Constraints:      82951
1615.22/1646.18	c INPROCESSING
1615.22/1646.18	c GARBAGE COLLECT
1615.22/1646.18	c rational objective 19413.4
1619.69/1650.63	c #Conflicts:    2508000 | #Constraints:      44732
1619.69/1650.63	c #Conflicts:    2509000 | #Constraints:      45732
1619.69/1650.63	c #Conflicts:    2510000 | #Constraints:      46733
1619.69/1650.63	c #Conflicts:    2511000 | #Constraints:      47734
1619.69/1650.63	c #Conflicts:    2512000 | #Constraints:      48735
1619.69/1650.63	c #Conflicts:    2513000 | #Constraints:      49736
1619.69/1650.63	c #Conflicts:    2514000 | #Constraints:      50737
1619.69/1650.63	c #Conflicts:    2515000 | #Constraints:      51738
1619.69/1650.63	c #Conflicts:    2516000 | #Constraints:      52738
1619.69/1650.63	WSVECS04 Frhs2[3]: 6 0 882 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[10]: 6 0 6.67753 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[14]: 6 -850.066 0 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[21]: 6 0 11.1451 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[26]: 6 0 153.379 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[39]: 6 0 882 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[46]: 6 0 6.67755 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[56]: 6 0 1.45174 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[82]: 6 0 6.6775 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[85]: 6 0 207.596 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[98]: 6 0 29.2695 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[104]: 6 0 116.185 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[119]: 6 0 47 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[121]: 6 0 207.596 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[123]: 6 -43.6775 0 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[127]: 6 0 150.839 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[136]: 6 0 67.5782 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[143]: 6 -861.022 0 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[145]: 6 0 207.596 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[147]: 6 0 882 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[161]: 6 0 976.855 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[163]: 6 0 204.516 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[166]: 6 -91.71 0 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[172]: 6 0 135.156 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[176]: 6 0 116.185 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[184]: 6 0 502 shouldn't be
1619.69/1650.63	WSVECS04 Frhs2[189]: 6 -37.0001 0 shouldn't be
1619.69/1650.64	WSVECS04 Frhs2[195]: 6 -1049.18 0 shouldn't be
1619.69/1650.64	WSVECS04 Frhs2[200]: 6 0 69.2423 shouldn't be
1619.69/1650.64	WSVECS04 Frhs2[210]: 6 0 140.086 shouldn't be
1619.69/1650.64	WSVECS04 Frhs2[220]: 6 0 458.323 shouldn't be
1619.69/1650.64	WSVECS04 Frhs2[247]: 6 0 655.541 shouldn't be
1619.69/1650.64	WSVECS04 Frhs2[290]: 6 -947.381 0 shouldn't be
1619.69/1650.64	WSVECS04 Frhs2[296]: 6 -315 0 shouldn't be
1619.69/1650.64	WSVECS04 Frhs2[320]: 6 0 116.185 shouldn't be
1619.69/1650.64	WSVECS04 Frhs2[330]: 6 0 661.174 shouldn't be
1619.69/1650.64	WSVECS04 Frhs2[336]: 6 -315 0 shouldn't be
1619.69/1650.64	WSVECS04 Frhs2[386]: 6 -78.6903 0 shouldn't be
1619.69/1650.64	WSVECS04 Frhs2[396]: 6 -1183 0 shouldn't be
1619.69/1650.64	WSVECS04 Frhs2[415]: 6 0 33.0001 shouldn't be
1619.69/1650.64	WSVECS04 Frhs2[419]: 6 0 888 shouldn't be
1619.69/1650.64	WSVECS04 Frhs2[445]: 6 0 247 shouldn't be
1619.69/1650.64	WSVECS04 Frhs2[446]: 6 0 328.678 shouldn't be
1635.94/1666.90	c #Conflicts:    2517000 | #Constraints:      53738
1635.94/1666.90	c #Conflicts:    2518000 | #Constraints:      54738
1635.94/1666.90	c #Conflicts:    2519000 | #Constraints:      55738
1635.94/1666.90	c #Conflicts:    2520000 | #Constraints:      56738
1635.94/1666.90	c #Conflicts:    2521000 | #Constraints:      57738
1635.94/1666.90	c #Conflicts:    2522000 | #Constraints:      58739
1635.94/1666.90	c #Conflicts:    2523000 | #Constraints:      59739
1635.94/1666.90	c #Conflicts:    2524000 | #Constraints:      60740
1635.94/1666.90	c #Conflicts:    2525000 | #Constraints:      61740
1635.94/1666.90	c #Conflicts:    2526000 | #Constraints:      62741
1635.94/1666.90	c #Conflicts:    2527000 | #Constraints:      63741
1635.94/1666.90	c #Conflicts:    2528000 | #Constraints:      64741
1635.94/1666.90	c #Conflicts:    2529000 | #Constraints:      65741
1635.94/1666.90	c #Conflicts:    2530000 | #Constraints:      66742
1635.94/1666.90	c #Conflicts:    2531000 | #Constraints:      67743
1635.94/1666.90	c #Conflicts:    2532000 | #Constraints:      68743
1635.94/1666.90	c #Conflicts:    2533000 | #Constraints:      69745
1635.94/1666.90	c #Conflicts:    2534000 | #Constraints:      70746
1635.94/1666.90	c #Conflicts:    2535000 | #Constraints:      71746
1635.94/1666.90	c #Conflicts:    2536000 | #Constraints:      72748
1635.94/1666.90	c #Conflicts:    2537000 | #Constraints:      73748
1635.94/1666.90	c #Conflicts:    2538000 | #Constraints:      74748
1635.94/1666.90	c #Conflicts:    2539000 | #Constraints:      75748
1635.94/1666.90	WSVECS04 Frhs2[110]: 6 0 8.80006 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[135]: 6 0 38.0001 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[157]: 6 0 3.09509 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[163]: 6 0 11.6001 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[175]: 6 0 79.6601 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[181]: 6 0 283.45 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[191]: 6 0 12.4001 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[193]: 6 0 16.2951 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[197]: 6 0 51.2 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[211]: 6 0 598.48 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[217]: 6 -459.85 0 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[222]: 6 0 4.40001 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[228]: 6 0 38.0001 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[233]: 6 0 51.2 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[235]: 6 0 172 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[253]: 6 -643.05 0 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[265]: 6 0 14.695 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[290]: 6 -295 0 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[294]: 6 0 4.40002 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[305]: 6 0 59.6001 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[318]: 6 0 33.2 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[330]: 6 0 4.40006 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[335]: 6 0 24.8 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[354]: 6 0 33.2001 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[364]: 6 0 702.55 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[367]: 6 0 195.45 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[368]: 6 0 113 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[381]: 6 -97.2001 0 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[390]: 6 0 38.0001 shouldn't be
1635.94/1666.90	WSVECS04 Frhs2[514]: 6 0 664.3 shouldn't be
1636.54/1667.58	c #Conflicts:    2540000 | #Constraints:      76748
1636.54/1667.58	c INPROCESSING
1636.54/1667.58	c GARBAGE COLLECT
1636.54/1667.58	c rational objective 19413.4
1650.91/1682.09	c #Conflicts:    2541000 | #Constraints:      41811
1650.91/1682.09	c #Conflicts:    2542000 | #Constraints:      42812
1650.91/1682.09	c #Conflicts:    2543000 | #Constraints:      43814
1650.91/1682.09	c #Conflicts:    2544000 | #Constraints:      44814
1650.91/1682.09	c #Conflicts:    2545000 | #Constraints:      45814
1650.91/1682.09	c #Conflicts:    2546000 | #Constraints:      46816
1650.91/1682.09	c #Conflicts:    2547000 | #Constraints:      47817
1650.91/1682.09	c #Conflicts:    2548000 | #Constraints:      48817
1650.91/1682.09	c #Conflicts:    2549000 | #Constraints:      49819
1650.91/1682.09	c #Conflicts:    2550000 | #Constraints:      50819
1650.91/1682.09	c #Conflicts:    2551000 | #Constraints:      51822
1650.91/1682.09	c #Conflicts:    2552000 | #Constraints:      52822
1650.91/1682.09	c #Conflicts:    2553000 | #Constraints:      53822
1650.91/1682.09	c #Conflicts:    2554000 | #Constraints:      54824
1650.91/1682.09	c #Conflicts:    2555000 | #Constraints:      55824
1650.91/1682.09	c #Conflicts:    2556000 | #Constraints:      56824
1650.91/1682.09	c #Conflicts:    2557000 | #Constraints:      57826
1650.91/1682.09	c #Conflicts:    2558000 | #Constraints:      58826
1650.91/1682.09	c #Conflicts:    2559000 | #Constraints:      59827
1650.91/1682.09	c #Conflicts:    2560000 | #Constraints:      60829
1650.91/1682.09	c #Conflicts:    2561000 | #Constraints:      61829
1650.91/1682.09	c #Conflicts:    2562000 | #Constraints:      62829
1650.91/1682.09	c #Conflicts:    2563000 | #Constraints:      63829
1650.91/1682.09	c #Conflicts:    2564000 | #Constraints:      64829
1650.91/1682.09	c #Conflicts:    2565000 | #Constraints:      65830
1650.91/1682.09	c #Conflicts:    2566000 | #Constraints:      66830
1650.91/1682.09	c #Conflicts:    2567000 | #Constraints:      67830
1650.91/1682.09	WSVECS04 Frhs2[119]: 6 0 64.6992 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[151]: 6 0 251.953 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[153]: 6 0 104.331 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[155]: 6 0 169.03 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[170]: 6 0 51.1439 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[177]: 6 0 91.5795 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[188]: 6 -222.689 0 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[190]: 6 0 43.0524 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[191]: 6 0 160.939 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[195]: 6 -242.187 0 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[206]: 6 -257.886 0 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[212]: 6 0 43.0524 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[216]: 6 -177.684 0 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[223]: 6 0 59.8093 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[227]: 6 0 117.886 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[232]: 6 0 144 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[241]: 6 -173.114 0 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[265]: 6 -294 0 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[281]: 6 -32.1138 0 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[296]: 6 -479.203 0 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[331]: 6 0 243.862 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[334]: 6 0 43.0524 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[355]: 6 0 143.436 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[357]: 6 0 80.8713 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[358]: 6 0 32.979 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[374]: 6 0 103 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[376]: 6 -7.00003 0 shouldn't be
1650.91/1682.09	WSVECS04 Frhs2[386]: 6 -374 0 shouldn't be
1662.77/1694.00	c #Conflicts:    2568000 | #Constraints:      68831
1662.77/1694.00	c #Conflicts:    2569000 | #Constraints:      69831
1662.77/1694.00	c #Conflicts:    2570000 | #Constraints:      70831
1662.77/1694.00	c #Conflicts:    2571000 | #Constraints:      71831
1662.77/1694.00	c #Conflicts:    2572000 | #Constraints:      72831
1662.77/1694.00	c #Conflicts:    2573000 | #Constraints:      73831
1662.77/1694.00	c #Conflicts:    2574000 | #Constraints:      74832
1662.77/1694.00	c #Conflicts:    2575000 | #Constraints:      75832
1662.77/1694.00	c #Conflicts:    2576000 | #Constraints:      76833
1662.77/1694.00	c #Conflicts:    2577000 | #Constraints:      77834
1662.77/1694.00	c #Conflicts:    2578000 | #Constraints:      78834
1662.77/1694.00	c #Conflicts:    2579000 | #Constraints:      79834
1662.77/1694.00	c #Conflicts:    2580000 | #Constraints:      80834
1662.77/1694.00	c #Conflicts:    2581000 | #Constraints:      81834
1662.77/1694.00	c #Conflicts:    2582000 | #Constraints:      82834
1662.77/1694.00	c #Conflicts:    2583000 | #Constraints:      83834
1662.77/1694.00	WSVECS04 Frhs2[37]: 6 -101.503 0 shouldn't be
1662.77/1694.00	WSVECS04 Frhs2[111]: 6 0 196.287 shouldn't be
1662.77/1694.00	WSVECS04 Frhs2[148]: 6 -271.428 0 shouldn't be
1662.77/1694.00	WSVECS04 Frhs2[174]: 6 0 1804 shouldn't be
1662.77/1694.00	WSVECS04 Frhs2[210]: 6 0 1804 shouldn't be
1662.77/1694.00	WSVECS04 Frhs2[219]: 6 0 101.503 shouldn't be
1662.77/1694.00	WSVECS04 Frhs2[246]: 6 0 1799.82 shouldn't be
1662.77/1694.00	WSVECS04 Frhs2[314]: 6 0 8.98932 shouldn't be
1662.77/1694.00	WSVECS04 Frhs2[324]: 6 -25.0979 0 shouldn't be
1662.77/1694.00	WSVECS04 Frhs2[352]: 6 0 723.645 shouldn't be
1662.77/1694.00	WSVECS04 Frhs2[395]: 6 0 78.4052 shouldn't be
1673.91/1705.22	c #Conflicts:    2584000 | #Constraints:      84834
1673.91/1705.22	c #Conflicts:    2585000 | #Constraints:      85834
1673.91/1705.22	c #Conflicts:    2586000 | #Constraints:      86835
1673.91/1705.22	c #Conflicts:    2587000 | #Constraints:      87836
1673.91/1705.22	c #Conflicts:    2588000 | #Constraints:      88837
1673.91/1705.22	c #Conflicts:    2589000 | #Constraints:      89837
1673.91/1705.22	c #Conflicts:    2590000 | #Constraints:      90837
1673.91/1705.22	c #Conflicts:    2591000 | #Constraints:      91837
1673.91/1705.22	c #Conflicts:    2592000 | #Constraints:      92837
1673.91/1705.22	c #Conflicts:    2593000 | #Constraints:      93837
1673.91/1705.22	c #Conflicts:    2594000 | #Constraints:      94838
1673.91/1705.22	c #Conflicts:    2595000 | #Constraints:      95838
1673.91/1705.22	c #Conflicts:    2596000 | #Constraints:      96838
1673.91/1705.22	c #Conflicts:    2597000 | #Constraints:      97838
1673.91/1705.22	WSVECS04 Frhs2[3]: 6 0 30.3334 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[9]: 6 0 40.1566 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[11]: 6 0 87.2765 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[15]: 6 -634.048 0 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[27]: 6 -332.532 0 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[43]: 6 0 198.233 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[64]: 6 0 126.011 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[69]: 6 0 47.1083 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[75]: 6 0 30.3334 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[81]: 6 -863.007 0 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[98]: 6 0 21.9558 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[99]: 6 0 18.4681 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[118]: 6 0 88.0568 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[137]: 6 -173.501 0 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[148]: 6 0 187.382 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[157]: 6 0 634.048 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[164]: 6 0 32.1327 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[172]: 6 0 23.0418 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[214]: 6 0 66.2049 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[226]: 6 0 103.245 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[244]: 6 0 13.036 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[250]: 6 0 66.2049 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[260]: 6 -501.483 0 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[263]: 6 0 87.2764 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[266]: 6 -634.048 0 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[300]: 6 0 69.8867 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[325]: 6 0 78.076 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[327]: 6 -1534.67 0 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[337]: 6 0 634.048 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[355]: 6 0 96.0116 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[371]: 6 -377.53 0 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[372]: 6 0 1.46986 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[422]: 6 -665 0 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[431]: 6 -401 0 shouldn't be
1673.91/1705.22	WSVECS04 Frhs2[445]: 6 0 476 shouldn't be
1715.63/1747.19	c #Conflicts:    2598000 | #Constraints:      98839
1715.63/1747.19	c #Conflicts:    2599000 | #Constraints:      99839
1715.63/1747.19	c #Conflicts:    2600000 | #Constraints:     100839
1715.63/1747.19	c #Conflicts:    2601000 | #Constraints:     101840
1715.63/1747.19	c #Conflicts:    2602000 | #Constraints:     102840
1715.63/1747.19	c #Conflicts:    2603000 | #Constraints:     103840
1715.63/1747.19	c #Conflicts:    2604000 | #Constraints:     104841
1715.63/1747.19	c #Conflicts:    2605000 | #Constraints:     105842
1715.63/1747.19	c #Conflicts:    2606000 | #Constraints:     106843
1715.63/1747.19	c #Conflicts:    2607000 | #Constraints:     107844
1715.63/1747.19	c #Conflicts:    2608000 | #Constraints:     108844
1715.63/1747.19	c #Conflicts:    2609000 | #Constraints:     109846
1715.63/1747.19	c #Conflicts:    2610000 | #Constraints:     110846
1715.63/1747.19	c #Conflicts:    2611000 | #Constraints:     111848
1715.63/1747.19	c #Conflicts:    2612000 | #Constraints:     112849
1715.63/1747.19	c #Conflicts:    2613000 | #Constraints:     113852
1715.63/1747.19	c #Conflicts:    2614000 | #Constraints:     114853
1715.63/1747.19	c #Conflicts:    2615000 | #Constraints:     115853
1715.63/1747.19	c #Conflicts:    2616000 | #Constraints:     116855
1715.63/1747.19	c #Conflicts:    2617000 | #Constraints:     117856
1715.63/1747.19	c #Conflicts:    2618000 | #Constraints:     118856
1715.63/1747.19	c #Conflicts:    2619000 | #Constraints:     119856
1715.63/1747.19	c #Conflicts:    2620000 | #Constraints:     120856
1715.63/1747.19	c #Conflicts:    2621000 | #Constraints:     121857
1715.63/1747.19	c #Conflicts:    2622000 | #Constraints:     122857
1715.63/1747.19	c #Conflicts:    2623000 | #Constraints:     123857
1715.63/1747.19	c #Conflicts:    2624000 | #Constraints:     124857
1715.63/1747.19	c #Conflicts:    2625000 | #Constraints:     125857
1715.63/1747.19	c #Conflicts:    2626000 | #Constraints:     126857
1715.63/1747.19	c #Conflicts:    2627000 | #Constraints:     127858
1715.63/1747.19	c #Conflicts:    2628000 | #Constraints:     128858
1715.63/1747.19	c #Conflicts:    2629000 | #Constraints:     129859
1715.63/1747.19	c #Conflicts:    2630000 | #Constraints:     130859
1715.63/1747.19	c #Conflicts:    2631000 | #Constraints:     131859
1715.63/1747.19	c #Conflicts:    2632000 | #Constraints:     132861
1715.63/1747.19	c #Conflicts:    2633000 | #Constraints:     133861
1715.63/1747.19	c #Conflicts:    2634000 | #Constraints:     134861
1715.63/1747.19	WSVECS04 Frhs2[21]: 6 0 38.5455 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[23]: 6 0 9.63638 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[24]: 6 0 9.63644 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[57]: 6 0 28.9092 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[110]: 6 0 48.0001 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[114]: 6 0 48.0001 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[128]: 6 0 28.9092 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[129]: 6 0 28.9092 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[146]: 6 0 48.0001 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[150]: 6 0 48.0001 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[165]: 6 0 28.9091 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[202]: 6 -28.9092 0 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[237]: 6 0 28.9091 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[361]: 6 -838 0 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[365]: 6 -521 0 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[370]: 6 0 22.0001 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[386]: 6 0 41.0001 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[441]: 6 0 785 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[453]: 6 -521 0 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[463]: 6 0 108 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[468]: 6 0 136.909 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[469]: 6 -1120.09 0 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[484]: 6 0 813 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[485]: 6 0 134 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[487]: 6 0 177 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[488]: 6 0 184 shouldn't be
1715.63/1747.19	WSVECS04 Frhs2[497]: 6 -22.0001 0 shouldn't be
1799.84/1831.71	c #Conflicts:    2635000 | #Constraints:     135861
1799.84/1831.71	c #Conflicts:    2636000 | #Constraints:     136861
1799.84/1831.71	c #Conflicts:    2637000 | #Constraints:     137861
1799.84/1831.71	c #Conflicts:    2638000 | #Constraints:     138861
1799.84/1831.71	c #Conflicts:    2639000 | #Constraints:     139861
1799.84/1831.71	c #Conflicts:    2640000 | #Constraints:     140861
1799.84/1831.71	c #Conflicts:    2641000 | #Constraints:     141861
1799.84/1831.71	c #Conflicts:    2642000 | #Constraints:     142861
1799.84/1831.71	c #Conflicts:    2643000 | #Constraints:     143861
1799.84/1831.71	c #Conflicts:    2644000 | #Constraints:     144864
1799.84/1831.71	c #Conflicts:    2645000 | #Constraints:     145865
1799.84/1831.71	c #Conflicts:    2646000 | #Constraints:     146866
1799.84/1831.71	c #Conflicts:    2647000 | #Constraints:     147868
1799.84/1831.71	c #Conflicts:    2648000 | #Constraints:     148869
1799.84/1831.71	c #Conflicts:    2649000 | #Constraints:     149869
1799.84/1831.71	c #Conflicts:    2650000 | #Constraints:     150869
1799.84/1831.71	c #Conflicts:    2651000 | #Constraints:     151869
1799.84/1831.71	c #Conflicts:    2652000 | #Constraints:     152870
1799.84/1831.71	c #Conflicts:    2653000 | #Constraints:     153870
1799.84/1831.71	c #Conflicts:    2654000 | #Constraints:     154870
1799.84/1831.71	c #Conflicts:    2655000 | #Constraints:     155870
1799.84/1831.71	c #Conflicts:    2656000 | #Constraints:     156870
1799.84/1831.71	c #Conflicts:    2657000 | #Constraints:     157870
1799.84/1831.71	c #Conflicts:    2658000 | #Constraints:     158870
1799.84/1831.71	c #Conflicts:    2659000 | #Constraints:     159871
1799.84/1831.71	c #Conflicts:    2660000 | #Constraints:     160871
1799.84/1831.71	c #Conflicts:    2661000 | #Constraints:     161871
1799.84/1831.71	c #Conflicts:    2662000 | #Constraints:     162871
1799.84/1831.71	c #Conflicts:    2663000 | #Constraints:     163871
1799.84/1831.71	c #Conflicts:    2664000 | #Constraints:     164871
1799.84/1831.71	c #Conflicts:    2665000 | #Constraints:     165871
1799.84/1831.71	c #Conflicts:    2666000 | #Constraints:     166872
1799.84/1831.71	c #Conflicts:    2667000 | #Constraints:     167872
1799.84/1831.71	c #Conflicts:    2668000 | #Constraints:     168872
1799.84/1831.71	c #Conflicts:    2669000 | #Constraints:     169872
1799.84/1831.71	c #Conflicts:    2670000 | #Constraints:     170872
1799.84/1831.71	c #Conflicts:    2671000 | #Constraints:     171872
1799.84/1831.71	c #Conflicts:    2672000 | #Constraints:     172872
1799.84/1831.71	c #Conflicts:    2673000 | #Constraints:     173872
1799.84/1831.71	c #Conflicts:    2674000 | #Constraints:     174872
1799.84/1831.71	c #Conflicts:    2675000 | #Constraints:     175872
1799.84/1831.71	c #Conflicts:    2676000 | #Constraints:     176872
1799.84/1831.71	c #Conflicts:    2677000 | #Constraints:     177872
1799.84/1831.71	c #Conflicts:    2678000 | #Constraints:     178872
1799.84/1831.71	c #Conflicts:    2679000 | #Constraints:     179872
1799.84/1831.71	c #Conflicts:    2680000 | #Constraints:     180872
1799.84/1831.71	c #Conflicts:    2681000 | #Constraints:     181873
1799.84/1831.71	c #Conflicts:    2682000 | #Constraints:     182873
1799.84/1831.71	c #Conflicts:    2683000 | #Constraints:     183873
1799.84/1831.71	c #Conflicts:    2684000 | #Constraints:     184873
1799.84/1831.71	c #Conflicts:    2685000 | #Constraints:     185874
1799.84/1831.71	c #Conflicts:    2686000 | #Constraints:     186875
1799.84/1831.71	c #Conflicts:    2687000 | #Constraints:     187875
1799.84/1831.71	c #Conflicts:    2688000 | #Constraints:     188875
1799.84/1831.71	c INPROCESSING
1799.84/1831.71	c GARBAGE COLLECT
1799.84/1831.71	c rational objective 19413.4
1828.58/1860.94	c #Conflicts:    2689000 | #Constraints:      97881
1828.58/1860.94	c #Conflicts:    2690000 | #Constraints:      98882
1828.58/1860.94	c #Conflicts:    2691000 | #Constraints:      99883
1828.58/1860.94	c #Conflicts:    2692000 | #Constraints:     100884
1828.58/1860.94	c #Conflicts:    2693000 | #Constraints:     101884
1828.58/1860.94	c #Conflicts:    2694000 | #Constraints:     102885
1828.58/1860.94	c #Conflicts:    2695000 | #Constraints:     103885
1828.58/1860.94	c #Conflicts:    2696000 | #Constraints:     104886
1828.58/1860.94	c #Conflicts:    2697000 | #Constraints:     105887
1828.58/1860.94	c #Conflicts:    2698000 | #Constraints:     106887
1828.58/1860.94	c #Conflicts:    2699000 | #Constraints:     107887
1828.58/1860.94	c #Conflicts:    2700000 | #Constraints:     108887
1828.58/1860.94	c #Conflicts:    2701000 | #Constraints:     109887
1828.58/1860.94	c #Conflicts:    2702000 | #Constraints:     110887
1828.58/1860.94	c #Conflicts:    2703000 | #Constraints:     111888
1828.58/1860.94	c #Conflicts:    2704000 | #Constraints:     112888
1828.58/1860.94	c #Conflicts:    2705000 | #Constraints:     113888
1828.58/1860.94	c #Conflicts:    2706000 | #Constraints:     114889
1828.58/1860.94	c #Conflicts:    2707000 | #Constraints:     115889
1828.58/1860.94	c #Conflicts:    2708000 | #Constraints:     116889
1828.58/1860.94	c #Conflicts:    2709000 | #Constraints:     117890
1828.58/1860.94	c #Conflicts:    2710000 | #Constraints:     118890
1828.58/1860.94	c #Conflicts:    2711000 | #Constraints:     119890
1828.58/1860.94	c #Conflicts:    2712000 | #Constraints:     120890
1828.58/1860.94	c #Conflicts:    2713000 | #Constraints:     121891
1828.58/1860.94	c #Conflicts:    2714000 | #Constraints:     122892
1828.58/1860.94	c #Conflicts:    2715000 | #Constraints:     123892
1828.58/1860.94	WSVECS04 Frhs2[47]: 6 0 841.399 shouldn't be
1828.58/1860.94	WSVECS04 Frhs2[51]: 6 -172 0 shouldn't be
1828.58/1860.94	WSVECS04 Frhs2[83]: 6 0 863.538 shouldn't be
1828.58/1860.94	WSVECS04 Frhs2[103]: 6 0 267.76 shouldn't be
1828.58/1860.94	WSVECS04 Frhs2[109]: 6 0 58.3545 shouldn't be
1828.58/1860.94	WSVECS04 Frhs2[115]: 6 0 863.538 shouldn't be
1828.58/1860.94	WSVECS04 Frhs2[183]: 6 0 113 shouldn't be
1828.58/1860.94	WSVECS04 Frhs2[203]: 6 -1003.2 0 shouldn't be
1828.58/1860.94	WSVECS04 Frhs2[224]: 6 -208.019 0 shouldn't be
1828.58/1860.94	WSVECS04 Frhs2[263]: 6 0 33.0064 shouldn't be
1828.58/1860.94	WSVECS04 Frhs2[274]: 6 -83.7026 0 shouldn't be
1828.58/1860.94	WSVECS04 Frhs2[289]: 6 0 139.291 shouldn't be
1828.58/1860.94	WSVECS04 Frhs2[319]: 6 0 52.519 shouldn't be
1828.58/1860.94	WSVECS04 Frhs2[411]: 6 0 1037.92 shouldn't be
1828.58/1860.94	WSVECS04 Frhs2[454]: 6 0 324 shouldn't be
1828.58/1860.94	WSVECS04 Frhs2[455]: 6 0 408 shouldn't be
1828.58/1860.94	WSVECS04 Frhs2[480]: 6 0 140.601 shouldn't be
1828.58/1860.94	WSVECS04 Frhs2[500]: 6 0 287 shouldn't be
1836.56/1868.95	c #Conflicts:    2716000 | #Constraints:     124892
1836.56/1868.95	c #Conflicts:    2717000 | #Constraints:     125892
1836.56/1868.95	c #Conflicts:    2718000 | #Constraints:     126892
1836.56/1868.95	c #Conflicts:    2719000 | #Constraints:     127892
1836.56/1868.95	c #Conflicts:    2720000 | #Constraints:     128892
1836.56/1868.95	c #Conflicts:    2721000 | #Constraints:     129892
1836.56/1868.95	c INPROCESSING
1836.56/1868.95	c GARBAGE COLLECT
1836.56/1868.95	c rational objective 19413.4
1866.12/1898.80	c #Conflicts:    2722000 | #Constraints:      67949
1866.12/1898.80	c #Conflicts:    2723000 | #Constraints:      68949
1866.12/1898.80	c #Conflicts:    2724000 | #Constraints:      69949
1866.12/1898.80	c #Conflicts:    2725000 | #Constraints:      70950
1866.12/1898.80	c #Conflicts:    2726000 | #Constraints:      71950
1866.12/1898.80	c #Conflicts:    2727000 | #Constraints:      72953
1866.12/1898.80	c #Conflicts:    2728000 | #Constraints:      73953
1866.12/1898.80	c #Conflicts:    2729000 | #Constraints:      74953
1866.12/1898.80	c #Conflicts:    2730000 | #Constraints:      75953
1866.12/1898.80	c #Conflicts:    2731000 | #Constraints:      76953
1866.12/1898.80	c #Conflicts:    2732000 | #Constraints:      77955
1866.12/1898.80	c #Conflicts:    2733000 | #Constraints:      78955
1866.12/1898.80	c #Conflicts:    2734000 | #Constraints:      79955
1866.12/1898.80	c #Conflicts:    2735000 | #Constraints:      80955
1866.12/1898.80	c #Conflicts:    2736000 | #Constraints:      81956
1866.12/1898.80	c #Conflicts:    2737000 | #Constraints:      82956
1866.12/1898.80	c #Conflicts:    2738000 | #Constraints:      83956
1866.12/1898.80	c #Conflicts:    2739000 | #Constraints:      84958
1866.12/1898.80	c #Conflicts:    2740000 | #Constraints:      85958
1866.12/1898.80	c #Conflicts:    2741000 | #Constraints:      86958
1866.12/1898.80	c #Conflicts:    2742000 | #Constraints:      87958
1866.12/1898.80	c #Conflicts:    2743000 | #Constraints:      88958
1866.12/1898.80	c #Conflicts:    2744000 | #Constraints:      89958
1866.12/1898.80	c #Conflicts:    2745000 | #Constraints:      90958
1866.12/1898.80	c #Conflicts:    2746000 | #Constraints:      91958
1866.12/1898.80	c #Conflicts:    2747000 | #Constraints:      92958
1866.12/1898.80	c #Conflicts:    2748000 | #Constraints:      93958
1866.12/1898.80	c #Conflicts:    2749000 | #Constraints:      94958
1866.12/1898.80	c #Conflicts:    2750000 | #Constraints:      95958
1866.12/1898.80	c #Conflicts:    2751000 | #Constraints:      96958
1866.12/1898.80	c #Conflicts:    2752000 | #Constraints:      97959
1866.12/1898.80	c #Conflicts:    2753000 | #Constraints:      98959
1866.12/1898.80	c #Conflicts:    2754000 | #Constraints:      99959
1866.12/1898.80	c #Conflicts:    2755000 | #Constraints:     100959
1866.12/1898.80	c #Conflicts:    2756000 | #Constraints:     101962
1866.12/1898.80	c INPROCESSING
1866.12/1898.80	c GARBAGE COLLECT
1866.12/1898.80	c rational objective 19516.9
1878.99/1911.79	c #Conflicts:    2757000 | #Constraints:      54395
1878.99/1911.79	c #Conflicts:    2758000 | #Constraints:      55396
1878.99/1911.79	c #Conflicts:    2759000 | #Constraints:      56396
1878.99/1911.79	c #Conflicts:    2760000 | #Constraints:      57397
1878.99/1911.79	c #Conflicts:    2761000 | #Constraints:      58400
1878.99/1911.79	c #Conflicts:    2762000 | #Constraints:      59401
1878.99/1911.79	c #Conflicts:    2763000 | #Constraints:      60401
1878.99/1911.79	c #Conflicts:    2764000 | #Constraints:      61401
1878.99/1911.79	c #Conflicts:    2765000 | #Constraints:      62401
1878.99/1911.79	c #Conflicts:    2766000 | #Constraints:      63403
1878.99/1911.79	c #Conflicts:    2767000 | #Constraints:      64404
1878.99/1911.79	c #Conflicts:    2768000 | #Constraints:      65404
1878.99/1911.79	c #Conflicts:    2769000 | #Constraints:      66404
1878.99/1911.79	c #Conflicts:    2770000 | #Constraints:      67404
1878.99/1911.79	c #Conflicts:    2771000 | #Constraints:      68405
1878.99/1911.79	c #Conflicts:    2772000 | #Constraints:      69407
1878.99/1911.79	c #Conflicts:    2773000 | #Constraints:      70407
1878.99/1911.79	c #Conflicts:    2774000 | #Constraints:      71408
1878.99/1911.79	c #Conflicts:    2775000 | #Constraints:      72408
1878.99/1911.79	c #Conflicts:    2776000 | #Constraints:      73408
1878.99/1911.79	WSVECS04 Frhs2[87]: 6 0 48.0001 shouldn't be
1878.99/1911.79	WSVECS04 Frhs2[170]: 6 0 355.5 shouldn't be
1878.99/1911.79	WSVECS04 Frhs2[209]: 6 0 761.813 shouldn't be
1878.99/1911.79	WSVECS04 Frhs2[219]: 6 -285 0 shouldn't be
1878.99/1911.79	WSVECS04 Frhs2[223]: 6 0 1228.5 shouldn't be
1878.99/1911.79	WSVECS04 Frhs2[231]: 6 -58.0001 0 shouldn't be
1878.99/1911.79	WSVECS04 Frhs2[242]: 6 0 116 shouldn't be
1878.99/1911.79	WSVECS04 Frhs2[271]: 6 0 1233 shouldn't be
1878.99/1911.79	WSVECS04 Frhs2[278]: 6 0 21.5001 shouldn't be
1878.99/1911.79	WSVECS04 Frhs2[281]: 6 -202.688 0 shouldn't be
1878.99/1911.79	WSVECS04 Frhs2[317]: 6 0 169.313 shouldn't be
1878.99/1911.79	WSVECS04 Frhs2[368]: 6 0 71 shouldn't be
1878.99/1911.79	WSVECS04 Frhs2[395]: 6 0 172 shouldn't be
1878.99/1911.79	WSVECS04 Frhs2[446]: 6 0 172 shouldn't be
1878.99/1911.79	WSVECS04 Frhs2[454]: 6 -605 0 shouldn't be
1878.99/1911.79	WSVECS04 Frhs2[471]: 6 0 747 shouldn't be
1878.99/1911.79	WSVECS04 Frhs2[497]: 6 0 71.0001 shouldn't be
1878.99/1911.79	WSVECS04 Frhs2[502]: 6 -167 0 shouldn't be
1878.99/1911.79	WSVECS04 Frhs2[514]: 6 0 799 shouldn't be
1878.99/1911.79	WSVECS04 Frhs2[531]: 6 0 799 shouldn't be
1891.38/1924.49	c #Conflicts:    2777000 | #Constraints:      74409
1891.38/1924.49	c #Conflicts:    2778000 | #Constraints:      75410
1891.38/1924.49	c #Conflicts:    2779000 | #Constraints:      76410
1891.38/1924.49	c #Conflicts:    2780000 | #Constraints:      77411
1891.38/1924.49	c #Conflicts:    2781000 | #Constraints:      78411
1891.38/1924.49	c #Conflicts:    2782000 | #Constraints:      79411
1891.38/1924.49	c #Conflicts:    2783000 | #Constraints:      80411
1891.38/1924.49	c #Conflicts:    2784000 | #Constraints:      81413
1891.38/1924.49	c #Conflicts:    2785000 | #Constraints:      82414
1891.38/1924.49	c #Conflicts:    2786000 | #Constraints:      83414
1891.38/1924.49	c #Conflicts:    2787000 | #Constraints:      84415
1891.38/1924.49	c #Conflicts:    2788000 | #Constraints:      85415
1891.38/1924.49	c #Conflicts:    2789000 | #Constraints:      86415
1891.38/1924.49	c #Conflicts:    2790000 | #Constraints:      87415
1891.38/1924.49	c INPROCESSING
1891.38/1924.49	c GARBAGE COLLECT
1891.38/1924.49	c rational objective 19516.9
1915.01/1948.30	c #Conflicts:    2791000 | #Constraints:      46981
1915.01/1948.30	c #Conflicts:    2792000 | #Constraints:      47981
1915.01/1948.30	c #Conflicts:    2793000 | #Constraints:      48982
1915.01/1948.30	c #Conflicts:    2794000 | #Constraints:      49983
1915.01/1948.30	c #Conflicts:    2795000 | #Constraints:      50983
1915.01/1948.30	c #Conflicts:    2796000 | #Constraints:      51986
1915.01/1948.30	c #Conflicts:    2797000 | #Constraints:      52986
1915.01/1948.30	c #Conflicts:    2798000 | #Constraints:      53986
1915.01/1948.30	c #Conflicts:    2799000 | #Constraints:      54986
1915.01/1948.30	c #Conflicts:    2800000 | #Constraints:      55986
1915.01/1948.30	c #Conflicts:    2801000 | #Constraints:      56988
1915.01/1948.30	c #Conflicts:    2802000 | #Constraints:      57989
1915.01/1948.30	c #Conflicts:    2803000 | #Constraints:      58990
1915.01/1948.30	c #Conflicts:    2804000 | #Constraints:      59990
1915.01/1948.30	c #Conflicts:    2805000 | #Constraints:      60992
1915.01/1948.30	c #Conflicts:    2806000 | #Constraints:      61992
1915.01/1948.30	c #Conflicts:    2807000 | #Constraints:      62992
1915.01/1948.30	c #Conflicts:    2808000 | #Constraints:      63992
1915.01/1948.30	c #Conflicts:    2809000 | #Constraints:      64992
1915.01/1948.30	c #Conflicts:    2810000 | #Constraints:      65992
1915.01/1948.30	c #Conflicts:    2811000 | #Constraints:      66994
1915.01/1948.30	c #Conflicts:    2812000 | #Constraints:      67994
1915.01/1948.30	c #Conflicts:    2813000 | #Constraints:      68994
1915.01/1948.30	c #Conflicts:    2814000 | #Constraints:      69994
1915.01/1948.30	c #Conflicts:    2815000 | #Constraints:      70994
1915.01/1948.30	c #Conflicts:    2816000 | #Constraints:      71994
1915.01/1948.30	c #Conflicts:    2817000 | #Constraints:      72994
1915.01/1948.30	c #Conflicts:    2818000 | #Constraints:      73994
1915.01/1948.30	c #Conflicts:    2819000 | #Constraints:      74995
1915.01/1948.30	c #Conflicts:    2820000 | #Constraints:      75995
1915.01/1948.30	c #Conflicts:    2821000 | #Constraints:      76995
1915.01/1948.30	c #Conflicts:    2822000 | #Constraints:      77995
1915.01/1948.30	c #Conflicts:    2823000 | #Constraints:      78995
1915.01/1948.30	c #Conflicts:    2824000 | #Constraints:      79995
1915.01/1948.30	c INPROCESSING
1915.01/1948.30	c GARBAGE COLLECT
1915.01/1948.30	c rational objective 19516.9
1941.85/1975.11	c #Conflicts:    2825000 | #Constraints:      43040
1941.85/1975.11	c #Conflicts:    2826000 | #Constraints:      44040
1941.85/1975.11	c #Conflicts:    2827000 | #Constraints:      45040
1941.85/1975.11	c #Conflicts:    2828000 | #Constraints:      46040
1941.85/1975.11	c #Conflicts:    2829000 | #Constraints:      47042
1941.85/1975.11	c #Conflicts:    2830000 | #Constraints:      48043
1941.85/1975.11	c #Conflicts:    2831000 | #Constraints:      49043
1941.85/1975.11	c #Conflicts:    2832000 | #Constraints:      50044
1941.85/1975.11	c #Conflicts:    2833000 | #Constraints:      51044
1941.85/1975.11	c #Conflicts:    2834000 | #Constraints:      52045
1941.85/1975.11	c #Conflicts:    2835000 | #Constraints:      53046
1941.85/1975.11	c #Conflicts:    2836000 | #Constraints:      54046
1941.85/1975.11	c #Conflicts:    2837000 | #Constraints:      55046
1941.85/1975.11	c #Conflicts:    2838000 | #Constraints:      56048
1941.85/1975.11	c #Conflicts:    2839000 | #Constraints:      57048
1941.85/1975.11	c #Conflicts:    2840000 | #Constraints:      58048
1941.85/1975.11	c #Conflicts:    2841000 | #Constraints:      59048
1941.85/1975.11	c #Conflicts:    2842000 | #Constraints:      60050
1941.85/1975.11	c #Conflicts:    2843000 | #Constraints:      61051
1941.85/1975.11	c #Conflicts:    2844000 | #Constraints:      62053
1941.85/1975.11	c #Conflicts:    2845000 | #Constraints:      63053
1941.85/1975.11	c #Conflicts:    2846000 | #Constraints:      64054
1941.85/1975.11	c #Conflicts:    2847000 | #Constraints:      65054
1941.85/1975.11	c #Conflicts:    2848000 | #Constraints:      66054
1941.85/1975.11	c #Conflicts:    2849000 | #Constraints:      67054
1941.85/1975.11	c #Conflicts:    2850000 | #Constraints:      68054
1941.85/1975.11	c #Conflicts:    2851000 | #Constraints:      69055
1941.85/1975.11	c #Conflicts:    2852000 | #Constraints:      70055
1941.85/1975.11	c #Conflicts:    2853000 | #Constraints:      71056
1941.85/1975.11	c #Conflicts:    2854000 | #Constraints:      72056
1941.85/1975.11	c #Conflicts:    2855000 | #Constraints:      73057
1941.85/1975.11	c #Conflicts:    2856000 | #Constraints:      74057
1941.85/1975.11	c #Conflicts:    2857000 | #Constraints:      75058
1941.85/1975.11	c #Conflicts:    2858000 | #Constraints:      76060
1941.85/1975.11	c #Conflicts:    2859000 | #Constraints:      77060
1941.85/1975.11	c #Conflicts:    2860000 | #Constraints:      78060
1941.85/1975.11	c #Conflicts:    2861000 | #Constraints:      79060
1941.85/1975.11	c #Conflicts:    2862000 | #Constraints:      80060
1941.85/1975.11	c #Conflicts:    2863000 | #Constraints:      81060
1941.85/1975.11	WSVECS04 Frhs2[51]: 6 -52.4 0 shouldn't be
1941.85/1975.11	WSVECS04 Frhs2[53]: 6 0 19 shouldn't be
1941.85/1975.11	WSVECS04 Frhs2[152]: 6 -498 0 shouldn't be
1941.85/1975.11	WSVECS04 Frhs2[202]: 6 -179 0 shouldn't be
1941.85/1975.11	WSVECS04 Frhs2[233]: 6 0 19 shouldn't be
1941.85/1975.11	WSVECS04 Frhs2[242]: 6 0 186.75 shouldn't be
1941.85/1975.11	WSVECS04 Frhs2[251]: 6 0 2.50004 shouldn't be
1941.85/1975.11	WSVECS04 Frhs2[278]: 6 0 186.75 shouldn't be
1941.85/1975.11	WSVECS04 Frhs2[341]: 6 0 26.5334 shouldn't be
1941.85/1975.11	WSVECS04 Frhs2[441]: 6 0 753.067 shouldn't be
1941.85/1975.11	WSVECS04 Frhs2[482]: 6 -21.0001 0 shouldn't be
1941.85/1975.11	WSVECS04 Frhs2[488]: 6 -10.0001 0 shouldn't be
1941.85/1975.11	WSVECS04 Frhs2[500]: 6 -151 0 shouldn't be
2050.57/2084.43	c #Conflicts:    2864000 | #Constraints:      82060
2050.57/2084.43	c #Conflicts:    2865000 | #Constraints:      83060
2050.57/2084.43	c #Conflicts:    2866000 | #Constraints:      84060
2050.57/2084.43	c #Conflicts:    2867000 | #Constraints:      85060
2050.57/2084.43	c #Conflicts:    2868000 | #Constraints:      86061
2050.57/2084.43	c #Conflicts:    2869000 | #Constraints:      87062
2050.57/2084.43	c #Conflicts:    2870000 | #Constraints:      88063
2050.57/2084.43	c #Conflicts:    2871000 | #Constraints:      89064
2050.57/2084.43	c #Conflicts:    2872000 | #Constraints:      90066
2050.57/2084.43	c #Conflicts:    2873000 | #Constraints:      91066
2050.57/2084.43	c #Conflicts:    2874000 | #Constraints:      92066
2050.57/2084.43	c #Conflicts:    2875000 | #Constraints:      93066
2050.57/2084.43	c #Conflicts:    2876000 | #Constraints:      94066
2050.57/2084.43	c #Conflicts:    2877000 | #Constraints:      95066
2050.57/2084.43	c #Conflicts:    2878000 | #Constraints:      96066
2050.57/2084.43	c #Conflicts:    2879000 | #Constraints:      97068
2050.57/2084.43	c #Conflicts:    2880000 | #Constraints:      98072
2050.57/2084.43	c #Conflicts:    2881000 | #Constraints:      99072
2050.57/2084.43	c #Conflicts:    2882000 | #Constraints:     100072
2050.57/2084.43	c #Conflicts:    2883000 | #Constraints:     101072
2050.57/2084.43	c #Conflicts:    2884000 | #Constraints:     102072
2050.57/2084.43	c #Conflicts:    2885000 | #Constraints:     103072
2050.57/2084.43	c #Conflicts:    2886000 | #Constraints:     104072
2050.57/2084.43	c #Conflicts:    2887000 | #Constraints:     105072
2050.57/2084.43	c #Conflicts:    2888000 | #Constraints:     106072
2050.57/2084.43	c #Conflicts:    2889000 | #Constraints:     107075
2050.57/2084.43	c #Conflicts:    2890000 | #Constraints:     108075
2050.57/2084.43	c #Conflicts:    2891000 | #Constraints:     109075
2050.57/2084.43	c #Conflicts:    2892000 | #Constraints:     110075
2050.57/2084.43	c #Conflicts:    2893000 | #Constraints:     111075
2050.57/2084.43	c #Conflicts:    2894000 | #Constraints:     112075
2050.57/2084.43	c #Conflicts:    2895000 | #Constraints:     113075
2050.57/2084.43	c #Conflicts:    2896000 | #Constraints:     114076
2050.57/2084.43	c #Conflicts:    2897000 | #Constraints:     115076
2050.57/2084.43	c #Conflicts:    2898000 | #Constraints:     116077
2050.57/2084.43	c #Conflicts:    2899000 | #Constraints:     117077
2050.57/2084.43	c #Conflicts:    2900000 | #Constraints:     118077
2050.57/2084.43	c #Conflicts:    2901000 | #Constraints:     119078
2050.57/2084.43	c #Conflicts:    2902000 | #Constraints:     120078
2050.57/2084.43	c #Conflicts:    2903000 | #Constraints:     121078
2050.57/2084.43	c #Conflicts:    2904000 | #Constraints:     122079
2050.57/2084.43	c #Conflicts:    2905000 | #Constraints:     123079
2050.57/2084.43	c #Conflicts:    2906000 | #Constraints:     124080
2050.57/2084.43	c #Conflicts:    2907000 | #Constraints:     125082
2050.57/2084.43	c #Conflicts:    2908000 | #Constraints:     126084
2050.57/2084.43	c #Conflicts:    2909000 | #Constraints:     127084
2050.57/2084.43	c #Conflicts:    2910000 | #Constraints:     128085
2050.57/2084.43	c #Conflicts:    2911000 | #Constraints:     129085
2050.57/2084.43	c #Conflicts:    2912000 | #Constraints:     130086
2050.57/2084.43	c #Conflicts:    2913000 | #Constraints:     131087
2050.57/2084.43	c #Conflicts:    2914000 | #Constraints:     132087
2050.57/2084.43	c #Conflicts:    2915000 | #Constraints:     133088
2050.57/2084.43	c #Conflicts:    2916000 | #Constraints:     134088
2050.57/2084.43	c #Conflicts:    2917000 | #Constraints:     135089
2050.57/2084.43	c #Conflicts:    2918000 | #Constraints:     136089
2050.57/2084.43	c #Conflicts:    2919000 | #Constraints:     137089
2050.57/2084.43	c #Conflicts:    2920000 | #Constraints:     138090
2050.57/2084.43	c #Conflicts:    2921000 | #Constraints:     139090
2050.57/2084.43	c #Conflicts:    2922000 | #Constraints:     140090
2050.57/2084.43	c #Conflicts:    2923000 | #Constraints:     141090
2050.57/2084.43	c #Conflicts:    2924000 | #Constraints:     142090
2050.57/2084.43	c #Conflicts:    2925000 | #Constraints:     143090
2050.57/2084.43	c #Conflicts:    2926000 | #Constraints:     144090
2050.57/2084.43	c #Conflicts:    2927000 | #Constraints:     145091
2050.57/2084.43	c #Conflicts:    2928000 | #Constraints:     146094
2050.57/2084.43	c #Conflicts:    2929000 | #Constraints:     147095
2050.57/2084.43	c #Conflicts:    2930000 | #Constraints:     148095
2050.57/2084.43	c #Conflicts:    2931000 | #Constraints:     149098
2050.57/2084.43	c #Conflicts:    2932000 | #Constraints:     150098
2050.57/2084.43	c #Conflicts:    2933000 | #Constraints:     151098
2050.57/2084.43	c #Conflicts:    2934000 | #Constraints:     152099
2050.57/2084.43	c #Conflicts:    2935000 | #Constraints:     153099
2050.57/2084.43	c #Conflicts:    2936000 | #Constraints:     154099
2050.57/2084.43	c #Conflicts:    2937000 | #Constraints:     155099
2050.57/2084.43	c #Conflicts:    2938000 | #Constraints:     156100
2050.57/2084.43	c #Conflicts:    2939000 | #Constraints:     157100
2050.57/2084.43	c #Conflicts:    2940000 | #Constraints:     158101
2050.57/2084.43	c #Conflicts:    2941000 | #Constraints:     159101
2050.57/2084.43	c #Conflicts:    2942000 | #Constraints:     160101
2142.22/2176.46	c #Conflicts:    2943000 | #Constraints:     161102
2142.22/2176.46	c #Conflicts:    2944000 | #Constraints:     162103
2142.22/2176.46	c #Conflicts:    2945000 | #Constraints:     163103
2142.22/2176.46	c #Conflicts:    2946000 | #Constraints:     164104
2142.22/2176.46	c #Conflicts:    2947000 | #Constraints:     165105
2142.22/2176.46	c #Conflicts:    2948000 | #Constraints:     166105
2142.22/2176.46	c #Conflicts:    2949000 | #Constraints:     167105
2142.22/2176.46	c #Conflicts:    2950000 | #Constraints:     168106
2142.22/2176.46	c #Conflicts:    2951000 | #Constraints:     169107
2142.22/2176.46	c #Conflicts:    2952000 | #Constraints:     170109
2142.22/2176.46	c #Conflicts:    2953000 | #Constraints:     171109
2142.22/2176.46	c #Conflicts:    2954000 | #Constraints:     172109
2142.22/2176.46	c #Conflicts:    2955000 | #Constraints:     173110
2142.22/2176.46	c #Conflicts:    2956000 | #Constraints:     174111
2142.22/2176.46	c #Conflicts:    2957000 | #Constraints:     175111
2142.22/2176.46	c #Conflicts:    2958000 | #Constraints:     176111
2142.22/2176.46	c #Conflicts:    2959000 | #Constraints:     177111
2142.22/2176.46	c #Conflicts:    2960000 | #Constraints:     178111
2142.22/2176.46	c #Conflicts:    2961000 | #Constraints:     179114
2142.22/2176.46	c #Conflicts:    2962000 | #Constraints:     180114
2142.22/2176.46	c #Conflicts:    2963000 | #Constraints:     181115
2142.22/2176.46	c #Conflicts:    2964000 | #Constraints:     182115
2142.22/2176.46	c #Conflicts:    2965000 | #Constraints:     183117
2142.22/2176.46	c #Conflicts:    2966000 | #Constraints:     184117
2142.22/2176.46	c #Conflicts:    2967000 | #Constraints:     185118
2142.22/2176.46	c #Conflicts:    2968000 | #Constraints:     186118
2142.22/2176.46	c #Conflicts:    2969000 | #Constraints:     187118
2142.22/2176.46	c #Conflicts:    2970000 | #Constraints:     188118
2142.22/2176.46	c #Conflicts:    2971000 | #Constraints:     189118
2142.22/2176.46	c #Conflicts:    2972000 | #Constraints:     190119
2142.22/2176.46	c #Conflicts:    2973000 | #Constraints:     191119
2142.22/2176.46	c #Conflicts:    2974000 | #Constraints:     192119
2142.22/2176.46	c #Conflicts:    2975000 | #Constraints:     193119
2142.22/2176.46	c #Conflicts:    2976000 | #Constraints:     194119
2142.22/2176.46	c #Conflicts:    2977000 | #Constraints:     195119
2142.22/2176.46	c #Conflicts:    2978000 | #Constraints:     196120
2142.22/2176.46	c #Conflicts:    2979000 | #Constraints:     197120
2142.22/2176.46	c INPROCESSING
2142.22/2176.46	c GARBAGE COLLECT
2142.22/2176.46	c rational objective 19516.9
2196.21/2230.65	c #Conflicts:    2980000 | #Constraints:     101905
2196.21/2230.65	c #Conflicts:    2981000 | #Constraints:     102905
2196.21/2230.65	c #Conflicts:    2982000 | #Constraints:     103905
2196.21/2230.65	c #Conflicts:    2983000 | #Constraints:     104905
2196.21/2230.65	c #Conflicts:    2984000 | #Constraints:     105905
2196.21/2230.65	c #Conflicts:    2985000 | #Constraints:     106906
2196.21/2230.65	c #Conflicts:    2986000 | #Constraints:     107907
2196.21/2230.65	c #Conflicts:    2987000 | #Constraints:     108908
2196.21/2230.65	c #Conflicts:    2988000 | #Constraints:     109908
2196.21/2230.65	c #Conflicts:    2989000 | #Constraints:     110909
2196.21/2230.65	c #Conflicts:    2990000 | #Constraints:     111909
2196.21/2230.65	c #Conflicts:    2991000 | #Constraints:     112909
2196.21/2230.65	c #Conflicts:    2992000 | #Constraints:     113909
2196.21/2230.65	c #Conflicts:    2993000 | #Constraints:     114909
2196.21/2230.65	c #Conflicts:    2994000 | #Constraints:     115909
2196.21/2230.65	c #Conflicts:    2995000 | #Constraints:     116909
2196.21/2230.65	c #Conflicts:    2996000 | #Constraints:     117909
2196.21/2230.65	c #Conflicts:    2997000 | #Constraints:     118909
2196.21/2230.65	c #Conflicts:    2998000 | #Constraints:     119910
2196.21/2230.65	c #Conflicts:    2999000 | #Constraints:     120911
2196.21/2230.65	c #Conflicts:    3000000 | #Constraints:     121911
2196.21/2230.65	c #Conflicts:    3001000 | #Constraints:     122911
2196.21/2230.65	c #Conflicts:    3002000 | #Constraints:     123912
2196.21/2230.65	c #Conflicts:    3003000 | #Constraints:     124912
2196.21/2230.65	c #Conflicts:    3004000 | #Constraints:     125914
2196.21/2230.65	c #Conflicts:    3005000 | #Constraints:     126914
2196.21/2230.65	c #Conflicts:    3006000 | #Constraints:     127914
2196.21/2230.65	c #Conflicts:    3007000 | #Constraints:     128914
2196.21/2230.65	c #Conflicts:    3008000 | #Constraints:     129914
2196.21/2230.65	c #Conflicts:    3009000 | #Constraints:     130914
2196.21/2230.65	c #Conflicts:    3010000 | #Constraints:     131914
2196.21/2230.65	c #Conflicts:    3011000 | #Constraints:     132914
2196.21/2230.65	c #Conflicts:    3012000 | #Constraints:     133916
2196.21/2230.65	c #Conflicts:    3013000 | #Constraints:     134916
2196.21/2230.65	c #Conflicts:    3014000 | #Constraints:     135916
2196.21/2230.65	c #Conflicts:    3015000 | #Constraints:     136916
2196.21/2230.65	c INPROCESSING
2196.21/2230.65	c GARBAGE COLLECT
2196.21/2230.65	c rational objective 19520.4
2203.49/2237.95	c #Conflicts:    3016000 | #Constraints:      71885
2203.49/2237.95	c #Conflicts:    3017000 | #Constraints:      72885
2203.49/2237.95	c #Conflicts:    3018000 | #Constraints:      73885
2203.49/2237.95	c #Conflicts:    3019000 | #Constraints:      74885
2203.49/2237.95	c #Conflicts:    3020000 | #Constraints:      75886
2203.49/2237.95	c #Conflicts:    3021000 | #Constraints:      76886
2203.49/2237.95	c #Conflicts:    3022000 | #Constraints:      77886
2203.49/2237.95	c #Conflicts:    3023000 | #Constraints:      78886
2203.49/2237.95	c #Conflicts:    3024000 | #Constraints:      79887
2203.49/2237.95	WSVECS04 Frhs2[8]: 6 -148 0 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[19]: 6 0 93.3334 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[51]: 6 -264 0 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[52]: 6 0 321.222 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[55]: 6 0 93.3334 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[59]: 6 0 93.3334 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[99]: 6 0 679 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[100]: 6 0 717.222 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[124]: 6 0 321.222 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[160]: 6 0 321.222 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[167]: 6 0 93.3334 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[170]: 6 0 712.556 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[195]: 6 -106 0 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[196]: 6 0 321.222 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[229]: 6 0 106 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[233]: 6 0 106 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[244]: 6 0 38.2223 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[267]: 6 0 106 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[269]: 6 0 106 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[278]: 6 0 498.167 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[279]: 6 0 464.611 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[282]: 6 0 170.778 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[284]: 6 0 768 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[287]: 6 0 768 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[288]: 6 0 768 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[317]: 6 -752.833 0 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[318]: 6 0 385.167 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[352]: 6 0 717.222 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[463]: 6 0 385.167 shouldn't be
2203.49/2237.95	WSVECS04 Frhs2[514]: 6 0 158 shouldn't be
2227.06/2261.67	c #Conflicts:    3025000 | #Constraints:      80887
2227.06/2261.67	c #Conflicts:    3026000 | #Constraints:      81887
2227.06/2261.67	c #Conflicts:    3027000 | #Constraints:      82888
2227.06/2261.67	c #Conflicts:    3028000 | #Constraints:      83888
2227.06/2261.67	c #Conflicts:    3029000 | #Constraints:      84889
2227.06/2261.67	c #Conflicts:    3030000 | #Constraints:      85890
2227.06/2261.67	c #Conflicts:    3031000 | #Constraints:      86890
2227.06/2261.67	c #Conflicts:    3032000 | #Constraints:      87890
2227.06/2261.67	c #Conflicts:    3033000 | #Constraints:      88892
2227.06/2261.67	c #Conflicts:    3034000 | #Constraints:      89892
2227.06/2261.67	c #Conflicts:    3035000 | #Constraints:      90892
2227.06/2261.67	c #Conflicts:    3036000 | #Constraints:      91895
2227.06/2261.67	c #Conflicts:    3037000 | #Constraints:      92896
2227.06/2261.67	c #Conflicts:    3038000 | #Constraints:      93896
2227.06/2261.67	c #Conflicts:    3039000 | #Constraints:      94896
2227.06/2261.67	c #Conflicts:    3040000 | #Constraints:      95897
2227.06/2261.67	c #Conflicts:    3041000 | #Constraints:      96897
2227.06/2261.67	c #Conflicts:    3042000 | #Constraints:      97897
2227.06/2261.67	c #Conflicts:    3043000 | #Constraints:      98897
2227.06/2261.67	c #Conflicts:    3044000 | #Constraints:      99897
2227.06/2261.67	c #Conflicts:    3045000 | #Constraints:     100897
2227.06/2261.67	c #Conflicts:    3046000 | #Constraints:     101897
2227.06/2261.67	c #Conflicts:    3047000 | #Constraints:     102897
2227.06/2261.67	c #Conflicts:    3048000 | #Constraints:     103897
2227.06/2261.67	c #Conflicts:    3049000 | #Constraints:     104897
2227.06/2261.67	c #Conflicts:    3050000 | #Constraints:     105897
2227.06/2261.67	c #Conflicts:    3051000 | #Constraints:     106899
2227.06/2261.67	c INPROCESSING
2227.06/2261.67	c GARBAGE COLLECT
2227.06/2261.67	c rational objective 19520.4
2250.31/2285.07	c #Conflicts:    3052000 | #Constraints:      56883
2250.31/2285.07	c #Conflicts:    3053000 | #Constraints:      57883
2250.31/2285.07	c #Conflicts:    3054000 | #Constraints:      58883
2250.31/2285.07	c #Conflicts:    3055000 | #Constraints:      59883
2250.31/2285.07	c #Conflicts:    3056000 | #Constraints:      60883
2250.31/2285.07	c #Conflicts:    3057000 | #Constraints:      61883
2250.31/2285.07	c #Conflicts:    3058000 | #Constraints:      62883
2250.31/2285.07	c #Conflicts:    3059000 | #Constraints:      63883
2250.31/2285.07	c #Conflicts:    3060000 | #Constraints:      64883
2250.31/2285.07	c #Conflicts:    3061000 | #Constraints:      65883
2250.31/2285.07	c #Conflicts:    3062000 | #Constraints:      66883
2250.31/2285.07	c #Conflicts:    3063000 | #Constraints:      67883
2250.31/2285.07	c #Conflicts:    3064000 | #Constraints:      68883
2250.31/2285.07	c #Conflicts:    3065000 | #Constraints:      69883
2250.31/2285.07	c #Conflicts:    3066000 | #Constraints:      70883
2250.31/2285.07	c #Conflicts:    3067000 | #Constraints:      71884
2250.31/2285.07	c #Conflicts:    3068000 | #Constraints:      72885
2250.31/2285.07	c #Conflicts:    3069000 | #Constraints:      73885
2250.31/2285.07	c #Conflicts:    3070000 | #Constraints:      74886
2250.31/2285.07	c #Conflicts:    3071000 | #Constraints:      75887
2250.31/2285.07	c #Conflicts:    3072000 | #Constraints:      76887
2250.31/2285.07	c #Conflicts:    3073000 | #Constraints:      77887
2250.31/2285.07	c #Conflicts:    3074000 | #Constraints:      78887
2250.31/2285.07	c #Conflicts:    3075000 | #Constraints:      79887
2250.31/2285.07	c #Conflicts:    3076000 | #Constraints:      80887
2250.31/2285.07	c #Conflicts:    3077000 | #Constraints:      81888
2250.31/2285.07	c #Conflicts:    3078000 | #Constraints:      82888
2250.31/2285.07	c #Conflicts:    3079000 | #Constraints:      83888
2250.31/2285.07	c #Conflicts:    3080000 | #Constraints:      84888
2250.31/2285.07	c #Conflicts:    3081000 | #Constraints:      85889
2250.31/2285.07	c #Conflicts:    3082000 | #Constraints:      86889
2250.31/2285.07	c #Conflicts:    3083000 | #Constraints:      87889
2250.31/2285.07	c #Conflicts:    3084000 | #Constraints:      88889
2250.31/2285.07	c #Conflicts:    3085000 | #Constraints:      89889
2250.31/2285.07	c #Conflicts:    3086000 | #Constraints:      90891
2250.31/2285.07	c #Conflicts:    3087000 | #Constraints:      91891
2250.31/2285.07	c INPROCESSING
2250.31/2285.07	c GARBAGE COLLECT
2250.31/2285.07	c rational objective 19520.4
2272.35/2307.15	c #Conflicts:    3088000 | #Constraints:      49274
2272.35/2307.15	c #Conflicts:    3089000 | #Constraints:      50275
2272.35/2307.15	c #Conflicts:    3090000 | #Constraints:      51276
2272.35/2307.15	c #Conflicts:    3091000 | #Constraints:      52277
2272.35/2307.15	c #Conflicts:    3092000 | #Constraints:      53278
2272.35/2307.15	c #Conflicts:    3093000 | #Constraints:      54278
2272.35/2307.15	c #Conflicts:    3094000 | #Constraints:      55278
2272.35/2307.15	c #Conflicts:    3095000 | #Constraints:      56278
2272.35/2307.15	c #Conflicts:    3096000 | #Constraints:      57278
2272.35/2307.15	c #Conflicts:    3097000 | #Constraints:      58279
2272.35/2307.15	c #Conflicts:    3098000 | #Constraints:      59279
2272.35/2307.15	c #Conflicts:    3099000 | #Constraints:      60280
2272.35/2307.15	c #Conflicts:    3100000 | #Constraints:      61280
2272.35/2307.15	c #Conflicts:    3101000 | #Constraints:      62281
2272.35/2307.15	c #Conflicts:    3102000 | #Constraints:      63281
2272.35/2307.15	c #Conflicts:    3103000 | #Constraints:      64283
2272.35/2307.15	c #Conflicts:    3104000 | #Constraints:      65283
2272.35/2307.15	c #Conflicts:    3105000 | #Constraints:      66283
2272.35/2307.15	c #Conflicts:    3106000 | #Constraints:      67283
2272.35/2307.15	c #Conflicts:    3107000 | #Constraints:      68283
2272.35/2307.15	c #Conflicts:    3108000 | #Constraints:      69283
2272.35/2307.15	c #Conflicts:    3109000 | #Constraints:      70283
2272.35/2307.15	c #Conflicts:    3110000 | #Constraints:      71286
2272.35/2307.15	c #Conflicts:    3111000 | #Constraints:      72286
2272.35/2307.15	c #Conflicts:    3112000 | #Constraints:      73286
2272.35/2307.15	c #Conflicts:    3113000 | #Constraints:      74286
2272.35/2307.15	c #Conflicts:    3114000 | #Constraints:      75289
2272.35/2307.15	c #Conflicts:    3115000 | #Constraints:      76289
2272.35/2307.15	c #Conflicts:    3116000 | #Constraints:      77289
2272.35/2307.15	c #Conflicts:    3117000 | #Constraints:      78289
2272.35/2307.15	c #Conflicts:    3118000 | #Constraints:      79289
2272.35/2307.15	c #Conflicts:    3119000 | #Constraints:      80289
2272.35/2307.15	c #Conflicts:    3120000 | #Constraints:      81291
2272.35/2307.15	c #Conflicts:    3121000 | #Constraints:      82291
2272.35/2307.15	c #Conflicts:    3122000 | #Constraints:      83291
2272.35/2307.15	c #Conflicts:    3123000 | #Constraints:      84291
2272.35/2307.15	c INPROCESSING
2272.35/2307.15	c GARBAGE COLLECT
2272.35/2307.15	c rational objective 19523.9
2272.84/2307.60	c #Conflicts:    3124000 | #Constraints:      45278
2272.84/2307.60	WSVECS04 Frhs2[31]: 6 0 38 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[47]: 6 0 144.941 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[64]: 6 -602.515 0 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[71]: 6 0 76.1765 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[80]: 6 -290.824 0 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[83]: 6 0 173.353 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[84]: 6 0 56.8236 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[92]: 6 -148.971 0 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[104]: 6 0 66.4118 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[112]: 6 0 40.2941 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[138]: 6 -1842.38 0 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[140]: 6 0 94.8236 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[144]: 6 -66.4118 0 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[152]: 6 -973.118 0 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[155]: 6 0 173.353 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[158]: 6 -212 0 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[168]: 6 -1250.29 0 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[170]: 6 0 872.529 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[172]: 6 0 376.632 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[174]: 6 0 376.632 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[175]: 6 0 94.8236 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[179]: 6 0 171 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[180]: 6 -94.1765 0 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[228]: 6 0 206.882 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[230]: 6 0 358.794 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[238]: 6 -2.67657 0 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[250]: 6 -1286.41 0 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[262]: 6 -1408 0 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[264]: 6 0 56.8236 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[284]: 6 0 253.824 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[292]: 6 0 28.4118 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[323]: 6 0 76.1765 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[455]: 6 0 131.706 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[462]: 6 0 297.324 shouldn't be
2272.84/2307.60	WSVECS04 Frhs2[467]: 6 -337 0 shouldn't be
2300.18/2335.59	c #Conflicts:    3125000 | #Constraints:      46278
2300.18/2335.59	c #Conflicts:    3126000 | #Constraints:      47278
2300.18/2335.59	c #Conflicts:    3127000 | #Constraints:      48278
2300.18/2335.59	c #Conflicts:    3128000 | #Constraints:      49278
2300.18/2335.59	c #Conflicts:    3129000 | #Constraints:      50278
2300.18/2335.59	c #Conflicts:    3130000 | #Constraints:      51279
2300.18/2335.59	c #Conflicts:    3131000 | #Constraints:      52279
2300.18/2335.59	c #Conflicts:    3132000 | #Constraints:      53279
2300.18/2335.59	c #Conflicts:    3133000 | #Constraints:      54280
2300.18/2335.59	c #Conflicts:    3134000 | #Constraints:      55282
2300.18/2335.59	c #Conflicts:    3135000 | #Constraints:      56282
2300.18/2335.59	c #Conflicts:    3136000 | #Constraints:      57284
2300.18/2335.59	c #Conflicts:    3137000 | #Constraints:      58284
2300.18/2335.59	c #Conflicts:    3138000 | #Constraints:      59284
2300.18/2335.59	c #Conflicts:    3139000 | #Constraints:      60285
2300.18/2335.59	c #Conflicts:    3140000 | #Constraints:      61285
2300.18/2335.59	c #Conflicts:    3141000 | #Constraints:      62286
2300.18/2335.59	c #Conflicts:    3142000 | #Constraints:      63286
2300.18/2335.59	c #Conflicts:    3143000 | #Constraints:      64286
2300.18/2335.59	c #Conflicts:    3144000 | #Constraints:      65287
2300.18/2335.59	c #Conflicts:    3145000 | #Constraints:      66287
2300.18/2335.59	c #Conflicts:    3146000 | #Constraints:      67288
2300.18/2335.59	c #Conflicts:    3147000 | #Constraints:      68288
2300.18/2335.59	c #Conflicts:    3148000 | #Constraints:      69288
2300.18/2335.59	c #Conflicts:    3149000 | #Constraints:      70289
2300.18/2335.59	c #Conflicts:    3150000 | #Constraints:      71289
2300.18/2335.59	c #Conflicts:    3151000 | #Constraints:      72290
2300.18/2335.59	c #Conflicts:    3152000 | #Constraints:      73290
2300.18/2335.59	c #Conflicts:    3153000 | #Constraints:      74290
2300.18/2335.59	c #Conflicts:    3154000 | #Constraints:      75290
2300.18/2335.59	c #Conflicts:    3155000 | #Constraints:      76290
2300.18/2335.59	c #Conflicts:    3156000 | #Constraints:      77290
2300.18/2335.59	c #Conflicts:    3157000 | #Constraints:      78290
2300.18/2335.59	c #Conflicts:    3158000 | #Constraints:      79290
2300.18/2335.59	c #Conflicts:    3159000 | #Constraints:      80290
2300.18/2335.59	c #Conflicts:    3160000 | #Constraints:      81290
2300.18/2335.59	c #Conflicts:    3161000 | #Constraints:      82290
2300.18/2335.59	c #Conflicts:    3162000 | #Constraints:      83291
2300.18/2335.59	c #Conflicts:    3163000 | #Constraints:      84291
2300.18/2335.59	c #Conflicts:    3164000 | #Constraints:      85291
2300.18/2335.59	c #Conflicts:    3165000 | #Constraints:      86291
2300.18/2335.59	c #Conflicts:    3166000 | #Constraints:      87291
2300.18/2335.59	c #Conflicts:    3167000 | #Constraints:      88291
2300.18/2335.59	c #Conflicts:    3168000 | #Constraints:      89291
2300.18/2335.59	WSVECS04 Frhs2[19]: 6 0 106.73 shouldn't be
2300.18/2335.59	WSVECS04 Frhs2[87]: 6 -443.788 0 shouldn't be
2300.18/2335.59	WSVECS04 Frhs2[89]: 6 0 444.636 shouldn't be
2300.18/2335.59	WSVECS04 Frhs2[95]: 6 0 97.4624 shouldn't be
2300.18/2335.59	WSVECS04 Frhs2[98]: 6 0 294.788 shouldn't be
2300.18/2335.59	WSVECS04 Frhs2[99]: 6 -188.924 0 shouldn't be
2300.18/2335.59	WSVECS04 Frhs2[107]: 6 0 0.848509 shouldn't be
2300.18/2335.59	WSVECS04 Frhs2[127]: 6 0 91.9248 shouldn't be
2300.18/2335.59	WSVECS04 Frhs2[163]: 6 0 91.9247 shouldn't be
2300.18/2335.59	WSVECS04 Frhs2[166]: 6 -0.848525 0 shouldn't be
2300.18/2335.59	WSVECS04 Frhs2[179]: 6 0 0.848577 shouldn't be
2300.18/2335.59	WSVECS04 Frhs2[231]: 6 0 444.212 shouldn't be
2300.18/2335.59	WSVECS04 Frhs2[282]: 6 0 114.697 shouldn't be
2300.18/2335.59	WSVECS04 Frhs2[303]: 6 0 556.788 shouldn't be
2300.18/2335.59	WSVECS04 Frhs2[454]: 6 0 834.924 shouldn't be
2300.18/2335.59	WSVECS04 Frhs2[503]: 6 -204.53 0 shouldn't be
2398.27/2437.71	c #Conflicts:    3169000 | #Constraints:      90292
2398.27/2437.71	c #Conflicts:    3170000 | #Constraints:      91293
2398.27/2437.71	c #Conflicts:    3171000 | #Constraints:      92295
2398.27/2437.71	c #Conflicts:    3172000 | #Constraints:      93295
2398.27/2437.71	c #Conflicts:    3173000 | #Constraints:      94296
2398.27/2437.71	c #Conflicts:    3174000 | #Constraints:      95297
2398.27/2437.71	c #Conflicts:    3175000 | #Constraints:      96297
2398.27/2437.71	c #Conflicts:    3176000 | #Constraints:      97297
2398.27/2437.71	c #Conflicts:    3177000 | #Constraints:      98297
2398.27/2437.71	c #Conflicts:    3178000 | #Constraints:      99297
2398.27/2437.71	c #Conflicts:    3179000 | #Constraints:     100298
2398.27/2437.71	c #Conflicts:    3180000 | #Constraints:     101298
2398.27/2437.71	c #Conflicts:    3181000 | #Constraints:     102298
2398.27/2437.71	c #Conflicts:    3182000 | #Constraints:     103299
2398.27/2437.71	c #Conflicts:    3183000 | #Constraints:     104299
2398.27/2437.71	c #Conflicts:    3184000 | #Constraints:     105299
2398.27/2437.71	c #Conflicts:    3185000 | #Constraints:     106299
2398.27/2437.71	c #Conflicts:    3186000 | #Constraints:     107299
2398.27/2437.71	c #Conflicts:    3187000 | #Constraints:     108299
2398.27/2437.71	c #Conflicts:    3188000 | #Constraints:     109302
2398.27/2437.71	c #Conflicts:    3189000 | #Constraints:     110303
2398.27/2437.71	c #Conflicts:    3190000 | #Constraints:     111303
2398.27/2437.71	c #Conflicts:    3191000 | #Constraints:     112304
2398.27/2437.71	c #Conflicts:    3192000 | #Constraints:     113304
2398.27/2437.71	c #Conflicts:    3193000 | #Constraints:     114305
2398.27/2437.71	c #Conflicts:    3194000 | #Constraints:     115305
2398.27/2437.71	c #Conflicts:    3195000 | #Constraints:     116306
2398.27/2437.71	c #Conflicts:    3196000 | #Constraints:     117306
2398.27/2437.71	c #Conflicts:    3197000 | #Constraints:     118306
2398.27/2437.71	c #Conflicts:    3198000 | #Constraints:     119306
2398.27/2437.71	c #Conflicts:    3199000 | #Constraints:     120306
2398.27/2437.71	c #Conflicts:    3200000 | #Constraints:     121306
2398.27/2437.71	c #Conflicts:    3201000 | #Constraints:     122306
2398.27/2437.71	c #Conflicts:    3202000 | #Constraints:     123307
2398.27/2437.71	c #Conflicts:    3203000 | #Constraints:     124307
2398.27/2437.71	c #Conflicts:    3204000 | #Constraints:     125307
2398.27/2437.71	c #Conflicts:    3205000 | #Constraints:     126307
2398.27/2437.71	c #Conflicts:    3206000 | #Constraints:     127307
2398.27/2437.71	c #Conflicts:    3207000 | #Constraints:     128307
2398.27/2437.71	c #Conflicts:    3208000 | #Constraints:     129307
2398.27/2437.71	c #Conflicts:    3209000 | #Constraints:     130307
2398.27/2437.71	c #Conflicts:    3210000 | #Constraints:     131309
2398.27/2437.71	c #Conflicts:    3211000 | #Constraints:     132309
2398.27/2437.71	c #Conflicts:    3212000 | #Constraints:     133309
2398.27/2437.71	c #Conflicts:    3213000 | #Constraints:     134309
2398.27/2437.71	c #Conflicts:    3214000 | #Constraints:     135309
2398.27/2437.71	c #Conflicts:    3215000 | #Constraints:     136309
2398.27/2437.71	c #Conflicts:    3216000 | #Constraints:     137309
2398.27/2437.71	c #Conflicts:    3217000 | #Constraints:     138309
2398.27/2437.71	c #Conflicts:    3218000 | #Constraints:     139309
2398.27/2437.71	c #Conflicts:    3219000 | #Constraints:     140309
2398.27/2437.71	c #Conflicts:    3220000 | #Constraints:     141309
2398.27/2437.71	c #Conflicts:    3221000 | #Constraints:     142309
2398.27/2437.71	c #Conflicts:    3222000 | #Constraints:     143309
2398.27/2437.71	c #Conflicts:    3223000 | #Constraints:     144309
2398.27/2437.71	c #Conflicts:    3224000 | #Constraints:     145310
2398.27/2437.71	c #Conflicts:    3225000 | #Constraints:     146310
2398.27/2437.71	c #Conflicts:    3226000 | #Constraints:     147310
2398.27/2437.71	c #Conflicts:    3227000 | #Constraints:     148310
2398.27/2437.71	c #Conflicts:    3228000 | #Constraints:     149310
2398.27/2437.71	c #Conflicts:    3229000 | #Constraints:     150310
2398.27/2437.71	c #Conflicts:    3230000 | #Constraints:     151311
2398.27/2437.71	c #Conflicts:    3231000 | #Constraints:     152311
2398.27/2437.71	c #Conflicts:    3232000 | #Constraints:     153311
2398.27/2437.71	c #Conflicts:    3233000 | #Constraints:     154312
2398.27/2437.71	c #Conflicts:    3234000 | #Constraints:     155312
2398.27/2437.71	c #Conflicts:    3235000 | #Constraints:     156312
2398.27/2437.71	c #Conflicts:    3236000 | #Constraints:     157312
2398.27/2437.71	c #Conflicts:    3237000 | #Constraints:     158312
2398.27/2437.71	c #Conflicts:    3238000 | #Constraints:     159312
2398.27/2437.71	c #Conflicts:    3239000 | #Constraints:     160312
2398.27/2437.71	c #Conflicts:    3240000 | #Constraints:     161312
2398.27/2437.71	c #Conflicts:    3241000 | #Constraints:     162312
2398.27/2437.71	c #Conflicts:    3242000 | #Constraints:     163312
2398.27/2437.71	c #Conflicts:    3243000 | #Constraints:     164313
2398.27/2437.71	c #Conflicts:    3244000 | #Constraints:     165313
2398.27/2437.71	c #Conflicts:    3245000 | #Constraints:     166313
2398.27/2437.71	c #Conflicts:    3246000 | #Constraints:     167313
2398.27/2437.71	c #Conflicts:    3247000 | #Constraints:     168314
2472.26/2517.44	c #Conflicts:    3248000 | #Constraints:     169314
2472.26/2517.44	c #Conflicts:    3249000 | #Constraints:     170314
2472.26/2517.44	c #Conflicts:    3250000 | #Constraints:     171314
2472.26/2517.44	c #Conflicts:    3251000 | #Constraints:     172314
2472.26/2517.44	c #Conflicts:    3252000 | #Constraints:     173314
2472.26/2517.44	c #Conflicts:    3253000 | #Constraints:     174314
2472.26/2517.44	c #Conflicts:    3254000 | #Constraints:     175314
2472.26/2517.44	c #Conflicts:    3255000 | #Constraints:     176314
2472.26/2517.44	c #Conflicts:    3256000 | #Constraints:     177314
2472.26/2517.44	c #Conflicts:    3257000 | #Constraints:     178315
2472.26/2517.44	c #Conflicts:    3258000 | #Constraints:     179315
2472.26/2517.44	c #Conflicts:    3259000 | #Constraints:     180315
2472.26/2517.44	c #Conflicts:    3260000 | #Constraints:     181315
2472.26/2517.44	c #Conflicts:    3261000 | #Constraints:     182315
2472.26/2517.44	c #Conflicts:    3262000 | #Constraints:     183315
2472.26/2517.44	c #Conflicts:    3263000 | #Constraints:     184315
2472.26/2517.44	c #Conflicts:    3264000 | #Constraints:     185315
2472.26/2517.44	c #Conflicts:    3265000 | #Constraints:     186315
2472.26/2517.44	c #Conflicts:    3266000 | #Constraints:     187315
2472.26/2517.44	c #Conflicts:    3267000 | #Constraints:     188315
2472.26/2517.44	c #Conflicts:    3268000 | #Constraints:     189315
2472.26/2517.44	c #Conflicts:    3269000 | #Constraints:     190315
2472.26/2517.44	c #Conflicts:    3270000 | #Constraints:     191315
2472.26/2517.44	c #Conflicts:    3271000 | #Constraints:     192317
2472.26/2517.44	c #Conflicts:    3272000 | #Constraints:     193317
2472.26/2517.44	c #Conflicts:    3273000 | #Constraints:     194317
2472.26/2517.44	c #Conflicts:    3274000 | #Constraints:     195317
2472.26/2517.44	c #Conflicts:    3275000 | #Constraints:     196317
2472.26/2517.44	c #Conflicts:    3276000 | #Constraints:     197317
2472.26/2517.44	c #Conflicts:    3277000 | #Constraints:     198317
2472.26/2517.44	c #Conflicts:    3278000 | #Constraints:     199317
2472.26/2517.44	c #Conflicts:    3279000 | #Constraints:     200317
2472.26/2517.44	c #Conflicts:    3280000 | #Constraints:     201317
2472.26/2517.44	c #Conflicts:    3281000 | #Constraints:     202317
2472.26/2517.44	c #Conflicts:    3282000 | #Constraints:     203317
2472.26/2517.44	c #Conflicts:    3283000 | #Constraints:     204317
2472.26/2517.44	c #Conflicts:    3284000 | #Constraints:     205317
2472.26/2517.44	c INPROCESSING
2472.26/2517.44	c GARBAGE COLLECT
2472.26/2517.44	c rational objective 19523.9
2512.96/2558.92	c #Conflicts:    3285000 | #Constraints:     105921
2512.96/2558.92	c #Conflicts:    3286000 | #Constraints:     106921
2512.96/2558.92	c #Conflicts:    3287000 | #Constraints:     107921
2512.96/2558.92	c #Conflicts:    3288000 | #Constraints:     108921
2512.96/2558.92	c #Conflicts:    3289000 | #Constraints:     109921
2512.96/2558.92	c #Conflicts:    3290000 | #Constraints:     110921
2512.96/2558.92	c #Conflicts:    3291000 | #Constraints:     111921
2512.96/2558.92	c #Conflicts:    3292000 | #Constraints:     112921
2512.96/2558.92	c #Conflicts:    3293000 | #Constraints:     113921
2512.96/2558.92	c #Conflicts:    3294000 | #Constraints:     114923
2512.96/2558.92	c #Conflicts:    3295000 | #Constraints:     115924
2512.96/2558.92	c #Conflicts:    3296000 | #Constraints:     116925
2512.96/2558.92	c #Conflicts:    3297000 | #Constraints:     117925
2512.96/2558.92	c #Conflicts:    3298000 | #Constraints:     118925
2512.96/2558.92	c #Conflicts:    3299000 | #Constraints:     119926
2512.96/2558.92	c #Conflicts:    3300000 | #Constraints:     120926
2512.96/2558.92	c #Conflicts:    3301000 | #Constraints:     121926
2512.96/2558.92	c #Conflicts:    3302000 | #Constraints:     122926
2512.96/2558.92	c #Conflicts:    3303000 | #Constraints:     123926
2512.96/2558.92	c #Conflicts:    3304000 | #Constraints:     124926
2512.96/2558.92	c #Conflicts:    3305000 | #Constraints:     125927
2512.96/2558.92	c #Conflicts:    3306000 | #Constraints:     126927
2512.96/2558.92	c #Conflicts:    3307000 | #Constraints:     127928
2512.96/2558.92	c #Conflicts:    3308000 | #Constraints:     128928
2512.96/2558.92	c #Conflicts:    3309000 | #Constraints:     129928
2512.96/2558.92	c #Conflicts:    3310000 | #Constraints:     130928
2512.96/2558.92	c #Conflicts:    3311000 | #Constraints:     131928
2512.96/2558.92	c #Conflicts:    3312000 | #Constraints:     132928
2512.96/2558.92	c #Conflicts:    3313000 | #Constraints:     133928
2512.96/2558.92	c #Conflicts:    3314000 | #Constraints:     134930
2512.96/2558.92	c #Conflicts:    3315000 | #Constraints:     135930
2512.96/2558.92	c #Conflicts:    3316000 | #Constraints:     136931
2512.96/2558.92	c #Conflicts:    3317000 | #Constraints:     137932
2512.96/2558.92	c #Conflicts:    3318000 | #Constraints:     138932
2512.96/2558.92	WSVECS04 Frhs2[30]: 6 0 147.5 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[37]: 6 -2410.93 0 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[38]: 6 0 618.38 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[43]: 6 0 80.5932 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[61]: 6 -295 0 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[73]: 6 -268.98 0 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[74]: 6 0 618.38 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[76]: 6 0 811.529 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[78]: 6 0 785.51 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[83]: 6 -2978.31 0 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[99]: 6 0 147.5 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[103]: 6 -262.011 0 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[137]: 6 -136.128 0 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[143]: 6 -319.138 0 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[151]: 6 0 80.5932 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[172]: 6 0 136.128 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[184]: 6 0 692.279 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[206]: 6 0 109.873 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[207]: 6 0 109.873 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[210]: 6 0 95.1226 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[227]: 6 0 14.75 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[239]: 6 0 50.4363 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[330]: 6 0 785.51 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[351]: 6 0 135.064 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[353]: 6 -160.628 0 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[389]: 6 0 106 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[471]: 6 0 875.564 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[487]: 6 0 187 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[501]: 6 0 485 shouldn't be
2512.96/2558.92	WSVECS04 Frhs2[531]: 6 0 814.138 shouldn't be
2519.05/2565.10	c #Conflicts:    3319000 | #Constraints:     139932
2519.05/2565.10	c #Conflicts:    3320000 | #Constraints:     140932
2519.05/2565.10	c #Conflicts:    3321000 | #Constraints:     141933
2519.05/2565.10	c #Conflicts:    3322000 | #Constraints:     142934
2519.05/2565.10	c INPROCESSING
2519.05/2565.10	c GARBAGE COLLECT
2519.05/2565.10	c rational objective 19523.9
2556.39/2603.30	c #Conflicts:    3323000 | #Constraints:      74857
2556.39/2603.30	c #Conflicts:    3324000 | #Constraints:      75857
2556.39/2603.30	c #Conflicts:    3325000 | #Constraints:      76859
2556.39/2603.30	c #Conflicts:    3326000 | #Constraints:      77859
2556.39/2603.30	c #Conflicts:    3327000 | #Constraints:      78859
2556.39/2603.30	c #Conflicts:    3328000 | #Constraints:      79859
2556.39/2603.30	c #Conflicts:    3329000 | #Constraints:      80859
2556.39/2603.30	c #Conflicts:    3330000 | #Constraints:      81859
2556.39/2603.30	c #Conflicts:    3331000 | #Constraints:      82861
2556.39/2603.30	c #Conflicts:    3332000 | #Constraints:      83861
2556.39/2603.30	c #Conflicts:    3333000 | #Constraints:      84861
2556.39/2603.30	c #Conflicts:    3334000 | #Constraints:      85862
2556.39/2603.30	c #Conflicts:    3335000 | #Constraints:      86862
2556.39/2603.30	c #Conflicts:    3336000 | #Constraints:      87862
2556.39/2603.30	c #Conflicts:    3337000 | #Constraints:      88862
2556.39/2603.30	c #Conflicts:    3338000 | #Constraints:      89862
2556.39/2603.30	c #Conflicts:    3339000 | #Constraints:      90862
2556.39/2603.30	c #Conflicts:    3340000 | #Constraints:      91863
2556.39/2603.30	c #Conflicts:    3341000 | #Constraints:      92864
2556.39/2603.30	c #Conflicts:    3342000 | #Constraints:      93864
2556.39/2603.30	c #Conflicts:    3343000 | #Constraints:      94864
2556.39/2603.30	c #Conflicts:    3344000 | #Constraints:      95864
2556.39/2603.30	c #Conflicts:    3345000 | #Constraints:      96864
2556.39/2603.30	c #Conflicts:    3346000 | #Constraints:      97864
2556.39/2603.30	c #Conflicts:    3347000 | #Constraints:      98866
2556.39/2603.30	c #Conflicts:    3348000 | #Constraints:      99867
2556.39/2603.30	c #Conflicts:    3349000 | #Constraints:     100867
2556.39/2603.30	c #Conflicts:    3350000 | #Constraints:     101868
2556.39/2603.30	c #Conflicts:    3351000 | #Constraints:     102868
2556.39/2603.30	c #Conflicts:    3352000 | #Constraints:     103868
2556.39/2603.30	c #Conflicts:    3353000 | #Constraints:     104869
2556.39/2603.30	c #Conflicts:    3354000 | #Constraints:     105869
2556.39/2603.30	c #Conflicts:    3355000 | #Constraints:     106869
2556.39/2603.30	c #Conflicts:    3356000 | #Constraints:     107869
2556.39/2603.30	c #Conflicts:    3357000 | #Constraints:     108871
2556.39/2603.30	c #Conflicts:    3358000 | #Constraints:     109872
2556.39/2603.30	c #Conflicts:    3359000 | #Constraints:     110872
2556.39/2603.30	c #Conflicts:    3360000 | #Constraints:     111873
2556.39/2603.30	c INPROCESSING
2556.39/2603.30	c GARBAGE COLLECT
2556.39/2603.30	c rational objective 19523.9
2589.43/2637.71	c #Conflicts:    3361000 | #Constraints:      59378
2589.43/2637.71	c #Conflicts:    3362000 | #Constraints:      60378
2589.43/2637.71	c #Conflicts:    3363000 | #Constraints:      61379
2589.43/2637.71	c #Conflicts:    3364000 | #Constraints:      62379
2589.43/2637.71	c #Conflicts:    3365000 | #Constraints:      63379
2589.43/2637.71	c #Conflicts:    3366000 | #Constraints:      64380
2589.43/2637.71	c #Conflicts:    3367000 | #Constraints:      65380
2589.43/2637.71	c #Conflicts:    3368000 | #Constraints:      66380
2589.43/2637.71	c #Conflicts:    3369000 | #Constraints:      67383
2589.43/2637.71	c #Conflicts:    3370000 | #Constraints:      68383
2589.43/2637.71	c #Conflicts:    3371000 | #Constraints:      69383
2589.43/2637.71	c #Conflicts:    3372000 | #Constraints:      70384
2589.43/2637.71	c #Conflicts:    3373000 | #Constraints:      71384
2589.43/2637.71	c #Conflicts:    3374000 | #Constraints:      72385
2589.43/2637.71	c #Conflicts:    3375000 | #Constraints:      73385
2589.43/2637.71	c #Conflicts:    3376000 | #Constraints:      74385
2589.43/2637.71	c #Conflicts:    3377000 | #Constraints:      75386
2589.43/2637.71	c #Conflicts:    3378000 | #Constraints:      76386
2589.43/2637.71	c #Conflicts:    3379000 | #Constraints:      77386
2589.43/2637.71	c #Conflicts:    3380000 | #Constraints:      78386
2589.43/2637.71	c #Conflicts:    3381000 | #Constraints:      79386
2589.43/2637.71	c #Conflicts:    3382000 | #Constraints:      80386
2589.43/2637.71	c #Conflicts:    3383000 | #Constraints:      81386
2589.43/2637.71	c #Conflicts:    3384000 | #Constraints:      82386
2589.43/2637.71	c #Conflicts:    3385000 | #Constraints:      83387
2589.43/2637.71	c #Conflicts:    3386000 | #Constraints:      84389
2589.43/2637.71	c #Conflicts:    3387000 | #Constraints:      85390
2589.43/2637.71	c #Conflicts:    3388000 | #Constraints:      86390
2589.43/2637.71	c #Conflicts:    3389000 | #Constraints:      87390
2589.43/2637.71	c #Conflicts:    3390000 | #Constraints:      88390
2589.43/2637.71	c #Conflicts:    3391000 | #Constraints:      89390
2589.43/2637.71	c #Conflicts:    3392000 | #Constraints:      90391
2589.43/2637.71	c #Conflicts:    3393000 | #Constraints:      91391
2589.43/2637.71	c #Conflicts:    3394000 | #Constraints:      92392
2589.43/2637.71	c #Conflicts:    3395000 | #Constraints:      93392
2589.43/2637.71	c #Conflicts:    3396000 | #Constraints:      94392
2589.43/2637.71	c #Conflicts:    3397000 | #Constraints:      95392
2589.43/2637.71	c #Conflicts:    3398000 | #Constraints:      96392
2589.43/2637.71	c INPROCESSING
2589.43/2637.71	c GARBAGE COLLECT
2589.43/2637.71	c rational objective 19523.9
2591.43/2639.77	c #Conflicts:    3399000 | #Constraints:      51591
2591.43/2639.77	c #Conflicts:    3400000 | #Constraints:      52591
2591.43/2639.77	c #Conflicts:    3401000 | #Constraints:      53591
2591.43/2639.77	WSVECS04 Frhs2[86]: 6 0 32.3334 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[103]: 6 0 4.50008 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[163]: 6 0 2949.33 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[166]: 6 -145.583 0 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[175]: 6 0 4.50005 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[208]: 6 0 103 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[212]: 6 0 58.5834 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[216]: 6 -134.417 0 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[239]: 6 0 134 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[241]: 6 -741.833 0 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[244]: 6 0 103 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[277]: 6 0 484.833 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[279]: 6 0 484.833 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[280]: 6 0 587.833 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[306]: 6 0 36.8334 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[309]: 6 0 826.917 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[332]: 6 -101 0 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[336]: 6 0 166.083 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[342]: 6 0 36.8334 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[344]: 6 0 79.9167 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[345]: 6 0 79.9167 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[356]: 6 0 164.583 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[370]: 6 0 170 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[375]: 6 0 158 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[443]: 6 -70.3334 0 shouldn't be
2591.43/2639.77	WSVECS04 Frhs2[471]: 6 0 785 shouldn't be
2605.98/2654.34	c #Conflicts:    3402000 | #Constraints:      54591
2605.98/2654.34	c #Conflicts:    3403000 | #Constraints:      55591
2605.98/2654.34	c #Conflicts:    3404000 | #Constraints:      56592
2605.98/2654.34	c #Conflicts:    3405000 | #Constraints:      57593
2605.98/2654.34	c #Conflicts:    3406000 | #Constraints:      58593
2605.98/2654.34	c #Conflicts:    3407000 | #Constraints:      59593
2605.98/2654.34	c #Conflicts:    3408000 | #Constraints:      60594
2605.98/2654.34	c #Conflicts:    3409000 | #Constraints:      61594
2605.98/2654.34	c #Conflicts:    3410000 | #Constraints:      62595
2605.98/2654.34	c #Conflicts:    3411000 | #Constraints:      63595
2605.98/2654.34	c #Conflicts:    3412000 | #Constraints:      64596
2605.98/2654.34	c #Conflicts:    3413000 | #Constraints:      65596
2605.98/2654.34	c #Conflicts:    3414000 | #Constraints:      66596
2605.98/2654.34	c #Conflicts:    3415000 | #Constraints:      67597
2605.98/2654.34	c #Conflicts:    3416000 | #Constraints:      68597
2605.98/2654.34	c #Conflicts:    3417000 | #Constraints:      69597
2605.98/2654.34	c #Conflicts:    3418000 | #Constraints:      70597
2605.98/2654.34	c #Conflicts:    3419000 | #Constraints:      71597
2605.98/2654.34	c #Conflicts:    3420000 | #Constraints:      72598
2605.98/2654.34	c #Conflicts:    3421000 | #Constraints:      73598
2605.98/2654.34	WSVECS04 Frhs2[18]: 6 0 71.75 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[40]: 6 0 582.5 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[49]: 6 -2423.75 0 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[51]: 6 0 38.0001 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[57]: 6 0 33.625 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[83]: 6 0 2491.63 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[129]: 6 0 33.625 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[130]: 6 -295 0 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[182]: 6 0 1308 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[189]: 6 0 375.625 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[195]: 6 -140.25 0 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[198]: 6 0 71.75 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[213]: 6 0 38 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[220]: 6 -3178.63 0 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[229]: 6 0 34.25 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[259]: 6 0 38.0001 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[265]: 6 0 34.2501 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[268]: 6 0 41.25 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[269]: 6 0 34.2501 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[273]: 6 0 33.625 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[290]: 6 0 3303 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[299]: 6 0 2491.63 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[306]: 6 0 71.75 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[307]: 6 -892 0 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[309]: 6 0 33.625 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[325]: 6 -1308 0 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[343]: 6 0 295 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[347]: 6 0 295 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[374]: 6 0 398 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[386]: 6 -264 0 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[454]: 6 0 22.0001 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[469]: 6 -264 0 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[482]: 6 0 355 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[485]: 6 0 554.417 shouldn't be
2605.98/2654.34	WSVECS04 Frhs2[514]: 6 0 620.833 shouldn't be
2619.53/2668.28	c #Conflicts:    3422000 | #Constraints:      74599
2619.53/2668.28	c #Conflicts:    3423000 | #Constraints:      75599
2619.53/2668.28	c #Conflicts:    3424000 | #Constraints:      76599
2619.53/2668.28	c #Conflicts:    3425000 | #Constraints:      77599
2619.53/2668.28	c #Conflicts:    3426000 | #Constraints:      78600
2619.53/2668.28	c #Conflicts:    3427000 | #Constraints:      79600
2619.53/2668.28	c #Conflicts:    3428000 | #Constraints:      80601
2619.53/2668.28	c #Conflicts:    3429000 | #Constraints:      81601
2619.53/2668.28	c #Conflicts:    3430000 | #Constraints:      82601
2619.53/2668.28	c #Conflicts:    3431000 | #Constraints:      83601
2619.53/2668.28	c #Conflicts:    3432000 | #Constraints:      84602
2619.53/2668.28	c #Conflicts:    3433000 | #Constraints:      85602
2619.53/2668.28	c #Conflicts:    3434000 | #Constraints:      86602
2619.53/2668.28	c #Conflicts:    3435000 | #Constraints:      87603
2619.53/2668.28	c #Conflicts:    3436000 | #Constraints:      88604
2619.53/2668.28	c INPROCESSING
2619.53/2668.28	c GARBAGE COLLECT
2619.53/2668.28	c rational objective 19523.9
2700.86/2750.01	c #Conflicts:    3437000 | #Constraints:      47531
2700.86/2750.01	c #Conflicts:    3438000 | #Constraints:      48532
2700.86/2750.01	c #Conflicts:    3439000 | #Constraints:      49532
2700.86/2750.01	c #Conflicts:    3440000 | #Constraints:      50533
2700.86/2750.01	c #Conflicts:    3441000 | #Constraints:      51533
2700.86/2750.01	c #Conflicts:    3442000 | #Constraints:      52533
2700.86/2750.01	c #Conflicts:    3443000 | #Constraints:      53533
2700.86/2750.01	c #Conflicts:    3444000 | #Constraints:      54534
2700.86/2750.01	c #Conflicts:    3445000 | #Constraints:      55535
2700.86/2750.01	c #Conflicts:    3446000 | #Constraints:      56535
2700.86/2750.01	c #Conflicts:    3447000 | #Constraints:      57536
2700.86/2750.01	c #Conflicts:    3448000 | #Constraints:      58536
2700.86/2750.01	c #Conflicts:    3449000 | #Constraints:      59537
2700.86/2750.01	c #Conflicts:    3450000 | #Constraints:      60537
2700.86/2750.01	c #Conflicts:    3451000 | #Constraints:      61538
2700.86/2750.01	c #Conflicts:    3452000 | #Constraints:      62539
2700.86/2750.01	c #Conflicts:    3453000 | #Constraints:      63539
2700.86/2750.01	c #Conflicts:    3454000 | #Constraints:      64539
2700.86/2750.01	c #Conflicts:    3455000 | #Constraints:      65541
2700.86/2750.01	c #Conflicts:    3456000 | #Constraints:      66541
2700.86/2750.01	c #Conflicts:    3457000 | #Constraints:      67541
2700.86/2750.01	c #Conflicts:    3458000 | #Constraints:      68541
2700.86/2750.01	c #Conflicts:    3459000 | #Constraints:      69541
2700.86/2750.01	c #Conflicts:    3460000 | #Constraints:      70541
2700.86/2750.01	c #Conflicts:    3461000 | #Constraints:      71544
2700.86/2750.01	c #Conflicts:    3462000 | #Constraints:      72544
2700.86/2750.01	c #Conflicts:    3463000 | #Constraints:      73544
2700.86/2750.01	c #Conflicts:    3464000 | #Constraints:      74544
2700.86/2750.01	c #Conflicts:    3465000 | #Constraints:      75544
2700.86/2750.01	c #Conflicts:    3466000 | #Constraints:      76544
2700.86/2750.01	c #Conflicts:    3467000 | #Constraints:      77544
2700.86/2750.01	c #Conflicts:    3468000 | #Constraints:      78545
2700.86/2750.01	c #Conflicts:    3469000 | #Constraints:      79546
2700.86/2750.01	c #Conflicts:    3470000 | #Constraints:      80546
2700.86/2750.01	c #Conflicts:    3471000 | #Constraints:      81546
2700.86/2750.01	c #Conflicts:    3472000 | #Constraints:      82546
2700.86/2750.01	c #Conflicts:    3473000 | #Constraints:      83546
2700.86/2750.01	c #Conflicts:    3474000 | #Constraints:      84546
2700.86/2750.01	c #Conflicts:    3475000 | #Constraints:      85546
2700.86/2750.01	c #Conflicts:    3476000 | #Constraints:      86546
2700.86/2750.01	c #Conflicts:    3477000 | #Constraints:      87546
2700.86/2750.01	c #Conflicts:    3478000 | #Constraints:      88546
2700.86/2750.01	c #Conflicts:    3479000 | #Constraints:      89547
2700.86/2750.01	c #Conflicts:    3480000 | #Constraints:      90547
2700.86/2750.01	c #Conflicts:    3481000 | #Constraints:      91548
2700.86/2750.01	c #Conflicts:    3482000 | #Constraints:      92549
2700.86/2750.01	c #Conflicts:    3483000 | #Constraints:      93550
2700.86/2750.01	c #Conflicts:    3484000 | #Constraints:      94550
2700.86/2750.01	c #Conflicts:    3485000 | #Constraints:      95550
2700.86/2750.01	c #Conflicts:    3486000 | #Constraints:      96550
2700.86/2750.01	c #Conflicts:    3487000 | #Constraints:      97553
2700.86/2750.01	c #Conflicts:    3488000 | #Constraints:      98553
2700.86/2750.01	c #Conflicts:    3489000 | #Constraints:      99553
2700.86/2750.01	c #Conflicts:    3490000 | #Constraints:     100553
2700.86/2750.01	c #Conflicts:    3491000 | #Constraints:     101554
2700.86/2750.01	c #Conflicts:    3492000 | #Constraints:     102554
2700.86/2750.01	c #Conflicts:    3493000 | #Constraints:     103554
2700.86/2750.01	c #Conflicts:    3494000 | #Constraints:     104554
2700.86/2750.01	c #Conflicts:    3495000 | #Constraints:     105555
2700.86/2750.01	c #Conflicts:    3496000 | #Constraints:     106556
2700.86/2750.01	c #Conflicts:    3497000 | #Constraints:     107556
2700.86/2750.01	c #Conflicts:    3498000 | #Constraints:     108557
2700.86/2750.01	c #Conflicts:    3499000 | #Constraints:     109558
2700.86/2750.01	c #Conflicts:    3500000 | #Constraints:     110558
2700.86/2750.01	c #Conflicts:    3501000 | #Constraints:     111559
2700.86/2750.01	c #Conflicts:    3502000 | #Constraints:     112559
2700.86/2750.01	c #Conflicts:    3503000 | #Constraints:     113559
2700.86/2750.01	c #Conflicts:    3504000 | #Constraints:     114559
2700.86/2750.01	c #Conflicts:    3505000 | #Constraints:     115560
2700.86/2750.01	c #Conflicts:    3506000 | #Constraints:     116560
2700.86/2750.01	c #Conflicts:    3507000 | #Constraints:     117560
2700.86/2750.01	c #Conflicts:    3508000 | #Constraints:     118561
2700.86/2750.01	c #Conflicts:    3509000 | #Constraints:     119561
2700.86/2750.01	c #Conflicts:    3510000 | #Constraints:     120562
2700.86/2750.01	c #Conflicts:    3511000 | #Constraints:     121562
2700.86/2750.01	c #Conflicts:    3512000 | #Constraints:     122563
2700.86/2750.01	c #Conflicts:    3513000 | #Constraints:     123563
2700.86/2750.01	c #Conflicts:    3514000 | #Constraints:     124563
2700.86/2750.01	c #Conflicts:    3515000 | #Constraints:     125563
2773.10/2822.78	c #Conflicts:    3516000 | #Constraints:     126563
2773.10/2822.78	c #Conflicts:    3517000 | #Constraints:     127563
2773.10/2822.78	c #Conflicts:    3518000 | #Constraints:     128563
2773.10/2822.78	c #Conflicts:    3519000 | #Constraints:     129565
2773.10/2822.78	c #Conflicts:    3520000 | #Constraints:     130565
2773.10/2822.78	c #Conflicts:    3521000 | #Constraints:     131565
2773.10/2822.78	c #Conflicts:    3522000 | #Constraints:     132565
2773.10/2822.78	c #Conflicts:    3523000 | #Constraints:     133565
2773.10/2822.78	c #Conflicts:    3524000 | #Constraints:     134566
2773.10/2822.78	c #Conflicts:    3525000 | #Constraints:     135566
2773.10/2822.78	c #Conflicts:    3526000 | #Constraints:     136566
2773.10/2822.78	c #Conflicts:    3527000 | #Constraints:     137566
2773.10/2822.78	c #Conflicts:    3528000 | #Constraints:     138566
2773.10/2822.78	c #Conflicts:    3529000 | #Constraints:     139567
2773.10/2822.78	c #Conflicts:    3530000 | #Constraints:     140567
2773.10/2822.78	c #Conflicts:    3531000 | #Constraints:     141568
2773.10/2822.78	c #Conflicts:    3532000 | #Constraints:     142568
2773.10/2822.78	c #Conflicts:    3533000 | #Constraints:     143568
2773.10/2822.78	c #Conflicts:    3534000 | #Constraints:     144569
2773.10/2822.78	c #Conflicts:    3535000 | #Constraints:     145570
2773.10/2822.78	c #Conflicts:    3536000 | #Constraints:     146570
2773.10/2822.78	c #Conflicts:    3537000 | #Constraints:     147570
2773.10/2822.78	c #Conflicts:    3538000 | #Constraints:     148571
2773.10/2822.78	c #Conflicts:    3539000 | #Constraints:     149571
2773.10/2822.78	c #Conflicts:    3540000 | #Constraints:     150571
2773.10/2822.78	c #Conflicts:    3541000 | #Constraints:     151571
2773.10/2822.78	c #Conflicts:    3542000 | #Constraints:     152571
2773.10/2822.78	c #Conflicts:    3543000 | #Constraints:     153573
2773.10/2822.78	c #Conflicts:    3544000 | #Constraints:     154573
2773.10/2822.78	c #Conflicts:    3545000 | #Constraints:     155573
2773.10/2822.78	c #Conflicts:    3546000 | #Constraints:     156574
2773.10/2822.78	c #Conflicts:    3547000 | #Constraints:     157574
2773.10/2822.78	c #Conflicts:    3548000 | #Constraints:     158574
2773.10/2822.78	c #Conflicts:    3549000 | #Constraints:     159575
2773.10/2822.78	c #Conflicts:    3550000 | #Constraints:     160575
2773.10/2822.78	c #Conflicts:    3551000 | #Constraints:     161575
2773.10/2822.78	c #Conflicts:    3552000 | #Constraints:     162575
2773.10/2822.78	c #Conflicts:    3553000 | #Constraints:     163575
2773.10/2822.78	c #Conflicts:    3554000 | #Constraints:     164575
2773.10/2822.78	WSVECS04 Frhs2[13]: 6 0 9.26834 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[23]: 6 0 47 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[43]: 6 0 4.65861 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[115]: 6 0 13.9757 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[131]: 6 0 47 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[134]: 6 0 167.073 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[135]: 6 0 235.366 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[138]: 6 0 47 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[151]: 6 0 23.2927 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[167]: 6 0 47.0001 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[172]: 6 -509 0 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[175]: 6 0 4.65857 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[199]: 6 -3034 0 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[203]: 6 0 47.0001 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[209]: 6 0 122.634 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[267]: 6 -335.195 0 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[295]: 6 0 23.2927 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[298]: 6 0 9.31712 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[332]: 6 -138.707 0 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[335]: 6 0 110.756 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[355]: 6 0 4.65856 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[371]: 6 0 123 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[466]: 6 -179 0 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[484]: 6 -1094 0 shouldn't be
2773.10/2822.78	WSVECS04 Frhs2[488]: 6 0 348 shouldn't be
2869.97/2920.33	c #Conflicts:    3555000 | #Constraints:     165575
2869.97/2920.33	c #Conflicts:    3556000 | #Constraints:     166575
2869.97/2920.33	c #Conflicts:    3557000 | #Constraints:     167575
2869.97/2920.33	c #Conflicts:    3558000 | #Constraints:     168575
2869.97/2920.33	c #Conflicts:    3559000 | #Constraints:     169575
2869.97/2920.33	c #Conflicts:    3560000 | #Constraints:     170575
2869.97/2920.33	c #Conflicts:    3561000 | #Constraints:     171575
2869.97/2920.33	c #Conflicts:    3562000 | #Constraints:     172575
2869.97/2920.33	c #Conflicts:    3563000 | #Constraints:     173576
2869.97/2920.33	c #Conflicts:    3564000 | #Constraints:     174576
2869.97/2920.33	c #Conflicts:    3565000 | #Constraints:     175576
2869.97/2920.33	c #Conflicts:    3566000 | #Constraints:     176576
2869.97/2920.33	c #Conflicts:    3567000 | #Constraints:     177576
2869.97/2920.33	c #Conflicts:    3568000 | #Constraints:     178576
2869.97/2920.33	c #Conflicts:    3569000 | #Constraints:     179576
2869.97/2920.33	c #Conflicts:    3570000 | #Constraints:     180577
2869.97/2920.33	c #Conflicts:    3571000 | #Constraints:     181577
2869.97/2920.33	c #Conflicts:    3572000 | #Constraints:     182577
2869.97/2920.33	c #Conflicts:    3573000 | #Constraints:     183579
2869.97/2920.33	c #Conflicts:    3574000 | #Constraints:     184580
2869.97/2920.33	c #Conflicts:    3575000 | #Constraints:     185580
2869.97/2920.33	c #Conflicts:    3576000 | #Constraints:     186582
2869.97/2920.33	c #Conflicts:    3577000 | #Constraints:     187582
2869.97/2920.33	c #Conflicts:    3578000 | #Constraints:     188582
2869.97/2920.33	c #Conflicts:    3579000 | #Constraints:     189582
2869.97/2920.33	c #Conflicts:    3580000 | #Constraints:     190582
2869.97/2920.33	c #Conflicts:    3581000 | #Constraints:     191582
2869.97/2920.33	c #Conflicts:    3582000 | #Constraints:     192582
2869.97/2920.33	c #Conflicts:    3583000 | #Constraints:     193582
2869.97/2920.33	c #Conflicts:    3584000 | #Constraints:     194582
2869.97/2920.33	c #Conflicts:    3585000 | #Constraints:     195583
2869.97/2920.33	c #Conflicts:    3586000 | #Constraints:     196583
2869.97/2920.33	c #Conflicts:    3587000 | #Constraints:     197583
2869.97/2920.33	c #Conflicts:    3588000 | #Constraints:     198584
2869.97/2920.33	c #Conflicts:    3589000 | #Constraints:     199584
2869.97/2920.33	c #Conflicts:    3590000 | #Constraints:     200584
2869.97/2920.33	c #Conflicts:    3591000 | #Constraints:     201585
2869.97/2920.33	c #Conflicts:    3592000 | #Constraints:     202585
2869.97/2920.33	c #Conflicts:    3593000 | #Constraints:     203586
2869.97/2920.33	c #Conflicts:    3594000 | #Constraints:     204586
2869.97/2920.33	c #Conflicts:    3595000 | #Constraints:     205587
2869.97/2920.33	c #Conflicts:    3596000 | #Constraints:     206587
2869.97/2920.33	WSVECS04 Frhs2[49]: 6 -617.222 0 shouldn't be
2869.97/2920.33	WSVECS04 Frhs2[77]: 6 0 24 shouldn't be
2869.97/2920.33	WSVECS04 Frhs2[83]: 6 0 27.5556 shouldn't be
2869.97/2920.33	WSVECS04 Frhs2[89]: 6 -38.0001 0 shouldn't be
2869.97/2920.33	WSVECS04 Frhs2[91]: 6 -2718.89 0 shouldn't be
2869.97/2920.33	WSVECS04 Frhs2[101]: 6 -103 0 shouldn't be
2869.97/2920.33	WSVECS04 Frhs2[109]: 6 0 113 shouldn't be
2869.97/2920.33	WSVECS04 Frhs2[113]: 6 0 125 shouldn't be
2869.97/2920.33	WSVECS04 Frhs2[114]: 6 0 63.0001 shouldn't be
2869.97/2920.33	WSVECS04 Frhs2[129]: 6 0 55.5556 shouldn't be
2869.97/2920.33	WSVECS04 Frhs2[137]: 6 0 123.444 shouldn't be
2869.97/2920.33	WSVECS04 Frhs2[148]: 6 -360 0 shouldn't be
2869.97/2920.33	WSVECS04 Frhs2[149]: 6 0 12 shouldn't be
2869.97/2920.33	WSVECS04 Frhs2[183]: 6 0 162.778 shouldn't be
2869.97/2920.33	WSVECS04 Frhs2[257]: 6 0 12 shouldn't be
2869.97/2920.33	WSVECS04 Frhs2[289]: 6 0 12.0001 shouldn't be
2869.97/2920.33	WSVECS04 Frhs2[295]: 6 0 72.2223 shouldn't be
2869.97/2920.33	WSVECS04 Frhs2[415]: 6 0 10.0001 shouldn't be
2869.97/2920.33	WSVECS04 Frhs2[454]: 6 0 620 shouldn't be
2869.97/2920.33	WSVECS04 Frhs2[482]: 6 0 10 shouldn't be
2888.41/2938.88	c #Conflicts:    3597000 | #Constraints:     207587
2888.41/2938.88	c #Conflicts:    3598000 | #Constraints:     208587
2888.41/2938.88	c #Conflicts:    3599000 | #Constraints:     209587
2888.41/2938.88	c #Conflicts:    3600000 | #Constraints:     210587
2888.41/2938.88	c #Conflicts:    3601000 | #Constraints:     211590
2888.41/2938.88	c #Conflicts:    3602000 | #Constraints:     212590
2888.41/2938.88	WSVECS04 Frhs2[146]: 6 0 112.286 shouldn't be
2888.41/2938.88	WSVECS04 Frhs2[166]: 6 -38.0001 0 shouldn't be
2888.41/2938.88	WSVECS04 Frhs2[182]: 6 0 112.286 shouldn't be
2888.41/2938.88	WSVECS04 Frhs2[289]: 6 0 0.714312 shouldn't be
2888.41/2938.88	WSVECS04 Frhs2[329]: 6 -113 0 shouldn't be
2888.41/2938.88	WSVECS04 Frhs2[380]: 6 -816 0 shouldn't be
2888.41/2938.88	WSVECS04 Frhs2[455]: 6 0 141 shouldn't be
2888.41/2938.88	WSVECS04 Frhs2[492]: 6 0 1010 shouldn't be
2888.41/2938.88	WSVECS04 Frhs2[495]: 6 0 904 shouldn't be
2888.41/2938.88	WSVECS04 Frhs2[503]: 6 0 113 shouldn't be
2890.51/2940.93	c #Conflicts:    3603000 | #Constraints:     213590
2890.51/2940.93	c INPROCESSING
2890.51/2940.93	c GARBAGE COLLECT
2890.51/2940.93	c rational objective 19523.9
2895.17/2945.73	c #Conflicts:    3604000 | #Constraints:     109947
2895.17/2945.73	c #Conflicts:    3605000 | #Constraints:     110949
2895.17/2945.73	c #Conflicts:    3606000 | #Constraints:     111949
2895.17/2945.73	WSVECS04 Frhs2[23]: 6 0 14.4896 shouldn't be
2895.17/2945.73	WSVECS04 Frhs2[58]: 6 -21.7343 0 shouldn't be
2895.17/2945.73	WSVECS04 Frhs2[59]: 6 0 7.24482 shouldn't be
2895.17/2945.73	WSVECS04 Frhs2[64]: 6 -91 0 shouldn't be
2895.17/2945.73	WSVECS04 Frhs2[93]: 6 0 7.24483 shouldn't be
2895.17/2945.73	WSVECS04 Frhs2[95]: 6 0 14.4896 shouldn't be
2895.17/2945.73	WSVECS04 Frhs2[99]: 6 0 144.455 shouldn't be
2895.17/2945.73	WSVECS04 Frhs2[102]: 6 0 43.9092 shouldn't be
2895.17/2945.73	WSVECS04 Frhs2[138]: 6 0 43.9092 shouldn't be
2895.17/2945.73	WSVECS04 Frhs2[201]: 6 0 7.24482 shouldn't be
2895.17/2945.73	WSVECS04 Frhs2[235]: 6 0 7.2448 shouldn't be
2895.17/2945.73	WSVECS04 Frhs2[238]: 6 -78.2343 0 shouldn't be
2895.17/2945.73	WSVECS04 Frhs2[239]: 6 0 7.24479 shouldn't be
2895.17/2945.73	WSVECS04 Frhs2[257]: 6 0 28.979 shouldn't be
2895.17/2945.73	WSVECS04 Frhs2[268]: 6 0 14.4896 shouldn't be
2895.17/2945.73	WSVECS04 Frhs2[304]: 6 0 14.4896 shouldn't be
2895.17/2945.73	WSVECS04 Frhs2[307]: 6 0 7.24479 shouldn't be
2895.17/2945.73	WSVECS04 Frhs2[334]: 6 0 68.2553 shouldn't be
2895.17/2945.73	WSVECS04 Frhs2[363]: 6 -592 0 shouldn't be
2895.17/2945.73	WSVECS04 Frhs2[364]: 6 -605 0 shouldn't be
2895.17/2945.73	WSVECS04 Frhs2[366]: 6 -745 0 shouldn't be
2895.17/2945.73	WSVECS04 Frhs2[464]: 6 0 103 shouldn't be
2901.25/2951.82	c #Conflicts:    3607000 | #Constraints:     112949
2901.25/2951.82	c #Conflicts:    3608000 | #Constraints:     113949
2901.25/2951.82	c #Conflicts:    3609000 | #Constraints:     114949
2901.25/2951.82	c #Conflicts:    3610000 | #Constraints:     115950
2901.25/2951.82	WSVECS04 Frhs2[51]: 6 -72.2728 0 shouldn't be
2901.25/2951.82	WSVECS04 Frhs2[52]: 6 0 72.2728 shouldn't be
2901.25/2951.82	WSVECS04 Frhs2[57]: 6 -780 0 shouldn't be
2901.25/2951.82	WSVECS04 Frhs2[65]: 6 -2125.55 0 shouldn't be
2901.25/2951.82	WSVECS04 Frhs2[94]: 6 0 106 shouldn't be
2901.25/2951.82	WSVECS04 Frhs2[95]: 6 0 106 shouldn't be
2901.25/2951.82	WSVECS04 Frhs2[101]: 6 0 1521.8 shouldn't be
2901.25/2951.82	WSVECS04 Frhs2[136]: 6 0 753.109 shouldn't be
2901.25/2951.82	WSVECS04 Frhs2[196]: 6 0 110.818 shouldn't be
2901.25/2951.82	WSVECS04 Frhs2[231]: 6 -381.273 0 shouldn't be
2901.25/2951.82	WSVECS04 Frhs2[232]: 6 0 72.2728 shouldn't be
2901.25/2951.82	WSVECS04 Frhs2[243]: 6 -2991.29 0 shouldn't be
2901.25/2951.82	WSVECS04 Frhs2[280]: 6 0 1020 shouldn't be
2901.25/2951.82	WSVECS04 Frhs2[282]: 6 0 355.364 shouldn't be
2901.25/2951.82	WSVECS04 Frhs2[301]: 6 0 2957 shouldn't be
2901.25/2951.82	WSVECS04 Frhs2[303]: 6 0 3029.27 shouldn't be
2901.25/2951.82	WSVECS04 Frhs2[304]: 6 0 3101.55 shouldn't be
2901.25/2951.82	WSVECS04 Frhs2[354]: 6 0 88.4728 shouldn't be
2901.25/2951.82	WSVECS04 Frhs2[380]: 6 0 106 shouldn't be
2901.25/2951.82	WSVECS04 Frhs2[463]: 6 0 141 shouldn't be
2901.25/2951.82	WSVECS04 Frhs2[468]: 6 -123 0 shouldn't be
2901.25/2951.82	WSVECS04 Frhs2[488]: 6 0 1043 shouldn't be
2952.54/3003.40	c #Conflicts:    3611000 | #Constraints:     116950
2952.54/3003.40	c #Conflicts:    3612000 | #Constraints:     117950
2952.54/3003.40	c #Conflicts:    3613000 | #Constraints:     118950
2952.54/3003.40	c #Conflicts:    3614000 | #Constraints:     119950
2952.54/3003.40	c #Conflicts:    3615000 | #Constraints:     120950
2952.54/3003.40	c #Conflicts:    3616000 | #Constraints:     121950
2952.54/3003.40	c #Conflicts:    3617000 | #Constraints:     122951
2952.54/3003.40	c #Conflicts:    3618000 | #Constraints:     123951
2952.54/3003.40	c #Conflicts:    3619000 | #Constraints:     124951
2952.54/3003.40	c #Conflicts:    3620000 | #Constraints:     125951
2952.54/3003.40	c #Conflicts:    3621000 | #Constraints:     126951
2952.54/3003.40	c #Conflicts:    3622000 | #Constraints:     127951
2952.54/3003.40	c #Conflicts:    3623000 | #Constraints:     128951
2952.54/3003.40	c #Conflicts:    3624000 | #Constraints:     129951
2952.54/3003.40	c #Conflicts:    3625000 | #Constraints:     130951
2952.54/3003.40	c #Conflicts:    3626000 | #Constraints:     131951
2952.54/3003.40	c #Conflicts:    3627000 | #Constraints:     132952
2952.54/3003.40	c #Conflicts:    3628000 | #Constraints:     133952
2952.54/3003.40	c #Conflicts:    3629000 | #Constraints:     134952
2952.54/3003.40	c #Conflicts:    3630000 | #Constraints:     135952
2952.54/3003.40	c #Conflicts:    3631000 | #Constraints:     136952
2952.54/3003.40	c #Conflicts:    3632000 | #Constraints:     137952
2952.54/3003.40	c #Conflicts:    3633000 | #Constraints:     138952
2952.54/3003.40	c #Conflicts:    3634000 | #Constraints:     139952
2952.54/3003.40	c #Conflicts:    3635000 | #Constraints:     140953
2952.54/3003.40	c #Conflicts:    3636000 | #Constraints:     141954
2952.54/3003.40	c #Conflicts:    3637000 | #Constraints:     142954
2952.54/3003.40	c #Conflicts:    3638000 | #Constraints:     143955
2952.54/3003.40	c #Conflicts:    3639000 | #Constraints:     144955
2952.54/3003.40	c #Conflicts:    3640000 | #Constraints:     145955
2952.54/3003.40	c #Conflicts:    3641000 | #Constraints:     146955
2952.54/3003.40	c #Conflicts:    3642000 | #Constraints:     147956
2952.54/3003.40	c #Conflicts:    3643000 | #Constraints:     148956
2952.54/3003.40	c INPROCESSING
2952.54/3003.40	c GARBAGE COLLECT
2952.54/3003.40	c rational objective 19526.4
2954.37/3005.30	c #Conflicts:    3644000 | #Constraints:      77819
2954.37/3005.30	c #Conflicts:    3645000 | #Constraints:      78820
2954.37/3005.30	WSVECS04 Frhs2[4]: 6 0 92.6066 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[51]: 6 -105.472 0 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[52]: 6 0 0.351902 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[59]: 6 0 103 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[73]: 6 -136.759 0 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[83]: 6 0 151 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[112]: 6 0 49.7594 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[115]: 6 0 247 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[155]: 6 0 49.7593 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[188]: 6 -316.5 0 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[191]: 6 0 45.5001 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[219]: 6 0 0.351881 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[232]: 6 0 0.35189 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[235]: 6 0 3.16668 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[270]: 6 0 0.351866 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[288]: 6 -139 0 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[293]: 6 -556 0 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[304]: 6 0 0.527844 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[339]: 6 -0.527808 0 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[342]: 6 0 0.351867 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[343]: 6 0 3.16669 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[394]: 6 0 729.5 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[396]: 6 0 90.8473 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[412]: 6 0 38.5 shouldn't be
2954.37/3005.30	WSVECS04 Frhs2[501]: 6 0 1183 shouldn't be
2987.55/3038.75	c #Conflicts:    3646000 | #Constraints:      79820
2987.55/3038.75	c #Conflicts:    3647000 | #Constraints:      80820
2987.55/3038.75	c #Conflicts:    3648000 | #Constraints:      81820
2987.55/3038.75	c #Conflicts:    3649000 | #Constraints:      82820
2987.55/3038.75	c #Conflicts:    3650000 | #Constraints:      83820
2987.55/3038.75	c #Conflicts:    3651000 | #Constraints:      84820
2987.55/3038.75	c #Conflicts:    3652000 | #Constraints:      85820
2987.55/3038.75	c #Conflicts:    3653000 | #Constraints:      86821
2987.55/3038.75	c #Conflicts:    3654000 | #Constraints:      87821
2987.55/3038.75	c #Conflicts:    3655000 | #Constraints:      88821
2987.55/3038.75	c #Conflicts:    3656000 | #Constraints:      89821
2987.55/3038.75	c #Conflicts:    3657000 | #Constraints:      90821
2987.55/3038.75	c #Conflicts:    3658000 | #Constraints:      91821
2987.55/3038.75	c #Conflicts:    3659000 | #Constraints:      92822
2987.55/3038.75	c #Conflicts:    3660000 | #Constraints:      93822
2987.55/3038.75	c #Conflicts:    3661000 | #Constraints:      94822
2987.55/3038.75	c #Conflicts:    3662000 | #Constraints:      95822
2987.55/3038.75	c #Conflicts:    3663000 | #Constraints:      96822
2987.55/3038.75	c #Conflicts:    3664000 | #Constraints:      97822
2987.55/3038.75	c #Conflicts:    3665000 | #Constraints:      98822
2987.55/3038.75	c #Conflicts:    3666000 | #Constraints:      99822
2987.55/3038.75	c #Conflicts:    3667000 | #Constraints:     100822
2987.55/3038.75	c #Conflicts:    3668000 | #Constraints:     101822
2987.55/3038.75	c #Conflicts:    3669000 | #Constraints:     102822
2987.55/3038.75	c #Conflicts:    3670000 | #Constraints:     103822
2987.55/3038.75	c #Conflicts:    3671000 | #Constraints:     104822
2987.55/3038.75	c #Conflicts:    3672000 | #Constraints:     105822
2987.55/3038.75	c #Conflicts:    3673000 | #Constraints:     106822
2987.55/3038.75	c #Conflicts:    3674000 | #Constraints:     107822
2987.55/3038.75	c #Conflicts:    3675000 | #Constraints:     108822
2987.55/3038.75	c #Conflicts:    3676000 | #Constraints:     109822
2987.55/3038.75	c #Conflicts:    3677000 | #Constraints:     110822
2987.55/3038.75	c #Conflicts:    3678000 | #Constraints:     111822
2987.55/3038.75	c #Conflicts:    3679000 | #Constraints:     112822
2987.55/3038.75	c #Conflicts:    3680000 | #Constraints:     113822
2987.55/3038.75	c #Conflicts:    3681000 | #Constraints:     114822
2987.55/3038.75	c #Conflicts:    3682000 | #Constraints:     115822
2987.55/3038.75	c #Conflicts:    3683000 | #Constraints:     116822
2987.55/3038.75	c INPROCESSING
2987.55/3038.75	c GARBAGE COLLECT
2987.55/3038.75	c rational objective 19526.4
3007.92/3059.20	c #Conflicts:    3684000 | #Constraints:      61859
3007.92/3059.20	c #Conflicts:    3685000 | #Constraints:      62859
3007.92/3059.20	c #Conflicts:    3686000 | #Constraints:      63859
3007.92/3059.20	c #Conflicts:    3687000 | #Constraints:      64859
3007.92/3059.20	c #Conflicts:    3688000 | #Constraints:      65859
3007.92/3059.20	c #Conflicts:    3689000 | #Constraints:      66859
3007.92/3059.20	c #Conflicts:    3690000 | #Constraints:      67859
3007.92/3059.20	c #Conflicts:    3691000 | #Constraints:      68859
3007.92/3059.20	c #Conflicts:    3692000 | #Constraints:      69859
3007.92/3059.20	c #Conflicts:    3693000 | #Constraints:      70859
3007.92/3059.20	c #Conflicts:    3694000 | #Constraints:      71859
3007.92/3059.20	c #Conflicts:    3695000 | #Constraints:      72859
3007.92/3059.20	c #Conflicts:    3696000 | #Constraints:      73859
3007.92/3059.20	c #Conflicts:    3697000 | #Constraints:      74859
3007.92/3059.20	c #Conflicts:    3698000 | #Constraints:      75859
3007.92/3059.20	c #Conflicts:    3699000 | #Constraints:      76859
3007.92/3059.20	c #Conflicts:    3700000 | #Constraints:      77859
3007.92/3059.20	c #Conflicts:    3701000 | #Constraints:      78859
3007.92/3059.20	c #Conflicts:    3702000 | #Constraints:      79859
3007.92/3059.20	c #Conflicts:    3703000 | #Constraints:      80859
3007.92/3059.20	c #Conflicts:    3704000 | #Constraints:      81859
3007.92/3059.20	c #Conflicts:    3705000 | #Constraints:      82860
3007.92/3059.20	c #Conflicts:    3706000 | #Constraints:      83860
3007.92/3059.20	c #Conflicts:    3707000 | #Constraints:      84860
3007.92/3059.20	c #Conflicts:    3708000 | #Constraints:      85861
3007.92/3059.20	c #Conflicts:    3709000 | #Constraints:      86861
3007.92/3059.20	c #Conflicts:    3710000 | #Constraints:      87861
3007.92/3059.20	c #Conflicts:    3711000 | #Constraints:      88862
3007.92/3059.20	c #Conflicts:    3712000 | #Constraints:      89862
3007.92/3059.20	c #Conflicts:    3713000 | #Constraints:      90862
3007.92/3059.20	c #Conflicts:    3714000 | #Constraints:      91862
3007.92/3059.20	WSVECS04 Frhs2[53]: 6 0 56.3187 shouldn't be
3007.92/3059.20	WSVECS04 Frhs2[87]: 6 -24.8591 0 shouldn't be
3007.92/3059.20	WSVECS04 Frhs2[95]: 6 0 65.9686 shouldn't be
3007.92/3059.20	WSVECS04 Frhs2[99]: 6 -386.928 0 shouldn't be
3007.92/3059.20	WSVECS04 Frhs2[100]: 6 0 61.2925 shouldn't be
3007.92/3059.20	WSVECS04 Frhs2[116]: 6 -41.4946 0 shouldn't be
3007.92/3059.20	WSVECS04 Frhs2[120]: 6 0 5.18684 shouldn't be
3007.92/3059.20	WSVECS04 Frhs2[124]: 6 0 66.6905 shouldn't be
3007.92/3059.20	WSVECS04 Frhs2[131]: 6 0 86.7159 shouldn't be
3007.92/3059.20	WSVECS04 Frhs2[159]: 6 0 98.6997 shouldn't be
3007.92/3059.20	WSVECS04 Frhs2[170]: 6 0 3665.25 shouldn't be
3007.92/3059.20	WSVECS04 Frhs2[171]: 6 0 1254.22 shouldn't be
3007.92/3059.20	WSVECS04 Frhs2[172]: 6 0 1526.33 shouldn't be
3007.92/3059.20	WSVECS04 Frhs2[196]: 6 -481.718 0 shouldn't be
3007.92/3059.20	WSVECS04 Frhs2[202]: 6 -238.703 0 shouldn't be
3007.92/3059.20	WSVECS04 Frhs2[231]: 6 0 32.0092 shouldn't be
3007.92/3059.20	WSVECS04 Frhs2[232]: 6 0 32.0092 shouldn't be
3007.92/3059.20	WSVECS04 Frhs2[237]: 6 0 19.9011 shouldn't be
3007.92/3059.20	WSVECS04 Frhs2[277]: 6 0 421.636 shouldn't be
3007.92/3059.20	WSVECS04 Frhs2[309]: 6 -216.997 0 shouldn't be
3007.92/3059.20	WSVECS04 Frhs2[315]: 6 0 227.978 shouldn't be
3014.18/3065.44	c #Conflicts:    3715000 | #Constraints:      92862
3014.18/3065.44	c #Conflicts:    3716000 | #Constraints:      93862
3014.18/3065.44	c #Conflicts:    3717000 | #Constraints:      94863
3014.18/3065.44	c #Conflicts:    3718000 | #Constraints:      95864
3014.18/3065.44	c #Conflicts:    3719000 | #Constraints:      96864
3014.18/3065.44	c #Conflicts:    3720000 | #Constraints:      97864
3014.18/3065.44	c #Conflicts:    3721000 | #Constraints:      98864
3014.18/3065.44	c #Conflicts:    3722000 | #Constraints:      99864
3014.18/3065.44	c #Conflicts:    3723000 | #Constraints:     100865
3014.18/3065.44	c INPROCESSING
3014.18/3065.44	c GARBAGE COLLECT
3014.18/3065.44	c rational objective 19526.4
3039.03/3090.55	c #Conflicts:    3724000 | #Constraints:      53892
3039.03/3090.55	c #Conflicts:    3725000 | #Constraints:      54892
3039.03/3090.55	c #Conflicts:    3726000 | #Constraints:      55892
3039.03/3090.55	c #Conflicts:    3727000 | #Constraints:      56892
3039.03/3090.55	c #Conflicts:    3728000 | #Constraints:      57892
3039.03/3090.55	c #Conflicts:    3729000 | #Constraints:      58892
3039.03/3090.55	c #Conflicts:    3730000 | #Constraints:      59892
3039.03/3090.55	c #Conflicts:    3731000 | #Constraints:      60892
3039.03/3090.55	c #Conflicts:    3732000 | #Constraints:      61892
3039.03/3090.55	c #Conflicts:    3733000 | #Constraints:      62892
3039.03/3090.55	c #Conflicts:    3734000 | #Constraints:      63892
3039.03/3090.55	c #Conflicts:    3735000 | #Constraints:      64893
3039.03/3090.55	c #Conflicts:    3736000 | #Constraints:      65893
3039.03/3090.55	c #Conflicts:    3737000 | #Constraints:      66893
3039.03/3090.55	c #Conflicts:    3738000 | #Constraints:      67893
3039.03/3090.55	c #Conflicts:    3739000 | #Constraints:      68893
3039.03/3090.55	c #Conflicts:    3740000 | #Constraints:      69894
3039.03/3090.55	c #Conflicts:    3741000 | #Constraints:      70894
3039.03/3090.55	c #Conflicts:    3742000 | #Constraints:      71894
3039.03/3090.55	c #Conflicts:    3743000 | #Constraints:      72895
3039.03/3090.55	c #Conflicts:    3744000 | #Constraints:      73895
3039.03/3090.55	c #Conflicts:    3745000 | #Constraints:      74895
3039.03/3090.55	c #Conflicts:    3746000 | #Constraints:      75895
3039.03/3090.55	c #Conflicts:    3747000 | #Constraints:      76895
3039.03/3090.55	c #Conflicts:    3748000 | #Constraints:      77895
3039.03/3090.55	c #Conflicts:    3749000 | #Constraints:      78895
3039.03/3090.55	c #Conflicts:    3750000 | #Constraints:      79895
3039.03/3090.55	c #Conflicts:    3751000 | #Constraints:      80895
3039.03/3090.55	c #Conflicts:    3752000 | #Constraints:      81895
3039.03/3090.55	c #Conflicts:    3753000 | #Constraints:      82895
3039.03/3090.55	c #Conflicts:    3754000 | #Constraints:      83896
3039.03/3090.55	c #Conflicts:    3755000 | #Constraints:      84897
3039.03/3090.55	c #Conflicts:    3756000 | #Constraints:      85899
3039.03/3090.55	c #Conflicts:    3757000 | #Constraints:      86900
3039.03/3090.55	c #Conflicts:    3758000 | #Constraints:      87900
3039.03/3090.55	c #Conflicts:    3759000 | #Constraints:      88900
3039.03/3090.55	c #Conflicts:    3760000 | #Constraints:      89900
3039.03/3090.55	c #Conflicts:    3761000 | #Constraints:      90900
3039.03/3090.55	c #Conflicts:    3762000 | #Constraints:      91900
3039.03/3090.55	c #Conflicts:    3763000 | #Constraints:      92900
3039.03/3090.55	c INPROCESSING
3039.03/3090.55	c GARBAGE COLLECT
3039.03/3090.55	c rational objective 19526.4
3099.75/3152.51	c #Conflicts:    3764000 | #Constraints:      49801
3099.75/3152.51	c #Conflicts:    3765000 | #Constraints:      50803
3099.75/3152.51	c #Conflicts:    3766000 | #Constraints:      51803
3099.75/3152.51	c #Conflicts:    3767000 | #Constraints:      52803
3099.75/3152.51	c #Conflicts:    3768000 | #Constraints:      53803
3099.75/3152.51	c #Conflicts:    3769000 | #Constraints:      54803
3099.75/3152.51	c #Conflicts:    3770000 | #Constraints:      55803
3099.75/3152.51	c #Conflicts:    3771000 | #Constraints:      56803
3099.75/3152.51	c #Conflicts:    3772000 | #Constraints:      57803
3099.75/3152.51	c #Conflicts:    3773000 | #Constraints:      58803
3099.75/3152.51	c #Conflicts:    3774000 | #Constraints:      59804
3099.75/3152.51	c #Conflicts:    3775000 | #Constraints:      60806
3099.75/3152.51	c #Conflicts:    3776000 | #Constraints:      61806
3099.75/3152.51	c #Conflicts:    3777000 | #Constraints:      62806
3099.75/3152.51	c #Conflicts:    3778000 | #Constraints:      63806
3099.75/3152.51	c #Conflicts:    3779000 | #Constraints:      64808
3099.75/3152.51	c #Conflicts:    3780000 | #Constraints:      65808
3099.75/3152.51	c #Conflicts:    3781000 | #Constraints:      66809
3099.75/3152.51	c #Conflicts:    3782000 | #Constraints:      67809
3099.75/3152.51	c #Conflicts:    3783000 | #Constraints:      68809
3099.75/3152.51	c #Conflicts:    3784000 | #Constraints:      69809
3099.75/3152.51	c #Conflicts:    3785000 | #Constraints:      70809
3099.75/3152.51	c #Conflicts:    3786000 | #Constraints:      71809
3099.75/3152.51	c #Conflicts:    3787000 | #Constraints:      72809
3099.75/3152.51	c #Conflicts:    3788000 | #Constraints:      73809
3099.75/3152.51	c #Conflicts:    3789000 | #Constraints:      74809
3099.75/3152.51	c #Conflicts:    3790000 | #Constraints:      75810
3099.75/3152.51	c #Conflicts:    3791000 | #Constraints:      76810
3099.75/3152.51	c #Conflicts:    3792000 | #Constraints:      77811
3099.75/3152.51	c #Conflicts:    3793000 | #Constraints:      78811
3099.75/3152.51	c #Conflicts:    3794000 | #Constraints:      79811
3099.75/3152.51	c #Conflicts:    3795000 | #Constraints:      80811
3099.75/3152.51	c #Conflicts:    3796000 | #Constraints:      81812
3099.75/3152.51	c #Conflicts:    3797000 | #Constraints:      82812
3099.75/3152.51	c #Conflicts:    3798000 | #Constraints:      83812
3099.75/3152.51	c #Conflicts:    3799000 | #Constraints:      84812
3099.75/3152.51	c #Conflicts:    3800000 | #Constraints:      85813
3099.75/3152.51	c #Conflicts:    3801000 | #Constraints:      86815
3099.75/3152.51	c #Conflicts:    3802000 | #Constraints:      87816
3099.75/3152.51	c #Conflicts:    3803000 | #Constraints:      88816
3099.75/3152.51	c #Conflicts:    3804000 | #Constraints:      89816
3099.75/3152.51	c #Conflicts:    3805000 | #Constraints:      90816
3099.75/3152.51	c #Conflicts:    3806000 | #Constraints:      91816
3099.75/3152.51	c #Conflicts:    3807000 | #Constraints:      92816
3099.75/3152.51	c #Conflicts:    3808000 | #Constraints:      93818
3099.75/3152.51	c #Conflicts:    3809000 | #Constraints:      94818
3099.75/3152.51	c #Conflicts:    3810000 | #Constraints:      95818
3099.75/3152.51	c #Conflicts:    3811000 | #Constraints:      96819
3099.75/3152.51	c #Conflicts:    3812000 | #Constraints:      97819
3099.75/3152.51	c #Conflicts:    3813000 | #Constraints:      98819
3099.75/3152.51	c #Conflicts:    3814000 | #Constraints:      99819
3099.75/3152.51	c #Conflicts:    3815000 | #Constraints:     100819
3099.75/3152.51	c #Conflicts:    3816000 | #Constraints:     101820
3099.75/3152.51	c #Conflicts:    3817000 | #Constraints:     102821
3099.75/3152.51	c #Conflicts:    3818000 | #Constraints:     103822
3099.75/3152.51	c #Conflicts:    3819000 | #Constraints:     104822
3099.75/3152.51	c #Conflicts:    3820000 | #Constraints:     105822
3099.75/3152.51	c #Conflicts:    3821000 | #Constraints:     106822
3099.75/3152.51	c #Conflicts:    3822000 | #Constraints:     107822
3099.75/3152.51	c #Conflicts:    3823000 | #Constraints:     108822
3099.75/3152.51	c #Conflicts:    3824000 | #Constraints:     109822
3099.75/3152.51	c #Conflicts:    3825000 | #Constraints:     110823
3099.75/3152.51	c #Conflicts:    3826000 | #Constraints:     111823
3099.75/3152.51	c #Conflicts:    3827000 | #Constraints:     112823
3099.75/3152.51	c #Conflicts:    3828000 | #Constraints:     113823
3099.75/3152.51	c #Conflicts:    3829000 | #Constraints:     114823
3099.75/3152.51	c #Conflicts:    3830000 | #Constraints:     115824
3099.75/3152.51	c #Conflicts:    3831000 | #Constraints:     116824
3099.75/3152.51	c #Conflicts:    3832000 | #Constraints:     117825
3099.75/3152.51	c #Conflicts:    3833000 | #Constraints:     118825
3099.75/3152.51	c #Conflicts:    3834000 | #Constraints:     119825
3099.75/3152.51	c #Conflicts:    3835000 | #Constraints:     120825
3099.75/3152.51	c #Conflicts:    3836000 | #Constraints:     121825
3099.75/3152.51	c #Conflicts:    3837000 | #Constraints:     122825
3099.75/3152.51	c #Conflicts:    3838000 | #Constraints:     123825
3099.75/3152.51	c #Conflicts:    3839000 | #Constraints:     124825
3099.75/3152.51	c #Conflicts:    3840000 | #Constraints:     125825
3099.75/3152.51	c #Conflicts:    3841000 | #Constraints:     126826
3099.75/3152.51	WSVECS04 Frhs2[4]: 6 0 7.75009 shouldn't be
3099.75/3152.51	WSVECS04 Frhs2[40]: 6 0 23.25 shouldn't be
3099.75/3152.51	WSVECS04 Frhs2[41]: 6 0 15.5001 shouldn't be
3099.75/3152.51	WSVECS04 Frhs2[76]: 6 0 23.25 shouldn't be
3099.75/3152.51	WSVECS04 Frhs2[77]: 6 0 15.5 shouldn't be
3099.75/3152.51	WSVECS04 Frhs2[130]: 6 -7.00002 0 shouldn't be
3099.75/3152.51	WSVECS04 Frhs2[147]: 6 0 15.5 shouldn't be
3099.75/3152.51	WSVECS04 Frhs2[148]: 6 0 7.75007 shouldn't be
3099.75/3152.51	WSVECS04 Frhs2[195]: 6 -257 0 shouldn't be
3099.75/3152.51	WSVECS04 Frhs2[207]: 6 -257 0 shouldn't be
3099.75/3152.51	WSVECS04 Frhs2[255]: 6 0 31 shouldn't be
3099.75/3152.51	WSVECS04 Frhs2[257]: 6 0 15.5001 shouldn't be
3099.75/3152.51	WSVECS04 Frhs2[280]: 6 -384.417 0 shouldn't be
3099.75/3152.51	WSVECS04 Frhs2[290]: 6 0 15.5001 shouldn't be
3099.75/3152.51	WSVECS04 Frhs2[292]: 6 0 23.25 shouldn't be
3099.75/3152.51	WSVECS04 Frhs2[293]: 6 0 15.5001 shouldn't be
3099.75/3152.51	WSVECS04 Frhs2[370]: 6 0 157.5 shouldn't be
3099.75/3152.51	WSVECS04 Frhs2[374]: 6 0 103 shouldn't be
3099.75/3152.51	WSVECS04 Frhs2[454]: 6 0 788.5 shouldn't be
3099.75/3152.51	WSVECS04 Frhs2[471]: 6 0 884.5 shouldn't be
3215.21/3268.99	c #Conflicts:    3842000 | #Constraints:     127826
3215.21/3268.99	c #Conflicts:    3843000 | #Constraints:     128826
3215.21/3268.99	c #Conflicts:    3844000 | #Constraints:     129827
3215.21/3268.99	c #Conflicts:    3845000 | #Constraints:     130827
3215.21/3268.99	c #Conflicts:    3846000 | #Constraints:     131828
3215.21/3268.99	c #Conflicts:    3847000 | #Constraints:     132828
3215.21/3268.99	c #Conflicts:    3848000 | #Constraints:     133828
3215.21/3268.99	c #Conflicts:    3849000 | #Constraints:     134830
3215.21/3268.99	c #Conflicts:    3850000 | #Constraints:     135830
3215.21/3268.99	c #Conflicts:    3851000 | #Constraints:     136830
3215.21/3268.99	c #Conflicts:    3852000 | #Constraints:     137831
3215.21/3268.99	c #Conflicts:    3853000 | #Constraints:     138832
3215.21/3268.99	c #Conflicts:    3854000 | #Constraints:     139833
3215.21/3268.99	c #Conflicts:    3855000 | #Constraints:     140833
3215.21/3268.99	c #Conflicts:    3856000 | #Constraints:     141833
3215.21/3268.99	c #Conflicts:    3857000 | #Constraints:     142834
3215.21/3268.99	c #Conflicts:    3858000 | #Constraints:     143834
3215.21/3268.99	c #Conflicts:    3859000 | #Constraints:     144834
3215.21/3268.99	c #Conflicts:    3860000 | #Constraints:     145834
3215.21/3268.99	c #Conflicts:    3861000 | #Constraints:     146834
3215.21/3268.99	c #Conflicts:    3862000 | #Constraints:     147834
3215.21/3268.99	c #Conflicts:    3863000 | #Constraints:     148834
3215.21/3268.99	c #Conflicts:    3864000 | #Constraints:     149834
3215.21/3268.99	c #Conflicts:    3865000 | #Constraints:     150834
3215.21/3268.99	c #Conflicts:    3866000 | #Constraints:     151835
3215.21/3268.99	c #Conflicts:    3867000 | #Constraints:     152835
3215.21/3268.99	c #Conflicts:    3868000 | #Constraints:     153835
3215.21/3268.99	c #Conflicts:    3869000 | #Constraints:     154835
3215.21/3268.99	c #Conflicts:    3870000 | #Constraints:     155835
3215.21/3268.99	c #Conflicts:    3871000 | #Constraints:     156835
3215.21/3268.99	c #Conflicts:    3872000 | #Constraints:     157836
3215.21/3268.99	c #Conflicts:    3873000 | #Constraints:     158836
3215.21/3268.99	c #Conflicts:    3874000 | #Constraints:     159836
3215.21/3268.99	c #Conflicts:    3875000 | #Constraints:     160836
3215.21/3268.99	c #Conflicts:    3876000 | #Constraints:     161836
3215.21/3268.99	c #Conflicts:    3877000 | #Constraints:     162836
3215.21/3268.99	c #Conflicts:    3878000 | #Constraints:     163836
3215.21/3268.99	c #Conflicts:    3879000 | #Constraints:     164837
3215.21/3268.99	c #Conflicts:    3880000 | #Constraints:     165837
3215.21/3268.99	c #Conflicts:    3881000 | #Constraints:     166837
3215.21/3268.99	c #Conflicts:    3882000 | #Constraints:     167837
3215.21/3268.99	c #Conflicts:    3883000 | #Constraints:     168837
3215.21/3268.99	c #Conflicts:    3884000 | #Constraints:     169837
3215.21/3268.99	c #Conflicts:    3885000 | #Constraints:     170837
3215.21/3268.99	c #Conflicts:    3886000 | #Constraints:     171839
3215.21/3268.99	c #Conflicts:    3887000 | #Constraints:     172839
3215.21/3268.99	c #Conflicts:    3888000 | #Constraints:     173839
3215.21/3268.99	c #Conflicts:    3889000 | #Constraints:     174839
3215.21/3268.99	c #Conflicts:    3890000 | #Constraints:     175839
3215.21/3268.99	c #Conflicts:    3891000 | #Constraints:     176839
3215.21/3268.99	c #Conflicts:    3892000 | #Constraints:     177840
3215.21/3268.99	c #Conflicts:    3893000 | #Constraints:     178840
3215.21/3268.99	c #Conflicts:    3894000 | #Constraints:     179840
3215.21/3268.99	c #Conflicts:    3895000 | #Constraints:     180840
3215.21/3268.99	c #Conflicts:    3896000 | #Constraints:     181840
3215.21/3268.99	c #Conflicts:    3897000 | #Constraints:     182840
3215.21/3268.99	c #Conflicts:    3898000 | #Constraints:     183840
3215.21/3268.99	c #Conflicts:    3899000 | #Constraints:     184840
3215.21/3268.99	c #Conflicts:    3900000 | #Constraints:     185840
3215.21/3268.99	c #Conflicts:    3901000 | #Constraints:     186840
3215.21/3268.99	c #Conflicts:    3902000 | #Constraints:     187840
3215.21/3268.99	c #Conflicts:    3903000 | #Constraints:     188840
3215.21/3268.99	c #Conflicts:    3904000 | #Constraints:     189840
3215.21/3268.99	c #Conflicts:    3905000 | #Constraints:     190840
3215.21/3268.99	c #Conflicts:    3906000 | #Constraints:     191840
3215.21/3268.99	c #Conflicts:    3907000 | #Constraints:     192840
3215.21/3268.99	c #Conflicts:    3908000 | #Constraints:     193840
3215.21/3268.99	c #Conflicts:    3909000 | #Constraints:     194840
3215.21/3268.99	c #Conflicts:    3910000 | #Constraints:     195841
3215.21/3268.99	c #Conflicts:    3911000 | #Constraints:     196841
3215.21/3268.99	c #Conflicts:    3912000 | #Constraints:     197841
3215.21/3268.99	c #Conflicts:    3913000 | #Constraints:     198841
3215.21/3268.99	c #Conflicts:    3914000 | #Constraints:     199841
3215.21/3268.99	c #Conflicts:    3915000 | #Constraints:     200841
3215.21/3268.99	c #Conflicts:    3916000 | #Constraints:     201843
3215.21/3268.99	c #Conflicts:    3917000 | #Constraints:     202843
3215.21/3268.99	c #Conflicts:    3918000 | #Constraints:     203843
3215.21/3268.99	c #Conflicts:    3919000 | #Constraints:     204843
3215.21/3268.99	c #Conflicts:    3920000 | #Constraints:     205843
3246.84/3300.74	c #Conflicts:    3921000 | #Constraints:     206843
3246.84/3300.74	c #Conflicts:    3922000 | #Constraints:     207843
3246.84/3300.74	c #Conflicts:    3923000 | #Constraints:     208843
3246.84/3300.74	c #Conflicts:    3924000 | #Constraints:     209843
3246.84/3300.74	c #Conflicts:    3925000 | #Constraints:     210843
3246.84/3300.74	c #Conflicts:    3926000 | #Constraints:     211843
3246.84/3300.74	c #Conflicts:    3927000 | #Constraints:     212844
3246.84/3300.74	c #Conflicts:    3928000 | #Constraints:     213844
3246.84/3300.74	c #Conflicts:    3929000 | #Constraints:     214844
3246.84/3300.74	c #Conflicts:    3930000 | #Constraints:     215844
3246.84/3300.74	c #Conflicts:    3931000 | #Constraints:     216844
3246.84/3300.74	c #Conflicts:    3932000 | #Constraints:     217844
3246.84/3300.74	c #Conflicts:    3933000 | #Constraints:     218844
3246.84/3300.74	c #Conflicts:    3934000 | #Constraints:     219844
3246.84/3300.74	c #Conflicts:    3935000 | #Constraints:     220844
3246.84/3300.74	c #Conflicts:    3936000 | #Constraints:     221844
3246.84/3300.74	c INPROCESSING
3246.84/3300.74	c GARBAGE COLLECT
3246.84/3300.74	c rational objective 19526.4
3256.91/3310.81	c #Conflicts:    3937000 | #Constraints:     113965
3256.91/3310.81	c #Conflicts:    3938000 | #Constraints:     114965
3256.91/3310.81	c #Conflicts:    3939000 | #Constraints:     115966
3256.91/3310.81	c #Conflicts:    3940000 | #Constraints:     116966
3256.91/3310.81	c #Conflicts:    3941000 | #Constraints:     117966
3256.91/3310.81	c #Conflicts:    3942000 | #Constraints:     118966
3256.91/3310.81	c #Conflicts:    3943000 | #Constraints:     119968
3256.91/3310.81	c #Conflicts:    3944000 | #Constraints:     120968
3256.91/3310.81	c #Conflicts:    3945000 | #Constraints:     121968
3256.91/3310.81	WSVECS04 Frhs2[76]: 6 0 285 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[112]: 6 0 258.145 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[182]: 6 0 526.358 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[183]: 6 0 527.286 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[184]: 6 0 789.073 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[186]: 6 0 530.929 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[219]: 6 0 0.92797 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[224]: 6 -164.012 0 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[256]: 6 0 262.715 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[258]: 6 0 4.57062 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[277]: 6 0 2.78381 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[291]: 6 0 0.928015 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[349]: 6 0 2.78384 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[351]: 6 0 0.928004 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[361]: 6 -745 0 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[362]: 6 -665 0 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[367]: 6 0 521 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[370]: 6 0 50.0001 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[372]: 6 0 413 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[377]: 6 0 307 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[378]: 6 0 287.213 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[388]: 6 0 264 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[484]: 6 -1132 0 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[492]: 6 0 897 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[493]: 6 0 897 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[495]: 6 0 791 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[508]: 6 0 763 shouldn't be
3256.91/3310.81	WSVECS04 Frhs2[510]: 6 -1010 0 shouldn't be
3296.45/3350.75	c #Conflicts:    3946000 | #Constraints:     122968
3296.45/3350.75	c #Conflicts:    3947000 | #Constraints:     123968
3296.45/3350.75	c #Conflicts:    3948000 | #Constraints:     124970
3296.45/3350.75	c #Conflicts:    3949000 | #Constraints:     125971
3296.45/3350.75	c #Conflicts:    3950000 | #Constraints:     126971
3296.45/3350.75	c #Conflicts:    3951000 | #Constraints:     127971
3296.45/3350.75	c #Conflicts:    3952000 | #Constraints:     128971
3296.45/3350.75	c #Conflicts:    3953000 | #Constraints:     129971
3296.45/3350.75	c #Conflicts:    3954000 | #Constraints:     130971
3296.45/3350.75	c #Conflicts:    3955000 | #Constraints:     131971
3296.45/3350.75	c #Conflicts:    3956000 | #Constraints:     132971
3296.45/3350.75	c #Conflicts:    3957000 | #Constraints:     133975
3296.45/3350.75	c #Conflicts:    3958000 | #Constraints:     134975
3296.45/3350.75	c #Conflicts:    3959000 | #Constraints:     135975
3296.45/3350.75	c #Conflicts:    3960000 | #Constraints:     136977
3296.45/3350.75	c #Conflicts:    3961000 | #Constraints:     137977
3296.45/3350.75	c #Conflicts:    3962000 | #Constraints:     138977
3296.45/3350.75	c #Conflicts:    3963000 | #Constraints:     139978
3296.45/3350.75	c #Conflicts:    3964000 | #Constraints:     140979
3296.45/3350.75	c #Conflicts:    3965000 | #Constraints:     141979
3296.45/3350.75	c #Conflicts:    3966000 | #Constraints:     142979
3296.45/3350.75	c #Conflicts:    3967000 | #Constraints:     143981
3296.45/3350.75	c #Conflicts:    3968000 | #Constraints:     144981
3296.45/3350.75	c #Conflicts:    3969000 | #Constraints:     145982
3296.45/3350.75	c #Conflicts:    3970000 | #Constraints:     146983
3296.45/3350.75	c #Conflicts:    3971000 | #Constraints:     147983
3296.45/3350.75	c #Conflicts:    3972000 | #Constraints:     148983
3296.45/3350.75	c #Conflicts:    3973000 | #Constraints:     149983
3296.45/3350.75	c #Conflicts:    3974000 | #Constraints:     150984
3296.45/3350.75	c #Conflicts:    3975000 | #Constraints:     151984
3296.45/3350.75	c #Conflicts:    3976000 | #Constraints:     152984
3296.45/3350.75	c #Conflicts:    3977000 | #Constraints:     153985
3296.45/3350.75	WSVECS04 Frhs2[7]: 6 0 153.064 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[25]: 6 -1355 0 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[27]: 6 0 225.882 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[43]: 6 -3866.43 0 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[47]: 6 0 423.899 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[67]: 6 0 757.72 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[137]: 6 -113 0 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[138]: 6 0 225.882 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[175]: 6 0 136.798 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[189]: 6 0 73.6695 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[191]: 6 0 423.899 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[194]: 6 0 148.937 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[198]: 6 0 110.259 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[203]: 6 0 561.514 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[208]: 6 0 7.00005 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[211]: 6 0 818.004 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[216]: 6 -161.541 0 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[225]: 6 0 73.6696 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[227]: 6 0 423.899 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[247]: 6 0 820.942 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[249]: 6 0 63.2226 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[251]: 6 0 61.0171 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[263]: 6 0 437.284 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[275]: 6 0 561.514 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[279]: 6 0 225.882 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[280]: 6 0 232.882 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[311]: 6 0 561.514 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[315]: 6 0 225.882 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[323]: 6 0 679 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[332]: 6 -212.551 0 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[338]: 6 0 104.799 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[351]: 6 0 225.882 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[375]: 6 0 123 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[380]: 6 -408 0 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[386]: 6 -521 0 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[446]: 6 0 172 shouldn't be
3296.45/3350.75	WSVECS04 Frhs2[505]: 6 0 144 shouldn't be
3297.54/3351.87	c #Conflicts:    3978000 | #Constraints:     154985
3297.54/3351.87	c INPROCESSING
3297.54/3351.87	c GARBAGE COLLECT
3297.54/3351.87	c rational objective 19526.4
3335.32/3390.27	c #Conflicts:    3979000 | #Constraints:      80783
3335.32/3390.27	c #Conflicts:    3980000 | #Constraints:      81783
3335.32/3390.27	c #Conflicts:    3981000 | #Constraints:      82784
3335.32/3390.27	c #Conflicts:    3982000 | #Constraints:      83785
3335.32/3390.27	c #Conflicts:    3983000 | #Constraints:      84785
3335.32/3390.27	c #Conflicts:    3984000 | #Constraints:      85785
3335.32/3390.27	c #Conflicts:    3985000 | #Constraints:      86785
3335.32/3390.27	c #Conflicts:    3986000 | #Constraints:      87786
3335.32/3390.27	c #Conflicts:    3987000 | #Constraints:      88786
3335.32/3390.27	c #Conflicts:    3988000 | #Constraints:      89786
3335.32/3390.27	c #Conflicts:    3989000 | #Constraints:      90786
3335.32/3390.27	c #Conflicts:    3990000 | #Constraints:      91786
3335.32/3390.27	c #Conflicts:    3991000 | #Constraints:      92786
3335.32/3390.27	c #Conflicts:    3992000 | #Constraints:      93786
3335.32/3390.27	c #Conflicts:    3993000 | #Constraints:      94786
3335.32/3390.27	c #Conflicts:    3994000 | #Constraints:      95786
3335.32/3390.27	c #Conflicts:    3995000 | #Constraints:      96786
3335.32/3390.27	c #Conflicts:    3996000 | #Constraints:      97786
3335.32/3390.27	c #Conflicts:    3997000 | #Constraints:      98786
3335.32/3390.27	c #Conflicts:    3998000 | #Constraints:      99786
3335.32/3390.27	c #Conflicts:    3999000 | #Constraints:     100786
3335.32/3390.27	c #Conflicts:    4000000 | #Constraints:     101787
3335.32/3390.27	c #Conflicts:    4001000 | #Constraints:     102787
3335.32/3390.27	c #Conflicts:    4002000 | #Constraints:     103787
3335.32/3390.27	c #Conflicts:    4003000 | #Constraints:     104787
3335.32/3390.27	c #Conflicts:    4004000 | #Constraints:     105788
3335.32/3390.27	c #Conflicts:    4005000 | #Constraints:     106788
3335.32/3390.27	c #Conflicts:    4006000 | #Constraints:     107788
3335.32/3390.27	c #Conflicts:    4007000 | #Constraints:     108788
3335.32/3390.27	c #Conflicts:    4008000 | #Constraints:     109788
3335.32/3390.27	c #Conflicts:    4009000 | #Constraints:     110788
3335.32/3390.27	c #Conflicts:    4010000 | #Constraints:     111789
3335.32/3390.27	c #Conflicts:    4011000 | #Constraints:     112789
3335.32/3390.27	c #Conflicts:    4012000 | #Constraints:     113789
3335.32/3390.27	c #Conflicts:    4013000 | #Constraints:     114790
3335.32/3390.27	c #Conflicts:    4014000 | #Constraints:     115790
3335.32/3390.27	c #Conflicts:    4015000 | #Constraints:     116790
3335.32/3390.27	c #Conflicts:    4016000 | #Constraints:     117790
3335.32/3390.27	c #Conflicts:    4017000 | #Constraints:     118790
3335.32/3390.27	c #Conflicts:    4018000 | #Constraints:     119790
3335.32/3390.27	c #Conflicts:    4019000 | #Constraints:     120790
3335.32/3390.27	c #Conflicts:    4020000 | #Constraints:     121790
3335.32/3390.27	c INPROCESSING
3335.32/3390.27	c GARBAGE COLLECT
3335.32/3390.27	c rational objective 19526.4
3369.67/3428.03	c #Conflicts:    4021000 | #Constraints:      64327
3369.67/3428.03	c #Conflicts:    4022000 | #Constraints:      65327
3369.67/3428.03	c #Conflicts:    4023000 | #Constraints:      66328
3369.67/3428.03	c #Conflicts:    4024000 | #Constraints:      67328
3369.67/3428.03	c #Conflicts:    4025000 | #Constraints:      68328
3369.67/3428.03	c #Conflicts:    4026000 | #Constraints:      69330
3369.67/3428.03	c #Conflicts:    4027000 | #Constraints:      70330
3369.67/3428.03	c #Conflicts:    4028000 | #Constraints:      71330
3369.67/3428.03	c #Conflicts:    4029000 | #Constraints:      72330
3369.67/3428.03	c #Conflicts:    4030000 | #Constraints:      73332
3369.67/3428.03	c #Conflicts:    4031000 | #Constraints:      74332
3369.67/3428.03	c #Conflicts:    4032000 | #Constraints:      75332
3369.67/3428.03	c #Conflicts:    4033000 | #Constraints:      76333
3369.67/3428.03	c #Conflicts:    4034000 | #Constraints:      77333
3369.67/3428.03	c #Conflicts:    4035000 | #Constraints:      78333
3369.67/3428.03	c #Conflicts:    4036000 | #Constraints:      79334
3369.67/3428.03	c #Conflicts:    4037000 | #Constraints:      80334
3369.67/3428.03	c #Conflicts:    4038000 | #Constraints:      81335
3369.67/3428.03	c #Conflicts:    4039000 | #Constraints:      82335
3369.67/3428.03	c #Conflicts:    4040000 | #Constraints:      83335
3369.67/3428.03	c #Conflicts:    4041000 | #Constraints:      84336
3369.67/3428.03	c #Conflicts:    4042000 | #Constraints:      85336
3369.67/3428.03	c #Conflicts:    4043000 | #Constraints:      86336
3369.67/3428.03	c #Conflicts:    4044000 | #Constraints:      87337
3369.67/3428.03	c #Conflicts:    4045000 | #Constraints:      88337
3369.67/3428.03	c #Conflicts:    4046000 | #Constraints:      89338
3369.67/3428.03	c #Conflicts:    4047000 | #Constraints:      90338
3369.67/3428.03	c #Conflicts:    4048000 | #Constraints:      91339
3369.67/3428.03	c #Conflicts:    4049000 | #Constraints:      92339
3369.67/3428.03	c #Conflicts:    4050000 | #Constraints:      93339
3369.67/3428.03	c #Conflicts:    4051000 | #Constraints:      94339
3369.67/3428.03	c #Conflicts:    4052000 | #Constraints:      95339
3369.67/3428.03	c #Conflicts:    4053000 | #Constraints:      96339
3369.67/3428.03	c #Conflicts:    4054000 | #Constraints:      97339
3369.67/3428.03	c #Conflicts:    4055000 | #Constraints:      98340
3369.67/3428.03	c #Conflicts:    4056000 | #Constraints:      99340
3369.67/3428.03	c #Conflicts:    4057000 | #Constraints:     100340
3369.67/3428.03	c #Conflicts:    4058000 | #Constraints:     101340
3369.67/3428.03	c #Conflicts:    4059000 | #Constraints:     102340
3369.67/3428.03	c #Conflicts:    4060000 | #Constraints:     103340
3369.67/3428.03	c #Conflicts:    4061000 | #Constraints:     104340
3369.67/3428.03	c INPROCESSING
3369.67/3428.03	c GARBAGE COLLECT
3369.67/3428.03	c rational objective 19526.4
3385.43/3446.69	c #Conflicts:    4062000 | #Constraints:      55159
3385.43/3446.69	c #Conflicts:    4063000 | #Constraints:      56160
3385.43/3446.69	c #Conflicts:    4064000 | #Constraints:      57160
3385.43/3446.69	c #Conflicts:    4065000 | #Constraints:      58160
3385.43/3446.69	c #Conflicts:    4066000 | #Constraints:      59160
3385.43/3446.69	c #Conflicts:    4067000 | #Constraints:      60160
3385.43/3446.69	c #Conflicts:    4068000 | #Constraints:      61160
3385.43/3446.69	c #Conflicts:    4069000 | #Constraints:      62160
3385.43/3446.69	c #Conflicts:    4070000 | #Constraints:      63160
3385.43/3446.69	c #Conflicts:    4071000 | #Constraints:      64161
3385.43/3446.69	c #Conflicts:    4072000 | #Constraints:      65161
3385.43/3446.69	c #Conflicts:    4073000 | #Constraints:      66161
3385.43/3446.69	c #Conflicts:    4074000 | #Constraints:      67162
3385.43/3446.69	c #Conflicts:    4075000 | #Constraints:      68163
3385.43/3446.69	c #Conflicts:    4076000 | #Constraints:      69165
3385.43/3446.69	c #Conflicts:    4077000 | #Constraints:      70165
3385.43/3446.69	c #Conflicts:    4078000 | #Constraints:      71165
3385.43/3446.69	c #Conflicts:    4079000 | #Constraints:      72165
3385.43/3446.69	c #Conflicts:    4080000 | #Constraints:      73165
3385.43/3446.69	c #Conflicts:    4081000 | #Constraints:      74166
3385.43/3446.70	c #Conflicts:    4082000 | #Constraints:      75166
3385.43/3446.70	c #Conflicts:    4083000 | #Constraints:      76166
3385.43/3446.70	c #Conflicts:    4084000 | #Constraints:      77166
3385.43/3446.70	c #Conflicts:    4085000 | #Constraints:      78167
3385.43/3446.70	c #Conflicts:    4086000 | #Constraints:      79167
3385.43/3446.70	WSVECS04 Frhs2[38]: 6 0 8.58338 shouldn't be
3385.43/3446.70	WSVECS04 Frhs2[61]: 6 0 2.52888 shouldn't be
3385.43/3446.70	WSVECS04 Frhs2[73]: 6 0 458.393 shouldn't be
3385.43/3446.70	WSVECS04 Frhs2[123]: 6 -125.696 0 shouldn't be
3385.43/3446.70	WSVECS04 Frhs2[292]: 6 0 3.38726 shouldn't be
3385.43/3446.70	WSVECS04 Frhs2[293]: 6 0 32.4321 shouldn't be
3385.43/3446.70	WSVECS04 Frhs2[326]: 6 0 3.38726 shouldn't be
3385.43/3446.70	WSVECS04 Frhs2[329]: 6 0 32.4321 shouldn't be
3385.43/3446.70	WSVECS04 Frhs2[463]: 6 0 957.429 shouldn't be
3385.43/3446.70	WSVECS04 Frhs2[468]: 6 0 958.288 shouldn't be
3385.43/3446.70	WSVECS04 Frhs2[495]: 6 0 753 shouldn't be
3398.10/3459.35	c #Conflicts:    4087000 | #Constraints:      80167
3398.10/3459.35	c #Conflicts:    4088000 | #Constraints:      81167
3398.10/3459.35	c #Conflicts:    4089000 | #Constraints:      82167
3398.10/3459.35	c #Conflicts:    4090000 | #Constraints:      83168
3398.10/3459.35	c #Conflicts:    4091000 | #Constraints:      84168
3398.10/3459.35	c #Conflicts:    4092000 | #Constraints:      85168
3398.10/3459.35	c #Conflicts:    4093000 | #Constraints:      86168
3398.10/3459.35	c #Conflicts:    4094000 | #Constraints:      87168
3398.10/3459.35	c #Conflicts:    4095000 | #Constraints:      88168
3398.10/3459.35	c #Conflicts:    4096000 | #Constraints:      89168
3398.10/3459.35	c #Conflicts:    4097000 | #Constraints:      90168
3398.10/3459.35	c #Conflicts:    4098000 | #Constraints:      91168
3398.10/3459.35	c #Conflicts:    4099000 | #Constraints:      92168
3398.10/3459.35	c #Conflicts:    4100000 | #Constraints:      93168
3398.10/3459.35	c #Conflicts:    4101000 | #Constraints:      94168
3398.10/3459.35	c #Conflicts:    4102000 | #Constraints:      95168
3398.10/3459.35	c #Conflicts:    4103000 | #Constraints:      96168
3398.10/3459.35	c #Conflicts:    4104000 | #Constraints:      97169
3398.10/3459.35	c INPROCESSING
3398.10/3459.35	c GARBAGE COLLECT
3398.10/3459.35	c rational objective 19526.4
3411.88/3473.11	c #Conflicts:    4105000 | #Constraints:      52017
3411.88/3473.11	c #Conflicts:    4106000 | #Constraints:      53018
3411.88/3473.11	c #Conflicts:    4107000 | #Constraints:      54018
3411.88/3473.11	c #Conflicts:    4108000 | #Constraints:      55018
3411.88/3473.11	c #Conflicts:    4109000 | #Constraints:      56018
3411.88/3473.11	c #Conflicts:    4110000 | #Constraints:      57018
3411.88/3473.11	c #Conflicts:    4111000 | #Constraints:      58018
3411.88/3473.11	c #Conflicts:    4112000 | #Constraints:      59019
3411.88/3473.11	c #Conflicts:    4113000 | #Constraints:      60019
3411.88/3473.11	c #Conflicts:    4114000 | #Constraints:      61020
3411.88/3473.11	c #Conflicts:    4115000 | #Constraints:      62020
3411.88/3473.11	c #Conflicts:    4116000 | #Constraints:      63020
3411.88/3473.11	c #Conflicts:    4117000 | #Constraints:      64020
3411.88/3473.11	c #Conflicts:    4118000 | #Constraints:      65020
3411.88/3473.11	c #Conflicts:    4119000 | #Constraints:      66020
3411.88/3473.11	c #Conflicts:    4120000 | #Constraints:      67020
3411.88/3473.11	c #Conflicts:    4121000 | #Constraints:      68020
3411.88/3473.11	c #Conflicts:    4122000 | #Constraints:      69020
3411.88/3473.11	c #Conflicts:    4123000 | #Constraints:      70020
3411.88/3473.11	c #Conflicts:    4124000 | #Constraints:      71021
3411.88/3473.11	c #Conflicts:    4125000 | #Constraints:      72021
3411.88/3473.11	c #Conflicts:    4126000 | #Constraints:      73022
3411.88/3473.11	c #Conflicts:    4127000 | #Constraints:      74022
3411.88/3473.11	c #Conflicts:    4128000 | #Constraints:      75022
3411.88/3473.11	c #Conflicts:    4129000 | #Constraints:      76022
3411.88/3473.11	WSVECS04 Frhs2[133]: 6 0 152.985 shouldn't be
3411.88/3473.11	WSVECS04 Frhs2[149]: 6 -953 0 shouldn't be
3411.88/3473.11	WSVECS04 Frhs2[157]: 6 0 328.618 shouldn't be
3411.88/3473.11	WSVECS04 Frhs2[173]: 6 -303.985 0 shouldn't be
3411.88/3473.11	WSVECS04 Frhs2[292]: 6 -575.691 0 shouldn't be
3411.88/3473.11	WSVECS04 Frhs2[310]: 6 -499 0 shouldn't be
3420.53/3486.94	c #Conflicts:    4130000 | #Constraints:      77022
3420.53/3486.94	c #Conflicts:    4131000 | #Constraints:      78022
3420.53/3486.94	c #Conflicts:    4132000 | #Constraints:      79023
3420.53/3486.94	c #Conflicts:    4133000 | #Constraints:      80023
3420.53/3486.94	c #Conflicts:    4134000 | #Constraints:      81023
3420.53/3486.94	c #Conflicts:    4135000 | #Constraints:      82025
3420.53/3486.94	c #Conflicts:    4136000 | #Constraints:      83027
3420.53/3486.94	c #Conflicts:    4137000 | #Constraints:      84027
3420.53/3486.94	c #Conflicts:    4138000 | #Constraints:      85027
3420.53/3486.94	c #Conflicts:    4139000 | #Constraints:      86028
3420.53/3486.94	c #Conflicts:    4140000 | #Constraints:      87028
3420.53/3486.94	WSVECS04 Frhs2[59]: 6 0 51.1667 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[134]: 6 0 143.042 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[135]: 6 0 133.333 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[136]: 6 0 196.167 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[144]: 6 -197.708 0 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[166]: 6 -111.75 0 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[178]: 6 0 143.854 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[182]: 6 0 96.5209 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[186]: 6 0 96.5209 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[203]: 6 0 104.75 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[204]: 6 0 1.75009 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[206]: 6 0 143.042 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[207]: 6 0 133.333 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[208]: 6 0 196.167 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[221]: 6 0 58.7083 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[225]: 6 0 9.70836 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[241]: 6 0 82.3125 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[245]: 6 0 82.3126 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[294]: 6 0 155.229 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[307]: 6 0 3.50005 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[311]: 6 0 103 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[329]: 6 0 182.396 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[333]: 6 0 9.70839 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[335]: 6 0 9.70837 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[352]: 6 0 196.167 shouldn't be
3420.53/3486.94	WSVECS04 Frhs2[431]: 6 -408 0 shouldn't be
3437.38/3503.81	c #Conflicts:    4141000 | #Constraints:      88028
3437.38/3503.81	c #Conflicts:    4142000 | #Constraints:      89028
3437.38/3503.81	c #Conflicts:    4143000 | #Constraints:      90029
3437.38/3503.81	c #Conflicts:    4144000 | #Constraints:      91029
3437.38/3503.81	c #Conflicts:    4145000 | #Constraints:      92029
3437.38/3503.81	c #Conflicts:    4146000 | #Constraints:      93029
3437.38/3503.81	c #Conflicts:    4147000 | #Constraints:      94029
3437.38/3503.81	c #Conflicts:    4148000 | #Constraints:      95029
3437.38/3503.81	c #Conflicts:    4149000 | #Constraints:      96029
3437.38/3503.81	c #Conflicts:    4150000 | #Constraints:      97029
3437.38/3503.81	c #Conflicts:    4151000 | #Constraints:      98029
3437.38/3503.81	c #Conflicts:    4152000 | #Constraints:      99029
3437.38/3503.81	c #Conflicts:    4153000 | #Constraints:     100030
3437.38/3503.81	c #Conflicts:    4154000 | #Constraints:     101030
3437.38/3503.81	c #Conflicts:    4155000 | #Constraints:     102031
3437.38/3503.81	c #Conflicts:    4156000 | #Constraints:     103031
3437.38/3503.81	c #Conflicts:    4157000 | #Constraints:     104031
3437.38/3503.81	c #Conflicts:    4158000 | #Constraints:     105032
3437.38/3503.81	c #Conflicts:    4159000 | #Constraints:     106032
3437.38/3503.81	c #Conflicts:    4160000 | #Constraints:     107032
3437.38/3503.81	WSVECS04 Frhs2[75]: 6 0 374.5 shouldn't be
3437.38/3503.81	WSVECS04 Frhs2[87]: 6 -106 0 shouldn't be
3437.38/3503.81	WSVECS04 Frhs2[109]: 6 0 656.5 shouldn't be
3437.38/3503.81	WSVECS04 Frhs2[110]: 6 0 441.5 shouldn't be
3437.38/3503.81	WSVECS04 Frhs2[114]: 6 0 67.0001 shouldn't be
3437.38/3503.81	WSVECS04 Frhs2[115]: 6 0 16.6667 shouldn't be
3437.38/3503.81	WSVECS04 Frhs2[119]: 6 0 75.5001 shouldn't be
3437.38/3503.81	WSVECS04 Frhs2[124]: 6 0 244 shouldn't be
3437.38/3503.81	WSVECS04 Frhs2[125]: 6 0 28.0001 shouldn't be
3437.38/3503.81	WSVECS04 Frhs2[145]: 6 -267.25 0 shouldn't be
3437.38/3503.81	WSVECS04 Frhs2[157]: 6 0 505.833 shouldn't be
3437.38/3503.81	WSVECS04 Frhs2[160]: 6 0 110 shouldn't be
3437.38/3503.81	WSVECS04 Frhs2[167]: 6 0 141 shouldn't be
3437.38/3503.81	WSVECS04 Frhs2[238]: 6 -179 0 shouldn't be
3437.38/3503.81	WSVECS04 Frhs2[260]: 6 -506.667 0 shouldn't be
3437.38/3503.81	WSVECS04 Frhs2[299]: 6 0 75.5001 shouldn't be
3437.38/3503.81	WSVECS04 Frhs2[304]: 6 0 319 shouldn't be
3437.38/3503.81	WSVECS04 Frhs2[305]: 6 0 103 shouldn't be
3437.38/3503.81	WSVECS04 Frhs2[337]: 6 0 628.5 shouldn't be
3437.38/3503.81	WSVECS04 Frhs2[381]: 6 -220.5 0 shouldn't be
3437.38/3503.81	WSVECS04 Frhs2[506]: 6 0 182 shouldn't be
3523.35/3595.94	c #Conflicts:    4161000 | #Constraints:     108032
3523.35/3595.94	c #Conflicts:    4162000 | #Constraints:     109032
3523.35/3595.94	c #Conflicts:    4163000 | #Constraints:     110032
3523.35/3595.94	c #Conflicts:    4164000 | #Constraints:     111032
3523.35/3595.94	c #Conflicts:    4165000 | #Constraints:     112033
3523.35/3595.94	c #Conflicts:    4166000 | #Constraints:     113034
3523.35/3595.94	c #Conflicts:    4167000 | #Constraints:     114034
3523.35/3595.94	c #Conflicts:    4168000 | #Constraints:     115034
3523.35/3595.94	c #Conflicts:    4169000 | #Constraints:     116034
3523.35/3595.94	c #Conflicts:    4170000 | #Constraints:     117035
3523.35/3595.94	c #Conflicts:    4171000 | #Constraints:     118036
3523.35/3595.94	c #Conflicts:    4172000 | #Constraints:     119037
3523.35/3595.94	c #Conflicts:    4173000 | #Constraints:     120037
3523.35/3595.94	c #Conflicts:    4174000 | #Constraints:     121038
3523.35/3595.94	c #Conflicts:    4175000 | #Constraints:     122038
3523.35/3595.94	c #Conflicts:    4176000 | #Constraints:     123038
3523.35/3595.94	c #Conflicts:    4177000 | #Constraints:     124038
3523.35/3595.94	c #Conflicts:    4178000 | #Constraints:     125038
3523.35/3595.94	c #Conflicts:    4179000 | #Constraints:     126038
3523.35/3595.94	c #Conflicts:    4180000 | #Constraints:     127038
3523.35/3595.94	c #Conflicts:    4181000 | #Constraints:     128039
3523.35/3595.94	c #Conflicts:    4182000 | #Constraints:     129039
3523.35/3595.94	c #Conflicts:    4183000 | #Constraints:     130039
3523.35/3595.94	c #Conflicts:    4184000 | #Constraints:     131041
3523.35/3595.94	c #Conflicts:    4185000 | #Constraints:     132041
3523.35/3595.94	c #Conflicts:    4186000 | #Constraints:     133041
3523.35/3595.94	c #Conflicts:    4187000 | #Constraints:     134041
3523.35/3595.94	c #Conflicts:    4188000 | #Constraints:     135041
3523.35/3595.94	c #Conflicts:    4189000 | #Constraints:     136041
3523.35/3595.94	c #Conflicts:    4190000 | #Constraints:     137041
3523.35/3595.94	c #Conflicts:    4191000 | #Constraints:     138041
3523.35/3595.94	c #Conflicts:    4192000 | #Constraints:     139041
3523.35/3595.94	c #Conflicts:    4193000 | #Constraints:     140041
3523.35/3595.94	c #Conflicts:    4194000 | #Constraints:     141041
3523.35/3595.94	c #Conflicts:    4195000 | #Constraints:     142041
3523.35/3595.94	c #Conflicts:    4196000 | #Constraints:     143042
3523.35/3595.94	c #Conflicts:    4197000 | #Constraints:     144042
3523.35/3595.94	c #Conflicts:    4198000 | #Constraints:     145042
3523.35/3595.94	c #Conflicts:    4199000 | #Constraints:     146042
3523.35/3595.94	c #Conflicts:    4200000 | #Constraints:     147043
3523.35/3595.94	c #Conflicts:    4201000 | #Constraints:     148043
3523.35/3595.94	c #Conflicts:    4202000 | #Constraints:     149043
3523.35/3595.94	c #Conflicts:    4203000 | #Constraints:     150044
3523.35/3595.94	c #Conflicts:    4204000 | #Constraints:     151044
3523.35/3595.94	c #Conflicts:    4205000 | #Constraints:     152044
3523.35/3595.94	c #Conflicts:    4206000 | #Constraints:     153044
3523.35/3595.94	c #Conflicts:    4207000 | #Constraints:     154044
3523.35/3595.94	c #Conflicts:    4208000 | #Constraints:     155044
3523.35/3595.94	c #Conflicts:    4209000 | #Constraints:     156044
3523.35/3595.94	c #Conflicts:    4210000 | #Constraints:     157045
3523.35/3595.94	c #Conflicts:    4211000 | #Constraints:     158045
3523.35/3595.94	c #Conflicts:    4212000 | #Constraints:     159045
3523.35/3595.94	c #Conflicts:    4213000 | #Constraints:     160045
3523.35/3595.94	c #Conflicts:    4214000 | #Constraints:     161045
3523.35/3595.94	c #Conflicts:    4215000 | #Constraints:     162045
3523.35/3595.94	c #Conflicts:    4216000 | #Constraints:     163045
3523.35/3595.94	c #Conflicts:    4217000 | #Constraints:     164045
3523.35/3595.94	c #Conflicts:    4218000 | #Constraints:     165045
3523.35/3595.94	c #Conflicts:    4219000 | #Constraints:     166045
3523.35/3595.94	c #Conflicts:    4220000 | #Constraints:     167045
3523.35/3595.94	c #Conflicts:    4221000 | #Constraints:     168045
3523.35/3595.94	c #Conflicts:    4222000 | #Constraints:     169045
3523.35/3595.94	c #Conflicts:    4223000 | #Constraints:     170045
3523.35/3595.94	c #Conflicts:    4224000 | #Constraints:     171045
3523.35/3595.94	c #Conflicts:    4225000 | #Constraints:     172045
3523.35/3595.94	c #Conflicts:    4226000 | #Constraints:     173045
3523.35/3595.94	c #Conflicts:    4227000 | #Constraints:     174046
3523.35/3595.94	c #Conflicts:    4228000 | #Constraints:     175046
3523.35/3595.94	c #Conflicts:    4229000 | #Constraints:     176046
3523.35/3595.94	c #Conflicts:    4230000 | #Constraints:     177046
3523.35/3595.94	c #Conflicts:    4231000 | #Constraints:     178046
3523.35/3595.94	c #Conflicts:    4232000 | #Constraints:     179047
3523.35/3595.94	c #Conflicts:    4233000 | #Constraints:     180047
3523.35/3595.94	c #Conflicts:    4234000 | #Constraints:     181047
3523.35/3595.94	WSVECS04 Frhs2[5]: 6 0 7.777 shouldn't be
3523.35/3595.94	WSVECS04 Frhs2[17]: 6 0 2.59236 shouldn't be
3523.35/3595.94	WSVECS04 Frhs2[40]: 6 0 7.77697 shouldn't be
3523.35/3595.94	WSVECS04 Frhs2[85]: 6 0 2.59237 shouldn't be
3523.35/3595.94	WSVECS04 Frhs2[121]: 6 0 2.59237 shouldn't be
3523.35/3595.94	WSVECS04 Frhs2[157]: 6 0 2.59239 shouldn't be
3523.35/3595.94	WSVECS04 Frhs2[221]: 6 0 7.777 shouldn't be
3523.35/3595.94	WSVECS04 Frhs2[243]: 6 -202.669 0 shouldn't be
3523.35/3595.94	WSVECS04 Frhs2[257]: 6 0 2.59239 shouldn't be
3523.35/3595.94	WSVECS04 Frhs2[265]: 6 0 5.18463 shouldn't be
3523.35/3595.94	WSVECS04 Frhs2[267]: 6 -87.077 0 shouldn't be
3523.35/3595.94	WSVECS04 Frhs2[269]: 6 0 2.59235 shouldn't be
3523.35/3595.94	WSVECS04 Frhs2[273]: 6 -106 0 shouldn't be
3523.35/3595.94	WSVECS04 Frhs2[309]: 6 0 106 shouldn't be
3523.35/3595.94	WSVECS04 Frhs2[310]: 6 0 106 shouldn't be
3523.35/3595.94	WSVECS04 Frhs2[311]: 6 0 106 shouldn't be
3523.35/3595.94	WSVECS04 Frhs2[441]: 6 0 874.669 shouldn't be
3583.82/3657.95	c #Conflicts:    4235000 | #Constraints:     182047
3583.82/3657.95	c #Conflicts:    4236000 | #Constraints:     183049
3583.82/3657.95	c #Conflicts:    4237000 | #Constraints:     184049
3583.82/3657.95	c #Conflicts:    4238000 | #Constraints:     185050
3583.82/3657.95	c #Conflicts:    4239000 | #Constraints:     186050
3583.82/3657.95	c #Conflicts:    4240000 | #Constraints:     187050
3583.82/3657.95	c #Conflicts:    4241000 | #Constraints:     188051
3583.82/3657.95	c #Conflicts:    4242000 | #Constraints:     189051
3583.82/3657.95	c #Conflicts:    4243000 | #Constraints:     190051
3583.82/3657.95	c #Conflicts:    4244000 | #Constraints:     191051
3583.82/3657.95	c #Conflicts:    4245000 | #Constraints:     192051
3583.82/3657.95	c #Conflicts:    4246000 | #Constraints:     193053
3583.82/3657.95	c #Conflicts:    4247000 | #Constraints:     194053
3583.82/3657.95	c #Conflicts:    4248000 | #Constraints:     195053
3583.82/3657.95	c #Conflicts:    4249000 | #Constraints:     196053
3583.82/3657.95	c #Conflicts:    4250000 | #Constraints:     197053
3583.82/3657.95	c #Conflicts:    4251000 | #Constraints:     198056
3583.82/3657.95	c #Conflicts:    4252000 | #Constraints:     199056
3583.82/3657.95	c #Conflicts:    4253000 | #Constraints:     200056
3583.82/3657.95	c #Conflicts:    4254000 | #Constraints:     201056
3583.82/3657.95	c #Conflicts:    4255000 | #Constraints:     202056
3583.82/3657.95	c #Conflicts:    4256000 | #Constraints:     203057
3583.82/3657.95	c #Conflicts:    4257000 | #Constraints:     204058
3583.82/3657.95	c #Conflicts:    4258000 | #Constraints:     205058
3583.82/3657.95	c #Conflicts:    4259000 | #Constraints:     206058
3583.82/3657.95	c #Conflicts:    4260000 | #Constraints:     207058
3583.82/3657.95	c #Conflicts:    4261000 | #Constraints:     208058
3583.82/3657.95	c #Conflicts:    4262000 | #Constraints:     209058
3583.82/3657.95	c #Conflicts:    4263000 | #Constraints:     210058
3583.82/3657.95	c #Conflicts:    4264000 | #Constraints:     211058
3583.82/3657.95	c #Conflicts:    4265000 | #Constraints:     212058
3583.82/3657.95	c #Conflicts:    4266000 | #Constraints:     213058
3583.82/3657.95	WSVECS04 Frhs2[15]: 6 0 117.706 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[18]: 6 0 117.706 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[54]: 6 0 626.328 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[88]: 6 0 42.2945 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[90]: 6 0 42.2945 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[123]: 6 -33.7056 0 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[135]: 6 -42 0 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[138]: 6 0 107.828 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[173]: 6 0 24.7056 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[204]: 6 0 62.0945 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[280]: 6 0 14.7056 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[281]: 6 0 14.7056 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[291]: 6 0 310.528 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[311]: 6 0 45.7334 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[440]: 6 0 204.706 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[449]: 6 0 106 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[470]: 6 0 129.295 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[479]: 6 0 144.8 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[485]: 6 0 386 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[497]: 6 0 753 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[500]: 6 0 844 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[530]: 6 0 106 shouldn't be
3583.82/3657.95	WSVECS04 Frhs2[539]: 6 0 106 shouldn't be
3600.04/3681.30	c #Conflicts:    4267000 | #Constraints:     214058
3600.04/3681.30	c #Conflicts:    4268000 | #Constraints:     215058
3600.04/3681.30	c #Conflicts:    4269000 | #Constraints:     216058
3600.04/3681.30	c #Conflicts:    4270000 | #Constraints:     217059
3600.04/3681.30	c #Conflicts:    4271000 | #Constraints:     218059
3600.04/3681.30	c #Conflicts:    4272000 | #Constraints:     219059
3600.04/3681.30	c #Conflicts:    4273000 | #Constraints:     220059
3600.04/3681.30	c #Conflicts:    4274000 | #Constraints:     221059
3600.04/3681.30	c #Conflicts:    4275000 | #Constraints:     222059
3600.04/3681.30	c cpu time 3562.85 s
3600.04/3681.30	c deterministic time 175612869021 1.76e+11
3600.04/3681.30	c optimization time 200.303 s
3600.04/3681.30	c total solve time 3362.47 s
3600.04/3681.30	c core-guided solve time 1652.54 s
3600.04/3681.30	c propagation time 2621.16 s
3600.04/3681.30	c conflict analysis time 801.184 s
3600.04/3681.30	c propagations 416814603
3600.04/3681.30	c resolve steps 106338115
3600.04/3681.30	c decisions 5783187
3600.04/3681.30	c conflicts 4275824
3600.04/3681.30	c restarts 7639
3600.04/3681.30	c inprocessing phases 152
3600.04/3681.30	c garbage collections 152 ,( 100.00 )
3600.04/3681.30	c input clauses 2689 ,( 57.04 )
3600.04/3681.30	c input cardinalities 287 ,( 6.09 )
3600.04/3681.30	c input general constraints 1738 ,( 36.87 )
3600.04/3681.30	c input average constraint length 6.24
3600.04/3681.30	c input average constraint degree 456.61
3600.04/3681.30	c learned clauses 3766658 ,( 88.04 )
3600.04/3681.30	c learned cardinalities 25946 ,( 0.61 )
3600.04/3681.30	c learned general constraints 485978 ,( 11.36 )
3600.04/3681.30	c learned average constraint length 101.40
3600.04/3681.30	c learned average constraint degree 78320153.67
3600.04/3681.30	c watched  CF 32, 64, 128, Arb: 194761 , 0 , 0 , 0
3600.04/3681.30	c counting CF 32, 64, 128, Arb: 292956 , 0 , 0 , 0
3600.04/3681.30	c watched   constraints 194761 ,( 39.93 ) 
3600.04/3681.30	c counting  constraints 292955 ,( 60.07 ) 
3600.04/3681.30	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 11247267543 , 4696930490 , 2751427179 ,( 238723187 , 2512703992 )
3600.04/3681.30	c gcd simplifications 337709
3600.04/3681.30	c detected cardinalities 89
3600.04/3681.30	c weakened non-implied lits 111580017
3600.04/3681.30	c weakened non-implying lits 1464820
3600.04/3681.30	c original variables 540
3600.04/3681.30	c clausal propagations 207606009
3600.04/3681.30	c cardinality propagations 144766835
3600.04/3681.30	c watched propagations 3112422
3600.04/3681.30	c counting propagations 56766109
3600.04/3681.30	c watch lookups 119715943036
3600.04/3681.30	c watch backjump lookups 0
3600.04/3681.30	c watch checks 42068230629
3600.04/3681.30	c propagation checks 11297610559
3600.04/3681.30	c constraint additions 1676785356
3600.04/3681.30	c trail pops 426871676
3600.04/3681.30	c formula constraints 4626
3600.04/3681.30	c learned constraints 4274321
3600.04/3681.30	c bound constraints 39
3600.04/3681.30	c core-guided constraints 49
3600.04/3681.30	c encountered formula constraints 46256756
3600.04/3681.30	c encountered learned constraints 62907768
3600.04/3681.30	c encountered bound constraints 29056
3600.04/3681.30	c encountered core-guided constraints 412705
3600.04/3681.30	c LP total time 427.904 s
3600.04/3681.30	c LP solve time 407.39 s
3600.04/3681.30	c LP constraints added 7766
3600.04/3681.30	c LP constraints removed 3099
3600.04/3681.30	c LP pivots internal 4276037
3600.04/3681.30	c LP pivots root 553937
3600.04/3681.30	c LP calls 6034
3600.04/3681.30	c LP optimalities 3289
3600.04/3681.30	c LP no pivot count 0
3600.04/3681.30	c LP infeasibilities 2713
3600.04/3681.30	c LP valid Farkas constraints 2684
3600.04/3681.30	c LP learned Farkas constraints 1503
3600.04/3681.30	c LP basis resets 45
3600.04/3681.30	c LP cycling count 4
3600.04/3681.30	c LP singular count 7
3600.04/3681.30	c LP no primal count 0
3600.04/3681.30	c LP no farkas count 18
3600.04/3681.30	c LP other issue count 16
3600.04/3681.30	c LP Gomory cuts 74
3600.04/3681.30	c LP learned cuts 3066
3600.04/3681.30	c LP deleted cuts 3099
3600.04/3681.30	c LP encountered Gomory constraints 12004
3600.04/3681.30	c LP encountered Farkas constraints 967556
3600.04/3681.30	c LP encountered learned Farkas constraints 26591
3600.04/3681.30	c CG auxiliary variables introduced 22
3600.04/3681.30	c CG solutions found 22
3600.04/3681.30	c CG cores constructed 17
3600.04/3681.30	c CG core cardinality constraints returned 0
3600.04/3681.30	c CG unit cores 0
3600.04/3681.30	c CG single cores 17
3600.04/3681.30	c CG blocks removed during cardinality reduction 0
3600.04/3681.30	c CG first core best 0
3600.04/3681.30	c CG decision core best 0
3600.04/3681.30	c CG core reduction tie 0
3600.04/3681.30	c CG core degree average 1.00
3600.04/3681.30	c CG core slack average 7.53
3600.04/3681.30	c CG core upper bound improvements 0
3600.04/3681.30	c STR number of successful calls 0
3600.04/3681.30	c STR number of unsuccessful calls 0
3600.04/3681.30	c STR number of inconclusive calls 0
3600.04/3681.30	c STR number of successful attempts 0
3600.04/3681.30	c STR number of unsuccessful attempts 0
3600.04/3681.30	c STR number of inconclusive attempts 0
3600.04/3681.30	c STR average degree increase per successful call inf
3600.04/3681.30	c STR average degree increase per successful attempt inf
3600.04/3681.30	c STR total number of conflicts for successful attempts 0
3600.04/3681.30	c STR total number of conflicts for unsuccessful attempts 0
3600.04/3681.30	c STR total number of conflicts for inconclusive attempts 0
3600.04/3681.30	c STR average number of conflicts per successful attempt inf
3600.04/3681.30	c STR average number of conflicts per unsuccessful attempt inf
3600.04/3681.30	c STR average number of conflicts per inconclusive attempt inf
3600.04/3681.30	c AVG.sumWPerc 48.80 
3600.04/3681.30	c bigint constraints 0 
3600.04/3681.30	o 23916
3600.04/3681.30	s SATISFIABLE
3600.04/3681.30	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 x226 -x227 -x228 x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 x246 -x247 -x248 -x249 -x250 -x251 x252 x253 -x254 -x255 -x256 -x257 -x258 -x259 x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 -x270 x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 x281 -x282 -x283 x284 -x285 -x286 -x287 -x288 -x289 x290 -x291 -x292 -x293 -x294 -x295 x296 -x297 -x298 -x299 -x300 -x301 -x302 x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 x311 -x312 -x313 -x314 -x315 -x316 x317 -x318 -x319 -x320 x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 -x330 -x331 x332 -x333 -x334 -x335 -x336 -x337 x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 -x350 -x351 -x352 x353 -x354 -x355 -x356 -x357 x358 -x359 -x360 x361 x362 -x363 -x364 -x365 -x366 -x367 -x368 x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 -x377 -x378 -x379 x380 x381 -x382 -x383 -x384 -x385 x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 x394 -x395 -x396 x397 -x398 -x399 x400 -x401 -x402 x403 -x404 -x405 -x406 x407 -x408 -x409 -x410 -x411 x412 -x413 -x414 -x415 x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 x424 -x425 -x426 x427 -x428 -x429 -x430 x431 x432 x433 -x434 x435 -x436 -x437 x438 -x439 -x440 -x441 -x442 x443 -x444 -x445 -x446 -x447 x448 -x449 -x450 -x451 -x452 -x453 x454 -x455 -x456 -x457 x458 -x459 -x460 -x461 x462 -x463 -x464 -x465 x466 -x467 -x468 -x469 x470 -x471 -x472 -x473 x474 -x475 -x476 -x477 x478 -x479 -x480 -x481 x482 -x483 -x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 -x492 -x493 x494 -x495 -x496 -x497 -x498 -x499 x500 x501 x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 x510 -x511 -x512 -x513 x514 -x515 -x516 x517 -x518 -x519 -x520 -x521 -x522 x523 -x524 -x525 -x526 -x527 -x528 -x529 x530 -x531 -x532 -x533 -x534 x535 x536 x537 -x538 -x539 -x540
3600.04/3681.30	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 (60867 MiB free)
  memory of node 1: 64507 MiB (62936 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=128378, runsolver pid=128375

[startup+0.100101 s]*
/proc/loadavg: 0.14 0.35 0.26 5/255 128381
/proc/meminfo: memFree=126773104/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

[startup+0.215295 s]*
/proc/loadavg: 0.14 0.35 0.26 5/255 128382
/proc/meminfo: memFree=126770864/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=63244 memory=18332 CPUtime=0.08 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 2000 0 0 0 7 1 0 0 20 0 1 0 174140185 64761856 4551 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 15811 4551 2272 1147 0 3237 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 67436 KiB
Current children cumulated memory: 21404 KiB

[startup+0.315382 s]*
/proc/loadavg: 0.14 0.35 0.26 5/255 128382
/proc/meminfo: memFree=126765824/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=64008 memory=20044 CPUtime=0.19 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 2902 0 0 0 17 2 0 0 20 0 1 0 174140185 65544192 5011 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 16002 5011 2336 1147 0 3428 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 68200 KiB
Current children cumulated memory: 23116 KiB

[startup+0.700357 s]
/proc/loadavg: 0.14 0.35 0.26 4/252 128382
/proc/meminfo: memFree=126756360/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=64140 memory=20300 CPUtime=0.55 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 2947 0 0 0 53 2 0 0 20 0 1 0 174140185 65679360 5075 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 16035 5075 2368 1147 0 3461 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 68332 KiB
Current children cumulated memory: 23372 KiB

[startup+1.50036 s]
/proc/loadavg: 0.14 0.35 0.26 5/252 128386
/proc/meminfo: memFree=126714936/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=67112 memory=23500 CPUtime=1.35 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 3694 0 0 0 131 4 0 0 20 0 1 0 174140185 68722688 5875 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 16778 5875 2432 1147 0 4204 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 71304 KiB
Current children cumulated memory: 26572 KiB

[startup+3.11389 s]
/proc/loadavg: 0.53 0.43 0.29 4/250 128390
/proc/meminfo: memFree=126563088/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=67256 memory=24140 CPUtime=2.96 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 3751 0 0 0 287 9 0 0 20 0 1 0 174140185 68870144 6035 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 16814 6035 2528 1147 0 4240 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 71448 KiB
Current children cumulated memory: 27212 KiB

[startup+6.30035 s]
/proc/loadavg: 0.53 0.43 0.29 4/250 128390
/proc/meminfo: memFree=126317312/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=70700 memory=27340 CPUtime=6.14 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 4577 0 0 0 596 18 0 0 20 0 1 0 174140185 72396800 6835 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 17675 6835 2528 1147 0 5101 0
Current children cumulated CPU time: 6.15 s
Current children cumulated vsize: 74892 KiB
Current children cumulated memory: 30412 KiB

[startup+12.7003 s]
/proc/loadavg: 1.06 0.55 0.33 4/250 128390
/proc/meminfo: memFree=126121336/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=71640 memory=30464 CPUtime=12.52 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 4821 0 0 0 1220 32 0 0 20 0 1 0 174140185 73359360 7616 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 17910 7616 2528 1147 0 5336 0
Current children cumulated CPU time: 12.53 s
Current children cumulated vsize: 75832 KiB
Current children cumulated memory: 33536 KiB

[startup+25.5003 s]
/proc/loadavg: 1.52 0.66 0.37 5/255 128526
/proc/meminfo: memFree=125552604/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=73520 memory=32384 CPUtime=25.29 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 5302 0 0 0 2463 66 0 0 20 0 1 0 174140185 75284480 8096 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 18380 8096 2528 1147 0 5806 0
Current children cumulated CPU time: 25.3 s
Current children cumulated vsize: 77712 KiB
Current children cumulated memory: 35456 KiB

[startup+51.1144 s]
/proc/loadavg: 2.42 0.95 0.47 5/258 128530
/proc/meminfo: memFree=125029552/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=76932 memory=35100 CPUtime=45.9 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 5497 0 0 0 4465 125 0 0 20 0 1 0 174140185 78778368 8775 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 19233 8775 2528 1147 0 6659 0
Current children cumulated CPU time: 45.91 s
Current children cumulated vsize: 81124 KiB
Current children cumulated memory: 38172 KiB

[startup+102.3 s]
/proc/loadavg: 3.49 1.50 0.69 5/258 128533
/proc/meminfo: memFree=123795520/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=87780 memory=42780 CPUtime=94.79 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 7405 0 0 0 9241 238 0 0 20 0 1 0 174140185 89886720 10695 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 21945 10695 2528 1147 0 9371 0
Current children cumulated CPU time: 94.8 s
Current children cumulated vsize: 91972 KiB
Current children cumulated memory: 45852 KiB

[startup+162.3 s]
/proc/loadavg: 4.37 2.10 0.95 5/259 128536
/proc/meminfo: memFree=123017868/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=89172 memory=46304 CPUtime=154.37 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 7795 0 0 0 15084 353 0 0 20 0 1 0 174140185 91312128 11576 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 22293 11576 2528 1147 0 9719 0
Current children cumulated CPU time: 154.38 s
Current children cumulated vsize: 93364 KiB
Current children cumulated memory: 49376 KiB

[startup+222.3 s]
/proc/loadavg: 4.48 2.56 1.18 5/260 128539
/proc/meminfo: memFree=122180892/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=91756 memory=49376 CPUtime=213.61 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 8564 0 0 0 20890 471 0 0 20 0 1 0 174140185 93958144 12344 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 22939 12344 2528 1147 0 10365 0
Current children cumulated CPU time: 213.62 s
Current children cumulated vsize: 95948 KiB
Current children cumulated memory: 52448 KiB


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

/proc/128382/statm: 84035 63054 2528 1147 0 71461 0
Current children cumulated CPU time: 3109.35 s
Current children cumulated vsize: 340332 KiB
Current children cumulated memory: 255288 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.16 4.07 5/261 128694
/proc/meminfo: memFree=85118612/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=336140 memory=252216 CPUtime=3168.87 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 45030 0 0 0 313485 3402 0 0 20 0 1 0 174140185 344207360 63054 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 84035 63054 2528 1147 0 71461 0
Current children cumulated CPU time: 3168.88 s
Current children cumulated vsize: 340332 KiB
Current children cumulated memory: 255288 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.16 4.07 5/262 128702
/proc/meminfo: memFree=84469736/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=336140 memory=252216 CPUtime=3228.49 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 45030 0 0 0 319418 3431 0 0 20 0 1 0 174140185 344207360 63054 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 84035 63054 2528 1147 0 71461 0
Current children cumulated CPU time: 3228.5 s
Current children cumulated vsize: 340332 KiB
Current children cumulated memory: 255288 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.15 4.08 5/261 128704
/proc/meminfo: memFree=84042828/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=335940 memory=252276 CPUtime=3288.26 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 46274 0 0 0 325355 3471 0 0 20 0 1 0 174140185 344002560 63069 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 83985 63069 2528 1147 0 71411 0
Current children cumulated CPU time: 3288.27 s
Current children cumulated vsize: 340132 KiB
Current children cumulated memory: 255348 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.15 4.09 5/261 128706
/proc/meminfo: memFree=83632248/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=338916 memory=255092 CPUtime=3347.38 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 46986 0 0 0 331217 3521 0 0 20 0 1 0 174140185 347049984 63773 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 84729 63773 2528 1147 0 72155 0
Current children cumulated CPU time: 3347.39 s
Current children cumulated vsize: 343108 KiB
Current children cumulated memory: 258164 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.14 4.09 5/261 128719
/proc/meminfo: memFree=82986812/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=338916 memory=255092 CPUtime=3401.08 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 46986 0 0 0 336530 3578 0 0 20 0 1 0 174140185 347049984 63773 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 84729 63773 2528 1147 0 72155 0
Current children cumulated CPU time: 3401.09 s
Current children cumulated vsize: 343108 KiB
Current children cumulated memory: 258164 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.14 4.09 5/261 128721
/proc/meminfo: memFree=82448496/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=338916 memory=255092 CPUtime=3450.75 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 46986 0 0 0 341444 3631 0 0 20 0 1 0 174140185 347049984 63773 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 84729 63773 2528 1147 0 72155 0
Current children cumulated CPU time: 3450.76 s
Current children cumulated vsize: 343108 KiB
Current children cumulated memory: 258164 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/259 128723
/proc/meminfo: memFree=82106208/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=338916 memory=255092 CPUtime=3509.78 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 46986 0 0 0 347304 3674 0 0 20 0 1 0 174140185 347049984 63773 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 84729 63773 2528 1147 0 72155 0
Current children cumulated CPU time: 3509.79 s
Current children cumulated vsize: 343108 KiB
Current children cumulated memory: 258164 KiB

[startup+3642.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/259 128774
/proc/meminfo: memFree=96033336/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=338916 memory=255092 CPUtime=3568.25 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 47020 0 0 0 353120 3705 0 0 20 0 1 0 174140185 347049984 63773 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 84729 63773 2528 1147 0 72155 0
Current children cumulated CPU time: 3568.26 s
Current children cumulated vsize: 343108 KiB
Current children cumulated memory: 258164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3681.3 s]
/proc/loadavg: 4.15 4.13 4.09 4/259 128823
/proc/meminfo: memFree=96122368/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=338916 memory=255092 CPUtime=3600.03 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 47034 0 0 0 356284 3719 0 0 20 0 1 0 174140185 347049984 63773 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 84729 63773 2528 1147 0 72155 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 343108 KiB
Current children cumulated memory: 258164 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.017899 s, system=0.014247 s

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

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

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

[startup+3681.3 s]
/proc/loadavg: 4.15 4.13 4.09 4/259 128823
/proc/meminfo: memFree=96122368/131382112 swapFree=33010160/33010684
[pid=128378] ppid=128375 vsize=4192 memory=3072 CPUtime=0.01 cores=4,6
/proc/128378/stat : 128378 (run-opt-break-l) S 128375 128378 128305 0 -1 4194304 243 1295 0 0 0 0 1 0 20 0 1 0 174140173 4292608 768 18446744073709551615 94200336465920 94200337360453 140725368149504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94200337599504 94200337647248 94200353030144 140725368158483 140725368158684 140725368158684 140725368164288 0
/proc/128378/statm: 1048 768 704 219 0 110 0
[pid=128382] ppid=128378 vsize=338916 memory=255092 CPUtime=3600.03 cores=4,6
/proc/128382/stat : 128382 (roundingsat) R 128378 128378 128305 0 -1 4194304 47034 0 0 0 356284 3719 0 0 20 0 1 0 174140185 347049984 63773 18446744073709551615 4227072 8923577 140733592485744 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 34107392 140733592488210 140733592488486 140733592488486 140733592494058 0
/proc/128382/statm: 84729 63773 2528 1147 0 72155 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 343108 KiB
Current children cumulated memory: 258164 KiB

Child status: 2

Real time (s): 3681.41
CPU time (s): 3600.09
CPU user time (s): 3562.88
CPU system time (s): 37.2125
CPU usage (%): 97.791
Max. virtual memory (cumulated for all children) (KiB): 345628
Max. memory (cumulated for all children) (KiB): 260280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3562.88
system time used= 37.2125
maximum resident set size= 257208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48591
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11362952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 656
involuntary context switches= 6576


# summary of solver processes directly reported to runsolver:
#   pid: 128378,128382
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3562.88
#   total CPU system time (s): 37.2125

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.2581 second user time and 40.4198 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-15 15:03:24
IDJOB=4532344
IDBENCH=147022
IDSOLVER=3393
FILE ID=nodeC009/4532344-1752584604
RUNJOBID= nodeC009-1752584602-128316
SLURM_JOB_ID= 9684339
Free space on /tmp= 432948 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 0f876b3
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 -w /tmp/evaluation-result-4532344-1752584604/watcher-4532344-1752584604 -o /tmp/evaluation-result-4532344-1752584604/solver-4532344-1752584604 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1752584602-128316 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532344-1752584604.opb PROOFDIR/proof-4532344-1752584604

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

MD5SUM BENCH= 9e6692c80f11b0068f23fe5849cf8b25
RANDOM SEED=1057340159

nodeC009 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.230
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.85
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.234
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.85
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.272
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.85
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.400
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.85
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.249
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.85
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		: 1496.537
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.85
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.639
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        126779520 kB
MemAvailable:   129840648 kB
Buffers:            2144 kB
Cached:          3792384 kB
SwapCached:           24 kB
Active:           779384 kB
Inactive:        3109352 kB
Active(anon):     108296 kB
Inactive(anon):     4176 kB
Active(file):     671088 kB
Inactive(file):  3105176 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             31192 kB
Writeback:             0 kB
AnonPages:         97760 kB
Mapped:           113268 kB
Shmem:             17936 kB
KReclaimable:     248596 kB
Slab:             339592 kB
SReclaimable:     248596 kB
SUnreclaim:        90996 kB
KernelStack:        3968 kB
PageTables:         3128 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     414860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432940 MiB
End job on nodeC009 at 2025-07-15 16:04:45