Trace number 4532312

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 0f876b3? (TO) 3600.12 3649.42

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f1000.opb
MD5SUMf9f2b1fc4917344504b6167976088a05
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 benchmark925
Best CPU time to get the best result obtained on this benchmark3600.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000
Total number of constraints5250
Number of constraints which are clauses5250
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2000
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4532312-1752584604.opb'
0.00/0.02	c 	read 0.18MB  (3.07ms)
0.00/0.02	c	 [cnf: #variables 2000 #clauses 5251 #duplicates 0 #arr 16750]
0.00/0.02	c output proof to 'PROOFDIR/proof-4532312-1752584604'
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.03	c	 [group: #orbits ~= 0] (3.11ms)
0.00/0.03	c 
0.00/0.03	c detect special group actions
0.00/0.03	c 	probe for Johnson action (limit=64)
0.00/0.03	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	 (0.76ms)
0.00/0.03	c 
0.00/0.03	c detect symmetries on remainder
0.00/0.03	c 	[graph: #vertices 13251 #edges 45500]
0.00/0.03	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.03	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.81ms)
0.00/0.03	c 
0.00/0.03	c finalize break order and special generators
0.00/0.03	c 
0.00/0.03	c generation finished
0.00/0.03	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.03	c 
0.00/0.03	c write result to 'HOME/instance-4532312-1752584604.opb.pre'
0.00/0.03	c 	wrote 0.18MB (0.54ms)
0.00/0.03	c ------------------------------------------------------------------
0.00/0.03	c                   3.11ms 33.50% approx_orbits
0.00/0.03	c                   3.07ms 33.07% parse
0.00/0.03	c                   0.94ms 10.13% other
0.00/0.03	c                   0.81ms  8.74% detect_generic
0.00/0.03	c                   0.76ms  8.19% detect_special
0.00/0.03	c                   0.54ms  5.78% output
0.00/0.03	c                   0.05ms  0.58% finalize_order
0.00/0.03	c         ───────────────────────────────────────────────
0.00/0.03	c                   9.27ms   100% total
0.00/0.03	c ------------------------------------------------------------------
0.00/0.04	c RoundingSat 2
0.00/0.04	c branch pb25
0.00/0.04	c commit 0f876b3
0.00/0.07	c #variables 2000 #constraints 5250
0.00/0.07	c objective is ce32 
0.00/0.07	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.07	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.07	c bounds - >= 0 @ 0.025037
1.84/1.96	c #Conflicts:       1000 | #Constraints:       6249
1.84/1.96	c #Conflicts:       2000 | #Constraints:       7249
1.84/1.96	c INPROCESSING
1.84/1.96	c GARBAGE COLLECT
1.84/1.96	WSVECS04 Frhs2[30]: 6 0 0.288285 shouldn't be
1.84/1.96	WSVECS04 Frhs2[53]: 6 -0.429786 0 shouldn't be
1.84/1.96	WSVECS04 Frhs2[54]: 6 0 0.339717 shouldn't be
1.84/1.96	WSVECS04 Frhs2[74]: 6 0 1.02603 shouldn't be
1.84/1.96	WSVECS04 Frhs2[86]: 6 0 0.103656 shouldn't be
1.84/1.96	WSVECS04 Frhs2[89]: 6 -1.00008 0 shouldn't be
1.84/1.96	WSVECS04 Frhs2[90]: 6 0 0.267987 shouldn't be
1.84/1.96	WSVECS04 Frhs2[94]: 6 -0.982765 0 shouldn't be
1.84/1.96	WSVECS04 Frhs2[97]: 6 0 3.49788 shouldn't be
1.84/1.96	WSVECS04 Frhs2[104]: 6 0 0.829128 shouldn't be
1.84/1.96	WSVECS04 Frhs2[111]: 6 0 0.479452 shouldn't be
1.84/1.96	WSVECS04 Frhs2[125]: 6 0 0.856934 shouldn't be
1.84/1.96	WSVECS04 Frhs2[129]: 6 -1.00006 0 shouldn't be
1.84/1.96	WSVECS04 Frhs2[131]: 6 -1.00002 0 shouldn't be
1.84/1.96	WSVECS04 Frhs2[132]: 6 0 1.0001 shouldn't be
1.84/1.96	WSVECS04 Frhs2[148]: 6 -0.421474 0 shouldn't be
1.84/1.96	WSVECS04 Frhs2[149]: 6 0 0.105953 shouldn't be
1.84/1.96	WSVECS04 Frhs2[155]: 6 0 0.518174 shouldn't be
1.84/1.96	WSVECS04 Frhs2[177]: 6 0 1.24075 shouldn't be
1.84/1.96	WSVECS04 Frhs2[194]: 6 0 0.0212289 shouldn't be
1.84/1.96	WSVECS04 Frhs2[211]: 6 0 1.81498 shouldn't be
1.84/1.96	WSVECS04 Frhs2[212]: 6 -1.00006 0 shouldn't be
1.84/1.96	WSVECS04 Frhs2[227]: 6 0 1.38036 shouldn't be
1.84/1.96	WSVECS04 Frhs2[228]: 6 -1.00005 0 shouldn't be
1.84/1.96	WSVECS04 Frhs2[233]: 6 0 0.0260463 shouldn't be
1.84/1.96	WSVECS04 Frhs2[234]: 6 -1.00002 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[255]: 6 -1.00009 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[256]: 6 0 0.48448 shouldn't be
1.84/1.97	WSVECS04 Frhs2[261]: 6 -0.960624 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[270]: 6 0 0.497053 shouldn't be
1.84/1.97	WSVECS04 Frhs2[289]: 6 0 0.273444 shouldn't be
1.84/1.97	WSVECS04 Frhs2[290]: 6 -1.00007 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[301]: 6 -0.351619 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[304]: 6 -1.00009 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[316]: 6 -0.351584 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[333]: 6 0 1.42879 shouldn't be
1.84/1.97	WSVECS04 Frhs2[334]: 6 -0.504508 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[337]: 6 0 1.49202 shouldn't be
1.84/1.97	WSVECS04 Frhs2[367]: 6 0 0.465515 shouldn't be
1.84/1.97	WSVECS04 Frhs2[370]: 6 0 0.915396 shouldn't be
1.84/1.97	WSVECS04 Frhs2[377]: 6 0 0.0632429 shouldn't be
1.84/1.97	WSVECS04 Frhs2[378]: 6 -1.00003 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[389]: 6 0 2.58986 shouldn't be
1.84/1.97	WSVECS04 Frhs2[391]: 6 0 1.47761 shouldn't be
1.84/1.97	WSVECS04 Frhs2[435]: 6 0 0.472494 shouldn't be
1.84/1.97	WSVECS04 Frhs2[499]: 6 -1.00007 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[500]: 6 0 0.405865 shouldn't be
1.84/1.97	WSVECS04 Frhs2[505]: 6 0 1.25265 shouldn't be
1.84/1.97	WSVECS04 Frhs2[522]: 6 0 0.402894 shouldn't be
1.84/1.97	WSVECS04 Frhs2[582]: 6 0 0.174788 shouldn't be
1.84/1.97	WSVECS04 Frhs2[587]: 6 0 1.47058 shouldn't be
1.84/1.97	WSVECS04 Frhs2[593]: 6 -1.00008 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[594]: 6 0 0.108803 shouldn't be
1.84/1.97	WSVECS04 Frhs2[602]: 6 0 0.908399 shouldn't be
1.84/1.97	WSVECS04 Frhs2[607]: 6 0 0.130259 shouldn't be
1.84/1.97	WSVECS04 Frhs2[608]: 6 -1.00004 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[611]: 6 0 1.75807 shouldn't be
1.84/1.97	WSVECS04 Frhs2[612]: 6 -0.853606 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[615]: 6 0 0.208691 shouldn't be
1.84/1.97	WSVECS04 Frhs2[616]: 6 -1.00007 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[619]: 6 0 0.786736 shouldn't be
1.84/1.97	WSVECS04 Frhs2[628]: 6 -0.435267 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[649]: 6 -0.641857 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[650]: 6 0 1.71045 shouldn't be
1.84/1.97	WSVECS04 Frhs2[653]: 6 -0.791527 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[666]: 6 0 0.223839 shouldn't be
1.84/1.97	WSVECS04 Frhs2[671]: 6 0 1.00312 shouldn't be
1.84/1.97	WSVECS04 Frhs2[675]: 6 0 1.26243 shouldn't be
1.84/1.97	WSVECS04 Frhs2[693]: 6 0 0.793729 shouldn't be
1.84/1.97	WSVECS04 Frhs2[706]: 6 0 0.216582 shouldn't be
1.84/1.97	WSVECS04 Frhs2[708]: 6 0 2.05199 shouldn't be
1.84/1.97	WSVECS04 Frhs2[721]: 6 0 0.95596 shouldn't be
1.84/1.97	WSVECS04 Frhs2[722]: 6 -0.66612 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[726]: 6 0 1.71221 shouldn't be
1.84/1.97	WSVECS04 Frhs2[733]: 6 -0.699386 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[734]: 6 0 0.0593188 shouldn't be
1.84/1.97	WSVECS04 Frhs2[746]: 6 -1.00004 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[757]: 6 0 0.769938 shouldn't be
1.84/1.97	WSVECS04 Frhs2[772]: 6 -0.750298 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[778]: 6 0 1.72006 shouldn't be
1.84/1.97	WSVECS04 Frhs2[836]: 6 0 0.930836 shouldn't be
1.84/1.97	WSVECS04 Frhs2[848]: 6 0 1.48899 shouldn't be
1.84/1.97	WSVECS04 Frhs2[849]: 6 -1.00005 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[850]: 6 0 0.883635 shouldn't be
1.84/1.97	WSVECS04 Frhs2[874]: 6 0 1.46472 shouldn't be
1.84/1.97	WSVECS04 Frhs2[887]: 6 -0.752922 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[888]: 6 0 0.0198939 shouldn't be
1.84/1.97	WSVECS04 Frhs2[909]: 6 -1.00004 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[910]: 6 0 0.9311 shouldn't be
1.84/1.97	WSVECS04 Frhs2[957]: 6 0 1.38524 shouldn't be
1.84/1.97	WSVECS04 Frhs2[958]: 6 -0.577112 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[970]: 6 0 1.24553 shouldn't be
1.84/1.97	WSVECS04 Frhs2[993]: 6 0 0.871315 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1003]: 6 0 0.642684 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1004]: 6 -0.00742645 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1012]: 6 0 0.0697696 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1033]: 6 0 1.32874 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1048]: 6 -0.656269 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1053]: 6 -1.00005 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1054]: 6 0 2.09464 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1059]: 6 -2.10833 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1085]: 6 0 1.79759 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1112]: 6 -0.2909 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1115]: 6 0 0.266171 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1116]: 6 -1.00002 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1117]: 6 -1.00002 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1118]: 6 0 1.65734 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1155]: 6 -1.00009 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1163]: 6 0 1.25163 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1164]: 6 -0.475776 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1187]: 6 0 0.185146 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1223]: 6 0 0.976462 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1256]: 6 0 1.95179 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1268]: 6 0 1.81261 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1301]: 6 -3.53459 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1315]: 6 -0.570286 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1316]: 6 0 0.148316 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1327]: 6 -1.00009 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1328]: 6 0 0.728965 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1350]: 6 -0.720041 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1378]: 6 0 0.733956 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1381]: 6 0 0.111663 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1399]: 6 -2.25435 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1403]: 6 0 0.614833 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1410]: 6 -0.852437 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1412]: 6 -0.238436 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1462]: 6 -0.809153 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1521]: 6 -1.00005 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1528]: 6 -0.378973 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1534]: 6 0 0.146498 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1553]: 6 0 2.79824 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1555]: 6 -0.289656 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1556]: 6 0 1.05869 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1558]: 6 0 1.87788 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1592]: 6 0 2.62511 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1625]: 6 0 2.3427 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1671]: 6 -0.991944 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1672]: 6 0 0.801688 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1711]: 6 -1.00001 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1712]: 6 0 0.542187 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1724]: 6 0 2.33922 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1729]: 6 0 0.284763 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1765]: 6 -3.33399 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1801]: 6 0 0.077055 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1819]: 6 -1.00002 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1820]: 6 0 0.618549 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1853]: 6 0 0.259447 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1855]: 6 0 0.999177 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1866]: 6 -1.00007 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1867]: 6 0 2.94526 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1870]: 6 0 0.595961 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1877]: 6 -0.958604 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1878]: 6 0 1.84249 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1890]: 6 -0.727611 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1898]: 6 0 0.573696 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1902]: 6 0 1.09486 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1910]: 6 0 0.279138 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1912]: 6 -0.726172 0 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1914]: 6 0 0.8018 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1943]: 6 0 0.474263 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1973]: 6 0 0.655566 shouldn't be
1.84/1.97	WSVECS04 Frhs2[1974]: 6 -1.00005 0 shouldn't be
2.44/2.52	WSVECS04 Frhs2[244]: 6 0 1.25826 shouldn't be
2.44/2.52	WSVECS04 Frhs2[274]: 6 0 0.709192 shouldn't be
2.44/2.52	WSVECS04 Frhs2[592]: 6 -0.599263 0 shouldn't be
2.44/2.52	WSVECS04 Frhs2[677]: 6 -1.00004 0 shouldn't be
2.44/2.52	WSVECS04 Frhs2[707]: 6 -1.00002 0 shouldn't be
2.44/2.52	WSVECS04 Frhs2[727]: 6 -0.165965 0 shouldn't be
2.44/2.52	WSVECS04 Frhs2[835]: 6 -1.00004 0 shouldn't be
2.44/2.52	WSVECS04 Frhs2[1169]: 6 -1.00008 0 shouldn't be
2.44/2.52	WSVECS04 Frhs2[1224]: 6 -1.00003 0 shouldn't be
2.44/2.52	WSVECS04 Frhs2[1277]: 6 -1.00005 0 shouldn't be
2.44/2.52	WSVECS04 Frhs2[1369]: 6 -1.00003 0 shouldn't be
2.44/2.52	WSVECS04 Frhs2[1370]: 6 0 0.465385 shouldn't be
2.44/2.52	WSVECS04 Frhs2[1527]: 6 0 0.265831 shouldn't be
2.44/2.52	WSVECS04 Frhs2[1533]: 6 -1.00002 0 shouldn't be
2.44/2.52	WSVECS04 Frhs2[1865]: 6 0 1.00005 shouldn't be
2.84/2.95	WSVECS04 Frhs2[136]: 6 0 0.886913 shouldn't be
2.84/2.95	WSVECS04 Frhs2[178]: 6 -0.648526 0 shouldn't be
2.84/2.95	WSVECS04 Frhs2[179]: 6 -1.00008 0 shouldn't be
2.84/2.95	WSVECS04 Frhs2[308]: 6 0 2.88377 shouldn't be
2.84/2.95	WSVECS04 Frhs2[588]: 6 -1.00005 0 shouldn't be
2.84/2.95	WSVECS04 Frhs2[694]: 6 -1.00006 0 shouldn't be
2.84/2.95	WSVECS04 Frhs2[847]: 6 -1.00007 0 shouldn't be
2.84/2.95	WSVECS04 Frhs2[1057]: 6 -1.0001 0 shouldn't be
2.84/2.95	WSVECS04 Frhs2[1111]: 6 0 1.77975 shouldn't be
2.84/2.95	WSVECS04 Frhs2[1232]: 6 0 0.043416 shouldn't be
2.84/2.95	WSVECS04 Frhs2[1377]: 6 -1.00009 0 shouldn't be
2.84/2.95	WSVECS04 Frhs2[1382]: 6 -1.00005 0 shouldn't be
2.84/2.95	WSVECS04 Frhs2[1554]: 6 -1.00006 0 shouldn't be
3.24/3.32	c bounds - >= 1 @ 3.21858
3.24/3.32	c bounds - >= 2 @ 3.21911
3.24/3.32	c bounds - >= 3 @ 3.21967
3.24/3.32	c bounds - >= 4 @ 3.22021
3.24/3.33	c bounds - >= 5 @ 3.22075
3.24/3.33	c bounds - >= 6 @ 3.22129
3.24/3.33	c bounds - >= 7 @ 3.22139
3.24/3.33	c bounds - >= 8 @ 3.22139
3.24/3.33	c bounds - >= 9 @ 3.22194
3.24/3.33	c bounds - >= 10 @ 3.2225
3.24/3.33	c bounds - >= 11 @ 3.22306
3.24/3.33	c bounds - >= 12 @ 3.22362
3.24/3.33	c bounds - >= 13 @ 3.22419
3.24/3.33	c bounds - >= 14 @ 3.22476
3.24/3.33	c bounds - >= 15 @ 3.22534
3.24/3.33	c bounds - >= 16 @ 3.22591
3.24/3.33	c bounds - >= 17 @ 3.22648
3.24/3.33	c bounds - >= 18 @ 3.22706
3.24/3.33	c bounds - >= 19 @ 3.22763
3.24/3.33	c bounds - >= 20 @ 3.22821
3.24/3.33	c bounds - >= 21 @ 3.22878
3.24/3.34	c bounds - >= 22 @ 3.22935
3.24/3.34	c bounds - >= 23 @ 3.22991
3.24/3.34	c bounds - >= 24 @ 3.23049
3.24/3.34	c bounds - >= 25 @ 3.23106
3.24/3.34	c bounds - >= 26 @ 3.23163
3.24/3.34	c bounds - >= 27 @ 3.2322
3.24/3.34	c bounds - >= 28 @ 3.23281
3.24/3.34	c bounds - >= 29 @ 3.23342
3.24/3.34	c bounds - >= 30 @ 3.23404
3.24/3.34	c bounds - >= 31 @ 3.23465
3.24/3.34	c bounds - >= 32 @ 3.23527
3.24/3.34	c bounds - >= 33 @ 3.23536
3.24/3.34	c bounds - >= 34 @ 3.23552
3.24/3.34	c bounds - >= 35 @ 3.23613
3.24/3.34	c bounds - >= 36 @ 3.23674
3.24/3.34	c bounds - >= 37 @ 3.23737
3.24/3.34	c bounds - >= 38 @ 3.23798
3.24/3.35	c bounds - >= 39 @ 3.2386
3.24/3.35	c bounds - >= 40 @ 3.23919
3.24/3.35	c bounds - >= 41 @ 3.23976
3.24/3.35	c bounds - >= 42 @ 3.24035
3.24/3.35	c bounds - >= 43 @ 3.24093
3.24/3.35	c bounds - >= 44 @ 3.24151
3.24/3.35	c bounds - >= 45 @ 3.2421
3.24/3.35	c bounds - >= 46 @ 3.24267
3.24/3.35	c bounds - >= 47 @ 3.24346
3.24/3.35	c bounds - >= 48 @ 3.24443
3.24/3.35	c bounds - >= 49 @ 3.24505
3.24/3.35	c bounds - >= 50 @ 3.24564
3.24/3.35	c bounds - >= 51 @ 3.24623
3.24/3.35	c bounds - >= 52 @ 3.24633
3.24/3.35	c bounds - >= 53 @ 3.24645
3.24/3.35	c bounds - >= 54 @ 3.24702
3.24/3.36	c bounds - >= 55 @ 3.2476
3.24/3.36	c bounds - >= 56 @ 3.24818
3.24/3.36	c bounds - >= 57 @ 3.24832
3.24/3.36	c bounds - >= 58 @ 3.24837
3.24/3.36	c bounds - >= 59 @ 3.24895
3.24/3.36	c bounds - >= 60 @ 3.24953
3.24/3.36	c bounds - >= 61 @ 3.25011
3.24/3.36	c bounds - >= 62 @ 3.2507
3.24/3.36	c bounds - >= 63 @ 3.25128
3.24/3.36	c bounds - >= 64 @ 3.25189
3.24/3.36	c bounds - >= 65 @ 3.25248
3.24/3.36	c bounds - >= 66 @ 3.25308
3.24/3.36	c bounds - >= 67 @ 3.25367
3.24/3.36	c bounds - >= 68 @ 3.25426
3.24/3.36	c bounds - >= 69 @ 3.25486
3.24/3.36	c bounds - >= 70 @ 3.25545
3.24/3.36	c bounds - >= 71 @ 3.25604
3.24/3.37	c bounds - >= 72 @ 3.25664
3.24/3.37	c bounds - >= 73 @ 3.25722
3.24/3.37	c bounds - >= 74 @ 3.25782
3.24/3.37	c bounds - >= 75 @ 3.2584
3.24/3.37	c bounds - >= 76 @ 3.25899
3.24/3.37	c bounds - >= 77 @ 3.25957
3.24/3.37	c bounds - >= 78 @ 3.26016
3.24/3.37	c bounds - >= 79 @ 3.26028
3.24/3.37	c bounds - >= 80 @ 3.26028
3.24/3.37	c bounds - >= 81 @ 3.26028
3.24/3.37	c bounds - >= 82 @ 3.26053
3.24/3.37	c bounds - >= 83 @ 3.26111
3.24/3.37	c bounds - >= 84 @ 3.2617
3.24/3.37	c bounds - >= 85 @ 3.26229
3.24/3.37	c bounds - >= 86 @ 3.26287
3.24/3.37	c bounds - >= 87 @ 3.26347
3.24/3.37	c bounds - >= 88 @ 3.26407
3.24/3.38	c bounds - >= 89 @ 3.26467
3.24/3.38	c bounds - >= 90 @ 3.26526
3.24/3.38	c bounds - >= 91 @ 3.26586
3.24/3.38	c bounds - >= 92 @ 3.26606
3.24/3.38	c bounds - >= 93 @ 3.26609
3.24/3.38	c bounds - >= 94 @ 3.26668
3.24/3.38	c bounds - >= 95 @ 3.26727
3.24/3.38	c bounds - >= 96 @ 3.26786
3.24/3.38	c bounds - >= 97 @ 3.26845
3.24/3.38	c bounds - >= 98 @ 3.26904
3.24/3.38	c bounds - >= 99 @ 3.26963
3.24/3.38	c bounds - >= 100 @ 3.27022
3.24/3.38	c bounds - >= 101 @ 3.27081
3.24/3.38	c bounds - >= 102 @ 3.27142
3.24/3.38	c bounds - >= 103 @ 3.27205
3.24/3.38	c bounds - >= 104 @ 3.27264
3.24/3.39	c bounds - >= 105 @ 3.27323
3.24/3.39	c bounds - >= 106 @ 3.27381
3.24/3.39	c bounds - >= 107 @ 3.27441
3.24/3.39	c bounds - >= 108 @ 3.275
3.24/3.39	c bounds - >= 109 @ 3.27557
3.24/3.39	c bounds - >= 110 @ 3.27615
3.24/3.39	c bounds - >= 111 @ 3.27624
3.24/3.39	c bounds - >= 112 @ 3.27634
3.24/3.39	c bounds - >= 113 @ 3.27691
3.24/3.39	c bounds - >= 114 @ 3.27748
3.24/3.39	c bounds - >= 115 @ 3.27807
3.24/3.39	c bounds - >= 116 @ 3.27864
3.24/3.39	c bounds - >= 117 @ 3.27926
3.24/3.39	c bounds - >= 118 @ 3.27984
3.24/3.39	c bounds - >= 119 @ 3.28043
3.24/3.39	c bounds - >= 120 @ 3.28102
3.24/3.39	c bounds - >= 121 @ 3.28164
3.24/3.40	c bounds - >= 122 @ 3.28222
3.34/3.40	c bounds - >= 123 @ 3.28281
3.34/3.40	c bounds - >= 124 @ 3.28341
3.34/3.40	c bounds - >= 125 @ 3.28401
3.34/3.40	c bounds - >= 126 @ 3.28459
3.34/3.40	c bounds - >= 127 @ 3.28518
3.34/3.40	c bounds - >= 128 @ 3.28578
3.34/3.40	c bounds - >= 129 @ 3.28638
3.34/3.40	c bounds - >= 130 @ 3.28697
3.34/3.40	c bounds - >= 131 @ 3.28757
3.34/3.40	c bounds - >= 132 @ 3.28817
3.34/3.40	c bounds - >= 133 @ 3.28875
3.34/3.40	c bounds - >= 134 @ 3.28936
3.34/3.40	c bounds - >= 135 @ 3.28995
3.34/3.40	c bounds - >= 136 @ 3.29053
3.34/3.40	c bounds - >= 137 @ 3.29112
3.34/3.40	c bounds - >= 138 @ 3.2917
3.34/3.41	c bounds - >= 139 @ 3.2923
3.34/3.41	c bounds - >= 140 @ 3.29288
3.34/3.41	c bounds - >= 141 @ 3.29348
3.34/3.41	c bounds - >= 142 @ 3.29407
3.34/3.41	c bounds - >= 143 @ 3.29465
3.34/3.41	c bounds - >= 144 @ 3.29523
3.34/3.41	c bounds - >= 145 @ 3.29581
3.34/3.41	c bounds - >= 146 @ 3.29639
3.34/3.41	c bounds - >= 147 @ 3.29696
3.34/3.41	c bounds - >= 148 @ 3.29754
3.34/3.41	c bounds - >= 149 @ 3.29811
3.34/3.41	c bounds - >= 150 @ 3.2987
3.34/3.41	c bounds - >= 151 @ 3.29928
3.34/3.41	c bounds - >= 152 @ 3.29987
3.34/3.41	c bounds - >= 153 @ 3.30044
3.34/3.41	c bounds - >= 154 @ 3.30107
3.34/3.41	c bounds - >= 155 @ 3.30165
3.34/3.42	c bounds - >= 156 @ 3.30228
3.34/3.42	c bounds - >= 157 @ 3.30293
3.34/3.42	c bounds - >= 158 @ 3.30355
3.34/3.42	c bounds - >= 159 @ 3.30413
3.34/3.42	c bounds - >= 160 @ 3.30471
3.34/3.42	c bounds - >= 161 @ 3.30528
3.34/3.42	c bounds - >= 162 @ 3.30587
3.34/3.42	c bounds - >= 163 @ 3.30646
3.34/3.42	c bounds - >= 164 @ 3.30704
3.34/3.42	c bounds - >= 165 @ 3.30766
3.34/3.42	c bounds - >= 166 @ 3.30823
3.34/3.42	c bounds - >= 167 @ 3.3088
3.34/3.42	c bounds - >= 168 @ 3.30938
3.34/3.42	c bounds - >= 169 @ 3.30995
3.34/3.42	c bounds - >= 170 @ 3.31052
3.34/3.42	c bounds - >= 171 @ 3.31116
3.34/3.42	c bounds - >= 172 @ 3.31173
3.34/3.43	c bounds - >= 173 @ 3.3123
3.34/3.43	c bounds - >= 174 @ 3.31288
3.34/3.43	c bounds - >= 175 @ 3.31344
3.34/3.43	c bounds - >= 176 @ 3.314
3.34/3.43	c bounds - >= 177 @ 3.31413
3.34/3.43	c bounds - >= 178 @ 3.31418
3.34/3.43	c bounds - >= 179 @ 3.31476
3.34/3.43	c bounds - >= 180 @ 3.31533
3.34/3.43	c bounds - >= 181 @ 3.31592
3.34/3.43	c bounds - >= 182 @ 3.3161
3.34/3.43	c bounds - >= 183 @ 3.3161
3.34/3.43	c bounds - >= 184 @ 3.31666
3.34/3.43	c bounds - >= 185 @ 3.31723
3.34/3.43	c bounds - >= 186 @ 3.31782
3.34/3.43	c bounds - >= 187 @ 3.31838
3.34/3.43	c bounds - >= 188 @ 3.31896
3.34/3.43	c bounds - >= 189 @ 3.31953
3.34/3.44	c bounds - >= 190 @ 3.3201
3.34/3.44	c bounds - >= 191 @ 3.32068
3.34/3.44	c bounds - >= 192 @ 3.32126
3.34/3.44	c bounds - >= 193 @ 3.32183
3.34/3.44	c bounds - >= 194 @ 3.32241
3.34/3.44	c bounds - >= 195 @ 3.323
3.34/3.44	c bounds - >= 196 @ 3.32308
3.34/3.44	c bounds - >= 197 @ 3.32318
3.34/3.44	c bounds - >= 198 @ 3.32375
3.34/3.44	c bounds - >= 199 @ 3.32434
3.34/3.44	c bounds - >= 200 @ 3.32492
3.34/3.44	c bounds - >= 201 @ 3.32507
3.34/3.44	c bounds - >= 202 @ 3.3251
3.34/3.44	c bounds - >= 203 @ 3.32568
3.34/3.44	c bounds - >= 204 @ 3.32627
3.34/3.44	c bounds - >= 205 @ 3.32685
3.34/3.44	c bounds - >= 206 @ 3.32743
3.34/3.45	c bounds - >= 207 @ 3.32801
3.34/3.45	c bounds - >= 208 @ 3.32859
3.34/3.45	c bounds - >= 209 @ 3.32918
3.34/3.45	c bounds - >= 210 @ 3.32977
3.34/3.45	c bounds - >= 211 @ 3.33035
3.34/3.45	c bounds - >= 212 @ 3.33093
3.34/3.45	c bounds - >= 213 @ 3.33105
3.34/3.45	c bounds - >= 214 @ 3.33114
3.34/3.45	c bounds - >= 215 @ 3.3317
3.34/3.45	c bounds - >= 216 @ 3.33227
3.34/3.45	c bounds - >= 217 @ 3.33286
3.34/3.45	c bounds - >= 218 @ 3.33345
3.34/3.45	c bounds - >= 219 @ 3.33407
3.34/3.45	c bounds - >= 220 @ 3.33465
3.34/3.45	c bounds - >= 221 @ 3.33523
3.34/3.45	c bounds - >= 222 @ 3.33581
3.34/3.45	c bounds - >= 223 @ 3.33646
3.34/3.46	c bounds - >= 224 @ 3.33705
3.34/3.46	c bounds - >= 225 @ 3.33763
3.34/3.46	c bounds - >= 226 @ 3.33822
3.34/3.46	c bounds - >= 227 @ 3.33895
3.34/3.46	c bounds - >= 228 @ 3.33902
3.34/3.46	c bounds - >= 229 @ 3.33922
3.34/3.46	c bounds - >= 230 @ 3.33979
3.34/3.46	c bounds - >= 231 @ 3.34035
3.34/3.46	c bounds - >= 232 @ 3.34091
3.34/3.46	c bounds - >= 233 @ 3.34102
3.34/3.46	c bounds - >= 234 @ 3.34102
3.34/3.46	c bounds - >= 235 @ 3.34102
3.34/3.46	c bounds - >= 236 @ 3.34122
3.34/3.46	c bounds - >= 237 @ 3.34143
3.34/3.46	c bounds - >= 238 @ 3.34173
3.34/3.46	c bounds - >= 239 @ 3.34229
3.34/3.46	c bounds - >= 240 @ 3.34286
3.34/3.47	c bounds - >= 241 @ 3.34301
3.34/3.47	c bounds - >= 242 @ 3.34301
3.34/3.47	c bounds - >= 243 @ 3.34357
3.34/3.47	c bounds - >= 244 @ 3.34415
3.34/3.47	c bounds - >= 245 @ 3.34472
3.34/3.47	c bounds - >= 246 @ 3.34528
3.34/3.47	c bounds - >= 247 @ 3.34585
3.34/3.47	c bounds - >= 248 @ 3.346
3.34/3.47	c bounds - >= 249 @ 3.346
3.34/3.47	c bounds - >= 250 @ 3.34657
3.34/3.47	c bounds - >= 251 @ 3.34713
3.34/3.47	c bounds - >= 252 @ 3.3477
3.34/3.47	c bounds - >= 253 @ 3.34827
3.34/3.47	c bounds - >= 254 @ 3.34883
3.34/3.47	c bounds - >= 255 @ 3.34899
3.34/3.47	c bounds - >= 256 @ 3.34899
3.34/3.47	c bounds - >= 257 @ 3.34956
3.34/3.48	c bounds - >= 258 @ 3.35012
3.34/3.48	c bounds - >= 259 @ 3.35069
3.34/3.48	c bounds - >= 260 @ 3.35124
3.34/3.48	c bounds - >= 261 @ 3.35181
3.34/3.48	c bounds - >= 262 @ 3.35238
3.34/3.48	c bounds - >= 263 @ 3.35294
3.34/3.48	c bounds - >= 264 @ 3.35351
3.34/3.48	c bounds - >= 265 @ 3.35407
3.34/3.48	c bounds - >= 266 @ 3.35462
3.34/3.48	c bounds - >= 267 @ 3.35518
3.34/3.48	c bounds - >= 268 @ 3.35574
3.34/3.48	c bounds - >= 269 @ 3.35631
3.34/3.48	c bounds - >= 270 @ 3.35689
3.34/3.48	c bounds - >= 271 @ 3.35697
3.34/3.48	c bounds - >= 272 @ 3.35708
3.34/3.48	c bounds - >= 273 @ 3.35766
3.34/3.48	c bounds - >= 274 @ 3.35823
3.34/3.48	c bounds - >= 275 @ 3.3588
3.34/3.49	c bounds - >= 276 @ 3.35936
3.34/3.49	c bounds - >= 277 @ 3.35995
3.34/3.49	c bounds - >= 278 @ 3.35995
3.34/3.49	c bounds - >= 279 @ 3.3601
3.34/3.49	c bounds - >= 280 @ 3.36064
3.34/3.49	c bounds - >= 281 @ 3.36118
3.34/3.49	c bounds - >= 282 @ 3.36175
3.34/3.49	c bounds - >= 283 @ 3.36231
3.34/3.49	c bounds - >= 284 @ 3.36289
3.34/3.49	c bounds - >= 285 @ 3.36295
3.34/3.49	c bounds - >= 286 @ 3.36306
3.34/3.49	c bounds - >= 287 @ 3.36361
3.34/3.49	c bounds - >= 288 @ 3.36417
3.34/3.49	c bounds - >= 289 @ 3.36472
3.34/3.49	c bounds - >= 290 @ 3.3653
3.34/3.49	c bounds - >= 291 @ 3.36585
3.34/3.49	c bounds - >= 292 @ 3.36594
3.34/3.50	c bounds - >= 293 @ 3.36598
3.44/3.50	c bounds - >= 294 @ 3.36654
3.44/3.50	c bounds - >= 295 @ 3.36709
3.44/3.50	c bounds - >= 296 @ 3.36764
3.44/3.50	c bounds - >= 297 @ 3.36818
3.44/3.50	c bounds - >= 298 @ 3.36874
3.44/3.50	c bounds - >= 299 @ 3.3693
3.44/3.50	c bounds - >= 300 @ 3.36985
3.44/3.50	c bounds - >= 301 @ 3.37041
3.44/3.50	c bounds - >= 302 @ 3.37096
3.44/3.50	c bounds - >= 303 @ 3.3715
3.44/3.50	c bounds - >= 304 @ 3.37205
3.44/3.50	c bounds - >= 305 @ 3.3726
3.44/3.50	c bounds - >= 306 @ 3.37315
3.44/3.50	c bounds - >= 307 @ 3.3737
3.44/3.50	c bounds - >= 308 @ 3.37425
3.44/3.50	c bounds - >= 309 @ 3.37478
3.44/3.50	c bounds - >= 310 @ 3.37491
3.44/3.51	c bounds - >= 311 @ 3.37491
3.44/3.51	c bounds - >= 312 @ 3.37541
3.44/3.51	c bounds - >= 313 @ 3.37596
3.44/3.51	c bounds - >= 314 @ 3.37652
3.44/3.51	c bounds - >= 315 @ 3.37707
3.44/3.51	c bounds - >= 316 @ 3.37762
3.44/3.51	c bounds - >= 317 @ 3.37817
3.44/3.51	c bounds - >= 318 @ 3.37872
3.44/3.51	c bounds - >= 319 @ 3.3789
3.44/3.51	c bounds - >= 320 @ 3.3789
3.44/3.51	c bounds - >= 321 @ 3.37938
3.44/3.51	c bounds - >= 322 @ 3.37992
3.44/3.51	c bounds - >= 323 @ 3.38046
3.44/3.51	c bounds - >= 324 @ 3.38101
3.44/3.51	c bounds - >= 325 @ 3.38157
3.44/3.51	c bounds - >= 326 @ 3.38211
3.44/3.51	c bounds - >= 327 @ 3.38266
3.44/3.51	c bounds - >= 328 @ 3.38319
3.44/3.51	c bounds - >= 329 @ 3.38372
3.44/3.52	c bounds - >= 330 @ 3.38425
3.44/3.52	c bounds - >= 331 @ 3.3848
3.44/3.52	c bounds - >= 332 @ 3.38489
3.44/3.52	c bounds - >= 333 @ 3.38489
3.44/3.52	c bounds - >= 334 @ 3.38541
3.44/3.52	c bounds - >= 335 @ 3.38592
3.44/3.52	c bounds - >= 336 @ 3.38645
3.44/3.52	c bounds - >= 337 @ 3.38699
3.44/3.52	c bounds - >= 338 @ 3.38765
3.44/3.52	c bounds - >= 339 @ 3.3882
3.44/3.52	c bounds - >= 340 @ 3.38874
3.44/3.52	c bounds - >= 341 @ 3.38887
3.44/3.52	c bounds - >= 342 @ 3.38887
3.44/3.52	c bounds - >= 343 @ 3.38937
3.44/3.52	c bounds - >= 344 @ 3.38991
3.44/3.52	c bounds - >= 345 @ 3.39046
3.44/3.52	c bounds - >= 346 @ 3.391
3.44/3.52	c bounds - >= 347 @ 3.39153
3.44/3.53	c bounds - >= 348 @ 3.39208
3.44/3.53	c bounds - >= 349 @ 3.39261
3.44/3.53	c bounds - >= 350 @ 3.39315
3.44/3.53	c bounds - >= 351 @ 3.3937
3.44/3.53	c bounds - >= 352 @ 3.39386
3.44/3.53	c bounds - >= 353 @ 3.39386
3.44/3.53	c bounds - >= 354 @ 3.39431
3.44/3.53	c bounds - >= 355 @ 3.39484
3.44/3.53	c bounds - >= 356 @ 3.39537
3.44/3.53	c bounds - >= 357 @ 3.3959
3.44/3.53	c bounds - >= 358 @ 3.39644
3.44/3.53	c bounds - >= 359 @ 3.39698
3.44/3.53	c bounds - >= 360 @ 3.39752
3.44/3.53	c bounds - >= 361 @ 3.39807
3.44/3.53	c bounds - >= 362 @ 3.39873
3.44/3.53	c bounds - >= 363 @ 3.39933
3.44/3.53	c bounds - >= 364 @ 3.39987
3.44/3.53	c bounds - >= 365 @ 3.4004
3.44/3.54	c bounds - >= 366 @ 3.40094
3.44/3.54	c bounds - >= 367 @ 3.40147
3.44/3.54	c bounds - >= 368 @ 3.40201
3.44/3.54	c bounds - >= 369 @ 3.40256
3.44/3.54	c bounds - >= 370 @ 3.40311
3.44/3.54	c bounds - >= 371 @ 3.40364
3.44/3.54	c bounds - >= 372 @ 3.40418
3.44/3.54	c bounds - >= 373 @ 3.40471
3.44/3.54	c bounds - >= 374 @ 3.40524
3.44/3.54	c bounds - >= 375 @ 3.40577
3.44/3.54	c bounds - >= 376 @ 3.40631
3.44/3.54	c bounds - >= 377 @ 3.40684
3.44/3.54	c bounds - >= 378 @ 3.40738
3.44/3.54	c bounds - >= 379 @ 3.40791
3.44/3.54	c bounds - >= 380 @ 3.40844
3.44/3.54	c bounds - >= 381 @ 3.409
3.44/3.54	c bounds - >= 382 @ 3.40953
3.44/3.54	c bounds - >= 383 @ 3.4101
3.44/3.54	c bounds - >= 384 @ 3.41065
3.44/3.55	c bounds - >= 385 @ 3.4112
3.44/3.55	c bounds - >= 386 @ 3.41173
3.44/3.55	c bounds - >= 387 @ 3.4118
3.44/3.55	c bounds - >= 388 @ 3.41203
3.44/3.55	c bounds - >= 389 @ 3.41255
3.44/3.55	c bounds - >= 390 @ 3.41306
3.44/3.55	c bounds - >= 391 @ 3.41358
3.44/3.55	c bounds - >= 392 @ 3.41411
3.44/3.55	c bounds - >= 393 @ 3.41462
3.44/3.55	c bounds - >= 394 @ 3.41515
3.44/3.55	c bounds - >= 395 @ 3.41568
3.44/3.55	c bounds - >= 396 @ 3.41579
3.44/3.55	c bounds - >= 397 @ 3.41579
3.44/3.55	c bounds - >= 398 @ 3.41579
3.44/3.55	c bounds - >= 399 @ 3.41582
3.44/3.55	c bounds - >= 400 @ 3.41635
3.44/3.55	c bounds - >= 401 @ 3.41687
3.44/3.55	c bounds - >= 402 @ 3.41741
3.44/3.56	c bounds - >= 403 @ 3.41794
3.44/3.56	c bounds - >= 404 @ 3.41847
3.44/3.56	c bounds - >= 405 @ 3.41898
3.44/3.56	c bounds - >= 406 @ 3.4195
3.44/3.56	c bounds - >= 407 @ 3.42006
3.44/3.56	c bounds - >= 408 @ 3.42059
3.44/3.56	c bounds - >= 409 @ 3.42111
3.44/3.56	c bounds - >= 410 @ 3.42173
3.44/3.56	c bounds - >= 411 @ 3.42225
3.44/3.56	c bounds - >= 412 @ 3.42276
3.44/3.56	c bounds - >= 413 @ 3.42328
3.44/3.56	c bounds - >= 414 @ 3.42382
3.44/3.56	c bounds - >= 415 @ 3.42435
3.44/3.56	c bounds - >= 416 @ 3.42488
3.44/3.56	c bounds - >= 417 @ 3.4254
3.44/3.56	c bounds - >= 418 @ 3.42593
3.44/3.56	c bounds - >= 419 @ 3.42645
3.44/3.56	c bounds - >= 420 @ 3.42697
3.44/3.56	c bounds - >= 421 @ 3.42749
3.44/3.57	c bounds - >= 422 @ 3.42802
3.44/3.57	c bounds - >= 423 @ 3.42853
3.44/3.57	c bounds - >= 424 @ 3.42906
3.44/3.57	c bounds - >= 425 @ 3.42959
3.44/3.57	c bounds - >= 426 @ 3.42975
3.44/3.57	c bounds - >= 427 @ 3.42975
3.44/3.57	c bounds - >= 428 @ 3.42975
3.44/3.57	c bounds - >= 429 @ 3.4298
3.44/3.57	c bounds - >= 430 @ 3.43033
3.44/3.57	c bounds - >= 431 @ 3.43092
3.44/3.57	c bounds - >= 432 @ 3.43145
3.44/3.57	c bounds - >= 433 @ 3.43204
3.44/3.57	c bounds - >= 434 @ 3.43256
3.44/3.57	c bounds - >= 435 @ 3.43274
3.44/3.57	c bounds - >= 436 @ 3.43274
3.44/3.57	c bounds - >= 437 @ 3.43274
3.44/3.57	c bounds - >= 438 @ 3.43274
3.44/3.57	c bounds - >= 439 @ 3.43328
3.44/3.58	c bounds - >= 440 @ 3.43381
3.44/3.58	c bounds - >= 441 @ 3.43435
3.44/3.58	c bounds - >= 442 @ 3.43499
3.44/3.58	c bounds - >= 443 @ 3.4355
3.44/3.58	c bounds - >= 444 @ 3.43604
3.44/3.58	c bounds - >= 445 @ 3.43655
3.44/3.58	c bounds - >= 446 @ 3.43708
3.44/3.58	c bounds - >= 447 @ 3.43762
3.44/3.58	c bounds - >= 448 @ 3.43773
3.44/3.58	c bounds - >= 449 @ 3.43773
3.44/3.58	c bounds - >= 450 @ 3.43773
3.44/3.58	c bounds - >= 451 @ 3.43787
3.44/3.58	c bounds - >= 452 @ 3.43834
3.44/3.58	c bounds - >= 453 @ 3.43883
3.44/3.58	c bounds - >= 454 @ 3.43932
3.44/3.58	c bounds - >= 455 @ 3.43988
3.44/3.58	c bounds - >= 456 @ 3.44037
3.44/3.58	c bounds - >= 457 @ 3.44085
3.44/3.58	c bounds - >= 458 @ 3.44135
3.44/3.59	c bounds - >= 459 @ 3.44185
3.44/3.59	c bounds - >= 460 @ 3.44235
3.44/3.59	c bounds - >= 461 @ 3.44284
3.44/3.59	c bounds - >= 462 @ 3.44334
3.44/3.59	c bounds - >= 463 @ 3.44385
3.44/3.59	c bounds - >= 464 @ 3.44436
3.44/3.59	c bounds - >= 465 @ 3.44487
3.44/3.59	c bounds - >= 466 @ 3.44544
3.44/3.59	c bounds - >= 467 @ 3.44594
3.44/3.59	c bounds - >= 468 @ 3.44644
3.44/3.59	c bounds - >= 469 @ 3.44695
3.44/3.59	c bounds - >= 470 @ 3.44754
3.44/3.59	c bounds - >= 471 @ 3.4477
3.44/3.59	c bounds - >= 472 @ 3.4477
3.44/3.59	c bounds - >= 473 @ 3.4477
3.44/3.59	c bounds - >= 474 @ 3.4477
3.44/3.59	c bounds - >= 475 @ 3.4477
3.44/3.59	c bounds - >= 476 @ 3.4477
3.44/3.59	c bounds - >= 477 @ 3.44829
3.44/3.60	c bounds - >= 478 @ 3.44881
3.54/3.60	c bounds - >= 479 @ 3.44932
3.54/3.60	c bounds - >= 480 @ 3.44991
3.54/3.60	c bounds - >= 481 @ 3.45042
3.54/3.60	c bounds - >= 482 @ 3.45103
3.54/3.60	c bounds - >= 483 @ 3.4516
3.54/3.60	c bounds - >= 484 @ 3.45168
3.54/3.60	c bounds - >= 485 @ 3.45179
3.54/3.60	c bounds - >= 486 @ 3.45227
3.54/3.60	c bounds - >= 487 @ 3.45278
3.54/3.60	c bounds - >= 488 @ 3.45325
3.54/3.60	c bounds - >= 489 @ 3.4538
3.54/3.60	c bounds - >= 490 @ 3.45427
3.54/3.60	c bounds - >= 491 @ 3.45475
3.54/3.60	c bounds - >= 492 @ 3.45524
3.54/3.60	c bounds - >= 493 @ 3.45572
3.54/3.60	c bounds - >= 494 @ 3.4563
3.54/3.60	c bounds - >= 495 @ 3.45682
3.54/3.60	c bounds - >= 496 @ 3.45739
3.54/3.61	c bounds - >= 497 @ 3.45788
3.54/3.61	c bounds - >= 498 @ 3.45839
3.54/3.61	c bounds - >= 499 @ 3.45897
3.54/3.61	c bounds - >= 500 @ 3.45953
3.54/3.61	c bounds - >= 501 @ 3.45965
3.54/3.61	c bounds - >= 502 @ 3.45965
3.54/3.61	c bounds - >= 503 @ 3.45965
3.54/3.61	c bounds - >= 504 @ 3.45965
3.54/3.61	c bounds - >= 505 @ 3.46023
3.54/3.61	c bounds - >= 506 @ 3.46071
3.54/3.61	c bounds - >= 507 @ 3.46131
3.54/3.61	c bounds - >= 508 @ 3.46181
3.54/3.61	c bounds - >= 509 @ 3.46209
3.54/3.61	c bounds - >= 510 @ 3.46232
3.54/3.61	c bounds - >= 511 @ 3.46292
3.54/3.61	c bounds - >= 512 @ 3.46352
3.54/3.61	c bounds - >= 513 @ 3.46409
3.54/3.62	c bounds - >= 514 @ 3.46482
3.54/3.62	c bounds - >= 515 @ 3.4658
3.54/3.62	c bounds - >= 516 @ 3.46657
3.54/3.62	c bounds - >= 517 @ 3.46673
3.54/3.62	c bounds - >= 518 @ 3.46765
3.54/3.62	c bounds - >= 519 @ 3.4686
3.54/3.62	c bounds - >= 520 @ 3.46894
3.54/3.62	c bounds - >= 521 @ 3.46962
3.54/3.62	c bounds - >= 522 @ 3.46982
3.54/3.63	c bounds - >= 523 @ 3.47062
3.54/3.63	c bounds - >= 524 @ 3.47074
3.54/3.63	c bounds - >= 525 @ 3.47213
3.54/3.63	c bounds - >= 526 @ 3.47261
3.54/3.63	c bounds - >= 527 @ 3.47314
3.54/3.64	c bounds - >= 528 @ 3.47476
3.54/3.64	c bounds - >= 529 @ 3.48107
3.54/3.67	c bounds - >= 530 @ 3.50619
3.64/3.74	c bounds - >= 531 @ 3.56574
3.74/3.90	c #Conflicts:       3000 | #Constraints:      10083
3.74/3.90	c bounds - >= 532 @ 3.72289
13.02/13.19	c #Conflicts:       4000 | #Constraints:      11245
13.02/13.19	c INPROCESSING
13.02/13.19	c GARBAGE COLLECT
13.02/13.19	c #Conflicts:       5000 | #Constraints:       9821
13.02/13.19	c #Conflicts:       6000 | #Constraints:      10821
13.02/13.19	c INPROCESSING
13.02/13.19	c GARBAGE COLLECT
13.02/13.19	c #Conflicts:       7000 | #Constraints:       9639
13.02/13.19	c #Conflicts:       8000 | #Constraints:      10639
13.02/13.19	c #Conflicts:       9000 | #Constraints:      11639
13.02/13.19	c INPROCESSING
13.02/13.19	c GARBAGE COLLECT
13.02/13.19	c #Conflicts:      10000 | #Constraints:      10254
13.02/13.19	c #Conflicts:      11000 | #Constraints:      11254
13.02/13.19	c #Conflicts:      12000 | #Constraints:      12254
13.02/13.19	c INPROCESSING
13.02/13.19	c GARBAGE COLLECT
13.02/13.19	c bounds - >= 533 @ 12.8532
13.81/13.90	c #Conflicts:      13000 | #Constraints:      10838
13.81/13.90	c #Conflicts:      14000 | #Constraints:      11838
13.81/13.90	c #Conflicts:      15000 | #Constraints:      12838
13.81/13.90	c INPROCESSING
13.81/13.90	c GARBAGE COLLECT
13.81/13.90	c #Conflicts:      16000 | #Constraints:      10992
13.81/13.90	c bounds - >= 534 @ 13.5453
14.02/14.14	c #Conflicts:      17000 | #Constraints:      12109
14.02/14.14	c bounds - >= 535 @ 13.7883
31.97/32.18	c #Conflicts:      18000 | #Constraints:      13226
31.97/32.18	c INPROCESSING
31.97/32.18	c GARBAGE COLLECT
31.97/32.18	c #Conflicts:      19000 | #Constraints:      11163
31.97/32.18	c #Conflicts:      20000 | #Constraints:      12163
31.97/32.18	c #Conflicts:      21000 | #Constraints:      13163
31.97/32.18	c INPROCESSING
31.97/32.18	c GARBAGE COLLECT
31.97/32.18	c #Conflicts:      22000 | #Constraints:      10921
31.97/32.18	c #Conflicts:      23000 | #Constraints:      11921
31.97/32.18	c #Conflicts:      24000 | #Constraints:      12921
31.97/32.18	c #Conflicts:      25000 | #Constraints:      13921
31.97/32.18	c INPROCESSING
31.97/32.18	c GARBAGE COLLECT
31.97/32.18	c rational objective 665.667
34.35/35.39	c #Conflicts:      26000 | #Constraints:      11497
34.35/35.39	c #Conflicts:      27000 | #Constraints:      12497
34.35/35.39	c #Conflicts:      28000 | #Constraints:      13497
34.35/35.39	c #Conflicts:      29000 | #Constraints:      14497
34.35/35.39	c INPROCESSING
34.35/35.39	c GARBAGE COLLECT
34.35/35.39	c #Conflicts:      30000 | #Constraints:      11877
34.35/35.39	c bounds - >= 536 @ 33.9613
51.11/52.18	c #Conflicts:      31000 | #Constraints:      12982
51.11/52.18	c #Conflicts:      32000 | #Constraints:      13982
51.11/52.18	c #Conflicts:      33000 | #Constraints:      14982
51.11/52.18	c INPROCESSING
51.11/52.18	c GARBAGE COLLECT
51.11/52.18	c #Conflicts:      34000 | #Constraints:      12127
51.11/52.18	c #Conflicts:      35000 | #Constraints:      13127
51.11/52.18	c #Conflicts:      36000 | #Constraints:      14127
51.11/52.18	c #Conflicts:      37000 | #Constraints:      15127
51.11/52.18	c INPROCESSING
51.11/52.18	c GARBAGE COLLECT
51.11/52.18	c #Conflicts:      38000 | #Constraints:      12141
51.11/52.18	c #Conflicts:      39000 | #Constraints:      13141
51.11/52.18	c #Conflicts:      40000 | #Constraints:      14141
51.11/52.18	c #Conflicts:      41000 | #Constraints:      15141
51.11/52.18	c INPROCESSING
51.11/52.18	c GARBAGE COLLECT
51.11/52.18	c rational objective 666
60.69/61.71	c #Conflicts:      42000 | #Constraints:      11957
60.69/61.71	c #Conflicts:      43000 | #Constraints:      12957
60.69/61.71	c #Conflicts:      44000 | #Constraints:      13957
60.69/61.71	c #Conflicts:      45000 | #Constraints:      14957
60.69/61.71	c #Conflicts:      46000 | #Constraints:      15957
60.69/61.71	c INPROCESSING
60.69/61.71	c GARBAGE COLLECT
60.69/61.71	c #Conflicts:      47000 | #Constraints:      12534
60.69/61.71	c #Conflicts:      48000 | #Constraints:      13534
60.69/61.71	c #Conflicts:      49000 | #Constraints:      14534
60.69/61.71	c bounds - >= 537 @ 59.9485
63.88/64.95	c #Conflicts:      50000 | #Constraints:      15630
63.88/64.95	c #Conflicts:      51000 | #Constraints:      16630
63.88/64.95	c INPROCESSING
63.88/64.95	c GARBAGE COLLECT
63.88/64.95	c #Conflicts:      52000 | #Constraints:      13016
63.88/64.95	c #Conflicts:      53000 | #Constraints:      14016
63.88/64.95	c #Conflicts:      54000 | #Constraints:      15016
63.88/64.95	c #Conflicts:      55000 | #Constraints:      16016
63.88/64.95	c #Conflicts:      56000 | #Constraints:      17016
63.88/64.95	c INPROCESSING
63.88/64.95	c GARBAGE COLLECT
63.88/64.95	c #Conflicts:      57000 | #Constraints:      13200
63.88/64.95	c #Conflicts:      58000 | #Constraints:      14200
63.88/64.95	c #Conflicts:      59000 | #Constraints:      15200
63.88/64.95	c #Conflicts:      60000 | #Constraints:      16200
63.88/64.95	WSVECS04 Frhs2[477]: 6 -1.00008 0 shouldn't be
63.88/64.95	WSVECS04 Frhs2[496]: 6 -1.00005 0 shouldn't be
63.88/64.95	WSVECS04 Frhs2[563]: 6 -1.00004 0 shouldn't be
63.88/64.95	WSVECS04 Frhs2[766]: 6 -1.00006 0 shouldn't be
63.88/64.95	WSVECS04 Frhs2[872]: 6 -1.00006 0 shouldn't be
63.88/64.95	WSVECS04 Frhs2[1177]: 6 -1.00004 0 shouldn't be
63.88/64.95	WSVECS04 Frhs2[1257]: 6 -1.00002 0 shouldn't be
64.37/65.44	WSVECS04 Frhs2[331]: 6 -1.00003 0 shouldn't be
64.37/65.44	WSVECS04 Frhs2[429]: 6 -1.00009 0 shouldn't be
64.37/65.44	WSVECS04 Frhs2[489]: 6 -1.00003 0 shouldn't be
64.37/65.44	WSVECS04 Frhs2[589]: 6 -1.00008 0 shouldn't be
64.37/65.44	WSVECS04 Frhs2[594]: 6 -1.00006 0 shouldn't be
64.37/65.44	WSVECS04 Frhs2[724]: 6 -1.00002 0 shouldn't be
64.37/65.44	WSVECS04 Frhs2[867]: 6 -1.00005 0 shouldn't be
64.37/65.44	WSVECS04 Frhs2[981]: 6 -1.00006 0 shouldn't be
64.37/65.44	WSVECS04 Frhs2[1000]: 6 -1.00003 0 shouldn't be
64.37/65.44	WSVECS04 Frhs2[1173]: 6 -1.00005 0 shouldn't be
64.37/65.44	WSVECS04 Frhs2[1230]: 6 -1.00003 0 shouldn't be
64.37/65.44	WSVECS04 Frhs2[1391]: 6 -1.00004 0 shouldn't be
64.37/65.44	WSVECS04 Frhs2[1484]: 6 -1.00008 0 shouldn't be
64.37/65.44	WSVECS04 Frhs2[1760]: 6 -1.00004 0 shouldn't be
64.37/65.44	WSVECS04 Frhs2[1949]: 6 -1.00003 0 shouldn't be
64.88/65.91	WSVECS04 Frhs2[32]: 6 -1.00007 0 shouldn't be
64.88/65.91	WSVECS04 Frhs2[71]: 6 -1.00001 0 shouldn't be
64.88/65.91	WSVECS04 Frhs2[506]: 6 -1.00001 0 shouldn't be
64.88/65.91	WSVECS04 Frhs2[870]: 6 -1.00006 0 shouldn't be
64.88/65.91	WSVECS04 Frhs2[1952]: 6 -1.00005 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[44]: 6 -1.00003 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[94]: 6 -1.00005 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[97]: 6 -1.00007 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[100]: 6 -1.00007 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[231]: 6 -1.00003 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[292]: 6 -1.00005 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[330]: 6 -1.00008 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[338]: 6 -1.00008 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[407]: 6 -1.00002 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[436]: 6 -1.00007 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[462]: 6 -1.00005 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[475]: 6 -1.00002 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[522]: 6 -1.00008 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[557]: 6 -1.00002 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[701]: 6 -1.00005 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[769]: 6 -1.00005 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[777]: 6 -1.00002 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[833]: 6 -1.00006 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[888]: 6 -1.00007 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[950]: 6 -1.0001 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[959]: 6 -1.00003 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[974]: 6 -1.00007 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[1019]: 6 -1.00006 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[1053]: 6 -1.00004 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[1167]: 6 -1.00008 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[1171]: 6 -1.00006 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[1285]: 6 -1.00007 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[1287]: 6 -1.00006 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[1315]: 6 -1.00005 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[1346]: 6 -1.00008 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[1359]: 6 -1.0001 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[1580]: 6 -1.00009 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[1632]: 6 -1.00003 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[1660]: 6 -1.00007 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[1835]: 6 -1.00004 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[1897]: 6 -1.00005 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[1904]: 6 -1.00001 0 shouldn't be
65.37/66.40	WSVECS04 Frhs2[1960]: 6 -1.00001 0 shouldn't be
66.27/67.39	WSVECS04 Frhs2[154]: 6 -1.00003 0 shouldn't be
66.27/67.39	WSVECS04 Frhs2[238]: 6 -1.00006 0 shouldn't be
66.27/67.39	WSVECS04 Frhs2[473]: 6 -1.0001 0 shouldn't be
66.27/67.39	WSVECS04 Frhs2[810]: 6 -1.00003 0 shouldn't be
66.27/67.39	WSVECS04 Frhs2[859]: 6 -1.00001 0 shouldn't be
66.27/67.39	WSVECS04 Frhs2[884]: 6 -1.00003 0 shouldn't be
66.27/67.39	WSVECS04 Frhs2[1045]: 6 -1.0001 0 shouldn't be
66.27/67.39	WSVECS04 Frhs2[1362]: 6 -1.00005 0 shouldn't be
66.27/67.39	WSVECS04 Frhs2[1415]: 6 -1.00003 0 shouldn't be
66.27/67.39	WSVECS04 Frhs2[1506]: 6 -1.00009 0 shouldn't be
66.27/67.39	WSVECS04 Frhs2[1613]: 6 -1.00009 0 shouldn't be
67.07/68.19	WSVECS04 Frhs2[246]: 6 -1.00009 0 shouldn't be
67.07/68.19	WSVECS04 Frhs2[613]: 6 -1.00007 0 shouldn't be
67.07/68.19	WSVECS04 Frhs2[667]: 6 -1.00008 0 shouldn't be
67.07/68.19	WSVECS04 Frhs2[1094]: 6 -1.00009 0 shouldn't be
67.07/68.19	WSVECS04 Frhs2[1116]: 6 -1.00005 0 shouldn't be
67.07/68.19	WSVECS04 Frhs2[1146]: 6 -1.00005 0 shouldn't be
67.07/68.19	WSVECS04 Frhs2[1428]: 6 -1.00002 0 shouldn't be
67.07/68.19	WSVECS04 Frhs2[1755]: 6 -1.00005 0 shouldn't be
67.07/68.19	WSVECS04 Frhs2[1767]: 6 -1.00004 0 shouldn't be
67.07/68.19	WSVECS04 Frhs2[1770]: 6 -1.00003 0 shouldn't be
67.07/68.19	WSVECS04 Frhs2[1842]: 6 -1.00002 0 shouldn't be
67.07/68.19	WSVECS04 Frhs2[1902]: 6 -1.00004 0 shouldn't be
67.87/68.97	WSVECS04 Frhs2[379]: 6 -1.00008 0 shouldn't be
67.87/68.97	WSVECS04 Frhs2[1110]: 6 -1.00007 0 shouldn't be
67.87/68.97	WSVECS04 Frhs2[1381]: 6 -1.00002 0 shouldn't be
69.07/70.16	WSVECS04 Frhs2[665]: 6 -1.00008 0 shouldn't be
73.55/74.62	c #Conflicts:      61000 | #Constraints:      17200
73.55/74.62	c INPROCESSING
73.55/74.62	c GARBAGE COLLECT
73.55/74.62	c #Conflicts:      62000 | #Constraints:      13200
73.55/74.62	c #Conflicts:      63000 | #Constraints:      14200
73.55/74.62	c #Conflicts:      64000 | #Constraints:      15200
73.55/74.62	c #Conflicts:      65000 | #Constraints:      16200
73.55/74.62	c #Conflicts:      66000 | #Constraints:      17200
73.55/74.62	c INPROCESSING
73.55/74.62	c GARBAGE COLLECT
73.55/74.62	WSVECS04 Frhs2[27]: 6 0 1.00004 shouldn't be
73.55/74.62	WSVECS04 Frhs2[35]: 6 0 6.00009 shouldn't be
73.55/74.62	WSVECS04 Frhs2[38]: 6 0 1.00002 shouldn't be
73.55/74.62	WSVECS04 Frhs2[51]: 6 0 4.00008 shouldn't be
73.55/74.62	WSVECS04 Frhs2[74]: 6 0 5.00007 shouldn't be
73.55/74.62	WSVECS04 Frhs2[97]: 6 -13 0 shouldn't be
73.55/74.62	WSVECS04 Frhs2[102]: 6 0 0.500028 shouldn't be
73.55/74.62	WSVECS04 Frhs2[168]: 6 0 3.00001 shouldn't be
73.55/74.62	WSVECS04 Frhs2[217]: 6 0 1.00003 shouldn't be
73.55/74.62	WSVECS04 Frhs2[225]: 6 0 9.50006 shouldn't be
73.55/74.62	WSVECS04 Frhs2[229]: 6 0 3.00007 shouldn't be
73.55/74.62	WSVECS04 Frhs2[230]: 6 0 5.00003 shouldn't be
73.55/74.62	WSVECS04 Frhs2[234]: 6 0 2.00008 shouldn't be
73.55/74.62	WSVECS04 Frhs2[268]: 6 -1.00007 0 shouldn't be
73.55/74.62	WSVECS04 Frhs2[271]: 6 0 1.00004 shouldn't be
73.55/74.62	WSVECS04 Frhs2[314]: 6 0 2.00009 shouldn't be
73.55/74.62	WSVECS04 Frhs2[321]: 6 0 4.00007 shouldn't be
73.55/74.62	WSVECS04 Frhs2[344]: 6 0 1.00005 shouldn't be
73.55/74.62	WSVECS04 Frhs2[369]: 6 0 2.00006 shouldn't be
73.55/74.62	WSVECS04 Frhs2[457]: 6 0 12 shouldn't be
73.55/74.62	WSVECS04 Frhs2[469]: 6 0 2.00007 shouldn't be
73.55/74.62	WSVECS04 Frhs2[511]: 6 0 3.00009 shouldn't be
73.55/74.62	WSVECS04 Frhs2[552]: 6 0 11 shouldn't be
73.55/74.62	WSVECS04 Frhs2[568]: 6 0 1.00004 shouldn't be
73.55/74.62	WSVECS04 Frhs2[637]: 6 0 1.00008 shouldn't be
73.55/74.62	WSVECS04 Frhs2[668]: 6 0 1.00004 shouldn't be
73.55/74.62	WSVECS04 Frhs2[698]: 6 0 10.0001 shouldn't be
73.55/74.62	WSVECS04 Frhs2[757]: 6 0 6.00001 shouldn't be
73.55/74.62	WSVECS04 Frhs2[760]: 6 0 5.00003 shouldn't be
73.55/74.62	WSVECS04 Frhs2[804]: 6 0 1.00003 shouldn't be
73.55/74.62	WSVECS04 Frhs2[871]: 6 0 11.0001 shouldn't be
73.55/74.62	WSVECS04 Frhs2[874]: 6 -3.00004 0 shouldn't be
73.55/74.62	WSVECS04 Frhs2[948]: 6 0 1.00005 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1009]: 6 0 1.00002 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1042]: 6 0 2.00003 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1064]: 6 0 16.5 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1092]: 6 0 1.00003 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1142]: 6 0 1.00005 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1148]: 6 0 1.00004 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1164]: 6 0 8.00007 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1204]: 6 -2.00007 0 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1206]: 6 0 7.50004 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1259]: 6 0 1.00003 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1298]: 6 0 2.00007 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1322]: 6 -2.00004 0 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1344]: 6 0 1.00001 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1360]: 6 0 1.00009 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1361]: 6 0 2.00005 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1375]: 6 0 3.00005 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1377]: 6 0 6.00003 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1433]: 6 0 5.00003 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1488]: 6 0 1.00004 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1489]: 6 0 8.00003 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1494]: 6 0 1.00005 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1522]: 6 0 13.5 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1568]: 6 0 6.50008 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1593]: 6 -1.00009 0 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1600]: 6 0 2.00002 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1653]: 6 0 6.00008 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1676]: 6 0 1.00001 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1678]: 6 0 2.00003 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1732]: 6 0 1.00004 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1782]: 6 0 1.00004 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1797]: 6 0 4.00008 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1826]: 6 0 3.00007 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1857]: 6 0 2.00006 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1902]: 6 -2.00006 0 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1917]: 6 0 17.5001 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1959]: 6 0 1.00004 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1962]: 6 0 1.00007 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1974]: 6 0 2.00006 shouldn't be
73.55/74.62	WSVECS04 Frhs2[1997]: 6 0 2.50007 shouldn't be
74.15/75.20	WSVECS04 Frhs2[94]: 6 0 2.00006 shouldn't be
74.15/75.20	WSVECS04 Frhs2[157]: 6 0 14.5 shouldn't be
74.15/75.20	WSVECS04 Frhs2[193]: 6 0 4.00008 shouldn't be
74.15/75.20	WSVECS04 Frhs2[209]: 6 0 11.5 shouldn't be
74.15/75.20	WSVECS04 Frhs2[278]: 6 0 1.00009 shouldn't be
74.15/75.20	WSVECS04 Frhs2[403]: 6 0 1.00008 shouldn't be
74.15/75.20	WSVECS04 Frhs2[482]: 6 0 6.00008 shouldn't be
74.15/75.20	WSVECS04 Frhs2[613]: 6 0 9.00009 shouldn't be
74.15/75.20	WSVECS04 Frhs2[651]: 6 0 10.0001 shouldn't be
74.15/75.20	WSVECS04 Frhs2[656]: 6 0 2.00006 shouldn't be
74.15/75.20	WSVECS04 Frhs2[661]: 6 0 26.0001 shouldn't be
74.15/75.20	WSVECS04 Frhs2[694]: 6 0 23.5 shouldn't be
74.15/75.20	WSVECS04 Frhs2[729]: 6 0 5.00006 shouldn't be
74.15/75.20	WSVECS04 Frhs2[730]: 6 -1.0001 0 shouldn't be
74.15/75.20	WSVECS04 Frhs2[770]: 6 0 1.00006 shouldn't be
74.15/75.20	WSVECS04 Frhs2[775]: 6 0 1.00008 shouldn't be
74.15/75.20	WSVECS04 Frhs2[794]: 6 0 1.00007 shouldn't be
74.15/75.20	WSVECS04 Frhs2[917]: 6 0 22.5001 shouldn't be
74.15/75.20	WSVECS04 Frhs2[1173]: 6 0 3.00009 shouldn't be
74.15/75.20	WSVECS04 Frhs2[1180]: 6 0 3.00007 shouldn't be
74.15/75.20	WSVECS04 Frhs2[1406]: 6 0 2.00002 shouldn't be
74.15/75.20	WSVECS04 Frhs2[1432]: 6 0 6.00003 shouldn't be
74.15/75.20	WSVECS04 Frhs2[1461]: 6 0 9.00004 shouldn't be
74.15/75.20	WSVECS04 Frhs2[1577]: 6 0 1.00007 shouldn't be
74.15/75.20	WSVECS04 Frhs2[1606]: 6 0 10.0001 shouldn't be
74.15/75.20	WSVECS04 Frhs2[1645]: 6 0 9.00004 shouldn't be
74.15/75.20	WSVECS04 Frhs2[1772]: 6 0 26 shouldn't be
74.15/75.20	WSVECS04 Frhs2[1781]: 6 -1.00006 0 shouldn't be
74.15/75.20	WSVECS04 Frhs2[1824]: 6 -1.00001 0 shouldn't be
74.15/75.20	WSVECS04 Frhs2[1825]: 6 0 6.00003 shouldn't be
74.15/75.20	WSVECS04 Frhs2[1865]: 6 -2.00007 0 shouldn't be
74.15/75.20	WSVECS04 Frhs2[1876]: 6 0 21.5 shouldn't be
74.15/75.20	WSVECS04 Frhs2[1922]: 6 0 9.00007 shouldn't be
74.65/75.73	WSVECS04 Frhs2[18]: 6 0 17 shouldn't be
74.65/75.73	WSVECS04 Frhs2[359]: 6 0 1.00009 shouldn't be
74.65/75.73	WSVECS04 Frhs2[376]: 6 0 24.5 shouldn't be
74.65/75.73	WSVECS04 Frhs2[394]: 6 0 12.5001 shouldn't be
74.65/75.73	WSVECS04 Frhs2[418]: 6 -1.00003 0 shouldn't be
74.65/75.73	WSVECS04 Frhs2[509]: 6 -1.00006 0 shouldn't be
74.65/75.73	WSVECS04 Frhs2[590]: 6 0 1.00009 shouldn't be
74.65/75.73	WSVECS04 Frhs2[680]: 6 0 28 shouldn't be
74.65/75.73	WSVECS04 Frhs2[700]: 6 0 27.5 shouldn't be
74.65/75.73	WSVECS04 Frhs2[1335]: 6 0 2.00007 shouldn't be
74.65/75.73	WSVECS04 Frhs2[1358]: 6 0 23 shouldn't be
74.65/75.73	WSVECS04 Frhs2[1808]: 6 -1.00008 0 shouldn't be
74.65/75.73	WSVECS04 Frhs2[1866]: 6 0 67.5001 shouldn't be
75.15/76.27	WSVECS04 Frhs2[799]: 6 0 1.00001 shouldn't be
75.15/76.27	WSVECS04 Frhs2[877]: 6 0 2.00005 shouldn't be
75.15/76.27	WSVECS04 Frhs2[1099]: 6 0 6.00009 shouldn't be
75.15/76.27	WSVECS04 Frhs2[1131]: 6 0 9.00005 shouldn't be
75.15/76.27	WSVECS04 Frhs2[1196]: 6 -41.0001 0 shouldn't be
75.15/76.27	WSVECS04 Frhs2[1911]: 6 0 3.00008 shouldn't be
75.64/76.79	WSVECS04 Frhs2[336]: 6 0 1.00004 shouldn't be
75.64/76.79	WSVECS04 Frhs2[950]: 6 -1.00003 0 shouldn't be
75.64/76.79	WSVECS04 Frhs2[1823]: 6 0 0.50006 shouldn't be
75.64/76.79	WSVECS04 Frhs2[1841]: 6 0 1.00005 shouldn't be
76.64/77.73	WSVECS04 Frhs2[160]: 6 0 7.5001 shouldn't be
76.64/77.73	WSVECS04 Frhs2[213]: 6 0 12.0001 shouldn't be
76.64/77.73	WSVECS04 Frhs2[553]: 6 0 1.00004 shouldn't be
76.64/77.73	WSVECS04 Frhs2[652]: 6 -1.00001 0 shouldn't be
76.64/77.73	WSVECS04 Frhs2[1312]: 6 -1.00004 0 shouldn't be
76.64/77.73	WSVECS04 Frhs2[1431]: 6 -8.00002 0 shouldn't be
76.64/77.73	WSVECS04 Frhs2[1718]: 6 0 6.00008 shouldn't be
77.54/78.66	WSVECS04 Frhs2[964]: 6 0 3.00002 shouldn't be
77.54/78.66	WSVECS04 Frhs2[1095]: 6 0 1.00007 shouldn't be
77.54/78.66	WSVECS04 Frhs2[1163]: 6 0 1.0001 shouldn't be
77.54/78.66	WSVECS04 Frhs2[1260]: 6 0 1.00002 shouldn't be
77.54/78.66	WSVECS04 Frhs2[1379]: 6 0 4.00008 shouldn't be
77.54/78.66	WSVECS04 Frhs2[1483]: 6 0 79.5 shouldn't be
77.54/78.66	WSVECS04 Frhs2[1861]: 6 0 4.00005 shouldn't be
77.54/78.66	WSVECS04 Frhs2[1895]: 6 0 12.5 shouldn't be
77.54/78.66	WSVECS04 Frhs2[1927]: 6 0 29.5 shouldn't be
78.15/79.24	WSVECS04 Frhs2[773]: 6 0 8.00006 shouldn't be
78.15/79.24	WSVECS04 Frhs2[1275]: 6 0 1.00009 shouldn't be
78.15/79.24	WSVECS04 Frhs2[1449]: 6 0 29.5 shouldn't be
78.15/79.24	WSVECS04 Frhs2[1806]: 6 0 26.5 shouldn't be
78.54/79.64	WSVECS04 Frhs2[807]: 6 0 1.00004 shouldn't be
78.95/80.07	WSVECS04 Frhs2[30]: 6 0 2.00006 shouldn't be
78.95/80.07	WSVECS04 Frhs2[249]: 6 0 27.5 shouldn't be
79.54/80.60	WSVECS04 Frhs2[1339]: 6 0 1.00006 shouldn't be
97.64/101.07	c #Conflicts:      67000 | #Constraints:      12993
97.64/101.07	c #Conflicts:      68000 | #Constraints:      13993
97.64/101.07	c #Conflicts:      69000 | #Constraints:      14993
97.64/101.07	c #Conflicts:      70000 | #Constraints:      15993
97.64/101.07	c #Conflicts:      71000 | #Constraints:      16993
97.64/101.07	c #Conflicts:      72000 | #Constraints:      17993
97.64/101.07	c INPROCESSING
97.64/101.07	c GARBAGE COLLECT
97.64/101.07	c #Conflicts:      73000 | #Constraints:      13562
97.64/101.07	c #Conflicts:      74000 | #Constraints:      14562
97.64/101.07	c #Conflicts:      75000 | #Constraints:      15562
97.64/101.07	c #Conflicts:      76000 | #Constraints:      16562
97.64/101.07	c #Conflicts:      77000 | #Constraints:      17562
97.64/101.07	c #Conflicts:      78000 | #Constraints:      18562
97.64/101.07	c INPROCESSING
97.64/101.07	c GARBAGE COLLECT
97.64/101.07	c #Conflicts:      79000 | #Constraints:      13963
97.64/101.07	c #Conflicts:      80000 | #Constraints:      14963
97.64/101.07	c #Conflicts:      81000 | #Constraints:      15963
97.64/101.07	c #Conflicts:      82000 | #Constraints:      16963
97.64/101.07	c #Conflicts:      83000 | #Constraints:      17963
97.64/101.07	c #Conflicts:      84000 | #Constraints:      18963
97.64/101.07	c INPROCESSING
97.64/101.07	c GARBAGE COLLECT
97.64/101.07	c #Conflicts:      85000 | #Constraints:      14172
97.64/101.07	c #Conflicts:      86000 | #Constraints:      15172
97.64/101.07	c #Conflicts:      87000 | #Constraints:      16172
97.64/101.07	c #Conflicts:      88000 | #Constraints:      17172
97.64/101.07	c #Conflicts:      89000 | #Constraints:      18172
97.64/101.07	c #Conflicts:      90000 | #Constraints:      19172
97.64/101.07	c INPROCESSING
97.64/101.07	c GARBAGE COLLECT
97.64/101.07	c #Conflicts:      91000 | #Constraints:      14211
97.64/101.07	c #Conflicts:      92000 | #Constraints:      15211
97.64/101.07	WSVECS04 Frhs2[31]: 6 0 13 shouldn't be
97.64/101.07	WSVECS04 Frhs2[80]: 6 0 2.00009 shouldn't be
97.64/101.07	WSVECS04 Frhs2[100]: 6 0 1.00009 shouldn't be
97.64/101.07	WSVECS04 Frhs2[131]: 6 -5.00004 0 shouldn't be
97.64/101.07	WSVECS04 Frhs2[132]: 6 0 1.00005 shouldn't be
97.64/101.07	WSVECS04 Frhs2[141]: 6 0 4.35563 shouldn't be
97.64/101.07	WSVECS04 Frhs2[168]: 6 0 4.00008 shouldn't be
97.64/101.07	WSVECS04 Frhs2[190]: 6 0 4.00003 shouldn't be
97.64/101.07	WSVECS04 Frhs2[214]: 6 0 2.00008 shouldn't be
97.64/101.07	WSVECS04 Frhs2[266]: 6 0 4.32231 shouldn't be
97.64/101.07	WSVECS04 Frhs2[291]: 6 0 7.00004 shouldn't be
97.64/101.07	WSVECS04 Frhs2[298]: 6 0 3.00002 shouldn't be
97.64/101.07	WSVECS04 Frhs2[306]: 6 0 7.00009 shouldn't be
97.64/101.07	WSVECS04 Frhs2[307]: 6 0 4.00009 shouldn't be
97.64/101.07	WSVECS04 Frhs2[315]: 6 -4.00005 0 shouldn't be
97.64/101.07	WSVECS04 Frhs2[344]: 6 0 2.00008 shouldn't be
97.64/101.07	WSVECS04 Frhs2[368]: 6 0 1.00004 shouldn't be
97.64/101.07	WSVECS04 Frhs2[377]: 6 0 1.00002 shouldn't be
97.64/101.07	WSVECS04 Frhs2[392]: 6 -1.00008 0 shouldn't be
97.64/101.07	WSVECS04 Frhs2[445]: 6 -5.50005 0 shouldn't be
97.64/101.07	WSVECS04 Frhs2[495]: 6 0 2.00002 shouldn't be
97.64/101.07	WSVECS04 Frhs2[553]: 6 0 1.00002 shouldn't be
97.64/101.07	WSVECS04 Frhs2[563]: 6 0 2.00008 shouldn't be
97.64/101.07	WSVECS04 Frhs2[570]: 6 0 1.00009 shouldn't be
97.64/101.07	WSVECS04 Frhs2[571]: 6 0 14 shouldn't be
97.64/101.07	WSVECS04 Frhs2[574]: 6 0 4.00002 shouldn't be
97.64/101.07	WSVECS04 Frhs2[618]: 6 -1.35562 0 shouldn't be
97.64/101.07	WSVECS04 Frhs2[652]: 6 0 1.00008 shouldn't be
97.64/101.07	WSVECS04 Frhs2[670]: 6 0 2.00003 shouldn't be
97.64/101.07	WSVECS04 Frhs2[687]: 6 0 5.00001 shouldn't be
97.64/101.07	WSVECS04 Frhs2[693]: 6 0 1.00003 shouldn't be
97.64/101.07	WSVECS04 Frhs2[697]: 6 0 6.00009 shouldn't be
97.64/101.07	WSVECS04 Frhs2[723]: 6 0 1.00006 shouldn't be
97.64/101.07	WSVECS04 Frhs2[728]: 6 0 14.0001 shouldn't be
97.64/101.07	WSVECS04 Frhs2[812]: 6 0 1.00005 shouldn't be
97.64/101.07	WSVECS04 Frhs2[847]: 6 0 10 shouldn't be
97.64/101.07	WSVECS04 Frhs2[905]: 6 0 9.00009 shouldn't be
97.64/101.07	WSVECS04 Frhs2[934]: 6 0 1.00007 shouldn't be
97.64/101.07	WSVECS04 Frhs2[935]: 6 0 1.00006 shouldn't be
97.64/101.07	WSVECS04 Frhs2[941]: 6 0 2.00004 shouldn't be
97.64/101.07	WSVECS04 Frhs2[947]: 6 0 2.00003 shouldn't be
97.64/101.07	WSVECS04 Frhs2[974]: 6 0 3.00005 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1058]: 6 0 1.00003 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1097]: 6 0 1.00004 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1101]: 6 0 2.00005 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1128]: 6 0 1.0001 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1129]: 6 0 2.00002 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1300]: 6 0 0.322263 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1316]: 6 0 1.00007 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1325]: 6 0 6.00006 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1347]: 6 -4.00002 0 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1361]: 6 0 1.00008 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1362]: 6 0 5.00001 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1403]: 6 0 1.00005 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1420]: 6 -4.00002 0 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1427]: 6 0 1.00006 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1450]: 6 0 2.00008 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1603]: 6 0 5.0001 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1636]: 6 0 3.00003 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1643]: 6 0 4.00002 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1677]: 6 0 2.00006 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1687]: 6 0 3.00005 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1689]: 6 0 1.00002 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1709]: 6 0 3.00007 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1803]: 6 0 1.00002 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1822]: 6 0 4.00002 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1856]: 6 0 1.00002 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1863]: 6 0 1.00009 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1876]: 6 0 1.00001 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1919]: 6 0 2.00007 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1949]: 6 0 3.00003 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1996]: 6 0 6.00005 shouldn't be
97.64/101.07	WSVECS04 Frhs2[1998]: 6 0 7.00006 shouldn't be
98.04/101.46	WSVECS04 Frhs2[28]: 6 0 9.00006 shouldn't be
98.04/101.46	WSVECS04 Frhs2[45]: 6 0 1.00005 shouldn't be
98.04/101.46	WSVECS04 Frhs2[133]: 6 0 1.00005 shouldn't be
98.04/101.46	WSVECS04 Frhs2[176]: 6 0 5.00005 shouldn't be
98.04/101.46	WSVECS04 Frhs2[183]: 6 0 2.00008 shouldn't be
98.04/101.46	WSVECS04 Frhs2[191]: 6 0 2.00002 shouldn't be
98.04/101.46	WSVECS04 Frhs2[203]: 6 0 24.4111 shouldn't be
98.04/101.46	WSVECS04 Frhs2[228]: 6 0 9.35563 shouldn't be
98.04/101.46	WSVECS04 Frhs2[564]: 6 -1.00002 0 shouldn't be
98.04/101.46	WSVECS04 Frhs2[587]: 6 -2.0001 0 shouldn't be
98.04/101.46	WSVECS04 Frhs2[865]: 6 0 4.00006 shouldn't be
98.04/101.46	WSVECS04 Frhs2[909]: 6 -3.00007 0 shouldn't be
98.04/101.46	WSVECS04 Frhs2[1148]: 6 -3.00009 0 shouldn't be
98.04/101.46	WSVECS04 Frhs2[1168]: 6 0 17.089 shouldn't be
98.04/101.46	WSVECS04 Frhs2[1220]: 6 0 2.00003 shouldn't be
98.04/101.46	WSVECS04 Frhs2[1252]: 6 -7.35562 0 shouldn't be
98.04/101.46	WSVECS04 Frhs2[1344]: 6 0 1.00007 shouldn't be
98.04/101.46	WSVECS04 Frhs2[1366]: 6 0 14.089 shouldn't be
98.04/101.46	WSVECS04 Frhs2[1422]: 6 0 2.35565 shouldn't be
98.04/101.46	WSVECS04 Frhs2[1423]: 6 0 1.0001 shouldn't be
98.04/101.46	WSVECS04 Frhs2[1495]: 6 0 9.35558 shouldn't be
98.04/101.46	WSVECS04 Frhs2[1500]: 6 -6.00003 0 shouldn't be
98.04/101.46	WSVECS04 Frhs2[1625]: 6 0 1.00004 shouldn't be
98.04/101.46	WSVECS04 Frhs2[1766]: 6 0 4.00008 shouldn't be
98.04/101.46	WSVECS04 Frhs2[1768]: 6 0 2.00003 shouldn't be
98.04/101.46	WSVECS04 Frhs2[1777]: 6 0 3.00006 shouldn't be
98.04/101.46	WSVECS04 Frhs2[1824]: 6 0 3.0001 shouldn't be
98.04/101.46	WSVECS04 Frhs2[1914]: 6 0 1.00008 shouldn't be
98.04/101.46	WSVECS04 Frhs2[1922]: 6 0 17.089 shouldn't be
98.04/101.46	WSVECS04 Frhs2[1939]: 6 0 1.00004 shouldn't be
98.54/101.91	WSVECS04 Frhs2[278]: 6 0 1.00005 shouldn't be
98.54/101.91	WSVECS04 Frhs2[333]: 6 0 11.0556 shouldn't be
98.54/101.91	WSVECS04 Frhs2[388]: 6 -1.00006 0 shouldn't be
98.54/101.91	WSVECS04 Frhs2[436]: 6 0 6.00007 shouldn't be
98.54/101.91	WSVECS04 Frhs2[441]: 6 0 2.00003 shouldn't be
98.54/101.91	WSVECS04 Frhs2[550]: 6 0 3.0001 shouldn't be
98.54/101.91	WSVECS04 Frhs2[1000]: 6 0 1.00004 shouldn't be
98.54/101.91	WSVECS04 Frhs2[1219]: 6 -1.00001 0 shouldn't be
98.54/101.91	WSVECS04 Frhs2[1329]: 6 0 4.00005 shouldn't be
98.54/101.91	WSVECS04 Frhs2[1559]: 6 0 14.0001 shouldn't be
98.54/101.91	WSVECS04 Frhs2[1621]: 6 0 1.00002 shouldn't be
98.54/101.91	WSVECS04 Frhs2[1710]: 6 -8.0556 0 shouldn't be
98.54/101.91	WSVECS04 Frhs2[1790]: 6 0 2.00008 shouldn't be
98.94/102.37	WSVECS04 Frhs2[376]: 6 0 6.00008 shouldn't be
98.94/102.37	WSVECS04 Frhs2[400]: 6 0 8.08895 shouldn't be
98.94/102.37	WSVECS04 Frhs2[413]: 6 0 1.00008 shouldn't be
98.94/102.37	WSVECS04 Frhs2[443]: 6 0 44.3112 shouldn't be
98.94/102.37	WSVECS04 Frhs2[593]: 6 0 16.7556 shouldn't be
98.94/102.37	WSVECS04 Frhs2[809]: 6 0 2.00006 shouldn't be
98.94/102.37	WSVECS04 Frhs2[888]: 6 0 42.3889 shouldn't be
98.94/102.37	WSVECS04 Frhs2[1124]: 6 0 1.00009 shouldn't be
98.94/102.37	WSVECS04 Frhs2[1684]: 6 0 1.00004 shouldn't be
98.94/102.37	WSVECS04 Frhs2[1963]: 6 0 1.00004 shouldn't be
99.43/102.83	WSVECS04 Frhs2[174]: 6 0 1.00008 shouldn't be
99.43/102.83	WSVECS04 Frhs2[722]: 6 0 1.00005 shouldn't be
99.43/102.83	WSVECS04 Frhs2[737]: 6 0 1.00003 shouldn't be
99.43/102.83	WSVECS04 Frhs2[856]: 6 0 74.9001 shouldn't be
99.43/102.83	WSVECS04 Frhs2[1707]: 6 0 13.0889 shouldn't be
99.43/102.83	WSVECS04 Frhs2[1872]: 6 -1.00004 0 shouldn't be
100.04/103.43	WSVECS04 Frhs2[319]: 6 0 35.7223 shouldn't be
100.04/103.43	WSVECS04 Frhs2[923]: 6 0 116.456 shouldn't be
100.04/103.43	WSVECS04 Frhs2[1095]: 6 -43.3112 0 shouldn't be
100.04/103.43	WSVECS04 Frhs2[1514]: 6 0 42.9445 shouldn't be
100.04/103.43	WSVECS04 Frhs2[1837]: 6 0 37.9445 shouldn't be
100.04/103.43	WSVECS04 Frhs2[1917]: 6 0 2.00003 shouldn't be
100.53/103.95	WSVECS04 Frhs2[494]: 6 0 47.2167 shouldn't be
100.53/103.95	WSVECS04 Frhs2[525]: 6 0 1.00005 shouldn't be
100.83/104.29	WSVECS04 Frhs2[4]: 6 -4.0001 0 shouldn't be
100.83/104.29	WSVECS04 Frhs2[572]: 6 -1.00007 0 shouldn't be
100.83/104.29	WSVECS04 Frhs2[1374]: 6 0 1.00003 shouldn't be
100.83/104.29	WSVECS04 Frhs2[1626]: 6 -1.00009 0 shouldn't be
101.33/104.76	WSVECS04 Frhs2[1469]: 6 0 5.00001 shouldn't be
101.83/105.23	WSVECS04 Frhs2[1889]: 6 0 2.00006 shouldn't be
102.33/105.78	WSVECS04 Frhs2[469]: 6 0 1.00003 shouldn't be
102.33/105.78	WSVECS04 Frhs2[1961]: 6 0 1.00009 shouldn't be
136.65/140.17	c #Conflicts:      93000 | #Constraints:      16211
136.65/140.17	c #Conflicts:      94000 | #Constraints:      17211
136.65/140.17	c #Conflicts:      95000 | #Constraints:      18211
136.65/140.17	c #Conflicts:      96000 | #Constraints:      19211
136.65/140.17	c INPROCESSING
136.65/140.17	c GARBAGE COLLECT
136.65/140.17	c #Conflicts:      97000 | #Constraints:      14022
136.65/140.17	c #Conflicts:      98000 | #Constraints:      15022
136.65/140.17	c #Conflicts:      99000 | #Constraints:      16022
136.65/140.17	c #Conflicts:     100000 | #Constraints:      17022
136.65/140.17	c #Conflicts:     101000 | #Constraints:      18022
136.65/140.17	c #Conflicts:     102000 | #Constraints:      19022
136.65/140.17	c #Conflicts:     103000 | #Constraints:      20022
136.65/140.17	c INPROCESSING
136.65/140.17	c GARBAGE COLLECT
136.65/140.17	c #Conflicts:     104000 | #Constraints:      14640
136.65/140.17	c #Conflicts:     105000 | #Constraints:      15640
136.65/140.17	c #Conflicts:     106000 | #Constraints:      16640
136.65/140.17	c #Conflicts:     107000 | #Constraints:      17640
136.65/140.17	c #Conflicts:     108000 | #Constraints:      18640
136.65/140.17	c #Conflicts:     109000 | #Constraints:      19640
136.65/140.17	c #Conflicts:     110000 | #Constraints:      20640
136.65/140.17	c INPROCESSING
136.65/140.17	c GARBAGE COLLECT
136.65/140.17	c #Conflicts:     111000 | #Constraints:      15022
136.65/140.17	c #Conflicts:     112000 | #Constraints:      16022
136.65/140.17	c #Conflicts:     113000 | #Constraints:      17022
136.65/140.17	c #Conflicts:     114000 | #Constraints:      18022
136.65/140.17	c #Conflicts:     115000 | #Constraints:      19022
136.65/140.17	c #Conflicts:     116000 | #Constraints:      20022
136.65/140.17	c #Conflicts:     117000 | #Constraints:      21022
136.65/140.17	c INPROCESSING
136.65/140.17	c GARBAGE COLLECT
136.65/140.17	c #Conflicts:     118000 | #Constraints:      15208
136.65/140.17	c #Conflicts:     119000 | #Constraints:      16208
136.65/140.17	c #Conflicts:     120000 | #Constraints:      17208
136.65/140.17	c #Conflicts:     121000 | #Constraints:      18208
136.65/140.17	c bounds - >= 538 @ 134.92
140.34/143.80	c #Conflicts:     122000 | #Constraints:      19283
140.34/143.80	c #Conflicts:     123000 | #Constraints:      20283
140.34/143.80	c #Conflicts:     124000 | #Constraints:      21283
140.34/143.80	c INPROCESSING
140.34/143.80	c GARBAGE COLLECT
140.34/143.80	c #Conflicts:     125000 | #Constraints:      15261
140.34/143.80	c #Conflicts:     126000 | #Constraints:      16261
140.34/143.80	c #Conflicts:     127000 | #Constraints:      17261
140.34/143.80	c #Conflicts:     128000 | #Constraints:      18261
140.34/143.80	c #Conflicts:     129000 | #Constraints:      19261
140.34/143.80	c #Conflicts:     130000 | #Constraints:      20261
140.34/143.80	c #Conflicts:     131000 | #Constraints:      21261
140.34/143.80	c INPROCESSING
140.34/143.80	c GARBAGE COLLECT
140.34/143.80	WSVECS04 Frhs2[98]: 6 -1.00003 0 shouldn't be
140.34/143.80	WSVECS04 Frhs2[408]: 6 -1.0001 0 shouldn't be
140.34/143.80	WSVECS04 Frhs2[476]: 6 -1.00008 0 shouldn't be
140.34/143.80	WSVECS04 Frhs2[608]: 6 -1.00009 0 shouldn't be
140.84/144.36	WSVECS04 Frhs2[268]: 6 -1.00006 0 shouldn't be
140.84/144.36	WSVECS04 Frhs2[1406]: 6 -1.00003 0 shouldn't be
140.84/144.36	WSVECS04 Frhs2[1868]: 6 -1.00004 0 shouldn't be
142.24/145.78	WSVECS04 Frhs2[380]: 6 -1.00008 0 shouldn't be
142.24/145.78	WSVECS04 Frhs2[680]: 6 -1.00006 0 shouldn't be
142.24/145.78	WSVECS04 Frhs2[1113]: 6 -1.00009 0 shouldn't be
142.24/145.78	WSVECS04 Frhs2[1313]: 6 -1.00004 0 shouldn't be
142.24/145.78	WSVECS04 Frhs2[1666]: 6 -1.00006 0 shouldn't be
143.14/146.60	WSVECS04 Frhs2[94]: 6 -1.00008 0 shouldn't be
143.14/146.60	WSVECS04 Frhs2[640]: 6 -1.00002 0 shouldn't be
143.14/146.60	WSVECS04 Frhs2[1142]: 6 -1.00003 0 shouldn't be
143.14/146.60	WSVECS04 Frhs2[1193]: 6 -1.00003 0 shouldn't be
143.14/146.60	WSVECS04 Frhs2[1200]: 6 -1.00005 0 shouldn't be
143.14/146.60	WSVECS04 Frhs2[1224]: 6 -1.00009 0 shouldn't be
143.14/146.60	WSVECS04 Frhs2[1289]: 6 -1.00004 0 shouldn't be
143.14/146.60	WSVECS04 Frhs2[1498]: 6 -1.00006 0 shouldn't be
143.14/146.60	WSVECS04 Frhs2[1902]: 6 -1.00004 0 shouldn't be
143.83/147.35	WSVECS04 Frhs2[330]: 6 -1.00007 0 shouldn't be
143.83/147.35	WSVECS04 Frhs2[1927]: 6 -1.00009 0 shouldn't be
145.13/148.63	WSVECS04 Frhs2[275]: 6 -1.00001 0 shouldn't be
224.84/228.52	c #Conflicts:     132000 | #Constraints:      15042
224.84/228.52	c #Conflicts:     133000 | #Constraints:      16042
224.84/228.52	c #Conflicts:     134000 | #Constraints:      17042
224.84/228.52	c #Conflicts:     135000 | #Constraints:      18042
224.84/228.52	c #Conflicts:     136000 | #Constraints:      19042
224.84/228.52	c #Conflicts:     137000 | #Constraints:      20042
224.84/228.52	c #Conflicts:     138000 | #Constraints:      21042
224.84/228.52	c #Conflicts:     139000 | #Constraints:      22042
224.84/228.52	c INPROCESSING
224.84/228.52	c GARBAGE COLLECT
224.84/228.52	c #Conflicts:     140000 | #Constraints:      15659
224.84/228.52	c #Conflicts:     141000 | #Constraints:      16659
224.84/228.52	c #Conflicts:     142000 | #Constraints:      17659
224.84/228.52	c #Conflicts:     143000 | #Constraints:      18659
224.84/228.52	c #Conflicts:     144000 | #Constraints:      19659
224.84/228.52	c #Conflicts:     145000 | #Constraints:      20659
224.84/228.52	c #Conflicts:     146000 | #Constraints:      21659
224.84/228.52	c #Conflicts:     147000 | #Constraints:      22659
224.84/228.52	c INPROCESSING
224.84/228.52	c GARBAGE COLLECT
224.84/228.52	c #Conflicts:     148000 | #Constraints:      16074
224.84/228.52	c #Conflicts:     149000 | #Constraints:      17074
224.84/228.52	c #Conflicts:     150000 | #Constraints:      18074
224.84/228.52	c #Conflicts:     151000 | #Constraints:      19074
224.84/228.52	c #Conflicts:     152000 | #Constraints:      20074
224.84/228.52	c #Conflicts:     153000 | #Constraints:      21074
224.84/228.52	c #Conflicts:     154000 | #Constraints:      22074
224.84/228.52	c #Conflicts:     155000 | #Constraints:      23074
224.84/228.52	c INPROCESSING
224.84/228.52	c GARBAGE COLLECT
224.84/228.52	c #Conflicts:     156000 | #Constraints:      16283
224.84/228.52	c #Conflicts:     157000 | #Constraints:      17283
224.84/228.52	c #Conflicts:     158000 | #Constraints:      18283
224.84/228.52	c #Conflicts:     159000 | #Constraints:      19283
224.84/228.52	c #Conflicts:     160000 | #Constraints:      20283
224.84/228.52	c #Conflicts:     161000 | #Constraints:      21283
224.84/228.52	c #Conflicts:     162000 | #Constraints:      22283
224.84/228.52	c #Conflicts:     163000 | #Constraints:      23283
224.84/228.52	c INPROCESSING
224.84/228.52	c GARBAGE COLLECT
224.84/228.52	c #Conflicts:     164000 | #Constraints:      16267
224.84/228.52	c #Conflicts:     165000 | #Constraints:      17267
224.84/228.52	c #Conflicts:     166000 | #Constraints:      18267
224.84/228.52	c #Conflicts:     167000 | #Constraints:      19267
224.84/228.52	c #Conflicts:     168000 | #Constraints:      20267
224.84/228.52	c #Conflicts:     169000 | #Constraints:      21267
224.84/228.52	c #Conflicts:     170000 | #Constraints:      22267
224.84/228.52	c #Conflicts:     171000 | #Constraints:      23267
224.84/228.52	c INPROCESSING
224.84/228.52	c GARBAGE COLLECT
224.84/228.52	c #Conflicts:     172000 | #Constraints:      16043
224.84/228.52	c #Conflicts:     173000 | #Constraints:      17043
224.84/228.52	c #Conflicts:     174000 | #Constraints:      18043
224.84/228.52	c #Conflicts:     175000 | #Constraints:      19043
224.84/228.52	c #Conflicts:     176000 | #Constraints:      20043
224.84/228.52	c #Conflicts:     177000 | #Constraints:      21043
224.84/228.52	c #Conflicts:     178000 | #Constraints:      22043
224.84/228.52	c #Conflicts:     179000 | #Constraints:      23043
224.84/228.52	c #Conflicts:     180000 | #Constraints:      24043
224.84/228.52	c INPROCESSING
224.84/228.52	c GARBAGE COLLECT
224.84/228.52	c #Conflicts:     181000 | #Constraints:      16695
224.84/228.52	c #Conflicts:     182000 | #Constraints:      17695
224.84/228.52	c #Conflicts:     183000 | #Constraints:      18695
224.84/228.52	c #Conflicts:     184000 | #Constraints:      19695
224.84/228.52	c #Conflicts:     185000 | #Constraints:      20695
224.84/228.52	c #Conflicts:     186000 | #Constraints:      21695
224.84/228.52	c #Conflicts:     187000 | #Constraints:      22695
224.84/228.52	c #Conflicts:     188000 | #Constraints:      23695
224.84/228.52	c #Conflicts:     189000 | #Constraints:      24695
224.84/228.52	c INPROCESSING
224.84/228.52	c GARBAGE COLLECT
224.84/228.52	c #Conflicts:     190000 | #Constraints:      17075
224.84/228.52	c #Conflicts:     191000 | #Constraints:      18075
224.84/228.52	c #Conflicts:     192000 | #Constraints:      19075
224.84/228.52	c #Conflicts:     193000 | #Constraints:      20075
224.84/228.52	c #Conflicts:     194000 | #Constraints:      21075
224.84/228.52	c #Conflicts:     195000 | #Constraints:      22075
224.84/228.52	c #Conflicts:     196000 | #Constraints:      23075
224.84/228.52	c #Conflicts:     197000 | #Constraints:      24075
224.84/228.52	c #Conflicts:     198000 | #Constraints:      25075
224.84/228.52	c INPROCESSING
224.84/228.52	c GARBAGE COLLECT
224.84/228.52	c #Conflicts:     199000 | #Constraints:      17266
224.84/228.52	c #Conflicts:     200000 | #Constraints:      18266
224.84/228.52	c #Conflicts:     201000 | #Constraints:      19266
224.84/228.52	c #Conflicts:     202000 | #Constraints:      20266
224.84/228.52	c #Conflicts:     203000 | #Constraints:      21266
224.84/228.52	c #Conflicts:     204000 | #Constraints:      22266
224.84/228.52	c #Conflicts:     205000 | #Constraints:      23266
230.43/234.20	c #Conflicts:     206000 | #Constraints:      24266
230.43/234.20	c #Conflicts:     207000 | #Constraints:      25266
230.43/234.20	c INPROCESSING
230.43/234.20	c GARBAGE COLLECT
230.43/234.20	c #Conflicts:     208000 | #Constraints:      17286
230.43/234.20	c #Conflicts:     209000 | #Constraints:      18286
230.43/234.20	c #Conflicts:     210000 | #Constraints:      19286
230.43/234.20	c #Conflicts:     211000 | #Constraints:      20286
230.43/234.20	c #Conflicts:     212000 | #Constraints:      21286
230.43/234.20	c #Conflicts:     213000 | #Constraints:      22286
230.43/234.20	c #Conflicts:     214000 | #Constraints:      23286
230.43/234.20	c #Conflicts:     215000 | #Constraints:      24286
230.43/234.20	c #Conflicts:     216000 | #Constraints:      25286
230.43/234.20	c INPROCESSING
230.43/234.20	c GARBAGE COLLECT
230.43/234.20	c #Conflicts:     217000 | #Constraints:      17112
230.43/234.20	c #Conflicts:     218000 | #Constraints:      18112
230.43/234.20	c #Conflicts:     219000 | #Constraints:      19112
230.43/234.20	c #Conflicts:     220000 | #Constraints:      20112
230.43/234.20	WSVECS04 Frhs2[33]: 6 0 1.00006 shouldn't be
230.43/234.20	WSVECS04 Frhs2[43]: 6 0 1.00001 shouldn't be
230.43/234.20	WSVECS04 Frhs2[100]: 6 0 1.00002 shouldn't be
230.43/234.20	WSVECS04 Frhs2[106]: 6 0 21 shouldn't be
230.43/234.20	WSVECS04 Frhs2[158]: 6 0 6.00007 shouldn't be
230.43/234.20	WSVECS04 Frhs2[163]: 6 0 8.00009 shouldn't be
230.43/234.20	WSVECS04 Frhs2[175]: 6 0 4.00001 shouldn't be
230.43/234.20	WSVECS04 Frhs2[178]: 6 0 6.00004 shouldn't be
230.43/234.20	WSVECS04 Frhs2[190]: 6 -1.00003 0 shouldn't be
230.43/234.20	WSVECS04 Frhs2[206]: 6 0 8.00008 shouldn't be
230.43/234.20	WSVECS04 Frhs2[220]: 6 0 3.00002 shouldn't be
230.43/234.20	WSVECS04 Frhs2[236]: 6 0 1.00001 shouldn't be
230.43/234.20	WSVECS04 Frhs2[248]: 6 0 3.00006 shouldn't be
230.43/234.20	WSVECS04 Frhs2[258]: 6 0 8.25006 shouldn't be
230.43/234.20	WSVECS04 Frhs2[292]: 6 0 8.25004 shouldn't be
230.43/234.20	WSVECS04 Frhs2[295]: 6 0 1.00003 shouldn't be
230.43/234.20	WSVECS04 Frhs2[334]: 6 0 2.00004 shouldn't be
230.43/234.20	WSVECS04 Frhs2[347]: 6 0 2.00006 shouldn't be
230.43/234.20	WSVECS04 Frhs2[368]: 6 0 1.00009 shouldn't be
230.43/234.20	WSVECS04 Frhs2[375]: 6 0 3.00001 shouldn't be
230.43/234.20	WSVECS04 Frhs2[401]: 6 0 4.00008 shouldn't be
230.43/234.20	WSVECS04 Frhs2[403]: 6 0 2.00003 shouldn't be
230.43/234.20	WSVECS04 Frhs2[454]: 6 0 1.00007 shouldn't be
230.43/234.20	WSVECS04 Frhs2[481]: 6 0 20.0001 shouldn't be
230.43/234.20	WSVECS04 Frhs2[488]: 6 0 1.00004 shouldn't be
230.43/234.20	WSVECS04 Frhs2[505]: 6 -30.25 0 shouldn't be
230.43/234.20	WSVECS04 Frhs2[513]: 6 0 1.00008 shouldn't be
230.43/234.20	WSVECS04 Frhs2[552]: 6 0 1.00005 shouldn't be
230.43/234.20	WSVECS04 Frhs2[608]: 6 0 1.00002 shouldn't be
230.43/234.20	WSVECS04 Frhs2[638]: 6 0 1.00002 shouldn't be
230.43/234.20	WSVECS04 Frhs2[643]: 6 0 1.00005 shouldn't be
230.43/234.20	WSVECS04 Frhs2[654]: 6 0 6.25004 shouldn't be
230.43/234.20	WSVECS04 Frhs2[674]: 6 0 42.75 shouldn't be
230.43/234.20	WSVECS04 Frhs2[715]: 6 0 51 shouldn't be
230.43/234.20	WSVECS04 Frhs2[732]: 6 0 1.00008 shouldn't be
230.43/234.20	WSVECS04 Frhs2[753]: 6 0 1.00009 shouldn't be
230.43/234.20	WSVECS04 Frhs2[759]: 6 0 2.00003 shouldn't be
230.43/234.20	WSVECS04 Frhs2[760]: 6 -1.0001 0 shouldn't be
230.43/234.20	WSVECS04 Frhs2[782]: 6 0 35.5001 shouldn't be
230.43/234.20	WSVECS04 Frhs2[788]: 6 0 13 shouldn't be
230.43/234.20	WSVECS04 Frhs2[888]: 6 0 4.00006 shouldn't be
230.43/234.20	WSVECS04 Frhs2[904]: 6 0 7.00005 shouldn't be
230.43/234.20	WSVECS04 Frhs2[921]: 6 0 13.2501 shouldn't be
230.43/234.20	WSVECS04 Frhs2[940]: 6 0 46.0001 shouldn't be
230.43/234.20	WSVECS04 Frhs2[958]: 6 0 27.5 shouldn't be
230.43/234.20	WSVECS04 Frhs2[983]: 6 0 1.00003 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1002]: 6 0 1.00007 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1006]: 6 0 15.75 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1013]: 6 -1.00003 0 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1052]: 6 0 5.00003 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1087]: 6 0 1.00001 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1231]: 6 -1.00009 0 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1251]: 6 0 24.75 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1254]: 6 0 9.00003 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1264]: 6 0 3.00006 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1272]: 6 0 15.2501 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1279]: 6 0 4.00007 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1285]: 6 0 1.00006 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1291]: 6 0 1.00008 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1301]: 6 0 3.00003 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1307]: 6 0 13 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1333]: 6 0 12 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1367]: 6 0 1.00007 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1387]: 6 0 3.00005 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1397]: 6 0 3.00003 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1410]: 6 0 14.0001 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1476]: 6 0 2.00005 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1477]: 6 0 27.75 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1484]: 6 0 35.5 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1503]: 6 0 14.25 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1543]: 6 0 9.00004 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1546]: 6 0 27 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1581]: 6 0 41.25 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1636]: 6 0 17.0001 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1682]: 6 0 2.00005 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1693]: 6 0 1.0001 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1732]: 6 0 2.00007 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1753]: 6 0 6.00005 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1759]: 6 0 1.00006 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1768]: 6 0 4.00005 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1780]: 6 0 3.00009 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1845]: 6 0 1.00002 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1847]: 6 0 2.00008 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1866]: 6 0 3.00004 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1888]: 6 0 2.00007 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1919]: 6 -12 0 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1923]: 6 0 13.25 shouldn't be
230.43/234.20	WSVECS04 Frhs2[1952]: 6 0 11.25 shouldn't be
231.02/234.71	WSVECS04 Frhs2[1]: 6 0 4.00006 shouldn't be
231.02/234.71	WSVECS04 Frhs2[12]: 6 0 4.00007 shouldn't be
231.02/234.71	WSVECS04 Frhs2[138]: 6 0 5.00008 shouldn't be
231.02/234.71	WSVECS04 Frhs2[146]: 6 -1.00005 0 shouldn't be
231.02/234.71	WSVECS04 Frhs2[238]: 6 0 15.0001 shouldn't be
231.02/234.71	WSVECS04 Frhs2[332]: 6 0 1.00006 shouldn't be
231.02/234.71	WSVECS04 Frhs2[424]: 6 0 40.5 shouldn't be
231.02/234.71	WSVECS04 Frhs2[665]: 6 0 32.0001 shouldn't be
231.02/234.71	WSVECS04 Frhs2[683]: 6 0 1.00006 shouldn't be
231.02/234.71	WSVECS04 Frhs2[687]: 6 0 3.00007 shouldn't be
231.02/234.71	WSVECS04 Frhs2[854]: 6 0 2.00005 shouldn't be
231.02/234.71	WSVECS04 Frhs2[1220]: 6 0 10 shouldn't be
231.02/234.71	WSVECS04 Frhs2[1308]: 6 -1.00003 0 shouldn't be
231.02/234.71	WSVECS04 Frhs2[1314]: 6 0 28.25 shouldn't be
231.02/234.71	WSVECS04 Frhs2[1354]: 6 0 1.00008 shouldn't be
231.02/234.71	WSVECS04 Frhs2[1415]: 6 0 25.0001 shouldn't be
231.02/234.71	WSVECS04 Frhs2[1718]: 6 0 1.00009 shouldn't be
231.43/235.18	WSVECS04 Frhs2[252]: 6 0 1.00009 shouldn't be
231.43/235.18	WSVECS04 Frhs2[335]: 6 0 1.00002 shouldn't be
231.43/235.18	WSVECS04 Frhs2[676]: 6 0 1.00009 shouldn't be
231.43/235.18	WSVECS04 Frhs2[833]: 6 0 1.00007 shouldn't be
231.43/235.18	WSVECS04 Frhs2[911]: 6 0 20.7501 shouldn't be
231.43/235.18	WSVECS04 Frhs2[1099]: 6 -1.00004 0 shouldn't be
231.43/235.18	WSVECS04 Frhs2[1223]: 6 0 3.00006 shouldn't be
231.43/235.18	WSVECS04 Frhs2[1606]: 6 -1.00002 0 shouldn't be
231.43/235.18	WSVECS04 Frhs2[1692]: 6 0 2.00009 shouldn't be
231.92/235.65	WSVECS04 Frhs2[17]: 6 0 36.25 shouldn't be
231.92/235.65	WSVECS04 Frhs2[186]: 6 -1.00005 0 shouldn't be
231.92/235.65	WSVECS04 Frhs2[215]: 6 -1.00001 0 shouldn't be
231.92/235.65	WSVECS04 Frhs2[437]: 6 0 1.0001 shouldn't be
231.92/235.65	WSVECS04 Frhs2[1186]: 6 0 2.00006 shouldn't be
231.92/235.65	WSVECS04 Frhs2[1305]: 6 0 1.00006 shouldn't be
231.92/235.65	WSVECS04 Frhs2[1334]: 6 -1.00002 0 shouldn't be
231.92/235.65	WSVECS04 Frhs2[1963]: 6 0 16 shouldn't be
231.92/235.65	WSVECS04 Frhs2[1983]: 6 0 1.00009 shouldn't be
232.32/236.08	WSVECS04 Frhs2[11]: 6 -1.00007 0 shouldn't be
232.32/236.08	WSVECS04 Frhs2[255]: 6 0 1.00008 shouldn't be
232.32/236.08	WSVECS04 Frhs2[809]: 6 -14.0001 0 shouldn't be
232.32/236.08	WSVECS04 Frhs2[942]: 6 0 4.0001 shouldn't be
232.32/236.08	WSVECS04 Frhs2[956]: 6 0 28.5 shouldn't be
232.32/236.08	WSVECS04 Frhs2[1330]: 6 0 9.75006 shouldn't be
232.32/236.08	WSVECS04 Frhs2[1545]: 6 0 1.00009 shouldn't be
232.32/236.08	WSVECS04 Frhs2[1576]: 6 0 1.00004 shouldn't be
232.32/236.08	WSVECS04 Frhs2[1709]: 6 -11.0001 0 shouldn't be
232.32/236.08	WSVECS04 Frhs2[1813]: 6 0 1.00006 shouldn't be
233.02/236.79	WSVECS04 Frhs2[18]: 6 -1.00007 0 shouldn't be
233.02/236.79	WSVECS04 Frhs2[260]: 6 0 16.0001 shouldn't be
233.02/236.79	WSVECS04 Frhs2[581]: 6 0 1.00007 shouldn't be
233.02/236.79	WSVECS04 Frhs2[744]: 6 0 1.00005 shouldn't be
233.02/236.79	WSVECS04 Frhs2[1460]: 6 0 8.00002 shouldn't be
233.62/237.32	WSVECS04 Frhs2[430]: 6 0 41.5001 shouldn't be
233.62/237.32	WSVECS04 Frhs2[1341]: 6 -1.00003 0 shouldn't be
233.62/237.32	WSVECS04 Frhs2[1514]: 6 0 19.0001 shouldn't be
233.62/237.32	WSVECS04 Frhs2[1754]: 6 -1.00008 0 shouldn't be
234.12/237.82	WSVECS04 Frhs2[1345]: 6 0 2.00007 shouldn't be
234.12/237.82	WSVECS04 Frhs2[1708]: 6 0 9.00001 shouldn't be
234.72/238.44	WSVECS04 Frhs2[796]: 6 0 2.00005 shouldn't be
234.72/238.44	WSVECS04 Frhs2[920]: 6 -1.00008 0 shouldn't be
234.72/238.44	WSVECS04 Frhs2[1046]: 6 -50.7501 0 shouldn't be
235.12/238.86	WSVECS04 Frhs2[420]: 6 -1.00004 0 shouldn't be
235.12/238.86	WSVECS04 Frhs2[795]: 6 -1.0001 0 shouldn't be
236.21/239.95	WSVECS04 Frhs2[892]: 6 0 3.00006 shouldn't be
239.50/243.27	WSVECS04 Frhs2[281]: 6 0 11.5 shouldn't be
339.37/343.31	c #Conflicts:     221000 | #Constraints:      21113
339.37/343.31	c #Conflicts:     222000 | #Constraints:      22113
339.37/343.31	c #Conflicts:     223000 | #Constraints:      23113
339.37/343.31	c #Conflicts:     224000 | #Constraints:      24113
339.37/343.31	c #Conflicts:     225000 | #Constraints:      25113
339.37/343.31	c #Conflicts:     226000 | #Constraints:      26113
339.37/343.31	c INPROCESSING
339.37/343.31	c GARBAGE COLLECT
339.37/343.31	c #Conflicts:     227000 | #Constraints:      17720
339.37/343.31	c #Conflicts:     228000 | #Constraints:      18720
339.37/343.31	c #Conflicts:     229000 | #Constraints:      19720
339.37/343.31	c #Conflicts:     230000 | #Constraints:      20720
339.37/343.31	c #Conflicts:     231000 | #Constraints:      21720
339.37/343.31	c #Conflicts:     232000 | #Constraints:      22720
339.37/343.31	c #Conflicts:     233000 | #Constraints:      23720
339.37/343.31	c #Conflicts:     234000 | #Constraints:      24720
339.37/343.31	c #Conflicts:     235000 | #Constraints:      25720
339.37/343.31	c #Conflicts:     236000 | #Constraints:      26720
339.37/343.31	c INPROCESSING
339.37/343.31	c GARBAGE COLLECT
339.37/343.31	c #Conflicts:     237000 | #Constraints:      18084
339.37/343.31	c #Conflicts:     238000 | #Constraints:      19084
339.37/343.31	c #Conflicts:     239000 | #Constraints:      20084
339.37/343.31	c #Conflicts:     240000 | #Constraints:      21084
339.37/343.31	c #Conflicts:     241000 | #Constraints:      22084
339.37/343.31	c #Conflicts:     242000 | #Constraints:      23084
339.37/343.31	c #Conflicts:     243000 | #Constraints:      24084
339.37/343.31	c #Conflicts:     244000 | #Constraints:      25084
339.37/343.31	c #Conflicts:     245000 | #Constraints:      26084
339.37/343.31	c #Conflicts:     246000 | #Constraints:      27084
339.37/343.31	c INPROCESSING
339.37/343.31	c GARBAGE COLLECT
339.37/343.31	c #Conflicts:     247000 | #Constraints:      18269
339.37/343.31	c #Conflicts:     248000 | #Constraints:      19269
339.37/343.31	c #Conflicts:     249000 | #Constraints:      20269
339.37/343.31	c #Conflicts:     250000 | #Constraints:      21269
339.37/343.31	c #Conflicts:     251000 | #Constraints:      22269
339.37/343.31	c #Conflicts:     252000 | #Constraints:      23269
339.37/343.31	c #Conflicts:     253000 | #Constraints:      24269
339.37/343.31	c #Conflicts:     254000 | #Constraints:      25269
339.37/343.31	c #Conflicts:     255000 | #Constraints:      26269
339.37/343.31	c bounds - >= 539 @ 334.906
366.54/370.72	c #Conflicts:     256000 | #Constraints:      27341
366.54/370.72	c INPROCESSING
366.54/370.72	c GARBAGE COLLECT
366.54/370.72	c #Conflicts:     257000 | #Constraints:      18284
366.54/370.72	c #Conflicts:     258000 | #Constraints:      19284
366.54/370.72	c #Conflicts:     259000 | #Constraints:      20284
366.54/370.72	c #Conflicts:     260000 | #Constraints:      21284
366.54/370.72	c #Conflicts:     261000 | #Constraints:      22284
366.54/370.72	c #Conflicts:     262000 | #Constraints:      23284
366.54/370.72	c #Conflicts:     263000 | #Constraints:      24284
366.54/370.72	c #Conflicts:     264000 | #Constraints:      25284
366.54/370.72	c #Conflicts:     265000 | #Constraints:      26284
366.54/370.72	c #Conflicts:     266000 | #Constraints:      27284
366.54/370.72	c INPROCESSING
366.54/370.72	c GARBAGE COLLECT
366.54/370.72	c #Conflicts:     267000 | #Constraints:      18086
366.54/370.72	c #Conflicts:     268000 | #Constraints:      19086
366.54/370.72	c #Conflicts:     269000 | #Constraints:      20086
366.54/370.72	c #Conflicts:     270000 | #Constraints:      21086
366.54/370.72	c #Conflicts:     271000 | #Constraints:      22086
366.54/370.72	c #Conflicts:     272000 | #Constraints:      23086
366.54/370.72	c #Conflicts:     273000 | #Constraints:      24086
366.54/370.72	c #Conflicts:     274000 | #Constraints:      25086
366.54/370.72	c #Conflicts:     275000 | #Constraints:      26086
366.54/370.72	c #Conflicts:     276000 | #Constraints:      27086
366.54/370.72	c #Conflicts:     277000 | #Constraints:      28086
366.54/370.72	c INPROCESSING
366.54/370.72	c GARBAGE COLLECT
366.54/370.72	c #Conflicts:     278000 | #Constraints:      18584
366.54/370.72	c #Conflicts:     279000 | #Constraints:      19584
366.54/370.72	c #Conflicts:     280000 | #Constraints:      20584
366.54/370.72	c #Conflicts:     281000 | #Constraints:      21584
366.54/370.72	c #Conflicts:     282000 | #Constraints:      22584
366.54/370.72	c #Conflicts:     283000 | #Constraints:      23584
366.54/370.72	c #Conflicts:     284000 | #Constraints:      24584
366.54/370.72	c #Conflicts:     285000 | #Constraints:      25584
366.54/370.72	c #Conflicts:     286000 | #Constraints:      26584
366.54/370.72	c #Conflicts:     287000 | #Constraints:      27584
366.54/370.72	c #Conflicts:     288000 | #Constraints:      28584
366.54/370.72	c INPROCESSING
366.54/370.72	c GARBAGE COLLECT
366.54/370.72	c #Conflicts:     289000 | #Constraints:      19036
366.54/370.72	c #Conflicts:     290000 | #Constraints:      20036
366.54/370.72	c #Conflicts:     291000 | #Constraints:      21036
366.54/370.72	c #Conflicts:     292000 | #Constraints:      22036
366.54/370.72	c #Conflicts:     293000 | #Constraints:      23036
366.54/370.72	c #Conflicts:     294000 | #Constraints:      24036
366.54/370.72	c #Conflicts:     295000 | #Constraints:      25036
366.54/370.72	c #Conflicts:     296000 | #Constraints:      26036
366.54/370.72	c #Conflicts:     297000 | #Constraints:      27036
366.54/370.72	c #Conflicts:     298000 | #Constraints:      28036
366.54/370.72	c #Conflicts:     299000 | #Constraints:      29036
366.54/370.72	c INPROCESSING
366.54/370.72	c GARBAGE COLLECT
366.54/370.72	c #Conflicts:     300000 | #Constraints:      19247
366.54/370.72	c #Conflicts:     301000 | #Constraints:      20247
366.54/370.72	c #Conflicts:     302000 | #Constraints:      21247
366.54/370.72	c #Conflicts:     303000 | #Constraints:      22247
366.54/370.72	c #Conflicts:     304000 | #Constraints:      23247
366.54/370.72	c #Conflicts:     305000 | #Constraints:      24247
366.54/370.72	c #Conflicts:     306000 | #Constraints:      25247
366.54/370.72	c #Conflicts:     307000 | #Constraints:      26247
366.54/370.72	c #Conflicts:     308000 | #Constraints:      27247
366.54/370.72	c #Conflicts:     309000 | #Constraints:      28247
366.54/370.72	c #Conflicts:     310000 | #Constraints:      29247
366.54/370.72	c INPROCESSING
366.54/370.72	c GARBAGE COLLECT
366.54/370.72	c #Conflicts:     311000 | #Constraints:      19298
366.54/370.72	c #Conflicts:     312000 | #Constraints:      20298
366.54/370.72	c #Conflicts:     313000 | #Constraints:      21298
366.54/370.72	c #Conflicts:     314000 | #Constraints:      22298
366.54/370.72	c #Conflicts:     315000 | #Constraints:      23298
366.54/370.72	c #Conflicts:     316000 | #Constraints:      24298
366.54/370.72	c #Conflicts:     317000 | #Constraints:      25298
366.54/370.72	c #Conflicts:     318000 | #Constraints:      26298
366.54/370.72	c #Conflicts:     319000 | #Constraints:      27298
366.54/370.72	c #Conflicts:     320000 | #Constraints:      28298
366.54/370.72	c #Conflicts:     321000 | #Constraints:      29298
366.54/370.72	c INPROCESSING
366.54/370.72	c GARBAGE COLLECT
366.54/370.72	c #Conflicts:     322000 | #Constraints:      19110
366.54/370.72	c #Conflicts:     323000 | #Constraints:      20110
366.54/370.72	c #Conflicts:     324000 | #Constraints:      21110
366.54/370.72	c #Conflicts:     325000 | #Constraints:      22110
366.54/370.72	c #Conflicts:     326000 | #Constraints:      23110
366.54/370.72	c #Conflicts:     327000 | #Constraints:      24110
366.54/370.72	c #Conflicts:     328000 | #Constraints:      25110
366.54/370.72	c #Conflicts:     329000 | #Constraints:      26110
366.54/370.72	c #Conflicts:     330000 | #Constraints:      27110
391.04/396.12	c #Conflicts:     331000 | #Constraints:      28110
391.04/396.12	c #Conflicts:     332000 | #Constraints:      29110
391.04/396.12	c #Conflicts:     333000 | #Constraints:      30110
391.04/396.12	c INPROCESSING
391.04/396.12	c GARBAGE COLLECT
391.04/396.12	c #Conflicts:     334000 | #Constraints:      19762
391.04/396.12	c #Conflicts:     335000 | #Constraints:      20762
391.04/396.12	c #Conflicts:     336000 | #Constraints:      21762
391.04/396.12	c #Conflicts:     337000 | #Constraints:      22762
391.04/396.12	c #Conflicts:     338000 | #Constraints:      23762
391.04/396.12	c #Conflicts:     339000 | #Constraints:      24762
391.04/396.12	c #Conflicts:     340000 | #Constraints:      25762
391.04/396.12	c #Conflicts:     341000 | #Constraints:      26762
391.04/396.12	c #Conflicts:     342000 | #Constraints:      27762
391.04/396.12	c #Conflicts:     343000 | #Constraints:      28762
391.04/396.12	c #Conflicts:     344000 | #Constraints:      29762
391.04/396.12	c #Conflicts:     345000 | #Constraints:      30762
391.04/396.12	c INPROCESSING
391.04/396.12	c GARBAGE COLLECT
391.04/396.12	c #Conflicts:     346000 | #Constraints:      20125
391.04/396.12	c #Conflicts:     347000 | #Constraints:      21125
391.04/396.12	c #Conflicts:     348000 | #Constraints:      22125
391.04/396.12	c #Conflicts:     349000 | #Constraints:      23125
391.04/396.12	c #Conflicts:     350000 | #Constraints:      24125
391.04/396.12	c #Conflicts:     351000 | #Constraints:      25125
391.04/396.12	c #Conflicts:     352000 | #Constraints:      26125
391.04/396.12	c #Conflicts:     353000 | #Constraints:      27125
391.04/396.12	c #Conflicts:     354000 | #Constraints:      28125
391.04/396.12	c #Conflicts:     355000 | #Constraints:      29125
391.04/396.12	c #Conflicts:     356000 | #Constraints:      30125
391.04/396.12	c #Conflicts:     357000 | #Constraints:      31125
391.04/396.12	c INPROCESSING
391.04/396.12	c GARBAGE COLLECT
391.04/396.12	c #Conflicts:     358000 | #Constraints:      20298
391.04/396.12	c #Conflicts:     359000 | #Constraints:      21298
391.04/396.12	c #Conflicts:     360000 | #Constraints:      22298
391.04/396.12	c #Conflicts:     361000 | #Constraints:      23298
391.04/396.12	c #Conflicts:     362000 | #Constraints:      24298
391.04/396.12	c #Conflicts:     363000 | #Constraints:      25298
391.04/396.12	c #Conflicts:     364000 | #Constraints:      26298
391.04/396.12	c #Conflicts:     365000 | #Constraints:      27298
391.04/396.12	c #Conflicts:     366000 | #Constraints:      28298
391.04/396.12	c #Conflicts:     367000 | #Constraints:      29298
391.04/396.12	c #Conflicts:     368000 | #Constraints:      30298
391.04/396.12	c #Conflicts:     369000 | #Constraints:      31298
391.04/396.12	c INPROCESSING
391.04/396.12	c GARBAGE COLLECT
391.04/396.12	c #Conflicts:     370000 | #Constraints:      20338
391.04/396.12	c #Conflicts:     371000 | #Constraints:      21338
391.04/396.12	c #Conflicts:     372000 | #Constraints:      22338
391.04/396.12	c #Conflicts:     373000 | #Constraints:      23338
391.04/396.12	c #Conflicts:     374000 | #Constraints:      24338
391.04/396.12	c #Conflicts:     375000 | #Constraints:      25338
391.04/396.12	c #Conflicts:     376000 | #Constraints:      26338
391.04/396.12	c #Conflicts:     377000 | #Constraints:      27338
391.04/396.12	c #Conflicts:     378000 | #Constraints:      28338
391.04/396.12	c #Conflicts:     379000 | #Constraints:      29338
391.04/396.12	c #Conflicts:     380000 | #Constraints:      30338
391.04/396.12	c #Conflicts:     381000 | #Constraints:      31338
391.04/396.12	c INPROCESSING
391.04/396.12	c GARBAGE COLLECT
391.04/396.12	c #Conflicts:     382000 | #Constraints:      20112
391.04/396.12	c #Conflicts:     383000 | #Constraints:      21112
391.04/396.12	c #Conflicts:     384000 | #Constraints:      22112
391.04/396.12	c #Conflicts:     385000 | #Constraints:      23112
391.04/396.12	c #Conflicts:     386000 | #Constraints:      24112
391.04/396.12	c #Conflicts:     387000 | #Constraints:      25112
391.04/396.12	c #Conflicts:     388000 | #Constraints:      26112
391.04/396.12	c #Conflicts:     389000 | #Constraints:      27112
391.04/396.12	c #Conflicts:     390000 | #Constraints:      28112
391.04/396.12	c #Conflicts:     391000 | #Constraints:      29112
391.04/396.12	c #Conflicts:     392000 | #Constraints:      30112
391.04/396.12	c #Conflicts:     393000 | #Constraints:      31112
391.04/396.12	c #Conflicts:     394000 | #Constraints:      32112
391.04/396.12	c INPROCESSING
391.04/396.12	c GARBAGE COLLECT
391.04/396.12	WSVECS04 Frhs2[730]: 6 -1.00005 0 shouldn't be
391.53/396.65	WSVECS04 Frhs2[1369]: 6 -1.00007 0 shouldn't be
516.23/521.67	c #Conflicts:     395000 | #Constraints:      20700
516.23/521.67	c #Conflicts:     396000 | #Constraints:      21700
516.23/521.67	c #Conflicts:     397000 | #Constraints:      22700
516.23/521.67	c #Conflicts:     398000 | #Constraints:      23700
516.23/521.67	c #Conflicts:     399000 | #Constraints:      24700
516.23/521.67	c #Conflicts:     400000 | #Constraints:      25700
516.23/521.67	c #Conflicts:     401000 | #Constraints:      26700
516.23/521.67	c #Conflicts:     402000 | #Constraints:      27700
516.23/521.67	c #Conflicts:     403000 | #Constraints:      28700
516.23/521.67	c #Conflicts:     404000 | #Constraints:      29700
516.23/521.67	c #Conflicts:     405000 | #Constraints:      30700
516.23/521.67	c #Conflicts:     406000 | #Constraints:      31700
516.23/521.67	c #Conflicts:     407000 | #Constraints:      32700
516.23/521.67	c INPROCESSING
516.23/521.67	c GARBAGE COLLECT
516.23/521.67	c #Conflicts:     408000 | #Constraints:      21158
516.23/521.67	c #Conflicts:     409000 | #Constraints:      22158
516.23/521.67	c #Conflicts:     410000 | #Constraints:      23158
516.23/521.67	c #Conflicts:     411000 | #Constraints:      24158
516.23/521.67	c #Conflicts:     412000 | #Constraints:      25158
516.23/521.67	c #Conflicts:     413000 | #Constraints:      26158
516.23/521.67	c #Conflicts:     414000 | #Constraints:      27158
516.23/521.67	c #Conflicts:     415000 | #Constraints:      28158
516.23/521.67	c #Conflicts:     416000 | #Constraints:      29158
516.23/521.67	c #Conflicts:     417000 | #Constraints:      30158
516.23/521.67	c #Conflicts:     418000 | #Constraints:      31158
516.23/521.67	c #Conflicts:     419000 | #Constraints:      32158
516.23/521.67	c #Conflicts:     420000 | #Constraints:      33158
516.23/521.67	c INPROCESSING
516.23/521.67	c GARBAGE COLLECT
516.23/521.67	c #Conflicts:     421000 | #Constraints:      21360
516.23/521.67	c #Conflicts:     422000 | #Constraints:      22360
516.23/521.67	c #Conflicts:     423000 | #Constraints:      23360
516.23/521.67	c #Conflicts:     424000 | #Constraints:      24360
516.23/521.67	c #Conflicts:     425000 | #Constraints:      25360
516.23/521.67	c #Conflicts:     426000 | #Constraints:      26360
516.23/521.67	c #Conflicts:     427000 | #Constraints:      27360
516.23/521.67	c #Conflicts:     428000 | #Constraints:      28360
516.23/521.67	c #Conflicts:     429000 | #Constraints:      29360
516.23/521.67	c #Conflicts:     430000 | #Constraints:      30360
516.23/521.67	c #Conflicts:     431000 | #Constraints:      31360
516.23/521.67	c #Conflicts:     432000 | #Constraints:      32360
516.23/521.67	c #Conflicts:     433000 | #Constraints:      33360
516.23/521.67	c INPROCESSING
516.23/521.67	c GARBAGE COLLECT
516.23/521.67	c #Conflicts:     434000 | #Constraints:      21394
516.23/521.67	c #Conflicts:     435000 | #Constraints:      22394
516.23/521.67	c #Conflicts:     436000 | #Constraints:      23394
516.23/521.67	c #Conflicts:     437000 | #Constraints:      24394
516.23/521.67	c #Conflicts:     438000 | #Constraints:      25394
516.23/521.67	c #Conflicts:     439000 | #Constraints:      26394
516.23/521.67	c #Conflicts:     440000 | #Constraints:      27394
516.23/521.67	c #Conflicts:     441000 | #Constraints:      28394
516.23/521.67	c #Conflicts:     442000 | #Constraints:      29394
516.23/521.67	c #Conflicts:     443000 | #Constraints:      30394
516.23/521.67	c #Conflicts:     444000 | #Constraints:      31394
516.23/521.67	c #Conflicts:     445000 | #Constraints:      32394
516.23/521.67	c #Conflicts:     446000 | #Constraints:      33394
516.23/521.67	c INPROCESSING
516.23/521.67	c GARBAGE COLLECT
516.23/521.67	c #Conflicts:     447000 | #Constraints:      21172
516.23/521.67	c #Conflicts:     448000 | #Constraints:      22172
516.23/521.67	c #Conflicts:     449000 | #Constraints:      23172
516.23/521.67	c #Conflicts:     450000 | #Constraints:      24172
516.23/521.67	c #Conflicts:     451000 | #Constraints:      25172
516.23/521.67	c #Conflicts:     452000 | #Constraints:      26172
516.23/521.67	c #Conflicts:     453000 | #Constraints:      27172
516.23/521.67	c #Conflicts:     454000 | #Constraints:      28172
516.23/521.67	c #Conflicts:     455000 | #Constraints:      29172
516.23/521.67	c #Conflicts:     456000 | #Constraints:      30172
516.23/521.67	c #Conflicts:     457000 | #Constraints:      31172
516.23/521.67	c #Conflicts:     458000 | #Constraints:      32172
516.23/521.67	c #Conflicts:     459000 | #Constraints:      33172
516.23/521.67	c #Conflicts:     460000 | #Constraints:      34172
516.23/521.67	c INPROCESSING
516.23/521.67	c GARBAGE COLLECT
516.23/521.67	c #Conflicts:     461000 | #Constraints:      21743
516.23/521.67	c #Conflicts:     462000 | #Constraints:      22743
516.23/521.67	c #Conflicts:     463000 | #Constraints:      23743
516.23/521.67	c #Conflicts:     464000 | #Constraints:      24743
516.23/521.67	c #Conflicts:     465000 | #Constraints:      25743
516.23/521.67	c #Conflicts:     466000 | #Constraints:      26743
516.23/521.67	c #Conflicts:     467000 | #Constraints:      27743
516.23/521.67	c #Conflicts:     468000 | #Constraints:      28743
516.23/521.67	c #Conflicts:     469000 | #Constraints:      29743
516.23/521.67	c #Conflicts:     470000 | #Constraints:      30743
549.36/557.84	c #Conflicts:     471000 | #Constraints:      31743
549.36/557.84	c #Conflicts:     472000 | #Constraints:      32743
549.36/557.84	c #Conflicts:     473000 | #Constraints:      33743
549.36/557.84	c #Conflicts:     474000 | #Constraints:      34743
549.36/557.84	c INPROCESSING
549.36/557.84	c GARBAGE COLLECT
549.36/557.84	c #Conflicts:     475000 | #Constraints:      22178
549.36/557.84	c #Conflicts:     476000 | #Constraints:      23178
549.36/557.84	c #Conflicts:     477000 | #Constraints:      24178
549.36/557.84	c #Conflicts:     478000 | #Constraints:      25178
549.36/557.84	c #Conflicts:     479000 | #Constraints:      26178
549.36/557.84	c #Conflicts:     480000 | #Constraints:      27178
549.36/557.84	c #Conflicts:     481000 | #Constraints:      28178
549.36/557.84	c #Conflicts:     482000 | #Constraints:      29178
549.36/557.84	c #Conflicts:     483000 | #Constraints:      30178
549.36/557.84	c #Conflicts:     484000 | #Constraints:      31178
549.36/557.84	c #Conflicts:     485000 | #Constraints:      32178
549.36/557.84	c #Conflicts:     486000 | #Constraints:      33178
549.36/557.84	c #Conflicts:     487000 | #Constraints:      34178
549.36/557.84	c #Conflicts:     488000 | #Constraints:      35178
549.36/557.84	c INPROCESSING
549.36/557.84	c GARBAGE COLLECT
549.36/557.84	c #Conflicts:     489000 | #Constraints:      22381
549.36/557.84	c #Conflicts:     490000 | #Constraints:      23381
549.36/557.84	c #Conflicts:     491000 | #Constraints:      24381
549.36/557.84	c #Conflicts:     492000 | #Constraints:      25381
549.36/557.84	c #Conflicts:     493000 | #Constraints:      26381
549.36/557.84	c #Conflicts:     494000 | #Constraints:      27381
549.36/557.84	c #Conflicts:     495000 | #Constraints:      28381
549.36/557.84	c #Conflicts:     496000 | #Constraints:      29381
549.36/557.84	c #Conflicts:     497000 | #Constraints:      30381
549.36/557.84	c #Conflicts:     498000 | #Constraints:      31381
549.36/557.84	c #Conflicts:     499000 | #Constraints:      32381
549.36/557.84	c #Conflicts:     500000 | #Constraints:      33381
549.36/557.84	c #Conflicts:     501000 | #Constraints:      34381
549.36/557.84	c #Conflicts:     502000 | #Constraints:      35381
549.36/557.84	c #Conflicts:     503000 | #Constraints:      36381
549.36/557.84	c #Conflicts:     504000 | #Constraints:      37381
549.36/557.84	c #Conflicts:     505000 | #Constraints:      38381
549.36/557.84	c #Conflicts:     506000 | #Constraints:      39381
549.36/557.84	c #Conflicts:     507000 | #Constraints:      40381
549.36/557.84	c #Conflicts:     508000 | #Constraints:      41381
549.36/557.84	c #Conflicts:     509000 | #Constraints:      42381
549.36/557.84	c #Conflicts:     510000 | #Constraints:      43381
549.36/557.84	c #Conflicts:     511000 | #Constraints:      44381
549.36/557.84	c #Conflicts:     512000 | #Constraints:      45381
549.36/557.84	c #Conflicts:     513000 | #Constraints:      46381
549.36/557.84	c #Conflicts:     514000 | #Constraints:      47381
549.36/557.84	c #Conflicts:     515000 | #Constraints:      48381
549.36/557.84	c #Conflicts:     516000 | #Constraints:      49381
549.36/557.84	c #Conflicts:     517000 | #Constraints:      50381
549.36/557.84	c #Conflicts:     518000 | #Constraints:      51381
549.36/557.84	c #Conflicts:     519000 | #Constraints:      52381
549.36/557.84	c #Conflicts:     520000 | #Constraints:      53381
549.36/557.84	c #Conflicts:     521000 | #Constraints:      54381
549.36/557.84	c #Conflicts:     522000 | #Constraints:      55381
549.36/557.84	c #Conflicts:     523000 | #Constraints:      56381
549.36/557.84	c #Conflicts:     524000 | #Constraints:      57381
549.36/557.84	c #Conflicts:     525000 | #Constraints:      58381
549.36/557.84	c #Conflicts:     526000 | #Constraints:      59381
549.36/557.84	c #Conflicts:     527000 | #Constraints:      60381
549.36/557.84	c #Conflicts:     528000 | #Constraints:      61381
549.36/557.84	c #Conflicts:     529000 | #Constraints:      62381
549.36/557.84	c #Conflicts:     530000 | #Constraints:      63381
549.36/557.84	c #Conflicts:     531000 | #Constraints:      64381
549.36/557.84	c #Conflicts:     532000 | #Constraints:      65381
549.36/557.84	c #Conflicts:     533000 | #Constraints:      66381
549.36/557.84	c #Conflicts:     534000 | #Constraints:      67381
549.36/557.84	c #Conflicts:     535000 | #Constraints:      68381
549.36/557.84	c #Conflicts:     536000 | #Constraints:      69381
549.36/557.84	c #Conflicts:     537000 | #Constraints:      70381
549.36/557.84	c #Conflicts:     538000 | #Constraints:      71381
549.36/557.84	c #Conflicts:     539000 | #Constraints:      72381
549.36/557.84	c #Conflicts:     540000 | #Constraints:      73381
549.36/557.84	c #Conflicts:     541000 | #Constraints:      74381
549.36/557.84	c #Conflicts:     542000 | #Constraints:      75381
549.36/557.84	c #Conflicts:     543000 | #Constraints:      76381
549.36/557.84	c #Conflicts:     544000 | #Constraints:      77381
549.36/557.84	c #Conflicts:     545000 | #Constraints:      78381
549.36/557.84	c #Conflicts:     546000 | #Constraints:      79381
549.36/557.84	c #Conflicts:     547000 | #Constraints:      80381
549.36/557.84	c #Conflicts:     548000 | #Constraints:      81381
563.92/572.40	c #Conflicts:     549000 | #Constraints:      82381
563.92/572.40	c #Conflicts:     550000 | #Constraints:      83381
563.92/572.40	c #Conflicts:     551000 | #Constraints:      84381
563.92/572.40	c #Conflicts:     552000 | #Constraints:      85381
563.92/572.40	c #Conflicts:     553000 | #Constraints:      86381
563.92/572.40	c #Conflicts:     554000 | #Constraints:      87381
563.92/572.40	c #Conflicts:     555000 | #Constraints:      88381
563.92/572.40	c #Conflicts:     556000 | #Constraints:      89381
563.92/572.40	c #Conflicts:     557000 | #Constraints:      90381
563.92/572.40	c #Conflicts:     558000 | #Constraints:      91381
563.92/572.40	c INPROCESSING
563.92/572.40	c GARBAGE COLLECT
563.92/572.40	c #Conflicts:     559000 | #Constraints:      50445
563.92/572.40	c #Conflicts:     560000 | #Constraints:      51445
563.92/572.40	c #Conflicts:     561000 | #Constraints:      52445
563.92/572.40	c #Conflicts:     562000 | #Constraints:      53445
563.92/572.40	c #Conflicts:     563000 | #Constraints:      54445
563.92/572.40	c #Conflicts:     564000 | #Constraints:      55445
563.92/572.40	c #Conflicts:     565000 | #Constraints:      56445
563.92/572.40	c #Conflicts:     566000 | #Constraints:      57445
563.92/572.40	c #Conflicts:     567000 | #Constraints:      58445
563.92/572.40	c #Conflicts:     568000 | #Constraints:      59445
563.92/572.40	c #Conflicts:     569000 | #Constraints:      60445
563.92/572.40	c #Conflicts:     570000 | #Constraints:      61445
563.92/572.40	c #Conflicts:     571000 | #Constraints:      62445
563.92/572.40	c #Conflicts:     572000 | #Constraints:      63445
563.92/572.40	c #Conflicts:     573000 | #Constraints:      64445
563.92/572.40	c INPROCESSING
563.92/572.40	c GARBAGE COLLECT
563.92/572.40	c #Conflicts:     574000 | #Constraints:      36906
563.92/572.40	c #Conflicts:     575000 | #Constraints:      37906
563.92/572.40	c bounds - >= 540 @ 556.404
593.33/603.61	c #Conflicts:     576000 | #Constraints:      39008
593.33/603.61	c #Conflicts:     577000 | #Constraints:      40008
593.33/603.61	c #Conflicts:     578000 | #Constraints:      41008
593.33/603.61	c #Conflicts:     579000 | #Constraints:      42008
593.33/603.61	c #Conflicts:     580000 | #Constraints:      43008
593.33/603.61	c #Conflicts:     581000 | #Constraints:      44008
593.33/603.61	c #Conflicts:     582000 | #Constraints:      45008
593.33/603.61	c #Conflicts:     583000 | #Constraints:      46008
593.33/603.61	c #Conflicts:     584000 | #Constraints:      47008
593.33/603.61	c #Conflicts:     585000 | #Constraints:      48008
593.33/603.61	c #Conflicts:     586000 | #Constraints:      49008
593.33/603.61	c #Conflicts:     587000 | #Constraints:      50008
593.33/603.61	c #Conflicts:     588000 | #Constraints:      51008
593.33/603.61	c INPROCESSING
593.33/603.61	c GARBAGE COLLECT
593.33/603.61	c #Conflicts:     589000 | #Constraints:      29884
593.33/603.61	c #Conflicts:     590000 | #Constraints:      30884
593.33/603.61	c #Conflicts:     591000 | #Constraints:      31884
593.33/603.61	c #Conflicts:     592000 | #Constraints:      32884
593.33/603.61	c #Conflicts:     593000 | #Constraints:      33884
593.33/603.61	c #Conflicts:     594000 | #Constraints:      34884
593.33/603.61	c #Conflicts:     595000 | #Constraints:      35884
593.33/603.61	c #Conflicts:     596000 | #Constraints:      36884
593.33/603.61	c #Conflicts:     597000 | #Constraints:      37884
593.33/603.61	c #Conflicts:     598000 | #Constraints:      38884
593.33/603.61	c #Conflicts:     599000 | #Constraints:      39884
593.33/603.61	c #Conflicts:     600000 | #Constraints:      40884
593.33/603.61	c #Conflicts:     601000 | #Constraints:      41884
593.33/603.61	c #Conflicts:     602000 | #Constraints:      42884
593.33/603.61	c #Conflicts:     603000 | #Constraints:      43884
593.33/603.61	c #Conflicts:     604000 | #Constraints:      44884
593.33/603.61	c INPROCESSING
593.33/603.61	c GARBAGE COLLECT
593.33/603.61	c #Conflicts:     605000 | #Constraints:      27033
593.33/603.61	c #Conflicts:     606000 | #Constraints:      28033
593.33/603.61	c #Conflicts:     607000 | #Constraints:      29033
593.33/603.61	c #Conflicts:     608000 | #Constraints:      30033
593.33/603.61	c #Conflicts:     609000 | #Constraints:      31033
593.33/603.61	c #Conflicts:     610000 | #Constraints:      32033
593.33/603.61	c #Conflicts:     611000 | #Constraints:      33033
593.33/603.61	c #Conflicts:     612000 | #Constraints:      34033
593.33/603.61	c #Conflicts:     613000 | #Constraints:      35033
593.33/603.61	c #Conflicts:     614000 | #Constraints:      36033
593.33/603.61	c #Conflicts:     615000 | #Constraints:      37033
593.33/603.61	c #Conflicts:     616000 | #Constraints:      38033
593.33/603.61	c #Conflicts:     617000 | #Constraints:      39033
593.33/603.61	c #Conflicts:     618000 | #Constraints:      40033
593.33/603.61	c #Conflicts:     619000 | #Constraints:      41033
593.33/603.61	c #Conflicts:     620000 | #Constraints:      42033
593.33/603.61	c INPROCESSING
593.33/603.61	c GARBAGE COLLECT
593.33/603.61	c #Conflicts:     621000 | #Constraints:      25586
593.33/603.61	c #Conflicts:     622000 | #Constraints:      26586
593.33/603.61	c #Conflicts:     623000 | #Constraints:      27586
593.33/603.61	c #Conflicts:     624000 | #Constraints:      28586
593.33/603.61	c #Conflicts:     625000 | #Constraints:      29586
593.33/603.61	c #Conflicts:     626000 | #Constraints:      30586
593.33/603.61	WSVECS04 Frhs2[3]: 6 -1.00003 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[4]: 6 0 1.00001 shouldn't be
593.33/603.61	WSVECS04 Frhs2[15]: 6 -1.00008 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[16]: 6 0 1.66674 shouldn't be
593.33/603.61	WSVECS04 Frhs2[21]: 6 0 2.00008 shouldn't be
593.33/603.61	WSVECS04 Frhs2[45]: 6 0 1.00003 shouldn't be
593.33/603.61	WSVECS04 Frhs2[51]: 6 0 1.66674 shouldn't be
593.33/603.61	WSVECS04 Frhs2[52]: 6 -1.00001 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[53]: 6 -1.00003 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[54]: 6 0 3.00001 shouldn't be
593.33/603.61	WSVECS04 Frhs2[62]: 6 0 2.00005 shouldn't be
593.33/603.61	WSVECS04 Frhs2[67]: 6 0 4.66675 shouldn't be
593.33/603.61	WSVECS04 Frhs2[68]: 6 -1.00004 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[87]: 6 0 1.00002 shouldn't be
593.33/603.61	WSVECS04 Frhs2[105]: 6 0 1.66676 shouldn't be
593.33/603.61	WSVECS04 Frhs2[122]: 6 -1.00006 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[127]: 6 -1.00002 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[150]: 6 0 2.33336 shouldn't be
593.33/603.61	WSVECS04 Frhs2[159]: 6 0 1.00008 shouldn't be
593.33/603.61	WSVECS04 Frhs2[160]: 6 -1.00009 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[171]: 6 0 1.00009 shouldn't be
593.33/603.61	WSVECS04 Frhs2[172]: 6 -1.00002 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[174]: 6 -1.00005 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[183]: 6 0 1.00006 shouldn't be
593.33/603.61	WSVECS04 Frhs2[184]: 6 -1.00009 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[232]: 6 -1.00003 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[235]: 6 0 1.00004 shouldn't be
593.33/603.61	WSVECS04 Frhs2[236]: 6 -1.00001 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[240]: 6 0 2.00006 shouldn't be
593.33/603.61	WSVECS04 Frhs2[247]: 6 -1.00004 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[248]: 6 0 1.66669 shouldn't be
593.33/603.61	WSVECS04 Frhs2[292]: 6 0 1.00007 shouldn't be
593.33/603.61	WSVECS04 Frhs2[323]: 6 0 2.66674 shouldn't be
593.33/603.61	WSVECS04 Frhs2[333]: 6 -1.00009 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[334]: 6 0 1.00005 shouldn't be
593.33/603.61	WSVECS04 Frhs2[337]: 6 -1.00003 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[338]: 6 0 1.00003 shouldn't be
593.33/603.61	WSVECS04 Frhs2[369]: 6 0 1.66672 shouldn't be
593.33/603.61	WSVECS04 Frhs2[387]: 6 -1.00003 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[388]: 6 0 0.333417 shouldn't be
593.33/603.61	WSVECS04 Frhs2[409]: 6 0 1.00004 shouldn't be
593.33/603.61	WSVECS04 Frhs2[429]: 6 0 4.33343 shouldn't be
593.33/603.61	WSVECS04 Frhs2[430]: 6 -1.00004 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[463]: 6 0 3.00006 shouldn't be
593.33/603.61	WSVECS04 Frhs2[468]: 6 0 3.00006 shouldn't be
593.33/603.61	WSVECS04 Frhs2[471]: 6 0 3.00009 shouldn't be
593.33/603.61	WSVECS04 Frhs2[472]: 6 -1.00005 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[503]: 6 0 2.66669 shouldn't be
593.33/603.61	WSVECS04 Frhs2[504]: 6 -1.00005 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[505]: 6 0 3.33336 shouldn't be
593.33/603.61	WSVECS04 Frhs2[532]: 6 0 2.00008 shouldn't be
593.33/603.61	WSVECS04 Frhs2[552]: 6 -1.00005 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[575]: 6 0 2.66672 shouldn't be
593.33/603.61	WSVECS04 Frhs2[579]: 6 -1.00001 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[580]: 6 0 3.66675 shouldn't be
593.33/603.61	WSVECS04 Frhs2[584]: 6 0 3.0001 shouldn't be
593.33/603.61	WSVECS04 Frhs2[593]: 6 0 2.00006 shouldn't be
593.33/603.61	WSVECS04 Frhs2[594]: 6 -1.00003 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[595]: 6 0 1.00005 shouldn't be
593.33/603.61	WSVECS04 Frhs2[596]: 6 -1.00002 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[643]: 6 -1.00002 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[644]: 6 0 1.00005 shouldn't be
593.33/603.61	WSVECS04 Frhs2[649]: 6 0 3.66671 shouldn't be
593.33/603.61	WSVECS04 Frhs2[655]: 6 -1.00002 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[656]: 6 0 2.00002 shouldn't be
593.33/603.61	WSVECS04 Frhs2[661]: 6 -1.00001 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[669]: 6 -1.00006 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[698]: 6 -1.00004 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[723]: 6 0 1.00003 shouldn't be
593.33/603.61	WSVECS04 Frhs2[746]: 6 -1.00006 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[797]: 6 0 2.00002 shouldn't be
593.33/603.61	WSVECS04 Frhs2[838]: 6 0 2.66675 shouldn't be
593.33/603.61	WSVECS04 Frhs2[873]: 6 -1.00004 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[887]: 6 -1.00007 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[929]: 6 0 1.66671 shouldn't be
593.33/603.61	WSVECS04 Frhs2[930]: 6 -1.00008 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[935]: 6 0 2.00003 shouldn't be
593.33/603.61	WSVECS04 Frhs2[956]: 6 -1.00009 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[982]: 6 -1.00003 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[998]: 6 0 1.33335 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1001]: 6 0 2.66671 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1012]: 6 0 1.00002 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1024]: 6 0 3.00001 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1033]: 6 0 1.33342 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1034]: 6 -1.00004 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1043]: 6 0 1.00009 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1045]: 6 -1.00009 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1047]: 6 -1.00006 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1048]: 6 0 1.00001 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1056]: 6 -1.00006 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1068]: 6 -1.00009 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1079]: 6 -1.00008 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1080]: 6 0 1.00003 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1085]: 6 -1.00006 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1086]: 6 0 0.666681 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1093]: 6 -1.00004 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1094]: 6 0 0.666701 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1097]: 6 -1.00008 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1098]: 6 0 3.00002 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1099]: 6 0 1.66672 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1100]: 6 -1.00002 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1118]: 6 0 1.33342 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1119]: 6 0 0.666748 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1120]: 6 -1.00007 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1136]: 6 0 3.00007 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1163]: 6 0 4.00003 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1164]: 6 -1.00007 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1165]: 6 -1.00006 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1166]: 6 0 1.00008 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1176]: 6 0 1.66672 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1183]: 6 -1.00001 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1196]: 6 0 5.6667 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1205]: 6 0 4.00005 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1206]: 6 -1.00002 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1211]: 6 0 1.66672 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1212]: 6 -1.00002 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1223]: 6 0 1.00002 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1225]: 6 0 2.00002 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1255]: 6 -1.00007 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1256]: 6 0 1.00002 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1259]: 6 -1.00006 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1260]: 6 0 1.00004 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1307]: 6 0 0.666723 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1308]: 6 -1.00002 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1313]: 6 -1.00007 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1314]: 6 0 1.66669 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1328]: 6 0 0.666762 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1336]: 6 -1.00004 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1338]: 6 0 2.6667 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1403]: 6 0 3.6667 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1404]: 6 -1.00008 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1409]: 6 -1.00007 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1410]: 6 0 5.00002 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1443]: 6 -1.00006 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1444]: 6 0 2.00003 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1477]: 6 -1.00008 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1478]: 6 0 1.33343 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1529]: 6 -1.00009 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1530]: 6 0 2.00003 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1566]: 6 0 1.00002 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1582]: 6 0 1.33338 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1590]: 6 0 2.3334 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1607]: 6 0 3.33336 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1610]: 6 0 1.6667 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1616]: 6 -1.00001 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1653]: 6 0 1.00004 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1654]: 6 -1.00005 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1701]: 6 0 1.66676 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1729]: 6 0 2.00008 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1730]: 6 -1.00009 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1765]: 6 0 3.00009 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1773]: 6 0 1.00004 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1785]: 6 -1.00001 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1786]: 6 0 1.00007 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1817]: 6 -1.00004 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1818]: 6 0 2.6667 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1833]: 6 0 0.666727 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1834]: 6 -1.00008 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1838]: 6 -1.00006 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1872]: 6 0 5.66673 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1877]: 6 0 1.00007 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1878]: 6 -1.00006 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1881]: 6 0 1.00005 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1882]: 6 -1.00005 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1899]: 6 0 1.0001 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1900]: 6 -1.00003 0 shouldn't be
593.33/603.61	WSVECS04 Frhs2[1920]: 6 -1.00008 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[166]: 6 0 1.00007 shouldn't be
593.74/604.05	WSVECS04 Frhs2[218]: 6 0 2.00008 shouldn't be
593.74/604.05	WSVECS04 Frhs2[274]: 6 -1.00005 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[295]: 6 0 0.666749 shouldn't be
593.74/604.05	WSVECS04 Frhs2[439]: 6 -1.00002 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[462]: 6 0 0.666766 shouldn't be
593.74/604.05	WSVECS04 Frhs2[473]: 6 -1.00004 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[549]: 6 0 2.00004 shouldn't be
593.74/604.05	WSVECS04 Frhs2[569]: 6 -1.00007 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[667]: 6 0 0.666757 shouldn't be
593.74/604.05	WSVECS04 Frhs2[680]: 6 0 4.33335 shouldn't be
593.74/604.05	WSVECS04 Frhs2[745]: 6 0 4.33338 shouldn't be
593.74/604.05	WSVECS04 Frhs2[831]: 6 -1.00004 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[854]: 6 0 1.6667 shouldn't be
593.74/604.05	WSVECS04 Frhs2[862]: 6 0 3.00009 shouldn't be
593.74/604.05	WSVECS04 Frhs2[867]: 6 0 1.66672 shouldn't be
593.74/604.05	WSVECS04 Frhs2[957]: 6 -1.00003 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1016]: 6 -1.00002 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1023]: 6 -1.00008 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1059]: 6 0 4.66675 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1144]: 6 0 4.00005 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1184]: 6 0 1.00006 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1194]: 6 0 1.00005 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1221]: 6 0 2.00002 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1226]: 6 -1.00006 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1240]: 6 0 2.00002 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1272]: 6 0 5.33343 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1369]: 6 0 2.00008 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1375]: 6 -1.00004 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1396]: 6 0 2.00003 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1425]: 6 0 1.00008 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1442]: 6 -1.00009 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1519]: 6 -1.00007 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1547]: 6 -1.00007 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1564]: 6 0 4.00009 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1568]: 6 -1.00002 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1569]: 6 0 1.33336 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1570]: 6 -1.00006 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1661]: 6 0 0.333348 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1672]: 6 0 3.00006 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1676]: 6 0 1.00008 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1720]: 6 -1.00004 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1727]: 6 0 4.66676 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1754]: 6 -1.00007 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1755]: 6 0 0.333419 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1756]: 6 -1.00006 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1768]: 6 -1.00009 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1871]: 6 -1.00003 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1895]: 6 0 1.33338 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1913]: 6 -1.00005 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1914]: 6 0 2.00009 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1957]: 6 -1.00006 0 shouldn't be
593.74/604.05	WSVECS04 Frhs2[1977]: 6 0 3.00008 shouldn't be
594.13/604.42	WSVECS04 Frhs2[17]: 6 0 3.33343 shouldn't be
594.13/604.42	WSVECS04 Frhs2[61]: 6 -1.00001 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[131]: 6 0 1.33342 shouldn't be
594.13/604.42	WSVECS04 Frhs2[164]: 6 -1.00006 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[276]: 6 -1.00006 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[370]: 6 -1.00004 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[381]: 6 -1.0001 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[382]: 6 0 1.00008 shouldn't be
594.13/604.42	WSVECS04 Frhs2[389]: 6 -1.00004 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[390]: 6 0 4.33338 shouldn't be
594.13/604.42	WSVECS04 Frhs2[441]: 6 -1.00001 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[448]: 6 -1.00006 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[583]: 6 -1.00001 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[591]: 6 0 0.33339 shouldn't be
594.13/604.42	WSVECS04 Frhs2[613]: 6 0 0.666715 shouldn't be
594.13/604.42	WSVECS04 Frhs2[668]: 6 -1.00009 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[697]: 6 0 4.0001 shouldn't be
594.13/604.42	WSVECS04 Frhs2[768]: 6 -1.00005 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[798]: 6 -1.00004 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[861]: 6 -1.00007 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[863]: 6 0 2.66668 shouldn't be
594.13/604.42	WSVECS04 Frhs2[894]: 6 -1.00001 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[923]: 6 -1.00006 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1060]: 6 -1.00001 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1106]: 6 0 1.00003 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1262]: 6 -1.00006 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1299]: 6 0 1.00003 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1348]: 6 -1.00009 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1424]: 6 -1.00009 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1479]: 6 0 1.00005 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1491]: 6 -1.00001 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1492]: 6 0 1.00002 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1541]: 6 -1.00004 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1572]: 6 0 1.00001 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1581]: 6 -1.00009 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1609]: 6 -1.00006 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1612]: 6 0 2.00004 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1702]: 6 -1.00006 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1707]: 6 -1.00005 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1708]: 6 0 3.00006 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1728]: 6 -1.00007 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1774]: 6 -1.00006 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1910]: 6 0 3.33336 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1917]: 6 0 2.00006 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1918]: 6 -1.00008 0 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1949]: 6 0 4.00008 shouldn't be
594.13/604.42	WSVECS04 Frhs2[1996]: 6 0 0.333403 shouldn't be
594.43/604.75	WSVECS04 Frhs2[18]: 6 -1.00009 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[38]: 6 0 3.00009 shouldn't be
594.43/604.75	WSVECS04 Frhs2[46]: 6 -1.00003 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[132]: 6 -1.00005 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[165]: 6 -1.00006 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[217]: 6 -1.00008 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[246]: 6 -1.00004 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[289]: 6 -1.00008 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[291]: 6 -1.00005 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[310]: 6 -1.00002 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[324]: 6 -1.00002 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[363]: 6 0 3.66676 shouldn't be
594.43/604.75	WSVECS04 Frhs2[437]: 6 -1.00008 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[554]: 6 -1.00002 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[577]: 6 -1.00005 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[592]: 6 -1.00005 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[604]: 6 -1.00003 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[636]: 6 0 1.00003 shouldn't be
594.43/604.75	WSVECS04 Frhs2[677]: 6 -1.00007 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[730]: 6 -1.00004 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[822]: 6 -1.00005 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[947]: 6 -1.00008 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[951]: 6 0 2.00006 shouldn't be
594.43/604.75	WSVECS04 Frhs2[952]: 6 -1.00009 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[997]: 6 -1.00007 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[1222]: 6 -1.00009 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[1249]: 6 -1.00006 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[1327]: 6 -1.00005 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[1387]: 6 -1.00004 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[1388]: 6 0 2.00008 shouldn't be
594.43/604.75	WSVECS04 Frhs2[1395]: 6 -1.00002 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[1432]: 6 0 1.00004 shouldn't be
594.43/604.75	WSVECS04 Frhs2[1563]: 6 -1.00002 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[1623]: 6 0 3.00008 shouldn't be
594.43/604.75	WSVECS04 Frhs2[1626]: 6 0 1.66668 shouldn't be
594.43/604.75	WSVECS04 Frhs2[1662]: 6 -1.00009 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[1725]: 6 -1.00008 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[1726]: 6 0 1.00007 shouldn't be
594.43/604.75	WSVECS04 Frhs2[1821]: 6 -1.00001 0 shouldn't be
594.43/604.75	WSVECS04 Frhs2[1837]: 6 0 2.00007 shouldn't be
594.43/604.75	WSVECS04 Frhs2[1870]: 6 0 1.66673 shouldn't be
594.43/604.75	WSVECS04 Frhs2[1962]: 6 -1.00002 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[13]: 6 -1.00007 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[239]: 6 -1.00005 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[257]: 6 -1.00002 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[372]: 6 -1.00003 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[385]: 6 0 6.00008 shouldn't be
594.73/605.01	WSVECS04 Frhs2[391]: 6 -1.00003 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[553]: 6 0 2.00001 shouldn't be
594.73/605.01	WSVECS04 Frhs2[837]: 6 -1.00005 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[853]: 6 -1.00007 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[936]: 6 -1.00001 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[943]: 6 -1.00005 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[1011]: 6 -1.00003 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[1042]: 6 -1.00004 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[1065]: 6 -1.00002 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[1145]: 6 -1.00009 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[1401]: 6 -1.00008 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[1402]: 6 0 1.00005 shouldn't be
594.73/605.01	WSVECS04 Frhs2[1426]: 6 -1.00003 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[1464]: 6 -1.00007 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[1471]: 6 0 1.00008 shouldn't be
594.73/605.01	WSVECS04 Frhs2[1480]: 6 -1.00009 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[1608]: 6 -1.00002 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[1611]: 6 -1.00009 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[1622]: 6 -1.00003 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[1671]: 6 -1.00006 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[1699]: 6 0 1.66675 shouldn't be
594.73/605.01	WSVECS04 Frhs2[1858]: 6 -1.00001 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[1875]: 6 -1.00003 0 shouldn't be
594.73/605.01	WSVECS04 Frhs2[1876]: 6 0 5.33338 shouldn't be
594.73/605.01	WSVECS04 Frhs2[1909]: 6 -1.00006 0 shouldn't be
595.33/605.62	WSVECS04 Frhs2[261]: 6 -1.00003 0 shouldn't be
595.33/605.62	WSVECS04 Frhs2[319]: 6 -1.00002 0 shouldn't be
595.33/605.62	WSVECS04 Frhs2[367]: 6 0 0.33337 shouldn't be
595.33/605.62	WSVECS04 Frhs2[578]: 6 0 2.33337 shouldn't be
595.33/605.62	WSVECS04 Frhs2[635]: 6 -1.00008 0 shouldn't be
595.33/605.62	WSVECS04 Frhs2[783]: 6 -1.0001 0 shouldn't be
595.33/605.62	WSVECS04 Frhs2[829]: 6 0 4.00008 shouldn't be
595.33/605.62	WSVECS04 Frhs2[927]: 6 -1.00003 0 shouldn't be
595.33/605.62	WSVECS04 Frhs2[1066]: 6 0 1.0001 shouldn't be
595.33/605.62	WSVECS04 Frhs2[1121]: 6 -1.00002 0 shouldn't be
595.33/605.62	WSVECS04 Frhs2[1124]: 6 -1.00004 0 shouldn't be
595.33/605.62	WSVECS04 Frhs2[1239]: 6 -1.00001 0 shouldn't be
595.33/605.62	WSVECS04 Frhs2[1431]: 6 -1.00001 0 shouldn't be
595.33/605.62	WSVECS04 Frhs2[1472]: 6 -1.00005 0 shouldn't be
595.33/605.62	WSVECS04 Frhs2[1526]: 6 -1.00007 0 shouldn't be
595.33/605.62	WSVECS04 Frhs2[1589]: 6 -1.00002 0 shouldn't be
595.33/605.62	WSVECS04 Frhs2[1592]: 6 0 1.00009 shouldn't be
595.33/605.62	WSVECS04 Frhs2[1700]: 6 -1.00006 0 shouldn't be
595.33/605.62	WSVECS04 Frhs2[1816]: 6 -1.00009 0 shouldn't be
595.73/606.07	WSVECS04 Frhs2[106]: 6 -1.00006 0 shouldn't be
595.73/606.07	WSVECS04 Frhs2[139]: 6 -1.00008 0 shouldn't be
595.73/606.07	WSVECS04 Frhs2[309]: 6 0 3.00008 shouldn't be
595.73/606.07	WSVECS04 Frhs2[401]: 6 -1.00004 0 shouldn't be
595.73/606.07	WSVECS04 Frhs2[464]: 6 -1.00002 0 shouldn't be
595.73/606.07	WSVECS04 Frhs2[632]: 6 -1.00005 0 shouldn't be
595.73/606.07	WSVECS04 Frhs2[671]: 6 -1.00002 0 shouldn't be
595.73/606.07	WSVECS04 Frhs2[1105]: 6 -1.00007 0 shouldn't be
595.73/606.07	WSVECS04 Frhs2[1122]: 6 0 1.0001 shouldn't be
595.73/606.07	WSVECS04 Frhs2[1246]: 6 0 2.00007 shouldn't be
595.73/606.07	WSVECS04 Frhs2[1465]: 6 -1.00003 0 shouldn't be
595.73/606.07	WSVECS04 Frhs2[1571]: 6 -1.00008 0 shouldn't be
595.73/606.07	WSVECS04 Frhs2[1591]: 6 -1.00002 0 shouldn't be
595.73/606.07	WSVECS04 Frhs2[1624]: 6 -1.00008 0 shouldn't be
595.73/606.07	WSVECS04 Frhs2[1789]: 6 -1.00007 0 shouldn't be
595.73/606.07	WSVECS04 Frhs2[1933]: 6 -1.00003 0 shouldn't be
595.73/606.07	WSVECS04 Frhs2[1950]: 6 -1.00003 0 shouldn't be
596.12/606.41	WSVECS04 Frhs2[37]: 6 -1.00008 0 shouldn't be
596.12/606.41	WSVECS04 Frhs2[199]: 6 -1.00003 0 shouldn't be
596.12/606.41	WSVECS04 Frhs2[364]: 6 -1.00004 0 shouldn't be
596.12/606.41	WSVECS04 Frhs2[398]: 6 -1.00002 0 shouldn't be
596.12/606.41	WSVECS04 Frhs2[442]: 6 0 2.33339 shouldn't be
596.12/606.41	WSVECS04 Frhs2[480]: 6 -1.00003 0 shouldn't be
596.12/606.41	WSVECS04 Frhs2[531]: 6 -1.00004 0 shouldn't be
596.12/606.41	WSVECS04 Frhs2[726]: 6 -1.00003 0 shouldn't be
596.12/606.41	WSVECS04 Frhs2[789]: 6 -1.00005 0 shouldn't be
596.12/606.41	WSVECS04 Frhs2[864]: 6 -1.00007 0 shouldn't be
596.12/606.41	WSVECS04 Frhs2[870]: 6 -1.00007 0 shouldn't be
596.12/606.41	WSVECS04 Frhs2[910]: 6 -1.00005 0 shouldn't be
596.12/606.41	WSVECS04 Frhs2[912]: 6 -1.00009 0 shouldn't be
596.12/606.41	WSVECS04 Frhs2[1245]: 6 -1.00005 0 shouldn't be
596.12/606.41	WSVECS04 Frhs2[1370]: 6 -1.00009 0 shouldn't be
596.12/606.41	WSVECS04 Frhs2[1386]: 6 -1.00009 0 shouldn't be
596.12/606.41	WSVECS04 Frhs2[1392]: 6 -1.00002 0 shouldn't be
596.12/606.41	WSVECS04 Frhs2[1869]: 6 -1.00007 0 shouldn't be
596.12/606.41	WSVECS04 Frhs2[1922]: 6 -1.00007 0 shouldn't be
596.12/606.41	WSVECS04 Frhs2[1995]: 6 -1.00005 0 shouldn't be
596.53/606.86	WSVECS04 Frhs2[22]: 6 -1.00005 0 shouldn't be
596.53/606.86	WSVECS04 Frhs2[29]: 6 -1.00004 0 shouldn't be
596.53/606.86	WSVECS04 Frhs2[368]: 6 -1.00007 0 shouldn't be
596.53/606.86	WSVECS04 Frhs2[394]: 6 -1.00004 0 shouldn't be
596.53/606.86	WSVECS04 Frhs2[426]: 6 -1.00002 0 shouldn't be
596.53/606.86	WSVECS04 Frhs2[647]: 6 -1.00004 0 shouldn't be
596.53/606.86	WSVECS04 Frhs2[714]: 6 0 2.00006 shouldn't be
596.53/606.86	WSVECS04 Frhs2[830]: 6 -1.00006 0 shouldn't be
596.53/606.86	WSVECS04 Frhs2[851]: 6 -1.00009 0 shouldn't be
596.53/606.86	WSVECS04 Frhs2[1135]: 6 -1.00003 0 shouldn't be
596.53/606.86	WSVECS04 Frhs2[1224]: 6 -1.00007 0 shouldn't be
596.53/606.86	WSVECS04 Frhs2[1337]: 6 -1.00008 0 shouldn't be
596.53/606.86	WSVECS04 Frhs2[1605]: 6 -1.00004 0 shouldn't be
596.53/606.86	WSVECS04 Frhs2[1625]: 6 -1.00006 0 shouldn't be
596.53/606.86	WSVECS04 Frhs2[1815]: 6 0 1.00003 shouldn't be
596.53/606.86	WSVECS04 Frhs2[1896]: 6 -1.00009 0 shouldn't be
596.93/607.26	WSVECS04 Frhs2[30]: 6 0 5.00004 shouldn't be
596.93/607.26	WSVECS04 Frhs2[417]: 6 -1.00005 0 shouldn't be
596.93/607.26	WSVECS04 Frhs2[587]: 6 -1.00005 0 shouldn't be
596.93/607.26	WSVECS04 Frhs2[650]: 6 -1.00005 0 shouldn't be
596.93/607.26	WSVECS04 Frhs2[713]: 6 -1.00006 0 shouldn't be
596.93/607.26	WSVECS04 Frhs2[913]: 6 0 1.00007 shouldn't be
596.93/607.26	WSVECS04 Frhs2[914]: 6 -1.00003 0 shouldn't be
596.93/607.26	WSVECS04 Frhs2[1044]: 6 -1.00005 0 shouldn't be
596.93/607.26	WSVECS04 Frhs2[1271]: 6 -1.00004 0 shouldn't be
596.93/607.26	WSVECS04 Frhs2[1675]: 6 -1.00003 0 shouldn't be
596.93/607.26	WSVECS04 Frhs2[1798]: 6 -1.00003 0 shouldn't be
597.43/607.76	WSVECS04 Frhs2[610]: 6 -1.00005 0 shouldn't be
597.43/607.76	WSVECS04 Frhs2[707]: 6 -1.00003 0 shouldn't be
597.43/607.76	WSVECS04 Frhs2[992]: 6 -1.00004 0 shouldn't be
597.43/607.76	WSVECS04 Frhs2[1243]: 6 -1.00004 0 shouldn't be
598.03/608.31	WSVECS04 Frhs2[350]: 6 -1.00005 0 shouldn't be
598.03/608.31	WSVECS04 Frhs2[425]: 6 0 1.3334 shouldn't be
598.03/608.31	WSVECS04 Frhs2[490]: 6 -1.0001 0 shouldn't be
598.03/608.31	WSVECS04 Frhs2[807]: 6 -1.00005 0 shouldn't be
598.03/608.31	WSVECS04 Frhs2[1793]: 6 -1.00003 0 shouldn't be
598.52/608.85	WSVECS04 Frhs2[509]: 6 -1.00008 0 shouldn't be
599.42/609.72	WSVECS04 Frhs2[1435]: 6 -1.00006 0 shouldn't be
599.82/610.15	WSVECS04 Frhs2[724]: 6 -1.0001 0 shouldn't be
599.82/610.15	WSVECS04 Frhs2[1449]: 6 -1.00003 0 shouldn't be
600.32/610.65	WSVECS04 Frhs2[467]: 6 -1.00007 0 shouldn't be
601.22/611.50	WSVECS04 Frhs2[410]: 6 -1.00005 0 shouldn't be
606.60/616.96	WSVECS04 Frhs2[386]: 6 -1.00008 0 shouldn't be
717.80/730.42	c #Conflicts:     627000 | #Constraints:      31587
717.80/730.42	c #Conflicts:     628000 | #Constraints:      32587
717.80/730.42	c #Conflicts:     629000 | #Constraints:      33587
717.80/730.42	c #Conflicts:     630000 | #Constraints:      34587
717.80/730.42	c #Conflicts:     631000 | #Constraints:      35587
717.80/730.42	c #Conflicts:     632000 | #Constraints:      36587
717.80/730.42	c #Conflicts:     633000 | #Constraints:      37587
717.80/730.42	c #Conflicts:     634000 | #Constraints:      38587
717.80/730.42	c #Conflicts:     635000 | #Constraints:      39587
717.80/730.42	c #Conflicts:     636000 | #Constraints:      40587
717.80/730.42	c INPROCESSING
717.80/730.42	c GARBAGE COLLECT
717.80/730.42	c #Conflicts:     637000 | #Constraints:      24782
717.80/730.42	c #Conflicts:     638000 | #Constraints:      25782
717.80/730.42	c #Conflicts:     639000 | #Constraints:      26782
717.80/730.42	c #Conflicts:     640000 | #Constraints:      27782
717.80/730.42	c #Conflicts:     641000 | #Constraints:      28782
717.80/730.42	c #Conflicts:     642000 | #Constraints:      29782
717.80/730.42	c #Conflicts:     643000 | #Constraints:      30782
717.80/730.42	c #Conflicts:     644000 | #Constraints:      31782
717.80/730.42	c #Conflicts:     645000 | #Constraints:      32782
717.80/730.42	c #Conflicts:     646000 | #Constraints:      33782
717.80/730.42	c #Conflicts:     647000 | #Constraints:      34782
717.80/730.42	c #Conflicts:     648000 | #Constraints:      35782
717.80/730.42	c #Conflicts:     649000 | #Constraints:      36782
717.80/730.42	c #Conflicts:     650000 | #Constraints:      37782
717.80/730.42	c #Conflicts:     651000 | #Constraints:      38782
717.80/730.42	c #Conflicts:     652000 | #Constraints:      39782
717.80/730.42	c INPROCESSING
717.80/730.42	c GARBAGE COLLECT
717.80/730.42	c #Conflicts:     653000 | #Constraints:      24291
717.80/730.42	c #Conflicts:     654000 | #Constraints:      25291
717.80/730.42	c #Conflicts:     655000 | #Constraints:      26291
717.80/730.42	c #Conflicts:     656000 | #Constraints:      27291
717.80/730.42	c #Conflicts:     657000 | #Constraints:      28291
717.80/730.42	c #Conflicts:     658000 | #Constraints:      29291
717.80/730.42	c #Conflicts:     659000 | #Constraints:      30291
717.80/730.42	c #Conflicts:     660000 | #Constraints:      31291
717.80/730.42	c #Conflicts:     661000 | #Constraints:      32291
717.80/730.42	c #Conflicts:     662000 | #Constraints:      33291
717.80/730.42	c #Conflicts:     663000 | #Constraints:      34291
717.80/730.42	c #Conflicts:     664000 | #Constraints:      35291
717.80/730.42	c #Conflicts:     665000 | #Constraints:      36291
717.80/730.42	c #Conflicts:     666000 | #Constraints:      37291
717.80/730.42	c #Conflicts:     667000 | #Constraints:      38291
717.80/730.42	c #Conflicts:     668000 | #Constraints:      39291
717.80/730.42	c #Conflicts:     669000 | #Constraints:      40291
717.80/730.42	c #Conflicts:     670000 | #Constraints:      41291
717.80/730.42	c #Conflicts:     671000 | #Constraints:      42291
717.80/730.42	c #Conflicts:     672000 | #Constraints:      43291
717.80/730.42	c #Conflicts:     673000 | #Constraints:      44291
717.80/730.42	c #Conflicts:     674000 | #Constraints:      45291
717.80/730.42	c #Conflicts:     675000 | #Constraints:      46291
717.80/730.42	c #Conflicts:     676000 | #Constraints:      47291
717.80/730.42	c #Conflicts:     677000 | #Constraints:      48291
717.80/730.42	c #Conflicts:     678000 | #Constraints:      49291
717.80/730.42	c #Conflicts:     679000 | #Constraints:      50291
717.80/730.42	c #Conflicts:     680000 | #Constraints:      51291
717.80/730.42	c #Conflicts:     681000 | #Constraints:      52291
717.80/730.42	c #Conflicts:     682000 | #Constraints:      53291
717.80/730.42	c #Conflicts:     683000 | #Constraints:      54291
717.80/730.42	c #Conflicts:     684000 | #Constraints:      55291
717.80/730.42	c #Conflicts:     685000 | #Constraints:      56291
717.80/730.42	c #Conflicts:     686000 | #Constraints:      57291
717.80/730.42	c #Conflicts:     687000 | #Constraints:      58291
717.80/730.42	c #Conflicts:     688000 | #Constraints:      59291
717.80/730.42	c #Conflicts:     689000 | #Constraints:      60291
717.80/730.42	c #Conflicts:     690000 | #Constraints:      61291
717.80/730.42	c #Conflicts:     691000 | #Constraints:      62291
717.80/730.42	c #Conflicts:     692000 | #Constraints:      63291
717.80/730.42	c #Conflicts:     693000 | #Constraints:      64291
717.80/730.42	c #Conflicts:     694000 | #Constraints:      65291
717.80/730.42	c #Conflicts:     695000 | #Constraints:      66291
717.80/730.42	c #Conflicts:     696000 | #Constraints:      67291
717.80/730.42	c #Conflicts:     697000 | #Constraints:      68291
717.80/730.42	c #Conflicts:     698000 | #Constraints:      69291
717.80/730.42	c #Conflicts:     699000 | #Constraints:      70291
717.80/730.42	c #Conflicts:     700000 | #Constraints:      71291
717.80/730.42	c #Conflicts:     701000 | #Constraints:      72291
717.80/730.42	c #Conflicts:     702000 | #Constraints:      73291
717.80/730.42	c #Conflicts:     703000 | #Constraints:      74291
717.80/730.42	c #Conflicts:     704000 | #Constraints:      75291
762.78/777.31	c #Conflicts:     705000 | #Constraints:      76291
762.78/777.31	c #Conflicts:     706000 | #Constraints:      77291
762.78/777.31	c #Conflicts:     707000 | #Constraints:      78291
762.78/777.31	c #Conflicts:     708000 | #Constraints:      79291
762.78/777.31	c #Conflicts:     709000 | #Constraints:      80291
762.78/777.31	c #Conflicts:     710000 | #Constraints:      81291
762.78/777.31	c #Conflicts:     711000 | #Constraints:      82291
762.78/777.31	c #Conflicts:     712000 | #Constraints:      83291
762.78/777.31	c #Conflicts:     713000 | #Constraints:      84291
762.78/777.31	c #Conflicts:     714000 | #Constraints:      85291
762.78/777.31	c #Conflicts:     715000 | #Constraints:      86291
762.78/777.31	c #Conflicts:     716000 | #Constraints:      87291
762.78/777.31	c #Conflicts:     717000 | #Constraints:      88291
762.78/777.31	c #Conflicts:     718000 | #Constraints:      89291
762.78/777.31	c #Conflicts:     719000 | #Constraints:      90291
762.78/777.31	c #Conflicts:     720000 | #Constraints:      91291
762.78/777.31	c #Conflicts:     721000 | #Constraints:      92291
762.78/777.31	c #Conflicts:     722000 | #Constraints:      93291
762.78/777.31	c #Conflicts:     723000 | #Constraints:      94291
762.78/777.31	c #Conflicts:     724000 | #Constraints:      95291
762.78/777.31	c #Conflicts:     725000 | #Constraints:      96291
762.78/777.31	c #Conflicts:     726000 | #Constraints:      97291
762.78/777.31	c #Conflicts:     727000 | #Constraints:      98291
762.78/777.31	c #Conflicts:     728000 | #Constraints:      99291
762.78/777.31	c #Conflicts:     729000 | #Constraints:     100291
762.78/777.31	c #Conflicts:     730000 | #Constraints:     101291
762.78/777.31	c #Conflicts:     731000 | #Constraints:     102291
762.78/777.31	c INPROCESSING
762.78/777.31	c GARBAGE COLLECT
762.78/777.31	c #Conflicts:     732000 | #Constraints:      55761
762.78/777.31	c #Conflicts:     733000 | #Constraints:      56761
762.78/777.31	c #Conflicts:     734000 | #Constraints:      57761
762.78/777.31	c #Conflicts:     735000 | #Constraints:      58761
762.78/777.31	c #Conflicts:     736000 | #Constraints:      59761
762.78/777.31	c #Conflicts:     737000 | #Constraints:      60761
762.78/777.31	c #Conflicts:     738000 | #Constraints:      61761
762.78/777.31	c #Conflicts:     739000 | #Constraints:      62761
762.78/777.31	c #Conflicts:     740000 | #Constraints:      63761
762.78/777.31	c #Conflicts:     741000 | #Constraints:      64761
762.78/777.31	c #Conflicts:     742000 | #Constraints:      65761
762.78/777.31	c #Conflicts:     743000 | #Constraints:      66761
762.78/777.31	c #Conflicts:     744000 | #Constraints:      67761
762.78/777.31	c #Conflicts:     745000 | #Constraints:      68761
762.78/777.31	c #Conflicts:     746000 | #Constraints:      69761
762.78/777.31	c #Conflicts:     747000 | #Constraints:      70761
762.78/777.31	c #Conflicts:     748000 | #Constraints:      71761
762.78/777.31	c #Conflicts:     749000 | #Constraints:      72761
762.78/777.31	c INPROCESSING
762.78/777.31	c GARBAGE COLLECT
762.78/777.31	c #Conflicts:     750000 | #Constraints:      41197
762.78/777.31	c #Conflicts:     751000 | #Constraints:      42197
762.78/777.31	c #Conflicts:     752000 | #Constraints:      43197
762.78/777.31	c #Conflicts:     753000 | #Constraints:      44197
762.78/777.31	c #Conflicts:     754000 | #Constraints:      45197
762.78/777.31	c #Conflicts:     755000 | #Constraints:      46197
762.78/777.31	c #Conflicts:     756000 | #Constraints:      47197
762.78/777.31	c #Conflicts:     757000 | #Constraints:      48197
762.78/777.31	c #Conflicts:     758000 | #Constraints:      49197
762.78/777.31	c #Conflicts:     759000 | #Constraints:      50197
762.78/777.31	c #Conflicts:     760000 | #Constraints:      51197
762.78/777.31	c #Conflicts:     761000 | #Constraints:      52197
762.78/777.31	c #Conflicts:     762000 | #Constraints:      53197
762.78/777.31	c #Conflicts:     763000 | #Constraints:      54197
762.78/777.31	c #Conflicts:     764000 | #Constraints:      55197
762.78/777.31	c #Conflicts:     765000 | #Constraints:      56197
762.78/777.31	c #Conflicts:     766000 | #Constraints:      57197
762.78/777.31	c INPROCESSING
762.78/777.31	c GARBAGE COLLECT
762.78/777.31	c #Conflicts:     767000 | #Constraints:      33068
762.78/777.31	c #Conflicts:     768000 | #Constraints:      34068
762.78/777.31	c #Conflicts:     769000 | #Constraints:      35068
762.78/777.31	c #Conflicts:     770000 | #Constraints:      36068
762.78/777.31	c #Conflicts:     771000 | #Constraints:      37068
762.78/777.31	c #Conflicts:     772000 | #Constraints:      38068
762.78/777.31	c #Conflicts:     773000 | #Constraints:      39068
762.78/777.31	c #Conflicts:     774000 | #Constraints:      40068
762.78/777.31	c #Conflicts:     775000 | #Constraints:      41068
762.78/777.31	c #Conflicts:     776000 | #Constraints:      42068
762.78/777.31	c #Conflicts:     777000 | #Constraints:      43068
762.78/777.31	c #Conflicts:     778000 | #Constraints:      44068
762.78/777.31	c #Conflicts:     779000 | #Constraints:      45068
762.78/777.31	c #Conflicts:     780000 | #Constraints:      46068
762.78/777.31	c #Conflicts:     781000 | #Constraints:      47068
766.17/780.75	c #Conflicts:     782000 | #Constraints:      48068
766.17/780.75	c #Conflicts:     783000 | #Constraints:      49068
766.17/780.75	c #Conflicts:     784000 | #Constraints:      50068
766.17/780.75	c INPROCESSING
766.17/780.75	c GARBAGE COLLECT
766.17/780.75	WSVECS04 Frhs2[36]: 6 0 3.00003 shouldn't be
766.17/780.75	WSVECS04 Frhs2[42]: 6 0 12.0001 shouldn't be
766.17/780.75	WSVECS04 Frhs2[50]: 6 0 2.00006 shouldn't be
766.17/780.75	WSVECS04 Frhs2[52]: 6 0 1.00006 shouldn't be
766.17/780.75	WSVECS04 Frhs2[56]: 6 0 5.50009 shouldn't be
766.17/780.75	WSVECS04 Frhs2[60]: 6 0 1.00002 shouldn't be
766.17/780.75	WSVECS04 Frhs2[101]: 6 0 2.00006 shouldn't be
766.17/780.75	WSVECS04 Frhs2[129]: 6 0 15.0001 shouldn't be
766.17/780.75	WSVECS04 Frhs2[188]: 6 0 1.00005 shouldn't be
766.17/780.75	WSVECS04 Frhs2[189]: 6 0 3.00005 shouldn't be
766.17/780.75	WSVECS04 Frhs2[201]: 6 0 7.50008 shouldn't be
766.17/780.75	WSVECS04 Frhs2[215]: 6 0 2.00003 shouldn't be
766.17/780.75	WSVECS04 Frhs2[262]: 6 0 2.00003 shouldn't be
766.17/780.75	WSVECS04 Frhs2[291]: 6 0 5.00003 shouldn't be
766.17/780.75	WSVECS04 Frhs2[311]: 6 0 2.00003 shouldn't be
766.17/780.75	WSVECS04 Frhs2[342]: 6 0 2.00007 shouldn't be
766.17/780.75	WSVECS04 Frhs2[379]: 6 0 6.00004 shouldn't be
766.17/780.75	WSVECS04 Frhs2[408]: 6 0 2.00005 shouldn't be
766.17/780.75	WSVECS04 Frhs2[416]: 6 0 4.00002 shouldn't be
766.17/780.75	WSVECS04 Frhs2[418]: 6 0 3.50008 shouldn't be
766.17/780.75	WSVECS04 Frhs2[453]: 6 0 1.00008 shouldn't be
766.17/780.75	WSVECS04 Frhs2[462]: 6 0 7.00009 shouldn't be
766.17/780.75	WSVECS04 Frhs2[468]: 6 0 2.0001 shouldn't be
766.17/780.75	WSVECS04 Frhs2[470]: 6 0 2.0001 shouldn't be
766.17/780.75	WSVECS04 Frhs2[482]: 6 0 9.50001 shouldn't be
766.17/780.75	WSVECS04 Frhs2[581]: 6 0 1.00008 shouldn't be
766.17/780.75	WSVECS04 Frhs2[608]: 6 0 2.00006 shouldn't be
766.17/780.75	WSVECS04 Frhs2[609]: 6 0 2.00002 shouldn't be
766.17/780.75	WSVECS04 Frhs2[628]: 6 0 10 shouldn't be
766.17/780.75	WSVECS04 Frhs2[647]: 6 0 4.00009 shouldn't be
766.17/780.75	WSVECS04 Frhs2[664]: 6 0 1.00008 shouldn't be
766.17/780.75	WSVECS04 Frhs2[724]: 6 0 2.00002 shouldn't be
766.17/780.75	WSVECS04 Frhs2[734]: 6 0 1.00006 shouldn't be
766.17/780.75	WSVECS04 Frhs2[779]: 6 0 2.00001 shouldn't be
766.17/780.75	WSVECS04 Frhs2[796]: 6 0 4.00002 shouldn't be
766.17/780.75	WSVECS04 Frhs2[811]: 6 -1.00003 0 shouldn't be
766.17/780.75	WSVECS04 Frhs2[835]: 6 0 19 shouldn't be
766.17/780.75	WSVECS04 Frhs2[872]: 6 0 3.00001 shouldn't be
766.17/780.75	WSVECS04 Frhs2[890]: 6 0 1.00006 shouldn't be
766.17/780.75	WSVECS04 Frhs2[900]: 6 0 1.00007 shouldn't be
766.17/780.75	WSVECS04 Frhs2[947]: 6 -3.00004 0 shouldn't be
766.17/780.75	WSVECS04 Frhs2[972]: 6 0 1.00001 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1040]: 6 0 1.00001 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1169]: 6 0 1.00001 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1190]: 6 0 3.50003 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1196]: 6 0 1.00002 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1208]: 6 0 5.50006 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1219]: 6 0 1.00003 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1265]: 6 0 9.00008 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1285]: 6 0 4.50003 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1293]: 6 0 3.50009 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1301]: 6 0 3.00005 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1305]: 6 0 4.00005 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1313]: 6 0 12.0001 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1321]: 6 0 1.00005 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1326]: 6 0 1.00003 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1361]: 6 0 3.00009 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1390]: 6 0 1.00008 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1394]: 6 0 5.50007 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1415]: 6 0 1.00005 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1418]: 6 0 7.00003 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1445]: 6 0 2.00003 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1446]: 6 -1.00004 0 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1465]: 6 -1.00004 0 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1508]: 6 0 2.00003 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1538]: 6 0 2.00002 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1546]: 6 0 1.00007 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1576]: 6 0 12.5 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1581]: 6 0 3.00004 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1582]: 6 -1.00007 0 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1588]: 6 0 1.00005 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1594]: 6 0 1.00006 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1647]: 6 0 2.00008 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1716]: 6 -1.50007 0 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1719]: 6 0 2.00005 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1728]: 6 0 3.5001 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1753]: 6 0 1.00004 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1754]: 6 0 1.00007 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1768]: 6 0 2.00004 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1797]: 6 -4.00009 0 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1800]: 6 0 1.00006 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1815]: 6 0 16 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1844]: 6 0 3.00006 shouldn't be
766.17/780.75	WSVECS04 Frhs2[1942]: 6 0 0.500051 shouldn't be
766.58/781.19	WSVECS04 Frhs2[57]: 6 -2.00001 0 shouldn't be
766.58/781.19	WSVECS04 Frhs2[72]: 6 0 1.00006 shouldn't be
766.58/781.19	WSVECS04 Frhs2[239]: 6 0 14 shouldn't be
766.58/781.19	WSVECS04 Frhs2[254]: 6 0 5.00007 shouldn't be
766.58/781.19	WSVECS04 Frhs2[271]: 6 0 6.00002 shouldn't be
766.58/781.19	WSVECS04 Frhs2[280]: 6 0 9.00002 shouldn't be
766.58/781.19	WSVECS04 Frhs2[339]: 6 -1.00005 0 shouldn't be
766.58/781.19	WSVECS04 Frhs2[475]: 6 -2.00006 0 shouldn't be
766.58/781.19	WSVECS04 Frhs2[490]: 6 0 2.00006 shouldn't be
766.58/781.19	WSVECS04 Frhs2[500]: 6 0 1.0001 shouldn't be
766.58/781.19	WSVECS04 Frhs2[694]: 6 0 1.00009 shouldn't be
766.58/781.19	WSVECS04 Frhs2[718]: 6 0 1.00006 shouldn't be
766.58/781.19	WSVECS04 Frhs2[898]: 6 0 2.00007 shouldn't be
766.58/781.19	WSVECS04 Frhs2[916]: 6 0 1.00008 shouldn't be
766.58/781.19	WSVECS04 Frhs2[995]: 6 0 1.00003 shouldn't be
766.58/781.19	WSVECS04 Frhs2[1053]: 6 0 1.00001 shouldn't be
766.58/781.19	WSVECS04 Frhs2[1133]: 6 0 1.00008 shouldn't be
766.58/781.19	WSVECS04 Frhs2[1143]: 6 0 1.00004 shouldn't be
766.58/781.19	WSVECS04 Frhs2[1177]: 6 0 1.0001 shouldn't be
766.58/781.19	WSVECS04 Frhs2[1300]: 6 0 1.00002 shouldn't be
766.58/781.19	WSVECS04 Frhs2[1473]: 6 -11 0 shouldn't be
766.58/781.19	WSVECS04 Frhs2[1483]: 6 0 6.00007 shouldn't be
766.58/781.19	WSVECS04 Frhs2[1484]: 6 -1.00005 0 shouldn't be
766.58/781.19	WSVECS04 Frhs2[1493]: 6 0 1.00007 shouldn't be
766.58/781.19	WSVECS04 Frhs2[1810]: 6 0 3.00005 shouldn't be
766.58/781.19	WSVECS04 Frhs2[1811]: 6 0 2.00004 shouldn't be
766.58/781.19	WSVECS04 Frhs2[1930]: 6 -8.50008 0 shouldn't be
766.58/781.19	WSVECS04 Frhs2[1932]: 6 -1.00007 0 shouldn't be
766.58/781.19	WSVECS04 Frhs2[1951]: 6 0 7.00008 shouldn't be
766.58/781.19	WSVECS04 Frhs2[1964]: 6 0 5.0001 shouldn't be
766.58/781.19	WSVECS04 Frhs2[1968]: 6 0 1.00005 shouldn't be
767.07/781.63	WSVECS04 Frhs2[15]: 6 0 1.00003 shouldn't be
767.07/781.63	WSVECS04 Frhs2[150]: 6 0 6.00005 shouldn't be
767.07/781.63	WSVECS04 Frhs2[253]: 6 -1.0001 0 shouldn't be
767.07/781.63	WSVECS04 Frhs2[273]: 6 -1.00009 0 shouldn't be
767.07/781.63	WSVECS04 Frhs2[410]: 6 0 2.00002 shouldn't be
767.07/781.63	WSVECS04 Frhs2[529]: 6 -1.00002 0 shouldn't be
767.07/781.63	WSVECS04 Frhs2[619]: 6 0 1.00006 shouldn't be
767.07/781.63	WSVECS04 Frhs2[629]: 6 0 1.00007 shouldn't be
767.07/781.63	WSVECS04 Frhs2[787]: 6 0 31.0001 shouldn't be
767.07/781.63	WSVECS04 Frhs2[836]: 6 -1.00006 0 shouldn't be
767.07/781.63	WSVECS04 Frhs2[866]: 6 -1.0001 0 shouldn't be
767.07/781.63	WSVECS04 Frhs2[869]: 6 0 1.00008 shouldn't be
767.07/781.63	WSVECS04 Frhs2[884]: 6 -1.00001 0 shouldn't be
767.07/781.63	WSVECS04 Frhs2[901]: 6 -1.00009 0 shouldn't be
767.07/781.63	WSVECS04 Frhs2[973]: 6 0 1.00007 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1000]: 6 0 6.50006 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1248]: 6 0 1.00005 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1266]: 6 -1.00008 0 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1275]: 6 0 10.0001 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1284]: 6 -1.00004 0 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1287]: 6 -1.00009 0 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1289]: 6 0 4.00009 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1291]: 6 -1.00006 0 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1296]: 6 0 21.5001 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1331]: 6 -1.00007 0 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1341]: 6 -1.00003 0 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1385]: 6 -1.00009 0 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1396]: 6 0 16.0001 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1412]: 6 -1.00008 0 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1442]: 6 0 9.00007 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1587]: 6 -1.00004 0 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1654]: 6 -1.00008 0 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1663]: 6 0 1.00007 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1686]: 6 0 15.0001 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1736]: 6 0 33.0001 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1863]: 6 -1.00007 0 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1866]: 6 -1.00008 0 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1887]: 6 -1.00007 0 shouldn't be
767.07/781.63	WSVECS04 Frhs2[1962]: 6 -1.00005 0 shouldn't be
767.48/782.04	WSVECS04 Frhs2[168]: 6 -4.00009 0 shouldn't be
767.48/782.04	WSVECS04 Frhs2[323]: 6 0 19.0001 shouldn't be
767.48/782.04	WSVECS04 Frhs2[391]: 6 0 38.5001 shouldn't be
767.48/782.04	WSVECS04 Frhs2[633]: 6 0 3.00005 shouldn't be
767.48/782.04	WSVECS04 Frhs2[743]: 6 0 5.00008 shouldn't be
767.48/782.04	WSVECS04 Frhs2[921]: 6 0 9.00005 shouldn't be
767.48/782.04	WSVECS04 Frhs2[966]: 6 0 26 shouldn't be
767.48/782.04	WSVECS04 Frhs2[1108]: 6 -1.00003 0 shouldn't be
767.48/782.04	WSVECS04 Frhs2[1261]: 6 0 3.00004 shouldn't be
767.48/782.04	WSVECS04 Frhs2[1314]: 6 0 8.00008 shouldn't be
767.48/782.04	WSVECS04 Frhs2[1357]: 6 0 2.00006 shouldn't be
767.48/782.04	WSVECS04 Frhs2[1424]: 6 0 45.5 shouldn't be
767.48/782.04	WSVECS04 Frhs2[1504]: 6 0 11.0001 shouldn't be
767.48/782.04	WSVECS04 Frhs2[1507]: 6 -1.00005 0 shouldn't be
767.48/782.04	WSVECS04 Frhs2[1864]: 6 0 1.00006 shouldn't be
767.77/782.35	WSVECS04 Frhs2[134]: 6 -1.00003 0 shouldn't be
767.77/782.35	WSVECS04 Frhs2[263]: 6 0 46.5 shouldn't be
767.77/782.35	WSVECS04 Frhs2[942]: 6 0 4.50007 shouldn't be
767.77/782.35	WSVECS04 Frhs2[1038]: 6 0 2.00007 shouldn't be
767.77/782.35	WSVECS04 Frhs2[1514]: 6 0 20.5 shouldn't be
767.77/782.35	WSVECS04 Frhs2[1551]: 6 0 1.00001 shouldn't be
767.77/782.35	WSVECS04 Frhs2[1599]: 6 0 25 shouldn't be
767.77/782.35	WSVECS04 Frhs2[1694]: 6 0 13 shouldn't be
768.36/782.96	WSVECS04 Frhs2[135]: 6 -1.00002 0 shouldn't be
768.36/782.96	WSVECS04 Frhs2[341]: 6 -1.00002 0 shouldn't be
768.36/782.96	WSVECS04 Frhs2[509]: 6 0 1.00008 shouldn't be
768.36/782.96	WSVECS04 Frhs2[725]: 6 0 3.00004 shouldn't be
768.36/782.96	WSVECS04 Frhs2[744]: 6 -1.00007 0 shouldn't be
768.36/782.96	WSVECS04 Frhs2[1242]: 6 -1.00005 0 shouldn't be
768.36/782.96	WSVECS04 Frhs2[1299]: 6 -1.00008 0 shouldn't be
768.36/782.96	WSVECS04 Frhs2[1312]: 6 -1.0001 0 shouldn't be
768.36/782.96	WSVECS04 Frhs2[1376]: 6 0 12.0001 shouldn't be
768.36/782.96	WSVECS04 Frhs2[1648]: 6 -1.00002 0 shouldn't be
768.36/782.96	WSVECS04 Frhs2[1870]: 6 -29 0 shouldn't be
768.36/782.96	WSVECS04 Frhs2[1966]: 6 0 1.00009 shouldn't be
768.87/783.40	WSVECS04 Frhs2[326]: 6 0 1.00003 shouldn't be
768.87/783.40	WSVECS04 Frhs2[737]: 6 -1.00009 0 shouldn't be
768.87/783.40	WSVECS04 Frhs2[896]: 6 0 6.00009 shouldn't be
768.87/783.40	WSVECS04 Frhs2[1295]: 6 -1.00001 0 shouldn't be
768.87/783.40	WSVECS04 Frhs2[1531]: 6 0 2.00004 shouldn't be
768.87/783.40	WSVECS04 Frhs2[1651]: 6 0 4.00002 shouldn't be
768.87/783.40	WSVECS04 Frhs2[1963]: 6 -1.00008 0 shouldn't be
769.17/783.77	WSVECS04 Frhs2[431]: 6 -1.00006 0 shouldn't be
769.17/783.77	WSVECS04 Frhs2[962]: 6 0 6.00006 shouldn't be
769.17/783.77	WSVECS04 Frhs2[1111]: 6 0 1.00009 shouldn't be
769.17/783.77	WSVECS04 Frhs2[1489]: 6 -1.00002 0 shouldn't be
769.66/784.25	WSVECS04 Frhs2[508]: 6 -1.00007 0 shouldn't be
770.17/784.70	WSVECS04 Frhs2[738]: 6 0 1.00009 shouldn't be
771.76/786.30	WSVECS04 Frhs2[1915]: 6 -1.00008 0 shouldn't be
772.75/787.35	WSVECS04 Frhs2[76]: 6 0 10 shouldn't be
902.73/919.74	c #Conflicts:     785000 | #Constraints:      29481
902.73/919.74	c #Conflicts:     786000 | #Constraints:      30481
902.73/919.74	c #Conflicts:     787000 | #Constraints:      31481
902.73/919.74	c #Conflicts:     788000 | #Constraints:      32481
902.73/919.74	c #Conflicts:     789000 | #Constraints:      33481
902.73/919.74	c #Conflicts:     790000 | #Constraints:      34481
902.73/919.74	c #Conflicts:     791000 | #Constraints:      35481
902.73/919.74	c #Conflicts:     792000 | #Constraints:      36481
902.73/919.74	c #Conflicts:     793000 | #Constraints:      37481
902.73/919.74	c #Conflicts:     794000 | #Constraints:      38481
902.73/919.74	c #Conflicts:     795000 | #Constraints:      39481
902.73/919.74	c #Conflicts:     796000 | #Constraints:      40481
902.73/919.74	c #Conflicts:     797000 | #Constraints:      41481
902.73/919.74	c #Conflicts:     798000 | #Constraints:      42481
902.73/919.74	c #Conflicts:     799000 | #Constraints:      43481
902.73/919.74	c #Conflicts:     800000 | #Constraints:      44481
902.73/919.74	c #Conflicts:     801000 | #Constraints:      45481
902.73/919.74	c #Conflicts:     802000 | #Constraints:      46481
902.73/919.74	c #Conflicts:     803000 | #Constraints:      47481
902.73/919.74	c INPROCESSING
902.73/919.74	c GARBAGE COLLECT
902.73/919.74	c #Conflicts:     804000 | #Constraints:      28531
902.73/919.74	c #Conflicts:     805000 | #Constraints:      29531
902.73/919.74	c #Conflicts:     806000 | #Constraints:      30531
902.73/919.74	c #Conflicts:     807000 | #Constraints:      31531
902.73/919.74	c #Conflicts:     808000 | #Constraints:      32531
902.73/919.74	c #Conflicts:     809000 | #Constraints:      33531
902.73/919.74	c #Conflicts:     810000 | #Constraints:      34531
902.73/919.74	c #Conflicts:     811000 | #Constraints:      35531
902.73/919.74	c #Conflicts:     812000 | #Constraints:      36531
902.73/919.74	c #Conflicts:     813000 | #Constraints:      37531
902.73/919.74	c #Conflicts:     814000 | #Constraints:      38531
902.73/919.74	c #Conflicts:     815000 | #Constraints:      39531
902.73/919.74	c #Conflicts:     816000 | #Constraints:      40531
902.73/919.74	c #Conflicts:     817000 | #Constraints:      41531
902.73/919.74	c #Conflicts:     818000 | #Constraints:      42531
902.73/919.74	c #Conflicts:     819000 | #Constraints:      43531
902.73/919.74	c #Conflicts:     820000 | #Constraints:      44531
902.73/919.74	c #Conflicts:     821000 | #Constraints:      45531
902.73/919.74	c INPROCESSING
902.73/919.74	c GARBAGE COLLECT
902.73/919.74	c #Conflicts:     822000 | #Constraints:      27411
902.73/919.74	c #Conflicts:     823000 | #Constraints:      28411
902.73/919.74	c #Conflicts:     824000 | #Constraints:      29411
902.73/919.74	c #Conflicts:     825000 | #Constraints:      30411
902.73/919.74	c #Conflicts:     826000 | #Constraints:      31411
902.73/919.74	c #Conflicts:     827000 | #Constraints:      32411
902.73/919.74	c #Conflicts:     828000 | #Constraints:      33411
902.73/919.74	c #Conflicts:     829000 | #Constraints:      34411
902.73/919.74	c #Conflicts:     830000 | #Constraints:      35411
902.73/919.74	c #Conflicts:     831000 | #Constraints:      36411
902.73/919.74	c #Conflicts:     832000 | #Constraints:      37411
902.73/919.74	c #Conflicts:     833000 | #Constraints:      38411
902.73/919.74	c #Conflicts:     834000 | #Constraints:      39411
902.73/919.74	c #Conflicts:     835000 | #Constraints:      40411
902.73/919.74	c #Conflicts:     836000 | #Constraints:      41411
902.73/919.74	c #Conflicts:     837000 | #Constraints:      42411
902.73/919.74	c #Conflicts:     838000 | #Constraints:      43411
902.73/919.74	c #Conflicts:     839000 | #Constraints:      44411
902.73/919.74	c #Conflicts:     840000 | #Constraints:      45411
902.73/919.74	c #Conflicts:     841000 | #Constraints:      46411
902.73/919.74	c #Conflicts:     842000 | #Constraints:      47411
902.73/919.74	c #Conflicts:     843000 | #Constraints:      48411
902.73/919.74	c #Conflicts:     844000 | #Constraints:      49411
902.73/919.74	c #Conflicts:     845000 | #Constraints:      50411
902.73/919.74	c #Conflicts:     846000 | #Constraints:      51411
902.73/919.74	c #Conflicts:     847000 | #Constraints:      52411
902.73/919.74	c #Conflicts:     848000 | #Constraints:      53411
902.73/919.74	c #Conflicts:     849000 | #Constraints:      54411
902.73/919.74	c #Conflicts:     850000 | #Constraints:      55411
902.73/919.74	c #Conflicts:     851000 | #Constraints:      56411
902.73/919.74	c #Conflicts:     852000 | #Constraints:      57411
902.73/919.74	c #Conflicts:     853000 | #Constraints:      58411
902.73/919.74	c #Conflicts:     854000 | #Constraints:      59411
902.73/919.74	c #Conflicts:     855000 | #Constraints:      60411
902.73/919.74	c #Conflicts:     856000 | #Constraints:      61411
902.73/919.74	c #Conflicts:     857000 | #Constraints:      62411
902.73/919.74	c #Conflicts:     858000 | #Constraints:      63411
902.73/919.74	c #Conflicts:     859000 | #Constraints:      64411
902.73/919.74	c #Conflicts:     860000 | #Constraints:      65411
902.73/919.74	c #Conflicts:     861000 | #Constraints:      66411
902.73/919.74	c #Conflicts:     862000 | #Constraints:      67411
943.73/961.56	c #Conflicts:     863000 | #Constraints:      68411
943.73/961.56	c #Conflicts:     864000 | #Constraints:      69411
943.73/961.56	c #Conflicts:     865000 | #Constraints:      70411
943.73/961.56	c #Conflicts:     866000 | #Constraints:      71411
943.73/961.56	c #Conflicts:     867000 | #Constraints:      72411
943.73/961.56	c #Conflicts:     868000 | #Constraints:      73411
943.73/961.56	c #Conflicts:     869000 | #Constraints:      74411
943.73/961.56	c #Conflicts:     870000 | #Constraints:      75411
943.73/961.56	c #Conflicts:     871000 | #Constraints:      76411
943.73/961.56	c #Conflicts:     872000 | #Constraints:      77411
943.73/961.56	c #Conflicts:     873000 | #Constraints:      78411
943.73/961.56	c #Conflicts:     874000 | #Constraints:      79411
943.73/961.56	c #Conflicts:     875000 | #Constraints:      80411
943.73/961.56	c #Conflicts:     876000 | #Constraints:      81411
943.73/961.56	c #Conflicts:     877000 | #Constraints:      82411
943.73/961.56	c #Conflicts:     878000 | #Constraints:      83411
943.73/961.56	c #Conflicts:     879000 | #Constraints:      84411
943.73/961.56	c #Conflicts:     880000 | #Constraints:      85411
943.73/961.56	c #Conflicts:     881000 | #Constraints:      86411
943.73/961.56	c #Conflicts:     882000 | #Constraints:      87411
943.73/961.56	c #Conflicts:     883000 | #Constraints:      88411
943.73/961.56	c #Conflicts:     884000 | #Constraints:      89411
943.73/961.56	c #Conflicts:     885000 | #Constraints:      90411
943.73/961.56	c #Conflicts:     886000 | #Constraints:      91411
943.73/961.56	c #Conflicts:     887000 | #Constraints:      92411
943.73/961.56	c #Conflicts:     888000 | #Constraints:      93411
943.73/961.56	c #Conflicts:     889000 | #Constraints:      94411
943.73/961.56	c #Conflicts:     890000 | #Constraints:      95411
943.73/961.56	c #Conflicts:     891000 | #Constraints:      96411
943.73/961.56	c #Conflicts:     892000 | #Constraints:      97411
943.73/961.56	c #Conflicts:     893000 | #Constraints:      98411
943.73/961.56	c #Conflicts:     894000 | #Constraints:      99411
943.73/961.56	c #Conflicts:     895000 | #Constraints:     100411
943.73/961.56	c #Conflicts:     896000 | #Constraints:     101411
943.73/961.56	c #Conflicts:     897000 | #Constraints:     102411
943.73/961.56	c #Conflicts:     898000 | #Constraints:     103411
943.73/961.56	c #Conflicts:     899000 | #Constraints:     104411
943.73/961.56	c #Conflicts:     900000 | #Constraints:     105411
943.73/961.56	c #Conflicts:     901000 | #Constraints:     106411
943.73/961.56	c #Conflicts:     902000 | #Constraints:     107411
943.73/961.56	c #Conflicts:     903000 | #Constraints:     108411
943.73/961.56	c #Conflicts:     904000 | #Constraints:     109411
943.73/961.56	c #Conflicts:     905000 | #Constraints:     110411
943.73/961.56	c #Conflicts:     906000 | #Constraints:     111411
943.73/961.56	c #Conflicts:     907000 | #Constraints:     112411
943.73/961.56	c INPROCESSING
943.73/961.56	c GARBAGE COLLECT
943.73/961.56	c #Conflicts:     908000 | #Constraints:      60752
943.73/961.56	c #Conflicts:     909000 | #Constraints:      61752
943.73/961.56	c #Conflicts:     910000 | #Constraints:      62752
943.73/961.56	c #Conflicts:     911000 | #Constraints:      63752
943.73/961.56	c #Conflicts:     912000 | #Constraints:      64752
943.73/961.56	c #Conflicts:     913000 | #Constraints:      65752
943.73/961.56	c #Conflicts:     914000 | #Constraints:      66752
943.73/961.56	c #Conflicts:     915000 | #Constraints:      67752
943.73/961.56	c #Conflicts:     916000 | #Constraints:      68752
943.73/961.56	c #Conflicts:     917000 | #Constraints:      69752
943.73/961.56	c #Conflicts:     918000 | #Constraints:      70752
943.73/961.56	c #Conflicts:     919000 | #Constraints:      71752
943.73/961.56	c #Conflicts:     920000 | #Constraints:      72752
943.73/961.56	c #Conflicts:     921000 | #Constraints:      73752
943.73/961.56	c #Conflicts:     922000 | #Constraints:      74752
943.73/961.56	c #Conflicts:     923000 | #Constraints:      75752
943.73/961.56	c #Conflicts:     924000 | #Constraints:      76752
943.73/961.56	c #Conflicts:     925000 | #Constraints:      77752
943.73/961.56	c #Conflicts:     926000 | #Constraints:      78752
943.73/961.56	c #Conflicts:     927000 | #Constraints:      79752
943.73/961.56	c INPROCESSING
943.73/961.56	c GARBAGE COLLECT
943.73/961.56	c #Conflicts:     928000 | #Constraints:      44637
943.73/961.56	c #Conflicts:     929000 | #Constraints:      45637
943.73/961.56	c bounds - >= 541 @ 931.638
991.77/1013.16	c #Conflicts:     930000 | #Constraints:      46718
991.77/1013.16	c #Conflicts:     931000 | #Constraints:      47718
991.77/1013.16	c #Conflicts:     932000 | #Constraints:      48718
991.77/1013.16	c #Conflicts:     933000 | #Constraints:      49718
991.77/1013.16	c #Conflicts:     934000 | #Constraints:      50718
991.77/1013.16	c #Conflicts:     935000 | #Constraints:      51718
991.77/1013.16	c #Conflicts:     936000 | #Constraints:      52718
991.77/1013.16	c #Conflicts:     937000 | #Constraints:      53718
991.77/1013.16	c #Conflicts:     938000 | #Constraints:      54718
991.77/1013.16	c #Conflicts:     939000 | #Constraints:      55718
991.77/1013.16	c #Conflicts:     940000 | #Constraints:      56718
991.77/1013.16	c #Conflicts:     941000 | #Constraints:      57718
991.77/1013.16	c #Conflicts:     942000 | #Constraints:      58718
991.77/1013.16	c #Conflicts:     943000 | #Constraints:      59718
991.77/1013.16	c #Conflicts:     944000 | #Constraints:      60718
991.77/1013.16	c #Conflicts:     945000 | #Constraints:      61718
991.77/1013.16	c #Conflicts:     946000 | #Constraints:      62718
991.77/1013.16	c #Conflicts:     947000 | #Constraints:      63718
991.77/1013.16	c INPROCESSING
991.77/1013.16	c GARBAGE COLLECT
991.77/1013.16	c #Conflicts:     948000 | #Constraints:      36698
991.77/1013.16	c #Conflicts:     949000 | #Constraints:      37698
991.77/1013.16	c #Conflicts:     950000 | #Constraints:      38698
991.77/1013.16	c #Conflicts:     951000 | #Constraints:      39698
991.77/1013.16	c #Conflicts:     952000 | #Constraints:      40698
991.77/1013.16	c #Conflicts:     953000 | #Constraints:      41698
991.77/1013.16	c #Conflicts:     954000 | #Constraints:      42698
991.77/1013.16	c #Conflicts:     955000 | #Constraints:      43698
991.77/1013.16	c #Conflicts:     956000 | #Constraints:      44698
991.77/1013.16	c #Conflicts:     957000 | #Constraints:      45698
991.77/1013.16	c #Conflicts:     958000 | #Constraints:      46698
991.77/1013.16	c #Conflicts:     959000 | #Constraints:      47698
991.77/1013.16	c #Conflicts:     960000 | #Constraints:      48698
991.77/1013.16	c #Conflicts:     961000 | #Constraints:      49698
991.77/1013.16	c #Conflicts:     962000 | #Constraints:      50698
991.77/1013.16	c #Conflicts:     963000 | #Constraints:      51698
991.77/1013.16	c #Conflicts:     964000 | #Constraints:      52698
991.77/1013.16	c #Conflicts:     965000 | #Constraints:      53698
991.77/1013.16	c #Conflicts:     966000 | #Constraints:      54698
991.77/1013.16	c #Conflicts:     967000 | #Constraints:      55698
991.77/1013.16	c INPROCESSING
991.77/1013.16	c GARBAGE COLLECT
991.77/1013.16	c #Conflicts:     968000 | #Constraints:      32605
991.77/1013.16	c #Conflicts:     969000 | #Constraints:      33605
991.77/1013.16	c #Conflicts:     970000 | #Constraints:      34605
991.77/1013.16	c #Conflicts:     971000 | #Constraints:      35605
991.77/1013.16	c #Conflicts:     972000 | #Constraints:      36605
991.77/1013.16	c #Conflicts:     973000 | #Constraints:      37605
991.77/1013.16	c #Conflicts:     974000 | #Constraints:      38605
991.77/1013.16	c #Conflicts:     975000 | #Constraints:      39605
991.77/1013.16	c #Conflicts:     976000 | #Constraints:      40605
991.77/1013.16	c #Conflicts:     977000 | #Constraints:      41605
991.77/1013.16	c #Conflicts:     978000 | #Constraints:      42605
991.77/1013.16	c #Conflicts:     979000 | #Constraints:      43605
991.77/1013.16	c #Conflicts:     980000 | #Constraints:      44605
991.77/1013.16	c #Conflicts:     981000 | #Constraints:      45605
991.77/1013.16	c #Conflicts:     982000 | #Constraints:      46605
991.77/1013.16	c #Conflicts:     983000 | #Constraints:      47605
991.77/1013.16	c #Conflicts:     984000 | #Constraints:      48605
991.77/1013.16	c #Conflicts:     985000 | #Constraints:      49605
991.77/1013.16	c #Conflicts:     986000 | #Constraints:      50605
991.77/1013.16	c #Conflicts:     987000 | #Constraints:      51605
991.77/1013.16	c INPROCESSING
991.77/1013.16	c GARBAGE COLLECT
991.77/1013.16	c #Conflicts:     988000 | #Constraints:      30417
991.77/1013.16	c #Conflicts:     989000 | #Constraints:      31417
991.77/1013.16	c #Conflicts:     990000 | #Constraints:      32417
991.77/1013.16	c #Conflicts:     991000 | #Constraints:      33417
991.77/1013.16	c #Conflicts:     992000 | #Constraints:      34417
991.77/1013.16	c #Conflicts:     993000 | #Constraints:      35417
991.77/1013.16	c #Conflicts:     994000 | #Constraints:      36417
991.77/1013.16	c #Conflicts:     995000 | #Constraints:      37417
991.77/1013.16	c #Conflicts:     996000 | #Constraints:      38417
991.77/1013.16	c #Conflicts:     997000 | #Constraints:      39417
991.77/1013.16	c #Conflicts:     998000 | #Constraints:      40417
991.77/1013.16	c #Conflicts:     999000 | #Constraints:      41417
991.77/1013.16	c #Conflicts:    1000000 | #Constraints:      42417
991.77/1013.16	c #Conflicts:    1001000 | #Constraints:      43417
991.77/1013.16	c #Conflicts:    1002000 | #Constraints:      44417
991.77/1013.16	c #Conflicts:    1003000 | #Constraints:      45417
991.77/1013.16	c #Conflicts:    1004000 | #Constraints:      46417
991.77/1013.16	c #Conflicts:    1005000 | #Constraints:      47417
991.77/1013.16	c #Conflicts:    1006000 | #Constraints:      48417
1004.53/1025.98	c #Conflicts:    1007000 | #Constraints:      49417
1004.53/1025.98	c #Conflicts:    1008000 | #Constraints:      50417
1004.53/1025.98	c #Conflicts:    1009000 | #Constraints:      51417
1004.53/1025.98	c #Conflicts:    1010000 | #Constraints:      52417
1004.53/1025.98	c #Conflicts:    1011000 | #Constraints:      53417
1004.53/1025.98	c #Conflicts:    1012000 | #Constraints:      54417
1004.53/1025.98	c #Conflicts:    1013000 | #Constraints:      55417
1004.53/1025.98	c #Conflicts:    1014000 | #Constraints:      56417
1004.53/1025.98	c #Conflicts:    1015000 | #Constraints:      57417
1004.53/1025.98	c #Conflicts:    1016000 | #Constraints:      58417
1004.53/1025.98	c #Conflicts:    1017000 | #Constraints:      59417
1004.53/1025.98	c #Conflicts:    1018000 | #Constraints:      60417
1004.53/1025.98	c #Conflicts:    1019000 | #Constraints:      61417
1004.53/1025.98	c #Conflicts:    1020000 | #Constraints:      62417
1004.53/1025.98	c #Conflicts:    1021000 | #Constraints:      63417
1004.53/1025.98	c #Conflicts:    1022000 | #Constraints:      64417
1004.53/1025.98	c #Conflicts:    1023000 | #Constraints:      65417
1004.53/1025.98	WSVECS04 Frhs2[16]: 6 0 1.40954 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[28]: 6 0 2.70553 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[35]: 6 -1.00008 0 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[36]: 6 0 1.0001 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[81]: 6 0 2.09203 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[172]: 6 0 0.487298 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[189]: 6 0 1.1134 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[190]: 6 -1.00009 0 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[200]: 6 0 5.1573 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[253]: 6 0 0.248159 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[254]: 6 -1.00001 0 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[257]: 6 -1.00002 0 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[258]: 6 0 0.556712 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[327]: 6 0 0.646366 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[387]: 6 0 1.68118 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[399]: 6 0 3.11206 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[459]: 6 0 1.08518 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[460]: 6 -1.00001 0 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[538]: 6 0 2.49044 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[565]: 6 -1.00003 0 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[566]: 6 0 1.76248 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[568]: 6 0 1.6668 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[630]: 6 0 1.00004 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[641]: 6 0 0.651433 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[653]: 6 0 6.06271 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[654]: 6 -1.00009 0 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[745]: 6 0 3.59468 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[766]: 6 0 2.31691 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[773]: 6 0 0.968823 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[774]: 6 -1.00009 0 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[809]: 6 0 2.95476 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[872]: 6 0 3.82349 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[874]: 6 0 2.86436 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1019]: 6 0 2.08903 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1020]: 6 -1.00008 0 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1046]: 6 -1.00003 0 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1055]: 6 -1.00008 0 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1056]: 6 0 0.307008 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1059]: 6 0 1.0001 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1071]: 6 0 1.21216 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1087]: 6 0 2.4294 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1093]: 6 0 1.72737 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1094]: 6 -1.00006 0 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1133]: 6 -1.00003 0 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1134]: 6 0 7.83803 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1136]: 6 0 2.31499 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1176]: 6 0 1.61569 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1178]: 6 -1.0001 0 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1271]: 6 0 3.82639 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1272]: 6 -1.00004 0 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1291]: 6 -1.00007 0 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1292]: 6 0 1.5622 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1315]: 6 0 4.31265 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1329]: 6 0 2.64039 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1330]: 6 -1.00002 0 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1433]: 6 -1.00006 0 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1434]: 6 0 2.03167 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1546]: 6 0 4.74434 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1623]: 6 0 1.51262 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1624]: 6 -1.00006 0 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1629]: 6 0 1.02968 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1760]: 6 0 4.82761 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1880]: 6 0 4.53196 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1899]: 6 0 2.00001 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1961]: 6 0 0.529936 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1989]: 6 0 3.35242 shouldn't be
1004.53/1025.98	WSVECS04 Frhs2[1990]: 6 -1.00002 0 shouldn't be
1004.92/1026.38	WSVECS04 Frhs2[171]: 6 -1.00001 0 shouldn't be
1004.92/1026.38	WSVECS04 Frhs2[187]: 6 0 3.00004 shouldn't be
1004.92/1026.38	WSVECS04 Frhs2[297]: 6 0 3.2694 shouldn't be
1004.92/1026.38	WSVECS04 Frhs2[537]: 6 -1.00004 0 shouldn't be
1004.92/1026.38	WSVECS04 Frhs2[567]: 6 -1.00006 0 shouldn't be
1004.92/1026.38	WSVECS04 Frhs2[613]: 6 0 1.58289 shouldn't be
1004.92/1026.38	WSVECS04 Frhs2[813]: 6 0 1.97249 shouldn't be
1004.92/1026.38	WSVECS04 Frhs2[814]: 6 -1.00003 0 shouldn't be
1004.92/1026.38	WSVECS04 Frhs2[901]: 6 0 3.00005 shouldn't be
1004.92/1026.38	WSVECS04 Frhs2[902]: 6 -1.00007 0 shouldn't be
1004.92/1026.38	WSVECS04 Frhs2[1072]: 6 -1.00001 0 shouldn't be
1004.92/1026.38	WSVECS04 Frhs2[1477]: 6 0 2.74083 shouldn't be
1004.92/1026.38	WSVECS04 Frhs2[1839]: 6 0 0.983191 shouldn't be
1004.92/1026.38	WSVECS04 Frhs2[1856]: 6 0 1.31314 shouldn't be
1004.92/1026.38	WSVECS04 Frhs2[1900]: 6 -1.00003 0 shouldn't be
1005.42/1026.82	WSVECS04 Frhs2[27]: 6 -1.00006 0 shouldn't be
1005.42/1026.82	WSVECS04 Frhs2[131]: 6 0 1.00005 shouldn't be
1005.42/1026.82	WSVECS04 Frhs2[151]: 6 0 1.00006 shouldn't be
1005.42/1026.82	WSVECS04 Frhs2[407]: 6 0 2.3221 shouldn't be
1005.42/1026.82	WSVECS04 Frhs2[452]: 6 0 2.00002 shouldn't be
1005.42/1026.82	WSVECS04 Frhs2[554]: 6 0 5.09096 shouldn't be
1005.42/1026.82	WSVECS04 Frhs2[830]: 6 0 0.372364 shouldn't be
1005.42/1026.82	WSVECS04 Frhs2[1082]: 6 -1.00003 0 shouldn't be
1005.42/1026.82	WSVECS04 Frhs2[1088]: 6 -1.00009 0 shouldn't be
1005.42/1026.82	WSVECS04 Frhs2[1478]: 6 -1.00003 0 shouldn't be
1005.42/1026.82	WSVECS04 Frhs2[1631]: 6 0 3.42334 shouldn't be
1005.42/1026.82	WSVECS04 Frhs2[1710]: 6 0 2.22076 shouldn't be
1005.42/1026.82	WSVECS04 Frhs2[1770]: 6 0 4.49717 shouldn't be
1005.42/1026.82	WSVECS04 Frhs2[1894]: 6 0 5.27618 shouldn't be
1005.42/1026.82	WSVECS04 Frhs2[1927]: 6 -1.00004 0 shouldn't be
1005.72/1027.17	WSVECS04 Frhs2[286]: 6 -1.00008 0 shouldn't be
1005.72/1027.17	WSVECS04 Frhs2[400]: 6 -1.00007 0 shouldn't be
1005.72/1027.17	WSVECS04 Frhs2[516]: 6 -1.00005 0 shouldn't be
1005.72/1027.17	WSVECS04 Frhs2[579]: 6 0 3.4168 shouldn't be
1005.72/1027.17	WSVECS04 Frhs2[616]: 6 -1.00004 0 shouldn't be
1005.72/1027.17	WSVECS04 Frhs2[746]: 6 -1.00004 0 shouldn't be
1005.72/1027.17	WSVECS04 Frhs2[829]: 6 -1.00003 0 shouldn't be
1005.72/1027.17	WSVECS04 Frhs2[871]: 6 -1.00005 0 shouldn't be
1005.72/1027.17	WSVECS04 Frhs2[1159]: 6 0 0.706576 shouldn't be
1005.72/1027.17	WSVECS04 Frhs2[1242]: 6 -1.00004 0 shouldn't be
1005.72/1027.17	WSVECS04 Frhs2[1769]: 6 -1.00006 0 shouldn't be
1005.72/1027.17	WSVECS04 Frhs2[1855]: 6 -1.00009 0 shouldn't be
1006.12/1027.54	WSVECS04 Frhs2[209]: 6 0 5.82601 shouldn't be
1006.12/1027.54	WSVECS04 Frhs2[210]: 6 -1.00006 0 shouldn't be
1006.12/1027.54	WSVECS04 Frhs2[285]: 6 0 4.95648 shouldn't be
1006.12/1027.54	WSVECS04 Frhs2[373]: 6 0 4.53983 shouldn't be
1006.12/1027.54	WSVECS04 Frhs2[388]: 6 -1.00003 0 shouldn't be
1006.12/1027.54	WSVECS04 Frhs2[1035]: 6 0 1.30098 shouldn't be
1006.12/1027.54	WSVECS04 Frhs2[1175]: 6 -1.00007 0 shouldn't be
1006.73/1028.14	WSVECS04 Frhs2[284]: 6 -1.00009 0 shouldn't be
1006.73/1028.14	WSVECS04 Frhs2[328]: 6 -1.00009 0 shouldn't be
1006.73/1028.14	WSVECS04 Frhs2[580]: 6 -1.00009 0 shouldn't be
1006.73/1028.14	WSVECS04 Frhs2[642]: 6 -1.00006 0 shouldn't be
1006.73/1028.14	WSVECS04 Frhs2[669]: 6 0 1.68591 shouldn't be
1006.73/1028.14	WSVECS04 Frhs2[1753]: 6 0 4.6447 shouldn't be
1006.73/1028.14	WSVECS04 Frhs2[1893]: 6 -1.00007 0 shouldn't be
1006.73/1028.14	WSVECS04 Frhs2[1962]: 6 -1.0001 0 shouldn't be
1007.12/1028.56	WSVECS04 Frhs2[188]: 6 -1.00004 0 shouldn't be
1007.12/1028.56	WSVECS04 Frhs2[199]: 6 -1.00002 0 shouldn't be
1007.12/1028.56	WSVECS04 Frhs2[298]: 6 -1.00007 0 shouldn't be
1007.12/1028.56	WSVECS04 Frhs2[437]: 6 -1.00002 0 shouldn't be
1007.12/1028.56	WSVECS04 Frhs2[553]: 6 -1.00005 0 shouldn't be
1007.12/1028.56	WSVECS04 Frhs2[670]: 6 -1.00009 0 shouldn't be
1007.12/1028.56	WSVECS04 Frhs2[810]: 6 -1.0001 0 shouldn't be
1007.12/1028.56	WSVECS04 Frhs2[873]: 6 -1.00003 0 shouldn't be
1007.12/1028.56	WSVECS04 Frhs2[1036]: 6 -1.00008 0 shouldn't be
1007.12/1028.56	WSVECS04 Frhs2[1135]: 6 -1.0001 0 shouldn't be
1007.12/1028.56	WSVECS04 Frhs2[1316]: 6 -1.00006 0 shouldn't be
1007.12/1028.56	WSVECS04 Frhs2[1545]: 6 -1.00008 0 shouldn't be
1007.12/1028.56	WSVECS04 Frhs2[1632]: 6 -1.00008 0 shouldn't be
1007.12/1028.56	WSVECS04 Frhs2[1691]: 6 0 1.78269 shouldn't be
1007.62/1029.09	WSVECS04 Frhs2[338]: 6 0 1.60497 shouldn't be
1007.62/1029.09	WSVECS04 Frhs2[408]: 6 -1.00004 0 shouldn't be
1007.62/1029.09	WSVECS04 Frhs2[614]: 6 -1.00004 0 shouldn't be
1007.62/1029.09	WSVECS04 Frhs2[1160]: 6 -1.00007 0 shouldn't be
1007.62/1029.09	WSVECS04 Frhs2[1709]: 6 -1.00009 0 shouldn't be
1007.62/1029.09	WSVECS04 Frhs2[1754]: 6 -1.00007 0 shouldn't be
1008.22/1029.68	WSVECS04 Frhs2[152]: 6 -1.00005 0 shouldn't be
1008.22/1029.68	WSVECS04 Frhs2[451]: 6 -1.00005 0 shouldn't be
1008.22/1029.68	WSVECS04 Frhs2[629]: 6 -1.00006 0 shouldn't be
1008.22/1029.68	WSVECS04 Frhs2[765]: 6 -1.00005 0 shouldn't be
1008.22/1029.68	WSVECS04 Frhs2[889]: 6 -1.00004 0 shouldn't be
1008.22/1029.68	WSVECS04 Frhs2[1372]: 6 0 2.60413 shouldn't be
1008.81/1030.26	WSVECS04 Frhs2[329]: 6 0 1.0001 shouldn't be
1008.81/1030.26	WSVECS04 Frhs2[330]: 6 -1.00004 0 shouldn't be
1008.81/1030.26	WSVECS04 Frhs2[1371]: 6 -1.00003 0 shouldn't be
1008.81/1030.26	WSVECS04 Frhs2[1840]: 6 -1.00007 0 shouldn't be
1011.41/1032.85	WSVECS04 Frhs2[337]: 6 -1.00008 0 shouldn't be
1011.41/1032.85	WSVECS04 Frhs2[1734]: 6 -1.00007 0 shouldn't be
1017.30/1038.72	WSVECS04 Frhs2[1733]: 6 0 0.658703 shouldn't be
1096.69/1119.79	c #Conflicts:    1024000 | #Constraints:      66417
1096.69/1119.79	c #Conflicts:    1025000 | #Constraints:      67417
1096.69/1119.79	c #Conflicts:    1026000 | #Constraints:      68417
1096.69/1119.79	c #Conflicts:    1027000 | #Constraints:      69417
1096.69/1119.79	c #Conflicts:    1028000 | #Constraints:      70417
1096.69/1119.79	c #Conflicts:    1029000 | #Constraints:      71417
1096.69/1119.79	c #Conflicts:    1030000 | #Constraints:      72417
1096.69/1119.79	c #Conflicts:    1031000 | #Constraints:      73417
1096.69/1119.79	c #Conflicts:    1032000 | #Constraints:      74417
1096.69/1119.79	c #Conflicts:    1033000 | #Constraints:      75417
1096.69/1119.79	c #Conflicts:    1034000 | #Constraints:      76417
1096.69/1119.79	c #Conflicts:    1035000 | #Constraints:      77417
1096.69/1119.79	c #Conflicts:    1036000 | #Constraints:      78417
1096.69/1119.79	c #Conflicts:    1037000 | #Constraints:      79417
1096.69/1119.79	c #Conflicts:    1038000 | #Constraints:      80417
1096.69/1119.79	c #Conflicts:    1039000 | #Constraints:      81417
1096.69/1119.79	c #Conflicts:    1040000 | #Constraints:      82417
1096.69/1119.79	c #Conflicts:    1041000 | #Constraints:      83417
1096.69/1119.79	c #Conflicts:    1042000 | #Constraints:      84417
1096.69/1119.79	c #Conflicts:    1043000 | #Constraints:      85417
1096.69/1119.79	c #Conflicts:    1044000 | #Constraints:      86417
1096.69/1119.79	c #Conflicts:    1045000 | #Constraints:      87417
1096.69/1119.79	c #Conflicts:    1046000 | #Constraints:      88417
1096.69/1119.79	c #Conflicts:    1047000 | #Constraints:      89417
1096.69/1119.79	c #Conflicts:    1048000 | #Constraints:      90417
1096.69/1119.79	c #Conflicts:    1049000 | #Constraints:      91417
1096.69/1119.79	c #Conflicts:    1050000 | #Constraints:      92417
1096.69/1119.79	c #Conflicts:    1051000 | #Constraints:      93417
1096.69/1119.79	c #Conflicts:    1052000 | #Constraints:      94417
1096.69/1119.79	c #Conflicts:    1053000 | #Constraints:      95417
1096.69/1119.79	c #Conflicts:    1054000 | #Constraints:      96417
1096.69/1119.79	c #Conflicts:    1055000 | #Constraints:      97417
1096.69/1119.79	c #Conflicts:    1056000 | #Constraints:      98417
1096.69/1119.79	c #Conflicts:    1057000 | #Constraints:      99417
1096.69/1119.79	c #Conflicts:    1058000 | #Constraints:     100417
1096.69/1119.79	c #Conflicts:    1059000 | #Constraints:     101417
1096.69/1119.79	c #Conflicts:    1060000 | #Constraints:     102417
1096.69/1119.79	c #Conflicts:    1061000 | #Constraints:     103417
1096.69/1119.79	c #Conflicts:    1062000 | #Constraints:     104417
1096.69/1119.79	c #Conflicts:    1063000 | #Constraints:     105417
1096.69/1119.79	c #Conflicts:    1064000 | #Constraints:     106417
1096.69/1119.79	c #Conflicts:    1065000 | #Constraints:     107417
1096.69/1119.79	c #Conflicts:    1066000 | #Constraints:     108417
1096.69/1119.79	c #Conflicts:    1067000 | #Constraints:     109417
1096.69/1119.79	c #Conflicts:    1068000 | #Constraints:     110417
1096.69/1119.79	c #Conflicts:    1069000 | #Constraints:     111417
1096.69/1119.79	c #Conflicts:    1070000 | #Constraints:     112417
1096.69/1119.79	c #Conflicts:    1071000 | #Constraints:     113417
1096.69/1119.79	c #Conflicts:    1072000 | #Constraints:     114417
1096.69/1119.79	c #Conflicts:    1073000 | #Constraints:     115417
1096.69/1119.79	c #Conflicts:    1074000 | #Constraints:     116417
1096.69/1119.79	c #Conflicts:    1075000 | #Constraints:     117417
1096.69/1119.79	c #Conflicts:    1076000 | #Constraints:     118417
1096.69/1119.79	c #Conflicts:    1077000 | #Constraints:     119417
1096.69/1119.79	c #Conflicts:    1078000 | #Constraints:     120417
1096.69/1119.79	c #Conflicts:    1079000 | #Constraints:     121417
1096.69/1119.79	c #Conflicts:    1080000 | #Constraints:     122417
1096.69/1119.79	c INPROCESSING
1096.69/1119.79	c GARBAGE COLLECT
1096.69/1119.79	c #Conflicts:    1081000 | #Constraints:      66057
1096.69/1119.79	c #Conflicts:    1082000 | #Constraints:      67057
1096.69/1119.79	c #Conflicts:    1083000 | #Constraints:      68057
1096.69/1119.79	c #Conflicts:    1084000 | #Constraints:      69057
1096.69/1119.79	c #Conflicts:    1085000 | #Constraints:      70057
1096.69/1119.79	c #Conflicts:    1086000 | #Constraints:      71057
1096.69/1119.79	c #Conflicts:    1087000 | #Constraints:      72057
1096.69/1119.79	c #Conflicts:    1088000 | #Constraints:      73057
1096.69/1119.79	c #Conflicts:    1089000 | #Constraints:      74057
1096.69/1119.79	c #Conflicts:    1090000 | #Constraints:      75057
1096.69/1119.79	c #Conflicts:    1091000 | #Constraints:      76057
1096.69/1119.79	c #Conflicts:    1092000 | #Constraints:      77057
1096.69/1119.79	c #Conflicts:    1093000 | #Constraints:      78057
1096.69/1119.79	c #Conflicts:    1094000 | #Constraints:      79057
1096.69/1119.79	c #Conflicts:    1095000 | #Constraints:      80057
1096.69/1119.79	c #Conflicts:    1096000 | #Constraints:      81057
1096.69/1119.79	c #Conflicts:    1097000 | #Constraints:      82057
1096.69/1119.79	c #Conflicts:    1098000 | #Constraints:      83057
1096.69/1119.79	c #Conflicts:    1099000 | #Constraints:      84057
1096.69/1119.79	c #Conflicts:    1100000 | #Constraints:      85057
1096.69/1119.79	c #Conflicts:    1101000 | #Constraints:      86057
1096.69/1119.79	c INPROCESSING
1145.96/1169.18	c GARBAGE COLLECT
1145.96/1169.18	c #Conflicts:    1102000 | #Constraints:      47535
1145.96/1169.18	c #Conflicts:    1103000 | #Constraints:      48535
1145.96/1169.18	c #Conflicts:    1104000 | #Constraints:      49535
1145.96/1169.18	c #Conflicts:    1105000 | #Constraints:      50535
1145.96/1169.18	c #Conflicts:    1106000 | #Constraints:      51535
1145.96/1169.18	c #Conflicts:    1107000 | #Constraints:      52535
1145.96/1169.18	c #Conflicts:    1108000 | #Constraints:      53535
1145.96/1169.18	c #Conflicts:    1109000 | #Constraints:      54535
1145.96/1169.18	c #Conflicts:    1110000 | #Constraints:      55535
1145.96/1169.18	c #Conflicts:    1111000 | #Constraints:      56535
1145.96/1169.18	c #Conflicts:    1112000 | #Constraints:      57535
1145.96/1169.18	c #Conflicts:    1113000 | #Constraints:      58535
1145.96/1169.18	c #Conflicts:    1114000 | #Constraints:      59535
1145.96/1169.18	c #Conflicts:    1115000 | #Constraints:      60535
1145.96/1169.18	c #Conflicts:    1116000 | #Constraints:      61535
1145.96/1169.18	c #Conflicts:    1117000 | #Constraints:      62535
1145.96/1169.18	c #Conflicts:    1118000 | #Constraints:      63535
1145.96/1169.18	c #Conflicts:    1119000 | #Constraints:      64535
1145.96/1169.18	c #Conflicts:    1120000 | #Constraints:      65535
1145.96/1169.18	c #Conflicts:    1121000 | #Constraints:      66535
1145.96/1169.18	c #Conflicts:    1122000 | #Constraints:      67535
1145.96/1169.18	c #Conflicts:    1123000 | #Constraints:      68535
1145.96/1169.18	c INPROCESSING
1145.96/1169.18	c GARBAGE COLLECT
1145.96/1169.18	c #Conflicts:    1124000 | #Constraints:      38942
1145.96/1169.18	c #Conflicts:    1125000 | #Constraints:      39942
1145.96/1169.18	c #Conflicts:    1126000 | #Constraints:      40942
1145.96/1169.18	c #Conflicts:    1127000 | #Constraints:      41942
1145.96/1169.18	c #Conflicts:    1128000 | #Constraints:      42942
1145.96/1169.18	c #Conflicts:    1129000 | #Constraints:      43942
1145.96/1169.18	c #Conflicts:    1130000 | #Constraints:      44942
1145.96/1169.18	c #Conflicts:    1131000 | #Constraints:      45942
1145.96/1169.18	c #Conflicts:    1132000 | #Constraints:      46942
1145.96/1169.18	c #Conflicts:    1133000 | #Constraints:      47942
1145.96/1169.18	c #Conflicts:    1134000 | #Constraints:      48942
1145.96/1169.18	c #Conflicts:    1135000 | #Constraints:      49942
1145.96/1169.18	c #Conflicts:    1136000 | #Constraints:      50942
1145.96/1169.18	c #Conflicts:    1137000 | #Constraints:      51942
1145.96/1169.18	c #Conflicts:    1138000 | #Constraints:      52942
1145.96/1169.18	c #Conflicts:    1139000 | #Constraints:      53942
1145.96/1169.18	c #Conflicts:    1140000 | #Constraints:      54942
1145.96/1169.18	c #Conflicts:    1141000 | #Constraints:      55942
1145.96/1169.18	c #Conflicts:    1142000 | #Constraints:      56942
1145.96/1169.18	c #Conflicts:    1143000 | #Constraints:      57942
1145.96/1169.18	c #Conflicts:    1144000 | #Constraints:      58942
1145.96/1169.18	c #Conflicts:    1145000 | #Constraints:      59942
1145.96/1169.18	c INPROCESSING
1145.96/1169.18	c GARBAGE COLLECT
1145.96/1169.18	c #Conflicts:    1146000 | #Constraints:      34674
1145.96/1169.18	c #Conflicts:    1147000 | #Constraints:      35674
1145.96/1169.18	c #Conflicts:    1148000 | #Constraints:      36674
1145.96/1169.18	c #Conflicts:    1149000 | #Constraints:      37674
1145.96/1169.18	c #Conflicts:    1150000 | #Constraints:      38674
1145.96/1169.18	c #Conflicts:    1151000 | #Constraints:      39674
1145.96/1169.18	c #Conflicts:    1152000 | #Constraints:      40674
1145.96/1169.18	c #Conflicts:    1153000 | #Constraints:      41674
1145.96/1169.18	c #Conflicts:    1154000 | #Constraints:      42674
1145.96/1169.18	c #Conflicts:    1155000 | #Constraints:      43674
1145.96/1169.18	c #Conflicts:    1156000 | #Constraints:      44674
1145.96/1169.18	c #Conflicts:    1157000 | #Constraints:      45674
1145.96/1169.18	c #Conflicts:    1158000 | #Constraints:      46674
1145.96/1169.18	c #Conflicts:    1159000 | #Constraints:      47674
1145.96/1169.18	c #Conflicts:    1160000 | #Constraints:      48674
1145.96/1169.18	c #Conflicts:    1161000 | #Constraints:      49674
1145.96/1169.18	c #Conflicts:    1162000 | #Constraints:      50674
1145.96/1169.18	c #Conflicts:    1163000 | #Constraints:      51674
1145.96/1169.18	c #Conflicts:    1164000 | #Constraints:      52674
1145.96/1169.18	c #Conflicts:    1165000 | #Constraints:      53674
1145.96/1169.18	c #Conflicts:    1166000 | #Constraints:      54674
1145.96/1169.18	c #Conflicts:    1167000 | #Constraints:      55674
1145.96/1169.18	c INPROCESSING
1145.96/1169.18	c GARBAGE COLLECT
1145.96/1169.18	c #Conflicts:    1168000 | #Constraints:      32367
1145.96/1169.18	c #Conflicts:    1169000 | #Constraints:      33367
1145.96/1169.18	c #Conflicts:    1170000 | #Constraints:      34367
1145.96/1169.18	c #Conflicts:    1171000 | #Constraints:      35367
1145.96/1169.18	c #Conflicts:    1172000 | #Constraints:      36367
1145.96/1169.18	c #Conflicts:    1173000 | #Constraints:      37367
1145.96/1169.18	c #Conflicts:    1174000 | #Constraints:      38367
1145.96/1169.18	c #Conflicts:    1175000 | #Constraints:      39367
1145.96/1169.18	c #Conflicts:    1176000 | #Constraints:      40367
1145.96/1169.18	c #Conflicts:    1177000 | #Constraints:      41367
1145.96/1169.18	c #Conflicts:    1178000 | #Constraints:      42367
1173.19/1196.47	c #Conflicts:    1179000 | #Constraints:      43367
1173.19/1196.47	c #Conflicts:    1180000 | #Constraints:      44367
1173.19/1196.47	c #Conflicts:    1181000 | #Constraints:      45367
1173.19/1196.47	c #Conflicts:    1182000 | #Constraints:      46367
1173.19/1196.47	c #Conflicts:    1183000 | #Constraints:      47367
1173.19/1196.47	c #Conflicts:    1184000 | #Constraints:      48367
1173.19/1196.47	c #Conflicts:    1185000 | #Constraints:      49367
1173.19/1196.47	c #Conflicts:    1186000 | #Constraints:      50367
1173.19/1196.47	c #Conflicts:    1187000 | #Constraints:      51367
1173.19/1196.47	c #Conflicts:    1188000 | #Constraints:      52367
1173.19/1196.47	c #Conflicts:    1189000 | #Constraints:      53367
1173.19/1196.47	c #Conflicts:    1190000 | #Constraints:      54367
1173.19/1196.47	c #Conflicts:    1191000 | #Constraints:      55367
1173.19/1196.47	c #Conflicts:    1192000 | #Constraints:      56367
1173.19/1196.47	c #Conflicts:    1193000 | #Constraints:      57367
1173.19/1196.47	c #Conflicts:    1194000 | #Constraints:      58367
1173.19/1196.47	c #Conflicts:    1195000 | #Constraints:      59367
1173.19/1196.47	c #Conflicts:    1196000 | #Constraints:      60367
1173.19/1196.47	c #Conflicts:    1197000 | #Constraints:      61367
1173.19/1196.47	c #Conflicts:    1198000 | #Constraints:      62367
1173.19/1196.47	c #Conflicts:    1199000 | #Constraints:      63367
1173.19/1196.47	c #Conflicts:    1200000 | #Constraints:      64367
1173.19/1196.47	c #Conflicts:    1201000 | #Constraints:      65367
1173.19/1196.47	c bounds - >= 542 @ 1158.7
1197.04/1220.31	c #Conflicts:    1202000 | #Constraints:      66442
1197.04/1220.31	c #Conflicts:    1203000 | #Constraints:      67442
1197.04/1220.31	c #Conflicts:    1204000 | #Constraints:      68442
1197.04/1220.31	c #Conflicts:    1205000 | #Constraints:      69442
1197.04/1220.31	c #Conflicts:    1206000 | #Constraints:      70442
1197.04/1220.31	c #Conflicts:    1207000 | #Constraints:      71442
1197.04/1220.31	c #Conflicts:    1208000 | #Constraints:      72442
1197.04/1220.31	c #Conflicts:    1209000 | #Constraints:      73442
1197.04/1220.31	c #Conflicts:    1210000 | #Constraints:      74442
1197.04/1220.31	c #Conflicts:    1211000 | #Constraints:      75442
1197.04/1220.31	c #Conflicts:    1212000 | #Constraints:      76442
1197.04/1220.31	c #Conflicts:    1213000 | #Constraints:      77442
1197.04/1220.31	c #Conflicts:    1214000 | #Constraints:      78442
1197.04/1220.31	c #Conflicts:    1215000 | #Constraints:      79442
1197.04/1220.31	c #Conflicts:    1216000 | #Constraints:      80442
1197.04/1220.31	c #Conflicts:    1217000 | #Constraints:      81442
1197.04/1220.31	c #Conflicts:    1218000 | #Constraints:      82442
1197.04/1220.31	c #Conflicts:    1219000 | #Constraints:      83442
1197.04/1220.31	c #Conflicts:    1220000 | #Constraints:      84442
1197.04/1220.31	c #Conflicts:    1221000 | #Constraints:      85442
1197.04/1220.31	c #Conflicts:    1222000 | #Constraints:      86442
1197.04/1220.31	c #Conflicts:    1223000 | #Constraints:      87442
1197.04/1220.31	c #Conflicts:    1224000 | #Constraints:      88442
1197.04/1220.31	c #Conflicts:    1225000 | #Constraints:      89442
1197.04/1220.31	c #Conflicts:    1226000 | #Constraints:      90442
1197.04/1220.31	c #Conflicts:    1227000 | #Constraints:      91442
1197.04/1220.31	WSVECS04 Frhs2[41]: 6 0 0.440012 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[152]: 6 -1.0001 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[166]: 6 0 0.870563 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[194]: 6 0 5.63142 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[218]: 6 0 2.92195 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[219]: 6 0 4.19304 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[245]: 6 -1.00006 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[246]: 6 0 3.05893 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[268]: 6 0 0.950331 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[323]: 6 -1.00003 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[324]: 6 0 1.00006 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[351]: 6 0 2.77004 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[352]: 6 -1.00007 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[398]: 6 -1.00001 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[401]: 6 0 2.00004 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[402]: 6 -1.00001 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[463]: 6 0 2.00006 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[497]: 6 0 3.57468 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[533]: 6 -1.00003 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[534]: 6 0 2.02228 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[578]: 6 0 4.05457 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[601]: 6 0 1.95619 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[602]: 6 -1.00008 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[612]: 6 0 2.14218 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[627]: 6 0 1.75941 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[698]: 6 0 1.10095 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[774]: 6 0 1.93973 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[795]: 6 0 2.33045 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[796]: 6 -1.00004 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[798]: 6 0 0.976947 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[808]: 6 0 5.34381 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[846]: 6 0 2.34386 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[851]: 6 -1.00005 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[854]: 6 0 3.24296 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[885]: 6 0 2.00004 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[952]: 6 0 2.33522 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1027]: 6 0 7.14337 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1046]: 6 0 0.670399 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1097]: 6 0 2.23899 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1098]: 6 -1.00006 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1132]: 6 0 1.02705 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1165]: 6 0 4.56755 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1166]: 6 -1.00007 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1179]: 6 0 3.08273 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1200]: 6 0 2.00008 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1205]: 6 0 1.00006 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1234]: 6 0 4.19579 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1241]: 6 0 0.660217 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1255]: 6 0 1.70582 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1256]: 6 -1.0001 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1272]: 6 0 3.48933 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1297]: 6 0 2.00008 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1305]: 6 0 1.66491 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1306]: 6 -1.00003 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1307]: 6 0 1.55635 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1331]: 6 0 1.00005 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1332]: 6 -1.00005 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1405]: 6 -1.00009 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1406]: 6 0 2.00001 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1440]: 6 0 3.10803 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1466]: 6 -1.00006 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1477]: 6 -1.00007 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1478]: 6 0 1.77003 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1492]: 6 0 0.48014 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1505]: 6 -1.00001 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1506]: 6 0 2.86698 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1509]: 6 -1.00006 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1527]: 6 -1.00007 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1528]: 6 0 3.53653 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1545]: 6 0 2.3655 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1546]: 6 -1.00005 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1589]: 6 0 2.13526 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1593]: 6 -1.00004 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1594]: 6 0 0.224944 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1595]: 6 0 1.6602 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1629]: 6 0 0.847447 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1646]: 6 0 2.6906 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1655]: 6 0 1.12985 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1725]: 6 -1.00002 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1726]: 6 0 1.00004 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1747]: 6 0 3.36284 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1750]: 6 0 2.14801 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1753]: 6 0 3.42002 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1754]: 6 -1.00004 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1756]: 6 0 0.33519 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1759]: 6 0 0.452353 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1760]: 6 -1.00005 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1767]: 6 0 2.05555 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1805]: 6 0 0.362123 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1807]: 6 0 1.00001 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1808]: 6 -1.00001 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1961]: 6 -1.00005 0 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1962]: 6 0 4.29219 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1966]: 6 0 1.46049 shouldn't be
1197.04/1220.31	WSVECS04 Frhs2[1973]: 6 -1.00002 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[39]: 6 -1.00007 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[139]: 6 -1.00005 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[141]: 6 0 3.09225 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[151]: 6 0 0.22493 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[217]: 6 -1.00007 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[257]: 6 0 3.92777 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[298]: 6 0 2.97334 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[367]: 6 -1.00007 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[368]: 6 0 2.00007 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[418]: 6 -1.00005 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[491]: 6 -1.00005 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[492]: 6 0 1.46743 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[498]: 6 -1.00006 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[577]: 6 -1.00002 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[695]: 6 0 1.00006 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[696]: 6 -1.00004 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[807]: 6 -1.00002 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[845]: 6 -1.00005 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[868]: 6 0 1.19533 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[908]: 6 0 6.99513 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[956]: 6 0 1.54151 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1084]: 6 -1.00004 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1101]: 6 -1.00009 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1102]: 6 0 1.00004 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1103]: 6 -1.00007 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1104]: 6 0 2.44419 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1120]: 6 -1.00004 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1269]: 6 -1.00004 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1270]: 6 0 1.00003 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1271]: 6 -1.00004 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1298]: 6 -1.00004 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1308]: 6 -1.00006 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1381]: 6 0 1.01276 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1395]: 6 0 3.36022 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1489]: 6 -1.00009 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1490]: 6 0 5.84129 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1507]: 6 -1.00005 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1510]: 6 0 1.19537 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1596]: 6 -1.00007 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1689]: 6 -1.00002 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1690]: 6 0 1.0001 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1763]: 6 -1.00006 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1764]: 6 0 0.372407 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1806]: 6 -1.00005 0 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1874]: 6 0 1.00006 shouldn't be
1197.33/1220.65	WSVECS04 Frhs2[1996]: 6 0 5.04394 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[7]: 6 0 2.84744 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[57]: 6 -1.00005 0 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[58]: 6 0 0.0729914 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[142]: 6 -1.00001 0 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[168]: 6 -1.00003 0 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[258]: 6 -1.00005 0 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[267]: 6 -1.00009 0 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[275]: 6 0 1.00006 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[441]: 6 0 2.91501 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[464]: 6 -1.0001 0 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[581]: 6 0 2.00007 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[626]: 6 0 2.00009 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[865]: 6 0 0.849732 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[866]: 6 -1.00004 0 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[999]: 6 0 5.00191 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[1000]: 6 -1.0001 0 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[1045]: 6 -1.00008 0 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[1119]: 6 0 0.1954 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[1157]: 6 -1.00002 0 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[1233]: 6 -1.00005 0 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[1242]: 6 -1.00003 0 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[1245]: 6 -1.00002 0 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[1246]: 6 0 0.559677 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[1382]: 6 -1.00006 0 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[1491]: 6 -1.00003 0 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[1494]: 6 -1.00005 0 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[1517]: 6 -1.00008 0 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[1645]: 6 -1.00009 0 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[1651]: 6 -1.00002 0 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[1652]: 6 0 0.964298 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[1749]: 6 -1.00002 0 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[1873]: 6 -1.00004 0 shouldn't be
1197.63/1220.97	WSVECS04 Frhs2[1965]: 6 -1.00008 0 shouldn't be
1197.93/1221.25	WSVECS04 Frhs2[11]: 6 0 2.00002 shouldn't be
1197.93/1221.25	WSVECS04 Frhs2[21]: 6 -1.00009 0 shouldn't be
1197.93/1221.25	WSVECS04 Frhs2[42]: 6 -1.0001 0 shouldn't be
1197.93/1221.25	WSVECS04 Frhs2[200]: 6 -1.00005 0 shouldn't be
1197.93/1221.25	WSVECS04 Frhs2[207]: 6 0 2.97792 shouldn't be
1197.93/1221.25	WSVECS04 Frhs2[208]: 6 -1.00008 0 shouldn't be
1197.93/1221.25	WSVECS04 Frhs2[229]: 6 -1.00001 0 shouldn't be
1197.93/1221.25	WSVECS04 Frhs2[359]: 6 -1.00005 0 shouldn't be
1197.93/1221.25	WSVECS04 Frhs2[417]: 6 0 5.6145 shouldn't be
1197.93/1221.25	WSVECS04 Frhs2[431]: 6 -1.00003 0 shouldn't be
1197.93/1221.25	WSVECS04 Frhs2[907]: 6 -1.00005 0 shouldn't be
1197.93/1221.25	WSVECS04 Frhs2[1266]: 6 -1.00008 0 shouldn't be
1197.93/1221.25	WSVECS04 Frhs2[1370]: 6 -1.00002 0 shouldn't be
1197.93/1221.25	WSVECS04 Frhs2[1590]: 6 -1.00004 0 shouldn't be
1197.93/1221.25	WSVECS04 Frhs2[1628]: 6 0 4.3666 shouldn't be
1197.93/1221.25	WSVECS04 Frhs2[1630]: 6 -1.00003 0 shouldn't be
1197.93/1221.25	WSVECS04 Frhs2[1660]: 6 -1.00005 0 shouldn't be
1197.93/1221.25	WSVECS04 Frhs2[1821]: 6 -1.00009 0 shouldn't be
1197.93/1221.25	WSVECS04 Frhs2[1822]: 6 0 1.31486 shouldn't be
1198.22/1221.56	WSVECS04 Frhs2[8]: 6 -1.00004 0 shouldn't be
1198.22/1221.56	WSVECS04 Frhs2[12]: 6 -1.00001 0 shouldn't be
1198.22/1221.56	WSVECS04 Frhs2[165]: 6 -1.00005 0 shouldn't be
1198.22/1221.56	WSVECS04 Frhs2[191]: 6 0 1.00005 shouldn't be
1198.22/1221.56	WSVECS04 Frhs2[192]: 6 -1.00003 0 shouldn't be
1198.22/1221.56	WSVECS04 Frhs2[442]: 6 -1.00004 0 shouldn't be
1198.22/1221.56	WSVECS04 Frhs2[628]: 6 -1.00006 0 shouldn't be
1198.22/1221.56	WSVECS04 Frhs2[869]: 6 -1.00004 0 shouldn't be
1198.22/1221.56	WSVECS04 Frhs2[951]: 6 -1.00004 0 shouldn't be
1198.22/1221.56	WSVECS04 Frhs2[1028]: 6 -1.00007 0 shouldn't be
1198.22/1221.56	WSVECS04 Frhs2[1267]: 6 0 3.22756 shouldn't be
1198.22/1221.56	WSVECS04 Frhs2[1743]: 6 0 1.40971 shouldn't be
1198.22/1221.56	WSVECS04 Frhs2[1744]: 6 -1.00009 0 shouldn't be
1198.73/1222.08	WSVECS04 Frhs2[582]: 6 -1.00007 0 shouldn't be
1198.73/1222.08	WSVECS04 Frhs2[697]: 6 -1.00005 0 shouldn't be
1198.73/1222.08	WSVECS04 Frhs2[767]: 6 -1.00009 0 shouldn't be
1198.73/1222.08	WSVECS04 Frhs2[853]: 6 -1.00002 0 shouldn't be
1198.73/1222.08	WSVECS04 Frhs2[1199]: 6 -1.00008 0 shouldn't be
1198.73/1222.08	WSVECS04 Frhs2[1439]: 6 -1.00008 0 shouldn't be
1198.73/1222.08	WSVECS04 Frhs2[1583]: 6 -1.00009 0 shouldn't be
1198.73/1222.08	WSVECS04 Frhs2[1855]: 6 0 1.32971 shouldn't be
1198.73/1222.08	WSVECS04 Frhs2[1856]: 6 -1.00002 0 shouldn't be
1199.12/1222.48	WSVECS04 Frhs2[611]: 6 -1.00002 0 shouldn't be
1199.12/1222.48	WSVECS04 Frhs2[625]: 6 -1.00002 0 shouldn't be
1199.12/1222.48	WSVECS04 Frhs2[943]: 6 -1.00003 0 shouldn't be
1199.12/1222.48	WSVECS04 Frhs2[1131]: 6 -1.00001 0 shouldn't be
1199.12/1222.48	WSVECS04 Frhs2[1180]: 6 -1.00006 0 shouldn't be
1199.12/1222.48	WSVECS04 Frhs2[1268]: 6 -1.0001 0 shouldn't be
1199.12/1222.48	WSVECS04 Frhs2[1640]: 6 -1.00003 0 shouldn't be
1199.12/1222.48	WSVECS04 Frhs2[1656]: 6 -1.00009 0 shouldn't be
1199.63/1222.95	WSVECS04 Frhs2[276]: 6 -1.00005 0 shouldn't be
1199.63/1222.95	WSVECS04 Frhs2[741]: 6 -1.00004 0 shouldn't be
1199.63/1222.95	WSVECS04 Frhs2[1565]: 6 -1.00007 0 shouldn't be
1199.63/1222.95	WSVECS04 Frhs2[1566]: 6 0 4.62391 shouldn't be
1200.22/1223.55	WSVECS04 Frhs2[1520]: 6 -1.00002 0 shouldn't be
1200.22/1223.55	WSVECS04 Frhs2[1541]: 6 -1.00008 0 shouldn't be
1200.22/1223.55	WSVECS04 Frhs2[1995]: 6 -1.00004 0 shouldn't be
1201.52/1224.81	WSVECS04 Frhs2[1058]: 6 -1.00009 0 shouldn't be
1201.92/1225.28	WSVECS04 Frhs2[1068]: 6 -1.00006 0 shouldn't be
1202.52/1225.85	WSVECS04 Frhs2[1609]: 6 0 2.00008 shouldn't be
1202.52/1225.85	WSVECS04 Frhs2[1610]: 6 -1.00005 0 shouldn't be
1229.93/1253.96	c #Conflicts:    1228000 | #Constraints:      92442
1229.93/1253.96	c #Conflicts:    1229000 | #Constraints:      93442
1229.93/1253.96	c #Conflicts:    1230000 | #Constraints:      94442
1229.93/1253.96	c #Conflicts:    1231000 | #Constraints:      95442
1229.93/1253.96	c #Conflicts:    1232000 | #Constraints:      96442
1229.93/1253.96	c #Conflicts:    1233000 | #Constraints:      97442
1229.93/1253.96	c #Conflicts:    1234000 | #Constraints:      98442
1229.93/1253.96	c #Conflicts:    1235000 | #Constraints:      99442
1229.93/1253.96	c #Conflicts:    1236000 | #Constraints:     100442
1229.93/1253.96	c #Conflicts:    1237000 | #Constraints:     101442
1229.93/1253.96	c #Conflicts:    1238000 | #Constraints:     102442
1229.93/1253.96	c #Conflicts:    1239000 | #Constraints:     103442
1229.93/1253.96	c #Conflicts:    1240000 | #Constraints:     104442
1229.93/1253.96	c #Conflicts:    1241000 | #Constraints:     105442
1229.93/1253.96	c #Conflicts:    1242000 | #Constraints:     106442
1229.93/1253.96	c #Conflicts:    1243000 | #Constraints:     107442
1229.93/1253.96	c #Conflicts:    1244000 | #Constraints:     108442
1229.93/1253.96	c #Conflicts:    1245000 | #Constraints:     109442
1229.93/1253.96	c #Conflicts:    1246000 | #Constraints:     110442
1229.93/1253.96	c #Conflicts:    1247000 | #Constraints:     111442
1229.93/1253.96	c #Conflicts:    1248000 | #Constraints:     112442
1229.93/1253.96	c #Conflicts:    1249000 | #Constraints:     113442
1229.93/1253.96	c #Conflicts:    1250000 | #Constraints:     114442
1229.93/1253.96	c #Conflicts:    1251000 | #Constraints:     115442
1229.93/1253.96	c #Conflicts:    1252000 | #Constraints:     116442
1229.93/1253.96	c #Conflicts:    1253000 | #Constraints:     117442
1229.93/1253.96	c #Conflicts:    1254000 | #Constraints:     118442
1229.93/1253.96	c #Conflicts:    1255000 | #Constraints:     119442
1229.93/1253.96	c #Conflicts:    1256000 | #Constraints:     120442
1229.93/1253.96	WSVECS04 Frhs2[29]: 6 0 1.15498 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[51]: 6 -1.00003 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[73]: 6 -1.00004 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[74]: 6 0 0.820793 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[79]: 6 0 0.655366 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[85]: 6 0 2.58903 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[117]: 6 0 4.07593 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[124]: 6 -1.00005 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[134]: 6 0 1.00004 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[161]: 6 0 0.0585724 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[211]: 6 0 1.90649 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[235]: 6 -1.00005 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[236]: 6 0 1.13333 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[249]: 6 0 7.88269 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[263]: 6 0 4.00001 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[269]: 6 -1.00002 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[270]: 6 0 2.6085 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[272]: 6 0 2.39997 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[302]: 6 0 0.0308104 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[310]: 6 0 3.16599 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[330]: 6 -1.00001 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[341]: 6 0 3.12432 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[355]: 6 0 2.40995 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[390]: 6 0 3.62738 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[395]: 6 0 2.46057 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[439]: 6 -1.00003 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[459]: 6 -1.00005 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[460]: 6 0 4.65217 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[478]: 6 0 1.00001 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[485]: 6 -0.600091 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[531]: 6 0 0.646556 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[532]: 6 -1.00005 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[568]: 6 0 4.27465 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[579]: 6 0 2.14406 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[586]: 6 0 1.06958 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[596]: 6 0 5.00879 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[619]: 6 0 1.64744 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[632]: 6 0 1.0105 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[684]: 6 -0.469745 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[733]: 6 -1.00007 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[734]: 6 0 0.244008 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[747]: 6 0 1.51196 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[773]: 6 0 0.490035 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[781]: 6 -1.00007 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[782]: 6 0 1.30158 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[786]: 6 0 0.590674 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[823]: 6 0 1.43416 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[826]: 6 0 0.988675 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[827]: 6 0 0.601003 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[828]: 6 -1.00001 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[901]: 6 0 3.59817 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[915]: 6 0 3.73253 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[957]: 6 0 3.61161 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[965]: 6 -1.00006 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[966]: 6 0 0.592106 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[978]: 6 0 2.0273 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1002]: 6 0 0.00500896 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1008]: 6 0 0.252648 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1019]: 6 0 2.53026 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1033]: 6 0 0.139708 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1059]: 6 0 4.69278 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1060]: 6 -1.00007 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1093]: 6 0 1.3551 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1107]: 6 -1.00008 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1108]: 6 0 2.15748 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1137]: 6 0 0.471477 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1138]: 6 -1.00002 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1139]: 6 0 3.25412 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1154]: 6 0 0.0377026 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1177]: 6 0 2.74836 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1263]: 6 0 0.0176939 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1264]: 6 -1.00005 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1273]: 6 0 2.73464 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1274]: 6 -1.00003 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1287]: 6 -1.00008 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1288]: 6 0 0.0557102 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1302]: 6 0 2.59023 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1327]: 6 0 0.668922 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1328]: 6 -1.00004 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1361]: 6 0 0.298936 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1422]: 6 0 0.521977 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1425]: 6 -1.00007 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1445]: 6 -1.00002 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1473]: 6 0 2.75055 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1474]: 6 -1.00004 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1480]: 6 0 1.6904 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1495]: 6 0 6.50293 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1500]: 6 0 1.32575 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1504]: 6 0 3.47006 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1592]: 6 0 4.18441 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1600]: 6 0 5.29566 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1616]: 6 -1.00002 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1617]: 6 0 0.980102 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1631]: 6 0 2.06302 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1665]: 6 0 2.76786 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1670]: 6 -1.00003 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1686]: 6 0 1.98013 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1701]: 6 0 1.84264 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1728]: 6 0 1.00007 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1766]: 6 0 2.92328 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1768]: 6 0 3.00008 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1773]: 6 0 1.00001 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1774]: 6 -1.00001 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1785]: 6 0 1.39451 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1820]: 6 0 0.428394 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1859]: 6 0 1.02002 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1860]: 6 -1.00008 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1899]: 6 0 1.49774 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1930]: 6 0 3.07472 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1935]: 6 0 4.72541 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1946]: 6 0 1.55734 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1951]: 6 0 5.62929 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1975]: 6 0 1.54398 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1976]: 6 -1.00008 0 shouldn't be
1229.93/1253.96	WSVECS04 Frhs2[1991]: 6 0 4.06448 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[30]: 6 -1.00003 0 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[118]: 6 -1.00005 0 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[291]: 6 -1.0001 0 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[331]: 6 0 1.52865 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[385]: 6 -1.00004 0 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[475]: 6 0 1.51052 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[477]: 6 -1.00005 0 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[567]: 6 -1.00002 0 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[580]: 6 -1.00001 0 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[690]: 6 -1.00005 0 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[720]: 6 0 3.83437 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[825]: 6 -1.00004 0 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[837]: 6 0 1.67481 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[894]: 6 -1.00006 0 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[897]: 6 0 1.12637 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[963]: 6 0 1.39087 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[1020]: 6 -1.00002 0 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[1109]: 6 -1.00001 0 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[1115]: 6 0 2.3799 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[1329]: 6 0 4.20611 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[1330]: 6 -1.0001 0 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[1362]: 6 -1.00008 0 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[1669]: 6 0 1.73479 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[1675]: 6 -1.00007 0 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[1727]: 6 -1.00003 0 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[1819]: 6 -1.00007 0 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[1945]: 6 -1.00009 0 shouldn't be
1230.22/1254.28	WSVECS04 Frhs2[1992]: 6 -1.00006 0 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[104]: 6 0 1.72534 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[133]: 6 -1.00004 0 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[212]: 6 -1.00006 0 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[250]: 6 -1.00005 0 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[375]: 6 -1.00002 0 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[476]: 6 -1.00002 0 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[595]: 6 -1.00004 0 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[850]: 6 0 2.82079 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[879]: 6 0 2.00008 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[880]: 6 -1.00008 0 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[898]: 6 -1.00003 0 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[902]: 6 -0.519782 0 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[964]: 6 -1.00007 0 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[1223]: 6 0 0.557805 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[1224]: 6 -1.00009 0 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[1498]: 6 0 5.54628 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[1585]: 6 0 4.10658 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[1765]: 6 -1.00005 0 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[1908]: 6 0 5.38816 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[1911]: 6 -1.00001 0 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[1912]: 6 0 4.51185 shouldn't be
1230.52/1254.59	WSVECS04 Frhs2[1936]: 6 -1.00006 0 shouldn't be
1230.92/1254.91	WSVECS04 Frhs2[82]: 6 0 0.0699088 shouldn't be
1230.92/1254.91	WSVECS04 Frhs2[136]: 6 -1.00002 0 shouldn't be
1230.92/1254.91	WSVECS04 Frhs2[162]: 6 -1.00005 0 shouldn't be
1230.92/1254.91	WSVECS04 Frhs2[188]: 6 -1.00006 0 shouldn't be
1230.92/1254.91	WSVECS04 Frhs2[292]: 6 0 4.06791 shouldn't be
1230.92/1254.91	WSVECS04 Frhs2[321]: 6 0 3.57202 shouldn't be
1230.92/1254.91	WSVECS04 Frhs2[365]: 6 0 3.45669 shouldn't be
1230.92/1254.91	WSVECS04 Frhs2[366]: 6 -1.00009 0 shouldn't be
1230.92/1254.91	WSVECS04 Frhs2[1086]: 6 0 4.83143 shouldn't be
1230.92/1254.91	WSVECS04 Frhs2[1094]: 6 -1.00005 0 shouldn't be
1230.92/1254.91	WSVECS04 Frhs2[1275]: 6 -1.00003 0 shouldn't be
1230.92/1254.91	WSVECS04 Frhs2[1301]: 6 -1.00008 0 shouldn't be
1230.92/1254.91	WSVECS04 Frhs2[1496]: 6 -1.00007 0 shouldn't be
1230.92/1254.91	WSVECS04 Frhs2[1499]: 6 -1.00009 0 shouldn't be
1230.92/1254.91	WSVECS04 Frhs2[1591]: 6 -1.00003 0 shouldn't be
1230.92/1254.91	WSVECS04 Frhs2[1599]: 6 -1.00005 0 shouldn't be
1230.92/1254.91	WSVECS04 Frhs2[1618]: 6 -1.00003 0 shouldn't be
1230.92/1254.91	WSVECS04 Frhs2[1666]: 6 -1.00004 0 shouldn't be
1230.92/1254.91	WSVECS04 Frhs2[1685]: 6 -1.00003 0 shouldn't be
1230.92/1254.91	WSVECS04 Frhs2[1802]: 6 0 5.7261 shouldn't be
1231.22/1255.21	WSVECS04 Frhs2[332]: 6 -1.00004 0 shouldn't be
1231.22/1255.21	WSVECS04 Frhs2[356]: 6 -1.0001 0 shouldn't be
1231.22/1255.21	WSVECS04 Frhs2[396]: 6 -1.00001 0 shouldn't be
1231.22/1255.21	WSVECS04 Frhs2[400]: 6 0 1.49683 shouldn't be
1231.22/1255.21	WSVECS04 Frhs2[620]: 6 -1.00006 0 shouldn't be
1231.22/1255.21	WSVECS04 Frhs2[683]: 6 0 2.52335 shouldn't be
1231.22/1255.21	WSVECS04 Frhs2[824]: 6 -1.00001 0 shouldn't be
1231.22/1255.21	WSVECS04 Frhs2[942]: 6 -1.00004 0 shouldn't be
1231.22/1255.21	WSVECS04 Frhs2[1392]: 6 0 4.73217 shouldn't be
1231.22/1255.21	WSVECS04 Frhs2[1497]: 6 -1.00004 0 shouldn't be
1231.22/1255.21	WSVECS04 Frhs2[1952]: 6 -1.00004 0 shouldn't be
1231.73/1255.71	WSVECS04 Frhs2[271]: 6 -1.00009 0 shouldn't be
1231.73/1255.71	WSVECS04 Frhs2[663]: 6 -1.00005 0 shouldn't be
1231.73/1255.71	WSVECS04 Frhs2[970]: 6 0 4.35745 shouldn't be
1231.73/1255.71	WSVECS04 Frhs2[1085]: 6 -1.00005 0 shouldn't be
1231.73/1255.71	WSVECS04 Frhs2[1178]: 6 -1.00002 0 shouldn't be
1231.73/1255.71	WSVECS04 Frhs2[1421]: 6 -1.00004 0 shouldn't be
1231.73/1255.71	WSVECS04 Frhs2[1676]: 6 0 1.72533 shouldn't be
1232.13/1256.19	WSVECS04 Frhs2[64]: 6 0 3.28604 shouldn't be
1232.13/1256.19	WSVECS04 Frhs2[285]: 6 -1.00009 0 shouldn't be
1232.13/1256.19	WSVECS04 Frhs2[286]: 6 0 2.69068 shouldn't be
1232.13/1256.19	WSVECS04 Frhs2[301]: 6 -1.00005 0 shouldn't be
1232.13/1256.19	WSVECS04 Frhs2[518]: 6 0 2.00002 shouldn't be
1232.13/1256.19	WSVECS04 Frhs2[521]: 6 -1.0001 0 shouldn't be
1232.13/1256.19	WSVECS04 Frhs2[830]: 6 0 1.22736 shouldn't be
1232.13/1256.19	WSVECS04 Frhs2[1079]: 6 -1.00005 0 shouldn't be
1232.13/1256.19	WSVECS04 Frhs2[1080]: 6 0 0.218188 shouldn't be
1232.13/1256.19	WSVECS04 Frhs2[1229]: 6 -1.00007 0 shouldn't be
1232.13/1256.19	WSVECS04 Frhs2[1503]: 6 -1.00009 0 shouldn't be
1232.13/1256.19	WSVECS04 Frhs2[1786]: 6 -1.00005 0 shouldn't be
1232.13/1256.19	WSVECS04 Frhs2[1907]: 6 -1.00002 0 shouldn't be
1232.72/1256.71	WSVECS04 Frhs2[63]: 6 -1.00008 0 shouldn't be
1232.72/1256.71	WSVECS04 Frhs2[103]: 6 -1.00007 0 shouldn't be
1232.72/1256.71	WSVECS04 Frhs2[309]: 6 -1.00006 0 shouldn't be
1232.72/1256.71	WSVECS04 Frhs2[1426]: 6 0 0.844407 shouldn't be
1232.72/1256.71	WSVECS04 Frhs2[1913]: 6 -1.00005 0 shouldn't be
1232.72/1256.71	WSVECS04 Frhs2[1914]: 6 0 2.6116 shouldn't be
1233.32/1257.32	WSVECS04 Frhs2[843]: 6 -1.00006 0 shouldn't be
1233.32/1257.32	WSVECS04 Frhs2[849]: 6 -1.00006 0 shouldn't be
1233.32/1257.32	WSVECS04 Frhs2[1479]: 6 -1.00007 0 shouldn't be
1233.32/1257.32	WSVECS04 Frhs2[1621]: 6 0 1.51005 shouldn't be
1233.32/1257.32	WSVECS04 Frhs2[1622]: 6 -1.0001 0 shouldn't be
1233.92/1257.92	WSVECS04 Frhs2[517]: 6 -1.00002 0 shouldn't be
1251.57/1275.99	c #Conflicts:    1257000 | #Constraints:     121442
1251.57/1275.99	c #Conflicts:    1258000 | #Constraints:     122442
1251.57/1275.99	c #Conflicts:    1259000 | #Constraints:     123442
1251.57/1275.99	c #Conflicts:    1260000 | #Constraints:     124442
1251.57/1275.99	c #Conflicts:    1261000 | #Constraints:     125442
1251.57/1275.99	c #Conflicts:    1262000 | #Constraints:     126442
1251.57/1275.99	c #Conflicts:    1263000 | #Constraints:     127442
1251.57/1275.99	c #Conflicts:    1264000 | #Constraints:     128442
1251.57/1275.99	c #Conflicts:    1265000 | #Constraints:     129442
1251.57/1275.99	c #Conflicts:    1266000 | #Constraints:     130442
1251.57/1275.99	c INPROCESSING
1251.57/1275.99	c GARBAGE COLLECT
1251.57/1275.99	c rational objective 666
1289.48/1314.00	c #Conflicts:    1267000 | #Constraints:      69802
1289.48/1314.00	c #Conflicts:    1268000 | #Constraints:      70802
1289.48/1314.00	c #Conflicts:    1269000 | #Constraints:      71802
1289.48/1314.00	c #Conflicts:    1270000 | #Constraints:      72802
1289.48/1314.00	c #Conflicts:    1271000 | #Constraints:      73802
1289.48/1314.00	c #Conflicts:    1272000 | #Constraints:      74802
1289.48/1314.00	c #Conflicts:    1273000 | #Constraints:      75802
1289.48/1314.00	c #Conflicts:    1274000 | #Constraints:      76802
1289.48/1314.00	c #Conflicts:    1275000 | #Constraints:      77802
1289.48/1314.00	c #Conflicts:    1276000 | #Constraints:      78802
1289.48/1314.00	c #Conflicts:    1277000 | #Constraints:      79802
1289.48/1314.00	c #Conflicts:    1278000 | #Constraints:      80802
1289.48/1314.00	c #Conflicts:    1279000 | #Constraints:      81802
1289.48/1314.00	c #Conflicts:    1280000 | #Constraints:      82802
1289.48/1314.00	c #Conflicts:    1281000 | #Constraints:      83802
1289.48/1314.00	c #Conflicts:    1282000 | #Constraints:      84802
1289.48/1314.00	c #Conflicts:    1283000 | #Constraints:      85802
1289.48/1314.00	c #Conflicts:    1284000 | #Constraints:      86802
1289.48/1314.00	c #Conflicts:    1285000 | #Constraints:      87802
1289.48/1314.00	c #Conflicts:    1286000 | #Constraints:      88802
1289.48/1314.00	c #Conflicts:    1287000 | #Constraints:      89802
1289.48/1314.00	c #Conflicts:    1288000 | #Constraints:      90802
1289.48/1314.00	c #Conflicts:    1289000 | #Constraints:      91802
1289.48/1314.00	c #Conflicts:    1290000 | #Constraints:      92802
1289.48/1314.00	c INPROCESSING
1289.48/1314.00	c GARBAGE COLLECT
1289.48/1314.00	c rational objective 666
1334.32/1361.00	c #Conflicts:    1291000 | #Constraints:      51219
1334.32/1361.00	c #Conflicts:    1292000 | #Constraints:      52219
1334.32/1361.00	c #Conflicts:    1293000 | #Constraints:      53219
1334.32/1361.00	c #Conflicts:    1294000 | #Constraints:      54219
1334.32/1361.00	c #Conflicts:    1295000 | #Constraints:      55219
1334.32/1361.00	c #Conflicts:    1296000 | #Constraints:      56219
1334.32/1361.00	c #Conflicts:    1297000 | #Constraints:      57219
1334.32/1361.00	c #Conflicts:    1298000 | #Constraints:      58219
1334.32/1361.00	c #Conflicts:    1299000 | #Constraints:      59219
1334.32/1361.00	c #Conflicts:    1300000 | #Constraints:      60219
1334.32/1361.00	c #Conflicts:    1301000 | #Constraints:      61219
1334.32/1361.00	c #Conflicts:    1302000 | #Constraints:      62219
1334.32/1361.00	c #Conflicts:    1303000 | #Constraints:      63219
1334.32/1361.00	c #Conflicts:    1304000 | #Constraints:      64219
1334.32/1361.00	c #Conflicts:    1305000 | #Constraints:      65219
1334.32/1361.00	c #Conflicts:    1306000 | #Constraints:      66219
1334.32/1361.00	c #Conflicts:    1307000 | #Constraints:      67219
1334.32/1361.00	c #Conflicts:    1308000 | #Constraints:      68219
1334.32/1361.00	c #Conflicts:    1309000 | #Constraints:      69219
1334.32/1361.00	c #Conflicts:    1310000 | #Constraints:      70219
1334.32/1361.00	c #Conflicts:    1311000 | #Constraints:      71219
1334.32/1361.00	c #Conflicts:    1312000 | #Constraints:      72219
1334.32/1361.00	c #Conflicts:    1313000 | #Constraints:      73219
1334.32/1361.00	c INPROCESSING
1334.32/1361.00	c GARBAGE COLLECT
1334.32/1361.00	c rational objective 666
1397.60/1424.68	c #Conflicts:    1314000 | #Constraints:      41161
1397.60/1424.68	c #Conflicts:    1315000 | #Constraints:      42161
1397.60/1424.68	c #Conflicts:    1316000 | #Constraints:      43161
1397.60/1424.68	c #Conflicts:    1317000 | #Constraints:      44161
1397.60/1424.68	c #Conflicts:    1318000 | #Constraints:      45161
1397.60/1424.68	c #Conflicts:    1319000 | #Constraints:      46161
1397.60/1424.68	c #Conflicts:    1320000 | #Constraints:      47161
1397.60/1424.68	c #Conflicts:    1321000 | #Constraints:      48161
1397.60/1424.68	c #Conflicts:    1322000 | #Constraints:      49161
1397.60/1424.68	c #Conflicts:    1323000 | #Constraints:      50161
1397.60/1424.68	c #Conflicts:    1324000 | #Constraints:      51161
1397.60/1424.68	c #Conflicts:    1325000 | #Constraints:      52161
1397.60/1424.68	c #Conflicts:    1326000 | #Constraints:      53161
1397.60/1424.68	c #Conflicts:    1327000 | #Constraints:      54161
1397.60/1424.68	c #Conflicts:    1328000 | #Constraints:      55161
1397.60/1424.68	c #Conflicts:    1329000 | #Constraints:      56161
1397.60/1424.68	c #Conflicts:    1330000 | #Constraints:      57161
1397.60/1424.68	c #Conflicts:    1331000 | #Constraints:      58161
1397.60/1424.68	c #Conflicts:    1332000 | #Constraints:      59161
1397.60/1424.68	c #Conflicts:    1333000 | #Constraints:      60161
1397.60/1424.68	c #Conflicts:    1334000 | #Constraints:      61161
1397.60/1424.68	c #Conflicts:    1335000 | #Constraints:      62161
1397.60/1424.68	c #Conflicts:    1336000 | #Constraints:      63161
1397.60/1424.68	c #Conflicts:    1337000 | #Constraints:      64161
1397.60/1424.68	c INPROCESSING
1397.60/1424.68	c GARBAGE COLLECT
1397.60/1424.68	c rational objective 666
1540.38/1568.08	c #Conflicts:    1338000 | #Constraints:      36639
1540.38/1568.08	c #Conflicts:    1339000 | #Constraints:      37639
1540.38/1568.08	c #Conflicts:    1340000 | #Constraints:      38639
1540.38/1568.08	c #Conflicts:    1341000 | #Constraints:      39640
1540.38/1568.08	c #Conflicts:    1342000 | #Constraints:      40640
1540.38/1568.08	c #Conflicts:    1343000 | #Constraints:      41640
1540.38/1568.08	c #Conflicts:    1344000 | #Constraints:      42640
1540.38/1568.08	c #Conflicts:    1345000 | #Constraints:      43640
1540.38/1568.08	c #Conflicts:    1346000 | #Constraints:      44640
1540.38/1568.08	c #Conflicts:    1347000 | #Constraints:      45640
1540.38/1568.08	c #Conflicts:    1348000 | #Constraints:      46640
1540.38/1568.08	c #Conflicts:    1349000 | #Constraints:      47640
1540.38/1568.08	c #Conflicts:    1350000 | #Constraints:      48640
1540.38/1568.08	c #Conflicts:    1351000 | #Constraints:      49640
1540.38/1568.08	c #Conflicts:    1352000 | #Constraints:      50640
1540.38/1568.08	c #Conflicts:    1353000 | #Constraints:      51640
1540.38/1568.08	c #Conflicts:    1354000 | #Constraints:      52640
1540.38/1568.08	c #Conflicts:    1355000 | #Constraints:      53640
1540.38/1568.08	c #Conflicts:    1356000 | #Constraints:      54640
1540.38/1568.08	c #Conflicts:    1357000 | #Constraints:      55640
1540.38/1568.08	c #Conflicts:    1358000 | #Constraints:      56640
1540.38/1568.08	c #Conflicts:    1359000 | #Constraints:      57640
1540.38/1568.08	c #Conflicts:    1360000 | #Constraints:      58640
1540.38/1568.08	c #Conflicts:    1361000 | #Constraints:      59640
1540.38/1568.08	c INPROCESSING
1540.38/1568.08	c GARBAGE COLLECT
1540.38/1568.08	c rational objective 666
1581.90/1610.42	c #Conflicts:    1362000 | #Constraints:      34362
1581.90/1610.42	c #Conflicts:    1363000 | #Constraints:      35362
1581.90/1610.42	c #Conflicts:    1364000 | #Constraints:      36362
1581.90/1610.42	c #Conflicts:    1365000 | #Constraints:      37362
1581.90/1610.42	c #Conflicts:    1366000 | #Constraints:      38362
1581.90/1610.42	c #Conflicts:    1367000 | #Constraints:      39362
1581.90/1610.42	c #Conflicts:    1368000 | #Constraints:      40362
1581.90/1610.42	c #Conflicts:    1369000 | #Constraints:      41362
1581.90/1610.42	c #Conflicts:    1370000 | #Constraints:      42362
1581.90/1610.42	c #Conflicts:    1371000 | #Constraints:      43362
1581.90/1610.42	c #Conflicts:    1372000 | #Constraints:      44362
1581.90/1610.42	c #Conflicts:    1373000 | #Constraints:      45362
1581.90/1610.42	c #Conflicts:    1374000 | #Constraints:      46362
1581.90/1610.42	c #Conflicts:    1375000 | #Constraints:      47362
1581.90/1610.42	c #Conflicts:    1376000 | #Constraints:      48362
1581.90/1610.42	c #Conflicts:    1377000 | #Constraints:      49362
1581.90/1610.42	c #Conflicts:    1378000 | #Constraints:      50362
1581.90/1610.42	c #Conflicts:    1379000 | #Constraints:      51362
1581.90/1610.42	c #Conflicts:    1380000 | #Constraints:      52362
1581.90/1610.42	c #Conflicts:    1381000 | #Constraints:      53362
1581.90/1610.42	c #Conflicts:    1382000 | #Constraints:      54362
1581.90/1610.42	c #Conflicts:    1383000 | #Constraints:      55362
1581.90/1610.42	c #Conflicts:    1384000 | #Constraints:      56362
1581.90/1610.42	c #Conflicts:    1385000 | #Constraints:      57362
1581.90/1610.42	c #Conflicts:    1386000 | #Constraints:      58362
1581.90/1610.42	c #Conflicts:    1387000 | #Constraints:      59362
1581.90/1610.42	c #Conflicts:    1388000 | #Constraints:      60362
1581.90/1610.42	c #Conflicts:    1389000 | #Constraints:      61362
1581.90/1610.42	c #Conflicts:    1390000 | #Constraints:      62362
1581.90/1610.42	c #Conflicts:    1391000 | #Constraints:      63362
1581.90/1610.42	c #Conflicts:    1392000 | #Constraints:      64362
1581.90/1610.42	c #Conflicts:    1393000 | #Constraints:      65362
1581.90/1610.42	c #Conflicts:    1394000 | #Constraints:      66362
1581.90/1610.42	c #Conflicts:    1395000 | #Constraints:      67362
1581.90/1610.42	c #Conflicts:    1396000 | #Constraints:      68362
1581.90/1610.42	c #Conflicts:    1397000 | #Constraints:      69362
1581.90/1610.42	c #Conflicts:    1398000 | #Constraints:      70362
1581.90/1610.42	c #Conflicts:    1399000 | #Constraints:      71362
1581.90/1610.42	c #Conflicts:    1400000 | #Constraints:      72362
1581.90/1610.42	c #Conflicts:    1401000 | #Constraints:      73362
1581.90/1610.42	c #Conflicts:    1402000 | #Constraints:      74362
1581.90/1610.42	c #Conflicts:    1403000 | #Constraints:      75362
1581.90/1610.42	c #Conflicts:    1404000 | #Constraints:      76362
1581.90/1610.42	c #Conflicts:    1405000 | #Constraints:      77362
1581.90/1610.42	c #Conflicts:    1406000 | #Constraints:      78362
1581.90/1610.42	c #Conflicts:    1407000 | #Constraints:      79362
1581.90/1610.42	c #Conflicts:    1408000 | #Constraints:      80362
1581.90/1610.42	c #Conflicts:    1409000 | #Constraints:      81362
1581.90/1610.42	c #Conflicts:    1410000 | #Constraints:      82362
1581.90/1610.42	c #Conflicts:    1411000 | #Constraints:      83363
1581.90/1610.42	c #Conflicts:    1412000 | #Constraints:      84363
1581.90/1610.42	c #Conflicts:    1413000 | #Constraints:      85363
1581.90/1610.42	c #Conflicts:    1414000 | #Constraints:      86363
1581.90/1610.42	c #Conflicts:    1415000 | #Constraints:      87363
1581.90/1610.42	c #Conflicts:    1416000 | #Constraints:      88363
1581.90/1610.42	c #Conflicts:    1417000 | #Constraints:      89363
1581.90/1610.42	c #Conflicts:    1418000 | #Constraints:      90363
1581.90/1610.42	c #Conflicts:    1419000 | #Constraints:      91363
1581.90/1610.42	c #Conflicts:    1420000 | #Constraints:      92363
1581.90/1610.42	c #Conflicts:    1421000 | #Constraints:      93363
1581.90/1610.42	c #Conflicts:    1422000 | #Constraints:      94363
1581.90/1610.42	c #Conflicts:    1423000 | #Constraints:      95363
1581.90/1610.42	c #Conflicts:    1424000 | #Constraints:      96363
1581.90/1610.42	c #Conflicts:    1425000 | #Constraints:      97363
1581.90/1610.42	c #Conflicts:    1426000 | #Constraints:      98363
1581.90/1610.42	c #Conflicts:    1427000 | #Constraints:      99363
1581.90/1610.42	c #Conflicts:    1428000 | #Constraints:     100363
1581.90/1610.42	WSVECS04 Frhs2[23]: 6 0 50.3243 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[44]: 6 0 1227.56 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[89]: 6 0 46.4898 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[217]: 6 0 1251.42 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[233]: 6 0 158.795 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[295]: 6 0 100.991 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[301]: 6 -215.955 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[307]: 6 0 1242.85 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[311]: 6 0 23.0832 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[312]: 6 -384.44 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[313]: 6 0 75.6517 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[314]: 6 -365.62 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[316]: 6 0 666.054 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[333]: 6 0 56.427 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[348]: 6 -213.492 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[369]: 6 -510.843 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[370]: 6 0 1041.35 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[375]: 6 0 206.718 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[441]: 6 0 1195.88 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[465]: 6 -343.73 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[523]: 6 -376.964 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[559]: 6 0 653.267 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[577]: 6 -40.2196 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[578]: 6 0 245.769 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[592]: 6 0 26.4936 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[603]: 6 0 384.385 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[636]: 6 0 296.585 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[649]: 6 0 367.436 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[671]: 6 0 346.186 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[675]: 6 -394.111 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[765]: 6 0 437.124 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[827]: 6 0 660.55 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[846]: 6 0 19.6195 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[851]: 6 0 1093.99 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[862]: 6 0 591.099 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[926]: 6 -392.035 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[957]: 6 -543.264 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[958]: 6 0 6.80792 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[964]: 6 0 386.277 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1033]: 6 0 609.505 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1047]: 6 -250.764 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1100]: 6 0 963.501 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1101]: 6 0 1584.46 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1118]: 6 0 768.402 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1134]: 6 0 396.558 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1185]: 6 -545.232 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1196]: 6 0 857.59 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1210]: 6 0 181.906 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1265]: 6 0 89.9031 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1273]: 6 0 265.021 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1279]: 6 0 301.661 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1331]: 6 0 335.08 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1339]: 6 0 154.281 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1340]: 6 -416.828 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1356]: 6 0 342.753 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1360]: 6 0 233.881 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1375]: 6 0 246.042 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1379]: 6 -337.534 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1434]: 6 0 1113.26 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1444]: 6 0 893.495 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1472]: 6 0 331.936 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1484]: 6 0 563.122 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1500]: 6 0 12.688 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1523]: 6 0 118.157 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1526]: 6 0 419.665 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1553]: 6 0 173.944 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1554]: 6 -363.33 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1564]: 6 0 508.731 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1606]: 6 -458.379 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1614]: 6 0 306.515 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1631]: 6 0 371.611 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1644]: 6 0 279.424 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1655]: 6 -372.286 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1656]: 6 0 17.2801 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1696]: 6 -313.021 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1701]: 6 0 896.294 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1728]: 6 0 118.923 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1744]: 6 0 455.196 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1757]: 6 -444.608 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1758]: 6 0 474.122 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1779]: 6 0 598.793 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1788]: 6 -527.55 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1801]: 6 0 379.846 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1845]: 6 0 249.896 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1847]: 6 0 107.052 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1848]: 6 -636.47 0 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1862]: 6 0 24.8375 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1899]: 6 0 1517.59 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1905]: 6 0 156.955 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1950]: 6 0 846.558 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1974]: 6 0 585.86 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1975]: 6 0 401.566 shouldn't be
1581.90/1610.42	WSVECS04 Frhs2[1978]: 6 0 201.31 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[28]: 6 -410.029 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[285]: 6 -332.885 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[290]: 6 -374.793 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[291]: 6 0 94.5147 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[310]: 6 -302.548 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[416]: 6 -503.545 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[430]: 6 -418.55 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[560]: 6 -499.965 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[609]: 6 -518.059 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[702]: 6 0 15.5756 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[740]: 6 0 86.9574 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[828]: 6 -293.14 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[837]: 6 -203.879 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[845]: 6 -239.558 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[992]: 6 0 48.8144 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[1054]: 6 -255.872 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[1138]: 6 -285.004 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[1174]: 6 -629.232 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[1274]: 6 -421.194 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[1280]: 6 -274.747 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[1315]: 6 0 171.844 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[1443]: 6 -660.516 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[1558]: 6 -591.743 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[1722]: 6 -341.333 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[1740]: 6 -344.461 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[1768]: 6 -426.293 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[1802]: 6 -368.768 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[1829]: 6 0 126.726 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[1830]: 6 -428.562 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[1856]: 6 -334.47 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[1900]: 6 -614.586 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[1939]: 6 -362.628 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[1949]: 6 -423.489 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[1962]: 6 -423.654 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[1973]: 6 -488.652 0 shouldn't be
1582.21/1610.79	WSVECS04 Frhs2[1976]: 6 -527.91 0 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[211]: 6 -639.928 0 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[302]: 6 0 105.605 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[308]: 6 -447.898 0 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[334]: 6 -575.967 0 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[377]: 6 0 71.5341 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[443]: 6 0 479.684 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[463]: 6 0 43.497 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[635]: 6 -450.967 0 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[672]: 6 -578.216 0 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[766]: 6 -469.986 0 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[784]: 6 0 68.5926 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[850]: 6 0 264.73 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[963]: 6 -344.649 0 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[977]: 6 -564.055 0 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[1032]: 6 0 474.683 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[1120]: 6 0 22.1839 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[1155]: 6 -370.001 0 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[1232]: 6 -520.89 0 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[1433]: 6 -1 0 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[1512]: 6 0 413.259 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[1515]: 6 -412.809 0 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[1516]: 6 0 135.983 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[1753]: 6 0 453.141 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[1817]: 6 0 440.042 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[1924]: 6 -620.141 0 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[1983]: 6 0 54.5064 shouldn't be
1582.91/1611.45	WSVECS04 Frhs2[1984]: 6 -562.403 0 shouldn't be
1620.41/1649.12	c #Conflicts:    1429000 | #Constraints:     101363
1620.41/1649.12	c #Conflicts:    1430000 | #Constraints:     102363
1620.41/1649.12	c #Conflicts:    1431000 | #Constraints:     103363
1620.41/1649.12	c #Conflicts:    1432000 | #Constraints:     104363
1620.41/1649.12	c #Conflicts:    1433000 | #Constraints:     105363
1620.41/1649.12	c #Conflicts:    1434000 | #Constraints:     106363
1620.41/1649.12	c #Conflicts:    1435000 | #Constraints:     107363
1620.41/1649.12	c #Conflicts:    1436000 | #Constraints:     108363
1620.41/1649.12	c #Conflicts:    1437000 | #Constraints:     109363
1620.41/1649.12	c #Conflicts:    1438000 | #Constraints:     110363
1620.41/1649.12	c #Conflicts:    1439000 | #Constraints:     111363
1620.41/1649.12	c #Conflicts:    1440000 | #Constraints:     112363
1620.41/1649.12	c #Conflicts:    1441000 | #Constraints:     113363
1620.41/1649.12	c #Conflicts:    1442000 | #Constraints:     114363
1620.41/1649.12	c #Conflicts:    1443000 | #Constraints:     115363
1620.41/1649.12	c #Conflicts:    1444000 | #Constraints:     116363
1620.41/1649.12	c #Conflicts:    1445000 | #Constraints:     117363
1620.41/1649.12	c #Conflicts:    1446000 | #Constraints:     118363
1620.41/1649.12	c #Conflicts:    1447000 | #Constraints:     119363
1620.41/1649.12	c #Conflicts:    1448000 | #Constraints:     120363
1620.41/1649.12	c #Conflicts:    1449000 | #Constraints:     121363
1620.41/1649.12	c #Conflicts:    1450000 | #Constraints:     122363
1620.41/1649.12	c #Conflicts:    1451000 | #Constraints:     123363
1620.41/1649.12	c #Conflicts:    1452000 | #Constraints:     124363
1620.41/1649.12	c #Conflicts:    1453000 | #Constraints:     125363
1620.41/1649.12	c #Conflicts:    1454000 | #Constraints:     126363
1620.41/1649.12	c #Conflicts:    1455000 | #Constraints:     127363
1620.41/1649.12	c #Conflicts:    1456000 | #Constraints:     128363
1620.41/1649.12	c #Conflicts:    1457000 | #Constraints:     129363
1620.41/1649.12	c #Conflicts:    1458000 | #Constraints:     130363
1620.41/1649.12	c #Conflicts:    1459000 | #Constraints:     131363
1620.41/1649.12	c #Conflicts:    1460000 | #Constraints:     132363
1620.41/1649.12	c #Conflicts:    1461000 | #Constraints:     133363
1620.41/1649.12	c #Conflicts:    1462000 | #Constraints:     134364
1620.41/1649.12	c #Conflicts:    1463000 | #Constraints:     135364
1620.41/1649.12	c #Conflicts:    1464000 | #Constraints:     136364
1620.41/1649.12	c #Conflicts:    1465000 | #Constraints:     137364
1620.41/1649.12	c #Conflicts:    1466000 | #Constraints:     138364
1620.41/1649.12	c #Conflicts:    1467000 | #Constraints:     139364
1620.41/1649.12	c INPROCESSING
1620.41/1649.12	c GARBAGE COLLECT
1620.41/1649.12	WSVECS04 Frhs2[5]: 6 0 3416.15 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[28]: 6 0 2127.54 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[30]: 6 0 2121.05 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[35]: 6 0 641.929 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[38]: 6 -172.088 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[45]: 6 -25.923 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[86]: 6 0 243.667 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[137]: 6 0 571.075 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[154]: 6 0 97.2414 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[208]: 6 0 1857.54 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[217]: 6 0 1798.19 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[227]: 6 0 628.468 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[233]: 6 0 1993.02 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[239]: 6 0 4821.32 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[269]: 6 0 2284.49 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[293]: 6 0 145.991 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[323]: 6 0 400.492 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[333]: 6 -345.898 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[337]: 6 0 57.3192 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[338]: 6 -623.896 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[378]: 6 -834.554 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[381]: 6 0 727.395 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[398]: 6 0 1112.57 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[403]: 6 0 542.261 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[437]: 6 0 1328.1 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[462]: 6 -1264.6 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[518]: 6 0 1308.62 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[528]: 6 0 406.339 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[532]: 6 0 1228.61 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[624]: 6 0 579.044 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[653]: 6 0 1659.22 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[681]: 6 -526.053 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[686]: 6 0 569.21 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[717]: 6 -872.238 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[718]: 6 0 824.171 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[733]: 6 0 1683.72 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[743]: 6 -1663.39 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[744]: 6 0 580.102 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[747]: 6 0 936.616 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[778]: 6 0 923.777 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[781]: 6 0 2821.03 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[787]: 6 0 3705.58 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[820]: 6 -763.395 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[831]: 6 0 1601.76 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[832]: 6 -772.924 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[833]: 6 0 506.431 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[847]: 6 -1102.59 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[871]: 6 0 764.534 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[915]: 6 0 1450.54 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[931]: 6 -693.54 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[987]: 6 0 2262.52 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1001]: 6 0 1598.2 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1004]: 6 0 1570.99 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1023]: 6 0 955.792 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1033]: 6 0 331.99 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1059]: 6 0 526.116 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1060]: 6 -309.917 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1103]: 6 0 778.247 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1115]: 6 -986.541 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1118]: 6 0 1973.43 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1140]: 6 0 2251.86 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1167]: 6 0 1187.12 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1174]: 6 -1321.75 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1176]: 6 0 804.523 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1187]: 6 -422.441 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1191]: 6 0 1749.43 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1195]: 6 -1121.91 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1223]: 6 -957.284 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1245]: 6 -1060.48 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1246]: 6 0 944.412 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1274]: 6 -935.03 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1297]: 6 0 269.667 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1302]: 6 0 1097.47 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1313]: 6 -1167.96 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1314]: 6 0 107.011 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1337]: 6 0 589.353 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1403]: 6 0 511.673 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1409]: 6 0 385.205 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1439]: 6 0 409.685 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1444]: 6 0 40.1375 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1454]: 6 -1372.71 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1484]: 6 -807.704 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1489]: 6 0 165.355 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1524]: 6 -832.301 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1544]: 6 -1066.57 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1553]: 6 -346.653 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1569]: 6 0 1117.08 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1577]: 6 -828.993 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1579]: 6 0 41.2581 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1592]: 6 0 543.959 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1593]: 6 0 225.036 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1605]: 6 0 104.589 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1656]: 6 0 924.129 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1665]: 6 -977.34 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1666]: 6 0 371.506 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1673]: 6 0 1500.74 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1691]: 6 0 457.88 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1723]: 6 0 1181.53 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1752]: 6 0 617.357 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1795]: 6 0 149.123 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1808]: 6 0 1028.42 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1811]: 6 -411.412 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1812]: 6 0 751.691 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1835]: 6 0 28.3079 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1844]: 6 0 791.304 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1877]: 6 0 652.475 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1880]: 6 0 529.81 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1899]: 6 0 913.037 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1906]: 6 0 292.593 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1937]: 6 -648.949 0 shouldn't be
1620.41/1649.12	WSVECS04 Frhs2[1970]: 6 0 1019.93 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[133]: 6 0 52.6511 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[190]: 6 -1481.01 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[216]: 6 -894.528 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[280]: 6 -1079.24 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[301]: 6 -1497.4 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[319]: 6 -1399.61 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[332]: 6 -1107.4 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[363]: 6 -1368.61 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[368]: 6 -1067.74 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[382]: 6 -663.873 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[517]: 6 -1044.52 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[575]: 6 -1329.19 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[748]: 6 -867.434 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[819]: 6 0 891.133 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[862]: 6 -605.045 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[927]: 6 -1599.39 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[995]: 6 -865.304 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1002]: 6 -1103.23 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1011]: 6 -778.507 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1131]: 6 -1642.33 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1149]: 6 -1326.88 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1173]: 6 0 559.771 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1193]: 6 -1041.49 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1243]: 6 -594.095 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1264]: 6 -419.494 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1279]: 6 -1057 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1334]: 6 -1116.18 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1338]: 6 -700.314 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1393]: 6 0 1.44079 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1443]: 6 -1652.01 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1464]: 6 -624.628 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1490]: 6 -1035.83 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1580]: 6 -1387.62 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1606]: 6 -1218.18 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1688]: 6 -1422.79 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1692]: 6 -1269.21 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1724]: 6 -1101.95 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1751]: 6 -708.555 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1765]: 6 0 1588.41 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1766]: 6 -694.964 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1840]: 6 -1129.44 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1900]: 6 -1467.89 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1905]: 6 -1297.57 0 shouldn't be
1620.90/1649.68	WSVECS04 Frhs2[1921]: 6 -679.275 0 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[30]: 6 0 2121.05 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[239]: 6 0 4821.32 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[319]: 6 -1399.61 0 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[338]: 6 -623.896 0 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[403]: 6 0 542.261 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[437]: 6 0 1328.1 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[528]: 6 0 406.339 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[718]: 6 0 824.171 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[733]: 6 0 1683.72 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[744]: 6 0 580.102 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[778]: 6 0 923.777 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[781]: 6 0 2821.03 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[819]: 6 0 891.133 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[871]: 6 0 764.534 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[887]: 6 0 812.372 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[915]: 6 0 1450.54 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1004]: 6 0 1570.99 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1118]: 6 0 1973.43 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1176]: 6 0 804.523 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1246]: 6 0 944.412 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1273]: 6 0 1754.53 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1286]: 6 0 991.421 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1305]: 6 0 1181.76 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1334]: 6 -1116.18 0 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1356]: 6 -1530.66 0 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1393]: 6 0 1.44076 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1454]: 6 -1372.71 0 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1544]: 6 -1066.57 0 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1554]: 6 0 161.537 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1569]: 6 0 1117.08 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1593]: 6 0 225.036 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1656]: 6 0 924.129 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1688]: 6 -1422.79 0 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1723]: 6 0 1181.53 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1752]: 6 0 617.357 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1835]: 6 0 28.3079 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1870]: 6 -1240.24 0 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1877]: 6 0 652.475 shouldn't be
1621.41/1650.19	WSVECS04 Frhs2[1899]: 6 0 913.037 shouldn't be
1621.90/1650.67	WSVECS04 Frhs2[5]: 6 0 3416.15 shouldn't be
1621.90/1650.67	WSVECS04 Frhs2[45]: 6 -25.9229 0 shouldn't be
1621.90/1650.67	WSVECS04 Frhs2[207]: 6 -1074.44 0 shouldn't be
1621.90/1650.67	WSVECS04 Frhs2[895]: 6 -1378.86 0 shouldn't be
1621.90/1650.67	WSVECS04 Frhs2[902]: 6 -887.579 0 shouldn't be
1621.90/1650.67	WSVECS04 Frhs2[1174]: 6 -1321.75 0 shouldn't be
1621.90/1650.67	WSVECS04 Frhs2[1196]: 6 0 1084.79 shouldn't be
1621.90/1650.67	WSVECS04 Frhs2[1245]: 6 -1060.48 0 shouldn't be
1621.90/1650.67	WSVECS04 Frhs2[1289]: 6 -847.348 0 shouldn't be
1621.90/1650.67	WSVECS04 Frhs2[1724]: 6 -1101.95 0 shouldn't be
1621.90/1650.67	WSVECS04 Frhs2[1902]: 6 -635.827 0 shouldn't be
1621.90/1650.67	WSVECS04 Frhs2[1905]: 6 -1297.57 0 shouldn't be
1622.30/1651.06	WSVECS04 Frhs2[190]: 6 -1481.01 0 shouldn't be
1622.30/1651.06	WSVECS04 Frhs2[332]: 6 -1107.4 0 shouldn't be
1622.30/1651.06	WSVECS04 Frhs2[1872]: 6 -647.789 0 shouldn't be
1623.19/1651.99	WSVECS04 Frhs2[1314]: 6 0 107.011 shouldn't be
1623.19/1651.99	WSVECS04 Frhs2[1412]: 6 0 120.72 shouldn't be
1623.19/1651.99	WSVECS04 Frhs2[1580]: 6 -1387.62 0 shouldn't be
1624.09/1652.87	WSVECS04 Frhs2[86]: 6 0 243.667 shouldn't be
1624.09/1652.87	WSVECS04 Frhs2[133]: 6 0 52.6511 shouldn't be
1624.09/1652.87	WSVECS04 Frhs2[293]: 6 0 145.991 shouldn't be
1624.09/1652.87	WSVECS04 Frhs2[381]: 6 0 727.395 shouldn't be
1624.09/1652.87	WSVECS04 Frhs2[829]: 6 0 158.423 shouldn't be
1624.09/1652.87	WSVECS04 Frhs2[1029]: 6 -67.8269 0 shouldn't be
1624.09/1652.87	WSVECS04 Frhs2[1033]: 6 0 331.99 shouldn't be
1624.09/1652.87	WSVECS04 Frhs2[1141]: 6 0 106.408 shouldn't be
1624.09/1652.87	WSVECS04 Frhs2[1173]: 6 0 559.771 shouldn't be
1624.09/1652.87	WSVECS04 Frhs2[1187]: 6 -422.441 0 shouldn't be
1624.09/1652.87	WSVECS04 Frhs2[1297]: 6 0 269.667 shouldn't be
1624.09/1652.87	WSVECS04 Frhs2[1298]: 6 -639.732 0 shouldn't be
1624.09/1652.87	WSVECS04 Frhs2[1489]: 6 0 165.355 shouldn't be
1624.09/1652.87	WSVECS04 Frhs2[1523]: 6 0 434.713 shouldn't be
1624.09/1652.87	WSVECS04 Frhs2[1570]: 6 -1093.61 0 shouldn't be
1624.09/1652.87	WSVECS04 Frhs2[1605]: 6 0 104.589 shouldn't be
1624.09/1652.87	WSVECS04 Frhs2[1795]: 6 0 149.123 shouldn't be
1624.09/1652.87	WSVECS04 Frhs2[1846]: 6 0 30.5214 shouldn't be
1624.09/1652.87	WSVECS04 Frhs2[1906]: 6 0 292.593 shouldn't be
1624.09/1652.87	WSVECS04 Frhs2[1970]: 6 0 1019.93 shouldn't be
2093.44/2123.50	c #Conflicts:    1468000 | #Constraints:      74512
2093.44/2123.50	c #Conflicts:    1469000 | #Constraints:      75512
2093.44/2123.50	c #Conflicts:    1470000 | #Constraints:      76512
2093.44/2123.50	c #Conflicts:    1471000 | #Constraints:      77512
2093.44/2123.50	c #Conflicts:    1472000 | #Constraints:      78512
2093.44/2123.50	c #Conflicts:    1473000 | #Constraints:      79512
2093.44/2123.50	c #Conflicts:    1474000 | #Constraints:      80512
2093.44/2123.50	c #Conflicts:    1475000 | #Constraints:      81512
2093.44/2123.50	c #Conflicts:    1476000 | #Constraints:      82512
2093.44/2123.50	c #Conflicts:    1477000 | #Constraints:      83512
2093.44/2123.50	c #Conflicts:    1478000 | #Constraints:      84512
2093.44/2123.50	c #Conflicts:    1479000 | #Constraints:      85512
2093.44/2123.50	c #Conflicts:    1480000 | #Constraints:      86512
2093.44/2123.50	c #Conflicts:    1481000 | #Constraints:      87512
2093.44/2123.50	c #Conflicts:    1482000 | #Constraints:      88512
2093.44/2123.50	c #Conflicts:    1483000 | #Constraints:      89512
2093.44/2123.50	c #Conflicts:    1484000 | #Constraints:      90512
2093.44/2123.50	c #Conflicts:    1485000 | #Constraints:      91512
2093.44/2123.50	c #Conflicts:    1486000 | #Constraints:      92512
2093.44/2123.50	c #Conflicts:    1487000 | #Constraints:      93512
2093.44/2123.50	c #Conflicts:    1488000 | #Constraints:      94512
2093.44/2123.50	c #Conflicts:    1489000 | #Constraints:      95512
2093.44/2123.50	c #Conflicts:    1490000 | #Constraints:      96512
2093.44/2123.50	c #Conflicts:    1491000 | #Constraints:      97512
2093.44/2123.50	c #Conflicts:    1492000 | #Constraints:      98512
2093.44/2123.50	c INPROCESSING
2093.44/2123.50	c GARBAGE COLLECT
2093.44/2123.50	c #Conflicts:    1493000 | #Constraints:      53976
2093.44/2123.50	c #Conflicts:    1494000 | #Constraints:      54976
2093.44/2123.50	c #Conflicts:    1495000 | #Constraints:      55976
2093.44/2123.50	c #Conflicts:    1496000 | #Constraints:      56976
2093.44/2123.50	c #Conflicts:    1497000 | #Constraints:      57976
2093.44/2123.50	c #Conflicts:    1498000 | #Constraints:      58976
2093.44/2123.50	c #Conflicts:    1499000 | #Constraints:      59976
2093.44/2123.50	c #Conflicts:    1500000 | #Constraints:      60976
2093.44/2123.50	c #Conflicts:    1501000 | #Constraints:      61976
2093.44/2123.50	c #Conflicts:    1502000 | #Constraints:      62976
2093.44/2123.50	c #Conflicts:    1503000 | #Constraints:      63976
2093.44/2123.50	c #Conflicts:    1504000 | #Constraints:      64976
2093.44/2123.50	c #Conflicts:    1505000 | #Constraints:      65976
2093.44/2123.50	c #Conflicts:    1506000 | #Constraints:      66976
2093.44/2123.50	c #Conflicts:    1507000 | #Constraints:      67976
2093.44/2123.50	c #Conflicts:    1508000 | #Constraints:      68976
2093.44/2123.50	c #Conflicts:    1509000 | #Constraints:      69976
2093.44/2123.50	c #Conflicts:    1510000 | #Constraints:      70976
2093.44/2123.50	c #Conflicts:    1511000 | #Constraints:      71976
2093.44/2123.50	c #Conflicts:    1512000 | #Constraints:      72976
2093.44/2123.50	c #Conflicts:    1513000 | #Constraints:      73976
2093.44/2123.50	c #Conflicts:    1514000 | #Constraints:      74976
2093.44/2123.50	c #Conflicts:    1515000 | #Constraints:      75976
2093.44/2123.50	c #Conflicts:    1516000 | #Constraints:      76976
2093.44/2123.50	c #Conflicts:    1517000 | #Constraints:      77976
2093.44/2123.50	c #Conflicts:    1518000 | #Constraints:      78976
2093.44/2123.50	c INPROCESSING
2093.44/2123.50	c GARBAGE COLLECT
2093.44/2123.50	c #Conflicts:    1519000 | #Constraints:      44393
2093.44/2123.50	c #Conflicts:    1520000 | #Constraints:      45393
2093.44/2123.50	c #Conflicts:    1521000 | #Constraints:      46393
2093.44/2123.50	c #Conflicts:    1522000 | #Constraints:      47393
2093.44/2123.50	c #Conflicts:    1523000 | #Constraints:      48393
2093.44/2123.50	c #Conflicts:    1524000 | #Constraints:      49393
2093.44/2123.50	c #Conflicts:    1525000 | #Constraints:      50393
2093.44/2123.50	c #Conflicts:    1526000 | #Constraints:      51393
2093.44/2123.50	c #Conflicts:    1527000 | #Constraints:      52393
2093.44/2123.50	c #Conflicts:    1528000 | #Constraints:      53393
2093.44/2123.50	c #Conflicts:    1529000 | #Constraints:      54393
2093.44/2123.50	c #Conflicts:    1530000 | #Constraints:      55393
2093.44/2123.50	c #Conflicts:    1531000 | #Constraints:      56393
2093.44/2123.50	c #Conflicts:    1532000 | #Constraints:      57393
2093.44/2123.50	c #Conflicts:    1533000 | #Constraints:      58393
2093.44/2123.50	c #Conflicts:    1534000 | #Constraints:      59393
2093.44/2123.50	c #Conflicts:    1535000 | #Constraints:      60393
2093.44/2123.50	c #Conflicts:    1536000 | #Constraints:      61393
2093.44/2123.50	c #Conflicts:    1537000 | #Constraints:      62393
2093.44/2123.50	c bounds - >= 543 @ 2072.81
2112.89/2143.05	c #Conflicts:    1538000 | #Constraints:      63510
2112.89/2143.05	c #Conflicts:    1539000 | #Constraints:      64510
2112.89/2143.05	c #Conflicts:    1540000 | #Constraints:      65510
2112.89/2143.05	c #Conflicts:    1541000 | #Constraints:      66510
2112.89/2143.05	c #Conflicts:    1542000 | #Constraints:      67510
2112.89/2143.05	c #Conflicts:    1543000 | #Constraints:      68511
2112.89/2143.05	c INPROCESSING
2112.89/2143.05	c GARBAGE COLLECT
2112.89/2143.05	c #Conflicts:    1544000 | #Constraints:      38739
2112.89/2143.05	c #Conflicts:    1545000 | #Constraints:      39739
2112.89/2143.05	c #Conflicts:    1546000 | #Constraints:      40739
2112.89/2143.05	c #Conflicts:    1547000 | #Constraints:      41739
2112.89/2143.05	c #Conflicts:    1548000 | #Constraints:      42739
2112.89/2143.05	c #Conflicts:    1549000 | #Constraints:      43739
2112.89/2143.05	c #Conflicts:    1550000 | #Constraints:      44739
2112.89/2143.05	c #Conflicts:    1551000 | #Constraints:      45739
2112.89/2143.05	c #Conflicts:    1552000 | #Constraints:      46739
2112.89/2143.05	c #Conflicts:    1553000 | #Constraints:      47739
2112.89/2143.05	c #Conflicts:    1554000 | #Constraints:      48739
2112.89/2143.05	c #Conflicts:    1555000 | #Constraints:      49739
2112.89/2143.05	c #Conflicts:    1556000 | #Constraints:      50739
2112.89/2143.05	c #Conflicts:    1557000 | #Constraints:      51739
2112.89/2143.05	c #Conflicts:    1558000 | #Constraints:      52739
2112.89/2143.05	c #Conflicts:    1559000 | #Constraints:      53739
2112.89/2143.05	WSVECS04 Frhs2[44]: 6 0 4032.51 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[46]: 6 -2868.26 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[56]: 6 0 1416.33 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[65]: 6 0 1080.88 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[66]: 6 -3731.34 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[84]: 6 0 6929.6 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[101]: 6 0 6787.39 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[103]: 6 -3309.79 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[110]: 6 -2643.61 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[117]: 6 0 2233.28 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[155]: 6 0 699.487 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[169]: 6 -1394.71 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[170]: 6 0 3630.24 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[171]: 6 -2951.27 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[172]: 6 0 470.616 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[178]: 6 0 318.905 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[205]: 6 -3539.25 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[206]: 6 0 3515.37 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[211]: 6 -4349.19 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[217]: 6 0 1801.37 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[219]: 6 0 1888.76 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[239]: 6 0 5819.31 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[244]: 6 0 6587.12 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[249]: 6 -5164.28 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[263]: 6 0 2223.98 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[279]: 6 0 186.441 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[280]: 6 -2950.23 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[288]: 6 -4564.76 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[289]: 6 0 5914.24 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[300]: 6 0 753.351 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[321]: 6 0 3714.47 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[322]: 6 -3654.59 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[331]: 6 -3117.2 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[348]: 6 0 6516.3 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[362]: 6 -3108.17 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[387]: 6 0 9406.37 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[388]: 6 -4848.08 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[389]: 6 0 2558.03 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[422]: 6 0 4875.53 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[423]: 6 0 1946.65 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[429]: 6 -1866.88 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[468]: 6 -3123.36 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[473]: 6 -1566.98 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[477]: 6 0 936.933 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[487]: 6 -3812.12 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[506]: 6 0 1250.01 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[512]: 6 -3925.4 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[571]: 6 0 2108.91 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[582]: 6 -1763.78 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[628]: 6 -4376.64 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[653]: 6 0 6074.44 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[666]: 6 -1986.79 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[688]: 6 0 6928.6 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[713]: 6 0 2141.77 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[717]: 6 0 175.09 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[742]: 6 0 5745.76 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[747]: 6 -4313.24 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[758]: 6 0 3921.29 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[779]: 6 -3415.13 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[785]: 6 -3391.23 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[787]: 6 -2497.36 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[814]: 6 -2985.65 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[836]: 6 0 7363.54 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[850]: 6 -4037.93 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[853]: 6 0 2641.06 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[854]: 6 -5478.52 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[856]: 6 0 1901.84 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[859]: 6 0 322.735 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[868]: 6 0 2008.76 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[871]: 6 0 2970.44 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[876]: 6 -4751.05 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[889]: 6 -4336.1 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[890]: 6 0 1269.47 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[921]: 6 0 2571.59 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[932]: 6 0 235.154 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[935]: 6 0 1453.63 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[936]: 6 -810.756 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[943]: 6 -3154.41 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[944]: 6 0 1120.31 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1002]: 6 -2977.92 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1005]: 6 -3869.07 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1006]: 6 0 121.123 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1071]: 6 -2556.36 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1098]: 6 -4399.19 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1111]: 6 -3254.25 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1112]: 6 0 155.618 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1143]: 6 0 1953.27 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1144]: 6 -2720.99 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1169]: 6 0 4496.87 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1170]: 6 -4705.22 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1175]: 6 -3569.82 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1177]: 6 0 3161.28 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1192]: 6 0 524.676 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1203]: 6 0 3350.14 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1207]: 6 0 3608.9 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1209]: 6 0 5946.34 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1223]: 6 -3252.48 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1256]: 6 0 2786.99 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1271]: 6 0 5674.14 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1298]: 6 0 755.367 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1301]: 6 0 3542.57 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1368]: 6 0 2069.7 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1377]: 6 0 3258.72 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1409]: 6 -2930.13 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1423]: 6 0 4440.24 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1424]: 6 -4632.42 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1431]: 6 -2902.22 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1440]: 6 0 5599.08 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1445]: 6 0 6450.83 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1451]: 6 -2334.85 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1456]: 6 -447.43 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1471]: 6 0 1159.66 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1472]: 6 -3627.47 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1483]: 6 0 148.707 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1484]: 6 -2976.63 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1485]: 6 0 3841.91 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1486]: 6 -1658.12 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1495]: 6 -6035.43 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1507]: 6 0 6019.03 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1508]: 6 -3478.36 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1526]: 6 0 2998.78 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1550]: 6 0 1337.48 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1565]: 6 -3066.1 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1566]: 6 0 2427.55 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1571]: 6 0 9528.72 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1577]: 6 0 7691.86 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1582]: 6 -3416.71 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1590]: 6 0 2925.64 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1596]: 6 -3091.18 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1613]: 6 -3972.23 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1614]: 6 0 1005.88 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1616]: 6 -4791.61 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1625]: 6 0 2608.66 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1628]: 6 -1986.86 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1630]: 6 0 2230.05 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1633]: 6 0 955.289 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1641]: 6 -2405.07 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1660]: 6 0 4608.22 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1685]: 6 -1982.66 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1687]: 6 -4273.83 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1688]: 6 0 3996.89 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1698]: 6 0 6013.27 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1748]: 6 0 851.861 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1753]: 6 -1724.23 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1754]: 6 0 3046.52 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1759]: 6 0 13175 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1770]: 6 0 1163.24 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1771]: 6 0 734.235 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1773]: 6 -2400 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1774]: 6 0 2349.58 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1778]: 6 -4116.69 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1801]: 6 0 945.484 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1804]: 6 0 229.283 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1808]: 6 0 3293.19 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1812]: 6 0 3143.36 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1813]: 6 0 1843.6 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1818]: 6 0 3490.36 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1822]: 6 0 1749.01 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1829]: 6 0 4177.29 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1830]: 6 -3276.13 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1841]: 6 0 871.755 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1873]: 6 -1909.82 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1874]: 6 0 4662.76 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1875]: 6 0 5507.15 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1878]: 6 0 4502.25 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1879]: 6 0 21.6749 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1883]: 6 0 4470.68 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1890]: 6 0 5790.61 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1896]: 6 -2529.16 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1900]: 6 -5193.68 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1907]: 6 0 1502.14 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1910]: 6 0 4526.11 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1912]: 6 -2929.12 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1949]: 6 -3927.21 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1950]: 6 0 6169.16 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1956]: 6 -4602.55 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1957]: 6 -3861.71 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1959]: 6 0 1620.68 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1960]: 6 -3644.73 0 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1963]: 6 0 592.93 shouldn't be
2112.89/2143.05	WSVECS04 Frhs2[1994]: 6 0 2588.87 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[78]: 6 -3198.7 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[83]: 6 -1831.18 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[94]: 6 -3568.49 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[97]: 6 0 1586.19 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[102]: 6 -4878.84 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[165]: 6 -3985.1 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[167]: 6 -2564.05 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[218]: 6 -2901.72 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[220]: 6 -5007.01 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[231]: 6 -3562.68 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[237]: 6 -2572.82 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[240]: 6 -2524 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[299]: 6 -5389.4 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[301]: 6 -4965.97 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[303]: 6 -1380.63 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[307]: 6 -4116.34 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[312]: 6 -2159.38 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[381]: 6 -6646.68 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[396]: 6 -2657.87 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[482]: 6 -4359.2 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[508]: 6 -846.418 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[658]: 6 -1680.18 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[718]: 6 -4554.96 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[720]: 6 -1479.45 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[723]: 6 -3874.36 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[790]: 6 -1886.34 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[855]: 6 -3687.35 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[912]: 6 -1621.62 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[931]: 6 -2125.07 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1132]: 6 -2669.1 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1178]: 6 -2480.95 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1204]: 6 -5092.86 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1218]: 6 -1945.4 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1236]: 6 -1350.37 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1246]: 6 -2572.16 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1297]: 6 -2463.57 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1315]: 6 -2406.86 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1325]: 6 -1134.05 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1333]: 6 -3928.81 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1358]: 6 -2952.78 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1367]: 6 -1 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1439]: 6 -3501.71 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1447]: 6 -3725.74 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1454]: 6 -5136.12 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1525]: 6 -1727.03 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1543]: 6 -3130.77 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1549]: 6 -3341.96 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1578]: 6 -3892.84 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1626]: 6 -6140.95 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1629]: 6 -2141.12 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1651]: 6 -2597.33 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1659]: 6 -3271.74 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1665]: 6 -3986.79 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1697]: 6 -2048.65 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1761]: 6 -3001.33 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1765]: 6 -1838.04 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1766]: 6 0 1953.32 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1802]: 6 -2727.93 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1803]: 6 -490.4 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1814]: 6 -3543.35 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1817]: 6 -4872.92 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1844]: 6 -3813.17 0 shouldn't be
2113.39/2143.56	WSVECS04 Frhs2[1993]: 6 -2781.87 0 shouldn't be
2113.89/2144.07	WSVECS04 Frhs2[264]: 6 -1528.29 0 shouldn't be
2113.89/2144.07	WSVECS04 Frhs2[586]: 6 -3030.68 0 shouldn't be
2113.89/2144.07	WSVECS04 Frhs2[1772]: 6 -2311.59 0 shouldn't be
2114.38/2144.52	WSVECS04 Frhs2[173]: 6 -1490.1 0 shouldn't be
2114.38/2144.52	WSVECS04 Frhs2[421]: 6 -3910.95 0 shouldn't be
2114.38/2144.52	WSVECS04 Frhs2[1842]: 6 -3315.04 0 shouldn't be
2114.38/2144.52	WSVECS04 Frhs2[1876]: 6 -1987.56 0 shouldn't be
2115.78/2145.90	WSVECS04 Frhs2[347]: 6 -3777.13 0 shouldn't be
2115.78/2145.90	WSVECS04 Frhs2[370]: 6 -1850.32 0 shouldn't be
2115.78/2145.90	WSVECS04 Frhs2[511]: 6 0 3081.26 shouldn't be
2115.78/2145.90	WSVECS04 Frhs2[516]: 6 -1956.09 0 shouldn't be
2115.78/2145.90	WSVECS04 Frhs2[1374]: 6 0 34.5124 shouldn't be
2115.78/2145.90	WSVECS04 Frhs2[1686]: 6 0 208.667 shouldn't be
2115.78/2145.90	WSVECS04 Frhs2[1928]: 6 -1997.24 0 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[308]: 6 0 2328.39 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[390]: 6 -2629.1 0 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[471]: 6 -2701.78 0 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[585]: 6 0 3395.51 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[654]: 6 -2879.18 0 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[724]: 6 0 2963.89 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[835]: 6 -2159 0 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[867]: 6 -2694.25 0 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[872]: 6 -2456.8 0 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[956]: 6 -4005.14 0 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[971]: 6 -2467.95 0 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[1049]: 6 -2040.69 0 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[1126]: 6 -3477.28 0 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[1210]: 6 -2832.33 0 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[1272]: 6 -3098.17 0 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[1296]: 6 -2149.99 0 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[1378]: 6 -4348.06 0 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[1410]: 6 0 10337.4 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[1498]: 6 -4991.18 0 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[1674]: 6 0 414.484 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[1792]: 6 -3099.55 0 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[1884]: 6 -836.859 0 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[1909]: 6 -2268.8 0 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[1943]: 6 -2786.2 0 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[1944]: 6 0 4457.72 shouldn't be
2116.78/2146.95	WSVECS04 Frhs2[1974]: 6 -2305.21 0 shouldn't be
2143.81/2174.06	c #Conflicts:    1560000 | #Constraints:      54739
2143.81/2174.06	c #Conflicts:    1561000 | #Constraints:      55739
2143.81/2174.06	c #Conflicts:    1562000 | #Constraints:      56739
2143.81/2174.06	c #Conflicts:    1563000 | #Constraints:      57739
2143.81/2174.06	c #Conflicts:    1564000 | #Constraints:      58739
2143.81/2174.06	c #Conflicts:    1565000 | #Constraints:      59739
2143.81/2174.06	c #Conflicts:    1566000 | #Constraints:      60739
2143.81/2174.06	c #Conflicts:    1567000 | #Constraints:      61739
2143.81/2174.06	c #Conflicts:    1568000 | #Constraints:      62739
2143.81/2174.06	c #Conflicts:    1569000 | #Constraints:      63739
2143.81/2174.06	c INPROCESSING
2143.81/2174.06	c GARBAGE COLLECT
2143.81/2174.06	c #Conflicts:    1570000 | #Constraints:      36386
2143.81/2174.06	c #Conflicts:    1571000 | #Constraints:      37386
2143.81/2174.06	c #Conflicts:    1572000 | #Constraints:      38386
2143.81/2174.06	c #Conflicts:    1573000 | #Constraints:      39386
2143.81/2174.06	c #Conflicts:    1574000 | #Constraints:      40386
2143.81/2174.06	c #Conflicts:    1575000 | #Constraints:      41386
2143.81/2174.06	c #Conflicts:    1576000 | #Constraints:      42387
2143.81/2174.06	c #Conflicts:    1577000 | #Constraints:      43387
2143.81/2174.06	c #Conflicts:    1578000 | #Constraints:      44387
2143.81/2174.06	c #Conflicts:    1579000 | #Constraints:      45387
2143.81/2174.07	c #Conflicts:    1580000 | #Constraints:      46387
2143.81/2174.07	c #Conflicts:    1581000 | #Constraints:      47387
2143.81/2174.07	c #Conflicts:    1582000 | #Constraints:      48387
2143.81/2174.07	c #Conflicts:    1583000 | #Constraints:      49387
2143.81/2174.07	c #Conflicts:    1584000 | #Constraints:      50387
2143.81/2174.07	c #Conflicts:    1585000 | #Constraints:      51387
2143.81/2174.07	c #Conflicts:    1586000 | #Constraints:      52387
2143.81/2174.07	c #Conflicts:    1587000 | #Constraints:      53387
2143.81/2174.07	c #Conflicts:    1588000 | #Constraints:      54387
2143.81/2174.07	c #Conflicts:    1589000 | #Constraints:      55387
2143.81/2174.07	c #Conflicts:    1590000 | #Constraints:      56387
2143.81/2174.07	c #Conflicts:    1591000 | #Constraints:      57387
2143.81/2174.07	c #Conflicts:    1592000 | #Constraints:      58387
2143.81/2174.07	c #Conflicts:    1593000 | #Constraints:      59387
2143.81/2174.07	c #Conflicts:    1594000 | #Constraints:      60387
2143.81/2174.07	WSVECS04 Frhs2[18]: 6 -97.9268 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[27]: 6 0 170.438 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[47]: 6 0 30.5568 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[60]: 6 -28.1013 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[62]: 6 -63.2907 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[64]: 6 0 26.757 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[66]: 6 -122.35 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[90]: 6 -82.8167 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[95]: 6 -82.5185 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[96]: 6 0 103.669 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[103]: 6 -0.0390177 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[109]: 6 -88.3562 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[133]: 6 0 5.22155 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[134]: 6 -41.787 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[141]: 6 0 83.1298 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[145]: 6 -140.034 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[185]: 6 -82.2809 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[187]: 6 -45.1921 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[196]: 6 -51.1792 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[221]: 6 0 166.735 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[222]: 6 -62.2152 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[238]: 6 -12.3679 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[239]: 6 0 169.237 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[240]: 6 -70.6923 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[264]: 6 -28.1061 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[265]: 6 0 3.86346 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[291]: 6 -122.911 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[293]: 6 -182.983 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[307]: 6 -99.7064 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[322]: 6 -110.099 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[323]: 6 0 109.498 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[338]: 6 -73.5976 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[348]: 6 -57.01 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[383]: 6 -78.2657 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[409]: 6 -129.743 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[422]: 6 -37.6578 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[427]: 6 -86.395 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[429]: 6 -54.3967 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[449]: 6 -105.758 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[450]: 6 0 201.042 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[459]: 6 -110.834 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[465]: 6 -66.334 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[471]: 6 -49.9856 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[479]: 6 0 80.6163 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[484]: 6 -120.263 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[497]: 6 0 58.9521 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[502]: 6 0 101.811 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[505]: 6 -45.4425 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[506]: 6 0 143.716 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[557]: 6 0 141.634 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[575]: 6 -173.046 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[576]: 6 0 50.7747 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[587]: 6 -55.5386 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[589]: 6 -90.67 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[620]: 6 -68.3967 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[630]: 6 -87.013 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[631]: 6 -1.00001 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[637]: 6 -92.1075 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[638]: 6 0 94.312 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[641]: 6 0 62.066 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[643]: 6 0 35.8371 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[644]: 6 -52.5018 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[645]: 6 -120.859 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[646]: 6 0 71.7295 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[648]: 6 0 108.248 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[658]: 6 -38.5367 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[660]: 6 -69.1729 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[670]: 6 -124.681 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[707]: 6 -35.6073 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[716]: 6 0 11.1683 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[733]: 6 -90.3168 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[734]: 6 0 11.9228 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[760]: 6 -131.514 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[765]: 6 -162.216 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[781]: 6 -199.129 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[782]: 6 0 6.02201 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[785]: 6 -105.061 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[786]: 6 0 43.6306 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[805]: 6 0 118.376 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[806]: 6 -40.9053 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[811]: 6 0 64.6814 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[820]: 6 -48.0736 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[823]: 6 -21.1827 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[832]: 6 -42.1182 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[837]: 6 0 84.2282 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[838]: 6 -88.3607 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[852]: 6 0 28.5081 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[855]: 6 -115.962 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[867]: 6 -41.1285 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[868]: 6 0 265.075 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[871]: 6 -37.4207 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[872]: 6 0 114.88 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[874]: 6 -149.647 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[929]: 6 -96.9922 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[930]: 6 0 289.816 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[943]: 6 0 83.2133 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[945]: 6 -41.9045 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[952]: 6 -146.746 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[959]: 6 0 92.5473 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[961]: 6 -4.6231 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[965]: 6 0 57.2284 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[966]: 6 -87.1574 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[969]: 6 0 23.6017 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1019]: 6 -40.1803 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1020]: 6 0 238.831 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1035]: 6 0 72.6314 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1036]: 6 -41.0223 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1124]: 6 -59.8847 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1139]: 6 -97.4584 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1140]: 6 0 102.492 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1170]: 6 -151.817 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1185]: 6 -76.4842 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1199]: 6 0 0.222637 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1228]: 6 -42.7699 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1235]: 6 -41.5902 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1237]: 6 -51.1086 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1238]: 6 0 29.8539 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1279]: 6 -108.641 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1280]: 6 0 42.4915 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1298]: 6 -119.165 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1345]: 6 -81.2433 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1346]: 6 0 156.207 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1356]: 6 -170.602 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1387]: 6 0 186.97 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1390]: 6 0 233.837 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1403]: 6 -64.5122 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1404]: 6 0 23.5458 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1430]: 6 -68.4689 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1437]: 6 0 218.994 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1438]: 6 -88.2958 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1450]: 6 0 239.482 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1461]: 6 -1.00008 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1465]: 6 0 34.4931 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1466]: 6 -108.587 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1486]: 6 -38.6037 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1503]: 6 -87.5292 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1506]: 6 -66.5794 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1507]: 6 -71.6691 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1516]: 6 0 2.4806 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1535]: 6 -199.284 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1547]: 6 -79.6282 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1549]: 6 -97.737 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1557]: 6 -70.579 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1587]: 6 -57.7369 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1590]: 6 -54.2017 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1614]: 6 -39.3383 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1627]: 6 -80.4556 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1628]: 6 0 2.56317 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1632]: 6 0 41.2297 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1653]: 6 -57.992 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1657]: 6 0 224.586 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1666]: 6 -182.783 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1671]: 6 -23.2552 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1673]: 6 -6.47184 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1687]: 6 0 135.606 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1688]: 6 -193.788 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1698]: 6 -14.0389 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1716]: 6 0 49.1138 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1721]: 6 0 128.87 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1722]: 6 -9.44656 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1725]: 6 -109.221 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1746]: 6 -105.061 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1759]: 6 0 38.8113 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1760]: 6 -68.7132 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1761]: 6 -99.7418 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1768]: 6 -41.1031 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1804]: 6 -56.3441 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1812]: 6 0 58.0145 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1834]: 6 -93.0669 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1846]: 6 -152.989 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1854]: 6 -34.1468 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1870]: 6 -124.413 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1880]: 6 -69.471 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1924]: 6 -109.678 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1955]: 6 -92.0009 0 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1961]: 6 0 20.1586 shouldn't be
2143.81/2174.07	WSVECS04 Frhs2[1962]: 6 -79.2054 0 shouldn't be
2144.31/2174.50	WSVECS04 Frhs2[28]: 6 -101.45 0 shouldn't be
2144.31/2174.50	WSVECS04 Frhs2[100]: 6 -58.812 0 shouldn't be
2144.31/2174.50	WSVECS04 Frhs2[268]: 6 -67.6571 0 shouldn't be
2144.31/2174.50	WSVECS04 Frhs2[354]: 6 -124.143 0 shouldn't be
2144.31/2174.50	WSVECS04 Frhs2[558]: 6 -50.2727 0 shouldn't be
2144.31/2174.50	WSVECS04 Frhs2[619]: 6 0 1.76732 shouldn't be
2144.31/2174.50	WSVECS04 Frhs2[647]: 6 -117.966 0 shouldn't be
2144.31/2174.50	WSVECS04 Frhs2[812]: 6 -53.3852 0 shouldn't be
2144.31/2174.50	WSVECS04 Frhs2[851]: 6 -74.0359 0 shouldn't be
2144.31/2174.50	WSVECS04 Frhs2[967]: 6 -40.115 0 shouldn't be
2144.31/2174.50	WSVECS04 Frhs2[970]: 6 -113.532 0 shouldn't be
2144.31/2174.50	WSVECS04 Frhs2[1024]: 6 -107.766 0 shouldn't be
2144.31/2174.50	WSVECS04 Frhs2[1045]: 6 -97.559 0 shouldn't be
2144.31/2174.50	WSVECS04 Frhs2[1285]: 6 -152.381 0 shouldn't be
2144.31/2174.50	WSVECS04 Frhs2[1331]: 6 -159.049 0 shouldn't be
2144.31/2174.50	WSVECS04 Frhs2[1446]: 6 -71.5095 0 shouldn't be
2144.31/2174.50	WSVECS04 Frhs2[1611]: 6 -181.089 0 shouldn't be
2144.31/2174.50	WSVECS04 Frhs2[1669]: 6 -102.825 0 shouldn't be
2144.31/2174.50	WSVECS04 Frhs2[1690]: 6 -80.9076 0 shouldn't be
2144.31/2174.50	WSVECS04 Frhs2[1714]: 6 -94.3197 0 shouldn't be
2144.31/2174.50	WSVECS04 Frhs2[1811]: 6 -48.1622 0 shouldn't be
2144.71/2174.95	WSVECS04 Frhs2[741]: 6 -73.3242 0 shouldn't be
2144.71/2174.95	WSVECS04 Frhs2[997]: 6 -0.986456 0 shouldn't be
2144.71/2174.95	WSVECS04 Frhs2[1023]: 6 0 3.0735 shouldn't be
2144.71/2174.95	WSVECS04 Frhs2[1841]: 6 0 71.5381 shouldn't be
2144.71/2174.95	WSVECS04 Frhs2[1905]: 6 0 32.8634 shouldn't be
2145.20/2175.49	WSVECS04 Frhs2[324]: 6 -66.9847 0 shouldn't be
2145.20/2175.49	WSVECS04 Frhs2[466]: 6 0 82.7454 shouldn't be
2145.20/2175.49	WSVECS04 Frhs2[480]: 6 -171.769 0 shouldn't be
2145.20/2175.49	WSVECS04 Frhs2[590]: 6 0 40.2594 shouldn't be
2145.20/2175.49	WSVECS04 Frhs2[720]: 6 0 25.7165 shouldn't be
2145.20/2175.49	WSVECS04 Frhs2[1324]: 6 -33.6448 0 shouldn't be
2145.20/2175.49	WSVECS04 Frhs2[1589]: 6 0 37.8542 shouldn't be
2145.20/2175.49	WSVECS04 Frhs2[1631]: 6 -95.4438 0 shouldn't be
2145.20/2175.49	WSVECS04 Frhs2[1645]: 6 -97.6809 0 shouldn't be
2145.20/2175.49	WSVECS04 Frhs2[1654]: 6 0 61.4693 shouldn't be
2145.70/2175.95	WSVECS04 Frhs2[313]: 6 -61.7063 0 shouldn't be
2145.70/2175.95	WSVECS04 Frhs2[347]: 6 0 288.973 shouldn't be
2152.59/2182.84	c #Conflicts:    1595000 | #Constraints:      61388
2152.59/2182.84	c #Conflicts:    1596000 | #Constraints:      62388
2152.59/2182.84	c #Conflicts:    1597000 | #Constraints:      63388
2152.59/2182.84	c #Conflicts:    1598000 | #Constraints:      64388
2152.59/2182.84	c #Conflicts:    1599000 | #Constraints:      65388
2152.59/2182.84	c #Conflicts:    1600000 | #Constraints:      66388
2152.59/2182.84	c #Conflicts:    1601000 | #Constraints:      67388
2152.59/2182.84	c #Conflicts:    1602000 | #Constraints:      68388
2152.59/2182.84	c #Conflicts:    1603000 | #Constraints:      69388
2152.59/2182.84	c #Conflicts:    1604000 | #Constraints:      70388
2152.59/2182.84	WSVECS04 Frhs2[5]: 6 0 1652.29 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[18]: 6 0 1427.74 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[43]: 6 0 5.8413 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[44]: 6 0 1262.31 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[49]: 6 0 1338.06 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[58]: 6 0 374.937 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[59]: 6 -231.824 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[68]: 6 -599.516 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[72]: 6 -355.538 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[74]: 6 0 833.226 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[76]: 6 0 162.223 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[78]: 6 -783.855 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[86]: 6 0 1876.39 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[88]: 6 0 561.22 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[90]: 6 -492.611 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[95]: 6 0 225.173 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[103]: 6 0 282.614 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[105]: 6 0 527.101 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[115]: 6 -459.302 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[119]: 6 0 305.021 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[122]: 6 0 1271.62 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[136]: 6 0 189.407 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[141]: 6 0 312.398 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[145]: 6 0 1530.42 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[159]: 6 0 27.8276 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[168]: 6 0 1980.24 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[178]: 6 -1.00009 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[179]: 6 0 136.899 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[183]: 6 0 1922.6 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[184]: 6 0 747.461 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[185]: 6 -1255.91 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[187]: 6 0 3938.84 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[189]: 6 0 666.459 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[190]: 6 0 1097.82 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[196]: 6 0 2546.5 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[200]: 6 0 259.28 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[201]: 6 -154.598 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[202]: 6 0 2046.85 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[209]: 6 -3298.57 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[210]: 6 0 2688.2 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[214]: 6 0 475.928 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[216]: 6 -1721.9 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[221]: 6 -1104.88 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[223]: 6 0 616.065 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[225]: 6 0 3418.97 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[228]: 6 0 2497.03 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[236]: 6 0 2447.67 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[239]: 6 -1237.04 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[247]: 6 0 609.367 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[254]: 6 -1012.11 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[271]: 6 -451.58 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[272]: 6 0 961.369 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[297]: 6 -334.118 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[300]: 6 0 1926.79 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[311]: 6 -4588.8 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[315]: 6 0 1594.38 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[319]: 6 -1930.71 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[330]: 6 -2878.92 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[335]: 6 0 918.648 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[337]: 6 0 322.535 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[338]: 6 -727.504 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[339]: 6 0 2607.12 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[340]: 6 0 453.54 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[342]: 6 0 696.027 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[351]: 6 0 1639.25 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[365]: 6 0 215.971 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[367]: 6 -185.571 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[368]: 6 0 1171.69 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[375]: 6 -497.318 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[383]: 6 0 4136.81 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[389]: 6 0 428.244 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[395]: 6 0 510.125 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[396]: 6 0 2341.69 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[401]: 6 0 633.518 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[411]: 6 -531.427 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[413]: 6 0 1946.07 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[415]: 6 -1904.03 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[417]: 6 -727.787 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[420]: 6 0 1080.52 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[421]: 6 -937.516 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[439]: 6 0 935.749 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[441]: 6 0 365.149 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[455]: 6 -837.79 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[456]: 6 -1251.37 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[460]: 6 0 328.044 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[470]: 6 0 364.83 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[486]: 6 0 1367.81 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[492]: 6 0 2228.8 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[493]: 6 -1597.07 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[495]: 6 -2.81365 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[498]: 6 -323.359 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[500]: 6 -1072.03 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[508]: 6 -218.831 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[513]: 6 0 443.069 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[518]: 6 0 2645.49 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[530]: 6 0 1961.12 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[538]: 6 -808.103 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[544]: 6 0 1898.5 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[545]: 6 0 4457.55 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[555]: 6 0 265.462 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[557]: 6 -2903.55 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[559]: 6 -1829.54 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[564]: 6 0 4022.02 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[567]: 6 0 4363.67 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[569]: 6 0 1191.81 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[575]: 6 -838.78 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[576]: 6 0 803.77 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[581]: 6 0 1007.62 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[590]: 6 0 1496.58 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[595]: 6 0 1017.23 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[601]: 6 0 1509.14 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[602]: 6 0 1368.44 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[610]: 6 -1206.68 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[615]: 6 0 80.2056 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[621]: 6 0 4197.15 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[634]: 6 -465.263 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[644]: 6 0 1213.94 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[648]: 6 -665.339 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[653]: 6 0 1396.13 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[659]: 6 0 605.279 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[661]: 6 0 165.073 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[663]: 6 0 66.0247 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[664]: 6 -761.1 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[668]: 6 0 213.425 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[685]: 6 0 556.325 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[686]: 6 -125.883 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[691]: 6 -548.071 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[692]: 6 0 614.822 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[694]: 6 -92.6723 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[696]: 6 0 3799.51 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[699]: 6 0 360.821 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[701]: 6 0 1206.46 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[702]: 6 -170.385 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[711]: 6 0 248.516 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[713]: 6 0 2219.91 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[714]: 6 -231.277 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[726]: 6 0 674.86 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[730]: 6 0 828.839 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[732]: 6 0 1454.15 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[737]: 6 0 199.854 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[741]: 6 -652.839 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[748]: 6 0 3139.63 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[755]: 6 0 647.707 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[758]: 6 0 541.975 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[759]: 6 0 1287.63 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[762]: 6 0 332.492 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[771]: 6 -1159.27 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[776]: 6 0 1630.72 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[779]: 6 0 50.1528 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[780]: 6 0 968.201 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[782]: 6 0 821.628 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[784]: 6 0 137.654 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[785]: 6 -414.331 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[787]: 6 0 2743.43 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[788]: 6 0 3165.4 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[796]: 6 0 2710.3 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[797]: 6 -73.4494 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[806]: 6 0 2050.39 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[811]: 6 0 404.226 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[813]: 6 0 420.188 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[814]: 6 -342.523 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[833]: 6 0 910.369 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[842]: 6 0 446.625 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[849]: 6 -556.401 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[851]: 6 0 150.112 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[857]: 6 0 236.942 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[858]: 6 -60.6911 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[861]: 6 0 2093.92 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[862]: 6 0 568.665 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[873]: 6 -1769.96 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[876]: 6 0 867.663 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[878]: 6 -1099.67 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[880]: 6 0 1589.93 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[881]: 6 0 474.414 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[891]: 6 0 158.221 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[893]: 6 0 23.8623 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[901]: 6 0 290.392 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[903]: 6 -70.6451 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[907]: 6 -526.948 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[908]: 6 0 396.467 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[919]: 6 -2733.22 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[920]: 6 -491.301 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[921]: 6 0 1257.47 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[952]: 6 0 1661.43 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[956]: 6 0 274.313 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[963]: 6 0 2498.15 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[990]: 6 -1016.09 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[993]: 6 0 2133.89 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[994]: 6 0 1706.07 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[997]: 6 -94.8192 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1004]: 6 0 268.701 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1008]: 6 0 615.236 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1009]: 6 0 2035.15 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1023]: 6 -1749.2 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1040]: 6 0 1795.64 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1050]: 6 -905.469 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1064]: 6 -2903.44 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1068]: 6 -123.734 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1070]: 6 0 718.512 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1075]: 6 0 1645.13 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1078]: 6 0 618.935 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1083]: 6 -289.679 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1088]: 6 0 114.36 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1107]: 6 -1075.88 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1134]: 6 0 4174.42 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1136]: 6 0 1107.02 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1139]: 6 -697.173 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1147]: 6 0 467.624 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1153]: 6 -1027.63 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1154]: 6 0 49.959 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1164]: 6 -779.701 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1178]: 6 0 1899.45 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1181]: 6 0 3020.88 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1211]: 6 0 44.7214 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1226]: 6 0 1557.98 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1231]: 6 0 1070.16 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1241]: 6 -1340.15 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1250]: 6 0 496.95 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1251]: 6 -124.974 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1252]: 6 -480.267 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1257]: 6 0 1643.77 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1258]: 6 0 100.77 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1261]: 6 0 162.966 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1265]: 6 0 1298.56 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1272]: 6 0 1013.26 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1273]: 6 0 1130.14 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1279]: 6 0 385.107 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1280]: 6 0 993.293 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1288]: 6 -80.9893 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1296]: 6 -2214.58 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1297]: 6 0 2799.27 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1314]: 6 0 292.309 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1332]: 6 0 328.242 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1334]: 6 0 751.301 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1357]: 6 0 97.0291 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1361]: 6 0 1436.63 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1378]: 6 0 4211.54 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1379]: 6 0 1979.03 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1385]: 6 -1432.62 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1386]: 6 0 701.023 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1388]: 6 0 1553.45 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1398]: 6 -23.4841 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1408]: 6 0 595.61 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1413]: 6 0 1444.86 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1422]: 6 0 1488.26 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1429]: 6 0 1809.49 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1449]: 6 -1122.92 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1452]: 6 0 212.157 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1454]: 6 0 4031.65 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1482]: 6 0 432.054 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1488]: 6 0 1832.52 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1501]: 6 -1545.45 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1508]: 6 0 4435.95 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1512]: 6 0 2046.83 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1513]: 6 0 369.854 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1535]: 6 0 697.248 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1546]: 6 0 180.285 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1551]: 6 0 236.053 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1562]: 6 0 2874.23 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1582]: 6 0 760.734 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1586]: 6 0 279.428 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1588]: 6 0 3167.03 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1596]: 6 0 1734.45 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1611]: 6 0 1343.65 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1617]: 6 0 819.395 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1620]: 6 0 3168.98 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1624]: 6 -146.342 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1625]: 6 0 997.251 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1626]: 6 0 1194.53 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1636]: 6 0 373.063 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1637]: 6 0 446.459 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1645]: 6 0 1656.05 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1646]: 6 0 1174.75 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1647]: 6 -239.814 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1653]: 6 -844.451 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1657]: 6 0 334.905 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1661]: 6 0 353.159 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1662]: 6 -198.003 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1685]: 6 0 2915.03 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1689]: 6 0 226.272 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1703]: 6 -22.427 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1704]: 6 0 289.351 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1707]: 6 0 194.37 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1730]: 6 0 0.563618 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1734]: 6 0 525.509 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1756]: 6 0 90.648 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1765]: 6 0 1104.31 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1770]: 6 0 1534.52 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1780]: 6 0 566.438 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1803]: 6 0 532.061 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1814]: 6 0 684.287 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1815]: 6 0 140.38 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1823]: 6 0 1101.6 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1854]: 6 0 256.92 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1855]: 6 -18.5868 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1870]: 6 0 428.766 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1877]: 6 0 2491.16 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1885]: 6 -1056.33 0 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1891]: 6 0 405.434 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1893]: 6 0 1205.97 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1941]: 6 0 28.9061 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1944]: 6 0 1002.78 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1986]: 6 0 873.837 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1992]: 6 0 2997.94 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1995]: 6 0 3102.69 shouldn't be
2152.59/2182.84	WSVECS04 Frhs2[1999]: 6 0 784.412 shouldn't be
2234.52/2265.23	c #Conflicts:    1605000 | #Constraints:      71388
2234.52/2265.23	c #Conflicts:    1606000 | #Constraints:      72388
2234.52/2265.23	c #Conflicts:    1607000 | #Constraints:      73388
2234.52/2265.23	c #Conflicts:    1608000 | #Constraints:      74388
2234.52/2265.23	c #Conflicts:    1609000 | #Constraints:      75388
2234.52/2265.23	c #Conflicts:    1610000 | #Constraints:      76388
2234.52/2265.23	c #Conflicts:    1611000 | #Constraints:      77388
2234.52/2265.23	c #Conflicts:    1612000 | #Constraints:      78388
2234.52/2265.23	c #Conflicts:    1613000 | #Constraints:      79388
2234.52/2265.23	c #Conflicts:    1614000 | #Constraints:      80388
2234.52/2265.23	c #Conflicts:    1615000 | #Constraints:      81388
2234.52/2265.23	c #Conflicts:    1616000 | #Constraints:      82388
2234.52/2265.23	c #Conflicts:    1617000 | #Constraints:      83388
2234.52/2265.23	c #Conflicts:    1618000 | #Constraints:      84388
2234.52/2265.23	c #Conflicts:    1619000 | #Constraints:      85388
2234.52/2265.23	c #Conflicts:    1620000 | #Constraints:      86388
2234.52/2265.23	c #Conflicts:    1621000 | #Constraints:      87388
2234.52/2265.23	c #Conflicts:    1622000 | #Constraints:      88388
2234.52/2265.23	c #Conflicts:    1623000 | #Constraints:      89388
2234.52/2265.23	c #Conflicts:    1624000 | #Constraints:      90388
2234.52/2265.23	c #Conflicts:    1625000 | #Constraints:      91388
2234.52/2265.23	c #Conflicts:    1626000 | #Constraints:      92388
2234.52/2265.23	c #Conflicts:    1627000 | #Constraints:      93388
2234.52/2265.23	c #Conflicts:    1628000 | #Constraints:      94388
2234.52/2265.23	c #Conflicts:    1629000 | #Constraints:      95388
2234.52/2265.23	c #Conflicts:    1630000 | #Constraints:      96388
2234.52/2265.23	c #Conflicts:    1631000 | #Constraints:      97388
2234.52/2265.23	c #Conflicts:    1632000 | #Constraints:      98388
2234.52/2265.23	c #Conflicts:    1633000 | #Constraints:      99388
2234.52/2265.23	c #Conflicts:    1634000 | #Constraints:     100388
2234.52/2265.23	c #Conflicts:    1635000 | #Constraints:     101388
2234.52/2265.23	c #Conflicts:    1636000 | #Constraints:     102388
2234.52/2265.23	c #Conflicts:    1637000 | #Constraints:     103388
2234.52/2265.23	c #Conflicts:    1638000 | #Constraints:     104388
2234.52/2265.23	c #Conflicts:    1639000 | #Constraints:     105388
2234.52/2265.23	c #Conflicts:    1640000 | #Constraints:     106388
2234.52/2265.23	c #Conflicts:    1641000 | #Constraints:     107388
2234.52/2265.23	c #Conflicts:    1642000 | #Constraints:     108388
2234.52/2265.23	c #Conflicts:    1643000 | #Constraints:     109388
2234.52/2265.23	c #Conflicts:    1644000 | #Constraints:     110388
2234.52/2265.23	c #Conflicts:    1645000 | #Constraints:     111388
2234.52/2265.23	c #Conflicts:    1646000 | #Constraints:     112388
2234.52/2265.23	c #Conflicts:    1647000 | #Constraints:     113388
2234.52/2265.23	c #Conflicts:    1648000 | #Constraints:     114388
2234.52/2265.23	c #Conflicts:    1649000 | #Constraints:     115388
2234.52/2265.23	c #Conflicts:    1650000 | #Constraints:     116388
2234.52/2265.23	c #Conflicts:    1651000 | #Constraints:     117388
2234.52/2265.23	c #Conflicts:    1652000 | #Constraints:     118388
2234.52/2265.23	c #Conflicts:    1653000 | #Constraints:     119388
2234.52/2265.23	c #Conflicts:    1654000 | #Constraints:     120388
2234.52/2265.23	c #Conflicts:    1655000 | #Constraints:     121388
2234.52/2265.23	c #Conflicts:    1656000 | #Constraints:     122388
2234.52/2265.23	c #Conflicts:    1657000 | #Constraints:     123388
2234.52/2265.23	c #Conflicts:    1658000 | #Constraints:     124388
2234.52/2265.23	c #Conflicts:    1659000 | #Constraints:     125388
2234.52/2265.23	c #Conflicts:    1660000 | #Constraints:     126388
2234.52/2265.23	c #Conflicts:    1661000 | #Constraints:     127388
2234.52/2265.23	c #Conflicts:    1662000 | #Constraints:     128388
2234.52/2265.23	c #Conflicts:    1663000 | #Constraints:     129388
2234.52/2265.23	c #Conflicts:    1664000 | #Constraints:     130388
2234.52/2265.23	c #Conflicts:    1665000 | #Constraints:     131388
2234.52/2265.23	c #Conflicts:    1666000 | #Constraints:     132388
2234.52/2265.23	c #Conflicts:    1667000 | #Constraints:     133388
2234.52/2265.23	c #Conflicts:    1668000 | #Constraints:     134388
2234.52/2265.23	c #Conflicts:    1669000 | #Constraints:     135389
2234.52/2265.23	c #Conflicts:    1670000 | #Constraints:     136389
2234.52/2265.23	c #Conflicts:    1671000 | #Constraints:     137389
2234.52/2265.23	c #Conflicts:    1672000 | #Constraints:     138389
2234.52/2265.23	c #Conflicts:    1673000 | #Constraints:     139389
2234.52/2265.23	c #Conflicts:    1674000 | #Constraints:     140389
2234.52/2265.23	c #Conflicts:    1675000 | #Constraints:     141389
2234.52/2265.23	c #Conflicts:    1676000 | #Constraints:     142389
2234.52/2265.23	c #Conflicts:    1677000 | #Constraints:     143389
2234.52/2265.23	c #Conflicts:    1678000 | #Constraints:     144389
2234.52/2265.23	c #Conflicts:    1679000 | #Constraints:     145389
2234.52/2265.23	c #Conflicts:    1680000 | #Constraints:     146389
2234.52/2265.23	c #Conflicts:    1681000 | #Constraints:     147389
2234.52/2265.23	c INPROCESSING
2234.52/2265.23	c GARBAGE COLLECT
2234.52/2265.23	c #Conflicts:    1682000 | #Constraints:      78336
2234.52/2265.23	c #Conflicts:    1683000 | #Constraints:      79336
2236.81/2267.56	c #Conflicts:    1684000 | #Constraints:      80336
2236.81/2267.56	c #Conflicts:    1685000 | #Constraints:      81336
2236.81/2267.56	c #Conflicts:    1686000 | #Constraints:      82336
2236.81/2267.56	WSVECS04 Frhs2[10]: 6 0 35.9004 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[51]: 6 0 7.16426 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[63]: 6 0 189.303 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[71]: 6 0 984.227 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[101]: 6 0 1225.05 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[107]: 6 0 115.644 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[205]: 6 0 1184.49 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[229]: 6 0 293.256 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[235]: 6 -518.682 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[236]: 6 0 223.835 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[289]: 6 0 1782.8 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[294]: 6 0 976.707 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[310]: 6 0 1777 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[341]: 6 0 244.009 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[390]: 6 0 2484.82 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[400]: 6 0 757.858 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[401]: 6 0 293.881 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[413]: 6 0 521.097 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[431]: 6 -1144 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[433]: 6 0 825.65 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[473]: 6 0 419.952 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[475]: 6 0 1672.37 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[497]: 6 0 594.887 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[498]: 6 -705.488 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[508]: 6 -51.2914 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[509]: 6 0 617.948 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[510]: 6 -319.492 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[593]: 6 0 393.526 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[604]: 6 0 1933.22 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[653]: 6 0 266.681 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[675]: 6 0 1648.73 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[679]: 6 0 351.574 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[680]: 6 -388.315 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[718]: 6 0 1237.84 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[732]: 6 0 1342.54 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[747]: 6 -752.16 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[748]: 6 0 744.051 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[755]: 6 0 685.811 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[757]: 6 0 1638.4 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[830]: 6 -1089.47 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[835]: 6 0 567.765 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[849]: 6 -334.98 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[850]: 6 0 1145.56 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[859]: 6 0 4939.02 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[873]: 6 -750.918 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[874]: 6 0 205.441 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[877]: 6 0 269.89 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[940]: 6 -1210.85 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[987]: 6 0 64.2248 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1026]: 6 0 1003.72 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1051]: 6 0 2200.1 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1054]: 6 0 968.204 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1078]: 6 0 617.571 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1092]: 6 0 864.249 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1099]: 6 -1362.43 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1100]: 6 0 750.369 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1102]: 6 0 21.1513 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1103]: 6 0 10.5727 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1109]: 6 0 861.217 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1114]: 6 0 1382.47 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1155]: 6 -742.817 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1186]: 6 0 218.773 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1211]: 6 0 12.1705 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1224]: 6 0 1244.15 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1236]: 6 0 828.492 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1237]: 6 0 622.653 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1253]: 6 0 1143.9 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1254]: 6 -1294.94 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1277]: 6 -1054.76 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1278]: 6 0 43.0812 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1289]: 6 -937.702 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1290]: 6 0 106.577 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1305]: 6 0 1615.85 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1335]: 6 -1033.93 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1336]: 6 0 87.2342 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1361]: 6 0 1256.02 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1362]: 6 -1020.55 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1373]: 6 0 2020.15 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1377]: 6 0 657.9 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1378]: 6 -1694.1 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1396]: 6 0 420.101 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1405]: 6 0 2707.28 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1406]: 6 -1048.78 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1419]: 6 0 151.508 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1421]: 6 0 178.591 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1422]: 6 -647.208 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1424]: 6 0 1003.81 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1427]: 6 -345.708 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1429]: 6 -739.911 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1440]: 6 0 768.916 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1474]: 6 -794.362 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1482]: 6 0 1302.77 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1507]: 6 0 1502.87 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1528]: 6 0 263.066 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1535]: 6 -643.534 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1549]: 6 -1247.73 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1558]: 6 -750.746 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1591]: 6 0 315.144 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1600]: 6 0 1301.86 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1644]: 6 0 1006.58 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1653]: 6 0 1706.05 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1673]: 6 -612.06 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1678]: 6 0 1328.48 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1686]: 6 0 1251.55 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1688]: 6 0 5456.13 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1697]: 6 0 193.544 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1716]: 6 0 2039.58 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1752]: 6 0 3002.94 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1761]: 6 0 799.79 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1791]: 6 0 331.045 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1792]: 6 -937.702 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1802]: 6 0 369.298 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1809]: 6 -533.745 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1810]: 6 0 2139.89 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1811]: 6 0 417.417 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1819]: 6 0 270.514 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1831]: 6 0 2050.38 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1833]: 6 0 1650.95 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1844]: 6 0 3569 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1850]: 6 0 67.391 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1858]: 6 0 1045.76 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1870]: 6 0 1215.73 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1875]: 6 -139.672 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1876]: 6 0 1652.25 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1879]: 6 0 382.428 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1883]: 6 0 668.926 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1901]: 6 0 208.62 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1902]: 6 -121.88 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1908]: 6 0 537.149 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1919]: 6 0 1022.71 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1938]: 6 -753.817 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1950]: 6 0 819.069 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1952]: 6 -917.92 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1970]: 6 -505.359 0 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1991]: 6 0 925.993 shouldn't be
2236.81/2267.56	WSVECS04 Frhs2[1992]: 6 -1013.46 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[19]: 6 -937.702 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[72]: 6 -716.039 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[367]: 6 -830.054 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[402]: 6 -937.702 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[434]: 6 -792.976 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[453]: 6 -652.516 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[555]: 6 -871.794 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[569]: 6 0 820.443 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[580]: 6 -927.439 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[701]: 6 -867.411 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[820]: 6 -847.74 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[893]: 6 -872.94 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[1025]: 6 -735.059 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[1077]: 6 -855.444 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[1112]: 6 -779.321 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[1238]: 6 -396.205 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[1241]: 6 0 89.0067 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[1270]: 6 -581.917 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[1334]: 6 0 417.786 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[1381]: 6 -1.00007 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[1660]: 6 -967.593 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[1741]: 6 -556.692 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[1801]: 6 -737.136 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[1880]: 6 -729.201 0 shouldn't be
2237.32/2268.07	WSVECS04 Frhs2[1890]: 6 -795.892 0 shouldn't be
2237.81/2268.50	WSVECS04 Frhs2[878]: 6 -581.82 0 shouldn't be
2237.81/2268.50	WSVECS04 Frhs2[1698]: 6 -245.969 0 shouldn't be
2238.21/2268.91	WSVECS04 Frhs2[750]: 6 0 34.5092 shouldn't be
2238.21/2268.91	WSVECS04 Frhs2[808]: 6 -543.666 0 shouldn't be
2238.21/2268.91	WSVECS04 Frhs2[821]: 6 0 54.1791 shouldn't be
2238.21/2268.91	WSVECS04 Frhs2[1654]: 6 -1.00002 0 shouldn't be
2238.21/2268.91	WSVECS04 Frhs2[1702]: 6 0 0.725554 shouldn't be
2238.21/2268.91	WSVECS04 Frhs2[1804]: 6 -693.04 0 shouldn't be
2238.21/2268.91	WSVECS04 Frhs2[1907]: 6 -580.587 0 shouldn't be
2238.21/2268.91	WSVECS04 Frhs2[1951]: 6 0 212.297 shouldn't be
2238.61/2269.39	WSVECS04 Frhs2[102]: 6 -1375.48 0 shouldn't be
2238.61/2269.39	WSVECS04 Frhs2[133]: 6 -622.836 0 shouldn't be
2238.61/2269.39	WSVECS04 Frhs2[149]: 6 0 1043.77 shouldn't be
2238.61/2269.39	WSVECS04 Frhs2[380]: 6 0 1454.88 shouldn't be
2238.61/2269.39	WSVECS04 Frhs2[698]: 6 0 1194.88 shouldn't be
2238.61/2269.39	WSVECS04 Frhs2[805]: 6 -744.668 0 shouldn't be
2238.61/2269.39	WSVECS04 Frhs2[822]: 6 -1120.79 0 shouldn't be
2238.61/2269.39	WSVECS04 Frhs2[1228]: 6 0 408.246 shouldn't be
2238.61/2269.39	WSVECS04 Frhs2[1372]: 6 -932.662 0 shouldn't be
2238.61/2269.39	WSVECS04 Frhs2[1687]: 6 -1409.61 0 shouldn't be
2238.61/2269.39	WSVECS04 Frhs2[1795]: 6 -1444.1 0 shouldn't be
2238.61/2269.39	WSVECS04 Frhs2[1834]: 6 -1092.03 0 shouldn't be
2239.41/2270.15	WSVECS04 Frhs2[108]: 6 -690.017 0 shouldn't be
2239.41/2270.15	WSVECS04 Frhs2[469]: 6 -589.206 0 shouldn't be
2239.41/2270.15	WSVECS04 Frhs2[528]: 6 0 605.976 shouldn't be
2239.41/2270.15	WSVECS04 Frhs2[639]: 6 0 798.1 shouldn't be
2239.41/2270.15	WSVECS04 Frhs2[1302]: 6 -611.617 0 shouldn't be
2239.41/2270.15	WSVECS04 Frhs2[1441]: 6 -507.806 0 shouldn't be
2239.41/2270.15	WSVECS04 Frhs2[1643]: 6 -264.32 0 shouldn't be
2239.41/2270.15	WSVECS04 Frhs2[1648]: 6 0 2048.24 shouldn't be
2239.41/2270.15	WSVECS04 Frhs2[1812]: 6 -1.00009 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[103]: 6 -827.524 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[211]: 6 -1348.33 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[212]: 6 0 55.7678 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[222]: 6 -866.921 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[230]: 6 -753.817 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[321]: 6 0 1370.84 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[322]: 6 -1077.54 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[323]: 6 -887.965 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[389]: 6 -950.13 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[474]: 6 -1477.39 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[527]: 6 -233.729 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[532]: 6 -770.47 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[594]: 6 -726.829 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[697]: 6 -1175.69 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[717]: 6 -659.623 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[751]: 6 -742.286 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[761]: 6 -706.228 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[787]: 6 -942.058 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[802]: 6 -1197.62 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[860]: 6 -372.176 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[966]: 6 -686.358 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[988]: 6 -761.103 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1011]: 6 -874.425 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1113]: 6 -1112.02 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1185]: 6 -1156.13 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1227]: 6 -818.805 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1235]: 6 -891.423 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1420]: 6 -1726.24 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1438]: 6 -1068.53 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1486]: 6 -646.446 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1496]: 6 -1051.51 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1530]: 6 -1242.06 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1592]: 6 -769.366 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1596]: 6 -1025.75 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1671]: 6 0 1383.11 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1701]: 6 -789.919 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1715]: 6 -352.45 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1728]: 6 0 852.42 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1827]: 6 0 184.161 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1832]: 6 -991.251 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1835]: 6 -746.226 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1843]: 6 -895.924 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1855]: 6 0 457.64 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1887]: 6 -996.955 0 shouldn't be
2240.11/2270.89	WSVECS04 Frhs2[1920]: 6 -688.057 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[2]: 6 -711.451 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[28]: 6 -970.043 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[40]: 6 -1020.7 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[104]: 6 0 187.386 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[122]: 6 -483.637 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[152]: 6 -737.572 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[240]: 6 -728.843 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[449]: 6 -885.173 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[471]: 6 0 1453.95 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[522]: 6 -536.333 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[570]: 6 -1118.25 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[571]: 6 0 1770.53 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[618]: 6 -704.273 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[676]: 6 -1252.1 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[758]: 6 -1556.84 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[887]: 6 0 199.412 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[1052]: 6 -566.491 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[1060]: 6 -710.246 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[1101]: 6 -1004.98 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[1242]: 6 -385.248 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[1301]: 6 0 1516.16 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[1395]: 6 -975.591 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[1435]: 6 0 1341.84 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[1508]: 6 -1170.46 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[1527]: 6 -872.111 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[1575]: 6 -1059.92 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[1751]: 6 -637.917 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[1856]: 6 -948.317 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[1869]: 6 -903.402 0 shouldn't be
2241.00/2271.76	WSVECS04 Frhs2[1997]: 6 -536.818 0 shouldn't be
2242.00/2272.72	WSVECS04 Frhs2[9]: 6 -827.877 0 shouldn't be
2242.00/2272.72	WSVECS04 Frhs2[27]: 6 0 1540.07 shouldn't be
2242.00/2272.72	WSVECS04 Frhs2[34]: 6 -1516.59 0 shouldn't be
2242.00/2272.72	WSVECS04 Frhs2[39]: 6 0 1730.15 shouldn't be
2242.00/2272.72	WSVECS04 Frhs2[53]: 6 -506.782 0 shouldn't be
2242.00/2272.72	WSVECS04 Frhs2[206]: 6 -1377.72 0 shouldn't be
2242.00/2272.72	WSVECS04 Frhs2[293]: 6 -1475.56 0 shouldn't be
2242.00/2272.72	WSVECS04 Frhs2[299]: 6 -1374.92 0 shouldn't be
2242.00/2272.72	WSVECS04 Frhs2[637]: 6 0 496.012 shouldn't be
2242.00/2272.72	WSVECS04 Frhs2[756]: 6 -1103.28 0 shouldn't be
2242.00/2272.72	WSVECS04 Frhs2[789]: 6 -1321.8 0 shouldn't be
2242.00/2272.72	WSVECS04 Frhs2[876]: 6 -1448.51 0 shouldn't be
2242.00/2272.72	WSVECS04 Frhs2[1062]: 6 0 333.33 shouldn't be
2242.00/2272.72	WSVECS04 Frhs2[1091]: 6 -1547.38 0 shouldn't be
2242.00/2272.72	WSVECS04 Frhs2[1104]: 6 -645.418 0 shouldn't be
2242.00/2272.72	WSVECS04 Frhs2[1403]: 6 -337.963 0 shouldn't be
2242.00/2272.72	WSVECS04 Frhs2[1439]: 6 -977.159 0 shouldn't be
2242.00/2272.72	WSVECS04 Frhs2[1599]: 6 -1149.42 0 shouldn't be
2242.00/2272.72	WSVECS04 Frhs2[1727]: 6 -894.096 0 shouldn't be
2242.00/2272.72	WSVECS04 Frhs2[1884]: 6 -1191.92 0 shouldn't be
2243.00/2273.78	WSVECS04 Frhs2[150]: 6 -1094.74 0 shouldn't be
2243.00/2273.78	WSVECS04 Frhs2[238]: 6 -447.415 0 shouldn't be
2243.00/2273.78	WSVECS04 Frhs2[239]: 6 0 1359.61 shouldn't be
2243.00/2273.78	WSVECS04 Frhs2[379]: 6 -1093.62 0 shouldn't be
2243.00/2273.78	WSVECS04 Frhs2[731]: 6 -1161.79 0 shouldn't be
2243.00/2273.78	WSVECS04 Frhs2[921]: 6 -619.383 0 shouldn't be
2243.00/2273.78	WSVECS04 Frhs2[956]: 6 -1284.43 0 shouldn't be
2243.00/2273.78	WSVECS04 Frhs2[972]: 6 -993.299 0 shouldn't be
2243.00/2273.78	WSVECS04 Frhs2[1333]: 6 -1174.49 0 shouldn't be
2243.00/2273.78	WSVECS04 Frhs2[1356]: 6 -1673.78 0 shouldn't be
2243.00/2273.78	WSVECS04 Frhs2[1557]: 6 0 900.963 shouldn't be
2243.00/2273.78	WSVECS04 Frhs2[1857]: 6 -1108.35 0 shouldn't be
2243.99/2274.79	WSVECS04 Frhs2[597]: 6 -1061.6 0 shouldn't be
2243.99/2274.79	WSVECS04 Frhs2[1762]: 6 -1218.67 0 shouldn't be
2243.99/2274.79	WSVECS04 Frhs2[1803]: 6 0 1540 shouldn't be
2245.09/2275.84	WSVECS04 Frhs2[562]: 6 -601.028 0 shouldn't be
2246.19/2276.91	WSVECS04 Frhs2[57]: 6 -856.046 0 shouldn't be
2246.19/2276.91	WSVECS04 Frhs2[1002]: 6 0 1430.23 shouldn't be
2246.19/2276.91	WSVECS04 Frhs2[1148]: 6 -1189.45 0 shouldn't be
2246.19/2276.91	WSVECS04 Frhs2[1364]: 6 -1732.97 0 shouldn't be
2246.19/2276.91	WSVECS04 Frhs2[1374]: 6 -586.751 0 shouldn't be
2247.29/2278.08	WSVECS04 Frhs2[399]: 6 -577.794 0 shouldn't be
2247.29/2278.08	WSVECS04 Frhs2[836]: 6 -1030.18 0 shouldn't be
2247.29/2278.08	WSVECS04 Frhs2[1647]: 6 -653.742 0 shouldn't be
2248.48/2279.28	WSVECS04 Frhs2[975]: 6 -784.803 0 shouldn't be
2249.29/2280.03	WSVECS04 Frhs2[1306]: 6 -998.432 0 shouldn't be
2250.18/2280.90	WSVECS04 Frhs2[17]: 6 -1444.96 0 shouldn't be
2250.18/2280.90	WSVECS04 Frhs2[888]: 6 -1135.77 0 shouldn't be
2250.18/2280.90	WSVECS04 Frhs2[1061]: 6 -451.008 0 shouldn't be
2250.18/2280.90	WSVECS04 Frhs2[1126]: 6 -806.915 0 shouldn't be
2250.18/2280.90	WSVECS04 Frhs2[1163]: 6 -594.759 0 shouldn't be
2250.18/2280.90	WSVECS04 Frhs2[1164]: 6 0 346.655 shouldn't be
2250.18/2280.90	WSVECS04 Frhs2[1672]: 6 -764.762 0 shouldn't be
2250.18/2280.90	WSVECS04 Frhs2[1820]: 6 -659.852 0 shouldn't be
2251.18/2281.90	WSVECS04 Frhs2[12]: 6 -942.119 0 shouldn't be
2251.18/2281.90	WSVECS04 Frhs2[77]: 6 0 929.648 shouldn't be
2251.18/2281.90	WSVECS04 Frhs2[706]: 6 -618.995 0 shouldn't be
2251.18/2281.90	WSVECS04 Frhs2[1454]: 6 -1524.81 0 shouldn't be
2252.97/2283.75	WSVECS04 Frhs2[1059]: 6 0 836.72 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[2]: 6 -711.451 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[9]: 6 -827.876 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[10]: 6 0 35.9003 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[19]: 6 -937.702 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[27]: 6 0 1540.07 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[28]: 6 -970.043 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[51]: 6 0 7.16421 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[53]: 6 -506.782 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[63]: 6 0 189.303 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[71]: 6 0 984.227 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[72]: 6 -716.038 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[77]: 6 0 929.648 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[101]: 6 0 1225.05 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[103]: 6 -827.524 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[104]: 6 0 187.386 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[149]: 6 0 1043.77 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[150]: 6 -1094.74 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[152]: 6 -737.572 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[205]: 6 0 1184.49 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[211]: 6 -1348.33 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[222]: 6 -866.921 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[229]: 6 0 293.256 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[230]: 6 -753.817 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[236]: 6 0 223.835 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[239]: 6 0 1359.61 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[240]: 6 -728.843 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[341]: 6 0 244.009 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[389]: 6 -950.13 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[390]: 6 0 2484.82 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[399]: 6 -577.794 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[400]: 6 0 757.857 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[402]: 6 -937.702 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[413]: 6 0 521.097 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[431]: 6 -1144 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[433]: 6 0 825.65 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[473]: 6 0 419.952 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[475]: 6 0 1672.37 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[497]: 6 0 594.887 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[508]: 6 -51.2913 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[509]: 6 0 617.948 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[522]: 6 -536.333 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[528]: 6 0 605.975 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[569]: 6 0 820.443 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[570]: 6 -1118.25 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[580]: 6 -927.438 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[593]: 6 0 393.526 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[594]: 6 -726.829 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[604]: 6 0 1933.22 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[618]: 6 -704.273 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[637]: 6 0 496.012 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[675]: 6 0 1648.73 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[679]: 6 0 351.573 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[680]: 6 -388.315 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[697]: 6 -1175.69 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[701]: 6 -867.411 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[718]: 6 0 1237.84 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[732]: 6 0 1342.54 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[747]: 6 -752.16 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[751]: 6 -742.286 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[755]: 6 0 685.811 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[761]: 6 -706.228 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[789]: 6 -1321.8 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[802]: 6 -1197.62 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[805]: 6 -744.668 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[808]: 6 -543.666 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[821]: 6 0 54.1791 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[822]: 6 -1120.79 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[835]: 6 0 567.765 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[849]: 6 -334.98 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[859]: 6 0 4939.02 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[873]: 6 -750.918 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[874]: 6 0 205.441 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[877]: 6 0 269.89 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[888]: 6 -1135.76 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[893]: 6 -872.94 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[921]: 6 -619.383 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[940]: 6 -1210.85 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[956]: 6 -1284.43 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[966]: 6 -686.358 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[988]: 6 -761.103 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1002]: 6 0 1430.23 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1026]: 6 0 1003.72 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1051]: 6 0 2200.1 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1054]: 6 0 968.204 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1059]: 6 0 836.72 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1077]: 6 -855.444 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1078]: 6 0 617.571 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1092]: 6 0 864.249 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1099]: 6 -1362.43 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1101]: 6 -1004.98 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1104]: 6 -645.418 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1109]: 6 0 861.217 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1114]: 6 0 1382.47 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1155]: 6 -742.817 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1163]: 6 -594.759 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1164]: 6 0 346.655 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1186]: 6 0 218.772 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1211]: 6 0 12.1704 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1224]: 6 0 1244.15 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1228]: 6 0 408.246 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1235]: 6 -891.423 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1237]: 6 0 622.653 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1241]: 6 0 89.0066 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1253]: 6 0 1143.9 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1278]: 6 0 43.0812 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1289]: 6 -937.702 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1301]: 6 0 1516.16 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1302]: 6 -611.617 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1305]: 6 0 1615.85 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1333]: 6 -1174.49 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1334]: 6 0 417.786 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1336]: 6 0 87.2342 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1361]: 6 0 1256.02 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1372]: 6 -932.662 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1373]: 6 0 2020.15 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1377]: 6 0 657.9 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1395]: 6 -975.591 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1396]: 6 0 420.101 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1406]: 6 -1048.78 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1419]: 6 0 151.508 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1421]: 6 0 178.591 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1422]: 6 -647.208 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1423]: 6 -530.209 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1424]: 6 0 1003.81 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1427]: 6 -345.708 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1435]: 6 0 1341.84 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1438]: 6 -1068.53 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1441]: 6 -507.806 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1474]: 6 -794.362 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1482]: 6 0 1302.77 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1486]: 6 -646.446 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1496]: 6 -1051.51 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1507]: 6 0 1502.87 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1527]: 6 -872.111 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1528]: 6 0 263.066 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1530]: 6 -1242.06 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1535]: 6 -643.534 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1558]: 6 -750.746 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1591]: 6 0 315.144 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1592]: 6 -769.366 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1596]: 6 -1025.75 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1600]: 6 0 1301.86 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1643]: 6 -264.32 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1647]: 6 -653.742 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1648]: 6 0 2048.24 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1653]: 6 0 1706.05 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1660]: 6 -967.593 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1673]: 6 -612.06 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1678]: 6 0 1328.48 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1686]: 6 0 1251.55 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1688]: 6 0 5456.13 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1697]: 6 0 193.544 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1701]: 6 -789.919 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1702]: 6 0 0.725455 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1715]: 6 -352.45 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1716]: 6 0 2039.58 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1741]: 6 -556.692 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1752]: 6 0 3002.94 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1761]: 6 0 799.79 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1802]: 6 0 369.298 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1803]: 6 0 1540 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1804]: 6 -693.04 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1809]: 6 -533.745 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1810]: 6 0 2139.89 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1811]: 6 0 417.417 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1819]: 6 0 270.514 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1827]: 6 0 184.161 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1831]: 6 0 2050.38 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1832]: 6 -991.251 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1833]: 6 0 1650.95 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1835]: 6 -746.226 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1850]: 6 0 67.391 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1855]: 6 0 457.64 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1858]: 6 0 1045.76 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1869]: 6 -903.402 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1870]: 6 0 1215.73 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1875]: 6 -139.672 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1876]: 6 0 1652.25 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1879]: 6 0 382.428 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1880]: 6 -729.201 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1890]: 6 -795.892 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1902]: 6 -121.88 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1908]: 6 0 537.149 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1919]: 6 0 1022.71 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1938]: 6 -753.817 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1950]: 6 0 819.069 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1951]: 6 0 212.297 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1952]: 6 -917.92 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1970]: 6 -505.359 0 shouldn't be
2254.57/2285.39	WSVECS04 Frhs2[1992]: 6 -1013.46 0 shouldn't be
2356.83/2388.01	c #Conflicts:    1687000 | #Constraints:      83336
2356.83/2388.01	c #Conflicts:    1688000 | #Constraints:      84336
2356.83/2388.01	c #Conflicts:    1689000 | #Constraints:      85336
2356.83/2388.01	c #Conflicts:    1690000 | #Constraints:      86336
2356.83/2388.01	c #Conflicts:    1691000 | #Constraints:      87336
2356.83/2388.01	c #Conflicts:    1692000 | #Constraints:      88336
2356.83/2388.01	c #Conflicts:    1693000 | #Constraints:      89336
2356.83/2388.01	c #Conflicts:    1694000 | #Constraints:      90336
2356.83/2388.01	c #Conflicts:    1695000 | #Constraints:      91336
2356.83/2388.01	c #Conflicts:    1696000 | #Constraints:      92336
2356.83/2388.01	c #Conflicts:    1697000 | #Constraints:      93336
2356.83/2388.01	c #Conflicts:    1698000 | #Constraints:      94336
2356.83/2388.01	c #Conflicts:    1699000 | #Constraints:      95336
2356.83/2388.01	c #Conflicts:    1700000 | #Constraints:      96336
2356.83/2388.01	c #Conflicts:    1701000 | #Constraints:      97336
2356.83/2388.01	c #Conflicts:    1702000 | #Constraints:      98336
2356.83/2388.01	c #Conflicts:    1703000 | #Constraints:      99336
2356.83/2388.01	c #Conflicts:    1704000 | #Constraints:     100336
2356.83/2388.01	c #Conflicts:    1705000 | #Constraints:     101336
2356.83/2388.01	c #Conflicts:    1706000 | #Constraints:     102336
2356.83/2388.01	c #Conflicts:    1707000 | #Constraints:     103336
2356.83/2388.01	c #Conflicts:    1708000 | #Constraints:     104336
2356.83/2388.01	c INPROCESSING
2356.83/2388.01	c GARBAGE COLLECT
2356.83/2388.01	c #Conflicts:    1709000 | #Constraints:      56483
2356.83/2388.01	c #Conflicts:    1710000 | #Constraints:      57483
2356.83/2388.01	c #Conflicts:    1711000 | #Constraints:      58483
2356.83/2388.01	c #Conflicts:    1712000 | #Constraints:      59483
2356.83/2388.01	c #Conflicts:    1713000 | #Constraints:      60483
2356.83/2388.01	c #Conflicts:    1714000 | #Constraints:      61483
2356.83/2388.01	c #Conflicts:    1715000 | #Constraints:      62483
2356.83/2388.01	c #Conflicts:    1716000 | #Constraints:      63483
2356.83/2388.01	c #Conflicts:    1717000 | #Constraints:      64483
2356.83/2388.01	c #Conflicts:    1718000 | #Constraints:      65483
2356.83/2388.01	c #Conflicts:    1719000 | #Constraints:      66483
2356.83/2388.01	c #Conflicts:    1720000 | #Constraints:      67483
2356.83/2388.01	c #Conflicts:    1721000 | #Constraints:      68483
2356.83/2388.01	c #Conflicts:    1722000 | #Constraints:      69483
2356.83/2388.01	c #Conflicts:    1723000 | #Constraints:      70483
2356.83/2388.01	c #Conflicts:    1724000 | #Constraints:      71483
2356.83/2388.01	c #Conflicts:    1725000 | #Constraints:      72483
2356.83/2388.01	c #Conflicts:    1726000 | #Constraints:      73483
2356.83/2388.01	c #Conflicts:    1727000 | #Constraints:      74483
2356.83/2388.01	c #Conflicts:    1728000 | #Constraints:      75483
2356.83/2388.01	c #Conflicts:    1729000 | #Constraints:      76483
2356.83/2388.01	c #Conflicts:    1730000 | #Constraints:      77483
2356.83/2388.01	c #Conflicts:    1731000 | #Constraints:      78483
2356.83/2388.01	c #Conflicts:    1732000 | #Constraints:      79483
2356.83/2388.01	c #Conflicts:    1733000 | #Constraints:      80483
2356.83/2388.01	c #Conflicts:    1734000 | #Constraints:      81483
2356.83/2388.01	c #Conflicts:    1735000 | #Constraints:      82483
2356.83/2388.01	c #Conflicts:    1736000 | #Constraints:      83483
2356.83/2388.01	c INPROCESSING
2356.83/2388.01	c GARBAGE COLLECT
2356.83/2388.01	c #Conflicts:    1737000 | #Constraints:      46543
2356.83/2388.01	c #Conflicts:    1738000 | #Constraints:      47543
2356.83/2388.01	c #Conflicts:    1739000 | #Constraints:      48543
2356.83/2388.01	c #Conflicts:    1740000 | #Constraints:      49543
2356.83/2388.01	c #Conflicts:    1741000 | #Constraints:      50543
2356.83/2388.01	c #Conflicts:    1742000 | #Constraints:      51543
2356.83/2388.01	c #Conflicts:    1743000 | #Constraints:      52543
2356.83/2388.01	c #Conflicts:    1744000 | #Constraints:      53543
2356.83/2388.01	c #Conflicts:    1745000 | #Constraints:      54543
2356.83/2388.01	c #Conflicts:    1746000 | #Constraints:      55543
2356.83/2388.01	c #Conflicts:    1747000 | #Constraints:      56543
2356.83/2388.01	c #Conflicts:    1748000 | #Constraints:      57543
2356.83/2388.01	c #Conflicts:    1749000 | #Constraints:      58543
2356.83/2388.01	c #Conflicts:    1750000 | #Constraints:      59543
2356.83/2388.01	c #Conflicts:    1751000 | #Constraints:      60543
2356.83/2388.01	c #Conflicts:    1752000 | #Constraints:      61543
2356.83/2388.01	c #Conflicts:    1753000 | #Constraints:      62543
2356.83/2388.01	c #Conflicts:    1754000 | #Constraints:      63543
2356.83/2388.01	c #Conflicts:    1755000 | #Constraints:      64543
2356.83/2388.01	c #Conflicts:    1756000 | #Constraints:      65543
2356.83/2388.01	c #Conflicts:    1757000 | #Constraints:      66543
2356.83/2388.01	c #Conflicts:    1758000 | #Constraints:      67543
2356.83/2388.01	c #Conflicts:    1759000 | #Constraints:      68543
2356.83/2388.01	c #Conflicts:    1760000 | #Constraints:      69543
2356.83/2388.01	c #Conflicts:    1761000 | #Constraints:      70543
2356.83/2388.01	c #Conflicts:    1762000 | #Constraints:      71543
2356.83/2388.01	c #Conflicts:    1763000 | #Constraints:      72543
2356.83/2388.01	c #Conflicts:    1764000 | #Constraints:      73543
2466.58/2499.16	c INPROCESSING
2466.58/2499.16	c GARBAGE COLLECT
2466.58/2499.16	c #Conflicts:    1765000 | #Constraints:      41684
2466.58/2499.16	c #Conflicts:    1766000 | #Constraints:      42684
2466.58/2499.16	c #Conflicts:    1767000 | #Constraints:      43684
2466.58/2499.16	c #Conflicts:    1768000 | #Constraints:      44684
2466.58/2499.16	c #Conflicts:    1769000 | #Constraints:      45684
2466.58/2499.16	c #Conflicts:    1770000 | #Constraints:      46684
2466.58/2499.16	c #Conflicts:    1771000 | #Constraints:      47684
2466.58/2499.16	c #Conflicts:    1772000 | #Constraints:      48684
2466.58/2499.16	c #Conflicts:    1773000 | #Constraints:      49684
2466.58/2499.16	c #Conflicts:    1774000 | #Constraints:      50684
2466.58/2499.16	c #Conflicts:    1775000 | #Constraints:      51684
2466.58/2499.16	c #Conflicts:    1776000 | #Constraints:      52684
2466.58/2499.16	c #Conflicts:    1777000 | #Constraints:      53684
2466.58/2499.16	c #Conflicts:    1778000 | #Constraints:      54684
2466.58/2499.16	c #Conflicts:    1779000 | #Constraints:      55684
2466.58/2499.16	c #Conflicts:    1780000 | #Constraints:      56684
2466.58/2499.16	c #Conflicts:    1781000 | #Constraints:      57684
2466.58/2499.16	c #Conflicts:    1782000 | #Constraints:      58684
2466.58/2499.16	c #Conflicts:    1783000 | #Constraints:      59684
2466.58/2499.16	c #Conflicts:    1784000 | #Constraints:      60684
2466.58/2499.16	c #Conflicts:    1785000 | #Constraints:      61684
2466.58/2499.16	c #Conflicts:    1786000 | #Constraints:      62684
2466.58/2499.16	c #Conflicts:    1787000 | #Constraints:      63684
2466.58/2499.16	c #Conflicts:    1788000 | #Constraints:      64684
2466.58/2499.16	c #Conflicts:    1789000 | #Constraints:      65684
2466.58/2499.16	c #Conflicts:    1790000 | #Constraints:      66684
2466.58/2499.16	c #Conflicts:    1791000 | #Constraints:      67685
2466.58/2499.16	c INPROCESSING
2466.58/2499.16	c GARBAGE COLLECT
2466.58/2499.16	c #Conflicts:    1792000 | #Constraints:      38256
2466.58/2499.16	c #Conflicts:    1793000 | #Constraints:      39256
2466.58/2499.16	c #Conflicts:    1794000 | #Constraints:      40256
2466.58/2499.16	c #Conflicts:    1795000 | #Constraints:      41256
2466.58/2499.16	c #Conflicts:    1796000 | #Constraints:      42256
2466.58/2499.16	c #Conflicts:    1797000 | #Constraints:      43256
2466.58/2499.16	c #Conflicts:    1798000 | #Constraints:      44256
2466.58/2499.16	c #Conflicts:    1799000 | #Constraints:      45256
2466.58/2499.16	c #Conflicts:    1800000 | #Constraints:      46256
2466.58/2499.16	c #Conflicts:    1801000 | #Constraints:      47256
2466.58/2499.16	c #Conflicts:    1802000 | #Constraints:      48256
2466.58/2499.16	c #Conflicts:    1803000 | #Constraints:      49256
2466.58/2499.16	c #Conflicts:    1804000 | #Constraints:      50256
2466.58/2499.16	c #Conflicts:    1805000 | #Constraints:      51256
2466.58/2499.16	c #Conflicts:    1806000 | #Constraints:      52256
2466.58/2499.16	c #Conflicts:    1807000 | #Constraints:      53256
2466.58/2499.16	c #Conflicts:    1808000 | #Constraints:      54256
2466.58/2499.16	c #Conflicts:    1809000 | #Constraints:      55256
2466.58/2499.16	c #Conflicts:    1810000 | #Constraints:      56256
2466.58/2499.16	c #Conflicts:    1811000 | #Constraints:      57256
2466.58/2499.16	c #Conflicts:    1812000 | #Constraints:      58256
2466.58/2499.16	c #Conflicts:    1813000 | #Constraints:      59256
2466.58/2499.16	c #Conflicts:    1814000 | #Constraints:      60256
2466.58/2499.16	c #Conflicts:    1815000 | #Constraints:      61256
2466.58/2499.16	c #Conflicts:    1816000 | #Constraints:      62256
2466.58/2499.16	c #Conflicts:    1817000 | #Constraints:      63256
2466.58/2499.16	c #Conflicts:    1818000 | #Constraints:      64256
2466.58/2499.16	c #Conflicts:    1819000 | #Constraints:      65256
2466.58/2499.16	c #Conflicts:    1820000 | #Constraints:      66256
2466.58/2499.16	c #Conflicts:    1821000 | #Constraints:      67256
2466.58/2499.16	c #Conflicts:    1822000 | #Constraints:      68256
2466.58/2499.16	c #Conflicts:    1823000 | #Constraints:      69256
2466.58/2499.16	c #Conflicts:    1824000 | #Constraints:      70256
2466.58/2499.16	c #Conflicts:    1825000 | #Constraints:      71256
2466.58/2499.16	c #Conflicts:    1826000 | #Constraints:      72256
2466.58/2499.16	c #Conflicts:    1827000 | #Constraints:      73256
2466.58/2499.16	c #Conflicts:    1828000 | #Constraints:      74256
2466.58/2499.16	c #Conflicts:    1829000 | #Constraints:      75256
2466.58/2499.16	c #Conflicts:    1830000 | #Constraints:      76256
2466.58/2499.16	c #Conflicts:    1831000 | #Constraints:      77256
2466.58/2499.16	c #Conflicts:    1832000 | #Constraints:      78256
2466.58/2499.16	c #Conflicts:    1833000 | #Constraints:      79256
2466.58/2499.16	c #Conflicts:    1834000 | #Constraints:      80256
2466.58/2499.16	c #Conflicts:    1835000 | #Constraints:      81256
2466.58/2499.16	c #Conflicts:    1836000 | #Constraints:      82256
2466.58/2499.16	c #Conflicts:    1837000 | #Constraints:      83256
2466.58/2499.16	c #Conflicts:    1838000 | #Constraints:      84256
2466.58/2499.16	c #Conflicts:    1839000 | #Constraints:      85256
2466.58/2499.16	c #Conflicts:    1840000 | #Constraints:      86256
2466.58/2499.16	c #Conflicts:    1841000 | #Constraints:      87256
2471.76/2504.37	c #Conflicts:    1842000 | #Constraints:      88256
2471.76/2504.37	c #Conflicts:    1843000 | #Constraints:      89256
2471.76/2504.37	c #Conflicts:    1844000 | #Constraints:      90256
2471.76/2504.37	c #Conflicts:    1845000 | #Constraints:      91256
2471.76/2504.37	c bounds - >= 544 @ 2447.8
2550.18/2584.45	c #Conflicts:    1846000 | #Constraints:      92340
2550.18/2584.45	c #Conflicts:    1847000 | #Constraints:      93340
2550.18/2584.45	c #Conflicts:    1848000 | #Constraints:      94340
2550.18/2584.45	c #Conflicts:    1849000 | #Constraints:      95340
2550.18/2584.45	c #Conflicts:    1850000 | #Constraints:      96340
2550.18/2584.45	c #Conflicts:    1851000 | #Constraints:      97340
2550.18/2584.45	c #Conflicts:    1852000 | #Constraints:      98340
2550.18/2584.45	c #Conflicts:    1853000 | #Constraints:      99340
2550.18/2584.45	c #Conflicts:    1854000 | #Constraints:     100340
2550.18/2584.45	c #Conflicts:    1855000 | #Constraints:     101340
2550.18/2584.45	c #Conflicts:    1856000 | #Constraints:     102340
2550.18/2584.45	c #Conflicts:    1857000 | #Constraints:     103340
2550.18/2584.45	c #Conflicts:    1858000 | #Constraints:     104340
2550.18/2584.45	c #Conflicts:    1859000 | #Constraints:     105340
2550.18/2584.45	c #Conflicts:    1860000 | #Constraints:     106340
2550.18/2584.45	c #Conflicts:    1861000 | #Constraints:     107340
2550.18/2584.45	c #Conflicts:    1862000 | #Constraints:     108340
2550.18/2584.45	c #Conflicts:    1863000 | #Constraints:     109340
2550.18/2584.45	c #Conflicts:    1864000 | #Constraints:     110340
2550.18/2584.45	c #Conflicts:    1865000 | #Constraints:     111340
2550.18/2584.45	c #Conflicts:    1866000 | #Constraints:     112340
2550.18/2584.45	c #Conflicts:    1867000 | #Constraints:     113340
2550.18/2584.45	c #Conflicts:    1868000 | #Constraints:     114340
2550.18/2584.45	c #Conflicts:    1869000 | #Constraints:     115340
2550.18/2584.45	c #Conflicts:    1870000 | #Constraints:     116340
2550.18/2584.45	c #Conflicts:    1871000 | #Constraints:     117340
2550.18/2584.45	c #Conflicts:    1872000 | #Constraints:     118340
2550.18/2584.45	c #Conflicts:    1873000 | #Constraints:     119340
2550.18/2584.45	c #Conflicts:    1874000 | #Constraints:     120340
2550.18/2584.45	c #Conflicts:    1875000 | #Constraints:     121340
2550.18/2584.45	c #Conflicts:    1876000 | #Constraints:     122340
2550.18/2584.45	c #Conflicts:    1877000 | #Constraints:     123340
2550.18/2584.45	c #Conflicts:    1878000 | #Constraints:     124341
2550.18/2584.45	c #Conflicts:    1879000 | #Constraints:     125341
2550.18/2584.45	c #Conflicts:    1880000 | #Constraints:     126341
2550.18/2584.45	c #Conflicts:    1881000 | #Constraints:     127341
2550.18/2584.45	c #Conflicts:    1882000 | #Constraints:     128341
2550.18/2584.45	c #Conflicts:    1883000 | #Constraints:     129341
2550.18/2584.45	c #Conflicts:    1884000 | #Constraints:     130341
2550.18/2584.45	c #Conflicts:    1885000 | #Constraints:     131341
2550.18/2584.45	c #Conflicts:    1886000 | #Constraints:     132341
2550.18/2584.45	c #Conflicts:    1887000 | #Constraints:     133341
2550.18/2584.45	c #Conflicts:    1888000 | #Constraints:     134341
2550.18/2584.45	c #Conflicts:    1889000 | #Constraints:     135341
2550.18/2584.45	c #Conflicts:    1890000 | #Constraints:     136341
2550.18/2584.45	c #Conflicts:    1891000 | #Constraints:     137341
2550.18/2584.45	c #Conflicts:    1892000 | #Constraints:     138341
2550.18/2584.45	c #Conflicts:    1893000 | #Constraints:     139341
2550.18/2584.45	c #Conflicts:    1894000 | #Constraints:     140341
2550.18/2584.45	c #Conflicts:    1895000 | #Constraints:     141341
2550.18/2584.45	c #Conflicts:    1896000 | #Constraints:     142341
2550.18/2584.45	c #Conflicts:    1897000 | #Constraints:     143341
2550.18/2584.45	c #Conflicts:    1898000 | #Constraints:     144341
2550.18/2584.45	c #Conflicts:    1899000 | #Constraints:     145341
2550.18/2584.45	c #Conflicts:    1900000 | #Constraints:     146341
2550.18/2584.45	c #Conflicts:    1901000 | #Constraints:     147341
2550.18/2584.45	c #Conflicts:    1902000 | #Constraints:     148341
2550.18/2584.45	c #Conflicts:    1903000 | #Constraints:     149341
2550.18/2584.45	WSVECS04 Frhs2[13]: 6 -697.716 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[14]: 6 0 3852.9 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[29]: 6 0 1742.69 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[30]: 6 -1021.66 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[71]: 6 -1941.14 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[72]: 6 0 1660.59 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[80]: 6 0 1591.22 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[85]: 6 -2560.98 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[89]: 6 0 1026.47 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[125]: 6 -2339.93 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[126]: 6 0 2402.6 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[135]: 6 -1196.19 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[143]: 6 -5728.33 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[157]: 6 -1831.32 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[222]: 6 -1480.07 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[223]: 6 0 164.799 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[224]: 6 -1523.52 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[246]: 6 0 5968.69 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[257]: 6 -1579.83 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[287]: 6 0 4436.64 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[288]: 6 -2366.63 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[307]: 6 0 4827.71 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[315]: 6 0 263.257 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[316]: 6 -2807.7 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[358]: 6 -3500.95 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[368]: 6 0 819.476 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[416]: 6 0 2367.03 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[451]: 6 0 1950.11 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[452]: 6 -825.932 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[485]: 6 -2052.63 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[486]: 6 0 314.07 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[487]: 6 0 569.408 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[495]: 6 -1789.97 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[496]: 6 0 1120.69 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[518]: 6 0 2367.28 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[531]: 6 0 3549.48 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[546]: 6 0 212.316 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[571]: 6 -1346.37 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[572]: 6 0 2266.13 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[620]: 6 -1002.75 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[697]: 6 0 4263.86 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[699]: 6 0 6119.75 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[700]: 6 -1538.07 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[774]: 6 -1391.27 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[795]: 6 0 255.071 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[815]: 6 0 1161.5 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[828]: 6 -1650.63 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[835]: 6 0 1260.31 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[851]: 6 0 2527.55 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[867]: 6 -853.393 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[868]: 6 0 6232.72 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[879]: 6 0 1674.76 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[889]: 6 -2396.18 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[891]: 6 0 509.511 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[937]: 6 0 479.647 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[938]: 6 -1400.38 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[947]: 6 -839.205 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[976]: 6 0 2734.9 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[999]: 6 0 1666.6 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1000]: 6 -3531.74 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1020]: 6 -1508.89 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1045]: 6 0 2415.46 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1046]: 6 -1984.73 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1080]: 6 -2606.35 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1085]: 6 0 8308.36 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1117]: 6 0 3755.87 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1131]: 6 -4178.44 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1169]: 6 0 474.987 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1170]: 6 -3464.44 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1175]: 6 0 582.153 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1211]: 6 -1187.71 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1212]: 6 0 2741.51 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1256]: 6 -1196.37 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1271]: 6 0 3527.9 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1296]: 6 -794.098 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1314]: 6 0 2032.63 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1335]: 6 0 415.717 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1336]: 6 -3156.13 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1344]: 6 -1783.79 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1352]: 6 -1228.23 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1400]: 6 -687.759 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1405]: 6 0 1717.63 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1406]: 6 -2753.18 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1407]: 6 0 1247.98 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1435]: 6 -965.728 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1457]: 6 0 488.821 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1458]: 6 -863.517 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1517]: 6 -3149.24 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1518]: 6 0 173.129 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1543]: 6 -1763.75 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1544]: 6 0 5677.46 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1565]: 6 -864.786 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1566]: 6 0 2312.78 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1612]: 6 0 662.64 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1626]: 6 0 5148.31 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1627]: 6 0 3935.24 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1628]: 6 -2055.78 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1660]: 6 0 1194.74 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1674]: 6 0 4013.15 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1679]: 6 -1812.78 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1680]: 6 0 3002.48 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1685]: 6 0 1638.03 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1697]: 6 -1548.58 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1698]: 6 0 9216.82 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1709]: 6 -3615.77 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1714]: 6 -2199.29 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1765]: 6 -1003.63 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1766]: 6 0 2450.38 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1769]: 6 0 147.427 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1797]: 6 0 4527.72 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1801]: 6 0 1721.52 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1802]: 6 -1929.25 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1845]: 6 0 4768.83 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1846]: 6 -3009.23 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1868]: 6 -2704.82 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1889]: 6 -841.718 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1890]: 6 0 8290.03 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1910]: 6 -2804.24 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1912]: 6 -2021.03 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1915]: 6 -1216.69 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1927]: 6 -960.64 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1928]: 6 0 1429.9 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1933]: 6 0 331.271 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1934]: 6 -1500.76 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1949]: 6 0 4200.2 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1967]: 6 -2617.68 0 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1968]: 6 0 2695.65 shouldn't be
2550.18/2584.45	WSVECS04 Frhs2[1986]: 6 0 3993.83 shouldn't be
2550.68/2584.98	WSVECS04 Frhs2[1677]: 6 -2350.07 0 shouldn't be
2550.68/2584.98	WSVECS04 Frhs2[1694]: 6 -1575.95 0 shouldn't be
2551.17/2585.48	WSVECS04 Frhs2[308]: 6 -1499.81 0 shouldn't be
2551.17/2585.48	WSVECS04 Frhs2[417]: 6 -885.012 0 shouldn't be
2551.17/2585.48	WSVECS04 Frhs2[545]: 6 -2935.61 0 shouldn't be
2551.17/2585.48	WSVECS04 Frhs2[786]: 6 -968.285 0 shouldn't be
2551.17/2585.48	WSVECS04 Frhs2[796]: 6 -2294.5 0 shouldn't be
2551.17/2585.48	WSVECS04 Frhs2[927]: 6 -3011.34 0 shouldn't be
2551.17/2585.48	WSVECS04 Frhs2[987]: 6 -2029.35 0 shouldn't be
2551.17/2585.48	WSVECS04 Frhs2[1091]: 6 -4274.09 0 shouldn't be
2551.17/2585.48	WSVECS04 Frhs2[1176]: 6 -3382.63 0 shouldn't be
2551.17/2585.48	WSVECS04 Frhs2[1427]: 6 0 52.446 shouldn't be
2551.17/2585.48	WSVECS04 Frhs2[1485]: 6 -1800.33 0 shouldn't be
2551.17/2585.48	WSVECS04 Frhs2[1558]: 6 -3757.32 0 shouldn't be
2551.17/2585.48	WSVECS04 Frhs2[1625]: 6 -1322.9 0 shouldn't be
2551.17/2585.48	WSVECS04 Frhs2[1992]: 6 -2960.46 0 shouldn't be
2551.58/2585.86	WSVECS04 Frhs2[367]: 6 -1158.86 0 shouldn't be
2551.58/2585.86	WSVECS04 Frhs2[975]: 6 -1781.8 0 shouldn't be
2551.58/2585.86	WSVECS04 Frhs2[1313]: 6 -1842.35 0 shouldn't be
2551.58/2585.86	WSVECS04 Frhs2[1408]: 6 -2444.89 0 shouldn't be
2551.58/2585.86	WSVECS04 Frhs2[1909]: 6 0 368.489 shouldn't be
2551.98/2586.28	WSVECS04 Frhs2[79]: 6 -2802.45 0 shouldn't be
2551.98/2586.28	WSVECS04 Frhs2[266]: 6 -2985.71 0 shouldn't be
2551.98/2586.28	WSVECS04 Frhs2[698]: 6 -1491.7 0 shouldn't be
2551.98/2586.28	WSVECS04 Frhs2[741]: 6 -1292.13 0 shouldn't be
2551.98/2586.28	WSVECS04 Frhs2[785]: 6 0 1742.85 shouldn't be
2551.98/2586.28	WSVECS04 Frhs2[1278]: 6 -618.886 0 shouldn't be
2551.98/2586.28	WSVECS04 Frhs2[1844]: 6 -1517.33 0 shouldn't be
2553.08/2587.33	WSVECS04 Frhs2[880]: 6 -854.548 0 shouldn't be
2553.08/2587.33	WSVECS04 Frhs2[948]: 6 0 1811.44 shouldn't be
2553.08/2587.33	WSVECS04 Frhs2[1061]: 6 0 382.735 shouldn't be
2553.08/2587.33	WSVECS04 Frhs2[1165]: 6 0 4425.91 shouldn't be
2553.08/2587.33	WSVECS04 Frhs2[1255]: 6 0 3597.33 shouldn't be
2553.08/2587.33	WSVECS04 Frhs2[1277]: 6 0 7338.64 shouldn't be
2553.08/2587.33	WSVECS04 Frhs2[1420]: 6 -5346.77 0 shouldn't be
2553.08/2587.33	WSVECS04 Frhs2[1678]: 6 0 1607.19 shouldn't be
2554.07/2588.30	WSVECS04 Frhs2[136]: 6 0 636.133 shouldn't be
2554.07/2588.30	WSVECS04 Frhs2[1399]: 6 0 4628.02 shouldn't be
2554.07/2588.30	WSVECS04 Frhs2[1867]: 6 0 547.552 shouldn't be
2576.17/2611.39	c #Conflicts:    1904000 | #Constraints:     150342
2576.17/2611.39	c #Conflicts:    1905000 | #Constraints:     151342
2576.17/2611.39	c #Conflicts:    1906000 | #Constraints:     152342
2576.17/2611.39	c #Conflicts:    1907000 | #Constraints:     153342
2576.17/2611.39	c #Conflicts:    1908000 | #Constraints:     154342
2576.17/2611.39	c #Conflicts:    1909000 | #Constraints:     155342
2576.17/2611.39	c #Conflicts:    1910000 | #Constraints:     156342
2576.17/2611.39	c INPROCESSING
2576.17/2611.39	c GARBAGE COLLECT
2576.17/2611.39	c #Conflicts:    1911000 | #Constraints:      83081
2576.17/2611.39	c #Conflicts:    1912000 | #Constraints:      84081
2576.17/2611.39	c #Conflicts:    1913000 | #Constraints:      85081
2576.17/2611.39	c #Conflicts:    1914000 | #Constraints:      86081
2576.17/2611.39	c #Conflicts:    1915000 | #Constraints:      87081
2576.17/2611.39	c #Conflicts:    1916000 | #Constraints:      88081
2576.17/2611.39	c #Conflicts:    1917000 | #Constraints:      89081
2576.17/2611.39	c #Conflicts:    1918000 | #Constraints:      90081
2576.17/2611.39	WSVECS04 Frhs2[5]: 6 0 210.648 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[6]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[39]: 6 0 160.017 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[40]: 6 -319.034 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[42]: 6 0 1.00004 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[43]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[44]: 6 0 764.159 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[52]: 6 0 313.106 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[68]: 6 0 65.3806 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[109]: 6 0 268.403 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[110]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[129]: 6 0 530.522 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[206]: 6 -478.051 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[208]: 6 -165.249 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[235]: 6 0 299.245 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[237]: 6 0 148.677 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[313]: 6 0 132.848 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[314]: 6 -126.438 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[319]: 6 -319.034 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[341]: 6 -229.764 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[349]: 6 0 325.842 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[356]: 6 -163.632 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[363]: 6 0 1.0001 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[375]: 6 0 479.051 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[376]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[388]: 6 0 1.00006 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[390]: 6 0 699.669 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[444]: 6 -1.00007 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[445]: 6 0 213.851 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[467]: 6 0 850.877 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[482]: 6 0 1.00007 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[487]: 6 -1.00009 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[508]: 6 0 583.079 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[525]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[526]: 6 0 717.902 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[560]: 6 0 214.571 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[580]: 6 0 301.959 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[595]: 6 -478.051 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[596]: 6 0 472.413 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[603]: 6 -516.165 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[613]: 6 0 319.034 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[623]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[639]: 6 0 1295.81 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[640]: 6 -319.034 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[647]: 6 -319.034 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[657]: 6 -319.034 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[658]: 6 0 14.6552 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[663]: 6 0 160.017 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[672]: 6 0 248.749 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[673]: 6 0 1.00008 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[683]: 6 -319.034 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[744]: 6 0 160.017 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[745]: 6 0 411.937 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[746]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[782]: 6 -319.034 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[790]: 6 0 159.017 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[813]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[820]: 6 -1.00004 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[829]: 6 -89.5427 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[830]: 6 0 160.017 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[832]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[833]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[834]: 6 0 193.948 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[859]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[901]: 6 0 542.673 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[902]: 6 -319.034 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[903]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[917]: 6 0 160.017 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[918]: 6 -319.034 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[931]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[932]: 6 0 1.00002 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[940]: 6 0 161.017 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[959]: 6 0 69.4393 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[966]: 6 0 227.154 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[998]: 6 0 160.017 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1027]: 6 0 449.494 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1059]: 6 0 398.116 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1127]: 6 -834.888 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1174]: 6 0 95.147 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1177]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1178]: 6 0 159.017 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1193]: 6 0 577.118 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1231]: 6 0 52.3396 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1232]: 6 -319.034 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1261]: 6 0 70.169 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1262]: 6 -300.123 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1275]: 6 -1.00008 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1289]: 6 0 262.582 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1297]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1298]: 6 0 197.761 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1302]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1315]: 6 0 45.5215 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1327]: 6 -319.034 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1334]: 6 0 1.00003 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1349]: 6 0 160.017 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1350]: 6 -478.051 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1365]: 6 -1.00008 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1415]: 6 0 1.00002 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1419]: 6 0 319.034 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1420]: 6 0 1.0001 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1441]: 6 0 206.235 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1450]: 6 0 155.111 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1462]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1470]: 6 0 28.2665 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1473]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1477]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1478]: 6 0 69.172 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1489]: 6 0 366.912 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1490]: 6 -319.034 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1491]: 6 0 160.017 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1576]: 6 0 1.00008 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1578]: 6 -319.034 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1587]: 6 0 160.017 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1588]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1599]: 6 0 502.821 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1600]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1638]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1640]: 6 0 301.433 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1658]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1666]: 6 0 49.5769 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1669]: 6 0 16.7627 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1701]: 6 0 425.42 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1702]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1705]: 6 0 98.1838 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1708]: 6 0 35.0179 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1724]: 6 0 466.693 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1727]: 6 0 1.00001 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1729]: 6 0 802.1 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1730]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1749]: 6 0 167.416 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1751]: 6 0 170.777 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1752]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1753]: 6 0 160.017 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1770]: 6 0 413.086 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1792]: 6 -1.00007 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1809]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1810]: 6 0 568.562 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1815]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1816]: 6 0 160.017 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1866]: 6 0 178.233 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1896]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1897]: 6 0 89.5174 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1898]: 6 -207.868 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1908]: 6 0 621.937 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1918]: 6 -319.034 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1942]: 6 -160.017 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1944]: 6 -319.034 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1952]: 6 -319.034 0 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1962]: 6 0 534.108 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[1998]: 6 0 711.167 shouldn't be
2576.17/2611.39	WSVECS04 Frhs2[2000]: 6 0 171.228 shouldn't be
2576.77/2611.96	WSVECS04 Frhs2[624]: 6 0 402.899 shouldn't be
2577.26/2612.45	WSVECS04 Frhs2[51]: 6 -319.034 0 shouldn't be
2577.26/2612.45	WSVECS04 Frhs2[104]: 6 -160.017 0 shouldn't be
2577.26/2612.45	WSVECS04 Frhs2[154]: 6 -319.034 0 shouldn't be
2577.26/2612.45	WSVECS04 Frhs2[184]: 6 0 1.00006 shouldn't be
2577.26/2612.45	WSVECS04 Frhs2[213]: 6 -160.017 0 shouldn't be
2577.26/2612.45	WSVECS04 Frhs2[238]: 6 -169.917 0 shouldn't be
2577.26/2612.45	WSVECS04 Frhs2[492]: 6 -160.017 0 shouldn't be
2577.26/2612.45	WSVECS04 Frhs2[897]: 6 -160.017 0 shouldn't be
2577.26/2612.45	WSVECS04 Frhs2[965]: 6 -319.034 0 shouldn't be
2577.26/2612.45	WSVECS04 Frhs2[997]: 6 -160.017 0 shouldn't be
2577.26/2612.45	WSVECS04 Frhs2[1007]: 6 -187.776 0 shouldn't be
2577.67/2612.84	WSVECS04 Frhs2[419]: 6 -27.0061 0 shouldn't be
2577.67/2612.84	WSVECS04 Frhs2[577]: 6 -160.017 0 shouldn't be
2577.67/2612.84	WSVECS04 Frhs2[614]: 6 -387.657 0 shouldn't be
2577.67/2612.84	WSVECS04 Frhs2[1075]: 6 -319.034 0 shouldn't be
2577.67/2612.84	WSVECS04 Frhs2[1152]: 6 -1.00003 0 shouldn't be
2577.67/2612.84	WSVECS04 Frhs2[1191]: 6 -319.034 0 shouldn't be
2577.67/2612.84	WSVECS04 Frhs2[1333]: 6 -319.034 0 shouldn't be
2577.67/2612.84	WSVECS04 Frhs2[1812]: 6 -1.0001 0 shouldn't be
2578.06/2613.24	WSVECS04 Frhs2[41]: 6 -277.24 0 shouldn't be
2578.06/2613.24	WSVECS04 Frhs2[163]: 6 0 319.034 shouldn't be
2578.06/2613.24	WSVECS04 Frhs2[214]: 6 0 44.0406 shouldn't be
2578.06/2613.24	WSVECS04 Frhs2[355]: 6 0 266.403 shouldn't be
2578.06/2613.24	WSVECS04 Frhs2[664]: 6 -27.0061 0 shouldn't be
2578.06/2613.24	WSVECS04 Frhs2[761]: 6 -160.017 0 shouldn't be
2578.06/2613.24	WSVECS04 Frhs2[1670]: 6 -160.017 0 shouldn't be
2578.87/2614.10	WSVECS04 Frhs2[747]: 6 0 160.017 shouldn't be
2578.87/2614.10	WSVECS04 Frhs2[1028]: 6 -160.017 0 shouldn't be
2578.87/2614.10	WSVECS04 Frhs2[1159]: 6 -319.034 0 shouldn't be
2579.76/2614.90	WSVECS04 Frhs2[207]: 6 0 785.504 shouldn't be
2579.76/2614.90	WSVECS04 Frhs2[468]: 6 -319.034 0 shouldn't be
2579.76/2614.90	WSVECS04 Frhs2[728]: 6 0 102.605 shouldn't be
2580.55/2615.75	WSVECS04 Frhs2[130]: 6 -160.017 0 shouldn't be
2580.55/2615.75	WSVECS04 Frhs2[192]: 6 -319.034 0 shouldn't be
2580.55/2615.75	WSVECS04 Frhs2[995]: 6 -277.24 0 shouldn't be
2580.55/2615.75	WSVECS04 Frhs2[1054]: 6 -214.428 0 shouldn't be
2580.55/2615.75	WSVECS04 Frhs2[1301]: 6 0 299.283 shouldn't be
2580.55/2615.75	WSVECS04 Frhs2[1707]: 6 -63.3903 0 shouldn't be
2580.55/2615.75	WSVECS04 Frhs2[1734]: 6 -160.017 0 shouldn't be
2580.55/2615.75	WSVECS04 Frhs2[1741]: 6 -555.378 0 shouldn't be
2580.55/2615.75	WSVECS04 Frhs2[1750]: 6 -204.057 0 shouldn't be
2580.55/2615.75	WSVECS04 Frhs2[1937]: 6 -160.017 0 shouldn't be
2580.55/2615.75	WSVECS04 Frhs2[1951]: 6 0 34.0461 shouldn't be
2580.55/2615.75	WSVECS04 Frhs2[1997]: 6 -160.017 0 shouldn't be
2581.35/2616.53	WSVECS04 Frhs2[373]: 6 -319.034 0 shouldn't be
2581.35/2616.53	WSVECS04 Frhs2[1449]: 6 -160.017 0 shouldn't be
2581.95/2617.18	WSVECS04 Frhs2[56]: 6 -478.051 0 shouldn't be
2581.95/2617.18	WSVECS04 Frhs2[1053]: 6 0 79.5132 shouldn't be
2581.95/2617.18	WSVECS04 Frhs2[1938]: 6 0 183.889 shouldn't be
2582.75/2617.91	WSVECS04 Frhs2[1364]: 6 -637.068 0 shouldn't be
2585.15/2620.36	WSVECS04 Frhs2[960]: 6 -319.034 0 shouldn't be
2585.95/2621.14	WSVECS04 Frhs2[898]: 6 0 354.504 shouldn't be
2586.85/2622.03	WSVECS04 Frhs2[740]: 6 -1.00009 0 shouldn't be
2589.94/2625.13	WSVECS04 Frhs2[207]: 6 0 785.504 shouldn't be
2589.94/2625.13	WSVECS04 Frhs2[349]: 6 0 325.842 shouldn't be
2589.94/2625.13	WSVECS04 Frhs2[390]: 6 0 699.669 shouldn't be
2589.94/2625.13	WSVECS04 Frhs2[508]: 6 0 583.079 shouldn't be
2589.94/2625.13	WSVECS04 Frhs2[603]: 6 -516.165 0 shouldn't be
2589.94/2625.13	WSVECS04 Frhs2[658]: 6 0 14.6551 shouldn't be
2589.94/2625.13	WSVECS04 Frhs2[1059]: 6 0 398.116 shouldn't be
2589.94/2625.13	WSVECS04 Frhs2[1478]: 6 0 69.1719 shouldn't be
2589.94/2625.13	WSVECS04 Frhs2[1816]: 6 0 160.017 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[5]: 6 0 210.648 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[6]: 6 -160.017 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[41]: 6 -277.24 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[44]: 6 0 764.159 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[51]: 6 -319.034 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[68]: 6 0 65.3805 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[109]: 6 0 268.403 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[129]: 6 0 530.522 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[154]: 6 -319.034 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[163]: 6 0 319.034 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[184]: 6 0 1 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[208]: 6 -165.249 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[235]: 6 0 299.244 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[237]: 6 0 148.677 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[313]: 6 0 132.848 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[314]: 6 -126.438 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[319]: 6 -319.034 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[356]: 6 -163.632 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[375]: 6 0 479.051 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[376]: 6 -160.017 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[388]: 6 0 1 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[445]: 6 0 213.851 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[467]: 6 0 850.877 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[482]: 6 0 1 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[487]: 6 -1 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[525]: 6 -160.017 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[560]: 6 0 214.571 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[596]: 6 0 472.413 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[613]: 6 0 319.034 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[623]: 6 -160.017 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[624]: 6 0 402.899 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[657]: 6 -319.034 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[663]: 6 0 160.017 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[673]: 6 0 1 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[746]: 6 -160.017 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[747]: 6 0 160.017 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[790]: 6 0 159.017 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[820]: 6 -1 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[830]: 6 0 160.017 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[833]: 6 -160.017 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[834]: 6 0 193.948 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[859]: 6 -160.017 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[917]: 6 0 160.017 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[931]: 6 -160.017 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[966]: 6 0 227.154 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[998]: 6 0 160.017 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1027]: 6 0 449.494 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1177]: 6 -160.017 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1178]: 6 0 159.017 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1193]: 6 0 577.118 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1261]: 6 0 70.1689 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1262]: 6 -300.123 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1289]: 6 0 262.582 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1297]: 6 -160.017 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1298]: 6 0 197.761 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1301]: 6 0 299.283 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1302]: 6 -160.017 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1315]: 6 0 45.5214 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1365]: 6 -1 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1415]: 6 0 1 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1419]: 6 0 319.034 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1420]: 6 0 1 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1441]: 6 0 206.235 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1450]: 6 0 155.111 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1462]: 6 -160.017 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1470]: 6 0 28.2664 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1473]: 6 -160.017 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1477]: 6 -160.017 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1489]: 6 0 366.912 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1491]: 6 0 160.017 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1576]: 6 0 1 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1587]: 6 0 160.017 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1588]: 6 -160.017 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1640]: 6 0 301.433 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1658]: 6 -160.017 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1669]: 6 0 16.7626 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1702]: 6 -160.017 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1705]: 6 0 98.1838 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1708]: 6 0 35.0179 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1724]: 6 0 466.693 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1730]: 6 -160.017 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1749]: 6 0 167.416 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1751]: 6 0 170.777 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1752]: 6 -160.017 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1753]: 6 0 160.017 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1770]: 6 0 413.086 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1792]: 6 -1 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1809]: 6 -160.017 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1810]: 6 0 568.562 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1866]: 6 0 178.233 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1897]: 6 0 89.5173 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1898]: 6 -207.868 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[1997]: 6 -160.017 0 shouldn't be
2590.63/2625.82	WSVECS04 Frhs2[2000]: 6 0 171.228 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[104]: 6 -160.017 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[110]: 6 -160.017 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[130]: 6 -160.017 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[206]: 6 -478.051 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[238]: 6 -169.917 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[341]: 6 -229.764 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[363]: 6 0 1 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[373]: 6 -319.034 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[419]: 6 -27.006 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[492]: 6 -160.017 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[595]: 6 -478.051 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[640]: 6 -319.034 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[647]: 6 -319.034 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[672]: 6 0 248.749 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[813]: 6 -160.017 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[829]: 6 -89.5426 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[832]: 6 -160.017 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[901]: 6 0 542.673 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[902]: 6 -319.034 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[903]: 6 -160.017 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[997]: 6 -160.017 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[1007]: 6 -187.776 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[1054]: 6 -214.428 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[1075]: 6 -319.034 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[1232]: 6 -319.034 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[1334]: 6 0 1 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[1350]: 6 -478.051 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[1364]: 6 -637.068 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[1599]: 6 0 502.821 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[1600]: 6 -160.017 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[1701]: 6 0 425.42 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[1727]: 6 0 1 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[1741]: 6 -555.378 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[1750]: 6 -204.057 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[1896]: 6 -160.017 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[1944]: 6 -319.034 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[1951]: 6 0 34.046 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[1952]: 6 -319.034 0 shouldn't be
2591.43/2626.63	WSVECS04 Frhs2[1962]: 6 0 534.108 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[42]: 6 0 1 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[213]: 6 -160.017 0 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[444]: 6 -1 0 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[468]: 6 -319.034 0 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[614]: 6 -387.657 0 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[683]: 6 -319.034 0 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[782]: 6 -319.034 0 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[897]: 6 -160.017 0 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[918]: 6 -319.034 0 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[932]: 6 0 1 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[960]: 6 -319.034 0 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[965]: 6 -319.034 0 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[1159]: 6 -319.034 0 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[1191]: 6 -319.034 0 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[1333]: 6 -319.034 0 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[1490]: 6 -319.034 0 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[1578]: 6 -319.034 0 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[1670]: 6 -160.017 0 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[1734]: 6 -160.017 0 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[1815]: 6 -160.017 0 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[1918]: 6 -319.034 0 shouldn't be
2592.12/2627.32	WSVECS04 Frhs2[1998]: 6 0 711.166 shouldn't be
2687.28/2724.79	c #Conflicts:    1919000 | #Constraints:      91081
2687.28/2724.79	c #Conflicts:    1920000 | #Constraints:      92081
2687.28/2724.79	c #Conflicts:    1921000 | #Constraints:      93081
2687.28/2724.79	c #Conflicts:    1922000 | #Constraints:      94081
2687.28/2724.79	c #Conflicts:    1923000 | #Constraints:      95081
2687.28/2724.79	c #Conflicts:    1924000 | #Constraints:      96081
2687.28/2724.79	c #Conflicts:    1925000 | #Constraints:      97081
2687.28/2724.79	c #Conflicts:    1926000 | #Constraints:      98081
2687.28/2724.79	c #Conflicts:    1927000 | #Constraints:      99081
2687.28/2724.79	c #Conflicts:    1928000 | #Constraints:     100081
2687.28/2724.79	c #Conflicts:    1929000 | #Constraints:     101081
2687.28/2724.79	c #Conflicts:    1930000 | #Constraints:     102081
2687.28/2724.79	c #Conflicts:    1931000 | #Constraints:     103081
2687.28/2724.79	c #Conflicts:    1932000 | #Constraints:     104081
2687.28/2724.79	c #Conflicts:    1933000 | #Constraints:     105081
2687.28/2724.79	c #Conflicts:    1934000 | #Constraints:     106081
2687.28/2724.79	c #Conflicts:    1935000 | #Constraints:     107081
2687.28/2724.79	c #Conflicts:    1936000 | #Constraints:     108081
2687.28/2724.79	c #Conflicts:    1937000 | #Constraints:     109081
2687.28/2724.79	c #Conflicts:    1938000 | #Constraints:     110081
2687.28/2724.79	c #Conflicts:    1939000 | #Constraints:     111081
2687.28/2724.79	c INPROCESSING
2687.28/2724.79	c GARBAGE COLLECT
2687.28/2724.79	c #Conflicts:    1940000 | #Constraints:      60390
2687.28/2724.79	c #Conflicts:    1941000 | #Constraints:      61390
2687.28/2724.79	c #Conflicts:    1942000 | #Constraints:      62390
2687.28/2724.79	c #Conflicts:    1943000 | #Constraints:      63390
2687.28/2724.79	c #Conflicts:    1944000 | #Constraints:      64390
2687.28/2724.79	c #Conflicts:    1945000 | #Constraints:      65390
2687.28/2724.79	c #Conflicts:    1946000 | #Constraints:      66390
2687.28/2724.79	c #Conflicts:    1947000 | #Constraints:      67390
2687.28/2724.79	c #Conflicts:    1948000 | #Constraints:      68390
2687.28/2724.79	c #Conflicts:    1949000 | #Constraints:      69390
2687.28/2724.79	c #Conflicts:    1950000 | #Constraints:      70390
2687.28/2724.79	c #Conflicts:    1951000 | #Constraints:      71390
2687.28/2724.79	c #Conflicts:    1952000 | #Constraints:      72390
2687.28/2724.79	c #Conflicts:    1953000 | #Constraints:      73390
2687.28/2724.79	c #Conflicts:    1954000 | #Constraints:      74390
2687.28/2724.79	c #Conflicts:    1955000 | #Constraints:      75390
2687.28/2724.79	c #Conflicts:    1956000 | #Constraints:      76390
2687.28/2724.79	c #Conflicts:    1957000 | #Constraints:      77390
2687.28/2724.79	c #Conflicts:    1958000 | #Constraints:      78390
2687.28/2724.79	c #Conflicts:    1959000 | #Constraints:      79390
2687.28/2724.79	c #Conflicts:    1960000 | #Constraints:      80390
2687.28/2724.79	c #Conflicts:    1961000 | #Constraints:      81390
2687.28/2724.79	c #Conflicts:    1962000 | #Constraints:      82390
2687.28/2724.79	c #Conflicts:    1963000 | #Constraints:      83390
2687.28/2724.79	c #Conflicts:    1964000 | #Constraints:      84390
2687.28/2724.79	c #Conflicts:    1965000 | #Constraints:      85390
2687.28/2724.79	c #Conflicts:    1966000 | #Constraints:      86391
2687.28/2724.79	c #Conflicts:    1967000 | #Constraints:      87391
2687.28/2724.79	c #Conflicts:    1968000 | #Constraints:      88391
2687.28/2724.79	c INPROCESSING
2687.28/2724.79	c GARBAGE COLLECT
2687.28/2724.79	c #Conflicts:    1969000 | #Constraints:      48294
2687.28/2724.79	c #Conflicts:    1970000 | #Constraints:      49294
2687.28/2724.79	c #Conflicts:    1971000 | #Constraints:      50294
2687.28/2724.79	c #Conflicts:    1972000 | #Constraints:      51294
2687.28/2724.79	c #Conflicts:    1973000 | #Constraints:      52294
2687.28/2724.79	c #Conflicts:    1974000 | #Constraints:      53294
2687.28/2724.79	c #Conflicts:    1975000 | #Constraints:      54294
2687.28/2724.79	c #Conflicts:    1976000 | #Constraints:      55294
2687.28/2724.79	c #Conflicts:    1977000 | #Constraints:      56294
2687.28/2724.79	c #Conflicts:    1978000 | #Constraints:      57294
2687.28/2724.79	c #Conflicts:    1979000 | #Constraints:      58294
2687.28/2724.79	c #Conflicts:    1980000 | #Constraints:      59294
2687.28/2724.79	c #Conflicts:    1981000 | #Constraints:      60294
2687.28/2724.79	c #Conflicts:    1982000 | #Constraints:      61294
2687.28/2724.79	c #Conflicts:    1983000 | #Constraints:      62294
2687.28/2724.79	c #Conflicts:    1984000 | #Constraints:      63294
2687.28/2724.79	c #Conflicts:    1985000 | #Constraints:      64294
2687.28/2724.79	c #Conflicts:    1986000 | #Constraints:      65294
2687.28/2724.79	c #Conflicts:    1987000 | #Constraints:      66294
2687.28/2724.79	c #Conflicts:    1988000 | #Constraints:      67294
2687.28/2724.79	c #Conflicts:    1989000 | #Constraints:      68294
2687.28/2724.79	c #Conflicts:    1990000 | #Constraints:      69294
2687.28/2724.79	c #Conflicts:    1991000 | #Constraints:      70294
2687.28/2724.79	c #Conflicts:    1992000 | #Constraints:      71294
2687.28/2724.79	c #Conflicts:    1993000 | #Constraints:      72294
2687.28/2724.79	c #Conflicts:    1994000 | #Constraints:      73294
2687.28/2724.79	c #Conflicts:    1995000 | #Constraints:      74294
2687.28/2724.79	c #Conflicts:    1996000 | #Constraints:      75294
2748.62/2786.26	c #Conflicts:    1997000 | #Constraints:      76294
2748.62/2786.26	c #Conflicts:    1998000 | #Constraints:      77294
2748.62/2786.26	c INPROCESSING
2748.62/2786.26	c GARBAGE COLLECT
2748.62/2786.26	c rational objective 666
2786.65/2824.63	c #Conflicts:    1999000 | #Constraints:      43450
2786.65/2824.63	c #Conflicts:    2000000 | #Constraints:      44450
2786.65/2824.63	c #Conflicts:    2001000 | #Constraints:      45450
2786.65/2824.63	c #Conflicts:    2002000 | #Constraints:      46450
2786.65/2824.63	c #Conflicts:    2003000 | #Constraints:      47450
2786.65/2824.63	c #Conflicts:    2004000 | #Constraints:      48450
2786.65/2824.63	c #Conflicts:    2005000 | #Constraints:      49450
2786.65/2824.63	c #Conflicts:    2006000 | #Constraints:      50450
2786.65/2824.63	c #Conflicts:    2007000 | #Constraints:      51450
2786.65/2824.63	c #Conflicts:    2008000 | #Constraints:      52450
2786.65/2824.63	c #Conflicts:    2009000 | #Constraints:      53450
2786.65/2824.63	c #Conflicts:    2010000 | #Constraints:      54450
2786.65/2824.63	c #Conflicts:    2011000 | #Constraints:      55450
2786.65/2824.63	c #Conflicts:    2012000 | #Constraints:      56450
2786.65/2824.63	c #Conflicts:    2013000 | #Constraints:      57450
2786.65/2824.63	c #Conflicts:    2014000 | #Constraints:      58450
2786.65/2824.63	c #Conflicts:    2015000 | #Constraints:      59450
2786.65/2824.63	c #Conflicts:    2016000 | #Constraints:      60450
2786.65/2824.63	c #Conflicts:    2017000 | #Constraints:      61450
2786.65/2824.63	c #Conflicts:    2018000 | #Constraints:      62450
2786.65/2824.63	c #Conflicts:    2019000 | #Constraints:      63450
2786.65/2824.63	c #Conflicts:    2020000 | #Constraints:      64450
2786.65/2824.63	c #Conflicts:    2021000 | #Constraints:      65450
2786.65/2824.63	c #Conflicts:    2022000 | #Constraints:      66450
2786.65/2824.63	c #Conflicts:    2023000 | #Constraints:      67450
2786.65/2824.63	c #Conflicts:    2024000 | #Constraints:      68451
2786.65/2824.63	c #Conflicts:    2025000 | #Constraints:      69451
2786.65/2824.63	c #Conflicts:    2026000 | #Constraints:      70451
2786.65/2824.63	c #Conflicts:    2027000 | #Constraints:      71451
2786.65/2824.63	c #Conflicts:    2028000 | #Constraints:      72451
2786.65/2824.63	c INPROCESSING
2786.65/2824.63	c GARBAGE COLLECT
2786.65/2824.63	c #Conflicts:    2029000 | #Constraints:      41121
2786.65/2824.63	c #Conflicts:    2030000 | #Constraints:      42121
2786.65/2824.63	c #Conflicts:    2031000 | #Constraints:      43121
2786.65/2824.63	c #Conflicts:    2032000 | #Constraints:      44121
2786.65/2824.63	c #Conflicts:    2033000 | #Constraints:      45121
2786.65/2824.63	c #Conflicts:    2034000 | #Constraints:      46121
2786.65/2824.63	c #Conflicts:    2035000 | #Constraints:      47121
2786.65/2824.63	c #Conflicts:    2036000 | #Constraints:      48121
2786.65/2824.63	c #Conflicts:    2037000 | #Constraints:      49121
2786.65/2824.63	c #Conflicts:    2038000 | #Constraints:      50121
2786.65/2824.63	c #Conflicts:    2039000 | #Constraints:      51121
2786.65/2824.63	c #Conflicts:    2040000 | #Constraints:      52121
2786.65/2824.63	c #Conflicts:    2041000 | #Constraints:      53121
2786.65/2824.63	c #Conflicts:    2042000 | #Constraints:      54121
2786.65/2824.63	c #Conflicts:    2043000 | #Constraints:      55121
2786.65/2824.63	c #Conflicts:    2044000 | #Constraints:      56121
2786.65/2824.63	c #Conflicts:    2045000 | #Constraints:      57121
2786.65/2824.63	c #Conflicts:    2046000 | #Constraints:      58121
2786.65/2824.63	WSVECS04 Frhs2[71]: 6 -1367.83 0 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[98]: 6 -1898.08 0 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[126]: 6 0 878.057 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[170]: 6 0 728.583 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[177]: 6 -2222.89 0 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[225]: 6 -440.374 0 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[226]: 6 0 3617.81 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[310]: 6 0 3102.73 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[431]: 6 0 953.888 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[469]: 6 0 580.546 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[474]: 6 -3280.21 0 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[527]: 6 -431.389 0 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[559]: 6 0 1351.74 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[602]: 6 0 1718.39 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[719]: 6 0 67.992 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[745]: 6 0 3652.21 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[780]: 6 0 243.278 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[874]: 6 0 142.088 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[929]: 6 0 583.904 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[993]: 6 0 996.826 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1004]: 6 0 22.2598 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1044]: 6 0 2003.33 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1048]: 6 0 8597.9 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1054]: 6 0 3529.06 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1099]: 6 0 292.921 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1126]: 6 0 4212.7 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1149]: 6 0 108.021 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1171]: 6 -1768.07 0 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1277]: 6 0 811.343 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1328]: 6 -2599.89 0 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1349]: 6 -2021.9 0 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1350]: 6 0 2153.66 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1409]: 6 0 19.7864 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1488]: 6 0 3928.74 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1494]: 6 -375.337 0 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1547]: 6 0 4986.6 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1570]: 6 -2028.93 0 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1590]: 6 0 2765.72 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1592]: 6 0 3122.48 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1630]: 6 -3039.19 0 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1678]: 6 0 5834.75 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1688]: 6 0 145.683 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1730]: 6 0 5621.15 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1747]: 6 0 300.792 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1770]: 6 0 5113.79 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1789]: 6 0 2410.1 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1818]: 6 0 2350.15 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1824]: 6 0 1339.13 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1833]: 6 0 2388.33 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1866]: 6 0 3124.54 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1873]: 6 0 1502.65 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1898]: 6 0 1623.8 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1907]: 6 0 2689.28 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1912]: 6 0 3997.9 shouldn't be
2786.65/2824.63	WSVECS04 Frhs2[1951]: 6 0 3520.21 shouldn't be
2787.16/2825.18	WSVECS04 Frhs2[91]: 6 -663.131 0 shouldn't be
2787.16/2825.18	WSVECS04 Frhs2[201]: 6 0 2608.23 shouldn't be
2787.16/2825.18	WSVECS04 Frhs2[213]: 6 -754.466 0 shouldn't be
2787.16/2825.18	WSVECS04 Frhs2[382]: 6 -480.489 0 shouldn't be
2787.16/2825.18	WSVECS04 Frhs2[532]: 6 0 667.779 shouldn't be
2787.16/2825.18	WSVECS04 Frhs2[593]: 6 -1454.68 0 shouldn't be
2787.16/2825.18	WSVECS04 Frhs2[594]: 6 0 453.08 shouldn't be
2787.16/2825.18	WSVECS04 Frhs2[678]: 6 -1246.63 0 shouldn't be
2787.16/2825.18	WSVECS04 Frhs2[717]: 6 -776.417 0 shouldn't be
2787.16/2825.18	WSVECS04 Frhs2[744]: 6 -737.842 0 shouldn't be
2787.16/2825.18	WSVECS04 Frhs2[851]: 6 0 2606.68 shouldn't be
2787.16/2825.18	WSVECS04 Frhs2[853]: 6 0 1145.25 shouldn't be
2787.16/2825.18	WSVECS04 Frhs2[866]: 6 0 4144.88 shouldn't be
2787.16/2825.18	WSVECS04 Frhs2[915]: 6 -1212.38 0 shouldn't be
2787.16/2825.18	WSVECS04 Frhs2[988]: 6 -1119.76 0 shouldn't be
2787.16/2825.18	WSVECS04 Frhs2[1047]: 6 -1186.11 0 shouldn't be
2787.16/2825.18	WSVECS04 Frhs2[1381]: 6 0 1384.61 shouldn't be
2787.16/2825.18	WSVECS04 Frhs2[1677]: 6 -2361.47 0 shouldn't be
2787.16/2825.18	WSVECS04 Frhs2[1719]: 6 0 996.186 shouldn't be
2787.16/2825.18	WSVECS04 Frhs2[1729]: 6 -1977.89 0 shouldn't be
2787.16/2825.18	WSVECS04 Frhs2[1916]: 6 -320.131 0 shouldn't be
2787.65/2825.61	WSVECS04 Frhs2[30]: 6 -1440.88 0 shouldn't be
2787.65/2825.61	WSVECS04 Frhs2[99]: 6 -728.46 0 shouldn't be
2787.65/2825.61	WSVECS04 Frhs2[399]: 6 0 1661.53 shouldn't be
2787.65/2825.61	WSVECS04 Frhs2[471]: 6 -1240.63 0 shouldn't be
2787.65/2825.61	WSVECS04 Frhs2[505]: 6 -1002.33 0 shouldn't be
2787.65/2825.61	WSVECS04 Frhs2[601]: 6 -1329.98 0 shouldn't be
2787.65/2825.61	WSVECS04 Frhs2[829]: 6 -819.436 0 shouldn't be
2787.65/2825.61	WSVECS04 Frhs2[1384]: 6 -734.737 0 shouldn't be
2787.65/2825.61	WSVECS04 Frhs2[1412]: 6 -1904.01 0 shouldn't be
2787.65/2825.61	WSVECS04 Frhs2[1908]: 6 -737.842 0 shouldn't be
2787.65/2825.61	WSVECS04 Frhs2[1936]: 6 -1032.85 0 shouldn't be
2788.05/2826.08	WSVECS04 Frhs2[204]: 6 -246.46 0 shouldn't be
2788.05/2826.08	WSVECS04 Frhs2[987]: 6 0 15.6695 shouldn't be
2788.05/2826.08	WSVECS04 Frhs2[1874]: 6 -1049.54 0 shouldn't be
2788.55/2826.58	WSVECS04 Frhs2[534]: 6 -1565.52 0 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[90]: 6 0 143.756 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[127]: 6 0 220.368 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[194]: 6 0 1132.35 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[203]: 6 0 618.022 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[290]: 6 0 409.856 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[298]: 6 0 1851.68 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[318]: 6 0 7102.65 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[330]: 6 -3527.74 0 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[432]: 6 -1466.28 0 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[447]: 6 0 526.872 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[518]: 6 0 1569.28 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[698]: 6 0 225.311 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[720]: 6 -882.016 0 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[815]: 6 -3774.12 0 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[865]: 6 -1659.71 0 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[930]: 6 -2928.26 0 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[937]: 6 0 691.623 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[1014]: 6 -1033.46 0 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[1100]: 6 -1769.57 0 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[1116]: 6 0 1628.51 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[1259]: 6 -2033.19 0 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[1287]: 6 0 4990.95 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[1315]: 6 0 2188.58 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[1410]: 6 -2370.83 0 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[1487]: 6 -2110.47 0 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[1591]: 6 -1374.01 0 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[1611]: 6 0 492.73 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[1708]: 6 0 29.619 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[1722]: 6 0 3710.31 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[1870]: 6 0 1319.89 shouldn't be
2789.45/2827.45	WSVECS04 Frhs2[1952]: 6 -2646.59 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[29]: 6 0 3400.11 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[125]: 6 -1989.35 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[169]: 6 -2355.34 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[202]: 6 -2092.61 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[304]: 6 -3139.97 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[358]: 6 -3470.36 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[427]: 6 -1607.73 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[470]: 6 -785.722 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[473]: 6 0 4412.72 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[515]: 6 -2100.57 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[517]: 6 -2641.47 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[528]: 6 0 2631.03 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[551]: 6 0 391.032 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[560]: 6 -3460.1 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[583]: 6 -2695.57 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[633]: 6 -3094.64 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[638]: 6 -1618.28 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[700]: 6 0 6799.74 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[746]: 6 -1591.21 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[798]: 6 -3290.8 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[854]: 6 -4161.84 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[873]: 6 -1255.74 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[902]: 6 -1398.05 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1010]: 6 0 1665.11 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1018]: 6 -2070.04 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1055]: 6 -2776.28 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1075]: 6 -1750.91 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1107]: 6 -1553.33 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1115]: 6 -2032.68 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1125]: 6 -1854.15 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1154]: 6 -1549.34 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1203]: 6 0 3240.49 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1204]: 6 -3597.96 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1230]: 6 -2276.75 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1238]: 6 -1105.39 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1245]: 6 -3330.65 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1297]: 6 -1406.73 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1316]: 6 -2723.55 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1403]: 6 0 191.793 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1541]: 6 -2330.45 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1564]: 6 -1458.96 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1573]: 6 -1701.67 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1612]: 6 -1140.28 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1629]: 6 0 558.264 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1655]: 6 0 1554.75 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1720]: 6 -1197.51 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1817]: 6 -3754.65 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1845]: 6 0 2022.71 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1846]: 6 -3015.61 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1869]: 6 -1743.39 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1875]: 6 -1471.94 0 shouldn't be
2790.24/2828.29	WSVECS04 Frhs2[1877]: 6 0 2754.67 shouldn't be
2791.05/2829.02	WSVECS04 Frhs2[54]: 6 0 746.545 shouldn't be
2791.05/2829.02	WSVECS04 Frhs2[100]: 6 0 1577.71 shouldn't be
2791.05/2829.02	WSVECS04 Frhs2[190]: 6 -3565.31 0 shouldn't be
2791.05/2829.02	WSVECS04 Frhs2[531]: 6 -1187.75 0 shouldn't be
2791.05/2829.02	WSVECS04 Frhs2[604]: 6 0 4887.53 shouldn't be
2791.05/2829.02	WSVECS04 Frhs2[637]: 6 0 137.65 shouldn't be
2791.05/2829.02	WSVECS04 Frhs2[779]: 6 -2261.23 0 shouldn't be
2791.05/2829.02	WSVECS04 Frhs2[1003]: 6 -2270.59 0 shouldn't be
2791.05/2829.02	WSVECS04 Frhs2[1293]: 6 -1954.64 0 shouldn't be
2791.05/2829.02	WSVECS04 Frhs2[1404]: 6 -2326.5 0 shouldn't be
2791.05/2829.02	WSVECS04 Frhs2[1548]: 6 -967.511 0 shouldn't be
2791.05/2829.02	WSVECS04 Frhs2[1589]: 6 -1744.55 0 shouldn't be
2791.05/2829.02	WSVECS04 Frhs2[1721]: 6 -1370.71 0 shouldn't be
2791.05/2829.02	WSVECS04 Frhs2[1739]: 6 0 2301.95 shouldn't be
2791.05/2829.02	WSVECS04 Frhs2[1795]: 6 -2861.55 0 shouldn't be
2791.05/2829.02	WSVECS04 Frhs2[1834]: 6 -1636.58 0 shouldn't be
2791.05/2829.02	WSVECS04 Frhs2[1878]: 6 -1903.19 0 shouldn't be
2791.05/2829.02	WSVECS04 Frhs2[1911]: 6 -1305.01 0 shouldn't be
2791.05/2829.02	WSVECS04 Frhs2[1915]: 6 0 4087.34 shouldn't be
2791.05/2829.02	WSVECS04 Frhs2[1966]: 6 -937.315 0 shouldn't be
2791.74/2829.72	WSVECS04 Frhs2[53]: 6 -1094.24 0 shouldn't be
2791.74/2829.72	WSVECS04 Frhs2[97]: 6 0 3549.34 shouldn't be
2791.74/2829.72	WSVECS04 Frhs2[193]: 6 -1508.61 0 shouldn't be
2791.74/2829.72	WSVECS04 Frhs2[309]: 6 -1899.46 0 shouldn't be
2791.74/2829.72	WSVECS04 Frhs2[317]: 6 -1391.84 0 shouldn't be
2791.74/2829.72	WSVECS04 Frhs2[408]: 6 -2283.54 0 shouldn't be
2791.74/2829.72	WSVECS04 Frhs2[516]: 6 0 3932.62 shouldn't be
2791.74/2829.72	WSVECS04 Frhs2[847]: 6 -1958 0 shouldn't be
2791.74/2829.72	WSVECS04 Frhs2[1009]: 6 -2070.61 0 shouldn't be
2791.74/2829.72	WSVECS04 Frhs2[1153]: 6 0 777.074 shouldn't be
2791.74/2829.72	WSVECS04 Frhs2[1298]: 6 0 2029.13 shouldn't be
2791.74/2829.72	WSVECS04 Frhs2[1656]: 6 -1747.81 0 shouldn't be
2791.74/2829.72	WSVECS04 Frhs2[1724]: 6 0 1501.12 shouldn't be
2791.74/2829.72	WSVECS04 Frhs2[1902]: 6 -1045.05 0 shouldn't be
2791.74/2829.72	WSVECS04 Frhs2[1917]: 6 -2356.39 0 shouldn't be
2791.74/2829.72	WSVECS04 Frhs2[1973]: 6 -2092.05 0 shouldn't be
2792.53/2830.52	WSVECS04 Frhs2[255]: 6 -2197.27 0 shouldn't be
2792.53/2830.52	WSVECS04 Frhs2[1464]: 6 -1509.85 0 shouldn't be
2792.53/2830.52	WSVECS04 Frhs2[1740]: 6 -1474 0 shouldn't be
2792.53/2830.52	WSVECS04 Frhs2[1790]: 6 -1863 0 shouldn't be
2792.53/2830.52	WSVECS04 Frhs2[1865]: 6 -1383.46 0 shouldn't be
2793.24/2831.25	WSVECS04 Frhs2[617]: 6 -2211.82 0 shouldn't be
2793.24/2831.25	WSVECS04 Frhs2[852]: 6 -1269.02 0 shouldn't be
2793.24/2831.25	WSVECS04 Frhs2[901]: 6 0 6137.33 shouldn't be
2793.24/2831.25	WSVECS04 Frhs2[1723]: 6 -1247.35 0 shouldn't be
2793.94/2832.00	WSVECS04 Frhs2[550]: 6 0 896.348 shouldn't be
2793.94/2832.00	WSVECS04 Frhs2[1150]: 6 -2591.42 0 shouldn't be
2794.83/2832.86	WSVECS04 Frhs2[89]: 6 -2096.76 0 shouldn't be
2794.83/2832.86	WSVECS04 Frhs2[506]: 6 0 2493.22 shouldn't be
2796.53/2834.56	WSVECS04 Frhs2[1288]: 6 -937.964 0 shouldn't be
2798.03/2836.09	WSVECS04 Frhs2[1237]: 6 0 928.814 shouldn't be
2798.03/2836.09	WSVECS04 Frhs2[1935]: 6 0 2501.36 shouldn't be
2798.72/2836.79	WSVECS04 Frhs2[1056]: 6 0 663.648 shouldn't be
2975.26/3019.78	c #Conflicts:    2047000 | #Constraints:      59121
2975.26/3019.78	c #Conflicts:    2048000 | #Constraints:      60121
2975.26/3019.78	c #Conflicts:    2049000 | #Constraints:      61121
2975.26/3019.78	c #Conflicts:    2050000 | #Constraints:      62121
2975.26/3019.78	c #Conflicts:    2051000 | #Constraints:      63121
2975.26/3019.78	c #Conflicts:    2052000 | #Constraints:      64121
2975.26/3019.78	c #Conflicts:    2053000 | #Constraints:      65121
2975.26/3019.78	c #Conflicts:    2054000 | #Constraints:      66121
2975.26/3019.78	c #Conflicts:    2055000 | #Constraints:      67121
2975.26/3019.78	c #Conflicts:    2056000 | #Constraints:      68121
2975.26/3019.78	c #Conflicts:    2057000 | #Constraints:      69121
2975.26/3019.78	c #Conflicts:    2058000 | #Constraints:      70121
2975.26/3019.78	c #Conflicts:    2059000 | #Constraints:      71121
2975.26/3019.78	c #Conflicts:    2060000 | #Constraints:      72121
2975.26/3019.78	c #Conflicts:    2061000 | #Constraints:      73121
2975.26/3019.78	c #Conflicts:    2062000 | #Constraints:      74121
2975.26/3019.78	c #Conflicts:    2063000 | #Constraints:      75121
2975.26/3019.78	c #Conflicts:    2064000 | #Constraints:      76121
2975.26/3019.78	c #Conflicts:    2065000 | #Constraints:      77121
2975.26/3019.78	c #Conflicts:    2066000 | #Constraints:      78121
2975.26/3019.78	c #Conflicts:    2067000 | #Constraints:      79121
2975.26/3019.78	c #Conflicts:    2068000 | #Constraints:      80121
2975.26/3019.78	c #Conflicts:    2069000 | #Constraints:      81121
2975.26/3019.78	c #Conflicts:    2070000 | #Constraints:      82121
2975.26/3019.78	c #Conflicts:    2071000 | #Constraints:      83121
2975.26/3019.78	c #Conflicts:    2072000 | #Constraints:      84121
2975.26/3019.78	c #Conflicts:    2073000 | #Constraints:      85121
2975.26/3019.78	c #Conflicts:    2074000 | #Constraints:      86121
2975.26/3019.78	c #Conflicts:    2075000 | #Constraints:      87121
2975.26/3019.78	c #Conflicts:    2076000 | #Constraints:      88121
2975.26/3019.78	c #Conflicts:    2077000 | #Constraints:      89121
2975.26/3019.78	c #Conflicts:    2078000 | #Constraints:      90121
2975.26/3019.78	c #Conflicts:    2079000 | #Constraints:      91121
2975.26/3019.78	c #Conflicts:    2080000 | #Constraints:      92121
2975.26/3019.78	c #Conflicts:    2081000 | #Constraints:      93121
2975.26/3019.78	c #Conflicts:    2082000 | #Constraints:      94121
2975.26/3019.78	c #Conflicts:    2083000 | #Constraints:      95121
2975.26/3019.78	c #Conflicts:    2084000 | #Constraints:      96121
2975.26/3019.78	c #Conflicts:    2085000 | #Constraints:      97121
2975.26/3019.78	c #Conflicts:    2086000 | #Constraints:      98121
2975.26/3019.78	c #Conflicts:    2087000 | #Constraints:      99121
2975.26/3019.78	c #Conflicts:    2088000 | #Constraints:     100121
2975.26/3019.78	c #Conflicts:    2089000 | #Constraints:     101121
2975.26/3019.78	c #Conflicts:    2090000 | #Constraints:     102121
2975.26/3019.78	c #Conflicts:    2091000 | #Constraints:     103121
2975.26/3019.78	c #Conflicts:    2092000 | #Constraints:     104121
2975.26/3019.78	c #Conflicts:    2093000 | #Constraints:     105121
2975.26/3019.78	c #Conflicts:    2094000 | #Constraints:     106121
2975.26/3019.78	c #Conflicts:    2095000 | #Constraints:     107121
2975.26/3019.78	c #Conflicts:    2096000 | #Constraints:     108121
2975.26/3019.78	c #Conflicts:    2097000 | #Constraints:     109121
2975.26/3019.78	c #Conflicts:    2098000 | #Constraints:     110121
2975.26/3019.78	c #Conflicts:    2099000 | #Constraints:     111121
2975.26/3019.78	c #Conflicts:    2100000 | #Constraints:     112121
2975.26/3019.78	c #Conflicts:    2101000 | #Constraints:     113121
2975.26/3019.78	c #Conflicts:    2102000 | #Constraints:     114121
2975.26/3019.78	c #Conflicts:    2103000 | #Constraints:     115121
2975.26/3019.78	c #Conflicts:    2104000 | #Constraints:     116121
2975.26/3019.78	c #Conflicts:    2105000 | #Constraints:     117121
2975.26/3019.78	c #Conflicts:    2106000 | #Constraints:     118121
2975.26/3019.78	c #Conflicts:    2107000 | #Constraints:     119121
2975.26/3019.78	c #Conflicts:    2108000 | #Constraints:     120121
2975.26/3019.78	c #Conflicts:    2109000 | #Constraints:     121121
2975.26/3019.78	c #Conflicts:    2110000 | #Constraints:     122121
2975.26/3019.78	c #Conflicts:    2111000 | #Constraints:     123121
2975.26/3019.78	c #Conflicts:    2112000 | #Constraints:     124121
2975.26/3019.78	c #Conflicts:    2113000 | #Constraints:     125121
2975.26/3019.78	c #Conflicts:    2114000 | #Constraints:     126121
2975.26/3019.78	c #Conflicts:    2115000 | #Constraints:     127121
2975.26/3019.78	c #Conflicts:    2116000 | #Constraints:     128121
2975.26/3019.78	c #Conflicts:    2117000 | #Constraints:     129121
2975.26/3019.78	c #Conflicts:    2118000 | #Constraints:     130121
2975.26/3019.78	c #Conflicts:    2119000 | #Constraints:     131121
2975.26/3019.78	c #Conflicts:    2120000 | #Constraints:     132121
2975.26/3019.78	c #Conflicts:    2121000 | #Constraints:     133121
2975.26/3019.78	c #Conflicts:    2122000 | #Constraints:     134121
2975.26/3019.78	c #Conflicts:    2123000 | #Constraints:     135121
2975.26/3019.78	c #Conflicts:    2124000 | #Constraints:     136121
2975.26/3019.78	c #Conflicts:    2125000 | #Constraints:     137121
3032.64/3078.05	c #Conflicts:    2126000 | #Constraints:     138121
3032.64/3078.05	c #Conflicts:    2127000 | #Constraints:     139121
3032.64/3078.05	c #Conflicts:    2128000 | #Constraints:     140121
3032.64/3078.05	c #Conflicts:    2129000 | #Constraints:     141121
3032.64/3078.05	c #Conflicts:    2130000 | #Constraints:     142121
3032.64/3078.05	c #Conflicts:    2131000 | #Constraints:     143121
3032.64/3078.05	c #Conflicts:    2132000 | #Constraints:     144121
3032.64/3078.05	c #Conflicts:    2133000 | #Constraints:     145121
3032.64/3078.05	c #Conflicts:    2134000 | #Constraints:     146121
3032.64/3078.05	c #Conflicts:    2135000 | #Constraints:     147121
3032.64/3078.05	c #Conflicts:    2136000 | #Constraints:     148121
3032.64/3078.05	c #Conflicts:    2137000 | #Constraints:     149121
3032.64/3078.05	c #Conflicts:    2138000 | #Constraints:     150121
3032.64/3078.05	c #Conflicts:    2139000 | #Constraints:     151121
3032.64/3078.05	c #Conflicts:    2140000 | #Constraints:     152121
3032.64/3078.05	c #Conflicts:    2141000 | #Constraints:     153121
3032.64/3078.05	c #Conflicts:    2142000 | #Constraints:     154121
3032.64/3078.05	c #Conflicts:    2143000 | #Constraints:     155121
3032.64/3078.05	c bounds - >= 545 @ 3004.84
3131.59/3177.52	c #Conflicts:    2144000 | #Constraints:     156226
3131.59/3177.52	c #Conflicts:    2145000 | #Constraints:     157226
3131.59/3177.52	c #Conflicts:    2146000 | #Constraints:     158226
3131.59/3177.52	c #Conflicts:    2147000 | #Constraints:     159226
3131.59/3177.52	c #Conflicts:    2148000 | #Constraints:     160226
3131.59/3177.52	c #Conflicts:    2149000 | #Constraints:     161226
3131.59/3177.52	c #Conflicts:    2150000 | #Constraints:     162226
3131.59/3177.52	c #Conflicts:    2151000 | #Constraints:     163226
3131.59/3177.52	c #Conflicts:    2152000 | #Constraints:     164226
3131.59/3177.52	c INPROCESSING
3131.59/3177.52	c GARBAGE COLLECT
3131.59/3177.52	c rational objective 666
3223.25/3270.39	c #Conflicts:    2153000 | #Constraints:      86872
3223.25/3270.39	c #Conflicts:    2154000 | #Constraints:      87872
3223.25/3270.39	c #Conflicts:    2155000 | #Constraints:      88872
3223.25/3270.39	c #Conflicts:    2156000 | #Constraints:      89872
3223.25/3270.39	c #Conflicts:    2157000 | #Constraints:      90872
3223.25/3270.39	c #Conflicts:    2158000 | #Constraints:      91872
3223.25/3270.39	c #Conflicts:    2159000 | #Constraints:      92872
3223.25/3270.39	c #Conflicts:    2160000 | #Constraints:      93872
3223.25/3270.39	c #Conflicts:    2161000 | #Constraints:      94872
3223.25/3270.39	c #Conflicts:    2162000 | #Constraints:      95872
3223.25/3270.39	c #Conflicts:    2163000 | #Constraints:      96872
3223.25/3270.39	c #Conflicts:    2164000 | #Constraints:      97872
3223.25/3270.39	c #Conflicts:    2165000 | #Constraints:      98872
3223.25/3270.39	c #Conflicts:    2166000 | #Constraints:      99872
3223.25/3270.39	c #Conflicts:    2167000 | #Constraints:     100872
3223.25/3270.39	c #Conflicts:    2168000 | #Constraints:     101872
3223.25/3270.39	c #Conflicts:    2169000 | #Constraints:     102872
3223.25/3270.39	c #Conflicts:    2170000 | #Constraints:     103872
3223.25/3270.39	c #Conflicts:    2171000 | #Constraints:     104872
3223.25/3270.39	c #Conflicts:    2172000 | #Constraints:     105872
3223.25/3270.39	c #Conflicts:    2173000 | #Constraints:     106872
3223.25/3270.39	c #Conflicts:    2174000 | #Constraints:     107872
3223.25/3270.39	c #Conflicts:    2175000 | #Constraints:     108872
3223.25/3270.39	c #Conflicts:    2176000 | #Constraints:     109872
3223.25/3270.39	c #Conflicts:    2177000 | #Constraints:     110872
3223.25/3270.39	c #Conflicts:    2178000 | #Constraints:     111872
3223.25/3270.39	c #Conflicts:    2179000 | #Constraints:     112872
3223.25/3270.39	c #Conflicts:    2180000 | #Constraints:     113872
3223.25/3270.39	c #Conflicts:    2181000 | #Constraints:     114872
3223.25/3270.39	c #Conflicts:    2182000 | #Constraints:     115872
3223.25/3270.39	c #Conflicts:    2183000 | #Constraints:     116872
3223.25/3270.39	c INPROCESSING
3223.25/3270.39	c GARBAGE COLLECT
3223.25/3270.39	c rational objective 666
3249.72/3297.21	c #Conflicts:    2184000 | #Constraints:      63106
3249.72/3297.21	c #Conflicts:    2185000 | #Constraints:      64106
3249.72/3297.21	c #Conflicts:    2186000 | #Constraints:      65106
3249.72/3297.21	c #Conflicts:    2187000 | #Constraints:      66106
3249.72/3297.21	c #Conflicts:    2188000 | #Constraints:      67106
3249.72/3297.21	c #Conflicts:    2189000 | #Constraints:      68106
3249.72/3297.21	c #Conflicts:    2190000 | #Constraints:      69106
3249.72/3297.21	c #Conflicts:    2191000 | #Constraints:      70106
3249.72/3297.21	c #Conflicts:    2192000 | #Constraints:      71106
3249.72/3297.21	c #Conflicts:    2193000 | #Constraints:      72106
3249.72/3297.21	c #Conflicts:    2194000 | #Constraints:      73106
3249.72/3297.21	c #Conflicts:    2195000 | #Constraints:      74106
3249.72/3297.21	c #Conflicts:    2196000 | #Constraints:      75106
3249.72/3297.21	c #Conflicts:    2197000 | #Constraints:      76106
3249.72/3297.21	c #Conflicts:    2198000 | #Constraints:      77106
3249.72/3297.21	c #Conflicts:    2199000 | #Constraints:      78106
3249.72/3297.21	c #Conflicts:    2200000 | #Constraints:      79106
3249.72/3297.21	c #Conflicts:    2201000 | #Constraints:      80106
3249.72/3297.21	c #Conflicts:    2202000 | #Constraints:      81106
3249.72/3297.21	c #Conflicts:    2203000 | #Constraints:      82106
3249.72/3297.21	c #Conflicts:    2204000 | #Constraints:      83106
3249.72/3297.21	c #Conflicts:    2205000 | #Constraints:      84106
3249.72/3297.21	c #Conflicts:    2206000 | #Constraints:      85106
3249.72/3297.21	c #Conflicts:    2207000 | #Constraints:      86106
3249.72/3297.21	c #Conflicts:    2208000 | #Constraints:      87106
3249.72/3297.21	c #Conflicts:    2209000 | #Constraints:      88107
3249.72/3297.21	WSVECS04 Frhs2[57]: 6 -212.7 0 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[58]: 6 0 28.3997 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[258]: 6 -15.0367 0 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[269]: 6 0 15.1693 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[270]: 6 -64.6427 0 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[418]: 6 -80.1326 0 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[471]: 6 -11.6659 0 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[489]: 6 0 7.22592 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[509]: 6 -18.3107 0 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[521]: 6 0 175.545 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[528]: 6 -114.465 0 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[533]: 6 -95.6119 0 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[551]: 6 0 31.7365 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[580]: 6 -58.84 0 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[653]: 6 0 6.98886 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[654]: 6 -209.286 0 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[666]: 6 -94.5483 0 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[739]: 6 -100.68 0 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[863]: 6 -119.669 0 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[1022]: 6 -15.5841 0 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[1042]: 6 -45.9476 0 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[1044]: 6 -371.778 0 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[1059]: 6 0 41.1653 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[1075]: 6 0 30.6122 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[1076]: 6 -21.7238 0 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[1117]: 6 0 3.20466 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[1645]: 6 -256.83 0 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[1646]: 6 0 115.761 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[1889]: 6 0 63.4079 shouldn't be
3249.72/3297.21	WSVECS04 Frhs2[1890]: 6 -64.1804 0 shouldn't be
3250.53/3298.01	WSVECS04 Frhs2[864]: 6 0 14.6605 shouldn't be
3250.53/3298.01	WSVECS04 Frhs2[1021]: 6 0 153.267 shouldn't be
3250.53/3298.01	WSVECS04 Frhs2[1063]: 6 0 65.3633 shouldn't be
3250.53/3298.01	WSVECS04 Frhs2[1589]: 6 0 131.095 shouldn't be
3250.53/3298.01	WSVECS04 Frhs2[1590]: 6 -168.008 0 shouldn't be
3426.67/3474.89	c #Conflicts:    2210000 | #Constraints:      89108
3426.67/3474.89	c #Conflicts:    2211000 | #Constraints:      90108
3426.67/3474.89	c #Conflicts:    2212000 | #Constraints:      91108
3426.67/3474.89	c #Conflicts:    2213000 | #Constraints:      92108
3426.67/3474.89	c #Conflicts:    2214000 | #Constraints:      93109
3426.67/3474.89	c INPROCESSING
3426.67/3474.89	c GARBAGE COLLECT
3426.67/3474.89	c #Conflicts:    2215000 | #Constraints:      51066
3426.67/3474.89	c #Conflicts:    2216000 | #Constraints:      52066
3426.67/3474.89	c #Conflicts:    2217000 | #Constraints:      53066
3426.67/3474.89	c #Conflicts:    2218000 | #Constraints:      54066
3426.67/3474.89	c #Conflicts:    2219000 | #Constraints:      55066
3426.67/3474.89	c #Conflicts:    2220000 | #Constraints:      56066
3426.67/3474.89	c #Conflicts:    2221000 | #Constraints:      57066
3426.67/3474.89	c #Conflicts:    2222000 | #Constraints:      58066
3426.67/3474.89	c #Conflicts:    2223000 | #Constraints:      59066
3426.67/3474.89	c #Conflicts:    2224000 | #Constraints:      60066
3426.67/3474.89	c #Conflicts:    2225000 | #Constraints:      61066
3426.67/3474.89	c #Conflicts:    2226000 | #Constraints:      62066
3426.67/3474.89	c #Conflicts:    2227000 | #Constraints:      63066
3426.67/3474.89	c #Conflicts:    2228000 | #Constraints:      64066
3426.67/3474.89	c #Conflicts:    2229000 | #Constraints:      65066
3426.67/3474.89	c #Conflicts:    2230000 | #Constraints:      66066
3426.67/3474.89	c #Conflicts:    2231000 | #Constraints:      67066
3426.67/3474.89	c #Conflicts:    2232000 | #Constraints:      68066
3426.67/3474.89	c #Conflicts:    2233000 | #Constraints:      69066
3426.67/3474.89	c #Conflicts:    2234000 | #Constraints:      70066
3426.67/3474.89	c #Conflicts:    2235000 | #Constraints:      71066
3426.67/3474.89	c #Conflicts:    2236000 | #Constraints:      72066
3426.67/3474.89	c #Conflicts:    2237000 | #Constraints:      73066
3426.67/3474.89	c #Conflicts:    2238000 | #Constraints:      74066
3426.67/3474.89	c #Conflicts:    2239000 | #Constraints:      75066
3426.67/3474.89	c #Conflicts:    2240000 | #Constraints:      76066
3426.67/3474.89	c #Conflicts:    2241000 | #Constraints:      77066
3426.67/3474.89	c #Conflicts:    2242000 | #Constraints:      78066
3426.67/3474.89	c #Conflicts:    2243000 | #Constraints:      79066
3426.67/3474.89	c #Conflicts:    2244000 | #Constraints:      80066
3426.67/3474.89	c #Conflicts:    2245000 | #Constraints:      81066
3426.67/3474.89	c #Conflicts:    2246000 | #Constraints:      82066
3426.67/3474.89	c INPROCESSING
3426.67/3474.89	c GARBAGE COLLECT
3426.67/3474.89	c rational objective 666
3456.00/3504.24	c #Conflicts:    2247000 | #Constraints:      45799
3456.00/3504.24	c #Conflicts:    2248000 | #Constraints:      46799
3456.00/3504.24	c #Conflicts:    2249000 | #Constraints:      47799
3456.00/3504.24	c #Conflicts:    2250000 | #Constraints:      48799
3456.00/3504.24	c #Conflicts:    2251000 | #Constraints:      49799
3456.00/3504.24	c #Conflicts:    2252000 | #Constraints:      50800
3456.00/3504.24	c #Conflicts:    2253000 | #Constraints:      51800
3456.00/3504.24	c #Conflicts:    2254000 | #Constraints:      52800
3456.00/3504.24	c #Conflicts:    2255000 | #Constraints:      53800
3456.00/3504.24	c #Conflicts:    2256000 | #Constraints:      54801
3456.00/3504.24	c #Conflicts:    2257000 | #Constraints:      55801
3456.00/3504.24	c #Conflicts:    2258000 | #Constraints:      56801
3456.00/3504.24	c #Conflicts:    2259000 | #Constraints:      57801
3456.00/3504.24	c #Conflicts:    2260000 | #Constraints:      58801
3456.00/3504.24	c #Conflicts:    2261000 | #Constraints:      59801
3456.00/3504.24	c #Conflicts:    2262000 | #Constraints:      60801
3456.00/3504.24	c #Conflicts:    2263000 | #Constraints:      61801
3456.00/3504.24	c #Conflicts:    2264000 | #Constraints:      62801
3456.00/3504.24	c #Conflicts:    2265000 | #Constraints:      63801
3456.00/3504.24	c #Conflicts:    2266000 | #Constraints:      64801
3456.00/3504.24	c #Conflicts:    2267000 | #Constraints:      65801
3456.00/3504.24	c #Conflicts:    2268000 | #Constraints:      66801
3456.00/3504.24	c #Conflicts:    2269000 | #Constraints:      67801
3456.00/3504.24	c #Conflicts:    2270000 | #Constraints:      68801
3456.00/3504.24	c #Conflicts:    2271000 | #Constraints:      69801
3456.00/3504.24	c #Conflicts:    2272000 | #Constraints:      70801
3456.00/3504.24	c #Conflicts:    2273000 | #Constraints:      71801
3456.00/3504.24	c #Conflicts:    2274000 | #Constraints:      72801
3456.00/3504.24	c #Conflicts:    2275000 | #Constraints:      73801
3456.00/3504.24	c #Conflicts:    2276000 | #Constraints:      74801
3456.00/3504.24	c #Conflicts:    2277000 | #Constraints:      75801
3456.00/3504.24	c #Conflicts:    2278000 | #Constraints:      76801
3456.00/3504.24	c INPROCESSING
3456.00/3504.24	c GARBAGE COLLECT
3456.00/3504.24	WSVECS04 Frhs2[8]: 6 -302.367 0 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[31]: 6 0 504.83 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[170]: 6 0 1009.68 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[209]: 6 0 1107.65 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[219]: 6 0 3456.57 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[220]: 6 -894.931 0 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[331]: 6 0 331.128 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[333]: 6 0 1989.13 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[356]: 6 0 643.849 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[367]: 6 -525.319 0 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[403]: 6 -693.052 0 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[490]: 6 0 154.083 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[552]: 6 0 1739.21 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[553]: 6 0 1756.63 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[559]: 6 0 807.076 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[568]: 6 0 105.784 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[596]: 6 -657.18 0 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[601]: 6 -478.505 0 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[663]: 6 0 951.363 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[708]: 6 0 64.9481 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[709]: 6 0 728.894 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[733]: 6 -154.092 0 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[741]: 6 0 707.739 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[745]: 6 0 510.292 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[772]: 6 0 272.858 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[828]: 6 0 215.98 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[833]: 6 -316.551 0 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[834]: 6 0 2374.94 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[967]: 6 0 340.593 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[968]: 6 -597.902 0 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[969]: 6 0 1035.37 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1064]: 6 -368.088 0 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1086]: 6 0 1089.76 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1115]: 6 0 526.458 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1172]: 6 0 314.832 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1195]: 6 0 687.635 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1280]: 6 -770.851 0 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1327]: 6 0 1028.48 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1445]: 6 0 273.759 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1447]: 6 -807.019 0 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1448]: 6 0 58.0146 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1450]: 6 -60.1901 0 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1451]: 6 0 825.725 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1473]: 6 0 804.659 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1478]: 6 0 548.588 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1528]: 6 -672.784 0 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1585]: 6 0 3789.59 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1589]: 6 0 811.574 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1601]: 6 0 1365.56 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1602]: 6 -149.358 0 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1625]: 6 0 579.712 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1631]: 6 0 2754.87 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1634]: 6 0 604.07 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1659]: 6 0 794.002 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1670]: 6 0 99.8137 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1700]: 6 0 594.469 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1701]: 6 -241.332 0 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1702]: 6 0 29.8428 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1725]: 6 0 478.326 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1767]: 6 -883.859 0 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1770]: 6 0 926.383 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1924]: 6 0 726.911 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1968]: 6 -549.787 0 shouldn't be
3456.00/3504.24	WSVECS04 Frhs2[1971]: 6 0 298.5 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[264]: 6 -183.961 0 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[284]: 6 -1062.32 0 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[355]: 6 -765.409 0 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[471]: 6 -511.567 0 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[526]: 6 -522.986 0 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[551]: 6 -599.436 0 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[587]: 6 -313.205 0 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[589]: 6 -693.234 0 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[670]: 6 -976.893 0 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[771]: 6 -224.835 0 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[947]: 6 0 1795.05 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[1025]: 6 -222.297 0 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[1082]: 6 0 423.114 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[1166]: 6 -345.135 0 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[1268]: 6 -411.576 0 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[1337]: 6 -224.784 0 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[1338]: 6 0 1.75085 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[1477]: 6 -598.544 0 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[1512]: 6 -1051.07 0 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[1538]: 6 0 675.855 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[1633]: 6 -603.076 0 shouldn't be
3456.50/3504.79	WSVECS04 Frhs2[1813]: 6 -524.651 0 shouldn't be
3457.00/3505.28	WSVECS04 Frhs2[447]: 6 -303.238 0 shouldn't be
3457.00/3505.28	WSVECS04 Frhs2[595]: 6 0 16.2469 shouldn't be
3457.00/3505.28	WSVECS04 Frhs2[664]: 6 -37.1835 0 shouldn't be
3457.00/3505.28	WSVECS04 Frhs2[763]: 6 -692.175 0 shouldn't be
3457.00/3505.28	WSVECS04 Frhs2[1196]: 6 -417.033 0 shouldn't be
3457.00/3505.28	WSVECS04 Frhs2[1272]: 6 0 712.229 shouldn't be
3457.49/3505.76	WSVECS04 Frhs2[382]: 6 -146.763 0 shouldn't be
3457.49/3505.76	WSVECS04 Frhs2[521]: 6 -494.689 0 shouldn't be
3457.49/3505.76	WSVECS04 Frhs2[857]: 6 -372.892 0 shouldn't be
3457.49/3505.76	WSVECS04 Frhs2[1921]: 6 0 37.5803 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[44]: 6 -1079.41 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[63]: 6 -626.222 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[69]: 6 -858.856 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[103]: 6 -714.448 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[177]: 6 0 992.892 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[178]: 6 -1 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[298]: 6 0 176.191 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[313]: 6 -977.463 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[314]: 6 0 1195.2 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[316]: 6 -1278.56 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[328]: 6 -817.544 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[332]: 6 -957.258 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[350]: 6 -1002.22 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[441]: 6 0 478.929 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[450]: 6 0 634.462 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[489]: 6 -1145.32 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[505]: 6 0 140.512 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[506]: 6 -947.433 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[554]: 6 0 9.52178 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[631]: 6 -1 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[746]: 6 -664.193 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[938]: 6 -932.548 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[948]: 6 -306.813 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[952]: 6 0 99.7908 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[970]: 6 -889.504 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1083]: 6 0 1427.54 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1087]: 6 -728.255 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1131]: 6 -1236.6 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1132]: 6 0 244.998 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1165]: 6 0 454.174 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1171]: 6 -738.354 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1307]: 6 0 237.962 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1318]: 6 -448.892 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1328]: 6 -1041.85 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1369]: 6 0 989.251 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1370]: 6 -768.47 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1381]: 6 0 572.751 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1444]: 6 -1481.03 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1452]: 6 -1001.25 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1507]: 6 -658.987 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1508]: 6 0 434.937 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1537]: 6 -671.796 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1586]: 6 -819.957 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1590]: 6 -592.013 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1617]: 6 0 451.316 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1618]: 6 -711.433 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1626]: 6 -1305.2 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1632]: 6 -454.777 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1669]: 6 -955.181 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1726]: 6 -1553.06 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1766]: 6 -922.088 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1816]: 6 -814.348 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1842]: 6 -1071.6 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1845]: 6 0 1508.43 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1846]: 6 -1109.47 0 shouldn't be
3457.99/3506.20	WSVECS04 Frhs2[1972]: 6 -348.301 0 shouldn't be
3459.09/3507.34	WSVECS04 Frhs2[80]: 6 0 2173.78 shouldn't be
3459.09/3507.34	WSVECS04 Frhs2[871]: 6 -565.485 0 shouldn't be
3459.09/3507.34	WSVECS04 Frhs2[1730]: 6 0 1678.94 shouldn't be
3459.09/3507.34	WSVECS04 Frhs2[1974]: 6 -788.368 0 shouldn't be
3466.38/3514.67	c #Conflicts:    2279000 | #Constraints:      43312
3466.38/3514.67	c #Conflicts:    2280000 | #Constraints:      44312
3466.38/3514.67	c #Conflicts:    2281000 | #Constraints:      45312
3466.38/3514.67	c #Conflicts:    2282000 | #Constraints:      46312
3466.38/3514.67	c #Conflicts:    2283000 | #Constraints:      47312
3466.38/3514.67	c #Conflicts:    2284000 | #Constraints:      48312
3466.38/3514.67	c #Conflicts:    2285000 | #Constraints:      49312
3466.38/3514.67	c #Conflicts:    2286000 | #Constraints:      50312
3466.38/3514.67	c #Conflicts:    2287000 | #Constraints:      51312
3466.38/3514.67	c #Conflicts:    2288000 | #Constraints:      52312
3466.38/3514.67	c #Conflicts:    2289000 | #Constraints:      53312
3466.38/3514.67	c #Conflicts:    2290000 | #Constraints:      54312
3466.38/3514.67	c #Conflicts:    2291000 | #Constraints:      55312
3466.38/3514.67	WSVECS04 Frhs2[25]: 6 0 908.87 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[106]: 6 -1921.8 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[159]: 6 -1396.91 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[160]: 6 0 3526.64 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[173]: 6 -1317.53 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[174]: 6 0 1192.16 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[231]: 6 -1371.32 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[266]: 6 -2475.64 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[269]: 6 -928.679 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[270]: 6 0 1363.87 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[286]: 6 0 1619.32 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[439]: 6 -480.837 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[455]: 6 -2003.06 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[517]: 6 -1414.19 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[539]: 6 0 962.005 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[540]: 6 -841.743 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[569]: 6 -1188.87 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[617]: 6 0 835.643 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[618]: 6 -1043.14 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[651]: 6 0 2474.93 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[713]: 6 0 190.572 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[714]: 6 -900.053 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[715]: 6 -714.061 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[716]: 6 0 927.86 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[868]: 6 0 900.021 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[962]: 6 -1692.14 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1034]: 6 -897.425 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1055]: 6 -1340.23 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1056]: 6 0 1150.67 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1143]: 6 0 772.399 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1144]: 6 -1022.9 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1160]: 6 0 900.19 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1207]: 6 -1.00003 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1208]: 6 0 1539.86 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1211]: 6 -815.845 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1242]: 6 0 1.08353 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1249]: 6 -1551.55 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1264]: 6 -568.272 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1269]: 6 -1230.27 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1274]: 6 -1002.97 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1302]: 6 0 1721.73 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1313]: 6 -1837.19 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1323]: 6 -763.053 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1324]: 6 0 302.968 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1350]: 6 0 1439.01 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1394]: 6 0 2441.71 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1395]: 6 0 1323.33 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1396]: 6 -1375.07 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1422]: 6 0 62.1514 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1461]: 6 0 1117.14 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1497]: 6 0 91.0569 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1498]: 6 -1767.57 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1525]: 6 -720.045 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1526]: 6 0 749.63 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1553]: 6 -625.753 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1571]: 6 -1492.71 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1581]: 6 -1219.33 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1582]: 6 0 157.336 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1612]: 6 0 1219.14 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1788]: 6 -1374.91 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1793]: 6 -1090.28 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1794]: 6 0 0.636924 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1865]: 6 -700.823 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1866]: 6 0 1427.46 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1890]: 6 0 3006.17 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1939]: 6 -1663.55 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1979]: 6 -1457.56 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1980]: 6 0 3714.53 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1987]: 6 -1081.54 0 shouldn't be
3466.38/3514.67	WSVECS04 Frhs2[1997]: 6 -452.083 0 shouldn't be
3468.27/3516.53	c #Conflicts:    2292000 | #Constraints:      56313
3468.27/3516.53	c #Conflicts:    2293000 | #Constraints:      57313
3468.27/3516.53	WSVECS04 Frhs2[5]: 6 -547.74 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[38]: 6 -197.927 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[52]: 6 0 630.455 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[64]: 6 -780.655 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[165]: 6 0 150.481 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[218]: 6 0 98.3864 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[301]: 6 0 459.952 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[302]: 6 -875.849 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[397]: 6 -813.803 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[461]: 6 -899.193 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[467]: 6 0 520.781 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[468]: 6 -258.608 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[471]: 6 0 1722.41 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[494]: 6 -447.903 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[506]: 6 -581.976 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[514]: 6 0 925.706 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[523]: 6 -70.2624 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[548]: 6 -14.4541 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[627]: 6 0 466.422 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[628]: 6 -367.724 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[650]: 6 -598.869 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[747]: 6 0 1363.76 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[779]: 6 0 344.032 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[780]: 6 -71.2223 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[811]: 6 -195.512 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[841]: 6 0 1678.25 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[877]: 6 0 23.0402 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[889]: 6 -211.897 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[921]: 6 -854.954 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[955]: 6 -978.134 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[970]: 6 0 0.475534 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[985]: 6 -582.099 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1036]: 6 0 1273.78 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1051]: 6 0 1434.91 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1052]: 6 -116.59 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1073]: 6 -717.067 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1085]: 6 0 1137.9 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1109]: 6 0 367.573 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1149]: 6 -864.267 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1162]: 6 -1022.8 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1165]: 6 -990.897 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1179]: 6 0 52.7532 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1300]: 6 0 433.081 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1365]: 6 -131.264 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1382]: 6 0 1251.93 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1414]: 6 -701.777 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1417]: 6 -346.827 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1504]: 6 -446.529 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1535]: 6 0 300.075 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1536]: 6 -584.365 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1576]: 6 -381.844 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1589]: 6 0 1749.96 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1590]: 6 -79.33 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1603]: 6 -505.85 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1625]: 6 0 118.722 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1626]: 6 -1246.37 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1659]: 6 -298.454 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1669]: 6 0 457.237 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1677]: 6 0 321.431 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1678]: 6 -359.28 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1750]: 6 -456.246 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1777]: 6 -228.549 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1782]: 6 -372.959 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1797]: 6 -614.263 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1930]: 6 -243.493 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1971]: 6 0 413.81 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1972]: 6 -306.494 0 shouldn't be
3468.27/3516.53	WSVECS04 Frhs2[1981]: 6 -2.85791 0 shouldn't be
3494.72/3543.17	c #Conflicts:    2294000 | #Constraints:      58314
3494.72/3543.17	c #Conflicts:    2295000 | #Constraints:      59314
3494.72/3543.17	c #Conflicts:    2296000 | #Constraints:      60314
3494.72/3543.17	c #Conflicts:    2297000 | #Constraints:      61314
3494.72/3543.17	c #Conflicts:    2298000 | #Constraints:      62315
3494.72/3543.17	c #Conflicts:    2299000 | #Constraints:      63315
3494.72/3543.17	c #Conflicts:    2300000 | #Constraints:      64315
3494.72/3543.17	c #Conflicts:    2301000 | #Constraints:      65315
3494.72/3543.17	c #Conflicts:    2302000 | #Constraints:      66315
3494.72/3543.17	c #Conflicts:    2303000 | #Constraints:      67316
3494.72/3543.17	c #Conflicts:    2304000 | #Constraints:      68316
3494.72/3543.17	c #Conflicts:    2305000 | #Constraints:      69316
3494.72/3543.17	c #Conflicts:    2306000 | #Constraints:      70316
3494.72/3543.17	c #Conflicts:    2307000 | #Constraints:      71316
3494.72/3543.17	c #Conflicts:    2308000 | #Constraints:      72316
3494.72/3543.17	c #Conflicts:    2309000 | #Constraints:      73316
3494.72/3543.17	c #Conflicts:    2310000 | #Constraints:      74316
3494.72/3543.17	c #Conflicts:    2311000 | #Constraints:      75316
3494.72/3543.17	c #Conflicts:    2312000 | #Constraints:      76316
3494.72/3543.17	c #Conflicts:    2313000 | #Constraints:      77316
3494.72/3543.17	c #Conflicts:    2314000 | #Constraints:      78316
3494.72/3543.17	c #Conflicts:    2315000 | #Constraints:      79316
3494.72/3543.17	c #Conflicts:    2316000 | #Constraints:      80316
3494.72/3543.17	c #Conflicts:    2317000 | #Constraints:      81316
3494.72/3543.17	c #Conflicts:    2318000 | #Constraints:      82316
3494.72/3543.17	c #Conflicts:    2319000 | #Constraints:      83316
3494.72/3543.17	c #Conflicts:    2320000 | #Constraints:      84316
3494.72/3543.17	c #Conflicts:    2321000 | #Constraints:      85316
3494.72/3543.17	c #Conflicts:    2322000 | #Constraints:      86316
3494.72/3543.17	c #Conflicts:    2323000 | #Constraints:      87316
3494.72/3543.17	WSVECS04 Frhs2[30]: 6 0 743.094 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[43]: 6 -810.151 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[44]: 6 0 6766.36 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[62]: 6 -342.18 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[105]: 6 0 2055.63 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[106]: 6 -1462.5 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[107]: 6 -379.059 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[207]: 6 0 2536.76 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[208]: 6 -1183.65 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[231]: 6 -1231.7 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[272]: 6 -861.675 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[285]: 6 0 665.406 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[286]: 6 -1240.35 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[353]: 6 -1406.83 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[354]: 6 0 125.519 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[368]: 6 0 1087.18 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[373]: 6 -1412.74 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[409]: 6 0 705.215 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[427]: 6 -1005.05 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[439]: 6 -961.735 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[440]: 6 0 56.0936 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[455]: 6 -1278.53 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[487]: 6 0 109.83 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[535]: 6 -864.07 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[563]: 6 -801.086 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[564]: 6 0 1912.88 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[595]: 6 -1782.06 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[596]: 6 0 970.154 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[639]: 6 0 3687.93 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[651]: 6 0 399.912 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[652]: 6 -1100.01 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[670]: 6 -707.544 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[675]: 6 -1252.53 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[714]: 6 0 147.338 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[718]: 6 -1513.14 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[726]: 6 -474.541 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[745]: 6 0 1595.57 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[746]: 6 -1059.87 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[754]: 6 -2098.56 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[789]: 6 -1333.56 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[829]: 6 -636.595 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[837]: 6 0 2703.98 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[838]: 6 -952.239 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[914]: 6 -1258.88 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[921]: 6 -1108.73 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[922]: 6 0 495.117 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[984]: 6 -824.107 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1028]: 6 0 989.359 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1030]: 6 -670.144 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1079]: 6 0 573.882 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1080]: 6 -1185.97 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1117]: 6 -1182.4 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1118]: 6 0 5594.59 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1146]: 6 -1620.28 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1170]: 6 -1550.73 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1193]: 6 0 1335.92 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1219]: 6 -817.616 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1249]: 6 -1346.35 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1257]: 6 -1012.64 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1287]: 6 -1773.64 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1288]: 6 0 1115.2 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1296]: 6 -498.161 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1323]: 6 0 1793.18 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1339]: 6 -841.467 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1355]: 6 -452.797 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1356]: 6 0 1939.78 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1363]: 6 -1199.52 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1364]: 6 0 871.032 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1431]: 6 -1107.4 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1432]: 6 0 4744.72 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1445]: 6 -1266.98 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1484]: 6 0 184.463 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1497]: 6 -1082.9 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1498]: 6 0 2757.03 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1503]: 6 0 148.788 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1504]: 6 -1368.11 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1553]: 6 -407.652 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1583]: 6 0 2157.65 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1605]: 6 -670.407 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1648]: 6 -1283.12 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1710]: 6 -973.575 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1716]: 6 -712.943 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1726]: 6 -1729.06 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1785]: 6 -1552.84 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1786]: 6 0 52.2402 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1797]: 6 -655.265 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1807]: 6 0 1527.86 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1827]: 6 0 2695.43 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1843]: 6 0 2674.43 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1857]: 6 -1637.24 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1882]: 6 0 526.492 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1889]: 6 0 1592.73 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1890]: 6 -1012.72 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1917]: 6 -824.502 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1918]: 6 0 794.264 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1931]: 6 -474.309 0 shouldn't be
3494.72/3543.17	WSVECS04 Frhs2[1988]: 6 0 46.5269 shouldn't be
3495.31/3543.72	WSVECS04 Frhs2[29]: 6 -1277.1 0 shouldn't be
3495.31/3543.72	WSVECS04 Frhs2[232]: 6 0 523.068 shouldn't be
3495.31/3543.72	WSVECS04 Frhs2[367]: 6 -1146.18 0 shouldn't be
3495.31/3543.72	WSVECS04 Frhs2[385]: 6 -325.412 0 shouldn't be
3495.31/3543.72	WSVECS04 Frhs2[488]: 6 -1294.17 0 shouldn't be
3495.31/3543.72	WSVECS04 Frhs2[511]: 6 -1050.17 0 shouldn't be
3495.31/3543.72	WSVECS04 Frhs2[570]: 6 -1722.35 0 shouldn't be
3495.31/3543.72	WSVECS04 Frhs2[687]: 6 -1095.75 0 shouldn't be
3495.31/3543.72	WSVECS04 Frhs2[713]: 6 -986.881 0 shouldn't be
3495.31/3543.72	WSVECS04 Frhs2[757]: 6 -963.444 0 shouldn't be
3495.31/3543.72	WSVECS04 Frhs2[916]: 6 0 1.52505 shouldn't be
3495.31/3543.72	WSVECS04 Frhs2[923]: 6 -1261.15 0 shouldn't be
3495.31/3543.72	WSVECS04 Frhs2[936]: 6 -637.252 0 shouldn't be
3495.31/3543.72	WSVECS04 Frhs2[1181]: 6 -1126.97 0 shouldn't be
3495.31/3543.72	WSVECS04 Frhs2[1194]: 6 -888.17 0 shouldn't be
3495.31/3543.72	WSVECS04 Frhs2[1466]: 6 -1511.65 0 shouldn't be
3495.31/3543.72	WSVECS04 Frhs2[1483]: 6 -1167.36 0 shouldn't be
3495.31/3543.72	WSVECS04 Frhs2[1828]: 6 -884.739 0 shouldn't be
3495.31/3543.72	WSVECS04 Frhs2[1844]: 6 -1385.19 0 shouldn't be
3495.31/3543.72	WSVECS04 Frhs2[1987]: 6 -856.562 0 shouldn't be
3495.82/3544.28	WSVECS04 Frhs2[22]: 6 -1185.38 0 shouldn't be
3495.82/3544.28	WSVECS04 Frhs2[618]: 6 -873.33 0 shouldn't be
3495.82/3544.28	WSVECS04 Frhs2[915]: 6 -983.302 0 shouldn't be
3495.82/3544.28	WSVECS04 Frhs2[944]: 6 -566.26 0 shouldn't be
3495.82/3544.28	WSVECS04 Frhs2[1881]: 6 -735.398 0 shouldn't be
3496.41/3544.80	WSVECS04 Frhs2[569]: 6 0 342.763 shouldn't be
3496.41/3544.80	WSVECS04 Frhs2[1046]: 6 -1063.33 0 shouldn't be
3496.41/3544.80	WSVECS04 Frhs2[1812]: 6 -1.0001 0 shouldn't be
3496.72/3545.16	WSVECS04 Frhs2[669]: 6 0 426.191 shouldn't be
3496.72/3545.16	WSVECS04 Frhs2[810]: 6 -601.672 0 shouldn't be
3496.72/3545.16	WSVECS04 Frhs2[913]: 6 0 335.658 shouldn't be
3496.72/3545.16	WSVECS04 Frhs2[1027]: 6 -1053.84 0 shouldn't be
3496.72/3545.16	WSVECS04 Frhs2[1304]: 6 -986.054 0 shouldn't be
3497.51/3546.00	WSVECS04 Frhs2[523]: 6 -823.173 0 shouldn't be
3497.51/3546.00	WSVECS04 Frhs2[640]: 6 -1574.81 0 shouldn't be
3497.51/3546.00	WSVECS04 Frhs2[1155]: 6 -1127.88 0 shouldn't be
3497.51/3546.00	WSVECS04 Frhs2[1314]: 6 -1146.21 0 shouldn't be
3497.51/3546.00	WSVECS04 Frhs2[1324]: 6 -814.832 0 shouldn't be
3497.51/3546.00	WSVECS04 Frhs2[1647]: 6 0 1820.09 shouldn't be
3498.40/3546.82	WSVECS04 Frhs2[524]: 6 0 617.683 shouldn't be
3498.40/3546.82	WSVECS04 Frhs2[1169]: 6 0 909.768 shouldn't be
3498.40/3546.82	WSVECS04 Frhs2[1584]: 6 -1256.24 0 shouldn't be
3498.40/3546.82	WSVECS04 Frhs2[1608]: 6 -704.593 0 shouldn't be
3499.21/3547.66	WSVECS04 Frhs2[452]: 6 -798.489 0 shouldn't be
3499.21/3547.66	WSVECS04 Frhs2[603]: 6 -674.965 0 shouldn't be
3499.21/3547.66	WSVECS04 Frhs2[604]: 6 0 2566.47 shouldn't be
3499.21/3547.66	WSVECS04 Frhs2[758]: 6 0 1589.37 shouldn't be
3499.21/3547.66	WSVECS04 Frhs2[957]: 6 -1068.89 0 shouldn't be
3499.21/3547.66	WSVECS04 Frhs2[1808]: 6 -1068.89 0 shouldn't be
3499.21/3547.66	WSVECS04 Frhs2[1944]: 6 -1214.05 0 shouldn't be
3500.40/3548.83	WSVECS04 Frhs2[451]: 6 0 782.863 shouldn't be
3501.50/3549.92	WSVECS04 Frhs2[456]: 6 0 438.915 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[105]: 6 0 2055.63 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[207]: 6 0 2536.76 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[368]: 6 0 1087.18 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[409]: 6 0 705.215 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[451]: 6 0 782.863 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[456]: 6 0 438.915 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[604]: 6 0 2566.47 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[718]: 6 -1513.14 0 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[745]: 6 0 1595.57 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[913]: 6 0 335.658 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[916]: 6 0 1.525 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[1028]: 6 0 989.359 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[1079]: 6 0 573.882 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[1169]: 6 0 909.768 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[1193]: 6 0 1335.92 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[1323]: 6 0 1793.18 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[1498]: 6 0 2757.03 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[1504]: 6 -1368.11 0 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[1716]: 6 -712.943 0 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[1843]: 6 0 2674.43 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[1881]: 6 -735.398 0 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[1882]: 6 0 526.491 shouldn't be
3503.89/3552.37	WSVECS04 Frhs2[1918]: 6 0 794.263 shouldn't be
3547.06/3595.63	c #Conflicts:    2324000 | #Constraints:      88316
3547.06/3595.63	c #Conflicts:    2325000 | #Constraints:      89316
3547.06/3595.63	c #Conflicts:    2326000 | #Constraints:      90316
3547.06/3595.63	c #Conflicts:    2327000 | #Constraints:      91316
3547.06/3595.63	c #Conflicts:    2328000 | #Constraints:      92316
3547.06/3595.63	c #Conflicts:    2329000 | #Constraints:      93316
3547.06/3595.63	c #Conflicts:    2330000 | #Constraints:      94316
3547.06/3595.63	c #Conflicts:    2331000 | #Constraints:      95316
3547.06/3595.63	c #Conflicts:    2332000 | #Constraints:      96316
3547.06/3595.63	c #Conflicts:    2333000 | #Constraints:      97316
3547.06/3595.63	c #Conflicts:    2334000 | #Constraints:      98316
3547.06/3595.63	c #Conflicts:    2335000 | #Constraints:      99316
3547.06/3595.63	c #Conflicts:    2336000 | #Constraints:     100316
3547.06/3595.63	c #Conflicts:    2337000 | #Constraints:     101316
3547.06/3595.63	c #Conflicts:    2338000 | #Constraints:     102316
3547.06/3595.63	c #Conflicts:    2339000 | #Constraints:     103316
3547.06/3595.63	c #Conflicts:    2340000 | #Constraints:     104316
3547.06/3595.63	c #Conflicts:    2341000 | #Constraints:     105316
3547.06/3595.63	c #Conflicts:    2342000 | #Constraints:     106316
3547.06/3595.63	c #Conflicts:    2343000 | #Constraints:     107316
3547.06/3595.63	c #Conflicts:    2344000 | #Constraints:     108316
3547.06/3595.63	c #Conflicts:    2345000 | #Constraints:     109316
3547.06/3595.63	c #Conflicts:    2346000 | #Constraints:     110316
3547.06/3595.63	c #Conflicts:    2347000 | #Constraints:     111316
3547.06/3595.63	c #Conflicts:    2348000 | #Constraints:     112316
3547.06/3595.63	c #Conflicts:    2349000 | #Constraints:     113316
3547.06/3595.63	c #Conflicts:    2350000 | #Constraints:     114317
3547.06/3595.63	c #Conflicts:    2351000 | #Constraints:     115317
3547.06/3595.63	c #Conflicts:    2352000 | #Constraints:     116317
3547.06/3595.63	c #Conflicts:    2353000 | #Constraints:     117317
3547.06/3595.63	c #Conflicts:    2354000 | #Constraints:     118317
3547.06/3595.63	c #Conflicts:    2355000 | #Constraints:     119317
3547.06/3595.63	c #Conflicts:    2356000 | #Constraints:     120317
3547.06/3595.63	c #Conflicts:    2357000 | #Constraints:     121317
3547.06/3595.63	c #Conflicts:    2358000 | #Constraints:     122317
3547.06/3595.63	c #Conflicts:    2359000 | #Constraints:     123317
3547.06/3595.63	c #Conflicts:    2360000 | #Constraints:     124317
3547.06/3595.63	c #Conflicts:    2361000 | #Constraints:     125317
3547.06/3595.63	c #Conflicts:    2362000 | #Constraints:     126317
3547.06/3595.63	c #Conflicts:    2363000 | #Constraints:     127317
3547.06/3595.63	c #Conflicts:    2364000 | #Constraints:     128317
3547.06/3595.63	c #Conflicts:    2365000 | #Constraints:     129317
3547.06/3595.63	c #Conflicts:    2366000 | #Constraints:     130317
3547.06/3595.63	c #Conflicts:    2367000 | #Constraints:     131317
3547.06/3595.63	c #Conflicts:    2368000 | #Constraints:     132317
3547.06/3595.63	c #Conflicts:    2369000 | #Constraints:     133317
3547.06/3595.63	c #Conflicts:    2370000 | #Constraints:     134317
3547.06/3595.63	WSVECS04 Frhs2[21]: 6 -468.272 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[127]: 6 0 1093.79 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[167]: 6 0 495.475 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[168]: 6 -334.923 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[182]: 6 0 706.541 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[218]: 6 0 719.44 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[248]: 6 -402.375 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[335]: 6 0 424.476 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[336]: 6 -875.813 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[369]: 6 0 935.075 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[370]: 6 -360.21 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[387]: 6 0 1798.16 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[407]: 6 -922.309 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[408]: 6 0 646.437 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[447]: 6 0 259.647 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[448]: 6 -721.856 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[452]: 6 0 1391.55 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[568]: 6 -623.058 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[639]: 6 -724.108 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[640]: 6 0 48.3836 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[672]: 6 -508.048 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[697]: 6 0 2170.11 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[722]: 6 -327.635 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[726]: 6 -321.297 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[787]: 6 0 1621.62 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[829]: 6 -481.553 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[833]: 6 -315.667 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[834]: 6 0 282.914 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[865]: 6 0 161.357 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[866]: 6 -613.381 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[902]: 6 -574.863 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[923]: 6 -629.973 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[935]: 6 -381.784 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[955]: 6 -537.403 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1047]: 6 -473.816 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1048]: 6 0 582.325 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1107]: 6 0 684.066 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1108]: 6 -230.533 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1135]: 6 -444.873 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1136]: 6 0 182.114 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1166]: 6 -312.614 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1175]: 6 -717.225 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1209]: 6 0 1205.08 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1304]: 6 -520.074 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1315]: 6 0 349.363 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1316]: 6 -634.333 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1329]: 6 0 407.519 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1330]: 6 -481.242 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1362]: 6 0 62.0621 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1371]: 6 -282.303 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1372]: 6 0 621.149 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1382]: 6 0 769.81 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1391]: 6 -815.197 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1392]: 6 0 394.497 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1414]: 6 0 475.915 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1443]: 6 -1028.39 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1444]: 6 0 473.613 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1511]: 6 0 783.605 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1512]: 6 -549.605 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1553]: 6 0 508.833 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1554]: 6 -344.179 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1625]: 6 0 250.003 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1677]: 6 0 701.114 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1678]: 6 -549.486 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1695]: 6 -197.869 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1696]: 6 0 492.158 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1721]: 6 -227.419 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1722]: 6 0 575.39 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1769]: 6 -575.715 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1770]: 6 0 1734.13 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1777]: 6 -518.592 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1778]: 6 0 678.071 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1802]: 6 -296.538 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1822]: 6 -472.483 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1847]: 6 0 129.65 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1848]: 6 -775.282 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1861]: 6 -349.065 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1862]: 6 0 369.765 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1909]: 6 -503.44 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1910]: 6 0 1245.01 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1921]: 6 0 430.897 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1922]: 6 -550.754 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1927]: 6 -121.924 0 shouldn't be
3547.06/3595.63	WSVECS04 Frhs2[1931]: 6 -319.343 0 shouldn't be
3547.66/3596.21	WSVECS04 Frhs2[166]: 6 -661.158 0 shouldn't be
3547.66/3596.21	WSVECS04 Frhs2[485]: 6 -813.011 0 shouldn't be
3547.66/3596.21	WSVECS04 Frhs2[632]: 6 -781.697 0 shouldn't be
3547.66/3596.21	WSVECS04 Frhs2[698]: 6 -557.688 0 shouldn't be
3547.66/3596.21	WSVECS04 Frhs2[1181]: 6 -486.073 0 shouldn't be
3547.66/3596.21	WSVECS04 Frhs2[1210]: 6 -687.901 0 shouldn't be
3547.66/3596.21	WSVECS04 Frhs2[1361]: 6 -536.67 0 shouldn't be
3547.66/3596.21	WSVECS04 Frhs2[1558]: 6 -669.876 0 shouldn't be
3548.16/3596.72	WSVECS04 Frhs2[1413]: 6 -167.334 0 shouldn't be
3548.16/3596.72	WSVECS04 Frhs2[1873]: 6 -295.888 0 shouldn't be
3548.65/3597.25	WSVECS04 Frhs2[281]: 6 -406.033 0 shouldn't be
3549.25/3597.82	WSVECS04 Frhs2[181]: 6 -260.572 0 shouldn't be
3549.25/3597.82	WSVECS04 Frhs2[388]: 6 -389.223 0 shouldn't be
3549.25/3597.82	WSVECS04 Frhs2[494]: 6 -89.0221 0 shouldn't be
3549.25/3597.82	WSVECS04 Frhs2[924]: 6 0 1022.09 shouldn't be
3549.25/3597.82	WSVECS04 Frhs2[1626]: 6 -895.617 0 shouldn't be
3549.25/3597.82	WSVECS04 Frhs2[1874]: 6 0 643.019 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[21]: 6 -468.272 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[127]: 6 0 1093.79 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[166]: 6 -661.158 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[167]: 6 0 495.475 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[168]: 6 -334.923 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[182]: 6 0 706.541 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[218]: 6 0 719.44 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[281]: 6 -406.033 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[369]: 6 0 935.075 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[370]: 6 -360.21 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[387]: 6 0 1798.16 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[388]: 6 -389.223 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[408]: 6 0 646.437 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[447]: 6 0 259.647 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[452]: 6 0 1391.55 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[485]: 6 -813.011 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[494]: 6 -89.022 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[568]: 6 -623.058 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[632]: 6 -781.697 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[639]: 6 -724.108 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[640]: 6 0 48.3836 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[697]: 6 0 2170.11 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[722]: 6 -327.635 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[833]: 6 -315.667 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[834]: 6 0 282.914 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[865]: 6 0 161.357 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[923]: 6 -629.973 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1048]: 6 0 582.325 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1107]: 6 0 684.066 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1135]: 6 -444.873 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1136]: 6 0 182.114 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1175]: 6 -717.225 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1176]: 6 0 30.3594 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1209]: 6 0 1205.08 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1304]: 6 -520.074 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1315]: 6 0 349.363 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1316]: 6 -634.333 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1362]: 6 0 62.0621 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1371]: 6 -282.303 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1372]: 6 0 621.149 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1382]: 6 0 769.81 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1391]: 6 -815.197 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1392]: 6 0 394.497 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1443]: 6 -1028.39 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1444]: 6 0 473.613 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1511]: 6 0 783.605 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1512]: 6 -549.605 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1554]: 6 -344.179 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1558]: 6 -669.876 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1625]: 6 0 250.003 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1626]: 6 -895.617 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1677]: 6 0 701.114 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1678]: 6 -549.485 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1696]: 6 0 492.158 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1721]: 6 -227.419 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1770]: 6 0 1734.13 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1778]: 6 0 678.071 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1802]: 6 -296.538 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1821]: 6 0 345.018 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1822]: 6 -472.483 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1861]: 6 -349.065 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1921]: 6 0 430.897 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1922]: 6 -550.754 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1927]: 6 -121.924 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1931]: 6 -319.343 0 shouldn't be
3550.35/3598.90	WSVECS04 Frhs2[1932]: 6 0 167.929 shouldn't be
3596.09/3645.24	c #Conflicts:    2371000 | #Constraints:     135317
3596.09/3645.24	c #Conflicts:    2372000 | #Constraints:     136317
3596.09/3645.24	c #Conflicts:    2373000 | #Constraints:     137317
3596.09/3645.24	c #Conflicts:    2374000 | #Constraints:     138317
3596.09/3645.24	c #Conflicts:    2375000 | #Constraints:     139317
3596.09/3645.24	c #Conflicts:    2376000 | #Constraints:     140317
3596.09/3645.24	c #Conflicts:    2377000 | #Constraints:     141317
3596.09/3645.24	c #Conflicts:    2378000 | #Constraints:     142317
3596.09/3645.24	c #Conflicts:    2379000 | #Constraints:     143317
3596.09/3645.24	c #Conflicts:    2380000 | #Constraints:     144317
3596.09/3645.24	c #Conflicts:    2381000 | #Constraints:     145317
3596.09/3645.24	c #Conflicts:    2382000 | #Constraints:     146317
3596.09/3645.24	c #Conflicts:    2383000 | #Constraints:     147317
3596.09/3645.24	c #Conflicts:    2384000 | #Constraints:     148317
3596.09/3645.24	c #Conflicts:    2385000 | #Constraints:     149318
3596.09/3645.24	c #Conflicts:    2386000 | #Constraints:     150318
3596.09/3645.24	c #Conflicts:    2387000 | #Constraints:     151318
3596.09/3645.24	c #Conflicts:    2388000 | #Constraints:     152318
3596.09/3645.24	c #Conflicts:    2389000 | #Constraints:     153318
3596.09/3645.24	c #Conflicts:    2390000 | #Constraints:     154318
3596.09/3645.24	c #Conflicts:    2391000 | #Constraints:     155318
3596.09/3645.24	c #Conflicts:    2392000 | #Constraints:     156318
3596.09/3645.24	c #Conflicts:    2393000 | #Constraints:     157318
3596.09/3645.24	c #Conflicts:    2394000 | #Constraints:     158318
3596.09/3645.24	c #Conflicts:    2395000 | #Constraints:     159318
3596.09/3645.24	c #Conflicts:    2396000 | #Constraints:     160318
3596.09/3645.24	c #Conflicts:    2397000 | #Constraints:     161318
3596.09/3645.24	c #Conflicts:    2398000 | #Constraints:     162318
3596.09/3645.24	c #Conflicts:    2399000 | #Constraints:     163318
3596.09/3645.24	c #Conflicts:    2400000 | #Constraints:     164318
3596.09/3645.24	c #Conflicts:    2401000 | #Constraints:     165318
3596.09/3645.24	c #Conflicts:    2402000 | #Constraints:     166318
3596.09/3645.24	c #Conflicts:    2403000 | #Constraints:     167318
3596.09/3645.24	c #Conflicts:    2404000 | #Constraints:     168318
3596.09/3645.24	c #Conflicts:    2405000 | #Constraints:     169318
3596.09/3645.24	c #Conflicts:    2406000 | #Constraints:     170319
3596.09/3645.24	c #Conflicts:    2407000 | #Constraints:     171319
3596.09/3645.24	c #Conflicts:    2408000 | #Constraints:     172319
3596.09/3645.24	c #Conflicts:    2409000 | #Constraints:     173319
3596.09/3645.24	c INPROCESSING
3596.09/3645.24	c GARBAGE COLLECT
3596.09/3645.24	WSVECS04 Frhs2[6]: 6 0 102.903 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[10]: 6 0 663.305 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[14]: 6 -60.5395 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[27]: 6 -196.423 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[46]: 6 0 481.869 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[79]: 6 -451.421 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[80]: 6 0 609.872 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[127]: 6 0 167.99 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[128]: 6 -248.255 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[129]: 6 -518.202 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[142]: 6 0 1122.69 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[165]: 6 0 189.015 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[166]: 6 -704.097 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[181]: 6 -110.837 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[187]: 6 0 106.133 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[188]: 6 -224.712 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[195]: 6 -264.506 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[266]: 6 -579.68 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[268]: 6 0 396.788 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[269]: 6 -42.5376 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[270]: 6 0 1070.73 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[291]: 6 0 70.9028 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[309]: 6 0 707.985 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[310]: 6 -165.548 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[333]: 6 0 685.479 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[334]: 6 -440.983 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[347]: 6 0 295.434 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[348]: 6 -523.325 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[367]: 6 -333.041 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[369]: 6 0 1003.79 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[379]: 6 -428.092 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[436]: 6 -567.921 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[475]: 6 -768.939 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[482]: 6 0 63.0828 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[486]: 6 0 798.066 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[524]: 6 0 423.049 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[557]: 6 -413.608 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[559]: 6 0 4.73879 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[563]: 6 -1330.05 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[603]: 6 -148.763 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[604]: 6 0 1133.95 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[632]: 6 -583.35 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[635]: 6 -412.853 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[636]: 6 0 104.969 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[649]: 6 0 1160.56 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[653]: 6 -242.843 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[699]: 6 -411.502 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[702]: 6 -413.294 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[722]: 6 -321.353 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[727]: 6 0 1253.39 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[730]: 6 0 1146.05 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[739]: 6 0 1380.47 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[743]: 6 -472.24 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[744]: 6 0 801.807 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[745]: 6 0 509.927 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[747]: 6 0 86.8541 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[748]: 6 -47.6653 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[783]: 6 -736.508 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[785]: 6 0 1045.09 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[786]: 6 -339.005 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[787]: 6 0 767.957 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[788]: 6 -210.036 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[789]: 6 -578.084 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[794]: 6 0 373.025 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[809]: 6 0 170.751 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[810]: 6 -161.273 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[815]: 6 0 801.16 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[834]: 6 0 412.032 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[841]: 6 -282.112 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[842]: 6 0 185.472 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[852]: 6 -60.6423 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[871]: 6 0 361.398 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[895]: 6 0 142.409 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[901]: 6 0 115.314 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[916]: 6 -655.638 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[935]: 6 -469.235 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1011]: 6 0 628.739 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1054]: 6 0 481.488 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1059]: 6 -296.694 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1060]: 6 0 963.441 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1126]: 6 0 527.164 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1141]: 6 -514.057 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1142]: 6 0 362.528 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1156]: 6 0 753.476 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1217]: 6 0 268.587 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1234]: 6 0 31.2889 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1287]: 6 -833.872 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1288]: 6 0 49.6261 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1289]: 6 0 1235.31 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1336]: 6 -357.118 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1367]: 6 0 427.3 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1383]: 6 -127.887 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1409]: 6 0 606.693 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1420]: 6 0 68.7617 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1440]: 6 0 730.686 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1445]: 6 -175.722 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1446]: 6 0 175.195 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1449]: 6 0 392.97 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1484]: 6 0 225.24 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1499]: 6 0 475.992 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1518]: 6 0 386.259 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1573]: 6 0 756.329 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1578]: 6 0 481.861 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1590]: 6 -333.865 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1606]: 6 -619.868 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1623]: 6 -372.849 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1633]: 6 -296.916 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1634]: 6 0 21.2608 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1647]: 6 -290.743 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1650]: 6 -340.071 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1674]: 6 0 751.505 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1687]: 6 -809.078 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1688]: 6 0 544.379 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1736]: 6 -480.609 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1747]: 6 0 1174.63 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1748]: 6 -576.339 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1768]: 6 0 361.887 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1777]: 6 -684.153 0 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1812]: 6 0 24.2433 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1815]: 6 0 547.583 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1824]: 6 0 175.644 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1866]: 6 0 996.342 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1877]: 6 0 617.34 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1978]: 6 0 751.516 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1980]: 6 0 380.036 shouldn't be
3596.09/3645.24	WSVECS04 Frhs2[1998]: 6 0 505.979 shouldn't be
3596.79/3645.90	WSVECS04 Frhs2[5]: 6 -634.367 0 shouldn't be
3597.29/3646.48	WSVECS04 Frhs2[257]: 6 -196.955 0 shouldn't be
3597.79/3646.90	WSVECS04 Frhs2[22]: 6 0 71.1634 shouldn't be
3597.79/3646.90	WSVECS04 Frhs2[578]: 6 -610.962 0 shouldn't be
3597.79/3646.90	WSVECS04 Frhs2[652]: 6 -543.111 0 shouldn't be
3597.79/3646.90	WSVECS04 Frhs2[1261]: 6 0 186.57 shouldn't be
3597.79/3646.90	WSVECS04 Frhs2[1589]: 6 0 78.207 shouldn't be
3597.79/3646.90	WSVECS04 Frhs2[1856]: 6 0 67.4831 shouldn't be
3598.19/3647.36	WSVECS04 Frhs2[182]: 6 0 537.198 shouldn't be
3598.19/3647.36	WSVECS04 Frhs2[651]: 6 0 801.476 shouldn't be
3598.19/3647.36	WSVECS04 Frhs2[1004]: 6 -574.85 0 shouldn't be
3598.19/3647.36	WSVECS04 Frhs2[1047]: 6 -467.98 0 shouldn't be
3598.19/3647.36	WSVECS04 Frhs2[1574]: 6 -759.897 0 shouldn't be
3598.19/3647.36	WSVECS04 Frhs2[1675]: 6 0 582.577 shouldn't be
3598.19/3647.36	WSVECS04 Frhs2[1677]: 6 0 792.04 shouldn't be
3598.19/3647.36	WSVECS04 Frhs2[1846]: 6 -583.492 0 shouldn't be
3598.89/3648.10	WSVECS04 Frhs2[122]: 6 -356.928 0 shouldn't be
3598.89/3648.10	WSVECS04 Frhs2[130]: 6 0 184.668 shouldn't be
3598.89/3648.10	WSVECS04 Frhs2[230]: 6 0 358.795 shouldn't be
3598.89/3648.10	WSVECS04 Frhs2[281]: 6 -417.847 0 shouldn't be
3598.89/3648.10	WSVECS04 Frhs2[292]: 6 -399.705 0 shouldn't be
3598.89/3648.10	WSVECS04 Frhs2[487]: 6 -400.94 0 shouldn't be
3598.89/3648.10	WSVECS04 Frhs2[495]: 6 -427.001 0 shouldn't be
3598.89/3648.10	WSVECS04 Frhs2[521]: 6 -395.627 0 shouldn't be
3598.89/3648.10	WSVECS04 Frhs2[728]: 6 -370.878 0 shouldn't be
3598.89/3648.10	WSVECS04 Frhs2[729]: 6 -319.42 0 shouldn't be
3598.89/3648.10	WSVECS04 Frhs2[740]: 6 -1 0 shouldn't be
3598.89/3648.10	WSVECS04 Frhs2[896]: 6 -248.357 0 shouldn't be
3598.89/3648.10	WSVECS04 Frhs2[1108]: 6 -144.487 0 shouldn't be
3598.89/3648.10	WSVECS04 Frhs2[1112]: 6 0 485.115 shouldn't be
3598.89/3648.10	WSVECS04 Frhs2[1558]: 6 -823.84 0 shouldn't be
3598.89/3648.10	WSVECS04 Frhs2[1577]: 6 -510.854 0 shouldn't be
3598.89/3648.10	WSVECS04 Frhs2[1676]: 6 -314.903 0 shouldn't be
3598.89/3648.10	WSVECS04 Frhs2[1782]: 6 -203.233 0 shouldn't be
3598.89/3648.10	WSVECS04 Frhs2[1811]: 6 -289.943 0 shouldn't be
3599.78/3648.90	WSVECS04 Frhs2[21]: 6 -577.761 0 shouldn't be
3599.78/3648.90	WSVECS04 Frhs2[30]: 6 -514.538 0 shouldn't be
3599.78/3648.90	WSVECS04 Frhs2[370]: 6 -513.571 0 shouldn't be
3599.78/3648.90	WSVECS04 Frhs2[455]: 6 -967.248 0 shouldn't be
3599.78/3648.90	WSVECS04 Frhs2[618]: 6 -429.522 0 shouldn't be
3599.78/3648.90	WSVECS04 Frhs2[816]: 6 -586.746 0 shouldn't be
3599.78/3648.90	WSVECS04 Frhs2[851]: 6 0 1065.27 shouldn't be
3599.78/3648.90	WSVECS04 Frhs2[1034]: 6 -323.807 0 shouldn't be
3599.78/3648.90	WSVECS04 Frhs2[1181]: 6 -556.28 0 shouldn't be
3599.78/3648.90	WSVECS04 Frhs2[1323]: 6 0 214.467 shouldn't be
3599.78/3648.90	WSVECS04 Frhs2[1368]: 6 -545 0 shouldn't be
3599.78/3648.90	WSVECS04 Frhs2[1384]: 6 0 237.076 shouldn't be
3599.78/3648.90	WSVECS04 Frhs2[1405]: 6 -825.474 0 shouldn't be
3599.78/3648.90	WSVECS04 Frhs2[1443]: 6 -976.345 0 shouldn't be
3599.78/3648.90	WSVECS04 Frhs2[1517]: 6 -832.922 0 shouldn't be
3599.78/3648.90	WSVECS04 Frhs2[1778]: 6 0 894.215 shouldn't be
3599.78/3648.90	WSVECS04 Frhs2[1865]: 6 -316.452 0 shouldn't be
3600.08/3649.20	c Disabling crashed LP
3600.08/3649.20	c cpu time 3568.76 s
3600.08/3649.20	c deterministic time 79098989152 7.91e+10
3600.08/3649.20	c optimization time 0.231823 s
3600.08/3649.20	c total solve time 3568.5 s
3600.08/3649.20	c core-guided solve time 1882.33 s
3600.08/3649.20	c propagation time 1935.77 s
3600.08/3649.20	c conflict analysis time 448.683 s
3600.08/3649.20	c propagations 900869010
3600.08/3649.20	c resolve steps 103189278
3600.08/3649.20	c decisions 4480509
3600.08/3649.20	c conflicts 2409000
3600.08/3649.20	c restarts 4094
3600.08/3649.20	c inprocessing phases 110
3600.08/3649.20	c garbage collections 110 ,( 100.00 )
3600.08/3649.20	c input clauses 6119 ,( 64.49 )
3600.08/3649.20	c input cardinalities 2437 ,( 25.68 )
3600.08/3649.20	c input general constraints 933 ,( 9.83 )
3600.08/3649.20	c input average constraint length 120.69
3600.08/3649.20	c input average constraint degree 18.36
3600.08/3649.20	c learned clauses 2187163 ,( 90.79 )
3600.08/3649.20	c learned cardinalities 52 ,( 0.00 )
3600.08/3649.20	c learned general constraints 221919 ,( 9.21 )
3600.08/3649.20	c learned average constraint length 57.30
3600.08/3649.20	c learned average constraint degree 1780090.18
3600.08/3649.20	c watched  CF 32, 64, 128, Arb: 17304 , 0 , 0 , 0
3600.08/3649.20	c counting CF 32, 64, 128, Arb: 205549 , 0 , 0 , 0
3600.08/3649.20	c watched   constraints 17304 ,( 7.76 ) 
3600.08/3649.20	c counting  constraints 205548 ,( 92.24 ) 
3600.08/3649.20	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 3377737009 , 210901961 , 16051612082 ,( 112143397 , 15939468685 )
3600.08/3649.20	c gcd simplifications 11068
3600.08/3649.20	c detected cardinalities 1
3600.08/3649.20	c weakened non-implied lits 199066945
3600.08/3649.20	c weakened non-implying lits 81656
3600.08/3649.20	c original variables 2000
3600.08/3649.20	c clausal propagations 465963996
3600.08/3649.20	c cardinality propagations 55379767
3600.08/3649.20	c watched propagations 431961
3600.08/3649.20	c counting propagations 369609387
3600.08/3649.20	c watch lookups 55011066570
3600.08/3649.20	c watch backjump lookups 0
3600.08/3649.20	c watch checks 6127164097
3600.08/3649.20	c propagation checks 15138258964
3600.08/3649.20	c constraint additions 1004610727
3600.08/3649.20	c trail pops 907758506
3600.08/3649.20	c formula constraints 5250
3600.08/3649.20	c learned constraints 2409095
3600.08/3649.20	c bound constraints 545
3600.08/3649.20	c core-guided constraints 3694
3600.08/3649.20	c encountered formula constraints 81747815
3600.08/3649.20	c encountered learned constraints 16736549
3600.08/3649.20	c encountered bound constraints 0
3600.08/3649.20	c encountered core-guided constraints 7113914
3600.08/3649.20	c LP total time 1884.46 s
3600.08/3649.20	c LP solve time 1870.34 s
3600.08/3649.20	c LP constraints added 5303
3600.08/3649.20	c LP constraints removed 28
3600.08/3649.20	c LP pivots internal 2413259
3600.08/3649.20	c LP pivots root 2367509
3600.08/3649.20	c LP calls 90
3600.08/3649.20	c LP optimalities 23
3600.08/3649.20	c LP no pivot count 0
3600.08/3649.20	c LP infeasibilities 29
3600.08/3649.20	c LP valid Farkas constraints 29
3600.08/3649.20	c LP learned Farkas constraints 0
3600.08/3649.20	c LP basis resets 28
3600.08/3649.20	c LP cycling count 1
3600.08/3649.20	c LP singular count 22
3600.08/3649.20	c LP no primal count 0
3600.08/3649.20	c LP no farkas count 0
3600.08/3649.20	c LP other issue count 5
3600.08/3649.20	c LP Gomory cuts 10
3600.08/3649.20	c LP learned cuts 43
3600.08/3649.20	c LP deleted cuts 28
3600.08/3649.20	c LP encountered Gomory constraints 0
3600.08/3649.20	c LP encountered Farkas constraints 0
3600.08/3649.20	c LP encountered learned Farkas constraints 0
3600.08/3649.20	c CG auxiliary variables introduced 1413
3600.08/3649.20	c CG solutions found 0
3600.08/3649.20	c CG cores constructed 545
3600.08/3649.20	c CG core cardinality constraints returned 0
3600.08/3649.20	c CG unit cores 0
3600.08/3649.20	c CG single cores 545
3600.08/3649.20	c CG blocks removed during cardinality reduction 0
3600.08/3649.20	c CG first core best 0
3600.08/3649.20	c CG decision core best 0
3600.08/3649.20	c CG core reduction tie 0
3600.08/3649.20	c CG core degree average 1.00
3600.08/3649.20	c CG core slack average 5.11
3600.08/3649.20	c CG core upper bound improvements 0
3600.08/3649.20	c STR number of successful calls 0
3600.08/3649.20	c STR number of unsuccessful calls 0
3600.08/3649.20	c STR number of inconclusive calls 0
3600.08/3649.20	c STR number of successful attempts 0
3600.08/3649.20	c STR number of unsuccessful attempts 0
3600.08/3649.20	c STR number of inconclusive attempts 0
3600.08/3649.20	c STR average degree increase per successful call inf
3600.08/3649.20	c STR average degree increase per successful attempt inf
3600.08/3649.20	c STR total number of conflicts for successful attempts 0
3600.08/3649.20	c STR total number of conflicts for unsuccessful attempts 0
3600.08/3649.20	c STR total number of conflicts for inconclusive attempts 0
3600.08/3649.20	c STR average number of conflicts per successful attempt inf
3600.08/3649.20	c STR average number of conflicts per unsuccessful attempt inf
3600.08/3649.20	c STR average number of conflicts per inconclusive attempt inf
3600.08/3649.20	c AVG.sumWPerc 75.52 
3600.08/3649.20	c bigint constraints 0 
3600.08/3649.20	s UNKNOWN
3600.08/3649.20	c Program interrupted by user.

Verifier Data

ERROR: no interpretation found !

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: 63708 MiB (54067 MiB free)
  memory of node 1: 64465 MiB (60542 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=145375, runsolver pid=145372

[startup+0.100063 s]*
/proc/loadavg: 0.36 0.38 0.27 5/270 145378
/proc/meminfo: memFree=117339892/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=64168 memory=18000 CPUtime=0.06 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 3001 0 0 0 5 1 0 0 20 0 1 0 174137940 65708032 4500 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 16042 4500 2304 1147 0 3468 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 68360 KiB
Current children cumulated memory: 21072 KiB

[startup+0.205667 s]*
/proc/loadavg: 0.36 0.38 0.27 5/270 145378
/proc/meminfo: memFree=117331828/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=65156 memory=18896 CPUtime=0.16 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 3230 0 0 0 15 1 0 0 20 0 1 0 174137940 66719744 4724 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 16289 4724 2304 1147 0 3715 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 69348 KiB
Current children cumulated memory: 21968 KiB

[startup+0.305196 s]*
/proc/loadavg: 0.36 0.38 0.27 5/270 145378
/proc/meminfo: memFree=117325968/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=65156 memory=18896 CPUtime=0.25 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 3242 0 0 0 24 1 0 0 20 0 1 0 174137940 66719744 4724 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 16289 4724 2304 1147 0 3715 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 69348 KiB
Current children cumulated memory: 21968 KiB

[startup+0.700183 s]
/proc/loadavg: 0.36 0.38 0.27 5/270 145378
/proc/meminfo: memFree=117295492/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=66172 memory=20432 CPUtime=0.65 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 3554 0 0 0 63 2 0 0 20 0 1 0 174137940 67760128 5108 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 16543 5108 2368 1147 0 3969 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 70364 KiB
Current children cumulated memory: 23504 KiB

[startup+1.50016 s]
/proc/loadavg: 0.36 0.38 0.27 5/271 145379
/proc/meminfo: memFree=117235468/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=66172 memory=20432 CPUtime=1.44 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 3555 0 0 0 141 3 0 0 20 0 1 0 174137940 67760128 5108 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 16543 5108 2368 1147 0 3969 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 70364 KiB
Current children cumulated memory: 23504 KiB

[startup+3.10544 s]
/proc/loadavg: 0.36 0.38 0.27 5/271 145380
/proc/meminfo: memFree=117127464/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=66528 memory=20688 CPUtime=3.05 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 3629 0 0 0 300 5 0 0 20 0 1 0 174137940 68124672 5172 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 16632 5172 2368 1147 0 4058 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 70720 KiB
Current children cumulated memory: 23760 KiB

[startup+6.30014 s]
/proc/loadavg: 0.65 0.44 0.29 5/271 145380
/proc/meminfo: memFree=117011596/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=75420 memory=32676 CPUtime=6.23 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 5600 0 0 0 607 16 0 0 20 0 1 0 174137940 77230080 8169 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 18855 8169 2368 1147 0 6281 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 79612 KiB
Current children cumulated memory: 35748 KiB

[startup+12.7001 s]
/proc/loadavg: 0.92 0.50 0.31 5/271 145380
/proc/meminfo: memFree=116862660/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=81072 memory=37796 CPUtime=12.62 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 6875 0 0 0 1238 24 0 0 20 0 1 0 174137940 83017728 9449 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 20268 9449 2368 1147 0 7694 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 85264 KiB
Current children cumulated memory: 40868 KiB

[startup+25.5002 s]
/proc/loadavg: 1.60 0.67 0.37 5/271 145382
/proc/meminfo: memFree=116473528/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=82140 memory=38820 CPUtime=25.39 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 7144 0 0 0 2502 37 0 0 20 0 1 0 174137940 84111360 9705 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 20535 9705 2368 1147 0 7961 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 86332 KiB
Current children cumulated memory: 41892 KiB

[startup+51.1055 s]
/proc/loadavg: 2.49 0.96 0.47 5/272 145383
/proc/meminfo: memFree=115942120/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=99928 memory=56868 CPUtime=50.11 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 11608 0 0 0 4948 63 0 0 20 0 1 0 174137940 102326272 14217 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 24982 14217 2400 1147 0 12408 0
Current children cumulated CPU time: 50.11 s
Current children cumulated vsize: 104120 KiB
Current children cumulated memory: 59940 KiB

[startup+102.3 s]
/proc/loadavg: 3.66 1.51 0.68 5/268 145413
/proc/meminfo: memFree=115239392/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=100576 memory=57892 CPUtime=98.94 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 11873 0 0 0 9765 129 0 0 20 0 1 0 174137940 102989824 14473 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 25144 14473 2400 1147 0 12570 0
Current children cumulated CPU time: 98.94 s
Current children cumulated vsize: 104768 KiB
Current children cumulated memory: 60964 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 2.05 0.93 5/272 145435
/proc/meminfo: memFree=114970264/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=101932 memory=59172 CPUtime=158.8 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 12186 0 0 0 15675 205 0 0 20 0 1 0 174137940 104378368 14793 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 25483 14793 2400 1147 0 12909 0
Current children cumulated CPU time: 158.8 s
Current children cumulated vsize: 106124 KiB
Current children cumulated memory: 62244 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 2.44 1.13 5/272 145437
/proc/meminfo: memFree=114276216/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=104696 memory=61604 CPUtime=218.66 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 12799 0 0 0 21575 291 0 0 20 0 1 0 174137940 107208704 15401 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 26174 15401 2400 1147 0 13600 0
Current children cumulated CPU time: 218.66 s

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

[pid=145378] ppid=145375 vsize=271336 memory=195544 CPUtime=3116.43 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 37948 0 0 0 308821 2822 0 0 20 0 1 0 174137940 277848064 48886 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 67834 48886 2528 1147 0 55260 0
Current children cumulated CPU time: 3116.43 s
Current children cumulated vsize: 275528 KiB
Current children cumulated memory: 198616 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.09 4.01 4/273 145599
/proc/meminfo: memFree=80686160/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=271336 memory=195544 CPUtime=3175.42 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 37948 0 0 0 314688 2854 0 0 20 0 1 0 174137940 277848064 48886 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 67834 48886 2528 1147 0 55260 0
Current children cumulated CPU time: 3175.42 s
Current children cumulated vsize: 275528 KiB
Current children cumulated memory: 198616 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.09 4.01 5/272 145601
/proc/meminfo: memFree=79463948/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=271484 memory=195800 CPUtime=3235.22 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 38013 0 0 0 320634 2888 0 0 20 0 1 0 174137940 277999616 48950 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 67871 48950 2528 1147 0 55297 0
Current children cumulated CPU time: 3235.22 s
Current children cumulated vsize: 275676 KiB
Current children cumulated memory: 198872 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.01 5/273 145611
/proc/meminfo: memFree=78294688/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=272216 memory=196440 CPUtime=3294.49 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 38164 0 0 0 326518 2931 0 0 20 0 1 0 174137940 278749184 49110 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 68054 49110 2528 1147 0 55480 0
Current children cumulated CPU time: 3294.49 s
Current children cumulated vsize: 276408 KiB
Current children cumulated memory: 199512 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.10 4.01 5/273 145613
/proc/meminfo: memFree=77556380/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=272216 memory=196440 CPUtime=3354.35 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 38164 0 0 0 332477 2958 0 0 20 0 1 0 174137940 278749184 49110 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 68054 49110 2528 1147 0 55480 0
Current children cumulated CPU time: 3354.35 s
Current children cumulated vsize: 276408 KiB
Current children cumulated memory: 199512 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.08 4.01 5/273 145626
/proc/meminfo: memFree=76754756/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=272216 memory=196440 CPUtime=3414.21 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 38173 0 0 0 338441 2980 0 0 20 0 1 0 174137940 278749184 49110 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 68054 49110 2528 1147 0 55480 0
Current children cumulated CPU time: 3414.21 s
Current children cumulated vsize: 276408 KiB
Current children cumulated memory: 199512 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.08 4.01 5/273 145628
/proc/meminfo: memFree=76382036/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=272216 memory=196440 CPUtime=3474.05 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 38173 0 0 0 344375 3030 0 0 20 0 1 0 174137940 278749184 49110 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 68054 49110 2528 1147 0 55480 0
Current children cumulated CPU time: 3474.05 s
Current children cumulated vsize: 276408 KiB
Current children cumulated memory: 199512 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.09 4.01 5/274 145630
/proc/meminfo: memFree=76077712/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=272216 memory=196440 CPUtime=3533.8 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 38177 0 0 0 350300 3080 0 0 20 0 1 0 174137940 278749184 49110 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 68054 49110 2528 1147 0 55480 0
Current children cumulated CPU time: 3533.8 s
Current children cumulated vsize: 276408 KiB
Current children cumulated memory: 199512 KiB

[startup+3642.3 s]
/proc/loadavg: 4.10 4.09 4.01 3/271 145680
/proc/meminfo: memFree=77876540/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=272216 memory=196568 CPUtime=3593.2 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 38207 0 0 0 356195 3125 0 0 20 0 1 0 174137940 278749184 49142 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 68054 49142 2528 1147 0 55480 0
Current children cumulated CPU time: 3593.2 s
Current children cumulated vsize: 276408 KiB
Current children cumulated memory: 199640 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3649.2 s]
/proc/loadavg: 4.09 4.09 4.01 5/269 145695
/proc/meminfo: memFree=78026888/131250000 swapFree=33010160/33010684
[pid=145375] ppid=145372 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/145375/stat : 145375 (run-opt-break-l) S 145372 145375 145301 0 -1 4194304 244 1807 0 0 0 0 0 0 20 0 1 0 174137936 4292608 768 18446744073709551615 94358150037504 94358150932037 140726657615104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94358151171088 94358151218832 94358168055808 140726657624339 140726657624540 140726657624540 140726657630144 0
/proc/145375/statm: 1048 768 704 219 0 110 0
[pid=145378] ppid=145375 vsize=278256 memory=202328 CPUtime=3600.08 cores=5,7
/proc/145378/stat : 145378 (roundingsat) R 145375 145375 145301 0 -1 4194304 39652 0 0 0 356876 3132 0 0 20 0 1 0 174137940 284934144 50582 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 69564 50582 2528 1147 0 56990 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 282448 KiB
Current children cumulated memory: 205400 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.004625 s, system=0.008964 s

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

# cumulated CPU time of all completed processes:  user=3568.77 s, system=31.345 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+3649.41 s]
/proc/loadavg: 4.09 4.09 4.01 4/268 145695
/proc/meminfo: memFree=78023688/131250000 swapFree=33010160/33010684
[pid=145378] ppid=145372 vsize=270620 memory=195728 CPUtime=3600.09 cores=5,7
/proc/145378/stat : 145378 (roundingsat) D 145372 145375 145301 0 -1 4194304 39655 0 0 0 356876 3133 0 0 20 0 1 0 174137940 277114880 48932 18446744073709551615 4227072 8923577 140720511231136 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9827200 9836688 35164160 140720511236370 140720511236646 140720511236646 140720511242218 0
/proc/145378/statm: 67655 48932 2560 1147 0 55081 0
Current cumulated CPU time of completed processes: 0.013589 s
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 270620 KiB
Current children cumulated memory: 195728 KiB

Child status: 2

Real time (s): 3649.42
CPU time (s): 3600.12
CPU user time (s): 3568.77
CPU system time (s): 31.345
CPU usage (%): 98.6489
Max. virtual memory (cumulated for all children) (KiB): 282448
Max. memory (cumulated for all children) (KiB): 205400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3568.77
system time used= 31.345
maximum resident set size= 202328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41722
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11425848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 573
involuntary context switches= 3300


# summary of solver processes directly reported to runsolver:
#   pid: 145375,145378
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3568.77
#   total CPU system time (s): 31.345

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.0738 second user time and 16.1501 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-15 15:03:24
IDJOB=4532312
IDBENCH=147028
IDSOLVER=3393
FILE ID=nodeC016/4532312-1752584604
RUNJOBID= nodeC016-1752584602-145314
SLURM_JOB_ID= 9684346
Free space on /tmp= 430784 MiB

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

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

MD5SUM BENCH= f9f2b1fc4917344504b6167976088a05
RANDOM SEED=1057340159

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        117402728 kB
MemAvailable:   129665044 kB
Buffers:            2144 kB
Cached:         12973704 kB
SwapCached:           28 kB
Active:           854048 kB
Inactive:       12238848 kB
Active(anon):     133000 kB
Inactive(anon):     2112 kB
Active(file):     721048 kB
Inactive(file): 12236736 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             40776 kB
Writeback:             0 kB
AnonPages:        120204 kB
Mapped:           115884 kB
Shmem:             18044 kB
KReclaimable:     287540 kB
Slab:             386000 kB
SReclaimable:     287540 kB
SUnreclaim:        98460 kB
KernelStack:        4240 kB
PageTables:         3332 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     444964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430668 MiB
End job on nodeC016 at 2025-07-15 16:04:13