Trace number 4486519

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 63f22adSAT (TO)23916 3600.07 3624.52

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.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4486519-1751325417.opb'
0.00/0.01	c 	read 0.20MB  (2.71ms)
0.00/0.01	c	 [cnf: #variables 540 #clauses 4477 #duplicates 0 #arr 21108]
0.00/0.01	c output proof to 'PROOFDIR/proof-4486519-1751325417'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 0] (2.19ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 (0.41ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 7807 #edges 47796]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.51ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4486519-1751325417.opb.pre'
0.00/0.02	c 	wrote 0.20MB (0.52ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   2.80ms 30.57% other
0.00/0.02	c                   2.71ms 29.53% parse
0.00/0.02	c                   2.19ms 23.88% approx_orbits
0.00/0.02	c                   0.52ms  5.72% output
0.00/0.02	c                   0.51ms  5.58% detect_generic
0.00/0.02	c                   0.41ms  4.52% detect_special
0.00/0.02	c                   0.02ms  0.19% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   9.17ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.03	c RoundingSat 2
0.00/0.03	c branch pb25
0.00/0.03	c commit 63f22ad
0.00/0.06	c #variables 540 #constraints 4626
0.00/0.06	c objective is ce32 
0.00/0.07	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.07	c initial counting CF 32, 64, 128, Arb: 1681 , 0 , 0 , 0
0.00/0.07	c bounds - >= 0 @ 0.027138
0.06/0.13	c rational objective 17422
0.26/0.34	c bounds 30635 >= 0 @ 0.286481
0.36/0.42	WSVECS04 Frhs2[361]: 6 -745 0 shouldn't be
0.36/0.42	WSVECS04 Frhs2[371]: 6 -665 0 shouldn't be
0.36/0.42	WSVECS04 Frhs2[376]: 6 -929 0 shouldn't be
0.36/0.42	WSVECS04 Frhs2[420]: 6 -1010 0 shouldn't be
0.36/0.42	WSVECS04 Frhs2[435]: 6 -257 0 shouldn't be
0.36/0.42	WSVECS04 Frhs2[438]: 6 -380 0 shouldn't be
0.36/0.42	WSVECS04 Frhs2[448]: 6 -257 0 shouldn't be
0.36/0.42	c bounds 30635 >= 1090 @ 0.364826
0.36/0.42	c bounds 30156 >= 1090 @ 0.365338
0.36/0.44	c bounds 29716 >= 1090 @ 0.380795
0.36/0.44	c bounds 26539 >= 1090 @ 0.386597
0.36/0.45	c bounds 26539 >= 2110 @ 0.395616
0.36/0.45	c bounds 26308 >= 2110 @ 0.397603
0.45/0.54	c #Conflicts:       1000 | #Constraints:       5638
0.45/0.54	c bounds 26154 >= 2110 @ 0.484532
0.85/0.90	c #Conflicts:       2000 | #Constraints:       6640
0.85/0.90	c INPROCESSING
0.85/0.90	c GARBAGE COLLECT
0.85/0.90	c bounds 25894 >= 2110 @ 0.827182
0.85/0.90	c bounds 25894 >= 3120 @ 0.82791
0.85/0.90	c bounds 25894 >= 4130 @ 0.828636
0.85/0.90	c bounds 25894 >= 5140 @ 0.829411
0.85/0.90	c bounds 25894 >= 6150 @ 0.83018
2.95/3.01	c #Conflicts:       3000 | #Constraints:       6657
2.95/3.01	c #Conflicts:       4000 | #Constraints:       7659
2.95/3.01	c INPROCESSING
2.95/3.01	c GARBAGE COLLECT
2.95/3.01	c #Conflicts:       5000 | #Constraints:       7070
2.95/3.01	c #Conflicts:       6000 | #Constraints:       8074
2.95/3.01	c INPROCESSING
2.95/3.01	c GARBAGE COLLECT
2.95/3.01	c #Conflicts:       7000 | #Constraints:       7078
2.95/3.01	c #Conflicts:       8000 | #Constraints:       8078
2.95/3.01	c #Conflicts:       9000 | #Constraints:       9078
2.95/3.01	c INPROCESSING
2.95/3.01	c GARBAGE COLLECT
2.95/3.01	c rational objective 17422
3.95/4.06	c #Conflicts:      10000 | #Constraints:       7787
3.95/4.06	c #Conflicts:      11000 | #Constraints:       8787
3.95/4.06	c #Conflicts:      12000 | #Constraints:       9787
3.95/4.06	c INPROCESSING
3.95/4.06	c GARBAGE COLLECT
3.95/4.06	c rational objective 17777.4
4.74/4.82	c #Conflicts:      13000 | #Constraints:       8235
4.74/4.82	c #Conflicts:      14000 | #Constraints:       9235
4.74/4.82	c bounds 25728 >= 6150 @ 4.63231
5.05/5.15	c #Conflicts:      15000 | #Constraints:      10236
5.05/5.15	c INPROCESSING
5.05/5.15	c GARBAGE COLLECT
5.05/5.15	c #Conflicts:      16000 | #Constraints:       8457
5.05/5.15	c bounds 25670 >= 6150 @ 4.96038
6.24/6.33	c #Conflicts:      17000 | #Constraints:       9458
6.24/6.33	c #Conflicts:      18000 | #Constraints:      10458
6.24/6.33	c INPROCESSING
6.24/6.33	c GARBAGE COLLECT
6.24/6.33	c #Conflicts:      19000 | #Constraints:       8489
6.24/6.33	c bounds 24926 >= 6150 @ 6.10387
6.33/6.40	c #Conflicts:      20000 | #Constraints:       9491
6.33/6.40	c bounds 24882 >= 6150 @ 6.17312
6.33/6.41	c bounds 24882 >= 6895 @ 6.17894
7.33/7.43	c #Conflicts:      21000 | #Constraints:      10497
7.33/7.43	c INPROCESSING
7.33/7.43	c GARBAGE COLLECT
7.33/7.43	c bounds 24845 >= 6895 @ 7.17672
7.73/7.86	c #Conflicts:      22000 | #Constraints:       8294
7.73/7.86	c #Conflicts:      23000 | #Constraints:       9297
7.73/7.86	c bounds 24619 >= 6895 @ 7.59683
7.84/7.97	WSVECS04 Frhs2[424]: 6 -605 0 shouldn't be
7.84/7.97	WSVECS04 Frhs2[433]: 6 -380 0 shouldn't be
7.84/7.97	WSVECS04 Frhs2[435]: 6 -257 0 shouldn't be
7.84/7.97	WSVECS04 Frhs2[443]: 6 -1020 0 shouldn't be
7.84/7.97	WSVECS04 Frhs2[457]: 6 -80 0 shouldn't be
7.84/7.97	WSVECS04 Frhs2[469]: 6 -1380 0 shouldn't be
7.84/7.97	WSVECS04 Frhs2[470]: 6 -408 0 shouldn't be
7.84/7.97	WSVECS04 Frhs2[472]: 6 -1090 0 shouldn't be
7.84/7.97	WSVECS04 Frhs2[479]: 6 -408 0 shouldn't be
7.94/8.08	WSVECS04 Frhs2[427]: 6 -80.0001 0 shouldn't be
8.23/8.32	WSVECS04 Frhs2[398]: 6 -337 0 shouldn't be
8.43/8.57	WSVECS04 Frhs2[463]: 6 -380 0 shouldn't be
8.53/8.69	WSVECS04 Frhs2[530]: 6 -408 0 shouldn't be
8.73/8.81	WSVECS04 Frhs2[448]: 6 -257 0 shouldn't be
8.73/8.81	c #Conflicts:      24000 | #Constraints:      10299
8.73/8.81	c bounds 24619 >= 7560 @ 8.52539
13.82/13.94	c #Conflicts:      25000 | #Constraints:      11302
13.82/13.94	c INPROCESSING
13.82/13.94	c GARBAGE COLLECT
13.82/13.94	c #Conflicts:      26000 | #Constraints:       8910
13.82/13.94	c #Conflicts:      27000 | #Constraints:       9910
13.82/13.94	c #Conflicts:      28000 | #Constraints:      10910
13.82/13.94	c #Conflicts:      29000 | #Constraints:      11910
13.82/13.94	c INPROCESSING
13.82/13.94	c GARBAGE COLLECT
13.82/13.94	c #Conflicts:      30000 | #Constraints:       9321
13.82/13.94	c #Conflicts:      31000 | #Constraints:      10321
13.82/13.94	c #Conflicts:      32000 | #Constraints:      11323
13.82/13.94	c #Conflicts:      33000 | #Constraints:      12324
13.82/13.94	c INPROCESSING
13.82/13.94	c GARBAGE COLLECT
13.82/13.94	c #Conflicts:      34000 | #Constraints:       9524
13.82/13.94	c #Conflicts:      35000 | #Constraints:      10526
13.82/13.94	c #Conflicts:      36000 | #Constraints:      11528
13.82/13.94	c #Conflicts:      37000 | #Constraints:      12530
13.82/13.94	c INPROCESSING
13.82/13.94	c GARBAGE COLLECT
13.82/13.94	WSVECS04 Frhs2[20]: 6 0 471.679 shouldn't be
13.82/13.94	WSVECS04 Frhs2[30]: 6 0 1723.46 shouldn't be
13.82/13.94	WSVECS04 Frhs2[128]: 6 0 2446.68 shouldn't be
13.82/13.94	WSVECS04 Frhs2[131]: 6 0 1295.27 shouldn't be
13.82/13.94	WSVECS04 Frhs2[187]: 6 0 244.281 shouldn't be
13.82/13.94	WSVECS04 Frhs2[201]: 6 0 1097.35 shouldn't be
13.82/13.94	WSVECS04 Frhs2[204]: 6 0 555.744 shouldn't be
13.82/13.94	WSVECS04 Frhs2[233]: 6 0 1038.58 shouldn't be
13.82/13.94	WSVECS04 Frhs2[236]: 6 0 1897.19 shouldn't be
13.82/13.94	WSVECS04 Frhs2[237]: 6 0 9.91718 shouldn't be
13.82/13.94	WSVECS04 Frhs2[244]: 6 0 2696.2 shouldn't be
13.82/13.94	WSVECS04 Frhs2[259]: 6 0 631.186 shouldn't be
13.82/13.94	WSVECS04 Frhs2[263]: 6 0 37.4844 shouldn't be
13.82/13.94	WSVECS04 Frhs2[371]: 6 0 2156.99 shouldn't be
13.82/13.94	WSVECS04 Frhs2[425]: 6 0 1975.15 shouldn't be
13.82/13.94	WSVECS04 Frhs2[446]: 6 -318.214 0 shouldn't be
13.82/13.94	WSVECS04 Frhs2[449]: 6 0 174.786 shouldn't be
13.82/13.94	WSVECS04 Frhs2[450]: 6 0 212.786 shouldn't be
13.82/13.94	WSVECS04 Frhs2[510]: 6 -753 0 shouldn't be
13.92/14.07	WSVECS04 Frhs2[14]: 6 0 1484.68 shouldn't be
13.92/14.07	WSVECS04 Frhs2[18]: 6 0 1635.91 shouldn't be
13.92/14.07	WSVECS04 Frhs2[83]: 6 0 759.925 shouldn't be
13.92/14.07	WSVECS04 Frhs2[129]: 6 0 572.349 shouldn't be
13.92/14.07	WSVECS04 Frhs2[139]: 6 0 1923.23 shouldn't be
13.92/14.07	WSVECS04 Frhs2[293]: 6 0 1096.25 shouldn't be
13.92/14.07	WSVECS04 Frhs2[299]: 6 0 351.685 shouldn't be
13.92/14.07	WSVECS04 Frhs2[312]: 6 0 1269.14 shouldn't be
13.92/14.07	WSVECS04 Frhs2[322]: 6 0 758.257 shouldn't be
13.92/14.07	WSVECS04 Frhs2[355]: 6 0 1742.19 shouldn't be
13.92/14.07	WSVECS04 Frhs2[370]: 6 0 206 shouldn't be
13.92/14.07	WSVECS04 Frhs2[375]: 6 0 22.7798 shouldn't be
13.92/14.07	WSVECS04 Frhs2[502]: 6 0 3573.43 shouldn't be
13.92/14.07	WSVECS04 Frhs2[507]: 6 0 573.379 shouldn't be
14.02/14.19	WSVECS04 Frhs2[28]: 6 0 6492.42 shouldn't be
14.02/14.19	WSVECS04 Frhs2[77]: 6 0 2377.96 shouldn't be
14.02/14.19	WSVECS04 Frhs2[93]: 6 0 532.198 shouldn't be
14.02/14.19	WSVECS04 Frhs2[116]: 6 0 843.649 shouldn't be
14.02/14.19	WSVECS04 Frhs2[118]: 6 0 1890.26 shouldn't be
14.02/14.19	WSVECS04 Frhs2[138]: 6 0 2274.95 shouldn't be
14.02/14.19	WSVECS04 Frhs2[160]: 6 0 652.326 shouldn't be
14.02/14.19	WSVECS04 Frhs2[162]: 6 0 652.326 shouldn't be
14.02/14.19	WSVECS04 Frhs2[206]: 6 0 1135.84 shouldn't be
14.02/14.19	WSVECS04 Frhs2[220]: 6 0 2958.25 shouldn't be
14.02/14.19	WSVECS04 Frhs2[227]: 6 0 7088.51 shouldn't be
14.02/14.19	WSVECS04 Frhs2[268]: 6 0 1726.2 shouldn't be
14.02/14.19	WSVECS04 Frhs2[282]: 6 0 1199.79 shouldn't be
14.02/14.19	WSVECS04 Frhs2[389]: 6 0 457.076 shouldn't be
14.02/14.19	WSVECS04 Frhs2[442]: 6 0 1476.22 shouldn't be
14.02/14.19	WSVECS04 Frhs2[444]: 6 0 282.578 shouldn't be
14.02/14.19	WSVECS04 Frhs2[445]: 6 0 2024.79 shouldn't be
14.22/14.32	WSVECS04 Frhs2[135]: 6 0 1692.71 shouldn't be
14.22/14.32	WSVECS04 Frhs2[136]: 6 0 3978.91 shouldn't be
14.22/14.32	WSVECS04 Frhs2[158]: 6 0 652.326 shouldn't be
14.22/14.32	WSVECS04 Frhs2[168]: 6 0 2729.29 shouldn't be
14.22/14.32	WSVECS04 Frhs2[172]: 6 0 2432.65 shouldn't be
14.22/14.32	WSVECS04 Frhs2[286]: 6 0 1411.2 shouldn't be
14.22/14.32	WSVECS04 Frhs2[469]: 6 0 1875.58 shouldn't be
14.22/14.32	WSVECS04 Frhs2[485]: 6 0 262.02 shouldn't be
14.31/14.44	WSVECS04 Frhs2[78]: 6 0 3671.77 shouldn't be
14.31/14.44	WSVECS04 Frhs2[120]: 6 0 1921.19 shouldn't be
14.31/14.44	WSVECS04 Frhs2[141]: 6 0 3069.09 shouldn't be
14.31/14.44	WSVECS04 Frhs2[163]: 6 0 2262.8 shouldn't be
14.31/14.44	WSVECS04 Frhs2[164]: 6 0 4334.71 shouldn't be
14.31/14.44	WSVECS04 Frhs2[167]: 6 0 7032.25 shouldn't be
14.31/14.44	WSVECS04 Frhs2[177]: 6 0 92.7077 shouldn't be
14.31/14.44	WSVECS04 Frhs2[192]: 6 0 98.9224 shouldn't be
14.31/14.44	WSVECS04 Frhs2[264]: 6 0 485.827 shouldn't be
14.31/14.44	WSVECS04 Frhs2[430]: 6 0 2719.79 shouldn't be
14.31/14.44	WSVECS04 Frhs2[447]: 6 0 1145.64 shouldn't be
14.31/14.44	WSVECS04 Frhs2[495]: 6 0 1507.21 shouldn't be
14.31/14.44	WSVECS04 Frhs2[506]: 6 0 114.02 shouldn't be
14.31/14.44	WSVECS04 Frhs2[534]: 6 0 1075.59 shouldn't be
14.41/14.57	WSVECS04 Frhs2[46]: 6 0 2032.5 shouldn't be
14.41/14.57	WSVECS04 Frhs2[81]: 6 0 2914.96 shouldn't be
14.41/14.57	WSVECS04 Frhs2[82]: 6 0 1902.87 shouldn't be
14.41/14.57	WSVECS04 Frhs2[211]: 6 0 1552.79 shouldn't be
14.41/14.57	WSVECS04 Frhs2[278]: 6 0 166.563 shouldn't be
14.41/14.57	WSVECS04 Frhs2[324]: 6 0 1073.26 shouldn't be
14.41/14.57	WSVECS04 Frhs2[352]: 6 0 2240.52 shouldn't be
14.41/14.57	WSVECS04 Frhs2[376]: 6 0 5913.07 shouldn't be
14.41/14.57	WSVECS04 Frhs2[499]: 6 0 3414.39 shouldn't be
14.52/14.69	WSVECS04 Frhs2[12]: 6 0 1782.58 shouldn't be
14.52/14.69	WSVECS04 Frhs2[86]: 6 0 1771.12 shouldn't be
14.52/14.69	WSVECS04 Frhs2[88]: 6 0 1771.12 shouldn't be
14.52/14.69	WSVECS04 Frhs2[200]: 6 0 2279.77 shouldn't be
14.52/14.69	WSVECS04 Frhs2[265]: 6 0 2066.55 shouldn't be
14.71/14.82	WSVECS04 Frhs2[56]: 6 0 5370.86 shouldn't be
14.71/14.82	WSVECS04 Frhs2[203]: 6 0 2407.27 shouldn't be
14.71/14.82	WSVECS04 Frhs2[225]: 6 0 3589.67 shouldn't be
14.71/14.82	WSVECS04 Frhs2[239]: 6 0 1319.84 shouldn't be
14.71/14.82	WSVECS04 Frhs2[251]: 6 0 4763.92 shouldn't be
14.71/14.82	WSVECS04 Frhs2[318]: 6 0 2552.28 shouldn't be
14.81/14.94	WSVECS04 Frhs2[171]: 6 0 2105.72 shouldn't be
14.81/14.94	WSVECS04 Frhs2[174]: 6 0 1518.45 shouldn't be
14.81/14.94	WSVECS04 Frhs2[354]: 6 0 2000.87 shouldn't be
14.92/15.05	WSVECS04 Frhs2[66]: 6 0 2352.18 shouldn't be
14.92/15.05	WSVECS04 Frhs2[92]: 6 0 1714.62 shouldn't be
14.92/15.05	WSVECS04 Frhs2[105]: 6 0 92.7077 shouldn't be
14.92/15.05	WSVECS04 Frhs2[232]: 6 0 3219.39 shouldn't be
14.92/15.05	WSVECS04 Frhs2[240]: 6 0 2461.48 shouldn't be
14.92/15.05	WSVECS04 Frhs2[480]: 6 0 2071.33 shouldn't be
16.71/16.89	c #Conflicts:      38000 | #Constraints:       9529
16.71/16.89	c #Conflicts:      39000 | #Constraints:      10529
16.71/16.89	c #Conflicts:      40000 | #Constraints:      11529
16.71/16.89	c #Conflicts:      41000 | #Constraints:      12529
16.71/16.89	c INPROCESSING
16.71/16.89	c GARBAGE COLLECT
16.71/16.89	c #Conflicts:      42000 | #Constraints:       9337
16.71/16.89	c #Conflicts:      43000 | #Constraints:      10337
16.71/16.89	c #Conflicts:      44000 | #Constraints:      11337
16.71/16.89	c #Conflicts:      45000 | #Constraints:      12337
16.71/16.89	c #Conflicts:      46000 | #Constraints:      13337
16.71/16.89	c INPROCESSING
16.71/16.89	c GARBAGE COLLECT
16.71/16.89	c #Conflicts:      47000 | #Constraints:       9924
16.71/16.89	c #Conflicts:      48000 | #Constraints:      10924
16.71/16.89	WSVECS04 Frhs2[38]: 6 0 750.51 shouldn't be
16.71/16.89	WSVECS04 Frhs2[53]: 6 0 34287.3 shouldn't be
16.71/16.89	WSVECS04 Frhs2[54]: 6 0 15272.9 shouldn't be
16.71/16.89	WSVECS04 Frhs2[109]: 6 -10637.4 0 shouldn't be
16.71/16.89	WSVECS04 Frhs2[113]: 6 0 14866.4 shouldn't be
16.71/16.89	WSVECS04 Frhs2[114]: 6 0 5486.25 shouldn't be
16.71/16.89	WSVECS04 Frhs2[149]: 6 0 25093.6 shouldn't be
16.71/16.89	WSVECS04 Frhs2[181]: 6 -11040.1 0 shouldn't be
16.71/16.89	WSVECS04 Frhs2[182]: 6 0 32927.3 shouldn't be
16.71/16.89	WSVECS04 Frhs2[183]: 6 0 23948 shouldn't be
16.71/16.89	WSVECS04 Frhs2[185]: 6 0 14105.3 shouldn't be
16.71/16.89	WSVECS04 Frhs2[215]: 6 0 34391.2 shouldn't be
16.71/16.89	WSVECS04 Frhs2[217]: 6 0 37923.9 shouldn't be
16.71/16.89	WSVECS04 Frhs2[219]: 6 0 36461.2 shouldn't be
16.71/16.89	WSVECS04 Frhs2[254]: 6 0 22998.7 shouldn't be
16.71/16.89	WSVECS04 Frhs2[255]: 6 0 5108.88 shouldn't be
16.71/16.89	WSVECS04 Frhs2[256]: 6 0 12489.3 shouldn't be
16.71/16.89	WSVECS04 Frhs2[257]: 6 0 10383.7 shouldn't be
16.71/16.89	WSVECS04 Frhs2[289]: 6 0 15830.5 shouldn't be
16.71/16.89	WSVECS04 Frhs2[297]: 6 0 3036.25 shouldn't be
16.71/16.89	WSVECS04 Frhs2[308]: 6 0 48.5001 shouldn't be
16.71/16.89	WSVECS04 Frhs2[309]: 6 0 48.5001 shouldn't be
16.71/16.89	WSVECS04 Frhs2[310]: 6 0 48.5001 shouldn't be
16.71/16.89	WSVECS04 Frhs2[319]: 6 0 24234.3 shouldn't be
16.71/16.89	WSVECS04 Frhs2[321]: 6 0 10324.5 shouldn't be
16.71/16.89	WSVECS04 Frhs2[327]: 6 0 12024.8 shouldn't be
16.71/16.89	WSVECS04 Frhs2[377]: 6 -337 0 shouldn't be
16.71/16.89	WSVECS04 Frhs2[395]: 6 -521 0 shouldn't be
16.71/16.89	WSVECS04 Frhs2[403]: 6 0 35.0001 shouldn't be
16.71/16.89	WSVECS04 Frhs2[408]: 6 0 475 shouldn't be
16.71/16.89	WSVECS04 Frhs2[410]: 6 0 367 shouldn't be
16.71/16.89	WSVECS04 Frhs2[418]: 6 0 344 shouldn't be
16.71/16.89	WSVECS04 Frhs2[419]: 6 0 113 shouldn't be
16.71/16.89	WSVECS04 Frhs2[464]: 6 0 113 shouldn't be
16.71/16.89	WSVECS04 Frhs2[508]: 6 0 319.811 shouldn't be
16.71/16.89	WSVECS04 Frhs2[518]: 6 0 101 shouldn't be
16.82/17.00	WSVECS04 Frhs2[509]: 6 0 45.8106 shouldn't be
16.92/17.09	WSVECS04 Frhs2[346]: 6 0 337 shouldn't be
16.92/17.09	WSVECS04 Frhs2[405]: 6 0 158 shouldn't be
17.31/17.45	WSVECS04 Frhs2[258]: 6 0 961.447 shouldn't be
17.81/17.93	WSVECS04 Frhs2[150]: 6 0 864.374 shouldn't be
17.81/17.93	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
18.01/18.13	WSVECS04 Frhs2[328]: 6 0 12679 shouldn't be
18.41/18.56	c #Conflicts:      49000 | #Constraints:      11925
18.41/18.56	c #Conflicts:      50000 | #Constraints:      12925
18.41/18.56	c #Conflicts:      51000 | #Constraints:      13925
18.41/18.56	c INPROCESSING
18.41/18.56	c GARBAGE COLLECT
18.41/18.56	WSVECS04 Frhs2[8]: 6 -29563.5 0 shouldn't be
18.41/18.56	WSVECS04 Frhs2[100]: 6 0 19200.7 shouldn't be
18.41/18.56	WSVECS04 Frhs2[115]: 6 0 32064.9 shouldn't be
18.41/18.56	WSVECS04 Frhs2[137]: 6 -4985.75 0 shouldn't be
18.41/18.56	WSVECS04 Frhs2[142]: 6 0 3160.16 shouldn't be
18.41/18.56	WSVECS04 Frhs2[171]: 6 0 4831.64 shouldn't be
18.41/18.56	WSVECS04 Frhs2[191]: 6 0 17171.1 shouldn't be
18.41/18.56	WSVECS04 Frhs2[254]: 6 0 66083.4 shouldn't be
18.41/18.56	WSVECS04 Frhs2[365]: 6 -691 0 shouldn't be
18.41/18.56	WSVECS04 Frhs2[375]: 6 0 101 shouldn't be
18.41/18.56	WSVECS04 Frhs2[380]: 6 0 207 shouldn't be
18.41/18.56	WSVECS04 Frhs2[383]: 6 0 103 shouldn't be
18.41/18.56	WSVECS04 Frhs2[385]: 6 0 348 shouldn't be
18.41/18.56	WSVECS04 Frhs2[393]: 6 0 13.0001 shouldn't be
18.41/18.56	WSVECS04 Frhs2[457]: 6 0 1010 shouldn't be
18.41/18.56	WSVECS04 Frhs2[467]: 6 -94 0 shouldn't be
18.41/18.56	WSVECS04 Frhs2[471]: 6 -84 0 shouldn't be
18.41/18.56	WSVECS04 Frhs2[475]: 6 0 235 shouldn't be
18.41/18.56	WSVECS04 Frhs2[487]: 6 0 300 shouldn't be
18.41/18.56	WSVECS04 Frhs2[518]: 6 0 62.0001 shouldn't be
18.41/18.56	WSVECS04 Frhs2[532]: 6 0 29 shouldn't be
18.41/18.56	WSVECS04 Frhs2[533]: 6 0 41 shouldn't be
18.51/18.65	WSVECS04 Frhs2[17]: 6 0 352.941 shouldn't be
18.51/18.65	WSVECS04 Frhs2[326]: 6 0 1412.58 shouldn't be
18.51/18.65	WSVECS04 Frhs2[332]: 6 -3599.68 0 shouldn't be
18.51/18.65	WSVECS04 Frhs2[454]: 6 -605 0 shouldn't be
18.51/18.65	WSVECS04 Frhs2[458]: 6 0 113 shouldn't be
18.61/18.75	WSVECS04 Frhs2[60]: 6 0 53650.5 shouldn't be
18.61/18.75	WSVECS04 Frhs2[207]: 6 0 34211.3 shouldn't be
18.61/18.75	WSVECS04 Frhs2[327]: 6 0 9849.4 shouldn't be
18.61/18.75	WSVECS04 Frhs2[407]: 6 0 14014.2 shouldn't be
18.61/18.75	WSVECS04 Frhs2[479]: 6 -1048 0 shouldn't be
18.61/18.75	WSVECS04 Frhs2[521]: 6 0 1536.73 shouldn't be
18.70/18.84	WSVECS04 Frhs2[128]: 6 0 5553.19 shouldn't be
18.70/18.84	WSVECS04 Frhs2[161]: 6 0 17651.7 shouldn't be
18.70/18.84	WSVECS04 Frhs2[269]: 6 0 17651.7 shouldn't be
18.70/18.84	WSVECS04 Frhs2[305]: 6 0 17651.7 shouldn't be
18.70/18.84	WSVECS04 Frhs2[313]: 6 0 38288.7 shouldn't be
18.70/18.84	WSVECS04 Frhs2[386]: 6 -2049 0 shouldn't be
18.70/18.84	WSVECS04 Frhs2[530]: 6 -492 0 shouldn't be
18.81/18.94	WSVECS04 Frhs2[14]: 6 0 352.941 shouldn't be
18.81/18.94	WSVECS04 Frhs2[49]: 6 0 30912.4 shouldn't be
18.81/18.94	WSVECS04 Frhs2[81]: 6 0 14821 shouldn't be
18.81/18.94	WSVECS04 Frhs2[169]: 6 0 5655.1 shouldn't be
18.81/18.94	WSVECS04 Frhs2[323]: 6 0 14341.2 shouldn't be
18.91/19.06	WSVECS04 Frhs2[2]: 6 0 42622.1 shouldn't be
18.91/19.06	WSVECS04 Frhs2[4]: 6 0 73298.7 shouldn't be
18.91/19.06	WSVECS04 Frhs2[11]: 6 0 178100 shouldn't be
18.91/19.06	WSVECS04 Frhs2[24]: 6 0 6738.02 shouldn't be
18.91/19.06	WSVECS04 Frhs2[29]: 6 -11464.1 0 shouldn't be
18.91/19.06	WSVECS04 Frhs2[83]: 6 0 370093 shouldn't be
18.91/19.06	WSVECS04 Frhs2[110]: 6 0 139234 shouldn't be
18.91/19.06	WSVECS04 Frhs2[146]: 6 0 229988 shouldn't be
18.91/19.06	WSVECS04 Frhs2[190]: 6 0 109103 shouldn't be
18.91/19.06	WSVECS04 Frhs2[192]: 6 0 87479.6 shouldn't be
18.91/19.06	WSVECS04 Frhs2[218]: 6 0 207230 shouldn't be
18.91/19.06	WSVECS04 Frhs2[220]: 6 0 319412 shouldn't be
18.91/19.06	WSVECS04 Frhs2[223]: 6 0 326411 shouldn't be
18.91/19.06	WSVECS04 Frhs2[227]: 6 0 171100 shouldn't be
18.91/19.06	WSVECS04 Frhs2[228]: 6 0 207049 shouldn't be
18.91/19.06	WSVECS04 Frhs2[263]: 6 0 180640 shouldn't be
18.91/19.06	WSVECS04 Frhs2[292]: 6 0 107882 shouldn't be
18.91/19.06	WSVECS04 Frhs2[299]: 6 0 254145 shouldn't be
18.91/19.06	WSVECS04 Frhs2[359]: 6 0 14341.2 shouldn't be
18.91/19.06	WSVECS04 Frhs2[417]: 6 -207021 0 shouldn't be
18.91/19.06	WSVECS04 Frhs2[420]: 6 0 91349.4 shouldn't be
18.91/19.06	WSVECS04 Frhs2[456]: 6 0 866 shouldn't be
18.91/19.06	WSVECS04 Frhs2[469]: 6 0 39491.7 shouldn't be
19.10/19.20	WSVECS04 Frhs2[3]: 6 0 96165.4 shouldn't be
19.10/19.20	WSVECS04 Frhs2[6]: 6 -120091 0 shouldn't be
19.10/19.20	WSVECS04 Frhs2[31]: 6 0 267449 shouldn't be
19.10/19.20	WSVECS04 Frhs2[33]: 6 0 208260 shouldn't be
19.10/19.20	WSVECS04 Frhs2[56]: 6 0 232178 shouldn't be
19.10/19.20	WSVECS04 Frhs2[62]: 6 0 53799.6 shouldn't be
19.10/19.20	WSVECS04 Frhs2[66]: 6 0 297197 shouldn't be
19.10/19.20	WSVECS04 Frhs2[67]: 6 0 80001.4 shouldn't be
19.10/19.20	WSVECS04 Frhs2[88]: 6 0 173916 shouldn't be
19.10/19.20	WSVECS04 Frhs2[89]: 6 0 255137 shouldn't be
19.10/19.20	WSVECS04 Frhs2[97]: 6 0 110738 shouldn't be
19.10/19.20	WSVECS04 Frhs2[103]: 6 0 58510 shouldn't be
19.10/19.20	WSVECS04 Frhs2[125]: 6 0 125631 shouldn't be
19.10/19.20	WSVECS04 Frhs2[126]: 6 0 55558.6 shouldn't be
19.10/19.20	WSVECS04 Frhs2[135]: 6 0 106979 shouldn't be
19.10/19.20	WSVECS04 Frhs2[145]: 6 0 235127 shouldn't be
19.10/19.20	WSVECS04 Frhs2[147]: 6 0 289134 shouldn't be
19.10/19.20	WSVECS04 Frhs2[154]: 6 0 75286.9 shouldn't be
19.10/19.20	WSVECS04 Frhs2[177]: 6 0 76455.3 shouldn't be
19.10/19.20	WSVECS04 Frhs2[180]: 6 -85735.9 0 shouldn't be
19.10/19.20	WSVECS04 Frhs2[184]: 6 0 84168.7 shouldn't be
19.10/19.20	WSVECS04 Frhs2[187]: 6 0 239618 shouldn't be
19.10/19.20	WSVECS04 Frhs2[206]: 6 0 138394 shouldn't be
19.10/19.20	WSVECS04 Frhs2[208]: 6 0 51328.8 shouldn't be
19.10/19.20	WSVECS04 Frhs2[211]: 6 0 58510 shouldn't be
19.10/19.20	WSVECS04 Frhs2[232]: 6 0 226126 shouldn't be
19.10/19.20	WSVECS04 Frhs2[234]: 6 0 55558.6 shouldn't be
19.10/19.20	WSVECS04 Frhs2[247]: 6 0 58510 shouldn't be
19.10/19.20	WSVECS04 Frhs2[259]: 6 0 372946 shouldn't be
19.10/19.20	WSVECS04 Frhs2[270]: 6 0 55558.6 shouldn't be
19.10/19.20	WSVECS04 Frhs2[278]: 6 0 296279 shouldn't be
19.10/19.20	WSVECS04 Frhs2[285]: 6 0 73505.2 shouldn't be
19.10/19.20	WSVECS04 Frhs2[290]: 6 0 74119.2 shouldn't be
19.10/19.20	WSVECS04 Frhs2[291]: 6 0 256597 shouldn't be
19.10/19.20	WSVECS04 Frhs2[295]: 6 0 60515.5 shouldn't be
19.10/19.20	WSVECS04 Frhs2[306]: 6 0 55558.6 shouldn't be
19.10/19.20	WSVECS04 Frhs2[322]: 6 0 70312.9 shouldn't be
19.10/19.20	WSVECS04 Frhs2[335]: 6 0 233788 shouldn't be
19.10/19.20	WSVECS04 Frhs2[348]: 6 0 276375 shouldn't be
19.10/19.20	WSVECS04 Frhs2[353]: 6 0 14366.9 shouldn't be
19.10/19.20	WSVECS04 Frhs2[355]: 6 0 58510 shouldn't be
19.10/19.20	WSVECS04 Frhs2[374]: 6 0 10540.7 shouldn't be
19.10/19.20	WSVECS04 Frhs2[382]: 6 0 36705.1 shouldn't be
19.10/19.20	WSVECS04 Frhs2[436]: 6 0 5966.01 shouldn't be
19.10/19.20	WSVECS04 Frhs2[444]: 6 0 12164.4 shouldn't be
19.10/19.20	WSVECS04 Frhs2[446]: 6 0 13933.2 shouldn't be
19.10/19.20	WSVECS04 Frhs2[447]: 6 0 154174 shouldn't be
19.10/19.20	WSVECS04 Frhs2[491]: 6 0 91033.1 shouldn't be
19.10/19.20	WSVECS04 Frhs2[494]: 6 0 132192 shouldn't be
19.10/19.20	WSVECS04 Frhs2[495]: 6 0 30623.9 shouldn't be
19.10/19.20	WSVECS04 Frhs2[502]: 6 0 66093.4 shouldn't be
19.10/19.20	WSVECS04 Frhs2[512]: 6 0 150494 shouldn't be
19.10/19.20	WSVECS04 Frhs2[516]: 6 0 1514.73 shouldn't be
19.10/19.20	WSVECS04 Frhs2[519]: 6 0 98208.8 shouldn't be
19.21/19.33	WSVECS04 Frhs2[20]: 6 0 16252.6 shouldn't be
19.21/19.33	WSVECS04 Frhs2[21]: 6 0 35067 shouldn't be
19.21/19.33	WSVECS04 Frhs2[57]: 6 0 245324 shouldn't be
19.21/19.33	WSVECS04 Frhs2[79]: 6 0 119463 shouldn't be
19.21/19.33	WSVECS04 Frhs2[92]: 6 0 126812 shouldn't be
19.21/19.33	WSVECS04 Frhs2[98]: 6 0 96068.9 shouldn't be
19.21/19.33	WSVECS04 Frhs2[134]: 6 0 153572 shouldn't be
19.21/19.33	WSVECS04 Frhs2[141]: 6 0 180151 shouldn't be
19.21/19.33	WSVECS04 Frhs2[162]: 6 0 55558.6 shouldn't be
19.21/19.33	WSVECS04 Frhs2[164]: 6 0 221186 shouldn't be
19.21/19.33	WSVECS04 Frhs2[168]: 6 0 276375 shouldn't be
19.21/19.33	WSVECS04 Frhs2[188]: 6 -203831 0 shouldn't be
19.21/19.33	WSVECS04 Frhs2[201]: 6 0 273255 shouldn't be
19.21/19.33	WSVECS04 Frhs2[203]: 6 0 74224.8 shouldn't be
19.21/19.33	WSVECS04 Frhs2[205]: 6 0 59529.6 shouldn't be
19.21/19.33	WSVECS04 Frhs2[237]: 6 0 279551 shouldn't be
19.21/19.33	WSVECS04 Frhs2[239]: 6 0 80520.8 shouldn't be
19.21/19.33	WSVECS04 Frhs2[276]: 6 0 276375 shouldn't be
19.21/19.33	WSVECS04 Frhs2[309]: 6 0 35067 shouldn't be
19.21/19.33	WSVECS04 Frhs2[316]: 6 0 48553.8 shouldn't be
19.21/19.33	WSVECS04 Frhs2[329]: 6 0 63599 shouldn't be
19.21/19.33	WSVECS04 Frhs2[331]: 6 0 232347 shouldn't be
19.21/19.33	WSVECS04 Frhs2[352]: 6 0 298562 shouldn't be
19.21/19.33	WSVECS04 Frhs2[425]: 6 0 136604 shouldn't be
19.21/19.33	WSVECS04 Frhs2[431]: 6 0 260620 shouldn't be
19.21/19.33	WSVECS04 Frhs2[445]: 6 0 142226 shouldn't be
19.21/19.33	WSVECS04 Frhs2[449]: 6 0 15190.3 shouldn't be
19.21/19.33	WSVECS04 Frhs2[501]: 6 -188398 0 shouldn't be
19.21/19.33	WSVECS04 Frhs2[536]: 6 0 110303 shouldn't be
19.31/19.47	WSVECS04 Frhs2[1]: 6 0 133414 shouldn't be
19.31/19.47	WSVECS04 Frhs2[7]: 6 0 310686 shouldn't be
19.31/19.47	WSVECS04 Frhs2[10]: 6 0 332855 shouldn't be
19.31/19.47	WSVECS04 Frhs2[46]: 6 0 75667.4 shouldn't be
19.31/19.47	WSVECS04 Frhs2[82]: 6 0 267591 shouldn't be
19.31/19.47	WSVECS04 Frhs2[93]: 6 0 135844 shouldn't be
19.31/19.47	WSVECS04 Frhs2[118]: 6 0 168756 shouldn't be
19.31/19.47	WSVECS04 Frhs2[136]: 6 0 343076 shouldn't be
19.31/19.47	WSVECS04 Frhs2[185]: 6 0 61907.2 shouldn't be
19.31/19.47	WSVECS04 Frhs2[221]: 6 0 166666 shouldn't be
19.31/19.47	WSVECS04 Frhs2[222]: 6 0 112767 shouldn't be
19.31/19.47	WSVECS04 Frhs2[233]: 6 0 17651.7 shouldn't be
19.31/19.47	WSVECS04 Frhs2[245]: 6 0 87671.8 shouldn't be
19.31/19.47	WSVECS04 Frhs2[251]: 6 0 14341.2 shouldn't be
19.31/19.47	WSVECS04 Frhs2[258]: 6 0 187879 shouldn't be
19.31/19.47	WSVECS04 Frhs2[264]: 6 0 250948 shouldn't be
19.31/19.47	WSVECS04 Frhs2[272]: 6 0 83447.2 shouldn't be
19.31/19.47	WSVECS04 Frhs2[281]: 6 0 49768.4 shouldn't be
19.31/19.47	WSVECS04 Frhs2[282]: 6 0 274636 shouldn't be
19.31/19.47	WSVECS04 Frhs2[293]: 6 0 175867 shouldn't be
19.31/19.47	WSVECS04 Frhs2[294]: 6 0 225084 shouldn't be
19.31/19.47	WSVECS04 Frhs2[301]: 6 0 105448 shouldn't be
19.31/19.47	WSVECS04 Frhs2[314]: 6 0 151054 shouldn't be
19.31/19.47	WSVECS04 Frhs2[334]: 6 0 310225 shouldn't be
19.31/19.47	WSVECS04 Frhs2[336]: 6 0 279435 shouldn't be
19.31/19.47	WSVECS04 Frhs2[362]: 6 0 103689 shouldn't be
19.31/19.47	WSVECS04 Frhs2[366]: 6 0 175686 shouldn't be
19.31/19.47	WSVECS04 Frhs2[435]: 6 0 244880 shouldn't be
19.31/19.47	WSVECS04 Frhs2[439]: 6 0 138937 shouldn't be
19.31/19.47	WSVECS04 Frhs2[442]: 6 0 153044 shouldn't be
19.31/19.47	WSVECS04 Frhs2[450]: 6 0 122825 shouldn't be
19.31/19.47	WSVECS04 Frhs2[480]: 6 0 267290 shouldn't be
19.31/19.47	WSVECS04 Frhs2[489]: 6 0 111255 shouldn't be
19.31/19.47	WSVECS04 Frhs2[511]: 6 0 69911.9 shouldn't be
19.50/19.60	WSVECS04 Frhs2[12]: 6 0 301778 shouldn't be
19.50/19.60	WSVECS04 Frhs2[32]: 6 0 208260 shouldn't be
19.50/19.60	WSVECS04 Frhs2[77]: 6 0 47683.1 shouldn't be
19.50/19.60	WSVECS04 Frhs2[86]: 6 0 173916 shouldn't be
19.50/19.60	WSVECS04 Frhs2[87]: 6 0 258374 shouldn't be
19.50/19.60	WSVECS04 Frhs2[229]: 6 0 260905 shouldn't be
19.50/19.60	WSVECS04 Frhs2[257]: 6 0 85826.3 shouldn't be
19.50/19.60	WSVECS04 Frhs2[265]: 6 0 260905 shouldn't be
19.50/19.60	WSVECS04 Frhs2[342]: 6 0 55558.6 shouldn't be
19.50/19.60	WSVECS04 Frhs2[361]: 6 0 151986 shouldn't be
19.50/19.60	WSVECS04 Frhs2[379]: 6 0 10 shouldn't be
19.50/19.60	WSVECS04 Frhs2[396]: 6 0 39023.4 shouldn't be
19.50/19.60	WSVECS04 Frhs2[426]: 6 0 103377 shouldn't be
19.50/19.60	WSVECS04 Frhs2[428]: 6 0 103785 shouldn't be
19.50/19.60	WSVECS04 Frhs2[430]: 6 0 248226 shouldn't be
19.50/19.60	WSVECS04 Frhs2[432]: 6 -32895.8 0 shouldn't be
19.50/19.60	WSVECS04 Frhs2[452]: 6 0 258437 shouldn't be
19.50/19.60	WSVECS04 Frhs2[466]: 6 0 396673 shouldn't be
19.50/19.60	WSVECS04 Frhs2[484]: 6 -162462 0 shouldn't be
19.50/19.60	WSVECS04 Frhs2[504]: 6 0 87591.6 shouldn't be
19.50/19.60	WSVECS04 Frhs2[508]: 6 0 77034.5 shouldn't be
19.50/19.60	WSVECS04 Frhs2[535]: 6 0 271280 shouldn't be
21.30/21.40	c #Conflicts:      52000 | #Constraints:      10328
21.30/21.40	c #Conflicts:      53000 | #Constraints:      11328
21.30/21.40	c #Conflicts:      54000 | #Constraints:      12328
21.30/21.40	c #Conflicts:      55000 | #Constraints:      13328
21.30/21.40	c #Conflicts:      56000 | #Constraints:      14328
21.30/21.40	c INPROCESSING
21.30/21.40	c GARBAGE COLLECT
21.30/21.40	c #Conflicts:      57000 | #Constraints:      10535
21.30/21.40	c #Conflicts:      58000 | #Constraints:      11535
21.30/21.40	c #Conflicts:      59000 | #Constraints:      12535
21.30/21.40	c #Conflicts:      60000 | #Constraints:      13535
21.30/21.40	c #Conflicts:      61000 | #Constraints:      14536
21.30/21.40	c bounds 24619 >= 8225 @ 20.8091
21.30/21.48	c INPROCESSING
21.30/21.48	c GARBAGE COLLECT
21.30/21.48	WSVECS04 Frhs2[394]: 6 -605 0 shouldn't be
21.50/21.67	WSVECS04 Frhs2[400]: 6 -315 0 shouldn't be
21.50/21.67	WSVECS04 Frhs2[412]: 6 -1090 0 shouldn't be
23.19/23.31	c #Conflicts:      62000 | #Constraints:      10532
23.19/23.31	c #Conflicts:      63000 | #Constraints:      11534
23.19/23.31	c #Conflicts:      64000 | #Constraints:      12537
23.19/23.31	c #Conflicts:      65000 | #Constraints:      13538
23.19/23.31	c #Conflicts:      66000 | #Constraints:      14538
23.19/23.31	c INPROCESSING
23.19/23.31	c GARBAGE COLLECT
23.19/23.31	c rational objective 17496.7
24.54/24.73	c #Conflicts:      67000 | #Constraints:      10332
24.54/24.73	c #Conflicts:      68000 | #Constraints:      11332
24.54/24.73	c #Conflicts:      69000 | #Constraints:      12334
24.54/24.73	c #Conflicts:      70000 | #Constraints:      13334
24.54/24.73	c #Conflicts:      71000 | #Constraints:      14334
24.54/24.73	c #Conflicts:      72000 | #Constraints:      15334
24.54/24.73	c INPROCESSING
24.54/24.73	c GARBAGE COLLECT
24.54/24.73	c rational objective 17978
26.14/26.34	c #Conflicts:      73000 | #Constraints:      10946
26.14/26.34	c #Conflicts:      74000 | #Constraints:      11946
26.14/26.34	c #Conflicts:      75000 | #Constraints:      12946
26.14/26.34	c #Conflicts:      76000 | #Constraints:      13946
26.14/26.34	c #Conflicts:      77000 | #Constraints:      14948
26.14/26.34	c #Conflicts:      78000 | #Constraints:      15949
26.14/26.34	c INPROCESSING
26.14/26.34	c GARBAGE COLLECT
26.14/26.34	c rational objective 17981.8
27.63/27.89	c #Conflicts:      79000 | #Constraints:      11340
27.63/27.89	c #Conflicts:      80000 | #Constraints:      12340
27.63/27.89	c #Conflicts:      81000 | #Constraints:      13340
27.63/27.89	c #Conflicts:      82000 | #Constraints:      14340
27.63/27.89	c #Conflicts:      83000 | #Constraints:      15340
27.63/27.89	c #Conflicts:      84000 | #Constraints:      16340
27.63/27.89	c INPROCESSING
27.63/27.89	c GARBAGE COLLECT
27.63/27.89	c rational objective 18029.1
29.53/29.72	c #Conflicts:      85000 | #Constraints:      11538
29.53/29.72	c #Conflicts:      86000 | #Constraints:      12539
29.53/29.72	c #Conflicts:      87000 | #Constraints:      13540
29.53/29.72	c #Conflicts:      88000 | #Constraints:      14542
29.53/29.72	c #Conflicts:      89000 | #Constraints:      15543
29.53/29.72	c #Conflicts:      90000 | #Constraints:      16544
29.53/29.72	c INPROCESSING
29.53/29.72	c GARBAGE COLLECT
29.53/29.72	c rational objective 18029.1
31.22/31.45	c #Conflicts:      91000 | #Constraints:      11534
31.22/31.45	c #Conflicts:      92000 | #Constraints:      12534
31.22/31.45	c #Conflicts:      93000 | #Constraints:      13536
31.22/31.45	c #Conflicts:      94000 | #Constraints:      14536
31.22/31.45	c #Conflicts:      95000 | #Constraints:      15536
31.22/31.45	c #Conflicts:      96000 | #Constraints:      16536
31.22/31.45	c INPROCESSING
31.22/31.45	c GARBAGE COLLECT
31.22/31.45	c rational objective 18701.4
33.32/33.53	c #Conflicts:      97000 | #Constraints:      11353
33.32/33.53	c #Conflicts:      98000 | #Constraints:      12354
33.32/33.53	c #Conflicts:      99000 | #Constraints:      13355
33.32/33.53	c #Conflicts:     100000 | #Constraints:      14356
33.32/33.53	c #Conflicts:     101000 | #Constraints:      15356
33.32/33.53	c #Conflicts:     102000 | #Constraints:      16357
33.32/33.53	c #Conflicts:     103000 | #Constraints:      17358
33.32/33.53	c INPROCESSING
33.32/33.53	c GARBAGE COLLECT
33.32/33.53	c rational objective 18701.4
35.01/35.28	c #Conflicts:     104000 | #Constraints:      11943
35.01/35.28	c #Conflicts:     105000 | #Constraints:      12943
35.01/35.28	c #Conflicts:     106000 | #Constraints:      13943
35.01/35.28	c #Conflicts:     107000 | #Constraints:      14943
35.01/35.28	c #Conflicts:     108000 | #Constraints:      15943
35.01/35.28	c #Conflicts:     109000 | #Constraints:      16943
35.01/35.28	c #Conflicts:     110000 | #Constraints:      17943
35.01/35.28	c INPROCESSING
35.01/35.28	c GARBAGE COLLECT
35.01/35.28	c rational objective 18701.4
37.11/37.36	c #Conflicts:     111000 | #Constraints:      12349
37.11/37.36	c #Conflicts:     112000 | #Constraints:      13350
37.11/37.36	c #Conflicts:     113000 | #Constraints:      14350
37.11/37.36	c #Conflicts:     114000 | #Constraints:      15350
37.11/37.36	c #Conflicts:     115000 | #Constraints:      16351
37.11/37.36	c #Conflicts:     116000 | #Constraints:      17351
37.11/37.36	c #Conflicts:     117000 | #Constraints:      18351
37.11/37.36	c INPROCESSING
37.11/37.36	c GARBAGE COLLECT
37.11/37.36	c rational objective 18701.4
39.00/39.30	c #Conflicts:     118000 | #Constraints:      12534
39.00/39.30	c #Conflicts:     119000 | #Constraints:      13534
39.00/39.30	c #Conflicts:     120000 | #Constraints:      14534
39.00/39.30	c #Conflicts:     121000 | #Constraints:      15534
39.00/39.30	c #Conflicts:     122000 | #Constraints:      16534
39.00/39.30	c #Conflicts:     123000 | #Constraints:      17534
39.00/39.30	c #Conflicts:     124000 | #Constraints:      18534
39.00/39.30	c INPROCESSING
39.00/39.30	c GARBAGE COLLECT
39.00/39.30	c rational objective 18701.4
41.30/41.59	c #Conflicts:     125000 | #Constraints:      12545
41.30/41.59	c #Conflicts:     126000 | #Constraints:      13546
41.30/41.59	c #Conflicts:     127000 | #Constraints:      14546
41.30/41.59	c #Conflicts:     128000 | #Constraints:      15550
41.30/41.59	c #Conflicts:     129000 | #Constraints:      16551
41.30/41.59	c #Conflicts:     130000 | #Constraints:      17551
41.30/41.59	c #Conflicts:     131000 | #Constraints:      18551
41.30/41.59	c INPROCESSING
41.30/41.59	c GARBAGE COLLECT
41.30/41.59	c rational objective 18701.4
43.39/43.62	c #Conflicts:     132000 | #Constraints:      12351
43.39/43.62	c #Conflicts:     133000 | #Constraints:      13351
43.39/43.62	c #Conflicts:     134000 | #Constraints:      14351
43.39/43.62	c #Conflicts:     135000 | #Constraints:      15351
43.39/43.62	c #Conflicts:     136000 | #Constraints:      16351
43.39/43.62	c #Conflicts:     137000 | #Constraints:      17351
43.39/43.62	c #Conflicts:     138000 | #Constraints:      18351
43.39/43.62	c #Conflicts:     139000 | #Constraints:      19351
43.39/43.62	c INPROCESSING
43.39/43.62	c GARBAGE COLLECT
43.39/43.62	c rational objective 18701.4
45.49/45.77	c #Conflicts:     140000 | #Constraints:      12962
45.49/45.77	c #Conflicts:     141000 | #Constraints:      13962
45.49/45.77	c #Conflicts:     142000 | #Constraints:      14962
45.49/45.77	c #Conflicts:     143000 | #Constraints:      15962
45.49/45.77	c #Conflicts:     144000 | #Constraints:      16963
45.49/45.77	c #Conflicts:     145000 | #Constraints:      17964
45.49/45.77	c #Conflicts:     146000 | #Constraints:      18964
45.49/45.77	c #Conflicts:     147000 | #Constraints:      19964
45.49/45.77	c INPROCESSING
45.49/45.77	c GARBAGE COLLECT
45.49/45.77	c rational objective 18701.4
46.09/46.36	c #Conflicts:     148000 | #Constraints:      13347
46.09/46.36	WSVECS04 Frhs2[5]: 6 0 112.962 shouldn't be
46.09/46.36	WSVECS04 Frhs2[26]: 6 0 131.878 shouldn't be
46.09/46.36	WSVECS04 Frhs2[27]: 6 0 122.321 shouldn't be
46.09/46.36	WSVECS04 Frhs2[28]: 6 0 107.981 shouldn't be
46.09/46.36	WSVECS04 Frhs2[37]: 6 -605.595 0 shouldn't be
46.09/46.36	WSVECS04 Frhs2[40]: 6 0 112.962 shouldn't be
46.09/46.36	WSVECS04 Frhs2[77]: 6 0 100.295 shouldn't be
46.09/46.36	WSVECS04 Frhs2[97]: 6 0 141.679 shouldn't be
46.09/46.36	WSVECS04 Frhs2[98]: 6 0 273.557 shouldn't be
46.09/46.36	WSVECS04 Frhs2[99]: 6 0 264 shouldn't be
46.09/46.36	WSVECS04 Frhs2[196]: 6 0 9.55724 shouldn't be
46.09/46.36	WSVECS04 Frhs2[197]: 6 0 9.55717 shouldn't be
46.09/46.36	WSVECS04 Frhs2[198]: 6 0 9.55718 shouldn't be
46.09/46.36	WSVECS04 Frhs2[243]: 6 0 73.1191 shouldn't be
46.09/46.36	WSVECS04 Frhs2[255]: 6 0 112.962 shouldn't be
46.09/46.36	WSVECS04 Frhs2[257]: 6 0 90.7381 shouldn't be
46.09/46.36	WSVECS04 Frhs2[260]: 6 0 540 shouldn't be
46.09/46.36	WSVECS04 Frhs2[262]: 6 0 540 shouldn't be
46.09/46.36	WSVECS04 Frhs2[272]: 6 0 12.6667 shouldn't be
46.09/46.36	WSVECS04 Frhs2[273]: 6 0 12.6667 shouldn't be
46.09/46.36	WSVECS04 Frhs2[284]: 6 0 9.5572 shouldn't be
46.09/46.36	WSVECS04 Frhs2[287]: 6 0 28.6715 shouldn't be
46.09/46.36	WSVECS04 Frhs2[303]: 6 0 1058.44 shouldn't be
46.09/46.36	WSVECS04 Frhs2[304]: 6 0 962 shouldn't be
46.09/46.36	WSVECS04 Frhs2[309]: 6 0 12.6667 shouldn't be
46.09/46.36	WSVECS04 Frhs2[315]: 6 0 131.679 shouldn't be
46.09/46.36	WSVECS04 Frhs2[323]: 6 0 50.8953 shouldn't be
46.09/46.36	WSVECS04 Frhs2[344]: 6 0 12.6667 shouldn't be
46.09/46.36	WSVECS04 Frhs2[345]: 6 0 12.6667 shouldn't be
46.09/46.36	WSVECS04 Frhs2[350]: 6 0 18.9159 shouldn't be
46.09/46.36	WSVECS04 Frhs2[355]: 6 0 9.55723 shouldn't be
46.09/46.36	WSVECS04 Frhs2[356]: 6 0 9.55718 shouldn't be
46.09/46.36	WSVECS04 Frhs2[392]: 6 -665 0 shouldn't be
46.09/46.36	WSVECS04 Frhs2[394]: 6 0 90.0001 shouldn't be
46.09/46.36	WSVECS04 Frhs2[418]: 6 0 58 shouldn't be
46.09/46.36	WSVECS04 Frhs2[505]: 6 0 139.019 shouldn't be
46.38/46.69	c #Conflicts:     149000 | #Constraints:      14347
46.38/46.69	c #Conflicts:     150000 | #Constraints:      15347
46.38/46.69	WSVECS04 Frhs2[30]: 6 0 267.802 shouldn't be
46.38/46.69	WSVECS04 Frhs2[58]: 6 -141 0 shouldn't be
46.38/46.69	WSVECS04 Frhs2[66]: 6 -2164.8 0 shouldn't be
46.38/46.69	WSVECS04 Frhs2[72]: 6 -313 0 shouldn't be
46.38/46.69	WSVECS04 Frhs2[94]: 6 0 282 shouldn't be
46.38/46.69	WSVECS04 Frhs2[107]: 6 0 42.388 shouldn't be
46.38/46.69	WSVECS04 Frhs2[109]: 6 -397.69 0 shouldn't be
46.38/46.69	WSVECS04 Frhs2[110]: 6 0 102 shouldn't be
46.38/46.69	WSVECS04 Frhs2[122]: 6 0 179 shouldn't be
46.38/46.69	WSVECS04 Frhs2[123]: 6 0 323 shouldn't be
46.38/46.69	WSVECS04 Frhs2[124]: 6 0 179 shouldn't be
46.38/46.69	WSVECS04 Frhs2[127]: 6 -313 0 shouldn't be
46.38/46.69	WSVECS04 Frhs2[135]: 6 0 82.3707 shouldn't be
46.38/46.69	WSVECS04 Frhs2[136]: 6 0 104.017 shouldn't be
46.38/46.69	WSVECS04 Frhs2[146]: 6 0 147.5 shouldn't be
46.38/46.69	WSVECS04 Frhs2[148]: 6 0 193 shouldn't be
46.38/46.69	WSVECS04 Frhs2[164]: 6 0 141 shouldn't be
46.38/46.69	WSVECS04 Frhs2[166]: 6 0 282 shouldn't be
46.38/46.69	WSVECS04 Frhs2[231]: 6 -891 0 shouldn't be
46.38/46.69	WSVECS04 Frhs2[254]: 6 0 204.69 shouldn't be
46.38/46.69	WSVECS04 Frhs2[289]: 6 -545.879 0 shouldn't be
46.38/46.69	WSVECS04 Frhs2[290]: 6 0 147.5 shouldn't be
46.38/46.69	WSVECS04 Frhs2[291]: 6 0 45.5 shouldn't be
46.38/46.69	WSVECS04 Frhs2[314]: 6 0 4.81044 shouldn't be
46.38/46.69	WSVECS04 Frhs2[326]: 6 0 147.5 shouldn't be
46.38/46.69	WSVECS04 Frhs2[328]: 6 0 193 shouldn't be
46.38/46.69	WSVECS04 Frhs2[359]: 6 0 42.388 shouldn't be
46.38/46.69	WSVECS04 Frhs2[371]: 6 -516.19 0 shouldn't be
47.78/48.03	c #Conflicts:     151000 | #Constraints:      16347
47.78/48.03	c #Conflicts:     152000 | #Constraints:      17347
47.78/48.03	c #Conflicts:     153000 | #Constraints:      18347
47.78/48.03	c #Conflicts:     154000 | #Constraints:      19347
47.78/48.03	c #Conflicts:     155000 | #Constraints:      20347
47.78/48.03	c INPROCESSING
47.78/48.03	c GARBAGE COLLECT
47.78/48.03	c rational objective 18701.4
50.37/50.65	c #Conflicts:     156000 | #Constraints:      13559
50.37/50.65	c #Conflicts:     157000 | #Constraints:      14561
50.37/50.65	c #Conflicts:     158000 | #Constraints:      15565
50.37/50.65	c #Conflicts:     159000 | #Constraints:      16567
50.37/50.65	c #Conflicts:     160000 | #Constraints:      17570
50.37/50.65	c #Conflicts:     161000 | #Constraints:      18570
50.37/50.65	c #Conflicts:     162000 | #Constraints:      19574
50.37/50.65	c #Conflicts:     163000 | #Constraints:      20584
50.37/50.65	c INPROCESSING
50.37/50.65	c GARBAGE COLLECT
50.37/50.65	c rational objective 18701.4
53.56/53.82	c #Conflicts:     164000 | #Constraints:      13576
53.56/53.82	c #Conflicts:     165000 | #Constraints:      14577
53.56/53.82	c #Conflicts:     166000 | #Constraints:      15577
53.56/53.82	c #Conflicts:     167000 | #Constraints:      16577
53.56/53.82	c #Conflicts:     168000 | #Constraints:      17577
53.56/53.82	c #Conflicts:     169000 | #Constraints:      18577
53.56/53.82	c #Conflicts:     170000 | #Constraints:      19577
53.56/53.82	c #Conflicts:     171000 | #Constraints:      20577
53.56/53.82	c INPROCESSING
53.56/53.82	c GARBAGE COLLECT
53.56/53.82	c rational objective 18701.4
54.88/55.45	c #Conflicts:     172000 | #Constraints:      13379
54.88/55.45	c #Conflicts:     173000 | #Constraints:      14379
54.88/55.45	c #Conflicts:     174000 | #Constraints:      15379
54.88/55.45	c #Conflicts:     175000 | #Constraints:      16379
54.88/55.45	c #Conflicts:     176000 | #Constraints:      17380
54.88/55.45	c #Conflicts:     177000 | #Constraints:      18380
54.88/55.45	WSVECS04 Frhs2[74]: 6 0 110.059 shouldn't be
54.88/55.45	WSVECS04 Frhs2[155]: 6 0 42.6065 shouldn't be
54.88/55.45	WSVECS04 Frhs2[166]: 6 -103.288 0 shouldn't be
54.88/55.45	WSVECS04 Frhs2[186]: 6 0 299.406 shouldn't be
54.88/55.45	WSVECS04 Frhs2[190]: 6 0 251.426 shouldn't be
54.88/55.45	WSVECS04 Frhs2[221]: 6 0 21.422 shouldn't be
54.88/55.45	WSVECS04 Frhs2[252]: 6 -431.742 0 shouldn't be
54.88/55.45	WSVECS04 Frhs2[295]: 6 -1290.44 0 shouldn't be
54.88/55.45	WSVECS04 Frhs2[324]: 6 -557.745 0 shouldn't be
54.88/55.45	WSVECS04 Frhs2[330]: 6 0 299.406 shouldn't be
54.88/55.45	WSVECS04 Frhs2[376]: 6 -929 0 shouldn't be
54.88/55.45	WSVECS04 Frhs2[473]: 6 0 103 shouldn't be
54.88/55.45	WSVECS04 Frhs2[475]: 6 0 141 shouldn't be
54.88/55.45	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
54.88/55.45	WSVECS04 Frhs2[499]: 6 -1380 0 shouldn't be
54.88/55.45	WSVECS04 Frhs2[535]: 6 -1010 0 shouldn't be
54.98/55.51	WSVECS04 Frhs2[46]: 6 0 251.426 shouldn't be
54.98/55.51	WSVECS04 Frhs2[70]: 6 0 0.579748 shouldn't be
54.98/55.51	WSVECS04 Frhs2[178]: 6 0 383.406 shouldn't be
54.98/55.51	WSVECS04 Frhs2[204]: 6 0 103.288 shouldn't be
54.98/55.51	WSVECS04 Frhs2[217]: 6 0 21.422 shouldn't be
54.98/55.51	WSVECS04 Frhs2[320]: 6 0 27.0035 shouldn't be
54.98/55.51	WSVECS04 Frhs2[399]: 6 -1090 0 shouldn't be
54.98/55.51	WSVECS04 Frhs2[411]: 6 -605 0 shouldn't be
54.98/55.51	WSVECS04 Frhs2[487]: 6 -80 0 shouldn't be
54.98/55.51	WSVECS04 Frhs2[502]: 6 -1090 0 shouldn't be
54.98/55.51	WSVECS04 Frhs2[505]: 6 -1010 0 shouldn't be
54.98/55.51	WSVECS04 Frhs2[506]: 6 -521 0 shouldn't be
55.87/56.48	c #Conflicts:     178000 | #Constraints:      19380
55.87/56.48	c #Conflicts:     179000 | #Constraints:      20380
55.87/56.48	c #Conflicts:     180000 | #Constraints:      21381
55.87/56.48	c INPROCESSING
55.87/56.48	c GARBAGE COLLECT
55.87/56.48	c rational objective 18701.4
57.67/58.29	c #Conflicts:     181000 | #Constraints:      13954
57.67/58.29	c #Conflicts:     182000 | #Constraints:      14954
57.67/58.29	c #Conflicts:     183000 | #Constraints:      15954
57.67/58.29	c #Conflicts:     184000 | #Constraints:      16954
57.67/58.29	c #Conflicts:     185000 | #Constraints:      17954
57.67/58.29	c #Conflicts:     186000 | #Constraints:      18954
57.67/58.29	WSVECS04 Frhs2[30]: 6 0 153.475 shouldn't be
57.67/58.29	WSVECS04 Frhs2[181]: 6 -900 0 shouldn't be
57.67/58.29	WSVECS04 Frhs2[187]: 6 0 31.8751 shouldn't be
57.67/58.29	WSVECS04 Frhs2[214]: 6 0 110.25 shouldn't be
57.67/58.29	WSVECS04 Frhs2[244]: 6 0 80.075 shouldn't be
57.67/58.29	WSVECS04 Frhs2[252]: 6 -583.75 0 shouldn't be
57.67/58.29	WSVECS04 Frhs2[282]: 6 0 110.25 shouldn't be
57.67/58.29	WSVECS04 Frhs2[287]: 6 0 106 shouldn't be
57.67/58.29	WSVECS04 Frhs2[354]: 6 0 153.475 shouldn't be
57.67/58.29	WSVECS04 Frhs2[402]: 6 0 207 shouldn't be
57.67/58.29	WSVECS04 Frhs2[411]: 6 0 247.375 shouldn't be
57.67/58.29	WSVECS04 Frhs2[505]: 6 0 288.225 shouldn't be
57.67/58.29	WSVECS04 Frhs2[510]: 6 0 179.375 shouldn't be
58.27/58.83	c #Conflicts:     187000 | #Constraints:      19955
58.27/58.83	c #Conflicts:     188000 | #Constraints:      20955
58.27/58.83	WSVECS04 Frhs2[2]: 6 0 82.3061 shouldn't be
58.27/58.83	WSVECS04 Frhs2[63]: 6 0 71.5414 shouldn't be
58.27/58.83	WSVECS04 Frhs2[64]: 6 0 71.5414 shouldn't be
58.27/58.83	WSVECS04 Frhs2[109]: 6 -202.388 0 shouldn't be
58.27/58.83	WSVECS04 Frhs2[110]: 6 0 204.694 shouldn't be
58.27/58.83	WSVECS04 Frhs2[111]: 6 0 122.388 shouldn't be
58.27/58.83	WSVECS04 Frhs2[114]: 6 0 192.63 shouldn't be
58.27/58.83	WSVECS04 Frhs2[117]: 6 0 207 shouldn't be
58.27/58.83	WSVECS04 Frhs2[118]: 6 0 207 shouldn't be
58.27/58.83	WSVECS04 Frhs2[137]: 6 -84.2599 0 shouldn't be
58.27/58.83	WSVECS04 Frhs2[141]: 6 0 33.0518 shouldn't be
58.27/58.83	WSVECS04 Frhs2[142]: 6 0 0.299569 shouldn't be
58.27/58.83	WSVECS04 Frhs2[150]: 6 0 190.324 shouldn't be
58.27/58.83	WSVECS04 Frhs2[151]: 6 0 207 shouldn't be
58.27/58.83	WSVECS04 Frhs2[176]: 6 0 89.3244 shouldn't be
58.27/58.83	WSVECS04 Frhs2[177]: 6 0 18.1644 shouldn't be
58.27/58.83	WSVECS04 Frhs2[212]: 6 0 89.3244 shouldn't be
58.27/58.83	WSVECS04 Frhs2[213]: 6 0 0.299503 shouldn't be
58.27/58.83	WSVECS04 Frhs2[218]: 6 0 12.064 shouldn't be
58.27/58.83	WSVECS04 Frhs2[248]: 6 0 89.3244 shouldn't be
58.27/58.83	WSVECS04 Frhs2[249]: 6 0 0.299512 shouldn't be
58.27/58.83	WSVECS04 Frhs2[279]: 6 0 16.3766 shouldn't be
58.27/58.83	WSVECS04 Frhs2[284]: 6 0 89.3244 shouldn't be
58.27/58.83	WSVECS04 Frhs2[286]: 6 0 0.299532 shouldn't be
58.27/58.83	WSVECS04 Frhs2[290]: 6 0 219.064 shouldn't be
58.27/58.83	WSVECS04 Frhs2[291]: 6 0 136.758 shouldn't be
58.27/58.83	WSVECS04 Frhs2[356]: 6 0 89.025 shouldn't be
58.27/58.83	WSVECS04 Frhs2[383]: 6 0 70 shouldn't be
58.27/58.83	WSVECS04 Frhs2[424]: 6 0 511 shouldn't be
58.27/58.83	WSVECS04 Frhs2[448]: 6 -134 0 shouldn't be
58.48/59.04	c #Conflicts:     189000 | #Constraints:      21955
58.48/59.04	c INPROCESSING
58.48/59.04	c GARBAGE COLLECT
58.48/59.04	c rational objective 18701.4
61.37/61.94	c #Conflicts:     190000 | #Constraints:      14361
61.37/61.94	c #Conflicts:     191000 | #Constraints:      15362
61.37/61.94	c #Conflicts:     192000 | #Constraints:      16362
61.37/61.94	c #Conflicts:     193000 | #Constraints:      17363
61.37/61.94	c #Conflicts:     194000 | #Constraints:      18363
61.37/61.94	c #Conflicts:     195000 | #Constraints:      19365
61.37/61.94	c #Conflicts:     196000 | #Constraints:      20365
61.37/61.94	c #Conflicts:     197000 | #Constraints:      21365
61.37/61.94	c #Conflicts:     198000 | #Constraints:      22367
61.37/61.94	c INPROCESSING
61.37/61.94	c GARBAGE COLLECT
61.37/61.94	c rational objective 18701.4
64.36/64.96	c #Conflicts:     199000 | #Constraints:      14566
64.36/64.96	c #Conflicts:     200000 | #Constraints:      15566
64.36/64.96	c #Conflicts:     201000 | #Constraints:      16566
64.36/64.96	c #Conflicts:     202000 | #Constraints:      17566
64.36/64.96	c #Conflicts:     203000 | #Constraints:      18566
64.36/64.96	c #Conflicts:     204000 | #Constraints:      19566
64.36/64.96	c #Conflicts:     205000 | #Constraints:      20566
64.36/64.96	c #Conflicts:     206000 | #Constraints:      21566
64.36/64.96	c #Conflicts:     207000 | #Constraints:      22566
64.36/64.96	c INPROCESSING
64.36/64.96	c GARBAGE COLLECT
64.36/64.96	c rational objective 18701.4
67.65/68.25	c #Conflicts:     208000 | #Constraints:      14571
67.65/68.25	c #Conflicts:     209000 | #Constraints:      15574
67.65/68.25	c #Conflicts:     210000 | #Constraints:      16576
67.65/68.25	c #Conflicts:     211000 | #Constraints:      17577
67.65/68.25	c #Conflicts:     212000 | #Constraints:      18578
67.65/68.25	c #Conflicts:     213000 | #Constraints:      19578
67.65/68.25	c #Conflicts:     214000 | #Constraints:      20579
67.65/68.25	c #Conflicts:     215000 | #Constraints:      21580
67.65/68.25	c #Conflicts:     216000 | #Constraints:      22581
67.65/68.25	c INPROCESSING
67.65/68.25	c GARBAGE COLLECT
67.65/68.25	c rational objective 18701.4
70.74/71.31	c #Conflicts:     217000 | #Constraints:      14368
70.74/71.31	c #Conflicts:     218000 | #Constraints:      15368
70.74/71.31	c #Conflicts:     219000 | #Constraints:      16368
70.74/71.31	c #Conflicts:     220000 | #Constraints:      17368
70.74/71.31	c #Conflicts:     221000 | #Constraints:      18368
70.74/71.31	c #Conflicts:     222000 | #Constraints:      19369
70.74/71.31	c #Conflicts:     223000 | #Constraints:      20369
70.74/71.31	c #Conflicts:     224000 | #Constraints:      21369
70.74/71.31	c #Conflicts:     225000 | #Constraints:      22369
70.74/71.31	c #Conflicts:     226000 | #Constraints:      23369
70.74/71.31	c INPROCESSING
70.74/71.31	c GARBAGE COLLECT
70.74/71.31	c rational objective 18701.4
73.73/74.32	c #Conflicts:     227000 | #Constraints:      14977
73.73/74.32	c #Conflicts:     228000 | #Constraints:      15977
73.73/74.32	c #Conflicts:     229000 | #Constraints:      16978
73.73/74.32	c #Conflicts:     230000 | #Constraints:      17978
73.73/74.32	c #Conflicts:     231000 | #Constraints:      18978
73.73/74.32	c #Conflicts:     232000 | #Constraints:      19980
73.73/74.32	c #Conflicts:     233000 | #Constraints:      20983
73.73/74.32	c #Conflicts:     234000 | #Constraints:      21983
73.73/74.32	c #Conflicts:     235000 | #Constraints:      22984
73.73/74.32	c #Conflicts:     236000 | #Constraints:      23984
73.73/74.32	c INPROCESSING
73.73/74.32	c GARBAGE COLLECT
73.73/74.32	c rational objective 18701.4
77.02/77.67	c #Conflicts:     237000 | #Constraints:      15378
77.02/77.67	c #Conflicts:     238000 | #Constraints:      16379
77.02/77.67	c #Conflicts:     239000 | #Constraints:      17379
77.02/77.67	c #Conflicts:     240000 | #Constraints:      18379
77.02/77.67	c #Conflicts:     241000 | #Constraints:      19379
77.02/77.67	c #Conflicts:     242000 | #Constraints:      20379
77.02/77.67	c #Conflicts:     243000 | #Constraints:      21381
77.02/77.67	c #Conflicts:     244000 | #Constraints:      22381
77.02/77.67	c #Conflicts:     245000 | #Constraints:      23381
77.02/77.67	c #Conflicts:     246000 | #Constraints:      24382
77.02/77.67	c INPROCESSING
77.02/77.67	c GARBAGE COLLECT
77.02/77.67	c rational objective 18701.4
80.31/80.96	c #Conflicts:     247000 | #Constraints:      15567
80.31/80.96	c #Conflicts:     248000 | #Constraints:      16567
80.31/80.96	c #Conflicts:     249000 | #Constraints:      17567
80.31/80.96	c #Conflicts:     250000 | #Constraints:      18567
80.31/80.96	c #Conflicts:     251000 | #Constraints:      19567
80.31/80.96	c #Conflicts:     252000 | #Constraints:      20567
80.31/80.96	c #Conflicts:     253000 | #Constraints:      21567
80.31/80.96	c #Conflicts:     254000 | #Constraints:      22567
80.31/80.96	c #Conflicts:     255000 | #Constraints:      23568
80.31/80.96	c #Conflicts:     256000 | #Constraints:      24568
80.31/80.96	c INPROCESSING
80.31/80.96	c GARBAGE COLLECT
80.31/80.96	c rational objective 18701.4
84.00/84.68	c #Conflicts:     257000 | #Constraints:      15572
84.00/84.68	c #Conflicts:     258000 | #Constraints:      16572
84.00/84.68	c #Conflicts:     259000 | #Constraints:      17572
84.00/84.68	c #Conflicts:     260000 | #Constraints:      18573
84.00/84.68	c #Conflicts:     261000 | #Constraints:      19573
84.00/84.68	c #Conflicts:     262000 | #Constraints:      20573
84.00/84.68	c #Conflicts:     263000 | #Constraints:      21573
84.00/84.68	c #Conflicts:     264000 | #Constraints:      22573
84.00/84.68	c #Conflicts:     265000 | #Constraints:      23573
84.00/84.68	c #Conflicts:     266000 | #Constraints:      24573
84.00/84.68	c INPROCESSING
84.00/84.68	c GARBAGE COLLECT
84.00/84.68	c rational objective 18701.4
86.96/87.79	c #Conflicts:     267000 | #Constraints:      15371
86.96/87.79	c #Conflicts:     268000 | #Constraints:      16371
86.96/87.79	c #Conflicts:     269000 | #Constraints:      17372
86.96/87.79	c #Conflicts:     270000 | #Constraints:      18375
86.96/87.79	c #Conflicts:     271000 | #Constraints:      19375
86.96/87.79	c #Conflicts:     272000 | #Constraints:      20376
86.96/87.79	c #Conflicts:     273000 | #Constraints:      21379
86.96/87.79	c #Conflicts:     274000 | #Constraints:      22380
86.96/87.79	c #Conflicts:     275000 | #Constraints:      23381
86.96/87.79	WSVECS04 Frhs2[23]: 6 0 5.42863 shouldn't be
86.96/87.79	WSVECS04 Frhs2[155]: 6 0 849.34 shouldn't be
86.96/87.79	WSVECS04 Frhs2[161]: 6 0 833.059 shouldn't be
86.96/87.79	WSVECS04 Frhs2[167]: 6 0 26.3938 shouldn't be
86.96/87.79	WSVECS04 Frhs2[168]: 6 0 132.789 shouldn't be
86.96/87.79	WSVECS04 Frhs2[191]: 6 0 9235.18 shouldn't be
86.96/87.79	WSVECS04 Frhs2[284]: 6 0 9133.71 shouldn't be
86.96/87.79	WSVECS04 Frhs2[308]: 6 0 7603.99 shouldn't be
86.96/87.79	WSVECS04 Frhs2[455]: 6 0 4676.93 shouldn't be
86.96/87.79	WSVECS04 Frhs2[471]: 6 -4057.64 0 shouldn't be
87.95/88.78	c #Conflicts:     276000 | #Constraints:      24382
87.95/88.78	c #Conflicts:     277000 | #Constraints:      25382
87.95/88.78	c INPROCESSING
87.95/88.78	c GARBAGE COLLECT
87.95/88.78	c rational objective 18701.4
92.04/92.83	c #Conflicts:     278000 | #Constraints:      15983
92.04/92.83	c #Conflicts:     279000 | #Constraints:      16984
92.04/92.83	c #Conflicts:     280000 | #Constraints:      17985
92.04/92.83	c #Conflicts:     281000 | #Constraints:      18987
92.04/92.83	c #Conflicts:     282000 | #Constraints:      19987
92.04/92.83	c #Conflicts:     283000 | #Constraints:      20987
92.04/92.83	c #Conflicts:     284000 | #Constraints:      21989
92.04/92.83	c #Conflicts:     285000 | #Constraints:      22992
92.04/92.83	c #Conflicts:     286000 | #Constraints:      23993
92.04/92.83	c #Conflicts:     287000 | #Constraints:      24996
92.04/92.83	c #Conflicts:     288000 | #Constraints:      25997
92.04/92.83	c INPROCESSING
92.04/92.83	c GARBAGE COLLECT
92.04/92.83	c rational objective 18701.4
95.34/96.19	c #Conflicts:     289000 | #Constraints:      16383
95.34/96.19	c #Conflicts:     290000 | #Constraints:      17383
95.34/96.19	c #Conflicts:     291000 | #Constraints:      18383
95.34/96.19	c #Conflicts:     292000 | #Constraints:      19385
95.34/96.19	c #Conflicts:     293000 | #Constraints:      20385
95.34/96.19	c #Conflicts:     294000 | #Constraints:      21385
95.34/96.19	c #Conflicts:     295000 | #Constraints:      22385
95.34/96.19	c #Conflicts:     296000 | #Constraints:      23386
95.34/96.19	c #Conflicts:     297000 | #Constraints:      24386
95.34/96.19	WSVECS04 Frhs2[4]: 6 0 86866.3 shouldn't be
95.34/96.19	WSVECS04 Frhs2[24]: 6 0 18101.3 shouldn't be
95.34/96.19	WSVECS04 Frhs2[45]: 6 0 2117.53 shouldn't be
95.34/96.19	WSVECS04 Frhs2[64]: 6 0 18660.8 shouldn't be
95.34/96.19	WSVECS04 Frhs2[68]: 6 0 5678.79 shouldn't be
95.34/96.19	WSVECS04 Frhs2[86]: 6 0 22150.9 shouldn't be
95.34/96.19	WSVECS04 Frhs2[87]: 6 0 25882.4 shouldn't be
95.34/96.19	WSVECS04 Frhs2[106]: 6 -29601.2 0 shouldn't be
95.34/96.19	WSVECS04 Frhs2[124]: 6 0 16687.2 shouldn't be
95.34/96.19	WSVECS04 Frhs2[126]: 6 0 40920.1 shouldn't be
95.34/96.19	WSVECS04 Frhs2[137]: 6 -26715.3 0 shouldn't be
95.34/96.19	WSVECS04 Frhs2[153]: 6 0 58707.5 shouldn't be
95.34/96.19	WSVECS04 Frhs2[158]: 6 0 14499.8 shouldn't be
95.34/96.19	WSVECS04 Frhs2[162]: 6 0 14908.3 shouldn't be
95.34/96.19	WSVECS04 Frhs2[182]: 6 0 485.608 shouldn't be
95.34/96.19	WSVECS04 Frhs2[184]: 6 0 7574.75 shouldn't be
95.34/96.19	WSVECS04 Frhs2[195]: 6 -20974.5 0 shouldn't be
95.34/96.19	WSVECS04 Frhs2[196]: 6 0 23667.2 shouldn't be
95.34/96.19	WSVECS04 Frhs2[198]: 6 0 40906.5 shouldn't be
95.34/96.19	WSVECS04 Frhs2[218]: 6 0 57398.7 shouldn't be
95.34/96.19	WSVECS04 Frhs2[219]: 6 0 20083.5 shouldn't be
95.34/96.19	WSVECS04 Frhs2[222]: 6 0 12840.5 shouldn't be
95.34/96.19	WSVECS04 Frhs2[232]: 6 0 14970.8 shouldn't be
95.34/96.19	WSVECS04 Frhs2[234]: 6 0 12959.1 shouldn't be
95.34/96.19	WSVECS04 Frhs2[248]: 6 0 5475.51 shouldn't be
95.34/96.19	WSVECS04 Frhs2[261]: 6 0 2995.56 shouldn't be
95.34/96.19	WSVECS04 Frhs2[267]: 6 -8868.86 0 shouldn't be
95.34/96.19	WSVECS04 Frhs2[272]: 6 0 18622.3 shouldn't be
95.34/96.19	WSVECS04 Frhs2[294]: 6 0 10052.9 shouldn't be
95.34/96.19	WSVECS04 Frhs2[304]: 6 0 14113 shouldn't be
95.34/96.19	WSVECS04 Frhs2[312]: 6 0 18410.4 shouldn't be
95.34/96.19	WSVECS04 Frhs2[328]: 6 0 25375.5 shouldn't be
95.34/96.19	WSVECS04 Frhs2[332]: 6 0 61844.3 shouldn't be
95.34/96.19	WSVECS04 Frhs2[340]: 6 0 14168.3 shouldn't be
95.34/96.19	WSVECS04 Frhs2[341]: 6 0 7896.81 shouldn't be
95.34/96.19	WSVECS04 Frhs2[369]: 6 0 46355.3 shouldn't be
95.34/96.19	WSVECS04 Frhs2[376]: 6 -6815.02 0 shouldn't be
95.34/96.19	WSVECS04 Frhs2[384]: 6 0 2447.44 shouldn't be
95.34/96.19	WSVECS04 Frhs2[387]: 6 0 29565 shouldn't be
95.34/96.19	WSVECS04 Frhs2[411]: 6 0 8752.75 shouldn't be
95.34/96.19	WSVECS04 Frhs2[413]: 6 0 51806 shouldn't be
95.34/96.19	WSVECS04 Frhs2[414]: 6 0 36755.9 shouldn't be
95.34/96.19	WSVECS04 Frhs2[416]: 6 0 58090.9 shouldn't be
95.34/96.19	WSVECS04 Frhs2[419]: 6 0 56625.8 shouldn't be
95.34/96.19	WSVECS04 Frhs2[437]: 6 0 19049.4 shouldn't be
95.34/96.19	WSVECS04 Frhs2[442]: 6 0 73425.1 shouldn't be
95.34/96.19	WSVECS04 Frhs2[443]: 6 0 102620 shouldn't be
95.34/96.19	WSVECS04 Frhs2[447]: 6 0 22626.9 shouldn't be
95.34/96.19	WSVECS04 Frhs2[473]: 6 0 1041.47 shouldn't be
95.34/96.19	WSVECS04 Frhs2[474]: 6 0 6916.9 shouldn't be
95.34/96.19	WSVECS04 Frhs2[477]: 6 0 9527.09 shouldn't be
95.34/96.19	WSVECS04 Frhs2[489]: 6 0 139872 shouldn't be
95.34/96.19	WSVECS04 Frhs2[498]: 6 0 15038 shouldn't be
95.34/96.19	WSVECS04 Frhs2[499]: 6 0 86953 shouldn't be
95.34/96.19	WSVECS04 Frhs2[527]: 6 0 8021.15 shouldn't be
95.34/96.19	WSVECS04 Frhs2[537]: 6 0 1522.07 shouldn't be
95.34/96.19	WSVECS04 Frhs2[539]: 6 -1307.83 0 shouldn't be
95.54/96.31	WSVECS04 Frhs2[78]: 6 0 36845.5 shouldn't be
95.54/96.31	WSVECS04 Frhs2[112]: 6 0 14466.3 shouldn't be
95.54/96.31	WSVECS04 Frhs2[114]: 6 0 35489.4 shouldn't be
95.54/96.31	WSVECS04 Frhs2[178]: 6 0 11729.7 shouldn't be
95.54/96.31	WSVECS04 Frhs2[194]: 6 0 28473.9 shouldn't be
95.54/96.31	WSVECS04 Frhs2[351]: 6 0 25326.3 shouldn't be
95.54/96.31	WSVECS04 Frhs2[364]: 6 -27043 0 shouldn't be
95.54/96.31	WSVECS04 Frhs2[370]: 6 0 27308.9 shouldn't be
95.54/96.31	WSVECS04 Frhs2[385]: 6 0 28693.7 shouldn't be
95.54/96.31	WSVECS04 Frhs2[405]: 6 0 7767.6 shouldn't be
95.54/96.31	WSVECS04 Frhs2[420]: 6 0 39644.9 shouldn't be
95.54/96.31	WSVECS04 Frhs2[445]: 6 0 60221.2 shouldn't be
95.64/96.43	WSVECS04 Frhs2[2]: 6 0 67714.6 shouldn't be
95.64/96.43	WSVECS04 Frhs2[18]: 6 0 24222.1 shouldn't be
95.64/96.43	WSVECS04 Frhs2[28]: 6 0 17969.2 shouldn't be
95.64/96.43	WSVECS04 Frhs2[54]: 6 0 18678.4 shouldn't be
95.64/96.43	WSVECS04 Frhs2[74]: 6 0 23694.3 shouldn't be
95.64/96.43	WSVECS04 Frhs2[142]: 6 0 5358.56 shouldn't be
95.64/96.43	WSVECS04 Frhs2[156]: 6 0 36484.6 shouldn't be
95.64/96.43	WSVECS04 Frhs2[166]: 6 0 10789.2 shouldn't be
95.64/96.43	WSVECS04 Frhs2[187]: 6 0 2149.32 shouldn't be
95.64/96.43	WSVECS04 Frhs2[192]: 6 0 610.489 shouldn't be
95.64/96.43	WSVECS04 Frhs2[233]: 6 0 2465.87 shouldn't be
95.64/96.43	WSVECS04 Frhs2[269]: 6 0 12526.8 shouldn't be
95.64/96.43	WSVECS04 Frhs2[270]: 6 0 12195.2 shouldn't be
95.64/96.43	WSVECS04 Frhs2[297]: 6 0 4156.59 shouldn't be
95.64/96.43	WSVECS04 Frhs2[358]: 6 0 27437.4 shouldn't be
95.64/96.43	WSVECS04 Frhs2[398]: 6 -7349.16 0 shouldn't be
95.64/96.43	WSVECS04 Frhs2[402]: 6 -45230.1 0 shouldn't be
95.64/96.43	WSVECS04 Frhs2[519]: 6 0 11019.1 shouldn't be
95.64/96.43	WSVECS04 Frhs2[523]: 6 0 6274.56 shouldn't be
95.64/96.43	WSVECS04 Frhs2[524]: 6 0 3279.76 shouldn't be
95.74/96.54	WSVECS04 Frhs2[6]: 6 0 19248 shouldn't be
95.74/96.54	WSVECS04 Frhs2[92]: 6 0 19197.2 shouldn't be
95.74/96.54	WSVECS04 Frhs2[164]: 6 0 26154.8 shouldn't be
95.74/96.54	WSVECS04 Frhs2[266]: 6 0 11786.7 shouldn't be
95.74/96.54	WSVECS04 Frhs2[326]: 6 0 22119.7 shouldn't be
95.74/96.54	WSVECS04 Frhs2[353]: 6 0 18090.2 shouldn't be
95.74/96.54	WSVECS04 Frhs2[484]: 6 -65138.1 0 shouldn't be
95.74/96.54	WSVECS04 Frhs2[501]: 6 -105465 0 shouldn't be
95.74/96.54	WSVECS04 Frhs2[530]: 6 -24145.6 0 shouldn't be
95.83/96.67	WSVECS04 Frhs2[3]: 6 0 20059.8 shouldn't be
95.83/96.67	WSVECS04 Frhs2[29]: 6 -29014.2 0 shouldn't be
95.83/96.67	WSVECS04 Frhs2[67]: 6 0 5678.79 shouldn't be
95.83/96.67	WSVECS04 Frhs2[71]: 6 0 5678.79 shouldn't be
95.83/96.67	WSVECS04 Frhs2[103]: 6 0 2761.01 shouldn't be
95.83/96.67	WSVECS04 Frhs2[189]: 6 0 2728.02 shouldn't be
95.83/96.67	WSVECS04 Frhs2[208]: 6 0 23673.6 shouldn't be
95.83/96.67	WSVECS04 Frhs2[216]: 6 0 39356.2 shouldn't be
95.83/96.67	WSVECS04 Frhs2[237]: 6 0 32294.6 shouldn't be
95.83/96.67	WSVECS04 Frhs2[240]: 6 0 51717.6 shouldn't be
95.83/96.67	WSVECS04 Frhs2[251]: 6 0 10588.2 shouldn't be
95.83/96.67	WSVECS04 Frhs2[280]: 6 0 26595.7 shouldn't be
95.83/96.67	WSVECS04 Frhs2[283]: 6 0 14949.6 shouldn't be
95.83/96.67	WSVECS04 Frhs2[287]: 6 0 23415.9 shouldn't be
95.83/96.67	WSVECS04 Frhs2[314]: 6 0 33150.3 shouldn't be
95.83/96.67	WSVECS04 Frhs2[323]: 6 0 49861.4 shouldn't be
95.83/96.67	WSVECS04 Frhs2[355]: 6 0 27437.4 shouldn't be
95.83/96.67	WSVECS04 Frhs2[403]: 6 0 57299.4 shouldn't be
95.83/96.67	WSVECS04 Frhs2[408]: 6 0 53526.3 shouldn't be
95.83/96.67	WSVECS04 Frhs2[532]: 6 0 54748.3 shouldn't be
95.83/96.67	WSVECS04 Frhs2[533]: 6 0 5810.11 shouldn't be
96.04/96.80	WSVECS04 Frhs2[27]: 6 0 18625.7 shouldn't be
96.04/96.80	WSVECS04 Frhs2[56]: 6 0 22345 shouldn't be
96.04/96.80	WSVECS04 Frhs2[96]: 6 0 38079.7 shouldn't be
96.04/96.80	WSVECS04 Frhs2[120]: 6 0 610.489 shouldn't be
96.04/96.80	WSVECS04 Frhs2[206]: 6 0 32525.7 shouldn't be
96.04/96.80	WSVECS04 Frhs2[207]: 6 0 17397.7 shouldn't be
96.04/96.80	WSVECS04 Frhs2[220]: 6 0 25725.9 shouldn't be
96.04/96.80	WSVECS04 Frhs2[225]: 6 0 2728.02 shouldn't be
96.04/96.80	WSVECS04 Frhs2[228]: 6 0 610.489 shouldn't be
96.04/96.80	WSVECS04 Frhs2[315]: 6 0 10729.2 shouldn't be
96.04/96.80	WSVECS04 Frhs2[316]: 6 0 17005.1 shouldn't be
96.04/96.80	WSVECS04 Frhs2[350]: 6 0 9562.13 shouldn't be
96.04/96.80	WSVECS04 Frhs2[366]: 6 0 68964.7 shouldn't be
96.04/96.80	WSVECS04 Frhs2[444]: 6 0 73515.1 shouldn't be
96.04/96.80	WSVECS04 Frhs2[495]: 6 0 36791.7 shouldn't be
96.13/96.93	WSVECS04 Frhs2[14]: 6 0 5543.71 shouldn't be
96.13/96.93	WSVECS04 Frhs2[244]: 6 0 32435.3 shouldn't be
96.24/97.06	WSVECS04 Frhs2[109]: 6 0 16196.6 shouldn't be
96.24/97.06	WSVECS04 Frhs2[362]: 6 0 11078.9 shouldn't be
96.34/97.19	WSVECS04 Frhs2[66]: 6 0 18718.9 shouldn't be
96.34/97.19	WSVECS04 Frhs2[101]: 6 0 58611.9 shouldn't be
96.34/97.19	WSVECS04 Frhs2[117]: 6 0 2728.02 shouldn't be
96.34/97.19	WSVECS04 Frhs2[281]: 6 -18847.2 0 shouldn't be
96.53/97.31	WSVECS04 Frhs2[93]: 6 0 19234.2 shouldn't be
97.04/97.88	c #Conflicts:     298000 | #Constraints:      25387
97.04/97.88	c #Conflicts:     299000 | #Constraints:      26387
97.04/97.88	c INPROCESSING
97.04/97.88	c GARBAGE COLLECT
97.04/97.88	WSVECS04 Frhs2[3]: 6 0 290.632 shouldn't be
97.04/97.88	WSVECS04 Frhs2[7]: 6 0 67.0235 shouldn't be
97.04/97.88	WSVECS04 Frhs2[10]: 6 0 397.032 shouldn't be
97.04/97.88	WSVECS04 Frhs2[29]: 6 -580.328 0 shouldn't be
97.04/97.88	WSVECS04 Frhs2[83]: 6 -125.346 0 shouldn't be
97.04/97.88	WSVECS04 Frhs2[97]: 6 0 101.163 shouldn't be
97.04/97.88	WSVECS04 Frhs2[128]: 6 0 53.7521 shouldn't be
97.04/97.88	WSVECS04 Frhs2[156]: 6 0 52.2131 shouldn't be
97.04/97.88	WSVECS04 Frhs2[162]: 6 0 329.448 shouldn't be
97.04/97.88	WSVECS04 Frhs2[220]: 6 0 66.9649 shouldn't be
97.04/97.88	WSVECS04 Frhs2[226]: 6 0 78.3562 shouldn't be
97.04/97.88	WSVECS04 Frhs2[270]: 6 0 678.713 shouldn't be
97.04/97.88	WSVECS04 Frhs2[306]: 6 0 329.448 shouldn't be
97.04/97.88	WSVECS04 Frhs2[318]: 6 0 235.18 shouldn't be
97.04/97.88	WSVECS04 Frhs2[387]: 6 0 168.397 shouldn't be
97.04/97.88	WSVECS04 Frhs2[401]: 6 0 554.096 shouldn't be
97.04/97.88	WSVECS04 Frhs2[404]: 6 0 532.576 shouldn't be
97.04/97.88	WSVECS04 Frhs2[406]: 6 0 117.52 shouldn't be
97.04/97.88	WSVECS04 Frhs2[414]: 6 0 47.8166 shouldn't be
97.04/97.88	WSVECS04 Frhs2[445]: 6 0 632.673 shouldn't be
97.04/97.88	WSVECS04 Frhs2[455]: 6 0 452.631 shouldn't be
97.04/97.88	WSVECS04 Frhs2[458]: 6 0 396.713 shouldn't be
97.04/97.88	WSVECS04 Frhs2[493]: 6 -43.0001 0 shouldn't be
97.04/97.88	WSVECS04 Frhs2[539]: 6 -514.737 0 shouldn't be
97.24/98.00	WSVECS04 Frhs2[88]: 6 0 311.73 shouldn't be
97.24/98.00	WSVECS04 Frhs2[114]: 6 0 699.381 shouldn't be
97.24/98.00	WSVECS04 Frhs2[265]: 6 0 416.479 shouldn't be
97.24/98.00	WSVECS04 Frhs2[267]: 6 -405.525 0 shouldn't be
97.24/98.00	WSVECS04 Frhs2[323]: 6 0 154.172 shouldn't be
97.24/98.00	WSVECS04 Frhs2[360]: 6 -46.4502 0 shouldn't be
97.24/98.00	WSVECS04 Frhs2[399]: 6 0 1291.75 shouldn't be
97.24/98.00	WSVECS04 Frhs2[432]: 6 -81.4812 0 shouldn't be
97.34/98.14	WSVECS04 Frhs2[52]: 6 0 398.108 shouldn't be
97.34/98.14	WSVECS04 Frhs2[64]: 6 0 501.504 shouldn't be
97.34/98.14	WSVECS04 Frhs2[84]: 6 0 397.032 shouldn't be
97.34/98.14	WSVECS04 Frhs2[121]: 6 0 394.346 shouldn't be
97.34/98.14	WSVECS04 Frhs2[122]: 6 0 194.239 shouldn't be
97.34/98.14	WSVECS04 Frhs2[133]: 6 0 49.6417 shouldn't be
97.34/98.14	WSVECS04 Frhs2[184]: 6 0 110.682 shouldn't be
97.34/98.14	WSVECS04 Frhs2[190]: 6 0 397.032 shouldn't be
97.34/98.14	WSVECS04 Frhs2[212]: 6 0 1480.72 shouldn't be
97.34/98.14	WSVECS04 Frhs2[366]: 6 0 78.4751 shouldn't be
97.34/98.14	WSVECS04 Frhs2[424]: 6 -827.815 0 shouldn't be
97.34/98.14	WSVECS04 Frhs2[480]: 6 0 724.906 shouldn't be
97.43/98.26	WSVECS04 Frhs2[96]: 6 0 419.375 shouldn't be
97.43/98.26	WSVECS04 Frhs2[164]: 6 0 790.373 shouldn't be
97.43/98.26	WSVECS04 Frhs2[426]: 6 0 152.861 shouldn't be
97.43/98.26	WSVECS04 Frhs2[431]: 6 0 365.205 shouldn't be
97.53/98.39	WSVECS04 Frhs2[46]: 6 0 397.032 shouldn't be
97.53/98.39	WSVECS04 Frhs2[124]: 6 0 1037.8 shouldn't be
97.53/98.39	WSVECS04 Frhs2[126]: 6 0 1663.08 shouldn't be
97.53/98.39	WSVECS04 Frhs2[143]: 6 0 218.871 shouldn't be
97.53/98.39	WSVECS04 Frhs2[161]: 6 0 0.461781 shouldn't be
97.53/98.39	WSVECS04 Frhs2[195]: 6 -1183.31 0 shouldn't be
97.53/98.39	WSVECS04 Frhs2[297]: 6 0 318.676 shouldn't be
97.53/98.39	WSVECS04 Frhs2[437]: 6 0 349.532 shouldn't be
97.53/98.39	WSVECS04 Frhs2[509]: 6 0 1626.98 shouldn't be
97.53/98.39	WSVECS04 Frhs2[519]: 6 0 432.966 shouldn't be
97.73/98.52	WSVECS04 Frhs2[17]: 6 0 58.5098 shouldn't be
97.73/98.52	WSVECS04 Frhs2[82]: 6 0 397.032 shouldn't be
97.73/98.52	WSVECS04 Frhs2[155]: 6 0 1263.22 shouldn't be
97.73/98.52	WSVECS04 Frhs2[247]: 6 0 412.739 shouldn't be
97.73/98.52	WSVECS04 Frhs2[249]: 6 0 498.917 shouldn't be
97.73/98.52	WSVECS04 Frhs2[250]: 6 0 412.739 shouldn't be
97.73/98.52	WSVECS04 Frhs2[298]: 6 0 397.032 shouldn't be
97.73/98.52	WSVECS04 Frhs2[375]: 6 0 656.779 shouldn't be
97.73/98.52	WSVECS04 Frhs2[436]: 6 0 889.018 shouldn't be
97.73/98.52	WSVECS04 Frhs2[450]: 6 0 760.194 shouldn't be
97.73/98.52	WSVECS04 Frhs2[452]: 6 0 1578.88 shouldn't be
97.73/98.52	WSVECS04 Frhs2[481]: 6 0 626.508 shouldn't be
97.73/98.52	WSVECS04 Frhs2[502]: 6 0 2407.3 shouldn't be
97.73/98.52	WSVECS04 Frhs2[503]: 6 0 1872.25 shouldn't be
97.73/98.52	WSVECS04 Frhs2[508]: 6 0 1520.98 shouldn't be
97.83/98.66	WSVECS04 Frhs2[9]: 6 0 318.676 shouldn't be
97.83/98.66	WSVECS04 Frhs2[18]: 6 0 1023.39 shouldn't be
97.83/98.66	WSVECS04 Frhs2[31]: 6 0 410.281 shouldn't be
97.83/98.66	WSVECS04 Frhs2[81]: 6 0 318.676 shouldn't be
97.83/98.66	WSVECS04 Frhs2[105]: 6 0 514.972 shouldn't be
97.83/98.66	WSVECS04 Frhs2[168]: 6 0 1493.65 shouldn't be
97.83/98.66	WSVECS04 Frhs2[174]: 6 0 740.018 shouldn't be
97.83/98.66	WSVECS04 Frhs2[218]: 6 0 895.964 shouldn't be
97.83/98.66	WSVECS04 Frhs2[248]: 6 0 823.02 shouldn't be
97.83/98.66	WSVECS04 Frhs2[277]: 6 0 98.1272 shouldn't be
97.83/98.66	WSVECS04 Frhs2[279]: 6 0 1229.14 shouldn't be
97.83/98.66	WSVECS04 Frhs2[283]: 6 0 848.008 shouldn't be
97.83/98.66	WSVECS04 Frhs2[304]: 6 0 690.195 shouldn't be
97.83/98.66	WSVECS04 Frhs2[315]: 6 0 1053.03 shouldn't be
97.83/98.66	WSVECS04 Frhs2[396]: 6 0 2069.97 shouldn't be
97.83/98.66	WSVECS04 Frhs2[402]: 6 -505.536 0 shouldn't be
97.83/98.66	WSVECS04 Frhs2[416]: 6 0 1335.3 shouldn't be
97.83/98.66	WSVECS04 Frhs2[460]: 6 0 1097.43 shouldn't be
97.83/98.66	WSVECS04 Frhs2[485]: 6 0 579.871 shouldn't be
97.83/98.66	WSVECS04 Frhs2[491]: 6 0 350.272 shouldn't be
98.03/98.83	WSVECS04 Frhs2[2]: 6 0 1216.38 shouldn't be
98.03/98.83	WSVECS04 Frhs2[33]: 6 0 1136.56 shouldn't be
98.03/98.83	WSVECS04 Frhs2[38]: 6 0 851.007 shouldn't be
98.03/98.83	WSVECS04 Frhs2[56]: 6 0 1397.05 shouldn't be
98.03/98.83	WSVECS04 Frhs2[59]: 6 0 1240.31 shouldn't be
98.03/98.83	WSVECS04 Frhs2[85]: 6 0 923.236 shouldn't be
98.03/98.83	WSVECS04 Frhs2[86]: 6 0 2273.34 shouldn't be
98.03/98.83	WSVECS04 Frhs2[123]: 6 0 1025.11 shouldn't be
98.03/98.83	WSVECS04 Frhs2[136]: 6 0 691.845 shouldn't be
98.03/98.83	WSVECS04 Frhs2[140]: 6 0 2009.7 shouldn't be
98.03/98.83	WSVECS04 Frhs2[170]: 6 0 2058.81 shouldn't be
98.03/98.83	WSVECS04 Frhs2[178]: 6 0 603.384 shouldn't be
98.03/98.83	WSVECS04 Frhs2[196]: 6 0 486.669 shouldn't be
98.03/98.83	WSVECS04 Frhs2[198]: 6 0 1773.29 shouldn't be
98.03/98.83	WSVECS04 Frhs2[208]: 6 0 354.366 shouldn't be
98.03/98.83	WSVECS04 Frhs2[217]: 6 -1143.54 0 shouldn't be
98.03/98.83	WSVECS04 Frhs2[239]: 6 0 1707.43 shouldn't be
98.03/98.83	WSVECS04 Frhs2[244]: 6 0 1105.26 shouldn't be
98.03/98.83	WSVECS04 Frhs2[280]: 6 0 2457.96 shouldn't be
98.03/98.83	WSVECS04 Frhs2[287]: 6 0 437.728 shouldn't be
98.03/98.83	WSVECS04 Frhs2[311]: 6 0 276.764 shouldn't be
98.03/98.83	WSVECS04 Frhs2[314]: 6 0 1460.16 shouldn't be
98.03/98.83	WSVECS04 Frhs2[316]: 6 0 2436.18 shouldn't be
98.03/98.83	WSVECS04 Frhs2[341]: 6 0 260.395 shouldn't be
98.03/98.83	WSVECS04 Frhs2[358]: 6 0 2030.42 shouldn't be
98.03/98.83	WSVECS04 Frhs2[365]: 6 -24.4228 0 shouldn't be
98.03/98.83	WSVECS04 Frhs2[381]: 6 -758.964 0 shouldn't be
98.03/98.83	WSVECS04 Frhs2[382]: 6 0 79.8273 shouldn't be
98.03/98.83	WSVECS04 Frhs2[386]: 6 -535.059 0 shouldn't be
98.03/98.83	WSVECS04 Frhs2[390]: 6 0 1333.59 shouldn't be
98.03/98.83	WSVECS04 Frhs2[397]: 6 -1352.04 0 shouldn't be
98.03/98.83	WSVECS04 Frhs2[403]: 6 0 1346.03 shouldn't be
98.03/98.83	WSVECS04 Frhs2[422]: 6 0 1227.89 shouldn't be
98.03/98.83	WSVECS04 Frhs2[434]: 6 0 1701.44 shouldn't be
98.03/98.83	WSVECS04 Frhs2[466]: 6 0 4727.88 shouldn't be
98.03/98.83	WSVECS04 Frhs2[469]: 6 0 3468.77 shouldn't be
98.03/98.83	WSVECS04 Frhs2[482]: 6 0 706.509 shouldn't be
98.03/98.83	WSVECS04 Frhs2[484]: 6 -1249.3 0 shouldn't be
98.03/98.83	WSVECS04 Frhs2[525]: 6 0 1983.09 shouldn't be
98.03/98.83	WSVECS04 Frhs2[532]: 6 0 439.54 shouldn't be
98.03/98.83	WSVECS04 Frhs2[533]: 6 0 486.413 shouldn't be
98.03/98.83	WSVECS04 Frhs2[534]: 6 0 123.95 shouldn't be
98.13/98.99	WSVECS04 Frhs2[21]: 6 0 850.554 shouldn't be
98.13/98.99	WSVECS04 Frhs2[27]: 6 0 1647.4 shouldn't be
98.13/98.99	WSVECS04 Frhs2[28]: 6 0 1212.92 shouldn't be
98.13/98.99	WSVECS04 Frhs2[93]: 6 0 393.72 shouldn't be
98.13/98.99	WSVECS04 Frhs2[103]: 6 0 514.971 shouldn't be
98.13/98.99	WSVECS04 Frhs2[135]: 6 0 2231.68 shouldn't be
98.13/98.99	WSVECS04 Frhs2[150]: 6 0 1773.81 shouldn't be
98.13/98.99	WSVECS04 Frhs2[189]: 6 0 318.676 shouldn't be
98.13/98.99	WSVECS04 Frhs2[261]: 6 -33.8639 0 shouldn't be
98.13/98.99	WSVECS04 Frhs2[286]: 6 0 848.008 shouldn't be
98.13/98.99	WSVECS04 Frhs2[335]: 6 0 853.002 shouldn't be
98.13/98.99	WSVECS04 Frhs2[348]: 6 0 564.521 shouldn't be
98.13/98.99	WSVECS04 Frhs2[359]: 6 0 893.869 shouldn't be
98.13/98.99	WSVECS04 Frhs2[391]: 6 0 1528.62 shouldn't be
98.13/98.99	WSVECS04 Frhs2[398]: 6 -716.613 0 shouldn't be
98.13/98.99	WSVECS04 Frhs2[453]: 6 0 2489.95 shouldn't be
98.13/98.99	WSVECS04 Frhs2[459]: 6 0 711.768 shouldn't be
98.13/98.99	WSVECS04 Frhs2[461]: 6 0 423.595 shouldn't be
98.13/98.99	WSVECS04 Frhs2[470]: 6 0 1645.47 shouldn't be
98.13/98.99	WSVECS04 Frhs2[496]: 6 0 372.408 shouldn't be
98.13/98.99	WSVECS04 Frhs2[506]: 6 0 1175.12 shouldn't be
98.13/98.99	WSVECS04 Frhs2[540]: 6 -232.016 0 shouldn't be
98.34/99.13	WSVECS04 Frhs2[4]: 6 0 499.151 shouldn't be
98.34/99.13	WSVECS04 Frhs2[34]: 6 0 1136.56 shouldn't be
98.34/99.13	WSVECS04 Frhs2[39]: 6 0 996.758 shouldn't be
98.34/99.13	WSVECS04 Frhs2[42]: 6 0 742.67 shouldn't be
98.34/99.13	WSVECS04 Frhs2[98]: 6 0 1260.46 shouldn't be
98.34/99.13	WSVECS04 Frhs2[99]: 6 0 1600.54 shouldn't be
98.34/99.13	WSVECS04 Frhs2[119]: 6 0 735.017 shouldn't be
98.34/99.13	WSVECS04 Frhs2[142]: 6 0 2118.08 shouldn't be
98.34/99.13	WSVECS04 Frhs2[147]: 6 0 1425.03 shouldn't be
98.34/99.13	WSVECS04 Frhs2[204]: 6 0 2020.95 shouldn't be
98.34/99.13	WSVECS04 Frhs2[228]: 6 0 817.88 shouldn't be
98.34/99.13	WSVECS04 Frhs2[237]: 6 0 2437.42 shouldn't be
98.34/99.13	WSVECS04 Frhs2[269]: 6 0 1954.18 shouldn't be
98.34/99.13	WSVECS04 Frhs2[305]: 6 0 1023.47 shouldn't be
98.34/99.13	WSVECS04 Frhs2[340]: 6 0 647.424 shouldn't be
98.34/99.13	WSVECS04 Frhs2[355]: 6 0 2030.42 shouldn't be
98.34/99.13	WSVECS04 Frhs2[379]: 6 0 837.534 shouldn't be
98.34/99.13	WSVECS04 Frhs2[383]: 6 0 1080.31 shouldn't be
98.34/99.13	WSVECS04 Frhs2[384]: 6 0 54.8331 shouldn't be
98.34/99.13	WSVECS04 Frhs2[420]: 6 0 1192.4 shouldn't be
98.34/99.13	WSVECS04 Frhs2[428]: 6 0 124.481 shouldn't be
98.34/99.13	WSVECS04 Frhs2[486]: 6 0 270.272 shouldn't be
98.34/99.13	WSVECS04 Frhs2[516]: 6 0 423.556 shouldn't be
98.34/99.13	WSVECS04 Frhs2[521]: 6 0 533.138 shouldn't be
98.34/99.13	WSVECS04 Frhs2[524]: 6 0 1203.04 shouldn't be
98.34/99.13	WSVECS04 Frhs2[526]: 6 0 96.5901 shouldn't be
98.34/99.13	WSVECS04 Frhs2[537]: 6 0 2188.89 shouldn't be
98.63/99.40	WSVECS04 Frhs2[78]: 6 0 1744.83 shouldn't be
98.63/99.40	WSVECS04 Frhs2[148]: 6 0 1150.58 shouldn't be
98.63/99.40	WSVECS04 Frhs2[200]: 6 0 1674.83 shouldn't be
98.63/99.40	WSVECS04 Frhs2[232]: 6 0 690.195 shouldn't be
98.63/99.40	WSVECS04 Frhs2[278]: 6 0 1695.11 shouldn't be
98.63/99.40	WSVECS04 Frhs2[344]: 6 0 1238.66 shouldn't be
98.63/99.40	WSVECS04 Frhs2[351]: 6 0 872.758 shouldn't be
98.63/99.40	WSVECS04 Frhs2[446]: 6 0 912.039 shouldn't be
98.63/99.40	WSVECS04 Frhs2[518]: 6 0 1346.68 shouldn't be
98.63/99.40	WSVECS04 Frhs2[538]: 6 0 1289.92 shouldn't be
98.83/99.63	WSVECS04 Frhs2[32]: 6 0 1546.84 shouldn't be
98.83/99.63	WSVECS04 Frhs2[104]: 6 0 925.252 shouldn't be
98.83/99.63	WSVECS04 Frhs2[145]: 6 0 1770.86 shouldn't be
98.83/99.63	WSVECS04 Frhs2[233]: 6 0 1023.47 shouldn't be
98.83/99.63	WSVECS04 Frhs2[234]: 6 0 1023.39 shouldn't be
98.83/99.63	WSVECS04 Frhs2[255]: 6 0 543.133 shouldn't be
98.83/99.63	WSVECS04 Frhs2[266]: 6 0 1391.26 shouldn't be
98.83/99.63	WSVECS04 Frhs2[439]: 6 0 271.108 shouldn't be
98.83/99.63	WSVECS04 Frhs2[443]: 6 0 2059.38 shouldn't be
98.83/99.63	WSVECS04 Frhs2[495]: 6 0 1441.57 shouldn't be
99.02/99.87	WSVECS04 Frhs2[24]: 6 0 850.554 shouldn't be
99.02/99.87	WSVECS04 Frhs2[43]: 6 0 1129.91 shouldn't be
99.02/99.87	WSVECS04 Frhs2[45]: 6 0 1461.2 shouldn't be
99.02/99.87	WSVECS04 Frhs2[57]: 6 0 2058.88 shouldn't be
99.02/99.87	WSVECS04 Frhs2[129]: 6 0 974.183 shouldn't be
99.02/99.87	WSVECS04 Frhs2[139]: 6 0 2118.08 shouldn't be
99.02/99.87	WSVECS04 Frhs2[194]: 6 0 834.543 shouldn't be
99.02/99.87	WSVECS04 Frhs2[442]: 6 0 996.072 shouldn't be
99.02/99.87	WSVECS04 Frhs2[483]: 6 0 699.508 shouldn't be
99.02/99.87	WSVECS04 Frhs2[507]: 6 0 1462.98 shouldn't be
99.02/99.87	WSVECS04 Frhs2[523]: 6 0 988.089 shouldn't be
99.23/100.06	WSVECS04 Frhs2[240]: 6 0 2488.73 shouldn't be
99.23/100.06	WSVECS04 Frhs2[356]: 6 0 2440.71 shouldn't be
99.43/100.24	WSVECS04 Frhs2[201]: 6 0 2020.95 shouldn't be
99.43/100.24	WSVECS04 Frhs2[374]: 6 0 1295.59 shouldn't be
101.72/102.55	c #Conflicts:     300000 | #Constraints:      16584
101.72/102.55	c #Conflicts:     301000 | #Constraints:      17584
101.72/102.55	c #Conflicts:     302000 | #Constraints:      18584
101.72/102.55	c #Conflicts:     303000 | #Constraints:      19584
101.72/102.55	c #Conflicts:     304000 | #Constraints:      20584
101.72/102.55	c #Conflicts:     305000 | #Constraints:      21584
101.72/102.55	c #Conflicts:     306000 | #Constraints:      22584
101.72/102.55	c #Conflicts:     307000 | #Constraints:      23584
101.72/102.55	c #Conflicts:     308000 | #Constraints:      24584
101.72/102.55	WSVECS04 Frhs2[26]: 6 0 501.413 shouldn't be
101.72/102.55	WSVECS04 Frhs2[30]: 6 0 496.245 shouldn't be
101.72/102.55	WSVECS04 Frhs2[81]: 6 0 1.48097 shouldn't be
101.72/102.55	WSVECS04 Frhs2[99]: 6 0 49.2612 shouldn't be
101.72/102.55	WSVECS04 Frhs2[133]: 6 0 23.4084 shouldn't be
101.72/102.55	WSVECS04 Frhs2[180]: 6 0 2610.93 shouldn't be
101.72/102.55	WSVECS04 Frhs2[262]: 6 0 2.96198 shouldn't be
101.72/102.55	WSVECS04 Frhs2[349]: 6 0 89.6633 shouldn't be
101.72/102.55	WSVECS04 Frhs2[363]: 6 0 3386.17 shouldn't be
101.72/102.55	WSVECS04 Frhs2[368]: 6 0 71.0001 shouldn't be
101.72/102.55	WSVECS04 Frhs2[374]: 6 0 1230.22 shouldn't be
101.72/102.55	WSVECS04 Frhs2[375]: 6 0 1218.22 shouldn't be
101.72/102.55	WSVECS04 Frhs2[433]: 6 -101 0 shouldn't be
101.72/102.55	WSVECS04 Frhs2[434]: 6 0 1970.92 shouldn't be
101.72/102.55	WSVECS04 Frhs2[449]: 6 0 106 shouldn't be
101.72/102.55	WSVECS04 Frhs2[463]: 6 -320.667 0 shouldn't be
101.72/102.55	WSVECS04 Frhs2[475]: 6 0 1351.49 shouldn't be
101.72/102.55	WSVECS04 Frhs2[480]: 6 0 1833.63 shouldn't be
101.72/102.55	WSVECS04 Frhs2[483]: 6 0 258.995 shouldn't be
101.72/102.55	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
101.72/102.55	WSVECS04 Frhs2[513]: 6 0 6942.4 shouldn't be
101.72/102.56	WSVECS04 Frhs2[532]: 6 0 7307.37 shouldn't be
101.72/102.56	WSVECS04 Frhs2[534]: 6 0 6974.89 shouldn't be
102.62/103.44	c #Conflicts:     309000 | #Constraints:      25585
102.62/103.44	c #Conflicts:     310000 | #Constraints:      26586
102.62/103.44	c INPROCESSING
102.62/103.44	c GARBAGE COLLECT
102.62/103.44	WSVECS04 Frhs2[11]: 6 0 589.856 shouldn't be
102.62/103.44	WSVECS04 Frhs2[13]: 6 0 98.4406 shouldn't be
102.62/103.44	WSVECS04 Frhs2[23]: 6 0 110.559 shouldn't be
102.62/103.44	WSVECS04 Frhs2[41]: 6 0 6.36216 shouldn't be
102.62/103.44	WSVECS04 Frhs2[46]: 6 0 309.839 shouldn't be
102.62/103.44	WSVECS04 Frhs2[47]: 6 0 930.638 shouldn't be
102.62/103.44	WSVECS04 Frhs2[83]: 6 0 597.667 shouldn't be
102.62/103.44	WSVECS04 Frhs2[89]: 6 0 14.1187 shouldn't be
102.62/103.44	WSVECS04 Frhs2[101]: 6 0 37.4069 shouldn't be
102.62/103.44	WSVECS04 Frhs2[102]: 6 0 229.201 shouldn't be
102.62/103.44	WSVECS04 Frhs2[104]: 6 0 192.804 shouldn't be
102.62/103.44	WSVECS04 Frhs2[118]: 6 -295.248 0 shouldn't be
102.62/103.44	WSVECS04 Frhs2[119]: 6 0 373.792 shouldn't be
102.62/103.44	WSVECS04 Frhs2[121]: 6 0 70.0736 shouldn't be
102.62/103.44	WSVECS04 Frhs2[122]: 6 0 276.278 shouldn't be
102.62/103.44	WSVECS04 Frhs2[123]: 6 -636.811 0 shouldn't be
102.62/103.44	WSVECS04 Frhs2[125]: 6 0 187.818 shouldn't be
102.62/103.44	WSVECS04 Frhs2[138]: 6 0 1577.61 shouldn't be
102.62/103.44	WSVECS04 Frhs2[140]: 6 0 443.931 shouldn't be
102.62/103.44	WSVECS04 Frhs2[150]: 6 0 59.6091 shouldn't be
102.62/103.44	WSVECS04 Frhs2[153]: 6 0 253.42 shouldn't be
102.62/103.44	WSVECS04 Frhs2[154]: 6 0 556.078 shouldn't be
102.62/103.44	WSVECS04 Frhs2[155]: 6 0 692.902 shouldn't be
102.62/103.44	WSVECS04 Frhs2[169]: 6 0 560.012 shouldn't be
102.62/103.44	WSVECS04 Frhs2[191]: 6 0 1264.69 shouldn't be
102.62/103.44	WSVECS04 Frhs2[217]: 6 0 265.957 shouldn't be
102.62/103.44	WSVECS04 Frhs2[225]: 6 0 369.38 shouldn't be
102.62/103.44	WSVECS04 Frhs2[226]: 6 0 323.446 shouldn't be
102.62/103.44	WSVECS04 Frhs2[227]: 6 0 981.189 shouldn't be
102.62/103.44	WSVECS04 Frhs2[235]: 6 0 207.993 shouldn't be
102.62/103.44	WSVECS04 Frhs2[236]: 6 0 776.894 shouldn't be
102.62/103.44	WSVECS04 Frhs2[241]: 6 0 419.386 shouldn't be
102.62/103.44	WSVECS04 Frhs2[242]: 6 0 81.8339 shouldn't be
102.62/103.44	WSVECS04 Frhs2[243]: 6 0 1.07356 shouldn't be
102.62/103.44	WSVECS04 Frhs2[257]: 6 0 768.768 shouldn't be
102.62/103.44	WSVECS04 Frhs2[261]: 6 0 20.031 shouldn't be
102.62/103.44	WSVECS04 Frhs2[263]: 6 -659.249 0 shouldn't be
102.62/103.44	WSVECS04 Frhs2[277]: 6 0 707.391 shouldn't be
102.62/103.44	WSVECS04 Frhs2[282]: 6 0 816.604 shouldn't be
102.62/103.44	WSVECS04 Frhs2[284]: 6 0 369.869 shouldn't be
102.62/103.44	WSVECS04 Frhs2[291]: 6 0 407.817 shouldn't be
102.62/103.44	WSVECS04 Frhs2[295]: 6 -1788.94 0 shouldn't be
102.62/103.44	WSVECS04 Frhs2[296]: 6 0 355.99 shouldn't be
102.62/103.44	WSVECS04 Frhs2[297]: 6 0 2.02058 shouldn't be
102.62/103.44	WSVECS04 Frhs2[299]: 6 0 732.261 shouldn't be
102.62/103.44	WSVECS04 Frhs2[308]: 6 0 273.862 shouldn't be
102.62/103.44	WSVECS04 Frhs2[313]: 6 0 342.283 shouldn't be
102.62/103.44	WSVECS04 Frhs2[319]: 6 0 85.9012 shouldn't be
102.62/103.44	WSVECS04 Frhs2[334]: 6 0 459.091 shouldn't be
102.62/103.44	WSVECS04 Frhs2[335]: 6 0 799.664 shouldn't be
102.62/103.44	WSVECS04 Frhs2[337]: 6 0 296.885 shouldn't be
102.62/103.44	WSVECS04 Frhs2[341]: 6 0 12.0643 shouldn't be
102.62/103.44	WSVECS04 Frhs2[347]: 6 0 397.462 shouldn't be
102.62/103.44	WSVECS04 Frhs2[350]: 6 0 5.41506 shouldn't be
102.62/103.44	WSVECS04 Frhs2[351]: 6 0 35.8778 shouldn't be
102.62/103.44	WSVECS04 Frhs2[354]: 6 0 170.608 shouldn't be
102.62/103.44	WSVECS04 Frhs2[379]: 6 0 20 shouldn't be
102.62/103.44	WSVECS04 Frhs2[398]: 6 -104.405 0 shouldn't be
102.62/103.44	WSVECS04 Frhs2[401]: 6 0 120.451 shouldn't be
102.62/103.44	WSVECS04 Frhs2[404]: 6 0 546.581 shouldn't be
102.62/103.44	WSVECS04 Frhs2[409]: 6 0 330.131 shouldn't be
102.62/103.44	WSVECS04 Frhs2[415]: 6 0 90.9052 shouldn't be
102.62/103.44	WSVECS04 Frhs2[416]: 6 0 207.726 shouldn't be
102.62/103.44	WSVECS04 Frhs2[420]: 6 0 499.857 shouldn't be
102.62/103.44	WSVECS04 Frhs2[471]: 6 0 41.9064 shouldn't be
102.62/103.44	WSVECS04 Frhs2[487]: 6 -80 0 shouldn't be
102.62/103.44	WSVECS04 Frhs2[488]: 6 0 381.607 shouldn't be
102.62/103.44	WSVECS04 Frhs2[499]: 6 -9660.7 0 shouldn't be
102.72/103.59	WSVECS04 Frhs2[265]: 6 0 203.645 shouldn't be
102.72/103.59	WSVECS04 Frhs2[293]: 6 0 78.7569 shouldn't be
102.91/103.72	WSVECS04 Frhs2[98]: 6 -675.354 0 shouldn't be
103.01/103.83	WSVECS04 Frhs2[63]: 6 0 82.4736 shouldn't be
103.01/103.83	WSVECS04 Frhs2[77]: 6 0 12.6253 shouldn't be
103.01/103.83	WSVECS04 Frhs2[131]: 6 0 31.4718 shouldn't be
103.01/103.83	WSVECS04 Frhs2[134]: 6 0 79.0521 shouldn't be
105.71/106.60	c #Conflicts:     311000 | #Constraints:      16579
105.71/106.60	WSVECS04 Frhs2[1]: 6 0 20686.6 shouldn't be
105.81/106.60	WSVECS04 Frhs2[6]: 6 0 2058.21 shouldn't be
105.81/106.60	WSVECS04 Frhs2[7]: 6 0 9173.88 shouldn't be
105.81/106.60	WSVECS04 Frhs2[18]: 6 0 99.5145 shouldn't be
105.81/106.60	WSVECS04 Frhs2[47]: 6 0 10448.5 shouldn't be
105.81/106.60	WSVECS04 Frhs2[48]: 6 0 52244.6 shouldn't be
105.81/106.60	WSVECS04 Frhs2[49]: 6 0 42908.9 shouldn't be
105.81/106.60	WSVECS04 Frhs2[54]: 6 0 99.5146 shouldn't be
105.81/106.60	WSVECS04 Frhs2[61]: 6 0 26578.7 shouldn't be
105.81/106.60	WSVECS04 Frhs2[62]: 6 0 22009.4 shouldn't be
105.81/106.60	WSVECS04 Frhs2[63]: 6 0 24344.2 shouldn't be
105.81/106.60	WSVECS04 Frhs2[64]: 6 0 6282.53 shouldn't be
105.81/106.60	WSVECS04 Frhs2[65]: 6 -5692.89 0 shouldn't be
105.81/106.60	WSVECS04 Frhs2[66]: 6 0 13782.5 shouldn't be
105.81/106.60	WSVECS04 Frhs2[71]: 6 0 9525.76 shouldn't be
105.81/106.60	WSVECS04 Frhs2[97]: 6 0 17171 shouldn't be
105.81/106.60	WSVECS04 Frhs2[100]: 6 0 22073.1 shouldn't be
105.81/106.60	WSVECS04 Frhs2[102]: 6 0 20657.8 shouldn't be
105.81/106.60	WSVECS04 Frhs2[106]: 6 0 22757.4 shouldn't be
105.81/106.60	WSVECS04 Frhs2[110]: 6 0 37242.2 shouldn't be
105.81/106.60	WSVECS04 Frhs2[112]: 6 0 2697.44 shouldn't be
105.81/106.60	WSVECS04 Frhs2[113]: 6 0 21532.7 shouldn't be
105.81/106.60	WSVECS04 Frhs2[114]: 6 0 4755.65 shouldn't be
105.81/106.60	WSVECS04 Frhs2[125]: 6 0 16231.6 shouldn't be
105.81/106.60	WSVECS04 Frhs2[126]: 6 0 99.5146 shouldn't be
105.81/106.60	WSVECS04 Frhs2[144]: 6 -16241.4 0 shouldn't be
105.81/106.60	WSVECS04 Frhs2[151]: 6 0 4280.17 shouldn't be
105.81/106.60	WSVECS04 Frhs2[165]: 6 0 13863.9 shouldn't be
105.81/106.60	WSVECS04 Frhs2[169]: 6 0 12491.7 shouldn't be
105.81/106.60	WSVECS04 Frhs2[181]: 6 0 21033.4 shouldn't be
105.81/106.60	WSVECS04 Frhs2[186]: 6 0 7022.08 shouldn't be
105.81/106.60	WSVECS04 Frhs2[191]: 6 0 14672.8 shouldn't be
105.81/106.60	WSVECS04 Frhs2[193]: 6 0 5957.51 shouldn't be
105.81/106.60	WSVECS04 Frhs2[205]: 6 0 5733.79 shouldn't be
105.81/106.60	WSVECS04 Frhs2[219]: 6 0 1107.88 shouldn't be
105.81/106.60	WSVECS04 Frhs2[254]: 6 0 282.627 shouldn't be
105.81/106.60	WSVECS04 Frhs2[257]: 6 0 38713.7 shouldn't be
105.81/106.60	WSVECS04 Frhs2[276]: 6 0 41833.2 shouldn't be
105.81/106.60	WSVECS04 Frhs2[279]: 6 0 9321.71 shouldn't be
105.81/106.60	WSVECS04 Frhs2[347]: 6 0 11788 shouldn't be
105.81/106.60	WSVECS04 Frhs2[455]: 6 -27527.5 0 shouldn't be
105.81/106.60	WSVECS04 Frhs2[469]: 6 -52600.7 0 shouldn't be
105.81/106.60	WSVECS04 Frhs2[479]: 6 -408 0 shouldn't be
105.81/106.60	WSVECS04 Frhs2[481]: 6 0 5774.1 shouldn't be
105.81/106.60	WSVECS04 Frhs2[531]: 6 -25344 0 shouldn't be
105.81/106.60	WSVECS04 Frhs2[540]: 6 -10625.9 0 shouldn't be
106.01/106.81	WSVECS04 Frhs2[68]: 6 0 147.985 shouldn't be
106.01/106.81	WSVECS04 Frhs2[130]: 6 0 4667.31 shouldn't be
106.11/106.93	WSVECS04 Frhs2[183]: 6 -2887.58 0 shouldn't be
109.51/110.30	c #Conflicts:     312000 | #Constraints:      17581
109.51/110.30	c #Conflicts:     313000 | #Constraints:      18581
109.51/110.30	c #Conflicts:     314000 | #Constraints:      19581
109.51/110.30	c #Conflicts:     315000 | #Constraints:      20581
109.51/110.30	c #Conflicts:     316000 | #Constraints:      21581
109.51/110.30	c #Conflicts:     317000 | #Constraints:      22582
109.51/110.30	c #Conflicts:     318000 | #Constraints:      23582
109.51/110.30	c #Conflicts:     319000 | #Constraints:      24582
109.51/110.30	c #Conflicts:     320000 | #Constraints:      25583
109.51/110.30	c #Conflicts:     321000 | #Constraints:      26584
109.51/110.30	c INPROCESSING
109.51/110.30	c GARBAGE COLLECT
109.51/110.30	WSVECS04 Frhs2[13]: 6 0 1653.48 shouldn't be
109.51/110.30	WSVECS04 Frhs2[14]: 6 0 1653.48 shouldn't be
109.51/110.30	WSVECS04 Frhs2[15]: 6 0 1653.48 shouldn't be
109.51/110.30	WSVECS04 Frhs2[16]: 6 0 1653.48 shouldn't be
109.51/110.30	WSVECS04 Frhs2[49]: 6 -1082.04 0 shouldn't be
109.51/110.30	WSVECS04 Frhs2[55]: 6 0 110.918 shouldn't be
109.51/110.30	WSVECS04 Frhs2[61]: 6 0 75.5061 shouldn't be
109.51/110.30	WSVECS04 Frhs2[75]: 6 0 302.603 shouldn't be
109.51/110.30	WSVECS04 Frhs2[95]: 6 0 93.3517 shouldn't be
109.51/110.30	WSVECS04 Frhs2[97]: 6 0 52.1463 shouldn't be
109.51/110.30	WSVECS04 Frhs2[107]: 6 0 185.344 shouldn't be
109.51/110.30	WSVECS04 Frhs2[121]: 6 0 48.0801 shouldn't be
109.51/110.30	WSVECS04 Frhs2[122]: 6 0 20.7911 shouldn't be
109.51/110.30	WSVECS04 Frhs2[123]: 6 -318.072 0 shouldn't be
109.51/110.30	WSVECS04 Frhs2[125]: 6 0 86.4853 shouldn't be
109.51/110.30	WSVECS04 Frhs2[127]: 6 0 71.6986 shouldn't be
109.51/110.30	WSVECS04 Frhs2[145]: 6 -504.809 0 shouldn't be
109.51/110.30	WSVECS04 Frhs2[146]: 6 0 67.7599 shouldn't be
109.51/110.30	WSVECS04 Frhs2[147]: 6 0 120.204 shouldn't be
109.51/110.30	WSVECS04 Frhs2[157]: 6 0 159.292 shouldn't be
109.51/110.30	WSVECS04 Frhs2[179]: 6 0 23.5023 shouldn't be
109.51/110.30	WSVECS04 Frhs2[181]: 6 0 237.408 shouldn't be
109.51/110.30	WSVECS04 Frhs2[193]: 6 0 51.9274 shouldn't be
109.51/110.30	WSVECS04 Frhs2[197]: 6 0 42.3119 shouldn't be
109.51/110.30	WSVECS04 Frhs2[199]: 6 0 16.037 shouldn't be
109.51/110.30	WSVECS04 Frhs2[211]: 6 0 11.3805 shouldn't be
109.51/110.30	WSVECS04 Frhs2[217]: 6 0 197.391 shouldn't be
109.51/110.30	WSVECS04 Frhs2[219]: 6 -847.973 0 shouldn't be
109.51/110.30	WSVECS04 Frhs2[231]: 6 -54.5167 0 shouldn't be
109.51/110.30	WSVECS04 Frhs2[235]: 6 0 47.6721 shouldn't be
109.51/110.30	WSVECS04 Frhs2[243]: 6 0 63.4291 shouldn't be
109.51/110.30	WSVECS04 Frhs2[247]: 6 0 11.3804 shouldn't be
109.51/110.30	WSVECS04 Frhs2[251]: 6 0 7.40465 shouldn't be
109.51/110.30	WSVECS04 Frhs2[253]: 6 0 242.443 shouldn't be
109.51/110.30	WSVECS04 Frhs2[255]: 6 0 326.987 shouldn't be
109.51/110.30	WSVECS04 Frhs2[290]: 6 0 81.374 shouldn't be
109.51/110.30	WSVECS04 Frhs2[291]: 6 0 168.625 shouldn't be
109.51/110.30	WSVECS04 Frhs2[301]: 6 0 130.261 shouldn't be
109.51/110.30	WSVECS04 Frhs2[337]: 6 0 147.562 shouldn't be
109.51/110.30	WSVECS04 Frhs2[341]: 6 0 18.9648 shouldn't be
109.51/110.30	WSVECS04 Frhs2[343]: 6 0 80.303 shouldn't be
109.51/110.30	WSVECS04 Frhs2[354]: 6 0 94.3046 shouldn't be
109.51/110.30	WSVECS04 Frhs2[362]: 6 0 40.8474 shouldn't be
109.51/110.30	WSVECS04 Frhs2[411]: 6 0 436.928 shouldn't be
109.60/110.44	WSVECS04 Frhs2[63]: 6 0 141.762 shouldn't be
109.60/110.44	WSVECS04 Frhs2[205]: 6 0 60.1131 shouldn't be
109.60/110.44	WSVECS04 Frhs2[283]: 6 0 3.97588 shouldn't be
109.60/110.44	WSVECS04 Frhs2[289]: 6 -570.86 0 shouldn't be
109.70/110.59	WSVECS04 Frhs2[85]: 6 0 106.772 shouldn't be
109.70/110.59	WSVECS04 Frhs2[175]: 6 0 72.4415 shouldn't be
109.70/110.59	WSVECS04 Frhs2[241]: 6 0 0.816254 shouldn't be
109.90/110.74	WSVECS04 Frhs2[271]: 6 0 32.7138 shouldn't be
109.90/110.74	WSVECS04 Frhs2[342]: 6 0 135.406 shouldn't be
110.00/110.89	WSVECS04 Frhs2[19]: 6 0 9.43011 shouldn't be
110.00/110.89	WSVECS04 Frhs2[67]: 6 0 3.97596 shouldn't be
110.00/110.89	WSVECS04 Frhs2[220]: 6 0 86.3509 shouldn't be
110.00/110.89	WSVECS04 Frhs2[292]: 6 0 14.3339 shouldn't be
110.21/111.04	WSVECS04 Frhs2[91]: 6 0 59.6818 shouldn't be
110.21/111.04	WSVECS04 Frhs2[222]: 6 0 148.644 shouldn't be
110.31/111.19	WSVECS04 Frhs2[102]: 6 0 78.2569 shouldn't be
110.31/111.19	WSVECS04 Frhs2[215]: 6 0 96.1032 shouldn't be
110.50/111.34	WSVECS04 Frhs2[99]: 6 0 87.5398 shouldn't be
110.50/111.34	WSVECS04 Frhs2[306]: 6 0 66.5697 shouldn't be
111.00/111.85	WSVECS04 Frhs2[38]: 6 0 6.2975 shouldn't be
111.20/112.09	WSVECS04 Frhs2[42]: 6 0 49.193 shouldn't be
111.20/112.09	WSVECS04 Frhs2[111]: 6 0 194.266 shouldn't be
111.20/112.09	WSVECS04 Frhs2[218]: 6 0 87.1968 shouldn't be
111.39/112.28	WSVECS04 Frhs2[109]: 6 0 273.455 shouldn't be
111.39/112.28	WSVECS04 Frhs2[406]: 6 -959.283 0 shouldn't be
111.60/112.48	WSVECS04 Frhs2[3]: 6 0 67.8225 shouldn't be
111.60/112.48	WSVECS04 Frhs2[39]: 6 0 117.015 shouldn't be
111.60/112.48	WSVECS04 Frhs2[40]: 6 0 62.3246 shouldn't be
116.68/117.64	c #Conflicts:     322000 | #Constraints:      16387
116.68/117.64	c #Conflicts:     323000 | #Constraints:      17387
116.68/117.64	c #Conflicts:     324000 | #Constraints:      18388
116.68/117.64	c #Conflicts:     325000 | #Constraints:      19390
116.68/117.64	c #Conflicts:     326000 | #Constraints:      20392
116.68/117.64	c #Conflicts:     327000 | #Constraints:      21394
116.68/117.64	c #Conflicts:     328000 | #Constraints:      22394
116.68/117.64	c #Conflicts:     329000 | #Constraints:      23395
116.68/117.64	c #Conflicts:     330000 | #Constraints:      24397
116.68/117.64	c #Conflicts:     331000 | #Constraints:      25402
116.68/117.64	c #Conflicts:     332000 | #Constraints:      26405
116.68/117.64	c #Conflicts:     333000 | #Constraints:      27409
116.68/117.64	c INPROCESSING
116.68/117.64	c GARBAGE COLLECT
116.68/117.64	WSVECS04 Frhs2[243]: 6 0 201.811 shouldn't be
116.68/117.64	WSVECS04 Frhs2[413]: 6 0 3.85827 shouldn't be
116.68/117.64	WSVECS04 Frhs2[418]: 6 0 31.9043 shouldn't be
116.78/117.79	WSVECS04 Frhs2[97]: 6 0 7.46856 shouldn't be
116.78/117.79	WSVECS04 Frhs2[139]: 6 0 219.101 shouldn't be
116.78/117.79	WSVECS04 Frhs2[142]: 6 0 219.101 shouldn't be
116.78/117.79	WSVECS04 Frhs2[220]: 6 0 76.5766 shouldn't be
116.78/117.79	WSVECS04 Frhs2[233]: 6 0 173.568 shouldn't be
116.78/117.79	WSVECS04 Frhs2[242]: 6 0 104.338 shouldn't be
116.78/117.79	WSVECS04 Frhs2[243]: 6 0 164.829 shouldn't be
116.78/117.79	WSVECS04 Frhs2[302]: 6 0 82.0374 shouldn't be
116.78/117.79	WSVECS04 Frhs2[305]: 6 0 255.605 shouldn't be
116.78/117.79	WSVECS04 Frhs2[332]: 6 0 97.4696 shouldn't be
116.78/117.79	WSVECS04 Frhs2[342]: 6 0 402.438 shouldn't be
116.78/117.79	WSVECS04 Frhs2[348]: 6 0 304.939 shouldn't be
116.78/117.79	WSVECS04 Frhs2[352]: 6 0 197.838 shouldn't be
116.78/117.79	WSVECS04 Frhs2[364]: 6 -123.11 0 shouldn't be
116.78/117.79	WSVECS04 Frhs2[365]: 6 -383.812 0 shouldn't be
120.96/121.99	c #Conflicts:     334000 | #Constraints:      16998
120.96/121.99	c #Conflicts:     335000 | #Constraints:      17999
120.96/121.99	c #Conflicts:     336000 | #Constraints:      19000
120.96/121.99	c #Conflicts:     337000 | #Constraints:      20000
120.96/121.99	c #Conflicts:     338000 | #Constraints:      21001
120.96/121.99	c #Conflicts:     339000 | #Constraints:      22001
120.96/121.99	c #Conflicts:     340000 | #Constraints:      23002
120.96/121.99	c #Conflicts:     341000 | #Constraints:      24003
120.96/121.99	c #Conflicts:     342000 | #Constraints:      25003
120.96/121.99	c #Conflicts:     343000 | #Constraints:      26005
120.96/121.99	c #Conflicts:     344000 | #Constraints:      27006
120.96/121.99	c #Conflicts:     345000 | #Constraints:      28006
120.96/121.99	c INPROCESSING
120.96/121.99	c GARBAGE COLLECT
120.96/121.99	WSVECS04 Frhs2[74]: 6 0 3571.93 shouldn't be
120.96/121.99	WSVECS04 Frhs2[114]: 6 0 3893.27 shouldn't be
120.96/121.99	WSVECS04 Frhs2[167]: 6 0 1329.21 shouldn't be
120.96/121.99	WSVECS04 Frhs2[201]: 6 0 1789.87 shouldn't be
120.96/121.99	WSVECS04 Frhs2[259]: 6 0 58.8495 shouldn't be
120.96/121.99	WSVECS04 Frhs2[261]: 6 0 5252.48 shouldn't be
120.96/121.99	WSVECS04 Frhs2[279]: 6 0 4607.69 shouldn't be
120.96/121.99	WSVECS04 Frhs2[289]: 6 -4123.62 0 shouldn't be
120.96/121.99	WSVECS04 Frhs2[304]: 6 0 465.454 shouldn't be
120.96/121.99	WSVECS04 Frhs2[312]: 6 0 387.715 shouldn't be
120.96/121.99	WSVECS04 Frhs2[415]: 6 0 3488.44 shouldn't be
120.96/121.99	WSVECS04 Frhs2[421]: 6 0 342.918 shouldn't be
121.17/122.10	WSVECS04 Frhs2[6]: 6 0 4300.37 shouldn't be
121.17/122.10	WSVECS04 Frhs2[49]: 6 -33123.1 0 shouldn't be
121.17/122.10	WSVECS04 Frhs2[64]: 6 0 23890.5 shouldn't be
121.17/122.10	WSVECS04 Frhs2[78]: 6 0 4757.81 shouldn't be
121.17/122.10	WSVECS04 Frhs2[145]: 6 0 25846.6 shouldn't be
121.17/122.10	WSVECS04 Frhs2[148]: 6 0 6108.83 shouldn't be
121.17/122.10	WSVECS04 Frhs2[194]: 6 0 20082.6 shouldn't be
121.17/122.10	WSVECS04 Frhs2[200]: 6 0 7259.27 shouldn't be
121.17/122.10	WSVECS04 Frhs2[294]: 6 0 5258.65 shouldn't be
121.17/122.10	WSVECS04 Frhs2[306]: 6 0 80.0919 shouldn't be
121.17/122.10	WSVECS04 Frhs2[307]: 6 -4925.06 0 shouldn't be
121.17/122.10	WSVECS04 Frhs2[316]: 6 0 9628.03 shouldn't be
121.17/122.10	WSVECS04 Frhs2[332]: 6 0 12710.7 shouldn't be
121.17/122.10	WSVECS04 Frhs2[384]: 6 0 990.179 shouldn't be
121.17/122.10	WSVECS04 Frhs2[406]: 6 0 1553.65 shouldn't be
121.26/122.23	WSVECS04 Frhs2[81]: 6 0 405.843 shouldn't be
121.26/122.23	WSVECS04 Frhs2[85]: 6 0 9790.38 shouldn't be
121.26/122.23	WSVECS04 Frhs2[121]: 6 0 24541.9 shouldn't be
121.26/122.23	WSVECS04 Frhs2[187]: 6 0 58.8495 shouldn't be
121.26/122.23	WSVECS04 Frhs2[189]: 6 0 16633 shouldn't be
121.26/122.23	WSVECS04 Frhs2[297]: 6 0 1628.69 shouldn't be
121.26/122.23	WSVECS04 Frhs2[395]: 6 0 3666.69 shouldn't be
121.26/122.23	WSVECS04 Frhs2[448]: 6 -10007.5 0 shouldn't be
121.26/122.23	WSVECS04 Frhs2[459]: 6 0 13649.7 shouldn't be
121.26/122.23	WSVECS04 Frhs2[464]: 6 0 6537.02 shouldn't be
121.26/122.23	WSVECS04 Frhs2[475]: 6 0 2575.42 shouldn't be
121.36/122.35	WSVECS04 Frhs2[54]: 6 0 8534.99 shouldn't be
121.36/122.35	WSVECS04 Frhs2[126]: 6 0 8534.99 shouldn't be
121.36/122.35	WSVECS04 Frhs2[234]: 6 0 8278.08 shouldn't be
121.36/122.35	WSVECS04 Frhs2[254]: 6 0 8525.18 shouldn't be
121.36/122.35	WSVECS04 Frhs2[256]: 6 0 15525.4 shouldn't be
121.36/122.35	WSVECS04 Frhs2[258]: 6 0 8567.61 shouldn't be
121.36/122.35	WSVECS04 Frhs2[327]: 6 0 9979.05 shouldn't be
121.36/122.35	WSVECS04 Frhs2[381]: 6 -546.185 0 shouldn't be
121.36/122.35	WSVECS04 Frhs2[391]: 6 0 164.448 shouldn't be
121.36/122.35	WSVECS04 Frhs2[396]: 6 0 2399.03 shouldn't be
121.36/122.35	WSVECS04 Frhs2[427]: 6 -10238.5 0 shouldn't be
121.36/122.35	WSVECS04 Frhs2[447]: 6 0 9045.09 shouldn't be
121.36/122.35	WSVECS04 Frhs2[450]: 6 0 13580.3 shouldn't be
121.36/122.35	WSVECS04 Frhs2[486]: 6 0 2547.67 shouldn't be
121.46/122.50	WSVECS04 Frhs2[58]: 6 -337 0 shouldn't be
121.46/122.50	WSVECS04 Frhs2[131]: 6 0 429.877 shouldn't be
121.46/122.50	WSVECS04 Frhs2[143]: 6 0 19887.3 shouldn't be
121.46/122.50	WSVECS04 Frhs2[155]: 6 0 66007.9 shouldn't be
121.46/122.50	WSVECS04 Frhs2[170]: 6 0 21202.4 shouldn't be
121.46/122.50	WSVECS04 Frhs2[177]: 6 0 11289.5 shouldn't be
121.46/122.50	WSVECS04 Frhs2[251]: 6 0 17288.1 shouldn't be
121.46/122.50	WSVECS04 Frhs2[323]: 6 0 23643.3 shouldn't be
121.46/122.50	WSVECS04 Frhs2[328]: 6 0 16403.2 shouldn't be
121.46/122.50	WSVECS04 Frhs2[342]: 6 0 16018.8 shouldn't be
121.46/122.50	WSVECS04 Frhs2[359]: 6 0 18778.4 shouldn't be
121.46/122.50	WSVECS04 Frhs2[429]: 6 0 13092.3 shouldn't be
121.46/122.50	WSVECS04 Frhs2[430]: 6 0 16507.6 shouldn't be
121.46/122.50	WSVECS04 Frhs2[433]: 6 -9172 0 shouldn't be
121.46/122.50	WSVECS04 Frhs2[442]: 6 0 18770.9 shouldn't be
121.46/122.50	WSVECS04 Frhs2[480]: 6 0 6369.27 shouldn't be
121.46/122.50	WSVECS04 Frhs2[481]: 6 0 10526 shouldn't be
121.46/122.50	WSVECS04 Frhs2[482]: 6 0 8145.99 shouldn't be
121.46/122.50	WSVECS04 Frhs2[483]: 6 0 10040.4 shouldn't be
121.46/122.50	WSVECS04 Frhs2[485]: 6 0 7090.16 shouldn't be
121.46/122.50	WSVECS04 Frhs2[537]: 6 0 29512.5 shouldn't be
121.66/122.65	WSVECS04 Frhs2[3]: 6 0 21811 shouldn't be
121.66/122.65	WSVECS04 Frhs2[138]: 6 0 21413.6 shouldn't be
121.66/122.65	WSVECS04 Frhs2[168]: 6 0 25396.5 shouldn't be
121.66/122.65	WSVECS04 Frhs2[255]: 6 0 21260.1 shouldn't be
121.66/122.65	WSVECS04 Frhs2[265]: 6 0 41341.3 shouldn't be
121.66/122.65	WSVECS04 Frhs2[283]: 6 0 27046.3 shouldn't be
121.66/122.65	WSVECS04 Frhs2[286]: 6 0 27046.3 shouldn't be
121.66/122.65	WSVECS04 Frhs2[305]: 6 0 22715.2 shouldn't be
121.66/122.65	WSVECS04 Frhs2[335]: 6 0 28578.4 shouldn't be
121.66/122.65	WSVECS04 Frhs2[337]: 6 0 38846 shouldn't be
121.66/122.65	WSVECS04 Frhs2[398]: 6 -1714.35 0 shouldn't be
121.66/122.65	WSVECS04 Frhs2[416]: 6 0 36845.1 shouldn't be
121.66/122.65	WSVECS04 Frhs2[418]: 6 0 42224.9 shouldn't be
121.66/122.65	WSVECS04 Frhs2[456]: 6 0 37895.8 shouldn't be
121.66/122.65	WSVECS04 Frhs2[460]: 6 0 21113.7 shouldn't be
121.66/122.65	WSVECS04 Frhs2[477]: 6 0 6296.51 shouldn't be
121.66/122.65	WSVECS04 Frhs2[523]: 6 0 17092 shouldn't be
121.66/122.65	WSVECS04 Frhs2[526]: 6 0 5574.13 shouldn't be
121.76/122.79	WSVECS04 Frhs2[2]: 6 0 45963.7 shouldn't be
121.76/122.79	WSVECS04 Frhs2[5]: 6 0 56768.3 shouldn't be
121.76/122.79	WSVECS04 Frhs2[38]: 6 0 5408.11 shouldn't be
121.76/122.79	WSVECS04 Frhs2[59]: 6 0 25903 shouldn't be
121.76/122.79	WSVECS04 Frhs2[71]: 6 0 16861.8 shouldn't be
121.76/122.79	WSVECS04 Frhs2[77]: 6 0 37814.8 shouldn't be
121.76/122.79	WSVECS04 Frhs2[96]: 6 0 25838.1 shouldn't be
121.76/122.79	WSVECS04 Frhs2[103]: 6 0 23501.1 shouldn't be
121.76/122.79	WSVECS04 Frhs2[139]: 6 0 20953 shouldn't be
121.76/122.79	WSVECS04 Frhs2[140]: 6 0 2504.41 shouldn't be
121.76/122.79	WSVECS04 Frhs2[185]: 6 0 33909.4 shouldn't be
121.76/122.79	WSVECS04 Frhs2[293]: 6 0 56061 shouldn't be
121.76/122.79	WSVECS04 Frhs2[299]: 6 0 14067 shouldn't be
121.76/122.79	WSVECS04 Frhs2[341]: 6 0 27409 shouldn't be
121.76/122.79	WSVECS04 Frhs2[354]: 6 0 38182.2 shouldn't be
121.76/122.79	WSVECS04 Frhs2[369]: 6 0 29418.4 shouldn't be
121.76/122.79	WSVECS04 Frhs2[371]: 6 0 50452 shouldn't be
121.76/122.79	WSVECS04 Frhs2[374]: 6 0 27161.1 shouldn't be
121.76/122.79	WSVECS04 Frhs2[379]: 6 0 25796.8 shouldn't be
121.76/122.79	WSVECS04 Frhs2[383]: 6 0 25323.4 shouldn't be
121.76/122.79	WSVECS04 Frhs2[390]: 6 0 29418.4 shouldn't be
121.76/122.79	WSVECS04 Frhs2[403]: 6 0 36391.7 shouldn't be
121.76/122.79	WSVECS04 Frhs2[413]: 6 0 36656.9 shouldn't be
121.76/122.79	WSVECS04 Frhs2[445]: 6 0 18186.4 shouldn't be
121.76/122.79	WSVECS04 Frhs2[452]: 6 0 24581 shouldn't be
121.76/122.79	WSVECS04 Frhs2[465]: 6 0 329.926 shouldn't be
121.76/122.79	WSVECS04 Frhs2[471]: 6 0 8387.92 shouldn't be
121.76/122.79	WSVECS04 Frhs2[508]: 6 0 20412.1 shouldn't be
121.76/122.79	WSVECS04 Frhs2[516]: 6 0 1823.16 shouldn't be
121.76/122.79	WSVECS04 Frhs2[524]: 6 0 1513.62 shouldn't be
121.76/122.79	WSVECS04 Frhs2[529]: 6 0 6132.24 shouldn't be
121.76/122.79	WSVECS04 Frhs2[534]: 6 0 3884.07 shouldn't be
121.96/122.93	WSVECS04 Frhs2[27]: 6 0 884.148 shouldn't be
121.96/122.93	WSVECS04 Frhs2[37]: 6 -41804.8 0 shouldn't be
121.96/122.93	WSVECS04 Frhs2[66]: 6 0 42625.5 shouldn't be
121.96/122.93	WSVECS04 Frhs2[113]: 6 0 43539.8 shouldn't be
121.96/122.93	WSVECS04 Frhs2[147]: 6 0 31819.7 shouldn't be
121.96/122.93	WSVECS04 Frhs2[149]: 6 0 49770.5 shouldn't be
121.96/122.93	WSVECS04 Frhs2[174]: 6 0 50183.7 shouldn't be
121.96/122.93	WSVECS04 Frhs2[193]: 6 0 41175.4 shouldn't be
121.96/122.93	WSVECS04 Frhs2[198]: 6 0 28342.1 shouldn't be
121.96/122.93	WSVECS04 Frhs2[203]: 6 0 3600.53 shouldn't be
121.96/122.93	WSVECS04 Frhs2[219]: 6 0 21570.3 shouldn't be
121.96/122.93	WSVECS04 Frhs2[222]: 6 0 9736.72 shouldn't be
121.96/122.93	WSVECS04 Frhs2[229]: 6 0 41084.4 shouldn't be
121.96/122.93	WSVECS04 Frhs2[233]: 6 0 22378.2 shouldn't be
121.96/122.93	WSVECS04 Frhs2[244]: 6 0 32108.8 shouldn't be
121.96/122.93	WSVECS04 Frhs2[246]: 6 -3859.65 0 shouldn't be
121.96/122.93	WSVECS04 Frhs2[269]: 6 0 22293.2 shouldn't be
121.96/122.93	WSVECS04 Frhs2[326]: 6 0 22290.5 shouldn't be
121.96/122.93	WSVECS04 Frhs2[329]: 6 0 74696.7 shouldn't be
121.96/122.93	WSVECS04 Frhs2[362]: 6 0 25040.7 shouldn't be
121.96/122.93	WSVECS04 Frhs2[363]: 6 0 53931.9 shouldn't be
121.96/122.93	WSVECS04 Frhs2[392]: 6 0 37281.4 shouldn't be
121.96/122.93	WSVECS04 Frhs2[393]: 6 0 35842.7 shouldn't be
121.96/122.93	WSVECS04 Frhs2[408]: 6 0 38874.3 shouldn't be
121.96/122.93	WSVECS04 Frhs2[422]: 6 0 17438.7 shouldn't be
121.96/122.93	WSVECS04 Frhs2[466]: 6 0 63671.3 shouldn't be
121.96/122.93	WSVECS04 Frhs2[494]: 6 0 11702.6 shouldn't be
121.96/122.93	WSVECS04 Frhs2[495]: 6 0 23161.4 shouldn't be
121.96/122.93	WSVECS04 Frhs2[502]: 6 0 48256.8 shouldn't be
121.96/122.93	WSVECS04 Frhs2[505]: 6 -30860 0 shouldn't be
121.96/122.93	WSVECS04 Frhs2[521]: 6 0 859.516 shouldn't be
122.07/123.06	WSVECS04 Frhs2[13]: 6 0 25978.2 shouldn't be
122.07/123.06	WSVECS04 Frhs2[30]: 6 0 42625.5 shouldn't be
122.07/123.06	WSVECS04 Frhs2[109]: 6 0 10325.6 shouldn't be
122.07/123.06	WSVECS04 Frhs2[132]: 6 0 26696.9 shouldn't be
122.07/123.06	WSVECS04 Frhs2[282]: 6 0 45006.3 shouldn't be
122.07/123.06	WSVECS04 Frhs2[287]: 6 0 45749.1 shouldn't be
122.07/123.06	WSVECS04 Frhs2[366]: 6 0 44097.3 shouldn't be
122.07/123.06	WSVECS04 Frhs2[434]: 6 0 8627.9 shouldn't be
122.07/123.06	WSVECS04 Frhs2[489]: 6 0 78735.1 shouldn't be
122.07/123.06	WSVECS04 Frhs2[506]: 6 0 22436.5 shouldn't be
122.07/123.06	WSVECS04 Frhs2[518]: 6 0 16755.3 shouldn't be
122.26/123.20	WSVECS04 Frhs2[23]: 6 0 4933.52 shouldn't be
122.26/123.20	WSVECS04 Frhs2[35]: 6 0 13658.1 shouldn't be
122.26/123.20	WSVECS04 Frhs2[220]: 6 0 29277.1 shouldn't be
122.26/123.20	WSVECS04 Frhs2[263]: 6 0 22861.5 shouldn't be
122.26/123.20	WSVECS04 Frhs2[278]: 6 0 16013.6 shouldn't be
122.26/123.20	WSVECS04 Frhs2[280]: 6 0 21407.1 shouldn't be
122.26/123.20	WSVECS04 Frhs2[484]: 6 -22552.5 0 shouldn't be
122.26/123.20	WSVECS04 Frhs2[501]: 6 -38066.2 0 shouldn't be
122.45/123.42	WSVECS04 Frhs2[65]: 6 0 410.769 shouldn't be
122.45/123.42	WSVECS04 Frhs2[104]: 6 0 23557.3 shouldn't be
122.45/123.42	WSVECS04 Frhs2[195]: 6 -27128.8 0 shouldn't be
122.45/123.42	WSVECS04 Frhs2[267]: 6 -13702 0 shouldn't be
122.45/123.42	WSVECS04 Frhs2[314]: 6 0 5829.23 shouldn't be
122.45/123.42	WSVECS04 Frhs2[318]: 6 0 35504.3 shouldn't be
122.45/123.42	WSVECS04 Frhs2[419]: 6 0 36958.1 shouldn't be
122.66/123.60	WSVECS04 Frhs2[153]: 6 0 47896.3 shouldn't be
122.66/123.60	WSVECS04 Frhs2[245]: 6 0 14537.8 shouldn't be
122.66/123.60	WSVECS04 Frhs2[453]: 6 0 61625.9 shouldn't be
122.86/123.80	WSVECS04 Frhs2[28]: 6 0 14051.8 shouldn't be
122.86/123.80	WSVECS04 Frhs2[142]: 6 0 21104 shouldn't be
122.86/123.80	WSVECS04 Frhs2[402]: 6 -36536.7 0 shouldn't be
123.45/124.41	WSVECS04 Frhs2[161]: 6 0 5002.28 shouldn't be
123.65/124.62	WSVECS04 Frhs2[53]: 6 0 10208.9 shouldn't be
123.76/124.75	WSVECS04 Frhs2[24]: 6 0 186210 shouldn't be
123.76/124.75	WSVECS04 Frhs2[32]: 6 0 284467 shouldn't be
123.76/124.75	WSVECS04 Frhs2[155]: 6 0 313712 shouldn't be
123.76/124.75	WSVECS04 Frhs2[156]: 6 0 106195 shouldn't be
123.76/124.75	WSVECS04 Frhs2[232]: 6 0 21957.5 shouldn't be
123.76/124.75	WSVECS04 Frhs2[256]: 6 0 146219 shouldn't be
123.76/124.75	WSVECS04 Frhs2[304]: 6 0 21957.5 shouldn't be
123.76/124.75	WSVECS04 Frhs2[348]: 6 0 39888.4 shouldn't be
123.76/124.75	WSVECS04 Frhs2[361]: 6 0 588993 shouldn't be
123.76/124.75	WSVECS04 Frhs2[362]: 6 0 15600.2 shouldn't be
123.76/124.75	WSVECS04 Frhs2[366]: 6 0 361844 shouldn't be
123.76/124.75	WSVECS04 Frhs2[370]: 6 0 279 shouldn't be
123.76/124.75	WSVECS04 Frhs2[377]: 6 0 380 shouldn't be
123.76/124.75	WSVECS04 Frhs2[380]: 6 0 486 shouldn't be
123.76/124.75	WSVECS04 Frhs2[381]: 6 -130424 0 shouldn't be
123.76/124.75	WSVECS04 Frhs2[409]: 6 0 31722.9 shouldn't be
123.76/124.75	WSVECS04 Frhs2[423]: 6 0 12716.4 shouldn't be
123.76/124.75	WSVECS04 Frhs2[437]: 6 0 92718.8 shouldn't be
123.76/124.75	WSVECS04 Frhs2[439]: 6 0 394258 shouldn't be
123.76/124.75	WSVECS04 Frhs2[442]: 6 0 89669.5 shouldn't be
123.76/124.75	WSVECS04 Frhs2[444]: 6 0 89679.5 shouldn't be
123.76/124.75	WSVECS04 Frhs2[449]: 6 0 106 shouldn't be
123.76/124.75	WSVECS04 Frhs2[465]: 6 0 21360.1 shouldn't be
123.76/124.75	WSVECS04 Frhs2[493]: 6 -380 0 shouldn't be
123.76/124.75	WSVECS04 Frhs2[494]: 6 0 26529.7 shouldn't be
123.76/124.75	WSVECS04 Frhs2[497]: 6 -8376.69 0 shouldn't be
123.76/124.75	WSVECS04 Frhs2[506]: 6 0 27440.4 shouldn't be
123.76/124.75	WSVECS04 Frhs2[537]: 6 0 180290 shouldn't be
129.24/130.29	c #Conflicts:     346000 | #Constraints:      17408
129.24/130.29	c #Conflicts:     347000 | #Constraints:      18409
129.24/130.29	c #Conflicts:     348000 | #Constraints:      19412
129.24/130.29	c #Conflicts:     349000 | #Constraints:      20417
129.24/130.29	c #Conflicts:     350000 | #Constraints:      21421
129.24/130.29	c #Conflicts:     351000 | #Constraints:      22423
129.24/130.29	c #Conflicts:     352000 | #Constraints:      23426
129.24/130.29	c #Conflicts:     353000 | #Constraints:      24428
129.24/130.29	c #Conflicts:     354000 | #Constraints:      25430
129.24/130.29	c #Conflicts:     355000 | #Constraints:      26432
129.24/130.29	c #Conflicts:     356000 | #Constraints:      27436
129.24/130.29	c #Conflicts:     357000 | #Constraints:      28439
129.24/130.29	c INPROCESSING
129.24/130.29	c GARBAGE COLLECT
129.24/130.29	c #Conflicts:     358000 | #Constraints:      17616
129.24/130.29	WSVECS04 Frhs2[16]: 6 0 67.4128 shouldn't be
129.24/130.29	WSVECS04 Frhs2[40]: 6 0 65.5977 shouldn't be
129.24/130.29	WSVECS04 Frhs2[62]: 6 0 481.129 shouldn't be
129.24/130.29	WSVECS04 Frhs2[63]: 6 0 883.585 shouldn't be
129.24/130.29	WSVECS04 Frhs2[64]: 6 0 375.731 shouldn't be
129.24/130.29	WSVECS04 Frhs2[65]: 6 -8.16421 0 shouldn't be
129.24/130.29	WSVECS04 Frhs2[100]: 6 0 126.739 shouldn't be
129.24/130.29	WSVECS04 Frhs2[104]: 6 0 201.738 shouldn't be
129.24/130.29	WSVECS04 Frhs2[144]: 6 -408 0 shouldn't be
129.24/130.29	WSVECS04 Frhs2[145]: 6 -833.338 0 shouldn't be
129.24/130.29	WSVECS04 Frhs2[150]: 6 0 12.5887 shouldn't be
129.24/130.29	WSVECS04 Frhs2[161]: 6 0 1123.38 shouldn't be
129.24/130.29	WSVECS04 Frhs2[162]: 6 0 1081.66 shouldn't be
129.24/130.29	WSVECS04 Frhs2[176]: 6 0 875.788 shouldn't be
129.24/130.29	WSVECS04 Frhs2[177]: 6 0 78.1873 shouldn't be
129.24/130.29	WSVECS04 Frhs2[178]: 6 0 49.7406 shouldn't be
129.24/130.29	WSVECS04 Frhs2[185]: 6 0 206.442 shouldn't be
129.24/130.29	WSVECS04 Frhs2[186]: 6 0 531.944 shouldn't be
129.24/130.29	WSVECS04 Frhs2[191]: 6 0 737.976 shouldn't be
129.24/130.29	WSVECS04 Frhs2[195]: 6 -697.258 0 shouldn't be
129.24/130.29	WSVECS04 Frhs2[212]: 6 0 266.684 shouldn't be
129.24/130.29	WSVECS04 Frhs2[227]: 6 0 278.868 shouldn't be
129.24/130.29	WSVECS04 Frhs2[271]: 6 0 103.257 shouldn't be
129.24/130.29	WSVECS04 Frhs2[308]: 6 0 1039.17 shouldn't be
129.24/130.29	WSVECS04 Frhs2[311]: 6 0 524.595 shouldn't be
129.24/130.29	WSVECS04 Frhs2[315]: 6 0 25.2952 shouldn't be
129.24/130.29	WSVECS04 Frhs2[438]: 6 0 901.917 shouldn't be
129.24/130.29	WSVECS04 Frhs2[475]: 6 -492.326 0 shouldn't be
129.24/130.29	WSVECS04 Frhs2[531]: 6 0 415.337 shouldn't be
129.24/130.29	WSVECS04 Frhs2[536]: 6 -1132.95 0 shouldn't be
129.74/130.77	c #Conflicts:     359000 | #Constraints:      18617
129.74/130.77	WSVECS04 Frhs2[9]: 6 0 155.15 shouldn't be
129.74/130.77	WSVECS04 Frhs2[46]: 6 0 2632.09 shouldn't be
129.74/130.77	WSVECS04 Frhs2[50]: 6 0 56584.1 shouldn't be
129.74/130.77	WSVECS04 Frhs2[69]: 6 0 34108.3 shouldn't be
129.74/130.77	WSVECS04 Frhs2[74]: 6 0 119066 shouldn't be
129.74/130.77	WSVECS04 Frhs2[81]: 6 0 2787.24 shouldn't be
129.74/130.77	WSVECS04 Frhs2[96]: 6 0 105819 shouldn't be
129.74/130.77	WSVECS04 Frhs2[99]: 6 0 53595.7 shouldn't be
129.74/130.77	WSVECS04 Frhs2[101]: 6 0 257150 shouldn't be
129.74/130.77	WSVECS04 Frhs2[168]: 6 0 55444.6 shouldn't be
129.74/130.77	WSVECS04 Frhs2[182]: 6 0 100436 shouldn't be
129.74/130.77	WSVECS04 Frhs2[183]: 6 0 10603.5 shouldn't be
129.74/130.77	WSVECS04 Frhs2[210]: 6 -117649 0 shouldn't be
129.74/130.77	WSVECS04 Frhs2[214]: 6 0 57999.8 shouldn't be
129.74/130.77	WSVECS04 Frhs2[216]: 6 0 170374 shouldn't be
129.74/130.77	WSVECS04 Frhs2[218]: 6 0 358204 shouldn't be
129.74/130.77	WSVECS04 Frhs2[222]: 6 0 88986.4 shouldn't be
129.74/130.77	WSVECS04 Frhs2[254]: 6 0 113787 shouldn't be
129.74/130.77	WSVECS04 Frhs2[273]: 6 0 62992.3 shouldn't be
129.74/130.77	WSVECS04 Frhs2[274]: 6 0 63103.7 shouldn't be
129.74/130.77	WSVECS04 Frhs2[282]: 6 0 47875.6 shouldn't be
129.74/130.77	WSVECS04 Frhs2[290]: 6 0 91193.7 shouldn't be
129.74/130.77	WSVECS04 Frhs2[295]: 6 0 134148 shouldn't be
129.74/130.77	WSVECS04 Frhs2[314]: 6 0 63628 shouldn't be
129.74/130.77	WSVECS04 Frhs2[326]: 6 0 75888 shouldn't be
129.74/130.77	WSVECS04 Frhs2[336]: 6 0 1705.05 shouldn't be
129.74/130.77	WSVECS04 Frhs2[357]: 6 0 41026.8 shouldn't be
129.74/130.77	WSVECS04 Frhs2[374]: 6 0 186251 shouldn't be
129.74/130.77	WSVECS04 Frhs2[391]: 6 0 20631.8 shouldn't be
129.74/130.77	WSVECS04 Frhs2[399]: 6 0 98072.7 shouldn't be
129.74/130.77	WSVECS04 Frhs2[412]: 6 0 61731.9 shouldn't be
129.74/130.77	WSVECS04 Frhs2[413]: 6 0 297185 shouldn't be
129.74/130.77	WSVECS04 Frhs2[415]: 6 0 92424.9 shouldn't be
129.74/130.77	WSVECS04 Frhs2[419]: 6 0 264884 shouldn't be
129.74/130.77	WSVECS04 Frhs2[421]: 6 0 57992 shouldn't be
129.74/130.77	WSVECS04 Frhs2[423]: 6 0 57808 shouldn't be
129.74/130.77	WSVECS04 Frhs2[428]: 6 0 17270.4 shouldn't be
129.74/130.77	WSVECS04 Frhs2[440]: 6 0 36421.9 shouldn't be
129.74/130.77	WSVECS04 Frhs2[459]: 6 0 90725.9 shouldn't be
129.74/130.77	WSVECS04 Frhs2[464]: 6 0 63978.6 shouldn't be
129.74/130.77	WSVECS04 Frhs2[470]: 6 0 110878 shouldn't be
129.74/130.77	WSVECS04 Frhs2[471]: 6 0 61283.4 shouldn't be
129.74/130.77	WSVECS04 Frhs2[472]: 6 0 36913.4 shouldn't be
129.74/130.77	WSVECS04 Frhs2[473]: 6 0 37026.4 shouldn't be
129.74/130.77	WSVECS04 Frhs2[476]: 6 0 216661 shouldn't be
129.74/130.77	WSVECS04 Frhs2[477]: 6 0 43202.6 shouldn't be
129.74/130.77	WSVECS04 Frhs2[480]: 6 0 62765.3 shouldn't be
129.74/130.77	WSVECS04 Frhs2[493]: 6 0 38103.5 shouldn't be
129.74/130.77	WSVECS04 Frhs2[504]: 6 -80695 0 shouldn't be
129.74/130.77	WSVECS04 Frhs2[540]: 6 0 101544 shouldn't be
129.84/130.86	WSVECS04 Frhs2[45]: 6 0 2787.24 shouldn't be
129.84/130.86	WSVECS04 Frhs2[117]: 6 0 2787.24 shouldn't be
129.84/130.86	WSVECS04 Frhs2[219]: 6 0 161856 shouldn't be
129.84/130.86	WSVECS04 Frhs2[220]: 6 0 152516 shouldn't be
129.84/130.86	WSVECS04 Frhs2[258]: 6 0 80419.8 shouldn't be
129.84/130.86	WSVECS04 Frhs2[261]: 6 0 3416.74 shouldn't be
129.84/130.86	WSVECS04 Frhs2[294]: 6 0 69010.5 shouldn't be
129.84/130.86	WSVECS04 Frhs2[306]: 6 0 46371.9 shouldn't be
129.84/130.86	WSVECS04 Frhs2[383]: 6 0 237362 shouldn't be
129.84/130.86	WSVECS04 Frhs2[395]: 6 0 65755.7 shouldn't be
129.84/130.86	WSVECS04 Frhs2[405]: 6 0 34949.6 shouldn't be
129.84/130.86	WSVECS04 Frhs2[411]: 6 -216178 0 shouldn't be
129.84/130.86	WSVECS04 Frhs2[430]: 6 0 51847.8 shouldn't be
129.84/130.86	WSVECS04 Frhs2[435]: 6 0 35349.9 shouldn't be
129.84/130.86	WSVECS04 Frhs2[437]: 6 0 58400 shouldn't be
129.84/130.86	WSVECS04 Frhs2[485]: 6 0 51858.3 shouldn't be
129.84/130.86	WSVECS04 Frhs2[516]: 6 0 196326 shouldn't be
129.93/130.97	WSVECS04 Frhs2[52]: 6 0 4073.19 shouldn't be
129.93/130.97	WSVECS04 Frhs2[70]: 6 0 94533.8 shouldn't be
129.93/130.97	WSVECS04 Frhs2[105]: 6 0 19553.4 shouldn't be
129.93/130.97	WSVECS04 Frhs2[153]: 6 0 194017 shouldn't be
129.93/130.97	WSVECS04 Frhs2[187]: 6 0 7941.22 shouldn't be
129.93/130.97	WSVECS04 Frhs2[190]: 6 0 9159.66 shouldn't be
129.93/130.97	WSVECS04 Frhs2[206]: 6 0 114554 shouldn't be
129.93/130.97	WSVECS04 Frhs2[278]: 6 0 139195 shouldn't be
129.93/130.97	WSVECS04 Frhs2[322]: 6 0 149831 shouldn't be
129.93/130.97	WSVECS04 Frhs2[334]: 6 0 4081.12 shouldn't be
129.93/130.97	WSVECS04 Frhs2[341]: 6 0 75043.9 shouldn't be
129.93/130.97	WSVECS04 Frhs2[351]: 6 0 39408.7 shouldn't be
129.93/130.97	WSVECS04 Frhs2[369]: 6 0 213539 shouldn't be
129.93/130.97	WSVECS04 Frhs2[414]: 6 0 292735 shouldn't be
129.93/130.97	WSVECS04 Frhs2[422]: 6 0 289162 shouldn't be
134.33/135.39	c #Conflicts:     360000 | #Constraints:      19618
134.33/135.39	c #Conflicts:     361000 | #Constraints:      20618
134.33/135.39	c #Conflicts:     362000 | #Constraints:      21618
134.33/135.39	c #Conflicts:     363000 | #Constraints:      22618
134.33/135.39	c #Conflicts:     364000 | #Constraints:      23619
134.33/135.39	c #Conflicts:     365000 | #Constraints:      24620
134.33/135.39	c #Conflicts:     366000 | #Constraints:      25621
134.33/135.39	c #Conflicts:     367000 | #Constraints:      26621
134.33/135.39	c #Conflicts:     368000 | #Constraints:      27621
134.33/135.39	c #Conflicts:     369000 | #Constraints:      28621
134.33/135.39	c INPROCESSING
134.33/135.39	c GARBAGE COLLECT
134.33/135.39	WSVECS04 Frhs2[162]: 6 0 40.4049 shouldn't be
134.33/135.39	WSVECS04 Frhs2[348]: 6 0 105.977 shouldn't be
134.33/135.39	WSVECS04 Frhs2[462]: 6 0 43.0001 shouldn't be
134.52/135.56	WSVECS04 Frhs2[92]: 6 0 43.4143 shouldn't be
134.52/135.56	WSVECS04 Frhs2[182]: 6 0 41.4017 shouldn't be
134.52/135.56	WSVECS04 Frhs2[304]: 6 0 23.7014 shouldn't be
134.52/135.56	WSVECS04 Frhs2[464]: 6 0 73.7547 shouldn't be
134.72/135.70	WSVECS04 Frhs2[3]: 6 0 120.735 shouldn't be
134.72/135.70	WSVECS04 Frhs2[4]: 6 0 243.531 shouldn't be
134.72/135.70	WSVECS04 Frhs2[118]: 6 0 1.76999 shouldn't be
134.72/135.70	WSVECS04 Frhs2[226]: 6 0 1.76999 shouldn't be
134.72/135.70	WSVECS04 Frhs2[418]: 6 0 249.23 shouldn't be
134.72/135.70	WSVECS04 Frhs2[522]: 6 -34.927 0 shouldn't be
134.83/135.86	WSVECS04 Frhs2[3]: 6 0 12.6743 shouldn't be
134.83/135.86	WSVECS04 Frhs2[139]: 6 0 95.7224 shouldn't be
134.83/135.86	WSVECS04 Frhs2[142]: 6 0 95.7224 shouldn't be
134.83/135.86	WSVECS04 Frhs2[220]: 6 0 138.359 shouldn't be
134.83/135.86	WSVECS04 Frhs2[243]: 6 0 441.519 shouldn't be
134.83/135.86	WSVECS04 Frhs2[334]: 6 0 130.148 shouldn't be
134.83/135.86	WSVECS04 Frhs2[364]: 6 -78.6332 0 shouldn't be
134.83/135.86	WSVECS04 Frhs2[372]: 6 0 43 shouldn't be
134.83/135.86	WSVECS04 Frhs2[389]: 6 0 63 shouldn't be
139.11/140.14	c #Conflicts:     370000 | #Constraints:      17607
139.11/140.14	c #Conflicts:     371000 | #Constraints:      18607
139.11/140.14	c #Conflicts:     372000 | #Constraints:      19607
139.11/140.14	c #Conflicts:     373000 | #Constraints:      20607
139.11/140.14	c #Conflicts:     374000 | #Constraints:      21609
139.11/140.14	c #Conflicts:     375000 | #Constraints:      22610
139.11/140.14	c #Conflicts:     376000 | #Constraints:      23611
139.11/140.14	c #Conflicts:     377000 | #Constraints:      24611
139.11/140.14	c #Conflicts:     378000 | #Constraints:      25613
139.11/140.14	c #Conflicts:     379000 | #Constraints:      26615
139.11/140.14	c #Conflicts:     380000 | #Constraints:      27616
139.11/140.14	c #Conflicts:     381000 | #Constraints:      28619
139.11/140.14	c INPROCESSING
139.11/140.14	c GARBAGE COLLECT
139.11/140.14	WSVECS04 Frhs2[8]: 6 -256.631 0 shouldn't be
139.11/140.14	WSVECS04 Frhs2[11]: 6 0 24.0297 shouldn't be
139.11/140.14	WSVECS04 Frhs2[12]: 6 0 68.472 shouldn't be
139.11/140.14	WSVECS04 Frhs2[19]: 6 0 176.516 shouldn't be
139.11/140.14	WSVECS04 Frhs2[20]: 6 0 52.8219 shouldn't be
139.11/140.14	WSVECS04 Frhs2[40]: 6 0 158.097 shouldn't be
139.11/140.14	WSVECS04 Frhs2[42]: 6 0 290.203 shouldn't be
139.11/140.14	WSVECS04 Frhs2[47]: 6 0 374.765 shouldn't be
139.11/140.14	WSVECS04 Frhs2[58]: 6 0 324.222 shouldn't be
139.11/140.14	WSVECS04 Frhs2[62]: 6 0 860.86 shouldn't be
139.11/140.14	WSVECS04 Frhs2[63]: 6 0 689.787 shouldn't be
139.11/140.14	WSVECS04 Frhs2[65]: 6 -566.758 0 shouldn't be
139.11/140.14	WSVECS04 Frhs2[74]: 6 0 307.494 shouldn't be
139.11/140.14	WSVECS04 Frhs2[75]: 6 0 385.452 shouldn't be
139.11/140.14	WSVECS04 Frhs2[77]: 6 0 243.704 shouldn't be
139.11/140.14	WSVECS04 Frhs2[95]: 6 0 258.6 shouldn't be
139.11/140.14	WSVECS04 Frhs2[97]: 6 0 60.13 shouldn't be
139.11/140.14	WSVECS04 Frhs2[100]: 6 0 124.24 shouldn't be
139.11/140.14	WSVECS04 Frhs2[103]: 6 0 65.0754 shouldn't be
139.11/140.14	WSVECS04 Frhs2[114]: 6 0 312.798 shouldn't be
139.11/140.14	WSVECS04 Frhs2[115]: 6 0 272.145 shouldn't be
139.11/140.14	WSVECS04 Frhs2[122]: 6 0 354.655 shouldn't be
139.11/140.14	WSVECS04 Frhs2[145]: 6 -1392.38 0 shouldn't be
139.11/140.14	WSVECS04 Frhs2[146]: 6 0 177.588 shouldn't be
139.11/140.14	WSVECS04 Frhs2[147]: 6 0 304.609 shouldn't be
139.11/140.14	WSVECS04 Frhs2[151]: 6 0 82.3115 shouldn't be
139.11/140.14	WSVECS04 Frhs2[153]: 6 0 357.839 shouldn't be
139.11/140.14	WSVECS04 Frhs2[154]: 6 0 488.119 shouldn't be
139.11/140.14	WSVECS04 Frhs2[160]: 6 0 152.722 shouldn't be
139.11/140.14	WSVECS04 Frhs2[171]: 6 0 937.471 shouldn't be
139.11/140.14	WSVECS04 Frhs2[181]: 6 0 380.448 shouldn't be
139.11/140.14	WSVECS04 Frhs2[185]: 6 0 464.051 shouldn't be
139.11/140.14	WSVECS04 Frhs2[191]: 6 0 669.107 shouldn't be
139.11/140.14	WSVECS04 Frhs2[192]: 6 0 68.472 shouldn't be
139.11/140.14	WSVECS04 Frhs2[199]: 6 0 309.06 shouldn't be
139.11/140.14	WSVECS04 Frhs2[203]: 6 0 193.447 shouldn't be
139.11/140.14	WSVECS04 Frhs2[215]: 6 0 238.238 shouldn't be
139.11/140.14	WSVECS04 Frhs2[216]: 6 -288.028 0 shouldn't be
139.11/140.14	WSVECS04 Frhs2[218]: 6 -339.332 0 shouldn't be
139.11/140.14	WSVECS04 Frhs2[224]: 6 -350.735 0 shouldn't be
139.11/140.14	WSVECS04 Frhs2[227]: 6 0 44.2103 shouldn't be
139.11/140.14	WSVECS04 Frhs2[236]: 6 0 224.266 shouldn't be
139.11/140.14	WSVECS04 Frhs2[242]: 6 0 475.394 shouldn't be
139.11/140.14	WSVECS04 Frhs2[256]: 6 -487.526 0 shouldn't be
139.11/140.14	WSVECS04 Frhs2[257]: 6 0 751.428 shouldn't be
139.11/140.14	WSVECS04 Frhs2[258]: 6 0 25.736 shouldn't be
139.11/140.14	WSVECS04 Frhs2[271]: 6 0 371.885 shouldn't be
139.11/140.14	WSVECS04 Frhs2[272]: 6 0 294.015 shouldn't be
139.11/140.14	WSVECS04 Frhs2[276]: 6 0 976.737 shouldn't be
139.11/140.14	WSVECS04 Frhs2[278]: 6 0 163.363 shouldn't be
139.11/140.14	WSVECS04 Frhs2[291]: 6 0 77.7907 shouldn't be
139.11/140.14	WSVECS04 Frhs2[294]: 6 0 84.0336 shouldn't be
139.11/140.14	WSVECS04 Frhs2[299]: 6 0 149.786 shouldn't be
139.11/140.14	WSVECS04 Frhs2[300]: 6 0 68.472 shouldn't be
139.11/140.14	WSVECS04 Frhs2[301]: 6 0 590.102 shouldn't be
139.11/140.14	WSVECS04 Frhs2[304]: 6 -811.968 0 shouldn't be
139.11/140.14	WSVECS04 Frhs2[307]: 6 0 685.325 shouldn't be
139.11/140.14	WSVECS04 Frhs2[312]: 6 0 213.614 shouldn't be
139.11/140.14	WSVECS04 Frhs2[313]: 6 0 318.277 shouldn't be
139.11/140.14	WSVECS04 Frhs2[314]: 6 0 206.981 shouldn't be
139.11/140.14	WSVECS04 Frhs2[319]: 6 0 512.908 shouldn't be
139.11/140.14	WSVECS04 Frhs2[322]: 6 0 512.908 shouldn't be
139.11/140.14	WSVECS04 Frhs2[326]: 6 0 313.442 shouldn't be
139.11/140.14	WSVECS04 Frhs2[330]: 6 0 351.758 shouldn't be
139.11/140.14	WSVECS04 Frhs2[350]: 6 0 491.9 shouldn't be
139.11/140.14	WSVECS04 Frhs2[364]: 6 -625.446 0 shouldn't be
139.11/140.14	WSVECS04 Frhs2[367]: 6 0 1073.44 shouldn't be
139.11/140.14	WSVECS04 Frhs2[371]: 6 -1390.6 0 shouldn't be
139.11/140.14	WSVECS04 Frhs2[373]: 6 0 28 shouldn't be
139.11/140.14	WSVECS04 Frhs2[378]: 6 0 773.437 shouldn't be
139.11/140.14	WSVECS04 Frhs2[387]: 6 -315 0 shouldn't be
139.11/140.14	WSVECS04 Frhs2[388]: 6 0 896.438 shouldn't be
139.11/140.14	WSVECS04 Frhs2[394]: 6 0 570.132 shouldn't be
139.11/140.14	WSVECS04 Frhs2[437]: 6 0 68.5034 shouldn't be
139.11/140.14	WSVECS04 Frhs2[459]: 6 0 440.904 shouldn't be
139.11/140.14	WSVECS04 Frhs2[464]: 6 0 608.781 shouldn't be
139.11/140.14	WSVECS04 Frhs2[471]: 6 -530.027 0 shouldn't be
139.20/140.27	WSVECS04 Frhs2[76]: 6 0 170.902 shouldn't be
139.20/140.27	WSVECS04 Frhs2[88]: 6 0 322.984 shouldn't be
139.20/140.27	WSVECS04 Frhs2[121]: 6 0 44.6574 shouldn't be
139.20/140.27	WSVECS04 Frhs2[150]: 6 0 42.3502 shouldn't be
139.20/140.27	WSVECS04 Frhs2[268]: 6 0 131.768 shouldn't be
139.41/140.40	WSVECS04 Frhs2[59]: 6 -819.515 0 shouldn't be
139.41/140.40	WSVECS04 Frhs2[66]: 6 0 85.0321 shouldn't be
139.41/140.40	WSVECS04 Frhs2[85]: 6 0 235.596 shouldn't be
139.41/140.40	WSVECS04 Frhs2[193]: 6 0 133.359 shouldn't be
139.41/140.40	WSVECS04 Frhs2[293]: 6 0 84.0336 shouldn't be
139.41/140.40	WSVECS04 Frhs2[310]: 6 -218.897 0 shouldn't be
139.41/140.40	WSVECS04 Frhs2[320]: 6 0 36.2244 shouldn't be
139.41/140.40	WSVECS04 Frhs2[347]: 6 0 155.86 shouldn't be
139.41/140.40	WSVECS04 Frhs2[432]: 6 -80 0 shouldn't be
139.41/140.40	WSVECS04 Frhs2[454]: 6 0 1725.71 shouldn't be
139.51/140.54	WSVECS04 Frhs2[14]: 6 -691.764 0 shouldn't be
139.51/140.54	WSVECS04 Frhs2[61]: 6 0 487.443 shouldn't be
139.51/140.54	WSVECS04 Frhs2[321]: 6 0 57.6755 shouldn't be
139.51/140.54	WSVECS04 Frhs2[337]: 6 0 174.827 shouldn't be
139.61/140.68	WSVECS04 Frhs2[86]: 6 0 73.7006 shouldn't be
139.61/140.68	WSVECS04 Frhs2[149]: 6 0 42.3502 shouldn't be
139.61/140.68	WSVECS04 Frhs2[163]: 6 0 1116.46 shouldn't be
139.61/140.68	WSVECS04 Frhs2[175]: 6 0 275.292 shouldn't be
139.61/140.68	WSVECS04 Frhs2[308]: 6 0 388.062 shouldn't be
139.80/140.83	WSVECS04 Frhs2[134]: 6 0 803.413 shouldn't be
139.80/140.83	WSVECS04 Frhs2[265]: 6 0 110.392 shouldn't be
139.91/140.95	WSVECS04 Frhs2[46]: 6 0 350.735 shouldn't be
139.91/140.95	WSVECS04 Frhs2[290]: 6 0 305.598 shouldn't be
140.01/141.08	WSVECS04 Frhs2[38]: 6 0 325.264 shouldn't be
140.01/141.08	WSVECS04 Frhs2[41]: 6 0 300.711 shouldn't be
140.21/141.23	WSVECS04 Frhs2[183]: 6 0 112.83 shouldn't be
140.31/141.37	WSVECS04 Frhs2[26]: 6 0 367.644 shouldn't be
140.31/141.37	WSVECS04 Frhs2[55]: 6 0 582.997 shouldn't be
140.31/141.37	WSVECS04 Frhs2[106]: 6 0 451.061 shouldn't be
140.31/141.37	WSVECS04 Frhs2[133]: 6 0 53.4715 shouldn't be
140.31/141.37	WSVECS04 Frhs2[338]: 6 0 231.318 shouldn't be
140.31/141.37	WSVECS04 Frhs2[365]: 6 -521 0 shouldn't be
140.60/141.61	WSVECS04 Frhs2[376]: 6 -1192.3 0 shouldn't be
140.80/141.87	WSVECS04 Frhs2[447]: 6 0 152.764 shouldn't be
141.00/142.04	WSVECS04 Frhs2[8]: 6 -256.631 0 shouldn't be
141.00/142.04	WSVECS04 Frhs2[11]: 6 0 24.0297 shouldn't be
141.00/142.04	WSVECS04 Frhs2[12]: 6 0 68.4719 shouldn't be
141.00/142.04	WSVECS04 Frhs2[14]: 6 -691.764 0 shouldn't be
141.00/142.04	WSVECS04 Frhs2[19]: 6 0 176.516 shouldn't be
141.00/142.04	WSVECS04 Frhs2[20]: 6 0 52.8218 shouldn't be
141.00/142.04	WSVECS04 Frhs2[40]: 6 0 158.097 shouldn't be
141.00/142.04	WSVECS04 Frhs2[47]: 6 0 374.765 shouldn't be
141.00/142.04	WSVECS04 Frhs2[55]: 6 0 582.997 shouldn't be
141.00/142.04	WSVECS04 Frhs2[59]: 6 -819.515 0 shouldn't be
141.00/142.04	WSVECS04 Frhs2[61]: 6 0 487.443 shouldn't be
141.00/142.04	WSVECS04 Frhs2[62]: 6 0 860.86 shouldn't be
141.00/142.04	WSVECS04 Frhs2[63]: 6 0 689.787 shouldn't be
141.00/142.04	WSVECS04 Frhs2[65]: 6 -566.758 0 shouldn't be
141.00/142.04	WSVECS04 Frhs2[75]: 6 0 385.452 shouldn't be
141.00/142.04	WSVECS04 Frhs2[76]: 6 0 170.902 shouldn't be
141.00/142.04	WSVECS04 Frhs2[95]: 6 0 258.6 shouldn't be
141.00/142.04	WSVECS04 Frhs2[106]: 6 0 451.061 shouldn't be
141.00/142.04	WSVECS04 Frhs2[122]: 6 0 354.655 shouldn't be
141.00/142.04	WSVECS04 Frhs2[145]: 6 -1392.38 0 shouldn't be
141.00/142.04	WSVECS04 Frhs2[147]: 6 0 304.609 shouldn't be
141.00/142.04	WSVECS04 Frhs2[151]: 6 0 82.3115 shouldn't be
141.00/142.04	WSVECS04 Frhs2[154]: 6 0 488.119 shouldn't be
141.00/142.04	WSVECS04 Frhs2[160]: 6 0 152.722 shouldn't be
141.00/142.04	WSVECS04 Frhs2[163]: 6 0 1116.46 shouldn't be
141.00/142.04	WSVECS04 Frhs2[171]: 6 0 937.471 shouldn't be
141.00/142.04	WSVECS04 Frhs2[181]: 6 0 380.448 shouldn't be
141.00/142.04	WSVECS04 Frhs2[191]: 6 0 669.107 shouldn't be
141.00/142.04	WSVECS04 Frhs2[192]: 6 0 68.4719 shouldn't be
141.00/142.04	WSVECS04 Frhs2[199]: 6 0 309.059 shouldn't be
141.00/142.04	WSVECS04 Frhs2[203]: 6 0 193.447 shouldn't be
141.00/142.04	WSVECS04 Frhs2[205]: 6 0 316.549 shouldn't be
141.00/142.04	WSVECS04 Frhs2[210]: 6 0 261.402 shouldn't be
141.00/142.04	WSVECS04 Frhs2[215]: 6 0 238.238 shouldn't be
141.00/142.04	WSVECS04 Frhs2[216]: 6 -288.028 0 shouldn't be
141.00/142.04	WSVECS04 Frhs2[224]: 6 -350.735 0 shouldn't be
141.00/142.04	WSVECS04 Frhs2[227]: 6 0 44.2103 shouldn't be
141.00/142.04	WSVECS04 Frhs2[236]: 6 0 224.266 shouldn't be
141.00/142.04	WSVECS04 Frhs2[257]: 6 0 751.428 shouldn't be
141.00/142.04	WSVECS04 Frhs2[271]: 6 0 371.885 shouldn't be
141.00/142.04	WSVECS04 Frhs2[272]: 6 0 294.015 shouldn't be
141.00/142.04	WSVECS04 Frhs2[276]: 6 0 976.737 shouldn't be
141.00/142.04	WSVECS04 Frhs2[291]: 6 0 77.7906 shouldn't be
141.00/142.04	WSVECS04 Frhs2[301]: 6 0 590.102 shouldn't be
141.00/142.04	WSVECS04 Frhs2[304]: 6 -811.968 0 shouldn't be
141.00/142.04	WSVECS04 Frhs2[307]: 6 0 685.324 shouldn't be
141.00/142.04	WSVECS04 Frhs2[308]: 6 0 388.062 shouldn't be
141.00/142.04	WSVECS04 Frhs2[310]: 6 -218.897 0 shouldn't be
141.00/142.04	WSVECS04 Frhs2[313]: 6 0 318.277 shouldn't be
141.00/142.04	WSVECS04 Frhs2[319]: 6 0 512.908 shouldn't be
141.00/142.04	WSVECS04 Frhs2[330]: 6 0 351.758 shouldn't be
141.00/142.04	WSVECS04 Frhs2[338]: 6 0 231.318 shouldn't be
141.00/142.04	WSVECS04 Frhs2[347]: 6 0 155.86 shouldn't be
141.00/142.04	WSVECS04 Frhs2[364]: 6 -625.446 0 shouldn't be
141.00/142.04	WSVECS04 Frhs2[367]: 6 0 1073.44 shouldn't be
141.00/142.04	WSVECS04 Frhs2[373]: 6 0 28 shouldn't be
141.00/142.04	WSVECS04 Frhs2[376]: 6 -1192.3 0 shouldn't be
141.00/142.04	WSVECS04 Frhs2[387]: 6 -315 0 shouldn't be
141.00/142.04	WSVECS04 Frhs2[394]: 6 0 570.132 shouldn't be
141.00/142.04	WSVECS04 Frhs2[437]: 6 0 68.5034 shouldn't be
141.00/142.04	WSVECS04 Frhs2[459]: 6 0 440.904 shouldn't be
141.00/142.04	WSVECS04 Frhs2[464]: 6 0 608.781 shouldn't be
141.00/142.04	WSVECS04 Frhs2[471]: 6 -530.027 0 shouldn't be
141.20/142.24	WSVECS04 Frhs2[26]: 6 0 367.644 shouldn't be
141.20/142.24	WSVECS04 Frhs2[46]: 6 0 350.735 shouldn't be
141.20/142.24	WSVECS04 Frhs2[58]: 6 0 324.222 shouldn't be
141.20/142.24	WSVECS04 Frhs2[74]: 6 0 307.494 shouldn't be
141.20/142.24	WSVECS04 Frhs2[88]: 6 0 322.984 shouldn't be
141.20/142.24	WSVECS04 Frhs2[100]: 6 0 124.24 shouldn't be
141.20/142.24	WSVECS04 Frhs2[115]: 6 0 272.145 shouldn't be
141.20/142.24	WSVECS04 Frhs2[134]: 6 0 803.413 shouldn't be
141.20/142.24	WSVECS04 Frhs2[146]: 6 0 177.588 shouldn't be
141.20/142.24	WSVECS04 Frhs2[175]: 6 0 275.292 shouldn't be
141.20/142.24	WSVECS04 Frhs2[183]: 6 0 112.83 shouldn't be
141.20/142.24	WSVECS04 Frhs2[185]: 6 0 464.051 shouldn't be
141.20/142.24	WSVECS04 Frhs2[242]: 6 0 475.394 shouldn't be
141.20/142.24	WSVECS04 Frhs2[256]: 6 -487.526 0 shouldn't be
141.20/142.24	WSVECS04 Frhs2[268]: 6 0 131.768 shouldn't be
141.20/142.24	WSVECS04 Frhs2[299]: 6 0 149.786 shouldn't be
141.20/142.24	WSVECS04 Frhs2[300]: 6 0 68.4719 shouldn't be
141.20/142.24	WSVECS04 Frhs2[312]: 6 0 213.614 shouldn't be
141.20/142.24	WSVECS04 Frhs2[314]: 6 0 206.981 shouldn't be
141.20/142.24	WSVECS04 Frhs2[322]: 6 0 512.908 shouldn't be
141.20/142.24	WSVECS04 Frhs2[326]: 6 0 313.442 shouldn't be
141.20/142.24	WSVECS04 Frhs2[350]: 6 0 491.899 shouldn't be
141.20/142.24	WSVECS04 Frhs2[378]: 6 0 773.437 shouldn't be
141.20/142.24	WSVECS04 Frhs2[432]: 6 -80 0 shouldn't be
141.20/142.24	WSVECS04 Frhs2[454]: 6 0 1725.71 shouldn't be
141.31/142.39	WSVECS04 Frhs2[388]: 6 0 101 shouldn't be
141.31/142.39	WSVECS04 Frhs2[389]: 6 0 207 shouldn't be
143.10/144.17	c #Conflicts:     382000 | #Constraints:      17409
143.10/144.17	c #Conflicts:     383000 | #Constraints:      18409
143.10/144.17	c #Conflicts:     384000 | #Constraints:      19409
143.10/144.17	c #Conflicts:     385000 | #Constraints:      20409
143.10/144.17	c #Conflicts:     386000 | #Constraints:      21410
143.10/144.17	WSVECS04 Frhs2[1]: 6 0 2268.4 shouldn't be
143.10/144.17	WSVECS04 Frhs2[29]: 6 -13182.5 0 shouldn't be
143.10/144.17	WSVECS04 Frhs2[35]: 6 0 235.346 shouldn't be
143.10/144.17	WSVECS04 Frhs2[41]: 6 0 441.115 shouldn't be
143.10/144.17	WSVECS04 Frhs2[49]: 6 0 1073.53 shouldn't be
143.10/144.17	WSVECS04 Frhs2[61]: 6 0 3887.42 shouldn't be
143.10/144.17	WSVECS04 Frhs2[66]: 6 0 3070.58 shouldn't be
143.10/144.17	WSVECS04 Frhs2[77]: 6 0 450.452 shouldn't be
143.10/144.17	WSVECS04 Frhs2[83]: 6 0 317.808 shouldn't be
143.10/144.17	WSVECS04 Frhs2[95]: 6 0 153.538 shouldn't be
143.10/144.17	WSVECS04 Frhs2[100]: 6 0 683.371 shouldn't be
143.10/144.17	WSVECS04 Frhs2[101]: 6 0 707.169 shouldn't be
143.10/144.17	WSVECS04 Frhs2[113]: 6 0 63.2624 shouldn't be
143.10/144.17	WSVECS04 Frhs2[138]: 6 0 705.271 shouldn't be
143.10/144.17	WSVECS04 Frhs2[149]: 6 0 420.644 shouldn't be
143.10/144.17	WSVECS04 Frhs2[170]: 6 0 2306.46 shouldn't be
143.10/144.17	WSVECS04 Frhs2[171]: 6 0 1590.16 shouldn't be
143.10/144.17	WSVECS04 Frhs2[172]: 6 0 4997.47 shouldn't be
143.10/144.17	WSVECS04 Frhs2[174]: 6 0 246.637 shouldn't be
143.10/144.17	WSVECS04 Frhs2[182]: 6 0 126.477 shouldn't be
143.10/144.17	WSVECS04 Frhs2[185]: 6 0 912.813 shouldn't be
143.10/144.17	WSVECS04 Frhs2[186]: 6 0 231.854 shouldn't be
143.10/144.17	WSVECS04 Frhs2[203]: 6 0 1395.69 shouldn't be
143.10/144.17	WSVECS04 Frhs2[205]: 6 -117.13 0 shouldn't be
143.10/144.17	WSVECS04 Frhs2[206]: 6 0 1713.41 shouldn't be
143.10/144.17	WSVECS04 Frhs2[208]: 6 0 4612.97 shouldn't be
143.10/144.17	WSVECS04 Frhs2[221]: 6 0 55.4349 shouldn't be
143.10/144.17	WSVECS04 Frhs2[227]: 6 0 645.21 shouldn't be
143.10/144.17	WSVECS04 Frhs2[242]: 6 0 2636.27 shouldn't be
143.10/144.17	WSVECS04 Frhs2[244]: 6 0 4097.3 shouldn't be
143.10/144.17	WSVECS04 Frhs2[271]: 6 0 463.876 shouldn't be
143.10/144.17	WSVECS04 Frhs2[275]: 6 0 433.988 shouldn't be
143.10/144.17	WSVECS04 Frhs2[281]: 6 0 546.856 shouldn't be
143.10/144.17	WSVECS04 Frhs2[307]: 6 0 528.511 shouldn't be
143.10/144.17	WSVECS04 Frhs2[317]: 6 -12116.9 0 shouldn't be
143.10/144.17	WSVECS04 Frhs2[329]: 6 0 0.0765593 shouldn't be
143.10/144.17	WSVECS04 Frhs2[347]: 6 0 878.926 shouldn't be
143.10/144.17	WSVECS04 Frhs2[349]: 6 0 319.138 shouldn't be
143.10/144.17	WSVECS04 Frhs2[364]: 6 -127.366 0 shouldn't be
143.10/144.17	WSVECS04 Frhs2[484]: 6 0 12727.1 shouldn't be
143.10/144.17	WSVECS04 Frhs2[485]: 6 -904.342 0 shouldn't be
143.10/144.17	WSVECS04 Frhs2[490]: 6 0 981.978 shouldn't be
143.10/144.17	WSVECS04 Frhs2[510]: 6 0 12745.2 shouldn't be
143.40/144.45	WSVECS04 Frhs2[31]: 6 0 328.808 shouldn't be
143.50/144.59	WSVECS04 Frhs2[11]: 6 0 1078.43 shouldn't be
143.50/144.59	WSVECS04 Frhs2[311]: 6 0 507.304 shouldn't be
143.69/144.74	WSVECS04 Frhs2[199]: 6 0 1052.21 shouldn't be
143.80/144.87	WSVECS04 Frhs2[55]: 6 0 1313.74 shouldn't be
143.80/144.87	WSVECS04 Frhs2[97]: 6 0 557.968 shouldn't be
143.80/144.87	WSVECS04 Frhs2[314]: 6 0 2142.82 shouldn't be
143.80/144.87	WSVECS04 Frhs2[316]: 6 0 4812.24 shouldn't be
143.90/144.99	WSVECS04 Frhs2[2]: 6 0 1048.27 shouldn't be
143.90/144.99	WSVECS04 Frhs2[3]: 6 0 1883.56 shouldn't be
144.19/145.25	WSVECS04 Frhs2[252]: 6 -903.395 0 shouldn't be
144.29/145.37	WSVECS04 Frhs2[81]: 6 0 143.372 shouldn't be
144.50/145.57	WSVECS04 Frhs2[26]: 6 0 2495.13 shouldn't be
144.50/145.57	WSVECS04 Frhs2[130]: 6 0 137.231 shouldn't be
146.77/147.94	c #Conflicts:     387000 | #Constraints:      22411
146.77/147.94	c #Conflicts:     388000 | #Constraints:      23411
146.77/147.94	c #Conflicts:     389000 | #Constraints:      24411
146.77/147.94	c #Conflicts:     390000 | #Constraints:      25411
146.77/147.94	c #Conflicts:     391000 | #Constraints:      26411
146.77/147.94	c #Conflicts:     392000 | #Constraints:      27411
146.77/147.94	c #Conflicts:     393000 | #Constraints:      28411
146.77/147.94	c #Conflicts:     394000 | #Constraints:      29411
146.77/147.94	c INPROCESSING
146.77/147.94	c GARBAGE COLLECT
146.77/147.94	WSVECS04 Frhs2[6]: 6 0 1593.38 shouldn't be
146.77/147.94	WSVECS04 Frhs2[7]: 6 0 57.5914 shouldn't be
146.77/147.94	WSVECS04 Frhs2[25]: 6 0 435.325 shouldn't be
146.77/147.94	WSVECS04 Frhs2[29]: 6 -181.496 0 shouldn't be
146.77/147.94	WSVECS04 Frhs2[48]: 6 -481.789 0 shouldn't be
146.77/147.94	WSVECS04 Frhs2[56]: 6 0 141.484 shouldn't be
146.77/147.94	WSVECS04 Frhs2[59]: 6 0 897.578 shouldn't be
146.77/147.94	WSVECS04 Frhs2[64]: 6 0 1144.34 shouldn't be
146.77/147.94	WSVECS04 Frhs2[68]: 6 0 152.331 shouldn't be
146.77/147.94	WSVECS04 Frhs2[79]: 6 0 563.573 shouldn't be
146.77/147.94	WSVECS04 Frhs2[83]: 6 0 154.659 shouldn't be
146.77/147.94	WSVECS04 Frhs2[88]: 6 0 642.732 shouldn't be
146.77/147.94	WSVECS04 Frhs2[91]: 6 0 173.478 shouldn't be
146.77/147.94	WSVECS04 Frhs2[100]: 6 0 2107.93 shouldn't be
146.77/147.94	WSVECS04 Frhs2[112]: 6 0 380.984 shouldn't be
146.77/147.94	WSVECS04 Frhs2[116]: 6 -265.677 0 shouldn't be
146.77/147.94	WSVECS04 Frhs2[122]: 6 0 637.406 shouldn't be
146.77/147.94	WSVECS04 Frhs2[131]: 6 0 1210.07 shouldn't be
146.77/147.94	WSVECS04 Frhs2[132]: 6 0 1977.84 shouldn't be
146.77/147.94	WSVECS04 Frhs2[136]: 6 0 923.96 shouldn't be
146.77/147.94	WSVECS04 Frhs2[145]: 6 0 2725.44 shouldn't be
146.77/147.94	WSVECS04 Frhs2[146]: 6 0 365.935 shouldn't be
146.77/147.94	WSVECS04 Frhs2[147]: 6 0 1007.67 shouldn't be
146.77/147.94	WSVECS04 Frhs2[148]: 6 0 1426.49 shouldn't be
146.77/147.94	WSVECS04 Frhs2[150]: 6 0 2611.46 shouldn't be
146.77/147.94	WSVECS04 Frhs2[155]: 6 0 352.322 shouldn't be
146.77/147.94	WSVECS04 Frhs2[156]: 6 0 927.275 shouldn't be
146.77/147.94	WSVECS04 Frhs2[196]: 6 0 367.518 shouldn't be
146.77/147.94	WSVECS04 Frhs2[205]: 6 0 118.346 shouldn't be
146.77/147.94	WSVECS04 Frhs2[212]: 6 0 446.391 shouldn't be
146.77/147.94	WSVECS04 Frhs2[226]: 6 0 981.741 shouldn't be
146.77/147.94	WSVECS04 Frhs2[230]: 6 0 449.751 shouldn't be
146.77/147.94	WSVECS04 Frhs2[245]: 6 0 251.661 shouldn't be
146.77/147.94	WSVECS04 Frhs2[270]: 6 0 444.75 shouldn't be
146.77/147.94	WSVECS04 Frhs2[285]: 6 -230.876 0 shouldn't be
146.77/147.94	WSVECS04 Frhs2[305]: 6 0 421.357 shouldn't be
146.77/147.94	WSVECS04 Frhs2[306]: 6 0 546.294 shouldn't be
146.77/147.94	WSVECS04 Frhs2[309]: 6 0 553.315 shouldn't be
146.77/147.94	WSVECS04 Frhs2[310]: 6 0 1841.45 shouldn't be
146.77/147.94	WSVECS04 Frhs2[312]: 6 0 2531.21 shouldn't be
146.77/147.94	WSVECS04 Frhs2[315]: 6 0 868.328 shouldn't be
146.77/147.94	WSVECS04 Frhs2[323]: 6 0 334.505 shouldn't be
146.77/147.94	WSVECS04 Frhs2[326]: 6 0 344.046 shouldn't be
146.77/147.94	WSVECS04 Frhs2[328]: 6 0 325.155 shouldn't be
146.77/147.94	WSVECS04 Frhs2[330]: 6 -521.949 0 shouldn't be
146.77/147.94	WSVECS04 Frhs2[332]: 6 0 1419.07 shouldn't be
146.77/147.94	WSVECS04 Frhs2[359]: 6 0 1846.51 shouldn't be
146.77/147.94	WSVECS04 Frhs2[361]: 6 0 1047.53 shouldn't be
146.77/147.94	WSVECS04 Frhs2[370]: 6 0 93.0001 shouldn't be
146.77/147.94	WSVECS04 Frhs2[377]: 6 -337 0 shouldn't be
146.77/147.94	WSVECS04 Frhs2[381]: 6 -100.038 0 shouldn't be
146.77/147.94	WSVECS04 Frhs2[400]: 6 0 865.169 shouldn't be
146.77/147.94	WSVECS04 Frhs2[407]: 6 0 548.729 shouldn't be
146.77/147.94	WSVECS04 Frhs2[436]: 6 -743.268 0 shouldn't be
146.77/147.94	WSVECS04 Frhs2[440]: 6 0 10.8582 shouldn't be
146.77/147.94	WSVECS04 Frhs2[458]: 6 -37.0001 0 shouldn't be
146.77/147.94	WSVECS04 Frhs2[467]: 6 -337 0 shouldn't be
146.77/147.94	WSVECS04 Frhs2[487]: 6 0 364.639 shouldn't be
146.77/147.94	WSVECS04 Frhs2[516]: 6 0 307.709 shouldn't be
146.77/147.94	WSVECS04 Frhs2[536]: 6 0 184.637 shouldn't be
146.88/148.05	WSVECS04 Frhs2[3]: 6 0 1095.81 shouldn't be
146.88/148.05	WSVECS04 Frhs2[74]: 6 0 460.405 shouldn't be
146.88/148.05	WSVECS04 Frhs2[109]: 6 0 1276.76 shouldn't be
146.88/148.05	WSVECS04 Frhs2[118]: 6 0 716.064 shouldn't be
146.88/148.05	WSVECS04 Frhs2[187]: 6 0 2028.43 shouldn't be
146.88/148.05	WSVECS04 Frhs2[224]: 6 0 610.972 shouldn't be
146.88/148.05	WSVECS04 Frhs2[246]: 6 -1550.01 0 shouldn't be
146.88/148.05	WSVECS04 Frhs2[263]: 6 0 971.322 shouldn't be
146.88/148.05	WSVECS04 Frhs2[284]: 6 0 461.083 shouldn't be
146.88/148.05	WSVECS04 Frhs2[327]: 6 0 1220.04 shouldn't be
146.88/148.05	WSVECS04 Frhs2[331]: 6 0 1087.1 shouldn't be
146.88/148.05	WSVECS04 Frhs2[334]: 6 0 1045.63 shouldn't be
146.88/148.05	WSVECS04 Frhs2[336]: 6 0 902.554 shouldn't be
146.88/148.05	WSVECS04 Frhs2[373]: 6 -438 0 shouldn't be
146.88/148.05	WSVECS04 Frhs2[391]: 6 0 765.837 shouldn't be
146.88/148.05	WSVECS04 Frhs2[392]: 6 0 2902.88 shouldn't be
146.88/148.05	WSVECS04 Frhs2[399]: 6 0 598.506 shouldn't be
146.88/148.05	WSVECS04 Frhs2[444]: 6 0 71.7519 shouldn't be
146.88/148.05	WSVECS04 Frhs2[485]: 6 0 324.021 shouldn't be
146.88/148.05	WSVECS04 Frhs2[510]: 6 -2194.76 0 shouldn't be
146.88/148.05	WSVECS04 Frhs2[535]: 6 0 572.789 shouldn't be
146.98/148.17	WSVECS04 Frhs2[18]: 6 0 1685.47 shouldn't be
146.98/148.17	WSVECS04 Frhs2[28]: 6 0 2130.66 shouldn't be
146.98/148.17	WSVECS04 Frhs2[54]: 6 0 1685.47 shouldn't be
146.98/148.17	WSVECS04 Frhs2[103]: 6 0 211.03 shouldn't be
146.98/148.17	WSVECS04 Frhs2[140]: 6 0 868.594 shouldn't be
146.98/148.17	WSVECS04 Frhs2[142]: 6 0 296.668 shouldn't be
146.98/148.17	WSVECS04 Frhs2[207]: 6 0 3469.29 shouldn't be
146.98/148.17	WSVECS04 Frhs2[216]: 6 0 2283.48 shouldn't be
146.98/148.17	WSVECS04 Frhs2[234]: 6 0 1685.47 shouldn't be
146.98/148.17	WSVECS04 Frhs2[235]: 6 0 2079.11 shouldn't be
146.98/148.17	WSVECS04 Frhs2[241]: 6 0 1125.82 shouldn't be
146.98/148.17	WSVECS04 Frhs2[250]: 6 0 352.543 shouldn't be
146.98/148.17	WSVECS04 Frhs2[264]: 6 0 614.988 shouldn't be
146.98/148.17	WSVECS04 Frhs2[386]: 6 -721.813 0 shouldn't be
146.98/148.17	WSVECS04 Frhs2[398]: 6 -484.371 0 shouldn't be
146.98/148.17	WSVECS04 Frhs2[433]: 6 -300 0 shouldn't be
146.98/148.17	WSVECS04 Frhs2[455]: 6 -625.301 0 shouldn't be
146.98/148.17	WSVECS04 Frhs2[469]: 6 0 2140.45 shouldn't be
147.07/148.29	WSVECS04 Frhs2[4]: 6 0 5505.24 shouldn't be
147.07/148.29	WSVECS04 Frhs2[10]: 6 0 981.741 shouldn't be
147.07/148.29	WSVECS04 Frhs2[13]: 6 0 1746.52 shouldn't be
147.07/148.29	WSVECS04 Frhs2[14]: 6 0 449.751 shouldn't be
147.07/148.29	WSVECS04 Frhs2[126]: 6 0 1685.47 shouldn't be
147.07/148.29	WSVECS04 Frhs2[127]: 6 0 623.672 shouldn't be
147.07/148.29	WSVECS04 Frhs2[249]: 6 0 352.543 shouldn't be
147.07/148.29	WSVECS04 Frhs2[254]: 6 0 526.778 shouldn't be
147.07/148.29	WSVECS04 Frhs2[357]: 6 0 2413.2 shouldn't be
147.07/148.29	WSVECS04 Frhs2[364]: 6 -77.9848 0 shouldn't be
147.07/148.29	WSVECS04 Frhs2[394]: 6 -838.667 0 shouldn't be
147.07/148.29	WSVECS04 Frhs2[413]: 6 0 2431.68 shouldn't be
147.07/148.29	WSVECS04 Frhs2[427]: 6 -4093.18 0 shouldn't be
147.07/148.29	WSVECS04 Frhs2[431]: 6 0 1275.89 shouldn't be
147.07/148.29	WSVECS04 Frhs2[470]: 6 0 3478.33 shouldn't be
147.07/148.29	WSVECS04 Frhs2[484]: 6 -3958.16 0 shouldn't be
147.07/148.29	WSVECS04 Frhs2[498]: 6 0 376.552 shouldn't be
147.27/148.44	WSVECS04 Frhs2[28]: 6 0 3.45137 shouldn't be
147.27/148.44	WSVECS04 Frhs2[282]: 6 0 19.316 shouldn't be
147.27/148.44	WSVECS04 Frhs2[419]: 6 0 107.373 shouldn't be
147.47/148.60	WSVECS04 Frhs2[47]: 6 0 426.589 shouldn't be
147.47/148.60	WSVECS04 Frhs2[81]: 6 0 68.7019 shouldn't be
147.47/148.60	WSVECS04 Frhs2[243]: 6 0 73.7721 shouldn't be
147.47/148.60	WSVECS04 Frhs2[262]: 6 0 19.7357 shouldn't be
147.47/148.60	WSVECS04 Frhs2[307]: 6 0 374.359 shouldn't be
147.47/148.60	WSVECS04 Frhs2[342]: 6 0 22.3728 shouldn't be
147.47/148.60	WSVECS04 Frhs2[372]: 6 0 28.0001 shouldn't be
147.47/148.60	WSVECS04 Frhs2[394]: 6 -51.665 0 shouldn't be
147.47/148.60	WSVECS04 Frhs2[428]: 6 0 43.0001 shouldn't be
147.47/148.60	WSVECS04 Frhs2[475]: 6 0 134.237 shouldn't be
152.35/153.59	c #Conflicts:     395000 | #Constraints:      18006
152.35/153.59	c #Conflicts:     396000 | #Constraints:      19006
152.35/153.59	c #Conflicts:     397000 | #Constraints:      20006
152.35/153.59	c #Conflicts:     398000 | #Constraints:      21006
152.35/153.59	c #Conflicts:     399000 | #Constraints:      22011
152.35/153.59	c #Conflicts:     400000 | #Constraints:      23016
152.35/153.59	c #Conflicts:     401000 | #Constraints:      24019
152.35/153.59	c #Conflicts:     402000 | #Constraints:      25021
152.35/153.59	c #Conflicts:     403000 | #Constraints:      26021
152.35/153.59	c #Conflicts:     404000 | #Constraints:      27025
152.35/153.59	c #Conflicts:     405000 | #Constraints:      28027
152.35/153.59	c #Conflicts:     406000 | #Constraints:      29030
152.35/153.59	c #Conflicts:     407000 | #Constraints:      30033
152.35/153.59	c INPROCESSING
152.35/153.59	c GARBAGE COLLECT
152.35/153.59	WSVECS04 Frhs2[4]: 6 0 43.6942 shouldn't be
152.35/153.59	WSVECS04 Frhs2[275]: 6 0 13.673 shouldn't be
152.35/153.59	WSVECS04 Frhs2[356]: 6 0 169.922 shouldn't be
152.35/153.59	WSVECS04 Frhs2[522]: 6 -674.469 0 shouldn't be
152.55/153.70	WSVECS04 Frhs2[64]: 6 0 35.6972 shouldn't be
152.55/153.70	WSVECS04 Frhs2[212]: 6 0 268.069 shouldn't be
152.55/153.70	WSVECS04 Frhs2[225]: 6 0 52.8865 shouldn't be
152.55/153.70	WSVECS04 Frhs2[279]: 6 0 83.8043 shouldn't be
152.55/153.70	WSVECS04 Frhs2[282]: 6 0 0.517545 shouldn't be
152.55/153.70	WSVECS04 Frhs2[348]: 6 0 18.2137 shouldn't be
156.35/157.56	c #Conflicts:     408000 | #Constraints:      18415
156.35/157.56	c #Conflicts:     409000 | #Constraints:      19415
156.35/157.56	c #Conflicts:     410000 | #Constraints:      20415
156.35/157.56	c #Conflicts:     411000 | #Constraints:      21415
156.35/157.56	c #Conflicts:     412000 | #Constraints:      22415
156.35/157.56	c #Conflicts:     413000 | #Constraints:      23417
156.35/157.56	c #Conflicts:     414000 | #Constraints:      24418
156.35/157.56	c #Conflicts:     415000 | #Constraints:      25419
156.35/157.56	c #Conflicts:     416000 | #Constraints:      26420
156.35/157.56	c #Conflicts:     417000 | #Constraints:      27420
156.35/157.56	WSVECS04 Frhs2[5]: 6 0 20389.3 shouldn't be
156.35/157.56	WSVECS04 Frhs2[29]: 6 0 26869.8 shouldn't be
156.35/157.56	WSVECS04 Frhs2[41]: 6 0 28626.8 shouldn't be
156.35/157.56	WSVECS04 Frhs2[47]: 6 0 26870.1 shouldn't be
156.35/157.56	WSVECS04 Frhs2[55]: 6 0 56501.4 shouldn't be
156.35/157.56	WSVECS04 Frhs2[61]: 6 0 18757.4 shouldn't be
156.35/157.56	WSVECS04 Frhs2[69]: 6 0 3247.45 shouldn't be
156.35/157.56	WSVECS04 Frhs2[113]: 6 0 14509.6 shouldn't be
156.35/157.56	WSVECS04 Frhs2[163]: 6 0 104530 shouldn't be
156.35/157.56	WSVECS04 Frhs2[193]: 6 0 12238.3 shouldn't be
156.35/157.56	WSVECS04 Frhs2[197]: 6 0 14932.2 shouldn't be
156.35/157.56	WSVECS04 Frhs2[203]: 6 0 11937.4 shouldn't be
156.35/157.56	WSVECS04 Frhs2[205]: 6 0 9644.03 shouldn't be
156.35/157.56	WSVECS04 Frhs2[236]: 6 0 2777.91 shouldn't be
156.35/157.56	WSVECS04 Frhs2[246]: 6 0 86441.9 shouldn't be
156.35/157.56	WSVECS04 Frhs2[257]: 6 0 91078.1 shouldn't be
156.35/157.56	WSVECS04 Frhs2[268]: 6 0 7503.1 shouldn't be
156.35/157.56	WSVECS04 Frhs2[272]: 6 0 29131.5 shouldn't be
156.35/157.56	WSVECS04 Frhs2[276]: 6 0 72869.5 shouldn't be
156.35/157.56	WSVECS04 Frhs2[308]: 6 0 38246.2 shouldn't be
156.35/157.56	WSVECS04 Frhs2[344]: 6 0 637 shouldn't be
156.35/157.56	WSVECS04 Frhs2[454]: 6 -261.218 0 shouldn't be
156.85/158.01	WSVECS04 Frhs2[49]: 6 0 101099 shouldn't be
156.85/158.01	WSVECS04 Frhs2[64]: 6 0 12019.9 shouldn't be
156.85/158.01	WSVECS04 Frhs2[70]: 6 0 10634.6 shouldn't be
156.85/158.01	WSVECS04 Frhs2[199]: 6 0 45971.6 shouldn't be
156.85/158.01	WSVECS04 Frhs2[208]: 6 0 8609.55 shouldn't be
159.03/160.26	c #Conflicts:     418000 | #Constraints:      28421
159.03/160.26	c #Conflicts:     419000 | #Constraints:      29421
159.03/160.26	c #Conflicts:     420000 | #Constraints:      30421
159.03/160.26	c INPROCESSING
159.03/160.26	c GARBAGE COLLECT
159.03/160.26	WSVECS04 Frhs2[148]: 6 0 108.381 shouldn't be
159.03/160.26	WSVECS04 Frhs2[307]: 6 0 8.91446 shouldn't be
159.03/160.26	WSVECS04 Frhs2[318]: 6 0 2.22072 shouldn't be
159.03/160.26	WSVECS04 Frhs2[365]: 6 -157.288 0 shouldn't be
159.03/160.26	WSVECS04 Frhs2[416]: 6 0 5.94834 shouldn't be
163.63/164.81	c #Conflicts:     421000 | #Constraints:      18616
163.63/164.81	c #Conflicts:     422000 | #Constraints:      19616
163.63/164.81	c #Conflicts:     423000 | #Constraints:      20616
163.63/164.81	c #Conflicts:     424000 | #Constraints:      21616
163.63/164.81	c #Conflicts:     425000 | #Constraints:      22616
163.63/164.81	c #Conflicts:     426000 | #Constraints:      23617
163.63/164.81	c #Conflicts:     427000 | #Constraints:      24619
163.63/164.81	c #Conflicts:     428000 | #Constraints:      25621
163.63/164.81	c #Conflicts:     429000 | #Constraints:      26622
163.63/164.81	c #Conflicts:     430000 | #Constraints:      27625
163.63/164.81	c #Conflicts:     431000 | #Constraints:      28625
163.63/164.81	c #Conflicts:     432000 | #Constraints:      29626
163.63/164.81	c #Conflicts:     433000 | #Constraints:      30627
163.63/164.81	c INPROCESSING
163.63/164.81	c GARBAGE COLLECT
163.63/164.81	c rational objective 18701.4
168.10/169.34	c #Conflicts:     434000 | #Constraints:      18586
168.10/169.34	c #Conflicts:     435000 | #Constraints:      19586
168.10/169.34	c #Conflicts:     436000 | #Constraints:      20586
168.10/169.34	c #Conflicts:     437000 | #Constraints:      21586
168.10/169.34	c #Conflicts:     438000 | #Constraints:      22587
168.10/169.34	c #Conflicts:     439000 | #Constraints:      23587
168.10/169.34	c #Conflicts:     440000 | #Constraints:      24587
168.10/169.34	c #Conflicts:     441000 | #Constraints:      25587
168.10/169.34	c #Conflicts:     442000 | #Constraints:      26587
168.10/169.34	c #Conflicts:     443000 | #Constraints:      27587
168.10/169.34	c #Conflicts:     444000 | #Constraints:      28587
168.10/169.34	c #Conflicts:     445000 | #Constraints:      29587
168.10/169.34	c #Conflicts:     446000 | #Constraints:      30587
168.10/169.34	c INPROCESSING
168.10/169.34	c GARBAGE COLLECT
168.10/169.34	c rational objective 18701.4
173.39/174.64	c #Conflicts:     447000 | #Constraints:      18385
173.39/174.64	c #Conflicts:     448000 | #Constraints:      19385
173.39/174.64	c #Conflicts:     449000 | #Constraints:      20386
173.39/174.64	c #Conflicts:     450000 | #Constraints:      21388
173.39/174.64	c #Conflicts:     451000 | #Constraints:      22391
173.39/174.64	c #Conflicts:     452000 | #Constraints:      23391
173.39/174.64	c #Conflicts:     453000 | #Constraints:      24394
173.39/174.64	c #Conflicts:     454000 | #Constraints:      25394
173.39/174.64	c #Conflicts:     455000 | #Constraints:      26394
173.39/174.64	c #Conflicts:     456000 | #Constraints:      27397
173.39/174.64	c #Conflicts:     457000 | #Constraints:      28398
173.39/174.64	c #Conflicts:     458000 | #Constraints:      29402
173.39/174.64	c #Conflicts:     459000 | #Constraints:      30402
173.39/174.64	c #Conflicts:     460000 | #Constraints:      31406
173.39/174.64	c INPROCESSING
173.39/174.64	c GARBAGE COLLECT
173.39/174.64	c rational objective 18701.4
178.47/179.82	c #Conflicts:     461000 | #Constraints:      19002
178.47/179.82	c #Conflicts:     462000 | #Constraints:      20002
178.47/179.82	c #Conflicts:     463000 | #Constraints:      21002
178.47/179.82	c #Conflicts:     464000 | #Constraints:      22002
178.47/179.82	c #Conflicts:     465000 | #Constraints:      23002
178.47/179.82	c #Conflicts:     466000 | #Constraints:      24002
178.47/179.82	c #Conflicts:     467000 | #Constraints:      25002
178.47/179.82	c #Conflicts:     468000 | #Constraints:      26002
178.47/179.82	c #Conflicts:     469000 | #Constraints:      27002
178.47/179.82	c #Conflicts:     470000 | #Constraints:      28002
178.47/179.82	c #Conflicts:     471000 | #Constraints:      29002
178.47/179.82	c #Conflicts:     472000 | #Constraints:      30002
178.47/179.82	c #Conflicts:     473000 | #Constraints:      31002
178.47/179.82	c #Conflicts:     474000 | #Constraints:      32002
178.47/179.82	c INPROCESSING
178.47/179.82	c GARBAGE COLLECT
178.47/179.82	c rational objective 18701.4
183.65/185.07	c #Conflicts:     475000 | #Constraints:      19414
183.65/185.07	c #Conflicts:     476000 | #Constraints:      20415
183.65/185.07	c #Conflicts:     477000 | #Constraints:      21416
183.65/185.07	c #Conflicts:     478000 | #Constraints:      22416
183.65/185.07	c #Conflicts:     479000 | #Constraints:      23416
183.65/185.07	c #Conflicts:     480000 | #Constraints:      24417
183.65/185.07	c #Conflicts:     481000 | #Constraints:      25417
183.65/185.07	c #Conflicts:     482000 | #Constraints:      26418
183.65/185.07	c #Conflicts:     483000 | #Constraints:      27419
183.65/185.07	c #Conflicts:     484000 | #Constraints:      28419
183.65/185.07	c #Conflicts:     485000 | #Constraints:      29419
183.65/185.07	c #Conflicts:     486000 | #Constraints:      30419
183.65/185.07	c #Conflicts:     487000 | #Constraints:      31419
183.65/185.07	c #Conflicts:     488000 | #Constraints:      32421
183.65/185.07	c INPROCESSING
183.65/185.07	c GARBAGE COLLECT
183.65/185.07	c rational objective 18701.4
188.84/190.21	c #Conflicts:     489000 | #Constraints:      19612
188.84/190.21	c #Conflicts:     490000 | #Constraints:      20612
188.84/190.21	c #Conflicts:     491000 | #Constraints:      21613
188.84/190.21	c #Conflicts:     492000 | #Constraints:      22613
188.84/190.21	c #Conflicts:     493000 | #Constraints:      23613
188.84/190.21	c #Conflicts:     494000 | #Constraints:      24613
188.84/190.21	c #Conflicts:     495000 | #Constraints:      25613
188.84/190.21	c #Conflicts:     496000 | #Constraints:      26613
188.84/190.21	c #Conflicts:     497000 | #Constraints:      27614
188.84/190.21	c #Conflicts:     498000 | #Constraints:      28614
188.84/190.21	c #Conflicts:     499000 | #Constraints:      29614
188.84/190.21	c #Conflicts:     500000 | #Constraints:      30614
188.84/190.21	c #Conflicts:     501000 | #Constraints:      31614
188.84/190.21	c #Conflicts:     502000 | #Constraints:      32614
188.84/190.21	c INPROCESSING
188.84/190.21	c GARBAGE COLLECT
188.84/190.21	c rational objective 18701.4
192.33/193.73	c #Conflicts:     503000 | #Constraints:      19617
192.33/193.73	c #Conflicts:     504000 | #Constraints:      20619
192.33/193.73	c #Conflicts:     505000 | #Constraints:      21620
192.33/193.73	c #Conflicts:     506000 | #Constraints:      22620
192.33/193.73	c #Conflicts:     507000 | #Constraints:      23620
192.33/193.73	c #Conflicts:     508000 | #Constraints:      24621
192.33/193.73	c #Conflicts:     509000 | #Constraints:      25621
192.33/193.73	c #Conflicts:     510000 | #Constraints:      26622
192.33/193.73	c #Conflicts:     511000 | #Constraints:      27623
192.33/193.73	WSVECS04 Frhs2[16]: 6 0 18.6667 shouldn't be
192.33/193.73	WSVECS04 Frhs2[21]: 6 0 1101.38 shouldn't be
192.33/193.73	WSVECS04 Frhs2[154]: 6 0 901.833 shouldn't be
192.33/193.73	WSVECS04 Frhs2[182]: 6 0 1354.33 shouldn't be
192.33/193.73	WSVECS04 Frhs2[214]: 6 0 38 shouldn't be
192.33/193.73	WSVECS04 Frhs2[316]: 6 0 290.75 shouldn't be
192.33/193.73	WSVECS04 Frhs2[318]: 6 0 3.4167 shouldn't be
192.33/193.73	WSVECS04 Frhs2[327]: 6 0 3.00001 shouldn't be
192.33/193.73	WSVECS04 Frhs2[328]: 6 0 197.667 shouldn't be
192.33/193.73	WSVECS04 Frhs2[334]: 6 0 643 shouldn't be
192.33/193.73	WSVECS04 Frhs2[391]: 6 -351.167 0 shouldn't be
193.43/194.85	c #Conflicts:     512000 | #Constraints:      28624
193.43/194.85	c #Conflicts:     513000 | #Constraints:      29624
193.43/194.85	c #Conflicts:     514000 | #Constraints:      30626
193.43/194.85	WSVECS04 Frhs2[39]: 6 -1969 0 shouldn't be
193.43/194.85	WSVECS04 Frhs2[42]: 6 0 3836.64 shouldn't be
193.43/194.85	WSVECS04 Frhs2[45]: 6 0 904.429 shouldn't be
193.43/194.85	WSVECS04 Frhs2[49]: 6 0 4239.36 shouldn't be
193.43/194.85	WSVECS04 Frhs2[50]: 6 0 620.143 shouldn't be
193.43/194.85	WSVECS04 Frhs2[51]: 6 -2612.43 0 shouldn't be
193.43/194.85	WSVECS04 Frhs2[54]: 6 0 337.929 shouldn't be
193.43/194.85	WSVECS04 Frhs2[67]: 6 0 2736.5 shouldn't be
193.43/194.85	WSVECS04 Frhs2[69]: 6 0 337.929 shouldn't be
193.43/194.85	WSVECS04 Frhs2[81]: 6 0 904.429 shouldn't be
193.43/194.85	WSVECS04 Frhs2[86]: 6 0 620.143 shouldn't be
193.43/194.85	WSVECS04 Frhs2[89]: 6 0 142.5 shouldn't be
193.43/194.85	WSVECS04 Frhs2[90]: 6 0 337.929 shouldn't be
193.43/194.85	WSVECS04 Frhs2[105]: 6 0 337.929 shouldn't be
193.43/194.85	WSVECS04 Frhs2[109]: 6 -116 0 shouldn't be
193.43/194.85	WSVECS04 Frhs2[113]: 6 0 1676.29 shouldn't be
193.43/194.85	WSVECS04 Frhs2[121]: 6 0 4701.86 shouldn't be
193.43/194.85	WSVECS04 Frhs2[141]: 6 0 337.929 shouldn't be
193.43/194.85	WSVECS04 Frhs2[150]: 6 0 3836.64 shouldn't be
193.43/194.85	WSVECS04 Frhs2[153]: 6 0 904.429 shouldn't be
193.43/194.85	WSVECS04 Frhs2[157]: 6 0 4201.36 shouldn't be
193.43/194.85	WSVECS04 Frhs2[177]: 6 0 493.929 shouldn't be
193.43/194.85	WSVECS04 Frhs2[247]: 6 0 2150.14 shouldn't be
193.43/194.85	WSVECS04 Frhs2[261]: 6 0 1234.43 shouldn't be
193.43/194.85	WSVECS04 Frhs2[294]: 6 0 3836.64 shouldn't be
193.43/194.85	WSVECS04 Frhs2[295]: 6 -1863.21 0 shouldn't be
193.43/194.85	WSVECS04 Frhs2[319]: 6 0 2677.57 shouldn't be
193.43/194.85	WSVECS04 Frhs2[320]: 6 0 186.072 shouldn't be
193.43/194.85	WSVECS04 Frhs2[376]: 6 -929 0 shouldn't be
193.43/194.85	WSVECS04 Frhs2[380]: 6 0 113 shouldn't be
193.43/194.85	WSVECS04 Frhs2[388]: 6 0 550 shouldn't be
193.43/194.85	WSVECS04 Frhs2[394]: 6 0 857.214 shouldn't be
193.43/194.85	WSVECS04 Frhs2[395]: 6 0 317.214 shouldn't be
193.43/194.85	WSVECS04 Frhs2[415]: 6 0 173.214 shouldn't be
193.43/194.85	WSVECS04 Frhs2[514]: 6 0 835 shouldn't be
193.43/194.85	WSVECS04 Frhs2[531]: 6 0 835 shouldn't be
194.43/195.84	c #Conflicts:     515000 | #Constraints:      31627
194.43/195.84	c #Conflicts:     516000 | #Constraints:      32627
194.43/195.84	c INPROCESSING
194.43/195.84	c GARBAGE COLLECT
194.43/195.84	c rational objective 18701.4
198.22/199.67	c #Conflicts:     517000 | #Constraints:      19423
198.22/199.67	c #Conflicts:     518000 | #Constraints:      20424
198.22/199.67	c #Conflicts:     519000 | #Constraints:      21424
198.22/199.67	c #Conflicts:     520000 | #Constraints:      22426
198.22/199.67	c #Conflicts:     521000 | #Constraints:      23432
198.22/199.67	c #Conflicts:     522000 | #Constraints:      24433
198.22/199.67	c #Conflicts:     523000 | #Constraints:      25433
198.22/199.67	c #Conflicts:     524000 | #Constraints:      26433
198.22/199.67	c #Conflicts:     525000 | #Constraints:      27433
198.22/199.67	c #Conflicts:     526000 | #Constraints:      28433
198.22/199.67	c #Conflicts:     527000 | #Constraints:      29433
198.22/199.67	WSVECS04 Frhs2[42]: 6 0 89.5038 shouldn't be
198.22/199.67	WSVECS04 Frhs2[48]: 6 0 378.571 shouldn't be
198.22/199.67	WSVECS04 Frhs2[75]: 6 0 356.493 shouldn't be
198.22/199.67	WSVECS04 Frhs2[76]: 6 0 293.152 shouldn't be
198.22/199.67	WSVECS04 Frhs2[78]: 6 0 4.08554 shouldn't be
198.22/199.67	WSVECS04 Frhs2[106]: 6 0 163.976 shouldn't be
198.22/199.67	WSVECS04 Frhs2[122]: 6 0 466.975 shouldn't be
198.22/199.67	WSVECS04 Frhs2[153]: 6 0 293.152 shouldn't be
198.22/199.67	WSVECS04 Frhs2[155]: 6 0 153.403 shouldn't be
198.22/199.67	WSVECS04 Frhs2[181]: 6 -197.479 0 shouldn't be
198.22/199.67	WSVECS04 Frhs2[182]: 6 0 1284.34 shouldn't be
198.22/199.67	WSVECS04 Frhs2[183]: 6 0 220.829 shouldn't be
198.22/199.67	WSVECS04 Frhs2[253]: 6 -1309.08 0 shouldn't be
198.22/199.67	WSVECS04 Frhs2[254]: 6 0 1284.34 shouldn't be
198.22/199.67	WSVECS04 Frhs2[298]: 6 0 135.663 shouldn't be
198.22/199.67	WSVECS04 Frhs2[325]: 6 0 1237.56 shouldn't be
198.22/199.67	WSVECS04 Frhs2[332]: 6 0 207 shouldn't be
198.22/199.67	WSVECS04 Frhs2[375]: 6 0 591.839 shouldn't be
198.22/199.67	WSVECS04 Frhs2[378]: 6 0 710.354 shouldn't be
198.22/199.67	WSVECS04 Frhs2[380]: 6 0 697.839 shouldn't be
198.22/199.67	WSVECS04 Frhs2[388]: 6 0 970.839 shouldn't be
198.22/199.67	WSVECS04 Frhs2[390]: 6 0 157.839 shouldn't be
198.31/199.78	WSVECS04 Frhs2[334]: 6 0 342.663 shouldn't be
198.41/199.85	WSVECS04 Frhs2[74]: 6 0 1284.34 shouldn't be
198.41/199.85	WSVECS04 Frhs2[195]: 6 -1563 0 shouldn't be
198.41/199.85	WSVECS04 Frhs2[207]: 6 0 13.5 shouldn't be
198.41/199.85	WSVECS04 Frhs2[326]: 6 0 1259.33 shouldn't be
198.41/199.85	WSVECS04 Frhs2[385]: 6 0 116 shouldn't be
198.52/199.93	WSVECS04 Frhs2[1]: 6 0 1423.35 shouldn't be
198.52/199.93	WSVECS04 Frhs2[36]: 6 0 63.7461 shouldn't be
198.52/199.93	WSVECS04 Frhs2[68]: 6 0 199.409 shouldn't be
198.52/199.93	WSVECS04 Frhs2[224]: 6 -898 0 shouldn't be
198.52/199.93	WSVECS04 Frhs2[344]: 6 0 139.749 shouldn't be
198.52/199.93	WSVECS04 Frhs2[356]: 6 0 100.879 shouldn't be
199.91/201.32	c #Conflicts:     528000 | #Constraints:      30434
199.91/201.32	c #Conflicts:     529000 | #Constraints:      31434
199.91/201.32	c #Conflicts:     530000 | #Constraints:      32434
199.91/201.32	c #Conflicts:     531000 | #Constraints:      33434
199.91/201.32	c INPROCESSING
199.91/201.32	c GARBAGE COLLECT
199.91/201.32	WSVECS04 Frhs2[2]: 6 0 384.801 shouldn't be
199.91/201.32	WSVECS04 Frhs2[17]: 6 0 261.473 shouldn't be
199.91/201.32	WSVECS04 Frhs2[25]: 6 0 143.696 shouldn't be
199.91/201.32	WSVECS04 Frhs2[52]: 6 0 459.233 shouldn't be
199.91/201.32	WSVECS04 Frhs2[73]: 6 0 712.483 shouldn't be
199.91/201.32	WSVECS04 Frhs2[83]: 6 0 108.807 shouldn't be
199.91/201.32	WSVECS04 Frhs2[113]: 6 0 542.167 shouldn't be
199.91/201.32	WSVECS04 Frhs2[133]: 6 -744.304 0 shouldn't be
199.91/201.32	WSVECS04 Frhs2[147]: 6 0 557.885 shouldn't be
199.91/201.32	WSVECS04 Frhs2[169]: 6 0 143.696 shouldn't be
199.91/201.32	WSVECS04 Frhs2[178]: 6 0 763.706 shouldn't be
199.91/201.32	WSVECS04 Frhs2[205]: 6 0 167.696 shouldn't be
199.91/201.32	WSVECS04 Frhs2[216]: 6 -870.472 0 shouldn't be
199.91/201.32	WSVECS04 Frhs2[217]: 6 -2657.15 0 shouldn't be
199.91/201.32	WSVECS04 Frhs2[219]: 6 0 273.788 shouldn't be
199.91/201.32	WSVECS04 Frhs2[237]: 6 0 592.249 shouldn't be
199.91/201.32	WSVECS04 Frhs2[241]: 6 0 143.696 shouldn't be
199.91/201.32	WSVECS04 Frhs2[251]: 6 0 208.68 shouldn't be
199.91/201.32	WSVECS04 Frhs2[256]: 6 0 506.458 shouldn't be
199.91/201.32	WSVECS04 Frhs2[287]: 6 0 208.679 shouldn't be
199.91/201.32	WSVECS04 Frhs2[289]: 6 -2103.17 0 shouldn't be
199.91/201.32	WSVECS04 Frhs2[293]: 6 0 223.941 shouldn't be
199.91/201.32	WSVECS04 Frhs2[297]: 6 0 361.38 shouldn't be
199.91/201.32	WSVECS04 Frhs2[302]: 6 0 33.5502 shouldn't be
199.91/201.32	WSVECS04 Frhs2[305]: 6 0 223.941 shouldn't be
199.91/201.32	WSVECS04 Frhs2[313]: 6 0 213.471 shouldn't be
199.91/201.32	WSVECS04 Frhs2[315]: 6 0 278.775 shouldn't be
199.91/201.32	WSVECS04 Frhs2[338]: 6 0 33.5502 shouldn't be
199.91/201.32	WSVECS04 Frhs2[347]: 6 0 681.751 shouldn't be
199.91/201.32	WSVECS04 Frhs2[358]: 6 0 54.9783 shouldn't be
199.91/201.32	WSVECS04 Frhs2[373]: 6 0 141 shouldn't be
199.91/201.32	WSVECS04 Frhs2[374]: 6 0 103 shouldn't be
199.91/201.32	WSVECS04 Frhs2[391]: 6 -1440 0 shouldn't be
199.91/201.32	WSVECS04 Frhs2[413]: 6 0 113 shouldn't be
199.91/201.32	WSVECS04 Frhs2[415]: 6 0 151 shouldn't be
199.91/201.32	WSVECS04 Frhs2[424]: 6 -605 0 shouldn't be
199.91/201.32	WSVECS04 Frhs2[442]: 6 0 43 shouldn't be
199.91/201.32	WSVECS04 Frhs2[446]: 6 -745 0 shouldn't be
199.91/201.32	WSVECS04 Frhs2[474]: 6 -1380 0 shouldn't be
199.91/201.32	WSVECS04 Frhs2[476]: 6 -521 0 shouldn't be
199.91/201.32	WSVECS04 Frhs2[477]: 6 0 22.0001 shouldn't be
199.91/201.32	WSVECS04 Frhs2[487]: 6 0 10 shouldn't be
199.91/201.32	WSVECS04 Frhs2[493]: 6 0 96.0001 shouldn't be
199.91/201.32	WSVECS04 Frhs2[503]: 6 0 149.225 shouldn't be
199.91/201.32	WSVECS04 Frhs2[505]: 6 0 187.225 shouldn't be
199.91/201.32	WSVECS04 Frhs2[510]: 6 0 175 shouldn't be
200.01/201.47	WSVECS04 Frhs2[30]: 6 0 143.696 shouldn't be
200.01/201.47	WSVECS04 Frhs2[143]: 6 0 141.753 shouldn't be
200.01/201.47	WSVECS04 Frhs2[190]: 6 0 415.693 shouldn't be
200.01/201.47	WSVECS04 Frhs2[246]: 6 0 143.696 shouldn't be
200.01/201.47	WSVECS04 Frhs2[266]: 6 0 33.5502 shouldn't be
200.01/201.47	WSVECS04 Frhs2[435]: 6 -486 0 shouldn't be
200.01/201.47	WSVECS04 Frhs2[470]: 6 -408 0 shouldn't be
200.01/201.47	WSVECS04 Frhs2[514]: 6 0 415 shouldn't be
200.11/201.59	WSVECS04 Frhs2[110]: 6 0 1860.1 shouldn't be
200.11/201.59	WSVECS04 Frhs2[111]: 6 0 624.812 shouldn't be
200.11/201.59	WSVECS04 Frhs2[120]: 6 0 503.703 shouldn't be
200.11/201.59	WSVECS04 Frhs2[138]: 6 0 143.696 shouldn't be
200.11/201.59	WSVECS04 Frhs2[201]: 6 0 592.249 shouldn't be
200.11/201.59	WSVECS04 Frhs2[215]: 6 0 208.68 shouldn't be
200.11/201.59	WSVECS04 Frhs2[273]: 6 0 592.249 shouldn't be
200.11/201.59	WSVECS04 Frhs2[291]: 6 0 273.788 shouldn't be
200.11/201.59	WSVECS04 Frhs2[309]: 6 0 592.249 shouldn't be
200.31/201.73	WSVECS04 Frhs2[11]: 6 0 71.0823 shouldn't be
200.31/201.73	WSVECS04 Frhs2[103]: 6 0 965.758 shouldn't be
200.31/201.73	WSVECS04 Frhs2[156]: 6 0 727.644 shouldn't be
200.31/201.73	WSVECS04 Frhs2[300]: 6 0 503.703 shouldn't be
200.31/201.73	WSVECS04 Frhs2[364]: 6 -3.00003 0 shouldn't be
200.31/201.73	WSVECS04 Frhs2[375]: 6 0 785 shouldn't be
200.31/201.73	WSVECS04 Frhs2[378]: 6 0 51.1654 shouldn't be
200.31/201.73	WSVECS04 Frhs2[380]: 6 0 891 shouldn't be
200.31/201.73	WSVECS04 Frhs2[388]: 6 0 149.617 shouldn't be
200.31/201.73	WSVECS04 Frhs2[414]: 6 0 10.0001 shouldn't be
205.20/206.68	c #Conflicts:     532000 | #Constraints:      20018
205.20/206.68	c #Conflicts:     533000 | #Constraints:      21018
205.20/206.68	c #Conflicts:     534000 | #Constraints:      22018
205.20/206.68	c #Conflicts:     535000 | #Constraints:      23018
205.20/206.68	c #Conflicts:     536000 | #Constraints:      24018
205.20/206.68	c #Conflicts:     537000 | #Constraints:      25018
205.20/206.68	c #Conflicts:     538000 | #Constraints:      26020
205.20/206.68	c #Conflicts:     539000 | #Constraints:      27020
205.20/206.68	c #Conflicts:     540000 | #Constraints:      28020
205.20/206.68	c #Conflicts:     541000 | #Constraints:      29021
205.20/206.68	c #Conflicts:     542000 | #Constraints:      30023
205.20/206.68	c #Conflicts:     543000 | #Constraints:      31025
205.20/206.68	c #Conflicts:     544000 | #Constraints:      32027
205.20/206.68	c #Conflicts:     545000 | #Constraints:      33027
205.20/206.68	c #Conflicts:     546000 | #Constraints:      34028
205.20/206.68	c INPROCESSING
205.20/206.68	c GARBAGE COLLECT
205.20/206.68	c rational objective 18701.4
205.89/207.32	c #Conflicts:     547000 | #Constraints:      20413
205.89/207.32	WSVECS04 Frhs2[8]: 6 0 257 shouldn't be
205.89/207.32	WSVECS04 Frhs2[9]: 6 0 220 shouldn't be
205.89/207.32	WSVECS04 Frhs2[10]: 6 0 257 shouldn't be
205.89/207.32	WSVECS04 Frhs2[37]: 6 -430.318 0 shouldn't be
205.89/207.32	WSVECS04 Frhs2[39]: 6 0 117.364 shouldn't be
205.89/207.32	WSVECS04 Frhs2[56]: 6 0 637 shouldn't be
205.89/207.32	WSVECS04 Frhs2[74]: 6 0 304.591 shouldn't be
205.89/207.32	WSVECS04 Frhs2[80]: 6 0 138 shouldn't be
205.89/207.32	WSVECS04 Frhs2[81]: 6 0 673 shouldn't be
205.89/207.32	WSVECS04 Frhs2[82]: 6 0 138 shouldn't be
205.89/207.32	WSVECS04 Frhs2[116]: 6 -175 0 shouldn't be
205.89/207.32	WSVECS04 Frhs2[148]: 6 0 420.727 shouldn't be
205.89/207.32	WSVECS04 Frhs2[154]: 6 0 37 shouldn't be
205.89/207.32	WSVECS04 Frhs2[165]: 6 0 531 shouldn't be
205.89/207.32	WSVECS04 Frhs2[190]: 6 0 37.0001 shouldn't be
205.89/207.32	WSVECS04 Frhs2[237]: 6 0 1157.18 shouldn't be
205.89/207.32	WSVECS04 Frhs2[253]: 6 0 304.591 shouldn't be
205.89/207.32	WSVECS04 Frhs2[256]: 6 0 430.318 shouldn't be
205.89/207.32	WSVECS04 Frhs2[274]: 6 -1950 0 shouldn't be
205.89/207.32	WSVECS04 Frhs2[328]: 6 0 251.455 shouldn't be
205.89/207.32	WSVECS04 Frhs2[510]: 6 0 245 shouldn't be
206.00/207.40	WSVECS04 Frhs2[20]: 6 0 637 shouldn't be
206.00/207.40	WSVECS04 Frhs2[59]: 6 0 637 shouldn't be
206.00/207.40	WSVECS04 Frhs2[91]: 6 0 637 shouldn't be
206.00/207.40	WSVECS04 Frhs2[166]: 6 0 1168 shouldn't be
206.00/207.40	WSVECS04 Frhs2[181]: 6 -2977.55 0 shouldn't be
206.00/207.40	WSVECS04 Frhs2[220]: 6 0 1121.55 shouldn't be
206.00/207.40	WSVECS04 Frhs2[221]: 6 0 700.818 shouldn't be
206.00/207.40	WSVECS04 Frhs2[457]: 6 0 300 shouldn't be
206.10/207.58	WSVECS04 Frhs2[183]: 6 0 117.364 shouldn't be
206.19/207.67	WSVECS04 Frhs2[2]: 6 0 241.727 shouldn't be
206.19/207.67	WSVECS04 Frhs2[130]: 6 -2336 0 shouldn't be
206.19/207.67	WSVECS04 Frhs2[199]: 6 -1037 0 shouldn't be
206.29/207.73	WSVECS04 Frhs2[92]: 6 0 637 shouldn't be
206.29/207.78	WSVECS04 Frhs2[182]: 6 0 241.727 shouldn't be
206.39/207.84	WSVECS04 Frhs2[184]: 6 0 367.455 shouldn't be
209.78/211.31	c #Conflicts:     548000 | #Constraints:      21414
209.78/211.31	c #Conflicts:     549000 | #Constraints:      22414
209.78/211.31	c #Conflicts:     550000 | #Constraints:      23414
209.78/211.31	c #Conflicts:     551000 | #Constraints:      24414
209.78/211.31	c #Conflicts:     552000 | #Constraints:      25414
209.78/211.31	c #Conflicts:     553000 | #Constraints:      26414
209.78/211.31	c #Conflicts:     554000 | #Constraints:      27414
209.78/211.31	c #Conflicts:     555000 | #Constraints:      28414
209.78/211.31	c #Conflicts:     556000 | #Constraints:      29414
209.78/211.31	c #Conflicts:     557000 | #Constraints:      30414
209.78/211.31	c #Conflicts:     558000 | #Constraints:      31414
209.78/211.31	WSVECS04 Frhs2[27]: 6 0 3045.61 shouldn't be
209.78/211.31	WSVECS04 Frhs2[75]: 6 0 704.475 shouldn't be
209.78/211.31	WSVECS04 Frhs2[93]: 6 0 168.263 shouldn't be
209.78/211.31	WSVECS04 Frhs2[104]: 6 0 71.0767 shouldn't be
209.78/211.31	WSVECS04 Frhs2[106]: 6 0 357.643 shouldn't be
209.78/211.31	WSVECS04 Frhs2[109]: 6 -2677.87 0 shouldn't be
209.78/211.31	WSVECS04 Frhs2[110]: 6 0 856.802 shouldn't be
209.78/211.31	WSVECS04 Frhs2[117]: 6 0 576.516 shouldn't be
209.78/211.31	WSVECS04 Frhs2[128]: 6 0 256.056 shouldn't be
209.78/211.31	WSVECS04 Frhs2[129]: 6 0 524.737 shouldn't be
209.78/211.31	WSVECS04 Frhs2[162]: 6 0 99.1024 shouldn't be
209.78/211.31	WSVECS04 Frhs2[193]: 6 0 1530.94 shouldn't be
209.78/211.31	WSVECS04 Frhs2[228]: 6 0 86.213 shouldn't be
209.78/211.31	WSVECS04 Frhs2[231]: 6 -62.5959 0 shouldn't be
209.78/211.31	WSVECS04 Frhs2[249]: 6 0 175.738 shouldn't be
209.78/211.31	WSVECS04 Frhs2[266]: 6 0 50.5812 shouldn't be
209.78/211.31	WSVECS04 Frhs2[272]: 6 0 459.293 shouldn't be
209.78/211.31	WSVECS04 Frhs2[273]: 6 0 727.975 shouldn't be
209.78/211.31	WSVECS04 Frhs2[289]: 6 -2294.27 0 shouldn't be
209.78/211.31	WSVECS04 Frhs2[290]: 6 0 856.802 shouldn't be
209.78/211.31	WSVECS04 Frhs2[328]: 6 0 23088.6 shouldn't be
209.78/211.31	WSVECS04 Frhs2[330]: 6 0 25269.6 shouldn't be
209.78/211.31	WSVECS04 Frhs2[334]: 6 0 39.8771 shouldn't be
209.78/211.31	WSVECS04 Frhs2[387]: 6 0 257 shouldn't be
209.78/211.31	WSVECS04 Frhs2[389]: 6 0 464 shouldn't be
209.78/211.31	WSVECS04 Frhs2[390]: 6 0 502 shouldn't be
209.78/211.31	WSVECS04 Frhs2[413]: 6 0 25488 shouldn't be
209.78/211.31	WSVECS04 Frhs2[414]: 6 0 25772 shouldn't be
209.78/211.31	WSVECS04 Frhs2[415]: 6 0 26019 shouldn't be
209.78/211.31	WSVECS04 Frhs2[421]: 6 -481 0 shouldn't be
209.78/211.31	WSVECS04 Frhs2[424]: 6 0 1755.6 shouldn't be
209.78/211.31	WSVECS04 Frhs2[441]: 6 -605 0 shouldn't be
209.78/211.31	WSVECS04 Frhs2[470]: 6 0 244 shouldn't be
209.78/211.31	WSVECS04 Frhs2[478]: 6 0 58 shouldn't be
209.78/211.31	WSVECS04 Frhs2[489]: 6 0 13272.3 shouldn't be
209.78/211.31	WSVECS04 Frhs2[508]: 6 0 231 shouldn't be
209.88/211.41	WSVECS04 Frhs2[45]: 6 0 1243.79 shouldn't be
209.88/211.41	WSVECS04 Frhs2[141]: 6 0 258.991 shouldn't be
209.88/211.41	WSVECS04 Frhs2[187]: 6 0 406.787 shouldn't be
209.88/211.41	WSVECS04 Frhs2[192]: 6 0 1197.47 shouldn't be
209.88/211.41	WSVECS04 Frhs2[239]: 6 0 1263.15 shouldn't be
209.88/211.41	WSVECS04 Frhs2[275]: 6 0 1761.87 shouldn't be
209.88/211.41	WSVECS04 Frhs2[332]: 6 0 446.664 shouldn't be
209.88/211.41	WSVECS04 Frhs2[364]: 6 -739.004 0 shouldn't be
209.88/211.41	WSVECS04 Frhs2[365]: 6 -1675 0 shouldn't be
209.88/211.41	WSVECS04 Frhs2[369]: 6 0 245 shouldn't be
209.88/211.41	WSVECS04 Frhs2[397]: 6 -80.0001 0 shouldn't be
209.88/211.49	WSVECS04 Frhs2[3]: 6 0 704.475 shouldn't be
209.88/211.49	WSVECS04 Frhs2[97]: 6 0 3025.14 shouldn't be
209.88/211.49	WSVECS04 Frhs2[191]: 6 0 406.787 shouldn't be
209.88/211.49	WSVECS04 Frhs2[340]: 6 0 470.596 shouldn't be
209.98/211.57	WSVECS04 Frhs2[122]: 6 0 463.212 shouldn't be
209.98/211.57	WSVECS04 Frhs2[207]: 6 0 5045.83 shouldn't be
209.98/211.57	WSVECS04 Frhs2[333]: 6 0 1283.66 shouldn't be
209.98/211.57	WSVECS04 Frhs2[468]: 6 -43 0 shouldn't be
210.08/211.66	WSVECS04 Frhs2[18]: 6 0 100.419 shouldn't be
210.08/211.66	WSVECS04 Frhs2[50]: 6 0 1026.84 shouldn't be
210.08/211.66	WSVECS04 Frhs2[52]: 6 0 1497.44 shouldn't be
210.08/211.66	WSVECS04 Frhs2[232]: 6 0 470.596 shouldn't be
210.08/211.66	WSVECS04 Frhs2[292]: 6 0 113.214 shouldn't be
210.18/211.75	WSVECS04 Frhs2[99]: 6 0 6070.75 shouldn't be
210.28/211.80	WSVECS04 Frhs2[85]: 6 0 1901.12 shouldn't be
210.28/211.80	WSVECS04 Frhs2[126]: 6 0 563.631 shouldn't be
210.28/211.80	WSVECS04 Frhs2[337]: 6 0 2001.54 shouldn't be
210.37/211.91	WSVECS04 Frhs2[243]: 6 0 5221.57 shouldn't be
210.37/211.91	WSVECS04 Frhs2[326]: 6 0 26126.4 shouldn't be
210.37/211.96	WSVECS04 Frhs2[297]: 6 0 837 shouldn't be
212.07/213.60	c #Conflicts:     559000 | #Constraints:      32414
212.07/213.60	c #Conflicts:     560000 | #Constraints:      33414
212.07/213.60	c #Conflicts:     561000 | #Constraints:      34414
212.07/213.60	c INPROCESSING
212.07/213.60	c GARBAGE COLLECT
212.07/213.60	c rational objective 18701.4
216.96/218.50	c #Conflicts:     562000 | #Constraints:      20617
216.96/218.50	c #Conflicts:     563000 | #Constraints:      21617
216.96/218.50	c #Conflicts:     564000 | #Constraints:      22617
216.96/218.50	c #Conflicts:     565000 | #Constraints:      23617
216.96/218.50	c #Conflicts:     566000 | #Constraints:      24617
216.96/218.50	c #Conflicts:     567000 | #Constraints:      25617
216.96/218.50	c #Conflicts:     568000 | #Constraints:      26617
216.96/218.50	c #Conflicts:     569000 | #Constraints:      27618
216.96/218.50	c #Conflicts:     570000 | #Constraints:      28618
216.96/218.50	c #Conflicts:     571000 | #Constraints:      29618
216.96/218.50	c #Conflicts:     572000 | #Constraints:      30620
216.96/218.50	c #Conflicts:     573000 | #Constraints:      31621
216.96/218.50	c #Conflicts:     574000 | #Constraints:      32622
216.96/218.50	c #Conflicts:     575000 | #Constraints:      33622
216.96/218.50	c #Conflicts:     576000 | #Constraints:      34625
216.96/218.50	c INPROCESSING
216.96/218.50	c GARBAGE COLLECT
216.96/218.50	c rational objective 18701.4
221.55/223.12	c #Conflicts:     577000 | #Constraints:      20601
221.55/223.12	c #Conflicts:     578000 | #Constraints:      21601
221.55/223.12	c #Conflicts:     579000 | #Constraints:      22601
221.55/223.12	c #Conflicts:     580000 | #Constraints:      23601
221.55/223.12	c #Conflicts:     581000 | #Constraints:      24601
221.55/223.12	c #Conflicts:     582000 | #Constraints:      25601
221.55/223.12	c #Conflicts:     583000 | #Constraints:      26601
221.55/223.12	c #Conflicts:     584000 | #Constraints:      27601
221.55/223.12	c #Conflicts:     585000 | #Constraints:      28601
221.55/223.12	c #Conflicts:     586000 | #Constraints:      29601
221.55/223.12	c #Conflicts:     587000 | #Constraints:      30601
221.55/223.12	c #Conflicts:     588000 | #Constraints:      31601
221.55/223.12	c #Conflicts:     589000 | #Constraints:      32601
221.55/223.12	WSVECS04 Frhs2[65]: 6 -402.615 0 shouldn't be
221.55/223.12	WSVECS04 Frhs2[83]: 6 0 28.0769 shouldn't be
221.55/223.12	WSVECS04 Frhs2[101]: 6 0 201.308 shouldn't be
221.55/223.12	WSVECS04 Frhs2[143]: 6 0 1.46163 shouldn't be
221.55/223.12	WSVECS04 Frhs2[144]: 6 -464.308 0 shouldn't be
221.55/223.12	WSVECS04 Frhs2[206]: 6 0 259.692 shouldn't be
221.55/223.12	WSVECS04 Frhs2[207]: 6 0 103.154 shouldn't be
221.55/223.12	WSVECS04 Frhs2[215]: 6 0 123.385 shouldn't be
221.55/223.12	WSVECS04 Frhs2[217]: 6 -750.231 0 shouldn't be
221.55/223.12	WSVECS04 Frhs2[225]: 6 0 28.077 shouldn't be
221.55/223.12	WSVECS04 Frhs2[235]: 6 -351.462 0 shouldn't be
221.55/223.12	WSVECS04 Frhs2[279]: 6 0 179 shouldn't be
221.55/223.12	WSVECS04 Frhs2[280]: 6 0 179 shouldn't be
221.55/223.12	WSVECS04 Frhs2[284]: 6 0 64.2309 shouldn't be
221.55/223.12	WSVECS04 Frhs2[411]: 6 0 254 shouldn't be
221.55/223.12	WSVECS04 Frhs2[424]: 6 0 785 shouldn't be
221.55/223.12	WSVECS04 Frhs2[448]: 6 -106 0 shouldn't be
221.55/223.12	WSVECS04 Frhs2[469]: 6 -141 0 shouldn't be
221.55/223.12	WSVECS04 Frhs2[510]: 6 0 70.3077 shouldn't be
222.45/224.06	c #Conflicts:     590000 | #Constraints:      33601
222.45/224.06	c #Conflicts:     591000 | #Constraints:      34601
222.45/224.06	c INPROCESSING
222.45/224.06	c GARBAGE COLLECT
222.45/224.06	c rational objective 18701.4
228.13/229.76	c #Conflicts:     592000 | #Constraints:      20405
228.13/229.76	c #Conflicts:     593000 | #Constraints:      21407
228.13/229.76	c #Conflicts:     594000 | #Constraints:      22407
228.13/229.76	c #Conflicts:     595000 | #Constraints:      23409
228.13/229.76	c #Conflicts:     596000 | #Constraints:      24412
228.13/229.76	c #Conflicts:     597000 | #Constraints:      25412
228.13/229.76	c #Conflicts:     598000 | #Constraints:      26412
228.13/229.76	c #Conflicts:     599000 | #Constraints:      27412
228.13/229.76	c #Conflicts:     600000 | #Constraints:      28412
228.13/229.76	c #Conflicts:     601000 | #Constraints:      29413
228.13/229.76	c #Conflicts:     602000 | #Constraints:      30414
228.13/229.76	c #Conflicts:     603000 | #Constraints:      31416
228.13/229.76	c #Conflicts:     604000 | #Constraints:      32417
228.13/229.76	c #Conflicts:     605000 | #Constraints:      33417
228.13/229.76	c #Conflicts:     606000 | #Constraints:      34420
228.13/229.76	c #Conflicts:     607000 | #Constraints:      35423
228.13/229.76	c INPROCESSING
228.13/229.76	c GARBAGE COLLECT
228.13/229.76	c rational objective 18701.4
234.21/235.88	c #Conflicts:     608000 | #Constraints:      21002
234.21/235.88	c #Conflicts:     609000 | #Constraints:      22004
234.21/235.88	c #Conflicts:     610000 | #Constraints:      23006
234.21/235.88	c #Conflicts:     611000 | #Constraints:      24007
234.21/235.88	c #Conflicts:     612000 | #Constraints:      25008
234.21/235.88	c #Conflicts:     613000 | #Constraints:      26009
234.21/235.88	c #Conflicts:     614000 | #Constraints:      27010
234.21/235.88	c #Conflicts:     615000 | #Constraints:      28011
234.21/235.88	c #Conflicts:     616000 | #Constraints:      29012
234.21/235.88	c #Conflicts:     617000 | #Constraints:      30012
234.21/235.88	c #Conflicts:     618000 | #Constraints:      31012
234.21/235.88	c #Conflicts:     619000 | #Constraints:      32012
234.21/235.88	c #Conflicts:     620000 | #Constraints:      33012
234.21/235.88	c #Conflicts:     621000 | #Constraints:      34013
234.21/235.88	c #Conflicts:     622000 | #Constraints:      35014
234.21/235.88	c #Conflicts:     623000 | #Constraints:      36015
234.21/235.88	c INPROCESSING
234.21/235.88	c GARBAGE COLLECT
234.21/235.88	c rational objective 18701.4
240.38/242.17	c #Conflicts:     624000 | #Constraints:      21400
240.38/242.17	c #Conflicts:     625000 | #Constraints:      22400
240.38/242.17	c #Conflicts:     626000 | #Constraints:      23402
240.38/242.17	c #Conflicts:     627000 | #Constraints:      24402
240.38/242.17	c #Conflicts:     628000 | #Constraints:      25402
240.38/242.17	c #Conflicts:     629000 | #Constraints:      26402
240.38/242.17	c #Conflicts:     630000 | #Constraints:      27402
240.38/242.17	c #Conflicts:     631000 | #Constraints:      28402
240.38/242.17	c #Conflicts:     632000 | #Constraints:      29402
240.38/242.17	c #Conflicts:     633000 | #Constraints:      30402
240.38/242.17	c #Conflicts:     634000 | #Constraints:      31402
240.38/242.17	c #Conflicts:     635000 | #Constraints:      32402
240.38/242.17	c #Conflicts:     636000 | #Constraints:      33402
240.38/242.17	c #Conflicts:     637000 | #Constraints:      34402
240.38/242.17	c #Conflicts:     638000 | #Constraints:      35402
240.38/242.17	c #Conflicts:     639000 | #Constraints:      36402
240.38/242.17	c INPROCESSING
240.38/242.17	c GARBAGE COLLECT
240.38/242.17	c rational objective 18701.4
246.57/248.31	c #Conflicts:     640000 | #Constraints:      21621
246.57/248.31	c #Conflicts:     641000 | #Constraints:      22621
246.57/248.31	c #Conflicts:     642000 | #Constraints:      23624
246.57/248.31	c #Conflicts:     643000 | #Constraints:      24624
246.57/248.31	c #Conflicts:     644000 | #Constraints:      25628
246.57/248.31	c #Conflicts:     645000 | #Constraints:      26628
246.57/248.31	c #Conflicts:     646000 | #Constraints:      27628
246.57/248.31	c #Conflicts:     647000 | #Constraints:      28628
246.57/248.31	c #Conflicts:     648000 | #Constraints:      29628
246.57/248.31	c #Conflicts:     649000 | #Constraints:      30631
246.57/248.31	c #Conflicts:     650000 | #Constraints:      31634
246.57/248.31	c #Conflicts:     651000 | #Constraints:      32634
246.57/248.31	c #Conflicts:     652000 | #Constraints:      33634
246.57/248.31	c #Conflicts:     653000 | #Constraints:      34636
246.57/248.31	c #Conflicts:     654000 | #Constraints:      35636
246.57/248.31	c #Conflicts:     655000 | #Constraints:      36639
246.57/248.31	c INPROCESSING
246.57/248.31	c GARBAGE COLLECT
246.57/248.31	c rational objective 18701.4
248.27/250.00	c #Conflicts:     656000 | #Constraints:      21613
248.27/250.00	c #Conflicts:     657000 | #Constraints:      22613
248.27/250.00	c #Conflicts:     658000 | #Constraints:      23613
248.27/250.00	c #Conflicts:     659000 | #Constraints:      24613
248.27/250.00	WSVECS04 Frhs2[28]: 6 0 74.3104 shouldn't be
248.27/250.00	WSVECS04 Frhs2[37]: 6 -1303.1 0 shouldn't be
248.27/250.00	WSVECS04 Frhs2[38]: 6 0 550.172 shouldn't be
248.27/250.00	WSVECS04 Frhs2[94]: 6 0 813.586 shouldn't be
248.27/250.00	WSVECS04 Frhs2[100]: 6 0 74.3104 shouldn't be
248.27/250.00	WSVECS04 Frhs2[130]: 6 -141 0 shouldn't be
248.27/250.00	WSVECS04 Frhs2[131]: 6 0 141 shouldn't be
248.27/250.00	WSVECS04 Frhs2[145]: 6 0 588.138 shouldn't be
248.27/250.00	WSVECS04 Frhs2[157]: 6 0 28.6897 shouldn't be
248.27/250.00	WSVECS04 Frhs2[175]: 6 0 28.6897 shouldn't be
248.27/250.00	WSVECS04 Frhs2[221]: 6 -5647.86 0 shouldn't be
248.27/250.00	WSVECS04 Frhs2[244]: 6 0 74.3104 shouldn't be
248.27/250.00	WSVECS04 Frhs2[245]: 6 -985.414 0 shouldn't be
248.27/250.00	WSVECS04 Frhs2[247]: 6 0 28.6897 shouldn't be
248.27/250.00	WSVECS04 Frhs2[275]: 6 0 141 shouldn't be
248.27/250.00	WSVECS04 Frhs2[277]: 6 0 143.931 shouldn't be
248.27/250.00	WSVECS04 Frhs2[301]: 6 0 28.6898 shouldn't be
248.27/250.00	WSVECS04 Frhs2[311]: 6 0 141 shouldn't be
248.27/250.00	WSVECS04 Frhs2[313]: 6 0 74.3104 shouldn't be
248.27/250.00	WSVECS04 Frhs2[326]: 6 0 550.172 shouldn't be
248.27/250.00	WSVECS04 Frhs2[327]: 6 0 550.172 shouldn't be
248.27/250.00	WSVECS04 Frhs2[332]: 6 0 972.31 shouldn't be
248.27/250.00	WSVECS04 Frhs2[333]: 6 0 972.31 shouldn't be
252.35/254.16	c #Conflicts:     660000 | #Constraints:      25613
252.35/254.16	c #Conflicts:     661000 | #Constraints:      26613
252.35/254.16	c #Conflicts:     662000 | #Constraints:      27613
252.35/254.16	c #Conflicts:     663000 | #Constraints:      28613
252.35/254.16	c #Conflicts:     664000 | #Constraints:      29613
252.35/254.16	c #Conflicts:     665000 | #Constraints:      30614
252.35/254.16	c #Conflicts:     666000 | #Constraints:      31614
252.35/254.16	c #Conflicts:     667000 | #Constraints:      32614
252.35/254.16	c #Conflicts:     668000 | #Constraints:      33614
252.35/254.16	c #Conflicts:     669000 | #Constraints:      34614
252.35/254.16	c #Conflicts:     670000 | #Constraints:      35615
252.35/254.16	WSVECS04 Frhs2[39]: 6 0 338.756 shouldn't be
252.35/254.16	WSVECS04 Frhs2[101]: 6 -11.9521 0 shouldn't be
252.35/254.16	WSVECS04 Frhs2[181]: 6 -757.383 0 shouldn't be
252.35/254.16	WSVECS04 Frhs2[208]: 6 0 547.708 shouldn't be
252.35/254.16	WSVECS04 Frhs2[243]: 6 0 298.941 shouldn't be
252.35/254.16	WSVECS04 Frhs2[256]: 6 0 363.679 shouldn't be
252.35/254.16	WSVECS04 Frhs2[259]: 6 0 84.337 shouldn't be
252.35/254.16	WSVECS04 Frhs2[293]: 6 0 233.973 shouldn't be
252.35/254.16	WSVECS04 Frhs2[506]: 6 -5174.01 0 shouldn't be
252.35/254.16	WSVECS04 Frhs2[509]: 6 0 22 shouldn't be
252.35/254.16	WSVECS04 Frhs2[510]: 6 0 4853.01 shouldn't be
252.45/254.24	WSVECS04 Frhs2[10]: 6 0 43.8233 shouldn't be
252.45/254.24	WSVECS04 Frhs2[411]: 6 0 945.6 shouldn't be
252.55/254.34	WSVECS04 Frhs2[98]: 6 0 222.325 shouldn't be
252.55/254.34	WSVECS04 Frhs2[156]: 6 0 440.38 shouldn't be
252.55/254.34	WSVECS04 Frhs2[172]: 6 0 338.756 shouldn't be
253.75/255.51	c #Conflicts:     671000 | #Constraints:      36616
253.75/255.51	c INPROCESSING
253.75/255.51	c GARBAGE COLLECT
253.75/255.51	c rational objective 18701.4
260.93/262.71	c #Conflicts:     672000 | #Constraints:      21399
260.93/262.71	c #Conflicts:     673000 | #Constraints:      22399
260.93/262.71	c #Conflicts:     674000 | #Constraints:      23400
260.93/262.71	c #Conflicts:     675000 | #Constraints:      24400
260.93/262.71	c #Conflicts:     676000 | #Constraints:      25400
260.93/262.71	c #Conflicts:     677000 | #Constraints:      26402
260.93/262.71	c #Conflicts:     678000 | #Constraints:      27403
260.93/262.71	c #Conflicts:     679000 | #Constraints:      28404
260.93/262.71	c #Conflicts:     680000 | #Constraints:      29407
260.93/262.71	c #Conflicts:     681000 | #Constraints:      30408
260.93/262.71	c #Conflicts:     682000 | #Constraints:      31409
260.93/262.71	c #Conflicts:     683000 | #Constraints:      32410
260.93/262.71	c #Conflicts:     684000 | #Constraints:      33410
260.93/262.71	c #Conflicts:     685000 | #Constraints:      34411
260.93/262.71	c #Conflicts:     686000 | #Constraints:      35417
260.93/262.71	c #Conflicts:     687000 | #Constraints:      36419
260.93/262.71	c #Conflicts:     688000 | #Constraints:      37420
260.93/262.71	c INPROCESSING
260.93/262.71	c GARBAGE COLLECT
260.93/262.71	WSVECS04 Frhs2[121]: 6 0 55.2983 shouldn't be
265.42/267.23	c #Conflicts:     689000 | #Constraints:      22009
265.42/267.23	WSVECS04 Frhs2[2]: 6 0 113 shouldn't be
265.42/267.23	WSVECS04 Frhs2[73]: 6 0 322.125 shouldn't be
265.42/267.23	WSVECS04 Frhs2[135]: 6 0 1344 shouldn't be
265.42/267.23	WSVECS04 Frhs2[186]: 6 0 339.875 shouldn't be
265.42/267.23	WSVECS04 Frhs2[193]: 6 -619.6 0 shouldn't be
265.42/267.23	WSVECS04 Frhs2[203]: 6 -2089.5 0 shouldn't be
265.42/267.23	WSVECS04 Frhs2[218]: 6 0 113 shouldn't be
265.42/267.23	WSVECS04 Frhs2[239]: 6 0 1009.5 shouldn't be
265.42/267.23	WSVECS04 Frhs2[294]: 6 0 339.875 shouldn't be
265.42/267.23	WSVECS04 Frhs2[325]: 6 -113 0 shouldn't be
265.42/267.23	WSVECS04 Frhs2[330]: 6 0 339.875 shouldn't be
265.42/267.23	WSVECS04 Frhs2[399]: 6 -1053 0 shouldn't be
265.42/267.23	WSVECS04 Frhs2[441]: 6 -605 0 shouldn't be
265.52/267.35	WSVECS04 Frhs2[50]: 6 0 43 shouldn't be
265.52/267.35	WSVECS04 Frhs2[301]: 6 0 31.8 shouldn't be
265.52/267.35	WSVECS04 Frhs2[306]: 6 0 95.4 shouldn't be
265.52/267.35	WSVECS04 Frhs2[417]: 6 -315 0 shouldn't be
265.52/267.35	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
265.52/267.35	WSVECS04 Frhs2[498]: 6 0 28.0001 shouldn't be
265.61/267.47	WSVECS04 Frhs2[182]: 6 0 113 shouldn't be
265.61/267.47	WSVECS04 Frhs2[326]: 6 0 113 shouldn't be
265.61/267.47	WSVECS04 Frhs2[454]: 6 -605 0 shouldn't be
265.72/267.60	WSVECS04 Frhs2[253]: 6 0 670.125 shouldn't be
265.72/267.60	WSVECS04 Frhs2[395]: 6 -521 0 shouldn't be
265.72/267.60	WSVECS04 Frhs2[411]: 6 -605 0 shouldn't be
265.72/267.60	WSVECS04 Frhs2[501]: 6 0 525.445 shouldn't be
265.92/267.71	WSVECS04 Frhs2[74]: 6 0 435.125 shouldn't be
265.92/267.71	WSVECS04 Frhs2[381]: 6 0 286.875 shouldn't be
266.01/267.84	WSVECS04 Frhs2[222]: 6 0 339.875 shouldn't be
266.01/267.84	WSVECS04 Frhs2[446]: 6 0 241.2 shouldn't be
266.12/267.94	WSVECS04 Frhs2[2]: 6 0 113 shouldn't be
266.12/267.94	WSVECS04 Frhs2[50]: 6 0 43 shouldn't be
266.12/267.94	WSVECS04 Frhs2[73]: 6 0 322.125 shouldn't be
266.12/267.94	WSVECS04 Frhs2[135]: 6 0 1344 shouldn't be
266.12/267.94	WSVECS04 Frhs2[186]: 6 0 339.875 shouldn't be
266.12/267.94	WSVECS04 Frhs2[193]: 6 -619.6 0 shouldn't be
266.12/267.94	WSVECS04 Frhs2[203]: 6 -2089.5 0 shouldn't be
266.12/267.94	WSVECS04 Frhs2[218]: 6 0 113 shouldn't be
266.12/267.94	WSVECS04 Frhs2[222]: 6 0 339.875 shouldn't be
266.12/267.94	WSVECS04 Frhs2[235]: 6 0 1009.5 shouldn't be
266.12/267.94	WSVECS04 Frhs2[236]: 6 0 1009.5 shouldn't be
266.12/267.94	WSVECS04 Frhs2[237]: 6 0 1009.5 shouldn't be
266.12/267.94	WSVECS04 Frhs2[239]: 6 0 1009.5 shouldn't be
266.12/267.94	WSVECS04 Frhs2[294]: 6 0 339.875 shouldn't be
266.12/267.94	WSVECS04 Frhs2[325]: 6 -113 0 shouldn't be
266.12/267.94	WSVECS04 Frhs2[326]: 6 0 113 shouldn't be
266.12/267.94	WSVECS04 Frhs2[330]: 6 0 339.875 shouldn't be
266.12/267.94	WSVECS04 Frhs2[381]: 6 0 286.875 shouldn't be
266.12/267.94	WSVECS04 Frhs2[399]: 6 -1053 0 shouldn't be
266.12/267.94	WSVECS04 Frhs2[411]: 6 -605 0 shouldn't be
266.12/267.94	WSVECS04 Frhs2[441]: 6 -605 0 shouldn't be
266.12/267.94	WSVECS04 Frhs2[454]: 6 -605 0 shouldn't be
266.12/267.94	WSVECS04 Frhs2[501]: 6 0 525.444 shouldn't be
266.22/268.05	WSVECS04 Frhs2[14]: 6 0 53.6 shouldn't be
266.22/268.05	WSVECS04 Frhs2[498]: 6 0 28 shouldn't be
266.32/268.18	WSVECS04 Frhs2[253]: 6 0 670.125 shouldn't be
266.32/268.18	WSVECS04 Frhs2[301]: 6 0 31.8 shouldn't be
266.32/268.18	WSVECS04 Frhs2[364]: 6 -605 0 shouldn't be
266.32/268.18	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
269.61/271.52	c #Conflicts:     690000 | #Constraints:      23011
269.61/271.52	c #Conflicts:     691000 | #Constraints:      24011
269.61/271.52	c #Conflicts:     692000 | #Constraints:      25011
269.61/271.52	c #Conflicts:     693000 | #Constraints:      26011
269.61/271.52	c #Conflicts:     694000 | #Constraints:      27011
269.61/271.52	c #Conflicts:     695000 | #Constraints:      28011
269.61/271.52	c #Conflicts:     696000 | #Constraints:      29011
269.61/271.52	c #Conflicts:     697000 | #Constraints:      30011
269.61/271.52	c #Conflicts:     698000 | #Constraints:      31011
269.61/271.52	c #Conflicts:     699000 | #Constraints:      32011
269.61/271.52	c #Conflicts:     700000 | #Constraints:      33011
269.61/271.52	WSVECS04 Frhs2[20]: 6 -400.942 0 shouldn't be
269.61/271.52	WSVECS04 Frhs2[40]: 6 0 1227.44 shouldn't be
269.61/271.52	WSVECS04 Frhs2[97]: 6 0 13335.4 shouldn't be
269.61/271.52	WSVECS04 Frhs2[98]: 6 0 14329 shouldn't be
269.61/271.52	WSVECS04 Frhs2[146]: 6 0 3077.08 shouldn't be
269.61/271.52	WSVECS04 Frhs2[163]: 6 0 521 shouldn't be
269.61/271.52	WSVECS04 Frhs2[172]: 6 0 15619 shouldn't be
269.61/271.52	WSVECS04 Frhs2[175]: 6 0 1368.35 shouldn't be
269.61/271.52	WSVECS04 Frhs2[218]: 6 0 3077.08 shouldn't be
269.61/271.52	WSVECS04 Frhs2[248]: 6 0 6759.86 shouldn't be
269.61/271.52	WSVECS04 Frhs2[264]: 6 0 9276.07 shouldn't be
269.61/271.52	WSVECS04 Frhs2[289]: 6 0 4723.28 shouldn't be
269.61/271.52	WSVECS04 Frhs2[328]: 6 0 5251.81 shouldn't be
269.61/271.52	WSVECS04 Frhs2[334]: 6 0 2552.66 shouldn't be
269.61/271.52	WSVECS04 Frhs2[339]: 6 -3464.68 0 shouldn't be
269.61/271.52	WSVECS04 Frhs2[358]: 6 -1318.22 0 shouldn't be
269.61/271.52	WSVECS04 Frhs2[368]: 6 0 43 shouldn't be
269.61/271.52	WSVECS04 Frhs2[386]: 6 -6354.88 0 shouldn't be
269.61/271.52	WSVECS04 Frhs2[425]: 6 0 84.0001 shouldn't be
269.61/271.52	WSVECS04 Frhs2[440]: 6 -71 0 shouldn't be
269.61/271.52	WSVECS04 Frhs2[482]: 6 0 22141.4 shouldn't be
269.61/271.52	WSVECS04 Frhs2[487]: 6 0 22520.4 shouldn't be
269.61/271.52	WSVECS04 Frhs2[488]: 6 -22 0 shouldn't be
269.61/271.52	WSVECS04 Frhs2[489]: 6 0 5819.09 shouldn't be
269.61/271.52	WSVECS04 Frhs2[498]: 6 0 22313.4 shouldn't be
269.61/271.52	WSVECS04 Frhs2[517]: 6 -80.0001 0 shouldn't be
269.61/271.52	WSVECS04 Frhs2[522]: 6 -80.0001 0 shouldn't be
269.61/271.52	WSVECS04 Frhs2[531]: 6 -605 0 shouldn't be
269.61/271.52	WSVECS04 Frhs2[535]: 6 0 36417.9 shouldn't be
269.71/271.64	WSVECS04 Frhs2[132]: 6 0 10990.2 shouldn't be
269.71/271.64	WSVECS04 Frhs2[196]: 6 0 7379.43 shouldn't be
269.71/271.64	WSVECS04 Frhs2[198]: 6 0 9980.9 shouldn't be
269.71/271.64	WSVECS04 Frhs2[243]: 6 0 27104.7 shouldn't be
269.71/271.64	WSVECS04 Frhs2[338]: 6 0 12781.3 shouldn't be
269.71/271.64	WSVECS04 Frhs2[370]: 6 0 27373.8 shouldn't be
269.71/271.64	WSVECS04 Frhs2[390]: 6 0 12592.5 shouldn't be
269.71/271.64	WSVECS04 Frhs2[416]: 6 0 17251 shouldn't be
269.71/271.64	WSVECS04 Frhs2[434]: 6 0 34282.6 shouldn't be
269.71/271.64	WSVECS04 Frhs2[442]: 6 0 19847.9 shouldn't be
269.71/271.64	WSVECS04 Frhs2[444]: 6 0 19557.9 shouldn't be
269.71/271.64	WSVECS04 Frhs2[465]: 6 0 5829.82 shouldn't be
269.71/271.64	WSVECS04 Frhs2[504]: 6 0 1906 shouldn't be
269.71/271.64	WSVECS04 Frhs2[513]: 6 0 11154.7 shouldn't be
269.71/271.64	WSVECS04 Frhs2[537]: 6 0 3198.55 shouldn't be
269.80/271.77	WSVECS04 Frhs2[54]: 6 0 9865.58 shouldn't be
269.80/271.77	WSVECS04 Frhs2[87]: 6 0 8459.74 shouldn't be
269.80/271.77	WSVECS04 Frhs2[192]: 6 0 9300.24 shouldn't be
269.80/271.77	WSVECS04 Frhs2[232]: 6 0 13735.2 shouldn't be
269.80/271.77	WSVECS04 Frhs2[262]: 6 0 2459.5 shouldn't be
269.80/271.77	WSVECS04 Frhs2[350]: 6 0 19681.2 shouldn't be
269.80/271.77	WSVECS04 Frhs2[393]: 6 0 10818.9 shouldn't be
269.80/271.77	WSVECS04 Frhs2[414]: 6 0 4235.43 shouldn't be
269.80/271.77	WSVECS04 Frhs2[415]: 6 0 4197.43 shouldn't be
269.80/271.77	WSVECS04 Frhs2[460]: 6 0 5728.82 shouldn't be
269.80/271.77	WSVECS04 Frhs2[470]: 6 0 31826.3 shouldn't be
270.01/271.91	WSVECS04 Frhs2[24]: 6 0 36143.7 shouldn't be
270.01/271.91	WSVECS04 Frhs2[26]: 6 0 42916.6 shouldn't be
270.01/271.91	WSVECS04 Frhs2[33]: 6 0 19423.7 shouldn't be
270.01/271.91	WSVECS04 Frhs2[37]: 6 -21779.5 0 shouldn't be
270.01/271.91	WSVECS04 Frhs2[69]: 6 0 19423.7 shouldn't be
270.01/271.91	WSVECS04 Frhs2[114]: 6 0 6135.56 shouldn't be
270.01/271.91	WSVECS04 Frhs2[122]: 6 0 29859 shouldn't be
270.01/271.91	WSVECS04 Frhs2[141]: 6 0 9504.72 shouldn't be
270.01/271.91	WSVECS04 Frhs2[155]: 6 0 41214.1 shouldn't be
270.01/271.91	WSVECS04 Frhs2[158]: 6 0 22548.8 shouldn't be
270.01/271.91	WSVECS04 Frhs2[177]: 6 0 36786 shouldn't be
270.01/271.91	WSVECS04 Frhs2[194]: 6 0 70379.2 shouldn't be
270.01/271.91	WSVECS04 Frhs2[213]: 6 0 36786 shouldn't be
270.01/271.91	WSVECS04 Frhs2[308]: 6 0 28806.6 shouldn't be
270.01/271.91	WSVECS04 Frhs2[326]: 6 0 30297.4 shouldn't be
270.01/271.91	WSVECS04 Frhs2[342]: 6 0 22585.4 shouldn't be
270.01/271.91	WSVECS04 Frhs2[348]: 6 0 40189.5 shouldn't be
270.01/271.91	WSVECS04 Frhs2[374]: 6 0 40940.6 shouldn't be
270.01/271.91	WSVECS04 Frhs2[403]: 6 0 8841.26 shouldn't be
270.01/271.91	WSVECS04 Frhs2[408]: 6 0 36030.7 shouldn't be
270.01/271.91	WSVECS04 Frhs2[409]: 6 0 8416.28 shouldn't be
270.01/271.91	WSVECS04 Frhs2[468]: 6 -11704.5 0 shouldn't be
270.01/271.91	WSVECS04 Frhs2[472]: 6 0 5492.88 shouldn't be
270.01/271.91	WSVECS04 Frhs2[519]: 6 0 42468.8 shouldn't be
270.01/271.91	WSVECS04 Frhs2[524]: 6 0 42538.8 shouldn't be
270.01/271.91	WSVECS04 Frhs2[525]: 6 0 26968.4 shouldn't be
270.01/271.91	WSVECS04 Frhs2[538]: 6 0 43301.8 shouldn't be
270.11/272.04	WSVECS04 Frhs2[10]: 6 0 43558.8 shouldn't be
270.11/272.04	WSVECS04 Frhs2[46]: 6 0 43558.8 shouldn't be
270.11/272.04	WSVECS04 Frhs2[75]: 6 0 21525.7 shouldn't be
270.11/272.04	WSVECS04 Frhs2[154]: 6 0 36351.7 shouldn't be
270.11/272.04	WSVECS04 Frhs2[178]: 6 0 17362.4 shouldn't be
270.11/272.04	WSVECS04 Frhs2[179]: 6 0 17362.4 shouldn't be
270.11/272.04	WSVECS04 Frhs2[180]: 6 -16277.5 0 shouldn't be
270.11/272.04	WSVECS04 Frhs2[190]: 6 0 27330.4 shouldn't be
270.11/272.04	WSVECS04 Frhs2[214]: 6 0 17362.4 shouldn't be
270.11/272.04	WSVECS04 Frhs2[224]: 6 -18889.3 0 shouldn't be
270.11/272.04	WSVECS04 Frhs2[227]: 6 0 3068.67 shouldn't be
270.11/272.04	WSVECS04 Frhs2[230]: 6 0 43594.3 shouldn't be
270.11/272.04	WSVECS04 Frhs2[255]: 6 0 35695.6 shouldn't be
270.11/272.04	WSVECS04 Frhs2[292]: 6 0 8565.33 shouldn't be
270.11/272.04	WSVECS04 Frhs2[298]: 6 0 33094.1 shouldn't be
270.11/272.04	WSVECS04 Frhs2[316]: 6 -11203.6 0 shouldn't be
270.11/272.04	WSVECS04 Frhs2[340]: 6 0 26481 shouldn't be
270.11/272.04	WSVECS04 Frhs2[352]: 6 0 35942.4 shouldn't be
270.11/272.04	WSVECS04 Frhs2[369]: 6 0 40870.6 shouldn't be
270.11/272.04	WSVECS04 Frhs2[375]: 6 0 41619.6 shouldn't be
270.11/272.04	WSVECS04 Frhs2[379]: 6 0 40880.6 shouldn't be
270.11/272.04	WSVECS04 Frhs2[384]: 6 0 18436.4 shouldn't be
270.11/272.04	WSVECS04 Frhs2[405]: 6 0 35886.7 shouldn't be
270.11/272.04	WSVECS04 Frhs2[418]: 6 0 43568.8 shouldn't be
270.11/272.04	WSVECS04 Frhs2[429]: 6 0 44496.5 shouldn't be
270.11/272.04	WSVECS04 Frhs2[446]: 6 0 19229.2 shouldn't be
270.11/272.04	WSVECS04 Frhs2[511]: 6 0 10930.7 shouldn't be
270.21/272.17	WSVECS04 Frhs2[116]: 6 0 24805.3 shouldn't be
270.21/272.17	WSVECS04 Frhs2[140]: 6 0 16277.5 shouldn't be
270.21/272.17	WSVECS04 Frhs2[151]: 6 0 2606.13 shouldn't be
270.21/272.17	WSVECS04 Frhs2[171]: 6 0 45914.2 shouldn't be
270.21/272.17	WSVECS04 Frhs2[312]: 6 0 16954.1 shouldn't be
270.21/272.17	WSVECS04 Frhs2[315]: 6 0 8055.13 shouldn't be
270.21/272.17	WSVECS04 Frhs2[351]: 6 0 53872.6 shouldn't be
270.21/272.17	WSVECS04 Frhs2[462]: 6 0 6006.82 shouldn't be
270.21/272.17	WSVECS04 Frhs2[520]: 6 0 37112.9 shouldn't be
270.31/272.28	WSVECS04 Frhs2[20]: 6 -400.942 0 shouldn't be
270.31/272.28	WSVECS04 Frhs2[163]: 6 0 521 shouldn't be
270.31/272.28	WSVECS04 Frhs2[339]: 6 -3464.68 0 shouldn't be
270.31/272.28	WSVECS04 Frhs2[358]: 6 -1318.22 0 shouldn't be
270.31/272.28	WSVECS04 Frhs2[368]: 6 0 43 shouldn't be
270.31/272.28	WSVECS04 Frhs2[425]: 6 0 84 shouldn't be
270.31/272.28	WSVECS04 Frhs2[440]: 6 -71 0 shouldn't be
270.31/272.28	WSVECS04 Frhs2[517]: 6 -80 0 shouldn't be
270.31/272.28	WSVECS04 Frhs2[522]: 6 -80 0 shouldn't be
270.31/272.28	WSVECS04 Frhs2[531]: 6 -605 0 shouldn't be
270.40/272.39	WSVECS04 Frhs2[97]: 6 0 13335.4 shouldn't be
270.40/272.39	WSVECS04 Frhs2[98]: 6 0 14329 shouldn't be
270.40/272.39	WSVECS04 Frhs2[146]: 6 0 3077.08 shouldn't be
270.40/272.39	WSVECS04 Frhs2[151]: 6 0 2606.13 shouldn't be
270.40/272.39	WSVECS04 Frhs2[172]: 6 0 15619 shouldn't be
270.40/272.39	WSVECS04 Frhs2[196]: 6 0 7379.43 shouldn't be
270.40/272.39	WSVECS04 Frhs2[218]: 6 0 3077.08 shouldn't be
270.40/272.39	WSVECS04 Frhs2[227]: 6 0 3068.67 shouldn't be
270.40/272.39	WSVECS04 Frhs2[243]: 6 0 27104.7 shouldn't be
270.40/272.39	WSVECS04 Frhs2[248]: 6 0 6759.86 shouldn't be
270.40/272.39	WSVECS04 Frhs2[262]: 6 0 2459.5 shouldn't be
270.40/272.39	WSVECS04 Frhs2[264]: 6 0 9276.07 shouldn't be
270.40/272.39	WSVECS04 Frhs2[289]: 6 0 4723.28 shouldn't be
270.40/272.39	WSVECS04 Frhs2[334]: 6 0 2552.66 shouldn't be
270.40/272.39	WSVECS04 Frhs2[390]: 6 0 12592.5 shouldn't be
270.40/272.39	WSVECS04 Frhs2[420]: 6 0 8786.28 shouldn't be
270.40/272.39	WSVECS04 Frhs2[442]: 6 0 19847.9 shouldn't be
270.40/272.39	WSVECS04 Frhs2[444]: 6 0 19557.9 shouldn't be
270.40/272.39	WSVECS04 Frhs2[482]: 6 0 22141.4 shouldn't be
270.40/272.39	WSVECS04 Frhs2[487]: 6 0 22520.4 shouldn't be
270.40/272.39	WSVECS04 Frhs2[489]: 6 0 5819.09 shouldn't be
270.40/272.39	WSVECS04 Frhs2[498]: 6 0 22313.4 shouldn't be
270.40/272.39	WSVECS04 Frhs2[535]: 6 0 36417.9 shouldn't be
270.40/272.39	WSVECS04 Frhs2[537]: 6 0 3198.55 shouldn't be
273.20/275.17	c #Conflicts:     701000 | #Constraints:      34011
273.20/275.17	c #Conflicts:     702000 | #Constraints:      35011
273.20/275.17	c #Conflicts:     703000 | #Constraints:      36011
273.20/275.17	c #Conflicts:     704000 | #Constraints:      37011
273.20/275.17	c #Conflicts:     705000 | #Constraints:      38011
273.20/275.17	c INPROCESSING
273.20/275.17	c GARBAGE COLLECT
273.20/275.17	c #Conflicts:     706000 | #Constraints:      22419
273.20/275.17	c bounds 24601 >= 8225 @ 267.595
279.79/281.72	c #Conflicts:     707000 | #Constraints:      23420
279.79/281.72	c #Conflicts:     708000 | #Constraints:      24420
279.79/281.72	c #Conflicts:     709000 | #Constraints:      25421
279.79/281.72	c #Conflicts:     710000 | #Constraints:      26422
279.79/281.72	c #Conflicts:     711000 | #Constraints:      27425
279.79/281.72	c #Conflicts:     712000 | #Constraints:      28426
279.79/281.72	c #Conflicts:     713000 | #Constraints:      29427
279.79/281.72	c #Conflicts:     714000 | #Constraints:      30427
279.79/281.72	c #Conflicts:     715000 | #Constraints:      31428
279.79/281.72	c #Conflicts:     716000 | #Constraints:      32428
279.79/281.72	c #Conflicts:     717000 | #Constraints:      33429
279.79/281.72	c #Conflicts:     718000 | #Constraints:      34430
279.79/281.72	c #Conflicts:     719000 | #Constraints:      35433
279.79/281.72	c #Conflicts:     720000 | #Constraints:      36434
279.79/281.72	c #Conflicts:     721000 | #Constraints:      37436
279.79/281.72	c #Conflicts:     722000 | #Constraints:      38437
279.79/281.72	c INPROCESSING
279.79/281.72	c GARBAGE COLLECT
279.79/281.72	c rational objective 18852.8
286.87/288.88	c #Conflicts:     723000 | #Constraints:      22595
286.87/288.88	c #Conflicts:     724000 | #Constraints:      23596
286.87/288.88	c #Conflicts:     725000 | #Constraints:      24596
286.87/288.88	c #Conflicts:     726000 | #Constraints:      25596
286.87/288.88	c #Conflicts:     727000 | #Constraints:      26597
286.87/288.88	c #Conflicts:     728000 | #Constraints:      27597
286.87/288.88	c #Conflicts:     729000 | #Constraints:      28597
286.87/288.88	c #Conflicts:     730000 | #Constraints:      29597
286.87/288.88	c #Conflicts:     731000 | #Constraints:      30597
286.87/288.88	c #Conflicts:     732000 | #Constraints:      31598
286.87/288.88	c #Conflicts:     733000 | #Constraints:      32599
286.87/288.88	c #Conflicts:     734000 | #Constraints:      33600
286.87/288.88	c #Conflicts:     735000 | #Constraints:      34600
286.87/288.88	c #Conflicts:     736000 | #Constraints:      35600
286.87/288.88	c #Conflicts:     737000 | #Constraints:      36601
286.87/288.88	c #Conflicts:     738000 | #Constraints:      37601
286.87/288.88	WSVECS04 Frhs2[9]: 6 0 880.833 shouldn't be
286.87/288.88	WSVECS04 Frhs2[11]: 6 0 2536.77 shouldn't be
286.87/288.88	WSVECS04 Frhs2[12]: 6 0 1354.02 shouldn't be
286.87/288.88	WSVECS04 Frhs2[23]: 6 0 255.266 shouldn't be
286.87/288.88	WSVECS04 Frhs2[38]: 6 0 1140.4 shouldn't be
286.87/288.88	WSVECS04 Frhs2[71]: 6 0 53.4975 shouldn't be
286.87/288.88	WSVECS04 Frhs2[73]: 6 -38.0549 0 shouldn't be
286.87/288.88	WSVECS04 Frhs2[80]: 6 0 165.554 shouldn't be
286.87/288.88	WSVECS04 Frhs2[82]: 6 0 73.1009 shouldn't be
286.87/288.88	WSVECS04 Frhs2[84]: 6 0 473.189 shouldn't be
286.87/288.88	WSVECS04 Frhs2[110]: 6 0 233.146 shouldn't be
286.87/288.88	WSVECS04 Frhs2[115]: 6 0 106.597 shouldn't be
286.87/288.88	WSVECS04 Frhs2[122]: 6 0 35.0738 shouldn't be
286.87/288.88	WSVECS04 Frhs2[132]: 6 0 91.9449 shouldn't be
286.87/288.88	WSVECS04 Frhs2[183]: 6 0 594.289 shouldn't be
286.87/288.88	WSVECS04 Frhs2[192]: 6 0 473.189 shouldn't be
286.87/288.88	WSVECS04 Frhs2[204]: 6 0 265.666 shouldn't be
286.87/288.88	WSVECS04 Frhs2[218]: 6 0 560.574 shouldn't be
286.87/288.88	WSVECS04 Frhs2[239]: 6 0 307.636 shouldn't be
286.87/288.88	WSVECS04 Frhs2[244]: 6 0 923.205 shouldn't be
286.87/288.88	WSVECS04 Frhs2[248]: 6 0 210.73 shouldn't be
286.87/288.88	WSVECS04 Frhs2[251]: 6 0 360.167 shouldn't be
286.87/288.88	WSVECS04 Frhs2[262]: 6 0 345.995 shouldn't be
286.87/288.88	WSVECS04 Frhs2[263]: 6 0 1549.13 shouldn't be
286.87/288.88	WSVECS04 Frhs2[264]: 6 0 473.189 shouldn't be
286.87/288.88	WSVECS04 Frhs2[289]: 6 -219.307 0 shouldn't be
286.87/288.88	WSVECS04 Frhs2[290]: 6 0 1086.21 shouldn't be
286.87/288.88	WSVECS04 Frhs2[300]: 6 0 14.9371 shouldn't be
286.87/288.88	WSVECS04 Frhs2[310]: 6 0 110.303 shouldn't be
286.87/288.88	WSVECS04 Frhs2[319]: 6 0 165.554 shouldn't be
286.87/288.88	WSVECS04 Frhs2[327]: 6 0 170.756 shouldn't be
286.87/288.88	WSVECS04 Frhs2[331]: 6 0 66.9125 shouldn't be
286.87/288.88	WSVECS04 Frhs2[335]: 6 0 1212.3 shouldn't be
286.87/288.88	WSVECS04 Frhs2[346]: 6 0 110.303 shouldn't be
286.87/288.88	WSVECS04 Frhs2[350]: 6 0 24.4681 shouldn't be
286.87/288.88	WSVECS04 Frhs2[352]: 6 0 82.0187 shouldn't be
286.87/288.88	WSVECS04 Frhs2[359]: 6 0 117.27 shouldn't be
286.87/288.88	WSVECS04 Frhs2[368]: 6 0 297.264 shouldn't be
286.87/288.88	WSVECS04 Frhs2[373]: 6 0 254.264 shouldn't be
286.87/288.88	WSVECS04 Frhs2[389]: 6 0 226.264 shouldn't be
286.87/288.88	WSVECS04 Frhs2[392]: 6 0 33.1786 shouldn't be
286.87/288.88	WSVECS04 Frhs2[467]: 6 -52.0001 0 shouldn't be
286.87/288.88	WSVECS04 Frhs2[503]: 6 -19.9377 0 shouldn't be
286.87/288.88	WSVECS04 Frhs2[510]: 6 0 10.0001 shouldn't be
286.97/288.98	WSVECS04 Frhs2[68]: 6 0 485.181 shouldn't be
286.97/288.98	WSVECS04 Frhs2[103]: 6 0 104.552 shouldn't be
286.97/288.98	WSVECS04 Frhs2[104]: 6 0 131.095 shouldn't be
286.97/288.98	WSVECS04 Frhs2[174]: 6 0 556.536 shouldn't be
286.97/288.98	WSVECS04 Frhs2[187]: 6 0 364.618 shouldn't be
286.97/288.98	WSVECS04 Frhs2[295]: 6 0 296.741 shouldn't be
286.97/288.98	WSVECS04 Frhs2[349]: 6 0 323.269 shouldn't be
286.97/288.98	WSVECS04 Frhs2[489]: 6 0 153.45 shouldn't be
287.07/289.09	WSVECS04 Frhs2[58]: 6 -859.95 0 shouldn't be
287.07/289.09	WSVECS04 Frhs2[224]: 6 0 307.636 shouldn't be
287.07/289.09	WSVECS04 Frhs2[250]: 6 0 376.284 shouldn't be
287.07/289.09	WSVECS04 Frhs2[292]: 6 0 143.848 shouldn't be
287.07/289.09	WSVECS04 Frhs2[307]: 6 -159.214 0 shouldn't be
287.07/289.09	WSVECS04 Frhs2[396]: 6 0 34.6501 shouldn't be
287.26/289.20	WSVECS04 Frhs2[134]: 6 0 841.774 shouldn't be
287.26/289.20	WSVECS04 Frhs2[245]: 6 0 927.467 shouldn't be
287.36/289.32	WSVECS04 Frhs2[62]: 6 0 346.269 shouldn't be
287.36/289.32	WSVECS04 Frhs2[95]: 6 0 1167.59 shouldn't be
287.36/289.32	WSVECS04 Frhs2[98]: 6 0 525.17 shouldn't be
287.36/289.32	WSVECS04 Frhs2[135]: 6 0 111.025 shouldn't be
287.36/289.32	WSVECS04 Frhs2[286]: 6 0 180.441 shouldn't be
287.36/289.32	WSVECS04 Frhs2[358]: 6 0 133.386 shouldn't be
287.36/289.32	WSVECS04 Frhs2[438]: 6 -512.724 0 shouldn't be
287.36/289.32	WSVECS04 Frhs2[457]: 6 0 300 shouldn't be
287.36/289.32	WSVECS04 Frhs2[458]: 6 -337 0 shouldn't be
302.43/304.59	c #Conflicts:     739000 | #Constraints:      38602
302.43/304.59	c INPROCESSING
302.43/304.59	c GARBAGE COLLECT
302.43/304.59	c #Conflicts:     740000 | #Constraints:      22615
302.43/304.59	c #Conflicts:     741000 | #Constraints:      23615
302.43/304.59	c #Conflicts:     742000 | #Constraints:      24615
302.43/304.59	c #Conflicts:     743000 | #Constraints:      25615
302.43/304.59	c #Conflicts:     744000 | #Constraints:      26616
302.43/304.59	c #Conflicts:     745000 | #Constraints:      27619
302.43/304.59	c #Conflicts:     746000 | #Constraints:      28621
302.43/304.59	c #Conflicts:     747000 | #Constraints:      29621
302.43/304.59	c #Conflicts:     748000 | #Constraints:      30624
302.43/304.59	c #Conflicts:     749000 | #Constraints:      31626
302.43/304.59	c #Conflicts:     750000 | #Constraints:      32627
302.43/304.59	c #Conflicts:     751000 | #Constraints:      33630
302.43/304.59	c #Conflicts:     752000 | #Constraints:      34633
302.43/304.59	c #Conflicts:     753000 | #Constraints:      35633
302.43/304.59	c #Conflicts:     754000 | #Constraints:      36637
302.43/304.59	c #Conflicts:     755000 | #Constraints:      37639
302.43/304.59	c #Conflicts:     756000 | #Constraints:      38645
302.43/304.59	c INPROCESSING
302.43/304.59	c GARBAGE COLLECT
302.43/304.59	c #Conflicts:     757000 | #Constraints:      22417
302.43/304.59	c #Conflicts:     758000 | #Constraints:      23418
302.43/304.59	c #Conflicts:     759000 | #Constraints:      24418
302.43/304.59	c #Conflicts:     760000 | #Constraints:      25418
302.43/304.59	c #Conflicts:     761000 | #Constraints:      26418
302.43/304.59	c #Conflicts:     762000 | #Constraints:      27418
302.43/304.59	c #Conflicts:     763000 | #Constraints:      28418
302.43/304.59	c #Conflicts:     764000 | #Constraints:      29418
302.43/304.59	c #Conflicts:     765000 | #Constraints:      30418
302.43/304.59	c #Conflicts:     766000 | #Constraints:      31418
302.43/304.59	c #Conflicts:     767000 | #Constraints:      32418
302.43/304.59	c #Conflicts:     768000 | #Constraints:      33418
302.43/304.59	c #Conflicts:     769000 | #Constraints:      34418
302.43/304.59	c #Conflicts:     770000 | #Constraints:      35418
302.43/304.59	c #Conflicts:     771000 | #Constraints:      36418
302.43/304.59	c #Conflicts:     772000 | #Constraints:      37418
302.43/304.59	c #Conflicts:     773000 | #Constraints:      38418
302.43/304.59	c #Conflicts:     774000 | #Constraints:      39418
302.43/304.59	c INPROCESSING
302.43/304.59	c GARBAGE COLLECT
302.43/304.59	c rational objective 18701.4
309.41/311.53	c #Conflicts:     775000 | #Constraints:      23024
309.41/311.53	c #Conflicts:     776000 | #Constraints:      24024
309.41/311.53	c #Conflicts:     777000 | #Constraints:      25025
309.41/311.53	c #Conflicts:     778000 | #Constraints:      26025
309.41/311.53	c #Conflicts:     779000 | #Constraints:      27025
309.41/311.53	c #Conflicts:     780000 | #Constraints:      28026
309.41/311.53	c #Conflicts:     781000 | #Constraints:      29026
309.41/311.53	c #Conflicts:     782000 | #Constraints:      30028
309.41/311.53	c #Conflicts:     783000 | #Constraints:      31029
309.41/311.53	c #Conflicts:     784000 | #Constraints:      32036
309.41/311.53	c #Conflicts:     785000 | #Constraints:      33040
309.41/311.53	c #Conflicts:     786000 | #Constraints:      34040
309.41/311.53	c #Conflicts:     787000 | #Constraints:      35041
309.41/311.53	c #Conflicts:     788000 | #Constraints:      36043
309.41/311.53	c #Conflicts:     789000 | #Constraints:      37045
309.41/311.53	c #Conflicts:     790000 | #Constraints:      38046
309.41/311.53	c #Conflicts:     791000 | #Constraints:      39046
309.41/311.53	c #Conflicts:     792000 | #Constraints:      40046
309.41/311.53	c INPROCESSING
309.41/311.53	c GARBAGE COLLECT
309.41/311.53	c rational objective 18701.4
311.01/313.17	c #Conflicts:     793000 | #Constraints:      23412
311.01/313.17	c #Conflicts:     794000 | #Constraints:      24413
311.01/313.17	c #Conflicts:     795000 | #Constraints:      25413
311.01/313.17	c #Conflicts:     796000 | #Constraints:      26413
311.01/313.17	WSVECS04 Frhs2[37]: 6 0 322.509 shouldn't be
311.01/313.17	WSVECS04 Frhs2[56]: 6 0 28.3114 shouldn't be
311.01/313.17	WSVECS04 Frhs2[68]: 6 0 231.66 shouldn't be
311.01/313.17	WSVECS04 Frhs2[164]: 6 0 479.844 shouldn't be
311.01/313.17	WSVECS04 Frhs2[179]: 6 -768.288 0 shouldn't be
311.01/313.17	WSVECS04 Frhs2[204]: 6 0 544.028 shouldn't be
311.01/313.17	WSVECS04 Frhs2[238]: 6 -605.156 0 shouldn't be
311.01/313.17	WSVECS04 Frhs2[272]: 6 0 157.054 shouldn't be
311.01/313.17	WSVECS04 Frhs2[290]: 6 0 885.206 shouldn't be
311.01/313.17	WSVECS04 Frhs2[291]: 6 0 1748.08 shouldn't be
311.01/313.17	WSVECS04 Frhs2[292]: 6 0 1425.57 shouldn't be
311.01/313.17	WSVECS04 Frhs2[326]: 6 0 322.509 shouldn't be
311.01/313.17	WSVECS04 Frhs2[327]: 6 0 1185.38 shouldn't be
311.01/313.17	WSVECS04 Frhs2[357]: 6 0 720.373 shouldn't be
311.01/313.17	WSVECS04 Frhs2[362]: 6 0 148.363 shouldn't be
311.01/313.17	WSVECS04 Frhs2[364]: 6 -72.4489 0 shouldn't be
311.01/313.17	WSVECS04 Frhs2[381]: 6 -540.464 0 shouldn't be
311.01/313.17	WSVECS04 Frhs2[395]: 6 0 278.493 shouldn't be
311.01/313.17	WSVECS04 Frhs2[414]: 6 0 609.207 shouldn't be
311.01/313.17	WSVECS04 Frhs2[459]: 6 0 64.575 shouldn't be
311.01/313.17	WSVECS04 Frhs2[472]: 6 0 64.575 shouldn't be
311.01/313.17	WSVECS04 Frhs2[473]: 6 0 134.575 shouldn't be
311.01/313.17	WSVECS04 Frhs2[474]: 6 0 74.575 shouldn't be
311.01/313.17	WSVECS04 Frhs2[477]: 6 0 115.791 shouldn't be
311.01/313.17	WSVECS04 Frhs2[512]: 6 0 1.63975 shouldn't be
311.01/313.17	WSVECS04 Frhs2[516]: 6 0 49.8397 shouldn't be
311.01/313.17	WSVECS04 Frhs2[521]: 6 0 176 shouldn't be
311.11/313.28	WSVECS04 Frhs2[260]: 6 0 1347.37 shouldn't be
311.11/313.28	WSVECS04 Frhs2[267]: 6 0 1466.42 shouldn't be
311.11/313.28	WSVECS04 Frhs2[284]: 6 0 408.46 shouldn't be
311.11/313.28	WSVECS04 Frhs2[330]: 6 0 1539.94 shouldn't be
311.11/313.28	WSVECS04 Frhs2[439]: 6 0 688.916 shouldn't be
311.11/313.28	WSVECS04 Frhs2[450]: 6 0 1532.41 shouldn't be
311.21/313.39	WSVECS04 Frhs2[3]: 6 0 1893.73 shouldn't be
311.21/313.39	WSVECS04 Frhs2[5]: 6 0 857.697 shouldn't be
311.21/313.39	WSVECS04 Frhs2[27]: 6 0 480.47 shouldn't be
311.21/313.39	WSVECS04 Frhs2[56]: 6 0 28.3114 shouldn't be
311.21/313.39	WSVECS04 Frhs2[68]: 6 0 231.66 shouldn't be
311.21/313.39	WSVECS04 Frhs2[99]: 6 0 1517.71 shouldn't be
311.21/313.39	WSVECS04 Frhs2[164]: 6 0 479.844 shouldn't be
311.21/313.39	WSVECS04 Frhs2[179]: 6 -768.288 0 shouldn't be
311.21/313.39	WSVECS04 Frhs2[204]: 6 0 544.028 shouldn't be
311.21/313.39	WSVECS04 Frhs2[272]: 6 0 157.054 shouldn't be
311.21/313.39	WSVECS04 Frhs2[273]: 6 0 157.054 shouldn't be
311.21/313.39	WSVECS04 Frhs2[290]: 6 0 885.206 shouldn't be
311.21/313.39	WSVECS04 Frhs2[326]: 6 0 322.509 shouldn't be
311.21/313.39	WSVECS04 Frhs2[327]: 6 0 1185.38 shouldn't be
311.21/313.39	WSVECS04 Frhs2[351]: 6 0 266.758 shouldn't be
311.21/313.39	WSVECS04 Frhs2[357]: 6 0 720.373 shouldn't be
311.21/313.39	WSVECS04 Frhs2[362]: 6 0 148.363 shouldn't be
311.21/313.39	WSVECS04 Frhs2[364]: 6 -72.4489 0 shouldn't be
311.21/313.39	WSVECS04 Frhs2[381]: 6 -540.464 0 shouldn't be
311.21/313.39	WSVECS04 Frhs2[459]: 6 0 64.575 shouldn't be
311.21/313.39	WSVECS04 Frhs2[513]: 6 0 22.4603 shouldn't be
311.21/313.39	WSVECS04 Frhs2[516]: 6 0 49.8397 shouldn't be
311.21/313.39	WSVECS04 Frhs2[524]: 6 0 310 shouldn't be
311.21/313.39	WSVECS04 Frhs2[539]: 6 -348 0 shouldn't be
311.40/313.51	WSVECS04 Frhs2[22]: 6 -1062.7 0 shouldn't be
311.40/313.51	WSVECS04 Frhs2[78]: 6 0 815.513 shouldn't be
311.40/313.51	WSVECS04 Frhs2[96]: 6 0 277.832 shouldn't be
311.40/313.51	WSVECS04 Frhs2[104]: 6 0 69.3403 shouldn't be
311.40/313.51	WSVECS04 Frhs2[114]: 6 0 815.513 shouldn't be
311.40/313.51	WSVECS04 Frhs2[186]: 6 0 1551.71 shouldn't be
311.40/313.51	WSVECS04 Frhs2[238]: 6 -605.156 0 shouldn't be
311.40/313.51	WSVECS04 Frhs2[277]: 6 0 521 shouldn't be
311.40/313.51	WSVECS04 Frhs2[278]: 6 0 367.317 shouldn't be
311.40/313.51	WSVECS04 Frhs2[279]: 6 0 1188.33 shouldn't be
311.40/313.51	WSVECS04 Frhs2[363]: 6 0 1351.63 shouldn't be
311.40/313.51	WSVECS04 Frhs2[395]: 6 0 278.493 shouldn't be
311.40/313.51	WSVECS04 Frhs2[399]: 6 0 262.046 shouldn't be
311.40/313.51	WSVECS04 Frhs2[477]: 6 0 115.79 shouldn't be
311.40/313.51	WSVECS04 Frhs2[508]: 6 0 1269.07 shouldn't be
311.51/313.63	WSVECS04 Frhs2[118]: 6 0 862.875 shouldn't be
311.51/313.63	WSVECS04 Frhs2[133]: 6 0 571.871 shouldn't be
311.51/313.63	WSVECS04 Frhs2[268]: 6 0 800.927 shouldn't be
311.51/313.63	WSVECS04 Frhs2[292]: 6 0 1425.57 shouldn't be
311.51/313.63	WSVECS04 Frhs2[350]: 6 0 367.317 shouldn't be
311.51/313.63	WSVECS04 Frhs2[415]: 6 0 957.207 shouldn't be
311.51/313.63	WSVECS04 Frhs2[473]: 6 0 134.575 shouldn't be
311.51/313.63	WSVECS04 Frhs2[512]: 6 0 1.63966 shouldn't be
311.61/313.75	WSVECS04 Frhs2[63]: 6 0 480.47 shouldn't be
311.61/313.75	WSVECS04 Frhs2[69]: 6 0 955.193 shouldn't be
311.61/313.75	WSVECS04 Frhs2[267]: 6 0 1466.42 shouldn't be
311.61/313.75	WSVECS04 Frhs2[330]: 6 0 1539.94 shouldn't be
311.61/313.75	WSVECS04 Frhs2[414]: 6 0 609.207 shouldn't be
311.61/313.75	WSVECS04 Frhs2[450]: 6 0 1532.41 shouldn't be
311.71/313.85	WSVECS04 Frhs2[184]: 6 0 1599.08 shouldn't be
311.71/313.85	WSVECS04 Frhs2[260]: 6 0 1347.37 shouldn't be
311.71/313.85	WSVECS04 Frhs2[291]: 6 0 1748.08 shouldn't be
311.71/313.85	WSVECS04 Frhs2[444]: 6 0 2009.84 shouldn't be
311.81/313.93	WSVECS04 Frhs2[266]: 6 0 1386.42 shouldn't be
311.81/313.93	WSVECS04 Frhs2[521]: 6 0 176 shouldn't be
311.91/314.00	WSVECS04 Frhs2[155]: 6 0 862.875 shouldn't be
311.91/314.00	WSVECS04 Frhs2[285]: 6 0 1128.83 shouldn't be
311.91/314.00	WSVECS04 Frhs2[386]: 6 -456.464 0 shouldn't be
315.00/317.17	c #Conflicts:     797000 | #Constraints:      27414
315.00/317.17	c #Conflicts:     798000 | #Constraints:      28414
315.00/317.17	c #Conflicts:     799000 | #Constraints:      29414
315.00/317.17	c #Conflicts:     800000 | #Constraints:      30414
315.00/317.17	c #Conflicts:     801000 | #Constraints:      31414
315.00/317.17	c #Conflicts:     802000 | #Constraints:      32414
315.00/317.17	c #Conflicts:     803000 | #Constraints:      33414
315.00/317.17	c #Conflicts:     804000 | #Constraints:      34414
315.00/317.17	c #Conflicts:     805000 | #Constraints:      35414
315.00/317.17	c #Conflicts:     806000 | #Constraints:      36414
315.00/317.17	WSVECS04 Frhs2[4]: 6 0 309.956 shouldn't be
315.00/317.17	WSVECS04 Frhs2[9]: 6 0 632.581 shouldn't be
315.00/317.17	WSVECS04 Frhs2[18]: 6 0 138.117 shouldn't be
315.00/317.17	WSVECS04 Frhs2[25]: 6 0 416.367 shouldn't be
315.00/317.17	WSVECS04 Frhs2[26]: 6 0 157.344 shouldn't be
315.00/317.17	WSVECS04 Frhs2[32]: 6 0 978.772 shouldn't be
315.00/317.17	WSVECS04 Frhs2[40]: 6 0 1329.07 shouldn't be
315.00/317.17	WSVECS04 Frhs2[57]: 6 0 219.93 shouldn't be
315.00/317.17	WSVECS04 Frhs2[92]: 6 0 244.172 shouldn't be
315.00/317.17	WSVECS04 Frhs2[145]: 6 -812.685 0 shouldn't be
315.00/317.17	WSVECS04 Frhs2[148]: 6 0 812.685 shouldn't be
315.00/317.17	WSVECS04 Frhs2[153]: 6 0 263.022 shouldn't be
315.00/317.17	WSVECS04 Frhs2[159]: 6 0 124.64 shouldn't be
315.00/317.17	WSVECS04 Frhs2[182]: 6 0 115.165 shouldn't be
315.00/317.17	WSVECS04 Frhs2[189]: 6 0 363.86 shouldn't be
315.00/317.17	WSVECS04 Frhs2[192]: 6 0 166.893 shouldn't be
315.00/317.17	WSVECS04 Frhs2[207]: 6 0 645.977 shouldn't be
315.00/317.17	WSVECS04 Frhs2[212]: 6 0 441.405 shouldn't be
315.00/317.17	WSVECS04 Frhs2[253]: 6 -1540.8 0 shouldn't be
315.00/317.17	WSVECS04 Frhs2[255]: 6 0 102.556 shouldn't be
315.00/317.17	WSVECS04 Frhs2[281]: 6 0 361.803 shouldn't be
315.00/317.17	WSVECS04 Frhs2[305]: 6 0 531 shouldn't be
315.00/317.17	WSVECS04 Frhs2[322]: 6 0 340.215 shouldn't be
315.00/317.17	WSVECS04 Frhs2[342]: 6 0 152.776 shouldn't be
315.00/317.17	WSVECS04 Frhs2[388]: 6 0 378.173 shouldn't be
315.00/317.17	WSVECS04 Frhs2[487]: 6 0 55.9685 shouldn't be
315.00/317.17	WSVECS04 Frhs2[492]: 6 0 193.699 shouldn't be
315.00/317.17	WSVECS04 Frhs2[519]: 6 0 197 shouldn't be
315.00/317.17	WSVECS04 Frhs2[524]: 6 0 58.4943 shouldn't be
315.00/317.17	WSVECS04 Frhs2[540]: 6 0 908.664 shouldn't be
316.20/318.32	c #Conflicts:     807000 | #Constraints:      37415
316.20/318.32	c #Conflicts:     808000 | #Constraints:      38416
316.20/318.32	WSVECS04 Frhs2[3]: 6 0 551.142 shouldn't be
316.20/318.32	WSVECS04 Frhs2[9]: 6 0 220.102 shouldn't be
316.20/318.32	WSVECS04 Frhs2[37]: 6 -709.568 0 shouldn't be
316.20/318.32	WSVECS04 Frhs2[39]: 6 0 683.255 shouldn't be
316.20/318.32	WSVECS04 Frhs2[41]: 6 0 223.013 shouldn't be
316.20/318.32	WSVECS04 Frhs2[43]: 6 -2413.65 0 shouldn't be
316.20/318.32	WSVECS04 Frhs2[45]: 6 0 217.299 shouldn't be
316.20/318.32	WSVECS04 Frhs2[46]: 6 0 323.804 shouldn't be
316.20/318.32	WSVECS04 Frhs2[53]: 6 0 87.1776 shouldn't be
316.20/318.32	WSVECS04 Frhs2[61]: 6 0 86.439 shouldn't be
316.20/318.32	WSVECS04 Frhs2[74]: 6 0 82.1816 shouldn't be
316.20/318.32	WSVECS04 Frhs2[79]: 6 0 688.733 shouldn't be
316.20/318.32	WSVECS04 Frhs2[80]: 6 0 1220.16 shouldn't be
316.20/318.32	WSVECS04 Frhs2[82]: 6 0 323.804 shouldn't be
316.20/318.32	WSVECS04 Frhs2[85]: 6 0 1637.23 shouldn't be
316.20/318.32	WSVECS04 Frhs2[86]: 6 0 194.372 shouldn't be
316.20/318.32	WSVECS04 Frhs2[98]: 6 0 1358.92 shouldn't be
316.20/318.32	WSVECS04 Frhs2[100]: 6 0 1211.33 shouldn't be
316.20/318.32	WSVECS04 Frhs2[104]: 6 0 314.51 shouldn't be
316.20/318.32	WSVECS04 Frhs2[113]: 6 0 175.176 shouldn't be
316.20/318.32	WSVECS04 Frhs2[125]: 6 0 2732.73 shouldn't be
316.20/318.32	WSVECS04 Frhs2[137]: 6 0 154.642 shouldn't be
316.20/318.32	WSVECS04 Frhs2[164]: 6 0 853.52 shouldn't be
316.20/318.32	WSVECS04 Frhs2[165]: 6 0 1557.64 shouldn't be
316.20/318.32	WSVECS04 Frhs2[166]: 6 -136.658 0 shouldn't be
316.20/318.32	WSVECS04 Frhs2[171]: 6 0 833.464 shouldn't be
316.20/318.32	WSVECS04 Frhs2[174]: 6 -323.164 0 shouldn't be
316.20/318.32	WSVECS04 Frhs2[177]: 6 0 290.856 shouldn't be
316.20/318.32	WSVECS04 Frhs2[179]: 6 0 653.571 shouldn't be
316.20/318.32	WSVECS04 Frhs2[191]: 6 0 35.38 shouldn't be
316.20/318.32	WSVECS04 Frhs2[198]: 6 0 638.309 shouldn't be
316.20/318.32	WSVECS04 Frhs2[209]: 6 0 216.516 shouldn't be
316.20/318.32	WSVECS04 Frhs2[211]: 6 0 494.886 shouldn't be
316.20/318.32	WSVECS04 Frhs2[212]: 6 0 145.159 shouldn't be
316.20/318.32	WSVECS04 Frhs2[213]: 6 0 446.826 shouldn't be
316.20/318.32	WSVECS04 Frhs2[214]: 6 0 410.452 shouldn't be
316.20/318.32	WSVECS04 Frhs2[222]: 6 0 267.864 shouldn't be
316.20/318.32	WSVECS04 Frhs2[247]: 6 0 349.727 shouldn't be
316.20/318.32	WSVECS04 Frhs2[269]: 6 0 87.1777 shouldn't be
316.20/318.32	WSVECS04 Frhs2[278]: 6 0 35.3215 shouldn't be
316.20/318.32	WSVECS04 Frhs2[281]: 6 -322 0 shouldn't be
316.20/318.32	WSVECS04 Frhs2[409]: 6 0 133.255 shouldn't be
316.20/318.32	WSVECS04 Frhs2[411]: 6 0 1433.97 shouldn't be
316.29/318.43	WSVECS04 Frhs2[18]: 6 0 388.537 shouldn't be
316.29/318.43	WSVECS04 Frhs2[49]: 6 0 87.1777 shouldn't be
316.29/318.43	WSVECS04 Frhs2[56]: 6 0 62.2837 shouldn't be
316.29/318.43	WSVECS04 Frhs2[157]: 6 0 311.516 shouldn't be
316.29/318.43	WSVECS04 Frhs2[404]: 6 0 255.052 shouldn't be
316.40/318.52	WSVECS04 Frhs2[38]: 6 0 66.0776 shouldn't be
316.49/318.64	WSVECS04 Frhs2[143]: 6 0 133.059 shouldn't be
316.49/318.64	WSVECS04 Frhs2[162]: 6 0 281.55 shouldn't be
316.59/318.70	WSVECS04 Frhs2[102]: 6 0 608.702 shouldn't be
316.59/318.70	WSVECS04 Frhs2[219]: 6 0 536.312 shouldn't be
316.70/318.81	WSVECS04 Frhs2[17]: 6 0 87.1776 shouldn't be
317.79/319.93	c #Conflicts:     809000 | #Constraints:      39416
317.79/319.93	c #Conflicts:     810000 | #Constraints:      40416
317.79/319.93	c INPROCESSING
317.79/319.93	c GARBAGE COLLECT
317.79/319.93	c rational objective 18870.9
323.88/326.08	c #Conflicts:     811000 | #Constraints:      23626
323.88/326.08	c #Conflicts:     812000 | #Constraints:      24626
323.88/326.08	c #Conflicts:     813000 | #Constraints:      25626
323.88/326.08	c #Conflicts:     814000 | #Constraints:      26626
323.88/326.08	c #Conflicts:     815000 | #Constraints:      27626
323.88/326.08	c #Conflicts:     816000 | #Constraints:      28626
323.88/326.08	c #Conflicts:     817000 | #Constraints:      29627
323.88/326.08	c #Conflicts:     818000 | #Constraints:      30630
323.88/326.08	c #Conflicts:     819000 | #Constraints:      31630
323.88/326.08	c #Conflicts:     820000 | #Constraints:      32631
323.88/326.08	c #Conflicts:     821000 | #Constraints:      33634
323.88/326.08	c #Conflicts:     822000 | #Constraints:      34636
323.88/326.08	c #Conflicts:     823000 | #Constraints:      35636
323.88/326.08	c #Conflicts:     824000 | #Constraints:      36637
323.88/326.08	c #Conflicts:     825000 | #Constraints:      37637
323.88/326.08	c #Conflicts:     826000 | #Constraints:      38637
323.88/326.08	c #Conflicts:     827000 | #Constraints:      39638
323.88/326.08	c #Conflicts:     828000 | #Constraints:      40640
323.88/326.08	c INPROCESSING
323.88/326.08	c GARBAGE COLLECT
323.88/326.08	c rational objective 18701.4
330.68/333.18	c #Conflicts:     829000 | #Constraints:      23627
330.68/333.18	c #Conflicts:     830000 | #Constraints:      24627
330.68/333.18	c #Conflicts:     831000 | #Constraints:      25628
330.68/333.18	c #Conflicts:     832000 | #Constraints:      26629
330.68/333.18	c #Conflicts:     833000 | #Constraints:      27629
330.68/333.18	c #Conflicts:     834000 | #Constraints:      28629
330.68/333.18	c #Conflicts:     835000 | #Constraints:      29631
330.68/333.18	c #Conflicts:     836000 | #Constraints:      30634
330.68/333.18	c #Conflicts:     837000 | #Constraints:      31637
330.68/333.18	c #Conflicts:     838000 | #Constraints:      32642
330.68/333.18	c #Conflicts:     839000 | #Constraints:      33645
330.68/333.18	c #Conflicts:     840000 | #Constraints:      34650
330.68/333.18	c #Conflicts:     841000 | #Constraints:      35651
330.68/333.18	c #Conflicts:     842000 | #Constraints:      36655
330.68/333.18	c #Conflicts:     843000 | #Constraints:      37658
330.68/333.18	c #Conflicts:     844000 | #Constraints:      38658
330.68/333.18	c #Conflicts:     845000 | #Constraints:      39659
330.68/333.18	c #Conflicts:     846000 | #Constraints:      40661
330.68/333.18	c INPROCESSING
330.68/333.18	c GARBAGE COLLECT
330.68/333.18	c rational objective 18701.4
331.17/333.60	c #Conflicts:     847000 | #Constraints:      23430
331.17/333.60	WSVECS04 Frhs2[38]: 6 0 835 shouldn't be
331.17/333.60	WSVECS04 Frhs2[55]: 6 -358 0 shouldn't be
331.17/333.60	WSVECS04 Frhs2[77]: 6 0 332.667 shouldn't be
331.17/333.60	WSVECS04 Frhs2[95]: 6 -282 0 shouldn't be
331.17/333.60	WSVECS04 Frhs2[101]: 6 -10.8333 0 shouldn't be
331.17/333.60	WSVECS04 Frhs2[110]: 6 0 835 shouldn't be
331.17/333.60	WSVECS04 Frhs2[113]: 6 0 835 shouldn't be
331.17/333.60	WSVECS04 Frhs2[134]: 6 0 58.8333 shouldn't be
331.17/333.60	WSVECS04 Frhs2[140]: 6 0 122.5 shouldn't be
331.17/333.60	WSVECS04 Frhs2[146]: 6 0 656 shouldn't be
331.17/333.60	WSVECS04 Frhs2[170]: 6 0 58.8334 shouldn't be
331.17/333.60	WSVECS04 Frhs2[181]: 6 -3433.44 0 shouldn't be
331.17/333.60	WSVECS04 Frhs2[182]: 6 0 835 shouldn't be
331.17/333.60	WSVECS04 Frhs2[206]: 6 0 58.8334 shouldn't be
331.17/333.60	WSVECS04 Frhs2[252]: 6 -341 0 shouldn't be
331.17/333.60	WSVECS04 Frhs2[471]: 6 0 747 shouldn't be
331.17/333.60	WSVECS04 Frhs2[484]: 6 0 405 shouldn't be
331.17/333.60	WSVECS04 Frhs2[485]: 6 -521 0 shouldn't be
331.78/334.22	c #Conflicts:     848000 | #Constraints:      24431
331.78/334.22	c #Conflicts:     849000 | #Constraints:      25431
331.78/334.22	WSVECS04 Frhs2[62]: 6 0 21.6667 shouldn't be
331.78/334.22	WSVECS04 Frhs2[74]: 6 0 589.8 shouldn't be
331.78/334.22	WSVECS04 Frhs2[108]: 6 -511.061 0 shouldn't be
331.78/334.22	WSVECS04 Frhs2[183]: 6 0 192.356 shouldn't be
331.78/334.22	WSVECS04 Frhs2[249]: 6 0 10.0909 shouldn't be
331.78/334.22	WSVECS04 Frhs2[253]: 6 -91.8889 0 shouldn't be
331.78/334.22	WSVECS04 Frhs2[287]: 6 0 112.242 shouldn't be
331.78/334.22	WSVECS04 Frhs2[291]: 6 0 354.622 shouldn't be
331.78/334.22	WSVECS04 Frhs2[305]: 6 -34.9167 0 shouldn't be
331.78/334.22	WSVECS04 Frhs2[314]: 6 0 21.6668 shouldn't be
331.78/334.22	WSVECS04 Frhs2[327]: 6 0 782.156 shouldn't be
331.78/334.22	WSVECS04 Frhs2[329]: 6 0 427.533 shouldn't be
331.78/334.22	WSVECS04 Frhs2[350]: 6 0 21.6667 shouldn't be
331.78/334.22	WSVECS04 Frhs2[357]: 6 0 10.0909 shouldn't be
331.78/334.22	WSVECS04 Frhs2[366]: 6 0 112.511 shouldn't be
331.78/334.22	WSVECS04 Frhs2[440]: 6 0 106 shouldn't be
331.78/334.22	WSVECS04 Frhs2[443]: 6 -2308 0 shouldn't be
331.78/334.22	WSVECS04 Frhs2[528]: 6 0 161.545 shouldn't be
331.78/334.22	WSVECS04 Frhs2[533]: 6 0 11.3031 shouldn't be
331.78/334.29	WSVECS04 Frhs2[105]: 6 0 10.091 shouldn't be
331.78/334.29	WSVECS04 Frhs2[248]: 6 0 119.909 shouldn't be
331.78/334.29	WSVECS04 Frhs2[285]: 6 0 10.091 shouldn't be
331.78/334.29	WSVECS04 Frhs2[338]: 6 0 47.5 shouldn't be
331.78/334.29	WSVECS04 Frhs2[340]: 6 0 47.5 shouldn't be
331.78/334.29	WSVECS04 Frhs2[394]: 6 -605 0 shouldn't be
331.78/334.29	WSVECS04 Frhs2[449]: 6 0 106 shouldn't be
331.78/334.29	WSVECS04 Frhs2[471]: 6 0 214.727 shouldn't be
331.88/334.39	WSVECS04 Frhs2[412]: 6 -1053 0 shouldn't be
331.97/334.49	WSVECS04 Frhs2[68]: 6 0 141.364 shouldn't be
331.97/334.49	WSVECS04 Frhs2[145]: 6 0 254.867 shouldn't be
331.97/334.49	WSVECS04 Frhs2[176]: 6 0 141.364 shouldn't be
332.07/334.59	WSVECS04 Frhs2[416]: 6 -521 0 shouldn't be
332.17/334.68	WSVECS04 Frhs2[12]: 6 0 200 shouldn't be
332.17/334.68	WSVECS04 Frhs2[292]: 6 0 509.022 shouldn't be
332.28/334.77	WSVECS04 Frhs2[400]: 6 -315 0 shouldn't be
332.47/334.96	WSVECS04 Frhs2[76]: 6 0 936.556 shouldn't be
336.46/339.00	c #Conflicts:     850000 | #Constraints:      26432
336.46/339.00	c #Conflicts:     851000 | #Constraints:      27432
336.46/339.00	c #Conflicts:     852000 | #Constraints:      28432
336.46/339.00	c #Conflicts:     853000 | #Constraints:      29432
336.46/339.00	c #Conflicts:     854000 | #Constraints:      30432
336.46/339.00	c #Conflicts:     855000 | #Constraints:      31432
336.46/339.00	c #Conflicts:     856000 | #Constraints:      32432
336.46/339.00	c #Conflicts:     857000 | #Constraints:      33432
336.46/339.00	c #Conflicts:     858000 | #Constraints:      34432
336.46/339.00	c #Conflicts:     859000 | #Constraints:      35432
336.46/339.00	c #Conflicts:     860000 | #Constraints:      36433
336.46/339.00	c #Conflicts:     861000 | #Constraints:      37435
336.46/339.00	WSVECS04 Frhs2[45]: 6 0 56.2741 shouldn't be
336.46/339.00	WSVECS04 Frhs2[76]: 6 0 74.2501 shouldn't be
336.46/339.00	WSVECS04 Frhs2[90]: 6 0 4.68955 shouldn't be
336.46/339.00	WSVECS04 Frhs2[120]: 6 0 124.788 shouldn't be
336.46/339.00	WSVECS04 Frhs2[136]: 6 0 162.795 shouldn't be
336.46/339.00	WSVECS04 Frhs2[173]: 6 -511.589 0 shouldn't be
336.46/339.00	WSVECS04 Frhs2[181]: 6 0 470.718 shouldn't be
336.46/339.00	WSVECS04 Frhs2[184]: 6 0 23.968 shouldn't be
336.46/339.00	WSVECS04 Frhs2[199]: 6 0 249.575 shouldn't be
336.46/339.00	WSVECS04 Frhs2[213]: 6 0 35.4247 shouldn't be
336.46/339.00	WSVECS04 Frhs2[221]: 6 -129.959 0 shouldn't be
336.46/339.00	WSVECS04 Frhs2[222]: 6 0 79.1581 shouldn't be
336.46/339.00	WSVECS04 Frhs2[252]: 6 -35.2877 0 shouldn't be
336.46/339.00	WSVECS04 Frhs2[277]: 6 0 521 shouldn't be
336.46/339.00	WSVECS04 Frhs2[278]: 6 0 319.795 shouldn't be
336.46/339.00	WSVECS04 Frhs2[279]: 6 0 207.5 shouldn't be
336.46/339.00	WSVECS04 Frhs2[285]: 6 0 70.7124 shouldn't be
336.46/339.00	WSVECS04 Frhs2[289]: 6 -349.162 0 shouldn't be
336.46/339.00	WSVECS04 Frhs2[291]: 6 0 131.541 shouldn't be
336.46/339.00	WSVECS04 Frhs2[292]: 6 0 74.2501 shouldn't be
336.46/339.00	WSVECS04 Frhs2[309]: 6 0 35.4247 shouldn't be
336.46/339.00	WSVECS04 Frhs2[330]: 6 0 299.857 shouldn't be
336.46/339.00	WSVECS04 Frhs2[332]: 6 -124.788 0 shouldn't be
336.46/339.00	WSVECS04 Frhs2[349]: 6 0 521 shouldn't be
336.46/339.00	WSVECS04 Frhs2[350]: 6 0 319.794 shouldn't be
336.46/339.00	WSVECS04 Frhs2[351]: 6 0 207.5 shouldn't be
336.46/339.00	WSVECS04 Frhs2[356]: 6 -207 0 shouldn't be
336.46/339.00	WSVECS04 Frhs2[400]: 6 -146.037 0 shouldn't be
336.46/339.00	WSVECS04 Frhs2[411]: 6 0 869.863 shouldn't be
336.46/339.00	WSVECS04 Frhs2[413]: 6 0 113 shouldn't be
336.46/339.00	WSVECS04 Frhs2[445]: 6 0 96.3105 shouldn't be
336.46/339.00	WSVECS04 Frhs2[446]: 6 -531 0 shouldn't be
336.46/339.00	WSVECS04 Frhs2[467]: 6 -106 0 shouldn't be
336.46/339.00	WSVECS04 Frhs2[479]: 6 -123.5 0 shouldn't be
336.46/339.00	WSVECS04 Frhs2[499]: 6 -78.6167 0 shouldn't be
336.56/339.08	WSVECS04 Frhs2[28]: 6 0 126.617 shouldn't be
336.56/339.08	WSVECS04 Frhs2[249]: 6 0 70.7124 shouldn't be
336.56/339.08	WSVECS04 Frhs2[258]: 6 0 299.857 shouldn't be
336.56/339.08	WSVECS04 Frhs2[336]: 6 0 124.788 shouldn't be
336.56/339.08	WSVECS04 Frhs2[440]: 6 0 207 shouldn't be
336.56/339.08	WSVECS04 Frhs2[504]: 6 -775 0 shouldn't be
337.96/340.42	c #Conflicts:     862000 | #Constraints:      38436
337.96/340.42	c #Conflicts:     863000 | #Constraints:      39436
337.96/340.42	c #Conflicts:     864000 | #Constraints:      40436
337.96/340.42	WSVECS04 Frhs2[1]: 6 -244.925 0 shouldn't be
337.96/340.42	WSVECS04 Frhs2[5]: 6 0 179.97 shouldn't be
337.96/340.42	WSVECS04 Frhs2[9]: 6 0 326.58 shouldn't be
337.96/340.42	WSVECS04 Frhs2[20]: 6 0 21.2 shouldn't be
337.96/340.42	WSVECS04 Frhs2[28]: 6 0 218.8 shouldn't be
337.96/340.42	WSVECS04 Frhs2[32]: 6 0 153.786 shouldn't be
337.96/340.42	WSVECS04 Frhs2[56]: 6 0 21.2 shouldn't be
337.96/340.42	WSVECS04 Frhs2[62]: 6 0 5.00006 shouldn't be
337.96/340.42	WSVECS04 Frhs2[64]: 6 0 218.8 shouldn't be
337.96/340.42	WSVECS04 Frhs2[68]: 6 0 153.786 shouldn't be
337.96/340.42	WSVECS04 Frhs2[75]: 6 0 335.775 shouldn't be
337.96/340.42	WSVECS04 Frhs2[100]: 6 0 218.8 shouldn't be
337.96/340.42	WSVECS04 Frhs2[109]: 6 -152.536 0 shouldn't be
337.96/340.42	WSVECS04 Frhs2[111]: 6 0 515.745 shouldn't be
337.96/340.42	WSVECS04 Frhs2[112]: 6 0 179.97 shouldn't be
337.96/340.42	WSVECS04 Frhs2[149]: 6 0 179.97 shouldn't be
337.96/340.42	WSVECS04 Frhs2[197]: 6 0 745.31 shouldn't be
337.96/340.42	WSVECS04 Frhs2[198]: 6 0 444.164 shouldn't be
337.96/340.42	WSVECS04 Frhs2[270]: 6 0 171.143 shouldn't be
337.96/340.42	WSVECS04 Frhs2[311]: 6 0 380.454 shouldn't be
337.96/340.42	WSVECS04 Frhs2[314]: 6 0 5.00004 shouldn't be
337.96/340.42	WSVECS04 Frhs2[328]: 6 0 44.1846 shouldn't be
337.96/340.42	WSVECS04 Frhs2[334]: 6 0 1442.58 shouldn't be
337.96/340.42	WSVECS04 Frhs2[343]: 6 0 398.786 shouldn't be
337.96/340.42	WSVECS04 Frhs2[344]: 6 0 95.6143 shouldn't be
337.96/340.42	WSVECS04 Frhs2[428]: 6 0 43.0001 shouldn't be
337.96/340.42	WSVECS04 Frhs2[464]: 6 0 113 shouldn't be
337.96/340.42	WSVECS04 Frhs2[479]: 6 -217.727 0 shouldn't be
337.96/340.42	WSVECS04 Frhs2[488]: 6 0 2.1905 shouldn't be
337.96/340.42	WSVECS04 Frhs2[497]: 6 0 2.19056 shouldn't be
337.96/340.42	WSVECS04 Frhs2[509]: 6 0 108.191 shouldn't be
338.06/340.50	WSVECS04 Frhs2[25]: 6 0 585.191 shouldn't be
338.06/340.50	WSVECS04 Frhs2[61]: 6 0 585.191 shouldn't be
338.06/340.50	WSVECS04 Frhs2[93]: 6 0 21.2 shouldn't be
338.06/340.50	WSVECS04 Frhs2[113]: 6 0 179.97 shouldn't be
338.06/340.50	WSVECS04 Frhs2[133]: 6 0 276.592 shouldn't be
338.06/340.50	WSVECS04 Frhs2[163]: 6 0 377.586 shouldn't be
338.06/340.50	WSVECS04 Frhs2[208]: 6 0 370.205 shouldn't be
338.06/340.50	WSVECS04 Frhs2[256]: 6 0 223.185 shouldn't be
338.06/340.50	WSVECS04 Frhs2[338]: 6 0 53.2143 shouldn't be
338.46/340.97	c #Conflicts:     865000 | #Constraints:      41437
338.46/340.97	c INPROCESSING
338.46/340.97	c GARBAGE COLLECT
338.46/340.97	WSVECS04 Frhs2[24]: 6 0 34.69 shouldn't be
338.46/340.97	WSVECS04 Frhs2[52]: 6 0 167.93 shouldn't be
338.46/340.97	WSVECS04 Frhs2[73]: 6 0 121.264 shouldn't be
338.46/340.97	WSVECS04 Frhs2[77]: 6 0 121.264 shouldn't be
338.46/340.97	WSVECS04 Frhs2[78]: 6 0 76.6821 shouldn't be
338.46/340.97	WSVECS04 Frhs2[95]: 6 0 74.5981 shouldn't be
338.46/340.97	WSVECS04 Frhs2[97]: 6 0 30.0161 shouldn't be
338.46/340.97	WSVECS04 Frhs2[131]: 6 0 44.582 shouldn't be
338.46/340.97	WSVECS04 Frhs2[180]: 6 -144.042 0 shouldn't be
338.46/340.97	WSVECS04 Frhs2[181]: 6 -212.274 0 shouldn't be
338.46/340.97	WSVECS04 Frhs2[182]: 6 0 14.715 shouldn't be
338.46/340.97	WSVECS04 Frhs2[196]: 6 0 167.93 shouldn't be
338.46/340.97	WSVECS04 Frhs2[201]: 6 0 29.5001 shouldn't be
338.46/340.97	WSVECS04 Frhs2[203]: 6 0 44.582 shouldn't be
338.46/340.97	WSVECS04 Frhs2[218]: 6 0 14.7151 shouldn't be
338.46/340.97	WSVECS04 Frhs2[227]: 6 -44.582 0 shouldn't be
338.46/340.97	WSVECS04 Frhs2[229]: 6 -659 0 shouldn't be
338.46/340.97	WSVECS04 Frhs2[237]: 6 0 29.5001 shouldn't be
338.46/340.97	WSVECS04 Frhs2[249]: 6 0 67.9755 shouldn't be
338.46/340.97	WSVECS04 Frhs2[255]: 6 0 256.856 shouldn't be
338.46/340.97	WSVECS04 Frhs2[258]: 6 0 212.274 shouldn't be
338.46/340.97	WSVECS04 Frhs2[265]: 6 0 28 shouldn't be
338.46/340.97	WSVECS04 Frhs2[268]: 6 0 195.93 shouldn't be
338.46/340.97	WSVECS04 Frhs2[277]: 6 0 326.551 shouldn't be
338.46/340.97	WSVECS04 Frhs2[282]: 6 0 25.1717 shouldn't be
338.46/340.97	WSVECS04 Frhs2[283]: 6 0 235 shouldn't be
338.46/340.97	WSVECS04 Frhs2[287]: 6 0 235 shouldn't be
338.46/340.97	WSVECS04 Frhs2[290]: 6 0 226.989 shouldn't be
338.46/340.97	WSVECS04 Frhs2[313]: 6 0 409.592 shouldn't be
338.46/340.97	WSVECS04 Frhs2[318]: 6 0 108.213 shouldn't be
338.46/340.97	WSVECS04 Frhs2[353]: 6 -83.0414 0 shouldn't be
338.46/340.97	WSVECS04 Frhs2[354]: 6 0 25.1717 shouldn't be
338.46/340.97	WSVECS04 Frhs2[367]: 6 0 106 shouldn't be
338.46/340.97	WSVECS04 Frhs2[410]: 6 0 207 shouldn't be
338.46/340.97	WSVECS04 Frhs2[411]: 6 0 415 shouldn't be
338.46/340.97	WSVECS04 Frhs2[412]: 6 -70 0 shouldn't be
338.46/340.97	WSVECS04 Frhs2[415]: 6 0 245 shouldn't be
338.46/340.97	WSVECS04 Frhs2[416]: 6 -264 0 shouldn't be
338.46/340.97	WSVECS04 Frhs2[453]: 6 -629 0 shouldn't be
338.46/340.97	WSVECS04 Frhs2[481]: 6 0 91 shouldn't be
338.46/340.97	WSVECS04 Frhs2[490]: 6 0 368.307 shouldn't be
338.46/340.97	WSVECS04 Frhs2[514]: 6 -84 0 shouldn't be
338.46/340.97	WSVECS04 Frhs2[524]: 6 0 70.0001 shouldn't be
338.56/341.10	WSVECS04 Frhs2[74]: 6 0 413.103 shouldn't be
338.56/341.10	WSVECS04 Frhs2[160]: 6 0 167.93 shouldn't be
338.56/341.10	WSVECS04 Frhs2[176]: 6 0 182.166 shouldn't be
338.56/341.10	WSVECS04 Frhs2[187]: 6 -877.716 0 shouldn't be
338.56/341.10	WSVECS04 Frhs2[232]: 6 0 167.93 shouldn't be
338.56/341.10	WSVECS04 Frhs2[267]: 6 0 28.0001 shouldn't be
338.56/341.10	WSVECS04 Frhs2[289]: 6 -321.3 0 shouldn't be
338.56/341.10	WSVECS04 Frhs2[513]: 6 0 32.9578 shouldn't be
338.75/341.22	WSVECS04 Frhs2[41]: 6 0 44.582 shouldn't be
338.75/341.22	WSVECS04 Frhs2[241]: 6 0 326.551 shouldn't be
338.75/341.22	WSVECS04 Frhs2[243]: 6 0 326.551 shouldn't be
338.75/341.22	WSVECS04 Frhs2[351]: 6 0 326.551 shouldn't be
338.75/341.22	WSVECS04 Frhs2[373]: 6 0 214 shouldn't be
338.75/341.22	WSVECS04 Frhs2[447]: 6 0 200.5 shouldn't be
338.86/341.34	WSVECS04 Frhs2[257]: 6 0 256.856 shouldn't be
338.86/341.34	WSVECS04 Frhs2[293]: 6 0 256.856 shouldn't be
338.86/341.34	WSVECS04 Frhs2[430]: 6 0 271.5 shouldn't be
338.86/341.34	WSVECS04 Frhs2[505]: 6 0 1609.1 shouldn't be
338.96/341.46	WSVECS04 Frhs2[11]: 6 0 1025.98 shouldn't be
338.96/341.46	WSVECS04 Frhs2[17]: 6 0 310.57 shouldn't be
338.96/341.46	WSVECS04 Frhs2[28]: 6 0 71.8376 shouldn't be
339.05/341.57	WSVECS04 Frhs2[146]: 6 0 394.563 shouldn't be
339.05/341.57	WSVECS04 Frhs2[153]: 6 0 1313.24 shouldn't be
339.05/341.57	WSVECS04 Frhs2[185]: 6 0 44.582 shouldn't be
339.05/341.57	WSVECS04 Frhs2[202]: 6 -678.646 0 shouldn't be
339.05/341.57	WSVECS04 Frhs2[217]: 6 -1462.13 0 shouldn't be
339.05/341.57	WSVECS04 Frhs2[225]: 6 0 1313.24 shouldn't be
339.05/341.57	WSVECS04 Frhs2[246]: 6 0 25.1717 shouldn't be
339.05/341.57	WSVECS04 Frhs2[261]: 6 0 1313.24 shouldn't be
339.05/341.57	WSVECS04 Frhs2[275]: 6 0 361.614 shouldn't be
339.05/341.57	WSVECS04 Frhs2[279]: 6 0 326.551 shouldn't be
339.05/341.57	WSVECS04 Frhs2[335]: 6 0 250.144 shouldn't be
339.05/341.57	WSVECS04 Frhs2[495]: 6 0 190.626 shouldn't be
339.15/341.69	WSVECS04 Frhs2[48]: 6 0 4.51496 shouldn't be
339.15/341.69	WSVECS04 Frhs2[177]: 6 0 485.888 shouldn't be
339.15/341.69	WSVECS04 Frhs2[183]: 6 0 681.167 shouldn't be
339.15/341.69	WSVECS04 Frhs2[213]: 6 0 344.93 shouldn't be
339.15/341.69	WSVECS04 Frhs2[238]: 6 -317.032 0 shouldn't be
339.15/341.69	WSVECS04 Frhs2[285]: 6 0 579.93 shouldn't be
339.15/341.69	WSVECS04 Frhs2[321]: 6 0 344.93 shouldn't be
339.15/341.69	WSVECS04 Frhs2[336]: 6 0 542.716 shouldn't be
339.15/341.69	WSVECS04 Frhs2[350]: 6 0 310.57 shouldn't be
339.15/341.69	WSVECS04 Frhs2[409]: 6 0 482.716 shouldn't be
339.15/341.69	WSVECS04 Frhs2[414]: 6 0 2780.78 shouldn't be
339.15/341.69	WSVECS04 Frhs2[420]: 6 0 729.716 shouldn't be
339.35/341.80	WSVECS04 Frhs2[60]: 6 0 1000.72 shouldn't be
339.35/341.80	WSVECS04 Frhs2[67]: 6 0 634.828 shouldn't be
339.35/341.80	WSVECS04 Frhs2[284]: 6 0 233.208 shouldn't be
339.35/341.80	WSVECS04 Frhs2[316]: 6 0 626.018 shouldn't be
339.35/341.80	WSVECS04 Frhs2[333]: 6 0 1855.95 shouldn't be
339.35/341.80	WSVECS04 Frhs2[356]: 6 0 308.778 shouldn't be
339.35/341.80	WSVECS04 Frhs2[393]: 6 0 2211.78 shouldn't be
339.35/341.80	WSVECS04 Frhs2[399]: 6 0 472.716 shouldn't be
339.35/341.80	WSVECS04 Frhs2[526]: 6 0 276.954 shouldn't be
339.35/341.80	WSVECS04 Frhs2[529]: 6 0 314.954 shouldn't be
339.45/341.91	WSVECS04 Frhs2[12]: 6 0 1025.98 shouldn't be
339.45/341.91	WSVECS04 Frhs2[18]: 6 0 310.57 shouldn't be
339.45/341.91	WSVECS04 Frhs2[47]: 6 0 4.51492 shouldn't be
339.45/341.91	WSVECS04 Frhs2[189]: 6 0 1313.24 shouldn't be
339.45/341.91	WSVECS04 Frhs2[273]: 6 0 346.532 shouldn't be
339.45/341.91	WSVECS04 Frhs2[357]: 6 0 344.93 shouldn't be
339.45/341.91	WSVECS04 Frhs2[419]: 6 0 2989.78 shouldn't be
339.56/342.05	WSVECS04 Frhs2[13]: 6 0 310.57 shouldn't be
339.56/342.05	WSVECS04 Frhs2[16]: 6 0 478.5 shouldn't be
339.56/342.05	WSVECS04 Frhs2[150]: 6 0 379.848 shouldn't be
339.56/342.05	WSVECS04 Frhs2[244]: 6 0 492.633 shouldn't be
339.56/342.05	WSVECS04 Frhs2[291]: 6 0 256.856 shouldn't be
339.56/342.05	WSVECS04 Frhs2[292]: 6 0 212.274 shouldn't be
339.56/342.05	WSVECS04 Frhs2[456]: 6 0 549.58 shouldn't be
339.75/342.28	WSVECS04 Frhs2[8]: 6 0 1025.98 shouldn't be
339.75/342.28	WSVECS04 Frhs2[294]: 6 0 212.274 shouldn't be
339.75/342.28	WSVECS04 Frhs2[478]: 6 0 89.5322 shouldn't be
339.95/342.42	WSVECS04 Frhs2[331]: 6 0 542.716 shouldn't be
339.95/342.42	WSVECS04 Frhs2[466]: 6 0 1017.3 shouldn't be
340.05/342.59	c rational objective 18701.4
340.95/343.47	c #Conflicts:     866000 | #Constraints:      24034
340.95/343.47	c #Conflicts:     867000 | #Constraints:      25035
340.95/343.47	WSVECS04 Frhs2[23]: 6 0 282.5 shouldn't be
340.95/343.47	WSVECS04 Frhs2[55]: 6 -433.417 0 shouldn't be
340.95/343.47	WSVECS04 Frhs2[59]: 6 0 179.5 shouldn't be
340.95/343.47	WSVECS04 Frhs2[137]: 6 -245 0 shouldn't be
340.95/343.47	WSVECS04 Frhs2[166]: 6 -256.583 0 shouldn't be
340.95/343.47	WSVECS04 Frhs2[167]: 6 0 256.583 shouldn't be
340.95/343.47	WSVECS04 Frhs2[193]: 6 -9089.88 0 shouldn't be
340.95/343.47	WSVECS04 Frhs2[229]: 6 0 494.625 shouldn't be
340.95/343.47	WSVECS04 Frhs2[276]: 6 0 57.0001 shouldn't be
340.95/343.47	WSVECS04 Frhs2[373]: 6 -380 0 shouldn't be
340.95/343.47	WSVECS04 Frhs2[387]: 6 0 90.0001 shouldn't be
340.95/343.47	WSVECS04 Frhs2[388]: 6 0 228 shouldn't be
340.95/343.47	WSVECS04 Frhs2[514]: 6 0 747 shouldn't be
341.04/343.53	WSVECS04 Frhs2[234]: 6 0 513.875 shouldn't be
345.44/347.91	c #Conflicts:     868000 | #Constraints:      26036
345.44/347.91	c #Conflicts:     869000 | #Constraints:      27036
345.44/347.91	c #Conflicts:     870000 | #Constraints:      28036
345.44/347.91	c #Conflicts:     871000 | #Constraints:      29038
345.44/347.91	c #Conflicts:     872000 | #Constraints:      30040
345.44/347.91	c #Conflicts:     873000 | #Constraints:      31049
345.44/347.91	c #Conflicts:     874000 | #Constraints:      32052
345.44/347.91	c #Conflicts:     875000 | #Constraints:      33052
345.44/347.91	c #Conflicts:     876000 | #Constraints:      34052
345.44/347.91	c #Conflicts:     877000 | #Constraints:      35056
345.44/347.91	c #Conflicts:     878000 | #Constraints:      36058
345.44/347.91	c #Conflicts:     879000 | #Constraints:      37058
345.44/347.91	c #Conflicts:     880000 | #Constraints:      38058
345.44/347.91	WSVECS04 Frhs2[10]: 6 0 294 shouldn't be
345.44/347.91	WSVECS04 Frhs2[23]: 6 0 86.0001 shouldn't be
345.44/347.91	WSVECS04 Frhs2[32]: 6 0 197.758 shouldn't be
345.44/347.91	WSVECS04 Frhs2[46]: 6 0 294 shouldn't be
345.44/347.91	WSVECS04 Frhs2[55]: 6 0 196.667 shouldn't be
345.44/347.91	WSVECS04 Frhs2[60]: 6 0 417 shouldn't be
345.44/347.91	WSVECS04 Frhs2[68]: 6 -914.606 0 shouldn't be
345.44/347.91	WSVECS04 Frhs2[82]: 6 0 294 shouldn't be
345.44/347.91	WSVECS04 Frhs2[91]: 6 0 50.3334 shouldn't be
345.44/347.91	WSVECS04 Frhs2[96]: 6 0 270.667 shouldn't be
345.44/347.91	WSVECS04 Frhs2[104]: 6 0 189.667 shouldn't be
345.44/347.91	WSVECS04 Frhs2[110]: 6 0 262.121 shouldn't be
345.44/347.91	WSVECS04 Frhs2[112]: 6 0 34.4243 shouldn't be
345.44/347.91	WSVECS04 Frhs2[118]: 6 -19.0001 0 shouldn't be
345.44/347.91	WSVECS04 Frhs2[127]: 6 0 197.758 shouldn't be
345.44/347.91	WSVECS04 Frhs2[129]: 6 0 1.09093 shouldn't be
345.44/347.91	WSVECS04 Frhs2[131]: 6 0 283.758 shouldn't be
345.44/347.91	WSVECS04 Frhs2[136]: 6 0 2.00009 shouldn't be
345.44/347.91	WSVECS04 Frhs2[154]: 6 0 294 shouldn't be
345.44/347.91	WSVECS04 Frhs2[158]: 6 0 4.00009 shouldn't be
345.44/347.91	WSVECS04 Frhs2[174]: 6 0 46.3334 shouldn't be
345.44/347.91	WSVECS04 Frhs2[180]: 6 -448.121 0 shouldn't be
345.44/347.91	WSVECS04 Frhs2[190]: 6 0 294 shouldn't be
345.44/347.91	WSVECS04 Frhs2[200]: 6 -2123.7 0 shouldn't be
345.44/347.91	WSVECS04 Frhs2[212]: 6 0 0.90913 shouldn't be
345.44/347.91	WSVECS04 Frhs2[273]: 6 0 1.09095 shouldn't be
345.44/347.91	WSVECS04 Frhs2[274]: 6 -78.3334 0 shouldn't be
345.44/347.91	WSVECS04 Frhs2[275]: 6 0 283.758 shouldn't be
345.44/347.91	WSVECS04 Frhs2[298]: 6 0 293.091 shouldn't be
345.44/347.91	WSVECS04 Frhs2[299]: 6 -3483 0 shouldn't be
345.44/347.91	WSVECS04 Frhs2[302]: 6 0 4.00007 shouldn't be
345.44/347.91	WSVECS04 Frhs2[317]: 6 -591 0 shouldn't be
345.44/347.91	WSVECS04 Frhs2[335]: 6 0 1086 shouldn't be
345.44/347.91	WSVECS04 Frhs2[336]: 6 0 1086 shouldn't be
345.44/347.91	WSVECS04 Frhs2[343]: 6 0 197.758 shouldn't be
345.44/347.91	WSVECS04 Frhs2[345]: 6 0 1.09098 shouldn't be
345.44/347.91	WSVECS04 Frhs2[347]: 6 0 283.758 shouldn't be
345.44/347.91	WSVECS04 Frhs2[394]: 6 -605 0 shouldn't be
345.44/347.91	WSVECS04 Frhs2[398]: 6 -337 0 shouldn't be
345.44/347.91	WSVECS04 Frhs2[402]: 6 -80 0 shouldn't be
345.44/347.91	WSVECS04 Frhs2[407]: 6 0 71.0001 shouldn't be
345.44/347.91	WSVECS04 Frhs2[408]: 6 0 35 shouldn't be
345.44/347.91	WSVECS04 Frhs2[418]: 6 0 158 shouldn't be
345.44/347.91	WSVECS04 Frhs2[454]: 6 0 923.667 shouldn't be
345.44/347.91	WSVECS04 Frhs2[476]: 6 0 134 shouldn't be
345.44/347.91	WSVECS04 Frhs2[499]: 6 -949.667 0 shouldn't be
345.44/347.91	WSVECS04 Frhs2[524]: 6 -1020 0 shouldn't be
345.44/348.00	WSVECS04 Frhs2[141]: 6 0 154.849 shouldn't be
345.55/348.09	WSVECS04 Frhs2[160]: 6 0 2.00003 shouldn't be
345.55/348.09	WSVECS04 Frhs2[214]: 6 0 0.909167 shouldn't be
347.54/350.01	c #Conflicts:     881000 | #Constraints:      39059
347.54/350.01	c #Conflicts:     882000 | #Constraints:      40059
347.54/350.01	c #Conflicts:     883000 | #Constraints:      41059
347.54/350.01	c #Conflicts:     884000 | #Constraints:      42059
347.54/350.01	c INPROCESSING
347.54/350.01	c GARBAGE COLLECT
347.54/350.01	c rational objective 18701.4
348.64/351.15	c #Conflicts:     885000 | #Constraints:      24432
348.64/351.15	c #Conflicts:     886000 | #Constraints:      25433
348.64/351.15	c #Conflicts:     887000 | #Constraints:      26434
348.64/351.15	WSVECS04 Frhs2[1]: 6 -128.716 0 shouldn't be
348.64/351.15	WSVECS04 Frhs2[39]: 6 0 0.366861 shouldn't be
348.64/351.15	WSVECS04 Frhs2[54]: 6 0 2516 shouldn't be
348.64/351.15	WSVECS04 Frhs2[69]: 6 0 26.1154 shouldn't be
348.64/351.15	WSVECS04 Frhs2[71]: 6 -27.6539 0 shouldn't be
348.64/351.15	WSVECS04 Frhs2[100]: 6 0 56.5001 shouldn't be
348.64/351.15	WSVECS04 Frhs2[101]: 6 -141.5 0 shouldn't be
348.64/351.15	WSVECS04 Frhs2[126]: 6 0 1117 shouldn't be
348.64/351.15	WSVECS04 Frhs2[162]: 6 0 1117 shouldn't be
348.64/351.15	WSVECS04 Frhs2[172]: 6 0 56.5001 shouldn't be
348.64/351.15	WSVECS04 Frhs2[177]: 6 0 26.1155 shouldn't be
348.64/351.15	WSVECS04 Frhs2[180]: 6 -296.115 0 shouldn't be
348.64/351.15	WSVECS04 Frhs2[198]: 6 0 1117 shouldn't be
348.64/351.15	WSVECS04 Frhs2[201]: 6 0 103 shouldn't be
348.64/351.15	WSVECS04 Frhs2[203]: 6 0 244 shouldn't be
348.64/351.15	WSVECS04 Frhs2[204]: 6 0 103 shouldn't be
348.64/351.15	WSVECS04 Frhs2[207]: 6 0 479.349 shouldn't be
348.64/351.15	WSVECS04 Frhs2[244]: 6 0 56.5001 shouldn't be
348.64/351.15	WSVECS04 Frhs2[253]: 6 -147.317 0 shouldn't be
348.64/351.15	WSVECS04 Frhs2[254]: 6 0 18.9677 shouldn't be
348.64/351.15	WSVECS04 Frhs2[280]: 6 0 56.5 shouldn't be
348.64/351.15	WSVECS04 Frhs2[286]: 6 0 0.769272 shouldn't be
348.64/351.15	WSVECS04 Frhs2[316]: 6 0 196.5 shouldn't be
348.64/351.15	WSVECS04 Frhs2[326]: 6 0 18.9677 shouldn't be
348.64/351.15	WSVECS04 Frhs2[340]: 6 0 227 shouldn't be
348.64/351.15	WSVECS04 Frhs2[394]: 6 0 415 shouldn't be
348.64/351.15	WSVECS04 Frhs2[399]: 6 -70.0001 0 shouldn't be
348.64/351.15	WSVECS04 Frhs2[400]: 6 -58 0 shouldn't be
348.64/351.15	WSVECS04 Frhs2[407]: 6 -186 0 shouldn't be
348.64/351.15	WSVECS04 Frhs2[412]: 6 -1016 0 shouldn't be
348.73/351.22	WSVECS04 Frhs2[209]: 6 0 370.349 shouldn't be
348.73/351.22	WSVECS04 Frhs2[271]: 6 -495 0 shouldn't be
348.73/351.22	WSVECS04 Frhs2[346]: 6 -282 0 shouldn't be
351.82/354.30	c #Conflicts:     888000 | #Constraints:      27435
351.82/354.30	c #Conflicts:     889000 | #Constraints:      28435
351.82/354.30	c #Conflicts:     890000 | #Constraints:      29436
351.82/354.30	c #Conflicts:     891000 | #Constraints:      30440
351.82/354.30	c #Conflicts:     892000 | #Constraints:      31440
351.82/354.30	c #Conflicts:     893000 | #Constraints:      32440
351.82/354.30	c #Conflicts:     894000 | #Constraints:      33442
351.82/354.30	c #Conflicts:     895000 | #Constraints:      34445
351.82/354.30	WSVECS04 Frhs2[10]: 6 0 101 shouldn't be
351.82/354.30	WSVECS04 Frhs2[17]: 6 0 5.6879 shouldn't be
351.82/354.30	WSVECS04 Frhs2[44]: 6 0 79.4818 shouldn't be
351.82/354.30	WSVECS04 Frhs2[46]: 6 0 79.4818 shouldn't be
351.82/354.30	WSVECS04 Frhs2[83]: 6 0 483.503 shouldn't be
351.82/354.30	WSVECS04 Frhs2[89]: 6 0 5.68789 shouldn't be
351.82/354.30	WSVECS04 Frhs2[113]: 6 0 53.0233 shouldn't be
351.82/354.30	WSVECS04 Frhs2[140]: 6 0 226.746 shouldn't be
351.82/354.30	WSVECS04 Frhs2[326]: 6 0 41.8744 shouldn't be
351.82/354.30	WSVECS04 Frhs2[346]: 6 -1.89597 0 shouldn't be
351.82/354.30	WSVECS04 Frhs2[350]: 6 0 19.2308 shouldn't be
351.82/354.30	WSVECS04 Frhs2[358]: 6 0 0.729918 shouldn't be
351.82/354.30	WSVECS04 Frhs2[360]: 6 -5.68787 0 shouldn't be
351.82/354.30	WSVECS04 Frhs2[368]: 6 0 363.54 shouldn't be
351.82/354.30	WSVECS04 Frhs2[398]: 6 -106 0 shouldn't be
351.82/354.30	WSVECS04 Frhs2[426]: 6 -99.6998 0 shouldn't be
351.82/354.30	WSVECS04 Frhs2[434]: 6 0 529.622 shouldn't be
351.82/354.30	WSVECS04 Frhs2[450]: 6 0 95.3111 shouldn't be
351.82/354.39	WSVECS04 Frhs2[42]: 6 0 8.62229 shouldn't be
351.82/354.39	WSVECS04 Frhs2[278]: 6 0 19.2308 shouldn't be
351.82/354.39	WSVECS04 Frhs2[484]: 6 0 335 shouldn't be
351.92/354.47	WSVECS04 Frhs2[118]: 6 0 1.49745 shouldn't be
351.92/354.47	WSVECS04 Frhs2[161]: 6 0 7.23907 shouldn't be
352.02/354.55	WSVECS04 Frhs2[53]: 6 0 5.68789 shouldn't be
352.02/354.55	WSVECS04 Frhs2[115]: 6 0 268.997 shouldn't be
352.02/354.55	WSVECS04 Frhs2[141]: 6 0 227.212 shouldn't be
352.02/354.55	WSVECS04 Frhs2[330]: 6 0 241.593 shouldn't be
352.02/354.55	WSVECS04 Frhs2[336]: 6 0 266.003 shouldn't be
352.12/354.64	WSVECS04 Frhs2[505]: 6 0 208.692 shouldn't be
352.22/354.74	WSVECS04 Frhs2[45]: 6 0 79.4818 shouldn't be
352.22/354.74	WSVECS04 Frhs2[188]: 6 -249.435 0 shouldn't be
352.42/354.96	WSVECS04 Frhs2[377]: 6 0 522.609 shouldn't be
352.63/355.13	WSVECS04 Frhs2[413]: 6 0 229.5 shouldn't be
356.01/358.54	c #Conflicts:     896000 | #Constraints:      35445
356.01/358.54	c #Conflicts:     897000 | #Constraints:      36445
356.01/358.54	c #Conflicts:     898000 | #Constraints:      37445
356.01/358.54	c #Conflicts:     899000 | #Constraints:      38445
356.01/358.54	c #Conflicts:     900000 | #Constraints:      39445
356.01/358.54	c #Conflicts:     901000 | #Constraints:      40445
356.01/358.54	c #Conflicts:     902000 | #Constraints:      41445
356.01/358.54	c #Conflicts:     903000 | #Constraints:      42445
356.01/358.54	c INPROCESSING
356.01/358.54	c GARBAGE COLLECT
356.01/358.54	c rational objective 18701.4
363.09/365.76	c #Conflicts:     904000 | #Constraints:      24632
363.09/365.76	c #Conflicts:     905000 | #Constraints:      25632
363.09/365.76	c #Conflicts:     906000 | #Constraints:      26632
363.09/365.76	c #Conflicts:     907000 | #Constraints:      27635
363.09/365.76	c #Conflicts:     908000 | #Constraints:      28638
363.09/365.76	c #Conflicts:     909000 | #Constraints:      29639
363.09/365.76	c #Conflicts:     910000 | #Constraints:      30640
363.09/365.76	c #Conflicts:     911000 | #Constraints:      31640
363.09/365.76	c #Conflicts:     912000 | #Constraints:      32642
363.09/365.76	c #Conflicts:     913000 | #Constraints:      33642
363.09/365.76	c #Conflicts:     914000 | #Constraints:      34642
363.09/365.76	c #Conflicts:     915000 | #Constraints:      35642
363.09/365.76	c #Conflicts:     916000 | #Constraints:      36643
363.09/365.76	c #Conflicts:     917000 | #Constraints:      37644
363.09/365.76	c #Conflicts:     918000 | #Constraints:      38645
363.09/365.76	c #Conflicts:     919000 | #Constraints:      39645
363.09/365.76	c #Conflicts:     920000 | #Constraints:      40645
363.09/365.76	c #Conflicts:     921000 | #Constraints:      41646
363.09/365.76	c #Conflicts:     922000 | #Constraints:      42648
363.09/365.76	c INPROCESSING
363.09/365.76	c GARBAGE COLLECT
363.09/365.76	c rational objective 18701.4
371.87/374.53	c #Conflicts:     923000 | #Constraints:      24598
371.87/374.53	c #Conflicts:     924000 | #Constraints:      25598
371.87/374.53	c #Conflicts:     925000 | #Constraints:      26598
371.87/374.53	c #Conflicts:     926000 | #Constraints:      27598
371.87/374.53	c #Conflicts:     927000 | #Constraints:      28598
371.87/374.53	c #Conflicts:     928000 | #Constraints:      29598
371.87/374.53	c #Conflicts:     929000 | #Constraints:      30598
371.87/374.53	c #Conflicts:     930000 | #Constraints:      31598
371.87/374.53	c #Conflicts:     931000 | #Constraints:      32598
371.87/374.53	c #Conflicts:     932000 | #Constraints:      33598
371.87/374.53	c #Conflicts:     933000 | #Constraints:      34598
371.87/374.53	c #Conflicts:     934000 | #Constraints:      35598
371.87/374.53	c #Conflicts:     935000 | #Constraints:      36598
371.87/374.53	c #Conflicts:     936000 | #Constraints:      37598
371.87/374.53	c #Conflicts:     937000 | #Constraints:      38598
371.87/374.53	c #Conflicts:     938000 | #Constraints:      39598
371.87/374.53	c #Conflicts:     939000 | #Constraints:      40598
371.87/374.53	c #Conflicts:     940000 | #Constraints:      41598
371.87/374.53	c #Conflicts:     941000 | #Constraints:      42598
371.87/374.53	c INPROCESSING
371.87/374.53	c GARBAGE COLLECT
371.87/374.53	c rational objective 18701.4
379.36/382.02	c #Conflicts:     942000 | #Constraints:      24432
379.36/382.02	c #Conflicts:     943000 | #Constraints:      25432
379.36/382.02	c #Conflicts:     944000 | #Constraints:      26435
379.36/382.02	c #Conflicts:     945000 | #Constraints:      27437
379.36/382.02	c #Conflicts:     946000 | #Constraints:      28438
379.36/382.02	c #Conflicts:     947000 | #Constraints:      29439
379.36/382.02	c #Conflicts:     948000 | #Constraints:      30439
379.36/382.02	c #Conflicts:     949000 | #Constraints:      31440
379.36/382.02	c #Conflicts:     950000 | #Constraints:      32440
379.36/382.02	c #Conflicts:     951000 | #Constraints:      33442
379.36/382.02	c #Conflicts:     952000 | #Constraints:      34442
379.36/382.02	c #Conflicts:     953000 | #Constraints:      35442
379.36/382.02	c #Conflicts:     954000 | #Constraints:      36443
379.36/382.02	c #Conflicts:     955000 | #Constraints:      37443
379.36/382.02	c #Conflicts:     956000 | #Constraints:      38444
379.36/382.02	c #Conflicts:     957000 | #Constraints:      39445
379.36/382.02	c #Conflicts:     958000 | #Constraints:      40445
379.36/382.02	c #Conflicts:     959000 | #Constraints:      41445
379.36/382.02	c #Conflicts:     960000 | #Constraints:      42446
379.36/382.02	c bounds 24347 >= 8225 @ 371.69
379.36/382.03	c bounds 24310 >= 8225 @ 371.693
379.65/382.37	c #Conflicts:     961000 | #Constraints:      43448
379.65/382.37	c INPROCESSING
379.65/382.37	c GARBAGE COLLECT
379.65/382.37	c rational objective 18701.4
388.33/391.02	c #Conflicts:     962000 | #Constraints:      24993
388.33/391.02	c #Conflicts:     963000 | #Constraints:      25993
388.33/391.02	c #Conflicts:     964000 | #Constraints:      26993
388.33/391.02	c #Conflicts:     965000 | #Constraints:      27993
388.33/391.02	c #Conflicts:     966000 | #Constraints:      28995
388.33/391.02	c #Conflicts:     967000 | #Constraints:      29996
388.33/391.02	c #Conflicts:     968000 | #Constraints:      30996
388.33/391.02	c #Conflicts:     969000 | #Constraints:      31996
388.33/391.02	c #Conflicts:     970000 | #Constraints:      32996
388.33/391.02	c #Conflicts:     971000 | #Constraints:      34000
388.33/391.02	c #Conflicts:     972000 | #Constraints:      35000
388.33/391.02	c #Conflicts:     973000 | #Constraints:      36000
388.33/391.02	c #Conflicts:     974000 | #Constraints:      37003
388.33/391.02	c #Conflicts:     975000 | #Constraints:      38004
388.33/391.02	c #Conflicts:     976000 | #Constraints:      39004
388.33/391.02	c #Conflicts:     977000 | #Constraints:      40004
388.33/391.02	c #Conflicts:     978000 | #Constraints:      41008
388.33/391.02	c #Conflicts:     979000 | #Constraints:      42009
388.33/391.02	c #Conflicts:     980000 | #Constraints:      43011
388.33/391.02	c #Conflicts:     981000 | #Constraints:      44012
388.33/391.02	c INPROCESSING
388.33/391.02	c GARBAGE COLLECT
388.33/391.02	c rational objective 18701.4
388.33/391.07	c bounds 24310 >= 8830 @ 380.557
388.53/391.28	c bounds 24310 >= 9435 @ 380.761
388.63/391.36	c bounds 24310 >= 10040 @ 380.833
388.73/391.45	c #Conflicts:     982000 | #Constraints:      25402
388.73/391.45	c bounds 24310 >= 10645 @ 380.928
390.03/392.80	c #Conflicts:     983000 | #Constraints:      26409
390.03/392.80	c #Conflicts:     984000 | #Constraints:      27411
390.03/392.80	c #Conflicts:     985000 | #Constraints:      28411
390.03/392.80	c #Conflicts:     986000 | #Constraints:      29411
390.03/392.80	c #Conflicts:     987000 | #Constraints:      30412
390.03/392.80	c bounds 24310 >= 11250 @ 382.13
395.51/398.35	c #Conflicts:     988000 | #Constraints:      31418
395.51/398.35	c #Conflicts:     989000 | #Constraints:      32418
395.51/398.35	c #Conflicts:     990000 | #Constraints:      33418
395.51/398.35	c #Conflicts:     991000 | #Constraints:      34418
395.51/398.35	c #Conflicts:     992000 | #Constraints:      35418
395.51/398.35	c #Conflicts:     993000 | #Constraints:      36418
395.51/398.35	c #Conflicts:     994000 | #Constraints:      37418
395.51/398.35	c #Conflicts:     995000 | #Constraints:      38419
395.51/398.35	c #Conflicts:     996000 | #Constraints:      39419
395.51/398.35	c #Conflicts:     997000 | #Constraints:      40419
395.51/398.35	c #Conflicts:     998000 | #Constraints:      41419
395.51/398.35	c #Conflicts:     999000 | #Constraints:      42419
395.51/398.35	c #Conflicts:    1000000 | #Constraints:      43419
395.51/398.35	c #Conflicts:    1001000 | #Constraints:      44419
395.51/398.35	c INPROCESSING
395.51/398.35	c GARBAGE COLLECT
395.51/398.35	c rational objective 18701.4
405.09/407.90	c #Conflicts:    1002000 | #Constraints:      25626
405.09/407.90	c #Conflicts:    1003000 | #Constraints:      26626
405.09/407.90	c #Conflicts:    1004000 | #Constraints:      27626
405.09/407.90	c #Conflicts:    1005000 | #Constraints:      28626
405.09/407.90	c #Conflicts:    1006000 | #Constraints:      29627
405.09/407.90	c #Conflicts:    1007000 | #Constraints:      30627
405.09/407.90	c #Conflicts:    1008000 | #Constraints:      31627
405.09/407.90	c #Conflicts:    1009000 | #Constraints:      32627
405.09/407.90	c #Conflicts:    1010000 | #Constraints:      33628
405.09/407.90	c #Conflicts:    1011000 | #Constraints:      34628
405.09/407.90	c #Conflicts:    1012000 | #Constraints:      35628
405.09/407.90	c #Conflicts:    1013000 | #Constraints:      36631
405.09/407.90	c #Conflicts:    1014000 | #Constraints:      37631
405.09/407.90	c #Conflicts:    1015000 | #Constraints:      38631
405.09/407.90	c #Conflicts:    1016000 | #Constraints:      39632
405.09/407.90	c #Conflicts:    1017000 | #Constraints:      40632
405.09/407.90	c #Conflicts:    1018000 | #Constraints:      41632
405.09/407.90	c #Conflicts:    1019000 | #Constraints:      42632
405.09/407.90	c #Conflicts:    1020000 | #Constraints:      43632
405.09/407.90	c #Conflicts:    1021000 | #Constraints:      44632
405.09/407.90	c INPROCESSING
405.09/407.90	c GARBAGE COLLECT
405.09/407.90	c rational objective 18701.4
412.87/415.76	c #Conflicts:    1022000 | #Constraints:      25628
412.87/415.76	c #Conflicts:    1023000 | #Constraints:      26628
412.87/415.76	c #Conflicts:    1024000 | #Constraints:      27628
412.87/415.76	c #Conflicts:    1025000 | #Constraints:      28628
412.87/415.76	c #Conflicts:    1026000 | #Constraints:      29629
412.87/415.76	c #Conflicts:    1027000 | #Constraints:      30630
412.87/415.76	c #Conflicts:    1028000 | #Constraints:      31630
412.87/415.76	c #Conflicts:    1029000 | #Constraints:      32631
412.87/415.76	c #Conflicts:    1030000 | #Constraints:      33631
412.87/415.76	c #Conflicts:    1031000 | #Constraints:      34632
412.87/415.76	c #Conflicts:    1032000 | #Constraints:      35634
412.87/415.76	c #Conflicts:    1033000 | #Constraints:      36635
412.87/415.76	c #Conflicts:    1034000 | #Constraints:      37637
412.87/415.76	c #Conflicts:    1035000 | #Constraints:      38637
412.87/415.76	c #Conflicts:    1036000 | #Constraints:      39639
412.87/415.76	c #Conflicts:    1037000 | #Constraints:      40639
412.87/415.76	c #Conflicts:    1038000 | #Constraints:      41640
412.87/415.76	c #Conflicts:    1039000 | #Constraints:      42641
412.87/415.76	c #Conflicts:    1040000 | #Constraints:      43641
412.87/415.76	c #Conflicts:    1041000 | #Constraints:      44642
412.87/415.76	c INPROCESSING
412.87/415.76	c GARBAGE COLLECT
412.87/415.76	c rational objective 19241.4
420.82/423.85	c #Conflicts:    1042000 | #Constraints:      25444
420.82/423.85	c #Conflicts:    1043000 | #Constraints:      26445
420.82/423.85	c #Conflicts:    1044000 | #Constraints:      27448
420.82/423.85	c #Conflicts:    1045000 | #Constraints:      28448
420.82/423.85	c #Conflicts:    1046000 | #Constraints:      29448
420.82/423.85	c #Conflicts:    1047000 | #Constraints:      30449
420.82/423.85	c #Conflicts:    1048000 | #Constraints:      31451
420.82/423.85	c #Conflicts:    1049000 | #Constraints:      32454
420.82/423.85	c #Conflicts:    1050000 | #Constraints:      33456
420.82/423.85	c #Conflicts:    1051000 | #Constraints:      34456
420.82/423.85	c #Conflicts:    1052000 | #Constraints:      35456
420.82/423.85	c #Conflicts:    1053000 | #Constraints:      36456
420.82/423.85	c #Conflicts:    1054000 | #Constraints:      37456
420.82/423.85	c #Conflicts:    1055000 | #Constraints:      38456
420.82/423.85	c #Conflicts:    1056000 | #Constraints:      39458
420.82/423.85	c #Conflicts:    1057000 | #Constraints:      40459
420.82/423.85	c #Conflicts:    1058000 | #Constraints:      41461
420.82/423.85	c #Conflicts:    1059000 | #Constraints:      42462
420.82/423.85	c #Conflicts:    1060000 | #Constraints:      43468
420.82/423.85	c #Conflicts:    1061000 | #Constraints:      44470
420.82/423.85	c #Conflicts:    1062000 | #Constraints:      45472
420.82/423.85	c INPROCESSING
420.82/423.85	c GARBAGE COLLECT
420.82/423.85	WSVECS04 Frhs2[5]: 6 -1380 0 shouldn't be
420.82/423.85	WSVECS04 Frhs2[7]: 6 0 176.169 shouldn't be
420.82/423.85	WSVECS04 Frhs2[10]: 6 0 85.2093 shouldn't be
420.82/423.85	WSVECS04 Frhs2[26]: 6 0 18.0001 shouldn't be
420.82/423.85	WSVECS04 Frhs2[31]: 6 0 366.997 shouldn't be
420.82/423.85	WSVECS04 Frhs2[33]: 6 0 113.114 shouldn't be
420.82/423.85	WSVECS04 Frhs2[34]: 6 0 77.7139 shouldn't be
420.82/423.85	WSVECS04 Frhs2[35]: 6 0 95.4139 shouldn't be
420.82/423.85	WSVECS04 Frhs2[46]: 6 0 1146.93 shouldn't be
420.82/423.85	WSVECS04 Frhs2[47]: 6 0 115.028 shouldn't be
420.82/423.85	WSVECS04 Frhs2[71]: 6 0 521.386 shouldn't be
420.82/423.85	WSVECS04 Frhs2[77]: 6 0 66.5715 shouldn't be
420.82/423.85	WSVECS04 Frhs2[83]: 6 0 260.748 shouldn't be
420.82/423.85	WSVECS04 Frhs2[91]: 6 0 1050.44 shouldn't be
420.82/423.85	WSVECS04 Frhs2[92]: 6 0 1050.44 shouldn't be
420.82/423.85	WSVECS04 Frhs2[93]: 6 0 1045.33 shouldn't be
420.82/423.85	WSVECS04 Frhs2[95]: 6 0 1050.44 shouldn't be
420.82/423.85	WSVECS04 Frhs2[111]: 6 0 81.7144 shouldn't be
420.82/423.85	WSVECS04 Frhs2[115]: 6 0 158.925 shouldn't be
420.82/423.85	WSVECS04 Frhs2[118]: 6 0 67.9655 shouldn't be
420.82/423.85	WSVECS04 Frhs2[127]: 6 -470.335 0 shouldn't be
420.82/423.85	WSVECS04 Frhs2[139]: 6 0 271.583 shouldn't be
420.82/423.85	WSVECS04 Frhs2[143]: 6 0 35.4001 shouldn't be
420.82/423.85	WSVECS04 Frhs2[145]: 6 0 81.7143 shouldn't be
420.82/423.85	WSVECS04 Frhs2[167]: 6 -155.715 0 shouldn't be
420.82/423.85	WSVECS04 Frhs2[175]: 6 0 271.583 shouldn't be
420.82/423.85	WSVECS04 Frhs2[177]: 6 0 17.7001 shouldn't be
420.82/423.85	WSVECS04 Frhs2[183]: 6 0 81.7143 shouldn't be
420.82/423.85	WSVECS04 Frhs2[187]: 6 0 27.4815 shouldn't be
420.82/423.85	WSVECS04 Frhs2[190]: 6 0 132.077 shouldn't be
420.82/423.85	WSVECS04 Frhs2[211]: 6 0 253.883 shouldn't be
420.82/423.85	WSVECS04 Frhs2[217]: 6 -81.7143 0 shouldn't be
420.82/423.85	WSVECS04 Frhs2[223]: 6 0 0.505649 shouldn't be
420.82/423.85	WSVECS04 Frhs2[229]: 6 -325.711 0 shouldn't be
420.82/423.85	WSVECS04 Frhs2[247]: 6 0 661.883 shouldn't be
420.82/423.85	WSVECS04 Frhs2[248]: 6 0 408 shouldn't be
420.82/423.85	WSVECS04 Frhs2[249]: 6 0 408 shouldn't be
420.82/423.85	WSVECS04 Frhs2[251]: 6 0 390.3 shouldn't be
420.82/423.85	WSVECS04 Frhs2[254]: 6 0 15.143 shouldn't be
420.82/423.85	WSVECS04 Frhs2[255]: 6 0 326.857 shouldn't be
420.82/423.85	WSVECS04 Frhs2[257]: 6 0 81.7143 shouldn't be
420.82/423.85	WSVECS04 Frhs2[261]: 6 0 31.605 shouldn't be
420.82/423.85	WSVECS04 Frhs2[269]: 6 -887.723 0 shouldn't be
420.82/423.85	WSVECS04 Frhs2[273]: 6 0 10.4844 shouldn't be
420.82/423.85	WSVECS04 Frhs2[295]: 6 0 1066.95 shouldn't be
420.82/423.85	WSVECS04 Frhs2[298]: 6 0 944.655 shouldn't be
420.82/423.85	WSVECS04 Frhs2[323]: 6 -2369.76 0 shouldn't be
420.82/423.85	WSVECS04 Frhs2[335]: 6 -853.963 0 shouldn't be
420.82/423.85	WSVECS04 Frhs2[343]: 6 0 10.4844 shouldn't be
420.82/423.85	WSVECS04 Frhs2[344]: 6 0 10.4844 shouldn't be
420.82/423.85	WSVECS04 Frhs2[362]: 6 -665 0 shouldn't be
420.82/423.85	WSVECS04 Frhs2[367]: 6 0 83.4286 shouldn't be
420.82/423.85	WSVECS04 Frhs2[381]: 6 -156.572 0 shouldn't be
420.82/423.85	WSVECS04 Frhs2[403]: 6 0 62.6817 shouldn't be
420.82/423.85	WSVECS04 Frhs2[406]: 6 0 60.3267 shouldn't be
420.82/423.85	WSVECS04 Frhs2[407]: 6 -37 0 shouldn't be
420.82/423.85	WSVECS04 Frhs2[411]: 6 0 964.972 shouldn't be
420.82/423.85	WSVECS04 Frhs2[412]: 6 -150 0 shouldn't be
420.82/423.85	WSVECS04 Frhs2[441]: 6 0 934.862 shouldn't be
420.82/423.85	WSVECS04 Frhs2[471]: 6 0 690.833 shouldn't be
420.82/423.85	WSVECS04 Frhs2[489]: 6 -1090 0 shouldn't be
420.82/423.85	WSVECS04 Frhs2[502]: 6 0 136 shouldn't be
420.82/423.85	WSVECS04 Frhs2[505]: 6 0 10 shouldn't be
420.82/423.85	WSVECS04 Frhs2[510]: 6 -1010 0 shouldn't be
420.92/423.97	WSVECS04 Frhs2[11]: 6 0 176.169 shouldn't be
420.92/423.97	WSVECS04 Frhs2[37]: 6 0 363.143 shouldn't be
420.92/423.97	WSVECS04 Frhs2[39]: 6 0 444.857 shouldn't be
420.92/423.97	WSVECS04 Frhs2[75]: 6 0 148.286 shouldn't be
420.92/423.97	WSVECS04 Frhs2[76]: 6 0 66.5715 shouldn't be
420.92/423.97	WSVECS04 Frhs2[119]: 6 0 99.5704 shouldn't be
420.92/423.97	WSVECS04 Frhs2[256]: 6 0 81.7143 shouldn't be
420.92/423.97	WSVECS04 Frhs2[271]: 6 0 15.7266 shouldn't be
420.92/423.97	WSVECS04 Frhs2[272]: 6 0 15.7266 shouldn't be
420.92/423.97	WSVECS04 Frhs2[275]: 6 0 47.1158 shouldn't be
420.92/423.97	WSVECS04 Frhs2[299]: 6 0 976.26 shouldn't be
420.92/423.97	WSVECS04 Frhs2[300]: 6 0 854.469 shouldn't be
420.92/423.97	WSVECS04 Frhs2[306]: 6 0 135.965 shouldn't be
420.92/423.97	WSVECS04 Frhs2[311]: 6 0 31.3893 shouldn't be
420.92/423.97	WSVECS04 Frhs2[315]: 6 0 261.965 shouldn't be
420.92/423.97	WSVECS04 Frhs2[327]: 6 0 81.7143 shouldn't be
420.92/423.97	WSVECS04 Frhs2[351]: 6 0 261.965 shouldn't be
421.02/424.08	WSVECS04 Frhs2[5]: 6 -1380 0 shouldn't be
421.02/424.08	WSVECS04 Frhs2[31]: 6 0 366.997 shouldn't be
421.02/424.08	WSVECS04 Frhs2[33]: 6 0 113.114 shouldn't be
421.02/424.08	WSVECS04 Frhs2[34]: 6 0 77.7138 shouldn't be
421.02/424.08	WSVECS04 Frhs2[35]: 6 0 95.4138 shouldn't be
421.02/424.08	WSVECS04 Frhs2[46]: 6 0 1146.93 shouldn't be
421.02/424.08	WSVECS04 Frhs2[75]: 6 0 148.286 shouldn't be
421.02/424.08	WSVECS04 Frhs2[76]: 6 0 66.5714 shouldn't be
421.02/424.08	WSVECS04 Frhs2[77]: 6 0 66.5714 shouldn't be
421.02/424.08	WSVECS04 Frhs2[83]: 6 0 260.748 shouldn't be
421.02/424.08	WSVECS04 Frhs2[111]: 6 0 81.7143 shouldn't be
421.02/424.08	WSVECS04 Frhs2[115]: 6 0 158.925 shouldn't be
421.02/424.08	WSVECS04 Frhs2[118]: 6 0 67.9655 shouldn't be
421.02/424.08	WSVECS04 Frhs2[127]: 6 -470.335 0 shouldn't be
421.02/424.08	WSVECS04 Frhs2[145]: 6 0 81.7143 shouldn't be
421.02/424.08	WSVECS04 Frhs2[146]: 6 0 15.1429 shouldn't be
421.02/424.08	WSVECS04 Frhs2[148]: 6 0 81.7143 shouldn't be
421.02/424.08	WSVECS04 Frhs2[167]: 6 -155.714 0 shouldn't be
421.02/424.08	WSVECS04 Frhs2[175]: 6 0 271.583 shouldn't be
421.02/424.08	WSVECS04 Frhs2[183]: 6 0 81.7143 shouldn't be
421.02/424.08	WSVECS04 Frhs2[187]: 6 0 27.4814 shouldn't be
421.02/424.08	WSVECS04 Frhs2[190]: 6 0 132.077 shouldn't be
421.02/424.08	WSVECS04 Frhs2[211]: 6 0 253.883 shouldn't be
421.02/424.08	WSVECS04 Frhs2[217]: 6 -81.7143 0 shouldn't be
421.02/424.08	WSVECS04 Frhs2[223]: 6 0 0.505576 shouldn't be
421.02/424.08	WSVECS04 Frhs2[229]: 6 -325.711 0 shouldn't be
421.02/424.08	WSVECS04 Frhs2[251]: 6 0 390.3 shouldn't be
421.02/424.08	WSVECS04 Frhs2[256]: 6 0 81.7143 shouldn't be
421.02/424.08	WSVECS04 Frhs2[257]: 6 0 81.7143 shouldn't be
421.02/424.08	WSVECS04 Frhs2[269]: 6 -887.723 0 shouldn't be
421.02/424.08	WSVECS04 Frhs2[271]: 6 0 15.7266 shouldn't be
421.02/424.08	WSVECS04 Frhs2[272]: 6 0 15.7266 shouldn't be
421.02/424.08	WSVECS04 Frhs2[273]: 6 0 10.4844 shouldn't be
421.02/424.08	WSVECS04 Frhs2[275]: 6 0 47.1157 shouldn't be
421.02/424.08	WSVECS04 Frhs2[331]: 6 0 90.6914 shouldn't be
421.02/424.08	WSVECS04 Frhs2[335]: 6 -853.963 0 shouldn't be
421.02/424.08	WSVECS04 Frhs2[344]: 6 0 10.4844 shouldn't be
421.02/424.08	WSVECS04 Frhs2[356]: 6 0 431.153 shouldn't be
421.02/424.08	WSVECS04 Frhs2[367]: 6 0 83.4286 shouldn't be
421.02/424.08	WSVECS04 Frhs2[381]: 6 -156.571 0 shouldn't be
421.02/424.08	WSVECS04 Frhs2[386]: 6 -72.5714 0 shouldn't be
421.02/424.08	WSVECS04 Frhs2[406]: 6 0 60.3266 shouldn't be
421.02/424.08	WSVECS04 Frhs2[412]: 6 -150 0 shouldn't be
421.02/424.08	WSVECS04 Frhs2[414]: 6 0 60.6816 shouldn't be
421.02/424.08	WSVECS04 Frhs2[424]: 6 -605 0 shouldn't be
421.02/424.08	WSVECS04 Frhs2[441]: 6 0 934.862 shouldn't be
421.02/424.08	WSVECS04 Frhs2[454]: 6 -605 0 shouldn't be
421.02/424.08	WSVECS04 Frhs2[489]: 6 -1090 0 shouldn't be
421.02/424.08	WSVECS04 Frhs2[502]: 6 0 136 shouldn't be
421.02/424.08	WSVECS04 Frhs2[512]: 6 0 96.8251 shouldn't be
421.22/424.20	WSVECS04 Frhs2[3]: 6 0 81.7143 shouldn't be
421.22/424.20	WSVECS04 Frhs2[26]: 6 0 18 shouldn't be
421.22/424.20	WSVECS04 Frhs2[43]: 6 0 55.6734 shouldn't be
421.22/424.20	WSVECS04 Frhs2[119]: 6 0 99.5704 shouldn't be
421.22/424.20	WSVECS04 Frhs2[140]: 6 0 10.7862 shouldn't be
421.22/424.20	WSVECS04 Frhs2[141]: 6 0 53.1 shouldn't be
421.22/424.20	WSVECS04 Frhs2[142]: 6 0 53.1 shouldn't be
421.22/424.20	WSVECS04 Frhs2[171]: 6 0 261.965 shouldn't be
421.22/424.20	WSVECS04 Frhs2[178]: 6 0 17.7 shouldn't be
421.22/424.20	WSVECS04 Frhs2[196]: 6 0 258.862 shouldn't be
421.22/424.20	WSVECS04 Frhs2[198]: 6 0 135.965 shouldn't be
421.22/424.20	WSVECS04 Frhs2[207]: 6 0 261.965 shouldn't be
421.22/424.20	WSVECS04 Frhs2[219]: 6 0 81.7143 shouldn't be
421.22/424.20	WSVECS04 Frhs2[248]: 6 0 408 shouldn't be
421.22/424.20	WSVECS04 Frhs2[261]: 6 0 31.605 shouldn't be
421.22/424.20	WSVECS04 Frhs2[279]: 6 0 261.965 shouldn't be
421.22/424.20	WSVECS04 Frhs2[295]: 6 0 1066.95 shouldn't be
421.22/424.20	WSVECS04 Frhs2[297]: 6 0 976.26 shouldn't be
421.22/424.20	WSVECS04 Frhs2[299]: 6 0 976.26 shouldn't be
421.22/424.20	WSVECS04 Frhs2[300]: 6 0 854.469 shouldn't be
421.22/424.20	WSVECS04 Frhs2[315]: 6 0 261.965 shouldn't be
421.22/424.20	WSVECS04 Frhs2[327]: 6 0 81.7143 shouldn't be
421.22/424.20	WSVECS04 Frhs2[343]: 6 0 10.4844 shouldn't be
421.22/424.20	WSVECS04 Frhs2[347]: 6 0 41.8736 shouldn't be
421.22/424.20	WSVECS04 Frhs2[351]: 6 0 261.965 shouldn't be
421.22/424.20	WSVECS04 Frhs2[362]: 6 -665 0 shouldn't be
421.22/424.20	WSVECS04 Frhs2[403]: 6 0 62.6816 shouldn't be
421.22/424.20	WSVECS04 Frhs2[415]: 6 0 128.186 shouldn't be
421.22/424.20	WSVECS04 Frhs2[430]: 6 0 15 shouldn't be
421.22/424.20	WSVECS04 Frhs2[440]: 6 0 106 shouldn't be
421.32/424.32	WSVECS04 Frhs2[7]: 6 0 176.169 shouldn't be
421.32/424.32	WSVECS04 Frhs2[27]: 6 0 261.965 shouldn't be
421.32/424.32	WSVECS04 Frhs2[37]: 6 0 363.143 shouldn't be
421.32/424.32	WSVECS04 Frhs2[42]: 6 0 296.571 shouldn't be
421.32/424.32	WSVECS04 Frhs2[45]: 6 0 55.6734 shouldn't be
421.32/424.32	WSVECS04 Frhs2[135]: 6 0 261.965 shouldn't be
421.32/424.32	WSVECS04 Frhs2[263]: 6 0 31.605 shouldn't be
421.32/424.32	WSVECS04 Frhs2[298]: 6 0 944.655 shouldn't be
421.32/424.32	WSVECS04 Frhs2[311]: 6 0 31.3892 shouldn't be
421.32/424.32	WSVECS04 Frhs2[321]: 6 0 1141.65 shouldn't be
421.32/424.32	WSVECS04 Frhs2[322]: 6 0 17.7 shouldn't be
421.32/424.32	WSVECS04 Frhs2[323]: 6 -2369.76 0 shouldn't be
421.32/424.32	WSVECS04 Frhs2[364]: 6 -605 0 shouldn't be
421.32/424.32	WSVECS04 Frhs2[447]: 6 0 21.8962 shouldn't be
421.32/424.32	WSVECS04 Frhs2[505]: 6 0 10 shouldn't be
421.42/424.46	WSVECS04 Frhs2[162]: 6 0 135.965 shouldn't be
421.42/424.46	WSVECS04 Frhs2[306]: 6 0 135.965 shouldn't be
421.42/424.46	WSVECS04 Frhs2[411]: 6 0 964.972 shouldn't be
421.62/424.61	WSVECS04 Frhs2[16]: 6 0 258.862 shouldn't be
421.62/424.61	WSVECS04 Frhs2[39]: 6 0 444.857 shouldn't be
421.62/424.61	WSVECS04 Frhs2[41]: 6 0 363.143 shouldn't be
421.62/424.61	WSVECS04 Frhs2[52]: 6 0 1245.75 shouldn't be
421.62/424.61	WSVECS04 Frhs2[70]: 6 0 1854.98 shouldn't be
421.62/424.61	WSVECS04 Frhs2[88]: 6 0 258.862 shouldn't be
421.62/424.61	WSVECS04 Frhs2[91]: 6 0 1050.44 shouldn't be
421.62/424.61	WSVECS04 Frhs2[93]: 6 0 1045.33 shouldn't be
421.62/424.61	WSVECS04 Frhs2[99]: 6 0 261.965 shouldn't be
421.62/424.61	WSVECS04 Frhs2[124]: 6 0 258.862 shouldn't be
421.62/424.61	WSVECS04 Frhs2[160]: 6 0 258.862 shouldn't be
421.62/424.61	WSVECS04 Frhs2[177]: 6 0 17.7 shouldn't be
421.62/424.61	WSVECS04 Frhs2[243]: 6 0 261.965 shouldn't be
421.62/424.61	WSVECS04 Frhs2[254]: 6 0 15.1429 shouldn't be
421.71/424.76	WSVECS04 Frhs2[10]: 6 0 85.2093 shouldn't be
421.71/424.76	WSVECS04 Frhs2[95]: 6 0 1050.44 shouldn't be
421.71/424.76	WSVECS04 Frhs2[255]: 6 0 326.857 shouldn't be
421.71/424.76	WSVECS04 Frhs2[378]: 6 0 257 shouldn't be
421.71/424.76	WSVECS04 Frhs2[471]: 6 0 690.832 shouldn't be
421.92/424.91	WSVECS04 Frhs2[67]: 6 0 792.969 shouldn't be
421.92/424.91	WSVECS04 Frhs2[407]: 6 -37 0 shouldn't be
422.02/425.06	WSVECS04 Frhs2[47]: 6 0 115.028 shouldn't be
422.02/425.06	WSVECS04 Frhs2[92]: 6 0 1050.44 shouldn't be
422.02/425.06	WSVECS04 Frhs2[247]: 6 0 661.883 shouldn't be
422.22/425.29	WSVECS04 Frhs2[139]: 6 0 271.583 shouldn't be
422.22/425.29	WSVECS04 Frhs2[359]: 6 0 413.453 shouldn't be
425.51/428.54	c #Conflicts:    1063000 | #Constraints:      26032
425.51/428.54	c #Conflicts:    1064000 | #Constraints:      27033
425.51/428.54	c #Conflicts:    1065000 | #Constraints:      28033
425.51/428.54	c #Conflicts:    1066000 | #Constraints:      29034
425.51/428.54	c #Conflicts:    1067000 | #Constraints:      30035
425.51/428.54	c #Conflicts:    1068000 | #Constraints:      31035
425.51/428.54	c #Conflicts:    1069000 | #Constraints:      32035
425.51/428.54	c #Conflicts:    1070000 | #Constraints:      33036
425.51/428.54	c #Conflicts:    1071000 | #Constraints:      34038
425.51/428.54	c #Conflicts:    1072000 | #Constraints:      35039
425.51/428.54	WSVECS04 Frhs2[44]: 6 0 93.4301 shouldn't be
425.51/428.54	WSVECS04 Frhs2[46]: 6 0 173.43 shouldn't be
425.51/428.54	WSVECS04 Frhs2[56]: 6 0 141.605 shouldn't be
425.51/428.54	WSVECS04 Frhs2[82]: 6 0 155.237 shouldn't be
425.51/428.54	WSVECS04 Frhs2[130]: 6 -42.1518 0 shouldn't be
425.51/428.54	WSVECS04 Frhs2[134]: 6 0 424.812 shouldn't be
425.51/428.54	WSVECS04 Frhs2[149]: 6 -1652.95 0 shouldn't be
425.51/428.54	WSVECS04 Frhs2[155]: 6 0 35.1235 shouldn't be
425.51/428.54	WSVECS04 Frhs2[161]: 6 0 880.679 shouldn't be
425.51/428.54	WSVECS04 Frhs2[176]: 6 0 308.32 shouldn't be
425.51/428.54	WSVECS04 Frhs2[179]: 6 0 115.947 shouldn't be
425.51/428.54	WSVECS04 Frhs2[188]: 6 0 736.944 shouldn't be
425.51/428.54	WSVECS04 Frhs2[192]: 6 0 479.63 shouldn't be
425.51/428.54	WSVECS04 Frhs2[197]: 6 0 982.733 shouldn't be
425.51/428.54	WSVECS04 Frhs2[246]: 6 -414.305 0 shouldn't be
425.51/428.54	WSVECS04 Frhs2[258]: 6 0 322.819 shouldn't be
425.51/428.54	WSVECS04 Frhs2[337]: 6 -524.184 0 shouldn't be
425.51/428.54	WSVECS04 Frhs2[363]: 6 -2469.89 0 shouldn't be
425.51/428.54	WSVECS04 Frhs2[416]: 6 0 154 shouldn't be
425.51/428.54	WSVECS04 Frhs2[422]: 6 -934.78 0 shouldn't be
425.51/428.54	WSVECS04 Frhs2[442]: 6 0 183.43 shouldn't be
425.51/428.54	WSVECS04 Frhs2[445]: 6 0 183.43 shouldn't be
425.60/428.63	WSVECS04 Frhs2[43]: 6 -1441.92 0 shouldn't be
425.60/428.63	WSVECS04 Frhs2[92]: 6 0 63.4588 shouldn't be
425.60/428.63	WSVECS04 Frhs2[211]: 6 -134.89 0 shouldn't be
425.60/428.63	WSVECS04 Frhs2[321]: 6 0 9.30837 shouldn't be
425.81/428.80	WSVECS04 Frhs2[57]: 6 0 53.6329 shouldn't be
425.81/428.80	WSVECS04 Frhs2[103]: 6 0 231.43 shouldn't be
425.81/428.80	WSVECS04 Frhs2[189]: 6 0 105.985 shouldn't be
425.90/428.92	WSVECS04 Frhs2[183]: 6 0 359.547 shouldn't be
426.50/429.54	WSVECS04 Frhs2[43]: 6 -1441.92 0 shouldn't be
426.50/429.54	WSVECS04 Frhs2[82]: 6 0 155.237 shouldn't be
426.50/429.54	WSVECS04 Frhs2[92]: 6 0 63.4587 shouldn't be
426.50/429.54	WSVECS04 Frhs2[130]: 6 -42.1517 0 shouldn't be
426.50/429.54	WSVECS04 Frhs2[149]: 6 -1652.95 0 shouldn't be
426.50/429.54	WSVECS04 Frhs2[155]: 6 0 35.1234 shouldn't be
426.50/429.54	WSVECS04 Frhs2[179]: 6 0 115.947 shouldn't be
426.50/429.54	WSVECS04 Frhs2[192]: 6 0 479.63 shouldn't be
426.50/429.54	WSVECS04 Frhs2[211]: 6 -134.89 0 shouldn't be
426.50/429.54	WSVECS04 Frhs2[246]: 6 -414.305 0 shouldn't be
426.50/429.54	WSVECS04 Frhs2[258]: 6 0 322.819 shouldn't be
426.50/429.54	WSVECS04 Frhs2[277]: 6 -1241.71 0 shouldn't be
426.50/429.54	WSVECS04 Frhs2[416]: 6 0 154 shouldn't be
426.50/429.54	WSVECS04 Frhs2[540]: 6 -1138.73 0 shouldn't be
430.79/433.81	c #Conflicts:    1073000 | #Constraints:      36041
430.79/433.81	c #Conflicts:    1074000 | #Constraints:      37041
430.79/433.81	c #Conflicts:    1075000 | #Constraints:      38041
430.79/433.81	c #Conflicts:    1076000 | #Constraints:      39041
430.79/433.81	c #Conflicts:    1077000 | #Constraints:      40041
430.79/433.81	c #Conflicts:    1078000 | #Constraints:      41041
430.79/433.81	c #Conflicts:    1079000 | #Constraints:      42041
430.79/433.81	c #Conflicts:    1080000 | #Constraints:      43041
430.79/433.81	c #Conflicts:    1081000 | #Constraints:      44041
430.79/433.81	c #Conflicts:    1082000 | #Constraints:      45041
430.79/433.81	c #Conflicts:    1083000 | #Constraints:      46041
430.79/433.81	c INPROCESSING
430.79/433.81	c GARBAGE COLLECT
430.79/433.81	WSVECS04 Frhs2[8]: 6 -315 0 shouldn't be
430.79/433.81	WSVECS04 Frhs2[259]: 6 -315 0 shouldn't be
430.79/433.81	WSVECS04 Frhs2[363]: 6 -264 0 shouldn't be
430.79/433.81	WSVECS04 Frhs2[364]: 6 0 60 shouldn't be
430.79/433.81	WSVECS04 Frhs2[365]: 6 0 401 shouldn't be
430.79/433.81	WSVECS04 Frhs2[369]: 6 -1090 0 shouldn't be
430.79/433.81	WSVECS04 Frhs2[394]: 6 0 1006 shouldn't be
430.79/433.81	WSVECS04 Frhs2[417]: 6 0 257 shouldn't be
430.79/433.81	WSVECS04 Frhs2[424]: 6 0 498 shouldn't be
430.79/433.81	WSVECS04 Frhs2[430]: 6 0 50 shouldn't be
430.79/433.81	WSVECS04 Frhs2[441]: 6 0 948 shouldn't be
430.79/433.81	WSVECS04 Frhs2[454]: 6 -605 0 shouldn't be
430.79/433.81	WSVECS04 Frhs2[474]: 6 -1380 0 shouldn't be
430.79/433.81	WSVECS04 Frhs2[489]: 6 -1090 0 shouldn't be
430.79/433.81	WSVECS04 Frhs2[501]: 6 0 485 shouldn't be
430.79/433.81	WSVECS04 Frhs2[522]: 6 -231 0 shouldn't be
430.79/433.81	WSVECS04 Frhs2[531]: 6 -210 0 shouldn't be
430.79/433.81	WSVECS04 Frhs2[535]: 6 0 488 shouldn't be
430.89/433.92	WSVECS04 Frhs2[300]: 6 0 315 shouldn't be
430.89/433.92	WSVECS04 Frhs2[307]: 6 -592 0 shouldn't be
430.89/433.92	WSVECS04 Frhs2[411]: 6 0 1321 shouldn't be
431.00/434.05	WSVECS04 Frhs2[12]: 6 0 315 shouldn't be
431.00/434.05	WSVECS04 Frhs2[84]: 6 0 315 shouldn't be
431.00/434.05	WSVECS04 Frhs2[120]: 6 0 315 shouldn't be
431.00/434.05	WSVECS04 Frhs2[156]: 6 0 315 shouldn't be
431.00/434.05	WSVECS04 Frhs2[228]: 6 0 315 shouldn't be
431.00/434.05	WSVECS04 Frhs2[336]: 6 0 315 shouldn't be
431.00/434.05	WSVECS04 Frhs2[397]: 6 -70.0001 0 shouldn't be
431.00/434.05	WSVECS04 Frhs2[493]: 6 -380 0 shouldn't be
431.00/434.05	WSVECS04 Frhs2[520]: 6 0 93.0001 shouldn't be
431.00/434.05	WSVECS04 Frhs2[533]: 6 0 70 shouldn't be
431.09/434.19	WSVECS04 Frhs2[515]: 6 -113 0 shouldn't be
431.30/434.34	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
431.39/434.48	WSVECS04 Frhs2[497]: 6 -337 0 shouldn't be
431.59/434.64	WSVECS04 Frhs2[506]: 6 -521 0 shouldn't be
431.69/434.77	WSVECS04 Frhs2[289]: 6 -80.0001 0 shouldn't be
433.09/436.17	c rational objective 19241.4
443.46/446.53	c #Conflicts:    1084000 | #Constraints:      26445
443.46/446.53	c #Conflicts:    1085000 | #Constraints:      27445
443.46/446.53	c #Conflicts:    1086000 | #Constraints:      28447
443.46/446.53	c #Conflicts:    1087000 | #Constraints:      29448
443.46/446.53	c #Conflicts:    1088000 | #Constraints:      30449
443.46/446.53	c #Conflicts:    1089000 | #Constraints:      31451
443.46/446.53	c #Conflicts:    1090000 | #Constraints:      32455
443.46/446.53	c #Conflicts:    1091000 | #Constraints:      33458
443.46/446.53	c #Conflicts:    1092000 | #Constraints:      34458
443.46/446.53	c #Conflicts:    1093000 | #Constraints:      35459
443.46/446.53	c #Conflicts:    1094000 | #Constraints:      36461
443.46/446.53	c #Conflicts:    1095000 | #Constraints:      37463
443.46/446.53	c #Conflicts:    1096000 | #Constraints:      38464
443.46/446.53	c #Conflicts:    1097000 | #Constraints:      39465
443.46/446.53	c #Conflicts:    1098000 | #Constraints:      40466
443.46/446.53	c #Conflicts:    1099000 | #Constraints:      41469
443.46/446.53	c #Conflicts:    1100000 | #Constraints:      42469
443.46/446.53	c #Conflicts:    1101000 | #Constraints:      43471
443.46/446.53	c #Conflicts:    1102000 | #Constraints:      44473
443.46/446.53	c #Conflicts:    1103000 | #Constraints:      45473
443.46/446.53	c #Conflicts:    1104000 | #Constraints:      46474
443.46/446.53	c INPROCESSING
443.46/446.53	c GARBAGE COLLECT
443.46/446.53	c rational objective 19241.4
452.71/455.97	c #Conflicts:    1105000 | #Constraints:      26667
452.71/455.97	c #Conflicts:    1106000 | #Constraints:      27670
452.71/455.97	c #Conflicts:    1107000 | #Constraints:      28671
452.71/455.97	c #Conflicts:    1108000 | #Constraints:      29672
452.71/455.97	c #Conflicts:    1109000 | #Constraints:      30674
452.71/455.97	c #Conflicts:    1110000 | #Constraints:      31675
452.71/455.97	c #Conflicts:    1111000 | #Constraints:      32676
452.71/455.97	c #Conflicts:    1112000 | #Constraints:      33679
452.71/455.97	c #Conflicts:    1113000 | #Constraints:      34680
452.71/455.97	c #Conflicts:    1114000 | #Constraints:      35683
452.71/455.97	c #Conflicts:    1115000 | #Constraints:      36688
452.71/455.97	c #Conflicts:    1116000 | #Constraints:      37688
452.71/455.97	c #Conflicts:    1117000 | #Constraints:      38688
452.71/455.97	c #Conflicts:    1118000 | #Constraints:      39688
452.71/455.97	c #Conflicts:    1119000 | #Constraints:      40688
452.71/455.97	c #Conflicts:    1120000 | #Constraints:      41688
452.71/455.97	c #Conflicts:    1121000 | #Constraints:      42689
452.71/455.97	c #Conflicts:    1122000 | #Constraints:      43689
452.71/455.97	c #Conflicts:    1123000 | #Constraints:      44690
452.71/455.97	c #Conflicts:    1124000 | #Constraints:      45690
452.71/455.97	c #Conflicts:    1125000 | #Constraints:      46691
452.71/455.97	c INPROCESSING
452.71/455.97	c GARBAGE COLLECT
452.71/455.97	c rational objective 19241.4
456.61/459.82	c #Conflicts:    1126000 | #Constraints:      26663
456.61/459.82	c #Conflicts:    1127000 | #Constraints:      27663
456.61/459.82	c #Conflicts:    1128000 | #Constraints:      28663
456.61/459.82	c #Conflicts:    1129000 | #Constraints:      29664
456.61/459.82	c #Conflicts:    1130000 | #Constraints:      30664
456.61/459.82	c #Conflicts:    1131000 | #Constraints:      31666
456.61/459.82	c #Conflicts:    1132000 | #Constraints:      32666
456.61/459.82	c #Conflicts:    1133000 | #Constraints:      33667
456.61/459.82	c #Conflicts:    1134000 | #Constraints:      34667
456.61/459.82	c #Conflicts:    1135000 | #Constraints:      35667
456.61/459.82	c #Conflicts:    1136000 | #Constraints:      36667
456.61/459.82	c bounds 24254 >= 11250 @ 447.455
456.61/459.86	c bounds 24254 >= 11771 @ 447.495
512.35/516.16	c #Conflicts:    1137000 | #Constraints:      37671
512.35/516.16	c #Conflicts:    1138000 | #Constraints:      38671
512.35/516.16	c #Conflicts:    1139000 | #Constraints:      39672
512.35/516.16	c #Conflicts:    1140000 | #Constraints:      40673
512.35/516.16	c #Conflicts:    1141000 | #Constraints:      41673
512.35/516.16	c #Conflicts:    1142000 | #Constraints:      42673
512.35/516.16	c #Conflicts:    1143000 | #Constraints:      43675
512.35/516.16	c #Conflicts:    1144000 | #Constraints:      44675
512.35/516.16	c #Conflicts:    1145000 | #Constraints:      45675
512.35/516.16	c #Conflicts:    1146000 | #Constraints:      46676
512.35/516.16	c #Conflicts:    1147000 | #Constraints:      47678
512.35/516.16	c #Conflicts:    1148000 | #Constraints:      48680
512.35/516.16	c #Conflicts:    1149000 | #Constraints:      49682
512.35/516.16	c #Conflicts:    1150000 | #Constraints:      50682
512.35/516.16	c #Conflicts:    1151000 | #Constraints:      51682
512.35/516.16	c #Conflicts:    1152000 | #Constraints:      52682
512.35/516.16	c #Conflicts:    1153000 | #Constraints:      53683
512.35/516.16	c #Conflicts:    1154000 | #Constraints:      54683
512.35/516.16	c #Conflicts:    1155000 | #Constraints:      55683
512.35/516.16	c #Conflicts:    1156000 | #Constraints:      56683
512.35/516.16	c #Conflicts:    1157000 | #Constraints:      57683
512.35/516.16	c #Conflicts:    1158000 | #Constraints:      58683
512.35/516.16	c #Conflicts:    1159000 | #Constraints:      59683
512.35/516.16	c #Conflicts:    1160000 | #Constraints:      60684
512.35/516.16	c #Conflicts:    1161000 | #Constraints:      61684
512.35/516.16	c #Conflicts:    1162000 | #Constraints:      62684
512.35/516.16	c #Conflicts:    1163000 | #Constraints:      63684
512.35/516.16	c #Conflicts:    1164000 | #Constraints:      64684
512.35/516.16	c #Conflicts:    1165000 | #Constraints:      65684
512.35/516.16	c #Conflicts:    1166000 | #Constraints:      66684
512.35/516.16	c #Conflicts:    1167000 | #Constraints:      67685
512.35/516.16	c #Conflicts:    1168000 | #Constraints:      68687
512.35/516.16	c #Conflicts:    1169000 | #Constraints:      69687
512.35/516.16	c #Conflicts:    1170000 | #Constraints:      70688
512.35/516.16	c #Conflicts:    1171000 | #Constraints:      71688
512.35/516.16	c #Conflicts:    1172000 | #Constraints:      72688
512.35/516.16	c #Conflicts:    1173000 | #Constraints:      73689
512.35/516.16	c #Conflicts:    1174000 | #Constraints:      74689
512.35/516.16	c #Conflicts:    1175000 | #Constraints:      75690
512.35/516.16	c #Conflicts:    1176000 | #Constraints:      76690
512.35/516.16	c #Conflicts:    1177000 | #Constraints:      77690
512.35/516.16	c #Conflicts:    1178000 | #Constraints:      78690
512.35/516.16	c #Conflicts:    1179000 | #Constraints:      79691
512.35/516.16	c #Conflicts:    1180000 | #Constraints:      80691
512.35/516.16	c #Conflicts:    1181000 | #Constraints:      81691
512.35/516.16	c #Conflicts:    1182000 | #Constraints:      82691
512.35/516.16	c #Conflicts:    1183000 | #Constraints:      83691
512.35/516.16	c #Conflicts:    1184000 | #Constraints:      84691
512.35/516.16	c #Conflicts:    1185000 | #Constraints:      85691
512.35/516.16	c #Conflicts:    1186000 | #Constraints:      86691
512.35/516.16	c #Conflicts:    1187000 | #Constraints:      87691
512.35/516.16	c #Conflicts:    1188000 | #Constraints:      88692
512.35/516.16	c #Conflicts:    1189000 | #Constraints:      89692
512.35/516.16	c #Conflicts:    1190000 | #Constraints:      90692
512.35/516.16	c #Conflicts:    1191000 | #Constraints:      91692
512.35/516.16	c #Conflicts:    1192000 | #Constraints:      92692
512.35/516.16	c #Conflicts:    1193000 | #Constraints:      93692
512.35/516.16	c #Conflicts:    1194000 | #Constraints:      94694
512.35/516.16	c #Conflicts:    1195000 | #Constraints:      95694
512.35/516.16	c #Conflicts:    1196000 | #Constraints:      96695
512.35/516.16	c #Conflicts:    1197000 | #Constraints:      97695
512.35/516.16	c #Conflicts:    1198000 | #Constraints:      98695
512.35/516.16	c #Conflicts:    1199000 | #Constraints:      99696
512.35/516.16	c #Conflicts:    1200000 | #Constraints:     100696
512.35/516.16	c #Conflicts:    1201000 | #Constraints:     101696
512.35/516.16	c #Conflicts:    1202000 | #Constraints:     102696
512.35/516.16	c #Conflicts:    1203000 | #Constraints:     103696
512.35/516.16	c #Conflicts:    1204000 | #Constraints:     104696
512.35/516.16	c #Conflicts:    1205000 | #Constraints:     105696
512.35/516.16	c #Conflicts:    1206000 | #Constraints:     106696
512.35/516.16	c #Conflicts:    1207000 | #Constraints:     107697
512.35/516.16	c #Conflicts:    1208000 | #Constraints:     108697
512.35/516.16	c #Conflicts:    1209000 | #Constraints:     109697
512.35/516.16	c #Conflicts:    1210000 | #Constraints:     110697
512.35/516.16	c #Conflicts:    1211000 | #Constraints:     111697
512.35/516.16	c #Conflicts:    1212000 | #Constraints:     112697
512.35/516.16	c #Conflicts:    1213000 | #Constraints:     113697
512.35/516.16	c #Conflicts:    1214000 | #Constraints:     114697
512.35/516.16	c #Conflicts:    1215000 | #Constraints:     115697
532.39/536.20	c #Conflicts:    1216000 | #Constraints:     116697
532.39/536.20	c #Conflicts:    1217000 | #Constraints:     117697
532.39/536.20	c #Conflicts:    1218000 | #Constraints:     118697
532.39/536.20	c #Conflicts:    1219000 | #Constraints:     119697
532.39/536.20	c #Conflicts:    1220000 | #Constraints:     120697
532.39/536.20	c #Conflicts:    1221000 | #Constraints:     121697
532.39/536.20	c #Conflicts:    1222000 | #Constraints:     122697
532.39/536.20	c #Conflicts:    1223000 | #Constraints:     123697
532.39/536.20	c #Conflicts:    1224000 | #Constraints:     124698
532.39/536.20	c #Conflicts:    1225000 | #Constraints:     125698
532.39/536.20	c #Conflicts:    1226000 | #Constraints:     126698
532.39/536.20	c #Conflicts:    1227000 | #Constraints:     127699
532.39/536.20	c #Conflicts:    1228000 | #Constraints:     128699
532.39/536.20	c #Conflicts:    1229000 | #Constraints:     129699
532.39/536.20	c #Conflicts:    1230000 | #Constraints:     130699
532.39/536.20	c #Conflicts:    1231000 | #Constraints:     131699
532.39/536.20	WSVECS04 Frhs2[62]: 6 0 27.0001 shouldn't be
532.39/536.20	WSVECS04 Frhs2[98]: 6 0 27 shouldn't be
532.39/536.20	WSVECS04 Frhs2[103]: 6 -17.5001 0 shouldn't be
532.39/536.20	WSVECS04 Frhs2[105]: 6 0 14.6667 shouldn't be
532.39/536.20	WSVECS04 Frhs2[133]: 6 -1151 0 shouldn't be
532.39/536.20	WSVECS04 Frhs2[134]: 6 0 27 shouldn't be
532.39/536.20	WSVECS04 Frhs2[139]: 6 0 84 shouldn't be
532.39/536.20	WSVECS04 Frhs2[144]: 6 0 84.0001 shouldn't be
532.39/536.20	WSVECS04 Frhs2[180]: 6 -182.667 0 shouldn't be
532.39/536.20	WSVECS04 Frhs2[253]: 6 0 3.50004 shouldn't be
532.39/536.20	WSVECS04 Frhs2[280]: 6 0 151 shouldn't be
532.39/536.20	WSVECS04 Frhs2[288]: 6 -14.6667 0 shouldn't be
532.39/536.20	WSVECS04 Frhs2[291]: 6 0 113 shouldn't be
532.39/536.20	WSVECS04 Frhs2[303]: 6 -612.542 0 shouldn't be
532.39/536.20	WSVECS04 Frhs2[315]: 6 -2859 0 shouldn't be
532.39/536.20	WSVECS04 Frhs2[316]: 6 0 151 shouldn't be
532.39/536.20	WSVECS04 Frhs2[321]: 6 0 14.6667 shouldn't be
532.39/536.20	WSVECS04 Frhs2[324]: 6 -7.33334 0 shouldn't be
532.39/536.20	WSVECS04 Frhs2[343]: 6 0 3.50003 shouldn't be
532.39/536.20	WSVECS04 Frhs2[354]: 6 0 1537 shouldn't be
536.68/540.52	c #Conflicts:    1232000 | #Constraints:     132700
536.68/540.52	c #Conflicts:    1233000 | #Constraints:     133700
536.68/540.52	c #Conflicts:    1234000 | #Constraints:     134702
536.68/540.52	c INPROCESSING
536.68/540.52	c GARBAGE COLLECT
536.68/540.52	c rational objective 19241.4
554.26/558.20	c #Conflicts:    1235000 | #Constraints:      70324
554.26/558.20	c #Conflicts:    1236000 | #Constraints:      71327
554.26/558.20	c #Conflicts:    1237000 | #Constraints:      72329
554.26/558.20	c #Conflicts:    1238000 | #Constraints:      73330
554.26/558.20	c #Conflicts:    1239000 | #Constraints:      74331
554.26/558.20	c #Conflicts:    1240000 | #Constraints:      75332
554.26/558.20	c #Conflicts:    1241000 | #Constraints:      76336
554.26/558.20	c #Conflicts:    1242000 | #Constraints:      77338
554.26/558.20	c #Conflicts:    1243000 | #Constraints:      78341
554.26/558.20	c #Conflicts:    1244000 | #Constraints:      79342
554.26/558.20	c #Conflicts:    1245000 | #Constraints:      80345
554.26/558.20	c #Conflicts:    1246000 | #Constraints:      81346
554.26/558.20	c #Conflicts:    1247000 | #Constraints:      82355
554.26/558.20	c #Conflicts:    1248000 | #Constraints:      83355
554.26/558.20	c #Conflicts:    1249000 | #Constraints:      84357
554.26/558.20	c #Conflicts:    1250000 | #Constraints:      85357
554.26/558.20	c #Conflicts:    1251000 | #Constraints:      86357
554.26/558.20	c #Conflicts:    1252000 | #Constraints:      87359
554.26/558.20	c #Conflicts:    1253000 | #Constraints:      88360
554.26/558.20	c #Conflicts:    1254000 | #Constraints:      89361
554.26/558.20	c #Conflicts:    1255000 | #Constraints:      90363
554.26/558.20	c #Conflicts:    1256000 | #Constraints:      91372
554.26/558.20	c #Conflicts:    1257000 | #Constraints:      92656
554.26/558.20	c INPROCESSING
554.26/558.20	c GARBAGE COLLECT
554.26/558.20	c rational objective 19241.4
557.95/561.94	c #Conflicts:    1258000 | #Constraints:      49599
557.95/561.94	c #Conflicts:    1259000 | #Constraints:      50599
557.95/561.94	c #Conflicts:    1260000 | #Constraints:      51599
557.95/561.94	c #Conflicts:    1261000 | #Constraints:      52599
557.95/561.94	c #Conflicts:    1262000 | #Constraints:      53601
557.95/561.94	c #Conflicts:    1263000 | #Constraints:      54601
557.95/561.94	c #Conflicts:    1264000 | #Constraints:      55601
557.95/561.94	WSVECS04 Frhs2[83]: 6 0 936 shouldn't be
557.95/561.94	WSVECS04 Frhs2[89]: 6 0 1049.61 shouldn't be
557.95/561.94	WSVECS04 Frhs2[216]: 6 -228.795 0 shouldn't be
557.95/561.94	WSVECS04 Frhs2[296]: 6 -96.3897 0 shouldn't be
557.95/561.94	WSVECS04 Frhs2[307]: 6 0 139.221 shouldn't be
557.95/561.94	WSVECS04 Frhs2[335]: 6 0 936 shouldn't be
557.95/561.94	WSVECS04 Frhs2[359]: 6 0 607.632 shouldn't be
557.95/561.94	WSVECS04 Frhs2[454]: 6 -605 0 shouldn't be
568.92/572.90	c #Conflicts:    1265000 | #Constraints:      56602
568.92/572.90	c #Conflicts:    1266000 | #Constraints:      57604
568.92/572.90	c #Conflicts:    1267000 | #Constraints:      58605
568.92/572.90	c #Conflicts:    1268000 | #Constraints:      59607
568.92/572.90	c #Conflicts:    1269000 | #Constraints:      60611
568.92/572.90	c #Conflicts:    1270000 | #Constraints:      61615
568.92/572.90	c #Conflicts:    1271000 | #Constraints:      62618
568.92/572.90	c #Conflicts:    1272000 | #Constraints:      63619
568.92/572.90	c #Conflicts:    1273000 | #Constraints:      64621
568.92/572.90	c #Conflicts:    1274000 | #Constraints:      65622
568.92/572.90	c #Conflicts:    1275000 | #Constraints:      66623
568.92/572.90	c #Conflicts:    1276000 | #Constraints:      67624
568.92/572.90	c #Conflicts:    1277000 | #Constraints:      68626
568.92/572.90	c #Conflicts:    1278000 | #Constraints:      69627
568.92/572.90	c #Conflicts:    1279000 | #Constraints:      70632
568.92/572.90	c #Conflicts:    1280000 | #Constraints:      71634
568.92/572.90	c INPROCESSING
568.92/572.90	c GARBAGE COLLECT
568.92/572.90	c rational objective 19241.4
573.13/577.30	c #Conflicts:    1281000 | #Constraints:      39247
573.13/577.30	c #Conflicts:    1282000 | #Constraints:      40248
573.13/577.30	c #Conflicts:    1283000 | #Constraints:      41248
573.13/577.30	c #Conflicts:    1284000 | #Constraints:      42248
573.13/577.30	c #Conflicts:    1285000 | #Constraints:      43249
573.13/577.30	c #Conflicts:    1286000 | #Constraints:      44249
573.13/577.30	c #Conflicts:    1287000 | #Constraints:      45249
573.13/577.30	c #Conflicts:    1288000 | #Constraints:      46249
573.13/577.30	c #Conflicts:    1289000 | #Constraints:      47249
573.13/577.30	WSVECS04 Frhs2[53]: 6 0 19 shouldn't be
573.13/577.30	WSVECS04 Frhs2[63]: 6 0 52.889 shouldn't be
573.13/577.30	WSVECS04 Frhs2[97]: 6 0 231.111 shouldn't be
573.13/577.30	WSVECS04 Frhs2[131]: 6 0 110 shouldn't be
573.13/577.30	WSVECS04 Frhs2[148]: 6 0 45.5001 shouldn't be
573.13/577.30	WSVECS04 Frhs2[161]: 6 0 19.0001 shouldn't be
573.13/577.30	WSVECS04 Frhs2[170]: 6 0 231.111 shouldn't be
573.13/577.30	WSVECS04 Frhs2[206]: 6 0 549.5 shouldn't be
573.13/577.30	WSVECS04 Frhs2[233]: 6 0 19.0001 shouldn't be
573.13/577.30	WSVECS04 Frhs2[275]: 6 0 110 shouldn't be
573.13/577.30	WSVECS04 Frhs2[279]: 6 -1095 0 shouldn't be
573.13/577.30	WSVECS04 Frhs2[291]: 6 -229.5 0 shouldn't be
573.13/577.30	WSVECS04 Frhs2[292]: 6 0 22.5 shouldn't be
573.13/577.30	WSVECS04 Frhs2[311]: 6 0 110 shouldn't be
573.13/577.30	WSVECS04 Frhs2[320]: 6 0 22.7223 shouldn't be
573.13/577.30	WSVECS04 Frhs2[321]: 6 0 22.7222 shouldn't be
573.13/577.30	WSVECS04 Frhs2[323]: 6 0 22.7223 shouldn't be
576.93/581.12	c #Conflicts:    1290000 | #Constraints:      48249
576.93/581.12	c #Conflicts:    1291000 | #Constraints:      49249
576.93/581.12	c #Conflicts:    1292000 | #Constraints:      50249
576.93/581.12	c #Conflicts:    1293000 | #Constraints:      51249
576.93/581.12	c #Conflicts:    1294000 | #Constraints:      52250
576.93/581.12	c #Conflicts:    1295000 | #Constraints:      53250
576.93/581.12	c #Conflicts:    1296000 | #Constraints:      54251
576.93/581.12	c #Conflicts:    1297000 | #Constraints:      55251
576.93/581.12	WSVECS04 Frhs2[16]: 6 0 217.308 shouldn't be
576.93/581.12	WSVECS04 Frhs2[43]: 6 0 114.667 shouldn't be
576.93/581.12	WSVECS04 Frhs2[65]: 6 -245 0 shouldn't be
576.93/581.12	WSVECS04 Frhs2[66]: 6 0 657.038 shouldn't be
576.93/581.12	WSVECS04 Frhs2[98]: 6 0 414.91 shouldn't be
576.93/581.12	WSVECS04 Frhs2[100]: 6 0 372.385 shouldn't be
576.93/581.12	WSVECS04 Frhs2[116]: 6 0 44 shouldn't be
576.93/581.12	WSVECS04 Frhs2[136]: 6 0 784.423 shouldn't be
576.93/581.12	WSVECS04 Frhs2[143]: 6 0 54.1667 shouldn't be
576.93/581.12	WSVECS04 Frhs2[170]: 6 0 169.91 shouldn't be
576.93/581.12	WSVECS04 Frhs2[177]: 6 0 106 shouldn't be
576.93/581.12	WSVECS04 Frhs2[204]: 6 0 919 shouldn't be
576.93/581.12	WSVECS04 Frhs2[212]: 6 0 207 shouldn't be
576.93/581.12	WSVECS04 Frhs2[213]: 6 0 70.6667 shouldn't be
576.93/581.12	WSVECS04 Frhs2[215]: 6 0 54.1667 shouldn't be
576.93/581.12	WSVECS04 Frhs2[216]: 6 -101.603 0 shouldn't be
576.93/581.12	WSVECS04 Frhs2[235]: 6 -5700.53 0 shouldn't be
576.93/581.12	WSVECS04 Frhs2[309]: 6 0 42.5256 shouldn't be
576.93/581.12	WSVECS04 Frhs2[321]: 6 0 70.6667 shouldn't be
576.93/581.12	WSVECS04 Frhs2[368]: 6 0 592 shouldn't be
576.93/581.12	WSVECS04 Frhs2[386]: 6 -521 0 shouldn't be
576.93/581.12	WSVECS04 Frhs2[389]: 6 0 521 shouldn't be
576.93/581.12	WSVECS04 Frhs2[413]: 6 0 113 shouldn't be
576.93/581.12	WSVECS04 Frhs2[414]: 6 0 10 shouldn't be
576.93/581.12	WSVECS04 Frhs2[415]: 6 0 257 shouldn't be
576.93/581.12	WSVECS04 Frhs2[481]: 6 0 194 shouldn't be
576.93/581.12	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
576.93/581.12	WSVECS04 Frhs2[485]: 6 0 489 shouldn't be
576.93/581.12	WSVECS04 Frhs2[504]: 6 -1000 0 shouldn't be
576.93/581.12	WSVECS04 Frhs2[507]: 6 0 624 shouldn't be
577.13/581.33	WSVECS04 Frhs2[134]: 6 0 826.949 shouldn't be
577.13/581.33	WSVECS04 Frhs2[138]: 6 0 657.038 shouldn't be
577.13/581.33	WSVECS04 Frhs2[176]: 6 0 242.333 shouldn't be
577.13/581.33	WSVECS04 Frhs2[362]: 6 -585 0 shouldn't be
577.23/581.42	WSVECS04 Frhs2[62]: 6 0 826.949 shouldn't be
577.23/581.42	WSVECS04 Frhs2[510]: 6 -1010 0 shouldn't be
577.23/581.49	WSVECS04 Frhs2[375]: 6 0 559 shouldn't be
577.43/581.60	WSVECS04 Frhs2[372]: 6 0 665 shouldn't be
577.43/581.60	WSVECS04 Frhs2[373]: 6 0 549 shouldn't be
580.52/584.70	c #Conflicts:    1298000 | #Constraints:      56252
580.52/584.70	c #Conflicts:    1299000 | #Constraints:      57252
580.52/584.70	c #Conflicts:    1300000 | #Constraints:      58252
580.52/584.70	c #Conflicts:    1301000 | #Constraints:      59252
580.52/584.70	c #Conflicts:    1302000 | #Constraints:      60252
580.52/584.70	c INPROCESSING
580.52/584.70	c GARBAGE COLLECT
580.52/584.70	WSVECS04 Frhs2[6]: 6 0 1523.73 shouldn't be
580.52/584.70	WSVECS04 Frhs2[7]: 6 0 549.92 shouldn't be
580.52/584.70	WSVECS04 Frhs2[17]: 6 0 84.5548 shouldn't be
580.52/584.70	WSVECS04 Frhs2[25]: 6 -1481.73 0 shouldn't be
580.52/584.70	WSVECS04 Frhs2[30]: 6 0 399.054 shouldn't be
580.52/584.70	WSVECS04 Frhs2[31]: 6 0 178.251 shouldn't be
580.52/584.70	WSVECS04 Frhs2[38]: 6 0 588.716 shouldn't be
580.52/584.70	WSVECS04 Frhs2[49]: 6 0 1057.69 shouldn't be
580.52/584.70	WSVECS04 Frhs2[56]: 6 0 7.81951 shouldn't be
580.52/584.70	WSVECS04 Frhs2[78]: 6 0 1523.73 shouldn't be
580.52/584.70	WSVECS04 Frhs2[85]: 6 -7585.66 0 shouldn't be
580.52/584.70	WSVECS04 Frhs2[87]: 6 0 272.608 shouldn't be
580.52/584.70	WSVECS04 Frhs2[88]: 6 0 1.42859 shouldn't be
580.52/584.70	WSVECS04 Frhs2[102]: 6 0 399.054 shouldn't be
580.52/584.70	WSVECS04 Frhs2[114]: 6 0 1523.73 shouldn't be
580.52/584.70	WSVECS04 Frhs2[127]: 6 0 231.928 shouldn't be
580.52/584.70	WSVECS04 Frhs2[128]: 6 0 238.326 shouldn't be
580.52/584.70	WSVECS04 Frhs2[129]: 6 0 23.3416 shouldn't be
580.52/584.70	WSVECS04 Frhs2[157]: 6 0 465.919 shouldn't be
580.52/584.70	WSVECS04 Frhs2[191]: 6 0 175.456 shouldn't be
580.52/584.70	WSVECS04 Frhs2[199]: 6 0 340.949 shouldn't be
580.52/584.70	WSVECS04 Frhs2[209]: 6 -991 0 shouldn't be
580.52/584.70	WSVECS04 Frhs2[217]: 6 -634 0 shouldn't be
580.52/584.70	WSVECS04 Frhs2[218]: 6 0 588.716 shouldn't be
580.52/584.70	WSVECS04 Frhs2[219]: 6 0 588.716 shouldn't be
580.52/584.70	WSVECS04 Frhs2[236]: 6 0 238.326 shouldn't be
580.52/584.70	WSVECS04 Frhs2[242]: 6 0 591.946 shouldn't be
580.52/584.70	WSVECS04 Frhs2[244]: 6 0 543.723 shouldn't be
580.52/584.70	WSVECS04 Frhs2[249]: 6 0 86.3748 shouldn't be
580.52/584.70	WSVECS04 Frhs2[251]: 6 0 423.396 shouldn't be
580.52/584.70	WSVECS04 Frhs2[254]: 6 0 588.716 shouldn't be
580.52/584.70	WSVECS04 Frhs2[255]: 6 0 588.716 shouldn't be
580.52/584.70	WSVECS04 Frhs2[271]: 6 0 247.483 shouldn't be
580.52/584.70	WSVECS04 Frhs2[272]: 6 0 502.744 shouldn't be
580.52/584.70	WSVECS04 Frhs2[276]: 6 0 155.797 shouldn't be
580.52/584.70	WSVECS04 Frhs2[280]: 6 0 543.723 shouldn't be
580.52/584.70	WSVECS04 Frhs2[284]: 6 0 107.269 shouldn't be
580.52/584.70	WSVECS04 Frhs2[285]: 6 0 273.644 shouldn't be
580.52/584.70	WSVECS04 Frhs2[286]: 6 0 79.5381 shouldn't be
580.52/584.70	WSVECS04 Frhs2[287]: 6 0 423.396 shouldn't be
580.52/584.70	WSVECS04 Frhs2[289]: 6 0 202.273 shouldn't be
580.52/584.70	WSVECS04 Frhs2[293]: 6 0 202.273 shouldn't be
580.52/584.70	WSVECS04 Frhs2[294]: 6 0 1726 shouldn't be
580.52/584.70	WSVECS04 Frhs2[326]: 6 0 588.716 shouldn't be
580.52/584.70	WSVECS04 Frhs2[329]: 6 -1709.99 0 shouldn't be
580.52/584.70	WSVECS04 Frhs2[331]: 6 0 324.835 shouldn't be
580.52/584.70	WSVECS04 Frhs2[333]: 6 0 149.379 shouldn't be
580.52/584.70	WSVECS04 Frhs2[334]: 6 0 149.379 shouldn't be
580.52/584.70	WSVECS04 Frhs2[343]: 6 0 130.183 shouldn't be
580.52/584.70	WSVECS04 Frhs2[352]: 6 0 543.723 shouldn't be
580.52/584.70	WSVECS04 Frhs2[359]: 6 0 284.976 shouldn't be
580.52/584.70	WSVECS04 Frhs2[373]: 6 0 693 shouldn't be
580.52/584.70	WSVECS04 Frhs2[377]: 6 0 341.705 shouldn't be
580.52/584.70	WSVECS04 Frhs2[381]: 6 -605 0 shouldn't be
580.52/584.70	WSVECS04 Frhs2[408]: 6 0 144 shouldn't be
580.52/584.70	WSVECS04 Frhs2[410]: 6 0 106 shouldn't be
580.52/584.70	WSVECS04 Frhs2[411]: 6 0 785 shouldn't be
580.52/584.70	WSVECS04 Frhs2[472]: 6 0 262.597 shouldn't be
580.52/584.70	WSVECS04 Frhs2[489]: 6 -1090 0 shouldn't be
580.52/584.70	WSVECS04 Frhs2[490]: 6 0 695 shouldn't be
580.52/584.70	WSVECS04 Frhs2[492]: 6 0 1051.89 shouldn't be
580.52/584.70	WSVECS04 Frhs2[494]: 6 -1020 0 shouldn't be
580.52/584.70	WSVECS04 Frhs2[495]: 6 0 753 shouldn't be
580.52/584.70	WSVECS04 Frhs2[501]: 6 -605 0 shouldn't be
580.52/584.70	WSVECS04 Frhs2[503]: 6 -1020 0 shouldn't be
580.52/584.70	WSVECS04 Frhs2[507]: 6 0 243.946 shouldn't be
580.52/584.70	WSVECS04 Frhs2[517]: 6 0 116 shouldn't be
580.52/584.70	WSVECS04 Frhs2[519]: 6 0 56.3571 shouldn't be
580.52/584.70	WSVECS04 Frhs2[527]: 6 0 101.122 shouldn't be
580.62/584.84	WSVECS04 Frhs2[163]: 6 0 53.1894 shouldn't be
580.62/584.84	WSVECS04 Frhs2[372]: 6 0 447.705 shouldn't be
580.62/584.84	WSVECS04 Frhs2[434]: 6 0 596.271 shouldn't be
580.72/584.98	WSVECS04 Frhs2[111]: 6 0 588.716 shouldn't be
580.72/584.98	WSVECS04 Frhs2[156]: 6 0 145.921 shouldn't be
580.72/584.98	WSVECS04 Frhs2[182]: 6 0 431.047 shouldn't be
580.72/584.98	WSVECS04 Frhs2[187]: 6 0 175.456 shouldn't be
580.72/584.98	WSVECS04 Frhs2[197]: 6 0 181.707 shouldn't be
580.72/584.98	WSVECS04 Frhs2[201]: 6 0 287.76 shouldn't be
580.72/584.98	WSVECS04 Frhs2[210]: 6 0 809.293 shouldn't be
580.72/584.98	WSVECS04 Frhs2[237]: 6 0 23.3416 shouldn't be
580.72/584.98	WSVECS04 Frhs2[341]: 6 0 357.163 shouldn't be
580.72/584.98	WSVECS04 Frhs2[403]: 6 0 144 shouldn't be
580.72/584.98	WSVECS04 Frhs2[440]: 6 0 10.0001 shouldn't be
580.72/584.98	WSVECS04 Frhs2[483]: 6 0 64.1085 shouldn't be
580.72/584.98	WSVECS04 Frhs2[488]: 6 0 1043 shouldn't be
580.92/585.13	WSVECS04 Frhs2[3]: 6 0 588.716 shouldn't be
580.92/585.13	WSVECS04 Frhs2[39]: 6 0 588.716 shouldn't be
580.92/585.13	WSVECS04 Frhs2[42]: 6 0 1022.56 shouldn't be
580.92/585.13	WSVECS04 Frhs2[81]: 6 0 389.719 shouldn't be
580.92/585.13	WSVECS04 Frhs2[299]: 6 0 474.169 shouldn't be
580.92/585.13	WSVECS04 Frhs2[327]: 6 0 588.716 shouldn't be
580.92/585.13	WSVECS04 Frhs2[480]: 6 0 202.947 shouldn't be
580.92/585.13	WSVECS04 Frhs2[502]: 6 0 41.8915 shouldn't be
581.02/585.27	WSVECS04 Frhs2[2]: 6 0 588.716 shouldn't be
581.02/585.27	WSVECS04 Frhs2[19]: 6 0 91.686 shouldn't be
581.02/585.27	WSVECS04 Frhs2[84]: 6 0 415.84 shouldn't be
581.02/585.27	WSVECS04 Frhs2[105]: 6 0 194.106 shouldn't be
581.02/585.27	WSVECS04 Frhs2[154]: 6 0 119.799 shouldn't be
581.02/585.27	WSVECS04 Frhs2[206]: 6 0 767.402 shouldn't be
581.02/585.27	WSVECS04 Frhs2[233]: 6 0 357.163 shouldn't be
581.02/585.27	WSVECS04 Frhs2[234]: 6 0 357.163 shouldn't be
581.02/585.27	WSVECS04 Frhs2[264]: 6 0 803.715 shouldn't be
581.02/585.27	WSVECS04 Frhs2[278]: 6 0 591.946 shouldn't be
581.02/585.27	WSVECS04 Frhs2[282]: 6 0 991 shouldn't be
581.02/585.27	WSVECS04 Frhs2[304]: 6 0 44.4311 shouldn't be
581.02/585.27	WSVECS04 Frhs2[306]: 6 0 44.431 shouldn't be
581.02/585.27	WSVECS04 Frhs2[314]: 6 0 591.946 shouldn't be
581.02/585.27	WSVECS04 Frhs2[316]: 6 0 543.723 shouldn't be
581.02/585.27	WSVECS04 Frhs2[318]: 6 0 837.844 shouldn't be
581.02/585.27	WSVECS04 Frhs2[342]: 6 0 357.163 shouldn't be
581.02/585.27	WSVECS04 Frhs2[428]: 6 0 151 shouldn't be
581.02/585.27	WSVECS04 Frhs2[457]: 6 0 231.396 shouldn't be
581.02/585.27	WSVECS04 Frhs2[478]: 6 0 83.8769 shouldn't be
581.22/585.42	WSVECS04 Frhs2[74]: 6 0 588.716 shouldn't be
581.22/585.42	WSVECS04 Frhs2[172]: 6 0 591.946 shouldn't be
581.22/585.42	WSVECS04 Frhs2[208]: 6 0 591.946 shouldn't be
581.22/585.42	WSVECS04 Frhs2[340]: 6 0 357.163 shouldn't be
581.22/585.42	WSVECS04 Frhs2[493]: 6 0 1000 shouldn't be
581.32/585.57	WSVECS04 Frhs2[75]: 6 0 588.716 shouldn't be
581.32/585.57	WSVECS04 Frhs2[305]: 6 0 44.431 shouldn't be
581.32/585.57	WSVECS04 Frhs2[367]: 6 0 1.71564 shouldn't be
581.52/585.72	WSVECS04 Frhs2[153]: 6 0 119.799 shouldn't be
581.52/585.72	WSVECS04 Frhs2[258]: 6 0 1523.73 shouldn't be
581.52/585.72	WSVECS04 Frhs2[259]: 6 0 322.438 shouldn't be
581.52/585.72	WSVECS04 Frhs2[350]: 6 0 591.946 shouldn't be
581.62/585.88	WSVECS04 Frhs2[222]: 6 0 1523.73 shouldn't be
581.62/585.88	WSVECS04 Frhs2[262]: 6 0 777.594 shouldn't be
581.62/585.88	WSVECS04 Frhs2[335]: 6 0 324.835 shouldn't be
581.82/586.04	WSVECS04 Frhs2[35]: 6 0 338.841 shouldn't be
581.82/586.04	WSVECS04 Frhs2[246]: 6 0 991 shouldn't be
581.82/586.04	WSVECS04 Frhs2[298]: 6 0 298.713 shouldn't be
582.02/586.27	WSVECS04 Frhs2[8]: 6 0 549.92 shouldn't be
582.02/586.27	WSVECS04 Frhs2[104]: 6 0 27.731 shouldn't be
582.02/586.27	WSVECS04 Frhs2[364]: 6 0 277.295 shouldn't be
582.02/586.27	WSVECS04 Frhs2[436]: 6 0 474.591 shouldn't be
582.41/586.66	WSVECS04 Frhs2[107]: 6 0 343.858 shouldn't be
582.62/586.80	c rational objective 19241.4
588.10/592.31	c #Conflicts:    1303000 | #Constraints:      33099
588.10/592.31	c #Conflicts:    1304000 | #Constraints:      34099
588.10/592.31	c #Conflicts:    1305000 | #Constraints:      35099
588.10/592.31	c #Conflicts:    1306000 | #Constraints:      36099
588.10/592.31	c #Conflicts:    1307000 | #Constraints:      37099
588.10/592.31	c #Conflicts:    1308000 | #Constraints:      38100
588.10/592.31	c #Conflicts:    1309000 | #Constraints:      39102
588.10/592.31	c #Conflicts:    1310000 | #Constraints:      40103
588.10/592.31	c #Conflicts:    1311000 | #Constraints:      41107
588.10/592.31	c #Conflicts:    1312000 | #Constraints:      42108
588.10/592.31	c #Conflicts:    1313000 | #Constraints:      43111
588.10/592.31	c #Conflicts:    1314000 | #Constraints:      44112
588.10/592.31	c #Conflicts:    1315000 | #Constraints:      45113
588.10/592.31	WSVECS04 Frhs2[55]: 6 0 211.188 shouldn't be
588.10/592.31	WSVECS04 Frhs2[75]: 6 0 421.86 shouldn't be
588.10/592.31	WSVECS04 Frhs2[82]: 6 0 23.2826 shouldn't be
588.10/592.31	WSVECS04 Frhs2[88]: 6 0 107.488 shouldn't be
588.10/592.31	WSVECS04 Frhs2[94]: 6 -858.862 0 shouldn't be
588.10/592.31	WSVECS04 Frhs2[111]: 6 0 587.15 shouldn't be
588.10/592.31	WSVECS04 Frhs2[113]: 6 0 93.0054 shouldn't be
588.10/592.31	WSVECS04 Frhs2[116]: 6 -313.434 0 shouldn't be
588.10/592.31	WSVECS04 Frhs2[122]: 6 0 125.374 shouldn't be
588.10/592.31	WSVECS04 Frhs2[131]: 6 0 225.521 shouldn't be
588.10/592.31	WSVECS04 Frhs2[136]: 6 0 453.252 shouldn't be
588.10/592.31	WSVECS04 Frhs2[162]: 6 0 306.397 shouldn't be
588.10/592.31	WSVECS04 Frhs2[167]: 6 0 51.5533 shouldn't be
588.10/592.31	WSVECS04 Frhs2[172]: 6 0 292.078 shouldn't be
588.10/592.31	WSVECS04 Frhs2[174]: 6 -1428.9 0 shouldn't be
588.10/592.31	WSVECS04 Frhs2[177]: 6 0 306.203 shouldn't be
588.10/592.31	WSVECS04 Frhs2[180]: 6 -196.359 0 shouldn't be
588.10/592.31	WSVECS04 Frhs2[183]: 6 0 475.246 shouldn't be
588.10/592.31	WSVECS04 Frhs2[199]: 6 0 291.707 shouldn't be
588.10/592.31	WSVECS04 Frhs2[207]: 6 0 345.467 shouldn't be
588.10/592.31	WSVECS04 Frhs2[208]: 6 0 26.5681 shouldn't be
588.10/592.31	WSVECS04 Frhs2[219]: 6 0 516.993 shouldn't be
588.10/592.31	WSVECS04 Frhs2[221]: 6 0 210.399 shouldn't be
588.10/592.31	WSVECS04 Frhs2[223]: 6 0 105.91 shouldn't be
588.10/592.31	WSVECS04 Frhs2[235]: 6 0 286.875 shouldn't be
588.10/592.31	WSVECS04 Frhs2[263]: 6 0 233.246 shouldn't be
588.10/592.31	WSVECS04 Frhs2[279]: 6 0 506.249 shouldn't be
588.10/592.31	WSVECS04 Frhs2[327]: 6 0 405.089 shouldn't be
588.10/592.31	WSVECS04 Frhs2[349]: 6 0 3.66778 shouldn't be
588.10/592.31	WSVECS04 Frhs2[371]: 6 0 687.717 shouldn't be
588.10/592.31	WSVECS04 Frhs2[372]: 6 0 793.464 shouldn't be
588.10/592.31	WSVECS04 Frhs2[373]: 6 0 901.464 shouldn't be
588.10/592.31	WSVECS04 Frhs2[485]: 6 0 489 shouldn't be
588.10/592.31	WSVECS04 Frhs2[487]: 6 0 166.518 shouldn't be
588.10/592.31	WSVECS04 Frhs2[503]: 6 -1325.32 0 shouldn't be
588.20/592.43	WSVECS04 Frhs2[101]: 6 0 34.3264 shouldn't be
588.20/592.43	WSVECS04 Frhs2[143]: 6 0 183.25 shouldn't be
588.20/592.43	WSVECS04 Frhs2[217]: 6 -118.356 0 shouldn't be
588.30/592.56	WSVECS04 Frhs2[91]: 6 0 47.8202 shouldn't be
588.30/592.56	WSVECS04 Frhs2[127]: 6 0 276.152 shouldn't be
588.30/592.56	WSVECS04 Frhs2[168]: 6 0 2.43522 shouldn't be
588.30/592.56	WSVECS04 Frhs2[209]: 6 -44.0319 0 shouldn't be
588.39/592.65	WSVECS04 Frhs2[171]: 6 0 285.313 shouldn't be
588.39/592.65	WSVECS04 Frhs2[222]: 6 0 75.9405 shouldn't be
588.50/592.74	WSVECS04 Frhs2[364]: 6 0 650.89 shouldn't be
593.28/597.57	c #Conflicts:    1316000 | #Constraints:      46114
593.28/597.57	c #Conflicts:    1317000 | #Constraints:      47114
593.28/597.57	c #Conflicts:    1318000 | #Constraints:      48114
593.28/597.57	c #Conflicts:    1319000 | #Constraints:      49114
593.28/597.57	c #Conflicts:    1320000 | #Constraints:      50114
593.28/597.57	c #Conflicts:    1321000 | #Constraints:      51114
593.28/597.57	c #Conflicts:    1322000 | #Constraints:      52115
593.28/597.57	c #Conflicts:    1323000 | #Constraints:      53117
593.28/597.57	c #Conflicts:    1324000 | #Constraints:      54118
593.28/597.57	c #Conflicts:    1325000 | #Constraints:      55121
593.28/597.57	c #Conflicts:    1326000 | #Constraints:      56122
593.28/597.57	c INPROCESSING
593.28/597.57	c GARBAGE COLLECT
593.28/597.57	WSVECS04 Frhs2[3]: 6 0 248.9 shouldn't be
593.28/597.57	WSVECS04 Frhs2[7]: 6 0 589.349 shouldn't be
593.28/597.57	WSVECS04 Frhs2[38]: 6 0 1169.66 shouldn't be
593.28/597.57	WSVECS04 Frhs2[39]: 6 0 864.354 shouldn't be
593.28/597.57	WSVECS04 Frhs2[43]: 6 -2159.19 0 shouldn't be
593.28/597.57	WSVECS04 Frhs2[55]: 6 0 475.808 shouldn't be
593.28/597.57	WSVECS04 Frhs2[62]: 6 0 136.336 shouldn't be
593.28/597.57	WSVECS04 Frhs2[76]: 6 0 893.247 shouldn't be
593.28/597.57	WSVECS04 Frhs2[109]: 6 0 539.242 shouldn't be
593.28/597.57	WSVECS04 Frhs2[111]: 6 -43.1505 0 shouldn't be
593.28/597.57	WSVECS04 Frhs2[113]: 6 0 424.498 shouldn't be
593.28/597.57	WSVECS04 Frhs2[123]: 6 -118.703 0 shouldn't be
593.28/597.57	WSVECS04 Frhs2[127]: 6 0 315.198 shouldn't be
593.28/597.57	WSVECS04 Frhs2[136]: 6 0 845.644 shouldn't be
593.28/597.57	WSVECS04 Frhs2[151]: 6 0 269.254 shouldn't be
593.28/597.57	WSVECS04 Frhs2[153]: 6 0 269.254 shouldn't be
593.28/597.57	WSVECS04 Frhs2[155]: 6 0 159.385 shouldn't be
593.28/597.57	WSVECS04 Frhs2[163]: 6 0 225.382 shouldn't be
593.28/597.57	WSVECS04 Frhs2[175]: 6 0 50.6772 shouldn't be
593.28/597.57	WSVECS04 Frhs2[179]: 6 0 1535.99 shouldn't be
593.28/597.57	WSVECS04 Frhs2[186]: 6 -1543.06 0 shouldn't be
593.28/597.57	WSVECS04 Frhs2[192]: 6 0 730.815 shouldn't be
593.28/597.57	WSVECS04 Frhs2[199]: 6 0 788.793 shouldn't be
593.28/597.57	WSVECS04 Frhs2[204]: 6 0 1308.19 shouldn't be
593.28/597.57	WSVECS04 Frhs2[205]: 6 0 1009.07 shouldn't be
593.28/597.57	WSVECS04 Frhs2[212]: 6 0 1355.7 shouldn't be
593.28/597.57	WSVECS04 Frhs2[213]: 6 0 170.741 shouldn't be
593.28/597.57	WSVECS04 Frhs2[216]: 6 -1413.02 0 shouldn't be
593.28/597.57	WSVECS04 Frhs2[221]: 6 0 1660.66 shouldn't be
593.28/597.57	WSVECS04 Frhs2[222]: 6 0 213.91 shouldn't be
593.28/597.57	WSVECS04 Frhs2[241]: 6 0 426.68 shouldn't be
593.28/597.57	WSVECS04 Frhs2[242]: 6 0 343.456 shouldn't be
593.28/597.57	WSVECS04 Frhs2[255]: 6 0 592.005 shouldn't be
593.28/597.57	WSVECS04 Frhs2[265]: 6 0 5.55938 shouldn't be
593.28/597.57	WSVECS04 Frhs2[269]: 6 0 300.368 shouldn't be
593.28/597.57	WSVECS04 Frhs2[271]: 6 0 245.009 shouldn't be
593.28/597.57	WSVECS04 Frhs2[279]: 6 0 580.446 shouldn't be
593.28/597.57	WSVECS04 Frhs2[283]: 6 0 583.339 shouldn't be
593.28/597.57	WSVECS04 Frhs2[290]: 6 0 864.354 shouldn't be
593.28/597.57	WSVECS04 Frhs2[301]: 6 0 386.713 shouldn't be
593.28/597.57	WSVECS04 Frhs2[329]: 6 -2133.94 0 shouldn't be
593.28/597.57	WSVECS04 Frhs2[355]: 6 0 814.638 shouldn't be
593.28/597.57	WSVECS04 Frhs2[359]: 6 0 715.087 shouldn't be
593.28/597.57	WSVECS04 Frhs2[363]: 6 -2160.81 0 shouldn't be
593.28/597.57	WSVECS04 Frhs2[365]: 6 0 136.311 shouldn't be
593.28/597.57	WSVECS04 Frhs2[370]: 6 -315 0 shouldn't be
593.28/597.57	WSVECS04 Frhs2[372]: 6 -80.0001 0 shouldn't be
593.28/597.57	WSVECS04 Frhs2[381]: 6 -605 0 shouldn't be
593.28/597.57	WSVECS04 Frhs2[394]: 6 0 1161.38 shouldn't be
593.28/597.57	WSVECS04 Frhs2[483]: 6 0 513.176 shouldn't be
593.28/597.57	WSVECS04 Frhs2[489]: 6 -3514.58 0 shouldn't be
593.28/597.57	WSVECS04 Frhs2[492]: 6 0 257 shouldn't be
593.28/597.57	WSVECS04 Frhs2[493]: 6 0 645.415 shouldn't be
593.28/597.57	WSVECS04 Frhs2[494]: 6 -2615.93 0 shouldn't be
593.28/597.57	WSVECS04 Frhs2[505]: 6 -1374.61 0 shouldn't be
593.28/597.57	WSVECS04 Frhs2[531]: 6 0 378.717 shouldn't be
593.79/598.07	WSVECS04 Frhs2[115]: 6 0 12.9179 shouldn't be
593.79/598.07	WSVECS04 Frhs2[247]: 6 0 338.355 shouldn't be
593.79/598.07	WSVECS04 Frhs2[299]: 6 0 411.107 shouldn't be
593.79/598.07	WSVECS04 Frhs2[362]: 6 -1402.44 0 shouldn't be
594.98/599.29	WSVECS04 Frhs2[117]: 6 0 12.9178 shouldn't be
595.18/599.45	WSVECS04 Frhs2[295]: 6 0 641.149 shouldn't be
595.18/599.45	WSVECS04 Frhs2[343]: 6 0 245.009 shouldn't be
595.18/599.45	WSVECS04 Frhs2[349]: 6 0 10.1526 shouldn't be
595.38/599.61	WSVECS04 Frhs2[263]: 6 0 438.563 shouldn't be
595.68/599.97	WSVECS04 Frhs2[214]: 6 0 261.358 shouldn't be
595.89/600.16	WSVECS04 Frhs2[61]: 6 0 232.649 shouldn't be
595.89/600.16	WSVECS04 Frhs2[164]: 6 0 203.86 shouldn't be
595.89/600.16	WSVECS04 Frhs2[198]: 6 0 509.341 shouldn't be
595.89/600.16	WSVECS04 Frhs2[259]: 6 0 1124.84 shouldn't be
595.89/600.16	WSVECS04 Frhs2[287]: 6 0 388.267 shouldn't be
596.08/600.36	WSVECS04 Frhs2[293]: 6 0 864.354 shouldn't be
596.68/600.90	WSVECS04 Frhs2[389]: 6 0 207 shouldn't be
596.68/600.90	WSVECS04 Frhs2[448]: 6 0 207 shouldn't be
596.98/601.24	WSVECS04 Frhs2[388]: 6 0 101 shouldn't be
604.17/608.56	c #Conflicts:    1327000 | #Constraints:      31471
604.17/608.56	c #Conflicts:    1328000 | #Constraints:      32471
604.17/608.56	c #Conflicts:    1329000 | #Constraints:      33471
604.17/608.56	c #Conflicts:    1330000 | #Constraints:      34471
604.17/608.56	c #Conflicts:    1331000 | #Constraints:      35471
604.17/608.56	c #Conflicts:    1332000 | #Constraints:      36471
604.17/608.56	c #Conflicts:    1333000 | #Constraints:      37472
604.17/608.56	c #Conflicts:    1334000 | #Constraints:      38474
604.17/608.56	c #Conflicts:    1335000 | #Constraints:      39474
604.17/608.56	c #Conflicts:    1336000 | #Constraints:      40474
604.17/608.56	c #Conflicts:    1337000 | #Constraints:      41474
604.17/608.56	c #Conflicts:    1338000 | #Constraints:      42475
604.17/608.56	c #Conflicts:    1339000 | #Constraints:      43477
604.17/608.56	c #Conflicts:    1340000 | #Constraints:      44478
604.17/608.56	c #Conflicts:    1341000 | #Constraints:      45478
604.17/608.56	c #Conflicts:    1342000 | #Constraints:      46478
604.17/608.56	c #Conflicts:    1343000 | #Constraints:      47479
604.17/608.56	WSVECS04 Frhs2[13]: 6 0 292.973 shouldn't be
604.17/608.56	WSVECS04 Frhs2[17]: 6 0 138.11 shouldn't be
604.17/608.56	WSVECS04 Frhs2[28]: 6 0 39.8378 shouldn't be
604.17/608.56	WSVECS04 Frhs2[52]: 6 0 206.407 shouldn't be
604.17/608.56	WSVECS04 Frhs2[53]: 6 0 182.843 shouldn't be
604.17/608.56	WSVECS04 Frhs2[58]: 6 -1100.03 0 shouldn't be
604.17/608.56	WSVECS04 Frhs2[64]: 6 -161.407 0 shouldn't be
604.17/608.56	WSVECS04 Frhs2[66]: 6 0 586.842 shouldn't be
604.17/608.56	WSVECS04 Frhs2[170]: 6 0 200.922 shouldn't be
604.17/608.56	WSVECS04 Frhs2[171]: 6 0 587.864 shouldn't be
604.17/608.56	WSVECS04 Frhs2[205]: 6 0 252.387 shouldn't be
604.17/608.56	WSVECS04 Frhs2[210]: 6 0 33.8357 shouldn't be
604.17/608.56	WSVECS04 Frhs2[242]: 6 0 132.422 shouldn't be
604.17/608.56	WSVECS04 Frhs2[282]: 6 0 66.9423 shouldn't be
604.17/608.56	WSVECS04 Frhs2[317]: 6 0 119.965 shouldn't be
604.17/608.56	WSVECS04 Frhs2[352]: 6 0 192.967 shouldn't be
604.17/608.56	WSVECS04 Frhs2[364]: 6 -100.723 0 shouldn't be
604.17/608.56	WSVECS04 Frhs2[424]: 6 0 1952.95 shouldn't be
604.17/608.56	WSVECS04 Frhs2[441]: 6 0 2174 shouldn't be
604.17/608.56	WSVECS04 Frhs2[484]: 6 0 530.961 shouldn't be
604.17/608.56	WSVECS04 Frhs2[504]: 6 -2486.31 0 shouldn't be
604.17/608.56	WSVECS04 Frhs2[510]: 6 -1010 0 shouldn't be
604.26/608.65	WSVECS04 Frhs2[381]: 6 -84.0001 0 shouldn't be
615.84/620.28	c #Conflicts:    1344000 | #Constraints:      48480
615.84/620.28	c #Conflicts:    1345000 | #Constraints:      49480
615.84/620.28	c #Conflicts:    1346000 | #Constraints:      50480
615.84/620.28	c #Conflicts:    1347000 | #Constraints:      51481
615.84/620.28	c #Conflicts:    1348000 | #Constraints:      52483
615.84/620.28	c #Conflicts:    1349000 | #Constraints:      53483
615.84/620.28	c #Conflicts:    1350000 | #Constraints:      54483
615.84/620.28	c #Conflicts:    1351000 | #Constraints:      55483
615.84/620.28	c #Conflicts:    1352000 | #Constraints:      56484
615.84/620.28	c #Conflicts:    1353000 | #Constraints:      57485
615.84/620.28	c #Conflicts:    1354000 | #Constraints:      58485
615.84/620.28	c #Conflicts:    1355000 | #Constraints:      59486
615.84/620.28	c #Conflicts:    1356000 | #Constraints:      60486
615.84/620.28	c #Conflicts:    1357000 | #Constraints:      61487
615.84/620.28	c #Conflicts:    1358000 | #Constraints:      62488
615.84/620.28	c #Conflicts:    1359000 | #Constraints:      63488
615.84/620.28	c #Conflicts:    1360000 | #Constraints:      64488
615.84/620.28	c #Conflicts:    1361000 | #Constraints:      65489
615.84/620.28	c #Conflicts:    1362000 | #Constraints:      66489
615.84/620.28	c #Conflicts:    1363000 | #Constraints:      67489
615.84/620.28	c #Conflicts:    1364000 | #Constraints:      68489
615.84/620.28	c bounds 24110 >= 11771 @ 604.632
615.94/620.31	c bounds 24073 >= 11771 @ 604.654
636.83/641.39	c #Conflicts:    1365000 | #Constraints:      69491
636.83/641.39	c #Conflicts:    1366000 | #Constraints:      70493
636.83/641.39	c #Conflicts:    1367000 | #Constraints:      71494
636.83/641.39	c #Conflicts:    1368000 | #Constraints:      72495
636.83/641.39	c #Conflicts:    1369000 | #Constraints:      73496
636.83/641.39	c #Conflicts:    1370000 | #Constraints:      74499
636.83/641.39	c #Conflicts:    1371000 | #Constraints:      75501
636.83/641.39	c #Conflicts:    1372000 | #Constraints:      76501
636.83/641.39	c #Conflicts:    1373000 | #Constraints:      77501
636.83/641.39	c #Conflicts:    1374000 | #Constraints:      78501
636.83/641.39	c #Conflicts:    1375000 | #Constraints:      79501
636.83/641.39	c #Conflicts:    1376000 | #Constraints:      80501
636.83/641.39	c #Conflicts:    1377000 | #Constraints:      81501
636.83/641.39	c #Conflicts:    1378000 | #Constraints:      82501
636.83/641.39	c #Conflicts:    1379000 | #Constraints:      83501
636.83/641.39	c #Conflicts:    1380000 | #Constraints:      84501
636.83/641.39	c #Conflicts:    1381000 | #Constraints:      85501
636.83/641.39	c #Conflicts:    1382000 | #Constraints:      86503
636.83/641.39	c #Conflicts:    1383000 | #Constraints:      87503
636.83/641.39	c #Conflicts:    1384000 | #Constraints:      88504
636.83/641.39	c #Conflicts:    1385000 | #Constraints:      89506
636.83/641.39	c #Conflicts:    1386000 | #Constraints:      90508
636.83/641.39	c #Conflicts:    1387000 | #Constraints:      91508
636.83/641.39	c #Conflicts:    1388000 | #Constraints:      92509
636.83/641.39	c #Conflicts:    1389000 | #Constraints:      93509
636.83/641.39	c #Conflicts:    1390000 | #Constraints:      94509
636.83/641.39	c #Conflicts:    1391000 | #Constraints:      95549
636.83/641.39	c #Conflicts:    1392000 | #Constraints:      96551
636.83/641.39	c #Conflicts:    1393000 | #Constraints:      97552
636.83/641.39	WSVECS04 Frhs2[37]: 6 -217.258 0 shouldn't be
636.83/641.39	WSVECS04 Frhs2[43]: 6 0 677.712 shouldn't be
636.83/641.39	WSVECS04 Frhs2[81]: 6 0 155.127 shouldn't be
636.83/641.39	WSVECS04 Frhs2[83]: 6 0 46.0112 shouldn't be
636.83/641.39	WSVECS04 Frhs2[95]: 6 0 151.959 shouldn't be
636.83/641.39	WSVECS04 Frhs2[109]: 6 0 425.087 shouldn't be
636.83/641.39	WSVECS04 Frhs2[113]: 6 -1321.6 0 shouldn't be
636.83/641.39	WSVECS04 Frhs2[127]: 6 0 163.849 shouldn't be
636.83/641.39	WSVECS04 Frhs2[131]: 6 0 425.981 shouldn't be
636.83/641.39	WSVECS04 Frhs2[143]: 6 0 133.897 shouldn't be
636.83/641.39	WSVECS04 Frhs2[146]: 6 0 719.401 shouldn't be
636.83/641.39	WSVECS04 Frhs2[219]: 6 0 402.425 shouldn't be
636.83/641.39	WSVECS04 Frhs2[230]: 6 0 43.7139 shouldn't be
636.83/641.39	WSVECS04 Frhs2[235]: 6 0 204.765 shouldn't be
636.83/641.39	WSVECS04 Frhs2[236]: 6 0 493.861 shouldn't be
636.83/641.39	WSVECS04 Frhs2[248]: 6 0 60.5394 shouldn't be
636.83/641.39	WSVECS04 Frhs2[262]: 6 0 106.181 shouldn't be
636.83/641.39	WSVECS04 Frhs2[266]: 6 0 150.018 shouldn't be
636.83/641.39	WSVECS04 Frhs2[275]: 6 0 189.59 shouldn't be
636.83/641.39	WSVECS04 Frhs2[292]: 6 0 467.898 shouldn't be
636.83/641.39	WSVECS04 Frhs2[295]: 6 0 386.697 shouldn't be
636.83/641.39	WSVECS04 Frhs2[300]: 6 0 425.726 shouldn't be
636.83/641.39	WSVECS04 Frhs2[302]: 6 0 114.791 shouldn't be
636.83/641.39	WSVECS04 Frhs2[307]: 6 0 676.502 shouldn't be
636.83/641.39	WSVECS04 Frhs2[308]: 6 0 349.556 shouldn't be
636.83/641.39	WSVECS04 Frhs2[320]: 6 0 249.632 shouldn't be
636.83/641.39	WSVECS04 Frhs2[358]: 6 0 204.176 shouldn't be
636.83/641.39	WSVECS04 Frhs2[484]: 6 -605 0 shouldn't be
636.83/641.39	WSVECS04 Frhs2[485]: 6 0 489 shouldn't be
637.63/642.11	c #Conflicts:    1394000 | #Constraints:      98554
637.63/642.11	c bounds 24016 >= 11771 @ 626.117
638.13/642.62	c #Conflicts:    1395000 | #Constraints:      99555
638.13/642.62	WSVECS04 Frhs2[382]: 6 -1090 0 shouldn't be
638.13/642.62	WSVECS04 Frhs2[492]: 6 -80.0001 0 shouldn't be
638.23/642.73	WSVECS04 Frhs2[394]: 6 -605 0 shouldn't be
638.23/642.73	WSVECS04 Frhs2[424]: 6 -605 0 shouldn't be
638.23/642.73	WSVECS04 Frhs2[499]: 6 -1380 0 shouldn't be
638.23/642.73	WSVECS04 Frhs2[503]: 6 -1020 0 shouldn't be
638.23/642.73	WSVECS04 Frhs2[510]: 6 -1010 0 shouldn't be
649.10/653.62	c #Conflicts:    1396000 | #Constraints:     100556
649.10/653.62	c #Conflicts:    1397000 | #Constraints:     101556
649.10/653.62	c #Conflicts:    1398000 | #Constraints:     102556
649.10/653.62	c #Conflicts:    1399000 | #Constraints:     103556
649.10/653.62	c #Conflicts:    1400000 | #Constraints:     104556
649.10/653.62	c #Conflicts:    1401000 | #Constraints:     105556
649.10/653.62	c #Conflicts:    1402000 | #Constraints:     106556
649.10/653.62	c #Conflicts:    1403000 | #Constraints:     107556
649.10/653.62	c #Conflicts:    1404000 | #Constraints:     108556
649.10/653.62	c #Conflicts:    1405000 | #Constraints:     109556
649.10/653.62	c #Conflicts:    1406000 | #Constraints:     110556
649.10/653.62	c #Conflicts:    1407000 | #Constraints:     111556
649.10/653.62	c #Conflicts:    1408000 | #Constraints:     112558
649.10/653.62	c #Conflicts:    1409000 | #Constraints:     113558
649.10/653.62	c #Conflicts:    1410000 | #Constraints:     114559
649.10/653.62	c #Conflicts:    1411000 | #Constraints:     115559
649.10/653.62	c #Conflicts:    1412000 | #Constraints:     116559
649.10/653.62	c #Conflicts:    1413000 | #Constraints:     117559
649.10/653.62	WSVECS04 Frhs2[21]: 6 0 488.847 shouldn't be
649.10/653.62	WSVECS04 Frhs2[23]: 6 0 157.916 shouldn't be
649.10/653.62	WSVECS04 Frhs2[143]: 6 0 192.654 shouldn't be
649.10/653.62	WSVECS04 Frhs2[179]: 6 0 648.145 shouldn't be
649.10/653.62	WSVECS04 Frhs2[359]: 6 0 324.032 shouldn't be
649.10/653.62	WSVECS04 Frhs2[361]: 6 -110.045 0 shouldn't be
649.10/653.62	WSVECS04 Frhs2[366]: 6 0 567.319 shouldn't be
649.10/653.62	WSVECS04 Frhs2[375]: 6 -399.505 0 shouldn't be
649.10/653.62	WSVECS04 Frhs2[454]: 6 -840.82 0 shouldn't be
649.10/653.62	WSVECS04 Frhs2[466]: 6 -120.298 0 shouldn't be
649.10/653.62	WSVECS04 Frhs2[471]: 6 0 353.033 shouldn't be
649.10/653.62	WSVECS04 Frhs2[525]: 6 -300.102 0 shouldn't be
649.20/653.70	WSVECS04 Frhs2[371]: 6 0 514.739 shouldn't be
649.20/653.78	WSVECS04 Frhs2[448]: 6 -257 0 shouldn't be
649.30/653.88	WSVECS04 Frhs2[364]: 6 0 505.417 shouldn't be
674.91/679.68	c #Conflicts:    1414000 | #Constraints:     118560
674.91/679.68	c #Conflicts:    1415000 | #Constraints:     119560
674.91/679.68	c #Conflicts:    1416000 | #Constraints:     120560
674.91/679.68	c #Conflicts:    1417000 | #Constraints:     121560
674.91/679.68	c #Conflicts:    1418000 | #Constraints:     122560
674.91/679.68	c #Conflicts:    1419000 | #Constraints:     123560
674.91/679.68	c #Conflicts:    1420000 | #Constraints:     124562
674.91/679.68	c #Conflicts:    1421000 | #Constraints:     125562
674.91/679.68	c #Conflicts:    1422000 | #Constraints:     126562
674.91/679.68	c #Conflicts:    1423000 | #Constraints:     127562
674.91/679.68	c #Conflicts:    1424000 | #Constraints:     128562
674.91/679.68	c #Conflicts:    1425000 | #Constraints:     129563
674.91/679.68	c #Conflicts:    1426000 | #Constraints:     130563
674.91/679.68	c #Conflicts:    1427000 | #Constraints:     131563
674.91/679.68	c #Conflicts:    1428000 | #Constraints:     132563
674.91/679.68	c #Conflicts:    1429000 | #Constraints:     133563
674.91/679.68	c #Conflicts:    1430000 | #Constraints:     134563
674.91/679.68	c #Conflicts:    1431000 | #Constraints:     135565
674.91/679.68	c #Conflicts:    1432000 | #Constraints:     136566
674.91/679.68	c #Conflicts:    1433000 | #Constraints:     137568
674.91/679.68	c #Conflicts:    1434000 | #Constraints:     138568
674.91/679.68	c #Conflicts:    1435000 | #Constraints:     139569
674.91/679.68	c bounds 24016 >= 12179 @ 663.021
675.12/679.81	c bounds 23978 >= 12179 @ 663.157
689.77/694.51	c #Conflicts:    1436000 | #Constraints:     140574
689.77/694.51	c #Conflicts:    1437000 | #Constraints:     141575
689.77/694.51	c #Conflicts:    1438000 | #Constraints:     142575
689.77/694.51	c #Conflicts:    1439000 | #Constraints:     143575
689.77/694.51	c #Conflicts:    1440000 | #Constraints:     144576
689.77/694.51	c #Conflicts:    1441000 | #Constraints:     145577
689.77/694.51	c #Conflicts:    1442000 | #Constraints:     146578
689.77/694.51	c INPROCESSING
689.77/694.51	c GARBAGE COLLECT
689.77/694.51	c rational objective 19241.4
716.71/721.69	c #Conflicts:    1443000 | #Constraints:      76686
716.71/721.69	c #Conflicts:    1444000 | #Constraints:      77689
716.71/721.69	c #Conflicts:    1445000 | #Constraints:      78689
716.71/721.69	c #Conflicts:    1446000 | #Constraints:      79691
716.71/721.69	c #Conflicts:    1447000 | #Constraints:      80691
716.71/721.69	c #Conflicts:    1448000 | #Constraints:      81692
716.71/721.69	c #Conflicts:    1449000 | #Constraints:      82692
716.71/721.69	c #Conflicts:    1450000 | #Constraints:      83693
716.71/721.69	c #Conflicts:    1451000 | #Constraints:      84695
716.71/721.69	c #Conflicts:    1452000 | #Constraints:      85695
716.71/721.69	c #Conflicts:    1453000 | #Constraints:      86697
716.71/721.69	c #Conflicts:    1454000 | #Constraints:      87697
716.71/721.69	c #Conflicts:    1455000 | #Constraints:      88700
716.71/721.69	c #Conflicts:    1456000 | #Constraints:      89700
716.71/721.69	c #Conflicts:    1457000 | #Constraints:      90701
716.71/721.69	c #Conflicts:    1458000 | #Constraints:      91701
716.71/721.69	c #Conflicts:    1459000 | #Constraints:      92702
716.71/721.69	c #Conflicts:    1460000 | #Constraints:      93703
716.71/721.69	c #Conflicts:    1461000 | #Constraints:      94704
716.71/721.69	c #Conflicts:    1462000 | #Constraints:      95707
716.71/721.69	c #Conflicts:    1463000 | #Constraints:      96707
716.71/721.69	c #Conflicts:    1464000 | #Constraints:      97709
716.71/721.69	c #Conflicts:    1465000 | #Constraints:      98709
716.71/721.69	c #Conflicts:    1466000 | #Constraints:      99710
716.71/721.69	c INPROCESSING
716.71/721.69	c GARBAGE COLLECT
716.71/721.69	c rational objective 19241.4
732.07/737.17	c #Conflicts:    1467000 | #Constraints:      53090
732.07/737.17	c #Conflicts:    1468000 | #Constraints:      54090
732.07/737.17	c #Conflicts:    1469000 | #Constraints:      55090
732.07/737.17	c #Conflicts:    1470000 | #Constraints:      56091
732.07/737.17	c #Conflicts:    1471000 | #Constraints:      57091
732.07/737.17	c #Conflicts:    1472000 | #Constraints:      58091
732.07/737.17	c #Conflicts:    1473000 | #Constraints:      59091
732.07/737.17	c #Conflicts:    1474000 | #Constraints:      60091
732.07/737.17	c #Conflicts:    1475000 | #Constraints:      61091
732.07/737.17	c #Conflicts:    1476000 | #Constraints:      62094
732.07/737.17	c #Conflicts:    1477000 | #Constraints:      63095
732.07/737.17	c #Conflicts:    1478000 | #Constraints:      64096
732.07/737.17	c #Conflicts:    1479000 | #Constraints:      65096
732.07/737.17	c #Conflicts:    1480000 | #Constraints:      66096
732.07/737.17	c #Conflicts:    1481000 | #Constraints:      67097
732.07/737.17	c #Conflicts:    1482000 | #Constraints:      68097
732.07/737.17	c #Conflicts:    1483000 | #Constraints:      69097
732.07/737.17	c #Conflicts:    1484000 | #Constraints:      70099
732.07/737.17	c #Conflicts:    1485000 | #Constraints:      71099
732.07/737.17	c #Conflicts:    1486000 | #Constraints:      72100
732.07/737.17	c #Conflicts:    1487000 | #Constraints:      73100
732.07/737.17	c #Conflicts:    1488000 | #Constraints:      74102
732.07/737.17	c #Conflicts:    1489000 | #Constraints:      75105
732.07/737.17	c #Conflicts:    1490000 | #Constraints:      76107
732.07/737.17	c #Conflicts:    1491000 | #Constraints:      77107
732.07/737.17	c INPROCESSING
732.07/737.17	c GARBAGE COLLECT
732.07/737.17	c rational objective 19241.7
742.94/748.03	c #Conflicts:    1492000 | #Constraints:      41958
742.94/748.03	c #Conflicts:    1493000 | #Constraints:      42958
742.94/748.03	c #Conflicts:    1494000 | #Constraints:      43958
742.94/748.03	c #Conflicts:    1495000 | #Constraints:      44959
742.94/748.03	c #Conflicts:    1496000 | #Constraints:      45959
742.94/748.03	c #Conflicts:    1497000 | #Constraints:      46960
742.94/748.03	c #Conflicts:    1498000 | #Constraints:      47961
742.94/748.03	c #Conflicts:    1499000 | #Constraints:      48961
742.94/748.03	c #Conflicts:    1500000 | #Constraints:      49962
742.94/748.03	c #Conflicts:    1501000 | #Constraints:      50963
742.94/748.03	c #Conflicts:    1502000 | #Constraints:      51964
742.94/748.03	c #Conflicts:    1503000 | #Constraints:      52965
742.94/748.03	c #Conflicts:    1504000 | #Constraints:      53965
742.94/748.03	c #Conflicts:    1505000 | #Constraints:      54969
742.94/748.03	c #Conflicts:    1506000 | #Constraints:      55971
742.94/748.03	c #Conflicts:    1507000 | #Constraints:      56971
742.94/748.03	c #Conflicts:    1508000 | #Constraints:      57971
742.94/748.03	c #Conflicts:    1509000 | #Constraints:      58971
742.94/748.03	c #Conflicts:    1510000 | #Constraints:      59972
742.94/748.03	c #Conflicts:    1511000 | #Constraints:      60973
742.94/748.03	WSVECS04 Frhs2[21]: 6 0 37.399 shouldn't be
742.94/748.03	WSVECS04 Frhs2[54]: 6 0 8.29218 shouldn't be
742.94/748.03	WSVECS04 Frhs2[55]: 6 0 484.329 shouldn't be
742.94/748.03	WSVECS04 Frhs2[57]: 6 0 37.399 shouldn't be
742.94/748.03	WSVECS04 Frhs2[60]: 6 0 287.238 shouldn't be
742.94/748.03	WSVECS04 Frhs2[67]: 6 0 45.9474 shouldn't be
742.94/748.03	WSVECS04 Frhs2[84]: 6 0 541.678 shouldn't be
742.94/748.03	WSVECS04 Frhs2[87]: 6 0 413.434 shouldn't be
742.94/748.03	WSVECS04 Frhs2[89]: 6 -35.8004 0 shouldn't be
742.94/748.03	WSVECS04 Frhs2[103]: 6 0 134.929 shouldn't be
742.94/748.03	WSVECS04 Frhs2[111]: 6 0 274.093 shouldn't be
742.94/748.03	WSVECS04 Frhs2[120]: 6 -1502.35 0 shouldn't be
742.94/748.03	WSVECS04 Frhs2[121]: 6 0 93.1969 shouldn't be
742.94/748.03	WSVECS04 Frhs2[124]: 6 0 128.969 shouldn't be
742.94/748.03	WSVECS04 Frhs2[127]: 6 0 188.525 shouldn't be
742.94/748.03	WSVECS04 Frhs2[140]: 6 0 344.194 shouldn't be
742.94/748.03	WSVECS04 Frhs2[176]: 6 0 366.846 shouldn't be
742.94/748.03	WSVECS04 Frhs2[198]: 6 0 4.77784 shouldn't be
742.94/748.03	WSVECS04 Frhs2[223]: 6 0 362.244 shouldn't be
742.94/748.03	WSVECS04 Frhs2[263]: 6 -1296.19 0 shouldn't be
742.94/748.03	WSVECS04 Frhs2[264]: 6 0 66.5478 shouldn't be
742.94/748.03	WSVECS04 Frhs2[265]: 6 0 122.134 shouldn't be
742.94/748.03	WSVECS04 Frhs2[272]: 6 0 208.288 shouldn't be
742.94/748.03	WSVECS04 Frhs2[284]: 6 0 548.372 shouldn't be
742.94/748.03	WSVECS04 Frhs2[300]: 6 0 164.929 shouldn't be
742.94/748.03	WSVECS04 Frhs2[303]: 6 -360.618 0 shouldn't be
742.94/748.03	WSVECS04 Frhs2[311]: 6 -377.651 0 shouldn't be
742.94/748.03	WSVECS04 Frhs2[326]: 6 0 295.346 shouldn't be
742.94/748.03	WSVECS04 Frhs2[330]: 6 0 223.426 shouldn't be
742.94/748.03	WSVECS04 Frhs2[336]: 6 0 3.45942 shouldn't be
742.94/748.03	WSVECS04 Frhs2[337]: 6 0 3.16901 shouldn't be
742.94/748.03	WSVECS04 Frhs2[358]: 6 0 270.961 shouldn't be
742.94/748.03	WSVECS04 Frhs2[415]: 6 0 38.6539 shouldn't be
742.94/748.03	WSVECS04 Frhs2[424]: 6 -600.228 0 shouldn't be
742.94/748.03	WSVECS04 Frhs2[443]: 6 -3532.98 0 shouldn't be
742.94/748.03	WSVECS04 Frhs2[475]: 6 0 184.312 shouldn't be
742.94/748.03	WSVECS04 Frhs2[514]: 6 0 424.459 shouldn't be
742.94/748.03	WSVECS04 Frhs2[535]: 6 -802.379 0 shouldn't be
743.04/748.10	WSVECS04 Frhs2[49]: 6 -60.0042 0 shouldn't be
743.04/748.10	WSVECS04 Frhs2[52]: 6 0 46.0022 shouldn't be
743.04/748.10	WSVECS04 Frhs2[81]: 6 0 559.87 shouldn't be
743.04/748.10	WSVECS04 Frhs2[109]: 6 0 137.51 shouldn't be
743.04/748.10	WSVECS04 Frhs2[259]: 6 0 159.767 shouldn't be
743.04/748.10	WSVECS04 Frhs2[270]: 6 0 74.3525 shouldn't be
747.53/752.61	c #Conflicts:    1512000 | #Constraints:      61974
747.53/752.61	c #Conflicts:    1513000 | #Constraints:      62974
747.53/752.61	c #Conflicts:    1514000 | #Constraints:      63974
747.53/752.61	c #Conflicts:    1515000 | #Constraints:      64976
747.53/752.61	c INPROCESSING
747.53/752.61	c GARBAGE COLLECT
747.53/752.61	c #Conflicts:    1516000 | #Constraints:      35523
747.53/752.61	c #Conflicts:    1517000 | #Constraints:      36523
747.53/752.61	c #Conflicts:    1518000 | #Constraints:      37523
747.53/752.61	c #Conflicts:    1519000 | #Constraints:      38524
747.53/752.61	WSVECS04 Frhs2[19]: 6 -1214 0 shouldn't be
747.53/752.61	WSVECS04 Frhs2[21]: 6 0 321.127 shouldn't be
747.53/752.61	WSVECS04 Frhs2[44]: 6 -694.491 0 shouldn't be
747.53/752.61	WSVECS04 Frhs2[55]: 6 0 333.873 shouldn't be
747.53/752.61	WSVECS04 Frhs2[56]: 6 0 333.873 shouldn't be
747.53/752.61	WSVECS04 Frhs2[60]: 6 0 333.873 shouldn't be
747.53/752.61	WSVECS04 Frhs2[129]: 6 0 321.127 shouldn't be
747.53/752.61	WSVECS04 Frhs2[130]: 6 -60.7455 0 shouldn't be
747.53/752.61	WSVECS04 Frhs2[166]: 6 0 734.382 shouldn't be
747.53/752.61	WSVECS04 Frhs2[204]: 6 -1146.64 0 shouldn't be
747.53/752.61	WSVECS04 Frhs2[238]: 6 0 393.636 shouldn't be
747.53/752.61	WSVECS04 Frhs2[274]: 6 -325.636 0 shouldn't be
747.53/752.61	WSVECS04 Frhs2[288]: 6 0 50.5001 shouldn't be
747.53/752.61	WSVECS04 Frhs2[319]: 6 0 1355.03 shouldn't be
747.53/752.61	WSVECS04 Frhs2[336]: 6 0 21.5092 shouldn't be
747.53/752.61	WSVECS04 Frhs2[358]: 6 0 72.0091 shouldn't be
747.53/752.61	WSVECS04 Frhs2[360]: 6 0 72.0092 shouldn't be
747.53/752.61	WSVECS04 Frhs2[361]: 6 -745 0 shouldn't be
747.53/752.61	WSVECS04 Frhs2[370]: 6 0 206 shouldn't be
747.53/752.61	WSVECS04 Frhs2[375]: 6 0 264 shouldn't be
747.53/752.61	WSVECS04 Frhs2[419]: 6 0 94.0001 shouldn't be
747.53/752.61	WSVECS04 Frhs2[440]: 6 0 106 shouldn't be
747.53/752.61	WSVECS04 Frhs2[449]: 6 0 167.709 shouldn't be
747.53/752.61	WSVECS04 Frhs2[466]: 6 -652.745 0 shouldn't be
747.53/752.61	WSVECS04 Frhs2[471]: 6 0 405 shouldn't be
747.53/752.61	WSVECS04 Frhs2[479]: 6 0 209 shouldn't be
747.53/752.61	WSVECS04 Frhs2[539]: 6 0 106 shouldn't be
747.62/752.72	WSVECS04 Frhs2[258]: 6 0 926 shouldn't be
747.62/752.72	WSVECS04 Frhs2[286]: 6 0 50.5 shouldn't be
747.62/752.72	WSVECS04 Frhs2[294]: 6 0 926 shouldn't be
757.43/762.77	c #Conflicts:    1520000 | #Constraints:      39525
757.43/762.77	c #Conflicts:    1521000 | #Constraints:      40525
757.43/762.77	c #Conflicts:    1522000 | #Constraints:      41525
757.43/762.77	c #Conflicts:    1523000 | #Constraints:      42526
757.43/762.77	c #Conflicts:    1524000 | #Constraints:      43526
757.43/762.77	c #Conflicts:    1525000 | #Constraints:      44526
757.43/762.77	c #Conflicts:    1526000 | #Constraints:      45527
757.43/762.77	c #Conflicts:    1527000 | #Constraints:      46527
757.43/762.77	c #Conflicts:    1528000 | #Constraints:      47527
757.43/762.77	c #Conflicts:    1529000 | #Constraints:      48527
757.43/762.77	c #Conflicts:    1530000 | #Constraints:      49527
757.43/762.77	c #Conflicts:    1531000 | #Constraints:      50527
757.43/762.77	c #Conflicts:    1532000 | #Constraints:      51527
757.43/762.77	c #Conflicts:    1533000 | #Constraints:      52527
757.43/762.77	c #Conflicts:    1534000 | #Constraints:      53527
757.43/762.77	c #Conflicts:    1535000 | #Constraints:      54527
757.43/762.77	c #Conflicts:    1536000 | #Constraints:      55527
757.43/762.77	c #Conflicts:    1537000 | #Constraints:      56527
757.43/762.77	c #Conflicts:    1538000 | #Constraints:      57527
757.43/762.77	c #Conflicts:    1539000 | #Constraints:      58527
757.43/762.77	c #Conflicts:    1540000 | #Constraints:      59528
757.43/762.77	c INPROCESSING
757.43/762.77	c GARBAGE COLLECT
757.43/762.77	c rational objective 19241.4
807.83/813.41	c #Conflicts:    1541000 | #Constraints:      32774
807.83/813.41	c #Conflicts:    1542000 | #Constraints:      33775
807.83/813.41	c #Conflicts:    1543000 | #Constraints:      34777
807.83/813.41	c #Conflicts:    1544000 | #Constraints:      35777
807.83/813.41	c #Conflicts:    1545000 | #Constraints:      36777
807.83/813.41	c #Conflicts:    1546000 | #Constraints:      37777
807.83/813.41	c #Conflicts:    1547000 | #Constraints:      38778
807.83/813.41	c #Conflicts:    1548000 | #Constraints:      39778
807.83/813.41	c #Conflicts:    1549000 | #Constraints:      40778
807.83/813.41	c #Conflicts:    1550000 | #Constraints:      41778
807.83/813.41	c #Conflicts:    1551000 | #Constraints:      42778
807.83/813.41	c #Conflicts:    1552000 | #Constraints:      43778
807.83/813.41	c #Conflicts:    1553000 | #Constraints:      44780
807.83/813.41	c #Conflicts:    1554000 | #Constraints:      45780
807.83/813.41	c #Conflicts:    1555000 | #Constraints:      46780
807.83/813.41	c #Conflicts:    1556000 | #Constraints:      47780
807.83/813.41	c #Conflicts:    1557000 | #Constraints:      48781
807.83/813.41	c #Conflicts:    1558000 | #Constraints:      49781
807.83/813.41	c #Conflicts:    1559000 | #Constraints:      50784
807.83/813.41	c #Conflicts:    1560000 | #Constraints:      51784
807.83/813.41	c #Conflicts:    1561000 | #Constraints:      52784
807.83/813.41	c #Conflicts:    1562000 | #Constraints:      53784
807.83/813.41	c #Conflicts:    1563000 | #Constraints:      54784
807.83/813.41	c #Conflicts:    1564000 | #Constraints:      55785
807.83/813.41	c #Conflicts:    1565000 | #Constraints:      56785
807.83/813.41	c #Conflicts:    1566000 | #Constraints:      57788
807.83/813.41	c #Conflicts:    1567000 | #Constraints:      58790
807.83/813.41	c #Conflicts:    1568000 | #Constraints:      59790
807.83/813.41	c #Conflicts:    1569000 | #Constraints:      60792
807.83/813.41	c #Conflicts:    1570000 | #Constraints:      61794
807.83/813.41	c #Conflicts:    1571000 | #Constraints:      62794
807.83/813.41	c #Conflicts:    1572000 | #Constraints:      63794
807.83/813.41	c #Conflicts:    1573000 | #Constraints:      64794
807.83/813.41	c #Conflicts:    1574000 | #Constraints:      65796
807.83/813.41	c #Conflicts:    1575000 | #Constraints:      66796
807.83/813.41	c #Conflicts:    1576000 | #Constraints:      67796
807.83/813.41	c #Conflicts:    1577000 | #Constraints:      68797
807.83/813.41	c #Conflicts:    1578000 | #Constraints:      69797
807.83/813.41	c #Conflicts:    1579000 | #Constraints:      70797
807.83/813.41	c #Conflicts:    1580000 | #Constraints:      71797
807.83/813.41	c #Conflicts:    1581000 | #Constraints:      72797
807.83/813.41	c #Conflicts:    1582000 | #Constraints:      73798
807.83/813.41	c #Conflicts:    1583000 | #Constraints:      74798
807.83/813.41	c #Conflicts:    1584000 | #Constraints:      75799
807.83/813.41	c #Conflicts:    1585000 | #Constraints:      76799
807.83/813.41	c #Conflicts:    1586000 | #Constraints:      77800
807.83/813.41	c #Conflicts:    1587000 | #Constraints:      78800
807.83/813.41	c #Conflicts:    1588000 | #Constraints:      79802
807.83/813.41	c #Conflicts:    1589000 | #Constraints:      80802
807.83/813.41	c #Conflicts:    1590000 | #Constraints:      81803
807.83/813.41	c #Conflicts:    1591000 | #Constraints:      82807
807.83/813.41	c #Conflicts:    1592000 | #Constraints:      83809
807.83/813.41	c #Conflicts:    1593000 | #Constraints:      84811
807.83/813.41	c #Conflicts:    1594000 | #Constraints:      85813
807.83/813.41	c #Conflicts:    1595000 | #Constraints:      86813
807.83/813.41	c #Conflicts:    1596000 | #Constraints:      87814
807.83/813.41	c #Conflicts:    1597000 | #Constraints:      88814
807.83/813.41	c #Conflicts:    1598000 | #Constraints:      89817
807.83/813.41	c #Conflicts:    1599000 | #Constraints:      90817
807.83/813.41	c #Conflicts:    1600000 | #Constraints:      91817
807.83/813.41	c #Conflicts:    1601000 | #Constraints:      92819
807.83/813.41	c #Conflicts:    1602000 | #Constraints:      93821
807.83/813.41	c #Conflicts:    1603000 | #Constraints:      94822
807.83/813.41	c #Conflicts:    1604000 | #Constraints:      95822
807.83/813.41	c #Conflicts:    1605000 | #Constraints:      96825
807.83/813.41	c #Conflicts:    1606000 | #Constraints:      97826
807.83/813.41	c #Conflicts:    1607000 | #Constraints:      98828
807.83/813.41	c #Conflicts:    1608000 | #Constraints:      99829
807.83/813.41	c #Conflicts:    1609000 | #Constraints:     100829
807.83/813.41	c #Conflicts:    1610000 | #Constraints:     101830
807.83/813.41	c #Conflicts:    1611000 | #Constraints:     102830
807.83/813.41	c #Conflicts:    1612000 | #Constraints:     103833
807.83/813.41	WSVECS04 Frhs2[37]: 6 -1179.4 0 shouldn't be
807.83/813.41	WSVECS04 Frhs2[47]: 6 -3315.93 0 shouldn't be
807.83/813.41	WSVECS04 Frhs2[100]: 6 0 207.88 shouldn't be
807.83/813.41	WSVECS04 Frhs2[101]: 6 -209 0 shouldn't be
807.83/813.41	WSVECS04 Frhs2[104]: 6 0 28.8801 shouldn't be
807.83/813.41	WSVECS04 Frhs2[212]: 6 0 28.88 shouldn't be
807.83/813.41	WSVECS04 Frhs2[216]: 6 -385.12 0 shouldn't be
807.83/813.41	WSVECS04 Frhs2[238]: 6 0 86.64 shouldn't be
807.83/813.41	WSVECS04 Frhs2[239]: 6 -2750 0 shouldn't be
807.83/813.41	WSVECS04 Frhs2[251]: 6 0 86.64 shouldn't be
807.83/813.41	WSVECS04 Frhs2[269]: 6 -4289.44 0 shouldn't be
807.83/813.41	WSVECS04 Frhs2[287]: 6 0 28.88 shouldn't be
807.83/813.41	WSVECS04 Frhs2[394]: 6 0 691 shouldn't be
807.83/813.41	WSVECS04 Frhs2[471]: 6 0 747 shouldn't be
824.67/830.39	c #Conflicts:    1613000 | #Constraints:     104833
824.67/830.39	c #Conflicts:    1614000 | #Constraints:     105833
824.67/830.39	c #Conflicts:    1615000 | #Constraints:     106833
824.67/830.39	c #Conflicts:    1616000 | #Constraints:     107835
824.67/830.39	c #Conflicts:    1617000 | #Constraints:     108835
824.67/830.39	c #Conflicts:    1618000 | #Constraints:     109835
824.67/830.39	c #Conflicts:    1619000 | #Constraints:     110836
824.67/830.39	c #Conflicts:    1620000 | #Constraints:     111836
824.67/830.39	c #Conflicts:    1621000 | #Constraints:     112836
824.67/830.39	c #Conflicts:    1622000 | #Constraints:     113837
824.67/830.39	c #Conflicts:    1623000 | #Constraints:     114837
824.67/830.39	c #Conflicts:    1624000 | #Constraints:     115838
824.67/830.39	c #Conflicts:    1625000 | #Constraints:     116839
824.67/830.39	c #Conflicts:    1626000 | #Constraints:     117840
824.67/830.39	c #Conflicts:    1627000 | #Constraints:     118840
824.67/830.39	WSVECS04 Frhs2[49]: 6 0 74.8661 shouldn't be
824.67/830.39	WSVECS04 Frhs2[67]: 6 0 130.546 shouldn't be
824.67/830.39	WSVECS04 Frhs2[125]: 6 0 89.4248 shouldn't be
824.67/830.39	WSVECS04 Frhs2[143]: 6 0 48.3204 shouldn't be
824.67/830.39	WSVECS04 Frhs2[146]: 6 0 274.634 shouldn't be
824.67/830.39	WSVECS04 Frhs2[147]: 6 -113 0 shouldn't be
824.67/830.39	WSVECS04 Frhs2[152]: 6 -311.346 0 shouldn't be
824.67/830.39	WSVECS04 Frhs2[159]: 6 -429 0 shouldn't be
824.67/830.39	WSVECS04 Frhs2[161]: 6 0 89.4249 shouldn't be
824.67/830.39	WSVECS04 Frhs2[165]: 6 0 107.445 shouldn't be
824.67/830.39	WSVECS04 Frhs2[167]: 6 0 107.445 shouldn't be
824.67/830.39	WSVECS04 Frhs2[171]: 6 0 35.3334 shouldn't be
824.67/830.39	WSVECS04 Frhs2[172]: 6 0 104.5 shouldn't be
824.67/830.39	WSVECS04 Frhs2[177]: 6 0 35.3333 shouldn't be
824.67/830.39	WSVECS04 Frhs2[179]: 6 0 83.6536 shouldn't be
824.67/830.39	WSVECS04 Frhs2[186]: 6 -83.6537 0 shouldn't be
824.67/830.39	WSVECS04 Frhs2[200]: 6 0 164.758 shouldn't be
824.67/830.39	WSVECS04 Frhs2[202]: 6 0 117.209 shouldn't be
824.67/830.39	WSVECS04 Frhs2[207]: 6 0 35.3334 shouldn't be
824.67/830.39	WSVECS04 Frhs2[208]: 6 0 104.5 shouldn't be
824.67/830.39	WSVECS04 Frhs2[214]: 6 0 132.34 shouldn't be
824.67/830.39	WSVECS04 Frhs2[218]: 6 0 387.634 shouldn't be
824.67/830.39	WSVECS04 Frhs2[220]: 6 0 113 shouldn't be
824.67/830.39	WSVECS04 Frhs2[246]: 6 0 104.5 shouldn't be
824.67/830.39	WSVECS04 Frhs2[247]: 6 0 1.58831 shouldn't be
824.67/830.39	WSVECS04 Frhs2[281]: 6 0 149.51 shouldn't be
824.67/830.39	WSVECS04 Frhs2[282]: 6 0 254.01 shouldn't be
824.67/830.39	WSVECS04 Frhs2[301]: 6 0 95.4183 shouldn't be
824.67/830.39	WSVECS04 Frhs2[305]: 6 0 89.4249 shouldn't be
824.67/830.39	WSVECS04 Frhs2[323]: 6 0 83.6537 shouldn't be
824.67/830.39	WSVECS04 Frhs2[337]: 6 0 95.4183 shouldn't be
824.67/830.39	WSVECS04 Frhs2[359]: 6 0 118.987 shouldn't be
824.67/830.39	WSVECS04 Frhs2[361]: 6 -838 0 shouldn't be
824.67/830.39	WSVECS04 Frhs2[374]: 6 0 247 shouldn't be
824.67/830.39	WSVECS04 Frhs2[377]: 6 0 386 shouldn't be
824.67/830.39	WSVECS04 Frhs2[386]: 6 -113 0 shouldn't be
824.67/830.39	WSVECS04 Frhs2[411]: 6 0 653.026 shouldn't be
824.67/830.39	WSVECS04 Frhs2[454]: 6 0 747 shouldn't be
871.88/877.71	c #Conflicts:    1628000 | #Constraints:     119840
871.88/877.71	c #Conflicts:    1629000 | #Constraints:     120840
871.88/877.71	c #Conflicts:    1630000 | #Constraints:     121841
871.88/877.71	c #Conflicts:    1631000 | #Constraints:     122842
871.88/877.71	c #Conflicts:    1632000 | #Constraints:     123844
871.88/877.71	c #Conflicts:    1633000 | #Constraints:     124845
871.88/877.71	c #Conflicts:    1634000 | #Constraints:     125846
871.88/877.71	c #Conflicts:    1635000 | #Constraints:     126846
871.88/877.71	c #Conflicts:    1636000 | #Constraints:     127848
871.88/877.71	c #Conflicts:    1637000 | #Constraints:     128848
871.88/877.71	c #Conflicts:    1638000 | #Constraints:     129848
871.88/877.71	c #Conflicts:    1639000 | #Constraints:     130848
871.88/877.71	c #Conflicts:    1640000 | #Constraints:     131848
871.88/877.71	c #Conflicts:    1641000 | #Constraints:     132849
871.88/877.71	c #Conflicts:    1642000 | #Constraints:     133850
871.88/877.71	c #Conflicts:    1643000 | #Constraints:     134851
871.88/877.71	c #Conflicts:    1644000 | #Constraints:     135852
871.88/877.71	c #Conflicts:    1645000 | #Constraints:     136852
871.88/877.71	c #Conflicts:    1646000 | #Constraints:     137852
871.88/877.71	c #Conflicts:    1647000 | #Constraints:     138853
871.88/877.71	c #Conflicts:    1648000 | #Constraints:     139854
871.88/877.71	c #Conflicts:    1649000 | #Constraints:     140854
871.88/877.71	c #Conflicts:    1650000 | #Constraints:     141854
871.88/877.71	c #Conflicts:    1651000 | #Constraints:     142854
871.88/877.71	c #Conflicts:    1652000 | #Constraints:     143855
871.88/877.71	c #Conflicts:    1653000 | #Constraints:     144855
871.88/877.71	c #Conflicts:    1654000 | #Constraints:     145856
871.88/877.71	c #Conflicts:    1655000 | #Constraints:     146856
871.88/877.71	c #Conflicts:    1656000 | #Constraints:     147856
871.88/877.71	c #Conflicts:    1657000 | #Constraints:     148858
871.88/877.71	c #Conflicts:    1658000 | #Constraints:     149859
871.88/877.71	c #Conflicts:    1659000 | #Constraints:     150859
871.88/877.71	c #Conflicts:    1660000 | #Constraints:     151859
871.88/877.71	WSVECS04 Frhs2[6]: 6 0 12.6572 shouldn't be
871.88/877.71	WSVECS04 Frhs2[23]: 6 0 420.057 shouldn't be
871.88/877.71	WSVECS04 Frhs2[73]: 6 -2244.46 0 shouldn't be
871.88/877.71	WSVECS04 Frhs2[99]: 6 0 127.086 shouldn't be
871.88/877.71	WSVECS04 Frhs2[107]: 6 0 432.2 shouldn't be
871.88/877.71	WSVECS04 Frhs2[109]: 6 -1083.33 0 shouldn't be
871.88/877.71	WSVECS04 Frhs2[143]: 6 0 400.914 shouldn't be
871.88/877.71	WSVECS04 Frhs2[157]: 6 0 894.257 shouldn't be
871.88/877.71	WSVECS04 Frhs2[207]: 6 0 127.086 shouldn't be
871.88/877.71	WSVECS04 Frhs2[217]: 6 -10.3286 0 shouldn't be
871.88/877.71	WSVECS04 Frhs2[227]: 6 0 113 shouldn't be
871.88/877.71	WSVECS04 Frhs2[311]: 6 0 432.2 shouldn't be
871.88/877.71	WSVECS04 Frhs2[324]: 6 -974.114 0 shouldn't be
871.88/877.71	WSVECS04 Frhs2[424]: 6 -154 0 shouldn't be
876.57/882.49	c #Conflicts:    1661000 | #Constraints:     152859
876.57/882.49	c #Conflicts:    1662000 | #Constraints:     153859
876.57/882.49	c #Conflicts:    1663000 | #Constraints:     154860
876.57/882.49	c INPROCESSING
876.57/882.49	c GARBAGE COLLECT
876.57/882.49	c rational objective 19241.4
884.95/890.91	c #Conflicts:    1664000 | #Constraints:      80766
884.95/890.91	c #Conflicts:    1665000 | #Constraints:      81766
884.95/890.91	c #Conflicts:    1666000 | #Constraints:      82767
884.95/890.91	c #Conflicts:    1667000 | #Constraints:      83767
884.95/890.91	c #Conflicts:    1668000 | #Constraints:      84768
884.95/890.91	c #Conflicts:    1669000 | #Constraints:      85768
884.95/890.91	c #Conflicts:    1670000 | #Constraints:      86768
884.95/890.91	c #Conflicts:    1671000 | #Constraints:      87768
884.95/890.91	c #Conflicts:    1672000 | #Constraints:      88768
884.95/890.91	c #Conflicts:    1673000 | #Constraints:      89768
884.95/890.91	WSVECS04 Frhs2[3]: 6 0 5.57341 shouldn't be
884.95/890.91	WSVECS04 Frhs2[18]: 6 -678 0 shouldn't be
884.95/890.91	WSVECS04 Frhs2[19]: 6 0 7.00006 shouldn't be
884.95/890.91	WSVECS04 Frhs2[23]: 6 0 7.00001 shouldn't be
884.95/890.91	WSVECS04 Frhs2[24]: 6 0 8.75543 shouldn't be
884.95/890.91	WSVECS04 Frhs2[36]: 6 -48.9688 0 shouldn't be
884.95/890.91	WSVECS04 Frhs2[55]: 6 -8.75541 0 shouldn't be
884.95/890.91	WSVECS04 Frhs2[57]: 6 0 12.1077 shouldn't be
884.95/890.91	WSVECS04 Frhs2[61]: 6 0 247.89 shouldn't be
884.95/890.91	WSVECS04 Frhs2[95]: 6 -294.505 0 shouldn't be
884.95/890.91	WSVECS04 Frhs2[101]: 6 -1069.96 0 shouldn't be
884.95/890.91	WSVECS04 Frhs2[127]: 6 0 139.994 shouldn't be
884.95/890.91	WSVECS04 Frhs2[138]: 6 0 4.61259 shouldn't be
884.95/890.91	WSVECS04 Frhs2[165]: 6 0 12.1076 shouldn't be
884.95/890.91	WSVECS04 Frhs2[184]: 6 0 8.2897 shouldn't be
884.95/890.92	WSVECS04 Frhs2[185]: 6 0 8.28971 shouldn't be
884.95/890.92	WSVECS04 Frhs2[310]: 6 -14.6126 0 shouldn't be
884.95/890.92	WSVECS04 Frhs2[345]: 6 0 2.85717 shouldn't be
884.95/890.92	WSVECS04 Frhs2[352]: 6 -1106.49 0 shouldn't be
884.95/890.92	WSVECS04 Frhs2[357]: 6 0 79.2349 shouldn't be
884.95/890.92	WSVECS04 Frhs2[435]: 6 -257 0 shouldn't be
884.95/890.92	WSVECS04 Frhs2[471]: 6 0 919 shouldn't be
900.12/906.12	c #Conflicts:    1674000 | #Constraints:      90768
900.12/906.12	c #Conflicts:    1675000 | #Constraints:      91768
900.12/906.12	c #Conflicts:    1676000 | #Constraints:      92768
900.12/906.12	c #Conflicts:    1677000 | #Constraints:      93769
900.12/906.12	c #Conflicts:    1678000 | #Constraints:      94769
900.12/906.12	c #Conflicts:    1679000 | #Constraints:      95771
900.12/906.12	c #Conflicts:    1680000 | #Constraints:      96772
900.12/906.12	c #Conflicts:    1681000 | #Constraints:      97772
900.12/906.12	c #Conflicts:    1682000 | #Constraints:      98773
900.12/906.12	c #Conflicts:    1683000 | #Constraints:      99773
900.12/906.12	c #Conflicts:    1684000 | #Constraints:     100773
900.12/906.12	c #Conflicts:    1685000 | #Constraints:     101774
900.12/906.12	c #Conflicts:    1686000 | #Constraints:     102776
900.12/906.12	c #Conflicts:    1687000 | #Constraints:     103776
900.12/906.12	c #Conflicts:    1688000 | #Constraints:     104776
900.12/906.12	c #Conflicts:    1689000 | #Constraints:     105776
900.12/906.12	c INPROCESSING
900.12/906.12	c GARBAGE COLLECT
900.12/906.12	c rational objective 19241.4
912.03/918.23	c #Conflicts:    1690000 | #Constraints:      56070
912.03/918.23	c #Conflicts:    1691000 | #Constraints:      57070
912.03/918.23	c #Conflicts:    1692000 | #Constraints:      58071
912.03/918.23	c #Conflicts:    1693000 | #Constraints:      59071
912.03/918.23	c #Conflicts:    1694000 | #Constraints:      60071
912.03/918.23	c #Conflicts:    1695000 | #Constraints:      61071
912.03/918.23	c #Conflicts:    1696000 | #Constraints:      62072
912.03/918.23	c #Conflicts:    1697000 | #Constraints:      63073
912.03/918.23	c #Conflicts:    1698000 | #Constraints:      64075
912.03/918.23	c #Conflicts:    1699000 | #Constraints:      65075
912.03/918.23	c #Conflicts:    1700000 | #Constraints:      66075
912.03/918.23	c #Conflicts:    1701000 | #Constraints:      67077
912.03/918.23	c #Conflicts:    1702000 | #Constraints:      68079
912.03/918.23	c #Conflicts:    1703000 | #Constraints:      69080
912.03/918.23	c #Conflicts:    1704000 | #Constraints:      70080
912.03/918.23	c #Conflicts:    1705000 | #Constraints:      71082
912.03/918.23	c #Conflicts:    1706000 | #Constraints:      72082
912.03/918.23	c #Conflicts:    1707000 | #Constraints:      73084
912.03/918.23	c #Conflicts:    1708000 | #Constraints:      74084
912.03/918.23	WSVECS04 Frhs2[17]: 6 0 310.792 shouldn't be
912.03/918.23	WSVECS04 Frhs2[27]: 6 0 108.5 shouldn't be
912.03/918.23	WSVECS04 Frhs2[84]: 6 0 220.583 shouldn't be
912.03/918.23	WSVECS04 Frhs2[94]: 6 0 59.0626 shouldn't be
912.03/918.23	WSVECS04 Frhs2[96]: 6 -1201.08 0 shouldn't be
912.03/918.23	WSVECS04 Frhs2[108]: 6 -56.7501 0 shouldn't be
912.03/918.23	WSVECS04 Frhs2[112]: 6 0 95.4792 shouldn't be
912.03/918.23	WSVECS04 Frhs2[121]: 6 0 239.625 shouldn't be
912.03/918.23	WSVECS04 Frhs2[124]: 6 0 182.208 shouldn't be
912.03/918.23	WSVECS04 Frhs2[130]: 6 0 567.333 shouldn't be
912.03/918.23	WSVECS04 Frhs2[162]: 6 -1481.79 0 shouldn't be
912.03/918.23	WSVECS04 Frhs2[166]: 6 -290 0 shouldn't be
912.03/918.23	WSVECS04 Frhs2[180]: 6 -583 0 shouldn't be
912.03/918.23	WSVECS04 Frhs2[210]: 6 0 217 shouldn't be
912.03/918.23	WSVECS04 Frhs2[211]: 6 0 169.75 shouldn't be
912.03/918.23	WSVECS04 Frhs2[216]: 6 0 169.75 shouldn't be
912.03/918.23	WSVECS04 Frhs2[220]: 6 0 309.083 shouldn't be
912.03/918.23	WSVECS04 Frhs2[246]: 6 0 217 shouldn't be
912.03/918.23	WSVECS04 Frhs2[250]: 6 -169.75 0 shouldn't be
912.03/918.23	WSVECS04 Frhs2[253]: 6 -908.521 0 shouldn't be
912.03/918.23	WSVECS04 Frhs2[256]: 6 0 154.542 shouldn't be
912.03/918.23	WSVECS04 Frhs2[265]: 6 0 278 shouldn't be
912.03/918.23	WSVECS04 Frhs2[267]: 6 -1177.58 0 shouldn't be
912.03/918.23	WSVECS04 Frhs2[271]: 6 -447.083 0 shouldn't be
912.03/918.23	WSVECS04 Frhs2[324]: 6 -271.417 0 shouldn't be
912.03/918.23	WSVECS04 Frhs2[326]: 6 0 95.4793 shouldn't be
912.03/918.23	WSVECS04 Frhs2[327]: 6 0 97.4376 shouldn't be
912.03/918.23	WSVECS04 Frhs2[328]: 6 0 154.542 shouldn't be
912.03/918.23	WSVECS04 Frhs2[337]: 6 0 57.4167 shouldn't be
912.03/918.23	WSVECS04 Frhs2[354]: 6 0 434 shouldn't be
912.03/918.23	WSVECS04 Frhs2[386]: 6 -107.979 0 shouldn't be
912.03/918.23	WSVECS04 Frhs2[465]: 6 -257 0 shouldn't be
912.03/918.23	WSVECS04 Frhs2[517]: 6 0 380 shouldn't be
912.03/918.23	WSVECS04 Frhs2[522]: 6 0 313.75 shouldn't be
912.03/918.23	WSVECS04 Frhs2[523]: 6 0 134 shouldn't be
912.03/918.23	WSVECS04 Frhs2[531]: 6 0 869.25 shouldn't be
912.03/918.23	WSVECS04 Frhs2[533]: 6 0 313.25 shouldn't be
912.03/918.23	WSVECS04 Frhs2[538]: 6 0 292.75 shouldn't be
917.22/923.44	c #Conflicts:    1709000 | #Constraints:      75084
917.22/923.44	c #Conflicts:    1710000 | #Constraints:      76084
917.22/923.44	c #Conflicts:    1711000 | #Constraints:      77084
917.22/923.44	c #Conflicts:    1712000 | #Constraints:      78084
917.22/923.44	c #Conflicts:    1713000 | #Constraints:      79084
917.22/923.44	c #Conflicts:    1714000 | #Constraints:      80085
917.22/923.44	c #Conflicts:    1715000 | #Constraints:      81085
917.22/923.44	c #Conflicts:    1716000 | #Constraints:      82085
917.22/923.44	c INPROCESSING
917.22/923.44	c GARBAGE COLLECT
917.22/923.44	c rational objective 19241.4
932.48/938.73	c #Conflicts:    1717000 | #Constraints:      44474
932.48/938.73	c #Conflicts:    1718000 | #Constraints:      45475
932.48/938.73	c #Conflicts:    1719000 | #Constraints:      46475
932.48/938.73	c #Conflicts:    1720000 | #Constraints:      47476
932.48/938.73	c #Conflicts:    1721000 | #Constraints:      48476
932.48/938.73	c #Conflicts:    1722000 | #Constraints:      49477
932.48/938.73	c #Conflicts:    1723000 | #Constraints:      50477
932.48/938.73	c #Conflicts:    1724000 | #Constraints:      51477
932.48/938.73	c #Conflicts:    1725000 | #Constraints:      52477
932.48/938.73	c #Conflicts:    1726000 | #Constraints:      53477
932.48/938.73	c #Conflicts:    1727000 | #Constraints:      54477
932.48/938.73	c #Conflicts:    1728000 | #Constraints:      55477
932.48/938.73	c #Conflicts:    1729000 | #Constraints:      56478
932.48/938.73	c #Conflicts:    1730000 | #Constraints:      57478
932.48/938.73	c #Conflicts:    1731000 | #Constraints:      58480
932.48/938.73	c #Conflicts:    1732000 | #Constraints:      59480
932.48/938.73	c #Conflicts:    1733000 | #Constraints:      60481
932.48/938.73	c #Conflicts:    1734000 | #Constraints:      61481
932.48/938.73	c #Conflicts:    1735000 | #Constraints:      62482
932.48/938.73	c #Conflicts:    1736000 | #Constraints:      63482
932.48/938.74	c #Conflicts:    1737000 | #Constraints:      64482
932.48/938.74	c #Conflicts:    1738000 | #Constraints:      65482
932.48/938.74	c #Conflicts:    1739000 | #Constraints:      66483
932.48/938.74	c #Conflicts:    1740000 | #Constraints:      67483
932.48/938.74	c #Conflicts:    1741000 | #Constraints:      68483
932.48/938.74	c #Conflicts:    1742000 | #Constraints:      69484
932.48/938.74	c INPROCESSING
932.48/938.74	c GARBAGE COLLECT
932.48/938.74	c rational objective 19241.4
945.27/951.99	c #Conflicts:    1743000 | #Constraints:      37831
945.27/951.99	c #Conflicts:    1744000 | #Constraints:      38831
945.27/951.99	c #Conflicts:    1745000 | #Constraints:      39831
945.27/951.99	c #Conflicts:    1746000 | #Constraints:      40831
945.27/951.99	c #Conflicts:    1747000 | #Constraints:      41831
945.27/951.99	c #Conflicts:    1748000 | #Constraints:      42832
945.27/951.99	c #Conflicts:    1749000 | #Constraints:      43832
945.27/951.99	c #Conflicts:    1750000 | #Constraints:      44833
945.27/951.99	c #Conflicts:    1751000 | #Constraints:      45834
945.27/951.99	c #Conflicts:    1752000 | #Constraints:      46834
945.27/951.99	c #Conflicts:    1753000 | #Constraints:      47834
945.27/951.99	c #Conflicts:    1754000 | #Constraints:      48835
945.27/951.99	c #Conflicts:    1755000 | #Constraints:      49835
945.27/951.99	c #Conflicts:    1756000 | #Constraints:      50835
945.27/951.99	c #Conflicts:    1757000 | #Constraints:      51836
945.27/951.99	c #Conflicts:    1758000 | #Constraints:      52836
945.27/951.99	c #Conflicts:    1759000 | #Constraints:      53836
945.27/951.99	c #Conflicts:    1760000 | #Constraints:      54836
945.27/951.99	c #Conflicts:    1761000 | #Constraints:      55837
945.27/951.99	c #Conflicts:    1762000 | #Constraints:      56837
945.27/951.99	c #Conflicts:    1763000 | #Constraints:      57837
945.27/951.99	c #Conflicts:    1764000 | #Constraints:      58837
945.27/951.99	c #Conflicts:    1765000 | #Constraints:      59837
945.27/951.99	c #Conflicts:    1766000 | #Constraints:      60837
945.27/951.99	c #Conflicts:    1767000 | #Constraints:      61837
945.27/951.99	c #Conflicts:    1768000 | #Constraints:      62838
945.27/951.99	c #Conflicts:    1769000 | #Constraints:      63838
945.27/951.99	c INPROCESSING
945.27/951.99	c GARBAGE COLLECT
945.27/951.99	c rational objective 19413.4
960.03/966.77	c #Conflicts:    1770000 | #Constraints:      35052
960.03/966.77	c #Conflicts:    1771000 | #Constraints:      36052
960.03/966.77	c #Conflicts:    1772000 | #Constraints:      37053
960.03/966.77	c #Conflicts:    1773000 | #Constraints:      38054
960.03/966.77	c #Conflicts:    1774000 | #Constraints:      39054
960.03/966.77	c #Conflicts:    1775000 | #Constraints:      40054
960.03/966.77	c #Conflicts:    1776000 | #Constraints:      41054
960.03/966.77	c #Conflicts:    1777000 | #Constraints:      42054
960.03/966.77	c #Conflicts:    1778000 | #Constraints:      43054
960.03/966.77	c #Conflicts:    1779000 | #Constraints:      44055
960.03/966.77	c #Conflicts:    1780000 | #Constraints:      45055
960.03/966.77	c #Conflicts:    1781000 | #Constraints:      46055
960.03/966.77	c #Conflicts:    1782000 | #Constraints:      47056
960.03/966.77	c #Conflicts:    1783000 | #Constraints:      48056
960.03/966.77	c #Conflicts:    1784000 | #Constraints:      49056
960.03/966.77	c #Conflicts:    1785000 | #Constraints:      50056
960.03/966.77	c #Conflicts:    1786000 | #Constraints:      51056
960.03/966.77	c #Conflicts:    1787000 | #Constraints:      52056
960.03/966.77	c #Conflicts:    1788000 | #Constraints:      53056
960.03/966.77	c #Conflicts:    1789000 | #Constraints:      54056
960.03/966.77	c #Conflicts:    1790000 | #Constraints:      55057
960.03/966.77	c #Conflicts:    1791000 | #Constraints:      56057
960.03/966.77	c #Conflicts:    1792000 | #Constraints:      57057
960.03/966.77	c #Conflicts:    1793000 | #Constraints:      58057
960.03/966.77	c #Conflicts:    1794000 | #Constraints:      59057
960.03/966.77	c #Conflicts:    1795000 | #Constraints:      60057
960.03/966.77	c #Conflicts:    1796000 | #Constraints:      61057
960.03/966.77	c #Conflicts:    1797000 | #Constraints:      62057
960.03/966.77	c #Conflicts:    1798000 | #Constraints:      63057
960.03/966.77	c #Conflicts:    1799000 | #Constraints:      64058
960.03/966.77	c #Conflicts:    1800000 | #Constraints:      65058
960.03/966.77	WSVECS04 Frhs2[42]: 6 0 7.75005 shouldn't be
960.03/966.77	WSVECS04 Frhs2[65]: 6 0 401 shouldn't be
960.03/966.77	WSVECS04 Frhs2[101]: 6 0 26.75 shouldn't be
960.03/966.77	WSVECS04 Frhs2[113]: 6 0 820.75 shouldn't be
960.03/966.77	WSVECS04 Frhs2[149]: 6 -2987.5 0 shouldn't be
960.03/966.77	WSVECS04 Frhs2[186]: 6 -492 0 shouldn't be
960.03/966.77	WSVECS04 Frhs2[206]: 6 -455.75 0 shouldn't be
960.03/966.77	WSVECS04 Frhs2[245]: 6 0 401 shouldn't be
960.03/966.77	WSVECS04 Frhs2[352]: 6 0 226.75 shouldn't be
968.70/975.47	c #Conflicts:    1801000 | #Constraints:      66058
968.70/975.47	c #Conflicts:    1802000 | #Constraints:      67058
968.70/975.47	c #Conflicts:    1803000 | #Constraints:      68058
968.70/975.47	c #Conflicts:    1804000 | #Constraints:      69058
968.70/975.47	c #Conflicts:    1805000 | #Constraints:      70058
968.70/975.47	c #Conflicts:    1806000 | #Constraints:      71059
968.70/975.47	c #Conflicts:    1807000 | #Constraints:      72062
968.70/975.47	c #Conflicts:    1808000 | #Constraints:      73064
968.70/975.47	c #Conflicts:    1809000 | #Constraints:      74064
968.70/975.47	c #Conflicts:    1810000 | #Constraints:      75064
968.70/975.47	c #Conflicts:    1811000 | #Constraints:      76064
968.70/975.47	c #Conflicts:    1812000 | #Constraints:      77066
968.70/975.47	c #Conflicts:    1813000 | #Constraints:      78067
968.70/975.47	c #Conflicts:    1814000 | #Constraints:      79067
968.70/975.47	WSVECS04 Frhs2[25]: 6 0 765.776 shouldn't be
968.70/975.47	WSVECS04 Frhs2[63]: 6 0 28.7765 shouldn't be
968.70/975.47	WSVECS04 Frhs2[66]: 6 0 477 shouldn't be
968.70/975.47	WSVECS04 Frhs2[89]: 6 -6133 0 shouldn't be
968.70/975.47	WSVECS04 Frhs2[101]: 6 -952 0 shouldn't be
968.70/975.47	WSVECS04 Frhs2[102]: 6 0 448.224 shouldn't be
968.70/975.47	WSVECS04 Frhs2[103]: 6 0 7.00002 shouldn't be
968.70/975.47	WSVECS04 Frhs2[174]: 6 0 477 shouldn't be
968.70/975.47	WSVECS04 Frhs2[257]: 6 0 243.75 shouldn't be
968.70/975.47	WSVECS04 Frhs2[293]: 6 -3489.25 0 shouldn't be
968.70/975.47	WSVECS04 Frhs2[317]: 6 -1718.22 0 shouldn't be
968.70/975.47	WSVECS04 Frhs2[326]: 6 0 263 shouldn't be
989.58/996.55	c #Conflicts:    1815000 | #Constraints:      80067
989.58/996.55	c #Conflicts:    1816000 | #Constraints:      81067
989.58/996.55	c #Conflicts:    1817000 | #Constraints:      82067
989.58/996.55	c #Conflicts:    1818000 | #Constraints:      83068
989.58/996.55	c #Conflicts:    1819000 | #Constraints:      84070
989.58/996.55	c #Conflicts:    1820000 | #Constraints:      85070
989.58/996.55	c #Conflicts:    1821000 | #Constraints:      86070
989.58/996.55	c #Conflicts:    1822000 | #Constraints:      87070
989.58/996.55	c #Conflicts:    1823000 | #Constraints:      88071
989.58/996.55	c #Conflicts:    1824000 | #Constraints:      89071
989.58/996.55	c #Conflicts:    1825000 | #Constraints:      90073
989.58/996.55	c #Conflicts:    1826000 | #Constraints:      91074
989.58/996.55	c #Conflicts:    1827000 | #Constraints:      92074
989.58/996.55	c #Conflicts:    1828000 | #Constraints:      93074
989.58/996.55	c #Conflicts:    1829000 | #Constraints:      94075
989.58/996.55	c #Conflicts:    1830000 | #Constraints:      95075
989.58/996.55	c #Conflicts:    1831000 | #Constraints:      96076
989.58/996.55	c #Conflicts:    1832000 | #Constraints:      97076
989.58/996.55	c #Conflicts:    1833000 | #Constraints:      98076
989.58/996.55	c #Conflicts:    1834000 | #Constraints:      99077
989.58/996.55	c #Conflicts:    1835000 | #Constraints:     100077
989.58/996.55	c #Conflicts:    1836000 | #Constraints:     101077
989.58/996.55	c #Conflicts:    1837000 | #Constraints:     102077
989.58/996.55	c #Conflicts:    1838000 | #Constraints:     103080
989.58/996.55	c #Conflicts:    1839000 | #Constraints:     104080
989.58/996.55	c #Conflicts:    1840000 | #Constraints:     105084
989.58/996.55	WSVECS04 Frhs2[17]: 6 0 5.15682 shouldn't be
989.58/996.55	WSVECS04 Frhs2[18]: 6 -0.0252142 0 shouldn't be
989.58/996.55	WSVECS04 Frhs2[48]: 6 0 0.216116 shouldn't be
989.58/996.55	WSVECS04 Frhs2[49]: 6 0 10.2293 shouldn't be
989.58/996.55	WSVECS04 Frhs2[52]: 6 0 0.5177 shouldn't be
989.58/996.55	WSVECS04 Frhs2[88]: 6 0 0.518385 shouldn't be
989.58/996.55	WSVECS04 Frhs2[105]: 6 0 0.419068 shouldn't be
989.58/996.55	WSVECS04 Frhs2[125]: 6 0 0.476883 shouldn't be
989.58/996.55	WSVECS04 Frhs2[127]: 6 0 0.0114167 shouldn't be
989.58/996.55	WSVECS04 Frhs2[135]: 6 0 0.503399 shouldn't be
989.58/996.55	WSVECS04 Frhs2[140]: 6 0 0.0424703 shouldn't be
989.58/996.55	WSVECS04 Frhs2[142]: 6 0 0.018503 shouldn't be
989.58/996.55	WSVECS04 Frhs2[160]: 6 0 0.97909 shouldn't be
989.58/996.55	WSVECS04 Frhs2[191]: 6 0 0.0962504 shouldn't be
989.58/996.55	WSVECS04 Frhs2[223]: 6 0 0.503853 shouldn't be
989.58/996.55	WSVECS04 Frhs2[232]: 6 0 0.0409947 shouldn't be
989.58/996.55	WSVECS04 Frhs2[237]: 6 0 0.0266782 shouldn't be
989.58/996.55	WSVECS04 Frhs2[259]: 6 0 0.3362 shouldn't be
989.58/996.55	WSVECS04 Frhs2[268]: 6 0 0.0251736 shouldn't be
989.58/996.55	WSVECS04 Frhs2[271]: 6 0 0.0190256 shouldn't be
989.58/996.55	WSVECS04 Frhs2[320]: 6 0 0.0425408 shouldn't be
989.58/996.55	WSVECS04 Frhs2[322]: 6 0 0.0488397 shouldn't be
989.58/996.55	WSVECS04 Frhs2[331]: 6 0 0.151829 shouldn't be
989.58/996.55	WSVECS04 Frhs2[356]: 6 0 0.0676211 shouldn't be
989.58/996.55	WSVECS04 Frhs2[401]: 6 -380.813 0 shouldn't be
989.58/996.55	WSVECS04 Frhs2[411]: 6 0 0.640334 shouldn't be
989.58/996.55	WSVECS04 Frhs2[424]: 6 0 2389.04 shouldn't be
989.58/996.55	WSVECS04 Frhs2[436]: 6 0 115.037 shouldn't be
989.58/996.55	WSVECS04 Frhs2[446]: 6 0 152.504 shouldn't be
989.58/996.55	WSVECS04 Frhs2[460]: 6 0 471.97 shouldn't be
989.58/996.55	WSVECS04 Frhs2[510]: 6 0 10 shouldn't be
989.69/996.65	WSVECS04 Frhs2[90]: 6 0 0.493227 shouldn't be
989.69/996.65	WSVECS04 Frhs2[103]: 6 0 0.14585 shouldn't be
989.69/996.65	WSVECS04 Frhs2[110]: 6 0 0.522413 shouldn't be
989.69/996.65	WSVECS04 Frhs2[161]: 6 0 1.4417 shouldn't be
989.69/996.65	WSVECS04 Frhs2[162]: 6 0 0.953956 shouldn't be
989.69/996.65	WSVECS04 Frhs2[164]: 6 0 0.522429 shouldn't be
989.69/996.65	WSVECS04 Frhs2[167]: 6 0 0.511108 shouldn't be
989.69/996.65	WSVECS04 Frhs2[272]: 6 0 0.0190368 shouldn't be
989.69/996.65	WSVECS04 Frhs2[294]: 6 0 0.0303877 shouldn't be
989.69/996.65	WSVECS04 Frhs2[448]: 6 -247 0 shouldn't be
989.78/996.76	WSVECS04 Frhs2[178]: 6 0 0.0794199 shouldn't be
989.78/996.76	WSVECS04 Frhs2[250]: 6 0 0.00275356 shouldn't be
989.78/996.76	WSVECS04 Frhs2[318]: 6 0 0.0304641 shouldn't be
989.78/996.76	WSVECS04 Frhs2[357]: 6 0 0.48664 shouldn't be
989.88/996.87	WSVECS04 Frhs2[212]: 6 0 0.0425114 shouldn't be
989.99/996.98	WSVECS04 Frhs2[33]: 6 0 0.461559 shouldn't be
989.99/996.98	WSVECS04 Frhs2[295]: 6 0 0.575106 shouldn't be
990.09/997.07	WSVECS04 Frhs2[321]: 6 0 0.461561 shouldn't be
990.18/997.19	WSVECS04 Frhs2[119]: 6 0 0.21613 shouldn't be
990.18/997.19	WSVECS04 Frhs2[213]: 6 0 0.46149 shouldn't be
990.39/997.30	WSVECS04 Frhs2[111]: 6 0 1.02577 shouldn't be
990.58/997.54	WSVECS04 Frhs2[233]: 6 0 0.0111235 shouldn't be
990.78/997.73	WSVECS04 Frhs2[21]: 6 0 0.0114238 shouldn't be
990.78/997.73	WSVECS04 Frhs2[31]: 6 0 0.608854 shouldn't be
1027.16/1034.33	c #Conflicts:    1841000 | #Constraints:     106084
1027.16/1034.33	c #Conflicts:    1842000 | #Constraints:     107084
1027.16/1034.33	c #Conflicts:    1843000 | #Constraints:     108084
1027.16/1034.33	c #Conflicts:    1844000 | #Constraints:     109084
1027.16/1034.33	c #Conflicts:    1845000 | #Constraints:     110084
1027.16/1034.33	c #Conflicts:    1846000 | #Constraints:     111084
1027.16/1034.33	c #Conflicts:    1847000 | #Constraints:     112084
1027.16/1034.33	c #Conflicts:    1848000 | #Constraints:     113084
1027.16/1034.33	c #Conflicts:    1849000 | #Constraints:     114084
1027.16/1034.33	c #Conflicts:    1850000 | #Constraints:     115084
1027.16/1034.33	c #Conflicts:    1851000 | #Constraints:     116084
1027.16/1034.33	c #Conflicts:    1852000 | #Constraints:     117085
1027.16/1034.33	c #Conflicts:    1853000 | #Constraints:     118089
1027.16/1034.33	c #Conflicts:    1854000 | #Constraints:     119092
1027.16/1034.33	c #Conflicts:    1855000 | #Constraints:     120093
1027.16/1034.33	c #Conflicts:    1856000 | #Constraints:     121095
1027.16/1034.33	c #Conflicts:    1857000 | #Constraints:     122096
1027.16/1034.33	c #Conflicts:    1858000 | #Constraints:     123098
1027.16/1034.33	c #Conflicts:    1859000 | #Constraints:     124099
1027.16/1034.33	c #Conflicts:    1860000 | #Constraints:     125099
1027.16/1034.33	c #Conflicts:    1861000 | #Constraints:     126099
1027.16/1034.33	c #Conflicts:    1862000 | #Constraints:     127100
1027.16/1034.33	c #Conflicts:    1863000 | #Constraints:     128102
1027.16/1034.33	c #Conflicts:    1864000 | #Constraints:     129103
1027.16/1034.33	c #Conflicts:    1865000 | #Constraints:     130103
1027.16/1034.33	c #Conflicts:    1866000 | #Constraints:     131103
1027.16/1034.33	c #Conflicts:    1867000 | #Constraints:     132107
1027.16/1034.33	c #Conflicts:    1868000 | #Constraints:     133107
1027.16/1034.33	c #Conflicts:    1869000 | #Constraints:     134107
1027.16/1034.33	c #Conflicts:    1870000 | #Constraints:     135107
1027.16/1034.33	WSVECS04 Frhs2[38]: 6 0 85.0702 shouldn't be
1027.16/1034.33	WSVECS04 Frhs2[44]: 6 -214 0 shouldn't be
1027.16/1034.33	WSVECS04 Frhs2[64]: 6 0 6.54391 shouldn't be
1027.16/1034.33	WSVECS04 Frhs2[72]: 6 -101 0 shouldn't be
1027.16/1034.33	WSVECS04 Frhs2[78]: 6 0 26.1755 shouldn't be
1027.16/1034.33	WSVECS04 Frhs2[172]: 6 0 6.54391 shouldn't be
1027.16/1034.33	WSVECS04 Frhs2[257]: 6 0 13.0878 shouldn't be
1027.16/1034.33	WSVECS04 Frhs2[480]: 6 0 303 shouldn't be
1027.16/1034.33	WSVECS04 Frhs2[498]: 6 -380 0 shouldn't be
1027.26/1034.43	WSVECS04 Frhs2[504]: 6 -1380 0 shouldn't be
1027.36/1034.54	WSVECS04 Frhs2[95]: 6 0 58 shouldn't be
1027.56/1034.75	WSVECS04 Frhs2[96]: 6 0 58 shouldn't be
1027.56/1034.75	WSVECS04 Frhs2[351]: 6 0 6.54389 shouldn't be
1027.76/1034.98	WSVECS04 Frhs2[63]: 6 0 6.54391 shouldn't be
1027.76/1034.98	WSVECS04 Frhs2[292]: 6 0 19.6317 shouldn't be
1027.97/1035.11	WSVECS04 Frhs2[171]: 6 0 6.54396 shouldn't be
1027.97/1035.11	WSVECS04 Frhs2[293]: 6 0 26.1755 shouldn't be
1028.06/1035.23	WSVECS04 Frhs2[135]: 6 0 6.54394 shouldn't be
1028.06/1035.23	WSVECS04 Frhs2[330]: 6 0 211.421 shouldn't be
1028.16/1035.33	WSVECS04 Frhs2[22]: 6 0 1371 shouldn't be
1028.16/1035.33	WSVECS04 Frhs2[94]: 6 0 58 shouldn't be
1028.16/1035.33	WSVECS04 Frhs2[99]: 6 0 6.54395 shouldn't be
1062.30/1069.76	c #Conflicts:    1871000 | #Constraints:     136107
1062.30/1069.76	c #Conflicts:    1872000 | #Constraints:     137107
1062.30/1069.76	c #Conflicts:    1873000 | #Constraints:     138107
1062.30/1069.76	c #Conflicts:    1874000 | #Constraints:     139107
1062.30/1069.76	c #Conflicts:    1875000 | #Constraints:     140107
1062.30/1069.76	c #Conflicts:    1876000 | #Constraints:     141107
1062.30/1069.76	c #Conflicts:    1877000 | #Constraints:     142107
1062.30/1069.76	c #Conflicts:    1878000 | #Constraints:     143107
1062.30/1069.76	c #Conflicts:    1879000 | #Constraints:     144107
1062.30/1069.76	c #Conflicts:    1880000 | #Constraints:     145107
1062.30/1069.76	c #Conflicts:    1881000 | #Constraints:     146107
1062.30/1069.76	c #Conflicts:    1882000 | #Constraints:     147109
1062.30/1069.76	c #Conflicts:    1883000 | #Constraints:     148110
1062.30/1069.76	c #Conflicts:    1884000 | #Constraints:     149111
1062.30/1069.76	c #Conflicts:    1885000 | #Constraints:     150113
1062.30/1069.76	c #Conflicts:    1886000 | #Constraints:     151114
1062.30/1069.76	c #Conflicts:    1887000 | #Constraints:     152114
1062.30/1069.76	c #Conflicts:    1888000 | #Constraints:     153115
1062.30/1069.76	c #Conflicts:    1889000 | #Constraints:     154119
1062.30/1069.76	c #Conflicts:    1890000 | #Constraints:     155120
1062.30/1069.76	c #Conflicts:    1891000 | #Constraints:     156121
1062.30/1069.76	c #Conflicts:    1892000 | #Constraints:     157121
1062.30/1069.76	c #Conflicts:    1893000 | #Constraints:     158122
1062.30/1069.76	c #Conflicts:    1894000 | #Constraints:     159122
1062.30/1069.76	c #Conflicts:    1895000 | #Constraints:     160123
1062.30/1069.76	WSVECS04 Frhs2[108]: 6 -21.5001 0 shouldn't be
1062.30/1069.76	WSVECS04 Frhs2[145]: 6 -112.455 0 shouldn't be
1062.30/1069.76	WSVECS04 Frhs2[178]: 6 -43 0 shouldn't be
1062.30/1069.76	WSVECS04 Frhs2[254]: 6 0 2.63645 shouldn't be
1062.30/1069.76	WSVECS04 Frhs2[380]: 6 0 108.636 shouldn't be
1062.30/1069.76	WSVECS04 Frhs2[389]: 6 0 126.182 shouldn't be
1062.30/1069.76	WSVECS04 Frhs2[410]: 6 0 106 shouldn't be
1062.30/1069.76	WSVECS04 Frhs2[420]: 6 0 139 shouldn't be
1062.30/1069.76	WSVECS04 Frhs2[433]: 6 -106 0 shouldn't be
1062.30/1069.76	WSVECS04 Frhs2[435]: 6 -106 0 shouldn't be
1062.30/1069.76	WSVECS04 Frhs2[446]: 6 -402.333 0 shouldn't be
1062.30/1069.76	WSVECS04 Frhs2[463]: 6 0 247 shouldn't be
1062.30/1069.76	WSVECS04 Frhs2[477]: 6 -302 0 shouldn't be
1062.30/1069.76	WSVECS04 Frhs2[514]: 6 0 455.5 shouldn't be
1062.30/1069.76	WSVECS04 Frhs2[535]: 6 -455.5 0 shouldn't be
1062.30/1069.76	WSVECS04 Frhs2[539]: 6 0 185.5 shouldn't be
1062.41/1069.82	WSVECS04 Frhs2[501]: 6 -605 0 shouldn't be
1067.00/1074.42	c #Conflicts:    1896000 | #Constraints:     161123
1067.00/1074.42	c #Conflicts:    1897000 | #Constraints:     162123
1067.00/1074.42	c #Conflicts:    1898000 | #Constraints:     163124
1067.00/1074.42	WSVECS04 Frhs2[7]: 6 0 93.0096 shouldn't be
1067.00/1074.42	WSVECS04 Frhs2[19]: 6 0 101 shouldn't be
1067.00/1074.42	WSVECS04 Frhs2[79]: 6 0 223.264 shouldn't be
1067.00/1074.42	WSVECS04 Frhs2[105]: 6 0 71.7453 shouldn't be
1067.00/1074.42	WSVECS04 Frhs2[222]: 6 0 82.0191 shouldn't be
1067.00/1074.42	WSVECS04 Frhs2[276]: 6 0 101 shouldn't be
1067.00/1074.42	WSVECS04 Frhs2[312]: 6 0 101 shouldn't be
1067.00/1074.42	WSVECS04 Frhs2[328]: 6 0 82.019 shouldn't be
1067.00/1074.42	WSVECS04 Frhs2[411]: 6 0 765.5 shouldn't be
1067.00/1074.42	WSVECS04 Frhs2[415]: 6 0 257 shouldn't be
1067.00/1074.42	WSVECS04 Frhs2[441]: 6 0 2007 shouldn't be
1067.00/1074.42	WSVECS04 Frhs2[453]: 6 -302 0 shouldn't be
1067.00/1074.42	WSVECS04 Frhs2[455]: 6 0 84.0001 shouldn't be
1067.00/1074.42	WSVECS04 Frhs2[469]: 6 -348 0 shouldn't be
1067.00/1074.42	WSVECS04 Frhs2[484]: 6 0 669 shouldn't be
1067.00/1074.42	WSVECS04 Frhs2[488]: 6 -257 0 shouldn't be
1067.00/1074.42	WSVECS04 Frhs2[490]: 6 0 22 shouldn't be
1067.90/1075.33	c INPROCESSING
1067.90/1075.33	c GARBAGE COLLECT
1067.90/1075.33	c rational objective 19413.4
1085.85/1093.31	c #Conflicts:    1899000 | #Constraints:      84780
1085.85/1093.31	c #Conflicts:    1900000 | #Constraints:      85781
1085.85/1093.31	c #Conflicts:    1901000 | #Constraints:      86785
1085.85/1093.31	c #Conflicts:    1902000 | #Constraints:      87789
1085.85/1093.31	c #Conflicts:    1903000 | #Constraints:      88790
1085.85/1093.31	c #Conflicts:    1904000 | #Constraints:      89792
1085.85/1093.31	c #Conflicts:    1905000 | #Constraints:      90799
1085.85/1093.31	c #Conflicts:    1906000 | #Constraints:      91800
1085.85/1093.31	c #Conflicts:    1907000 | #Constraints:      92802
1085.85/1093.31	c #Conflicts:    1908000 | #Constraints:      93843
1085.85/1093.31	c #Conflicts:    1909000 | #Constraints:      94844
1085.85/1093.31	c #Conflicts:    1910000 | #Constraints:      95844
1085.85/1093.31	c #Conflicts:    1911000 | #Constraints:      96844
1085.85/1093.31	c #Conflicts:    1912000 | #Constraints:      97846
1085.85/1093.31	c #Conflicts:    1913000 | #Constraints:      98848
1085.85/1093.31	c #Conflicts:    1914000 | #Constraints:      99850
1085.85/1093.31	c #Conflicts:    1915000 | #Constraints:     100851
1085.85/1093.31	c #Conflicts:    1916000 | #Constraints:     101853
1085.85/1093.31	c #Conflicts:    1917000 | #Constraints:     102857
1085.85/1093.31	c #Conflicts:    1918000 | #Constraints:     103859
1085.85/1093.31	c #Conflicts:    1919000 | #Constraints:     104860
1085.85/1093.31	c bounds 23916 >= 12179 @ 1069.6
1094.51/1102.16	c #Conflicts:    1920000 | #Constraints:     105867
1094.51/1102.16	c #Conflicts:    1921000 | #Constraints:     106869
1094.51/1102.16	c #Conflicts:    1922000 | #Constraints:     107872
1094.51/1102.16	c #Conflicts:    1923000 | #Constraints:     108873
1094.51/1102.16	c #Conflicts:    1924000 | #Constraints:     109874
1094.51/1102.16	c #Conflicts:    1925000 | #Constraints:     110876
1094.51/1102.16	c #Conflicts:    1926000 | #Constraints:     111877
1094.51/1102.16	c INPROCESSING
1094.51/1102.16	c GARBAGE COLLECT
1094.51/1102.16	c rational objective 19413.4
1114.25/1121.98	c #Conflicts:    1927000 | #Constraints:      59058
1114.25/1121.98	c #Conflicts:    1928000 | #Constraints:      60059
1114.25/1121.98	c #Conflicts:    1929000 | #Constraints:      61060
1114.25/1121.98	c #Conflicts:    1930000 | #Constraints:      62060
1114.25/1121.98	c #Conflicts:    1931000 | #Constraints:      63060
1114.25/1121.98	c #Conflicts:    1932000 | #Constraints:      64060
1114.25/1121.98	c #Conflicts:    1933000 | #Constraints:      65061
1114.25/1121.98	c #Conflicts:    1934000 | #Constraints:      66061
1114.25/1121.98	c #Conflicts:    1935000 | #Constraints:      67062
1114.25/1121.98	c #Conflicts:    1936000 | #Constraints:      68063
1114.25/1121.98	c #Conflicts:    1937000 | #Constraints:      69064
1114.25/1121.98	c #Conflicts:    1938000 | #Constraints:      70066
1114.25/1121.98	c #Conflicts:    1939000 | #Constraints:      71067
1114.25/1121.98	c #Conflicts:    1940000 | #Constraints:      72067
1114.25/1121.98	c #Conflicts:    1941000 | #Constraints:      73067
1114.25/1121.98	c #Conflicts:    1942000 | #Constraints:      74067
1114.25/1121.98	c #Conflicts:    1943000 | #Constraints:      75068
1114.25/1121.98	c #Conflicts:    1944000 | #Constraints:      76068
1114.25/1121.98	c #Conflicts:    1945000 | #Constraints:      77068
1114.25/1121.98	c #Conflicts:    1946000 | #Constraints:      78068
1114.25/1121.98	c #Conflicts:    1947000 | #Constraints:      79070
1114.25/1121.98	c #Conflicts:    1948000 | #Constraints:      80071
1114.25/1121.98	c #Conflicts:    1949000 | #Constraints:      81071
1114.25/1121.98	c #Conflicts:    1950000 | #Constraints:      82074
1114.25/1121.98	c #Conflicts:    1951000 | #Constraints:      83074
1114.25/1121.98	c #Conflicts:    1952000 | #Constraints:      84074
1114.25/1121.98	c #Conflicts:    1953000 | #Constraints:      85075
1114.25/1121.98	c #Conflicts:    1954000 | #Constraints:      86076
1114.25/1121.98	c #Conflicts:    1955000 | #Constraints:      87078
1114.25/1121.98	c INPROCESSING
1114.25/1121.98	c GARBAGE COLLECT
1114.25/1121.98	c rational objective 19413.4
1123.65/1131.49	c #Conflicts:    1956000 | #Constraints:      46992
1123.65/1131.49	c #Conflicts:    1957000 | #Constraints:      47992
1123.65/1131.49	c #Conflicts:    1958000 | #Constraints:      48993
1123.65/1131.49	c #Conflicts:    1959000 | #Constraints:      49994
1123.65/1131.49	c #Conflicts:    1960000 | #Constraints:      50995
1123.65/1131.49	c #Conflicts:    1961000 | #Constraints:      51995
1123.65/1131.49	c #Conflicts:    1962000 | #Constraints:      52995
1123.65/1131.49	c #Conflicts:    1963000 | #Constraints:      53996
1123.65/1131.49	c #Conflicts:    1964000 | #Constraints:      54996
1123.65/1131.49	c #Conflicts:    1965000 | #Constraints:      55996
1123.65/1131.49	c #Conflicts:    1966000 | #Constraints:      56996
1123.65/1131.49	c #Conflicts:    1967000 | #Constraints:      57998
1123.65/1131.49	c #Conflicts:    1968000 | #Constraints:      58998
1123.65/1131.49	c #Conflicts:    1969000 | #Constraints:      59999
1123.65/1131.49	c #Conflicts:    1970000 | #Constraints:      60999
1123.65/1131.49	c #Conflicts:    1971000 | #Constraints:      61999
1123.65/1131.49	c #Conflicts:    1972000 | #Constraints:      62999
1123.65/1131.49	WSVECS04 Frhs2[8]: 6 -158.645 0 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[25]: 6 0 45.4037 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[31]: 6 0 398.952 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[58]: 6 -97.8254 0 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[67]: 6 0 398.952 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[71]: 6 0 75.3896 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[75]: 6 0 147.5 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[78]: 6 0 147.5 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[89]: 6 0 14.6447 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[108]: 6 -708.271 0 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[121]: 6 0 45.4037 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[127]: 6 0 102.024 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[131]: 6 0 29.2892 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[181]: 6 -2104 0 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[187]: 6 0 41.976 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[197]: 6 0 14.6446 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[199]: 6 0 69.0543 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[203]: 6 0 29.2892 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[211]: 6 0 374.884 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[231]: 6 -13.3555 0 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[233]: 6 0 60.0483 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[277]: 6 0 45.4036 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[288]: 6 0 24.7651 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[367]: 6 0 370 shouldn't be
1123.65/1131.49	WSVECS04 Frhs2[378]: 6 0 264 shouldn't be
1123.75/1131.56	WSVECS04 Frhs2[83]: 6 0 14.6446 shouldn't be
1123.75/1131.56	WSVECS04 Frhs2[96]: 6 0 14.6447 shouldn't be
1123.75/1131.56	WSVECS04 Frhs2[225]: 6 0 13.3554 shouldn't be
1123.75/1131.56	WSVECS04 Frhs2[264]: 6 0 14.6446 shouldn't be
1123.75/1131.56	WSVECS04 Frhs2[276]: 6 0 14.6446 shouldn't be
1123.85/1131.65	WSVECS04 Frhs2[219]: 6 0 750.5 shouldn't be
1126.65/1134.47	c #Conflicts:    1973000 | #Constraints:      63999
1126.65/1134.47	c #Conflicts:    1974000 | #Constraints:      64999
1126.65/1134.47	c #Conflicts:    1975000 | #Constraints:      65999
1126.65/1134.47	c #Conflicts:    1976000 | #Constraints:      66999
1126.65/1134.47	WSVECS04 Frhs2[4]: 6 0 293.778 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[6]: 6 0 285 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[71]: 6 0 177 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[76]: 6 0 8.77785 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[83]: 6 0 177 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[99]: 6 0 354 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[111]: 6 -285 0 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[123]: 6 -92.8889 0 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[126]: 6 0 28.8889 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[133]: 6 0 62 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[157]: 6 0 8.77781 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[161]: 6 0 8.77787 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[182]: 6 0 276.222 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[212]: 6 0 17.8889 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[218]: 6 0 285 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[229]: 6 -664.111 0 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[244]: 6 0 521.222 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[256]: 6 0 8.77782 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[260]: 6 -236 0 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[269]: 6 -46.7779 0 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[270]: 6 0 28.8889 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[271]: 6 -509.444 0 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[280]: 6 0 556.889 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[281]: 6 -701.444 0 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[284]: 6 -781.111 0 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[288]: 6 0 17.889 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[311]: 6 -244.556 0 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[361]: 6 -936 0 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[362]: 6 -813 0 shouldn't be
1126.65/1134.47	WSVECS04 Frhs2[500]: 6 -408 0 shouldn't be
1131.53/1139.32	c #Conflicts:    1977000 | #Constraints:      67999
1131.53/1139.32	c #Conflicts:    1978000 | #Constraints:      68999
1131.53/1139.32	c #Conflicts:    1979000 | #Constraints:      70000
1131.53/1139.32	c #Conflicts:    1980000 | #Constraints:      71002
1131.53/1139.32	c #Conflicts:    1981000 | #Constraints:      72002
1131.53/1139.32	c #Conflicts:    1982000 | #Constraints:      73002
1131.53/1139.32	c #Conflicts:    1983000 | #Constraints:      74004
1131.53/1139.32	c INPROCESSING
1131.53/1139.32	c GARBAGE COLLECT
1131.53/1139.32	c rational objective 19413.4
1134.32/1142.19	c #Conflicts:    1984000 | #Constraints:      40145
1134.32/1142.19	c #Conflicts:    1985000 | #Constraints:      41147
1134.32/1142.19	c #Conflicts:    1986000 | #Constraints:      42147
1134.32/1142.19	c #Conflicts:    1987000 | #Constraints:      43147
1134.32/1142.19	c #Conflicts:    1988000 | #Constraints:      44149
1134.32/1142.19	c #Conflicts:    1989000 | #Constraints:      45149
1134.32/1142.19	WSVECS04 Frhs2[37]: 6 -101.714 0 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[51]: 6 -106 0 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[59]: 6 0 519.325 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[64]: 6 0 139.391 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[67]: 6 0 101.714 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[95]: 6 0 519.325 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[100]: 6 0 139.391 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[102]: 6 0 386 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[137]: 6 -1476 0 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[146]: 6 0 21.2858 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[152]: 6 -189.5 0 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[167]: 6 0 519.325 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[172]: 6 0 139.391 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[174]: 6 0 386 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[193]: 6 0 127.437 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[215]: 6 0 675.863 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[217]: 6 -123.643 0 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[220]: 6 0 101.714 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[232]: 6 0 3653.37 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[233]: 6 0 3634.21 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[234]: 6 0 3653.37 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[289]: 6 0 269.143 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[301]: 6 0 19.1588 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[318]: 6 0 386 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[355]: 6 0 101.714 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[364]: 6 0 792.286 shouldn't be
1134.32/1142.19	WSVECS04 Frhs2[498]: 6 0 693 shouldn't be
1142.40/1150.28	c #Conflicts:    1990000 | #Constraints:      46149
1142.40/1150.28	c #Conflicts:    1991000 | #Constraints:      47149
1142.40/1150.28	c #Conflicts:    1992000 | #Constraints:      48149
1142.40/1150.28	c #Conflicts:    1993000 | #Constraints:      49150
1142.40/1150.28	c #Conflicts:    1994000 | #Constraints:      50150
1142.40/1150.28	c #Conflicts:    1995000 | #Constraints:      51151
1142.40/1150.28	c #Conflicts:    1996000 | #Constraints:      52155
1142.40/1150.28	c #Conflicts:    1997000 | #Constraints:      53161
1142.40/1150.28	c #Conflicts:    1998000 | #Constraints:      54162
1142.40/1150.28	c #Conflicts:    1999000 | #Constraints:      55163
1142.40/1150.28	c #Conflicts:    2000000 | #Constraints:      56164
1142.40/1150.28	c #Conflicts:    2001000 | #Constraints:      57168
1142.40/1150.28	c #Conflicts:    2002000 | #Constraints:      58169
1142.40/1150.28	c #Conflicts:    2003000 | #Constraints:      59169
1142.40/1150.28	c #Conflicts:    2004000 | #Constraints:      60169
1142.40/1150.28	WSVECS04 Frhs2[71]: 6 0 689.375 shouldn't be
1142.40/1150.28	WSVECS04 Frhs2[96]: 6 0 13.2501 shouldn't be
1142.40/1150.28	WSVECS04 Frhs2[103]: 6 -3131.75 0 shouldn't be
1142.40/1150.28	WSVECS04 Frhs2[116]: 6 -459.25 0 shouldn't be
1142.40/1150.28	WSVECS04 Frhs2[131]: 6 0 6.62504 shouldn't be
1142.40/1150.28	WSVECS04 Frhs2[138]: 6 0 13.25 shouldn't be
1142.40/1150.28	WSVECS04 Frhs2[140]: 6 0 96.2501 shouldn't be
1142.40/1150.28	WSVECS04 Frhs2[143]: 6 -2573.63 0 shouldn't be
1142.40/1150.28	WSVECS04 Frhs2[177]: 6 0 834.625 shouldn't be
1142.40/1150.28	WSVECS04 Frhs2[179]: 6 0 726.063 shouldn't be
1142.40/1150.28	WSVECS04 Frhs2[212]: 6 0 96.25 shouldn't be
1142.40/1150.28	WSVECS04 Frhs2[216]: 6 -149.25 0 shouldn't be
1142.40/1150.28	WSVECS04 Frhs2[311]: 6 0 4.87506 shouldn't be
1142.40/1150.28	WSVECS04 Frhs2[361]: 6 -745 0 shouldn't be
1142.40/1150.28	WSVECS04 Frhs2[377]: 6 0 438 shouldn't be
1142.40/1150.28	WSVECS04 Frhs2[502]: 6 -485 0 shouldn't be
1142.40/1150.28	WSVECS04 Frhs2[540]: 6 0 60.8751 shouldn't be
1148.19/1156.07	c #Conflicts:    2005000 | #Constraints:      61170
1148.19/1156.07	c #Conflicts:    2006000 | #Constraints:      62172
1148.19/1156.07	c #Conflicts:    2007000 | #Constraints:      63173
1148.19/1156.07	c #Conflicts:    2008000 | #Constraints:      64174
1148.19/1156.07	c #Conflicts:    2009000 | #Constraints:      65177
1148.19/1156.07	c #Conflicts:    2010000 | #Constraints:      66179
1148.19/1156.07	c #Conflicts:    2011000 | #Constraints:      67182
1148.19/1156.07	c #Conflicts:    2012000 | #Constraints:      68184
1148.19/1156.07	c INPROCESSING
1148.19/1156.07	c GARBAGE COLLECT
1148.19/1156.07	c rational objective 19413.4
1166.73/1174.79	c #Conflicts:    2013000 | #Constraints:      37328
1166.73/1174.79	c #Conflicts:    2014000 | #Constraints:      38328
1166.73/1174.79	c #Conflicts:    2015000 | #Constraints:      39328
1166.73/1174.79	c #Conflicts:    2016000 | #Constraints:      40330
1166.73/1174.79	c #Conflicts:    2017000 | #Constraints:      41330
1166.73/1174.79	c #Conflicts:    2018000 | #Constraints:      42331
1166.73/1174.79	c #Conflicts:    2019000 | #Constraints:      43332
1166.73/1174.79	c #Conflicts:    2020000 | #Constraints:      44334
1166.73/1174.79	c #Conflicts:    2021000 | #Constraints:      45334
1166.73/1174.79	c #Conflicts:    2022000 | #Constraints:      46335
1166.73/1174.79	c #Conflicts:    2023000 | #Constraints:      47336
1166.73/1174.79	c #Conflicts:    2024000 | #Constraints:      48336
1166.73/1174.79	c #Conflicts:    2025000 | #Constraints:      49339
1166.73/1174.79	c #Conflicts:    2026000 | #Constraints:      50342
1166.73/1174.79	c #Conflicts:    2027000 | #Constraints:      51342
1166.73/1174.79	c #Conflicts:    2028000 | #Constraints:      52342
1166.73/1174.79	c #Conflicts:    2029000 | #Constraints:      53342
1166.73/1174.79	c #Conflicts:    2030000 | #Constraints:      54342
1166.73/1174.79	c #Conflicts:    2031000 | #Constraints:      55343
1166.73/1174.79	c #Conflicts:    2032000 | #Constraints:      56344
1166.73/1174.79	c #Conflicts:    2033000 | #Constraints:      57345
1166.73/1174.79	c #Conflicts:    2034000 | #Constraints:      58345
1166.73/1174.79	c #Conflicts:    2035000 | #Constraints:      59346
1166.73/1174.79	c #Conflicts:    2036000 | #Constraints:      60348
1166.73/1174.79	c #Conflicts:    2037000 | #Constraints:      61350
1166.73/1174.79	c #Conflicts:    2038000 | #Constraints:      62351
1166.73/1174.79	c #Conflicts:    2039000 | #Constraints:      63353
1166.73/1174.79	c #Conflicts:    2040000 | #Constraints:      64353
1166.73/1174.79	c #Conflicts:    2041000 | #Constraints:      65353
1166.73/1174.79	c #Conflicts:    2042000 | #Constraints:      66353
1166.73/1174.79	c #Conflicts:    2043000 | #Constraints:      67353
1166.73/1174.79	c #Conflicts:    2044000 | #Constraints:      68353
1166.73/1174.79	c #Conflicts:    2045000 | #Constraints:      69353
1166.73/1174.79	WSVECS04 Frhs2[1]: 6 -229 0 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[5]: 6 0 608.5 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[23]: 6 0 513 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[35]: 6 0 694.215 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[73]: 6 -975 0 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[76]: 6 0 325.5 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[109]: 6 0 68.2501 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[139]: 6 0 297.903 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[167]: 6 0 475 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[179]: 6 0 689.215 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[202]: 6 -38.0001 0 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[217]: 6 -416.5 0 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[223]: 6 0 413.25 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[250]: 6 0 199.431 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[255]: 6 0 45.5001 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[263]: 6 0 475 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[275]: 6 0 475 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[285]: 6 0 41.4931 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[287]: 6 0 710.569 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[295]: 6 0 355.75 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[301]: 6 0 31.5695 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[323]: 6 0 194.076 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[347]: 6 0 372 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[359]: 6 0 710.569 shouldn't be
1166.73/1174.79	WSVECS04 Frhs2[531]: 6 0 890.076 shouldn't be
1198.08/1206.25	c #Conflicts:    2046000 | #Constraints:      70353
1198.08/1206.25	c #Conflicts:    2047000 | #Constraints:      71353
1198.08/1206.25	c #Conflicts:    2048000 | #Constraints:      72354
1198.08/1206.25	c #Conflicts:    2049000 | #Constraints:      73354
1198.08/1206.25	c #Conflicts:    2050000 | #Constraints:      74354
1198.08/1206.25	c #Conflicts:    2051000 | #Constraints:      75354
1198.08/1206.25	c #Conflicts:    2052000 | #Constraints:      76354
1198.08/1206.25	c #Conflicts:    2053000 | #Constraints:      77354
1198.08/1206.25	c #Conflicts:    2054000 | #Constraints:      78355
1198.08/1206.25	c #Conflicts:    2055000 | #Constraints:      79355
1198.08/1206.25	c #Conflicts:    2056000 | #Constraints:      80355
1198.08/1206.25	c #Conflicts:    2057000 | #Constraints:      81356
1198.08/1206.25	c #Conflicts:    2058000 | #Constraints:      82358
1198.08/1206.25	c #Conflicts:    2059000 | #Constraints:      83358
1198.08/1206.25	c #Conflicts:    2060000 | #Constraints:      84358
1198.08/1206.25	c #Conflicts:    2061000 | #Constraints:      85358
1198.08/1206.25	c #Conflicts:    2062000 | #Constraints:      86359
1198.08/1206.25	c #Conflicts:    2063000 | #Constraints:      87360
1198.08/1206.25	c #Conflicts:    2064000 | #Constraints:      88361
1198.08/1206.25	c #Conflicts:    2065000 | #Constraints:      89362
1198.08/1206.25	c #Conflicts:    2066000 | #Constraints:      90363
1198.08/1206.25	c #Conflicts:    2067000 | #Constraints:      91363
1198.08/1206.25	c #Conflicts:    2068000 | #Constraints:      92365
1198.08/1206.25	c #Conflicts:    2069000 | #Constraints:      93365
1198.08/1206.25	c #Conflicts:    2070000 | #Constraints:      94365
1198.08/1206.25	c #Conflicts:    2071000 | #Constraints:      95367
1198.08/1206.25	c #Conflicts:    2072000 | #Constraints:      96368
1198.08/1206.25	c #Conflicts:    2073000 | #Constraints:      97368
1198.08/1206.25	c #Conflicts:    2074000 | #Constraints:      98368
1198.08/1206.25	c #Conflicts:    2075000 | #Constraints:      99368
1198.08/1206.25	c #Conflicts:    2076000 | #Constraints:     100368
1198.08/1206.25	c #Conflicts:    2077000 | #Constraints:     101368
1198.08/1206.25	c #Conflicts:    2078000 | #Constraints:     102368
1198.08/1206.25	c #Conflicts:    2079000 | #Constraints:     103369
1198.08/1206.25	c #Conflicts:    2080000 | #Constraints:     104369
1198.08/1206.25	c #Conflicts:    2081000 | #Constraints:     105369
1198.08/1206.25	c #Conflicts:    2082000 | #Constraints:     106370
1198.08/1206.25	WSVECS04 Frhs2[2]: 6 0 816 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[5]: 6 -77.99 0 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[13]: 6 0 202.3 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[17]: 6 0 63.01 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[19]: 6 0 179 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[23]: 6 0 152.51 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[40]: 6 0 218.9 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[73]: 6 -816 0 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[85]: 6 0 303.45 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[91]: 6 0 89.5 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[94]: 6 -89.5001 0 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[103]: 6 -3236.76 0 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[143]: 6 0 32.2834 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[152]: 6 -130.55 0 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[157]: 6 0 202.3 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[163]: 6 0 112.6 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[175]: 6 0 129.893 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[181]: 6 0 688.1 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[183]: 6 0 1605.1 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[193]: 6 0 202.3 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[199]: 6 0 89.5 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[217]: 6 -2244 0 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[224]: 6 0 176.13 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[229]: 6 0 202.3 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[256]: 6 0 213.8 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[269]: 6 0 23.1 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[301]: 6 0 202.3 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[337]: 6 0 202.3 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[339]: 6 -120.9 0 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[355]: 6 0 23.8934 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[361]: 6 -745 0 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[362]: 6 -665 0 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[381]: 6 -605 0 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[454]: 6 0 836.5 shouldn't be
1198.08/1206.25	WSVECS04 Frhs2[514]: 6 0 701.293 shouldn't be
1299.44/1308.03	c #Conflicts:    2083000 | #Constraints:     107370
1299.44/1308.03	c #Conflicts:    2084000 | #Constraints:     108370
1299.44/1308.03	c #Conflicts:    2085000 | #Constraints:     109370
1299.44/1308.03	c #Conflicts:    2086000 | #Constraints:     110371
1299.44/1308.03	c #Conflicts:    2087000 | #Constraints:     111371
1299.44/1308.03	c #Conflicts:    2088000 | #Constraints:     112372
1299.44/1308.03	c #Conflicts:    2089000 | #Constraints:     113374
1299.44/1308.03	c #Conflicts:    2090000 | #Constraints:     114376
1299.44/1308.03	c #Conflicts:    2091000 | #Constraints:     115378
1299.44/1308.03	c #Conflicts:    2092000 | #Constraints:     116378
1299.44/1308.03	c #Conflicts:    2093000 | #Constraints:     117378
1299.44/1308.03	c #Conflicts:    2094000 | #Constraints:     118379
1299.44/1308.03	c #Conflicts:    2095000 | #Constraints:     119379
1299.44/1308.03	c #Conflicts:    2096000 | #Constraints:     120379
1299.44/1308.03	c #Conflicts:    2097000 | #Constraints:     121380
1299.44/1308.03	c #Conflicts:    2098000 | #Constraints:     122381
1299.44/1308.03	c #Conflicts:    2099000 | #Constraints:     123381
1299.44/1308.03	c #Conflicts:    2100000 | #Constraints:     124383
1299.44/1308.03	c #Conflicts:    2101000 | #Constraints:     125384
1299.44/1308.03	c #Conflicts:    2102000 | #Constraints:     126384
1299.44/1308.03	c #Conflicts:    2103000 | #Constraints:     127386
1299.44/1308.03	c #Conflicts:    2104000 | #Constraints:     128387
1299.44/1308.03	c #Conflicts:    2105000 | #Constraints:     129387
1299.44/1308.03	c #Conflicts:    2106000 | #Constraints:     130387
1299.44/1308.03	c #Conflicts:    2107000 | #Constraints:     131387
1299.44/1308.03	c #Conflicts:    2108000 | #Constraints:     132387
1299.44/1308.03	c #Conflicts:    2109000 | #Constraints:     133388
1299.44/1308.03	c #Conflicts:    2110000 | #Constraints:     134388
1299.44/1308.03	c #Conflicts:    2111000 | #Constraints:     135388
1299.44/1308.03	c #Conflicts:    2112000 | #Constraints:     136388
1299.44/1308.03	c #Conflicts:    2113000 | #Constraints:     137389
1299.44/1308.03	c #Conflicts:    2114000 | #Constraints:     138389
1299.44/1308.03	c #Conflicts:    2115000 | #Constraints:     139390
1299.44/1308.03	c #Conflicts:    2116000 | #Constraints:     140391
1299.44/1308.03	c #Conflicts:    2117000 | #Constraints:     141391
1299.44/1308.03	c #Conflicts:    2118000 | #Constraints:     142391
1299.44/1308.03	c #Conflicts:    2119000 | #Constraints:     143392
1299.44/1308.03	c #Conflicts:    2120000 | #Constraints:     144392
1299.44/1308.03	c #Conflicts:    2121000 | #Constraints:     145392
1299.44/1308.03	c #Conflicts:    2122000 | #Constraints:     146392
1299.44/1308.03	c #Conflicts:    2123000 | #Constraints:     147394
1299.44/1308.03	c #Conflicts:    2124000 | #Constraints:     148394
1299.44/1308.03	c #Conflicts:    2125000 | #Constraints:     149395
1299.44/1308.03	c #Conflicts:    2126000 | #Constraints:     150395
1299.44/1308.03	c #Conflicts:    2127000 | #Constraints:     151396
1299.44/1308.03	c #Conflicts:    2128000 | #Constraints:     152396
1299.44/1308.03	c #Conflicts:    2129000 | #Constraints:     153396
1299.44/1308.03	c #Conflicts:    2130000 | #Constraints:     154396
1299.44/1308.03	c #Conflicts:    2131000 | #Constraints:     155396
1299.44/1308.03	c #Conflicts:    2132000 | #Constraints:     156396
1299.44/1308.03	c #Conflicts:    2133000 | #Constraints:     157396
1299.44/1308.03	c #Conflicts:    2134000 | #Constraints:     158396
1299.44/1308.03	c #Conflicts:    2135000 | #Constraints:     159397
1299.44/1308.03	c #Conflicts:    2136000 | #Constraints:     160397
1299.44/1308.03	c #Conflicts:    2137000 | #Constraints:     161397
1299.44/1308.03	c #Conflicts:    2138000 | #Constraints:     162397
1299.44/1308.03	c #Conflicts:    2139000 | #Constraints:     163397
1299.44/1308.03	c #Conflicts:    2140000 | #Constraints:     164397
1299.44/1308.03	c #Conflicts:    2141000 | #Constraints:     165397
1299.44/1308.03	c #Conflicts:    2142000 | #Constraints:     166397
1299.44/1308.03	c #Conflicts:    2143000 | #Constraints:     167397
1299.44/1308.03	c #Conflicts:    2144000 | #Constraints:     168398
1299.44/1308.03	c #Conflicts:    2145000 | #Constraints:     169399
1299.44/1308.03	c #Conflicts:    2146000 | #Constraints:     170400
1299.44/1308.03	c #Conflicts:    2147000 | #Constraints:     171400
1299.44/1308.03	c INPROCESSING
1299.44/1308.03	c GARBAGE COLLECT
1299.44/1308.03	c rational objective 19413.4
1301.63/1310.20	c #Conflicts:    2148000 | #Constraints:      88834
1301.63/1310.20	c #Conflicts:    2149000 | #Constraints:      89834
1301.63/1310.20	c #Conflicts:    2150000 | #Constraints:      90835
1301.63/1310.20	c #Conflicts:    2151000 | #Constraints:      91838
1301.63/1310.20	c bounds 23916 >= 12559 @ 1283.39
1329.58/1338.37	c #Conflicts:    2152000 | #Constraints:      92841
1329.58/1338.37	c #Conflicts:    2153000 | #Constraints:      93843
1329.58/1338.37	c #Conflicts:    2154000 | #Constraints:      94846
1329.58/1338.37	c #Conflicts:    2155000 | #Constraints:      95847
1329.58/1338.37	c #Conflicts:    2156000 | #Constraints:      96848
1329.58/1338.37	c #Conflicts:    2157000 | #Constraints:      97850
1329.58/1338.37	c #Conflicts:    2158000 | #Constraints:      98851
1329.58/1338.37	c #Conflicts:    2159000 | #Constraints:      99851
1329.58/1338.37	c #Conflicts:    2160000 | #Constraints:     100851
1329.58/1338.37	c #Conflicts:    2161000 | #Constraints:     101851
1329.58/1338.37	c #Conflicts:    2162000 | #Constraints:     102853
1329.58/1338.37	c #Conflicts:    2163000 | #Constraints:     103853
1329.58/1338.37	c #Conflicts:    2164000 | #Constraints:     104853
1329.58/1338.37	c #Conflicts:    2165000 | #Constraints:     105853
1329.58/1338.37	c #Conflicts:    2166000 | #Constraints:     106853
1329.58/1338.37	c #Conflicts:    2167000 | #Constraints:     107853
1329.58/1338.37	c #Conflicts:    2168000 | #Constraints:     108853
1329.58/1338.37	c #Conflicts:    2169000 | #Constraints:     109853
1329.58/1338.37	c #Conflicts:    2170000 | #Constraints:     110855
1329.58/1338.37	c #Conflicts:    2171000 | #Constraints:     111856
1329.58/1338.37	c #Conflicts:    2172000 | #Constraints:     112857
1329.58/1338.37	c #Conflicts:    2173000 | #Constraints:     113857
1329.58/1338.37	c #Conflicts:    2174000 | #Constraints:     114858
1329.58/1338.37	c #Conflicts:    2175000 | #Constraints:     115858
1329.58/1338.37	c #Conflicts:    2176000 | #Constraints:     116859
1329.58/1338.37	c #Conflicts:    2177000 | #Constraints:     117859
1329.58/1338.37	c INPROCESSING
1329.58/1338.37	c GARBAGE COLLECT
1329.58/1338.37	c rational objective 19413.4
1352.24/1361.05	c #Conflicts:    2178000 | #Constraints:      62008
1352.24/1361.05	c #Conflicts:    2179000 | #Constraints:      63008
1352.24/1361.05	c #Conflicts:    2180000 | #Constraints:      64012
1352.24/1361.05	c #Conflicts:    2181000 | #Constraints:      65013
1352.24/1361.05	c #Conflicts:    2182000 | #Constraints:      66013
1352.24/1361.05	c #Conflicts:    2183000 | #Constraints:      67013
1352.24/1361.05	c #Conflicts:    2184000 | #Constraints:      68013
1352.24/1361.05	c #Conflicts:    2185000 | #Constraints:      69013
1352.24/1361.05	c #Conflicts:    2186000 | #Constraints:      70013
1352.24/1361.05	c #Conflicts:    2187000 | #Constraints:      71016
1352.24/1361.05	c #Conflicts:    2188000 | #Constraints:      72017
1352.24/1361.05	c #Conflicts:    2189000 | #Constraints:      73017
1352.24/1361.05	c #Conflicts:    2190000 | #Constraints:      74017
1352.24/1361.05	c #Conflicts:    2191000 | #Constraints:      75019
1352.24/1361.05	c #Conflicts:    2192000 | #Constraints:      76019
1352.24/1361.05	c #Conflicts:    2193000 | #Constraints:      77019
1352.24/1361.05	c #Conflicts:    2194000 | #Constraints:      78019
1352.24/1361.05	c #Conflicts:    2195000 | #Constraints:      79021
1352.24/1361.05	c #Conflicts:    2196000 | #Constraints:      80022
1352.24/1361.05	c #Conflicts:    2197000 | #Constraints:      81024
1352.24/1361.05	c #Conflicts:    2198000 | #Constraints:      82024
1352.24/1361.05	c #Conflicts:    2199000 | #Constraints:      83024
1352.24/1361.05	c #Conflicts:    2200000 | #Constraints:      84024
1352.24/1361.05	c #Conflicts:    2201000 | #Constraints:      85024
1352.24/1361.05	c #Conflicts:    2202000 | #Constraints:      86025
1352.24/1361.05	c #Conflicts:    2203000 | #Constraints:      87025
1352.24/1361.05	c #Conflicts:    2204000 | #Constraints:      88025
1352.24/1361.05	c #Conflicts:    2205000 | #Constraints:      89027
1352.24/1361.05	c #Conflicts:    2206000 | #Constraints:      90028
1352.24/1361.05	c #Conflicts:    2207000 | #Constraints:      91029
1352.24/1361.05	c #Conflicts:    2208000 | #Constraints:      92030
1352.24/1361.05	c INPROCESSING
1352.24/1361.05	c GARBAGE COLLECT
1352.24/1361.05	c rational objective 19413.4
1372.44/1381.31	c #Conflicts:    2209000 | #Constraints:      49449
1372.44/1381.31	c #Conflicts:    2210000 | #Constraints:      50449
1372.44/1381.31	c #Conflicts:    2211000 | #Constraints:      51450
1372.44/1381.31	c #Conflicts:    2212000 | #Constraints:      52451
1372.44/1381.31	c #Conflicts:    2213000 | #Constraints:      53451
1372.44/1381.31	c #Conflicts:    2214000 | #Constraints:      54451
1372.44/1381.31	c #Conflicts:    2215000 | #Constraints:      55451
1372.44/1381.31	c #Conflicts:    2216000 | #Constraints:      56452
1372.44/1381.31	c #Conflicts:    2217000 | #Constraints:      57452
1372.44/1381.31	c #Conflicts:    2218000 | #Constraints:      58454
1372.44/1381.31	c #Conflicts:    2219000 | #Constraints:      59454
1372.44/1381.31	c #Conflicts:    2220000 | #Constraints:      60455
1372.44/1381.31	c #Conflicts:    2221000 | #Constraints:      61456
1372.44/1381.31	c #Conflicts:    2222000 | #Constraints:      62456
1372.44/1381.31	c #Conflicts:    2223000 | #Constraints:      63457
1372.44/1381.31	c #Conflicts:    2224000 | #Constraints:      64457
1372.44/1381.31	c #Conflicts:    2225000 | #Constraints:      65457
1372.44/1381.31	c #Conflicts:    2226000 | #Constraints:      66457
1372.44/1381.31	c #Conflicts:    2227000 | #Constraints:      67457
1372.44/1381.31	c #Conflicts:    2228000 | #Constraints:      68457
1372.44/1381.31	c #Conflicts:    2229000 | #Constraints:      69457
1372.44/1381.31	c #Conflicts:    2230000 | #Constraints:      70457
1372.44/1381.31	c #Conflicts:    2231000 | #Constraints:      71458
1372.44/1381.31	c #Conflicts:    2232000 | #Constraints:      72458
1372.44/1381.31	c #Conflicts:    2233000 | #Constraints:      73459
1372.44/1381.31	c #Conflicts:    2234000 | #Constraints:      74459
1372.44/1381.31	c #Conflicts:    2235000 | #Constraints:      75460
1372.44/1381.31	c #Conflicts:    2236000 | #Constraints:      76460
1372.44/1381.31	c #Conflicts:    2237000 | #Constraints:      77460
1372.44/1381.31	c #Conflicts:    2238000 | #Constraints:      78460
1372.44/1381.31	c INPROCESSING
1372.44/1381.31	c GARBAGE COLLECT
1372.44/1381.31	c rational objective 19413.4
1386.50/1395.45	c #Conflicts:    2239000 | #Constraints:      42423
1386.50/1395.45	c #Conflicts:    2240000 | #Constraints:      43423
1386.50/1395.45	c #Conflicts:    2241000 | #Constraints:      44423
1386.50/1395.45	c #Conflicts:    2242000 | #Constraints:      45423
1386.50/1395.45	c #Conflicts:    2243000 | #Constraints:      46424
1386.50/1395.45	c #Conflicts:    2244000 | #Constraints:      47424
1386.50/1395.45	c #Conflicts:    2245000 | #Constraints:      48424
1386.50/1395.45	c #Conflicts:    2246000 | #Constraints:      49425
1386.50/1395.45	c #Conflicts:    2247000 | #Constraints:      50425
1386.50/1395.45	c #Conflicts:    2248000 | #Constraints:      51425
1386.50/1395.45	c #Conflicts:    2249000 | #Constraints:      52425
1386.50/1395.45	c #Conflicts:    2250000 | #Constraints:      53425
1386.50/1395.45	c #Conflicts:    2251000 | #Constraints:      54425
1386.50/1395.45	c #Conflicts:    2252000 | #Constraints:      55426
1386.50/1395.45	c #Conflicts:    2253000 | #Constraints:      56426
1386.50/1395.45	c #Conflicts:    2254000 | #Constraints:      57426
1386.50/1395.45	c #Conflicts:    2255000 | #Constraints:      58426
1386.50/1395.45	c #Conflicts:    2256000 | #Constraints:      59427
1386.50/1395.45	c #Conflicts:    2257000 | #Constraints:      60427
1386.50/1395.45	c #Conflicts:    2258000 | #Constraints:      61427
1386.50/1395.45	c #Conflicts:    2259000 | #Constraints:      62428
1386.50/1395.45	c #Conflicts:    2260000 | #Constraints:      63428
1386.50/1395.45	c #Conflicts:    2261000 | #Constraints:      64429
1386.50/1395.45	c #Conflicts:    2262000 | #Constraints:      65430
1386.50/1395.45	c #Conflicts:    2263000 | #Constraints:      66432
1386.50/1395.45	c #Conflicts:    2264000 | #Constraints:      67433
1386.50/1395.45	c #Conflicts:    2265000 | #Constraints:      68435
1386.50/1395.45	c #Conflicts:    2266000 | #Constraints:      69437
1386.50/1395.45	c #Conflicts:    2267000 | #Constraints:      70437
1386.50/1395.45	c #Conflicts:    2268000 | #Constraints:      71438
1386.50/1395.45	c #Conflicts:    2269000 | #Constraints:      72438
1386.50/1395.45	c INPROCESSING
1386.50/1395.45	c GARBAGE COLLECT
1386.50/1395.45	c rational objective 19413.4
1414.24/1423.34	c #Conflicts:    2270000 | #Constraints:      39560
1414.24/1423.34	c #Conflicts:    2271000 | #Constraints:      40560
1414.24/1423.34	c #Conflicts:    2272000 | #Constraints:      41560
1414.24/1423.34	c #Conflicts:    2273000 | #Constraints:      42560
1414.24/1423.34	c #Conflicts:    2274000 | #Constraints:      43561
1414.24/1423.34	c #Conflicts:    2275000 | #Constraints:      44561
1414.24/1423.34	c #Conflicts:    2276000 | #Constraints:      45562
1414.24/1423.34	c #Conflicts:    2277000 | #Constraints:      46562
1414.24/1423.34	c #Conflicts:    2278000 | #Constraints:      47562
1414.24/1423.34	c #Conflicts:    2279000 | #Constraints:      48562
1414.24/1423.34	c #Conflicts:    2280000 | #Constraints:      49562
1414.24/1423.34	c #Conflicts:    2281000 | #Constraints:      50562
1414.24/1423.34	c #Conflicts:    2282000 | #Constraints:      51564
1414.24/1423.34	c #Conflicts:    2283000 | #Constraints:      52564
1414.24/1423.34	c #Conflicts:    2284000 | #Constraints:      53565
1414.24/1423.34	c #Conflicts:    2285000 | #Constraints:      54565
1414.24/1423.34	c #Conflicts:    2286000 | #Constraints:      55565
1414.24/1423.34	c #Conflicts:    2287000 | #Constraints:      56566
1414.24/1423.34	c #Conflicts:    2288000 | #Constraints:      57566
1414.24/1423.34	c #Conflicts:    2289000 | #Constraints:      58566
1414.24/1423.34	c #Conflicts:    2290000 | #Constraints:      59566
1414.24/1423.34	c #Conflicts:    2291000 | #Constraints:      60566
1414.24/1423.34	c #Conflicts:    2292000 | #Constraints:      61566
1414.24/1423.34	c #Conflicts:    2293000 | #Constraints:      62567
1414.24/1423.34	c #Conflicts:    2294000 | #Constraints:      63568
1414.24/1423.34	c #Conflicts:    2295000 | #Constraints:      64568
1414.24/1423.34	c #Conflicts:    2296000 | #Constraints:      65568
1414.24/1423.34	c #Conflicts:    2297000 | #Constraints:      66568
1414.24/1423.34	c #Conflicts:    2298000 | #Constraints:      67568
1414.24/1423.34	c #Conflicts:    2299000 | #Constraints:      68569
1414.24/1423.34	c #Conflicts:    2300000 | #Constraints:      69570
1414.24/1423.34	c #Conflicts:    2301000 | #Constraints:      70570
1414.24/1423.34	c #Conflicts:    2302000 | #Constraints:      71570
1414.24/1423.34	c #Conflicts:    2303000 | #Constraints:      72570
1414.24/1423.34	c #Conflicts:    2304000 | #Constraints:      73570
1414.24/1423.34	c #Conflicts:    2305000 | #Constraints:      74570
1414.24/1423.34	c #Conflicts:    2306000 | #Constraints:      75570
1414.24/1423.34	c #Conflicts:    2307000 | #Constraints:      76572
1414.24/1423.34	c #Conflicts:    2308000 | #Constraints:      77572
1414.24/1423.34	c #Conflicts:    2309000 | #Constraints:      78572
1414.24/1423.34	c #Conflicts:    2310000 | #Constraints:      79574
1414.24/1423.34	c #Conflicts:    2311000 | #Constraints:      80574
1414.24/1423.34	c #Conflicts:    2312000 | #Constraints:      81574
1414.24/1423.34	c #Conflicts:    2313000 | #Constraints:      82575
1414.24/1423.34	c #Conflicts:    2314000 | #Constraints:      83576
1414.24/1423.34	c #Conflicts:    2315000 | #Constraints:      84576
1414.24/1423.34	c #Conflicts:    2316000 | #Constraints:      85576
1414.24/1423.34	WSVECS04 Frhs2[52]: 6 0 106 shouldn't be
1414.24/1423.34	WSVECS04 Frhs2[78]: 6 0 55 shouldn't be
1414.24/1423.34	WSVECS04 Frhs2[82]: 6 0 845.667 shouldn't be
1414.24/1423.34	WSVECS04 Frhs2[109]: 6 -6.00004 0 shouldn't be
1414.24/1423.34	WSVECS04 Frhs2[111]: 6 0 744 shouldn't be
1414.24/1423.34	WSVECS04 Frhs2[114]: 6 0 55 shouldn't be
1414.24/1423.34	WSVECS04 Frhs2[160]: 6 0 57.0001 shouldn't be
1414.24/1423.34	WSVECS04 Frhs2[177]: 6 0 155 shouldn't be
1414.24/1423.34	WSVECS04 Frhs2[179]: 6 0 49.0001 shouldn't be
1414.24/1423.34	WSVECS04 Frhs2[189]: 6 -295.667 0 shouldn't be
1414.24/1423.34	WSVECS04 Frhs2[195]: 6 -106 0 shouldn't be
1414.24/1423.34	WSVECS04 Frhs2[217]: 6 -171 0 shouldn't be
1414.24/1423.34	WSVECS04 Frhs2[220]: 6 0 463 shouldn't be
1414.24/1423.34	WSVECS04 Frhs2[229]: 6 0 106 shouldn't be
1414.24/1423.34	WSVECS04 Frhs2[289]: 6 -518 0 shouldn't be
1414.24/1423.34	WSVECS04 Frhs2[294]: 6 0 55 shouldn't be
1414.24/1423.34	WSVECS04 Frhs2[341]: 6 0 49 shouldn't be
1414.24/1423.34	WSVECS04 Frhs2[463]: 6 0 172 shouldn't be
1468.06/1477.48	c #Conflicts:    2317000 | #Constraints:      86576
1468.06/1477.48	c #Conflicts:    2318000 | #Constraints:      87576
1468.06/1477.48	c #Conflicts:    2319000 | #Constraints:      88576
1468.06/1477.48	c #Conflicts:    2320000 | #Constraints:      89576
1468.06/1477.48	c #Conflicts:    2321000 | #Constraints:      90576
1468.06/1477.48	c #Conflicts:    2322000 | #Constraints:      91576
1468.06/1477.48	c #Conflicts:    2323000 | #Constraints:      92576
1468.06/1477.48	c #Conflicts:    2324000 | #Constraints:      93578
1468.06/1477.48	c #Conflicts:    2325000 | #Constraints:      94580
1468.06/1477.48	c #Conflicts:    2326000 | #Constraints:      95580
1468.06/1477.48	c #Conflicts:    2327000 | #Constraints:      96580
1468.06/1477.48	c #Conflicts:    2328000 | #Constraints:      97581
1468.06/1477.48	c #Conflicts:    2329000 | #Constraints:      98581
1468.06/1477.48	c #Conflicts:    2330000 | #Constraints:      99582
1468.06/1477.48	c #Conflicts:    2331000 | #Constraints:     100582
1468.06/1477.48	c #Conflicts:    2332000 | #Constraints:     101583
1468.06/1477.48	c #Conflicts:    2333000 | #Constraints:     102583
1468.06/1477.48	c #Conflicts:    2334000 | #Constraints:     103583
1468.06/1477.48	c #Conflicts:    2335000 | #Constraints:     104583
1468.06/1477.48	c #Conflicts:    2336000 | #Constraints:     105583
1468.06/1477.48	c #Conflicts:    2337000 | #Constraints:     106583
1468.06/1477.48	c #Conflicts:    2338000 | #Constraints:     107584
1468.06/1477.48	c #Conflicts:    2339000 | #Constraints:     108584
1468.06/1477.48	c #Conflicts:    2340000 | #Constraints:     109584
1468.06/1477.48	c #Conflicts:    2341000 | #Constraints:     110584
1468.06/1477.48	c #Conflicts:    2342000 | #Constraints:     111586
1468.06/1477.48	c #Conflicts:    2343000 | #Constraints:     112586
1468.06/1477.48	c #Conflicts:    2344000 | #Constraints:     113586
1468.06/1477.48	c #Conflicts:    2345000 | #Constraints:     114586
1468.06/1477.48	c #Conflicts:    2346000 | #Constraints:     115586
1468.06/1477.48	c #Conflicts:    2347000 | #Constraints:     116588
1468.06/1477.48	c #Conflicts:    2348000 | #Constraints:     117589
1468.06/1477.48	c #Conflicts:    2349000 | #Constraints:     118589
1468.06/1477.48	c #Conflicts:    2350000 | #Constraints:     119590
1468.06/1477.48	c #Conflicts:    2351000 | #Constraints:     120590
1468.06/1477.48	c #Conflicts:    2352000 | #Constraints:     121591
1468.06/1477.48	c #Conflicts:    2353000 | #Constraints:     122593
1468.06/1477.48	c #Conflicts:    2354000 | #Constraints:     123594
1468.06/1477.48	c #Conflicts:    2355000 | #Constraints:     124594
1468.06/1477.48	c #Conflicts:    2356000 | #Constraints:     125594
1468.06/1477.48	c #Conflicts:    2357000 | #Constraints:     126594
1468.06/1477.48	c #Conflicts:    2358000 | #Constraints:     127594
1468.06/1477.48	c #Conflicts:    2359000 | #Constraints:     128594
1468.06/1477.48	c #Conflicts:    2360000 | #Constraints:     129595
1468.06/1477.48	c #Conflicts:    2361000 | #Constraints:     130595
1468.06/1477.48	c #Conflicts:    2362000 | #Constraints:     131595
1468.06/1477.48	c #Conflicts:    2363000 | #Constraints:     132596
1468.06/1477.48	c #Conflicts:    2364000 | #Constraints:     133596
1468.06/1477.48	c #Conflicts:    2365000 | #Constraints:     134596
1468.06/1477.48	c #Conflicts:    2366000 | #Constraints:     135597
1468.06/1477.48	c #Conflicts:    2367000 | #Constraints:     136597
1468.06/1477.48	c #Conflicts:    2368000 | #Constraints:     137598
1468.06/1477.48	c #Conflicts:    2369000 | #Constraints:     138599
1468.06/1477.48	c #Conflicts:    2370000 | #Constraints:     139599
1468.06/1477.48	c #Conflicts:    2371000 | #Constraints:     140600
1468.06/1477.48	c #Conflicts:    2372000 | #Constraints:     141600
1468.06/1477.48	c #Conflicts:    2373000 | #Constraints:     142600
1468.06/1477.48	WSVECS04 Frhs2[3]: 6 0 204 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[28]: 6 0 294.5 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[43]: 6 0 98.5 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[45]: 6 0 0.500021 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[46]: 6 0 6.07145 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[47]: 6 0 0.500052 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[65]: 6 -391.813 0 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[74]: 6 -423 0 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[79]: 6 0 98.5 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[93]: 6 -742.884 0 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[114]: 6 0 93.4286 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[145]: 6 0 177 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[164]: 6 0 51.5001 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[168]: 6 0 51.5001 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[213]: 6 -472.214 0 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[222]: 6 0 93.4286 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[224]: 6 -98.5001 0 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[225]: 6 0 0.500084 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[226]: 6 0 6.07145 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[227]: 6 0 0.500074 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[243]: 6 0 52.7501 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[247]: 6 0 99.0715 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[248]: 6 0 99.0715 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[249]: 6 0 99.0715 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[255]: 6 0 204 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[271]: 6 0 742.884 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[272]: 6 0 51.5 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[279]: 6 0 55.625 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[291]: 6 0 204 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[307]: 6 0 691.384 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[310]: 6 -103 0 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[427]: 6 0 106 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[453]: 6 -179 0 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[465]: 6 -106 0 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[469]: 6 -888 0 shouldn't be
1468.06/1477.48	WSVECS04 Frhs2[494]: 6 -938.375 0 shouldn't be
1477.74/1487.10	c #Conflicts:    2374000 | #Constraints:     143601
1477.74/1487.10	c #Conflicts:    2375000 | #Constraints:     144601
1477.74/1487.10	c #Conflicts:    2376000 | #Constraints:     145601
1477.74/1487.10	c #Conflicts:    2377000 | #Constraints:     146602
1477.74/1487.10	c #Conflicts:    2378000 | #Constraints:     147602
1477.74/1487.10	c #Conflicts:    2379000 | #Constraints:     148603
1477.74/1487.10	c #Conflicts:    2380000 | #Constraints:     149603
1477.74/1487.10	c #Conflicts:    2381000 | #Constraints:     150603
1477.74/1487.10	WSVECS04 Frhs2[15]: 6 0 106 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[56]: 6 0 372 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[58]: 6 -87.6601 0 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[60]: 6 0 414.68 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[123]: 6 -106 0 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[128]: 6 0 372 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[130]: 6 -193.66 0 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[151]: 6 0 189.71 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[155]: 6 0 25.4301 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[156]: 6 0 86.8401 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[166]: 6 0 261.77 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[172]: 6 0 680.92 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[217]: 6 -991.92 0 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[235]: 6 0 534.66 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[238]: 6 0 75.0001 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[244]: 6 0 680.92 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[271]: 6 0 459.66 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[274]: 6 -137.32 0 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[280]: 6 0 680.92 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[298]: 6 0 287.52 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[300]: 6 0 86.84 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[307]: 6 0 459.66 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[308]: 6 0 372 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[310]: 6 -119.68 0 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[321]: 6 -297.36 0 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[331]: 6 0 176.12 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[332]: 6 -151 0 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[351]: 6 -785 0 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[377]: 6 -334 0 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[454]: 6 0 901.68 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[471]: 6 0 1045.68 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[494]: 6 -415 0 shouldn't be
1477.74/1487.10	WSVECS04 Frhs2[525]: 6 -48.64 0 shouldn't be
1524.03/1533.60	c #Conflicts:    2382000 | #Constraints:     151603
1524.03/1533.60	c #Conflicts:    2383000 | #Constraints:     152603
1524.03/1533.60	c #Conflicts:    2384000 | #Constraints:     153604
1524.03/1533.60	c #Conflicts:    2385000 | #Constraints:     154604
1524.03/1533.60	c #Conflicts:    2386000 | #Constraints:     155604
1524.03/1533.60	c #Conflicts:    2387000 | #Constraints:     156608
1524.03/1533.60	c #Conflicts:    2388000 | #Constraints:     157608
1524.03/1533.60	c #Conflicts:    2389000 | #Constraints:     158608
1524.03/1533.60	c #Conflicts:    2390000 | #Constraints:     159609
1524.03/1533.60	c #Conflicts:    2391000 | #Constraints:     160609
1524.03/1533.60	c #Conflicts:    2392000 | #Constraints:     161611
1524.03/1533.60	c #Conflicts:    2393000 | #Constraints:     162612
1524.03/1533.60	c #Conflicts:    2394000 | #Constraints:     163614
1524.03/1533.60	c #Conflicts:    2395000 | #Constraints:     164616
1524.03/1533.60	c #Conflicts:    2396000 | #Constraints:     165616
1524.03/1533.60	c #Conflicts:    2397000 | #Constraints:     166618
1524.03/1533.60	c #Conflicts:    2398000 | #Constraints:     167618
1524.03/1533.60	c #Conflicts:    2399000 | #Constraints:     168618
1524.03/1533.60	c #Conflicts:    2400000 | #Constraints:     169619
1524.03/1533.60	c #Conflicts:    2401000 | #Constraints:     170619
1524.03/1533.60	c #Conflicts:    2402000 | #Constraints:     171619
1524.03/1533.60	c #Conflicts:    2403000 | #Constraints:     172619
1524.03/1533.60	c #Conflicts:    2404000 | #Constraints:     173619
1524.03/1533.60	c #Conflicts:    2405000 | #Constraints:     174619
1524.03/1533.60	c #Conflicts:    2406000 | #Constraints:     175619
1524.03/1533.60	c #Conflicts:    2407000 | #Constraints:     176621
1524.03/1533.60	c #Conflicts:    2408000 | #Constraints:     177621
1524.03/1533.60	c #Conflicts:    2409000 | #Constraints:     178622
1524.03/1533.60	c #Conflicts:    2410000 | #Constraints:     179623
1524.03/1533.60	c INPROCESSING
1524.03/1533.60	c GARBAGE COLLECT
1524.03/1533.60	c rational objective 19413.4
1549.96/1559.69	c #Conflicts:    2411000 | #Constraints:      92843
1549.96/1559.69	c #Conflicts:    2412000 | #Constraints:      93844
1549.96/1559.69	c #Conflicts:    2413000 | #Constraints:      94848
1549.96/1559.69	c #Conflicts:    2414000 | #Constraints:      95849
1549.96/1559.69	c #Conflicts:    2415000 | #Constraints:      96851
1549.96/1559.69	c #Conflicts:    2416000 | #Constraints:      97851
1549.96/1559.69	c #Conflicts:    2417000 | #Constraints:      98852
1549.96/1559.69	c #Conflicts:    2418000 | #Constraints:      99852
1549.96/1559.69	c #Conflicts:    2419000 | #Constraints:     100855
1549.96/1559.69	c #Conflicts:    2420000 | #Constraints:     101856
1549.96/1559.69	c #Conflicts:    2421000 | #Constraints:     102858
1549.96/1559.69	c #Conflicts:    2422000 | #Constraints:     103860
1549.96/1559.69	c #Conflicts:    2423000 | #Constraints:     104860
1549.96/1559.69	c #Conflicts:    2424000 | #Constraints:     105861
1549.96/1559.69	c #Conflicts:    2425000 | #Constraints:     106861
1549.96/1559.69	c #Conflicts:    2426000 | #Constraints:     107861
1549.96/1559.69	c #Conflicts:    2427000 | #Constraints:     108862
1549.96/1559.69	c #Conflicts:    2428000 | #Constraints:     109863
1549.96/1559.69	c #Conflicts:    2429000 | #Constraints:     110865
1549.96/1559.69	c #Conflicts:    2430000 | #Constraints:     111865
1549.96/1559.69	c #Conflicts:    2431000 | #Constraints:     112866
1549.96/1559.69	c #Conflicts:    2432000 | #Constraints:     113866
1549.96/1559.69	c #Conflicts:    2433000 | #Constraints:     114866
1549.96/1559.69	c #Conflicts:    2434000 | #Constraints:     115866
1549.96/1559.69	c #Conflicts:    2435000 | #Constraints:     116867
1549.96/1559.69	c #Conflicts:    2436000 | #Constraints:     117867
1549.96/1559.69	c #Conflicts:    2437000 | #Constraints:     118867
1549.96/1559.69	c #Conflicts:    2438000 | #Constraints:     119868
1549.96/1559.69	c #Conflicts:    2439000 | #Constraints:     120869
1549.96/1559.69	c #Conflicts:    2440000 | #Constraints:     121870
1549.96/1559.69	c #Conflicts:    2441000 | #Constraints:     122872
1549.96/1559.69	c #Conflicts:    2442000 | #Constraints:     123873
1549.96/1559.69	c INPROCESSING
1549.96/1559.69	c GARBAGE COLLECT
1549.96/1559.69	c rational objective 19413.4
1578.71/1588.59	c #Conflicts:    2443000 | #Constraints:      64955
1578.71/1588.59	c #Conflicts:    2444000 | #Constraints:      65955
1578.71/1588.59	c #Conflicts:    2445000 | #Constraints:      66955
1578.71/1588.59	c #Conflicts:    2446000 | #Constraints:      67955
1578.71/1588.59	c #Conflicts:    2447000 | #Constraints:      68955
1578.71/1588.59	c #Conflicts:    2448000 | #Constraints:      69958
1578.71/1588.59	c #Conflicts:    2449000 | #Constraints:      70959
1578.71/1588.59	c #Conflicts:    2450000 | #Constraints:      71960
1578.71/1588.59	c #Conflicts:    2451000 | #Constraints:      72960
1578.71/1588.59	c #Conflicts:    2452000 | #Constraints:      73960
1578.71/1588.59	c #Conflicts:    2453000 | #Constraints:      74960
1578.71/1588.59	c #Conflicts:    2454000 | #Constraints:      75960
1578.71/1588.59	c #Conflicts:    2455000 | #Constraints:      76961
1578.71/1588.59	c #Conflicts:    2456000 | #Constraints:      77963
1578.71/1588.59	c #Conflicts:    2457000 | #Constraints:      78965
1578.71/1588.59	c #Conflicts:    2458000 | #Constraints:      79965
1578.71/1588.59	c #Conflicts:    2459000 | #Constraints:      80966
1578.71/1588.59	c #Conflicts:    2460000 | #Constraints:      81966
1578.71/1588.59	c #Conflicts:    2461000 | #Constraints:      82967
1578.71/1588.59	c #Conflicts:    2462000 | #Constraints:      83968
1578.71/1588.59	c #Conflicts:    2463000 | #Constraints:      84969
1578.71/1588.59	c #Conflicts:    2464000 | #Constraints:      85969
1578.71/1588.59	c #Conflicts:    2465000 | #Constraints:      86969
1578.71/1588.59	c #Conflicts:    2466000 | #Constraints:      87970
1578.71/1588.59	c #Conflicts:    2467000 | #Constraints:      88970
1578.71/1588.59	c #Conflicts:    2468000 | #Constraints:      89970
1578.71/1588.59	c #Conflicts:    2469000 | #Constraints:      90971
1578.71/1588.59	c #Conflicts:    2470000 | #Constraints:      91971
1578.71/1588.59	c #Conflicts:    2471000 | #Constraints:      92972
1578.71/1588.59	c #Conflicts:    2472000 | #Constraints:      93972
1578.71/1588.59	c #Conflicts:    2473000 | #Constraints:      94972
1578.71/1588.59	c #Conflicts:    2474000 | #Constraints:      95972
1578.71/1588.59	c #Conflicts:    2475000 | #Constraints:      96973
1578.71/1588.59	c INPROCESSING
1578.71/1588.59	c GARBAGE COLLECT
1578.71/1588.59	c rational objective 19413.4
1602.36/1612.32	c #Conflicts:    2476000 | #Constraints:      51930
1602.36/1612.32	c #Conflicts:    2477000 | #Constraints:      52930
1602.36/1612.32	c #Conflicts:    2478000 | #Constraints:      53930
1602.36/1612.32	c #Conflicts:    2479000 | #Constraints:      54930
1602.36/1612.32	c #Conflicts:    2480000 | #Constraints:      55930
1602.36/1612.32	c #Conflicts:    2481000 | #Constraints:      56930
1602.36/1612.32	c #Conflicts:    2482000 | #Constraints:      57931
1602.36/1612.32	c #Conflicts:    2483000 | #Constraints:      58933
1602.36/1612.32	c #Conflicts:    2484000 | #Constraints:      59933
1602.36/1612.32	c #Conflicts:    2485000 | #Constraints:      60933
1602.36/1612.32	c #Conflicts:    2486000 | #Constraints:      61933
1602.36/1612.32	c #Conflicts:    2487000 | #Constraints:      62936
1602.36/1612.32	c #Conflicts:    2488000 | #Constraints:      63939
1602.36/1612.32	c #Conflicts:    2489000 | #Constraints:      64941
1602.36/1612.32	c #Conflicts:    2490000 | #Constraints:      65941
1602.36/1612.32	c #Conflicts:    2491000 | #Constraints:      66942
1602.36/1612.32	c #Conflicts:    2492000 | #Constraints:      67942
1602.36/1612.32	c #Conflicts:    2493000 | #Constraints:      68942
1602.36/1612.32	c #Conflicts:    2494000 | #Constraints:      69942
1602.36/1612.32	c #Conflicts:    2495000 | #Constraints:      70942
1602.36/1612.32	c #Conflicts:    2496000 | #Constraints:      71945
1602.36/1612.32	c #Conflicts:    2497000 | #Constraints:      72945
1602.36/1612.32	c #Conflicts:    2498000 | #Constraints:      73946
1602.36/1612.32	c #Conflicts:    2499000 | #Constraints:      74946
1602.36/1612.32	c #Conflicts:    2500000 | #Constraints:      75946
1602.36/1612.32	c #Conflicts:    2501000 | #Constraints:      76946
1602.36/1612.32	c #Conflicts:    2502000 | #Constraints:      77947
1602.36/1612.32	c #Conflicts:    2503000 | #Constraints:      78947
1602.36/1612.32	c #Conflicts:    2504000 | #Constraints:      79948
1602.36/1612.32	c #Conflicts:    2505000 | #Constraints:      80948
1602.36/1612.32	c #Conflicts:    2506000 | #Constraints:      81950
1602.36/1612.32	c #Conflicts:    2507000 | #Constraints:      82951
1602.36/1612.32	c INPROCESSING
1602.36/1612.32	c GARBAGE COLLECT
1602.36/1612.32	c rational objective 19413.4
1606.85/1616.82	c #Conflicts:    2508000 | #Constraints:      44732
1606.85/1616.82	c #Conflicts:    2509000 | #Constraints:      45732
1606.85/1616.82	c #Conflicts:    2510000 | #Constraints:      46733
1606.85/1616.82	c #Conflicts:    2511000 | #Constraints:      47734
1606.85/1616.82	c #Conflicts:    2512000 | #Constraints:      48735
1606.85/1616.82	c #Conflicts:    2513000 | #Constraints:      49736
1606.85/1616.82	c #Conflicts:    2514000 | #Constraints:      50737
1606.85/1616.82	c #Conflicts:    2515000 | #Constraints:      51738
1606.85/1616.82	c #Conflicts:    2516000 | #Constraints:      52738
1606.85/1616.82	WSVECS04 Frhs2[3]: 6 0 882 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[10]: 6 0 6.67753 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[14]: 6 -850.066 0 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[21]: 6 0 11.1451 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[26]: 6 0 153.379 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[39]: 6 0 882 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[46]: 6 0 6.67755 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[56]: 6 0 1.45174 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[82]: 6 0 6.6775 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[85]: 6 0 207.596 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[98]: 6 0 29.2695 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[104]: 6 0 116.185 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[119]: 6 0 47 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[121]: 6 0 207.596 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[123]: 6 -43.6775 0 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[127]: 6 0 150.839 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[136]: 6 0 67.5782 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[143]: 6 -861.022 0 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[145]: 6 0 207.596 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[147]: 6 0 882 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[161]: 6 0 976.855 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[163]: 6 0 204.516 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[166]: 6 -91.71 0 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[172]: 6 0 135.156 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[176]: 6 0 116.185 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[184]: 6 0 502 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[189]: 6 -37.0001 0 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[195]: 6 -1049.18 0 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[200]: 6 0 69.2423 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[210]: 6 0 140.086 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[220]: 6 0 458.323 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[247]: 6 0 655.541 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[290]: 6 -947.381 0 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[296]: 6 -315 0 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[320]: 6 0 116.185 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[330]: 6 0 661.174 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[336]: 6 -315 0 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[386]: 6 -78.6903 0 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[396]: 6 -1183 0 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[415]: 6 0 33.0001 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[419]: 6 0 888 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[445]: 6 0 247 shouldn't be
1606.85/1616.82	WSVECS04 Frhs2[446]: 6 0 328.678 shouldn't be
1623.21/1633.31	c #Conflicts:    2517000 | #Constraints:      53738
1623.21/1633.31	c #Conflicts:    2518000 | #Constraints:      54738
1623.21/1633.31	c #Conflicts:    2519000 | #Constraints:      55738
1623.21/1633.31	c #Conflicts:    2520000 | #Constraints:      56738
1623.21/1633.31	c #Conflicts:    2521000 | #Constraints:      57738
1623.21/1633.31	c #Conflicts:    2522000 | #Constraints:      58739
1623.21/1633.31	c #Conflicts:    2523000 | #Constraints:      59739
1623.21/1633.31	c #Conflicts:    2524000 | #Constraints:      60740
1623.21/1633.31	c #Conflicts:    2525000 | #Constraints:      61740
1623.21/1633.31	c #Conflicts:    2526000 | #Constraints:      62741
1623.21/1633.31	c #Conflicts:    2527000 | #Constraints:      63741
1623.21/1633.31	c #Conflicts:    2528000 | #Constraints:      64741
1623.21/1633.31	c #Conflicts:    2529000 | #Constraints:      65741
1623.21/1633.31	c #Conflicts:    2530000 | #Constraints:      66742
1623.21/1633.31	c #Conflicts:    2531000 | #Constraints:      67743
1623.21/1633.31	c #Conflicts:    2532000 | #Constraints:      68743
1623.21/1633.31	c #Conflicts:    2533000 | #Constraints:      69745
1623.21/1633.31	c #Conflicts:    2534000 | #Constraints:      70746
1623.21/1633.31	c #Conflicts:    2535000 | #Constraints:      71746
1623.21/1633.31	c #Conflicts:    2536000 | #Constraints:      72748
1623.21/1633.31	c #Conflicts:    2537000 | #Constraints:      73748
1623.21/1633.31	c #Conflicts:    2538000 | #Constraints:      74748
1623.21/1633.31	c #Conflicts:    2539000 | #Constraints:      75748
1623.21/1633.31	WSVECS04 Frhs2[110]: 6 0 8.80006 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[135]: 6 0 38.0001 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[157]: 6 0 3.09509 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[163]: 6 0 11.6001 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[175]: 6 0 79.6601 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[181]: 6 0 283.45 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[191]: 6 0 12.4001 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[193]: 6 0 16.2951 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[197]: 6 0 51.2 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[211]: 6 0 598.48 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[217]: 6 -459.85 0 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[222]: 6 0 4.40001 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[228]: 6 0 38.0001 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[233]: 6 0 51.2 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[235]: 6 0 172 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[253]: 6 -643.05 0 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[265]: 6 0 14.695 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[290]: 6 -295 0 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[294]: 6 0 4.40002 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[305]: 6 0 59.6001 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[318]: 6 0 33.2 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[330]: 6 0 4.40006 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[335]: 6 0 24.8 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[354]: 6 0 33.2001 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[364]: 6 0 702.55 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[367]: 6 0 195.45 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[368]: 6 0 113 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[381]: 6 -97.2001 0 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[390]: 6 0 38.0001 shouldn't be
1623.21/1633.31	WSVECS04 Frhs2[514]: 6 0 664.3 shouldn't be
1623.81/1633.99	c #Conflicts:    2540000 | #Constraints:      76748
1623.81/1633.99	c INPROCESSING
1623.81/1633.99	c GARBAGE COLLECT
1623.81/1633.99	c rational objective 19413.4
1638.37/1648.56	c #Conflicts:    2541000 | #Constraints:      41811
1638.37/1648.56	c #Conflicts:    2542000 | #Constraints:      42812
1638.37/1648.56	c #Conflicts:    2543000 | #Constraints:      43814
1638.37/1648.56	c #Conflicts:    2544000 | #Constraints:      44814
1638.37/1648.56	c #Conflicts:    2545000 | #Constraints:      45814
1638.37/1648.56	c #Conflicts:    2546000 | #Constraints:      46816
1638.37/1648.56	c #Conflicts:    2547000 | #Constraints:      47817
1638.37/1648.56	c #Conflicts:    2548000 | #Constraints:      48817
1638.37/1648.56	c #Conflicts:    2549000 | #Constraints:      49819
1638.37/1648.56	c #Conflicts:    2550000 | #Constraints:      50819
1638.37/1648.56	c #Conflicts:    2551000 | #Constraints:      51822
1638.37/1648.56	c #Conflicts:    2552000 | #Constraints:      52822
1638.37/1648.56	c #Conflicts:    2553000 | #Constraints:      53822
1638.37/1648.56	c #Conflicts:    2554000 | #Constraints:      54824
1638.37/1648.56	c #Conflicts:    2555000 | #Constraints:      55824
1638.37/1648.56	c #Conflicts:    2556000 | #Constraints:      56824
1638.37/1648.56	c #Conflicts:    2557000 | #Constraints:      57826
1638.37/1648.56	c #Conflicts:    2558000 | #Constraints:      58826
1638.37/1648.56	c #Conflicts:    2559000 | #Constraints:      59827
1638.37/1648.56	c #Conflicts:    2560000 | #Constraints:      60829
1638.37/1648.56	c #Conflicts:    2561000 | #Constraints:      61829
1638.37/1648.56	c #Conflicts:    2562000 | #Constraints:      62829
1638.37/1648.56	c #Conflicts:    2563000 | #Constraints:      63829
1638.37/1648.56	c #Conflicts:    2564000 | #Constraints:      64829
1638.37/1648.56	c #Conflicts:    2565000 | #Constraints:      65830
1638.37/1648.56	c #Conflicts:    2566000 | #Constraints:      66830
1638.37/1648.56	c #Conflicts:    2567000 | #Constraints:      67830
1638.37/1648.56	WSVECS04 Frhs2[119]: 6 0 64.6992 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[151]: 6 0 251.953 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[153]: 6 0 104.331 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[155]: 6 0 169.03 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[170]: 6 0 51.1439 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[177]: 6 0 91.5795 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[188]: 6 -222.689 0 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[190]: 6 0 43.0524 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[191]: 6 0 160.939 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[195]: 6 -242.187 0 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[206]: 6 -257.886 0 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[212]: 6 0 43.0524 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[216]: 6 -177.684 0 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[223]: 6 0 59.8093 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[227]: 6 0 117.886 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[232]: 6 0 144 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[241]: 6 -173.114 0 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[265]: 6 -294 0 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[281]: 6 -32.1138 0 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[296]: 6 -479.203 0 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[331]: 6 0 243.862 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[334]: 6 0 43.0524 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[355]: 6 0 143.436 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[357]: 6 0 80.8713 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[358]: 6 0 32.979 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[374]: 6 0 103 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[376]: 6 -7.00003 0 shouldn't be
1638.37/1648.56	WSVECS04 Frhs2[386]: 6 -374 0 shouldn't be
1650.44/1660.76	c #Conflicts:    2568000 | #Constraints:      68831
1650.44/1660.76	c #Conflicts:    2569000 | #Constraints:      69831
1650.44/1660.76	c #Conflicts:    2570000 | #Constraints:      70831
1650.44/1660.76	c #Conflicts:    2571000 | #Constraints:      71831
1650.44/1660.76	c #Conflicts:    2572000 | #Constraints:      72831
1650.44/1660.76	c #Conflicts:    2573000 | #Constraints:      73831
1650.44/1660.76	c #Conflicts:    2574000 | #Constraints:      74832
1650.44/1660.76	c #Conflicts:    2575000 | #Constraints:      75832
1650.44/1660.76	c #Conflicts:    2576000 | #Constraints:      76833
1650.44/1660.76	c #Conflicts:    2577000 | #Constraints:      77834
1650.44/1660.76	c #Conflicts:    2578000 | #Constraints:      78834
1650.44/1660.76	c #Conflicts:    2579000 | #Constraints:      79834
1650.44/1660.76	c #Conflicts:    2580000 | #Constraints:      80834
1650.44/1660.76	c #Conflicts:    2581000 | #Constraints:      81834
1650.44/1660.76	c #Conflicts:    2582000 | #Constraints:      82834
1650.44/1660.76	c #Conflicts:    2583000 | #Constraints:      83834
1650.44/1660.76	WSVECS04 Frhs2[37]: 6 -101.503 0 shouldn't be
1650.44/1660.76	WSVECS04 Frhs2[111]: 6 0 196.287 shouldn't be
1650.44/1660.76	WSVECS04 Frhs2[148]: 6 -271.428 0 shouldn't be
1650.44/1660.76	WSVECS04 Frhs2[174]: 6 0 1804 shouldn't be
1650.44/1660.76	WSVECS04 Frhs2[210]: 6 0 1804 shouldn't be
1650.44/1660.76	WSVECS04 Frhs2[219]: 6 0 101.503 shouldn't be
1650.44/1660.76	WSVECS04 Frhs2[246]: 6 0 1799.82 shouldn't be
1650.44/1660.76	WSVECS04 Frhs2[314]: 6 0 8.98932 shouldn't be
1650.44/1660.76	WSVECS04 Frhs2[324]: 6 -25.0979 0 shouldn't be
1650.44/1660.76	WSVECS04 Frhs2[352]: 6 0 723.645 shouldn't be
1650.44/1660.76	WSVECS04 Frhs2[395]: 6 0 78.4052 shouldn't be
1661.72/1672.07	c #Conflicts:    2584000 | #Constraints:      84834
1661.72/1672.07	c #Conflicts:    2585000 | #Constraints:      85834
1661.72/1672.07	c #Conflicts:    2586000 | #Constraints:      86835
1661.72/1672.07	c #Conflicts:    2587000 | #Constraints:      87836
1661.72/1672.07	c #Conflicts:    2588000 | #Constraints:      88837
1661.72/1672.07	c #Conflicts:    2589000 | #Constraints:      89837
1661.72/1672.07	c #Conflicts:    2590000 | #Constraints:      90837
1661.72/1672.07	c #Conflicts:    2591000 | #Constraints:      91837
1661.72/1672.07	c #Conflicts:    2592000 | #Constraints:      92837
1661.72/1672.07	c #Conflicts:    2593000 | #Constraints:      93837
1661.72/1672.07	c #Conflicts:    2594000 | #Constraints:      94838
1661.72/1672.07	c #Conflicts:    2595000 | #Constraints:      95838
1661.72/1672.07	c #Conflicts:    2596000 | #Constraints:      96838
1661.72/1672.07	c #Conflicts:    2597000 | #Constraints:      97838
1661.72/1672.07	WSVECS04 Frhs2[3]: 6 0 30.3334 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[9]: 6 0 40.1566 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[11]: 6 0 87.2765 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[15]: 6 -634.048 0 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[27]: 6 -332.532 0 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[43]: 6 0 198.233 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[64]: 6 0 126.011 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[69]: 6 0 47.1083 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[75]: 6 0 30.3334 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[81]: 6 -863.007 0 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[98]: 6 0 21.9558 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[99]: 6 0 18.4681 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[118]: 6 0 88.0568 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[137]: 6 -173.501 0 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[148]: 6 0 187.382 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[157]: 6 0 634.048 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[164]: 6 0 32.1327 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[172]: 6 0 23.0418 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[214]: 6 0 66.2049 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[226]: 6 0 103.245 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[244]: 6 0 13.036 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[250]: 6 0 66.2049 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[260]: 6 -501.483 0 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[263]: 6 0 87.2764 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[266]: 6 -634.048 0 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[300]: 6 0 69.8867 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[325]: 6 0 78.076 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[327]: 6 -1534.67 0 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[337]: 6 0 634.048 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[355]: 6 0 96.0116 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[371]: 6 -377.53 0 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[372]: 6 0 1.46986 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[422]: 6 -665 0 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[431]: 6 -401 0 shouldn't be
1661.72/1672.07	WSVECS04 Frhs2[445]: 6 0 476 shouldn't be
1704.24/1714.86	c #Conflicts:    2598000 | #Constraints:      98839
1704.24/1714.86	c #Conflicts:    2599000 | #Constraints:      99839
1704.24/1714.86	c #Conflicts:    2600000 | #Constraints:     100839
1704.24/1714.86	c #Conflicts:    2601000 | #Constraints:     101840
1704.24/1714.86	c #Conflicts:    2602000 | #Constraints:     102840
1704.24/1714.86	c #Conflicts:    2603000 | #Constraints:     103840
1704.24/1714.86	c #Conflicts:    2604000 | #Constraints:     104841
1704.24/1714.86	c #Conflicts:    2605000 | #Constraints:     105842
1704.24/1714.86	c #Conflicts:    2606000 | #Constraints:     106843
1704.24/1714.86	c #Conflicts:    2607000 | #Constraints:     107844
1704.24/1714.86	c #Conflicts:    2608000 | #Constraints:     108844
1704.24/1714.86	c #Conflicts:    2609000 | #Constraints:     109846
1704.24/1714.86	c #Conflicts:    2610000 | #Constraints:     110846
1704.24/1714.86	c #Conflicts:    2611000 | #Constraints:     111848
1704.24/1714.86	c #Conflicts:    2612000 | #Constraints:     112849
1704.24/1714.86	c #Conflicts:    2613000 | #Constraints:     113852
1704.24/1714.86	c #Conflicts:    2614000 | #Constraints:     114853
1704.24/1714.86	c #Conflicts:    2615000 | #Constraints:     115853
1704.24/1714.86	c #Conflicts:    2616000 | #Constraints:     116855
1704.24/1714.86	c #Conflicts:    2617000 | #Constraints:     117856
1704.24/1714.86	c #Conflicts:    2618000 | #Constraints:     118856
1704.24/1714.86	c #Conflicts:    2619000 | #Constraints:     119856
1704.24/1714.86	c #Conflicts:    2620000 | #Constraints:     120856
1704.24/1714.86	c #Conflicts:    2621000 | #Constraints:     121857
1704.24/1714.86	c #Conflicts:    2622000 | #Constraints:     122857
1704.24/1714.86	c #Conflicts:    2623000 | #Constraints:     123857
1704.24/1714.86	c #Conflicts:    2624000 | #Constraints:     124857
1704.24/1714.86	c #Conflicts:    2625000 | #Constraints:     125857
1704.24/1714.86	c #Conflicts:    2626000 | #Constraints:     126857
1704.24/1714.86	c #Conflicts:    2627000 | #Constraints:     127858
1704.24/1714.86	c #Conflicts:    2628000 | #Constraints:     128858
1704.24/1714.86	c #Conflicts:    2629000 | #Constraints:     129859
1704.24/1714.86	c #Conflicts:    2630000 | #Constraints:     130859
1704.24/1714.86	c #Conflicts:    2631000 | #Constraints:     131859
1704.24/1714.86	c #Conflicts:    2632000 | #Constraints:     132861
1704.24/1714.86	c #Conflicts:    2633000 | #Constraints:     133861
1704.24/1714.86	c #Conflicts:    2634000 | #Constraints:     134861
1704.24/1714.86	WSVECS04 Frhs2[21]: 6 0 38.5455 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[23]: 6 0 9.63638 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[24]: 6 0 9.63644 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[57]: 6 0 28.9092 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[110]: 6 0 48.0001 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[114]: 6 0 48.0001 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[128]: 6 0 28.9092 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[129]: 6 0 28.9092 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[146]: 6 0 48.0001 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[150]: 6 0 48.0001 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[165]: 6 0 28.9091 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[202]: 6 -28.9092 0 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[237]: 6 0 28.9091 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[361]: 6 -838 0 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[365]: 6 -521 0 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[370]: 6 0 22.0001 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[386]: 6 0 41.0001 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[441]: 6 0 785 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[453]: 6 -521 0 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[463]: 6 0 108 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[468]: 6 0 136.909 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[469]: 6 -1120.09 0 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[484]: 6 0 813 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[485]: 6 0 134 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[487]: 6 0 177 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[488]: 6 0 184 shouldn't be
1704.24/1714.86	WSVECS04 Frhs2[497]: 6 -22.0001 0 shouldn't be
1788.51/1799.44	c #Conflicts:    2635000 | #Constraints:     135861
1788.51/1799.44	c #Conflicts:    2636000 | #Constraints:     136861
1788.51/1799.44	c #Conflicts:    2637000 | #Constraints:     137861
1788.51/1799.44	c #Conflicts:    2638000 | #Constraints:     138861
1788.51/1799.44	c #Conflicts:    2639000 | #Constraints:     139861
1788.51/1799.44	c #Conflicts:    2640000 | #Constraints:     140861
1788.51/1799.44	c #Conflicts:    2641000 | #Constraints:     141861
1788.51/1799.44	c #Conflicts:    2642000 | #Constraints:     142861
1788.51/1799.44	c #Conflicts:    2643000 | #Constraints:     143861
1788.51/1799.44	c #Conflicts:    2644000 | #Constraints:     144864
1788.51/1799.44	c #Conflicts:    2645000 | #Constraints:     145865
1788.51/1799.44	c #Conflicts:    2646000 | #Constraints:     146866
1788.51/1799.44	c #Conflicts:    2647000 | #Constraints:     147868
1788.51/1799.44	c #Conflicts:    2648000 | #Constraints:     148869
1788.51/1799.44	c #Conflicts:    2649000 | #Constraints:     149869
1788.51/1799.44	c #Conflicts:    2650000 | #Constraints:     150869
1788.51/1799.44	c #Conflicts:    2651000 | #Constraints:     151869
1788.51/1799.44	c #Conflicts:    2652000 | #Constraints:     152870
1788.51/1799.44	c #Conflicts:    2653000 | #Constraints:     153870
1788.51/1799.44	c #Conflicts:    2654000 | #Constraints:     154870
1788.51/1799.44	c #Conflicts:    2655000 | #Constraints:     155870
1788.51/1799.44	c #Conflicts:    2656000 | #Constraints:     156870
1788.51/1799.44	c #Conflicts:    2657000 | #Constraints:     157870
1788.51/1799.44	c #Conflicts:    2658000 | #Constraints:     158870
1788.51/1799.44	c #Conflicts:    2659000 | #Constraints:     159871
1788.51/1799.44	c #Conflicts:    2660000 | #Constraints:     160871
1788.51/1799.44	c #Conflicts:    2661000 | #Constraints:     161871
1788.51/1799.44	c #Conflicts:    2662000 | #Constraints:     162871
1788.51/1799.44	c #Conflicts:    2663000 | #Constraints:     163871
1788.51/1799.44	c #Conflicts:    2664000 | #Constraints:     164871
1788.51/1799.44	c #Conflicts:    2665000 | #Constraints:     165871
1788.51/1799.44	c #Conflicts:    2666000 | #Constraints:     166872
1788.51/1799.44	c #Conflicts:    2667000 | #Constraints:     167872
1788.51/1799.44	c #Conflicts:    2668000 | #Constraints:     168872
1788.51/1799.44	c #Conflicts:    2669000 | #Constraints:     169872
1788.51/1799.44	c #Conflicts:    2670000 | #Constraints:     170872
1788.51/1799.44	c #Conflicts:    2671000 | #Constraints:     171872
1788.51/1799.44	c #Conflicts:    2672000 | #Constraints:     172872
1788.51/1799.44	c #Conflicts:    2673000 | #Constraints:     173872
1788.51/1799.44	c #Conflicts:    2674000 | #Constraints:     174872
1788.51/1799.44	c #Conflicts:    2675000 | #Constraints:     175872
1788.51/1799.44	c #Conflicts:    2676000 | #Constraints:     176872
1788.51/1799.44	c #Conflicts:    2677000 | #Constraints:     177872
1788.51/1799.44	c #Conflicts:    2678000 | #Constraints:     178872
1788.51/1799.44	c #Conflicts:    2679000 | #Constraints:     179872
1788.51/1799.44	c #Conflicts:    2680000 | #Constraints:     180872
1788.51/1799.44	c #Conflicts:    2681000 | #Constraints:     181873
1788.51/1799.44	c #Conflicts:    2682000 | #Constraints:     182873
1788.51/1799.44	c #Conflicts:    2683000 | #Constraints:     183873
1788.51/1799.44	c #Conflicts:    2684000 | #Constraints:     184873
1788.51/1799.44	c #Conflicts:    2685000 | #Constraints:     185874
1788.51/1799.44	c #Conflicts:    2686000 | #Constraints:     186875
1788.51/1799.44	c #Conflicts:    2687000 | #Constraints:     187875
1788.51/1799.44	c #Conflicts:    2688000 | #Constraints:     188875
1788.51/1799.44	c INPROCESSING
1788.51/1799.44	c GARBAGE COLLECT
1788.51/1799.44	c rational objective 19413.4
1814.77/1825.83	c #Conflicts:    2689000 | #Constraints:      97881
1814.77/1825.83	c #Conflicts:    2690000 | #Constraints:      98882
1814.77/1825.83	c #Conflicts:    2691000 | #Constraints:      99883
1814.77/1825.83	c #Conflicts:    2692000 | #Constraints:     100884
1814.77/1825.83	c #Conflicts:    2693000 | #Constraints:     101884
1814.77/1825.83	c #Conflicts:    2694000 | #Constraints:     102885
1814.77/1825.83	c #Conflicts:    2695000 | #Constraints:     103885
1814.77/1825.83	c #Conflicts:    2696000 | #Constraints:     104886
1814.77/1825.83	c #Conflicts:    2697000 | #Constraints:     105887
1814.77/1825.83	c #Conflicts:    2698000 | #Constraints:     106887
1814.77/1825.83	c #Conflicts:    2699000 | #Constraints:     107887
1814.77/1825.83	c #Conflicts:    2700000 | #Constraints:     108887
1814.77/1825.83	c #Conflicts:    2701000 | #Constraints:     109887
1814.77/1825.83	c #Conflicts:    2702000 | #Constraints:     110887
1814.77/1825.83	c #Conflicts:    2703000 | #Constraints:     111888
1814.77/1825.83	c #Conflicts:    2704000 | #Constraints:     112888
1814.77/1825.83	c #Conflicts:    2705000 | #Constraints:     113888
1814.77/1825.83	c #Conflicts:    2706000 | #Constraints:     114889
1814.77/1825.83	c #Conflicts:    2707000 | #Constraints:     115889
1814.77/1825.83	c #Conflicts:    2708000 | #Constraints:     116889
1814.77/1825.83	c #Conflicts:    2709000 | #Constraints:     117890
1814.77/1825.83	c #Conflicts:    2710000 | #Constraints:     118890
1814.77/1825.83	c #Conflicts:    2711000 | #Constraints:     119890
1814.77/1825.83	c #Conflicts:    2712000 | #Constraints:     120890
1814.77/1825.83	c #Conflicts:    2713000 | #Constraints:     121891
1814.77/1825.83	c #Conflicts:    2714000 | #Constraints:     122892
1814.77/1825.83	c #Conflicts:    2715000 | #Constraints:     123892
1814.77/1825.83	WSVECS04 Frhs2[47]: 6 0 841.399 shouldn't be
1814.77/1825.83	WSVECS04 Frhs2[51]: 6 -172 0 shouldn't be
1814.77/1825.83	WSVECS04 Frhs2[83]: 6 0 863.538 shouldn't be
1814.77/1825.83	WSVECS04 Frhs2[103]: 6 0 267.76 shouldn't be
1814.77/1825.83	WSVECS04 Frhs2[109]: 6 0 58.3545 shouldn't be
1814.77/1825.83	WSVECS04 Frhs2[115]: 6 0 863.538 shouldn't be
1814.77/1825.83	WSVECS04 Frhs2[183]: 6 0 113 shouldn't be
1814.77/1825.83	WSVECS04 Frhs2[203]: 6 -1003.2 0 shouldn't be
1814.77/1825.83	WSVECS04 Frhs2[224]: 6 -208.019 0 shouldn't be
1814.77/1825.83	WSVECS04 Frhs2[263]: 6 0 33.0064 shouldn't be
1814.77/1825.83	WSVECS04 Frhs2[274]: 6 -83.7026 0 shouldn't be
1814.77/1825.83	WSVECS04 Frhs2[289]: 6 0 139.291 shouldn't be
1814.77/1825.83	WSVECS04 Frhs2[319]: 6 0 52.519 shouldn't be
1814.77/1825.83	WSVECS04 Frhs2[411]: 6 0 1037.92 shouldn't be
1814.77/1825.83	WSVECS04 Frhs2[454]: 6 0 324 shouldn't be
1814.77/1825.83	WSVECS04 Frhs2[455]: 6 0 408 shouldn't be
1814.77/1825.83	WSVECS04 Frhs2[480]: 6 0 140.601 shouldn't be
1814.77/1825.83	WSVECS04 Frhs2[500]: 6 0 287 shouldn't be
1822.14/1833.26	c #Conflicts:    2716000 | #Constraints:     124892
1822.14/1833.26	c #Conflicts:    2717000 | #Constraints:     125892
1822.14/1833.26	c #Conflicts:    2718000 | #Constraints:     126892
1822.14/1833.26	c #Conflicts:    2719000 | #Constraints:     127892
1822.14/1833.26	c #Conflicts:    2720000 | #Constraints:     128892
1822.14/1833.26	c #Conflicts:    2721000 | #Constraints:     129892
1822.14/1833.26	c INPROCESSING
1822.14/1833.26	c GARBAGE COLLECT
1822.14/1833.26	c rational objective 19413.4
1850.93/1862.26	c #Conflicts:    2722000 | #Constraints:      67949
1850.93/1862.26	c #Conflicts:    2723000 | #Constraints:      68949
1850.93/1862.26	c #Conflicts:    2724000 | #Constraints:      69949
1850.93/1862.26	c #Conflicts:    2725000 | #Constraints:      70950
1850.93/1862.26	c #Conflicts:    2726000 | #Constraints:      71950
1850.93/1862.26	c #Conflicts:    2727000 | #Constraints:      72953
1850.93/1862.26	c #Conflicts:    2728000 | #Constraints:      73953
1850.93/1862.26	c #Conflicts:    2729000 | #Constraints:      74953
1850.93/1862.26	c #Conflicts:    2730000 | #Constraints:      75953
1850.93/1862.26	c #Conflicts:    2731000 | #Constraints:      76953
1850.93/1862.26	c #Conflicts:    2732000 | #Constraints:      77955
1850.93/1862.26	c #Conflicts:    2733000 | #Constraints:      78955
1850.93/1862.26	c #Conflicts:    2734000 | #Constraints:      79955
1850.93/1862.26	c #Conflicts:    2735000 | #Constraints:      80955
1850.93/1862.26	c #Conflicts:    2736000 | #Constraints:      81956
1850.93/1862.26	c #Conflicts:    2737000 | #Constraints:      82956
1850.93/1862.26	c #Conflicts:    2738000 | #Constraints:      83956
1850.93/1862.26	c #Conflicts:    2739000 | #Constraints:      84958
1850.93/1862.26	c #Conflicts:    2740000 | #Constraints:      85958
1850.93/1862.26	c #Conflicts:    2741000 | #Constraints:      86958
1850.93/1862.26	c #Conflicts:    2742000 | #Constraints:      87958
1850.93/1862.26	c #Conflicts:    2743000 | #Constraints:      88958
1850.93/1862.26	c #Conflicts:    2744000 | #Constraints:      89958
1850.93/1862.26	c #Conflicts:    2745000 | #Constraints:      90958
1850.93/1862.26	c #Conflicts:    2746000 | #Constraints:      91958
1850.93/1862.26	c #Conflicts:    2747000 | #Constraints:      92958
1850.93/1862.26	c #Conflicts:    2748000 | #Constraints:      93958
1850.93/1862.26	c #Conflicts:    2749000 | #Constraints:      94958
1850.93/1862.26	c #Conflicts:    2750000 | #Constraints:      95958
1850.93/1862.26	c #Conflicts:    2751000 | #Constraints:      96958
1850.93/1862.26	c #Conflicts:    2752000 | #Constraints:      97959
1850.93/1862.26	c #Conflicts:    2753000 | #Constraints:      98959
1850.93/1862.26	c #Conflicts:    2754000 | #Constraints:      99959
1850.93/1862.26	c #Conflicts:    2755000 | #Constraints:     100959
1850.93/1862.26	c #Conflicts:    2756000 | #Constraints:     101962
1850.93/1862.26	c INPROCESSING
1850.93/1862.26	c GARBAGE COLLECT
1850.93/1862.26	c rational objective 19516.9
1862.93/1874.67	c #Conflicts:    2757000 | #Constraints:      54395
1862.93/1874.67	c #Conflicts:    2758000 | #Constraints:      55396
1862.93/1874.67	c #Conflicts:    2759000 | #Constraints:      56396
1862.93/1874.67	c #Conflicts:    2760000 | #Constraints:      57397
1862.93/1874.67	c #Conflicts:    2761000 | #Constraints:      58400
1862.93/1874.67	c #Conflicts:    2762000 | #Constraints:      59401
1862.93/1874.67	c #Conflicts:    2763000 | #Constraints:      60401
1862.93/1874.67	c #Conflicts:    2764000 | #Constraints:      61401
1862.93/1874.67	c #Conflicts:    2765000 | #Constraints:      62401
1862.93/1874.67	c #Conflicts:    2766000 | #Constraints:      63403
1862.93/1874.67	c #Conflicts:    2767000 | #Constraints:      64404
1862.93/1874.67	c #Conflicts:    2768000 | #Constraints:      65404
1862.93/1874.67	c #Conflicts:    2769000 | #Constraints:      66404
1862.93/1874.67	c #Conflicts:    2770000 | #Constraints:      67404
1862.93/1874.67	c #Conflicts:    2771000 | #Constraints:      68405
1862.93/1874.67	c #Conflicts:    2772000 | #Constraints:      69407
1862.93/1874.67	c #Conflicts:    2773000 | #Constraints:      70407
1862.93/1874.67	c #Conflicts:    2774000 | #Constraints:      71408
1862.93/1874.67	c #Conflicts:    2775000 | #Constraints:      72408
1862.93/1874.67	c #Conflicts:    2776000 | #Constraints:      73408
1862.93/1874.67	WSVECS04 Frhs2[87]: 6 0 48.0001 shouldn't be
1862.93/1874.67	WSVECS04 Frhs2[170]: 6 0 355.5 shouldn't be
1862.93/1874.67	WSVECS04 Frhs2[209]: 6 0 761.813 shouldn't be
1862.93/1874.67	WSVECS04 Frhs2[219]: 6 -285 0 shouldn't be
1862.93/1874.67	WSVECS04 Frhs2[223]: 6 0 1228.5 shouldn't be
1862.93/1874.67	WSVECS04 Frhs2[231]: 6 -58.0001 0 shouldn't be
1862.93/1874.67	WSVECS04 Frhs2[242]: 6 0 116 shouldn't be
1862.93/1874.67	WSVECS04 Frhs2[271]: 6 0 1233 shouldn't be
1862.93/1874.67	WSVECS04 Frhs2[278]: 6 0 21.5001 shouldn't be
1862.93/1874.67	WSVECS04 Frhs2[281]: 6 -202.688 0 shouldn't be
1862.93/1874.67	WSVECS04 Frhs2[317]: 6 0 169.313 shouldn't be
1862.93/1874.67	WSVECS04 Frhs2[368]: 6 0 71 shouldn't be
1862.93/1874.67	WSVECS04 Frhs2[395]: 6 0 172 shouldn't be
1862.93/1874.67	WSVECS04 Frhs2[446]: 6 0 172 shouldn't be
1862.93/1874.67	WSVECS04 Frhs2[454]: 6 -605 0 shouldn't be
1862.93/1874.67	WSVECS04 Frhs2[471]: 6 0 747 shouldn't be
1862.93/1874.67	WSVECS04 Frhs2[497]: 6 0 71.0001 shouldn't be
1862.93/1874.67	WSVECS04 Frhs2[502]: 6 -167 0 shouldn't be
1862.93/1874.67	WSVECS04 Frhs2[514]: 6 0 799 shouldn't be
1862.93/1874.67	WSVECS04 Frhs2[531]: 6 0 799 shouldn't be
1874.71/1886.45	c #Conflicts:    2777000 | #Constraints:      74409
1874.71/1886.45	c #Conflicts:    2778000 | #Constraints:      75410
1874.71/1886.45	c #Conflicts:    2779000 | #Constraints:      76410
1874.71/1886.45	c #Conflicts:    2780000 | #Constraints:      77411
1874.71/1886.45	c #Conflicts:    2781000 | #Constraints:      78411
1874.71/1886.45	c #Conflicts:    2782000 | #Constraints:      79411
1874.71/1886.45	c #Conflicts:    2783000 | #Constraints:      80411
1874.71/1886.45	c #Conflicts:    2784000 | #Constraints:      81413
1874.71/1886.45	c #Conflicts:    2785000 | #Constraints:      82414
1874.71/1886.45	c #Conflicts:    2786000 | #Constraints:      83414
1874.71/1886.45	c #Conflicts:    2787000 | #Constraints:      84415
1874.71/1886.45	c #Conflicts:    2788000 | #Constraints:      85415
1874.71/1886.45	c #Conflicts:    2789000 | #Constraints:      86415
1874.71/1886.45	c #Conflicts:    2790000 | #Constraints:      87415
1874.71/1886.45	c INPROCESSING
1874.71/1886.45	c GARBAGE COLLECT
1874.71/1886.45	c rational objective 19516.9
1898.69/1910.64	c #Conflicts:    2791000 | #Constraints:      46981
1898.69/1910.64	c #Conflicts:    2792000 | #Constraints:      47981
1898.69/1910.64	c #Conflicts:    2793000 | #Constraints:      48982
1898.69/1910.64	c #Conflicts:    2794000 | #Constraints:      49983
1898.69/1910.64	c #Conflicts:    2795000 | #Constraints:      50983
1898.69/1910.64	c #Conflicts:    2796000 | #Constraints:      51986
1898.69/1910.64	c #Conflicts:    2797000 | #Constraints:      52986
1898.69/1910.64	c #Conflicts:    2798000 | #Constraints:      53986
1898.69/1910.64	c #Conflicts:    2799000 | #Constraints:      54986
1898.69/1910.64	c #Conflicts:    2800000 | #Constraints:      55986
1898.69/1910.64	c #Conflicts:    2801000 | #Constraints:      56988
1898.69/1910.64	c #Conflicts:    2802000 | #Constraints:      57989
1898.69/1910.64	c #Conflicts:    2803000 | #Constraints:      58990
1898.69/1910.64	c #Conflicts:    2804000 | #Constraints:      59990
1898.69/1910.64	c #Conflicts:    2805000 | #Constraints:      60992
1898.69/1910.64	c #Conflicts:    2806000 | #Constraints:      61992
1898.69/1910.64	c #Conflicts:    2807000 | #Constraints:      62992
1898.69/1910.64	c #Conflicts:    2808000 | #Constraints:      63992
1898.69/1910.64	c #Conflicts:    2809000 | #Constraints:      64992
1898.69/1910.64	c #Conflicts:    2810000 | #Constraints:      65992
1898.69/1910.64	c #Conflicts:    2811000 | #Constraints:      66994
1898.69/1910.64	c #Conflicts:    2812000 | #Constraints:      67994
1898.69/1910.64	c #Conflicts:    2813000 | #Constraints:      68994
1898.69/1910.64	c #Conflicts:    2814000 | #Constraints:      69994
1898.69/1910.64	c #Conflicts:    2815000 | #Constraints:      70994
1898.69/1910.64	c #Conflicts:    2816000 | #Constraints:      71994
1898.69/1910.64	c #Conflicts:    2817000 | #Constraints:      72994
1898.69/1910.64	c #Conflicts:    2818000 | #Constraints:      73994
1898.69/1910.64	c #Conflicts:    2819000 | #Constraints:      74995
1898.69/1910.64	c #Conflicts:    2820000 | #Constraints:      75995
1898.69/1910.64	c #Conflicts:    2821000 | #Constraints:      76995
1898.69/1910.64	c #Conflicts:    2822000 | #Constraints:      77995
1898.69/1910.64	c #Conflicts:    2823000 | #Constraints:      78995
1898.69/1910.64	c #Conflicts:    2824000 | #Constraints:      79995
1898.69/1910.64	c INPROCESSING
1898.69/1910.64	c GARBAGE COLLECT
1898.69/1910.64	c rational objective 19516.9
1923.44/1935.55	c #Conflicts:    2825000 | #Constraints:      43040
1923.44/1935.55	c #Conflicts:    2826000 | #Constraints:      44040
1923.44/1935.55	c #Conflicts:    2827000 | #Constraints:      45040
1923.44/1935.55	c #Conflicts:    2828000 | #Constraints:      46040
1923.44/1935.55	c #Conflicts:    2829000 | #Constraints:      47042
1923.44/1935.55	c #Conflicts:    2830000 | #Constraints:      48043
1923.44/1935.55	c #Conflicts:    2831000 | #Constraints:      49043
1923.44/1935.55	c #Conflicts:    2832000 | #Constraints:      50044
1923.44/1935.55	c #Conflicts:    2833000 | #Constraints:      51044
1923.44/1935.55	c #Conflicts:    2834000 | #Constraints:      52045
1923.44/1935.55	c #Conflicts:    2835000 | #Constraints:      53046
1923.44/1935.55	c #Conflicts:    2836000 | #Constraints:      54046
1923.44/1935.55	c #Conflicts:    2837000 | #Constraints:      55046
1923.44/1935.55	c #Conflicts:    2838000 | #Constraints:      56048
1923.44/1935.55	c #Conflicts:    2839000 | #Constraints:      57048
1923.44/1935.55	c #Conflicts:    2840000 | #Constraints:      58048
1923.44/1935.55	c #Conflicts:    2841000 | #Constraints:      59048
1923.44/1935.55	c #Conflicts:    2842000 | #Constraints:      60050
1923.44/1935.55	c #Conflicts:    2843000 | #Constraints:      61051
1923.44/1935.55	c #Conflicts:    2844000 | #Constraints:      62053
1923.44/1935.55	c #Conflicts:    2845000 | #Constraints:      63053
1923.44/1935.55	c #Conflicts:    2846000 | #Constraints:      64054
1923.44/1935.55	c #Conflicts:    2847000 | #Constraints:      65054
1923.44/1935.55	c #Conflicts:    2848000 | #Constraints:      66054
1923.44/1935.55	c #Conflicts:    2849000 | #Constraints:      67054
1923.44/1935.55	c #Conflicts:    2850000 | #Constraints:      68054
1923.44/1935.55	c #Conflicts:    2851000 | #Constraints:      69055
1923.44/1935.55	c #Conflicts:    2852000 | #Constraints:      70055
1923.44/1935.55	c #Conflicts:    2853000 | #Constraints:      71056
1923.44/1935.55	c #Conflicts:    2854000 | #Constraints:      72056
1923.44/1935.55	c #Conflicts:    2855000 | #Constraints:      73057
1923.44/1935.55	c #Conflicts:    2856000 | #Constraints:      74057
1923.44/1935.55	c #Conflicts:    2857000 | #Constraints:      75058
1923.44/1935.55	c #Conflicts:    2858000 | #Constraints:      76060
1923.44/1935.55	c #Conflicts:    2859000 | #Constraints:      77060
1923.44/1935.55	c #Conflicts:    2860000 | #Constraints:      78060
1923.44/1935.55	c #Conflicts:    2861000 | #Constraints:      79060
1923.44/1935.55	c #Conflicts:    2862000 | #Constraints:      80060
1923.44/1935.55	c #Conflicts:    2863000 | #Constraints:      81060
1923.44/1935.55	WSVECS04 Frhs2[51]: 6 -52.4 0 shouldn't be
1923.44/1935.55	WSVECS04 Frhs2[53]: 6 0 19 shouldn't be
1923.44/1935.55	WSVECS04 Frhs2[152]: 6 -498 0 shouldn't be
1923.44/1935.55	WSVECS04 Frhs2[202]: 6 -179 0 shouldn't be
1923.44/1935.55	WSVECS04 Frhs2[233]: 6 0 19 shouldn't be
1923.44/1935.55	WSVECS04 Frhs2[242]: 6 0 186.75 shouldn't be
1923.44/1935.55	WSVECS04 Frhs2[251]: 6 0 2.50004 shouldn't be
1923.44/1935.55	WSVECS04 Frhs2[278]: 6 0 186.75 shouldn't be
1923.44/1935.55	WSVECS04 Frhs2[341]: 6 0 26.5334 shouldn't be
1923.44/1935.55	WSVECS04 Frhs2[441]: 6 0 753.067 shouldn't be
1923.44/1935.55	WSVECS04 Frhs2[482]: 6 -21.0001 0 shouldn't be
1923.44/1935.55	WSVECS04 Frhs2[488]: 6 -10.0001 0 shouldn't be
1923.44/1935.55	WSVECS04 Frhs2[500]: 6 -151 0 shouldn't be
2024.28/2036.86	c #Conflicts:    2864000 | #Constraints:      82060
2024.28/2036.86	c #Conflicts:    2865000 | #Constraints:      83060
2024.28/2036.86	c #Conflicts:    2866000 | #Constraints:      84060
2024.28/2036.86	c #Conflicts:    2867000 | #Constraints:      85060
2024.28/2036.86	c #Conflicts:    2868000 | #Constraints:      86061
2024.28/2036.86	c #Conflicts:    2869000 | #Constraints:      87062
2024.28/2036.86	c #Conflicts:    2870000 | #Constraints:      88063
2024.28/2036.86	c #Conflicts:    2871000 | #Constraints:      89064
2024.28/2036.86	c #Conflicts:    2872000 | #Constraints:      90066
2024.28/2036.86	c #Conflicts:    2873000 | #Constraints:      91066
2024.28/2036.86	c #Conflicts:    2874000 | #Constraints:      92066
2024.28/2036.86	c #Conflicts:    2875000 | #Constraints:      93066
2024.28/2036.86	c #Conflicts:    2876000 | #Constraints:      94066
2024.28/2036.86	c #Conflicts:    2877000 | #Constraints:      95066
2024.28/2036.86	c #Conflicts:    2878000 | #Constraints:      96066
2024.28/2036.86	c #Conflicts:    2879000 | #Constraints:      97068
2024.28/2036.86	c #Conflicts:    2880000 | #Constraints:      98072
2024.28/2036.86	c #Conflicts:    2881000 | #Constraints:      99072
2024.28/2036.86	c #Conflicts:    2882000 | #Constraints:     100072
2024.28/2036.86	c #Conflicts:    2883000 | #Constraints:     101072
2024.28/2036.86	c #Conflicts:    2884000 | #Constraints:     102072
2024.28/2036.86	c #Conflicts:    2885000 | #Constraints:     103072
2024.28/2036.86	c #Conflicts:    2886000 | #Constraints:     104072
2024.28/2036.86	c #Conflicts:    2887000 | #Constraints:     105072
2024.28/2036.86	c #Conflicts:    2888000 | #Constraints:     106072
2024.28/2036.86	c #Conflicts:    2889000 | #Constraints:     107075
2024.28/2036.86	c #Conflicts:    2890000 | #Constraints:     108075
2024.28/2036.86	c #Conflicts:    2891000 | #Constraints:     109075
2024.28/2036.86	c #Conflicts:    2892000 | #Constraints:     110075
2024.28/2036.86	c #Conflicts:    2893000 | #Constraints:     111075
2024.28/2036.86	c #Conflicts:    2894000 | #Constraints:     112075
2024.28/2036.86	c #Conflicts:    2895000 | #Constraints:     113075
2024.28/2036.86	c #Conflicts:    2896000 | #Constraints:     114076
2024.28/2036.86	c #Conflicts:    2897000 | #Constraints:     115076
2024.28/2036.86	c #Conflicts:    2898000 | #Constraints:     116077
2024.28/2036.86	c #Conflicts:    2899000 | #Constraints:     117077
2024.28/2036.86	c #Conflicts:    2900000 | #Constraints:     118077
2024.28/2036.86	c #Conflicts:    2901000 | #Constraints:     119078
2024.28/2036.86	c #Conflicts:    2902000 | #Constraints:     120078
2024.28/2036.86	c #Conflicts:    2903000 | #Constraints:     121078
2024.28/2036.86	c #Conflicts:    2904000 | #Constraints:     122079
2024.28/2036.86	c #Conflicts:    2905000 | #Constraints:     123079
2024.28/2036.86	c #Conflicts:    2906000 | #Constraints:     124080
2024.28/2036.86	c #Conflicts:    2907000 | #Constraints:     125082
2024.28/2036.86	c #Conflicts:    2908000 | #Constraints:     126084
2024.28/2036.86	c #Conflicts:    2909000 | #Constraints:     127084
2024.28/2036.86	c #Conflicts:    2910000 | #Constraints:     128085
2024.28/2036.86	c #Conflicts:    2911000 | #Constraints:     129085
2024.28/2036.86	c #Conflicts:    2912000 | #Constraints:     130086
2024.28/2036.86	c #Conflicts:    2913000 | #Constraints:     131087
2024.28/2036.86	c #Conflicts:    2914000 | #Constraints:     132087
2024.28/2036.86	c #Conflicts:    2915000 | #Constraints:     133088
2024.28/2036.86	c #Conflicts:    2916000 | #Constraints:     134088
2024.28/2036.86	c #Conflicts:    2917000 | #Constraints:     135089
2024.28/2036.86	c #Conflicts:    2918000 | #Constraints:     136089
2024.28/2036.86	c #Conflicts:    2919000 | #Constraints:     137089
2024.28/2036.86	c #Conflicts:    2920000 | #Constraints:     138090
2024.28/2036.86	c #Conflicts:    2921000 | #Constraints:     139090
2024.28/2036.86	c #Conflicts:    2922000 | #Constraints:     140090
2024.28/2036.86	c #Conflicts:    2923000 | #Constraints:     141090
2024.28/2036.86	c #Conflicts:    2924000 | #Constraints:     142090
2024.28/2036.86	c #Conflicts:    2925000 | #Constraints:     143090
2024.28/2036.86	c #Conflicts:    2926000 | #Constraints:     144090
2024.28/2036.86	c #Conflicts:    2927000 | #Constraints:     145091
2024.28/2036.86	c #Conflicts:    2928000 | #Constraints:     146094
2024.28/2036.86	c #Conflicts:    2929000 | #Constraints:     147095
2024.28/2036.86	c #Conflicts:    2930000 | #Constraints:     148095
2024.28/2036.86	c #Conflicts:    2931000 | #Constraints:     149098
2024.28/2036.86	c #Conflicts:    2932000 | #Constraints:     150098
2024.28/2036.86	c #Conflicts:    2933000 | #Constraints:     151098
2024.28/2036.86	c #Conflicts:    2934000 | #Constraints:     152099
2024.28/2036.86	c #Conflicts:    2935000 | #Constraints:     153099
2024.28/2036.86	c #Conflicts:    2936000 | #Constraints:     154099
2024.28/2036.86	c #Conflicts:    2937000 | #Constraints:     155099
2024.28/2036.86	c #Conflicts:    2938000 | #Constraints:     156100
2024.28/2036.86	c #Conflicts:    2939000 | #Constraints:     157100
2024.28/2036.86	c #Conflicts:    2940000 | #Constraints:     158101
2024.28/2036.86	c #Conflicts:    2941000 | #Constraints:     159101
2024.28/2036.86	c #Conflicts:    2942000 | #Constraints:     160101
2113.72/2126.62	c #Conflicts:    2943000 | #Constraints:     161102
2113.72/2126.62	c #Conflicts:    2944000 | #Constraints:     162103
2113.72/2126.62	c #Conflicts:    2945000 | #Constraints:     163103
2113.72/2126.62	c #Conflicts:    2946000 | #Constraints:     164104
2113.72/2126.62	c #Conflicts:    2947000 | #Constraints:     165105
2113.72/2126.62	c #Conflicts:    2948000 | #Constraints:     166105
2113.72/2126.62	c #Conflicts:    2949000 | #Constraints:     167105
2113.72/2126.62	c #Conflicts:    2950000 | #Constraints:     168106
2113.72/2126.62	c #Conflicts:    2951000 | #Constraints:     169107
2113.72/2126.62	c #Conflicts:    2952000 | #Constraints:     170109
2113.72/2126.62	c #Conflicts:    2953000 | #Constraints:     171109
2113.72/2126.62	c #Conflicts:    2954000 | #Constraints:     172109
2113.72/2126.62	c #Conflicts:    2955000 | #Constraints:     173110
2113.72/2126.62	c #Conflicts:    2956000 | #Constraints:     174111
2113.72/2126.62	c #Conflicts:    2957000 | #Constraints:     175111
2113.72/2126.62	c #Conflicts:    2958000 | #Constraints:     176111
2113.72/2126.62	c #Conflicts:    2959000 | #Constraints:     177111
2113.72/2126.62	c #Conflicts:    2960000 | #Constraints:     178111
2113.72/2126.62	c #Conflicts:    2961000 | #Constraints:     179114
2113.72/2126.62	c #Conflicts:    2962000 | #Constraints:     180114
2113.72/2126.62	c #Conflicts:    2963000 | #Constraints:     181115
2113.72/2126.62	c #Conflicts:    2964000 | #Constraints:     182115
2113.72/2126.62	c #Conflicts:    2965000 | #Constraints:     183117
2113.72/2126.62	c #Conflicts:    2966000 | #Constraints:     184117
2113.72/2126.62	c #Conflicts:    2967000 | #Constraints:     185118
2113.72/2126.62	c #Conflicts:    2968000 | #Constraints:     186118
2113.72/2126.62	c #Conflicts:    2969000 | #Constraints:     187118
2113.72/2126.62	c #Conflicts:    2970000 | #Constraints:     188118
2113.72/2126.62	c #Conflicts:    2971000 | #Constraints:     189118
2113.72/2126.62	c #Conflicts:    2972000 | #Constraints:     190119
2113.72/2126.62	c #Conflicts:    2973000 | #Constraints:     191119
2113.72/2126.62	c #Conflicts:    2974000 | #Constraints:     192119
2113.72/2126.62	c #Conflicts:    2975000 | #Constraints:     193119
2113.72/2126.62	c #Conflicts:    2976000 | #Constraints:     194119
2113.72/2126.62	c #Conflicts:    2977000 | #Constraints:     195119
2113.72/2126.62	c #Conflicts:    2978000 | #Constraints:     196120
2113.72/2126.62	c #Conflicts:    2979000 | #Constraints:     197120
2113.72/2126.62	c INPROCESSING
2113.72/2126.62	c GARBAGE COLLECT
2113.72/2126.62	c rational objective 19516.9
2165.11/2178.30	c #Conflicts:    2980000 | #Constraints:     101905
2165.11/2178.30	c #Conflicts:    2981000 | #Constraints:     102905
2165.11/2178.30	c #Conflicts:    2982000 | #Constraints:     103905
2165.11/2178.30	c #Conflicts:    2983000 | #Constraints:     104905
2165.11/2178.30	c #Conflicts:    2984000 | #Constraints:     105905
2165.11/2178.30	c #Conflicts:    2985000 | #Constraints:     106906
2165.11/2178.30	c #Conflicts:    2986000 | #Constraints:     107907
2165.11/2178.30	c #Conflicts:    2987000 | #Constraints:     108908
2165.11/2178.30	c #Conflicts:    2988000 | #Constraints:     109908
2165.11/2178.30	c #Conflicts:    2989000 | #Constraints:     110909
2165.11/2178.30	c #Conflicts:    2990000 | #Constraints:     111909
2165.11/2178.30	c #Conflicts:    2991000 | #Constraints:     112909
2165.11/2178.30	c #Conflicts:    2992000 | #Constraints:     113909
2165.11/2178.30	c #Conflicts:    2993000 | #Constraints:     114909
2165.11/2178.30	c #Conflicts:    2994000 | #Constraints:     115909
2165.11/2178.30	c #Conflicts:    2995000 | #Constraints:     116909
2165.11/2178.30	c #Conflicts:    2996000 | #Constraints:     117909
2165.11/2178.30	c #Conflicts:    2997000 | #Constraints:     118909
2165.11/2178.30	c #Conflicts:    2998000 | #Constraints:     119910
2165.11/2178.30	c #Conflicts:    2999000 | #Constraints:     120911
2165.11/2178.30	c #Conflicts:    3000000 | #Constraints:     121911
2165.11/2178.30	c #Conflicts:    3001000 | #Constraints:     122911
2165.11/2178.30	c #Conflicts:    3002000 | #Constraints:     123912
2165.11/2178.30	c #Conflicts:    3003000 | #Constraints:     124912
2165.11/2178.30	c #Conflicts:    3004000 | #Constraints:     125914
2165.11/2178.30	c #Conflicts:    3005000 | #Constraints:     126914
2165.11/2178.30	c #Conflicts:    3006000 | #Constraints:     127914
2165.11/2178.30	c #Conflicts:    3007000 | #Constraints:     128914
2165.11/2178.30	c #Conflicts:    3008000 | #Constraints:     129914
2165.11/2178.30	c #Conflicts:    3009000 | #Constraints:     130914
2165.11/2178.30	c #Conflicts:    3010000 | #Constraints:     131914
2165.11/2178.30	c #Conflicts:    3011000 | #Constraints:     132914
2165.11/2178.30	c #Conflicts:    3012000 | #Constraints:     133916
2165.11/2178.30	c #Conflicts:    3013000 | #Constraints:     134916
2165.11/2178.30	c #Conflicts:    3014000 | #Constraints:     135916
2165.11/2178.30	c #Conflicts:    3015000 | #Constraints:     136916
2165.11/2178.30	c INPROCESSING
2165.11/2178.30	c GARBAGE COLLECT
2165.11/2178.30	c rational objective 19520.4
2171.90/2185.18	c #Conflicts:    3016000 | #Constraints:      71885
2171.90/2185.18	c #Conflicts:    3017000 | #Constraints:      72885
2171.90/2185.18	c #Conflicts:    3018000 | #Constraints:      73885
2171.90/2185.18	c #Conflicts:    3019000 | #Constraints:      74885
2171.90/2185.18	c #Conflicts:    3020000 | #Constraints:      75886
2171.90/2185.18	c #Conflicts:    3021000 | #Constraints:      76886
2171.90/2185.18	c #Conflicts:    3022000 | #Constraints:      77886
2171.90/2185.18	c #Conflicts:    3023000 | #Constraints:      78886
2171.90/2185.18	c #Conflicts:    3024000 | #Constraints:      79887
2171.90/2185.18	WSVECS04 Frhs2[8]: 6 -148 0 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[19]: 6 0 93.3334 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[51]: 6 -264 0 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[52]: 6 0 321.222 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[55]: 6 0 93.3334 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[59]: 6 0 93.3334 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[99]: 6 0 679 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[100]: 6 0 717.222 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[124]: 6 0 321.222 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[160]: 6 0 321.222 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[167]: 6 0 93.3334 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[170]: 6 0 712.556 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[195]: 6 -106 0 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[196]: 6 0 321.222 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[229]: 6 0 106 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[233]: 6 0 106 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[244]: 6 0 38.2223 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[267]: 6 0 106 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[269]: 6 0 106 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[278]: 6 0 498.167 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[279]: 6 0 464.611 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[282]: 6 0 170.778 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[284]: 6 0 768 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[287]: 6 0 768 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[288]: 6 0 768 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[317]: 6 -752.833 0 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[318]: 6 0 385.167 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[352]: 6 0 717.222 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[463]: 6 0 385.167 shouldn't be
2171.90/2185.18	WSVECS04 Frhs2[514]: 6 0 158 shouldn't be
2195.01/2208.41	c #Conflicts:    3025000 | #Constraints:      80887
2195.01/2208.41	c #Conflicts:    3026000 | #Constraints:      81887
2195.01/2208.41	c #Conflicts:    3027000 | #Constraints:      82888
2195.01/2208.41	c #Conflicts:    3028000 | #Constraints:      83888
2195.01/2208.41	c #Conflicts:    3029000 | #Constraints:      84889
2195.01/2208.41	c #Conflicts:    3030000 | #Constraints:      85890
2195.01/2208.41	c #Conflicts:    3031000 | #Constraints:      86890
2195.01/2208.41	c #Conflicts:    3032000 | #Constraints:      87890
2195.01/2208.41	c #Conflicts:    3033000 | #Constraints:      88892
2195.01/2208.41	c #Conflicts:    3034000 | #Constraints:      89892
2195.01/2208.41	c #Conflicts:    3035000 | #Constraints:      90892
2195.01/2208.41	c #Conflicts:    3036000 | #Constraints:      91895
2195.01/2208.41	c #Conflicts:    3037000 | #Constraints:      92896
2195.01/2208.41	c #Conflicts:    3038000 | #Constraints:      93896
2195.01/2208.41	c #Conflicts:    3039000 | #Constraints:      94896
2195.01/2208.41	c #Conflicts:    3040000 | #Constraints:      95897
2195.01/2208.41	c #Conflicts:    3041000 | #Constraints:      96897
2195.01/2208.41	c #Conflicts:    3042000 | #Constraints:      97897
2195.01/2208.41	c #Conflicts:    3043000 | #Constraints:      98897
2195.01/2208.41	c #Conflicts:    3044000 | #Constraints:      99897
2195.01/2208.41	c #Conflicts:    3045000 | #Constraints:     100897
2195.01/2208.41	c #Conflicts:    3046000 | #Constraints:     101897
2195.01/2208.41	c #Conflicts:    3047000 | #Constraints:     102897
2195.01/2208.41	c #Conflicts:    3048000 | #Constraints:     103897
2195.01/2208.41	c #Conflicts:    3049000 | #Constraints:     104897
2195.01/2208.41	c #Conflicts:    3050000 | #Constraints:     105897
2195.01/2208.41	c #Conflicts:    3051000 | #Constraints:     106899
2195.01/2208.41	c INPROCESSING
2195.01/2208.41	c GARBAGE COLLECT
2195.01/2208.41	c rational objective 19520.4
2216.85/2230.35	c #Conflicts:    3052000 | #Constraints:      56883
2216.85/2230.35	c #Conflicts:    3053000 | #Constraints:      57883
2216.85/2230.35	c #Conflicts:    3054000 | #Constraints:      58883
2216.85/2230.35	c #Conflicts:    3055000 | #Constraints:      59883
2216.85/2230.35	c #Conflicts:    3056000 | #Constraints:      60883
2216.85/2230.35	c #Conflicts:    3057000 | #Constraints:      61883
2216.85/2230.35	c #Conflicts:    3058000 | #Constraints:      62883
2216.85/2230.35	c #Conflicts:    3059000 | #Constraints:      63883
2216.85/2230.35	c #Conflicts:    3060000 | #Constraints:      64883
2216.85/2230.35	c #Conflicts:    3061000 | #Constraints:      65883
2216.85/2230.35	c #Conflicts:    3062000 | #Constraints:      66883
2216.85/2230.35	c #Conflicts:    3063000 | #Constraints:      67883
2216.85/2230.35	c #Conflicts:    3064000 | #Constraints:      68883
2216.85/2230.35	c #Conflicts:    3065000 | #Constraints:      69883
2216.85/2230.35	c #Conflicts:    3066000 | #Constraints:      70883
2216.85/2230.35	c #Conflicts:    3067000 | #Constraints:      71884
2216.85/2230.35	c #Conflicts:    3068000 | #Constraints:      72885
2216.85/2230.35	c #Conflicts:    3069000 | #Constraints:      73885
2216.85/2230.35	c #Conflicts:    3070000 | #Constraints:      74886
2216.85/2230.35	c #Conflicts:    3071000 | #Constraints:      75887
2216.85/2230.35	c #Conflicts:    3072000 | #Constraints:      76887
2216.85/2230.35	c #Conflicts:    3073000 | #Constraints:      77887
2216.85/2230.35	c #Conflicts:    3074000 | #Constraints:      78887
2216.85/2230.35	c #Conflicts:    3075000 | #Constraints:      79887
2216.85/2230.35	c #Conflicts:    3076000 | #Constraints:      80887
2216.85/2230.35	c #Conflicts:    3077000 | #Constraints:      81888
2216.85/2230.35	c #Conflicts:    3078000 | #Constraints:      82888
2216.85/2230.35	c #Conflicts:    3079000 | #Constraints:      83888
2216.85/2230.35	c #Conflicts:    3080000 | #Constraints:      84888
2216.85/2230.35	c #Conflicts:    3081000 | #Constraints:      85889
2216.85/2230.35	c #Conflicts:    3082000 | #Constraints:      86889
2216.85/2230.35	c #Conflicts:    3083000 | #Constraints:      87889
2216.85/2230.35	c #Conflicts:    3084000 | #Constraints:      88889
2216.85/2230.35	c #Conflicts:    3085000 | #Constraints:      89889
2216.85/2230.35	c #Conflicts:    3086000 | #Constraints:      90891
2216.85/2230.35	c #Conflicts:    3087000 | #Constraints:      91891
2216.85/2230.35	c INPROCESSING
2216.85/2230.35	c GARBAGE COLLECT
2216.85/2230.35	c rational objective 19520.4
2238.76/2252.42	c #Conflicts:    3088000 | #Constraints:      49274
2238.76/2252.42	c #Conflicts:    3089000 | #Constraints:      50275
2238.76/2252.42	c #Conflicts:    3090000 | #Constraints:      51276
2238.76/2252.42	c #Conflicts:    3091000 | #Constraints:      52277
2238.76/2252.42	c #Conflicts:    3092000 | #Constraints:      53278
2238.76/2252.42	c #Conflicts:    3093000 | #Constraints:      54278
2238.76/2252.42	c #Conflicts:    3094000 | #Constraints:      55278
2238.76/2252.42	c #Conflicts:    3095000 | #Constraints:      56278
2238.76/2252.42	c #Conflicts:    3096000 | #Constraints:      57278
2238.76/2252.42	c #Conflicts:    3097000 | #Constraints:      58279
2238.76/2252.42	c #Conflicts:    3098000 | #Constraints:      59279
2238.76/2252.42	c #Conflicts:    3099000 | #Constraints:      60280
2238.76/2252.42	c #Conflicts:    3100000 | #Constraints:      61280
2238.76/2252.42	c #Conflicts:    3101000 | #Constraints:      62281
2238.76/2252.42	c #Conflicts:    3102000 | #Constraints:      63281
2238.76/2252.42	c #Conflicts:    3103000 | #Constraints:      64283
2238.76/2252.42	c #Conflicts:    3104000 | #Constraints:      65283
2238.76/2252.42	c #Conflicts:    3105000 | #Constraints:      66283
2238.76/2252.42	c #Conflicts:    3106000 | #Constraints:      67283
2238.76/2252.42	c #Conflicts:    3107000 | #Constraints:      68283
2238.76/2252.42	c #Conflicts:    3108000 | #Constraints:      69283
2238.76/2252.42	c #Conflicts:    3109000 | #Constraints:      70283
2238.76/2252.42	c #Conflicts:    3110000 | #Constraints:      71286
2238.76/2252.42	c #Conflicts:    3111000 | #Constraints:      72286
2238.76/2252.42	c #Conflicts:    3112000 | #Constraints:      73286
2238.76/2252.42	c #Conflicts:    3113000 | #Constraints:      74286
2238.76/2252.42	c #Conflicts:    3114000 | #Constraints:      75289
2238.76/2252.42	c #Conflicts:    3115000 | #Constraints:      76289
2238.76/2252.42	c #Conflicts:    3116000 | #Constraints:      77289
2238.76/2252.42	c #Conflicts:    3117000 | #Constraints:      78289
2238.76/2252.42	c #Conflicts:    3118000 | #Constraints:      79289
2238.76/2252.42	c #Conflicts:    3119000 | #Constraints:      80289
2238.76/2252.42	c #Conflicts:    3120000 | #Constraints:      81291
2238.76/2252.42	c #Conflicts:    3121000 | #Constraints:      82291
2238.76/2252.42	c #Conflicts:    3122000 | #Constraints:      83291
2238.76/2252.42	c #Conflicts:    3123000 | #Constraints:      84291
2238.76/2252.42	c INPROCESSING
2238.76/2252.42	c GARBAGE COLLECT
2238.76/2252.42	c rational objective 19523.9
2239.16/2252.87	c #Conflicts:    3124000 | #Constraints:      45278
2239.16/2252.87	WSVECS04 Frhs2[31]: 6 0 38 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[47]: 6 0 144.941 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[64]: 6 -602.515 0 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[71]: 6 0 76.1765 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[80]: 6 -290.824 0 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[83]: 6 0 173.353 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[84]: 6 0 56.8236 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[92]: 6 -148.971 0 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[104]: 6 0 66.4118 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[112]: 6 0 40.2941 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[138]: 6 -1842.38 0 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[140]: 6 0 94.8236 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[144]: 6 -66.4118 0 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[152]: 6 -973.118 0 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[155]: 6 0 173.353 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[158]: 6 -212 0 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[168]: 6 -1250.29 0 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[170]: 6 0 872.529 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[172]: 6 0 376.632 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[174]: 6 0 376.632 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[175]: 6 0 94.8236 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[179]: 6 0 171 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[180]: 6 -94.1765 0 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[228]: 6 0 206.882 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[230]: 6 0 358.794 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[238]: 6 -2.67657 0 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[250]: 6 -1286.41 0 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[262]: 6 -1408 0 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[264]: 6 0 56.8236 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[284]: 6 0 253.824 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[292]: 6 0 28.4118 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[323]: 6 0 76.1765 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[455]: 6 0 131.706 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[462]: 6 0 297.324 shouldn't be
2239.16/2252.87	WSVECS04 Frhs2[467]: 6 -337 0 shouldn't be
2267.10/2280.90	c #Conflicts:    3125000 | #Constraints:      46278
2267.10/2280.90	c #Conflicts:    3126000 | #Constraints:      47278
2267.10/2280.90	c #Conflicts:    3127000 | #Constraints:      48278
2267.10/2280.90	c #Conflicts:    3128000 | #Constraints:      49278
2267.10/2280.90	c #Conflicts:    3129000 | #Constraints:      50278
2267.10/2280.90	c #Conflicts:    3130000 | #Constraints:      51279
2267.10/2280.90	c #Conflicts:    3131000 | #Constraints:      52279
2267.10/2280.90	c #Conflicts:    3132000 | #Constraints:      53279
2267.10/2280.90	c #Conflicts:    3133000 | #Constraints:      54280
2267.10/2280.90	c #Conflicts:    3134000 | #Constraints:      55282
2267.10/2280.90	c #Conflicts:    3135000 | #Constraints:      56282
2267.10/2280.90	c #Conflicts:    3136000 | #Constraints:      57284
2267.10/2280.90	c #Conflicts:    3137000 | #Constraints:      58284
2267.10/2280.90	c #Conflicts:    3138000 | #Constraints:      59284
2267.10/2280.90	c #Conflicts:    3139000 | #Constraints:      60285
2267.10/2280.90	c #Conflicts:    3140000 | #Constraints:      61285
2267.10/2280.90	c #Conflicts:    3141000 | #Constraints:      62286
2267.10/2280.90	c #Conflicts:    3142000 | #Constraints:      63286
2267.10/2280.90	c #Conflicts:    3143000 | #Constraints:      64286
2267.10/2280.90	c #Conflicts:    3144000 | #Constraints:      65287
2267.10/2280.90	c #Conflicts:    3145000 | #Constraints:      66287
2267.10/2280.90	c #Conflicts:    3146000 | #Constraints:      67288
2267.10/2280.90	c #Conflicts:    3147000 | #Constraints:      68288
2267.10/2280.90	c #Conflicts:    3148000 | #Constraints:      69288
2267.10/2280.90	c #Conflicts:    3149000 | #Constraints:      70289
2267.10/2280.90	c #Conflicts:    3150000 | #Constraints:      71289
2267.10/2280.90	c #Conflicts:    3151000 | #Constraints:      72290
2267.10/2280.90	c #Conflicts:    3152000 | #Constraints:      73290
2267.10/2280.90	c #Conflicts:    3153000 | #Constraints:      74290
2267.10/2280.90	c #Conflicts:    3154000 | #Constraints:      75290
2267.10/2280.90	c #Conflicts:    3155000 | #Constraints:      76290
2267.10/2280.90	c #Conflicts:    3156000 | #Constraints:      77290
2267.10/2280.90	c #Conflicts:    3157000 | #Constraints:      78290
2267.10/2280.90	c #Conflicts:    3158000 | #Constraints:      79290
2267.10/2280.90	c #Conflicts:    3159000 | #Constraints:      80290
2267.10/2280.90	c #Conflicts:    3160000 | #Constraints:      81290
2267.10/2280.90	c #Conflicts:    3161000 | #Constraints:      82290
2267.10/2280.90	c #Conflicts:    3162000 | #Constraints:      83291
2267.10/2280.90	c #Conflicts:    3163000 | #Constraints:      84291
2267.10/2280.90	c #Conflicts:    3164000 | #Constraints:      85291
2267.10/2280.90	c #Conflicts:    3165000 | #Constraints:      86291
2267.10/2280.90	c #Conflicts:    3166000 | #Constraints:      87291
2267.10/2280.90	c #Conflicts:    3167000 | #Constraints:      88291
2267.10/2280.90	c #Conflicts:    3168000 | #Constraints:      89291
2267.10/2280.90	WSVECS04 Frhs2[19]: 6 0 106.73 shouldn't be
2267.10/2280.90	WSVECS04 Frhs2[87]: 6 -443.788 0 shouldn't be
2267.10/2280.90	WSVECS04 Frhs2[89]: 6 0 444.636 shouldn't be
2267.10/2280.90	WSVECS04 Frhs2[95]: 6 0 97.4624 shouldn't be
2267.10/2280.90	WSVECS04 Frhs2[98]: 6 0 294.788 shouldn't be
2267.10/2280.90	WSVECS04 Frhs2[99]: 6 -188.924 0 shouldn't be
2267.10/2280.90	WSVECS04 Frhs2[107]: 6 0 0.848509 shouldn't be
2267.10/2280.90	WSVECS04 Frhs2[127]: 6 0 91.9248 shouldn't be
2267.10/2280.90	WSVECS04 Frhs2[163]: 6 0 91.9247 shouldn't be
2267.10/2280.90	WSVECS04 Frhs2[166]: 6 -0.848525 0 shouldn't be
2267.10/2280.90	WSVECS04 Frhs2[179]: 6 0 0.848577 shouldn't be
2267.10/2280.90	WSVECS04 Frhs2[231]: 6 0 444.212 shouldn't be
2267.10/2280.90	WSVECS04 Frhs2[282]: 6 0 114.697 shouldn't be
2267.10/2280.90	WSVECS04 Frhs2[303]: 6 0 556.788 shouldn't be
2267.10/2280.90	WSVECS04 Frhs2[454]: 6 0 834.924 shouldn't be
2267.10/2280.90	WSVECS04 Frhs2[503]: 6 -204.53 0 shouldn't be
2361.68/2375.98	c #Conflicts:    3169000 | #Constraints:      90292
2361.68/2375.98	c #Conflicts:    3170000 | #Constraints:      91293
2361.68/2375.98	c #Conflicts:    3171000 | #Constraints:      92295
2361.68/2375.98	c #Conflicts:    3172000 | #Constraints:      93295
2361.68/2375.98	c #Conflicts:    3173000 | #Constraints:      94296
2361.68/2375.98	c #Conflicts:    3174000 | #Constraints:      95297
2361.68/2375.98	c #Conflicts:    3175000 | #Constraints:      96297
2361.68/2375.98	c #Conflicts:    3176000 | #Constraints:      97297
2361.68/2375.98	c #Conflicts:    3177000 | #Constraints:      98297
2361.68/2375.98	c #Conflicts:    3178000 | #Constraints:      99297
2361.68/2375.98	c #Conflicts:    3179000 | #Constraints:     100298
2361.68/2375.98	c #Conflicts:    3180000 | #Constraints:     101298
2361.68/2375.98	c #Conflicts:    3181000 | #Constraints:     102298
2361.68/2375.98	c #Conflicts:    3182000 | #Constraints:     103299
2361.68/2375.98	c #Conflicts:    3183000 | #Constraints:     104299
2361.68/2375.98	c #Conflicts:    3184000 | #Constraints:     105299
2361.68/2375.98	c #Conflicts:    3185000 | #Constraints:     106299
2361.68/2375.98	c #Conflicts:    3186000 | #Constraints:     107299
2361.68/2375.98	c #Conflicts:    3187000 | #Constraints:     108299
2361.68/2375.98	c #Conflicts:    3188000 | #Constraints:     109302
2361.68/2375.98	c #Conflicts:    3189000 | #Constraints:     110303
2361.68/2375.98	c #Conflicts:    3190000 | #Constraints:     111303
2361.68/2375.98	c #Conflicts:    3191000 | #Constraints:     112304
2361.68/2375.98	c #Conflicts:    3192000 | #Constraints:     113304
2361.68/2375.98	c #Conflicts:    3193000 | #Constraints:     114305
2361.68/2375.98	c #Conflicts:    3194000 | #Constraints:     115305
2361.68/2375.98	c #Conflicts:    3195000 | #Constraints:     116306
2361.68/2375.98	c #Conflicts:    3196000 | #Constraints:     117306
2361.68/2375.98	c #Conflicts:    3197000 | #Constraints:     118306
2361.68/2375.98	c #Conflicts:    3198000 | #Constraints:     119306
2361.68/2375.98	c #Conflicts:    3199000 | #Constraints:     120306
2361.68/2375.98	c #Conflicts:    3200000 | #Constraints:     121306
2361.68/2375.98	c #Conflicts:    3201000 | #Constraints:     122306
2361.68/2375.98	c #Conflicts:    3202000 | #Constraints:     123307
2361.68/2375.98	c #Conflicts:    3203000 | #Constraints:     124307
2361.68/2375.98	c #Conflicts:    3204000 | #Constraints:     125307
2361.68/2375.98	c #Conflicts:    3205000 | #Constraints:     126307
2361.68/2375.98	c #Conflicts:    3206000 | #Constraints:     127307
2361.68/2375.98	c #Conflicts:    3207000 | #Constraints:     128307
2361.68/2375.98	c #Conflicts:    3208000 | #Constraints:     129307
2361.68/2375.98	c #Conflicts:    3209000 | #Constraints:     130307
2361.68/2375.98	c #Conflicts:    3210000 | #Constraints:     131309
2361.68/2375.98	c #Conflicts:    3211000 | #Constraints:     132309
2361.68/2375.98	c #Conflicts:    3212000 | #Constraints:     133309
2361.68/2375.98	c #Conflicts:    3213000 | #Constraints:     134309
2361.68/2375.98	c #Conflicts:    3214000 | #Constraints:     135309
2361.68/2375.98	c #Conflicts:    3215000 | #Constraints:     136309
2361.68/2375.98	c #Conflicts:    3216000 | #Constraints:     137309
2361.68/2375.98	c #Conflicts:    3217000 | #Constraints:     138309
2361.68/2375.98	c #Conflicts:    3218000 | #Constraints:     139309
2361.68/2375.98	c #Conflicts:    3219000 | #Constraints:     140309
2361.68/2375.98	c #Conflicts:    3220000 | #Constraints:     141309
2361.68/2375.98	c #Conflicts:    3221000 | #Constraints:     142309
2361.68/2375.98	c #Conflicts:    3222000 | #Constraints:     143309
2361.68/2375.98	c #Conflicts:    3223000 | #Constraints:     144309
2361.68/2375.98	c #Conflicts:    3224000 | #Constraints:     145310
2361.68/2375.98	c #Conflicts:    3225000 | #Constraints:     146310
2361.68/2375.98	c #Conflicts:    3226000 | #Constraints:     147310
2361.68/2375.98	c #Conflicts:    3227000 | #Constraints:     148310
2361.68/2375.98	c #Conflicts:    3228000 | #Constraints:     149310
2361.68/2375.98	c #Conflicts:    3229000 | #Constraints:     150310
2361.68/2375.98	c #Conflicts:    3230000 | #Constraints:     151311
2361.68/2375.98	c #Conflicts:    3231000 | #Constraints:     152311
2361.68/2375.98	c #Conflicts:    3232000 | #Constraints:     153311
2361.68/2375.98	c #Conflicts:    3233000 | #Constraints:     154312
2361.68/2375.98	c #Conflicts:    3234000 | #Constraints:     155312
2361.68/2375.98	c #Conflicts:    3235000 | #Constraints:     156312
2361.68/2375.98	c #Conflicts:    3236000 | #Constraints:     157312
2361.68/2375.98	c #Conflicts:    3237000 | #Constraints:     158312
2361.68/2375.98	c #Conflicts:    3238000 | #Constraints:     159312
2361.68/2375.98	c #Conflicts:    3239000 | #Constraints:     160312
2361.68/2375.98	c #Conflicts:    3240000 | #Constraints:     161312
2361.68/2375.98	c #Conflicts:    3241000 | #Constraints:     162312
2361.68/2375.98	c #Conflicts:    3242000 | #Constraints:     163312
2361.68/2375.98	c #Conflicts:    3243000 | #Constraints:     164313
2361.68/2375.98	c #Conflicts:    3244000 | #Constraints:     165313
2361.68/2375.98	c #Conflicts:    3245000 | #Constraints:     166313
2361.68/2375.98	c #Conflicts:    3246000 | #Constraints:     167313
2361.68/2375.98	c #Conflicts:    3247000 | #Constraints:     168314
2422.21/2436.70	c #Conflicts:    3248000 | #Constraints:     169314
2422.21/2436.70	c #Conflicts:    3249000 | #Constraints:     170314
2422.21/2436.70	c #Conflicts:    3250000 | #Constraints:     171314
2422.21/2436.70	c #Conflicts:    3251000 | #Constraints:     172314
2422.21/2436.70	c #Conflicts:    3252000 | #Constraints:     173314
2422.21/2436.70	c #Conflicts:    3253000 | #Constraints:     174314
2422.21/2436.70	c #Conflicts:    3254000 | #Constraints:     175314
2422.21/2436.70	c #Conflicts:    3255000 | #Constraints:     176314
2422.21/2436.70	c #Conflicts:    3256000 | #Constraints:     177314
2422.21/2436.70	c #Conflicts:    3257000 | #Constraints:     178315
2422.21/2436.70	c #Conflicts:    3258000 | #Constraints:     179315
2422.21/2436.70	c #Conflicts:    3259000 | #Constraints:     180315
2422.21/2436.70	c #Conflicts:    3260000 | #Constraints:     181315
2422.21/2436.70	c #Conflicts:    3261000 | #Constraints:     182315
2422.21/2436.70	c #Conflicts:    3262000 | #Constraints:     183315
2422.21/2436.70	c #Conflicts:    3263000 | #Constraints:     184315
2422.21/2436.70	c #Conflicts:    3264000 | #Constraints:     185315
2422.21/2436.70	c #Conflicts:    3265000 | #Constraints:     186315
2422.21/2436.70	c #Conflicts:    3266000 | #Constraints:     187315
2422.21/2436.70	c #Conflicts:    3267000 | #Constraints:     188315
2422.21/2436.70	c #Conflicts:    3268000 | #Constraints:     189315
2422.21/2436.70	c #Conflicts:    3269000 | #Constraints:     190315
2422.21/2436.70	c #Conflicts:    3270000 | #Constraints:     191315
2422.21/2436.70	c #Conflicts:    3271000 | #Constraints:     192317
2422.21/2436.70	c #Conflicts:    3272000 | #Constraints:     193317
2422.21/2436.70	c #Conflicts:    3273000 | #Constraints:     194317
2422.21/2436.70	c #Conflicts:    3274000 | #Constraints:     195317
2422.21/2436.70	c #Conflicts:    3275000 | #Constraints:     196317
2422.21/2436.70	c #Conflicts:    3276000 | #Constraints:     197317
2422.21/2436.70	c #Conflicts:    3277000 | #Constraints:     198317
2422.21/2436.70	c #Conflicts:    3278000 | #Constraints:     199317
2422.21/2436.70	c #Conflicts:    3279000 | #Constraints:     200317
2422.21/2436.70	c #Conflicts:    3280000 | #Constraints:     201317
2422.21/2436.70	c #Conflicts:    3281000 | #Constraints:     202317
2422.21/2436.70	c #Conflicts:    3282000 | #Constraints:     203317
2422.21/2436.70	c #Conflicts:    3283000 | #Constraints:     204317
2422.21/2436.70	c #Conflicts:    3284000 | #Constraints:     205317
2422.21/2436.70	c INPROCESSING
2422.21/2436.70	c GARBAGE COLLECT
2422.21/2436.70	c rational objective 19523.9
2461.67/2476.38	c #Conflicts:    3285000 | #Constraints:     105921
2461.67/2476.38	c #Conflicts:    3286000 | #Constraints:     106921
2461.67/2476.38	c #Conflicts:    3287000 | #Constraints:     107921
2461.67/2476.38	c #Conflicts:    3288000 | #Constraints:     108921
2461.67/2476.38	c #Conflicts:    3289000 | #Constraints:     109921
2461.67/2476.38	c #Conflicts:    3290000 | #Constraints:     110921
2461.67/2476.38	c #Conflicts:    3291000 | #Constraints:     111921
2461.67/2476.38	c #Conflicts:    3292000 | #Constraints:     112921
2461.67/2476.38	c #Conflicts:    3293000 | #Constraints:     113921
2461.67/2476.38	c #Conflicts:    3294000 | #Constraints:     114923
2461.67/2476.38	c #Conflicts:    3295000 | #Constraints:     115924
2461.67/2476.38	c #Conflicts:    3296000 | #Constraints:     116925
2461.67/2476.38	c #Conflicts:    3297000 | #Constraints:     117925
2461.67/2476.38	c #Conflicts:    3298000 | #Constraints:     118925
2461.67/2476.38	c #Conflicts:    3299000 | #Constraints:     119926
2461.67/2476.38	c #Conflicts:    3300000 | #Constraints:     120926
2461.67/2476.38	c #Conflicts:    3301000 | #Constraints:     121926
2461.67/2476.38	c #Conflicts:    3302000 | #Constraints:     122926
2461.67/2476.38	c #Conflicts:    3303000 | #Constraints:     123926
2461.67/2476.38	c #Conflicts:    3304000 | #Constraints:     124926
2461.67/2476.38	c #Conflicts:    3305000 | #Constraints:     125927
2461.67/2476.38	c #Conflicts:    3306000 | #Constraints:     126927
2461.67/2476.38	c #Conflicts:    3307000 | #Constraints:     127928
2461.67/2476.38	c #Conflicts:    3308000 | #Constraints:     128928
2461.67/2476.38	c #Conflicts:    3309000 | #Constraints:     129928
2461.67/2476.38	c #Conflicts:    3310000 | #Constraints:     130928
2461.67/2476.38	c #Conflicts:    3311000 | #Constraints:     131928
2461.67/2476.38	c #Conflicts:    3312000 | #Constraints:     132928
2461.67/2476.38	c #Conflicts:    3313000 | #Constraints:     133928
2461.67/2476.38	c #Conflicts:    3314000 | #Constraints:     134930
2461.67/2476.38	c #Conflicts:    3315000 | #Constraints:     135930
2461.67/2476.38	c #Conflicts:    3316000 | #Constraints:     136931
2461.67/2476.38	c #Conflicts:    3317000 | #Constraints:     137932
2461.67/2476.38	c #Conflicts:    3318000 | #Constraints:     138932
2461.67/2476.38	WSVECS04 Frhs2[30]: 6 0 147.5 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[37]: 6 -2410.93 0 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[38]: 6 0 618.38 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[43]: 6 0 80.5932 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[61]: 6 -295 0 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[73]: 6 -268.98 0 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[74]: 6 0 618.38 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[76]: 6 0 811.529 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[78]: 6 0 785.51 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[83]: 6 -2978.31 0 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[99]: 6 0 147.5 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[103]: 6 -262.011 0 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[137]: 6 -136.128 0 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[143]: 6 -319.138 0 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[151]: 6 0 80.5932 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[172]: 6 0 136.128 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[184]: 6 0 692.279 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[206]: 6 0 109.873 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[207]: 6 0 109.873 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[210]: 6 0 95.1226 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[227]: 6 0 14.75 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[239]: 6 0 50.4363 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[330]: 6 0 785.51 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[351]: 6 0 135.064 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[353]: 6 -160.628 0 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[389]: 6 0 106 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[471]: 6 0 875.564 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[487]: 6 0 187 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[501]: 6 0 485 shouldn't be
2461.67/2476.38	WSVECS04 Frhs2[531]: 6 0 814.138 shouldn't be
2467.90/2482.62	c #Conflicts:    3319000 | #Constraints:     139932
2467.90/2482.62	c #Conflicts:    3320000 | #Constraints:     140932
2467.90/2482.62	c #Conflicts:    3321000 | #Constraints:     141933
2467.90/2482.62	c #Conflicts:    3322000 | #Constraints:     142934
2467.90/2482.62	c INPROCESSING
2467.90/2482.62	c GARBAGE COLLECT
2467.90/2482.62	c rational objective 19523.9
2504.55/2519.47	c #Conflicts:    3323000 | #Constraints:      74857
2504.55/2519.47	c #Conflicts:    3324000 | #Constraints:      75857
2504.55/2519.47	c #Conflicts:    3325000 | #Constraints:      76859
2504.55/2519.47	c #Conflicts:    3326000 | #Constraints:      77859
2504.55/2519.47	c #Conflicts:    3327000 | #Constraints:      78859
2504.55/2519.47	c #Conflicts:    3328000 | #Constraints:      79859
2504.55/2519.47	c #Conflicts:    3329000 | #Constraints:      80859
2504.55/2519.47	c #Conflicts:    3330000 | #Constraints:      81859
2504.55/2519.47	c #Conflicts:    3331000 | #Constraints:      82861
2504.55/2519.47	c #Conflicts:    3332000 | #Constraints:      83861
2504.55/2519.47	c #Conflicts:    3333000 | #Constraints:      84861
2504.55/2519.47	c #Conflicts:    3334000 | #Constraints:      85862
2504.55/2519.47	c #Conflicts:    3335000 | #Constraints:      86862
2504.55/2519.47	c #Conflicts:    3336000 | #Constraints:      87862
2504.55/2519.47	c #Conflicts:    3337000 | #Constraints:      88862
2504.55/2519.47	c #Conflicts:    3338000 | #Constraints:      89862
2504.55/2519.47	c #Conflicts:    3339000 | #Constraints:      90862
2504.55/2519.47	c #Conflicts:    3340000 | #Constraints:      91863
2504.55/2519.47	c #Conflicts:    3341000 | #Constraints:      92864
2504.55/2519.47	c #Conflicts:    3342000 | #Constraints:      93864
2504.55/2519.47	c #Conflicts:    3343000 | #Constraints:      94864
2504.55/2519.47	c #Conflicts:    3344000 | #Constraints:      95864
2504.55/2519.47	c #Conflicts:    3345000 | #Constraints:      96864
2504.55/2519.47	c #Conflicts:    3346000 | #Constraints:      97864
2504.55/2519.47	c #Conflicts:    3347000 | #Constraints:      98866
2504.55/2519.47	c #Conflicts:    3348000 | #Constraints:      99867
2504.55/2519.47	c #Conflicts:    3349000 | #Constraints:     100867
2504.55/2519.47	c #Conflicts:    3350000 | #Constraints:     101868
2504.55/2519.47	c #Conflicts:    3351000 | #Constraints:     102868
2504.55/2519.47	c #Conflicts:    3352000 | #Constraints:     103868
2504.55/2519.47	c #Conflicts:    3353000 | #Constraints:     104869
2504.55/2519.47	c #Conflicts:    3354000 | #Constraints:     105869
2504.55/2519.47	c #Conflicts:    3355000 | #Constraints:     106869
2504.55/2519.47	c #Conflicts:    3356000 | #Constraints:     107869
2504.55/2519.47	c #Conflicts:    3357000 | #Constraints:     108871
2504.55/2519.47	c #Conflicts:    3358000 | #Constraints:     109872
2504.55/2519.47	c #Conflicts:    3359000 | #Constraints:     110872
2504.55/2519.47	c #Conflicts:    3360000 | #Constraints:     111873
2504.55/2519.47	c INPROCESSING
2504.55/2519.47	c GARBAGE COLLECT
2504.55/2519.47	c rational objective 19523.9
2536.79/2551.84	c #Conflicts:    3361000 | #Constraints:      59378
2536.79/2551.84	c #Conflicts:    3362000 | #Constraints:      60378
2536.79/2551.84	c #Conflicts:    3363000 | #Constraints:      61379
2536.79/2551.84	c #Conflicts:    3364000 | #Constraints:      62379
2536.79/2551.84	c #Conflicts:    3365000 | #Constraints:      63379
2536.79/2551.84	c #Conflicts:    3366000 | #Constraints:      64380
2536.79/2551.84	c #Conflicts:    3367000 | #Constraints:      65380
2536.79/2551.84	c #Conflicts:    3368000 | #Constraints:      66380
2536.79/2551.84	c #Conflicts:    3369000 | #Constraints:      67383
2536.79/2551.84	c #Conflicts:    3370000 | #Constraints:      68383
2536.79/2551.84	c #Conflicts:    3371000 | #Constraints:      69383
2536.79/2551.84	c #Conflicts:    3372000 | #Constraints:      70384
2536.79/2551.84	c #Conflicts:    3373000 | #Constraints:      71384
2536.79/2551.84	c #Conflicts:    3374000 | #Constraints:      72385
2536.79/2551.84	c #Conflicts:    3375000 | #Constraints:      73385
2536.79/2551.84	c #Conflicts:    3376000 | #Constraints:      74385
2536.79/2551.84	c #Conflicts:    3377000 | #Constraints:      75386
2536.79/2551.84	c #Conflicts:    3378000 | #Constraints:      76386
2536.79/2551.84	c #Conflicts:    3379000 | #Constraints:      77386
2536.79/2551.84	c #Conflicts:    3380000 | #Constraints:      78386
2536.79/2551.84	c #Conflicts:    3381000 | #Constraints:      79386
2536.79/2551.84	c #Conflicts:    3382000 | #Constraints:      80386
2536.79/2551.84	c #Conflicts:    3383000 | #Constraints:      81386
2536.79/2551.84	c #Conflicts:    3384000 | #Constraints:      82386
2536.79/2551.84	c #Conflicts:    3385000 | #Constraints:      83387
2536.79/2551.84	c #Conflicts:    3386000 | #Constraints:      84389
2536.79/2551.84	c #Conflicts:    3387000 | #Constraints:      85390
2536.79/2551.84	c #Conflicts:    3388000 | #Constraints:      86390
2536.79/2551.84	c #Conflicts:    3389000 | #Constraints:      87390
2536.79/2551.84	c #Conflicts:    3390000 | #Constraints:      88390
2536.79/2551.84	c #Conflicts:    3391000 | #Constraints:      89390
2536.79/2551.84	c #Conflicts:    3392000 | #Constraints:      90391
2536.79/2551.84	c #Conflicts:    3393000 | #Constraints:      91391
2536.79/2551.84	c #Conflicts:    3394000 | #Constraints:      92392
2536.79/2551.84	c #Conflicts:    3395000 | #Constraints:      93392
2536.79/2551.84	c #Conflicts:    3396000 | #Constraints:      94392
2536.79/2551.84	c #Conflicts:    3397000 | #Constraints:      95392
2536.79/2551.84	c #Conflicts:    3398000 | #Constraints:      96392
2536.79/2551.84	c INPROCESSING
2536.79/2551.84	c GARBAGE COLLECT
2536.79/2551.84	c rational objective 19523.9
2538.58/2553.63	c #Conflicts:    3399000 | #Constraints:      51591
2538.58/2553.63	c #Conflicts:    3400000 | #Constraints:      52591
2538.58/2553.63	c #Conflicts:    3401000 | #Constraints:      53591
2538.58/2553.63	WSVECS04 Frhs2[86]: 6 0 32.3334 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[103]: 6 0 4.50008 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[163]: 6 0 2949.33 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[166]: 6 -145.583 0 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[175]: 6 0 4.50005 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[208]: 6 0 103 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[212]: 6 0 58.5834 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[216]: 6 -134.417 0 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[239]: 6 0 134 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[241]: 6 -741.833 0 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[244]: 6 0 103 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[277]: 6 0 484.833 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[279]: 6 0 484.833 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[280]: 6 0 587.833 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[306]: 6 0 36.8334 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[309]: 6 0 826.917 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[332]: 6 -101 0 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[336]: 6 0 166.083 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[342]: 6 0 36.8334 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[344]: 6 0 79.9167 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[345]: 6 0 79.9167 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[356]: 6 0 164.583 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[370]: 6 0 170 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[375]: 6 0 158 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[443]: 6 -70.3334 0 shouldn't be
2538.58/2553.63	WSVECS04 Frhs2[471]: 6 0 785 shouldn't be
2553.54/2568.61	c #Conflicts:    3402000 | #Constraints:      54591
2553.54/2568.61	c #Conflicts:    3403000 | #Constraints:      55591
2553.54/2568.61	c #Conflicts:    3404000 | #Constraints:      56592
2553.54/2568.61	c #Conflicts:    3405000 | #Constraints:      57593
2553.54/2568.61	c #Conflicts:    3406000 | #Constraints:      58593
2553.54/2568.61	c #Conflicts:    3407000 | #Constraints:      59593
2553.54/2568.61	c #Conflicts:    3408000 | #Constraints:      60594
2553.54/2568.61	c #Conflicts:    3409000 | #Constraints:      61594
2553.54/2568.61	c #Conflicts:    3410000 | #Constraints:      62595
2553.54/2568.61	c #Conflicts:    3411000 | #Constraints:      63595
2553.54/2568.61	c #Conflicts:    3412000 | #Constraints:      64596
2553.54/2568.61	c #Conflicts:    3413000 | #Constraints:      65596
2553.54/2568.61	c #Conflicts:    3414000 | #Constraints:      66596
2553.54/2568.61	c #Conflicts:    3415000 | #Constraints:      67597
2553.54/2568.61	c #Conflicts:    3416000 | #Constraints:      68597
2553.54/2568.61	c #Conflicts:    3417000 | #Constraints:      69597
2553.54/2568.61	c #Conflicts:    3418000 | #Constraints:      70597
2553.54/2568.61	c #Conflicts:    3419000 | #Constraints:      71597
2553.54/2568.61	c #Conflicts:    3420000 | #Constraints:      72598
2553.54/2568.61	c #Conflicts:    3421000 | #Constraints:      73598
2553.54/2568.61	WSVECS04 Frhs2[18]: 6 0 71.75 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[40]: 6 0 582.5 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[49]: 6 -2423.75 0 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[51]: 6 0 38.0001 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[57]: 6 0 33.625 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[83]: 6 0 2491.63 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[129]: 6 0 33.625 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[130]: 6 -295 0 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[182]: 6 0 1308 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[189]: 6 0 375.625 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[195]: 6 -140.25 0 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[198]: 6 0 71.75 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[213]: 6 0 38 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[220]: 6 -3178.63 0 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[229]: 6 0 34.25 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[259]: 6 0 38.0001 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[265]: 6 0 34.2501 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[268]: 6 0 41.25 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[269]: 6 0 34.2501 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[273]: 6 0 33.625 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[290]: 6 0 3303 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[299]: 6 0 2491.63 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[306]: 6 0 71.75 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[307]: 6 -892 0 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[309]: 6 0 33.625 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[325]: 6 -1308 0 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[343]: 6 0 295 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[347]: 6 0 295 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[374]: 6 0 398 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[386]: 6 -264 0 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[454]: 6 0 22.0001 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[469]: 6 -264 0 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[482]: 6 0 355 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[485]: 6 0 554.417 shouldn't be
2553.54/2568.61	WSVECS04 Frhs2[514]: 6 0 620.833 shouldn't be
2567.73/2582.96	c #Conflicts:    3422000 | #Constraints:      74599
2567.73/2582.96	c #Conflicts:    3423000 | #Constraints:      75599
2567.73/2582.96	c #Conflicts:    3424000 | #Constraints:      76599
2567.73/2582.96	c #Conflicts:    3425000 | #Constraints:      77599
2567.73/2582.96	c #Conflicts:    3426000 | #Constraints:      78600
2567.73/2582.96	c #Conflicts:    3427000 | #Constraints:      79600
2567.73/2582.96	c #Conflicts:    3428000 | #Constraints:      80601
2567.73/2582.96	c #Conflicts:    3429000 | #Constraints:      81601
2567.73/2582.96	c #Conflicts:    3430000 | #Constraints:      82601
2567.73/2582.96	c #Conflicts:    3431000 | #Constraints:      83601
2567.73/2582.96	c #Conflicts:    3432000 | #Constraints:      84602
2567.73/2582.96	c #Conflicts:    3433000 | #Constraints:      85602
2567.73/2582.96	c #Conflicts:    3434000 | #Constraints:      86602
2567.73/2582.96	c #Conflicts:    3435000 | #Constraints:      87603
2567.73/2582.96	c #Conflicts:    3436000 | #Constraints:      88604
2567.73/2582.96	c INPROCESSING
2567.73/2582.96	c GARBAGE COLLECT
2567.73/2582.96	c rational objective 19523.9
2653.35/2669.02	c #Conflicts:    3437000 | #Constraints:      47531
2653.35/2669.02	c #Conflicts:    3438000 | #Constraints:      48532
2653.35/2669.02	c #Conflicts:    3439000 | #Constraints:      49532
2653.35/2669.02	c #Conflicts:    3440000 | #Constraints:      50533
2653.35/2669.02	c #Conflicts:    3441000 | #Constraints:      51533
2653.35/2669.02	c #Conflicts:    3442000 | #Constraints:      52533
2653.35/2669.02	c #Conflicts:    3443000 | #Constraints:      53533
2653.35/2669.02	c #Conflicts:    3444000 | #Constraints:      54534
2653.35/2669.02	c #Conflicts:    3445000 | #Constraints:      55535
2653.35/2669.02	c #Conflicts:    3446000 | #Constraints:      56535
2653.35/2669.02	c #Conflicts:    3447000 | #Constraints:      57536
2653.35/2669.02	c #Conflicts:    3448000 | #Constraints:      58536
2653.35/2669.02	c #Conflicts:    3449000 | #Constraints:      59537
2653.35/2669.02	c #Conflicts:    3450000 | #Constraints:      60537
2653.35/2669.02	c #Conflicts:    3451000 | #Constraints:      61538
2653.35/2669.02	c #Conflicts:    3452000 | #Constraints:      62539
2653.35/2669.02	c #Conflicts:    3453000 | #Constraints:      63539
2653.35/2669.02	c #Conflicts:    3454000 | #Constraints:      64539
2653.35/2669.02	c #Conflicts:    3455000 | #Constraints:      65541
2653.35/2669.02	c #Conflicts:    3456000 | #Constraints:      66541
2653.35/2669.02	c #Conflicts:    3457000 | #Constraints:      67541
2653.35/2669.02	c #Conflicts:    3458000 | #Constraints:      68541
2653.35/2669.02	c #Conflicts:    3459000 | #Constraints:      69541
2653.35/2669.02	c #Conflicts:    3460000 | #Constraints:      70541
2653.35/2669.02	c #Conflicts:    3461000 | #Constraints:      71544
2653.35/2669.02	c #Conflicts:    3462000 | #Constraints:      72544
2653.35/2669.02	c #Conflicts:    3463000 | #Constraints:      73544
2653.35/2669.02	c #Conflicts:    3464000 | #Constraints:      74544
2653.35/2669.02	c #Conflicts:    3465000 | #Constraints:      75544
2653.35/2669.02	c #Conflicts:    3466000 | #Constraints:      76544
2653.35/2669.02	c #Conflicts:    3467000 | #Constraints:      77544
2653.35/2669.02	c #Conflicts:    3468000 | #Constraints:      78545
2653.35/2669.02	c #Conflicts:    3469000 | #Constraints:      79546
2653.35/2669.02	c #Conflicts:    3470000 | #Constraints:      80546
2653.35/2669.02	c #Conflicts:    3471000 | #Constraints:      81546
2653.35/2669.02	c #Conflicts:    3472000 | #Constraints:      82546
2653.35/2669.02	c #Conflicts:    3473000 | #Constraints:      83546
2653.35/2669.02	c #Conflicts:    3474000 | #Constraints:      84546
2653.35/2669.02	c #Conflicts:    3475000 | #Constraints:      85546
2653.35/2669.02	c #Conflicts:    3476000 | #Constraints:      86546
2653.35/2669.02	c #Conflicts:    3477000 | #Constraints:      87546
2653.35/2669.02	c #Conflicts:    3478000 | #Constraints:      88546
2653.35/2669.02	c #Conflicts:    3479000 | #Constraints:      89547
2653.35/2669.02	c #Conflicts:    3480000 | #Constraints:      90547
2653.35/2669.02	c #Conflicts:    3481000 | #Constraints:      91548
2653.35/2669.02	c #Conflicts:    3482000 | #Constraints:      92549
2653.35/2669.02	c #Conflicts:    3483000 | #Constraints:      93550
2653.35/2669.02	c #Conflicts:    3484000 | #Constraints:      94550
2653.35/2669.02	c #Conflicts:    3485000 | #Constraints:      95550
2653.35/2669.02	c #Conflicts:    3486000 | #Constraints:      96550
2653.35/2669.02	c #Conflicts:    3487000 | #Constraints:      97553
2653.35/2669.02	c #Conflicts:    3488000 | #Constraints:      98553
2653.35/2669.02	c #Conflicts:    3489000 | #Constraints:      99553
2653.35/2669.02	c #Conflicts:    3490000 | #Constraints:     100553
2653.35/2669.02	c #Conflicts:    3491000 | #Constraints:     101554
2653.35/2669.02	c #Conflicts:    3492000 | #Constraints:     102554
2653.35/2669.02	c #Conflicts:    3493000 | #Constraints:     103554
2653.35/2669.02	c #Conflicts:    3494000 | #Constraints:     104554
2653.35/2669.02	c #Conflicts:    3495000 | #Constraints:     105555
2653.35/2669.02	c #Conflicts:    3496000 | #Constraints:     106556
2653.35/2669.02	c #Conflicts:    3497000 | #Constraints:     107556
2653.35/2669.02	c #Conflicts:    3498000 | #Constraints:     108557
2653.35/2669.02	c #Conflicts:    3499000 | #Constraints:     109558
2653.35/2669.02	c #Conflicts:    3500000 | #Constraints:     110558
2653.35/2669.02	c #Conflicts:    3501000 | #Constraints:     111559
2653.35/2669.02	c #Conflicts:    3502000 | #Constraints:     112559
2653.35/2669.02	c #Conflicts:    3503000 | #Constraints:     113559
2653.35/2669.02	c #Conflicts:    3504000 | #Constraints:     114559
2653.35/2669.02	c #Conflicts:    3505000 | #Constraints:     115560
2653.35/2669.02	c #Conflicts:    3506000 | #Constraints:     116560
2653.35/2669.02	c #Conflicts:    3507000 | #Constraints:     117560
2653.35/2669.02	c #Conflicts:    3508000 | #Constraints:     118561
2653.35/2669.02	c #Conflicts:    3509000 | #Constraints:     119561
2653.35/2669.02	c #Conflicts:    3510000 | #Constraints:     120562
2653.35/2669.02	c #Conflicts:    3511000 | #Constraints:     121562
2653.35/2669.02	c #Conflicts:    3512000 | #Constraints:     122563
2653.35/2669.02	c #Conflicts:    3513000 | #Constraints:     123563
2653.35/2669.02	c #Conflicts:    3514000 | #Constraints:     124563
2653.35/2669.02	c #Conflicts:    3515000 | #Constraints:     125563
2733.30/2749.35	c #Conflicts:    3516000 | #Constraints:     126563
2733.30/2749.35	c #Conflicts:    3517000 | #Constraints:     127563
2733.30/2749.35	c #Conflicts:    3518000 | #Constraints:     128563
2733.30/2749.35	c #Conflicts:    3519000 | #Constraints:     129565
2733.30/2749.35	c #Conflicts:    3520000 | #Constraints:     130565
2733.30/2749.35	c #Conflicts:    3521000 | #Constraints:     131565
2733.30/2749.35	c #Conflicts:    3522000 | #Constraints:     132565
2733.30/2749.35	c #Conflicts:    3523000 | #Constraints:     133565
2733.30/2749.35	c #Conflicts:    3524000 | #Constraints:     134566
2733.30/2749.35	c #Conflicts:    3525000 | #Constraints:     135566
2733.30/2749.35	c #Conflicts:    3526000 | #Constraints:     136566
2733.30/2749.35	c #Conflicts:    3527000 | #Constraints:     137566
2733.30/2749.35	c #Conflicts:    3528000 | #Constraints:     138566
2733.30/2749.35	c #Conflicts:    3529000 | #Constraints:     139567
2733.30/2749.35	c #Conflicts:    3530000 | #Constraints:     140567
2733.30/2749.35	c #Conflicts:    3531000 | #Constraints:     141568
2733.30/2749.35	c #Conflicts:    3532000 | #Constraints:     142568
2733.30/2749.35	c #Conflicts:    3533000 | #Constraints:     143568
2733.30/2749.35	c #Conflicts:    3534000 | #Constraints:     144569
2733.30/2749.35	c #Conflicts:    3535000 | #Constraints:     145570
2733.30/2749.35	c #Conflicts:    3536000 | #Constraints:     146570
2733.30/2749.35	c #Conflicts:    3537000 | #Constraints:     147570
2733.30/2749.35	c #Conflicts:    3538000 | #Constraints:     148571
2733.30/2749.35	c #Conflicts:    3539000 | #Constraints:     149571
2733.30/2749.35	c #Conflicts:    3540000 | #Constraints:     150571
2733.30/2749.35	c #Conflicts:    3541000 | #Constraints:     151571
2733.30/2749.35	c #Conflicts:    3542000 | #Constraints:     152571
2733.30/2749.35	c #Conflicts:    3543000 | #Constraints:     153573
2733.30/2749.35	c #Conflicts:    3544000 | #Constraints:     154573
2733.30/2749.35	c #Conflicts:    3545000 | #Constraints:     155573
2733.30/2749.35	c #Conflicts:    3546000 | #Constraints:     156574
2733.30/2749.35	c #Conflicts:    3547000 | #Constraints:     157574
2733.30/2749.35	c #Conflicts:    3548000 | #Constraints:     158574
2733.30/2749.35	c #Conflicts:    3549000 | #Constraints:     159575
2733.30/2749.35	c #Conflicts:    3550000 | #Constraints:     160575
2733.30/2749.35	c #Conflicts:    3551000 | #Constraints:     161575
2733.30/2749.35	c #Conflicts:    3552000 | #Constraints:     162575
2733.30/2749.35	c #Conflicts:    3553000 | #Constraints:     163575
2733.30/2749.35	c #Conflicts:    3554000 | #Constraints:     164575
2733.30/2749.35	WSVECS04 Frhs2[13]: 6 0 9.26834 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[23]: 6 0 47 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[43]: 6 0 4.65861 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[115]: 6 0 13.9757 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[131]: 6 0 47 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[134]: 6 0 167.073 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[135]: 6 0 235.366 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[138]: 6 0 47 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[151]: 6 0 23.2927 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[167]: 6 0 47.0001 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[172]: 6 -509 0 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[175]: 6 0 4.65857 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[199]: 6 -3034 0 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[203]: 6 0 47.0001 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[209]: 6 0 122.634 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[267]: 6 -335.195 0 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[295]: 6 0 23.2927 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[298]: 6 0 9.31712 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[332]: 6 -138.707 0 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[335]: 6 0 110.756 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[355]: 6 0 4.65856 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[371]: 6 0 123 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[466]: 6 -179 0 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[484]: 6 -1094 0 shouldn't be
2733.30/2749.35	WSVECS04 Frhs2[488]: 6 0 348 shouldn't be
2834.91/2851.42	c #Conflicts:    3555000 | #Constraints:     165575
2834.91/2851.42	c #Conflicts:    3556000 | #Constraints:     166575
2834.91/2851.42	c #Conflicts:    3557000 | #Constraints:     167575
2834.91/2851.42	c #Conflicts:    3558000 | #Constraints:     168575
2834.91/2851.42	c #Conflicts:    3559000 | #Constraints:     169575
2834.91/2851.42	c #Conflicts:    3560000 | #Constraints:     170575
2834.91/2851.42	c #Conflicts:    3561000 | #Constraints:     171575
2834.91/2851.42	c #Conflicts:    3562000 | #Constraints:     172575
2834.91/2851.42	c #Conflicts:    3563000 | #Constraints:     173576
2834.91/2851.42	c #Conflicts:    3564000 | #Constraints:     174576
2834.91/2851.42	c #Conflicts:    3565000 | #Constraints:     175576
2834.91/2851.42	c #Conflicts:    3566000 | #Constraints:     176576
2834.91/2851.42	c #Conflicts:    3567000 | #Constraints:     177576
2834.91/2851.42	c #Conflicts:    3568000 | #Constraints:     178576
2834.91/2851.42	c #Conflicts:    3569000 | #Constraints:     179576
2834.91/2851.42	c #Conflicts:    3570000 | #Constraints:     180577
2834.91/2851.42	c #Conflicts:    3571000 | #Constraints:     181577
2834.91/2851.42	c #Conflicts:    3572000 | #Constraints:     182577
2834.91/2851.42	c #Conflicts:    3573000 | #Constraints:     183579
2834.91/2851.42	c #Conflicts:    3574000 | #Constraints:     184580
2834.91/2851.42	c #Conflicts:    3575000 | #Constraints:     185580
2834.91/2851.42	c #Conflicts:    3576000 | #Constraints:     186582
2834.91/2851.42	c #Conflicts:    3577000 | #Constraints:     187582
2834.91/2851.42	c #Conflicts:    3578000 | #Constraints:     188582
2834.91/2851.42	c #Conflicts:    3579000 | #Constraints:     189582
2834.91/2851.42	c #Conflicts:    3580000 | #Constraints:     190582
2834.91/2851.42	c #Conflicts:    3581000 | #Constraints:     191582
2834.91/2851.42	c #Conflicts:    3582000 | #Constraints:     192582
2834.91/2851.42	c #Conflicts:    3583000 | #Constraints:     193582
2834.91/2851.42	c #Conflicts:    3584000 | #Constraints:     194582
2834.91/2851.42	c #Conflicts:    3585000 | #Constraints:     195583
2834.91/2851.42	c #Conflicts:    3586000 | #Constraints:     196583
2834.91/2851.42	c #Conflicts:    3587000 | #Constraints:     197583
2834.91/2851.42	c #Conflicts:    3588000 | #Constraints:     198584
2834.91/2851.42	c #Conflicts:    3589000 | #Constraints:     199584
2834.91/2851.42	c #Conflicts:    3590000 | #Constraints:     200584
2834.91/2851.42	c #Conflicts:    3591000 | #Constraints:     201585
2834.91/2851.42	c #Conflicts:    3592000 | #Constraints:     202585
2834.91/2851.42	c #Conflicts:    3593000 | #Constraints:     203586
2834.91/2851.42	c #Conflicts:    3594000 | #Constraints:     204586
2834.91/2851.42	c #Conflicts:    3595000 | #Constraints:     205587
2834.91/2851.42	c #Conflicts:    3596000 | #Constraints:     206587
2834.91/2851.42	WSVECS04 Frhs2[49]: 6 -617.222 0 shouldn't be
2834.91/2851.42	WSVECS04 Frhs2[77]: 6 0 24 shouldn't be
2834.91/2851.42	WSVECS04 Frhs2[83]: 6 0 27.5556 shouldn't be
2834.91/2851.42	WSVECS04 Frhs2[89]: 6 -38.0001 0 shouldn't be
2834.91/2851.42	WSVECS04 Frhs2[91]: 6 -2718.89 0 shouldn't be
2834.91/2851.42	WSVECS04 Frhs2[101]: 6 -103 0 shouldn't be
2834.91/2851.42	WSVECS04 Frhs2[109]: 6 0 113 shouldn't be
2834.91/2851.42	WSVECS04 Frhs2[113]: 6 0 125 shouldn't be
2834.91/2851.42	WSVECS04 Frhs2[114]: 6 0 63.0001 shouldn't be
2834.91/2851.42	WSVECS04 Frhs2[129]: 6 0 55.5556 shouldn't be
2834.91/2851.42	WSVECS04 Frhs2[137]: 6 0 123.444 shouldn't be
2834.91/2851.42	WSVECS04 Frhs2[148]: 6 -360 0 shouldn't be
2834.91/2851.42	WSVECS04 Frhs2[149]: 6 0 12 shouldn't be
2834.91/2851.42	WSVECS04 Frhs2[183]: 6 0 162.778 shouldn't be
2834.91/2851.42	WSVECS04 Frhs2[257]: 6 0 12 shouldn't be
2834.91/2851.42	WSVECS04 Frhs2[289]: 6 0 12.0001 shouldn't be
2834.91/2851.42	WSVECS04 Frhs2[295]: 6 0 72.2223 shouldn't be
2834.91/2851.42	WSVECS04 Frhs2[415]: 6 0 10.0001 shouldn't be
2834.91/2851.42	WSVECS04 Frhs2[454]: 6 0 620 shouldn't be
2834.91/2851.42	WSVECS04 Frhs2[482]: 6 0 10 shouldn't be
2855.26/2871.83	c #Conflicts:    3597000 | #Constraints:     207587
2855.26/2871.83	c #Conflicts:    3598000 | #Constraints:     208587
2855.26/2871.83	c #Conflicts:    3599000 | #Constraints:     209587
2855.26/2871.83	c #Conflicts:    3600000 | #Constraints:     210587
2855.26/2871.83	c #Conflicts:    3601000 | #Constraints:     211590
2855.26/2871.83	c #Conflicts:    3602000 | #Constraints:     212590
2855.26/2871.83	WSVECS04 Frhs2[146]: 6 0 112.286 shouldn't be
2855.26/2871.83	WSVECS04 Frhs2[166]: 6 -38.0001 0 shouldn't be
2855.26/2871.83	WSVECS04 Frhs2[182]: 6 0 112.286 shouldn't be
2855.26/2871.83	WSVECS04 Frhs2[289]: 6 0 0.714312 shouldn't be
2855.26/2871.83	WSVECS04 Frhs2[329]: 6 -113 0 shouldn't be
2855.26/2871.83	WSVECS04 Frhs2[380]: 6 -816 0 shouldn't be
2855.26/2871.83	WSVECS04 Frhs2[455]: 6 0 141 shouldn't be
2855.26/2871.83	WSVECS04 Frhs2[492]: 6 0 1010 shouldn't be
2855.26/2871.83	WSVECS04 Frhs2[495]: 6 0 904 shouldn't be
2855.26/2871.83	WSVECS04 Frhs2[503]: 6 0 113 shouldn't be
2857.45/2874.07	c #Conflicts:    3603000 | #Constraints:     213590
2857.45/2874.07	c INPROCESSING
2857.45/2874.07	c GARBAGE COLLECT
2857.45/2874.07	c rational objective 19523.9
2862.54/2879.12	c #Conflicts:    3604000 | #Constraints:     109947
2862.54/2879.12	c #Conflicts:    3605000 | #Constraints:     110949
2862.54/2879.12	c #Conflicts:    3606000 | #Constraints:     111949
2862.54/2879.12	WSVECS04 Frhs2[23]: 6 0 14.4896 shouldn't be
2862.54/2879.12	WSVECS04 Frhs2[58]: 6 -21.7343 0 shouldn't be
2862.54/2879.12	WSVECS04 Frhs2[59]: 6 0 7.24482 shouldn't be
2862.54/2879.12	WSVECS04 Frhs2[64]: 6 -91 0 shouldn't be
2862.54/2879.12	WSVECS04 Frhs2[93]: 6 0 7.24483 shouldn't be
2862.54/2879.12	WSVECS04 Frhs2[95]: 6 0 14.4896 shouldn't be
2862.54/2879.12	WSVECS04 Frhs2[99]: 6 0 144.455 shouldn't be
2862.54/2879.12	WSVECS04 Frhs2[102]: 6 0 43.9092 shouldn't be
2862.54/2879.12	WSVECS04 Frhs2[138]: 6 0 43.9092 shouldn't be
2862.54/2879.12	WSVECS04 Frhs2[201]: 6 0 7.24482 shouldn't be
2862.54/2879.12	WSVECS04 Frhs2[235]: 6 0 7.2448 shouldn't be
2862.54/2879.12	WSVECS04 Frhs2[238]: 6 -78.2343 0 shouldn't be
2862.54/2879.12	WSVECS04 Frhs2[239]: 6 0 7.24479 shouldn't be
2862.54/2879.12	WSVECS04 Frhs2[257]: 6 0 28.979 shouldn't be
2862.54/2879.12	WSVECS04 Frhs2[268]: 6 0 14.4896 shouldn't be
2862.54/2879.12	WSVECS04 Frhs2[304]: 6 0 14.4896 shouldn't be
2862.54/2879.12	WSVECS04 Frhs2[307]: 6 0 7.24479 shouldn't be
2862.54/2879.12	WSVECS04 Frhs2[334]: 6 0 68.2553 shouldn't be
2862.54/2879.12	WSVECS04 Frhs2[363]: 6 -592 0 shouldn't be
2862.54/2879.12	WSVECS04 Frhs2[364]: 6 -605 0 shouldn't be
2862.54/2879.12	WSVECS04 Frhs2[366]: 6 -745 0 shouldn't be
2862.54/2879.12	WSVECS04 Frhs2[464]: 6 0 103 shouldn't be
2869.08/2885.74	c #Conflicts:    3607000 | #Constraints:     112949
2869.08/2885.74	c #Conflicts:    3608000 | #Constraints:     113949
2869.08/2885.74	c #Conflicts:    3609000 | #Constraints:     114949
2869.08/2885.74	c #Conflicts:    3610000 | #Constraints:     115950
2869.08/2885.74	WSVECS04 Frhs2[51]: 6 -72.2728 0 shouldn't be
2869.08/2885.74	WSVECS04 Frhs2[52]: 6 0 72.2728 shouldn't be
2869.08/2885.74	WSVECS04 Frhs2[57]: 6 -780 0 shouldn't be
2869.08/2885.74	WSVECS04 Frhs2[65]: 6 -2125.55 0 shouldn't be
2869.08/2885.74	WSVECS04 Frhs2[94]: 6 0 106 shouldn't be
2869.08/2885.74	WSVECS04 Frhs2[95]: 6 0 106 shouldn't be
2869.08/2885.74	WSVECS04 Frhs2[101]: 6 0 1521.8 shouldn't be
2869.08/2885.74	WSVECS04 Frhs2[136]: 6 0 753.109 shouldn't be
2869.08/2885.74	WSVECS04 Frhs2[196]: 6 0 110.818 shouldn't be
2869.08/2885.74	WSVECS04 Frhs2[231]: 6 -381.273 0 shouldn't be
2869.08/2885.74	WSVECS04 Frhs2[232]: 6 0 72.2728 shouldn't be
2869.08/2885.74	WSVECS04 Frhs2[243]: 6 -2991.29 0 shouldn't be
2869.08/2885.74	WSVECS04 Frhs2[280]: 6 0 1020 shouldn't be
2869.08/2885.74	WSVECS04 Frhs2[282]: 6 0 355.364 shouldn't be
2869.08/2885.74	WSVECS04 Frhs2[301]: 6 0 2957 shouldn't be
2869.08/2885.74	WSVECS04 Frhs2[303]: 6 0 3029.27 shouldn't be
2869.08/2885.74	WSVECS04 Frhs2[304]: 6 0 3101.55 shouldn't be
2869.08/2885.74	WSVECS04 Frhs2[354]: 6 0 88.4728 shouldn't be
2869.08/2885.74	WSVECS04 Frhs2[380]: 6 0 106 shouldn't be
2869.08/2885.74	WSVECS04 Frhs2[463]: 6 0 141 shouldn't be
2869.08/2885.74	WSVECS04 Frhs2[468]: 6 -123 0 shouldn't be
2869.08/2885.74	WSVECS04 Frhs2[488]: 6 0 1043 shouldn't be
2924.30/2941.19	c #Conflicts:    3611000 | #Constraints:     116950
2924.30/2941.19	c #Conflicts:    3612000 | #Constraints:     117950
2924.30/2941.19	c #Conflicts:    3613000 | #Constraints:     118950
2924.30/2941.19	c #Conflicts:    3614000 | #Constraints:     119950
2924.30/2941.19	c #Conflicts:    3615000 | #Constraints:     120950
2924.30/2941.19	c #Conflicts:    3616000 | #Constraints:     121950
2924.30/2941.19	c #Conflicts:    3617000 | #Constraints:     122951
2924.30/2941.19	c #Conflicts:    3618000 | #Constraints:     123951
2924.30/2941.19	c #Conflicts:    3619000 | #Constraints:     124951
2924.30/2941.19	c #Conflicts:    3620000 | #Constraints:     125951
2924.30/2941.19	c #Conflicts:    3621000 | #Constraints:     126951
2924.30/2941.19	c #Conflicts:    3622000 | #Constraints:     127951
2924.30/2941.19	c #Conflicts:    3623000 | #Constraints:     128951
2924.30/2941.19	c #Conflicts:    3624000 | #Constraints:     129951
2924.30/2941.19	c #Conflicts:    3625000 | #Constraints:     130951
2924.30/2941.19	c #Conflicts:    3626000 | #Constraints:     131951
2924.30/2941.19	c #Conflicts:    3627000 | #Constraints:     132952
2924.30/2941.19	c #Conflicts:    3628000 | #Constraints:     133952
2924.30/2941.19	c #Conflicts:    3629000 | #Constraints:     134952
2924.30/2941.19	c #Conflicts:    3630000 | #Constraints:     135952
2924.30/2941.19	c #Conflicts:    3631000 | #Constraints:     136952
2924.30/2941.19	c #Conflicts:    3632000 | #Constraints:     137952
2924.30/2941.19	c #Conflicts:    3633000 | #Constraints:     138952
2924.30/2941.19	c #Conflicts:    3634000 | #Constraints:     139952
2924.30/2941.19	c #Conflicts:    3635000 | #Constraints:     140953
2924.30/2941.19	c #Conflicts:    3636000 | #Constraints:     141954
2924.30/2941.19	c #Conflicts:    3637000 | #Constraints:     142954
2924.30/2941.19	c #Conflicts:    3638000 | #Constraints:     143955
2924.30/2941.19	c #Conflicts:    3639000 | #Constraints:     144955
2924.30/2941.19	c #Conflicts:    3640000 | #Constraints:     145955
2924.30/2941.19	c #Conflicts:    3641000 | #Constraints:     146955
2924.30/2941.19	c #Conflicts:    3642000 | #Constraints:     147956
2924.30/2941.19	c #Conflicts:    3643000 | #Constraints:     148956
2924.30/2941.19	c INPROCESSING
2924.30/2941.19	c GARBAGE COLLECT
2924.30/2941.19	c rational objective 19526.4
2926.24/2943.16	c #Conflicts:    3644000 | #Constraints:      77819
2926.24/2943.16	c #Conflicts:    3645000 | #Constraints:      78820
2926.24/2943.16	WSVECS04 Frhs2[4]: 6 0 92.6066 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[51]: 6 -105.472 0 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[52]: 6 0 0.351902 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[59]: 6 0 103 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[73]: 6 -136.759 0 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[83]: 6 0 151 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[112]: 6 0 49.7594 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[115]: 6 0 247 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[155]: 6 0 49.7593 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[188]: 6 -316.5 0 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[191]: 6 0 45.5001 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[219]: 6 0 0.351881 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[232]: 6 0 0.35189 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[235]: 6 0 3.16668 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[270]: 6 0 0.351866 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[288]: 6 -139 0 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[293]: 6 -556 0 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[304]: 6 0 0.527844 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[339]: 6 -0.527808 0 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[342]: 6 0 0.351867 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[343]: 6 0 3.16669 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[394]: 6 0 729.5 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[396]: 6 0 90.8473 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[412]: 6 0 38.5 shouldn't be
2926.24/2943.16	WSVECS04 Frhs2[501]: 6 0 1183 shouldn't be
2962.58/2979.88	c #Conflicts:    3646000 | #Constraints:      79820
2962.58/2979.88	c #Conflicts:    3647000 | #Constraints:      80820
2962.58/2979.88	c #Conflicts:    3648000 | #Constraints:      81820
2962.58/2979.88	c #Conflicts:    3649000 | #Constraints:      82820
2962.58/2979.88	c #Conflicts:    3650000 | #Constraints:      83820
2962.58/2979.88	c #Conflicts:    3651000 | #Constraints:      84820
2962.58/2979.88	c #Conflicts:    3652000 | #Constraints:      85820
2962.58/2979.88	c #Conflicts:    3653000 | #Constraints:      86821
2962.58/2979.88	c #Conflicts:    3654000 | #Constraints:      87821
2962.58/2979.88	c #Conflicts:    3655000 | #Constraints:      88821
2962.58/2979.88	c #Conflicts:    3656000 | #Constraints:      89821
2962.58/2979.88	c #Conflicts:    3657000 | #Constraints:      90821
2962.58/2979.88	c #Conflicts:    3658000 | #Constraints:      91821
2962.58/2979.88	c #Conflicts:    3659000 | #Constraints:      92822
2962.58/2979.88	c #Conflicts:    3660000 | #Constraints:      93822
2962.58/2979.88	c #Conflicts:    3661000 | #Constraints:      94822
2962.58/2979.88	c #Conflicts:    3662000 | #Constraints:      95822
2962.58/2979.88	c #Conflicts:    3663000 | #Constraints:      96822
2962.58/2979.88	c #Conflicts:    3664000 | #Constraints:      97822
2962.58/2979.88	c #Conflicts:    3665000 | #Constraints:      98822
2962.58/2979.88	c #Conflicts:    3666000 | #Constraints:      99822
2962.58/2979.88	c #Conflicts:    3667000 | #Constraints:     100822
2962.58/2979.88	c #Conflicts:    3668000 | #Constraints:     101822
2962.58/2979.88	c #Conflicts:    3669000 | #Constraints:     102822
2962.58/2979.88	c #Conflicts:    3670000 | #Constraints:     103822
2962.58/2979.88	c #Conflicts:    3671000 | #Constraints:     104822
2962.58/2979.88	c #Conflicts:    3672000 | #Constraints:     105822
2962.58/2979.88	c #Conflicts:    3673000 | #Constraints:     106822
2962.58/2979.88	c #Conflicts:    3674000 | #Constraints:     107822
2962.58/2979.88	c #Conflicts:    3675000 | #Constraints:     108822
2962.58/2979.88	c #Conflicts:    3676000 | #Constraints:     109822
2962.58/2979.88	c #Conflicts:    3677000 | #Constraints:     110822
2962.58/2979.88	c #Conflicts:    3678000 | #Constraints:     111822
2962.58/2979.88	c #Conflicts:    3679000 | #Constraints:     112822
2962.58/2979.88	c #Conflicts:    3680000 | #Constraints:     113822
2962.58/2979.88	c #Conflicts:    3681000 | #Constraints:     114822
2962.58/2979.88	c #Conflicts:    3682000 | #Constraints:     115822
2962.58/2979.88	c #Conflicts:    3683000 | #Constraints:     116822
2962.58/2979.88	c INPROCESSING
2962.58/2979.88	c GARBAGE COLLECT
2962.58/2979.88	c rational objective 19526.4
2985.03/3002.33	c #Conflicts:    3684000 | #Constraints:      61859
2985.03/3002.33	c #Conflicts:    3685000 | #Constraints:      62859
2985.03/3002.33	c #Conflicts:    3686000 | #Constraints:      63859
2985.03/3002.33	c #Conflicts:    3687000 | #Constraints:      64859
2985.03/3002.33	c #Conflicts:    3688000 | #Constraints:      65859
2985.03/3002.33	c #Conflicts:    3689000 | #Constraints:      66859
2985.03/3002.33	c #Conflicts:    3690000 | #Constraints:      67859
2985.03/3002.33	c #Conflicts:    3691000 | #Constraints:      68859
2985.03/3002.33	c #Conflicts:    3692000 | #Constraints:      69859
2985.03/3002.33	c #Conflicts:    3693000 | #Constraints:      70859
2985.03/3002.33	c #Conflicts:    3694000 | #Constraints:      71859
2985.03/3002.33	c #Conflicts:    3695000 | #Constraints:      72859
2985.03/3002.33	c #Conflicts:    3696000 | #Constraints:      73859
2985.03/3002.33	c #Conflicts:    3697000 | #Constraints:      74859
2985.03/3002.33	c #Conflicts:    3698000 | #Constraints:      75859
2985.03/3002.33	c #Conflicts:    3699000 | #Constraints:      76859
2985.03/3002.33	c #Conflicts:    3700000 | #Constraints:      77859
2985.03/3002.33	c #Conflicts:    3701000 | #Constraints:      78859
2985.03/3002.33	c #Conflicts:    3702000 | #Constraints:      79859
2985.03/3002.33	c #Conflicts:    3703000 | #Constraints:      80859
2985.03/3002.33	c #Conflicts:    3704000 | #Constraints:      81859
2985.03/3002.33	c #Conflicts:    3705000 | #Constraints:      82860
2985.03/3002.33	c #Conflicts:    3706000 | #Constraints:      83860
2985.03/3002.33	c #Conflicts:    3707000 | #Constraints:      84860
2985.03/3002.33	c #Conflicts:    3708000 | #Constraints:      85861
2985.03/3002.33	c #Conflicts:    3709000 | #Constraints:      86861
2985.03/3002.33	c #Conflicts:    3710000 | #Constraints:      87861
2985.03/3002.33	c #Conflicts:    3711000 | #Constraints:      88862
2985.03/3002.33	c #Conflicts:    3712000 | #Constraints:      89862
2985.03/3002.33	c #Conflicts:    3713000 | #Constraints:      90862
2985.03/3002.33	c #Conflicts:    3714000 | #Constraints:      91862
2985.03/3002.33	WSVECS04 Frhs2[53]: 6 0 56.3187 shouldn't be
2985.03/3002.33	WSVECS04 Frhs2[87]: 6 -24.8591 0 shouldn't be
2985.03/3002.33	WSVECS04 Frhs2[95]: 6 0 65.9686 shouldn't be
2985.03/3002.33	WSVECS04 Frhs2[99]: 6 -386.928 0 shouldn't be
2985.03/3002.33	WSVECS04 Frhs2[100]: 6 0 61.2925 shouldn't be
2985.03/3002.33	WSVECS04 Frhs2[116]: 6 -41.4946 0 shouldn't be
2985.03/3002.33	WSVECS04 Frhs2[120]: 6 0 5.18684 shouldn't be
2985.03/3002.33	WSVECS04 Frhs2[124]: 6 0 66.6905 shouldn't be
2985.03/3002.33	WSVECS04 Frhs2[131]: 6 0 86.7159 shouldn't be
2985.03/3002.33	WSVECS04 Frhs2[159]: 6 0 98.6997 shouldn't be
2985.03/3002.33	WSVECS04 Frhs2[170]: 6 0 3665.25 shouldn't be
2985.03/3002.33	WSVECS04 Frhs2[171]: 6 0 1254.22 shouldn't be
2985.03/3002.33	WSVECS04 Frhs2[172]: 6 0 1526.33 shouldn't be
2985.03/3002.33	WSVECS04 Frhs2[196]: 6 -481.718 0 shouldn't be
2985.03/3002.33	WSVECS04 Frhs2[202]: 6 -238.703 0 shouldn't be
2985.03/3002.33	WSVECS04 Frhs2[231]: 6 0 32.0092 shouldn't be
2985.03/3002.33	WSVECS04 Frhs2[232]: 6 0 32.0092 shouldn't be
2985.03/3002.33	WSVECS04 Frhs2[237]: 6 0 19.9011 shouldn't be
2985.03/3002.33	WSVECS04 Frhs2[277]: 6 0 421.636 shouldn't be
2985.03/3002.33	WSVECS04 Frhs2[309]: 6 -216.997 0 shouldn't be
2985.03/3002.33	WSVECS04 Frhs2[315]: 6 0 227.978 shouldn't be
2991.84/3009.25	c #Conflicts:    3715000 | #Constraints:      92862
2991.84/3009.25	c #Conflicts:    3716000 | #Constraints:      93862
2991.84/3009.25	c #Conflicts:    3717000 | #Constraints:      94863
2991.84/3009.25	c #Conflicts:    3718000 | #Constraints:      95864
2991.84/3009.25	c #Conflicts:    3719000 | #Constraints:      96864
2991.84/3009.25	c #Conflicts:    3720000 | #Constraints:      97864
2991.84/3009.25	c #Conflicts:    3721000 | #Constraints:      98864
2991.84/3009.25	c #Conflicts:    3722000 | #Constraints:      99864
2991.84/3009.25	c #Conflicts:    3723000 | #Constraints:     100865
2991.84/3009.25	c INPROCESSING
2991.84/3009.25	c GARBAGE COLLECT
2991.84/3009.25	c rational objective 19526.4
3018.59/3036.10	c #Conflicts:    3724000 | #Constraints:      53892
3018.59/3036.10	c #Conflicts:    3725000 | #Constraints:      54892
3018.59/3036.10	c #Conflicts:    3726000 | #Constraints:      55892
3018.59/3036.10	c #Conflicts:    3727000 | #Constraints:      56892
3018.59/3036.10	c #Conflicts:    3728000 | #Constraints:      57892
3018.59/3036.10	c #Conflicts:    3729000 | #Constraints:      58892
3018.59/3036.10	c #Conflicts:    3730000 | #Constraints:      59892
3018.59/3036.10	c #Conflicts:    3731000 | #Constraints:      60892
3018.59/3036.10	c #Conflicts:    3732000 | #Constraints:      61892
3018.59/3036.10	c #Conflicts:    3733000 | #Constraints:      62892
3018.59/3036.10	c #Conflicts:    3734000 | #Constraints:      63892
3018.59/3036.10	c #Conflicts:    3735000 | #Constraints:      64893
3018.59/3036.10	c #Conflicts:    3736000 | #Constraints:      65893
3018.59/3036.10	c #Conflicts:    3737000 | #Constraints:      66893
3018.59/3036.10	c #Conflicts:    3738000 | #Constraints:      67893
3018.59/3036.10	c #Conflicts:    3739000 | #Constraints:      68893
3018.59/3036.10	c #Conflicts:    3740000 | #Constraints:      69894
3018.59/3036.10	c #Conflicts:    3741000 | #Constraints:      70894
3018.59/3036.10	c #Conflicts:    3742000 | #Constraints:      71894
3018.59/3036.10	c #Conflicts:    3743000 | #Constraints:      72895
3018.59/3036.10	c #Conflicts:    3744000 | #Constraints:      73895
3018.59/3036.10	c #Conflicts:    3745000 | #Constraints:      74895
3018.59/3036.10	c #Conflicts:    3746000 | #Constraints:      75895
3018.59/3036.10	c #Conflicts:    3747000 | #Constraints:      76895
3018.59/3036.10	c #Conflicts:    3748000 | #Constraints:      77895
3018.59/3036.10	c #Conflicts:    3749000 | #Constraints:      78895
3018.59/3036.10	c #Conflicts:    3750000 | #Constraints:      79895
3018.59/3036.10	c #Conflicts:    3751000 | #Constraints:      80895
3018.59/3036.10	c #Conflicts:    3752000 | #Constraints:      81895
3018.59/3036.10	c #Conflicts:    3753000 | #Constraints:      82895
3018.59/3036.10	c #Conflicts:    3754000 | #Constraints:      83896
3018.59/3036.10	c #Conflicts:    3755000 | #Constraints:      84897
3018.59/3036.10	c #Conflicts:    3756000 | #Constraints:      85899
3018.59/3036.10	c #Conflicts:    3757000 | #Constraints:      86900
3018.59/3036.10	c #Conflicts:    3758000 | #Constraints:      87900
3018.59/3036.10	c #Conflicts:    3759000 | #Constraints:      88900
3018.59/3036.10	c #Conflicts:    3760000 | #Constraints:      89900
3018.59/3036.10	c #Conflicts:    3761000 | #Constraints:      90900
3018.59/3036.10	c #Conflicts:    3762000 | #Constraints:      91900
3018.59/3036.10	c #Conflicts:    3763000 | #Constraints:      92900
3018.59/3036.10	c INPROCESSING
3018.59/3036.10	c GARBAGE COLLECT
3018.59/3036.10	c rational objective 19526.4
3083.43/3101.26	c #Conflicts:    3764000 | #Constraints:      49801
3083.43/3101.26	c #Conflicts:    3765000 | #Constraints:      50803
3083.43/3101.26	c #Conflicts:    3766000 | #Constraints:      51803
3083.43/3101.26	c #Conflicts:    3767000 | #Constraints:      52803
3083.43/3101.26	c #Conflicts:    3768000 | #Constraints:      53803
3083.43/3101.26	c #Conflicts:    3769000 | #Constraints:      54803
3083.43/3101.26	c #Conflicts:    3770000 | #Constraints:      55803
3083.43/3101.26	c #Conflicts:    3771000 | #Constraints:      56803
3083.43/3101.26	c #Conflicts:    3772000 | #Constraints:      57803
3083.43/3101.26	c #Conflicts:    3773000 | #Constraints:      58803
3083.43/3101.26	c #Conflicts:    3774000 | #Constraints:      59804
3083.43/3101.26	c #Conflicts:    3775000 | #Constraints:      60806
3083.43/3101.26	c #Conflicts:    3776000 | #Constraints:      61806
3083.43/3101.26	c #Conflicts:    3777000 | #Constraints:      62806
3083.43/3101.26	c #Conflicts:    3778000 | #Constraints:      63806
3083.43/3101.26	c #Conflicts:    3779000 | #Constraints:      64808
3083.43/3101.26	c #Conflicts:    3780000 | #Constraints:      65808
3083.43/3101.26	c #Conflicts:    3781000 | #Constraints:      66809
3083.43/3101.26	c #Conflicts:    3782000 | #Constraints:      67809
3083.43/3101.26	c #Conflicts:    3783000 | #Constraints:      68809
3083.43/3101.26	c #Conflicts:    3784000 | #Constraints:      69809
3083.43/3101.26	c #Conflicts:    3785000 | #Constraints:      70809
3083.43/3101.26	c #Conflicts:    3786000 | #Constraints:      71809
3083.43/3101.26	c #Conflicts:    3787000 | #Constraints:      72809
3083.43/3101.26	c #Conflicts:    3788000 | #Constraints:      73809
3083.43/3101.26	c #Conflicts:    3789000 | #Constraints:      74809
3083.43/3101.26	c #Conflicts:    3790000 | #Constraints:      75810
3083.43/3101.26	c #Conflicts:    3791000 | #Constraints:      76810
3083.43/3101.26	c #Conflicts:    3792000 | #Constraints:      77811
3083.43/3101.26	c #Conflicts:    3793000 | #Constraints:      78811
3083.43/3101.26	c #Conflicts:    3794000 | #Constraints:      79811
3083.43/3101.26	c #Conflicts:    3795000 | #Constraints:      80811
3083.43/3101.26	c #Conflicts:    3796000 | #Constraints:      81812
3083.43/3101.26	c #Conflicts:    3797000 | #Constraints:      82812
3083.43/3101.26	c #Conflicts:    3798000 | #Constraints:      83812
3083.43/3101.26	c #Conflicts:    3799000 | #Constraints:      84812
3083.43/3101.26	c #Conflicts:    3800000 | #Constraints:      85813
3083.43/3101.26	c #Conflicts:    3801000 | #Constraints:      86815
3083.43/3101.26	c #Conflicts:    3802000 | #Constraints:      87816
3083.43/3101.26	c #Conflicts:    3803000 | #Constraints:      88816
3083.43/3101.26	c #Conflicts:    3804000 | #Constraints:      89816
3083.43/3101.26	c #Conflicts:    3805000 | #Constraints:      90816
3083.43/3101.26	c #Conflicts:    3806000 | #Constraints:      91816
3083.43/3101.26	c #Conflicts:    3807000 | #Constraints:      92816
3083.43/3101.26	c #Conflicts:    3808000 | #Constraints:      93818
3083.43/3101.26	c #Conflicts:    3809000 | #Constraints:      94818
3083.43/3101.26	c #Conflicts:    3810000 | #Constraints:      95818
3083.43/3101.26	c #Conflicts:    3811000 | #Constraints:      96819
3083.43/3101.26	c #Conflicts:    3812000 | #Constraints:      97819
3083.43/3101.26	c #Conflicts:    3813000 | #Constraints:      98819
3083.43/3101.26	c #Conflicts:    3814000 | #Constraints:      99819
3083.43/3101.26	c #Conflicts:    3815000 | #Constraints:     100819
3083.43/3101.26	c #Conflicts:    3816000 | #Constraints:     101820
3083.43/3101.26	c #Conflicts:    3817000 | #Constraints:     102821
3083.43/3101.26	c #Conflicts:    3818000 | #Constraints:     103822
3083.43/3101.26	c #Conflicts:    3819000 | #Constraints:     104822
3083.43/3101.26	c #Conflicts:    3820000 | #Constraints:     105822
3083.43/3101.26	c #Conflicts:    3821000 | #Constraints:     106822
3083.43/3101.26	c #Conflicts:    3822000 | #Constraints:     107822
3083.43/3101.26	c #Conflicts:    3823000 | #Constraints:     108822
3083.43/3101.26	c #Conflicts:    3824000 | #Constraints:     109822
3083.43/3101.26	c #Conflicts:    3825000 | #Constraints:     110823
3083.43/3101.26	c #Conflicts:    3826000 | #Constraints:     111823
3083.43/3101.26	c #Conflicts:    3827000 | #Constraints:     112823
3083.43/3101.26	c #Conflicts:    3828000 | #Constraints:     113823
3083.43/3101.26	c #Conflicts:    3829000 | #Constraints:     114823
3083.43/3101.26	c #Conflicts:    3830000 | #Constraints:     115824
3083.43/3101.26	c #Conflicts:    3831000 | #Constraints:     116824
3083.43/3101.26	c #Conflicts:    3832000 | #Constraints:     117825
3083.43/3101.26	c #Conflicts:    3833000 | #Constraints:     118825
3083.43/3101.26	c #Conflicts:    3834000 | #Constraints:     119825
3083.43/3101.26	c #Conflicts:    3835000 | #Constraints:     120825
3083.43/3101.26	c #Conflicts:    3836000 | #Constraints:     121825
3083.43/3101.26	c #Conflicts:    3837000 | #Constraints:     122825
3083.43/3101.26	c #Conflicts:    3838000 | #Constraints:     123825
3083.43/3101.26	c #Conflicts:    3839000 | #Constraints:     124825
3083.43/3101.26	c #Conflicts:    3840000 | #Constraints:     125825
3083.43/3101.26	c #Conflicts:    3841000 | #Constraints:     126826
3083.43/3101.26	WSVECS04 Frhs2[4]: 6 0 7.75009 shouldn't be
3083.43/3101.26	WSVECS04 Frhs2[40]: 6 0 23.25 shouldn't be
3083.43/3101.26	WSVECS04 Frhs2[41]: 6 0 15.5001 shouldn't be
3083.43/3101.26	WSVECS04 Frhs2[76]: 6 0 23.25 shouldn't be
3083.43/3101.26	WSVECS04 Frhs2[77]: 6 0 15.5 shouldn't be
3083.43/3101.26	WSVECS04 Frhs2[130]: 6 -7.00002 0 shouldn't be
3083.43/3101.26	WSVECS04 Frhs2[147]: 6 0 15.5 shouldn't be
3083.43/3101.26	WSVECS04 Frhs2[148]: 6 0 7.75007 shouldn't be
3083.43/3101.26	WSVECS04 Frhs2[195]: 6 -257 0 shouldn't be
3083.43/3101.26	WSVECS04 Frhs2[207]: 6 -257 0 shouldn't be
3083.43/3101.26	WSVECS04 Frhs2[255]: 6 0 31 shouldn't be
3083.43/3101.26	WSVECS04 Frhs2[257]: 6 0 15.5001 shouldn't be
3083.43/3101.26	WSVECS04 Frhs2[280]: 6 -384.417 0 shouldn't be
3083.43/3101.26	WSVECS04 Frhs2[290]: 6 0 15.5001 shouldn't be
3083.43/3101.26	WSVECS04 Frhs2[292]: 6 0 23.25 shouldn't be
3083.43/3101.26	WSVECS04 Frhs2[293]: 6 0 15.5001 shouldn't be
3083.43/3101.26	WSVECS04 Frhs2[370]: 6 0 157.5 shouldn't be
3083.43/3101.26	WSVECS04 Frhs2[374]: 6 0 103 shouldn't be
3083.43/3101.26	WSVECS04 Frhs2[454]: 6 0 788.5 shouldn't be
3083.43/3101.26	WSVECS04 Frhs2[471]: 6 0 884.5 shouldn't be
3197.47/3215.78	c #Conflicts:    3842000 | #Constraints:     127826
3197.47/3215.78	c #Conflicts:    3843000 | #Constraints:     128826
3197.47/3215.78	c #Conflicts:    3844000 | #Constraints:     129827
3197.47/3215.78	c #Conflicts:    3845000 | #Constraints:     130827
3197.47/3215.78	c #Conflicts:    3846000 | #Constraints:     131828
3197.47/3215.78	c #Conflicts:    3847000 | #Constraints:     132828
3197.47/3215.78	c #Conflicts:    3848000 | #Constraints:     133828
3197.47/3215.78	c #Conflicts:    3849000 | #Constraints:     134830
3197.47/3215.78	c #Conflicts:    3850000 | #Constraints:     135830
3197.47/3215.78	c #Conflicts:    3851000 | #Constraints:     136830
3197.47/3215.78	c #Conflicts:    3852000 | #Constraints:     137831
3197.47/3215.78	c #Conflicts:    3853000 | #Constraints:     138832
3197.47/3215.78	c #Conflicts:    3854000 | #Constraints:     139833
3197.47/3215.78	c #Conflicts:    3855000 | #Constraints:     140833
3197.47/3215.78	c #Conflicts:    3856000 | #Constraints:     141833
3197.47/3215.78	c #Conflicts:    3857000 | #Constraints:     142834
3197.47/3215.78	c #Conflicts:    3858000 | #Constraints:     143834
3197.47/3215.78	c #Conflicts:    3859000 | #Constraints:     144834
3197.47/3215.78	c #Conflicts:    3860000 | #Constraints:     145834
3197.47/3215.78	c #Conflicts:    3861000 | #Constraints:     146834
3197.47/3215.78	c #Conflicts:    3862000 | #Constraints:     147834
3197.47/3215.78	c #Conflicts:    3863000 | #Constraints:     148834
3197.47/3215.78	c #Conflicts:    3864000 | #Constraints:     149834
3197.47/3215.78	c #Conflicts:    3865000 | #Constraints:     150834
3197.47/3215.78	c #Conflicts:    3866000 | #Constraints:     151835
3197.47/3215.78	c #Conflicts:    3867000 | #Constraints:     152835
3197.47/3215.78	c #Conflicts:    3868000 | #Constraints:     153835
3197.47/3215.78	c #Conflicts:    3869000 | #Constraints:     154835
3197.47/3215.78	c #Conflicts:    3870000 | #Constraints:     155835
3197.47/3215.78	c #Conflicts:    3871000 | #Constraints:     156835
3197.47/3215.78	c #Conflicts:    3872000 | #Constraints:     157836
3197.47/3215.78	c #Conflicts:    3873000 | #Constraints:     158836
3197.47/3215.78	c #Conflicts:    3874000 | #Constraints:     159836
3197.47/3215.78	c #Conflicts:    3875000 | #Constraints:     160836
3197.47/3215.78	c #Conflicts:    3876000 | #Constraints:     161836
3197.47/3215.78	c #Conflicts:    3877000 | #Constraints:     162836
3197.47/3215.78	c #Conflicts:    3878000 | #Constraints:     163836
3197.47/3215.78	c #Conflicts:    3879000 | #Constraints:     164837
3197.47/3215.78	c #Conflicts:    3880000 | #Constraints:     165837
3197.47/3215.78	c #Conflicts:    3881000 | #Constraints:     166837
3197.47/3215.78	c #Conflicts:    3882000 | #Constraints:     167837
3197.47/3215.78	c #Conflicts:    3883000 | #Constraints:     168837
3197.47/3215.78	c #Conflicts:    3884000 | #Constraints:     169837
3197.47/3215.78	c #Conflicts:    3885000 | #Constraints:     170837
3197.47/3215.78	c #Conflicts:    3886000 | #Constraints:     171839
3197.47/3215.78	c #Conflicts:    3887000 | #Constraints:     172839
3197.47/3215.78	c #Conflicts:    3888000 | #Constraints:     173839
3197.47/3215.78	c #Conflicts:    3889000 | #Constraints:     174839
3197.47/3215.78	c #Conflicts:    3890000 | #Constraints:     175839
3197.47/3215.78	c #Conflicts:    3891000 | #Constraints:     176839
3197.47/3215.78	c #Conflicts:    3892000 | #Constraints:     177840
3197.47/3215.78	c #Conflicts:    3893000 | #Constraints:     178840
3197.47/3215.78	c #Conflicts:    3894000 | #Constraints:     179840
3197.47/3215.78	c #Conflicts:    3895000 | #Constraints:     180840
3197.47/3215.78	c #Conflicts:    3896000 | #Constraints:     181840
3197.47/3215.78	c #Conflicts:    3897000 | #Constraints:     182840
3197.47/3215.78	c #Conflicts:    3898000 | #Constraints:     183840
3197.47/3215.78	c #Conflicts:    3899000 | #Constraints:     184840
3197.47/3215.78	c #Conflicts:    3900000 | #Constraints:     185840
3197.47/3215.78	c #Conflicts:    3901000 | #Constraints:     186840
3197.47/3215.78	c #Conflicts:    3902000 | #Constraints:     187840
3197.47/3215.78	c #Conflicts:    3903000 | #Constraints:     188840
3197.47/3215.78	c #Conflicts:    3904000 | #Constraints:     189840
3197.47/3215.78	c #Conflicts:    3905000 | #Constraints:     190840
3197.47/3215.78	c #Conflicts:    3906000 | #Constraints:     191840
3197.47/3215.78	c #Conflicts:    3907000 | #Constraints:     192840
3197.47/3215.78	c #Conflicts:    3908000 | #Constraints:     193840
3197.47/3215.78	c #Conflicts:    3909000 | #Constraints:     194840
3197.47/3215.78	c #Conflicts:    3910000 | #Constraints:     195841
3197.47/3215.78	c #Conflicts:    3911000 | #Constraints:     196841
3197.47/3215.78	c #Conflicts:    3912000 | #Constraints:     197841
3197.47/3215.78	c #Conflicts:    3913000 | #Constraints:     198841
3197.47/3215.78	c #Conflicts:    3914000 | #Constraints:     199841
3197.47/3215.78	c #Conflicts:    3915000 | #Constraints:     200841
3197.47/3215.78	c #Conflicts:    3916000 | #Constraints:     201843
3197.47/3215.78	c #Conflicts:    3917000 | #Constraints:     202843
3197.47/3215.78	c #Conflicts:    3918000 | #Constraints:     203843
3197.47/3215.78	c #Conflicts:    3919000 | #Constraints:     204843
3197.47/3215.78	c #Conflicts:    3920000 | #Constraints:     205843
3228.97/3247.40	c #Conflicts:    3921000 | #Constraints:     206843
3228.97/3247.40	c #Conflicts:    3922000 | #Constraints:     207843
3228.97/3247.40	c #Conflicts:    3923000 | #Constraints:     208843
3228.97/3247.40	c #Conflicts:    3924000 | #Constraints:     209843
3228.97/3247.40	c #Conflicts:    3925000 | #Constraints:     210843
3228.97/3247.40	c #Conflicts:    3926000 | #Constraints:     211843
3228.97/3247.40	c #Conflicts:    3927000 | #Constraints:     212844
3228.97/3247.40	c #Conflicts:    3928000 | #Constraints:     213844
3228.97/3247.40	c #Conflicts:    3929000 | #Constraints:     214844
3228.97/3247.40	c #Conflicts:    3930000 | #Constraints:     215844
3228.97/3247.40	c #Conflicts:    3931000 | #Constraints:     216844
3228.97/3247.40	c #Conflicts:    3932000 | #Constraints:     217844
3228.97/3247.40	c #Conflicts:    3933000 | #Constraints:     218844
3228.97/3247.40	c #Conflicts:    3934000 | #Constraints:     219844
3228.97/3247.40	c #Conflicts:    3935000 | #Constraints:     220844
3228.97/3247.40	c #Conflicts:    3936000 | #Constraints:     221844
3228.97/3247.40	c INPROCESSING
3228.97/3247.40	c GARBAGE COLLECT
3228.97/3247.40	c rational objective 19526.4
3238.67/3257.24	c #Conflicts:    3937000 | #Constraints:     113965
3238.67/3257.24	c #Conflicts:    3938000 | #Constraints:     114965
3238.67/3257.24	c #Conflicts:    3939000 | #Constraints:     115966
3238.67/3257.24	c #Conflicts:    3940000 | #Constraints:     116966
3238.67/3257.24	c #Conflicts:    3941000 | #Constraints:     117966
3238.67/3257.24	c #Conflicts:    3942000 | #Constraints:     118966
3238.67/3257.24	c #Conflicts:    3943000 | #Constraints:     119968
3238.67/3257.24	c #Conflicts:    3944000 | #Constraints:     120968
3238.67/3257.24	c #Conflicts:    3945000 | #Constraints:     121968
3238.67/3257.24	WSVECS04 Frhs2[76]: 6 0 285 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[112]: 6 0 258.145 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[182]: 6 0 526.358 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[183]: 6 0 527.286 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[184]: 6 0 789.073 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[186]: 6 0 530.929 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[219]: 6 0 0.92797 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[224]: 6 -164.012 0 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[256]: 6 0 262.715 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[258]: 6 0 4.57062 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[277]: 6 0 2.78381 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[291]: 6 0 0.928015 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[349]: 6 0 2.78384 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[351]: 6 0 0.928004 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[361]: 6 -745 0 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[362]: 6 -665 0 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[367]: 6 0 521 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[370]: 6 0 50.0001 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[372]: 6 0 413 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[377]: 6 0 307 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[378]: 6 0 287.213 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[388]: 6 0 264 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[484]: 6 -1132 0 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[492]: 6 0 897 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[493]: 6 0 897 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[495]: 6 0 791 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[508]: 6 0 763 shouldn't be
3238.67/3257.24	WSVECS04 Frhs2[510]: 6 -1010 0 shouldn't be
3279.48/3298.26	c #Conflicts:    3946000 | #Constraints:     122968
3279.48/3298.26	c #Conflicts:    3947000 | #Constraints:     123968
3279.48/3298.26	c #Conflicts:    3948000 | #Constraints:     124970
3279.48/3298.26	c #Conflicts:    3949000 | #Constraints:     125971
3279.48/3298.26	c #Conflicts:    3950000 | #Constraints:     126971
3279.48/3298.26	c #Conflicts:    3951000 | #Constraints:     127971
3279.48/3298.26	c #Conflicts:    3952000 | #Constraints:     128971
3279.48/3298.26	c #Conflicts:    3953000 | #Constraints:     129971
3279.48/3298.26	c #Conflicts:    3954000 | #Constraints:     130971
3279.48/3298.26	c #Conflicts:    3955000 | #Constraints:     131971
3279.48/3298.26	c #Conflicts:    3956000 | #Constraints:     132971
3279.48/3298.26	c #Conflicts:    3957000 | #Constraints:     133975
3279.48/3298.26	c #Conflicts:    3958000 | #Constraints:     134975
3279.48/3298.26	c #Conflicts:    3959000 | #Constraints:     135975
3279.48/3298.26	c #Conflicts:    3960000 | #Constraints:     136977
3279.48/3298.26	c #Conflicts:    3961000 | #Constraints:     137977
3279.48/3298.26	c #Conflicts:    3962000 | #Constraints:     138977
3279.48/3298.26	c #Conflicts:    3963000 | #Constraints:     139978
3279.48/3298.26	c #Conflicts:    3964000 | #Constraints:     140979
3279.48/3298.26	c #Conflicts:    3965000 | #Constraints:     141979
3279.48/3298.26	c #Conflicts:    3966000 | #Constraints:     142979
3279.48/3298.26	c #Conflicts:    3967000 | #Constraints:     143981
3279.48/3298.26	c #Conflicts:    3968000 | #Constraints:     144981
3279.48/3298.26	c #Conflicts:    3969000 | #Constraints:     145982
3279.48/3298.26	c #Conflicts:    3970000 | #Constraints:     146983
3279.48/3298.26	c #Conflicts:    3971000 | #Constraints:     147983
3279.48/3298.26	c #Conflicts:    3972000 | #Constraints:     148983
3279.48/3298.26	c #Conflicts:    3973000 | #Constraints:     149983
3279.48/3298.26	c #Conflicts:    3974000 | #Constraints:     150984
3279.48/3298.26	c #Conflicts:    3975000 | #Constraints:     151984
3279.48/3298.26	c #Conflicts:    3976000 | #Constraints:     152984
3279.48/3298.26	c #Conflicts:    3977000 | #Constraints:     153985
3279.48/3298.26	WSVECS04 Frhs2[7]: 6 0 153.064 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[25]: 6 -1355 0 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[27]: 6 0 225.882 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[43]: 6 -3866.43 0 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[47]: 6 0 423.899 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[67]: 6 0 757.72 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[137]: 6 -113 0 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[138]: 6 0 225.882 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[175]: 6 0 136.798 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[189]: 6 0 73.6695 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[191]: 6 0 423.899 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[194]: 6 0 148.937 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[198]: 6 0 110.259 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[203]: 6 0 561.514 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[208]: 6 0 7.00005 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[211]: 6 0 818.004 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[216]: 6 -161.541 0 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[225]: 6 0 73.6696 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[227]: 6 0 423.899 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[247]: 6 0 820.942 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[249]: 6 0 63.2226 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[251]: 6 0 61.0171 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[263]: 6 0 437.284 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[275]: 6 0 561.514 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[279]: 6 0 225.882 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[280]: 6 0 232.882 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[311]: 6 0 561.514 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[315]: 6 0 225.882 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[323]: 6 0 679 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[332]: 6 -212.551 0 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[338]: 6 0 104.799 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[351]: 6 0 225.882 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[375]: 6 0 123 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[380]: 6 -408 0 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[386]: 6 -521 0 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[446]: 6 0 172 shouldn't be
3279.48/3298.26	WSVECS04 Frhs2[505]: 6 0 144 shouldn't be
3280.59/3299.36	c #Conflicts:    3978000 | #Constraints:     154985
3280.59/3299.36	c INPROCESSING
3280.59/3299.36	c GARBAGE COLLECT
3280.59/3299.36	c rational objective 19526.4
3316.97/3335.95	c #Conflicts:    3979000 | #Constraints:      80783
3316.97/3335.95	c #Conflicts:    3980000 | #Constraints:      81783
3316.97/3335.95	c #Conflicts:    3981000 | #Constraints:      82784
3316.97/3335.95	c #Conflicts:    3982000 | #Constraints:      83785
3316.97/3335.95	c #Conflicts:    3983000 | #Constraints:      84785
3316.97/3335.95	c #Conflicts:    3984000 | #Constraints:      85785
3316.97/3335.95	c #Conflicts:    3985000 | #Constraints:      86785
3316.97/3335.95	c #Conflicts:    3986000 | #Constraints:      87786
3316.97/3335.95	c #Conflicts:    3987000 | #Constraints:      88786
3316.97/3335.95	c #Conflicts:    3988000 | #Constraints:      89786
3316.97/3335.95	c #Conflicts:    3989000 | #Constraints:      90786
3316.97/3335.95	c #Conflicts:    3990000 | #Constraints:      91786
3316.97/3335.95	c #Conflicts:    3991000 | #Constraints:      92786
3316.97/3335.95	c #Conflicts:    3992000 | #Constraints:      93786
3316.97/3335.95	c #Conflicts:    3993000 | #Constraints:      94786
3316.97/3335.95	c #Conflicts:    3994000 | #Constraints:      95786
3316.97/3335.95	c #Conflicts:    3995000 | #Constraints:      96786
3316.97/3335.95	c #Conflicts:    3996000 | #Constraints:      97786
3316.97/3335.95	c #Conflicts:    3997000 | #Constraints:      98786
3316.97/3335.95	c #Conflicts:    3998000 | #Constraints:      99786
3316.97/3335.95	c #Conflicts:    3999000 | #Constraints:     100786
3316.97/3335.95	c #Conflicts:    4000000 | #Constraints:     101787
3316.97/3335.95	c #Conflicts:    4001000 | #Constraints:     102787
3316.97/3335.95	c #Conflicts:    4002000 | #Constraints:     103787
3316.97/3335.95	c #Conflicts:    4003000 | #Constraints:     104787
3316.97/3335.95	c #Conflicts:    4004000 | #Constraints:     105788
3316.97/3335.95	c #Conflicts:    4005000 | #Constraints:     106788
3316.97/3335.95	c #Conflicts:    4006000 | #Constraints:     107788
3316.97/3335.95	c #Conflicts:    4007000 | #Constraints:     108788
3316.97/3335.95	c #Conflicts:    4008000 | #Constraints:     109788
3316.97/3335.95	c #Conflicts:    4009000 | #Constraints:     110788
3316.97/3335.95	c #Conflicts:    4010000 | #Constraints:     111789
3316.97/3335.95	c #Conflicts:    4011000 | #Constraints:     112789
3316.97/3335.95	c #Conflicts:    4012000 | #Constraints:     113789
3316.97/3335.95	c #Conflicts:    4013000 | #Constraints:     114790
3316.97/3335.95	c #Conflicts:    4014000 | #Constraints:     115790
3316.97/3335.95	c #Conflicts:    4015000 | #Constraints:     116790
3316.97/3335.95	c #Conflicts:    4016000 | #Constraints:     117790
3316.97/3335.95	c #Conflicts:    4017000 | #Constraints:     118790
3316.97/3335.95	c #Conflicts:    4018000 | #Constraints:     119790
3316.97/3335.95	c #Conflicts:    4019000 | #Constraints:     120790
3316.97/3335.95	c #Conflicts:    4020000 | #Constraints:     121790
3316.97/3335.95	c INPROCESSING
3316.97/3335.95	c GARBAGE COLLECT
3316.97/3335.95	c rational objective 19526.4
3349.98/3369.11	c #Conflicts:    4021000 | #Constraints:      64327
3349.98/3369.11	c #Conflicts:    4022000 | #Constraints:      65327
3349.98/3369.11	c #Conflicts:    4023000 | #Constraints:      66328
3349.98/3369.11	c #Conflicts:    4024000 | #Constraints:      67328
3349.98/3369.11	c #Conflicts:    4025000 | #Constraints:      68328
3349.98/3369.11	c #Conflicts:    4026000 | #Constraints:      69330
3349.98/3369.11	c #Conflicts:    4027000 | #Constraints:      70330
3349.98/3369.11	c #Conflicts:    4028000 | #Constraints:      71330
3349.98/3369.11	c #Conflicts:    4029000 | #Constraints:      72330
3349.98/3369.11	c #Conflicts:    4030000 | #Constraints:      73332
3349.98/3369.11	c #Conflicts:    4031000 | #Constraints:      74332
3349.98/3369.11	c #Conflicts:    4032000 | #Constraints:      75332
3349.98/3369.11	c #Conflicts:    4033000 | #Constraints:      76333
3349.98/3369.11	c #Conflicts:    4034000 | #Constraints:      77333
3349.98/3369.11	c #Conflicts:    4035000 | #Constraints:      78333
3349.98/3369.11	c #Conflicts:    4036000 | #Constraints:      79334
3349.98/3369.11	c #Conflicts:    4037000 | #Constraints:      80334
3349.98/3369.11	c #Conflicts:    4038000 | #Constraints:      81335
3349.98/3369.11	c #Conflicts:    4039000 | #Constraints:      82335
3349.98/3369.11	c #Conflicts:    4040000 | #Constraints:      83335
3349.98/3369.11	c #Conflicts:    4041000 | #Constraints:      84336
3349.98/3369.11	c #Conflicts:    4042000 | #Constraints:      85336
3349.98/3369.11	c #Conflicts:    4043000 | #Constraints:      86336
3349.98/3369.11	c #Conflicts:    4044000 | #Constraints:      87337
3349.98/3369.11	c #Conflicts:    4045000 | #Constraints:      88337
3349.98/3369.11	c #Conflicts:    4046000 | #Constraints:      89338
3349.98/3369.11	c #Conflicts:    4047000 | #Constraints:      90338
3349.98/3369.11	c #Conflicts:    4048000 | #Constraints:      91339
3349.98/3369.11	c #Conflicts:    4049000 | #Constraints:      92339
3349.98/3369.11	c #Conflicts:    4050000 | #Constraints:      93339
3349.98/3369.11	c #Conflicts:    4051000 | #Constraints:      94339
3349.98/3369.11	c #Conflicts:    4052000 | #Constraints:      95339
3349.98/3369.11	c #Conflicts:    4053000 | #Constraints:      96339
3349.98/3369.11	c #Conflicts:    4054000 | #Constraints:      97339
3349.98/3369.11	c #Conflicts:    4055000 | #Constraints:      98340
3349.98/3369.11	c #Conflicts:    4056000 | #Constraints:      99340
3349.98/3369.11	c #Conflicts:    4057000 | #Constraints:     100340
3349.98/3369.11	c #Conflicts:    4058000 | #Constraints:     101340
3349.98/3369.11	c #Conflicts:    4059000 | #Constraints:     102340
3349.98/3369.11	c #Conflicts:    4060000 | #Constraints:     103340
3349.98/3369.11	c #Conflicts:    4061000 | #Constraints:     104340
3349.98/3369.11	c INPROCESSING
3349.98/3369.11	c GARBAGE COLLECT
3349.98/3369.11	c rational objective 19526.4
3364.54/3383.84	c #Conflicts:    4062000 | #Constraints:      55159
3364.54/3383.84	c #Conflicts:    4063000 | #Constraints:      56160
3364.54/3383.84	c #Conflicts:    4064000 | #Constraints:      57160
3364.54/3383.84	c #Conflicts:    4065000 | #Constraints:      58160
3364.54/3383.84	c #Conflicts:    4066000 | #Constraints:      59160
3364.54/3383.84	c #Conflicts:    4067000 | #Constraints:      60160
3364.54/3383.84	c #Conflicts:    4068000 | #Constraints:      61160
3364.54/3383.84	c #Conflicts:    4069000 | #Constraints:      62160
3364.54/3383.84	c #Conflicts:    4070000 | #Constraints:      63160
3364.54/3383.84	c #Conflicts:    4071000 | #Constraints:      64161
3364.54/3383.84	c #Conflicts:    4072000 | #Constraints:      65161
3364.54/3383.84	c #Conflicts:    4073000 | #Constraints:      66161
3364.54/3383.84	c #Conflicts:    4074000 | #Constraints:      67162
3364.54/3383.84	c #Conflicts:    4075000 | #Constraints:      68163
3364.54/3383.84	c #Conflicts:    4076000 | #Constraints:      69165
3364.54/3383.84	c #Conflicts:    4077000 | #Constraints:      70165
3364.54/3383.84	c #Conflicts:    4078000 | #Constraints:      71165
3364.54/3383.84	c #Conflicts:    4079000 | #Constraints:      72165
3364.54/3383.84	c #Conflicts:    4080000 | #Constraints:      73165
3364.54/3383.84	c #Conflicts:    4081000 | #Constraints:      74166
3364.54/3383.84	c #Conflicts:    4082000 | #Constraints:      75166
3364.54/3383.84	c #Conflicts:    4083000 | #Constraints:      76166
3364.54/3383.84	c #Conflicts:    4084000 | #Constraints:      77166
3364.54/3383.84	c #Conflicts:    4085000 | #Constraints:      78167
3364.54/3383.84	c #Conflicts:    4086000 | #Constraints:      79167
3364.54/3383.84	WSVECS04 Frhs2[38]: 6 0 8.58338 shouldn't be
3364.54/3383.84	WSVECS04 Frhs2[61]: 6 0 2.52888 shouldn't be
3364.54/3383.84	WSVECS04 Frhs2[73]: 6 0 458.393 shouldn't be
3364.54/3383.84	WSVECS04 Frhs2[123]: 6 -125.696 0 shouldn't be
3364.54/3383.84	WSVECS04 Frhs2[292]: 6 0 3.38726 shouldn't be
3364.54/3383.84	WSVECS04 Frhs2[293]: 6 0 32.4321 shouldn't be
3364.54/3383.84	WSVECS04 Frhs2[326]: 6 0 3.38726 shouldn't be
3364.54/3383.84	WSVECS04 Frhs2[329]: 6 0 32.4321 shouldn't be
3364.54/3383.84	WSVECS04 Frhs2[463]: 6 0 957.429 shouldn't be
3364.54/3383.84	WSVECS04 Frhs2[468]: 6 0 958.288 shouldn't be
3364.54/3383.84	WSVECS04 Frhs2[495]: 6 0 753 shouldn't be
3377.21/3396.55	c #Conflicts:    4087000 | #Constraints:      80167
3377.21/3396.55	c #Conflicts:    4088000 | #Constraints:      81167
3377.21/3396.55	c #Conflicts:    4089000 | #Constraints:      82167
3377.21/3396.55	c #Conflicts:    4090000 | #Constraints:      83168
3377.21/3396.55	c #Conflicts:    4091000 | #Constraints:      84168
3377.21/3396.55	c #Conflicts:    4092000 | #Constraints:      85168
3377.21/3396.55	c #Conflicts:    4093000 | #Constraints:      86168
3377.21/3396.55	c #Conflicts:    4094000 | #Constraints:      87168
3377.21/3396.55	c #Conflicts:    4095000 | #Constraints:      88168
3377.21/3396.55	c #Conflicts:    4096000 | #Constraints:      89168
3377.21/3396.55	c #Conflicts:    4097000 | #Constraints:      90168
3377.21/3396.55	c #Conflicts:    4098000 | #Constraints:      91168
3377.21/3396.55	c #Conflicts:    4099000 | #Constraints:      92168
3377.21/3396.55	c #Conflicts:    4100000 | #Constraints:      93168
3377.21/3396.55	c #Conflicts:    4101000 | #Constraints:      94168
3377.21/3396.55	c #Conflicts:    4102000 | #Constraints:      95168
3377.21/3396.55	c #Conflicts:    4103000 | #Constraints:      96168
3377.21/3396.55	c #Conflicts:    4104000 | #Constraints:      97169
3377.21/3396.55	c INPROCESSING
3377.21/3396.55	c GARBAGE COLLECT
3377.21/3396.55	c rational objective 19526.4
3390.96/3410.39	c #Conflicts:    4105000 | #Constraints:      52017
3390.96/3410.39	c #Conflicts:    4106000 | #Constraints:      53018
3390.96/3410.39	c #Conflicts:    4107000 | #Constraints:      54018
3390.96/3410.39	c #Conflicts:    4108000 | #Constraints:      55018
3390.96/3410.39	c #Conflicts:    4109000 | #Constraints:      56018
3390.96/3410.39	c #Conflicts:    4110000 | #Constraints:      57018
3390.96/3410.39	c #Conflicts:    4111000 | #Constraints:      58018
3390.96/3410.39	c #Conflicts:    4112000 | #Constraints:      59019
3390.96/3410.39	c #Conflicts:    4113000 | #Constraints:      60019
3390.96/3410.39	c #Conflicts:    4114000 | #Constraints:      61020
3390.96/3410.39	c #Conflicts:    4115000 | #Constraints:      62020
3390.96/3410.39	c #Conflicts:    4116000 | #Constraints:      63020
3390.96/3410.39	c #Conflicts:    4117000 | #Constraints:      64020
3390.96/3410.39	c #Conflicts:    4118000 | #Constraints:      65020
3390.96/3410.39	c #Conflicts:    4119000 | #Constraints:      66020
3390.96/3410.39	c #Conflicts:    4120000 | #Constraints:      67020
3390.96/3410.39	c #Conflicts:    4121000 | #Constraints:      68020
3390.96/3410.39	c #Conflicts:    4122000 | #Constraints:      69020
3390.96/3410.39	c #Conflicts:    4123000 | #Constraints:      70020
3390.96/3410.39	c #Conflicts:    4124000 | #Constraints:      71021
3390.96/3410.39	c #Conflicts:    4125000 | #Constraints:      72021
3390.96/3410.39	c #Conflicts:    4126000 | #Constraints:      73022
3390.96/3410.39	c #Conflicts:    4127000 | #Constraints:      74022
3390.96/3410.39	c #Conflicts:    4128000 | #Constraints:      75022
3390.96/3410.39	c #Conflicts:    4129000 | #Constraints:      76022
3390.96/3410.39	WSVECS04 Frhs2[133]: 6 0 152.985 shouldn't be
3390.96/3410.39	WSVECS04 Frhs2[149]: 6 -953 0 shouldn't be
3390.96/3410.39	WSVECS04 Frhs2[157]: 6 0 328.618 shouldn't be
3390.96/3410.39	WSVECS04 Frhs2[173]: 6 -303.985 0 shouldn't be
3390.96/3410.39	WSVECS04 Frhs2[292]: 6 -575.691 0 shouldn't be
3390.96/3410.39	WSVECS04 Frhs2[310]: 6 -499 0 shouldn't be
3398.74/3418.12	c #Conflicts:    4130000 | #Constraints:      77022
3398.74/3418.12	c #Conflicts:    4131000 | #Constraints:      78022
3398.74/3418.12	c #Conflicts:    4132000 | #Constraints:      79023
3398.74/3418.12	c #Conflicts:    4133000 | #Constraints:      80023
3398.74/3418.12	c #Conflicts:    4134000 | #Constraints:      81023
3398.74/3418.12	c #Conflicts:    4135000 | #Constraints:      82025
3398.74/3418.12	c #Conflicts:    4136000 | #Constraints:      83027
3398.74/3418.12	c #Conflicts:    4137000 | #Constraints:      84027
3398.74/3418.12	c #Conflicts:    4138000 | #Constraints:      85027
3398.74/3418.12	c #Conflicts:    4139000 | #Constraints:      86028
3398.74/3418.12	c #Conflicts:    4140000 | #Constraints:      87028
3398.74/3418.12	WSVECS04 Frhs2[59]: 6 0 51.1667 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[134]: 6 0 143.042 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[135]: 6 0 133.333 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[136]: 6 0 196.167 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[144]: 6 -197.708 0 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[166]: 6 -111.75 0 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[178]: 6 0 143.854 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[182]: 6 0 96.5209 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[186]: 6 0 96.5209 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[203]: 6 0 104.75 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[204]: 6 0 1.75009 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[206]: 6 0 143.042 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[207]: 6 0 133.333 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[208]: 6 0 196.167 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[221]: 6 0 58.7083 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[225]: 6 0 9.70836 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[241]: 6 0 82.3125 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[245]: 6 0 82.3126 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[294]: 6 0 155.229 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[307]: 6 0 3.50005 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[311]: 6 0 103 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[329]: 6 0 182.396 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[333]: 6 0 9.70839 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[335]: 6 0 9.70837 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[352]: 6 0 196.167 shouldn't be
3398.74/3418.12	WSVECS04 Frhs2[431]: 6 -408 0 shouldn't be
3415.10/3434.67	c #Conflicts:    4141000 | #Constraints:      88028
3415.10/3434.67	c #Conflicts:    4142000 | #Constraints:      89028
3415.10/3434.67	c #Conflicts:    4143000 | #Constraints:      90029
3415.10/3434.67	c #Conflicts:    4144000 | #Constraints:      91029
3415.10/3434.67	c #Conflicts:    4145000 | #Constraints:      92029
3415.10/3434.67	c #Conflicts:    4146000 | #Constraints:      93029
3415.10/3434.67	c #Conflicts:    4147000 | #Constraints:      94029
3415.10/3434.67	c #Conflicts:    4148000 | #Constraints:      95029
3415.10/3434.67	c #Conflicts:    4149000 | #Constraints:      96029
3415.10/3434.67	c #Conflicts:    4150000 | #Constraints:      97029
3415.10/3434.67	c #Conflicts:    4151000 | #Constraints:      98029
3415.10/3434.67	c #Conflicts:    4152000 | #Constraints:      99029
3415.10/3434.67	c #Conflicts:    4153000 | #Constraints:     100030
3415.10/3434.67	c #Conflicts:    4154000 | #Constraints:     101030
3415.10/3434.67	c #Conflicts:    4155000 | #Constraints:     102031
3415.10/3434.67	c #Conflicts:    4156000 | #Constraints:     103031
3415.10/3434.67	c #Conflicts:    4157000 | #Constraints:     104031
3415.10/3434.67	c #Conflicts:    4158000 | #Constraints:     105032
3415.10/3434.67	c #Conflicts:    4159000 | #Constraints:     106032
3415.10/3434.67	c #Conflicts:    4160000 | #Constraints:     107032
3415.10/3434.67	WSVECS04 Frhs2[75]: 6 0 374.5 shouldn't be
3415.10/3434.67	WSVECS04 Frhs2[87]: 6 -106 0 shouldn't be
3415.10/3434.67	WSVECS04 Frhs2[109]: 6 0 656.5 shouldn't be
3415.10/3434.67	WSVECS04 Frhs2[110]: 6 0 441.5 shouldn't be
3415.10/3434.67	WSVECS04 Frhs2[114]: 6 0 67.0001 shouldn't be
3415.10/3434.67	WSVECS04 Frhs2[115]: 6 0 16.6667 shouldn't be
3415.10/3434.67	WSVECS04 Frhs2[119]: 6 0 75.5001 shouldn't be
3415.10/3434.67	WSVECS04 Frhs2[124]: 6 0 244 shouldn't be
3415.10/3434.67	WSVECS04 Frhs2[125]: 6 0 28.0001 shouldn't be
3415.10/3434.67	WSVECS04 Frhs2[145]: 6 -267.25 0 shouldn't be
3415.10/3434.67	WSVECS04 Frhs2[157]: 6 0 505.833 shouldn't be
3415.10/3434.67	WSVECS04 Frhs2[160]: 6 0 110 shouldn't be
3415.10/3434.67	WSVECS04 Frhs2[167]: 6 0 141 shouldn't be
3415.10/3434.67	WSVECS04 Frhs2[238]: 6 -179 0 shouldn't be
3415.10/3434.67	WSVECS04 Frhs2[260]: 6 -506.667 0 shouldn't be
3415.10/3434.67	WSVECS04 Frhs2[299]: 6 0 75.5001 shouldn't be
3415.10/3434.67	WSVECS04 Frhs2[304]: 6 0 319 shouldn't be
3415.10/3434.67	WSVECS04 Frhs2[305]: 6 0 103 shouldn't be
3415.10/3434.67	WSVECS04 Frhs2[337]: 6 0 628.5 shouldn't be
3415.10/3434.67	WSVECS04 Frhs2[381]: 6 -220.5 0 shouldn't be
3415.10/3434.67	WSVECS04 Frhs2[506]: 6 0 182 shouldn't be
3502.29/3522.28	c #Conflicts:    4161000 | #Constraints:     108032
3502.29/3522.28	c #Conflicts:    4162000 | #Constraints:     109032
3502.29/3522.28	c #Conflicts:    4163000 | #Constraints:     110032
3502.29/3522.28	c #Conflicts:    4164000 | #Constraints:     111032
3502.29/3522.28	c #Conflicts:    4165000 | #Constraints:     112033
3502.29/3522.28	c #Conflicts:    4166000 | #Constraints:     113034
3502.29/3522.28	c #Conflicts:    4167000 | #Constraints:     114034
3502.29/3522.28	c #Conflicts:    4168000 | #Constraints:     115034
3502.29/3522.28	c #Conflicts:    4169000 | #Constraints:     116034
3502.29/3522.28	c #Conflicts:    4170000 | #Constraints:     117035
3502.29/3522.28	c #Conflicts:    4171000 | #Constraints:     118036
3502.29/3522.28	c #Conflicts:    4172000 | #Constraints:     119037
3502.29/3522.28	c #Conflicts:    4173000 | #Constraints:     120037
3502.29/3522.28	c #Conflicts:    4174000 | #Constraints:     121038
3502.29/3522.28	c #Conflicts:    4175000 | #Constraints:     122038
3502.29/3522.28	c #Conflicts:    4176000 | #Constraints:     123038
3502.29/3522.28	c #Conflicts:    4177000 | #Constraints:     124038
3502.29/3522.28	c #Conflicts:    4178000 | #Constraints:     125038
3502.29/3522.28	c #Conflicts:    4179000 | #Constraints:     126038
3502.29/3522.28	c #Conflicts:    4180000 | #Constraints:     127038
3502.29/3522.28	c #Conflicts:    4181000 | #Constraints:     128039
3502.29/3522.28	c #Conflicts:    4182000 | #Constraints:     129039
3502.29/3522.28	c #Conflicts:    4183000 | #Constraints:     130039
3502.29/3522.28	c #Conflicts:    4184000 | #Constraints:     131041
3502.29/3522.28	c #Conflicts:    4185000 | #Constraints:     132041
3502.29/3522.28	c #Conflicts:    4186000 | #Constraints:     133041
3502.29/3522.28	c #Conflicts:    4187000 | #Constraints:     134041
3502.29/3522.28	c #Conflicts:    4188000 | #Constraints:     135041
3502.29/3522.28	c #Conflicts:    4189000 | #Constraints:     136041
3502.29/3522.28	c #Conflicts:    4190000 | #Constraints:     137041
3502.29/3522.28	c #Conflicts:    4191000 | #Constraints:     138041
3502.29/3522.28	c #Conflicts:    4192000 | #Constraints:     139041
3502.29/3522.28	c #Conflicts:    4193000 | #Constraints:     140041
3502.29/3522.28	c #Conflicts:    4194000 | #Constraints:     141041
3502.29/3522.28	c #Conflicts:    4195000 | #Constraints:     142041
3502.29/3522.28	c #Conflicts:    4196000 | #Constraints:     143042
3502.29/3522.28	c #Conflicts:    4197000 | #Constraints:     144042
3502.29/3522.28	c #Conflicts:    4198000 | #Constraints:     145042
3502.29/3522.28	c #Conflicts:    4199000 | #Constraints:     146042
3502.29/3522.28	c #Conflicts:    4200000 | #Constraints:     147043
3502.29/3522.28	c #Conflicts:    4201000 | #Constraints:     148043
3502.29/3522.28	c #Conflicts:    4202000 | #Constraints:     149043
3502.29/3522.28	c #Conflicts:    4203000 | #Constraints:     150044
3502.29/3522.28	c #Conflicts:    4204000 | #Constraints:     151044
3502.29/3522.28	c #Conflicts:    4205000 | #Constraints:     152044
3502.29/3522.28	c #Conflicts:    4206000 | #Constraints:     153044
3502.29/3522.28	c #Conflicts:    4207000 | #Constraints:     154044
3502.29/3522.28	c #Conflicts:    4208000 | #Constraints:     155044
3502.29/3522.28	c #Conflicts:    4209000 | #Constraints:     156044
3502.29/3522.28	c #Conflicts:    4210000 | #Constraints:     157045
3502.29/3522.28	c #Conflicts:    4211000 | #Constraints:     158045
3502.29/3522.28	c #Conflicts:    4212000 | #Constraints:     159045
3502.29/3522.28	c #Conflicts:    4213000 | #Constraints:     160045
3502.29/3522.28	c #Conflicts:    4214000 | #Constraints:     161045
3502.29/3522.28	c #Conflicts:    4215000 | #Constraints:     162045
3502.29/3522.28	c #Conflicts:    4216000 | #Constraints:     163045
3502.29/3522.28	c #Conflicts:    4217000 | #Constraints:     164045
3502.29/3522.28	c #Conflicts:    4218000 | #Constraints:     165045
3502.29/3522.28	c #Conflicts:    4219000 | #Constraints:     166045
3502.29/3522.28	c #Conflicts:    4220000 | #Constraints:     167045
3502.29/3522.28	c #Conflicts:    4221000 | #Constraints:     168045
3502.29/3522.28	c #Conflicts:    4222000 | #Constraints:     169045
3502.29/3522.28	c #Conflicts:    4223000 | #Constraints:     170045
3502.29/3522.28	c #Conflicts:    4224000 | #Constraints:     171045
3502.29/3522.28	c #Conflicts:    4225000 | #Constraints:     172045
3502.29/3522.28	c #Conflicts:    4226000 | #Constraints:     173045
3502.29/3522.28	c #Conflicts:    4227000 | #Constraints:     174046
3502.29/3522.28	c #Conflicts:    4228000 | #Constraints:     175046
3502.29/3522.28	c #Conflicts:    4229000 | #Constraints:     176046
3502.29/3522.28	c #Conflicts:    4230000 | #Constraints:     177046
3502.29/3522.28	c #Conflicts:    4231000 | #Constraints:     178046
3502.29/3522.28	c #Conflicts:    4232000 | #Constraints:     179047
3502.29/3522.28	c #Conflicts:    4233000 | #Constraints:     180047
3502.29/3522.28	c #Conflicts:    4234000 | #Constraints:     181047
3502.29/3522.28	WSVECS04 Frhs2[5]: 6 0 7.777 shouldn't be
3502.29/3522.28	WSVECS04 Frhs2[17]: 6 0 2.59236 shouldn't be
3502.29/3522.28	WSVECS04 Frhs2[40]: 6 0 7.77697 shouldn't be
3502.29/3522.28	WSVECS04 Frhs2[85]: 6 0 2.59237 shouldn't be
3502.29/3522.28	WSVECS04 Frhs2[121]: 6 0 2.59237 shouldn't be
3502.29/3522.28	WSVECS04 Frhs2[157]: 6 0 2.59239 shouldn't be
3502.29/3522.28	WSVECS04 Frhs2[221]: 6 0 7.777 shouldn't be
3502.29/3522.28	WSVECS04 Frhs2[243]: 6 -202.669 0 shouldn't be
3502.29/3522.28	WSVECS04 Frhs2[257]: 6 0 2.59239 shouldn't be
3502.29/3522.28	WSVECS04 Frhs2[265]: 6 0 5.18463 shouldn't be
3502.29/3522.28	WSVECS04 Frhs2[267]: 6 -87.077 0 shouldn't be
3502.29/3522.28	WSVECS04 Frhs2[269]: 6 0 2.59235 shouldn't be
3502.29/3522.28	WSVECS04 Frhs2[273]: 6 -106 0 shouldn't be
3502.29/3522.28	WSVECS04 Frhs2[309]: 6 0 106 shouldn't be
3502.29/3522.28	WSVECS04 Frhs2[310]: 6 0 106 shouldn't be
3502.29/3522.28	WSVECS04 Frhs2[311]: 6 0 106 shouldn't be
3502.29/3522.28	WSVECS04 Frhs2[441]: 6 0 874.669 shouldn't be
3565.49/3585.78	c #Conflicts:    4235000 | #Constraints:     182047
3565.49/3585.78	c #Conflicts:    4236000 | #Constraints:     183049
3565.49/3585.78	c #Conflicts:    4237000 | #Constraints:     184049
3565.49/3585.78	c #Conflicts:    4238000 | #Constraints:     185050
3565.49/3585.78	c #Conflicts:    4239000 | #Constraints:     186050
3565.49/3585.78	c #Conflicts:    4240000 | #Constraints:     187050
3565.49/3585.78	c #Conflicts:    4241000 | #Constraints:     188051
3565.49/3585.78	c #Conflicts:    4242000 | #Constraints:     189051
3565.49/3585.78	c #Conflicts:    4243000 | #Constraints:     190051
3565.49/3585.78	c #Conflicts:    4244000 | #Constraints:     191051
3565.49/3585.78	c #Conflicts:    4245000 | #Constraints:     192051
3565.49/3585.78	c #Conflicts:    4246000 | #Constraints:     193053
3565.49/3585.78	c #Conflicts:    4247000 | #Constraints:     194053
3565.49/3585.78	c #Conflicts:    4248000 | #Constraints:     195053
3565.49/3585.78	c #Conflicts:    4249000 | #Constraints:     196053
3565.49/3585.78	c #Conflicts:    4250000 | #Constraints:     197053
3565.49/3585.78	c #Conflicts:    4251000 | #Constraints:     198056
3565.49/3585.78	c #Conflicts:    4252000 | #Constraints:     199056
3565.49/3585.78	c #Conflicts:    4253000 | #Constraints:     200056
3565.49/3585.78	c #Conflicts:    4254000 | #Constraints:     201056
3565.49/3585.78	c #Conflicts:    4255000 | #Constraints:     202056
3565.49/3585.78	c #Conflicts:    4256000 | #Constraints:     203057
3565.49/3585.78	c #Conflicts:    4257000 | #Constraints:     204058
3565.49/3585.78	c #Conflicts:    4258000 | #Constraints:     205058
3565.49/3585.78	c #Conflicts:    4259000 | #Constraints:     206058
3565.49/3585.78	c #Conflicts:    4260000 | #Constraints:     207058
3565.49/3585.78	c #Conflicts:    4261000 | #Constraints:     208058
3565.49/3585.78	c #Conflicts:    4262000 | #Constraints:     209058
3565.49/3585.78	c #Conflicts:    4263000 | #Constraints:     210058
3565.49/3585.78	c #Conflicts:    4264000 | #Constraints:     211058
3565.49/3585.78	c #Conflicts:    4265000 | #Constraints:     212058
3565.49/3585.78	c #Conflicts:    4266000 | #Constraints:     213058
3565.49/3585.78	WSVECS04 Frhs2[15]: 6 0 117.706 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[18]: 6 0 117.706 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[54]: 6 0 626.328 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[88]: 6 0 42.2945 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[90]: 6 0 42.2945 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[123]: 6 -33.7056 0 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[135]: 6 -42 0 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[138]: 6 0 107.828 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[173]: 6 0 24.7056 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[204]: 6 0 62.0945 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[280]: 6 0 14.7056 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[281]: 6 0 14.7056 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[291]: 6 0 310.528 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[311]: 6 0 45.7334 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[440]: 6 0 204.706 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[449]: 6 0 106 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[470]: 6 0 129.295 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[479]: 6 0 144.8 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[485]: 6 0 386 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[497]: 6 0 753 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[500]: 6 0 844 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[530]: 6 0 106 shouldn't be
3565.49/3585.78	WSVECS04 Frhs2[539]: 6 0 106 shouldn't be
3598.86/3623.35	c #Conflicts:    4267000 | #Constraints:     214058
3598.86/3623.35	c #Conflicts:    4268000 | #Constraints:     215058
3598.86/3623.35	c #Conflicts:    4269000 | #Constraints:     216058
3598.86/3623.35	c #Conflicts:    4270000 | #Constraints:     217059
3598.86/3623.35	c #Conflicts:    4271000 | #Constraints:     218059
3598.86/3623.35	c #Conflicts:    4272000 | #Constraints:     219059
3598.86/3623.35	c #Conflicts:    4273000 | #Constraints:     220059
3598.86/3623.35	c #Conflicts:    4274000 | #Constraints:     221059
3598.86/3623.35	c #Conflicts:    4275000 | #Constraints:     222059
3598.86/3623.35	c #Conflicts:    4276000 | #Constraints:     223059
3598.86/3623.35	c #Conflicts:    4277000 | #Constraints:     224059
3598.86/3623.35	c #Conflicts:    4278000 | #Constraints:     225059
3598.86/3623.35	c #Conflicts:    4279000 | #Constraints:     226059
3598.86/3623.35	c #Conflicts:    4280000 | #Constraints:     227059
3598.86/3623.35	c #Conflicts:    4281000 | #Constraints:     228060
3598.86/3623.35	c #Conflicts:    4282000 | #Constraints:     229060
3598.86/3623.35	c #Conflicts:    4283000 | #Constraints:     230060
3598.86/3623.35	c #Conflicts:    4284000 | #Constraints:     231060
3598.86/3623.35	c INPROCESSING
3598.86/3623.35	c GARBAGE COLLECT
3598.86/3623.35	c rational objective 19526.4
3600.04/3624.50	c cpu time 3563.43 s
3600.04/3624.50	c deterministic time 176554460416 1.77e+11
3600.04/3624.50	c optimization time 0.797729 s
3600.04/3624.50	c total solve time 3562.61 s
3600.04/3624.50	c core-guided solve time 1860.64 s
3600.04/3624.50	c propagation time 2626.61 s
3600.04/3624.50	c conflict analysis time 797.56 s
3600.04/3624.50	c propagations 417662869
3600.04/3624.50	c resolve steps 106544700
3600.04/3624.50	c decisions 5795573
3600.04/3624.50	c conflicts 4284786
3600.04/3624.50	c restarts 7671
3600.04/3624.50	c inprocessing phases 153
3600.04/3624.50	c garbage collections 153 ,( 100.00 )
3600.04/3624.50	c input clauses 2689 ,( 57.04 )
3600.04/3624.50	c input cardinalities 287 ,( 6.09 )
3600.04/3624.50	c input general constraints 1738 ,( 36.87 )
3600.04/3624.50	c input average constraint length 6.24
3600.04/3624.50	c input average constraint degree 456.61
3600.04/3624.50	c learned clauses 3773898 ,( 88.02 )
3600.04/3624.50	c learned cardinalities 25970 ,( 0.61 )
3600.04/3624.50	c learned general constraints 487678 ,( 11.37 )
3600.04/3624.50	c learned average constraint length 101.37
3600.04/3624.50	c learned average constraint degree 78534066.91
3600.04/3624.50	c watched  CF 32, 64, 128, Arb: 195194 , 0 , 0 , 0
3600.04/3624.50	c counting CF 32, 64, 128, Arb: 294223 , 0 , 0 , 0
3600.04/3624.50	c watched   constraints 195194 ,( 39.88 ) 
3600.04/3624.50	c counting  constraints 294222 ,( 60.12 ) 
3600.04/3624.50	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 11298841691 , 4706783532 , 2761757855 ,( 239170980 , 2522586875 )
3600.04/3624.50	c gcd simplifications 338489
3600.04/3624.50	c detected cardinalities 89
3600.04/3624.50	c weakened non-implied lits 111806372
3600.04/3624.50	c weakened non-implying lits 1467017
3600.04/3624.50	c original variables 540
3600.04/3624.50	c clausal propagations 208057006
3600.04/3624.50	c cardinality propagations 144989775
3600.04/3624.50	c watched propagations 3116774
3600.04/3624.50	c counting propagations 56926619
3600.04/3624.50	c watch lookups 120467629995
3600.04/3624.50	c watch backjump lookups 0
3600.04/3624.50	c watch checks 42210953388
3600.04/3624.50	c propagation checks 11339589721
3600.04/3624.50	c constraint additions 1680246503
3600.04/3624.50	c trail pops 427741374
3600.04/3624.50	c formula constraints 4626
3600.04/3624.50	c learned constraints 4283282
3600.04/3624.50	c bound constraints 39
3600.04/3624.50	c core-guided constraints 49
3600.04/3624.50	c encountered formula constraints 46326210
3600.04/3624.50	c encountered learned constraints 63049293
3600.04/3624.50	c encountered bound constraints 29060
3600.04/3624.50	c encountered core-guided constraints 414438
3600.04/3624.50	c LP total time 422.852 s
3600.04/3624.50	c LP solve time 403.07 s
3600.04/3624.50	c LP constraints added 7804
3600.04/3624.50	c LP constraints removed 3133
3600.04/3624.50	c LP pivots internal 4285943
3600.04/3624.50	c LP pivots root 555049
3600.04/3624.50	c LP calls 6048
3600.04/3624.50	c LP optimalities 3302
3600.04/3624.50	c LP no pivot count 0
3600.04/3624.50	c LP infeasibilities 2714
3600.04/3624.50	c LP valid Farkas constraints 2685
3600.04/3624.50	c LP learned Farkas constraints 1504
3600.04/3624.50	c LP basis resets 45
3600.04/3624.50	c LP cycling count 4
3600.04/3624.50	c LP singular count 7
3600.04/3624.50	c LP no primal count 0
3600.04/3624.50	c LP no farkas count 18
3600.04/3624.50	c LP other issue count 16
3600.04/3624.50	c LP Gomory cuts 75
3600.04/3624.50	c LP learned cuts 3103
3600.04/3624.50	c LP deleted cuts 3133
3600.04/3624.50	c LP encountered Gomory constraints 12060
3600.04/3624.50	c LP encountered Farkas constraints 970271
3600.04/3624.50	c LP encountered learned Farkas constraints 26650
3600.04/3624.50	c CG auxiliary variables introduced 22
3600.04/3624.50	c CG solutions found 22
3600.04/3624.50	c CG cores constructed 17
3600.04/3624.50	c CG core cardinality constraints returned 0
3600.04/3624.50	c CG unit cores 0
3600.04/3624.50	c CG single cores 17
3600.04/3624.50	c CG blocks removed during cardinality reduction 0
3600.04/3624.50	c CG first core best 0
3600.04/3624.50	c CG decision core best 0
3600.04/3624.50	c CG core reduction tie 0
3600.04/3624.50	c CG core degree average 1.00
3600.04/3624.50	c CG core slack average 7.53
3600.04/3624.50	c CG core upper bound improvements 0
3600.04/3624.50	c STR number of successful calls 0
3600.04/3624.50	c STR number of unsuccessful calls 0
3600.04/3624.50	c STR number of inconclusive calls 0
3600.04/3624.50	c STR number of successful attempts 0
3600.04/3624.50	c STR number of unsuccessful attempts 0
3600.04/3624.50	c STR number of inconclusive attempts 0
3600.04/3624.50	c STR average degree increase per successful call inf
3600.04/3624.50	c STR average degree increase per successful attempt inf
3600.04/3624.50	c STR total number of conflicts for successful attempts 0
3600.04/3624.50	c STR total number of conflicts for unsuccessful attempts 0
3600.04/3624.50	c STR total number of conflicts for inconclusive attempts 0
3600.04/3624.50	c STR average number of conflicts per successful attempt inf
3600.04/3624.50	c STR average number of conflicts per unsuccessful attempt inf
3600.04/3624.50	c STR average number of conflicts per inconclusive attempt inf
3600.04/3624.50	c AVG.sumWPerc 48.83 
3600.04/3624.50	c bigint constraints 0 
3600.04/3624.50	o 23916
3600.04/3624.50	s SATISFIABLE
3600.04/3624.50	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 x226 -x227 -x228 x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 x246 -x247 -x248 -x249 -x250 -x251 x252 x253 -x254 -x255 -x256 -x257 -x258 -x259 x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 -x270 x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 x281 -x282 -x283 x284 -x285 -x286 -x287 -x288 -x289 x290 -x291 -x292 -x293 -x294 -x295 x296 -x297 -x298 -x299 -x300 -x301 -x302 x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 x311 -x312 -x313 -x314 -x315 -x316 x317 -x318 -x319 -x320 x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 -x330 -x331 x332 -x333 -x334 -x335 -x336 -x337 x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 -x350 -x351 -x352 x353 -x354 -x355 -x356 -x357 x358 -x359 -x360 x361 x362 -x363 -x364 -x365 -x366 -x367 -x368 x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 -x377 -x378 -x379 x380 x381 -x382 -x383 -x384 -x385 x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 x394 -x395 -x396 x397 -x398 -x399 x400 -x401 -x402 x403 -x404 -x405 -x406 x407 -x408 -x409 -x410 -x411 x412 -x413 -x414 -x415 x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 x424 -x425 -x426 x427 -x428 -x429 -x430 x431 x432 x433 -x434 x435 -x436 -x437 x438 -x439 -x440 -x441 -x442 x443 -x444 -x445 -x446 -x447 x448 -x449 -x450 -x451 -x452 -x453 x454 -x455 -x456 -x457 x458 -x459 -x460 -x461 x462 -x463 -x464 -x465 x466 -x467 -x468 -x469 x470 -x471 -x472 -x473 x474 -x475 -x476 -x477 x478 -x479 -x480 -x481 x482 -x483 -x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 -x492 -x493 x494 -x495 -x496 -x497 -x498 -x499 x500 x501 x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 x510 -x511 -x512 -x513 x514 -x515 -x516 x517 -x518 -x519 -x520 -x521 -x522 x523 -x524 -x525 -x526 -x527 -x528 -x529 x530 -x531 -x532 -x533 -x534 x535 x536 x537 -x538 -x539 -x540
3600.04/3624.50	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: 63665 MiB (62934 MiB free)
  memory of node 1: 64507 MiB (63366 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=50932, runsolver pid=50929

[startup+0.100061 s]*
/proc/loadavg: 1.14 2.15 3.98 5/269 50935
/proc/meminfo: memFree=129318472/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=65220 memory=21048 CPUtime=0.06 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 3191 0 0 0 5 1 0 0 20 0 1 0 48219562 66785280 5262 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 16305 5262 2336 1147 0 3732 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 69412 KiB
Current children cumulated memory: 24120 KiB

[startup+0.205544 s]*
/proc/loadavg: 1.14 2.15 3.98 6/269 50935
/proc/meminfo: memFree=129271152/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=65484 memory=21560 CPUtime=0.16 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 3291 0 0 0 15 1 0 0 20 0 1 0 48219562 67055616 5390 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 16371 5390 2368 1147 0 3798 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 69676 KiB
Current children cumulated memory: 24632 KiB

[startup+0.304717 s]*
/proc/loadavg: 1.14 2.15 3.98 5/269 50935
/proc/meminfo: memFree=129271572/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=66764 memory=22712 CPUtime=0.26 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 3579 0 0 0 25 1 0 0 20 0 1 0 48219562 68366336 5678 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 16691 5678 2368 1147 0 4118 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 70956 KiB
Current children cumulated memory: 25784 KiB

[startup+0.700156 s]
/proc/loadavg: 1.14 2.15 3.98 5/269 50935
/proc/meminfo: memFree=129251600/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=68496 memory=24760 CPUtime=0.65 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 4027 0 0 0 63 2 0 0 20 0 1 0 48219562 70139904 6190 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 17124 6190 2432 1147 0 4551 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 72688 KiB
Current children cumulated memory: 27832 KiB

[startup+1.50016 s]
/proc/loadavg: 1.37 2.18 3.98 5/269 50935
/proc/meminfo: memFree=129251600/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=69008 memory=25528 CPUtime=1.44 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 4148 0 0 0 140 4 0 0 20 0 1 0 48219562 70664192 6382 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 17252 6382 2528 1147 0 4679 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 73200 KiB
Current children cumulated memory: 28600 KiB

[startup+3.10529 s]
/proc/loadavg: 1.37 2.18 3.98 5/269 50935
/proc/meminfo: memFree=129224424/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=71060 memory=27576 CPUtime=3.05 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 4655 0 0 0 297 8 0 0 20 0 1 0 48219562 72765440 6894 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 17765 6894 2528 1147 0 5192 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 75252 KiB
Current children cumulated memory: 30648 KiB

[startup+6.30017 s]
/proc/loadavg: 1.58 2.21 3.98 5/269 50935
/proc/meminfo: memFree=129200760/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=73152 memory=29752 CPUtime=6.24 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 5185 0 0 0 607 17 0 0 20 0 1 0 48219562 74907648 7438 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 18288 7438 2528 1147 0 5715 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 77344 KiB
Current children cumulated memory: 32824 KiB

[startup+12.7001 s]
/proc/loadavg: 1.78 2.24 3.98 5/269 50936
/proc/meminfo: memFree=129145360/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=73152 memory=31844 CPUtime=12.62 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 5192 0 0 0 1232 30 0 0 20 0 1 0 48219562 74907648 7961 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 18288 7961 2528 1147 0 5715 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 77344 KiB
Current children cumulated memory: 34916 KiB

[startup+25.5002 s]
/proc/loadavg: 2.12 2.30 3.98 5/271 50938
/proc/meminfo: memFree=129068340/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=75028 memory=33636 CPUtime=25.33 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 5666 0 0 0 2473 60 0 0 20 0 1 0 48219562 76828672 8409 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 18757 8409 2528 1147 0 6184 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 79220 KiB
Current children cumulated memory: 36708 KiB

[startup+51.1055 s]
/proc/loadavg: 2.91 2.48 3.99 5/271 50938
/proc/meminfo: memFree=128803604/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=80624 memory=38752 CPUtime=50.88 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 6424 0 0 0 4965 123 0 0 20 0 1 0 48219562 82558976 9688 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 20156 9688 2528 1147 0 7583 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 84816 KiB
Current children cumulated memory: 41824 KiB

[startup+102.3 s]
/proc/loadavg: 3.57 2.73 4.00 5/271 50940
/proc/meminfo: memFree=128374148/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=89264 memory=44128 CPUtime=101.52 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 7762 0 0 0 9919 233 0 0 20 0 1 0 48219562 91406336 11032 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 22316 11032 2528 1147 0 9743 0
Current children cumulated CPU time: 101.52 s
Current children cumulated vsize: 93456 KiB
Current children cumulated memory: 47200 KiB

[startup+162.3 s]
/proc/loadavg: 3.94 2.99 4.01 5/272 50944
/proc/meminfo: memFree=127971724/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=90908 memory=47884 CPUtime=161.13 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 8215 0 0 0 15760 353 0 0 20 0 1 0 48219562 93089792 11971 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 22727 11971 2528 1147 0 10154 0
Current children cumulated CPU time: 161.13 s
Current children cumulated vsize: 95100 KiB
Current children cumulated memory: 50956 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 3.19 4.01 5/273 50953
/proc/meminfo: memFree=127518404/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=93216 memory=50956 CPUtime=220.74 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 8975 0 0 0 21602 472 0 0 20 0 1 0 48219562 95453184 12739 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 23304 12739 2528 1147 0 10731 0

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

/proc/50935/statm: 84284 63713 2528 1147 0 71711 0
Current children cumulated CPU time: 3084.53 s
Current children cumulated vsize: 341328 KiB
Current children cumulated memory: 257924 KiB

[startup+3162.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/274 51125
/proc/meminfo: memFree=108366696/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=337136 memory=254852 CPUtime=3144.26 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 44377 0 0 0 311092 3334 0 0 20 0 1 0 48219562 345227264 63713 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 84284 63713 2528 1147 0 71711 0
Current children cumulated CPU time: 3144.26 s
Current children cumulated vsize: 341328 KiB
Current children cumulated memory: 257924 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/275 51134
/proc/meminfo: memFree=107901556/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=337136 memory=254852 CPUtime=3203.95 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 44377 0 0 0 317029 3366 0 0 20 0 1 0 48219562 345227264 63713 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 84284 63713 2528 1147 0 71711 0
Current children cumulated CPU time: 3203.95 s
Current children cumulated vsize: 341328 KiB
Current children cumulated memory: 257924 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/276 51138
/proc/meminfo: memFree=107335972/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=336700 memory=254596 CPUtime=3263.62 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 45558 0 0 0 322961 3401 0 0 20 0 1 0 48219562 344780800 63649 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 84175 63649 2528 1147 0 71602 0
Current children cumulated CPU time: 3263.62 s
Current children cumulated vsize: 340892 KiB
Current children cumulated memory: 257668 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/276 51141
/proc/meminfo: memFree=106774324/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=339792 memory=257540 CPUtime=3323.24 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 46295 0 0 0 328874 3450 0 0 20 0 1 0 48219562 347947008 64385 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 84948 64385 2528 1147 0 72375 0
Current children cumulated CPU time: 3323.24 s
Current children cumulated vsize: 343984 KiB
Current children cumulated memory: 260612 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/275 51143
/proc/meminfo: memFree=106208640/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=339792 memory=257540 CPUtime=3383 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 46299 0 0 0 334786 3514 0 0 20 0 1 0 48219562 347947008 64385 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 84948 64385 2528 1147 0 72375 0
Current children cumulated CPU time: 3383 s
Current children cumulated vsize: 343984 KiB
Current children cumulated memory: 260612 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/275 51146
/proc/meminfo: memFree=105667360/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=339792 memory=257540 CPUtime=3442.72 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 46299 0 0 0 340705 3567 0 0 20 0 1 0 48219562 347947008 64385 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 84948 64385 2528 1147 0 72375 0
Current children cumulated CPU time: 3442.72 s
Current children cumulated vsize: 343984 KiB
Current children cumulated memory: 260612 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/274 51148
/proc/meminfo: memFree=105104656/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=339792 memory=257540 CPUtime=3502.4 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 46299 0 0 0 346632 3608 0 0 20 0 1 0 48219562 347947008 64385 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 84948 64385 2528 1147 0 72375 0
Current children cumulated CPU time: 3502.4 s
Current children cumulated vsize: 343984 KiB
Current children cumulated memory: 260612 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/271 51150
/proc/meminfo: memFree=104659780/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=339792 memory=257540 CPUtime=3562.11 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 46299 0 0 0 352574 3637 0 0 20 0 1 0 48219562 347947008 64385 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 84948 64385 2528 1147 0 72375 0
Current children cumulated CPU time: 3562.11 s
Current children cumulated vsize: 343984 KiB
Current children cumulated memory: 260612 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3624.5 s]
/proc/loadavg: 3.95 4.07 4.08 4/268 51656
/proc/meminfo: memFree=123131368/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=339024 memory=256920 CPUtime=3600.04 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 47363 0 0 0 356343 3661 0 0 20 0 1 0 48219562 347160576 64230 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 84756 64230 2528 1147 0 72183 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 343216 KiB
Current children cumulated memory: 259992 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.006013 s, system=0.00467 s

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

# cumulated CPU time of all completed processes:  user=3563.45 s, system=36.6215 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+3624.5 s]
/proc/loadavg: 3.95 4.07 4.08 4/268 51656
/proc/meminfo: memFree=123131368/131249996 swapFree=33010684/33010684
[pid=50932] ppid=50929 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/50932/stat : 50932 (run-opt-ls-log.) S 50929 50932 50809 0 -1 4194304 242 1297 0 0 0 0 0 0 20 0 1 0 48219560 4292608 768 18446744073709551615 94698731327488 94698732222021 140729018097504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94698732461072 94698732508816 94698748575744 140729018099995 140729018100193 140729018100193 140729018105795 0
/proc/50932/statm: 1048 768 704 219 0 110 0
[pid=50935] ppid=50932 vsize=339024 memory=256920 CPUtime=3600.04 cores=4,6
/proc/50935/stat : 50935 (roundingsat) R 50932 50932 50809 0 -1 4194304 47363 0 0 0 356343 3661 0 0 20 0 1 0 48219562 347160576 64230 18446744073709551615 4227072 8923433 140732058606832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29982720 140732058614006 140732058614312 140732058614312 140732058619882 0
/proc/50935/statm: 84756 64230 2528 1147 0 72183 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 343216 KiB
Current children cumulated memory: 259992 KiB

Child status: 2

Real time (s): 3624.52
CPU time (s): 3600.07
CPU user time (s): 3563.45
CPU system time (s): 36.6215
CPU usage (%): 99.3255
Max. virtual memory (cumulated for all children) (KiB): 345924
Max. memory (cumulated for all children) (KiB): 262148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3563.45
system time used= 36.6215
maximum resident set size= 261636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48920
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11399224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 570
involuntary context switches= 5909


# summary of solver processes directly reported to runsolver:
#   pid: 50932,50935
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3563.45
#   total CPU system time (s): 36.6215

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.11697 second user time and 16.5139 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-01 01:16:57
IDJOB=4486519
IDBENCH=147022
IDSOLVER=3356
FILE ID=nodeC024/4486519-1751325417
RUNJOBID= nodeC024-1751325414-50820
SLURM_JOB_ID= 9594351
Free space on /tmp= 433028 MiB

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

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

MD5SUM BENCH= 9e6692c80f11b0068f23fe5849cf8b25
RANDOM SEED=1616385688

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129332620 kB
MemAvailable:   129696480 kB
Buffers:            3280 kB
Cached:          1169528 kB
SwapCached:            0 kB
Active:           387040 kB
Inactive:         913968 kB
Active(anon):     146320 kB
Inactive(anon):        0 kB
Active(file):     240720 kB
Inactive(file):   913968 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             47500 kB
Writeback:           256 kB
AnonPages:        131104 kB
Mapped:           115556 kB
Shmem:             18064 kB
KReclaimable:      96424 kB
Slab:             183704 kB
SReclaimable:      96424 kB
SUnreclaim:        87280 kB
KernelStack:        4336 kB
PageTables:         3564 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     475592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC024 at 2025-07-01 02:17:21