Trace number 4532342

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat+pbsuma-opt-log 0f876b3SAT (TO)67259 3600.11 3620.67

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.04	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.04	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.04	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.04	c │      (c) 2025 Markus Anders                                    │
0.00/0.04	c └────────────────────────────────────────────────────────────────┘
0.00/0.04	c parse 'HOME/instance-4532342-1752584604.opb'
0.06/0.14	c 	read 3.06MB  (96.61ms)
0.06/0.14	c	 [cnf: #variables 2700 #clauses 42621 #duplicates 0 #arr 308220]
0.06/0.14	c output proof to 'PROOFDIR/proof-4532342-1752584604'
0.06/0.14	c 
0.06/0.14	c make graph and approximate orbits
0.06/0.21	c	 [group: #orbits ~= 0] (65.92ms)
0.06/0.21	c 
0.06/0.21	c detect special group actions
0.06/0.21	c 	probe for Johnson action (limit=64)
0.06/0.21	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.06/0.21	c 	probe for row symmetry (limit=64, splits=16.78M)
0.06/0.21	c 	 (6.38ms)
0.06/0.21	c 
0.06/0.21	c detect symmetries on remainder
0.06/0.22	c 	[graph: #vertices 66291 #edges 658380]
0.06/0.22	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.17/0.23	c 	 [group: #symmetries 1.00*10^0 #generators 0] (12.60ms)
0.17/0.23	c 
0.17/0.23	c finalize break order and special generators
0.17/0.23	c 
0.17/0.23	c generation finished
0.17/0.23	c 	[sbp: #constraints 0 #add_vars 0]
0.17/0.23	c 
0.17/0.23	c write result to 'HOME/instance-4532342-1752584604.opb.pre'
0.17/0.25	c 	wrote 3.06MB (18.92ms)
0.17/0.25	c ------------------------------------------------------------------
0.17/0.25	c                  96.61ms 47.51% parse
0.17/0.25	c                  65.92ms 32.42% approx_orbits
0.17/0.25	c                  18.92ms  9.31% output
0.17/0.25	c                  12.60ms  6.20% detect_generic
0.17/0.25	c                   6.38ms  3.14% detect_special
0.17/0.25	c                   2.62ms  1.29% other
0.17/0.25	c                   0.27ms  0.13% finalize_order
0.17/0.25	c         ───────────────────────────────────────────────
0.17/0.25	c                 203.33ms   100% total
0.17/0.25	c ------------------------------------------------------------------
0.17/0.32	c RoundingSat 2
0.17/0.32	c branch pb25
0.17/0.32	c commit 0f876b3
0.89/1.07	c #variables 2700 #constraints 43070
0.89/1.07	c objective is ce32 
0.89/1.07	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.89/1.07	c initial counting CF 32, 64, 128, Arb: 21601 , 0 , 0 , 0
0.89/1.07	c bounds - >= 0 @ 0.618289
2.99/3.15	c #Conflicts:       1000 | #Constraints:      44069
2.99/3.15	c bounds 91338 >= 0 @ 2.65999
2.99/3.16	c bounds 86697 >= 0 @ 2.66255
7.16/7.37	c #Conflicts:       2000 | #Constraints:      45071
7.16/7.37	c INPROCESSING
7.16/7.37	WSVECS04 Frhs2[1176]: 6 -1594 0 shouldn't be
7.16/7.37	WSVECS04 Frhs2[1256]: 6 -75.0001 0 shouldn't be
7.16/7.37	WSVECS04 Frhs2[1450]: 6 0 533 shouldn't be
7.16/7.37	WSVECS04 Frhs2[1550]: 6 -6702 0 shouldn't be
7.16/7.37	WSVECS04 Frhs2[1786]: 6 -44 0 shouldn't be
9.97/10.12	WSVECS04 Frhs2[1650]: 6 0 584 shouldn't be
9.97/10.12	WSVECS04 Frhs2[2203]: 6 0 39.0001 shouldn't be
9.97/10.12	WSVECS04 Frhs2[2569]: 6 0 74.0001 shouldn't be
12.86/13.05	c bounds 84892 >= 0 @ 12.4846
13.05/13.21	c #Conflicts:       3000 | #Constraints:      45082
13.05/13.21	c #Conflicts:       4000 | #Constraints:      46082
13.05/13.21	c INPROCESSING
13.05/13.21	c GARBAGE COLLECT
13.05/13.21	c bounds 83810 >= 0 @ 12.6313
13.05/13.23	c bounds 83411 >= 0 @ 12.6564
13.05/13.26	c bounds 83389 >= 0 @ 12.6833
13.05/13.29	c bounds 82114 >= 0 @ 12.7057
13.15/13.33	c bounds 81347 >= 0 @ 12.7498
13.25/13.49	c bounds 81334 >= 0 @ 12.9078
13.35/13.51	c #Conflicts:       5000 | #Constraints:      45502
13.35/13.51	c bounds 81334 >= 1060 @ 12.9249
17.43/17.66	c #Conflicts:       6000 | #Constraints:      46505
17.43/17.66	c INPROCESSING
17.43/17.66	c GARBAGE COLLECT
17.43/17.66	c bounds 80963 >= 1060 @ 17.0466
17.54/17.74	c #Conflicts:       7000 | #Constraints:      45515
17.54/17.74	c bounds 80935 >= 1060 @ 17.1247
17.54/17.75	c bounds 80360 >= 1060 @ 17.1258
17.84/18.07	c bounds 79804 >= 1060 @ 17.4407
19.14/19.34	c #Conflicts:       8000 | #Constraints:      46518
19.14/19.34	c #Conflicts:       9000 | #Constraints:      47518
19.14/19.34	c INPROCESSING
19.14/19.34	c GARBAGE COLLECT
19.14/19.34	WSVECS04 Frhs2[2172]: 6 -337 0 shouldn't be
22.84/23.02	c rational objective 40264
23.72/23.92	c bounds 79804 >= 2080 @ 23.2382
23.72/23.93	c bounds 79212 >= 2080 @ 23.2503
23.83/24.02	c bounds 78921 >= 2080 @ 23.3388
24.22/24.46	c #Conflicts:      10000 | #Constraints:      46233
24.22/24.46	c #Conflicts:      11000 | #Constraints:      47233
24.22/24.46	c #Conflicts:      12000 | #Constraints:      48233
24.22/24.46	c INPROCESSING
24.22/24.46	c GARBAGE COLLECT
24.22/24.46	c bounds 78475 >= 2080 @ 23.7574
24.72/24.95	c bounds 78457 >= 2080 @ 24.2306
24.72/24.95	c bounds 78130 >= 2080 @ 24.2327
25.01/25.21	c #Conflicts:      13000 | #Constraints:      46683
25.01/25.21	c bounds 78127 >= 2080 @ 24.4828
34.80/35.04	c #Conflicts:      14000 | #Constraints:      47684
34.80/35.04	c #Conflicts:      15000 | #Constraints:      48685
34.80/35.04	c INPROCESSING
34.80/35.04	c GARBAGE COLLECT
34.80/35.04	c #Conflicts:      16000 | #Constraints:      46915
34.80/35.04	c #Conflicts:      17000 | #Constraints:      47915
34.80/35.04	c #Conflicts:      18000 | #Constraints:      48915
34.80/35.04	c INPROCESSING
34.80/35.04	c GARBAGE COLLECT
34.80/35.04	c rational objective 40264
35.39/35.63	c bounds 77307 >= 2080 @ 34.7944
35.39/35.63	c #Conflicts:      19000 | #Constraints:      46943
35.39/35.63	c bounds 77307 >= 3037 @ 34.7971
35.39/35.64	c bounds 77307 >= 3994 @ 34.7982
35.39/35.64	c bounds 77307 >= 4951 @ 34.8009
35.39/35.64	c bounds 77307 >= 5908 @ 34.8037
35.39/35.65	c bounds 77307 >= 6865 @ 34.809
35.39/35.66	c bounds 77307 >= 7822 @ 34.8167
35.39/35.66	c bounds 77307 >= 8779 @ 34.8197
36.80/37.10	WSVECS04 Frhs2[2165]: 6 -521 0 shouldn't be
36.80/37.10	WSVECS04 Frhs2[2195]: 6 -878 0 shouldn't be
36.80/37.10	WSVECS04 Frhs2[2396]: 6 -567 0 shouldn't be
36.80/37.10	WSVECS04 Frhs2[2600]: 6 -260 0 shouldn't be
36.80/37.10	WSVECS04 Frhs2[2652]: 6 -957 0 shouldn't be
36.80/37.10	WSVECS04 Frhs2[2664]: 6 -451 0 shouldn't be
38.89/39.15	WSVECS04 Frhs2[2173]: 6 -1090 0 shouldn't be
41.27/41.53	WSVECS04 Frhs2[2098]: 6 -929 0 shouldn't be
41.27/41.53	WSVECS04 Frhs2[2299]: 6 -408 0 shouldn't be
41.27/41.53	WSVECS04 Frhs2[2601]: 6 -328 0 shouldn't be
44.78/45.01	WSVECS04 Frhs2[2437]: 6 -587 0 shouldn't be
44.78/45.01	WSVECS04 Frhs2[2605]: 6 -732 0 shouldn't be
49.86/50.19	WSVECS04 Frhs2[2112]: 6 -957 0 shouldn't be
49.86/50.19	WSVECS04 Frhs2[2573]: 6 -557 0 shouldn't be
49.86/50.19	WSVECS04 Frhs2[2598]: 6 -557 0 shouldn't be
49.86/50.19	WSVECS04 Frhs2[2599]: 6 -311 0 shouldn't be
53.14/53.41	c bounds 77307 >= 9736 @ 52.465
53.34/53.63	c #Conflicts:      20000 | #Constraints:      47967
53.34/53.63	c #Conflicts:      21000 | #Constraints:      48967
53.34/53.63	c INPROCESSING
53.34/53.63	c GARBAGE COLLECT
53.34/53.63	c bounds 75333 >= 9736 @ 52.6763
53.54/53.88	c #Conflicts:      22000 | #Constraints:      46756
53.54/53.88	c bounds 75260 >= 9736 @ 52.9142
54.54/54.80	c #Conflicts:      23000 | #Constraints:      47757
54.54/54.80	c #Conflicts:      24000 | #Constraints:      48757
54.54/54.80	c #Conflicts:      25000 | #Constraints:      49757
54.54/54.80	c INPROCESSING
54.54/54.80	c GARBAGE COLLECT
54.54/54.80	c #Conflicts:      26000 | #Constraints:      47385
54.54/54.80	c #Conflicts:      27000 | #Constraints:      48385
54.54/54.80	c bounds 74721 >= 9736 @ 53.8222
56.13/56.48	c #Conflicts:      28000 | #Constraints:      49386
56.13/56.48	c #Conflicts:      29000 | #Constraints:      50386
56.13/56.48	c INPROCESSING
56.13/56.48	c GARBAGE COLLECT
56.13/56.48	WSVECS04 Frhs2[2524]: 6 -605 0 shouldn't be
56.13/56.48	WSVECS04 Frhs2[2557]: 6 -605 0 shouldn't be
59.51/59.80	c rational objective 40264
70.81/72.10	c #Conflicts:      30000 | #Constraints:      47786
70.81/72.10	c #Conflicts:      31000 | #Constraints:      48786
70.81/72.10	c #Conflicts:      32000 | #Constraints:      49786
70.81/72.10	c #Conflicts:      33000 | #Constraints:      50786
70.81/72.10	c INPROCESSING
70.81/72.10	c GARBAGE COLLECT
70.81/72.10	c #Conflicts:      34000 | #Constraints:      48012
70.81/72.10	c #Conflicts:      35000 | #Constraints:      49012
70.81/72.10	c #Conflicts:      36000 | #Constraints:      50012
70.81/72.10	c #Conflicts:      37000 | #Constraints:      51012
70.81/72.10	c INPROCESSING
70.81/72.10	c GARBAGE COLLECT
70.81/72.10	c rational objective 40264
73.39/74.67	c #Conflicts:      38000 | #Constraints:      48002
73.39/74.67	c #Conflicts:      39000 | #Constraints:      49002
73.39/74.67	c #Conflicts:      40000 | #Constraints:      50002
73.39/74.67	c #Conflicts:      41000 | #Constraints:      51002
73.39/74.67	WSVECS04 Frhs2[13]: 6 0 583.72 shouldn't be
73.39/74.67	WSVECS04 Frhs2[27]: 6 0 993 shouldn't be
73.39/74.67	WSVECS04 Frhs2[28]: 6 0 726.587 shouldn't be
73.39/74.67	WSVECS04 Frhs2[73]: 6 0 560.32 shouldn't be
73.39/74.67	WSVECS04 Frhs2[92]: 6 0 40.3334 shouldn't be
73.39/74.67	WSVECS04 Frhs2[93]: 6 0 4.50001 shouldn't be
73.39/74.67	WSVECS04 Frhs2[276]: 6 0 457 shouldn't be
73.39/74.67	WSVECS04 Frhs2[277]: 6 0 457 shouldn't be
73.39/74.67	WSVECS04 Frhs2[296]: 6 0 16738.3 shouldn't be
73.39/74.67	WSVECS04 Frhs2[416]: 6 0 17009.7 shouldn't be
73.39/74.67	WSVECS04 Frhs2[422]: 6 0 229 shouldn't be
73.39/74.67	WSVECS04 Frhs2[428]: 6 0 955.587 shouldn't be
73.39/74.67	WSVECS04 Frhs2[578]: 6 -1301.18 0 shouldn't be
73.39/74.67	WSVECS04 Frhs2[600]: 6 -11.5001 0 shouldn't be
73.39/74.67	WSVECS04 Frhs2[696]: 6 0 16363.8 shouldn't be
73.39/74.67	WSVECS04 Frhs2[903]: 6 0 965.513 shouldn't be
73.39/74.67	WSVECS04 Frhs2[907]: 6 0 973.513 shouldn't be
73.39/74.67	WSVECS04 Frhs2[967]: 6 -4.00008 0 shouldn't be
73.39/74.67	WSVECS04 Frhs2[977]: 6 0 120.68 shouldn't be
73.39/74.67	WSVECS04 Frhs2[1197]: 6 0 3.50005 shouldn't be
73.39/74.67	WSVECS04 Frhs2[1313]: 6 0 583.72 shouldn't be
73.39/74.67	WSVECS04 Frhs2[1373]: 6 0 19.1868 shouldn't be
73.39/74.67	WSVECS04 Frhs2[1428]: 6 0 1849 shouldn't be
73.39/74.67	WSVECS04 Frhs2[1499]: 6 0 297.5 shouldn't be
73.39/74.67	WSVECS04 Frhs2[1777]: 6 0 584 shouldn't be
73.39/74.67	WSVECS04 Frhs2[1806]: 6 -370 0 shouldn't be
73.39/74.67	WSVECS04 Frhs2[1821]: 6 -380 0 shouldn't be
73.39/74.67	WSVECS04 Frhs2[1855]: 6 -370 0 shouldn't be
73.39/74.67	WSVECS04 Frhs2[1863]: 6 0 345 shouldn't be
73.39/74.67	WSVECS04 Frhs2[1864]: 6 -587 0 shouldn't be
73.39/74.67	WSVECS04 Frhs2[2264]: 6 -315 0 shouldn't be
73.39/74.67	WSVECS04 Frhs2[2273]: 6 -257 0 shouldn't be
73.39/74.67	WSVECS04 Frhs2[2299]: 6 -408 0 shouldn't be
73.39/74.67	WSVECS04 Frhs2[2360]: 6 0 421 shouldn't be
73.39/74.67	WSVECS04 Frhs2[2370]: 6 0 121 shouldn't be
73.39/74.67	WSVECS04 Frhs2[2400]: 6 -253 0 shouldn't be
73.39/74.67	WSVECS04 Frhs2[2655]: 6 -1184 0 shouldn't be
75.09/76.32	c INPROCESSING
75.09/76.32	c GARBAGE COLLECT
75.09/76.32	c #Conflicts:      42000 | #Constraints:      47826
75.09/76.32	c #Conflicts:      43000 | #Constraints:      48826
75.09/76.32	c #Conflicts:      44000 | #Constraints:      49826
75.09/76.32	c #Conflicts:      45000 | #Constraints:      50826
75.09/76.32	c bounds 74581 >= 9736 @ 74.17
75.09/76.32	c bounds 73525 >= 9736 @ 74.1713
75.18/76.45	c bounds 73476 >= 9736 @ 74.2994
76.58/77.84	c #Conflicts:      46000 | #Constraints:      51829
76.58/77.84	c INPROCESSING
76.58/77.84	c GARBAGE COLLECT
76.58/77.84	c #Conflicts:      47000 | #Constraints:      48386
76.58/77.84	WSVECS04 Frhs2[15]: 6 0 37.0001 shouldn't be
76.58/77.84	WSVECS04 Frhs2[97]: 6 0 43.4127 shouldn't be
76.58/77.84	WSVECS04 Frhs2[100]: 6 -283.395 0 shouldn't be
76.58/77.84	WSVECS04 Frhs2[162]: 6 0 3.00004 shouldn't be
76.58/77.84	WSVECS04 Frhs2[189]: 6 -1852.03 0 shouldn't be
76.58/77.84	WSVECS04 Frhs2[218]: 6 0 130.826 shouldn't be
76.58/77.84	WSVECS04 Frhs2[287]: 6 0 233.595 shouldn't be
76.58/77.84	WSVECS04 Frhs2[317]: 6 0 219.044 shouldn't be
76.58/77.84	WSVECS04 Frhs2[409]: 6 0 1615.9 shouldn't be
76.58/77.84	WSVECS04 Frhs2[417]: 6 0 219.044 shouldn't be
76.58/77.84	WSVECS04 Frhs2[419]: 6 0 11.7106 shouldn't be
76.58/77.84	WSVECS04 Frhs2[420]: 6 -1064.96 0 shouldn't be
76.58/77.84	WSVECS04 Frhs2[470]: 6 0 147.623 shouldn't be
76.58/77.84	WSVECS04 Frhs2[497]: 6 0 43.4127 shouldn't be
76.58/77.84	WSVECS04 Frhs2[500]: 6 -1226.42 0 shouldn't be
76.58/77.84	WSVECS04 Frhs2[516]: 6 0 1064.96 shouldn't be
76.58/77.84	WSVECS04 Frhs2[520]: 6 0 906.333 shouldn't be
76.58/77.84	WSVECS04 Frhs2[563]: 6 -3139 0 shouldn't be
76.58/77.84	WSVECS04 Frhs2[597]: 6 0 43.4127 shouldn't be
76.58/77.84	WSVECS04 Frhs2[609]: 6 0 1615.9 shouldn't be
76.58/77.84	WSVECS04 Frhs2[610]: 6 0 1615.9 shouldn't be
76.58/77.84	WSVECS04 Frhs2[612]: 6 -1455.96 0 shouldn't be
76.58/77.84	WSVECS04 Frhs2[662]: 6 0 991 shouldn't be
76.58/77.84	WSVECS04 Frhs2[668]: 6 0 988 shouldn't be
76.58/77.84	WSVECS04 Frhs2[697]: 6 0 129.413 shouldn't be
76.58/77.84	WSVECS04 Frhs2[783]: 6 0 1250.91 shouldn't be
76.58/77.84	WSVECS04 Frhs2[792]: 6 0 760.623 shouldn't be
76.58/77.84	WSVECS04 Frhs2[819]: 6 0 170.333 shouldn't be
76.58/77.84	WSVECS04 Frhs2[889]: 6 -69.0001 0 shouldn't be
76.58/77.84	WSVECS04 Frhs2[898]: 6 0 9.37738 shouldn't be
76.58/77.84	WSVECS04 Frhs2[912]: 6 -533.289 0 shouldn't be
76.58/77.84	WSVECS04 Frhs2[980]: 6 0 361 shouldn't be
76.58/77.84	WSVECS04 Frhs2[982]: 6 0 15.3838 shouldn't be
76.58/77.84	WSVECS04 Frhs2[984]: 6 0 205.224 shouldn't be
76.58/77.84	WSVECS04 Frhs2[1002]: 6 0 903 shouldn't be
76.58/77.84	WSVECS04 Frhs2[1010]: 6 0 2518.9 shouldn't be
76.58/77.84	WSVECS04 Frhs2[1016]: 6 0 158.623 shouldn't be
76.58/77.84	WSVECS04 Frhs2[1083]: 6 0 1250.91 shouldn't be
76.58/77.84	WSVECS04 Frhs2[1189]: 6 -888 0 shouldn't be
76.58/77.84	WSVECS04 Frhs2[1314]: 6 0 724.21 shouldn't be
76.58/77.84	WSVECS04 Frhs2[1317]: 6 0 377.667 shouldn't be
76.58/77.84	WSVECS04 Frhs2[1367]: 6 -4.00001 0 shouldn't be
76.58/77.84	WSVECS04 Frhs2[1383]: 6 0 1908 shouldn't be
76.58/77.84	WSVECS04 Frhs2[1390]: 6 0 311.78 shouldn't be
76.58/77.84	WSVECS04 Frhs2[1392]: 6 0 1846.83 shouldn't be
76.58/77.84	WSVECS04 Frhs2[1414]: 6 0 724.21 shouldn't be
76.58/77.84	WSVECS04 Frhs2[1417]: 6 0 377.667 shouldn't be
76.58/77.84	WSVECS04 Frhs2[1434]: 6 -1029 0 shouldn't be
76.58/77.84	WSVECS04 Frhs2[1482]: 6 0 820.94 shouldn't be
76.58/77.84	WSVECS04 Frhs2[1538]: 6 0 1181 shouldn't be
76.58/77.84	WSVECS04 Frhs2[1568]: 6 0 4.00004 shouldn't be
76.58/77.84	WSVECS04 Frhs2[1789]: 6 -378 0 shouldn't be
76.58/77.84	WSVECS04 Frhs2[1855]: 6 -370 0 shouldn't be
76.58/77.84	WSVECS04 Frhs2[1862]: 6 0 156 shouldn't be
76.58/77.84	WSVECS04 Frhs2[2104]: 6 -646 0 shouldn't be
76.58/77.84	WSVECS04 Frhs2[2352]: 6 0 230 shouldn't be
76.58/77.84	WSVECS04 Frhs2[2354]: 6 0 252 shouldn't be
76.58/77.84	WSVECS04 Frhs2[2526]: 6 0 28 shouldn't be
76.58/77.84	WSVECS04 Frhs2[2575]: 6 0 133.811 shouldn't be
85.35/86.64	c #Conflicts:      48000 | #Constraints:      49387
85.35/86.64	c #Conflicts:      49000 | #Constraints:      50387
85.35/86.64	c #Conflicts:      50000 | #Constraints:      51387
85.35/86.64	c #Conflicts:      51000 | #Constraints:      52387
85.35/86.64	c INPROCESSING
85.35/86.64	c GARBAGE COLLECT
85.35/86.64	c rational objective 40264
85.55/86.86	c bounds 73378 >= 9736 @ 84.5694
85.65/86.93	c bounds 73175 >= 9736 @ 84.6381
85.65/86.99	c bounds 71827 >= 9736 @ 84.6952
87.15/88.42	c #Conflicts:      52000 | #Constraints:      48807
87.15/88.42	c #Conflicts:      53000 | #Constraints:      49807
87.15/88.42	c bounds 71558 >= 9736 @ 86.0918
88.86/90.12	c #Conflicts:      54000 | #Constraints:      50808
88.86/90.12	WSVECS04 Frhs2[1905]: 6 -567 0 shouldn't be
88.86/90.12	WSVECS04 Frhs2[2005]: 6 -664 0 shouldn't be
88.86/90.12	WSVECS04 Frhs2[2106]: 6 -732 0 shouldn't be
88.86/90.12	WSVECS04 Frhs2[2166]: 6 -370 0 shouldn't be
88.86/90.12	WSVECS04 Frhs2[2174]: 6 -315 0 shouldn't be
88.86/90.12	WSVECS04 Frhs2[2212]: 6 -410 0 shouldn't be
88.86/90.12	WSVECS04 Frhs2[2223]: 6 -325 0 shouldn't be
88.86/90.12	WSVECS04 Frhs2[2363]: 6 -257 0 shouldn't be
88.86/90.12	WSVECS04 Frhs2[2391]: 6 -253 0 shouldn't be
88.86/90.12	WSVECS04 Frhs2[2401]: 6 -250 0 shouldn't be
88.86/90.12	WSVECS04 Frhs2[2445]: 6 -567 0 shouldn't be
88.86/90.12	WSVECS04 Frhs2[2455]: 6 -664 0 shouldn't be
88.86/90.12	WSVECS04 Frhs2[2582]: 6 -311 0 shouldn't be
88.86/90.12	WSVECS04 Frhs2[2599]: 6 -311 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[1802]: 6 -665 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[1855]: 6 -370 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[1879]: 6 -311 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[1891]: 6 -745 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[1902]: 6 -337 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[1991]: 6 -80 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2000]: 6 -80.0001 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2001]: 6 -380 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2007]: 6 -697 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2012]: 6 -408 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2037]: 6 -501 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2082]: 6 -337 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2103]: 6 -622 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2110]: 6 -1380 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2181]: 6 -380 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2191]: 6 -1380 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2198]: 6 -1090 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2204]: 6 -1060 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2264]: 6 -315 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2282]: 6 -408 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2299]: 6 -408 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2300]: 6 -1010 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2304]: 6 -451 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2310]: 6 -253 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2321]: 6 -260 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2328]: 6 -557 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2339]: 6 -86.0001 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2346]: 6 -370 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2398]: 6 -622 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2403]: 6 -325 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2428]: 6 -325 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2434]: 6 -605 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2497]: 6 -646 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2501]: 6 -260 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2502]: 6 -86.0001 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2528]: 6 -467 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2619]: 6 -670 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2621]: 6 -80 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2641]: 6 -1380 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2695]: 6 -732 0 shouldn't be
95.62/96.96	WSVECS04 Frhs2[2700]: 6 -328 0 shouldn't be
100.50/101.82	WSVECS04 Frhs2[1901]: 6 -80.0001 0 shouldn't be
100.50/101.82	WSVECS04 Frhs2[1937]: 6 -315 0 shouldn't be
100.50/101.82	WSVECS04 Frhs2[2100]: 6 -380 0 shouldn't be
100.50/101.82	WSVECS04 Frhs2[2301]: 6 -253 0 shouldn't be
100.50/101.82	WSVECS04 Frhs2[2499]: 6 -410 0 shouldn't be
100.50/101.82	WSVECS04 Frhs2[2657]: 6 -315 0 shouldn't be
100.50/101.82	WSVECS04 Frhs2[2689]: 6 -311 0 shouldn't be
100.50/101.82	WSVECS04 Frhs2[2697]: 6 -451 0 shouldn't be
102.81/104.18	WSVECS04 Frhs2[1903]: 6 -1090 0 shouldn't be
102.81/104.18	WSVECS04 Frhs2[1910]: 6 -80.0001 0 shouldn't be
102.81/104.18	WSVECS04 Frhs2[2102]: 6 -408 0 shouldn't be
102.81/104.18	WSVECS04 Frhs2[2119]: 6 -408 0 shouldn't be
102.81/104.18	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
102.81/104.18	WSVECS04 Frhs2[2397]: 6 -501 0 shouldn't be
102.81/104.18	WSVECS04 Frhs2[2591]: 6 -260 0 shouldn't be
103.80/105.16	WSVECS04 Frhs2[1805]: 6 -521 0 shouldn't be
103.80/105.16	WSVECS04 Frhs2[1849]: 6 -408 0 shouldn't be
103.80/105.16	WSVECS04 Frhs2[1982]: 6 -665 0 shouldn't be
103.80/105.16	WSVECS04 Frhs2[2017]: 6 -605 0 shouldn't be
103.80/105.16	WSVECS04 Frhs2[2132]: 6 -311 0 shouldn't be
103.80/105.16	WSVECS04 Frhs2[2298]: 6 -257 0 shouldn't be
103.80/105.16	WSVECS04 Frhs2[2355]: 6 -567 0 shouldn't be
103.80/105.16	WSVECS04 Frhs2[2377]: 6 -605 0 shouldn't be
103.80/105.16	WSVECS04 Frhs2[2402]: 6 -311 0 shouldn't be
103.80/105.16	WSVECS04 Frhs2[2410]: 6 -250 0 shouldn't be
103.80/105.16	WSVECS04 Frhs2[2510]: 6 -260 0 shouldn't be
103.80/105.16	WSVECS04 Frhs2[2519]: 6 -86.0001 0 shouldn't be
103.80/105.16	WSVECS04 Frhs2[2557]: 6 -605 0 shouldn't be
103.80/105.16	WSVECS04 Frhs2[2597]: 6 -1060 0 shouldn't be
103.80/105.16	WSVECS04 Frhs2[2601]: 6 -328 0 shouldn't be
103.80/105.16	WSVECS04 Frhs2[2637]: 6 -697 0 shouldn't be
103.80/105.16	WSVECS04 Frhs2[2647]: 6 -605 0 shouldn't be
105.89/107.22	WSVECS04 Frhs2[1810]: 6 -745 0 shouldn't be
105.89/107.22	WSVECS04 Frhs2[1829]: 6 -337 0 shouldn't be
105.89/107.22	WSVECS04 Frhs2[1890]: 6 -328 0 shouldn't be
105.89/107.22	WSVECS04 Frhs2[2002]: 6 -1020 0 shouldn't be
105.89/107.22	WSVECS04 Frhs2[2028]: 6 -257 0 shouldn't be
105.89/107.22	WSVECS04 Frhs2[2197]: 6 -605 0 shouldn't be
105.89/107.22	WSVECS04 Frhs2[2228]: 6 -1190 0 shouldn't be
105.89/107.22	WSVECS04 Frhs2[2255]: 6 -521 0 shouldn't be
105.89/107.22	WSVECS04 Frhs2[2287]: 6 -605 0 shouldn't be
105.89/107.22	WSVECS04 Frhs2[2473]: 6 -1190 0 shouldn't be
105.89/107.22	WSVECS04 Frhs2[2476]: 6 -521 0 shouldn't be
105.89/107.22	WSVECS04 Frhs2[2682]: 6 -86.0001 0 shouldn't be
109.08/110.40	WSVECS04 Frhs2[1819]: 6 -665 0 shouldn't be
109.08/110.40	WSVECS04 Frhs2[2673]: 6 -325 0 shouldn't be
111.96/113.30	WSVECS04 Frhs2[1807]: 6 -587 0 shouldn't be
111.96/113.30	WSVECS04 Frhs2[1809]: 6 -670 0 shouldn't be
119.34/120.77	c #Conflicts:      55000 | #Constraints:      51808
119.34/120.77	c #Conflicts:      56000 | #Constraints:      52808
119.34/120.77	c INPROCESSING
119.34/120.77	c GARBAGE COLLECT
119.34/120.77	c bounds 71039 >= 9736 @ 118.187
119.66/121.03	c #Conflicts:      57000 | #Constraints:      48997
119.66/121.03	c #Conflicts:      58000 | #Constraints:      49997
119.66/121.03	c #Conflicts:      59000 | #Constraints:      50997
119.66/121.03	c bounds 71039 >= 10481 @ 118.426
124.13/125.52	c #Conflicts:      60000 | #Constraints:      52000
124.13/125.52	c #Conflicts:      61000 | #Constraints:      53000
124.13/125.52	c INPROCESSING
124.13/125.52	c GARBAGE COLLECT
124.13/125.52	c rational objective 40264
156.84/158.30	c #Conflicts:      62000 | #Constraints:      48993
156.84/158.30	c #Conflicts:      63000 | #Constraints:      49993
156.84/158.30	c #Conflicts:      64000 | #Constraints:      50993
156.84/158.30	c #Conflicts:      65000 | #Constraints:      51993
156.84/158.30	c #Conflicts:      66000 | #Constraints:      52993
156.84/158.30	c INPROCESSING
156.84/158.30	c GARBAGE COLLECT
156.84/158.30	c rational objective 40264
157.94/159.49	c #Conflicts:      67000 | #Constraints:      48806
157.94/159.49	c #Conflicts:      68000 | #Constraints:      49806
157.94/159.49	c bounds 70943 >= 10481 @ 156.605
158.93/160.48	c #Conflicts:      69000 | #Constraints:      50807
158.93/160.48	c #Conflicts:      70000 | #Constraints:      51807
158.93/160.48	c #Conflicts:      71000 | #Constraints:      52807
158.93/160.48	c #Conflicts:      72000 | #Constraints:      53807
158.93/160.48	c INPROCESSING
158.93/160.48	c GARBAGE COLLECT
158.93/160.48	c #Conflicts:      73000 | #Constraints:      49402
158.93/160.48	c bounds 70563 >= 10481 @ 157.554
159.13/160.65	c #Conflicts:      74000 | #Constraints:      50403
159.13/160.65	c #Conflicts:      75000 | #Constraints:      51403
159.13/160.65	c bounds 70563 >= 11213 @ 157.713
159.13/160.68	c bounds 70100 >= 11213 @ 157.748
159.93/161.48	c #Conflicts:      76000 | #Constraints:      52407
159.93/161.48	c #Conflicts:      77000 | #Constraints:      53407
159.93/161.48	c bounds 69943 >= 11213 @ 158.524
160.13/161.70	c #Conflicts:      78000 | #Constraints:      54408
160.13/161.70	c INPROCESSING
160.13/161.70	c GARBAGE COLLECT
160.13/161.70	c #Conflicts:      79000 | #Constraints:      49829
160.13/161.70	c bounds 69943 >= 11945 @ 158.735
160.72/162.24	c #Conflicts:      80000 | #Constraints:      50832
160.72/162.24	c #Conflicts:      81000 | #Constraints:      51832
160.72/162.24	c #Conflicts:      82000 | #Constraints:      52832
160.72/162.24	c #Conflicts:      83000 | #Constraints:      53832
160.72/162.24	c #Conflicts:      84000 | #Constraints:      54832
160.72/162.24	c INPROCESSING
160.72/162.24	c GARBAGE COLLECT
160.72/162.24	c bounds 69909 >= 11945 @ 159.262
160.72/162.27	c bounds 69606 >= 11945 @ 159.29
165.52/167.04	c #Conflicts:      85000 | #Constraints:      50042
165.52/167.04	c #Conflicts:      86000 | #Constraints:      51042
165.52/167.04	c #Conflicts:      87000 | #Constraints:      52043
165.52/167.04	c #Conflicts:      88000 | #Constraints:      53043
165.52/167.04	c #Conflicts:      89000 | #Constraints:      54043
165.52/167.04	c bounds 69411 >= 11945 @ 163.991
166.62/168.17	c #Conflicts:      90000 | #Constraints:      55044
166.62/168.17	c INPROCESSING
166.62/168.17	c GARBAGE COLLECT
166.62/168.17	c #Conflicts:      91000 | #Constraints:      50022
166.62/168.17	WSVECS04 Frhs2[1802]: 6 -665 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[1805]: 6 -521 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[1807]: 6 -587 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[1819]: 6 -665 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[1849]: 6 -408 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[1879]: 6 -311 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[1890]: 6 -328 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[1914]: 6 -501 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[1980]: 6 -328 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[2005]: 6 -664 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[2152]: 6 -670 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[2166]: 6 -370 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[2174]: 6 -315 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[2181]: 6 -380 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[2197]: 6 -605 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[2198]: 6 -1090 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[2204]: 6 -1060 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[2214]: 6 -451 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[2228]: 6 -1190 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[2346]: 6 -370 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[2377]: 6 -605 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[2491]: 6 -250 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[2496]: 6 -664 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[2497]: 6 -646 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[2537]: 6 -871 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[2568]: 6 -257 0 shouldn't be
166.62/168.17	WSVECS04 Frhs2[2594]: 6 -871 0 shouldn't be
177.39/178.91	c #Conflicts:      92000 | #Constraints:      51022
177.39/178.91	c #Conflicts:      93000 | #Constraints:      52022
177.39/178.91	c #Conflicts:      94000 | #Constraints:      53022
177.39/178.91	c #Conflicts:      95000 | #Constraints:      54022
177.39/178.91	c #Conflicts:      96000 | #Constraints:      55022
177.39/178.91	c INPROCESSING
177.39/178.91	c GARBAGE COLLECT
177.39/178.91	c rational objective 40264
180.18/181.74	c #Conflicts:      97000 | #Constraints:      49829
180.18/181.74	c #Conflicts:      98000 | #Constraints:      50829
180.18/181.74	c #Conflicts:      99000 | #Constraints:      51829
180.18/181.74	c #Conflicts:     100000 | #Constraints:      52829
180.18/181.74	c #Conflicts:     101000 | #Constraints:      53829
180.18/181.74	c #Conflicts:     102000 | #Constraints:      54829
180.18/181.74	c #Conflicts:     103000 | #Constraints:      55829
180.18/181.74	c INPROCESSING
180.18/181.74	c GARBAGE COLLECT
180.18/181.74	c bounds 69173 >= 11945 @ 178.525
180.49/182.07	c #Conflicts:     104000 | #Constraints:      50449
180.49/182.07	c bounds 69054 >= 11945 @ 178.847
181.98/183.50	c #Conflicts:     105000 | #Constraints:      51450
181.98/183.50	WSVECS04 Frhs2[1957]: 6 -646 0 shouldn't be
181.98/183.50	WSVECS04 Frhs2[1980]: 6 -328 0 shouldn't be
183.77/185.37	WSVECS04 Frhs2[1908]: 6 -741 0 shouldn't be
217.28/218.98	c #Conflicts:     106000 | #Constraints:      52450
217.28/218.98	c #Conflicts:     107000 | #Constraints:      53450
217.28/218.98	c #Conflicts:     108000 | #Constraints:      54450
217.28/218.98	c bounds 69054 >= 12642 @ 215.54
222.06/223.77	c #Conflicts:     109000 | #Constraints:      55453
222.06/223.77	c #Conflicts:     110000 | #Constraints:      56453
222.06/223.77	c INPROCESSING
222.06/223.77	c GARBAGE COLLECT
222.06/223.77	c rational objective 40264
222.37/224.11	c #Conflicts:     111000 | #Constraints:      50819
222.37/224.11	c bounds 69054 >= 13339 @ 220.607
252.67/254.49	c #Conflicts:     112000 | #Constraints:      51822
252.67/254.49	c #Conflicts:     113000 | #Constraints:      52822
252.67/254.49	c #Conflicts:     114000 | #Constraints:      53822
252.67/254.49	c #Conflicts:     115000 | #Constraints:      54822
252.67/254.49	c #Conflicts:     116000 | #Constraints:      55822
252.67/254.49	c #Conflicts:     117000 | #Constraints:      56822
252.67/254.49	c INPROCESSING
252.67/254.49	c GARBAGE COLLECT
252.67/254.49	c rational objective 40264
259.15/260.99	c #Conflicts:     118000 | #Constraints:      51024
259.15/260.99	c #Conflicts:     119000 | #Constraints:      52024
259.15/260.99	c #Conflicts:     120000 | #Constraints:      53024
259.15/260.99	c #Conflicts:     121000 | #Constraints:      54024
259.15/260.99	c #Conflicts:     122000 | #Constraints:      55024
259.15/260.99	c #Conflicts:     123000 | #Constraints:      56024
259.15/260.99	c #Conflicts:     124000 | #Constraints:      57024
259.15/260.99	c INPROCESSING
259.15/260.99	c GARBAGE COLLECT
259.15/260.99	c #Conflicts:     125000 | #Constraints:      51064
259.15/260.99	c #Conflicts:     126000 | #Constraints:      52064
259.15/260.99	c #Conflicts:     127000 | #Constraints:      53064
259.15/260.99	c #Conflicts:     128000 | #Constraints:      54064
259.15/260.99	c #Conflicts:     129000 | #Constraints:      55064
259.15/260.99	c #Conflicts:     130000 | #Constraints:      56064
259.15/260.99	c #Conflicts:     131000 | #Constraints:      57064
259.15/260.99	c INPROCESSING
259.15/260.99	c GARBAGE COLLECT
259.15/260.99	c #Conflicts:     132000 | #Constraints:      50857
259.15/260.99	c #Conflicts:     133000 | #Constraints:      51857
259.15/260.99	c #Conflicts:     134000 | #Constraints:      52857
259.15/260.99	c #Conflicts:     135000 | #Constraints:      53857
259.15/260.99	c #Conflicts:     136000 | #Constraints:      54858
259.15/260.99	WSVECS04 Frhs2[201]: 6 -1157.5 0 shouldn't be
259.15/260.99	WSVECS04 Frhs2[502]: 6 0 189.5 shouldn't be
259.15/260.99	WSVECS04 Frhs2[505]: 6 0 189.5 shouldn't be
259.15/260.99	WSVECS04 Frhs2[600]: 6 -632 0 shouldn't be
259.15/260.99	WSVECS04 Frhs2[601]: 6 -189.5 0 shouldn't be
259.15/260.99	WSVECS04 Frhs2[1002]: 6 0 189.5 shouldn't be
259.15/260.99	WSVECS04 Frhs2[1005]: 6 0 189.5 shouldn't be
259.15/260.99	WSVECS04 Frhs2[1301]: 6 0 189.5 shouldn't be
259.15/260.99	WSVECS04 Frhs2[1509]: 6 0 189.5 shouldn't be
259.15/260.99	WSVECS04 Frhs2[1809]: 6 -670 0 shouldn't be
259.15/260.99	WSVECS04 Frhs2[1829]: 6 0 142 shouldn't be
259.15/260.99	WSVECS04 Frhs2[2532]: 6 -337 0 shouldn't be
259.15/260.99	WSVECS04 Frhs2[2545]: 6 -664 0 shouldn't be
259.15/260.99	WSVECS04 Frhs2[2577]: 6 -501 0 shouldn't be
259.15/260.99	WSVECS04 Frhs2[2594]: 6 -871 0 shouldn't be
260.15/261.95	WSVECS04 Frhs2[510]: 6 0 189.5 shouldn't be
261.45/263.25	WSVECS04 Frhs2[1880]: 6 0 15.0001 shouldn't be
261.45/263.25	WSVECS04 Frhs2[2528]: 6 -467 0 shouldn't be
261.45/263.25	WSVECS04 Frhs2[2591]: 6 -260 0 shouldn't be
261.45/263.25	WSVECS04 Frhs2[2601]: 6 -328 0 shouldn't be
261.45/263.25	WSVECS04 Frhs2[2610]: 6 -328 0 shouldn't be
263.25/265.08	WSVECS04 Frhs2[1001]: 6 0 189.5 shouldn't be
263.25/265.08	WSVECS04 Frhs2[1882]: 6 -670 0 shouldn't be
263.25/265.08	WSVECS04 Frhs2[1889]: 6 0 189 shouldn't be
263.25/265.08	WSVECS04 Frhs2[2557]: 6 -605 0 shouldn't be
263.25/265.08	WSVECS04 Frhs2[2573]: 6 -557 0 shouldn't be
263.25/265.08	WSVECS04 Frhs2[2597]: 6 -1060 0 shouldn't be
272.71/274.58	c #Conflicts:     137000 | #Constraints:      55858
272.71/274.58	c #Conflicts:     138000 | #Constraints:      56858
272.71/274.58	c #Conflicts:     139000 | #Constraints:      57858
272.71/274.58	c INPROCESSING
272.71/274.58	c GARBAGE COLLECT
272.71/274.58	c rational objective 40264
279.30/281.18	c #Conflicts:     140000 | #Constraints:      51467
279.30/281.18	c #Conflicts:     141000 | #Constraints:      52467
279.30/281.18	c #Conflicts:     142000 | #Constraints:      53467
279.30/281.18	c #Conflicts:     143000 | #Constraints:      54467
279.30/281.18	c #Conflicts:     144000 | #Constraints:      55467
279.30/281.18	c #Conflicts:     145000 | #Constraints:      56467
279.30/281.18	c #Conflicts:     146000 | #Constraints:      57467
279.30/281.18	c #Conflicts:     147000 | #Constraints:      58467
279.30/281.18	c INPROCESSING
279.30/281.18	c GARBAGE COLLECT
279.30/281.18	c rational objective 40264
285.29/287.13	c #Conflicts:     148000 | #Constraints:      51891
285.29/287.13	c #Conflicts:     149000 | #Constraints:      52891
285.29/287.13	c #Conflicts:     150000 | #Constraints:      53891
285.29/287.13	c #Conflicts:     151000 | #Constraints:      54891
285.29/287.13	c #Conflicts:     152000 | #Constraints:      55891
285.29/287.13	c #Conflicts:     153000 | #Constraints:      56891
285.29/287.13	c #Conflicts:     154000 | #Constraints:      57891
285.29/287.13	c #Conflicts:     155000 | #Constraints:      58891
285.29/287.13	c INPROCESSING
285.29/287.13	c GARBAGE COLLECT
285.29/287.13	c rational objective 40264
286.67/288.51	c bounds 69037 >= 13339 @ 284.371
286.67/288.59	c bounds 68668 >= 13339 @ 284.456
286.77/288.62	c #Conflicts:     156000 | #Constraints:      52090
286.77/288.62	c bounds 68644 >= 13339 @ 284.483
292.45/294.33	c #Conflicts:     157000 | #Constraints:      53091
292.45/294.33	c #Conflicts:     158000 | #Constraints:      54093
292.45/294.33	c #Conflicts:     159000 | #Constraints:      55093
292.45/294.33	c #Conflicts:     160000 | #Constraints:      56093
292.45/294.33	c bounds 68530 >= 13339 @ 290.104
292.65/294.54	c #Conflicts:     161000 | #Constraints:      57094
292.65/294.54	c #Conflicts:     162000 | #Constraints:      58094
292.65/294.54	c bounds 68530 >= 14009 @ 290.294
294.16/296.09	c #Conflicts:     163000 | #Constraints:      59097
294.16/296.09	c INPROCESSING
294.16/296.09	c GARBAGE COLLECT
294.16/296.09	WSVECS04 Frhs2[1947]: 6 -501 0 shouldn't be
294.16/296.09	WSVECS04 Frhs2[2177]: 6 -871 0 shouldn't be
294.16/296.09	WSVECS04 Frhs2[2241]: 6 -328 0 shouldn't be
294.16/296.09	WSVECS04 Frhs2[2434]: 6 -605 0 shouldn't be
294.16/296.09	WSVECS04 Frhs2[2446]: 6 -712 0 shouldn't be
294.16/296.09	WSVECS04 Frhs2[2450]: 6 -80.0001 0 shouldn't be
294.16/296.09	WSVECS04 Frhs2[2458]: 6 -929 0 shouldn't be
294.16/296.09	WSVECS04 Frhs2[2473]: 6 -1190 0 shouldn't be
294.16/296.09	WSVECS04 Frhs2[2482]: 6 -410 0 shouldn't be
294.16/296.09	WSVECS04 Frhs2[2491]: 6 -250 0 shouldn't be
294.16/296.09	WSVECS04 Frhs2[2496]: 6 -664 0 shouldn't be
294.16/296.09	WSVECS04 Frhs2[2497]: 6 -646 0 shouldn't be
294.16/296.09	WSVECS04 Frhs2[2499]: 6 -410 0 shouldn't be
294.16/296.09	WSVECS04 Frhs2[2501]: 6 -260 0 shouldn't be
294.16/296.09	WSVECS04 Frhs2[2502]: 6 -86.0001 0 shouldn't be
294.16/296.09	WSVECS04 Frhs2[2509]: 6 -311 0 shouldn't be
294.16/296.09	WSVECS04 Frhs2[2519]: 6 -86.0001 0 shouldn't be
294.16/296.09	WSVECS04 Frhs2[2619]: 6 -670 0 shouldn't be
300.43/302.35	WSVECS04 Frhs2[2410]: 6 -250 0 shouldn't be
318.19/320.19	WSVECS04 Frhs2[1819]: 6 -665 0 shouldn't be
318.19/320.19	WSVECS04 Frhs2[2198]: 6 -1090 0 shouldn't be
331.44/333.41	WSVECS04 Frhs2[2699]: 6 -86 0 shouldn't be
340.51/342.57	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
340.51/342.57	WSVECS04 Frhs2[2297]: 6 -315 0 shouldn't be
343.60/345.61	WSVECS04 Frhs2[1905]: 6 -567 0 shouldn't be
343.60/345.61	WSVECS04 Frhs2[2028]: 6 -257 0 shouldn't be
346.11/348.12	WSVECS04 Frhs2[1947]: 6 -501 0 shouldn't be
346.11/348.12	WSVECS04 Frhs2[2177]: 6 -871 0 shouldn't be
346.11/348.12	WSVECS04 Frhs2[2241]: 6 -328 0 shouldn't be
346.11/348.12	WSVECS04 Frhs2[2619]: 6 -670 0 shouldn't be
348.19/350.29	c rational objective 40264
352.57/354.66	c #Conflicts:     164000 | #Constraints:      52069
352.57/354.66	c #Conflicts:     165000 | #Constraints:      53069
352.57/354.66	c #Conflicts:     166000 | #Constraints:      54069
352.57/354.66	c #Conflicts:     167000 | #Constraints:      55069
352.57/354.66	c #Conflicts:     168000 | #Constraints:      56069
352.57/354.66	WSVECS04 Frhs2[5]: 6 -293.347 0 shouldn't be
352.57/354.66	WSVECS04 Frhs2[35]: 6 0 516.75 shouldn't be
352.57/354.66	WSVECS04 Frhs2[210]: 6 0 168.176 shouldn't be
352.57/354.66	WSVECS04 Frhs2[301]: 6 -359.403 0 shouldn't be
352.57/354.66	WSVECS04 Frhs2[389]: 6 -113 0 shouldn't be
352.57/354.66	WSVECS04 Frhs2[407]: 6 0 96.7501 shouldn't be
352.57/354.66	WSVECS04 Frhs2[411]: 6 0 1391.25 shouldn't be
352.57/354.66	WSVECS04 Frhs2[412]: 6 0 1391.25 shouldn't be
352.57/354.66	WSVECS04 Frhs2[417]: 6 0 762.75 shouldn't be
352.57/354.66	WSVECS04 Frhs2[418]: 6 0 762.75 shouldn't be
352.57/354.66	WSVECS04 Frhs2[419]: 6 0 1391.25 shouldn't be
352.57/354.66	WSVECS04 Frhs2[511]: 6 -3252.25 0 shouldn't be
352.57/354.66	WSVECS04 Frhs2[602]: 6 0 269.972 shouldn't be
352.57/354.66	WSVECS04 Frhs2[612]: 6 0 1429 shouldn't be
352.57/354.66	WSVECS04 Frhs2[618]: 6 0 800.5 shouldn't be
352.57/354.66	WSVECS04 Frhs2[623]: 6 -73.5 0 shouldn't be
352.57/354.66	WSVECS04 Frhs2[710]: 6 0 63.6343 shouldn't be
352.57/354.66	WSVECS04 Frhs2[735]: 6 0 516.75 shouldn't be
352.57/354.66	WSVECS04 Frhs2[755]: 6 0 516.75 shouldn't be
352.57/354.66	WSVECS04 Frhs2[775]: 6 0 516.75 shouldn't be
352.57/354.66	WSVECS04 Frhs2[901]: 6 -436.199 0 shouldn't be
352.57/354.66	WSVECS04 Frhs2[908]: 6 0 71.4259 shouldn't be
352.57/354.66	WSVECS04 Frhs2[910]: 6 0 71.426 shouldn't be
352.57/354.66	WSVECS04 Frhs2[915]: 6 0 628.5 shouldn't be
352.57/354.66	WSVECS04 Frhs2[925]: 6 0 493.5 shouldn't be
352.57/354.66	WSVECS04 Frhs2[935]: 6 0 516.75 shouldn't be
352.57/354.66	WSVECS04 Frhs2[955]: 6 0 516.75 shouldn't be
352.57/354.66	WSVECS04 Frhs2[1011]: 6 0 628.5 shouldn't be
352.57/354.66	WSVECS04 Frhs2[1112]: 6 0 628.5 shouldn't be
352.57/354.66	WSVECS04 Frhs2[1235]: 6 0 516.75 shouldn't be
352.57/354.66	WSVECS04 Frhs2[1255]: 6 0 516.75 shouldn't be
352.57/354.66	WSVECS04 Frhs2[1265]: 6 0 516.75 shouldn't be
352.57/354.66	WSVECS04 Frhs2[1275]: 6 0 516.75 shouldn't be
352.57/354.66	WSVECS04 Frhs2[1301]: 6 -624.681 0 shouldn't be
352.57/354.66	WSVECS04 Frhs2[1335]: 6 0 516.75 shouldn't be
352.57/354.66	WSVECS04 Frhs2[1365]: 6 0 516.75 shouldn't be
352.57/354.66	WSVECS04 Frhs2[1385]: 6 0 420 shouldn't be
352.57/354.66	WSVECS04 Frhs2[1435]: 6 0 516.75 shouldn't be
352.57/354.66	WSVECS04 Frhs2[1475]: 6 0 516.75 shouldn't be
352.57/354.66	WSVECS04 Frhs2[1520]: 6 -684.25 0 shouldn't be
352.57/354.66	WSVECS04 Frhs2[1611]: 6 0 1017.25 shouldn't be
352.57/354.66	WSVECS04 Frhs2[1615]: 6 0 523.75 shouldn't be
352.57/354.66	WSVECS04 Frhs2[1635]: 6 0 23.25 shouldn't be
352.57/354.66	WSVECS04 Frhs2[1704]: 6 0 71.426 shouldn't be
352.57/354.66	WSVECS04 Frhs2[1765]: 6 0 540 shouldn't be
352.57/354.66	WSVECS04 Frhs2[1964]: 6 0 402.25 shouldn't be
355.26/357.31	WSVECS04 Frhs2[2]: 6 0 173.222 shouldn't be
355.26/357.31	WSVECS04 Frhs2[202]: 6 0 269.972 shouldn't be
355.26/357.31	WSVECS04 Frhs2[302]: 6 0 173.222 shouldn't be
355.26/357.31	WSVECS04 Frhs2[402]: 6 0 269.972 shouldn't be
355.26/357.31	WSVECS04 Frhs2[502]: 6 0 173.222 shouldn't be
355.26/357.31	WSVECS04 Frhs2[506]: 6 0 7.79171 shouldn't be
355.26/357.31	WSVECS04 Frhs2[708]: 6 0 63.6343 shouldn't be
355.26/357.31	WSVECS04 Frhs2[806]: 6 0 7.79173 shouldn't be
355.26/357.31	WSVECS04 Frhs2[1002]: 6 0 173.222 shouldn't be
355.26/357.31	WSVECS04 Frhs2[1015]: 6 0 111.75 shouldn't be
355.26/357.31	WSVECS04 Frhs2[1102]: 6 0 101.796 shouldn't be
355.26/357.31	WSVECS04 Frhs2[1285]: 6 0 420 shouldn't be
355.26/357.31	WSVECS04 Frhs2[1502]: 6 0 132.315 shouldn't be
355.26/357.31	WSVECS04 Frhs2[1953]: 6 0 175.5 shouldn't be
355.26/357.31	WSVECS04 Frhs2[2630]: 6 -80.0001 0 shouldn't be
355.26/357.31	WSVECS04 Frhs2[2673]: 6 -325 0 shouldn't be
357.97/360.08	WSVECS04 Frhs2[8]: 6 0 71.426 shouldn't be
357.97/360.08	WSVECS04 Frhs2[15]: 6 0 628.5 shouldn't be
357.97/360.08	WSVECS04 Frhs2[120]: 6 0 628.5 shouldn't be
357.97/360.08	WSVECS04 Frhs2[404]: 6 0 168.176 shouldn't be
357.97/360.08	WSVECS04 Frhs2[410]: 6 0 168.176 shouldn't be
357.97/360.08	WSVECS04 Frhs2[504]: 6 0 71.426 shouldn't be
357.97/360.08	WSVECS04 Frhs2[613]: 6 0 800.5 shouldn't be
357.97/360.08	WSVECS04 Frhs2[903]: 6 0 40.9075 shouldn't be
357.97/360.08	WSVECS04 Frhs2[904]: 6 0 71.426 shouldn't be
357.97/360.08	WSVECS04 Frhs2[906]: 6 0 7.79173 shouldn't be
357.97/360.08	WSVECS04 Frhs2[1210]: 6 0 71.426 shouldn't be
357.97/360.08	WSVECS04 Frhs2[1215]: 6 0 628.5 shouldn't be
357.97/360.08	WSVECS04 Frhs2[1220]: 6 0 628.5 shouldn't be
357.97/360.08	WSVECS04 Frhs2[1302]: 6 0 173.222 shouldn't be
357.97/360.08	WSVECS04 Frhs2[1306]: 6 0 7.79169 shouldn't be
357.97/360.08	WSVECS04 Frhs2[1308]: 6 0 71.426 shouldn't be
357.97/360.08	WSVECS04 Frhs2[1504]: 6 0 30.5185 shouldn't be
357.97/360.08	WSVECS04 Frhs2[1613]: 6 0 388.75 shouldn't be
357.97/360.08	WSVECS04 Frhs2[2191]: 6 -1380 0 shouldn't be
357.97/360.08	WSVECS04 Frhs2[2205]: 6 -1270 0 shouldn't be
357.97/360.08	WSVECS04 Frhs2[2664]: 6 -451 0 shouldn't be
357.97/360.08	WSVECS04 Frhs2[2694]: 6 -697 0 shouldn't be
357.97/360.08	WSVECS04 Frhs2[2696]: 6 -1270 0 shouldn't be
361.15/363.22	WSVECS04 Frhs2[104]: 6 0 71.426 shouldn't be
361.15/363.22	WSVECS04 Frhs2[204]: 6 0 168.176 shouldn't be
361.15/363.22	WSVECS04 Frhs2[308]: 6 0 71.426 shouldn't be
361.15/363.22	WSVECS04 Frhs2[312]: 6 -1850 0 shouldn't be
361.15/363.22	WSVECS04 Frhs2[565]: 6 0 96.7501 shouldn't be
361.15/363.22	WSVECS04 Frhs2[603]: 6 0 137.657 shouldn't be
361.15/363.22	WSVECS04 Frhs2[610]: 6 0 168.176 shouldn't be
361.15/363.22	WSVECS04 Frhs2[765]: 6 0 516.75 shouldn't be
361.15/363.22	WSVECS04 Frhs2[785]: 6 0 420 shouldn't be
361.15/363.22	WSVECS04 Frhs2[965]: 6 0 516.75 shouldn't be
361.15/363.22	WSVECS04 Frhs2[1204]: 6 0 71.426 shouldn't be
361.15/363.22	WSVECS04 Frhs2[1225]: 6 0 493.5 shouldn't be
361.15/363.22	WSVECS04 Frhs2[1303]: 6 0 40.9075 shouldn't be
361.15/363.22	WSVECS04 Frhs2[1410]: 6 0 86.6853 shouldn't be
361.15/363.22	WSVECS04 Frhs2[1465]: 6 0 516.75 shouldn't be
361.15/363.22	WSVECS04 Frhs2[1619]: 6 0 1017.25 shouldn't be
361.15/363.22	WSVECS04 Frhs2[1715]: 6 0 628.5 shouldn't be
361.15/363.22	WSVECS04 Frhs2[2179]: 6 -665 0 shouldn't be
361.15/363.22	WSVECS04 Frhs2[2618]: 6 -467 0 shouldn't be
361.15/363.22	WSVECS04 Frhs2[2643]: 6 -622 0 shouldn't be
366.95/369.05	WSVECS04 Frhs2[4]: 6 0 71.426 shouldn't be
366.95/369.05	WSVECS04 Frhs2[20]: 6 0 628.5 shouldn't be
366.95/369.05	WSVECS04 Frhs2[25]: 6 0 493.5 shouldn't be
366.95/369.05	WSVECS04 Frhs2[65]: 6 0 516.75 shouldn't be
366.95/369.05	WSVECS04 Frhs2[208]: 6 0 168.176 shouldn't be
366.95/369.05	WSVECS04 Frhs2[414]: 6 0 762.75 shouldn't be
366.95/369.05	WSVECS04 Frhs2[510]: 6 0 71.426 shouldn't be
366.95/369.05	WSVECS04 Frhs2[702]: 6 0 165.431 shouldn't be
366.95/369.05	WSVECS04 Frhs2[804]: 6 0 71.426 shouldn't be
366.95/369.05	WSVECS04 Frhs2[975]: 6 0 516.75 shouldn't be
366.95/369.05	WSVECS04 Frhs2[1404]: 6 0 86.6853 shouldn't be
366.95/369.05	WSVECS04 Frhs2[1510]: 6 0 30.5186 shouldn't be
366.95/369.05	WSVECS04 Frhs2[1614]: 6 0 388.75 shouldn't be
366.95/369.05	WSVECS04 Frhs2[1775]: 6 0 540 shouldn't be
366.95/369.05	WSVECS04 Frhs2[1971]: 6 0 316.75 shouldn't be
366.95/369.05	WSVECS04 Frhs2[2677]: 6 -646 0 shouldn't be
372.61/374.71	WSVECS04 Frhs2[10]: 6 0 71.426 shouldn't be
372.61/374.71	WSVECS04 Frhs2[303]: 6 0 40.9075 shouldn't be
372.61/374.71	WSVECS04 Frhs2[310]: 6 0 71.426 shouldn't be
372.61/374.71	WSVECS04 Frhs2[501]: 6 -759.389 0 shouldn't be
372.61/374.71	WSVECS04 Frhs2[725]: 6 0 493.5 shouldn't be
372.61/374.71	WSVECS04 Frhs2[810]: 6 0 71.426 shouldn't be
372.61/374.71	WSVECS04 Frhs2[1304]: 6 0 71.426 shouldn't be
372.61/374.71	WSVECS04 Frhs2[1310]: 6 0 71.426 shouldn't be
375.51/377.69	WSVECS04 Frhs2[6]: 6 0 7.79174 shouldn't be
375.51/377.69	WSVECS04 Frhs2[508]: 6 0 71.426 shouldn't be
375.51/377.69	WSVECS04 Frhs2[778]: 6 -96.7501 0 shouldn't be
375.51/377.69	WSVECS04 Frhs2[920]: 6 0 628.5 shouldn't be
375.51/377.69	WSVECS04 Frhs2[1719]: 6 0 628.5 shouldn't be
375.51/377.69	WSVECS04 Frhs2[2248]: 6 -325 0 shouldn't be
376.81/379.00	WSVECS04 Frhs2[75]: 6 0 516.75 shouldn't be
376.81/379.00	WSVECS04 Frhs2[119]: 6 0 628.5 shouldn't be
376.81/379.00	WSVECS04 Frhs2[211]: 6 0 628.5 shouldn't be
376.81/379.00	WSVECS04 Frhs2[1612]: 6 0 1017.25 shouldn't be
376.81/379.00	WSVECS04 Frhs2[1711]: 6 0 628.5 shouldn't be
376.81/379.00	WSVECS04 Frhs2[1720]: 6 0 628.5 shouldn't be
376.81/379.00	WSVECS04 Frhs2[1962]: 6 0 438.5 shouldn't be
376.81/379.00	WSVECS04 Frhs2[2164]: 6 -605 0 shouldn't be
376.81/379.00	WSVECS04 Frhs2[2198]: 6 -1090 0 shouldn't be
376.81/379.00	WSVECS04 Frhs2[2222]: 6 -311 0 shouldn't be
376.81/379.00	WSVECS04 Frhs2[2226]: 6 -664 0 shouldn't be
376.81/379.00	WSVECS04 Frhs2[2624]: 6 -315 0 shouldn't be
376.81/379.00	WSVECS04 Frhs2[2647]: 6 -605 0 shouldn't be
376.81/379.00	WSVECS04 Frhs2[2691]: 6 -328 0 shouldn't be
378.10/380.21	WSVECS04 Frhs2[712]: 6 -335.75 0 shouldn't be
378.10/380.21	WSVECS04 Frhs2[1012]: 6 0 628.5 shouldn't be
378.10/380.21	WSVECS04 Frhs2[1211]: 6 0 628.5 shouldn't be
378.10/380.21	WSVECS04 Frhs2[1219]: 6 0 628.5 shouldn't be
378.10/380.21	WSVECS04 Frhs2[1325]: 6 0 493.5 shouldn't be
378.10/380.21	WSVECS04 Frhs2[1602]: 6 0 101.796 shouldn't be
378.10/380.21	WSVECS04 Frhs2[1908]: 6 -525.5 0 shouldn't be
378.10/380.21	WSVECS04 Frhs2[2203]: 6 -1190 0 shouldn't be
378.10/380.21	WSVECS04 Frhs2[2209]: 6 -408 0 shouldn't be
378.10/380.21	WSVECS04 Frhs2[2237]: 6 -1060 0 shouldn't be
378.10/380.21	WSVECS04 Frhs2[2699]: 6 -86 0 shouldn't be
380.10/382.26	WSVECS04 Frhs2[19]: 6 0 628.5 shouldn't be
380.10/382.26	WSVECS04 Frhs2[219]: 6 0 628.5 shouldn't be
380.10/382.26	WSVECS04 Frhs2[902]: 6 0 173.222 shouldn't be
380.10/382.26	WSVECS04 Frhs2[911]: 6 0 628.5 shouldn't be
380.10/382.26	WSVECS04 Frhs2[1375]: 6 0 516.75 shouldn't be
380.10/382.26	WSVECS04 Frhs2[1455]: 6 0 516.75 shouldn't be
380.10/382.26	WSVECS04 Frhs2[2174]: 6 -315 0 shouldn't be
382.39/384.56	WSVECS04 Frhs2[555]: 6 0 96.7501 shouldn't be
382.39/384.56	WSVECS04 Frhs2[919]: 6 0 628.5 shouldn't be
385.09/387.25	WSVECS04 Frhs2[420]: 6 0 1391.25 shouldn't be
385.09/387.25	WSVECS04 Frhs2[604]: 6 0 168.176 shouldn't be
387.88/390.06	WSVECS04 Frhs2[304]: 6 0 71.426 shouldn't be
387.88/390.06	WSVECS04 Frhs2[1755]: 6 0 516.75 shouldn't be
390.57/392.74	WSVECS04 Frhs2[110]: 6 0 71.426 shouldn't be
390.57/392.74	WSVECS04 Frhs2[620]: 6 0 1429 shouldn't be
390.57/392.74	WSVECS04 Frhs2[1804]: 6 -267.333 0 shouldn't be
392.97/395.12	WSVECS04 Frhs2[3]: 6 0 40.9074 shouldn't be
392.97/395.12	WSVECS04 Frhs2[55]: 6 0 516.75 shouldn't be
392.97/395.12	WSVECS04 Frhs2[85]: 6 0 420 shouldn't be
392.97/395.12	WSVECS04 Frhs2[803]: 6 0 40.9074 shouldn't be
392.97/395.12	WSVECS04 Frhs2[1020]: 6 0 628.5 shouldn't be
392.97/395.12	WSVECS04 Frhs2[1355]: 6 0 516.75 shouldn't be
397.96/400.16	WSVECS04 Frhs2[220]: 6 0 628.5 shouldn't be
400.54/402.77	WSVECS04 Frhs2[111]: 6 0 628.5 shouldn't be
400.54/402.77	WSVECS04 Frhs2[985]: 6 0 420 shouldn't be
400.54/402.77	WSVECS04 Frhs2[1485]: 6 0 420 shouldn't be
409.01/411.27	WSVECS04 Frhs2[306]: 6 0 7.79176 shouldn't be
409.01/411.27	WSVECS04 Frhs2[1425]: 6 0 493.5 shouldn't be
420.68/422.97	c #Conflicts:     169000 | #Constraints:      57069
420.68/422.97	c #Conflicts:     170000 | #Constraints:      58069
420.68/422.97	c #Conflicts:     171000 | #Constraints:      59069
420.68/422.97	c INPROCESSING
420.68/422.97	c GARBAGE COLLECT
420.68/422.97	c #Conflicts:     172000 | #Constraints:      51851
420.68/422.97	c #Conflicts:     173000 | #Constraints:      52851
420.68/422.97	c #Conflicts:     174000 | #Constraints:      53851
420.68/422.97	c #Conflicts:     175000 | #Constraints:      54851
420.68/422.97	c #Conflicts:     176000 | #Constraints:      55851
420.68/422.97	c #Conflicts:     177000 | #Constraints:      56851
420.68/422.97	c #Conflicts:     178000 | #Constraints:      57851
420.68/422.97	c #Conflicts:     179000 | #Constraints:      58851
420.68/422.97	c #Conflicts:     180000 | #Constraints:      59851
420.68/422.97	c INPROCESSING
420.68/422.97	c GARBAGE COLLECT
420.68/422.97	c #Conflicts:     181000 | #Constraints:      52469
420.68/422.97	c #Conflicts:     182000 | #Constraints:      53469
420.68/422.97	c #Conflicts:     183000 | #Constraints:      54469
420.68/422.97	c #Conflicts:     184000 | #Constraints:      55469
420.68/422.97	c #Conflicts:     185000 | #Constraints:      56469
420.68/422.97	c bounds 68372 >= 14009 @ 417.849
427.25/429.53	c #Conflicts:     186000 | #Constraints:      57470
427.25/429.53	c #Conflicts:     187000 | #Constraints:      58470
427.25/429.53	c #Conflicts:     188000 | #Constraints:      59470
427.25/429.53	c #Conflicts:     189000 | #Constraints:      60470
427.25/429.53	c INPROCESSING
427.25/429.53	c GARBAGE COLLECT
427.25/429.53	c #Conflicts:     190000 | #Constraints:      52860
427.25/429.53	c #Conflicts:     191000 | #Constraints:      53860
427.25/429.53	c #Conflicts:     192000 | #Constraints:      54860
427.25/429.53	c #Conflicts:     193000 | #Constraints:      55860
427.25/429.53	c #Conflicts:     194000 | #Constraints:      56860
427.25/429.53	c #Conflicts:     195000 | #Constraints:      57860
427.25/429.53	c #Conflicts:     196000 | #Constraints:      58860
427.25/429.53	c #Conflicts:     197000 | #Constraints:      59860
427.25/429.53	c #Conflicts:     198000 | #Constraints:      60860
427.25/429.53	c INPROCESSING
427.25/429.53	c GARBAGE COLLECT
427.25/429.53	c rational objective 40264
428.65/430.93	c #Conflicts:     199000 | #Constraints:      53037
428.65/430.93	c #Conflicts:     200000 | #Constraints:      54037
428.65/430.93	c #Conflicts:     201000 | #Constraints:      55037
428.65/430.93	c #Conflicts:     202000 | #Constraints:      56037
428.65/430.93	c #Conflicts:     203000 | #Constraints:      57037
428.65/430.93	c #Conflicts:     204000 | #Constraints:      58037
428.65/430.93	c #Conflicts:     205000 | #Constraints:      59037
428.65/430.93	c #Conflicts:     206000 | #Constraints:      60037
428.65/430.93	c bounds 68372 >= 14674 @ 425.694
433.75/436.31	c #Conflicts:     207000 | #Constraints:      61040
433.75/436.31	c INPROCESSING
433.75/436.31	c GARBAGE COLLECT
433.75/436.31	c rational objective 40264
434.75/437.39	c #Conflicts:     208000 | #Constraints:      53035
434.75/437.39	c #Conflicts:     209000 | #Constraints:      54035
434.75/437.39	c bounds 68238 >= 14674 @ 431.801
478.39/481.26	c #Conflicts:     210000 | #Constraints:      55036
478.39/481.26	c #Conflicts:     211000 | #Constraints:      56036
478.39/481.26	c #Conflicts:     212000 | #Constraints:      57036
478.39/481.26	c #Conflicts:     213000 | #Constraints:      58036
478.39/481.26	c #Conflicts:     214000 | #Constraints:      59036
478.39/481.26	c #Conflicts:     215000 | #Constraints:      60036
478.39/481.26	c #Conflicts:     216000 | #Constraints:      61036
478.39/481.26	c INPROCESSING
478.39/481.26	c GARBAGE COLLECT
478.39/481.26	c rational objective 40264
485.49/488.89	c #Conflicts:     217000 | #Constraints:      52869
485.49/488.89	c #Conflicts:     218000 | #Constraints:      53869
485.49/488.89	c #Conflicts:     219000 | #Constraints:      54869
485.49/488.89	c #Conflicts:     220000 | #Constraints:      55869
485.49/488.89	c #Conflicts:     221000 | #Constraints:      56869
485.49/488.89	c #Conflicts:     222000 | #Constraints:      57869
485.49/488.89	c #Conflicts:     223000 | #Constraints:      58869
485.49/488.89	c #Conflicts:     224000 | #Constraints:      59869
485.49/488.89	c #Conflicts:     225000 | #Constraints:      60869
485.49/488.89	c #Conflicts:     226000 | #Constraints:      61869
485.49/488.89	c INPROCESSING
485.49/488.89	c GARBAGE COLLECT
485.49/488.89	c #Conflicts:     227000 | #Constraints:      53492
485.49/488.89	c #Conflicts:     228000 | #Constraints:      54492
485.49/488.89	c #Conflicts:     229000 | #Constraints:      55492
485.49/488.89	c #Conflicts:     230000 | #Constraints:      56492
485.49/488.89	c #Conflicts:     231000 | #Constraints:      57492
485.49/488.89	c #Conflicts:     232000 | #Constraints:      58492
485.49/488.89	c #Conflicts:     233000 | #Constraints:      59492
485.49/488.89	c #Conflicts:     234000 | #Constraints:      60492
485.49/488.89	c #Conflicts:     235000 | #Constraints:      61492
485.49/488.89	c #Conflicts:     236000 | #Constraints:      62492
485.49/488.89	c INPROCESSING
485.49/488.89	c GARBAGE COLLECT
485.49/488.89	c #Conflicts:     237000 | #Constraints:      53856
485.49/488.89	WSVECS04 Frhs2[101]: 6 -633 0 shouldn't be
485.49/488.89	WSVECS04 Frhs2[108]: 6 0 80.5 shouldn't be
485.49/488.89	WSVECS04 Frhs2[308]: 6 0 80.5 shouldn't be
485.49/488.89	WSVECS04 Frhs2[461]: 6 0 4.44447 shouldn't be
485.49/488.89	WSVECS04 Frhs2[503]: 6 -1290.25 0 shouldn't be
485.49/488.89	WSVECS04 Frhs2[508]: 6 0 80.5 shouldn't be
485.49/488.89	WSVECS04 Frhs2[521]: 6 0 4.44446 shouldn't be
485.49/488.89	WSVECS04 Frhs2[708]: 6 0 80.5 shouldn't be
485.49/488.89	WSVECS04 Frhs2[808]: 6 0 80.5 shouldn't be
485.49/488.89	WSVECS04 Frhs2[842]: 6 0 0.437776 shouldn't be
485.49/488.89	WSVECS04 Frhs2[908]: 6 0 80.5 shouldn't be
485.49/488.89	WSVECS04 Frhs2[1021]: 6 0 4.44446 shouldn't be
485.49/488.89	WSVECS04 Frhs2[1301]: 6 -80.5 0 shouldn't be
485.49/488.89	WSVECS04 Frhs2[1642]: 6 0 0.437754 shouldn't be
485.49/488.89	WSVECS04 Frhs2[1810]: 6 -745 0 shouldn't be
485.49/488.89	WSVECS04 Frhs2[1811]: 6 0 200.25 shouldn't be
485.49/488.89	WSVECS04 Frhs2[1814]: 6 0 90 shouldn't be
485.49/488.89	WSVECS04 Frhs2[1836]: 6 -732 0 shouldn't be
485.49/488.89	WSVECS04 Frhs2[2100]: 6 -380 0 shouldn't be
485.49/488.89	WSVECS04 Frhs2[2119]: 6 -408 0 shouldn't be
487.98/491.36	WSVECS04 Frhs2[1145]: 6 0 0.6735 shouldn't be
487.98/491.36	WSVECS04 Frhs2[2074]: 6 -605 0 shouldn't be
490.69/494.03	WSVECS04 Frhs2[81]: 6 0 4.44448 shouldn't be
490.69/494.03	WSVECS04 Frhs2[245]: 6 0 0.594853 shouldn't be
490.69/494.03	WSVECS04 Frhs2[246]: 6 0 1.94171 shouldn't be
490.69/494.03	WSVECS04 Frhs2[341]: 6 0 4.44451 shouldn't be
490.69/494.03	WSVECS04 Frhs2[342]: 6 0 4.44447 shouldn't be
490.69/494.03	WSVECS04 Frhs2[346]: 6 0 5.35362 shouldn't be
490.69/494.03	WSVECS04 Frhs2[350]: 6 0 4.44449 shouldn't be
490.69/494.03	WSVECS04 Frhs2[351]: 6 0 12.1863 shouldn't be
490.69/494.03	WSVECS04 Frhs2[421]: 6 0 4.44454 shouldn't be
490.69/494.03	WSVECS04 Frhs2[447]: 6 0 0.909171 shouldn't be
490.69/494.03	WSVECS04 Frhs2[451]: 6 0 12.1864 shouldn't be
490.69/494.03	WSVECS04 Frhs2[471]: 6 0 4.44452 shouldn't be
490.69/494.03	WSVECS04 Frhs2[543]: 6 0 5.35356 shouldn't be
490.69/494.03	WSVECS04 Frhs2[651]: 6 0 12.1864 shouldn't be
490.69/494.03	WSVECS04 Frhs2[856]: 6 -15.4838 0 shouldn't be
490.69/494.03	WSVECS04 Frhs2[943]: 6 0 5.35355 shouldn't be
490.69/494.03	WSVECS04 Frhs2[1001]: 6 0 374.5 shouldn't be
490.69/494.03	WSVECS04 Frhs2[1002]: 6 0 374.5 shouldn't be
490.69/494.03	WSVECS04 Frhs2[1151]: 6 0 12.1864 shouldn't be
490.69/494.03	WSVECS04 Frhs2[1221]: 6 0 4.44454 shouldn't be
490.69/494.03	WSVECS04 Frhs2[1343]: 6 0 0.909184 shouldn't be
490.69/494.03	WSVECS04 Frhs2[1441]: 6 0 1.11114 shouldn't be
490.69/494.03	WSVECS04 Frhs2[1608]: 6 0 80.5001 shouldn't be
490.69/494.03	WSVECS04 Frhs2[1708]: 6 0 80.5001 shouldn't be
490.69/494.03	WSVECS04 Frhs2[1889]: 6 0 340 shouldn't be
490.69/494.03	WSVECS04 Frhs2[2137]: 6 -646 0 shouldn't be
494.06/497.40	WSVECS04 Frhs2[41]: 6 0 4.44447 shouldn't be
494.06/497.40	WSVECS04 Frhs2[361]: 6 0 4.44449 shouldn't be
494.06/497.40	WSVECS04 Frhs2[371]: 6 0 4.44454 shouldn't be
494.06/497.40	WSVECS04 Frhs2[491]: 6 0 4.44452 shouldn't be
494.06/497.40	WSVECS04 Frhs2[551]: 6 0 12.1863 shouldn't be
494.06/497.40	WSVECS04 Frhs2[591]: 6 0 4.44449 shouldn't be
494.06/497.40	WSVECS04 Frhs2[661]: 6 0 4.44453 shouldn't be
494.06/497.40	WSVECS04 Frhs2[845]: 6 -28.8553 0 shouldn't be
494.06/497.40	WSVECS04 Frhs2[901]: 6 -180.75 0 shouldn't be
494.06/497.40	WSVECS04 Frhs2[946]: 6 0 5.35358 shouldn't be
494.06/497.40	WSVECS04 Frhs2[1003]: 6 0 374.5 shouldn't be
494.06/497.40	WSVECS04 Frhs2[1041]: 6 0 0.606128 shouldn't be
494.06/497.40	WSVECS04 Frhs2[1046]: 6 0 1.51517 shouldn't be
494.06/497.40	WSVECS04 Frhs2[1047]: 6 0 1.51522 shouldn't be
494.06/497.40	WSVECS04 Frhs2[1261]: 6 0 4.44452 shouldn't be
494.06/497.40	WSVECS04 Frhs2[1346]: 6 0 0.909103 shouldn't be
494.06/497.40	WSVECS04 Frhs2[1421]: 6 0 4.44453 shouldn't be
494.06/497.40	WSVECS04 Frhs2[1451]: 6 0 12.1863 shouldn't be
494.06/497.40	WSVECS04 Frhs2[1547]: 6 0 5.35356 shouldn't be
494.06/497.40	WSVECS04 Frhs2[1651]: 6 0 12.1863 shouldn't be
494.06/497.40	WSVECS04 Frhs2[2082]: 6 -337 0 shouldn't be
494.06/497.40	WSVECS04 Frhs2[2159]: 6 -86 0 shouldn't be
499.55/502.95	WSVECS04 Frhs2[109]: 6 0 633 shouldn't be
499.55/502.95	WSVECS04 Frhs2[321]: 6 0 4.44453 shouldn't be
499.55/502.95	WSVECS04 Frhs2[408]: 6 0 571 shouldn't be
499.55/502.95	WSVECS04 Frhs2[446]: 6 0 0.909183 shouldn't be
499.55/502.95	WSVECS04 Frhs2[545]: 6 0 4.0068 shouldn't be
499.55/502.95	WSVECS04 Frhs2[603]: 6 0 918.75 shouldn't be
499.55/502.95	WSVECS04 Frhs2[604]: 6 0 918.75 shouldn't be
499.55/502.95	WSVECS04 Frhs2[605]: 6 0 918.75 shouldn't be
499.55/502.95	WSVECS04 Frhs2[701]: 6 -1703.5 0 shouldn't be
499.55/502.95	WSVECS04 Frhs2[743]: 6 0 5.35358 shouldn't be
499.55/502.95	WSVECS04 Frhs2[809]: 6 0 633 shouldn't be
499.55/502.95	WSVECS04 Frhs2[850]: 6 0 0.437763 shouldn't be
499.55/502.95	WSVECS04 Frhs2[909]: 6 0 633 shouldn't be
499.55/502.95	WSVECS04 Frhs2[1108]: 6 0 80.5001 shouldn't be
499.55/502.95	WSVECS04 Frhs2[1208]: 6 0 80.5001 shouldn't be
499.55/502.95	WSVECS04 Frhs2[1209]: 6 0 633 shouldn't be
499.55/502.95	WSVECS04 Frhs2[1260]: 6 0 1.36661 shouldn't be
499.55/502.95	WSVECS04 Frhs2[1291]: 6 0 4.44451 shouldn't be
499.55/502.95	WSVECS04 Frhs2[1309]: 6 0 633 shouldn't be
499.55/502.95	WSVECS04 Frhs2[1491]: 6 0 4.44453 shouldn't be
499.55/502.95	WSVECS04 Frhs2[1661]: 6 0 4.4445 shouldn't be
504.83/508.24	WSVECS04 Frhs2[146]: 6 0 1.34685 shouldn't be
504.83/508.24	WSVECS04 Frhs2[209]: 6 0 633 shouldn't be
504.83/508.24	WSVECS04 Frhs2[647]: 6 0 0.909103 shouldn't be
504.83/508.24	WSVECS04 Frhs2[691]: 6 0 4.4445 shouldn't be
504.83/508.24	WSVECS04 Frhs2[1005]: 6 0 374.5 shouldn't be
504.83/508.24	WSVECS04 Frhs2[1071]: 6 0 4.44453 shouldn't be
504.83/508.24	WSVECS04 Frhs2[1104]: 6 -1656.25 0 shouldn't be
504.83/508.24	WSVECS04 Frhs2[1171]: 6 0 4.44451 shouldn't be
504.83/508.24	WSVECS04 Frhs2[1255]: 6 0 1.36657 shouldn't be
504.83/508.24	WSVECS04 Frhs2[1461]: 6 0 4.44454 shouldn't be
504.83/508.24	WSVECS04 Frhs2[1508]: 6 0 80.5001 shouldn't be
504.83/508.24	WSVECS04 Frhs2[1882]: 6 -670 0 shouldn't be
504.83/508.24	WSVECS04 Frhs2[2110]: 6 -1380 0 shouldn't be
508.63/512.04	WSVECS04 Frhs2[51]: 6 0 12.1864 shouldn't be
508.63/512.04	WSVECS04 Frhs2[215]: 6 0 635.484 shouldn't be
508.63/512.04	WSVECS04 Frhs2[561]: 6 0 4.44447 shouldn't be
508.63/512.04	WSVECS04 Frhs2[621]: 6 0 4.44452 shouldn't be
508.63/512.04	WSVECS04 Frhs2[947]: 6 0 5.35357 shouldn't be
508.63/512.04	WSVECS04 Frhs2[1061]: 6 0 4.44454 shouldn't be
508.63/512.04	WSVECS04 Frhs2[1121]: 6 0 4.4445 shouldn't be
508.63/512.04	WSVECS04 Frhs2[1253]: 6 0 1.36664 shouldn't be
509.75/513.13	WSVECS04 Frhs2[61]: 6 0 4.44446 shouldn't be
509.75/513.13	WSVECS04 Frhs2[214]: 6 0 635.484 shouldn't be
509.75/513.13	WSVECS04 Frhs2[301]: 6 -209.75 0 shouldn't be
509.75/513.13	WSVECS04 Frhs2[381]: 6 0 4.44451 shouldn't be
509.75/513.13	WSVECS04 Frhs2[410]: 6 0 490.5 shouldn't be
509.75/513.13	WSVECS04 Frhs2[481]: 6 0 4.44454 shouldn't be
509.75/513.13	WSVECS04 Frhs2[571]: 6 0 4.44453 shouldn't be
509.75/513.13	WSVECS04 Frhs2[601]: 6 0 918.75 shouldn't be
509.75/513.13	WSVECS04 Frhs2[681]: 6 0 4.44452 shouldn't be
509.75/513.13	WSVECS04 Frhs2[843]: 6 0 1.34686 shouldn't be
509.75/513.13	WSVECS04 Frhs2[1043]: 6 0 1.51517 shouldn't be
509.75/513.13	WSVECS04 Frhs2[1245]: 6 0 1.58258 shouldn't be
509.75/513.13	WSVECS04 Frhs2[1251]: 6 0 13.5529 shouldn't be
509.75/513.13	WSVECS04 Frhs2[1443]: 6 0 2.02022 shouldn't be
509.75/513.13	WSVECS04 Frhs2[1446]: 6 0 2.02023 shouldn't be
509.75/513.13	WSVECS04 Frhs2[1543]: 6 0 5.35356 shouldn't be
509.75/513.13	WSVECS04 Frhs2[1551]: 6 0 12.1863 shouldn't be
509.75/513.13	WSVECS04 Frhs2[1581]: 6 0 4.44454 shouldn't be
509.75/513.13	WSVECS04 Frhs2[1645]: 6 -14.0068 0 shouldn't be
509.75/513.13	WSVECS04 Frhs2[1671]: 6 0 4.44449 shouldn't be
509.75/513.13	WSVECS04 Frhs2[1681]: 6 0 4.44452 shouldn't be
509.75/513.13	WSVECS04 Frhs2[1709]: 6 0 633 shouldn't be
509.75/513.13	WSVECS04 Frhs2[2102]: 6 -408 0 shouldn't be
509.75/513.13	WSVECS04 Frhs2[2105]: 6 -878 0 shouldn't be
511.01/514.45	WSVECS04 Frhs2[347]: 6 0 5.35362 shouldn't be
511.01/514.45	WSVECS04 Frhs2[414]: 6 0 463.673 shouldn't be
511.01/514.45	WSVECS04 Frhs2[610]: 6 0 918.75 shouldn't be
511.01/514.45	WSVECS04 Frhs2[1091]: 6 0 4.44447 shouldn't be
511.01/514.45	WSVECS04 Frhs2[1541]: 6 0 4.44452 shouldn't be
511.01/514.45	WSVECS04 Frhs2[1591]: 6 0 4.44454 shouldn't be
511.01/514.45	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
511.01/514.45	WSVECS04 Frhs2[2099]: 6 -337 0 shouldn't be
511.01/514.45	WSVECS04 Frhs2[2133]: 6 -325 0 shouldn't be
513.01/516.46	WSVECS04 Frhs2[391]: 6 0 4.4445 shouldn't be
513.01/516.46	WSVECS04 Frhs2[409]: 6 0 1123.5 shouldn't be
513.01/516.46	WSVECS04 Frhs2[1181]: 6 0 4.44452 shouldn't be
513.01/516.46	WSVECS04 Frhs2[1191]: 6 0 4.44448 shouldn't be
513.01/516.46	WSVECS04 Frhs2[1347]: 6 0 0.909123 shouldn't be
513.01/516.46	WSVECS04 Frhs2[1801]: 6 -745 0 shouldn't be
513.01/516.46	WSVECS04 Frhs2[2103]: 6 -622 0 shouldn't be
516.00/519.41	WSVECS04 Frhs2[213]: 6 0 635.484 shouldn't be
516.00/519.41	WSVECS04 Frhs2[403]: 6 0 490.5 shouldn't be
516.00/519.41	WSVECS04 Frhs2[443]: 6 0 0.909121 shouldn't be
516.00/519.41	WSVECS04 Frhs2[671]: 6 0 4.44454 shouldn't be
516.00/519.41	WSVECS04 Frhs2[747]: 6 0 5.3536 shouldn't be
516.00/519.41	WSVECS04 Frhs2[1308]: 6 0 80.5001 shouldn't be
516.00/519.41	WSVECS04 Frhs2[1691]: 6 0 4.44446 shouldn't be
519.39/522.85	WSVECS04 Frhs2[71]: 6 0 4.44453 shouldn't be
519.39/522.85	WSVECS04 Frhs2[413]: 6 0 463.673 shouldn't be
519.39/522.85	WSVECS04 Frhs2[847]: 6 0 1.34684 shouldn't be
519.39/522.85	WSVECS04 Frhs2[1004]: 6 0 374.5 shouldn't be
519.39/522.85	WSVECS04 Frhs2[1243]: 6 0 0.909131 shouldn't be
519.39/522.85	WSVECS04 Frhs2[1621]: 6 0 4.4445 shouldn't be
519.39/522.85	WSVECS04 Frhs2[1650]: 6 0 0.437788 shouldn't be
522.97/526.44	WSVECS04 Frhs2[401]: 6 0 490.5 shouldn't be
522.97/526.44	WSVECS04 Frhs2[1409]: 6 0 633 shouldn't be
529.96/533.44	c #Conflicts:     238000 | #Constraints:      54856
529.96/533.44	c #Conflicts:     239000 | #Constraints:      55856
529.96/533.44	c #Conflicts:     240000 | #Constraints:      56856
529.96/533.44	c #Conflicts:     241000 | #Constraints:      57856
529.96/533.44	c #Conflicts:     242000 | #Constraints:      58856
529.96/533.44	c #Conflicts:     243000 | #Constraints:      59856
529.96/533.44	c #Conflicts:     244000 | #Constraints:      60856
529.96/533.44	c #Conflicts:     245000 | #Constraints:      61856
529.96/533.44	c #Conflicts:     246000 | #Constraints:      62856
529.96/533.44	c INPROCESSING
529.96/533.44	c GARBAGE COLLECT
529.96/533.44	c rational objective 40264
536.74/540.29	c #Conflicts:     247000 | #Constraints:      54053
536.74/540.29	c #Conflicts:     248000 | #Constraints:      55053
536.74/540.29	c #Conflicts:     249000 | #Constraints:      56053
536.74/540.29	c #Conflicts:     250000 | #Constraints:      57053
536.74/540.29	c #Conflicts:     251000 | #Constraints:      58053
536.74/540.29	c #Conflicts:     252000 | #Constraints:      59053
536.74/540.29	c #Conflicts:     253000 | #Constraints:      60053
536.74/540.29	c #Conflicts:     254000 | #Constraints:      61053
536.74/540.29	c #Conflicts:     255000 | #Constraints:      62053
536.74/540.29	c #Conflicts:     256000 | #Constraints:      63053
536.74/540.29	c INPROCESSING
536.74/540.29	c GARBAGE COLLECT
536.74/540.29	c rational objective 40264
541.82/545.37	c #Conflicts:     257000 | #Constraints:      54085
541.82/545.37	c #Conflicts:     258000 | #Constraints:      55085
541.82/545.37	c #Conflicts:     259000 | #Constraints:      56085
541.82/545.37	c #Conflicts:     260000 | #Constraints:      57085
541.82/545.37	c #Conflicts:     261000 | #Constraints:      58085
541.82/545.37	c #Conflicts:     262000 | #Constraints:      59085
541.82/545.37	c #Conflicts:     263000 | #Constraints:      60085
541.82/545.37	c #Conflicts:     264000 | #Constraints:      61085
541.82/545.37	c #Conflicts:     265000 | #Constraints:      62085
541.82/545.37	c #Conflicts:     266000 | #Constraints:      63085
541.82/545.37	c INPROCESSING
541.82/545.37	c GARBAGE COLLECT
541.82/545.37	c rational objective 40264
547.81/551.70	c #Conflicts:     267000 | #Constraints:      53874
547.81/551.70	c #Conflicts:     268000 | #Constraints:      54874
547.81/551.70	c #Conflicts:     269000 | #Constraints:      55874
547.81/551.70	c #Conflicts:     270000 | #Constraints:      56874
547.81/551.70	c #Conflicts:     271000 | #Constraints:      57874
547.81/551.70	c #Conflicts:     272000 | #Constraints:      58874
547.81/551.70	c #Conflicts:     273000 | #Constraints:      59874
547.81/551.70	c #Conflicts:     274000 | #Constraints:      60874
547.81/551.70	c #Conflicts:     275000 | #Constraints:      61874
547.81/551.70	c #Conflicts:     276000 | #Constraints:      62874
547.81/551.70	c bounds 68147 >= 14674 @ 544.062
552.99/556.93	c #Conflicts:     277000 | #Constraints:      63875
552.99/556.93	c INPROCESSING
552.99/556.93	c GARBAGE COLLECT
552.99/556.93	c rational objective 40264
561.09/565.02	c #Conflicts:     278000 | #Constraints:      54445
561.09/565.02	c #Conflicts:     279000 | #Constraints:      55445
561.09/565.02	c #Conflicts:     280000 | #Constraints:      56445
561.09/565.02	c #Conflicts:     281000 | #Constraints:      57445
561.09/565.02	c #Conflicts:     282000 | #Constraints:      58445
561.09/565.02	c #Conflicts:     283000 | #Constraints:      59445
561.09/565.02	c #Conflicts:     284000 | #Constraints:      60445
561.09/565.02	c #Conflicts:     285000 | #Constraints:      61445
561.09/565.02	c #Conflicts:     286000 | #Constraints:      62445
561.09/565.02	c #Conflicts:     287000 | #Constraints:      63445
561.09/565.02	c #Conflicts:     288000 | #Constraints:      64445
561.09/565.02	c INPROCESSING
561.09/565.02	c GARBAGE COLLECT
561.09/565.02	c rational objective 40264
567.08/571.24	c #Conflicts:     289000 | #Constraints:      54835
567.08/571.24	c #Conflicts:     290000 | #Constraints:      55835
567.08/571.24	c #Conflicts:     291000 | #Constraints:      56835
567.08/571.24	c #Conflicts:     292000 | #Constraints:      57835
567.08/571.24	c #Conflicts:     293000 | #Constraints:      58835
567.08/571.24	c #Conflicts:     294000 | #Constraints:      59835
567.08/571.24	c #Conflicts:     295000 | #Constraints:      60835
567.08/571.24	c bounds 68147 >= 15338 @ 563.201
572.26/576.47	c #Conflicts:     296000 | #Constraints:      61838
572.26/576.47	c #Conflicts:     297000 | #Constraints:      62838
572.26/576.47	c #Conflicts:     298000 | #Constraints:      63838
572.26/576.47	c #Conflicts:     299000 | #Constraints:      64838
572.26/576.47	c INPROCESSING
572.26/576.47	c GARBAGE COLLECT
572.26/576.47	c rational objective 40264
578.34/582.57	c #Conflicts:     300000 | #Constraints:      55013
578.34/582.57	c #Conflicts:     301000 | #Constraints:      56013
578.34/582.57	c #Conflicts:     302000 | #Constraints:      57013
578.34/582.57	c #Conflicts:     303000 | #Constraints:      58013
578.34/582.57	c #Conflicts:     304000 | #Constraints:      59013
578.34/582.57	c #Conflicts:     305000 | #Constraints:      60013
578.34/582.57	c #Conflicts:     306000 | #Constraints:      61013
578.34/582.57	c #Conflicts:     307000 | #Constraints:      62013
578.34/582.57	c #Conflicts:     308000 | #Constraints:      63013
578.34/582.57	c #Conflicts:     309000 | #Constraints:      64013
578.34/582.57	c bounds 68147 >= 16002 @ 574.393
578.44/582.65	c bounds 67846 >= 16002 @ 574.475
579.85/584.03	c #Conflicts:     310000 | #Constraints:      65017
579.85/584.03	c INPROCESSING
579.85/584.03	c GARBAGE COLLECT
579.85/584.03	WSVECS04 Frhs2[58]: 6 0 354 shouldn't be
579.85/584.03	WSVECS04 Frhs2[97]: 6 0 641.714 shouldn't be
579.85/584.03	WSVECS04 Frhs2[100]: 6 -415.054 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[175]: 6 -288 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[181]: 6 0 152.679 shouldn't be
579.85/584.03	WSVECS04 Frhs2[186]: 6 0 103.5 shouldn't be
579.85/584.03	WSVECS04 Frhs2[189]: 6 -202.643 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[191]: 6 0 37.1072 shouldn't be
579.85/584.03	WSVECS04 Frhs2[192]: 6 0 37.1072 shouldn't be
579.85/584.03	WSVECS04 Frhs2[193]: 6 0 37.1072 shouldn't be
579.85/584.03	WSVECS04 Frhs2[194]: 6 0 37.1072 shouldn't be
579.85/584.03	WSVECS04 Frhs2[195]: 6 0 37.1072 shouldn't be
579.85/584.03	WSVECS04 Frhs2[198]: 6 0 37.1072 shouldn't be
579.85/584.03	WSVECS04 Frhs2[199]: 6 0 37.1072 shouldn't be
579.85/584.03	WSVECS04 Frhs2[201]: 6 -595.679 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[256]: 6 -250.214 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[258]: 6 0 354 shouldn't be
579.85/584.03	WSVECS04 Frhs2[265]: 6 -300.143 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[282]: 6 -940.857 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[293]: 6 -1068.54 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[297]: 6 0 641.714 shouldn't be
579.85/584.03	WSVECS04 Frhs2[381]: 6 0 395.536 shouldn't be
579.85/584.03	WSVECS04 Frhs2[382]: 6 0 242.857 shouldn't be
579.85/584.03	WSVECS04 Frhs2[385]: 6 0 242.857 shouldn't be
579.85/584.03	WSVECS04 Frhs2[386]: 6 0 346.357 shouldn't be
579.85/584.03	WSVECS04 Frhs2[388]: 6 0 242.857 shouldn't be
579.85/584.03	WSVECS04 Frhs2[390]: 6 0 336.857 shouldn't be
579.85/584.03	WSVECS04 Frhs2[396]: 6 0 143.893 shouldn't be
579.85/584.03	WSVECS04 Frhs2[420]: 6 -410.893 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[424]: 6 -503 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[426]: 6 0 141.071 shouldn't be
579.85/584.03	WSVECS04 Frhs2[467]: 6 -776.964 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[470]: 6 0 8.71435 shouldn't be
579.85/584.03	WSVECS04 Frhs2[483]: 6 0 121.429 shouldn't be
579.85/584.03	WSVECS04 Frhs2[504]: 6 -1063.86 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[506]: 6 0 81.0357 shouldn't be
579.85/584.03	WSVECS04 Frhs2[551]: 6 0 352 shouldn't be
579.85/584.03	WSVECS04 Frhs2[602]: 6 -254.75 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[606]: 6 0 224.929 shouldn't be
579.85/584.03	WSVECS04 Frhs2[623]: 6 -120 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[706]: 6 0 224.929 shouldn't be
579.85/584.03	WSVECS04 Frhs2[708]: 6 0 535 shouldn't be
579.85/584.03	WSVECS04 Frhs2[712]: 6 -1293.05 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[756]: 6 0 507.893 shouldn't be
579.85/584.03	WSVECS04 Frhs2[764]: 6 0 63.7143 shouldn't be
579.85/584.03	WSVECS04 Frhs2[806]: 6 0 479.679 shouldn't be
579.85/584.03	WSVECS04 Frhs2[809]: 6 0 167.286 shouldn't be
579.85/584.03	WSVECS04 Frhs2[816]: 6 0 946.661 shouldn't be
579.85/584.03	WSVECS04 Frhs2[860]: 6 0 811.107 shouldn't be
579.85/584.03	WSVECS04 Frhs2[861]: 6 0 633 shouldn't be
579.85/584.03	WSVECS04 Frhs2[912]: 6 -314 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[960]: 6 0 811.107 shouldn't be
579.85/584.03	WSVECS04 Frhs2[986]: 6 0 9.50001 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1010]: 6 -307.321 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1068]: 6 -653 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1070]: 6 0 8.7143 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1106]: 6 0 479.679 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1109]: 6 0 189 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1151]: 6 0 986 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1170]: 6 0 8.7143 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1178]: 6 -16.7144 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1189]: 6 -292.536 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1197]: 6 0 641.714 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1201]: 6 -375.357 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1260]: 6 0 811.107 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1261]: 6 0 617.286 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1306]: 6 0 479.679 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1361]: 6 0 150.286 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1385]: 6 -1557 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1397]: 6 0 641.714 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1458]: 6 0 354 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1460]: 6 0 811.107 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1463]: 6 -1303.43 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1512]: 6 -111.947 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1612]: 6 0 366 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1709]: 6 0 189 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1770]: 6 0 8.7143 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1812]: 6 0 145.679 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1821]: 6 0 102.679 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1861]: 6 0 234.679 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1890]: 6 0 303.679 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1906]: 6 -712 0 shouldn't be
579.85/584.03	WSVECS04 Frhs2[1979]: 6 0 152.054 shouldn't be
579.85/584.03	WSVECS04 Frhs2[2041]: 6 0 112 shouldn't be
579.85/584.03	WSVECS04 Frhs2[2042]: 6 0 51 shouldn't be
579.85/584.03	WSVECS04 Frhs2[2043]: 6 0 37.0001 shouldn't be
579.85/584.03	WSVECS04 Frhs2[2344]: 6 0 596.286 shouldn't be
579.85/584.03	WSVECS04 Frhs2[2369]: 6 0 70.0001 shouldn't be
579.85/584.03	WSVECS04 Frhs2[2377]: 6 0 602.286 shouldn't be
581.94/586.19	WSVECS04 Frhs2[52]: 6 -2006.66 0 shouldn't be
581.94/586.19	WSVECS04 Frhs2[158]: 6 0 911.554 shouldn't be
581.94/586.19	WSVECS04 Frhs2[174]: 6 0 772.714 shouldn't be
581.94/586.19	WSVECS04 Frhs2[290]: 6 0 94.0001 shouldn't be
581.94/586.19	WSVECS04 Frhs2[321]: 6 0 120 shouldn't be
581.94/586.19	WSVECS04 Frhs2[329]: 6 0 120 shouldn't be
581.94/586.19	WSVECS04 Frhs2[363]: 6 0 424.714 shouldn't be
581.94/586.19	WSVECS04 Frhs2[456]: 6 -805.893 0 shouldn't be
581.94/586.19	WSVECS04 Frhs2[490]: 6 0 215.429 shouldn't be
581.94/586.19	WSVECS04 Frhs2[511]: 6 0 397.947 shouldn't be
581.94/586.19	WSVECS04 Frhs2[512]: 6 0 397.947 shouldn't be
581.94/586.19	WSVECS04 Frhs2[515]: 6 0 397.946 shouldn't be
581.94/586.19	WSVECS04 Frhs2[520]: 6 0 303.947 shouldn't be
581.94/586.19	WSVECS04 Frhs2[554]: 6 0 601.893 shouldn't be
581.94/586.19	WSVECS04 Frhs2[563]: 6 0 305 shouldn't be
581.94/586.19	WSVECS04 Frhs2[565]: 6 0 305 shouldn't be
581.94/586.19	WSVECS04 Frhs2[655]: 6 -3480 0 shouldn't be
581.94/586.19	WSVECS04 Frhs2[681]: 6 0 152.679 shouldn't be
581.94/586.19	WSVECS04 Frhs2[774]: 6 0 772.714 shouldn't be
581.94/586.19	WSVECS04 Frhs2[789]: 6 -188 0 shouldn't be
581.94/586.19	WSVECS04 Frhs2[811]: 6 0 1200.71 shouldn't be
581.94/586.19	WSVECS04 Frhs2[812]: 6 0 1200.71 shouldn't be
581.94/586.19	WSVECS04 Frhs2[814]: 6 0 1200.71 shouldn't be
581.94/586.19	WSVECS04 Frhs2[815]: 6 0 1200.71 shouldn't be
581.94/586.19	WSVECS04 Frhs2[820]: 6 0 1200.71 shouldn't be
581.94/586.19	WSVECS04 Frhs2[881]: 6 0 152.679 shouldn't be
581.94/586.19	WSVECS04 Frhs2[956]: 6 -1301.89 0 shouldn't be
581.94/586.19	WSVECS04 Frhs2[974]: 6 0 772.714 shouldn't be
581.94/586.19	WSVECS04 Frhs2[1081]: 6 0 152.679 shouldn't be
581.94/586.19	WSVECS04 Frhs2[1090]: 6 0 94.0001 shouldn't be
581.94/586.19	WSVECS04 Frhs2[1100]: 6 -342 0 shouldn't be
581.94/586.19	WSVECS04 Frhs2[1152]: 6 0 1235.89 shouldn't be
581.94/586.19	WSVECS04 Frhs2[1153]: 6 0 1235.89 shouldn't be
581.94/586.19	WSVECS04 Frhs2[1154]: 6 0 1235.89 shouldn't be
581.94/586.19	WSVECS04 Frhs2[1158]: 6 0 1589.89 shouldn't be
581.94/586.19	WSVECS04 Frhs2[1160]: 6 0 2047 shouldn't be
581.94/586.19	WSVECS04 Frhs2[1211]: 6 -237.946 0 shouldn't be
581.94/586.19	WSVECS04 Frhs2[1281]: 6 0 152.679 shouldn't be
581.94/586.19	WSVECS04 Frhs2[1290]: 6 0 94.0001 shouldn't be
581.94/586.19	WSVECS04 Frhs2[1412]: 6 -148.946 0 shouldn't be
581.94/586.19	WSVECS04 Frhs2[1474]: 6 0 772.714 shouldn't be
581.94/586.19	WSVECS04 Frhs2[1561]: 6 0 150.286 shouldn't be
581.94/586.19	WSVECS04 Frhs2[1562]: 6 -1929.86 0 shouldn't be
581.94/586.19	WSVECS04 Frhs2[1589]: 6 -305.857 0 shouldn't be
581.94/586.19	WSVECS04 Frhs2[1681]: 6 0 152.679 shouldn't be
581.94/586.19	WSVECS04 Frhs2[1723]: 6 -19.0001 0 shouldn't be
581.94/586.19	WSVECS04 Frhs2[1774]: 6 0 772.714 shouldn't be
581.94/586.19	WSVECS04 Frhs2[1781]: 6 0 152.679 shouldn't be
581.94/586.19	WSVECS04 Frhs2[1887]: 6 0 70.0001 shouldn't be
581.94/586.19	WSVECS04 Frhs2[2029]: 6 0 109 shouldn't be
584.73/588.99	WSVECS04 Frhs2[9]: 6 0 189 shouldn't be
584.73/588.99	WSVECS04 Frhs2[80]: 6 0 93.0001 shouldn't be
584.73/588.99	WSVECS04 Frhs2[104]: 6 0 605 shouldn't be
584.73/588.99	WSVECS04 Frhs2[105]: 6 0 605 shouldn't be
584.73/588.99	WSVECS04 Frhs2[286]: 6 0 103.5 shouldn't be
584.73/588.99	WSVECS04 Frhs2[328]: 6 0 120 shouldn't be
584.73/588.99	WSVECS04 Frhs2[482]: 6 0 121.429 shouldn't be
584.73/588.99	WSVECS04 Frhs2[552]: 6 0 601.893 shouldn't be
584.73/588.99	WSVECS04 Frhs2[826]: 6 0 366 shouldn't be
584.73/588.99	WSVECS04 Frhs2[856]: 6 -1629.89 0 shouldn't be
584.73/588.99	WSVECS04 Frhs2[891]: 6 0 21.7143 shouldn't be
584.73/588.99	WSVECS04 Frhs2[892]: 6 0 21.7143 shouldn't be
584.73/588.99	WSVECS04 Frhs2[893]: 6 0 21.7144 shouldn't be
584.73/588.99	WSVECS04 Frhs2[958]: 6 0 354 shouldn't be
584.73/588.99	WSVECS04 Frhs2[1051]: 6 0 703 shouldn't be
584.73/588.99	WSVECS04 Frhs2[1052]: 6 0 952.893 shouldn't be
584.73/588.99	WSVECS04 Frhs2[1053]: 6 0 952.893 shouldn't be
584.73/588.99	WSVECS04 Frhs2[1054]: 6 0 952.893 shouldn't be
584.73/588.99	WSVECS04 Frhs2[1058]: 6 0 1306.89 shouldn't be
584.73/588.99	WSVECS04 Frhs2[1060]: 6 0 1764 shouldn't be
584.73/588.99	WSVECS04 Frhs2[1157]: 6 0 1235.89 shouldn't be
584.73/588.99	WSVECS04 Frhs2[1169]: 6 0 30.4287 shouldn't be
584.73/588.99	WSVECS04 Frhs2[1271]: 6 0 199 shouldn't be
584.73/588.99	WSVECS04 Frhs2[1378]: 6 -672 0 shouldn't be
584.73/588.99	WSVECS04 Frhs2[1507]: 6 0 271.25 shouldn't be
584.73/588.99	WSVECS04 Frhs2[1919]: 6 -337 0 shouldn't be
584.73/588.99	WSVECS04 Frhs2[1962]: 6 -86.0001 0 shouldn't be
584.73/588.99	WSVECS04 Frhs2[2360]: 6 -80.0001 0 shouldn't be
584.73/588.99	WSVECS04 Frhs2[2633]: 6 0 13 shouldn't be
589.21/593.44	WSVECS04 Frhs2[73]: 6 0 93.0001 shouldn't be
589.21/593.44	WSVECS04 Frhs2[75]: 6 0 93 shouldn't be
589.21/593.44	WSVECS04 Frhs2[81]: 6 0 152.679 shouldn't be
589.21/593.44	WSVECS04 Frhs2[86]: 6 0 103.5 shouldn't be
589.21/593.44	WSVECS04 Frhs2[90]: 6 0 94.0001 shouldn't be
589.21/593.44	WSVECS04 Frhs2[102]: 6 0 605 shouldn't be
589.21/593.44	WSVECS04 Frhs2[103]: 6 0 605 shouldn't be
589.21/593.44	WSVECS04 Frhs2[107]: 6 0 605 shouldn't be
589.21/593.44	WSVECS04 Frhs2[126]: 6 0 366 shouldn't be
589.21/593.44	WSVECS04 Frhs2[127]: 6 0 385 shouldn't be
589.21/593.44	WSVECS04 Frhs2[208]: 6 0 789.75 shouldn't be
589.21/593.44	WSVECS04 Frhs2[209]: 6 0 189 shouldn't be
589.21/593.44	WSVECS04 Frhs2[223]: 6 -505 0 shouldn't be
589.21/593.44	WSVECS04 Frhs2[261]: 6 0 641.714 shouldn't be
589.21/593.44	WSVECS04 Frhs2[269]: 6 0 30.4287 shouldn't be
589.21/593.44	WSVECS04 Frhs2[281]: 6 0 152.679 shouldn't be
589.21/593.44	WSVECS04 Frhs2[308]: 6 0 789.75 shouldn't be
589.21/593.44	WSVECS04 Frhs2[326]: 6 0 486 shouldn't be
589.21/593.44	WSVECS04 Frhs2[330]: 6 0 120 shouldn't be
589.21/593.44	WSVECS04 Frhs2[355]: 6 0 171.554 shouldn't be
589.21/593.44	WSVECS04 Frhs2[362]: 6 0 424.714 shouldn't be
589.21/593.44	WSVECS04 Frhs2[370]: 6 0 433.429 shouldn't be
589.21/593.44	WSVECS04 Frhs2[384]: 6 0 1373.89 shouldn't be
589.21/593.44	WSVECS04 Frhs2[397]: 6 0 641.714 shouldn't be
589.21/593.44	WSVECS04 Frhs2[464]: 6 0 705.429 shouldn't be
589.21/593.44	WSVECS04 Frhs2[469]: 6 0 30.4287 shouldn't be
589.21/593.44	WSVECS04 Frhs2[485]: 6 0 121.429 shouldn't be
589.21/593.44	WSVECS04 Frhs2[497]: 6 0 641.714 shouldn't be
589.21/593.44	WSVECS04 Frhs2[608]: 6 0 535 shouldn't be
589.21/593.44	WSVECS04 Frhs2[626]: 6 0 366 shouldn't be
589.21/593.44	WSVECS04 Frhs2[627]: 6 0 385 shouldn't be
589.21/593.44	WSVECS04 Frhs2[669]: 6 0 30.4286 shouldn't be
589.21/593.44	WSVECS04 Frhs2[686]: 6 0 103.5 shouldn't be
589.21/593.44	WSVECS04 Frhs2[726]: 6 0 366 shouldn't be
589.21/593.44	WSVECS04 Frhs2[808]: 6 0 789.75 shouldn't be
589.21/593.44	WSVECS04 Frhs2[864]: 6 0 696.714 shouldn't be
589.21/593.44	WSVECS04 Frhs2[884]: 6 0 1131.04 shouldn't be
589.21/593.44	WSVECS04 Frhs2[886]: 6 0 103.5 shouldn't be
589.21/593.44	WSVECS04 Frhs2[908]: 6 0 789.75 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1008]: 6 0 789.75 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1155]: 6 0 1235.89 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1164]: 6 0 705.429 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1184]: 6 0 1131.04 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1186]: 6 0 103.5 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1190]: 6 0 94.0001 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1206]: 6 0 479.679 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1208]: 6 0 789.75 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1209]: 6 0 189 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1226]: 6 0 366 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1253]: 6 -1202 0 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1272]: 6 0 199 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1273]: 6 0 199 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1275]: 6 0 199 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1278]: 6 0 199 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1296]: 6 0 143.893 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1308]: 6 0 789.75 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1374]: 6 0 772.714 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1381]: 6 0 152.679 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1384]: 6 0 1131.04 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1402]: 6 0 477.679 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1403]: 6 0 477.679 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1404]: 6 0 477.679 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1407]: 6 0 477.679 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1423]: 6 -366 0 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1426]: 6 0 366 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1497]: 6 0 641.714 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1502]: 6 0 271.25 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1527]: 6 0 385 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1564]: 6 0 214 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1574]: 6 0 772.714 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1581]: 6 0 152.679 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1584]: 6 0 1131.04 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1590]: 6 0 94 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1601]: 6 -958.679 0 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1608]: 6 0 789.75 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1615]: 6 0 366 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1662]: 6 0 385 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1663]: 6 0 385 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1664]: 6 0 1090.43 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1668]: 6 0 385 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1708]: 6 0 789.75 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1726]: 6 0 366 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1764]: 6 0 705.429 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1810]: 6 -745 0 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1814]: 6 0 206 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1819]: 6 -665 0 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1823]: 6 0 264 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1832]: 6 0 113 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1860]: 6 0 268 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1888]: 6 -325 0 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1889]: 6 0 398.679 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1927]: 6 -605 0 shouldn't be
589.21/593.44	WSVECS04 Frhs2[1951]: 6 0 3.00008 shouldn't be
589.21/593.44	WSVECS04 Frhs2[2005]: 6 -664 0 shouldn't be
589.21/593.44	WSVECS04 Frhs2[2055]: 6 -808 0 shouldn't be
589.21/593.44	WSVECS04 Frhs2[2070]: 6 -328 0 shouldn't be
589.21/593.44	WSVECS04 Frhs2[2074]: 6 -605 0 shouldn't be
589.21/593.44	WSVECS04 Frhs2[2110]: 6 -1380 0 shouldn't be
589.21/593.44	WSVECS04 Frhs2[2166]: 6 -370 0 shouldn't be
589.21/593.44	WSVECS04 Frhs2[2209]: 6 -408 0 shouldn't be
589.21/593.44	WSVECS04 Frhs2[2279]: 6 0 71.0001 shouldn't be
589.21/593.44	WSVECS04 Frhs2[2412]: 6 0 239 shouldn't be
589.21/593.44	WSVECS04 Frhs2[2434]: 6 0 301 shouldn't be
589.21/593.44	WSVECS04 Frhs2[2442]: 6 0 234 shouldn't be
589.21/593.44	WSVECS04 Frhs2[2446]: 6 -712 0 shouldn't be
589.21/593.44	WSVECS04 Frhs2[2451]: 6 0 191 shouldn't be
589.21/593.44	WSVECS04 Frhs2[2459]: 6 0 35.0001 shouldn't be
589.21/593.44	WSVECS04 Frhs2[2519]: 6 -86.0001 0 shouldn't be
589.21/593.44	WSVECS04 Frhs2[2628]: 6 -741 0 shouldn't be
596.69/600.92	WSVECS04 Frhs2[5]: 6 -1094 0 shouldn't be
596.69/600.92	WSVECS04 Frhs2[8]: 6 0 789.75 shouldn't be
596.69/600.92	WSVECS04 Frhs2[27]: 6 0 385 shouldn't be
596.69/600.92	WSVECS04 Frhs2[71]: 6 0 93 shouldn't be
596.69/600.92	WSVECS04 Frhs2[72]: 6 0 93.0001 shouldn't be
596.69/600.92	WSVECS04 Frhs2[77]: 6 0 93 shouldn't be
596.69/600.92	WSVECS04 Frhs2[96]: 6 0 143.893 shouldn't be
596.69/600.92	WSVECS04 Frhs2[153]: 6 0 557.554 shouldn't be
596.69/600.92	WSVECS04 Frhs2[155]: 6 0 557.554 shouldn't be
596.69/600.92	WSVECS04 Frhs2[161]: 6 0 641.714 shouldn't be
596.69/600.92	WSVECS04 Frhs2[164]: 6 0 705.429 shouldn't be
596.69/600.92	WSVECS04 Frhs2[227]: 6 0 385 shouldn't be
596.69/600.92	WSVECS04 Frhs2[264]: 6 0 705.429 shouldn't be
596.69/600.92	WSVECS04 Frhs2[270]: 6 0 8.71437 shouldn't be
596.69/600.92	WSVECS04 Frhs2[284]: 6 0 1131.04 shouldn't be
596.69/600.92	WSVECS04 Frhs2[296]: 6 0 143.893 shouldn't be
596.69/600.92	WSVECS04 Frhs2[306]: 6 0 479.679 shouldn't be
596.69/600.92	WSVECS04 Frhs2[352]: 6 0 171.554 shouldn't be
596.69/600.92	WSVECS04 Frhs2[353]: 6 0 171.554 shouldn't be
596.69/600.92	WSVECS04 Frhs2[361]: 6 0 1066.43 shouldn't be
596.69/600.92	WSVECS04 Frhs2[364]: 6 0 1130.14 shouldn't be
596.69/600.92	WSVECS04 Frhs2[427]: 6 0 385 shouldn't be
596.69/600.92	WSVECS04 Frhs2[553]: 6 0 601.893 shouldn't be
596.69/600.92	WSVECS04 Frhs2[664]: 6 0 705.429 shouldn't be
596.69/600.92	WSVECS04 Frhs2[667]: 6 -802.286 0 shouldn't be
596.69/600.92	WSVECS04 Frhs2[697]: 6 0 641.714 shouldn't be
596.69/600.92	WSVECS04 Frhs2[753]: 6 0 507.893 shouldn't be
596.69/600.92	WSVECS04 Frhs2[781]: 6 0 152.679 shouldn't be
596.69/600.92	WSVECS04 Frhs2[796]: 6 0 143.893 shouldn't be
596.69/600.92	WSVECS04 Frhs2[895]: 6 0 21.7144 shouldn't be
596.69/600.92	WSVECS04 Frhs2[926]: 6 0 366 shouldn't be
596.69/600.92	WSVECS04 Frhs2[964]: 6 0 696.714 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1027]: 6 0 385 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1057]: 6 0 952.893 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1064]: 6 0 705.429 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1127]: 6 0 385 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1181]: 6 0 152.679 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1196]: 6 0 143.893 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1227]: 6 0 385 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1258]: 6 0 354 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1276]: 6 0 199 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1280]: 6 0 199 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1313]: 6 0 925.946 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1315]: 6 0 925.946 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1318]: 6 0 925.946 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1319]: 6 0 559.946 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1326]: 6 0 366 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1327]: 6 0 385 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1396]: 6 0 143.893 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1427]: 6 0 385 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1596]: 6 0 143.893 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1606]: 6 0 479.679 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1614]: 6 0 366 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1620]: 6 0 366 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1665]: 6 0 385 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1670]: 6 0 393.714 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1684]: 6 0 1131.04 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1690]: 6 0 94 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1697]: 6 0 641.714 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1727]: 6 0 385 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1790]: 6 0 94.0001 shouldn't be
596.69/600.92	WSVECS04 Frhs2[1964]: 6 -871 0 shouldn't be
596.69/600.92	WSVECS04 Frhs2[2046]: 6 -664 0 shouldn't be
596.69/600.92	WSVECS04 Frhs2[2099]: 6 -337 0 shouldn't be
596.69/600.92	WSVECS04 Frhs2[2177]: 6 -871 0 shouldn't be
596.69/600.92	WSVECS04 Frhs2[2467]: 6 -605 0 shouldn't be
596.69/600.92	WSVECS04 Frhs2[2479]: 6 0 163 shouldn't be
596.69/600.92	WSVECS04 Frhs2[2482]: 6 -410 0 shouldn't be
596.69/600.92	WSVECS04 Frhs2[2647]: 6 -605 0 shouldn't be
596.69/600.92	WSVECS04 Frhs2[2681]: 6 0 68.0001 shouldn't be
604.26/608.52	WSVECS04 Frhs2[6]: 6 0 479.679 shouldn't be
604.26/608.52	WSVECS04 Frhs2[60]: 6 0 811.107 shouldn't be
604.26/608.52	WSVECS04 Frhs2[61]: 6 0 641.714 shouldn't be
604.26/608.52	WSVECS04 Frhs2[70]: 6 0 8.71437 shouldn't be
604.26/608.53	WSVECS04 Frhs2[154]: 6 0 557.554 shouldn't be
604.26/608.53	WSVECS04 Frhs2[169]: 6 0 30.4287 shouldn't be
604.26/608.53	WSVECS04 Frhs2[184]: 6 0 1131.04 shouldn't be
604.26/608.53	WSVECS04 Frhs2[226]: 6 0 366 shouldn't be
604.26/608.53	WSVECS04 Frhs2[322]: 6 0 120 shouldn't be
604.26/608.53	WSVECS04 Frhs2[325]: 6 0 120 shouldn't be
604.26/608.53	WSVECS04 Frhs2[365]: 6 0 424.714 shouldn't be
604.26/608.53	WSVECS04 Frhs2[474]: 6 0 772.714 shouldn't be
604.26/608.53	WSVECS04 Frhs2[518]: 6 0 397.946 shouldn't be
604.26/608.53	WSVECS04 Frhs2[555]: 6 0 601.893 shouldn't be
604.26/608.53	WSVECS04 Frhs2[658]: 6 0 354 shouldn't be
604.26/608.53	WSVECS04 Frhs2[674]: 6 0 772.714 shouldn't be
604.26/608.53	WSVECS04 Frhs2[684]: 6 0 1131.04 shouldn't be
604.26/608.53	WSVECS04 Frhs2[727]: 6 0 385 shouldn't be
604.26/608.53	WSVECS04 Frhs2[786]: 6 0 103.5 shouldn't be
604.26/608.53	WSVECS04 Frhs2[813]: 6 0 1200.71 shouldn't be
604.26/608.53	WSVECS04 Frhs2[996]: 6 0 143.893 shouldn't be
604.26/608.53	WSVECS04 Frhs2[1006]: 6 0 479.679 shouldn't be
604.26/608.53	WSVECS04 Frhs2[1009]: 6 0 189 shouldn't be
604.26/608.53	WSVECS04 Frhs2[1055]: 6 0 952.893 shouldn't be
604.26/608.53	WSVECS04 Frhs2[1074]: 6 0 772.714 shouldn't be
604.26/608.53	WSVECS04 Frhs2[1084]: 6 0 1131.04 shouldn't be
604.26/608.53	WSVECS04 Frhs2[1297]: 6 0 641.714 shouldn't be
604.26/608.53	WSVECS04 Frhs2[1301]: 6 -375.357 0 shouldn't be
604.26/608.53	WSVECS04 Frhs2[1312]: 6 0 925.946 shouldn't be
604.26/608.53	WSVECS04 Frhs2[1314]: 6 0 925.946 shouldn't be
604.26/608.53	WSVECS04 Frhs2[1320]: 6 0 925.946 shouldn't be
604.26/608.53	WSVECS04 Frhs2[1386]: 6 0 103.5 shouldn't be
604.26/608.53	WSVECS04 Frhs2[1406]: 6 0 957.357 shouldn't be
604.26/608.53	WSVECS04 Frhs2[1504]: 6 0 271.25 shouldn't be
604.26/608.53	WSVECS04 Frhs2[1509]: 6 0 460.25 shouldn't be
604.26/608.53	WSVECS04 Frhs2[1555]: 6 0 354 shouldn't be
604.26/608.53	WSVECS04 Frhs2[1557]: 6 0 354 shouldn't be
604.26/608.53	WSVECS04 Frhs2[1558]: 6 0 708 shouldn't be
604.26/608.53	WSVECS04 Frhs2[1609]: 6 0 189 shouldn't be
604.26/608.53	WSVECS04 Frhs2[1902]: 6 -337 0 shouldn't be
604.26/608.53	WSVECS04 Frhs2[2106]: 6 -732 0 shouldn't be
604.26/608.53	WSVECS04 Frhs2[2197]: 6 -605 0 shouldn't be
604.26/608.53	WSVECS04 Frhs2[2221]: 6 -250 0 shouldn't be
604.26/608.53	WSVECS04 Frhs2[2297]: 6 -315 0 shouldn't be
604.26/608.53	WSVECS04 Frhs2[2410]: 6 -250 0 shouldn't be
604.26/608.53	WSVECS04 Frhs2[2437]: 6 -587 0 shouldn't be
604.26/608.53	WSVECS04 Frhs2[2450]: 6 -80.0001 0 shouldn't be
604.26/608.53	WSVECS04 Frhs2[2619]: 6 -670 0 shouldn't be
604.26/608.53	WSVECS04 Frhs2[2699]: 6 -86.0001 0 shouldn't be
611.85/616.17	WSVECS04 Frhs2[26]: 6 0 366 shouldn't be
611.85/616.17	WSVECS04 Frhs2[190]: 6 0 94.0001 shouldn't be
611.85/616.17	WSVECS04 Frhs2[484]: 6 0 1252.46 shouldn't be
611.85/616.17	WSVECS04 Frhs2[597]: 6 0 641.714 shouldn't be
611.85/616.17	WSVECS04 Frhs2[696]: 6 0 143.893 shouldn't be
611.85/616.17	WSVECS04 Frhs2[894]: 6 0 21.7143 shouldn't be
611.85/616.17	WSVECS04 Frhs2[984]: 6 0 1037.04 shouldn't be
611.85/616.17	WSVECS04 Frhs2[1061]: 6 0 641.714 shouldn't be
611.85/616.17	WSVECS04 Frhs2[1126]: 6 0 366 shouldn't be
611.85/616.17	WSVECS04 Frhs2[1311]: 6 0 925.946 shouldn't be
611.85/616.17	WSVECS04 Frhs2[1360]: 6 0 811.107 shouldn't be
611.85/616.17	WSVECS04 Frhs2[1410]: 6 0 477.679 shouldn't be
611.85/616.17	WSVECS04 Frhs2[1464]: 6 0 214 shouldn't be
611.85/616.17	WSVECS04 Frhs2[1510]: 6 0 271.25 shouldn't be
611.85/616.17	WSVECS04 Frhs2[1553]: 6 0 354 shouldn't be
611.85/616.17	WSVECS04 Frhs2[1560]: 6 0 1165.11 shouldn't be
611.85/616.17	WSVECS04 Frhs2[1611]: 6 0 366 shouldn't be
611.85/616.17	WSVECS04 Frhs2[1618]: 6 0 366 shouldn't be
611.85/616.17	WSVECS04 Frhs2[1660]: 6 0 811.107 shouldn't be
611.85/616.17	WSVECS04 Frhs2[1661]: 6 0 1026.71 shouldn't be
611.85/616.17	WSVECS04 Frhs2[1796]: 6 0 143.893 shouldn't be
611.85/616.17	WSVECS04 Frhs2[1802]: 6 -665 0 shouldn't be
611.85/616.17	WSVECS04 Frhs2[1829]: 6 -337 0 shouldn't be
611.85/616.17	WSVECS04 Frhs2[1855]: 6 -370 0 shouldn't be
611.85/616.17	WSVECS04 Frhs2[2081]: 6 -80.0001 0 shouldn't be
611.85/616.17	WSVECS04 Frhs2[2152]: 6 -670 0 shouldn't be
611.85/616.17	WSVECS04 Frhs2[2201]: 6 -1010 0 shouldn't be
611.85/616.17	WSVECS04 Frhs2[2502]: 6 -86.0001 0 shouldn't be
619.62/623.97	WSVECS04 Frhs2[110]: 6 0 605 shouldn't be
619.62/623.97	WSVECS04 Frhs2[274]: 6 0 772.714 shouldn't be
619.62/623.97	WSVECS04 Frhs2[374]: 6 0 772.714 shouldn't be
619.62/623.97	WSVECS04 Frhs2[458]: 6 0 354 shouldn't be
619.62/623.97	WSVECS04 Frhs2[562]: 6 0 305 shouldn't be
619.62/623.97	WSVECS04 Frhs2[670]: 6 0 8.71434 shouldn't be
619.62/623.97	WSVECS04 Frhs2[818]: 6 0 1200.71 shouldn't be
619.62/623.97	WSVECS04 Frhs2[898]: 6 0 21.7143 shouldn't be
619.62/623.97	WSVECS04 Frhs2[1069]: 6 0 30.4286 shouldn't be
619.62/623.97	WSVECS04 Frhs2[1161]: 6 0 641.714 shouldn't be
619.62/623.97	WSVECS04 Frhs2[1174]: 6 0 772.714 shouldn't be
619.62/623.97	WSVECS04 Frhs2[1358]: 6 0 354 shouldn't be
619.62/623.97	WSVECS04 Frhs2[1390]: 6 0 94.0001 shouldn't be
619.62/623.97	WSVECS04 Frhs2[1405]: 6 0 477.679 shouldn't be
619.62/623.97	WSVECS04 Frhs2[1496]: 6 0 143.893 shouldn't be
619.62/623.97	WSVECS04 Frhs2[1552]: 6 0 354 shouldn't be
619.62/623.97	WSVECS04 Frhs2[1554]: 6 0 354 shouldn't be
619.62/623.97	WSVECS04 Frhs2[1597]: 6 0 641.714 shouldn't be
619.62/623.97	WSVECS04 Frhs2[1760]: 6 0 811.107 shouldn't be
619.62/623.97	WSVECS04 Frhs2[1797]: 6 0 641.714 shouldn't be
619.62/623.97	WSVECS04 Frhs2[1862]: 6 0 320.679 shouldn't be
619.62/623.97	WSVECS04 Frhs2[1991]: 6 -80.0001 0 shouldn't be
619.62/623.97	WSVECS04 Frhs2[2007]: 6 -697 0 shouldn't be
619.62/623.97	WSVECS04 Frhs2[2102]: 6 -408 0 shouldn't be
619.62/623.97	WSVECS04 Frhs2[2241]: 6 -328 0 shouldn't be
627.20/631.55	WSVECS04 Frhs2[354]: 6 0 171.554 shouldn't be
627.20/631.55	WSVECS04 Frhs2[558]: 6 0 955.893 shouldn't be
627.20/631.55	WSVECS04 Frhs2[584]: 6 0 1131.04 shouldn't be
627.20/631.55	WSVECS04 Frhs2[660]: 6 0 811.107 shouldn't be
627.20/631.55	WSVECS04 Frhs2[754]: 6 0 507.893 shouldn't be
627.20/631.55	WSVECS04 Frhs2[758]: 6 0 861.893 shouldn't be
627.20/631.55	WSVECS04 Frhs2[790]: 6 0 94.0001 shouldn't be
627.20/631.55	WSVECS04 Frhs2[858]: 6 0 354 shouldn't be
627.20/631.55	WSVECS04 Frhs2[874]: 6 0 772.714 shouldn't be
627.20/631.55	WSVECS04 Frhs2[927]: 6 0 385 shouldn't be
627.20/631.55	WSVECS04 Frhs2[1761]: 6 0 641.714 shouldn't be
627.20/631.55	WSVECS04 Frhs2[1804]: 6 -605 0 shouldn't be
627.20/631.55	WSVECS04 Frhs2[1981]: 6 -745 0 shouldn't be
627.20/631.55	WSVECS04 Frhs2[2009]: 6 0 43.0001 shouldn't be
627.20/631.55	WSVECS04 Frhs2[2017]: 6 -605 0 shouldn't be
627.20/631.55	WSVECS04 Frhs2[2119]: 6 -408 0 shouldn't be
627.20/631.55	WSVECS04 Frhs2[2182]: 6 -1020 0 shouldn't be
627.20/631.55	WSVECS04 Frhs2[2361]: 6 0 28 shouldn't be
627.20/631.55	WSVECS04 Frhs2[2594]: 6 -871 0 shouldn't be
634.28/638.63	WSVECS04 Frhs2[108]: 6 0 1394.75 shouldn't be
634.28/638.63	WSVECS04 Frhs2[564]: 6 0 1010.43 shouldn't be
634.28/638.63	WSVECS04 Frhs2[1026]: 6 0 366 shouldn't be
634.28/638.63	WSVECS04 Frhs2[1784]: 6 0 1131.04 shouldn't be
634.28/638.63	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
634.28/638.63	WSVECS04 Frhs2[2137]: 6 -646 0 shouldn't be
634.28/638.63	WSVECS04 Frhs2[2190]: 6 -380 0 shouldn't be
634.28/638.63	WSVECS04 Frhs2[2198]: 6 -1090 0 shouldn't be
640.96/645.35	WSVECS04 Frhs2[460]: 6 0 811.107 shouldn't be
640.96/645.35	WSVECS04 Frhs2[514]: 6 0 397.947 shouldn't be
640.96/645.35	WSVECS04 Frhs2[574]: 6 0 772.714 shouldn't be
640.96/645.35	WSVECS04 Frhs2[1108]: 6 0 789.75 shouldn't be
640.96/645.35	WSVECS04 Frhs2[1674]: 6 0 772.714 shouldn't be
640.96/645.35	WSVECS04 Frhs2[2693]: 6 -741 0 shouldn't be
645.76/650.16	WSVECS04 Frhs2[508]: 6 0 535 shouldn't be
645.76/650.16	WSVECS04 Frhs2[1706]: 6 0 479.679 shouldn't be
645.76/650.16	WSVECS04 Frhs2[2496]: 6 -664 0 shouldn't be
645.76/650.16	WSVECS04 Frhs2[2646]: 6 -732 0 shouldn't be
647.75/652.19	WSVECS04 Frhs2[358]: 6 0 525.554 shouldn't be
647.75/652.19	WSVECS04 Frhs2[827]: 6 0 385 shouldn't be
647.75/652.19	WSVECS04 Frhs2[2002]: 6 -1020 0 shouldn't be
647.75/652.19	WSVECS04 Frhs2[2150]: 6 -260 0 shouldn't be
647.75/652.19	WSVECS04 Frhs2[2228]: 6 -1190 0 shouldn't be
649.04/653.47	WSVECS04 Frhs2[109]: 6 0 794 shouldn't be
649.04/653.47	WSVECS04 Frhs2[206]: 6 0 479.679 shouldn't be
649.04/653.47	WSVECS04 Frhs2[581]: 6 0 152.679 shouldn't be
649.04/653.47	WSVECS04 Frhs2[661]: 6 0 641.714 shouldn't be
649.04/653.47	WSVECS04 Frhs2[784]: 6 0 1131.04 shouldn't be
649.04/653.47	WSVECS04 Frhs2[1286]: 6 0 103.5 shouldn't be
649.04/653.47	WSVECS04 Frhs2[1903]: 6 -1090 0 shouldn't be
651.53/655.93	WSVECS04 Frhs2[152]: 6 0 557.554 shouldn't be
651.53/655.93	WSVECS04 Frhs2[487]: 6 0 121.429 shouldn't be
651.53/655.93	WSVECS04 Frhs2[1097]: 6 0 641.714 shouldn't be
651.53/655.93	WSVECS04 Frhs2[2132]: 6 -311 0 shouldn't be
651.53/655.93	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
654.63/659.05	WSVECS04 Frhs2[896]: 6 0 165.607 shouldn't be
654.63/659.05	WSVECS04 Frhs2[2499]: 6 -410 0 shouldn't be
657.81/662.24	WSVECS04 Frhs2[1863]: 6 0 132.679 shouldn't be
657.81/662.24	WSVECS04 Frhs2[2524]: 6 0 508 shouldn't be
660.90/665.34	WSVECS04 Frhs2[324]: 6 0 120 shouldn't be
660.90/665.34	WSVECS04 Frhs2[2631]: 6 -380 0 shouldn't be
663.71/668.17	WSVECS04 Frhs2[1506]: 6 0 750.929 shouldn't be
666.48/670.95	WSVECS04 Frhs2[260]: 6 0 811.107 shouldn't be
666.48/670.95	WSVECS04 Frhs2[1505]: 6 0 271.25 shouldn't be
669.69/674.15	WSVECS04 Frhs2[360]: 6 0 982.661 shouldn't be
669.69/674.15	WSVECS04 Frhs2[906]: 6 0 479.679 shouldn't be
672.36/676.83	WSVECS04 Frhs2[309]: 6 0 189 shouldn't be
674.86/679.31	WSVECS04 Frhs2[561]: 6 0 946.714 shouldn't be
677.56/682.07	WSVECS04 Frhs2[1096]: 6 0 143.893 shouldn't be
680.35/684.87	WSVECS04 Frhs2[755]: 6 0 507.893 shouldn't be
680.35/684.87	WSVECS04 Frhs2[1408]: 6 0 1267.43 shouldn't be
680.35/684.87	WSVECS04 Frhs2[1461]: 6 0 150.286 shouldn't be
680.35/684.87	WSVECS04 Frhs2[2103]: 6 -622 0 shouldn't be
683.34/687.85	WSVECS04 Frhs2[752]: 6 0 507.893 shouldn't be
686.33/690.83	WSVECS04 Frhs2[76]: 6 0 93.0001 shouldn't be
686.33/690.83	WSVECS04 Frhs2[368]: 6 0 424.714 shouldn't be
686.33/690.83	WSVECS04 Frhs2[568]: 6 0 305 shouldn't be
689.02/693.50	WSVECS04 Frhs2[897]: 6 0 663.429 shouldn't be
689.02/693.50	WSVECS04 Frhs2[1586]: 6 0 103.5 shouldn't be
691.53/696.08	WSVECS04 Frhs2[1503]: 6 0 271.25 shouldn't be
702.19/706.73	WSVECS04 Frhs2[1309]: 6 0 189 shouldn't be
702.19/706.73	WSVECS04 Frhs2[2678]: 6 -1190 0 shouldn't be
717.03/721.66	WSVECS04 Frhs2[1696]: 6 0 143.893 shouldn't be
738.58/743.22	WSVECS04 Frhs2[5]: 6 -1094 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[26]: 6 0 366 shouldn't be
738.58/743.22	WSVECS04 Frhs2[52]: 6 -2006.66 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[100]: 6 -415.054 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[161]: 6 0 641.714 shouldn't be
738.58/743.22	WSVECS04 Frhs2[164]: 6 0 705.429 shouldn't be
738.58/743.22	WSVECS04 Frhs2[169]: 6 0 30.4286 shouldn't be
738.58/743.22	WSVECS04 Frhs2[175]: 6 -288 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[189]: 6 -202.643 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[191]: 6 0 37.1071 shouldn't be
738.58/743.22	WSVECS04 Frhs2[194]: 6 0 37.1071 shouldn't be
738.58/743.22	WSVECS04 Frhs2[201]: 6 -595.679 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[223]: 6 -505 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[256]: 6 -250.214 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[265]: 6 -300.143 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[282]: 6 -940.857 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[293]: 6 -1068.54 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[309]: 6 0 189 shouldn't be
738.58/743.22	WSVECS04 Frhs2[321]: 6 0 120 shouldn't be
738.58/743.22	WSVECS04 Frhs2[352]: 6 0 171.554 shouldn't be
738.58/743.22	WSVECS04 Frhs2[353]: 6 0 171.554 shouldn't be
738.58/743.22	WSVECS04 Frhs2[358]: 6 0 525.554 shouldn't be
738.58/743.22	WSVECS04 Frhs2[381]: 6 0 395.536 shouldn't be
738.58/743.22	WSVECS04 Frhs2[386]: 6 0 346.357 shouldn't be
738.58/743.22	WSVECS04 Frhs2[390]: 6 0 336.857 shouldn't be
738.58/743.22	WSVECS04 Frhs2[397]: 6 0 641.714 shouldn't be
738.58/743.22	WSVECS04 Frhs2[420]: 6 -410.893 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[424]: 6 -503 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[461]: 6 0 641.714 shouldn't be
738.58/743.22	WSVECS04 Frhs2[467]: 6 -776.964 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[483]: 6 0 121.429 shouldn't be
738.58/743.22	WSVECS04 Frhs2[504]: 6 -1063.86 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[506]: 6 0 81.0357 shouldn't be
738.58/743.22	WSVECS04 Frhs2[602]: 6 -254.75 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[623]: 6 -120 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[655]: 6 -3480 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[660]: 6 0 811.107 shouldn't be
738.58/743.22	WSVECS04 Frhs2[706]: 6 0 224.929 shouldn't be
738.58/743.22	WSVECS04 Frhs2[708]: 6 0 535 shouldn't be
738.58/743.22	WSVECS04 Frhs2[712]: 6 -1293.05 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[756]: 6 0 507.893 shouldn't be
738.58/743.22	WSVECS04 Frhs2[764]: 6 0 63.7143 shouldn't be
738.58/743.22	WSVECS04 Frhs2[789]: 6 -188 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[809]: 6 0 167.286 shouldn't be
738.58/743.22	WSVECS04 Frhs2[816]: 6 0 946.661 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1010]: 6 -307.321 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1026]: 6 0 366 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1068]: 6 -653 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1070]: 6 0 8.71429 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1151]: 6 0 986 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1161]: 6 0 641.714 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1170]: 6 0 8.71429 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1189]: 6 -292.536 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1201]: 6 -375.357 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1211]: 6 -237.946 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1253]: 6 -1202 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1309]: 6 0 189 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1327]: 6 0 385 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1360]: 6 0 811.107 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1361]: 6 0 150.286 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1385]: 6 -1557 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1423]: 6 -366 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1463]: 6 -1303.43 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1512]: 6 -111.946 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1562]: 6 -1929.86 0 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1612]: 6 0 366 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1614]: 6 0 366 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1660]: 6 0 811.107 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1706]: 6 0 479.679 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1889]: 6 0 398.679 shouldn't be
738.58/743.22	WSVECS04 Frhs2[1979]: 6 0 152.054 shouldn't be
738.58/743.22	WSVECS04 Frhs2[2041]: 6 0 112 shouldn't be
738.58/743.22	WSVECS04 Frhs2[2043]: 6 0 37 shouldn't be
738.58/743.22	WSVECS04 Frhs2[2344]: 6 0 596.286 shouldn't be
738.58/743.22	WSVECS04 Frhs2[2524]: 6 0 508 shouldn't be
741.57/746.24	WSVECS04 Frhs2[306]: 6 0 479.679 shouldn't be
741.57/746.24	WSVECS04 Frhs2[456]: 6 -805.893 0 shouldn't be
741.57/746.24	WSVECS04 Frhs2[608]: 6 0 535 shouldn't be
741.57/746.24	WSVECS04 Frhs2[856]: 6 -1629.89 0 shouldn't be
741.57/746.24	WSVECS04 Frhs2[912]: 6 -314 0 shouldn't be
741.57/746.24	WSVECS04 Frhs2[956]: 6 -1301.89 0 shouldn't be
741.57/746.24	WSVECS04 Frhs2[1306]: 6 0 479.679 shouldn't be
741.57/746.24	WSVECS04 Frhs2[1384]: 6 0 1131.04 shouldn't be
741.57/746.24	WSVECS04 Frhs2[1406]: 6 0 957.357 shouldn't be
741.57/746.24	WSVECS04 Frhs2[1558]: 6 0 708 shouldn't be
741.57/746.24	WSVECS04 Frhs2[1589]: 6 -305.857 0 shouldn't be
741.57/746.24	WSVECS04 Frhs2[1601]: 6 -958.679 0 shouldn't be
741.57/746.24	WSVECS04 Frhs2[1663]: 6 0 385 shouldn't be
741.57/746.24	WSVECS04 Frhs2[1723]: 6 -19 0 shouldn't be
741.57/746.24	WSVECS04 Frhs2[2081]: 6 -80 0 shouldn't be
741.57/746.24	WSVECS04 Frhs2[2360]: 6 -80 0 shouldn't be
741.57/746.24	WSVECS04 Frhs2[2412]: 6 0 239 shouldn't be
744.66/749.32	WSVECS04 Frhs2[59]: 6 0 90.5001 shouldn't be
744.66/749.32	WSVECS04 Frhs2[65]: 6 0 1421.64 shouldn't be
744.66/749.32	WSVECS04 Frhs2[241]: 6 0 282.329 shouldn't be
744.66/749.32	WSVECS04 Frhs2[264]: 6 0 236.688 shouldn't be
744.66/749.32	WSVECS04 Frhs2[277]: 6 0 457.602 shouldn't be
744.66/749.32	WSVECS04 Frhs2[291]: 6 0 457.215 shouldn't be
744.66/749.32	WSVECS04 Frhs2[350]: 6 0 906.707 shouldn't be
744.66/749.32	WSVECS04 Frhs2[364]: 6 0 1212.06 shouldn't be
744.66/749.32	WSVECS04 Frhs2[652]: 6 0 1372.98 shouldn't be
744.66/749.32	WSVECS04 Frhs2[679]: 6 0 104.31 shouldn't be
744.66/749.32	WSVECS04 Frhs2[978]: 6 0 906.707 shouldn't be
744.66/749.32	WSVECS04 Frhs2[991]: 6 0 835.762 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1091]: 6 0 352.906 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1164]: 6 0 236.688 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1173]: 6 0 49.2602 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1178]: 6 -34.7699 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1179]: 6 0 34.7699 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1250]: 6 0 906.707 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1294]: 6 0 1975.67 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1394]: 6 0 146.684 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1459]: 6 0 90.5001 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1478]: 6 0 34.7699 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1485]: 6 0 263.623 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1491]: 6 0 352.906 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1493]: 6 0 2590.71 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1585]: 6 0 263.623 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1720]: 6 0 2829.51 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1759]: 6 0 90.5 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1779]: 6 0 125.27 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1791]: 6 0 457.216 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1802]: 6 -665 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1804]: 6 -605 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1819]: 6 -665 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1829]: 6 -337 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1855]: 6 -370 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1888]: 6 -336.237 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1962]: 6 -86.0001 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[1981]: 6 -745 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2002]: 6 -1020 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2017]: 6 -605 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2055]: 6 -808 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2074]: 6 -605 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2081]: 6 -80.0001 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2102]: 6 -408 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2119]: 6 -408 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2132]: 6 -311 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2137]: 6 -646 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2150]: 6 -260 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2178]: 6 0 70.8288 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2198]: 6 -1090 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2221]: 6 -250 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2241]: 6 -328 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2272]: 6 0 389.5 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2281]: 6 0 286.5 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2297]: 6 -207 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2323]: 6 0 94 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2328]: 6 0 1097 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2352]: 6 0 156.243 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2361]: 6 0 841.782 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2364]: 6 0 458.963 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2366]: 6 0 657.782 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2371]: 6 0 84.5554 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2374]: 6 0 438.555 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2375]: 6 0 448.555 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2393]: 6 0 95.0001 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2410]: 6 -1681.72 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2413]: 6 0 210 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2416]: 6 0 2441.08 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2420]: 6 0 1718.92 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2434]: 6 0 113.341 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2437]: 6 -587 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2446]: 6 -712 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2450]: 6 -80.0001 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2451]: 6 0 3.3409 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2467]: 6 -605 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2496]: 6 -664 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2499]: 6 -410 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2502]: 6 -86.0001 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2519]: 6 -86 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2619]: 6 -670 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2628]: 6 -741 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2630]: 6 0 2615.02 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2631]: 6 -380 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2637]: 6 0 1998.02 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2646]: 6 -732 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2647]: 6 -605 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2678]: 6 -1190 0 shouldn't be
744.66/749.32	WSVECS04 Frhs2[2693]: 6 -741 0 shouldn't be
747.25/751.96	c #Conflicts:     311000 | #Constraints:      55039
747.25/751.96	c #Conflicts:     312000 | #Constraints:      56039
747.25/751.96	c #Conflicts:     313000 | #Constraints:      57039
747.25/751.96	c bounds 67801 >= 16002 @ 742.766
749.05/753.71	c #Conflicts:     314000 | #Constraints:      58040
749.05/753.71	c #Conflicts:     315000 | #Constraints:      59040
749.05/753.71	WSVECS04 Frhs2[1849]: 6 -408 0 shouldn't be
749.05/753.71	WSVECS04 Frhs2[1906]: 6 -712 0 shouldn't be
749.05/753.71	WSVECS04 Frhs2[2004]: 6 -501 0 shouldn't be
749.05/753.71	WSVECS04 Frhs2[2041]: 6 -250 0 shouldn't be
749.05/753.71	WSVECS04 Frhs2[2106]: 6 -732 0 shouldn't be
749.05/753.71	WSVECS04 Frhs2[2255]: 6 -521 0 shouldn't be
749.05/753.71	WSVECS04 Frhs2[2339]: 6 -86.0001 0 shouldn't be
749.05/753.71	WSVECS04 Frhs2[2531]: 6 -80 0 shouldn't be
751.64/756.33	WSVECS04 Frhs2[1903]: 6 -1090 0 shouldn't be
751.64/756.33	WSVECS04 Frhs2[1964]: 6 -871 0 shouldn't be
754.53/759.23	WSVECS04 Frhs2[1902]: 6 -337 0 shouldn't be
754.53/759.23	WSVECS04 Frhs2[1991]: 6 -80.0001 0 shouldn't be
754.53/759.23	WSVECS04 Frhs2[2070]: 6 -328 0 shouldn't be
754.53/759.23	WSVECS04 Frhs2[2400]: 6 -253 0 shouldn't be
758.22/762.97	WSVECS04 Frhs2[1937]: 6 -315 0 shouldn't be
758.22/762.97	WSVECS04 Frhs2[2028]: 6 -257 0 shouldn't be
758.22/762.97	WSVECS04 Frhs2[2298]: 6 -257 0 shouldn't be
764.50/769.25	WSVECS04 Frhs2[1895]: 6 -521 0 shouldn't be
764.50/769.25	WSVECS04 Frhs2[1905]: 6 -567 0 shouldn't be
764.50/769.25	WSVECS04 Frhs2[1927]: 6 -605 0 shouldn't be
764.50/769.25	WSVECS04 Frhs2[2003]: 6 -257 0 shouldn't be
764.50/769.25	WSVECS04 Frhs2[2010]: 6 -380 0 shouldn't be
764.50/769.25	WSVECS04 Frhs2[2099]: 6 -337 0 shouldn't be
764.50/769.25	WSVECS04 Frhs2[2209]: 6 -408 0 shouldn't be
764.50/769.25	WSVECS04 Frhs2[2319]: 6 -410 0 shouldn't be
764.50/769.25	WSVECS04 Frhs2[2428]: 6 -325 0 shouldn't be
770.48/775.28	WSVECS04 Frhs2[2403]: 6 -325 0 shouldn't be
775.56/780.32	WSVECS04 Frhs2[2046]: 6 -664 0 shouldn't be
775.56/780.32	WSVECS04 Frhs2[2591]: 6 -260 0 shouldn't be
778.96/783.72	WSVECS04 Frhs2[1805]: 6 -521 0 shouldn't be
778.96/783.72	WSVECS04 Frhs2[2007]: 6 -697 0 shouldn't be
780.45/785.28	WSVECS04 Frhs2[1946]: 6 -567 0 shouldn't be
780.45/785.28	WSVECS04 Frhs2[2001]: 6 -380 0 shouldn't be
780.45/785.28	WSVECS04 Frhs2[2601]: 6 -328 0 shouldn't be
781.56/786.40	WSVECS04 Frhs2[1919]: 6 -337 0 shouldn't be
781.56/786.40	WSVECS04 Frhs2[2103]: 6 -622 0 shouldn't be
781.56/786.40	WSVECS04 Frhs2[2110]: 6 -1380 0 shouldn't be
786.63/791.43	WSVECS04 Frhs2[1901]: 6 -80 0 shouldn't be
789.63/794.46	WSVECS04 Frhs2[1810]: 6 -745 0 shouldn't be
789.63/794.46	WSVECS04 Frhs2[2190]: 6 -380 0 shouldn't be
792.12/797.00	WSVECS04 Frhs2[2697]: 6 -451 0 shouldn't be
812.76/817.61	WSVECS04 Frhs2[2004]: 6 -501 0 shouldn't be
812.76/817.61	WSVECS04 Frhs2[2041]: 6 -250 0 shouldn't be
812.76/817.61	WSVECS04 Frhs2[2209]: 6 -408 0 shouldn't be
812.76/817.61	WSVECS04 Frhs2[2255]: 6 -521 0 shouldn't be
812.76/817.61	WSVECS04 Frhs2[2339]: 6 -86 0 shouldn't be
825.14/830.04	c #Conflicts:     316000 | #Constraints:      60040
825.14/830.04	c #Conflicts:     317000 | #Constraints:      61040
825.14/830.04	c #Conflicts:     318000 | #Constraints:      62040
825.14/830.04	c #Conflicts:     319000 | #Constraints:      63040
825.14/830.04	c #Conflicts:     320000 | #Constraints:      64040
825.14/830.04	c #Conflicts:     321000 | #Constraints:      65040
825.14/830.04	c INPROCESSING
825.14/830.04	c GARBAGE COLLECT
825.14/830.04	c #Conflicts:     322000 | #Constraints:      54839
825.14/830.04	c #Conflicts:     323000 | #Constraints:      55839
825.14/830.04	c #Conflicts:     324000 | #Constraints:      56839
825.14/830.04	c #Conflicts:     325000 | #Constraints:      57839
825.14/830.04	c #Conflicts:     326000 | #Constraints:      58839
825.14/830.04	c #Conflicts:     327000 | #Constraints:      59839
825.14/830.04	c #Conflicts:     328000 | #Constraints:      60839
825.14/830.04	c #Conflicts:     329000 | #Constraints:      61839
825.14/830.04	c #Conflicts:     330000 | #Constraints:      62839
825.14/830.04	c #Conflicts:     331000 | #Constraints:      63839
825.14/830.04	c #Conflicts:     332000 | #Constraints:      64839
825.14/830.04	c #Conflicts:     333000 | #Constraints:      65839
825.14/830.04	c INPROCESSING
825.14/830.04	c GARBAGE COLLECT
825.14/830.04	c #Conflicts:     334000 | #Constraints:      55439
825.14/830.04	c #Conflicts:     335000 | #Constraints:      56439
825.14/830.04	c #Conflicts:     336000 | #Constraints:      57439
825.14/830.04	c #Conflicts:     337000 | #Constraints:      58439
825.14/830.04	c #Conflicts:     338000 | #Constraints:      59439
825.14/830.04	c #Conflicts:     339000 | #Constraints:      60439
825.14/830.04	c #Conflicts:     340000 | #Constraints:      61439
825.14/830.04	c #Conflicts:     341000 | #Constraints:      62439
825.14/830.04	c #Conflicts:     342000 | #Constraints:      63439
825.14/830.04	c #Conflicts:     343000 | #Constraints:      64439
825.14/830.04	c #Conflicts:     344000 | #Constraints:      65439
825.14/830.04	c #Conflicts:     345000 | #Constraints:      66439
825.14/830.04	c INPROCESSING
825.14/830.04	c GARBAGE COLLECT
825.14/830.04	c #Conflicts:     346000 | #Constraints:      55838
825.14/830.04	c #Conflicts:     347000 | #Constraints:      56838
825.14/830.04	c #Conflicts:     348000 | #Constraints:      57838
825.14/830.04	c #Conflicts:     349000 | #Constraints:      58838
825.14/830.04	c #Conflicts:     350000 | #Constraints:      59838
825.14/830.04	c #Conflicts:     351000 | #Constraints:      60838
825.14/830.04	c #Conflicts:     352000 | #Constraints:      61838
825.14/830.04	c #Conflicts:     353000 | #Constraints:      62838
825.14/830.04	c #Conflicts:     354000 | #Constraints:      63838
825.14/830.04	c #Conflicts:     355000 | #Constraints:      64838
825.14/830.04	c #Conflicts:     356000 | #Constraints:      65838
825.14/830.04	c #Conflicts:     357000 | #Constraints:      66838
825.14/830.04	c INPROCESSING
825.14/830.04	c GARBAGE COLLECT
825.14/830.04	c #Conflicts:     358000 | #Constraints:      56025
825.14/830.04	c #Conflicts:     359000 | #Constraints:      57025
825.14/830.04	c #Conflicts:     360000 | #Constraints:      58025
825.14/830.04	c #Conflicts:     361000 | #Constraints:      59025
825.14/830.04	c #Conflicts:     362000 | #Constraints:      60025
825.14/830.04	c #Conflicts:     363000 | #Constraints:      61025
825.14/830.04	c #Conflicts:     364000 | #Constraints:      62025
825.14/830.04	c #Conflicts:     365000 | #Constraints:      63025
825.14/830.04	c #Conflicts:     366000 | #Constraints:      64025
825.14/830.04	c #Conflicts:     367000 | #Constraints:      65025
825.14/830.04	c #Conflicts:     368000 | #Constraints:      66025
825.14/830.04	c bounds 67801 >= 16666 @ 820.184
829.01/834.00	c #Conflicts:     369000 | #Constraints:      67028
829.01/834.00	c INPROCESSING
829.01/834.00	c GARBAGE COLLECT
829.01/834.00	c #Conflicts:     370000 | #Constraints:      56050
829.01/834.00	c #Conflicts:     371000 | #Constraints:      57050
829.01/834.00	c #Conflicts:     372000 | #Constraints:      58050
829.01/834.00	c #Conflicts:     373000 | #Constraints:      59050
829.01/834.00	c #Conflicts:     374000 | #Constraints:      60050
829.01/834.00	c #Conflicts:     375000 | #Constraints:      61050
829.01/834.00	c #Conflicts:     376000 | #Constraints:      62050
829.01/834.00	c #Conflicts:     377000 | #Constraints:      63050
829.01/834.00	c #Conflicts:     378000 | #Constraints:      64050
829.01/834.00	c #Conflicts:     379000 | #Constraints:      65050
829.01/834.00	WSVECS04 Frhs2[9]: 6 0 237 shouldn't be
829.01/834.00	WSVECS04 Frhs2[142]: 6 0 53 shouldn't be
829.01/834.00	WSVECS04 Frhs2[342]: 6 0 62 shouldn't be
829.01/834.00	WSVECS04 Frhs2[403]: 6 -2054.81 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[447]: 6 -200 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[541]: 6 0 191 shouldn't be
829.01/834.00	WSVECS04 Frhs2[543]: 6 0 191 shouldn't be
829.01/834.00	WSVECS04 Frhs2[545]: 6 0 191 shouldn't be
829.01/834.00	WSVECS04 Frhs2[600]: 6 -461 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[601]: 6 -600.158 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[628]: 6 -86 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[645]: 6 -182 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[792]: 6 -819 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[861]: 6 0 234 shouldn't be
829.01/834.00	WSVECS04 Frhs2[880]: 6 0 707 shouldn't be
829.01/834.00	WSVECS04 Frhs2[901]: 6 -384.333 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1006]: 6 0 200 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1008]: 6 0 327.333 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1009]: 6 0 237 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1023]: 6 -1329 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1056]: 6 -20.0001 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1142]: 6 0 39.0001 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1153]: 6 0 14 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1155]: 6 0 14.0001 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1160]: 6 0 14.0001 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1201]: 6 -2744 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1206]: 6 0 200 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1213]: 6 0 13.6843 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1214]: 6 0 13.6843 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1215]: 6 0 13.6843 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1220]: 6 0 13.6843 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1235]: 6 -3237 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1309]: 6 0 37.0001 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1313]: 6 0 4.10531 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1314]: 6 0 4.10535 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1315]: 6 0 4.10535 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1320]: 6 0 4.10535 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1404]: 6 -37.0001 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1409]: 6 0 237 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1413]: 6 0 1.36844 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1414]: 6 0 1.36846 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1415]: 6 0 1.36848 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1418]: 6 0 1.3685 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1420]: 6 0 1.36851 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1442]: 6 0 53 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1445]: 6 -10.0001 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1508]: 6 0 327.333 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1511]: 6 0 177 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1550]: 6 0 10 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1608]: 6 0 327.333 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1643]: 6 -10 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1810]: 6 -745 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1811]: 6 0 452 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1829]: 6 0 7.00004 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1830]: 6 0 152 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1832]: 6 0 113 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1837]: 6 -605 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1882]: 6 -670 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1888]: 6 0 112.842 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1889]: 6 0 351 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1894]: 6 0 508 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1928]: 6 -865.158 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[1987]: 6 0 185 shouldn't be
829.01/834.00	WSVECS04 Frhs2[2041]: 6 0 251 shouldn't be
829.01/834.00	WSVECS04 Frhs2[2208]: 6 0 113 shouldn't be
829.01/834.00	WSVECS04 Frhs2[2209]: 6 0 32 shouldn't be
829.01/834.00	WSVECS04 Frhs2[2211]: 6 0 369 shouldn't be
829.01/834.00	WSVECS04 Frhs2[2249]: 6 0 164 shouldn't be
829.01/834.00	WSVECS04 Frhs2[2498]: 6 -1190 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[2597]: 6 -1025 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[2630]: 6 0 235 shouldn't be
829.01/834.00	WSVECS04 Frhs2[2655]: 6 -945 0 shouldn't be
829.01/834.00	WSVECS04 Frhs2[2670]: 6 0 62.0001 shouldn't be
831.12/836.08	WSVECS04 Frhs2[742]: 6 0 53 shouldn't be
831.12/836.08	WSVECS04 Frhs2[875]: 6 0 707 shouldn't be
831.12/836.08	WSVECS04 Frhs2[1408]: 6 0 327.333 shouldn't be
831.12/836.08	WSVECS04 Frhs2[1708]: 6 0 327.333 shouldn't be
833.30/838.23	WSVECS04 Frhs2[6]: 6 0 200 shouldn't be
833.30/838.23	WSVECS04 Frhs2[8]: 6 0 327.333 shouldn't be
833.30/838.23	WSVECS04 Frhs2[108]: 6 0 327.333 shouldn't be
833.30/838.23	WSVECS04 Frhs2[171]: 6 0 71 shouldn't be
833.30/838.23	WSVECS04 Frhs2[330]: 6 0 172 shouldn't be
833.30/838.23	WSVECS04 Frhs2[345]: 6 0 9.00005 shouldn't be
833.30/838.23	WSVECS04 Frhs2[347]: 6 0 9.00003 shouldn't be
833.30/838.23	WSVECS04 Frhs2[351]: 6 0 313 shouldn't be
833.30/838.23	WSVECS04 Frhs2[406]: 6 0 200 shouldn't be
833.30/838.23	WSVECS04 Frhs2[408]: 6 0 327.333 shouldn't be
833.30/838.23	WSVECS04 Frhs2[471]: 6 0 71.0001 shouldn't be
833.30/838.23	WSVECS04 Frhs2[501]: 6 0 90.158 shouldn't be
833.30/838.23	WSVECS04 Frhs2[607]: 6 0 237 shouldn't be
833.30/838.23	WSVECS04 Frhs2[608]: 6 0 327.333 shouldn't be
833.30/838.23	WSVECS04 Frhs2[609]: 6 0 237 shouldn't be
833.30/838.23	WSVECS04 Frhs2[615]: 6 -90.158 0 shouldn't be
833.30/838.23	WSVECS04 Frhs2[671]: 6 0 71 shouldn't be
833.30/838.23	WSVECS04 Frhs2[708]: 6 0 90.3334 shouldn't be
833.30/838.23	WSVECS04 Frhs2[712]: 6 -177 0 shouldn't be
833.30/838.23	WSVECS04 Frhs2[775]: 6 -5338 0 shouldn't be
833.30/838.23	WSVECS04 Frhs2[906]: 6 0 200 shouldn't be
833.30/838.23	WSVECS04 Frhs2[951]: 6 0 313 shouldn't be
833.30/838.23	WSVECS04 Frhs2[971]: 6 0 71 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1001]: 6 -423.667 0 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1105]: 6 0 415 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1110]: 6 0 415 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1133]: 6 0 522 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1151]: 6 0 327 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1208]: 6 0 327.333 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1242]: 6 0 53.0001 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1319]: 6 0 4.10529 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1371]: 6 0 71.0001 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1421]: 6 0 142 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1423]: 6 0 142 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1425]: 6 0 142 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1478]: 6 -267 0 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1506]: 6 0 200 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1541]: 6 0 10.0001 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1546]: 6 0 10 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1547]: 6 0 10.0001 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1548]: 6 0 1.00002 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1606]: 6 0 200 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1607]: 6 0 237 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1651]: 6 0 242 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1706]: 6 0 200 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1707]: 6 0 237 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1836]: 6 -732 0 shouldn't be
833.30/838.23	WSVECS04 Frhs2[1989]: 6 0 102 shouldn't be
833.30/838.23	WSVECS04 Frhs2[2007]: 6 -697 0 shouldn't be
833.30/838.23	WSVECS04 Frhs2[2248]: 6 0 297 shouldn't be
836.10/841.10	WSVECS04 Frhs2[96]: 6 0 191 shouldn't be
836.10/841.10	WSVECS04 Frhs2[107]: 6 0 237 shouldn't be
836.10/841.10	WSVECS04 Frhs2[242]: 6 0 53.0001 shouldn't be
836.10/841.10	WSVECS04 Frhs2[323]: 6 0 172 shouldn't be
836.10/841.10	WSVECS04 Frhs2[328]: 6 0 172 shouldn't be
836.10/841.10	WSVECS04 Frhs2[329]: 6 0 172 shouldn't be
836.10/841.10	WSVECS04 Frhs2[371]: 6 0 71 shouldn't be
836.10/841.10	WSVECS04 Frhs2[373]: 6 0 142 shouldn't be
836.10/841.10	WSVECS04 Frhs2[411]: 6 0 177 shouldn't be
836.10/841.10	WSVECS04 Frhs2[544]: 6 0 191 shouldn't be
836.10/841.10	WSVECS04 Frhs2[547]: 6 0 191 shouldn't be
836.10/841.10	WSVECS04 Frhs2[551]: 6 0 313 shouldn't be
836.10/841.10	WSVECS04 Frhs2[651]: 6 0 313 shouldn't be
836.10/841.10	WSVECS04 Frhs2[711]: 6 0 177 shouldn't be
836.10/841.10	WSVECS04 Frhs2[908]: 6 0 327.333 shouldn't be
836.10/841.10	WSVECS04 Frhs2[909]: 6 0 237 shouldn't be
836.10/841.10	WSVECS04 Frhs2[1007]: 6 0 237 shouldn't be
836.10/841.10	WSVECS04 Frhs2[1103]: 6 0 415 shouldn't be
836.10/841.10	WSVECS04 Frhs2[1125]: 6 0 522 shouldn't be
836.10/841.10	WSVECS04 Frhs2[1129]: 6 0 514 shouldn't be
836.10/841.10	WSVECS04 Frhs2[1171]: 6 0 71.0001 shouldn't be
836.10/841.10	WSVECS04 Frhs2[1207]: 6 0 237 shouldn't be
836.10/841.10	WSVECS04 Frhs2[1209]: 6 0 237 shouldn't be
836.10/841.10	WSVECS04 Frhs2[1342]: 6 0 53.0001 shouldn't be
836.10/841.10	WSVECS04 Frhs2[1473]: 6 0 142 shouldn't be
836.10/841.10	WSVECS04 Frhs2[1509]: 6 0 237 shouldn't be
836.10/841.10	WSVECS04 Frhs2[1642]: 6 0 53.0001 shouldn't be
836.10/841.10	WSVECS04 Frhs2[1661]: 6 0 228 shouldn't be
836.10/841.10	WSVECS04 Frhs2[1665]: 6 0 65.0001 shouldn't be
836.10/841.10	WSVECS04 Frhs2[1812]: 6 0 516 shouldn't be
836.10/841.10	WSVECS04 Frhs2[1821]: 6 0 209 shouldn't be
836.10/841.10	WSVECS04 Frhs2[1984]: 6 0 167 shouldn't be
836.10/841.10	WSVECS04 Frhs2[1988]: 6 0 305 shouldn't be
836.10/841.10	WSVECS04 Frhs2[2017]: 6 -605 0 shouldn't be
836.10/841.10	WSVECS04 Frhs2[2035]: 6 0 131 shouldn't be
836.10/841.10	WSVECS04 Frhs2[2043]: 6 0 176 shouldn't be
836.10/841.10	WSVECS04 Frhs2[2166]: 6 0 252 shouldn't be
836.10/841.10	WSVECS04 Frhs2[2694]: 6 -697 0 shouldn't be
841.27/846.20	WSVECS04 Frhs2[106]: 6 0 200 shouldn't be
841.27/846.20	WSVECS04 Frhs2[265]: 6 0 65 shouldn't be
841.27/846.20	WSVECS04 Frhs2[505]: 6 0 90.1579 shouldn't be
841.27/846.20	WSVECS04 Frhs2[542]: 6 0 244 shouldn't be
841.27/846.20	WSVECS04 Frhs2[546]: 6 0 191 shouldn't be
841.27/846.20	WSVECS04 Frhs2[597]: 6 0 632 shouldn't be
841.27/846.20	WSVECS04 Frhs2[1065]: 6 0 65 shouldn't be
841.27/846.20	WSVECS04 Frhs2[1111]: 6 0 177 shouldn't be
841.27/846.20	WSVECS04 Frhs2[1135]: 6 0 522 shouldn't be
841.27/846.20	WSVECS04 Frhs2[1265]: 6 0 65 shouldn't be
841.27/846.20	WSVECS04 Frhs2[1361]: 6 0 299 shouldn't be
841.27/846.20	WSVECS04 Frhs2[1407]: 6 0 237 shouldn't be
841.27/846.20	WSVECS04 Frhs2[1419]: 6 0 1.36851 shouldn't be
841.27/846.20	WSVECS04 Frhs2[1430]: 6 0 142 shouldn't be
841.27/846.20	WSVECS04 Frhs2[1471]: 6 0 71 shouldn't be
841.27/846.20	WSVECS04 Frhs2[1543]: 6 0 10.0001 shouldn't be
841.27/846.20	WSVECS04 Frhs2[1673]: 6 0 142 shouldn't be
841.27/846.20	WSVECS04 Frhs2[1709]: 6 0 237 shouldn't be
841.27/846.20	WSVECS04 Frhs2[1982]: 6 0 107 shouldn't be
841.27/846.20	WSVECS04 Frhs2[2184]: 6 0 61.0001 shouldn't be
844.57/849.58	WSVECS04 Frhs2[42]: 6 0 53.0001 shouldn't be
844.57/849.58	WSVECS04 Frhs2[51]: 6 0 313 shouldn't be
844.57/849.58	WSVECS04 Frhs2[97]: 6 0 632 shouldn't be
844.57/849.58	WSVECS04 Frhs2[109]: 6 0 237 shouldn't be
844.57/849.58	WSVECS04 Frhs2[341]: 6 0 9.00008 shouldn't be
844.57/849.58	WSVECS04 Frhs2[396]: 6 0 161 shouldn't be
844.57/849.58	WSVECS04 Frhs2[397]: 6 0 632 shouldn't be
844.57/849.58	WSVECS04 Frhs2[721]: 6 0 142 shouldn't be
844.57/849.58	WSVECS04 Frhs2[796]: 6 0 191 shouldn't be
844.57/849.58	WSVECS04 Frhs2[797]: 6 0 632 shouldn't be
844.57/849.58	WSVECS04 Frhs2[942]: 6 0 53 shouldn't be
844.57/849.58	WSVECS04 Frhs2[1121]: 6 0 522 shouldn't be
844.57/849.58	WSVECS04 Frhs2[1424]: 6 0 142 shouldn't be
844.57/849.58	WSVECS04 Frhs2[1428]: 6 0 142 shouldn't be
844.57/849.58	WSVECS04 Frhs2[1545]: 6 0 10.0001 shouldn't be
844.57/849.58	WSVECS04 Frhs2[1596]: 6 0 191 shouldn't be
844.57/849.58	WSVECS04 Frhs2[1609]: 6 0 237 shouldn't be
844.57/849.58	WSVECS04 Frhs2[1761]: 6 0 299 shouldn't be
844.57/849.58	WSVECS04 Frhs2[2002]: 6 -1020 0 shouldn't be
844.57/849.58	WSVECS04 Frhs2[2061]: 6 0 480 shouldn't be
844.57/849.58	WSVECS04 Frhs2[2069]: 6 -86.0001 0 shouldn't be
844.57/849.58	WSVECS04 Frhs2[2164]: 6 0 775 shouldn't be
844.57/849.58	WSVECS04 Frhs2[2631]: 6 -380 0 shouldn't be
844.57/849.58	WSVECS04 Frhs2[2683]: 6 -467 0 shouldn't be
845.46/850.46	WSVECS04 Frhs2[61]: 6 0 299 shouldn't be
845.46/850.46	WSVECS04 Frhs2[151]: 6 0 313 shouldn't be
845.46/850.46	WSVECS04 Frhs2[161]: 6 0 299 shouldn't be
845.46/850.46	WSVECS04 Frhs2[165]: 6 0 65 shouldn't be
845.46/850.46	WSVECS04 Frhs2[297]: 6 0 632 shouldn't be
845.46/850.46	WSVECS04 Frhs2[321]: 6 0 172 shouldn't be
845.46/850.46	WSVECS04 Frhs2[343]: 6 0 9.00004 shouldn't be
845.46/850.46	WSVECS04 Frhs2[461]: 6 0 299 shouldn't be
845.46/850.46	WSVECS04 Frhs2[496]: 6 0 191 shouldn't be
845.46/850.46	WSVECS04 Frhs2[511]: 6 0 177 shouldn't be
845.46/850.46	WSVECS04 Frhs2[561]: 6 0 299 shouldn't be
845.46/850.46	WSVECS04 Frhs2[565]: 6 0 65 shouldn't be
845.46/850.46	WSVECS04 Frhs2[661]: 6 0 299 shouldn't be
845.46/850.46	WSVECS04 Frhs2[673]: 6 0 142 shouldn't be
845.46/850.46	WSVECS04 Frhs2[723]: 6 0 142 shouldn't be
845.46/850.46	WSVECS04 Frhs2[842]: 6 0 53 shouldn't be
845.46/850.46	WSVECS04 Frhs2[851]: 6 0 313 shouldn't be
845.46/850.46	WSVECS04 Frhs2[911]: 6 0 177 shouldn't be
845.46/850.46	WSVECS04 Frhs2[961]: 6 0 299 shouldn't be
845.46/850.46	WSVECS04 Frhs2[1051]: 6 0 313 shouldn't be
845.46/850.46	WSVECS04 Frhs2[1061]: 6 0 299 shouldn't be
845.46/850.46	WSVECS04 Frhs2[1101]: 6 0 415 shouldn't be
845.46/850.46	WSVECS04 Frhs2[1123]: 6 0 522 shouldn't be
845.46/850.46	WSVECS04 Frhs2[1165]: 6 0 65.0001 shouldn't be
845.46/850.46	WSVECS04 Frhs2[1273]: 6 0 142 shouldn't be
845.46/850.46	WSVECS04 Frhs2[1296]: 6 0 191 shouldn't be
845.46/850.46	WSVECS04 Frhs2[1297]: 6 0 632 shouldn't be
845.46/850.46	WSVECS04 Frhs2[1396]: 6 0 191 shouldn't be
845.46/850.46	WSVECS04 Frhs2[1397]: 6 0 632 shouldn't be
845.46/850.46	WSVECS04 Frhs2[1461]: 6 0 299 shouldn't be
845.46/850.46	WSVECS04 Frhs2[1565]: 6 0 65.0001 shouldn't be
845.46/850.46	WSVECS04 Frhs2[1697]: 6 0 632 shouldn't be
845.46/850.46	WSVECS04 Frhs2[1804]: 6 -605 0 shouldn't be
845.46/850.46	WSVECS04 Frhs2[1890]: 6 0 139 shouldn't be
845.46/850.46	WSVECS04 Frhs2[2006]: 6 -808 0 shouldn't be
845.46/850.46	WSVECS04 Frhs2[2044]: 6 0 74.0001 shouldn't be
845.46/850.46	WSVECS04 Frhs2[2110]: 6 -1043 0 shouldn't be
845.46/850.46	WSVECS04 Frhs2[2557]: 6 0 420 shouldn't be
845.46/850.46	WSVECS04 Frhs2[2614]: 6 -605 0 shouldn't be
845.46/850.46	WSVECS04 Frhs2[2633]: 6 0 58.0001 shouldn't be
845.46/850.46	WSVECS04 Frhs2[2700]: 6 -328 0 shouldn't be
846.66/851.67	WSVECS04 Frhs2[11]: 6 0 177 shouldn't be
846.66/851.67	WSVECS04 Frhs2[111]: 6 0 177 shouldn't be
846.66/851.67	WSVECS04 Frhs2[325]: 6 0 172 shouldn't be
846.66/851.67	WSVECS04 Frhs2[409]: 6 0 237 shouldn't be
846.66/851.67	WSVECS04 Frhs2[497]: 6 0 632 shouldn't be
846.66/851.67	WSVECS04 Frhs2[504]: 6 0 90.158 shouldn't be
846.66/851.67	WSVECS04 Frhs2[611]: 6 0 177 shouldn't be
846.66/851.67	WSVECS04 Frhs2[728]: 6 0 142 shouldn't be
846.66/851.67	WSVECS04 Frhs2[1000]: 6 -126 0 shouldn't be
846.66/851.67	WSVECS04 Frhs2[1042]: 6 0 53.0001 shouldn't be
846.66/851.67	WSVECS04 Frhs2[1497]: 6 0 632 shouldn't be
846.66/851.67	WSVECS04 Frhs2[1549]: 6 0 10.0001 shouldn't be
846.66/851.67	WSVECS04 Frhs2[1571]: 6 0 71.0001 shouldn't be
846.66/851.67	WSVECS04 Frhs2[1597]: 6 0 632 shouldn't be
846.66/851.67	WSVECS04 Frhs2[1797]: 6 0 632 shouldn't be
846.66/851.67	WSVECS04 Frhs2[1887]: 6 0 70.0001 shouldn't be
846.66/851.67	WSVECS04 Frhs2[2165]: 6 -521 0 shouldn't be
848.75/853.78	WSVECS04 Frhs2[510]: 6 0 90.1579 shouldn't be
848.75/853.78	WSVECS04 Frhs2[1696]: 6 0 191 shouldn't be
848.75/853.78	WSVECS04 Frhs2[1796]: 6 0 191 shouldn't be
848.75/853.78	WSVECS04 Frhs2[1814]: 6 0 206 shouldn't be
848.75/853.78	WSVECS04 Frhs2[2060]: 6 0 548 shouldn't be
851.94/856.97	WSVECS04 Frhs2[350]: 6 0 9.00005 shouldn't be
851.94/856.97	WSVECS04 Frhs2[1411]: 6 0 178.369 shouldn't be
851.94/856.97	WSVECS04 Frhs2[1561]: 6 0 299 shouldn't be
854.53/859.50	WSVECS04 Frhs2[71]: 6 0 71 shouldn't be
854.53/859.50	WSVECS04 Frhs2[729]: 6 0 142 shouldn't be
854.53/859.50	WSVECS04 Frhs2[765]: 6 0 65.0001 shouldn't be
854.53/859.50	WSVECS04 Frhs2[1104]: 6 0 415 shouldn't be
854.53/859.50	WSVECS04 Frhs2[1351]: 6 0 313 shouldn't be
854.53/859.50	WSVECS04 Frhs2[1451]: 6 0 313 shouldn't be
854.53/859.50	WSVECS04 Frhs2[1507]: 6 0 237 shouldn't be
857.14/862.17	WSVECS04 Frhs2[65]: 6 0 65 shouldn't be
857.14/862.17	WSVECS04 Frhs2[725]: 6 0 142 shouldn't be
857.14/862.17	WSVECS04 Frhs2[1096]: 6 0 191 shouldn't be
857.14/862.17	WSVECS04 Frhs2[1373]: 6 0 142 shouldn't be
860.13/865.15	WSVECS04 Frhs2[273]: 6 0 142 shouldn't be
860.13/865.15	WSVECS04 Frhs2[407]: 6 0 237 shouldn't be
860.13/865.15	WSVECS04 Frhs2[503]: 6 0 90.158 shouldn't be
860.13/865.15	WSVECS04 Frhs2[596]: 6 0 191 shouldn't be
860.13/865.15	WSVECS04 Frhs2[665]: 6 0 65 shouldn't be
860.13/865.15	WSVECS04 Frhs2[1551]: 6 0 313 shouldn't be
860.13/865.15	WSVECS04 Frhs2[2644]: 6 -646 0 shouldn't be
862.62/867.69	WSVECS04 Frhs2[606]: 6 0 200 shouldn't be
865.20/870.26	WSVECS04 Frhs2[7]: 6 0 237 shouldn't be
865.20/870.26	WSVECS04 Frhs2[296]: 6 0 191 shouldn't be
865.20/870.26	WSVECS04 Frhs2[465]: 6 0 65 shouldn't be
865.20/870.26	WSVECS04 Frhs2[642]: 6 0 53 shouldn't be
865.20/870.26	WSVECS04 Frhs2[1173]: 6 0 142 shouldn't be
865.20/870.26	WSVECS04 Frhs2[1196]: 6 0 191 shouldn't be
865.20/870.26	WSVECS04 Frhs2[1885]: 6 0 121 shouldn't be
871.58/876.60	WSVECS04 Frhs2[173]: 6 0 142 shouldn't be
871.58/876.60	WSVECS04 Frhs2[1406]: 6 0 200 shouldn't be
871.58/876.60	WSVECS04 Frhs2[1765]: 6 0 65.0001 shouldn't be
874.38/879.45	WSVECS04 Frhs2[773]: 6 0 71.0001 shouldn't be
874.38/879.45	WSVECS04 Frhs2[965]: 6 0 65.0001 shouldn't be
874.38/879.45	WSVECS04 Frhs2[1097]: 6 0 632 shouldn't be
874.38/879.45	WSVECS04 Frhs2[1128]: 6 0 522 shouldn't be
876.87/881.95	WSVECS04 Frhs2[345]: 6 0 9 shouldn't be
876.87/881.95	WSVECS04 Frhs2[396]: 6 0 161 shouldn't be
876.87/881.95	WSVECS04 Frhs2[447]: 6 -200 0 shouldn't be
876.87/881.95	WSVECS04 Frhs2[505]: 6 0 90.1579 shouldn't be
876.87/881.95	WSVECS04 Frhs2[545]: 6 0 191 shouldn't be
876.87/881.95	WSVECS04 Frhs2[615]: 6 -90.1579 0 shouldn't be
876.87/881.95	WSVECS04 Frhs2[628]: 6 -86 0 shouldn't be
876.87/881.95	WSVECS04 Frhs2[645]: 6 -182 0 shouldn't be
876.87/881.95	WSVECS04 Frhs2[708]: 6 0 90.3333 shouldn't be
876.87/881.95	WSVECS04 Frhs2[712]: 6 -177 0 shouldn't be
876.87/881.95	WSVECS04 Frhs2[721]: 6 0 142 shouldn't be
876.87/881.95	WSVECS04 Frhs2[723]: 6 0 142 shouldn't be
876.87/881.95	WSVECS04 Frhs2[728]: 6 0 142 shouldn't be
876.87/881.95	WSVECS04 Frhs2[729]: 6 0 142 shouldn't be
876.87/881.95	WSVECS04 Frhs2[730]: 6 0 142 shouldn't be
876.87/881.95	WSVECS04 Frhs2[775]: 6 -5338 0 shouldn't be
876.87/881.95	WSVECS04 Frhs2[792]: 6 -819 0 shouldn't be
876.87/881.95	WSVECS04 Frhs2[861]: 6 0 234 shouldn't be
876.87/881.95	WSVECS04 Frhs2[880]: 6 0 707 shouldn't be
876.87/881.95	WSVECS04 Frhs2[901]: 6 -384.333 0 shouldn't be
876.87/881.95	WSVECS04 Frhs2[1023]: 6 -1329 0 shouldn't be
876.87/881.95	WSVECS04 Frhs2[1061]: 6 0 299 shouldn't be
876.87/881.95	WSVECS04 Frhs2[1133]: 6 0 522 shouldn't be
876.87/881.95	WSVECS04 Frhs2[1235]: 6 -3237 0 shouldn't be
876.87/881.95	WSVECS04 Frhs2[1309]: 6 0 37 shouldn't be
876.87/881.95	WSVECS04 Frhs2[1404]: 6 -37 0 shouldn't be
876.87/881.95	WSVECS04 Frhs2[1423]: 6 0 142 shouldn't be
876.87/881.95	WSVECS04 Frhs2[1445]: 6 -10 0 shouldn't be
876.87/881.95	WSVECS04 Frhs2[1478]: 6 -267 0 shouldn't be
876.87/881.95	WSVECS04 Frhs2[1548]: 6 0 1 shouldn't be
876.87/881.95	WSVECS04 Frhs2[1643]: 6 -10 0 shouldn't be
876.87/881.95	WSVECS04 Frhs2[1661]: 6 0 228 shouldn't be
876.87/881.95	WSVECS04 Frhs2[1811]: 6 0 452 shouldn't be
876.87/881.95	WSVECS04 Frhs2[1821]: 6 0 209 shouldn't be
876.87/881.95	WSVECS04 Frhs2[1885]: 6 0 121 shouldn't be
876.87/881.95	WSVECS04 Frhs2[1888]: 6 0 112.842 shouldn't be
876.87/881.95	WSVECS04 Frhs2[1894]: 6 0 508 shouldn't be
876.87/881.95	WSVECS04 Frhs2[1982]: 6 0 107 shouldn't be
876.87/881.95	WSVECS04 Frhs2[1987]: 6 0 185 shouldn't be
876.87/881.95	WSVECS04 Frhs2[2044]: 6 0 74 shouldn't be
876.87/881.95	WSVECS04 Frhs2[2110]: 6 -1043 0 shouldn't be
876.87/881.95	WSVECS04 Frhs2[2208]: 6 0 113 shouldn't be
879.98/885.05	WSVECS04 Frhs2[42]: 6 0 53 shouldn't be
879.98/885.05	WSVECS04 Frhs2[343]: 6 0 9 shouldn't be
879.98/885.05	WSVECS04 Frhs2[403]: 6 -2054.81 0 shouldn't be
879.98/885.05	WSVECS04 Frhs2[547]: 6 0 191 shouldn't be
879.98/885.05	WSVECS04 Frhs2[601]: 6 -600.158 0 shouldn't be
879.98/885.05	WSVECS04 Frhs2[1000]: 6 -126 0 shouldn't be
879.98/885.05	WSVECS04 Frhs2[1056]: 6 -20 0 shouldn't be
879.98/885.05	WSVECS04 Frhs2[1314]: 6 0 4.10526 shouldn't be
879.98/885.05	WSVECS04 Frhs2[1320]: 6 0 4.10526 shouldn't be
879.98/885.05	WSVECS04 Frhs2[1543]: 6 0 10 shouldn't be
879.98/885.05	WSVECS04 Frhs2[1810]: 6 -745 0 shouldn't be
879.98/885.05	WSVECS04 Frhs2[1829]: 6 0 7 shouldn't be
879.98/885.05	WSVECS04 Frhs2[1889]: 6 0 351 shouldn't be
879.98/885.05	WSVECS04 Frhs2[2007]: 6 -697 0 shouldn't be
879.98/885.05	WSVECS04 Frhs2[2017]: 6 -605 0 shouldn't be
879.98/885.05	WSVECS04 Frhs2[2069]: 6 -86 0 shouldn't be
879.98/885.05	WSVECS04 Frhs2[2209]: 6 0 32 shouldn't be
882.76/887.83	WSVECS04 Frhs2[328]: 6 0 172 shouldn't be
882.76/887.83	WSVECS04 Frhs2[408]: 6 0 327.333 shouldn't be
882.76/887.83	WSVECS04 Frhs2[501]: 6 0 90.1579 shouldn't be
882.76/887.83	WSVECS04 Frhs2[503]: 6 0 90.1579 shouldn't be
882.76/887.83	WSVECS04 Frhs2[504]: 6 0 90.1579 shouldn't be
882.76/887.83	WSVECS04 Frhs2[1465]: 6 0 65 shouldn't be
882.76/887.83	WSVECS04 Frhs2[1541]: 6 0 10 shouldn't be
882.76/887.83	WSVECS04 Frhs2[1596]: 6 0 191 shouldn't be
882.76/887.83	WSVECS04 Frhs2[1988]: 6 0 305 shouldn't be
882.76/887.83	WSVECS04 Frhs2[2006]: 6 -808 0 shouldn't be
882.76/887.83	WSVECS04 Frhs2[2052]: 6 0 575 shouldn't be
882.76/887.83	WSVECS04 Frhs2[2164]: 6 0 775 shouldn't be
886.34/891.49	WSVECS04 Frhs2[510]: 6 0 90.1579 shouldn't be
886.34/891.49	WSVECS04 Frhs2[796]: 6 0 191 shouldn't be
886.34/891.49	WSVECS04 Frhs2[971]: 6 0 71 shouldn't be
886.34/891.49	WSVECS04 Frhs2[1549]: 6 0 10 shouldn't be
886.34/891.49	WSVECS04 Frhs2[1550]: 6 0 10 shouldn't be
886.34/891.49	WSVECS04 Frhs2[1651]: 6 0 242 shouldn't be
886.34/891.49	WSVECS04 Frhs2[1804]: 6 -605 0 shouldn't be
886.34/891.49	WSVECS04 Frhs2[1812]: 6 0 516 shouldn't be
886.34/891.49	WSVECS04 Frhs2[1836]: 6 -732 0 shouldn't be
886.34/891.49	WSVECS04 Frhs2[1882]: 6 -670 0 shouldn't be
886.34/891.49	WSVECS04 Frhs2[2557]: 6 0 420 shouldn't be
886.34/891.49	WSVECS04 Frhs2[2683]: 6 -467 0 shouldn't be
893.13/898.28	c #Conflicts:     380000 | #Constraints:      66050
893.13/898.28	c #Conflicts:     381000 | #Constraints:      67050
893.13/898.28	c INPROCESSING
893.13/898.28	c GARBAGE COLLECT
893.13/898.28	c #Conflicts:     382000 | #Constraints:      55842
893.13/898.28	c #Conflicts:     383000 | #Constraints:      56842
893.13/898.28	c #Conflicts:     384000 | #Constraints:      57842
893.13/898.28	c #Conflicts:     385000 | #Constraints:      58842
893.13/898.28	c #Conflicts:     386000 | #Constraints:      59842
893.13/898.28	c #Conflicts:     387000 | #Constraints:      60842
893.13/898.28	c #Conflicts:     388000 | #Constraints:      61842
893.13/898.28	c #Conflicts:     389000 | #Constraints:      62842
893.13/898.28	c #Conflicts:     390000 | #Constraints:      63842
893.13/898.28	c #Conflicts:     391000 | #Constraints:      64842
893.13/898.28	c #Conflicts:     392000 | #Constraints:      65842
893.13/898.28	c #Conflicts:     393000 | #Constraints:      66842
893.13/898.28	c #Conflicts:     394000 | #Constraints:      67842
893.13/898.28	c INPROCESSING
893.13/898.28	c GARBAGE COLLECT
893.13/898.28	c rational objective 40264
1001.49/1008.01	c #Conflicts:     395000 | #Constraints:      56463
1001.49/1008.01	c #Conflicts:     396000 | #Constraints:      57463
1001.49/1008.01	c #Conflicts:     397000 | #Constraints:      58463
1001.49/1008.01	c #Conflicts:     398000 | #Constraints:      59463
1001.49/1008.01	c #Conflicts:     399000 | #Constraints:      60463
1001.49/1008.01	c #Conflicts:     400000 | #Constraints:      61463
1001.49/1008.01	c #Conflicts:     401000 | #Constraints:      62463
1001.49/1008.01	c #Conflicts:     402000 | #Constraints:      63463
1001.49/1008.01	c #Conflicts:     403000 | #Constraints:      64463
1001.49/1008.01	c #Conflicts:     404000 | #Constraints:      65463
1001.49/1008.01	c #Conflicts:     405000 | #Constraints:      66463
1001.49/1008.01	c #Conflicts:     406000 | #Constraints:      67463
1001.49/1008.01	c #Conflicts:     407000 | #Constraints:      68463
1001.49/1008.01	c INPROCESSING
1001.49/1008.01	c GARBAGE COLLECT
1001.49/1008.01	c rational objective 40264
1008.35/1014.91	c #Conflicts:     408000 | #Constraints:      56896
1008.35/1014.91	c #Conflicts:     409000 | #Constraints:      57896
1008.35/1014.91	c #Conflicts:     410000 | #Constraints:      58896
1008.35/1014.91	c #Conflicts:     411000 | #Constraints:      59896
1008.35/1014.91	c #Conflicts:     412000 | #Constraints:      60896
1008.35/1014.91	c #Conflicts:     413000 | #Constraints:      61896
1008.35/1014.91	c #Conflicts:     414000 | #Constraints:      62896
1008.35/1014.91	c #Conflicts:     415000 | #Constraints:      63896
1008.35/1014.91	c #Conflicts:     416000 | #Constraints:      64896
1008.35/1014.91	c #Conflicts:     417000 | #Constraints:      65896
1008.35/1014.91	c #Conflicts:     418000 | #Constraints:      66896
1008.35/1014.91	c #Conflicts:     419000 | #Constraints:      67896
1008.35/1014.91	c #Conflicts:     420000 | #Constraints:      68896
1008.35/1014.91	c INPROCESSING
1008.35/1014.91	c GARBAGE COLLECT
1008.35/1014.91	c #Conflicts:     421000 | #Constraints:      57113
1008.35/1014.91	c #Conflicts:     422000 | #Constraints:      58113
1008.35/1014.91	c #Conflicts:     423000 | #Constraints:      59113
1008.35/1014.91	c #Conflicts:     424000 | #Constraints:      60113
1008.35/1014.91	c #Conflicts:     425000 | #Constraints:      61113
1008.35/1014.91	c #Conflicts:     426000 | #Constraints:      62113
1008.35/1014.91	c #Conflicts:     427000 | #Constraints:      63113
1008.35/1014.91	c #Conflicts:     428000 | #Constraints:      64113
1008.35/1014.91	c #Conflicts:     429000 | #Constraints:      65113
1008.35/1014.91	c #Conflicts:     430000 | #Constraints:      66113
1008.35/1014.91	c #Conflicts:     431000 | #Constraints:      67113
1008.35/1014.91	c #Conflicts:     432000 | #Constraints:      68113
1008.35/1014.91	c #Conflicts:     433000 | #Constraints:      69113
1008.35/1014.91	c INPROCESSING
1008.35/1014.91	c GARBAGE COLLECT
1008.35/1014.91	c #Conflicts:     434000 | #Constraints:      57135
1008.35/1014.91	c #Conflicts:     435000 | #Constraints:      58135
1008.35/1014.91	c #Conflicts:     436000 | #Constraints:      59135
1008.35/1014.91	c #Conflicts:     437000 | #Constraints:      60135
1008.35/1014.91	c #Conflicts:     438000 | #Constraints:      61135
1008.35/1014.91	c #Conflicts:     439000 | #Constraints:      62135
1008.35/1014.91	c #Conflicts:     440000 | #Constraints:      63135
1008.35/1014.91	c #Conflicts:     441000 | #Constraints:      64135
1008.35/1014.91	c #Conflicts:     442000 | #Constraints:      65135
1008.35/1014.91	c #Conflicts:     443000 | #Constraints:      66136
1008.35/1014.91	WSVECS04 Frhs2[52]: 6 0 17.6667 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[58]: 6 0 268 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[123]: 6 -200.703 0 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[186]: 6 0 182.319 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[189]: 6 -343.779 0 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[209]: 6 0 4060.47 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[251]: 6 0 17.6668 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[259]: 6 0 3838.64 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[269]: 6 0 3845.45 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[273]: 6 0 45.0001 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[277]: 6 0 45.0001 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[279]: 6 0 45.0001 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[309]: 6 0 4163.73 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[356]: 6 -123.667 0 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[359]: 6 0 3820.97 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[376]: 6 -45 0 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[384]: 6 -1253 0 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[386]: 6 0 182.319 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[412]: 6 -370.553 0 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[459]: 6 0 3838.64 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[620]: 6 0 9289.99 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[651]: 6 0 17.6667 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[659]: 6 0 3838.64 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[669]: 6 0 3845.45 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[670]: 6 0 4233.69 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[686]: 6 0 182.319 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[701]: 6 0 1419.96 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[710]: 6 0 10846.9 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[711]: 6 0 110.624 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[718]: 6 0 138.968 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[720]: 6 0 9419.96 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[730]: 6 0 9278.25 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[756]: 6 -356.333 0 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[768]: 6 0 78 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[770]: 6 0 4311.69 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[787]: 6 0 391.137 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[867]: 6 -913 0 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[959]: 6 0 3729.81 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[986]: 6 0 182.319 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1086]: 6 0 182.319 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1089]: 6 -297.779 0 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1103]: 6 0 446.203 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1109]: 6 0 4429.38 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1124]: 6 0 52.5519 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1155]: 6 0 261.5 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1183]: 6 0 404.681 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1185]: 6 0 404.681 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1189]: 6 0 404.681 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1212]: 6 -930.317 0 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1223]: 6 -711.297 0 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1230]: 6 0 5001.23 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1259]: 6 0 3552.97 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1282]: 6 -1069.44 0 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1286]: 6 0 182.319 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1324]: 6 0 52.5519 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1369]: 6 0 3845.45 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1382]: 6 0 373.583 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1389]: 6 0 373.583 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1459]: 6 0 3820.97 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1489]: 6 -348.902 0 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1501]: 6 -877.186 0 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1551]: 6 -348.833 0 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1559]: 6 0 3820.97 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1567]: 6 -194.12 0 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1586]: 6 0 182.319 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1652]: 6 0 17.6667 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1653]: 6 0 35.3334 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1659]: 6 0 3820.97 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1660]: 6 0 8441.55 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1686]: 6 0 182.319 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1752]: 6 0 17.6667 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1753]: 6 0 35.3334 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1754]: 6 0 1849.96 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[1758]: 6 0 268 shouldn't be
1008.35/1014.91	WSVECS04 Frhs2[2453]: 6 0 108 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[8]: 6 0 117.098 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[153]: 6 0 35.3334 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[308]: 6 0 234.858 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[324]: 6 0 1181.17 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[364]: 6 0 1843.84 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[418]: 6 0 138.968 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[464]: 6 0 1843.84 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[518]: 6 0 138.968 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[704]: 6 0 2548.58 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[811]: 6 0 110.624 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[817]: 6 0 129.965 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[1004]: 6 0 1128.61 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[1264]: 6 0 1887.17 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[1317]: 6 0 132.068 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[1319]: 6 0 1524.69 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[1419]: 6 0 1446.72 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[1487]: 6 0 512.098 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[1488]: 6 0 757.221 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[1505]: 6 0 1375.26 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[1564]: 6 0 1843.84 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[1612]: 6 -707.518 0 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[1624]: 6 0 1181.17 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[1725]: 6 0 622.581 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[2254]: 6 -605 0 shouldn't be
1009.65/1016.23	WSVECS04 Frhs2[2543]: 6 0 2.22096 shouldn't be
1010.84/1017.47	WSVECS04 Frhs2[113]: 6 0 50.4187 shouldn't be
1010.84/1017.47	WSVECS04 Frhs2[429]: 6 0 1181.17 shouldn't be
1010.84/1017.47	WSVECS04 Frhs2[752]: 6 0 17.6667 shouldn't be
1010.84/1017.47	WSVECS04 Frhs2[803]: 6 0 446.203 shouldn't be
1010.84/1017.47	WSVECS04 Frhs2[1002]: 6 0 34.7599 shouldn't be
1010.84/1017.47	WSVECS04 Frhs2[1005]: 6 0 1375.26 shouldn't be
1010.84/1017.47	WSVECS04 Frhs2[1008]: 6 0 500.503 shouldn't be
1010.84/1017.47	WSVECS04 Frhs2[1287]: 6 0 512.098 shouldn't be
1010.84/1017.47	WSVECS04 Frhs2[1288]: 6 0 757.221 shouldn't be
1010.84/1017.47	WSVECS04 Frhs2[2494]: 6 -587 0 shouldn't be
1010.84/1017.47	WSVECS04 Frhs2[2524]: 6 -605 0 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[12]: 6 -993.552 0 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[219]: 6 0 1411.96 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[258]: 6 0 257.323 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[319]: 6 0 1522.58 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[352]: 6 0 17.6667 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[358]: 6 0 268 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[414]: 6 0 1128.61 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[419]: 6 0 1522.58 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[424]: 6 0 1181.17 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[458]: 6 0 285.667 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[524]: 6 0 1181.17 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[554]: 6 0 1849.96 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[558]: 6 0 268 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[614]: 6 0 998.65 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[619]: 6 0 1392.62 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[624]: 6 0 1181.17 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[688]: 6 0 757.221 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[714]: 6 0 1128.61 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[719]: 6 0 1522.58 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[758]: 6 0 268 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[766]: 6 0 78.0001 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[786]: 6 0 182.319 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[819]: 6 0 1522.58 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[887]: 6 0 512.098 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[905]: 6 0 2132.26 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[1001]: 6 -1125 0 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[1119]: 6 0 1522.58 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[1214]: 6 0 1128.61 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[1219]: 6 0 1522.58 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[1224]: 6 0 1181.17 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[1514]: 6 0 1128.61 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[1558]: 6 0 268 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[1619]: 6 0 1522.58 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[1723]: 6 -590.583 0 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[2104]: 6 -646 0 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[2137]: 6 -646 0 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[2151]: 6 -328 0 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[2158]: 6 -325 0 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[2181]: 6 -380 0 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[2191]: 6 -1380 0 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[2198]: 6 -1090 0 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[2212]: 6 -410 0 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[2222]: 6 -311 0 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[2247]: 6 -451 0 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[2473]: 6 -1190 0 shouldn't be
1012.64/1019.22	WSVECS04 Frhs2[2482]: 6 -410 0 shouldn't be
1015.22/1021.84	WSVECS04 Frhs2[276]: 6 0 45.0001 shouldn't be
1015.22/1021.84	WSVECS04 Frhs2[304]: 6 0 862.969 shouldn't be
1015.22/1021.84	WSVECS04 Frhs2[654]: 6 0 1867.63 shouldn't be
1015.22/1021.84	WSVECS04 Frhs2[788]: 6 0 757.221 shouldn't be
1015.22/1021.84	WSVECS04 Frhs2[925]: 6 0 1803.72 shouldn't be
1015.22/1021.84	WSVECS04 Frhs2[1105]: 6 0 1375.26 shouldn't be
1015.22/1021.84	WSVECS04 Frhs2[1357]: 6 0 352.667 shouldn't be
1015.22/1021.84	WSVECS04 Frhs2[1421]: 6 0 276 shouldn't be
1015.22/1021.84	WSVECS04 Frhs2[1620]: 6 0 9419.96 shouldn't be
1015.22/1021.84	WSVECS04 Frhs2[2166]: 6 -370 0 shouldn't be
1015.22/1021.84	WSVECS04 Frhs2[2171]: 6 -80.0001 0 shouldn't be
1015.22/1021.84	WSVECS04 Frhs2[2434]: 6 -605 0 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[20]: 6 0 978.405 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[163]: 6 0 6.12043 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[187]: 6 0 512.098 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[387]: 6 0 489.319 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[452]: 6 0 35.3334 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[508]: 6 0 500.503 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[802]: 6 0 34.7599 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[908]: 6 0 1257.5 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[1003]: 6 0 446.203 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[1169]: 6 0 3501.9 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[1269]: 6 0 3888.79 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[1502]: 6 0 34.7598 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[1511]: 6 0 110.624 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[1552]: 6 0 17.6667 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[1588]: 6 0 757.221 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[2075]: 6 -521 0 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[2291]: 6 -764.5 0 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[2441]: 6 -80 0 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[2444]: 6 0 50 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[2486]: 6 -567 0 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[2497]: 6 -646 0 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[2501]: 6 -260 0 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[2564]: 6 -1060 0 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[2593]: 6 -467 0 shouldn't be
1017.71/1024.32	WSVECS04 Frhs2[2601]: 6 -328 0 shouldn't be
1047.86/1054.90	c #Conflicts:     444000 | #Constraints:      67136
1047.86/1054.90	c #Conflicts:     445000 | #Constraints:      68136
1047.86/1054.90	c #Conflicts:     446000 | #Constraints:      69136
1047.86/1054.90	c INPROCESSING
1047.86/1054.90	c GARBAGE COLLECT
1047.86/1054.90	c #Conflicts:     447000 | #Constraints:      56936
1047.86/1054.90	c #Conflicts:     448000 | #Constraints:      57936
1047.86/1054.90	c #Conflicts:     449000 | #Constraints:      58936
1047.86/1054.90	c #Conflicts:     450000 | #Constraints:      59936
1047.86/1054.90	c #Conflicts:     451000 | #Constraints:      60936
1047.86/1054.90	c #Conflicts:     452000 | #Constraints:      61936
1047.86/1054.90	c #Conflicts:     453000 | #Constraints:      62936
1047.86/1054.90	c #Conflicts:     454000 | #Constraints:      63936
1047.86/1054.90	c #Conflicts:     455000 | #Constraints:      64936
1047.86/1054.90	c #Conflicts:     456000 | #Constraints:      65936
1047.86/1054.90	c #Conflicts:     457000 | #Constraints:      66936
1047.86/1054.90	c #Conflicts:     458000 | #Constraints:      67936
1047.86/1054.90	c #Conflicts:     459000 | #Constraints:      68936
1047.86/1054.90	c #Conflicts:     460000 | #Constraints:      69936
1047.86/1054.90	c INPROCESSING
1047.86/1054.90	c GARBAGE COLLECT
1047.86/1054.90	c #Conflicts:     461000 | #Constraints:      57580
1047.86/1054.90	c #Conflicts:     462000 | #Constraints:      58580
1047.86/1054.90	c #Conflicts:     463000 | #Constraints:      59580
1047.86/1054.90	c #Conflicts:     464000 | #Constraints:      60580
1047.86/1054.90	c #Conflicts:     465000 | #Constraints:      61581
1047.86/1054.90	c #Conflicts:     466000 | #Constraints:      62581
1047.86/1054.90	c #Conflicts:     467000 | #Constraints:      63581
1047.86/1054.90	c #Conflicts:     468000 | #Constraints:      64582
1047.86/1054.90	c #Conflicts:     469000 | #Constraints:      65582
1047.86/1054.90	c #Conflicts:     470000 | #Constraints:      66582
1047.86/1054.90	c #Conflicts:     471000 | #Constraints:      67583
1047.86/1054.90	c #Conflicts:     472000 | #Constraints:      68584
1047.86/1054.90	c #Conflicts:     473000 | #Constraints:      69584
1047.86/1054.90	c #Conflicts:     474000 | #Constraints:      70586
1047.86/1054.90	c INPROCESSING
1047.86/1054.90	c GARBAGE COLLECT
1047.86/1054.90	c rational objective 40264
1050.45/1057.48	c #Conflicts:     475000 | #Constraints:      57966
1050.45/1057.48	c #Conflicts:     476000 | #Constraints:      58966
1050.45/1057.48	c #Conflicts:     477000 | #Constraints:      59966
1050.45/1057.48	c #Conflicts:     478000 | #Constraints:      60966
1050.45/1057.48	WSVECS04 Frhs2[23]: 6 -234.129 0 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[133]: 6 0 496.55 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[174]: 6 0 91.5166 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[201]: 6 -271.457 0 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[230]: 6 0 133.619 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[401]: 6 0 312.703 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[502]: 6 0 172.458 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[504]: 6 0 509.945 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[506]: 6 0 55.6006 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[508]: 6 0 139 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[524]: 6 0 68.3813 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[562]: 6 0 326.85 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[570]: 6 0 186.275 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[662]: 6 0 326.85 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[678]: 6 0 260.129 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[778]: 6 -1186.25 0 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[805]: 6 0 450.805 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[855]: 6 0 444.227 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[870]: 6 0 186.275 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[970]: 6 0 186.275 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[991]: 6 -113 0 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[1007]: 6 0 78.6869 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[1030]: 6 0 133.619 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[1067]: 6 -295.022 0 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[1070]: 6 0 186.275 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[1078]: 6 0 189.685 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[1109]: 6 0 47.2751 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[1169]: 6 -357.972 0 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[1233]: 6 0 392 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[1301]: 6 -1011.56 0 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[1303]: 6 0 97.7162 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[1371]: 6 0 71.4726 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[1623]: 6 0 491.51 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[1673]: 6 0 13.9197 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[1729]: 6 -1234.05 0 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[1773]: 6 0 86.7054 shouldn't be
1050.45/1057.48	WSVECS04 Frhs2[2081]: 6 0 257 shouldn't be
1051.64/1058.63	WSVECS04 Frhs2[193]: 6 0 98.5422 shouldn't be
1051.64/1058.63	WSVECS04 Frhs2[993]: 6 0 98.5421 shouldn't be
1051.64/1058.63	WSVECS04 Frhs2[1307]: 6 0 71.4726 shouldn't be
1051.64/1058.63	WSVECS04 Frhs2[1309]: 6 0 212.519 shouldn't be
1051.64/1058.63	WSVECS04 Frhs2[1310]: 6 0 146.735 shouldn't be
1052.94/1059.97	WSVECS04 Frhs2[128]: 6 0 794.381 shouldn't be
1052.94/1059.97	WSVECS04 Frhs2[208]: 6 0 139 shouldn't be
1052.94/1059.97	WSVECS04 Frhs2[393]: 6 0 98.5421 shouldn't be
1052.94/1059.97	WSVECS04 Frhs2[403]: 6 0 477.946 shouldn't be
1052.94/1059.97	WSVECS04 Frhs2[675]: 6 0 942.866 shouldn't be
1052.94/1059.97	WSVECS04 Frhs2[697]: 6 0 201.458 shouldn't be
1052.94/1059.97	WSVECS04 Frhs2[771]: 6 0 78.3151 shouldn't be
1052.94/1059.97	WSVECS04 Frhs2[775]: 6 0 397.177 shouldn't be
1052.94/1059.97	WSVECS04 Frhs2[810]: 6 0 288.142 shouldn't be
1052.94/1059.97	WSVECS04 Frhs2[901]: 6 -479.203 0 shouldn't be
1052.94/1059.97	WSVECS04 Frhs2[903]: 6 0 337.702 shouldn't be
1052.94/1059.97	WSVECS04 Frhs2[1119]: 6 0 871.446 shouldn't be
1052.94/1059.97	WSVECS04 Frhs2[1302]: 6 0 172.458 shouldn't be
1052.94/1059.97	WSVECS04 Frhs2[1306]: 6 0 55.6005 shouldn't be
1052.94/1059.97	WSVECS04 Frhs2[1308]: 6 0 139 shouldn't be
1052.94/1059.97	WSVECS04 Frhs2[1319]: 6 0 980.468 shouldn't be
1052.94/1059.97	WSVECS04 Frhs2[1719]: 6 0 912.941 shouldn't be
1052.94/1059.97	WSVECS04 Frhs2[2090]: 6 0 257 shouldn't be
1052.94/1059.97	WSVECS04 Frhs2[2402]: 6 -147 0 shouldn't be
1052.94/1059.97	WSVECS04 Frhs2[2647]: 6 -605 0 shouldn't be
1052.94/1059.97	WSVECS04 Frhs2[2696]: 6 -1270 0 shouldn't be
1054.34/1061.38	WSVECS04 Frhs2[33]: 6 0 496.55 shouldn't be
1054.34/1061.38	WSVECS04 Frhs2[130]: 6 0 928 shouldn't be
1054.34/1061.38	WSVECS04 Frhs2[179]: 6 0 408.098 shouldn't be
1054.34/1061.38	WSVECS04 Frhs2[199]: 6 0 351.733 shouldn't be
1054.34/1061.38	WSVECS04 Frhs2[323]: 6 0 971.252 shouldn't be
1054.34/1061.38	WSVECS04 Frhs2[330]: 6 0 1104.87 shouldn't be
1054.34/1061.38	WSVECS04 Frhs2[413]: 6 0 64.5788 shouldn't be
1054.34/1061.38	WSVECS04 Frhs2[493]: 6 0 98.5422 shouldn't be
1054.34/1061.38	WSVECS04 Frhs2[615]: 6 0 692.899 shouldn't be
1054.34/1061.38	WSVECS04 Frhs2[772]: 6 0 6.8426 shouldn't be
1054.34/1061.38	WSVECS04 Frhs2[815]: 6 0 776 shouldn't be
1054.34/1061.38	WSVECS04 Frhs2[1137]: 6 0 538.044 shouldn't be
1054.34/1061.38	WSVECS04 Frhs2[1262]: 6 0 406.85 shouldn't be
1054.34/1061.38	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
1054.34/1061.38	WSVECS04 Frhs2[2100]: 6 -380 0 shouldn't be
1054.34/1061.38	WSVECS04 Frhs2[2528]: 6 -467 0 shouldn't be
1054.34/1061.38	WSVECS04 Frhs2[2557]: 6 -605 0 shouldn't be
1054.34/1061.38	WSVECS04 Frhs2[2597]: 6 -1060 0 shouldn't be
1056.44/1063.41	WSVECS04 Frhs2[30]: 6 0 133.619 shouldn't be
1056.44/1063.41	WSVECS04 Frhs2[123]: 6 0 794.381 shouldn't be
1056.44/1063.41	WSVECS04 Frhs2[159]: 6 0 471.52 shouldn't be
1056.44/1063.41	WSVECS04 Frhs2[206]: 6 0 55.6006 shouldn't be
1056.44/1063.41	WSVECS04 Frhs2[210]: 6 0 288.142 shouldn't be
1056.44/1063.41	WSVECS04 Frhs2[353]: 6 0 222.114 shouldn't be
1056.44/1063.41	WSVECS04 Frhs2[907]: 6 0 243.931 shouldn't be
1056.44/1063.41	WSVECS04 Frhs2[910]: 6 0 460.6 shouldn't be
1056.44/1063.41	WSVECS04 Frhs2[1064]: 6 0 236.022 shouldn't be
1056.44/1063.41	WSVECS04 Frhs2[1094]: 6 0 126 shouldn't be
1056.44/1063.41	WSVECS04 Frhs2[1179]: 6 0 436.635 shouldn't be
1056.44/1063.41	WSVECS04 Frhs2[1263]: 6 0 139 shouldn't be
1056.44/1063.41	WSVECS04 Frhs2[1264]: 6 0 316.022 shouldn't be
1056.44/1063.41	WSVECS04 Frhs2[1329]: 6 0 39.8473 shouldn't be
1056.44/1063.41	WSVECS04 Frhs2[1359]: 6 0 471.52 shouldn't be
1056.44/1063.41	WSVECS04 Frhs2[1399]: 6 0 351.733 shouldn't be
1056.44/1063.41	WSVECS04 Frhs2[1759]: 6 0 471.52 shouldn't be
1056.44/1063.41	WSVECS04 Frhs2[2055]: 6 -808 0 shouldn't be
1066.90/1073.98	c #Conflicts:     479000 | #Constraints:      61966
1066.90/1073.98	c #Conflicts:     480000 | #Constraints:      62966
1066.90/1073.98	c #Conflicts:     481000 | #Constraints:      63966
1066.90/1073.98	c #Conflicts:     482000 | #Constraints:      64966
1066.90/1073.98	c #Conflicts:     483000 | #Constraints:      65966
1066.90/1073.98	c #Conflicts:     484000 | #Constraints:      66966
1066.90/1073.98	c #Conflicts:     485000 | #Constraints:      67966
1066.90/1073.98	c #Conflicts:     486000 | #Constraints:      68966
1066.90/1073.98	c #Conflicts:     487000 | #Constraints:      69966
1066.90/1073.98	c #Conflicts:     488000 | #Constraints:      70966
1066.90/1073.98	c INPROCESSING
1066.90/1073.98	c GARBAGE COLLECT
1066.90/1073.98	c rational objective 40264
1071.29/1078.33	c #Conflicts:     489000 | #Constraints:      58149
1071.29/1078.33	c #Conflicts:     490000 | #Constraints:      59149
1071.29/1078.33	c #Conflicts:     491000 | #Constraints:      60149
1071.29/1078.33	c #Conflicts:     492000 | #Constraints:      61149
1071.29/1078.33	c #Conflicts:     493000 | #Constraints:      62149
1071.29/1078.33	c #Conflicts:     494000 | #Constraints:      63149
1071.29/1078.33	c #Conflicts:     495000 | #Constraints:      64149
1071.29/1078.33	c #Conflicts:     496000 | #Constraints:      65149
1071.29/1078.33	c #Conflicts:     497000 | #Constraints:      66149
1071.29/1078.33	WSVECS04 Frhs2[304]: 6 0 71.8302 shouldn't be
1071.29/1078.33	WSVECS04 Frhs2[314]: 6 0 167.902 shouldn't be
1071.29/1078.33	WSVECS04 Frhs2[469]: 6 0 15.4803 shouldn't be
1071.29/1078.33	WSVECS04 Frhs2[511]: 6 0 32.3712 shouldn't be
1071.29/1078.33	WSVECS04 Frhs2[517]: 6 0 16.5245 shouldn't be
1071.29/1078.33	WSVECS04 Frhs2[675]: 6 0 325.608 shouldn't be
1071.29/1078.33	WSVECS04 Frhs2[676]: 6 0 15.4802 shouldn't be
1071.29/1078.33	WSVECS04 Frhs2[798]: 6 0 1138.91 shouldn't be
1071.29/1078.33	WSVECS04 Frhs2[853]: 6 0 49.6046 shouldn't be
1071.29/1078.33	WSVECS04 Frhs2[863]: 6 0 49.6047 shouldn't be
1071.29/1078.33	WSVECS04 Frhs2[919]: 6 0 229.73 shouldn't be
1071.29/1078.33	WSVECS04 Frhs2[946]: 6 -311 0 shouldn't be
1071.29/1078.33	WSVECS04 Frhs2[951]: 6 0 15.8467 shouldn't be
1071.29/1078.33	WSVECS04 Frhs2[956]: 6 -63.4803 0 shouldn't be
1071.29/1078.33	WSVECS04 Frhs2[958]: 6 0 15.4803 shouldn't be
1071.29/1078.33	WSVECS04 Frhs2[976]: 6 0 15.4803 shouldn't be
1071.29/1078.33	WSVECS04 Frhs2[998]: 6 0 1413.61 shouldn't be
1071.29/1078.33	WSVECS04 Frhs2[1537]: 6 0 279.945 shouldn't be
1071.29/1078.33	WSVECS04 Frhs2[1561]: 6 0 0.366517 shouldn't be
1071.29/1078.33	WSVECS04 Frhs2[1620]: 6 0 237.756 shouldn't be
1071.29/1078.33	WSVECS04 Frhs2[1655]: 6 0 462.024 shouldn't be
1071.29/1078.33	WSVECS04 Frhs2[1680]: 6 0 52.1997 shouldn't be
1081.16/1088.23	c #Conflicts:     498000 | #Constraints:      67149
1081.16/1088.23	c #Conflicts:     499000 | #Constraints:      68149
1081.16/1088.23	c #Conflicts:     500000 | #Constraints:      69149
1081.16/1088.23	c #Conflicts:     501000 | #Constraints:      70149
1081.16/1088.23	c #Conflicts:     502000 | #Constraints:      71149
1081.16/1088.23	c INPROCESSING
1081.16/1088.23	c GARBAGE COLLECT
1081.16/1088.23	c rational objective 40264
1084.34/1091.49	c #Conflicts:     503000 | #Constraints:      58148
1084.34/1091.49	c #Conflicts:     504000 | #Constraints:      59148
1084.34/1091.49	c #Conflicts:     505000 | #Constraints:      60148
1084.34/1091.49	c #Conflicts:     506000 | #Constraints:      61148
1084.34/1091.49	WSVECS04 Frhs2[3]: 6 0 283 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[8]: 6 -1880 0 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[78]: 6 -6.00003 0 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[104]: 6 0 377 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[110]: 6 0 377 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[203]: 6 0 220 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[571]: 6 0 221 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[578]: 6 -222 0 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[603]: 6 0 419 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[771]: 6 0 221 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[871]: 6 0 1097 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[878]: 6 0 876 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[1001]: 6 -979 0 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[1003]: 6 0 283 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[1171]: 6 0 788 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[1178]: 6 0 567 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[1180]: 6 0 567 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[1218]: 6 0 6.00001 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[1272]: 6 -1296 0 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[1477]: 6 0 6.00002 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[1478]: 6 -6.00001 0 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[1501]: 6 -20.0001 0 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[1583]: 6 0 63 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[1655]: 6 0 102 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[1706]: 6 0 10.0001 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[1707]: 6 0 10 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[1758]: 6 -381 0 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[1778]: 6 -227 0 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[1802]: 6 0 38.0001 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[2321]: 6 0 206 shouldn't be
1084.34/1091.49	WSVECS04 Frhs2[2469]: 6 -1020 0 shouldn't be
1085.14/1092.25	WSVECS04 Frhs2[577]: 6 0 6.00002 shouldn't be
1085.14/1092.25	WSVECS04 Frhs2[861]: 6 0 13.5 shouldn't be
1085.14/1092.25	WSVECS04 Frhs2[872]: 6 0 876 shouldn't be
1085.14/1092.25	WSVECS04 Frhs2[1061]: 6 0 13.5001 shouldn't be
1085.14/1092.25	WSVECS04 Frhs2[1615]: 6 0 6.00004 shouldn't be
1085.14/1092.25	WSVECS04 Frhs2[1658]: 6 0 102 shouldn't be
1085.14/1092.25	WSVECS04 Frhs2[1708]: 6 0 10.0001 shouldn't be
1085.14/1092.25	WSVECS04 Frhs2[1771]: 6 0 221 shouldn't be
1085.14/1092.25	WSVECS04 Frhs2[2319]: 6 -2.00003 0 shouldn't be
1085.14/1092.25	WSVECS04 Frhs2[2322]: 6 0 281 shouldn't be
1085.95/1093.05	WSVECS04 Frhs2[53]: 6 0 63.0001 shouldn't be
1085.95/1093.05	WSVECS04 Frhs2[1777]: 6 0 6.00009 shouldn't be
1087.04/1094.14	WSVECS04 Frhs2[518]: 6 0 6.0001 shouldn't be
1087.04/1094.14	WSVECS04 Frhs2[677]: 6 0 6.00008 shouldn't be
1087.04/1094.14	WSVECS04 Frhs2[718]: 6 0 6.00008 shouldn't be
1087.04/1094.14	WSVECS04 Frhs2[807]: 6 0 10.0001 shouldn't be
1087.04/1094.14	WSVECS04 Frhs2[808]: 6 0 10 shouldn't be
1087.04/1094.14	WSVECS04 Frhs2[818]: 6 0 6.00009 shouldn't be
1087.04/1094.14	WSVECS04 Frhs2[1013]: 6 0 30 shouldn't be
1087.04/1094.14	WSVECS04 Frhs2[1105]: 6 0 220 shouldn't be
1087.04/1094.14	WSVECS04 Frhs2[1453]: 6 0 63.0001 shouldn't be
1097.50/1104.63	c #Conflicts:     507000 | #Constraints:      62148
1097.50/1104.63	c #Conflicts:     508000 | #Constraints:      63148
1097.50/1104.63	c #Conflicts:     509000 | #Constraints:      64148
1097.50/1104.63	c #Conflicts:     510000 | #Constraints:      65148
1097.50/1104.63	c #Conflicts:     511000 | #Constraints:      66148
1097.50/1104.63	c #Conflicts:     512000 | #Constraints:      67148
1097.50/1104.63	c #Conflicts:     513000 | #Constraints:      68148
1097.50/1104.63	c #Conflicts:     514000 | #Constraints:      69148
1097.50/1104.63	c #Conflicts:     515000 | #Constraints:      70148
1097.50/1104.63	c #Conflicts:     516000 | #Constraints:      71148
1097.50/1104.63	c INPROCESSING
1097.50/1104.63	c GARBAGE COLLECT
1097.50/1104.63	c rational objective 40264
1103.77/1110.93	c #Conflicts:     517000 | #Constraints:      57923
1103.77/1110.93	c #Conflicts:     518000 | #Constraints:      58923
1103.77/1110.93	c #Conflicts:     519000 | #Constraints:      59923
1103.77/1110.93	c #Conflicts:     520000 | #Constraints:      60923
1103.77/1110.93	c #Conflicts:     521000 | #Constraints:      61923
1103.77/1110.93	c #Conflicts:     522000 | #Constraints:      62923
1103.77/1110.93	c #Conflicts:     523000 | #Constraints:      63923
1103.77/1110.93	c #Conflicts:     524000 | #Constraints:      64923
1103.77/1110.93	c #Conflicts:     525000 | #Constraints:      65923
1103.77/1110.93	c #Conflicts:     526000 | #Constraints:      66924
1103.77/1110.93	c #Conflicts:     527000 | #Constraints:      67924
1103.77/1110.93	WSVECS04 Frhs2[39]: 6 0 419 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[105]: 6 0 53.6667 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[106]: 6 0 53.6667 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[201]: 6 0 809.333 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[205]: 6 0 863 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[207]: 6 0 809.333 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[245]: 6 -34.3334 0 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[246]: 6 0 68.6667 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[301]: 6 -3170.53 0 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[407]: 6 0 12 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[409]: 6 0 12.0001 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[440]: 6 0 220 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[445]: 6 0 34.3334 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[608]: 6 0 173 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[801]: 6 -541.333 0 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[901]: 6 -477.067 0 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[934]: 6 -824 0 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[939]: 6 0 309 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[1010]: 6 0 698.667 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[1040]: 6 0 323 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[1134]: 6 -206 0 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[1140]: 6 0 220 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[1439]: 6 0 309 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[1449]: 6 0 34.3334 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[1858]: 6 0 12 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[1860]: 6 0 152 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[1862]: 6 0 144 shouldn't be
1103.77/1110.93	WSVECS04 Frhs2[2155]: 6 0 39 shouldn't be
1104.47/1111.61	WSVECS04 Frhs2[32]: 6 0 7.00009 shouldn't be
1104.47/1111.61	WSVECS04 Frhs2[104]: 6 0 173 shouldn't be
1104.47/1111.61	WSVECS04 Frhs2[304]: 6 0 173 shouldn't be
1104.47/1111.61	WSVECS04 Frhs2[449]: 6 0 34.3334 shouldn't be
1105.27/1112.43	WSVECS04 Frhs2[1863]: 6 0 141 shouldn't be
1114.54/1121.71	c #Conflicts:     528000 | #Constraints:      68924
1114.54/1121.71	c #Conflicts:     529000 | #Constraints:      69924
1114.54/1121.71	c #Conflicts:     530000 | #Constraints:      70924
1114.54/1121.71	c #Conflicts:     531000 | #Constraints:      71924
1114.54/1121.71	c INPROCESSING
1114.54/1121.71	c GARBAGE COLLECT
1114.54/1121.71	c rational objective 40264
1119.43/1126.60	c #Conflicts:     532000 | #Constraints:      58534
1119.43/1126.60	c #Conflicts:     533000 | #Constraints:      59534
1119.43/1126.60	c #Conflicts:     534000 | #Constraints:      60534
1119.43/1126.60	c #Conflicts:     535000 | #Constraints:      61534
1119.43/1126.60	c #Conflicts:     536000 | #Constraints:      62534
1119.43/1126.60	c #Conflicts:     537000 | #Constraints:      63534
1119.43/1126.60	c #Conflicts:     538000 | #Constraints:      64534
1119.43/1126.60	c #Conflicts:     539000 | #Constraints:      65534
1119.43/1126.60	c #Conflicts:     540000 | #Constraints:      66534
1119.43/1126.60	c #Conflicts:     541000 | #Constraints:      67534
1119.43/1126.60	c #Conflicts:     542000 | #Constraints:      68534
1119.43/1126.60	WSVECS04 Frhs2[71]: 6 0 100.385 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[79]: 6 0 90.2001 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[103]: 6 -4003.73 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[112]: 6 -257.9 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[145]: 6 -85.2 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[175]: 6 0 371.626 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[204]: 6 0 386.182 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[243]: 6 0 486.2 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[244]: 6 0 437.3 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[246]: 6 0 486.2 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[247]: 6 0 486.2 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[250]: 6 0 486.2 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[256]: 6 -226 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[258]: 6 0 17.6 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[296]: 6 -600 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[346]: 6 -3392.7 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[356]: 6 -135.7 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[358]: 6 0 17.6 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[373]: 6 0 244.335 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[375]: 6 0 381.811 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[376]: 6 0 10.1845 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[401]: 6 -264.368 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[404]: 6 0 560.637 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[410]: 6 0 169.728 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[458]: 6 0 17.6 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[471]: 6 0 100.384 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[478]: 6 -925.082 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[501]: 6 0 225.665 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[510]: 6 0 395.392 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[601]: 6 -514.978 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[602]: 6 0 203.274 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[673]: 6 0 272.403 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[710]: 6 0 169.728 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[801]: 6 -2525.01 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[810]: 6 0 169.728 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[871]: 6 0 100.385 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[874]: 6 0 67.0576 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[878]: 6 -308.384 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[973]: 6 0 272.403 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1001]: 6 -1010.87 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1004]: 6 0 560.637 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1010]: 6 0 169.728 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1075]: 6 0 371.626 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1079]: 6 0 90.2 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1102]: 6 0 968.939 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1104]: 6 0 1326.3 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1110]: 6 0 935.393 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1156]: 6 -70.4001 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1173]: 6 0 272.403 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1179]: 6 0 128.453 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1201]: 6 -230.566 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1202]: 6 0 203.274 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1210]: 6 0 169.728 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1253]: 6 0 17.6 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1275]: 6 0 419.326 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1310]: 6 0 169.728 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1351]: 6 -246.1 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1353]: 6 0 17.6 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1375]: 6 0 334.212 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1402]: 6 0 203.274 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1410]: 6 0 169.728 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1504]: 6 0 422 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1553]: 6 0 17.6 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1556]: 6 -160.3 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1602]: 6 0 234.365 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1603]: 6 0 31.0908 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1604]: 6 0 591.728 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1605]: 6 0 370.546 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1675]: 6 0 334.212 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[1709]: 6 0 571.9 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2074]: 6 -605 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2085]: 6 -567 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2099]: 6 -337 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2100]: 6 -380 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2102]: 6 -408 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2106]: 6 -732 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2110]: 6 -1380 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2116]: 6 -521 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2128]: 6 -622 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2137]: 6 -646 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2150]: 6 -260 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2160]: 6 -328 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2287]: 6 -605 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2300]: 6 -606 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2524]: 6 -605 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2531]: 6 -80 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2546]: 6 -808 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2553]: 6 -622 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2564]: 6 -1060 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2567]: 6 -315 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2582]: 6 -311 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2587]: 6 -646 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2593]: 6 -467 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2598]: 6 -557 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2600]: 6 -260 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2601]: 6 -328 0 shouldn't be
1119.43/1126.60	WSVECS04 Frhs2[2610]: 6 -328 0 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[29]: 6 0 137.9 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[149]: 6 0 47.7001 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[151]: 6 0 47.7001 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[174]: 6 0 67.0576 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[193]: 6 0 200 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[273]: 6 0 143.95 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[473]: 6 0 234.15 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[569]: 6 0 137.9 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[674]: 6 0 105.31 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[875]: 6 0 371.626 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[971]: 6 0 138.637 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1043]: 6 0 48.9001 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1047]: 6 0 48.9 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1069]: 6 0 137.9 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1129]: 6 0 137.9 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1149]: 6 0 137.9 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1152]: 6 0 17.6 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1160]: 6 0 17.6 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1176]: 6 0 38.2526 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1199]: 6 0 137.9 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1260]: 6 0 17.6 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1271]: 6 0 148.085 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1302]: 6 0 203.274 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1358]: 6 0 17.6001 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1451]: 6 0 112 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1454]: 6 0 112 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1455]: 6 0 112 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1459]: 6 0 129.6 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1473]: 6 0 293.709 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1474]: 6 0 126.617 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1475]: 6 0 431.186 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1552]: 6 0 17.6 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1573]: 6 0 272.403 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1574]: 6 0 105.31 shouldn't be
1125.11/1132.30	WSVECS04 Frhs2[1729]: 6 0 137.9 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[60]: 6 0 17.6001 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[69]: 6 0 137.9 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[99]: 6 0 137.9 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[109]: 6 0 30.8816 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[129]: 6 0 47.7 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[192]: 6 0 200 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[259]: 6 0 155.5 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[353]: 6 0 17.6001 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[359]: 6 0 17.6001 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[360]: 6 0 17.6001 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[445]: 6 0 367 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[469]: 6 0 137.9 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[529]: 6 0 137.9 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[559]: 6 0 137.9 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[579]: 6 0 90.2001 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[679]: 6 0 128.453 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[759]: 6 0 137.9 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[773]: 6 0 272.403 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[901]: 6 0 445.363 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1029]: 6 0 137.9 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1059]: 6 0 155.5 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1099]: 6 0 137.9 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1101]: 6 0 765.665 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1106]: 6 0 734.574 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1109]: 6 0 1476.2 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1204]: 6 0 560.637 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1205]: 6 0 339.456 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1259]: 6 0 17.6 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1301]: 6 -508 0 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1305]: 6 0 339.456 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1352]: 6 0 17.6001 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1359]: 6 0 17.6 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1452]: 6 0 129.6 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1453]: 6 0 129.6 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1471]: 6 0 159.944 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1505]: 6 0 200.819 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1579]: 6 0 128.453 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1599]: 6 0 137.9 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1649]: 6 0 137.9 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1699]: 6 0 137.9 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1749]: 6 0 137.9 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1753]: 6 0 17.6 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1759]: 6 0 155.5 shouldn't be
1129.00/1136.26	WSVECS04 Frhs2[1773]: 6 0 272.403 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[2]: 6 0 612.819 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[9]: 6 0 1120.08 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[19]: 6 0 137.9 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[49]: 6 0 137.9 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[153]: 6 0 65.3001 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[155]: 6 0 47.7001 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[194]: 6 0 200 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[199]: 6 0 247.7 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[449]: 6 0 504.9 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[474]: 6 0 67.0576 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[574]: 6 0 67.0576 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[729]: 6 0 137.9 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[1005]: 6 0 339.455 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[1049]: 6 0 186.8 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[1103]: 6 0 765.665 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[1209]: 6 0 572.637 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[1252]: 6 0 17.6 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[1304]: 6 0 560.637 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[1371]: 6 0 62.9699 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[1374]: 6 0 29.6429 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[1404]: 6 0 560.637 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[1405]: 6 0 339.456 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[1460]: 6 0 129.6 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[1529]: 6 0 137.9 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[1558]: 6 0 17.6 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[1576]: 6 0 38.2525 shouldn't be
1135.68/1142.96	WSVECS04 Frhs2[1719]: 6 0 137.9 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[3]: 6 0 409.545 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[152]: 6 0 65.3 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[191]: 6 0 200 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[196]: 6 0 200 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[419]: 6 0 137.9 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[475]: 6 0 371.626 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[545]: 6 -117.9 0 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[549]: 6 0 137.9 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[604]: 6 0 560.637 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[610]: 6 0 169.728 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[659]: 6 0 137.9 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[675]: 6 0 409.879 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[702]: 6 0 203.274 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[709]: 6 0 710.537 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[802]: 6 0 203.274 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[910]: 6 0 615.091 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[1153]: 6 0 17.6001 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[1159]: 6 0 155.5 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[1477]: 6 0 21.307 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[1509]: 6 0 571.9 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[1575]: 6 0 409.879 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[1669]: 6 0 137.9 shouldn't be
1142.15/1149.49	WSVECS04 Frhs2[1769]: 6 0 137.9 shouldn't be
1148.04/1155.36	WSVECS04 Frhs2[504]: 6 0 786.302 shouldn't be
1148.04/1155.36	WSVECS04 Frhs2[671]: 6 0 138.637 shouldn't be
1148.04/1155.36	WSVECS04 Frhs2[699]: 6 0 137.9 shouldn't be
1148.04/1155.36	WSVECS04 Frhs2[749]: 6 0 137.9 shouldn't be
1148.04/1155.36	WSVECS04 Frhs2[774]: 6 0 105.31 shouldn't be
1148.04/1155.36	WSVECS04 Frhs2[779]: 6 0 128.453 shouldn't be
1148.04/1155.36	WSVECS04 Frhs2[974]: 6 0 105.31 shouldn't be
1148.04/1155.36	WSVECS04 Frhs2[1119]: 6 0 137.9 shouldn't be
1148.04/1155.36	WSVECS04 Frhs2[1171]: 6 0 138.637 shouldn't be
1148.04/1155.36	WSVECS04 Frhs2[1560]: 6 0 17.6001 shouldn't be
1148.04/1155.36	WSVECS04 Frhs2[1673]: 6 0 196.735 shouldn't be
1148.04/1155.36	WSVECS04 Frhs2[1679]: 6 0 52.7854 shouldn't be
1148.04/1155.36	WSVECS04 Frhs2[1799]: 6 0 137.9 shouldn't be
1151.53/1158.87	WSVECS04 Frhs2[119]: 6 0 47.7001 shouldn't be
1151.53/1158.87	WSVECS04 Frhs2[160]: 6 0 65.3001 shouldn't be
1151.53/1158.87	WSVECS04 Frhs2[171]: 6 0 100.384 shouldn't be
1151.53/1158.87	WSVECS04 Frhs2[873]: 6 0 234.15 shouldn't be
1151.53/1158.87	WSVECS04 Frhs2[1659]: 6 0 155.5 shouldn't be
1152.52/1159.89	WSVECS04 Frhs2[4]: 6 0 970.182 shouldn't be
1152.52/1159.89	WSVECS04 Frhs2[123]: 6 -137.9 0 shouldn't be
1152.52/1159.89	WSVECS04 Frhs2[173]: 6 0 234.15 shouldn't be
1152.52/1159.89	WSVECS04 Frhs2[253]: 6 0 17.6 shouldn't be
1152.52/1159.89	WSVECS04 Frhs2[479]: 6 0 90.2001 shouldn't be
1152.52/1159.89	WSVECS04 Frhs2[903]: 6 0 445.363 shouldn't be
1152.52/1159.89	WSVECS04 Frhs2[907]: 6 0 219.698 shouldn't be
1152.52/1159.89	WSVECS04 Frhs2[909]: 6 0 1018 shouldn't be
1152.52/1159.89	WSVECS04 Frhs2[1045]: 6 0 48.9001 shouldn't be
1152.52/1159.89	WSVECS04 Frhs2[1046]: 6 0 48.9001 shouldn't be
1152.52/1159.89	WSVECS04 Frhs2[1071]: 6 0 100.385 shouldn't be
1153.62/1160.98	WSVECS04 Frhs2[269]: 6 0 137.9 shouldn't be
1153.62/1160.98	WSVECS04 Frhs2[429]: 6 0 137.9 shouldn't be
1153.62/1160.98	WSVECS04 Frhs2[669]: 6 0 137.9 shouldn't be
1153.62/1160.98	WSVECS04 Frhs2[1009]: 6 0 710.537 shouldn't be
1153.62/1160.98	WSVECS04 Frhs2[1169]: 6 0 137.9 shouldn't be
1153.62/1160.98	WSVECS04 Frhs2[1609]: 6 0 741.628 shouldn't be
1153.62/1160.98	WSVECS04 Frhs2[1629]: 6 0 137.9 shouldn't be
1156.01/1163.30	WSVECS04 Frhs2[260]: 6 0 17.6 shouldn't be
1156.01/1163.30	WSVECS04 Frhs2[571]: 6 0 100.385 shouldn't be
1156.01/1163.30	WSVECS04 Frhs2[1002]: 6 0 203.274 shouldn't be
1156.01/1163.30	WSVECS04 Frhs2[1019]: 6 0 137.9 shouldn't be
1160.00/1167.37	WSVECS04 Frhs2[459]: 6 0 155.5 shouldn't be
1160.00/1167.37	WSVECS04 Frhs2[499]: 6 0 137.9 shouldn't be
1160.00/1167.37	WSVECS04 Frhs2[1174]: 6 0 105.31 shouldn't be
1163.58/1170.91	WSVECS04 Frhs2[599]: 6 0 137.9 shouldn't be
1163.58/1170.91	WSVECS04 Frhs2[809]: 6 0 572.637 shouldn't be
1166.27/1173.62	WSVECS04 Frhs2[352]: 6 0 17.6001 shouldn't be
1166.27/1173.62	WSVECS04 Frhs2[509]: 6 0 936.202 shouldn't be
1166.27/1173.62	WSVECS04 Frhs2[719]: 6 0 137.9 shouldn't be
1166.27/1173.62	WSVECS04 Frhs2[1360]: 6 0 17.6001 shouldn't be
1166.27/1173.62	WSVECS04 Frhs2[1476]: 6 0 59.5595 shouldn't be
1166.27/1173.62	WSVECS04 Frhs2[1559]: 6 0 155.5 shouldn't be
1166.27/1173.62	WSVECS04 Frhs2[1779]: 6 0 128.453 shouldn't be
1168.97/1176.32	WSVECS04 Frhs2[59]: 6 0 155.5 shouldn't be
1174.95/1182.39	WSVECS04 Frhs2[299]: 6 0 137.9 shouldn't be
1174.95/1182.39	WSVECS04 Frhs2[409]: 6 0 710.537 shouldn't be
1174.95/1182.39	WSVECS04 Frhs2[704]: 6 0 560.637 shouldn't be
1178.23/1185.63	WSVECS04 Frhs2[154]: 6 0 47.7001 shouldn't be
1178.23/1185.63	WSVECS04 Frhs2[1158]: 6 0 17.6 shouldn't be
1178.23/1185.63	WSVECS04 Frhs2[1519]: 6 0 137.9 shouldn't be
1181.92/1189.31	WSVECS04 Frhs2[503]: 6 0 225.665 shouldn't be
1181.92/1189.31	WSVECS04 Frhs2[629]: 6 0 137.9 shouldn't be
1184.81/1192.20	WSVECS04 Frhs2[10]: 6 0 579.272 shouldn't be
1184.81/1192.20	WSVECS04 Frhs2[1041]: 6 0 48.9001 shouldn't be
1184.81/1192.20	WSVECS04 Frhs2[1274]: 6 0 114.758 shouldn't be
1184.81/1192.20	WSVECS04 Frhs2[1619]: 6 0 137.9 shouldn't be
1184.81/1192.20	WSVECS04 Frhs2[1652]: 6 0 17.6 shouldn't be
1187.72/1195.19	WSVECS04 Frhs2[405]: 6 0 339.456 shouldn't be
1187.72/1195.19	WSVECS04 Frhs2[519]: 6 0 137.9 shouldn't be
1187.72/1195.19	WSVECS04 Frhs2[619]: 6 0 137.9 shouldn't be
1187.72/1195.19	WSVECS04 Frhs2[805]: 6 0 339.455 shouldn't be
1193.29/1200.77	WSVECS04 Frhs2[1073]: 6 0 234.15 shouldn't be
1196.48/1203.98	WSVECS04 Frhs2[605]: 6 0 339.455 shouldn't be
1196.48/1203.98	WSVECS04 Frhs2[1258]: 6 0 17.6001 shouldn't be
1198.77/1206.21	WSVECS04 Frhs2[1569]: 6 0 137.9 shouldn't be
1204.85/1212.37	WSVECS04 Frhs2[609]: 6 0 710.537 shouldn't be
1204.85/1212.37	WSVECS04 Frhs2[1309]: 6 0 572.637 shouldn't be
1208.44/1215.91	WSVECS04 Frhs2[804]: 6 0 560.637 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[103]: 6 -4003.73 0 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[112]: 6 -257.9 0 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[243]: 6 0 486.2 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[244]: 6 0 437.3 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[246]: 6 0 486.2 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[247]: 6 0 486.2 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[346]: 6 -3392.7 0 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[356]: 6 -135.7 0 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[401]: 6 -264.368 0 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[459]: 6 0 155.5 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[469]: 6 0 137.9 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[705]: 6 0 339.455 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[749]: 6 0 137.9 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[878]: 6 -308.384 0 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[901]: 6 0 445.363 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[907]: 6 0 219.698 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[1071]: 6 0 100.384 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[1101]: 6 0 765.665 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[1149]: 6 0 137.9 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[1156]: 6 -70.4 0 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[1252]: 6 0 17.6 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[1253]: 6 0 17.6 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[1259]: 6 0 17.6 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[1309]: 6 0 572.637 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[1359]: 6 0 17.6 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[1375]: 6 0 334.212 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[1556]: 6 -160.3 0 shouldn't be
1211.33/1218.84	WSVECS04 Frhs2[1759]: 6 0 155.5 shouldn't be
1214.82/1222.35	WSVECS04 Frhs2[296]: 6 -600 0 shouldn't be
1214.82/1222.35	WSVECS04 Frhs2[973]: 6 0 272.403 shouldn't be
1214.82/1222.35	WSVECS04 Frhs2[1152]: 6 0 17.6 shouldn't be
1214.82/1222.35	WSVECS04 Frhs2[1173]: 6 0 272.403 shouldn't be
1214.82/1222.35	WSVECS04 Frhs2[1201]: 6 -230.566 0 shouldn't be
1214.82/1222.35	WSVECS04 Frhs2[1301]: 6 -508 0 shouldn't be
1214.82/1222.35	WSVECS04 Frhs2[1351]: 6 -246.1 0 shouldn't be
1214.82/1222.35	WSVECS04 Frhs2[1452]: 6 0 129.6 shouldn't be
1214.82/1222.35	WSVECS04 Frhs2[1477]: 6 0 21.3069 shouldn't be
1214.82/1222.35	WSVECS04 Frhs2[1552]: 6 0 17.6 shouldn't be
1214.82/1222.35	WSVECS04 Frhs2[1773]: 6 0 272.403 shouldn't be
1214.82/1222.35	WSVECS04 Frhs2[1779]: 6 0 128.453 shouldn't be
1214.82/1222.35	WSVECS04 Frhs2[2300]: 6 -606 0 shouldn't be
1218.30/1225.83	WSVECS04 Frhs2[145]: 6 -85.2 0 shouldn't be
1218.30/1225.83	WSVECS04 Frhs2[579]: 6 0 90.2 shouldn't be
1218.30/1225.83	WSVECS04 Frhs2[679]: 6 0 128.453 shouldn't be
1218.30/1225.83	WSVECS04 Frhs2[804]: 6 0 560.637 shouldn't be
1218.30/1225.83	WSVECS04 Frhs2[1004]: 6 0 560.637 shouldn't be
1218.30/1225.83	WSVECS04 Frhs2[1045]: 6 0 48.9 shouldn't be
1221.70/1229.28	WSVECS04 Frhs2[71]: 6 0 100.384 shouldn't be
1221.70/1229.28	WSVECS04 Frhs2[151]: 6 0 47.7 shouldn't be
1221.70/1229.28	WSVECS04 Frhs2[154]: 6 0 47.7 shouldn't be
1221.70/1229.28	WSVECS04 Frhs2[519]: 6 0 137.9 shouldn't be
1221.70/1229.28	WSVECS04 Frhs2[559]: 6 0 137.9 shouldn't be
1221.70/1229.28	WSVECS04 Frhs2[649]: 6 0 137.9 shouldn't be
1221.70/1229.28	WSVECS04 Frhs2[801]: 6 -2525.01 0 shouldn't be
1221.70/1229.28	WSVECS04 Frhs2[875]: 6 0 371.626 shouldn't be
1221.70/1229.28	WSVECS04 Frhs2[1043]: 6 0 48.9 shouldn't be
1221.70/1229.28	WSVECS04 Frhs2[1069]: 6 0 137.9 shouldn't be
1225.19/1232.74	WSVECS04 Frhs2[123]: 6 -137.9 0 shouldn't be
1225.19/1232.74	WSVECS04 Frhs2[149]: 6 0 47.7 shouldn't be
1225.19/1232.74	WSVECS04 Frhs2[171]: 6 0 100.384 shouldn't be
1225.19/1232.74	WSVECS04 Frhs2[256]: 6 -226 0 shouldn't be
1225.19/1232.74	WSVECS04 Frhs2[545]: 6 -117.9 0 shouldn't be
1225.19/1232.74	WSVECS04 Frhs2[1029]: 6 0 137.9 shouldn't be
1225.19/1232.74	WSVECS04 Frhs2[1260]: 6 0 17.6 shouldn't be
1225.19/1232.74	WSVECS04 Frhs2[1673]: 6 0 196.735 shouldn't be
1225.19/1232.74	WSVECS04 Frhs2[2524]: 6 -605 0 shouldn't be
1229.17/1236.74	WSVECS04 Frhs2[204]: 6 0 386.182 shouldn't be
1229.17/1236.74	WSVECS04 Frhs2[419]: 6 0 137.9 shouldn't be
1229.17/1236.74	WSVECS04 Frhs2[458]: 6 0 17.6 shouldn't be
1229.17/1236.74	WSVECS04 Frhs2[549]: 6 0 137.9 shouldn't be
1229.17/1236.74	WSVECS04 Frhs2[704]: 6 0 560.637 shouldn't be
1229.17/1236.74	WSVECS04 Frhs2[710]: 6 0 169.728 shouldn't be
1229.17/1236.74	WSVECS04 Frhs2[775]: 6 0 409.879 shouldn't be
1229.17/1236.74	WSVECS04 Frhs2[1110]: 6 0 935.392 shouldn't be
1229.17/1236.74	WSVECS04 Frhs2[1210]: 6 0 169.728 shouldn't be
1229.17/1236.74	WSVECS04 Frhs2[1471]: 6 0 159.944 shouldn't be
1229.17/1236.74	WSVECS04 Frhs2[1649]: 6 0 137.9 shouldn't be
1229.17/1236.74	WSVECS04 Frhs2[1749]: 6 0 137.9 shouldn't be
1229.17/1236.74	WSVECS04 Frhs2[2567]: 6 -315 0 shouldn't be
1233.16/1240.71	WSVECS04 Frhs2[252]: 6 0 17.6 shouldn't be
1233.16/1240.71	WSVECS04 Frhs2[360]: 6 0 17.6 shouldn't be
1233.16/1240.71	WSVECS04 Frhs2[478]: 6 -925.082 0 shouldn't be
1233.16/1240.71	WSVECS04 Frhs2[2587]: 6 -646 0 shouldn't be
1237.04/1244.67	WSVECS04 Frhs2[109]: 6 0 30.8815 shouldn't be
1237.04/1244.67	WSVECS04 Frhs2[773]: 6 0 272.403 shouldn't be
1237.04/1244.67	WSVECS04 Frhs2[774]: 6 0 105.31 shouldn't be
1237.04/1244.67	WSVECS04 Frhs2[871]: 6 0 100.384 shouldn't be
1237.04/1244.67	WSVECS04 Frhs2[1171]: 6 0 138.637 shouldn't be
1237.04/1244.67	WSVECS04 Frhs2[1553]: 6 0 17.6 shouldn't be
1237.04/1244.67	WSVECS04 Frhs2[1573]: 6 0 272.403 shouldn't be
1237.04/1244.67	WSVECS04 Frhs2[2085]: 6 -567 0 shouldn't be
1237.04/1244.67	WSVECS04 Frhs2[2116]: 6 -521 0 shouldn't be
1237.04/1244.67	WSVECS04 Frhs2[2531]: 6 -80 0 shouldn't be
1241.13/1248.77	WSVECS04 Frhs2[173]: 6 0 234.15 shouldn't be
1241.13/1248.77	WSVECS04 Frhs2[373]: 6 0 244.334 shouldn't be
1241.13/1248.77	WSVECS04 Frhs2[445]: 6 0 367 shouldn't be
1241.13/1248.77	WSVECS04 Frhs2[903]: 6 0 445.363 shouldn't be
1241.13/1248.77	WSVECS04 Frhs2[910]: 6 0 615.091 shouldn't be
1241.13/1248.77	WSVECS04 Frhs2[971]: 6 0 138.637 shouldn't be
1241.13/1248.77	WSVECS04 Frhs2[1010]: 6 0 169.728 shouldn't be
1241.13/1248.77	WSVECS04 Frhs2[1271]: 6 0 148.084 shouldn't be
1241.13/1248.77	WSVECS04 Frhs2[1352]: 6 0 17.6 shouldn't be
1241.13/1248.77	WSVECS04 Frhs2[1460]: 6 0 129.6 shouldn't be
1241.13/1248.77	WSVECS04 Frhs2[2074]: 6 -605 0 shouldn't be
1241.13/1248.77	WSVECS04 Frhs2[2100]: 6 -380 0 shouldn't be
1241.13/1248.77	WSVECS04 Frhs2[2128]: 6 -622 0 shouldn't be
1241.13/1248.77	WSVECS04 Frhs2[2150]: 6 -260 0 shouldn't be
1241.13/1248.77	WSVECS04 Frhs2[2553]: 6 -622 0 shouldn't be
1241.13/1248.77	WSVECS04 Frhs2[2598]: 6 -557 0 shouldn't be
1241.13/1248.77	WSVECS04 Frhs2[2601]: 6 -328 0 shouldn't be
1243.82/1251.44	c #Conflicts:     543000 | #Constraints:      69534
1243.82/1251.44	c #Conflicts:     544000 | #Constraints:      70534
1243.82/1251.44	c #Conflicts:     545000 | #Constraints:      71534
1243.82/1251.44	c #Conflicts:     546000 | #Constraints:      72534
1243.82/1251.44	c INPROCESSING
1243.82/1251.44	c GARBAGE COLLECT
1243.82/1251.44	c rational objective 40264
1282.59/1290.34	c #Conflicts:     547000 | #Constraints:      58933
1282.59/1290.34	c #Conflicts:     548000 | #Constraints:      59933
1282.59/1290.34	c #Conflicts:     549000 | #Constraints:      60933
1282.59/1290.34	c #Conflicts:     550000 | #Constraints:      61933
1282.59/1290.34	c #Conflicts:     551000 | #Constraints:      62933
1282.59/1290.34	c #Conflicts:     552000 | #Constraints:      63933
1282.59/1290.34	c #Conflicts:     553000 | #Constraints:      64933
1282.59/1290.34	c #Conflicts:     554000 | #Constraints:      65933
1282.59/1290.34	c #Conflicts:     555000 | #Constraints:      66933
1282.59/1290.34	c #Conflicts:     556000 | #Constraints:      67933
1282.59/1290.34	c #Conflicts:     557000 | #Constraints:      68933
1282.59/1290.34	c #Conflicts:     558000 | #Constraints:      69933
1282.59/1290.34	c #Conflicts:     559000 | #Constraints:      70933
1282.59/1290.34	c #Conflicts:     560000 | #Constraints:      71933
1282.59/1290.34	c #Conflicts:     561000 | #Constraints:      72933
1282.59/1290.34	c INPROCESSING
1282.59/1290.34	c GARBAGE COLLECT
1282.59/1290.34	c rational objective 40264
1341.19/1349.32	c #Conflicts:     562000 | #Constraints:      59121
1341.19/1349.32	c #Conflicts:     563000 | #Constraints:      60121
1341.19/1349.32	c #Conflicts:     564000 | #Constraints:      61121
1341.19/1349.32	c #Conflicts:     565000 | #Constraints:      62121
1341.19/1349.32	c #Conflicts:     566000 | #Constraints:      63121
1341.19/1349.32	c #Conflicts:     567000 | #Constraints:      64121
1341.19/1349.32	c #Conflicts:     568000 | #Constraints:      65121
1341.19/1349.32	c #Conflicts:     569000 | #Constraints:      66121
1341.19/1349.32	c #Conflicts:     570000 | #Constraints:      67121
1341.19/1349.32	c #Conflicts:     571000 | #Constraints:      68121
1341.19/1349.32	c #Conflicts:     572000 | #Constraints:      69121
1341.19/1349.32	c #Conflicts:     573000 | #Constraints:      70121
1341.19/1349.32	c #Conflicts:     574000 | #Constraints:      71121
1341.19/1349.32	c #Conflicts:     575000 | #Constraints:      72121
1341.19/1349.32	c #Conflicts:     576000 | #Constraints:      73121
1341.19/1349.32	c INPROCESSING
1341.19/1349.32	c GARBAGE COLLECT
1341.19/1349.32	c rational objective 40264
1372.19/1380.41	c #Conflicts:     577000 | #Constraints:      59161
1372.19/1380.41	c #Conflicts:     578000 | #Constraints:      60161
1372.19/1380.41	c #Conflicts:     579000 | #Constraints:      61161
1372.19/1380.41	c #Conflicts:     580000 | #Constraints:      62161
1372.19/1380.41	c #Conflicts:     581000 | #Constraints:      63161
1372.19/1380.41	c #Conflicts:     582000 | #Constraints:      64161
1372.19/1380.41	c #Conflicts:     583000 | #Constraints:      65161
1372.19/1380.41	c #Conflicts:     584000 | #Constraints:      66161
1372.19/1380.41	c #Conflicts:     585000 | #Constraints:      67161
1372.19/1380.41	c #Conflicts:     586000 | #Constraints:      68161
1372.19/1380.41	c #Conflicts:     587000 | #Constraints:      69161
1372.19/1380.41	c #Conflicts:     588000 | #Constraints:      70161
1372.19/1380.41	c #Conflicts:     589000 | #Constraints:      71161
1372.19/1380.41	c #Conflicts:     590000 | #Constraints:      72161
1372.19/1380.41	c #Conflicts:     591000 | #Constraints:      73161
1372.19/1380.41	c INPROCESSING
1372.19/1380.41	c GARBAGE COLLECT
1372.19/1380.41	c #Conflicts:     592000 | #Constraints:      58935
1372.19/1380.41	c #Conflicts:     593000 | #Constraints:      59935
1372.19/1380.41	c #Conflicts:     594000 | #Constraints:      60935
1372.19/1380.41	c #Conflicts:     595000 | #Constraints:      61935
1372.19/1380.41	c #Conflicts:     596000 | #Constraints:      62935
1372.19/1380.41	c #Conflicts:     597000 | #Constraints:      63935
1372.19/1380.41	c #Conflicts:     598000 | #Constraints:      64935
1372.19/1380.41	c #Conflicts:     599000 | #Constraints:      65935
1372.19/1380.41	c #Conflicts:     600000 | #Constraints:      66935
1372.19/1380.41	c #Conflicts:     601000 | #Constraints:      67935
1372.19/1380.41	c #Conflicts:     602000 | #Constraints:      68935
1372.19/1380.41	c #Conflicts:     603000 | #Constraints:      69935
1372.19/1380.41	c #Conflicts:     604000 | #Constraints:      70935
1372.19/1380.41	c #Conflicts:     605000 | #Constraints:      71935
1372.19/1380.41	c #Conflicts:     606000 | #Constraints:      72935
1372.19/1380.41	c #Conflicts:     607000 | #Constraints:      73935
1372.19/1380.41	c INPROCESSING
1372.19/1380.41	c GARBAGE COLLECT
1372.19/1380.41	c rational objective 40264
1379.67/1387.95	c #Conflicts:     608000 | #Constraints:      59549
1379.67/1387.95	c #Conflicts:     609000 | #Constraints:      60549
1379.67/1387.95	c #Conflicts:     610000 | #Constraints:      61549
1379.67/1387.95	c #Conflicts:     611000 | #Constraints:      62549
1379.67/1387.95	c #Conflicts:     612000 | #Constraints:      63549
1379.67/1387.95	c #Conflicts:     613000 | #Constraints:      64549
1379.67/1387.95	c #Conflicts:     614000 | #Constraints:      65549
1379.67/1387.95	c #Conflicts:     615000 | #Constraints:      66549
1379.67/1387.95	c #Conflicts:     616000 | #Constraints:      67549
1379.67/1387.95	c #Conflicts:     617000 | #Constraints:      68549
1379.67/1387.95	c #Conflicts:     618000 | #Constraints:      69549
1379.67/1387.95	c #Conflicts:     619000 | #Constraints:      70549
1379.67/1387.95	c #Conflicts:     620000 | #Constraints:      71549
1379.67/1387.95	c #Conflicts:     621000 | #Constraints:      72549
1379.67/1387.95	c #Conflicts:     622000 | #Constraints:      73549
1379.67/1387.95	c #Conflicts:     623000 | #Constraints:      74549
1379.67/1387.95	c INPROCESSING
1379.67/1387.95	c GARBAGE COLLECT
1379.67/1387.95	c rational objective 40264
1442.67/1451.17	c #Conflicts:     624000 | #Constraints:      59908
1442.67/1451.17	c #Conflicts:     625000 | #Constraints:      60908
1442.67/1451.17	c #Conflicts:     626000 | #Constraints:      61908
1442.67/1451.17	c #Conflicts:     627000 | #Constraints:      62908
1442.67/1451.17	c #Conflicts:     628000 | #Constraints:      63908
1442.67/1451.17	c #Conflicts:     629000 | #Constraints:      64908
1442.67/1451.17	c #Conflicts:     630000 | #Constraints:      65908
1442.67/1451.17	c #Conflicts:     631000 | #Constraints:      66908
1442.67/1451.17	c #Conflicts:     632000 | #Constraints:      67908
1442.67/1451.17	c #Conflicts:     633000 | #Constraints:      68908
1442.67/1451.17	c #Conflicts:     634000 | #Constraints:      69908
1442.67/1451.17	c #Conflicts:     635000 | #Constraints:      70908
1442.67/1451.17	c #Conflicts:     636000 | #Constraints:      71908
1442.67/1451.17	c #Conflicts:     637000 | #Constraints:      72908
1442.67/1451.17	c #Conflicts:     638000 | #Constraints:      73908
1442.67/1451.17	c #Conflicts:     639000 | #Constraints:      74908
1442.67/1451.17	c INPROCESSING
1442.67/1451.17	c GARBAGE COLLECT
1442.67/1451.17	c rational objective 40264
1444.74/1453.23	c #Conflicts:     640000 | #Constraints:      60099
1444.74/1453.23	c #Conflicts:     641000 | #Constraints:      61099
1444.74/1453.23	c #Conflicts:     642000 | #Constraints:      62099
1444.74/1453.23	c #Conflicts:     643000 | #Constraints:      63099
1444.74/1453.23	c #Conflicts:     644000 | #Constraints:      64099
1444.74/1453.23	c #Conflicts:     645000 | #Constraints:      65099
1444.74/1453.23	WSVECS04 Frhs2[63]: 6 0 683.719 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[119]: 6 0 1286.21 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[169]: 6 0 1135.76 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[256]: 6 -41.3518 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[267]: 6 -911.341 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[276]: 6 0 283.857 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[278]: 6 -676.127 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[356]: 6 -195.309 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[402]: 6 0 114.614 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[411]: 6 0 294.7 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[412]: 6 -2134.67 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[416]: 6 0 84.7747 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[471]: 6 0 462.92 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[501]: 6 -396 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[508]: 6 0 504.761 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[551]: 6 0 120.806 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[567]: 6 -1349.89 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[656]: 6 -502.257 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[664]: 6 0 1492.73 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[666]: 6 0 484.881 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[670]: 6 0 2381.44 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[671]: 6 0 462.92 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[678]: 6 -264.877 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[756]: 6 -46.4404 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[757]: 6 0 112.492 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[761]: 6 0 55.5 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[764]: 6 0 1054.35 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[766]: 6 0 46.5 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[767]: 6 -1058.75 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[771]: 6 0 462.92 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[913]: 6 0 187.496 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[915]: 6 0 9210.96 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1020]: 6 0 1641.59 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1067]: 6 -526.707 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1070]: 6 0 1943.05 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1108]: 6 0 79.0081 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1153]: 6 0 210.275 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1169]: 6 0 1475.33 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1170]: 6 0 2260.55 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1175]: 6 0 1234.17 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1178]: 6 -1038.8 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1275]: 6 0 8820.12 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1305]: 6 0 980.087 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1318]: 6 0 80.408 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1319]: 6 0 1044.2 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1334]: 6 -290.571 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1355]: 6 0 9379.61 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1371]: 6 0 462.92 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1376]: 6 0 283.857 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1378]: 6 -518.032 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1403]: 6 0 302.074 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1471]: 6 0 462.92 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1476]: 6 0 283.858 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1558]: 6 0 107.02 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1611]: 6 0 4.12925 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1618]: 6 0 4.12918 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1619]: 6 0 1080.41 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1639]: 6 0 290.571 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1655]: 6 0 9379.61 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1659]: 6 0 112.492 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1667]: 6 -505.996 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1671]: 6 0 462.92 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1751]: 6 0 290.571 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[1771]: 6 0 462.92 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[2003]: 6 -257 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[2028]: 6 -257 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[2093]: 6 0 40.3983 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[2100]: 6 -380 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[2106]: 6 -732 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[2130]: 6 0 44.3984 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[2137]: 6 -646 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[2149]: 6 -311 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[2205]: 6 -1270 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[2237]: 6 -1060 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[2441]: 6 0 99.5482 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[2450]: 6 0 176.239 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[2454]: 6 -501 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[2491]: 6 -250 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[2497]: 6 -646 0 shouldn't be
1444.74/1453.23	WSVECS04 Frhs2[2519]: 6 -86 0 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[13]: 6 0 397.421 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[113]: 6 0 397.421 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[213]: 6 0 448.655 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[262]: 6 0 85.4958 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[414]: 6 0 290.571 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[452]: 6 0 62.7455 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[504]: 6 0 716.324 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[561]: 6 0 55.5 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[704]: 6 0 865.197 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[813]: 6 0 187.496 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1118]: 6 0 294.7 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1211]: 6 0 294.7 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1213]: 6 0 482.195 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1372]: 6 0 504.761 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1404]: 6 0 138.291 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1411]: 6 0 294.7 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1434]: 6 -290.571 0 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1472]: 6 0 504.761 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1518]: 6 0 294.7 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1604]: 6 0 716.324 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1606]: 6 0 425.753 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1607]: 6 0 504.761 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1608]: 6 0 504.761 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1637]: 6 0 290.571 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1638]: 6 0 290.571 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1662]: 6 0 85.4958 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1702]: 6 0 315.876 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1704]: 6 0 716.324 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1706]: 6 0 425.753 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1707]: 6 0 504.761 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1708]: 6 0 504.761 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1713]: 6 0 482.195 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[1714]: 6 0 290.571 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[2001]: 6 -380 0 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[2010]: 6 -380 0 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[2017]: 6 -605 0 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[2171]: 6 -80 0 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[2191]: 6 -1380 0 shouldn't be
1446.24/1454.78	WSVECS04 Frhs2[2230]: 6 -250 0 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[217]: 6 0 73.3094 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[218]: 6 0 261.159 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[358]: 6 0 282.257 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[404]: 6 0 515.063 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[405]: 6 0 1495.15 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[408]: 6 0 303.5 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[410]: 6 0 840.772 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[506]: 6 0 425.753 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[563]: 6 0 951.345 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[566]: 6 0 46.5001 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[573]: 6 0 137.691 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[574]: 6 0 137.691 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[614]: 6 0 623.774 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[616]: 6 0 417.978 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[657]: 6 0 112.492 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[668]: 6 0 600.381 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[703]: 6 0 1028.98 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[705]: 6 0 1845.28 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[708]: 6 0 653.635 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[709]: 6 0 977.689 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[763]: 6 0 951.345 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[853]: 6 0 500.845 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[863]: 6 0 904.845 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[963]: 6 0 912.065 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[1007]: 6 0 504.761 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[1063]: 6 0 951.345 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[1172]: 6 0 504.761 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[1203]: 6 0 375.345 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[1204]: 6 0 211.563 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[1209]: 6 0 324.054 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[1219]: 6 0 1370.99 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[1669]: 6 0 1157.84 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[1709]: 6 0 828.816 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[1719]: 6 0 1370.99 shouldn't be
1448.13/1456.70	WSVECS04 Frhs2[1720]: 6 0 1936.29 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[3]: 6 0 530.48 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[219]: 6 0 1337.44 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[266]: 6 0 46.5 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[268]: 6 0 162 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[374]: 6 0 260 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[377]: 6 0 260 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[413]: 6 0 87.3501 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[458]: 6 0 169.765 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[472]: 6 0 504.761 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[507]: 6 0 504.761 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[564]: 6 0 1054.35 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[568]: 6 0 162 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[577]: 6 0 137.691 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[580]: 6 0 137.691 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[672]: 6 0 504.761 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[707]: 6 0 653.635 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[734]: 6 -110.602 0 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[753]: 6 0 613.337 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[754]: 6 0 613.337 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[758]: 6 0 282.257 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[759]: 6 0 725.829 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[1061]: 6 0 55.5001 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[1109]: 6 0 403.062 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[1163]: 6 0 1268.84 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[1168]: 6 0 479.492 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[1212]: 6 -1813.49 0 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[1217]: 6 0 106.85 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[1272]: 6 0 504.761 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[1412]: 6 -873.453 0 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[1563]: 6 0 951.345 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[1602]: 6 0 315.876 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[1664]: 6 0 1054.35 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[1668]: 6 0 162 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[1672]: 6 0 504.761 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[1764]: 6 0 1054.35 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[1768]: 6 0 162 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[1772]: 6 0 504.761 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[1991]: 6 -80 0 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[2006]: 6 -808 0 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[2037]: 6 -501 0 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[2160]: 6 -328 0 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[2164]: 6 -605 0 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[2247]: 6 -451 0 shouldn't be
1449.83/1458.34	WSVECS04 Frhs2[2485]: 6 0 92.2388 shouldn't be
1452.12/1460.64	WSVECS04 Frhs2[263]: 6 0 951.345 shouldn't be
1452.12/1460.64	WSVECS04 Frhs2[375]: 6 0 10271.8 shouldn't be
1452.12/1460.64	WSVECS04 Frhs2[460]: 6 0 760.866 shouldn't be
1452.12/1460.64	WSVECS04 Frhs2[510]: 6 0 1042.03 shouldn't be
1452.12/1460.64	WSVECS04 Frhs2[654]: 6 0 613.337 shouldn't be
1452.12/1460.64	WSVECS04 Frhs2[768]: 6 0 162 shouldn't be
1452.12/1460.64	WSVECS04 Frhs2[769]: 6 0 1157.84 shouldn't be
1452.12/1460.64	WSVECS04 Frhs2[1013]: 6 0 187.496 shouldn't be
1452.12/1460.64	WSVECS04 Frhs2[1068]: 6 0 162 shouldn't be
1452.12/1460.64	WSVECS04 Frhs2[1176]: 6 0 283.858 shouldn't be
1452.12/1460.64	WSVECS04 Frhs2[1553]: 6 0 438.1 shouldn't be
1452.12/1460.64	WSVECS04 Frhs2[1705]: 6 0 1696.41 shouldn't be
1452.12/1460.64	WSVECS04 Frhs2[1710]: 6 0 1042.03 shouldn't be
1452.12/1460.64	WSVECS04 Frhs2[1754]: 6 0 500.845 shouldn't be
1452.12/1460.64	WSVECS04 Frhs2[1759]: 6 0 613.337 shouldn't be
1452.12/1460.64	WSVECS04 Frhs2[1770]: 6 0 1943.05 shouldn't be
1452.12/1460.64	WSVECS04 Frhs2[2046]: 6 -664 0 shouldn't be
1452.12/1460.64	WSVECS04 Frhs2[2090]: 6 0 257 shouldn't be
1452.12/1460.64	WSVECS04 Frhs2[2215]: 6 -370 0 shouldn't be
1452.12/1460.64	WSVECS04 Frhs2[2502]: 6 -86.0001 0 shouldn't be
1479.07/1487.85	c #Conflicts:     646000 | #Constraints:      66099
1479.07/1487.85	c #Conflicts:     647000 | #Constraints:      67099
1479.07/1487.85	c #Conflicts:     648000 | #Constraints:      68099
1479.07/1487.85	c #Conflicts:     649000 | #Constraints:      69099
1479.07/1487.85	c #Conflicts:     650000 | #Constraints:      70099
1479.07/1487.85	c #Conflicts:     651000 | #Constraints:      71099
1479.07/1487.85	c #Conflicts:     652000 | #Constraints:      72099
1479.07/1487.85	c #Conflicts:     653000 | #Constraints:      73099
1479.07/1487.85	c #Conflicts:     654000 | #Constraints:      74099
1479.07/1487.85	c #Conflicts:     655000 | #Constraints:      75099
1479.07/1487.85	c INPROCESSING
1479.07/1487.85	c GARBAGE COLLECT
1479.07/1487.85	c #Conflicts:     656000 | #Constraints:      60124
1479.07/1487.85	c #Conflicts:     657000 | #Constraints:      61124
1479.07/1487.85	c #Conflicts:     658000 | #Constraints:      62124
1479.07/1487.85	c #Conflicts:     659000 | #Constraints:      63124
1479.07/1487.85	c #Conflicts:     660000 | #Constraints:      64124
1479.07/1487.85	c #Conflicts:     661000 | #Constraints:      65124
1479.07/1487.85	c #Conflicts:     662000 | #Constraints:      66124
1479.07/1487.85	c #Conflicts:     663000 | #Constraints:      67124
1479.07/1487.85	c #Conflicts:     664000 | #Constraints:      68124
1479.07/1487.85	c #Conflicts:     665000 | #Constraints:      69124
1479.07/1487.85	c #Conflicts:     666000 | #Constraints:      70125
1479.07/1487.85	c #Conflicts:     667000 | #Constraints:      71125
1479.07/1487.85	c #Conflicts:     668000 | #Constraints:      72125
1479.07/1487.85	c #Conflicts:     669000 | #Constraints:      73125
1479.07/1487.85	c #Conflicts:     670000 | #Constraints:      74125
1479.07/1487.85	c #Conflicts:     671000 | #Constraints:      75125
1479.07/1487.85	c INPROCESSING
1479.07/1487.85	c GARBAGE COLLECT
1479.07/1487.85	c rational objective 40264
1510.79/1520.34	c #Conflicts:     672000 | #Constraints:      59985
1510.79/1520.34	c #Conflicts:     673000 | #Constraints:      60985
1510.79/1520.34	c #Conflicts:     674000 | #Constraints:      61985
1510.79/1520.34	c #Conflicts:     675000 | #Constraints:      62985
1510.79/1520.34	c #Conflicts:     676000 | #Constraints:      63985
1510.79/1520.34	c #Conflicts:     677000 | #Constraints:      64985
1510.79/1520.34	c #Conflicts:     678000 | #Constraints:      65985
1510.79/1520.34	c #Conflicts:     679000 | #Constraints:      66985
1510.79/1520.34	c #Conflicts:     680000 | #Constraints:      67985
1510.79/1520.34	c #Conflicts:     681000 | #Constraints:      68985
1510.79/1520.34	c #Conflicts:     682000 | #Constraints:      69985
1510.79/1520.34	c #Conflicts:     683000 | #Constraints:      70985
1510.79/1520.34	c #Conflicts:     684000 | #Constraints:      71985
1510.79/1520.34	c #Conflicts:     685000 | #Constraints:      72985
1510.79/1520.34	c #Conflicts:     686000 | #Constraints:      73985
1510.79/1520.34	c #Conflicts:     687000 | #Constraints:      74985
1510.79/1520.34	c #Conflicts:     688000 | #Constraints:      75985
1510.79/1520.34	c INPROCESSING
1510.79/1520.34	c GARBAGE COLLECT
1510.79/1520.34	c rational objective 40264
1515.34/1525.43	c #Conflicts:     689000 | #Constraints:      60533
1515.34/1525.43	c #Conflicts:     690000 | #Constraints:      61533
1515.34/1525.43	c #Conflicts:     691000 | #Constraints:      62533
1515.34/1525.43	c #Conflicts:     692000 | #Constraints:      63533
1515.34/1525.43	c #Conflicts:     693000 | #Constraints:      64533
1515.34/1525.43	c #Conflicts:     694000 | #Constraints:      65533
1515.34/1525.43	c #Conflicts:     695000 | #Constraints:      66533
1515.34/1525.43	c #Conflicts:     696000 | #Constraints:      67533
1515.34/1525.43	c #Conflicts:     697000 | #Constraints:      68533
1515.34/1525.43	c #Conflicts:     698000 | #Constraints:      69533
1515.34/1525.43	c #Conflicts:     699000 | #Constraints:      70533
1515.34/1525.43	WSVECS04 Frhs2[2]: 6 0 176.233 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[6]: 6 0 40.2328 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[9]: 6 0 4.34906 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[82]: 6 0 87.0795 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[83]: 6 0 173.333 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[185]: 6 0 21.0403 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[189]: 6 -134.844 0 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[329]: 6 0 45.1376 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[382]: 6 0 6.00002 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[389]: 6 -221.098 0 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[402]: 6 0 176.233 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[409]: 6 0 4.34908 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[456]: 6 -15.5236 0 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[462]: 6 0 11.5437 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[466]: 6 0 11.5437 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[482]: 6 0 92.254 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[485]: 6 0 462.849 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[867]: 6 -192.823 0 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[1014]: 6 0 100.457 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[1017]: 6 0 72.4521 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[1064]: 6 0 38.8582 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[1067]: 6 -26.3767 0 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[1167]: 6 0 5.17459 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[1512]: 6 -485.116 0 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[1522]: 6 0 140.587 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[1556]: 6 -166.651 0 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[1560]: 6 0 75.0001 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[1582]: 6 0 87.0794 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[1586]: 6 0 81.0795 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[1623]: 6 -491.587 0 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[1624]: 6 0 19.5689 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[1685]: 6 0 295.595 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[1714]: 6 0 73.1427 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[1724]: 6 0 72.4521 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[1764]: 6 0 38.8582 shouldn't be
1515.34/1525.43	WSVECS04 Frhs2[1774]: 6 0 27.3146 shouldn't be
1516.14/1526.24	WSVECS04 Frhs2[858]: 6 0 5.17458 shouldn't be
1516.14/1526.24	WSVECS04 Frhs2[958]: 6 0 5.17453 shouldn't be
1516.14/1526.24	WSVECS04 Frhs2[1517]: 6 0 44.4471 shouldn't be
1516.14/1526.24	WSVECS04 Frhs2[1519]: 6 0 44.447 shouldn't be
1516.14/1526.24	WSVECS04 Frhs2[1589]: 6 0 162.079 shouldn't be
1516.14/1526.24	WSVECS04 Frhs2[2082]: 6 -337 0 shouldn't be
1516.14/1526.24	WSVECS04 Frhs2[2119]: 6 -408 0 shouldn't be
1517.13/1527.26	WSVECS04 Frhs2[129]: 6 0 345.477 shouldn't be
1517.13/1527.26	WSVECS04 Frhs2[502]: 6 0 171.884 shouldn't be
1517.13/1527.26	WSVECS04 Frhs2[1683]: 6 0 11.254 shouldn't be
1526.91/1537.11	c #Conflicts:     700000 | #Constraints:      71533
1526.91/1537.11	c #Conflicts:     701000 | #Constraints:      72533
1526.91/1537.11	c #Conflicts:     702000 | #Constraints:      73533
1526.91/1537.11	c #Conflicts:     703000 | #Constraints:      74533
1526.91/1537.11	c #Conflicts:     704000 | #Constraints:      75533
1526.91/1537.11	c #Conflicts:     705000 | #Constraints:      76533
1526.91/1537.11	c INPROCESSING
1526.91/1537.11	c GARBAGE COLLECT
1526.91/1537.11	c rational objective 40264
1529.50/1539.68	c #Conflicts:     706000 | #Constraints:      60948
1529.50/1539.68	c #Conflicts:     707000 | #Constraints:      61948
1529.50/1539.68	c #Conflicts:     708000 | #Constraints:      62948
1529.50/1539.68	c #Conflicts:     709000 | #Constraints:      63948
1529.50/1539.68	c #Conflicts:     710000 | #Constraints:      64948
1529.50/1539.68	c #Conflicts:     711000 | #Constraints:      65949
1529.50/1539.68	WSVECS04 Frhs2[32]: 6 0 151.556 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[320]: 6 0 701.111 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[420]: 6 0 604.667 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[726]: 6 0 129.556 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[727]: 6 0 132.778 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[960]: 6 0 604.667 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[970]: 6 0 423.667 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1009]: 6 0 1001 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1010]: 6 0 1001 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1039]: 6 0 644 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1060]: 6 0 604.667 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1208]: 6 0 1111 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1228]: 6 -966.333 0 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1232]: 6 0 151.556 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1278]: 6 -256.779 0 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1322]: 6 0 959.778 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1324]: 6 0 959.778 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1332]: 6 0 151.556 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1374]: 6 0 390.521 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1423]: 6 -1875.89 0 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1432]: 6 0 151.556 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1467]: 6 -788 0 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1502]: 6 0 1439.56 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1512]: 6 -550 0 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1522]: 6 0 129.556 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1527]: 6 0 132.778 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1556]: 6 -106 0 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1562]: 6 0 256 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1566]: 6 0 98.7223 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1753]: 6 0 167 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1763]: 6 0 167 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1844]: 6 -1060 0 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1882]: 6 -670 0 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[1988]: 6 0 77.889 shouldn't be
1529.50/1539.68	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
1530.49/1540.63	WSVECS04 Frhs2[1253]: 6 0 167 shouldn't be
1530.49/1540.63	WSVECS04 Frhs2[1463]: 6 0 167 shouldn't be
1530.49/1540.63	WSVECS04 Frhs2[1569]: 6 0 256 shouldn't be
1530.49/1540.63	WSVECS04 Frhs2[1634]: 6 -800 0 shouldn't be
1534.99/1545.16	c #Conflicts:     712000 | #Constraints:      66949
1534.99/1545.16	c #Conflicts:     713000 | #Constraints:      67949
1534.99/1545.16	c #Conflicts:     714000 | #Constraints:      68949
1534.99/1545.16	c #Conflicts:     715000 | #Constraints:      69949
1534.99/1545.16	c #Conflicts:     716000 | #Constraints:      70949
1534.99/1545.16	c #Conflicts:     717000 | #Constraints:      71949
1534.99/1545.16	c #Conflicts:     718000 | #Constraints:      72949
1534.99/1545.16	c #Conflicts:     719000 | #Constraints:      73949
1534.99/1545.16	WSVECS04 Frhs2[1]: 6 -1441 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[11]: 6 0 90.3946 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[15]: 6 0 90.3946 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[18]: 6 0 960.077 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[20]: 6 0 661.496 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[28]: 6 0 1632.48 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[29]: 6 0 596.677 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[30]: 6 0 1127.48 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[31]: 6 0 52.0001 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[35]: 6 0 52 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[37]: 6 0 3.00004 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[38]: 6 0 677.802 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[39]: 6 0 110.195 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[40]: 6 0 52.0001 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[53]: 6 0 5.88028 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[62]: 6 0 400.434 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[67]: 6 -91.9656 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[69]: 6 0 166.7 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[90]: 6 0 721.125 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[105]: 6 0 1316.27 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[129]: 6 0 596.677 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[130]: 6 0 1127.48 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[134]: 6 -288 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[139]: 6 0 58.1949 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[153]: 6 0 5.8803 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[158]: 6 0 65.2749 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[208]: 6 0 54.902 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[229]: 6 0 596.677 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[231]: 6 0 96.0001 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[239]: 6 0 154.195 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[240]: 6 0 96 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[253]: 6 0 5.88027 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[256]: 6 -27 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[263]: 6 0 629.578 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[266]: 6 0 107.4 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[270]: 6 0 740.825 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[280]: 6 0 571.102 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[301]: 6 -454.866 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[308]: 6 0 54.902 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[358]: 6 0 609.443 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[360]: 6 0 229.646 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[371]: 6 -380 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[380]: 6 0 79.6235 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[406]: 6 0 157.241 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[407]: 6 0 302.756 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[408]: 6 0 1026.92 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[423]: 6 -1349.62 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[453]: 6 0 5.88032 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[456]: 6 -181 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[458]: 6 0 609.443 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[476]: 6 0 34.8614 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[477]: 6 0 23.101 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[512]: 6 -1239.61 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[523]: 6 0 731.624 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[528]: 6 0 2364.11 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[562]: 6 0 206.734 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[563]: 6 0 435.879 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[573]: 6 0 827.599 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[578]: 6 0 827.599 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[615]: 6 -516.651 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[618]: 6 0 201.179 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[619]: 6 0 53.42 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[621]: 6 -1948 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[628]: 6 0 1632.48 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[629]: 6 0 596.677 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[639]: 6 0 58.1949 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[653]: 6 0 5.88028 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[656]: 6 -389 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[658]: 6 0 609.443 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[678]: 6 -827.88 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[711]: 6 0 473.682 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[721]: 6 0 895.323 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[722]: 6 0 800.076 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[723]: 6 0 895.323 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[729]: 6 0 1492 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[730]: 6 0 2022.8 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[734]: 6 -153 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[739]: 6 0 58.1949 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[753]: 6 0 5.88025 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[759]: 6 0 43.8499 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[760]: 6 0 721.125 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[762]: 6 0 233.734 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[770]: 6 0 574.125 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[790]: 6 0 721.125 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[812]: 6 -1627.73 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[819]: 6 0 15.4504 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[823]: 6 -602 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[828]: 6 0 1632.48 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[829]: 6 0 558.707 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[830]: 6 0 1127.48 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[838]: 6 0 661.802 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[839]: 6 0 20.2252 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[858]: 6 0 603.563 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[860]: 6 0 715.244 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[871]: 6 0 1220.02 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[874]: 6 0 767.71 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[918]: 6 0 869.683 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[928]: 6 0 1632.48 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[933]: 6 0 762.802 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[938]: 6 0 814.802 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[958]: 6 0 565.593 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[964]: 6 0 130.15 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[973]: 6 -2310.13 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1001]: 6 0 1316.15 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1008]: 6 0 542.338 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1012]: 6 -1702.22 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1023]: 6 -1261 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1028]: 6 0 1632.48 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1030]: 6 0 406.354 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1058]: 6 0 609.443 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1063]: 6 0 566.029 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1064]: 6 0 130.15 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1101]: 6 -986.843 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1111]: 6 0 633.748 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1112]: 6 0 633.748 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1113]: 6 0 633.748 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1123]: 6 0 2.32325 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1128]: 6 0 1634.81 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1134]: 6 -432.345 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1139]: 6 0 58.1949 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1161]: 6 -640.345 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1174]: 6 0 14.9812 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1176]: 6 0 20.8614 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1177]: 6 0 9.10094 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1178]: 6 -452.309 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1180]: 6 0 103.3 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1201]: 6 0 814.781 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1210]: 6 0 219.759 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1230]: 6 0 364.676 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1251]: 6 0 175.12 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1265]: 6 -1252.04 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1323]: 6 0 158.624 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1328]: 6 0 927.306 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1330]: 6 0 1286.1 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1353]: 6 0 5.8803 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1363]: 6 0 313.205 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1370]: 6 0 424.451 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1372]: 6 0 452.309 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1401]: 6 -780.051 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1411]: 6 0 5.88029 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1420]: 6 0 576.982 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1472]: 6 0 458.189 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1501]: 6 0 1259.67 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1504]: 6 0 1259.67 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1511]: 6 0 5.8803 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1514]: 6 0 5.88032 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1521]: 6 0 158.623 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1533]: 6 0 762.802 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1538]: 6 0 814.802 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1553]: 6 0 5.88027 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1563]: 6 0 522.179 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1578]: 6 -11.7605 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1603]: 6 -1780.5 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1608]: 6 0 54.902 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1623]: 6 -759.377 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1628]: 6 0 1632.48 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1629]: 6 0 549.137 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1630]: 6 0 556.377 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1658]: 6 0 609.443 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1663]: 6 0 629.578 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1666]: 6 0 107.4 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1667]: 6 -1072 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1669]: 6 0 119.16 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1670]: 6 0 169.723 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1703]: 6 0 1012.91 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1708]: 6 0 1067.81 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1709]: 6 0 1012.91 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1719]: 6 0 53.4201 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1728]: 6 0 1632.48 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1730]: 6 0 1127.48 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1731]: 6 0 52.0001 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1758]: 6 0 609.443 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1759]: 6 0 43.85 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1760]: 6 0 721.125 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1872]: 6 0 441 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[1881]: 6 0 139 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[2101]: 6 -743 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[2434]: 6 0 481.71 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[2436]: 6 0 87 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[2442]: 6 0 207.71 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[2467]: 6 -605 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[2492]: 6 0 26.29 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[2628]: 6 -741 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[2633]: 6 -257 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[2664]: 6 -451 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[2667]: 6 -501 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[2677]: 6 -646 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[2683]: 6 -467 0 shouldn't be
1534.99/1545.16	WSVECS04 Frhs2[2699]: 6 -86 0 shouldn't be
1536.89/1547.10	WSVECS04 Frhs2[58]: 6 0 609.443 shouldn't be
1536.89/1547.10	WSVECS04 Frhs2[190]: 6 0 721.125 shouldn't be
1536.89/1547.10	WSVECS04 Frhs2[228]: 6 0 1632.48 shouldn't be
1536.89/1547.10	WSVECS04 Frhs2[258]: 6 0 609.443 shouldn't be
1536.89/1547.10	WSVECS04 Frhs2[572]: 6 0 827.599 shouldn't be
1536.89/1547.10	WSVECS04 Frhs2[713]: 6 0 473.682 shouldn't be
1536.89/1547.10	WSVECS04 Frhs2[878]: 6 0 556.019 shouldn't be
1536.89/1547.10	WSVECS04 Frhs2[1004]: 6 0 1316.15 shouldn't be
1536.89/1547.10	WSVECS04 Frhs2[1007]: 6 0 646.88 shouldn't be
1536.89/1547.10	WSVECS04 Frhs2[1203]: 6 0 814.781 shouldn't be
1536.89/1547.10	WSVECS04 Frhs2[1373]: 6 0 452.309 shouldn't be
1536.89/1547.10	WSVECS04 Frhs2[1380]: 6 0 1023.41 shouldn't be
1536.89/1547.10	WSVECS04 Frhs2[1471]: 6 0 458.189 shouldn't be
1536.89/1547.10	WSVECS04 Frhs2[1558]: 6 0 609.443 shouldn't be
1536.89/1547.10	WSVECS04 Frhs2[1564]: 6 0 86.3003 shouldn't be
1536.89/1547.10	WSVECS04 Frhs2[1780]: 6 0 571.102 shouldn't be
1536.89/1547.10	WSVECS04 Frhs2[2291]: 6 -757 0 shouldn't be
1547.44/1557.65	c #Conflicts:     720000 | #Constraints:      74949
1547.44/1557.65	c #Conflicts:     721000 | #Constraints:      75949
1547.44/1557.65	c #Conflicts:     722000 | #Constraints:      76949
1547.44/1557.65	c INPROCESSING
1547.44/1557.65	c GARBAGE COLLECT
1547.44/1557.65	c rational objective 40264
1555.42/1565.61	c #Conflicts:     723000 | #Constraints:      61145
1555.42/1565.61	c #Conflicts:     724000 | #Constraints:      62145
1555.42/1565.61	c #Conflicts:     725000 | #Constraints:      63145
1555.42/1565.61	c #Conflicts:     726000 | #Constraints:      64145
1555.42/1565.61	c #Conflicts:     727000 | #Constraints:      65145
1555.42/1565.61	c #Conflicts:     728000 | #Constraints:      66145
1555.42/1565.61	c #Conflicts:     729000 | #Constraints:      67145
1555.42/1565.61	c #Conflicts:     730000 | #Constraints:      68145
1555.42/1565.61	c #Conflicts:     731000 | #Constraints:      69145
1555.42/1565.61	c #Conflicts:     732000 | #Constraints:      70145
1555.42/1565.61	c #Conflicts:     733000 | #Constraints:      71145
1555.42/1565.61	c #Conflicts:     734000 | #Constraints:      72145
1555.42/1565.61	c #Conflicts:     735000 | #Constraints:      73145
1555.42/1565.61	c #Conflicts:     736000 | #Constraints:      74145
1555.42/1565.61	c #Conflicts:     737000 | #Constraints:      75145
1555.42/1565.61	WSVECS04 Frhs2[1245]: 6 -5.00002 0 shouldn't be
1555.42/1565.61	WSVECS04 Frhs2[1345]: 6 0 367 shouldn't be
1555.42/1565.61	WSVECS04 Frhs2[1346]: 6 0 367 shouldn't be
1555.42/1565.61	WSVECS04 Frhs2[1347]: 6 0 367 shouldn't be
1555.42/1565.61	WSVECS04 Frhs2[1456]: 6 -208 0 shouldn't be
1794.73/1805.67	c #Conflicts:     738000 | #Constraints:      76146
1794.73/1805.67	c #Conflicts:     739000 | #Constraints:      77146
1794.73/1805.67	c INPROCESSING
1794.73/1805.67	c GARBAGE COLLECT
1794.73/1805.67	c rational objective 40264
1800.32/1811.29	c #Conflicts:     740000 | #Constraints:      61123
1800.32/1811.29	c #Conflicts:     741000 | #Constraints:      62123
1800.32/1811.29	c #Conflicts:     742000 | #Constraints:      63123
1800.32/1811.29	c #Conflicts:     743000 | #Constraints:      64123
1800.32/1811.29	c #Conflicts:     744000 | #Constraints:      65123
1800.32/1811.29	c #Conflicts:     745000 | #Constraints:      66123
1800.32/1811.29	c #Conflicts:     746000 | #Constraints:      67123
1800.32/1811.29	WSVECS04 Frhs2[27]: 6 0 548 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[52]: 6 -1.00006 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[57]: 6 0 308.938 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[62]: 6 0 33.0001 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[66]: 6 0 33.0001 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[70]: 6 0 33 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[129]: 6 -3685 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[189]: 6 -212.25 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[201]: 6 -551.063 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[203]: 6 0 1420.69 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[236]: 6 -252 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[237]: 6 0 2362.94 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[256]: 6 -1024 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[294]: 6 0 1279 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[323]: 6 -1024 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[355]: 6 0 1024 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[359]: 6 0 1024 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[361]: 6 0 175.625 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[367]: 6 -689 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[369]: 6 0 883.563 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[383]: 6 -502 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[385]: 6 0 11854.4 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[500]: 6 -936 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[530]: 6 0 1748 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[587]: 6 0 1324.56 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[589]: 6 -699.375 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[739]: 6 -411 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[772]: 6 -712 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[789]: 6 -914.125 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[803]: 6 0 1420.69 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[809]: 6 0 1804.06 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[821]: 6 -9913.63 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[892]: 6 0 325 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[895]: 6 0 10302.6 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[969]: 6 0 883.563 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1030]: 6 0 1748 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1093]: 6 0 2420.06 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1110]: 6 0 1267.94 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1157]: 6 0 308.938 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1195]: 6 0 9977.63 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1200]: 6 -1591.06 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1201]: 6 -722 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1207]: 6 0 362.063 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1264]: 6 0 797.625 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1284]: 6 -1251 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1285]: 6 0 11854.4 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1293]: 6 0 2149 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1294]: 6 0 1279 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1337]: 6 0 2362.94 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1357]: 6 0 308.938 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1364]: 6 -2075.63 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1421]: 6 0 664 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1426]: 6 0 664 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1428]: 6 0 11370.6 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1429]: 6 0 664 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1462]: 6 0 725.375 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1466]: 6 0 725.375 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1523]: 6 -664 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1561]: 6 0 175.625 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1562]: 6 -69.375 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1569]: 6 0 883.563 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1630]: 6 0 1748 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1686]: 6 -319 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1895]: 6 -521 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1901]: 6 -80 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1902]: 6 -337 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1903]: 6 -1090 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1905]: 6 -567 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1906]: 6 -712 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1910]: 6 -80.0001 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1919]: 6 -337 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1927]: 6 -605 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1937]: 6 -315 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1946]: 6 -567 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1962]: 6 -86.0001 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1964]: 6 -871 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1980]: 6 -328 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1981]: 6 -745 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[1991]: 6 -80.0001 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2001]: 6 -380 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2003]: 6 -257 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2010]: 6 -380 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2028]: 6 -257 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2102]: 6 -408 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2150]: 6 -260 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2166]: 6 -370 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2177]: 6 -871 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2182]: 6 -1020 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2190]: 6 -380 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2197]: 6 -605 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2198]: 6 -1090 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2201]: 6 -1010 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2209]: 6 -408 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2221]: 6 -250 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2228]: 6 -1190 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2255]: 6 -521 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2261]: 6 0 234 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2272]: 6 -1020 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2282]: 6 -408 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2287]: 6 -605 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2297]: 6 -315 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2298]: 6 -257 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2299]: 6 -408 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2303]: 6 -557 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2310]: 6 -253 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2319]: 6 -410 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2320]: 6 0 3.00002 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2331]: 6 -328 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2339]: 6 -86 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2351]: 6 0 334 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2355]: 6 -567 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2369]: 6 0 126.625 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2392]: 6 -410 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2400]: 6 -253 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2402]: 6 -311 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2403]: 6 -325 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2412]: 6 0 164 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2428]: 6 -325 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2437]: 6 -587 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2446]: 6 -712 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2461]: 6 -1380 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2467]: 6 -605 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2540]: 6 0 526 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2552]: 6 0 310 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2567]: 6 0 35.0001 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2568]: 6 0 93.0001 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2569]: 6 0 253 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2594]: 6 -871 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2598]: 6 -557 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2628]: 6 -741 0 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2630]: 6 0 139 shouldn't be
1800.32/1811.29	WSVECS04 Frhs2[2693]: 6 -741 0 shouldn't be
1814.47/1825.47	c #Conflicts:     747000 | #Constraints:      68123
1814.47/1825.47	c #Conflicts:     748000 | #Constraints:      69123
1814.47/1825.47	c #Conflicts:     749000 | #Constraints:      70123
1814.47/1825.47	c #Conflicts:     750000 | #Constraints:      71123
1814.47/1825.47	c #Conflicts:     751000 | #Constraints:      72123
1814.47/1825.47	c #Conflicts:     752000 | #Constraints:      73123
1814.47/1825.47	c #Conflicts:     753000 | #Constraints:      74123
1814.47/1825.47	c #Conflicts:     754000 | #Constraints:      75123
1814.47/1825.47	c #Conflicts:     755000 | #Constraints:      76123
1814.47/1825.47	c #Conflicts:     756000 | #Constraints:      77123
1814.47/1825.47	c INPROCESSING
1814.47/1825.47	c GARBAGE COLLECT
1814.47/1825.47	c #Conflicts:     757000 | #Constraints:      60959
1814.47/1825.47	WSVECS04 Frhs2[1]: 6 0 356.537 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[5]: 6 -159.113 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[28]: 6 0 1114.1 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[42]: 6 0 1528.53 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[50]: 6 0 1976.84 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[54]: 6 0 267.143 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[61]: 6 0 336 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[64]: 6 0 140 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[94]: 6 0 697.617 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[95]: 6 0 634.543 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[102]: 6 0 130 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[103]: 6 0 545.113 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[105]: 6 0 130 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[106]: 6 0 130 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[110]: 6 0 130 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[128]: 6 0 1114.1 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[130]: 6 0 830.225 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[131]: 6 0 929 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[134]: 6 -412 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[136]: 6 0 567.857 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[152]: 6 0 47 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[153]: 6 0 373.143 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[156]: 6 -117.252 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[159]: 6 0 59.1429 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[173]: 6 0 396.418 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[176]: 6 0 396.418 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[177]: 6 0 260.751 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[180]: 6 0 425.091 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[191]: 6 0 234.143 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[194]: 6 0 297.216 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[196]: 6 -2113.83 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[228]: 6 0 283.874 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[242]: 6 0 1528.53 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[250]: 6 0 1976.84 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[252]: 6 0 334.537 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[253]: 6 0 300.15 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[257]: 6 0 287.537 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[258]: 6 0 287.537 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[259]: 6 0 346.68 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[260]: 6 0 252.68 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[279]: 6 0 6.00005 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[280]: 6 0 34.6733 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[296]: 6 0 188.557 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[298]: 6 0 214.714 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[318]: 6 -6913.77 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[329]: 6 0 357.351 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[336]: 6 0 1616.86 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[339]: 6 0 2752.54 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[364]: 6 0 140 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[378]: 6 -1537.1 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[381]: 6 0 537.537 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[384]: 6 0 866.537 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[388]: 6 0 181 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[403]: 6 0 415.113 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[406]: 6 -1303.22 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[418]: 6 0 254.537 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[434]: 6 -2600 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[436]: 6 0 567.857 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[456]: 6 -1014.97 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[482]: 6 0 279.194 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[483]: 6 0 279.194 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[488]: 6 -4807.76 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[494]: 6 0 538.931 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[528]: 6 0 1114.1 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[537]: 6 0 140 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[541]: 6 0 2249.88 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[542]: 6 0 1528.53 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[548]: 6 -4689.22 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[554]: 6 0 267.143 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[581]: 6 0 703.537 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[584]: 6 0 1032.54 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[585]: 6 0 538 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[588]: 6 0 347 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[590]: 6 0 347 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[593]: 6 0 1125.93 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[595]: 6 0 1108.26 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[596]: 6 0 874.115 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[602]: 6 -1485.89 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[612]: 6 -1090 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[623]: 6 -614.424 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[630]: 6 0 830.225 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[642]: 6 0 316.388 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[650]: 6 0 764.704 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[661]: 6 0 13 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[662]: 6 0 13 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[671]: 6 0 465.582 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[673]: 6 -275 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[682]: 6 0 356.537 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[689]: 6 -672.12 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[693]: 6 0 251.816 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[699]: 6 -1389.97 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[725]: 6 -1271.87 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[728]: 6 0 1114.1 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[730]: 6 0 830.225 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[736]: 6 0 410.857 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[750]: 6 0 1976.84 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[767]: 6 -1318 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[775]: 6 0 275 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[779]: 6 0 275 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[781]: 6 0 49.8572 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[783]: 6 0 49.8572 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[797]: 6 -1530.86 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[814]: 6 0 819.324 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[818]: 6 0 638.213 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[820]: 6 0 574.715 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[822]: 6 0 439.775 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[824]: 6 0 439.775 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[825]: 6 0 439.775 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[837]: 6 0 140 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[838]: 6 -1063 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[841]: 6 0 2239.88 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[842]: 6 0 1518.53 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[864]: 6 0 13 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[880]: 6 0 28.6733 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[882]: 6 0 430.537 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[887]: 6 0 74.0001 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[894]: 6 0 325.331 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[899]: 6 0 14 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[912]: 6 -3137.79 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[922]: 6 -2901.35 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[928]: 6 0 1114.1 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[930]: 6 0 804.513 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[953]: 6 0 373.143 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[964]: 6 0 400 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[971]: 6 0 277.939 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[983]: 6 0 356.537 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[993]: 6 0 251.816 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[994]: 6 0 297.216 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[995]: 6 0 234.143 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1004]: 6 0 356.537 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1005]: 6 0 356.537 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1012]: 6 -702.424 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1051]: 6 0 327.143 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1053]: 6 0 373.143 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1068]: 6 -2496 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1071]: 6 0 465.582 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1082]: 6 0 356.537 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1118]: 6 0 38.4633 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1119]: 6 0 38.4632 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1123]: 6 -1406.57 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1130]: 6 0 830.225 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1131]: 6 0 929 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1154]: 6 0 361.143 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1159]: 6 0 153.143 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1164]: 6 0 315 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1172]: 6 0 1021 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1181]: 6 0 356.537 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1184]: 6 0 685.537 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1189]: 6 -1620.43 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1194]: 6 0 63.0736 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1258]: 6 -3790.29 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1271]: 6 0 465.582 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1303]: 6 0 415.113 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1314]: 6 0 181.11 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1330]: 6 0 830.225 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1380]: 6 0 28.6733 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1393]: 6 0 346.416 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1403]: 6 0 415.113 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1414]: 6 0 63.0736 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1431]: 6 0 929 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1436]: 6 0 567.857 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1437]: 6 0 140 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1439]: 6 0 1703.54 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1472]: 6 0 1771 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1476]: 6 0 750 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1477]: 6 0 614.333 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1492]: 6 0 1249.44 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1493]: 6 0 1584.15 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1528]: 6 0 1114.1 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1530]: 6 0 830.225 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1539]: 6 0 1703.54 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1553]: 6 0 373.143 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1556]: 6 -272.143 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1576]: 6 -1879 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1593]: 6 0 251.816 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1594]: 6 0 297.216 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1632]: 6 0 775 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1635]: 6 0 775 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1636]: 6 0 1342.86 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1639]: 6 0 2478.54 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1641]: 6 0 2131.85 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1642]: 6 0 1410.49 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1664]: 6 0 140 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1667]: 6 -457 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1674]: 6 0 410 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1675]: 6 0 410 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1676]: 6 0 410 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1694]: 6 0 297.216 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1695]: 6 0 234.143 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1700]: 6 -2266.92 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1703]: 6 0 58.5758 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1711]: 6 0 118.037 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1714]: 6 0 181.11 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1715]: 6 0 118.037 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1728]: 6 0 1114.1 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1730]: 6 0 830.225 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1735]: 6 -775 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1739]: 6 0 1703.54 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1742]: 6 0 1528.53 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1745]: 6 -626.582 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1750]: 6 0 1976.84 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1751]: 6 0 327.143 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1754]: 6 0 267.143 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1771]: 6 0 601.249 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1772]: 6 0 1156.67 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1775]: 6 0 135.667 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1780]: 6 0 164.34 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1793]: 6 0 1757.33 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1798]: 6 0 1505.52 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1811]: 6 0 364.113 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[1880]: 6 0 386.888 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[2009]: 6 0 43.0001 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[2078]: 6 0 411 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[2084]: 6 0 242 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[2087]: 6 0 7.00006 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[2093]: 6 0 300 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[2123]: 6 0 1623.86 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[2141]: 6 0 618 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[2159]: 6 0 239 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[2160]: 6 0 875 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[2432]: 6 0 169 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[2436]: 6 0 50 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[2441]: 6 0 1239 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[2460]: 6 0 930 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[2472]: 6 0 477 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[2487]: 6 0 402 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[2492]: 6 0 63.6667 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[2497]: 6 -646 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[2501]: 6 -260 0 shouldn't be
1814.47/1825.47	WSVECS04 Frhs2[2514]: 6 0 42.0001 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[3]: 6 0 415.113 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[36]: 6 0 567.857 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[74]: 6 -1161 0 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[104]: 6 0 130 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[251]: 6 0 614.68 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[272]: 6 0 1027 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[278]: 6 0 6.00004 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[281]: 6 0 279.194 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[284]: 6 0 472.224 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[353]: 6 0 373.143 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[390]: 6 0 181 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[504]: 6 -2270.11 0 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[551]: 6 0 327.143 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[580]: 6 0 28.6733 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[591]: 6 0 1108.26 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[594]: 6 0 1171.33 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[603]: 6 0 415.113 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[753]: 6 0 373.143 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[764]: 6 0 140 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[771]: 6 0 740.582 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[782]: 6 0 2.85724 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[827]: 6 0 439.775 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[828]: 6 0 1553.87 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[829]: 6 0 439.775 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[850]: 6 0 1966.84 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[878]: 6 -57.0001 0 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[972]: 6 0 1021 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[1103]: 6 0 415.113 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[1142]: 6 0 2154.11 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[1144]: 6 0 3226.72 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[1153]: 6 0 467.143 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[1182]: 6 0 356.537 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[1236]: 6 0 567.857 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[1251]: 6 0 60.0001 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[1342]: 6 0 2508.03 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[1344]: 6 0 3580.65 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[1434]: 6 -878 0 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[1571]: 6 0 465.582 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[1673]: 6 0 410 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[1776]: 6 0 135.667 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[1794]: 6 0 1802.73 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[1795]: 6 0 1739.66 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[1797]: 6 0 1505.52 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[2002]: 6 -997.351 0 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[2106]: 6 -732 0 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[2478]: 6 0 407 shouldn't be
1816.97/1827.94	WSVECS04 Frhs2[2510]: 6 -260 0 shouldn't be
1819.36/1830.39	WSVECS04 Frhs2[459]: 6 0 59.1429 shouldn't be
1819.36/1830.39	WSVECS04 Frhs2[669]: 6 0 13.0001 shouldn't be
1819.36/1830.39	WSVECS04 Frhs2[670]: 6 0 13.0001 shouldn't be
1819.36/1830.39	WSVECS04 Frhs2[1564]: 6 0 140 shouldn't be
1819.36/1830.39	WSVECS04 Frhs2[2451]: 6 0 9.00007 shouldn't be
1821.56/1832.55	WSVECS04 Frhs2[868]: 6 0 13.0001 shouldn't be
1825.55/1836.58	WSVECS04 Frhs2[97]: 6 0 400.4 shouldn't be
1825.55/1836.58	WSVECS04 Frhs2[564]: 6 0 140 shouldn't be
1825.55/1836.58	WSVECS04 Frhs2[668]: 6 0 13.0001 shouldn't be
1825.55/1836.58	WSVECS04 Frhs2[701]: 6 -433.775 0 shouldn't be
1825.55/1836.58	WSVECS04 Frhs2[709]: 6 0 356.537 shouldn't be
1825.55/1836.58	WSVECS04 Frhs2[741]: 6 0 2249.88 shouldn't be
1825.55/1836.58	WSVECS04 Frhs2[791]: 6 0 234.143 shouldn't be
1825.55/1836.58	WSVECS04 Frhs2[1054]: 6 0 267.143 shouldn't be
1825.55/1836.58	WSVECS04 Frhs2[1209]: 6 0 356.537 shouldn't be
1825.55/1836.58	WSVECS04 Frhs2[1280]: 6 0 28.6733 shouldn't be
1825.55/1836.58	WSVECS04 Frhs2[1309]: 6 0 356.537 shouldn't be
1825.55/1836.58	WSVECS04 Frhs2[1358]: 6 0 142.857 shouldn't be
1825.55/1836.58	WSVECS04 Frhs2[1497]: 6 0 1442.84 shouldn't be
1825.55/1836.58	WSVECS04 Frhs2[1509]: 6 0 356.537 shouldn't be
1825.55/1836.58	WSVECS04 Frhs2[1552]: 6 0 47 shouldn't be
1825.55/1836.58	WSVECS04 Frhs2[1559]: 6 0 59.1429 shouldn't be
1825.55/1836.58	WSVECS04 Frhs2[1580]: 6 0 28.6733 shouldn't be
1825.55/1836.58	WSVECS04 Frhs2[2137]: 6 -646 0 shouldn't be
1825.55/1836.58	WSVECS04 Frhs2[2139]: 6 0 147 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[34]: 6 -412 0 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[141]: 6 0 2843.43 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[151]: 6 0 327.143 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[178]: 6 0 396.418 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[185]: 6 0 348.463 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[424]: 6 -1893.1 0 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[897]: 6 0 28.1146 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[952]: 6 0 47.0001 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[1078]: 6 -11.0001 0 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[1094]: 6 0 63.0737 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[1113]: 6 0 38.4633 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[1186]: 6 0 103.5 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[1237]: 6 0 140 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[1336]: 6 0 427.857 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[1398]: 6 0 94.5997 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[1473]: 6 0 750 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[1475]: 6 0 750 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[1479]: 6 0 750 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[1531]: 6 0 929 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[1537]: 6 0 140 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[1600]: 6 -1505.51 0 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[1796]: 6 0 1505.51 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[1889]: 6 0 574.888 shouldn't be
1827.44/1838.42	WSVECS04 Frhs2[2081]: 6 -80.0001 0 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[14]: 6 0 181.11 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[31]: 6 0 929 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[37]: 6 0 140 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[72]: 6 0 1021 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[149]: 6 0 3082.65 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[303]: 6 0 415.113 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[309]: 6 0 356.537 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[372]: 6 0 1021 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[391]: 6 0 234.143 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[395]: 6 0 234.143 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[476]: 6 0 1114.1 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[480]: 6 0 1142.77 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[514]: 6 0 181.11 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[550]: 6 0 1976.84 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[652]: 6 0 47 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[653]: 6 0 373.143 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[683]: 6 0 356.537 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[686]: 6 0 103.5 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[694]: 6 0 165.502 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[745]: 6 -1531.13 0 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[755]: 6 0 2669.28 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[831]: 6 0 929 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[855]: 6 0 2296.14 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[872]: 6 0 1021 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[903]: 6 0 415.113 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[937]: 6 0 140 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[955]: 6 0 2669.28 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[1003]: 6 0 771.649 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[1007]: 6 0 356.537 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[1014]: 6 0 181.11 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[1015]: 6 0 118.037 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[1021]: 6 0 105.712 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[1072]: 6 0 1021 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[1139]: 6 0 1703.54 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[1180]: 6 0 28.6733 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[1272]: 6 0 1021 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[1485]: 6 0 348.463 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[1491]: 6 0 1676.98 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[1494]: 6 0 1740.06 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[1536]: 6 0 567.857 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[1555]: 6 0 2669.28 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[1603]: 6 0 415.113 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[1708]: 6 -1125.65 0 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[1736]: 6 0 567.857 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[1737]: 6 0 140 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[1805]: 6 -521 0 shouldn't be
1828.74/1839.73	WSVECS04 Frhs2[1825]: 6 0 172.888 shouldn't be
1831.43/1842.42	WSVECS04 Frhs2[231]: 6 0 542.3 shouldn't be
1831.43/1842.42	WSVECS04 Frhs2[351]: 6 0 327.143 shouldn't be
1831.43/1842.42	WSVECS04 Frhs2[354]: 6 0 267.143 shouldn't be
1831.43/1842.42	WSVECS04 Frhs2[441]: 6 0 3107.84 shouldn't be
1831.43/1842.42	WSVECS04 Frhs2[449]: 6 0 3347.06 shouldn't be
1831.43/1842.42	WSVECS04 Frhs2[546]: 6 0 2593.14 shouldn't be
1831.43/1842.42	WSVECS04 Frhs2[578]: 6 -1114.1 0 shouldn't be
1831.43/1842.42	WSVECS04 Frhs2[632]: 6 0 482 shouldn't be
1831.43/1842.42	WSVECS04 Frhs2[984]: 6 0 685.537 shouldn't be
1831.43/1842.42	WSVECS04 Frhs2[991]: 6 0 46.5001 shouldn't be
1831.43/1842.42	WSVECS04 Frhs2[1136]: 6 0 567.857 shouldn't be
1831.43/1842.42	WSVECS04 Frhs2[1193]: 6 0 17.6733 shouldn't be
1831.43/1842.42	WSVECS04 Frhs2[1614]: 6 0 181.11 shouldn't be
1831.43/1842.42	WSVECS04 Frhs2[1683]: 6 0 356.537 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[15]: 6 0 118.037 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[148]: 6 0 593.544 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[195]: 6 0 234.143 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[332]: 6 0 1049 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[340]: 6 0 1049 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[414]: 6 0 435.647 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[448]: 6 0 857.962 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[464]: 6 0 140 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[486]: 6 0 26.1571 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[640]: 6 0 482 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[795]: 6 0 234.143 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[884]: 6 0 759.537 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[885]: 6 0 779 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[1171]: 6 0 465.582 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[1455]: 6 0 2402.14 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[1591]: 6 0 234.143 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[1628]: 6 0 1114.1 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[1637]: 6 0 915 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[1649]: 6 0 2371.07 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[1672]: 6 0 1431 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[1764]: 6 0 140 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[2099]: 6 -337 0 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[2157]: 6 0 431 shouldn't be
1834.32/1845.32	WSVECS04 Frhs2[2474]: 6 0 124 shouldn't be
1837.81/1848.83	WSVECS04 Frhs2[41]: 6 0 2249.88 shouldn't be
1837.81/1848.83	WSVECS04 Frhs2[65]: 6 0 336 shouldn't be
1837.81/1848.83	WSVECS04 Frhs2[680]: 6 0 28.6733 shouldn't be
1837.81/1848.83	WSVECS04 Frhs2[773]: 6 0 275 shouldn't be
1837.81/1848.83	WSVECS04 Frhs2[881]: 6 0 430.537 shouldn't be
1837.81/1848.83	WSVECS04 Frhs2[883]: 6 0 430.537 shouldn't be
1837.81/1848.83	WSVECS04 Frhs2[888]: 6 0 74.0001 shouldn't be
1837.81/1848.83	WSVECS04 Frhs2[985]: 6 0 705 shouldn't be
1837.81/1848.83	WSVECS04 Frhs2[1084]: 6 0 685.537 shouldn't be
1837.81/1848.83	WSVECS04 Frhs2[1231]: 6 0 929 shouldn't be
1837.81/1848.83	WSVECS04 Frhs2[1291]: 6 0 76.9265 shouldn't be
1837.81/1848.83	WSVECS04 Frhs2[1353]: 6 0 516 shouldn't be
1837.81/1848.83	WSVECS04 Frhs2[1471]: 6 0 1215.58 shouldn't be
1837.81/1848.83	WSVECS04 Frhs2[1496]: 6 0 1442.84 shouldn't be
1837.81/1848.83	WSVECS04 Frhs2[1679]: 6 0 410 shouldn't be
1837.81/1848.83	WSVECS04 Frhs2[1773]: 6 0 135.667 shouldn't be
1837.81/1848.83	WSVECS04 Frhs2[1810]: 6 -745 0 shouldn't be
1841.20/1852.20	WSVECS04 Frhs2[55]: 6 0 2669.28 shouldn't be
1841.20/1852.20	WSVECS04 Frhs2[96]: 6 0 400.4 shouldn't be
1841.20/1852.20	WSVECS04 Frhs2[137]: 6 0 140 shouldn't be
1841.20/1852.20	WSVECS04 Frhs2[155]: 6 0 2669.28 shouldn't be
1841.20/1852.20	WSVECS04 Frhs2[299]: 6 0 214.714 shouldn't be
1841.20/1852.20	WSVECS04 Frhs2[371]: 6 0 465.582 shouldn't be
1841.20/1852.20	WSVECS04 Frhs2[442]: 6 0 2386.49 shouldn't be
1841.20/1852.20	WSVECS04 Frhs2[484]: 6 0 608.194 shouldn't be
1841.20/1852.20	WSVECS04 Frhs2[615]: 6 0 118.037 shouldn't be
1841.20/1852.20	WSVECS04 Frhs2[684]: 6 0 685.537 shouldn't be
1841.20/1852.20	WSVECS04 Frhs2[1055]: 6 0 2669.28 shouldn't be
1841.20/1852.20	WSVECS04 Frhs2[1114]: 6 0 219.574 shouldn't be
1841.20/1852.20	WSVECS04 Frhs2[1278]: 6 -1021 0 shouldn't be
1841.20/1852.20	WSVECS04 Frhs2[1495]: 6 0 1676.98 shouldn't be
1841.20/1852.20	WSVECS04 Frhs2[1499]: 6 0 1442.84 shouldn't be
1841.20/1852.20	WSVECS04 Frhs2[1655]: 6 0 2669.28 shouldn't be
1841.20/1852.20	WSVECS04 Frhs2[1681]: 6 0 356.537 shouldn't be
1841.20/1852.20	WSVECS04 Frhs2[1785]: 6 0 705 shouldn't be
1844.89/1855.96	WSVECS04 Frhs2[382]: 6 0 537.537 shouldn't be
1844.89/1855.96	WSVECS04 Frhs2[473]: 6 0 1114.1 shouldn't be
1844.89/1855.96	WSVECS04 Frhs2[571]: 6 0 465.582 shouldn't be
1844.89/1855.96	WSVECS04 Frhs2[572]: 6 0 1021 shouldn't be
1844.89/1855.96	WSVECS04 Frhs2[611]: 6 0 118.037 shouldn't be
1844.89/1855.96	WSVECS04 Frhs2[614]: 6 0 181.11 shouldn't be
1844.89/1855.96	WSVECS04 Frhs2[635]: 6 0 482 shouldn't be
1844.89/1855.96	WSVECS04 Frhs2[651]: 6 0 327.143 shouldn't be
1844.89/1855.96	WSVECS04 Frhs2[659]: 6 0 59.1429 shouldn't be
1844.89/1855.96	WSVECS04 Frhs2[731]: 6 0 929 shouldn't be
1844.89/1855.96	WSVECS04 Frhs2[871]: 6 0 465.582 shouldn't be
1844.89/1855.96	WSVECS04 Frhs2[1128]: 6 0 1114.1 shouldn't be
1844.89/1855.96	WSVECS04 Frhs2[1137]: 6 0 140 shouldn't be
1844.89/1855.96	WSVECS04 Frhs2[1169]: 6 0 175 shouldn't be
1844.89/1855.96	WSVECS04 Frhs2[2463]: 6 0 274 shouldn't be
1848.38/1859.48	WSVECS04 Frhs2[49]: 6 0 2489.1 shouldn't be
1848.38/1859.48	WSVECS04 Frhs2[333]: 6 0 1049 shouldn't be
1848.38/1859.48	WSVECS04 Frhs2[477]: 6 0 978.433 shouldn't be
1848.38/1859.48	WSVECS04 Frhs2[499]: 6 0 241.714 shouldn't be
1848.38/1859.48	WSVECS04 Frhs2[599]: 6 0 874.115 shouldn't be
1848.38/1859.48	WSVECS04 Frhs2[631]: 6 0 1411 shouldn't be
1848.38/1859.48	WSVECS04 Frhs2[691]: 6 0 234.143 shouldn't be
1848.38/1859.48	WSVECS04 Frhs2[774]: 6 0 275 shouldn't be
1848.38/1859.48	WSVECS04 Frhs2[777]: 6 0 139.333 shouldn't be
1848.38/1859.48	WSVECS04 Frhs2[780]: 6 0 303.673 shouldn't be
1848.38/1859.48	WSVECS04 Frhs2[893]: 6 0 279.931 shouldn't be
1848.38/1859.48	WSVECS04 Frhs2[962]: 6 0 260 shouldn't be
1848.38/1859.48	WSVECS04 Frhs2[968]: 6 0 260 shouldn't be
1848.38/1859.48	WSVECS04 Frhs2[1162]: 6 0 175 shouldn't be
1848.38/1859.48	WSVECS04 Frhs2[1281]: 6 0 242.463 shouldn't be
1848.38/1859.48	WSVECS04 Frhs2[1755]: 6 0 2669.28 shouldn't be
1851.17/1862.29	WSVECS04 Frhs2[71]: 6 0 465.582 shouldn't be
1851.17/1862.29	WSVECS04 Frhs2[142]: 6 0 2122.07 shouldn't be
1851.17/1862.29	WSVECS04 Frhs2[249]: 6 0 2489.1 shouldn't be
1851.17/1862.29	WSVECS04 Frhs2[321]: 6 0 357.351 shouldn't be
1851.17/1862.29	WSVECS04 Frhs2[419]: 6 0 254.537 shouldn't be
1851.17/1862.29	WSVECS04 Frhs2[428]: 6 0 1114.1 shouldn't be
1851.17/1862.29	WSVECS04 Frhs2[503]: 6 0 415.113 shouldn't be
1851.17/1862.29	WSVECS04 Frhs2[555]: 6 0 2669.28 shouldn't be
1851.17/1862.29	WSVECS04 Frhs2[744]: 6 0 2601.14 shouldn't be
1851.17/1862.29	WSVECS04 Frhs2[844]: 6 0 2591.14 shouldn't be
1851.17/1862.29	WSVECS04 Frhs2[1024]: 6 0 105.712 shouldn't be
1851.17/1862.29	WSVECS04 Frhs2[1027]: 6 0 105.712 shouldn't be
1851.17/1862.29	WSVECS04 Frhs2[1028]: 6 0 1219.81 shouldn't be
1851.17/1862.29	WSVECS04 Frhs2[1081]: 6 0 356.537 shouldn't be
1851.17/1862.29	WSVECS04 Frhs2[1183]: 6 0 356.537 shouldn't be
1851.17/1862.29	WSVECS04 Frhs2[1691]: 6 0 234.143 shouldn't be
1851.17/1862.29	WSVECS04 Frhs2[2445]: 6 0 338 shouldn't be
1854.66/1865.73	WSVECS04 Frhs2[44]: 6 0 2601.14 shouldn't be
1854.66/1865.73	WSVECS04 Frhs2[154]: 6 0 267.143 shouldn't be
1854.66/1865.73	WSVECS04 Frhs2[285]: 6 0 627.657 shouldn't be
1854.66/1865.73	WSVECS04 Frhs2[335]: 6 0 1049 shouldn't be
1854.66/1865.73	WSVECS04 Frhs2[439]: 6 0 1703.54 shouldn't be
1854.66/1865.73	WSVECS04 Frhs2[511]: 6 0 118.037 shouldn't be
1854.66/1865.73	WSVECS04 Frhs2[515]: 6 0 118.037 shouldn't be
1854.66/1865.73	WSVECS04 Frhs2[695]: 6 0 234.143 shouldn't be
1854.66/1865.73	WSVECS04 Frhs2[931]: 6 0 741.357 shouldn't be
1854.66/1865.73	WSVECS04 Frhs2[1039]: 6 0 1703.54 shouldn't be
1854.66/1865.73	WSVECS04 Frhs2[1354]: 6 0 410 shouldn't be
1854.66/1865.73	WSVECS04 Frhs2[1430]: 6 0 830.225 shouldn't be
1854.66/1865.73	WSVECS04 Frhs2[1551]: 6 0 327.143 shouldn't be
1854.66/1865.73	WSVECS04 Frhs2[1554]: 6 0 267.143 shouldn't be
1854.66/1865.73	WSVECS04 Frhs2[1585]: 6 0 348.463 shouldn't be
1854.66/1865.73	WSVECS04 Frhs2[1633]: 6 0 775 shouldn't be
1854.66/1865.73	WSVECS04 Frhs2[2110]: 6 -1380 0 shouldn't be
1857.75/1868.83	WSVECS04 Frhs2[239]: 6 0 1316.84 shouldn't be
1857.75/1868.83	WSVECS04 Frhs2[328]: 6 0 1471.45 shouldn't be
1857.75/1868.83	WSVECS04 Frhs2[331]: 6 0 1978 shouldn't be
1857.75/1868.83	WSVECS04 Frhs2[413]: 6 0 254.537 shouldn't be
1857.75/1868.83	WSVECS04 Frhs2[431]: 6 0 929 shouldn't be
1857.75/1868.83	WSVECS04 Frhs2[453]: 6 0 373.143 shouldn't be
1857.75/1868.83	WSVECS04 Frhs2[1006]: 6 0 356.537 shouldn't be
1857.75/1868.83	WSVECS04 Frhs2[1025]: 6 0 105.712 shouldn't be
1857.75/1868.83	WSVECS04 Frhs2[1031]: 6 0 929 shouldn't be
1857.75/1868.83	WSVECS04 Frhs2[1052]: 6 0 47 shouldn't be
1857.75/1868.83	WSVECS04 Frhs2[1331]: 6 0 789 shouldn't be
1857.75/1868.83	WSVECS04 Frhs2[1464]: 6 0 140 shouldn't be
1857.75/1868.83	WSVECS04 Frhs2[1611]: 6 0 118.037 shouldn't be
1857.75/1868.83	WSVECS04 Frhs2[1654]: 6 0 267.143 shouldn't be
1857.75/1868.83	WSVECS04 Frhs2[1731]: 6 0 929 shouldn't be
1857.75/1868.83	WSVECS04 Frhs2[1781]: 6 0 356.537 shouldn't be
1857.75/1868.83	WSVECS04 Frhs2[2442]: 6 0 318 shouldn't be
1860.06/1871.13	WSVECS04 Frhs2[9]: 6 0 356.537 shouldn't be
1860.06/1871.13	WSVECS04 Frhs2[11]: 6 0 118.037 shouldn't be
1860.06/1871.13	WSVECS04 Frhs2[99]: 6 0 400.4 shouldn't be
1860.06/1871.13	WSVECS04 Frhs2[150]: 6 0 2570.39 shouldn't be
1860.06/1871.13	WSVECS04 Frhs2[184]: 6 0 329 shouldn't be
1860.06/1871.13	WSVECS04 Frhs2[352]: 6 0 47.0001 shouldn't be
1860.06/1871.13	WSVECS04 Frhs2[393]: 6 0 251.816 shouldn't be
1860.06/1871.13	WSVECS04 Frhs2[430]: 6 0 830.225 shouldn't be
1860.06/1871.13	WSVECS04 Frhs2[539]: 6 0 1703.54 shouldn't be
1860.06/1871.13	WSVECS04 Frhs2[737]: 6 0 140 shouldn't be
1860.06/1871.13	WSVECS04 Frhs2[785]: 6 0 398.32 shouldn't be
1860.06/1871.13	WSVECS04 Frhs2[1008]: 6 0 356.537 shouldn't be
1860.06/1871.13	WSVECS04 Frhs2[1083]: 6 0 356.537 shouldn't be
1860.06/1871.13	WSVECS04 Frhs2[1239]: 6 0 1703.54 shouldn't be
1860.06/1871.13	WSVECS04 Frhs2[1371]: 6 0 465.582 shouldn't be
1860.06/1871.13	WSVECS04 Frhs2[1514]: 6 0 181.11 shouldn't be
1860.06/1871.13	WSVECS04 Frhs2[1671]: 6 0 875.582 shouldn't be
1860.06/1871.13	WSVECS04 Frhs2[1684]: 6 0 685.537 shouldn't be
1860.06/1871.13	WSVECS04 Frhs2[1749]: 6 0 2489.1 shouldn't be
1862.94/1874.03	WSVECS04 Frhs2[108]: 6 0 130 shouldn't be
1862.94/1874.03	WSVECS04 Frhs2[681]: 6 0 356.537 shouldn't be
1865.33/1876.40	WSVECS04 Frhs2[84]: 6 0 685.537 shouldn't be
1865.33/1876.40	WSVECS04 Frhs2[324]: 6 0 357.351 shouldn't be
1865.33/1876.40	WSVECS04 Frhs2[411]: 6 0 372.574 shouldn't be
1865.33/1876.40	WSVECS04 Frhs2[416]: 6 0 254.537 shouldn't be
1865.33/1876.40	WSVECS04 Frhs2[452]: 6 0 47.0001 shouldn't be
1865.33/1876.40	WSVECS04 Frhs2[633]: 6 0 482 shouldn't be
1865.33/1876.40	WSVECS04 Frhs2[649]: 6 0 1276.96 shouldn't be
1865.33/1876.40	WSVECS04 Frhs2[776]: 6 0 275 shouldn't be
1865.33/1876.40	WSVECS04 Frhs2[1022]: 6 0 105.712 shouldn't be
1865.33/1876.40	WSVECS04 Frhs2[1693]: 6 0 251.816 shouldn't be
1865.33/1876.40	WSVECS04 Frhs2[1861]: 6 0 393.888 shouldn't be
1865.33/1876.40	WSVECS04 Frhs2[2454]: 6 0 138 shouldn't be
1867.82/1878.90	WSVECS04 Frhs2[51]: 6 0 327.143 shouldn't be
1867.82/1878.90	WSVECS04 Frhs2[241]: 6 0 2249.88 shouldn't be
1867.82/1878.90	WSVECS04 Frhs2[244]: 6 0 2465.17 shouldn't be
1867.82/1878.90	WSVECS04 Frhs2[325]: 6 0 357.351 shouldn't be
1867.82/1878.90	WSVECS04 Frhs2[496]: 6 0 241.714 shouldn't be
1867.82/1878.90	WSVECS04 Frhs2[703]: 6 0 415.113 shouldn't be
1867.82/1878.90	WSVECS04 Frhs2[742]: 6 0 1481.53 shouldn't be
1867.82/1878.90	WSVECS04 Frhs2[1168]: 6 0 175 shouldn't be
1867.82/1878.90	WSVECS04 Frhs2[1653]: 6 0 373.143 shouldn't be
1867.82/1878.90	WSVECS04 Frhs2[2469]: 6 0 828 shouldn't be
1869.93/1881.04	WSVECS04 Frhs2[82]: 6 0 356.537 shouldn't be
1869.93/1881.04	WSVECS04 Frhs2[144]: 6 0 3194.68 shouldn't be
1869.93/1881.04	WSVECS04 Frhs2[174]: 6 0 396.418 shouldn't be
1869.93/1881.04	WSVECS04 Frhs2[330]: 6 0 1187.58 shouldn't be
1869.93/1881.04	WSVECS04 Frhs2[455]: 6 0 2669.28 shouldn't be
1869.93/1881.04	WSVECS04 Frhs2[479]: 6 0 1114.1 shouldn't be
1869.93/1881.04	WSVECS04 Frhs2[481]: 6 0 279.194 shouldn't be
1869.93/1881.04	WSVECS04 Frhs2[1085]: 6 0 705 shouldn't be
1872.31/1883.40	WSVECS04 Frhs2[450]: 6 0 2834.81 shouldn't be
1872.31/1883.40	WSVECS04 Frhs2[1396]: 6 0 94.5997 shouldn't be
1872.31/1883.40	WSVECS04 Frhs2[1595]: 6 0 234.143 shouldn't be
1875.02/1886.11	WSVECS04 Frhs2[85]: 6 0 705 shouldn't be
1875.02/1886.11	WSVECS04 Frhs2[193]: 6 0 251.816 shouldn't be
1875.02/1886.11	WSVECS04 Frhs2[322]: 6 0 357.351 shouldn't be
1875.02/1886.11	WSVECS04 Frhs2[475]: 6 0 1114.1 shouldn't be
1875.02/1886.11	WSVECS04 Frhs2[870]: 6 0 13 shouldn't be
1875.02/1886.11	WSVECS04 Frhs2[1011]: 6 0 118.037 shouldn't be
1875.02/1886.11	WSVECS04 Frhs2[1158]: 6 0 94.0001 shouldn't be
1875.02/1886.11	WSVECS04 Frhs2[1484]: 6 0 329 shouldn't be
1875.02/1886.11	WSVECS04 Frhs2[1741]: 6 0 2249.88 shouldn't be
1877.49/1888.66	WSVECS04 Frhs2[297]: 6 0 214.714 shouldn't be
1877.49/1888.66	WSVECS04 Frhs2[380]: 6 0 28.6733 shouldn't be
1877.49/1888.66	WSVECS04 Frhs2[409]: 6 0 356.537 shouldn't be
1877.49/1888.66	WSVECS04 Frhs2[597]: 6 0 874.115 shouldn't be
1877.49/1888.66	WSVECS04 Frhs2[609]: 6 0 356.537 shouldn't be
1877.49/1888.66	WSVECS04 Frhs2[685]: 6 0 705 shouldn't be
1877.49/1888.66	WSVECS04 Frhs2[936]: 6 0 567.857 shouldn't be
1877.49/1888.66	WSVECS04 Frhs2[970]: 6 0 260 shouldn't be
1877.49/1888.66	WSVECS04 Frhs2[982]: 6 0 356.537 shouldn't be
1877.49/1888.66	WSVECS04 Frhs2[1109]: 6 0 356.537 shouldn't be
1877.49/1888.66	WSVECS04 Frhs2[1685]: 6 0 705 shouldn't be
1879.68/1890.87	WSVECS04 Frhs2[472]: 6 0 2135.1 shouldn't be
1879.68/1890.87	WSVECS04 Frhs2[491]: 6 0 475.857 shouldn't be
1879.68/1890.87	WSVECS04 Frhs2[839]: 6 0 1703.54 shouldn't be
1879.68/1890.87	WSVECS04 Frhs2[1002]: 6 0 356.537 shouldn't be
1879.68/1890.87	WSVECS04 Frhs2[1036]: 6 0 567.857 shouldn't be
1882.37/1893.50	WSVECS04 Frhs2[98]: 6 0 400.4 shouldn't be
1882.37/1893.50	WSVECS04 Frhs2[139]: 6 0 1703.54 shouldn't be
1882.37/1893.50	WSVECS04 Frhs2[451]: 6 0 327.143 shouldn't be
1882.37/1893.50	WSVECS04 Frhs2[498]: 6 0 241.714 shouldn't be
1882.37/1893.50	WSVECS04 Frhs2[794]: 6 0 297.216 shouldn't be
1882.37/1893.50	WSVECS04 Frhs2[1311]: 6 0 118.037 shouldn't be
1882.37/1893.50	WSVECS04 Frhs2[1399]: 6 0 94.5998 shouldn't be
1882.37/1893.50	WSVECS04 Frhs2[1644]: 6 0 2483.1 shouldn't be
1882.37/1893.50	WSVECS04 Frhs2[1753]: 6 0 373.143 shouldn't be
1884.67/1895.81	WSVECS04 Frhs2[471]: 6 0 1579.68 shouldn't be
1884.67/1895.81	WSVECS04 Frhs2[813]: 6 0 638.213 shouldn't be
1884.67/1895.81	WSVECS04 Frhs2[1584]: 6 0 329 shouldn't be
1887.16/1898.38	WSVECS04 Frhs2[485]: 6 0 627.657 shouldn't be
1887.16/1898.38	WSVECS04 Frhs2[493]: 6 0 493.53 shouldn't be
1887.16/1898.38	WSVECS04 Frhs2[497]: 6 0 241.714 shouldn't be
1887.16/1898.38	WSVECS04 Frhs2[544]: 6 0 2601.14 shouldn't be
1887.16/1898.38	WSVECS04 Frhs2[914]: 6 0 181.11 shouldn't be
1887.16/1898.38	WSVECS04 Frhs2[1009]: 6 0 713.074 shouldn't be
1887.16/1898.38	WSVECS04 Frhs2[1744]: 6 0 2601.14 shouldn't be
1887.16/1898.38	WSVECS04 Frhs2[1774]: 6 0 135.667 shouldn't be
1890.26/1901.40	WSVECS04 Frhs2[179]: 6 0 396.418 shouldn't be
1890.26/1901.40	WSVECS04 Frhs2[338]: 6 0 1049 shouldn't be
1890.26/1901.40	WSVECS04 Frhs2[793]: 6 0 251.816 shouldn't be
1890.26/1901.40	WSVECS04 Frhs2[915]: 6 0 118.037 shouldn't be
1893.05/1904.25	WSVECS04 Frhs2[109]: 6 0 486.537 shouldn't be
1893.05/1904.25	WSVECS04 Frhs2[209]: 6 0 301.955 shouldn't be
1893.05/1904.25	WSVECS04 Frhs2[509]: 6 0 356.537 shouldn't be
1893.05/1904.25	WSVECS04 Frhs2[598]: 6 0 874.115 shouldn't be
1893.05/1904.25	WSVECS04 Frhs2[963]: 6 0 260 shouldn't be
1895.44/1906.68	WSVECS04 Frhs2[39]: 6 0 1703.54 shouldn't be
1895.44/1906.68	WSVECS04 Frhs2[218]: 6 0 360.53 shouldn't be
1895.44/1906.68	WSVECS04 Frhs2[1064]: 6 0 140 shouldn't be
1898.73/1909.96	WSVECS04 Frhs2[1651]: 6 0 327.143 shouldn't be
1901.62/1912.88	WSVECS04 Frhs2[444]: 6 0 3459.1 shouldn't be
1901.62/1912.88	WSVECS04 Frhs2[749]: 6 0 2489.1 shouldn't be
1901.62/1912.88	WSVECS04 Frhs2[986]: 6 0 103.5 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[5]: 6 -159.112 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[49]: 6 0 2489.1 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[50]: 6 0 1976.84 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[74]: 6 -1161 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[134]: 6 -412 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[149]: 6 0 3082.65 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[150]: 6 0 2570.39 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[176]: 6 0 396.418 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[185]: 6 0 348.463 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[196]: 6 -2113.83 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[228]: 6 0 283.874 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[231]: 6 0 542.3 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[241]: 6 0 2249.88 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[242]: 6 0 1528.53 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[249]: 6 0 2489.1 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[250]: 6 0 1976.84 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[252]: 6 0 334.537 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[253]: 6 0 300.15 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[257]: 6 0 287.537 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[272]: 6 0 1027 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[278]: 6 0 6 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[279]: 6 0 6 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[321]: 6 0 357.351 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[329]: 6 0 357.351 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[332]: 6 0 1049 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[333]: 6 0 1049 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[338]: 6 0 1049 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[340]: 6 0 1049 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[378]: 6 -1537.1 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[395]: 6 0 234.143 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[406]: 6 -1303.22 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[424]: 6 -1893.1 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[449]: 6 0 3347.06 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[450]: 6 0 2834.81 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[456]: 6 -1014.97 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[471]: 6 0 1579.68 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[477]: 6 0 978.432 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[486]: 6 0 26.157 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[504]: 6 -2270.11 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[515]: 6 0 118.037 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[546]: 6 0 2593.14 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[548]: 6 -4689.22 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[585]: 6 0 538 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[602]: 6 -1485.89 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[612]: 6 -1090 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[615]: 6 0 118.037 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[623]: 6 -614.424 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[649]: 6 0 1276.96 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[652]: 6 0 47 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[673]: 6 -275 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[689]: 6 -672.12 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[695]: 6 0 234.143 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[699]: 6 -1389.97 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[701]: 6 -433.775 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[725]: 6 -1271.87 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[736]: 6 0 410.857 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[745]: 6 -1531.13 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[749]: 6 0 2489.1 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[750]: 6 0 1976.84 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[781]: 6 0 49.8571 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[782]: 6 0 2.85714 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[785]: 6 0 398.32 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[813]: 6 0 638.213 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[820]: 6 0 574.715 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[838]: 6 -1063 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[878]: 6 -57 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[887]: 6 0 74 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[952]: 6 0 47 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1012]: 6 -702.424 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1015]: 6 0 118.037 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1021]: 6 0 105.712 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1068]: 6 -2496 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1071]: 6 0 465.582 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1142]: 6 0 2154.11 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1144]: 6 0 3226.72 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1154]: 6 0 361.143 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1158]: 6 0 94 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1164]: 6 0 315 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1189]: 6 -1620.43 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1193]: 6 0 17.6732 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1258]: 6 -3790.29 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1281]: 6 0 242.463 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1291]: 6 0 76.9264 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1336]: 6 0 427.857 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1342]: 6 0 2508.03 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1344]: 6 0 3580.65 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1358]: 6 0 142.857 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1399]: 6 0 94.5997 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1414]: 6 0 63.0736 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1434]: 6 -878 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1485]: 6 0 348.463 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1536]: 6 0 567.857 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1537]: 6 0 140 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1552]: 6 0 47 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1576]: 6 -1879 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1585]: 6 0 348.463 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1593]: 6 0 251.816 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1595]: 6 0 234.143 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1641]: 6 0 2131.85 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1649]: 6 0 2371.07 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1695]: 6 0 234.143 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1703]: 6 0 58.5757 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1715]: 6 0 118.037 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1735]: 6 -775 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1745]: 6 -626.582 0 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1749]: 6 0 2489.1 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[1889]: 6 0 574.888 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[2009]: 6 0 43 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[2159]: 6 0 239 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[2478]: 6 0 407 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[2514]: 6 0 42 shouldn't be
1904.12/1915.35	WSVECS04 Frhs2[2661]: 6 0 8.28571 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[71]: 6 0 465.582 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[131]: 6 0 929 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[195]: 6 0 234.143 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[431]: 6 0 929 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[631]: 6 0 1411 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[671]: 6 0 465.582 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[680]: 6 0 28.6732 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[767]: 6 -1318 0 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[783]: 6 0 49.8571 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[795]: 6 0 234.143 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[797]: 6 -1530.86 0 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[868]: 6 0 13 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[870]: 6 0 13 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[897]: 6 0 28.1146 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[898]: 6 0 28.1146 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[899]: 6 0 14 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[922]: 6 -2901.35 0 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[971]: 6 0 277.939 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[991]: 6 0 46.5 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[995]: 6 0 234.143 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[1025]: 6 0 105.712 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[1027]: 6 0 105.712 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[1078]: 6 -11 0 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[1159]: 6 0 153.143 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[1171]: 6 0 465.582 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[1278]: 6 -1021 0 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[1330]: 6 0 830.225 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[1371]: 6 0 465.582 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[1380]: 6 0 28.6732 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[1475]: 6 0 750 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[1531]: 6 0 929 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[1571]: 6 0 465.582 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[1572]: 6 0 1021 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[1600]: 6 -1505.51 0 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[1708]: 6 -1125.65 0 shouldn't be
1907.01/1918.23	WSVECS04 Frhs2[1811]: 6 0 364.112 shouldn't be
1923.66/1935.01	c #Conflicts:     758000 | #Constraints:      61959
1923.66/1935.01	c #Conflicts:     759000 | #Constraints:      62959
1923.66/1935.01	c #Conflicts:     760000 | #Constraints:      63959
1923.66/1935.01	c #Conflicts:     761000 | #Constraints:      64959
1923.66/1935.01	c #Conflicts:     762000 | #Constraints:      65959
1923.66/1935.01	c #Conflicts:     763000 | #Constraints:      66959
1923.66/1935.01	c #Conflicts:     764000 | #Constraints:      67959
1923.66/1935.01	c #Conflicts:     765000 | #Constraints:      68959
1923.66/1935.01	c #Conflicts:     766000 | #Constraints:      69959
1923.66/1935.01	c #Conflicts:     767000 | #Constraints:      70959
1923.66/1935.01	c #Conflicts:     768000 | #Constraints:      71959
1923.66/1935.01	c #Conflicts:     769000 | #Constraints:      72959
1923.66/1935.01	c #Conflicts:     770000 | #Constraints:      73959
1923.66/1935.01	c #Conflicts:     771000 | #Constraints:      74959
1923.66/1935.01	c #Conflicts:     772000 | #Constraints:      75959
1923.66/1935.01	c #Conflicts:     773000 | #Constraints:      76959
1923.66/1935.01	c #Conflicts:     774000 | #Constraints:      77959
1923.66/1935.01	c INPROCESSING
1923.66/1935.01	c GARBAGE COLLECT
1923.66/1935.01	c #Conflicts:     775000 | #Constraints:      61541
1923.66/1935.01	c #Conflicts:     776000 | #Constraints:      62541
1923.66/1935.01	c #Conflicts:     777000 | #Constraints:      63541
1923.66/1935.01	c #Conflicts:     778000 | #Constraints:      64541
1923.66/1935.01	c #Conflicts:     779000 | #Constraints:      65541
1923.66/1935.01	c #Conflicts:     780000 | #Constraints:      66541
1923.66/1935.01	c #Conflicts:     781000 | #Constraints:      67541
1923.66/1935.01	c #Conflicts:     782000 | #Constraints:      68541
1923.66/1935.01	c #Conflicts:     783000 | #Constraints:      69541
1923.66/1935.01	c #Conflicts:     784000 | #Constraints:      70541
1923.66/1935.01	c #Conflicts:     785000 | #Constraints:      71541
1923.66/1935.01	c #Conflicts:     786000 | #Constraints:      72541
1923.66/1935.01	c #Conflicts:     787000 | #Constraints:      73541
1923.66/1935.01	c #Conflicts:     788000 | #Constraints:      74541
1923.66/1935.01	c #Conflicts:     789000 | #Constraints:      75541
1923.66/1935.01	c #Conflicts:     790000 | #Constraints:      76541
1923.66/1935.01	c #Conflicts:     791000 | #Constraints:      77541
1923.66/1935.01	c #Conflicts:     792000 | #Constraints:      78541
1923.66/1935.01	c INPROCESSING
1923.66/1935.01	c GARBAGE COLLECT
1923.66/1935.01	c #Conflicts:     793000 | #Constraints:      61934
1923.66/1935.01	c #Conflicts:     794000 | #Constraints:      62934
1923.66/1935.01	c #Conflicts:     795000 | #Constraints:      63934
1923.66/1935.01	c #Conflicts:     796000 | #Constraints:      64934
1923.66/1935.01	c #Conflicts:     797000 | #Constraints:      65934
1923.66/1935.01	c #Conflicts:     798000 | #Constraints:      66934
1923.66/1935.01	c #Conflicts:     799000 | #Constraints:      67934
1923.66/1935.01	c #Conflicts:     800000 | #Constraints:      68934
1923.66/1935.01	c #Conflicts:     801000 | #Constraints:      69934
1923.66/1935.01	c #Conflicts:     802000 | #Constraints:      70934
1923.66/1935.01	c #Conflicts:     803000 | #Constraints:      71934
1923.66/1935.01	c #Conflicts:     804000 | #Constraints:      72934
1923.66/1935.01	c #Conflicts:     805000 | #Constraints:      73934
1923.66/1935.01	c #Conflicts:     806000 | #Constraints:      74934
1923.66/1935.01	c #Conflicts:     807000 | #Constraints:      75934
1923.66/1935.01	c #Conflicts:     808000 | #Constraints:      76934
1923.66/1935.01	c #Conflicts:     809000 | #Constraints:      77934
1923.66/1935.01	c #Conflicts:     810000 | #Constraints:      78934
1923.66/1935.01	c INPROCESSING
1923.66/1935.01	c GARBAGE COLLECT
1923.66/1935.01	c #Conflicts:     811000 | #Constraints:      62120
1923.66/1935.01	c #Conflicts:     812000 | #Constraints:      63120
1923.66/1935.01	c #Conflicts:     813000 | #Constraints:      64120
1923.66/1935.01	c #Conflicts:     814000 | #Constraints:      65120
1923.66/1935.01	c #Conflicts:     815000 | #Constraints:      66120
1923.66/1935.01	c #Conflicts:     816000 | #Constraints:      67120
1923.66/1935.01	c #Conflicts:     817000 | #Constraints:      68120
1923.66/1935.01	c #Conflicts:     818000 | #Constraints:      69120
1923.66/1935.01	c #Conflicts:     819000 | #Constraints:      70120
1923.66/1935.01	c #Conflicts:     820000 | #Constraints:      71120
1923.66/1935.01	c #Conflicts:     821000 | #Constraints:      72120
1923.66/1935.01	c #Conflicts:     822000 | #Constraints:      73120
1923.66/1935.01	c #Conflicts:     823000 | #Constraints:      74120
1923.66/1935.01	c #Conflicts:     824000 | #Constraints:      75120
1923.66/1935.01	c #Conflicts:     825000 | #Constraints:      76120
1923.66/1935.01	c #Conflicts:     826000 | #Constraints:      77120
1923.66/1935.01	c #Conflicts:     827000 | #Constraints:      78120
1923.66/1935.01	c #Conflicts:     828000 | #Constraints:      79120
1923.66/1935.01	c INPROCESSING
1923.66/1935.01	c GARBAGE COLLECT
1923.66/1935.01	c #Conflicts:     829000 | #Constraints:      62127
1923.66/1935.01	c #Conflicts:     830000 | #Constraints:      63127
1923.66/1935.01	c #Conflicts:     831000 | #Constraints:      64127
1923.66/1935.01	c #Conflicts:     832000 | #Constraints:      65127
1923.66/1935.01	c #Conflicts:     833000 | #Constraints:      66127
1923.66/1935.01	c #Conflicts:     834000 | #Constraints:      67127
1942.61/1953.98	c #Conflicts:     835000 | #Constraints:      68127
1942.61/1953.98	c #Conflicts:     836000 | #Constraints:      69127
1942.61/1953.98	c #Conflicts:     837000 | #Constraints:      70127
1942.61/1953.98	c #Conflicts:     838000 | #Constraints:      71127
1942.61/1953.98	c #Conflicts:     839000 | #Constraints:      72127
1942.61/1953.98	c #Conflicts:     840000 | #Constraints:      73127
1942.61/1953.98	c #Conflicts:     841000 | #Constraints:      74127
1942.61/1953.98	c #Conflicts:     842000 | #Constraints:      75127
1942.61/1953.98	c #Conflicts:     843000 | #Constraints:      76127
1942.61/1953.98	c #Conflicts:     844000 | #Constraints:      77127
1942.61/1953.98	c #Conflicts:     845000 | #Constraints:      78127
1942.61/1953.98	c #Conflicts:     846000 | #Constraints:      79127
1942.61/1953.98	c INPROCESSING
1942.61/1953.98	c GARBAGE COLLECT
1942.61/1953.98	c #Conflicts:     847000 | #Constraints:      61918
1942.61/1953.98	c #Conflicts:     848000 | #Constraints:      62918
1942.61/1953.98	c #Conflicts:     849000 | #Constraints:      63918
1942.61/1953.98	c #Conflicts:     850000 | #Constraints:      64918
1942.61/1953.98	c #Conflicts:     851000 | #Constraints:      65918
1942.61/1953.98	c #Conflicts:     852000 | #Constraints:      66918
1942.61/1953.98	c #Conflicts:     853000 | #Constraints:      67918
1942.61/1953.98	c #Conflicts:     854000 | #Constraints:      68918
1942.61/1953.98	c #Conflicts:     855000 | #Constraints:      69918
1942.61/1953.98	c #Conflicts:     856000 | #Constraints:      70918
1942.61/1953.98	c #Conflicts:     857000 | #Constraints:      71918
1942.61/1953.98	c #Conflicts:     858000 | #Constraints:      72918
1942.61/1953.98	c #Conflicts:     859000 | #Constraints:      73918
1942.61/1953.98	c #Conflicts:     860000 | #Constraints:      74918
1942.61/1953.98	c #Conflicts:     861000 | #Constraints:      75918
1942.61/1953.98	c #Conflicts:     862000 | #Constraints:      76918
1942.61/1953.98	WSVECS04 Frhs2[74]: 6 -1856.29 0 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[80]: 6 0 178.405 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[195]: 6 0 469.234 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[316]: 6 0 1307.69 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[317]: 6 0 1789 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[368]: 6 0 554.334 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[445]: 6 0 49.4913 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[675]: 6 0 207.341 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[689]: 6 -1531.01 0 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[690]: 6 0 1048.59 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[722]: 6 0 11.2501 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[748]: 6 0 49.2169 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[817]: 6 -3724.69 0 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[844]: 6 0 244.108 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[878]: 6 -755 0 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[930]: 6 0 1071.95 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[975]: 6 0 184.841 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1025]: 6 0 11.25 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1075]: 6 0 444.841 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1123]: 6 -2213.75 0 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1133]: 6 -2080 0 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1179]: 6 -2591.83 0 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1196]: 6 0 200.25 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1225]: 6 0 257.25 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1263]: 6 0 498.4 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1275]: 6 0 444.841 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1326]: 6 0 123 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1356]: 6 -244.25 0 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1364]: 6 -2337.15 0 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1368]: 6 0 256 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1374]: 6 0 677.25 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1447]: 6 0 258.208 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1464]: 6 0 381.45 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1477]: 6 0 361.775 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1500]: 6 -691.531 0 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1527]: 6 0 11.25 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1547]: 6 0 258.209 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1549]: 6 -327 0 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1568]: 6 0 256 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1575]: 6 0 195.841 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1650]: 6 -587 0 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1659]: 6 0 49.75 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1675]: 6 0 184.841 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1779]: 6 0 373 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1897]: 6 0 518 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1942]: 6 0 520 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[1959]: 6 0 174 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[2052]: 6 0 105 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[2091]: 6 -516 0 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[2180]: 6 0 177 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[2189]: 6 0 71.0001 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[2198]: 6 -80.0001 0 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[2232]: 6 0 196 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[2237]: 6 0 31.0001 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[2246]: 6 -507 0 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[2249]: 6 0 39.0001 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[2442]: 6 0 68 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[2444]: 6 0 61.0001 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[2619]: 6 -625 0 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[2649]: 6 0 35.0001 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[2651]: 6 0 73.0001 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[2662]: 6 0 41 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[2683]: 6 0 231 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[2684]: 6 0 198 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[2696]: 6 -711 0 shouldn't be
1942.61/1953.98	WSVECS04 Frhs2[2699]: 6 -86 0 shouldn't be
1943.71/1955.10	WSVECS04 Frhs2[525]: 6 0 11.2501 shouldn't be
1943.71/1955.10	WSVECS04 Frhs2[543]: 6 0 148.696 shouldn't be
1943.71/1955.10	WSVECS04 Frhs2[546]: 6 0 432.742 shouldn't be
1943.71/1955.10	WSVECS04 Frhs2[1046]: 6 0 284.046 shouldn't be
1943.71/1955.10	WSVECS04 Frhs2[1246]: 6 0 284.046 shouldn't be
1943.71/1955.10	WSVECS04 Frhs2[1247]: 6 0 585.208 shouldn't be
1943.71/1955.10	WSVECS04 Frhs2[1255]: 6 0 100.516 shouldn't be
1943.71/1955.10	WSVECS04 Frhs2[1647]: 6 0 258.208 shouldn't be
1943.71/1955.10	WSVECS04 Frhs2[1668]: 6 0 379.6 shouldn't be
1943.71/1955.10	WSVECS04 Frhs2[2177]: 6 -871 0 shouldn't be
1943.71/1955.10	WSVECS04 Frhs2[2202]: 6 0 21.0001 shouldn't be
1943.71/1955.10	WSVECS04 Frhs2[2231]: 6 0 22 shouldn't be
1943.71/1955.10	WSVECS04 Frhs2[2240]: 6 0 193 shouldn't be
1943.71/1955.10	WSVECS04 Frhs2[2670]: 6 0 198 shouldn't be
1943.71/1955.10	WSVECS04 Frhs2[2690]: 6 0 68.0001 shouldn't be
1944.71/1956.10	WSVECS04 Frhs2[38]: 6 0 241 shouldn't be
1944.71/1956.10	WSVECS04 Frhs2[646]: 6 0 429.046 shouldn't be
1944.71/1956.10	WSVECS04 Frhs2[980]: 6 0 1196.27 shouldn't be
1944.71/1956.10	WSVECS04 Frhs2[1180]: 6 0 1196.27 shouldn't be
1944.71/1956.10	WSVECS04 Frhs2[1277]: 6 0 645.1 shouldn't be
1944.71/1956.10	WSVECS04 Frhs2[1296]: 6 0 200.25 shouldn't be
1944.71/1956.10	WSVECS04 Frhs2[1316]: 6 -481.305 0 shouldn't be
1944.71/1956.10	WSVECS04 Frhs2[1338]: 6 0 241 shouldn't be
1944.71/1956.10	WSVECS04 Frhs2[1442]: 6 -327 0 shouldn't be
1944.71/1956.10	WSVECS04 Frhs2[1474]: 6 0 670.675 shouldn't be
1944.71/1956.10	WSVECS04 Frhs2[1680]: 6 0 1196.27 shouldn't be
1944.71/1956.10	WSVECS04 Frhs2[2210]: 6 0 371.537 shouldn't be
1944.71/1956.10	WSVECS04 Frhs2[2656]: 6 0 300 shouldn't be
1950.28/1961.60	c #Conflicts:     863000 | #Constraints:      77918
1950.28/1961.60	c #Conflicts:     864000 | #Constraints:      78918
1950.28/1961.60	c #Conflicts:     865000 | #Constraints:      79918
1950.28/1961.60	c INPROCESSING
1950.28/1961.60	c GARBAGE COLLECT
1950.28/1961.60	c #Conflicts:     866000 | #Constraints:      62558
1950.28/1961.60	c #Conflicts:     867000 | #Constraints:      63558
1950.28/1961.60	c #Conflicts:     868000 | #Constraints:      64558
1950.28/1961.60	c #Conflicts:     869000 | #Constraints:      65558
1950.28/1961.60	c #Conflicts:     870000 | #Constraints:      66558
1950.28/1961.60	c #Conflicts:     871000 | #Constraints:      67558
1950.28/1961.60	c #Conflicts:     872000 | #Constraints:      68558
1950.28/1961.60	c #Conflicts:     873000 | #Constraints:      69558
1950.28/1961.60	WSVECS04 Frhs2[16]: 6 0 232.306 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[25]: 6 0 904.269 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[52]: 6 -1769 0 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[62]: 6 0 105.344 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[63]: 6 0 639.344 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[124]: 6 0 444.656 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[153]: 6 0 1296.11 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[154]: 6 0 1401.46 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[157]: 6 0 1296.11 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[163]: 6 0 639.344 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[164]: 6 0 729.344 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[169]: 6 0 225 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[184]: 6 0 808 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[197]: 6 0 592.366 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[199]: 6 0 404.366 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[200]: 6 0 592.366 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[212]: 6 -1766 0 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[216]: 6 0 232.306 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[256]: 6 -1475.23 0 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[259]: 6 0 798.263 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[262]: 6 0 105.344 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[263]: 6 0 639.344 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[287]: 6 0 11.0001 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[313]: 6 0 400 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[314]: 6 0 1074 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[320]: 6 0 400 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[323]: 6 -95.0001 0 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[352]: 6 0 639.806 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[353]: 6 0 639.806 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[354]: 6 0 745.15 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[360]: 6 0 1085.15 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[362]: 6 0 105.344 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[363]: 6 0 399.688 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[414]: 6 0 674 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[420]: 6 -1508 0 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[467]: 6 -775.344 0 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[478]: 6 -900.806 0 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[487]: 6 0 11 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[516]: 6 0 232.306 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[517]: 6 0 629.806 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[557]: 6 0 422.081 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[562]: 6 0 105.344 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[564]: 6 0 316 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[614]: 6 0 674 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[624]: 6 0 1252.66 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[627]: 6 0 202 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[638]: 6 0 181 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[663]: 6 0 639.344 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[668]: 6 0 105.344 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[674]: 6 0 186.269 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[697]: 6 0 188 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[698]: 6 0 109 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[716]: 6 0 232.306 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[717]: 6 0 629.806 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[738]: 6 0 1710.17 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[774]: 6 0 90 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[797]: 6 -756 0 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[814]: 6 0 409.382 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[822]: 6 0 111.344 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[824]: 6 0 878.323 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[830]: 6 0 2.97831 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[839]: 6 0 510.054 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[929]: 6 0 567.634 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[938]: 6 0 181 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[963]: 6 0 921.688 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[964]: 6 0 1011.69 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[968]: 6 0 387.688 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[969]: 6 0 507.344 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[984]: 6 0 625.656 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1016]: 6 0 232.306 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1032]: 6 -845 0 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1038]: 6 0 181 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1074]: 6 0 90.0001 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1084]: 6 0 158.656 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1087]: 6 0 169.656 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1090]: 6 0 158.656 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1100]: 6 -41.8281 0 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1116]: 6 0 232.306 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1122]: 6 0 108.366 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1189]: 6 -762.656 0 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1192]: 6 0 496.828 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1198]: 6 0 417.828 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1199]: 6 0 308.828 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1214]: 6 0 674 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1216]: 6 0 232.306 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1224]: 6 0 1252.66 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1234]: 6 -561 0 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1274]: 6 0 90 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1298]: 6 0 1096.83 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1300]: 6 0 1175.83 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1325]: 6 0 96.2689 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1359]: 6 0 430 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1412]: 6 -448.5 0 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1416]: 6 0 232.306 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1438]: 6 0 181 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1496]: 6 0 35.172 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1497]: 6 0 532 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1560]: 6 0 445.344 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1564]: 6 0 624 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1638]: 6 0 181 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1674]: 6 0 90 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1692]: 6 0 282.308 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1698]: 6 0 203.308 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1716]: 6 0 232.306 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1717]: 6 0 629.806 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1724]: 6 0 1349.31 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1727]: 6 0 298.656 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1738]: 6 0 181 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1762]: 6 0 94.3439 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1912]: 6 0 70.0001 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1913]: 6 0 58.0001 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1967]: 6 0 30.0001 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[1979]: 6 0 226 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2057]: 6 0 656.656 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2084]: 6 0 266 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2092]: 6 0 444 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2093]: 6 0 704 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2111]: 6 0 303 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2118]: 6 0 151 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2124]: 6 0 309 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2131]: 6 0 17 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2134]: 6 0 59.0001 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2340]: 6 0 123 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2363]: 6 0 4.34389 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2372]: 6 0 110.344 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2403]: 6 -325 0 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2412]: 6 0 88 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2428]: 6 -325 0 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2429]: 6 0 41.6562 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2624]: 6 0 809 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2625]: 6 0 311 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2630]: 6 0 491 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2631]: 6 -506 0 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2639]: 6 0 360 shouldn't be
1950.28/1961.60	WSVECS04 Frhs2[2681]: 6 0 68.0001 shouldn't be
1951.18/1962.54	WSVECS04 Frhs2[474]: 6 0 90 shouldn't be
1951.18/1962.54	WSVECS04 Frhs2[617]: 6 0 629.806 shouldn't be
1951.18/1962.54	WSVECS04 Frhs2[762]: 6 0 105.344 shouldn't be
1951.18/1962.54	WSVECS04 Frhs2[1754]: 6 0 105.344 shouldn't be
1951.18/1962.54	WSVECS04 Frhs2[1938]: 6 0 410 shouldn't be
1951.18/1962.54	WSVECS04 Frhs2[1949]: 6 0 71.0001 shouldn't be
1951.18/1962.54	WSVECS04 Frhs2[1970]: 6 0 52 shouldn't be
1951.18/1962.54	WSVECS04 Frhs2[2106]: 6 -380 0 shouldn't be
1951.18/1962.54	WSVECS04 Frhs2[2157]: 6 0 130 shouldn't be
1951.18/1962.54	WSVECS04 Frhs2[2159]: 6 0 198 shouldn't be
1951.18/1962.54	WSVECS04 Frhs2[2331]: 6 0 228.344 shouldn't be
1951.18/1962.54	WSVECS04 Frhs2[2386]: 6 0 102 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[12]: 6 -337 0 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[59]: 6 0 445.344 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[100]: 6 -68.0001 0 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[194]: 6 0 592.366 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[433]: 6 0 380 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[464]: 6 0 729.344 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[760]: 6 0 445.344 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[768]: 6 0 105.344 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[893]: 6 0 496.828 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[894]: 6 0 464.517 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[967]: 6 0 282.344 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[1159]: 6 0 445.344 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[1233]: 6 0 380 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[1238]: 6 0 181 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[1314]: 6 0 1130.04 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[1318]: 6 0 546.038 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[1319]: 6 0 546.038 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[1694]: 6 0 282.308 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[1920]: 6 0 189 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[1940]: 6 0 178 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[2058]: 6 0 396.656 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[2059]: 6 0 589.656 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[2120]: 6 0 482 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[2130]: 6 0 311 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[2133]: 6 0 10 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[2138]: 6 0 540 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[2139]: 6 0 817 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[2271]: 6 0 28 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[2279]: 6 0 151 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[2590]: 6 0 50 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[2669]: 6 0 305 shouldn't be
1952.18/1963.56	WSVECS04 Frhs2[2682]: 6 -86.0001 0 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[223]: 6 -1252.66 0 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[268]: 6 0 105.344 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[269]: 6 0 225 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[364]: 6 0 729.344 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[422]: 6 0 453.366 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[734]: 6 0 1529.17 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[754]: 6 0 105.344 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[759]: 6 0 445.344 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[787]: 6 0 11.0001 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[840]: 6 0 510.054 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[872]: 6 0 485.677 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[1322]: 6 0 453.366 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[1524]: 6 0 1252.66 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[1554]: 6 0 105.344 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[1714]: 6 0 674 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[1772]: 6 0 543.366 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[1774]: 6 0 90.0001 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[1927]: 6 -605 0 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[1947]: 6 0 6.00008 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[1980]: 6 -328 0 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[2142]: 6 0 912 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[2272]: 6 -1020 0 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[2328]: 6 -557 0 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[2582]: 6 -311 0 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[2591]: 6 -260 0 shouldn't be
1953.68/1965.09	WSVECS04 Frhs2[2641]: 6 0 12.0001 shouldn't be
1959.67/1971.09	c #Conflicts:     874000 | #Constraints:      70558
1959.67/1971.09	c #Conflicts:     875000 | #Constraints:      71558
1959.67/1971.09	c #Conflicts:     876000 | #Constraints:      72558
1959.67/1971.09	c #Conflicts:     877000 | #Constraints:      73558
1959.67/1971.09	c #Conflicts:     878000 | #Constraints:      74558
1959.67/1971.09	c #Conflicts:     879000 | #Constraints:      75558
1959.67/1971.09	c #Conflicts:     880000 | #Constraints:      76558
1959.67/1971.09	c #Conflicts:     881000 | #Constraints:      77558
1959.67/1971.09	c #Conflicts:     882000 | #Constraints:      78558
1959.67/1971.09	c #Conflicts:     883000 | #Constraints:      79558
1959.67/1971.09	c #Conflicts:     884000 | #Constraints:      80558
1959.67/1971.09	c INPROCESSING
1959.67/1971.09	c GARBAGE COLLECT
1959.67/1971.09	c #Conflicts:     885000 | #Constraints:      62961
1959.67/1971.09	c #Conflicts:     886000 | #Constraints:      63961
1959.67/1971.09	c #Conflicts:     887000 | #Constraints:      64961
1959.67/1971.09	WSVECS04 Frhs2[18]: 6 0 6.00006 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[58]: 6 0 3.00005 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[84]: 6 0 10.272 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[112]: 6 -1390.64 0 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[117]: 6 0 6.00006 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[118]: 6 0 6.00009 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[158]: 6 0 3.00002 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[168]: 6 0 10.272 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[202]: 6 0 10.272 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[234]: 6 -1335.14 0 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[235]: 6 0 368.136 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[284]: 6 0 20.5439 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[319]: 6 0 7.50003 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[330]: 6 0 3.00008 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[401]: 6 -929 0 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[456]: 6 -360.544 0 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[486]: 6 0 580.728 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[551]: 6 0 2.54388 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[553]: 6 0 2.54393 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[563]: 6 0 12.8158 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[570]: 6 0 12.8158 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[615]: 6 0 371.136 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[628]: 6 0 827.952 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[723]: 6 -293.204 0 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[729]: 6 0 563.476 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[784]: 6 0 957 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[829]: 6 0 799.68 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[867]: 6 -215.211 0 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[886]: 6 0 297 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[887]: 6 0 10.272 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[917]: 6 0 6.0001 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1001]: 6 -45.0001 0 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1064]: 6 0 147.43 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1121]: 6 0 242.204 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1127]: 6 0 3.00003 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1131]: 6 0 475.4 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1134]: 6 -990.4 0 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1161]: 6 -619.702 0 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1184]: 6 0 10.272 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1186]: 6 0 297 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1235]: 6 0 368.136 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1263]: 6 0 25.6316 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1264]: 6 0 25.6316 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1265]: 6 -6111.62 0 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1286]: 6 0 297 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1361]: 6 0 839.693 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1365]: 6 0 471.557 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1386]: 6 0 297 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1411]: 6 0 827 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1415]: 6 0 374.136 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1419]: 6 0 7.50002 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1423]: 6 -629 0 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1425]: 6 0 239.272 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1428]: 6 0 588.748 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1435]: 6 0 368.136 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1463]: 6 0 28.6316 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1484]: 6 0 10.272 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1511]: 6 0 812 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1512]: 6 -875 0 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1517]: 6 0 3.00001 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1518]: 6 0 6.00004 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1519]: 6 0 7.50007 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1529]: 6 0 1270.68 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1559]: 6 0 3.00002 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1563]: 6 0 28.6317 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1569]: 6 0 3.00009 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1584]: 6 0 10.272 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1586]: 6 0 294 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1617]: 6 0 6.00004 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1629]: 6 0 563.476 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1633]: 6 0 113.6 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1637]: 6 0 113.6 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1639]: 6 0 113.6 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1664]: 6 0 25.6316 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1667]: 6 -487.728 0 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1684]: 6 0 10.2719 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1723]: 6 0 902.204 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1784]: 6 0 10.272 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1786]: 6 0 297 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1848]: 6 -801 0 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1862]: 6 0 246 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1863]: 6 0 345 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1870]: 6 0 75 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1879]: 6 0 14.0001 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[1886]: 6 -814 0 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[2017]: 6 0 430 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[2025]: 6 0 342 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[2034]: 6 0 277 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[2043]: 6 0 538 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[2046]: 6 0 136.408 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[2052]: 6 0 819 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[2289]: 6 0 103 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[2291]: 6 0 346.728 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[2292]: 6 0 162 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[2294]: 6 0 250 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[2345]: 6 0 246.307 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[2346]: 6 0 480.105 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[2347]: 6 0 104 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[2348]: 6 0 358.307 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[2532]: 6 0 309 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[2550]: 6 0 248 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[2555]: 6 0 20.272 shouldn't be
1959.67/1971.09	WSVECS04 Frhs2[2596]: 6 0 10 shouldn't be
1960.95/1972.37	WSVECS04 Frhs2[86]: 6 0 297 shouldn't be
1960.95/1972.37	WSVECS04 Frhs2[115]: 6 0 374.136 shouldn't be
1960.95/1972.37	WSVECS04 Frhs2[656]: 6 -219.272 0 shouldn't be
1960.95/1972.37	WSVECS04 Frhs2[753]: 6 0 113 shouldn't be
1960.95/1972.37	WSVECS04 Frhs2[863]: 6 0 25.6316 shouldn't be
1960.95/1972.37	WSVECS04 Frhs2[864]: 6 0 25.6317 shouldn't be
1960.95/1972.37	WSVECS04 Frhs2[1070]: 6 0 147.43 shouldn't be
1960.95/1972.37	WSVECS04 Frhs2[1187]: 6 0 10.272 shouldn't be
1960.95/1972.37	WSVECS04 Frhs2[1787]: 6 0 10.272 shouldn't be
1960.95/1972.37	WSVECS04 Frhs2[1872]: 6 0 584 shouldn't be
1960.95/1972.37	WSVECS04 Frhs2[2569]: 6 0 238 shouldn't be
1962.25/1973.68	WSVECS04 Frhs2[1163]: 6 0 25.6316 shouldn't be
1962.25/1973.68	WSVECS04 Frhs2[1268]: 6 0 32.9036 shouldn't be
1962.25/1973.68	WSVECS04 Frhs2[1568]: 6 0 38.9036 shouldn't be
1962.25/1973.68	WSVECS04 Frhs2[1619]: 6 0 7.50001 shouldn't be
1962.25/1973.68	WSVECS04 Frhs2[1628]: 6 0 588.748 shouldn't be
1962.25/1973.68	WSVECS04 Frhs2[2061]: 6 0 638 shouldn't be
1962.25/1973.68	WSVECS04 Frhs2[2552]: 6 0 220 shouldn't be
1964.05/1975.41	WSVECS04 Frhs2[201]: 6 0 10.272 shouldn't be
1964.05/1975.41	WSVECS04 Frhs2[203]: 6 0 10.272 shouldn't be
1964.05/1975.41	WSVECS04 Frhs2[490]: 6 0 283.728 shouldn't be
1964.05/1975.41	WSVECS04 Frhs2[520]: 6 0 131.821 shouldn't be
1964.05/1975.41	WSVECS04 Frhs2[523]: 6 -245.204 0 shouldn't be
1964.05/1975.41	WSVECS04 Frhs2[763]: 6 0 25.6316 shouldn't be
1964.05/1975.41	WSVECS04 Frhs2[920]: 6 0 3.00004 shouldn't be
1964.05/1975.41	WSVECS04 Frhs2[1225]: 6 0 239.272 shouldn't be
1964.05/1975.41	WSVECS04 Frhs2[1558]: 6 0 6.00007 shouldn't be
1964.05/1975.41	WSVECS04 Frhs2[1820]: 6 0 96.0001 shouldn't be
1964.05/1975.41	WSVECS04 Frhs2[1851]: 6 0 72.0001 shouldn't be
1964.05/1975.41	WSVECS04 Frhs2[1984]: 6 0 66.0001 shouldn't be
1964.05/1975.41	WSVECS04 Frhs2[2524]: 6 -605 0 shouldn't be
1964.05/1975.41	WSVECS04 Frhs2[2549]: 6 0 291 shouldn't be
1967.95/1979.37	c #Conflicts:     888000 | #Constraints:      65962
1967.95/1979.37	c #Conflicts:     889000 | #Constraints:      66962
1967.95/1979.37	c #Conflicts:     890000 | #Constraints:      67962
1967.95/1979.37	c #Conflicts:     891000 | #Constraints:      68962
1967.95/1979.37	c #Conflicts:     892000 | #Constraints:      69962
1967.95/1979.37	c #Conflicts:     893000 | #Constraints:      70962
1967.95/1979.37	c #Conflicts:     894000 | #Constraints:      71962
1967.95/1979.37	c #Conflicts:     895000 | #Constraints:      72962
1967.95/1979.37	c #Conflicts:     896000 | #Constraints:      73962
1967.95/1979.37	c #Conflicts:     897000 | #Constraints:      74962
1967.95/1979.37	c #Conflicts:     898000 | #Constraints:      75962
1967.95/1979.37	c #Conflicts:     899000 | #Constraints:      76962
1967.95/1979.37	c #Conflicts:     900000 | #Constraints:      77962
1967.95/1979.37	WSVECS04 Frhs2[20]: 6 0 819.833 shouldn't be
1967.95/1979.37	WSVECS04 Frhs2[27]: 6 0 38.4168 shouldn't be
1967.95/1979.37	WSVECS04 Frhs2[30]: 6 0 943.667 shouldn't be
1967.95/1979.37	WSVECS04 Frhs2[53]: 6 0 256.583 shouldn't be
1967.95/1979.37	WSVECS04 Frhs2[67]: 6 -690 0 shouldn't be
1967.95/1979.37	WSVECS04 Frhs2[82]: 6 0 828.833 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[89]: 6 0 1123.83 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[106]: 6 0 1824.42 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[120]: 6 0 425.75 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[164]: 6 0 1143.17 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[166]: 6 0 2023.42 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[170]: 6 0 1331.08 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[187]: 6 0 889.639 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[227]: 6 0 315.722 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[262]: 6 0 957.25 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[269]: 6 0 957.25 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[270]: 6 0 264.917 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[281]: 6 0 811.833 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[282]: 6 0 245.833 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[283]: 6 0 245.833 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[288]: 6 0 245.833 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[289]: 6 0 245.833 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[290]: 6 0 245.833 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[312]: 6 0 394.083 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[380]: 6 0 39.75 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[423]: 6 -531 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[483]: 6 0 245.833 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[488]: 6 0 245.833 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[510]: 6 0 12.1667 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[587]: 6 0 873.639 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[612]: 6 0 732.917 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[616]: 6 0 106 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[618]: 6 0 1824.42 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[619]: 6 0 654.083 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[620]: 6 0 819.833 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[688]: 6 0 1824.42 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[720]: 6 0 381.917 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[812]: 6 -600.667 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[867]: 6 -1384.67 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[872]: 6 -712 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[953]: 6 0 256.583 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[956]: 6 -1394.17 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[962]: 6 0 692.333 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1012]: 6 -180.917 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1017]: 6 0 437.917 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1019]: 6 0 654.083 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1056]: 6 -1402.58 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1062]: 6 0 1388.5 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1064]: 6 0 508.25 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1066]: 6 0 1388.5 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1087]: 6 0 889.639 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1212]: 6 -772.833 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1220]: 6 0 819.833 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1277]: 6 0 18 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1304]: 6 0 687.5 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1323]: 6 -127 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1326]: 6 0 159.583 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1330]: 6 0 905.25 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1353]: 6 0 256.583 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1378]: 6 -126.667 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1420]: 6 0 819.833 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1453]: 6 0 256.583 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1481]: 6 0 566 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1578]: 6 -1147.67 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1587]: 6 0 889.639 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1610]: 6 -5499.21 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1656]: 6 -1766.92 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1681]: 6 0 566 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1754]: 6 0 1544 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1771]: 6 0 253.333 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1777]: 6 0 242 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1780]: 6 0 692.333 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1805]: 6 0 1934.42 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1808]: 6 -436.208 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1847]: 6 0 1831.42 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1848]: 6 0 2251.42 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1850]: 6 0 2498.42 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1851]: 6 0 1813.42 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1853]: 6 0 1170.21 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1859]: 6 0 268 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1900]: 6 0 405 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1901]: 6 -22 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1940]: 6 0 151 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1945]: 6 0 117 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[1963]: 6 0 146.083 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2055]: 6 0 916.667 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2173]: 6 -150 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2181]: 6 0 38 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2189]: 6 0 71.0001 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2198]: 6 0 180 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2273]: 6 -2046.17 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2279]: 6 0 347 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2299]: 6 -143 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2321]: 6 0 68.0001 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2322]: 6 -86.0001 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2345]: 6 0 286 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2347]: 6 0 18.0001 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2355]: 6 0 1902.75 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2372]: 6 0 94.0001 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2434]: 6 0 402 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2444]: 6 -624 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2450]: 6 0 357 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2460]: 6 0 266 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2461]: 6 0 66 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2468]: 6 -80 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2482]: 6 -104 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2484]: 6 0 115 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2540]: 6 0 300 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2566]: 6 0 285 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2570]: 6 0 1220.19 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2572]: 6 0 1113.19 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2583]: 6 0 113 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2631]: 6 0 28.0001 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2632]: 6 0 250 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2644]: 6 -429 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2647]: 6 0 475 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2657]: 6 0 22.0001 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2658]: 6 0 123 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2668]: 6 -365 0 shouldn't be
1967.95/1979.38	WSVECS04 Frhs2[2683]: 6 -329 0 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[109]: 6 0 1824.42 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[111]: 6 0 1092 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[266]: 6 0 957.25 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[271]: 6 0 253.333 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[487]: 6 0 1135.47 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[489]: 6 0 245.833 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[1271]: 6 0 271.333 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[1298]: 6 0 566 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[1311]: 6 0 1092 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[1371]: 6 0 253.333 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[1717]: 6 0 679.917 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[1757]: 6 0 2295.75 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[1823]: 6 0 213 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[1869]: 6 0 60 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[1950]: 6 0 491 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[1958]: 6 0 278 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[1959]: 6 0 283 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[2282]: 6 -1593.17 0 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[2348]: 6 0 398 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[2453]: 6 0 180 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[2459]: 6 0 309 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[2474]: 6 0 210 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[2478]: 6 0 49.0001 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[2483]: 6 0 9.00008 shouldn't be
1969.13/1980.58	WSVECS04 Frhs2[2623]: 6 0 109 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[202]: 6 0 1431.92 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[217]: 6 0 437.917 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[219]: 6 0 654.083 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[220]: 6 0 819.833 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[278]: 6 -683.333 0 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[317]: 6 0 437.917 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[698]: 6 0 1824.42 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[826]: 6 0 1923.58 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[1016]: 6 0 106 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[1104]: 6 0 687.5 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[1381]: 6 0 566 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[1602]: 6 0 295 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[1706]: 6 0 2837.42 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[1720]: 6 0 1512.17 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[1825]: 6 0 44.0001 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[1868]: 6 0 252 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[1912]: 6 0 12.0001 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[1949]: 6 0 562 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[1951]: 6 0 237 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[1957]: 6 0 69.0001 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[2346]: 6 0 492 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[2377]: 6 0 414 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[2480]: 6 0 96.0001 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[2549]: 6 0 1411.19 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[2567]: 6 0 1310.19 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[2571]: 6 0 1493.19 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[2574]: 6 0 1260.19 shouldn't be
1970.52/1981.97	WSVECS04 Frhs2[2630]: 6 0 257 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[4]: 6 0 687.5 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[83]: 6 0 1123.83 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[107]: 6 0 3847.83 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[230]: 6 0 648.667 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[481]: 6 0 811.833 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[658]: 6 0 1824.42 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[907]: 6 0 912.208 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[910]: 6 0 912.208 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[963]: 6 0 692.333 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[1164]: 6 0 508.25 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[1280]: 6 0 18 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[1456]: 6 -1942.75 0 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[1557]: 6 0 509.75 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[1558]: 6 0 509.75 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[1559]: 6 0 505.583 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[1711]: 6 0 1092 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[1978]: 6 0 113 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[2052]: 6 0 188 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[2061]: 6 0 188 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[2303]: 6 0 1752.75 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[2331]: 6 0 2026.17 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[2410]: 6 0 7.00002 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[2452]: 6 0 217 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[2467]: 6 0 612 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[2498]: 6 -390 0 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[2546]: 6 0 39.0001 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[2553]: 6 0 1247.19 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[2642]: 6 0 43.0001 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[2669]: 6 0 162 shouldn't be
1972.52/1983.90	WSVECS04 Frhs2[2699]: 6 0 131 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[88]: 6 0 1123.83 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[104]: 6 0 2511.92 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[207]: 6 0 1136.92 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[209]: 6 0 1136.92 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[367]: 6 -765.667 0 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[473]: 6 -712 0 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[902]: 6 0 1207.21 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[906]: 6 0 912.208 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[966]: 6 0 692.333 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[969]: 6 0 692.333 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[1069]: 6 0 1388.5 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[1169]: 6 0 1388.5 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[1211]: 6 0 1092 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[1302]: 6 0 295 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[1616]: 6 0 106 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[1620]: 6 0 819.833 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[1802]: 6 0 147 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[1819]: 6 0 1971.13 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[1822]: 6 0 422 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[1861]: 6 0 241 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[1941]: 6 0 228 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[2007]: 6 0 914.25 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[2329]: 6 0 2368.17 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[2470]: 6 0 276 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[2488]: 6 0 24 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[2500]: 6 -303 0 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[2551]: 6 0 973.194 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[2569]: 6 0 1217.19 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[2660]: 6 0 260 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[2670]: 6 0 47.0001 shouldn't be
1974.81/1986.28	WSVECS04 Frhs2[2700]: 6 -231 0 shouldn't be
1983.39/1994.85	c #Conflicts:     901000 | #Constraints:      78962
1983.39/1994.85	c #Conflicts:     902000 | #Constraints:      79962
1983.39/1994.85	c #Conflicts:     903000 | #Constraints:      80962
1983.39/1994.85	c INPROCESSING
1983.39/1994.85	c GARBAGE COLLECT
1983.39/1994.85	c rational objective 40264
1991.83/2003.38	c #Conflicts:     904000 | #Constraints:      63135
1991.83/2003.38	c #Conflicts:     905000 | #Constraints:      64135
1991.83/2003.38	c #Conflicts:     906000 | #Constraints:      65135
1991.83/2003.38	c #Conflicts:     907000 | #Constraints:      66135
1991.83/2003.38	c #Conflicts:     908000 | #Constraints:      67135
1991.83/2003.38	c #Conflicts:     909000 | #Constraints:      68135
1991.83/2003.38	c #Conflicts:     910000 | #Constraints:      69135
1991.83/2003.38	c #Conflicts:     911000 | #Constraints:      70135
1991.83/2003.38	c #Conflicts:     912000 | #Constraints:      71135
1991.83/2003.38	c #Conflicts:     913000 | #Constraints:      72135
1991.83/2003.38	c #Conflicts:     914000 | #Constraints:      73135
1991.83/2003.38	c #Conflicts:     915000 | #Constraints:      74135
1991.83/2003.38	c #Conflicts:     916000 | #Constraints:      75135
1991.83/2003.38	c #Conflicts:     917000 | #Constraints:      76136
1991.83/2003.38	c #Conflicts:     918000 | #Constraints:      77136
1991.83/2003.38	c #Conflicts:     919000 | #Constraints:      78136
1991.83/2003.38	c #Conflicts:     920000 | #Constraints:      79136
1991.83/2003.38	c #Conflicts:     921000 | #Constraints:      80136
1991.83/2003.38	WSVECS04 Frhs2[391]: 6 0 263 shouldn't be
1991.83/2003.38	WSVECS04 Frhs2[491]: 6 0 1052 shouldn't be
1991.83/2003.38	WSVECS04 Frhs2[1100]: 6 -1035.33 0 shouldn't be
1991.83/2003.38	WSVECS04 Frhs2[1201]: 6 -295 0 shouldn't be
1991.83/2003.38	WSVECS04 Frhs2[1491]: 6 0 263 shouldn't be
1991.83/2003.38	WSVECS04 Frhs2[1600]: 6 -1081 0 shouldn't be
1991.83/2003.38	WSVECS04 Frhs2[2630]: 6 0 149 shouldn't be
1991.83/2003.38	WSVECS04 Frhs2[2637]: 6 0 81.3334 shouldn't be
1991.83/2003.38	WSVECS04 Frhs2[2639]: 6 0 43.0001 shouldn't be
1991.83/2003.38	WSVECS04 Frhs2[2694]: 6 0 421 shouldn't be
1994.63/2006.13	WSVECS04 Frhs2[795]: 6 0 331.333 shouldn't be
1997.42/2008.95	WSVECS04 Frhs2[591]: 6 0 263 shouldn't be
1997.42/2008.95	WSVECS04 Frhs2[1192]: 6 0 94 shouldn't be
1997.42/2008.95	WSVECS04 Frhs2[1500]: 6 -2104 0 shouldn't be
2000.90/2012.47	WSVECS04 Frhs2[195]: 6 0 29 shouldn't be
2000.90/2012.47	WSVECS04 Frhs2[994]: 6 0 1023 shouldn't be
2000.90/2012.47	WSVECS04 Frhs2[995]: 6 0 1023 shouldn't be
2000.90/2012.47	WSVECS04 Frhs2[1591]: 6 0 263 shouldn't be
2000.90/2012.47	WSVECS04 Frhs2[1794]: 6 0 1052 shouldn't be
2000.90/2012.47	WSVECS04 Frhs2[1795]: 6 0 1052 shouldn't be
2000.90/2012.47	WSVECS04 Frhs2[2646]: 6 0 197.333 shouldn't be
2007.09/2018.69	WSVECS04 Frhs2[94]: 6 0 1023 shouldn't be
2007.09/2018.69	WSVECS04 Frhs2[294]: 6 0 1052 shouldn't be
2007.09/2018.69	WSVECS04 Frhs2[493]: 6 0 1052 shouldn't be
2007.09/2018.69	WSVECS04 Frhs2[495]: 6 0 1052 shouldn't be
2007.09/2018.69	WSVECS04 Frhs2[691]: 6 0 1315 shouldn't be
2007.09/2018.69	WSVECS04 Frhs2[700]: 6 0 1110 shouldn't be
2007.09/2018.69	WSVECS04 Frhs2[894]: 6 0 1052 shouldn't be
2007.09/2018.69	WSVECS04 Frhs2[993]: 6 0 1023 shouldn't be
2007.09/2018.69	WSVECS04 Frhs2[1194]: 6 0 1146 shouldn't be
2007.09/2018.69	WSVECS04 Frhs2[1200]: 6 0 1146 shouldn't be
2007.09/2018.69	WSVECS04 Frhs2[1391]: 6 0 1315 shouldn't be
2007.09/2018.69	WSVECS04 Frhs2[1394]: 6 0 1052 shouldn't be
2007.09/2018.69	WSVECS04 Frhs2[1694]: 6 0 1052 shouldn't be
2007.09/2018.69	WSVECS04 Frhs2[1695]: 6 0 1052 shouldn't be
2013.27/2024.89	WSVECS04 Frhs2[694]: 6 0 1052 shouldn't be
2013.27/2024.89	WSVECS04 Frhs2[1191]: 6 0 1409 shouldn't be
2013.27/2024.89	WSVECS04 Frhs2[1193]: 6 0 1146 shouldn't be
2013.27/2024.89	WSVECS04 Frhs2[1393]: 6 0 1052 shouldn't be
2013.27/2024.89	WSVECS04 Frhs2[1793]: 6 0 1052 shouldn't be
2013.27/2024.89	WSVECS04 Frhs2[2693]: 6 -617 0 shouldn't be
2018.36/2029.95	WSVECS04 Frhs2[93]: 6 0 1023 shouldn't be
2018.36/2029.95	WSVECS04 Frhs2[95]: 6 0 1023 shouldn't be
2018.36/2029.95	WSVECS04 Frhs2[300]: 6 0 1052 shouldn't be
2020.25/2031.87	WSVECS04 Frhs2[500]: 6 0 1110 shouldn't be
2020.25/2031.87	WSVECS04 Frhs2[893]: 6 0 1052 shouldn't be
2021.25/2032.85	WSVECS04 Frhs2[293]: 6 0 1052 shouldn't be
2021.25/2032.85	WSVECS04 Frhs2[991]: 6 0 1286 shouldn't be
2021.25/2032.85	WSVECS04 Frhs2[1400]: 6 0 1052 shouldn't be
2021.25/2032.85	WSVECS04 Frhs2[1691]: 6 0 1315 shouldn't be
2023.46/2035.02	WSVECS04 Frhs2[695]: 6 0 1052 shouldn't be
2026.64/2038.23	WSVECS04 Frhs2[1693]: 6 0 1052 shouldn't be
2033.22/2044.85	WSVECS04 Frhs2[191]: 6 0 292 shouldn't be
2033.22/2044.85	WSVECS04 Frhs2[791]: 6 0 594.333 shouldn't be
2044.78/2056.44	WSVECS04 Frhs2[494]: 6 0 1052 shouldn't be
2053.67/2065.39	WSVECS04 Frhs2[291]: 6 0 1315 shouldn't be
2053.67/2065.39	WSVECS04 Frhs2[295]: 6 0 1052 shouldn't be
2073.11/2084.89	WSVECS04 Frhs2[891]: 6 0 1315 shouldn't be
2083.29/2095.04	WSVECS04 Frhs2[895]: 6 0 1052 shouldn't be
2111.11/2122.90	WSVECS04 Frhs2[693]: 6 0 1052 shouldn't be
2154.97/2166.95	WSVECS04 Frhs2[791]: 6 0 594.333 shouldn't be
2154.97/2166.95	WSVECS04 Frhs2[991]: 6 0 1286 shouldn't be
2154.97/2166.95	WSVECS04 Frhs2[993]: 6 0 1023 shouldn't be
2154.97/2166.95	WSVECS04 Frhs2[1100]: 6 -1035.33 0 shouldn't be
2154.97/2166.95	WSVECS04 Frhs2[1201]: 6 -295 0 shouldn't be
2154.97/2166.95	WSVECS04 Frhs2[2694]: 6 0 421 shouldn't be
2159.46/2171.40	WSVECS04 Frhs2[391]: 6 0 263 shouldn't be
2159.46/2171.40	WSVECS04 Frhs2[591]: 6 0 263 shouldn't be
2159.46/2171.40	WSVECS04 Frhs2[1491]: 6 0 263 shouldn't be
2159.46/2171.40	WSVECS04 Frhs2[2637]: 6 0 81.3333 shouldn't be
2160.95/2172.98	c #Conflicts:     922000 | #Constraints:      81136
2160.95/2172.98	c INPROCESSING
2160.95/2172.98	c GARBAGE COLLECT
2160.95/2172.98	c rational objective 40264
2205.02/2217.12	c #Conflicts:     923000 | #Constraints:      63131
2205.02/2217.12	c #Conflicts:     924000 | #Constraints:      64131
2205.02/2217.12	c #Conflicts:     925000 | #Constraints:      65131
2205.02/2217.12	c #Conflicts:     926000 | #Constraints:      66131
2205.02/2217.12	c #Conflicts:     927000 | #Constraints:      67131
2205.02/2217.12	c #Conflicts:     928000 | #Constraints:      68131
2205.02/2217.12	c #Conflicts:     929000 | #Constraints:      69131
2205.02/2217.12	c #Conflicts:     930000 | #Constraints:      70131
2205.02/2217.12	c #Conflicts:     931000 | #Constraints:      71131
2205.02/2217.12	c #Conflicts:     932000 | #Constraints:      72131
2205.02/2217.12	c #Conflicts:     933000 | #Constraints:      73131
2205.02/2217.12	c #Conflicts:     934000 | #Constraints:      74131
2205.02/2217.12	c #Conflicts:     935000 | #Constraints:      75131
2205.02/2217.12	c #Conflicts:     936000 | #Constraints:      76131
2205.02/2217.12	c #Conflicts:     937000 | #Constraints:      77131
2205.02/2217.12	c #Conflicts:     938000 | #Constraints:      78131
2205.02/2217.12	c #Conflicts:     939000 | #Constraints:      79131
2205.02/2217.12	c #Conflicts:     940000 | #Constraints:      80131
2205.02/2217.12	c #Conflicts:     941000 | #Constraints:      81131
2205.02/2217.12	c INPROCESSING
2205.02/2217.12	c GARBAGE COLLECT
2205.02/2217.12	c rational objective 40264
2231.12/2243.36	c #Conflicts:     942000 | #Constraints:      62928
2231.12/2243.36	c #Conflicts:     943000 | #Constraints:      63928
2231.12/2243.36	c #Conflicts:     944000 | #Constraints:      64928
2231.12/2243.36	c #Conflicts:     945000 | #Constraints:      65928
2231.12/2243.36	c #Conflicts:     946000 | #Constraints:      66928
2231.12/2243.36	c #Conflicts:     947000 | #Constraints:      67928
2231.12/2243.36	c #Conflicts:     948000 | #Constraints:      68928
2231.12/2243.36	c #Conflicts:     949000 | #Constraints:      69928
2231.12/2243.36	c #Conflicts:     950000 | #Constraints:      70928
2231.12/2243.36	c #Conflicts:     951000 | #Constraints:      71928
2231.12/2243.36	c #Conflicts:     952000 | #Constraints:      72928
2231.12/2243.36	c #Conflicts:     953000 | #Constraints:      73928
2231.12/2243.36	c #Conflicts:     954000 | #Constraints:      74928
2231.12/2243.36	c #Conflicts:     955000 | #Constraints:      75928
2231.12/2243.36	c #Conflicts:     956000 | #Constraints:      76928
2231.12/2243.36	c #Conflicts:     957000 | #Constraints:      77928
2231.12/2243.36	c #Conflicts:     958000 | #Constraints:      78928
2231.12/2243.36	c #Conflicts:     959000 | #Constraints:      79928
2231.12/2243.36	c #Conflicts:     960000 | #Constraints:      80928
2231.12/2243.36	c #Conflicts:     961000 | #Constraints:      81928
2231.12/2243.36	c INPROCESSING
2231.12/2243.36	c GARBAGE COLLECT
2231.12/2243.36	c rational objective 40264
2250.96/2263.41	c #Conflicts:     962000 | #Constraints:      63518
2250.96/2263.41	c #Conflicts:     963000 | #Constraints:      64518
2250.96/2263.41	c #Conflicts:     964000 | #Constraints:      65518
2250.96/2263.41	c #Conflicts:     965000 | #Constraints:      66518
2250.96/2263.41	c #Conflicts:     966000 | #Constraints:      67518
2250.96/2263.41	c #Conflicts:     967000 | #Constraints:      68518
2250.96/2263.41	c #Conflicts:     968000 | #Constraints:      69518
2250.96/2263.41	c #Conflicts:     969000 | #Constraints:      70518
2250.96/2263.41	c #Conflicts:     970000 | #Constraints:      71518
2250.96/2263.41	c #Conflicts:     971000 | #Constraints:      72518
2250.96/2263.41	c #Conflicts:     972000 | #Constraints:      73518
2250.96/2263.41	c #Conflicts:     973000 | #Constraints:      74518
2250.96/2263.41	c #Conflicts:     974000 | #Constraints:      75518
2250.96/2263.41	c #Conflicts:     975000 | #Constraints:      76518
2250.96/2263.41	c #Conflicts:     976000 | #Constraints:      77518
2250.96/2263.41	c #Conflicts:     977000 | #Constraints:      78518
2250.96/2263.41	c #Conflicts:     978000 | #Constraints:      79518
2250.96/2263.41	c #Conflicts:     979000 | #Constraints:      80518
2250.96/2263.41	c #Conflicts:     980000 | #Constraints:      81518
2250.96/2263.41	c #Conflicts:     981000 | #Constraints:      82518
2250.96/2263.41	c INPROCESSING
2250.96/2263.41	c GARBAGE COLLECT
2250.96/2263.41	c rational objective 40264
2264.49/2277.05	c #Conflicts:     982000 | #Constraints:      63902
2264.49/2277.05	c #Conflicts:     983000 | #Constraints:      64902
2264.49/2277.05	c #Conflicts:     984000 | #Constraints:      65902
2264.49/2277.05	c #Conflicts:     985000 | #Constraints:      66902
2264.49/2277.05	c #Conflicts:     986000 | #Constraints:      67902
2264.49/2277.05	c #Conflicts:     987000 | #Constraints:      68902
2264.49/2277.05	c #Conflicts:     988000 | #Constraints:      69902
2264.49/2277.05	c #Conflicts:     989000 | #Constraints:      70902
2264.49/2277.05	c #Conflicts:     990000 | #Constraints:      71902
2264.49/2277.05	c #Conflicts:     991000 | #Constraints:      72902
2264.49/2277.05	c #Conflicts:     992000 | #Constraints:      73902
2264.49/2277.05	c #Conflicts:     993000 | #Constraints:      74902
2264.49/2277.05	c #Conflicts:     994000 | #Constraints:      75902
2264.49/2277.05	c #Conflicts:     995000 | #Constraints:      76902
2264.49/2277.05	c #Conflicts:     996000 | #Constraints:      77902
2264.49/2277.05	c #Conflicts:     997000 | #Constraints:      78902
2264.49/2277.05	c #Conflicts:     998000 | #Constraints:      79902
2264.49/2277.05	c #Conflicts:     999000 | #Constraints:      80902
2264.49/2277.05	c #Conflicts:    1000000 | #Constraints:      81902
2264.49/2277.05	c #Conflicts:    1001000 | #Constraints:      82902
2264.49/2277.05	c INPROCESSING
2264.49/2277.05	c GARBAGE COLLECT
2264.49/2277.05	c rational objective 40264
2284.27/2296.91	c #Conflicts:    1002000 | #Constraints:      64135
2284.27/2296.91	c #Conflicts:    1003000 | #Constraints:      65135
2284.27/2296.91	c #Conflicts:    1004000 | #Constraints:      66135
2284.27/2296.91	c #Conflicts:    1005000 | #Constraints:      67135
2284.27/2296.91	c #Conflicts:    1006000 | #Constraints:      68135
2284.27/2296.91	c #Conflicts:    1007000 | #Constraints:      69135
2284.27/2296.91	c #Conflicts:    1008000 | #Constraints:      70135
2284.27/2296.91	c #Conflicts:    1009000 | #Constraints:      71135
2284.27/2296.91	c #Conflicts:    1010000 | #Constraints:      72135
2284.27/2296.91	c #Conflicts:    1011000 | #Constraints:      73135
2284.27/2296.91	c #Conflicts:    1012000 | #Constraints:      74135
2284.27/2296.91	c #Conflicts:    1013000 | #Constraints:      75135
2284.27/2296.91	c #Conflicts:    1014000 | #Constraints:      76135
2284.27/2296.91	c #Conflicts:    1015000 | #Constraints:      77135
2284.27/2296.91	c #Conflicts:    1016000 | #Constraints:      78135
2284.27/2296.91	c #Conflicts:    1017000 | #Constraints:      79135
2284.27/2296.91	c #Conflicts:    1018000 | #Constraints:      80135
2284.27/2296.91	c #Conflicts:    1019000 | #Constraints:      81135
2284.27/2296.91	c #Conflicts:    1020000 | #Constraints:      82135
2284.27/2296.91	c #Conflicts:    1021000 | #Constraints:      83135
2284.27/2296.91	c INPROCESSING
2284.27/2296.91	c GARBAGE COLLECT
2284.27/2296.91	c rational objective 40264
2297.83/2310.57	c #Conflicts:    1022000 | #Constraints:      64148
2297.83/2310.57	c #Conflicts:    1023000 | #Constraints:      65148
2297.83/2310.57	c #Conflicts:    1024000 | #Constraints:      66148
2297.83/2310.57	c #Conflicts:    1025000 | #Constraints:      67148
2297.83/2310.57	c #Conflicts:    1026000 | #Constraints:      68148
2297.83/2310.57	c #Conflicts:    1027000 | #Constraints:      69148
2297.83/2310.57	c #Conflicts:    1028000 | #Constraints:      70148
2297.83/2310.57	c #Conflicts:    1029000 | #Constraints:      71148
2297.83/2310.57	c #Conflicts:    1030000 | #Constraints:      72148
2297.83/2310.57	c #Conflicts:    1031000 | #Constraints:      73148
2297.83/2310.57	c #Conflicts:    1032000 | #Constraints:      74148
2297.83/2310.57	c #Conflicts:    1033000 | #Constraints:      75148
2297.83/2310.57	c #Conflicts:    1034000 | #Constraints:      76148
2297.83/2310.57	c #Conflicts:    1035000 | #Constraints:      77148
2297.83/2310.57	c #Conflicts:    1036000 | #Constraints:      78148
2297.83/2310.57	c #Conflicts:    1037000 | #Constraints:      79148
2297.83/2310.57	c #Conflicts:    1038000 | #Constraints:      80148
2297.83/2310.57	c #Conflicts:    1039000 | #Constraints:      81148
2297.83/2310.57	c #Conflicts:    1040000 | #Constraints:      82148
2297.83/2310.57	c #Conflicts:    1041000 | #Constraints:      83148
2297.83/2310.57	c INPROCESSING
2297.83/2310.57	c GARBAGE COLLECT
2297.83/2310.57	c rational objective 40264
2307.50/2320.24	c #Conflicts:    1042000 | #Constraints:      63993
2307.50/2320.24	c #Conflicts:    1043000 | #Constraints:      64993
2307.50/2320.24	c #Conflicts:    1044000 | #Constraints:      65993
2307.50/2320.24	c #Conflicts:    1045000 | #Constraints:      66993
2307.50/2320.24	c #Conflicts:    1046000 | #Constraints:      67993
2307.50/2320.24	c #Conflicts:    1047000 | #Constraints:      68993
2307.50/2320.24	c #Conflicts:    1048000 | #Constraints:      69993
2307.50/2320.24	c #Conflicts:    1049000 | #Constraints:      70993
2307.50/2320.24	c #Conflicts:    1050000 | #Constraints:      71993
2307.50/2320.24	c #Conflicts:    1051000 | #Constraints:      72993
2307.50/2320.24	c #Conflicts:    1052000 | #Constraints:      73993
2307.50/2320.24	c #Conflicts:    1053000 | #Constraints:      74993
2307.50/2320.24	c #Conflicts:    1054000 | #Constraints:      75993
2307.50/2320.24	c #Conflicts:    1055000 | #Constraints:      76993
2307.50/2320.24	c #Conflicts:    1056000 | #Constraints:      77993
2307.50/2320.24	c #Conflicts:    1057000 | #Constraints:      78993
2307.50/2320.24	c #Conflicts:    1058000 | #Constraints:      79993
2307.50/2320.24	c #Conflicts:    1059000 | #Constraints:      80993
2307.50/2320.24	c #Conflicts:    1060000 | #Constraints:      81993
2307.50/2320.24	c #Conflicts:    1061000 | #Constraints:      82993
2307.50/2320.24	c #Conflicts:    1062000 | #Constraints:      83993
2307.50/2320.24	c INPROCESSING
2307.50/2320.24	c GARBAGE COLLECT
2307.50/2320.24	c rational objective 40264
2315.88/2328.63	c #Conflicts:    1063000 | #Constraints:      64575
2315.88/2328.63	c #Conflicts:    1064000 | #Constraints:      65575
2315.88/2328.63	c #Conflicts:    1065000 | #Constraints:      66575
2315.88/2328.63	c #Conflicts:    1066000 | #Constraints:      67575
2315.88/2328.63	c #Conflicts:    1067000 | #Constraints:      68575
2315.88/2328.63	c #Conflicts:    1068000 | #Constraints:      69575
2315.88/2328.63	c #Conflicts:    1069000 | #Constraints:      70575
2315.88/2328.63	c #Conflicts:    1070000 | #Constraints:      71575
2315.88/2328.63	c #Conflicts:    1071000 | #Constraints:      72575
2315.88/2328.63	c #Conflicts:    1072000 | #Constraints:      73575
2315.88/2328.63	c #Conflicts:    1073000 | #Constraints:      74575
2315.88/2328.63	c #Conflicts:    1074000 | #Constraints:      75575
2315.88/2328.63	c #Conflicts:    1075000 | #Constraints:      76575
2315.88/2328.63	c #Conflicts:    1076000 | #Constraints:      77575
2315.88/2328.63	c #Conflicts:    1077000 | #Constraints:      78575
2315.88/2328.63	c #Conflicts:    1078000 | #Constraints:      79575
2315.88/2328.63	c #Conflicts:    1079000 | #Constraints:      80575
2315.88/2328.63	c #Conflicts:    1080000 | #Constraints:      81575
2315.88/2328.63	c #Conflicts:    1081000 | #Constraints:      82575
2315.88/2328.63	c #Conflicts:    1082000 | #Constraints:      83575
2315.88/2328.63	WSVECS04 Frhs2[1034]: 6 0 412 shouldn't be
2315.88/2328.63	WSVECS04 Frhs2[1119]: 6 0 102.682 shouldn't be
2315.88/2328.63	WSVECS04 Frhs2[1139]: 6 -2589.81 0 shouldn't be
2316.77/2329.55	WSVECS04 Frhs2[1159]: 6 0 53.3334 shouldn't be
2319.67/2332.46	WSVECS04 Frhs2[1534]: 6 -805.945 0 shouldn't be
2328.93/2341.79	c #Conflicts:    1083000 | #Constraints:      84575
2328.93/2341.79	c INPROCESSING
2328.93/2341.79	c GARBAGE COLLECT
2328.93/2341.79	c rational objective 40264
2357.32/2370.34	c #Conflicts:    1084000 | #Constraints:      64992
2357.32/2370.34	c #Conflicts:    1085000 | #Constraints:      65992
2357.32/2370.34	c #Conflicts:    1086000 | #Constraints:      66992
2357.32/2370.34	c #Conflicts:    1087000 | #Constraints:      67992
2357.32/2370.34	c #Conflicts:    1088000 | #Constraints:      68992
2357.32/2370.34	c #Conflicts:    1089000 | #Constraints:      69992
2357.32/2370.34	c #Conflicts:    1090000 | #Constraints:      70992
2357.32/2370.34	c #Conflicts:    1091000 | #Constraints:      71992
2357.32/2370.34	c #Conflicts:    1092000 | #Constraints:      72992
2357.32/2370.34	c #Conflicts:    1093000 | #Constraints:      73992
2357.32/2370.34	c #Conflicts:    1094000 | #Constraints:      74992
2357.32/2370.34	c #Conflicts:    1095000 | #Constraints:      75992
2357.32/2370.34	c #Conflicts:    1096000 | #Constraints:      76992
2357.32/2370.34	c #Conflicts:    1097000 | #Constraints:      77993
2357.32/2370.34	c #Conflicts:    1098000 | #Constraints:      78995
2357.32/2370.34	c #Conflicts:    1099000 | #Constraints:      79996
2357.32/2370.34	c #Conflicts:    1100000 | #Constraints:      80997
2357.32/2370.34	c #Conflicts:    1101000 | #Constraints:      81999
2357.32/2370.34	c #Conflicts:    1102000 | #Constraints:      83000
2357.32/2370.34	c #Conflicts:    1103000 | #Constraints:      84001
2357.32/2370.34	c #Conflicts:    1104000 | #Constraints:      85001
2357.32/2370.34	c INPROCESSING
2357.32/2370.34	c GARBAGE COLLECT
2357.32/2370.34	c rational objective 40264
2361.41/2374.44	c #Conflicts:    1105000 | #Constraints:      65173
2361.41/2374.44	c #Conflicts:    1106000 | #Constraints:      66173
2361.41/2374.44	c #Conflicts:    1107000 | #Constraints:      67173
2361.41/2374.44	c #Conflicts:    1108000 | #Constraints:      68173
2361.41/2374.44	c #Conflicts:    1109000 | #Constraints:      69173
2361.41/2374.44	c #Conflicts:    1110000 | #Constraints:      70173
2361.41/2374.44	c #Conflicts:    1111000 | #Constraints:      71173
2361.41/2374.44	WSVECS04 Frhs2[20]: 6 0 628.626 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[70]: 6 0 162 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[80]: 6 0 122.685 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[160]: 6 0 175.735 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[167]: 6 -63.3348 0 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[180]: 6 0 111.619 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[259]: 6 0 105 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[269]: 6 0 122.685 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[277]: 6 0 184.784 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[279]: 6 0 307.47 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[301]: 6 -422.759 0 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[307]: 6 0 124.751 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[422]: 6 0 229.434 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[520]: 6 0 447.751 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[602]: 6 0 64.0845 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[612]: 6 -359.311 0 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[613]: 6 0 40.9156 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[722]: 6 0 229.434 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[726]: 6 0 117.72 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[816]: 6 0 41.5837 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[856]: 6 -293.474 0 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[960]: 6 0 175.734 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[1130]: 6 0 564.607 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[1170]: 6 0 50.727 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[1173]: 6 0 205.738 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[1207]: 6 0 124.751 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[1251]: 6 0 22.8537 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[1267]: 6 -115.794 0 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[1355]: 6 0 111.619 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[1365]: 6 0 10.8755 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[1374]: 6 0 49.201 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[1423]: 6 -14.7149 0 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[1473]: 6 0 198.749 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[1474]: 6 0 49.201 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[1478]: 6 -171.886 0 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[1501]: 6 -729.109 0 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[1509]: 6 0 124.751 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[1618]: 6 0 41.5837 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[1678]: 6 -138.496 0 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[1713]: 6 0 40.9156 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[1730]: 6 0 672.556 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[1772]: 6 0 89.2952 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[2007]: 6 -697 0 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[2346]: 6 -145 0 shouldn't be
2361.41/2374.44	WSVECS04 Frhs2[2399]: 6 -855 0 shouldn't be
2362.61/2375.67	WSVECS04 Frhs2[237]: 6 0 38.1342 shouldn't be
2362.61/2375.67	WSVECS04 Frhs2[1153]: 6 0 36.9394 shouldn't be
2362.61/2375.67	WSVECS04 Frhs2[1426]: 6 0 117.72 shouldn't be
2362.61/2375.67	WSVECS04 Frhs2[1451]: 6 0 124.751 shouldn't be
2362.61/2375.67	WSVECS04 Frhs2[1703]: 6 0 209.079 shouldn't be
2363.80/2376.88	WSVECS04 Frhs2[60]: 6 0 175.735 shouldn't be
2363.80/2376.88	WSVECS04 Frhs2[615]: 6 0 375.065 shouldn't be
2363.80/2376.88	WSVECS04 Frhs2[617]: 6 0 41.5837 shouldn't be
2363.80/2376.88	WSVECS04 Frhs2[672]: 6 0 181.286 shouldn't be
2363.80/2376.88	WSVECS04 Frhs2[1163]: 6 0 81.7356 shouldn't be
2363.80/2376.88	WSVECS04 Frhs2[1201]: 6 -290.456 0 shouldn't be
2363.80/2376.88	WSVECS04 Frhs2[1208]: 6 0 247.436 shouldn't be
2363.80/2376.88	WSVECS04 Frhs2[1217]: 6 0 83.1674 shouldn't be
2363.80/2376.88	WSVECS04 Frhs2[1269]: 6 0 122.685 shouldn't be
2363.80/2376.88	WSVECS04 Frhs2[1408]: 6 0 133.561 shouldn't be
2363.80/2376.88	WSVECS04 Frhs2[1723]: 6 0 761.851 shouldn't be
2363.80/2376.88	WSVECS04 Frhs2[1753]: 6 0 40.9156 shouldn't be
2363.80/2376.88	WSVECS04 Frhs2[1763]: 6 0 115.126 shouldn't be
2363.80/2376.88	WSVECS04 Frhs2[2377]: 6 -605 0 shouldn't be
2365.40/2378.49	WSVECS04 Frhs2[11]: 6 0 556.734 shouldn't be
2365.40/2378.49	WSVECS04 Frhs2[162]: 6 0 41.5837 shouldn't be
2365.40/2378.49	WSVECS04 Frhs2[311]: 6 0 483.51 shouldn't be
2365.40/2378.49	WSVECS04 Frhs2[411]: 6 0 548.734 shouldn't be
2365.40/2378.49	WSVECS04 Frhs2[426]: 6 0 117.72 shouldn't be
2365.40/2378.49	WSVECS04 Frhs2[926]: 6 0 117.72 shouldn't be
2365.40/2378.49	WSVECS04 Frhs2[1011]: 6 0 611.298 shouldn't be
2365.40/2378.49	WSVECS04 Frhs2[1123]: 6 0 653.366 shouldn't be
2365.40/2378.49	WSVECS04 Frhs2[1202]: 6 0 247.436 shouldn't be
2365.40/2378.49	WSVECS04 Frhs2[1211]: 6 0 590.318 shouldn't be
2365.40/2378.49	WSVECS04 Frhs2[1237]: 6 0 98.4479 shouldn't be
2365.40/2378.49	WSVECS04 Frhs2[1528]: 6 0 271.566 shouldn't be
2365.40/2378.49	WSVECS04 Frhs2[1628]: 6 -2038.14 0 shouldn't be
2365.40/2378.49	WSVECS04 Frhs2[1638]: 6 0 109.515 shouldn't be
2365.40/2378.49	WSVECS04 Frhs2[1986]: 6 0 116.285 shouldn't be
2365.40/2378.49	WSVECS04 Frhs2[2064]: 6 -697 0 shouldn't be
2365.40/2378.49	WSVECS04 Frhs2[2069]: 6 0 168 shouldn't be
2373.37/2386.45	c #Conflicts:    1112000 | #Constraints:      72173
2373.37/2386.45	c #Conflicts:    1113000 | #Constraints:      73173
2373.37/2386.45	c #Conflicts:    1114000 | #Constraints:      74173
2373.37/2386.45	c #Conflicts:    1115000 | #Constraints:      75173
2373.37/2386.45	c #Conflicts:    1116000 | #Constraints:      76173
2373.37/2386.45	c #Conflicts:    1117000 | #Constraints:      77173
2373.37/2386.45	c #Conflicts:    1118000 | #Constraints:      78173
2373.37/2386.45	c #Conflicts:    1119000 | #Constraints:      79173
2373.37/2386.45	c #Conflicts:    1120000 | #Constraints:      80173
2373.37/2386.45	c #Conflicts:    1121000 | #Constraints:      81173
2373.37/2386.45	c #Conflicts:    1122000 | #Constraints:      82173
2373.37/2386.45	c #Conflicts:    1123000 | #Constraints:      83173
2373.37/2386.45	WSVECS04 Frhs2[101]: 6 -60.1534 0 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[102]: 6 0 249.81 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[108]: 6 0 185.536 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[111]: 6 0 178.091 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[171]: 6 0 37.6363 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[212]: 6 -1419.36 0 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[215]: 6 0 951.768 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[219]: 6 0 901.55 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[255]: 6 0 515.356 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[334]: 6 -133 0 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[336]: 6 0 101.785 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[410]: 6 0 1016.44 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[430]: 6 0 10893 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[476]: 6 0 34.8 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[480]: 6 0 449 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[530]: 6 0 7702.64 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[536]: 6 0 101.785 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[678]: 6 0 34.8001 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[802]: 6 0 249.81 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[804]: 6 0 374.197 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[806]: 6 0 157.646 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[808]: 6 0 185.536 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[823]: 6 0 6540.93 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[828]: 6 0 6098.93 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[930]: 6 0 11131.7 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[1004]: 6 0 203.043 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[1064]: 6 0 49.1817 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[1074]: 6 0 49.1818 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[1223]: 6 0 6540.93 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[1263]: 6 0 954.928 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[1336]: 6 0 101.785 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[1338]: 6 0 14.3818 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[1521]: 6 0 2897.74 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[1536]: 6 0 101.785 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[1621]: 6 0 2580.91 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[1624]: 6 0 125.173 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[1634]: 6 0 1018 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[1664]: 6 0 49.1818 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[1736]: 6 0 101.785 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[2100]: 6 -380 0 shouldn't be
2373.37/2386.45	WSVECS04 Frhs2[2118]: 6 0 151 shouldn't be
2374.66/2387.70	WSVECS04 Frhs2[232]: 6 0 1043.99 shouldn't be
2374.66/2387.70	WSVECS04 Frhs2[351]: 6 0 313.067 shouldn't be
2374.66/2387.70	WSVECS04 Frhs2[453]: 6 0 1211.83 shouldn't be
2374.66/2387.70	WSVECS04 Frhs2[460]: 6 0 500.237 shouldn't be
2374.66/2387.70	WSVECS04 Frhs2[513]: 6 0 1143.18 shouldn't be
2374.66/2387.70	WSVECS04 Frhs2[553]: 6 0 1192.36 shouldn't be
2374.66/2387.70	WSVECS04 Frhs2[658]: 6 0 34.6509 shouldn't be
2374.66/2387.70	WSVECS04 Frhs2[813]: 6 0 1305.32 shouldn't be
2374.66/2387.70	WSVECS04 Frhs2[873]: 6 0 1319.22 shouldn't be
2374.66/2387.70	WSVECS04 Frhs2[963]: 6 0 1192.36 shouldn't be
2374.66/2387.70	WSVECS04 Frhs2[1014]: 6 0 369.215 shouldn't be
2375.76/2388.87	WSVECS04 Frhs2[1604]: 6 0 263.943 shouldn't be
2377.46/2390.55	WSVECS04 Frhs2[1538]: 6 0 14.3817 shouldn't be
2377.46/2390.55	WSVECS04 Frhs2[2019]: 6 -1020 0 shouldn't be
2377.46/2390.55	WSVECS04 Frhs2[2125]: 6 0 119 shouldn't be
2377.46/2390.55	WSVECS04 Frhs2[2134]: 6 0 59.0001 shouldn't be
2386.62/2399.79	c #Conflicts:    1124000 | #Constraints:      84173
2386.62/2399.79	c #Conflicts:    1125000 | #Constraints:      85173
2386.62/2399.79	c INPROCESSING
2386.62/2399.79	c GARBAGE COLLECT
2386.62/2399.79	c rational objective 40264
2392.51/2405.69	c #Conflicts:    1126000 | #Constraints:      65192
2392.51/2405.69	c #Conflicts:    1127000 | #Constraints:      66192
2392.51/2405.69	c #Conflicts:    1128000 | #Constraints:      67192
2392.51/2405.69	c #Conflicts:    1129000 | #Constraints:      68192
2392.51/2405.69	c #Conflicts:    1130000 | #Constraints:      69192
2392.51/2405.69	c #Conflicts:    1131000 | #Constraints:      70192
2392.51/2405.69	c #Conflicts:    1132000 | #Constraints:      71192
2392.51/2405.69	c #Conflicts:    1133000 | #Constraints:      72192
2392.51/2405.69	c #Conflicts:    1134000 | #Constraints:      73192
2392.51/2405.69	c #Conflicts:    1135000 | #Constraints:      74192
2392.51/2405.69	c #Conflicts:    1136000 | #Constraints:      75192
2392.51/2405.69	c #Conflicts:    1137000 | #Constraints:      76192
2392.51/2405.69	c #Conflicts:    1138000 | #Constraints:      77192
2392.51/2405.69	c #Conflicts:    1139000 | #Constraints:      78192
2392.51/2405.69	c #Conflicts:    1140000 | #Constraints:      79192
2392.51/2405.69	c #Conflicts:    1141000 | #Constraints:      80192
2392.51/2405.69	WSVECS04 Frhs2[28]: 6 0 259.052 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[323]: 6 -1032.11 0 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[328]: 6 0 259.052 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[423]: 6 -481.147 0 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[427]: 6 0 57.2414 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[621]: 6 0 85.5345 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[630]: 6 0 132.647 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[721]: 6 0 85.5346 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[723]: 6 -213.104 0 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[727]: 6 0 57.2415 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[730]: 6 0 132.647 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[921]: 6 0 85.5345 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[923]: 6 -518.871 0 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[1021]: 6 0 94.9655 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[1023]: 6 0 9.43113 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[1229]: 6 0 155.862 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[1323]: 6 -1025.19 0 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[1328]: 6 0 259.052 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[1528]: 6 0 259.052 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[1529]: 6 0 155.862 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[1621]: 6 0 85.5345 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[1623]: 6 -475.371 0 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[1625]: 6 0 135.397 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[1868]: 6 -1190 0 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[1872]: 6 0 471 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[2528]: 6 -467 0 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[2534]: 6 -315 0 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[2540]: 6 -80.0001 0 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[2554]: 6 -646 0 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[2557]: 6 -605 0 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[2573]: 6 -557 0 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[2578]: 6 -622 0 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[2591]: 6 -260 0 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[2595]: 6 -808 0 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[2597]: 6 -1060 0 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[2599]: 6 -311 0 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[2601]: 6 -328 0 shouldn't be
2392.51/2405.69	WSVECS04 Frhs2[2610]: 6 -328 0 shouldn't be
2393.81/2406.98	WSVECS04 Frhs2[321]: 6 0 85.5346 shouldn't be
2396.60/2409.75	WSVECS04 Frhs2[729]: 6 0 155.862 shouldn't be
2396.60/2409.75	WSVECS04 Frhs2[929]: 6 0 155.862 shouldn't be
2398.69/2411.84	WSVECS04 Frhs2[223]: 6 0 34.3966 shouldn't be
2398.69/2411.84	WSVECS04 Frhs2[1864]: 6 0 109 shouldn't be
2407.88/2421.08	c #Conflicts:    1142000 | #Constraints:      81192
2407.88/2421.08	c #Conflicts:    1143000 | #Constraints:      82192
2407.88/2421.08	c #Conflicts:    1144000 | #Constraints:      83192
2407.88/2421.08	c #Conflicts:    1145000 | #Constraints:      84192
2407.88/2421.08	c #Conflicts:    1146000 | #Constraints:      85192
2407.88/2421.08	c INPROCESSING
2407.88/2421.08	c GARBAGE COLLECT
2407.88/2421.08	c rational objective 40264
2437.84/2451.41	c #Conflicts:    1147000 | #Constraints:      64984
2437.84/2451.41	c #Conflicts:    1148000 | #Constraints:      65984
2437.84/2451.41	c #Conflicts:    1149000 | #Constraints:      66984
2437.84/2451.41	c #Conflicts:    1150000 | #Constraints:      67984
2437.84/2451.41	c #Conflicts:    1151000 | #Constraints:      68984
2437.84/2451.41	c #Conflicts:    1152000 | #Constraints:      69984
2437.84/2451.41	c #Conflicts:    1153000 | #Constraints:      70984
2437.84/2451.41	c #Conflicts:    1154000 | #Constraints:      71984
2437.84/2451.41	c #Conflicts:    1155000 | #Constraints:      72984
2437.84/2451.41	c #Conflicts:    1156000 | #Constraints:      73984
2437.84/2451.41	c #Conflicts:    1157000 | #Constraints:      74984
2437.84/2451.41	c #Conflicts:    1158000 | #Constraints:      75986
2437.84/2451.41	c #Conflicts:    1159000 | #Constraints:      76986
2437.84/2451.41	c #Conflicts:    1160000 | #Constraints:      77986
2437.84/2451.41	c #Conflicts:    1161000 | #Constraints:      78986
2437.84/2451.41	c #Conflicts:    1162000 | #Constraints:      79986
2437.84/2451.41	c #Conflicts:    1163000 | #Constraints:      80987
2437.84/2451.41	c #Conflicts:    1164000 | #Constraints:      81987
2437.84/2451.41	c #Conflicts:    1165000 | #Constraints:      82987
2437.84/2451.41	c #Conflicts:    1166000 | #Constraints:      83987
2437.84/2451.41	c #Conflicts:    1167000 | #Constraints:      84987
2437.84/2451.41	c #Conflicts:    1168000 | #Constraints:      85987
2437.84/2451.41	c INPROCESSING
2437.84/2451.41	c GARBAGE COLLECT
2437.84/2451.41	c rational objective 40264
2445.52/2459.15	c #Conflicts:    1169000 | #Constraints:      65601
2445.52/2459.15	c #Conflicts:    1170000 | #Constraints:      66601
2445.52/2459.15	c #Conflicts:    1171000 | #Constraints:      67601
2445.52/2459.15	c #Conflicts:    1172000 | #Constraints:      68601
2445.52/2459.15	c #Conflicts:    1173000 | #Constraints:      69601
2445.52/2459.15	c #Conflicts:    1174000 | #Constraints:      70601
2445.52/2459.15	c #Conflicts:    1175000 | #Constraints:      71601
2445.52/2459.15	WSVECS04 Frhs2[2198]: 6 0 59.0001 shouldn't be
2445.52/2459.15	WSVECS04 Frhs2[2249]: 6 0 35 shouldn't be
2445.52/2459.15	WSVECS04 Frhs2[2437]: 6 0 16 shouldn't be
2445.52/2459.15	WSVECS04 Frhs2[2453]: 6 0 144 shouldn't be
2445.52/2459.15	WSVECS04 Frhs2[2467]: 6 -605 0 shouldn't be
2445.52/2459.15	WSVECS04 Frhs2[2614]: 6 0 710 shouldn't be
2446.81/2460.45	WSVECS04 Frhs2[2081]: 6 0 300 shouldn't be
2446.81/2460.45	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
2446.81/2460.45	WSVECS04 Frhs2[2450]: 6 -80.0001 0 shouldn't be
2448.31/2461.96	WSVECS04 Frhs2[1910]: 6 -80 0 shouldn't be
2448.31/2461.96	WSVECS04 Frhs2[1913]: 6 0 6.00008 shouldn't be
2448.31/2461.96	WSVECS04 Frhs2[1960]: 6 0 3.00001 shouldn't be
2448.31/2461.96	WSVECS04 Frhs2[1976]: 6 -1270 0 shouldn't be
2448.31/2461.96	WSVECS04 Frhs2[1979]: 6 0 174 shouldn't be
2448.31/2461.96	WSVECS04 Frhs2[2074]: 6 0 508 shouldn't be
2448.31/2461.96	WSVECS04 Frhs2[2209]: 6 -408 0 shouldn't be
2448.31/2461.96	WSVECS04 Frhs2[2248]: 6 0 40 shouldn't be
2450.20/2463.89	WSVECS04 Frhs2[1901]: 6 -80 0 shouldn't be
2450.20/2463.89	WSVECS04 Frhs2[1907]: 6 -871 0 shouldn't be
2450.20/2463.89	WSVECS04 Frhs2[1962]: 6 -86.0001 0 shouldn't be
2450.20/2463.89	WSVECS04 Frhs2[2107]: 6 -605 0 shouldn't be
2450.20/2463.89	WSVECS04 Frhs2[2171]: 6 -80.0001 0 shouldn't be
2450.20/2463.89	WSVECS04 Frhs2[2647]: 6 -605 0 shouldn't be
2463.14/2476.82	c #Conflicts:    1176000 | #Constraints:      72601
2463.14/2476.82	c #Conflicts:    1177000 | #Constraints:      73601
2463.14/2476.82	c #Conflicts:    1178000 | #Constraints:      74601
2463.14/2476.82	c #Conflicts:    1179000 | #Constraints:      75601
2463.14/2476.82	c #Conflicts:    1180000 | #Constraints:      76601
2463.14/2476.82	c #Conflicts:    1181000 | #Constraints:      77601
2463.14/2476.82	c #Conflicts:    1182000 | #Constraints:      78601
2463.14/2476.82	c #Conflicts:    1183000 | #Constraints:      79601
2463.14/2476.82	c #Conflicts:    1184000 | #Constraints:      80601
2463.14/2476.82	c #Conflicts:    1185000 | #Constraints:      81601
2463.14/2476.82	c #Conflicts:    1186000 | #Constraints:      82601
2463.14/2476.82	c #Conflicts:    1187000 | #Constraints:      83601
2463.14/2476.82	c #Conflicts:    1188000 | #Constraints:      84601
2463.14/2476.82	c #Conflicts:    1189000 | #Constraints:      85601
2463.14/2476.82	c #Conflicts:    1190000 | #Constraints:      86601
2463.14/2476.82	c INPROCESSING
2463.14/2476.82	c GARBAGE COLLECT
2463.14/2476.82	c rational objective 40264
2467.03/2480.71	c #Conflicts:    1191000 | #Constraints:      65979
2467.03/2480.71	c #Conflicts:    1192000 | #Constraints:      66979
2467.03/2480.71	c #Conflicts:    1193000 | #Constraints:      67979
2467.03/2480.71	c #Conflicts:    1194000 | #Constraints:      68979
2467.03/2480.71	WSVECS04 Frhs2[64]: 6 0 12.8632 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[128]: 6 0 3.13699 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[167]: 6 -92.2739 0 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[323]: 6 -3.13701 0 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[356]: 6 -220.573 0 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[474]: 6 0 406.768 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[476]: 6 0 406.768 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[477]: 6 0 406.768 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[564]: 6 0 12.8631 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[578]: 6 -595.199 0 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[612]: 6 -956.809 0 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[623]: 6 -567 0 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[625]: 6 0 594.461 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[653]: 6 0 8.73037 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[706]: 6 0 170.569 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[712]: 6 -1077.38 0 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[756]: 6 -454.191 0 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[856]: 6 -8.73036 0 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[858]: 6 0 63.2864 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[989]: 6 -429.411 0 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[1028]: 6 0 3.13696 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[1058]: 6 0 63.2864 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[1189]: 6 -14.1162 0 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[1277]: 6 0 409.905 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[1278]: 6 0 409.905 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[1364]: 6 0 12.8631 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[1372]: 6 0 312.552 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[1376]: 6 0 312.552 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[1377]: 6 0 312.552 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[1456]: 6 -69.2864 0 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[1578]: 6 -813.535 0 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[1664]: 6 0 12.8631 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[1774]: 6 0 312.552 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[1777]: 6 0 312.552 shouldn't be
2467.03/2480.71	WSVECS04 Frhs2[2518]: 6 0 28.7842 shouldn't be
2469.23/2482.97	c #Conflicts:    1195000 | #Constraints:      69980
2469.23/2482.97	c #Conflicts:    1196000 | #Constraints:      70980
2469.23/2482.97	c #Conflicts:    1197000 | #Constraints:      71980
2469.23/2482.97	c #Conflicts:    1198000 | #Constraints:      72980
2469.23/2482.97	c #Conflicts:    1199000 | #Constraints:      73980
2469.23/2482.97	WSVECS04 Frhs2[72]: 6 0 222.674 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[106]: 6 0 823.833 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[107]: 6 0 983.146 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[114]: 6 0 326.076 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[120]: 6 0 505.184 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[156]: 6 -7.04297 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[159]: 6 0 7.04304 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[160]: 6 0 419.376 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[182]: 6 0 54.8557 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[191]: 6 0 21.5001 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[194]: 6 0 21.5 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[209]: 6 0 268.235 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[210]: 6 -21.5001 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[215]: 6 0 91.2323 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[256]: 6 -10.5644 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[285]: 6 0 94.4771 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[286]: 6 0 94.4771 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[287]: 6 0 94.4771 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[290]: 6 0 141.076 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[352]: 6 0 3.52149 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[357]: 6 0 3.52154 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[358]: 6 0 3.52157 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[367]: 6 -141.927 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[412]: 6 -4.78556 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[472]: 6 0 222.674 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[506]: 6 0 92.1668 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[566]: 6 0 59.5331 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[586]: 6 0 94.4771 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[587]: 6 0 94.4771 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[611]: 6 0 85.2379 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[683]: 6 0 65.7987 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[815]: 6 0 91.2322 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[819]: 6 0 54.8557 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[857]: 6 0 243.041 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[901]: 6 -142.932 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1012]: 6 0 162.614 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1016]: 6 0 162.614 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1052]: 6 0 210.427 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1054]: 6 0 86.9476 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1060]: 6 0 629.803 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1112]: 6 0 162.614 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1116]: 6 0 162.614 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1157]: 6 -210.427 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1167]: 6 -317.967 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1219]: 6 0 54.8557 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1252]: 6 -151.248 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1260]: 6 0 327.209 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1266]: 6 0 10.8237 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1307]: 6 0 251.479 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1319]: 6 0 54.8558 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1320]: 6 0 179.108 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1352]: 6 0 102.52 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1353]: 6 0 102.52 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1357]: 6 0 102.52 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1358]: 6 0 102.52 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1359]: 6 0 109.563 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1360]: 6 0 521.896 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1389]: 6 -96.2559 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1406]: 6 0 92.1667 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1407]: 6 0 251.479 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1457]: 6 0 123.48 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1458]: 6 0 123.48 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1459]: 6 0 130.523 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1460]: 6 0 542.855 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1489]: 6 -21.7093 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1506]: 6 0 92.1667 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1507]: 6 0 251.479 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1509]: 6 0 268.235 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1519]: 6 0 54.8558 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1590]: 6 0 184.223 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1594]: 6 0 21.5 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1606]: 6 0 92.1667 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1660]: 6 0 462.523 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1661]: 6 0 26.3397 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1690]: 6 0 89.7462 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1711]: 6 0 162.614 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1715]: 6 0 253.847 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1716]: 6 0 162.614 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1760]: 6 0 280.61 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1801]: 6 -341 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1829]: 6 0 292.833 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1847]: 6 0 498 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1848]: 6 0 232 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1881]: 6 0 139 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1891]: 6 -501.847 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1894]: 6 0 495.355 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1927]: 6 0 495.355 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1954]: 6 -362 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[1978]: 6 0 67.4 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[2121]: 6 0 369 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[2125]: 6 0 252 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[2132]: 6 0 311 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[2270]: 6 0 83.5204 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[2298]: 6 -83.4797 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[2346]: 6 0 142.412 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[2382]: 6 -209.588 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[2450]: 6 -80 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[2491]: 6 -250 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[2524]: 6 0 494.547 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[2557]: 6 0 508 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[2618]: 6 -467 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[2637]: 6 -329 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[2666]: 6 -530 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[2677]: 6 -309 0 shouldn't be
2469.23/2482.97	WSVECS04 Frhs2[2700]: 6 0 3.00003 shouldn't be
2470.34/2484.08	WSVECS04 Frhs2[192]: 6 0 21.5001 shouldn't be
2470.34/2484.08	WSVECS04 Frhs2[197]: 6 0 21.5001 shouldn't be
2470.34/2484.08	WSVECS04 Frhs2[207]: 6 0 251.479 shouldn't be
2470.34/2484.08	WSVECS04 Frhs2[218]: 6 -569.786 0 shouldn't be
2470.34/2484.08	WSVECS04 Frhs2[1290]: 6 0 115.948 shouldn't be
2470.34/2484.08	WSVECS04 Frhs2[1467]: 6 -459.817 0 shouldn't be
2470.34/2484.08	WSVECS04 Frhs2[1510]: 6 0 137.625 shouldn't be
2470.34/2484.08	WSVECS04 Frhs2[1592]: 6 0 21.5001 shouldn't be
2470.34/2484.08	WSVECS04 Frhs2[1596]: 6 0 21.5 shouldn't be
2470.34/2484.08	WSVECS04 Frhs2[1597]: 6 0 21.5001 shouldn't be
2470.34/2484.08	WSVECS04 Frhs2[1599]: 6 0 21.5001 shouldn't be
2470.34/2484.08	WSVECS04 Frhs2[1610]: 6 0 43.1475 shouldn't be
2470.34/2484.08	WSVECS04 Frhs2[1659]: 6 0 7.04302 shouldn't be
2470.34/2484.08	WSVECS04 Frhs2[2099]: 6 -337 0 shouldn't be
2470.34/2484.08	WSVECS04 Frhs2[2430]: 6 0 89.8042 shouldn't be
2471.44/2485.15	WSVECS04 Frhs2[17]: 6 0 4.78557 shouldn't be
2471.44/2485.15	WSVECS04 Frhs2[196]: 6 0 21.5 shouldn't be
2471.44/2485.15	WSVECS04 Frhs2[219]: 6 0 54.8558 shouldn't be
2471.44/2485.15	WSVECS04 Frhs2[260]: 6 0 419.376 shouldn't be
2471.44/2485.15	WSVECS04 Frhs2[288]: 6 0 94.4771 shouldn't be
2471.44/2485.15	WSVECS04 Frhs2[417]: 6 0 4.78562 shouldn't be
2471.44/2485.15	WSVECS04 Frhs2[619]: 6 0 140.094 shouldn't be
2471.44/2485.15	WSVECS04 Frhs2[669]: 6 0 94.4771 shouldn't be
2471.44/2485.15	WSVECS04 Frhs2[720]: 6 0 179.108 shouldn't be
2471.44/2485.15	WSVECS04 Frhs2[1117]: 6 0 167.4 shouldn't be
2471.44/2485.15	WSVECS04 Frhs2[1286]: 6 0 69.3492 shouldn't be
2471.44/2485.15	WSVECS04 Frhs2[1369]: 6 0 179.255 shouldn't be
2471.44/2485.15	WSVECS04 Frhs2[1512]: 6 -212.922 0 shouldn't be
2471.44/2485.15	WSVECS04 Frhs2[1807]: 6 -587 0 shouldn't be
2471.44/2485.15	WSVECS04 Frhs2[1864]: 6 -587 0 shouldn't be
2471.44/2485.15	WSVECS04 Frhs2[2134]: 6 -587 0 shouldn't be
2471.44/2485.15	WSVECS04 Frhs2[2472]: 6 -957 0 shouldn't be
2471.44/2485.15	WSVECS04 Frhs2[2614]: 6 0 334 shouldn't be
2471.44/2485.15	WSVECS04 Frhs2[2664]: 6 -55 0 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[12]: 6 -426.806 0 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[102]: 6 0 731.667 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[109]: 6 0 999.902 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[110]: 6 0 731.667 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[111]: 6 0 326.076 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[180]: 6 0 152.1 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[198]: 6 0 21.5001 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[199]: 6 0 21.5001 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[265]: 6 0 161.373 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[277]: 6 0 70.5747 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[377]: 6 0 70.5748 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[507]: 6 0 251.479 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[509]: 6 0 261.192 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[715]: 6 0 91.2323 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[784]: 6 0 65.7987 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[859]: 6 0 250.084 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[872]: 6 0 550.674 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[879]: 6 0 328 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[880]: 6 0 550.674 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[1011]: 6 0 162.614 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[1466]: 6 0 68.1375 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[1667]: 6 0 26.3398 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[1812]: 6 -430.167 0 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[1836]: 6 -506.167 0 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[1882]: 6 -584 0 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[2140]: 6 0 372 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[2543]: 6 0 13 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[2682]: 6 0 239 shouldn't be
2472.92/2486.65	WSVECS04 Frhs2[2691]: 6 -3.00007 0 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[19]: 6 0 54.8558 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[108]: 6 0 731.667 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[112]: 6 0 326.076 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[272]: 6 0 222.674 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[280]: 6 0 222.674 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[378]: 6 -70.5747 0 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[420]: 6 0 179.108 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[601]: 6 -929.37 0 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[617]: 6 0 90.0234 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[667]: 6 0 171.219 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[782]: 6 0 215.132 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[866]: 6 0 68.1374 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[909]: 6 0 268.235 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[1212]: 6 -600.355 0 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[1382]: 6 0 54.8557 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[1517]: 6 0 4.78562 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[1707]: 6 0 251.479 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[1766]: 6 0 68.1374 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[1802]: 6 -585 0 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[1880]: 6 0 207 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[2301]: 6 -79.4797 0 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[2306]: 6 -442.52 0 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[2427]: 6 0 94.2164 shouldn't be
2475.21/2488.94	WSVECS04 Frhs2[2464]: 6 -646 0 shouldn't be
2486.88/2500.68	c #Conflicts:    1200000 | #Constraints:      74980
2486.88/2500.68	c #Conflicts:    1201000 | #Constraints:      75980
2486.88/2500.68	c #Conflicts:    1202000 | #Constraints:      76980
2486.88/2500.68	c #Conflicts:    1203000 | #Constraints:      77980
2486.88/2500.68	c #Conflicts:    1204000 | #Constraints:      78980
2486.88/2500.68	c #Conflicts:    1205000 | #Constraints:      79980
2486.88/2500.68	c #Conflicts:    1206000 | #Constraints:      80980
2486.88/2500.68	c #Conflicts:    1207000 | #Constraints:      81980
2486.88/2500.68	c #Conflicts:    1208000 | #Constraints:      82980
2486.88/2500.68	c #Conflicts:    1209000 | #Constraints:      83980
2486.88/2500.68	c #Conflicts:    1210000 | #Constraints:      84980
2486.88/2500.68	c #Conflicts:    1211000 | #Constraints:      85980
2486.88/2500.68	c #Conflicts:    1212000 | #Constraints:      86980
2486.88/2500.68	c INPROCESSING
2486.88/2500.68	c GARBAGE COLLECT
2486.88/2500.68	c rational objective 40264
2490.67/2504.44	c #Conflicts:    1213000 | #Constraints:      66145
2490.67/2504.44	c #Conflicts:    1214000 | #Constraints:      67145
2490.67/2504.44	c #Conflicts:    1215000 | #Constraints:      68145
2490.67/2504.44	c #Conflicts:    1216000 | #Constraints:      69145
2490.67/2504.44	c #Conflicts:    1217000 | #Constraints:      70145
2490.67/2504.44	c #Conflicts:    1218000 | #Constraints:      71145
2490.67/2504.44	c #Conflicts:    1219000 | #Constraints:      72145
2490.67/2504.44	WSVECS04 Frhs2[24]: 6 0 581.247 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[84]: 6 0 22.0001 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[121]: 6 -7138.12 0 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[184]: 6 0 22 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[185]: 6 -518 0 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[201]: 6 0 44.8843 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[203]: 6 0 44.8843 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[204]: 6 0 44.8844 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[221]: 6 0 554.175 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[224]: 6 0 554.175 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[230]: 6 0 637.987 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[254]: 6 0 97.7533 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[260]: 6 0 22.0001 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[281]: 6 0 215 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[284]: 6 0 334.753 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[354]: 6 0 73.8124 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[389]: 6 -968 0 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[401]: 6 -305.566 0 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[423]: 6 -95.45 0 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[427]: 6 0 33.6376 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[503]: 6 0 215.131 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[537]: 6 0 158.085 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[574]: 6 0 327.753 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[589]: 6 -546 0 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[611]: 6 0 70.0001 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[715]: 6 0 1441.8 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[725]: 6 0 61.8124 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[730]: 6 0 83.8124 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[737]: 6 0 231.897 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[801]: 6 -1274.23 0 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[812]: 6 -784.617 0 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[838]: 6 0 855.103 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[874]: 6 0 119.753 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[932]: 6 -1771 0 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[937]: 6 0 226.91 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[952]: 6 0 13.4936 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[953]: 6 0 13.4936 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[954]: 6 0 111.247 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[972]: 6 0 259.175 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[974]: 6 0 378.928 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[1001]: 6 -466.494 0 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[1008]: 6 0 136.681 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[1054]: 6 0 97.7533 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[1071]: 6 -955.825 0 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[1125]: 6 0 59.2623 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[1175]: 6 -1013.83 0 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[1201]: 6 -638.244 0 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[1454]: 6 0 97.7532 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[1474]: 6 0 119.753 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[1501]: 6 0 431.754 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[1537]: 6 0 231.897 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[1556]: 6 -7.00003 0 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[1660]: 6 0 22 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[1690]: 6 0 22 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[1730]: 6 0 61.8124 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[1774]: 6 0 119.753 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[2010]: 6 -251.175 0 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[2140]: 6 0 372 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[2158]: 6 0 297 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[2165]: 6 -521 0 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[2214]: 6 -451 0 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[2467]: 6 0 301 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[2524]: 6 -605 0 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[2557]: 6 0 195 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[2593]: 6 -225 0 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[2618]: 6 -467 0 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[2691]: 6 -242 0 shouldn't be
2490.67/2504.44	WSVECS04 Frhs2[2696]: 6 -819 0 shouldn't be
2491.96/2505.72	WSVECS04 Frhs2[5]: 6 0 1631.94 shouldn't be
2491.96/2505.72	WSVECS04 Frhs2[51]: 6 0 23.941 shouldn't be
2491.96/2505.72	WSVECS04 Frhs2[61]: 6 0 23.9409 shouldn't be
2491.96/2505.72	WSVECS04 Frhs2[161]: 6 0 23.9409 shouldn't be
2491.96/2505.72	WSVECS04 Frhs2[425]: 6 0 61.8124 shouldn't be
2491.96/2505.72	WSVECS04 Frhs2[461]: 6 0 23.9409 shouldn't be
2491.96/2505.72	WSVECS04 Frhs2[561]: 6 0 23.9409 shouldn't be
2491.96/2505.72	WSVECS04 Frhs2[661]: 6 0 23.941 shouldn't be
2491.96/2505.72	WSVECS04 Frhs2[761]: 6 0 23.9409 shouldn't be
2491.96/2505.72	WSVECS04 Frhs2[807]: 6 0 28.9281 shouldn't be
2491.96/2505.72	WSVECS04 Frhs2[975]: 6 0 259.175 shouldn't be
2491.96/2505.72	WSVECS04 Frhs2[1084]: 6 0 119.753 shouldn't be
2491.96/2505.72	WSVECS04 Frhs2[1184]: 6 0 119.753 shouldn't be
2491.96/2505.72	WSVECS04 Frhs2[1207]: 6 0 28.9281 shouldn't be
2491.96/2505.72	WSVECS04 Frhs2[1251]: 6 0 23.941 shouldn't be
2491.96/2505.72	WSVECS04 Frhs2[1261]: 6 0 23.941 shouldn't be
2491.96/2505.72	WSVECS04 Frhs2[1561]: 6 0 23.9409 shouldn't be
2491.96/2505.72	WSVECS04 Frhs2[2198]: 6 -1090 0 shouldn't be
2491.96/2505.72	WSVECS04 Frhs2[2237]: 6 -1060 0 shouldn't be
2493.38/2507.16	WSVECS04 Frhs2[478]: 6 -858 0 shouldn't be
2493.38/2507.16	WSVECS04 Frhs2[861]: 6 0 23.9409 shouldn't be
2493.38/2507.16	WSVECS04 Frhs2[1006]: 6 0 26.4345 shouldn't be
2493.38/2507.16	WSVECS04 Frhs2[1007]: 6 0 28.9281 shouldn't be
2493.38/2507.16	WSVECS04 Frhs2[1061]: 6 0 23.9409 shouldn't be
2493.38/2507.16	WSVECS04 Frhs2[1506]: 6 0 303.753 shouldn't be
2493.38/2507.16	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
2493.38/2507.16	WSVECS04 Frhs2[2137]: 6 -646 0 shouldn't be
2493.38/2507.16	WSVECS04 Frhs2[2150]: 6 -260 0 shouldn't be
2495.06/2508.88	WSVECS04 Frhs2[384]: 6 0 119.753 shouldn't be
2495.06/2508.88	WSVECS04 Frhs2[501]: 6 0 215.131 shouldn't be
2495.06/2508.88	WSVECS04 Frhs2[571]: 6 0 208 shouldn't be
2495.06/2508.88	WSVECS04 Frhs2[701]: 6 0 713.565 shouldn't be
2495.06/2508.88	WSVECS04 Frhs2[1011]: 6 0 158 shouldn't be
2495.06/2508.88	WSVECS04 Frhs2[1098]: 6 0 609.059 shouldn't be
2495.06/2508.88	WSVECS04 Frhs2[1627]: 6 0 33.6376 shouldn't be
2495.06/2508.88	WSVECS04 Frhs2[1661]: 6 0 23.9409 shouldn't be
2495.06/2508.88	WSVECS04 Frhs2[1727]: 6 0 33.6376 shouldn't be
2495.06/2508.88	WSVECS04 Frhs2[2110]: 6 -1380 0 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[8]: 6 0 136.681 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[10]: 6 0 1483.13 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[101]: 6 -119.189 0 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[210]: 6 0 1528.01 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[214]: 6 0 119.753 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[311]: 6 0 158 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[314]: 6 0 119.753 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[315]: 6 0 1194.99 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[325]: 6 0 61.8124 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[378]: 6 -832 0 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[408]: 6 0 136.681 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[467]: 6 -299.566 0 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[583]: 6 0 33.6376 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[584]: 6 0 119.753 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[598]: 6 0 706.812 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[605]: 6 0 2247.92 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[607]: 6 0 28.9281 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[710]: 6 0 2196.69 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[780]: 6 0 22 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[814]: 6 0 119.753 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[883]: 6 0 33.6376 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[884]: 6 0 119.753 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[912]: 6 -110 0 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[914]: 6 0 119.753 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[983]: 6 0 33.6376 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[1051]: 6 0 23.9409 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[1314]: 6 0 119.753 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[1401]: 6 -62.1877 0 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[1680]: 6 0 22.0001 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[1683]: 6 0 33.6376 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[1714]: 6 0 119.753 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[2074]: 6 -605 0 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[2107]: 6 0 285 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[2160]: 6 -328 0 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[2171]: 6 -80 0 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[2191]: 6 -1380 0 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[2434]: 6 -605 0 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[2647]: 6 -605 0 shouldn't be
2497.27/2511.02	WSVECS04 Frhs2[2657]: 6 0 50 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[83]: 6 0 33.6375 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[110]: 6 0 1461.13 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[280]: 6 0 230 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[301]: 6 -301.565 0 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[328]: 6 0 61.8124 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[337]: 6 0 231.897 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[398]: 6 0 745.059 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[428]: 6 0 61.8124 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[504]: 6 0 215.131 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[511]: 6 0 158 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[515]: 6 0 1194.99 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[610]: 6 0 1461.13 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[805]: 6 0 2247.92 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[808]: 6 0 136.681 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[811]: 6 0 158 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[834]: 6 0 855.103 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[839]: 6 0 855.103 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[864]: 6 0 118.877 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[965]: 6 0 2471.62 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[984]: 6 0 119.753 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[1028]: 6 0 61.8124 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[1064]: 6 0 118.877 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[1065]: 6 0 2471.62 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[1155]: 6 0 2292.81 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[1211]: 6 0 158 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[1237]: 6 0 231.897 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[1354]: 6 0 97.7533 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[1451]: 6 0 23.9409 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[1551]: 6 0 23.941 shouldn't be
2499.15/2513.00	WSVECS04 Frhs2[1611]: 6 0 158 shouldn't be
2499.15/2513.01	WSVECS04 Frhs2[1628]: 6 0 61.8124 shouldn't be
2499.15/2513.01	WSVECS04 Frhs2[1651]: 6 0 23.9409 shouldn't be
2499.15/2513.01	WSVECS04 Frhs2[1665]: 6 0 2471.62 shouldn't be
2499.15/2513.01	WSVECS04 Frhs2[1670]: 6 0 22.0001 shouldn't be
2499.15/2513.01	WSVECS04 Frhs2[1754]: 6 0 97.7533 shouldn't be
2499.15/2513.01	WSVECS04 Frhs2[1764]: 6 0 118.877 shouldn't be
2499.15/2513.01	WSVECS04 Frhs2[2082]: 6 -337 0 shouldn't be
2499.15/2513.01	WSVECS04 Frhs2[2093]: 6 0 516 shouldn't be
2499.15/2513.01	WSVECS04 Frhs2[2094]: 6 0 121 shouldn't be
2499.15/2513.01	WSVECS04 Frhs2[2181]: 6 -380 0 shouldn't be
2499.15/2513.01	WSVECS04 Frhs2[2203]: 6 -1190 0 shouldn't be
2499.15/2513.01	WSVECS04 Frhs2[2230]: 6 -250 0 shouldn't be
2499.15/2513.01	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
2499.15/2513.01	WSVECS04 Frhs2[2700]: 6 0 123 shouldn't be
2513.00/2526.85	c #Conflicts:    1220000 | #Constraints:      73145
2513.00/2526.85	c #Conflicts:    1221000 | #Constraints:      74145
2513.00/2526.85	c #Conflicts:    1222000 | #Constraints:      75145
2513.00/2526.85	c #Conflicts:    1223000 | #Constraints:      76145
2513.00/2526.85	c #Conflicts:    1224000 | #Constraints:      77145
2513.00/2526.85	c #Conflicts:    1225000 | #Constraints:      78145
2513.00/2526.85	c #Conflicts:    1226000 | #Constraints:      79145
2513.00/2526.85	c #Conflicts:    1227000 | #Constraints:      80145
2513.00/2526.85	c #Conflicts:    1228000 | #Constraints:      81145
2513.00/2526.85	c #Conflicts:    1229000 | #Constraints:      82145
2513.00/2526.85	c #Conflicts:    1230000 | #Constraints:      83145
2513.00/2526.85	c #Conflicts:    1231000 | #Constraints:      84145
2513.00/2526.85	c #Conflicts:    1232000 | #Constraints:      85145
2513.00/2526.85	c #Conflicts:    1233000 | #Constraints:      86145
2513.00/2526.85	c #Conflicts:    1234000 | #Constraints:      87145
2513.00/2526.85	c INPROCESSING
2513.00/2526.85	c GARBAGE COLLECT
2513.00/2526.85	c rational objective 40264
2517.76/2531.60	c #Conflicts:    1235000 | #Constraints:      66113
2517.76/2531.60	c #Conflicts:    1236000 | #Constraints:      67113
2517.76/2531.60	c #Conflicts:    1237000 | #Constraints:      68113
2517.76/2531.60	c #Conflicts:    1238000 | #Constraints:      69113
2517.76/2531.60	c #Conflicts:    1239000 | #Constraints:      70113
2517.76/2531.60	c #Conflicts:    1240000 | #Constraints:      71113
2517.76/2531.60	c #Conflicts:    1241000 | #Constraints:      72113
2517.76/2531.60	c #Conflicts:    1242000 | #Constraints:      73113
2517.76/2531.60	c #Conflicts:    1243000 | #Constraints:      74113
2517.76/2531.60	WSVECS04 Frhs2[48]: 6 0 192 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[50]: 6 0 437.667 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[99]: 6 0 14.6667 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[148]: 6 0 192 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[150]: 6 0 437.667 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[191]: 6 0 14.6668 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[194]: 6 0 29.3334 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[250]: 6 0 437.667 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[365]: 6 0 233 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[447]: 6 -1080 0 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[465]: 6 0 233 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[499]: 6 0 14.6667 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[548]: 6 0 192 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[550]: 6 0 437.667 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[594]: 6 0 14.6667 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[692]: 6 0 549.667 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[794]: 6 0 203.667 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[894]: 6 0 64.4445 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[1091]: 6 0 14.6668 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[1093]: 6 0 14.6667 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[1094]: 6 0 29.3334 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[1115]: 6 0 233 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[1165]: 6 0 233 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[1178]: 6 -9.00004 0 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[1195]: 6 0 218.333 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[1200]: 6 -29.3334 0 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[1245]: 6 -10.0001 0 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[1291]: 6 0 29.3334 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[1294]: 6 0 44 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[1299]: 6 0 14.6667 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[1312]: 6 -353 0 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[1395]: 6 0 203.667 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[1448]: 6 0 192 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[1456]: 6 -102 0 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[1565]: 6 0 233 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[1575]: 6 0 233 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[1615]: 6 0 233 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[1645]: 6 -270 0 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[2183]: 6 0 141 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[2204]: 6 0 320 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[2208]: 6 0 151 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[2222]: 6 -311 0 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[2237]: 6 -60.0001 0 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[2614]: 6 0 823 shouldn't be
2517.76/2531.60	WSVECS04 Frhs2[2647]: 6 0 823 shouldn't be
2518.96/2532.81	WSVECS04 Frhs2[405]: 6 0 233 shouldn't be
2518.96/2532.81	WSVECS04 Frhs2[555]: 6 0 233 shouldn't be
2518.96/2532.81	WSVECS04 Frhs2[1155]: 6 0 233 shouldn't be
2518.96/2532.81	WSVECS04 Frhs2[1305]: 6 0 233 shouldn't be
2518.96/2532.81	WSVECS04 Frhs2[1405]: 6 0 233 shouldn't be
2518.96/2532.81	WSVECS04 Frhs2[1455]: 6 0 233 shouldn't be
2518.96/2532.81	WSVECS04 Frhs2[1505]: 6 0 233 shouldn't be
2518.96/2532.81	WSVECS04 Frhs2[1605]: 6 0 233 shouldn't be
2518.96/2532.81	WSVECS04 Frhs2[1655]: 6 0 233 shouldn't be
2520.26/2534.12	WSVECS04 Frhs2[799]: 6 0 174.333 shouldn't be
2520.26/2534.12	WSVECS04 Frhs2[1196]: 6 0 14.6667 shouldn't be
2520.26/2534.12	WSVECS04 Frhs2[1648]: 6 0 192 shouldn't be
2522.05/2535.96	WSVECS04 Frhs2[2691]: 6 -203 0 shouldn't be
2524.04/2537.91	WSVECS04 Frhs2[241]: 6 0 888 shouldn't be
2524.04/2537.91	WSVECS04 Frhs2[375]: 6 0 233 shouldn't be
2524.04/2537.91	WSVECS04 Frhs2[415]: 6 0 233 shouldn't be
2524.04/2537.91	WSVECS04 Frhs2[475]: 6 0 233 shouldn't be
2524.04/2537.91	WSVECS04 Frhs2[575]: 6 0 233 shouldn't be
2524.04/2537.91	WSVECS04 Frhs2[697]: 6 -1838.67 0 shouldn't be
2524.04/2537.91	WSVECS04 Frhs2[992]: 6 0 696.333 shouldn't be
2524.04/2537.91	WSVECS04 Frhs2[1175]: 6 0 233 shouldn't be
2524.04/2537.91	WSVECS04 Frhs2[1375]: 6 0 233 shouldn't be
2524.04/2537.91	WSVECS04 Frhs2[1415]: 6 0 233 shouldn't be
2524.04/2537.91	WSVECS04 Frhs2[2211]: 6 0 32 shouldn't be
2535.71/2549.64	c #Conflicts:    1244000 | #Constraints:      75113
2535.71/2549.64	c #Conflicts:    1245000 | #Constraints:      76113
2535.71/2549.64	c #Conflicts:    1246000 | #Constraints:      77113
2535.71/2549.64	c #Conflicts:    1247000 | #Constraints:      78113
2535.71/2549.64	c #Conflicts:    1248000 | #Constraints:      79113
2535.71/2549.64	c #Conflicts:    1249000 | #Constraints:      80113
2535.71/2549.64	c #Conflicts:    1250000 | #Constraints:      81113
2535.71/2549.64	c #Conflicts:    1251000 | #Constraints:      82113
2535.71/2549.64	c #Conflicts:    1252000 | #Constraints:      83113
2535.71/2549.64	c #Conflicts:    1253000 | #Constraints:      84113
2535.71/2549.64	c #Conflicts:    1254000 | #Constraints:      85113
2535.71/2549.64	c #Conflicts:    1255000 | #Constraints:      86113
2535.71/2549.64	c #Conflicts:    1256000 | #Constraints:      87113
2535.71/2549.64	c INPROCESSING
2535.71/2549.64	c GARBAGE COLLECT
2535.71/2549.64	c rational objective 40264
2540.50/2554.47	c #Conflicts:    1257000 | #Constraints:      65926
2540.50/2554.47	c #Conflicts:    1258000 | #Constraints:      66926
2540.50/2554.47	c #Conflicts:    1259000 | #Constraints:      67926
2540.50/2554.47	c #Conflicts:    1260000 | #Constraints:      68926
2540.50/2554.47	c #Conflicts:    1261000 | #Constraints:      69926
2540.50/2554.47	WSVECS04 Frhs2[41]: 6 0 1308.42 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[79]: 6 0 824.715 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[117]: 6 0 901.023 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[122]: 6 0 188.119 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[141]: 6 0 1308.42 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[144]: 6 0 2924.14 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[146]: 6 0 1472.7 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[154]: 6 0 2312.3 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[175]: 6 -1051.83 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[200]: 6 0 670.574 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[204]: 6 0 1532.53 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[245]: 6 -804.715 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[246]: 6 0 1472.7 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[274]: 6 0 1655.5 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[293]: 6 -1353 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[298]: 6 0 296.535 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[391]: 6 0 1170.63 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[400]: 6 0 167.01 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[534]: 6 -1519 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[580]: 6 0 232.166 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[600]: 6 -154 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[634]: 6 0 1958.92 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[672]: 6 0 232.166 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[674]: 6 0 1180 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[678]: 6 0 232.166 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[691]: 6 0 1218.08 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[692]: 6 0 214.456 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[694]: 6 0 1744.6 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[697]: 6 0 222.816 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[698]: 6 0 510.99 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[717]: 6 0 651.65 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[739]: 6 -1269 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[745]: 6 -104.607 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[772]: 6 -3291.83 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[789]: 6 -1754.12 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[813]: 6 0 565.964 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[831]: 6 0 870.472 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[834]: 6 0 870.472 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[835]: 6 0 870.472 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[836]: 6 0 544.377 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[872]: 6 0 1006.83 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[874]: 6 0 1954.67 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[875]: 6 0 1006.83 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[876]: 6 0 680.739 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[879]: 6 0 1831.55 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[912]: 6 -205.364 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[941]: 6 0 80.4165 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[943]: 6 0 244.701 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[954]: 6 0 715.275 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[956]: 6 -470.976 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[958]: 6 0 151.887 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1032]: 6 -2323 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1042]: 6 0 184.834 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1044]: 6 0 1615.72 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1046]: 6 0 164.285 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1047]: 6 0 667.055 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1059]: 6 -1153.43 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1089]: 6 -1245.08 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1099]: 6 0 33.8816 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1100]: 6 -512.053 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1115]: 6 -1799.36 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1116]: 6 0 183.767 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1129]: 6 0 78.8578 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1134]: 6 0 1159 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1143]: 6 0 23.6245 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1145]: 6 -164.285 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1146]: 6 0 337.701 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1154]: 6 0 2648.39 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1174]: 6 0 432.577 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1207]: 6 0 127.632 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1213]: 6 0 349.328 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1243]: 6 0 1472.7 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1245]: 6 -89.3936 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1250]: 6 0 1135 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1275]: 6 0 354.141 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1280]: 6 0 354.141 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1291]: 6 0 1003.32 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1295]: 6 -3468.88 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1297]: 6 0 678.284 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1354]: 6 0 2245.42 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1356]: 6 -1581 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1360]: 6 0 726.454 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1374]: 6 0 947.834 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1458]: 6 0 99.5879 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1494]: 6 0 75.5446 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1503]: 6 -1421 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1512]: 6 -512.886 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1541]: 6 0 1785.42 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1543]: 6 0 1949.7 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1546]: 6 0 1949.7 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1554]: 6 0 2245.42 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1556]: 6 -211.976 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1576]: 6 -1141 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1579]: 6 0 824.715 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1591]: 6 0 1003.62 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1594]: 6 0 1530.14 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1600]: 6 -120.118 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1604]: 6 0 1532.53 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1677]: 6 -529.166 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1686]: 6 -2797.36 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1691]: 6 0 1003.62 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1698]: 6 0 296.535 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1699]: 6 0 33.8816 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1711]: 6 0 301.25 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1729]: 6 0 78.8578 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1743]: 6 0 1472.7 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1772]: 6 0 498.834 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1777]: 6 0 364.668 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[1988]: 6 0 31 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[2355]: 6 -567 0 shouldn't be
2540.50/2554.47	WSVECS04 Frhs2[2516]: 6 0 6.00004 shouldn't be
2550.57/2564.60	c #Conflicts:    1262000 | #Constraints:      70926
2550.57/2564.60	c #Conflicts:    1263000 | #Constraints:      71926
2550.57/2564.60	c #Conflicts:    1264000 | #Constraints:      72926
2550.57/2564.60	c #Conflicts:    1265000 | #Constraints:      73926
2550.57/2564.60	c #Conflicts:    1266000 | #Constraints:      74926
2550.57/2564.60	c #Conflicts:    1267000 | #Constraints:      75926
2550.57/2564.60	c #Conflicts:    1268000 | #Constraints:      76926
2550.57/2564.60	c #Conflicts:    1269000 | #Constraints:      77926
2550.57/2564.60	c #Conflicts:    1270000 | #Constraints:      78926
2550.57/2564.60	WSVECS04 Frhs2[56]: 6 -371.412 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[74]: 6 -821.265 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[128]: 6 0 276.5 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[228]: 6 0 276.5 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[271]: 6 -1180.56 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[316]: 6 0 370.309 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[329]: 6 0 380 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[357]: 6 -2465.88 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[359]: 6 0 321.824 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[378]: 6 -780.706 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[408]: 6 0 611.177 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[486]: 6 0 1113 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[488]: 6 -5892.5 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[512]: 6 -2701.31 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[519]: 6 0 1469.07 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[553]: 6 0 247 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[558]: 6 0 321 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[559]: 6 0 1331.82 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[579]: 6 0 293.177 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[582]: 6 0 1364.5 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[583]: 6 0 1195 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[589]: 6 -1333.18 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[673]: 6 -2165.44 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[713]: 6 0 914 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[715]: 6 0 1114.81 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[821]: 6 -945.076 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[878]: 6 -1628.09 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[915]: 6 0 388.809 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[1023]: 6 -76.0381 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[1078]: 6 -799.294 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[1083]: 6 0 1195 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[1115]: 6 -603.243 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[1186]: 6 0 3590.5 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[1283]: 6 0 1195 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[1295]: 6 -115 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[1380]: 6 0 5.50005 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[1454]: 6 -1598 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[1459]: 6 0 321.824 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[1559]: 6 0 338.647 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[1575]: 6 0 268.177 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[1586]: 6 0 1113 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[1650]: 6 -746.824 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[1780]: 6 0 5.5001 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[1800]: 6 0 274.706 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[1864]: 6 -1129 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[1894]: 6 0 297 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2009]: 6 0 599 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2010]: 6 0 498 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2012]: 6 0 222 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2051]: 6 0 51.4621 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2052]: 6 0 225.462 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2053]: 6 0 338 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2061]: 6 0 477 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2070]: 6 0 58.4621 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2166]: 6 -59.0001 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2172]: 6 0 49.0001 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2182]: 6 -313 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2190]: 6 -278 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2210]: 6 0 102 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2211]: 6 0 58 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2221]: 6 -319 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2228]: 6 -78.0001 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2237]: 6 0 52 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2241]: 6 -242 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2246]: 6 -158 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2263]: 6 -1090 0 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2436]: 6 0 198.824 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2438]: 6 0 192 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2452]: 6 0 1269.29 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2460]: 6 0 14 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2507]: 6 0 196 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2523]: 6 0 416 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2526]: 6 0 408 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2549]: 6 0 1776 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2553]: 6 0 931 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2554]: 6 0 596 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2555]: 6 0 364 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2560]: 6 0 508 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2586]: 6 0 144 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2590]: 6 0 61.0001 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2611]: 6 0 178 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2648]: 6 0 433 shouldn't be
2550.57/2564.60	WSVECS04 Frhs2[2649]: 6 0 546 shouldn't be
2551.67/2565.73	WSVECS04 Frhs2[973]: 6 0 611.294 shouldn't be
2551.67/2565.73	WSVECS04 Frhs2[1260]: 6 0 692.706 shouldn't be
2551.67/2565.73	WSVECS04 Frhs2[1460]: 6 0 692.706 shouldn't be
2551.67/2565.73	WSVECS04 Frhs2[2007]: 6 -697 0 shouldn't be
2551.67/2565.73	WSVECS04 Frhs2[2017]: 6 -605 0 shouldn't be
2551.67/2565.73	WSVECS04 Frhs2[2055]: 6 -3.00002 0 shouldn't be
2551.67/2565.73	WSVECS04 Frhs2[2164]: 6 0 507 shouldn't be
2551.67/2565.73	WSVECS04 Frhs2[2174]: 6 0 71.0001 shouldn't be
2551.67/2565.73	WSVECS04 Frhs2[2344]: 6 -605 0 shouldn't be
2551.67/2565.73	WSVECS04 Frhs2[2459]: 6 0 100.824 shouldn't be
2551.67/2565.73	WSVECS04 Frhs2[2497]: 6 -646 0 shouldn't be
2551.67/2565.73	WSVECS04 Frhs2[2617]: 6 0 169 shouldn't be
2552.66/2566.79	WSVECS04 Frhs2[58]: 6 0 494.588 shouldn't be
2552.66/2566.79	WSVECS04 Frhs2[358]: 6 0 494.588 shouldn't be
2552.66/2566.79	WSVECS04 Frhs2[522]: 6 0 22.0001 shouldn't be
2552.66/2566.79	WSVECS04 Frhs2[773]: 6 0 1239.12 shouldn't be
2552.66/2566.79	WSVECS04 Frhs2[1026]: 6 0 22 shouldn't be
2552.66/2566.79	WSVECS04 Frhs2[1458]: 6 0 494.588 shouldn't be
2552.66/2566.79	WSVECS04 Frhs2[2060]: 6 0 244.538 shouldn't be
2552.66/2566.79	WSVECS04 Frhs2[2496]: 6 -664 0 shouldn't be
2552.66/2566.79	WSVECS04 Frhs2[2598]: 6 -557 0 shouldn't be
2552.66/2566.79	WSVECS04 Frhs2[2651]: 6 0 584 shouldn't be
2553.97/2568.10	WSVECS04 Frhs2[28]: 6 0 298.5 shouldn't be
2553.97/2568.10	WSVECS04 Frhs2[528]: 6 0 298.5 shouldn't be
2553.97/2568.10	WSVECS04 Frhs2[628]: 6 0 298.5 shouldn't be
2553.97/2568.10	WSVECS04 Frhs2[722]: 6 0 22 shouldn't be
2553.97/2568.10	WSVECS04 Frhs2[974]: 6 0 611.294 shouldn't be
2553.97/2568.10	WSVECS04 Frhs2[1028]: 6 0 298.5 shouldn't be
2553.97/2568.10	WSVECS04 Frhs2[1752]: 6 0 260.088 shouldn't be
2553.97/2568.10	WSVECS04 Frhs2[2261]: 6 0 177 shouldn't be
2553.97/2568.10	WSVECS04 Frhs2[2297]: 6 -315 0 shouldn't be
2553.97/2568.10	WSVECS04 Frhs2[2587]: 6 0 232 shouldn't be
2553.97/2568.10	WSVECS04 Frhs2[2614]: 6 0 1220 shouldn't be
2570.30/2584.41	c #Conflicts:    1271000 | #Constraints:      79926
2570.30/2584.41	c #Conflicts:    1272000 | #Constraints:      80926
2570.30/2584.41	c #Conflicts:    1273000 | #Constraints:      81926
2570.30/2584.41	c #Conflicts:    1274000 | #Constraints:      82926
2570.30/2584.41	c #Conflicts:    1275000 | #Constraints:      83926
2570.30/2584.41	c #Conflicts:    1276000 | #Constraints:      84926
2570.30/2584.41	c #Conflicts:    1277000 | #Constraints:      85926
2570.30/2584.41	c #Conflicts:    1278000 | #Constraints:      86926
2570.30/2584.41	c #Conflicts:    1279000 | #Constraints:      87926
2570.30/2584.41	c INPROCESSING
2570.30/2584.41	c GARBAGE COLLECT
2570.30/2584.41	c rational objective 40264
2573.10/2587.23	c #Conflicts:    1280000 | #Constraints:      66607
2573.10/2587.23	c #Conflicts:    1281000 | #Constraints:      67607
2573.10/2587.23	c #Conflicts:    1282000 | #Constraints:      68607
2573.10/2587.23	c #Conflicts:    1283000 | #Constraints:      69608
2573.10/2587.23	WSVECS04 Frhs2[9]: 6 0 1891.06 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[271]: 6 -1019.97 0 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[320]: 6 0 2317.06 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[430]: 6 0 1373.77 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[440]: 6 -788 0 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[484]: 6 0 34.0273 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[560]: 6 0 747.223 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[581]: 6 0 11.3425 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[582]: 6 0 90.5001 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[584]: 6 0 45.3698 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[588]: 6 0 11.3425 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[611]: 6 -2233 0 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[623]: 6 -63.2879 0 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[656]: 6 -6.81514 0 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[683]: 6 0 68.6576 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[730]: 6 0 1373.77 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[881]: 6 0 179.109 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[883]: 6 0 234.212 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[884]: 6 0 213.137 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[888]: 6 0 179.109 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[901]: 6 -403.878 0 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[930]: 6 0 1373.77 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[978]: 6 -25.5893 0 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[981]: 6 -458.945 0 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[1001]: 6 0 2076.22 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[1005]: 6 0 790.164 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[1032]: 6 0 11.3425 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[1155]: 6 -584 0 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[1574]: 6 0 34.0273 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[1620]: 6 0 2317.06 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[1690]: 6 0 1357.06 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[1819]: 6 -665 0 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[1821]: 6 0 228.122 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[1849]: 6 0 200.122 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[1872]: 6 0 225.122 shouldn't be
2573.10/2587.23	WSVECS04 Frhs2[2524]: 6 0 380.691 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[77]: 6 0 889.753 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[277]: 6 0 889.753 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[377]: 6 0 889.753 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[477]: 6 0 889.753 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[478]: 6 -224.411 0 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[673]: 6 -662 0 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[761]: 6 -69.0001 0 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[777]: 6 0 889.753 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[863]: 6 0 69 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[923]: 6 -733.75 0 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[977]: 6 0 889.753 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[1021]: 6 0 219.695 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[1028]: 6 0 219.695 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[1172]: 6 -724 0 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[1177]: 6 0 889.753 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[1677]: 6 0 889.753 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[1807]: 6 -587 0 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[1851]: 6 0 72 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[1864]: 6 -587 0 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[1870]: 6 0 75 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[2173]: 6 -1090 0 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[2200]: 6 -1380 0 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[2254]: 6 0 255 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[2464]: 6 -646 0 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[2616]: 6 0 97.0001 shouldn't be
2574.69/2588.89	WSVECS04 Frhs2[2689]: 6 0 17 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[82]: 6 0 85.9728 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[234]: 6 -634 0 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[521]: 6 0 63.2878 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[524]: 6 0 63.2879 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[528]: 6 0 63.2879 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[822]: 6 0 283 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[828]: 6 0 283 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[984]: 6 0 34.0274 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[1182]: 6 0 85.9728 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[1251]: 6 -364.815 0 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[1329]: 6 0 103.891 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[1351]: 6 0 182.408 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[1353]: 6 0 182.408 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[1354]: 6 0 182.408 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[1358]: 6 0 182.408 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[1359]: 6 0 182.408 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[1382]: 6 0 85.9728 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[1383]: 6 0 68.6576 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[1384]: 6 0 34.0274 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[1422]: 6 0 51.9455 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[1424]: 6 0 51.9454 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[1482]: 6 0 85.9728 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[1483]: 6 0 68.6576 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[1484]: 6 0 34.0274 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[1573]: 6 0 34.0274 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[1782]: 6 0 85.9728 shouldn't be
2576.19/2590.34	WSVECS04 Frhs2[2444]: 6 0 95.0001 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[282]: 6 0 85.9728 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[283]: 6 0 68.6576 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[284]: 6 0 34.0274 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[523]: 6 0 63.2879 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[525]: 6 0 63.2879 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[531]: 6 0 11.3425 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[533]: 6 0 11.3425 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[535]: 6 0 11.3425 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[538]: 6 0 11.3425 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[551]: 6 0 6.81518 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[553]: 6 0 6.81515 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[555]: 6 0 6.81516 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[558]: 6 0 6.81518 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[578]: 6 0 4.00006 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[711]: 6 0 327 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[715]: 6 0 327 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[821]: 6 0 283 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[823]: 6 0 283 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[861]: 6 0 69.0001 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[982]: 6 0 85.9728 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[1183]: 6 0 68.6576 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[1324]: 6 0 103.891 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[1355]: 6 0 182.408 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[1425]: 6 0 51.9455 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[1572]: 6 0 34.0274 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[2557]: 6 0 369.027 shouldn't be
2578.38/2592.59	WSVECS04 Frhs2[2690]: 6 0 68.0001 shouldn't be
2582.66/2596.84	WSVECS04 Frhs2[1]: 6 0 1891.06 shouldn't be
2582.66/2596.84	WSVECS04 Frhs2[334]: 6 0 641 shouldn't be
2582.66/2596.84	WSVECS04 Frhs2[384]: 6 0 34.0274 shouldn't be
2582.66/2596.84	WSVECS04 Frhs2[482]: 6 0 85.9727 shouldn't be
2582.66/2596.84	WSVECS04 Frhs2[583]: 6 0 80 shouldn't be
2582.66/2596.84	WSVECS04 Frhs2[783]: 6 0 108.794 shouldn't be
2582.66/2596.84	WSVECS04 Frhs2[784]: 6 0 74.164 shouldn't be
2582.66/2596.84	WSVECS04 Frhs2[825]: 6 0 283 shouldn't be
2582.66/2596.84	WSVECS04 Frhs2[1228]: 6 0 301.782 shouldn't be
2582.66/2596.84	WSVECS04 Frhs2[1284]: 6 0 301.527 shouldn't be
2582.66/2596.84	WSVECS04 Frhs2[1420]: 6 0 2317.06 shouldn't be
2582.66/2596.84	WSVECS04 Frhs2[1577]: 6 0 923.78 shouldn't be
2582.66/2596.84	WSVECS04 Frhs2[1828]: 6 -929 0 shouldn't be
2582.66/2596.84	WSVECS04 Frhs2[1848]: 6 -257 0 shouldn't be
2582.66/2596.84	WSVECS04 Frhs2[2344]: 6 0 352 shouldn't be
2582.66/2596.84	WSVECS04 Frhs2[2462]: 6 0 2.00008 shouldn't be
2585.26/2599.42	WSVECS04 Frhs2[360]: 6 0 2177.47 shouldn't be
2585.26/2599.42	WSVECS04 Frhs2[460]: 6 0 2177.47 shouldn't be
2585.26/2599.42	WSVECS04 Frhs2[571]: 6 0 4.00003 shouldn't be
2585.26/2599.42	WSVECS04 Frhs2[787]: 6 0 40.1366 shouldn't be
2585.26/2599.42	WSVECS04 Frhs2[864]: 6 0 69.0001 shouldn't be
2585.26/2599.42	WSVECS04 Frhs2[865]: 6 0 69.0001 shouldn't be
2585.26/2599.42	WSVECS04 Frhs2[890]: 6 0 1604.83 shouldn't be
2585.26/2599.42	WSVECS04 Frhs2[920]: 6 0 2317.06 shouldn't be
2585.26/2599.42	WSVECS04 Frhs2[1038]: 6 0 11.3425 shouldn't be
2585.26/2599.42	WSVECS04 Frhs2[1680]: 6 -86.0001 0 shouldn't be
2585.26/2599.42	WSVECS04 Frhs2[1704]: 6 0 1891.06 shouldn't be
2585.26/2599.42	WSVECS04 Frhs2[2453]: 6 0 153 shouldn't be
2585.26/2599.42	WSVECS04 Frhs2[2473]: 6 -1190 0 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[4]: 6 0 1891.06 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[173]: 6 0 552.973 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[285]: 6 0 85.9727 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[339]: 6 0 641 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[717]: 6 0 327 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[760]: 6 0 2177.47 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[868]: 6 0 69 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[869]: 6 0 69.0001 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[882]: 6 0 265.082 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[960]: 6 0 2177.47 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[1009]: 6 0 2076.22 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[1034]: 6 0 11.3425 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[1224]: 6 0 301.782 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[1283]: 6 0 336.158 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[1320]: 6 0 2317.06 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[1360]: 6 0 2359.88 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[1430]: 6 0 1425.72 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[1460]: 6 0 2177.47 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[1485]: 6 0 85.9728 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[1585]: 6 0 51.9455 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[1630]: 6 0 1373.77 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[1701]: 6 0 1891.06 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[1805]: 6 -521 0 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[1808]: 6 -467 0 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[2180]: 6 -80.0001 0 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[2203]: 6 -1190 0 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[2204]: 6 -1060 0 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[2239]: 6 -311 0 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[2377]: 6 -605 0 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[2428]: 6 -24.0001 0 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[2437]: 6 -587 0 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[2452]: 6 -1020 0 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[2628]: 6 -741 0 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[2630]: 6 -80.0001 0 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[2644]: 6 -646 0 shouldn't be
2586.05/2600.25	WSVECS04 Frhs2[2697]: 6 -123 0 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[175]: 6 0 552.973 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[330]: 6 0 1373.77 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[331]: 6 0 641 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[333]: 6 0 641 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[335]: 6 0 641 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[534]: 6 0 11.3425 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[573]: 6 0 4.00005 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[575]: 6 0 4.0001 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[713]: 6 0 327 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[718]: 6 0 327 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[820]: 6 0 2317.06 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[830]: 6 0 1656.77 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[870]: 6 0 69.0001 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[1085]: 6 0 474.555 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[1282]: 6 0 353.473 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[1287]: 6 0 262.891 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[1776]: 6 0 86 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[1810]: 6 -745 0 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[2190]: 6 -380 0 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[2214]: 6 -451 0 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[2287]: 6 -605 0 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[2429]: 6 0 164 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[2442]: 6 -337 0 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[2658]: 6 -257 0 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[2668]: 6 -622 0 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[2682]: 6 -86 0 shouldn't be
2587.75/2601.94	WSVECS04 Frhs2[2699]: 6 0 242 shouldn't be
2590.04/2604.22	WSVECS04 Frhs2[336]: 6 0 629.658 shouldn't be
2590.04/2604.22	WSVECS04 Frhs2[382]: 6 0 85.9727 shouldn't be
2590.04/2604.22	WSVECS04 Frhs2[385]: 6 0 85.9727 shouldn't be
2590.04/2604.22	WSVECS04 Frhs2[420]: 6 0 2317.06 shouldn't be
2590.04/2604.22	WSVECS04 Frhs2[1084]: 6 0 422.609 shouldn't be
2590.04/2604.22	WSVECS04 Frhs2[1221]: 6 0 301.782 shouldn't be
2590.04/2604.22	WSVECS04 Frhs2[1328]: 6 0 103.891 shouldn't be
2590.04/2604.22	WSVECS04 Frhs2[1575]: 6 0 34.0273 shouldn't be
2590.04/2604.22	WSVECS04 Frhs2[1660]: 6 0 2177.47 shouldn't be
2590.04/2604.22	WSVECS04 Frhs2[1773]: 6 0 86 shouldn't be
2590.04/2604.22	WSVECS04 Frhs2[1783]: 6 0 68.6577 shouldn't be
2590.04/2604.22	WSVECS04 Frhs2[2215]: 6 -370 0 shouldn't be
2592.73/2606.92	WSVECS04 Frhs2[682]: 6 0 85.9728 shouldn't be
2592.73/2606.92	WSVECS04 Frhs2[824]: 6 0 283 shouldn't be
2592.73/2606.92	WSVECS04 Frhs2[1004]: 6 0 2076.22 shouldn't be
2592.73/2606.92	WSVECS04 Frhs2[1031]: 6 0 11.3425 shouldn't be
2592.73/2606.92	WSVECS04 Frhs2[1321]: 6 0 103.891 shouldn't be
2592.73/2606.92	WSVECS04 Frhs2[1576]: 6 0 34.0273 shouldn't be
2592.73/2606.92	WSVECS04 Frhs2[1775]: 6 0 86 shouldn't be
2592.73/2606.92	WSVECS04 Frhs2[1879]: 6 0 14 shouldn't be
2595.62/2609.83	WSVECS04 Frhs2[860]: 6 0 2177.47 shouldn't be
2595.62/2609.83	WSVECS04 Frhs2[1082]: 6 0 474.555 shouldn't be
2595.62/2609.83	WSVECS04 Frhs2[1083]: 6 0 457.24 shouldn't be
2595.62/2609.83	WSVECS04 Frhs2[1226]: 6 0 197.891 shouldn't be
2595.62/2609.83	WSVECS04 Frhs2[1352]: 6 0 182.408 shouldn't be
2595.62/2609.83	WSVECS04 Frhs2[1490]: 6 0 1425.72 shouldn't be
2597.93/2612.13	WSVECS04 Frhs2[84]: 6 0 34.0274 shouldn't be
2597.93/2612.13	WSVECS04 Frhs2[337]: 6 0 641 shouldn't be
2597.93/2612.13	WSVECS04 Frhs2[790]: 6 0 1465.86 shouldn't be
2597.93/2612.13	WSVECS04 Frhs2[1286]: 6 0 267.5 shouldn't be
2597.93/2612.13	WSVECS04 Frhs2[1390]: 6 0 1425.72 shouldn't be
2597.93/2612.13	WSVECS04 Frhs2[1428]: 6 0 51.9454 shouldn't be
2597.93/2612.13	WSVECS04 Frhs2[1708]: 6 0 1891.06 shouldn't be
2597.93/2612.13	WSVECS04 Frhs2[1772]: 6 0 86.0001 shouldn't be
2597.93/2612.13	WSVECS04 Frhs2[2164]: 6 -605 0 shouldn't be
2600.31/2614.52	WSVECS04 Frhs2[8]: 6 0 1891.06 shouldn't be
2600.31/2614.52	WSVECS04 Frhs2[174]: 6 0 552.973 shouldn't be
2600.31/2614.52	WSVECS04 Frhs2[383]: 6 0 68.6577 shouldn't be
2600.31/2614.52	WSVECS04 Frhs2[579]: 6 0 4.00003 shouldn't be
2600.31/2614.52	WSVECS04 Frhs2[1421]: 6 0 51.9455 shouldn't be
2603.00/2617.22	WSVECS04 Frhs2[176]: 6 0 552.973 shouldn't be
2603.00/2617.22	WSVECS04 Frhs2[685]: 6 0 85.9728 shouldn't be
2603.00/2617.22	WSVECS04 Frhs2[1088]: 6 0 388.582 shouldn't be
2603.00/2617.22	WSVECS04 Frhs2[1227]: 6 0 249.836 shouldn't be
2603.00/2617.22	WSVECS04 Frhs2[1385]: 6 0 85.9727 shouldn't be
2605.98/2620.26	WSVECS04 Frhs2[1035]: 6 0 11.3425 shouldn't be
2608.68/2623.00	WSVECS04 Frhs2[172]: 6 0 552.973 shouldn't be
2608.68/2623.00	WSVECS04 Frhs2[177]: 6 0 1442.73 shouldn't be
2608.68/2623.00	WSVECS04 Frhs2[862]: 6 0 69 shouldn't be
2608.68/2623.00	WSVECS04 Frhs2[1002]: 6 0 2076.22 shouldn't be
2608.68/2623.00	WSVECS04 Frhs2[1702]: 6 0 1891.06 shouldn't be
2608.68/2623.00	WSVECS04 Frhs2[1784]: 6 0 34.0274 shouldn't be
2611.17/2625.44	WSVECS04 Frhs2[390]: 6 0 1425.72 shouldn't be
2611.17/2625.44	WSVECS04 Frhs2[490]: 6 0 1425.72 shouldn't be
2611.17/2625.44	WSVECS04 Frhs2[574]: 6 0 4.00003 shouldn't be
2611.17/2625.44	WSVECS04 Frhs2[877]: 6 0 889.753 shouldn't be
2611.17/2625.44	WSVECS04 Frhs2[1081]: 6 0 388.582 shouldn't be
2611.17/2625.44	WSVECS04 Frhs2[1377]: 6 0 889.753 shouldn't be
2611.17/2625.44	WSVECS04 Frhs2[1477]: 6 0 889.753 shouldn't be
2613.78/2628.05	WSVECS04 Frhs2[1003]: 6 0 2076.22 shouldn't be
2613.78/2628.05	WSVECS04 Frhs2[1325]: 6 0 103.891 shouldn't be
2617.06/2631.34	WSVECS04 Frhs2[781]: 6 0 40.1366 shouldn't be
2617.06/2631.34	WSVECS04 Frhs2[788]: 6 0 40.1366 shouldn't be
2617.06/2631.34	WSVECS04 Frhs2[985]: 6 0 85.9727 shouldn't be
2617.06/2631.34	WSVECS04 Frhs2[1006]: 6 0 2076.22 shouldn't be
2617.06/2631.34	WSVECS04 Frhs2[1281]: 6 0 267.5 shouldn't be
2619.64/2633.91	WSVECS04 Frhs2[83]: 6 0 68.6576 shouldn't be
2619.64/2633.91	WSVECS04 Frhs2[554]: 6 0 6.81521 shouldn't be
2619.64/2633.91	WSVECS04 Frhs2[1185]: 6 0 85.9728 shouldn't be
2622.24/2636.59	WSVECS04 Frhs2[1777]: 6 0 975.753 shouldn't be
2622.24/2636.59	WSVECS04 Frhs2[1874]: 6 -871 0 shouldn't be
2625.22/2639.51	WSVECS04 Frhs2[1774]: 6 0 86.0001 shouldn't be
2627.32/2641.69	WSVECS04 Frhs2[782]: 6 0 126.109 shouldn't be
2627.32/2641.69	WSVECS04 Frhs2[990]: 6 0 1425.72 shouldn't be
2627.32/2641.69	WSVECS04 Frhs2[1024]: 6 0 219.695 shouldn't be
2630.31/2644.66	WSVECS04 Frhs2[485]: 6 0 85.9728 shouldn't be
2630.31/2644.66	WSVECS04 Frhs2[1703]: 6 0 1891.06 shouldn't be
2632.50/2646.87	WSVECS04 Frhs2[3]: 6 0 1891.06 shouldn't be
2632.50/2646.87	WSVECS04 Frhs2[483]: 6 0 68.6577 shouldn't be
2632.50/2646.87	WSVECS04 Frhs2[677]: 6 0 889.753 shouldn't be
2632.50/2646.87	WSVECS04 Frhs2[2229]: 6 -410 0 shouldn't be
2634.39/2648.76	WSVECS04 Frhs2[885]: 6 0 265.082 shouldn't be
2634.39/2648.76	WSVECS04 Frhs2[983]: 6 0 68.6577 shouldn't be
2634.39/2648.76	WSVECS04 Frhs2[1812]: 6 0 271.122 shouldn't be
2636.70/2651.07	WSVECS04 Frhs2[340]: 6 0 641 shouldn't be
2642.27/2656.69	WSVECS04 Frhs2[785]: 6 0 126.109 shouldn't be
2649.55/2663.96	WSVECS04 Frhs2[1022]: 6 0 219.695 shouldn't be
2649.55/2663.96	WSVECS04 Frhs2[1277]: 6 0 889.753 shouldn't be
2649.55/2663.96	WSVECS04 Frhs2[1288]: 6 0 267.5 shouldn't be
2654.74/2669.17	WSVECS04 Frhs2[1571]: 6 0 34.0274 shouldn't be
2657.22/2671.63	WSVECS04 Frhs2[1025]: 6 0 219.695 shouldn't be
2659.62/2674.07	WSVECS04 Frhs2[2]: 6 0 1891.06 shouldn't be
2662.10/2676.54	WSVECS04 Frhs2[1771]: 6 0 86.0001 shouldn't be
2664.50/2678.92	WSVECS04 Frhs2[585]: 6 0 97.3152 shouldn't be
2673.87/2688.38	WSVECS04 Frhs2[720]: 6 0 2644.06 shouldn't be
2673.87/2688.38	WSVECS04 Frhs2[1706]: 6 0 1891.06 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[1]: 6 0 1891.06 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[2]: 6 0 1891.06 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[3]: 6 0 1891.06 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[84]: 6 0 34.0273 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[330]: 6 0 1373.77 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[334]: 6 0 641 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[336]: 6 0 629.658 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[430]: 6 0 1373.77 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[440]: 6 -788 0 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[484]: 6 0 34.0273 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[534]: 6 0 11.3424 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[560]: 6 0 747.223 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[611]: 6 -2233 0 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[623]: 6 -63.2878 0 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[673]: 6 -662 0 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[761]: 6 -69 0 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[830]: 6 0 1656.77 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[883]: 6 0 234.212 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[901]: 6 -403.878 0 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[923]: 6 -733.75 0 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[930]: 6 0 1373.77 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[960]: 6 0 2177.47 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[978]: 6 -25.5893 0 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[981]: 6 -458.945 0 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[1001]: 6 0 2076.22 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[1155]: 6 -584 0 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[1172]: 6 -724 0 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[1177]: 6 0 889.753 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[1251]: 6 -364.815 0 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[1384]: 6 0 34.0273 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[1390]: 6 0 1425.72 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[1420]: 6 0 2317.06 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[1490]: 6 0 1425.72 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[1573]: 6 0 34.0273 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[1577]: 6 0 923.78 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[1630]: 6 0 1373.77 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[1680]: 6 -86 0 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[1690]: 6 0 1357.06 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[1701]: 6 0 1891.06 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[1784]: 6 0 34.0273 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[1819]: 6 -665 0 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[1821]: 6 0 228.122 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[1849]: 6 0 200.122 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[2254]: 6 0 255 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[2524]: 6 0 380.691 shouldn't be
2676.67/2691.12	WSVECS04 Frhs2[2557]: 6 0 369.027 shouldn't be
2678.26/2692.76	WSVECS04 Frhs2[8]: 6 0 1891.06 shouldn't be
2678.26/2692.76	WSVECS04 Frhs2[271]: 6 -1019.97 0 shouldn't be
2678.26/2692.76	WSVECS04 Frhs2[579]: 6 0 4 shouldn't be
2678.26/2692.76	WSVECS04 Frhs2[730]: 6 0 1373.77 shouldn't be
2678.26/2692.76	WSVECS04 Frhs2[790]: 6 0 1465.86 shouldn't be
2678.26/2692.76	WSVECS04 Frhs2[870]: 6 0 69 shouldn't be
2678.26/2692.76	WSVECS04 Frhs2[1082]: 6 0 474.555 shouldn't be
2678.26/2692.76	WSVECS04 Frhs2[1353]: 6 0 182.408 shouldn't be
2678.26/2692.76	WSVECS04 Frhs2[1807]: 6 -587 0 shouldn't be
2678.26/2692.76	WSVECS04 Frhs2[1879]: 6 0 14 shouldn't be
2678.26/2692.76	WSVECS04 Frhs2[2344]: 6 0 352 shouldn't be
2678.26/2692.76	WSVECS04 Frhs2[2442]: 6 -337 0 shouldn't be
2678.26/2692.76	WSVECS04 Frhs2[2452]: 6 -1020 0 shouldn't be
2678.26/2692.76	WSVECS04 Frhs2[2630]: 6 -80 0 shouldn't be
2678.26/2692.76	WSVECS04 Frhs2[2644]: 6 -646 0 shouldn't be
2678.26/2692.76	WSVECS04 Frhs2[2668]: 6 -622 0 shouldn't be
2678.26/2692.76	WSVECS04 Frhs2[2682]: 6 -86 0 shouldn't be
2678.26/2692.76	WSVECS04 Frhs2[2697]: 6 -123 0 shouldn't be
2678.26/2692.76	WSVECS04 Frhs2[2699]: 6 0 242 shouldn't be
2680.55/2695.03	WSVECS04 Frhs2[582]: 6 0 90.5 shouldn't be
2680.55/2695.03	WSVECS04 Frhs2[588]: 6 0 11.3424 shouldn't be
2680.55/2695.03	WSVECS04 Frhs2[683]: 6 0 68.6576 shouldn't be
2680.55/2695.03	WSVECS04 Frhs2[783]: 6 0 108.794 shouldn't be
2680.55/2695.03	WSVECS04 Frhs2[785]: 6 0 126.109 shouldn't be
2680.55/2695.03	WSVECS04 Frhs2[787]: 6 0 40.1366 shouldn't be
2680.55/2695.03	WSVECS04 Frhs2[1227]: 6 0 249.836 shouldn't be
2680.55/2695.03	WSVECS04 Frhs2[1483]: 6 0 68.6576 shouldn't be
2680.55/2695.03	WSVECS04 Frhs2[1484]: 6 0 34.0273 shouldn't be
2680.55/2695.03	WSVECS04 Frhs2[2464]: 6 -646 0 shouldn't be
2680.55/2695.03	WSVECS04 Frhs2[2658]: 6 -257 0 shouldn't be
2683.43/2697.96	WSVECS04 Frhs2[9]: 6 0 1891.06 shouldn't be
2683.43/2697.96	WSVECS04 Frhs2[390]: 6 0 1425.72 shouldn't be
2683.43/2697.96	WSVECS04 Frhs2[478]: 6 -224.411 0 shouldn't be
2683.43/2697.96	WSVECS04 Frhs2[533]: 6 0 11.3424 shouldn't be
2683.43/2697.96	WSVECS04 Frhs2[578]: 6 0 4 shouldn't be
2683.43/2697.96	WSVECS04 Frhs2[656]: 6 -6.81513 0 shouldn't be
2683.43/2697.96	WSVECS04 Frhs2[682]: 6 0 85.9727 shouldn't be
2683.43/2697.96	WSVECS04 Frhs2[861]: 6 0 69 shouldn't be
2683.43/2697.96	WSVECS04 Frhs2[863]: 6 0 69 shouldn't be
2683.43/2697.96	WSVECS04 Frhs2[890]: 6 0 1604.83 shouldn't be
2683.43/2697.96	WSVECS04 Frhs2[984]: 6 0 34.0273 shouldn't be
2683.43/2697.96	WSVECS04 Frhs2[1775]: 6 0 86 shouldn't be
2683.43/2697.96	WSVECS04 Frhs2[1874]: 6 -871 0 shouldn't be
2683.43/2697.96	WSVECS04 Frhs2[2173]: 6 -1090 0 shouldn't be
2683.43/2697.96	WSVECS04 Frhs2[2190]: 6 -380 0 shouldn't be
2683.43/2697.96	WSVECS04 Frhs2[2239]: 6 -311 0 shouldn't be
2683.43/2697.96	WSVECS04 Frhs2[2287]: 6 -605 0 shouldn't be
2683.43/2697.96	WSVECS04 Frhs2[2462]: 6 0 2 shouldn't be
2690.71/2705.24	c #Conflicts:    1284000 | #Constraints:      70608
2690.71/2705.24	c #Conflicts:    1285000 | #Constraints:      71608
2690.71/2705.24	c #Conflicts:    1286000 | #Constraints:      72608
2690.71/2705.24	c #Conflicts:    1287000 | #Constraints:      73608
2690.71/2705.24	c #Conflicts:    1288000 | #Constraints:      74608
2690.71/2705.24	c #Conflicts:    1289000 | #Constraints:      75608
2690.71/2705.24	c #Conflicts:    1290000 | #Constraints:      76608
2690.71/2705.24	c #Conflicts:    1291000 | #Constraints:      77608
2690.71/2705.24	c #Conflicts:    1292000 | #Constraints:      78608
2690.71/2705.24	c #Conflicts:    1293000 | #Constraints:      79608
2690.71/2705.24	c #Conflicts:    1294000 | #Constraints:      80608
2690.71/2705.24	c #Conflicts:    1295000 | #Constraints:      81608
2690.71/2705.24	c #Conflicts:    1296000 | #Constraints:      82608
2690.71/2705.24	c #Conflicts:    1297000 | #Constraints:      83608
2690.71/2705.24	c #Conflicts:    1298000 | #Constraints:      84608
2690.71/2705.24	c #Conflicts:    1299000 | #Constraints:      85608
2690.71/2705.24	c #Conflicts:    1300000 | #Constraints:      86608
2690.71/2705.24	c #Conflicts:    1301000 | #Constraints:      87608
2690.71/2705.24	c #Conflicts:    1302000 | #Constraints:      88608
2690.71/2705.24	c INPROCESSING
2690.71/2705.24	c GARBAGE COLLECT
2690.71/2705.24	c rational objective 40264
2727.61/2742.24	c #Conflicts:    1303000 | #Constraints:      66961
2727.61/2742.24	c #Conflicts:    1304000 | #Constraints:      67961
2727.61/2742.24	c #Conflicts:    1305000 | #Constraints:      68961
2727.61/2742.24	c #Conflicts:    1306000 | #Constraints:      69961
2727.61/2742.24	c #Conflicts:    1307000 | #Constraints:      70961
2727.61/2742.24	c #Conflicts:    1308000 | #Constraints:      71961
2727.61/2742.24	c #Conflicts:    1309000 | #Constraints:      72961
2727.61/2742.24	c #Conflicts:    1310000 | #Constraints:      73961
2727.61/2742.24	c #Conflicts:    1311000 | #Constraints:      74961
2727.61/2742.24	c #Conflicts:    1312000 | #Constraints:      75961
2727.61/2742.24	c #Conflicts:    1313000 | #Constraints:      76961
2727.61/2742.24	c #Conflicts:    1314000 | #Constraints:      77961
2727.61/2742.24	c #Conflicts:    1315000 | #Constraints:      78961
2727.61/2742.24	c #Conflicts:    1316000 | #Constraints:      79961
2727.61/2742.24	c #Conflicts:    1317000 | #Constraints:      80961
2727.61/2742.24	c #Conflicts:    1318000 | #Constraints:      81961
2727.61/2742.24	c #Conflicts:    1319000 | #Constraints:      82961
2727.61/2742.24	c #Conflicts:    1320000 | #Constraints:      83961
2727.61/2742.24	c #Conflicts:    1321000 | #Constraints:      84961
2727.61/2742.24	c #Conflicts:    1322000 | #Constraints:      85961
2727.61/2742.24	c #Conflicts:    1323000 | #Constraints:      86961
2727.61/2742.24	c #Conflicts:    1324000 | #Constraints:      87961
2727.61/2742.24	c #Conflicts:    1325000 | #Constraints:      88961
2727.61/2742.24	c INPROCESSING
2727.61/2742.24	c GARBAGE COLLECT
2727.61/2742.24	c rational objective 40264
2740.18/2754.82	c #Conflicts:    1326000 | #Constraints:      67170
2740.18/2754.82	c #Conflicts:    1327000 | #Constraints:      68170
2740.18/2754.82	c #Conflicts:    1328000 | #Constraints:      69170
2740.18/2754.82	c #Conflicts:    1329000 | #Constraints:      70170
2740.18/2754.82	c #Conflicts:    1330000 | #Constraints:      71170
2740.18/2754.82	c #Conflicts:    1331000 | #Constraints:      72170
2740.18/2754.82	c #Conflicts:    1332000 | #Constraints:      73170
2740.18/2754.82	c #Conflicts:    1333000 | #Constraints:      74170
2740.18/2754.82	c #Conflicts:    1334000 | #Constraints:      75170
2740.18/2754.82	c #Conflicts:    1335000 | #Constraints:      76170
2740.18/2754.82	c #Conflicts:    1336000 | #Constraints:      77170
2740.18/2754.82	c #Conflicts:    1337000 | #Constraints:      78170
2740.18/2754.82	c #Conflicts:    1338000 | #Constraints:      79170
2740.18/2754.82	c #Conflicts:    1339000 | #Constraints:      80170
2740.18/2754.82	c #Conflicts:    1340000 | #Constraints:      81170
2740.18/2754.82	c #Conflicts:    1341000 | #Constraints:      82170
2740.18/2754.82	c #Conflicts:    1342000 | #Constraints:      83170
2740.18/2754.82	c #Conflicts:    1343000 | #Constraints:      84170
2740.18/2754.82	c #Conflicts:    1344000 | #Constraints:      85170
2740.18/2754.82	c #Conflicts:    1345000 | #Constraints:      86170
2740.18/2754.82	c #Conflicts:    1346000 | #Constraints:      87170
2740.18/2754.82	c #Conflicts:    1347000 | #Constraints:      88170
2740.18/2754.82	c #Conflicts:    1348000 | #Constraints:      89170
2740.18/2754.82	c INPROCESSING
2740.18/2754.82	c GARBAGE COLLECT
2740.18/2754.82	c rational objective 40264
2871.92/2886.98	c #Conflicts:    1349000 | #Constraints:      67188
2871.92/2886.98	c #Conflicts:    1350000 | #Constraints:      68188
2871.92/2886.98	c #Conflicts:    1351000 | #Constraints:      69188
2871.92/2886.98	c #Conflicts:    1352000 | #Constraints:      70188
2871.92/2886.98	c #Conflicts:    1353000 | #Constraints:      71188
2871.92/2886.98	c #Conflicts:    1354000 | #Constraints:      72188
2871.92/2886.98	c #Conflicts:    1355000 | #Constraints:      73188
2871.92/2886.98	c #Conflicts:    1356000 | #Constraints:      74188
2871.92/2886.98	c #Conflicts:    1357000 | #Constraints:      75188
2871.92/2886.98	c #Conflicts:    1358000 | #Constraints:      76188
2871.92/2886.98	c #Conflicts:    1359000 | #Constraints:      77188
2871.92/2886.98	c #Conflicts:    1360000 | #Constraints:      78188
2871.92/2886.98	c #Conflicts:    1361000 | #Constraints:      79188
2871.92/2886.98	c #Conflicts:    1362000 | #Constraints:      80188
2871.92/2886.98	c #Conflicts:    1363000 | #Constraints:      81188
2871.92/2886.98	c #Conflicts:    1364000 | #Constraints:      82188
2871.92/2886.98	c #Conflicts:    1365000 | #Constraints:      83188
2871.92/2886.98	c #Conflicts:    1366000 | #Constraints:      84188
2871.92/2886.98	c #Conflicts:    1367000 | #Constraints:      85188
2871.92/2886.98	c #Conflicts:    1368000 | #Constraints:      86188
2871.92/2886.98	c #Conflicts:    1369000 | #Constraints:      87188
2871.92/2886.98	c #Conflicts:    1370000 | #Constraints:      88188
2871.92/2886.98	c #Conflicts:    1371000 | #Constraints:      89188
2871.92/2886.98	c INPROCESSING
2871.92/2886.98	c GARBAGE COLLECT
2871.92/2886.98	c rational objective 40264
2895.75/2910.89	c #Conflicts:    1372000 | #Constraints:      66946
2895.75/2910.89	c #Conflicts:    1373000 | #Constraints:      67946
2895.75/2910.89	c #Conflicts:    1374000 | #Constraints:      68946
2895.75/2910.89	c #Conflicts:    1375000 | #Constraints:      69946
2895.75/2910.89	c #Conflicts:    1376000 | #Constraints:      70946
2895.75/2910.89	c #Conflicts:    1377000 | #Constraints:      71946
2895.75/2910.89	c #Conflicts:    1378000 | #Constraints:      72946
2895.75/2910.89	c #Conflicts:    1379000 | #Constraints:      73946
2895.75/2910.89	c #Conflicts:    1380000 | #Constraints:      74946
2895.75/2910.89	c #Conflicts:    1381000 | #Constraints:      75946
2895.75/2910.89	c #Conflicts:    1382000 | #Constraints:      76946
2895.75/2910.89	c #Conflicts:    1383000 | #Constraints:      77946
2895.75/2910.89	c #Conflicts:    1384000 | #Constraints:      78946
2895.75/2910.89	c #Conflicts:    1385000 | #Constraints:      79946
2895.75/2910.89	c #Conflicts:    1386000 | #Constraints:      80946
2895.75/2910.89	c #Conflicts:    1387000 | #Constraints:      81946
2895.75/2910.89	c #Conflicts:    1388000 | #Constraints:      82946
2895.75/2910.89	c #Conflicts:    1389000 | #Constraints:      83946
2895.75/2910.89	c #Conflicts:    1390000 | #Constraints:      84946
2895.75/2910.89	c #Conflicts:    1391000 | #Constraints:      85946
2895.75/2910.90	c #Conflicts:    1392000 | #Constraints:      86946
2895.75/2910.90	c #Conflicts:    1393000 | #Constraints:      87946
2895.75/2910.90	c #Conflicts:    1394000 | #Constraints:      88946
2895.75/2910.90	c #Conflicts:    1395000 | #Constraints:      89946
2895.75/2910.90	c INPROCESSING
2895.75/2910.90	c GARBAGE COLLECT
2895.75/2910.90	c rational objective 40264
2900.74/2915.80	c #Conflicts:    1396000 | #Constraints:      67600
2900.74/2915.80	c #Conflicts:    1397000 | #Constraints:      68600
2900.74/2915.80	c #Conflicts:    1398000 | #Constraints:      69600
2900.74/2915.80	c #Conflicts:    1399000 | #Constraints:      70600
2900.74/2915.80	c #Conflicts:    1400000 | #Constraints:      71600
2900.74/2915.80	c #Conflicts:    1401000 | #Constraints:      72600
2900.74/2915.80	c #Conflicts:    1402000 | #Constraints:      73600
2900.74/2915.80	c #Conflicts:    1403000 | #Constraints:      74600
2900.74/2915.80	c #Conflicts:    1404000 | #Constraints:      75600
2900.74/2915.80	c #Conflicts:    1405000 | #Constraints:      76600
2900.74/2915.80	c #Conflicts:    1406000 | #Constraints:      77600
2900.74/2915.80	c #Conflicts:    1407000 | #Constraints:      78600
2900.74/2915.80	c #Conflicts:    1408000 | #Constraints:      79600
2900.74/2915.80	c #Conflicts:    1409000 | #Constraints:      80600
2900.74/2915.80	c #Conflicts:    1410000 | #Constraints:      81600
2900.74/2915.80	WSVECS04 Frhs2[162]: 6 0 27.7119 shouldn't be
2900.74/2915.80	WSVECS04 Frhs2[164]: 6 0 27.7119 shouldn't be
2900.74/2915.80	WSVECS04 Frhs2[211]: 6 0 420 shouldn't be
2900.74/2915.80	WSVECS04 Frhs2[323]: 6 -1649.81 0 shouldn't be
2900.74/2915.80	WSVECS04 Frhs2[363]: 6 0 44.339 shouldn't be
2900.74/2915.80	WSVECS04 Frhs2[383]: 6 0 70.0001 shouldn't be
2900.74/2915.80	WSVECS04 Frhs2[391]: 6 0 420 shouldn't be
2900.74/2915.80	WSVECS04 Frhs2[426]: 6 0 776 shouldn't be
2900.74/2915.80	WSVECS04 Frhs2[429]: 6 0 782 shouldn't be
2900.74/2915.80	WSVECS04 Frhs2[525]: 6 -7034.03 0 shouldn't be
2900.74/2915.80	WSVECS04 Frhs2[563]: 6 0 44.3391 shouldn't be
2900.74/2915.80	WSVECS04 Frhs2[729]: 6 0 16.8123 shouldn't be
2900.74/2915.80	WSVECS04 Frhs2[948]: 6 0 97 shouldn't be
2900.74/2915.80	WSVECS04 Frhs2[950]: 6 0 0.246715 shouldn't be
2900.74/2915.80	WSVECS04 Frhs2[1021]: 6 0 125.154 shouldn't be
2900.74/2915.80	WSVECS04 Frhs2[1295]: 6 0 36.2599 shouldn't be
2900.74/2915.80	WSVECS04 Frhs2[1348]: 6 0 60.4934 shouldn't be
2900.74/2915.80	WSVECS04 Frhs2[1767]: 6 -125.085 0 shouldn't be
2900.74/2915.80	WSVECS04 Frhs2[2491]: 6 -250 0 shouldn't be
2900.74/2915.80	WSVECS04 Frhs2[2501]: 6 -260 0 shouldn't be
2902.04/2917.14	WSVECS04 Frhs2[112]: 6 -39.0001 0 shouldn't be
2902.04/2917.14	WSVECS04 Frhs2[231]: 6 0 420 shouldn't be
2902.04/2917.14	WSVECS04 Frhs2[329]: 6 0 6.00006 shouldn't be
2902.04/2917.14	WSVECS04 Frhs2[368]: 6 0 11.0848 shouldn't be
2902.04/2917.14	WSVECS04 Frhs2[529]: 6 0 6.00009 shouldn't be
2902.04/2917.14	WSVECS04 Frhs2[748]: 6 0 96.7534 shouldn't be
2902.04/2917.14	WSVECS04 Frhs2[929]: 6 0 6.00009 shouldn't be
2902.04/2917.14	WSVECS04 Frhs2[962]: 6 0 16.6272 shouldn't be
2902.04/2917.14	WSVECS04 Frhs2[970]: 6 0 16.6271 shouldn't be
2902.04/2917.14	WSVECS04 Frhs2[1062]: 6 0 16.6271 shouldn't be
2902.04/2917.14	WSVECS04 Frhs2[1121]: 6 0 125.154 shouldn't be
2902.04/2917.14	WSVECS04 Frhs2[1611]: 6 0 420 shouldn't be
2902.04/2917.14	WSVECS04 Frhs2[1681]: 6 0 420 shouldn't be
2902.04/2917.14	WSVECS04 Frhs2[2344]: 6 -605 0 shouldn't be
2903.53/2918.68	WSVECS04 Frhs2[968]: 6 0 27.7119 shouldn't be
2903.53/2918.68	WSVECS04 Frhs2[1068]: 6 0 27.7119 shouldn't be
2903.53/2918.68	WSVECS04 Frhs2[1115]: 6 0 31.0001 shouldn't be
2903.53/2918.68	WSVECS04 Frhs2[1212]: 6 -155 0 shouldn't be
2903.53/2918.68	WSVECS04 Frhs2[1329]: 6 0 6.00009 shouldn't be
2903.53/2918.68	WSVECS04 Frhs2[1368]: 6 0 11.0848 shouldn't be
2903.53/2918.68	WSVECS04 Frhs2[1629]: 6 0 6.00001 shouldn't be
2903.53/2918.68	WSVECS04 Frhs2[1691]: 6 0 420 shouldn't be
2903.53/2918.68	WSVECS04 Frhs2[1763]: 6 0 60.9661 shouldn't be
2903.53/2918.68	WSVECS04 Frhs2[1768]: 6 0 27.7119 shouldn't be
2903.53/2918.68	WSVECS04 Frhs2[1770]: 6 0 16.6272 shouldn't be
2903.53/2918.68	WSVECS04 Frhs2[2377]: 6 0 352 shouldn't be
2903.53/2918.68	WSVECS04 Frhs2[2434]: 6 -605 0 shouldn't be
2903.53/2918.68	WSVECS04 Frhs2[2441]: 6 -80.0001 0 shouldn't be
2905.52/2920.69	WSVECS04 Frhs2[1064]: 6 0 16.6272 shouldn't be
2905.52/2920.69	WSVECS04 Frhs2[1552]: 6 0 6.00002 shouldn't be
2905.52/2920.69	WSVECS04 Frhs2[1553]: 6 0 6.00009 shouldn't be
2905.52/2920.69	WSVECS04 Frhs2[1554]: 6 0 6.00001 shouldn't be
2905.52/2920.69	WSVECS04 Frhs2[1558]: 6 0 6.00007 shouldn't be
2905.52/2920.69	WSVECS04 Frhs2[2453]: 6 -257 0 shouldn't be
2908.21/2923.31	WSVECS04 Frhs2[129]: 6 0 6.00002 shouldn't be
2908.21/2923.31	WSVECS04 Frhs2[281]: 6 0 420 shouldn't be
2908.21/2923.31	WSVECS04 Frhs2[491]: 6 0 420 shouldn't be
2908.21/2923.31	WSVECS04 Frhs2[1015]: 6 0 172 shouldn't be
2908.21/2923.31	WSVECS04 Frhs2[1091]: 6 0 420 shouldn't be
2908.21/2923.31	WSVECS04 Frhs2[1131]: 6 0 420 shouldn't be
2908.21/2923.31	WSVECS04 Frhs2[1762]: 6 0 16.6271 shouldn't be
2908.21/2923.31	WSVECS04 Frhs2[1927]: 6 0 508 shouldn't be
2908.21/2923.31	WSVECS04 Frhs2[2464]: 6 -646 0 shouldn't be
2908.21/2923.31	WSVECS04 Frhs2[2482]: 6 -410 0 shouldn't be
2908.21/2923.31	WSVECS04 Frhs2[2495]: 6 -712 0 shouldn't be
2916.60/2931.78	c #Conflicts:    1411000 | #Constraints:      82600
2916.60/2931.78	c #Conflicts:    1412000 | #Constraints:      83600
2916.60/2931.78	c #Conflicts:    1413000 | #Constraints:      84600
2916.60/2931.78	c #Conflicts:    1414000 | #Constraints:      85600
2916.60/2931.78	c #Conflicts:    1415000 | #Constraints:      86600
2916.60/2931.78	c #Conflicts:    1416000 | #Constraints:      87600
2916.60/2931.78	c #Conflicts:    1417000 | #Constraints:      88600
2916.60/2931.78	c #Conflicts:    1418000 | #Constraints:      89600
2916.60/2931.78	c #Conflicts:    1419000 | #Constraints:      90600
2916.60/2931.78	c INPROCESSING
2916.60/2931.78	c GARBAGE COLLECT
2916.60/2931.78	c rational objective 40264
2918.59/2933.73	c #Conflicts:    1420000 | #Constraints:      67997
2918.59/2933.73	c #Conflicts:    1421000 | #Constraints:      68997
2918.59/2933.73	c #Conflicts:    1422000 | #Constraints:      69997
2918.59/2933.73	c #Conflicts:    1423000 | #Constraints:      70997
2918.59/2933.73	c #Conflicts:    1424000 | #Constraints:      71997
2918.59/2933.73	c #Conflicts:    1425000 | #Constraints:      72998
2918.59/2933.73	WSVECS04 Frhs2[5]: 6 0 4855.75 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[59]: 6 0 225 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[115]: 6 0 4761.75 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[119]: 6 0 992 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[169]: 6 0 225 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[201]: 6 -716 0 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[202]: 6 0 337 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[203]: 6 0 1963 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[204]: 6 0 292 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[207]: 6 0 180 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[222]: 6 0 1086 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[234]: 6 -910 0 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[304]: 6 0 292 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[369]: 6 0 225 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[456]: 6 -44.25 0 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[469]: 6 0 225 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[504]: 6 0 205 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[507]: 6 0 93 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[554]: 6 0 223.75 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[557]: 6 0 223.75 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[565]: 6 0 580 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[607]: 6 0 380 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[710]: 6 -3644 0 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[715]: 6 0 3769.75 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[753]: 6 0 995 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[767]: 6 -94.0001 0 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[807]: 6 0 275 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[810]: 6 0 95.0001 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[867]: 6 0 94 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[870]: 6 0 94 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[969]: 6 0 225 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1001]: 6 -666 0 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1061]: 6 0 85.5001 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1063]: 6 0 1471.5 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1065]: 6 0 4941.25 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1138]: 6 0 505 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1212]: 6 -315.5 0 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1218]: 6 0 387.5 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1301]: 6 0 789.5 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1303]: 6 0 2572.5 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1310]: 6 0 609.5 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1319]: 6 0 1833 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1320]: 6 0 1269.5 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1339]: 6 0 4803.75 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1402]: 6 0 157 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1404]: 6 0 112 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1422]: 6 0 1086 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1502]: 6 0 157 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1508]: 6 0 294.5 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1655]: 6 0 4855.75 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1665]: 6 0 4855.75 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1668]: 6 0 191 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1701]: 6 -7.00004 0 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1705]: 6 0 702 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1713]: 6 0 391 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1715]: 6 0 522 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1722]: 6 0 1086 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1739]: 6 0 3740.75 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1769]: 6 0 225 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1973]: 6 -741 0 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1979]: 6 0 164 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[1982]: 6 -665 0 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[2003]: 6 -257 0 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[2173]: 6 -1090 0 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[2205]: 6 -1270 0 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[2337]: 6 -198 0 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[2339]: 6 0 77 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[2351]: 6 0 145 shouldn't be
2918.59/2933.73	WSVECS04 Frhs2[2352]: 6 0 39.0001 shouldn't be
2919.49/2934.60	WSVECS04 Frhs2[959]: 6 0 225 shouldn't be
2919.49/2934.60	WSVECS04 Frhs2[1201]: 6 -106 0 shouldn't be
2919.49/2934.60	WSVECS04 Frhs2[1360]: 6 0 702.5 shouldn't be
2919.49/2934.60	WSVECS04 Frhs2[2010]: 6 -380 0 shouldn't be
2919.49/2934.60	WSVECS04 Frhs2[2500]: 6 -250 0 shouldn't be
2919.49/2934.60	WSVECS04 Frhs2[2502]: 6 -86.0001 0 shouldn't be
2920.49/2935.69	WSVECS04 Frhs2[159]: 6 0 225 shouldn't be
2920.49/2935.69	WSVECS04 Frhs2[359]: 6 0 225 shouldn't be
2920.49/2935.69	WSVECS04 Frhs2[412]: 6 -517 0 shouldn't be
2920.49/2935.69	WSVECS04 Frhs2[419]: 6 0 1086 shouldn't be
2920.49/2935.69	WSVECS04 Frhs2[459]: 6 0 225 shouldn't be
2920.49/2935.69	WSVECS04 Frhs2[756]: 6 -128.25 0 shouldn't be
2920.49/2935.69	WSVECS04 Frhs2[758]: 6 0 208 shouldn't be
2920.49/2935.69	WSVECS04 Frhs2[768]: 6 0 191 shouldn't be
2920.49/2935.69	WSVECS04 Frhs2[901]: 6 0 102 shouldn't be
2920.49/2935.69	WSVECS04 Frhs2[1258]: 6 0 208 shouldn't be
2920.49/2935.69	WSVECS04 Frhs2[1512]: 6 -284 0 shouldn't be
2920.49/2935.69	WSVECS04 Frhs2[1538]: 6 0 1093 shouldn't be
2920.49/2935.69	WSVECS04 Frhs2[1558]: 6 0 208 shouldn't be
2920.49/2935.69	WSVECS04 Frhs2[2068]: 6 -325 0 shouldn't be
2920.49/2935.69	WSVECS04 Frhs2[2248]: 6 -325 0 shouldn't be
2922.18/2937.36	WSVECS04 Frhs2[106]: 6 0 180 shouldn't be
2922.18/2937.36	WSVECS04 Frhs2[308]: 6 0 474.5 shouldn't be
2922.18/2937.36	WSVECS04 Frhs2[368]: 6 0 191 shouldn't be
2922.18/2937.36	WSVECS04 Frhs2[422]: 6 0 1086 shouldn't be
2922.18/2937.36	WSVECS04 Frhs2[533]: 6 0 2777.88 shouldn't be
2922.18/2937.36	WSVECS04 Frhs2[708]: 6 0 192.5 shouldn't be
2922.18/2937.36	WSVECS04 Frhs2[1007]: 6 0 180 shouldn't be
2922.18/2937.36	WSVECS04 Frhs2[1658]: 6 0 208 shouldn't be
2922.18/2937.36	WSVECS04 Frhs2[1708]: 6 0 474.5 shouldn't be
2922.18/2937.36	WSVECS04 Frhs2[2002]: 6 -1020 0 shouldn't be
2922.18/2937.36	WSVECS04 Frhs2[2017]: 6 -605 0 shouldn't be
2922.18/2937.36	WSVECS04 Frhs2[2060]: 6 -260 0 shouldn't be
2922.18/2937.36	WSVECS04 Frhs2[2180]: 6 -80.0001 0 shouldn't be
2922.18/2937.36	WSVECS04 Frhs2[2190]: 6 -380 0 shouldn't be
2922.18/2937.36	WSVECS04 Frhs2[2200]: 6 -1380 0 shouldn't be
2922.18/2937.36	WSVECS04 Frhs2[2355]: 6 -461 0 shouldn't be
2922.18/2937.36	WSVECS04 Frhs2[2437]: 6 -587 0 shouldn't be
2922.18/2937.36	WSVECS04 Frhs2[2494]: 6 -587 0 shouldn't be
2922.18/2937.36	WSVECS04 Frhs2[2519]: 6 -86.0001 0 shouldn't be
2927.27/2942.44	c #Conflicts:    1426000 | #Constraints:      73998
2927.27/2942.44	c #Conflicts:    1427000 | #Constraints:      74998
2927.27/2942.44	c #Conflicts:    1428000 | #Constraints:      75998
2927.27/2942.44	c #Conflicts:    1429000 | #Constraints:      76998
2927.27/2942.44	c #Conflicts:    1430000 | #Constraints:      77998
2927.27/2942.44	c #Conflicts:    1431000 | #Constraints:      78998
2927.27/2942.44	c #Conflicts:    1432000 | #Constraints:      79998
2927.27/2942.44	c #Conflicts:    1433000 | #Constraints:      80998
2927.27/2942.44	c #Conflicts:    1434000 | #Constraints:      81998
2927.27/2942.44	c #Conflicts:    1435000 | #Constraints:      82998
2927.27/2942.44	c #Conflicts:    1436000 | #Constraints:      83998
2927.27/2942.44	c #Conflicts:    1437000 | #Constraints:      84998
2927.27/2942.44	c #Conflicts:    1438000 | #Constraints:      85998
2927.27/2942.44	WSVECS04 Frhs2[18]: 6 0 1046.73 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[39]: 6 0 478.969 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[48]: 6 0 400.66 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[58]: 6 0 320.02 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[123]: 6 -981.887 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[124]: 6 0 203.79 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[126]: 6 0 203.79 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[132]: 6 0 265.156 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[134]: 6 -325.901 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[136]: 6 0 304.477 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[137]: 6 0 282.936 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[139]: 6 0 538.004 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[220]: 6 0 172.875 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[239]: 6 0 538.004 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[246]: 6 0 283.227 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[252]: 6 0 69.5139 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[255]: 6 0 435.124 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[256]: 6 -540.497 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[259]: 6 0 106.035 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[260]: 6 0 202.926 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[312]: 6 -540.033 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[342]: 6 0 203.425 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[346]: 6 0 283.227 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[347]: 6 0 171.64 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[352]: 6 0 134.514 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[423]: 6 0 22.2456 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[445]: 6 -112.605 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[448]: 6 0 513.264 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[453]: 6 0 18.9997 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[458]: 6 0 354.985 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[523]: 6 -563.215 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[524]: 6 0 203.79 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[529]: 6 0 314.934 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[535]: 6 0 1801.44 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[536]: 6 0 394.272 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[549]: 6 0 171.64 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[558]: 6 0 367.02 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[559]: 6 0 99.0707 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[619]: 6 0 112.605 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[621]: 6 0 41.0773 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[627]: 6 0 203.79 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[630]: 6 0 546.077 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[633]: 6 0 1347.06 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[637]: 6 0 1315.26 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[639]: 6 0 1570.33 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[640]: 6 0 1032.33 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[651]: 6 0 134.514 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[653]: 6 0 31.0354 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[654]: 6 0 46.9999 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[656]: 6 -198.339 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[660]: 6 0 202.926 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[723]: 6 -1284.78 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[726]: 6 0 203.79 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[730]: 6 0 546.077 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[733]: 6 0 314.733 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[734]: 6 -307.468 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[754]: 6 0 35.3876 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[759]: 6 0 94.4231 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[813]: 6 0 469.614 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[814]: 6 0 368.1 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[816]: 6 0 256.513 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[819]: 6 0 642.489 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[832]: 6 0 729.743 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[834]: 6 0 529.587 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[852]: 6 0 69.5139 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[853]: 6 0 31.0354 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[854]: 6 0 46.9999 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[856]: 6 -182.239 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[859]: 6 0 106.035 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[860]: 6 0 202.926 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[914]: 6 -2643.42 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[934]: 6 -2416 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[935]: 6 0 1711.65 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[946]: 6 0 111.587 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[956]: 6 0 24.5064 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1016]: 6 -161.785 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1019]: 6 0 112.605 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1028]: 6 0 862.696 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1034]: 6 -103.537 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1037]: 6 0 282.936 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1056]: 6 -405.018 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1059]: 6 0 106.035 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1112]: 6 -378.511 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1118]: 6 0 301.983 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1129]: 6 0 43.8361 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1132]: 6 0 599.684 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1133]: 6 0 649.26 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1153]: 6 0 31.0354 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1156]: 6 -113.463 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1230]: 6 0 231.143 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1236]: 6 0 304.477 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1240]: 6 -2943.87 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1245]: 6 -321.605 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1255]: 6 0 305.602 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1264]: 6 0 233 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1265]: 6 0 233 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1270]: 6 0 233 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1314]: 6 0 327.653 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1315]: 6 0 602.042 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1316]: 6 0 327.653 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1318]: 6 0 1536.17 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1328]: 6 0 803.443 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1332]: 6 0 586.615 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1335]: 6 0 2033.11 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1337]: 6 0 114.958 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1338]: 6 0 1274 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1342]: 6 0 525.279 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1345]: 6 0 321.855 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1347]: 6 0 4.05757 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1349]: 6 0 418.495 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1352]: 6 0 103.479 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1354]: 6 0 15.9646 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1358]: 6 0 335.985 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1367]: 6 -944 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1412]: 6 -1729.14 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1432]: 6 0 265.156 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1433]: 6 0 314.733 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1436]: 6 0 304.477 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1446]: 6 0 271.98 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1447]: 6 0 160.392 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1467]: 6 -21 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1523]: 6 -926.031 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1525]: 6 0 14.3238 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1543]: 6 0 221.628 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1545]: 6 -172.012 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1549]: 6 0 171.64 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1612]: 6 -159.276 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1635]: 6 0 1711.65 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1645]: 6 -348.389 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1719]: 6 0 172.875 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1726]: 6 0 203.79 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1732]: 6 0 265.156 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1751]: 6 0 435.124 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1754]: 6 0 46.9999 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1756]: 6 -232.506 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1904]: 6 0 243.337 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1919]: 6 0 285.511 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[1950]: 6 0 40.8484 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[2146]: 6 -550 0 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[2148]: 6 0 52.5275 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[2150]: 6 0 610.464 shouldn't be
2927.27/2942.44	WSVECS04 Frhs2[2598]: 6 -557 0 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[35]: 6 0 1711.65 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[130]: 6 0 546.077 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[133]: 6 0 314.733 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[349]: 6 0 171.64 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[443]: 6 0 221.628 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[539]: 6 0 627.799 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[631]: 6 0 1032.33 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[659]: 6 0 106.035 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[833]: 6 0 844.32 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[851]: 6 0 134.514 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[933]: 6 0 314.733 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[936]: 6 0 304.477 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[962]: 6 0 65 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[1032]: 6 0 265.156 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[1036]: 6 0 304.477 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[1048]: 6 0 513.264 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[1058]: 6 0 367.02 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[1113]: 6 0 101.514 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[1159]: 6 0 106.035 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[1207]: 6 0 150 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[1213]: 6 0 101.514 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[1220]: 6 0 274.389 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[1233]: 6 0 314.733 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[1260]: 6 0 73.404 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[1267]: 6 0 233 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[1334]: 6 0 321.459 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[1346]: 6 0 605.082 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[1348]: 6 0 835.119 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[1413]: 6 0 101.514 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[1648]: 6 0 513.264 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[1733]: 6 0 314.733 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[1759]: 6 0 106.035 shouldn't be
2928.16/2943.31	WSVECS04 Frhs2[2593]: 6 -467 0 shouldn't be
2928.97/2944.14	WSVECS04 Frhs2[21]: 6 0 111.144 shouldn't be
2928.97/2944.14	WSVECS04 Frhs2[1012]: 6 0 112.605 shouldn't be
2928.97/2944.14	WSVECS04 Frhs2[1015]: 6 0 112.605 shouldn't be
2928.97/2944.14	WSVECS04 Frhs2[1044]: 6 0 112.605 shouldn't be
2928.97/2944.14	WSVECS04 Frhs2[1053]: 6 0 31.0354 shouldn't be
2928.97/2944.14	WSVECS04 Frhs2[1151]: 6 0 134.514 shouldn't be
2928.97/2944.14	WSVECS04 Frhs2[1244]: 6 0 112.605 shouldn't be
2928.97/2944.14	WSVECS04 Frhs2[1415]: 6 0 274.389 shouldn't be
2928.97/2944.14	WSVECS04 Frhs2[1619]: 6 0 274.389 shouldn't be
2928.97/2944.14	WSVECS04 Frhs2[1937]: 6 -315 0 shouldn't be
2928.97/2944.14	WSVECS04 Frhs2[2482]: 6 -410 0 shouldn't be
2928.97/2944.14	WSVECS04 Frhs2[2540]: 6 -80.0001 0 shouldn't be
2928.97/2944.14	WSVECS04 Frhs2[2554]: 6 -646 0 shouldn't be
2928.97/2944.14	WSVECS04 Frhs2[2577]: 6 -501 0 shouldn't be
2937.14/2952.36	c #Conflicts:    1439000 | #Constraints:      86998
2937.14/2952.36	c #Conflicts:    1440000 | #Constraints:      87998
2937.14/2952.36	c #Conflicts:    1441000 | #Constraints:      88998
2937.14/2952.36	c #Conflicts:    1442000 | #Constraints:      89998
2937.14/2952.36	c #Conflicts:    1443000 | #Constraints:      90998
2937.14/2952.36	c INPROCESSING
2937.14/2952.36	c GARBAGE COLLECT
2937.14/2952.36	c rational objective 40264
2939.54/2954.77	c #Conflicts:    1444000 | #Constraints:      68178
2939.54/2954.77	c #Conflicts:    1445000 | #Constraints:      69178
2939.54/2954.77	c #Conflicts:    1446000 | #Constraints:      70178
2939.54/2954.77	c #Conflicts:    1447000 | #Constraints:      71178
2939.54/2954.77	c #Conflicts:    1448000 | #Constraints:      72178
2939.54/2954.77	c #Conflicts:    1449000 | #Constraints:      73178
2939.54/2954.77	c #Conflicts:    1450000 | #Constraints:      74179
2939.54/2954.77	WSVECS04 Frhs2[9]: 6 0 934.4 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[19]: 6 0 934.4 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[29]: 6 0 934.4 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[112]: 6 -948.4 0 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[230]: 6 0 1053.4 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[256]: 6 -98 0 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[304]: 6 0 344 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[314]: 6 -659 0 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[319]: 6 0 934.4 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[508]: 6 0 273 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[518]: 6 0 181 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[615]: 6 0 122.8 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[705]: 6 0 618.2 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[725]: 6 0 122.8 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[755]: 6 0 122.8 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[801]: 6 -1194.4 0 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[809]: 6 0 934.4 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[819]: 6 0 934.4 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[859]: 6 0 934.4 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[869]: 6 0 934.4 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[954]: 6 0 122.8 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[1056]: 6 -69.3334 0 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[1254]: 6 0 122.8 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[1260]: 6 0 763.8 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[1270]: 6 0 2211 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[1309]: 6 0 934.4 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[1324]: 6 0 122.8 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[1354]: 6 0 122.8 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[1359]: 6 0 934.4 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[1369]: 6 0 934.4 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[1379]: 6 0 934.4 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[1409]: 6 0 1202.6 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[1410]: 6 0 1677.2 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[1412]: 6 -651.2 0 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[1420]: 6 0 1750.4 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[1467]: 6 -176.2 0 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[1469]: 6 0 934.4 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[2100]: 6 -380 0 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[2460]: 6 -380 0 shouldn't be
2939.54/2954.77	WSVECS04 Frhs2[2477]: 6 -315 0 shouldn't be
2940.53/2955.75	WSVECS04 Frhs2[701]: 6 0 495.4 shouldn't be
2940.53/2955.75	WSVECS04 Frhs2[1168]: 6 0 181 shouldn't be
2940.53/2955.75	WSVECS04 Frhs2[1264]: 6 0 368.8 shouldn't be
2940.53/2955.75	WSVECS04 Frhs2[2434]: 6 -605 0 shouldn't be
2940.53/2955.75	WSVECS04 Frhs2[2445]: 6 -567 0 shouldn't be
2940.53/2955.75	WSVECS04 Frhs2[2473]: 6 -1190 0 shouldn't be
2940.53/2955.75	WSVECS04 Frhs2[2491]: 6 -250 0 shouldn't be
2940.53/2955.75	WSVECS04 Frhs2[2494]: 6 -587 0 shouldn't be
2940.53/2955.75	WSVECS04 Frhs2[2497]: 6 -646 0 shouldn't be
2940.53/2955.75	WSVECS04 Frhs2[2499]: 6 -410 0 shouldn't be
2940.53/2955.75	WSVECS04 Frhs2[2510]: 6 -260 0 shouldn't be
2940.53/2955.75	WSVECS04 Frhs2[2573]: 6 -557 0 shouldn't be
2940.53/2955.75	WSVECS04 Frhs2[2582]: 6 -311 0 shouldn't be
2941.63/2956.85	WSVECS04 Frhs2[668]: 6 0 181 shouldn't be
2941.63/2956.85	WSVECS04 Frhs2[1304]: 6 0 501 shouldn't be
2948.51/2963.79	c #Conflicts:    1451000 | #Constraints:      75179
2948.51/2963.79	c #Conflicts:    1452000 | #Constraints:      76179
2948.51/2963.79	c #Conflicts:    1453000 | #Constraints:      77179
2948.51/2963.79	c #Conflicts:    1454000 | #Constraints:      78179
2948.51/2963.79	c #Conflicts:    1455000 | #Constraints:      79179
2948.51/2963.79	c #Conflicts:    1456000 | #Constraints:      80179
2948.51/2963.79	c #Conflicts:    1457000 | #Constraints:      81179
2948.51/2963.79	c #Conflicts:    1458000 | #Constraints:      82179
2948.51/2963.79	c #Conflicts:    1459000 | #Constraints:      83179
2948.51/2963.79	c #Conflicts:    1460000 | #Constraints:      84179
2948.51/2963.79	c #Conflicts:    1461000 | #Constraints:      85179
2948.51/2963.79	WSVECS04 Frhs2[4]: 6 0 3069.04 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[14]: 6 0 2521.67 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[32]: 6 0 1202.11 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[54]: 6 0 2713.36 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[59]: 6 0 2165.68 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[60]: 6 0 2923.36 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[74]: 6 0 3700.71 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[113]: 6 0 9107.05 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[114]: 6 0 2722.42 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[115]: 6 0 9658.12 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[119]: 6 0 11020.3 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[120]: 6 0 2281.97 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[124]: 6 0 1558.65 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[125]: 6 0 15375.1 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[126]: 6 0 448 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[154]: 6 0 9735.51 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[155]: 6 0 22717.5 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[160]: 6 0 9945.51 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[201]: 6 -312 0 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[202]: 6 0 1149.88 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[203]: 6 0 5244.04 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[204]: 6 0 3756.04 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[206]: 6 0 1053.68 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[214]: 6 0 440.445 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[223]: 6 0 854.696 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[224]: 6 0 2413.35 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[227]: 6 0 209.692 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[257]: 6 0 12699.6 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[454]: 6 0 282.99 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[456]: 6 -13373.3 0 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[457]: 6 0 629.038 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[513]: 6 0 8710.44 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[521]: 6 0 11672.7 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[523]: 6 0 11672.7 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[526]: 6 0 12120.7 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[558]: 6 0 9749.02 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[613]: 6 0 7044.04 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[620]: 6 0 218.957 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[623]: 6 -1542 0 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[625]: 6 0 15375.1 shouldn't be
2948.51/2963.79	WSVECS04 Frhs2[653]: 6 -23310.3 0 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[655]: 6 0 15085.7 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[657]: 6 0 19.4597 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[658]: 6 0 2117.3 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[660]: 6 0 2313.78 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[678]: 6 -780 0 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[686]: 6 0 1863.71 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[708]: 6 0 526.126 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[718]: 6 0 1968.29 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[751]: 6 0 9217.72 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[758]: 6 0 9749.02 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[760]: 6 0 9366.51 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[808]: 6 0 268.333 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[818]: 6 0 899.25 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[858]: 6 0 950.207 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[868]: 6 0 181 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[871]: 6 0 2803.33 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[886]: 6 0 1863.71 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[908]: 6 0 268.333 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[918]: 6 0 943.234 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1023]: 6 -305.497 0 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1026]: 6 0 448 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1058]: 6 0 2726.88 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1059]: 6 0 12985.2 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1069]: 6 0 10962.6 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1078]: 6 -1737 0 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1103]: 6 0 4086.59 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1118]: 6 0 1681.27 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1121]: 6 0 1279.39 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1123]: 6 0 1061.25 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1128]: 6 0 1545.25 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1173]: 6 0 66.3451 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1201]: 6 -2268.81 0 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1202]: 6 0 462.883 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1205]: 6 0 7428.13 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1212]: 6 -629.617 0 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1213]: 6 0 8906.3 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1216]: 6 0 952.224 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1217]: 6 0 963.017 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1221]: 6 -2105.75 0 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1255]: 6 0 3524.58 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1258]: 6 0 13.5192 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1263]: 6 0 4810.37 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1275]: 6 -10521.4 0 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1303]: 6 0 4094.15 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1321]: 6 0 645.004 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1323]: 6 0 645.004 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1328]: 6 0 645.004 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1351]: 6 0 1082.36 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1423]: 6 -224.752 0 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1432]: 6 0 1202.11 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1477]: 6 0 746.941 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1478]: 6 -238.059 0 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1559]: 6 0 11676.9 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1569]: 6 0 10781.6 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1574]: 6 0 3115.71 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1579]: 6 0 13363.9 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1613]: 6 0 7943.29 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1619]: 6 0 9856.54 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1625]: 6 0 6880.77 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1626]: 6 0 448 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1659]: 6 0 10258.4 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1669]: 6 0 10962.6 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1671]: 6 0 2901.33 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1679]: 6 0 13164.9 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1709]: 6 0 9817.17 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1713]: 6 0 7943.29 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1759]: 6 0 12665 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1769]: 6 0 11143.6 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[1984]: 6 0 585.248 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[2017]: 6 0 152.248 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[2076]: 6 0 252 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[2121]: 6 0 369 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[2137]: 6 -646 0 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[2537]: 6 -871 0 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[2549]: 6 -337 0 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[2597]: 6 -1060 0 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[2600]: 6 -260 0 shouldn't be
2948.51/2963.80	WSVECS04 Frhs2[2601]: 6 -328 0 shouldn't be
2949.92/2965.14	WSVECS04 Frhs2[6]: 6 0 537.662 shouldn't be
2949.92/2965.14	WSVECS04 Frhs2[323]: 6 -571.752 0 shouldn't be
2949.92/2965.14	WSVECS04 Frhs2[324]: 6 0 1558.65 shouldn't be
2949.92/2965.14	WSVECS04 Frhs2[477]: 6 0 1160.94 shouldn't be
2949.92/2965.14	WSVECS04 Frhs2[478]: 6 0 1258.94 shouldn't be
2949.92/2965.14	WSVECS04 Frhs2[626]: 6 0 448 shouldn't be
2949.92/2965.14	WSVECS04 Frhs2[778]: 6 0 844.941 shouldn't be
2949.92/2965.14	WSVECS04 Frhs2[780]: 6 0 265.941 shouldn't be
2949.92/2965.14	WSVECS04 Frhs2[958]: 6 0 2084.11 shouldn't be
2949.92/2965.14	WSVECS04 Frhs2[978]: 6 0 548 shouldn't be
2949.92/2965.14	WSVECS04 Frhs2[1063]: 6 0 5179.37 shouldn't be
2949.92/2965.14	WSVECS04 Frhs2[1363]: 6 0 5179.37 shouldn't be
2949.92/2965.14	WSVECS04 Frhs2[1480]: 6 0 844.941 shouldn't be
2949.92/2965.14	WSVECS04 Frhs2[2528]: 6 -467 0 shouldn't be
2949.92/2965.14	WSVECS04 Frhs2[2540]: 6 0 235 shouldn't be
2949.92/2965.14	WSVECS04 Frhs2[2581]: 6 0 61.0001 shouldn't be
2949.92/2965.14	WSVECS04 Frhs2[2610]: 6 -328 0 shouldn't be
2951.11/2966.36	WSVECS04 Frhs2[58]: 6 0 2726.88 shouldn't be
2951.11/2966.36	WSVECS04 Frhs2[503]: 6 0 4094.15 shouldn't be
2951.11/2966.36	WSVECS04 Frhs2[1079]: 6 0 13066.9 shouldn't be
2951.11/2966.36	WSVECS04 Frhs2[2346]: 6 -352 0 shouldn't be
2952.50/2967.77	WSVECS04 Frhs2[16]: 6 0 952.224 shouldn't be
2952.50/2967.77	WSVECS04 Frhs2[26]: 6 0 11566.8 shouldn't be
2952.50/2967.77	WSVECS04 Frhs2[51]: 6 0 2195.57 shouldn't be
2952.50/2967.77	WSVECS04 Frhs2[79]: 6 0 2247.39 shouldn't be
2952.50/2967.77	WSVECS04 Frhs2[159]: 6 0 20007.4 shouldn't be
2952.50/2967.77	WSVECS04 Frhs2[551]: 6 0 9217.72 shouldn't be
2952.50/2967.77	WSVECS04 Frhs2[553]: 6 0 7022.14 shouldn't be
2952.50/2967.77	WSVECS04 Frhs2[559]: 6 0 9142.7 shouldn't be
2952.50/2967.77	WSVECS04 Frhs2[1163]: 6 0 5179.37 shouldn't be
2952.50/2967.77	WSVECS04 Frhs2[1226]: 6 0 448 shouldn't be
2952.50/2967.77	WSVECS04 Frhs2[1603]: 6 0 4557.04 shouldn't be
2952.50/2967.77	WSVECS04 Frhs2[1663]: 6 0 5179.37 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[10]: 6 0 1606.65 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[23]: 6 0 11118.8 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[132]: 6 0 1202.11 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[179]: 6 0 13911.9 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[180]: 6 0 844.941 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[254]: 6 0 14784 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[407]: 6 0 144.779 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[458]: 6 0 2726.88 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[468]: 6 0 181 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[528]: 6 0 11672.7 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[571]: 6 0 2803.33 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[663]: 6 0 5179.37 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[968]: 6 0 181 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[1113]: 6 0 8906.3 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[1719]: 6 0 9856.54 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[2006]: 6 -808 0 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[2085]: 6 0 135 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[2099]: 6 -337 0 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[2102]: 6 -408 0 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[2104]: 6 -646 0 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[2128]: 6 -622 0 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[2557]: 6 -605 0 shouldn't be
2954.50/2969.80	WSVECS04 Frhs2[2587]: 6 -646 0 shouldn't be
2963.97/2979.21	c #Conflicts:    1462000 | #Constraints:      86179
2963.97/2979.21	c #Conflicts:    1463000 | #Constraints:      87179
2963.97/2979.21	c #Conflicts:    1464000 | #Constraints:      88179
2963.97/2979.21	c #Conflicts:    1465000 | #Constraints:      89179
2963.97/2979.21	c #Conflicts:    1466000 | #Constraints:      90179
2963.97/2979.21	c #Conflicts:    1467000 | #Constraints:      91179
2963.97/2979.21	c INPROCESSING
2963.97/2979.21	c GARBAGE COLLECT
2963.97/2979.21	c rational objective 40264
2968.56/2983.81	c #Conflicts:    1468000 | #Constraints:      68146
2968.56/2983.81	c #Conflicts:    1469000 | #Constraints:      69146
2968.56/2983.81	c #Conflicts:    1470000 | #Constraints:      70146
2968.56/2983.81	c #Conflicts:    1471000 | #Constraints:      71146
2968.56/2983.81	c #Conflicts:    1472000 | #Constraints:      72146
2968.56/2983.81	c #Conflicts:    1473000 | #Constraints:      73146
2968.56/2983.81	c #Conflicts:    1474000 | #Constraints:      74146
2968.56/2983.81	c #Conflicts:    1475000 | #Constraints:      75146
2968.56/2983.81	c #Conflicts:    1476000 | #Constraints:      76146
2968.56/2983.81	c #Conflicts:    1477000 | #Constraints:      77146
2968.56/2983.81	c #Conflicts:    1478000 | #Constraints:      78146
2968.56/2983.81	c #Conflicts:    1479000 | #Constraints:      79146
2968.56/2983.81	c #Conflicts:    1480000 | #Constraints:      80146
2968.56/2983.81	c #Conflicts:    1481000 | #Constraints:      81146
2968.56/2983.81	WSVECS04 Frhs2[75]: 6 0 757.728 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[114]: 6 0 133.271 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[119]: 6 0 355.83 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[120]: 6 0 489.073 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[124]: 6 0 133.271 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[127]: 6 0 5.61664 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[130]: 6 0 489.073 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[154]: 6 0 116.421 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[170]: 6 0 400.847 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[180]: 6 0 208.713 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[230]: 6 0 481.006 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[270]: 6 0 406.097 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[310]: 6 0 983.365 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[314]: 6 0 125.204 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[318]: 6 0 47.3839 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[320]: 6 0 481.006 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[330]: 6 0 483.457 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[354]: 6 0 127.654 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[356]: 6 -213.369 0 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[357]: 6 0 19.3004 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[366]: 6 0 98.4392 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[370]: 6 0 504.536 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[378]: 6 -461.834 0 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[380]: 6 0 304.693 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[419]: 6 0 284.402 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[420]: 6 0 417.645 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[454]: 6 0 116.361 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[457]: 6 0 69.8499 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[462]: 6 0 14.05 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[467]: 6 -554.459 0 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[470]: 6 0 416.981 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[472]: 6 0 101.597 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[473]: 6 0 195.349 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[480]: 6 0 304.693 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[509]: 6 0 32.7515 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[510]: 6 0 988.981 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[515]: 6 0 919.428 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[518]: 6 0 47.3839 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[519]: 6 0 347.763 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[525]: 6 0 919.428 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[528]: 6 0 5.61664 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[569]: 6 0 249.324 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[570]: 6 0 406.097 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[574]: 6 0 186.325 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[575]: 6 0 743.114 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[614]: 6 0 125.204 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[619]: 6 0 347.763 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[624]: 6 0 125.204 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[628]: 6 0 5.6167 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[754]: 6 0 108.354 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[762]: 6 0 14.05 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[771]: 6 0 187.282 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[772]: 6 0 101.597 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[773]: 6 0 195.349 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[774]: 6 0 311.529 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[776]: 6 0 71.1286 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[777]: 6 0 52.2849 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[778]: 6 -451.183 0 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[808]: 6 0 94.5419 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[810]: 6 0 1216.44 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[818]: 6 0 47.3839 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[828]: 6 0 8.06711 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[830]: 6 0 483.457 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[854]: 6 0 108.354 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[855]: 6 0 919.428 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[872]: 6 0 101.597 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[873]: 6 0 195.349 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[875]: 6 0 743.114 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[876]: 6 0 71.1286 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[878]: 6 -41.809 0 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[879]: 6 0 60.0162 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[880]: 6 0 304.693 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[923]: 6 -447.684 0 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[930]: 6 0 483.457 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[970]: 6 0 416.981 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[980]: 6 0 244.676 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1012]: 6 -333.335 0 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1013]: 6 0 3.1662 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1014]: 6 0 22.4665 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1015]: 6 0 925.045 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1016]: 6 0 3.1662 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1019]: 6 0 228.505 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1069]: 6 0 135.333 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1075]: 6 0 547.765 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1112]: 6 -910.431 0 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1116]: 6 0 3.16614 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1162]: 6 0 14.05 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1227]: 6 0 36.7094 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1329]: 6 0 210.341 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1330]: 6 0 306.9 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1411]: 6 0 5.61664 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1416]: 6 0 3.16616 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1418]: 6 0 53.0005 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1430]: 6 0 483.457 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1451]: 6 0 19.3004 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1452]: 6 0 19.3003 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1453]: 6 0 19.3004 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1454]: 6 0 127.654 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1457]: 6 0 19.3004 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1462]: 6 0 14.05 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1467]: 6 -781.928 0 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1470]: 6 0 416.981 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1471]: 6 0 187.282 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1472]: 6 0 101.597 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1473]: 6 0 195.349 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1476]: 6 0 71.1286 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1478]: 6 -452.375 0 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1480]: 6 0 304.693 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1511]: 6 0 788.064 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1513]: 6 0 785.613 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1521]: 6 0 2.45055 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1524]: 6 0 127.654 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1552]: 6 0 19.3003 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1554]: 6 0 127.654 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1563]: 6 0 405.171 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1575]: 6 0 1093.89 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1576]: 6 0 421.907 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1610]: 6 0 983.365 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1611]: 6 0 235.898 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1613]: 6 0 233.448 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1616]: 6 0 233.448 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1621]: 6 0 2.4505 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1623]: 6 -545.349 0 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1625]: 6 0 897.717 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1630]: 6 0 483.457 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1652]: 6 0 19.3004 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1661]: 6 0 293.481 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1663]: 6 0 383.486 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1664]: 6 0 542.805 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1665]: 6 0 1616.06 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1666]: 6 0 293.481 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1669]: 6 0 542.805 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1670]: 6 0 699.577 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1671]: 6 0 85.6855 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1673]: 6 0 93.7527 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1680]: 6 0 203.096 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1712]: 6 -908.462 0 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1713]: 6 0 3.16617 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1715]: 6 0 1345.04 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1716]: 6 0 3.16619 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1721]: 6 0 2.45058 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1724]: 6 0 127.654 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1728]: 6 0 8.06716 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1752]: 6 0 19.3004 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1754]: 6 0 127.654 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1757]: 6 0 19.3004 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1767]: 6 -738.558 0 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1770]: 6 0 416.981 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1772]: 6 0 63.4822 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[1774]: 6 0 273.414 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[2004]: 6 -272 0 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[2031]: 6 0 4.00007 shouldn't be
2968.56/2983.81	WSVECS04 Frhs2[2322]: 6 0 113 shouldn't be
2969.96/2985.20	WSVECS04 Frhs2[174]: 6 0 215.549 shouldn't be
2969.96/2985.20	WSVECS04 Frhs2[352]: 6 0 19.3004 shouldn't be
2969.96/2985.20	WSVECS04 Frhs2[353]: 6 0 19.3004 shouldn't be
2969.96/2985.20	WSVECS04 Frhs2[376]: 6 0 71.1286 shouldn't be
2969.96/2985.20	WSVECS04 Frhs2[718]: 6 0 47.3839 shouldn't be
2969.96/2985.20	WSVECS04 Frhs2[954]: 6 0 108.354 shouldn't be
2969.96/2985.20	WSVECS04 Frhs2[1062]: 6 0 14.05 shouldn't be
2969.96/2985.20	WSVECS04 Frhs2[1412]: 6 -1805.37 0 shouldn't be
2969.96/2985.20	WSVECS04 Frhs2[1461]: 6 0 10.8839 shouldn't be
2969.96/2985.20	WSVECS04 Frhs2[1463]: 6 0 100.89 shouldn't be
2969.96/2985.20	WSVECS04 Frhs2[1553]: 6 0 19.3004 shouldn't be
2969.96/2985.20	WSVECS04 Frhs2[1651]: 6 0 19.3004 shouldn't be
2969.96/2985.20	WSVECS04 Frhs2[1654]: 6 0 127.654 shouldn't be
2969.96/2985.20	WSVECS04 Frhs2[1761]: 6 0 10.8839 shouldn't be
2969.96/2985.20	WSVECS04 Frhs2[2321]: 6 0 51.0001 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[129]: 6 0 416.741 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[160]: 6 0 489.073 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[258]: 6 0 2.45055 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[260]: 6 0 502.757 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[279]: 6 0 270.39 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[324]: 6 0 127.654 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[360]: 6 0 500.306 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[429]: 6 0 408.674 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[460]: 6 0 550.856 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[520]: 6 0 481.006 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[529]: 6 0 408.674 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[530]: 6 0 481.006 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[580]: 6 0 304.693 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[618]: 6 0 47.3839 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[629]: 6 0 408.674 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[664]: 6 0 37.5758 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[724]: 6 0 125.204 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[729]: 6 0 408.674 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[761]: 6 0 10.8839 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[814]: 6 0 125.204 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[824]: 6 0 127.654 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[860]: 6 0 481.006 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[924]: 6 0 127.654 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[929]: 6 0 150.917 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[1064]: 6 0 151.854 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[1113]: 6 0 3.1662 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[1118]: 6 0 53.0006 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[1303]: 6 0 640.784 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[1313]: 6 0 134.368 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[1314]: 6 0 262.022 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[1323]: 6 -856.004 0 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[1374]: 6 0 192.088 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[1420]: 6 0 486.623 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[1460]: 6 0 500.306 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[1501]: 6 0 1132.27 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[1551]: 6 0 19.3004 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[1574]: 6 0 662.307 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[1620]: 6 0 716.904 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[1629]: 6 0 411.125 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[1653]: 6 0 19.3004 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[1660]: 6 0 500.307 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[1711]: 6 0 425.617 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[1760]: 6 0 500.306 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[2173]: 6 -1090 0 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[2180]: 6 -80.0001 0 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[2197]: 6 -605 0 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[2213]: 6 -557 0 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[2223]: 6 -325 0 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[2230]: 6 -250 0 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[2598]: 6 -557 0 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[2643]: 6 -622 0 shouldn't be
2971.65/2986.92	WSVECS04 Frhs2[2647]: 6 -605 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[220]: 6 0 483.457 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[328]: 6 0 8.06714 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[374]: 6 0 311.529 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[560]: 6 0 497.856 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[577]: 6 0 52.2849 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[578]: 6 -545.287 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[728]: 6 0 5.61669 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[825]: 6 0 921.878 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[928]: 6 0 8.06713 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[955]: 6 0 919.428 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[960]: 6 0 481.006 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1063]: 6 0 100.89 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1065]: 6 0 1357.63 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1066]: 6 0 10.8839 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1067]: 6 -133.94 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1320]: 6 0 441.268 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1363]: 6 0 41.4654 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1414]: 6 0 130.82 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1428]: 6 0 8.06719 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1509]: 6 0 1159.41 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1514]: 6 0 913.267 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1529]: 6 0 411.125 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1555]: 6 0 938.728 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1559]: 6 0 279.508 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1565]: 6 0 1661.91 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1569]: 6 0 564.49 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1609]: 6 0 27.135 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1614]: 6 0 361.102 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1628]: 6 0 8.06718 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1655]: 6 0 914.567 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1714]: 6 0 130.82 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1762]: 6 0 14.0501 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1765]: 6 0 1357.63 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1766]: 6 0 10.8839 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[1769]: 6 0 260.208 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2037]: 6 -501 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2076]: 6 -370 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2082]: 6 -337 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2091]: 6 -380 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2099]: 6 -337 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2100]: 6 -380 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2101]: 6 -1380 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2104]: 6 -646 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2106]: 6 -732 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2107]: 6 -605 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2119]: 6 -408 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2128]: 6 -622 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2137]: 6 -646 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2148]: 6 -557 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2160]: 6 -328 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2190]: 6 -380 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2200]: 6 -1380 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2237]: 6 -1060 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2302]: 6 -339 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2537]: 6 -871 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2553]: 6 -622 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2557]: 6 -605 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2568]: 6 -257 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2582]: 6 -311 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2587]: 6 -646 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2597]: 6 -1060 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2601]: 6 -328 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2618]: 6 -467 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2633]: 6 -257 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2677]: 6 -646 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2691]: 6 -328 0 shouldn't be
2974.24/2989.59	WSVECS04 Frhs2[2693]: 6 -741 0 shouldn't be
2979.13/2994.49	WSVECS04 Frhs2[19]: 6 0 350.214 shouldn't be
2979.13/2994.49	WSVECS04 Frhs2[372]: 6 0 101.597 shouldn't be
2979.13/2994.49	WSVECS04 Frhs2[464]: 6 0 198.366 shouldn't be
2979.13/2994.49	WSVECS04 Frhs2[469]: 6 0 260.208 shouldn't be
2979.13/2994.49	WSVECS04 Frhs2[572]: 6 0 101.597 shouldn't be
2979.13/2994.49	WSVECS04 Frhs2[719]: 6 0 347.763 shouldn't be
2979.13/2994.49	WSVECS04 Frhs2[759]: 6 0 260.208 shouldn't be
2979.13/2994.49	WSVECS04 Frhs2[767]: 6 -347.358 0 shouldn't be
2979.13/2994.49	WSVECS04 Frhs2[803]: 6 0 233.073 shouldn't be
2979.13/2994.49	WSVECS04 Frhs2[877]: 6 0 52.2849 shouldn't be
2979.13/2994.49	WSVECS04 Frhs2[965]: 6 0 1357.63 shouldn't be
2979.13/2994.49	WSVECS04 Frhs2[1169]: 6 0 260.208 shouldn't be
2979.13/2994.49	WSVECS04 Frhs2[1373]: 6 0 75.9088 shouldn't be
2979.13/2994.49	WSVECS04 Frhs2[1419]: 6 0 353.38 shouldn't be
2979.13/2994.49	WSVECS04 Frhs2[1519]: 6 0 1135.83 shouldn't be
2979.13/2994.49	WSVECS04 Frhs2[1561]: 6 0 315.166 shouldn't be
2979.13/2994.49	WSVECS04 Frhs2[2319]: 6 -165.417 0 shouldn't be
2981.84/2997.18	WSVECS04 Frhs2[25]: 6 0 921.879 shouldn't be
2981.84/2997.18	WSVECS04 Frhs2[164]: 6 0 244.074 shouldn't be
2981.84/2997.18	WSVECS04 Frhs2[179]: 6 0 224.244 shouldn't be
2981.84/2997.18	WSVECS04 Frhs2[865]: 6 0 1357.63 shouldn't be
2981.84/2997.18	WSVECS04 Frhs2[874]: 6 0 311.529 shouldn't be
2981.84/2997.18	WSVECS04 Frhs2[974]: 6 0 251.513 shouldn't be
2981.84/2997.18	WSVECS04 Frhs2[1119]: 6 0 353.38 shouldn't be
2981.84/2997.18	WSVECS04 Frhs2[1459]: 6 0 279.508 shouldn't be
2981.84/2997.18	WSVECS04 Frhs2[1474]: 6 0 311.529 shouldn't be
2981.84/2997.18	WSVECS04 Frhs2[1516]: 6 0 785.613 shouldn't be
2981.84/2997.18	WSVECS04 Frhs2[1571]: 6 0 538.061 shouldn't be
2981.84/2997.18	WSVECS04 Frhs2[1601]: 6 -361.458 0 shouldn't be
2981.84/2997.18	WSVECS04 Frhs2[1657]: 6 0 19.3004 shouldn't be
2981.84/2997.18	WSVECS04 Frhs2[1659]: 6 0 279.508 shouldn't be
2981.84/2997.18	WSVECS04 Frhs2[1764]: 6 0 260.208 shouldn't be
2981.84/2997.18	WSVECS04 Frhs2[2528]: 6 -467 0 shouldn't be
2981.84/2997.18	WSVECS04 Frhs2[2540]: 6 -80.0001 0 shouldn't be
2981.84/2997.18	WSVECS04 Frhs2[2600]: 6 -260 0 shouldn't be
2983.62/2998.91	WSVECS04 Frhs2[280]: 6 0 254.858 shouldn't be
2983.62/2998.91	WSVECS04 Frhs2[430]: 6 0 481.006 shouldn't be
2983.62/2998.91	WSVECS04 Frhs2[555]: 6 0 936.278 shouldn't be
2983.62/2998.91	WSVECS04 Frhs2[672]: 6 0 277.91 shouldn't be
2983.62/2998.91	WSVECS04 Frhs2[678]: 6 0 176.314 shouldn't be
2983.62/2998.91	WSVECS04 Frhs2[815]: 6 0 919.428 shouldn't be
2983.62/2998.91	WSVECS04 Frhs2[864]: 6 0 260.208 shouldn't be
2983.62/2998.91	WSVECS04 Frhs2[1018]: 6 0 53.0006 shouldn't be
2983.62/2998.91	WSVECS04 Frhs2[1115]: 6 0 141.655 shouldn't be
2983.62/2998.91	WSVECS04 Frhs2[1417]: 6 0 5.61667 shouldn't be
2983.62/2998.91	WSVECS04 Frhs2[1421]: 6 0 2.45053 shouldn't be
2983.62/2998.91	WSVECS04 Frhs2[1464]: 6 0 260.208 shouldn't be
2983.62/2998.91	WSVECS04 Frhs2[1674]: 6 0 209.932 shouldn't be
2983.62/2998.91	WSVECS04 Frhs2[1759]: 6 0 279.508 shouldn't be
2983.62/2998.91	WSVECS04 Frhs2[2610]: 6 -328 0 shouldn't be
2983.62/2998.91	WSVECS04 Frhs2[2621]: 6 -80 0 shouldn't be
2983.62/2998.91	WSVECS04 Frhs2[2664]: 6 -451 0 shouldn't be
2983.62/2998.91	WSVECS04 Frhs2[2673]: 6 -325 0 shouldn't be
2983.62/2998.91	WSVECS04 Frhs2[2696]: 6 -1270 0 shouldn't be
2983.62/2998.91	WSVECS04 Frhs2[2699]: 6 -86 0 shouldn't be
2986.82/3002.11	WSVECS04 Frhs2[15]: 6 0 921.878 shouldn't be
2986.82/3002.11	WSVECS04 Frhs2[29]: 6 0 411.125 shouldn't be
2986.82/3002.11	WSVECS04 Frhs2[579]: 6 0 320.224 shouldn't be
2986.82/3002.11	WSVECS04 Frhs2[1017]: 6 0 5.61669 shouldn't be
2986.82/3002.11	WSVECS04 Frhs2[1364]: 6 0 200.784 shouldn't be
2986.82/3002.11	WSVECS04 Frhs2[1506]: 6 0 913.28 shouldn't be
2986.82/3002.11	WSVECS04 Frhs2[1763]: 6 0 100.89 shouldn't be
2999.18/3014.53	c #Conflicts:    1482000 | #Constraints:      82146
2999.18/3014.53	c #Conflicts:    1483000 | #Constraints:      83146
2999.18/3014.53	c #Conflicts:    1484000 | #Constraints:      84146
2999.18/3014.53	c #Conflicts:    1485000 | #Constraints:      85146
2999.18/3014.53	c #Conflicts:    1486000 | #Constraints:      86146
2999.18/3014.53	c #Conflicts:    1487000 | #Constraints:      87146
2999.18/3014.53	c #Conflicts:    1488000 | #Constraints:      88146
2999.18/3014.53	c #Conflicts:    1489000 | #Constraints:      89146
2999.18/3014.53	c #Conflicts:    1490000 | #Constraints:      90146
2999.18/3014.53	c #Conflicts:    1491000 | #Constraints:      91146
2999.18/3014.53	c INPROCESSING
2999.18/3014.53	c GARBAGE COLLECT
2999.18/3014.53	c rational objective 40264
3005.86/3021.24	c #Conflicts:    1492000 | #Constraints:      67952
3005.86/3021.24	c #Conflicts:    1493000 | #Constraints:      68952
3005.86/3021.24	c #Conflicts:    1494000 | #Constraints:      69952
3005.86/3021.24	c #Conflicts:    1495000 | #Constraints:      70952
3005.86/3021.24	c #Conflicts:    1496000 | #Constraints:      71952
3005.86/3021.24	c #Conflicts:    1497000 | #Constraints:      72952
3005.86/3021.24	c #Conflicts:    1498000 | #Constraints:      73952
3005.86/3021.24	c #Conflicts:    1499000 | #Constraints:      74952
3005.86/3021.24	c #Conflicts:    1500000 | #Constraints:      75952
3005.86/3021.24	c #Conflicts:    1501000 | #Constraints:      76952
3005.86/3021.24	c #Conflicts:    1502000 | #Constraints:      77952
3005.86/3021.24	c #Conflicts:    1503000 | #Constraints:      78952
3005.86/3021.24	c #Conflicts:    1504000 | #Constraints:      79952
3005.86/3021.24	c #Conflicts:    1505000 | #Constraints:      80952
3005.86/3021.24	c #Conflicts:    1506000 | #Constraints:      81952
3005.86/3021.24	c #Conflicts:    1507000 | #Constraints:      82952
3005.86/3021.24	c #Conflicts:    1508000 | #Constraints:      83952
3005.86/3021.24	c #Conflicts:    1509000 | #Constraints:      84952
3005.86/3021.24	c #Conflicts:    1510000 | #Constraints:      85952
3005.86/3021.24	c #Conflicts:    1511000 | #Constraints:      86952
3005.86/3021.24	WSVECS04 Frhs2[21]: 6 0 455.86 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[23]: 6 0 455.86 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[29]: 6 0 515.72 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[30]: 6 0 1102.3 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[31]: 6 0 13341.6 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[38]: 6 0 235.483 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[63]: 6 0 227.345 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[65]: 6 0 639.52 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[82]: 6 0 154.05 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[84]: 6 0 122.083 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[85]: 6 0 547.914 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[88]: 6 0 408.12 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[128]: 6 -3237.15 0 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[130]: 6 0 646.438 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[133]: 6 0 82.6564 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[146]: 6 0 46697.4 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[153]: 6 0 59.0929 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[168]: 6 0 254.07 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[170]: 6 0 580.002 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[181]: 6 0 8389.1 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[188]: 6 0 254.07 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[190]: 6 0 526.451 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[211]: 6 0 16138 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[213]: 6 0 2.38073 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[218]: 6 0 515.794 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[221]: 6 0 470.648 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[223]: 6 0 470.648 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[228]: 6 0 470.648 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[250]: 6 0 536.176 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[253]: 6 0 59.0928 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[261]: 6 0 13636 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[263]: 6 0 248.726 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[268]: 6 0 275.45 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[283]: 6 0 605 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[288]: 6 0 501.886 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[317]: 6 0 155.207 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[318]: 6 0 593.689 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[323]: 6 -903.907 0 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[341]: 6 -108802 0 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[346]: 6 0 61384.9 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[347]: 6 0 61554.8 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[349]: 6 0 15617.3 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[356]: 6 -439.218 0 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[362]: 6 0 21.3808 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[363]: 6 0 147.07 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[367]: 6 -251.486 0 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[412]: 6 -961.104 0 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[418]: 6 0 537.758 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[443]: 6 0 15198.3 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[444]: 6 0 15198.3 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[446]: 6 0 76583.2 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[447]: 6 0 76753.2 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[448]: 6 0 15198.3 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[453]: 6 0 53.0607 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[465]: 6 0 259.689 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[468]: 6 0 254.07 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[482]: 6 0 59.5826 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[549]: 6 0 15617.3 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[553]: 6 0 59.0929 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[563]: 6 0 227.345 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[621]: 6 0 123.654 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[623]: 6 0 123.654 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[627]: 6 0 63.7939 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[628]: 6 0 123.654 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[633]: 6 0 23.7244 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[635]: 6 0 183.486 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[649]: 6 0 15617.3 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[651]: 6 0 13616.5 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[661]: 6 0 13614.6 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[667]: 6 -426.657 0 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[681]: 6 0 8135.03 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[683]: 6 0 103.114 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[711]: 6 0 16160 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[717]: 6 0 99.2757 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[719]: 6 0 99.2757 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[739]: 6 0 19.0001 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[740]: 6 0 158.436 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[746]: 6 0 61384.9 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[747]: 6 0 61554.8 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[750]: 6 0 30732.8 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[752]: 6 0 13.5001 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[753]: 6 0 72.5928 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[754]: 6 0 13.5 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[762]: 6 0 7.88074 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[783]: 6 0 511.234 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[784]: 6 0 122.083 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[823]: 6 -173.656 0 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[831]: 6 0 14364.2 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[836]: 6 0 918 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[839]: 6 0 937 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[847]: 6 0 61554.8 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[854]: 6 0 84.2501 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[856]: 6 -415.438 0 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[859]: 6 0 103.25 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[861]: 6 0 13367.9 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[868]: 6 0 7.4132 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[889]: 6 -794.234 0 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[912]: 6 -1249.68 0 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[917]: 6 0 99.2757 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[938]: 6 0 2.29133 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[940]: 6 0 413.057 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[947]: 6 0 61554.8 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[951]: 6 0 5377.31 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[952]: 6 0 49.9382 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[958]: 6 0 304.008 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[982]: 6 0 154.051 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[988]: 6 0 408.12 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[990]: 6 0 680.502 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1011]: 6 0 16189.3 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1014]: 6 0 10.415 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1038]: 6 0 248.103 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1040]: 6 0 731.937 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1046]: 6 0 61384.9 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1049]: 6 0 15617.3 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1051]: 6 0 13851.5 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1060]: 6 0 644.252 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1081]: 6 0 9057.15 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1084]: 6 0 636.083 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1090]: 6 0 1194.5 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1111]: 6 0 16135.6 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1117]: 6 0 74.9312 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1118]: 6 0 513.413 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1146]: 6 0 61384.9 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1158]: 6 0 254.07 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1160]: 6 0 663.252 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1167]: 6 -461.416 0 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1170]: 6 0 580.002 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1211]: 6 0 16152.5 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1247]: 6 0 45956.5 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1251]: 6 0 13870.5 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1261]: 6 0 13614.6 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1268]: 6 0 254.069 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1330]: 6 0 19.2549 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1351]: 6 0 13834.5 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1361]: 6 0 13614.6 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1383]: 6 0 410.734 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1411]: 6 0 16060.7 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1423]: 6 0 680.916 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1430]: 6 0 747.352 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1433]: 6 0 80.2757 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1434]: 6 -785.264 0 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1439]: 6 0 19 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1447]: 6 0 30856.7 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1451]: 6 0 13870.5 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1453]: 6 0 59.0929 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1463]: 6 0 227.345 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1483]: 6 0 410.734 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1521]: 6 -3307.22 0 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1530]: 6 0 646.438 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1533]: 6 0 181.932 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1556]: 6 -133.344 0 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1559]: 6 0 19.0001 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1561]: 6 0 13614.6 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1568]: 6 0 254.069 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1570]: 6 0 580.002 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1611]: 6 0 16160 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1619]: 6 0 99.2757 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1647]: 6 0 61554.8 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1651]: 6 0 13882.6 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1660]: 6 0 675.346 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1661]: 6 0 13614.6 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1662]: 6 0 21.3807 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1663]: 6 0 227.345 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1682]: 6 0 154.05 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1690]: 6 0 680.502 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1723]: 6 -456.167 0 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1733]: 6 0 80.2757 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1734]: 6 -323.969 0 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1745]: 6 -15617.3 0 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1749]: 6 0 15617.3 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1760]: 6 0 663.252 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1768]: 6 0 254.069 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[1789]: 6 -100.5 0 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[2173]: 6 -1090 0 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[2175]: 6 0 14301.3 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[2193]: 6 0 14246.3 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[2198]: 6 0 15725.3 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[2229]: 6 0 14704.3 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[2230]: 6 0 14618.3 shouldn't be
3005.86/3021.24	WSVECS04 Frhs2[2696]: 6 -1270 0 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[28]: 6 0 455.86 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[40]: 6 0 646.248 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[53]: 6 0 59.0929 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[113]: 6 0 24.3446 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[163]: 6 0 227.345 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[183]: 6 0 357.184 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[222]: 6 0 470.648 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[338]: 6 0 340.172 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[361]: 6 0 13614.6 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[417]: 6 0 99.2757 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[419]: 6 0 99.2757 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[438]: 6 0 340.172 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[462]: 6 0 21.3807 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[488]: 6 0 313.652 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[533]: 6 0 61.2757 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[546]: 6 0 61384.9 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[631]: 6 0 13389.7 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[646]: 6 0 61384.9 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[647]: 6 0 61554.8 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[662]: 6 0 21.3807 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[738]: 6 0 280.603 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[781]: 6 0 8543.15 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[782]: 6 0 154.05 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[788]: 6 0 348.55 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[833]: 6 0 998.276 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[838]: 6 0 1258.17 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[846]: 6 0 61384.9 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[851]: 6 0 13870.5 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[853]: 6 0 59.0928 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[858]: 6 0 338.32 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[919]: 6 0 99.2757 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[950]: 6 0 31325.4 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[970]: 6 0 580.002 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1050]: 6 0 31325.4 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1061]: 6 0 13614.6 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1070]: 6 0 580.002 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1149]: 6 0 15617.3 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1162]: 6 0 21.3807 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1218]: 6 0 530.232 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1258]: 6 0 254.07 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1288]: 6 0 922.12 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1424]: 6 0 680.916 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1428]: 6 0 680.916 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1431]: 6 0 13446.2 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1511]: 6 0 16178.9 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1531]: 6 0 13547.9 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1550]: 6 0 627.183 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1563]: 6 0 227.345 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1631]: 6 0 13547.9 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1640]: 6 0 852.594 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1670]: 6 0 580.002 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1681]: 6 0 8543.15 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1683]: 6 0 511.234 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1731]: 6 0 245.657 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[1750]: 6 0 31325.4 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[2174]: 6 0 14799.3 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[2183]: 6 0 14857.3 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[2455]: 6 -664 0 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[2464]: 6 -646 0 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[2467]: 6 -605 0 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[2618]: 6 -467 0 shouldn't be
3008.15/3023.50	WSVECS04 Frhs2[2643]: 6 -622 0 shouldn't be
3010.95/3026.36	WSVECS04 Frhs2[1481]: 6 0 8442.65 shouldn't be
3032.19/3047.60	WSVECS04 Frhs2[2657]: 6 -315 0 shouldn't be
3041.77/3057.27	c #Conflicts:    1512000 | #Constraints:      87952
3041.77/3057.27	c #Conflicts:    1513000 | #Constraints:      88952
3041.77/3057.27	c #Conflicts:    1514000 | #Constraints:      89952
3041.77/3057.27	c #Conflicts:    1515000 | #Constraints:      90952
3041.77/3057.27	c #Conflicts:    1516000 | #Constraints:      91952
3041.77/3057.27	c INPROCESSING
3041.77/3057.27	c GARBAGE COLLECT
3041.77/3057.27	c rational objective 40264
3052.44/3067.97	c #Conflicts:    1517000 | #Constraints:      68559
3052.44/3067.97	c #Conflicts:    1518000 | #Constraints:      69559
3052.44/3067.97	c #Conflicts:    1519000 | #Constraints:      70559
3052.44/3067.97	c #Conflicts:    1520000 | #Constraints:      71559
3052.44/3067.97	c #Conflicts:    1521000 | #Constraints:      72559
3052.44/3067.97	c #Conflicts:    1522000 | #Constraints:      73559
3052.44/3067.97	c #Conflicts:    1523000 | #Constraints:      74559
3052.44/3067.97	c #Conflicts:    1524000 | #Constraints:      75559
3052.44/3067.97	c #Conflicts:    1525000 | #Constraints:      76559
3052.44/3067.97	c #Conflicts:    1526000 | #Constraints:      77559
3052.44/3067.97	c #Conflicts:    1527000 | #Constraints:      78559
3052.44/3067.97	c #Conflicts:    1528000 | #Constraints:      79559
3052.44/3067.97	c #Conflicts:    1529000 | #Constraints:      80559
3052.44/3067.97	c bounds 67259 >= 16666 @ 3033.89
3095.02/3110.61	c #Conflicts:    1530000 | #Constraints:      81560
3095.02/3110.61	c #Conflicts:    1531000 | #Constraints:      82560
3095.02/3110.61	c #Conflicts:    1532000 | #Constraints:      83560
3095.02/3110.61	c #Conflicts:    1533000 | #Constraints:      84560
3095.02/3110.61	c #Conflicts:    1534000 | #Constraints:      85560
3095.02/3110.61	c #Conflicts:    1535000 | #Constraints:      86560
3095.02/3110.61	c #Conflicts:    1536000 | #Constraints:      87560
3095.02/3110.61	c #Conflicts:    1537000 | #Constraints:      88560
3095.02/3110.61	c #Conflicts:    1538000 | #Constraints:      89560
3095.02/3110.61	c #Conflicts:    1539000 | #Constraints:      90560
3095.02/3110.61	c #Conflicts:    1540000 | #Constraints:      91560
3095.02/3110.61	c #Conflicts:    1541000 | #Constraints:      92560
3095.02/3110.61	c INPROCESSING
3095.02/3110.61	c GARBAGE COLLECT
3095.02/3110.61	c rational objective 40264
3124.45/3140.11	c #Conflicts:    1542000 | #Constraints:      68917
3124.45/3140.11	c #Conflicts:    1543000 | #Constraints:      69917
3124.45/3140.11	c #Conflicts:    1544000 | #Constraints:      70917
3124.45/3140.11	c #Conflicts:    1545000 | #Constraints:      71917
3124.45/3140.11	c #Conflicts:    1546000 | #Constraints:      72917
3124.45/3140.11	c #Conflicts:    1547000 | #Constraints:      73917
3124.45/3140.11	c #Conflicts:    1548000 | #Constraints:      74917
3124.45/3140.11	c bounds 67259 >= 17312 @ 3105.55
3126.23/3141.97	c #Conflicts:    1549000 | #Constraints:      75920
3126.23/3141.97	c #Conflicts:    1550000 | #Constraints:      76920
3126.23/3141.97	c #Conflicts:    1551000 | #Constraints:      77920
3126.23/3141.97	c #Conflicts:    1552000 | #Constraints:      78920
3126.23/3141.97	c #Conflicts:    1553000 | #Constraints:      79920
3126.23/3141.97	c #Conflicts:    1554000 | #Constraints:      80920
3126.23/3141.97	c #Conflicts:    1555000 | #Constraints:      81920
3126.23/3141.97	c #Conflicts:    1556000 | #Constraints:      82920
3126.23/3141.97	c #Conflicts:    1557000 | #Constraints:      83920
3126.23/3141.97	c #Conflicts:    1558000 | #Constraints:      84920
3126.23/3141.97	c #Conflicts:    1559000 | #Constraints:      85920
3126.23/3141.97	c #Conflicts:    1560000 | #Constraints:      86920
3126.23/3141.97	c bounds 67259 >= 17958 @ 3107.36
3247.85/3265.83	c #Conflicts:    1561000 | #Constraints:      87923
3247.85/3265.83	c #Conflicts:    1562000 | #Constraints:      88923
3247.85/3265.83	c #Conflicts:    1563000 | #Constraints:      89923
3247.85/3265.83	c #Conflicts:    1564000 | #Constraints:      90923
3247.85/3265.83	c #Conflicts:    1565000 | #Constraints:      91923
3247.85/3265.83	c #Conflicts:    1566000 | #Constraints:      92923
3247.85/3265.83	c INPROCESSING
3247.85/3265.83	c GARBAGE COLLECT
3247.85/3265.83	c rational objective 40264
3258.82/3276.80	c #Conflicts:    1567000 | #Constraints:      69100
3258.82/3276.80	c #Conflicts:    1568000 | #Constraints:      70100
3258.82/3276.80	c #Conflicts:    1569000 | #Constraints:      71100
3258.82/3276.80	c #Conflicts:    1570000 | #Constraints:      72100
3258.82/3276.80	c #Conflicts:    1571000 | #Constraints:      73100
3258.82/3276.80	c #Conflicts:    1572000 | #Constraints:      74100
3258.82/3276.80	c #Conflicts:    1573000 | #Constraints:      75100
3258.82/3276.80	c #Conflicts:    1574000 | #Constraints:      76100
3258.82/3276.80	c #Conflicts:    1575000 | #Constraints:      77100
3258.82/3276.80	c #Conflicts:    1576000 | #Constraints:      78100
3258.82/3276.80	c #Conflicts:    1577000 | #Constraints:      79100
3258.82/3276.80	c #Conflicts:    1578000 | #Constraints:      80100
3258.82/3276.80	c #Conflicts:    1579000 | #Constraints:      81100
3258.82/3276.80	c #Conflicts:    1580000 | #Constraints:      82100
3258.82/3276.80	WSVECS04 Frhs2[1773]: 6 0 372 shouldn't be
3258.82/3276.80	WSVECS04 Frhs2[1775]: 6 0 372 shouldn't be
3258.82/3276.80	WSVECS04 Frhs2[2441]: 6 0 177 shouldn't be
3262.81/3280.85	c #Conflicts:    1581000 | #Constraints:      83100
3262.81/3280.85	c #Conflicts:    1582000 | #Constraints:      84100
3262.81/3280.85	c #Conflicts:    1583000 | #Constraints:      85100
3262.81/3280.85	c #Conflicts:    1584000 | #Constraints:      86100
3262.81/3280.85	WSVECS04 Frhs2[178]: 6 0 981 shouldn't be
3262.81/3280.85	WSVECS04 Frhs2[272]: 6 -5531 0 shouldn't be
3262.81/3280.85	WSVECS04 Frhs2[1634]: 6 -219 0 shouldn't be
3262.81/3280.85	WSVECS04 Frhs2[1778]: 6 0 1276 shouldn't be
3267.70/3285.78	c #Conflicts:    1585000 | #Constraints:      87100
3267.70/3285.78	c #Conflicts:    1586000 | #Constraints:      88100
3267.70/3285.78	c #Conflicts:    1587000 | #Constraints:      89100
3267.70/3285.78	c #Conflicts:    1588000 | #Constraints:      90100
3267.70/3285.78	c #Conflicts:    1589000 | #Constraints:      91100
3267.70/3285.78	c #Conflicts:    1590000 | #Constraints:      92100
3267.70/3285.78	c #Conflicts:    1591000 | #Constraints:      93100
3267.70/3285.78	c INPROCESSING
3267.70/3285.78	c GARBAGE COLLECT
3267.70/3285.78	c rational objective 40264
3271.38/3289.41	c #Conflicts:    1592000 | #Constraints:      69095
3271.38/3289.41	c #Conflicts:    1593000 | #Constraints:      70095
3271.38/3289.41	c #Conflicts:    1594000 | #Constraints:      71095
3271.38/3289.41	WSVECS04 Frhs2[126]: 6 0 1277.78 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[151]: 6 0 488.241 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[156]: 6 -22.754 0 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[159]: 6 0 22.754 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[160]: 6 0 510.492 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[190]: 6 0 479.606 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[254]: 6 0 45.508 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[256]: 6 -440.405 0 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[354]: 6 0 463.039 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[356]: 6 0 417.532 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[364]: 6 0 34.4199 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[424]: 6 0 164.755 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[427]: 6 0 755.755 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[465]: 6 0 216.253 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[468]: 6 0 251.245 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[469]: 6 0 2.30389 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[487]: 6 0 598.989 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[685]: 6 0 159.878 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[689]: 6 -311.663 0 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[729]: 6 0 748.377 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[761]: 6 0 1316.38 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[765]: 6 0 216.253 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[767]: 6 -88 0 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[781]: 6 0 572.307 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[785]: 6 0 159.878 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[789]: 6 -785.445 0 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[790]: 6 0 479.606 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[868]: 6 0 248.941 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[888]: 6 0 282.656 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[969]: 6 0 2.30389 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[1324]: 6 -589 0 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[1328]: 6 0 315.234 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[1334]: 6 -1065.01 0 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[1344]: 6 0 108.017 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[1351]: 6 0 465.487 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[1381]: 6 0 927.439 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[1436]: 6 0 720.624 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[1564]: 6 0 593.297 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[1718]: 6 0 70.2453 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[1735]: 6 -3036.23 0 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[1742]: 6 0 75.0395 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[1745]: 6 -396.817 0 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[1946]: 6 -567 0 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[2125]: 6 0 214.617 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[2132]: 6 -311 0 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[2133]: 6 0 407 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[2150]: 6 -260 0 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[2151]: 6 0 404 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[2646]: 6 -732 0 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[2666]: 6 -567 0 shouldn't be
3271.38/3289.41	WSVECS04 Frhs2[2682]: 6 -86.0001 0 shouldn't be
3272.28/3290.37	WSVECS04 Frhs2[255]: 6 0 22.754 shouldn't be
3272.28/3290.37	WSVECS04 Frhs2[366]: 6 0 34.4198 shouldn't be
3272.28/3290.37	WSVECS04 Frhs2[769]: 6 0 2.30395 shouldn't be
3272.28/3290.37	WSVECS04 Frhs2[1905]: 6 -567 0 shouldn't be
3272.28/3290.37	WSVECS04 Frhs2[2116]: 6 0 63.6173 shouldn't be
3272.28/3290.37	WSVECS04 Frhs2[2124]: 6 0 281 shouldn't be
3293.67/3312.46	c #Conflicts:    1595000 | #Constraints:      72095
3293.67/3312.46	c #Conflicts:    1596000 | #Constraints:      73095
3293.67/3312.46	c #Conflicts:    1597000 | #Constraints:      74095
3293.67/3312.46	c #Conflicts:    1598000 | #Constraints:      75095
3293.67/3312.46	c #Conflicts:    1599000 | #Constraints:      76095
3293.67/3312.46	c #Conflicts:    1600000 | #Constraints:      77095
3293.67/3312.46	c #Conflicts:    1601000 | #Constraints:      78095
3293.67/3312.46	c #Conflicts:    1602000 | #Constraints:      79095
3293.67/3312.46	c #Conflicts:    1603000 | #Constraints:      80095
3293.67/3312.46	c #Conflicts:    1604000 | #Constraints:      81096
3293.67/3312.46	c #Conflicts:    1605000 | #Constraints:      82096
3293.67/3312.46	c #Conflicts:    1606000 | #Constraints:      83096
3293.67/3312.46	c #Conflicts:    1607000 | #Constraints:      84096
3293.67/3312.46	c #Conflicts:    1608000 | #Constraints:      85096
3293.67/3312.46	c #Conflicts:    1609000 | #Constraints:      86096
3293.67/3312.46	c #Conflicts:    1610000 | #Constraints:      87096
3293.67/3312.46	c #Conflicts:    1611000 | #Constraints:      88096
3293.67/3312.46	c #Conflicts:    1612000 | #Constraints:      89096
3293.67/3312.46	c #Conflicts:    1613000 | #Constraints:      90096
3293.67/3312.46	c #Conflicts:    1614000 | #Constraints:      91096
3293.67/3312.46	WSVECS04 Frhs2[199]: 6 0 121.673 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[350]: 6 0 1036.85 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[450]: 6 0 1680.36 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[520]: 6 0 526.105 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[556]: 6 0 202.6 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[557]: 6 0 202.6 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[558]: 6 0 218.258 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[560]: 6 -1411.7 0 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[570]: 6 0 18.654 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[592]: 6 0 183.5 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[685]: 6 0 33.1579 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[689]: 6 -564.393 0 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[700]: 6 0 759.473 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[741]: 6 0 965.718 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[934]: 6 -772.411 0 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[950]: 6 0 1238.81 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[964]: 6 0 33.1579 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[965]: 6 0 33.1579 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[985]: 6 0 33.1579 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[999]: 6 0 6.43614 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[1344]: 6 0 344.369 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[1399]: 6 0 909.909 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[1441]: 6 0 1625.75 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[1652]: 6 0 172.2 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[2190]: 6 -380 0 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[2199]: 6 0 584.988 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[2208]: 6 0 692.073 shouldn't be
3293.67/3312.46	WSVECS04 Frhs2[2690]: 6 0 140.764 shouldn't be
3294.97/3313.71	WSVECS04 Frhs2[599]: 6 0 10 shouldn't be
3294.97/3313.71	WSVECS04 Frhs2[935]: 6 0 466.019 shouldn't be
3294.97/3313.71	WSVECS04 Frhs2[2322]: 6 0 116 shouldn't be
3296.06/3314.87	WSVECS04 Frhs2[597]: 6 0 141.327 shouldn't be
3296.06/3314.87	WSVECS04 Frhs2[1431]: 6 0 754.151 shouldn't be
3296.06/3314.87	WSVECS04 Frhs2[2244]: 6 0 96.0001 shouldn't be
3297.76/3316.55	WSVECS04 Frhs2[526]: 6 0 25.8422 shouldn't be
3297.76/3316.55	WSVECS04 Frhs2[596]: 6 0 117.327 shouldn't be
3297.76/3316.55	WSVECS04 Frhs2[2099]: 6 -337 0 shouldn't be
3297.76/3316.55	WSVECS04 Frhs2[2700]: 6 -328 0 shouldn't be
3307.13/3325.97	c #Conflicts:    1615000 | #Constraints:      92096
3307.13/3325.97	c #Conflicts:    1616000 | #Constraints:      93096
3307.13/3325.97	c INPROCESSING
3307.13/3325.97	c GARBAGE COLLECT
3307.13/3325.97	c rational objective 40264
3314.39/3333.20	c #Conflicts:    1617000 | #Constraints:      68920
3314.39/3333.20	c #Conflicts:    1618000 | #Constraints:      69920
3314.39/3333.20	c #Conflicts:    1619000 | #Constraints:      70920
3314.39/3333.20	c #Conflicts:    1620000 | #Constraints:      71920
3314.39/3333.20	c #Conflicts:    1621000 | #Constraints:      72920
3314.39/3333.20	c #Conflicts:    1622000 | #Constraints:      73920
3314.39/3333.20	c #Conflicts:    1623000 | #Constraints:      74920
3314.39/3333.20	c #Conflicts:    1624000 | #Constraints:      75920
3314.39/3333.20	c #Conflicts:    1625000 | #Constraints:      76920
3314.39/3333.20	c #Conflicts:    1626000 | #Constraints:      77920
3314.39/3333.20	c #Conflicts:    1627000 | #Constraints:      78920
3314.39/3333.20	c #Conflicts:    1628000 | #Constraints:      79920
3314.39/3333.20	c #Conflicts:    1629000 | #Constraints:      80920
3314.39/3333.20	c #Conflicts:    1630000 | #Constraints:      81920
3314.39/3333.20	c #Conflicts:    1631000 | #Constraints:      82920
3314.39/3333.20	c #Conflicts:    1632000 | #Constraints:      83920
3314.39/3333.20	WSVECS04 Frhs2[201]: 6 -51.0001 0 shouldn't be
3314.39/3333.20	WSVECS04 Frhs2[1215]: 6 0 233 shouldn't be
3314.39/3333.20	WSVECS04 Frhs2[1255]: 6 0 233 shouldn't be
3314.39/3333.20	WSVECS04 Frhs2[1275]: 6 0 233 shouldn't be
3314.39/3333.20	WSVECS04 Frhs2[1285]: 6 0 233 shouldn't be
3314.39/3333.20	WSVECS04 Frhs2[1295]: 6 0 233 shouldn't be
3314.39/3333.20	WSVECS04 Frhs2[1315]: 6 0 233 shouldn't be
3314.39/3333.20	WSVECS04 Frhs2[1325]: 6 0 233 shouldn't be
3314.39/3333.20	WSVECS04 Frhs2[1355]: 6 0 233 shouldn't be
3314.39/3333.20	WSVECS04 Frhs2[1367]: 6 -95 0 shouldn't be
3314.39/3333.20	WSVECS04 Frhs2[1375]: 6 0 233 shouldn't be
3314.39/3333.20	WSVECS04 Frhs2[1385]: 6 0 233 shouldn't be
3314.39/3333.20	WSVECS04 Frhs2[2165]: 6 -521 0 shouldn't be
3314.39/3333.20	WSVECS04 Frhs2[2197]: 6 -605 0 shouldn't be
3314.39/3333.20	WSVECS04 Frhs2[2203]: 6 -1190 0 shouldn't be
3314.39/3333.20	WSVECS04 Frhs2[2214]: 6 -451 0 shouldn't be
3314.39/3333.20	WSVECS04 Frhs2[2222]: 6 -311 0 shouldn't be
3314.39/3333.20	WSVECS04 Frhs2[2230]: 6 -250 0 shouldn't be
3314.39/3333.20	WSVECS04 Frhs2[2237]: 6 -1060 0 shouldn't be
3314.39/3333.20	WSVECS04 Frhs2[2246]: 6 -1270 0 shouldn't be
3328.65/3347.55	WSVECS04 Frhs2[1235]: 6 0 233 shouldn't be
3328.65/3347.55	WSVECS04 Frhs2[1365]: 6 0 233 shouldn't be
3337.34/3356.24	c #Conflicts:    1633000 | #Constraints:      84920
3337.34/3356.24	c #Conflicts:    1634000 | #Constraints:      85920
3337.34/3356.24	c #Conflicts:    1635000 | #Constraints:      86920
3337.34/3356.24	c #Conflicts:    1636000 | #Constraints:      87920
3337.34/3356.24	c bounds 67259 >= 18604 @ 3317.39
3344.31/3363.26	c #Conflicts:    1637000 | #Constraints:      88923
3344.31/3363.26	c #Conflicts:    1638000 | #Constraints:      89923
3344.31/3363.26	c #Conflicts:    1639000 | #Constraints:      90923
3344.31/3363.26	c #Conflicts:    1640000 | #Constraints:      91923
3344.31/3363.26	c #Conflicts:    1641000 | #Constraints:      92923
3344.31/3363.26	c #Conflicts:    1642000 | #Constraints:      93923
3344.31/3363.26	c INPROCESSING
3344.31/3363.26	c GARBAGE COLLECT
3344.31/3363.26	WSVECS04 Frhs2[2171]: 6 -80 0 shouldn't be
3344.31/3363.26	WSVECS04 Frhs2[2181]: 6 -380 0 shouldn't be
3359.87/3378.83	WSVECS04 Frhs2[2578]: 6 -622 0 shouldn't be
3359.87/3378.83	WSVECS04 Frhs2[2599]: 6 -311 0 shouldn't be
3365.75/3384.73	WSVECS04 Frhs2[2198]: 6 -1090 0 shouldn't be
3374.04/3393.04	WSVECS04 Frhs2[2191]: 6 -1380 0 shouldn't be
3384.71/3403.77	WSVECS04 Frhs2[2537]: 6 -871 0 shouldn't be
3457.92/3477.13	WSVECS04 Frhs2[2578]: 6 -622 0 shouldn't be
3460.21/3479.48	c rational objective 40264
3468.08/3487.33	c #Conflicts:    1643000 | #Constraints:      69492
3468.08/3487.33	c #Conflicts:    1644000 | #Constraints:      70492
3468.08/3487.33	c #Conflicts:    1645000 | #Constraints:      71492
3468.08/3487.33	c #Conflicts:    1646000 | #Constraints:      72492
3468.08/3487.33	c #Conflicts:    1647000 | #Constraints:      73492
3468.08/3487.33	c #Conflicts:    1648000 | #Constraints:      74492
3468.08/3487.33	c #Conflicts:    1649000 | #Constraints:      75492
3468.08/3487.33	c #Conflicts:    1650000 | #Constraints:      76492
3468.08/3487.33	c #Conflicts:    1651000 | #Constraints:      77492
3468.08/3487.33	c #Conflicts:    1652000 | #Constraints:      78492
3468.08/3487.33	c #Conflicts:    1653000 | #Constraints:      79492
3468.08/3487.33	c #Conflicts:    1654000 | #Constraints:      80492
3468.08/3487.33	c #Conflicts:    1655000 | #Constraints:      81492
3468.08/3487.33	c #Conflicts:    1656000 | #Constraints:      82492
3468.08/3487.33	c #Conflicts:    1657000 | #Constraints:      83492
3468.08/3487.33	c #Conflicts:    1658000 | #Constraints:      84492
3468.08/3487.33	c #Conflicts:    1659000 | #Constraints:      85492
3468.08/3487.33	WSVECS04 Frhs2[289]: 6 -44 0 shouldn't be
3468.08/3487.33	WSVECS04 Frhs2[311]: 6 0 233 shouldn't be
3468.08/3487.33	WSVECS04 Frhs2[351]: 6 0 233 shouldn't be
3468.08/3487.33	WSVECS04 Frhs2[381]: 6 0 233 shouldn't be
3468.08/3487.33	WSVECS04 Frhs2[431]: 6 0 233 shouldn't be
3468.08/3487.33	WSVECS04 Frhs2[461]: 6 0 233 shouldn't be
3468.08/3487.33	WSVECS04 Frhs2[651]: 6 0 233 shouldn't be
3468.08/3487.33	WSVECS04 Frhs2[911]: 6 0 233 shouldn't be
3468.08/3487.33	WSVECS04 Frhs2[961]: 6 0 233 shouldn't be
3468.08/3487.33	WSVECS04 Frhs2[1071]: 6 0 233 shouldn't be
3468.08/3487.33	WSVECS04 Frhs2[1081]: 6 0 233 shouldn't be
3468.08/3487.33	WSVECS04 Frhs2[1312]: 6 -328 0 shouldn't be
3468.08/3487.33	WSVECS04 Frhs2[1361]: 6 0 233 shouldn't be
3468.08/3487.33	WSVECS04 Frhs2[1381]: 6 0 233 shouldn't be
3468.08/3487.33	WSVECS04 Frhs2[1434]: 6 -530 0 shouldn't be
3468.08/3487.33	WSVECS04 Frhs2[1451]: 6 0 233 shouldn't be
3468.08/3487.33	WSVECS04 Frhs2[1481]: 6 0 233 shouldn't be
3468.08/3487.33	WSVECS04 Frhs2[1812]: 6 -337 0 shouldn't be
3468.08/3487.33	WSVECS04 Frhs2[1848]: 6 -257 0 shouldn't be
3468.08/3487.33	WSVECS04 Frhs2[1864]: 6 -587 0 shouldn't be
3468.08/3487.33	WSVECS04 Frhs2[1881]: 6 -328 0 shouldn't be
3468.08/3487.33	WSVECS04 Frhs2[1889]: 6 -86.0001 0 shouldn't be
3469.98/3489.26	WSVECS04 Frhs2[1805]: 6 -521 0 shouldn't be
3469.98/3489.26	WSVECS04 Frhs2[1808]: 6 -467 0 shouldn't be
3469.98/3489.26	WSVECS04 Frhs2[1855]: 6 -370 0 shouldn't be
3471.97/3491.27	WSVECS04 Frhs2[631]: 6 0 233 shouldn't be
3471.97/3491.27	WSVECS04 Frhs2[1431]: 6 0 233 shouldn't be
3471.97/3491.27	WSVECS04 Frhs2[1634]: 6 -233 0 shouldn't be
3480.05/3499.38	WSVECS04 Frhs2[931]: 6 0 233 shouldn't be
3486.43/3505.79	WSVECS04 Frhs2[361]: 6 0 233 shouldn't be
3486.43/3505.79	WSVECS04 Frhs2[451]: 6 0 233 shouldn't be
3486.43/3505.79	WSVECS04 Frhs2[611]: 6 0 233 shouldn't be
3486.43/3505.79	WSVECS04 Frhs2[951]: 6 0 233 shouldn't be
3486.43/3505.79	WSVECS04 Frhs2[1321]: 6 0 233 shouldn't be
3488.53/3507.85	WSVECS04 Frhs2[621]: 6 0 233 shouldn't be
3488.53/3507.85	WSVECS04 Frhs2[981]: 6 0 233 shouldn't be
3488.53/3507.85	WSVECS04 Frhs2[1051]: 6 0 233 shouldn't be
3488.53/3507.85	WSVECS04 Frhs2[1061]: 6 0 233 shouldn't be
3491.43/3510.78	WSVECS04 Frhs2[421]: 6 0 233 shouldn't be
3491.43/3510.78	WSVECS04 Frhs2[921]: 6 0 233 shouldn't be
3491.43/3510.78	WSVECS04 Frhs2[1411]: 6 0 233 shouldn't be
3494.61/3513.99	WSVECS04 Frhs2[491]: 6 0 233 shouldn't be
3494.61/3513.99	WSVECS04 Frhs2[991]: 6 0 233 shouldn't be
3494.61/3513.99	WSVECS04 Frhs2[1091]: 6 0 233 shouldn't be
3494.61/3513.99	WSVECS04 Frhs2[1351]: 6 0 233 shouldn't be
3494.61/3513.99	WSVECS04 Frhs2[1461]: 6 0 233 shouldn't be
3497.82/3517.18	WSVECS04 Frhs2[1331]: 6 0 233 shouldn't be
3497.82/3517.18	WSVECS04 Frhs2[1391]: 6 0 233 shouldn't be
3497.82/3517.18	WSVECS04 Frhs2[1421]: 6 0 233 shouldn't be
3501.00/3520.36	WSVECS04 Frhs2[681]: 6 0 233 shouldn't be
3508.79/3528.16	c #Conflicts:    1660000 | #Constraints:      86492
3508.79/3528.16	c #Conflicts:    1661000 | #Constraints:      87492
3508.79/3528.16	c #Conflicts:    1662000 | #Constraints:      88492
3508.79/3528.16	c #Conflicts:    1663000 | #Constraints:      89492
3508.79/3528.16	c #Conflicts:    1664000 | #Constraints:      90492
3508.79/3528.16	c #Conflicts:    1665000 | #Constraints:      91492
3508.79/3528.16	c #Conflicts:    1666000 | #Constraints:      92492
3508.79/3528.16	c #Conflicts:    1667000 | #Constraints:      93492
3508.79/3528.16	c #Conflicts:    1668000 | #Constraints:      94492
3508.79/3528.16	c INPROCESSING
3508.79/3528.16	c GARBAGE COLLECT
3508.79/3528.16	c rational objective 40264
3513.87/3533.21	c #Conflicts:    1669000 | #Constraints:      69896
3513.87/3533.21	c #Conflicts:    1670000 | #Constraints:      70896
3513.87/3533.21	c #Conflicts:    1671000 | #Constraints:      71896
3513.87/3533.21	c #Conflicts:    1672000 | #Constraints:      72896
3513.87/3533.21	c #Conflicts:    1673000 | #Constraints:      73896
3513.87/3533.21	c #Conflicts:    1674000 | #Constraints:      74896
3513.87/3533.21	c #Conflicts:    1675000 | #Constraints:      75896
3513.87/3533.21	c #Conflicts:    1676000 | #Constraints:      76896
3513.87/3533.21	c #Conflicts:    1677000 | #Constraints:      77896
3513.87/3533.21	c #Conflicts:    1678000 | #Constraints:      78896
3513.87/3533.21	c #Conflicts:    1679000 | #Constraints:      79896
3513.87/3533.21	c #Conflicts:    1680000 | #Constraints:      80896
3513.87/3533.21	c #Conflicts:    1681000 | #Constraints:      81896
3513.87/3533.21	c #Conflicts:    1682000 | #Constraints:      82896
3513.87/3533.21	c #Conflicts:    1683000 | #Constraints:      83896
3513.87/3533.21	c #Conflicts:    1684000 | #Constraints:      84896
3513.87/3533.21	c #Conflicts:    1685000 | #Constraints:      85896
3513.87/3533.21	c #Conflicts:    1686000 | #Constraints:      86896
3513.87/3533.21	c #Conflicts:    1687000 | #Constraints:      87896
3513.87/3533.21	c #Conflicts:    1688000 | #Constraints:      88896
3513.87/3533.21	c #Conflicts:    1689000 | #Constraints:      89896
3513.87/3533.21	c #Conflicts:    1690000 | #Constraints:      90896
3513.87/3533.21	c #Conflicts:    1691000 | #Constraints:      91896
3513.87/3533.21	c #Conflicts:    1692000 | #Constraints:      92896
3513.87/3533.21	c #Conflicts:    1693000 | #Constraints:      93896
3513.87/3533.21	c bounds 67259 >= 19250 @ 3493.15
3563.43/3582.99	c #Conflicts:    1694000 | #Constraints:      94899
3563.43/3582.99	c INPROCESSING
3563.43/3582.99	c GARBAGE COLLECT
3563.43/3582.99	c rational objective 40264
3566.13/3585.68	c #Conflicts:    1695000 | #Constraints:      70090
3566.13/3585.68	c #Conflicts:    1696000 | #Constraints:      71090
3566.13/3585.68	c #Conflicts:    1697000 | #Constraints:      72090
3566.13/3585.68	WSVECS04 Frhs2[22]: 6 0 652.901 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[24]: 6 0 652.901 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[73]: 6 0 87.7384 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[103]: 6 0 1676.36 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[104]: 6 0 865.597 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[106]: 6 0 592.073 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[123]: 6 -444.535 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[128]: 6 0 7.00001 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[138]: 6 -701.662 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[140]: 6 0 257.176 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[186]: 6 0 93.6888 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[201]: 6 -1429 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[203]: 6 0 333.154 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[228]: 6 0 7.00001 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[240]: 6 0 1959.03 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[251]: 6 -499.465 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[260]: 6 0 188 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[272]: 6 0 257.875 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[283]: 6 0 224.263 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[286]: 6 0 71.5967 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[290]: 6 0 418.11 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[323]: 6 -176.631 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[328]: 6 0 7.00007 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[372]: 6 0 464.386 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[373]: 6 0 294.249 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[375]: 6 0 206.511 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[380]: 6 0 68.1161 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[382]: 6 0 538.241 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[423]: 6 0 337.395 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[424]: 6 0 344.395 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[428]: 6 0 344.395 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[434]: 6 -291.486 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[440]: 6 0 697.378 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[471]: 6 -1231 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[501]: 6 -283 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[503]: 6 0 326.154 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[522]: 6 0 7.00003 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[528]: 6 0 7.0001 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[531]: 6 0 288.243 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[532]: 6 0 288.243 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[535]: 6 0 288.243 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[538]: 6 0 288.243 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[555]: 6 0 7.0001 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[563]: 6 0 131.465 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[564]: 6 0 223.535 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[567]: 6 -319.035 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[572]: 6 0 19.1367 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[575]: 6 -1130.34 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[601]: 6 0 585.511 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[631]: 6 0 396.908 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[635]: 6 0 396.908 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[638]: 6 0 396.908 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[663]: 6 0 29.8003 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[701]: 6 -1482 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[703]: 6 0 326.619 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[732]: 6 -2738.83 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[740]: 6 0 697.378 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[755]: 6 0 112.535 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[761]: 6 -369 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[764]: 6 0 230.535 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[772]: 6 0 183.672 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[802]: 6 0 1804.61 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[803]: 6 0 2144.76 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[806]: 6 0 1060.48 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[807]: 6 0 422.477 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[809]: 6 0 1032.51 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[812]: 6 -1258.47 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[829]: 6 0 7.00006 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[831]: 6 0 1158.13 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[832]: 6 0 1151.13 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[833]: 6 0 876.892 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[835]: 6 0 1158.13 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[838]: 6 0 1158.13 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[839]: 6 0 900.001 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[840]: 6 0 1855.51 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[856]: 6 -332 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[861]: 6 0 369 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[862]: 6 0 1025.43 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[863]: 6 0 507.465 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[864]: 6 0 592.535 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[869]: 6 0 369 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[886]: 6 0 131.798 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[889]: 6 -383.4 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[901]: 6 -923 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[903]: 6 0 333.154 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[921]: 6 0 202.648 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[922]: 6 0 209.648 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[929]: 6 0 209.648 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[931]: 6 0 929 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[932]: 6 0 929 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[933]: 6 0 647.757 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[935]: 6 0 929 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[938]: 6 0 929 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[939]: 6 0 670.867 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[940]: 6 0 1626.38 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[983]: 6 0 284.465 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[986]: 6 0 131.798 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[987]: 6 0 38.1096 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1003]: 6 0 333.154 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1025]: 6 -946.282 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1031]: 6 -1823.31 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1040]: 6 0 697.378 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1060]: 6 0 362.976 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1063]: 6 0 138.465 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1082]: 6 0 905.956 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1083]: 6 0 312.263 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1090]: 6 0 506.11 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1103]: 6 0 1722.28 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1109]: 6 0 610.036 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1173]: 6 0 87.7383 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1183]: 6 0 284.465 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1185]: 6 -813.64 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1186]: 6 0 131.798 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1201]: 6 -638 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1203]: 6 0 333.154 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1225]: 6 0 390.648 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1228]: 6 0 397.648 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1231]: 6 0 556.444 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1232]: 6 0 503.909 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1240]: 6 0 1253.82 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1260]: 6 0 362.976 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1262]: 6 0 610.895 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1301]: 6 -410 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1331]: 6 0 812.757 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1335]: 6 0 812.757 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1338]: 6 0 812.757 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1339]: 6 0 554.623 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1340]: 6 0 1510.13 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1360]: 6 0 362.976 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1364]: 6 0 230.535 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1381]: 6 -1546.28 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1386]: 6 0 131.798 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1404]: 6 0 392.523 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1409]: 6 0 91.0364 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1410]: 6 0 870.128 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1434]: 6 -1084.2 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1458]: 6 0 0.930002 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1460]: 6 0 363.441 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1464]: 6 0 230.07 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1478]: 6 -1926.74 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1482]: 6 0 878.158 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1488]: 6 0 60.2017 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1490]: 6 0 478.311 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1521]: 6 0 495.695 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1522]: 6 0 502.695 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1524]: 6 0 502.695 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1525]: 6 0 495.695 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1526]: 6 0 158.3 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1530]: 6 0 495.695 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1535]: 6 -3894.06 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1558]: 6 0 0.465015 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1564]: 6 0 92.0701 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1586]: 6 0 131.798 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1601]: 6 -1414 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1603]: 6 0 333.154 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1618]: 6 -411.535 0 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1628]: 6 0 7.00002 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1631]: 6 0 1164.93 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1632]: 6 0 1164.93 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1633]: 6 0 883.687 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1638]: 6 0 1164.93 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1658]: 6 0 0.465006 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1660]: 6 0 362.976 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1683]: 6 0 246.355 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1690]: 6 0 440.202 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1703]: 6 0 333.154 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1712]: 6 0 411.535 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1731]: 6 0 258.134 shouldn't be
3566.13/3585.68	WSVECS04 Frhs2[1801]: 6 -745 0 shouldn't be
3568.02/3587.56	WSVECS04 Frhs2[164]: 6 0 230.535 shouldn't be
3568.02/3587.56	WSVECS04 Frhs2[273]: 6 0 87.7384 shouldn't be
3568.02/3587.56	WSVECS04 Frhs2[371]: 6 0 206.511 shouldn't be
3568.02/3587.56	WSVECS04 Frhs2[557]: 6 0 7.00002 shouldn't be
3568.02/3587.56	WSVECS04 Frhs2[558]: 6 0 7.46507 shouldn't be
3568.02/3587.56	WSVECS04 Frhs2[560]: 6 0 369.976 shouldn't be
3568.02/3587.56	WSVECS04 Frhs2[754]: 6 0 112.535 shouldn't be
3568.02/3587.56	WSVECS04 Frhs2[865]: 6 0 369 shouldn't be
3568.02/3587.56	WSVECS04 Frhs2[866]: 6 0 369 shouldn't be
3568.02/3587.56	WSVECS04 Frhs2[1064]: 6 0 230.535 shouldn't be
3568.02/3587.56	WSVECS04 Frhs2[1085]: 6 0 27.7984 shouldn't be
3568.02/3587.56	WSVECS04 Frhs2[1303]: 6 0 333.154 shouldn't be
3568.02/3587.56	WSVECS04 Frhs2[1560]: 6 0 362.976 shouldn't be
3568.02/3587.56	WSVECS04 Frhs2[1635]: 6 0 1164.93 shouldn't be
3568.02/3587.56	WSVECS04 Frhs2[1640]: 6 0 1862.31 shouldn't be
3568.02/3587.56	WSVECS04 Frhs2[1760]: 6 0 362.976 shouldn't be
3589.27/3608.82	c #Conflicts:    1698000 | #Constraints:      73091
3589.27/3608.82	c #Conflicts:    1699000 | #Constraints:      74091
3589.27/3608.82	c #Conflicts:    1700000 | #Constraints:      75091
3589.27/3608.82	c #Conflicts:    1701000 | #Constraints:      76091
3589.27/3608.82	c #Conflicts:    1702000 | #Constraints:      77091
3589.27/3608.82	c #Conflicts:    1703000 | #Constraints:      78091
3589.27/3608.82	c #Conflicts:    1704000 | #Constraints:      79091
3589.27/3608.82	c #Conflicts:    1705000 | #Constraints:      80091
3589.27/3608.82	c #Conflicts:    1706000 | #Constraints:      81092
3589.27/3608.82	c #Conflicts:    1707000 | #Constraints:      82092
3589.27/3608.82	c #Conflicts:    1708000 | #Constraints:      83092
3589.27/3608.82	c #Conflicts:    1709000 | #Constraints:      84092
3589.27/3608.82	c #Conflicts:    1710000 | #Constraints:      85092
3589.27/3608.82	c #Conflicts:    1711000 | #Constraints:      86092
3589.27/3608.82	c #Conflicts:    1712000 | #Constraints:      87092
3589.27/3608.82	c #Conflicts:    1713000 | #Constraints:      88092
3589.27/3608.82	c #Conflicts:    1714000 | #Constraints:      89092
3589.27/3608.82	c #Conflicts:    1715000 | #Constraints:      90092
3589.27/3608.82	c #Conflicts:    1716000 | #Constraints:      91092
3589.27/3608.82	c #Conflicts:    1717000 | #Constraints:      92092
3589.27/3608.82	WSVECS04 Frhs2[9]: 6 0 607.75 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[11]: 6 -1770.08 0 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[15]: 6 0 917.75 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[22]: 6 0 53.1251 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[27]: 6 0 326.625 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[29]: 6 0 135.125 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[72]: 6 0 35.8751 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[79]: 6 -918 0 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[125]: 6 -2834.63 0 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[130]: 6 0 222.271 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[264]: 6 0 66.375 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[270]: 6 0 82.1251 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[291]: 6 0 121.5 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[323]: 6 -291 0 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[396]: 6 0 88.6251 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[400]: 6 -180.5 0 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[418]: 6 0 553.167 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[423]: 6 -774.021 0 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[514]: 6 0 157 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[572]: 6 0 26.375 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[724]: 6 0 45 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[725]: 6 0 20 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[770]: 6 0 15.75 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1062]: 6 0 37.7501 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1092]: 6 0 47.0001 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1101]: 6 -85.5001 0 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1109]: 6 0 60.25 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1116]: 6 0 685.833 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1121]: 6 0 154.833 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1124]: 6 0 531.333 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1131]: 6 -633 0 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1196]: 6 0 88.6251 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1224]: 6 -1662.25 0 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1301]: 6 -2253.63 0 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1310]: 6 0 322.875 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1321]: 6 0 159.875 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1467]: 6 -236.875 0 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1510]: 6 0 429.625 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1527]: 6 0 70.1251 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1530]: 6 0 9.39588 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1570]: 6 0 15.7501 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1600]: 6 -300.5 0 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1605]: 6 -3108.5 0 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1610]: 6 0 322.875 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1715]: 6 0 917.75 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1728]: 6 0 53.125 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1772]: 6 0 35.875 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1775]: 6 -1719.38 0 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1898]: 6 0 6.00004 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1927]: 6 0 313.833 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1984]: 6 0 792 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[1993]: 6 0 13 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[2039]: 6 0 284 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[2081]: 6 0 300 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[2105]: 6 -310 0 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[2117]: 6 0 93 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[2118]: 6 0 531 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[2121]: 6 0 396 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[2134]: 6 -474 0 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[2160]: 6 0 324 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[2346]: 6 -169 0 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[2520]: 6 0 18 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[2633]: 6 0 13.0001 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[2639]: 6 0 247 shouldn't be
3589.27/3608.82	WSVECS04 Frhs2[2655]: 6 -1022 0 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[68]: 6 0 90.5 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[113]: 6 0 1856.21 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[115]: 6 0 1636.42 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[122]: 6 0 9.50004 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[192]: 6 0 23.5 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[306]: 6 0 10.1251 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[313]: 6 0 1452.54 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[326]: 6 0 43.625 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[391]: 6 0 121.5 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[1012]: 6 -3137.63 0 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[1108]: 6 0 284 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[1118]: 6 0 1031.83 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[1119]: 6 0 332.833 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[1306]: 6 0 333 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[1308]: 6 0 284 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[1327]: 6 0 434 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[1368]: 6 0 90.5 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[1491]: 6 0 169.5 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[1492]: 6 0 71.5 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[1591]: 6 0 121.5 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[1597]: 6 0 23.5 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[1613]: 6 0 1137.54 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[1964]: 6 -871 0 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[1971]: 6 0 23.1667 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[2084]: 6 -315 0 shouldn't be
3590.27/3609.81	WSVECS04 Frhs2[2144]: 6 -801 0 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[21]: 6 0 256.5 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[28]: 6 0 309.625 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[301]: 6 -1687.5 0 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[321]: 6 0 256.5 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[404]: 6 0 245 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[429]: 6 0 335.875 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[1128]: 6 0 840.958 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[1215]: 6 0 1975.67 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[1402]: 6 0 159 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[1602]: 6 0 219.25 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[1708]: 6 0 284 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[1718]: 6 0 346 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[1791]: 6 0 121.5 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[1900]: 6 -745 0 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[2090]: 6 0 177 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[2091]: 6 -123 0 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[2103]: 6 -381 0 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[2110]: 6 -888 0 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[2128]: 6 -622 0 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[2630]: 6 0 504 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[2631]: 6 -380 0 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[2641]: 6 -1380 0 shouldn't be
3591.36/3610.95	WSVECS04 Frhs2[2694]: 6 -697 0 shouldn't be
3600.03/3619.64	c #Conflicts:    1718000 | #Constraints:      93092
3600.03/3619.64	c #Conflicts:    1719000 | #Constraints:      94092
3600.03/3619.64	c #Conflicts:    1720000 | #Constraints:      95092
3600.03/3619.64	c INPROCESSING
3600.03/3619.64	c GARBAGE COLLECT
3600.03/3619.64	c Disabling crashed LP
3600.03/3619.64	c cpu time 3578.73 s
3600.03/3619.64	c deterministic time 27265711216 2.73e+10
3600.03/3619.64	c optimization time 0.03366 s
3600.03/3619.64	c total solve time 3578.08 s
3600.03/3619.64	c core-guided solve time 2844.14 s
3600.03/3619.64	c propagation time 1646.83 s
3600.03/3619.64	c conflict analysis time 206.75 s
3600.03/3619.64	c propagations 214486748
3600.03/3619.64	c resolve steps 28215326
3600.03/3619.64	c decisions 4145774
3600.03/3619.64	c conflicts 1720200
3600.03/3619.64	c restarts 3321
3600.03/3619.64	c inprocessing phases 122
3600.03/3619.64	c garbage collections 121 ,( 99.18 )
3600.03/3619.64	c input clauses 20670 ,( 47.86 )
3600.03/3619.64	c input cardinalities 824 ,( 1.91 )
3600.03/3619.64	c input general constraints 21698 ,( 50.24 )
3600.03/3619.64	c input average constraint length 8.79
3600.03/3619.64	c input average constraint degree 572.45
3600.03/3619.64	c learned clauses 1458910 ,( 84.80 )
3600.03/3619.64	c learned cardinalities 48429 ,( 2.82 )
3600.03/3619.64	c learned general constraints 212975 ,( 12.38 )
3600.03/3619.64	c learned average constraint length 230.95
3600.03/3619.64	c learned average constraint degree 45181718.96
3600.03/3619.64	c watched  CF 32, 64, 128, Arb: 124196 , 0 , 0 , 0
3600.03/3619.64	c counting CF 32, 64, 128, Arb: 110478 , 0 , 0 , 0
3600.03/3619.64	c watched   constraints 124196 ,( 52.92 ) 
3600.03/3619.64	c counting  constraints 110477 ,( 47.08 ) 
3600.03/3619.64	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 712635549 , 361353140 , 1284593381 ,( 237592881 , 1047000500 )
3600.03/3619.64	c gcd simplifications 26065
3600.03/3619.64	c detected cardinalities 106
3600.03/3619.64	c weakened non-implied lits 93457103
3600.03/3619.64	c weakened non-implying lits 229145
3600.03/3619.64	c original variables 2700
3600.03/3619.64	c clausal propagations 77094142
3600.03/3619.64	c cardinality propagations 109610132
3600.03/3619.64	c watched propagations 1582747
3600.03/3619.64	c counting propagations 23506629
3600.03/3619.64	c watch lookups 8162941659
3600.03/3619.64	c watch backjump lookups 0
3600.03/3619.64	c watch checks 13356904866
3600.03/3619.64	c propagation checks 4268710997
3600.03/3619.64	c constraint additions 1034864767
3600.03/3619.64	c trail pops 220352680
3600.03/3619.64	c formula constraints 43070
3600.03/3619.64	c learned constraints 1720158
3600.03/3619.64	c bound constraints 74
3600.03/3619.64	c core-guided constraints 48
3600.03/3619.64	c encountered formula constraints 17777555
3600.03/3619.64	c encountered learned constraints 11702400
3600.03/3619.64	c encountered bound constraints 51047
3600.03/3619.64	c encountered core-guided constraints 396488
3600.03/3619.64	c LP total time 3066.28 s
3600.03/3619.64	c LP solve time 3033.03 s
3600.03/3619.64	c LP constraints added 48059
3600.03/3619.64	c LP constraints removed 4912
3600.03/3619.64	c LP pivots internal 1727201
3600.03/3619.64	c LP pivots root 1576523
3600.03/3619.64	c LP calls 236
3600.03/3619.64	c LP optimalities 186
3600.03/3619.64	c LP no pivot count 0
3600.03/3619.64	c LP infeasibilities 42
3600.03/3619.64	c LP valid Farkas constraints 42
3600.03/3619.64	c LP learned Farkas constraints 42
3600.03/3619.64	c LP basis resets 0
3600.03/3619.64	c LP cycling count 0
3600.03/3619.64	c LP singular count 0
3600.03/3619.64	c LP no primal count 0
3600.03/3619.64	c LP no farkas count 0
3600.03/3619.64	c LP other issue count 0
3600.03/3619.64	c LP Gomory cuts 72
3600.03/3619.64	c LP learned cuts 4917
3600.03/3619.64	c LP deleted cuts 4912
3600.03/3619.64	c LP encountered Gomory constraints 3559
3600.03/3619.64	c LP encountered Farkas constraints 4347
3600.03/3619.64	c LP encountered learned Farkas constraints 88
3600.03/3619.64	c CG auxiliary variables introduced 24
3600.03/3619.64	c CG solutions found 50
3600.03/3619.64	c CG cores constructed 24
3600.03/3619.64	c CG core cardinality constraints returned 0
3600.03/3619.64	c CG unit cores 0
3600.03/3619.64	c CG single cores 24
3600.03/3619.64	c CG blocks removed during cardinality reduction 0
3600.03/3619.64	c CG first core best 0
3600.03/3619.64	c CG decision core best 0
3600.03/3619.64	c CG core reduction tie 0
3600.03/3619.64	c CG core degree average 1.00
3600.03/3619.64	c CG core slack average 13.62
3600.03/3619.64	c CG core upper bound improvements 0
3600.03/3619.64	c STR number of successful calls 0
3600.03/3619.64	c STR number of unsuccessful calls 0
3600.03/3619.64	c STR number of inconclusive calls 0
3600.03/3619.64	c STR number of successful attempts 0
3600.03/3619.64	c STR number of unsuccessful attempts 0
3600.03/3619.64	c STR number of inconclusive attempts 0
3600.03/3619.64	c STR average degree increase per successful call inf
3600.03/3619.64	c STR average degree increase per successful attempt inf
3600.03/3619.64	c STR total number of conflicts for successful attempts 0
3600.03/3619.64	c STR total number of conflicts for unsuccessful attempts 0
3600.03/3619.64	c STR total number of conflicts for inconclusive attempts 0
3600.03/3619.64	c STR average number of conflicts per successful attempt inf
3600.03/3619.64	c STR average number of conflicts per unsuccessful attempt inf
3600.03/3619.64	c STR average number of conflicts per inconclusive attempt inf
3600.03/3619.64	c AVG.sumWPerc 42.03 
3600.03/3619.64	c bigint constraints 0 
3600.03/3619.64	o 67259
3600.03/3619.64	s SATISFIABLE
3600.03/3619.64	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.03/3619.64	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: 63794 MiB (62657 MiB free)
  memory of node 1: 64507 MiB (61561 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100076 s]*
/proc/loadavg: 0.10 0.38 0.29 5/259 123517
/proc/meminfo: memFree=127157368/131382120 swapFree=33010416/33010684
[pid=123505] ppid=123500 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/123505/stat : 123505 (run-opt-break-l) S 123500 123505 123444 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 174139764 4292608 736 18446744073709551615 94601827319808 94601828214341 140722846416496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94601828453392 94601828501136 94601835503616 140722846419219 140722846419420 140722846419420 140722846425024 0
/proc/123505/statm: 1048 736 672 219 0 110 0
[pid=123515] ppid=123505 vsize=25024 memory=17704 CPUtime=0.06 cores=0,2
/proc/123515/stat : 123515 (pbsuma) R 123505 123505 123444 0 -1 4194304 2361 0 0 0 5 1 0 0 20 0 1 0 174139766 25624576 4426 18446744073709551615 4210688 4653049 140732057015952 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 24281088 140732057020641 140732057020976 140732057020976 140732057026543 0
/proc/123515/statm: 6256 4426 960 108 0 3664 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 29216 KiB
Current children cumulated memory: 20648 KiB

[startup+0.214405 s]*
/proc/loadavg: 0.10 0.38 0.29 6/259 123517
/proc/meminfo: memFree=127097804/131382120 swapFree=33010416/33010684
[pid=123505] ppid=123500 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/123505/stat : 123505 (run-opt-break-l) S 123500 123505 123444 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 174139764 4292608 736 18446744073709551615 94601827319808 94601828214341 140722846416496 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94601828453392 94601828501136 94601835503616 140722846419219 140722846419420 140722846419420 140722846425024 0
/proc/123505/statm: 1048 736 672 219 0 110 0
[pid=123515] ppid=123505 vsize=47984 memory=34004 CPUtime=0.17 cores=0,2
/proc/123515/stat : 123515 (pbsuma) R 123505 123505 123444 0 -1 4194304 7618 0 0 0 14 3 0 0 20 0 1 0 174139766 49135616 8501 18446744073709551615 4210688 4653049 140732057015952 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 24281088 140732057020641 140732057020976 140732057020976 140732057026543 0
/proc/123515/statm: 11996 8501 1056 108 0 9404 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 52176 KiB
Current children cumulated memory: 36948 KiB

[startup+0.314215 s]*
/proc/loadavg: 0.10 0.38 0.29 4/259 123518
/proc/meminfo: memFree=127086412/131382120 swapFree=33010416/33010684
[pid=123505] ppid=123500 vsize=4192 memory=2944 CPUtime=0.21 cores=0,2
/proc/123505/stat : 123505 (run-opt-break-l) S 123500 123505 123444 0 -1 4194304 238 8208 0 0 0 0 17 4 20 0 1 0 174139764 4292608 736 18446744073709551615 94601827319808 94601828214341 140722846416496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94601828453392 94601828501136 94601835503616 140722846419219 140722846419420 140722846419420 140722846425024 0
/proc/123505/statm: 1048 736 672 219 0 110 0
[pid=123518] ppid=123505 vsize=55480 memory=8064 CPUtime=0 cores=0,2
/proc/123518/stat : 123518 (roundingsat) R 123505 123505 123444 0 -1 4194304 352 0 0 0 0 0 0 0 20 0 1 0 174139790 56811520 2016 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 13870 2016 1856 1147 0 1296 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 59672 KiB
Current children cumulated memory: 11008 KiB

[startup+0.700381 s]
/proc/loadavg: 0.10 0.38 0.29 5/259 123518
/proc/meminfo: memFree=127014336/131382120 swapFree=33010416/33010684
[pid=123505] ppid=123500 vsize=4192 memory=2944 CPUtime=0.21 cores=0,2
/proc/123505/stat : 123505 (run-opt-break-l) S 123500 123505 123444 0 -1 4194304 238 8208 0 0 0 0 17 4 20 0 1 0 174139764 4292608 736 18446744073709551615 94601827319808 94601828214341 140722846416496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94601828453392 94601828501136 94601835503616 140722846419219 140722846419420 140722846419420 140722846425024 0
/proc/123505/statm: 1048 736 672 219 0 110 0
[pid=123518] ppid=123505 vsize=60936 memory=16000 CPUtime=0.38 cores=0,2
/proc/123518/stat : 123518 (roundingsat) R 123505 123505 123444 0 -1 4194304 2353 0 0 0 31 7 0 0 20 0 1 0 174139790 62398464 4000 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 15234 4000 1920 1147 0 2660 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 65128 KiB
Current children cumulated memory: 18944 KiB

[startup+1.50043 s]
/proc/loadavg: 0.41 0.44 0.31 4/259 123519
/proc/meminfo: memFree=126733040/131382120 swapFree=33010416/33010684
[pid=123505] ppid=123500 vsize=4192 memory=2944 CPUtime=0.21 cores=0,2
/proc/123505/stat : 123505 (run-opt-break-l) S 123500 123505 123444 0 -1 4194304 238 8208 0 0 0 0 17 4 20 0 1 0 174139764 4292608 736 18446744073709551615 94601827319808 94601828214341 140722846416496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94601828453392 94601828501136 94601835503616 140722846419219 140722846419420 140722846419420 140722846425024 0
/proc/123505/statm: 1048 736 672 219 0 110 0
[pid=123518] ppid=123505 vsize=139128 memory=86688 CPUtime=1.17 cores=0,2
/proc/123518/stat : 123518 (roundingsat) R 123505 123505 123444 0 -1 4194304 13413 0 0 0 103 14 0 0 20 0 1 0 174139790 142467072 21672 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 34782 21672 2304 1147 0 22208 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 143320 KiB
Current children cumulated memory: 89632 KiB

[startup+3.11277 s]
/proc/loadavg: 0.41 0.44 0.31 4/254 123526
/proc/meminfo: memFree=126705288/131382120 swapFree=33010416/33010684
[pid=123505] ppid=123500 vsize=4192 memory=2944 CPUtime=0.21 cores=0,2
/proc/123505/stat : 123505 (run-opt-break-l) S 123500 123505 123444 0 -1 4194304 238 8208 0 0 0 0 17 4 20 0 1 0 174139764 4292608 736 18446744073709551615 94601827319808 94601828214341 140722846416496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94601828453392 94601828501136 94601835503616 140722846419219 140722846419420 140722846419420 140722846425024 0
/proc/123505/statm: 1048 736 672 219 0 110 0
[pid=123518] ppid=123505 vsize=141848 memory=86944 CPUtime=2.78 cores=0,2
/proc/123518/stat : 123518 (roundingsat) R 123505 123505 123444 0 -1 4194304 13455 0 0 0 262 16 0 0 20 0 1 0 174139790 145252352 21736 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 35462 21736 2336 1147 0 22888 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 146040 KiB
Current children cumulated memory: 89888 KiB

[startup+6.30032 s]
/proc/loadavg: 0.78 0.52 0.33 4/254 123529
/proc/meminfo: memFree=126472516/131382120 swapFree=33010416/33010684
[pid=123505] ppid=123500 vsize=4192 memory=2944 CPUtime=0.21 cores=0,2
/proc/123505/stat : 123505 (run-opt-break-l) S 123500 123505 123444 0 -1 4194304 238 8208 0 0 0 0 17 4 20 0 1 0 174139764 4292608 736 18446744073709551615 94601827319808 94601828214341 140722846416496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94601828453392 94601828501136 94601835503616 140722846419219 140722846419420 140722846419420 140722846425024 0
/proc/123505/statm: 1048 736 672 219 0 110 0
[pid=123518] ppid=123505 vsize=147880 memory=93524 CPUtime=5.96 cores=0,2
/proc/123518/stat : 123518 (roundingsat) R 123505 123505 123444 0 -1 4194304 14076 0 0 0 578 18 0 0 20 0 1 0 174139790 151429120 23381 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 36970 23381 2336 1147 0 24396 0
Current children cumulated CPU time: 6.17 s
Current children cumulated vsize: 152072 KiB
Current children cumulated memory: 96468 KiB

[startup+12.7003 s]
/proc/loadavg: 1.04 0.58 0.35 5/254 123529
/proc/meminfo: memFree=126180088/131382120 swapFree=33010416/33010684
[pid=123505] ppid=123500 vsize=4192 memory=2944 CPUtime=0.21 cores=0,2
/proc/123505/stat : 123505 (run-opt-break-l) S 123500 123505 123444 0 -1 4194304 238 8208 0 0 0 0 17 4 20 0 1 0 174139764 4292608 736 18446744073709551615 94601827319808 94601828214341 140722846416496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94601828453392 94601828501136 94601835503616 140722846419219 140722846419420 140722846419420 140722846425024 0
/proc/123505/statm: 1048 736 672 219 0 110 0
[pid=123518] ppid=123505 vsize=147880 memory=93524 CPUtime=12.34 cores=0,2
/proc/123518/stat : 123518 (roundingsat) R 123505 123505 123444 0 -1 4194304 14081 0 0 0 1213 21 0 0 20 0 1 0 174139790 151429120 23381 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 36970 23381 2336 1147 0 24396 0
Current children cumulated CPU time: 12.55 s
Current children cumulated vsize: 152072 KiB
Current children cumulated memory: 96468 KiB

[startup+25.5004 s]
/proc/loadavg: 1.49 0.69 0.39 5/259 123569
/proc/meminfo: memFree=125365040/131382120 swapFree=33010416/33010684
[pid=123505] ppid=123500 vsize=4192 memory=2944 CPUtime=0.21 cores=0,2
/proc/123505/stat : 123505 (run-opt-break-l) S 123500 123505 123444 0 -1 4194304 238 8208 0 0 0 0 17 4 20 0 1 0 174139764 4292608 736 18446744073709551615 94601827319808 94601828214341 140722846416496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94601828453392 94601828501136 94601835503616 140722846419219 140722846419420 140722846419420 140722846425024 0
/proc/123505/statm: 1048 736 672 219 0 110 0
[pid=123518] ppid=123505 vsize=159536 memory=103248 CPUtime=25.11 cores=0,2
/proc/123518/stat : 123518 (roundingsat) R 123505 123505 123444 0 -1 4194304 14991 0 0 0 2477 34 0 0 20 0 1 0 174139790 163364864 25812 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 39884 25812 2368 1147 0 27310 0
Current children cumulated CPU time: 25.32 s
Current children cumulated vsize: 163728 KiB
Current children cumulated memory: 106192 KiB

[startup+51.1132 s]
/proc/loadavg: 2.56 1.02 0.51 5/258 123570
/proc/meminfo: memFree=123513448/131382120 swapFree=33010416/33010684
[pid=123505] ppid=123500 vsize=4192 memory=2944 CPUtime=0.21 cores=0,2
/proc/123505/stat : 123505 (run-opt-break-l) S 123500 123505 123444 0 -1 4194304 238 8208 0 0 0 0 17 4 20 0 1 0 174139764 4292608 736 18446744073709551615 94601827319808 94601828214341 140722846416496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94601828453392 94601828501136 94601835503616 140722846419219 140722846419420 140722846419420 140722846425024 0
/proc/123505/statm: 1048 736 672 219 0 110 0
[pid=123518] ppid=123505 vsize=164504 memory=109604 CPUtime=50.64 cores=0,2
/proc/123518/stat : 123518 (roundingsat) R 123505 123505 123444 0 -1 4194304 16064 0 0 0 5017 47 0 0 20 0 1 0 174139790 168452096 27401 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 41126 27401 2368 1147 0 28552 0
Current children cumulated CPU time: 50.85 s
Current children cumulated vsize: 168696 KiB
Current children cumulated memory: 112548 KiB

[startup+102.3 s]
/proc/loadavg: 3.45 1.50 0.70 5/258 123573
/proc/meminfo: memFree=119932140/131382120 swapFree=33010416/33010684
[pid=123505] ppid=123500 vsize=4192 memory=2944 CPUtime=0.21 cores=0,2
/proc/123505/stat : 123505 (run-opt-break-l) S 123500 123505 123444 0 -1 4194304 238 8208 0 0 0 0 17 4 20 0 1 0 174139764 4292608 736 18446744073709551615 94601827319808 94601828214341 140722846416496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94601828453392 94601828501136 94601835503616 140722846419219 140722846419420 140722846419420 140722846425024 0
/proc/123505/statm: 1048 736 672 219 0 110 0
[pid=123518] ppid=123505 vsize=182984 memory=126376 CPUtime=100.79 cores=0,2
/proc/123518/stat : 123518 (roundingsat) R 123505 123505 123444 0 -1 4194304 19776 0 0 0 9985 94 0 0 20 0 1 0 174139790 187375616 31594 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 45746 31594 2368 1147 0 33172 0
Current children cumulated CPU time: 101 s
Current children cumulated vsize: 187176 KiB
Current children cumulated memory: 129320 KiB

[startup+162.3 s]
/proc/loadavg: 3.85 1.97 0.92 5/258 123575
/proc/meminfo: memFree=115898444/131382120 swapFree=33010416/33010684
[pid=123505] ppid=123500 vsize=4192 memory=2944 CPUtime=0.21 cores=0,2
/proc/123505/stat : 123505 (run-opt-break-l) S 123500 123505 123444 0 -1 4194304 238 8208 0 0 0 0 17 4 20 0 1 0 174139764 4292608 736 18446744073709551615 94601827319808 94601828214341 140722846416496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94601828453392 94601828501136 94601835503616 140722846419219 140722846419420 140722846419420 140722846425024 0
/proc/123505/statm: 1048 736 672 219 0 110 0
[pid=123518] ppid=123505 vsize=182984 memory=127272 CPUtime=160.62 cores=0,2
/proc/123518/stat : 123518 (roundingsat) R 123505 123505 123444 0 -1 4194304 19842 0 0 0 15931 131 0 0 20 0 1 0 174139790 187375616 31818 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 45746 31818 2368 1147 0 33172 0
Current children cumulated CPU time: 160.83 s
Current children cumulated vsize: 187176 KiB
Current children cumulated memory: 130216 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 2.39 1.13 5/258 123577
/proc/meminfo: memFree=111810112/131382120 swapFree=33010416/33010684
[pid=123505] ppid=123500 vsize=4192 memory=2944 CPUtime=0.21 cores=0,2
/proc/123505/stat : 123505 (run-opt-break-l) S 123500 123505 123444 0 -1 4194304 238 8208 0 0 0 0 17 4 20 0 1 0 174139764 4292608 736 18446744073709551615 94601827319808 94601828214341 140722846416496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94601828453392 94601828501136 94601835503616 140722846419219 140722846419420 140722846419420 140722846425024 0
/proc/123505/statm: 1048 736 672 219 0 110 0
[pid=123518] ppid=123505 vsize=182984 memory=130384 CPUtime=220.45 cores=0,2
/proc/123518/stat : 123518 (roundingsat) R 123505 123505 123444 0 -1 4194304 20121 0 0 0 21881 164 0 0 20 0 1 0 174139790 187375616 32596 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 45746 32596 2368 1147 0 33172 0
Current children cumulated CPU time: 220.66 s

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

/proc/meminfo: memFree=33553972/131382120 swapFree=33010416/33010684
[pid=123505] ppid=123500 vsize=4192 memory=2944 CPUtime=0.21 cores=0,2
/proc/123505/stat : 123505 (run-opt-break-l) S 123500 123505 123444 0 -1 4194304 238 8208 0 0 0 0 17 4 20 0 1 0 174139764 4292608 736 18446744073709551615 94601827319808 94601828214341 140722846416496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94601828453392 94601828501136 94601835503616 140722846419219 140722846419420 140722846419420 140722846425024 0
/proc/123505/statm: 1048 736 672 219 0 110 0
[pid=123518] ppid=123505 vsize=355632 memory=255328 CPUtime=3204.28 cores=0,2
/proc/123518/stat : 123518 (roundingsat) R 123505 123505 123444 0 -1 4194304 38002 0 0 0 318531 1897 0 0 20 0 1 0 174139790 364167168 63832 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 88908 63832 2496 1147 0 76334 0
Current children cumulated CPU time: 3204.49 s
Current children cumulated vsize: 359824 KiB
Current children cumulated memory: 258272 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.18 4.12 5/264 123789
/proc/meminfo: memFree=32259676/131382120 swapFree=33010416/33010684
[pid=123505] ppid=123500 vsize=4192 memory=2944 CPUtime=0.21 cores=0,2
/proc/123505/stat : 123505 (run-opt-break-l) S 123500 123505 123444 0 -1 4194304 238 8208 0 0 0 0 17 4 20 0 1 0 174139764 4292608 736 18446744073709551615 94601827319808 94601828214341 140722846416496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94601828453392 94601828501136 94601835503616 140722846419219 140722846419420 140722846419420 140722846425024 0
/proc/123505/statm: 1048 736 672 219 0 110 0
[pid=123518] ppid=123505 vsize=359832 memory=258784 CPUtime=3264.09 cores=0,2
/proc/123518/stat : 123518 (roundingsat) R 123505 123505 123444 0 -1 4194304 38869 0 0 0 324483 1926 0 0 20 0 1 0 174139790 368467968 64696 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 89958 64696 2496 1147 0 77384 0
Current children cumulated CPU time: 3264.3 s
Current children cumulated vsize: 364024 KiB
Current children cumulated memory: 261728 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.19 4.13 5/262 123791
/proc/meminfo: memFree=31019108/131382120 swapFree=33010416/33010684
[pid=123505] ppid=123500 vsize=4192 memory=2944 CPUtime=0.21 cores=0,2
/proc/123505/stat : 123505 (run-opt-break-l) S 123500 123505 123444 0 -1 4194304 238 8208 0 0 0 0 17 4 20 0 1 0 174139764 4292608 736 18446744073709551615 94601827319808 94601828214341 140722846416496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94601828453392 94601828501136 94601835503616 140722846419219 140722846419420 140722846419420 140722846425024 0
/proc/123505/statm: 1048 736 672 219 0 110 0
[pid=123518] ppid=123505 vsize=359976 memory=259808 CPUtime=3323.26 cores=0,2
/proc/123518/stat : 123518 (roundingsat) R 123505 123505 123444 0 -1 4194304 39117 0 0 0 330353 1973 0 0 20 0 1 0 174139790 368615424 64952 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 89994 64952 2496 1147 0 77420 0
Current children cumulated CPU time: 3323.47 s
Current children cumulated vsize: 364168 KiB
Current children cumulated memory: 262752 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.18 4.13 5/261 123794
/proc/meminfo: memFree=29697484/131382120 swapFree=33010416/33010684
[pid=123505] ppid=123500 vsize=4192 memory=2944 CPUtime=0.21 cores=0,2
/proc/123505/stat : 123505 (run-opt-break-l) S 123500 123505 123444 0 -1 4194304 238 8208 0 0 0 0 17 4 20 0 1 0 174139764 4292608 736 18446744073709551615 94601827319808 94601828214341 140722846416496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94601828453392 94601828501136 94601835503616 140722846419219 140722846419420 140722846419420 140722846425024 0
/proc/123505/statm: 1048 736 672 219 0 110 0
[pid=123518] ppid=123505 vsize=359976 memory=259808 CPUtime=3383.1 cores=0,2
/proc/123518/stat : 123518 (roundingsat) R 123505 123505 123444 0 -1 4194304 39117 0 0 0 336317 1993 0 0 20 0 1 0 174139790 368615424 64952 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 89994 64952 2496 1147 0 77420 0
Current children cumulated CPU time: 3383.31 s
Current children cumulated vsize: 364168 KiB
Current children cumulated memory: 262752 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.19 4.13 5/262 123808
/proc/meminfo: memFree=27602984/131382120 swapFree=33010416/33010684
[pid=123505] ppid=123500 vsize=4192 memory=2944 CPUtime=0.21 cores=0,2
/proc/123505/stat : 123505 (run-opt-break-l) S 123500 123505 123444 0 -1 4194304 238 8208 0 0 0 0 17 4 20 0 1 0 174139764 4292608 736 18446744073709551615 94601827319808 94601828214341 140722846416496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94601828453392 94601828501136 94601835503616 140722846419219 140722846419420 140722846419420 140722846425024 0
/proc/123505/statm: 1048 736 672 219 0 110 0
[pid=123518] ppid=123505 vsize=359976 memory=259808 CPUtime=3442.94 cores=0,2
/proc/123518/stat : 123518 (roundingsat) R 123505 123505 123444 0 -1 4194304 39117 0 0 0 342280 2014 0 0 20 0 1 0 174139790 368615424 64952 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 89994 64952 2496 1147 0 77420 0
Current children cumulated CPU time: 3443.15 s
Current children cumulated vsize: 364168 KiB
Current children cumulated memory: 262752 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.17 4.13 5/256 123810
/proc/meminfo: memFree=24992308/131382120 swapFree=33010416/33010684
[pid=123505] ppid=123500 vsize=4192 memory=2944 CPUtime=0.21 cores=0,2
/proc/123505/stat : 123505 (run-opt-break-l) S 123500 123505 123444 0 -1 4194304 238 8208 0 0 0 0 17 4 20 0 1 0 174139764 4292608 736 18446744073709551615 94601827319808 94601828214341 140722846416496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94601828453392 94601828501136 94601835503616 140722846419219 140722846419420 140722846419420 140722846425024 0
/proc/123505/statm: 1048 736 672 219 0 110 0
[pid=123518] ppid=123505 vsize=363592 memory=263520 CPUtime=3502.79 cores=0,2
/proc/123518/stat : 123518 (roundingsat) R 123505 123505 123444 0 -1 4194304 40038 0 0 0 348242 2037 0 0 20 0 1 0 174139790 372318208 65880 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 90898 65880 2496 1147 0 78324 0
Current children cumulated CPU time: 3503 s
Current children cumulated vsize: 367784 KiB
Current children cumulated memory: 266464 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.17 4.13 5/256 123813
/proc/meminfo: memFree=22160304/131382120 swapFree=33010416/33010684
[pid=123505] ppid=123500 vsize=4192 memory=2944 CPUtime=0.21 cores=0,2
/proc/123505/stat : 123505 (run-opt-break-l) S 123500 123505 123444 0 -1 4194304 238 8208 0 0 0 0 17 4 20 0 1 0 174139764 4292608 736 18446744073709551615 94601827319808 94601828214341 140722846416496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94601828453392 94601828501136 94601835503616 140722846419219 140722846419420 140722846419420 140722846425024 0
/proc/123505/statm: 1048 736 672 219 0 110 0
[pid=123518] ppid=123505 vsize=364324 memory=264160 CPUtime=3562.63 cores=0,2
/proc/123518/stat : 123518 (roundingsat) R 123505 123505 123444 0 -1 4194304 40206 0 0 0 354197 2066 0 0 20 0 1 0 174139790 373067776 66040 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 91081 66040 2496 1147 0 78507 0
Current children cumulated CPU time: 3562.84 s
Current children cumulated vsize: 368516 KiB
Current children cumulated memory: 267104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3619.6 s]
/proc/loadavg: 4.17 4.17 4.12 5/257 123815
/proc/meminfo: memFree=20052772/131382120 swapFree=33010416/33010684
[pid=123505] ppid=123500 vsize=4192 memory=2944 CPUtime=0.21 cores=0,2
/proc/123505/stat : 123505 (run-opt-break-l) S 123500 123505 123444 0 -1 4194304 238 8208 0 0 0 0 17 4 20 0 1 0 174139764 4292608 736 18446744073709551615 94601827319808 94601828214341 140722846416496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94601828453392 94601828501136 94601835503616 140722846419219 140722846419420 140722846419420 140722846425024 0
/proc/123505/statm: 1048 736 672 219 0 110 0
[pid=123518] ppid=123505 vsize=433820 memory=319968 CPUtime=3599.82 cores=0,2
/proc/123518/stat : 123518 (roundingsat) R 123505 123505 123444 0 -1 4194304 54139 0 0 0 357872 2110 0 0 20 0 1 0 174139790 444231680 79992 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 108455 79992 2496 1147 0 95881 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 438012 KiB
Current children cumulated memory: 322912 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.173103 s, system=0.048069 s

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

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

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

[startup+3620 s]*
/proc/loadavg: 4.17 4.17 4.12 4/256 123815
/proc/meminfo: memFree=19990448/131382120 swapFree=33010416/33010684
[pid=123518] ppid=123500 vsize=400024 memory=297372 CPUtime=3599.84 cores=0,2
/proc/123518/stat : 123518 (roundingsat) D 123500 123505 123444 0 -1 4194304 54142 0 1 0 357873 2111 0 0 20 0 1 0 174139790 409624576 74343 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 1 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 100006 74343 2560 1147 0 87432 0
Current cumulated CPU time of completed processes: 0.221172 s
Current children cumulated CPU time: 3599.84 s
Current children cumulated vsize: 400024 KiB
Current children cumulated memory: 297372 KiB

[startup+3620.4 s]
/proc/loadavg: 4.17 4.17 4.12 4/256 123815
/proc/meminfo: memFree=19990448/131382120 swapFree=33010416/33010684
[pid=123518] ppid=123500 vsize=400024 memory=297372 CPUtime=3599.85 cores=0,2
/proc/123518/stat : 123518 (roundingsat) D 123500 123505 123444 0 -1 4194304 54142 0 1 0 357873 2112 0 0 20 0 1 0 174139790 409624576 74343 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 1 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 100006 74343 2560 1147 0 87432 0
Current cumulated CPU time of completed processes: 0.221172 s
Current children cumulated CPU time: 3599.85 s
Current children cumulated vsize: 400024 KiB
Current children cumulated memory: 297372 KiB

[startup+3620.6 s]
/proc/loadavg: 4.17 4.17 4.12 4/256 123815
/proc/meminfo: memFree=19990448/131382120 swapFree=33010416/33010684
[pid=123518] ppid=123500 vsize=400024 memory=297372 CPUtime=3599.85 cores=0,2
/proc/123518/stat : 123518 (roundingsat) D 123500 123505 123444 0 -1 4194304 54142 0 1 0 357873 2112 0 0 20 0 1 0 174139790 409624576 74343 18446744073709551615 4227072 8923577 140733578500480 0 0 0 0 0 8405026 1 0 0 17 0 0 0 0 0 0 9827200 9836688 19107840 140733578508562 140733578508838 140733578508838 140733578514410 0
/proc/123518/statm: 100006 74343 2560 1147 0 87432 0
Current cumulated CPU time of completed processes: 0.221172 s
Current children cumulated CPU time: 3599.85 s
Current children cumulated vsize: 400024 KiB
Current children cumulated memory: 297372 KiB

Child status: 2

Real time (s): 3620.67
CPU time (s): 3600.11
CPU user time (s): 3578.92
CPU system time (s): 21.1856
CPU usage (%): 99.4322
Max. virtual memory (cumulated for all children) (KiB): 438012
Max. memory (cumulated for all children) (KiB): 322912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3578.92
system time used= 21.1856
maximum resident set size= 320096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62604
page faults= 1
swaps= 0
block input operations= 3656
block output operations= 4163216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4978
involuntary context switches= 12815


# summary of solver processes directly reported to runsolver:
#   pid: 123505,123518
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3578.92
#   total CPU system time (s): 21.1856

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3907 second user time and 38.8596 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-15 15:03:24
IDJOB=4532342
IDBENCH=147023
IDSOLVER=3393
FILE ID=nodeC006/4532342-1752584604
RUNJOBID= nodeC006-1752584603-123454
SLURM_JOB_ID= 9684336
Free space on /tmp= 432324 MiB

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

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

MD5SUM BENCH= 45d4d1161a77415ffbfc9841f6913b11
RANDOM SEED=1057340159

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        127238544 kB
MemAvailable:   129914692 kB
Buffers:            2128 kB
Cached:          3437840 kB
SwapCached:           12 kB
Active:           599640 kB
Inactive:        2918580 kB
Active(anon):      85216 kB
Inactive(anon):    10992 kB
Active(file):     514424 kB
Inactive(file):  2907588 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             63712 kB
Writeback:             0 kB
AnonPages:         80824 kB
Mapped:           106756 kB
Shmem:             17948 kB
KReclaimable:     187140 kB
Slab:             277088 kB
SReclaimable:     187140 kB
SUnreclaim:        89948 kB
KernelStack:        3952 kB
PageTables:         2996 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     375712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149336 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432248 MiB
End job on nodeC006 at 2025-07-15 16:03:45