Trace number 4486566

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat+pbsuma-opt 63f22adSAT (TO)67259 3600.05 3610.41

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-data10_3.opb
MD5SUM45d4d1161a77415ffbfc9841f6913b11
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 benchmark66791
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
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 559660
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 559660
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4486566-1751327095.opb'
0.08/0.12	c 	read 3.06MB  (97.40ms)
0.08/0.12	c	 [cnf: #variables 2700 #clauses 42621 #duplicates 0 #arr 308220]
0.08/0.12	c 
0.08/0.12	c make graph and approximate orbits
0.08/0.19	c	 [group: #orbits ~= 0] (68.85ms)
0.08/0.19	c 
0.08/0.19	c detect special group actions
0.08/0.19	c 	probe for Johnson action (limit=64)
0.08/0.19	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.08/0.19	c 	probe for row symmetry (limit=64, splits=16.78M)
0.08/0.20	c 	 (5.98ms)
0.08/0.20	c 
0.08/0.20	c detect symmetries on remainder
0.08/0.20	c 	[graph: #vertices 66291 #edges 658380]
0.08/0.20	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.08/0.21	c 	 [group: #symmetries 1.00*10^0 #generators 0] (12.04ms)
0.08/0.21	c 
0.08/0.21	c finalize break order and special generators
0.08/0.21	c 
0.08/0.21	c generation finished
0.08/0.21	c 	[sbp: #constraints 0 #add_vars 0]
0.08/0.21	c 
0.08/0.21	c write result to 'HOME/instance-4486566-1751327095.opb.pre'
0.19/0.23	c 	wrote 3.06MB (18.78ms)
0.19/0.23	c ------------------------------------------------------------------
0.19/0.23	c                  97.40ms 47.48% parse
0.19/0.23	c                  68.85ms 33.57% approx_orbits
0.19/0.23	c                  18.78ms  9.15% output
0.19/0.23	c                  12.04ms  5.87% detect_generic
0.19/0.23	c                   5.98ms  2.92% detect_special
0.19/0.23	c                   1.81ms  0.88% other
0.19/0.23	c                   0.27ms  0.13% finalize_order
0.19/0.23	c         ───────────────────────────────────────────────
0.19/0.23	c                 205.13ms   100% total
0.19/0.23	c ------------------------------------------------------------------
0.19/0.26	c RoundingSat 2
0.19/0.26	c branch pb25
0.19/0.26	c commit 63f22ad
0.64/0.79	c #variables 2700 #constraints 43070
0.64/0.79	c objective is ce32 
0.64/0.79	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.64/0.79	c initial counting CF 32, 64, 128, Arb: 21601 , 0 , 0 , 0
0.64/0.79	c bounds - >= 0 @ 0.434866
2.84/2.98	c #Conflicts:       1000 | #Constraints:      44069
2.84/2.98	c bounds 91338 >= 0 @ 2.57823
2.84/2.99	c bounds 86697 >= 0 @ 2.58243
7.13/7.25	c #Conflicts:       2000 | #Constraints:      45071
7.13/7.25	c INPROCESSING
7.13/7.25	WSVECS04 Frhs2[1176]: 6 -1594 0 shouldn't be
7.13/7.25	WSVECS04 Frhs2[1256]: 6 -75.0001 0 shouldn't be
7.13/7.25	WSVECS04 Frhs2[1450]: 6 0 533 shouldn't be
7.13/7.25	WSVECS04 Frhs2[1550]: 6 -6702 0 shouldn't be
7.13/7.25	WSVECS04 Frhs2[1786]: 6 -44 0 shouldn't be
9.81/10.00	WSVECS04 Frhs2[1650]: 6 0 584 shouldn't be
9.81/10.00	WSVECS04 Frhs2[2203]: 6 0 39.0001 shouldn't be
9.81/10.00	WSVECS04 Frhs2[2569]: 6 0 74.0001 shouldn't be
12.80/12.95	c bounds 84892 >= 0 @ 12.4638
12.91/13.09	c #Conflicts:       3000 | #Constraints:      45082
12.91/13.09	c #Conflicts:       4000 | #Constraints:      46082
12.91/13.09	c INPROCESSING
12.91/13.09	c GARBAGE COLLECT
12.91/13.09	c bounds 83810 >= 0 @ 12.5989
13.02/13.11	c bounds 83411 >= 0 @ 12.6199
13.02/13.14	c bounds 83389 >= 0 @ 12.6476
13.02/13.16	c bounds 82114 >= 0 @ 12.6682
13.11/13.20	c bounds 81347 >= 0 @ 12.7084
13.20/13.35	c bounds 81334 >= 0 @ 12.8538
13.20/13.36	c #Conflicts:       5000 | #Constraints:      45502
13.20/13.36	c bounds 81334 >= 1060 @ 12.866
17.39/17.51	c #Conflicts:       6000 | #Constraints:      46505
17.39/17.51	c INPROCESSING
17.39/17.51	c GARBAGE COLLECT
17.39/17.51	c bounds 80963 >= 1060 @ 16.978
17.39/17.58	c #Conflicts:       7000 | #Constraints:      45515
17.39/17.58	c bounds 80935 >= 1060 @ 17.0448
17.39/17.58	c bounds 80360 >= 1060 @ 17.0456
17.69/17.86	c bounds 79804 >= 1060 @ 17.3244
19.00/19.12	c #Conflicts:       8000 | #Constraints:      46518
19.00/19.12	c #Conflicts:       9000 | #Constraints:      47518
19.00/19.12	c INPROCESSING
19.00/19.12	c GARBAGE COLLECT
19.00/19.12	WSVECS04 Frhs2[2172]: 6 -337 0 shouldn't be
22.57/22.75	c rational objective 40264
23.07/23.26	c bounds 79804 >= 2080 @ 22.6821
23.07/23.27	c bounds 79212 >= 2080 @ 22.6921
23.17/23.35	c bounds 78921 >= 2080 @ 22.7707
23.57/23.74	c #Conflicts:      10000 | #Constraints:      46233
23.57/23.74	c #Conflicts:      11000 | #Constraints:      47233
23.57/23.74	c #Conflicts:      12000 | #Constraints:      48233
23.57/23.74	c INPROCESSING
23.57/23.74	c GARBAGE COLLECT
23.57/23.74	c bounds 78475 >= 2080 @ 23.1442
23.98/24.18	c bounds 78457 >= 2080 @ 23.5753
23.98/24.18	c bounds 78130 >= 2080 @ 23.576
24.27/24.41	c #Conflicts:      13000 | #Constraints:      46683
24.27/24.41	c bounds 78127 >= 2080 @ 23.7974
33.65/33.88	c #Conflicts:      14000 | #Constraints:      47684
33.65/33.88	c #Conflicts:      15000 | #Constraints:      48685
33.65/33.88	c INPROCESSING
33.65/33.88	c GARBAGE COLLECT
33.65/33.88	c #Conflicts:      16000 | #Constraints:      46915
33.65/33.88	c #Conflicts:      17000 | #Constraints:      47915
33.65/33.88	c #Conflicts:      18000 | #Constraints:      48915
33.65/33.88	c INPROCESSING
33.65/33.88	c GARBAGE COLLECT
33.65/33.88	c rational objective 40264
34.24/34.45	c bounds 77307 >= 2080 @ 33.7301
34.24/34.45	c #Conflicts:      19000 | #Constraints:      46943
34.24/34.45	c bounds 77307 >= 3037 @ 33.7323
34.24/34.45	c bounds 77307 >= 3994 @ 33.733
34.24/34.46	c bounds 77307 >= 4951 @ 33.7351
34.24/34.46	c bounds 77307 >= 5908 @ 33.7374
34.24/34.46	c bounds 77307 >= 6865 @ 33.7408
34.24/34.47	c bounds 77307 >= 7822 @ 33.7477
34.24/34.47	c bounds 77307 >= 8779 @ 33.7508
35.73/35.90	WSVECS04 Frhs2[2165]: 6 -521 0 shouldn't be
35.73/35.90	WSVECS04 Frhs2[2195]: 6 -878 0 shouldn't be
35.73/35.90	WSVECS04 Frhs2[2396]: 6 -567 0 shouldn't be
35.73/35.90	WSVECS04 Frhs2[2600]: 6 -260 0 shouldn't be
35.73/35.90	WSVECS04 Frhs2[2652]: 6 -957 0 shouldn't be
35.73/35.90	WSVECS04 Frhs2[2664]: 6 -451 0 shouldn't be
37.73/37.92	WSVECS04 Frhs2[2173]: 6 -1090 0 shouldn't be
40.03/40.27	WSVECS04 Frhs2[2098]: 6 -929 0 shouldn't be
40.03/40.27	WSVECS04 Frhs2[2299]: 6 -408 0 shouldn't be
40.03/40.27	WSVECS04 Frhs2[2601]: 6 -328 0 shouldn't be
43.52/43.72	WSVECS04 Frhs2[2437]: 6 -587 0 shouldn't be
43.52/43.72	WSVECS04 Frhs2[2605]: 6 -732 0 shouldn't be
48.59/48.87	WSVECS04 Frhs2[2112]: 6 -957 0 shouldn't be
48.59/48.87	WSVECS04 Frhs2[2573]: 6 -557 0 shouldn't be
48.59/48.87	WSVECS04 Frhs2[2598]: 6 -557 0 shouldn't be
48.59/48.87	WSVECS04 Frhs2[2599]: 6 -311 0 shouldn't be
51.80/52.08	c bounds 77307 >= 9736 @ 51.2501
51.99/52.27	c #Conflicts:      20000 | #Constraints:      47967
51.99/52.27	c #Conflicts:      21000 | #Constraints:      48967
51.99/52.27	c INPROCESSING
51.99/52.27	c GARBAGE COLLECT
51.99/52.27	c bounds 75333 >= 9736 @ 51.4305
52.18/52.49	c #Conflicts:      22000 | #Constraints:      46756
52.18/52.49	c bounds 75260 >= 9736 @ 51.6399
52.98/53.30	c #Conflicts:      23000 | #Constraints:      47757
52.98/53.30	c #Conflicts:      24000 | #Constraints:      48757
52.98/53.30	c #Conflicts:      25000 | #Constraints:      49757
52.98/53.30	c INPROCESSING
52.98/53.30	c GARBAGE COLLECT
52.98/53.30	c #Conflicts:      26000 | #Constraints:      47385
52.98/53.30	c #Conflicts:      27000 | #Constraints:      48385
52.98/53.30	c bounds 74721 >= 9736 @ 52.4279
54.67/54.94	c #Conflicts:      28000 | #Constraints:      49386
54.67/54.94	c #Conflicts:      29000 | #Constraints:      50386
54.67/54.94	c INPROCESSING
54.67/54.94	c GARBAGE COLLECT
54.67/54.94	WSVECS04 Frhs2[2524]: 6 -605 0 shouldn't be
54.67/54.94	WSVECS04 Frhs2[2557]: 6 -605 0 shouldn't be
57.97/58.23	c rational objective 40264
67.64/67.94	c #Conflicts:      30000 | #Constraints:      47786
67.64/67.94	c #Conflicts:      31000 | #Constraints:      48786
67.64/67.94	c #Conflicts:      32000 | #Constraints:      49786
67.64/67.94	c #Conflicts:      33000 | #Constraints:      50786
67.64/67.94	c INPROCESSING
67.64/67.94	c GARBAGE COLLECT
67.64/67.94	c #Conflicts:      34000 | #Constraints:      48012
67.64/67.94	c #Conflicts:      35000 | #Constraints:      49012
67.64/67.94	c #Conflicts:      36000 | #Constraints:      50012
67.64/67.94	c #Conflicts:      37000 | #Constraints:      51012
67.64/67.94	c INPROCESSING
67.64/67.94	c GARBAGE COLLECT
67.64/67.94	c rational objective 40264
70.03/70.36	c #Conflicts:      38000 | #Constraints:      48002
70.03/70.36	c #Conflicts:      39000 | #Constraints:      49002
70.03/70.36	c #Conflicts:      40000 | #Constraints:      50002
70.03/70.36	c #Conflicts:      41000 | #Constraints:      51002
70.03/70.36	WSVECS04 Frhs2[13]: 6 0 583.72 shouldn't be
70.03/70.36	WSVECS04 Frhs2[27]: 6 0 993 shouldn't be
70.03/70.36	WSVECS04 Frhs2[28]: 6 0 726.587 shouldn't be
70.03/70.36	WSVECS04 Frhs2[73]: 6 0 560.32 shouldn't be
70.03/70.36	WSVECS04 Frhs2[92]: 6 0 40.3334 shouldn't be
70.03/70.36	WSVECS04 Frhs2[93]: 6 0 4.50001 shouldn't be
70.03/70.36	WSVECS04 Frhs2[276]: 6 0 457 shouldn't be
70.03/70.36	WSVECS04 Frhs2[277]: 6 0 457 shouldn't be
70.03/70.36	WSVECS04 Frhs2[296]: 6 0 16738.3 shouldn't be
70.03/70.36	WSVECS04 Frhs2[416]: 6 0 17009.7 shouldn't be
70.03/70.36	WSVECS04 Frhs2[422]: 6 0 229 shouldn't be
70.03/70.36	WSVECS04 Frhs2[428]: 6 0 955.587 shouldn't be
70.03/70.36	WSVECS04 Frhs2[578]: 6 -1301.18 0 shouldn't be
70.03/70.36	WSVECS04 Frhs2[600]: 6 -11.5001 0 shouldn't be
70.03/70.36	WSVECS04 Frhs2[696]: 6 0 16363.8 shouldn't be
70.03/70.36	WSVECS04 Frhs2[903]: 6 0 965.513 shouldn't be
70.03/70.36	WSVECS04 Frhs2[907]: 6 0 973.513 shouldn't be
70.03/70.36	WSVECS04 Frhs2[967]: 6 -4.00008 0 shouldn't be
70.03/70.36	WSVECS04 Frhs2[977]: 6 0 120.68 shouldn't be
70.03/70.36	WSVECS04 Frhs2[1197]: 6 0 3.50005 shouldn't be
70.03/70.36	WSVECS04 Frhs2[1313]: 6 0 583.72 shouldn't be
70.03/70.36	WSVECS04 Frhs2[1373]: 6 0 19.1868 shouldn't be
70.03/70.36	WSVECS04 Frhs2[1428]: 6 0 1849 shouldn't be
70.03/70.36	WSVECS04 Frhs2[1499]: 6 0 297.5 shouldn't be
70.03/70.36	WSVECS04 Frhs2[1777]: 6 0 584 shouldn't be
70.03/70.36	WSVECS04 Frhs2[1806]: 6 -370 0 shouldn't be
70.03/70.36	WSVECS04 Frhs2[1821]: 6 -380 0 shouldn't be
70.03/70.36	WSVECS04 Frhs2[1855]: 6 -370 0 shouldn't be
70.03/70.36	WSVECS04 Frhs2[1863]: 6 0 345 shouldn't be
70.03/70.36	WSVECS04 Frhs2[1864]: 6 -587 0 shouldn't be
70.03/70.36	WSVECS04 Frhs2[2264]: 6 -315 0 shouldn't be
70.03/70.36	WSVECS04 Frhs2[2273]: 6 -257 0 shouldn't be
70.03/70.36	WSVECS04 Frhs2[2299]: 6 -408 0 shouldn't be
70.03/70.36	WSVECS04 Frhs2[2360]: 6 0 421 shouldn't be
70.03/70.36	WSVECS04 Frhs2[2370]: 6 0 121 shouldn't be
70.03/70.36	WSVECS04 Frhs2[2400]: 6 -253 0 shouldn't be
70.03/70.36	WSVECS04 Frhs2[2655]: 6 -1184 0 shouldn't be
71.53/71.87	c INPROCESSING
71.53/71.87	c GARBAGE COLLECT
71.53/71.87	c #Conflicts:      42000 | #Constraints:      47826
71.53/71.87	c #Conflicts:      43000 | #Constraints:      48826
71.53/71.87	c #Conflicts:      44000 | #Constraints:      49826
71.53/71.87	c #Conflicts:      45000 | #Constraints:      50826
71.53/71.87	c bounds 74581 >= 9736 @ 70.758
71.53/71.87	c bounds 73525 >= 9736 @ 70.7609
71.63/71.99	c bounds 73476 >= 9736 @ 70.8744
73.02/73.33	c #Conflicts:      46000 | #Constraints:      51829
73.02/73.33	c INPROCESSING
73.02/73.33	c GARBAGE COLLECT
73.02/73.33	c #Conflicts:      47000 | #Constraints:      48386
73.02/73.33	WSVECS04 Frhs2[15]: 6 0 37.0001 shouldn't be
73.02/73.33	WSVECS04 Frhs2[97]: 6 0 43.4127 shouldn't be
73.02/73.33	WSVECS04 Frhs2[100]: 6 -283.395 0 shouldn't be
73.02/73.33	WSVECS04 Frhs2[162]: 6 0 3.00004 shouldn't be
73.02/73.33	WSVECS04 Frhs2[189]: 6 -1852.03 0 shouldn't be
73.02/73.33	WSVECS04 Frhs2[218]: 6 0 130.826 shouldn't be
73.02/73.33	WSVECS04 Frhs2[287]: 6 0 233.595 shouldn't be
73.02/73.33	WSVECS04 Frhs2[317]: 6 0 219.044 shouldn't be
73.02/73.33	WSVECS04 Frhs2[409]: 6 0 1615.9 shouldn't be
73.02/73.33	WSVECS04 Frhs2[417]: 6 0 219.044 shouldn't be
73.02/73.33	WSVECS04 Frhs2[419]: 6 0 11.7106 shouldn't be
73.02/73.33	WSVECS04 Frhs2[420]: 6 -1064.96 0 shouldn't be
73.02/73.33	WSVECS04 Frhs2[470]: 6 0 147.623 shouldn't be
73.02/73.33	WSVECS04 Frhs2[497]: 6 0 43.4127 shouldn't be
73.02/73.33	WSVECS04 Frhs2[500]: 6 -1226.42 0 shouldn't be
73.02/73.33	WSVECS04 Frhs2[516]: 6 0 1064.96 shouldn't be
73.02/73.33	WSVECS04 Frhs2[520]: 6 0 906.333 shouldn't be
73.02/73.33	WSVECS04 Frhs2[563]: 6 -3139 0 shouldn't be
73.02/73.33	WSVECS04 Frhs2[597]: 6 0 43.4127 shouldn't be
73.02/73.33	WSVECS04 Frhs2[609]: 6 0 1615.9 shouldn't be
73.02/73.33	WSVECS04 Frhs2[610]: 6 0 1615.9 shouldn't be
73.02/73.33	WSVECS04 Frhs2[612]: 6 -1455.96 0 shouldn't be
73.02/73.33	WSVECS04 Frhs2[662]: 6 0 991 shouldn't be
73.02/73.33	WSVECS04 Frhs2[668]: 6 0 988 shouldn't be
73.02/73.33	WSVECS04 Frhs2[697]: 6 0 129.413 shouldn't be
73.02/73.33	WSVECS04 Frhs2[783]: 6 0 1250.91 shouldn't be
73.02/73.33	WSVECS04 Frhs2[792]: 6 0 760.623 shouldn't be
73.02/73.33	WSVECS04 Frhs2[819]: 6 0 170.333 shouldn't be
73.02/73.33	WSVECS04 Frhs2[889]: 6 -69.0001 0 shouldn't be
73.02/73.33	WSVECS04 Frhs2[898]: 6 0 9.37738 shouldn't be
73.02/73.33	WSVECS04 Frhs2[912]: 6 -533.289 0 shouldn't be
73.02/73.33	WSVECS04 Frhs2[980]: 6 0 361 shouldn't be
73.02/73.33	WSVECS04 Frhs2[982]: 6 0 15.3838 shouldn't be
73.02/73.33	WSVECS04 Frhs2[984]: 6 0 205.224 shouldn't be
73.02/73.33	WSVECS04 Frhs2[1002]: 6 0 903 shouldn't be
73.02/73.33	WSVECS04 Frhs2[1010]: 6 0 2518.9 shouldn't be
73.02/73.33	WSVECS04 Frhs2[1016]: 6 0 158.623 shouldn't be
73.02/73.33	WSVECS04 Frhs2[1083]: 6 0 1250.91 shouldn't be
73.02/73.33	WSVECS04 Frhs2[1189]: 6 -888 0 shouldn't be
73.02/73.33	WSVECS04 Frhs2[1314]: 6 0 724.21 shouldn't be
73.02/73.33	WSVECS04 Frhs2[1317]: 6 0 377.667 shouldn't be
73.02/73.33	WSVECS04 Frhs2[1367]: 6 -4.00001 0 shouldn't be
73.02/73.33	WSVECS04 Frhs2[1383]: 6 0 1908 shouldn't be
73.02/73.33	WSVECS04 Frhs2[1390]: 6 0 311.78 shouldn't be
73.02/73.33	WSVECS04 Frhs2[1392]: 6 0 1846.83 shouldn't be
73.02/73.33	WSVECS04 Frhs2[1414]: 6 0 724.21 shouldn't be
73.02/73.33	WSVECS04 Frhs2[1417]: 6 0 377.667 shouldn't be
73.02/73.33	WSVECS04 Frhs2[1434]: 6 -1029 0 shouldn't be
73.02/73.33	WSVECS04 Frhs2[1482]: 6 0 820.94 shouldn't be
73.02/73.33	WSVECS04 Frhs2[1538]: 6 0 1181 shouldn't be
73.02/73.33	WSVECS04 Frhs2[1568]: 6 0 4.00004 shouldn't be
73.02/73.33	WSVECS04 Frhs2[1789]: 6 -378 0 shouldn't be
73.02/73.33	WSVECS04 Frhs2[1855]: 6 -370 0 shouldn't be
73.02/73.33	WSVECS04 Frhs2[1862]: 6 0 156 shouldn't be
73.02/73.33	WSVECS04 Frhs2[2104]: 6 -646 0 shouldn't be
73.02/73.33	WSVECS04 Frhs2[2352]: 6 0 230 shouldn't be
73.02/73.33	WSVECS04 Frhs2[2354]: 6 0 252 shouldn't be
73.02/73.33	WSVECS04 Frhs2[2526]: 6 0 28 shouldn't be
73.02/73.33	WSVECS04 Frhs2[2575]: 6 0 133.811 shouldn't be
81.60/82.00	c #Conflicts:      48000 | #Constraints:      49387
81.60/82.00	c #Conflicts:      49000 | #Constraints:      50387
81.60/82.00	c #Conflicts:      50000 | #Constraints:      51387
81.60/82.00	c #Conflicts:      51000 | #Constraints:      52387
81.60/82.00	c INPROCESSING
81.60/82.00	c GARBAGE COLLECT
81.60/82.00	c rational objective 40264
81.89/82.22	c bounds 73378 >= 9736 @ 80.9924
81.89/82.29	c bounds 73175 >= 9736 @ 81.0522
81.99/82.34	c bounds 71827 >= 9736 @ 81.1007
83.29/83.62	c #Conflicts:      52000 | #Constraints:      48807
83.29/83.62	c #Conflicts:      53000 | #Constraints:      49807
83.29/83.62	c bounds 71558 >= 9736 @ 82.3681
84.89/85.29	c #Conflicts:      54000 | #Constraints:      50808
84.89/85.29	WSVECS04 Frhs2[1905]: 6 -567 0 shouldn't be
84.89/85.29	WSVECS04 Frhs2[2005]: 6 -664 0 shouldn't be
84.89/85.29	WSVECS04 Frhs2[2106]: 6 -732 0 shouldn't be
84.89/85.29	WSVECS04 Frhs2[2166]: 6 -370 0 shouldn't be
84.89/85.29	WSVECS04 Frhs2[2174]: 6 -315 0 shouldn't be
84.89/85.29	WSVECS04 Frhs2[2212]: 6 -410 0 shouldn't be
84.89/85.29	WSVECS04 Frhs2[2223]: 6 -325 0 shouldn't be
84.89/85.29	WSVECS04 Frhs2[2363]: 6 -257 0 shouldn't be
84.89/85.29	WSVECS04 Frhs2[2391]: 6 -253 0 shouldn't be
84.89/85.29	WSVECS04 Frhs2[2401]: 6 -250 0 shouldn't be
84.89/85.29	WSVECS04 Frhs2[2445]: 6 -567 0 shouldn't be
84.89/85.29	WSVECS04 Frhs2[2455]: 6 -664 0 shouldn't be
84.89/85.29	WSVECS04 Frhs2[2582]: 6 -311 0 shouldn't be
84.89/85.29	WSVECS04 Frhs2[2599]: 6 -311 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[1802]: 6 -665 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[1855]: 6 -370 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[1879]: 6 -311 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[1891]: 6 -745 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[1902]: 6 -337 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[1991]: 6 -80 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2000]: 6 -80.0001 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2001]: 6 -380 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2007]: 6 -697 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2012]: 6 -408 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2037]: 6 -501 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2082]: 6 -337 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2103]: 6 -622 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2110]: 6 -1380 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2181]: 6 -380 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2191]: 6 -1380 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2198]: 6 -1090 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2204]: 6 -1060 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2264]: 6 -315 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2282]: 6 -408 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2299]: 6 -408 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2300]: 6 -1010 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2304]: 6 -451 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2310]: 6 -253 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2321]: 6 -260 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2328]: 6 -557 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2339]: 6 -86.0001 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2346]: 6 -370 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2398]: 6 -622 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2403]: 6 -325 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2428]: 6 -325 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2434]: 6 -605 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2497]: 6 -646 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2501]: 6 -260 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2502]: 6 -86.0001 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2528]: 6 -467 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2619]: 6 -670 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2621]: 6 -80 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2641]: 6 -1380 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2695]: 6 -732 0 shouldn't be
91.68/92.09	WSVECS04 Frhs2[2700]: 6 -328 0 shouldn't be
96.45/96.86	WSVECS04 Frhs2[1901]: 6 -80.0001 0 shouldn't be
96.45/96.86	WSVECS04 Frhs2[1937]: 6 -315 0 shouldn't be
96.45/96.86	WSVECS04 Frhs2[2100]: 6 -380 0 shouldn't be
96.45/96.86	WSVECS04 Frhs2[2301]: 6 -253 0 shouldn't be
96.45/96.86	WSVECS04 Frhs2[2499]: 6 -410 0 shouldn't be
96.45/96.86	WSVECS04 Frhs2[2657]: 6 -315 0 shouldn't be
96.45/96.86	WSVECS04 Frhs2[2689]: 6 -311 0 shouldn't be
96.45/96.86	WSVECS04 Frhs2[2697]: 6 -451 0 shouldn't be
98.85/99.22	WSVECS04 Frhs2[1903]: 6 -1090 0 shouldn't be
98.85/99.22	WSVECS04 Frhs2[1910]: 6 -80.0001 0 shouldn't be
98.85/99.22	WSVECS04 Frhs2[2102]: 6 -408 0 shouldn't be
98.85/99.22	WSVECS04 Frhs2[2119]: 6 -408 0 shouldn't be
98.85/99.22	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
98.85/99.22	WSVECS04 Frhs2[2397]: 6 -501 0 shouldn't be
98.85/99.22	WSVECS04 Frhs2[2591]: 6 -260 0 shouldn't be
99.84/100.20	WSVECS04 Frhs2[1805]: 6 -521 0 shouldn't be
99.84/100.20	WSVECS04 Frhs2[1849]: 6 -408 0 shouldn't be
99.84/100.20	WSVECS04 Frhs2[1982]: 6 -665 0 shouldn't be
99.84/100.20	WSVECS04 Frhs2[2017]: 6 -605 0 shouldn't be
99.84/100.20	WSVECS04 Frhs2[2132]: 6 -311 0 shouldn't be
99.84/100.20	WSVECS04 Frhs2[2298]: 6 -257 0 shouldn't be
99.84/100.20	WSVECS04 Frhs2[2355]: 6 -567 0 shouldn't be
99.84/100.20	WSVECS04 Frhs2[2377]: 6 -605 0 shouldn't be
99.84/100.20	WSVECS04 Frhs2[2402]: 6 -311 0 shouldn't be
99.84/100.20	WSVECS04 Frhs2[2410]: 6 -250 0 shouldn't be
99.84/100.20	WSVECS04 Frhs2[2510]: 6 -260 0 shouldn't be
99.84/100.20	WSVECS04 Frhs2[2519]: 6 -86.0001 0 shouldn't be
99.84/100.20	WSVECS04 Frhs2[2557]: 6 -605 0 shouldn't be
99.84/100.20	WSVECS04 Frhs2[2597]: 6 -1060 0 shouldn't be
99.84/100.20	WSVECS04 Frhs2[2601]: 6 -328 0 shouldn't be
99.84/100.20	WSVECS04 Frhs2[2637]: 6 -697 0 shouldn't be
99.84/100.20	WSVECS04 Frhs2[2647]: 6 -605 0 shouldn't be
101.84/102.29	WSVECS04 Frhs2[1810]: 6 -745 0 shouldn't be
101.84/102.29	WSVECS04 Frhs2[1829]: 6 -337 0 shouldn't be
101.84/102.29	WSVECS04 Frhs2[1890]: 6 -328 0 shouldn't be
101.84/102.29	WSVECS04 Frhs2[2002]: 6 -1020 0 shouldn't be
101.84/102.29	WSVECS04 Frhs2[2028]: 6 -257 0 shouldn't be
101.84/102.29	WSVECS04 Frhs2[2197]: 6 -605 0 shouldn't be
101.84/102.29	WSVECS04 Frhs2[2228]: 6 -1190 0 shouldn't be
101.84/102.29	WSVECS04 Frhs2[2255]: 6 -521 0 shouldn't be
101.84/102.29	WSVECS04 Frhs2[2287]: 6 -605 0 shouldn't be
101.84/102.29	WSVECS04 Frhs2[2473]: 6 -1190 0 shouldn't be
101.84/102.29	WSVECS04 Frhs2[2476]: 6 -521 0 shouldn't be
101.84/102.29	WSVECS04 Frhs2[2682]: 6 -86.0001 0 shouldn't be
105.03/105.47	WSVECS04 Frhs2[1819]: 6 -665 0 shouldn't be
105.03/105.47	WSVECS04 Frhs2[2673]: 6 -325 0 shouldn't be
107.91/108.37	WSVECS04 Frhs2[1807]: 6 -587 0 shouldn't be
107.91/108.37	WSVECS04 Frhs2[1809]: 6 -670 0 shouldn't be
115.40/115.80	c #Conflicts:      55000 | #Constraints:      51808
115.40/115.80	c #Conflicts:      56000 | #Constraints:      52808
115.40/115.80	c INPROCESSING
115.40/115.80	c GARBAGE COLLECT
115.40/115.80	c bounds 71039 >= 9736 @ 114.334
115.60/116.03	c #Conflicts:      57000 | #Constraints:      48997
115.60/116.03	c #Conflicts:      58000 | #Constraints:      49997
115.60/116.03	c #Conflicts:      59000 | #Constraints:      50997
115.60/116.03	c bounds 71039 >= 10481 @ 114.552
119.97/120.40	c #Conflicts:      60000 | #Constraints:      52000
119.97/120.40	c #Conflicts:      61000 | #Constraints:      53000
119.97/120.40	c INPROCESSING
119.97/120.40	c GARBAGE COLLECT
119.97/120.40	c rational objective 40264
152.38/152.93	c #Conflicts:      62000 | #Constraints:      48993
152.38/152.93	c #Conflicts:      63000 | #Constraints:      49993
152.38/152.93	c #Conflicts:      64000 | #Constraints:      50993
152.38/152.93	c #Conflicts:      65000 | #Constraints:      51993
152.38/152.93	c #Conflicts:      66000 | #Constraints:      52993
152.38/152.93	c INPROCESSING
152.38/152.93	c GARBAGE COLLECT
152.38/152.93	c rational objective 40264
153.38/154.00	c #Conflicts:      67000 | #Constraints:      48806
153.38/154.00	c #Conflicts:      68000 | #Constraints:      49806
153.38/154.00	c bounds 70943 >= 10481 @ 152.238
154.28/154.87	c #Conflicts:      69000 | #Constraints:      50807
154.28/154.87	c #Conflicts:      70000 | #Constraints:      51807
154.28/154.87	c #Conflicts:      71000 | #Constraints:      52807
154.28/154.87	c #Conflicts:      72000 | #Constraints:      53807
154.28/154.87	c INPROCESSING
154.28/154.87	c GARBAGE COLLECT
154.28/154.87	c #Conflicts:      73000 | #Constraints:      49402
154.28/154.87	c bounds 70563 >= 10481 @ 153.085
154.49/155.01	c #Conflicts:      74000 | #Constraints:      50403
154.49/155.01	c #Conflicts:      75000 | #Constraints:      51403
154.49/155.01	c bounds 70563 >= 11213 @ 153.226
154.49/155.05	c bounds 70100 >= 11213 @ 153.257
155.18/155.76	c #Conflicts:      76000 | #Constraints:      52407
155.18/155.76	c #Conflicts:      77000 | #Constraints:      53407
155.18/155.76	c bounds 69943 >= 11213 @ 153.961
155.38/155.95	c #Conflicts:      78000 | #Constraints:      54408
155.38/155.95	c INPROCESSING
155.38/155.95	c GARBAGE COLLECT
155.38/155.95	c #Conflicts:      79000 | #Constraints:      49829
155.38/155.95	c bounds 69943 >= 11945 @ 154.144
155.88/156.44	c #Conflicts:      80000 | #Constraints:      50832
155.88/156.44	c #Conflicts:      81000 | #Constraints:      51832
155.88/156.44	c #Conflicts:      82000 | #Constraints:      52832
155.88/156.44	c #Conflicts:      83000 | #Constraints:      53832
155.88/156.44	c #Conflicts:      84000 | #Constraints:      54832
155.88/156.44	c INPROCESSING
155.88/156.44	c GARBAGE COLLECT
155.88/156.44	c bounds 69909 >= 11945 @ 154.611
155.88/156.46	c bounds 69606 >= 11945 @ 154.636
160.36/160.99	c #Conflicts:      85000 | #Constraints:      50042
160.36/160.99	c #Conflicts:      86000 | #Constraints:      51042
160.36/160.99	c #Conflicts:      87000 | #Constraints:      52043
160.36/160.99	c #Conflicts:      88000 | #Constraints:      53043
160.36/160.99	c #Conflicts:      89000 | #Constraints:      54043
160.36/160.99	c bounds 69411 >= 11945 @ 159.103
161.47/162.10	c #Conflicts:      90000 | #Constraints:      55044
161.47/162.10	c INPROCESSING
161.47/162.10	c GARBAGE COLLECT
161.47/162.10	c #Conflicts:      91000 | #Constraints:      50022
161.47/162.10	WSVECS04 Frhs2[1802]: 6 -665 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[1805]: 6 -521 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[1807]: 6 -587 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[1819]: 6 -665 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[1849]: 6 -408 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[1879]: 6 -311 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[1890]: 6 -328 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[1914]: 6 -501 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[1980]: 6 -328 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[2005]: 6 -664 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[2152]: 6 -670 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[2166]: 6 -370 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[2174]: 6 -315 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[2181]: 6 -380 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[2197]: 6 -605 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[2198]: 6 -1090 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[2204]: 6 -1060 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[2214]: 6 -451 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[2228]: 6 -1190 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[2346]: 6 -370 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[2377]: 6 -605 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[2491]: 6 -250 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[2496]: 6 -664 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[2497]: 6 -646 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[2537]: 6 -871 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[2568]: 6 -257 0 shouldn't be
161.47/162.10	WSVECS04 Frhs2[2594]: 6 -871 0 shouldn't be
172.03/172.68	c #Conflicts:      92000 | #Constraints:      51022
172.03/172.68	c #Conflicts:      93000 | #Constraints:      52022
172.03/172.68	c #Conflicts:      94000 | #Constraints:      53022
172.03/172.68	c #Conflicts:      95000 | #Constraints:      54022
172.03/172.68	c #Conflicts:      96000 | #Constraints:      55022
172.03/172.68	c INPROCESSING
172.03/172.68	c GARBAGE COLLECT
172.03/172.68	c rational objective 40264
174.82/175.41	c #Conflicts:      97000 | #Constraints:      49829
174.82/175.41	c #Conflicts:      98000 | #Constraints:      50829
174.82/175.41	c #Conflicts:      99000 | #Constraints:      51829
174.82/175.41	c #Conflicts:     100000 | #Constraints:      52829
174.82/175.41	c #Conflicts:     101000 | #Constraints:      53829
174.82/175.41	c #Conflicts:     102000 | #Constraints:      54829
174.82/175.41	c #Conflicts:     103000 | #Constraints:      55829
174.82/175.41	c INPROCESSING
174.82/175.41	c GARBAGE COLLECT
174.82/175.41	c bounds 69173 >= 11945 @ 173.35
175.13/175.71	c #Conflicts:     104000 | #Constraints:      50449
175.13/175.71	c bounds 69054 >= 11945 @ 173.639
176.53/177.12	c #Conflicts:     105000 | #Constraints:      51450
176.53/177.12	WSVECS04 Frhs2[1957]: 6 -646 0 shouldn't be
176.53/177.12	WSVECS04 Frhs2[1980]: 6 -328 0 shouldn't be
178.31/178.97	WSVECS04 Frhs2[1908]: 6 -741 0 shouldn't be
211.92/212.68	c #Conflicts:     106000 | #Constraints:      52450
211.92/212.68	c #Conflicts:     107000 | #Constraints:      53450
211.92/212.68	c #Conflicts:     108000 | #Constraints:      54450
211.92/212.68	c bounds 69054 >= 12642 @ 210.403
216.61/217.34	c #Conflicts:     109000 | #Constraints:      55453
216.61/217.34	c #Conflicts:     110000 | #Constraints:      56453
216.61/217.34	c INPROCESSING
216.61/217.34	c GARBAGE COLLECT
216.61/217.34	c rational objective 40264
216.91/217.66	c #Conflicts:     111000 | #Constraints:      50819
216.91/217.66	c bounds 69054 >= 13339 @ 215.34
247.34/248.14	c #Conflicts:     112000 | #Constraints:      51822
247.34/248.14	c #Conflicts:     113000 | #Constraints:      52822
247.34/248.14	c #Conflicts:     114000 | #Constraints:      53822
247.34/248.14	c #Conflicts:     115000 | #Constraints:      54822
247.34/248.14	c #Conflicts:     116000 | #Constraints:      55822
247.34/248.14	c #Conflicts:     117000 | #Constraints:      56822
247.34/248.14	c INPROCESSING
247.34/248.14	c GARBAGE COLLECT
247.34/248.14	c rational objective 40264
253.23/254.01	c #Conflicts:     118000 | #Constraints:      51024
253.23/254.01	c #Conflicts:     119000 | #Constraints:      52024
253.23/254.01	c #Conflicts:     120000 | #Constraints:      53024
253.23/254.01	c #Conflicts:     121000 | #Constraints:      54024
253.23/254.01	c #Conflicts:     122000 | #Constraints:      55024
253.23/254.01	c #Conflicts:     123000 | #Constraints:      56024
253.23/254.01	c #Conflicts:     124000 | #Constraints:      57024
253.23/254.01	c INPROCESSING
253.23/254.01	c GARBAGE COLLECT
253.23/254.01	c #Conflicts:     125000 | #Constraints:      51064
253.23/254.01	c #Conflicts:     126000 | #Constraints:      52064
253.23/254.01	c #Conflicts:     127000 | #Constraints:      53064
253.23/254.01	c #Conflicts:     128000 | #Constraints:      54064
253.23/254.01	c #Conflicts:     129000 | #Constraints:      55064
253.23/254.01	c #Conflicts:     130000 | #Constraints:      56064
253.23/254.01	c #Conflicts:     131000 | #Constraints:      57064
253.23/254.01	c INPROCESSING
253.23/254.01	c GARBAGE COLLECT
253.23/254.01	c #Conflicts:     132000 | #Constraints:      50857
253.23/254.01	c #Conflicts:     133000 | #Constraints:      51857
253.23/254.01	c #Conflicts:     134000 | #Constraints:      52857
253.23/254.01	c #Conflicts:     135000 | #Constraints:      53857
253.23/254.01	c #Conflicts:     136000 | #Constraints:      54858
253.23/254.01	WSVECS04 Frhs2[201]: 6 -1157.5 0 shouldn't be
253.23/254.01	WSVECS04 Frhs2[502]: 6 0 189.5 shouldn't be
253.23/254.01	WSVECS04 Frhs2[505]: 6 0 189.5 shouldn't be
253.23/254.01	WSVECS04 Frhs2[600]: 6 -632 0 shouldn't be
253.23/254.01	WSVECS04 Frhs2[601]: 6 -189.5 0 shouldn't be
253.23/254.01	WSVECS04 Frhs2[1002]: 6 0 189.5 shouldn't be
253.23/254.01	WSVECS04 Frhs2[1005]: 6 0 189.5 shouldn't be
253.23/254.01	WSVECS04 Frhs2[1301]: 6 0 189.5 shouldn't be
253.23/254.01	WSVECS04 Frhs2[1509]: 6 0 189.5 shouldn't be
253.23/254.01	WSVECS04 Frhs2[1809]: 6 -670 0 shouldn't be
253.23/254.01	WSVECS04 Frhs2[1829]: 6 0 142 shouldn't be
253.23/254.01	WSVECS04 Frhs2[2532]: 6 -337 0 shouldn't be
253.23/254.01	WSVECS04 Frhs2[2545]: 6 -664 0 shouldn't be
253.23/254.01	WSVECS04 Frhs2[2577]: 6 -501 0 shouldn't be
253.23/254.01	WSVECS04 Frhs2[2594]: 6 -871 0 shouldn't be
254.11/254.96	WSVECS04 Frhs2[510]: 6 0 189.5 shouldn't be
255.41/256.25	WSVECS04 Frhs2[1880]: 6 0 15.0001 shouldn't be
255.41/256.25	WSVECS04 Frhs2[2528]: 6 -467 0 shouldn't be
255.41/256.25	WSVECS04 Frhs2[2591]: 6 -260 0 shouldn't be
255.41/256.25	WSVECS04 Frhs2[2601]: 6 -328 0 shouldn't be
255.41/256.25	WSVECS04 Frhs2[2610]: 6 -328 0 shouldn't be
257.21/258.08	WSVECS04 Frhs2[1001]: 6 0 189.5 shouldn't be
257.21/258.08	WSVECS04 Frhs2[1882]: 6 -670 0 shouldn't be
257.21/258.08	WSVECS04 Frhs2[1889]: 6 0 189 shouldn't be
257.21/258.08	WSVECS04 Frhs2[2557]: 6 -605 0 shouldn't be
257.21/258.08	WSVECS04 Frhs2[2573]: 6 -557 0 shouldn't be
257.21/258.08	WSVECS04 Frhs2[2597]: 6 -1060 0 shouldn't be
266.58/267.49	c #Conflicts:     137000 | #Constraints:      55858
266.58/267.49	c #Conflicts:     138000 | #Constraints:      56858
266.58/267.49	c #Conflicts:     139000 | #Constraints:      57858
266.58/267.49	c INPROCESSING
266.58/267.49	c GARBAGE COLLECT
266.58/267.49	c rational objective 40264
273.06/273.90	c #Conflicts:     140000 | #Constraints:      51467
273.06/273.90	c #Conflicts:     141000 | #Constraints:      52467
273.06/273.90	c #Conflicts:     142000 | #Constraints:      53467
273.06/273.90	c #Conflicts:     143000 | #Constraints:      54467
273.06/273.90	c #Conflicts:     144000 | #Constraints:      55467
273.06/273.90	c #Conflicts:     145000 | #Constraints:      56467
273.06/273.90	c #Conflicts:     146000 | #Constraints:      57467
273.06/273.90	c #Conflicts:     147000 | #Constraints:      58467
273.06/273.90	c INPROCESSING
273.06/273.90	c GARBAGE COLLECT
273.06/273.90	c rational objective 40264
278.85/279.71	c #Conflicts:     148000 | #Constraints:      51891
278.85/279.71	c #Conflicts:     149000 | #Constraints:      52891
278.85/279.71	c #Conflicts:     150000 | #Constraints:      53891
278.85/279.71	c #Conflicts:     151000 | #Constraints:      54891
278.85/279.71	c #Conflicts:     152000 | #Constraints:      55891
278.85/279.71	c #Conflicts:     153000 | #Constraints:      56891
278.85/279.71	c #Conflicts:     154000 | #Constraints:      57891
278.85/279.71	c #Conflicts:     155000 | #Constraints:      58891
278.85/279.71	c INPROCESSING
278.85/279.71	c GARBAGE COLLECT
278.85/279.71	c rational objective 40264
280.05/280.91	c bounds 69037 >= 13339 @ 278.009
280.05/280.99	c bounds 68668 >= 13339 @ 278.082
280.15/281.01	c #Conflicts:     156000 | #Constraints:      52090
280.15/281.01	c bounds 68644 >= 13339 @ 278.106
285.53/286.41	c #Conflicts:     157000 | #Constraints:      53091
285.53/286.41	c #Conflicts:     158000 | #Constraints:      54093
285.53/286.41	c #Conflicts:     159000 | #Constraints:      55093
285.53/286.41	c #Conflicts:     160000 | #Constraints:      56093
285.53/286.41	c bounds 68530 >= 13339 @ 283.439
285.63/286.59	c #Conflicts:     161000 | #Constraints:      57094
285.63/286.59	c #Conflicts:     162000 | #Constraints:      58094
285.63/286.59	c bounds 68530 >= 14009 @ 283.616
287.23/288.12	c #Conflicts:     163000 | #Constraints:      59097
287.23/288.12	c INPROCESSING
287.23/288.12	c GARBAGE COLLECT
287.23/288.12	WSVECS04 Frhs2[1947]: 6 -501 0 shouldn't be
287.23/288.12	WSVECS04 Frhs2[2177]: 6 -871 0 shouldn't be
287.23/288.12	WSVECS04 Frhs2[2241]: 6 -328 0 shouldn't be
287.23/288.12	WSVECS04 Frhs2[2434]: 6 -605 0 shouldn't be
287.23/288.12	WSVECS04 Frhs2[2446]: 6 -712 0 shouldn't be
287.23/288.12	WSVECS04 Frhs2[2450]: 6 -80.0001 0 shouldn't be
287.23/288.12	WSVECS04 Frhs2[2458]: 6 -929 0 shouldn't be
287.23/288.12	WSVECS04 Frhs2[2473]: 6 -1190 0 shouldn't be
287.23/288.12	WSVECS04 Frhs2[2482]: 6 -410 0 shouldn't be
287.23/288.12	WSVECS04 Frhs2[2491]: 6 -250 0 shouldn't be
287.23/288.12	WSVECS04 Frhs2[2496]: 6 -664 0 shouldn't be
287.23/288.12	WSVECS04 Frhs2[2497]: 6 -646 0 shouldn't be
287.23/288.12	WSVECS04 Frhs2[2499]: 6 -410 0 shouldn't be
287.23/288.12	WSVECS04 Frhs2[2501]: 6 -260 0 shouldn't be
287.23/288.12	WSVECS04 Frhs2[2502]: 6 -86.0001 0 shouldn't be
287.23/288.12	WSVECS04 Frhs2[2509]: 6 -311 0 shouldn't be
287.23/288.12	WSVECS04 Frhs2[2519]: 6 -86.0001 0 shouldn't be
287.23/288.12	WSVECS04 Frhs2[2619]: 6 -670 0 shouldn't be
293.41/294.34	WSVECS04 Frhs2[2410]: 6 -250 0 shouldn't be
311.36/312.32	WSVECS04 Frhs2[1819]: 6 -665 0 shouldn't be
311.36/312.32	WSVECS04 Frhs2[2198]: 6 -1090 0 shouldn't be
324.43/325.49	WSVECS04 Frhs2[2699]: 6 -86 0 shouldn't be
333.70/334.73	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
333.70/334.73	WSVECS04 Frhs2[2297]: 6 -315 0 shouldn't be
336.79/337.88	WSVECS04 Frhs2[1905]: 6 -567 0 shouldn't be
336.79/337.88	WSVECS04 Frhs2[2028]: 6 -257 0 shouldn't be
339.39/340.46	WSVECS04 Frhs2[1947]: 6 -501 0 shouldn't be
339.39/340.46	WSVECS04 Frhs2[2177]: 6 -871 0 shouldn't be
339.39/340.46	WSVECS04 Frhs2[2241]: 6 -328 0 shouldn't be
339.39/340.46	WSVECS04 Frhs2[2619]: 6 -670 0 shouldn't be
341.58/342.66	c rational objective 40264
345.87/346.93	c #Conflicts:     164000 | #Constraints:      52069
345.87/346.93	c #Conflicts:     165000 | #Constraints:      53069
345.87/346.93	c #Conflicts:     166000 | #Constraints:      54069
345.87/346.93	c #Conflicts:     167000 | #Constraints:      55069
345.87/346.93	c #Conflicts:     168000 | #Constraints:      56069
345.87/346.93	WSVECS04 Frhs2[5]: 6 -293.347 0 shouldn't be
345.87/346.93	WSVECS04 Frhs2[35]: 6 0 516.75 shouldn't be
345.87/346.93	WSVECS04 Frhs2[210]: 6 0 168.176 shouldn't be
345.87/346.93	WSVECS04 Frhs2[301]: 6 -359.403 0 shouldn't be
345.87/346.93	WSVECS04 Frhs2[389]: 6 -113 0 shouldn't be
345.87/346.93	WSVECS04 Frhs2[407]: 6 0 96.7501 shouldn't be
345.87/346.93	WSVECS04 Frhs2[411]: 6 0 1391.25 shouldn't be
345.87/346.93	WSVECS04 Frhs2[412]: 6 0 1391.25 shouldn't be
345.87/346.93	WSVECS04 Frhs2[417]: 6 0 762.75 shouldn't be
345.87/346.93	WSVECS04 Frhs2[418]: 6 0 762.75 shouldn't be
345.87/346.93	WSVECS04 Frhs2[419]: 6 0 1391.25 shouldn't be
345.87/346.93	WSVECS04 Frhs2[511]: 6 -3252.25 0 shouldn't be
345.87/346.93	WSVECS04 Frhs2[602]: 6 0 269.972 shouldn't be
345.87/346.93	WSVECS04 Frhs2[612]: 6 0 1429 shouldn't be
345.87/346.93	WSVECS04 Frhs2[618]: 6 0 800.5 shouldn't be
345.87/346.93	WSVECS04 Frhs2[623]: 6 -73.5 0 shouldn't be
345.87/346.93	WSVECS04 Frhs2[710]: 6 0 63.6343 shouldn't be
345.87/346.93	WSVECS04 Frhs2[735]: 6 0 516.75 shouldn't be
345.87/346.93	WSVECS04 Frhs2[755]: 6 0 516.75 shouldn't be
345.87/346.93	WSVECS04 Frhs2[775]: 6 0 516.75 shouldn't be
345.87/346.93	WSVECS04 Frhs2[901]: 6 -436.199 0 shouldn't be
345.87/346.93	WSVECS04 Frhs2[908]: 6 0 71.4259 shouldn't be
345.87/346.93	WSVECS04 Frhs2[910]: 6 0 71.426 shouldn't be
345.87/346.93	WSVECS04 Frhs2[915]: 6 0 628.5 shouldn't be
345.87/346.93	WSVECS04 Frhs2[925]: 6 0 493.5 shouldn't be
345.87/346.93	WSVECS04 Frhs2[935]: 6 0 516.75 shouldn't be
345.87/346.93	WSVECS04 Frhs2[955]: 6 0 516.75 shouldn't be
345.87/346.93	WSVECS04 Frhs2[1011]: 6 0 628.5 shouldn't be
345.87/346.93	WSVECS04 Frhs2[1112]: 6 0 628.5 shouldn't be
345.87/346.93	WSVECS04 Frhs2[1235]: 6 0 516.75 shouldn't be
345.87/346.93	WSVECS04 Frhs2[1255]: 6 0 516.75 shouldn't be
345.87/346.93	WSVECS04 Frhs2[1265]: 6 0 516.75 shouldn't be
345.87/346.93	WSVECS04 Frhs2[1275]: 6 0 516.75 shouldn't be
345.87/346.93	WSVECS04 Frhs2[1301]: 6 -624.681 0 shouldn't be
345.87/346.93	WSVECS04 Frhs2[1335]: 6 0 516.75 shouldn't be
345.87/346.93	WSVECS04 Frhs2[1365]: 6 0 516.75 shouldn't be
345.87/346.93	WSVECS04 Frhs2[1385]: 6 0 420 shouldn't be
345.87/346.93	WSVECS04 Frhs2[1435]: 6 0 516.75 shouldn't be
345.87/346.93	WSVECS04 Frhs2[1475]: 6 0 516.75 shouldn't be
345.87/346.93	WSVECS04 Frhs2[1520]: 6 -684.25 0 shouldn't be
345.87/346.93	WSVECS04 Frhs2[1611]: 6 0 1017.25 shouldn't be
345.87/346.93	WSVECS04 Frhs2[1615]: 6 0 523.75 shouldn't be
345.87/346.93	WSVECS04 Frhs2[1635]: 6 0 23.25 shouldn't be
345.87/346.93	WSVECS04 Frhs2[1704]: 6 0 71.426 shouldn't be
345.87/346.93	WSVECS04 Frhs2[1765]: 6 0 540 shouldn't be
345.87/346.93	WSVECS04 Frhs2[1964]: 6 0 402.25 shouldn't be
348.46/349.56	WSVECS04 Frhs2[2]: 6 0 173.222 shouldn't be
348.46/349.56	WSVECS04 Frhs2[202]: 6 0 269.972 shouldn't be
348.46/349.56	WSVECS04 Frhs2[302]: 6 0 173.222 shouldn't be
348.46/349.56	WSVECS04 Frhs2[402]: 6 0 269.972 shouldn't be
348.46/349.56	WSVECS04 Frhs2[502]: 6 0 173.222 shouldn't be
348.46/349.56	WSVECS04 Frhs2[506]: 6 0 7.79171 shouldn't be
348.46/349.56	WSVECS04 Frhs2[708]: 6 0 63.6343 shouldn't be
348.46/349.56	WSVECS04 Frhs2[806]: 6 0 7.79173 shouldn't be
348.46/349.56	WSVECS04 Frhs2[1002]: 6 0 173.222 shouldn't be
348.46/349.56	WSVECS04 Frhs2[1015]: 6 0 111.75 shouldn't be
348.46/349.56	WSVECS04 Frhs2[1102]: 6 0 101.796 shouldn't be
348.46/349.56	WSVECS04 Frhs2[1285]: 6 0 420 shouldn't be
348.46/349.56	WSVECS04 Frhs2[1502]: 6 0 132.315 shouldn't be
348.46/349.56	WSVECS04 Frhs2[1953]: 6 0 175.5 shouldn't be
348.46/349.56	WSVECS04 Frhs2[2630]: 6 -80.0001 0 shouldn't be
348.46/349.56	WSVECS04 Frhs2[2673]: 6 -325 0 shouldn't be
351.25/352.32	WSVECS04 Frhs2[8]: 6 0 71.426 shouldn't be
351.25/352.32	WSVECS04 Frhs2[15]: 6 0 628.5 shouldn't be
351.25/352.32	WSVECS04 Frhs2[120]: 6 0 628.5 shouldn't be
351.25/352.32	WSVECS04 Frhs2[404]: 6 0 168.176 shouldn't be
351.25/352.32	WSVECS04 Frhs2[410]: 6 0 168.176 shouldn't be
351.25/352.32	WSVECS04 Frhs2[504]: 6 0 71.426 shouldn't be
351.25/352.32	WSVECS04 Frhs2[613]: 6 0 800.5 shouldn't be
351.25/352.32	WSVECS04 Frhs2[903]: 6 0 40.9075 shouldn't be
351.25/352.32	WSVECS04 Frhs2[904]: 6 0 71.426 shouldn't be
351.25/352.32	WSVECS04 Frhs2[906]: 6 0 7.79173 shouldn't be
351.25/352.32	WSVECS04 Frhs2[1210]: 6 0 71.426 shouldn't be
351.25/352.32	WSVECS04 Frhs2[1215]: 6 0 628.5 shouldn't be
351.25/352.32	WSVECS04 Frhs2[1220]: 6 0 628.5 shouldn't be
351.25/352.32	WSVECS04 Frhs2[1302]: 6 0 173.222 shouldn't be
351.25/352.32	WSVECS04 Frhs2[1306]: 6 0 7.79169 shouldn't be
351.25/352.32	WSVECS04 Frhs2[1308]: 6 0 71.426 shouldn't be
351.25/352.32	WSVECS04 Frhs2[1504]: 6 0 30.5185 shouldn't be
351.25/352.32	WSVECS04 Frhs2[1613]: 6 0 388.75 shouldn't be
351.25/352.32	WSVECS04 Frhs2[2191]: 6 -1380 0 shouldn't be
351.25/352.32	WSVECS04 Frhs2[2205]: 6 -1270 0 shouldn't be
351.25/352.32	WSVECS04 Frhs2[2664]: 6 -451 0 shouldn't be
351.25/352.32	WSVECS04 Frhs2[2694]: 6 -697 0 shouldn't be
351.25/352.32	WSVECS04 Frhs2[2696]: 6 -1270 0 shouldn't be
354.35/355.48	WSVECS04 Frhs2[104]: 6 0 71.426 shouldn't be
354.35/355.48	WSVECS04 Frhs2[204]: 6 0 168.176 shouldn't be
354.35/355.48	WSVECS04 Frhs2[308]: 6 0 71.426 shouldn't be
354.35/355.48	WSVECS04 Frhs2[312]: 6 -1850 0 shouldn't be
354.35/355.48	WSVECS04 Frhs2[565]: 6 0 96.7501 shouldn't be
354.35/355.48	WSVECS04 Frhs2[603]: 6 0 137.657 shouldn't be
354.35/355.48	WSVECS04 Frhs2[610]: 6 0 168.176 shouldn't be
354.35/355.48	WSVECS04 Frhs2[765]: 6 0 516.75 shouldn't be
354.35/355.48	WSVECS04 Frhs2[785]: 6 0 420 shouldn't be
354.35/355.48	WSVECS04 Frhs2[965]: 6 0 516.75 shouldn't be
354.35/355.48	WSVECS04 Frhs2[1204]: 6 0 71.426 shouldn't be
354.35/355.48	WSVECS04 Frhs2[1225]: 6 0 493.5 shouldn't be
354.35/355.48	WSVECS04 Frhs2[1303]: 6 0 40.9075 shouldn't be
354.35/355.48	WSVECS04 Frhs2[1410]: 6 0 86.6853 shouldn't be
354.35/355.48	WSVECS04 Frhs2[1465]: 6 0 516.75 shouldn't be
354.35/355.48	WSVECS04 Frhs2[1619]: 6 0 1017.25 shouldn't be
354.35/355.48	WSVECS04 Frhs2[1715]: 6 0 628.5 shouldn't be
354.35/355.48	WSVECS04 Frhs2[2179]: 6 -665 0 shouldn't be
354.35/355.48	WSVECS04 Frhs2[2618]: 6 -467 0 shouldn't be
354.35/355.48	WSVECS04 Frhs2[2643]: 6 -622 0 shouldn't be
360.23/361.39	WSVECS04 Frhs2[4]: 6 0 71.426 shouldn't be
360.23/361.39	WSVECS04 Frhs2[20]: 6 0 628.5 shouldn't be
360.23/361.39	WSVECS04 Frhs2[25]: 6 0 493.5 shouldn't be
360.23/361.39	WSVECS04 Frhs2[65]: 6 0 516.75 shouldn't be
360.23/361.39	WSVECS04 Frhs2[208]: 6 0 168.176 shouldn't be
360.23/361.39	WSVECS04 Frhs2[414]: 6 0 762.75 shouldn't be
360.23/361.39	WSVECS04 Frhs2[510]: 6 0 71.426 shouldn't be
360.23/361.39	WSVECS04 Frhs2[702]: 6 0 165.431 shouldn't be
360.23/361.39	WSVECS04 Frhs2[804]: 6 0 71.426 shouldn't be
360.23/361.39	WSVECS04 Frhs2[975]: 6 0 516.75 shouldn't be
360.23/361.39	WSVECS04 Frhs2[1404]: 6 0 86.6853 shouldn't be
360.23/361.39	WSVECS04 Frhs2[1510]: 6 0 30.5186 shouldn't be
360.23/361.39	WSVECS04 Frhs2[1614]: 6 0 388.75 shouldn't be
360.23/361.39	WSVECS04 Frhs2[1775]: 6 0 540 shouldn't be
360.23/361.39	WSVECS04 Frhs2[1971]: 6 0 316.75 shouldn't be
360.23/361.39	WSVECS04 Frhs2[2677]: 6 -646 0 shouldn't be
366.03/367.12	WSVECS04 Frhs2[10]: 6 0 71.426 shouldn't be
366.03/367.12	WSVECS04 Frhs2[303]: 6 0 40.9075 shouldn't be
366.03/367.12	WSVECS04 Frhs2[310]: 6 0 71.426 shouldn't be
366.03/367.12	WSVECS04 Frhs2[501]: 6 -759.389 0 shouldn't be
366.03/367.12	WSVECS04 Frhs2[725]: 6 0 493.5 shouldn't be
366.03/367.12	WSVECS04 Frhs2[810]: 6 0 71.426 shouldn't be
366.03/367.12	WSVECS04 Frhs2[1304]: 6 0 71.426 shouldn't be
366.03/367.12	WSVECS04 Frhs2[1310]: 6 0 71.426 shouldn't be
369.02/370.19	WSVECS04 Frhs2[6]: 6 0 7.79174 shouldn't be
369.02/370.19	WSVECS04 Frhs2[508]: 6 0 71.426 shouldn't be
369.02/370.19	WSVECS04 Frhs2[778]: 6 -96.7501 0 shouldn't be
369.02/370.19	WSVECS04 Frhs2[920]: 6 0 628.5 shouldn't be
369.02/370.19	WSVECS04 Frhs2[1719]: 6 0 628.5 shouldn't be
369.02/370.19	WSVECS04 Frhs2[2248]: 6 -325 0 shouldn't be
370.40/371.53	WSVECS04 Frhs2[75]: 6 0 516.75 shouldn't be
370.40/371.53	WSVECS04 Frhs2[119]: 6 0 628.5 shouldn't be
370.40/371.53	WSVECS04 Frhs2[211]: 6 0 628.5 shouldn't be
370.40/371.53	WSVECS04 Frhs2[1612]: 6 0 1017.25 shouldn't be
370.40/371.53	WSVECS04 Frhs2[1711]: 6 0 628.5 shouldn't be
370.40/371.53	WSVECS04 Frhs2[1720]: 6 0 628.5 shouldn't be
370.40/371.53	WSVECS04 Frhs2[1962]: 6 0 438.5 shouldn't be
370.40/371.53	WSVECS04 Frhs2[2164]: 6 -605 0 shouldn't be
370.40/371.53	WSVECS04 Frhs2[2198]: 6 -1090 0 shouldn't be
370.40/371.53	WSVECS04 Frhs2[2222]: 6 -311 0 shouldn't be
370.40/371.53	WSVECS04 Frhs2[2226]: 6 -664 0 shouldn't be
370.40/371.53	WSVECS04 Frhs2[2624]: 6 -315 0 shouldn't be
370.40/371.53	WSVECS04 Frhs2[2647]: 6 -605 0 shouldn't be
370.40/371.53	WSVECS04 Frhs2[2691]: 6 -328 0 shouldn't be
371.60/372.77	WSVECS04 Frhs2[712]: 6 -335.75 0 shouldn't be
371.60/372.77	WSVECS04 Frhs2[1012]: 6 0 628.5 shouldn't be
371.60/372.77	WSVECS04 Frhs2[1211]: 6 0 628.5 shouldn't be
371.60/372.77	WSVECS04 Frhs2[1219]: 6 0 628.5 shouldn't be
371.60/372.77	WSVECS04 Frhs2[1325]: 6 0 493.5 shouldn't be
371.60/372.77	WSVECS04 Frhs2[1602]: 6 0 101.796 shouldn't be
371.60/372.77	WSVECS04 Frhs2[1908]: 6 -525.5 0 shouldn't be
371.60/372.77	WSVECS04 Frhs2[2203]: 6 -1190 0 shouldn't be
371.60/372.77	WSVECS04 Frhs2[2209]: 6 -408 0 shouldn't be
371.60/372.77	WSVECS04 Frhs2[2237]: 6 -1060 0 shouldn't be
371.60/372.77	WSVECS04 Frhs2[2699]: 6 -86 0 shouldn't be
373.69/374.86	WSVECS04 Frhs2[19]: 6 0 628.5 shouldn't be
373.69/374.86	WSVECS04 Frhs2[219]: 6 0 628.5 shouldn't be
373.69/374.86	WSVECS04 Frhs2[902]: 6 0 173.222 shouldn't be
373.69/374.86	WSVECS04 Frhs2[911]: 6 0 628.5 shouldn't be
373.69/374.86	WSVECS04 Frhs2[1375]: 6 0 516.75 shouldn't be
373.69/374.86	WSVECS04 Frhs2[1455]: 6 0 516.75 shouldn't be
373.69/374.86	WSVECS04 Frhs2[2174]: 6 -315 0 shouldn't be
376.09/377.25	WSVECS04 Frhs2[555]: 6 0 96.7501 shouldn't be
376.09/377.25	WSVECS04 Frhs2[919]: 6 0 628.5 shouldn't be
378.89/380.04	WSVECS04 Frhs2[420]: 6 0 1391.25 shouldn't be
378.89/380.04	WSVECS04 Frhs2[604]: 6 0 168.176 shouldn't be
381.67/382.87	WSVECS04 Frhs2[304]: 6 0 71.426 shouldn't be
381.67/382.87	WSVECS04 Frhs2[1755]: 6 0 516.75 shouldn't be
384.37/385.59	WSVECS04 Frhs2[110]: 6 0 71.426 shouldn't be
384.37/385.59	WSVECS04 Frhs2[620]: 6 0 1429 shouldn't be
384.37/385.59	WSVECS04 Frhs2[1804]: 6 -267.333 0 shouldn't be
386.87/388.03	WSVECS04 Frhs2[3]: 6 0 40.9074 shouldn't be
386.87/388.03	WSVECS04 Frhs2[55]: 6 0 516.75 shouldn't be
386.87/388.03	WSVECS04 Frhs2[85]: 6 0 420 shouldn't be
386.87/388.03	WSVECS04 Frhs2[803]: 6 0 40.9074 shouldn't be
386.87/388.03	WSVECS04 Frhs2[1020]: 6 0 628.5 shouldn't be
386.87/388.03	WSVECS04 Frhs2[1355]: 6 0 516.75 shouldn't be
391.96/393.18	WSVECS04 Frhs2[220]: 6 0 628.5 shouldn't be
394.74/395.90	WSVECS04 Frhs2[111]: 6 0 628.5 shouldn't be
394.74/395.90	WSVECS04 Frhs2[985]: 6 0 420 shouldn't be
394.74/395.90	WSVECS04 Frhs2[1485]: 6 0 420 shouldn't be
403.32/404.55	WSVECS04 Frhs2[306]: 6 0 7.79176 shouldn't be
403.32/404.55	WSVECS04 Frhs2[1425]: 6 0 493.5 shouldn't be
414.58/415.81	c #Conflicts:     169000 | #Constraints:      57069
414.58/415.81	c #Conflicts:     170000 | #Constraints:      58069
414.58/415.81	c #Conflicts:     171000 | #Constraints:      59069
414.58/415.81	c INPROCESSING
414.58/415.81	c GARBAGE COLLECT
414.58/415.81	c #Conflicts:     172000 | #Constraints:      51851
414.58/415.81	c #Conflicts:     173000 | #Constraints:      52851
414.58/415.81	c #Conflicts:     174000 | #Constraints:      53851
414.58/415.81	c #Conflicts:     175000 | #Constraints:      54851
414.58/415.81	c #Conflicts:     176000 | #Constraints:      55851
414.58/415.81	c #Conflicts:     177000 | #Constraints:      56851
414.58/415.81	c #Conflicts:     178000 | #Constraints:      57851
414.58/415.81	c #Conflicts:     179000 | #Constraints:      58851
414.58/415.81	c #Conflicts:     180000 | #Constraints:      59851
414.58/415.81	c INPROCESSING
414.58/415.81	c GARBAGE COLLECT
414.58/415.81	c #Conflicts:     181000 | #Constraints:      52469
414.58/415.81	c #Conflicts:     182000 | #Constraints:      53469
414.58/415.81	c #Conflicts:     183000 | #Constraints:      54469
414.58/415.81	c #Conflicts:     184000 | #Constraints:      55469
414.58/415.81	c #Conflicts:     185000 | #Constraints:      56469
414.58/415.81	c bounds 68372 >= 14009 @ 411.997
420.88/422.14	c #Conflicts:     186000 | #Constraints:      57470
420.88/422.14	c #Conflicts:     187000 | #Constraints:      58470
420.88/422.14	c #Conflicts:     188000 | #Constraints:      59470
420.88/422.14	c #Conflicts:     189000 | #Constraints:      60470
420.88/422.14	c INPROCESSING
420.88/422.14	c GARBAGE COLLECT
420.88/422.14	c #Conflicts:     190000 | #Constraints:      52860
420.88/422.14	c #Conflicts:     191000 | #Constraints:      53860
420.88/422.14	c #Conflicts:     192000 | #Constraints:      54860
420.88/422.14	c #Conflicts:     193000 | #Constraints:      55860
420.88/422.14	c #Conflicts:     194000 | #Constraints:      56860
420.88/422.14	c #Conflicts:     195000 | #Constraints:      57860
420.88/422.14	c #Conflicts:     196000 | #Constraints:      58860
420.88/422.14	c #Conflicts:     197000 | #Constraints:      59860
420.88/422.14	c #Conflicts:     198000 | #Constraints:      60860
420.88/422.14	c INPROCESSING
420.88/422.14	c GARBAGE COLLECT
420.88/422.14	c rational objective 40264
422.16/423.42	c #Conflicts:     199000 | #Constraints:      53037
422.16/423.42	c #Conflicts:     200000 | #Constraints:      54037
422.16/423.42	c #Conflicts:     201000 | #Constraints:      55037
422.16/423.42	c #Conflicts:     202000 | #Constraints:      56037
422.16/423.42	c #Conflicts:     203000 | #Constraints:      57037
422.16/423.42	c #Conflicts:     204000 | #Constraints:      58037
422.16/423.42	c #Conflicts:     205000 | #Constraints:      59037
422.16/423.42	c #Conflicts:     206000 | #Constraints:      60037
422.16/423.42	c bounds 68372 >= 14674 @ 419.484
427.15/428.40	c #Conflicts:     207000 | #Constraints:      61040
427.15/428.40	c INPROCESSING
427.15/428.40	c GARBAGE COLLECT
427.15/428.40	c rational objective 40264
428.05/429.39	c #Conflicts:     208000 | #Constraints:      53035
428.05/429.39	c #Conflicts:     209000 | #Constraints:      54035
428.05/429.39	c bounds 68238 >= 14674 @ 425.416
472.92/474.31	c #Conflicts:     210000 | #Constraints:      55036
472.92/474.31	c #Conflicts:     211000 | #Constraints:      56036
472.92/474.31	c #Conflicts:     212000 | #Constraints:      57036
472.92/474.31	c #Conflicts:     213000 | #Constraints:      58036
472.92/474.31	c #Conflicts:     214000 | #Constraints:      59036
472.92/474.31	c #Conflicts:     215000 | #Constraints:      60036
472.92/474.31	c #Conflicts:     216000 | #Constraints:      61036
472.92/474.31	c INPROCESSING
472.92/474.31	c GARBAGE COLLECT
472.92/474.31	c rational objective 40264
478.91/480.39	c #Conflicts:     217000 | #Constraints:      52869
478.91/480.39	c #Conflicts:     218000 | #Constraints:      53869
478.91/480.39	c #Conflicts:     219000 | #Constraints:      54869
478.91/480.39	c #Conflicts:     220000 | #Constraints:      55869
478.91/480.39	c #Conflicts:     221000 | #Constraints:      56869
478.91/480.39	c #Conflicts:     222000 | #Constraints:      57869
478.91/480.39	c #Conflicts:     223000 | #Constraints:      58869
478.91/480.39	c #Conflicts:     224000 | #Constraints:      59869
478.91/480.39	c #Conflicts:     225000 | #Constraints:      60869
478.91/480.39	c #Conflicts:     226000 | #Constraints:      61869
478.91/480.39	c INPROCESSING
478.91/480.39	c GARBAGE COLLECT
478.91/480.39	c #Conflicts:     227000 | #Constraints:      53492
478.91/480.39	c #Conflicts:     228000 | #Constraints:      54492
478.91/480.39	c #Conflicts:     229000 | #Constraints:      55492
478.91/480.39	c #Conflicts:     230000 | #Constraints:      56492
478.91/480.39	c #Conflicts:     231000 | #Constraints:      57492
478.91/480.39	c #Conflicts:     232000 | #Constraints:      58492
478.91/480.39	c #Conflicts:     233000 | #Constraints:      59492
478.91/480.39	c #Conflicts:     234000 | #Constraints:      60492
478.91/480.39	c #Conflicts:     235000 | #Constraints:      61492
478.91/480.39	c #Conflicts:     236000 | #Constraints:      62492
478.91/480.39	c INPROCESSING
478.91/480.39	c GARBAGE COLLECT
478.91/480.39	c #Conflicts:     237000 | #Constraints:      53856
478.91/480.39	WSVECS04 Frhs2[101]: 6 -633 0 shouldn't be
478.91/480.39	WSVECS04 Frhs2[108]: 6 0 80.5 shouldn't be
478.91/480.39	WSVECS04 Frhs2[308]: 6 0 80.5 shouldn't be
478.91/480.39	WSVECS04 Frhs2[461]: 6 0 4.44447 shouldn't be
478.91/480.39	WSVECS04 Frhs2[503]: 6 -1290.25 0 shouldn't be
478.91/480.39	WSVECS04 Frhs2[508]: 6 0 80.5 shouldn't be
478.91/480.39	WSVECS04 Frhs2[521]: 6 0 4.44446 shouldn't be
478.91/480.39	WSVECS04 Frhs2[708]: 6 0 80.5 shouldn't be
478.91/480.39	WSVECS04 Frhs2[808]: 6 0 80.5 shouldn't be
478.91/480.39	WSVECS04 Frhs2[842]: 6 0 0.437776 shouldn't be
478.91/480.39	WSVECS04 Frhs2[908]: 6 0 80.5 shouldn't be
478.91/480.39	WSVECS04 Frhs2[1021]: 6 0 4.44446 shouldn't be
478.91/480.39	WSVECS04 Frhs2[1301]: 6 -80.5 0 shouldn't be
478.91/480.39	WSVECS04 Frhs2[1642]: 6 0 0.437754 shouldn't be
478.91/480.39	WSVECS04 Frhs2[1810]: 6 -745 0 shouldn't be
478.91/480.39	WSVECS04 Frhs2[1811]: 6 0 200.25 shouldn't be
478.91/480.39	WSVECS04 Frhs2[1814]: 6 0 90 shouldn't be
478.91/480.39	WSVECS04 Frhs2[1836]: 6 -732 0 shouldn't be
478.91/480.39	WSVECS04 Frhs2[2100]: 6 -380 0 shouldn't be
478.91/480.39	WSVECS04 Frhs2[2119]: 6 -408 0 shouldn't be
481.40/482.86	WSVECS04 Frhs2[1145]: 6 0 0.6735 shouldn't be
481.40/482.86	WSVECS04 Frhs2[2074]: 6 -605 0 shouldn't be
484.10/485.52	WSVECS04 Frhs2[81]: 6 0 4.44448 shouldn't be
484.10/485.52	WSVECS04 Frhs2[245]: 6 0 0.594853 shouldn't be
484.10/485.52	WSVECS04 Frhs2[246]: 6 0 1.94171 shouldn't be
484.10/485.52	WSVECS04 Frhs2[341]: 6 0 4.44451 shouldn't be
484.10/485.52	WSVECS04 Frhs2[342]: 6 0 4.44447 shouldn't be
484.10/485.52	WSVECS04 Frhs2[346]: 6 0 5.35362 shouldn't be
484.10/485.52	WSVECS04 Frhs2[350]: 6 0 4.44449 shouldn't be
484.10/485.52	WSVECS04 Frhs2[351]: 6 0 12.1863 shouldn't be
484.10/485.52	WSVECS04 Frhs2[421]: 6 0 4.44454 shouldn't be
484.10/485.52	WSVECS04 Frhs2[447]: 6 0 0.909171 shouldn't be
484.10/485.52	WSVECS04 Frhs2[451]: 6 0 12.1864 shouldn't be
484.10/485.52	WSVECS04 Frhs2[471]: 6 0 4.44452 shouldn't be
484.10/485.52	WSVECS04 Frhs2[543]: 6 0 5.35356 shouldn't be
484.10/485.52	WSVECS04 Frhs2[651]: 6 0 12.1864 shouldn't be
484.10/485.52	WSVECS04 Frhs2[856]: 6 -15.4838 0 shouldn't be
484.10/485.52	WSVECS04 Frhs2[943]: 6 0 5.35355 shouldn't be
484.10/485.52	WSVECS04 Frhs2[1001]: 6 0 374.5 shouldn't be
484.10/485.52	WSVECS04 Frhs2[1002]: 6 0 374.5 shouldn't be
484.10/485.52	WSVECS04 Frhs2[1151]: 6 0 12.1864 shouldn't be
484.10/485.52	WSVECS04 Frhs2[1221]: 6 0 4.44454 shouldn't be
484.10/485.52	WSVECS04 Frhs2[1343]: 6 0 0.909184 shouldn't be
484.10/485.52	WSVECS04 Frhs2[1441]: 6 0 1.11114 shouldn't be
484.10/485.52	WSVECS04 Frhs2[1608]: 6 0 80.5001 shouldn't be
484.10/485.52	WSVECS04 Frhs2[1708]: 6 0 80.5001 shouldn't be
484.10/485.52	WSVECS04 Frhs2[1889]: 6 0 340 shouldn't be
484.10/485.52	WSVECS04 Frhs2[2137]: 6 -646 0 shouldn't be
487.48/489.00	WSVECS04 Frhs2[41]: 6 0 4.44447 shouldn't be
487.48/489.00	WSVECS04 Frhs2[361]: 6 0 4.44449 shouldn't be
487.48/489.00	WSVECS04 Frhs2[371]: 6 0 4.44454 shouldn't be
487.48/489.00	WSVECS04 Frhs2[491]: 6 0 4.44452 shouldn't be
487.48/489.00	WSVECS04 Frhs2[551]: 6 0 12.1863 shouldn't be
487.48/489.00	WSVECS04 Frhs2[591]: 6 0 4.44449 shouldn't be
487.48/489.00	WSVECS04 Frhs2[661]: 6 0 4.44453 shouldn't be
487.48/489.00	WSVECS04 Frhs2[845]: 6 -28.8553 0 shouldn't be
487.48/489.00	WSVECS04 Frhs2[901]: 6 -180.75 0 shouldn't be
487.48/489.00	WSVECS04 Frhs2[946]: 6 0 5.35358 shouldn't be
487.48/489.00	WSVECS04 Frhs2[1003]: 6 0 374.5 shouldn't be
487.48/489.00	WSVECS04 Frhs2[1041]: 6 0 0.606128 shouldn't be
487.48/489.00	WSVECS04 Frhs2[1046]: 6 0 1.51517 shouldn't be
487.48/489.00	WSVECS04 Frhs2[1047]: 6 0 1.51522 shouldn't be
487.48/489.00	WSVECS04 Frhs2[1261]: 6 0 4.44452 shouldn't be
487.48/489.00	WSVECS04 Frhs2[1346]: 6 0 0.909103 shouldn't be
487.48/489.00	WSVECS04 Frhs2[1421]: 6 0 4.44453 shouldn't be
487.48/489.00	WSVECS04 Frhs2[1451]: 6 0 12.1863 shouldn't be
487.48/489.00	WSVECS04 Frhs2[1547]: 6 0 5.35356 shouldn't be
487.48/489.00	WSVECS04 Frhs2[1651]: 6 0 12.1863 shouldn't be
487.48/489.00	WSVECS04 Frhs2[2082]: 6 -337 0 shouldn't be
487.48/489.00	WSVECS04 Frhs2[2159]: 6 -86 0 shouldn't be
493.47/494.99	WSVECS04 Frhs2[109]: 6 0 633 shouldn't be
493.47/494.99	WSVECS04 Frhs2[321]: 6 0 4.44453 shouldn't be
493.47/494.99	WSVECS04 Frhs2[408]: 6 0 571 shouldn't be
493.47/494.99	WSVECS04 Frhs2[446]: 6 0 0.909183 shouldn't be
493.47/494.99	WSVECS04 Frhs2[545]: 6 0 4.0068 shouldn't be
493.47/494.99	WSVECS04 Frhs2[603]: 6 0 918.75 shouldn't be
493.47/494.99	WSVECS04 Frhs2[604]: 6 0 918.75 shouldn't be
493.47/494.99	WSVECS04 Frhs2[605]: 6 0 918.75 shouldn't be
493.47/494.99	WSVECS04 Frhs2[701]: 6 -1703.5 0 shouldn't be
493.47/494.99	WSVECS04 Frhs2[743]: 6 0 5.35358 shouldn't be
493.47/494.99	WSVECS04 Frhs2[809]: 6 0 633 shouldn't be
493.47/494.99	WSVECS04 Frhs2[850]: 6 0 0.437763 shouldn't be
493.47/494.99	WSVECS04 Frhs2[909]: 6 0 633 shouldn't be
493.47/494.99	WSVECS04 Frhs2[1108]: 6 0 80.5001 shouldn't be
493.47/494.99	WSVECS04 Frhs2[1208]: 6 0 80.5001 shouldn't be
493.47/494.99	WSVECS04 Frhs2[1209]: 6 0 633 shouldn't be
493.47/494.99	WSVECS04 Frhs2[1260]: 6 0 1.36661 shouldn't be
493.47/494.99	WSVECS04 Frhs2[1291]: 6 0 4.44451 shouldn't be
493.47/494.99	WSVECS04 Frhs2[1309]: 6 0 633 shouldn't be
493.47/494.99	WSVECS04 Frhs2[1491]: 6 0 4.44453 shouldn't be
493.47/494.99	WSVECS04 Frhs2[1661]: 6 0 4.4445 shouldn't be
499.15/500.68	WSVECS04 Frhs2[146]: 6 0 1.34685 shouldn't be
499.15/500.68	WSVECS04 Frhs2[209]: 6 0 633 shouldn't be
499.15/500.68	WSVECS04 Frhs2[647]: 6 0 0.909103 shouldn't be
499.15/500.68	WSVECS04 Frhs2[691]: 6 0 4.4445 shouldn't be
499.15/500.68	WSVECS04 Frhs2[1005]: 6 0 374.5 shouldn't be
499.15/500.68	WSVECS04 Frhs2[1071]: 6 0 4.44453 shouldn't be
499.15/500.68	WSVECS04 Frhs2[1104]: 6 -1656.25 0 shouldn't be
499.15/500.68	WSVECS04 Frhs2[1171]: 6 0 4.44451 shouldn't be
499.15/500.68	WSVECS04 Frhs2[1255]: 6 0 1.36657 shouldn't be
499.15/500.68	WSVECS04 Frhs2[1461]: 6 0 4.44454 shouldn't be
499.15/500.68	WSVECS04 Frhs2[1508]: 6 0 80.5001 shouldn't be
499.15/500.68	WSVECS04 Frhs2[1882]: 6 -670 0 shouldn't be
499.15/500.68	WSVECS04 Frhs2[2110]: 6 -1380 0 shouldn't be
503.24/504.76	WSVECS04 Frhs2[51]: 6 0 12.1864 shouldn't be
503.24/504.76	WSVECS04 Frhs2[215]: 6 0 635.484 shouldn't be
503.24/504.76	WSVECS04 Frhs2[561]: 6 0 4.44447 shouldn't be
503.24/504.76	WSVECS04 Frhs2[621]: 6 0 4.44452 shouldn't be
503.24/504.76	WSVECS04 Frhs2[947]: 6 0 5.35357 shouldn't be
503.24/504.76	WSVECS04 Frhs2[1061]: 6 0 4.44454 shouldn't be
503.24/504.76	WSVECS04 Frhs2[1121]: 6 0 4.4445 shouldn't be
503.24/504.76	WSVECS04 Frhs2[1253]: 6 0 1.36664 shouldn't be
504.44/505.90	WSVECS04 Frhs2[61]: 6 0 4.44446 shouldn't be
504.44/505.90	WSVECS04 Frhs2[214]: 6 0 635.484 shouldn't be
504.44/505.90	WSVECS04 Frhs2[301]: 6 -209.75 0 shouldn't be
504.44/505.90	WSVECS04 Frhs2[381]: 6 0 4.44451 shouldn't be
504.44/505.90	WSVECS04 Frhs2[410]: 6 0 490.5 shouldn't be
504.44/505.90	WSVECS04 Frhs2[481]: 6 0 4.44454 shouldn't be
504.44/505.90	WSVECS04 Frhs2[571]: 6 0 4.44453 shouldn't be
504.44/505.90	WSVECS04 Frhs2[601]: 6 0 918.75 shouldn't be
504.44/505.90	WSVECS04 Frhs2[681]: 6 0 4.44452 shouldn't be
504.44/505.90	WSVECS04 Frhs2[843]: 6 0 1.34686 shouldn't be
504.44/505.90	WSVECS04 Frhs2[1043]: 6 0 1.51517 shouldn't be
504.44/505.90	WSVECS04 Frhs2[1245]: 6 0 1.58258 shouldn't be
504.44/505.90	WSVECS04 Frhs2[1251]: 6 0 13.5529 shouldn't be
504.44/505.90	WSVECS04 Frhs2[1443]: 6 0 2.02022 shouldn't be
504.44/505.90	WSVECS04 Frhs2[1446]: 6 0 2.02023 shouldn't be
504.44/505.90	WSVECS04 Frhs2[1543]: 6 0 5.35356 shouldn't be
504.44/505.90	WSVECS04 Frhs2[1551]: 6 0 12.1863 shouldn't be
504.44/505.90	WSVECS04 Frhs2[1581]: 6 0 4.44454 shouldn't be
504.44/505.90	WSVECS04 Frhs2[1645]: 6 -14.0068 0 shouldn't be
504.44/505.90	WSVECS04 Frhs2[1671]: 6 0 4.44449 shouldn't be
504.44/505.90	WSVECS04 Frhs2[1681]: 6 0 4.44452 shouldn't be
504.44/505.90	WSVECS04 Frhs2[1709]: 6 0 633 shouldn't be
504.44/505.90	WSVECS04 Frhs2[2102]: 6 -408 0 shouldn't be
504.44/505.90	WSVECS04 Frhs2[2105]: 6 -878 0 shouldn't be
505.73/507.25	WSVECS04 Frhs2[347]: 6 0 5.35362 shouldn't be
505.73/507.25	WSVECS04 Frhs2[414]: 6 0 463.673 shouldn't be
505.73/507.25	WSVECS04 Frhs2[610]: 6 0 918.75 shouldn't be
505.73/507.25	WSVECS04 Frhs2[1091]: 6 0 4.44447 shouldn't be
505.73/507.25	WSVECS04 Frhs2[1541]: 6 0 4.44452 shouldn't be
505.73/507.25	WSVECS04 Frhs2[1591]: 6 0 4.44454 shouldn't be
505.73/507.25	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
505.73/507.25	WSVECS04 Frhs2[2099]: 6 -337 0 shouldn't be
505.73/507.25	WSVECS04 Frhs2[2133]: 6 -325 0 shouldn't be
507.82/509.36	WSVECS04 Frhs2[391]: 6 0 4.4445 shouldn't be
507.82/509.36	WSVECS04 Frhs2[409]: 6 0 1123.5 shouldn't be
507.82/509.36	WSVECS04 Frhs2[1181]: 6 0 4.44452 shouldn't be
507.82/509.36	WSVECS04 Frhs2[1191]: 6 0 4.44448 shouldn't be
507.82/509.36	WSVECS04 Frhs2[1347]: 6 0 0.909123 shouldn't be
507.82/509.36	WSVECS04 Frhs2[1801]: 6 -745 0 shouldn't be
507.82/509.36	WSVECS04 Frhs2[2103]: 6 -622 0 shouldn't be
510.92/512.48	WSVECS04 Frhs2[213]: 6 0 635.484 shouldn't be
510.92/512.48	WSVECS04 Frhs2[403]: 6 0 490.5 shouldn't be
510.92/512.48	WSVECS04 Frhs2[443]: 6 0 0.909121 shouldn't be
510.92/512.48	WSVECS04 Frhs2[671]: 6 0 4.44454 shouldn't be
510.92/512.48	WSVECS04 Frhs2[747]: 6 0 5.3536 shouldn't be
510.92/512.48	WSVECS04 Frhs2[1308]: 6 0 80.5001 shouldn't be
510.92/512.48	WSVECS04 Frhs2[1691]: 6 0 4.44446 shouldn't be
514.52/516.10	WSVECS04 Frhs2[71]: 6 0 4.44453 shouldn't be
514.52/516.10	WSVECS04 Frhs2[413]: 6 0 463.673 shouldn't be
514.52/516.10	WSVECS04 Frhs2[847]: 6 0 1.34684 shouldn't be
514.52/516.10	WSVECS04 Frhs2[1004]: 6 0 374.5 shouldn't be
514.52/516.10	WSVECS04 Frhs2[1243]: 6 0 0.909131 shouldn't be
514.52/516.10	WSVECS04 Frhs2[1621]: 6 0 4.4445 shouldn't be
514.52/516.10	WSVECS04 Frhs2[1650]: 6 0 0.437788 shouldn't be
518.29/519.87	WSVECS04 Frhs2[401]: 6 0 490.5 shouldn't be
518.29/519.87	WSVECS04 Frhs2[1409]: 6 0 633 shouldn't be
525.37/526.96	c #Conflicts:     238000 | #Constraints:      54856
525.37/526.96	c #Conflicts:     239000 | #Constraints:      55856
525.37/526.96	c #Conflicts:     240000 | #Constraints:      56856
525.37/526.96	c #Conflicts:     241000 | #Constraints:      57856
525.37/526.96	c #Conflicts:     242000 | #Constraints:      58856
525.37/526.96	c #Conflicts:     243000 | #Constraints:      59856
525.37/526.96	c #Conflicts:     244000 | #Constraints:      60856
525.37/526.96	c #Conflicts:     245000 | #Constraints:      61856
525.37/526.96	c #Conflicts:     246000 | #Constraints:      62856
525.37/526.96	c INPROCESSING
525.37/526.96	c GARBAGE COLLECT
525.37/526.96	c rational objective 40264
532.06/533.66	c #Conflicts:     247000 | #Constraints:      54053
532.06/533.66	c #Conflicts:     248000 | #Constraints:      55053
532.06/533.66	c #Conflicts:     249000 | #Constraints:      56053
532.06/533.66	c #Conflicts:     250000 | #Constraints:      57053
532.06/533.66	c #Conflicts:     251000 | #Constraints:      58053
532.06/533.66	c #Conflicts:     252000 | #Constraints:      59053
532.06/533.66	c #Conflicts:     253000 | #Constraints:      60053
532.06/533.66	c #Conflicts:     254000 | #Constraints:      61053
532.06/533.66	c #Conflicts:     255000 | #Constraints:      62053
532.06/533.66	c #Conflicts:     256000 | #Constraints:      63053
532.06/533.66	c INPROCESSING
532.06/533.66	c GARBAGE COLLECT
532.06/533.66	c rational objective 40264
536.95/538.58	c #Conflicts:     257000 | #Constraints:      54085
536.95/538.58	c #Conflicts:     258000 | #Constraints:      55085
536.95/538.58	c #Conflicts:     259000 | #Constraints:      56085
536.95/538.58	c #Conflicts:     260000 | #Constraints:      57085
536.95/538.58	c #Conflicts:     261000 | #Constraints:      58085
536.95/538.58	c #Conflicts:     262000 | #Constraints:      59085
536.95/538.58	c #Conflicts:     263000 | #Constraints:      60085
536.95/538.58	c #Conflicts:     264000 | #Constraints:      61085
536.95/538.58	c #Conflicts:     265000 | #Constraints:      62085
536.95/538.58	c #Conflicts:     266000 | #Constraints:      63085
536.95/538.58	c INPROCESSING
536.95/538.58	c GARBAGE COLLECT
536.95/538.58	c rational objective 40264
541.93/543.51	c #Conflicts:     267000 | #Constraints:      53874
541.93/543.51	c #Conflicts:     268000 | #Constraints:      54874
541.93/543.51	c #Conflicts:     269000 | #Constraints:      55874
541.93/543.51	c #Conflicts:     270000 | #Constraints:      56874
541.93/543.51	c #Conflicts:     271000 | #Constraints:      57874
541.93/543.51	c #Conflicts:     272000 | #Constraints:      58874
541.93/543.51	c #Conflicts:     273000 | #Constraints:      59874
541.93/543.51	c #Conflicts:     274000 | #Constraints:      60874
541.93/543.51	c #Conflicts:     275000 | #Constraints:      61874
541.93/543.51	c #Conflicts:     276000 | #Constraints:      62874
541.93/543.51	c bounds 68147 >= 14674 @ 538.647
547.03/548.69	c #Conflicts:     277000 | #Constraints:      63875
547.03/548.69	c INPROCESSING
547.03/548.69	c GARBAGE COLLECT
547.03/548.69	c rational objective 40264
555.01/556.61	c #Conflicts:     278000 | #Constraints:      54445
555.01/556.61	c #Conflicts:     279000 | #Constraints:      55445
555.01/556.61	c #Conflicts:     280000 | #Constraints:      56445
555.01/556.61	c #Conflicts:     281000 | #Constraints:      57445
555.01/556.61	c #Conflicts:     282000 | #Constraints:      58445
555.01/556.61	c #Conflicts:     283000 | #Constraints:      59445
555.01/556.61	c #Conflicts:     284000 | #Constraints:      60445
555.01/556.61	c #Conflicts:     285000 | #Constraints:      61445
555.01/556.61	c #Conflicts:     286000 | #Constraints:      62445
555.01/556.61	c #Conflicts:     287000 | #Constraints:      63445
555.01/556.61	c #Conflicts:     288000 | #Constraints:      64445
555.01/556.61	c INPROCESSING
555.01/556.61	c GARBAGE COLLECT
555.01/556.61	c rational objective 40264
560.50/562.12	c #Conflicts:     289000 | #Constraints:      54835
560.50/562.12	c #Conflicts:     290000 | #Constraints:      55835
560.50/562.12	c #Conflicts:     291000 | #Constraints:      56835
560.50/562.12	c #Conflicts:     292000 | #Constraints:      57835
560.50/562.12	c #Conflicts:     293000 | #Constraints:      58835
560.50/562.12	c #Conflicts:     294000 | #Constraints:      59835
560.50/562.12	c #Conflicts:     295000 | #Constraints:      60835
560.50/562.12	c bounds 68147 >= 15338 @ 557.046
565.58/567.27	c #Conflicts:     296000 | #Constraints:      61838
565.58/567.27	c #Conflicts:     297000 | #Constraints:      62838
565.58/567.27	c #Conflicts:     298000 | #Constraints:      63838
565.58/567.27	c #Conflicts:     299000 | #Constraints:      64838
565.58/567.27	c INPROCESSING
565.58/567.27	c GARBAGE COLLECT
565.58/567.27	c rational objective 40264
571.56/573.21	c #Conflicts:     300000 | #Constraints:      55013
571.56/573.21	c #Conflicts:     301000 | #Constraints:      56013
571.56/573.21	c #Conflicts:     302000 | #Constraints:      57013
571.56/573.21	c #Conflicts:     303000 | #Constraints:      58013
571.56/573.21	c #Conflicts:     304000 | #Constraints:      59013
571.56/573.21	c #Conflicts:     305000 | #Constraints:      60013
571.56/573.21	c #Conflicts:     306000 | #Constraints:      61013
571.56/573.21	c #Conflicts:     307000 | #Constraints:      62013
571.56/573.21	c #Conflicts:     308000 | #Constraints:      63013
571.56/573.21	c #Conflicts:     309000 | #Constraints:      64013
571.56/573.21	c bounds 68147 >= 16002 @ 568.018
571.56/573.28	c bounds 67846 >= 16002 @ 568.087
572.96/574.61	c #Conflicts:     310000 | #Constraints:      65017
572.96/574.61	c INPROCESSING
572.96/574.61	c GARBAGE COLLECT
572.96/574.61	WSVECS04 Frhs2[58]: 6 0 354 shouldn't be
572.96/574.61	WSVECS04 Frhs2[97]: 6 0 641.714 shouldn't be
572.96/574.61	WSVECS04 Frhs2[100]: 6 -415.054 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[175]: 6 -288 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[181]: 6 0 152.679 shouldn't be
572.96/574.61	WSVECS04 Frhs2[186]: 6 0 103.5 shouldn't be
572.96/574.61	WSVECS04 Frhs2[189]: 6 -202.643 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[191]: 6 0 37.1072 shouldn't be
572.96/574.61	WSVECS04 Frhs2[192]: 6 0 37.1072 shouldn't be
572.96/574.61	WSVECS04 Frhs2[193]: 6 0 37.1072 shouldn't be
572.96/574.61	WSVECS04 Frhs2[194]: 6 0 37.1072 shouldn't be
572.96/574.61	WSVECS04 Frhs2[195]: 6 0 37.1072 shouldn't be
572.96/574.61	WSVECS04 Frhs2[198]: 6 0 37.1072 shouldn't be
572.96/574.61	WSVECS04 Frhs2[199]: 6 0 37.1072 shouldn't be
572.96/574.61	WSVECS04 Frhs2[201]: 6 -595.679 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[256]: 6 -250.214 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[258]: 6 0 354 shouldn't be
572.96/574.61	WSVECS04 Frhs2[265]: 6 -300.143 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[282]: 6 -940.857 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[293]: 6 -1068.54 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[297]: 6 0 641.714 shouldn't be
572.96/574.61	WSVECS04 Frhs2[381]: 6 0 395.536 shouldn't be
572.96/574.61	WSVECS04 Frhs2[382]: 6 0 242.857 shouldn't be
572.96/574.61	WSVECS04 Frhs2[385]: 6 0 242.857 shouldn't be
572.96/574.61	WSVECS04 Frhs2[386]: 6 0 346.357 shouldn't be
572.96/574.61	WSVECS04 Frhs2[388]: 6 0 242.857 shouldn't be
572.96/574.61	WSVECS04 Frhs2[390]: 6 0 336.857 shouldn't be
572.96/574.61	WSVECS04 Frhs2[396]: 6 0 143.893 shouldn't be
572.96/574.61	WSVECS04 Frhs2[420]: 6 -410.893 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[424]: 6 -503 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[426]: 6 0 141.071 shouldn't be
572.96/574.61	WSVECS04 Frhs2[467]: 6 -776.964 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[470]: 6 0 8.71435 shouldn't be
572.96/574.61	WSVECS04 Frhs2[483]: 6 0 121.429 shouldn't be
572.96/574.61	WSVECS04 Frhs2[504]: 6 -1063.86 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[506]: 6 0 81.0357 shouldn't be
572.96/574.61	WSVECS04 Frhs2[551]: 6 0 352 shouldn't be
572.96/574.61	WSVECS04 Frhs2[602]: 6 -254.75 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[606]: 6 0 224.929 shouldn't be
572.96/574.61	WSVECS04 Frhs2[623]: 6 -120 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[706]: 6 0 224.929 shouldn't be
572.96/574.61	WSVECS04 Frhs2[708]: 6 0 535 shouldn't be
572.96/574.61	WSVECS04 Frhs2[712]: 6 -1293.05 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[756]: 6 0 507.893 shouldn't be
572.96/574.61	WSVECS04 Frhs2[764]: 6 0 63.7143 shouldn't be
572.96/574.61	WSVECS04 Frhs2[806]: 6 0 479.679 shouldn't be
572.96/574.61	WSVECS04 Frhs2[809]: 6 0 167.286 shouldn't be
572.96/574.61	WSVECS04 Frhs2[816]: 6 0 946.661 shouldn't be
572.96/574.61	WSVECS04 Frhs2[860]: 6 0 811.107 shouldn't be
572.96/574.61	WSVECS04 Frhs2[861]: 6 0 633 shouldn't be
572.96/574.61	WSVECS04 Frhs2[912]: 6 -314 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[960]: 6 0 811.107 shouldn't be
572.96/574.61	WSVECS04 Frhs2[986]: 6 0 9.50001 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1010]: 6 -307.321 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1068]: 6 -653 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1070]: 6 0 8.7143 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1106]: 6 0 479.679 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1109]: 6 0 189 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1151]: 6 0 986 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1170]: 6 0 8.7143 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1178]: 6 -16.7144 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1189]: 6 -292.536 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1197]: 6 0 641.714 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1201]: 6 -375.357 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1260]: 6 0 811.107 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1261]: 6 0 617.286 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1306]: 6 0 479.679 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1361]: 6 0 150.286 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1385]: 6 -1557 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1397]: 6 0 641.714 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1458]: 6 0 354 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1460]: 6 0 811.107 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1463]: 6 -1303.43 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1512]: 6 -111.947 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1612]: 6 0 366 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1709]: 6 0 189 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1770]: 6 0 8.7143 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1812]: 6 0 145.679 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1821]: 6 0 102.679 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1861]: 6 0 234.679 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1890]: 6 0 303.679 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1906]: 6 -712 0 shouldn't be
572.96/574.61	WSVECS04 Frhs2[1979]: 6 0 152.054 shouldn't be
572.96/574.61	WSVECS04 Frhs2[2041]: 6 0 112 shouldn't be
572.96/574.61	WSVECS04 Frhs2[2042]: 6 0 51 shouldn't be
572.96/574.61	WSVECS04 Frhs2[2043]: 6 0 37.0001 shouldn't be
572.96/574.61	WSVECS04 Frhs2[2344]: 6 0 596.286 shouldn't be
572.96/574.61	WSVECS04 Frhs2[2369]: 6 0 70.0001 shouldn't be
572.96/574.61	WSVECS04 Frhs2[2377]: 6 0 602.286 shouldn't be
575.05/576.75	WSVECS04 Frhs2[52]: 6 -2006.66 0 shouldn't be
575.05/576.75	WSVECS04 Frhs2[158]: 6 0 911.554 shouldn't be
575.05/576.75	WSVECS04 Frhs2[174]: 6 0 772.714 shouldn't be
575.05/576.75	WSVECS04 Frhs2[290]: 6 0 94.0001 shouldn't be
575.05/576.75	WSVECS04 Frhs2[321]: 6 0 120 shouldn't be
575.05/576.75	WSVECS04 Frhs2[329]: 6 0 120 shouldn't be
575.05/576.75	WSVECS04 Frhs2[363]: 6 0 424.714 shouldn't be
575.05/576.75	WSVECS04 Frhs2[456]: 6 -805.893 0 shouldn't be
575.05/576.75	WSVECS04 Frhs2[490]: 6 0 215.429 shouldn't be
575.05/576.75	WSVECS04 Frhs2[511]: 6 0 397.947 shouldn't be
575.05/576.75	WSVECS04 Frhs2[512]: 6 0 397.947 shouldn't be
575.05/576.75	WSVECS04 Frhs2[515]: 6 0 397.946 shouldn't be
575.05/576.75	WSVECS04 Frhs2[520]: 6 0 303.947 shouldn't be
575.05/576.75	WSVECS04 Frhs2[554]: 6 0 601.893 shouldn't be
575.05/576.75	WSVECS04 Frhs2[563]: 6 0 305 shouldn't be
575.05/576.75	WSVECS04 Frhs2[565]: 6 0 305 shouldn't be
575.05/576.75	WSVECS04 Frhs2[655]: 6 -3480 0 shouldn't be
575.05/576.75	WSVECS04 Frhs2[681]: 6 0 152.679 shouldn't be
575.05/576.75	WSVECS04 Frhs2[774]: 6 0 772.714 shouldn't be
575.05/576.75	WSVECS04 Frhs2[789]: 6 -188 0 shouldn't be
575.05/576.75	WSVECS04 Frhs2[811]: 6 0 1200.71 shouldn't be
575.05/576.75	WSVECS04 Frhs2[812]: 6 0 1200.71 shouldn't be
575.05/576.75	WSVECS04 Frhs2[814]: 6 0 1200.71 shouldn't be
575.05/576.75	WSVECS04 Frhs2[815]: 6 0 1200.71 shouldn't be
575.05/576.75	WSVECS04 Frhs2[820]: 6 0 1200.71 shouldn't be
575.05/576.75	WSVECS04 Frhs2[881]: 6 0 152.679 shouldn't be
575.05/576.75	WSVECS04 Frhs2[956]: 6 -1301.89 0 shouldn't be
575.05/576.75	WSVECS04 Frhs2[974]: 6 0 772.714 shouldn't be
575.05/576.75	WSVECS04 Frhs2[1081]: 6 0 152.679 shouldn't be
575.05/576.75	WSVECS04 Frhs2[1090]: 6 0 94.0001 shouldn't be
575.05/576.75	WSVECS04 Frhs2[1100]: 6 -342 0 shouldn't be
575.05/576.75	WSVECS04 Frhs2[1152]: 6 0 1235.89 shouldn't be
575.05/576.75	WSVECS04 Frhs2[1153]: 6 0 1235.89 shouldn't be
575.05/576.75	WSVECS04 Frhs2[1154]: 6 0 1235.89 shouldn't be
575.05/576.75	WSVECS04 Frhs2[1158]: 6 0 1589.89 shouldn't be
575.05/576.75	WSVECS04 Frhs2[1160]: 6 0 2047 shouldn't be
575.05/576.75	WSVECS04 Frhs2[1211]: 6 -237.946 0 shouldn't be
575.05/576.75	WSVECS04 Frhs2[1281]: 6 0 152.679 shouldn't be
575.05/576.75	WSVECS04 Frhs2[1290]: 6 0 94.0001 shouldn't be
575.05/576.75	WSVECS04 Frhs2[1412]: 6 -148.946 0 shouldn't be
575.05/576.75	WSVECS04 Frhs2[1474]: 6 0 772.714 shouldn't be
575.05/576.75	WSVECS04 Frhs2[1561]: 6 0 150.286 shouldn't be
575.05/576.75	WSVECS04 Frhs2[1562]: 6 -1929.86 0 shouldn't be
575.05/576.75	WSVECS04 Frhs2[1589]: 6 -305.857 0 shouldn't be
575.05/576.75	WSVECS04 Frhs2[1681]: 6 0 152.679 shouldn't be
575.05/576.75	WSVECS04 Frhs2[1723]: 6 -19.0001 0 shouldn't be
575.05/576.75	WSVECS04 Frhs2[1774]: 6 0 772.714 shouldn't be
575.05/576.75	WSVECS04 Frhs2[1781]: 6 0 152.679 shouldn't be
575.05/576.75	WSVECS04 Frhs2[1887]: 6 0 70.0001 shouldn't be
575.05/576.75	WSVECS04 Frhs2[2029]: 6 0 109 shouldn't be
577.85/579.54	WSVECS04 Frhs2[9]: 6 0 189 shouldn't be
577.85/579.54	WSVECS04 Frhs2[80]: 6 0 93.0001 shouldn't be
577.85/579.54	WSVECS04 Frhs2[104]: 6 0 605 shouldn't be
577.85/579.54	WSVECS04 Frhs2[105]: 6 0 605 shouldn't be
577.85/579.54	WSVECS04 Frhs2[286]: 6 0 103.5 shouldn't be
577.85/579.54	WSVECS04 Frhs2[328]: 6 0 120 shouldn't be
577.85/579.54	WSVECS04 Frhs2[482]: 6 0 121.429 shouldn't be
577.85/579.54	WSVECS04 Frhs2[552]: 6 0 601.893 shouldn't be
577.85/579.54	WSVECS04 Frhs2[826]: 6 0 366 shouldn't be
577.85/579.54	WSVECS04 Frhs2[856]: 6 -1629.89 0 shouldn't be
577.85/579.54	WSVECS04 Frhs2[891]: 6 0 21.7143 shouldn't be
577.85/579.54	WSVECS04 Frhs2[892]: 6 0 21.7143 shouldn't be
577.85/579.54	WSVECS04 Frhs2[893]: 6 0 21.7144 shouldn't be
577.85/579.54	WSVECS04 Frhs2[958]: 6 0 354 shouldn't be
577.85/579.54	WSVECS04 Frhs2[1051]: 6 0 703 shouldn't be
577.85/579.54	WSVECS04 Frhs2[1052]: 6 0 952.893 shouldn't be
577.85/579.54	WSVECS04 Frhs2[1053]: 6 0 952.893 shouldn't be
577.85/579.54	WSVECS04 Frhs2[1054]: 6 0 952.893 shouldn't be
577.85/579.54	WSVECS04 Frhs2[1058]: 6 0 1306.89 shouldn't be
577.85/579.54	WSVECS04 Frhs2[1060]: 6 0 1764 shouldn't be
577.85/579.54	WSVECS04 Frhs2[1157]: 6 0 1235.89 shouldn't be
577.85/579.54	WSVECS04 Frhs2[1169]: 6 0 30.4287 shouldn't be
577.85/579.54	WSVECS04 Frhs2[1271]: 6 0 199 shouldn't be
577.85/579.54	WSVECS04 Frhs2[1378]: 6 -672 0 shouldn't be
577.85/579.54	WSVECS04 Frhs2[1507]: 6 0 271.25 shouldn't be
577.85/579.54	WSVECS04 Frhs2[1919]: 6 -337 0 shouldn't be
577.85/579.54	WSVECS04 Frhs2[1962]: 6 -86.0001 0 shouldn't be
577.85/579.54	WSVECS04 Frhs2[2360]: 6 -80.0001 0 shouldn't be
577.85/579.54	WSVECS04 Frhs2[2633]: 6 0 13 shouldn't be
582.34/584.10	WSVECS04 Frhs2[73]: 6 0 93.0001 shouldn't be
582.34/584.10	WSVECS04 Frhs2[75]: 6 0 93 shouldn't be
582.34/584.10	WSVECS04 Frhs2[81]: 6 0 152.679 shouldn't be
582.34/584.10	WSVECS04 Frhs2[86]: 6 0 103.5 shouldn't be
582.34/584.10	WSVECS04 Frhs2[90]: 6 0 94.0001 shouldn't be
582.34/584.10	WSVECS04 Frhs2[102]: 6 0 605 shouldn't be
582.34/584.10	WSVECS04 Frhs2[103]: 6 0 605 shouldn't be
582.34/584.10	WSVECS04 Frhs2[107]: 6 0 605 shouldn't be
582.34/584.10	WSVECS04 Frhs2[126]: 6 0 366 shouldn't be
582.34/584.10	WSVECS04 Frhs2[127]: 6 0 385 shouldn't be
582.34/584.10	WSVECS04 Frhs2[208]: 6 0 789.75 shouldn't be
582.34/584.10	WSVECS04 Frhs2[209]: 6 0 189 shouldn't be
582.34/584.10	WSVECS04 Frhs2[223]: 6 -505 0 shouldn't be
582.34/584.10	WSVECS04 Frhs2[261]: 6 0 641.714 shouldn't be
582.34/584.10	WSVECS04 Frhs2[269]: 6 0 30.4287 shouldn't be
582.34/584.10	WSVECS04 Frhs2[281]: 6 0 152.679 shouldn't be
582.34/584.10	WSVECS04 Frhs2[308]: 6 0 789.75 shouldn't be
582.34/584.10	WSVECS04 Frhs2[326]: 6 0 486 shouldn't be
582.34/584.10	WSVECS04 Frhs2[330]: 6 0 120 shouldn't be
582.34/584.10	WSVECS04 Frhs2[355]: 6 0 171.554 shouldn't be
582.34/584.10	WSVECS04 Frhs2[362]: 6 0 424.714 shouldn't be
582.34/584.10	WSVECS04 Frhs2[370]: 6 0 433.429 shouldn't be
582.34/584.10	WSVECS04 Frhs2[384]: 6 0 1373.89 shouldn't be
582.34/584.10	WSVECS04 Frhs2[397]: 6 0 641.714 shouldn't be
582.34/584.10	WSVECS04 Frhs2[464]: 6 0 705.429 shouldn't be
582.34/584.10	WSVECS04 Frhs2[469]: 6 0 30.4287 shouldn't be
582.34/584.10	WSVECS04 Frhs2[485]: 6 0 121.429 shouldn't be
582.34/584.10	WSVECS04 Frhs2[497]: 6 0 641.714 shouldn't be
582.34/584.10	WSVECS04 Frhs2[608]: 6 0 535 shouldn't be
582.34/584.10	WSVECS04 Frhs2[626]: 6 0 366 shouldn't be
582.34/584.10	WSVECS04 Frhs2[627]: 6 0 385 shouldn't be
582.34/584.10	WSVECS04 Frhs2[669]: 6 0 30.4286 shouldn't be
582.34/584.10	WSVECS04 Frhs2[686]: 6 0 103.5 shouldn't be
582.34/584.10	WSVECS04 Frhs2[726]: 6 0 366 shouldn't be
582.34/584.10	WSVECS04 Frhs2[808]: 6 0 789.75 shouldn't be
582.34/584.10	WSVECS04 Frhs2[864]: 6 0 696.714 shouldn't be
582.34/584.10	WSVECS04 Frhs2[884]: 6 0 1131.04 shouldn't be
582.34/584.10	WSVECS04 Frhs2[886]: 6 0 103.5 shouldn't be
582.34/584.10	WSVECS04 Frhs2[908]: 6 0 789.75 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1008]: 6 0 789.75 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1155]: 6 0 1235.89 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1164]: 6 0 705.429 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1184]: 6 0 1131.04 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1186]: 6 0 103.5 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1190]: 6 0 94.0001 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1206]: 6 0 479.679 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1208]: 6 0 789.75 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1209]: 6 0 189 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1226]: 6 0 366 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1253]: 6 -1202 0 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1272]: 6 0 199 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1273]: 6 0 199 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1275]: 6 0 199 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1278]: 6 0 199 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1296]: 6 0 143.893 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1308]: 6 0 789.75 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1374]: 6 0 772.714 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1381]: 6 0 152.679 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1384]: 6 0 1131.04 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1402]: 6 0 477.679 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1403]: 6 0 477.679 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1404]: 6 0 477.679 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1407]: 6 0 477.679 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1423]: 6 -366 0 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1426]: 6 0 366 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1497]: 6 0 641.714 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1502]: 6 0 271.25 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1527]: 6 0 385 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1564]: 6 0 214 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1574]: 6 0 772.714 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1581]: 6 0 152.679 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1584]: 6 0 1131.04 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1590]: 6 0 94 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1601]: 6 -958.679 0 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1608]: 6 0 789.75 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1615]: 6 0 366 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1662]: 6 0 385 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1663]: 6 0 385 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1664]: 6 0 1090.43 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1668]: 6 0 385 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1708]: 6 0 789.75 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1726]: 6 0 366 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1764]: 6 0 705.429 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1810]: 6 -745 0 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1814]: 6 0 206 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1819]: 6 -665 0 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1823]: 6 0 264 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1832]: 6 0 113 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1860]: 6 0 268 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1888]: 6 -325 0 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1889]: 6 0 398.679 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1927]: 6 -605 0 shouldn't be
582.34/584.10	WSVECS04 Frhs2[1951]: 6 0 3.00008 shouldn't be
582.34/584.10	WSVECS04 Frhs2[2005]: 6 -664 0 shouldn't be
582.34/584.10	WSVECS04 Frhs2[2055]: 6 -808 0 shouldn't be
582.34/584.10	WSVECS04 Frhs2[2070]: 6 -328 0 shouldn't be
582.34/584.10	WSVECS04 Frhs2[2074]: 6 -605 0 shouldn't be
582.34/584.10	WSVECS04 Frhs2[2110]: 6 -1380 0 shouldn't be
582.34/584.10	WSVECS04 Frhs2[2166]: 6 -370 0 shouldn't be
582.34/584.10	WSVECS04 Frhs2[2209]: 6 -408 0 shouldn't be
582.34/584.10	WSVECS04 Frhs2[2279]: 6 0 71.0001 shouldn't be
582.34/584.10	WSVECS04 Frhs2[2412]: 6 0 239 shouldn't be
582.34/584.10	WSVECS04 Frhs2[2434]: 6 0 301 shouldn't be
582.34/584.10	WSVECS04 Frhs2[2442]: 6 0 234 shouldn't be
582.34/584.10	WSVECS04 Frhs2[2446]: 6 -712 0 shouldn't be
582.34/584.10	WSVECS04 Frhs2[2451]: 6 0 191 shouldn't be
582.34/584.10	WSVECS04 Frhs2[2459]: 6 0 35.0001 shouldn't be
582.34/584.10	WSVECS04 Frhs2[2519]: 6 -86.0001 0 shouldn't be
582.34/584.10	WSVECS04 Frhs2[2628]: 6 -741 0 shouldn't be
590.11/591.89	WSVECS04 Frhs2[5]: 6 -1094 0 shouldn't be
590.11/591.89	WSVECS04 Frhs2[8]: 6 0 789.75 shouldn't be
590.11/591.89	WSVECS04 Frhs2[27]: 6 0 385 shouldn't be
590.11/591.89	WSVECS04 Frhs2[71]: 6 0 93 shouldn't be
590.11/591.89	WSVECS04 Frhs2[72]: 6 0 93.0001 shouldn't be
590.11/591.89	WSVECS04 Frhs2[77]: 6 0 93 shouldn't be
590.11/591.89	WSVECS04 Frhs2[96]: 6 0 143.893 shouldn't be
590.11/591.89	WSVECS04 Frhs2[153]: 6 0 557.554 shouldn't be
590.11/591.89	WSVECS04 Frhs2[155]: 6 0 557.554 shouldn't be
590.11/591.89	WSVECS04 Frhs2[161]: 6 0 641.714 shouldn't be
590.11/591.89	WSVECS04 Frhs2[164]: 6 0 705.429 shouldn't be
590.11/591.89	WSVECS04 Frhs2[227]: 6 0 385 shouldn't be
590.11/591.89	WSVECS04 Frhs2[264]: 6 0 705.429 shouldn't be
590.11/591.89	WSVECS04 Frhs2[270]: 6 0 8.71437 shouldn't be
590.11/591.89	WSVECS04 Frhs2[284]: 6 0 1131.04 shouldn't be
590.11/591.89	WSVECS04 Frhs2[296]: 6 0 143.893 shouldn't be
590.11/591.89	WSVECS04 Frhs2[306]: 6 0 479.679 shouldn't be
590.11/591.89	WSVECS04 Frhs2[352]: 6 0 171.554 shouldn't be
590.11/591.89	WSVECS04 Frhs2[353]: 6 0 171.554 shouldn't be
590.11/591.89	WSVECS04 Frhs2[361]: 6 0 1066.43 shouldn't be
590.11/591.89	WSVECS04 Frhs2[364]: 6 0 1130.14 shouldn't be
590.11/591.89	WSVECS04 Frhs2[427]: 6 0 385 shouldn't be
590.11/591.89	WSVECS04 Frhs2[553]: 6 0 601.893 shouldn't be
590.11/591.89	WSVECS04 Frhs2[664]: 6 0 705.429 shouldn't be
590.11/591.89	WSVECS04 Frhs2[667]: 6 -802.286 0 shouldn't be
590.11/591.89	WSVECS04 Frhs2[697]: 6 0 641.714 shouldn't be
590.11/591.89	WSVECS04 Frhs2[753]: 6 0 507.893 shouldn't be
590.11/591.89	WSVECS04 Frhs2[781]: 6 0 152.679 shouldn't be
590.11/591.89	WSVECS04 Frhs2[796]: 6 0 143.893 shouldn't be
590.11/591.89	WSVECS04 Frhs2[895]: 6 0 21.7144 shouldn't be
590.11/591.89	WSVECS04 Frhs2[926]: 6 0 366 shouldn't be
590.11/591.89	WSVECS04 Frhs2[964]: 6 0 696.714 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1027]: 6 0 385 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1057]: 6 0 952.893 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1064]: 6 0 705.429 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1127]: 6 0 385 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1181]: 6 0 152.679 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1196]: 6 0 143.893 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1227]: 6 0 385 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1258]: 6 0 354 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1276]: 6 0 199 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1280]: 6 0 199 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1313]: 6 0 925.946 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1315]: 6 0 925.946 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1318]: 6 0 925.946 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1319]: 6 0 559.946 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1326]: 6 0 366 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1327]: 6 0 385 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1396]: 6 0 143.893 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1427]: 6 0 385 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1596]: 6 0 143.893 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1606]: 6 0 479.679 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1614]: 6 0 366 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1620]: 6 0 366 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1665]: 6 0 385 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1670]: 6 0 393.714 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1684]: 6 0 1131.04 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1690]: 6 0 94 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1697]: 6 0 641.714 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1727]: 6 0 385 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1790]: 6 0 94.0001 shouldn't be
590.11/591.89	WSVECS04 Frhs2[1964]: 6 -871 0 shouldn't be
590.11/591.89	WSVECS04 Frhs2[2046]: 6 -664 0 shouldn't be
590.11/591.89	WSVECS04 Frhs2[2099]: 6 -337 0 shouldn't be
590.11/591.89	WSVECS04 Frhs2[2177]: 6 -871 0 shouldn't be
590.11/591.89	WSVECS04 Frhs2[2467]: 6 -605 0 shouldn't be
590.11/591.89	WSVECS04 Frhs2[2479]: 6 0 163 shouldn't be
590.11/591.89	WSVECS04 Frhs2[2482]: 6 -410 0 shouldn't be
590.11/591.89	WSVECS04 Frhs2[2647]: 6 -605 0 shouldn't be
590.11/591.89	WSVECS04 Frhs2[2681]: 6 0 68.0001 shouldn't be
598.09/599.89	WSVECS04 Frhs2[6]: 6 0 479.679 shouldn't be
598.09/599.89	WSVECS04 Frhs2[60]: 6 0 811.107 shouldn't be
598.09/599.89	WSVECS04 Frhs2[61]: 6 0 641.714 shouldn't be
598.09/599.89	WSVECS04 Frhs2[70]: 6 0 8.71437 shouldn't be
598.09/599.89	WSVECS04 Frhs2[154]: 6 0 557.554 shouldn't be
598.09/599.89	WSVECS04 Frhs2[169]: 6 0 30.4287 shouldn't be
598.09/599.89	WSVECS04 Frhs2[184]: 6 0 1131.04 shouldn't be
598.09/599.89	WSVECS04 Frhs2[226]: 6 0 366 shouldn't be
598.09/599.89	WSVECS04 Frhs2[322]: 6 0 120 shouldn't be
598.09/599.89	WSVECS04 Frhs2[325]: 6 0 120 shouldn't be
598.09/599.89	WSVECS04 Frhs2[365]: 6 0 424.714 shouldn't be
598.09/599.89	WSVECS04 Frhs2[474]: 6 0 772.714 shouldn't be
598.09/599.89	WSVECS04 Frhs2[518]: 6 0 397.946 shouldn't be
598.09/599.89	WSVECS04 Frhs2[555]: 6 0 601.893 shouldn't be
598.09/599.89	WSVECS04 Frhs2[658]: 6 0 354 shouldn't be
598.09/599.89	WSVECS04 Frhs2[674]: 6 0 772.714 shouldn't be
598.09/599.89	WSVECS04 Frhs2[684]: 6 0 1131.04 shouldn't be
598.09/599.89	WSVECS04 Frhs2[727]: 6 0 385 shouldn't be
598.09/599.89	WSVECS04 Frhs2[786]: 6 0 103.5 shouldn't be
598.09/599.89	WSVECS04 Frhs2[813]: 6 0 1200.71 shouldn't be
598.09/599.89	WSVECS04 Frhs2[996]: 6 0 143.893 shouldn't be
598.09/599.89	WSVECS04 Frhs2[1006]: 6 0 479.679 shouldn't be
598.09/599.89	WSVECS04 Frhs2[1009]: 6 0 189 shouldn't be
598.09/599.89	WSVECS04 Frhs2[1055]: 6 0 952.893 shouldn't be
598.09/599.89	WSVECS04 Frhs2[1074]: 6 0 772.714 shouldn't be
598.09/599.89	WSVECS04 Frhs2[1084]: 6 0 1131.04 shouldn't be
598.09/599.89	WSVECS04 Frhs2[1297]: 6 0 641.714 shouldn't be
598.09/599.89	WSVECS04 Frhs2[1301]: 6 -375.357 0 shouldn't be
598.09/599.89	WSVECS04 Frhs2[1312]: 6 0 925.946 shouldn't be
598.09/599.89	WSVECS04 Frhs2[1314]: 6 0 925.946 shouldn't be
598.09/599.89	WSVECS04 Frhs2[1320]: 6 0 925.946 shouldn't be
598.09/599.89	WSVECS04 Frhs2[1386]: 6 0 103.5 shouldn't be
598.09/599.89	WSVECS04 Frhs2[1406]: 6 0 957.357 shouldn't be
598.09/599.89	WSVECS04 Frhs2[1504]: 6 0 271.25 shouldn't be
598.09/599.89	WSVECS04 Frhs2[1509]: 6 0 460.25 shouldn't be
598.09/599.89	WSVECS04 Frhs2[1555]: 6 0 354 shouldn't be
598.09/599.89	WSVECS04 Frhs2[1557]: 6 0 354 shouldn't be
598.09/599.89	WSVECS04 Frhs2[1558]: 6 0 708 shouldn't be
598.09/599.89	WSVECS04 Frhs2[1609]: 6 0 189 shouldn't be
598.09/599.89	WSVECS04 Frhs2[1902]: 6 -337 0 shouldn't be
598.09/599.89	WSVECS04 Frhs2[2106]: 6 -732 0 shouldn't be
598.09/599.89	WSVECS04 Frhs2[2197]: 6 -605 0 shouldn't be
598.09/599.89	WSVECS04 Frhs2[2221]: 6 -250 0 shouldn't be
598.09/599.89	WSVECS04 Frhs2[2297]: 6 -315 0 shouldn't be
598.09/599.89	WSVECS04 Frhs2[2410]: 6 -250 0 shouldn't be
598.09/599.89	WSVECS04 Frhs2[2437]: 6 -587 0 shouldn't be
598.09/599.89	WSVECS04 Frhs2[2450]: 6 -80.0001 0 shouldn't be
598.09/599.89	WSVECS04 Frhs2[2619]: 6 -670 0 shouldn't be
598.09/599.89	WSVECS04 Frhs2[2699]: 6 -86.0001 0 shouldn't be
605.96/607.80	WSVECS04 Frhs2[26]: 6 0 366 shouldn't be
606.06/607.80	WSVECS04 Frhs2[190]: 6 0 94.0001 shouldn't be
606.06/607.80	WSVECS04 Frhs2[484]: 6 0 1252.46 shouldn't be
606.06/607.80	WSVECS04 Frhs2[597]: 6 0 641.714 shouldn't be
606.06/607.80	WSVECS04 Frhs2[696]: 6 0 143.893 shouldn't be
606.06/607.80	WSVECS04 Frhs2[894]: 6 0 21.7143 shouldn't be
606.06/607.80	WSVECS04 Frhs2[984]: 6 0 1037.04 shouldn't be
606.06/607.80	WSVECS04 Frhs2[1061]: 6 0 641.714 shouldn't be
606.06/607.80	WSVECS04 Frhs2[1126]: 6 0 366 shouldn't be
606.06/607.80	WSVECS04 Frhs2[1311]: 6 0 925.946 shouldn't be
606.06/607.80	WSVECS04 Frhs2[1360]: 6 0 811.107 shouldn't be
606.06/607.80	WSVECS04 Frhs2[1410]: 6 0 477.679 shouldn't be
606.06/607.80	WSVECS04 Frhs2[1464]: 6 0 214 shouldn't be
606.06/607.80	WSVECS04 Frhs2[1510]: 6 0 271.25 shouldn't be
606.06/607.80	WSVECS04 Frhs2[1553]: 6 0 354 shouldn't be
606.06/607.80	WSVECS04 Frhs2[1560]: 6 0 1165.11 shouldn't be
606.06/607.80	WSVECS04 Frhs2[1611]: 6 0 366 shouldn't be
606.06/607.80	WSVECS04 Frhs2[1618]: 6 0 366 shouldn't be
606.06/607.80	WSVECS04 Frhs2[1660]: 6 0 811.107 shouldn't be
606.06/607.80	WSVECS04 Frhs2[1661]: 6 0 1026.71 shouldn't be
606.06/607.80	WSVECS04 Frhs2[1796]: 6 0 143.893 shouldn't be
606.06/607.80	WSVECS04 Frhs2[1802]: 6 -665 0 shouldn't be
606.06/607.80	WSVECS04 Frhs2[1829]: 6 -337 0 shouldn't be
606.06/607.80	WSVECS04 Frhs2[1855]: 6 -370 0 shouldn't be
606.06/607.80	WSVECS04 Frhs2[2081]: 6 -80.0001 0 shouldn't be
606.06/607.80	WSVECS04 Frhs2[2152]: 6 -670 0 shouldn't be
606.06/607.80	WSVECS04 Frhs2[2201]: 6 -1010 0 shouldn't be
606.06/607.80	WSVECS04 Frhs2[2502]: 6 -86.0001 0 shouldn't be
613.94/615.79	WSVECS04 Frhs2[110]: 6 0 605 shouldn't be
613.94/615.79	WSVECS04 Frhs2[274]: 6 0 772.714 shouldn't be
613.94/615.79	WSVECS04 Frhs2[374]: 6 0 772.714 shouldn't be
613.94/615.79	WSVECS04 Frhs2[458]: 6 0 354 shouldn't be
613.94/615.79	WSVECS04 Frhs2[562]: 6 0 305 shouldn't be
613.94/615.79	WSVECS04 Frhs2[670]: 6 0 8.71434 shouldn't be
613.94/615.79	WSVECS04 Frhs2[818]: 6 0 1200.71 shouldn't be
613.94/615.79	WSVECS04 Frhs2[898]: 6 0 21.7143 shouldn't be
613.94/615.79	WSVECS04 Frhs2[1069]: 6 0 30.4286 shouldn't be
613.94/615.79	WSVECS04 Frhs2[1161]: 6 0 641.714 shouldn't be
613.94/615.79	WSVECS04 Frhs2[1174]: 6 0 772.714 shouldn't be
613.94/615.79	WSVECS04 Frhs2[1358]: 6 0 354 shouldn't be
613.94/615.79	WSVECS04 Frhs2[1390]: 6 0 94.0001 shouldn't be
613.94/615.79	WSVECS04 Frhs2[1405]: 6 0 477.679 shouldn't be
613.94/615.79	WSVECS04 Frhs2[1496]: 6 0 143.893 shouldn't be
613.94/615.79	WSVECS04 Frhs2[1552]: 6 0 354 shouldn't be
613.94/615.79	WSVECS04 Frhs2[1554]: 6 0 354 shouldn't be
613.94/615.79	WSVECS04 Frhs2[1597]: 6 0 641.714 shouldn't be
613.94/615.79	WSVECS04 Frhs2[1760]: 6 0 811.107 shouldn't be
613.94/615.79	WSVECS04 Frhs2[1797]: 6 0 641.714 shouldn't be
613.94/615.79	WSVECS04 Frhs2[1862]: 6 0 320.679 shouldn't be
613.94/615.79	WSVECS04 Frhs2[1991]: 6 -80.0001 0 shouldn't be
613.94/615.79	WSVECS04 Frhs2[2007]: 6 -697 0 shouldn't be
613.94/615.79	WSVECS04 Frhs2[2102]: 6 -408 0 shouldn't be
613.94/615.79	WSVECS04 Frhs2[2241]: 6 -328 0 shouldn't be
621.91/623.76	WSVECS04 Frhs2[354]: 6 0 171.554 shouldn't be
621.91/623.76	WSVECS04 Frhs2[558]: 6 0 955.893 shouldn't be
621.91/623.76	WSVECS04 Frhs2[584]: 6 0 1131.04 shouldn't be
621.91/623.76	WSVECS04 Frhs2[660]: 6 0 811.107 shouldn't be
621.91/623.76	WSVECS04 Frhs2[754]: 6 0 507.893 shouldn't be
621.91/623.76	WSVECS04 Frhs2[758]: 6 0 861.893 shouldn't be
621.91/623.76	WSVECS04 Frhs2[790]: 6 0 94.0001 shouldn't be
621.91/623.76	WSVECS04 Frhs2[858]: 6 0 354 shouldn't be
621.91/623.76	WSVECS04 Frhs2[874]: 6 0 772.714 shouldn't be
621.91/623.76	WSVECS04 Frhs2[927]: 6 0 385 shouldn't be
621.91/623.76	WSVECS04 Frhs2[1761]: 6 0 641.714 shouldn't be
621.91/623.76	WSVECS04 Frhs2[1804]: 6 -605 0 shouldn't be
621.91/623.76	WSVECS04 Frhs2[1981]: 6 -745 0 shouldn't be
621.91/623.76	WSVECS04 Frhs2[2009]: 6 0 43.0001 shouldn't be
621.91/623.76	WSVECS04 Frhs2[2017]: 6 -605 0 shouldn't be
621.91/623.76	WSVECS04 Frhs2[2119]: 6 -408 0 shouldn't be
621.91/623.76	WSVECS04 Frhs2[2182]: 6 -1020 0 shouldn't be
621.91/623.76	WSVECS04 Frhs2[2361]: 6 0 28 shouldn't be
621.91/623.76	WSVECS04 Frhs2[2594]: 6 -871 0 shouldn't be
629.49/631.36	WSVECS04 Frhs2[108]: 6 0 1394.75 shouldn't be
629.49/631.36	WSVECS04 Frhs2[564]: 6 0 1010.43 shouldn't be
629.49/631.36	WSVECS04 Frhs2[1026]: 6 0 366 shouldn't be
629.49/631.36	WSVECS04 Frhs2[1784]: 6 0 1131.04 shouldn't be
629.49/631.36	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
629.49/631.36	WSVECS04 Frhs2[2137]: 6 -646 0 shouldn't be
629.49/631.36	WSVECS04 Frhs2[2190]: 6 -380 0 shouldn't be
629.49/631.36	WSVECS04 Frhs2[2198]: 6 -1090 0 shouldn't be
636.68/638.59	WSVECS04 Frhs2[460]: 6 0 811.107 shouldn't be
636.68/638.59	WSVECS04 Frhs2[514]: 6 0 397.947 shouldn't be
636.68/638.59	WSVECS04 Frhs2[574]: 6 0 772.714 shouldn't be
636.68/638.59	WSVECS04 Frhs2[1108]: 6 0 789.75 shouldn't be
636.68/638.59	WSVECS04 Frhs2[1674]: 6 0 772.714 shouldn't be
636.68/638.59	WSVECS04 Frhs2[2693]: 6 -741 0 shouldn't be
641.96/643.84	WSVECS04 Frhs2[508]: 6 0 535 shouldn't be
641.96/643.84	WSVECS04 Frhs2[1706]: 6 0 479.679 shouldn't be
641.96/643.84	WSVECS04 Frhs2[2496]: 6 -664 0 shouldn't be
641.96/643.84	WSVECS04 Frhs2[2646]: 6 -732 0 shouldn't be
644.17/646.03	WSVECS04 Frhs2[358]: 6 0 525.554 shouldn't be
644.17/646.03	WSVECS04 Frhs2[827]: 6 0 385 shouldn't be
644.17/646.03	WSVECS04 Frhs2[2002]: 6 -1020 0 shouldn't be
644.17/646.03	WSVECS04 Frhs2[2150]: 6 -260 0 shouldn't be
644.17/646.03	WSVECS04 Frhs2[2228]: 6 -1190 0 shouldn't be
645.45/647.39	WSVECS04 Frhs2[109]: 6 0 794 shouldn't be
645.45/647.39	WSVECS04 Frhs2[206]: 6 0 479.679 shouldn't be
645.45/647.39	WSVECS04 Frhs2[581]: 6 0 152.679 shouldn't be
645.45/647.39	WSVECS04 Frhs2[661]: 6 0 641.714 shouldn't be
645.45/647.39	WSVECS04 Frhs2[784]: 6 0 1131.04 shouldn't be
645.45/647.39	WSVECS04 Frhs2[1286]: 6 0 103.5 shouldn't be
645.45/647.39	WSVECS04 Frhs2[1903]: 6 -1090 0 shouldn't be
648.25/650.12	WSVECS04 Frhs2[152]: 6 0 557.554 shouldn't be
648.25/650.12	WSVECS04 Frhs2[487]: 6 0 121.429 shouldn't be
648.25/650.12	WSVECS04 Frhs2[1097]: 6 0 641.714 shouldn't be
648.25/650.12	WSVECS04 Frhs2[2132]: 6 -311 0 shouldn't be
648.25/650.12	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
651.63/653.55	WSVECS04 Frhs2[896]: 6 0 165.607 shouldn't be
651.63/653.55	WSVECS04 Frhs2[2499]: 6 -410 0 shouldn't be
655.23/657.11	WSVECS04 Frhs2[1863]: 6 0 132.679 shouldn't be
655.23/657.11	WSVECS04 Frhs2[2524]: 6 0 508 shouldn't be
658.51/660.41	WSVECS04 Frhs2[324]: 6 0 120 shouldn't be
658.51/660.41	WSVECS04 Frhs2[2631]: 6 -380 0 shouldn't be
661.60/663.50	WSVECS04 Frhs2[1506]: 6 0 750.929 shouldn't be
664.60/666.52	WSVECS04 Frhs2[260]: 6 0 811.107 shouldn't be
664.60/666.52	WSVECS04 Frhs2[1505]: 6 0 271.25 shouldn't be
667.98/669.95	WSVECS04 Frhs2[360]: 6 0 982.661 shouldn't be
667.98/669.95	WSVECS04 Frhs2[906]: 6 0 479.679 shouldn't be
670.88/672.83	WSVECS04 Frhs2[309]: 6 0 189 shouldn't be
673.58/675.52	WSVECS04 Frhs2[561]: 6 0 946.714 shouldn't be
676.56/678.53	WSVECS04 Frhs2[1096]: 6 0 143.893 shouldn't be
679.56/681.59	WSVECS04 Frhs2[755]: 6 0 507.893 shouldn't be
679.56/681.59	WSVECS04 Frhs2[1408]: 6 0 1267.43 shouldn't be
679.56/681.59	WSVECS04 Frhs2[1461]: 6 0 150.286 shouldn't be
679.56/681.59	WSVECS04 Frhs2[2103]: 6 -622 0 shouldn't be
682.85/684.82	WSVECS04 Frhs2[752]: 6 0 507.893 shouldn't be
685.94/687.94	WSVECS04 Frhs2[76]: 6 0 93.0001 shouldn't be
685.94/687.94	WSVECS04 Frhs2[368]: 6 0 424.714 shouldn't be
685.94/687.94	WSVECS04 Frhs2[568]: 6 0 305 shouldn't be
688.73/690.74	WSVECS04 Frhs2[897]: 6 0 663.429 shouldn't be
688.73/690.74	WSVECS04 Frhs2[1586]: 6 0 103.5 shouldn't be
691.43/693.45	WSVECS04 Frhs2[1503]: 6 0 271.25 shouldn't be
702.59/704.60	WSVECS04 Frhs2[1309]: 6 0 189 shouldn't be
702.59/704.60	WSVECS04 Frhs2[2678]: 6 -1190 0 shouldn't be
718.07/720.14	WSVECS04 Frhs2[1696]: 6 0 143.893 shouldn't be
740.69/742.85	WSVECS04 Frhs2[5]: 6 -1094 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[26]: 6 0 366 shouldn't be
740.69/742.85	WSVECS04 Frhs2[52]: 6 -2006.66 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[100]: 6 -415.054 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[161]: 6 0 641.714 shouldn't be
740.69/742.85	WSVECS04 Frhs2[164]: 6 0 705.429 shouldn't be
740.69/742.85	WSVECS04 Frhs2[169]: 6 0 30.4286 shouldn't be
740.69/742.85	WSVECS04 Frhs2[175]: 6 -288 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[189]: 6 -202.643 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[191]: 6 0 37.1071 shouldn't be
740.69/742.85	WSVECS04 Frhs2[194]: 6 0 37.1071 shouldn't be
740.69/742.85	WSVECS04 Frhs2[201]: 6 -595.679 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[223]: 6 -505 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[256]: 6 -250.214 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[265]: 6 -300.143 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[282]: 6 -940.857 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[293]: 6 -1068.54 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[309]: 6 0 189 shouldn't be
740.69/742.85	WSVECS04 Frhs2[321]: 6 0 120 shouldn't be
740.69/742.85	WSVECS04 Frhs2[352]: 6 0 171.554 shouldn't be
740.69/742.85	WSVECS04 Frhs2[353]: 6 0 171.554 shouldn't be
740.69/742.85	WSVECS04 Frhs2[358]: 6 0 525.554 shouldn't be
740.69/742.85	WSVECS04 Frhs2[381]: 6 0 395.536 shouldn't be
740.69/742.85	WSVECS04 Frhs2[386]: 6 0 346.357 shouldn't be
740.69/742.85	WSVECS04 Frhs2[390]: 6 0 336.857 shouldn't be
740.69/742.85	WSVECS04 Frhs2[397]: 6 0 641.714 shouldn't be
740.69/742.85	WSVECS04 Frhs2[420]: 6 -410.893 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[424]: 6 -503 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[461]: 6 0 641.714 shouldn't be
740.69/742.85	WSVECS04 Frhs2[467]: 6 -776.964 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[483]: 6 0 121.429 shouldn't be
740.69/742.85	WSVECS04 Frhs2[504]: 6 -1063.86 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[506]: 6 0 81.0357 shouldn't be
740.69/742.85	WSVECS04 Frhs2[602]: 6 -254.75 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[623]: 6 -120 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[655]: 6 -3480 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[660]: 6 0 811.107 shouldn't be
740.69/742.85	WSVECS04 Frhs2[706]: 6 0 224.929 shouldn't be
740.69/742.85	WSVECS04 Frhs2[708]: 6 0 535 shouldn't be
740.69/742.85	WSVECS04 Frhs2[712]: 6 -1293.05 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[756]: 6 0 507.893 shouldn't be
740.69/742.85	WSVECS04 Frhs2[764]: 6 0 63.7143 shouldn't be
740.69/742.85	WSVECS04 Frhs2[789]: 6 -188 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[809]: 6 0 167.286 shouldn't be
740.69/742.85	WSVECS04 Frhs2[816]: 6 0 946.661 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1010]: 6 -307.321 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1026]: 6 0 366 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1068]: 6 -653 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1070]: 6 0 8.71429 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1151]: 6 0 986 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1161]: 6 0 641.714 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1170]: 6 0 8.71429 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1189]: 6 -292.536 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1201]: 6 -375.357 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1211]: 6 -237.946 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1253]: 6 -1202 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1309]: 6 0 189 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1327]: 6 0 385 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1360]: 6 0 811.107 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1361]: 6 0 150.286 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1385]: 6 -1557 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1423]: 6 -366 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1463]: 6 -1303.43 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1512]: 6 -111.946 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1562]: 6 -1929.86 0 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1612]: 6 0 366 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1614]: 6 0 366 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1660]: 6 0 811.107 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1706]: 6 0 479.679 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1889]: 6 0 398.679 shouldn't be
740.69/742.85	WSVECS04 Frhs2[1979]: 6 0 152.054 shouldn't be
740.69/742.85	WSVECS04 Frhs2[2041]: 6 0 112 shouldn't be
740.69/742.85	WSVECS04 Frhs2[2043]: 6 0 37 shouldn't be
740.69/742.85	WSVECS04 Frhs2[2344]: 6 0 596.286 shouldn't be
740.69/742.85	WSVECS04 Frhs2[2524]: 6 0 508 shouldn't be
743.90/746.04	WSVECS04 Frhs2[306]: 6 0 479.679 shouldn't be
743.90/746.04	WSVECS04 Frhs2[456]: 6 -805.893 0 shouldn't be
743.90/746.04	WSVECS04 Frhs2[608]: 6 0 535 shouldn't be
743.90/746.04	WSVECS04 Frhs2[856]: 6 -1629.89 0 shouldn't be
743.90/746.04	WSVECS04 Frhs2[912]: 6 -314 0 shouldn't be
743.90/746.04	WSVECS04 Frhs2[956]: 6 -1301.89 0 shouldn't be
743.90/746.04	WSVECS04 Frhs2[1306]: 6 0 479.679 shouldn't be
743.90/746.04	WSVECS04 Frhs2[1384]: 6 0 1131.04 shouldn't be
743.90/746.04	WSVECS04 Frhs2[1406]: 6 0 957.357 shouldn't be
743.90/746.04	WSVECS04 Frhs2[1558]: 6 0 708 shouldn't be
743.90/746.04	WSVECS04 Frhs2[1589]: 6 -305.857 0 shouldn't be
743.90/746.04	WSVECS04 Frhs2[1601]: 6 -958.679 0 shouldn't be
743.90/746.04	WSVECS04 Frhs2[1663]: 6 0 385 shouldn't be
743.90/746.04	WSVECS04 Frhs2[1723]: 6 -19 0 shouldn't be
743.90/746.04	WSVECS04 Frhs2[2081]: 6 -80 0 shouldn't be
743.90/746.04	WSVECS04 Frhs2[2360]: 6 -80 0 shouldn't be
743.90/746.04	WSVECS04 Frhs2[2412]: 6 0 239 shouldn't be
747.07/749.20	WSVECS04 Frhs2[59]: 6 0 90.5001 shouldn't be
747.07/749.20	WSVECS04 Frhs2[65]: 6 0 1421.64 shouldn't be
747.07/749.20	WSVECS04 Frhs2[241]: 6 0 282.329 shouldn't be
747.07/749.20	WSVECS04 Frhs2[264]: 6 0 236.688 shouldn't be
747.07/749.20	WSVECS04 Frhs2[277]: 6 0 457.602 shouldn't be
747.07/749.20	WSVECS04 Frhs2[291]: 6 0 457.215 shouldn't be
747.07/749.20	WSVECS04 Frhs2[350]: 6 0 906.707 shouldn't be
747.07/749.20	WSVECS04 Frhs2[364]: 6 0 1212.06 shouldn't be
747.07/749.20	WSVECS04 Frhs2[652]: 6 0 1372.98 shouldn't be
747.07/749.20	WSVECS04 Frhs2[679]: 6 0 104.31 shouldn't be
747.07/749.20	WSVECS04 Frhs2[978]: 6 0 906.707 shouldn't be
747.07/749.20	WSVECS04 Frhs2[991]: 6 0 835.762 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1091]: 6 0 352.906 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1164]: 6 0 236.688 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1173]: 6 0 49.2602 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1178]: 6 -34.7699 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1179]: 6 0 34.7699 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1250]: 6 0 906.707 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1294]: 6 0 1975.67 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1394]: 6 0 146.684 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1459]: 6 0 90.5001 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1478]: 6 0 34.7699 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1485]: 6 0 263.623 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1491]: 6 0 352.906 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1493]: 6 0 2590.71 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1585]: 6 0 263.623 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1720]: 6 0 2829.51 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1759]: 6 0 90.5 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1779]: 6 0 125.27 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1791]: 6 0 457.216 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1802]: 6 -665 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1804]: 6 -605 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1819]: 6 -665 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1829]: 6 -337 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1855]: 6 -370 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1888]: 6 -336.237 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1962]: 6 -86.0001 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[1981]: 6 -745 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2002]: 6 -1020 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2017]: 6 -605 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2055]: 6 -808 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2074]: 6 -605 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2081]: 6 -80.0001 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2102]: 6 -408 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2119]: 6 -408 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2132]: 6 -311 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2137]: 6 -646 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2150]: 6 -260 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2178]: 6 0 70.8288 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2198]: 6 -1090 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2221]: 6 -250 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2241]: 6 -328 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2272]: 6 0 389.5 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2281]: 6 0 286.5 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2297]: 6 -207 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2323]: 6 0 94 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2328]: 6 0 1097 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2352]: 6 0 156.243 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2361]: 6 0 841.782 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2364]: 6 0 458.963 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2366]: 6 0 657.782 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2371]: 6 0 84.5554 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2374]: 6 0 438.555 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2375]: 6 0 448.555 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2393]: 6 0 95.0001 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2410]: 6 -1681.72 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2413]: 6 0 210 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2416]: 6 0 2441.08 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2420]: 6 0 1718.92 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2434]: 6 0 113.341 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2437]: 6 -587 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2446]: 6 -712 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2450]: 6 -80.0001 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2451]: 6 0 3.3409 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2467]: 6 -605 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2496]: 6 -664 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2499]: 6 -410 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2502]: 6 -86.0001 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2519]: 6 -86 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2619]: 6 -670 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2628]: 6 -741 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2630]: 6 0 2615.02 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2631]: 6 -380 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2637]: 6 0 1998.02 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2646]: 6 -732 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2647]: 6 -605 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2678]: 6 -1190 0 shouldn't be
747.07/749.20	WSVECS04 Frhs2[2693]: 6 -741 0 shouldn't be
749.47/751.66	c #Conflicts:     311000 | #Constraints:      55039
749.47/751.66	c #Conflicts:     312000 | #Constraints:      56039
749.47/751.66	c #Conflicts:     313000 | #Constraints:      57039
749.47/751.66	c bounds 67801 >= 16002 @ 745.477
751.16/753.38	c #Conflicts:     314000 | #Constraints:      58040
751.16/753.38	c #Conflicts:     315000 | #Constraints:      59040
751.16/753.38	WSVECS04 Frhs2[1849]: 6 -408 0 shouldn't be
751.16/753.38	WSVECS04 Frhs2[1906]: 6 -712 0 shouldn't be
751.16/753.38	WSVECS04 Frhs2[2004]: 6 -501 0 shouldn't be
751.16/753.38	WSVECS04 Frhs2[2041]: 6 -250 0 shouldn't be
751.16/753.38	WSVECS04 Frhs2[2106]: 6 -732 0 shouldn't be
751.16/753.38	WSVECS04 Frhs2[2255]: 6 -521 0 shouldn't be
751.16/753.38	WSVECS04 Frhs2[2339]: 6 -86.0001 0 shouldn't be
751.16/753.38	WSVECS04 Frhs2[2531]: 6 -80 0 shouldn't be
753.75/755.99	WSVECS04 Frhs2[1903]: 6 -1090 0 shouldn't be
753.75/755.99	WSVECS04 Frhs2[1964]: 6 -871 0 shouldn't be
756.64/758.88	WSVECS04 Frhs2[1902]: 6 -337 0 shouldn't be
756.64/758.88	WSVECS04 Frhs2[1991]: 6 -80.0001 0 shouldn't be
756.64/758.88	WSVECS04 Frhs2[2070]: 6 -328 0 shouldn't be
756.64/758.88	WSVECS04 Frhs2[2400]: 6 -253 0 shouldn't be
760.54/762.76	WSVECS04 Frhs2[1937]: 6 -315 0 shouldn't be
760.54/762.76	WSVECS04 Frhs2[2028]: 6 -257 0 shouldn't be
760.54/762.76	WSVECS04 Frhs2[2298]: 6 -257 0 shouldn't be
767.22/769.43	WSVECS04 Frhs2[1895]: 6 -521 0 shouldn't be
767.22/769.43	WSVECS04 Frhs2[1905]: 6 -567 0 shouldn't be
767.22/769.43	WSVECS04 Frhs2[1927]: 6 -605 0 shouldn't be
767.22/769.43	WSVECS04 Frhs2[2003]: 6 -257 0 shouldn't be
767.22/769.43	WSVECS04 Frhs2[2010]: 6 -380 0 shouldn't be
767.22/769.43	WSVECS04 Frhs2[2099]: 6 -337 0 shouldn't be
767.22/769.43	WSVECS04 Frhs2[2209]: 6 -408 0 shouldn't be
767.22/769.43	WSVECS04 Frhs2[2319]: 6 -410 0 shouldn't be
767.22/769.43	WSVECS04 Frhs2[2428]: 6 -325 0 shouldn't be
773.60/775.88	WSVECS04 Frhs2[2403]: 6 -325 0 shouldn't be
779.08/781.31	WSVECS04 Frhs2[2046]: 6 -664 0 shouldn't be
779.08/781.31	WSVECS04 Frhs2[2591]: 6 -260 0 shouldn't be
782.67/785.01	WSVECS04 Frhs2[1805]: 6 -521 0 shouldn't be
782.67/785.01	WSVECS04 Frhs2[2007]: 6 -697 0 shouldn't be
784.36/786.67	WSVECS04 Frhs2[1946]: 6 -567 0 shouldn't be
784.36/786.67	WSVECS04 Frhs2[2001]: 6 -380 0 shouldn't be
784.36/786.67	WSVECS04 Frhs2[2601]: 6 -328 0 shouldn't be
785.56/787.85	WSVECS04 Frhs2[1919]: 6 -337 0 shouldn't be
785.56/787.85	WSVECS04 Frhs2[2103]: 6 -622 0 shouldn't be
785.56/787.85	WSVECS04 Frhs2[2110]: 6 -1380 0 shouldn't be
790.95/793.28	WSVECS04 Frhs2[1901]: 6 -80 0 shouldn't be
794.23/796.56	WSVECS04 Frhs2[1810]: 6 -745 0 shouldn't be
794.23/796.56	WSVECS04 Frhs2[2190]: 6 -380 0 shouldn't be
797.03/799.31	WSVECS04 Frhs2[2697]: 6 -451 0 shouldn't be
819.26/821.67	WSVECS04 Frhs2[2004]: 6 -501 0 shouldn't be
819.26/821.67	WSVECS04 Frhs2[2041]: 6 -250 0 shouldn't be
819.26/821.67	WSVECS04 Frhs2[2209]: 6 -408 0 shouldn't be
819.26/821.67	WSVECS04 Frhs2[2255]: 6 -521 0 shouldn't be
819.26/821.67	WSVECS04 Frhs2[2339]: 6 -86 0 shouldn't be
830.64/833.11	c #Conflicts:     316000 | #Constraints:      60040
830.64/833.11	c #Conflicts:     317000 | #Constraints:      61040
830.64/833.11	c #Conflicts:     318000 | #Constraints:      62040
830.64/833.11	c #Conflicts:     319000 | #Constraints:      63040
830.64/833.11	c #Conflicts:     320000 | #Constraints:      64040
830.64/833.11	c #Conflicts:     321000 | #Constraints:      65040
830.64/833.11	c INPROCESSING
830.64/833.11	c GARBAGE COLLECT
830.64/833.11	c #Conflicts:     322000 | #Constraints:      54839
830.64/833.11	c #Conflicts:     323000 | #Constraints:      55839
830.64/833.11	c #Conflicts:     324000 | #Constraints:      56839
830.64/833.11	c #Conflicts:     325000 | #Constraints:      57839
830.64/833.11	c #Conflicts:     326000 | #Constraints:      58839
830.64/833.11	c #Conflicts:     327000 | #Constraints:      59839
830.64/833.11	c #Conflicts:     328000 | #Constraints:      60839
830.64/833.11	c #Conflicts:     329000 | #Constraints:      61839
830.64/833.11	c #Conflicts:     330000 | #Constraints:      62839
830.64/833.11	c #Conflicts:     331000 | #Constraints:      63839
830.64/833.11	c #Conflicts:     332000 | #Constraints:      64839
830.64/833.11	c #Conflicts:     333000 | #Constraints:      65839
830.64/833.11	c INPROCESSING
830.64/833.11	c GARBAGE COLLECT
830.64/833.11	c #Conflicts:     334000 | #Constraints:      55439
830.64/833.11	c #Conflicts:     335000 | #Constraints:      56439
830.64/833.11	c #Conflicts:     336000 | #Constraints:      57439
830.64/833.11	c #Conflicts:     337000 | #Constraints:      58439
830.64/833.11	c #Conflicts:     338000 | #Constraints:      59439
830.64/833.11	c #Conflicts:     339000 | #Constraints:      60439
830.64/833.11	c #Conflicts:     340000 | #Constraints:      61439
830.64/833.11	c #Conflicts:     341000 | #Constraints:      62439
830.64/833.11	c #Conflicts:     342000 | #Constraints:      63439
830.64/833.11	c #Conflicts:     343000 | #Constraints:      64439
830.64/833.11	c #Conflicts:     344000 | #Constraints:      65439
830.64/833.11	c #Conflicts:     345000 | #Constraints:      66439
830.64/833.11	c INPROCESSING
830.64/833.11	c GARBAGE COLLECT
830.64/833.11	c #Conflicts:     346000 | #Constraints:      55838
830.64/833.11	c #Conflicts:     347000 | #Constraints:      56838
830.64/833.11	c #Conflicts:     348000 | #Constraints:      57838
830.64/833.11	c #Conflicts:     349000 | #Constraints:      58838
830.64/833.11	c #Conflicts:     350000 | #Constraints:      59838
830.64/833.11	c #Conflicts:     351000 | #Constraints:      60838
830.64/833.11	c #Conflicts:     352000 | #Constraints:      61838
830.64/833.11	c #Conflicts:     353000 | #Constraints:      62838
830.64/833.11	c #Conflicts:     354000 | #Constraints:      63838
830.64/833.11	c #Conflicts:     355000 | #Constraints:      64838
830.64/833.11	c #Conflicts:     356000 | #Constraints:      65838
830.64/833.11	c #Conflicts:     357000 | #Constraints:      66838
830.64/833.11	c INPROCESSING
830.64/833.11	c GARBAGE COLLECT
830.64/833.11	c #Conflicts:     358000 | #Constraints:      56025
830.64/833.11	c #Conflicts:     359000 | #Constraints:      57025
830.64/833.11	c #Conflicts:     360000 | #Constraints:      58025
830.64/833.11	c #Conflicts:     361000 | #Constraints:      59025
830.64/833.11	c #Conflicts:     362000 | #Constraints:      60025
830.64/833.11	c #Conflicts:     363000 | #Constraints:      61025
830.64/833.11	c #Conflicts:     364000 | #Constraints:      62025
830.64/833.11	c #Conflicts:     365000 | #Constraints:      63025
830.64/833.11	c #Conflicts:     366000 | #Constraints:      64025
830.64/833.11	c #Conflicts:     367000 | #Constraints:      65025
830.64/833.11	c #Conflicts:     368000 | #Constraints:      66025
830.64/833.11	c bounds 67801 >= 16666 @ 826.254
834.52/836.92	c #Conflicts:     369000 | #Constraints:      67028
834.52/836.92	c INPROCESSING
834.52/836.92	c GARBAGE COLLECT
834.52/836.92	c #Conflicts:     370000 | #Constraints:      56050
834.52/836.92	c #Conflicts:     371000 | #Constraints:      57050
834.52/836.92	c #Conflicts:     372000 | #Constraints:      58050
834.52/836.92	c #Conflicts:     373000 | #Constraints:      59050
834.52/836.92	c #Conflicts:     374000 | #Constraints:      60050
834.52/836.92	c #Conflicts:     375000 | #Constraints:      61050
834.52/836.92	c #Conflicts:     376000 | #Constraints:      62050
834.52/836.92	c #Conflicts:     377000 | #Constraints:      63050
834.52/836.92	c #Conflicts:     378000 | #Constraints:      64050
834.52/836.92	c #Conflicts:     379000 | #Constraints:      65050
834.52/836.92	WSVECS04 Frhs2[9]: 6 0 237 shouldn't be
834.52/836.92	WSVECS04 Frhs2[142]: 6 0 53 shouldn't be
834.52/836.92	WSVECS04 Frhs2[342]: 6 0 62 shouldn't be
834.52/836.92	WSVECS04 Frhs2[403]: 6 -2054.81 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[447]: 6 -200 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[541]: 6 0 191 shouldn't be
834.52/836.92	WSVECS04 Frhs2[543]: 6 0 191 shouldn't be
834.52/836.92	WSVECS04 Frhs2[545]: 6 0 191 shouldn't be
834.52/836.92	WSVECS04 Frhs2[600]: 6 -461 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[601]: 6 -600.158 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[628]: 6 -86 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[645]: 6 -182 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[792]: 6 -819 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[861]: 6 0 234 shouldn't be
834.52/836.92	WSVECS04 Frhs2[880]: 6 0 707 shouldn't be
834.52/836.92	WSVECS04 Frhs2[901]: 6 -384.333 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1006]: 6 0 200 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1008]: 6 0 327.333 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1009]: 6 0 237 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1023]: 6 -1329 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1056]: 6 -20.0001 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1142]: 6 0 39.0001 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1153]: 6 0 14 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1155]: 6 0 14.0001 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1160]: 6 0 14.0001 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1201]: 6 -2744 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1206]: 6 0 200 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1213]: 6 0 13.6843 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1214]: 6 0 13.6843 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1215]: 6 0 13.6843 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1220]: 6 0 13.6843 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1235]: 6 -3237 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1309]: 6 0 37.0001 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1313]: 6 0 4.10531 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1314]: 6 0 4.10535 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1315]: 6 0 4.10535 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1320]: 6 0 4.10535 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1404]: 6 -37.0001 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1409]: 6 0 237 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1413]: 6 0 1.36844 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1414]: 6 0 1.36846 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1415]: 6 0 1.36848 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1418]: 6 0 1.3685 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1420]: 6 0 1.36851 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1442]: 6 0 53 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1445]: 6 -10.0001 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1508]: 6 0 327.333 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1511]: 6 0 177 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1550]: 6 0 10 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1608]: 6 0 327.333 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1643]: 6 -10 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1810]: 6 -745 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1811]: 6 0 452 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1829]: 6 0 7.00004 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1830]: 6 0 152 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1832]: 6 0 113 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1837]: 6 -605 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1882]: 6 -670 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1888]: 6 0 112.842 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1889]: 6 0 351 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1894]: 6 0 508 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1928]: 6 -865.158 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[1987]: 6 0 185 shouldn't be
834.52/836.92	WSVECS04 Frhs2[2041]: 6 0 251 shouldn't be
834.52/836.92	WSVECS04 Frhs2[2208]: 6 0 113 shouldn't be
834.52/836.92	WSVECS04 Frhs2[2209]: 6 0 32 shouldn't be
834.52/836.92	WSVECS04 Frhs2[2211]: 6 0 369 shouldn't be
834.52/836.92	WSVECS04 Frhs2[2249]: 6 0 164 shouldn't be
834.52/836.92	WSVECS04 Frhs2[2498]: 6 -1190 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[2597]: 6 -1025 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[2630]: 6 0 235 shouldn't be
834.52/836.92	WSVECS04 Frhs2[2655]: 6 -945 0 shouldn't be
834.52/836.92	WSVECS04 Frhs2[2670]: 6 0 62.0001 shouldn't be
836.52/839.00	WSVECS04 Frhs2[742]: 6 0 53 shouldn't be
836.52/839.00	WSVECS04 Frhs2[875]: 6 0 707 shouldn't be
836.52/839.00	WSVECS04 Frhs2[1408]: 6 0 327.333 shouldn't be
836.52/839.00	WSVECS04 Frhs2[1708]: 6 0 327.333 shouldn't be
838.73/841.15	WSVECS04 Frhs2[6]: 6 0 200 shouldn't be
838.73/841.15	WSVECS04 Frhs2[8]: 6 0 327.333 shouldn't be
838.73/841.15	WSVECS04 Frhs2[108]: 6 0 327.333 shouldn't be
838.73/841.15	WSVECS04 Frhs2[171]: 6 0 71 shouldn't be
838.73/841.15	WSVECS04 Frhs2[330]: 6 0 172 shouldn't be
838.73/841.15	WSVECS04 Frhs2[345]: 6 0 9.00005 shouldn't be
838.73/841.15	WSVECS04 Frhs2[347]: 6 0 9.00003 shouldn't be
838.73/841.15	WSVECS04 Frhs2[351]: 6 0 313 shouldn't be
838.73/841.15	WSVECS04 Frhs2[406]: 6 0 200 shouldn't be
838.73/841.15	WSVECS04 Frhs2[408]: 6 0 327.333 shouldn't be
838.73/841.15	WSVECS04 Frhs2[471]: 6 0 71.0001 shouldn't be
838.73/841.15	WSVECS04 Frhs2[501]: 6 0 90.158 shouldn't be
838.73/841.15	WSVECS04 Frhs2[607]: 6 0 237 shouldn't be
838.73/841.15	WSVECS04 Frhs2[608]: 6 0 327.333 shouldn't be
838.73/841.15	WSVECS04 Frhs2[609]: 6 0 237 shouldn't be
838.73/841.15	WSVECS04 Frhs2[615]: 6 -90.158 0 shouldn't be
838.73/841.15	WSVECS04 Frhs2[671]: 6 0 71 shouldn't be
838.73/841.15	WSVECS04 Frhs2[708]: 6 0 90.3334 shouldn't be
838.73/841.15	WSVECS04 Frhs2[712]: 6 -177 0 shouldn't be
838.73/841.15	WSVECS04 Frhs2[775]: 6 -5338 0 shouldn't be
838.73/841.15	WSVECS04 Frhs2[906]: 6 0 200 shouldn't be
838.73/841.15	WSVECS04 Frhs2[951]: 6 0 313 shouldn't be
838.73/841.15	WSVECS04 Frhs2[971]: 6 0 71 shouldn't be
838.73/841.15	WSVECS04 Frhs2[1001]: 6 -423.667 0 shouldn't be
838.73/841.15	WSVECS04 Frhs2[1105]: 6 0 415 shouldn't be
838.73/841.15	WSVECS04 Frhs2[1110]: 6 0 415 shouldn't be
838.73/841.15	WSVECS04 Frhs2[1133]: 6 0 522 shouldn't be
838.73/841.15	WSVECS04 Frhs2[1151]: 6 0 327 shouldn't be
838.73/841.15	WSVECS04 Frhs2[1208]: 6 0 327.333 shouldn't be
838.73/841.15	WSVECS04 Frhs2[1242]: 6 0 53.0001 shouldn't be
838.73/841.15	WSVECS04 Frhs2[1319]: 6 0 4.10529 shouldn't be
838.73/841.15	WSVECS04 Frhs2[1371]: 6 0 71.0001 shouldn't be
838.73/841.16	WSVECS04 Frhs2[1421]: 6 0 142 shouldn't be
838.73/841.16	WSVECS04 Frhs2[1423]: 6 0 142 shouldn't be
838.73/841.16	WSVECS04 Frhs2[1425]: 6 0 142 shouldn't be
838.73/841.16	WSVECS04 Frhs2[1478]: 6 -267 0 shouldn't be
838.73/841.16	WSVECS04 Frhs2[1506]: 6 0 200 shouldn't be
838.73/841.16	WSVECS04 Frhs2[1541]: 6 0 10.0001 shouldn't be
838.73/841.16	WSVECS04 Frhs2[1546]: 6 0 10 shouldn't be
838.73/841.16	WSVECS04 Frhs2[1547]: 6 0 10.0001 shouldn't be
838.73/841.16	WSVECS04 Frhs2[1548]: 6 0 1.00002 shouldn't be
838.73/841.16	WSVECS04 Frhs2[1606]: 6 0 200 shouldn't be
838.73/841.16	WSVECS04 Frhs2[1607]: 6 0 237 shouldn't be
838.73/841.16	WSVECS04 Frhs2[1651]: 6 0 242 shouldn't be
838.73/841.16	WSVECS04 Frhs2[1706]: 6 0 200 shouldn't be
838.73/841.16	WSVECS04 Frhs2[1707]: 6 0 237 shouldn't be
838.73/841.16	WSVECS04 Frhs2[1836]: 6 -732 0 shouldn't be
838.73/841.16	WSVECS04 Frhs2[1989]: 6 0 102 shouldn't be
838.73/841.16	WSVECS04 Frhs2[2007]: 6 -697 0 shouldn't be
838.73/841.16	WSVECS04 Frhs2[2248]: 6 0 297 shouldn't be
841.61/844.08	WSVECS04 Frhs2[96]: 6 0 191 shouldn't be
841.61/844.08	WSVECS04 Frhs2[107]: 6 0 237 shouldn't be
841.61/844.08	WSVECS04 Frhs2[242]: 6 0 53.0001 shouldn't be
841.61/844.08	WSVECS04 Frhs2[323]: 6 0 172 shouldn't be
841.61/844.08	WSVECS04 Frhs2[328]: 6 0 172 shouldn't be
841.61/844.08	WSVECS04 Frhs2[329]: 6 0 172 shouldn't be
841.61/844.08	WSVECS04 Frhs2[371]: 6 0 71 shouldn't be
841.61/844.08	WSVECS04 Frhs2[373]: 6 0 142 shouldn't be
841.61/844.08	WSVECS04 Frhs2[411]: 6 0 177 shouldn't be
841.61/844.08	WSVECS04 Frhs2[544]: 6 0 191 shouldn't be
841.61/844.08	WSVECS04 Frhs2[547]: 6 0 191 shouldn't be
841.61/844.08	WSVECS04 Frhs2[551]: 6 0 313 shouldn't be
841.61/844.08	WSVECS04 Frhs2[651]: 6 0 313 shouldn't be
841.61/844.08	WSVECS04 Frhs2[711]: 6 0 177 shouldn't be
841.61/844.08	WSVECS04 Frhs2[908]: 6 0 327.333 shouldn't be
841.61/844.08	WSVECS04 Frhs2[909]: 6 0 237 shouldn't be
841.61/844.08	WSVECS04 Frhs2[1007]: 6 0 237 shouldn't be
841.61/844.08	WSVECS04 Frhs2[1103]: 6 0 415 shouldn't be
841.61/844.08	WSVECS04 Frhs2[1125]: 6 0 522 shouldn't be
841.61/844.08	WSVECS04 Frhs2[1129]: 6 0 514 shouldn't be
841.61/844.08	WSVECS04 Frhs2[1171]: 6 0 71.0001 shouldn't be
841.61/844.08	WSVECS04 Frhs2[1207]: 6 0 237 shouldn't be
841.61/844.08	WSVECS04 Frhs2[1209]: 6 0 237 shouldn't be
841.61/844.08	WSVECS04 Frhs2[1342]: 6 0 53.0001 shouldn't be
841.61/844.08	WSVECS04 Frhs2[1473]: 6 0 142 shouldn't be
841.61/844.08	WSVECS04 Frhs2[1509]: 6 0 237 shouldn't be
841.61/844.08	WSVECS04 Frhs2[1642]: 6 0 53.0001 shouldn't be
841.61/844.08	WSVECS04 Frhs2[1661]: 6 0 228 shouldn't be
841.61/844.08	WSVECS04 Frhs2[1665]: 6 0 65.0001 shouldn't be
841.61/844.08	WSVECS04 Frhs2[1812]: 6 0 516 shouldn't be
841.61/844.08	WSVECS04 Frhs2[1821]: 6 0 209 shouldn't be
841.61/844.08	WSVECS04 Frhs2[1984]: 6 0 167 shouldn't be
841.61/844.08	WSVECS04 Frhs2[1988]: 6 0 305 shouldn't be
841.61/844.08	WSVECS04 Frhs2[2017]: 6 -605 0 shouldn't be
841.61/844.08	WSVECS04 Frhs2[2035]: 6 0 131 shouldn't be
841.61/844.08	WSVECS04 Frhs2[2043]: 6 0 176 shouldn't be
841.61/844.08	WSVECS04 Frhs2[2166]: 6 0 252 shouldn't be
841.61/844.08	WSVECS04 Frhs2[2694]: 6 -697 0 shouldn't be
846.98/849.48	WSVECS04 Frhs2[106]: 6 0 200 shouldn't be
846.98/849.48	WSVECS04 Frhs2[265]: 6 0 65 shouldn't be
846.98/849.48	WSVECS04 Frhs2[505]: 6 0 90.1579 shouldn't be
846.98/849.48	WSVECS04 Frhs2[542]: 6 0 244 shouldn't be
846.98/849.48	WSVECS04 Frhs2[546]: 6 0 191 shouldn't be
846.98/849.48	WSVECS04 Frhs2[597]: 6 0 632 shouldn't be
846.98/849.48	WSVECS04 Frhs2[1065]: 6 0 65 shouldn't be
846.98/849.48	WSVECS04 Frhs2[1111]: 6 0 177 shouldn't be
846.98/849.48	WSVECS04 Frhs2[1135]: 6 0 522 shouldn't be
846.98/849.48	WSVECS04 Frhs2[1265]: 6 0 65 shouldn't be
846.98/849.48	WSVECS04 Frhs2[1361]: 6 0 299 shouldn't be
846.98/849.48	WSVECS04 Frhs2[1407]: 6 0 237 shouldn't be
846.98/849.48	WSVECS04 Frhs2[1419]: 6 0 1.36851 shouldn't be
846.98/849.48	WSVECS04 Frhs2[1430]: 6 0 142 shouldn't be
846.98/849.48	WSVECS04 Frhs2[1471]: 6 0 71 shouldn't be
846.98/849.48	WSVECS04 Frhs2[1543]: 6 0 10.0001 shouldn't be
846.98/849.48	WSVECS04 Frhs2[1673]: 6 0 142 shouldn't be
846.98/849.48	WSVECS04 Frhs2[1709]: 6 0 237 shouldn't be
846.98/849.48	WSVECS04 Frhs2[1982]: 6 0 107 shouldn't be
846.98/849.48	WSVECS04 Frhs2[2184]: 6 0 61.0001 shouldn't be
850.59/853.09	WSVECS04 Frhs2[42]: 6 0 53.0001 shouldn't be
850.59/853.09	WSVECS04 Frhs2[51]: 6 0 313 shouldn't be
850.59/853.09	WSVECS04 Frhs2[97]: 6 0 632 shouldn't be
850.59/853.09	WSVECS04 Frhs2[109]: 6 0 237 shouldn't be
850.59/853.09	WSVECS04 Frhs2[341]: 6 0 9.00008 shouldn't be
850.59/853.09	WSVECS04 Frhs2[396]: 6 0 161 shouldn't be
850.59/853.09	WSVECS04 Frhs2[397]: 6 0 632 shouldn't be
850.59/853.09	WSVECS04 Frhs2[721]: 6 0 142 shouldn't be
850.59/853.09	WSVECS04 Frhs2[796]: 6 0 191 shouldn't be
850.59/853.09	WSVECS04 Frhs2[797]: 6 0 632 shouldn't be
850.59/853.09	WSVECS04 Frhs2[942]: 6 0 53 shouldn't be
850.59/853.09	WSVECS04 Frhs2[1121]: 6 0 522 shouldn't be
850.59/853.09	WSVECS04 Frhs2[1424]: 6 0 142 shouldn't be
850.59/853.09	WSVECS04 Frhs2[1428]: 6 0 142 shouldn't be
850.59/853.09	WSVECS04 Frhs2[1545]: 6 0 10.0001 shouldn't be
850.59/853.09	WSVECS04 Frhs2[1596]: 6 0 191 shouldn't be
850.59/853.09	WSVECS04 Frhs2[1609]: 6 0 237 shouldn't be
850.59/853.09	WSVECS04 Frhs2[1761]: 6 0 299 shouldn't be
850.59/853.09	WSVECS04 Frhs2[2002]: 6 -1020 0 shouldn't be
850.59/853.09	WSVECS04 Frhs2[2061]: 6 0 480 shouldn't be
850.59/853.09	WSVECS04 Frhs2[2069]: 6 -86.0001 0 shouldn't be
850.59/853.09	WSVECS04 Frhs2[2164]: 6 0 775 shouldn't be
850.59/853.09	WSVECS04 Frhs2[2631]: 6 -380 0 shouldn't be
850.59/853.09	WSVECS04 Frhs2[2683]: 6 -467 0 shouldn't be
851.48/854.00	WSVECS04 Frhs2[61]: 6 0 299 shouldn't be
851.48/854.00	WSVECS04 Frhs2[151]: 6 0 313 shouldn't be
851.48/854.00	WSVECS04 Frhs2[161]: 6 0 299 shouldn't be
851.48/854.00	WSVECS04 Frhs2[165]: 6 0 65 shouldn't be
851.48/854.00	WSVECS04 Frhs2[297]: 6 0 632 shouldn't be
851.48/854.00	WSVECS04 Frhs2[321]: 6 0 172 shouldn't be
851.48/854.00	WSVECS04 Frhs2[343]: 6 0 9.00004 shouldn't be
851.48/854.00	WSVECS04 Frhs2[461]: 6 0 299 shouldn't be
851.48/854.00	WSVECS04 Frhs2[496]: 6 0 191 shouldn't be
851.48/854.00	WSVECS04 Frhs2[511]: 6 0 177 shouldn't be
851.48/854.00	WSVECS04 Frhs2[561]: 6 0 299 shouldn't be
851.48/854.00	WSVECS04 Frhs2[565]: 6 0 65 shouldn't be
851.48/854.00	WSVECS04 Frhs2[661]: 6 0 299 shouldn't be
851.48/854.00	WSVECS04 Frhs2[673]: 6 0 142 shouldn't be
851.48/854.00	WSVECS04 Frhs2[723]: 6 0 142 shouldn't be
851.48/854.00	WSVECS04 Frhs2[842]: 6 0 53 shouldn't be
851.48/854.00	WSVECS04 Frhs2[851]: 6 0 313 shouldn't be
851.48/854.00	WSVECS04 Frhs2[911]: 6 0 177 shouldn't be
851.48/854.00	WSVECS04 Frhs2[961]: 6 0 299 shouldn't be
851.48/854.00	WSVECS04 Frhs2[1051]: 6 0 313 shouldn't be
851.48/854.00	WSVECS04 Frhs2[1061]: 6 0 299 shouldn't be
851.48/854.00	WSVECS04 Frhs2[1101]: 6 0 415 shouldn't be
851.48/854.00	WSVECS04 Frhs2[1123]: 6 0 522 shouldn't be
851.48/854.00	WSVECS04 Frhs2[1165]: 6 0 65.0001 shouldn't be
851.48/854.00	WSVECS04 Frhs2[1273]: 6 0 142 shouldn't be
851.48/854.00	WSVECS04 Frhs2[1296]: 6 0 191 shouldn't be
851.48/854.00	WSVECS04 Frhs2[1297]: 6 0 632 shouldn't be
851.48/854.00	WSVECS04 Frhs2[1396]: 6 0 191 shouldn't be
851.48/854.00	WSVECS04 Frhs2[1397]: 6 0 632 shouldn't be
851.48/854.00	WSVECS04 Frhs2[1461]: 6 0 299 shouldn't be
851.48/854.00	WSVECS04 Frhs2[1565]: 6 0 65.0001 shouldn't be
851.48/854.00	WSVECS04 Frhs2[1697]: 6 0 632 shouldn't be
851.48/854.00	WSVECS04 Frhs2[1804]: 6 -605 0 shouldn't be
851.48/854.00	WSVECS04 Frhs2[1890]: 6 0 139 shouldn't be
851.48/854.00	WSVECS04 Frhs2[2006]: 6 -808 0 shouldn't be
851.48/854.00	WSVECS04 Frhs2[2044]: 6 0 74.0001 shouldn't be
851.48/854.00	WSVECS04 Frhs2[2110]: 6 -1043 0 shouldn't be
851.48/854.00	WSVECS04 Frhs2[2557]: 6 0 420 shouldn't be
851.48/854.00	WSVECS04 Frhs2[2614]: 6 -605 0 shouldn't be
851.48/854.00	WSVECS04 Frhs2[2633]: 6 0 58.0001 shouldn't be
851.48/854.00	WSVECS04 Frhs2[2700]: 6 -328 0 shouldn't be
852.77/855.27	WSVECS04 Frhs2[11]: 6 0 177 shouldn't be
852.77/855.27	WSVECS04 Frhs2[111]: 6 0 177 shouldn't be
852.77/855.27	WSVECS04 Frhs2[325]: 6 0 172 shouldn't be
852.77/855.27	WSVECS04 Frhs2[409]: 6 0 237 shouldn't be
852.77/855.27	WSVECS04 Frhs2[497]: 6 0 632 shouldn't be
852.77/855.27	WSVECS04 Frhs2[504]: 6 0 90.158 shouldn't be
852.77/855.27	WSVECS04 Frhs2[611]: 6 0 177 shouldn't be
852.77/855.27	WSVECS04 Frhs2[728]: 6 0 142 shouldn't be
852.77/855.27	WSVECS04 Frhs2[1000]: 6 -126 0 shouldn't be
852.77/855.27	WSVECS04 Frhs2[1042]: 6 0 53.0001 shouldn't be
852.77/855.27	WSVECS04 Frhs2[1497]: 6 0 632 shouldn't be
852.77/855.27	WSVECS04 Frhs2[1549]: 6 0 10.0001 shouldn't be
852.77/855.27	WSVECS04 Frhs2[1571]: 6 0 71.0001 shouldn't be
852.77/855.27	WSVECS04 Frhs2[1597]: 6 0 632 shouldn't be
852.77/855.27	WSVECS04 Frhs2[1797]: 6 0 632 shouldn't be
852.77/855.27	WSVECS04 Frhs2[1887]: 6 0 70.0001 shouldn't be
852.77/855.27	WSVECS04 Frhs2[2165]: 6 -521 0 shouldn't be
855.07/857.51	WSVECS04 Frhs2[510]: 6 0 90.1579 shouldn't be
855.07/857.51	WSVECS04 Frhs2[1696]: 6 0 191 shouldn't be
855.07/857.51	WSVECS04 Frhs2[1796]: 6 0 191 shouldn't be
855.07/857.51	WSVECS04 Frhs2[1814]: 6 0 206 shouldn't be
855.07/857.51	WSVECS04 Frhs2[2060]: 6 0 548 shouldn't be
858.46/860.91	WSVECS04 Frhs2[350]: 6 0 9.00005 shouldn't be
858.46/860.91	WSVECS04 Frhs2[1411]: 6 0 178.369 shouldn't be
858.46/860.91	WSVECS04 Frhs2[1561]: 6 0 299 shouldn't be
861.14/863.61	WSVECS04 Frhs2[71]: 6 0 71 shouldn't be
861.14/863.61	WSVECS04 Frhs2[729]: 6 0 142 shouldn't be
861.14/863.61	WSVECS04 Frhs2[765]: 6 0 65.0001 shouldn't be
861.14/863.61	WSVECS04 Frhs2[1104]: 6 0 415 shouldn't be
861.14/863.61	WSVECS04 Frhs2[1351]: 6 0 313 shouldn't be
861.14/863.61	WSVECS04 Frhs2[1451]: 6 0 313 shouldn't be
861.14/863.61	WSVECS04 Frhs2[1507]: 6 0 237 shouldn't be
863.94/866.43	WSVECS04 Frhs2[65]: 6 0 65 shouldn't be
863.94/866.43	WSVECS04 Frhs2[725]: 6 0 142 shouldn't be
863.94/866.43	WSVECS04 Frhs2[1096]: 6 0 191 shouldn't be
863.94/866.43	WSVECS04 Frhs2[1373]: 6 0 142 shouldn't be
867.03/869.58	WSVECS04 Frhs2[273]: 6 0 142 shouldn't be
867.03/869.58	WSVECS04 Frhs2[407]: 6 0 237 shouldn't be
867.03/869.58	WSVECS04 Frhs2[503]: 6 0 90.158 shouldn't be
867.03/869.58	WSVECS04 Frhs2[596]: 6 0 191 shouldn't be
867.03/869.58	WSVECS04 Frhs2[665]: 6 0 65 shouldn't be
867.03/869.58	WSVECS04 Frhs2[1551]: 6 0 313 shouldn't be
867.03/869.58	WSVECS04 Frhs2[2644]: 6 -646 0 shouldn't be
869.72/872.28	WSVECS04 Frhs2[606]: 6 0 200 shouldn't be
872.42/875.01	WSVECS04 Frhs2[7]: 6 0 237 shouldn't be
872.42/875.01	WSVECS04 Frhs2[296]: 6 0 191 shouldn't be
872.42/875.01	WSVECS04 Frhs2[465]: 6 0 65 shouldn't be
872.42/875.01	WSVECS04 Frhs2[642]: 6 0 53 shouldn't be
872.42/875.01	WSVECS04 Frhs2[1173]: 6 0 142 shouldn't be
872.42/875.01	WSVECS04 Frhs2[1196]: 6 0 191 shouldn't be
872.42/875.01	WSVECS04 Frhs2[1885]: 6 0 121 shouldn't be
879.20/881.76	WSVECS04 Frhs2[173]: 6 0 142 shouldn't be
879.20/881.76	WSVECS04 Frhs2[1406]: 6 0 200 shouldn't be
879.20/881.76	WSVECS04 Frhs2[1765]: 6 0 65.0001 shouldn't be
882.19/884.72	WSVECS04 Frhs2[773]: 6 0 71.0001 shouldn't be
882.19/884.72	WSVECS04 Frhs2[965]: 6 0 65.0001 shouldn't be
882.19/884.72	WSVECS04 Frhs2[1097]: 6 0 632 shouldn't be
882.19/884.72	WSVECS04 Frhs2[1128]: 6 0 522 shouldn't be
884.78/887.30	WSVECS04 Frhs2[345]: 6 0 9 shouldn't be
884.78/887.30	WSVECS04 Frhs2[396]: 6 0 161 shouldn't be
884.78/887.30	WSVECS04 Frhs2[447]: 6 -200 0 shouldn't be
884.78/887.30	WSVECS04 Frhs2[505]: 6 0 90.1579 shouldn't be
884.78/887.30	WSVECS04 Frhs2[545]: 6 0 191 shouldn't be
884.78/887.30	WSVECS04 Frhs2[615]: 6 -90.1579 0 shouldn't be
884.78/887.30	WSVECS04 Frhs2[628]: 6 -86 0 shouldn't be
884.78/887.30	WSVECS04 Frhs2[645]: 6 -182 0 shouldn't be
884.78/887.30	WSVECS04 Frhs2[708]: 6 0 90.3333 shouldn't be
884.78/887.30	WSVECS04 Frhs2[712]: 6 -177 0 shouldn't be
884.78/887.30	WSVECS04 Frhs2[721]: 6 0 142 shouldn't be
884.78/887.30	WSVECS04 Frhs2[723]: 6 0 142 shouldn't be
884.78/887.30	WSVECS04 Frhs2[728]: 6 0 142 shouldn't be
884.78/887.30	WSVECS04 Frhs2[729]: 6 0 142 shouldn't be
884.78/887.30	WSVECS04 Frhs2[730]: 6 0 142 shouldn't be
884.78/887.30	WSVECS04 Frhs2[775]: 6 -5338 0 shouldn't be
884.78/887.30	WSVECS04 Frhs2[792]: 6 -819 0 shouldn't be
884.78/887.30	WSVECS04 Frhs2[861]: 6 0 234 shouldn't be
884.78/887.30	WSVECS04 Frhs2[880]: 6 0 707 shouldn't be
884.78/887.30	WSVECS04 Frhs2[901]: 6 -384.333 0 shouldn't be
884.78/887.30	WSVECS04 Frhs2[1023]: 6 -1329 0 shouldn't be
884.78/887.30	WSVECS04 Frhs2[1061]: 6 0 299 shouldn't be
884.78/887.30	WSVECS04 Frhs2[1133]: 6 0 522 shouldn't be
884.78/887.30	WSVECS04 Frhs2[1235]: 6 -3237 0 shouldn't be
884.78/887.30	WSVECS04 Frhs2[1309]: 6 0 37 shouldn't be
884.78/887.30	WSVECS04 Frhs2[1404]: 6 -37 0 shouldn't be
884.78/887.30	WSVECS04 Frhs2[1423]: 6 0 142 shouldn't be
884.78/887.30	WSVECS04 Frhs2[1445]: 6 -10 0 shouldn't be
884.78/887.30	WSVECS04 Frhs2[1478]: 6 -267 0 shouldn't be
884.78/887.30	WSVECS04 Frhs2[1548]: 6 0 1 shouldn't be
884.78/887.30	WSVECS04 Frhs2[1643]: 6 -10 0 shouldn't be
884.78/887.30	WSVECS04 Frhs2[1661]: 6 0 228 shouldn't be
884.78/887.30	WSVECS04 Frhs2[1811]: 6 0 452 shouldn't be
884.78/887.30	WSVECS04 Frhs2[1821]: 6 0 209 shouldn't be
884.78/887.30	WSVECS04 Frhs2[1885]: 6 0 121 shouldn't be
884.78/887.30	WSVECS04 Frhs2[1888]: 6 0 112.842 shouldn't be
884.78/887.30	WSVECS04 Frhs2[1894]: 6 0 508 shouldn't be
884.78/887.30	WSVECS04 Frhs2[1982]: 6 0 107 shouldn't be
884.78/887.30	WSVECS04 Frhs2[1987]: 6 0 185 shouldn't be
884.78/887.30	WSVECS04 Frhs2[2044]: 6 0 74 shouldn't be
884.78/887.30	WSVECS04 Frhs2[2110]: 6 -1043 0 shouldn't be
884.78/887.30	WSVECS04 Frhs2[2208]: 6 0 113 shouldn't be
887.98/890.56	WSVECS04 Frhs2[42]: 6 0 53 shouldn't be
887.98/890.56	WSVECS04 Frhs2[343]: 6 0 9 shouldn't be
887.98/890.56	WSVECS04 Frhs2[403]: 6 -2054.81 0 shouldn't be
887.98/890.56	WSVECS04 Frhs2[547]: 6 0 191 shouldn't be
887.98/890.56	WSVECS04 Frhs2[601]: 6 -600.158 0 shouldn't be
887.98/890.56	WSVECS04 Frhs2[1000]: 6 -126 0 shouldn't be
887.98/890.56	WSVECS04 Frhs2[1056]: 6 -20 0 shouldn't be
887.98/890.56	WSVECS04 Frhs2[1314]: 6 0 4.10526 shouldn't be
887.98/890.56	WSVECS04 Frhs2[1320]: 6 0 4.10526 shouldn't be
887.98/890.56	WSVECS04 Frhs2[1543]: 6 0 10 shouldn't be
887.98/890.56	WSVECS04 Frhs2[1810]: 6 -745 0 shouldn't be
887.98/890.56	WSVECS04 Frhs2[1829]: 6 0 7 shouldn't be
887.98/890.56	WSVECS04 Frhs2[1889]: 6 0 351 shouldn't be
887.98/890.56	WSVECS04 Frhs2[2007]: 6 -697 0 shouldn't be
887.98/890.56	WSVECS04 Frhs2[2017]: 6 -605 0 shouldn't be
887.98/890.56	WSVECS04 Frhs2[2069]: 6 -86 0 shouldn't be
887.98/890.56	WSVECS04 Frhs2[2209]: 6 0 32 shouldn't be
890.97/893.50	WSVECS04 Frhs2[328]: 6 0 172 shouldn't be
890.97/893.50	WSVECS04 Frhs2[408]: 6 0 327.333 shouldn't be
890.97/893.50	WSVECS04 Frhs2[501]: 6 0 90.1579 shouldn't be
890.97/893.50	WSVECS04 Frhs2[503]: 6 0 90.1579 shouldn't be
890.97/893.50	WSVECS04 Frhs2[504]: 6 0 90.1579 shouldn't be
890.97/893.50	WSVECS04 Frhs2[1465]: 6 0 65 shouldn't be
890.97/893.50	WSVECS04 Frhs2[1541]: 6 0 10 shouldn't be
890.97/893.50	WSVECS04 Frhs2[1596]: 6 0 191 shouldn't be
890.97/893.50	WSVECS04 Frhs2[1988]: 6 0 305 shouldn't be
890.97/893.50	WSVECS04 Frhs2[2006]: 6 -808 0 shouldn't be
890.97/893.50	WSVECS04 Frhs2[2052]: 6 0 575 shouldn't be
890.97/893.51	WSVECS04 Frhs2[2164]: 6 0 775 shouldn't be
894.75/897.35	WSVECS04 Frhs2[510]: 6 0 90.1579 shouldn't be
894.75/897.35	WSVECS04 Frhs2[796]: 6 0 191 shouldn't be
894.75/897.35	WSVECS04 Frhs2[971]: 6 0 71 shouldn't be
894.75/897.35	WSVECS04 Frhs2[1549]: 6 0 10 shouldn't be
894.75/897.35	WSVECS04 Frhs2[1550]: 6 0 10 shouldn't be
894.75/897.35	WSVECS04 Frhs2[1651]: 6 0 242 shouldn't be
894.75/897.35	WSVECS04 Frhs2[1804]: 6 -605 0 shouldn't be
894.75/897.35	WSVECS04 Frhs2[1812]: 6 0 516 shouldn't be
894.75/897.35	WSVECS04 Frhs2[1836]: 6 -732 0 shouldn't be
894.75/897.35	WSVECS04 Frhs2[1882]: 6 -670 0 shouldn't be
894.75/897.35	WSVECS04 Frhs2[2557]: 6 0 420 shouldn't be
894.75/897.35	WSVECS04 Frhs2[2683]: 6 -467 0 shouldn't be
901.34/903.93	c #Conflicts:     380000 | #Constraints:      66050
901.34/903.93	c #Conflicts:     381000 | #Constraints:      67050
901.34/903.93	c INPROCESSING
901.34/903.93	c GARBAGE COLLECT
901.34/903.93	c #Conflicts:     382000 | #Constraints:      55842
901.34/903.93	c #Conflicts:     383000 | #Constraints:      56842
901.34/903.93	c #Conflicts:     384000 | #Constraints:      57842
901.34/903.93	c #Conflicts:     385000 | #Constraints:      58842
901.34/903.93	c #Conflicts:     386000 | #Constraints:      59842
901.34/903.93	c #Conflicts:     387000 | #Constraints:      60842
901.34/903.93	c #Conflicts:     388000 | #Constraints:      61842
901.34/903.93	c #Conflicts:     389000 | #Constraints:      62842
901.34/903.93	c #Conflicts:     390000 | #Constraints:      63842
901.34/903.93	c #Conflicts:     391000 | #Constraints:      64842
901.34/903.93	c #Conflicts:     392000 | #Constraints:      65842
901.34/903.93	c #Conflicts:     393000 | #Constraints:      66842
901.34/903.93	c #Conflicts:     394000 | #Constraints:      67842
901.34/903.93	c INPROCESSING
901.34/903.93	c GARBAGE COLLECT
901.34/903.93	c rational objective 40264
1013.92/1016.89	c #Conflicts:     395000 | #Constraints:      56463
1013.92/1016.89	c #Conflicts:     396000 | #Constraints:      57463
1013.92/1016.89	c #Conflicts:     397000 | #Constraints:      58463
1013.92/1016.89	c #Conflicts:     398000 | #Constraints:      59463
1013.92/1016.89	c #Conflicts:     399000 | #Constraints:      60463
1013.92/1016.89	c #Conflicts:     400000 | #Constraints:      61463
1013.92/1016.89	c #Conflicts:     401000 | #Constraints:      62463
1013.92/1016.89	c #Conflicts:     402000 | #Constraints:      63463
1013.92/1016.89	c #Conflicts:     403000 | #Constraints:      64463
1013.92/1016.89	c #Conflicts:     404000 | #Constraints:      65463
1013.92/1016.89	c #Conflicts:     405000 | #Constraints:      66463
1013.92/1016.89	c #Conflicts:     406000 | #Constraints:      67463
1013.92/1016.89	c #Conflicts:     407000 | #Constraints:      68463
1013.92/1016.89	c INPROCESSING
1013.92/1016.89	c GARBAGE COLLECT
1013.92/1016.89	c rational objective 40264
1020.30/1023.21	c #Conflicts:     408000 | #Constraints:      56896
1020.30/1023.21	c #Conflicts:     409000 | #Constraints:      57896
1020.30/1023.21	c #Conflicts:     410000 | #Constraints:      58896
1020.30/1023.21	c #Conflicts:     411000 | #Constraints:      59896
1020.30/1023.21	c #Conflicts:     412000 | #Constraints:      60896
1020.30/1023.21	c #Conflicts:     413000 | #Constraints:      61896
1020.30/1023.21	c #Conflicts:     414000 | #Constraints:      62896
1020.30/1023.21	c #Conflicts:     415000 | #Constraints:      63896
1020.30/1023.21	c #Conflicts:     416000 | #Constraints:      64896
1020.30/1023.21	c #Conflicts:     417000 | #Constraints:      65896
1020.30/1023.21	c #Conflicts:     418000 | #Constraints:      66896
1020.30/1023.21	c #Conflicts:     419000 | #Constraints:      67896
1020.30/1023.21	c #Conflicts:     420000 | #Constraints:      68896
1020.30/1023.21	c INPROCESSING
1020.30/1023.21	c GARBAGE COLLECT
1020.30/1023.21	c #Conflicts:     421000 | #Constraints:      57113
1020.30/1023.21	c #Conflicts:     422000 | #Constraints:      58113
1020.30/1023.21	c #Conflicts:     423000 | #Constraints:      59113
1020.30/1023.21	c #Conflicts:     424000 | #Constraints:      60113
1020.30/1023.21	c #Conflicts:     425000 | #Constraints:      61113
1020.30/1023.21	c #Conflicts:     426000 | #Constraints:      62113
1020.30/1023.21	c #Conflicts:     427000 | #Constraints:      63113
1020.30/1023.21	c #Conflicts:     428000 | #Constraints:      64113
1020.30/1023.21	c #Conflicts:     429000 | #Constraints:      65113
1020.30/1023.21	c #Conflicts:     430000 | #Constraints:      66113
1020.30/1023.21	c #Conflicts:     431000 | #Constraints:      67113
1020.30/1023.21	c #Conflicts:     432000 | #Constraints:      68113
1020.30/1023.21	c #Conflicts:     433000 | #Constraints:      69113
1020.30/1023.21	c INPROCESSING
1020.30/1023.21	c GARBAGE COLLECT
1020.30/1023.21	c #Conflicts:     434000 | #Constraints:      57135
1020.30/1023.21	c #Conflicts:     435000 | #Constraints:      58135
1020.30/1023.21	c #Conflicts:     436000 | #Constraints:      59135
1020.30/1023.21	c #Conflicts:     437000 | #Constraints:      60135
1020.30/1023.21	c #Conflicts:     438000 | #Constraints:      61135
1020.30/1023.21	c #Conflicts:     439000 | #Constraints:      62135
1020.30/1023.21	c #Conflicts:     440000 | #Constraints:      63135
1020.30/1023.21	c #Conflicts:     441000 | #Constraints:      64135
1020.30/1023.21	c #Conflicts:     442000 | #Constraints:      65135
1020.30/1023.21	c #Conflicts:     443000 | #Constraints:      66136
1020.30/1023.21	WSVECS04 Frhs2[52]: 6 0 17.6667 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[58]: 6 0 268 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[123]: 6 -200.703 0 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[186]: 6 0 182.319 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[189]: 6 -343.779 0 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[209]: 6 0 4060.47 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[251]: 6 0 17.6668 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[259]: 6 0 3838.64 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[269]: 6 0 3845.45 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[273]: 6 0 45.0001 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[277]: 6 0 45.0001 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[279]: 6 0 45.0001 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[309]: 6 0 4163.73 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[356]: 6 -123.667 0 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[359]: 6 0 3820.97 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[376]: 6 -45 0 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[384]: 6 -1253 0 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[386]: 6 0 182.319 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[412]: 6 -370.553 0 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[459]: 6 0 3838.64 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[620]: 6 0 9289.99 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[651]: 6 0 17.6667 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[659]: 6 0 3838.64 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[669]: 6 0 3845.45 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[670]: 6 0 4233.69 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[686]: 6 0 182.319 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[701]: 6 0 1419.96 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[710]: 6 0 10846.9 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[711]: 6 0 110.624 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[718]: 6 0 138.968 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[720]: 6 0 9419.96 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[730]: 6 0 9278.25 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[756]: 6 -356.333 0 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[768]: 6 0 78 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[770]: 6 0 4311.69 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[787]: 6 0 391.137 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[867]: 6 -913 0 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[959]: 6 0 3729.81 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[986]: 6 0 182.319 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1086]: 6 0 182.319 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1089]: 6 -297.779 0 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1103]: 6 0 446.203 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1109]: 6 0 4429.38 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1124]: 6 0 52.5519 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1155]: 6 0 261.5 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1183]: 6 0 404.681 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1185]: 6 0 404.681 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1189]: 6 0 404.681 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1212]: 6 -930.317 0 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1223]: 6 -711.297 0 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1230]: 6 0 5001.23 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1259]: 6 0 3552.97 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1282]: 6 -1069.44 0 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1286]: 6 0 182.319 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1324]: 6 0 52.5519 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1369]: 6 0 3845.45 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1382]: 6 0 373.583 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1389]: 6 0 373.583 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1459]: 6 0 3820.97 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1489]: 6 -348.902 0 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1501]: 6 -877.186 0 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1551]: 6 -348.833 0 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1559]: 6 0 3820.97 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1567]: 6 -194.12 0 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1586]: 6 0 182.319 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1652]: 6 0 17.6667 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1653]: 6 0 35.3334 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1659]: 6 0 3820.97 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1660]: 6 0 8441.55 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1686]: 6 0 182.319 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1752]: 6 0 17.6667 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1753]: 6 0 35.3334 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1754]: 6 0 1849.96 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[1758]: 6 0 268 shouldn't be
1020.30/1023.21	WSVECS04 Frhs2[2453]: 6 0 108 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[8]: 6 0 117.098 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[153]: 6 0 35.3334 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[308]: 6 0 234.858 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[324]: 6 0 1181.17 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[364]: 6 0 1843.84 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[418]: 6 0 138.968 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[464]: 6 0 1843.84 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[518]: 6 0 138.968 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[704]: 6 0 2548.58 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[811]: 6 0 110.624 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[817]: 6 0 129.965 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[1004]: 6 0 1128.61 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[1264]: 6 0 1887.17 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[1317]: 6 0 132.068 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[1319]: 6 0 1524.69 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[1419]: 6 0 1446.72 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[1487]: 6 0 512.098 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[1488]: 6 0 757.221 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[1505]: 6 0 1375.26 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[1564]: 6 0 1843.84 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[1612]: 6 -707.518 0 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[1624]: 6 0 1181.17 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[1725]: 6 0 622.581 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[2254]: 6 -605 0 shouldn't be
1021.60/1024.53	WSVECS04 Frhs2[2543]: 6 0 2.22096 shouldn't be
1022.80/1025.77	WSVECS04 Frhs2[113]: 6 0 50.4187 shouldn't be
1022.80/1025.77	WSVECS04 Frhs2[429]: 6 0 1181.17 shouldn't be
1022.80/1025.77	WSVECS04 Frhs2[752]: 6 0 17.6667 shouldn't be
1022.80/1025.77	WSVECS04 Frhs2[803]: 6 0 446.203 shouldn't be
1022.80/1025.77	WSVECS04 Frhs2[1002]: 6 0 34.7599 shouldn't be
1022.80/1025.77	WSVECS04 Frhs2[1005]: 6 0 1375.26 shouldn't be
1022.80/1025.77	WSVECS04 Frhs2[1008]: 6 0 500.503 shouldn't be
1022.80/1025.77	WSVECS04 Frhs2[1287]: 6 0 512.098 shouldn't be
1022.80/1025.77	WSVECS04 Frhs2[1288]: 6 0 757.221 shouldn't be
1022.80/1025.77	WSVECS04 Frhs2[2494]: 6 -587 0 shouldn't be
1022.80/1025.77	WSVECS04 Frhs2[2524]: 6 -605 0 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[12]: 6 -993.552 0 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[219]: 6 0 1411.96 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[258]: 6 0 257.323 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[319]: 6 0 1522.58 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[352]: 6 0 17.6667 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[358]: 6 0 268 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[414]: 6 0 1128.61 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[419]: 6 0 1522.58 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[424]: 6 0 1181.17 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[458]: 6 0 285.667 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[524]: 6 0 1181.17 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[554]: 6 0 1849.96 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[558]: 6 0 268 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[614]: 6 0 998.65 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[619]: 6 0 1392.62 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[624]: 6 0 1181.17 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[688]: 6 0 757.221 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[714]: 6 0 1128.61 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[719]: 6 0 1522.58 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[758]: 6 0 268 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[766]: 6 0 78.0001 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[786]: 6 0 182.319 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[819]: 6 0 1522.58 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[887]: 6 0 512.098 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[905]: 6 0 2132.26 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[1001]: 6 -1125 0 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[1119]: 6 0 1522.58 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[1214]: 6 0 1128.61 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[1219]: 6 0 1522.58 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[1224]: 6 0 1181.17 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[1514]: 6 0 1128.61 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[1558]: 6 0 268 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[1619]: 6 0 1522.58 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[1723]: 6 -590.583 0 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[2104]: 6 -646 0 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[2137]: 6 -646 0 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[2151]: 6 -328 0 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[2158]: 6 -325 0 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[2181]: 6 -380 0 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[2191]: 6 -1380 0 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[2198]: 6 -1090 0 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[2212]: 6 -410 0 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[2222]: 6 -311 0 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[2247]: 6 -451 0 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[2473]: 6 -1190 0 shouldn't be
1024.59/1027.58	WSVECS04 Frhs2[2482]: 6 -410 0 shouldn't be
1027.29/1030.29	WSVECS04 Frhs2[276]: 6 0 45.0001 shouldn't be
1027.29/1030.29	WSVECS04 Frhs2[304]: 6 0 862.969 shouldn't be
1027.29/1030.29	WSVECS04 Frhs2[654]: 6 0 1867.63 shouldn't be
1027.29/1030.29	WSVECS04 Frhs2[788]: 6 0 757.221 shouldn't be
1027.29/1030.29	WSVECS04 Frhs2[925]: 6 0 1803.72 shouldn't be
1027.29/1030.29	WSVECS04 Frhs2[1105]: 6 0 1375.26 shouldn't be
1027.29/1030.29	WSVECS04 Frhs2[1357]: 6 0 352.667 shouldn't be
1027.29/1030.29	WSVECS04 Frhs2[1421]: 6 0 276 shouldn't be
1027.29/1030.29	WSVECS04 Frhs2[1620]: 6 0 9419.96 shouldn't be
1027.29/1030.29	WSVECS04 Frhs2[2166]: 6 -370 0 shouldn't be
1027.29/1030.29	WSVECS04 Frhs2[2171]: 6 -80.0001 0 shouldn't be
1027.29/1030.29	WSVECS04 Frhs2[2434]: 6 -605 0 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[20]: 6 0 978.405 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[163]: 6 0 6.12043 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[187]: 6 0 512.098 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[387]: 6 0 489.319 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[452]: 6 0 35.3334 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[508]: 6 0 500.503 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[802]: 6 0 34.7599 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[908]: 6 0 1257.5 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[1003]: 6 0 446.203 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[1169]: 6 0 3501.9 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[1269]: 6 0 3888.79 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[1502]: 6 0 34.7598 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[1511]: 6 0 110.624 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[1552]: 6 0 17.6667 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[1588]: 6 0 757.221 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[2075]: 6 -521 0 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[2291]: 6 -764.5 0 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[2441]: 6 -80 0 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[2444]: 6 0 50 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[2486]: 6 -567 0 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[2497]: 6 -646 0 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[2501]: 6 -260 0 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[2564]: 6 -1060 0 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[2593]: 6 -467 0 shouldn't be
1029.88/1032.88	WSVECS04 Frhs2[2601]: 6 -328 0 shouldn't be
1058.90/1061.96	c #Conflicts:     444000 | #Constraints:      67136
1058.90/1061.96	c #Conflicts:     445000 | #Constraints:      68136
1058.90/1061.96	c #Conflicts:     446000 | #Constraints:      69136
1058.90/1061.96	c INPROCESSING
1058.90/1061.96	c GARBAGE COLLECT
1058.90/1061.96	c #Conflicts:     447000 | #Constraints:      56936
1058.90/1061.96	c #Conflicts:     448000 | #Constraints:      57936
1058.90/1061.96	c #Conflicts:     449000 | #Constraints:      58936
1058.90/1061.96	c #Conflicts:     450000 | #Constraints:      59936
1058.90/1061.96	c #Conflicts:     451000 | #Constraints:      60936
1058.90/1061.96	c #Conflicts:     452000 | #Constraints:      61936
1058.90/1061.96	c #Conflicts:     453000 | #Constraints:      62936
1058.90/1061.96	c #Conflicts:     454000 | #Constraints:      63936
1058.90/1061.96	c #Conflicts:     455000 | #Constraints:      64936
1058.90/1061.96	c #Conflicts:     456000 | #Constraints:      65936
1058.90/1061.96	c #Conflicts:     457000 | #Constraints:      66936
1058.90/1061.96	c #Conflicts:     458000 | #Constraints:      67936
1058.90/1061.96	c #Conflicts:     459000 | #Constraints:      68936
1058.90/1061.96	c #Conflicts:     460000 | #Constraints:      69936
1058.90/1061.96	c INPROCESSING
1058.90/1061.96	c GARBAGE COLLECT
1058.90/1061.96	c #Conflicts:     461000 | #Constraints:      57580
1058.90/1061.96	c #Conflicts:     462000 | #Constraints:      58580
1058.90/1061.96	c #Conflicts:     463000 | #Constraints:      59580
1058.90/1061.96	c #Conflicts:     464000 | #Constraints:      60580
1058.90/1061.96	c #Conflicts:     465000 | #Constraints:      61581
1058.90/1061.96	c #Conflicts:     466000 | #Constraints:      62581
1058.90/1061.96	c #Conflicts:     467000 | #Constraints:      63581
1058.90/1061.96	c #Conflicts:     468000 | #Constraints:      64582
1058.90/1061.96	c #Conflicts:     469000 | #Constraints:      65582
1058.90/1061.96	c #Conflicts:     470000 | #Constraints:      66582
1058.90/1061.96	c #Conflicts:     471000 | #Constraints:      67583
1058.90/1061.96	c #Conflicts:     472000 | #Constraints:      68584
1058.90/1061.96	c #Conflicts:     473000 | #Constraints:      69584
1058.90/1061.96	c #Conflicts:     474000 | #Constraints:      70586
1058.90/1061.96	c INPROCESSING
1058.90/1061.96	c GARBAGE COLLECT
1058.90/1061.96	c rational objective 40264
1061.40/1064.47	c #Conflicts:     475000 | #Constraints:      57966
1061.40/1064.47	c #Conflicts:     476000 | #Constraints:      58966
1061.40/1064.47	c #Conflicts:     477000 | #Constraints:      59966
1061.40/1064.47	c #Conflicts:     478000 | #Constraints:      60966
1061.40/1064.47	WSVECS04 Frhs2[23]: 6 -234.129 0 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[133]: 6 0 496.55 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[174]: 6 0 91.5166 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[201]: 6 -271.457 0 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[230]: 6 0 133.619 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[401]: 6 0 312.703 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[502]: 6 0 172.458 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[504]: 6 0 509.945 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[506]: 6 0 55.6006 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[508]: 6 0 139 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[524]: 6 0 68.3813 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[562]: 6 0 326.85 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[570]: 6 0 186.275 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[662]: 6 0 326.85 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[678]: 6 0 260.129 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[778]: 6 -1186.25 0 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[805]: 6 0 450.805 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[855]: 6 0 444.227 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[870]: 6 0 186.275 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[970]: 6 0 186.275 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[991]: 6 -113 0 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[1007]: 6 0 78.6869 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[1030]: 6 0 133.619 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[1067]: 6 -295.022 0 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[1070]: 6 0 186.275 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[1078]: 6 0 189.685 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[1109]: 6 0 47.2751 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[1169]: 6 -357.972 0 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[1233]: 6 0 392 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[1301]: 6 -1011.56 0 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[1303]: 6 0 97.7162 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[1371]: 6 0 71.4726 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[1623]: 6 0 491.51 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[1673]: 6 0 13.9197 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[1729]: 6 -1234.05 0 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[1773]: 6 0 86.7054 shouldn't be
1061.40/1064.47	WSVECS04 Frhs2[2081]: 6 0 257 shouldn't be
1062.59/1065.61	WSVECS04 Frhs2[193]: 6 0 98.5422 shouldn't be
1062.59/1065.61	WSVECS04 Frhs2[993]: 6 0 98.5421 shouldn't be
1062.59/1065.61	WSVECS04 Frhs2[1307]: 6 0 71.4726 shouldn't be
1062.59/1065.61	WSVECS04 Frhs2[1309]: 6 0 212.519 shouldn't be
1062.59/1065.61	WSVECS04 Frhs2[1310]: 6 0 146.735 shouldn't be
1063.89/1066.96	WSVECS04 Frhs2[128]: 6 0 794.381 shouldn't be
1063.89/1066.96	WSVECS04 Frhs2[208]: 6 0 139 shouldn't be
1063.89/1066.96	WSVECS04 Frhs2[393]: 6 0 98.5421 shouldn't be
1063.89/1066.96	WSVECS04 Frhs2[403]: 6 0 477.946 shouldn't be
1063.89/1066.96	WSVECS04 Frhs2[675]: 6 0 942.866 shouldn't be
1063.89/1066.96	WSVECS04 Frhs2[697]: 6 0 201.458 shouldn't be
1063.89/1066.96	WSVECS04 Frhs2[771]: 6 0 78.3151 shouldn't be
1063.89/1066.96	WSVECS04 Frhs2[775]: 6 0 397.177 shouldn't be
1063.89/1066.96	WSVECS04 Frhs2[810]: 6 0 288.142 shouldn't be
1063.89/1066.96	WSVECS04 Frhs2[901]: 6 -479.203 0 shouldn't be
1063.89/1066.96	WSVECS04 Frhs2[903]: 6 0 337.702 shouldn't be
1063.89/1066.96	WSVECS04 Frhs2[1119]: 6 0 871.446 shouldn't be
1063.89/1066.96	WSVECS04 Frhs2[1302]: 6 0 172.458 shouldn't be
1063.89/1066.96	WSVECS04 Frhs2[1306]: 6 0 55.6005 shouldn't be
1063.89/1066.96	WSVECS04 Frhs2[1308]: 6 0 139 shouldn't be
1063.89/1066.96	WSVECS04 Frhs2[1319]: 6 0 980.468 shouldn't be
1063.89/1066.96	WSVECS04 Frhs2[1719]: 6 0 912.941 shouldn't be
1063.89/1066.96	WSVECS04 Frhs2[2090]: 6 0 257 shouldn't be
1063.89/1066.96	WSVECS04 Frhs2[2402]: 6 -147 0 shouldn't be
1063.89/1066.96	WSVECS04 Frhs2[2647]: 6 -605 0 shouldn't be
1063.89/1066.96	WSVECS04 Frhs2[2696]: 6 -1270 0 shouldn't be
1065.28/1068.37	WSVECS04 Frhs2[33]: 6 0 496.55 shouldn't be
1065.28/1068.37	WSVECS04 Frhs2[130]: 6 0 928 shouldn't be
1065.28/1068.37	WSVECS04 Frhs2[179]: 6 0 408.098 shouldn't be
1065.28/1068.37	WSVECS04 Frhs2[199]: 6 0 351.733 shouldn't be
1065.28/1068.37	WSVECS04 Frhs2[323]: 6 0 971.252 shouldn't be
1065.28/1068.37	WSVECS04 Frhs2[330]: 6 0 1104.87 shouldn't be
1065.28/1068.37	WSVECS04 Frhs2[413]: 6 0 64.5788 shouldn't be
1065.28/1068.37	WSVECS04 Frhs2[493]: 6 0 98.5422 shouldn't be
1065.28/1068.37	WSVECS04 Frhs2[615]: 6 0 692.899 shouldn't be
1065.28/1068.37	WSVECS04 Frhs2[772]: 6 0 6.8426 shouldn't be
1065.28/1068.37	WSVECS04 Frhs2[815]: 6 0 776 shouldn't be
1065.28/1068.37	WSVECS04 Frhs2[1137]: 6 0 538.044 shouldn't be
1065.28/1068.37	WSVECS04 Frhs2[1262]: 6 0 406.85 shouldn't be
1065.28/1068.37	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
1065.28/1068.37	WSVECS04 Frhs2[2100]: 6 -380 0 shouldn't be
1065.28/1068.37	WSVECS04 Frhs2[2528]: 6 -467 0 shouldn't be
1065.28/1068.37	WSVECS04 Frhs2[2557]: 6 -605 0 shouldn't be
1065.28/1068.37	WSVECS04 Frhs2[2597]: 6 -1060 0 shouldn't be
1067.38/1070.48	WSVECS04 Frhs2[30]: 6 0 133.619 shouldn't be
1067.38/1070.48	WSVECS04 Frhs2[123]: 6 0 794.381 shouldn't be
1067.38/1070.48	WSVECS04 Frhs2[159]: 6 0 471.52 shouldn't be
1067.38/1070.48	WSVECS04 Frhs2[206]: 6 0 55.6006 shouldn't be
1067.38/1070.48	WSVECS04 Frhs2[210]: 6 0 288.142 shouldn't be
1067.38/1070.48	WSVECS04 Frhs2[353]: 6 0 222.114 shouldn't be
1067.38/1070.48	WSVECS04 Frhs2[907]: 6 0 243.931 shouldn't be
1067.38/1070.48	WSVECS04 Frhs2[910]: 6 0 460.6 shouldn't be
1067.38/1070.48	WSVECS04 Frhs2[1064]: 6 0 236.022 shouldn't be
1067.38/1070.48	WSVECS04 Frhs2[1094]: 6 0 126 shouldn't be
1067.38/1070.48	WSVECS04 Frhs2[1179]: 6 0 436.635 shouldn't be
1067.38/1070.48	WSVECS04 Frhs2[1263]: 6 0 139 shouldn't be
1067.38/1070.48	WSVECS04 Frhs2[1264]: 6 0 316.022 shouldn't be
1067.38/1070.48	WSVECS04 Frhs2[1329]: 6 0 39.8473 shouldn't be
1067.38/1070.48	WSVECS04 Frhs2[1359]: 6 0 471.52 shouldn't be
1067.38/1070.48	WSVECS04 Frhs2[1399]: 6 0 351.733 shouldn't be
1067.38/1070.48	WSVECS04 Frhs2[1759]: 6 0 471.52 shouldn't be
1067.38/1070.48	WSVECS04 Frhs2[2055]: 6 -808 0 shouldn't be
1077.75/1080.83	c #Conflicts:     479000 | #Constraints:      61966
1077.75/1080.83	c #Conflicts:     480000 | #Constraints:      62966
1077.75/1080.83	c #Conflicts:     481000 | #Constraints:      63966
1077.75/1080.83	c #Conflicts:     482000 | #Constraints:      64966
1077.75/1080.83	c #Conflicts:     483000 | #Constraints:      65966
1077.75/1080.83	c #Conflicts:     484000 | #Constraints:      66966
1077.75/1080.83	c #Conflicts:     485000 | #Constraints:      67966
1077.75/1080.83	c #Conflicts:     486000 | #Constraints:      68966
1077.75/1080.83	c #Conflicts:     487000 | #Constraints:      69966
1077.75/1080.83	c #Conflicts:     488000 | #Constraints:      70966
1077.75/1080.83	c INPROCESSING
1077.75/1080.83	c GARBAGE COLLECT
1077.75/1080.83	c rational objective 40264
1081.84/1084.94	c #Conflicts:     489000 | #Constraints:      58149
1081.84/1084.94	c #Conflicts:     490000 | #Constraints:      59149
1081.84/1084.94	c #Conflicts:     491000 | #Constraints:      60149
1081.84/1084.94	c #Conflicts:     492000 | #Constraints:      61149
1081.84/1084.94	c #Conflicts:     493000 | #Constraints:      62149
1081.84/1084.94	c #Conflicts:     494000 | #Constraints:      63149
1081.84/1084.94	c #Conflicts:     495000 | #Constraints:      64149
1081.84/1084.94	c #Conflicts:     496000 | #Constraints:      65149
1081.84/1084.94	c #Conflicts:     497000 | #Constraints:      66149
1081.84/1084.94	WSVECS04 Frhs2[304]: 6 0 71.8302 shouldn't be
1081.84/1084.94	WSVECS04 Frhs2[314]: 6 0 167.902 shouldn't be
1081.84/1084.94	WSVECS04 Frhs2[469]: 6 0 15.4803 shouldn't be
1081.84/1084.94	WSVECS04 Frhs2[511]: 6 0 32.3712 shouldn't be
1081.84/1084.94	WSVECS04 Frhs2[517]: 6 0 16.5245 shouldn't be
1081.84/1084.94	WSVECS04 Frhs2[675]: 6 0 325.608 shouldn't be
1081.84/1084.94	WSVECS04 Frhs2[676]: 6 0 15.4802 shouldn't be
1081.84/1084.94	WSVECS04 Frhs2[798]: 6 0 1138.91 shouldn't be
1081.84/1084.94	WSVECS04 Frhs2[853]: 6 0 49.6046 shouldn't be
1081.84/1084.94	WSVECS04 Frhs2[863]: 6 0 49.6047 shouldn't be
1081.84/1084.94	WSVECS04 Frhs2[919]: 6 0 229.73 shouldn't be
1081.84/1084.94	WSVECS04 Frhs2[946]: 6 -311 0 shouldn't be
1081.84/1084.94	WSVECS04 Frhs2[951]: 6 0 15.8467 shouldn't be
1081.84/1084.94	WSVECS04 Frhs2[956]: 6 -63.4803 0 shouldn't be
1081.84/1084.94	WSVECS04 Frhs2[958]: 6 0 15.4803 shouldn't be
1081.84/1084.94	WSVECS04 Frhs2[976]: 6 0 15.4803 shouldn't be
1081.84/1084.94	WSVECS04 Frhs2[998]: 6 0 1413.61 shouldn't be
1081.84/1084.94	WSVECS04 Frhs2[1537]: 6 0 279.945 shouldn't be
1081.84/1084.94	WSVECS04 Frhs2[1561]: 6 0 0.366517 shouldn't be
1081.84/1084.94	WSVECS04 Frhs2[1620]: 6 0 237.756 shouldn't be
1081.84/1084.94	WSVECS04 Frhs2[1655]: 6 0 462.024 shouldn't be
1081.84/1084.94	WSVECS04 Frhs2[1680]: 6 0 52.1997 shouldn't be
1091.52/1094.67	c #Conflicts:     498000 | #Constraints:      67149
1091.52/1094.67	c #Conflicts:     499000 | #Constraints:      68149
1091.52/1094.67	c #Conflicts:     500000 | #Constraints:      69149
1091.52/1094.67	c #Conflicts:     501000 | #Constraints:      70149
1091.52/1094.67	c #Conflicts:     502000 | #Constraints:      71149
1091.52/1094.67	c INPROCESSING
1091.52/1094.67	c GARBAGE COLLECT
1091.52/1094.67	c rational objective 40264
1094.72/1097.84	c #Conflicts:     503000 | #Constraints:      58148
1094.72/1097.84	c #Conflicts:     504000 | #Constraints:      59148
1094.72/1097.84	c #Conflicts:     505000 | #Constraints:      60148
1094.72/1097.84	c #Conflicts:     506000 | #Constraints:      61148
1094.72/1097.84	WSVECS04 Frhs2[3]: 6 0 283 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[8]: 6 -1880 0 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[78]: 6 -6.00003 0 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[104]: 6 0 377 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[110]: 6 0 377 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[203]: 6 0 220 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[571]: 6 0 221 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[578]: 6 -222 0 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[603]: 6 0 419 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[771]: 6 0 221 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[871]: 6 0 1097 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[878]: 6 0 876 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[1001]: 6 -979 0 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[1003]: 6 0 283 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[1171]: 6 0 788 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[1178]: 6 0 567 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[1180]: 6 0 567 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[1218]: 6 0 6.00001 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[1272]: 6 -1296 0 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[1477]: 6 0 6.00002 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[1478]: 6 -6.00001 0 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[1501]: 6 -20.0001 0 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[1583]: 6 0 63 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[1655]: 6 0 102 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[1706]: 6 0 10.0001 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[1707]: 6 0 10 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[1758]: 6 -381 0 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[1778]: 6 -227 0 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[1802]: 6 0 38.0001 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[2321]: 6 0 206 shouldn't be
1094.72/1097.84	WSVECS04 Frhs2[2469]: 6 -1020 0 shouldn't be
1095.51/1098.60	WSVECS04 Frhs2[577]: 6 0 6.00002 shouldn't be
1095.51/1098.60	WSVECS04 Frhs2[861]: 6 0 13.5 shouldn't be
1095.51/1098.60	WSVECS04 Frhs2[872]: 6 0 876 shouldn't be
1095.51/1098.60	WSVECS04 Frhs2[1061]: 6 0 13.5001 shouldn't be
1095.51/1098.60	WSVECS04 Frhs2[1615]: 6 0 6.00004 shouldn't be
1095.51/1098.60	WSVECS04 Frhs2[1658]: 6 0 102 shouldn't be
1095.51/1098.60	WSVECS04 Frhs2[1708]: 6 0 10.0001 shouldn't be
1095.51/1098.60	WSVECS04 Frhs2[1771]: 6 0 221 shouldn't be
1095.51/1098.60	WSVECS04 Frhs2[2319]: 6 -2.00003 0 shouldn't be
1095.51/1098.60	WSVECS04 Frhs2[2322]: 6 0 281 shouldn't be
1096.30/1099.40	WSVECS04 Frhs2[53]: 6 0 63.0001 shouldn't be
1096.30/1099.40	WSVECS04 Frhs2[1777]: 6 0 6.00009 shouldn't be
1097.40/1100.50	WSVECS04 Frhs2[518]: 6 0 6.0001 shouldn't be
1097.40/1100.50	WSVECS04 Frhs2[677]: 6 0 6.00008 shouldn't be
1097.40/1100.50	WSVECS04 Frhs2[718]: 6 0 6.00008 shouldn't be
1097.40/1100.50	WSVECS04 Frhs2[807]: 6 0 10.0001 shouldn't be
1097.40/1100.50	WSVECS04 Frhs2[808]: 6 0 10 shouldn't be
1097.40/1100.50	WSVECS04 Frhs2[818]: 6 0 6.00009 shouldn't be
1097.40/1100.50	WSVECS04 Frhs2[1013]: 6 0 30 shouldn't be
1097.40/1100.50	WSVECS04 Frhs2[1105]: 6 0 220 shouldn't be
1097.40/1100.50	WSVECS04 Frhs2[1453]: 6 0 63.0001 shouldn't be
1107.58/1110.74	c #Conflicts:     507000 | #Constraints:      62148
1107.58/1110.74	c #Conflicts:     508000 | #Constraints:      63148
1107.58/1110.74	c #Conflicts:     509000 | #Constraints:      64148
1107.58/1110.74	c #Conflicts:     510000 | #Constraints:      65148
1107.58/1110.74	c #Conflicts:     511000 | #Constraints:      66148
1107.58/1110.74	c #Conflicts:     512000 | #Constraints:      67148
1107.58/1110.74	c #Conflicts:     513000 | #Constraints:      68148
1107.58/1110.74	c #Conflicts:     514000 | #Constraints:      69148
1107.58/1110.74	c #Conflicts:     515000 | #Constraints:      70148
1107.58/1110.74	c #Conflicts:     516000 | #Constraints:      71148
1107.58/1110.74	c INPROCESSING
1107.58/1110.74	c GARBAGE COLLECT
1107.58/1110.74	c rational objective 40264
1113.66/1116.86	c #Conflicts:     517000 | #Constraints:      57923
1113.66/1116.86	c #Conflicts:     518000 | #Constraints:      58923
1113.66/1116.86	c #Conflicts:     519000 | #Constraints:      59923
1113.66/1116.86	c #Conflicts:     520000 | #Constraints:      60923
1113.66/1116.86	c #Conflicts:     521000 | #Constraints:      61923
1113.66/1116.86	c #Conflicts:     522000 | #Constraints:      62923
1113.66/1116.86	c #Conflicts:     523000 | #Constraints:      63923
1113.66/1116.86	c #Conflicts:     524000 | #Constraints:      64923
1113.66/1116.86	c #Conflicts:     525000 | #Constraints:      65923
1113.66/1116.86	c #Conflicts:     526000 | #Constraints:      66924
1113.66/1116.86	c #Conflicts:     527000 | #Constraints:      67924
1113.66/1116.86	WSVECS04 Frhs2[39]: 6 0 419 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[105]: 6 0 53.6667 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[106]: 6 0 53.6667 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[201]: 6 0 809.333 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[205]: 6 0 863 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[207]: 6 0 809.333 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[245]: 6 -34.3334 0 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[246]: 6 0 68.6667 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[301]: 6 -3170.53 0 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[407]: 6 0 12 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[409]: 6 0 12.0001 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[440]: 6 0 220 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[445]: 6 0 34.3334 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[608]: 6 0 173 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[801]: 6 -541.333 0 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[901]: 6 -477.067 0 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[934]: 6 -824 0 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[939]: 6 0 309 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[1010]: 6 0 698.667 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[1040]: 6 0 323 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[1134]: 6 -206 0 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[1140]: 6 0 220 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[1439]: 6 0 309 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[1449]: 6 0 34.3334 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[1858]: 6 0 12 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[1860]: 6 0 152 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[1862]: 6 0 144 shouldn't be
1113.66/1116.86	WSVECS04 Frhs2[2155]: 6 0 39 shouldn't be
1114.36/1117.54	WSVECS04 Frhs2[32]: 6 0 7.00009 shouldn't be
1114.36/1117.54	WSVECS04 Frhs2[104]: 6 0 173 shouldn't be
1114.36/1117.54	WSVECS04 Frhs2[304]: 6 0 173 shouldn't be
1114.36/1117.54	WSVECS04 Frhs2[449]: 6 0 34.3334 shouldn't be
1115.15/1118.36	WSVECS04 Frhs2[1863]: 6 0 141 shouldn't be
1124.33/1127.55	c #Conflicts:     528000 | #Constraints:      68924
1124.33/1127.55	c #Conflicts:     529000 | #Constraints:      69924
1124.33/1127.55	c #Conflicts:     530000 | #Constraints:      70924
1124.33/1127.55	c #Conflicts:     531000 | #Constraints:      71924
1124.33/1127.55	c INPROCESSING
1124.33/1127.55	c GARBAGE COLLECT
1124.33/1127.55	c rational objective 40264
1128.62/1131.87	c #Conflicts:     532000 | #Constraints:      58534
1128.62/1131.87	c #Conflicts:     533000 | #Constraints:      59534
1128.62/1131.87	c #Conflicts:     534000 | #Constraints:      60534
1128.62/1131.87	c #Conflicts:     535000 | #Constraints:      61534
1128.62/1131.87	c #Conflicts:     536000 | #Constraints:      62534
1128.62/1131.87	c #Conflicts:     537000 | #Constraints:      63534
1128.62/1131.87	c #Conflicts:     538000 | #Constraints:      64534
1128.62/1131.87	c #Conflicts:     539000 | #Constraints:      65534
1128.62/1131.87	c #Conflicts:     540000 | #Constraints:      66534
1128.62/1131.87	c #Conflicts:     541000 | #Constraints:      67534
1128.62/1131.87	c #Conflicts:     542000 | #Constraints:      68534
1128.62/1131.87	WSVECS04 Frhs2[71]: 6 0 100.385 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[79]: 6 0 90.2001 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[103]: 6 -4003.73 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[112]: 6 -257.9 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[145]: 6 -85.2 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[175]: 6 0 371.626 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[204]: 6 0 386.182 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[243]: 6 0 486.2 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[244]: 6 0 437.3 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[246]: 6 0 486.2 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[247]: 6 0 486.2 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[250]: 6 0 486.2 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[256]: 6 -226 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[258]: 6 0 17.6 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[296]: 6 -600 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[346]: 6 -3392.7 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[356]: 6 -135.7 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[358]: 6 0 17.6 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[373]: 6 0 244.335 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[375]: 6 0 381.811 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[376]: 6 0 10.1845 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[401]: 6 -264.368 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[404]: 6 0 560.637 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[410]: 6 0 169.728 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[458]: 6 0 17.6 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[471]: 6 0 100.384 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[478]: 6 -925.082 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[501]: 6 0 225.665 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[510]: 6 0 395.392 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[601]: 6 -514.978 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[602]: 6 0 203.274 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[673]: 6 0 272.403 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[710]: 6 0 169.728 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[801]: 6 -2525.01 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[810]: 6 0 169.728 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[871]: 6 0 100.385 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[874]: 6 0 67.0576 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[878]: 6 -308.384 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[973]: 6 0 272.403 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1001]: 6 -1010.87 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1004]: 6 0 560.637 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1010]: 6 0 169.728 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1075]: 6 0 371.626 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1079]: 6 0 90.2 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1102]: 6 0 968.939 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1104]: 6 0 1326.3 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1110]: 6 0 935.393 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1156]: 6 -70.4001 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1173]: 6 0 272.403 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1179]: 6 0 128.453 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1201]: 6 -230.566 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1202]: 6 0 203.274 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1210]: 6 0 169.728 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1253]: 6 0 17.6 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1275]: 6 0 419.326 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1310]: 6 0 169.728 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1351]: 6 -246.1 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1353]: 6 0 17.6 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1375]: 6 0 334.212 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1402]: 6 0 203.274 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1410]: 6 0 169.728 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1504]: 6 0 422 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1553]: 6 0 17.6 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1556]: 6 -160.3 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1602]: 6 0 234.365 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1603]: 6 0 31.0908 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1604]: 6 0 591.728 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1605]: 6 0 370.546 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1675]: 6 0 334.212 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[1709]: 6 0 571.9 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2074]: 6 -605 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2085]: 6 -567 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2099]: 6 -337 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2100]: 6 -380 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2102]: 6 -408 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2106]: 6 -732 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2110]: 6 -1380 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2116]: 6 -521 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2128]: 6 -622 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2137]: 6 -646 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2150]: 6 -260 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2160]: 6 -328 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2287]: 6 -605 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2300]: 6 -606 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2524]: 6 -605 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2531]: 6 -80 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2546]: 6 -808 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2553]: 6 -622 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2564]: 6 -1060 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2567]: 6 -315 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2582]: 6 -311 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2587]: 6 -646 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2593]: 6 -467 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2598]: 6 -557 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2600]: 6 -260 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2601]: 6 -328 0 shouldn't be
1128.62/1131.87	WSVECS04 Frhs2[2610]: 6 -328 0 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[29]: 6 0 137.9 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[149]: 6 0 47.7001 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[151]: 6 0 47.7001 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[174]: 6 0 67.0576 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[193]: 6 0 200 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[273]: 6 0 143.95 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[473]: 6 0 234.15 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[569]: 6 0 137.9 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[674]: 6 0 105.31 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[875]: 6 0 371.626 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[971]: 6 0 138.637 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1043]: 6 0 48.9001 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1047]: 6 0 48.9 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1069]: 6 0 137.9 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1129]: 6 0 137.9 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1149]: 6 0 137.9 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1152]: 6 0 17.6 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1160]: 6 0 17.6 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1176]: 6 0 38.2526 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1199]: 6 0 137.9 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1260]: 6 0 17.6 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1271]: 6 0 148.085 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1302]: 6 0 203.274 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1358]: 6 0 17.6001 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1451]: 6 0 112 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1454]: 6 0 112 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1455]: 6 0 112 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1459]: 6 0 129.6 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1473]: 6 0 293.709 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1474]: 6 0 126.617 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1475]: 6 0 431.186 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1552]: 6 0 17.6 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1573]: 6 0 272.403 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1574]: 6 0 105.31 shouldn't be
1134.31/1137.58	WSVECS04 Frhs2[1729]: 6 0 137.9 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[60]: 6 0 17.6001 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[69]: 6 0 137.9 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[99]: 6 0 137.9 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[109]: 6 0 30.8816 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[129]: 6 0 47.7 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[192]: 6 0 200 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[259]: 6 0 155.5 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[353]: 6 0 17.6001 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[359]: 6 0 17.6001 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[360]: 6 0 17.6001 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[445]: 6 0 367 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[469]: 6 0 137.9 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[529]: 6 0 137.9 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[559]: 6 0 137.9 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[579]: 6 0 90.2001 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[679]: 6 0 128.453 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[759]: 6 0 137.9 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[773]: 6 0 272.403 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[901]: 6 0 445.363 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1029]: 6 0 137.9 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1059]: 6 0 155.5 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1099]: 6 0 137.9 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1101]: 6 0 765.665 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1106]: 6 0 734.574 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1109]: 6 0 1476.2 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1204]: 6 0 560.637 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1205]: 6 0 339.456 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1259]: 6 0 17.6 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1301]: 6 -508 0 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1305]: 6 0 339.456 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1352]: 6 0 17.6001 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1359]: 6 0 17.6 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1452]: 6 0 129.6 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1453]: 6 0 129.6 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1471]: 6 0 159.944 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1505]: 6 0 200.819 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1579]: 6 0 128.453 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1599]: 6 0 137.9 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1649]: 6 0 137.9 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1699]: 6 0 137.9 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1749]: 6 0 137.9 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1753]: 6 0 17.6 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1759]: 6 0 155.5 shouldn't be
1138.40/1141.62	WSVECS04 Frhs2[1773]: 6 0 272.403 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[2]: 6 0 612.819 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[9]: 6 0 1120.08 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[19]: 6 0 137.9 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[49]: 6 0 137.9 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[153]: 6 0 65.3001 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[155]: 6 0 47.7001 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[194]: 6 0 200 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[199]: 6 0 247.7 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[449]: 6 0 504.9 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[474]: 6 0 67.0576 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[574]: 6 0 67.0576 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[729]: 6 0 137.9 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[1005]: 6 0 339.455 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[1049]: 6 0 186.8 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[1103]: 6 0 765.665 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[1209]: 6 0 572.637 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[1252]: 6 0 17.6 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[1304]: 6 0 560.637 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[1371]: 6 0 62.9699 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[1374]: 6 0 29.6429 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[1404]: 6 0 560.637 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[1405]: 6 0 339.456 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[1460]: 6 0 129.6 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[1529]: 6 0 137.9 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[1558]: 6 0 17.6 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[1576]: 6 0 38.2525 shouldn't be
1145.47/1148.71	WSVECS04 Frhs2[1719]: 6 0 137.9 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[3]: 6 0 409.545 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[152]: 6 0 65.3 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[191]: 6 0 200 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[196]: 6 0 200 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[419]: 6 0 137.9 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[475]: 6 0 371.626 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[545]: 6 -117.9 0 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[549]: 6 0 137.9 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[604]: 6 0 560.637 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[610]: 6 0 169.728 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[659]: 6 0 137.9 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[675]: 6 0 409.879 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[702]: 6 0 203.274 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[709]: 6 0 710.537 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[802]: 6 0 203.274 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[910]: 6 0 615.091 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[1153]: 6 0 17.6001 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[1159]: 6 0 155.5 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[1477]: 6 0 21.307 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[1509]: 6 0 571.9 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[1575]: 6 0 409.879 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[1669]: 6 0 137.9 shouldn't be
1152.36/1155.64	WSVECS04 Frhs2[1769]: 6 0 137.9 shouldn't be
1158.64/1161.92	WSVECS04 Frhs2[504]: 6 0 786.302 shouldn't be
1158.64/1161.92	WSVECS04 Frhs2[671]: 6 0 138.637 shouldn't be
1158.64/1161.92	WSVECS04 Frhs2[699]: 6 0 137.9 shouldn't be
1158.64/1161.92	WSVECS04 Frhs2[749]: 6 0 137.9 shouldn't be
1158.64/1161.92	WSVECS04 Frhs2[774]: 6 0 105.31 shouldn't be
1158.64/1161.92	WSVECS04 Frhs2[779]: 6 0 128.453 shouldn't be
1158.64/1161.92	WSVECS04 Frhs2[974]: 6 0 105.31 shouldn't be
1158.64/1161.92	WSVECS04 Frhs2[1119]: 6 0 137.9 shouldn't be
1158.64/1161.92	WSVECS04 Frhs2[1171]: 6 0 138.637 shouldn't be
1158.64/1161.92	WSVECS04 Frhs2[1560]: 6 0 17.6001 shouldn't be
1158.64/1161.92	WSVECS04 Frhs2[1673]: 6 0 196.735 shouldn't be
1158.64/1161.92	WSVECS04 Frhs2[1679]: 6 0 52.7854 shouldn't be
1158.64/1161.92	WSVECS04 Frhs2[1799]: 6 0 137.9 shouldn't be
1162.33/1165.69	WSVECS04 Frhs2[119]: 6 0 47.7001 shouldn't be
1162.33/1165.69	WSVECS04 Frhs2[160]: 6 0 65.3001 shouldn't be
1162.33/1165.69	WSVECS04 Frhs2[171]: 6 0 100.384 shouldn't be
1162.33/1165.69	WSVECS04 Frhs2[873]: 6 0 234.15 shouldn't be
1162.33/1165.69	WSVECS04 Frhs2[1659]: 6 0 155.5 shouldn't be
1163.43/1166.77	WSVECS04 Frhs2[4]: 6 0 970.182 shouldn't be
1163.43/1166.77	WSVECS04 Frhs2[123]: 6 -137.9 0 shouldn't be
1163.43/1166.77	WSVECS04 Frhs2[173]: 6 0 234.15 shouldn't be
1163.43/1166.77	WSVECS04 Frhs2[253]: 6 0 17.6 shouldn't be
1163.43/1166.77	WSVECS04 Frhs2[479]: 6 0 90.2001 shouldn't be
1163.43/1166.77	WSVECS04 Frhs2[903]: 6 0 445.363 shouldn't be
1163.43/1166.77	WSVECS04 Frhs2[907]: 6 0 219.698 shouldn't be
1163.43/1166.77	WSVECS04 Frhs2[909]: 6 0 1018 shouldn't be
1163.43/1166.77	WSVECS04 Frhs2[1045]: 6 0 48.9001 shouldn't be
1163.43/1166.77	WSVECS04 Frhs2[1046]: 6 0 48.9001 shouldn't be
1163.43/1166.77	WSVECS04 Frhs2[1071]: 6 0 100.385 shouldn't be
1164.63/1167.93	WSVECS04 Frhs2[269]: 6 0 137.9 shouldn't be
1164.63/1167.93	WSVECS04 Frhs2[429]: 6 0 137.9 shouldn't be
1164.63/1167.93	WSVECS04 Frhs2[669]: 6 0 137.9 shouldn't be
1164.63/1167.93	WSVECS04 Frhs2[1009]: 6 0 710.537 shouldn't be
1164.63/1167.93	WSVECS04 Frhs2[1169]: 6 0 137.9 shouldn't be
1164.63/1167.93	WSVECS04 Frhs2[1609]: 6 0 741.628 shouldn't be
1164.63/1167.93	WSVECS04 Frhs2[1629]: 6 0 137.9 shouldn't be
1167.12/1170.46	WSVECS04 Frhs2[260]: 6 0 17.6 shouldn't be
1167.12/1170.46	WSVECS04 Frhs2[571]: 6 0 100.385 shouldn't be
1167.12/1170.46	WSVECS04 Frhs2[1002]: 6 0 203.274 shouldn't be
1167.12/1170.46	WSVECS04 Frhs2[1019]: 6 0 137.9 shouldn't be
1171.51/1174.81	WSVECS04 Frhs2[459]: 6 0 155.5 shouldn't be
1171.51/1174.81	WSVECS04 Frhs2[499]: 6 0 137.9 shouldn't be
1171.51/1174.81	WSVECS04 Frhs2[1174]: 6 0 105.31 shouldn't be
1175.29/1178.60	WSVECS04 Frhs2[599]: 6 0 137.9 shouldn't be
1175.29/1178.60	WSVECS04 Frhs2[809]: 6 0 572.637 shouldn't be
1178.19/1181.54	WSVECS04 Frhs2[352]: 6 0 17.6001 shouldn't be
1178.19/1181.54	WSVECS04 Frhs2[509]: 6 0 936.202 shouldn't be
1178.19/1181.54	WSVECS04 Frhs2[719]: 6 0 137.9 shouldn't be
1178.19/1181.54	WSVECS04 Frhs2[1360]: 6 0 17.6001 shouldn't be
1178.19/1181.54	WSVECS04 Frhs2[1476]: 6 0 59.5595 shouldn't be
1178.19/1181.54	WSVECS04 Frhs2[1559]: 6 0 155.5 shouldn't be
1178.19/1181.54	WSVECS04 Frhs2[1779]: 6 0 128.453 shouldn't be
1181.08/1184.47	WSVECS04 Frhs2[59]: 6 0 155.5 shouldn't be
1187.68/1191.05	WSVECS04 Frhs2[299]: 6 0 137.9 shouldn't be
1187.68/1191.05	WSVECS04 Frhs2[409]: 6 0 710.537 shouldn't be
1187.68/1191.05	WSVECS04 Frhs2[704]: 6 0 560.637 shouldn't be
1191.15/1194.52	WSVECS04 Frhs2[154]: 6 0 47.7001 shouldn't be
1191.15/1194.52	WSVECS04 Frhs2[1158]: 6 0 17.6 shouldn't be
1191.15/1194.52	WSVECS04 Frhs2[1519]: 6 0 137.9 shouldn't be
1195.03/1198.48	WSVECS04 Frhs2[503]: 6 0 225.665 shouldn't be
1195.03/1198.48	WSVECS04 Frhs2[629]: 6 0 137.9 shouldn't be
1198.13/1201.59	WSVECS04 Frhs2[10]: 6 0 579.272 shouldn't be
1198.13/1201.59	WSVECS04 Frhs2[1041]: 6 0 48.9001 shouldn't be
1198.13/1201.59	WSVECS04 Frhs2[1274]: 6 0 114.758 shouldn't be
1198.13/1201.59	WSVECS04 Frhs2[1619]: 6 0 137.9 shouldn't be
1198.13/1201.59	WSVECS04 Frhs2[1652]: 6 0 17.6 shouldn't be
1201.42/1204.81	WSVECS04 Frhs2[405]: 6 0 339.456 shouldn't be
1201.42/1204.81	WSVECS04 Frhs2[519]: 6 0 137.9 shouldn't be
1201.42/1204.81	WSVECS04 Frhs2[619]: 6 0 137.9 shouldn't be
1201.42/1204.81	WSVECS04 Frhs2[805]: 6 0 339.455 shouldn't be
1207.40/1210.80	WSVECS04 Frhs2[1073]: 6 0 234.15 shouldn't be
1210.79/1214.29	WSVECS04 Frhs2[605]: 6 0 339.455 shouldn't be
1210.79/1214.29	WSVECS04 Frhs2[1258]: 6 0 17.6001 shouldn't be
1213.28/1216.70	WSVECS04 Frhs2[1569]: 6 0 137.9 shouldn't be
1219.87/1223.38	WSVECS04 Frhs2[609]: 6 0 710.537 shouldn't be
1219.87/1223.38	WSVECS04 Frhs2[1309]: 6 0 572.637 shouldn't be
1223.76/1227.20	WSVECS04 Frhs2[804]: 6 0 560.637 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[103]: 6 -4003.73 0 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[112]: 6 -257.9 0 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[243]: 6 0 486.2 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[244]: 6 0 437.3 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[246]: 6 0 486.2 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[247]: 6 0 486.2 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[346]: 6 -3392.7 0 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[356]: 6 -135.7 0 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[401]: 6 -264.368 0 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[459]: 6 0 155.5 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[469]: 6 0 137.9 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[705]: 6 0 339.455 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[749]: 6 0 137.9 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[878]: 6 -308.384 0 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[901]: 6 0 445.363 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[907]: 6 0 219.698 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[1071]: 6 0 100.384 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[1101]: 6 0 765.665 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[1149]: 6 0 137.9 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[1156]: 6 -70.4 0 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[1252]: 6 0 17.6 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[1253]: 6 0 17.6 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[1259]: 6 0 17.6 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[1309]: 6 0 572.637 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[1359]: 6 0 17.6 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[1375]: 6 0 334.212 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[1556]: 6 -160.3 0 shouldn't be
1226.85/1230.33	WSVECS04 Frhs2[1759]: 6 0 155.5 shouldn't be
1230.65/1234.12	WSVECS04 Frhs2[296]: 6 -600 0 shouldn't be
1230.65/1234.12	WSVECS04 Frhs2[973]: 6 0 272.403 shouldn't be
1230.65/1234.12	WSVECS04 Frhs2[1152]: 6 0 17.6 shouldn't be
1230.65/1234.12	WSVECS04 Frhs2[1173]: 6 0 272.403 shouldn't be
1230.65/1234.12	WSVECS04 Frhs2[1201]: 6 -230.566 0 shouldn't be
1230.65/1234.12	WSVECS04 Frhs2[1301]: 6 -508 0 shouldn't be
1230.65/1234.12	WSVECS04 Frhs2[1351]: 6 -246.1 0 shouldn't be
1230.65/1234.12	WSVECS04 Frhs2[1452]: 6 0 129.6 shouldn't be
1230.65/1234.12	WSVECS04 Frhs2[1477]: 6 0 21.3069 shouldn't be
1230.65/1234.12	WSVECS04 Frhs2[1552]: 6 0 17.6 shouldn't be
1230.65/1234.12	WSVECS04 Frhs2[1773]: 6 0 272.403 shouldn't be
1230.65/1234.12	WSVECS04 Frhs2[1779]: 6 0 128.453 shouldn't be
1230.65/1234.12	WSVECS04 Frhs2[2300]: 6 -606 0 shouldn't be
1234.33/1237.83	WSVECS04 Frhs2[145]: 6 -85.2 0 shouldn't be
1234.33/1237.83	WSVECS04 Frhs2[579]: 6 0 90.2 shouldn't be
1234.33/1237.83	WSVECS04 Frhs2[679]: 6 0 128.453 shouldn't be
1234.33/1237.83	WSVECS04 Frhs2[804]: 6 0 560.637 shouldn't be
1234.33/1237.83	WSVECS04 Frhs2[1004]: 6 0 560.637 shouldn't be
1234.33/1237.83	WSVECS04 Frhs2[1045]: 6 0 48.9 shouldn't be
1238.02/1241.55	WSVECS04 Frhs2[71]: 6 0 100.384 shouldn't be
1238.02/1241.55	WSVECS04 Frhs2[151]: 6 0 47.7 shouldn't be
1238.02/1241.55	WSVECS04 Frhs2[154]: 6 0 47.7 shouldn't be
1238.02/1241.55	WSVECS04 Frhs2[519]: 6 0 137.9 shouldn't be
1238.02/1241.55	WSVECS04 Frhs2[559]: 6 0 137.9 shouldn't be
1238.02/1241.55	WSVECS04 Frhs2[649]: 6 0 137.9 shouldn't be
1238.02/1241.55	WSVECS04 Frhs2[801]: 6 -2525.01 0 shouldn't be
1238.02/1241.55	WSVECS04 Frhs2[875]: 6 0 371.626 shouldn't be
1238.02/1241.55	WSVECS04 Frhs2[1043]: 6 0 48.9 shouldn't be
1238.02/1241.55	WSVECS04 Frhs2[1069]: 6 0 137.9 shouldn't be
1241.71/1245.29	WSVECS04 Frhs2[123]: 6 -137.9 0 shouldn't be
1241.71/1245.29	WSVECS04 Frhs2[149]: 6 0 47.7 shouldn't be
1241.71/1245.29	WSVECS04 Frhs2[171]: 6 0 100.384 shouldn't be
1241.71/1245.29	WSVECS04 Frhs2[256]: 6 -226 0 shouldn't be
1241.71/1245.29	WSVECS04 Frhs2[545]: 6 -117.9 0 shouldn't be
1241.71/1245.29	WSVECS04 Frhs2[1029]: 6 0 137.9 shouldn't be
1241.71/1245.29	WSVECS04 Frhs2[1260]: 6 0 17.6 shouldn't be
1241.71/1245.29	WSVECS04 Frhs2[1673]: 6 0 196.735 shouldn't be
1241.71/1245.29	WSVECS04 Frhs2[2524]: 6 -605 0 shouldn't be
1246.10/1249.62	WSVECS04 Frhs2[204]: 6 0 386.182 shouldn't be
1246.10/1249.62	WSVECS04 Frhs2[419]: 6 0 137.9 shouldn't be
1246.10/1249.62	WSVECS04 Frhs2[458]: 6 0 17.6 shouldn't be
1246.10/1249.62	WSVECS04 Frhs2[549]: 6 0 137.9 shouldn't be
1246.10/1249.62	WSVECS04 Frhs2[704]: 6 0 560.637 shouldn't be
1246.10/1249.62	WSVECS04 Frhs2[710]: 6 0 169.728 shouldn't be
1246.10/1249.62	WSVECS04 Frhs2[775]: 6 0 409.879 shouldn't be
1246.10/1249.62	WSVECS04 Frhs2[1110]: 6 0 935.392 shouldn't be
1246.10/1249.62	WSVECS04 Frhs2[1210]: 6 0 169.728 shouldn't be
1246.10/1249.62	WSVECS04 Frhs2[1471]: 6 0 159.944 shouldn't be
1246.10/1249.62	WSVECS04 Frhs2[1649]: 6 0 137.9 shouldn't be
1246.10/1249.62	WSVECS04 Frhs2[1749]: 6 0 137.9 shouldn't be
1246.10/1249.62	WSVECS04 Frhs2[2567]: 6 -315 0 shouldn't be
1250.08/1253.63	WSVECS04 Frhs2[252]: 6 0 17.6 shouldn't be
1250.08/1253.63	WSVECS04 Frhs2[360]: 6 0 17.6 shouldn't be
1250.08/1253.63	WSVECS04 Frhs2[478]: 6 -925.082 0 shouldn't be
1250.08/1253.63	WSVECS04 Frhs2[2587]: 6 -646 0 shouldn't be
1254.27/1257.82	WSVECS04 Frhs2[109]: 6 0 30.8815 shouldn't be
1254.27/1257.82	WSVECS04 Frhs2[773]: 6 0 272.403 shouldn't be
1254.27/1257.82	WSVECS04 Frhs2[774]: 6 0 105.31 shouldn't be
1254.27/1257.82	WSVECS04 Frhs2[871]: 6 0 100.384 shouldn't be
1254.27/1257.82	WSVECS04 Frhs2[1171]: 6 0 138.637 shouldn't be
1254.27/1257.82	WSVECS04 Frhs2[1553]: 6 0 17.6 shouldn't be
1254.27/1257.82	WSVECS04 Frhs2[1573]: 6 0 272.403 shouldn't be
1254.27/1257.82	WSVECS04 Frhs2[2085]: 6 -567 0 shouldn't be
1254.27/1257.82	WSVECS04 Frhs2[2116]: 6 -521 0 shouldn't be
1254.27/1257.82	WSVECS04 Frhs2[2531]: 6 -80 0 shouldn't be
1258.57/1262.18	WSVECS04 Frhs2[173]: 6 0 234.15 shouldn't be
1258.57/1262.18	WSVECS04 Frhs2[373]: 6 0 244.334 shouldn't be
1258.57/1262.18	WSVECS04 Frhs2[445]: 6 0 367 shouldn't be
1258.57/1262.18	WSVECS04 Frhs2[903]: 6 0 445.363 shouldn't be
1258.57/1262.18	WSVECS04 Frhs2[910]: 6 0 615.091 shouldn't be
1258.57/1262.18	WSVECS04 Frhs2[971]: 6 0 138.637 shouldn't be
1258.57/1262.18	WSVECS04 Frhs2[1010]: 6 0 169.728 shouldn't be
1258.57/1262.18	WSVECS04 Frhs2[1271]: 6 0 148.084 shouldn't be
1258.57/1262.18	WSVECS04 Frhs2[1352]: 6 0 17.6 shouldn't be
1258.57/1262.18	WSVECS04 Frhs2[1460]: 6 0 129.6 shouldn't be
1258.57/1262.18	WSVECS04 Frhs2[2074]: 6 -605 0 shouldn't be
1258.57/1262.18	WSVECS04 Frhs2[2100]: 6 -380 0 shouldn't be
1258.57/1262.18	WSVECS04 Frhs2[2128]: 6 -622 0 shouldn't be
1258.57/1262.18	WSVECS04 Frhs2[2150]: 6 -260 0 shouldn't be
1258.57/1262.18	WSVECS04 Frhs2[2553]: 6 -622 0 shouldn't be
1258.57/1262.18	WSVECS04 Frhs2[2598]: 6 -557 0 shouldn't be
1258.57/1262.18	WSVECS04 Frhs2[2601]: 6 -328 0 shouldn't be
1261.25/1264.82	c #Conflicts:     543000 | #Constraints:      69534
1261.25/1264.82	c #Conflicts:     544000 | #Constraints:      70534
1261.25/1264.82	c #Conflicts:     545000 | #Constraints:      71534
1261.25/1264.82	c #Conflicts:     546000 | #Constraints:      72534
1261.25/1264.82	c INPROCESSING
1261.25/1264.82	c GARBAGE COLLECT
1261.25/1264.82	c rational objective 40264
1300.35/1304.04	c #Conflicts:     547000 | #Constraints:      58933
1300.35/1304.04	c #Conflicts:     548000 | #Constraints:      59933
1300.35/1304.04	c #Conflicts:     549000 | #Constraints:      60933
1300.35/1304.04	c #Conflicts:     550000 | #Constraints:      61933
1300.35/1304.04	c #Conflicts:     551000 | #Constraints:      62933
1300.35/1304.04	c #Conflicts:     552000 | #Constraints:      63933
1300.35/1304.04	c #Conflicts:     553000 | #Constraints:      64933
1300.35/1304.04	c #Conflicts:     554000 | #Constraints:      65933
1300.35/1304.04	c #Conflicts:     555000 | #Constraints:      66933
1300.35/1304.04	c #Conflicts:     556000 | #Constraints:      67933
1300.35/1304.04	c #Conflicts:     557000 | #Constraints:      68933
1300.35/1304.04	c #Conflicts:     558000 | #Constraints:      69933
1300.35/1304.04	c #Conflicts:     559000 | #Constraints:      70933
1300.35/1304.04	c #Conflicts:     560000 | #Constraints:      71933
1300.35/1304.04	c #Conflicts:     561000 | #Constraints:      72933
1300.35/1304.04	c INPROCESSING
1300.35/1304.04	c GARBAGE COLLECT
1300.35/1304.04	c rational objective 40264
1358.79/1362.60	c #Conflicts:     562000 | #Constraints:      59121
1358.79/1362.60	c #Conflicts:     563000 | #Constraints:      60121
1358.79/1362.60	c #Conflicts:     564000 | #Constraints:      61121
1358.79/1362.60	c #Conflicts:     565000 | #Constraints:      62121
1358.79/1362.60	c #Conflicts:     566000 | #Constraints:      63121
1358.79/1362.60	c #Conflicts:     567000 | #Constraints:      64121
1358.79/1362.60	c #Conflicts:     568000 | #Constraints:      65121
1358.79/1362.60	c #Conflicts:     569000 | #Constraints:      66121
1358.79/1362.60	c #Conflicts:     570000 | #Constraints:      67121
1358.79/1362.60	c #Conflicts:     571000 | #Constraints:      68121
1358.79/1362.60	c #Conflicts:     572000 | #Constraints:      69121
1358.79/1362.60	c #Conflicts:     573000 | #Constraints:      70121
1358.79/1362.60	c #Conflicts:     574000 | #Constraints:      71121
1358.79/1362.60	c #Conflicts:     575000 | #Constraints:      72121
1358.79/1362.60	c #Conflicts:     576000 | #Constraints:      73121
1358.79/1362.60	c INPROCESSING
1358.79/1362.60	c GARBAGE COLLECT
1358.79/1362.60	c rational objective 40264
1390.12/1394.03	c #Conflicts:     577000 | #Constraints:      59161
1390.12/1394.03	c #Conflicts:     578000 | #Constraints:      60161
1390.12/1394.03	c #Conflicts:     579000 | #Constraints:      61161
1390.12/1394.03	c #Conflicts:     580000 | #Constraints:      62161
1390.12/1394.03	c #Conflicts:     581000 | #Constraints:      63161
1390.12/1394.03	c #Conflicts:     582000 | #Constraints:      64161
1390.12/1394.03	c #Conflicts:     583000 | #Constraints:      65161
1390.12/1394.03	c #Conflicts:     584000 | #Constraints:      66161
1390.12/1394.03	c #Conflicts:     585000 | #Constraints:      67161
1390.12/1394.03	c #Conflicts:     586000 | #Constraints:      68161
1390.12/1394.03	c #Conflicts:     587000 | #Constraints:      69161
1390.12/1394.03	c #Conflicts:     588000 | #Constraints:      70161
1390.12/1394.03	c #Conflicts:     589000 | #Constraints:      71161
1390.12/1394.03	c #Conflicts:     590000 | #Constraints:      72161
1390.12/1394.03	c #Conflicts:     591000 | #Constraints:      73161
1390.12/1394.03	c INPROCESSING
1390.12/1394.03	c GARBAGE COLLECT
1390.12/1394.03	c #Conflicts:     592000 | #Constraints:      58935
1390.12/1394.03	c #Conflicts:     593000 | #Constraints:      59935
1390.12/1394.03	c #Conflicts:     594000 | #Constraints:      60935
1390.12/1394.03	c #Conflicts:     595000 | #Constraints:      61935
1390.12/1394.03	c #Conflicts:     596000 | #Constraints:      62935
1390.12/1394.03	c #Conflicts:     597000 | #Constraints:      63935
1390.12/1394.03	c #Conflicts:     598000 | #Constraints:      64935
1390.12/1394.03	c #Conflicts:     599000 | #Constraints:      65935
1390.12/1394.03	c #Conflicts:     600000 | #Constraints:      66935
1390.12/1394.03	c #Conflicts:     601000 | #Constraints:      67935
1390.12/1394.03	c #Conflicts:     602000 | #Constraints:      68935
1390.12/1394.03	c #Conflicts:     603000 | #Constraints:      69935
1390.12/1394.03	c #Conflicts:     604000 | #Constraints:      70935
1390.12/1394.03	c #Conflicts:     605000 | #Constraints:      71935
1390.12/1394.03	c #Conflicts:     606000 | #Constraints:      72935
1390.12/1394.03	c #Conflicts:     607000 | #Constraints:      73935
1390.12/1394.03	c INPROCESSING
1390.12/1394.03	c GARBAGE COLLECT
1390.12/1394.03	c rational objective 40264
1396.98/1400.93	c #Conflicts:     608000 | #Constraints:      59549
1396.98/1400.93	c #Conflicts:     609000 | #Constraints:      60549
1396.98/1400.93	c #Conflicts:     610000 | #Constraints:      61549
1396.98/1400.93	c #Conflicts:     611000 | #Constraints:      62549
1396.98/1400.93	c #Conflicts:     612000 | #Constraints:      63549
1396.98/1400.93	c #Conflicts:     613000 | #Constraints:      64549
1396.98/1400.93	c #Conflicts:     614000 | #Constraints:      65549
1396.98/1400.93	c #Conflicts:     615000 | #Constraints:      66549
1396.98/1400.93	c #Conflicts:     616000 | #Constraints:      67549
1396.98/1400.93	c #Conflicts:     617000 | #Constraints:      68549
1396.98/1400.93	c #Conflicts:     618000 | #Constraints:      69549
1396.98/1400.93	c #Conflicts:     619000 | #Constraints:      70549
1396.98/1400.93	c #Conflicts:     620000 | #Constraints:      71549
1396.98/1400.93	c #Conflicts:     621000 | #Constraints:      72549
1396.98/1400.93	c #Conflicts:     622000 | #Constraints:      73549
1396.98/1400.93	c #Conflicts:     623000 | #Constraints:      74549
1396.98/1400.93	c INPROCESSING
1396.98/1400.93	c GARBAGE COLLECT
1396.98/1400.93	c rational objective 40264
1463.59/1467.73	c #Conflicts:     624000 | #Constraints:      59908
1463.59/1467.73	c #Conflicts:     625000 | #Constraints:      60908
1463.59/1467.73	c #Conflicts:     626000 | #Constraints:      61908
1463.59/1467.73	c #Conflicts:     627000 | #Constraints:      62908
1463.59/1467.73	c #Conflicts:     628000 | #Constraints:      63908
1463.59/1467.73	c #Conflicts:     629000 | #Constraints:      64908
1463.59/1467.73	c #Conflicts:     630000 | #Constraints:      65908
1463.59/1467.73	c #Conflicts:     631000 | #Constraints:      66908
1463.59/1467.73	c #Conflicts:     632000 | #Constraints:      67908
1463.59/1467.73	c #Conflicts:     633000 | #Constraints:      68908
1463.59/1467.73	c #Conflicts:     634000 | #Constraints:      69908
1463.59/1467.73	c #Conflicts:     635000 | #Constraints:      70908
1463.59/1467.73	c #Conflicts:     636000 | #Constraints:      71908
1463.59/1467.73	c #Conflicts:     637000 | #Constraints:      72908
1463.59/1467.73	c #Conflicts:     638000 | #Constraints:      73908
1463.59/1467.73	c #Conflicts:     639000 | #Constraints:      74908
1463.59/1467.73	c INPROCESSING
1463.59/1467.73	c GARBAGE COLLECT
1463.59/1467.73	c rational objective 40264
1465.59/1469.72	c #Conflicts:     640000 | #Constraints:      60099
1465.59/1469.72	c #Conflicts:     641000 | #Constraints:      61099
1465.59/1469.72	c #Conflicts:     642000 | #Constraints:      62099
1465.59/1469.72	c #Conflicts:     643000 | #Constraints:      63099
1465.59/1469.72	c #Conflicts:     644000 | #Constraints:      64099
1465.59/1469.72	c #Conflicts:     645000 | #Constraints:      65099
1465.59/1469.72	WSVECS04 Frhs2[63]: 6 0 683.719 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[119]: 6 0 1286.21 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[169]: 6 0 1135.76 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[256]: 6 -41.3518 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[267]: 6 -911.341 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[276]: 6 0 283.857 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[278]: 6 -676.127 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[356]: 6 -195.309 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[402]: 6 0 114.614 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[411]: 6 0 294.7 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[412]: 6 -2134.67 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[416]: 6 0 84.7747 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[471]: 6 0 462.92 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[501]: 6 -396 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[508]: 6 0 504.761 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[551]: 6 0 120.806 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[567]: 6 -1349.89 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[656]: 6 -502.257 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[664]: 6 0 1492.73 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[666]: 6 0 484.881 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[670]: 6 0 2381.44 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[671]: 6 0 462.92 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[678]: 6 -264.877 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[756]: 6 -46.4404 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[757]: 6 0 112.492 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[761]: 6 0 55.5 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[764]: 6 0 1054.35 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[766]: 6 0 46.5 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[767]: 6 -1058.75 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[771]: 6 0 462.92 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[913]: 6 0 187.496 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[915]: 6 0 9210.96 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1020]: 6 0 1641.59 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1067]: 6 -526.707 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1070]: 6 0 1943.05 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1108]: 6 0 79.0081 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1153]: 6 0 210.275 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1169]: 6 0 1475.33 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1170]: 6 0 2260.55 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1175]: 6 0 1234.17 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1178]: 6 -1038.8 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1275]: 6 0 8820.12 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1305]: 6 0 980.087 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1318]: 6 0 80.408 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1319]: 6 0 1044.2 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1334]: 6 -290.571 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1355]: 6 0 9379.61 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1371]: 6 0 462.92 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1376]: 6 0 283.857 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1378]: 6 -518.032 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1403]: 6 0 302.074 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1471]: 6 0 462.92 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1476]: 6 0 283.858 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1558]: 6 0 107.02 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1611]: 6 0 4.12925 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1618]: 6 0 4.12918 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1619]: 6 0 1080.41 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1639]: 6 0 290.571 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1655]: 6 0 9379.61 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1659]: 6 0 112.492 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1667]: 6 -505.996 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1671]: 6 0 462.92 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1751]: 6 0 290.571 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[1771]: 6 0 462.92 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[2003]: 6 -257 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[2028]: 6 -257 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[2093]: 6 0 40.3983 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[2100]: 6 -380 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[2106]: 6 -732 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[2130]: 6 0 44.3984 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[2137]: 6 -646 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[2149]: 6 -311 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[2205]: 6 -1270 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[2237]: 6 -1060 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[2441]: 6 0 99.5482 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[2450]: 6 0 176.239 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[2454]: 6 -501 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[2491]: 6 -250 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[2497]: 6 -646 0 shouldn't be
1465.59/1469.72	WSVECS04 Frhs2[2519]: 6 -86 0 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[13]: 6 0 397.421 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[113]: 6 0 397.421 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[213]: 6 0 448.655 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[262]: 6 0 85.4958 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[414]: 6 0 290.571 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[452]: 6 0 62.7455 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[504]: 6 0 716.324 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[561]: 6 0 55.5 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[704]: 6 0 865.197 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[813]: 6 0 187.496 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1118]: 6 0 294.7 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1211]: 6 0 294.7 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1213]: 6 0 482.195 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1372]: 6 0 504.761 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1404]: 6 0 138.291 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1411]: 6 0 294.7 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1434]: 6 -290.571 0 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1472]: 6 0 504.761 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1518]: 6 0 294.7 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1604]: 6 0 716.324 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1606]: 6 0 425.753 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1607]: 6 0 504.761 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1608]: 6 0 504.761 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1637]: 6 0 290.571 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1638]: 6 0 290.571 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1662]: 6 0 85.4958 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1702]: 6 0 315.876 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1704]: 6 0 716.324 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1706]: 6 0 425.753 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1707]: 6 0 504.761 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1708]: 6 0 504.761 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1713]: 6 0 482.195 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[1714]: 6 0 290.571 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[2001]: 6 -380 0 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[2010]: 6 -380 0 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[2017]: 6 -605 0 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[2171]: 6 -80 0 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[2191]: 6 -1380 0 shouldn't be
1467.09/1471.27	WSVECS04 Frhs2[2230]: 6 -250 0 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[217]: 6 0 73.3094 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[218]: 6 0 261.159 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[358]: 6 0 282.257 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[404]: 6 0 515.063 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[405]: 6 0 1495.15 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[408]: 6 0 303.5 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[410]: 6 0 840.772 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[506]: 6 0 425.753 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[563]: 6 0 951.345 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[566]: 6 0 46.5001 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[573]: 6 0 137.691 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[574]: 6 0 137.691 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[614]: 6 0 623.774 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[616]: 6 0 417.978 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[657]: 6 0 112.492 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[668]: 6 0 600.381 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[703]: 6 0 1028.98 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[705]: 6 0 1845.28 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[708]: 6 0 653.635 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[709]: 6 0 977.689 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[763]: 6 0 951.345 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[853]: 6 0 500.845 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[863]: 6 0 904.845 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[963]: 6 0 912.065 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[1007]: 6 0 504.761 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[1063]: 6 0 951.345 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[1172]: 6 0 504.761 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[1203]: 6 0 375.345 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[1204]: 6 0 211.563 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[1209]: 6 0 324.054 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[1219]: 6 0 1370.99 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[1669]: 6 0 1157.84 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[1709]: 6 0 828.816 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[1719]: 6 0 1370.99 shouldn't be
1469.00/1473.19	WSVECS04 Frhs2[1720]: 6 0 1936.29 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[3]: 6 0 530.48 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[219]: 6 0 1337.44 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[266]: 6 0 46.5 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[268]: 6 0 162 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[374]: 6 0 260 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[377]: 6 0 260 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[413]: 6 0 87.3501 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[458]: 6 0 169.765 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[472]: 6 0 504.761 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[507]: 6 0 504.761 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[564]: 6 0 1054.35 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[568]: 6 0 162 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[577]: 6 0 137.691 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[580]: 6 0 137.691 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[672]: 6 0 504.761 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[707]: 6 0 653.635 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[734]: 6 -110.602 0 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[753]: 6 0 613.337 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[754]: 6 0 613.337 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[758]: 6 0 282.257 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[759]: 6 0 725.829 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[1061]: 6 0 55.5001 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[1109]: 6 0 403.062 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[1163]: 6 0 1268.84 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[1168]: 6 0 479.492 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[1212]: 6 -1813.49 0 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[1217]: 6 0 106.85 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[1272]: 6 0 504.761 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[1412]: 6 -873.453 0 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[1563]: 6 0 951.345 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[1602]: 6 0 315.876 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[1664]: 6 0 1054.35 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[1668]: 6 0 162 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[1672]: 6 0 504.761 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[1764]: 6 0 1054.35 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[1768]: 6 0 162 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[1772]: 6 0 504.761 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[1991]: 6 -80 0 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[2006]: 6 -808 0 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[2037]: 6 -501 0 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[2160]: 6 -328 0 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[2164]: 6 -605 0 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[2247]: 6 -451 0 shouldn't be
1470.68/1474.83	WSVECS04 Frhs2[2485]: 6 0 92.2388 shouldn't be
1473.07/1477.21	WSVECS04 Frhs2[263]: 6 0 951.345 shouldn't be
1473.07/1477.21	WSVECS04 Frhs2[375]: 6 0 10271.8 shouldn't be
1473.07/1477.21	WSVECS04 Frhs2[460]: 6 0 760.866 shouldn't be
1473.07/1477.21	WSVECS04 Frhs2[510]: 6 0 1042.03 shouldn't be
1473.07/1477.21	WSVECS04 Frhs2[654]: 6 0 613.337 shouldn't be
1473.07/1477.21	WSVECS04 Frhs2[768]: 6 0 162 shouldn't be
1473.07/1477.21	WSVECS04 Frhs2[769]: 6 0 1157.84 shouldn't be
1473.07/1477.21	WSVECS04 Frhs2[1013]: 6 0 187.496 shouldn't be
1473.07/1477.21	WSVECS04 Frhs2[1068]: 6 0 162 shouldn't be
1473.07/1477.21	WSVECS04 Frhs2[1176]: 6 0 283.858 shouldn't be
1473.07/1477.21	WSVECS04 Frhs2[1553]: 6 0 438.1 shouldn't be
1473.07/1477.21	WSVECS04 Frhs2[1705]: 6 0 1696.41 shouldn't be
1473.07/1477.21	WSVECS04 Frhs2[1710]: 6 0 1042.03 shouldn't be
1473.07/1477.21	WSVECS04 Frhs2[1754]: 6 0 500.845 shouldn't be
1473.07/1477.21	WSVECS04 Frhs2[1759]: 6 0 613.337 shouldn't be
1473.07/1477.21	WSVECS04 Frhs2[1770]: 6 0 1943.05 shouldn't be
1473.07/1477.21	WSVECS04 Frhs2[2046]: 6 -664 0 shouldn't be
1473.07/1477.21	WSVECS04 Frhs2[2090]: 6 0 257 shouldn't be
1473.07/1477.21	WSVECS04 Frhs2[2215]: 6 -370 0 shouldn't be
1473.07/1477.21	WSVECS04 Frhs2[2502]: 6 -86.0001 0 shouldn't be
1498.50/1502.72	c #Conflicts:     646000 | #Constraints:      66099
1498.50/1502.72	c #Conflicts:     647000 | #Constraints:      67099
1498.50/1502.72	c #Conflicts:     648000 | #Constraints:      68099
1498.50/1502.72	c #Conflicts:     649000 | #Constraints:      69099
1498.50/1502.72	c #Conflicts:     650000 | #Constraints:      70099
1498.50/1502.72	c #Conflicts:     651000 | #Constraints:      71099
1498.50/1502.72	c #Conflicts:     652000 | #Constraints:      72099
1498.50/1502.72	c #Conflicts:     653000 | #Constraints:      73099
1498.50/1502.72	c #Conflicts:     654000 | #Constraints:      74099
1498.50/1502.72	c #Conflicts:     655000 | #Constraints:      75099
1498.50/1502.72	c INPROCESSING
1498.50/1502.72	c GARBAGE COLLECT
1498.50/1502.72	c #Conflicts:     656000 | #Constraints:      60124
1498.50/1502.72	c #Conflicts:     657000 | #Constraints:      61124
1498.50/1502.72	c #Conflicts:     658000 | #Constraints:      62124
1498.50/1502.72	c #Conflicts:     659000 | #Constraints:      63124
1498.50/1502.72	c #Conflicts:     660000 | #Constraints:      64124
1498.50/1502.72	c #Conflicts:     661000 | #Constraints:      65124
1498.50/1502.72	c #Conflicts:     662000 | #Constraints:      66124
1498.50/1502.72	c #Conflicts:     663000 | #Constraints:      67124
1498.50/1502.72	c #Conflicts:     664000 | #Constraints:      68124
1498.50/1502.72	c #Conflicts:     665000 | #Constraints:      69124
1498.50/1502.72	c #Conflicts:     666000 | #Constraints:      70125
1498.50/1502.72	c #Conflicts:     667000 | #Constraints:      71125
1498.50/1502.72	c #Conflicts:     668000 | #Constraints:      72125
1498.50/1502.72	c #Conflicts:     669000 | #Constraints:      73125
1498.50/1502.72	c #Conflicts:     670000 | #Constraints:      74125
1498.50/1502.72	c #Conflicts:     671000 | #Constraints:      75125
1498.50/1502.72	c INPROCESSING
1498.50/1502.72	c GARBAGE COLLECT
1498.50/1502.72	c rational objective 40264
1530.01/1534.35	c #Conflicts:     672000 | #Constraints:      59985
1530.01/1534.35	c #Conflicts:     673000 | #Constraints:      60985
1530.01/1534.35	c #Conflicts:     674000 | #Constraints:      61985
1530.01/1534.35	c #Conflicts:     675000 | #Constraints:      62985
1530.01/1534.35	c #Conflicts:     676000 | #Constraints:      63985
1530.01/1534.35	c #Conflicts:     677000 | #Constraints:      64985
1530.01/1534.35	c #Conflicts:     678000 | #Constraints:      65985
1530.01/1534.35	c #Conflicts:     679000 | #Constraints:      66985
1530.01/1534.35	c #Conflicts:     680000 | #Constraints:      67985
1530.01/1534.35	c #Conflicts:     681000 | #Constraints:      68985
1530.01/1534.35	c #Conflicts:     682000 | #Constraints:      69985
1530.01/1534.35	c #Conflicts:     683000 | #Constraints:      70985
1530.01/1534.35	c #Conflicts:     684000 | #Constraints:      71985
1530.01/1534.35	c #Conflicts:     685000 | #Constraints:      72985
1530.01/1534.35	c #Conflicts:     686000 | #Constraints:      73985
1530.01/1534.35	c #Conflicts:     687000 | #Constraints:      74985
1530.01/1534.35	c #Conflicts:     688000 | #Constraints:      75985
1530.01/1534.35	c INPROCESSING
1530.01/1534.35	c GARBAGE COLLECT
1530.01/1534.35	c rational objective 40264
1533.72/1538.10	c #Conflicts:     689000 | #Constraints:      60533
1533.72/1538.10	c #Conflicts:     690000 | #Constraints:      61533
1533.72/1538.10	c #Conflicts:     691000 | #Constraints:      62533
1533.72/1538.10	c #Conflicts:     692000 | #Constraints:      63533
1533.72/1538.10	c #Conflicts:     693000 | #Constraints:      64533
1533.72/1538.10	c #Conflicts:     694000 | #Constraints:      65533
1533.72/1538.10	c #Conflicts:     695000 | #Constraints:      66533
1533.72/1538.10	c #Conflicts:     696000 | #Constraints:      67533
1533.72/1538.10	c #Conflicts:     697000 | #Constraints:      68533
1533.72/1538.10	c #Conflicts:     698000 | #Constraints:      69533
1533.72/1538.10	c #Conflicts:     699000 | #Constraints:      70533
1533.72/1538.10	WSVECS04 Frhs2[2]: 6 0 176.233 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[6]: 6 0 40.2328 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[9]: 6 0 4.34906 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[82]: 6 0 87.0795 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[83]: 6 0 173.333 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[185]: 6 0 21.0403 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[189]: 6 -134.844 0 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[329]: 6 0 45.1376 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[382]: 6 0 6.00002 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[389]: 6 -221.098 0 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[402]: 6 0 176.233 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[409]: 6 0 4.34908 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[456]: 6 -15.5236 0 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[462]: 6 0 11.5437 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[466]: 6 0 11.5437 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[482]: 6 0 92.254 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[485]: 6 0 462.849 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[867]: 6 -192.823 0 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[1014]: 6 0 100.457 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[1017]: 6 0 72.4521 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[1064]: 6 0 38.8582 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[1067]: 6 -26.3767 0 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[1167]: 6 0 5.17459 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[1512]: 6 -485.116 0 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[1522]: 6 0 140.587 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[1556]: 6 -166.651 0 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[1560]: 6 0 75.0001 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[1582]: 6 0 87.0794 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[1586]: 6 0 81.0795 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[1623]: 6 -491.587 0 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[1624]: 6 0 19.5689 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[1685]: 6 0 295.595 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[1714]: 6 0 73.1427 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[1724]: 6 0 72.4521 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[1764]: 6 0 38.8582 shouldn't be
1533.72/1538.10	WSVECS04 Frhs2[1774]: 6 0 27.3146 shouldn't be
1534.61/1538.91	WSVECS04 Frhs2[858]: 6 0 5.17458 shouldn't be
1534.61/1538.91	WSVECS04 Frhs2[958]: 6 0 5.17453 shouldn't be
1534.61/1538.91	WSVECS04 Frhs2[1517]: 6 0 44.4471 shouldn't be
1534.61/1538.91	WSVECS04 Frhs2[1519]: 6 0 44.447 shouldn't be
1534.61/1538.91	WSVECS04 Frhs2[1589]: 6 0 162.079 shouldn't be
1534.61/1538.91	WSVECS04 Frhs2[2082]: 6 -337 0 shouldn't be
1534.61/1538.91	WSVECS04 Frhs2[2119]: 6 -408 0 shouldn't be
1535.60/1539.93	WSVECS04 Frhs2[129]: 6 0 345.477 shouldn't be
1535.60/1539.93	WSVECS04 Frhs2[502]: 6 0 171.884 shouldn't be
1535.60/1539.93	WSVECS04 Frhs2[1683]: 6 0 11.254 shouldn't be
1545.18/1549.59	c #Conflicts:     700000 | #Constraints:      71533
1545.18/1549.59	c #Conflicts:     701000 | #Constraints:      72533
1545.18/1549.59	c #Conflicts:     702000 | #Constraints:      73533
1545.18/1549.59	c #Conflicts:     703000 | #Constraints:      74533
1545.18/1549.59	c #Conflicts:     704000 | #Constraints:      75533
1545.18/1549.59	c #Conflicts:     705000 | #Constraints:      76533
1545.18/1549.59	c INPROCESSING
1545.18/1549.59	c GARBAGE COLLECT
1545.18/1549.59	c rational objective 40264
1547.68/1552.02	c #Conflicts:     706000 | #Constraints:      60948
1547.68/1552.02	c #Conflicts:     707000 | #Constraints:      61948
1547.68/1552.02	c #Conflicts:     708000 | #Constraints:      62948
1547.68/1552.02	c #Conflicts:     709000 | #Constraints:      63948
1547.68/1552.02	c #Conflicts:     710000 | #Constraints:      64948
1547.68/1552.02	c #Conflicts:     711000 | #Constraints:      65949
1547.68/1552.02	WSVECS04 Frhs2[32]: 6 0 151.556 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[320]: 6 0 701.111 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[420]: 6 0 604.667 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[726]: 6 0 129.556 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[727]: 6 0 132.778 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[960]: 6 0 604.667 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[970]: 6 0 423.667 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1009]: 6 0 1001 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1010]: 6 0 1001 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1039]: 6 0 644 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1060]: 6 0 604.667 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1208]: 6 0 1111 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1228]: 6 -966.333 0 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1232]: 6 0 151.556 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1278]: 6 -256.779 0 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1322]: 6 0 959.778 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1324]: 6 0 959.778 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1332]: 6 0 151.556 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1374]: 6 0 390.521 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1423]: 6 -1875.89 0 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1432]: 6 0 151.556 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1467]: 6 -788 0 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1502]: 6 0 1439.56 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1512]: 6 -550 0 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1522]: 6 0 129.556 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1527]: 6 0 132.778 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1556]: 6 -106 0 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1562]: 6 0 256 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1566]: 6 0 98.7223 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1753]: 6 0 167 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1763]: 6 0 167 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1844]: 6 -1060 0 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1882]: 6 -670 0 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[1988]: 6 0 77.889 shouldn't be
1547.68/1552.02	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
1548.57/1552.96	WSVECS04 Frhs2[1253]: 6 0 167 shouldn't be
1548.57/1552.96	WSVECS04 Frhs2[1463]: 6 0 167 shouldn't be
1548.57/1552.96	WSVECS04 Frhs2[1569]: 6 0 256 shouldn't be
1548.57/1552.96	WSVECS04 Frhs2[1634]: 6 -800 0 shouldn't be
1552.86/1557.28	c #Conflicts:     712000 | #Constraints:      66949
1552.86/1557.28	c #Conflicts:     713000 | #Constraints:      67949
1552.86/1557.28	c #Conflicts:     714000 | #Constraints:      68949
1552.86/1557.28	c #Conflicts:     715000 | #Constraints:      69949
1552.86/1557.28	c #Conflicts:     716000 | #Constraints:      70949
1552.86/1557.28	c #Conflicts:     717000 | #Constraints:      71949
1552.86/1557.28	c #Conflicts:     718000 | #Constraints:      72949
1552.86/1557.28	c #Conflicts:     719000 | #Constraints:      73949
1552.86/1557.28	WSVECS04 Frhs2[1]: 6 -1441 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[11]: 6 0 90.3946 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[15]: 6 0 90.3946 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[18]: 6 0 960.077 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[20]: 6 0 661.496 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[28]: 6 0 1632.48 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[29]: 6 0 596.677 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[30]: 6 0 1127.48 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[31]: 6 0 52.0001 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[35]: 6 0 52 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[37]: 6 0 3.00004 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[38]: 6 0 677.802 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[39]: 6 0 110.195 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[40]: 6 0 52.0001 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[53]: 6 0 5.88028 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[62]: 6 0 400.434 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[67]: 6 -91.9656 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[69]: 6 0 166.7 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[90]: 6 0 721.125 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[105]: 6 0 1316.27 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[129]: 6 0 596.677 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[130]: 6 0 1127.48 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[134]: 6 -288 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[139]: 6 0 58.1949 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[153]: 6 0 5.8803 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[158]: 6 0 65.2749 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[208]: 6 0 54.902 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[229]: 6 0 596.677 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[231]: 6 0 96.0001 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[239]: 6 0 154.195 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[240]: 6 0 96 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[253]: 6 0 5.88027 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[256]: 6 -27 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[263]: 6 0 629.578 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[266]: 6 0 107.4 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[270]: 6 0 740.825 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[280]: 6 0 571.102 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[301]: 6 -454.866 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[308]: 6 0 54.902 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[358]: 6 0 609.443 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[360]: 6 0 229.646 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[371]: 6 -380 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[380]: 6 0 79.6235 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[406]: 6 0 157.241 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[407]: 6 0 302.756 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[408]: 6 0 1026.92 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[423]: 6 -1349.62 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[453]: 6 0 5.88032 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[456]: 6 -181 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[458]: 6 0 609.443 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[476]: 6 0 34.8614 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[477]: 6 0 23.101 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[512]: 6 -1239.61 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[523]: 6 0 731.624 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[528]: 6 0 2364.11 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[562]: 6 0 206.734 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[563]: 6 0 435.879 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[573]: 6 0 827.599 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[578]: 6 0 827.599 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[615]: 6 -516.651 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[618]: 6 0 201.179 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[619]: 6 0 53.42 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[621]: 6 -1948 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[628]: 6 0 1632.48 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[629]: 6 0 596.677 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[639]: 6 0 58.1949 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[653]: 6 0 5.88028 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[656]: 6 -389 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[658]: 6 0 609.443 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[678]: 6 -827.88 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[711]: 6 0 473.682 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[721]: 6 0 895.323 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[722]: 6 0 800.076 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[723]: 6 0 895.323 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[729]: 6 0 1492 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[730]: 6 0 2022.8 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[734]: 6 -153 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[739]: 6 0 58.1949 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[753]: 6 0 5.88025 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[759]: 6 0 43.8499 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[760]: 6 0 721.125 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[762]: 6 0 233.734 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[770]: 6 0 574.125 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[790]: 6 0 721.125 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[812]: 6 -1627.73 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[819]: 6 0 15.4504 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[823]: 6 -602 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[828]: 6 0 1632.48 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[829]: 6 0 558.707 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[830]: 6 0 1127.48 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[838]: 6 0 661.802 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[839]: 6 0 20.2252 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[858]: 6 0 603.563 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[860]: 6 0 715.244 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[871]: 6 0 1220.02 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[874]: 6 0 767.71 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[918]: 6 0 869.683 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[928]: 6 0 1632.48 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[933]: 6 0 762.802 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[938]: 6 0 814.802 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[958]: 6 0 565.593 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[964]: 6 0 130.15 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[973]: 6 -2310.13 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1001]: 6 0 1316.15 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1008]: 6 0 542.338 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1012]: 6 -1702.22 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1023]: 6 -1261 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1028]: 6 0 1632.48 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1030]: 6 0 406.354 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1058]: 6 0 609.443 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1063]: 6 0 566.029 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1064]: 6 0 130.15 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1101]: 6 -986.843 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1111]: 6 0 633.748 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1112]: 6 0 633.748 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1113]: 6 0 633.748 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1123]: 6 0 2.32325 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1128]: 6 0 1634.81 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1134]: 6 -432.345 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1139]: 6 0 58.1949 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1161]: 6 -640.345 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1174]: 6 0 14.9812 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1176]: 6 0 20.8614 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1177]: 6 0 9.10094 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1178]: 6 -452.309 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1180]: 6 0 103.3 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1201]: 6 0 814.781 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1210]: 6 0 219.759 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1230]: 6 0 364.676 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1251]: 6 0 175.12 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1265]: 6 -1252.04 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1323]: 6 0 158.624 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1328]: 6 0 927.306 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1330]: 6 0 1286.1 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1353]: 6 0 5.8803 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1363]: 6 0 313.205 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1370]: 6 0 424.451 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1372]: 6 0 452.309 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1401]: 6 -780.051 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1411]: 6 0 5.88029 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1420]: 6 0 576.982 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1472]: 6 0 458.189 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1501]: 6 0 1259.67 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1504]: 6 0 1259.67 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1511]: 6 0 5.8803 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1514]: 6 0 5.88032 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1521]: 6 0 158.623 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1533]: 6 0 762.802 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1538]: 6 0 814.802 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1553]: 6 0 5.88027 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1563]: 6 0 522.179 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1578]: 6 -11.7605 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1603]: 6 -1780.5 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1608]: 6 0 54.902 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1623]: 6 -759.377 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1628]: 6 0 1632.48 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1629]: 6 0 549.137 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1630]: 6 0 556.377 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1658]: 6 0 609.443 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1663]: 6 0 629.578 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1666]: 6 0 107.4 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1667]: 6 -1072 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1669]: 6 0 119.16 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1670]: 6 0 169.723 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1703]: 6 0 1012.91 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1708]: 6 0 1067.81 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1709]: 6 0 1012.91 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1719]: 6 0 53.4201 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1728]: 6 0 1632.48 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1730]: 6 0 1127.48 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1731]: 6 0 52.0001 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1758]: 6 0 609.443 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1759]: 6 0 43.85 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1760]: 6 0 721.125 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1872]: 6 0 441 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[1881]: 6 0 139 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[2101]: 6 -743 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[2434]: 6 0 481.71 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[2436]: 6 0 87 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[2442]: 6 0 207.71 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[2467]: 6 -605 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[2492]: 6 0 26.29 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[2628]: 6 -741 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[2633]: 6 -257 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[2664]: 6 -451 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[2667]: 6 -501 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[2677]: 6 -646 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[2683]: 6 -467 0 shouldn't be
1552.86/1557.28	WSVECS04 Frhs2[2699]: 6 -86 0 shouldn't be
1554.85/1559.21	WSVECS04 Frhs2[58]: 6 0 609.443 shouldn't be
1554.85/1559.21	WSVECS04 Frhs2[190]: 6 0 721.125 shouldn't be
1554.85/1559.21	WSVECS04 Frhs2[228]: 6 0 1632.48 shouldn't be
1554.85/1559.21	WSVECS04 Frhs2[258]: 6 0 609.443 shouldn't be
1554.85/1559.21	WSVECS04 Frhs2[572]: 6 0 827.599 shouldn't be
1554.85/1559.21	WSVECS04 Frhs2[713]: 6 0 473.682 shouldn't be
1554.85/1559.21	WSVECS04 Frhs2[878]: 6 0 556.019 shouldn't be
1554.85/1559.21	WSVECS04 Frhs2[1004]: 6 0 1316.15 shouldn't be
1554.85/1559.21	WSVECS04 Frhs2[1007]: 6 0 646.88 shouldn't be
1554.85/1559.21	WSVECS04 Frhs2[1203]: 6 0 814.781 shouldn't be
1554.85/1559.21	WSVECS04 Frhs2[1373]: 6 0 452.309 shouldn't be
1554.85/1559.21	WSVECS04 Frhs2[1380]: 6 0 1023.41 shouldn't be
1554.85/1559.21	WSVECS04 Frhs2[1471]: 6 0 458.189 shouldn't be
1554.85/1559.21	WSVECS04 Frhs2[1558]: 6 0 609.443 shouldn't be
1554.85/1559.21	WSVECS04 Frhs2[1564]: 6 0 86.3003 shouldn't be
1554.85/1559.21	WSVECS04 Frhs2[1780]: 6 0 571.102 shouldn't be
1554.85/1559.21	WSVECS04 Frhs2[2291]: 6 -757 0 shouldn't be
1565.23/1569.64	c #Conflicts:     720000 | #Constraints:      74949
1565.23/1569.64	c #Conflicts:     721000 | #Constraints:      75949
1565.23/1569.64	c #Conflicts:     722000 | #Constraints:      76949
1565.23/1569.64	c INPROCESSING
1565.23/1569.64	c GARBAGE COLLECT
1565.23/1569.64	c rational objective 40264
1572.50/1576.95	c #Conflicts:     723000 | #Constraints:      61145
1572.50/1576.95	c #Conflicts:     724000 | #Constraints:      62145
1572.50/1576.95	c #Conflicts:     725000 | #Constraints:      63145
1572.50/1576.95	c #Conflicts:     726000 | #Constraints:      64145
1572.50/1576.95	c #Conflicts:     727000 | #Constraints:      65145
1572.50/1576.95	c #Conflicts:     728000 | #Constraints:      66145
1572.50/1576.95	c #Conflicts:     729000 | #Constraints:      67145
1572.50/1576.95	c #Conflicts:     730000 | #Constraints:      68145
1572.50/1576.95	c #Conflicts:     731000 | #Constraints:      69145
1572.50/1576.95	c #Conflicts:     732000 | #Constraints:      70145
1572.50/1576.95	c #Conflicts:     733000 | #Constraints:      71145
1572.50/1576.95	c #Conflicts:     734000 | #Constraints:      72145
1572.50/1576.95	c #Conflicts:     735000 | #Constraints:      73145
1572.50/1576.95	c #Conflicts:     736000 | #Constraints:      74145
1572.50/1576.95	c #Conflicts:     737000 | #Constraints:      75145
1572.50/1576.95	WSVECS04 Frhs2[1245]: 6 -5.00002 0 shouldn't be
1572.50/1576.95	WSVECS04 Frhs2[1345]: 6 0 367 shouldn't be
1572.50/1576.95	WSVECS04 Frhs2[1346]: 6 0 367 shouldn't be
1572.50/1576.95	WSVECS04 Frhs2[1347]: 6 0 367 shouldn't be
1572.50/1576.95	WSVECS04 Frhs2[1456]: 6 -208 0 shouldn't be
1829.75/1834.99	c #Conflicts:     738000 | #Constraints:      76146
1829.75/1834.99	c #Conflicts:     739000 | #Constraints:      77146
1829.75/1834.99	c INPROCESSING
1829.75/1834.99	c GARBAGE COLLECT
1829.75/1834.99	c rational objective 40264
1834.95/1840.15	c #Conflicts:     740000 | #Constraints:      61123
1834.95/1840.15	c #Conflicts:     741000 | #Constraints:      62123
1834.95/1840.15	c #Conflicts:     742000 | #Constraints:      63123
1834.95/1840.15	c #Conflicts:     743000 | #Constraints:      64123
1834.95/1840.15	c #Conflicts:     744000 | #Constraints:      65123
1834.95/1840.15	c #Conflicts:     745000 | #Constraints:      66123
1834.95/1840.15	c #Conflicts:     746000 | #Constraints:      67123
1834.95/1840.15	WSVECS04 Frhs2[27]: 6 0 548 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[52]: 6 -1.00006 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[57]: 6 0 308.938 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[62]: 6 0 33.0001 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[66]: 6 0 33.0001 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[70]: 6 0 33 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[129]: 6 -3685 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[189]: 6 -212.25 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[201]: 6 -551.063 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[203]: 6 0 1420.69 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[236]: 6 -252 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[237]: 6 0 2362.94 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[256]: 6 -1024 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[294]: 6 0 1279 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[323]: 6 -1024 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[355]: 6 0 1024 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[359]: 6 0 1024 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[361]: 6 0 175.625 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[367]: 6 -689 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[369]: 6 0 883.563 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[383]: 6 -502 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[385]: 6 0 11854.4 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[500]: 6 -936 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[530]: 6 0 1748 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[587]: 6 0 1324.56 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[589]: 6 -699.375 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[739]: 6 -411 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[772]: 6 -712 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[789]: 6 -914.125 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[803]: 6 0 1420.69 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[809]: 6 0 1804.06 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[821]: 6 -9913.63 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[892]: 6 0 325 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[895]: 6 0 10302.6 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[969]: 6 0 883.563 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1030]: 6 0 1748 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1093]: 6 0 2420.06 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1110]: 6 0 1267.94 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1157]: 6 0 308.938 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1195]: 6 0 9977.63 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1200]: 6 -1591.06 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1201]: 6 -722 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1207]: 6 0 362.063 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1264]: 6 0 797.625 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1284]: 6 -1251 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1285]: 6 0 11854.4 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1293]: 6 0 2149 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1294]: 6 0 1279 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1337]: 6 0 2362.94 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1357]: 6 0 308.938 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1364]: 6 -2075.63 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1421]: 6 0 664 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1426]: 6 0 664 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1428]: 6 0 11370.6 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1429]: 6 0 664 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1462]: 6 0 725.375 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1466]: 6 0 725.375 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1523]: 6 -664 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1561]: 6 0 175.625 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1562]: 6 -69.375 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1569]: 6 0 883.563 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1630]: 6 0 1748 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1686]: 6 -319 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1895]: 6 -521 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1901]: 6 -80 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1902]: 6 -337 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1903]: 6 -1090 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1905]: 6 -567 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1906]: 6 -712 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1910]: 6 -80.0001 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1919]: 6 -337 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1927]: 6 -605 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1937]: 6 -315 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1946]: 6 -567 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1962]: 6 -86.0001 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1964]: 6 -871 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1980]: 6 -328 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1981]: 6 -745 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[1991]: 6 -80.0001 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2001]: 6 -380 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2003]: 6 -257 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2010]: 6 -380 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2028]: 6 -257 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2102]: 6 -408 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2150]: 6 -260 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2166]: 6 -370 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2177]: 6 -871 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2182]: 6 -1020 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2190]: 6 -380 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2197]: 6 -605 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2198]: 6 -1090 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2201]: 6 -1010 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2209]: 6 -408 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2221]: 6 -250 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2228]: 6 -1190 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2255]: 6 -521 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2261]: 6 0 234 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2272]: 6 -1020 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2282]: 6 -408 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2287]: 6 -605 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2297]: 6 -315 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2298]: 6 -257 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2299]: 6 -408 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2303]: 6 -557 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2310]: 6 -253 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2319]: 6 -410 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2320]: 6 0 3.00002 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2331]: 6 -328 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2339]: 6 -86 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2351]: 6 0 334 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2355]: 6 -567 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2369]: 6 0 126.625 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2392]: 6 -410 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2400]: 6 -253 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2402]: 6 -311 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2403]: 6 -325 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2412]: 6 0 164 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2428]: 6 -325 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2437]: 6 -587 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2446]: 6 -712 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2461]: 6 -1380 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2467]: 6 -605 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2540]: 6 0 526 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2552]: 6 0 310 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2567]: 6 0 35.0001 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2568]: 6 0 93.0001 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2569]: 6 0 253 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2594]: 6 -871 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2598]: 6 -557 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2628]: 6 -741 0 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2630]: 6 0 139 shouldn't be
1834.95/1840.15	WSVECS04 Frhs2[2693]: 6 -741 0 shouldn't be
1848.39/1853.61	c #Conflicts:     747000 | #Constraints:      68123
1848.39/1853.61	c #Conflicts:     748000 | #Constraints:      69123
1848.39/1853.61	c #Conflicts:     749000 | #Constraints:      70123
1848.39/1853.61	c #Conflicts:     750000 | #Constraints:      71123
1848.39/1853.61	c #Conflicts:     751000 | #Constraints:      72123
1848.39/1853.61	c #Conflicts:     752000 | #Constraints:      73123
1848.39/1853.61	c #Conflicts:     753000 | #Constraints:      74123
1848.39/1853.61	c #Conflicts:     754000 | #Constraints:      75123
1848.39/1853.61	c #Conflicts:     755000 | #Constraints:      76123
1848.39/1853.61	c #Conflicts:     756000 | #Constraints:      77123
1848.39/1853.61	c INPROCESSING
1848.39/1853.61	c GARBAGE COLLECT
1848.39/1853.61	c #Conflicts:     757000 | #Constraints:      60959
1848.39/1853.61	WSVECS04 Frhs2[1]: 6 0 356.537 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[5]: 6 -159.113 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[28]: 6 0 1114.1 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[42]: 6 0 1528.53 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[50]: 6 0 1976.84 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[54]: 6 0 267.143 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[61]: 6 0 336 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[64]: 6 0 140 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[94]: 6 0 697.617 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[95]: 6 0 634.543 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[102]: 6 0 130 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[103]: 6 0 545.113 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[105]: 6 0 130 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[106]: 6 0 130 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[110]: 6 0 130 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[128]: 6 0 1114.1 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[130]: 6 0 830.225 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[131]: 6 0 929 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[134]: 6 -412 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[136]: 6 0 567.857 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[152]: 6 0 47 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[153]: 6 0 373.143 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[156]: 6 -117.252 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[159]: 6 0 59.1429 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[173]: 6 0 396.418 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[176]: 6 0 396.418 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[177]: 6 0 260.751 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[180]: 6 0 425.091 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[191]: 6 0 234.143 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[194]: 6 0 297.216 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[196]: 6 -2113.83 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[228]: 6 0 283.874 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[242]: 6 0 1528.53 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[250]: 6 0 1976.84 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[252]: 6 0 334.537 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[253]: 6 0 300.15 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[257]: 6 0 287.537 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[258]: 6 0 287.537 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[259]: 6 0 346.68 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[260]: 6 0 252.68 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[279]: 6 0 6.00005 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[280]: 6 0 34.6733 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[296]: 6 0 188.557 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[298]: 6 0 214.714 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[318]: 6 -6913.77 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[329]: 6 0 357.351 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[336]: 6 0 1616.86 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[339]: 6 0 2752.54 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[364]: 6 0 140 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[378]: 6 -1537.1 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[381]: 6 0 537.537 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[384]: 6 0 866.537 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[388]: 6 0 181 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[403]: 6 0 415.113 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[406]: 6 -1303.22 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[418]: 6 0 254.537 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[434]: 6 -2600 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[436]: 6 0 567.857 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[456]: 6 -1014.97 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[482]: 6 0 279.194 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[483]: 6 0 279.194 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[488]: 6 -4807.76 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[494]: 6 0 538.931 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[528]: 6 0 1114.1 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[537]: 6 0 140 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[541]: 6 0 2249.88 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[542]: 6 0 1528.53 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[548]: 6 -4689.22 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[554]: 6 0 267.143 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[581]: 6 0 703.537 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[584]: 6 0 1032.54 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[585]: 6 0 538 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[588]: 6 0 347 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[590]: 6 0 347 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[593]: 6 0 1125.93 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[595]: 6 0 1108.26 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[596]: 6 0 874.115 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[602]: 6 -1485.89 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[612]: 6 -1090 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[623]: 6 -614.424 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[630]: 6 0 830.225 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[642]: 6 0 316.388 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[650]: 6 0 764.704 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[661]: 6 0 13 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[662]: 6 0 13 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[671]: 6 0 465.582 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[673]: 6 -275 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[682]: 6 0 356.537 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[689]: 6 -672.12 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[693]: 6 0 251.816 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[699]: 6 -1389.97 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[725]: 6 -1271.87 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[728]: 6 0 1114.1 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[730]: 6 0 830.225 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[736]: 6 0 410.857 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[750]: 6 0 1976.84 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[767]: 6 -1318 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[775]: 6 0 275 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[779]: 6 0 275 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[781]: 6 0 49.8572 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[783]: 6 0 49.8572 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[797]: 6 -1530.86 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[814]: 6 0 819.324 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[818]: 6 0 638.213 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[820]: 6 0 574.715 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[822]: 6 0 439.775 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[824]: 6 0 439.775 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[825]: 6 0 439.775 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[837]: 6 0 140 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[838]: 6 -1063 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[841]: 6 0 2239.88 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[842]: 6 0 1518.53 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[864]: 6 0 13 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[880]: 6 0 28.6733 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[882]: 6 0 430.537 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[887]: 6 0 74.0001 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[894]: 6 0 325.331 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[899]: 6 0 14 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[912]: 6 -3137.79 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[922]: 6 -2901.35 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[928]: 6 0 1114.1 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[930]: 6 0 804.513 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[953]: 6 0 373.143 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[964]: 6 0 400 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[971]: 6 0 277.939 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[983]: 6 0 356.537 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[993]: 6 0 251.816 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[994]: 6 0 297.216 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[995]: 6 0 234.143 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1004]: 6 0 356.537 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1005]: 6 0 356.537 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1012]: 6 -702.424 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1051]: 6 0 327.143 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1053]: 6 0 373.143 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1068]: 6 -2496 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1071]: 6 0 465.582 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1082]: 6 0 356.537 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1118]: 6 0 38.4633 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1119]: 6 0 38.4632 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1123]: 6 -1406.57 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1130]: 6 0 830.225 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1131]: 6 0 929 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1154]: 6 0 361.143 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1159]: 6 0 153.143 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1164]: 6 0 315 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1172]: 6 0 1021 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1181]: 6 0 356.537 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1184]: 6 0 685.537 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1189]: 6 -1620.43 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1194]: 6 0 63.0736 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1258]: 6 -3790.29 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1271]: 6 0 465.582 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1303]: 6 0 415.113 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1314]: 6 0 181.11 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1330]: 6 0 830.225 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1380]: 6 0 28.6733 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1393]: 6 0 346.416 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1403]: 6 0 415.113 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1414]: 6 0 63.0736 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1431]: 6 0 929 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1436]: 6 0 567.857 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1437]: 6 0 140 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1439]: 6 0 1703.54 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1472]: 6 0 1771 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1476]: 6 0 750 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1477]: 6 0 614.333 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1492]: 6 0 1249.44 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1493]: 6 0 1584.15 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1528]: 6 0 1114.1 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1530]: 6 0 830.225 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1539]: 6 0 1703.54 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1553]: 6 0 373.143 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1556]: 6 -272.143 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1576]: 6 -1879 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1593]: 6 0 251.816 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1594]: 6 0 297.216 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1632]: 6 0 775 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1635]: 6 0 775 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1636]: 6 0 1342.86 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1639]: 6 0 2478.54 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1641]: 6 0 2131.85 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1642]: 6 0 1410.49 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1664]: 6 0 140 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1667]: 6 -457 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1674]: 6 0 410 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1675]: 6 0 410 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1676]: 6 0 410 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1694]: 6 0 297.216 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1695]: 6 0 234.143 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1700]: 6 -2266.92 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1703]: 6 0 58.5758 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1711]: 6 0 118.037 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1714]: 6 0 181.11 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1715]: 6 0 118.037 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1728]: 6 0 1114.1 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1730]: 6 0 830.225 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1735]: 6 -775 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1739]: 6 0 1703.54 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1742]: 6 0 1528.53 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1745]: 6 -626.582 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1750]: 6 0 1976.84 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1751]: 6 0 327.143 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1754]: 6 0 267.143 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1771]: 6 0 601.249 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1772]: 6 0 1156.67 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1775]: 6 0 135.667 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1780]: 6 0 164.34 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1793]: 6 0 1757.33 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1798]: 6 0 1505.52 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1811]: 6 0 364.113 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[1880]: 6 0 386.888 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[2009]: 6 0 43.0001 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[2078]: 6 0 411 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[2084]: 6 0 242 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[2087]: 6 0 7.00006 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[2093]: 6 0 300 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[2123]: 6 0 1623.86 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[2141]: 6 0 618 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[2159]: 6 0 239 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[2160]: 6 0 875 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[2432]: 6 0 169 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[2436]: 6 0 50 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[2441]: 6 0 1239 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[2460]: 6 0 930 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[2472]: 6 0 477 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[2487]: 6 0 402 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[2492]: 6 0 63.6667 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[2497]: 6 -646 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[2501]: 6 -260 0 shouldn't be
1848.39/1853.61	WSVECS04 Frhs2[2514]: 6 0 42.0001 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[3]: 6 0 415.113 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[36]: 6 0 567.857 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[74]: 6 -1161 0 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[104]: 6 0 130 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[251]: 6 0 614.68 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[272]: 6 0 1027 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[278]: 6 0 6.00004 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[281]: 6 0 279.194 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[284]: 6 0 472.224 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[353]: 6 0 373.143 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[390]: 6 0 181 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[504]: 6 -2270.11 0 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[551]: 6 0 327.143 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[580]: 6 0 28.6733 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[591]: 6 0 1108.26 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[594]: 6 0 1171.33 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[603]: 6 0 415.113 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[753]: 6 0 373.143 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[764]: 6 0 140 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[771]: 6 0 740.582 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[782]: 6 0 2.85724 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[827]: 6 0 439.775 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[828]: 6 0 1553.87 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[829]: 6 0 439.775 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[850]: 6 0 1966.84 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[878]: 6 -57.0001 0 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[972]: 6 0 1021 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[1103]: 6 0 415.113 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[1142]: 6 0 2154.11 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[1144]: 6 0 3226.72 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[1153]: 6 0 467.143 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[1182]: 6 0 356.537 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[1236]: 6 0 567.857 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[1251]: 6 0 60.0001 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[1342]: 6 0 2508.03 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[1344]: 6 0 3580.65 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[1434]: 6 -878 0 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[1571]: 6 0 465.582 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[1673]: 6 0 410 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[1776]: 6 0 135.667 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[1794]: 6 0 1802.73 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[1795]: 6 0 1739.66 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[1797]: 6 0 1505.52 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[2002]: 6 -997.351 0 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[2106]: 6 -732 0 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[2478]: 6 0 407 shouldn't be
1850.80/1856.08	WSVECS04 Frhs2[2510]: 6 -260 0 shouldn't be
1853.29/1858.53	WSVECS04 Frhs2[459]: 6 0 59.1429 shouldn't be
1853.29/1858.53	WSVECS04 Frhs2[669]: 6 0 13.0001 shouldn't be
1853.29/1858.53	WSVECS04 Frhs2[670]: 6 0 13.0001 shouldn't be
1853.29/1858.53	WSVECS04 Frhs2[1564]: 6 0 140 shouldn't be
1853.29/1858.53	WSVECS04 Frhs2[2451]: 6 0 9.00007 shouldn't be
1855.47/1860.74	WSVECS04 Frhs2[868]: 6 0 13.0001 shouldn't be
1859.77/1865.03	WSVECS04 Frhs2[97]: 6 0 400.4 shouldn't be
1859.77/1865.03	WSVECS04 Frhs2[564]: 6 0 140 shouldn't be
1859.77/1865.03	WSVECS04 Frhs2[668]: 6 0 13.0001 shouldn't be
1859.77/1865.03	WSVECS04 Frhs2[701]: 6 -433.775 0 shouldn't be
1859.77/1865.03	WSVECS04 Frhs2[709]: 6 0 356.537 shouldn't be
1859.77/1865.03	WSVECS04 Frhs2[741]: 6 0 2249.88 shouldn't be
1859.77/1865.03	WSVECS04 Frhs2[791]: 6 0 234.143 shouldn't be
1859.77/1865.03	WSVECS04 Frhs2[1054]: 6 0 267.143 shouldn't be
1859.77/1865.03	WSVECS04 Frhs2[1209]: 6 0 356.537 shouldn't be
1859.77/1865.03	WSVECS04 Frhs2[1280]: 6 0 28.6733 shouldn't be
1859.77/1865.03	WSVECS04 Frhs2[1309]: 6 0 356.537 shouldn't be
1859.77/1865.03	WSVECS04 Frhs2[1358]: 6 0 142.857 shouldn't be
1859.77/1865.03	WSVECS04 Frhs2[1497]: 6 0 1442.84 shouldn't be
1859.77/1865.03	WSVECS04 Frhs2[1509]: 6 0 356.537 shouldn't be
1859.77/1865.03	WSVECS04 Frhs2[1552]: 6 0 47 shouldn't be
1859.77/1865.03	WSVECS04 Frhs2[1559]: 6 0 59.1429 shouldn't be
1859.77/1865.03	WSVECS04 Frhs2[1580]: 6 0 28.6733 shouldn't be
1859.77/1865.03	WSVECS04 Frhs2[2137]: 6 -646 0 shouldn't be
1859.77/1865.03	WSVECS04 Frhs2[2139]: 6 0 147 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[34]: 6 -412 0 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[141]: 6 0 2843.43 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[151]: 6 0 327.143 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[178]: 6 0 396.418 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[185]: 6 0 348.463 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[424]: 6 -1893.1 0 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[897]: 6 0 28.1146 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[952]: 6 0 47.0001 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[1078]: 6 -11.0001 0 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[1094]: 6 0 63.0737 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[1113]: 6 0 38.4633 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[1186]: 6 0 103.5 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[1237]: 6 0 140 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[1336]: 6 0 427.857 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[1398]: 6 0 94.5997 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[1473]: 6 0 750 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[1475]: 6 0 750 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[1479]: 6 0 750 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[1531]: 6 0 929 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[1537]: 6 0 140 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[1600]: 6 -1505.51 0 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[1796]: 6 0 1505.51 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[1889]: 6 0 574.888 shouldn't be
1861.77/1867.01	WSVECS04 Frhs2[2081]: 6 -80.0001 0 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[14]: 6 0 181.11 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[31]: 6 0 929 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[37]: 6 0 140 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[72]: 6 0 1021 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[149]: 6 0 3082.65 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[303]: 6 0 415.113 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[309]: 6 0 356.537 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[372]: 6 0 1021 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[391]: 6 0 234.143 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[395]: 6 0 234.143 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[476]: 6 0 1114.1 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[480]: 6 0 1142.77 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[514]: 6 0 181.11 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[550]: 6 0 1976.84 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[652]: 6 0 47 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[653]: 6 0 373.143 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[683]: 6 0 356.537 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[686]: 6 0 103.5 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[694]: 6 0 165.502 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[745]: 6 -1531.13 0 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[755]: 6 0 2669.28 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[831]: 6 0 929 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[855]: 6 0 2296.14 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[872]: 6 0 1021 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[903]: 6 0 415.113 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[937]: 6 0 140 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[955]: 6 0 2669.28 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[1003]: 6 0 771.649 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[1007]: 6 0 356.537 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[1014]: 6 0 181.11 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[1015]: 6 0 118.037 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[1021]: 6 0 105.712 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[1072]: 6 0 1021 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[1139]: 6 0 1703.54 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[1180]: 6 0 28.6733 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[1272]: 6 0 1021 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[1485]: 6 0 348.463 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[1491]: 6 0 1676.98 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[1494]: 6 0 1740.06 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[1536]: 6 0 567.857 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[1555]: 6 0 2669.28 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[1603]: 6 0 415.113 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[1708]: 6 -1125.65 0 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[1736]: 6 0 567.857 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[1737]: 6 0 140 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[1805]: 6 -521 0 shouldn't be
1863.15/1868.43	WSVECS04 Frhs2[1825]: 6 0 172.888 shouldn't be
1866.04/1871.34	WSVECS04 Frhs2[231]: 6 0 542.3 shouldn't be
1866.04/1871.34	WSVECS04 Frhs2[351]: 6 0 327.143 shouldn't be
1866.04/1871.34	WSVECS04 Frhs2[354]: 6 0 267.143 shouldn't be
1866.04/1871.34	WSVECS04 Frhs2[441]: 6 0 3107.84 shouldn't be
1866.04/1871.34	WSVECS04 Frhs2[449]: 6 0 3347.06 shouldn't be
1866.04/1871.34	WSVECS04 Frhs2[546]: 6 0 2593.14 shouldn't be
1866.04/1871.34	WSVECS04 Frhs2[578]: 6 -1114.1 0 shouldn't be
1866.04/1871.34	WSVECS04 Frhs2[632]: 6 0 482 shouldn't be
1866.04/1871.34	WSVECS04 Frhs2[984]: 6 0 685.537 shouldn't be
1866.04/1871.34	WSVECS04 Frhs2[991]: 6 0 46.5001 shouldn't be
1866.04/1871.34	WSVECS04 Frhs2[1136]: 6 0 567.857 shouldn't be
1866.04/1871.34	WSVECS04 Frhs2[1193]: 6 0 17.6733 shouldn't be
1866.04/1871.34	WSVECS04 Frhs2[1614]: 6 0 181.11 shouldn't be
1866.04/1871.34	WSVECS04 Frhs2[1683]: 6 0 356.537 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[15]: 6 0 118.037 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[148]: 6 0 593.544 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[195]: 6 0 234.143 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[332]: 6 0 1049 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[340]: 6 0 1049 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[414]: 6 0 435.647 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[448]: 6 0 857.962 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[464]: 6 0 140 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[486]: 6 0 26.1571 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[640]: 6 0 482 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[795]: 6 0 234.143 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[884]: 6 0 759.537 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[885]: 6 0 779 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[1171]: 6 0 465.582 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[1455]: 6 0 2402.14 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[1591]: 6 0 234.143 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[1628]: 6 0 1114.1 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[1637]: 6 0 915 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[1649]: 6 0 2371.07 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[1672]: 6 0 1431 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[1764]: 6 0 140 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[2099]: 6 -337 0 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[2157]: 6 0 431 shouldn't be
1869.13/1874.47	WSVECS04 Frhs2[2474]: 6 0 124 shouldn't be
1872.92/1878.24	WSVECS04 Frhs2[41]: 6 0 2249.88 shouldn't be
1872.92/1878.24	WSVECS04 Frhs2[65]: 6 0 336 shouldn't be
1872.92/1878.24	WSVECS04 Frhs2[680]: 6 0 28.6733 shouldn't be
1872.92/1878.24	WSVECS04 Frhs2[773]: 6 0 275 shouldn't be
1872.92/1878.24	WSVECS04 Frhs2[881]: 6 0 430.537 shouldn't be
1872.92/1878.24	WSVECS04 Frhs2[883]: 6 0 430.537 shouldn't be
1872.92/1878.24	WSVECS04 Frhs2[888]: 6 0 74.0001 shouldn't be
1872.92/1878.24	WSVECS04 Frhs2[985]: 6 0 705 shouldn't be
1872.92/1878.24	WSVECS04 Frhs2[1084]: 6 0 685.537 shouldn't be
1872.92/1878.24	WSVECS04 Frhs2[1231]: 6 0 929 shouldn't be
1872.92/1878.24	WSVECS04 Frhs2[1291]: 6 0 76.9265 shouldn't be
1872.92/1878.24	WSVECS04 Frhs2[1353]: 6 0 516 shouldn't be
1872.92/1878.24	WSVECS04 Frhs2[1471]: 6 0 1215.58 shouldn't be
1872.92/1878.24	WSVECS04 Frhs2[1496]: 6 0 1442.84 shouldn't be
1872.92/1878.24	WSVECS04 Frhs2[1679]: 6 0 410 shouldn't be
1872.92/1878.24	WSVECS04 Frhs2[1773]: 6 0 135.667 shouldn't be
1872.92/1878.24	WSVECS04 Frhs2[1810]: 6 -745 0 shouldn't be
1876.51/1881.89	WSVECS04 Frhs2[55]: 6 0 2669.28 shouldn't be
1876.51/1881.89	WSVECS04 Frhs2[96]: 6 0 400.4 shouldn't be
1876.51/1881.89	WSVECS04 Frhs2[137]: 6 0 140 shouldn't be
1876.51/1881.89	WSVECS04 Frhs2[155]: 6 0 2669.28 shouldn't be
1876.51/1881.89	WSVECS04 Frhs2[299]: 6 0 214.714 shouldn't be
1876.51/1881.89	WSVECS04 Frhs2[371]: 6 0 465.582 shouldn't be
1876.51/1881.89	WSVECS04 Frhs2[442]: 6 0 2386.49 shouldn't be
1876.51/1881.89	WSVECS04 Frhs2[484]: 6 0 608.194 shouldn't be
1876.51/1881.89	WSVECS04 Frhs2[615]: 6 0 118.037 shouldn't be
1876.51/1881.89	WSVECS04 Frhs2[684]: 6 0 685.537 shouldn't be
1876.51/1881.89	WSVECS04 Frhs2[1055]: 6 0 2669.28 shouldn't be
1876.51/1881.89	WSVECS04 Frhs2[1114]: 6 0 219.574 shouldn't be
1876.51/1881.89	WSVECS04 Frhs2[1278]: 6 -1021 0 shouldn't be
1876.51/1881.89	WSVECS04 Frhs2[1495]: 6 0 1676.98 shouldn't be
1876.51/1881.89	WSVECS04 Frhs2[1499]: 6 0 1442.84 shouldn't be
1876.51/1881.89	WSVECS04 Frhs2[1655]: 6 0 2669.28 shouldn't be
1876.51/1881.89	WSVECS04 Frhs2[1681]: 6 0 356.537 shouldn't be
1876.51/1881.89	WSVECS04 Frhs2[1785]: 6 0 705 shouldn't be
1880.60/1885.95	WSVECS04 Frhs2[382]: 6 0 537.537 shouldn't be
1880.60/1885.95	WSVECS04 Frhs2[473]: 6 0 1114.1 shouldn't be
1880.60/1885.95	WSVECS04 Frhs2[571]: 6 0 465.582 shouldn't be
1880.60/1885.95	WSVECS04 Frhs2[572]: 6 0 1021 shouldn't be
1880.60/1885.95	WSVECS04 Frhs2[611]: 6 0 118.037 shouldn't be
1880.60/1885.95	WSVECS04 Frhs2[614]: 6 0 181.11 shouldn't be
1880.60/1885.95	WSVECS04 Frhs2[635]: 6 0 482 shouldn't be
1880.60/1885.95	WSVECS04 Frhs2[651]: 6 0 327.143 shouldn't be
1880.60/1885.95	WSVECS04 Frhs2[659]: 6 0 59.1429 shouldn't be
1880.60/1885.95	WSVECS04 Frhs2[731]: 6 0 929 shouldn't be
1880.60/1885.95	WSVECS04 Frhs2[871]: 6 0 465.582 shouldn't be
1880.60/1885.95	WSVECS04 Frhs2[1128]: 6 0 1114.1 shouldn't be
1880.60/1885.95	WSVECS04 Frhs2[1137]: 6 0 140 shouldn't be
1880.60/1885.95	WSVECS04 Frhs2[1169]: 6 0 175 shouldn't be
1880.60/1885.95	WSVECS04 Frhs2[2463]: 6 0 274 shouldn't be
1884.38/1889.75	WSVECS04 Frhs2[49]: 6 0 2489.1 shouldn't be
1884.38/1889.75	WSVECS04 Frhs2[333]: 6 0 1049 shouldn't be
1884.38/1889.75	WSVECS04 Frhs2[477]: 6 0 978.433 shouldn't be
1884.38/1889.75	WSVECS04 Frhs2[499]: 6 0 241.714 shouldn't be
1884.38/1889.75	WSVECS04 Frhs2[599]: 6 0 874.115 shouldn't be
1884.38/1889.75	WSVECS04 Frhs2[631]: 6 0 1411 shouldn't be
1884.38/1889.75	WSVECS04 Frhs2[691]: 6 0 234.143 shouldn't be
1884.38/1889.75	WSVECS04 Frhs2[774]: 6 0 275 shouldn't be
1884.38/1889.75	WSVECS04 Frhs2[777]: 6 0 139.333 shouldn't be
1884.38/1889.75	WSVECS04 Frhs2[780]: 6 0 303.673 shouldn't be
1884.38/1889.75	WSVECS04 Frhs2[893]: 6 0 279.931 shouldn't be
1884.38/1889.75	WSVECS04 Frhs2[962]: 6 0 260 shouldn't be
1884.38/1889.75	WSVECS04 Frhs2[968]: 6 0 260 shouldn't be
1884.38/1889.75	WSVECS04 Frhs2[1162]: 6 0 175 shouldn't be
1884.38/1889.75	WSVECS04 Frhs2[1281]: 6 0 242.463 shouldn't be
1884.38/1889.75	WSVECS04 Frhs2[1755]: 6 0 2669.28 shouldn't be
1887.37/1892.79	WSVECS04 Frhs2[71]: 6 0 465.582 shouldn't be
1887.37/1892.79	WSVECS04 Frhs2[142]: 6 0 2122.07 shouldn't be
1887.37/1892.79	WSVECS04 Frhs2[249]: 6 0 2489.1 shouldn't be
1887.37/1892.79	WSVECS04 Frhs2[321]: 6 0 357.351 shouldn't be
1887.37/1892.79	WSVECS04 Frhs2[419]: 6 0 254.537 shouldn't be
1887.37/1892.79	WSVECS04 Frhs2[428]: 6 0 1114.1 shouldn't be
1887.37/1892.79	WSVECS04 Frhs2[503]: 6 0 415.113 shouldn't be
1887.37/1892.79	WSVECS04 Frhs2[555]: 6 0 2669.28 shouldn't be
1887.37/1892.79	WSVECS04 Frhs2[744]: 6 0 2601.14 shouldn't be
1887.37/1892.79	WSVECS04 Frhs2[844]: 6 0 2591.14 shouldn't be
1887.37/1892.79	WSVECS04 Frhs2[1024]: 6 0 105.712 shouldn't be
1887.37/1892.79	WSVECS04 Frhs2[1027]: 6 0 105.712 shouldn't be
1887.37/1892.79	WSVECS04 Frhs2[1028]: 6 0 1219.81 shouldn't be
1887.37/1892.79	WSVECS04 Frhs2[1081]: 6 0 356.537 shouldn't be
1887.37/1892.79	WSVECS04 Frhs2[1183]: 6 0 356.537 shouldn't be
1887.37/1892.79	WSVECS04 Frhs2[1691]: 6 0 234.143 shouldn't be
1887.37/1892.79	WSVECS04 Frhs2[2445]: 6 0 338 shouldn't be
1891.16/1896.57	WSVECS04 Frhs2[44]: 6 0 2601.14 shouldn't be
1891.16/1896.57	WSVECS04 Frhs2[154]: 6 0 267.143 shouldn't be
1891.16/1896.57	WSVECS04 Frhs2[285]: 6 0 627.657 shouldn't be
1891.16/1896.57	WSVECS04 Frhs2[335]: 6 0 1049 shouldn't be
1891.16/1896.57	WSVECS04 Frhs2[439]: 6 0 1703.54 shouldn't be
1891.16/1896.57	WSVECS04 Frhs2[511]: 6 0 118.037 shouldn't be
1891.16/1896.57	WSVECS04 Frhs2[515]: 6 0 118.037 shouldn't be
1891.16/1896.57	WSVECS04 Frhs2[695]: 6 0 234.143 shouldn't be
1891.16/1896.57	WSVECS04 Frhs2[931]: 6 0 741.357 shouldn't be
1891.16/1896.57	WSVECS04 Frhs2[1039]: 6 0 1703.54 shouldn't be
1891.16/1896.57	WSVECS04 Frhs2[1354]: 6 0 410 shouldn't be
1891.16/1896.57	WSVECS04 Frhs2[1430]: 6 0 830.225 shouldn't be
1891.16/1896.57	WSVECS04 Frhs2[1551]: 6 0 327.143 shouldn't be
1891.16/1896.57	WSVECS04 Frhs2[1554]: 6 0 267.143 shouldn't be
1891.16/1896.57	WSVECS04 Frhs2[1585]: 6 0 348.463 shouldn't be
1891.16/1896.57	WSVECS04 Frhs2[1633]: 6 0 775 shouldn't be
1891.16/1896.57	WSVECS04 Frhs2[2110]: 6 -1380 0 shouldn't be
1894.55/1899.95	WSVECS04 Frhs2[239]: 6 0 1316.84 shouldn't be
1894.55/1899.95	WSVECS04 Frhs2[328]: 6 0 1471.45 shouldn't be
1894.55/1899.95	WSVECS04 Frhs2[331]: 6 0 1978 shouldn't be
1894.55/1899.95	WSVECS04 Frhs2[413]: 6 0 254.537 shouldn't be
1894.55/1899.95	WSVECS04 Frhs2[431]: 6 0 929 shouldn't be
1894.55/1899.95	WSVECS04 Frhs2[453]: 6 0 373.143 shouldn't be
1894.55/1899.95	WSVECS04 Frhs2[1006]: 6 0 356.537 shouldn't be
1894.55/1899.95	WSVECS04 Frhs2[1025]: 6 0 105.712 shouldn't be
1894.55/1899.95	WSVECS04 Frhs2[1031]: 6 0 929 shouldn't be
1894.55/1899.95	WSVECS04 Frhs2[1052]: 6 0 47 shouldn't be
1894.55/1899.95	WSVECS04 Frhs2[1331]: 6 0 789 shouldn't be
1894.55/1899.95	WSVECS04 Frhs2[1464]: 6 0 140 shouldn't be
1894.55/1899.95	WSVECS04 Frhs2[1611]: 6 0 118.037 shouldn't be
1894.55/1899.95	WSVECS04 Frhs2[1654]: 6 0 267.143 shouldn't be
1894.55/1899.95	WSVECS04 Frhs2[1731]: 6 0 929 shouldn't be
1894.55/1899.95	WSVECS04 Frhs2[1781]: 6 0 356.537 shouldn't be
1894.55/1899.95	WSVECS04 Frhs2[2442]: 6 0 318 shouldn't be
1897.04/1902.45	WSVECS04 Frhs2[9]: 6 0 356.537 shouldn't be
1897.04/1902.45	WSVECS04 Frhs2[11]: 6 0 118.037 shouldn't be
1897.04/1902.45	WSVECS04 Frhs2[99]: 6 0 400.4 shouldn't be
1897.04/1902.45	WSVECS04 Frhs2[150]: 6 0 2570.39 shouldn't be
1897.04/1902.45	WSVECS04 Frhs2[184]: 6 0 329 shouldn't be
1897.04/1902.45	WSVECS04 Frhs2[352]: 6 0 47.0001 shouldn't be
1897.04/1902.45	WSVECS04 Frhs2[393]: 6 0 251.816 shouldn't be
1897.04/1902.45	WSVECS04 Frhs2[430]: 6 0 830.225 shouldn't be
1897.04/1902.45	WSVECS04 Frhs2[539]: 6 0 1703.54 shouldn't be
1897.04/1902.45	WSVECS04 Frhs2[737]: 6 0 140 shouldn't be
1897.04/1902.45	WSVECS04 Frhs2[785]: 6 0 398.32 shouldn't be
1897.04/1902.45	WSVECS04 Frhs2[1008]: 6 0 356.537 shouldn't be
1897.04/1902.45	WSVECS04 Frhs2[1083]: 6 0 356.537 shouldn't be
1897.04/1902.45	WSVECS04 Frhs2[1239]: 6 0 1703.54 shouldn't be
1897.04/1902.45	WSVECS04 Frhs2[1371]: 6 0 465.582 shouldn't be
1897.04/1902.45	WSVECS04 Frhs2[1514]: 6 0 181.11 shouldn't be
1897.04/1902.45	WSVECS04 Frhs2[1671]: 6 0 875.582 shouldn't be
1897.04/1902.45	WSVECS04 Frhs2[1684]: 6 0 685.537 shouldn't be
1897.04/1902.45	WSVECS04 Frhs2[1749]: 6 0 2489.1 shouldn't be
1900.13/1905.56	WSVECS04 Frhs2[108]: 6 0 130 shouldn't be
1900.13/1905.56	WSVECS04 Frhs2[681]: 6 0 356.537 shouldn't be
1902.63/1908.06	WSVECS04 Frhs2[84]: 6 0 685.537 shouldn't be
1902.63/1908.06	WSVECS04 Frhs2[324]: 6 0 357.351 shouldn't be
1902.63/1908.06	WSVECS04 Frhs2[411]: 6 0 372.574 shouldn't be
1902.63/1908.06	WSVECS04 Frhs2[416]: 6 0 254.537 shouldn't be
1902.63/1908.06	WSVECS04 Frhs2[452]: 6 0 47.0001 shouldn't be
1902.63/1908.06	WSVECS04 Frhs2[633]: 6 0 482 shouldn't be
1902.63/1908.06	WSVECS04 Frhs2[649]: 6 0 1276.96 shouldn't be
1902.63/1908.06	WSVECS04 Frhs2[776]: 6 0 275 shouldn't be
1902.63/1908.06	WSVECS04 Frhs2[1022]: 6 0 105.712 shouldn't be
1902.63/1908.06	WSVECS04 Frhs2[1693]: 6 0 251.816 shouldn't be
1902.63/1908.06	WSVECS04 Frhs2[1861]: 6 0 393.888 shouldn't be
1902.63/1908.06	WSVECS04 Frhs2[2454]: 6 0 138 shouldn't be
1905.31/1910.74	WSVECS04 Frhs2[51]: 6 0 327.143 shouldn't be
1905.31/1910.74	WSVECS04 Frhs2[241]: 6 0 2249.88 shouldn't be
1905.31/1910.74	WSVECS04 Frhs2[244]: 6 0 2465.17 shouldn't be
1905.31/1910.74	WSVECS04 Frhs2[325]: 6 0 357.351 shouldn't be
1905.31/1910.74	WSVECS04 Frhs2[496]: 6 0 241.714 shouldn't be
1905.31/1910.74	WSVECS04 Frhs2[703]: 6 0 415.113 shouldn't be
1905.31/1910.74	WSVECS04 Frhs2[742]: 6 0 1481.53 shouldn't be
1905.31/1910.74	WSVECS04 Frhs2[1168]: 6 0 175 shouldn't be
1905.31/1910.74	WSVECS04 Frhs2[1653]: 6 0 373.143 shouldn't be
1905.31/1910.74	WSVECS04 Frhs2[2469]: 6 0 828 shouldn't be
1907.62/1913.06	WSVECS04 Frhs2[82]: 6 0 356.537 shouldn't be
1907.62/1913.06	WSVECS04 Frhs2[144]: 6 0 3194.68 shouldn't be
1907.62/1913.06	WSVECS04 Frhs2[174]: 6 0 396.418 shouldn't be
1907.62/1913.06	WSVECS04 Frhs2[330]: 6 0 1187.58 shouldn't be
1907.62/1913.06	WSVECS04 Frhs2[455]: 6 0 2669.28 shouldn't be
1907.62/1913.06	WSVECS04 Frhs2[479]: 6 0 1114.1 shouldn't be
1907.62/1913.06	WSVECS04 Frhs2[481]: 6 0 279.194 shouldn't be
1907.62/1913.06	WSVECS04 Frhs2[1085]: 6 0 705 shouldn't be
1910.20/1915.61	WSVECS04 Frhs2[450]: 6 0 2834.81 shouldn't be
1910.20/1915.61	WSVECS04 Frhs2[1396]: 6 0 94.5997 shouldn't be
1910.20/1915.61	WSVECS04 Frhs2[1595]: 6 0 234.143 shouldn't be
1913.09/1918.57	WSVECS04 Frhs2[85]: 6 0 705 shouldn't be
1913.09/1918.57	WSVECS04 Frhs2[193]: 6 0 251.816 shouldn't be
1913.09/1918.57	WSVECS04 Frhs2[322]: 6 0 357.351 shouldn't be
1913.09/1918.57	WSVECS04 Frhs2[475]: 6 0 1114.1 shouldn't be
1913.09/1918.57	WSVECS04 Frhs2[870]: 6 0 13 shouldn't be
1913.09/1918.57	WSVECS04 Frhs2[1011]: 6 0 118.037 shouldn't be
1913.09/1918.57	WSVECS04 Frhs2[1158]: 6 0 94.0001 shouldn't be
1913.09/1918.57	WSVECS04 Frhs2[1484]: 6 0 329 shouldn't be
1913.09/1918.57	WSVECS04 Frhs2[1741]: 6 0 2249.88 shouldn't be
1915.88/1921.35	WSVECS04 Frhs2[297]: 6 0 214.714 shouldn't be
1915.88/1921.35	WSVECS04 Frhs2[380]: 6 0 28.6733 shouldn't be
1915.88/1921.35	WSVECS04 Frhs2[409]: 6 0 356.537 shouldn't be
1915.88/1921.35	WSVECS04 Frhs2[597]: 6 0 874.115 shouldn't be
1915.88/1921.35	WSVECS04 Frhs2[609]: 6 0 356.537 shouldn't be
1915.88/1921.35	WSVECS04 Frhs2[685]: 6 0 705 shouldn't be
1915.88/1921.35	WSVECS04 Frhs2[936]: 6 0 567.857 shouldn't be
1915.88/1921.35	WSVECS04 Frhs2[970]: 6 0 260 shouldn't be
1915.88/1921.35	WSVECS04 Frhs2[982]: 6 0 356.537 shouldn't be
1915.88/1921.35	WSVECS04 Frhs2[1109]: 6 0 356.537 shouldn't be
1915.88/1921.35	WSVECS04 Frhs2[1685]: 6 0 705 shouldn't be
1918.28/1923.75	WSVECS04 Frhs2[472]: 6 0 2135.1 shouldn't be
1918.28/1923.75	WSVECS04 Frhs2[491]: 6 0 475.857 shouldn't be
1918.28/1923.75	WSVECS04 Frhs2[839]: 6 0 1703.54 shouldn't be
1918.28/1923.75	WSVECS04 Frhs2[1002]: 6 0 356.537 shouldn't be
1918.28/1923.75	WSVECS04 Frhs2[1036]: 6 0 567.857 shouldn't be
1921.16/1926.64	WSVECS04 Frhs2[98]: 6 0 400.4 shouldn't be
1921.16/1926.64	WSVECS04 Frhs2[139]: 6 0 1703.54 shouldn't be
1921.16/1926.64	WSVECS04 Frhs2[451]: 6 0 327.143 shouldn't be
1921.16/1926.64	WSVECS04 Frhs2[498]: 6 0 241.714 shouldn't be
1921.16/1926.64	WSVECS04 Frhs2[794]: 6 0 297.216 shouldn't be
1921.16/1926.64	WSVECS04 Frhs2[1311]: 6 0 118.037 shouldn't be
1921.16/1926.64	WSVECS04 Frhs2[1399]: 6 0 94.5998 shouldn't be
1921.16/1926.64	WSVECS04 Frhs2[1644]: 6 0 2483.1 shouldn't be
1921.16/1926.64	WSVECS04 Frhs2[1753]: 6 0 373.143 shouldn't be
1923.67/1929.17	WSVECS04 Frhs2[471]: 6 0 1579.68 shouldn't be
1923.67/1929.17	WSVECS04 Frhs2[813]: 6 0 638.213 shouldn't be
1923.67/1929.17	WSVECS04 Frhs2[1584]: 6 0 329 shouldn't be
1926.44/1931.98	WSVECS04 Frhs2[485]: 6 0 627.657 shouldn't be
1926.44/1931.98	WSVECS04 Frhs2[493]: 6 0 493.53 shouldn't be
1926.44/1931.98	WSVECS04 Frhs2[497]: 6 0 241.714 shouldn't be
1926.44/1931.98	WSVECS04 Frhs2[544]: 6 0 2601.14 shouldn't be
1926.44/1931.98	WSVECS04 Frhs2[914]: 6 0 181.11 shouldn't be
1926.44/1931.98	WSVECS04 Frhs2[1009]: 6 0 713.074 shouldn't be
1926.44/1931.98	WSVECS04 Frhs2[1744]: 6 0 2601.14 shouldn't be
1926.44/1931.98	WSVECS04 Frhs2[1774]: 6 0 135.667 shouldn't be
1929.74/1935.27	WSVECS04 Frhs2[179]: 6 0 396.418 shouldn't be
1929.74/1935.27	WSVECS04 Frhs2[338]: 6 0 1049 shouldn't be
1929.74/1935.27	WSVECS04 Frhs2[793]: 6 0 251.816 shouldn't be
1929.74/1935.27	WSVECS04 Frhs2[915]: 6 0 118.037 shouldn't be
1932.83/1938.35	WSVECS04 Frhs2[109]: 6 0 486.537 shouldn't be
1932.83/1938.35	WSVECS04 Frhs2[209]: 6 0 301.955 shouldn't be
1932.83/1938.35	WSVECS04 Frhs2[509]: 6 0 356.537 shouldn't be
1932.83/1938.35	WSVECS04 Frhs2[598]: 6 0 874.115 shouldn't be
1932.83/1938.35	WSVECS04 Frhs2[963]: 6 0 260 shouldn't be
1935.42/1941.00	WSVECS04 Frhs2[39]: 6 0 1703.54 shouldn't be
1935.42/1941.00	WSVECS04 Frhs2[218]: 6 0 360.53 shouldn't be
1935.42/1941.00	WSVECS04 Frhs2[1064]: 6 0 140 shouldn't be
1939.10/1944.61	WSVECS04 Frhs2[1651]: 6 0 327.143 shouldn't be
1942.30/1947.81	WSVECS04 Frhs2[444]: 6 0 3459.1 shouldn't be
1942.30/1947.81	WSVECS04 Frhs2[749]: 6 0 2489.1 shouldn't be
1942.30/1947.81	WSVECS04 Frhs2[986]: 6 0 103.5 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[5]: 6 -159.112 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[49]: 6 0 2489.1 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[50]: 6 0 1976.84 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[74]: 6 -1161 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[134]: 6 -412 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[149]: 6 0 3082.65 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[150]: 6 0 2570.39 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[176]: 6 0 396.418 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[185]: 6 0 348.463 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[196]: 6 -2113.83 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[228]: 6 0 283.874 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[231]: 6 0 542.3 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[241]: 6 0 2249.88 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[242]: 6 0 1528.53 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[249]: 6 0 2489.1 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[250]: 6 0 1976.84 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[252]: 6 0 334.537 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[253]: 6 0 300.15 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[257]: 6 0 287.537 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[272]: 6 0 1027 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[278]: 6 0 6 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[279]: 6 0 6 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[321]: 6 0 357.351 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[329]: 6 0 357.351 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[332]: 6 0 1049 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[333]: 6 0 1049 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[338]: 6 0 1049 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[340]: 6 0 1049 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[378]: 6 -1537.1 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[395]: 6 0 234.143 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[406]: 6 -1303.22 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[424]: 6 -1893.1 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[449]: 6 0 3347.06 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[450]: 6 0 2834.81 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[456]: 6 -1014.97 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[471]: 6 0 1579.68 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[477]: 6 0 978.432 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[486]: 6 0 26.157 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[504]: 6 -2270.11 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[515]: 6 0 118.037 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[546]: 6 0 2593.14 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[548]: 6 -4689.22 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[585]: 6 0 538 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[602]: 6 -1485.89 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[612]: 6 -1090 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[615]: 6 0 118.037 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[623]: 6 -614.424 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[649]: 6 0 1276.96 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[652]: 6 0 47 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[673]: 6 -275 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[689]: 6 -672.12 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[695]: 6 0 234.143 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[699]: 6 -1389.97 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[701]: 6 -433.775 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[725]: 6 -1271.87 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[736]: 6 0 410.857 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[745]: 6 -1531.13 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[749]: 6 0 2489.1 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[750]: 6 0 1976.84 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[781]: 6 0 49.8571 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[782]: 6 0 2.85714 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[785]: 6 0 398.32 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[813]: 6 0 638.213 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[820]: 6 0 574.715 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[838]: 6 -1063 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[878]: 6 -57 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[887]: 6 0 74 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[952]: 6 0 47 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1012]: 6 -702.424 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1015]: 6 0 118.037 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1021]: 6 0 105.712 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1068]: 6 -2496 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1071]: 6 0 465.582 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1142]: 6 0 2154.11 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1144]: 6 0 3226.72 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1154]: 6 0 361.143 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1158]: 6 0 94 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1164]: 6 0 315 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1189]: 6 -1620.43 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1193]: 6 0 17.6732 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1258]: 6 -3790.29 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1281]: 6 0 242.463 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1291]: 6 0 76.9264 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1336]: 6 0 427.857 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1342]: 6 0 2508.03 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1344]: 6 0 3580.65 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1358]: 6 0 142.857 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1399]: 6 0 94.5997 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1414]: 6 0 63.0736 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1434]: 6 -878 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1485]: 6 0 348.463 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1536]: 6 0 567.857 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1537]: 6 0 140 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1552]: 6 0 47 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1576]: 6 -1879 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1585]: 6 0 348.463 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1593]: 6 0 251.816 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1595]: 6 0 234.143 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1641]: 6 0 2131.85 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1649]: 6 0 2371.07 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1695]: 6 0 234.143 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1703]: 6 0 58.5757 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1715]: 6 0 118.037 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1735]: 6 -775 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1745]: 6 -626.582 0 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1749]: 6 0 2489.1 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[1889]: 6 0 574.888 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[2009]: 6 0 43 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[2159]: 6 0 239 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[2478]: 6 0 407 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[2514]: 6 0 42 shouldn't be
1944.99/1950.52	WSVECS04 Frhs2[2661]: 6 0 8.28571 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[71]: 6 0 465.582 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[131]: 6 0 929 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[195]: 6 0 234.143 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[431]: 6 0 929 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[631]: 6 0 1411 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[671]: 6 0 465.582 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[680]: 6 0 28.6732 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[767]: 6 -1318 0 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[783]: 6 0 49.8571 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[795]: 6 0 234.143 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[797]: 6 -1530.86 0 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[868]: 6 0 13 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[870]: 6 0 13 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[897]: 6 0 28.1146 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[898]: 6 0 28.1146 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[899]: 6 0 14 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[922]: 6 -2901.35 0 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[971]: 6 0 277.939 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[991]: 6 0 46.5 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[995]: 6 0 234.143 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[1025]: 6 0 105.712 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[1027]: 6 0 105.712 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[1078]: 6 -11 0 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[1159]: 6 0 153.143 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[1171]: 6 0 465.582 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[1278]: 6 -1021 0 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[1330]: 6 0 830.225 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[1371]: 6 0 465.582 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[1380]: 6 0 28.6732 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[1475]: 6 0 750 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[1531]: 6 0 929 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[1571]: 6 0 465.582 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[1572]: 6 0 1021 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[1600]: 6 -1505.51 0 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[1708]: 6 -1125.65 0 shouldn't be
1948.08/1953.67	WSVECS04 Frhs2[1811]: 6 0 364.112 shouldn't be
1963.93/1969.57	c #Conflicts:     758000 | #Constraints:      61959
1963.93/1969.57	c #Conflicts:     759000 | #Constraints:      62959
1963.93/1969.57	c #Conflicts:     760000 | #Constraints:      63959
1963.93/1969.57	c #Conflicts:     761000 | #Constraints:      64959
1963.93/1969.57	c #Conflicts:     762000 | #Constraints:      65959
1963.93/1969.57	c #Conflicts:     763000 | #Constraints:      66959
1963.93/1969.57	c #Conflicts:     764000 | #Constraints:      67959
1963.93/1969.57	c #Conflicts:     765000 | #Constraints:      68959
1963.93/1969.57	c #Conflicts:     766000 | #Constraints:      69959
1963.93/1969.57	c #Conflicts:     767000 | #Constraints:      70959
1963.93/1969.57	c #Conflicts:     768000 | #Constraints:      71959
1963.93/1969.57	c #Conflicts:     769000 | #Constraints:      72959
1963.93/1969.57	c #Conflicts:     770000 | #Constraints:      73959
1963.93/1969.57	c #Conflicts:     771000 | #Constraints:      74959
1963.93/1969.57	c #Conflicts:     772000 | #Constraints:      75959
1963.93/1969.57	c #Conflicts:     773000 | #Constraints:      76959
1963.93/1969.57	c #Conflicts:     774000 | #Constraints:      77959
1963.93/1969.57	c INPROCESSING
1963.93/1969.57	c GARBAGE COLLECT
1963.93/1969.57	c #Conflicts:     775000 | #Constraints:      61541
1963.93/1969.57	c #Conflicts:     776000 | #Constraints:      62541
1963.93/1969.57	c #Conflicts:     777000 | #Constraints:      63541
1963.93/1969.57	c #Conflicts:     778000 | #Constraints:      64541
1963.93/1969.57	c #Conflicts:     779000 | #Constraints:      65541
1963.93/1969.57	c #Conflicts:     780000 | #Constraints:      66541
1963.93/1969.57	c #Conflicts:     781000 | #Constraints:      67541
1963.93/1969.57	c #Conflicts:     782000 | #Constraints:      68541
1963.93/1969.57	c #Conflicts:     783000 | #Constraints:      69541
1963.93/1969.57	c #Conflicts:     784000 | #Constraints:      70541
1963.93/1969.57	c #Conflicts:     785000 | #Constraints:      71541
1963.93/1969.57	c #Conflicts:     786000 | #Constraints:      72541
1963.93/1969.57	c #Conflicts:     787000 | #Constraints:      73541
1963.93/1969.57	c #Conflicts:     788000 | #Constraints:      74541
1963.93/1969.57	c #Conflicts:     789000 | #Constraints:      75541
1963.93/1969.57	c #Conflicts:     790000 | #Constraints:      76541
1963.93/1969.57	c #Conflicts:     791000 | #Constraints:      77541
1963.93/1969.57	c #Conflicts:     792000 | #Constraints:      78541
1963.93/1969.57	c INPROCESSING
1963.93/1969.57	c GARBAGE COLLECT
1963.93/1969.57	c #Conflicts:     793000 | #Constraints:      61934
1963.93/1969.57	c #Conflicts:     794000 | #Constraints:      62934
1963.93/1969.57	c #Conflicts:     795000 | #Constraints:      63934
1963.93/1969.57	c #Conflicts:     796000 | #Constraints:      64934
1963.93/1969.57	c #Conflicts:     797000 | #Constraints:      65934
1963.93/1969.57	c #Conflicts:     798000 | #Constraints:      66934
1963.93/1969.57	c #Conflicts:     799000 | #Constraints:      67934
1963.93/1969.57	c #Conflicts:     800000 | #Constraints:      68934
1963.93/1969.57	c #Conflicts:     801000 | #Constraints:      69934
1963.93/1969.57	c #Conflicts:     802000 | #Constraints:      70934
1963.93/1969.57	c #Conflicts:     803000 | #Constraints:      71934
1963.93/1969.57	c #Conflicts:     804000 | #Constraints:      72934
1963.93/1969.57	c #Conflicts:     805000 | #Constraints:      73934
1963.93/1969.57	c #Conflicts:     806000 | #Constraints:      74934
1963.93/1969.57	c #Conflicts:     807000 | #Constraints:      75934
1963.93/1969.57	c #Conflicts:     808000 | #Constraints:      76934
1963.93/1969.57	c #Conflicts:     809000 | #Constraints:      77934
1963.93/1969.57	c #Conflicts:     810000 | #Constraints:      78934
1963.93/1969.57	c INPROCESSING
1963.93/1969.57	c GARBAGE COLLECT
1963.93/1969.57	c #Conflicts:     811000 | #Constraints:      62120
1963.93/1969.57	c #Conflicts:     812000 | #Constraints:      63120
1963.93/1969.57	c #Conflicts:     813000 | #Constraints:      64120
1963.93/1969.57	c #Conflicts:     814000 | #Constraints:      65120
1963.93/1969.57	c #Conflicts:     815000 | #Constraints:      66120
1963.93/1969.57	c #Conflicts:     816000 | #Constraints:      67120
1963.93/1969.57	c #Conflicts:     817000 | #Constraints:      68120
1963.93/1969.57	c #Conflicts:     818000 | #Constraints:      69120
1963.93/1969.57	c #Conflicts:     819000 | #Constraints:      70120
1963.93/1969.57	c #Conflicts:     820000 | #Constraints:      71120
1963.93/1969.57	c #Conflicts:     821000 | #Constraints:      72120
1963.93/1969.57	c #Conflicts:     822000 | #Constraints:      73120
1963.93/1969.57	c #Conflicts:     823000 | #Constraints:      74120
1963.93/1969.57	c #Conflicts:     824000 | #Constraints:      75120
1963.93/1969.57	c #Conflicts:     825000 | #Constraints:      76120
1963.93/1969.57	c #Conflicts:     826000 | #Constraints:      77120
1963.93/1969.57	c #Conflicts:     827000 | #Constraints:      78120
1963.93/1969.57	c #Conflicts:     828000 | #Constraints:      79120
1963.93/1969.57	c INPROCESSING
1963.93/1969.57	c GARBAGE COLLECT
1963.93/1969.57	c #Conflicts:     829000 | #Constraints:      62127
1963.93/1969.57	c #Conflicts:     830000 | #Constraints:      63127
1963.93/1969.57	c #Conflicts:     831000 | #Constraints:      64127
1963.93/1969.57	c #Conflicts:     832000 | #Constraints:      65127
1963.93/1969.57	c #Conflicts:     833000 | #Constraints:      66127
1963.93/1969.57	c #Conflicts:     834000 | #Constraints:      67127
1981.78/1987.40	c #Conflicts:     835000 | #Constraints:      68127
1981.78/1987.40	c #Conflicts:     836000 | #Constraints:      69127
1981.78/1987.40	c #Conflicts:     837000 | #Constraints:      70127
1981.78/1987.40	c #Conflicts:     838000 | #Constraints:      71127
1981.78/1987.40	c #Conflicts:     839000 | #Constraints:      72127
1981.78/1987.40	c #Conflicts:     840000 | #Constraints:      73127
1981.78/1987.40	c #Conflicts:     841000 | #Constraints:      74127
1981.78/1987.40	c #Conflicts:     842000 | #Constraints:      75127
1981.78/1987.40	c #Conflicts:     843000 | #Constraints:      76127
1981.78/1987.40	c #Conflicts:     844000 | #Constraints:      77127
1981.78/1987.40	c #Conflicts:     845000 | #Constraints:      78127
1981.78/1987.40	c #Conflicts:     846000 | #Constraints:      79127
1981.78/1987.40	c INPROCESSING
1981.78/1987.40	c GARBAGE COLLECT
1981.78/1987.40	c #Conflicts:     847000 | #Constraints:      61918
1981.78/1987.40	c #Conflicts:     848000 | #Constraints:      62918
1981.78/1987.40	c #Conflicts:     849000 | #Constraints:      63918
1981.78/1987.40	c #Conflicts:     850000 | #Constraints:      64918
1981.78/1987.40	c #Conflicts:     851000 | #Constraints:      65918
1981.78/1987.40	c #Conflicts:     852000 | #Constraints:      66918
1981.78/1987.40	c #Conflicts:     853000 | #Constraints:      67918
1981.78/1987.40	c #Conflicts:     854000 | #Constraints:      68918
1981.78/1987.40	c #Conflicts:     855000 | #Constraints:      69918
1981.78/1987.40	c #Conflicts:     856000 | #Constraints:      70918
1981.78/1987.40	c #Conflicts:     857000 | #Constraints:      71918
1981.78/1987.40	c #Conflicts:     858000 | #Constraints:      72918
1981.78/1987.40	c #Conflicts:     859000 | #Constraints:      73918
1981.78/1987.40	c #Conflicts:     860000 | #Constraints:      74918
1981.78/1987.40	c #Conflicts:     861000 | #Constraints:      75918
1981.78/1987.40	c #Conflicts:     862000 | #Constraints:      76918
1981.78/1987.40	WSVECS04 Frhs2[74]: 6 -1856.29 0 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[80]: 6 0 178.405 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[195]: 6 0 469.234 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[316]: 6 0 1307.69 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[317]: 6 0 1789 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[368]: 6 0 554.334 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[445]: 6 0 49.4913 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[675]: 6 0 207.341 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[689]: 6 -1531.01 0 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[690]: 6 0 1048.59 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[722]: 6 0 11.2501 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[748]: 6 0 49.2169 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[817]: 6 -3724.69 0 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[844]: 6 0 244.108 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[878]: 6 -755 0 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[930]: 6 0 1071.95 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[975]: 6 0 184.841 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1025]: 6 0 11.25 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1075]: 6 0 444.841 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1123]: 6 -2213.75 0 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1133]: 6 -2080 0 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1179]: 6 -2591.83 0 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1196]: 6 0 200.25 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1225]: 6 0 257.25 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1263]: 6 0 498.4 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1275]: 6 0 444.841 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1326]: 6 0 123 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1356]: 6 -244.25 0 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1364]: 6 -2337.15 0 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1368]: 6 0 256 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1374]: 6 0 677.25 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1447]: 6 0 258.208 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1464]: 6 0 381.45 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1477]: 6 0 361.775 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1500]: 6 -691.531 0 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1527]: 6 0 11.25 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1547]: 6 0 258.209 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1549]: 6 -327 0 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1568]: 6 0 256 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1575]: 6 0 195.841 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1650]: 6 -587 0 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1659]: 6 0 49.75 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1675]: 6 0 184.841 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1779]: 6 0 373 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1897]: 6 0 518 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1942]: 6 0 520 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[1959]: 6 0 174 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[2052]: 6 0 105 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[2091]: 6 -516 0 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[2180]: 6 0 177 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[2189]: 6 0 71.0001 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[2198]: 6 -80.0001 0 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[2232]: 6 0 196 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[2237]: 6 0 31.0001 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[2246]: 6 -507 0 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[2249]: 6 0 39.0001 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[2442]: 6 0 68 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[2444]: 6 0 61.0001 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[2619]: 6 -625 0 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[2649]: 6 0 35.0001 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[2651]: 6 0 73.0001 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[2662]: 6 0 41 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[2683]: 6 0 231 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[2684]: 6 0 198 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[2696]: 6 -711 0 shouldn't be
1981.78/1987.40	WSVECS04 Frhs2[2699]: 6 -86 0 shouldn't be
1982.88/1988.52	WSVECS04 Frhs2[525]: 6 0 11.2501 shouldn't be
1982.88/1988.52	WSVECS04 Frhs2[543]: 6 0 148.696 shouldn't be
1982.88/1988.52	WSVECS04 Frhs2[546]: 6 0 432.742 shouldn't be
1982.88/1988.52	WSVECS04 Frhs2[1046]: 6 0 284.046 shouldn't be
1982.88/1988.52	WSVECS04 Frhs2[1246]: 6 0 284.046 shouldn't be
1982.88/1988.52	WSVECS04 Frhs2[1247]: 6 0 585.208 shouldn't be
1982.88/1988.52	WSVECS04 Frhs2[1255]: 6 0 100.516 shouldn't be
1982.88/1988.52	WSVECS04 Frhs2[1647]: 6 0 258.208 shouldn't be
1982.88/1988.52	WSVECS04 Frhs2[1668]: 6 0 379.6 shouldn't be
1982.88/1988.52	WSVECS04 Frhs2[2177]: 6 -871 0 shouldn't be
1982.88/1988.52	WSVECS04 Frhs2[2202]: 6 0 21.0001 shouldn't be
1982.88/1988.52	WSVECS04 Frhs2[2231]: 6 0 22 shouldn't be
1982.88/1988.52	WSVECS04 Frhs2[2240]: 6 0 193 shouldn't be
1982.88/1988.52	WSVECS04 Frhs2[2670]: 6 0 198 shouldn't be
1982.88/1988.52	WSVECS04 Frhs2[2690]: 6 0 68.0001 shouldn't be
1983.87/1989.52	WSVECS04 Frhs2[38]: 6 0 241 shouldn't be
1983.87/1989.52	WSVECS04 Frhs2[646]: 6 0 429.046 shouldn't be
1983.87/1989.52	WSVECS04 Frhs2[980]: 6 0 1196.27 shouldn't be
1983.87/1989.52	WSVECS04 Frhs2[1180]: 6 0 1196.27 shouldn't be
1983.87/1989.52	WSVECS04 Frhs2[1277]: 6 0 645.1 shouldn't be
1983.87/1989.52	WSVECS04 Frhs2[1296]: 6 0 200.25 shouldn't be
1983.87/1989.52	WSVECS04 Frhs2[1316]: 6 -481.305 0 shouldn't be
1983.87/1989.52	WSVECS04 Frhs2[1338]: 6 0 241 shouldn't be
1983.87/1989.52	WSVECS04 Frhs2[1442]: 6 -327 0 shouldn't be
1983.87/1989.52	WSVECS04 Frhs2[1474]: 6 0 670.675 shouldn't be
1983.87/1989.52	WSVECS04 Frhs2[1680]: 6 0 1196.27 shouldn't be
1983.87/1989.52	WSVECS04 Frhs2[2210]: 6 0 371.537 shouldn't be
1983.87/1989.52	WSVECS04 Frhs2[2656]: 6 0 300 shouldn't be
1989.05/1994.78	c #Conflicts:     863000 | #Constraints:      77918
1989.05/1994.78	c #Conflicts:     864000 | #Constraints:      78918
1989.05/1994.78	c #Conflicts:     865000 | #Constraints:      79918
1989.05/1994.78	c INPROCESSING
1989.05/1994.78	c GARBAGE COLLECT
1989.05/1994.78	c #Conflicts:     866000 | #Constraints:      62558
1989.05/1994.78	c #Conflicts:     867000 | #Constraints:      63558
1989.05/1994.78	c #Conflicts:     868000 | #Constraints:      64558
1989.05/1994.78	c #Conflicts:     869000 | #Constraints:      65558
1989.05/1994.78	c #Conflicts:     870000 | #Constraints:      66558
1989.05/1994.78	c #Conflicts:     871000 | #Constraints:      67558
1989.05/1994.78	c #Conflicts:     872000 | #Constraints:      68558
1989.05/1994.78	c #Conflicts:     873000 | #Constraints:      69558
1989.05/1994.78	WSVECS04 Frhs2[16]: 6 0 232.306 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[25]: 6 0 904.269 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[52]: 6 -1769 0 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[62]: 6 0 105.344 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[63]: 6 0 639.344 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[124]: 6 0 444.656 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[153]: 6 0 1296.11 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[154]: 6 0 1401.46 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[157]: 6 0 1296.11 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[163]: 6 0 639.344 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[164]: 6 0 729.344 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[169]: 6 0 225 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[184]: 6 0 808 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[197]: 6 0 592.366 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[199]: 6 0 404.366 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[200]: 6 0 592.366 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[212]: 6 -1766 0 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[216]: 6 0 232.306 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[256]: 6 -1475.23 0 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[259]: 6 0 798.263 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[262]: 6 0 105.344 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[263]: 6 0 639.344 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[287]: 6 0 11.0001 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[313]: 6 0 400 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[314]: 6 0 1074 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[320]: 6 0 400 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[323]: 6 -95.0001 0 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[352]: 6 0 639.806 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[353]: 6 0 639.806 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[354]: 6 0 745.15 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[360]: 6 0 1085.15 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[362]: 6 0 105.344 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[363]: 6 0 399.688 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[414]: 6 0 674 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[420]: 6 -1508 0 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[467]: 6 -775.344 0 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[478]: 6 -900.806 0 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[487]: 6 0 11 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[516]: 6 0 232.306 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[517]: 6 0 629.806 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[557]: 6 0 422.081 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[562]: 6 0 105.344 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[564]: 6 0 316 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[614]: 6 0 674 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[624]: 6 0 1252.66 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[627]: 6 0 202 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[638]: 6 0 181 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[663]: 6 0 639.344 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[668]: 6 0 105.344 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[674]: 6 0 186.269 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[697]: 6 0 188 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[698]: 6 0 109 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[716]: 6 0 232.306 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[717]: 6 0 629.806 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[738]: 6 0 1710.17 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[774]: 6 0 90 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[797]: 6 -756 0 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[814]: 6 0 409.382 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[822]: 6 0 111.344 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[824]: 6 0 878.323 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[830]: 6 0 2.97831 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[839]: 6 0 510.054 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[929]: 6 0 567.634 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[938]: 6 0 181 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[963]: 6 0 921.688 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[964]: 6 0 1011.69 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[968]: 6 0 387.688 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[969]: 6 0 507.344 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[984]: 6 0 625.656 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1016]: 6 0 232.306 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1032]: 6 -845 0 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1038]: 6 0 181 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1074]: 6 0 90.0001 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1084]: 6 0 158.656 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1087]: 6 0 169.656 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1090]: 6 0 158.656 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1100]: 6 -41.8281 0 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1116]: 6 0 232.306 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1122]: 6 0 108.366 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1189]: 6 -762.656 0 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1192]: 6 0 496.828 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1198]: 6 0 417.828 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1199]: 6 0 308.828 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1214]: 6 0 674 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1216]: 6 0 232.306 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1224]: 6 0 1252.66 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1234]: 6 -561 0 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1274]: 6 0 90 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1298]: 6 0 1096.83 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1300]: 6 0 1175.83 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1325]: 6 0 96.2689 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1359]: 6 0 430 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1412]: 6 -448.5 0 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1416]: 6 0 232.306 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1438]: 6 0 181 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1496]: 6 0 35.172 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1497]: 6 0 532 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1560]: 6 0 445.344 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1564]: 6 0 624 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1638]: 6 0 181 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1674]: 6 0 90 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1692]: 6 0 282.308 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1698]: 6 0 203.308 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1716]: 6 0 232.306 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1717]: 6 0 629.806 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1724]: 6 0 1349.31 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1727]: 6 0 298.656 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1738]: 6 0 181 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1762]: 6 0 94.3439 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1912]: 6 0 70.0001 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1913]: 6 0 58.0001 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1967]: 6 0 30.0001 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[1979]: 6 0 226 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2057]: 6 0 656.656 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2084]: 6 0 266 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2092]: 6 0 444 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2093]: 6 0 704 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2111]: 6 0 303 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2118]: 6 0 151 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2124]: 6 0 309 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2131]: 6 0 17 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2134]: 6 0 59.0001 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2340]: 6 0 123 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2363]: 6 0 4.34389 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2372]: 6 0 110.344 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2403]: 6 -325 0 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2412]: 6 0 88 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2428]: 6 -325 0 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2429]: 6 0 41.6562 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2624]: 6 0 809 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2625]: 6 0 311 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2630]: 6 0 491 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2631]: 6 -506 0 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2639]: 6 0 360 shouldn't be
1989.05/1994.78	WSVECS04 Frhs2[2681]: 6 0 68.0001 shouldn't be
1990.06/1995.73	WSVECS04 Frhs2[474]: 6 0 90 shouldn't be
1990.06/1995.73	WSVECS04 Frhs2[617]: 6 0 629.806 shouldn't be
1990.06/1995.73	WSVECS04 Frhs2[762]: 6 0 105.344 shouldn't be
1990.06/1995.73	WSVECS04 Frhs2[1754]: 6 0 105.344 shouldn't be
1990.06/1995.73	WSVECS04 Frhs2[1938]: 6 0 410 shouldn't be
1990.06/1995.73	WSVECS04 Frhs2[1949]: 6 0 71.0001 shouldn't be
1990.06/1995.73	WSVECS04 Frhs2[1970]: 6 0 52 shouldn't be
1990.06/1995.73	WSVECS04 Frhs2[2106]: 6 -380 0 shouldn't be
1990.06/1995.73	WSVECS04 Frhs2[2157]: 6 0 130 shouldn't be
1990.06/1995.73	WSVECS04 Frhs2[2159]: 6 0 198 shouldn't be
1990.06/1995.73	WSVECS04 Frhs2[2331]: 6 0 228.344 shouldn't be
1990.06/1995.73	WSVECS04 Frhs2[2386]: 6 0 102 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[12]: 6 -337 0 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[59]: 6 0 445.344 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[100]: 6 -68.0001 0 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[194]: 6 0 592.366 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[433]: 6 0 380 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[464]: 6 0 729.344 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[760]: 6 0 445.344 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[768]: 6 0 105.344 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[893]: 6 0 496.828 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[894]: 6 0 464.517 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[967]: 6 0 282.344 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[1159]: 6 0 445.344 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[1233]: 6 0 380 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[1238]: 6 0 181 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[1314]: 6 0 1130.04 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[1318]: 6 0 546.038 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[1319]: 6 0 546.038 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[1694]: 6 0 282.308 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[1920]: 6 0 189 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[1940]: 6 0 178 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[2058]: 6 0 396.656 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[2059]: 6 0 589.656 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[2120]: 6 0 482 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[2130]: 6 0 311 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[2133]: 6 0 10 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[2138]: 6 0 540 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[2139]: 6 0 817 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[2271]: 6 0 28 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[2279]: 6 0 151 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[2590]: 6 0 50 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[2669]: 6 0 305 shouldn't be
1991.05/1996.75	WSVECS04 Frhs2[2682]: 6 -86.0001 0 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[223]: 6 -1252.66 0 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[268]: 6 0 105.344 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[269]: 6 0 225 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[364]: 6 0 729.344 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[422]: 6 0 453.366 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[734]: 6 0 1529.17 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[754]: 6 0 105.344 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[759]: 6 0 445.344 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[787]: 6 0 11.0001 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[840]: 6 0 510.054 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[872]: 6 0 485.677 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[1322]: 6 0 453.366 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[1524]: 6 0 1252.66 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[1554]: 6 0 105.344 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[1714]: 6 0 674 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[1772]: 6 0 543.366 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[1774]: 6 0 90.0001 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[1927]: 6 -605 0 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[1947]: 6 0 6.00008 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[1980]: 6 -328 0 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[2142]: 6 0 912 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[2272]: 6 -1020 0 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[2328]: 6 -557 0 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[2582]: 6 -311 0 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[2591]: 6 -260 0 shouldn't be
1992.64/1998.32	WSVECS04 Frhs2[2641]: 6 0 12.0001 shouldn't be
1998.53/2004.23	c #Conflicts:     874000 | #Constraints:      70558
1998.53/2004.23	c #Conflicts:     875000 | #Constraints:      71558
1998.53/2004.23	c #Conflicts:     876000 | #Constraints:      72558
1998.53/2004.23	c #Conflicts:     877000 | #Constraints:      73558
1998.53/2004.23	c #Conflicts:     878000 | #Constraints:      74558
1998.53/2004.23	c #Conflicts:     879000 | #Constraints:      75558
1998.53/2004.23	c #Conflicts:     880000 | #Constraints:      76558
1998.53/2004.23	c #Conflicts:     881000 | #Constraints:      77558
1998.53/2004.23	c #Conflicts:     882000 | #Constraints:      78558
1998.53/2004.23	c #Conflicts:     883000 | #Constraints:      79558
1998.53/2004.23	c #Conflicts:     884000 | #Constraints:      80558
1998.53/2004.23	c INPROCESSING
1998.53/2004.23	c GARBAGE COLLECT
1998.53/2004.23	c #Conflicts:     885000 | #Constraints:      62961
1998.53/2004.23	c #Conflicts:     886000 | #Constraints:      63961
1998.53/2004.23	c #Conflicts:     887000 | #Constraints:      64961
1998.53/2004.23	WSVECS04 Frhs2[18]: 6 0 6.00006 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[58]: 6 0 3.00005 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[84]: 6 0 10.272 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[112]: 6 -1390.64 0 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[117]: 6 0 6.00006 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[118]: 6 0 6.00009 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[158]: 6 0 3.00002 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[168]: 6 0 10.272 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[202]: 6 0 10.272 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[234]: 6 -1335.14 0 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[235]: 6 0 368.136 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[284]: 6 0 20.5439 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[319]: 6 0 7.50003 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[330]: 6 0 3.00008 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[401]: 6 -929 0 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[456]: 6 -360.544 0 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[486]: 6 0 580.728 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[551]: 6 0 2.54388 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[553]: 6 0 2.54393 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[563]: 6 0 12.8158 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[570]: 6 0 12.8158 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[615]: 6 0 371.136 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[628]: 6 0 827.952 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[723]: 6 -293.204 0 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[729]: 6 0 563.476 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[784]: 6 0 957 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[829]: 6 0 799.68 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[867]: 6 -215.211 0 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[886]: 6 0 297 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[887]: 6 0 10.272 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[917]: 6 0 6.0001 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1001]: 6 -45.0001 0 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1064]: 6 0 147.43 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1121]: 6 0 242.204 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1127]: 6 0 3.00003 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1131]: 6 0 475.4 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1134]: 6 -990.4 0 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1161]: 6 -619.702 0 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1184]: 6 0 10.272 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1186]: 6 0 297 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1235]: 6 0 368.136 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1263]: 6 0 25.6316 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1264]: 6 0 25.6316 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1265]: 6 -6111.62 0 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1286]: 6 0 297 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1361]: 6 0 839.693 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1365]: 6 0 471.557 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1386]: 6 0 297 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1411]: 6 0 827 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1415]: 6 0 374.136 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1419]: 6 0 7.50002 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1423]: 6 -629 0 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1425]: 6 0 239.272 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1428]: 6 0 588.748 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1435]: 6 0 368.136 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1463]: 6 0 28.6316 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1484]: 6 0 10.272 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1511]: 6 0 812 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1512]: 6 -875 0 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1517]: 6 0 3.00001 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1518]: 6 0 6.00004 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1519]: 6 0 7.50007 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1529]: 6 0 1270.68 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1559]: 6 0 3.00002 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1563]: 6 0 28.6317 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1569]: 6 0 3.00009 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1584]: 6 0 10.272 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1586]: 6 0 294 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1617]: 6 0 6.00004 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1629]: 6 0 563.476 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1633]: 6 0 113.6 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1637]: 6 0 113.6 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1639]: 6 0 113.6 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1664]: 6 0 25.6316 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1667]: 6 -487.728 0 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1684]: 6 0 10.2719 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1723]: 6 0 902.204 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1784]: 6 0 10.272 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1786]: 6 0 297 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1848]: 6 -801 0 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1862]: 6 0 246 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1863]: 6 0 345 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1870]: 6 0 75 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1879]: 6 0 14.0001 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[1886]: 6 -814 0 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[2017]: 6 0 430 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[2025]: 6 0 342 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[2034]: 6 0 277 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[2043]: 6 0 538 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[2046]: 6 0 136.408 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[2052]: 6 0 819 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[2289]: 6 0 103 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[2291]: 6 0 346.728 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[2292]: 6 0 162 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[2294]: 6 0 250 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[2345]: 6 0 246.307 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[2346]: 6 0 480.105 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[2347]: 6 0 104 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[2348]: 6 0 358.307 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[2532]: 6 0 309 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[2550]: 6 0 248 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[2555]: 6 0 20.272 shouldn't be
1998.53/2004.23	WSVECS04 Frhs2[2596]: 6 0 10 shouldn't be
1999.82/2005.52	WSVECS04 Frhs2[86]: 6 0 297 shouldn't be
1999.82/2005.52	WSVECS04 Frhs2[115]: 6 0 374.136 shouldn't be
1999.82/2005.52	WSVECS04 Frhs2[656]: 6 -219.272 0 shouldn't be
1999.82/2005.52	WSVECS04 Frhs2[753]: 6 0 113 shouldn't be
1999.82/2005.52	WSVECS04 Frhs2[863]: 6 0 25.6316 shouldn't be
1999.82/2005.52	WSVECS04 Frhs2[864]: 6 0 25.6317 shouldn't be
1999.82/2005.52	WSVECS04 Frhs2[1070]: 6 0 147.43 shouldn't be
1999.82/2005.52	WSVECS04 Frhs2[1187]: 6 0 10.272 shouldn't be
1999.82/2005.52	WSVECS04 Frhs2[1787]: 6 0 10.272 shouldn't be
1999.82/2005.52	WSVECS04 Frhs2[1872]: 6 0 584 shouldn't be
1999.82/2005.52	WSVECS04 Frhs2[2569]: 6 0 238 shouldn't be
2001.12/2006.83	WSVECS04 Frhs2[1163]: 6 0 25.6316 shouldn't be
2001.12/2006.83	WSVECS04 Frhs2[1268]: 6 0 32.9036 shouldn't be
2001.12/2006.83	WSVECS04 Frhs2[1568]: 6 0 38.9036 shouldn't be
2001.12/2006.83	WSVECS04 Frhs2[1619]: 6 0 7.50001 shouldn't be
2001.12/2006.83	WSVECS04 Frhs2[1628]: 6 0 588.748 shouldn't be
2001.12/2006.83	WSVECS04 Frhs2[2061]: 6 0 638 shouldn't be
2001.12/2006.83	WSVECS04 Frhs2[2552]: 6 0 220 shouldn't be
2002.81/2008.60	WSVECS04 Frhs2[201]: 6 0 10.272 shouldn't be
2002.81/2008.60	WSVECS04 Frhs2[203]: 6 0 10.272 shouldn't be
2002.81/2008.60	WSVECS04 Frhs2[490]: 6 0 283.728 shouldn't be
2002.81/2008.60	WSVECS04 Frhs2[520]: 6 0 131.821 shouldn't be
2002.81/2008.60	WSVECS04 Frhs2[523]: 6 -245.204 0 shouldn't be
2002.81/2008.60	WSVECS04 Frhs2[763]: 6 0 25.6316 shouldn't be
2002.81/2008.60	WSVECS04 Frhs2[920]: 6 0 3.00004 shouldn't be
2002.81/2008.60	WSVECS04 Frhs2[1225]: 6 0 239.272 shouldn't be
2002.81/2008.60	WSVECS04 Frhs2[1558]: 6 0 6.00007 shouldn't be
2002.81/2008.60	WSVECS04 Frhs2[1820]: 6 0 96.0001 shouldn't be
2002.81/2008.60	WSVECS04 Frhs2[1851]: 6 0 72.0001 shouldn't be
2002.81/2008.60	WSVECS04 Frhs2[1984]: 6 0 66.0001 shouldn't be
2002.81/2008.60	WSVECS04 Frhs2[2524]: 6 -605 0 shouldn't be
2002.81/2008.60	WSVECS04 Frhs2[2549]: 6 0 291 shouldn't be
2006.70/2012.45	c #Conflicts:     888000 | #Constraints:      65962
2006.70/2012.45	c #Conflicts:     889000 | #Constraints:      66962
2006.70/2012.45	c #Conflicts:     890000 | #Constraints:      67962
2006.70/2012.45	c #Conflicts:     891000 | #Constraints:      68962
2006.70/2012.45	c #Conflicts:     892000 | #Constraints:      69962
2006.70/2012.45	c #Conflicts:     893000 | #Constraints:      70962
2006.70/2012.45	c #Conflicts:     894000 | #Constraints:      71962
2006.70/2012.45	c #Conflicts:     895000 | #Constraints:      72962
2006.70/2012.45	c #Conflicts:     896000 | #Constraints:      73962
2006.70/2012.45	c #Conflicts:     897000 | #Constraints:      74962
2006.70/2012.45	c #Conflicts:     898000 | #Constraints:      75962
2006.70/2012.45	c #Conflicts:     899000 | #Constraints:      76962
2006.70/2012.45	c #Conflicts:     900000 | #Constraints:      77962
2006.70/2012.45	WSVECS04 Frhs2[20]: 6 0 819.833 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[27]: 6 0 38.4168 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[30]: 6 0 943.667 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[53]: 6 0 256.583 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[67]: 6 -690 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[82]: 6 0 828.833 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[89]: 6 0 1123.83 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[106]: 6 0 1824.42 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[120]: 6 0 425.75 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[164]: 6 0 1143.17 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[166]: 6 0 2023.42 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[170]: 6 0 1331.08 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[187]: 6 0 889.639 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[227]: 6 0 315.722 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[262]: 6 0 957.25 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[269]: 6 0 957.25 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[270]: 6 0 264.917 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[281]: 6 0 811.833 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[282]: 6 0 245.833 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[283]: 6 0 245.833 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[288]: 6 0 245.833 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[289]: 6 0 245.833 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[290]: 6 0 245.833 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[312]: 6 0 394.083 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[380]: 6 0 39.75 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[423]: 6 -531 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[483]: 6 0 245.833 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[488]: 6 0 245.833 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[510]: 6 0 12.1667 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[587]: 6 0 873.639 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[612]: 6 0 732.917 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[616]: 6 0 106 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[618]: 6 0 1824.42 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[619]: 6 0 654.083 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[620]: 6 0 819.833 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[688]: 6 0 1824.42 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[720]: 6 0 381.917 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[812]: 6 -600.667 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[867]: 6 -1384.67 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[872]: 6 -712 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[953]: 6 0 256.583 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[956]: 6 -1394.17 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[962]: 6 0 692.333 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1012]: 6 -180.917 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1017]: 6 0 437.917 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1019]: 6 0 654.083 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1056]: 6 -1402.58 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1062]: 6 0 1388.5 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1064]: 6 0 508.25 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1066]: 6 0 1388.5 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1087]: 6 0 889.639 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1212]: 6 -772.833 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1220]: 6 0 819.833 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1277]: 6 0 18 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1304]: 6 0 687.5 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1323]: 6 -127 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1326]: 6 0 159.583 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1330]: 6 0 905.25 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1353]: 6 0 256.583 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1378]: 6 -126.667 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1420]: 6 0 819.833 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1453]: 6 0 256.583 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1481]: 6 0 566 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1578]: 6 -1147.67 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1587]: 6 0 889.639 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1610]: 6 -5499.21 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1656]: 6 -1766.92 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1681]: 6 0 566 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1754]: 6 0 1544 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1771]: 6 0 253.333 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1777]: 6 0 242 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1780]: 6 0 692.333 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1805]: 6 0 1934.42 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1808]: 6 -436.208 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1847]: 6 0 1831.42 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1848]: 6 0 2251.42 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1850]: 6 0 2498.42 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1851]: 6 0 1813.42 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1853]: 6 0 1170.21 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1859]: 6 0 268 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1900]: 6 0 405 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1901]: 6 -22 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1940]: 6 0 151 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1945]: 6 0 117 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[1963]: 6 0 146.083 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2055]: 6 0 916.667 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2173]: 6 -150 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2181]: 6 0 38 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2189]: 6 0 71.0001 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2198]: 6 0 180 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2273]: 6 -2046.17 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2279]: 6 0 347 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2299]: 6 -143 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2321]: 6 0 68.0001 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2322]: 6 -86.0001 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2345]: 6 0 286 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2347]: 6 0 18.0001 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2355]: 6 0 1902.75 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2372]: 6 0 94.0001 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2434]: 6 0 402 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2444]: 6 -624 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2450]: 6 0 357 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2460]: 6 0 266 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2461]: 6 0 66 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2468]: 6 -80 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2482]: 6 -104 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2484]: 6 0 115 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2540]: 6 0 300 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2566]: 6 0 285 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2570]: 6 0 1220.19 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2572]: 6 0 1113.19 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2583]: 6 0 113 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2631]: 6 0 28.0001 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2632]: 6 0 250 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2644]: 6 -429 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2647]: 6 0 475 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2657]: 6 0 22.0001 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2658]: 6 0 123 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2668]: 6 -365 0 shouldn't be
2006.70/2012.45	WSVECS04 Frhs2[2683]: 6 -329 0 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[109]: 6 0 1824.42 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[111]: 6 0 1092 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[266]: 6 0 957.25 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[271]: 6 0 253.333 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[487]: 6 0 1135.47 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[489]: 6 0 245.833 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[1271]: 6 0 271.333 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[1298]: 6 0 566 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[1311]: 6 0 1092 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[1371]: 6 0 253.333 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[1717]: 6 0 679.917 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[1757]: 6 0 2295.75 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[1823]: 6 0 213 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[1869]: 6 0 60 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[1950]: 6 0 491 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[1958]: 6 0 278 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[1959]: 6 0 283 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[2282]: 6 -1593.17 0 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[2348]: 6 0 398 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[2453]: 6 0 180 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[2459]: 6 0 309 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[2474]: 6 0 210 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[2478]: 6 0 49.0001 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[2483]: 6 0 9.00008 shouldn't be
2007.89/2013.66	WSVECS04 Frhs2[2623]: 6 0 109 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[202]: 6 0 1431.92 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[217]: 6 0 437.917 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[219]: 6 0 654.083 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[220]: 6 0 819.833 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[278]: 6 -683.333 0 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[317]: 6 0 437.917 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[698]: 6 0 1824.42 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[826]: 6 0 1923.58 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[1016]: 6 0 106 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[1104]: 6 0 687.5 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[1381]: 6 0 566 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[1602]: 6 0 295 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[1706]: 6 0 2837.42 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[1720]: 6 0 1512.17 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[1825]: 6 0 44.0001 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[1868]: 6 0 252 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[1912]: 6 0 12.0001 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[1949]: 6 0 562 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[1951]: 6 0 237 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[1957]: 6 0 69.0001 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[2346]: 6 0 492 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[2377]: 6 0 414 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[2480]: 6 0 96.0001 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[2549]: 6 0 1411.19 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[2567]: 6 0 1310.19 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[2571]: 6 0 1493.19 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[2574]: 6 0 1260.19 shouldn't be
2009.30/2015.05	WSVECS04 Frhs2[2630]: 6 0 257 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[4]: 6 0 687.5 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[83]: 6 0 1123.83 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[107]: 6 0 3847.83 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[230]: 6 0 648.667 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[481]: 6 0 811.833 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[658]: 6 0 1824.42 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[907]: 6 0 912.208 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[910]: 6 0 912.208 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[963]: 6 0 692.333 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[1164]: 6 0 508.25 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[1280]: 6 0 18 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[1456]: 6 -1942.75 0 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[1557]: 6 0 509.75 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[1558]: 6 0 509.75 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[1559]: 6 0 505.583 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[1711]: 6 0 1092 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[1978]: 6 0 113 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[2052]: 6 0 188 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[2061]: 6 0 188 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[2303]: 6 0 1752.75 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[2331]: 6 0 2026.17 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[2410]: 6 0 7.00002 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[2452]: 6 0 217 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[2467]: 6 0 612 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[2498]: 6 -390 0 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[2546]: 6 0 39.0001 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[2553]: 6 0 1247.19 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[2642]: 6 0 43.0001 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[2669]: 6 0 162 shouldn't be
2011.30/2017.03	WSVECS04 Frhs2[2699]: 6 0 131 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[88]: 6 0 1123.83 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[104]: 6 0 2511.92 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[207]: 6 0 1136.92 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[209]: 6 0 1136.92 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[367]: 6 -765.667 0 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[473]: 6 -712 0 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[902]: 6 0 1207.21 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[906]: 6 0 912.208 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[966]: 6 0 692.333 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[969]: 6 0 692.333 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[1069]: 6 0 1388.5 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[1169]: 6 0 1388.5 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[1211]: 6 0 1092 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[1302]: 6 0 295 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[1616]: 6 0 106 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[1620]: 6 0 819.833 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[1802]: 6 0 147 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[1819]: 6 0 1971.13 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[1822]: 6 0 422 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[1861]: 6 0 241 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[1941]: 6 0 228 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[2007]: 6 0 914.25 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[2329]: 6 0 2368.17 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[2470]: 6 0 276 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[2488]: 6 0 24 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[2500]: 6 -303 0 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[2551]: 6 0 973.194 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[2569]: 6 0 1217.19 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[2660]: 6 0 260 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[2670]: 6 0 47.0001 shouldn't be
2013.78/2019.56	WSVECS04 Frhs2[2700]: 6 -231 0 shouldn't be
2022.37/2028.15	c #Conflicts:     901000 | #Constraints:      78962
2022.37/2028.15	c #Conflicts:     902000 | #Constraints:      79962
2022.37/2028.15	c #Conflicts:     903000 | #Constraints:      80962
2022.37/2028.15	c INPROCESSING
2022.37/2028.15	c GARBAGE COLLECT
2022.37/2028.15	c rational objective 40264
2030.52/2036.39	c #Conflicts:     904000 | #Constraints:      63135
2030.52/2036.39	c #Conflicts:     905000 | #Constraints:      64135
2030.52/2036.39	c #Conflicts:     906000 | #Constraints:      65135
2030.52/2036.39	c #Conflicts:     907000 | #Constraints:      66135
2030.52/2036.39	c #Conflicts:     908000 | #Constraints:      67135
2030.52/2036.39	c #Conflicts:     909000 | #Constraints:      68135
2030.52/2036.39	c #Conflicts:     910000 | #Constraints:      69135
2030.52/2036.39	c #Conflicts:     911000 | #Constraints:      70135
2030.52/2036.39	c #Conflicts:     912000 | #Constraints:      71135
2030.52/2036.39	c #Conflicts:     913000 | #Constraints:      72135
2030.52/2036.39	c #Conflicts:     914000 | #Constraints:      73135
2030.52/2036.39	c #Conflicts:     915000 | #Constraints:      74135
2030.52/2036.39	c #Conflicts:     916000 | #Constraints:      75135
2030.52/2036.39	c #Conflicts:     917000 | #Constraints:      76136
2030.52/2036.39	c #Conflicts:     918000 | #Constraints:      77136
2030.52/2036.39	c #Conflicts:     919000 | #Constraints:      78136
2030.52/2036.39	c #Conflicts:     920000 | #Constraints:      79136
2030.52/2036.39	c #Conflicts:     921000 | #Constraints:      80136
2030.52/2036.39	WSVECS04 Frhs2[391]: 6 0 263 shouldn't be
2030.52/2036.39	WSVECS04 Frhs2[491]: 6 0 1052 shouldn't be
2030.52/2036.39	WSVECS04 Frhs2[1100]: 6 -1035.33 0 shouldn't be
2030.52/2036.39	WSVECS04 Frhs2[1201]: 6 -295 0 shouldn't be
2030.52/2036.39	WSVECS04 Frhs2[1491]: 6 0 263 shouldn't be
2030.52/2036.39	WSVECS04 Frhs2[1600]: 6 -1081 0 shouldn't be
2030.52/2036.39	WSVECS04 Frhs2[2630]: 6 0 149 shouldn't be
2030.52/2036.39	WSVECS04 Frhs2[2637]: 6 0 81.3334 shouldn't be
2030.52/2036.39	WSVECS04 Frhs2[2639]: 6 0 43.0001 shouldn't be
2030.52/2036.39	WSVECS04 Frhs2[2694]: 6 0 421 shouldn't be
2033.34/2039.15	WSVECS04 Frhs2[795]: 6 0 331.333 shouldn't be
2036.11/2041.98	WSVECS04 Frhs2[591]: 6 0 263 shouldn't be
2036.11/2041.98	WSVECS04 Frhs2[1192]: 6 0 94 shouldn't be
2036.11/2041.98	WSVECS04 Frhs2[1500]: 6 -2104 0 shouldn't be
2039.80/2045.66	WSVECS04 Frhs2[195]: 6 0 29 shouldn't be
2039.80/2045.66	WSVECS04 Frhs2[994]: 6 0 1023 shouldn't be
2039.80/2045.66	WSVECS04 Frhs2[995]: 6 0 1023 shouldn't be
2039.80/2045.66	WSVECS04 Frhs2[1591]: 6 0 263 shouldn't be
2039.80/2045.66	WSVECS04 Frhs2[1794]: 6 0 1052 shouldn't be
2039.80/2045.66	WSVECS04 Frhs2[1795]: 6 0 1052 shouldn't be
2039.80/2045.66	WSVECS04 Frhs2[2646]: 6 0 197.333 shouldn't be
2046.48/2052.39	WSVECS04 Frhs2[94]: 6 0 1023 shouldn't be
2046.48/2052.39	WSVECS04 Frhs2[294]: 6 0 1052 shouldn't be
2046.48/2052.39	WSVECS04 Frhs2[493]: 6 0 1052 shouldn't be
2046.48/2052.39	WSVECS04 Frhs2[495]: 6 0 1052 shouldn't be
2046.48/2052.39	WSVECS04 Frhs2[691]: 6 0 1315 shouldn't be
2046.48/2052.39	WSVECS04 Frhs2[700]: 6 0 1110 shouldn't be
2046.48/2052.39	WSVECS04 Frhs2[894]: 6 0 1052 shouldn't be
2046.48/2052.39	WSVECS04 Frhs2[993]: 6 0 1023 shouldn't be
2046.48/2052.39	WSVECS04 Frhs2[1194]: 6 0 1146 shouldn't be
2046.48/2052.39	WSVECS04 Frhs2[1200]: 6 0 1146 shouldn't be
2046.48/2052.39	WSVECS04 Frhs2[1391]: 6 0 1315 shouldn't be
2046.48/2052.39	WSVECS04 Frhs2[1394]: 6 0 1052 shouldn't be
2046.48/2052.39	WSVECS04 Frhs2[1694]: 6 0 1052 shouldn't be
2046.48/2052.39	WSVECS04 Frhs2[1695]: 6 0 1052 shouldn't be
2053.27/2059.15	WSVECS04 Frhs2[694]: 6 0 1052 shouldn't be
2053.27/2059.15	WSVECS04 Frhs2[1191]: 6 0 1409 shouldn't be
2053.27/2059.15	WSVECS04 Frhs2[1193]: 6 0 1146 shouldn't be
2053.27/2059.15	WSVECS04 Frhs2[1393]: 6 0 1052 shouldn't be
2053.27/2059.15	WSVECS04 Frhs2[1793]: 6 0 1052 shouldn't be
2053.27/2059.15	WSVECS04 Frhs2[2693]: 6 -617 0 shouldn't be
2058.74/2064.61	WSVECS04 Frhs2[93]: 6 0 1023 shouldn't be
2058.74/2064.61	WSVECS04 Frhs2[95]: 6 0 1023 shouldn't be
2058.74/2064.61	WSVECS04 Frhs2[300]: 6 0 1052 shouldn't be
2060.73/2066.68	WSVECS04 Frhs2[500]: 6 0 1110 shouldn't be
2060.73/2066.68	WSVECS04 Frhs2[893]: 6 0 1052 shouldn't be
2061.83/2067.71	WSVECS04 Frhs2[293]: 6 0 1052 shouldn't be
2061.83/2067.71	WSVECS04 Frhs2[991]: 6 0 1286 shouldn't be
2061.83/2067.71	WSVECS04 Frhs2[1400]: 6 0 1052 shouldn't be
2061.83/2067.71	WSVECS04 Frhs2[1691]: 6 0 1315 shouldn't be
2064.14/2070.04	WSVECS04 Frhs2[695]: 6 0 1052 shouldn't be
2067.61/2073.52	WSVECS04 Frhs2[1693]: 6 0 1052 shouldn't be
2074.78/2080.76	WSVECS04 Frhs2[191]: 6 0 292 shouldn't be
2074.78/2080.76	WSVECS04 Frhs2[791]: 6 0 594.333 shouldn't be
2087.35/2093.34	WSVECS04 Frhs2[494]: 6 0 1052 shouldn't be
2097.13/2103.11	WSVECS04 Frhs2[291]: 6 0 1315 shouldn't be
2097.13/2103.11	WSVECS04 Frhs2[295]: 6 0 1052 shouldn't be
2118.06/2124.16	WSVECS04 Frhs2[891]: 6 0 1315 shouldn't be
2128.93/2135.05	WSVECS04 Frhs2[895]: 6 0 1052 shouldn't be
2158.52/2164.79	WSVECS04 Frhs2[693]: 6 0 1052 shouldn't be
2204.87/2211.28	WSVECS04 Frhs2[791]: 6 0 594.333 shouldn't be
2204.87/2211.28	WSVECS04 Frhs2[991]: 6 0 1286 shouldn't be
2204.87/2211.28	WSVECS04 Frhs2[993]: 6 0 1023 shouldn't be
2204.87/2211.28	WSVECS04 Frhs2[1100]: 6 -1035.33 0 shouldn't be
2204.87/2211.28	WSVECS04 Frhs2[1201]: 6 -295 0 shouldn't be
2204.87/2211.28	WSVECS04 Frhs2[2694]: 6 0 421 shouldn't be
2209.56/2215.95	WSVECS04 Frhs2[391]: 6 0 263 shouldn't be
2209.56/2215.95	WSVECS04 Frhs2[591]: 6 0 263 shouldn't be
2209.56/2215.95	WSVECS04 Frhs2[1491]: 6 0 263 shouldn't be
2209.56/2215.95	WSVECS04 Frhs2[2637]: 6 0 81.3333 shouldn't be
2211.16/2217.54	c #Conflicts:     922000 | #Constraints:      81136
2211.16/2217.54	c INPROCESSING
2211.16/2217.54	c GARBAGE COLLECT
2211.16/2217.54	c rational objective 40264
2257.21/2263.74	c #Conflicts:     923000 | #Constraints:      63131
2257.21/2263.74	c #Conflicts:     924000 | #Constraints:      64131
2257.21/2263.74	c #Conflicts:     925000 | #Constraints:      65131
2257.21/2263.74	c #Conflicts:     926000 | #Constraints:      66131
2257.21/2263.74	c #Conflicts:     927000 | #Constraints:      67131
2257.21/2263.74	c #Conflicts:     928000 | #Constraints:      68131
2257.21/2263.74	c #Conflicts:     929000 | #Constraints:      69131
2257.21/2263.74	c #Conflicts:     930000 | #Constraints:      70131
2257.21/2263.74	c #Conflicts:     931000 | #Constraints:      71131
2257.21/2263.74	c #Conflicts:     932000 | #Constraints:      72131
2257.21/2263.74	c #Conflicts:     933000 | #Constraints:      73131
2257.21/2263.74	c #Conflicts:     934000 | #Constraints:      74131
2257.21/2263.74	c #Conflicts:     935000 | #Constraints:      75131
2257.21/2263.74	c #Conflicts:     936000 | #Constraints:      76131
2257.21/2263.74	c #Conflicts:     937000 | #Constraints:      77131
2257.21/2263.74	c #Conflicts:     938000 | #Constraints:      78131
2257.21/2263.74	c #Conflicts:     939000 | #Constraints:      79131
2257.21/2263.74	c #Conflicts:     940000 | #Constraints:      80131
2257.21/2263.74	c #Conflicts:     941000 | #Constraints:      81131
2257.21/2263.74	c INPROCESSING
2257.21/2263.74	c GARBAGE COLLECT
2257.21/2263.74	c rational objective 40264
2284.03/2290.67	c #Conflicts:     942000 | #Constraints:      62928
2284.03/2290.67	c #Conflicts:     943000 | #Constraints:      63928
2284.03/2290.67	c #Conflicts:     944000 | #Constraints:      64928
2284.03/2290.67	c #Conflicts:     945000 | #Constraints:      65928
2284.03/2290.67	c #Conflicts:     946000 | #Constraints:      66928
2284.03/2290.67	c #Conflicts:     947000 | #Constraints:      67928
2284.03/2290.67	c #Conflicts:     948000 | #Constraints:      68928
2284.03/2290.67	c #Conflicts:     949000 | #Constraints:      69928
2284.03/2290.67	c #Conflicts:     950000 | #Constraints:      70928
2284.03/2290.67	c #Conflicts:     951000 | #Constraints:      71928
2284.03/2290.67	c #Conflicts:     952000 | #Constraints:      72928
2284.03/2290.67	c #Conflicts:     953000 | #Constraints:      73928
2284.03/2290.67	c #Conflicts:     954000 | #Constraints:      74928
2284.03/2290.67	c #Conflicts:     955000 | #Constraints:      75928
2284.03/2290.67	c #Conflicts:     956000 | #Constraints:      76928
2284.03/2290.67	c #Conflicts:     957000 | #Constraints:      77928
2284.03/2290.67	c #Conflicts:     958000 | #Constraints:      78928
2284.03/2290.67	c #Conflicts:     959000 | #Constraints:      79928
2284.03/2290.67	c #Conflicts:     960000 | #Constraints:      80928
2284.03/2290.67	c #Conflicts:     961000 | #Constraints:      81928
2284.03/2290.67	c INPROCESSING
2284.03/2290.67	c GARBAGE COLLECT
2284.03/2290.67	c rational objective 40264
2302.17/2308.82	c #Conflicts:     962000 | #Constraints:      63518
2302.17/2308.82	c #Conflicts:     963000 | #Constraints:      64518
2302.17/2308.82	c #Conflicts:     964000 | #Constraints:      65518
2302.17/2308.82	c #Conflicts:     965000 | #Constraints:      66518
2302.17/2308.82	c #Conflicts:     966000 | #Constraints:      67518
2302.17/2308.82	c #Conflicts:     967000 | #Constraints:      68518
2302.17/2308.82	c #Conflicts:     968000 | #Constraints:      69518
2302.17/2308.82	c #Conflicts:     969000 | #Constraints:      70518
2302.17/2308.82	c #Conflicts:     970000 | #Constraints:      71518
2302.17/2308.82	c #Conflicts:     971000 | #Constraints:      72518
2302.17/2308.82	c #Conflicts:     972000 | #Constraints:      73518
2302.17/2308.82	c #Conflicts:     973000 | #Constraints:      74518
2302.17/2308.82	c #Conflicts:     974000 | #Constraints:      75518
2302.17/2308.82	c #Conflicts:     975000 | #Constraints:      76518
2302.17/2308.82	c #Conflicts:     976000 | #Constraints:      77518
2302.17/2308.82	c #Conflicts:     977000 | #Constraints:      78518
2302.17/2308.82	c #Conflicts:     978000 | #Constraints:      79518
2302.17/2308.82	c #Conflicts:     979000 | #Constraints:      80518
2302.17/2308.82	c #Conflicts:     980000 | #Constraints:      81518
2302.17/2308.82	c #Conflicts:     981000 | #Constraints:      82518
2302.17/2308.82	c INPROCESSING
2302.17/2308.82	c GARBAGE COLLECT
2302.17/2308.82	c rational objective 40264
2313.84/2320.58	c #Conflicts:     982000 | #Constraints:      63902
2313.84/2320.58	c #Conflicts:     983000 | #Constraints:      64902
2313.84/2320.58	c #Conflicts:     984000 | #Constraints:      65902
2313.84/2320.58	c #Conflicts:     985000 | #Constraints:      66902
2313.84/2320.58	c #Conflicts:     986000 | #Constraints:      67902
2313.84/2320.58	c #Conflicts:     987000 | #Constraints:      68902
2313.84/2320.58	c #Conflicts:     988000 | #Constraints:      69902
2313.84/2320.58	c #Conflicts:     989000 | #Constraints:      70902
2313.84/2320.58	c #Conflicts:     990000 | #Constraints:      71902
2313.84/2320.58	c #Conflicts:     991000 | #Constraints:      72902
2313.84/2320.58	c #Conflicts:     992000 | #Constraints:      73902
2313.84/2320.58	c #Conflicts:     993000 | #Constraints:      74902
2313.84/2320.58	c #Conflicts:     994000 | #Constraints:      75902
2313.84/2320.58	c #Conflicts:     995000 | #Constraints:      76902
2313.84/2320.58	c #Conflicts:     996000 | #Constraints:      77902
2313.84/2320.58	c #Conflicts:     997000 | #Constraints:      78902
2313.84/2320.58	c #Conflicts:     998000 | #Constraints:      79902
2313.84/2320.58	c #Conflicts:     999000 | #Constraints:      80902
2313.84/2320.58	c #Conflicts:    1000000 | #Constraints:      81902
2313.84/2320.58	c #Conflicts:    1001000 | #Constraints:      82902
2313.84/2320.58	c INPROCESSING
2313.84/2320.58	c GARBAGE COLLECT
2313.84/2320.58	c rational objective 40264
2332.39/2339.19	c #Conflicts:    1002000 | #Constraints:      64135
2332.39/2339.19	c #Conflicts:    1003000 | #Constraints:      65135
2332.39/2339.19	c #Conflicts:    1004000 | #Constraints:      66135
2332.39/2339.19	c #Conflicts:    1005000 | #Constraints:      67135
2332.39/2339.19	c #Conflicts:    1006000 | #Constraints:      68135
2332.39/2339.19	c #Conflicts:    1007000 | #Constraints:      69135
2332.39/2339.19	c #Conflicts:    1008000 | #Constraints:      70135
2332.39/2339.19	c #Conflicts:    1009000 | #Constraints:      71135
2332.39/2339.19	c #Conflicts:    1010000 | #Constraints:      72135
2332.39/2339.19	c #Conflicts:    1011000 | #Constraints:      73135
2332.39/2339.19	c #Conflicts:    1012000 | #Constraints:      74135
2332.39/2339.19	c #Conflicts:    1013000 | #Constraints:      75135
2332.39/2339.19	c #Conflicts:    1014000 | #Constraints:      76135
2332.39/2339.19	c #Conflicts:    1015000 | #Constraints:      77135
2332.39/2339.19	c #Conflicts:    1016000 | #Constraints:      78135
2332.39/2339.19	c #Conflicts:    1017000 | #Constraints:      79135
2332.39/2339.19	c #Conflicts:    1018000 | #Constraints:      80135
2332.39/2339.19	c #Conflicts:    1019000 | #Constraints:      81135
2332.39/2339.19	c #Conflicts:    1020000 | #Constraints:      82135
2332.39/2339.19	c #Conflicts:    1021000 | #Constraints:      83135
2332.39/2339.19	c INPROCESSING
2332.39/2339.19	c GARBAGE COLLECT
2332.39/2339.19	c rational objective 40264
2345.54/2352.33	c #Conflicts:    1022000 | #Constraints:      64148
2345.54/2352.33	c #Conflicts:    1023000 | #Constraints:      65148
2345.54/2352.33	c #Conflicts:    1024000 | #Constraints:      66148
2345.54/2352.33	c #Conflicts:    1025000 | #Constraints:      67148
2345.54/2352.33	c #Conflicts:    1026000 | #Constraints:      68148
2345.54/2352.33	c #Conflicts:    1027000 | #Constraints:      69148
2345.54/2352.33	c #Conflicts:    1028000 | #Constraints:      70148
2345.54/2352.33	c #Conflicts:    1029000 | #Constraints:      71148
2345.54/2352.33	c #Conflicts:    1030000 | #Constraints:      72148
2345.54/2352.33	c #Conflicts:    1031000 | #Constraints:      73148
2345.54/2352.33	c #Conflicts:    1032000 | #Constraints:      74148
2345.54/2352.33	c #Conflicts:    1033000 | #Constraints:      75148
2345.54/2352.33	c #Conflicts:    1034000 | #Constraints:      76148
2345.54/2352.33	c #Conflicts:    1035000 | #Constraints:      77148
2345.54/2352.33	c #Conflicts:    1036000 | #Constraints:      78148
2345.54/2352.33	c #Conflicts:    1037000 | #Constraints:      79148
2345.54/2352.33	c #Conflicts:    1038000 | #Constraints:      80148
2345.54/2352.33	c #Conflicts:    1039000 | #Constraints:      81148
2345.54/2352.33	c #Conflicts:    1040000 | #Constraints:      82148
2345.54/2352.33	c #Conflicts:    1041000 | #Constraints:      83148
2345.54/2352.33	c INPROCESSING
2345.54/2352.33	c GARBAGE COLLECT
2345.54/2352.33	c rational objective 40264
2354.32/2361.17	c #Conflicts:    1042000 | #Constraints:      63993
2354.32/2361.17	c #Conflicts:    1043000 | #Constraints:      64993
2354.32/2361.17	c #Conflicts:    1044000 | #Constraints:      65993
2354.32/2361.17	c #Conflicts:    1045000 | #Constraints:      66993
2354.32/2361.17	c #Conflicts:    1046000 | #Constraints:      67993
2354.32/2361.17	c #Conflicts:    1047000 | #Constraints:      68993
2354.32/2361.17	c #Conflicts:    1048000 | #Constraints:      69993
2354.32/2361.17	c #Conflicts:    1049000 | #Constraints:      70993
2354.32/2361.17	c #Conflicts:    1050000 | #Constraints:      71993
2354.32/2361.17	c #Conflicts:    1051000 | #Constraints:      72993
2354.32/2361.17	c #Conflicts:    1052000 | #Constraints:      73993
2354.32/2361.17	c #Conflicts:    1053000 | #Constraints:      74993
2354.32/2361.17	c #Conflicts:    1054000 | #Constraints:      75993
2354.32/2361.17	c #Conflicts:    1055000 | #Constraints:      76993
2354.32/2361.17	c #Conflicts:    1056000 | #Constraints:      77993
2354.32/2361.17	c #Conflicts:    1057000 | #Constraints:      78993
2354.32/2361.17	c #Conflicts:    1058000 | #Constraints:      79993
2354.32/2361.17	c #Conflicts:    1059000 | #Constraints:      80993
2354.32/2361.17	c #Conflicts:    1060000 | #Constraints:      81993
2354.32/2361.17	c #Conflicts:    1061000 | #Constraints:      82993
2354.32/2361.17	c #Conflicts:    1062000 | #Constraints:      83993
2354.32/2361.17	c INPROCESSING
2354.32/2361.17	c GARBAGE COLLECT
2354.32/2361.17	c rational objective 40264
2362.30/2369.12	c #Conflicts:    1063000 | #Constraints:      64575
2362.30/2369.12	c #Conflicts:    1064000 | #Constraints:      65575
2362.30/2369.12	c #Conflicts:    1065000 | #Constraints:      66575
2362.30/2369.12	c #Conflicts:    1066000 | #Constraints:      67575
2362.30/2369.12	c #Conflicts:    1067000 | #Constraints:      68575
2362.30/2369.12	c #Conflicts:    1068000 | #Constraints:      69575
2362.30/2369.12	c #Conflicts:    1069000 | #Constraints:      70575
2362.30/2369.12	c #Conflicts:    1070000 | #Constraints:      71575
2362.30/2369.12	c #Conflicts:    1071000 | #Constraints:      72575
2362.30/2369.12	c #Conflicts:    1072000 | #Constraints:      73575
2362.30/2369.12	c #Conflicts:    1073000 | #Constraints:      74575
2362.30/2369.12	c #Conflicts:    1074000 | #Constraints:      75575
2362.30/2369.12	c #Conflicts:    1075000 | #Constraints:      76575
2362.30/2369.12	c #Conflicts:    1076000 | #Constraints:      77575
2362.30/2369.12	c #Conflicts:    1077000 | #Constraints:      78575
2362.30/2369.12	c #Conflicts:    1078000 | #Constraints:      79575
2362.30/2369.12	c #Conflicts:    1079000 | #Constraints:      80575
2362.30/2369.12	c #Conflicts:    1080000 | #Constraints:      81575
2362.30/2369.12	c #Conflicts:    1081000 | #Constraints:      82575
2362.30/2369.12	c #Conflicts:    1082000 | #Constraints:      83575
2362.30/2369.12	WSVECS04 Frhs2[1034]: 6 0 412 shouldn't be
2362.30/2369.12	WSVECS04 Frhs2[1119]: 6 0 102.682 shouldn't be
2362.30/2369.12	WSVECS04 Frhs2[1139]: 6 -2589.81 0 shouldn't be
2363.20/2370.04	WSVECS04 Frhs2[1159]: 6 0 53.3334 shouldn't be
2366.08/2372.98	WSVECS04 Frhs2[1534]: 6 -805.945 0 shouldn't be
2375.45/2382.37	c #Conflicts:    1083000 | #Constraints:      84575
2375.45/2382.37	c INPROCESSING
2375.45/2382.37	c GARBAGE COLLECT
2375.45/2382.37	c rational objective 40264
2402.28/2409.23	c #Conflicts:    1084000 | #Constraints:      64992
2402.28/2409.23	c #Conflicts:    1085000 | #Constraints:      65992
2402.28/2409.23	c #Conflicts:    1086000 | #Constraints:      66992
2402.28/2409.23	c #Conflicts:    1087000 | #Constraints:      67992
2402.28/2409.23	c #Conflicts:    1088000 | #Constraints:      68992
2402.28/2409.23	c #Conflicts:    1089000 | #Constraints:      69992
2402.28/2409.23	c #Conflicts:    1090000 | #Constraints:      70992
2402.28/2409.23	c #Conflicts:    1091000 | #Constraints:      71992
2402.28/2409.23	c #Conflicts:    1092000 | #Constraints:      72992
2402.28/2409.23	c #Conflicts:    1093000 | #Constraints:      73992
2402.28/2409.23	c #Conflicts:    1094000 | #Constraints:      74992
2402.28/2409.23	c #Conflicts:    1095000 | #Constraints:      75992
2402.28/2409.23	c #Conflicts:    1096000 | #Constraints:      76992
2402.28/2409.23	c #Conflicts:    1097000 | #Constraints:      77993
2402.28/2409.23	c #Conflicts:    1098000 | #Constraints:      78995
2402.28/2409.23	c #Conflicts:    1099000 | #Constraints:      79996
2402.28/2409.23	c #Conflicts:    1100000 | #Constraints:      80997
2402.28/2409.23	c #Conflicts:    1101000 | #Constraints:      81999
2402.28/2409.23	c #Conflicts:    1102000 | #Constraints:      83000
2402.28/2409.23	c #Conflicts:    1103000 | #Constraints:      84001
2402.28/2409.23	c #Conflicts:    1104000 | #Constraints:      85001
2402.28/2409.23	c INPROCESSING
2402.28/2409.23	c GARBAGE COLLECT
2402.28/2409.23	c rational objective 40264
2406.18/2413.14	c #Conflicts:    1105000 | #Constraints:      65173
2406.18/2413.14	c #Conflicts:    1106000 | #Constraints:      66173
2406.18/2413.14	c #Conflicts:    1107000 | #Constraints:      67173
2406.18/2413.14	c #Conflicts:    1108000 | #Constraints:      68173
2406.18/2413.14	c #Conflicts:    1109000 | #Constraints:      69173
2406.18/2413.14	c #Conflicts:    1110000 | #Constraints:      70173
2406.18/2413.14	c #Conflicts:    1111000 | #Constraints:      71173
2406.18/2413.14	WSVECS04 Frhs2[20]: 6 0 628.626 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[70]: 6 0 162 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[80]: 6 0 122.685 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[160]: 6 0 175.735 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[167]: 6 -63.3348 0 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[180]: 6 0 111.619 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[259]: 6 0 105 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[269]: 6 0 122.685 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[277]: 6 0 184.784 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[279]: 6 0 307.47 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[301]: 6 -422.759 0 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[307]: 6 0 124.751 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[422]: 6 0 229.434 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[520]: 6 0 447.751 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[602]: 6 0 64.0845 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[612]: 6 -359.311 0 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[613]: 6 0 40.9156 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[722]: 6 0 229.434 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[726]: 6 0 117.72 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[816]: 6 0 41.5837 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[856]: 6 -293.474 0 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[960]: 6 0 175.734 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[1130]: 6 0 564.607 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[1170]: 6 0 50.727 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[1173]: 6 0 205.738 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[1207]: 6 0 124.751 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[1251]: 6 0 22.8537 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[1267]: 6 -115.794 0 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[1355]: 6 0 111.619 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[1365]: 6 0 10.8755 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[1374]: 6 0 49.201 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[1423]: 6 -14.7149 0 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[1473]: 6 0 198.749 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[1474]: 6 0 49.201 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[1478]: 6 -171.886 0 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[1501]: 6 -729.109 0 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[1509]: 6 0 124.751 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[1618]: 6 0 41.5837 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[1678]: 6 -138.496 0 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[1713]: 6 0 40.9156 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[1730]: 6 0 672.556 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[1772]: 6 0 89.2952 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[2007]: 6 -697 0 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[2346]: 6 -145 0 shouldn't be
2406.18/2413.14	WSVECS04 Frhs2[2399]: 6 -855 0 shouldn't be
2407.36/2414.36	WSVECS04 Frhs2[237]: 6 0 38.1342 shouldn't be
2407.36/2414.36	WSVECS04 Frhs2[1153]: 6 0 36.9394 shouldn't be
2407.36/2414.36	WSVECS04 Frhs2[1426]: 6 0 117.72 shouldn't be
2407.36/2414.36	WSVECS04 Frhs2[1451]: 6 0 124.751 shouldn't be
2407.36/2414.36	WSVECS04 Frhs2[1703]: 6 0 209.079 shouldn't be
2408.56/2415.57	WSVECS04 Frhs2[60]: 6 0 175.735 shouldn't be
2408.56/2415.57	WSVECS04 Frhs2[615]: 6 0 375.065 shouldn't be
2408.56/2415.57	WSVECS04 Frhs2[617]: 6 0 41.5837 shouldn't be
2408.56/2415.57	WSVECS04 Frhs2[672]: 6 0 181.286 shouldn't be
2408.56/2415.57	WSVECS04 Frhs2[1163]: 6 0 81.7356 shouldn't be
2408.56/2415.57	WSVECS04 Frhs2[1201]: 6 -290.456 0 shouldn't be
2408.56/2415.57	WSVECS04 Frhs2[1208]: 6 0 247.436 shouldn't be
2408.56/2415.57	WSVECS04 Frhs2[1217]: 6 0 83.1674 shouldn't be
2408.56/2415.57	WSVECS04 Frhs2[1269]: 6 0 122.685 shouldn't be
2408.56/2415.57	WSVECS04 Frhs2[1408]: 6 0 133.561 shouldn't be
2408.56/2415.57	WSVECS04 Frhs2[1723]: 6 0 761.851 shouldn't be
2408.56/2415.57	WSVECS04 Frhs2[1753]: 6 0 40.9156 shouldn't be
2408.56/2415.57	WSVECS04 Frhs2[1763]: 6 0 115.126 shouldn't be
2408.56/2415.57	WSVECS04 Frhs2[2377]: 6 -605 0 shouldn't be
2410.16/2417.19	WSVECS04 Frhs2[11]: 6 0 556.734 shouldn't be
2410.16/2417.19	WSVECS04 Frhs2[162]: 6 0 41.5837 shouldn't be
2410.16/2417.19	WSVECS04 Frhs2[311]: 6 0 483.51 shouldn't be
2410.16/2417.19	WSVECS04 Frhs2[411]: 6 0 548.734 shouldn't be
2410.16/2417.19	WSVECS04 Frhs2[426]: 6 0 117.72 shouldn't be
2410.16/2417.19	WSVECS04 Frhs2[926]: 6 0 117.72 shouldn't be
2410.16/2417.19	WSVECS04 Frhs2[1011]: 6 0 611.298 shouldn't be
2410.16/2417.19	WSVECS04 Frhs2[1123]: 6 0 653.366 shouldn't be
2410.16/2417.19	WSVECS04 Frhs2[1202]: 6 0 247.436 shouldn't be
2410.16/2417.19	WSVECS04 Frhs2[1211]: 6 0 590.318 shouldn't be
2410.16/2417.19	WSVECS04 Frhs2[1237]: 6 0 98.4479 shouldn't be
2410.16/2417.19	WSVECS04 Frhs2[1528]: 6 0 271.566 shouldn't be
2410.16/2417.19	WSVECS04 Frhs2[1628]: 6 -2038.14 0 shouldn't be
2410.16/2417.19	WSVECS04 Frhs2[1638]: 6 0 109.515 shouldn't be
2410.16/2417.19	WSVECS04 Frhs2[1986]: 6 0 116.285 shouldn't be
2410.16/2417.19	WSVECS04 Frhs2[2064]: 6 -697 0 shouldn't be
2410.16/2417.19	WSVECS04 Frhs2[2069]: 6 0 168 shouldn't be
2417.72/2424.73	c #Conflicts:    1112000 | #Constraints:      72173
2417.72/2424.73	c #Conflicts:    1113000 | #Constraints:      73173
2417.72/2424.73	c #Conflicts:    1114000 | #Constraints:      74173
2417.72/2424.73	c #Conflicts:    1115000 | #Constraints:      75173
2417.72/2424.73	c #Conflicts:    1116000 | #Constraints:      76173
2417.72/2424.73	c #Conflicts:    1117000 | #Constraints:      77173
2417.72/2424.73	c #Conflicts:    1118000 | #Constraints:      78173
2417.72/2424.73	c #Conflicts:    1119000 | #Constraints:      79173
2417.72/2424.73	c #Conflicts:    1120000 | #Constraints:      80173
2417.72/2424.73	c #Conflicts:    1121000 | #Constraints:      81173
2417.72/2424.73	c #Conflicts:    1122000 | #Constraints:      82173
2417.72/2424.73	c #Conflicts:    1123000 | #Constraints:      83173
2417.72/2424.73	WSVECS04 Frhs2[101]: 6 -60.1534 0 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[102]: 6 0 249.81 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[108]: 6 0 185.536 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[111]: 6 0 178.091 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[171]: 6 0 37.6363 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[212]: 6 -1419.36 0 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[215]: 6 0 951.768 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[219]: 6 0 901.55 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[255]: 6 0 515.356 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[334]: 6 -133 0 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[336]: 6 0 101.785 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[410]: 6 0 1016.44 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[430]: 6 0 10893 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[476]: 6 0 34.8 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[480]: 6 0 449 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[530]: 6 0 7702.64 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[536]: 6 0 101.785 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[678]: 6 0 34.8001 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[802]: 6 0 249.81 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[804]: 6 0 374.197 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[806]: 6 0 157.646 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[808]: 6 0 185.536 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[823]: 6 0 6540.93 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[828]: 6 0 6098.93 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[930]: 6 0 11131.7 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[1004]: 6 0 203.043 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[1064]: 6 0 49.1817 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[1074]: 6 0 49.1818 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[1223]: 6 0 6540.93 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[1263]: 6 0 954.928 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[1336]: 6 0 101.785 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[1338]: 6 0 14.3818 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[1521]: 6 0 2897.74 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[1536]: 6 0 101.785 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[1621]: 6 0 2580.91 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[1624]: 6 0 125.173 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[1634]: 6 0 1018 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[1664]: 6 0 49.1818 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[1736]: 6 0 101.785 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[2100]: 6 -380 0 shouldn't be
2417.72/2424.73	WSVECS04 Frhs2[2118]: 6 0 151 shouldn't be
2418.92/2425.98	WSVECS04 Frhs2[232]: 6 0 1043.99 shouldn't be
2418.92/2425.98	WSVECS04 Frhs2[351]: 6 0 313.067 shouldn't be
2418.92/2425.98	WSVECS04 Frhs2[453]: 6 0 1211.83 shouldn't be
2418.92/2425.98	WSVECS04 Frhs2[460]: 6 0 500.237 shouldn't be
2418.92/2425.98	WSVECS04 Frhs2[513]: 6 0 1143.18 shouldn't be
2418.92/2425.98	WSVECS04 Frhs2[553]: 6 0 1192.36 shouldn't be
2418.92/2425.98	WSVECS04 Frhs2[658]: 6 0 34.6509 shouldn't be
2418.92/2425.98	WSVECS04 Frhs2[813]: 6 0 1305.32 shouldn't be
2418.92/2425.98	WSVECS04 Frhs2[873]: 6 0 1319.22 shouldn't be
2418.92/2425.98	WSVECS04 Frhs2[963]: 6 0 1192.36 shouldn't be
2418.92/2425.98	WSVECS04 Frhs2[1014]: 6 0 369.215 shouldn't be
2420.13/2427.14	WSVECS04 Frhs2[1604]: 6 0 263.943 shouldn't be
2421.81/2428.84	WSVECS04 Frhs2[1538]: 6 0 14.3817 shouldn't be
2421.81/2428.84	WSVECS04 Frhs2[2019]: 6 -1020 0 shouldn't be
2421.81/2428.84	WSVECS04 Frhs2[2125]: 6 0 119 shouldn't be
2421.81/2428.84	WSVECS04 Frhs2[2134]: 6 0 59.0001 shouldn't be
2430.99/2438.02	c #Conflicts:    1124000 | #Constraints:      84173
2430.99/2438.02	c #Conflicts:    1125000 | #Constraints:      85173
2430.99/2438.02	c INPROCESSING
2430.99/2438.02	c GARBAGE COLLECT
2430.99/2438.02	c rational objective 40264
2436.57/2443.68	c #Conflicts:    1126000 | #Constraints:      65192
2436.57/2443.68	c #Conflicts:    1127000 | #Constraints:      66192
2436.57/2443.68	c #Conflicts:    1128000 | #Constraints:      67192
2436.57/2443.68	c #Conflicts:    1129000 | #Constraints:      68192
2436.57/2443.68	c #Conflicts:    1130000 | #Constraints:      69192
2436.57/2443.68	c #Conflicts:    1131000 | #Constraints:      70192
2436.57/2443.68	c #Conflicts:    1132000 | #Constraints:      71192
2436.57/2443.68	c #Conflicts:    1133000 | #Constraints:      72192
2436.57/2443.68	c #Conflicts:    1134000 | #Constraints:      73192
2436.57/2443.68	c #Conflicts:    1135000 | #Constraints:      74192
2436.57/2443.68	c #Conflicts:    1136000 | #Constraints:      75192
2436.57/2443.68	c #Conflicts:    1137000 | #Constraints:      76192
2436.57/2443.68	c #Conflicts:    1138000 | #Constraints:      77192
2436.57/2443.68	c #Conflicts:    1139000 | #Constraints:      78192
2436.57/2443.68	c #Conflicts:    1140000 | #Constraints:      79192
2436.57/2443.68	c #Conflicts:    1141000 | #Constraints:      80192
2436.57/2443.68	WSVECS04 Frhs2[28]: 6 0 259.052 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[323]: 6 -1032.11 0 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[328]: 6 0 259.052 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[423]: 6 -481.147 0 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[427]: 6 0 57.2414 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[621]: 6 0 85.5345 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[630]: 6 0 132.647 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[721]: 6 0 85.5346 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[723]: 6 -213.104 0 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[727]: 6 0 57.2415 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[730]: 6 0 132.647 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[921]: 6 0 85.5345 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[923]: 6 -518.871 0 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[1021]: 6 0 94.9655 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[1023]: 6 0 9.43113 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[1229]: 6 0 155.862 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[1323]: 6 -1025.19 0 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[1328]: 6 0 259.052 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[1528]: 6 0 259.052 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[1529]: 6 0 155.862 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[1621]: 6 0 85.5345 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[1623]: 6 -475.371 0 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[1625]: 6 0 135.397 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[1868]: 6 -1190 0 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[1872]: 6 0 471 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[2528]: 6 -467 0 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[2534]: 6 -315 0 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[2540]: 6 -80.0001 0 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[2554]: 6 -646 0 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[2557]: 6 -605 0 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[2573]: 6 -557 0 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[2578]: 6 -622 0 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[2591]: 6 -260 0 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[2595]: 6 -808 0 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[2597]: 6 -1060 0 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[2599]: 6 -311 0 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[2601]: 6 -328 0 shouldn't be
2436.57/2443.68	WSVECS04 Frhs2[2610]: 6 -328 0 shouldn't be
2437.87/2444.95	WSVECS04 Frhs2[321]: 6 0 85.5346 shouldn't be
2440.66/2447.72	WSVECS04 Frhs2[729]: 6 0 155.862 shouldn't be
2440.66/2447.72	WSVECS04 Frhs2[929]: 6 0 155.862 shouldn't be
2442.65/2449.74	WSVECS04 Frhs2[223]: 6 0 34.3966 shouldn't be
2442.65/2449.74	WSVECS04 Frhs2[1864]: 6 0 109 shouldn't be
2451.73/2458.82	c #Conflicts:    1142000 | #Constraints:      81192
2451.73/2458.82	c #Conflicts:    1143000 | #Constraints:      82192
2451.73/2458.82	c #Conflicts:    1144000 | #Constraints:      83192
2451.73/2458.82	c #Conflicts:    1145000 | #Constraints:      84192
2451.73/2458.82	c #Conflicts:    1146000 | #Constraints:      85192
2451.73/2458.82	c INPROCESSING
2451.73/2458.82	c GARBAGE COLLECT
2451.73/2458.82	c rational objective 40264
2479.74/2487.01	c #Conflicts:    1147000 | #Constraints:      64984
2479.74/2487.01	c #Conflicts:    1148000 | #Constraints:      65984
2479.74/2487.01	c #Conflicts:    1149000 | #Constraints:      66984
2479.74/2487.01	c #Conflicts:    1150000 | #Constraints:      67984
2479.74/2487.01	c #Conflicts:    1151000 | #Constraints:      68984
2479.74/2487.01	c #Conflicts:    1152000 | #Constraints:      69984
2479.74/2487.01	c #Conflicts:    1153000 | #Constraints:      70984
2479.74/2487.01	c #Conflicts:    1154000 | #Constraints:      71984
2479.74/2487.01	c #Conflicts:    1155000 | #Constraints:      72984
2479.74/2487.01	c #Conflicts:    1156000 | #Constraints:      73984
2479.74/2487.01	c #Conflicts:    1157000 | #Constraints:      74984
2479.74/2487.01	c #Conflicts:    1158000 | #Constraints:      75986
2479.74/2487.01	c #Conflicts:    1159000 | #Constraints:      76986
2479.74/2487.01	c #Conflicts:    1160000 | #Constraints:      77986
2479.74/2487.01	c #Conflicts:    1161000 | #Constraints:      78986
2479.74/2487.01	c #Conflicts:    1162000 | #Constraints:      79986
2479.74/2487.01	c #Conflicts:    1163000 | #Constraints:      80987
2479.74/2487.01	c #Conflicts:    1164000 | #Constraints:      81987
2479.74/2487.01	c #Conflicts:    1165000 | #Constraints:      82987
2479.74/2487.01	c #Conflicts:    1166000 | #Constraints:      83987
2479.74/2487.01	c #Conflicts:    1167000 | #Constraints:      84987
2479.74/2487.01	c #Conflicts:    1168000 | #Constraints:      85987
2479.74/2487.01	c INPROCESSING
2479.74/2487.01	c GARBAGE COLLECT
2479.74/2487.01	c rational objective 40264
2487.02/2494.24	c #Conflicts:    1169000 | #Constraints:      65601
2487.02/2494.24	c #Conflicts:    1170000 | #Constraints:      66601
2487.02/2494.24	c #Conflicts:    1171000 | #Constraints:      67601
2487.02/2494.24	c #Conflicts:    1172000 | #Constraints:      68601
2487.02/2494.24	c #Conflicts:    1173000 | #Constraints:      69601
2487.02/2494.24	c #Conflicts:    1174000 | #Constraints:      70601
2487.02/2494.24	c #Conflicts:    1175000 | #Constraints:      71601
2487.02/2494.24	WSVECS04 Frhs2[2198]: 6 0 59.0001 shouldn't be
2487.02/2494.24	WSVECS04 Frhs2[2249]: 6 0 35 shouldn't be
2487.02/2494.24	WSVECS04 Frhs2[2437]: 6 0 16 shouldn't be
2487.02/2494.24	WSVECS04 Frhs2[2453]: 6 0 144 shouldn't be
2487.02/2494.24	WSVECS04 Frhs2[2467]: 6 -605 0 shouldn't be
2487.02/2494.24	WSVECS04 Frhs2[2614]: 6 0 710 shouldn't be
2488.32/2495.55	WSVECS04 Frhs2[2081]: 6 0 300 shouldn't be
2488.32/2495.55	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
2488.32/2495.55	WSVECS04 Frhs2[2450]: 6 -80.0001 0 shouldn't be
2489.83/2497.07	WSVECS04 Frhs2[1910]: 6 -80 0 shouldn't be
2489.83/2497.07	WSVECS04 Frhs2[1913]: 6 0 6.00008 shouldn't be
2489.83/2497.07	WSVECS04 Frhs2[1960]: 6 0 3.00001 shouldn't be
2489.83/2497.07	WSVECS04 Frhs2[1976]: 6 -1270 0 shouldn't be
2489.83/2497.07	WSVECS04 Frhs2[1979]: 6 0 174 shouldn't be
2489.83/2497.07	WSVECS04 Frhs2[2074]: 6 0 508 shouldn't be
2489.83/2497.07	WSVECS04 Frhs2[2209]: 6 -408 0 shouldn't be
2489.83/2497.07	WSVECS04 Frhs2[2248]: 6 0 40 shouldn't be
2491.82/2499.05	WSVECS04 Frhs2[1901]: 6 -80 0 shouldn't be
2491.82/2499.05	WSVECS04 Frhs2[1907]: 6 -871 0 shouldn't be
2491.82/2499.05	WSVECS04 Frhs2[1962]: 6 -86.0001 0 shouldn't be
2491.82/2499.05	WSVECS04 Frhs2[2107]: 6 -605 0 shouldn't be
2491.82/2499.05	WSVECS04 Frhs2[2171]: 6 -80.0001 0 shouldn't be
2491.82/2499.05	WSVECS04 Frhs2[2647]: 6 -605 0 shouldn't be
2503.28/2510.56	c #Conflicts:    1176000 | #Constraints:      72601
2503.28/2510.56	c #Conflicts:    1177000 | #Constraints:      73601
2503.28/2510.56	c #Conflicts:    1178000 | #Constraints:      74601
2503.28/2510.56	c #Conflicts:    1179000 | #Constraints:      75601
2503.28/2510.56	c #Conflicts:    1180000 | #Constraints:      76601
2503.28/2510.56	c #Conflicts:    1181000 | #Constraints:      77601
2503.28/2510.56	c #Conflicts:    1182000 | #Constraints:      78601
2503.28/2510.56	c #Conflicts:    1183000 | #Constraints:      79601
2503.28/2510.56	c #Conflicts:    1184000 | #Constraints:      80601
2503.28/2510.56	c #Conflicts:    1185000 | #Constraints:      81601
2503.28/2510.56	c #Conflicts:    1186000 | #Constraints:      82601
2503.28/2510.56	c #Conflicts:    1187000 | #Constraints:      83601
2503.28/2510.56	c #Conflicts:    1188000 | #Constraints:      84601
2503.28/2510.56	c #Conflicts:    1189000 | #Constraints:      85601
2503.28/2510.56	c #Conflicts:    1190000 | #Constraints:      86601
2503.28/2510.56	c INPROCESSING
2503.28/2510.56	c GARBAGE COLLECT
2503.28/2510.56	c rational objective 40264
2506.66/2513.94	c #Conflicts:    1191000 | #Constraints:      65979
2506.66/2513.94	c #Conflicts:    1192000 | #Constraints:      66979
2506.66/2513.94	c #Conflicts:    1193000 | #Constraints:      67979
2506.66/2513.94	c #Conflicts:    1194000 | #Constraints:      68979
2506.66/2513.94	WSVECS04 Frhs2[64]: 6 0 12.8632 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[128]: 6 0 3.13699 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[167]: 6 -92.2739 0 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[323]: 6 -3.13701 0 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[356]: 6 -220.573 0 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[474]: 6 0 406.768 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[476]: 6 0 406.768 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[477]: 6 0 406.768 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[564]: 6 0 12.8631 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[578]: 6 -595.199 0 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[612]: 6 -956.809 0 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[623]: 6 -567 0 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[625]: 6 0 594.461 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[653]: 6 0 8.73037 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[706]: 6 0 170.569 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[712]: 6 -1077.38 0 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[756]: 6 -454.191 0 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[856]: 6 -8.73036 0 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[858]: 6 0 63.2864 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[989]: 6 -429.411 0 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[1028]: 6 0 3.13696 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[1058]: 6 0 63.2864 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[1189]: 6 -14.1162 0 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[1277]: 6 0 409.905 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[1278]: 6 0 409.905 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[1364]: 6 0 12.8631 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[1372]: 6 0 312.552 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[1376]: 6 0 312.552 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[1377]: 6 0 312.552 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[1456]: 6 -69.2864 0 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[1578]: 6 -813.535 0 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[1664]: 6 0 12.8631 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[1774]: 6 0 312.552 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[1777]: 6 0 312.552 shouldn't be
2506.66/2513.94	WSVECS04 Frhs2[2518]: 6 0 28.7842 shouldn't be
2508.86/2516.14	c #Conflicts:    1195000 | #Constraints:      69980
2508.86/2516.14	c #Conflicts:    1196000 | #Constraints:      70980
2508.86/2516.14	c #Conflicts:    1197000 | #Constraints:      71980
2508.86/2516.14	c #Conflicts:    1198000 | #Constraints:      72980
2508.86/2516.14	c #Conflicts:    1199000 | #Constraints:      73980
2508.86/2516.14	WSVECS04 Frhs2[72]: 6 0 222.674 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[106]: 6 0 823.833 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[107]: 6 0 983.146 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[114]: 6 0 326.076 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[120]: 6 0 505.184 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[156]: 6 -7.04297 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[159]: 6 0 7.04304 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[160]: 6 0 419.376 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[182]: 6 0 54.8557 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[191]: 6 0 21.5001 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[194]: 6 0 21.5 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[209]: 6 0 268.235 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[210]: 6 -21.5001 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[215]: 6 0 91.2323 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[256]: 6 -10.5644 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[285]: 6 0 94.4771 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[286]: 6 0 94.4771 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[287]: 6 0 94.4771 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[290]: 6 0 141.076 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[352]: 6 0 3.52149 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[357]: 6 0 3.52154 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[358]: 6 0 3.52157 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[367]: 6 -141.927 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[412]: 6 -4.78556 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[472]: 6 0 222.674 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[506]: 6 0 92.1668 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[566]: 6 0 59.5331 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[586]: 6 0 94.4771 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[587]: 6 0 94.4771 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[611]: 6 0 85.2379 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[683]: 6 0 65.7987 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[815]: 6 0 91.2322 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[819]: 6 0 54.8557 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[857]: 6 0 243.041 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[901]: 6 -142.932 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1012]: 6 0 162.614 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1016]: 6 0 162.614 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1052]: 6 0 210.427 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1054]: 6 0 86.9476 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1060]: 6 0 629.803 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1112]: 6 0 162.614 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1116]: 6 0 162.614 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1157]: 6 -210.427 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1167]: 6 -317.967 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1219]: 6 0 54.8557 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1252]: 6 -151.248 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1260]: 6 0 327.209 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1266]: 6 0 10.8237 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1307]: 6 0 251.479 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1319]: 6 0 54.8558 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1320]: 6 0 179.108 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1352]: 6 0 102.52 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1353]: 6 0 102.52 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1357]: 6 0 102.52 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1358]: 6 0 102.52 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1359]: 6 0 109.563 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1360]: 6 0 521.896 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1389]: 6 -96.2559 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1406]: 6 0 92.1667 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1407]: 6 0 251.479 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1457]: 6 0 123.48 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1458]: 6 0 123.48 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1459]: 6 0 130.523 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1460]: 6 0 542.855 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1489]: 6 -21.7093 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1506]: 6 0 92.1667 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1507]: 6 0 251.479 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1509]: 6 0 268.235 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1519]: 6 0 54.8558 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1590]: 6 0 184.223 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1594]: 6 0 21.5 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1606]: 6 0 92.1667 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1660]: 6 0 462.523 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1661]: 6 0 26.3397 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1690]: 6 0 89.7462 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1711]: 6 0 162.614 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1715]: 6 0 253.847 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1716]: 6 0 162.614 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1760]: 6 0 280.61 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1801]: 6 -341 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1829]: 6 0 292.833 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1847]: 6 0 498 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1848]: 6 0 232 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1881]: 6 0 139 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1891]: 6 -501.847 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1894]: 6 0 495.355 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1927]: 6 0 495.355 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1954]: 6 -362 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[1978]: 6 0 67.4 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[2121]: 6 0 369 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[2125]: 6 0 252 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[2132]: 6 0 311 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[2270]: 6 0 83.5204 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[2298]: 6 -83.4797 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[2346]: 6 0 142.412 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[2382]: 6 -209.588 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[2450]: 6 -80 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[2491]: 6 -250 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[2524]: 6 0 494.547 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[2557]: 6 0 508 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[2618]: 6 -467 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[2637]: 6 -329 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[2666]: 6 -530 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[2677]: 6 -309 0 shouldn't be
2508.86/2516.14	WSVECS04 Frhs2[2700]: 6 0 3.00003 shouldn't be
2509.95/2517.27	WSVECS04 Frhs2[192]: 6 0 21.5001 shouldn't be
2509.95/2517.27	WSVECS04 Frhs2[197]: 6 0 21.5001 shouldn't be
2509.95/2517.27	WSVECS04 Frhs2[207]: 6 0 251.479 shouldn't be
2509.95/2517.27	WSVECS04 Frhs2[218]: 6 -569.786 0 shouldn't be
2509.95/2517.27	WSVECS04 Frhs2[1290]: 6 0 115.948 shouldn't be
2509.95/2517.27	WSVECS04 Frhs2[1467]: 6 -459.817 0 shouldn't be
2509.95/2517.27	WSVECS04 Frhs2[1510]: 6 0 137.625 shouldn't be
2509.95/2517.27	WSVECS04 Frhs2[1592]: 6 0 21.5001 shouldn't be
2509.95/2517.27	WSVECS04 Frhs2[1596]: 6 0 21.5 shouldn't be
2509.95/2517.27	WSVECS04 Frhs2[1597]: 6 0 21.5001 shouldn't be
2509.95/2517.27	WSVECS04 Frhs2[1599]: 6 0 21.5001 shouldn't be
2509.95/2517.27	WSVECS04 Frhs2[1610]: 6 0 43.1475 shouldn't be
2509.95/2517.27	WSVECS04 Frhs2[1659]: 6 0 7.04302 shouldn't be
2509.95/2517.27	WSVECS04 Frhs2[2099]: 6 -337 0 shouldn't be
2509.95/2517.27	WSVECS04 Frhs2[2430]: 6 0 89.8042 shouldn't be
2511.04/2518.34	WSVECS04 Frhs2[17]: 6 0 4.78557 shouldn't be
2511.04/2518.34	WSVECS04 Frhs2[196]: 6 0 21.5 shouldn't be
2511.04/2518.34	WSVECS04 Frhs2[219]: 6 0 54.8558 shouldn't be
2511.04/2518.34	WSVECS04 Frhs2[260]: 6 0 419.376 shouldn't be
2511.04/2518.34	WSVECS04 Frhs2[288]: 6 0 94.4771 shouldn't be
2511.04/2518.34	WSVECS04 Frhs2[417]: 6 0 4.78562 shouldn't be
2511.04/2518.34	WSVECS04 Frhs2[619]: 6 0 140.094 shouldn't be
2511.04/2518.34	WSVECS04 Frhs2[669]: 6 0 94.4771 shouldn't be
2511.04/2518.34	WSVECS04 Frhs2[720]: 6 0 179.108 shouldn't be
2511.04/2518.34	WSVECS04 Frhs2[1117]: 6 0 167.4 shouldn't be
2511.04/2518.34	WSVECS04 Frhs2[1286]: 6 0 69.3492 shouldn't be
2511.04/2518.34	WSVECS04 Frhs2[1369]: 6 0 179.255 shouldn't be
2511.04/2518.34	WSVECS04 Frhs2[1512]: 6 -212.922 0 shouldn't be
2511.04/2518.34	WSVECS04 Frhs2[1807]: 6 -587 0 shouldn't be
2511.04/2518.34	WSVECS04 Frhs2[1864]: 6 -587 0 shouldn't be
2511.04/2518.34	WSVECS04 Frhs2[2134]: 6 -587 0 shouldn't be
2511.04/2518.34	WSVECS04 Frhs2[2472]: 6 -957 0 shouldn't be
2511.04/2518.34	WSVECS04 Frhs2[2614]: 6 0 334 shouldn't be
2511.04/2518.34	WSVECS04 Frhs2[2664]: 6 -55 0 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[12]: 6 -426.806 0 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[102]: 6 0 731.667 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[109]: 6 0 999.902 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[110]: 6 0 731.667 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[111]: 6 0 326.076 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[180]: 6 0 152.1 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[198]: 6 0 21.5001 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[199]: 6 0 21.5001 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[265]: 6 0 161.373 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[277]: 6 0 70.5747 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[377]: 6 0 70.5748 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[507]: 6 0 251.479 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[509]: 6 0 261.192 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[715]: 6 0 91.2323 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[784]: 6 0 65.7987 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[859]: 6 0 250.084 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[872]: 6 0 550.674 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[879]: 6 0 328 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[880]: 6 0 550.674 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[1011]: 6 0 162.614 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[1466]: 6 0 68.1375 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[1667]: 6 0 26.3398 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[1812]: 6 -430.167 0 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[1836]: 6 -506.167 0 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[1882]: 6 -584 0 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[2140]: 6 0 372 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[2543]: 6 0 13 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[2682]: 6 0 239 shouldn't be
2512.54/2519.89	WSVECS04 Frhs2[2691]: 6 -3.00007 0 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[19]: 6 0 54.8558 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[108]: 6 0 731.667 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[112]: 6 0 326.076 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[272]: 6 0 222.674 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[280]: 6 0 222.674 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[378]: 6 -70.5747 0 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[420]: 6 0 179.108 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[601]: 6 -929.37 0 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[617]: 6 0 90.0234 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[667]: 6 0 171.219 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[782]: 6 0 215.132 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[866]: 6 0 68.1374 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[909]: 6 0 268.235 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[1212]: 6 -600.355 0 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[1382]: 6 0 54.8557 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[1517]: 6 0 4.78562 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[1707]: 6 0 251.479 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[1766]: 6 0 68.1374 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[1802]: 6 -585 0 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[1880]: 6 0 207 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[2301]: 6 -79.4797 0 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[2306]: 6 -442.52 0 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[2427]: 6 0 94.2164 shouldn't be
2515.04/2522.31	WSVECS04 Frhs2[2464]: 6 -646 0 shouldn't be
2526.60/2533.92	c #Conflicts:    1200000 | #Constraints:      74980
2526.60/2533.92	c #Conflicts:    1201000 | #Constraints:      75980
2526.60/2533.92	c #Conflicts:    1202000 | #Constraints:      76980
2526.60/2533.92	c #Conflicts:    1203000 | #Constraints:      77980
2526.60/2533.92	c #Conflicts:    1204000 | #Constraints:      78980
2526.60/2533.92	c #Conflicts:    1205000 | #Constraints:      79980
2526.60/2533.92	c #Conflicts:    1206000 | #Constraints:      80980
2526.60/2533.92	c #Conflicts:    1207000 | #Constraints:      81980
2526.60/2533.92	c #Conflicts:    1208000 | #Constraints:      82980
2526.60/2533.92	c #Conflicts:    1209000 | #Constraints:      83980
2526.60/2533.92	c #Conflicts:    1210000 | #Constraints:      84980
2526.60/2533.92	c #Conflicts:    1211000 | #Constraints:      85980
2526.60/2533.92	c #Conflicts:    1212000 | #Constraints:      86980
2526.60/2533.92	c INPROCESSING
2526.60/2533.92	c GARBAGE COLLECT
2526.60/2533.92	c rational objective 40264
2530.18/2537.59	c #Conflicts:    1213000 | #Constraints:      66145
2530.18/2537.59	c #Conflicts:    1214000 | #Constraints:      67145
2530.18/2537.59	c #Conflicts:    1215000 | #Constraints:      68145
2530.18/2537.59	c #Conflicts:    1216000 | #Constraints:      69145
2530.18/2537.59	c #Conflicts:    1217000 | #Constraints:      70145
2530.18/2537.59	c #Conflicts:    1218000 | #Constraints:      71145
2530.18/2537.59	c #Conflicts:    1219000 | #Constraints:      72145
2530.18/2537.59	WSVECS04 Frhs2[24]: 6 0 581.247 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[84]: 6 0 22.0001 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[121]: 6 -7138.12 0 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[184]: 6 0 22 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[185]: 6 -518 0 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[201]: 6 0 44.8843 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[203]: 6 0 44.8843 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[204]: 6 0 44.8844 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[221]: 6 0 554.175 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[224]: 6 0 554.175 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[230]: 6 0 637.987 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[254]: 6 0 97.7533 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[260]: 6 0 22.0001 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[281]: 6 0 215 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[284]: 6 0 334.753 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[354]: 6 0 73.8124 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[389]: 6 -968 0 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[401]: 6 -305.566 0 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[423]: 6 -95.45 0 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[427]: 6 0 33.6376 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[503]: 6 0 215.131 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[537]: 6 0 158.085 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[574]: 6 0 327.753 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[589]: 6 -546 0 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[611]: 6 0 70.0001 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[715]: 6 0 1441.8 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[725]: 6 0 61.8124 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[730]: 6 0 83.8124 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[737]: 6 0 231.897 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[801]: 6 -1274.23 0 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[812]: 6 -784.617 0 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[838]: 6 0 855.103 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[874]: 6 0 119.753 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[932]: 6 -1771 0 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[937]: 6 0 226.91 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[952]: 6 0 13.4936 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[953]: 6 0 13.4936 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[954]: 6 0 111.247 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[972]: 6 0 259.175 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[974]: 6 0 378.928 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[1001]: 6 -466.494 0 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[1008]: 6 0 136.681 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[1054]: 6 0 97.7533 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[1071]: 6 -955.825 0 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[1125]: 6 0 59.2623 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[1175]: 6 -1013.83 0 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[1201]: 6 -638.244 0 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[1454]: 6 0 97.7532 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[1474]: 6 0 119.753 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[1501]: 6 0 431.754 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[1537]: 6 0 231.897 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[1556]: 6 -7.00003 0 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[1660]: 6 0 22 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[1690]: 6 0 22 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[1730]: 6 0 61.8124 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[1774]: 6 0 119.753 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[2010]: 6 -251.175 0 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[2140]: 6 0 372 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[2158]: 6 0 297 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[2165]: 6 -521 0 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[2214]: 6 -451 0 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[2467]: 6 0 301 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[2524]: 6 -605 0 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[2557]: 6 0 195 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[2593]: 6 -225 0 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[2618]: 6 -467 0 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[2691]: 6 -242 0 shouldn't be
2530.18/2537.59	WSVECS04 Frhs2[2696]: 6 -819 0 shouldn't be
2531.48/2538.89	WSVECS04 Frhs2[5]: 6 0 1631.94 shouldn't be
2531.48/2538.89	WSVECS04 Frhs2[51]: 6 0 23.941 shouldn't be
2531.48/2538.89	WSVECS04 Frhs2[61]: 6 0 23.9409 shouldn't be
2531.48/2538.89	WSVECS04 Frhs2[161]: 6 0 23.9409 shouldn't be
2531.48/2538.89	WSVECS04 Frhs2[425]: 6 0 61.8124 shouldn't be
2531.48/2538.89	WSVECS04 Frhs2[461]: 6 0 23.9409 shouldn't be
2531.48/2538.89	WSVECS04 Frhs2[561]: 6 0 23.9409 shouldn't be
2531.48/2538.89	WSVECS04 Frhs2[661]: 6 0 23.941 shouldn't be
2531.48/2538.89	WSVECS04 Frhs2[761]: 6 0 23.9409 shouldn't be
2531.48/2538.89	WSVECS04 Frhs2[807]: 6 0 28.9281 shouldn't be
2531.48/2538.89	WSVECS04 Frhs2[975]: 6 0 259.175 shouldn't be
2531.48/2538.89	WSVECS04 Frhs2[1084]: 6 0 119.753 shouldn't be
2531.48/2538.89	WSVECS04 Frhs2[1184]: 6 0 119.753 shouldn't be
2531.48/2538.89	WSVECS04 Frhs2[1207]: 6 0 28.9281 shouldn't be
2531.48/2538.89	WSVECS04 Frhs2[1251]: 6 0 23.941 shouldn't be
2531.48/2538.89	WSVECS04 Frhs2[1261]: 6 0 23.941 shouldn't be
2531.48/2538.89	WSVECS04 Frhs2[1561]: 6 0 23.9409 shouldn't be
2531.48/2538.89	WSVECS04 Frhs2[2198]: 6 -1090 0 shouldn't be
2531.48/2538.89	WSVECS04 Frhs2[2237]: 6 -1060 0 shouldn't be
2532.98/2540.35	WSVECS04 Frhs2[478]: 6 -858 0 shouldn't be
2532.98/2540.35	WSVECS04 Frhs2[861]: 6 0 23.9409 shouldn't be
2532.98/2540.35	WSVECS04 Frhs2[1006]: 6 0 26.4345 shouldn't be
2532.98/2540.35	WSVECS04 Frhs2[1007]: 6 0 28.9281 shouldn't be
2532.98/2540.35	WSVECS04 Frhs2[1061]: 6 0 23.9409 shouldn't be
2532.98/2540.35	WSVECS04 Frhs2[1506]: 6 0 303.753 shouldn't be
2532.98/2540.35	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
2532.98/2540.35	WSVECS04 Frhs2[2137]: 6 -646 0 shouldn't be
2532.98/2540.35	WSVECS04 Frhs2[2150]: 6 -260 0 shouldn't be
2534.78/2542.15	WSVECS04 Frhs2[384]: 6 0 119.753 shouldn't be
2534.78/2542.15	WSVECS04 Frhs2[501]: 6 0 215.131 shouldn't be
2534.78/2542.15	WSVECS04 Frhs2[571]: 6 0 208 shouldn't be
2534.78/2542.15	WSVECS04 Frhs2[701]: 6 0 713.565 shouldn't be
2534.78/2542.15	WSVECS04 Frhs2[1011]: 6 0 158 shouldn't be
2534.78/2542.15	WSVECS04 Frhs2[1098]: 6 0 609.059 shouldn't be
2534.78/2542.15	WSVECS04 Frhs2[1627]: 6 0 33.6376 shouldn't be
2534.78/2542.15	WSVECS04 Frhs2[1661]: 6 0 23.9409 shouldn't be
2534.78/2542.15	WSVECS04 Frhs2[1727]: 6 0 33.6376 shouldn't be
2534.78/2542.15	WSVECS04 Frhs2[2110]: 6 -1380 0 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[8]: 6 0 136.681 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[10]: 6 0 1483.13 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[101]: 6 -119.189 0 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[210]: 6 0 1528.01 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[214]: 6 0 119.753 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[311]: 6 0 158 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[314]: 6 0 119.753 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[315]: 6 0 1194.99 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[325]: 6 0 61.8124 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[378]: 6 -832 0 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[408]: 6 0 136.681 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[467]: 6 -299.566 0 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[583]: 6 0 33.6376 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[584]: 6 0 119.753 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[598]: 6 0 706.812 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[605]: 6 0 2247.92 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[607]: 6 0 28.9281 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[710]: 6 0 2196.69 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[780]: 6 0 22 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[814]: 6 0 119.753 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[883]: 6 0 33.6376 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[884]: 6 0 119.753 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[912]: 6 -110 0 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[914]: 6 0 119.753 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[983]: 6 0 33.6376 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[1051]: 6 0 23.9409 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[1314]: 6 0 119.753 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[1401]: 6 -62.1877 0 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[1680]: 6 0 22.0001 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[1683]: 6 0 33.6376 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[1714]: 6 0 119.753 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[2074]: 6 -605 0 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[2107]: 6 0 285 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[2160]: 6 -328 0 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[2171]: 6 -80 0 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[2191]: 6 -1380 0 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[2434]: 6 -605 0 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[2647]: 6 -605 0 shouldn't be
2537.17/2544.50	WSVECS04 Frhs2[2657]: 6 0 50 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[83]: 6 0 33.6375 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[110]: 6 0 1461.13 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[280]: 6 0 230 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[301]: 6 -301.565 0 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[328]: 6 0 61.8124 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[337]: 6 0 231.897 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[398]: 6 0 745.059 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[428]: 6 0 61.8124 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[504]: 6 0 215.131 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[511]: 6 0 158 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[515]: 6 0 1194.99 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[610]: 6 0 1461.13 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[805]: 6 0 2247.92 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[808]: 6 0 136.681 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[811]: 6 0 158 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[834]: 6 0 855.103 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[839]: 6 0 855.103 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[864]: 6 0 118.877 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[965]: 6 0 2471.62 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[984]: 6 0 119.753 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[1028]: 6 0 61.8124 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[1064]: 6 0 118.877 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[1065]: 6 0 2471.62 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[1155]: 6 0 2292.81 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[1211]: 6 0 158 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[1237]: 6 0 231.897 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[1354]: 6 0 97.7533 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[1451]: 6 0 23.9409 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[1551]: 6 0 23.941 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[1611]: 6 0 158 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[1628]: 6 0 61.8124 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[1651]: 6 0 23.9409 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[1665]: 6 0 2471.62 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[1670]: 6 0 22.0001 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[1754]: 6 0 97.7533 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[1764]: 6 0 118.877 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[2082]: 6 -337 0 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[2093]: 6 0 516 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[2094]: 6 0 121 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[2181]: 6 -380 0 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[2203]: 6 -1190 0 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[2230]: 6 -250 0 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
2539.36/2546.76	WSVECS04 Frhs2[2700]: 6 0 123 shouldn't be
2553.01/2560.49	c #Conflicts:    1220000 | #Constraints:      73145
2553.01/2560.49	c #Conflicts:    1221000 | #Constraints:      74145
2553.01/2560.49	c #Conflicts:    1222000 | #Constraints:      75145
2553.01/2560.49	c #Conflicts:    1223000 | #Constraints:      76145
2553.01/2560.49	c #Conflicts:    1224000 | #Constraints:      77145
2553.01/2560.49	c #Conflicts:    1225000 | #Constraints:      78145
2553.01/2560.49	c #Conflicts:    1226000 | #Constraints:      79145
2553.01/2560.49	c #Conflicts:    1227000 | #Constraints:      80145
2553.01/2560.49	c #Conflicts:    1228000 | #Constraints:      81145
2553.01/2560.49	c #Conflicts:    1229000 | #Constraints:      82145
2553.01/2560.49	c #Conflicts:    1230000 | #Constraints:      83145
2553.01/2560.49	c #Conflicts:    1231000 | #Constraints:      84145
2553.01/2560.49	c #Conflicts:    1232000 | #Constraints:      85145
2553.01/2560.49	c #Conflicts:    1233000 | #Constraints:      86145
2553.01/2560.49	c #Conflicts:    1234000 | #Constraints:      87145
2553.01/2560.49	c INPROCESSING
2553.01/2560.49	c GARBAGE COLLECT
2553.01/2560.49	c rational objective 40264
2557.62/2565.09	c #Conflicts:    1235000 | #Constraints:      66113
2557.62/2565.09	c #Conflicts:    1236000 | #Constraints:      67113
2557.62/2565.09	c #Conflicts:    1237000 | #Constraints:      68113
2557.62/2565.09	c #Conflicts:    1238000 | #Constraints:      69113
2557.62/2565.09	c #Conflicts:    1239000 | #Constraints:      70113
2557.62/2565.09	c #Conflicts:    1240000 | #Constraints:      71113
2557.62/2565.09	c #Conflicts:    1241000 | #Constraints:      72113
2557.62/2565.09	c #Conflicts:    1242000 | #Constraints:      73113
2557.62/2565.09	c #Conflicts:    1243000 | #Constraints:      74113
2557.62/2565.09	WSVECS04 Frhs2[48]: 6 0 192 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[50]: 6 0 437.667 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[99]: 6 0 14.6667 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[148]: 6 0 192 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[150]: 6 0 437.667 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[191]: 6 0 14.6668 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[194]: 6 0 29.3334 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[250]: 6 0 437.667 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[365]: 6 0 233 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[447]: 6 -1080 0 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[465]: 6 0 233 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[499]: 6 0 14.6667 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[548]: 6 0 192 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[550]: 6 0 437.667 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[594]: 6 0 14.6667 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[692]: 6 0 549.667 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[794]: 6 0 203.667 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[894]: 6 0 64.4445 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[1091]: 6 0 14.6668 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[1093]: 6 0 14.6667 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[1094]: 6 0 29.3334 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[1115]: 6 0 233 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[1165]: 6 0 233 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[1178]: 6 -9.00004 0 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[1195]: 6 0 218.333 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[1200]: 6 -29.3334 0 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[1245]: 6 -10.0001 0 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[1291]: 6 0 29.3334 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[1294]: 6 0 44 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[1299]: 6 0 14.6667 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[1312]: 6 -353 0 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[1395]: 6 0 203.667 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[1448]: 6 0 192 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[1456]: 6 -102 0 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[1565]: 6 0 233 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[1575]: 6 0 233 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[1615]: 6 0 233 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[1645]: 6 -270 0 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[2183]: 6 0 141 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[2204]: 6 0 320 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[2208]: 6 0 151 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[2222]: 6 -311 0 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[2237]: 6 -60.0001 0 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[2614]: 6 0 823 shouldn't be
2557.62/2565.09	WSVECS04 Frhs2[2647]: 6 0 823 shouldn't be
2558.90/2566.31	WSVECS04 Frhs2[405]: 6 0 233 shouldn't be
2558.90/2566.31	WSVECS04 Frhs2[555]: 6 0 233 shouldn't be
2558.90/2566.31	WSVECS04 Frhs2[1155]: 6 0 233 shouldn't be
2558.90/2566.31	WSVECS04 Frhs2[1305]: 6 0 233 shouldn't be
2558.90/2566.31	WSVECS04 Frhs2[1405]: 6 0 233 shouldn't be
2558.90/2566.31	WSVECS04 Frhs2[1455]: 6 0 233 shouldn't be
2558.90/2566.31	WSVECS04 Frhs2[1505]: 6 0 233 shouldn't be
2558.90/2566.31	WSVECS04 Frhs2[1605]: 6 0 233 shouldn't be
2558.90/2566.31	WSVECS04 Frhs2[1655]: 6 0 233 shouldn't be
2560.19/2567.64	WSVECS04 Frhs2[799]: 6 0 174.333 shouldn't be
2560.19/2567.64	WSVECS04 Frhs2[1196]: 6 0 14.6667 shouldn't be
2560.19/2567.64	WSVECS04 Frhs2[1648]: 6 0 192 shouldn't be
2562.09/2569.53	WSVECS04 Frhs2[2691]: 6 -203 0 shouldn't be
2564.19/2571.64	WSVECS04 Frhs2[241]: 6 0 888 shouldn't be
2564.19/2571.64	WSVECS04 Frhs2[375]: 6 0 233 shouldn't be
2564.19/2571.64	WSVECS04 Frhs2[415]: 6 0 233 shouldn't be
2564.19/2571.64	WSVECS04 Frhs2[475]: 6 0 233 shouldn't be
2564.19/2571.64	WSVECS04 Frhs2[575]: 6 0 233 shouldn't be
2564.19/2571.64	WSVECS04 Frhs2[697]: 6 -1838.67 0 shouldn't be
2564.19/2571.64	WSVECS04 Frhs2[992]: 6 0 696.333 shouldn't be
2564.19/2571.64	WSVECS04 Frhs2[1175]: 6 0 233 shouldn't be
2564.19/2571.64	WSVECS04 Frhs2[1375]: 6 0 233 shouldn't be
2564.19/2571.64	WSVECS04 Frhs2[1415]: 6 0 233 shouldn't be
2564.19/2571.64	WSVECS04 Frhs2[2211]: 6 0 32 shouldn't be
2575.95/2583.42	c #Conflicts:    1244000 | #Constraints:      75113
2575.95/2583.42	c #Conflicts:    1245000 | #Constraints:      76113
2575.95/2583.42	c #Conflicts:    1246000 | #Constraints:      77113
2575.95/2583.42	c #Conflicts:    1247000 | #Constraints:      78113
2575.95/2583.42	c #Conflicts:    1248000 | #Constraints:      79113
2575.95/2583.42	c #Conflicts:    1249000 | #Constraints:      80113
2575.95/2583.42	c #Conflicts:    1250000 | #Constraints:      81113
2575.95/2583.42	c #Conflicts:    1251000 | #Constraints:      82113
2575.95/2583.42	c #Conflicts:    1252000 | #Constraints:      83113
2575.95/2583.42	c #Conflicts:    1253000 | #Constraints:      84113
2575.95/2583.42	c #Conflicts:    1254000 | #Constraints:      85113
2575.95/2583.42	c #Conflicts:    1255000 | #Constraints:      86113
2575.95/2583.42	c #Conflicts:    1256000 | #Constraints:      87113
2575.95/2583.42	c INPROCESSING
2575.95/2583.42	c GARBAGE COLLECT
2575.95/2583.42	c rational objective 40264
2580.43/2588.00	c #Conflicts:    1257000 | #Constraints:      65926
2580.43/2588.00	c #Conflicts:    1258000 | #Constraints:      66926
2580.43/2588.00	c #Conflicts:    1259000 | #Constraints:      67926
2580.43/2588.00	c #Conflicts:    1260000 | #Constraints:      68926
2580.43/2588.00	c #Conflicts:    1261000 | #Constraints:      69926
2580.43/2588.00	WSVECS04 Frhs2[41]: 6 0 1308.42 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[79]: 6 0 824.715 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[117]: 6 0 901.023 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[122]: 6 0 188.119 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[141]: 6 0 1308.42 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[144]: 6 0 2924.14 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[146]: 6 0 1472.7 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[154]: 6 0 2312.3 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[175]: 6 -1051.83 0 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[200]: 6 0 670.574 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[204]: 6 0 1532.53 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[245]: 6 -804.715 0 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[246]: 6 0 1472.7 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[274]: 6 0 1655.5 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[293]: 6 -1353 0 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[298]: 6 0 296.535 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[391]: 6 0 1170.63 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[400]: 6 0 167.01 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[534]: 6 -1519 0 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[580]: 6 0 232.166 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[600]: 6 -154 0 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[634]: 6 0 1958.92 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[672]: 6 0 232.166 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[674]: 6 0 1180 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[678]: 6 0 232.166 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[691]: 6 0 1218.08 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[692]: 6 0 214.456 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[694]: 6 0 1744.6 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[697]: 6 0 222.816 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[698]: 6 0 510.99 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[717]: 6 0 651.65 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[739]: 6 -1269 0 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[745]: 6 -104.607 0 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[772]: 6 -3291.83 0 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[789]: 6 -1754.12 0 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[813]: 6 0 565.964 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[831]: 6 0 870.472 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[834]: 6 0 870.472 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[835]: 6 0 870.472 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[836]: 6 0 544.377 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[872]: 6 0 1006.83 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[874]: 6 0 1954.67 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[875]: 6 0 1006.83 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[876]: 6 0 680.739 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[879]: 6 0 1831.55 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[912]: 6 -205.364 0 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[941]: 6 0 80.4165 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[943]: 6 0 244.701 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[954]: 6 0 715.275 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[956]: 6 -470.976 0 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[958]: 6 0 151.887 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1032]: 6 -2323 0 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1042]: 6 0 184.834 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1044]: 6 0 1615.72 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1046]: 6 0 164.285 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1047]: 6 0 667.055 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1059]: 6 -1153.43 0 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1089]: 6 -1245.08 0 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1099]: 6 0 33.8816 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1100]: 6 -512.053 0 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1115]: 6 -1799.36 0 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1116]: 6 0 183.767 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1129]: 6 0 78.8578 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1134]: 6 0 1159 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1143]: 6 0 23.6245 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1145]: 6 -164.285 0 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1146]: 6 0 337.701 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1154]: 6 0 2648.39 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1174]: 6 0 432.577 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1207]: 6 0 127.632 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1213]: 6 0 349.328 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1243]: 6 0 1472.7 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1245]: 6 -89.3936 0 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1250]: 6 0 1135 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1275]: 6 0 354.141 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1280]: 6 0 354.141 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1291]: 6 0 1003.32 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1295]: 6 -3468.88 0 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1297]: 6 0 678.284 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1354]: 6 0 2245.42 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1356]: 6 -1581 0 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1360]: 6 0 726.454 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1374]: 6 0 947.834 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1458]: 6 0 99.5879 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1494]: 6 0 75.5446 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1503]: 6 -1421 0 shouldn't be
2580.43/2588.00	WSVECS04 Frhs2[1512]: 6 -512.886 0 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1541]: 6 0 1785.42 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1543]: 6 0 1949.7 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1546]: 6 0 1949.7 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1554]: 6 0 2245.42 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1556]: 6 -211.976 0 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1576]: 6 -1141 0 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1579]: 6 0 824.715 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1591]: 6 0 1003.62 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1594]: 6 0 1530.14 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1600]: 6 -120.118 0 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1604]: 6 0 1532.53 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1677]: 6 -529.166 0 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1686]: 6 -2797.36 0 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1691]: 6 0 1003.62 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1698]: 6 0 296.535 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1699]: 6 0 33.8816 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1711]: 6 0 301.25 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1729]: 6 0 78.8578 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1743]: 6 0 1472.7 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1772]: 6 0 498.834 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1777]: 6 0 364.668 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[1988]: 6 0 31 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[2355]: 6 -567 0 shouldn't be
2580.43/2588.01	WSVECS04 Frhs2[2516]: 6 0 6.00004 shouldn't be
2590.10/2597.61	c #Conflicts:    1262000 | #Constraints:      70926
2590.10/2597.61	c #Conflicts:    1263000 | #Constraints:      71926
2590.10/2597.61	c #Conflicts:    1264000 | #Constraints:      72926
2590.10/2597.61	c #Conflicts:    1265000 | #Constraints:      73926
2590.10/2597.61	c #Conflicts:    1266000 | #Constraints:      74926
2590.10/2597.61	c #Conflicts:    1267000 | #Constraints:      75926
2590.10/2597.61	c #Conflicts:    1268000 | #Constraints:      76926
2590.10/2597.61	c #Conflicts:    1269000 | #Constraints:      77926
2590.10/2597.61	c #Conflicts:    1270000 | #Constraints:      78926
2590.10/2597.61	WSVECS04 Frhs2[56]: 6 -371.412 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[74]: 6 -821.265 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[128]: 6 0 276.5 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[228]: 6 0 276.5 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[271]: 6 -1180.56 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[316]: 6 0 370.309 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[329]: 6 0 380 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[357]: 6 -2465.88 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[359]: 6 0 321.824 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[378]: 6 -780.706 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[408]: 6 0 611.177 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[486]: 6 0 1113 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[488]: 6 -5892.5 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[512]: 6 -2701.31 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[519]: 6 0 1469.07 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[553]: 6 0 247 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[558]: 6 0 321 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[559]: 6 0 1331.82 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[579]: 6 0 293.177 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[582]: 6 0 1364.5 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[583]: 6 0 1195 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[589]: 6 -1333.18 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[673]: 6 -2165.44 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[713]: 6 0 914 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[715]: 6 0 1114.81 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[821]: 6 -945.076 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[878]: 6 -1628.09 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[915]: 6 0 388.809 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[1023]: 6 -76.0381 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[1078]: 6 -799.294 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[1083]: 6 0 1195 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[1115]: 6 -603.243 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[1186]: 6 0 3590.5 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[1283]: 6 0 1195 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[1295]: 6 -115 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[1380]: 6 0 5.50005 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[1454]: 6 -1598 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[1459]: 6 0 321.824 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[1559]: 6 0 338.647 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[1575]: 6 0 268.177 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[1586]: 6 0 1113 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[1650]: 6 -746.824 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[1780]: 6 0 5.5001 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[1800]: 6 0 274.706 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[1864]: 6 -1129 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[1894]: 6 0 297 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2009]: 6 0 599 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2010]: 6 0 498 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2012]: 6 0 222 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2051]: 6 0 51.4621 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2052]: 6 0 225.462 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2053]: 6 0 338 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2061]: 6 0 477 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2070]: 6 0 58.4621 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2166]: 6 -59.0001 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2172]: 6 0 49.0001 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2182]: 6 -313 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2190]: 6 -278 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2210]: 6 0 102 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2211]: 6 0 58 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2221]: 6 -319 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2228]: 6 -78.0001 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2237]: 6 0 52 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2241]: 6 -242 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2246]: 6 -158 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2263]: 6 -1090 0 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2436]: 6 0 198.824 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2438]: 6 0 192 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2452]: 6 0 1269.29 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2460]: 6 0 14 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2507]: 6 0 196 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2523]: 6 0 416 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2526]: 6 0 408 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2549]: 6 0 1776 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2553]: 6 0 931 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2554]: 6 0 596 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2555]: 6 0 364 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2560]: 6 0 508 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2586]: 6 0 144 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2590]: 6 0 61.0001 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2611]: 6 0 178 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2648]: 6 0 433 shouldn't be
2590.10/2597.61	WSVECS04 Frhs2[2649]: 6 0 546 shouldn't be
2591.20/2598.75	WSVECS04 Frhs2[973]: 6 0 611.294 shouldn't be
2591.20/2598.75	WSVECS04 Frhs2[1260]: 6 0 692.706 shouldn't be
2591.20/2598.75	WSVECS04 Frhs2[1460]: 6 0 692.706 shouldn't be
2591.20/2598.75	WSVECS04 Frhs2[2007]: 6 -697 0 shouldn't be
2591.20/2598.75	WSVECS04 Frhs2[2017]: 6 -605 0 shouldn't be
2591.20/2598.75	WSVECS04 Frhs2[2055]: 6 -3.00002 0 shouldn't be
2591.20/2598.75	WSVECS04 Frhs2[2164]: 6 0 507 shouldn't be
2591.20/2598.75	WSVECS04 Frhs2[2174]: 6 0 71.0001 shouldn't be
2591.20/2598.75	WSVECS04 Frhs2[2344]: 6 -605 0 shouldn't be
2591.20/2598.75	WSVECS04 Frhs2[2459]: 6 0 100.824 shouldn't be
2591.20/2598.75	WSVECS04 Frhs2[2497]: 6 -646 0 shouldn't be
2591.20/2598.75	WSVECS04 Frhs2[2617]: 6 0 169 shouldn't be
2592.29/2599.81	WSVECS04 Frhs2[58]: 6 0 494.588 shouldn't be
2592.29/2599.81	WSVECS04 Frhs2[358]: 6 0 494.588 shouldn't be
2592.29/2599.81	WSVECS04 Frhs2[522]: 6 0 22.0001 shouldn't be
2592.29/2599.81	WSVECS04 Frhs2[773]: 6 0 1239.12 shouldn't be
2592.29/2599.81	WSVECS04 Frhs2[1026]: 6 0 22 shouldn't be
2592.29/2599.81	WSVECS04 Frhs2[1458]: 6 0 494.588 shouldn't be
2592.29/2599.81	WSVECS04 Frhs2[2060]: 6 0 244.538 shouldn't be
2592.29/2599.81	WSVECS04 Frhs2[2496]: 6 -664 0 shouldn't be
2592.29/2599.81	WSVECS04 Frhs2[2598]: 6 -557 0 shouldn't be
2592.29/2599.81	WSVECS04 Frhs2[2651]: 6 0 584 shouldn't be
2593.60/2601.16	WSVECS04 Frhs2[28]: 6 0 298.5 shouldn't be
2593.60/2601.16	WSVECS04 Frhs2[528]: 6 0 298.5 shouldn't be
2593.60/2601.16	WSVECS04 Frhs2[628]: 6 0 298.5 shouldn't be
2593.60/2601.16	WSVECS04 Frhs2[722]: 6 0 22 shouldn't be
2593.60/2601.16	WSVECS04 Frhs2[974]: 6 0 611.294 shouldn't be
2593.60/2601.16	WSVECS04 Frhs2[1028]: 6 0 298.5 shouldn't be
2593.60/2601.16	WSVECS04 Frhs2[1752]: 6 0 260.088 shouldn't be
2593.60/2601.16	WSVECS04 Frhs2[2261]: 6 0 177 shouldn't be
2593.60/2601.16	WSVECS04 Frhs2[2297]: 6 -315 0 shouldn't be
2593.60/2601.16	WSVECS04 Frhs2[2587]: 6 0 232 shouldn't be
2593.60/2601.16	WSVECS04 Frhs2[2614]: 6 0 1220 shouldn't be
2609.45/2617.08	c #Conflicts:    1271000 | #Constraints:      79926
2609.45/2617.08	c #Conflicts:    1272000 | #Constraints:      80926
2609.45/2617.08	c #Conflicts:    1273000 | #Constraints:      81926
2609.45/2617.08	c #Conflicts:    1274000 | #Constraints:      82926
2609.45/2617.08	c #Conflicts:    1275000 | #Constraints:      83926
2609.45/2617.08	c #Conflicts:    1276000 | #Constraints:      84926
2609.45/2617.08	c #Conflicts:    1277000 | #Constraints:      85926
2609.45/2617.08	c #Conflicts:    1278000 | #Constraints:      86926
2609.45/2617.08	c #Conflicts:    1279000 | #Constraints:      87926
2609.45/2617.08	c INPROCESSING
2609.45/2617.08	c GARBAGE COLLECT
2609.45/2617.08	c rational objective 40264
2611.83/2619.42	c #Conflicts:    1280000 | #Constraints:      66607
2611.83/2619.42	c #Conflicts:    1281000 | #Constraints:      67607
2611.83/2619.42	c #Conflicts:    1282000 | #Constraints:      68607
2611.83/2619.42	c #Conflicts:    1283000 | #Constraints:      69608
2611.83/2619.42	WSVECS04 Frhs2[9]: 6 0 1891.06 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[271]: 6 -1019.97 0 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[320]: 6 0 2317.06 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[430]: 6 0 1373.77 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[440]: 6 -788 0 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[484]: 6 0 34.0273 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[560]: 6 0 747.223 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[581]: 6 0 11.3425 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[582]: 6 0 90.5001 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[584]: 6 0 45.3698 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[588]: 6 0 11.3425 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[611]: 6 -2233 0 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[623]: 6 -63.2879 0 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[656]: 6 -6.81514 0 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[683]: 6 0 68.6576 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[730]: 6 0 1373.77 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[881]: 6 0 179.109 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[883]: 6 0 234.212 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[884]: 6 0 213.137 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[888]: 6 0 179.109 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[901]: 6 -403.878 0 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[930]: 6 0 1373.77 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[978]: 6 -25.5893 0 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[981]: 6 -458.945 0 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[1001]: 6 0 2076.22 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[1005]: 6 0 790.164 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[1032]: 6 0 11.3425 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[1155]: 6 -584 0 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[1574]: 6 0 34.0273 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[1620]: 6 0 2317.06 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[1690]: 6 0 1357.06 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[1819]: 6 -665 0 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[1821]: 6 0 228.122 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[1849]: 6 0 200.122 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[1872]: 6 0 225.122 shouldn't be
2611.83/2619.42	WSVECS04 Frhs2[2524]: 6 0 380.691 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[77]: 6 0 889.753 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[277]: 6 0 889.753 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[377]: 6 0 889.753 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[477]: 6 0 889.753 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[478]: 6 -224.411 0 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[673]: 6 -662 0 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[761]: 6 -69.0001 0 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[777]: 6 0 889.753 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[863]: 6 0 69 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[923]: 6 -733.75 0 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[977]: 6 0 889.753 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[1021]: 6 0 219.695 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[1028]: 6 0 219.695 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[1172]: 6 -724 0 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[1177]: 6 0 889.753 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[1677]: 6 0 889.753 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[1807]: 6 -587 0 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[1851]: 6 0 72 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[1864]: 6 -587 0 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[1870]: 6 0 75 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[2173]: 6 -1090 0 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[2200]: 6 -1380 0 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[2254]: 6 0 255 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[2464]: 6 -646 0 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[2616]: 6 0 97.0001 shouldn't be
2613.44/2621.10	WSVECS04 Frhs2[2689]: 6 0 17 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[82]: 6 0 85.9728 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[234]: 6 -634 0 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[521]: 6 0 63.2878 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[524]: 6 0 63.2879 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[528]: 6 0 63.2879 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[822]: 6 0 283 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[828]: 6 0 283 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[984]: 6 0 34.0274 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[1182]: 6 0 85.9728 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[1251]: 6 -364.815 0 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[1329]: 6 0 103.891 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[1351]: 6 0 182.408 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[1353]: 6 0 182.408 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[1354]: 6 0 182.408 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[1358]: 6 0 182.408 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[1359]: 6 0 182.408 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[1382]: 6 0 85.9728 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[1383]: 6 0 68.6576 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[1384]: 6 0 34.0274 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[1422]: 6 0 51.9455 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[1424]: 6 0 51.9454 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[1482]: 6 0 85.9728 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[1483]: 6 0 68.6576 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[1484]: 6 0 34.0274 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[1573]: 6 0 34.0274 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[1782]: 6 0 85.9728 shouldn't be
2614.93/2622.56	WSVECS04 Frhs2[2444]: 6 0 95.0001 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[282]: 6 0 85.9728 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[283]: 6 0 68.6576 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[284]: 6 0 34.0274 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[523]: 6 0 63.2879 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[525]: 6 0 63.2879 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[531]: 6 0 11.3425 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[533]: 6 0 11.3425 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[535]: 6 0 11.3425 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[538]: 6 0 11.3425 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[551]: 6 0 6.81518 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[553]: 6 0 6.81515 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[555]: 6 0 6.81516 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[558]: 6 0 6.81518 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[578]: 6 0 4.00006 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[711]: 6 0 327 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[715]: 6 0 327 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[821]: 6 0 283 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[823]: 6 0 283 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[861]: 6 0 69.0001 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[982]: 6 0 85.9728 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[1183]: 6 0 68.6576 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[1324]: 6 0 103.891 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[1355]: 6 0 182.408 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[1425]: 6 0 51.9455 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[1572]: 6 0 34.0274 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[2557]: 6 0 369.027 shouldn't be
2617.32/2624.92	WSVECS04 Frhs2[2690]: 6 0 68.0001 shouldn't be
2622.11/2629.73	WSVECS04 Frhs2[1]: 6 0 1891.06 shouldn't be
2622.11/2629.73	WSVECS04 Frhs2[334]: 6 0 641 shouldn't be
2622.11/2629.73	WSVECS04 Frhs2[384]: 6 0 34.0274 shouldn't be
2622.11/2629.73	WSVECS04 Frhs2[482]: 6 0 85.9727 shouldn't be
2622.11/2629.73	WSVECS04 Frhs2[583]: 6 0 80 shouldn't be
2622.11/2629.73	WSVECS04 Frhs2[783]: 6 0 108.794 shouldn't be
2622.11/2629.73	WSVECS04 Frhs2[784]: 6 0 74.164 shouldn't be
2622.11/2629.73	WSVECS04 Frhs2[825]: 6 0 283 shouldn't be
2622.11/2629.73	WSVECS04 Frhs2[1228]: 6 0 301.782 shouldn't be
2622.11/2629.73	WSVECS04 Frhs2[1284]: 6 0 301.527 shouldn't be
2622.11/2629.73	WSVECS04 Frhs2[1420]: 6 0 2317.06 shouldn't be
2622.11/2629.73	WSVECS04 Frhs2[1577]: 6 0 923.78 shouldn't be
2622.11/2629.73	WSVECS04 Frhs2[1828]: 6 -929 0 shouldn't be
2622.11/2629.73	WSVECS04 Frhs2[1848]: 6 -257 0 shouldn't be
2622.11/2629.73	WSVECS04 Frhs2[2344]: 6 0 352 shouldn't be
2622.11/2629.73	WSVECS04 Frhs2[2462]: 6 0 2.00008 shouldn't be
2624.89/2632.58	WSVECS04 Frhs2[360]: 6 0 2177.47 shouldn't be
2624.89/2632.58	WSVECS04 Frhs2[460]: 6 0 2177.47 shouldn't be
2624.89/2632.58	WSVECS04 Frhs2[571]: 6 0 4.00003 shouldn't be
2624.89/2632.58	WSVECS04 Frhs2[787]: 6 0 40.1366 shouldn't be
2624.89/2632.58	WSVECS04 Frhs2[864]: 6 0 69.0001 shouldn't be
2624.89/2632.58	WSVECS04 Frhs2[865]: 6 0 69.0001 shouldn't be
2624.89/2632.58	WSVECS04 Frhs2[890]: 6 0 1604.83 shouldn't be
2624.89/2632.58	WSVECS04 Frhs2[920]: 6 0 2317.06 shouldn't be
2624.89/2632.58	WSVECS04 Frhs2[1038]: 6 0 11.3425 shouldn't be
2624.89/2632.58	WSVECS04 Frhs2[1680]: 6 -86.0001 0 shouldn't be
2624.89/2632.58	WSVECS04 Frhs2[1704]: 6 0 1891.06 shouldn't be
2624.89/2632.58	WSVECS04 Frhs2[2453]: 6 0 153 shouldn't be
2624.89/2632.58	WSVECS04 Frhs2[2473]: 6 -1190 0 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[4]: 6 0 1891.06 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[173]: 6 0 552.973 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[285]: 6 0 85.9727 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[339]: 6 0 641 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[717]: 6 0 327 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[760]: 6 0 2177.47 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[868]: 6 0 69 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[869]: 6 0 69.0001 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[882]: 6 0 265.082 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[960]: 6 0 2177.47 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[1009]: 6 0 2076.22 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[1034]: 6 0 11.3425 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[1224]: 6 0 301.782 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[1283]: 6 0 336.158 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[1320]: 6 0 2317.06 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[1360]: 6 0 2359.88 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[1430]: 6 0 1425.72 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[1460]: 6 0 2177.47 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[1485]: 6 0 85.9728 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[1585]: 6 0 51.9455 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[1630]: 6 0 1373.77 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[1701]: 6 0 1891.06 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[1805]: 6 -521 0 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[1808]: 6 -467 0 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[2180]: 6 -80.0001 0 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[2203]: 6 -1190 0 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[2204]: 6 -1060 0 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[2239]: 6 -311 0 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[2377]: 6 -605 0 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[2428]: 6 -24.0001 0 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[2437]: 6 -587 0 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[2452]: 6 -1020 0 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[2628]: 6 -741 0 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[2630]: 6 -80.0001 0 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[2644]: 6 -646 0 shouldn't be
2625.79/2633.48	WSVECS04 Frhs2[2697]: 6 -123 0 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[175]: 6 0 552.973 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[330]: 6 0 1373.77 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[331]: 6 0 641 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[333]: 6 0 641 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[335]: 6 0 641 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[534]: 6 0 11.3425 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[573]: 6 0 4.00005 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[575]: 6 0 4.0001 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[713]: 6 0 327 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[718]: 6 0 327 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[820]: 6 0 2317.06 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[830]: 6 0 1656.77 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[870]: 6 0 69.0001 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[1085]: 6 0 474.555 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[1282]: 6 0 353.473 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[1287]: 6 0 262.891 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[1776]: 6 0 86 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[1810]: 6 -745 0 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[2190]: 6 -380 0 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[2214]: 6 -451 0 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[2287]: 6 -605 0 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[2429]: 6 0 164 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[2442]: 6 -337 0 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[2658]: 6 -257 0 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[2668]: 6 -622 0 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[2682]: 6 -86 0 shouldn't be
2627.69/2635.36	WSVECS04 Frhs2[2699]: 6 0 242 shouldn't be
2630.28/2637.91	WSVECS04 Frhs2[336]: 6 0 629.658 shouldn't be
2630.28/2637.91	WSVECS04 Frhs2[382]: 6 0 85.9727 shouldn't be
2630.28/2637.91	WSVECS04 Frhs2[385]: 6 0 85.9727 shouldn't be
2630.28/2637.91	WSVECS04 Frhs2[420]: 6 0 2317.06 shouldn't be
2630.28/2637.91	WSVECS04 Frhs2[1084]: 6 0 422.609 shouldn't be
2630.28/2637.91	WSVECS04 Frhs2[1221]: 6 0 301.782 shouldn't be
2630.28/2637.91	WSVECS04 Frhs2[1328]: 6 0 103.891 shouldn't be
2630.28/2637.91	WSVECS04 Frhs2[1575]: 6 0 34.0273 shouldn't be
2630.28/2637.91	WSVECS04 Frhs2[1660]: 6 0 2177.47 shouldn't be
2630.28/2637.91	WSVECS04 Frhs2[1773]: 6 0 86 shouldn't be
2630.28/2637.91	WSVECS04 Frhs2[1783]: 6 0 68.6577 shouldn't be
2630.28/2637.91	WSVECS04 Frhs2[2215]: 6 -370 0 shouldn't be
2633.27/2640.93	WSVECS04 Frhs2[682]: 6 0 85.9728 shouldn't be
2633.27/2640.93	WSVECS04 Frhs2[824]: 6 0 283 shouldn't be
2633.27/2640.93	WSVECS04 Frhs2[1004]: 6 0 2076.22 shouldn't be
2633.27/2640.93	WSVECS04 Frhs2[1031]: 6 0 11.3425 shouldn't be
2633.27/2640.93	WSVECS04 Frhs2[1321]: 6 0 103.891 shouldn't be
2633.27/2640.93	WSVECS04 Frhs2[1576]: 6 0 34.0273 shouldn't be
2633.27/2640.93	WSVECS04 Frhs2[1775]: 6 0 86 shouldn't be
2633.27/2640.93	WSVECS04 Frhs2[1879]: 6 0 14 shouldn't be
2636.47/2644.19	WSVECS04 Frhs2[860]: 6 0 2177.47 shouldn't be
2636.47/2644.19	WSVECS04 Frhs2[1082]: 6 0 474.555 shouldn't be
2636.47/2644.19	WSVECS04 Frhs2[1083]: 6 0 457.24 shouldn't be
2636.47/2644.19	WSVECS04 Frhs2[1226]: 6 0 197.891 shouldn't be
2636.47/2644.19	WSVECS04 Frhs2[1352]: 6 0 182.408 shouldn't be
2636.47/2644.19	WSVECS04 Frhs2[1490]: 6 0 1425.72 shouldn't be
2639.05/2646.77	WSVECS04 Frhs2[84]: 6 0 34.0274 shouldn't be
2639.05/2646.77	WSVECS04 Frhs2[337]: 6 0 641 shouldn't be
2639.05/2646.77	WSVECS04 Frhs2[790]: 6 0 1465.86 shouldn't be
2639.05/2646.77	WSVECS04 Frhs2[1286]: 6 0 267.5 shouldn't be
2639.05/2646.77	WSVECS04 Frhs2[1390]: 6 0 1425.72 shouldn't be
2639.05/2646.77	WSVECS04 Frhs2[1428]: 6 0 51.9454 shouldn't be
2639.05/2646.77	WSVECS04 Frhs2[1708]: 6 0 1891.06 shouldn't be
2639.05/2646.77	WSVECS04 Frhs2[1772]: 6 0 86.0001 shouldn't be
2639.05/2646.77	WSVECS04 Frhs2[2164]: 6 -605 0 shouldn't be
2641.74/2649.46	WSVECS04 Frhs2[8]: 6 0 1891.06 shouldn't be
2641.74/2649.46	WSVECS04 Frhs2[174]: 6 0 552.973 shouldn't be
2641.74/2649.46	WSVECS04 Frhs2[383]: 6 0 68.6577 shouldn't be
2641.74/2649.46	WSVECS04 Frhs2[579]: 6 0 4.00003 shouldn't be
2641.74/2649.46	WSVECS04 Frhs2[1421]: 6 0 51.9455 shouldn't be
2644.83/2652.51	WSVECS04 Frhs2[176]: 6 0 552.973 shouldn't be
2644.83/2652.51	WSVECS04 Frhs2[685]: 6 0 85.9728 shouldn't be
2644.83/2652.51	WSVECS04 Frhs2[1088]: 6 0 388.582 shouldn't be
2644.83/2652.51	WSVECS04 Frhs2[1227]: 6 0 249.836 shouldn't be
2644.83/2652.51	WSVECS04 Frhs2[1385]: 6 0 85.9727 shouldn't be
2648.22/2655.95	WSVECS04 Frhs2[1035]: 6 0 11.3425 shouldn't be
2651.32/2659.06	WSVECS04 Frhs2[172]: 6 0 552.973 shouldn't be
2651.32/2659.06	WSVECS04 Frhs2[177]: 6 0 1442.73 shouldn't be
2651.32/2659.06	WSVECS04 Frhs2[862]: 6 0 69 shouldn't be
2651.32/2659.06	WSVECS04 Frhs2[1002]: 6 0 2076.22 shouldn't be
2651.32/2659.06	WSVECS04 Frhs2[1702]: 6 0 1891.06 shouldn't be
2651.32/2659.06	WSVECS04 Frhs2[1784]: 6 0 34.0274 shouldn't be
2654.10/2661.81	WSVECS04 Frhs2[390]: 6 0 1425.72 shouldn't be
2654.10/2661.81	WSVECS04 Frhs2[490]: 6 0 1425.72 shouldn't be
2654.10/2661.81	WSVECS04 Frhs2[574]: 6 0 4.00003 shouldn't be
2654.10/2661.81	WSVECS04 Frhs2[877]: 6 0 889.753 shouldn't be
2654.10/2661.81	WSVECS04 Frhs2[1081]: 6 0 388.582 shouldn't be
2654.10/2661.81	WSVECS04 Frhs2[1377]: 6 0 889.753 shouldn't be
2654.10/2661.81	WSVECS04 Frhs2[1477]: 6 0 889.753 shouldn't be
2656.99/2664.74	WSVECS04 Frhs2[1003]: 6 0 2076.22 shouldn't be
2656.99/2664.74	WSVECS04 Frhs2[1325]: 6 0 103.891 shouldn't be
2660.68/2668.43	WSVECS04 Frhs2[781]: 6 0 40.1366 shouldn't be
2660.68/2668.43	WSVECS04 Frhs2[788]: 6 0 40.1366 shouldn't be
2660.68/2668.43	WSVECS04 Frhs2[985]: 6 0 85.9727 shouldn't be
2660.68/2668.43	WSVECS04 Frhs2[1006]: 6 0 2076.22 shouldn't be
2660.68/2668.43	WSVECS04 Frhs2[1281]: 6 0 267.5 shouldn't be
2663.57/2671.30	WSVECS04 Frhs2[83]: 6 0 68.6576 shouldn't be
2663.57/2671.30	WSVECS04 Frhs2[554]: 6 0 6.81521 shouldn't be
2663.57/2671.30	WSVECS04 Frhs2[1185]: 6 0 85.9728 shouldn't be
2666.46/2674.28	WSVECS04 Frhs2[1777]: 6 0 975.753 shouldn't be
2666.46/2674.28	WSVECS04 Frhs2[1874]: 6 -871 0 shouldn't be
2669.75/2677.50	WSVECS04 Frhs2[1774]: 6 0 86.0001 shouldn't be
2672.15/2679.96	WSVECS04 Frhs2[782]: 6 0 126.109 shouldn't be
2672.15/2679.96	WSVECS04 Frhs2[990]: 6 0 1425.72 shouldn't be
2672.15/2679.96	WSVECS04 Frhs2[1024]: 6 0 219.695 shouldn't be
2675.44/2683.29	WSVECS04 Frhs2[485]: 6 0 85.9728 shouldn't be
2675.44/2683.29	WSVECS04 Frhs2[1703]: 6 0 1891.06 shouldn't be
2677.92/2685.74	WSVECS04 Frhs2[3]: 6 0 1891.06 shouldn't be
2677.92/2685.74	WSVECS04 Frhs2[483]: 6 0 68.6577 shouldn't be
2677.92/2685.74	WSVECS04 Frhs2[677]: 6 0 889.753 shouldn't be
2677.92/2685.74	WSVECS04 Frhs2[2229]: 6 -410 0 shouldn't be
2680.02/2687.86	WSVECS04 Frhs2[885]: 6 0 265.082 shouldn't be
2680.02/2687.86	WSVECS04 Frhs2[983]: 6 0 68.6577 shouldn't be
2680.02/2687.86	WSVECS04 Frhs2[1812]: 6 0 271.122 shouldn't be
2682.62/2690.45	WSVECS04 Frhs2[340]: 6 0 641 shouldn't be
2688.90/2696.79	WSVECS04 Frhs2[785]: 6 0 126.109 shouldn't be
2697.07/2704.95	WSVECS04 Frhs2[1022]: 6 0 219.695 shouldn't be
2697.07/2704.95	WSVECS04 Frhs2[1277]: 6 0 889.753 shouldn't be
2697.07/2704.95	WSVECS04 Frhs2[1288]: 6 0 267.5 shouldn't be
2702.95/2710.83	WSVECS04 Frhs2[1571]: 6 0 34.0274 shouldn't be
2705.75/2713.60	WSVECS04 Frhs2[1025]: 6 0 219.695 shouldn't be
2708.43/2716.35	WSVECS04 Frhs2[2]: 6 0 1891.06 shouldn't be
2711.23/2719.14	WSVECS04 Frhs2[1771]: 6 0 86.0001 shouldn't be
2713.91/2721.82	WSVECS04 Frhs2[585]: 6 0 97.3152 shouldn't be
2724.48/2732.43	WSVECS04 Frhs2[720]: 6 0 2644.06 shouldn't be
2724.48/2732.43	WSVECS04 Frhs2[1706]: 6 0 1891.06 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[1]: 6 0 1891.06 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[2]: 6 0 1891.06 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[3]: 6 0 1891.06 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[84]: 6 0 34.0273 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[330]: 6 0 1373.77 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[334]: 6 0 641 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[336]: 6 0 629.658 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[430]: 6 0 1373.77 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[440]: 6 -788 0 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[484]: 6 0 34.0273 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[534]: 6 0 11.3424 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[560]: 6 0 747.223 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[611]: 6 -2233 0 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[623]: 6 -63.2878 0 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[673]: 6 -662 0 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[761]: 6 -69 0 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[830]: 6 0 1656.77 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[883]: 6 0 234.212 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[901]: 6 -403.878 0 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[923]: 6 -733.75 0 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[930]: 6 0 1373.77 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[960]: 6 0 2177.47 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[978]: 6 -25.5893 0 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[981]: 6 -458.945 0 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[1001]: 6 0 2076.22 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[1155]: 6 -584 0 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[1172]: 6 -724 0 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[1177]: 6 0 889.753 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[1251]: 6 -364.815 0 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[1384]: 6 0 34.0273 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[1390]: 6 0 1425.72 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[1420]: 6 0 2317.06 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[1490]: 6 0 1425.72 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[1573]: 6 0 34.0273 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[1577]: 6 0 923.78 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[1630]: 6 0 1373.77 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[1680]: 6 -86 0 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[1690]: 6 0 1357.06 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[1701]: 6 0 1891.06 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[1784]: 6 0 34.0273 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[1819]: 6 -665 0 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[1821]: 6 0 228.122 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[1849]: 6 0 200.122 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[2254]: 6 0 255 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[2524]: 6 0 380.691 shouldn't be
2727.48/2735.43	WSVECS04 Frhs2[2557]: 6 0 369.027 shouldn't be
2729.26/2737.25	WSVECS04 Frhs2[8]: 6 0 1891.06 shouldn't be
2729.26/2737.25	WSVECS04 Frhs2[271]: 6 -1019.97 0 shouldn't be
2729.26/2737.25	WSVECS04 Frhs2[579]: 6 0 4 shouldn't be
2729.26/2737.25	WSVECS04 Frhs2[730]: 6 0 1373.77 shouldn't be
2729.26/2737.25	WSVECS04 Frhs2[790]: 6 0 1465.86 shouldn't be
2729.26/2737.25	WSVECS04 Frhs2[870]: 6 0 69 shouldn't be
2729.26/2737.25	WSVECS04 Frhs2[1082]: 6 0 474.555 shouldn't be
2729.26/2737.25	WSVECS04 Frhs2[1353]: 6 0 182.408 shouldn't be
2729.26/2737.25	WSVECS04 Frhs2[1807]: 6 -587 0 shouldn't be
2729.26/2737.25	WSVECS04 Frhs2[1879]: 6 0 14 shouldn't be
2729.26/2737.25	WSVECS04 Frhs2[2344]: 6 0 352 shouldn't be
2729.26/2737.25	WSVECS04 Frhs2[2442]: 6 -337 0 shouldn't be
2729.26/2737.25	WSVECS04 Frhs2[2452]: 6 -1020 0 shouldn't be
2729.26/2737.25	WSVECS04 Frhs2[2630]: 6 -80 0 shouldn't be
2729.26/2737.25	WSVECS04 Frhs2[2644]: 6 -646 0 shouldn't be
2729.26/2737.25	WSVECS04 Frhs2[2668]: 6 -622 0 shouldn't be
2729.26/2737.25	WSVECS04 Frhs2[2682]: 6 -86 0 shouldn't be
2729.26/2737.25	WSVECS04 Frhs2[2697]: 6 -123 0 shouldn't be
2729.26/2737.25	WSVECS04 Frhs2[2699]: 6 0 242 shouldn't be
2731.76/2739.77	WSVECS04 Frhs2[582]: 6 0 90.5 shouldn't be
2731.76/2739.77	WSVECS04 Frhs2[588]: 6 0 11.3424 shouldn't be
2731.76/2739.77	WSVECS04 Frhs2[683]: 6 0 68.6576 shouldn't be
2731.76/2739.77	WSVECS04 Frhs2[783]: 6 0 108.794 shouldn't be
2731.76/2739.77	WSVECS04 Frhs2[785]: 6 0 126.109 shouldn't be
2731.76/2739.77	WSVECS04 Frhs2[787]: 6 0 40.1366 shouldn't be
2731.76/2739.77	WSVECS04 Frhs2[1227]: 6 0 249.836 shouldn't be
2731.76/2739.77	WSVECS04 Frhs2[1483]: 6 0 68.6576 shouldn't be
2731.76/2739.77	WSVECS04 Frhs2[1484]: 6 0 34.0273 shouldn't be
2731.76/2739.77	WSVECS04 Frhs2[2464]: 6 -646 0 shouldn't be
2731.76/2739.77	WSVECS04 Frhs2[2658]: 6 -257 0 shouldn't be
2735.06/2743.09	WSVECS04 Frhs2[9]: 6 0 1891.06 shouldn't be
2735.06/2743.09	WSVECS04 Frhs2[390]: 6 0 1425.72 shouldn't be
2735.06/2743.09	WSVECS04 Frhs2[478]: 6 -224.411 0 shouldn't be
2735.06/2743.09	WSVECS04 Frhs2[533]: 6 0 11.3424 shouldn't be
2735.06/2743.09	WSVECS04 Frhs2[578]: 6 0 4 shouldn't be
2735.06/2743.09	WSVECS04 Frhs2[656]: 6 -6.81513 0 shouldn't be
2735.06/2743.09	WSVECS04 Frhs2[682]: 6 0 85.9727 shouldn't be
2735.06/2743.09	WSVECS04 Frhs2[861]: 6 0 69 shouldn't be
2735.06/2743.09	WSVECS04 Frhs2[863]: 6 0 69 shouldn't be
2735.06/2743.09	WSVECS04 Frhs2[890]: 6 0 1604.83 shouldn't be
2735.06/2743.09	WSVECS04 Frhs2[984]: 6 0 34.0273 shouldn't be
2735.06/2743.09	WSVECS04 Frhs2[1775]: 6 0 86 shouldn't be
2735.06/2743.09	WSVECS04 Frhs2[1874]: 6 -871 0 shouldn't be
2735.06/2743.09	WSVECS04 Frhs2[2173]: 6 -1090 0 shouldn't be
2735.06/2743.09	WSVECS04 Frhs2[2190]: 6 -380 0 shouldn't be
2735.06/2743.09	WSVECS04 Frhs2[2239]: 6 -311 0 shouldn't be
2735.06/2743.09	WSVECS04 Frhs2[2287]: 6 -605 0 shouldn't be
2735.06/2743.09	WSVECS04 Frhs2[2462]: 6 0 2 shouldn't be
2742.13/2750.18	c #Conflicts:    1284000 | #Constraints:      70608
2742.13/2750.18	c #Conflicts:    1285000 | #Constraints:      71608
2742.13/2750.18	c #Conflicts:    1286000 | #Constraints:      72608
2742.13/2750.18	c #Conflicts:    1287000 | #Constraints:      73608
2742.13/2750.18	c #Conflicts:    1288000 | #Constraints:      74608
2742.13/2750.18	c #Conflicts:    1289000 | #Constraints:      75608
2742.13/2750.18	c #Conflicts:    1290000 | #Constraints:      76608
2742.13/2750.18	c #Conflicts:    1291000 | #Constraints:      77608
2742.13/2750.18	c #Conflicts:    1292000 | #Constraints:      78608
2742.13/2750.18	c #Conflicts:    1293000 | #Constraints:      79608
2742.13/2750.18	c #Conflicts:    1294000 | #Constraints:      80608
2742.13/2750.18	c #Conflicts:    1295000 | #Constraints:      81608
2742.13/2750.18	c #Conflicts:    1296000 | #Constraints:      82608
2742.13/2750.18	c #Conflicts:    1297000 | #Constraints:      83608
2742.13/2750.18	c #Conflicts:    1298000 | #Constraints:      84608
2742.13/2750.18	c #Conflicts:    1299000 | #Constraints:      85608
2742.13/2750.18	c #Conflicts:    1300000 | #Constraints:      86608
2742.13/2750.18	c #Conflicts:    1301000 | #Constraints:      87608
2742.13/2750.18	c #Conflicts:    1302000 | #Constraints:      88608
2742.13/2750.18	c INPROCESSING
2742.13/2750.18	c GARBAGE COLLECT
2742.13/2750.18	c rational objective 40264
2781.21/2789.37	c #Conflicts:    1303000 | #Constraints:      66961
2781.21/2789.37	c #Conflicts:    1304000 | #Constraints:      67961
2781.21/2789.37	c #Conflicts:    1305000 | #Constraints:      68961
2781.21/2789.37	c #Conflicts:    1306000 | #Constraints:      69961
2781.21/2789.37	c #Conflicts:    1307000 | #Constraints:      70961
2781.21/2789.37	c #Conflicts:    1308000 | #Constraints:      71961
2781.21/2789.37	c #Conflicts:    1309000 | #Constraints:      72961
2781.21/2789.37	c #Conflicts:    1310000 | #Constraints:      73961
2781.21/2789.37	c #Conflicts:    1311000 | #Constraints:      74961
2781.21/2789.37	c #Conflicts:    1312000 | #Constraints:      75961
2781.21/2789.37	c #Conflicts:    1313000 | #Constraints:      76961
2781.21/2789.37	c #Conflicts:    1314000 | #Constraints:      77961
2781.21/2789.37	c #Conflicts:    1315000 | #Constraints:      78961
2781.21/2789.37	c #Conflicts:    1316000 | #Constraints:      79961
2781.21/2789.37	c #Conflicts:    1317000 | #Constraints:      80961
2781.21/2789.37	c #Conflicts:    1318000 | #Constraints:      81961
2781.21/2789.37	c #Conflicts:    1319000 | #Constraints:      82961
2781.21/2789.37	c #Conflicts:    1320000 | #Constraints:      83961
2781.21/2789.37	c #Conflicts:    1321000 | #Constraints:      84961
2781.21/2789.37	c #Conflicts:    1322000 | #Constraints:      85961
2781.21/2789.37	c #Conflicts:    1323000 | #Constraints:      86961
2781.21/2789.37	c #Conflicts:    1324000 | #Constraints:      87961
2781.21/2789.37	c #Conflicts:    1325000 | #Constraints:      88961
2781.21/2789.37	c INPROCESSING
2781.21/2789.37	c GARBAGE COLLECT
2781.21/2789.37	c rational objective 40264
2793.58/2801.75	c #Conflicts:    1326000 | #Constraints:      67170
2793.58/2801.75	c #Conflicts:    1327000 | #Constraints:      68170
2793.58/2801.75	c #Conflicts:    1328000 | #Constraints:      69170
2793.58/2801.75	c #Conflicts:    1329000 | #Constraints:      70170
2793.58/2801.75	c #Conflicts:    1330000 | #Constraints:      71170
2793.58/2801.75	c #Conflicts:    1331000 | #Constraints:      72170
2793.58/2801.75	c #Conflicts:    1332000 | #Constraints:      73170
2793.58/2801.75	c #Conflicts:    1333000 | #Constraints:      74170
2793.58/2801.75	c #Conflicts:    1334000 | #Constraints:      75170
2793.58/2801.75	c #Conflicts:    1335000 | #Constraints:      76170
2793.58/2801.75	c #Conflicts:    1336000 | #Constraints:      77170
2793.58/2801.75	c #Conflicts:    1337000 | #Constraints:      78170
2793.58/2801.75	c #Conflicts:    1338000 | #Constraints:      79170
2793.58/2801.75	c #Conflicts:    1339000 | #Constraints:      80170
2793.58/2801.75	c #Conflicts:    1340000 | #Constraints:      81170
2793.58/2801.75	c #Conflicts:    1341000 | #Constraints:      82170
2793.58/2801.75	c #Conflicts:    1342000 | #Constraints:      83170
2793.58/2801.75	c #Conflicts:    1343000 | #Constraints:      84170
2793.58/2801.75	c #Conflicts:    1344000 | #Constraints:      85170
2793.58/2801.75	c #Conflicts:    1345000 | #Constraints:      86170
2793.58/2801.75	c #Conflicts:    1346000 | #Constraints:      87170
2793.58/2801.75	c #Conflicts:    1347000 | #Constraints:      88170
2793.58/2801.75	c #Conflicts:    1348000 | #Constraints:      89170
2793.58/2801.75	c INPROCESSING
2793.58/2801.75	c GARBAGE COLLECT
2793.58/2801.75	c rational objective 40264
2936.78/2945.39	c #Conflicts:    1349000 | #Constraints:      67188
2936.78/2945.39	c #Conflicts:    1350000 | #Constraints:      68188
2936.78/2945.39	c #Conflicts:    1351000 | #Constraints:      69188
2936.78/2945.39	c #Conflicts:    1352000 | #Constraints:      70188
2936.78/2945.39	c #Conflicts:    1353000 | #Constraints:      71188
2936.78/2945.39	c #Conflicts:    1354000 | #Constraints:      72188
2936.78/2945.39	c #Conflicts:    1355000 | #Constraints:      73188
2936.78/2945.39	c #Conflicts:    1356000 | #Constraints:      74188
2936.78/2945.39	c #Conflicts:    1357000 | #Constraints:      75188
2936.78/2945.39	c #Conflicts:    1358000 | #Constraints:      76188
2936.78/2945.39	c #Conflicts:    1359000 | #Constraints:      77188
2936.78/2945.39	c #Conflicts:    1360000 | #Constraints:      78188
2936.78/2945.39	c #Conflicts:    1361000 | #Constraints:      79188
2936.78/2945.39	c #Conflicts:    1362000 | #Constraints:      80188
2936.78/2945.39	c #Conflicts:    1363000 | #Constraints:      81188
2936.78/2945.39	c #Conflicts:    1364000 | #Constraints:      82188
2936.78/2945.39	c #Conflicts:    1365000 | #Constraints:      83188
2936.78/2945.39	c #Conflicts:    1366000 | #Constraints:      84188
2936.78/2945.39	c #Conflicts:    1367000 | #Constraints:      85188
2936.78/2945.39	c #Conflicts:    1368000 | #Constraints:      86188
2936.78/2945.39	c #Conflicts:    1369000 | #Constraints:      87188
2936.78/2945.39	c #Conflicts:    1370000 | #Constraints:      88188
2936.78/2945.39	c #Conflicts:    1371000 | #Constraints:      89188
2936.78/2945.39	c INPROCESSING
2936.78/2945.39	c GARBAGE COLLECT
2936.78/2945.39	c rational objective 40264
2959.83/2968.46	c #Conflicts:    1372000 | #Constraints:      66946
2959.83/2968.46	c #Conflicts:    1373000 | #Constraints:      67946
2959.83/2968.46	c #Conflicts:    1374000 | #Constraints:      68946
2959.83/2968.46	c #Conflicts:    1375000 | #Constraints:      69946
2959.83/2968.46	c #Conflicts:    1376000 | #Constraints:      70946
2959.83/2968.46	c #Conflicts:    1377000 | #Constraints:      71946
2959.83/2968.46	c #Conflicts:    1378000 | #Constraints:      72946
2959.83/2968.46	c #Conflicts:    1379000 | #Constraints:      73946
2959.83/2968.46	c #Conflicts:    1380000 | #Constraints:      74946
2959.83/2968.46	c #Conflicts:    1381000 | #Constraints:      75946
2959.83/2968.46	c #Conflicts:    1382000 | #Constraints:      76946
2959.83/2968.46	c #Conflicts:    1383000 | #Constraints:      77946
2959.83/2968.46	c #Conflicts:    1384000 | #Constraints:      78946
2959.83/2968.46	c #Conflicts:    1385000 | #Constraints:      79946
2959.83/2968.46	c #Conflicts:    1386000 | #Constraints:      80946
2959.83/2968.46	c #Conflicts:    1387000 | #Constraints:      81946
2959.83/2968.46	c #Conflicts:    1388000 | #Constraints:      82946
2959.83/2968.46	c #Conflicts:    1389000 | #Constraints:      83946
2959.83/2968.46	c #Conflicts:    1390000 | #Constraints:      84946
2959.83/2968.46	c #Conflicts:    1391000 | #Constraints:      85946
2959.83/2968.46	c #Conflicts:    1392000 | #Constraints:      86946
2959.83/2968.46	c #Conflicts:    1393000 | #Constraints:      87946
2959.83/2968.46	c #Conflicts:    1394000 | #Constraints:      88946
2959.83/2968.46	c #Conflicts:    1395000 | #Constraints:      89946
2959.83/2968.46	c INPROCESSING
2959.83/2968.46	c GARBAGE COLLECT
2959.83/2968.46	c rational objective 40264
2964.61/2973.23	c #Conflicts:    1396000 | #Constraints:      67600
2964.61/2973.23	c #Conflicts:    1397000 | #Constraints:      68600
2964.61/2973.23	c #Conflicts:    1398000 | #Constraints:      69600
2964.61/2973.23	c #Conflicts:    1399000 | #Constraints:      70600
2964.61/2973.23	c #Conflicts:    1400000 | #Constraints:      71600
2964.61/2973.23	c #Conflicts:    1401000 | #Constraints:      72600
2964.61/2973.23	c #Conflicts:    1402000 | #Constraints:      73600
2964.61/2973.23	c #Conflicts:    1403000 | #Constraints:      74600
2964.61/2973.23	c #Conflicts:    1404000 | #Constraints:      75600
2964.61/2973.23	c #Conflicts:    1405000 | #Constraints:      76600
2964.61/2973.23	c #Conflicts:    1406000 | #Constraints:      77600
2964.61/2973.23	c #Conflicts:    1407000 | #Constraints:      78600
2964.61/2973.23	c #Conflicts:    1408000 | #Constraints:      79600
2964.61/2973.23	c #Conflicts:    1409000 | #Constraints:      80600
2964.61/2973.23	c #Conflicts:    1410000 | #Constraints:      81600
2964.61/2973.23	WSVECS04 Frhs2[162]: 6 0 27.7119 shouldn't be
2964.61/2973.23	WSVECS04 Frhs2[164]: 6 0 27.7119 shouldn't be
2964.61/2973.23	WSVECS04 Frhs2[211]: 6 0 420 shouldn't be
2964.61/2973.23	WSVECS04 Frhs2[323]: 6 -1649.81 0 shouldn't be
2964.61/2973.23	WSVECS04 Frhs2[363]: 6 0 44.339 shouldn't be
2964.61/2973.23	WSVECS04 Frhs2[383]: 6 0 70.0001 shouldn't be
2964.61/2973.23	WSVECS04 Frhs2[391]: 6 0 420 shouldn't be
2964.61/2973.23	WSVECS04 Frhs2[426]: 6 0 776 shouldn't be
2964.61/2973.23	WSVECS04 Frhs2[429]: 6 0 782 shouldn't be
2964.61/2973.23	WSVECS04 Frhs2[525]: 6 -7034.03 0 shouldn't be
2964.61/2973.23	WSVECS04 Frhs2[563]: 6 0 44.3391 shouldn't be
2964.61/2973.23	WSVECS04 Frhs2[729]: 6 0 16.8123 shouldn't be
2964.61/2973.23	WSVECS04 Frhs2[948]: 6 0 97 shouldn't be
2964.61/2973.23	WSVECS04 Frhs2[950]: 6 0 0.246715 shouldn't be
2964.61/2973.23	WSVECS04 Frhs2[1021]: 6 0 125.154 shouldn't be
2964.61/2973.23	WSVECS04 Frhs2[1295]: 6 0 36.2599 shouldn't be
2964.61/2973.23	WSVECS04 Frhs2[1348]: 6 0 60.4934 shouldn't be
2964.61/2973.23	WSVECS04 Frhs2[1767]: 6 -125.085 0 shouldn't be
2964.61/2973.23	WSVECS04 Frhs2[2491]: 6 -250 0 shouldn't be
2964.61/2973.23	WSVECS04 Frhs2[2501]: 6 -260 0 shouldn't be
2965.91/2974.58	WSVECS04 Frhs2[112]: 6 -39.0001 0 shouldn't be
2965.91/2974.58	WSVECS04 Frhs2[231]: 6 0 420 shouldn't be
2965.91/2974.58	WSVECS04 Frhs2[329]: 6 0 6.00006 shouldn't be
2965.91/2974.58	WSVECS04 Frhs2[368]: 6 0 11.0848 shouldn't be
2965.91/2974.58	WSVECS04 Frhs2[529]: 6 0 6.00009 shouldn't be
2965.91/2974.58	WSVECS04 Frhs2[748]: 6 0 96.7534 shouldn't be
2965.91/2974.58	WSVECS04 Frhs2[929]: 6 0 6.00009 shouldn't be
2965.91/2974.58	WSVECS04 Frhs2[962]: 6 0 16.6272 shouldn't be
2965.91/2974.58	WSVECS04 Frhs2[970]: 6 0 16.6271 shouldn't be
2965.91/2974.58	WSVECS04 Frhs2[1062]: 6 0 16.6271 shouldn't be
2965.91/2974.58	WSVECS04 Frhs2[1121]: 6 0 125.154 shouldn't be
2965.91/2974.58	WSVECS04 Frhs2[1611]: 6 0 420 shouldn't be
2965.91/2974.58	WSVECS04 Frhs2[1681]: 6 0 420 shouldn't be
2965.91/2974.58	WSVECS04 Frhs2[2344]: 6 -605 0 shouldn't be
2967.52/2976.13	WSVECS04 Frhs2[968]: 6 0 27.7119 shouldn't be
2967.52/2976.13	WSVECS04 Frhs2[1068]: 6 0 27.7119 shouldn't be
2967.52/2976.13	WSVECS04 Frhs2[1115]: 6 0 31.0001 shouldn't be
2967.52/2976.13	WSVECS04 Frhs2[1212]: 6 -155 0 shouldn't be
2967.52/2976.13	WSVECS04 Frhs2[1329]: 6 0 6.00009 shouldn't be
2967.52/2976.13	WSVECS04 Frhs2[1368]: 6 0 11.0848 shouldn't be
2967.52/2976.13	WSVECS04 Frhs2[1629]: 6 0 6.00001 shouldn't be
2967.52/2976.13	WSVECS04 Frhs2[1691]: 6 0 420 shouldn't be
2967.52/2976.13	WSVECS04 Frhs2[1763]: 6 0 60.9661 shouldn't be
2967.52/2976.13	WSVECS04 Frhs2[1768]: 6 0 27.7119 shouldn't be
2967.52/2976.13	WSVECS04 Frhs2[1770]: 6 0 16.6272 shouldn't be
2967.52/2976.13	WSVECS04 Frhs2[2377]: 6 0 352 shouldn't be
2967.52/2976.13	WSVECS04 Frhs2[2434]: 6 -605 0 shouldn't be
2967.52/2976.13	WSVECS04 Frhs2[2441]: 6 -80.0001 0 shouldn't be
2969.60/2978.21	WSVECS04 Frhs2[1064]: 6 0 16.6272 shouldn't be
2969.60/2978.21	WSVECS04 Frhs2[1552]: 6 0 6.00002 shouldn't be
2969.60/2978.21	WSVECS04 Frhs2[1553]: 6 0 6.00009 shouldn't be
2969.60/2978.21	WSVECS04 Frhs2[1554]: 6 0 6.00001 shouldn't be
2969.60/2978.21	WSVECS04 Frhs2[1558]: 6 0 6.00007 shouldn't be
2969.60/2978.21	WSVECS04 Frhs2[2453]: 6 -257 0 shouldn't be
2972.41/2981.07	WSVECS04 Frhs2[129]: 6 0 6.00002 shouldn't be
2972.41/2981.07	WSVECS04 Frhs2[281]: 6 0 420 shouldn't be
2972.41/2981.07	WSVECS04 Frhs2[491]: 6 0 420 shouldn't be
2972.41/2981.07	WSVECS04 Frhs2[1015]: 6 0 172 shouldn't be
2972.41/2981.07	WSVECS04 Frhs2[1091]: 6 0 420 shouldn't be
2972.41/2981.07	WSVECS04 Frhs2[1131]: 6 0 420 shouldn't be
2972.41/2981.07	WSVECS04 Frhs2[1762]: 6 0 16.6271 shouldn't be
2972.41/2981.07	WSVECS04 Frhs2[1927]: 6 0 508 shouldn't be
2972.41/2981.07	WSVECS04 Frhs2[2464]: 6 -646 0 shouldn't be
2972.41/2981.07	WSVECS04 Frhs2[2482]: 6 -410 0 shouldn't be
2972.41/2981.07	WSVECS04 Frhs2[2495]: 6 -712 0 shouldn't be
2980.77/2989.47	c #Conflicts:    1411000 | #Constraints:      82600
2980.77/2989.47	c #Conflicts:    1412000 | #Constraints:      83600
2980.77/2989.47	c #Conflicts:    1413000 | #Constraints:      84600
2980.77/2989.47	c #Conflicts:    1414000 | #Constraints:      85600
2980.77/2989.47	c #Conflicts:    1415000 | #Constraints:      86600
2980.77/2989.47	c #Conflicts:    1416000 | #Constraints:      87600
2980.77/2989.47	c #Conflicts:    1417000 | #Constraints:      88600
2980.77/2989.47	c #Conflicts:    1418000 | #Constraints:      89600
2980.77/2989.47	c #Conflicts:    1419000 | #Constraints:      90600
2980.77/2989.47	c INPROCESSING
2980.77/2989.47	c GARBAGE COLLECT
2980.77/2989.47	c rational objective 40264
2982.66/2991.34	c #Conflicts:    1420000 | #Constraints:      67997
2982.66/2991.34	c #Conflicts:    1421000 | #Constraints:      68997
2982.66/2991.34	c #Conflicts:    1422000 | #Constraints:      69997
2982.66/2991.34	c #Conflicts:    1423000 | #Constraints:      70997
2982.66/2991.34	c #Conflicts:    1424000 | #Constraints:      71997
2982.66/2991.34	c #Conflicts:    1425000 | #Constraints:      72998
2982.66/2991.34	WSVECS04 Frhs2[5]: 6 0 4855.75 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[59]: 6 0 225 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[115]: 6 0 4761.75 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[119]: 6 0 992 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[169]: 6 0 225 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[201]: 6 -716 0 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[202]: 6 0 337 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[203]: 6 0 1963 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[204]: 6 0 292 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[207]: 6 0 180 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[222]: 6 0 1086 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[234]: 6 -910 0 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[304]: 6 0 292 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[369]: 6 0 225 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[456]: 6 -44.25 0 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[469]: 6 0 225 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[504]: 6 0 205 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[507]: 6 0 93 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[554]: 6 0 223.75 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[557]: 6 0 223.75 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[565]: 6 0 580 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[607]: 6 0 380 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[710]: 6 -3644 0 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[715]: 6 0 3769.75 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[753]: 6 0 995 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[767]: 6 -94.0001 0 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[807]: 6 0 275 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[810]: 6 0 95.0001 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[867]: 6 0 94 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[870]: 6 0 94 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[969]: 6 0 225 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1001]: 6 -666 0 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1061]: 6 0 85.5001 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1063]: 6 0 1471.5 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1065]: 6 0 4941.25 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1138]: 6 0 505 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1212]: 6 -315.5 0 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1218]: 6 0 387.5 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1301]: 6 0 789.5 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1303]: 6 0 2572.5 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1310]: 6 0 609.5 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1319]: 6 0 1833 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1320]: 6 0 1269.5 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1339]: 6 0 4803.75 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1402]: 6 0 157 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1404]: 6 0 112 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1422]: 6 0 1086 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1502]: 6 0 157 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1508]: 6 0 294.5 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1655]: 6 0 4855.75 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1665]: 6 0 4855.75 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1668]: 6 0 191 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1701]: 6 -7.00004 0 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1705]: 6 0 702 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1713]: 6 0 391 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1715]: 6 0 522 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1722]: 6 0 1086 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1739]: 6 0 3740.75 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1769]: 6 0 225 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1973]: 6 -741 0 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1979]: 6 0 164 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[1982]: 6 -665 0 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[2003]: 6 -257 0 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[2173]: 6 -1090 0 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[2205]: 6 -1270 0 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[2337]: 6 -198 0 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[2339]: 6 0 77 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[2351]: 6 0 145 shouldn't be
2982.66/2991.34	WSVECS04 Frhs2[2352]: 6 0 39.0001 shouldn't be
2983.57/2992.22	WSVECS04 Frhs2[959]: 6 0 225 shouldn't be
2983.57/2992.22	WSVECS04 Frhs2[1201]: 6 -106 0 shouldn't be
2983.57/2992.22	WSVECS04 Frhs2[1360]: 6 0 702.5 shouldn't be
2983.57/2992.22	WSVECS04 Frhs2[2010]: 6 -380 0 shouldn't be
2983.57/2992.22	WSVECS04 Frhs2[2500]: 6 -250 0 shouldn't be
2983.57/2992.22	WSVECS04 Frhs2[2502]: 6 -86.0001 0 shouldn't be
2984.66/2993.31	WSVECS04 Frhs2[159]: 6 0 225 shouldn't be
2984.66/2993.31	WSVECS04 Frhs2[359]: 6 0 225 shouldn't be
2984.66/2993.31	WSVECS04 Frhs2[412]: 6 -517 0 shouldn't be
2984.66/2993.31	WSVECS04 Frhs2[419]: 6 0 1086 shouldn't be
2984.66/2993.31	WSVECS04 Frhs2[459]: 6 0 225 shouldn't be
2984.66/2993.31	WSVECS04 Frhs2[756]: 6 -128.25 0 shouldn't be
2984.66/2993.31	WSVECS04 Frhs2[758]: 6 0 208 shouldn't be
2984.66/2993.31	WSVECS04 Frhs2[768]: 6 0 191 shouldn't be
2984.66/2993.31	WSVECS04 Frhs2[901]: 6 0 102 shouldn't be
2984.66/2993.31	WSVECS04 Frhs2[1258]: 6 0 208 shouldn't be
2984.66/2993.31	WSVECS04 Frhs2[1512]: 6 -284 0 shouldn't be
2984.66/2993.31	WSVECS04 Frhs2[1538]: 6 0 1093 shouldn't be
2984.66/2993.31	WSVECS04 Frhs2[1558]: 6 0 208 shouldn't be
2984.66/2993.31	WSVECS04 Frhs2[2068]: 6 -325 0 shouldn't be
2984.66/2993.31	WSVECS04 Frhs2[2248]: 6 -325 0 shouldn't be
2986.37/2995.02	WSVECS04 Frhs2[106]: 6 0 180 shouldn't be
2986.37/2995.02	WSVECS04 Frhs2[308]: 6 0 474.5 shouldn't be
2986.37/2995.02	WSVECS04 Frhs2[368]: 6 0 191 shouldn't be
2986.37/2995.02	WSVECS04 Frhs2[422]: 6 0 1086 shouldn't be
2986.37/2995.02	WSVECS04 Frhs2[533]: 6 0 2777.88 shouldn't be
2986.37/2995.02	WSVECS04 Frhs2[708]: 6 0 192.5 shouldn't be
2986.37/2995.02	WSVECS04 Frhs2[1007]: 6 0 180 shouldn't be
2986.37/2995.02	WSVECS04 Frhs2[1658]: 6 0 208 shouldn't be
2986.37/2995.02	WSVECS04 Frhs2[1708]: 6 0 474.5 shouldn't be
2986.37/2995.02	WSVECS04 Frhs2[2002]: 6 -1020 0 shouldn't be
2986.37/2995.02	WSVECS04 Frhs2[2017]: 6 -605 0 shouldn't be
2986.37/2995.02	WSVECS04 Frhs2[2060]: 6 -260 0 shouldn't be
2986.37/2995.02	WSVECS04 Frhs2[2180]: 6 -80.0001 0 shouldn't be
2986.37/2995.02	WSVECS04 Frhs2[2190]: 6 -380 0 shouldn't be
2986.37/2995.02	WSVECS04 Frhs2[2200]: 6 -1380 0 shouldn't be
2986.37/2995.02	WSVECS04 Frhs2[2355]: 6 -461 0 shouldn't be
2986.37/2995.02	WSVECS04 Frhs2[2437]: 6 -587 0 shouldn't be
2986.37/2995.02	WSVECS04 Frhs2[2494]: 6 -587 0 shouldn't be
2986.37/2995.02	WSVECS04 Frhs2[2519]: 6 -86.0001 0 shouldn't be
2991.35/3000.08	c #Conflicts:    1426000 | #Constraints:      73998
2991.35/3000.08	c #Conflicts:    1427000 | #Constraints:      74998
2991.35/3000.08	c #Conflicts:    1428000 | #Constraints:      75998
2991.35/3000.08	c #Conflicts:    1429000 | #Constraints:      76998
2991.35/3000.08	c #Conflicts:    1430000 | #Constraints:      77998
2991.35/3000.08	c #Conflicts:    1431000 | #Constraints:      78998
2991.35/3000.08	c #Conflicts:    1432000 | #Constraints:      79998
2991.35/3000.08	c #Conflicts:    1433000 | #Constraints:      80998
2991.35/3000.08	c #Conflicts:    1434000 | #Constraints:      81998
2991.35/3000.08	c #Conflicts:    1435000 | #Constraints:      82998
2991.35/3000.08	c #Conflicts:    1436000 | #Constraints:      83998
2991.35/3000.08	c #Conflicts:    1437000 | #Constraints:      84998
2991.35/3000.08	c #Conflicts:    1438000 | #Constraints:      85998
2991.35/3000.08	WSVECS04 Frhs2[18]: 6 0 1046.73 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[39]: 6 0 478.969 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[48]: 6 0 400.66 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[58]: 6 0 320.02 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[123]: 6 -981.887 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[124]: 6 0 203.79 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[126]: 6 0 203.79 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[132]: 6 0 265.156 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[134]: 6 -325.901 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[136]: 6 0 304.477 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[137]: 6 0 282.936 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[139]: 6 0 538.004 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[220]: 6 0 172.875 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[239]: 6 0 538.004 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[246]: 6 0 283.227 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[252]: 6 0 69.5139 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[255]: 6 0 435.124 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[256]: 6 -540.497 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[259]: 6 0 106.035 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[260]: 6 0 202.926 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[312]: 6 -540.033 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[342]: 6 0 203.425 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[346]: 6 0 283.227 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[347]: 6 0 171.64 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[352]: 6 0 134.514 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[423]: 6 0 22.2456 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[445]: 6 -112.605 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[448]: 6 0 513.264 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[453]: 6 0 18.9997 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[458]: 6 0 354.985 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[523]: 6 -563.215 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[524]: 6 0 203.79 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[529]: 6 0 314.934 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[535]: 6 0 1801.44 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[536]: 6 0 394.272 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[549]: 6 0 171.64 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[558]: 6 0 367.02 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[559]: 6 0 99.0707 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[619]: 6 0 112.605 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[621]: 6 0 41.0773 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[627]: 6 0 203.79 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[630]: 6 0 546.077 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[633]: 6 0 1347.06 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[637]: 6 0 1315.26 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[639]: 6 0 1570.33 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[640]: 6 0 1032.33 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[651]: 6 0 134.514 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[653]: 6 0 31.0354 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[654]: 6 0 46.9999 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[656]: 6 -198.339 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[660]: 6 0 202.926 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[723]: 6 -1284.78 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[726]: 6 0 203.79 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[730]: 6 0 546.077 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[733]: 6 0 314.733 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[734]: 6 -307.468 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[754]: 6 0 35.3876 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[759]: 6 0 94.4231 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[813]: 6 0 469.614 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[814]: 6 0 368.1 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[816]: 6 0 256.513 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[819]: 6 0 642.489 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[832]: 6 0 729.743 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[834]: 6 0 529.587 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[852]: 6 0 69.5139 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[853]: 6 0 31.0354 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[854]: 6 0 46.9999 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[856]: 6 -182.239 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[859]: 6 0 106.035 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[860]: 6 0 202.926 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[914]: 6 -2643.42 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[934]: 6 -2416 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[935]: 6 0 1711.65 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[946]: 6 0 111.587 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[956]: 6 0 24.5064 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1016]: 6 -161.785 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1019]: 6 0 112.605 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1028]: 6 0 862.696 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1034]: 6 -103.537 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1037]: 6 0 282.936 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1056]: 6 -405.018 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1059]: 6 0 106.035 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1112]: 6 -378.511 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1118]: 6 0 301.983 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1129]: 6 0 43.8361 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1132]: 6 0 599.684 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1133]: 6 0 649.26 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1153]: 6 0 31.0354 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1156]: 6 -113.463 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1230]: 6 0 231.143 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1236]: 6 0 304.477 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1240]: 6 -2943.87 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1245]: 6 -321.605 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1255]: 6 0 305.602 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1264]: 6 0 233 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1265]: 6 0 233 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1270]: 6 0 233 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1314]: 6 0 327.653 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1315]: 6 0 602.042 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1316]: 6 0 327.653 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1318]: 6 0 1536.17 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1328]: 6 0 803.443 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1332]: 6 0 586.615 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1335]: 6 0 2033.11 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1337]: 6 0 114.958 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1338]: 6 0 1274 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1342]: 6 0 525.279 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1345]: 6 0 321.855 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1347]: 6 0 4.05757 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1349]: 6 0 418.495 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1352]: 6 0 103.479 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1354]: 6 0 15.9646 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1358]: 6 0 335.985 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1367]: 6 -944 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1412]: 6 -1729.14 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1432]: 6 0 265.156 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1433]: 6 0 314.733 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1436]: 6 0 304.477 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1446]: 6 0 271.98 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1447]: 6 0 160.392 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1467]: 6 -21 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1523]: 6 -926.031 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1525]: 6 0 14.3238 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1543]: 6 0 221.628 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1545]: 6 -172.012 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1549]: 6 0 171.64 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1612]: 6 -159.276 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1635]: 6 0 1711.65 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1645]: 6 -348.389 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1719]: 6 0 172.875 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1726]: 6 0 203.79 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1732]: 6 0 265.156 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1751]: 6 0 435.124 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1754]: 6 0 46.9999 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1756]: 6 -232.506 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1904]: 6 0 243.337 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1919]: 6 0 285.511 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[1950]: 6 0 40.8484 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[2146]: 6 -550 0 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[2148]: 6 0 52.5275 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[2150]: 6 0 610.464 shouldn't be
2991.35/3000.08	WSVECS04 Frhs2[2598]: 6 -557 0 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[35]: 6 0 1711.65 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[130]: 6 0 546.077 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[133]: 6 0 314.733 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[349]: 6 0 171.64 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[443]: 6 0 221.628 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[539]: 6 0 627.799 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[631]: 6 0 1032.33 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[659]: 6 0 106.035 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[833]: 6 0 844.32 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[851]: 6 0 134.514 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[933]: 6 0 314.733 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[936]: 6 0 304.477 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[962]: 6 0 65 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[1032]: 6 0 265.156 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[1036]: 6 0 304.477 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[1048]: 6 0 513.264 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[1058]: 6 0 367.02 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[1113]: 6 0 101.514 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[1159]: 6 0 106.035 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[1207]: 6 0 150 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[1213]: 6 0 101.514 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[1220]: 6 0 274.389 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[1233]: 6 0 314.733 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[1260]: 6 0 73.404 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[1267]: 6 0 233 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[1334]: 6 0 321.459 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[1346]: 6 0 605.082 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[1348]: 6 0 835.119 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[1413]: 6 0 101.514 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[1648]: 6 0 513.264 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[1733]: 6 0 314.733 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[1759]: 6 0 106.035 shouldn't be
2992.24/3000.96	WSVECS04 Frhs2[2593]: 6 -467 0 shouldn't be
2993.14/3001.80	WSVECS04 Frhs2[21]: 6 0 111.144 shouldn't be
2993.14/3001.80	WSVECS04 Frhs2[1012]: 6 0 112.605 shouldn't be
2993.14/3001.80	WSVECS04 Frhs2[1015]: 6 0 112.605 shouldn't be
2993.14/3001.80	WSVECS04 Frhs2[1044]: 6 0 112.605 shouldn't be
2993.14/3001.80	WSVECS04 Frhs2[1053]: 6 0 31.0354 shouldn't be
2993.14/3001.80	WSVECS04 Frhs2[1151]: 6 0 134.514 shouldn't be
2993.14/3001.80	WSVECS04 Frhs2[1244]: 6 0 112.605 shouldn't be
2993.14/3001.80	WSVECS04 Frhs2[1415]: 6 0 274.389 shouldn't be
2993.14/3001.80	WSVECS04 Frhs2[1619]: 6 0 274.389 shouldn't be
2993.14/3001.80	WSVECS04 Frhs2[1937]: 6 -315 0 shouldn't be
2993.14/3001.80	WSVECS04 Frhs2[2482]: 6 -410 0 shouldn't be
2993.14/3001.80	WSVECS04 Frhs2[2540]: 6 -80.0001 0 shouldn't be
2993.14/3001.80	WSVECS04 Frhs2[2554]: 6 -646 0 shouldn't be
2993.14/3001.80	WSVECS04 Frhs2[2577]: 6 -501 0 shouldn't be
3001.33/3010.02	c #Conflicts:    1439000 | #Constraints:      86998
3001.33/3010.02	c #Conflicts:    1440000 | #Constraints:      87998
3001.33/3010.02	c #Conflicts:    1441000 | #Constraints:      88998
3001.33/3010.02	c #Conflicts:    1442000 | #Constraints:      89998
3001.33/3010.02	c #Conflicts:    1443000 | #Constraints:      90998
3001.33/3010.02	c INPROCESSING
3001.33/3010.02	c GARBAGE COLLECT
3001.33/3010.02	c rational objective 40264
3003.61/3012.33	c #Conflicts:    1444000 | #Constraints:      68178
3003.61/3012.33	c #Conflicts:    1445000 | #Constraints:      69178
3003.61/3012.33	c #Conflicts:    1446000 | #Constraints:      70178
3003.61/3012.33	c #Conflicts:    1447000 | #Constraints:      71178
3003.61/3012.33	c #Conflicts:    1448000 | #Constraints:      72178
3003.61/3012.33	c #Conflicts:    1449000 | #Constraints:      73178
3003.61/3012.33	c #Conflicts:    1450000 | #Constraints:      74179
3003.61/3012.33	WSVECS04 Frhs2[9]: 6 0 934.4 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[19]: 6 0 934.4 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[29]: 6 0 934.4 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[112]: 6 -948.4 0 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[230]: 6 0 1053.4 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[256]: 6 -98 0 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[304]: 6 0 344 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[314]: 6 -659 0 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[319]: 6 0 934.4 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[508]: 6 0 273 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[518]: 6 0 181 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[615]: 6 0 122.8 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[705]: 6 0 618.2 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[725]: 6 0 122.8 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[755]: 6 0 122.8 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[801]: 6 -1194.4 0 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[809]: 6 0 934.4 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[819]: 6 0 934.4 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[859]: 6 0 934.4 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[869]: 6 0 934.4 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[954]: 6 0 122.8 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[1056]: 6 -69.3334 0 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[1254]: 6 0 122.8 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[1260]: 6 0 763.8 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[1270]: 6 0 2211 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[1309]: 6 0 934.4 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[1324]: 6 0 122.8 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[1354]: 6 0 122.8 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[1359]: 6 0 934.4 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[1369]: 6 0 934.4 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[1379]: 6 0 934.4 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[1409]: 6 0 1202.6 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[1410]: 6 0 1677.2 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[1412]: 6 -651.2 0 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[1420]: 6 0 1750.4 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[1467]: 6 -176.2 0 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[1469]: 6 0 934.4 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[2100]: 6 -380 0 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[2460]: 6 -380 0 shouldn't be
3003.61/3012.33	WSVECS04 Frhs2[2477]: 6 -315 0 shouldn't be
3004.60/3013.31	WSVECS04 Frhs2[701]: 6 0 495.4 shouldn't be
3004.60/3013.31	WSVECS04 Frhs2[1168]: 6 0 181 shouldn't be
3004.60/3013.31	WSVECS04 Frhs2[1264]: 6 0 368.8 shouldn't be
3004.60/3013.31	WSVECS04 Frhs2[2434]: 6 -605 0 shouldn't be
3004.60/3013.31	WSVECS04 Frhs2[2445]: 6 -567 0 shouldn't be
3004.60/3013.31	WSVECS04 Frhs2[2473]: 6 -1190 0 shouldn't be
3004.60/3013.31	WSVECS04 Frhs2[2491]: 6 -250 0 shouldn't be
3004.60/3013.31	WSVECS04 Frhs2[2494]: 6 -587 0 shouldn't be
3004.60/3013.31	WSVECS04 Frhs2[2497]: 6 -646 0 shouldn't be
3004.60/3013.31	WSVECS04 Frhs2[2499]: 6 -410 0 shouldn't be
3004.60/3013.31	WSVECS04 Frhs2[2510]: 6 -260 0 shouldn't be
3004.60/3013.31	WSVECS04 Frhs2[2573]: 6 -557 0 shouldn't be
3004.60/3013.31	WSVECS04 Frhs2[2582]: 6 -311 0 shouldn't be
3005.70/3014.42	WSVECS04 Frhs2[668]: 6 0 181 shouldn't be
3005.70/3014.42	WSVECS04 Frhs2[1304]: 6 0 501 shouldn't be
3012.49/3021.27	c #Conflicts:    1451000 | #Constraints:      75179
3012.49/3021.27	c #Conflicts:    1452000 | #Constraints:      76179
3012.49/3021.27	c #Conflicts:    1453000 | #Constraints:      77179
3012.49/3021.27	c #Conflicts:    1454000 | #Constraints:      78179
3012.49/3021.27	c #Conflicts:    1455000 | #Constraints:      79179
3012.49/3021.27	c #Conflicts:    1456000 | #Constraints:      80179
3012.49/3021.27	c #Conflicts:    1457000 | #Constraints:      81179
3012.49/3021.27	c #Conflicts:    1458000 | #Constraints:      82179
3012.49/3021.27	c #Conflicts:    1459000 | #Constraints:      83179
3012.49/3021.27	c #Conflicts:    1460000 | #Constraints:      84179
3012.49/3021.27	c #Conflicts:    1461000 | #Constraints:      85179
3012.49/3021.27	WSVECS04 Frhs2[4]: 6 0 3069.04 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[14]: 6 0 2521.67 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[32]: 6 0 1202.11 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[54]: 6 0 2713.36 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[59]: 6 0 2165.68 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[60]: 6 0 2923.36 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[74]: 6 0 3700.71 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[113]: 6 0 9107.05 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[114]: 6 0 2722.42 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[115]: 6 0 9658.12 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[119]: 6 0 11020.3 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[120]: 6 0 2281.97 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[124]: 6 0 1558.65 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[125]: 6 0 15375.1 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[126]: 6 0 448 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[154]: 6 0 9735.51 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[155]: 6 0 22717.5 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[160]: 6 0 9945.51 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[201]: 6 -312 0 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[202]: 6 0 1149.88 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[203]: 6 0 5244.04 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[204]: 6 0 3756.04 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[206]: 6 0 1053.68 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[214]: 6 0 440.445 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[223]: 6 0 854.696 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[224]: 6 0 2413.35 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[227]: 6 0 209.692 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[257]: 6 0 12699.6 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[454]: 6 0 282.99 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[456]: 6 -13373.3 0 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[457]: 6 0 629.038 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[513]: 6 0 8710.44 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[521]: 6 0 11672.7 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[523]: 6 0 11672.7 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[526]: 6 0 12120.7 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[558]: 6 0 9749.02 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[613]: 6 0 7044.04 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[620]: 6 0 218.957 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[623]: 6 -1542 0 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[625]: 6 0 15375.1 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[653]: 6 -23310.3 0 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[655]: 6 0 15085.7 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[657]: 6 0 19.4597 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[658]: 6 0 2117.3 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[660]: 6 0 2313.78 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[678]: 6 -780 0 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[686]: 6 0 1863.71 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[708]: 6 0 526.126 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[718]: 6 0 1968.29 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[751]: 6 0 9217.72 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[758]: 6 0 9749.02 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[760]: 6 0 9366.51 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[808]: 6 0 268.333 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[818]: 6 0 899.25 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[858]: 6 0 950.207 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[868]: 6 0 181 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[871]: 6 0 2803.33 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[886]: 6 0 1863.71 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[908]: 6 0 268.333 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[918]: 6 0 943.234 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1023]: 6 -305.497 0 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1026]: 6 0 448 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1058]: 6 0 2726.88 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1059]: 6 0 12985.2 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1069]: 6 0 10962.6 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1078]: 6 -1737 0 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1103]: 6 0 4086.59 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1118]: 6 0 1681.27 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1121]: 6 0 1279.39 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1123]: 6 0 1061.25 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1128]: 6 0 1545.25 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1173]: 6 0 66.3451 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1201]: 6 -2268.81 0 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1202]: 6 0 462.883 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1205]: 6 0 7428.13 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1212]: 6 -629.617 0 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1213]: 6 0 8906.3 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1216]: 6 0 952.224 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1217]: 6 0 963.017 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1221]: 6 -2105.75 0 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1255]: 6 0 3524.58 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1258]: 6 0 13.5192 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1263]: 6 0 4810.37 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1275]: 6 -10521.4 0 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1303]: 6 0 4094.15 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1321]: 6 0 645.004 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1323]: 6 0 645.004 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1328]: 6 0 645.004 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1351]: 6 0 1082.36 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1423]: 6 -224.752 0 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1432]: 6 0 1202.11 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1477]: 6 0 746.941 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1478]: 6 -238.059 0 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1559]: 6 0 11676.9 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1569]: 6 0 10781.6 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1574]: 6 0 3115.71 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1579]: 6 0 13363.9 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1613]: 6 0 7943.29 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1619]: 6 0 9856.54 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1625]: 6 0 6880.77 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1626]: 6 0 448 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1659]: 6 0 10258.4 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1669]: 6 0 10962.6 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1671]: 6 0 2901.33 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1679]: 6 0 13164.9 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1709]: 6 0 9817.17 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1713]: 6 0 7943.29 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1759]: 6 0 12665 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1769]: 6 0 11143.6 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[1984]: 6 0 585.248 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[2017]: 6 0 152.248 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[2076]: 6 0 252 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[2121]: 6 0 369 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[2137]: 6 -646 0 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[2537]: 6 -871 0 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[2549]: 6 -337 0 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[2597]: 6 -1060 0 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[2600]: 6 -260 0 shouldn't be
3012.49/3021.27	WSVECS04 Frhs2[2601]: 6 -328 0 shouldn't be
3013.88/3022.62	WSVECS04 Frhs2[6]: 6 0 537.662 shouldn't be
3013.88/3022.62	WSVECS04 Frhs2[323]: 6 -571.752 0 shouldn't be
3013.88/3022.62	WSVECS04 Frhs2[324]: 6 0 1558.65 shouldn't be
3013.88/3022.62	WSVECS04 Frhs2[477]: 6 0 1160.94 shouldn't be
3013.88/3022.62	WSVECS04 Frhs2[478]: 6 0 1258.94 shouldn't be
3013.88/3022.62	WSVECS04 Frhs2[626]: 6 0 448 shouldn't be
3013.88/3022.62	WSVECS04 Frhs2[778]: 6 0 844.941 shouldn't be
3013.88/3022.62	WSVECS04 Frhs2[780]: 6 0 265.941 shouldn't be
3013.88/3022.62	WSVECS04 Frhs2[958]: 6 0 2084.11 shouldn't be
3013.88/3022.62	WSVECS04 Frhs2[978]: 6 0 548 shouldn't be
3013.88/3022.62	WSVECS04 Frhs2[1063]: 6 0 5179.37 shouldn't be
3013.88/3022.62	WSVECS04 Frhs2[1363]: 6 0 5179.37 shouldn't be
3013.88/3022.62	WSVECS04 Frhs2[1480]: 6 0 844.941 shouldn't be
3013.88/3022.62	WSVECS04 Frhs2[2528]: 6 -467 0 shouldn't be
3013.88/3022.62	WSVECS04 Frhs2[2540]: 6 0 235 shouldn't be
3013.88/3022.62	WSVECS04 Frhs2[2581]: 6 0 61.0001 shouldn't be
3013.88/3022.62	WSVECS04 Frhs2[2610]: 6 -328 0 shouldn't be
3015.08/3023.85	WSVECS04 Frhs2[58]: 6 0 2726.88 shouldn't be
3015.08/3023.85	WSVECS04 Frhs2[503]: 6 0 4094.15 shouldn't be
3015.08/3023.85	WSVECS04 Frhs2[1079]: 6 0 13066.9 shouldn't be
3015.08/3023.85	WSVECS04 Frhs2[2346]: 6 -352 0 shouldn't be
3016.47/3025.29	WSVECS04 Frhs2[16]: 6 0 952.224 shouldn't be
3016.47/3025.29	WSVECS04 Frhs2[26]: 6 0 11566.8 shouldn't be
3016.47/3025.29	WSVECS04 Frhs2[51]: 6 0 2195.57 shouldn't be
3016.47/3025.29	WSVECS04 Frhs2[79]: 6 0 2247.39 shouldn't be
3016.47/3025.29	WSVECS04 Frhs2[159]: 6 0 20007.4 shouldn't be
3016.47/3025.29	WSVECS04 Frhs2[551]: 6 0 9217.72 shouldn't be
3016.47/3025.29	WSVECS04 Frhs2[553]: 6 0 7022.14 shouldn't be
3016.47/3025.29	WSVECS04 Frhs2[559]: 6 0 9142.7 shouldn't be
3016.47/3025.29	WSVECS04 Frhs2[1163]: 6 0 5179.37 shouldn't be
3016.47/3025.29	WSVECS04 Frhs2[1226]: 6 0 448 shouldn't be
3016.47/3025.29	WSVECS04 Frhs2[1603]: 6 0 4557.04 shouldn't be
3016.47/3025.29	WSVECS04 Frhs2[1663]: 6 0 5179.37 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[10]: 6 0 1606.65 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[23]: 6 0 11118.8 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[132]: 6 0 1202.11 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[179]: 6 0 13911.9 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[180]: 6 0 844.941 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[254]: 6 0 14784 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[407]: 6 0 144.779 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[458]: 6 0 2726.88 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[468]: 6 0 181 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[528]: 6 0 11672.7 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[571]: 6 0 2803.33 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[663]: 6 0 5179.37 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[968]: 6 0 181 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[1113]: 6 0 8906.3 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[1719]: 6 0 9856.54 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[2006]: 6 -808 0 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[2085]: 6 0 135 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[2099]: 6 -337 0 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[2102]: 6 -408 0 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[2104]: 6 -646 0 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[2128]: 6 -622 0 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[2557]: 6 -605 0 shouldn't be
3018.67/3027.44	WSVECS04 Frhs2[2587]: 6 -646 0 shouldn't be
3028.14/3036.94	c #Conflicts:    1462000 | #Constraints:      86179
3028.14/3036.94	c #Conflicts:    1463000 | #Constraints:      87179
3028.14/3036.94	c #Conflicts:    1464000 | #Constraints:      88179
3028.14/3036.94	c #Conflicts:    1465000 | #Constraints:      89179
3028.14/3036.94	c #Conflicts:    1466000 | #Constraints:      90179
3028.14/3036.94	c #Conflicts:    1467000 | #Constraints:      91179
3028.14/3036.94	c INPROCESSING
3028.14/3036.94	c GARBAGE COLLECT
3028.14/3036.94	c rational objective 40264
3032.63/3041.41	c #Conflicts:    1468000 | #Constraints:      68146
3032.63/3041.41	c #Conflicts:    1469000 | #Constraints:      69146
3032.63/3041.41	c #Conflicts:    1470000 | #Constraints:      70146
3032.63/3041.41	c #Conflicts:    1471000 | #Constraints:      71146
3032.63/3041.41	c #Conflicts:    1472000 | #Constraints:      72146
3032.63/3041.41	c #Conflicts:    1473000 | #Constraints:      73146
3032.63/3041.41	c #Conflicts:    1474000 | #Constraints:      74146
3032.63/3041.41	c #Conflicts:    1475000 | #Constraints:      75146
3032.63/3041.41	c #Conflicts:    1476000 | #Constraints:      76146
3032.63/3041.41	c #Conflicts:    1477000 | #Constraints:      77146
3032.63/3041.41	c #Conflicts:    1478000 | #Constraints:      78146
3032.63/3041.41	c #Conflicts:    1479000 | #Constraints:      79146
3032.63/3041.41	c #Conflicts:    1480000 | #Constraints:      80146
3032.63/3041.41	c #Conflicts:    1481000 | #Constraints:      81146
3032.63/3041.41	WSVECS04 Frhs2[75]: 6 0 757.728 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[114]: 6 0 133.271 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[119]: 6 0 355.83 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[120]: 6 0 489.073 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[124]: 6 0 133.271 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[127]: 6 0 5.61664 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[130]: 6 0 489.073 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[154]: 6 0 116.421 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[170]: 6 0 400.847 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[180]: 6 0 208.713 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[230]: 6 0 481.006 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[270]: 6 0 406.097 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[310]: 6 0 983.365 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[314]: 6 0 125.204 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[318]: 6 0 47.3839 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[320]: 6 0 481.006 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[330]: 6 0 483.457 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[354]: 6 0 127.654 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[356]: 6 -213.369 0 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[357]: 6 0 19.3004 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[366]: 6 0 98.4392 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[370]: 6 0 504.536 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[378]: 6 -461.834 0 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[380]: 6 0 304.693 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[419]: 6 0 284.402 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[420]: 6 0 417.645 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[454]: 6 0 116.361 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[457]: 6 0 69.8499 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[462]: 6 0 14.05 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[467]: 6 -554.459 0 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[470]: 6 0 416.981 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[472]: 6 0 101.597 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[473]: 6 0 195.349 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[480]: 6 0 304.693 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[509]: 6 0 32.7515 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[510]: 6 0 988.981 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[515]: 6 0 919.428 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[518]: 6 0 47.3839 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[519]: 6 0 347.763 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[525]: 6 0 919.428 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[528]: 6 0 5.61664 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[569]: 6 0 249.324 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[570]: 6 0 406.097 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[574]: 6 0 186.325 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[575]: 6 0 743.114 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[614]: 6 0 125.204 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[619]: 6 0 347.763 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[624]: 6 0 125.204 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[628]: 6 0 5.6167 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[754]: 6 0 108.354 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[762]: 6 0 14.05 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[771]: 6 0 187.282 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[772]: 6 0 101.597 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[773]: 6 0 195.349 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[774]: 6 0 311.529 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[776]: 6 0 71.1286 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[777]: 6 0 52.2849 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[778]: 6 -451.183 0 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[808]: 6 0 94.5419 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[810]: 6 0 1216.44 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[818]: 6 0 47.3839 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[828]: 6 0 8.06711 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[830]: 6 0 483.457 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[854]: 6 0 108.354 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[855]: 6 0 919.428 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[872]: 6 0 101.597 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[873]: 6 0 195.349 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[875]: 6 0 743.114 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[876]: 6 0 71.1286 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[878]: 6 -41.809 0 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[879]: 6 0 60.0162 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[880]: 6 0 304.693 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[923]: 6 -447.684 0 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[930]: 6 0 483.457 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[970]: 6 0 416.981 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[980]: 6 0 244.676 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1012]: 6 -333.335 0 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1013]: 6 0 3.1662 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1014]: 6 0 22.4665 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1015]: 6 0 925.045 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1016]: 6 0 3.1662 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1019]: 6 0 228.505 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1069]: 6 0 135.333 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1075]: 6 0 547.765 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1112]: 6 -910.431 0 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1116]: 6 0 3.16614 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1162]: 6 0 14.05 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1227]: 6 0 36.7094 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1329]: 6 0 210.341 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1330]: 6 0 306.9 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1411]: 6 0 5.61664 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1416]: 6 0 3.16616 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1418]: 6 0 53.0005 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1430]: 6 0 483.457 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1451]: 6 0 19.3004 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1452]: 6 0 19.3003 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1453]: 6 0 19.3004 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1454]: 6 0 127.654 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1457]: 6 0 19.3004 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1462]: 6 0 14.05 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1467]: 6 -781.928 0 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1470]: 6 0 416.981 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1471]: 6 0 187.282 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1472]: 6 0 101.597 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1473]: 6 0 195.349 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1476]: 6 0 71.1286 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1478]: 6 -452.375 0 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1480]: 6 0 304.693 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1511]: 6 0 788.064 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1513]: 6 0 785.613 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1521]: 6 0 2.45055 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1524]: 6 0 127.654 shouldn't be
3032.63/3041.41	WSVECS04 Frhs2[1552]: 6 0 19.3003 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1554]: 6 0 127.654 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1563]: 6 0 405.171 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1575]: 6 0 1093.89 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1576]: 6 0 421.907 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1610]: 6 0 983.365 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1611]: 6 0 235.898 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1613]: 6 0 233.448 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1616]: 6 0 233.448 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1621]: 6 0 2.4505 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1623]: 6 -545.349 0 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1625]: 6 0 897.717 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1630]: 6 0 483.457 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1652]: 6 0 19.3004 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1661]: 6 0 293.481 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1663]: 6 0 383.486 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1664]: 6 0 542.805 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1665]: 6 0 1616.06 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1666]: 6 0 293.481 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1669]: 6 0 542.805 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1670]: 6 0 699.577 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1671]: 6 0 85.6855 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1673]: 6 0 93.7527 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1680]: 6 0 203.096 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1712]: 6 -908.462 0 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1713]: 6 0 3.16617 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1715]: 6 0 1345.04 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1716]: 6 0 3.16619 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1721]: 6 0 2.45058 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1724]: 6 0 127.654 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1728]: 6 0 8.06716 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1752]: 6 0 19.3004 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1754]: 6 0 127.654 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1757]: 6 0 19.3004 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1767]: 6 -738.558 0 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1770]: 6 0 416.981 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1772]: 6 0 63.4822 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[1774]: 6 0 273.414 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[2004]: 6 -272 0 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[2031]: 6 0 4.00007 shouldn't be
3032.63/3041.42	WSVECS04 Frhs2[2322]: 6 0 113 shouldn't be
3034.03/3042.81	WSVECS04 Frhs2[174]: 6 0 215.549 shouldn't be
3034.03/3042.81	WSVECS04 Frhs2[352]: 6 0 19.3004 shouldn't be
3034.03/3042.81	WSVECS04 Frhs2[353]: 6 0 19.3004 shouldn't be
3034.03/3042.81	WSVECS04 Frhs2[376]: 6 0 71.1286 shouldn't be
3034.03/3042.81	WSVECS04 Frhs2[718]: 6 0 47.3839 shouldn't be
3034.03/3042.81	WSVECS04 Frhs2[954]: 6 0 108.354 shouldn't be
3034.03/3042.81	WSVECS04 Frhs2[1062]: 6 0 14.05 shouldn't be
3034.03/3042.81	WSVECS04 Frhs2[1412]: 6 -1805.37 0 shouldn't be
3034.03/3042.81	WSVECS04 Frhs2[1461]: 6 0 10.8839 shouldn't be
3034.03/3042.81	WSVECS04 Frhs2[1463]: 6 0 100.89 shouldn't be
3034.03/3042.81	WSVECS04 Frhs2[1553]: 6 0 19.3004 shouldn't be
3034.03/3042.81	WSVECS04 Frhs2[1651]: 6 0 19.3004 shouldn't be
3034.03/3042.81	WSVECS04 Frhs2[1654]: 6 0 127.654 shouldn't be
3034.03/3042.81	WSVECS04 Frhs2[1761]: 6 0 10.8839 shouldn't be
3034.03/3042.81	WSVECS04 Frhs2[2321]: 6 0 51.0001 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[129]: 6 0 416.741 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[160]: 6 0 489.073 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[258]: 6 0 2.45055 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[260]: 6 0 502.757 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[279]: 6 0 270.39 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[324]: 6 0 127.654 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[360]: 6 0 500.306 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[429]: 6 0 408.674 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[460]: 6 0 550.856 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[520]: 6 0 481.006 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[529]: 6 0 408.674 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[530]: 6 0 481.006 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[580]: 6 0 304.693 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[618]: 6 0 47.3839 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[629]: 6 0 408.674 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[664]: 6 0 37.5758 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[724]: 6 0 125.204 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[729]: 6 0 408.674 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[761]: 6 0 10.8839 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[814]: 6 0 125.204 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[824]: 6 0 127.654 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[860]: 6 0 481.006 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[924]: 6 0 127.654 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[929]: 6 0 150.917 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[1064]: 6 0 151.854 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[1113]: 6 0 3.1662 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[1118]: 6 0 53.0006 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[1303]: 6 0 640.784 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[1313]: 6 0 134.368 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[1314]: 6 0 262.022 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[1323]: 6 -856.004 0 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[1374]: 6 0 192.088 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[1420]: 6 0 486.623 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[1460]: 6 0 500.306 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[1501]: 6 0 1132.27 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[1551]: 6 0 19.3004 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[1574]: 6 0 662.307 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[1620]: 6 0 716.904 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[1629]: 6 0 411.125 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[1653]: 6 0 19.3004 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[1660]: 6 0 500.307 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[1711]: 6 0 425.617 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[1760]: 6 0 500.306 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[2173]: 6 -1090 0 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[2180]: 6 -80.0001 0 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[2197]: 6 -605 0 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[2213]: 6 -557 0 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[2223]: 6 -325 0 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[2230]: 6 -250 0 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[2598]: 6 -557 0 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[2643]: 6 -622 0 shouldn't be
3035.73/3044.54	WSVECS04 Frhs2[2647]: 6 -605 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[220]: 6 0 483.457 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[328]: 6 0 8.06714 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[374]: 6 0 311.529 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[560]: 6 0 497.856 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[577]: 6 0 52.2849 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[578]: 6 -545.287 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[728]: 6 0 5.61669 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[825]: 6 0 921.878 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[928]: 6 0 8.06713 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[955]: 6 0 919.428 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[960]: 6 0 481.006 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1063]: 6 0 100.89 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1065]: 6 0 1357.63 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1066]: 6 0 10.8839 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1067]: 6 -133.94 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1320]: 6 0 441.268 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1363]: 6 0 41.4654 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1414]: 6 0 130.82 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1428]: 6 0 8.06719 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1509]: 6 0 1159.41 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1514]: 6 0 913.267 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1529]: 6 0 411.125 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1555]: 6 0 938.728 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1559]: 6 0 279.508 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1565]: 6 0 1661.91 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1569]: 6 0 564.49 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1609]: 6 0 27.135 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1614]: 6 0 361.102 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1628]: 6 0 8.06718 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1655]: 6 0 914.567 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1714]: 6 0 130.82 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1762]: 6 0 14.0501 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1765]: 6 0 1357.63 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1766]: 6 0 10.8839 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[1769]: 6 0 260.208 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2037]: 6 -501 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2076]: 6 -370 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2082]: 6 -337 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2099]: 6 -337 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2100]: 6 -380 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2101]: 6 -1380 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2104]: 6 -646 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2106]: 6 -732 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2107]: 6 -605 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2119]: 6 -408 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2128]: 6 -622 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2137]: 6 -646 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2148]: 6 -557 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2160]: 6 -328 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2190]: 6 -380 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2200]: 6 -1380 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2237]: 6 -1060 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2302]: 6 -339 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2537]: 6 -871 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2553]: 6 -622 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2557]: 6 -605 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2568]: 6 -257 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2582]: 6 -311 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2587]: 6 -646 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2597]: 6 -1060 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2601]: 6 -328 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2618]: 6 -467 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2633]: 6 -257 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2677]: 6 -646 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2691]: 6 -328 0 shouldn't be
3038.52/3047.36	WSVECS04 Frhs2[2693]: 6 -741 0 shouldn't be
3044.00/3052.87	WSVECS04 Frhs2[19]: 6 0 350.214 shouldn't be
3044.00/3052.87	WSVECS04 Frhs2[372]: 6 0 101.597 shouldn't be
3044.00/3052.87	WSVECS04 Frhs2[464]: 6 0 198.366 shouldn't be
3044.00/3052.87	WSVECS04 Frhs2[469]: 6 0 260.208 shouldn't be
3044.00/3052.87	WSVECS04 Frhs2[572]: 6 0 101.597 shouldn't be
3044.00/3052.87	WSVECS04 Frhs2[719]: 6 0 347.763 shouldn't be
3044.00/3052.87	WSVECS04 Frhs2[759]: 6 0 260.208 shouldn't be
3044.00/3052.87	WSVECS04 Frhs2[767]: 6 -347.358 0 shouldn't be
3044.00/3052.87	WSVECS04 Frhs2[803]: 6 0 233.073 shouldn't be
3044.00/3052.87	WSVECS04 Frhs2[877]: 6 0 52.2849 shouldn't be
3044.00/3052.87	WSVECS04 Frhs2[965]: 6 0 1357.63 shouldn't be
3044.00/3052.87	WSVECS04 Frhs2[1169]: 6 0 260.208 shouldn't be
3044.00/3052.87	WSVECS04 Frhs2[1373]: 6 0 75.9088 shouldn't be
3044.00/3052.87	WSVECS04 Frhs2[1419]: 6 0 353.38 shouldn't be
3044.00/3052.87	WSVECS04 Frhs2[1519]: 6 0 1135.83 shouldn't be
3044.00/3052.87	WSVECS04 Frhs2[1561]: 6 0 315.166 shouldn't be
3044.00/3052.87	WSVECS04 Frhs2[2319]: 6 -165.417 0 shouldn't be
3046.99/3055.89	WSVECS04 Frhs2[25]: 6 0 921.879 shouldn't be
3046.99/3055.89	WSVECS04 Frhs2[164]: 6 0 244.074 shouldn't be
3046.99/3055.89	WSVECS04 Frhs2[179]: 6 0 224.244 shouldn't be
3046.99/3055.89	WSVECS04 Frhs2[865]: 6 0 1357.63 shouldn't be
3046.99/3055.89	WSVECS04 Frhs2[874]: 6 0 311.529 shouldn't be
3046.99/3055.89	WSVECS04 Frhs2[974]: 6 0 251.513 shouldn't be
3046.99/3055.89	WSVECS04 Frhs2[1119]: 6 0 353.38 shouldn't be
3046.99/3055.89	WSVECS04 Frhs2[1459]: 6 0 279.508 shouldn't be
3046.99/3055.89	WSVECS04 Frhs2[1474]: 6 0 311.529 shouldn't be
3046.99/3055.89	WSVECS04 Frhs2[1516]: 6 0 785.613 shouldn't be
3046.99/3055.89	WSVECS04 Frhs2[1571]: 6 0 538.061 shouldn't be
3046.99/3055.89	WSVECS04 Frhs2[1601]: 6 -361.458 0 shouldn't be
3046.99/3055.89	WSVECS04 Frhs2[1657]: 6 0 19.3004 shouldn't be
3046.99/3055.89	WSVECS04 Frhs2[1659]: 6 0 279.508 shouldn't be
3046.99/3055.89	WSVECS04 Frhs2[1764]: 6 0 260.208 shouldn't be
3046.99/3055.89	WSVECS04 Frhs2[2528]: 6 -467 0 shouldn't be
3046.99/3055.89	WSVECS04 Frhs2[2540]: 6 -80.0001 0 shouldn't be
3046.99/3055.89	WSVECS04 Frhs2[2600]: 6 -260 0 shouldn't be
3048.99/3057.80	WSVECS04 Frhs2[280]: 6 0 254.858 shouldn't be
3048.99/3057.80	WSVECS04 Frhs2[430]: 6 0 481.006 shouldn't be
3048.99/3057.80	WSVECS04 Frhs2[555]: 6 0 936.278 shouldn't be
3048.99/3057.80	WSVECS04 Frhs2[672]: 6 0 277.91 shouldn't be
3048.99/3057.80	WSVECS04 Frhs2[678]: 6 0 176.314 shouldn't be
3048.99/3057.80	WSVECS04 Frhs2[815]: 6 0 919.428 shouldn't be
3048.99/3057.80	WSVECS04 Frhs2[864]: 6 0 260.208 shouldn't be
3048.99/3057.80	WSVECS04 Frhs2[1018]: 6 0 53.0006 shouldn't be
3048.99/3057.80	WSVECS04 Frhs2[1115]: 6 0 141.655 shouldn't be
3048.99/3057.80	WSVECS04 Frhs2[1417]: 6 0 5.61667 shouldn't be
3048.99/3057.80	WSVECS04 Frhs2[1421]: 6 0 2.45053 shouldn't be
3048.99/3057.80	WSVECS04 Frhs2[1464]: 6 0 260.208 shouldn't be
3048.99/3057.80	WSVECS04 Frhs2[1674]: 6 0 209.932 shouldn't be
3048.99/3057.80	WSVECS04 Frhs2[1759]: 6 0 279.508 shouldn't be
3048.99/3057.80	WSVECS04 Frhs2[2610]: 6 -328 0 shouldn't be
3048.99/3057.80	WSVECS04 Frhs2[2621]: 6 -80 0 shouldn't be
3048.99/3057.80	WSVECS04 Frhs2[2664]: 6 -451 0 shouldn't be
3048.99/3057.80	WSVECS04 Frhs2[2673]: 6 -325 0 shouldn't be
3048.99/3057.80	WSVECS04 Frhs2[2696]: 6 -1270 0 shouldn't be
3048.99/3057.80	WSVECS04 Frhs2[2699]: 6 -86 0 shouldn't be
3052.58/3061.44	WSVECS04 Frhs2[15]: 6 0 921.878 shouldn't be
3052.58/3061.44	WSVECS04 Frhs2[29]: 6 0 411.125 shouldn't be
3052.58/3061.44	WSVECS04 Frhs2[579]: 6 0 320.224 shouldn't be
3052.58/3061.44	WSVECS04 Frhs2[1017]: 6 0 5.61669 shouldn't be
3052.58/3061.44	WSVECS04 Frhs2[1364]: 6 0 200.784 shouldn't be
3052.58/3061.44	WSVECS04 Frhs2[1506]: 6 0 913.28 shouldn't be
3052.58/3061.44	WSVECS04 Frhs2[1763]: 6 0 100.89 shouldn't be
3065.25/3074.18	c #Conflicts:    1482000 | #Constraints:      82146
3065.25/3074.18	c #Conflicts:    1483000 | #Constraints:      83146
3065.25/3074.18	c #Conflicts:    1484000 | #Constraints:      84146
3065.25/3074.18	c #Conflicts:    1485000 | #Constraints:      85146
3065.25/3074.18	c #Conflicts:    1486000 | #Constraints:      86146
3065.25/3074.18	c #Conflicts:    1487000 | #Constraints:      87146
3065.25/3074.18	c #Conflicts:    1488000 | #Constraints:      88146
3065.25/3074.18	c #Conflicts:    1489000 | #Constraints:      89146
3065.25/3074.18	c #Conflicts:    1490000 | #Constraints:      90146
3065.25/3074.18	c #Conflicts:    1491000 | #Constraints:      91146
3065.25/3074.18	c INPROCESSING
3065.25/3074.18	c GARBAGE COLLECT
3065.25/3074.18	c rational objective 40264
3071.82/3080.76	c #Conflicts:    1492000 | #Constraints:      67952
3071.82/3080.76	c #Conflicts:    1493000 | #Constraints:      68952
3071.82/3080.76	c #Conflicts:    1494000 | #Constraints:      69952
3071.82/3080.76	c #Conflicts:    1495000 | #Constraints:      70952
3071.82/3080.76	c #Conflicts:    1496000 | #Constraints:      71952
3071.82/3080.76	c #Conflicts:    1497000 | #Constraints:      72952
3071.82/3080.76	c #Conflicts:    1498000 | #Constraints:      73952
3071.82/3080.76	c #Conflicts:    1499000 | #Constraints:      74952
3071.82/3080.76	c #Conflicts:    1500000 | #Constraints:      75952
3071.82/3080.76	c #Conflicts:    1501000 | #Constraints:      76952
3071.82/3080.76	c #Conflicts:    1502000 | #Constraints:      77952
3071.82/3080.76	c #Conflicts:    1503000 | #Constraints:      78952
3071.82/3080.76	c #Conflicts:    1504000 | #Constraints:      79952
3071.82/3080.76	c #Conflicts:    1505000 | #Constraints:      80952
3071.82/3080.76	c #Conflicts:    1506000 | #Constraints:      81952
3071.82/3080.76	c #Conflicts:    1507000 | #Constraints:      82952
3071.82/3080.76	c #Conflicts:    1508000 | #Constraints:      83952
3071.82/3080.76	c #Conflicts:    1509000 | #Constraints:      84952
3071.82/3080.76	c #Conflicts:    1510000 | #Constraints:      85952
3071.82/3080.76	c #Conflicts:    1511000 | #Constraints:      86952
3071.82/3080.76	WSVECS04 Frhs2[21]: 6 0 455.86 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[23]: 6 0 455.86 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[29]: 6 0 515.72 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[30]: 6 0 1102.3 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[31]: 6 0 13341.6 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[38]: 6 0 235.483 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[63]: 6 0 227.345 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[65]: 6 0 639.52 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[82]: 6 0 154.05 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[84]: 6 0 122.083 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[85]: 6 0 547.914 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[88]: 6 0 408.12 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[128]: 6 -3237.15 0 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[130]: 6 0 646.438 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[133]: 6 0 82.6564 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[146]: 6 0 46697.4 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[153]: 6 0 59.0929 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[168]: 6 0 254.07 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[170]: 6 0 580.002 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[181]: 6 0 8389.1 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[188]: 6 0 254.07 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[190]: 6 0 526.451 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[211]: 6 0 16138 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[213]: 6 0 2.38073 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[218]: 6 0 515.794 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[221]: 6 0 470.648 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[223]: 6 0 470.648 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[228]: 6 0 470.648 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[250]: 6 0 536.176 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[253]: 6 0 59.0928 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[261]: 6 0 13636 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[263]: 6 0 248.726 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[268]: 6 0 275.45 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[283]: 6 0 605 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[288]: 6 0 501.886 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[317]: 6 0 155.207 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[318]: 6 0 593.689 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[323]: 6 -903.907 0 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[341]: 6 -108802 0 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[346]: 6 0 61384.9 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[347]: 6 0 61554.8 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[349]: 6 0 15617.3 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[356]: 6 -439.218 0 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[362]: 6 0 21.3808 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[363]: 6 0 147.07 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[367]: 6 -251.486 0 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[412]: 6 -961.104 0 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[418]: 6 0 537.758 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[443]: 6 0 15198.3 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[444]: 6 0 15198.3 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[446]: 6 0 76583.2 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[447]: 6 0 76753.2 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[448]: 6 0 15198.3 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[453]: 6 0 53.0607 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[465]: 6 0 259.689 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[468]: 6 0 254.07 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[482]: 6 0 59.5826 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[549]: 6 0 15617.3 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[553]: 6 0 59.0929 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[563]: 6 0 227.345 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[621]: 6 0 123.654 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[623]: 6 0 123.654 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[627]: 6 0 63.7939 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[628]: 6 0 123.654 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[633]: 6 0 23.7244 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[635]: 6 0 183.486 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[649]: 6 0 15617.3 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[651]: 6 0 13616.5 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[661]: 6 0 13614.6 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[667]: 6 -426.657 0 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[681]: 6 0 8135.03 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[683]: 6 0 103.114 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[711]: 6 0 16160 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[717]: 6 0 99.2757 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[719]: 6 0 99.2757 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[739]: 6 0 19.0001 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[740]: 6 0 158.436 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[746]: 6 0 61384.9 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[747]: 6 0 61554.8 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[750]: 6 0 30732.8 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[752]: 6 0 13.5001 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[753]: 6 0 72.5928 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[754]: 6 0 13.5 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[762]: 6 0 7.88074 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[783]: 6 0 511.234 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[784]: 6 0 122.083 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[823]: 6 -173.656 0 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[831]: 6 0 14364.2 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[836]: 6 0 918 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[839]: 6 0 937 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[847]: 6 0 61554.8 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[854]: 6 0 84.2501 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[856]: 6 -415.438 0 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[859]: 6 0 103.25 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[861]: 6 0 13367.9 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[868]: 6 0 7.4132 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[889]: 6 -794.234 0 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[912]: 6 -1249.68 0 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[917]: 6 0 99.2757 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[938]: 6 0 2.29133 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[940]: 6 0 413.057 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[947]: 6 0 61554.8 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[951]: 6 0 5377.31 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[952]: 6 0 49.9382 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[958]: 6 0 304.008 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[982]: 6 0 154.051 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[988]: 6 0 408.12 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[990]: 6 0 680.502 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1011]: 6 0 16189.3 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1014]: 6 0 10.415 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1038]: 6 0 248.103 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1040]: 6 0 731.937 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1046]: 6 0 61384.9 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1049]: 6 0 15617.3 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1051]: 6 0 13851.5 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1060]: 6 0 644.252 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1081]: 6 0 9057.15 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1084]: 6 0 636.083 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1090]: 6 0 1194.5 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1111]: 6 0 16135.6 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1117]: 6 0 74.9312 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1118]: 6 0 513.413 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1146]: 6 0 61384.9 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1158]: 6 0 254.07 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1160]: 6 0 663.252 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1167]: 6 -461.416 0 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1170]: 6 0 580.002 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1211]: 6 0 16152.5 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1247]: 6 0 45956.5 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1251]: 6 0 13870.5 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1261]: 6 0 13614.6 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1268]: 6 0 254.069 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1330]: 6 0 19.2549 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1351]: 6 0 13834.5 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1361]: 6 0 13614.6 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1383]: 6 0 410.734 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1411]: 6 0 16060.7 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1423]: 6 0 680.916 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1430]: 6 0 747.352 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1433]: 6 0 80.2757 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1434]: 6 -785.264 0 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1439]: 6 0 19 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1447]: 6 0 30856.7 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1451]: 6 0 13870.5 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1453]: 6 0 59.0929 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1463]: 6 0 227.345 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1483]: 6 0 410.734 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1521]: 6 -3307.22 0 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1530]: 6 0 646.438 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1533]: 6 0 181.932 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1556]: 6 -133.344 0 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1559]: 6 0 19.0001 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1561]: 6 0 13614.6 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1568]: 6 0 254.069 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1570]: 6 0 580.002 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1611]: 6 0 16160 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1619]: 6 0 99.2757 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1647]: 6 0 61554.8 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1651]: 6 0 13882.6 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1660]: 6 0 675.346 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1661]: 6 0 13614.6 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1662]: 6 0 21.3807 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1663]: 6 0 227.345 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1682]: 6 0 154.05 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1690]: 6 0 680.502 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1723]: 6 -456.167 0 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1733]: 6 0 80.2757 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1734]: 6 -323.969 0 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1745]: 6 -15617.3 0 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1749]: 6 0 15617.3 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1760]: 6 0 663.252 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1768]: 6 0 254.069 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[1789]: 6 -100.5 0 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[2173]: 6 -1090 0 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[2175]: 6 0 14301.3 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[2193]: 6 0 14246.3 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[2198]: 6 0 15725.3 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[2229]: 6 0 14704.3 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[2230]: 6 0 14618.3 shouldn't be
3071.82/3080.76	WSVECS04 Frhs2[2696]: 6 -1270 0 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[28]: 6 0 455.86 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[40]: 6 0 646.248 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[53]: 6 0 59.0929 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[113]: 6 0 24.3446 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[163]: 6 0 227.345 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[183]: 6 0 357.184 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[222]: 6 0 470.648 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[338]: 6 0 340.172 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[361]: 6 0 13614.6 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[417]: 6 0 99.2757 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[419]: 6 0 99.2757 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[438]: 6 0 340.172 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[462]: 6 0 21.3807 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[488]: 6 0 313.652 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[533]: 6 0 61.2757 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[546]: 6 0 61384.9 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[631]: 6 0 13389.7 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[646]: 6 0 61384.9 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[647]: 6 0 61554.8 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[662]: 6 0 21.3807 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[738]: 6 0 280.603 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[781]: 6 0 8543.15 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[782]: 6 0 154.05 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[788]: 6 0 348.55 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[833]: 6 0 998.276 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[838]: 6 0 1258.17 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[846]: 6 0 61384.9 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[851]: 6 0 13870.5 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[853]: 6 0 59.0928 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[858]: 6 0 338.32 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[919]: 6 0 99.2757 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[950]: 6 0 31325.4 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[970]: 6 0 580.002 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1050]: 6 0 31325.4 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1061]: 6 0 13614.6 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1070]: 6 0 580.002 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1149]: 6 0 15617.3 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1162]: 6 0 21.3807 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1218]: 6 0 530.232 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1258]: 6 0 254.07 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1288]: 6 0 922.12 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1424]: 6 0 680.916 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1428]: 6 0 680.916 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1431]: 6 0 13446.2 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1511]: 6 0 16178.9 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1531]: 6 0 13547.9 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1550]: 6 0 627.183 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1563]: 6 0 227.345 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1631]: 6 0 13547.9 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1640]: 6 0 852.594 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1670]: 6 0 580.002 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1681]: 6 0 8543.15 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1683]: 6 0 511.234 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1731]: 6 0 245.657 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[1750]: 6 0 31325.4 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[2174]: 6 0 14799.3 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[2183]: 6 0 14857.3 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[2455]: 6 -664 0 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[2464]: 6 -646 0 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[2467]: 6 -605 0 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[2618]: 6 -467 0 shouldn't be
3074.13/3083.04	WSVECS04 Frhs2[2643]: 6 -622 0 shouldn't be
3077.01/3085.92	WSVECS04 Frhs2[1481]: 6 0 8442.65 shouldn't be
3100.74/3109.76	WSVECS04 Frhs2[2657]: 6 -315 0 shouldn't be
3111.21/3120.24	c #Conflicts:    1512000 | #Constraints:      87952
3111.21/3120.24	c #Conflicts:    1513000 | #Constraints:      88952
3111.21/3120.24	c #Conflicts:    1514000 | #Constraints:      89952
3111.21/3120.24	c #Conflicts:    1515000 | #Constraints:      90952
3111.21/3120.24	c #Conflicts:    1516000 | #Constraints:      91952
3111.21/3120.24	c INPROCESSING
3111.21/3120.24	c GARBAGE COLLECT
3111.21/3120.24	c rational objective 40264
3121.29/3130.38	c #Conflicts:    1517000 | #Constraints:      68559
3121.29/3130.38	c #Conflicts:    1518000 | #Constraints:      69559
3121.29/3130.38	c #Conflicts:    1519000 | #Constraints:      70559
3121.29/3130.38	c #Conflicts:    1520000 | #Constraints:      71559
3121.29/3130.38	c #Conflicts:    1521000 | #Constraints:      72559
3121.29/3130.38	c #Conflicts:    1522000 | #Constraints:      73559
3121.29/3130.38	c #Conflicts:    1523000 | #Constraints:      74559
3121.29/3130.38	c #Conflicts:    1524000 | #Constraints:      75559
3121.29/3130.38	c #Conflicts:    1525000 | #Constraints:      76559
3121.29/3130.38	c #Conflicts:    1526000 | #Constraints:      77559
3121.29/3130.38	c #Conflicts:    1527000 | #Constraints:      78559
3121.29/3130.38	c #Conflicts:    1528000 | #Constraints:      79559
3121.29/3130.38	c #Conflicts:    1529000 | #Constraints:      80559
3121.29/3130.38	c bounds 67259 >= 16666 @ 3105.03
3167.36/3176.58	c #Conflicts:    1530000 | #Constraints:      81560
3167.36/3176.58	c #Conflicts:    1531000 | #Constraints:      82560
3167.36/3176.58	c #Conflicts:    1532000 | #Constraints:      83560
3167.36/3176.58	c #Conflicts:    1533000 | #Constraints:      84560
3167.36/3176.58	c #Conflicts:    1534000 | #Constraints:      85560
3167.36/3176.58	c #Conflicts:    1535000 | #Constraints:      86560
3167.36/3176.58	c #Conflicts:    1536000 | #Constraints:      87560
3167.36/3176.58	c #Conflicts:    1537000 | #Constraints:      88560
3167.36/3176.58	c #Conflicts:    1538000 | #Constraints:      89560
3167.36/3176.58	c #Conflicts:    1539000 | #Constraints:      90560
3167.36/3176.58	c #Conflicts:    1540000 | #Constraints:      91560
3167.36/3176.58	c #Conflicts:    1541000 | #Constraints:      92560
3167.36/3176.58	c INPROCESSING
3167.36/3176.58	c GARBAGE COLLECT
3167.36/3176.58	c rational objective 40264
3198.57/3207.82	c #Conflicts:    1542000 | #Constraints:      68917
3198.57/3207.82	c #Conflicts:    1543000 | #Constraints:      69917
3198.57/3207.82	c #Conflicts:    1544000 | #Constraints:      70917
3198.57/3207.82	c #Conflicts:    1545000 | #Constraints:      71917
3198.57/3207.82	c #Conflicts:    1546000 | #Constraints:      72917
3198.57/3207.82	c #Conflicts:    1547000 | #Constraints:      73917
3198.57/3207.82	c #Conflicts:    1548000 | #Constraints:      74917
3198.57/3207.82	c bounds 67259 >= 17312 @ 3182
3200.27/3209.56	c #Conflicts:    1549000 | #Constraints:      75920
3200.27/3209.56	c #Conflicts:    1550000 | #Constraints:      76920
3200.27/3209.56	c #Conflicts:    1551000 | #Constraints:      77920
3200.27/3209.56	c #Conflicts:    1552000 | #Constraints:      78920
3200.27/3209.56	c #Conflicts:    1553000 | #Constraints:      79920
3200.27/3209.56	c #Conflicts:    1554000 | #Constraints:      80920
3200.27/3209.56	c #Conflicts:    1555000 | #Constraints:      81920
3200.27/3209.56	c #Conflicts:    1556000 | #Constraints:      82920
3200.27/3209.56	c #Conflicts:    1557000 | #Constraints:      83920
3200.27/3209.56	c #Conflicts:    1558000 | #Constraints:      84920
3200.27/3209.56	c #Conflicts:    1559000 | #Constraints:      85920
3200.27/3209.56	c #Conflicts:    1560000 | #Constraints:      86920
3200.27/3209.56	c bounds 67259 >= 17958 @ 3183.68
3332.30/3341.94	c #Conflicts:    1561000 | #Constraints:      87923
3332.30/3341.94	c #Conflicts:    1562000 | #Constraints:      88923
3332.30/3341.94	c #Conflicts:    1563000 | #Constraints:      89923
3332.30/3341.94	c #Conflicts:    1564000 | #Constraints:      90923
3332.30/3341.94	c #Conflicts:    1565000 | #Constraints:      91923
3332.30/3341.94	c #Conflicts:    1566000 | #Constraints:      92923
3332.30/3341.94	c INPROCESSING
3332.30/3341.94	c GARBAGE COLLECT
3332.30/3341.94	c rational objective 40264
3342.77/3352.46	c #Conflicts:    1567000 | #Constraints:      69100
3342.77/3352.46	c #Conflicts:    1568000 | #Constraints:      70100
3342.77/3352.46	c #Conflicts:    1569000 | #Constraints:      71100
3342.77/3352.46	c #Conflicts:    1570000 | #Constraints:      72100
3342.77/3352.46	c #Conflicts:    1571000 | #Constraints:      73100
3342.77/3352.46	c #Conflicts:    1572000 | #Constraints:      74100
3342.77/3352.46	c #Conflicts:    1573000 | #Constraints:      75100
3342.77/3352.46	c #Conflicts:    1574000 | #Constraints:      76100
3342.77/3352.46	c #Conflicts:    1575000 | #Constraints:      77100
3342.77/3352.46	c #Conflicts:    1576000 | #Constraints:      78100
3342.77/3352.46	c #Conflicts:    1577000 | #Constraints:      79100
3342.77/3352.46	c #Conflicts:    1578000 | #Constraints:      80100
3342.77/3352.46	c #Conflicts:    1579000 | #Constraints:      81100
3342.77/3352.46	c #Conflicts:    1580000 | #Constraints:      82100
3342.77/3352.46	WSVECS04 Frhs2[1773]: 6 0 372 shouldn't be
3342.77/3352.46	WSVECS04 Frhs2[1775]: 6 0 372 shouldn't be
3342.77/3352.46	WSVECS04 Frhs2[2441]: 6 0 177 shouldn't be
3346.86/3356.51	c #Conflicts:    1581000 | #Constraints:      83100
3346.86/3356.51	c #Conflicts:    1582000 | #Constraints:      84100
3346.86/3356.51	c #Conflicts:    1583000 | #Constraints:      85100
3346.86/3356.51	c #Conflicts:    1584000 | #Constraints:      86100
3346.86/3356.51	WSVECS04 Frhs2[178]: 6 0 981 shouldn't be
3346.86/3356.51	WSVECS04 Frhs2[272]: 6 -5531 0 shouldn't be
3346.86/3356.51	WSVECS04 Frhs2[1634]: 6 -219 0 shouldn't be
3346.86/3356.51	WSVECS04 Frhs2[1778]: 6 0 1276 shouldn't be
3351.65/3361.38	c #Conflicts:    1585000 | #Constraints:      87100
3351.65/3361.38	c #Conflicts:    1586000 | #Constraints:      88100
3351.65/3361.38	c #Conflicts:    1587000 | #Constraints:      89100
3351.65/3361.38	c #Conflicts:    1588000 | #Constraints:      90100
3351.65/3361.38	c #Conflicts:    1589000 | #Constraints:      91100
3351.65/3361.38	c #Conflicts:    1590000 | #Constraints:      92100
3351.65/3361.38	c #Conflicts:    1591000 | #Constraints:      93100
3351.65/3361.38	c INPROCESSING
3351.65/3361.38	c GARBAGE COLLECT
3351.65/3361.38	c rational objective 40264
3354.84/3364.53	c #Conflicts:    1592000 | #Constraints:      69095
3354.84/3364.53	c #Conflicts:    1593000 | #Constraints:      70095
3354.84/3364.53	c #Conflicts:    1594000 | #Constraints:      71095
3354.84/3364.53	WSVECS04 Frhs2[126]: 6 0 1277.78 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[151]: 6 0 488.241 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[156]: 6 -22.754 0 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[159]: 6 0 22.754 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[160]: 6 0 510.492 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[190]: 6 0 479.606 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[254]: 6 0 45.508 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[256]: 6 -440.405 0 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[354]: 6 0 463.039 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[356]: 6 0 417.532 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[364]: 6 0 34.4199 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[424]: 6 0 164.755 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[427]: 6 0 755.755 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[465]: 6 0 216.253 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[468]: 6 0 251.245 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[469]: 6 0 2.30389 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[487]: 6 0 598.989 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[685]: 6 0 159.878 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[689]: 6 -311.663 0 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[729]: 6 0 748.377 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[761]: 6 0 1316.38 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[765]: 6 0 216.253 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[767]: 6 -88 0 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[781]: 6 0 572.307 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[785]: 6 0 159.878 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[789]: 6 -785.445 0 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[790]: 6 0 479.606 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[868]: 6 0 248.941 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[888]: 6 0 282.656 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[969]: 6 0 2.30389 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[1324]: 6 -589 0 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[1328]: 6 0 315.234 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[1334]: 6 -1065.01 0 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[1344]: 6 0 108.017 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[1351]: 6 0 465.487 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[1381]: 6 0 927.439 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[1436]: 6 0 720.624 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[1564]: 6 0 593.297 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[1718]: 6 0 70.2453 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[1735]: 6 -3036.23 0 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[1742]: 6 0 75.0395 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[1745]: 6 -396.817 0 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[1946]: 6 -567 0 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[2125]: 6 0 214.617 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[2132]: 6 -311 0 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[2133]: 6 0 407 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[2150]: 6 -260 0 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[2151]: 6 0 404 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[2646]: 6 -732 0 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[2666]: 6 -567 0 shouldn't be
3354.84/3364.53	WSVECS04 Frhs2[2682]: 6 -86.0001 0 shouldn't be
3355.74/3365.49	WSVECS04 Frhs2[255]: 6 0 22.754 shouldn't be
3355.74/3365.49	WSVECS04 Frhs2[366]: 6 0 34.4198 shouldn't be
3355.74/3365.49	WSVECS04 Frhs2[769]: 6 0 2.30395 shouldn't be
3355.74/3365.49	WSVECS04 Frhs2[1905]: 6 -567 0 shouldn't be
3355.74/3365.49	WSVECS04 Frhs2[2116]: 6 0 63.6173 shouldn't be
3355.74/3365.49	WSVECS04 Frhs2[2124]: 6 0 281 shouldn't be
3376.18/3386.00	c #Conflicts:    1595000 | #Constraints:      72095
3376.18/3386.00	c #Conflicts:    1596000 | #Constraints:      73095
3376.18/3386.00	c #Conflicts:    1597000 | #Constraints:      74095
3376.18/3386.00	c #Conflicts:    1598000 | #Constraints:      75095
3376.18/3386.00	c #Conflicts:    1599000 | #Constraints:      76095
3376.18/3386.00	c #Conflicts:    1600000 | #Constraints:      77095
3376.18/3386.00	c #Conflicts:    1601000 | #Constraints:      78095
3376.18/3386.00	c #Conflicts:    1602000 | #Constraints:      79095
3376.18/3386.00	c #Conflicts:    1603000 | #Constraints:      80095
3376.18/3386.00	c #Conflicts:    1604000 | #Constraints:      81096
3376.18/3386.00	c #Conflicts:    1605000 | #Constraints:      82096
3376.18/3386.00	c #Conflicts:    1606000 | #Constraints:      83096
3376.18/3386.00	c #Conflicts:    1607000 | #Constraints:      84096
3376.18/3386.00	c #Conflicts:    1608000 | #Constraints:      85096
3376.18/3386.00	c #Conflicts:    1609000 | #Constraints:      86096
3376.18/3386.00	c #Conflicts:    1610000 | #Constraints:      87096
3376.18/3386.00	c #Conflicts:    1611000 | #Constraints:      88096
3376.18/3386.00	c #Conflicts:    1612000 | #Constraints:      89096
3376.18/3386.00	c #Conflicts:    1613000 | #Constraints:      90096
3376.18/3386.00	c #Conflicts:    1614000 | #Constraints:      91096
3376.18/3386.00	WSVECS04 Frhs2[199]: 6 0 121.673 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[350]: 6 0 1036.85 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[450]: 6 0 1680.36 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[520]: 6 0 526.105 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[556]: 6 0 202.6 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[557]: 6 0 202.6 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[558]: 6 0 218.258 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[560]: 6 -1411.7 0 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[570]: 6 0 18.654 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[592]: 6 0 183.5 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[685]: 6 0 33.1579 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[689]: 6 -564.393 0 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[700]: 6 0 759.473 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[741]: 6 0 965.718 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[934]: 6 -772.411 0 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[950]: 6 0 1238.81 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[964]: 6 0 33.1579 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[965]: 6 0 33.1579 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[985]: 6 0 33.1579 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[999]: 6 0 6.43614 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[1344]: 6 0 344.369 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[1399]: 6 0 909.909 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[1441]: 6 0 1625.75 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[1652]: 6 0 172.2 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[2190]: 6 -380 0 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[2199]: 6 0 584.988 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[2208]: 6 0 692.073 shouldn't be
3376.18/3386.00	WSVECS04 Frhs2[2690]: 6 0 140.764 shouldn't be
3377.48/3387.26	WSVECS04 Frhs2[599]: 6 0 10 shouldn't be
3377.48/3387.26	WSVECS04 Frhs2[935]: 6 0 466.019 shouldn't be
3377.48/3387.26	WSVECS04 Frhs2[2322]: 6 0 116 shouldn't be
3378.68/3388.42	WSVECS04 Frhs2[597]: 6 0 141.327 shouldn't be
3378.68/3388.42	WSVECS04 Frhs2[1431]: 6 0 754.151 shouldn't be
3378.68/3388.42	WSVECS04 Frhs2[2244]: 6 0 96.0001 shouldn't be
3380.39/3390.16	WSVECS04 Frhs2[526]: 6 0 25.8422 shouldn't be
3380.39/3390.16	WSVECS04 Frhs2[596]: 6 0 117.327 shouldn't be
3380.39/3390.16	WSVECS04 Frhs2[2099]: 6 -337 0 shouldn't be
3380.39/3390.16	WSVECS04 Frhs2[2700]: 6 -328 0 shouldn't be
3389.74/3399.55	c #Conflicts:    1615000 | #Constraints:      92096
3389.74/3399.55	c #Conflicts:    1616000 | #Constraints:      93096
3389.74/3399.55	c INPROCESSING
3389.74/3399.55	c GARBAGE COLLECT
3389.74/3399.55	c rational objective 40264
3396.92/3406.72	c #Conflicts:    1617000 | #Constraints:      68920
3396.92/3406.72	c #Conflicts:    1618000 | #Constraints:      69920
3396.92/3406.72	c #Conflicts:    1619000 | #Constraints:      70920
3396.92/3406.72	c #Conflicts:    1620000 | #Constraints:      71920
3396.92/3406.72	c #Conflicts:    1621000 | #Constraints:      72920
3396.92/3406.72	c #Conflicts:    1622000 | #Constraints:      73920
3396.92/3406.72	c #Conflicts:    1623000 | #Constraints:      74920
3396.92/3406.72	c #Conflicts:    1624000 | #Constraints:      75920
3396.92/3406.72	c #Conflicts:    1625000 | #Constraints:      76920
3396.92/3406.72	c #Conflicts:    1626000 | #Constraints:      77920
3396.92/3406.72	c #Conflicts:    1627000 | #Constraints:      78920
3396.92/3406.72	c #Conflicts:    1628000 | #Constraints:      79920
3396.92/3406.72	c #Conflicts:    1629000 | #Constraints:      80920
3396.92/3406.72	c #Conflicts:    1630000 | #Constraints:      81920
3396.92/3406.72	c #Conflicts:    1631000 | #Constraints:      82920
3396.92/3406.72	c #Conflicts:    1632000 | #Constraints:      83920
3396.92/3406.72	WSVECS04 Frhs2[201]: 6 -51.0001 0 shouldn't be
3396.92/3406.72	WSVECS04 Frhs2[1215]: 6 0 233 shouldn't be
3396.92/3406.72	WSVECS04 Frhs2[1255]: 6 0 233 shouldn't be
3396.92/3406.72	WSVECS04 Frhs2[1275]: 6 0 233 shouldn't be
3396.92/3406.72	WSVECS04 Frhs2[1285]: 6 0 233 shouldn't be
3396.92/3406.72	WSVECS04 Frhs2[1295]: 6 0 233 shouldn't be
3396.92/3406.72	WSVECS04 Frhs2[1315]: 6 0 233 shouldn't be
3396.92/3406.72	WSVECS04 Frhs2[1325]: 6 0 233 shouldn't be
3396.92/3406.72	WSVECS04 Frhs2[1355]: 6 0 233 shouldn't be
3396.92/3406.72	WSVECS04 Frhs2[1367]: 6 -95 0 shouldn't be
3396.92/3406.72	WSVECS04 Frhs2[1375]: 6 0 233 shouldn't be
3396.92/3406.72	WSVECS04 Frhs2[1385]: 6 0 233 shouldn't be
3396.92/3406.72	WSVECS04 Frhs2[2165]: 6 -521 0 shouldn't be
3396.92/3406.72	WSVECS04 Frhs2[2197]: 6 -605 0 shouldn't be
3396.92/3406.72	WSVECS04 Frhs2[2203]: 6 -1190 0 shouldn't be
3396.92/3406.72	WSVECS04 Frhs2[2214]: 6 -451 0 shouldn't be
3396.92/3406.72	WSVECS04 Frhs2[2222]: 6 -311 0 shouldn't be
3396.92/3406.72	WSVECS04 Frhs2[2230]: 6 -250 0 shouldn't be
3396.92/3406.72	WSVECS04 Frhs2[2237]: 6 -1060 0 shouldn't be
3396.92/3406.72	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
3412.38/3422.29	WSVECS04 Frhs2[1235]: 6 0 233 shouldn't be
3412.38/3422.29	WSVECS04 Frhs2[1365]: 6 0 233 shouldn't be
3421.96/3431.81	c #Conflicts:    1633000 | #Constraints:      84920
3421.96/3431.81	c #Conflicts:    1634000 | #Constraints:      85920
3421.96/3431.81	c #Conflicts:    1635000 | #Constraints:      86920
3421.96/3431.81	c #Conflicts:    1636000 | #Constraints:      87920
3421.96/3431.81	c bounds 67259 >= 18604 @ 3404.33
3428.93/3438.82	c #Conflicts:    1637000 | #Constraints:      88923
3428.93/3438.82	c #Conflicts:    1638000 | #Constraints:      89923
3428.93/3438.82	c #Conflicts:    1639000 | #Constraints:      90923
3428.93/3438.82	c #Conflicts:    1640000 | #Constraints:      91923
3428.93/3438.82	c #Conflicts:    1641000 | #Constraints:      92923
3428.93/3438.82	c #Conflicts:    1642000 | #Constraints:      93923
3428.93/3438.82	c INPROCESSING
3428.93/3438.82	c GARBAGE COLLECT
3428.93/3438.82	WSVECS04 Frhs2[2171]: 6 -80 0 shouldn't be
3428.93/3438.82	WSVECS04 Frhs2[2181]: 6 -380 0 shouldn't be
3446.39/3456.34	WSVECS04 Frhs2[2578]: 6 -622 0 shouldn't be
3446.39/3456.34	WSVECS04 Frhs2[2599]: 6 -311 0 shouldn't be
3453.08/3463.03	WSVECS04 Frhs2[2198]: 6 -1090 0 shouldn't be
3462.34/3472.36	WSVECS04 Frhs2[2191]: 6 -1380 0 shouldn't be
3474.51/3484.50	WSVECS04 Frhs2[2537]: 6 -871 0 shouldn't be
3557.36/3567.65	WSVECS04 Frhs2[2578]: 6 -622 0 shouldn't be
3560.04/3570.31	c rational objective 40264
3567.32/3577.63	c #Conflicts:    1643000 | #Constraints:      69492
3567.32/3577.63	c #Conflicts:    1644000 | #Constraints:      70492
3567.32/3577.63	c #Conflicts:    1645000 | #Constraints:      71492
3567.32/3577.63	c #Conflicts:    1646000 | #Constraints:      72492
3567.32/3577.63	c #Conflicts:    1647000 | #Constraints:      73492
3567.32/3577.63	c #Conflicts:    1648000 | #Constraints:      74492
3567.32/3577.63	c #Conflicts:    1649000 | #Constraints:      75492
3567.32/3577.63	c #Conflicts:    1650000 | #Constraints:      76492
3567.32/3577.63	c #Conflicts:    1651000 | #Constraints:      77492
3567.32/3577.63	c #Conflicts:    1652000 | #Constraints:      78492
3567.32/3577.63	c #Conflicts:    1653000 | #Constraints:      79492
3567.32/3577.63	c #Conflicts:    1654000 | #Constraints:      80492
3567.32/3577.63	c #Conflicts:    1655000 | #Constraints:      81492
3567.32/3577.63	c #Conflicts:    1656000 | #Constraints:      82492
3567.32/3577.63	c #Conflicts:    1657000 | #Constraints:      83492
3567.32/3577.63	c #Conflicts:    1658000 | #Constraints:      84492
3567.32/3577.63	c #Conflicts:    1659000 | #Constraints:      85492
3567.32/3577.63	WSVECS04 Frhs2[289]: 6 -44 0 shouldn't be
3567.32/3577.63	WSVECS04 Frhs2[311]: 6 0 233 shouldn't be
3567.32/3577.63	WSVECS04 Frhs2[351]: 6 0 233 shouldn't be
3567.32/3577.63	WSVECS04 Frhs2[381]: 6 0 233 shouldn't be
3567.32/3577.63	WSVECS04 Frhs2[431]: 6 0 233 shouldn't be
3567.32/3577.63	WSVECS04 Frhs2[461]: 6 0 233 shouldn't be
3567.32/3577.63	WSVECS04 Frhs2[651]: 6 0 233 shouldn't be
3567.32/3577.63	WSVECS04 Frhs2[911]: 6 0 233 shouldn't be
3567.32/3577.63	WSVECS04 Frhs2[961]: 6 0 233 shouldn't be
3567.32/3577.63	WSVECS04 Frhs2[1071]: 6 0 233 shouldn't be
3567.32/3577.63	WSVECS04 Frhs2[1081]: 6 0 233 shouldn't be
3567.32/3577.63	WSVECS04 Frhs2[1312]: 6 -328 0 shouldn't be
3567.32/3577.63	WSVECS04 Frhs2[1361]: 6 0 233 shouldn't be
3567.32/3577.63	WSVECS04 Frhs2[1381]: 6 0 233 shouldn't be
3567.32/3577.63	WSVECS04 Frhs2[1434]: 6 -530 0 shouldn't be
3567.32/3577.63	WSVECS04 Frhs2[1451]: 6 0 233 shouldn't be
3567.32/3577.63	WSVECS04 Frhs2[1481]: 6 0 233 shouldn't be
3567.32/3577.63	WSVECS04 Frhs2[1812]: 6 -337 0 shouldn't be
3567.32/3577.63	WSVECS04 Frhs2[1848]: 6 -257 0 shouldn't be
3567.32/3577.63	WSVECS04 Frhs2[1864]: 6 -587 0 shouldn't be
3567.32/3577.63	WSVECS04 Frhs2[1881]: 6 -328 0 shouldn't be
3567.32/3577.63	WSVECS04 Frhs2[1889]: 6 -86.0001 0 shouldn't be
3569.22/3579.57	WSVECS04 Frhs2[1805]: 6 -521 0 shouldn't be
3569.22/3579.57	WSVECS04 Frhs2[1808]: 6 -467 0 shouldn't be
3569.22/3579.57	WSVECS04 Frhs2[1855]: 6 -370 0 shouldn't be
3571.21/3581.59	WSVECS04 Frhs2[631]: 6 0 233 shouldn't be
3571.21/3581.59	WSVECS04 Frhs2[1431]: 6 0 233 shouldn't be
3571.21/3581.59	WSVECS04 Frhs2[1634]: 6 -233 0 shouldn't be
3580.09/3590.46	WSVECS04 Frhs2[931]: 6 0 233 shouldn't be
3587.06/3597.50	WSVECS04 Frhs2[361]: 6 0 233 shouldn't be
3587.06/3597.50	WSVECS04 Frhs2[451]: 6 0 233 shouldn't be
3587.06/3597.50	WSVECS04 Frhs2[611]: 6 0 233 shouldn't be
3587.06/3597.50	WSVECS04 Frhs2[951]: 6 0 233 shouldn't be
3587.06/3597.50	WSVECS04 Frhs2[1321]: 6 0 233 shouldn't be
3589.35/3599.74	WSVECS04 Frhs2[621]: 6 0 233 shouldn't be
3589.35/3599.74	WSVECS04 Frhs2[981]: 6 0 233 shouldn't be
3589.35/3599.74	WSVECS04 Frhs2[1051]: 6 0 233 shouldn't be
3589.35/3599.74	WSVECS04 Frhs2[1061]: 6 0 233 shouldn't be
3592.54/3602.99	WSVECS04 Frhs2[421]: 6 0 233 shouldn't be
3592.54/3602.99	WSVECS04 Frhs2[921]: 6 0 233 shouldn't be
3592.54/3602.99	WSVECS04 Frhs2[1411]: 6 0 233 shouldn't be
3596.23/3606.65	WSVECS04 Frhs2[491]: 6 0 233 shouldn't be
3596.23/3606.65	WSVECS04 Frhs2[991]: 6 0 233 shouldn't be
3596.23/3606.65	WSVECS04 Frhs2[1091]: 6 0 233 shouldn't be
3596.23/3606.65	WSVECS04 Frhs2[1351]: 6 0 233 shouldn't be
3596.23/3606.65	WSVECS04 Frhs2[1461]: 6 0 233 shouldn't be
3599.82/3610.25	WSVECS04 Frhs2[1331]: 6 0 233 shouldn't be
3599.82/3610.25	WSVECS04 Frhs2[1391]: 6 0 233 shouldn't be
3599.82/3610.25	WSVECS04 Frhs2[1421]: 6 0 233 shouldn't be
3600.02/3610.40	c Disabling crashed LP
3600.02/3610.40	c cpu time 3581.75 s
3600.02/3610.40	c deterministic time 26077773224 2.61e+10
3600.02/3610.40	c optimization time 39.2635 s
3600.02/3610.40	c total solve time 3542.05 s
3600.02/3610.40	c core-guided solve time 2812.25 s
3600.02/3610.40	c propagation time 1660.58 s
3600.02/3610.40	c conflict analysis time 177.173 s
3600.02/3610.40	c propagations 209016787
3600.02/3610.40	c resolve steps 27566952
3600.02/3610.40	c decisions 3999200
3600.02/3610.40	c conflicts 1659836
3600.02/3610.40	c restarts 3132
3600.02/3610.40	c inprocessing phases 119
3600.02/3610.40	c garbage collections 118 ,( 99.16 )
3600.02/3610.40	c input clauses 20670 ,( 47.86 )
3600.02/3610.40	c input cardinalities 823 ,( 1.91 )
3600.02/3610.40	c input general constraints 21696 ,( 50.24 )
3600.02/3610.40	c input average constraint length 8.77
3600.02/3610.40	c input average constraint degree 572.04
3600.02/3610.40	c learned clauses 1414694 ,( 85.23 )
3600.02/3610.40	c learned cardinalities 47370 ,( 2.85 )
3600.02/3610.40	c learned general constraints 197881 ,( 11.92 )
3600.02/3610.40	c learned average constraint length 234.41
3600.02/3610.40	c learned average constraint degree 2052389.95
3600.02/3610.40	c watched  CF 32, 64, 128, Arb: 120060 , 0 , 0 , 0
3600.02/3610.40	c counting CF 32, 64, 128, Arb: 99518 , 0 , 0 , 0
3600.02/3610.40	c watched   constraints 120060 ,( 54.68 ) 
3600.02/3610.40	c counting  constraints 99517 ,( 45.32 ) 
3600.02/3610.40	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 681820018 , 350045643 , 1216552302 ,( 230229208 , 986323094 )
3600.02/3610.40	c gcd simplifications 25597
3600.02/3610.40	c detected cardinalities 104
3600.02/3610.40	c weakened non-implied lits 87850283
3600.02/3610.40	c weakened non-implying lits 210537
3600.02/3610.40	c original variables 2700
3600.02/3610.40	c clausal propagations 75057605
3600.02/3610.40	c cardinality propagations 107149057
3600.02/3610.40	c watched propagations 1551523
3600.02/3610.40	c counting propagations 22679953
3600.02/3610.40	c watch lookups 7433347476
3600.02/3610.40	c watch backjump lookups 0
3600.02/3610.40	c watch checks 13131987326
3600.02/3610.40	c propagation checks 4077732165
3600.02/3610.40	c constraint additions 1003829670
3600.02/3610.40	c trail pops 214675000
3600.02/3610.40	c formula constraints 43070
3600.02/3610.40	c learned constraints 1659796
3600.02/3610.40	c bound constraints 73
3600.02/3610.40	c core-guided constraints 46
3600.02/3610.40	c encountered formula constraints 17410405
3600.02/3610.40	c encountered learned constraints 11376940
3600.02/3610.40	c encountered bound constraints 49770
3600.02/3610.40	c encountered core-guided constraints 385013
3600.02/3610.40	c LP total time 3104.33 s
3600.02/3610.40	c LP solve time 3080.46 s
3600.02/3610.40	c LP constraints added 47903
3600.02/3610.40	c LP constraints removed 4753
3600.02/3610.40	c LP pivots internal 1659835
3600.02/3610.40	c LP pivots root 1525764
3600.02/3610.40	c LP calls 228
3600.02/3610.40	c LP optimalities 180
3600.02/3610.40	c LP no pivot count 0
3600.02/3610.40	c LP infeasibilities 40
3600.02/3610.40	c LP valid Farkas constraints 40
3600.02/3610.40	c LP learned Farkas constraints 40
3600.02/3610.40	c LP basis resets 0
3600.02/3610.40	c LP cycling count 0
3600.02/3610.40	c LP singular count 0
3600.02/3610.40	c LP no primal count 0
3600.02/3610.40	c LP no farkas count 0
3600.02/3610.40	c LP other issue count 0
3600.02/3610.40	c LP Gomory cuts 69
3600.02/3610.40	c LP learned cuts 4764
3600.02/3610.40	c LP deleted cuts 4753
3600.02/3610.40	c LP encountered Gomory constraints 3527
3600.02/3610.40	c LP encountered Farkas constraints 1008
3600.02/3610.40	c LP encountered learned Farkas constraints 85
3600.02/3610.40	c CG auxiliary variables introduced 23
3600.02/3610.40	c CG solutions found 50
3600.02/3610.40	c CG cores constructed 23
3600.02/3610.40	c CG core cardinality constraints returned 0
3600.02/3610.40	c CG unit cores 0
3600.02/3610.40	c CG single cores 23
3600.02/3610.40	c CG blocks removed during cardinality reduction 0
3600.02/3610.40	c CG first core best 0
3600.02/3610.40	c CG decision core best 0
3600.02/3610.40	c CG core reduction tie 0
3600.02/3610.40	c CG core degree average 1.00
3600.02/3610.40	c CG core slack average 13.83
3600.02/3610.40	c CG core upper bound improvements 0
3600.02/3610.40	c STR number of successful calls 0
3600.02/3610.40	c STR number of unsuccessful calls 0
3600.02/3610.40	c STR number of inconclusive calls 0
3600.02/3610.40	c STR number of successful attempts 0
3600.02/3610.40	c STR number of unsuccessful attempts 0
3600.02/3610.40	c STR number of inconclusive attempts 0
3600.02/3610.40	c STR average degree increase per successful call inf
3600.02/3610.40	c STR average degree increase per successful attempt inf
3600.02/3610.40	c STR total number of conflicts for successful attempts 0
3600.02/3610.40	c STR total number of conflicts for unsuccessful attempts 0
3600.02/3610.40	c STR total number of conflicts for inconclusive attempts 0
3600.02/3610.40	c STR average number of conflicts per successful attempt inf
3600.02/3610.40	c STR average number of conflicts per unsuccessful attempt inf
3600.02/3610.40	c STR average number of conflicts per inconclusive attempt inf
3600.02/3610.40	c AVG.sumWPerc 40.85 
3600.02/3610.40	c bigint constraints 0 
3600.02/3610.40	o 67259
3600.02/3610.40	s SATISFIABLE
3600.02/3610.40	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100 x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 x196 -x197 -x198 -x199 -x200 x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 x265 -x266 -x267 -x268 -x269 -x270 x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 x318 -x319 -x320 -x321 -x322 x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 x334 -x335 -x336 -x337 -x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 x378 -x379 -x380 -x381 -x382 x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 x420 -x421 -x422 -x423 x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 x500 -x501 -x502 -x503 x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 x519 -x520 -x521 -x522 -x523 -x524 -x525 x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 x600 -x601 x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 x667 -x668 -x669 -x670 -x671 -x672 x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 x699 -x700 x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 x739 -x740 -x741 -x742 -x743 -x744 x745 -x746 -x747 -x748 -x749 -x750 x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 x767 -x768 -x769 -x770 -x771 x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 x797 -x798 -x799 -x800 x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 x887 -x888 -x889 -x890 -x891 x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 x908 -x909 -x910 -x911 -x912 x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 x1010 -x1011 x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 x1200 x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 x1278 -x1279 -x1280 -x1281 -x1282 -x1283 x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 x1295 -x1296 -x1297 -x1298 -x1299 -x1300 x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 x1328 -x1329 -x1330 -x1331 -x1332 -x1333 x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 x1385 -x1386 -x1387 -x1388 -x1389 -x1390 x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 x1412 -x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 -x1450 -x1451 -x1452 -x1453 x1454 -x1455 -x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 -x1478 -x1479 x1480 x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 -x1489 -x1490 -x1491 -x1492 -x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 x1500 -x1501 -x1502 x1503 -x1504 -x1505 -x1506 -x1507 -x1508 -x1509 -x1510 -x1511 x1512 -x1513 -x1514 -x1515 -x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 x1523 -x1524 -x1525 -x1526 -x1527 -x1528 -x1529 -x1530 -x1531 -x1532 -x1533 -x1534 -x1535 -x1536 -x1537 -x1538 -x1539 x1540 -x1541 -x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 x1549 -x1550 -x1551 -x1552 -x1553 -x1554 -x1555 x1556 -x1557 -x1558 -x1559 -x1560 -x1561 x1562 -x1563 -x1564 -x1565 -x1566 -x1567 -x1568 -x1569 -x1570 -x1571 -x1572 -x1573 -x1574 -x1575 x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 x1589 -x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 -x1597 -x1598 -x1599 x1600 x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 x1612 -x1613 -x1614 -x1615 -x1616 -x1617 -x1618 -x1619 -x1620 -x1621 x1622 -x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 -x1630 x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 -x1645 -x1646 -x1647 -x1648 -x1649 x1650 -x1651 -x1652 -x1653 -x1654 -x1655 x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 -x1676 x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 -x1699 x1700 -x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 -x1708 x1709 -x1710 -x1711 -x1712 -x1713 -x1714 -x1715 -x1716 x1717 -x1718 -x1719 -x1720 -x1721 -x1722 x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 -x1732 -x1733 -x1734 x1735 -x1736 -x1737 -x1738 -x1739 -x1740 -x1741 -x1742 -x1743 -x1744 x1745 -x1746 -x1747 -x1748 -x1749 -x1750 -x1751 -x1752 x1753 -x1754 -x1755 -x1756 -x1757 -x1758 -x1759 -x1760 -x1761 -x1762 -x1763 -x1764 -x1765 -x1766 x1767 -x1768 -x1769 -x1770 -x1771 -x1772 -x1773 -x1774 -x1775 -x1776 -x1777 x1778 -x1779 -x1780 -x1781 -x1782 -x1783 -x1784 -x1785 -x1786 -x1787 -x1788 x1789 -x1790 -x1791 -x1792 -x1793 -x1794 -x1795 -x1796 -x1797 x1798 -x1799 -x1800 -x1801 x1802 -x1803 x1804 x1805 -x1806 x1807 x1808 -x1809 x1810 -x1811 -x1812 -x1813 -x1814 -x1815 -x1816 -x1817 -x1818 x1819 -x1820 -x1821 -x1822 -x1823 -x1824 -x1825 -x1826 -x1827 -x1828 x1829 -x1830 -x1831 -x1832 -x1833 -x1834 -x1835 -x1836 x1837 -x1838 -x1839 -x1840 -x1841 -x1842 -x1843 -x1844 -x1845 -x1846 -x1847 -x1848 x1849 -x1850 -x1851 -x1852 -x1853 -x1854 x1855 -x1856 -x1857 -x1858 -x1859 -x1860 -x1861 -x1862 -x1863 -x1864 -x1865 -x1866 -x1867 -x1868 -x1869 -x1870 -x1871 x1872 x1873 -x1874 -x1875 -x1876 -x1877 -x1878 -x1879 -x1880 -x1881 -x1882 -x1883 -x1884 -x1885 -x1886 -x1887 x1888 -x1889 -x1890 -x1891 -x1892 -x1893 -x1894 x1895 -x1896 -x1897 -x1898 -x1899 -x1900 x1901 x1902 x1903 -x1904 x1905 x1906 -x1907 -x1908 -x1909 x1910 -x1911 -x1912 -x1913 -x1914 -x1915 -x1916 -x1917 -x1918 x1919 -x1920 -x1921 -x1922 -x1923 -x1924 -x1925 -x1926 x1927 -x1928 -x1929 -x1930 -x1931 -x1932 -x1933 -x1934 -x1935 -x1936 x1937 -x1938 -x1939 -x1940 -x1941 -x1942 -x1943 -x1944 -x1945 x1946 -x1947 -x1948 -x1949 -x1950 -x1951 -x1952 -x1953 -x1954 -x1955 -x1956 -x1957 -x1958 -x1959 -x1960 -x1961 x1962 -x1963 x1964 -x1965 -x1966 -x1967 -x1968 -x1969 -x1970 -x1971 -x1972 -x1973 -x1974 -x1975 -x1976 -x1977 -x1978 -x1979 x1980 -x1981 x1982 -x1983 -x1984 -x1985 -x1986 -x1987 -x1988 -x1989 -x1990 x1991 -x1992 -x1993 -x1994 -x1995 -x1996 -x1997 -x1998 -x1999 x2000 x2001 x2002 -x2003 x2004 -x2005 -x2006 x2007 -x2008 -x2009 -x2010 -x2011 x2012 -x2013 -x2014 -x2015 -x2016 x2017 -x2018 -x2019 -x2020 -x2021 -x2022 -x2023 -x2024 -x2025 -x2026 -x2027 x2028 -x2029 -x2030 -x2031 -x2032 -x2033 -x2034 -x2035 -x2036 -x2037 -x2038 -x2039 -x2040 x2041 -x2042 -x2043 -x2044 -x2045 x2046 -x2047 -x2048 -x2049 -x2050 -x2051 -x2052 -x2053 -x2054 x2055 -x2056 -x2057 -x2058 -x2059 -x2060 -x2061 -x2062 -x2063 -x2064 -x2065 -x2066 -x2067 -x2068 -x2069 x2070 -x2071 -x2072 -x2073 x2074 -x2075 -x2076 -x2077 -x2078 -x2079 -x2080 x2081 -x2082 -x2083 -x2084 -x2085 -x2086 -x2087 -x2088 -x2089 -x2090 x2091 -x2092 -x2093 -x2094 -x2095 -x2096 -x2097 -x2098 x2099 -x2100 -x2101 x2102 x2103 -x2104 -x2105 x2106 -x2107 -x2108 -x2109 x2110 -x2111 -x2112 -x2113 -x2114 -x2115 -x2116 -x2117 -x2118 x2119 -x2120 -x2121 -x2122 -x2123 -x2124 -x2125 -x2126 -x2127 -x2128 -x2129 -x2130 -x2131 x2132 -x2133 -x2134 -x2135 -x2136 x2137 -x2138 -x2139 -x2140 -x2141 -x2142 -x2143 -x2144 -x2145 -x2146 -x2147 -x2148 -x2149 x2150 -x2151 x2152 -x2153 -x2154 -x2155 -x2156 -x2157 -x2158 -x2159 -x2160 -x2161 -x2162 -x2163 -x2164 -x2165 x2166 -x2167 -x2168 -x2169 -x2170 -x2171 -x2172 -x2173 -x2174 -x2175 -x2176 x2177 -x2178 -x2179 -x2180 -x2181 x2182 -x2183 -x2184 -x2185 -x2186 -x2187 -x2188 -x2189 x2190 -x2191 -x2192 -x2193 -x2194 -x2195 -x2196 x2197 x2198 -x2199 -x2200 x2201 -x2202 -x2203 -x2204 -x2205 -x2206 -x2207 -x2208 x2209 -x2210 -x2211 -x2212 -x2213 -x2214 -x2215 -x2216 -x2217 -x2218 -x2219 -x2220 x2221 -x2222 -x2223 -x2224 -x2225 -x2226 -x2227 x2228 -x2229 -x2230 -x2231 -x2232 -x2233 -x2234 -x2235 -x2236 -x2237 -x2238 -x2239 -x2240 x2241 -x2242 -x2243 -x2244 -x2245 x2246 -x2247 -x2248 -x2249 -x2250 -x2251 -x2252 -x2253 -x2254 x2255 -x2256 -x2257 -x2258 -x2259 -x2260 -x2261 -x2262 -x2263 x2264 -x2265 -x2266 -x2267 -x2268 -x2269 -x2270 -x2271 -x2272 x2273 -x2274 -x2275 -x2276 -x2277 -x2278 -x2279 -x2280 -x2281 x2282 -x2283 -x2284 -x2285 -x2286 x2287 -x2288 -x2289 -x2290 -x2291 -x2292 -x2293 -x2294 -x2295 -x2296 x2297 x2298 x2299 x2300 x2301 -x2302 x2303 -x2304 -x2305 -x2306 -x2307 -x2308 -x2309 x2310 -x2311 -x2312 -x2313 -x2314 -x2315 -x2316 -x2317 -x2318 x2319 -x2320 -x2321 -x2322 -x2323 -x2324 -x2325 -x2326 -x2327 -x2328 -x2329 -x2330 x2331 -x2332 -x2333 -x2334 -x2335 -x2336 -x2337 -x2338 x2339 -x2340 -x2341 -x2342 -x2343 x2344 -x2345 -x2346 -x2347 -x2348 -x2349 -x2350 -x2351 -x2352 -x2353 -x2354 x2355 -x2356 -x2357 -x2358 -x2359 x2360 -x2361 -x2362 -x2363 -x2364 -x2365 -x2366 -x2367 -x2368 -x2369 x2370 -x2371 -x2372 -x2373 -x2374 -x2375 -x2376 -x2377 -x2378 -x2379 -x2380 -x2381 x2382 -x2383 -x2384 -x2385 -x2386 -x2387 -x2388 -x2389 -x2390 -x2391 x2392 -x2393 -x2394 -x2395 -x2396 -x2397 x2398 -x2399 x2400 -x2401 x2402 x2403 -x2404 -x2405 -x2406 -x2407 -x2408 -x2409 x2410 -x2411 -x2412 x2413 -x2414 -x2415 -x2416 -x2417 -x2418 -x2419 -x2420 -x2421 -x2422 -x2423 -x2424 -x2425 -x2426 -x2427 x2428 -x2429 -x2430 -x2431 -x2432 -x2433 -x2434 -x2435 -x2436 x2437 -x2438 -x2439 -x2440 -x2441 -x2442 -x2443 -x2444 -x2445 x2446 -x2447 -x2448 -x2449 x2450 -x2451 -x2452 -x2453 -x2454 -x2455 -x2456 -x2457 -x2458 -x2459 -x2460 x2461 -x2462 -x2463 -x2464 -x2465 -x2466 x2467 -x2468 -x2469 -x2470 -x2471 -x2472 -x2473 -x2474 -x2475 -x2476 -x2477 -x2478 -x2479 -x2480 x2481 -x2482 -x2483 -x2484 -x2485 -x2486 -x2487 -x2488 -x2489 -x2490 x2491 -x2492 -x2493 -x2494 -x2495 x2496 x2497 -x2498 -x2499 -x2500 x2501 x2502 -x2503 -x2504 -x2505 -x2506 -x2507 -x2508 -x2509 x2510 -x2511 -x2512 -x2513 -x2514 -x2515 -x2516 x2517 -x2518 -x2519 -x2520 -x2521 -x2522 -x2523 -x2524 -x2525 -x2526 -x2527 x2528 -x2529 -x2530 x2531 -x2532 -x2533 -x2534 -x2535 -x2536 -x2537 -x2538 -x2539 -x2540 -x2541 -x2542 -x2543 -x2544 x2545 -x2546 -x2547 -x2548 -x2549 -x2550 x2551 -x2552 -x2553 -x2554 -x2555 -x2556 x2557 -x2558 -x2559 -x2560 -x2561 -x2562 -x2563 -x2564 -x2565 -x2566 -x2567 -x2568 -x2569 -x2570 -x2571 -x2572 x2573 -x2574 -x2575 -x2576 -x2577 -x2578 -x2579 -x2580 -x2581 -x2582 x2583 -x2584 -x2585 -x2586 -x2587 -x2588 -x2589 -x2590 x2591 -x2592 -x2593 x2594 -x2595 x2596 -x2597 x2598 x2599 -x2600 -x2601 -x2602 -x2603 -x2604 -x2605 -x2606 -x2607 -x2608 -x2609 x2610 -x2611 -x2612 -x2613 -x2614 -x2615 -x2616 -x2617 -x2618 x2619 -x2620 -x2621 -x2622 -x2623 -x2624 -x2625 -x2626 -x2627 x2628 -x2629 -x2630 x2631 -x2632 -x2633 -x2634 -x2635 -x2636 -x2637 -x2638 -x2639 -x2640 -x2641 -x2642 -x2643 -x2644 -x2645 x2646 x2647 -x2648 -x2649 -x2650 -x2651 -x2652 -x2653 -x2654 -x2655 -x2656 -x2657 x2658 -x2659 -x2660 -x2661 -x2662 -x2663 -x2664 -x2665 x2666 -x2667 -x2668 -x2669 -x2670 -x2671 -x2672 -x2673 -x2674 -x2675 -x2676 -x2677 -x2678 -x2679 -x2680 -x2681 x2682 -x2683 -x2684 -x2685 -x2686 -x2687 -x2688 x2689 -x2690 -x2691 -x2692 -x2693 -x2694 -x2695 x2696 x2697 -x2698 x2699 x2700
3600.02/3610.40	c Program interrupted by user.

Verifier Data

OK	67259

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4486566-1751327095/watcher-4486566-1751327095 -o /tmp/evaluation-result-4486566-1751327095/solver-4486566-1751327095 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751327095-44102 --watchdog 3760 run-opt-break.sh HOME/instance-4486566-1751327095.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=44163, runsolver pid=44153

[startup+0.100115 s]*
/proc/loadavg: 0.95 1.46 2.26 5/254 44167
/proc/meminfo: memFree=129522020/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44166] ppid=44163 vsize=28252 memory=19428 CPUtime=0.08 cores=0,2
/proc/44166/stat : 44166 (pbsuma) R 44163 44163 44092 0 -1 4194304 3834 0 0 0 7 1 0 0 20 0 1 0 48388886 28930048 4857 18446744073709551615 4210688 4653049 140730016097984 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 12140544 140730016102755 140730016102962 140730016102962 140730016108527 0
/proc/44166/statm: 7063 4857 960 108 0 4471 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 32444 KiB
Current children cumulated memory: 22500 KiB

[startup+0.213939 s]*
/proc/loadavg: 0.95 1.46 2.26 5/254 44167
/proc/meminfo: memFree=129498772/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44166] ppid=44163 vsize=29996 memory=21640 CPUtime=0.19 cores=0,2
/proc/44166/stat : 44166 (pbsuma) R 44163 44163 44092 0 -1 4194304 9217 0 0 0 15 4 0 0 20 0 1 0 48388886 30715904 5410 18446744073709551615 4210688 4653049 140730016097984 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 12140544 140730016102755 140730016102962 140730016102962 140730016108527 0
/proc/44166/statm: 7499 5410 1024 108 0 4907 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 34188 KiB
Current children cumulated memory: 24712 KiB

[startup+0.313795 s]*
/proc/loadavg: 0.95 1.46 2.26 4/250 44169
/proc/meminfo: memFree=129500676/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=56508 memory=9856 CPUtime=0.06 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 736 0 0 0 5 1 0 0 20 0 1 0 48388909 57864192 2464 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 14127 2464 1952 1147 0 1554 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 60700 KiB
Current children cumulated memory: 12928 KiB

[startup+0.700327 s]
/proc/loadavg: 0.95 1.46 2.26 4/249 44177
/proc/meminfo: memFree=129489068/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=92224 memory=42516 CPUtime=0.43 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 5650 0 0 0 35 8 0 0 20 0 1 0 48388909 94437376 10629 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 23056 10629 2272 1147 0 10483 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 96416 KiB
Current children cumulated memory: 45588 KiB

[startup+1.50032 s]
/proc/loadavg: 0.95 1.46 2.26 4/249 44177
/proc/meminfo: memFree=129443260/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=137028 memory=86016 CPUtime=1.23 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 13092 0 0 0 111 12 0 0 20 0 1 0 48388909 140316672 21504 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 34257 21504 2336 1147 0 21684 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 141220 KiB
Current children cumulated memory: 89088 KiB

[startup+3.113 s]
/proc/loadavg: 1.20 1.51 2.27 6/254 44216
/proc/meminfo: memFree=129425292/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=145776 memory=93120 CPUtime=2.84 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 13779 0 0 0 270 14 0 0 20 0 1 0 48388909 149274624 23280 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 36444 23280 2400 1147 0 23871 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 149968 KiB
Current children cumulated memory: 96192 KiB

[startup+6.30029 s]
/proc/loadavg: 1.20 1.51 2.27 5/254 44216
/proc/meminfo: memFree=129414648/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=145776 memory=93120 CPUtime=6.02 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 13783 0 0 0 586 16 0 0 20 0 1 0 48388909 149274624 23280 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 36444 23280 2400 1147 0 23871 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 149968 KiB
Current children cumulated memory: 96192 KiB

[startup+12.7003 s]
/proc/loadavg: 1.42 1.55 2.28 5/254 44216
/proc/meminfo: memFree=129405040/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=145776 memory=93120 CPUtime=12.39 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 13788 0 0 0 1221 18 0 0 20 0 1 0 48388909 149274624 23280 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 36444 23280 2400 1147 0 23871 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 149968 KiB
Current children cumulated memory: 96192 KiB

[startup+25.5003 s]
/proc/loadavg: 2.07 1.68 2.32 5/254 44216
/proc/meminfo: memFree=129369440/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=157432 memory=106076 CPUtime=25.16 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 15487 0 0 0 2487 29 0 0 20 0 1 0 48388909 161210368 26519 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 39358 26519 2432 1147 0 26785 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 161624 KiB
Current children cumulated memory: 109148 KiB

[startup+51.113 s]
/proc/loadavg: 2.73 1.87 2.36 5/254 44218
/proc/meminfo: memFree=129349900/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=157432 memory=106076 CPUtime=50.69 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 15500 0 0 0 5029 40 0 0 20 0 1 0 48388909 161210368 26519 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 39358 26519 2432 1147 0 26785 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 161624 KiB
Current children cumulated memory: 109148 KiB

[startup+102.3 s]
/proc/loadavg: 3.49 2.22 2.46 5/255 44221
/proc/meminfo: memFree=129320200/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=174192 memory=119040 CPUtime=101.73 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 18247 0 0 0 10092 81 0 0 20 0 1 0 48388909 178372608 29760 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 43548 29760 2432 1147 0 30975 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 178384 KiB
Current children cumulated memory: 122112 KiB

[startup+162.3 s]
/proc/loadavg: 4.55 2.76 2.63 5/257 44231
/proc/meminfo: memFree=129300096/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=174192 memory=123272 CPUtime=161.55 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 18624 0 0 0 16039 116 0 0 20 0 1 0 48388909 178372608 30818 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 43548 30818 2432 1147 0 30975 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 178384 KiB
Current children cumulated memory: 126344 KiB

[startup+222.3 s]
/proc/loadavg: 4.25 3.00 2.72 5/257 44233
/proc/meminfo: memFree=129257516/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=174192 memory=123272 CPUtime=221.39 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 18627 0 0 0 21992 147 0 0 20 0 1 0 48388909 178372608 30818 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 43548 30818 2432 1147 0 30975 0

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

/proc/loadavg: 4.14 4.12 4.04 5/253 44374
/proc/meminfo: memFree=128772780/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=336764 memory=235200 CPUtime=3033.32 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 28863 0 0 0 301768 1564 0 0 20 0 1 0 48388909 344846336 58800 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 84191 58800 2528 1147 0 71618 0
Current children cumulated CPU time: 3033.53 s
Current children cumulated vsize: 340956 KiB
Current children cumulated memory: 238272 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.11 4.04 5/253 44376
/proc/meminfo: memFree=128779820/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=336764 memory=235328 CPUtime=3093.15 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 28906 0 0 0 307719 1596 0 0 20 0 1 0 48388909 344846336 58832 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 84191 58832 2528 1147 0 71618 0
Current children cumulated CPU time: 3093.36 s
Current children cumulated vsize: 340956 KiB
Current children cumulated memory: 238400 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.10 4.04 5/255 44386
/proc/meminfo: memFree=128776772/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=336764 memory=235712 CPUtime=3152.99 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 29042 0 0 0 313676 1623 0 0 20 0 1 0 48388909 344846336 58928 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 84191 58928 2528 1147 0 71618 0
Current children cumulated CPU time: 3153.2 s
Current children cumulated vsize: 340956 KiB
Current children cumulated memory: 238784 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.11 4.04 5/256 44389
/proc/meminfo: memFree=128784480/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=336764 memory=235712 CPUtime=3212.82 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 29043 0 0 0 319632 1650 0 0 20 0 1 0 48388909 344846336 58928 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 84191 58928 2528 1147 0 71618 0
Current children cumulated CPU time: 3213.03 s
Current children cumulated vsize: 340956 KiB
Current children cumulated memory: 238784 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.10 4.04 5/256 44391
/proc/meminfo: memFree=128785228/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=336764 memory=235712 CPUtime=3272.66 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 29043 0 0 0 325599 1667 0 0 20 0 1 0 48388909 344846336 58928 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 84191 58928 2528 1147 0 71618 0
Current children cumulated CPU time: 3272.87 s
Current children cumulated vsize: 340956 KiB
Current children cumulated memory: 238784 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.12 4.05 5/256 44393
/proc/meminfo: memFree=128786648/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=336764 memory=235712 CPUtime=3332.49 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 29043 0 0 0 331560 1689 0 0 20 0 1 0 48388909 344846336 58928 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 84191 58928 2528 1147 0 71618 0
Current children cumulated CPU time: 3332.7 s
Current children cumulated vsize: 340956 KiB
Current children cumulated memory: 238784 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.05 5/256 44395
/proc/meminfo: memFree=128772220/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=339824 memory=241216 CPUtime=3392.32 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 30429 0 0 0 337501 1731 0 0 20 0 1 0 48388909 347979776 60304 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 84956 60304 2528 1147 0 72383 0
Current children cumulated CPU time: 3392.53 s
Current children cumulated vsize: 344016 KiB
Current children cumulated memory: 244288 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.13 4.06 5/255 44397
/proc/meminfo: memFree=128771616/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=344536 memory=242752 CPUtime=3452.16 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 30815 0 0 0 343464 1752 0 0 20 0 1 0 48388909 352804864 60688 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 86134 60688 2528 1147 0 73561 0
Current children cumulated CPU time: 3452.37 s
Current children cumulated vsize: 348728 KiB
Current children cumulated memory: 245824 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.12 4.06 5/253 44399
/proc/meminfo: memFree=128780164/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=344536 memory=242752 CPUtime=3511.99 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 30815 0 0 0 349426 1773 0 0 20 0 1 0 48388909 352804864 60688 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 86134 60688 2528 1147 0 73561 0
Current children cumulated CPU time: 3512.2 s
Current children cumulated vsize: 348728 KiB
Current children cumulated memory: 245824 KiB

[startup+3582.3 s]
/proc/loadavg: 4.63 4.26 4.11 5/253 44401
/proc/meminfo: memFree=128774960/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=344536 memory=245296 CPUtime=3571.8 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 30913 0 0 0 355381 1799 0 0 20 0 1 0 48388909 352804864 61324 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 86134 61324 2528 1147 0 73561 0
Current children cumulated CPU time: 3572.01 s
Current children cumulated vsize: 348728 KiB
Current children cumulated memory: 248368 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 4.62 4.29 4.13 5/245 44404
/proc/meminfo: memFree=129113508/131382116 swapFree=33010684/33010684
[pid=44163] ppid=44153 vsize=4192 memory=3072 CPUtime=0.21 cores=0,2
/proc/44163/stat : 44163 (run-opt-break.s) S 44153 44163 44092 0 -1 4194304 239 9220 0 0 0 0 17 4 20 0 1 0 48388885 4292608 768 18446744073709551615 93981999640576 93982000535109 140730937086976 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93982000774160 93982000821904 93982018580480 140730937088353 140730937088482 140730937088482 140730937094084 0
/proc/44163/statm: 1048 768 704 219 0 110 0
[pid=44168] ppid=44163 vsize=344536 memory=245296 CPUtime=3599.81 cores=0,2
/proc/44168/stat : 44168 (roundingsat) R 44163 44163 44092 0 -1 4194304 30923 0 0 0 358175 1806 0 0 20 0 1 0 48388909 352804864 61324 18446744073709551615 4227072 8923433 140729331305568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17014784 140729331312996 140729331313192 140729331313192 140729331318762 0
/proc/44168/statm: 86134 61324 2528 1147 0 73561 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 348728 KiB
Current children cumulated memory: 248368 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3581.93 s, system=18.1173 s

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

Child status: 2

Real time (s): 3610.41
CPU time (s): 3600.05
CPU user time (s): 3581.93
CPU system time (s): 18.1173
CPU usage (%): 99.7131
Max. virtual memory (cumulated for all children) (KiB): 348728
Max. memory (cumulated for all children) (KiB): 248368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3581.93
system time used= 18.1173
maximum resident set size= 245552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40409
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 245
involuntary context switches= 10401


# summary of solver processes directly reported to runsolver:
#   pid: 44163
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3581.93
#   total CPU system time (s): 18.1173

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.2052 second user time and 36.9334 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-01 01:44:55
IDJOB=4486566
IDBENCH=147023
IDSOLVER=3359
FILE ID=nodeC010/4486566-1751327095
RUNJOBID= nodeC010-1751327095-44102
SLURM_JOB_ID= 9594364
Free space on /tmp= 432668 MiB

SOLVER NAME= roundingsat+pbsuma-opt 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-data10_3.opb
COMMAND LINE= run-opt-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4486566-1751327095/watcher-4486566-1751327095 -o /tmp/evaluation-result-4486566-1751327095/solver-4486566-1751327095 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751327095-44102 --watchdog 3760  run-opt-break.sh HOME/instance-4486566-1751327095.opb

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

MD5SUM BENCH= 45d4d1161a77415ffbfc9841f6913b11
RANDOM SEED=1366485614

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129534096 kB
MemAvailable:   129957460 kB
Buffers:            3280 kB
Cached:          1230824 kB
SwapCached:            0 kB
Active:           370656 kB
Inactive:         925200 kB
Active(anon):      79712 kB
Inactive(anon):        0 kB
Active(file):     290944 kB
Inactive(file):   925200 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             31436 kB
Writeback:             0 kB
AnonPages:         64804 kB
Mapped:           103792 kB
Shmem:             17960 kB
KReclaimable:      93692 kB
Slab:             177624 kB
SReclaimable:      93692 kB
SUnreclaim:        83932 kB
KernelStack:        3800 kB
PageTables:         2688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     334388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149304 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432656 MiB
End job on nodeC010 at 2025-07-01 02:45:05