Trace number 4486611

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 63f22ad? (TO) 3600.04 3617.72

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-4486611-1751328114.opb'
0.00/0.02	c 	read 0.18MB  (3.11ms)
0.00/0.02	c	 [cnf: #variables 2000 #clauses 5251 #duplicates 0 #arr 16750]
0.00/0.02	c output proof to 'PROOFDIR/proof-4486611-1751328114'
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.03	c	 [group: #orbits ~= 0] (3.36ms)
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.77ms)
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-4486611-1751328114.opb.pre'
0.00/0.03	c 	wrote 0.18MB (0.52ms)
0.00/0.03	c ------------------------------------------------------------------
0.00/0.03	c                   3.36ms 31.53% approx_orbits
0.00/0.03	c                   3.10ms 29.13% parse
0.00/0.03	c                   2.03ms 19.07% other
0.00/0.03	c                   0.81ms  7.60% detect_generic
0.00/0.03	c                   0.77ms  7.26% detect_special
0.00/0.03	c                   0.52ms  4.90% output
0.00/0.03	c                   0.05ms  0.50% finalize_order
0.00/0.03	c         ───────────────────────────────────────────────
0.00/0.03	c                  10.66ms   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 63f22ad
0.00/0.08	c #variables 2000 #constraints 5250
0.00/0.08	c objective is ce32 
0.00/0.08	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.08	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.08	c bounds - >= 0 @ 0.027171
1.81/1.99	c #Conflicts:       1000 | #Constraints:       6249
1.81/1.99	c #Conflicts:       2000 | #Constraints:       7249
1.81/1.99	c INPROCESSING
1.81/1.99	c GARBAGE COLLECT
1.81/1.99	WSVECS04 Frhs2[30]: 6 0 0.288285 shouldn't be
1.81/1.99	WSVECS04 Frhs2[53]: 6 -0.429786 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[54]: 6 0 0.339717 shouldn't be
1.81/1.99	WSVECS04 Frhs2[74]: 6 0 1.02603 shouldn't be
1.81/1.99	WSVECS04 Frhs2[86]: 6 0 0.103656 shouldn't be
1.81/1.99	WSVECS04 Frhs2[89]: 6 -1.00008 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[90]: 6 0 0.267987 shouldn't be
1.81/1.99	WSVECS04 Frhs2[94]: 6 -0.982765 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[97]: 6 0 3.49788 shouldn't be
1.81/1.99	WSVECS04 Frhs2[104]: 6 0 0.829128 shouldn't be
1.81/1.99	WSVECS04 Frhs2[111]: 6 0 0.479452 shouldn't be
1.81/1.99	WSVECS04 Frhs2[125]: 6 0 0.856934 shouldn't be
1.81/1.99	WSVECS04 Frhs2[129]: 6 -1.00006 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[131]: 6 -1.00002 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[132]: 6 0 1.0001 shouldn't be
1.81/1.99	WSVECS04 Frhs2[148]: 6 -0.421474 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[149]: 6 0 0.105953 shouldn't be
1.81/1.99	WSVECS04 Frhs2[155]: 6 0 0.518174 shouldn't be
1.81/1.99	WSVECS04 Frhs2[177]: 6 0 1.24075 shouldn't be
1.81/1.99	WSVECS04 Frhs2[194]: 6 0 0.0212289 shouldn't be
1.81/1.99	WSVECS04 Frhs2[211]: 6 0 1.81498 shouldn't be
1.81/1.99	WSVECS04 Frhs2[212]: 6 -1.00006 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[227]: 6 0 1.38036 shouldn't be
1.81/1.99	WSVECS04 Frhs2[228]: 6 -1.00005 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[233]: 6 0 0.0260463 shouldn't be
1.81/1.99	WSVECS04 Frhs2[234]: 6 -1.00002 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[255]: 6 -1.00009 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[256]: 6 0 0.48448 shouldn't be
1.81/1.99	WSVECS04 Frhs2[261]: 6 -0.960624 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[270]: 6 0 0.497053 shouldn't be
1.81/1.99	WSVECS04 Frhs2[289]: 6 0 0.273444 shouldn't be
1.81/1.99	WSVECS04 Frhs2[290]: 6 -1.00007 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[301]: 6 -0.351619 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[304]: 6 -1.00009 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[316]: 6 -0.351584 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[333]: 6 0 1.42879 shouldn't be
1.81/1.99	WSVECS04 Frhs2[334]: 6 -0.504508 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[337]: 6 0 1.49202 shouldn't be
1.81/1.99	WSVECS04 Frhs2[367]: 6 0 0.465515 shouldn't be
1.81/1.99	WSVECS04 Frhs2[370]: 6 0 0.915396 shouldn't be
1.81/1.99	WSVECS04 Frhs2[377]: 6 0 0.0632429 shouldn't be
1.81/1.99	WSVECS04 Frhs2[378]: 6 -1.00003 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[389]: 6 0 2.58986 shouldn't be
1.81/1.99	WSVECS04 Frhs2[391]: 6 0 1.47761 shouldn't be
1.81/1.99	WSVECS04 Frhs2[435]: 6 0 0.472494 shouldn't be
1.81/1.99	WSVECS04 Frhs2[499]: 6 -1.00007 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[500]: 6 0 0.405865 shouldn't be
1.81/1.99	WSVECS04 Frhs2[505]: 6 0 1.25265 shouldn't be
1.81/1.99	WSVECS04 Frhs2[522]: 6 0 0.402894 shouldn't be
1.81/1.99	WSVECS04 Frhs2[582]: 6 0 0.174788 shouldn't be
1.81/1.99	WSVECS04 Frhs2[587]: 6 0 1.47058 shouldn't be
1.81/1.99	WSVECS04 Frhs2[593]: 6 -1.00008 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[594]: 6 0 0.108803 shouldn't be
1.81/1.99	WSVECS04 Frhs2[602]: 6 0 0.908399 shouldn't be
1.81/1.99	WSVECS04 Frhs2[607]: 6 0 0.130259 shouldn't be
1.81/1.99	WSVECS04 Frhs2[608]: 6 -1.00004 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[611]: 6 0 1.75807 shouldn't be
1.81/1.99	WSVECS04 Frhs2[612]: 6 -0.853606 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[615]: 6 0 0.208691 shouldn't be
1.81/1.99	WSVECS04 Frhs2[616]: 6 -1.00007 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[619]: 6 0 0.786736 shouldn't be
1.81/1.99	WSVECS04 Frhs2[628]: 6 -0.435267 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[649]: 6 -0.641857 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[650]: 6 0 1.71045 shouldn't be
1.81/1.99	WSVECS04 Frhs2[653]: 6 -0.791527 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[666]: 6 0 0.223839 shouldn't be
1.81/1.99	WSVECS04 Frhs2[671]: 6 0 1.00312 shouldn't be
1.81/1.99	WSVECS04 Frhs2[675]: 6 0 1.26243 shouldn't be
1.81/1.99	WSVECS04 Frhs2[693]: 6 0 0.793729 shouldn't be
1.81/1.99	WSVECS04 Frhs2[706]: 6 0 0.216582 shouldn't be
1.81/1.99	WSVECS04 Frhs2[708]: 6 0 2.05199 shouldn't be
1.81/1.99	WSVECS04 Frhs2[721]: 6 0 0.95596 shouldn't be
1.81/1.99	WSVECS04 Frhs2[722]: 6 -0.66612 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[726]: 6 0 1.71221 shouldn't be
1.81/1.99	WSVECS04 Frhs2[733]: 6 -0.699386 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[734]: 6 0 0.0593188 shouldn't be
1.81/1.99	WSVECS04 Frhs2[746]: 6 -1.00004 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[757]: 6 0 0.769938 shouldn't be
1.81/1.99	WSVECS04 Frhs2[772]: 6 -0.750298 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[778]: 6 0 1.72006 shouldn't be
1.81/1.99	WSVECS04 Frhs2[836]: 6 0 0.930836 shouldn't be
1.81/1.99	WSVECS04 Frhs2[848]: 6 0 1.48899 shouldn't be
1.81/1.99	WSVECS04 Frhs2[849]: 6 -1.00005 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[850]: 6 0 0.883635 shouldn't be
1.81/1.99	WSVECS04 Frhs2[874]: 6 0 1.46472 shouldn't be
1.81/1.99	WSVECS04 Frhs2[887]: 6 -0.752922 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[888]: 6 0 0.0198939 shouldn't be
1.81/1.99	WSVECS04 Frhs2[909]: 6 -1.00004 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[910]: 6 0 0.9311 shouldn't be
1.81/1.99	WSVECS04 Frhs2[957]: 6 0 1.38524 shouldn't be
1.81/1.99	WSVECS04 Frhs2[958]: 6 -0.577112 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[970]: 6 0 1.24553 shouldn't be
1.81/1.99	WSVECS04 Frhs2[993]: 6 0 0.871315 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1003]: 6 0 0.642684 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1004]: 6 -0.00742645 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1012]: 6 0 0.0697696 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1033]: 6 0 1.32874 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1048]: 6 -0.656269 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1053]: 6 -1.00005 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1054]: 6 0 2.09464 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1059]: 6 -2.10833 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1085]: 6 0 1.79759 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1112]: 6 -0.2909 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1115]: 6 0 0.266171 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1116]: 6 -1.00002 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1117]: 6 -1.00002 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1118]: 6 0 1.65734 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1155]: 6 -1.00009 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1163]: 6 0 1.25163 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1164]: 6 -0.475776 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1187]: 6 0 0.185146 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1223]: 6 0 0.976462 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1256]: 6 0 1.95179 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1268]: 6 0 1.81261 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1301]: 6 -3.53459 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1315]: 6 -0.570286 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1316]: 6 0 0.148316 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1327]: 6 -1.00009 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1328]: 6 0 0.728965 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1350]: 6 -0.720041 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1378]: 6 0 0.733956 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1381]: 6 0 0.111663 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1399]: 6 -2.25435 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1403]: 6 0 0.614833 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1410]: 6 -0.852437 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1412]: 6 -0.238436 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1462]: 6 -0.809153 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1521]: 6 -1.00005 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1528]: 6 -0.378973 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1534]: 6 0 0.146498 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1553]: 6 0 2.79824 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1555]: 6 -0.289656 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1556]: 6 0 1.05869 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1558]: 6 0 1.87788 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1592]: 6 0 2.62511 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1625]: 6 0 2.3427 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1671]: 6 -0.991944 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1672]: 6 0 0.801688 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1711]: 6 -1.00001 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1712]: 6 0 0.542187 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1724]: 6 0 2.33922 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1729]: 6 0 0.284763 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1765]: 6 -3.33399 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1801]: 6 0 0.077055 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1819]: 6 -1.00002 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1820]: 6 0 0.618549 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1853]: 6 0 0.259447 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1855]: 6 0 0.999177 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1866]: 6 -1.00007 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1867]: 6 0 2.94526 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1870]: 6 0 0.595961 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1877]: 6 -0.958604 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1878]: 6 0 1.84249 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1890]: 6 -0.727611 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1898]: 6 0 0.573696 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1902]: 6 0 1.09486 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1910]: 6 0 0.279138 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1912]: 6 -0.726172 0 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1914]: 6 0 0.8018 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1943]: 6 0 0.474263 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1973]: 6 0 0.655566 shouldn't be
1.81/1.99	WSVECS04 Frhs2[1974]: 6 -1.00005 0 shouldn't be
2.41/2.54	WSVECS04 Frhs2[244]: 6 0 1.25826 shouldn't be
2.41/2.54	WSVECS04 Frhs2[274]: 6 0 0.709192 shouldn't be
2.41/2.54	WSVECS04 Frhs2[592]: 6 -0.599263 0 shouldn't be
2.41/2.54	WSVECS04 Frhs2[677]: 6 -1.00004 0 shouldn't be
2.41/2.54	WSVECS04 Frhs2[707]: 6 -1.00002 0 shouldn't be
2.41/2.54	WSVECS04 Frhs2[727]: 6 -0.165965 0 shouldn't be
2.41/2.54	WSVECS04 Frhs2[835]: 6 -1.00004 0 shouldn't be
2.41/2.54	WSVECS04 Frhs2[1169]: 6 -1.00008 0 shouldn't be
2.41/2.54	WSVECS04 Frhs2[1224]: 6 -1.00003 0 shouldn't be
2.41/2.54	WSVECS04 Frhs2[1277]: 6 -1.00005 0 shouldn't be
2.41/2.54	WSVECS04 Frhs2[1369]: 6 -1.00003 0 shouldn't be
2.41/2.54	WSVECS04 Frhs2[1370]: 6 0 0.465385 shouldn't be
2.41/2.54	WSVECS04 Frhs2[1527]: 6 0 0.265831 shouldn't be
2.41/2.54	WSVECS04 Frhs2[1533]: 6 -1.00002 0 shouldn't be
2.41/2.54	WSVECS04 Frhs2[1865]: 6 0 1.00005 shouldn't be
2.80/2.97	WSVECS04 Frhs2[136]: 6 0 0.886913 shouldn't be
2.80/2.97	WSVECS04 Frhs2[178]: 6 -0.648526 0 shouldn't be
2.80/2.97	WSVECS04 Frhs2[179]: 6 -1.00008 0 shouldn't be
2.80/2.97	WSVECS04 Frhs2[308]: 6 0 2.88377 shouldn't be
2.80/2.97	WSVECS04 Frhs2[588]: 6 -1.00005 0 shouldn't be
2.80/2.97	WSVECS04 Frhs2[694]: 6 -1.00006 0 shouldn't be
2.80/2.97	WSVECS04 Frhs2[847]: 6 -1.00007 0 shouldn't be
2.80/2.97	WSVECS04 Frhs2[1057]: 6 -1.0001 0 shouldn't be
2.80/2.97	WSVECS04 Frhs2[1111]: 6 0 1.77975 shouldn't be
2.80/2.97	WSVECS04 Frhs2[1232]: 6 0 0.043416 shouldn't be
2.80/2.97	WSVECS04 Frhs2[1377]: 6 -1.00009 0 shouldn't be
2.80/2.97	WSVECS04 Frhs2[1382]: 6 -1.00005 0 shouldn't be
2.80/2.97	WSVECS04 Frhs2[1554]: 6 -1.00006 0 shouldn't be
3.19/3.35	c bounds - >= 1 @ 3.20445
3.19/3.35	c bounds - >= 2 @ 3.20499
3.19/3.35	c bounds - >= 3 @ 3.20557
3.19/3.35	c bounds - >= 4 @ 3.20611
3.19/3.35	c bounds - >= 5 @ 3.20667
3.19/3.35	c bounds - >= 6 @ 3.20721
3.19/3.35	c bounds - >= 7 @ 3.20777
3.19/3.35	c bounds - >= 8 @ 3.20831
3.19/3.35	c bounds - >= 9 @ 3.20888
3.19/3.35	c bounds - >= 10 @ 3.20949
3.19/3.35	c bounds - >= 11 @ 3.21008
3.19/3.35	c bounds - >= 12 @ 3.21069
3.19/3.35	c bounds - >= 13 @ 3.2113
3.19/3.35	c bounds - >= 14 @ 3.21191
3.19/3.35	c bounds - >= 15 @ 3.21253
3.19/3.36	c bounds - >= 16 @ 3.21315
3.19/3.36	c bounds - >= 17 @ 3.21375
3.19/3.36	c bounds - >= 18 @ 3.21437
3.19/3.36	c bounds - >= 19 @ 3.21498
3.19/3.36	c bounds - >= 20 @ 3.2156
3.19/3.36	c bounds - >= 21 @ 3.21621
3.19/3.36	c bounds - >= 22 @ 3.21682
3.19/3.36	c bounds - >= 23 @ 3.21742
3.19/3.36	c bounds - >= 24 @ 3.21803
3.19/3.36	c bounds - >= 25 @ 3.21864
3.19/3.36	c bounds - >= 26 @ 3.21925
3.19/3.36	c bounds - >= 27 @ 3.21987
3.19/3.36	c bounds - >= 28 @ 3.22048
3.19/3.36	c bounds - >= 29 @ 3.22109
3.19/3.36	c bounds - >= 30 @ 3.22171
3.19/3.36	c bounds - >= 31 @ 3.22232
3.19/3.36	c bounds - >= 32 @ 3.22247
3.19/3.37	c bounds - >= 33 @ 3.22257
3.19/3.37	c bounds - >= 34 @ 3.22319
3.19/3.37	c bounds - >= 35 @ 3.2238
3.19/3.37	c bounds - >= 36 @ 3.22442
3.19/3.37	c bounds - >= 37 @ 3.22505
3.19/3.37	c bounds - >= 38 @ 3.22568
3.19/3.37	c bounds - >= 39 @ 3.2263
3.19/3.37	c bounds - >= 40 @ 3.22688
3.19/3.37	c bounds - >= 41 @ 3.22746
3.19/3.37	c bounds - >= 42 @ 3.22804
3.19/3.37	c bounds - >= 43 @ 3.22863
3.19/3.37	c bounds - >= 44 @ 3.22922
3.19/3.37	c bounds - >= 45 @ 3.2298
3.19/3.37	c bounds - >= 46 @ 3.23038
3.19/3.37	c bounds - >= 47 @ 3.23116
3.19/3.38	c bounds - >= 48 @ 3.23215
3.19/3.38	c bounds - >= 49 @ 3.23276
3.19/3.38	c bounds - >= 50 @ 3.23337
3.19/3.38	c bounds - >= 51 @ 3.23344
3.19/3.38	c bounds - >= 52 @ 3.23355
3.19/3.38	c bounds - >= 53 @ 3.23412
3.19/3.38	c bounds - >= 54 @ 3.2347
3.19/3.38	c bounds - >= 55 @ 3.23529
3.19/3.38	c bounds - >= 56 @ 3.23543
3.19/3.38	c bounds - >= 57 @ 3.23548
3.19/3.38	c bounds - >= 58 @ 3.23608
3.19/3.38	c bounds - >= 59 @ 3.2367
3.19/3.38	c bounds - >= 60 @ 3.23728
3.19/3.38	c bounds - >= 61 @ 3.23743
3.19/3.38	c bounds - >= 62 @ 3.23747
3.19/3.38	c bounds - >= 63 @ 3.23808
3.19/3.38	c bounds - >= 64 @ 3.23869
3.19/3.39	c bounds - >= 65 @ 3.23931
3.19/3.39	c bounds - >= 66 @ 3.23992
3.19/3.39	c bounds - >= 67 @ 3.24051
3.19/3.39	c bounds - >= 68 @ 3.2411
3.19/3.39	c bounds - >= 69 @ 3.24172
3.19/3.39	c bounds - >= 70 @ 3.24231
3.19/3.39	c bounds - >= 71 @ 3.2429
3.19/3.39	c bounds - >= 72 @ 3.2435
3.19/3.39	c bounds - >= 73 @ 3.24409
3.19/3.39	c bounds - >= 74 @ 3.24469
3.19/3.39	c bounds - >= 75 @ 3.2453
3.19/3.39	c bounds - >= 76 @ 3.2454
3.19/3.39	c bounds - >= 77 @ 3.24551
3.19/3.39	c bounds - >= 78 @ 3.24609
3.19/3.39	c bounds - >= 79 @ 3.24667
3.19/3.39	c bounds - >= 80 @ 3.24726
3.19/3.39	c bounds - >= 81 @ 3.2474
3.29/3.40	c bounds - >= 82 @ 3.24746
3.29/3.40	c bounds - >= 83 @ 3.24805
3.29/3.40	c bounds - >= 84 @ 3.24864
3.29/3.40	c bounds - >= 85 @ 3.24923
3.29/3.40	c bounds - >= 86 @ 3.24981
3.29/3.40	c bounds - >= 87 @ 3.25041
3.29/3.40	c bounds - >= 88 @ 3.25104
3.29/3.40	c bounds - >= 89 @ 3.25165
3.29/3.40	c bounds - >= 90 @ 3.25225
3.29/3.40	c bounds - >= 91 @ 3.25284
3.29/3.40	c bounds - >= 92 @ 3.25344
3.29/3.40	c bounds - >= 93 @ 3.25407
3.29/3.40	c bounds - >= 94 @ 3.25466
3.29/3.40	c bounds - >= 95 @ 3.25526
3.29/3.40	c bounds - >= 96 @ 3.25526
3.29/3.40	c bounds - >= 97 @ 3.25547
3.29/3.41	c bounds - >= 98 @ 3.25605
3.29/3.41	c bounds - >= 99 @ 3.25663
3.29/3.41	c bounds - >= 100 @ 3.25723
3.29/3.41	c bounds - >= 101 @ 3.25782
3.29/3.41	c bounds - >= 102 @ 3.25843
3.29/3.41	c bounds - >= 103 @ 3.25903
3.29/3.41	c bounds - >= 104 @ 3.25963
3.29/3.41	c bounds - >= 105 @ 3.26021
3.29/3.41	c bounds - >= 106 @ 3.2608
3.29/3.41	c bounds - >= 107 @ 3.2614
3.29/3.41	c bounds - >= 108 @ 3.26199
3.29/3.41	c bounds - >= 109 @ 3.26256
3.29/3.41	c bounds - >= 110 @ 3.26315
3.29/3.41	c bounds - >= 111 @ 3.26373
3.29/3.41	c bounds - >= 112 @ 3.26432
3.29/3.41	c bounds - >= 113 @ 3.26493
3.29/3.41	c bounds - >= 114 @ 3.26551
3.29/3.42	c bounds - >= 115 @ 3.26609
3.29/3.42	c bounds - >= 116 @ 3.26668
3.29/3.42	c bounds - >= 117 @ 3.26727
3.29/3.42	c bounds - >= 118 @ 3.26788
3.29/3.42	c bounds - >= 119 @ 3.2685
3.29/3.42	c bounds - >= 120 @ 3.26909
3.29/3.42	c bounds - >= 121 @ 3.26923
3.29/3.42	c bounds - >= 122 @ 3.2693
3.29/3.42	c bounds - >= 123 @ 3.26987
3.29/3.42	c bounds - >= 124 @ 3.27047
3.29/3.42	c bounds - >= 125 @ 3.27106
3.29/3.42	c bounds - >= 126 @ 3.27122
3.29/3.42	c bounds - >= 127 @ 3.27126
3.29/3.42	c bounds - >= 128 @ 3.27184
3.29/3.42	c bounds - >= 129 @ 3.27243
3.29/3.42	c bounds - >= 130 @ 3.27303
3.29/3.42	c bounds - >= 131 @ 3.27362
3.29/3.43	c bounds - >= 132 @ 3.27422
3.29/3.43	c bounds - >= 133 @ 3.27481
3.29/3.43	c bounds - >= 134 @ 3.27542
3.29/3.43	c bounds - >= 135 @ 3.27601
3.29/3.43	c bounds - >= 136 @ 3.27666
3.29/3.43	c bounds - >= 137 @ 3.27686
3.29/3.43	c bounds - >= 138 @ 3.27686
3.29/3.43	c bounds - >= 139 @ 3.27743
3.29/3.43	c bounds - >= 140 @ 3.27801
3.29/3.43	c bounds - >= 141 @ 3.2786
3.29/3.43	c bounds - >= 142 @ 3.27919
3.29/3.43	c bounds - >= 143 @ 3.27919
3.29/3.43	c bounds - >= 144 @ 3.27936
3.29/3.43	c bounds - >= 145 @ 3.27993
3.29/3.43	c bounds - >= 146 @ 3.28051
3.29/3.43	c bounds - >= 147 @ 3.28108
3.29/3.43	c bounds - >= 148 @ 3.28119
3.29/3.44	c bounds - >= 149 @ 3.28119
3.29/3.44	c bounds - >= 150 @ 3.28119
3.29/3.44	c bounds - >= 151 @ 3.28142
3.29/3.44	c bounds - >= 152 @ 3.28199
3.29/3.44	c bounds - >= 153 @ 3.28218
3.29/3.44	c bounds - >= 154 @ 3.28218
3.29/3.44	c bounds - >= 155 @ 3.28278
3.29/3.44	c bounds - >= 156 @ 3.2834
3.29/3.44	c bounds - >= 157 @ 3.28404
3.29/3.44	c bounds - >= 158 @ 3.28417
3.29/3.44	c bounds - >= 159 @ 3.28427
3.29/3.44	c bounds - >= 160 @ 3.28484
3.29/3.44	c bounds - >= 161 @ 3.28541
3.29/3.44	c bounds - >= 162 @ 3.28599
3.29/3.44	c bounds - >= 163 @ 3.28657
3.29/3.44	c bounds - >= 164 @ 3.28718
3.29/3.45	c bounds - >= 165 @ 3.28777
3.29/3.45	c bounds - >= 166 @ 3.28834
3.29/3.45	c bounds - >= 167 @ 3.28891
3.29/3.45	c bounds - >= 168 @ 3.28949
3.29/3.45	c bounds - >= 169 @ 3.29006
3.29/3.45	c bounds - >= 170 @ 3.29015
3.29/3.45	c bounds - >= 171 @ 3.29023
3.29/3.45	c bounds - >= 172 @ 3.29079
3.29/3.45	c bounds - >= 173 @ 3.29135
3.29/3.45	c bounds - >= 174 @ 3.29194
3.29/3.45	c bounds - >= 175 @ 3.2925
3.29/3.45	c bounds - >= 176 @ 3.29306
3.29/3.45	c bounds - >= 177 @ 3.29364
3.29/3.45	c bounds - >= 178 @ 3.29421
3.29/3.45	c bounds - >= 179 @ 3.29479
3.29/3.45	c bounds - >= 180 @ 3.29536
3.29/3.45	c bounds - >= 181 @ 3.29594
3.29/3.45	c bounds - >= 182 @ 3.29652
3.29/3.46	c bounds - >= 183 @ 3.29709
3.29/3.46	c bounds - >= 184 @ 3.29767
3.29/3.46	c bounds - >= 185 @ 3.29825
3.29/3.46	c bounds - >= 186 @ 3.29882
3.29/3.46	c bounds - >= 187 @ 3.2994
3.29/3.46	c bounds - >= 188 @ 3.29997
3.29/3.46	c bounds - >= 189 @ 3.30013
3.29/3.46	c bounds - >= 190 @ 3.30013
3.29/3.46	c bounds - >= 191 @ 3.3007
3.29/3.46	c bounds - >= 192 @ 3.30127
3.29/3.46	c bounds - >= 193 @ 3.30184
3.29/3.46	c bounds - >= 194 @ 3.30241
3.29/3.46	c bounds - >= 195 @ 3.303
3.29/3.46	c bounds - >= 196 @ 3.30312
3.29/3.46	c bounds - >= 197 @ 3.30316
3.29/3.46	c bounds - >= 198 @ 3.30374
3.29/3.46	c bounds - >= 199 @ 3.30432
3.29/3.47	c bounds - >= 200 @ 3.30491
3.29/3.47	c bounds - >= 201 @ 3.30548
3.29/3.47	c bounds - >= 202 @ 3.30605
3.29/3.47	c bounds - >= 203 @ 3.30664
3.29/3.47	c bounds - >= 204 @ 3.30722
3.29/3.47	c bounds - >= 205 @ 3.30779
3.29/3.47	c bounds - >= 206 @ 3.30837
3.29/3.47	c bounds - >= 207 @ 3.30895
3.29/3.47	c bounds - >= 208 @ 3.3091
3.29/3.47	c bounds - >= 209 @ 3.30914
3.29/3.47	c bounds - >= 210 @ 3.30972
3.29/3.47	c bounds - >= 211 @ 3.3103
3.29/3.47	c bounds - >= 212 @ 3.31088
3.29/3.47	c bounds - >= 213 @ 3.31146
3.29/3.47	c bounds - >= 214 @ 3.31205
3.29/3.47	c bounds - >= 215 @ 3.31262
3.29/3.47	c bounds - >= 216 @ 3.3132
3.29/3.48	c bounds - >= 217 @ 3.31377
3.29/3.48	c bounds - >= 218 @ 3.31436
3.29/3.48	c bounds - >= 219 @ 3.31494
3.29/3.48	c bounds - >= 220 @ 3.31508
3.29/3.48	c bounds - >= 221 @ 3.31512
3.29/3.48	c bounds - >= 222 @ 3.31568
3.29/3.48	c bounds - >= 223 @ 3.31629
3.29/3.48	c bounds - >= 224 @ 3.31688
3.29/3.48	c bounds - >= 225 @ 3.31745
3.29/3.48	c bounds - >= 226 @ 3.31803
3.29/3.48	c bounds - >= 227 @ 3.31875
3.29/3.48	c bounds - >= 228 @ 3.31942
3.29/3.48	c bounds - >= 229 @ 3.32002
3.29/3.48	c bounds - >= 230 @ 3.32062
3.29/3.48	c bounds - >= 231 @ 3.32119
3.29/3.48	c bounds - >= 232 @ 3.32174
3.29/3.48	c bounds - >= 233 @ 3.32195
3.29/3.49	c bounds - >= 234 @ 3.32195
3.29/3.49	c bounds - >= 235 @ 3.32244
3.29/3.49	c bounds - >= 236 @ 3.32301
3.29/3.49	c bounds - >= 237 @ 3.32395
3.29/3.49	c bounds - >= 238 @ 3.32406
3.29/3.49	c bounds - >= 239 @ 3.3241
3.29/3.49	c bounds - >= 240 @ 3.32466
3.29/3.49	c bounds - >= 241 @ 3.32521
3.29/3.49	c bounds - >= 242 @ 3.32577
3.29/3.49	c bounds - >= 243 @ 3.32633
3.29/3.49	c bounds - >= 244 @ 3.32691
3.29/3.49	c bounds - >= 245 @ 3.32705
3.29/3.49	c bounds - >= 246 @ 3.32707
3.29/3.49	c bounds - >= 247 @ 3.32762
3.29/3.49	c bounds - >= 248 @ 3.32818
3.29/3.49	c bounds - >= 249 @ 3.32875
3.29/3.49	c bounds - >= 250 @ 3.3293
3.29/3.50	c bounds - >= 251 @ 3.32986
3.39/3.50	c bounds - >= 252 @ 3.33044
3.39/3.50	c bounds - >= 253 @ 3.331
3.39/3.50	c bounds - >= 254 @ 3.33157
3.39/3.50	c bounds - >= 255 @ 3.33214
3.39/3.50	c bounds - >= 256 @ 3.3327
3.39/3.50	c bounds - >= 257 @ 3.33327
3.39/3.50	c bounds - >= 258 @ 3.33386
3.39/3.50	c bounds - >= 259 @ 3.33443
3.39/3.50	c bounds - >= 260 @ 3.33498
3.39/3.50	c bounds - >= 261 @ 3.33555
3.39/3.50	c bounds - >= 262 @ 3.33612
3.39/3.50	c bounds - >= 263 @ 3.33668
3.39/3.50	c bounds - >= 264 @ 3.33725
3.39/3.50	c bounds - >= 265 @ 3.3378
3.39/3.50	c bounds - >= 266 @ 3.33787
3.39/3.50	c bounds - >= 267 @ 3.33796
3.39/3.51	c bounds - >= 268 @ 3.33851
3.39/3.51	c bounds - >= 269 @ 3.33907
3.39/3.51	c bounds - >= 270 @ 3.33965
3.39/3.51	c bounds - >= 271 @ 3.34023
3.39/3.51	c bounds - >= 272 @ 3.34079
3.39/3.51	c bounds - >= 273 @ 3.34086
3.39/3.51	c bounds - >= 274 @ 3.34097
3.39/3.51	c bounds - >= 275 @ 3.34153
3.39/3.51	c bounds - >= 276 @ 3.34208
3.39/3.51	c bounds - >= 277 @ 3.34264
3.39/3.51	c bounds - >= 278 @ 3.3432
3.39/3.51	c bounds - >= 279 @ 3.34376
3.39/3.51	c bounds - >= 280 @ 3.34385
3.39/3.51	c bounds - >= 281 @ 3.34388
3.39/3.51	c bounds - >= 282 @ 3.34443
3.39/3.51	c bounds - >= 283 @ 3.34498
3.39/3.51	c bounds - >= 284 @ 3.34555
3.39/3.51	c bounds - >= 285 @ 3.34611
3.39/3.52	c bounds - >= 286 @ 3.34668
3.39/3.52	c bounds - >= 287 @ 3.34684
3.39/3.52	c bounds - >= 288 @ 3.34684
3.39/3.52	c bounds - >= 289 @ 3.34748
3.39/3.52	c bounds - >= 290 @ 3.34803
3.39/3.52	c bounds - >= 291 @ 3.34858
3.39/3.52	c bounds - >= 292 @ 3.34914
3.39/3.52	c bounds - >= 293 @ 3.34969
3.39/3.52	c bounds - >= 294 @ 3.35024
3.39/3.52	c bounds - >= 295 @ 3.35079
3.39/3.52	c bounds - >= 296 @ 3.35133
3.39/3.52	c bounds - >= 297 @ 3.35188
3.39/3.52	c bounds - >= 298 @ 3.35244
3.39/3.52	c bounds - >= 299 @ 3.35298
3.39/3.52	c bounds - >= 300 @ 3.35353
3.39/3.52	c bounds - >= 301 @ 3.35409
3.39/3.52	c bounds - >= 302 @ 3.35463
3.39/3.52	c bounds - >= 303 @ 3.35517
3.39/3.53	c bounds - >= 304 @ 3.35572
3.39/3.53	c bounds - >= 305 @ 3.35581
3.39/3.53	c bounds - >= 306 @ 3.35584
3.39/3.53	c bounds - >= 307 @ 3.35637
3.39/3.53	c bounds - >= 308 @ 3.35691
3.39/3.53	c bounds - >= 309 @ 3.35745
3.39/3.53	c bounds - >= 310 @ 3.35798
3.39/3.53	c bounds - >= 311 @ 3.35851
3.39/3.53	c bounds - >= 312 @ 3.35905
3.39/3.53	c bounds - >= 313 @ 3.3596
3.39/3.53	c bounds - >= 314 @ 3.36015
3.39/3.53	c bounds - >= 315 @ 3.3607
3.39/3.53	c bounds - >= 316 @ 3.3608
3.39/3.53	c bounds - >= 317 @ 3.3608
3.39/3.53	c bounds - >= 318 @ 3.36135
3.39/3.53	c bounds - >= 319 @ 3.36188
3.39/3.53	c bounds - >= 320 @ 3.36244
3.39/3.53	c bounds - >= 321 @ 3.36298
3.39/3.54	c bounds - >= 322 @ 3.36351
3.39/3.54	c bounds - >= 323 @ 3.36405
3.39/3.54	c bounds - >= 324 @ 3.36459
3.39/3.54	c bounds - >= 325 @ 3.36514
3.39/3.54	c bounds - >= 326 @ 3.36569
3.39/3.54	c bounds - >= 327 @ 3.36578
3.39/3.54	c bounds - >= 328 @ 3.36578
3.39/3.54	c bounds - >= 329 @ 3.36629
3.39/3.54	c bounds - >= 330 @ 3.3668
3.39/3.54	c bounds - >= 331 @ 3.36734
3.39/3.54	c bounds - >= 332 @ 3.36786
3.39/3.54	c bounds - >= 333 @ 3.3684
3.39/3.54	c bounds - >= 334 @ 3.36892
3.39/3.54	c bounds - >= 335 @ 3.36944
3.39/3.54	c bounds - >= 336 @ 3.36997
3.39/3.54	c bounds - >= 337 @ 3.3705
3.39/3.54	c bounds - >= 338 @ 3.37104
3.39/3.54	c bounds - >= 339 @ 3.37158
3.39/3.54	c bounds - >= 340 @ 3.37212
3.39/3.55	c bounds - >= 341 @ 3.37267
3.39/3.55	c bounds - >= 342 @ 3.37276
3.39/3.55	c bounds - >= 343 @ 3.37276
3.39/3.55	c bounds - >= 344 @ 3.37328
3.39/3.55	c bounds - >= 345 @ 3.37381
3.39/3.55	c bounds - >= 346 @ 3.37434
3.39/3.55	c bounds - >= 347 @ 3.37487
3.39/3.55	c bounds - >= 348 @ 3.37542
3.39/3.55	c bounds - >= 349 @ 3.37594
3.39/3.55	c bounds - >= 350 @ 3.37648
3.39/3.55	c bounds - >= 351 @ 3.37702
3.39/3.55	c bounds - >= 352 @ 3.37756
3.39/3.55	c bounds - >= 353 @ 3.37809
3.39/3.55	c bounds - >= 354 @ 3.37861
3.39/3.55	c bounds - >= 355 @ 3.37875
3.39/3.55	c bounds - >= 356 @ 3.37875
3.39/3.55	c bounds - >= 357 @ 3.37875
3.39/3.55	c bounds - >= 358 @ 3.37875
3.39/3.56	c bounds - >= 359 @ 3.37928
3.39/3.56	c bounds - >= 360 @ 3.37981
3.39/3.56	c bounds - >= 361 @ 3.38034
3.39/3.56	c bounds - >= 362 @ 3.38099
3.39/3.56	c bounds - >= 363 @ 3.38158
3.39/3.56	c bounds - >= 364 @ 3.38173
3.39/3.56	c bounds - >= 365 @ 3.38173
3.39/3.56	c bounds - >= 366 @ 3.38173
3.39/3.56	c bounds - >= 367 @ 3.38173
3.39/3.56	c bounds - >= 368 @ 3.38225
3.39/3.56	c bounds - >= 369 @ 3.3828
3.39/3.56	c bounds - >= 370 @ 3.38333
3.39/3.56	c bounds - >= 371 @ 3.38387
3.39/3.56	c bounds - >= 372 @ 3.3844
3.39/3.56	c bounds - >= 373 @ 3.38492
3.39/3.56	c bounds - >= 374 @ 3.38545
3.39/3.56	c bounds - >= 375 @ 3.38598
3.39/3.56	c bounds - >= 376 @ 3.38651
3.39/3.56	c bounds - >= 377 @ 3.38704
3.39/3.57	c bounds - >= 378 @ 3.38757
3.39/3.57	c bounds - >= 379 @ 3.38809
3.39/3.57	c bounds - >= 380 @ 3.38862
3.39/3.57	c bounds - >= 381 @ 3.38871
3.39/3.57	c bounds - >= 382 @ 3.38871
3.39/3.57	c bounds - >= 383 @ 3.38926
3.39/3.57	c bounds - >= 384 @ 3.3898
3.39/3.57	c bounds - >= 385 @ 3.39037
3.39/3.57	c bounds - >= 386 @ 3.39091
3.39/3.57	c bounds - >= 387 @ 3.39146
3.39/3.57	c bounds - >= 388 @ 3.39216
3.39/3.57	c bounds - >= 389 @ 3.3927
3.39/3.57	c bounds - >= 390 @ 3.39323
3.39/3.57	c bounds - >= 391 @ 3.39375
3.39/3.57	c bounds - >= 392 @ 3.39427
3.39/3.57	c bounds - >= 393 @ 3.39478
3.39/3.57	c bounds - >= 394 @ 3.3953
3.39/3.57	c bounds - >= 395 @ 3.39582
3.39/3.58	c bounds - >= 396 @ 3.39633
3.39/3.58	c bounds - >= 397 @ 3.39685
3.39/3.58	c bounds - >= 398 @ 3.39739
3.39/3.58	c bounds - >= 399 @ 3.39791
3.39/3.58	c bounds - >= 400 @ 3.39844
3.39/3.58	c bounds - >= 401 @ 3.39897
3.39/3.58	c bounds - >= 402 @ 3.39949
3.39/3.58	c bounds - >= 403 @ 3.40002
3.39/3.58	c bounds - >= 404 @ 3.40054
3.39/3.58	c bounds - >= 405 @ 3.40067
3.39/3.58	c bounds - >= 406 @ 3.40067
3.39/3.58	c bounds - >= 407 @ 3.40067
3.39/3.58	c bounds - >= 408 @ 3.40067
3.39/3.58	c bounds - >= 409 @ 3.40117
3.39/3.58	c bounds - >= 410 @ 3.40177
3.39/3.58	c bounds - >= 411 @ 3.40229
3.39/3.58	c bounds - >= 412 @ 3.4028
3.39/3.58	c bounds - >= 413 @ 3.40331
3.39/3.58	c bounds - >= 414 @ 3.40383
3.39/3.59	c bounds - >= 415 @ 3.40436
3.39/3.59	c bounds - >= 416 @ 3.40488
3.39/3.59	c bounds - >= 417 @ 3.4054
3.39/3.59	c bounds - >= 418 @ 3.40592
3.39/3.59	c bounds - >= 419 @ 3.40644
3.39/3.59	c bounds - >= 420 @ 3.40695
3.39/3.59	c bounds - >= 421 @ 3.40746
3.39/3.59	c bounds - >= 422 @ 3.40798
3.39/3.59	c bounds - >= 423 @ 3.4085
3.39/3.59	c bounds - >= 424 @ 3.40865
3.39/3.59	c bounds - >= 425 @ 3.40865
3.39/3.59	c bounds - >= 426 @ 3.40865
3.39/3.59	c bounds - >= 427 @ 3.40865
3.39/3.59	c bounds - >= 428 @ 3.40865
3.39/3.59	c bounds - >= 429 @ 3.40873
3.39/3.59	c bounds - >= 430 @ 3.40923
3.39/3.59	c bounds - >= 431 @ 3.40981
3.39/3.59	c bounds - >= 432 @ 3.41034
3.39/3.59	c bounds - >= 433 @ 3.41092
3.39/3.60	c bounds - >= 434 @ 3.41144
3.50/3.60	c bounds - >= 435 @ 3.41204
3.50/3.60	c bounds - >= 436 @ 3.41255
3.50/3.60	c bounds - >= 437 @ 3.41307
3.50/3.60	c bounds - >= 438 @ 3.41359
3.50/3.60	c bounds - >= 439 @ 3.41412
3.50/3.60	c bounds - >= 440 @ 3.41464
3.50/3.60	c bounds - >= 441 @ 3.41518
3.50/3.60	c bounds - >= 442 @ 3.4158
3.50/3.60	c bounds - >= 443 @ 3.41631
3.50/3.60	c bounds - >= 444 @ 3.41684
3.50/3.60	c bounds - >= 445 @ 3.41735
3.50/3.60	c bounds - >= 446 @ 3.41787
3.50/3.60	c bounds - >= 447 @ 3.41841
3.50/3.60	c bounds - >= 448 @ 3.4185
3.50/3.60	c bounds - >= 449 @ 3.4185
3.50/3.60	c bounds - >= 450 @ 3.41913
3.50/3.60	c bounds - >= 451 @ 3.41961
3.50/3.61	c bounds - >= 452 @ 3.42008
3.50/3.61	c bounds - >= 453 @ 3.42057
3.50/3.61	c bounds - >= 454 @ 3.42105
3.50/3.61	c bounds - >= 455 @ 3.42162
3.50/3.61	c bounds - >= 456 @ 3.42209
3.50/3.61	c bounds - >= 457 @ 3.42257
3.50/3.61	c bounds - >= 458 @ 3.42306
3.50/3.61	c bounds - >= 459 @ 3.42355
3.50/3.61	c bounds - >= 460 @ 3.42404
3.50/3.61	c bounds - >= 461 @ 3.42453
3.50/3.61	c bounds - >= 462 @ 3.42503
3.50/3.61	c bounds - >= 463 @ 3.42552
3.50/3.61	c bounds - >= 464 @ 3.42603
3.50/3.61	c bounds - >= 465 @ 3.42654
3.50/3.61	c bounds - >= 466 @ 3.4271
3.50/3.61	c bounds - >= 467 @ 3.4276
3.50/3.61	c bounds - >= 468 @ 3.4281
3.50/3.61	c bounds - >= 469 @ 3.4286
3.50/3.61	c bounds - >= 470 @ 3.42919
3.50/3.61	c bounds - >= 471 @ 3.4294
3.50/3.62	c bounds - >= 472 @ 3.4294
3.50/3.62	c bounds - >= 473 @ 3.42967
3.50/3.62	c bounds - >= 474 @ 3.43016
3.50/3.62	c bounds - >= 475 @ 3.43069
3.50/3.62	c bounds - >= 476 @ 3.43129
3.50/3.62	c bounds - >= 477 @ 3.43145
3.50/3.62	c bounds - >= 478 @ 3.43145
3.50/3.62	c bounds - >= 479 @ 3.43189
3.50/3.62	c bounds - >= 480 @ 3.43243
3.50/3.62	c bounds - >= 481 @ 3.43243
3.50/3.62	c bounds - >= 482 @ 3.43261
3.50/3.62	c bounds - >= 483 @ 3.43316
3.50/3.62	c bounds - >= 484 @ 3.43338
3.50/3.62	c bounds - >= 485 @ 3.43338
3.50/3.62	c bounds - >= 486 @ 3.43344
3.50/3.62	c bounds - >= 487 @ 3.43344
3.50/3.62	c bounds - >= 488 @ 3.43344
3.50/3.62	c bounds - >= 489 @ 3.43344
3.50/3.62	c bounds - >= 490 @ 3.43378
3.50/3.63	c bounds - >= 491 @ 3.43424
3.50/3.63	c bounds - >= 492 @ 3.43472
3.50/3.63	c bounds - >= 493 @ 3.4352
3.50/3.63	c bounds - >= 494 @ 3.43579
3.50/3.63	c bounds - >= 495 @ 3.4363
3.50/3.63	c bounds - >= 496 @ 3.43643
3.50/3.63	c bounds - >= 497 @ 3.43643
3.50/3.63	c bounds - >= 498 @ 3.43686
3.50/3.63	c bounds - >= 499 @ 3.43743
3.50/3.63	c bounds - >= 500 @ 3.43797
3.50/3.63	c bounds - >= 501 @ 3.43817
3.50/3.63	c bounds - >= 502 @ 3.43817
3.50/3.63	c bounds - >= 503 @ 3.43847
3.50/3.63	c bounds - >= 504 @ 3.43905
3.50/3.63	c bounds - >= 505 @ 3.43962
3.50/3.63	c bounds - >= 506 @ 3.44009
3.50/3.63	c bounds - >= 507 @ 3.44035
3.50/3.63	c bounds - >= 508 @ 3.44035
3.50/3.64	c bounds - >= 509 @ 3.44116
3.50/3.64	c bounds - >= 510 @ 3.44165
3.50/3.64	c bounds - >= 511 @ 3.44225
3.50/3.64	c bounds - >= 512 @ 3.44284
3.50/3.64	c bounds - >= 513 @ 3.4434
3.50/3.64	c bounds - >= 514 @ 3.44412
3.50/3.64	c bounds - >= 515 @ 3.4451
3.50/3.64	c bounds - >= 516 @ 3.44539
3.50/3.64	c bounds - >= 517 @ 3.44596
3.50/3.64	c bounds - >= 518 @ 3.44639
3.50/3.64	c bounds - >= 519 @ 3.44639
3.50/3.64	c bounds - >= 520 @ 3.44708
3.50/3.65	c bounds - >= 521 @ 3.44831
3.50/3.65	c bounds - >= 522 @ 3.44885
3.50/3.65	c bounds - >= 523 @ 3.44937
3.50/3.65	c bounds - >= 524 @ 3.45066
3.50/3.65	c bounds - >= 525 @ 3.45204
3.50/3.65	c bounds - >= 526 @ 3.45302
3.50/3.66	c bounds - >= 527 @ 3.45394
3.50/3.66	c bounds - >= 528 @ 3.45554
3.50/3.67	c bounds - >= 529 @ 3.46089
3.50/3.69	c bounds - >= 530 @ 3.48644
3.60/3.76	c bounds - >= 531 @ 3.55066
3.79/3.92	c #Conflicts:       3000 | #Constraints:      10083
3.79/3.92	c bounds - >= 532 @ 3.69525
13.07/13.20	c #Conflicts:       4000 | #Constraints:      11245
13.07/13.20	c INPROCESSING
13.07/13.20	c GARBAGE COLLECT
13.07/13.20	c #Conflicts:       5000 | #Constraints:       9821
13.07/13.20	c #Conflicts:       6000 | #Constraints:      10821
13.07/13.20	c INPROCESSING
13.07/13.20	c GARBAGE COLLECT
13.07/13.20	c #Conflicts:       7000 | #Constraints:       9639
13.07/13.20	c #Conflicts:       8000 | #Constraints:      10639
13.07/13.20	c #Conflicts:       9000 | #Constraints:      11639
13.07/13.20	c INPROCESSING
13.07/13.20	c GARBAGE COLLECT
13.07/13.20	c #Conflicts:      10000 | #Constraints:      10254
13.07/13.20	c #Conflicts:      11000 | #Constraints:      11254
13.07/13.20	c #Conflicts:      12000 | #Constraints:      12254
13.07/13.20	c INPROCESSING
13.07/13.20	c GARBAGE COLLECT
13.07/13.20	c bounds - >= 533 @ 12.8192
13.77/13.91	c #Conflicts:      13000 | #Constraints:      10838
13.77/13.91	c #Conflicts:      14000 | #Constraints:      11838
13.77/13.91	c #Conflicts:      15000 | #Constraints:      12838
13.77/13.91	c INPROCESSING
13.77/13.91	c GARBAGE COLLECT
13.77/13.91	c #Conflicts:      16000 | #Constraints:      10992
13.77/13.91	c bounds - >= 534 @ 13.5083
13.97/14.16	c #Conflicts:      17000 | #Constraints:      12109
13.97/14.16	c bounds - >= 535 @ 13.7486
32.02/32.28	c #Conflicts:      18000 | #Constraints:      13226
32.02/32.28	c INPROCESSING
32.02/32.28	c GARBAGE COLLECT
32.02/32.28	c #Conflicts:      19000 | #Constraints:      11163
32.02/32.28	c #Conflicts:      20000 | #Constraints:      12163
32.02/32.28	c #Conflicts:      21000 | #Constraints:      13163
32.02/32.28	c INPROCESSING
32.02/32.28	c GARBAGE COLLECT
32.02/32.28	c #Conflicts:      22000 | #Constraints:      10921
32.02/32.28	c #Conflicts:      23000 | #Constraints:      11921
32.02/32.28	c #Conflicts:      24000 | #Constraints:      12921
32.02/32.28	c #Conflicts:      25000 | #Constraints:      13921
32.02/32.28	c INPROCESSING
32.02/32.28	c GARBAGE COLLECT
32.02/32.28	c rational objective 665.667
34.41/34.69	c #Conflicts:      26000 | #Constraints:      11497
34.41/34.69	c #Conflicts:      27000 | #Constraints:      12497
34.41/34.69	c #Conflicts:      28000 | #Constraints:      13497
34.41/34.69	c #Conflicts:      29000 | #Constraints:      14497
34.41/34.69	c INPROCESSING
34.41/34.69	c GARBAGE COLLECT
34.41/34.69	c #Conflicts:      30000 | #Constraints:      11877
34.41/34.69	c bounds - >= 536 @ 34.0225
51.37/51.62	c #Conflicts:      31000 | #Constraints:      12982
51.37/51.62	c #Conflicts:      32000 | #Constraints:      13982
51.37/51.62	c #Conflicts:      33000 | #Constraints:      14982
51.37/51.62	c INPROCESSING
51.37/51.62	c GARBAGE COLLECT
51.37/51.62	c #Conflicts:      34000 | #Constraints:      12127
51.37/51.62	c #Conflicts:      35000 | #Constraints:      13127
51.37/51.62	c #Conflicts:      36000 | #Constraints:      14127
51.37/51.62	c #Conflicts:      37000 | #Constraints:      15127
51.37/51.62	c INPROCESSING
51.37/51.62	c GARBAGE COLLECT
51.37/51.62	c #Conflicts:      38000 | #Constraints:      12141
51.37/51.62	c #Conflicts:      39000 | #Constraints:      13141
51.37/51.62	c #Conflicts:      40000 | #Constraints:      14141
51.37/51.62	c #Conflicts:      41000 | #Constraints:      15141
51.37/51.62	c INPROCESSING
51.37/51.62	c GARBAGE COLLECT
51.37/51.62	c rational objective 666
60.85/61.15	c #Conflicts:      42000 | #Constraints:      11957
60.85/61.15	c #Conflicts:      43000 | #Constraints:      12957
60.85/61.15	c #Conflicts:      44000 | #Constraints:      13957
60.85/61.15	c #Conflicts:      45000 | #Constraints:      14957
60.85/61.15	c #Conflicts:      46000 | #Constraints:      15957
60.85/61.15	c INPROCESSING
60.85/61.15	c GARBAGE COLLECT
60.85/61.15	c #Conflicts:      47000 | #Constraints:      12534
60.85/61.15	c #Conflicts:      48000 | #Constraints:      13534
60.85/61.15	c #Conflicts:      49000 | #Constraints:      14534
60.85/61.15	c bounds - >= 537 @ 60.1523
64.10/64.54	c #Conflicts:      50000 | #Constraints:      15630
64.10/64.54	c #Conflicts:      51000 | #Constraints:      16630
64.10/64.54	c INPROCESSING
64.10/64.54	c GARBAGE COLLECT
64.10/64.54	c #Conflicts:      52000 | #Constraints:      13016
64.10/64.54	c #Conflicts:      53000 | #Constraints:      14016
64.10/64.54	c #Conflicts:      54000 | #Constraints:      15016
64.10/64.54	c #Conflicts:      55000 | #Constraints:      16016
64.10/64.54	c #Conflicts:      56000 | #Constraints:      17016
64.10/64.54	c INPROCESSING
64.10/64.54	c GARBAGE COLLECT
64.10/64.54	c #Conflicts:      57000 | #Constraints:      13200
64.10/64.54	c #Conflicts:      58000 | #Constraints:      14200
64.10/64.54	c #Conflicts:      59000 | #Constraints:      15200
64.10/64.54	c #Conflicts:      60000 | #Constraints:      16200
64.10/64.54	WSVECS04 Frhs2[477]: 6 -1.00008 0 shouldn't be
64.10/64.54	WSVECS04 Frhs2[496]: 6 -1.00005 0 shouldn't be
64.10/64.54	WSVECS04 Frhs2[563]: 6 -1.00004 0 shouldn't be
64.10/64.54	WSVECS04 Frhs2[766]: 6 -1.00006 0 shouldn't be
64.10/64.54	WSVECS04 Frhs2[872]: 6 -1.00006 0 shouldn't be
64.10/64.54	WSVECS04 Frhs2[1177]: 6 -1.00004 0 shouldn't be
64.10/64.54	WSVECS04 Frhs2[1257]: 6 -1.00002 0 shouldn't be
64.60/65.02	WSVECS04 Frhs2[331]: 6 -1.00003 0 shouldn't be
64.60/65.02	WSVECS04 Frhs2[429]: 6 -1.00009 0 shouldn't be
64.60/65.02	WSVECS04 Frhs2[489]: 6 -1.00003 0 shouldn't be
64.60/65.02	WSVECS04 Frhs2[589]: 6 -1.00008 0 shouldn't be
64.60/65.02	WSVECS04 Frhs2[594]: 6 -1.00006 0 shouldn't be
64.60/65.02	WSVECS04 Frhs2[724]: 6 -1.00002 0 shouldn't be
64.60/65.02	WSVECS04 Frhs2[867]: 6 -1.00005 0 shouldn't be
64.60/65.02	WSVECS04 Frhs2[981]: 6 -1.00006 0 shouldn't be
64.60/65.02	WSVECS04 Frhs2[1000]: 6 -1.00003 0 shouldn't be
64.60/65.02	WSVECS04 Frhs2[1173]: 6 -1.00005 0 shouldn't be
64.60/65.02	WSVECS04 Frhs2[1230]: 6 -1.00003 0 shouldn't be
64.60/65.02	WSVECS04 Frhs2[1391]: 6 -1.00004 0 shouldn't be
64.60/65.02	WSVECS04 Frhs2[1484]: 6 -1.00008 0 shouldn't be
64.60/65.02	WSVECS04 Frhs2[1760]: 6 -1.00004 0 shouldn't be
64.60/65.02	WSVECS04 Frhs2[1949]: 6 -1.00003 0 shouldn't be
64.99/65.49	WSVECS04 Frhs2[32]: 6 -1.00007 0 shouldn't be
64.99/65.49	WSVECS04 Frhs2[71]: 6 -1.00001 0 shouldn't be
64.99/65.49	WSVECS04 Frhs2[506]: 6 -1.00001 0 shouldn't be
64.99/65.49	WSVECS04 Frhs2[870]: 6 -1.00006 0 shouldn't be
64.99/65.49	WSVECS04 Frhs2[1952]: 6 -1.00005 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[44]: 6 -1.00003 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[94]: 6 -1.00005 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[97]: 6 -1.00007 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[100]: 6 -1.00007 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[231]: 6 -1.00003 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[292]: 6 -1.00005 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[330]: 6 -1.00008 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[338]: 6 -1.00008 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[407]: 6 -1.00002 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[436]: 6 -1.00007 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[462]: 6 -1.00005 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[475]: 6 -1.00002 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[522]: 6 -1.00008 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[557]: 6 -1.00002 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[701]: 6 -1.00005 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[769]: 6 -1.00005 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[777]: 6 -1.00002 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[833]: 6 -1.00006 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[888]: 6 -1.00007 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[950]: 6 -1.0001 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[959]: 6 -1.00003 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[974]: 6 -1.00007 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[1019]: 6 -1.00006 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[1053]: 6 -1.00004 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[1167]: 6 -1.00008 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[1171]: 6 -1.00006 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[1285]: 6 -1.00007 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[1287]: 6 -1.00006 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[1315]: 6 -1.00005 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[1346]: 6 -1.00008 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[1359]: 6 -1.0001 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[1580]: 6 -1.00009 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[1632]: 6 -1.00003 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[1660]: 6 -1.00007 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[1835]: 6 -1.00004 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[1897]: 6 -1.00005 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[1904]: 6 -1.00001 0 shouldn't be
65.49/65.97	WSVECS04 Frhs2[1960]: 6 -1.00001 0 shouldn't be
66.49/66.97	WSVECS04 Frhs2[154]: 6 -1.00003 0 shouldn't be
66.49/66.97	WSVECS04 Frhs2[238]: 6 -1.00006 0 shouldn't be
66.49/66.97	WSVECS04 Frhs2[473]: 6 -1.0001 0 shouldn't be
66.49/66.97	WSVECS04 Frhs2[810]: 6 -1.00003 0 shouldn't be
66.49/66.97	WSVECS04 Frhs2[859]: 6 -1.00001 0 shouldn't be
66.49/66.97	WSVECS04 Frhs2[884]: 6 -1.00003 0 shouldn't be
66.49/66.97	WSVECS04 Frhs2[1045]: 6 -1.0001 0 shouldn't be
66.49/66.97	WSVECS04 Frhs2[1362]: 6 -1.00005 0 shouldn't be
66.49/66.97	WSVECS04 Frhs2[1415]: 6 -1.00003 0 shouldn't be
66.49/66.97	WSVECS04 Frhs2[1506]: 6 -1.00009 0 shouldn't be
66.49/66.97	WSVECS04 Frhs2[1613]: 6 -1.00009 0 shouldn't be
67.29/67.78	WSVECS04 Frhs2[246]: 6 -1.00009 0 shouldn't be
67.29/67.78	WSVECS04 Frhs2[613]: 6 -1.00007 0 shouldn't be
67.29/67.78	WSVECS04 Frhs2[667]: 6 -1.00008 0 shouldn't be
67.29/67.78	WSVECS04 Frhs2[1094]: 6 -1.00009 0 shouldn't be
67.29/67.78	WSVECS04 Frhs2[1116]: 6 -1.00005 0 shouldn't be
67.29/67.78	WSVECS04 Frhs2[1146]: 6 -1.00005 0 shouldn't be
67.29/67.78	WSVECS04 Frhs2[1428]: 6 -1.00002 0 shouldn't be
67.29/67.78	WSVECS04 Frhs2[1755]: 6 -1.00005 0 shouldn't be
67.29/67.78	WSVECS04 Frhs2[1767]: 6 -1.00004 0 shouldn't be
67.29/67.78	WSVECS04 Frhs2[1770]: 6 -1.00003 0 shouldn't be
67.29/67.78	WSVECS04 Frhs2[1842]: 6 -1.00002 0 shouldn't be
67.29/67.78	WSVECS04 Frhs2[1902]: 6 -1.00004 0 shouldn't be
68.09/68.57	WSVECS04 Frhs2[379]: 6 -1.00008 0 shouldn't be
68.09/68.57	WSVECS04 Frhs2[1110]: 6 -1.00007 0 shouldn't be
68.09/68.57	WSVECS04 Frhs2[1381]: 6 -1.00002 0 shouldn't be
69.28/69.76	WSVECS04 Frhs2[665]: 6 -1.00008 0 shouldn't be
73.77/74.21	c #Conflicts:      61000 | #Constraints:      17200
73.77/74.21	c INPROCESSING
73.77/74.21	c GARBAGE COLLECT
73.77/74.21	c #Conflicts:      62000 | #Constraints:      13200
73.77/74.21	c #Conflicts:      63000 | #Constraints:      14200
73.77/74.21	c #Conflicts:      64000 | #Constraints:      15200
73.77/74.21	c #Conflicts:      65000 | #Constraints:      16200
73.77/74.21	c #Conflicts:      66000 | #Constraints:      17200
73.77/74.21	c INPROCESSING
73.77/74.21	c GARBAGE COLLECT
73.77/74.21	WSVECS04 Frhs2[27]: 6 0 1.00004 shouldn't be
73.77/74.21	WSVECS04 Frhs2[35]: 6 0 6.00009 shouldn't be
73.77/74.21	WSVECS04 Frhs2[38]: 6 0 1.00002 shouldn't be
73.77/74.21	WSVECS04 Frhs2[51]: 6 0 4.00008 shouldn't be
73.77/74.21	WSVECS04 Frhs2[74]: 6 0 5.00007 shouldn't be
73.77/74.21	WSVECS04 Frhs2[97]: 6 -13 0 shouldn't be
73.77/74.21	WSVECS04 Frhs2[102]: 6 0 0.500028 shouldn't be
73.77/74.21	WSVECS04 Frhs2[168]: 6 0 3.00001 shouldn't be
73.77/74.21	WSVECS04 Frhs2[217]: 6 0 1.00003 shouldn't be
73.77/74.21	WSVECS04 Frhs2[225]: 6 0 9.50006 shouldn't be
73.77/74.21	WSVECS04 Frhs2[229]: 6 0 3.00007 shouldn't be
73.77/74.21	WSVECS04 Frhs2[230]: 6 0 5.00003 shouldn't be
73.77/74.21	WSVECS04 Frhs2[234]: 6 0 2.00008 shouldn't be
73.77/74.21	WSVECS04 Frhs2[268]: 6 -1.00007 0 shouldn't be
73.77/74.21	WSVECS04 Frhs2[271]: 6 0 1.00004 shouldn't be
73.77/74.21	WSVECS04 Frhs2[314]: 6 0 2.00009 shouldn't be
73.77/74.21	WSVECS04 Frhs2[321]: 6 0 4.00007 shouldn't be
73.77/74.21	WSVECS04 Frhs2[344]: 6 0 1.00005 shouldn't be
73.77/74.21	WSVECS04 Frhs2[369]: 6 0 2.00006 shouldn't be
73.77/74.21	WSVECS04 Frhs2[457]: 6 0 12 shouldn't be
73.77/74.21	WSVECS04 Frhs2[469]: 6 0 2.00007 shouldn't be
73.77/74.21	WSVECS04 Frhs2[511]: 6 0 3.00009 shouldn't be
73.77/74.21	WSVECS04 Frhs2[552]: 6 0 11 shouldn't be
73.77/74.21	WSVECS04 Frhs2[568]: 6 0 1.00004 shouldn't be
73.77/74.21	WSVECS04 Frhs2[637]: 6 0 1.00008 shouldn't be
73.77/74.21	WSVECS04 Frhs2[668]: 6 0 1.00004 shouldn't be
73.77/74.21	WSVECS04 Frhs2[698]: 6 0 10.0001 shouldn't be
73.77/74.21	WSVECS04 Frhs2[757]: 6 0 6.00001 shouldn't be
73.77/74.21	WSVECS04 Frhs2[760]: 6 0 5.00003 shouldn't be
73.77/74.21	WSVECS04 Frhs2[804]: 6 0 1.00003 shouldn't be
73.77/74.21	WSVECS04 Frhs2[871]: 6 0 11.0001 shouldn't be
73.77/74.21	WSVECS04 Frhs2[874]: 6 -3.00004 0 shouldn't be
73.77/74.21	WSVECS04 Frhs2[948]: 6 0 1.00005 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1009]: 6 0 1.00002 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1042]: 6 0 2.00003 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1064]: 6 0 16.5 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1092]: 6 0 1.00003 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1142]: 6 0 1.00005 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1148]: 6 0 1.00004 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1164]: 6 0 8.00007 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1204]: 6 -2.00007 0 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1206]: 6 0 7.50004 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1259]: 6 0 1.00003 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1298]: 6 0 2.00007 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1322]: 6 -2.00004 0 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1344]: 6 0 1.00001 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1360]: 6 0 1.00009 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1361]: 6 0 2.00005 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1375]: 6 0 3.00005 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1377]: 6 0 6.00003 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1433]: 6 0 5.00003 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1488]: 6 0 1.00004 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1489]: 6 0 8.00003 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1494]: 6 0 1.00005 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1522]: 6 0 13.5 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1568]: 6 0 6.50008 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1593]: 6 -1.00009 0 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1600]: 6 0 2.00002 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1653]: 6 0 6.00008 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1676]: 6 0 1.00001 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1678]: 6 0 2.00003 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1732]: 6 0 1.00004 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1782]: 6 0 1.00004 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1797]: 6 0 4.00008 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1826]: 6 0 3.00007 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1857]: 6 0 2.00006 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1902]: 6 -2.00006 0 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1917]: 6 0 17.5001 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1959]: 6 0 1.00004 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1962]: 6 0 1.00007 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1974]: 6 0 2.00006 shouldn't be
73.77/74.21	WSVECS04 Frhs2[1997]: 6 0 2.50007 shouldn't be
74.28/74.79	WSVECS04 Frhs2[94]: 6 0 2.00006 shouldn't be
74.28/74.79	WSVECS04 Frhs2[157]: 6 0 14.5 shouldn't be
74.28/74.79	WSVECS04 Frhs2[193]: 6 0 4.00008 shouldn't be
74.28/74.79	WSVECS04 Frhs2[209]: 6 0 11.5 shouldn't be
74.28/74.79	WSVECS04 Frhs2[278]: 6 0 1.00009 shouldn't be
74.28/74.79	WSVECS04 Frhs2[403]: 6 0 1.00008 shouldn't be
74.28/74.79	WSVECS04 Frhs2[482]: 6 0 6.00008 shouldn't be
74.28/74.79	WSVECS04 Frhs2[613]: 6 0 9.00009 shouldn't be
74.28/74.79	WSVECS04 Frhs2[651]: 6 0 10.0001 shouldn't be
74.28/74.79	WSVECS04 Frhs2[656]: 6 0 2.00006 shouldn't be
74.28/74.79	WSVECS04 Frhs2[661]: 6 0 26.0001 shouldn't be
74.28/74.79	WSVECS04 Frhs2[694]: 6 0 23.5 shouldn't be
74.28/74.79	WSVECS04 Frhs2[729]: 6 0 5.00006 shouldn't be
74.28/74.79	WSVECS04 Frhs2[730]: 6 -1.0001 0 shouldn't be
74.28/74.79	WSVECS04 Frhs2[770]: 6 0 1.00006 shouldn't be
74.28/74.79	WSVECS04 Frhs2[775]: 6 0 1.00008 shouldn't be
74.28/74.79	WSVECS04 Frhs2[794]: 6 0 1.00007 shouldn't be
74.28/74.79	WSVECS04 Frhs2[917]: 6 0 22.5001 shouldn't be
74.28/74.79	WSVECS04 Frhs2[1173]: 6 0 3.00009 shouldn't be
74.28/74.79	WSVECS04 Frhs2[1180]: 6 0 3.00007 shouldn't be
74.28/74.79	WSVECS04 Frhs2[1406]: 6 0 2.00002 shouldn't be
74.28/74.79	WSVECS04 Frhs2[1432]: 6 0 6.00003 shouldn't be
74.28/74.79	WSVECS04 Frhs2[1461]: 6 0 9.00004 shouldn't be
74.28/74.79	WSVECS04 Frhs2[1577]: 6 0 1.00007 shouldn't be
74.28/74.79	WSVECS04 Frhs2[1606]: 6 0 10.0001 shouldn't be
74.28/74.79	WSVECS04 Frhs2[1645]: 6 0 9.00004 shouldn't be
74.28/74.79	WSVECS04 Frhs2[1772]: 6 0 26 shouldn't be
74.28/74.79	WSVECS04 Frhs2[1781]: 6 -1.00006 0 shouldn't be
74.28/74.79	WSVECS04 Frhs2[1824]: 6 -1.00001 0 shouldn't be
74.28/74.79	WSVECS04 Frhs2[1825]: 6 0 6.00003 shouldn't be
74.28/74.79	WSVECS04 Frhs2[1865]: 6 -2.00007 0 shouldn't be
74.28/74.79	WSVECS04 Frhs2[1876]: 6 0 21.5 shouldn't be
74.28/74.79	WSVECS04 Frhs2[1922]: 6 0 9.00007 shouldn't be
74.87/75.32	WSVECS04 Frhs2[18]: 6 0 17 shouldn't be
74.87/75.32	WSVECS04 Frhs2[359]: 6 0 1.00009 shouldn't be
74.87/75.32	WSVECS04 Frhs2[376]: 6 0 24.5 shouldn't be
74.87/75.32	WSVECS04 Frhs2[394]: 6 0 12.5001 shouldn't be
74.87/75.32	WSVECS04 Frhs2[418]: 6 -1.00003 0 shouldn't be
74.87/75.32	WSVECS04 Frhs2[509]: 6 -1.00006 0 shouldn't be
74.87/75.32	WSVECS04 Frhs2[590]: 6 0 1.00009 shouldn't be
74.87/75.32	WSVECS04 Frhs2[680]: 6 0 28 shouldn't be
74.87/75.32	WSVECS04 Frhs2[700]: 6 0 27.5 shouldn't be
74.87/75.32	WSVECS04 Frhs2[1335]: 6 0 2.00007 shouldn't be
74.87/75.32	WSVECS04 Frhs2[1358]: 6 0 23 shouldn't be
74.87/75.32	WSVECS04 Frhs2[1808]: 6 -1.00008 0 shouldn't be
74.87/75.32	WSVECS04 Frhs2[1866]: 6 0 67.5001 shouldn't be
75.37/75.85	WSVECS04 Frhs2[799]: 6 0 1.00001 shouldn't be
75.37/75.85	WSVECS04 Frhs2[877]: 6 0 2.00005 shouldn't be
75.37/75.85	WSVECS04 Frhs2[1099]: 6 0 6.00009 shouldn't be
75.37/75.85	WSVECS04 Frhs2[1131]: 6 0 9.00005 shouldn't be
75.37/75.85	WSVECS04 Frhs2[1196]: 6 -41.0001 0 shouldn't be
75.37/75.85	WSVECS04 Frhs2[1911]: 6 0 3.00008 shouldn't be
75.87/76.37	WSVECS04 Frhs2[336]: 6 0 1.00004 shouldn't be
75.87/76.37	WSVECS04 Frhs2[950]: 6 -1.00003 0 shouldn't be
75.87/76.37	WSVECS04 Frhs2[1823]: 6 0 0.50006 shouldn't be
75.87/76.37	WSVECS04 Frhs2[1841]: 6 0 1.00005 shouldn't be
76.87/77.32	WSVECS04 Frhs2[160]: 6 0 7.5001 shouldn't be
76.87/77.32	WSVECS04 Frhs2[213]: 6 0 12.0001 shouldn't be
76.87/77.32	WSVECS04 Frhs2[553]: 6 0 1.00004 shouldn't be
76.87/77.32	WSVECS04 Frhs2[652]: 6 -1.00001 0 shouldn't be
76.87/77.32	WSVECS04 Frhs2[1312]: 6 -1.00004 0 shouldn't be
76.87/77.32	WSVECS04 Frhs2[1431]: 6 -8.00002 0 shouldn't be
76.87/77.32	WSVECS04 Frhs2[1718]: 6 0 6.00008 shouldn't be
77.77/78.27	WSVECS04 Frhs2[964]: 6 0 3.00002 shouldn't be
77.77/78.27	WSVECS04 Frhs2[1095]: 6 0 1.00007 shouldn't be
77.77/78.27	WSVECS04 Frhs2[1163]: 6 0 1.0001 shouldn't be
77.77/78.27	WSVECS04 Frhs2[1260]: 6 0 1.00002 shouldn't be
77.77/78.27	WSVECS04 Frhs2[1379]: 6 0 4.00008 shouldn't be
77.77/78.27	WSVECS04 Frhs2[1483]: 6 0 79.5 shouldn't be
77.77/78.27	WSVECS04 Frhs2[1861]: 6 0 4.00005 shouldn't be
77.77/78.27	WSVECS04 Frhs2[1895]: 6 0 12.5 shouldn't be
77.77/78.27	WSVECS04 Frhs2[1927]: 6 0 29.5 shouldn't be
78.36/78.85	WSVECS04 Frhs2[773]: 6 0 8.00006 shouldn't be
78.36/78.85	WSVECS04 Frhs2[1275]: 6 0 1.00009 shouldn't be
78.36/78.85	WSVECS04 Frhs2[1449]: 6 0 29.5 shouldn't be
78.36/78.85	WSVECS04 Frhs2[1806]: 6 0 26.5 shouldn't be
78.76/79.25	WSVECS04 Frhs2[807]: 6 0 1.00004 shouldn't be
79.16/79.69	WSVECS04 Frhs2[30]: 6 0 2.00006 shouldn't be
79.16/79.69	WSVECS04 Frhs2[249]: 6 0 27.5 shouldn't be
79.76/80.21	WSVECS04 Frhs2[1339]: 6 0 1.00006 shouldn't be
97.82/98.46	c #Conflicts:      67000 | #Constraints:      12993
97.82/98.46	c #Conflicts:      68000 | #Constraints:      13993
97.82/98.46	c #Conflicts:      69000 | #Constraints:      14993
97.82/98.46	c #Conflicts:      70000 | #Constraints:      15993
97.82/98.46	c #Conflicts:      71000 | #Constraints:      16993
97.82/98.46	c #Conflicts:      72000 | #Constraints:      17993
97.82/98.46	c INPROCESSING
97.82/98.46	c GARBAGE COLLECT
97.82/98.46	c #Conflicts:      73000 | #Constraints:      13562
97.82/98.46	c #Conflicts:      74000 | #Constraints:      14562
97.82/98.46	c #Conflicts:      75000 | #Constraints:      15562
97.82/98.46	c #Conflicts:      76000 | #Constraints:      16562
97.82/98.46	c #Conflicts:      77000 | #Constraints:      17562
97.82/98.46	c #Conflicts:      78000 | #Constraints:      18562
97.82/98.46	c INPROCESSING
97.82/98.46	c GARBAGE COLLECT
97.82/98.46	c #Conflicts:      79000 | #Constraints:      13963
97.82/98.46	c #Conflicts:      80000 | #Constraints:      14963
97.82/98.46	c #Conflicts:      81000 | #Constraints:      15963
97.82/98.46	c #Conflicts:      82000 | #Constraints:      16963
97.82/98.46	c #Conflicts:      83000 | #Constraints:      17963
97.82/98.46	c #Conflicts:      84000 | #Constraints:      18963
97.82/98.46	c INPROCESSING
97.82/98.46	c GARBAGE COLLECT
97.82/98.46	c #Conflicts:      85000 | #Constraints:      14172
97.82/98.46	c #Conflicts:      86000 | #Constraints:      15172
97.82/98.46	c #Conflicts:      87000 | #Constraints:      16172
97.82/98.46	c #Conflicts:      88000 | #Constraints:      17172
97.82/98.46	c #Conflicts:      89000 | #Constraints:      18172
97.82/98.46	c #Conflicts:      90000 | #Constraints:      19172
97.82/98.46	c INPROCESSING
97.82/98.46	c GARBAGE COLLECT
97.82/98.46	c #Conflicts:      91000 | #Constraints:      14211
97.82/98.46	c #Conflicts:      92000 | #Constraints:      15211
97.82/98.46	WSVECS04 Frhs2[31]: 6 0 13 shouldn't be
97.82/98.46	WSVECS04 Frhs2[80]: 6 0 2.00009 shouldn't be
97.82/98.46	WSVECS04 Frhs2[100]: 6 0 1.00009 shouldn't be
97.82/98.46	WSVECS04 Frhs2[131]: 6 -5.00004 0 shouldn't be
97.82/98.46	WSVECS04 Frhs2[132]: 6 0 1.00005 shouldn't be
97.82/98.46	WSVECS04 Frhs2[141]: 6 0 4.35563 shouldn't be
97.82/98.46	WSVECS04 Frhs2[168]: 6 0 4.00008 shouldn't be
97.82/98.46	WSVECS04 Frhs2[190]: 6 0 4.00003 shouldn't be
97.82/98.46	WSVECS04 Frhs2[214]: 6 0 2.00008 shouldn't be
97.82/98.46	WSVECS04 Frhs2[266]: 6 0 4.32231 shouldn't be
97.82/98.46	WSVECS04 Frhs2[291]: 6 0 7.00004 shouldn't be
97.82/98.46	WSVECS04 Frhs2[298]: 6 0 3.00002 shouldn't be
97.82/98.46	WSVECS04 Frhs2[306]: 6 0 7.00009 shouldn't be
97.82/98.46	WSVECS04 Frhs2[307]: 6 0 4.00009 shouldn't be
97.82/98.46	WSVECS04 Frhs2[315]: 6 -4.00005 0 shouldn't be
97.82/98.46	WSVECS04 Frhs2[344]: 6 0 2.00008 shouldn't be
97.82/98.46	WSVECS04 Frhs2[368]: 6 0 1.00004 shouldn't be
97.82/98.46	WSVECS04 Frhs2[377]: 6 0 1.00002 shouldn't be
97.82/98.46	WSVECS04 Frhs2[392]: 6 -1.00008 0 shouldn't be
97.82/98.46	WSVECS04 Frhs2[445]: 6 -5.50005 0 shouldn't be
97.82/98.46	WSVECS04 Frhs2[495]: 6 0 2.00002 shouldn't be
97.82/98.46	WSVECS04 Frhs2[553]: 6 0 1.00002 shouldn't be
97.82/98.46	WSVECS04 Frhs2[563]: 6 0 2.00008 shouldn't be
97.82/98.46	WSVECS04 Frhs2[570]: 6 0 1.00009 shouldn't be
97.82/98.46	WSVECS04 Frhs2[571]: 6 0 14 shouldn't be
97.82/98.46	WSVECS04 Frhs2[574]: 6 0 4.00002 shouldn't be
97.82/98.46	WSVECS04 Frhs2[618]: 6 -1.35562 0 shouldn't be
97.82/98.46	WSVECS04 Frhs2[652]: 6 0 1.00008 shouldn't be
97.82/98.46	WSVECS04 Frhs2[670]: 6 0 2.00003 shouldn't be
97.82/98.46	WSVECS04 Frhs2[687]: 6 0 5.00001 shouldn't be
97.82/98.46	WSVECS04 Frhs2[693]: 6 0 1.00003 shouldn't be
97.82/98.46	WSVECS04 Frhs2[697]: 6 0 6.00009 shouldn't be
97.82/98.46	WSVECS04 Frhs2[723]: 6 0 1.00006 shouldn't be
97.82/98.46	WSVECS04 Frhs2[728]: 6 0 14.0001 shouldn't be
97.82/98.46	WSVECS04 Frhs2[812]: 6 0 1.00005 shouldn't be
97.82/98.46	WSVECS04 Frhs2[847]: 6 0 10 shouldn't be
97.82/98.46	WSVECS04 Frhs2[905]: 6 0 9.00009 shouldn't be
97.82/98.46	WSVECS04 Frhs2[934]: 6 0 1.00007 shouldn't be
97.82/98.46	WSVECS04 Frhs2[935]: 6 0 1.00006 shouldn't be
97.82/98.46	WSVECS04 Frhs2[941]: 6 0 2.00004 shouldn't be
97.82/98.46	WSVECS04 Frhs2[947]: 6 0 2.00003 shouldn't be
97.82/98.46	WSVECS04 Frhs2[974]: 6 0 3.00005 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1058]: 6 0 1.00003 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1097]: 6 0 1.00004 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1101]: 6 0 2.00005 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1128]: 6 0 1.0001 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1129]: 6 0 2.00002 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1300]: 6 0 0.322263 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1316]: 6 0 1.00007 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1325]: 6 0 6.00006 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1347]: 6 -4.00002 0 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1361]: 6 0 1.00008 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1362]: 6 0 5.00001 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1403]: 6 0 1.00005 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1420]: 6 -4.00002 0 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1427]: 6 0 1.00006 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1450]: 6 0 2.00008 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1603]: 6 0 5.0001 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1636]: 6 0 3.00003 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1643]: 6 0 4.00002 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1677]: 6 0 2.00006 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1687]: 6 0 3.00005 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1689]: 6 0 1.00002 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1709]: 6 0 3.00007 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1803]: 6 0 1.00002 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1822]: 6 0 4.00002 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1856]: 6 0 1.00002 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1863]: 6 0 1.00009 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1876]: 6 0 1.00001 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1919]: 6 0 2.00007 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1949]: 6 0 3.00003 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1996]: 6 0 6.00005 shouldn't be
97.82/98.46	WSVECS04 Frhs2[1998]: 6 0 7.00006 shouldn't be
98.22/98.84	WSVECS04 Frhs2[28]: 6 0 9.00006 shouldn't be
98.22/98.84	WSVECS04 Frhs2[45]: 6 0 1.00005 shouldn't be
98.22/98.84	WSVECS04 Frhs2[133]: 6 0 1.00005 shouldn't be
98.22/98.84	WSVECS04 Frhs2[176]: 6 0 5.00005 shouldn't be
98.22/98.84	WSVECS04 Frhs2[183]: 6 0 2.00008 shouldn't be
98.22/98.84	WSVECS04 Frhs2[191]: 6 0 2.00002 shouldn't be
98.22/98.84	WSVECS04 Frhs2[203]: 6 0 24.4111 shouldn't be
98.22/98.84	WSVECS04 Frhs2[228]: 6 0 9.35563 shouldn't be
98.22/98.84	WSVECS04 Frhs2[564]: 6 -1.00002 0 shouldn't be
98.22/98.84	WSVECS04 Frhs2[587]: 6 -2.0001 0 shouldn't be
98.22/98.84	WSVECS04 Frhs2[865]: 6 0 4.00006 shouldn't be
98.22/98.84	WSVECS04 Frhs2[909]: 6 -3.00007 0 shouldn't be
98.22/98.84	WSVECS04 Frhs2[1148]: 6 -3.00009 0 shouldn't be
98.22/98.84	WSVECS04 Frhs2[1168]: 6 0 17.089 shouldn't be
98.22/98.84	WSVECS04 Frhs2[1220]: 6 0 2.00003 shouldn't be
98.22/98.84	WSVECS04 Frhs2[1252]: 6 -7.35562 0 shouldn't be
98.22/98.84	WSVECS04 Frhs2[1344]: 6 0 1.00007 shouldn't be
98.22/98.84	WSVECS04 Frhs2[1366]: 6 0 14.089 shouldn't be
98.22/98.84	WSVECS04 Frhs2[1422]: 6 0 2.35565 shouldn't be
98.22/98.84	WSVECS04 Frhs2[1423]: 6 0 1.0001 shouldn't be
98.22/98.84	WSVECS04 Frhs2[1495]: 6 0 9.35558 shouldn't be
98.22/98.84	WSVECS04 Frhs2[1500]: 6 -6.00003 0 shouldn't be
98.22/98.84	WSVECS04 Frhs2[1625]: 6 0 1.00004 shouldn't be
98.22/98.84	WSVECS04 Frhs2[1766]: 6 0 4.00008 shouldn't be
98.22/98.84	WSVECS04 Frhs2[1768]: 6 0 2.00003 shouldn't be
98.22/98.84	WSVECS04 Frhs2[1777]: 6 0 3.00006 shouldn't be
98.22/98.84	WSVECS04 Frhs2[1824]: 6 0 3.0001 shouldn't be
98.22/98.84	WSVECS04 Frhs2[1914]: 6 0 1.00008 shouldn't be
98.22/98.84	WSVECS04 Frhs2[1922]: 6 0 17.089 shouldn't be
98.22/98.84	WSVECS04 Frhs2[1939]: 6 0 1.00004 shouldn't be
98.62/99.29	WSVECS04 Frhs2[278]: 6 0 1.00005 shouldn't be
98.62/99.29	WSVECS04 Frhs2[333]: 6 0 11.0556 shouldn't be
98.62/99.29	WSVECS04 Frhs2[388]: 6 -1.00006 0 shouldn't be
98.62/99.29	WSVECS04 Frhs2[436]: 6 0 6.00007 shouldn't be
98.62/99.29	WSVECS04 Frhs2[441]: 6 0 2.00003 shouldn't be
98.62/99.29	WSVECS04 Frhs2[550]: 6 0 3.0001 shouldn't be
98.62/99.29	WSVECS04 Frhs2[1000]: 6 0 1.00004 shouldn't be
98.62/99.29	WSVECS04 Frhs2[1219]: 6 -1.00001 0 shouldn't be
98.62/99.29	WSVECS04 Frhs2[1329]: 6 0 4.00005 shouldn't be
98.62/99.29	WSVECS04 Frhs2[1559]: 6 0 14.0001 shouldn't be
98.62/99.29	WSVECS04 Frhs2[1621]: 6 0 1.00002 shouldn't be
98.62/99.29	WSVECS04 Frhs2[1710]: 6 -8.0556 0 shouldn't be
98.62/99.29	WSVECS04 Frhs2[1790]: 6 0 2.00008 shouldn't be
99.12/99.75	WSVECS04 Frhs2[376]: 6 0 6.00008 shouldn't be
99.12/99.75	WSVECS04 Frhs2[400]: 6 0 8.08895 shouldn't be
99.12/99.75	WSVECS04 Frhs2[413]: 6 0 1.00008 shouldn't be
99.12/99.75	WSVECS04 Frhs2[443]: 6 0 44.3112 shouldn't be
99.12/99.75	WSVECS04 Frhs2[593]: 6 0 16.7556 shouldn't be
99.12/99.75	WSVECS04 Frhs2[809]: 6 0 2.00006 shouldn't be
99.12/99.75	WSVECS04 Frhs2[888]: 6 0 42.3889 shouldn't be
99.12/99.75	WSVECS04 Frhs2[1124]: 6 0 1.00009 shouldn't be
99.12/99.75	WSVECS04 Frhs2[1684]: 6 0 1.00004 shouldn't be
99.12/99.75	WSVECS04 Frhs2[1963]: 6 0 1.00004 shouldn't be
99.61/100.21	WSVECS04 Frhs2[174]: 6 0 1.00008 shouldn't be
99.61/100.21	WSVECS04 Frhs2[722]: 6 0 1.00005 shouldn't be
99.61/100.21	WSVECS04 Frhs2[737]: 6 0 1.00003 shouldn't be
99.61/100.21	WSVECS04 Frhs2[856]: 6 0 74.9001 shouldn't be
99.61/100.21	WSVECS04 Frhs2[1707]: 6 0 13.0889 shouldn't be
99.61/100.21	WSVECS04 Frhs2[1872]: 6 -1.00004 0 shouldn't be
100.22/100.81	WSVECS04 Frhs2[319]: 6 0 35.7223 shouldn't be
100.22/100.81	WSVECS04 Frhs2[923]: 6 0 116.456 shouldn't be
100.22/100.81	WSVECS04 Frhs2[1095]: 6 -43.3112 0 shouldn't be
100.22/100.81	WSVECS04 Frhs2[1514]: 6 0 42.9445 shouldn't be
100.22/100.81	WSVECS04 Frhs2[1837]: 6 0 37.9445 shouldn't be
100.22/100.81	WSVECS04 Frhs2[1917]: 6 0 2.00003 shouldn't be
100.71/101.32	WSVECS04 Frhs2[494]: 6 0 47.2167 shouldn't be
100.71/101.32	WSVECS04 Frhs2[525]: 6 0 1.00005 shouldn't be
101.01/101.67	WSVECS04 Frhs2[4]: 6 -4.0001 0 shouldn't be
101.01/101.67	WSVECS04 Frhs2[572]: 6 -1.00007 0 shouldn't be
101.01/101.67	WSVECS04 Frhs2[1374]: 6 0 1.00003 shouldn't be
101.01/101.67	WSVECS04 Frhs2[1626]: 6 -1.00009 0 shouldn't be
101.51/102.13	WSVECS04 Frhs2[1469]: 6 0 5.00001 shouldn't be
102.01/102.60	WSVECS04 Frhs2[1889]: 6 0 2.00006 shouldn't be
102.52/103.15	WSVECS04 Frhs2[469]: 6 0 1.00003 shouldn't be
102.52/103.15	WSVECS04 Frhs2[1961]: 6 0 1.00009 shouldn't be
136.32/137.02	c #Conflicts:      93000 | #Constraints:      16211
136.32/137.02	c #Conflicts:      94000 | #Constraints:      17211
136.32/137.02	c #Conflicts:      95000 | #Constraints:      18211
136.32/137.02	c #Conflicts:      96000 | #Constraints:      19211
136.32/137.02	c INPROCESSING
136.32/137.02	c GARBAGE COLLECT
136.32/137.02	c #Conflicts:      97000 | #Constraints:      14022
136.32/137.02	c #Conflicts:      98000 | #Constraints:      15022
136.32/137.02	c #Conflicts:      99000 | #Constraints:      16022
136.32/137.02	c #Conflicts:     100000 | #Constraints:      17022
136.32/137.02	c #Conflicts:     101000 | #Constraints:      18022
136.32/137.02	c #Conflicts:     102000 | #Constraints:      19022
136.32/137.02	c #Conflicts:     103000 | #Constraints:      20022
136.32/137.02	c INPROCESSING
136.32/137.02	c GARBAGE COLLECT
136.32/137.02	c #Conflicts:     104000 | #Constraints:      14640
136.32/137.02	c #Conflicts:     105000 | #Constraints:      15640
136.32/137.02	c #Conflicts:     106000 | #Constraints:      16640
136.32/137.02	c #Conflicts:     107000 | #Constraints:      17640
136.32/137.02	c #Conflicts:     108000 | #Constraints:      18640
136.32/137.02	c #Conflicts:     109000 | #Constraints:      19640
136.32/137.02	c #Conflicts:     110000 | #Constraints:      20640
136.32/137.02	c INPROCESSING
136.32/137.02	c GARBAGE COLLECT
136.32/137.02	c #Conflicts:     111000 | #Constraints:      15022
136.32/137.02	c #Conflicts:     112000 | #Constraints:      16022
136.32/137.02	c #Conflicts:     113000 | #Constraints:      17022
136.32/137.02	c #Conflicts:     114000 | #Constraints:      18022
136.32/137.02	c #Conflicts:     115000 | #Constraints:      19022
136.32/137.02	c #Conflicts:     116000 | #Constraints:      20022
136.32/137.02	c #Conflicts:     117000 | #Constraints:      21022
136.32/137.02	c INPROCESSING
136.32/137.02	c GARBAGE COLLECT
136.32/137.02	c #Conflicts:     118000 | #Constraints:      15208
136.32/137.02	c #Conflicts:     119000 | #Constraints:      16208
136.32/137.02	c #Conflicts:     120000 | #Constraints:      17208
136.32/137.02	c #Conflicts:     121000 | #Constraints:      18208
136.32/137.02	c bounds - >= 538 @ 134.582
139.81/140.53	c #Conflicts:     122000 | #Constraints:      19283
139.81/140.53	c #Conflicts:     123000 | #Constraints:      20283
139.81/140.53	c #Conflicts:     124000 | #Constraints:      21283
139.81/140.53	c INPROCESSING
139.81/140.53	c GARBAGE COLLECT
139.81/140.53	c #Conflicts:     125000 | #Constraints:      15261
139.81/140.53	c #Conflicts:     126000 | #Constraints:      16261
139.81/140.53	c #Conflicts:     127000 | #Constraints:      17261
139.81/140.53	c #Conflicts:     128000 | #Constraints:      18261
139.81/140.53	c #Conflicts:     129000 | #Constraints:      19261
139.81/140.53	c #Conflicts:     130000 | #Constraints:      20261
139.81/140.53	c #Conflicts:     131000 | #Constraints:      21261
139.81/140.53	c INPROCESSING
139.81/140.53	c GARBAGE COLLECT
139.81/140.53	WSVECS04 Frhs2[98]: 6 -1.00003 0 shouldn't be
139.81/140.53	WSVECS04 Frhs2[408]: 6 -1.0001 0 shouldn't be
139.81/140.53	WSVECS04 Frhs2[476]: 6 -1.00008 0 shouldn't be
139.81/140.53	WSVECS04 Frhs2[608]: 6 -1.00009 0 shouldn't be
140.31/141.09	WSVECS04 Frhs2[268]: 6 -1.00006 0 shouldn't be
140.31/141.09	WSVECS04 Frhs2[1406]: 6 -1.00003 0 shouldn't be
140.31/141.09	WSVECS04 Frhs2[1868]: 6 -1.00004 0 shouldn't be
141.81/142.51	WSVECS04 Frhs2[380]: 6 -1.00008 0 shouldn't be
141.81/142.51	WSVECS04 Frhs2[680]: 6 -1.00006 0 shouldn't be
141.81/142.51	WSVECS04 Frhs2[1113]: 6 -1.00009 0 shouldn't be
141.81/142.51	WSVECS04 Frhs2[1313]: 6 -1.00004 0 shouldn't be
141.81/142.51	WSVECS04 Frhs2[1666]: 6 -1.00006 0 shouldn't be
142.60/143.33	WSVECS04 Frhs2[94]: 6 -1.00008 0 shouldn't be
142.60/143.33	WSVECS04 Frhs2[640]: 6 -1.00002 0 shouldn't be
142.60/143.33	WSVECS04 Frhs2[1142]: 6 -1.00003 0 shouldn't be
142.60/143.33	WSVECS04 Frhs2[1193]: 6 -1.00003 0 shouldn't be
142.60/143.33	WSVECS04 Frhs2[1200]: 6 -1.00005 0 shouldn't be
142.60/143.33	WSVECS04 Frhs2[1224]: 6 -1.00009 0 shouldn't be
142.60/143.33	WSVECS04 Frhs2[1289]: 6 -1.00004 0 shouldn't be
142.60/143.33	WSVECS04 Frhs2[1498]: 6 -1.00006 0 shouldn't be
142.60/143.33	WSVECS04 Frhs2[1902]: 6 -1.00004 0 shouldn't be
143.31/144.08	WSVECS04 Frhs2[330]: 6 -1.00007 0 shouldn't be
143.31/144.08	WSVECS04 Frhs2[1927]: 6 -1.00009 0 shouldn't be
144.60/145.37	WSVECS04 Frhs2[275]: 6 -1.00001 0 shouldn't be
223.09/224.02	c #Conflicts:     132000 | #Constraints:      15042
223.09/224.02	c #Conflicts:     133000 | #Constraints:      16042
223.09/224.02	c #Conflicts:     134000 | #Constraints:      17042
223.09/224.02	c #Conflicts:     135000 | #Constraints:      18042
223.09/224.02	c #Conflicts:     136000 | #Constraints:      19042
223.09/224.02	c #Conflicts:     137000 | #Constraints:      20042
223.09/224.02	c #Conflicts:     138000 | #Constraints:      21042
223.09/224.02	c #Conflicts:     139000 | #Constraints:      22042
223.09/224.02	c INPROCESSING
223.09/224.02	c GARBAGE COLLECT
223.09/224.02	c #Conflicts:     140000 | #Constraints:      15659
223.09/224.02	c #Conflicts:     141000 | #Constraints:      16659
223.09/224.02	c #Conflicts:     142000 | #Constraints:      17659
223.09/224.02	c #Conflicts:     143000 | #Constraints:      18659
223.09/224.02	c #Conflicts:     144000 | #Constraints:      19659
223.09/224.02	c #Conflicts:     145000 | #Constraints:      20659
223.09/224.02	c #Conflicts:     146000 | #Constraints:      21659
223.09/224.02	c #Conflicts:     147000 | #Constraints:      22659
223.09/224.02	c INPROCESSING
223.09/224.02	c GARBAGE COLLECT
223.09/224.02	c #Conflicts:     148000 | #Constraints:      16074
223.09/224.02	c #Conflicts:     149000 | #Constraints:      17074
223.09/224.02	c #Conflicts:     150000 | #Constraints:      18074
223.09/224.02	c #Conflicts:     151000 | #Constraints:      19074
223.09/224.02	c #Conflicts:     152000 | #Constraints:      20074
223.09/224.02	c #Conflicts:     153000 | #Constraints:      21074
223.09/224.02	c #Conflicts:     154000 | #Constraints:      22074
223.09/224.02	c #Conflicts:     155000 | #Constraints:      23074
223.09/224.02	c INPROCESSING
223.09/224.02	c GARBAGE COLLECT
223.09/224.02	c #Conflicts:     156000 | #Constraints:      16283
223.09/224.02	c #Conflicts:     157000 | #Constraints:      17283
223.09/224.02	c #Conflicts:     158000 | #Constraints:      18283
223.09/224.02	c #Conflicts:     159000 | #Constraints:      19283
223.09/224.02	c #Conflicts:     160000 | #Constraints:      20283
223.09/224.02	c #Conflicts:     161000 | #Constraints:      21283
223.09/224.02	c #Conflicts:     162000 | #Constraints:      22283
223.09/224.02	c #Conflicts:     163000 | #Constraints:      23283
223.09/224.02	c INPROCESSING
223.09/224.02	c GARBAGE COLLECT
223.09/224.02	c #Conflicts:     164000 | #Constraints:      16267
223.09/224.02	c #Conflicts:     165000 | #Constraints:      17267
223.09/224.02	c #Conflicts:     166000 | #Constraints:      18267
223.09/224.02	c #Conflicts:     167000 | #Constraints:      19267
223.09/224.02	c #Conflicts:     168000 | #Constraints:      20267
223.09/224.02	c #Conflicts:     169000 | #Constraints:      21267
223.09/224.02	c #Conflicts:     170000 | #Constraints:      22267
223.09/224.02	c #Conflicts:     171000 | #Constraints:      23267
223.09/224.02	c INPROCESSING
223.09/224.02	c GARBAGE COLLECT
223.09/224.02	c #Conflicts:     172000 | #Constraints:      16043
223.09/224.02	c #Conflicts:     173000 | #Constraints:      17043
223.09/224.02	c #Conflicts:     174000 | #Constraints:      18043
223.09/224.02	c #Conflicts:     175000 | #Constraints:      19043
223.09/224.02	c #Conflicts:     176000 | #Constraints:      20043
223.09/224.02	c #Conflicts:     177000 | #Constraints:      21043
223.09/224.02	c #Conflicts:     178000 | #Constraints:      22043
223.09/224.02	c #Conflicts:     179000 | #Constraints:      23043
223.09/224.02	c #Conflicts:     180000 | #Constraints:      24043
223.09/224.02	c INPROCESSING
223.09/224.02	c GARBAGE COLLECT
223.09/224.02	c #Conflicts:     181000 | #Constraints:      16695
223.09/224.02	c #Conflicts:     182000 | #Constraints:      17695
223.09/224.02	c #Conflicts:     183000 | #Constraints:      18695
223.09/224.02	c #Conflicts:     184000 | #Constraints:      19695
223.09/224.02	c #Conflicts:     185000 | #Constraints:      20695
223.09/224.02	c #Conflicts:     186000 | #Constraints:      21695
223.09/224.02	c #Conflicts:     187000 | #Constraints:      22695
223.09/224.02	c #Conflicts:     188000 | #Constraints:      23695
223.09/224.02	c #Conflicts:     189000 | #Constraints:      24695
223.09/224.02	c INPROCESSING
223.09/224.02	c GARBAGE COLLECT
223.09/224.02	c #Conflicts:     190000 | #Constraints:      17075
223.09/224.02	c #Conflicts:     191000 | #Constraints:      18075
223.09/224.02	c #Conflicts:     192000 | #Constraints:      19075
223.09/224.02	c #Conflicts:     193000 | #Constraints:      20075
223.09/224.02	c #Conflicts:     194000 | #Constraints:      21075
223.09/224.02	c #Conflicts:     195000 | #Constraints:      22075
223.09/224.02	c #Conflicts:     196000 | #Constraints:      23075
223.09/224.02	c #Conflicts:     197000 | #Constraints:      24075
223.09/224.02	c #Conflicts:     198000 | #Constraints:      25075
223.09/224.02	c INPROCESSING
223.09/224.02	c GARBAGE COLLECT
223.09/224.02	c #Conflicts:     199000 | #Constraints:      17266
223.09/224.02	c #Conflicts:     200000 | #Constraints:      18266
223.09/224.02	c #Conflicts:     201000 | #Constraints:      19266
223.09/224.02	c #Conflicts:     202000 | #Constraints:      20266
223.09/224.02	c #Conflicts:     203000 | #Constraints:      21266
223.09/224.02	c #Conflicts:     204000 | #Constraints:      22266
223.09/224.02	c #Conflicts:     205000 | #Constraints:      23266
228.47/229.46	c #Conflicts:     206000 | #Constraints:      24266
228.47/229.46	c #Conflicts:     207000 | #Constraints:      25266
228.47/229.46	c INPROCESSING
228.47/229.46	c GARBAGE COLLECT
228.47/229.46	c #Conflicts:     208000 | #Constraints:      17286
228.47/229.46	c #Conflicts:     209000 | #Constraints:      18286
228.47/229.46	c #Conflicts:     210000 | #Constraints:      19286
228.47/229.46	c #Conflicts:     211000 | #Constraints:      20286
228.47/229.46	c #Conflicts:     212000 | #Constraints:      21286
228.47/229.46	c #Conflicts:     213000 | #Constraints:      22286
228.47/229.46	c #Conflicts:     214000 | #Constraints:      23286
228.47/229.46	c #Conflicts:     215000 | #Constraints:      24286
228.47/229.46	c #Conflicts:     216000 | #Constraints:      25286
228.47/229.46	c INPROCESSING
228.47/229.46	c GARBAGE COLLECT
228.47/229.46	c #Conflicts:     217000 | #Constraints:      17112
228.47/229.46	c #Conflicts:     218000 | #Constraints:      18112
228.47/229.46	c #Conflicts:     219000 | #Constraints:      19112
228.47/229.46	c #Conflicts:     220000 | #Constraints:      20112
228.47/229.46	WSVECS04 Frhs2[33]: 6 0 1.00006 shouldn't be
228.47/229.46	WSVECS04 Frhs2[43]: 6 0 1.00001 shouldn't be
228.47/229.46	WSVECS04 Frhs2[100]: 6 0 1.00002 shouldn't be
228.47/229.46	WSVECS04 Frhs2[106]: 6 0 21 shouldn't be
228.47/229.46	WSVECS04 Frhs2[158]: 6 0 6.00007 shouldn't be
228.47/229.46	WSVECS04 Frhs2[163]: 6 0 8.00009 shouldn't be
228.47/229.46	WSVECS04 Frhs2[175]: 6 0 4.00001 shouldn't be
228.47/229.46	WSVECS04 Frhs2[178]: 6 0 6.00004 shouldn't be
228.47/229.46	WSVECS04 Frhs2[190]: 6 -1.00003 0 shouldn't be
228.47/229.46	WSVECS04 Frhs2[206]: 6 0 8.00008 shouldn't be
228.47/229.46	WSVECS04 Frhs2[220]: 6 0 3.00002 shouldn't be
228.47/229.46	WSVECS04 Frhs2[236]: 6 0 1.00001 shouldn't be
228.47/229.46	WSVECS04 Frhs2[248]: 6 0 3.00006 shouldn't be
228.47/229.46	WSVECS04 Frhs2[258]: 6 0 8.25006 shouldn't be
228.47/229.46	WSVECS04 Frhs2[292]: 6 0 8.25004 shouldn't be
228.47/229.46	WSVECS04 Frhs2[295]: 6 0 1.00003 shouldn't be
228.47/229.46	WSVECS04 Frhs2[334]: 6 0 2.00004 shouldn't be
228.47/229.46	WSVECS04 Frhs2[347]: 6 0 2.00006 shouldn't be
228.47/229.46	WSVECS04 Frhs2[368]: 6 0 1.00009 shouldn't be
228.47/229.46	WSVECS04 Frhs2[375]: 6 0 3.00001 shouldn't be
228.47/229.46	WSVECS04 Frhs2[401]: 6 0 4.00008 shouldn't be
228.47/229.46	WSVECS04 Frhs2[403]: 6 0 2.00003 shouldn't be
228.47/229.46	WSVECS04 Frhs2[454]: 6 0 1.00007 shouldn't be
228.47/229.46	WSVECS04 Frhs2[481]: 6 0 20.0001 shouldn't be
228.47/229.46	WSVECS04 Frhs2[488]: 6 0 1.00004 shouldn't be
228.47/229.46	WSVECS04 Frhs2[505]: 6 -30.25 0 shouldn't be
228.47/229.46	WSVECS04 Frhs2[513]: 6 0 1.00008 shouldn't be
228.47/229.46	WSVECS04 Frhs2[552]: 6 0 1.00005 shouldn't be
228.47/229.46	WSVECS04 Frhs2[608]: 6 0 1.00002 shouldn't be
228.47/229.46	WSVECS04 Frhs2[638]: 6 0 1.00002 shouldn't be
228.47/229.46	WSVECS04 Frhs2[643]: 6 0 1.00005 shouldn't be
228.47/229.46	WSVECS04 Frhs2[654]: 6 0 6.25004 shouldn't be
228.47/229.46	WSVECS04 Frhs2[674]: 6 0 42.75 shouldn't be
228.47/229.46	WSVECS04 Frhs2[715]: 6 0 51 shouldn't be
228.47/229.46	WSVECS04 Frhs2[732]: 6 0 1.00008 shouldn't be
228.47/229.46	WSVECS04 Frhs2[753]: 6 0 1.00009 shouldn't be
228.47/229.46	WSVECS04 Frhs2[759]: 6 0 2.00003 shouldn't be
228.47/229.46	WSVECS04 Frhs2[760]: 6 -1.0001 0 shouldn't be
228.47/229.46	WSVECS04 Frhs2[782]: 6 0 35.5001 shouldn't be
228.47/229.46	WSVECS04 Frhs2[788]: 6 0 13 shouldn't be
228.47/229.46	WSVECS04 Frhs2[888]: 6 0 4.00006 shouldn't be
228.47/229.46	WSVECS04 Frhs2[904]: 6 0 7.00005 shouldn't be
228.47/229.46	WSVECS04 Frhs2[921]: 6 0 13.2501 shouldn't be
228.47/229.46	WSVECS04 Frhs2[940]: 6 0 46.0001 shouldn't be
228.47/229.46	WSVECS04 Frhs2[958]: 6 0 27.5 shouldn't be
228.47/229.46	WSVECS04 Frhs2[983]: 6 0 1.00003 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1002]: 6 0 1.00007 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1006]: 6 0 15.75 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1013]: 6 -1.00003 0 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1052]: 6 0 5.00003 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1087]: 6 0 1.00001 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1231]: 6 -1.00009 0 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1251]: 6 0 24.75 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1254]: 6 0 9.00003 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1264]: 6 0 3.00006 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1272]: 6 0 15.2501 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1279]: 6 0 4.00007 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1285]: 6 0 1.00006 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1291]: 6 0 1.00008 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1301]: 6 0 3.00003 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1307]: 6 0 13 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1333]: 6 0 12 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1367]: 6 0 1.00007 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1387]: 6 0 3.00005 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1397]: 6 0 3.00003 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1410]: 6 0 14.0001 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1476]: 6 0 2.00005 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1477]: 6 0 27.75 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1484]: 6 0 35.5 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1503]: 6 0 14.25 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1543]: 6 0 9.00004 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1546]: 6 0 27 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1581]: 6 0 41.25 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1636]: 6 0 17.0001 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1682]: 6 0 2.00005 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1693]: 6 0 1.0001 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1732]: 6 0 2.00007 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1753]: 6 0 6.00005 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1759]: 6 0 1.00006 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1768]: 6 0 4.00005 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1780]: 6 0 3.00009 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1845]: 6 0 1.00002 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1847]: 6 0 2.00008 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1866]: 6 0 3.00004 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1888]: 6 0 2.00007 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1919]: 6 -12 0 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1923]: 6 0 13.25 shouldn't be
228.47/229.46	WSVECS04 Frhs2[1952]: 6 0 11.25 shouldn't be
228.97/229.97	WSVECS04 Frhs2[1]: 6 0 4.00006 shouldn't be
228.97/229.97	WSVECS04 Frhs2[12]: 6 0 4.00007 shouldn't be
228.97/229.97	WSVECS04 Frhs2[138]: 6 0 5.00008 shouldn't be
228.97/229.97	WSVECS04 Frhs2[146]: 6 -1.00005 0 shouldn't be
228.97/229.97	WSVECS04 Frhs2[238]: 6 0 15.0001 shouldn't be
228.97/229.97	WSVECS04 Frhs2[332]: 6 0 1.00006 shouldn't be
228.97/229.97	WSVECS04 Frhs2[424]: 6 0 40.5 shouldn't be
228.97/229.97	WSVECS04 Frhs2[665]: 6 0 32.0001 shouldn't be
228.97/229.97	WSVECS04 Frhs2[683]: 6 0 1.00006 shouldn't be
228.97/229.97	WSVECS04 Frhs2[687]: 6 0 3.00007 shouldn't be
228.97/229.97	WSVECS04 Frhs2[854]: 6 0 2.00005 shouldn't be
228.97/229.97	WSVECS04 Frhs2[1220]: 6 0 10 shouldn't be
228.97/229.97	WSVECS04 Frhs2[1308]: 6 -1.00003 0 shouldn't be
228.97/229.97	WSVECS04 Frhs2[1314]: 6 0 28.25 shouldn't be
228.97/229.97	WSVECS04 Frhs2[1354]: 6 0 1.00008 shouldn't be
228.97/229.97	WSVECS04 Frhs2[1415]: 6 0 25.0001 shouldn't be
228.97/229.97	WSVECS04 Frhs2[1718]: 6 0 1.00009 shouldn't be
229.47/230.43	WSVECS04 Frhs2[252]: 6 0 1.00009 shouldn't be
229.47/230.43	WSVECS04 Frhs2[335]: 6 0 1.00002 shouldn't be
229.47/230.43	WSVECS04 Frhs2[676]: 6 0 1.00009 shouldn't be
229.47/230.43	WSVECS04 Frhs2[833]: 6 0 1.00007 shouldn't be
229.47/230.43	WSVECS04 Frhs2[911]: 6 0 20.7501 shouldn't be
229.47/230.43	WSVECS04 Frhs2[1099]: 6 -1.00004 0 shouldn't be
229.47/230.43	WSVECS04 Frhs2[1223]: 6 0 3.00006 shouldn't be
229.47/230.43	WSVECS04 Frhs2[1606]: 6 -1.00002 0 shouldn't be
229.47/230.43	WSVECS04 Frhs2[1692]: 6 0 2.00009 shouldn't be
229.87/230.89	WSVECS04 Frhs2[17]: 6 0 36.25 shouldn't be
229.87/230.89	WSVECS04 Frhs2[186]: 6 -1.00005 0 shouldn't be
229.87/230.89	WSVECS04 Frhs2[215]: 6 -1.00001 0 shouldn't be
229.87/230.89	WSVECS04 Frhs2[437]: 6 0 1.0001 shouldn't be
229.87/230.89	WSVECS04 Frhs2[1186]: 6 0 2.00006 shouldn't be
229.87/230.89	WSVECS04 Frhs2[1305]: 6 0 1.00006 shouldn't be
229.87/230.89	WSVECS04 Frhs2[1334]: 6 -1.00002 0 shouldn't be
229.87/230.89	WSVECS04 Frhs2[1963]: 6 0 16 shouldn't be
229.87/230.89	WSVECS04 Frhs2[1983]: 6 0 1.00009 shouldn't be
230.36/231.32	WSVECS04 Frhs2[11]: 6 -1.00007 0 shouldn't be
230.36/231.32	WSVECS04 Frhs2[255]: 6 0 1.00008 shouldn't be
230.36/231.32	WSVECS04 Frhs2[809]: 6 -14.0001 0 shouldn't be
230.36/231.32	WSVECS04 Frhs2[942]: 6 0 4.0001 shouldn't be
230.36/231.32	WSVECS04 Frhs2[956]: 6 0 28.5 shouldn't be
230.36/231.32	WSVECS04 Frhs2[1330]: 6 0 9.75006 shouldn't be
230.36/231.32	WSVECS04 Frhs2[1545]: 6 0 1.00009 shouldn't be
230.36/231.32	WSVECS04 Frhs2[1576]: 6 0 1.00004 shouldn't be
230.36/231.32	WSVECS04 Frhs2[1709]: 6 -11.0001 0 shouldn't be
230.36/231.32	WSVECS04 Frhs2[1813]: 6 0 1.00006 shouldn't be
231.06/232.03	WSVECS04 Frhs2[18]: 6 -1.00007 0 shouldn't be
231.06/232.03	WSVECS04 Frhs2[260]: 6 0 16.0001 shouldn't be
231.06/232.03	WSVECS04 Frhs2[581]: 6 0 1.00007 shouldn't be
231.06/232.03	WSVECS04 Frhs2[744]: 6 0 1.00005 shouldn't be
231.06/232.03	WSVECS04 Frhs2[1460]: 6 0 8.00002 shouldn't be
231.56/232.56	WSVECS04 Frhs2[430]: 6 0 41.5001 shouldn't be
231.56/232.56	WSVECS04 Frhs2[1341]: 6 -1.00003 0 shouldn't be
231.56/232.56	WSVECS04 Frhs2[1514]: 6 0 19.0001 shouldn't be
231.56/232.56	WSVECS04 Frhs2[1754]: 6 -1.00008 0 shouldn't be
232.07/233.05	WSVECS04 Frhs2[1345]: 6 0 2.00007 shouldn't be
232.07/233.05	WSVECS04 Frhs2[1708]: 6 0 9.00001 shouldn't be
232.66/233.66	WSVECS04 Frhs2[796]: 6 0 2.00005 shouldn't be
232.66/233.66	WSVECS04 Frhs2[920]: 6 -1.00008 0 shouldn't be
232.66/233.66	WSVECS04 Frhs2[1046]: 6 -50.7501 0 shouldn't be
233.06/234.08	WSVECS04 Frhs2[420]: 6 -1.00004 0 shouldn't be
233.06/234.08	WSVECS04 Frhs2[795]: 6 -1.0001 0 shouldn't be
234.16/235.17	WSVECS04 Frhs2[892]: 6 0 3.00006 shouldn't be
237.45/238.46	WSVECS04 Frhs2[281]: 6 0 11.5 shouldn't be
335.95/337.20	c #Conflicts:     221000 | #Constraints:      21113
335.95/337.20	c #Conflicts:     222000 | #Constraints:      22113
335.95/337.20	c #Conflicts:     223000 | #Constraints:      23113
335.95/337.20	c #Conflicts:     224000 | #Constraints:      24113
335.95/337.20	c #Conflicts:     225000 | #Constraints:      25113
335.95/337.20	c #Conflicts:     226000 | #Constraints:      26113
335.95/337.20	c INPROCESSING
335.95/337.20	c GARBAGE COLLECT
335.95/337.20	c #Conflicts:     227000 | #Constraints:      17720
335.95/337.20	c #Conflicts:     228000 | #Constraints:      18720
335.95/337.20	c #Conflicts:     229000 | #Constraints:      19720
335.95/337.20	c #Conflicts:     230000 | #Constraints:      20720
335.95/337.20	c #Conflicts:     231000 | #Constraints:      21720
335.95/337.20	c #Conflicts:     232000 | #Constraints:      22720
335.95/337.20	c #Conflicts:     233000 | #Constraints:      23720
335.95/337.20	c #Conflicts:     234000 | #Constraints:      24720
335.95/337.20	c #Conflicts:     235000 | #Constraints:      25720
335.95/337.20	c #Conflicts:     236000 | #Constraints:      26720
335.95/337.20	c INPROCESSING
335.95/337.20	c GARBAGE COLLECT
335.95/337.20	c #Conflicts:     237000 | #Constraints:      18084
335.95/337.20	c #Conflicts:     238000 | #Constraints:      19084
335.95/337.20	c #Conflicts:     239000 | #Constraints:      20084
335.95/337.20	c #Conflicts:     240000 | #Constraints:      21084
335.95/337.20	c #Conflicts:     241000 | #Constraints:      22084
335.95/337.20	c #Conflicts:     242000 | #Constraints:      23084
335.95/337.20	c #Conflicts:     243000 | #Constraints:      24084
335.95/337.20	c #Conflicts:     244000 | #Constraints:      25084
335.95/337.20	c #Conflicts:     245000 | #Constraints:      26084
335.95/337.20	c #Conflicts:     246000 | #Constraints:      27084
335.95/337.20	c INPROCESSING
335.95/337.20	c GARBAGE COLLECT
335.95/337.20	c #Conflicts:     247000 | #Constraints:      18269
335.95/337.20	c #Conflicts:     248000 | #Constraints:      19269
335.95/337.20	c #Conflicts:     249000 | #Constraints:      20269
335.95/337.20	c #Conflicts:     250000 | #Constraints:      21269
335.95/337.20	c #Conflicts:     251000 | #Constraints:      22269
335.95/337.20	c #Conflicts:     252000 | #Constraints:      23269
335.95/337.20	c #Conflicts:     253000 | #Constraints:      24269
335.95/337.20	c #Conflicts:     254000 | #Constraints:      25269
335.95/337.20	c #Conflicts:     255000 | #Constraints:      26269
335.95/337.20	c bounds - >= 539 @ 331.699
361.80/363.30	c #Conflicts:     256000 | #Constraints:      27341
361.80/363.30	c INPROCESSING
361.80/363.30	c GARBAGE COLLECT
361.80/363.30	c #Conflicts:     257000 | #Constraints:      18284
361.80/363.30	c #Conflicts:     258000 | #Constraints:      19284
361.80/363.30	c #Conflicts:     259000 | #Constraints:      20284
361.80/363.30	c #Conflicts:     260000 | #Constraints:      21284
361.80/363.30	c #Conflicts:     261000 | #Constraints:      22284
361.80/363.30	c #Conflicts:     262000 | #Constraints:      23284
361.80/363.30	c #Conflicts:     263000 | #Constraints:      24284
361.80/363.30	c #Conflicts:     264000 | #Constraints:      25284
361.80/363.30	c #Conflicts:     265000 | #Constraints:      26284
361.80/363.30	c #Conflicts:     266000 | #Constraints:      27284
361.80/363.30	c INPROCESSING
361.80/363.30	c GARBAGE COLLECT
361.80/363.30	c #Conflicts:     267000 | #Constraints:      18086
361.80/363.30	c #Conflicts:     268000 | #Constraints:      19086
361.80/363.30	c #Conflicts:     269000 | #Constraints:      20086
361.80/363.30	c #Conflicts:     270000 | #Constraints:      21086
361.80/363.30	c #Conflicts:     271000 | #Constraints:      22086
361.80/363.30	c #Conflicts:     272000 | #Constraints:      23086
361.80/363.30	c #Conflicts:     273000 | #Constraints:      24086
361.80/363.30	c #Conflicts:     274000 | #Constraints:      25086
361.80/363.30	c #Conflicts:     275000 | #Constraints:      26086
361.80/363.30	c #Conflicts:     276000 | #Constraints:      27086
361.80/363.30	c #Conflicts:     277000 | #Constraints:      28086
361.80/363.30	c INPROCESSING
361.80/363.30	c GARBAGE COLLECT
361.80/363.30	c #Conflicts:     278000 | #Constraints:      18584
361.80/363.30	c #Conflicts:     279000 | #Constraints:      19584
361.80/363.30	c #Conflicts:     280000 | #Constraints:      20584
361.80/363.30	c #Conflicts:     281000 | #Constraints:      21584
361.80/363.30	c #Conflicts:     282000 | #Constraints:      22584
361.80/363.30	c #Conflicts:     283000 | #Constraints:      23584
361.80/363.30	c #Conflicts:     284000 | #Constraints:      24584
361.80/363.30	c #Conflicts:     285000 | #Constraints:      25584
361.80/363.30	c #Conflicts:     286000 | #Constraints:      26584
361.80/363.30	c #Conflicts:     287000 | #Constraints:      27584
361.80/363.30	c #Conflicts:     288000 | #Constraints:      28584
361.80/363.30	c INPROCESSING
361.80/363.30	c GARBAGE COLLECT
361.80/363.30	c #Conflicts:     289000 | #Constraints:      19036
361.80/363.30	c #Conflicts:     290000 | #Constraints:      20036
361.80/363.30	c #Conflicts:     291000 | #Constraints:      21036
361.80/363.30	c #Conflicts:     292000 | #Constraints:      22036
361.80/363.30	c #Conflicts:     293000 | #Constraints:      23036
361.80/363.30	c #Conflicts:     294000 | #Constraints:      24036
361.80/363.30	c #Conflicts:     295000 | #Constraints:      25036
361.80/363.30	c #Conflicts:     296000 | #Constraints:      26036
361.80/363.30	c #Conflicts:     297000 | #Constraints:      27036
361.80/363.30	c #Conflicts:     298000 | #Constraints:      28036
361.80/363.30	c #Conflicts:     299000 | #Constraints:      29036
361.80/363.30	c INPROCESSING
361.80/363.30	c GARBAGE COLLECT
361.80/363.30	c #Conflicts:     300000 | #Constraints:      19247
361.80/363.30	c #Conflicts:     301000 | #Constraints:      20247
361.80/363.30	c #Conflicts:     302000 | #Constraints:      21247
361.80/363.30	c #Conflicts:     303000 | #Constraints:      22247
361.80/363.30	c #Conflicts:     304000 | #Constraints:      23247
361.80/363.30	c #Conflicts:     305000 | #Constraints:      24247
361.80/363.30	c #Conflicts:     306000 | #Constraints:      25247
361.80/363.30	c #Conflicts:     307000 | #Constraints:      26247
361.80/363.30	c #Conflicts:     308000 | #Constraints:      27247
361.80/363.30	c #Conflicts:     309000 | #Constraints:      28247
361.80/363.30	c #Conflicts:     310000 | #Constraints:      29247
361.80/363.30	c INPROCESSING
361.80/363.30	c GARBAGE COLLECT
361.80/363.30	c #Conflicts:     311000 | #Constraints:      19298
361.80/363.30	c #Conflicts:     312000 | #Constraints:      20298
361.80/363.30	c #Conflicts:     313000 | #Constraints:      21298
361.80/363.30	c #Conflicts:     314000 | #Constraints:      22298
361.80/363.30	c #Conflicts:     315000 | #Constraints:      23298
361.80/363.30	c #Conflicts:     316000 | #Constraints:      24298
361.80/363.30	c #Conflicts:     317000 | #Constraints:      25298
361.80/363.30	c #Conflicts:     318000 | #Constraints:      26298
361.80/363.30	c #Conflicts:     319000 | #Constraints:      27298
361.80/363.30	c #Conflicts:     320000 | #Constraints:      28298
361.80/363.30	c #Conflicts:     321000 | #Constraints:      29298
361.80/363.30	c INPROCESSING
361.80/363.30	c GARBAGE COLLECT
361.80/363.30	c #Conflicts:     322000 | #Constraints:      19110
361.80/363.30	c #Conflicts:     323000 | #Constraints:      20110
361.80/363.30	c #Conflicts:     324000 | #Constraints:      21110
361.80/363.30	c #Conflicts:     325000 | #Constraints:      22110
361.80/363.30	c #Conflicts:     326000 | #Constraints:      23110
361.80/363.30	c #Conflicts:     327000 | #Constraints:      24110
361.80/363.30	c #Conflicts:     328000 | #Constraints:      25110
361.80/363.30	c #Conflicts:     329000 | #Constraints:      26110
361.80/363.30	c #Conflicts:     330000 | #Constraints:      27110
385.04/386.64	c #Conflicts:     331000 | #Constraints:      28110
385.04/386.64	c #Conflicts:     332000 | #Constraints:      29110
385.04/386.64	c #Conflicts:     333000 | #Constraints:      30110
385.04/386.64	c INPROCESSING
385.04/386.64	c GARBAGE COLLECT
385.04/386.64	c #Conflicts:     334000 | #Constraints:      19762
385.04/386.64	c #Conflicts:     335000 | #Constraints:      20762
385.04/386.64	c #Conflicts:     336000 | #Constraints:      21762
385.04/386.64	c #Conflicts:     337000 | #Constraints:      22762
385.04/386.64	c #Conflicts:     338000 | #Constraints:      23762
385.04/386.64	c #Conflicts:     339000 | #Constraints:      24762
385.04/386.64	c #Conflicts:     340000 | #Constraints:      25762
385.04/386.64	c #Conflicts:     341000 | #Constraints:      26762
385.04/386.64	c #Conflicts:     342000 | #Constraints:      27762
385.04/386.64	c #Conflicts:     343000 | #Constraints:      28762
385.04/386.64	c #Conflicts:     344000 | #Constraints:      29762
385.04/386.64	c #Conflicts:     345000 | #Constraints:      30762
385.04/386.64	c INPROCESSING
385.04/386.64	c GARBAGE COLLECT
385.04/386.64	c #Conflicts:     346000 | #Constraints:      20125
385.04/386.64	c #Conflicts:     347000 | #Constraints:      21125
385.04/386.64	c #Conflicts:     348000 | #Constraints:      22125
385.04/386.64	c #Conflicts:     349000 | #Constraints:      23125
385.04/386.64	c #Conflicts:     350000 | #Constraints:      24125
385.04/386.64	c #Conflicts:     351000 | #Constraints:      25125
385.04/386.64	c #Conflicts:     352000 | #Constraints:      26125
385.04/386.64	c #Conflicts:     353000 | #Constraints:      27125
385.04/386.64	c #Conflicts:     354000 | #Constraints:      28125
385.04/386.64	c #Conflicts:     355000 | #Constraints:      29125
385.04/386.64	c #Conflicts:     356000 | #Constraints:      30125
385.04/386.64	c #Conflicts:     357000 | #Constraints:      31125
385.04/386.64	c INPROCESSING
385.04/386.64	c GARBAGE COLLECT
385.04/386.64	c #Conflicts:     358000 | #Constraints:      20298
385.04/386.64	c #Conflicts:     359000 | #Constraints:      21298
385.04/386.64	c #Conflicts:     360000 | #Constraints:      22298
385.04/386.64	c #Conflicts:     361000 | #Constraints:      23298
385.04/386.64	c #Conflicts:     362000 | #Constraints:      24298
385.04/386.64	c #Conflicts:     363000 | #Constraints:      25298
385.04/386.64	c #Conflicts:     364000 | #Constraints:      26298
385.04/386.64	c #Conflicts:     365000 | #Constraints:      27298
385.04/386.64	c #Conflicts:     366000 | #Constraints:      28298
385.04/386.64	c #Conflicts:     367000 | #Constraints:      29298
385.04/386.64	c #Conflicts:     368000 | #Constraints:      30298
385.04/386.64	c #Conflicts:     369000 | #Constraints:      31298
385.04/386.64	c INPROCESSING
385.04/386.64	c GARBAGE COLLECT
385.04/386.64	c #Conflicts:     370000 | #Constraints:      20338
385.04/386.64	c #Conflicts:     371000 | #Constraints:      21338
385.04/386.64	c #Conflicts:     372000 | #Constraints:      22338
385.04/386.64	c #Conflicts:     373000 | #Constraints:      23338
385.04/386.64	c #Conflicts:     374000 | #Constraints:      24338
385.04/386.64	c #Conflicts:     375000 | #Constraints:      25338
385.04/386.64	c #Conflicts:     376000 | #Constraints:      26338
385.04/386.64	c #Conflicts:     377000 | #Constraints:      27338
385.04/386.64	c #Conflicts:     378000 | #Constraints:      28338
385.04/386.64	c #Conflicts:     379000 | #Constraints:      29338
385.04/386.64	c #Conflicts:     380000 | #Constraints:      30338
385.04/386.64	c #Conflicts:     381000 | #Constraints:      31338
385.04/386.64	c INPROCESSING
385.04/386.64	c GARBAGE COLLECT
385.04/386.64	c #Conflicts:     382000 | #Constraints:      20112
385.04/386.64	c #Conflicts:     383000 | #Constraints:      21112
385.04/386.64	c #Conflicts:     384000 | #Constraints:      22112
385.04/386.64	c #Conflicts:     385000 | #Constraints:      23112
385.04/386.64	c #Conflicts:     386000 | #Constraints:      24112
385.04/386.64	c #Conflicts:     387000 | #Constraints:      25112
385.04/386.64	c #Conflicts:     388000 | #Constraints:      26112
385.04/386.64	c #Conflicts:     389000 | #Constraints:      27112
385.04/386.64	c #Conflicts:     390000 | #Constraints:      28112
385.04/386.64	c #Conflicts:     391000 | #Constraints:      29112
385.04/386.64	c #Conflicts:     392000 | #Constraints:      30112
385.04/386.64	c #Conflicts:     393000 | #Constraints:      31112
385.04/386.64	c #Conflicts:     394000 | #Constraints:      32112
385.04/386.64	c INPROCESSING
385.04/386.64	c GARBAGE COLLECT
385.04/386.64	WSVECS04 Frhs2[730]: 6 -1.00005 0 shouldn't be
385.55/387.16	WSVECS04 Frhs2[1369]: 6 -1.00007 0 shouldn't be
508.22/510.17	c #Conflicts:     395000 | #Constraints:      20700
508.22/510.17	c #Conflicts:     396000 | #Constraints:      21700
508.22/510.17	c #Conflicts:     397000 | #Constraints:      22700
508.22/510.17	c #Conflicts:     398000 | #Constraints:      23700
508.22/510.17	c #Conflicts:     399000 | #Constraints:      24700
508.22/510.17	c #Conflicts:     400000 | #Constraints:      25700
508.22/510.17	c #Conflicts:     401000 | #Constraints:      26700
508.22/510.17	c #Conflicts:     402000 | #Constraints:      27700
508.22/510.17	c #Conflicts:     403000 | #Constraints:      28700
508.22/510.17	c #Conflicts:     404000 | #Constraints:      29700
508.22/510.17	c #Conflicts:     405000 | #Constraints:      30700
508.22/510.17	c #Conflicts:     406000 | #Constraints:      31700
508.22/510.17	c #Conflicts:     407000 | #Constraints:      32700
508.22/510.17	c INPROCESSING
508.22/510.17	c GARBAGE COLLECT
508.22/510.17	c #Conflicts:     408000 | #Constraints:      21158
508.22/510.17	c #Conflicts:     409000 | #Constraints:      22158
508.22/510.17	c #Conflicts:     410000 | #Constraints:      23158
508.22/510.17	c #Conflicts:     411000 | #Constraints:      24158
508.22/510.17	c #Conflicts:     412000 | #Constraints:      25158
508.22/510.17	c #Conflicts:     413000 | #Constraints:      26158
508.22/510.17	c #Conflicts:     414000 | #Constraints:      27158
508.22/510.17	c #Conflicts:     415000 | #Constraints:      28158
508.22/510.17	c #Conflicts:     416000 | #Constraints:      29158
508.22/510.17	c #Conflicts:     417000 | #Constraints:      30158
508.22/510.17	c #Conflicts:     418000 | #Constraints:      31158
508.22/510.17	c #Conflicts:     419000 | #Constraints:      32158
508.22/510.17	c #Conflicts:     420000 | #Constraints:      33158
508.22/510.17	c INPROCESSING
508.22/510.17	c GARBAGE COLLECT
508.22/510.17	c #Conflicts:     421000 | #Constraints:      21360
508.22/510.17	c #Conflicts:     422000 | #Constraints:      22360
508.22/510.17	c #Conflicts:     423000 | #Constraints:      23360
508.22/510.17	c #Conflicts:     424000 | #Constraints:      24360
508.22/510.17	c #Conflicts:     425000 | #Constraints:      25360
508.22/510.17	c #Conflicts:     426000 | #Constraints:      26360
508.22/510.17	c #Conflicts:     427000 | #Constraints:      27360
508.22/510.17	c #Conflicts:     428000 | #Constraints:      28360
508.22/510.17	c #Conflicts:     429000 | #Constraints:      29360
508.22/510.17	c #Conflicts:     430000 | #Constraints:      30360
508.22/510.17	c #Conflicts:     431000 | #Constraints:      31360
508.22/510.17	c #Conflicts:     432000 | #Constraints:      32360
508.22/510.17	c #Conflicts:     433000 | #Constraints:      33360
508.22/510.17	c INPROCESSING
508.22/510.17	c GARBAGE COLLECT
508.22/510.17	c #Conflicts:     434000 | #Constraints:      21394
508.22/510.17	c #Conflicts:     435000 | #Constraints:      22394
508.22/510.17	c #Conflicts:     436000 | #Constraints:      23394
508.22/510.17	c #Conflicts:     437000 | #Constraints:      24394
508.22/510.17	c #Conflicts:     438000 | #Constraints:      25394
508.22/510.17	c #Conflicts:     439000 | #Constraints:      26394
508.22/510.17	c #Conflicts:     440000 | #Constraints:      27394
508.22/510.17	c #Conflicts:     441000 | #Constraints:      28394
508.22/510.17	c #Conflicts:     442000 | #Constraints:      29394
508.22/510.17	c #Conflicts:     443000 | #Constraints:      30394
508.22/510.17	c #Conflicts:     444000 | #Constraints:      31394
508.22/510.17	c #Conflicts:     445000 | #Constraints:      32394
508.22/510.17	c #Conflicts:     446000 | #Constraints:      33394
508.22/510.17	c INPROCESSING
508.22/510.17	c GARBAGE COLLECT
508.22/510.17	c #Conflicts:     447000 | #Constraints:      21172
508.22/510.17	c #Conflicts:     448000 | #Constraints:      22172
508.22/510.17	c #Conflicts:     449000 | #Constraints:      23172
508.22/510.17	c #Conflicts:     450000 | #Constraints:      24172
508.22/510.17	c #Conflicts:     451000 | #Constraints:      25172
508.22/510.17	c #Conflicts:     452000 | #Constraints:      26172
508.22/510.17	c #Conflicts:     453000 | #Constraints:      27172
508.22/510.17	c #Conflicts:     454000 | #Constraints:      28172
508.22/510.17	c #Conflicts:     455000 | #Constraints:      29172
508.22/510.17	c #Conflicts:     456000 | #Constraints:      30172
508.22/510.17	c #Conflicts:     457000 | #Constraints:      31172
508.22/510.17	c #Conflicts:     458000 | #Constraints:      32172
508.22/510.17	c #Conflicts:     459000 | #Constraints:      33172
508.22/510.17	c #Conflicts:     460000 | #Constraints:      34172
508.22/510.17	c INPROCESSING
508.22/510.17	c GARBAGE COLLECT
508.22/510.17	c #Conflicts:     461000 | #Constraints:      21743
508.22/510.17	c #Conflicts:     462000 | #Constraints:      22743
508.22/510.17	c #Conflicts:     463000 | #Constraints:      23743
508.22/510.17	c #Conflicts:     464000 | #Constraints:      24743
508.22/510.17	c #Conflicts:     465000 | #Constraints:      25743
508.22/510.17	c #Conflicts:     466000 | #Constraints:      26743
508.22/510.17	c #Conflicts:     467000 | #Constraints:      27743
508.22/510.17	c #Conflicts:     468000 | #Constraints:      28743
508.22/510.17	c #Conflicts:     469000 | #Constraints:      29743
508.22/510.17	c #Conflicts:     470000 | #Constraints:      30743
539.29/541.49	c #Conflicts:     471000 | #Constraints:      31743
539.29/541.49	c #Conflicts:     472000 | #Constraints:      32743
539.29/541.49	c #Conflicts:     473000 | #Constraints:      33743
539.29/541.49	c #Conflicts:     474000 | #Constraints:      34743
539.29/541.49	c INPROCESSING
539.29/541.49	c GARBAGE COLLECT
539.29/541.49	c #Conflicts:     475000 | #Constraints:      22178
539.29/541.49	c #Conflicts:     476000 | #Constraints:      23178
539.29/541.49	c #Conflicts:     477000 | #Constraints:      24178
539.29/541.49	c #Conflicts:     478000 | #Constraints:      25178
539.29/541.49	c #Conflicts:     479000 | #Constraints:      26178
539.29/541.49	c #Conflicts:     480000 | #Constraints:      27178
539.29/541.49	c #Conflicts:     481000 | #Constraints:      28178
539.29/541.49	c #Conflicts:     482000 | #Constraints:      29178
539.29/541.49	c #Conflicts:     483000 | #Constraints:      30178
539.29/541.49	c #Conflicts:     484000 | #Constraints:      31178
539.29/541.49	c #Conflicts:     485000 | #Constraints:      32178
539.29/541.49	c #Conflicts:     486000 | #Constraints:      33178
539.29/541.49	c #Conflicts:     487000 | #Constraints:      34178
539.29/541.49	c #Conflicts:     488000 | #Constraints:      35178
539.29/541.49	c INPROCESSING
539.29/541.49	c GARBAGE COLLECT
539.29/541.49	c #Conflicts:     489000 | #Constraints:      22381
539.29/541.49	c #Conflicts:     490000 | #Constraints:      23381
539.29/541.49	c #Conflicts:     491000 | #Constraints:      24381
539.29/541.49	c #Conflicts:     492000 | #Constraints:      25381
539.29/541.49	c #Conflicts:     493000 | #Constraints:      26381
539.29/541.49	c #Conflicts:     494000 | #Constraints:      27381
539.29/541.49	c #Conflicts:     495000 | #Constraints:      28381
539.29/541.49	c #Conflicts:     496000 | #Constraints:      29381
539.29/541.49	c #Conflicts:     497000 | #Constraints:      30381
539.29/541.49	c #Conflicts:     498000 | #Constraints:      31381
539.29/541.49	c #Conflicts:     499000 | #Constraints:      32381
539.29/541.49	c #Conflicts:     500000 | #Constraints:      33381
539.29/541.49	c #Conflicts:     501000 | #Constraints:      34381
539.29/541.49	c #Conflicts:     502000 | #Constraints:      35381
539.29/541.49	c #Conflicts:     503000 | #Constraints:      36381
539.29/541.49	c #Conflicts:     504000 | #Constraints:      37381
539.29/541.49	c #Conflicts:     505000 | #Constraints:      38381
539.29/541.49	c #Conflicts:     506000 | #Constraints:      39381
539.29/541.49	c #Conflicts:     507000 | #Constraints:      40381
539.29/541.49	c #Conflicts:     508000 | #Constraints:      41381
539.29/541.49	c #Conflicts:     509000 | #Constraints:      42381
539.29/541.49	c #Conflicts:     510000 | #Constraints:      43381
539.29/541.49	c #Conflicts:     511000 | #Constraints:      44381
539.29/541.49	c #Conflicts:     512000 | #Constraints:      45381
539.29/541.49	c #Conflicts:     513000 | #Constraints:      46381
539.29/541.49	c #Conflicts:     514000 | #Constraints:      47381
539.29/541.49	c #Conflicts:     515000 | #Constraints:      48381
539.29/541.49	c #Conflicts:     516000 | #Constraints:      49381
539.29/541.49	c #Conflicts:     517000 | #Constraints:      50381
539.29/541.49	c #Conflicts:     518000 | #Constraints:      51381
539.29/541.49	c #Conflicts:     519000 | #Constraints:      52381
539.29/541.49	c #Conflicts:     520000 | #Constraints:      53381
539.29/541.49	c #Conflicts:     521000 | #Constraints:      54381
539.29/541.49	c #Conflicts:     522000 | #Constraints:      55381
539.29/541.49	c #Conflicts:     523000 | #Constraints:      56381
539.29/541.49	c #Conflicts:     524000 | #Constraints:      57381
539.29/541.49	c #Conflicts:     525000 | #Constraints:      58381
539.29/541.49	c #Conflicts:     526000 | #Constraints:      59381
539.29/541.49	c #Conflicts:     527000 | #Constraints:      60381
539.29/541.49	c #Conflicts:     528000 | #Constraints:      61381
539.29/541.49	c #Conflicts:     529000 | #Constraints:      62381
539.29/541.49	c #Conflicts:     530000 | #Constraints:      63381
539.29/541.49	c #Conflicts:     531000 | #Constraints:      64381
539.29/541.49	c #Conflicts:     532000 | #Constraints:      65381
539.29/541.49	c #Conflicts:     533000 | #Constraints:      66381
539.29/541.49	c #Conflicts:     534000 | #Constraints:      67381
539.29/541.49	c #Conflicts:     535000 | #Constraints:      68381
539.29/541.49	c #Conflicts:     536000 | #Constraints:      69381
539.29/541.49	c #Conflicts:     537000 | #Constraints:      70381
539.29/541.49	c #Conflicts:     538000 | #Constraints:      71381
539.29/541.49	c #Conflicts:     539000 | #Constraints:      72381
539.29/541.49	c #Conflicts:     540000 | #Constraints:      73381
539.29/541.49	c #Conflicts:     541000 | #Constraints:      74381
539.29/541.49	c #Conflicts:     542000 | #Constraints:      75381
539.29/541.49	c #Conflicts:     543000 | #Constraints:      76381
539.29/541.49	c #Conflicts:     544000 | #Constraints:      77381
539.29/541.49	c #Conflicts:     545000 | #Constraints:      78381
539.29/541.49	c #Conflicts:     546000 | #Constraints:      79381
539.29/541.49	c #Conflicts:     547000 | #Constraints:      80381
539.29/541.49	c #Conflicts:     548000 | #Constraints:      81381
553.27/555.63	c #Conflicts:     549000 | #Constraints:      82381
553.27/555.63	c #Conflicts:     550000 | #Constraints:      83381
553.27/555.63	c #Conflicts:     551000 | #Constraints:      84381
553.27/555.63	c #Conflicts:     552000 | #Constraints:      85381
553.27/555.63	c #Conflicts:     553000 | #Constraints:      86381
553.27/555.63	c #Conflicts:     554000 | #Constraints:      87381
553.27/555.63	c #Conflicts:     555000 | #Constraints:      88381
553.27/555.63	c #Conflicts:     556000 | #Constraints:      89381
553.27/555.63	c #Conflicts:     557000 | #Constraints:      90381
553.27/555.63	c #Conflicts:     558000 | #Constraints:      91381
553.27/555.63	c INPROCESSING
553.27/555.63	c GARBAGE COLLECT
553.27/555.63	c #Conflicts:     559000 | #Constraints:      50445
553.27/555.63	c #Conflicts:     560000 | #Constraints:      51445
553.27/555.63	c #Conflicts:     561000 | #Constraints:      52445
553.27/555.63	c #Conflicts:     562000 | #Constraints:      53445
553.27/555.63	c #Conflicts:     563000 | #Constraints:      54445
553.27/555.63	c #Conflicts:     564000 | #Constraints:      55445
553.27/555.63	c #Conflicts:     565000 | #Constraints:      56445
553.27/555.63	c #Conflicts:     566000 | #Constraints:      57445
553.27/555.63	c #Conflicts:     567000 | #Constraints:      58445
553.27/555.63	c #Conflicts:     568000 | #Constraints:      59445
553.27/555.63	c #Conflicts:     569000 | #Constraints:      60445
553.27/555.63	c #Conflicts:     570000 | #Constraints:      61445
553.27/555.63	c #Conflicts:     571000 | #Constraints:      62445
553.27/555.63	c #Conflicts:     572000 | #Constraints:      63445
553.27/555.63	c #Conflicts:     573000 | #Constraints:      64445
553.27/555.63	c INPROCESSING
553.27/555.63	c GARBAGE COLLECT
553.27/555.63	c #Conflicts:     574000 | #Constraints:      36906
553.27/555.63	c #Conflicts:     575000 | #Constraints:      37906
553.27/555.63	c bounds - >= 540 @ 546.144
581.99/584.49	c #Conflicts:     576000 | #Constraints:      39008
581.99/584.49	c #Conflicts:     577000 | #Constraints:      40008
581.99/584.49	c #Conflicts:     578000 | #Constraints:      41008
581.99/584.49	c #Conflicts:     579000 | #Constraints:      42008
581.99/584.49	c #Conflicts:     580000 | #Constraints:      43008
581.99/584.49	c #Conflicts:     581000 | #Constraints:      44008
581.99/584.49	c #Conflicts:     582000 | #Constraints:      45008
581.99/584.49	c #Conflicts:     583000 | #Constraints:      46008
581.99/584.49	c #Conflicts:     584000 | #Constraints:      47008
581.99/584.49	c #Conflicts:     585000 | #Constraints:      48008
581.99/584.49	c #Conflicts:     586000 | #Constraints:      49008
581.99/584.49	c #Conflicts:     587000 | #Constraints:      50008
581.99/584.49	c #Conflicts:     588000 | #Constraints:      51008
581.99/584.49	c INPROCESSING
581.99/584.49	c GARBAGE COLLECT
581.99/584.49	c #Conflicts:     589000 | #Constraints:      29884
581.99/584.49	c #Conflicts:     590000 | #Constraints:      30884
581.99/584.49	c #Conflicts:     591000 | #Constraints:      31884
581.99/584.49	c #Conflicts:     592000 | #Constraints:      32884
581.99/584.49	c #Conflicts:     593000 | #Constraints:      33884
581.99/584.49	c #Conflicts:     594000 | #Constraints:      34884
581.99/584.49	c #Conflicts:     595000 | #Constraints:      35884
581.99/584.49	c #Conflicts:     596000 | #Constraints:      36884
581.99/584.49	c #Conflicts:     597000 | #Constraints:      37884
581.99/584.49	c #Conflicts:     598000 | #Constraints:      38884
581.99/584.49	c #Conflicts:     599000 | #Constraints:      39884
581.99/584.49	c #Conflicts:     600000 | #Constraints:      40884
581.99/584.49	c #Conflicts:     601000 | #Constraints:      41884
581.99/584.49	c #Conflicts:     602000 | #Constraints:      42884
581.99/584.49	c #Conflicts:     603000 | #Constraints:      43884
581.99/584.49	c #Conflicts:     604000 | #Constraints:      44884
581.99/584.49	c INPROCESSING
581.99/584.49	c GARBAGE COLLECT
581.99/584.49	c #Conflicts:     605000 | #Constraints:      27033
581.99/584.49	c #Conflicts:     606000 | #Constraints:      28033
581.99/584.49	c #Conflicts:     607000 | #Constraints:      29033
581.99/584.49	c #Conflicts:     608000 | #Constraints:      30033
581.99/584.49	c #Conflicts:     609000 | #Constraints:      31033
581.99/584.49	c #Conflicts:     610000 | #Constraints:      32033
581.99/584.49	c #Conflicts:     611000 | #Constraints:      33033
581.99/584.49	c #Conflicts:     612000 | #Constraints:      34033
581.99/584.49	c #Conflicts:     613000 | #Constraints:      35033
581.99/584.49	c #Conflicts:     614000 | #Constraints:      36033
581.99/584.49	c #Conflicts:     615000 | #Constraints:      37033
581.99/584.49	c #Conflicts:     616000 | #Constraints:      38033
581.99/584.49	c #Conflicts:     617000 | #Constraints:      39033
581.99/584.49	c #Conflicts:     618000 | #Constraints:      40033
581.99/584.49	c #Conflicts:     619000 | #Constraints:      41033
581.99/584.49	c #Conflicts:     620000 | #Constraints:      42033
581.99/584.49	c INPROCESSING
581.99/584.49	c GARBAGE COLLECT
581.99/584.49	c #Conflicts:     621000 | #Constraints:      25586
581.99/584.49	c #Conflicts:     622000 | #Constraints:      26586
581.99/584.49	c #Conflicts:     623000 | #Constraints:      27586
581.99/584.49	c #Conflicts:     624000 | #Constraints:      28586
581.99/584.49	c #Conflicts:     625000 | #Constraints:      29586
581.99/584.49	c #Conflicts:     626000 | #Constraints:      30586
581.99/584.49	WSVECS04 Frhs2[3]: 6 -1.00003 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[4]: 6 0 1.00001 shouldn't be
581.99/584.49	WSVECS04 Frhs2[15]: 6 -1.00008 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[16]: 6 0 1.66674 shouldn't be
581.99/584.49	WSVECS04 Frhs2[21]: 6 0 2.00008 shouldn't be
581.99/584.49	WSVECS04 Frhs2[45]: 6 0 1.00003 shouldn't be
581.99/584.49	WSVECS04 Frhs2[51]: 6 0 1.66674 shouldn't be
581.99/584.49	WSVECS04 Frhs2[52]: 6 -1.00001 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[53]: 6 -1.00003 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[54]: 6 0 3.00001 shouldn't be
581.99/584.49	WSVECS04 Frhs2[62]: 6 0 2.00005 shouldn't be
581.99/584.49	WSVECS04 Frhs2[67]: 6 0 4.66675 shouldn't be
581.99/584.49	WSVECS04 Frhs2[68]: 6 -1.00004 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[87]: 6 0 1.00002 shouldn't be
581.99/584.49	WSVECS04 Frhs2[105]: 6 0 1.66676 shouldn't be
581.99/584.49	WSVECS04 Frhs2[122]: 6 -1.00006 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[127]: 6 -1.00002 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[150]: 6 0 2.33336 shouldn't be
581.99/584.49	WSVECS04 Frhs2[159]: 6 0 1.00008 shouldn't be
581.99/584.49	WSVECS04 Frhs2[160]: 6 -1.00009 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[171]: 6 0 1.00009 shouldn't be
581.99/584.49	WSVECS04 Frhs2[172]: 6 -1.00002 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[174]: 6 -1.00005 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[183]: 6 0 1.00006 shouldn't be
581.99/584.49	WSVECS04 Frhs2[184]: 6 -1.00009 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[232]: 6 -1.00003 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[235]: 6 0 1.00004 shouldn't be
581.99/584.49	WSVECS04 Frhs2[236]: 6 -1.00001 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[240]: 6 0 2.00006 shouldn't be
581.99/584.49	WSVECS04 Frhs2[247]: 6 -1.00004 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[248]: 6 0 1.66669 shouldn't be
581.99/584.49	WSVECS04 Frhs2[292]: 6 0 1.00007 shouldn't be
581.99/584.49	WSVECS04 Frhs2[323]: 6 0 2.66674 shouldn't be
581.99/584.49	WSVECS04 Frhs2[333]: 6 -1.00009 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[334]: 6 0 1.00005 shouldn't be
581.99/584.49	WSVECS04 Frhs2[337]: 6 -1.00003 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[338]: 6 0 1.00003 shouldn't be
581.99/584.49	WSVECS04 Frhs2[369]: 6 0 1.66672 shouldn't be
581.99/584.49	WSVECS04 Frhs2[387]: 6 -1.00003 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[388]: 6 0 0.333417 shouldn't be
581.99/584.49	WSVECS04 Frhs2[409]: 6 0 1.00004 shouldn't be
581.99/584.49	WSVECS04 Frhs2[429]: 6 0 4.33343 shouldn't be
581.99/584.49	WSVECS04 Frhs2[430]: 6 -1.00004 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[463]: 6 0 3.00006 shouldn't be
581.99/584.49	WSVECS04 Frhs2[468]: 6 0 3.00006 shouldn't be
581.99/584.49	WSVECS04 Frhs2[471]: 6 0 3.00009 shouldn't be
581.99/584.49	WSVECS04 Frhs2[472]: 6 -1.00005 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[503]: 6 0 2.66669 shouldn't be
581.99/584.49	WSVECS04 Frhs2[504]: 6 -1.00005 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[505]: 6 0 3.33336 shouldn't be
581.99/584.49	WSVECS04 Frhs2[532]: 6 0 2.00008 shouldn't be
581.99/584.49	WSVECS04 Frhs2[552]: 6 -1.00005 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[575]: 6 0 2.66672 shouldn't be
581.99/584.49	WSVECS04 Frhs2[579]: 6 -1.00001 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[580]: 6 0 3.66675 shouldn't be
581.99/584.49	WSVECS04 Frhs2[584]: 6 0 3.0001 shouldn't be
581.99/584.49	WSVECS04 Frhs2[593]: 6 0 2.00006 shouldn't be
581.99/584.49	WSVECS04 Frhs2[594]: 6 -1.00003 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[595]: 6 0 1.00005 shouldn't be
581.99/584.49	WSVECS04 Frhs2[596]: 6 -1.00002 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[643]: 6 -1.00002 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[644]: 6 0 1.00005 shouldn't be
581.99/584.49	WSVECS04 Frhs2[649]: 6 0 3.66671 shouldn't be
581.99/584.49	WSVECS04 Frhs2[655]: 6 -1.00002 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[656]: 6 0 2.00002 shouldn't be
581.99/584.49	WSVECS04 Frhs2[661]: 6 -1.00001 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[669]: 6 -1.00006 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[698]: 6 -1.00004 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[723]: 6 0 1.00003 shouldn't be
581.99/584.49	WSVECS04 Frhs2[746]: 6 -1.00006 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[797]: 6 0 2.00002 shouldn't be
581.99/584.49	WSVECS04 Frhs2[838]: 6 0 2.66675 shouldn't be
581.99/584.49	WSVECS04 Frhs2[873]: 6 -1.00004 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[887]: 6 -1.00007 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[929]: 6 0 1.66671 shouldn't be
581.99/584.49	WSVECS04 Frhs2[930]: 6 -1.00008 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[935]: 6 0 2.00003 shouldn't be
581.99/584.49	WSVECS04 Frhs2[956]: 6 -1.00009 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[982]: 6 -1.00003 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[998]: 6 0 1.33335 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1001]: 6 0 2.66671 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1012]: 6 0 1.00002 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1024]: 6 0 3.00001 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1033]: 6 0 1.33342 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1034]: 6 -1.00004 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1043]: 6 0 1.00009 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1045]: 6 -1.00009 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1047]: 6 -1.00006 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1048]: 6 0 1.00001 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1056]: 6 -1.00006 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1068]: 6 -1.00009 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1079]: 6 -1.00008 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1080]: 6 0 1.00003 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1085]: 6 -1.00006 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1086]: 6 0 0.666681 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1093]: 6 -1.00004 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1094]: 6 0 0.666701 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1097]: 6 -1.00008 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1098]: 6 0 3.00002 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1099]: 6 0 1.66672 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1100]: 6 -1.00002 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1118]: 6 0 1.33342 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1119]: 6 0 0.666748 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1120]: 6 -1.00007 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1136]: 6 0 3.00007 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1163]: 6 0 4.00003 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1164]: 6 -1.00007 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1165]: 6 -1.00006 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1166]: 6 0 1.00008 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1176]: 6 0 1.66672 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1183]: 6 -1.00001 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1196]: 6 0 5.6667 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1205]: 6 0 4.00005 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1206]: 6 -1.00002 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1211]: 6 0 1.66672 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1212]: 6 -1.00002 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1223]: 6 0 1.00002 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1225]: 6 0 2.00002 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1255]: 6 -1.00007 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1256]: 6 0 1.00002 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1259]: 6 -1.00006 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1260]: 6 0 1.00004 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1307]: 6 0 0.666723 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1308]: 6 -1.00002 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1313]: 6 -1.00007 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1314]: 6 0 1.66669 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1328]: 6 0 0.666762 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1336]: 6 -1.00004 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1338]: 6 0 2.6667 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1403]: 6 0 3.6667 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1404]: 6 -1.00008 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1409]: 6 -1.00007 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1410]: 6 0 5.00002 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1443]: 6 -1.00006 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1444]: 6 0 2.00003 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1477]: 6 -1.00008 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1478]: 6 0 1.33343 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1529]: 6 -1.00009 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1530]: 6 0 2.00003 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1566]: 6 0 1.00002 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1582]: 6 0 1.33338 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1590]: 6 0 2.3334 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1607]: 6 0 3.33336 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1610]: 6 0 1.6667 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1616]: 6 -1.00001 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1653]: 6 0 1.00004 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1654]: 6 -1.00005 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1701]: 6 0 1.66676 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1729]: 6 0 2.00008 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1730]: 6 -1.00009 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1765]: 6 0 3.00009 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1773]: 6 0 1.00004 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1785]: 6 -1.00001 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1786]: 6 0 1.00007 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1817]: 6 -1.00004 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1818]: 6 0 2.6667 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1833]: 6 0 0.666727 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1834]: 6 -1.00008 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1838]: 6 -1.00006 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1872]: 6 0 5.66673 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1877]: 6 0 1.00007 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1878]: 6 -1.00006 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1881]: 6 0 1.00005 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1882]: 6 -1.00005 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1899]: 6 0 1.0001 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1900]: 6 -1.00003 0 shouldn't be
581.99/584.49	WSVECS04 Frhs2[1920]: 6 -1.00008 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[166]: 6 0 1.00007 shouldn't be
582.49/584.93	WSVECS04 Frhs2[218]: 6 0 2.00008 shouldn't be
582.49/584.93	WSVECS04 Frhs2[274]: 6 -1.00005 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[295]: 6 0 0.666749 shouldn't be
582.49/584.93	WSVECS04 Frhs2[439]: 6 -1.00002 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[462]: 6 0 0.666766 shouldn't be
582.49/584.93	WSVECS04 Frhs2[473]: 6 -1.00004 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[549]: 6 0 2.00004 shouldn't be
582.49/584.93	WSVECS04 Frhs2[569]: 6 -1.00007 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[667]: 6 0 0.666757 shouldn't be
582.49/584.93	WSVECS04 Frhs2[680]: 6 0 4.33335 shouldn't be
582.49/584.93	WSVECS04 Frhs2[745]: 6 0 4.33338 shouldn't be
582.49/584.93	WSVECS04 Frhs2[831]: 6 -1.00004 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[854]: 6 0 1.6667 shouldn't be
582.49/584.93	WSVECS04 Frhs2[862]: 6 0 3.00009 shouldn't be
582.49/584.93	WSVECS04 Frhs2[867]: 6 0 1.66672 shouldn't be
582.49/584.93	WSVECS04 Frhs2[957]: 6 -1.00003 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1016]: 6 -1.00002 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1023]: 6 -1.00008 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1059]: 6 0 4.66675 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1144]: 6 0 4.00005 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1184]: 6 0 1.00006 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1194]: 6 0 1.00005 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1221]: 6 0 2.00002 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1226]: 6 -1.00006 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1240]: 6 0 2.00002 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1272]: 6 0 5.33343 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1369]: 6 0 2.00008 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1375]: 6 -1.00004 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1396]: 6 0 2.00003 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1425]: 6 0 1.00008 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1442]: 6 -1.00009 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1519]: 6 -1.00007 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1547]: 6 -1.00007 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1564]: 6 0 4.00009 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1568]: 6 -1.00002 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1569]: 6 0 1.33336 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1570]: 6 -1.00006 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1661]: 6 0 0.333348 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1672]: 6 0 3.00006 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1676]: 6 0 1.00008 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1720]: 6 -1.00004 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1727]: 6 0 4.66676 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1754]: 6 -1.00007 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1755]: 6 0 0.333419 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1756]: 6 -1.00006 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1768]: 6 -1.00009 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1871]: 6 -1.00003 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1895]: 6 0 1.33338 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1913]: 6 -1.00005 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1914]: 6 0 2.00009 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1957]: 6 -1.00006 0 shouldn't be
582.49/584.93	WSVECS04 Frhs2[1977]: 6 0 3.00008 shouldn't be
582.78/585.29	WSVECS04 Frhs2[17]: 6 0 3.33343 shouldn't be
582.78/585.29	WSVECS04 Frhs2[61]: 6 -1.00001 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[131]: 6 0 1.33342 shouldn't be
582.78/585.29	WSVECS04 Frhs2[164]: 6 -1.00006 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[276]: 6 -1.00006 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[370]: 6 -1.00004 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[381]: 6 -1.0001 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[382]: 6 0 1.00008 shouldn't be
582.78/585.29	WSVECS04 Frhs2[389]: 6 -1.00004 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[390]: 6 0 4.33338 shouldn't be
582.78/585.29	WSVECS04 Frhs2[441]: 6 -1.00001 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[448]: 6 -1.00006 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[583]: 6 -1.00001 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[591]: 6 0 0.33339 shouldn't be
582.78/585.29	WSVECS04 Frhs2[613]: 6 0 0.666715 shouldn't be
582.78/585.29	WSVECS04 Frhs2[668]: 6 -1.00009 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[697]: 6 0 4.0001 shouldn't be
582.78/585.29	WSVECS04 Frhs2[768]: 6 -1.00005 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[798]: 6 -1.00004 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[861]: 6 -1.00007 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[863]: 6 0 2.66668 shouldn't be
582.78/585.29	WSVECS04 Frhs2[894]: 6 -1.00001 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[923]: 6 -1.00006 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1060]: 6 -1.00001 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1106]: 6 0 1.00003 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1262]: 6 -1.00006 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1299]: 6 0 1.00003 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1348]: 6 -1.00009 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1424]: 6 -1.00009 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1479]: 6 0 1.00005 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1491]: 6 -1.00001 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1492]: 6 0 1.00002 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1541]: 6 -1.00004 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1572]: 6 0 1.00001 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1581]: 6 -1.00009 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1609]: 6 -1.00006 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1612]: 6 0 2.00004 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1702]: 6 -1.00006 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1707]: 6 -1.00005 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1708]: 6 0 3.00006 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1728]: 6 -1.00007 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1774]: 6 -1.00006 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1910]: 6 0 3.33336 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1917]: 6 0 2.00006 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1918]: 6 -1.00008 0 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1949]: 6 0 4.00008 shouldn't be
582.78/585.29	WSVECS04 Frhs2[1996]: 6 0 0.333403 shouldn't be
583.18/585.62	WSVECS04 Frhs2[18]: 6 -1.00009 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[38]: 6 0 3.00009 shouldn't be
583.18/585.62	WSVECS04 Frhs2[46]: 6 -1.00003 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[132]: 6 -1.00005 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[165]: 6 -1.00006 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[217]: 6 -1.00008 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[246]: 6 -1.00004 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[289]: 6 -1.00008 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[291]: 6 -1.00005 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[310]: 6 -1.00002 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[324]: 6 -1.00002 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[363]: 6 0 3.66676 shouldn't be
583.18/585.62	WSVECS04 Frhs2[437]: 6 -1.00008 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[554]: 6 -1.00002 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[577]: 6 -1.00005 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[592]: 6 -1.00005 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[604]: 6 -1.00003 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[636]: 6 0 1.00003 shouldn't be
583.18/585.62	WSVECS04 Frhs2[677]: 6 -1.00007 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[730]: 6 -1.00004 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[822]: 6 -1.00005 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[947]: 6 -1.00008 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[951]: 6 0 2.00006 shouldn't be
583.18/585.62	WSVECS04 Frhs2[952]: 6 -1.00009 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[997]: 6 -1.00007 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[1222]: 6 -1.00009 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[1249]: 6 -1.00006 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[1327]: 6 -1.00005 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[1387]: 6 -1.00004 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[1388]: 6 0 2.00008 shouldn't be
583.18/585.62	WSVECS04 Frhs2[1395]: 6 -1.00002 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[1432]: 6 0 1.00004 shouldn't be
583.18/585.62	WSVECS04 Frhs2[1563]: 6 -1.00002 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[1623]: 6 0 3.00008 shouldn't be
583.18/585.62	WSVECS04 Frhs2[1626]: 6 0 1.66668 shouldn't be
583.18/585.62	WSVECS04 Frhs2[1662]: 6 -1.00009 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[1725]: 6 -1.00008 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[1726]: 6 0 1.00007 shouldn't be
583.18/585.62	WSVECS04 Frhs2[1821]: 6 -1.00001 0 shouldn't be
583.18/585.62	WSVECS04 Frhs2[1837]: 6 0 2.00007 shouldn't be
583.18/585.62	WSVECS04 Frhs2[1870]: 6 0 1.66673 shouldn't be
583.18/585.62	WSVECS04 Frhs2[1962]: 6 -1.00002 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[13]: 6 -1.00007 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[239]: 6 -1.00005 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[257]: 6 -1.00002 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[372]: 6 -1.00003 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[385]: 6 0 6.00008 shouldn't be
583.38/585.88	WSVECS04 Frhs2[391]: 6 -1.00003 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[553]: 6 0 2.00001 shouldn't be
583.38/585.88	WSVECS04 Frhs2[837]: 6 -1.00005 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[853]: 6 -1.00007 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[936]: 6 -1.00001 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[943]: 6 -1.00005 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[1011]: 6 -1.00003 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[1042]: 6 -1.00004 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[1065]: 6 -1.00002 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[1145]: 6 -1.00009 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[1401]: 6 -1.00008 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[1402]: 6 0 1.00005 shouldn't be
583.38/585.88	WSVECS04 Frhs2[1426]: 6 -1.00003 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[1464]: 6 -1.00007 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[1471]: 6 0 1.00008 shouldn't be
583.38/585.88	WSVECS04 Frhs2[1480]: 6 -1.00009 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[1608]: 6 -1.00002 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[1611]: 6 -1.00009 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[1622]: 6 -1.00003 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[1671]: 6 -1.00006 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[1699]: 6 0 1.66675 shouldn't be
583.38/585.88	WSVECS04 Frhs2[1858]: 6 -1.00001 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[1875]: 6 -1.00003 0 shouldn't be
583.38/585.88	WSVECS04 Frhs2[1876]: 6 0 5.33338 shouldn't be
583.38/585.88	WSVECS04 Frhs2[1909]: 6 -1.00006 0 shouldn't be
583.98/586.48	WSVECS04 Frhs2[261]: 6 -1.00003 0 shouldn't be
583.98/586.48	WSVECS04 Frhs2[319]: 6 -1.00002 0 shouldn't be
583.98/586.48	WSVECS04 Frhs2[367]: 6 0 0.33337 shouldn't be
583.98/586.48	WSVECS04 Frhs2[578]: 6 0 2.33337 shouldn't be
583.98/586.48	WSVECS04 Frhs2[635]: 6 -1.00008 0 shouldn't be
583.98/586.48	WSVECS04 Frhs2[783]: 6 -1.0001 0 shouldn't be
583.98/586.48	WSVECS04 Frhs2[829]: 6 0 4.00008 shouldn't be
583.98/586.48	WSVECS04 Frhs2[927]: 6 -1.00003 0 shouldn't be
583.98/586.48	WSVECS04 Frhs2[1066]: 6 0 1.0001 shouldn't be
583.98/586.48	WSVECS04 Frhs2[1121]: 6 -1.00002 0 shouldn't be
583.98/586.48	WSVECS04 Frhs2[1124]: 6 -1.00004 0 shouldn't be
583.98/586.48	WSVECS04 Frhs2[1239]: 6 -1.00001 0 shouldn't be
583.98/586.48	WSVECS04 Frhs2[1431]: 6 -1.00001 0 shouldn't be
583.98/586.48	WSVECS04 Frhs2[1472]: 6 -1.00005 0 shouldn't be
583.98/586.48	WSVECS04 Frhs2[1526]: 6 -1.00007 0 shouldn't be
583.98/586.48	WSVECS04 Frhs2[1589]: 6 -1.00002 0 shouldn't be
583.98/586.48	WSVECS04 Frhs2[1592]: 6 0 1.00009 shouldn't be
583.98/586.48	WSVECS04 Frhs2[1700]: 6 -1.00006 0 shouldn't be
583.98/586.48	WSVECS04 Frhs2[1816]: 6 -1.00009 0 shouldn't be
584.48/586.93	WSVECS04 Frhs2[106]: 6 -1.00006 0 shouldn't be
584.48/586.93	WSVECS04 Frhs2[139]: 6 -1.00008 0 shouldn't be
584.48/586.93	WSVECS04 Frhs2[309]: 6 0 3.00008 shouldn't be
584.48/586.93	WSVECS04 Frhs2[401]: 6 -1.00004 0 shouldn't be
584.48/586.93	WSVECS04 Frhs2[464]: 6 -1.00002 0 shouldn't be
584.48/586.93	WSVECS04 Frhs2[632]: 6 -1.00005 0 shouldn't be
584.48/586.93	WSVECS04 Frhs2[671]: 6 -1.00002 0 shouldn't be
584.48/586.93	WSVECS04 Frhs2[1105]: 6 -1.00007 0 shouldn't be
584.48/586.93	WSVECS04 Frhs2[1122]: 6 0 1.0001 shouldn't be
584.48/586.93	WSVECS04 Frhs2[1246]: 6 0 2.00007 shouldn't be
584.48/586.93	WSVECS04 Frhs2[1465]: 6 -1.00003 0 shouldn't be
584.48/586.93	WSVECS04 Frhs2[1571]: 6 -1.00008 0 shouldn't be
584.48/586.93	WSVECS04 Frhs2[1591]: 6 -1.00002 0 shouldn't be
584.48/586.93	WSVECS04 Frhs2[1624]: 6 -1.00008 0 shouldn't be
584.48/586.93	WSVECS04 Frhs2[1789]: 6 -1.00007 0 shouldn't be
584.48/586.93	WSVECS04 Frhs2[1933]: 6 -1.00003 0 shouldn't be
584.48/586.93	WSVECS04 Frhs2[1950]: 6 -1.00003 0 shouldn't be
584.78/587.26	WSVECS04 Frhs2[37]: 6 -1.00008 0 shouldn't be
584.78/587.26	WSVECS04 Frhs2[199]: 6 -1.00003 0 shouldn't be
584.78/587.26	WSVECS04 Frhs2[364]: 6 -1.00004 0 shouldn't be
584.78/587.26	WSVECS04 Frhs2[398]: 6 -1.00002 0 shouldn't be
584.78/587.26	WSVECS04 Frhs2[442]: 6 0 2.33339 shouldn't be
584.78/587.26	WSVECS04 Frhs2[480]: 6 -1.00003 0 shouldn't be
584.78/587.26	WSVECS04 Frhs2[531]: 6 -1.00004 0 shouldn't be
584.78/587.26	WSVECS04 Frhs2[726]: 6 -1.00003 0 shouldn't be
584.78/587.26	WSVECS04 Frhs2[789]: 6 -1.00005 0 shouldn't be
584.78/587.26	WSVECS04 Frhs2[864]: 6 -1.00007 0 shouldn't be
584.78/587.26	WSVECS04 Frhs2[870]: 6 -1.00007 0 shouldn't be
584.78/587.26	WSVECS04 Frhs2[910]: 6 -1.00005 0 shouldn't be
584.78/587.26	WSVECS04 Frhs2[912]: 6 -1.00009 0 shouldn't be
584.78/587.26	WSVECS04 Frhs2[1245]: 6 -1.00005 0 shouldn't be
584.78/587.26	WSVECS04 Frhs2[1370]: 6 -1.00009 0 shouldn't be
584.78/587.26	WSVECS04 Frhs2[1386]: 6 -1.00009 0 shouldn't be
584.78/587.26	WSVECS04 Frhs2[1392]: 6 -1.00002 0 shouldn't be
584.78/587.26	WSVECS04 Frhs2[1869]: 6 -1.00007 0 shouldn't be
584.78/587.26	WSVECS04 Frhs2[1922]: 6 -1.00007 0 shouldn't be
584.78/587.26	WSVECS04 Frhs2[1995]: 6 -1.00005 0 shouldn't be
585.28/587.71	WSVECS04 Frhs2[22]: 6 -1.00005 0 shouldn't be
585.28/587.71	WSVECS04 Frhs2[29]: 6 -1.00004 0 shouldn't be
585.28/587.71	WSVECS04 Frhs2[368]: 6 -1.00007 0 shouldn't be
585.28/587.71	WSVECS04 Frhs2[394]: 6 -1.00004 0 shouldn't be
585.28/587.71	WSVECS04 Frhs2[426]: 6 -1.00002 0 shouldn't be
585.28/587.71	WSVECS04 Frhs2[647]: 6 -1.00004 0 shouldn't be
585.28/587.71	WSVECS04 Frhs2[714]: 6 0 2.00006 shouldn't be
585.28/587.71	WSVECS04 Frhs2[830]: 6 -1.00006 0 shouldn't be
585.28/587.71	WSVECS04 Frhs2[851]: 6 -1.00009 0 shouldn't be
585.28/587.71	WSVECS04 Frhs2[1135]: 6 -1.00003 0 shouldn't be
585.28/587.71	WSVECS04 Frhs2[1224]: 6 -1.00007 0 shouldn't be
585.28/587.71	WSVECS04 Frhs2[1337]: 6 -1.00008 0 shouldn't be
585.28/587.71	WSVECS04 Frhs2[1605]: 6 -1.00004 0 shouldn't be
585.28/587.71	WSVECS04 Frhs2[1625]: 6 -1.00006 0 shouldn't be
585.28/587.71	WSVECS04 Frhs2[1815]: 6 0 1.00003 shouldn't be
585.28/587.71	WSVECS04 Frhs2[1896]: 6 -1.00009 0 shouldn't be
585.68/588.12	WSVECS04 Frhs2[30]: 6 0 5.00004 shouldn't be
585.68/588.12	WSVECS04 Frhs2[417]: 6 -1.00005 0 shouldn't be
585.68/588.12	WSVECS04 Frhs2[587]: 6 -1.00005 0 shouldn't be
585.68/588.12	WSVECS04 Frhs2[650]: 6 -1.00005 0 shouldn't be
585.68/588.12	WSVECS04 Frhs2[713]: 6 -1.00006 0 shouldn't be
585.68/588.12	WSVECS04 Frhs2[913]: 6 0 1.00007 shouldn't be
585.68/588.12	WSVECS04 Frhs2[914]: 6 -1.00003 0 shouldn't be
585.68/588.12	WSVECS04 Frhs2[1044]: 6 -1.00005 0 shouldn't be
585.68/588.12	WSVECS04 Frhs2[1271]: 6 -1.00004 0 shouldn't be
585.68/588.12	WSVECS04 Frhs2[1675]: 6 -1.00003 0 shouldn't be
585.68/588.12	WSVECS04 Frhs2[1798]: 6 -1.00003 0 shouldn't be
586.17/588.61	WSVECS04 Frhs2[610]: 6 -1.00005 0 shouldn't be
586.17/588.61	WSVECS04 Frhs2[707]: 6 -1.00003 0 shouldn't be
586.17/588.61	WSVECS04 Frhs2[992]: 6 -1.00004 0 shouldn't be
586.17/588.61	WSVECS04 Frhs2[1243]: 6 -1.00004 0 shouldn't be
586.68/589.15	WSVECS04 Frhs2[350]: 6 -1.00005 0 shouldn't be
586.68/589.15	WSVECS04 Frhs2[425]: 6 0 1.3334 shouldn't be
586.68/589.15	WSVECS04 Frhs2[490]: 6 -1.0001 0 shouldn't be
586.68/589.15	WSVECS04 Frhs2[807]: 6 -1.00005 0 shouldn't be
586.68/589.15	WSVECS04 Frhs2[1793]: 6 -1.00003 0 shouldn't be
587.18/589.69	WSVECS04 Frhs2[509]: 6 -1.00008 0 shouldn't be
588.08/590.55	WSVECS04 Frhs2[1435]: 6 -1.00006 0 shouldn't be
588.47/590.98	WSVECS04 Frhs2[724]: 6 -1.0001 0 shouldn't be
588.47/590.98	WSVECS04 Frhs2[1449]: 6 -1.00003 0 shouldn't be
588.96/591.47	WSVECS04 Frhs2[467]: 6 -1.00007 0 shouldn't be
589.87/592.31	WSVECS04 Frhs2[410]: 6 -1.00005 0 shouldn't be
595.25/597.73	WSVECS04 Frhs2[386]: 6 -1.00008 0 shouldn't be
704.41/707.26	c #Conflicts:     627000 | #Constraints:      31587
704.41/707.26	c #Conflicts:     628000 | #Constraints:      32587
704.41/707.26	c #Conflicts:     629000 | #Constraints:      33587
704.41/707.26	c #Conflicts:     630000 | #Constraints:      34587
704.41/707.26	c #Conflicts:     631000 | #Constraints:      35587
704.41/707.26	c #Conflicts:     632000 | #Constraints:      36587
704.41/707.26	c #Conflicts:     633000 | #Constraints:      37587
704.41/707.26	c #Conflicts:     634000 | #Constraints:      38587
704.41/707.26	c #Conflicts:     635000 | #Constraints:      39587
704.41/707.26	c #Conflicts:     636000 | #Constraints:      40587
704.41/707.26	c INPROCESSING
704.41/707.26	c GARBAGE COLLECT
704.41/707.26	c #Conflicts:     637000 | #Constraints:      24782
704.41/707.26	c #Conflicts:     638000 | #Constraints:      25782
704.41/707.26	c #Conflicts:     639000 | #Constraints:      26782
704.41/707.26	c #Conflicts:     640000 | #Constraints:      27782
704.41/707.26	c #Conflicts:     641000 | #Constraints:      28782
704.41/707.26	c #Conflicts:     642000 | #Constraints:      29782
704.41/707.26	c #Conflicts:     643000 | #Constraints:      30782
704.41/707.26	c #Conflicts:     644000 | #Constraints:      31782
704.41/707.26	c #Conflicts:     645000 | #Constraints:      32782
704.41/707.26	c #Conflicts:     646000 | #Constraints:      33782
704.41/707.26	c #Conflicts:     647000 | #Constraints:      34782
704.41/707.26	c #Conflicts:     648000 | #Constraints:      35782
704.41/707.26	c #Conflicts:     649000 | #Constraints:      36782
704.41/707.26	c #Conflicts:     650000 | #Constraints:      37782
704.41/707.26	c #Conflicts:     651000 | #Constraints:      38782
704.41/707.26	c #Conflicts:     652000 | #Constraints:      39782
704.41/707.26	c INPROCESSING
704.41/707.26	c GARBAGE COLLECT
704.41/707.26	c #Conflicts:     653000 | #Constraints:      24291
704.41/707.26	c #Conflicts:     654000 | #Constraints:      25291
704.41/707.26	c #Conflicts:     655000 | #Constraints:      26291
704.41/707.26	c #Conflicts:     656000 | #Constraints:      27291
704.41/707.26	c #Conflicts:     657000 | #Constraints:      28291
704.41/707.26	c #Conflicts:     658000 | #Constraints:      29291
704.41/707.26	c #Conflicts:     659000 | #Constraints:      30291
704.41/707.26	c #Conflicts:     660000 | #Constraints:      31291
704.41/707.26	c #Conflicts:     661000 | #Constraints:      32291
704.41/707.26	c #Conflicts:     662000 | #Constraints:      33291
704.41/707.26	c #Conflicts:     663000 | #Constraints:      34291
704.41/707.26	c #Conflicts:     664000 | #Constraints:      35291
704.41/707.26	c #Conflicts:     665000 | #Constraints:      36291
704.41/707.26	c #Conflicts:     666000 | #Constraints:      37291
704.41/707.26	c #Conflicts:     667000 | #Constraints:      38291
704.41/707.26	c #Conflicts:     668000 | #Constraints:      39291
704.41/707.26	c #Conflicts:     669000 | #Constraints:      40291
704.41/707.26	c #Conflicts:     670000 | #Constraints:      41291
704.41/707.26	c #Conflicts:     671000 | #Constraints:      42291
704.41/707.26	c #Conflicts:     672000 | #Constraints:      43291
704.41/707.26	c #Conflicts:     673000 | #Constraints:      44291
704.41/707.26	c #Conflicts:     674000 | #Constraints:      45291
704.41/707.26	c #Conflicts:     675000 | #Constraints:      46291
704.41/707.26	c #Conflicts:     676000 | #Constraints:      47291
704.41/707.26	c #Conflicts:     677000 | #Constraints:      48291
704.41/707.26	c #Conflicts:     678000 | #Constraints:      49291
704.41/707.26	c #Conflicts:     679000 | #Constraints:      50291
704.41/707.26	c #Conflicts:     680000 | #Constraints:      51291
704.41/707.26	c #Conflicts:     681000 | #Constraints:      52291
704.41/707.26	c #Conflicts:     682000 | #Constraints:      53291
704.41/707.26	c #Conflicts:     683000 | #Constraints:      54291
704.41/707.26	c #Conflicts:     684000 | #Constraints:      55291
704.41/707.26	c #Conflicts:     685000 | #Constraints:      56291
704.41/707.26	c #Conflicts:     686000 | #Constraints:      57291
704.41/707.26	c #Conflicts:     687000 | #Constraints:      58291
704.41/707.26	c #Conflicts:     688000 | #Constraints:      59291
704.41/707.26	c #Conflicts:     689000 | #Constraints:      60291
704.41/707.26	c #Conflicts:     690000 | #Constraints:      61291
704.41/707.26	c #Conflicts:     691000 | #Constraints:      62291
704.41/707.26	c #Conflicts:     692000 | #Constraints:      63291
704.41/707.26	c #Conflicts:     693000 | #Constraints:      64291
704.41/707.26	c #Conflicts:     694000 | #Constraints:      65291
704.41/707.26	c #Conflicts:     695000 | #Constraints:      66291
704.41/707.26	c #Conflicts:     696000 | #Constraints:      67291
704.41/707.26	c #Conflicts:     697000 | #Constraints:      68291
704.41/707.26	c #Conflicts:     698000 | #Constraints:      69291
704.41/707.26	c #Conflicts:     699000 | #Constraints:      70291
704.41/707.26	c #Conflicts:     700000 | #Constraints:      71291
704.41/707.26	c #Conflicts:     701000 | #Constraints:      72291
704.41/707.26	c #Conflicts:     702000 | #Constraints:      73291
704.41/707.26	c #Conflicts:     703000 | #Constraints:      74291
704.41/707.26	c #Conflicts:     704000 | #Constraints:      75291
747.09/750.19	c #Conflicts:     705000 | #Constraints:      76291
747.09/750.19	c #Conflicts:     706000 | #Constraints:      77291
747.09/750.19	c #Conflicts:     707000 | #Constraints:      78291
747.09/750.19	c #Conflicts:     708000 | #Constraints:      79291
747.09/750.19	c #Conflicts:     709000 | #Constraints:      80291
747.09/750.19	c #Conflicts:     710000 | #Constraints:      81291
747.09/750.19	c #Conflicts:     711000 | #Constraints:      82291
747.09/750.19	c #Conflicts:     712000 | #Constraints:      83291
747.09/750.19	c #Conflicts:     713000 | #Constraints:      84291
747.09/750.19	c #Conflicts:     714000 | #Constraints:      85291
747.09/750.19	c #Conflicts:     715000 | #Constraints:      86291
747.09/750.19	c #Conflicts:     716000 | #Constraints:      87291
747.09/750.19	c #Conflicts:     717000 | #Constraints:      88291
747.09/750.19	c #Conflicts:     718000 | #Constraints:      89291
747.09/750.19	c #Conflicts:     719000 | #Constraints:      90291
747.09/750.19	c #Conflicts:     720000 | #Constraints:      91291
747.09/750.19	c #Conflicts:     721000 | #Constraints:      92291
747.09/750.19	c #Conflicts:     722000 | #Constraints:      93291
747.09/750.19	c #Conflicts:     723000 | #Constraints:      94291
747.09/750.19	c #Conflicts:     724000 | #Constraints:      95291
747.09/750.19	c #Conflicts:     725000 | #Constraints:      96291
747.09/750.19	c #Conflicts:     726000 | #Constraints:      97291
747.09/750.19	c #Conflicts:     727000 | #Constraints:      98291
747.09/750.19	c #Conflicts:     728000 | #Constraints:      99291
747.09/750.19	c #Conflicts:     729000 | #Constraints:     100291
747.09/750.19	c #Conflicts:     730000 | #Constraints:     101291
747.09/750.19	c #Conflicts:     731000 | #Constraints:     102291
747.09/750.19	c INPROCESSING
747.09/750.19	c GARBAGE COLLECT
747.09/750.19	c #Conflicts:     732000 | #Constraints:      55761
747.09/750.19	c #Conflicts:     733000 | #Constraints:      56761
747.09/750.19	c #Conflicts:     734000 | #Constraints:      57761
747.09/750.19	c #Conflicts:     735000 | #Constraints:      58761
747.09/750.19	c #Conflicts:     736000 | #Constraints:      59761
747.09/750.19	c #Conflicts:     737000 | #Constraints:      60761
747.09/750.19	c #Conflicts:     738000 | #Constraints:      61761
747.09/750.19	c #Conflicts:     739000 | #Constraints:      62761
747.09/750.19	c #Conflicts:     740000 | #Constraints:      63761
747.09/750.19	c #Conflicts:     741000 | #Constraints:      64761
747.09/750.19	c #Conflicts:     742000 | #Constraints:      65761
747.09/750.19	c #Conflicts:     743000 | #Constraints:      66761
747.09/750.19	c #Conflicts:     744000 | #Constraints:      67761
747.09/750.19	c #Conflicts:     745000 | #Constraints:      68761
747.09/750.19	c #Conflicts:     746000 | #Constraints:      69761
747.09/750.19	c #Conflicts:     747000 | #Constraints:      70761
747.09/750.19	c #Conflicts:     748000 | #Constraints:      71761
747.09/750.19	c #Conflicts:     749000 | #Constraints:      72761
747.09/750.19	c INPROCESSING
747.09/750.19	c GARBAGE COLLECT
747.09/750.19	c #Conflicts:     750000 | #Constraints:      41197
747.09/750.19	c #Conflicts:     751000 | #Constraints:      42197
747.09/750.19	c #Conflicts:     752000 | #Constraints:      43197
747.09/750.19	c #Conflicts:     753000 | #Constraints:      44197
747.09/750.19	c #Conflicts:     754000 | #Constraints:      45197
747.09/750.19	c #Conflicts:     755000 | #Constraints:      46197
747.09/750.19	c #Conflicts:     756000 | #Constraints:      47197
747.09/750.19	c #Conflicts:     757000 | #Constraints:      48197
747.09/750.19	c #Conflicts:     758000 | #Constraints:      49197
747.09/750.19	c #Conflicts:     759000 | #Constraints:      50197
747.09/750.19	c #Conflicts:     760000 | #Constraints:      51197
747.09/750.19	c #Conflicts:     761000 | #Constraints:      52197
747.09/750.19	c #Conflicts:     762000 | #Constraints:      53197
747.09/750.19	c #Conflicts:     763000 | #Constraints:      54197
747.09/750.19	c #Conflicts:     764000 | #Constraints:      55197
747.09/750.19	c #Conflicts:     765000 | #Constraints:      56197
747.09/750.19	c #Conflicts:     766000 | #Constraints:      57197
747.09/750.19	c INPROCESSING
747.09/750.19	c GARBAGE COLLECT
747.09/750.19	c #Conflicts:     767000 | #Constraints:      33068
747.09/750.19	c #Conflicts:     768000 | #Constraints:      34068
747.09/750.19	c #Conflicts:     769000 | #Constraints:      35068
747.09/750.19	c #Conflicts:     770000 | #Constraints:      36068
747.09/750.19	c #Conflicts:     771000 | #Constraints:      37068
747.09/750.19	c #Conflicts:     772000 | #Constraints:      38068
747.09/750.19	c #Conflicts:     773000 | #Constraints:      39068
747.09/750.19	c #Conflicts:     774000 | #Constraints:      40068
747.09/750.19	c #Conflicts:     775000 | #Constraints:      41068
747.09/750.19	c #Conflicts:     776000 | #Constraints:      42068
747.09/750.19	c #Conflicts:     777000 | #Constraints:      43068
747.09/750.19	c #Conflicts:     778000 | #Constraints:      44068
747.09/750.19	c #Conflicts:     779000 | #Constraints:      45068
747.09/750.19	c #Conflicts:     780000 | #Constraints:      46068
747.09/750.19	c #Conflicts:     781000 | #Constraints:      47068
750.38/753.46	c #Conflicts:     782000 | #Constraints:      48068
750.38/753.46	c #Conflicts:     783000 | #Constraints:      49068
750.38/753.46	c #Conflicts:     784000 | #Constraints:      50068
750.38/753.46	c INPROCESSING
750.38/753.46	c GARBAGE COLLECT
750.38/753.46	WSVECS04 Frhs2[36]: 6 0 3.00003 shouldn't be
750.38/753.46	WSVECS04 Frhs2[42]: 6 0 12.0001 shouldn't be
750.38/753.46	WSVECS04 Frhs2[50]: 6 0 2.00006 shouldn't be
750.38/753.46	WSVECS04 Frhs2[52]: 6 0 1.00006 shouldn't be
750.38/753.46	WSVECS04 Frhs2[56]: 6 0 5.50009 shouldn't be
750.38/753.46	WSVECS04 Frhs2[60]: 6 0 1.00002 shouldn't be
750.38/753.46	WSVECS04 Frhs2[101]: 6 0 2.00006 shouldn't be
750.38/753.46	WSVECS04 Frhs2[129]: 6 0 15.0001 shouldn't be
750.38/753.46	WSVECS04 Frhs2[188]: 6 0 1.00005 shouldn't be
750.38/753.46	WSVECS04 Frhs2[189]: 6 0 3.00005 shouldn't be
750.38/753.46	WSVECS04 Frhs2[201]: 6 0 7.50008 shouldn't be
750.38/753.46	WSVECS04 Frhs2[215]: 6 0 2.00003 shouldn't be
750.38/753.46	WSVECS04 Frhs2[262]: 6 0 2.00003 shouldn't be
750.38/753.46	WSVECS04 Frhs2[291]: 6 0 5.00003 shouldn't be
750.38/753.46	WSVECS04 Frhs2[311]: 6 0 2.00003 shouldn't be
750.38/753.46	WSVECS04 Frhs2[342]: 6 0 2.00007 shouldn't be
750.38/753.46	WSVECS04 Frhs2[379]: 6 0 6.00004 shouldn't be
750.38/753.46	WSVECS04 Frhs2[408]: 6 0 2.00005 shouldn't be
750.38/753.46	WSVECS04 Frhs2[416]: 6 0 4.00002 shouldn't be
750.38/753.46	WSVECS04 Frhs2[418]: 6 0 3.50008 shouldn't be
750.38/753.46	WSVECS04 Frhs2[453]: 6 0 1.00008 shouldn't be
750.38/753.46	WSVECS04 Frhs2[462]: 6 0 7.00009 shouldn't be
750.38/753.46	WSVECS04 Frhs2[468]: 6 0 2.0001 shouldn't be
750.38/753.46	WSVECS04 Frhs2[470]: 6 0 2.0001 shouldn't be
750.38/753.46	WSVECS04 Frhs2[482]: 6 0 9.50001 shouldn't be
750.38/753.46	WSVECS04 Frhs2[581]: 6 0 1.00008 shouldn't be
750.38/753.46	WSVECS04 Frhs2[608]: 6 0 2.00006 shouldn't be
750.38/753.46	WSVECS04 Frhs2[609]: 6 0 2.00002 shouldn't be
750.38/753.46	WSVECS04 Frhs2[628]: 6 0 10 shouldn't be
750.38/753.46	WSVECS04 Frhs2[647]: 6 0 4.00009 shouldn't be
750.38/753.46	WSVECS04 Frhs2[664]: 6 0 1.00008 shouldn't be
750.38/753.46	WSVECS04 Frhs2[724]: 6 0 2.00002 shouldn't be
750.38/753.46	WSVECS04 Frhs2[734]: 6 0 1.00006 shouldn't be
750.38/753.46	WSVECS04 Frhs2[779]: 6 0 2.00001 shouldn't be
750.38/753.46	WSVECS04 Frhs2[796]: 6 0 4.00002 shouldn't be
750.38/753.46	WSVECS04 Frhs2[811]: 6 -1.00003 0 shouldn't be
750.38/753.46	WSVECS04 Frhs2[835]: 6 0 19 shouldn't be
750.38/753.46	WSVECS04 Frhs2[872]: 6 0 3.00001 shouldn't be
750.38/753.46	WSVECS04 Frhs2[890]: 6 0 1.00006 shouldn't be
750.38/753.46	WSVECS04 Frhs2[900]: 6 0 1.00007 shouldn't be
750.38/753.46	WSVECS04 Frhs2[947]: 6 -3.00004 0 shouldn't be
750.38/753.46	WSVECS04 Frhs2[972]: 6 0 1.00001 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1040]: 6 0 1.00001 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1169]: 6 0 1.00001 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1190]: 6 0 3.50003 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1196]: 6 0 1.00002 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1208]: 6 0 5.50006 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1219]: 6 0 1.00003 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1265]: 6 0 9.00008 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1285]: 6 0 4.50003 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1293]: 6 0 3.50009 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1301]: 6 0 3.00005 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1305]: 6 0 4.00005 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1313]: 6 0 12.0001 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1321]: 6 0 1.00005 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1326]: 6 0 1.00003 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1361]: 6 0 3.00009 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1390]: 6 0 1.00008 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1394]: 6 0 5.50007 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1415]: 6 0 1.00005 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1418]: 6 0 7.00003 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1445]: 6 0 2.00003 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1446]: 6 -1.00004 0 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1465]: 6 -1.00004 0 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1508]: 6 0 2.00003 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1538]: 6 0 2.00002 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1546]: 6 0 1.00007 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1576]: 6 0 12.5 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1581]: 6 0 3.00004 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1582]: 6 -1.00007 0 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1588]: 6 0 1.00005 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1594]: 6 0 1.00006 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1647]: 6 0 2.00008 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1716]: 6 -1.50007 0 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1719]: 6 0 2.00005 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1728]: 6 0 3.5001 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1753]: 6 0 1.00004 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1754]: 6 0 1.00007 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1768]: 6 0 2.00004 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1797]: 6 -4.00009 0 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1800]: 6 0 1.00006 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1815]: 6 0 16 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1844]: 6 0 3.00006 shouldn't be
750.38/753.46	WSVECS04 Frhs2[1942]: 6 0 0.500051 shouldn't be
750.88/753.90	WSVECS04 Frhs2[57]: 6 -2.00001 0 shouldn't be
750.88/753.90	WSVECS04 Frhs2[72]: 6 0 1.00006 shouldn't be
750.88/753.90	WSVECS04 Frhs2[239]: 6 0 14 shouldn't be
750.88/753.90	WSVECS04 Frhs2[254]: 6 0 5.00007 shouldn't be
750.88/753.90	WSVECS04 Frhs2[271]: 6 0 6.00002 shouldn't be
750.88/753.90	WSVECS04 Frhs2[280]: 6 0 9.00002 shouldn't be
750.88/753.91	WSVECS04 Frhs2[339]: 6 -1.00005 0 shouldn't be
750.88/753.91	WSVECS04 Frhs2[475]: 6 -2.00006 0 shouldn't be
750.88/753.91	WSVECS04 Frhs2[490]: 6 0 2.00006 shouldn't be
750.88/753.91	WSVECS04 Frhs2[500]: 6 0 1.0001 shouldn't be
750.88/753.91	WSVECS04 Frhs2[694]: 6 0 1.00009 shouldn't be
750.88/753.91	WSVECS04 Frhs2[718]: 6 0 1.00006 shouldn't be
750.88/753.91	WSVECS04 Frhs2[898]: 6 0 2.00007 shouldn't be
750.88/753.91	WSVECS04 Frhs2[916]: 6 0 1.00008 shouldn't be
750.88/753.91	WSVECS04 Frhs2[995]: 6 0 1.00003 shouldn't be
750.88/753.91	WSVECS04 Frhs2[1053]: 6 0 1.00001 shouldn't be
750.88/753.91	WSVECS04 Frhs2[1133]: 6 0 1.00008 shouldn't be
750.88/753.91	WSVECS04 Frhs2[1143]: 6 0 1.00004 shouldn't be
750.88/753.91	WSVECS04 Frhs2[1177]: 6 0 1.0001 shouldn't be
750.88/753.91	WSVECS04 Frhs2[1300]: 6 0 1.00002 shouldn't be
750.88/753.91	WSVECS04 Frhs2[1473]: 6 -11 0 shouldn't be
750.88/753.91	WSVECS04 Frhs2[1483]: 6 0 6.00007 shouldn't be
750.88/753.91	WSVECS04 Frhs2[1484]: 6 -1.00005 0 shouldn't be
750.88/753.91	WSVECS04 Frhs2[1493]: 6 0 1.00007 shouldn't be
750.88/753.91	WSVECS04 Frhs2[1810]: 6 0 3.00005 shouldn't be
750.88/753.91	WSVECS04 Frhs2[1811]: 6 0 2.00004 shouldn't be
750.88/753.91	WSVECS04 Frhs2[1930]: 6 -8.50008 0 shouldn't be
750.88/753.91	WSVECS04 Frhs2[1932]: 6 -1.00007 0 shouldn't be
750.88/753.91	WSVECS04 Frhs2[1951]: 6 0 7.00008 shouldn't be
750.88/753.91	WSVECS04 Frhs2[1964]: 6 0 5.0001 shouldn't be
750.88/753.91	WSVECS04 Frhs2[1968]: 6 0 1.00005 shouldn't be
751.28/754.34	WSVECS04 Frhs2[15]: 6 0 1.00003 shouldn't be
751.28/754.34	WSVECS04 Frhs2[150]: 6 0 6.00005 shouldn't be
751.28/754.34	WSVECS04 Frhs2[253]: 6 -1.0001 0 shouldn't be
751.28/754.34	WSVECS04 Frhs2[273]: 6 -1.00009 0 shouldn't be
751.28/754.34	WSVECS04 Frhs2[410]: 6 0 2.00002 shouldn't be
751.28/754.34	WSVECS04 Frhs2[529]: 6 -1.00002 0 shouldn't be
751.28/754.34	WSVECS04 Frhs2[619]: 6 0 1.00006 shouldn't be
751.28/754.34	WSVECS04 Frhs2[629]: 6 0 1.00007 shouldn't be
751.28/754.34	WSVECS04 Frhs2[787]: 6 0 31.0001 shouldn't be
751.28/754.34	WSVECS04 Frhs2[836]: 6 -1.00006 0 shouldn't be
751.28/754.34	WSVECS04 Frhs2[866]: 6 -1.0001 0 shouldn't be
751.28/754.34	WSVECS04 Frhs2[869]: 6 0 1.00008 shouldn't be
751.28/754.34	WSVECS04 Frhs2[884]: 6 -1.00001 0 shouldn't be
751.28/754.34	WSVECS04 Frhs2[901]: 6 -1.00009 0 shouldn't be
751.28/754.34	WSVECS04 Frhs2[973]: 6 0 1.00007 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1000]: 6 0 6.50006 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1248]: 6 0 1.00005 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1266]: 6 -1.00008 0 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1275]: 6 0 10.0001 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1284]: 6 -1.00004 0 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1287]: 6 -1.00009 0 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1289]: 6 0 4.00009 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1291]: 6 -1.00006 0 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1296]: 6 0 21.5001 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1331]: 6 -1.00007 0 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1341]: 6 -1.00003 0 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1385]: 6 -1.00009 0 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1396]: 6 0 16.0001 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1412]: 6 -1.00008 0 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1442]: 6 0 9.00007 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1587]: 6 -1.00004 0 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1654]: 6 -1.00008 0 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1663]: 6 0 1.00007 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1686]: 6 0 15.0001 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1736]: 6 0 33.0001 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1863]: 6 -1.00007 0 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1866]: 6 -1.00008 0 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1887]: 6 -1.00007 0 shouldn't be
751.28/754.34	WSVECS04 Frhs2[1962]: 6 -1.00005 0 shouldn't be
751.68/754.75	WSVECS04 Frhs2[168]: 6 -4.00009 0 shouldn't be
751.68/754.75	WSVECS04 Frhs2[323]: 6 0 19.0001 shouldn't be
751.68/754.75	WSVECS04 Frhs2[391]: 6 0 38.5001 shouldn't be
751.68/754.75	WSVECS04 Frhs2[633]: 6 0 3.00005 shouldn't be
751.68/754.75	WSVECS04 Frhs2[743]: 6 0 5.00008 shouldn't be
751.68/754.75	WSVECS04 Frhs2[921]: 6 0 9.00005 shouldn't be
751.68/754.75	WSVECS04 Frhs2[966]: 6 0 26 shouldn't be
751.68/754.75	WSVECS04 Frhs2[1108]: 6 -1.00003 0 shouldn't be
751.68/754.75	WSVECS04 Frhs2[1261]: 6 0 3.00004 shouldn't be
751.68/754.75	WSVECS04 Frhs2[1314]: 6 0 8.00008 shouldn't be
751.68/754.75	WSVECS04 Frhs2[1357]: 6 0 2.00006 shouldn't be
751.68/754.75	WSVECS04 Frhs2[1424]: 6 0 45.5 shouldn't be
751.68/754.75	WSVECS04 Frhs2[1504]: 6 0 11.0001 shouldn't be
751.68/754.75	WSVECS04 Frhs2[1507]: 6 -1.00005 0 shouldn't be
751.68/754.75	WSVECS04 Frhs2[1864]: 6 0 1.00006 shouldn't be
751.99/755.05	WSVECS04 Frhs2[134]: 6 -1.00003 0 shouldn't be
751.99/755.05	WSVECS04 Frhs2[263]: 6 0 46.5 shouldn't be
751.99/755.05	WSVECS04 Frhs2[942]: 6 0 4.50007 shouldn't be
751.99/755.05	WSVECS04 Frhs2[1038]: 6 0 2.00007 shouldn't be
751.99/755.05	WSVECS04 Frhs2[1514]: 6 0 20.5 shouldn't be
751.99/755.05	WSVECS04 Frhs2[1551]: 6 0 1.00001 shouldn't be
751.99/755.05	WSVECS04 Frhs2[1599]: 6 0 25 shouldn't be
751.99/755.05	WSVECS04 Frhs2[1694]: 6 0 13 shouldn't be
752.57/755.66	WSVECS04 Frhs2[135]: 6 -1.00002 0 shouldn't be
752.57/755.66	WSVECS04 Frhs2[341]: 6 -1.00002 0 shouldn't be
752.57/755.66	WSVECS04 Frhs2[509]: 6 0 1.00008 shouldn't be
752.57/755.66	WSVECS04 Frhs2[725]: 6 0 3.00004 shouldn't be
752.57/755.66	WSVECS04 Frhs2[744]: 6 -1.00007 0 shouldn't be
752.57/755.66	WSVECS04 Frhs2[1242]: 6 -1.00005 0 shouldn't be
752.57/755.66	WSVECS04 Frhs2[1299]: 6 -1.00008 0 shouldn't be
752.57/755.66	WSVECS04 Frhs2[1312]: 6 -1.0001 0 shouldn't be
752.57/755.66	WSVECS04 Frhs2[1376]: 6 0 12.0001 shouldn't be
752.57/755.66	WSVECS04 Frhs2[1648]: 6 -1.00002 0 shouldn't be
752.57/755.66	WSVECS04 Frhs2[1870]: 6 -29 0 shouldn't be
752.57/755.66	WSVECS04 Frhs2[1966]: 6 0 1.00009 shouldn't be
753.08/756.10	WSVECS04 Frhs2[326]: 6 0 1.00003 shouldn't be
753.08/756.10	WSVECS04 Frhs2[737]: 6 -1.00009 0 shouldn't be
753.08/756.10	WSVECS04 Frhs2[896]: 6 0 6.00009 shouldn't be
753.08/756.10	WSVECS04 Frhs2[1295]: 6 -1.00001 0 shouldn't be
753.08/756.10	WSVECS04 Frhs2[1531]: 6 0 2.00004 shouldn't be
753.08/756.10	WSVECS04 Frhs2[1651]: 6 0 4.00002 shouldn't be
753.08/756.10	WSVECS04 Frhs2[1963]: 6 -1.00008 0 shouldn't be
753.37/756.47	WSVECS04 Frhs2[431]: 6 -1.00006 0 shouldn't be
753.37/756.47	WSVECS04 Frhs2[962]: 6 0 6.00006 shouldn't be
753.37/756.47	WSVECS04 Frhs2[1111]: 6 0 1.00009 shouldn't be
753.37/756.47	WSVECS04 Frhs2[1489]: 6 -1.00002 0 shouldn't be
753.87/756.95	WSVECS04 Frhs2[508]: 6 -1.00007 0 shouldn't be
754.37/757.40	WSVECS04 Frhs2[738]: 6 0 1.00009 shouldn't be
755.87/759.00	WSVECS04 Frhs2[1915]: 6 -1.00008 0 shouldn't be
756.97/760.04	WSVECS04 Frhs2[76]: 6 0 10 shouldn't be
884.94/888.45	c #Conflicts:     785000 | #Constraints:      29481
884.94/888.45	c #Conflicts:     786000 | #Constraints:      30481
884.94/888.45	c #Conflicts:     787000 | #Constraints:      31481
884.94/888.45	c #Conflicts:     788000 | #Constraints:      32481
884.94/888.45	c #Conflicts:     789000 | #Constraints:      33481
884.94/888.45	c #Conflicts:     790000 | #Constraints:      34481
884.94/888.45	c #Conflicts:     791000 | #Constraints:      35481
884.94/888.45	c #Conflicts:     792000 | #Constraints:      36481
884.94/888.45	c #Conflicts:     793000 | #Constraints:      37481
884.94/888.45	c #Conflicts:     794000 | #Constraints:      38481
884.94/888.45	c #Conflicts:     795000 | #Constraints:      39481
884.94/888.45	c #Conflicts:     796000 | #Constraints:      40481
884.94/888.45	c #Conflicts:     797000 | #Constraints:      41481
884.94/888.45	c #Conflicts:     798000 | #Constraints:      42481
884.94/888.45	c #Conflicts:     799000 | #Constraints:      43481
884.94/888.45	c #Conflicts:     800000 | #Constraints:      44481
884.94/888.45	c #Conflicts:     801000 | #Constraints:      45481
884.94/888.45	c #Conflicts:     802000 | #Constraints:      46481
884.94/888.45	c #Conflicts:     803000 | #Constraints:      47481
884.94/888.45	c INPROCESSING
884.94/888.45	c GARBAGE COLLECT
884.94/888.45	c #Conflicts:     804000 | #Constraints:      28531
884.94/888.45	c #Conflicts:     805000 | #Constraints:      29531
884.94/888.45	c #Conflicts:     806000 | #Constraints:      30531
884.94/888.45	c #Conflicts:     807000 | #Constraints:      31531
884.94/888.45	c #Conflicts:     808000 | #Constraints:      32531
884.94/888.45	c #Conflicts:     809000 | #Constraints:      33531
884.94/888.45	c #Conflicts:     810000 | #Constraints:      34531
884.94/888.45	c #Conflicts:     811000 | #Constraints:      35531
884.94/888.45	c #Conflicts:     812000 | #Constraints:      36531
884.94/888.45	c #Conflicts:     813000 | #Constraints:      37531
884.94/888.45	c #Conflicts:     814000 | #Constraints:      38531
884.94/888.45	c #Conflicts:     815000 | #Constraints:      39531
884.94/888.45	c #Conflicts:     816000 | #Constraints:      40531
884.94/888.45	c #Conflicts:     817000 | #Constraints:      41531
884.94/888.45	c #Conflicts:     818000 | #Constraints:      42531
884.94/888.45	c #Conflicts:     819000 | #Constraints:      43531
884.94/888.45	c #Conflicts:     820000 | #Constraints:      44531
884.94/888.45	c #Conflicts:     821000 | #Constraints:      45531
884.94/888.45	c INPROCESSING
884.94/888.45	c GARBAGE COLLECT
884.94/888.45	c #Conflicts:     822000 | #Constraints:      27411
884.94/888.45	c #Conflicts:     823000 | #Constraints:      28411
884.94/888.45	c #Conflicts:     824000 | #Constraints:      29411
884.94/888.45	c #Conflicts:     825000 | #Constraints:      30411
884.94/888.45	c #Conflicts:     826000 | #Constraints:      31411
884.94/888.45	c #Conflicts:     827000 | #Constraints:      32411
884.94/888.45	c #Conflicts:     828000 | #Constraints:      33411
884.94/888.45	c #Conflicts:     829000 | #Constraints:      34411
884.94/888.45	c #Conflicts:     830000 | #Constraints:      35411
884.94/888.45	c #Conflicts:     831000 | #Constraints:      36411
884.94/888.45	c #Conflicts:     832000 | #Constraints:      37411
884.94/888.45	c #Conflicts:     833000 | #Constraints:      38411
884.94/888.45	c #Conflicts:     834000 | #Constraints:      39411
884.94/888.45	c #Conflicts:     835000 | #Constraints:      40411
884.94/888.45	c #Conflicts:     836000 | #Constraints:      41411
884.94/888.45	c #Conflicts:     837000 | #Constraints:      42411
884.94/888.45	c #Conflicts:     838000 | #Constraints:      43411
884.94/888.45	c #Conflicts:     839000 | #Constraints:      44411
884.94/888.45	c #Conflicts:     840000 | #Constraints:      45411
884.94/888.45	c #Conflicts:     841000 | #Constraints:      46411
884.94/888.45	c #Conflicts:     842000 | #Constraints:      47411
884.94/888.45	c #Conflicts:     843000 | #Constraints:      48411
884.94/888.45	c #Conflicts:     844000 | #Constraints:      49411
884.94/888.45	c #Conflicts:     845000 | #Constraints:      50411
884.94/888.45	c #Conflicts:     846000 | #Constraints:      51411
884.94/888.45	c #Conflicts:     847000 | #Constraints:      52411
884.94/888.45	c #Conflicts:     848000 | #Constraints:      53411
884.94/888.45	c #Conflicts:     849000 | #Constraints:      54411
884.94/888.45	c #Conflicts:     850000 | #Constraints:      55411
884.94/888.45	c #Conflicts:     851000 | #Constraints:      56411
884.94/888.45	c #Conflicts:     852000 | #Constraints:      57411
884.94/888.45	c #Conflicts:     853000 | #Constraints:      58411
884.94/888.45	c #Conflicts:     854000 | #Constraints:      59411
884.94/888.45	c #Conflicts:     855000 | #Constraints:      60411
884.94/888.45	c #Conflicts:     856000 | #Constraints:      61411
884.94/888.45	c #Conflicts:     857000 | #Constraints:      62411
884.94/888.45	c #Conflicts:     858000 | #Constraints:      63411
884.94/888.45	c #Conflicts:     859000 | #Constraints:      64411
884.94/888.45	c #Conflicts:     860000 | #Constraints:      65411
884.94/888.45	c #Conflicts:     861000 | #Constraints:      66411
884.94/888.45	c #Conflicts:     862000 | #Constraints:      67411
924.88/928.54	c #Conflicts:     863000 | #Constraints:      68411
924.88/928.54	c #Conflicts:     864000 | #Constraints:      69411
924.88/928.54	c #Conflicts:     865000 | #Constraints:      70411
924.88/928.54	c #Conflicts:     866000 | #Constraints:      71411
924.88/928.54	c #Conflicts:     867000 | #Constraints:      72411
924.88/928.54	c #Conflicts:     868000 | #Constraints:      73411
924.88/928.54	c #Conflicts:     869000 | #Constraints:      74411
924.88/928.54	c #Conflicts:     870000 | #Constraints:      75411
924.88/928.54	c #Conflicts:     871000 | #Constraints:      76411
924.88/928.54	c #Conflicts:     872000 | #Constraints:      77411
924.88/928.54	c #Conflicts:     873000 | #Constraints:      78411
924.88/928.54	c #Conflicts:     874000 | #Constraints:      79411
924.88/928.54	c #Conflicts:     875000 | #Constraints:      80411
924.88/928.54	c #Conflicts:     876000 | #Constraints:      81411
924.88/928.54	c #Conflicts:     877000 | #Constraints:      82411
924.88/928.54	c #Conflicts:     878000 | #Constraints:      83411
924.88/928.54	c #Conflicts:     879000 | #Constraints:      84411
924.88/928.54	c #Conflicts:     880000 | #Constraints:      85411
924.88/928.54	c #Conflicts:     881000 | #Constraints:      86411
924.88/928.54	c #Conflicts:     882000 | #Constraints:      87411
924.88/928.54	c #Conflicts:     883000 | #Constraints:      88411
924.88/928.54	c #Conflicts:     884000 | #Constraints:      89411
924.88/928.54	c #Conflicts:     885000 | #Constraints:      90411
924.88/928.54	c #Conflicts:     886000 | #Constraints:      91411
924.88/928.54	c #Conflicts:     887000 | #Constraints:      92411
924.88/928.54	c #Conflicts:     888000 | #Constraints:      93411
924.88/928.54	c #Conflicts:     889000 | #Constraints:      94411
924.88/928.54	c #Conflicts:     890000 | #Constraints:      95411
924.88/928.54	c #Conflicts:     891000 | #Constraints:      96411
924.88/928.54	c #Conflicts:     892000 | #Constraints:      97411
924.88/928.54	c #Conflicts:     893000 | #Constraints:      98411
924.88/928.54	c #Conflicts:     894000 | #Constraints:      99411
924.88/928.54	c #Conflicts:     895000 | #Constraints:     100411
924.88/928.54	c #Conflicts:     896000 | #Constraints:     101411
924.88/928.54	c #Conflicts:     897000 | #Constraints:     102411
924.88/928.54	c #Conflicts:     898000 | #Constraints:     103411
924.88/928.54	c #Conflicts:     899000 | #Constraints:     104411
924.88/928.54	c #Conflicts:     900000 | #Constraints:     105411
924.88/928.54	c #Conflicts:     901000 | #Constraints:     106411
924.88/928.54	c #Conflicts:     902000 | #Constraints:     107411
924.88/928.54	c #Conflicts:     903000 | #Constraints:     108411
924.88/928.54	c #Conflicts:     904000 | #Constraints:     109411
924.88/928.54	c #Conflicts:     905000 | #Constraints:     110411
924.88/928.54	c #Conflicts:     906000 | #Constraints:     111411
924.88/928.54	c #Conflicts:     907000 | #Constraints:     112411
924.88/928.54	c INPROCESSING
924.88/928.54	c GARBAGE COLLECT
924.88/928.54	c #Conflicts:     908000 | #Constraints:      60752
924.88/928.54	c #Conflicts:     909000 | #Constraints:      61752
924.88/928.54	c #Conflicts:     910000 | #Constraints:      62752
924.88/928.54	c #Conflicts:     911000 | #Constraints:      63752
924.88/928.54	c #Conflicts:     912000 | #Constraints:      64752
924.88/928.54	c #Conflicts:     913000 | #Constraints:      65752
924.88/928.54	c #Conflicts:     914000 | #Constraints:      66752
924.88/928.54	c #Conflicts:     915000 | #Constraints:      67752
924.88/928.54	c #Conflicts:     916000 | #Constraints:      68752
924.88/928.54	c #Conflicts:     917000 | #Constraints:      69752
924.88/928.54	c #Conflicts:     918000 | #Constraints:      70752
924.88/928.54	c #Conflicts:     919000 | #Constraints:      71752
924.88/928.54	c #Conflicts:     920000 | #Constraints:      72752
924.88/928.54	c #Conflicts:     921000 | #Constraints:      73752
924.88/928.54	c #Conflicts:     922000 | #Constraints:      74752
924.88/928.54	c #Conflicts:     923000 | #Constraints:      75752
924.88/928.54	c #Conflicts:     924000 | #Constraints:      76752
924.88/928.54	c #Conflicts:     925000 | #Constraints:      77752
924.88/928.54	c #Conflicts:     926000 | #Constraints:      78752
924.88/928.54	c #Conflicts:     927000 | #Constraints:      79752
924.88/928.54	c INPROCESSING
924.88/928.54	c GARBAGE COLLECT
924.88/928.54	c #Conflicts:     928000 | #Constraints:      44637
924.88/928.54	c #Conflicts:     929000 | #Constraints:      45637
924.88/928.54	c bounds - >= 541 @ 913.344
971.79/975.72	c #Conflicts:     930000 | #Constraints:      46718
971.79/975.72	c #Conflicts:     931000 | #Constraints:      47718
971.79/975.72	c #Conflicts:     932000 | #Constraints:      48718
971.79/975.72	c #Conflicts:     933000 | #Constraints:      49718
971.79/975.72	c #Conflicts:     934000 | #Constraints:      50718
971.79/975.72	c #Conflicts:     935000 | #Constraints:      51718
971.79/975.72	c #Conflicts:     936000 | #Constraints:      52718
971.79/975.72	c #Conflicts:     937000 | #Constraints:      53718
971.79/975.72	c #Conflicts:     938000 | #Constraints:      54718
971.79/975.72	c #Conflicts:     939000 | #Constraints:      55718
971.79/975.72	c #Conflicts:     940000 | #Constraints:      56718
971.79/975.72	c #Conflicts:     941000 | #Constraints:      57718
971.79/975.72	c #Conflicts:     942000 | #Constraints:      58718
971.79/975.72	c #Conflicts:     943000 | #Constraints:      59718
971.79/975.72	c #Conflicts:     944000 | #Constraints:      60718
971.79/975.72	c #Conflicts:     945000 | #Constraints:      61718
971.79/975.72	c #Conflicts:     946000 | #Constraints:      62718
971.79/975.72	c #Conflicts:     947000 | #Constraints:      63718
971.79/975.72	c INPROCESSING
971.79/975.72	c GARBAGE COLLECT
971.79/975.72	c #Conflicts:     948000 | #Constraints:      36698
971.79/975.72	c #Conflicts:     949000 | #Constraints:      37698
971.79/975.72	c #Conflicts:     950000 | #Constraints:      38698
971.79/975.72	c #Conflicts:     951000 | #Constraints:      39698
971.79/975.72	c #Conflicts:     952000 | #Constraints:      40698
971.79/975.72	c #Conflicts:     953000 | #Constraints:      41698
971.79/975.72	c #Conflicts:     954000 | #Constraints:      42698
971.79/975.72	c #Conflicts:     955000 | #Constraints:      43698
971.79/975.72	c #Conflicts:     956000 | #Constraints:      44698
971.79/975.72	c #Conflicts:     957000 | #Constraints:      45698
971.79/975.72	c #Conflicts:     958000 | #Constraints:      46698
971.79/975.72	c #Conflicts:     959000 | #Constraints:      47698
971.79/975.72	c #Conflicts:     960000 | #Constraints:      48698
971.79/975.72	c #Conflicts:     961000 | #Constraints:      49698
971.79/975.72	c #Conflicts:     962000 | #Constraints:      50698
971.79/975.72	c #Conflicts:     963000 | #Constraints:      51698
971.79/975.72	c #Conflicts:     964000 | #Constraints:      52698
971.79/975.72	c #Conflicts:     965000 | #Constraints:      53698
971.79/975.72	c #Conflicts:     966000 | #Constraints:      54698
971.79/975.72	c #Conflicts:     967000 | #Constraints:      55698
971.79/975.72	c INPROCESSING
971.79/975.72	c GARBAGE COLLECT
971.79/975.72	c #Conflicts:     968000 | #Constraints:      32605
971.79/975.72	c #Conflicts:     969000 | #Constraints:      33605
971.79/975.72	c #Conflicts:     970000 | #Constraints:      34605
971.79/975.72	c #Conflicts:     971000 | #Constraints:      35605
971.79/975.72	c #Conflicts:     972000 | #Constraints:      36605
971.79/975.72	c #Conflicts:     973000 | #Constraints:      37605
971.79/975.72	c #Conflicts:     974000 | #Constraints:      38605
971.79/975.72	c #Conflicts:     975000 | #Constraints:      39605
971.79/975.72	c #Conflicts:     976000 | #Constraints:      40605
971.79/975.72	c #Conflicts:     977000 | #Constraints:      41605
971.79/975.72	c #Conflicts:     978000 | #Constraints:      42605
971.79/975.72	c #Conflicts:     979000 | #Constraints:      43605
971.79/975.72	c #Conflicts:     980000 | #Constraints:      44605
971.79/975.72	c #Conflicts:     981000 | #Constraints:      45605
971.79/975.72	c #Conflicts:     982000 | #Constraints:      46605
971.79/975.72	c #Conflicts:     983000 | #Constraints:      47605
971.79/975.72	c #Conflicts:     984000 | #Constraints:      48605
971.79/975.72	c #Conflicts:     985000 | #Constraints:      49605
971.79/975.72	c #Conflicts:     986000 | #Constraints:      50605
971.79/975.72	c #Conflicts:     987000 | #Constraints:      51605
971.79/975.72	c INPROCESSING
971.79/975.72	c GARBAGE COLLECT
971.79/975.72	c #Conflicts:     988000 | #Constraints:      30417
971.79/975.72	c #Conflicts:     989000 | #Constraints:      31417
971.79/975.72	c #Conflicts:     990000 | #Constraints:      32417
971.79/975.72	c #Conflicts:     991000 | #Constraints:      33417
971.79/975.72	c #Conflicts:     992000 | #Constraints:      34417
971.79/975.72	c #Conflicts:     993000 | #Constraints:      35417
971.79/975.72	c #Conflicts:     994000 | #Constraints:      36417
971.79/975.72	c #Conflicts:     995000 | #Constraints:      37417
971.79/975.72	c #Conflicts:     996000 | #Constraints:      38417
971.79/975.72	c #Conflicts:     997000 | #Constraints:      39417
971.79/975.72	c #Conflicts:     998000 | #Constraints:      40417
971.79/975.72	c #Conflicts:     999000 | #Constraints:      41417
971.79/975.72	c #Conflicts:    1000000 | #Constraints:      42417
971.79/975.72	c #Conflicts:    1001000 | #Constraints:      43417
971.79/975.72	c #Conflicts:    1002000 | #Constraints:      44417
971.79/975.72	c #Conflicts:    1003000 | #Constraints:      45417
971.79/975.72	c #Conflicts:    1004000 | #Constraints:      46417
971.79/975.72	c #Conflicts:    1005000 | #Constraints:      47417
971.79/975.72	c #Conflicts:    1006000 | #Constraints:      48417
984.55/988.53	c #Conflicts:    1007000 | #Constraints:      49417
984.55/988.53	c #Conflicts:    1008000 | #Constraints:      50417
984.55/988.53	c #Conflicts:    1009000 | #Constraints:      51417
984.55/988.53	c #Conflicts:    1010000 | #Constraints:      52417
984.55/988.53	c #Conflicts:    1011000 | #Constraints:      53417
984.55/988.53	c #Conflicts:    1012000 | #Constraints:      54417
984.55/988.53	c #Conflicts:    1013000 | #Constraints:      55417
984.55/988.53	c #Conflicts:    1014000 | #Constraints:      56417
984.55/988.53	c #Conflicts:    1015000 | #Constraints:      57417
984.55/988.53	c #Conflicts:    1016000 | #Constraints:      58417
984.55/988.53	c #Conflicts:    1017000 | #Constraints:      59417
984.55/988.53	c #Conflicts:    1018000 | #Constraints:      60417
984.55/988.53	c #Conflicts:    1019000 | #Constraints:      61417
984.55/988.53	c #Conflicts:    1020000 | #Constraints:      62417
984.55/988.53	c #Conflicts:    1021000 | #Constraints:      63417
984.55/988.53	c #Conflicts:    1022000 | #Constraints:      64417
984.55/988.53	c #Conflicts:    1023000 | #Constraints:      65417
984.55/988.53	WSVECS04 Frhs2[16]: 6 0 1.40954 shouldn't be
984.55/988.53	WSVECS04 Frhs2[28]: 6 0 2.70553 shouldn't be
984.55/988.53	WSVECS04 Frhs2[35]: 6 -1.00008 0 shouldn't be
984.55/988.53	WSVECS04 Frhs2[36]: 6 0 1.0001 shouldn't be
984.55/988.53	WSVECS04 Frhs2[81]: 6 0 2.09203 shouldn't be
984.55/988.53	WSVECS04 Frhs2[172]: 6 0 0.487298 shouldn't be
984.55/988.53	WSVECS04 Frhs2[189]: 6 0 1.1134 shouldn't be
984.55/988.53	WSVECS04 Frhs2[190]: 6 -1.00009 0 shouldn't be
984.55/988.53	WSVECS04 Frhs2[200]: 6 0 5.1573 shouldn't be
984.55/988.53	WSVECS04 Frhs2[253]: 6 0 0.248159 shouldn't be
984.55/988.53	WSVECS04 Frhs2[254]: 6 -1.00001 0 shouldn't be
984.55/988.53	WSVECS04 Frhs2[257]: 6 -1.00002 0 shouldn't be
984.55/988.53	WSVECS04 Frhs2[258]: 6 0 0.556712 shouldn't be
984.55/988.53	WSVECS04 Frhs2[327]: 6 0 0.646366 shouldn't be
984.55/988.53	WSVECS04 Frhs2[387]: 6 0 1.68118 shouldn't be
984.55/988.53	WSVECS04 Frhs2[399]: 6 0 3.11206 shouldn't be
984.55/988.53	WSVECS04 Frhs2[459]: 6 0 1.08518 shouldn't be
984.55/988.53	WSVECS04 Frhs2[460]: 6 -1.00001 0 shouldn't be
984.55/988.53	WSVECS04 Frhs2[538]: 6 0 2.49044 shouldn't be
984.55/988.53	WSVECS04 Frhs2[565]: 6 -1.00003 0 shouldn't be
984.55/988.53	WSVECS04 Frhs2[566]: 6 0 1.76248 shouldn't be
984.55/988.53	WSVECS04 Frhs2[568]: 6 0 1.6668 shouldn't be
984.55/988.53	WSVECS04 Frhs2[630]: 6 0 1.00004 shouldn't be
984.55/988.53	WSVECS04 Frhs2[641]: 6 0 0.651433 shouldn't be
984.55/988.53	WSVECS04 Frhs2[653]: 6 0 6.06271 shouldn't be
984.55/988.53	WSVECS04 Frhs2[654]: 6 -1.00009 0 shouldn't be
984.55/988.53	WSVECS04 Frhs2[745]: 6 0 3.59468 shouldn't be
984.55/988.53	WSVECS04 Frhs2[766]: 6 0 2.31691 shouldn't be
984.55/988.53	WSVECS04 Frhs2[773]: 6 0 0.968823 shouldn't be
984.55/988.53	WSVECS04 Frhs2[774]: 6 -1.00009 0 shouldn't be
984.55/988.53	WSVECS04 Frhs2[809]: 6 0 2.95476 shouldn't be
984.55/988.53	WSVECS04 Frhs2[872]: 6 0 3.82349 shouldn't be
984.55/988.53	WSVECS04 Frhs2[874]: 6 0 2.86436 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1019]: 6 0 2.08903 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1020]: 6 -1.00008 0 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1046]: 6 -1.00003 0 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1055]: 6 -1.00008 0 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1056]: 6 0 0.307008 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1059]: 6 0 1.0001 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1071]: 6 0 1.21216 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1087]: 6 0 2.4294 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1093]: 6 0 1.72737 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1094]: 6 -1.00006 0 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1133]: 6 -1.00003 0 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1134]: 6 0 7.83803 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1136]: 6 0 2.31499 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1176]: 6 0 1.61569 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1178]: 6 -1.0001 0 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1271]: 6 0 3.82639 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1272]: 6 -1.00004 0 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1291]: 6 -1.00007 0 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1292]: 6 0 1.5622 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1315]: 6 0 4.31265 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1329]: 6 0 2.64039 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1330]: 6 -1.00002 0 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1433]: 6 -1.00006 0 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1434]: 6 0 2.03167 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1546]: 6 0 4.74434 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1623]: 6 0 1.51262 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1624]: 6 -1.00006 0 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1629]: 6 0 1.02968 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1760]: 6 0 4.82761 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1880]: 6 0 4.53196 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1899]: 6 0 2.00001 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1961]: 6 0 0.529936 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1989]: 6 0 3.35242 shouldn't be
984.55/988.53	WSVECS04 Frhs2[1990]: 6 -1.00002 0 shouldn't be
984.95/988.93	WSVECS04 Frhs2[171]: 6 -1.00001 0 shouldn't be
984.95/988.93	WSVECS04 Frhs2[187]: 6 0 3.00004 shouldn't be
984.95/988.93	WSVECS04 Frhs2[297]: 6 0 3.2694 shouldn't be
984.95/988.93	WSVECS04 Frhs2[537]: 6 -1.00004 0 shouldn't be
984.95/988.93	WSVECS04 Frhs2[567]: 6 -1.00006 0 shouldn't be
984.95/988.93	WSVECS04 Frhs2[613]: 6 0 1.58289 shouldn't be
984.95/988.93	WSVECS04 Frhs2[813]: 6 0 1.97249 shouldn't be
984.95/988.93	WSVECS04 Frhs2[814]: 6 -1.00003 0 shouldn't be
984.95/988.93	WSVECS04 Frhs2[901]: 6 0 3.00005 shouldn't be
984.95/988.93	WSVECS04 Frhs2[902]: 6 -1.00007 0 shouldn't be
984.95/988.93	WSVECS04 Frhs2[1072]: 6 -1.00001 0 shouldn't be
984.95/988.93	WSVECS04 Frhs2[1477]: 6 0 2.74083 shouldn't be
984.95/988.93	WSVECS04 Frhs2[1839]: 6 0 0.983191 shouldn't be
984.95/988.93	WSVECS04 Frhs2[1856]: 6 0 1.31314 shouldn't be
984.95/988.93	WSVECS04 Frhs2[1900]: 6 -1.00003 0 shouldn't be
985.35/989.38	WSVECS04 Frhs2[27]: 6 -1.00006 0 shouldn't be
985.35/989.38	WSVECS04 Frhs2[131]: 6 0 1.00005 shouldn't be
985.35/989.38	WSVECS04 Frhs2[151]: 6 0 1.00006 shouldn't be
985.35/989.38	WSVECS04 Frhs2[407]: 6 0 2.3221 shouldn't be
985.35/989.38	WSVECS04 Frhs2[452]: 6 0 2.00002 shouldn't be
985.35/989.38	WSVECS04 Frhs2[554]: 6 0 5.09096 shouldn't be
985.35/989.38	WSVECS04 Frhs2[830]: 6 0 0.372364 shouldn't be
985.35/989.38	WSVECS04 Frhs2[1082]: 6 -1.00003 0 shouldn't be
985.35/989.38	WSVECS04 Frhs2[1088]: 6 -1.00009 0 shouldn't be
985.35/989.38	WSVECS04 Frhs2[1478]: 6 -1.00003 0 shouldn't be
985.35/989.38	WSVECS04 Frhs2[1631]: 6 0 3.42334 shouldn't be
985.35/989.38	WSVECS04 Frhs2[1710]: 6 0 2.22076 shouldn't be
985.35/989.38	WSVECS04 Frhs2[1770]: 6 0 4.49717 shouldn't be
985.35/989.38	WSVECS04 Frhs2[1894]: 6 0 5.27618 shouldn't be
985.35/989.38	WSVECS04 Frhs2[1927]: 6 -1.00004 0 shouldn't be
985.76/989.72	WSVECS04 Frhs2[286]: 6 -1.00008 0 shouldn't be
985.76/989.72	WSVECS04 Frhs2[400]: 6 -1.00007 0 shouldn't be
985.76/989.72	WSVECS04 Frhs2[516]: 6 -1.00005 0 shouldn't be
985.76/989.72	WSVECS04 Frhs2[579]: 6 0 3.4168 shouldn't be
985.76/989.72	WSVECS04 Frhs2[616]: 6 -1.00004 0 shouldn't be
985.76/989.72	WSVECS04 Frhs2[746]: 6 -1.00004 0 shouldn't be
985.76/989.72	WSVECS04 Frhs2[829]: 6 -1.00003 0 shouldn't be
985.76/989.72	WSVECS04 Frhs2[871]: 6 -1.00005 0 shouldn't be
985.76/989.72	WSVECS04 Frhs2[1159]: 6 0 0.706576 shouldn't be
985.76/989.72	WSVECS04 Frhs2[1242]: 6 -1.00004 0 shouldn't be
985.76/989.72	WSVECS04 Frhs2[1769]: 6 -1.00006 0 shouldn't be
985.76/989.72	WSVECS04 Frhs2[1855]: 6 -1.00009 0 shouldn't be
986.06/990.09	WSVECS04 Frhs2[209]: 6 0 5.82601 shouldn't be
986.06/990.09	WSVECS04 Frhs2[210]: 6 -1.00006 0 shouldn't be
986.06/990.09	WSVECS04 Frhs2[285]: 6 0 4.95648 shouldn't be
986.06/990.09	WSVECS04 Frhs2[373]: 6 0 4.53983 shouldn't be
986.06/990.09	WSVECS04 Frhs2[388]: 6 -1.00003 0 shouldn't be
986.06/990.09	WSVECS04 Frhs2[1035]: 6 0 1.30098 shouldn't be
986.06/990.09	WSVECS04 Frhs2[1175]: 6 -1.00007 0 shouldn't be
986.65/990.69	WSVECS04 Frhs2[284]: 6 -1.00009 0 shouldn't be
986.65/990.69	WSVECS04 Frhs2[328]: 6 -1.00009 0 shouldn't be
986.65/990.69	WSVECS04 Frhs2[580]: 6 -1.00009 0 shouldn't be
986.65/990.69	WSVECS04 Frhs2[642]: 6 -1.00006 0 shouldn't be
986.65/990.69	WSVECS04 Frhs2[669]: 6 0 1.68591 shouldn't be
986.65/990.69	WSVECS04 Frhs2[1753]: 6 0 4.6447 shouldn't be
986.65/990.69	WSVECS04 Frhs2[1893]: 6 -1.00007 0 shouldn't be
986.65/990.69	WSVECS04 Frhs2[1962]: 6 -1.0001 0 shouldn't be
987.15/991.11	WSVECS04 Frhs2[188]: 6 -1.00004 0 shouldn't be
987.15/991.11	WSVECS04 Frhs2[199]: 6 -1.00002 0 shouldn't be
987.15/991.11	WSVECS04 Frhs2[298]: 6 -1.00007 0 shouldn't be
987.15/991.11	WSVECS04 Frhs2[437]: 6 -1.00002 0 shouldn't be
987.15/991.11	WSVECS04 Frhs2[553]: 6 -1.00005 0 shouldn't be
987.15/991.11	WSVECS04 Frhs2[670]: 6 -1.00009 0 shouldn't be
987.15/991.11	WSVECS04 Frhs2[810]: 6 -1.0001 0 shouldn't be
987.15/991.11	WSVECS04 Frhs2[873]: 6 -1.00003 0 shouldn't be
987.15/991.11	WSVECS04 Frhs2[1036]: 6 -1.00008 0 shouldn't be
987.15/991.11	WSVECS04 Frhs2[1135]: 6 -1.0001 0 shouldn't be
987.15/991.11	WSVECS04 Frhs2[1316]: 6 -1.00006 0 shouldn't be
987.15/991.11	WSVECS04 Frhs2[1545]: 6 -1.00008 0 shouldn't be
987.15/991.11	WSVECS04 Frhs2[1632]: 6 -1.00008 0 shouldn't be
987.15/991.11	WSVECS04 Frhs2[1691]: 6 0 1.78269 shouldn't be
987.65/991.64	WSVECS04 Frhs2[338]: 6 0 1.60497 shouldn't be
987.65/991.64	WSVECS04 Frhs2[408]: 6 -1.00004 0 shouldn't be
987.65/991.64	WSVECS04 Frhs2[614]: 6 -1.00004 0 shouldn't be
987.65/991.64	WSVECS04 Frhs2[1160]: 6 -1.00007 0 shouldn't be
987.65/991.64	WSVECS04 Frhs2[1709]: 6 -1.00009 0 shouldn't be
987.65/991.64	WSVECS04 Frhs2[1754]: 6 -1.00007 0 shouldn't be
988.25/992.23	WSVECS04 Frhs2[152]: 6 -1.00005 0 shouldn't be
988.25/992.23	WSVECS04 Frhs2[451]: 6 -1.00005 0 shouldn't be
988.25/992.23	WSVECS04 Frhs2[629]: 6 -1.00006 0 shouldn't be
988.25/992.23	WSVECS04 Frhs2[765]: 6 -1.00005 0 shouldn't be
988.25/992.23	WSVECS04 Frhs2[889]: 6 -1.00004 0 shouldn't be
988.25/992.23	WSVECS04 Frhs2[1372]: 6 0 2.60413 shouldn't be
988.84/992.80	WSVECS04 Frhs2[329]: 6 0 1.0001 shouldn't be
988.84/992.80	WSVECS04 Frhs2[330]: 6 -1.00004 0 shouldn't be
988.84/992.80	WSVECS04 Frhs2[1371]: 6 -1.00003 0 shouldn't be
988.84/992.80	WSVECS04 Frhs2[1840]: 6 -1.00007 0 shouldn't be
991.43/995.40	WSVECS04 Frhs2[337]: 6 -1.00008 0 shouldn't be
991.43/995.40	WSVECS04 Frhs2[1734]: 6 -1.00007 0 shouldn't be
997.22/1001.26	WSVECS04 Frhs2[1733]: 6 0 0.658703 shouldn't be
1079.97/1085.69	c #Conflicts:    1024000 | #Constraints:      66417
1079.97/1085.69	c #Conflicts:    1025000 | #Constraints:      67417
1079.97/1085.69	c #Conflicts:    1026000 | #Constraints:      68417
1079.97/1085.69	c #Conflicts:    1027000 | #Constraints:      69417
1079.97/1085.69	c #Conflicts:    1028000 | #Constraints:      70417
1079.97/1085.69	c #Conflicts:    1029000 | #Constraints:      71417
1079.97/1085.69	c #Conflicts:    1030000 | #Constraints:      72417
1079.97/1085.69	c #Conflicts:    1031000 | #Constraints:      73417
1079.97/1085.69	c #Conflicts:    1032000 | #Constraints:      74417
1079.97/1085.69	c #Conflicts:    1033000 | #Constraints:      75417
1079.97/1085.69	c #Conflicts:    1034000 | #Constraints:      76417
1079.97/1085.69	c #Conflicts:    1035000 | #Constraints:      77417
1079.97/1085.69	c #Conflicts:    1036000 | #Constraints:      78417
1079.97/1085.69	c #Conflicts:    1037000 | #Constraints:      79417
1079.97/1085.69	c #Conflicts:    1038000 | #Constraints:      80417
1079.97/1085.69	c #Conflicts:    1039000 | #Constraints:      81417
1079.97/1085.69	c #Conflicts:    1040000 | #Constraints:      82417
1079.97/1085.69	c #Conflicts:    1041000 | #Constraints:      83417
1079.97/1085.69	c #Conflicts:    1042000 | #Constraints:      84417
1079.97/1085.69	c #Conflicts:    1043000 | #Constraints:      85417
1079.97/1085.69	c #Conflicts:    1044000 | #Constraints:      86417
1079.97/1085.69	c #Conflicts:    1045000 | #Constraints:      87417
1079.97/1085.69	c #Conflicts:    1046000 | #Constraints:      88417
1079.97/1085.69	c #Conflicts:    1047000 | #Constraints:      89417
1079.97/1085.69	c #Conflicts:    1048000 | #Constraints:      90417
1079.97/1085.69	c #Conflicts:    1049000 | #Constraints:      91417
1079.97/1085.69	c #Conflicts:    1050000 | #Constraints:      92417
1079.97/1085.69	c #Conflicts:    1051000 | #Constraints:      93417
1079.97/1085.69	c #Conflicts:    1052000 | #Constraints:      94417
1079.97/1085.69	c #Conflicts:    1053000 | #Constraints:      95417
1079.97/1085.69	c #Conflicts:    1054000 | #Constraints:      96417
1079.97/1085.69	c #Conflicts:    1055000 | #Constraints:      97417
1079.97/1085.69	c #Conflicts:    1056000 | #Constraints:      98417
1079.97/1085.69	c #Conflicts:    1057000 | #Constraints:      99417
1079.97/1085.69	c #Conflicts:    1058000 | #Constraints:     100417
1079.97/1085.69	c #Conflicts:    1059000 | #Constraints:     101417
1079.97/1085.69	c #Conflicts:    1060000 | #Constraints:     102417
1079.97/1085.69	c #Conflicts:    1061000 | #Constraints:     103417
1079.97/1085.69	c #Conflicts:    1062000 | #Constraints:     104417
1079.97/1085.69	c #Conflicts:    1063000 | #Constraints:     105417
1079.97/1085.69	c #Conflicts:    1064000 | #Constraints:     106417
1079.97/1085.69	c #Conflicts:    1065000 | #Constraints:     107417
1079.97/1085.69	c #Conflicts:    1066000 | #Constraints:     108417
1079.97/1085.69	c #Conflicts:    1067000 | #Constraints:     109417
1079.97/1085.69	c #Conflicts:    1068000 | #Constraints:     110417
1079.97/1085.69	c #Conflicts:    1069000 | #Constraints:     111417
1079.97/1085.69	c #Conflicts:    1070000 | #Constraints:     112417
1079.97/1085.69	c #Conflicts:    1071000 | #Constraints:     113417
1079.97/1085.69	c #Conflicts:    1072000 | #Constraints:     114417
1079.97/1085.69	c #Conflicts:    1073000 | #Constraints:     115417
1079.97/1085.69	c #Conflicts:    1074000 | #Constraints:     116417
1079.97/1085.69	c #Conflicts:    1075000 | #Constraints:     117417
1079.97/1085.69	c #Conflicts:    1076000 | #Constraints:     118417
1079.97/1085.69	c #Conflicts:    1077000 | #Constraints:     119417
1079.97/1085.69	c #Conflicts:    1078000 | #Constraints:     120417
1079.97/1085.69	c #Conflicts:    1079000 | #Constraints:     121417
1079.97/1085.69	c #Conflicts:    1080000 | #Constraints:     122417
1079.97/1085.69	c INPROCESSING
1079.97/1085.69	c GARBAGE COLLECT
1079.97/1085.69	c #Conflicts:    1081000 | #Constraints:      66057
1079.97/1085.69	c #Conflicts:    1082000 | #Constraints:      67057
1079.97/1085.69	c #Conflicts:    1083000 | #Constraints:      68057
1079.97/1085.69	c #Conflicts:    1084000 | #Constraints:      69057
1079.97/1085.69	c #Conflicts:    1085000 | #Constraints:      70057
1079.97/1085.69	c #Conflicts:    1086000 | #Constraints:      71057
1079.97/1085.69	c #Conflicts:    1087000 | #Constraints:      72057
1079.97/1085.69	c #Conflicts:    1088000 | #Constraints:      73057
1079.97/1085.69	c #Conflicts:    1089000 | #Constraints:      74057
1079.97/1085.69	c #Conflicts:    1090000 | #Constraints:      75057
1079.97/1085.69	c #Conflicts:    1091000 | #Constraints:      76057
1079.97/1085.69	c #Conflicts:    1092000 | #Constraints:      77057
1079.97/1085.69	c #Conflicts:    1093000 | #Constraints:      78057
1079.97/1085.69	c #Conflicts:    1094000 | #Constraints:      79057
1079.97/1085.69	c #Conflicts:    1095000 | #Constraints:      80057
1079.97/1085.69	c #Conflicts:    1096000 | #Constraints:      81057
1079.97/1085.69	c #Conflicts:    1097000 | #Constraints:      82057
1079.97/1085.69	c #Conflicts:    1098000 | #Constraints:      83057
1079.97/1085.69	c #Conflicts:    1099000 | #Constraints:      84057
1079.97/1085.69	c #Conflicts:    1100000 | #Constraints:      85057
1079.97/1085.69	c #Conflicts:    1101000 | #Constraints:      86057
1079.97/1085.69	c INPROCESSING
1132.75/1138.85	c GARBAGE COLLECT
1132.75/1138.85	c #Conflicts:    1102000 | #Constraints:      47535
1132.75/1138.85	c #Conflicts:    1103000 | #Constraints:      48535
1132.75/1138.85	c #Conflicts:    1104000 | #Constraints:      49535
1132.75/1138.85	c #Conflicts:    1105000 | #Constraints:      50535
1132.75/1138.85	c #Conflicts:    1106000 | #Constraints:      51535
1132.75/1138.85	c #Conflicts:    1107000 | #Constraints:      52535
1132.75/1138.85	c #Conflicts:    1108000 | #Constraints:      53535
1132.75/1138.85	c #Conflicts:    1109000 | #Constraints:      54535
1132.75/1138.85	c #Conflicts:    1110000 | #Constraints:      55535
1132.75/1138.85	c #Conflicts:    1111000 | #Constraints:      56535
1132.75/1138.85	c #Conflicts:    1112000 | #Constraints:      57535
1132.75/1138.85	c #Conflicts:    1113000 | #Constraints:      58535
1132.75/1138.85	c #Conflicts:    1114000 | #Constraints:      59535
1132.75/1138.85	c #Conflicts:    1115000 | #Constraints:      60535
1132.75/1138.85	c #Conflicts:    1116000 | #Constraints:      61535
1132.75/1138.85	c #Conflicts:    1117000 | #Constraints:      62535
1132.75/1138.85	c #Conflicts:    1118000 | #Constraints:      63535
1132.75/1138.85	c #Conflicts:    1119000 | #Constraints:      64535
1132.75/1138.85	c #Conflicts:    1120000 | #Constraints:      65535
1132.75/1138.85	c #Conflicts:    1121000 | #Constraints:      66535
1132.75/1138.85	c #Conflicts:    1122000 | #Constraints:      67535
1132.75/1138.85	c #Conflicts:    1123000 | #Constraints:      68535
1132.75/1138.85	c INPROCESSING
1132.75/1138.85	c GARBAGE COLLECT
1132.75/1138.85	c #Conflicts:    1124000 | #Constraints:      38942
1132.75/1138.85	c #Conflicts:    1125000 | #Constraints:      39942
1132.75/1138.85	c #Conflicts:    1126000 | #Constraints:      40942
1132.75/1138.85	c #Conflicts:    1127000 | #Constraints:      41942
1132.75/1138.85	c #Conflicts:    1128000 | #Constraints:      42942
1132.75/1138.85	c #Conflicts:    1129000 | #Constraints:      43942
1132.75/1138.85	c #Conflicts:    1130000 | #Constraints:      44942
1132.75/1138.85	c #Conflicts:    1131000 | #Constraints:      45942
1132.75/1138.85	c #Conflicts:    1132000 | #Constraints:      46942
1132.75/1138.85	c #Conflicts:    1133000 | #Constraints:      47942
1132.75/1138.85	c #Conflicts:    1134000 | #Constraints:      48942
1132.75/1138.85	c #Conflicts:    1135000 | #Constraints:      49942
1132.75/1138.85	c #Conflicts:    1136000 | #Constraints:      50942
1132.75/1138.85	c #Conflicts:    1137000 | #Constraints:      51942
1132.75/1138.85	c #Conflicts:    1138000 | #Constraints:      52942
1132.75/1138.85	c #Conflicts:    1139000 | #Constraints:      53942
1132.75/1138.85	c #Conflicts:    1140000 | #Constraints:      54942
1132.75/1138.85	c #Conflicts:    1141000 | #Constraints:      55942
1132.75/1138.85	c #Conflicts:    1142000 | #Constraints:      56942
1132.75/1138.85	c #Conflicts:    1143000 | #Constraints:      57942
1132.75/1138.85	c #Conflicts:    1144000 | #Constraints:      58942
1132.75/1138.85	c #Conflicts:    1145000 | #Constraints:      59942
1132.75/1138.85	c INPROCESSING
1132.75/1138.85	c GARBAGE COLLECT
1132.75/1138.85	c #Conflicts:    1146000 | #Constraints:      34674
1132.75/1138.85	c #Conflicts:    1147000 | #Constraints:      35674
1132.75/1138.85	c #Conflicts:    1148000 | #Constraints:      36674
1132.75/1138.85	c #Conflicts:    1149000 | #Constraints:      37674
1132.75/1138.85	c #Conflicts:    1150000 | #Constraints:      38674
1132.75/1138.85	c #Conflicts:    1151000 | #Constraints:      39674
1132.75/1138.85	c #Conflicts:    1152000 | #Constraints:      40674
1132.75/1138.85	c #Conflicts:    1153000 | #Constraints:      41674
1132.75/1138.85	c #Conflicts:    1154000 | #Constraints:      42674
1132.75/1138.85	c #Conflicts:    1155000 | #Constraints:      43674
1132.75/1138.85	c #Conflicts:    1156000 | #Constraints:      44674
1132.75/1138.85	c #Conflicts:    1157000 | #Constraints:      45674
1132.75/1138.85	c #Conflicts:    1158000 | #Constraints:      46674
1132.75/1138.85	c #Conflicts:    1159000 | #Constraints:      47674
1132.75/1138.85	c #Conflicts:    1160000 | #Constraints:      48674
1132.75/1138.85	c #Conflicts:    1161000 | #Constraints:      49674
1132.75/1138.85	c #Conflicts:    1162000 | #Constraints:      50674
1132.75/1138.85	c #Conflicts:    1163000 | #Constraints:      51674
1132.75/1138.85	c #Conflicts:    1164000 | #Constraints:      52674
1132.75/1138.85	c #Conflicts:    1165000 | #Constraints:      53674
1132.75/1138.85	c #Conflicts:    1166000 | #Constraints:      54674
1132.75/1138.85	c #Conflicts:    1167000 | #Constraints:      55674
1132.75/1138.85	c INPROCESSING
1132.75/1138.85	c GARBAGE COLLECT
1132.75/1138.85	c #Conflicts:    1168000 | #Constraints:      32367
1132.75/1138.85	c #Conflicts:    1169000 | #Constraints:      33367
1132.75/1138.85	c #Conflicts:    1170000 | #Constraints:      34367
1132.75/1138.85	c #Conflicts:    1171000 | #Constraints:      35367
1132.75/1138.85	c #Conflicts:    1172000 | #Constraints:      36367
1132.75/1138.85	c #Conflicts:    1173000 | #Constraints:      37367
1132.75/1138.85	c #Conflicts:    1174000 | #Constraints:      38367
1132.75/1138.85	c #Conflicts:    1175000 | #Constraints:      39367
1132.75/1138.85	c #Conflicts:    1176000 | #Constraints:      40367
1132.75/1138.85	c #Conflicts:    1177000 | #Constraints:      41367
1132.75/1138.85	c #Conflicts:    1178000 | #Constraints:      42367
1161.47/1167.76	c #Conflicts:    1179000 | #Constraints:      43367
1161.47/1167.76	c #Conflicts:    1180000 | #Constraints:      44367
1161.47/1167.76	c #Conflicts:    1181000 | #Constraints:      45367
1161.47/1167.76	c #Conflicts:    1182000 | #Constraints:      46367
1161.47/1167.76	c #Conflicts:    1183000 | #Constraints:      47367
1161.47/1167.76	c #Conflicts:    1184000 | #Constraints:      48367
1161.47/1167.76	c #Conflicts:    1185000 | #Constraints:      49367
1161.47/1167.76	c #Conflicts:    1186000 | #Constraints:      50367
1161.47/1167.76	c #Conflicts:    1187000 | #Constraints:      51367
1161.47/1167.76	c #Conflicts:    1188000 | #Constraints:      52367
1161.47/1167.76	c #Conflicts:    1189000 | #Constraints:      53367
1161.47/1167.76	c #Conflicts:    1190000 | #Constraints:      54367
1161.47/1167.76	c #Conflicts:    1191000 | #Constraints:      55367
1161.47/1167.76	c #Conflicts:    1192000 | #Constraints:      56367
1161.47/1167.76	c #Conflicts:    1193000 | #Constraints:      57367
1161.47/1167.76	c #Conflicts:    1194000 | #Constraints:      58367
1161.47/1167.76	c #Conflicts:    1195000 | #Constraints:      59367
1161.47/1167.76	c #Conflicts:    1196000 | #Constraints:      60367
1161.47/1167.76	c #Conflicts:    1197000 | #Constraints:      61367
1161.47/1167.76	c #Conflicts:    1198000 | #Constraints:      62367
1161.47/1167.76	c #Conflicts:    1199000 | #Constraints:      63367
1161.47/1167.76	c #Conflicts:    1200000 | #Constraints:      64367
1161.47/1167.76	c #Conflicts:    1201000 | #Constraints:      65367
1161.47/1167.76	c bounds - >= 542 @ 1147.38
1187.37/1193.74	c #Conflicts:    1202000 | #Constraints:      66442
1187.37/1193.74	c #Conflicts:    1203000 | #Constraints:      67442
1187.37/1193.74	c #Conflicts:    1204000 | #Constraints:      68442
1187.37/1193.74	c #Conflicts:    1205000 | #Constraints:      69442
1187.37/1193.74	c #Conflicts:    1206000 | #Constraints:      70442
1187.37/1193.74	c #Conflicts:    1207000 | #Constraints:      71442
1187.37/1193.74	c #Conflicts:    1208000 | #Constraints:      72442
1187.37/1193.74	c #Conflicts:    1209000 | #Constraints:      73442
1187.37/1193.74	c #Conflicts:    1210000 | #Constraints:      74442
1187.37/1193.74	c #Conflicts:    1211000 | #Constraints:      75442
1187.37/1193.74	c #Conflicts:    1212000 | #Constraints:      76442
1187.37/1193.74	c #Conflicts:    1213000 | #Constraints:      77442
1187.37/1193.74	c #Conflicts:    1214000 | #Constraints:      78442
1187.37/1193.74	c #Conflicts:    1215000 | #Constraints:      79442
1187.37/1193.74	c #Conflicts:    1216000 | #Constraints:      80442
1187.37/1193.74	c #Conflicts:    1217000 | #Constraints:      81442
1187.37/1193.74	c #Conflicts:    1218000 | #Constraints:      82442
1187.37/1193.74	c #Conflicts:    1219000 | #Constraints:      83442
1187.37/1193.74	c #Conflicts:    1220000 | #Constraints:      84442
1187.37/1193.74	c #Conflicts:    1221000 | #Constraints:      85442
1187.37/1193.74	c #Conflicts:    1222000 | #Constraints:      86442
1187.37/1193.74	c #Conflicts:    1223000 | #Constraints:      87442
1187.37/1193.74	c #Conflicts:    1224000 | #Constraints:      88442
1187.37/1193.74	c #Conflicts:    1225000 | #Constraints:      89442
1187.37/1193.74	c #Conflicts:    1226000 | #Constraints:      90442
1187.37/1193.74	c #Conflicts:    1227000 | #Constraints:      91442
1187.37/1193.74	WSVECS04 Frhs2[41]: 6 0 0.440012 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[152]: 6 -1.0001 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[166]: 6 0 0.870563 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[194]: 6 0 5.63142 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[218]: 6 0 2.92195 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[219]: 6 0 4.19304 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[245]: 6 -1.00006 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[246]: 6 0 3.05893 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[268]: 6 0 0.950331 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[323]: 6 -1.00003 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[324]: 6 0 1.00006 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[351]: 6 0 2.77004 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[352]: 6 -1.00007 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[398]: 6 -1.00001 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[401]: 6 0 2.00004 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[402]: 6 -1.00001 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[463]: 6 0 2.00006 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[497]: 6 0 3.57468 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[533]: 6 -1.00003 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[534]: 6 0 2.02228 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[578]: 6 0 4.05457 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[601]: 6 0 1.95619 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[602]: 6 -1.00008 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[612]: 6 0 2.14218 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[627]: 6 0 1.75941 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[698]: 6 0 1.10095 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[774]: 6 0 1.93973 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[795]: 6 0 2.33045 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[796]: 6 -1.00004 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[798]: 6 0 0.976947 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[808]: 6 0 5.34381 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[846]: 6 0 2.34386 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[851]: 6 -1.00005 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[854]: 6 0 3.24296 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[885]: 6 0 2.00004 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[952]: 6 0 2.33522 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1027]: 6 0 7.14337 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1046]: 6 0 0.670399 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1097]: 6 0 2.23899 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1098]: 6 -1.00006 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1132]: 6 0 1.02705 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1165]: 6 0 4.56755 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1166]: 6 -1.00007 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1179]: 6 0 3.08273 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1200]: 6 0 2.00008 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1205]: 6 0 1.00006 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1234]: 6 0 4.19579 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1241]: 6 0 0.660217 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1255]: 6 0 1.70582 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1256]: 6 -1.0001 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1272]: 6 0 3.48933 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1297]: 6 0 2.00008 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1305]: 6 0 1.66491 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1306]: 6 -1.00003 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1307]: 6 0 1.55635 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1331]: 6 0 1.00005 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1332]: 6 -1.00005 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1405]: 6 -1.00009 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1406]: 6 0 2.00001 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1440]: 6 0 3.10803 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1466]: 6 -1.00006 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1477]: 6 -1.00007 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1478]: 6 0 1.77003 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1492]: 6 0 0.48014 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1505]: 6 -1.00001 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1506]: 6 0 2.86698 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1509]: 6 -1.00006 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1527]: 6 -1.00007 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1528]: 6 0 3.53653 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1545]: 6 0 2.3655 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1546]: 6 -1.00005 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1589]: 6 0 2.13526 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1593]: 6 -1.00004 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1594]: 6 0 0.224944 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1595]: 6 0 1.6602 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1629]: 6 0 0.847447 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1646]: 6 0 2.6906 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1655]: 6 0 1.12985 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1725]: 6 -1.00002 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1726]: 6 0 1.00004 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1747]: 6 0 3.36284 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1750]: 6 0 2.14801 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1753]: 6 0 3.42002 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1754]: 6 -1.00004 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1756]: 6 0 0.33519 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1759]: 6 0 0.452353 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1760]: 6 -1.00005 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1767]: 6 0 2.05555 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1805]: 6 0 0.362123 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1807]: 6 0 1.00001 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1808]: 6 -1.00001 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1961]: 6 -1.00005 0 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1962]: 6 0 4.29219 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1966]: 6 0 1.46049 shouldn't be
1187.37/1193.74	WSVECS04 Frhs2[1973]: 6 -1.00002 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[39]: 6 -1.00007 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[139]: 6 -1.00005 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[141]: 6 0 3.09225 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[151]: 6 0 0.22493 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[217]: 6 -1.00007 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[257]: 6 0 3.92777 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[298]: 6 0 2.97334 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[367]: 6 -1.00007 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[368]: 6 0 2.00007 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[418]: 6 -1.00005 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[491]: 6 -1.00005 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[492]: 6 0 1.46743 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[498]: 6 -1.00006 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[577]: 6 -1.00002 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[695]: 6 0 1.00006 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[696]: 6 -1.00004 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[807]: 6 -1.00002 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[845]: 6 -1.00005 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[868]: 6 0 1.19533 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[908]: 6 0 6.99513 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[956]: 6 0 1.54151 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1084]: 6 -1.00004 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1101]: 6 -1.00009 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1102]: 6 0 1.00004 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1103]: 6 -1.00007 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1104]: 6 0 2.44419 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1120]: 6 -1.00004 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1269]: 6 -1.00004 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1270]: 6 0 1.00003 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1271]: 6 -1.00004 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1298]: 6 -1.00004 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1308]: 6 -1.00006 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1381]: 6 0 1.01276 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1395]: 6 0 3.36022 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1489]: 6 -1.00009 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1490]: 6 0 5.84129 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1507]: 6 -1.00005 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1510]: 6 0 1.19537 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1596]: 6 -1.00007 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1689]: 6 -1.00002 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1690]: 6 0 1.0001 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1763]: 6 -1.00006 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1764]: 6 0 0.372407 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1806]: 6 -1.00005 0 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1874]: 6 0 1.00006 shouldn't be
1187.68/1194.09	WSVECS04 Frhs2[1996]: 6 0 5.04394 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[7]: 6 0 2.84744 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[57]: 6 -1.00005 0 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[58]: 6 0 0.0729914 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[142]: 6 -1.00001 0 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[168]: 6 -1.00003 0 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[258]: 6 -1.00005 0 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[267]: 6 -1.00009 0 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[275]: 6 0 1.00006 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[441]: 6 0 2.91501 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[464]: 6 -1.0001 0 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[581]: 6 0 2.00007 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[626]: 6 0 2.00009 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[865]: 6 0 0.849732 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[866]: 6 -1.00004 0 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[999]: 6 0 5.00191 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[1000]: 6 -1.0001 0 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[1045]: 6 -1.00008 0 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[1119]: 6 0 0.1954 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[1157]: 6 -1.00002 0 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[1233]: 6 -1.00005 0 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[1242]: 6 -1.00003 0 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[1245]: 6 -1.00002 0 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[1246]: 6 0 0.559677 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[1382]: 6 -1.00006 0 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[1491]: 6 -1.00003 0 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[1494]: 6 -1.00005 0 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[1517]: 6 -1.00008 0 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[1645]: 6 -1.00009 0 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[1651]: 6 -1.00002 0 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[1652]: 6 0 0.964298 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[1749]: 6 -1.00002 0 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[1873]: 6 -1.00004 0 shouldn't be
1188.07/1194.40	WSVECS04 Frhs2[1965]: 6 -1.00008 0 shouldn't be
1188.26/1194.69	WSVECS04 Frhs2[11]: 6 0 2.00002 shouldn't be
1188.26/1194.69	WSVECS04 Frhs2[21]: 6 -1.00009 0 shouldn't be
1188.26/1194.69	WSVECS04 Frhs2[42]: 6 -1.0001 0 shouldn't be
1188.26/1194.69	WSVECS04 Frhs2[200]: 6 -1.00005 0 shouldn't be
1188.26/1194.69	WSVECS04 Frhs2[207]: 6 0 2.97792 shouldn't be
1188.26/1194.69	WSVECS04 Frhs2[208]: 6 -1.00008 0 shouldn't be
1188.26/1194.69	WSVECS04 Frhs2[229]: 6 -1.00001 0 shouldn't be
1188.26/1194.69	WSVECS04 Frhs2[359]: 6 -1.00005 0 shouldn't be
1188.26/1194.69	WSVECS04 Frhs2[417]: 6 0 5.6145 shouldn't be
1188.26/1194.69	WSVECS04 Frhs2[431]: 6 -1.00003 0 shouldn't be
1188.26/1194.69	WSVECS04 Frhs2[907]: 6 -1.00005 0 shouldn't be
1188.26/1194.69	WSVECS04 Frhs2[1266]: 6 -1.00008 0 shouldn't be
1188.26/1194.69	WSVECS04 Frhs2[1370]: 6 -1.00002 0 shouldn't be
1188.26/1194.69	WSVECS04 Frhs2[1590]: 6 -1.00004 0 shouldn't be
1188.26/1194.69	WSVECS04 Frhs2[1628]: 6 0 4.3666 shouldn't be
1188.26/1194.69	WSVECS04 Frhs2[1630]: 6 -1.00003 0 shouldn't be
1188.26/1194.69	WSVECS04 Frhs2[1660]: 6 -1.00005 0 shouldn't be
1188.26/1194.69	WSVECS04 Frhs2[1821]: 6 -1.00009 0 shouldn't be
1188.26/1194.69	WSVECS04 Frhs2[1822]: 6 0 1.31486 shouldn't be
1188.67/1195.00	WSVECS04 Frhs2[8]: 6 -1.00004 0 shouldn't be
1188.67/1195.00	WSVECS04 Frhs2[12]: 6 -1.00001 0 shouldn't be
1188.67/1195.00	WSVECS04 Frhs2[165]: 6 -1.00005 0 shouldn't be
1188.67/1195.00	WSVECS04 Frhs2[191]: 6 0 1.00005 shouldn't be
1188.67/1195.00	WSVECS04 Frhs2[192]: 6 -1.00003 0 shouldn't be
1188.67/1195.00	WSVECS04 Frhs2[442]: 6 -1.00004 0 shouldn't be
1188.67/1195.00	WSVECS04 Frhs2[628]: 6 -1.00006 0 shouldn't be
1188.67/1195.00	WSVECS04 Frhs2[869]: 6 -1.00004 0 shouldn't be
1188.67/1195.00	WSVECS04 Frhs2[951]: 6 -1.00004 0 shouldn't be
1188.67/1195.00	WSVECS04 Frhs2[1028]: 6 -1.00007 0 shouldn't be
1188.67/1195.00	WSVECS04 Frhs2[1267]: 6 0 3.22756 shouldn't be
1188.67/1195.00	WSVECS04 Frhs2[1743]: 6 0 1.40971 shouldn't be
1188.67/1195.00	WSVECS04 Frhs2[1744]: 6 -1.00009 0 shouldn't be
1189.16/1195.53	WSVECS04 Frhs2[582]: 6 -1.00007 0 shouldn't be
1189.16/1195.53	WSVECS04 Frhs2[697]: 6 -1.00005 0 shouldn't be
1189.16/1195.53	WSVECS04 Frhs2[767]: 6 -1.00009 0 shouldn't be
1189.16/1195.53	WSVECS04 Frhs2[853]: 6 -1.00002 0 shouldn't be
1189.16/1195.53	WSVECS04 Frhs2[1199]: 6 -1.00008 0 shouldn't be
1189.16/1195.53	WSVECS04 Frhs2[1439]: 6 -1.00008 0 shouldn't be
1189.16/1195.53	WSVECS04 Frhs2[1583]: 6 -1.00009 0 shouldn't be
1189.16/1195.53	WSVECS04 Frhs2[1855]: 6 0 1.32971 shouldn't be
1189.16/1195.53	WSVECS04 Frhs2[1856]: 6 -1.00002 0 shouldn't be
1189.57/1195.93	WSVECS04 Frhs2[611]: 6 -1.00002 0 shouldn't be
1189.57/1195.93	WSVECS04 Frhs2[625]: 6 -1.00002 0 shouldn't be
1189.57/1195.93	WSVECS04 Frhs2[943]: 6 -1.00003 0 shouldn't be
1189.57/1195.93	WSVECS04 Frhs2[1131]: 6 -1.00001 0 shouldn't be
1189.57/1195.93	WSVECS04 Frhs2[1180]: 6 -1.00006 0 shouldn't be
1189.57/1195.93	WSVECS04 Frhs2[1268]: 6 -1.0001 0 shouldn't be
1189.57/1195.93	WSVECS04 Frhs2[1640]: 6 -1.00003 0 shouldn't be
1189.57/1195.93	WSVECS04 Frhs2[1656]: 6 -1.00009 0 shouldn't be
1190.06/1196.41	WSVECS04 Frhs2[276]: 6 -1.00005 0 shouldn't be
1190.06/1196.41	WSVECS04 Frhs2[741]: 6 -1.00004 0 shouldn't be
1190.06/1196.41	WSVECS04 Frhs2[1565]: 6 -1.00007 0 shouldn't be
1190.06/1196.41	WSVECS04 Frhs2[1566]: 6 0 4.62391 shouldn't be
1190.66/1197.01	WSVECS04 Frhs2[1520]: 6 -1.00002 0 shouldn't be
1190.66/1197.01	WSVECS04 Frhs2[1541]: 6 -1.00008 0 shouldn't be
1190.66/1197.01	WSVECS04 Frhs2[1995]: 6 -1.00004 0 shouldn't be
1191.86/1198.28	WSVECS04 Frhs2[1058]: 6 -1.00009 0 shouldn't be
1192.35/1198.76	WSVECS04 Frhs2[1068]: 6 -1.00006 0 shouldn't be
1192.96/1199.33	WSVECS04 Frhs2[1609]: 6 0 2.00008 shouldn't be
1192.96/1199.33	WSVECS04 Frhs2[1610]: 6 -1.00005 0 shouldn't be
1221.28/1227.70	c #Conflicts:    1228000 | #Constraints:      92442
1221.28/1227.70	c #Conflicts:    1229000 | #Constraints:      93442
1221.28/1227.70	c #Conflicts:    1230000 | #Constraints:      94442
1221.28/1227.70	c #Conflicts:    1231000 | #Constraints:      95442
1221.28/1227.70	c #Conflicts:    1232000 | #Constraints:      96442
1221.28/1227.70	c #Conflicts:    1233000 | #Constraints:      97442
1221.28/1227.70	c #Conflicts:    1234000 | #Constraints:      98442
1221.28/1227.70	c #Conflicts:    1235000 | #Constraints:      99442
1221.28/1227.70	c #Conflicts:    1236000 | #Constraints:     100442
1221.28/1227.70	c #Conflicts:    1237000 | #Constraints:     101442
1221.28/1227.70	c #Conflicts:    1238000 | #Constraints:     102442
1221.28/1227.70	c #Conflicts:    1239000 | #Constraints:     103442
1221.28/1227.70	c #Conflicts:    1240000 | #Constraints:     104442
1221.28/1227.70	c #Conflicts:    1241000 | #Constraints:     105442
1221.28/1227.70	c #Conflicts:    1242000 | #Constraints:     106442
1221.28/1227.70	c #Conflicts:    1243000 | #Constraints:     107442
1221.28/1227.70	c #Conflicts:    1244000 | #Constraints:     108442
1221.28/1227.70	c #Conflicts:    1245000 | #Constraints:     109442
1221.28/1227.70	c #Conflicts:    1246000 | #Constraints:     110442
1221.28/1227.70	c #Conflicts:    1247000 | #Constraints:     111442
1221.28/1227.70	c #Conflicts:    1248000 | #Constraints:     112442
1221.28/1227.70	c #Conflicts:    1249000 | #Constraints:     113442
1221.28/1227.70	c #Conflicts:    1250000 | #Constraints:     114442
1221.28/1227.70	c #Conflicts:    1251000 | #Constraints:     115442
1221.28/1227.70	c #Conflicts:    1252000 | #Constraints:     116442
1221.28/1227.70	c #Conflicts:    1253000 | #Constraints:     117442
1221.28/1227.70	c #Conflicts:    1254000 | #Constraints:     118442
1221.28/1227.70	c #Conflicts:    1255000 | #Constraints:     119442
1221.28/1227.70	c #Conflicts:    1256000 | #Constraints:     120442
1221.28/1227.70	WSVECS04 Frhs2[29]: 6 0 1.15498 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[51]: 6 -1.00003 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[73]: 6 -1.00004 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[74]: 6 0 0.820793 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[79]: 6 0 0.655366 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[85]: 6 0 2.58903 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[117]: 6 0 4.07593 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[124]: 6 -1.00005 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[134]: 6 0 1.00004 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[161]: 6 0 0.0585724 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[211]: 6 0 1.90649 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[235]: 6 -1.00005 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[236]: 6 0 1.13333 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[249]: 6 0 7.88269 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[263]: 6 0 4.00001 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[269]: 6 -1.00002 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[270]: 6 0 2.6085 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[272]: 6 0 2.39997 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[302]: 6 0 0.0308104 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[310]: 6 0 3.16599 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[330]: 6 -1.00001 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[341]: 6 0 3.12432 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[355]: 6 0 2.40995 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[390]: 6 0 3.62738 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[395]: 6 0 2.46057 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[439]: 6 -1.00003 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[459]: 6 -1.00005 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[460]: 6 0 4.65217 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[478]: 6 0 1.00001 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[485]: 6 -0.600091 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[531]: 6 0 0.646556 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[532]: 6 -1.00005 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[568]: 6 0 4.27465 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[579]: 6 0 2.14406 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[586]: 6 0 1.06958 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[596]: 6 0 5.00879 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[619]: 6 0 1.64744 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[632]: 6 0 1.0105 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[684]: 6 -0.469745 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[733]: 6 -1.00007 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[734]: 6 0 0.244008 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[747]: 6 0 1.51196 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[773]: 6 0 0.490035 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[781]: 6 -1.00007 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[782]: 6 0 1.30158 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[786]: 6 0 0.590674 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[823]: 6 0 1.43416 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[826]: 6 0 0.988675 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[827]: 6 0 0.601003 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[828]: 6 -1.00001 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[901]: 6 0 3.59817 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[915]: 6 0 3.73253 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[957]: 6 0 3.61161 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[965]: 6 -1.00006 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[966]: 6 0 0.592106 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[978]: 6 0 2.0273 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1002]: 6 0 0.00500896 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1008]: 6 0 0.252648 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1019]: 6 0 2.53026 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1033]: 6 0 0.139708 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1059]: 6 0 4.69278 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1060]: 6 -1.00007 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1093]: 6 0 1.3551 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1107]: 6 -1.00008 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1108]: 6 0 2.15748 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1137]: 6 0 0.471477 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1138]: 6 -1.00002 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1139]: 6 0 3.25412 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1154]: 6 0 0.0377026 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1177]: 6 0 2.74836 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1263]: 6 0 0.0176939 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1264]: 6 -1.00005 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1273]: 6 0 2.73464 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1274]: 6 -1.00003 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1287]: 6 -1.00008 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1288]: 6 0 0.0557102 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1302]: 6 0 2.59023 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1327]: 6 0 0.668922 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1328]: 6 -1.00004 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1361]: 6 0 0.298936 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1422]: 6 0 0.521977 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1425]: 6 -1.00007 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1445]: 6 -1.00002 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1473]: 6 0 2.75055 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1474]: 6 -1.00004 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1480]: 6 0 1.6904 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1495]: 6 0 6.50293 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1500]: 6 0 1.32575 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1504]: 6 0 3.47006 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1592]: 6 0 4.18441 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1600]: 6 0 5.29566 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1616]: 6 -1.00002 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1617]: 6 0 0.980102 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1631]: 6 0 2.06302 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1665]: 6 0 2.76786 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1670]: 6 -1.00003 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1686]: 6 0 1.98013 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1701]: 6 0 1.84264 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1728]: 6 0 1.00007 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1766]: 6 0 2.92328 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1768]: 6 0 3.00008 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1773]: 6 0 1.00001 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1774]: 6 -1.00001 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1785]: 6 0 1.39451 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1820]: 6 0 0.428394 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1859]: 6 0 1.02002 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1860]: 6 -1.00008 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1899]: 6 0 1.49774 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1930]: 6 0 3.07472 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1935]: 6 0 4.72541 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1946]: 6 0 1.55734 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1951]: 6 0 5.62929 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1975]: 6 0 1.54398 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1976]: 6 -1.00008 0 shouldn't be
1221.28/1227.70	WSVECS04 Frhs2[1991]: 6 0 4.06448 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[30]: 6 -1.00003 0 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[118]: 6 -1.00005 0 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[291]: 6 -1.0001 0 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[331]: 6 0 1.52865 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[385]: 6 -1.00004 0 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[475]: 6 0 1.51052 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[477]: 6 -1.00005 0 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[567]: 6 -1.00002 0 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[580]: 6 -1.00001 0 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[690]: 6 -1.00005 0 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[720]: 6 0 3.83437 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[825]: 6 -1.00004 0 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[837]: 6 0 1.67481 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[894]: 6 -1.00006 0 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[897]: 6 0 1.12637 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[963]: 6 0 1.39087 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[1020]: 6 -1.00002 0 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[1109]: 6 -1.00001 0 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[1115]: 6 0 2.3799 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[1329]: 6 0 4.20611 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[1330]: 6 -1.0001 0 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[1362]: 6 -1.00008 0 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[1669]: 6 0 1.73479 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[1675]: 6 -1.00007 0 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[1727]: 6 -1.00003 0 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[1819]: 6 -1.00007 0 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[1945]: 6 -1.00009 0 shouldn't be
1221.58/1228.01	WSVECS04 Frhs2[1992]: 6 -1.00006 0 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[104]: 6 0 1.72534 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[133]: 6 -1.00004 0 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[212]: 6 -1.00006 0 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[250]: 6 -1.00005 0 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[375]: 6 -1.00002 0 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[476]: 6 -1.00002 0 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[595]: 6 -1.00004 0 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[850]: 6 0 2.82079 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[879]: 6 0 2.00008 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[880]: 6 -1.00008 0 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[898]: 6 -1.00003 0 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[902]: 6 -0.519782 0 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[964]: 6 -1.00007 0 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[1223]: 6 0 0.557805 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[1224]: 6 -1.00009 0 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[1498]: 6 0 5.54628 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[1585]: 6 0 4.10658 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[1765]: 6 -1.00005 0 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[1908]: 6 0 5.38816 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[1911]: 6 -1.00001 0 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[1912]: 6 0 4.51185 shouldn't be
1221.87/1228.32	WSVECS04 Frhs2[1936]: 6 -1.00006 0 shouldn't be
1222.17/1228.64	WSVECS04 Frhs2[82]: 6 0 0.0699088 shouldn't be
1222.17/1228.64	WSVECS04 Frhs2[136]: 6 -1.00002 0 shouldn't be
1222.17/1228.64	WSVECS04 Frhs2[162]: 6 -1.00005 0 shouldn't be
1222.17/1228.64	WSVECS04 Frhs2[188]: 6 -1.00006 0 shouldn't be
1222.17/1228.64	WSVECS04 Frhs2[292]: 6 0 4.06791 shouldn't be
1222.17/1228.64	WSVECS04 Frhs2[321]: 6 0 3.57202 shouldn't be
1222.17/1228.64	WSVECS04 Frhs2[365]: 6 0 3.45669 shouldn't be
1222.17/1228.64	WSVECS04 Frhs2[366]: 6 -1.00009 0 shouldn't be
1222.17/1228.64	WSVECS04 Frhs2[1086]: 6 0 4.83143 shouldn't be
1222.17/1228.64	WSVECS04 Frhs2[1094]: 6 -1.00005 0 shouldn't be
1222.17/1228.64	WSVECS04 Frhs2[1275]: 6 -1.00003 0 shouldn't be
1222.17/1228.64	WSVECS04 Frhs2[1301]: 6 -1.00008 0 shouldn't be
1222.17/1228.64	WSVECS04 Frhs2[1496]: 6 -1.00007 0 shouldn't be
1222.17/1228.64	WSVECS04 Frhs2[1499]: 6 -1.00009 0 shouldn't be
1222.17/1228.64	WSVECS04 Frhs2[1591]: 6 -1.00003 0 shouldn't be
1222.17/1228.64	WSVECS04 Frhs2[1599]: 6 -1.00005 0 shouldn't be
1222.17/1228.64	WSVECS04 Frhs2[1618]: 6 -1.00003 0 shouldn't be
1222.17/1228.64	WSVECS04 Frhs2[1666]: 6 -1.00004 0 shouldn't be
1222.17/1228.64	WSVECS04 Frhs2[1685]: 6 -1.00003 0 shouldn't be
1222.17/1228.64	WSVECS04 Frhs2[1802]: 6 0 5.7261 shouldn't be
1222.47/1228.94	WSVECS04 Frhs2[332]: 6 -1.00004 0 shouldn't be
1222.47/1228.94	WSVECS04 Frhs2[356]: 6 -1.0001 0 shouldn't be
1222.47/1228.94	WSVECS04 Frhs2[396]: 6 -1.00001 0 shouldn't be
1222.47/1228.94	WSVECS04 Frhs2[400]: 6 0 1.49683 shouldn't be
1222.47/1228.94	WSVECS04 Frhs2[620]: 6 -1.00006 0 shouldn't be
1222.47/1228.94	WSVECS04 Frhs2[683]: 6 0 2.52335 shouldn't be
1222.47/1228.94	WSVECS04 Frhs2[824]: 6 -1.00001 0 shouldn't be
1222.47/1228.94	WSVECS04 Frhs2[942]: 6 -1.00004 0 shouldn't be
1222.47/1228.94	WSVECS04 Frhs2[1392]: 6 0 4.73217 shouldn't be
1222.47/1228.94	WSVECS04 Frhs2[1497]: 6 -1.00004 0 shouldn't be
1222.47/1228.94	WSVECS04 Frhs2[1952]: 6 -1.00004 0 shouldn't be
1222.97/1229.44	WSVECS04 Frhs2[271]: 6 -1.00009 0 shouldn't be
1222.97/1229.44	WSVECS04 Frhs2[663]: 6 -1.00005 0 shouldn't be
1222.97/1229.44	WSVECS04 Frhs2[970]: 6 0 4.35745 shouldn't be
1222.97/1229.44	WSVECS04 Frhs2[1085]: 6 -1.00005 0 shouldn't be
1222.97/1229.44	WSVECS04 Frhs2[1178]: 6 -1.00002 0 shouldn't be
1222.97/1229.44	WSVECS04 Frhs2[1421]: 6 -1.00004 0 shouldn't be
1222.97/1229.44	WSVECS04 Frhs2[1676]: 6 0 1.72533 shouldn't be
1223.46/1229.92	WSVECS04 Frhs2[64]: 6 0 3.28604 shouldn't be
1223.46/1229.92	WSVECS04 Frhs2[285]: 6 -1.00009 0 shouldn't be
1223.46/1229.92	WSVECS04 Frhs2[286]: 6 0 2.69068 shouldn't be
1223.46/1229.92	WSVECS04 Frhs2[301]: 6 -1.00005 0 shouldn't be
1223.46/1229.92	WSVECS04 Frhs2[518]: 6 0 2.00002 shouldn't be
1223.46/1229.92	WSVECS04 Frhs2[521]: 6 -1.0001 0 shouldn't be
1223.46/1229.92	WSVECS04 Frhs2[830]: 6 0 1.22736 shouldn't be
1223.46/1229.92	WSVECS04 Frhs2[1079]: 6 -1.00005 0 shouldn't be
1223.46/1229.92	WSVECS04 Frhs2[1080]: 6 0 0.218188 shouldn't be
1223.46/1229.92	WSVECS04 Frhs2[1229]: 6 -1.00007 0 shouldn't be
1223.46/1229.92	WSVECS04 Frhs2[1503]: 6 -1.00009 0 shouldn't be
1223.46/1229.92	WSVECS04 Frhs2[1786]: 6 -1.00005 0 shouldn't be
1223.46/1229.92	WSVECS04 Frhs2[1907]: 6 -1.00002 0 shouldn't be
1223.97/1230.44	WSVECS04 Frhs2[63]: 6 -1.00008 0 shouldn't be
1223.97/1230.44	WSVECS04 Frhs2[103]: 6 -1.00007 0 shouldn't be
1223.97/1230.44	WSVECS04 Frhs2[309]: 6 -1.00006 0 shouldn't be
1223.97/1230.44	WSVECS04 Frhs2[1426]: 6 0 0.844407 shouldn't be
1223.97/1230.44	WSVECS04 Frhs2[1913]: 6 -1.00005 0 shouldn't be
1223.97/1230.44	WSVECS04 Frhs2[1914]: 6 0 2.6116 shouldn't be
1224.56/1231.04	WSVECS04 Frhs2[843]: 6 -1.00006 0 shouldn't be
1224.56/1231.04	WSVECS04 Frhs2[849]: 6 -1.00006 0 shouldn't be
1224.56/1231.04	WSVECS04 Frhs2[1479]: 6 -1.00007 0 shouldn't be
1224.56/1231.04	WSVECS04 Frhs2[1621]: 6 0 1.51005 shouldn't be
1224.56/1231.04	WSVECS04 Frhs2[1622]: 6 -1.0001 0 shouldn't be
1225.16/1231.65	WSVECS04 Frhs2[517]: 6 -1.00002 0 shouldn't be
1243.21/1249.73	c #Conflicts:    1257000 | #Constraints:     121442
1243.21/1249.73	c #Conflicts:    1258000 | #Constraints:     122442
1243.21/1249.73	c #Conflicts:    1259000 | #Constraints:     123442
1243.21/1249.73	c #Conflicts:    1260000 | #Constraints:     124442
1243.21/1249.73	c #Conflicts:    1261000 | #Constraints:     125442
1243.21/1249.73	c #Conflicts:    1262000 | #Constraints:     126442
1243.21/1249.73	c #Conflicts:    1263000 | #Constraints:     127442
1243.21/1249.73	c #Conflicts:    1264000 | #Constraints:     128442
1243.21/1249.73	c #Conflicts:    1265000 | #Constraints:     129442
1243.21/1249.73	c #Conflicts:    1266000 | #Constraints:     130442
1243.21/1249.73	c INPROCESSING
1243.21/1249.73	c GARBAGE COLLECT
1243.21/1249.73	c rational objective 666
1282.00/1288.77	c #Conflicts:    1267000 | #Constraints:      69802
1282.00/1288.77	c #Conflicts:    1268000 | #Constraints:      70802
1282.00/1288.77	c #Conflicts:    1269000 | #Constraints:      71802
1282.00/1288.77	c #Conflicts:    1270000 | #Constraints:      72802
1282.00/1288.77	c #Conflicts:    1271000 | #Constraints:      73802
1282.00/1288.77	c #Conflicts:    1272000 | #Constraints:      74802
1282.00/1288.77	c #Conflicts:    1273000 | #Constraints:      75802
1282.00/1288.77	c #Conflicts:    1274000 | #Constraints:      76802
1282.00/1288.77	c #Conflicts:    1275000 | #Constraints:      77802
1282.00/1288.77	c #Conflicts:    1276000 | #Constraints:      78802
1282.00/1288.77	c #Conflicts:    1277000 | #Constraints:      79802
1282.00/1288.77	c #Conflicts:    1278000 | #Constraints:      80802
1282.00/1288.77	c #Conflicts:    1279000 | #Constraints:      81802
1282.00/1288.77	c #Conflicts:    1280000 | #Constraints:      82802
1282.00/1288.77	c #Conflicts:    1281000 | #Constraints:      83802
1282.00/1288.77	c #Conflicts:    1282000 | #Constraints:      84802
1282.00/1288.77	c #Conflicts:    1283000 | #Constraints:      85802
1282.00/1288.77	c #Conflicts:    1284000 | #Constraints:      86802
1282.00/1288.77	c #Conflicts:    1285000 | #Constraints:      87802
1282.00/1288.77	c #Conflicts:    1286000 | #Constraints:      88802
1282.00/1288.77	c #Conflicts:    1287000 | #Constraints:      89802
1282.00/1288.77	c #Conflicts:    1288000 | #Constraints:      90802
1282.00/1288.77	c #Conflicts:    1289000 | #Constraints:      91802
1282.00/1288.77	c #Conflicts:    1290000 | #Constraints:      92802
1282.00/1288.77	c INPROCESSING
1282.00/1288.77	c GARBAGE COLLECT
1282.00/1288.77	c rational objective 666
1328.46/1335.32	c #Conflicts:    1291000 | #Constraints:      51219
1328.46/1335.32	c #Conflicts:    1292000 | #Constraints:      52219
1328.46/1335.32	c #Conflicts:    1293000 | #Constraints:      53219
1328.46/1335.32	c #Conflicts:    1294000 | #Constraints:      54219
1328.46/1335.32	c #Conflicts:    1295000 | #Constraints:      55219
1328.46/1335.32	c #Conflicts:    1296000 | #Constraints:      56219
1328.46/1335.32	c #Conflicts:    1297000 | #Constraints:      57219
1328.46/1335.32	c #Conflicts:    1298000 | #Constraints:      58219
1328.46/1335.32	c #Conflicts:    1299000 | #Constraints:      59219
1328.46/1335.32	c #Conflicts:    1300000 | #Constraints:      60219
1328.46/1335.32	c #Conflicts:    1301000 | #Constraints:      61219
1328.46/1335.32	c #Conflicts:    1302000 | #Constraints:      62219
1328.46/1335.32	c #Conflicts:    1303000 | #Constraints:      63219
1328.46/1335.32	c #Conflicts:    1304000 | #Constraints:      64219
1328.46/1335.32	c #Conflicts:    1305000 | #Constraints:      65219
1328.46/1335.32	c #Conflicts:    1306000 | #Constraints:      66219
1328.46/1335.32	c #Conflicts:    1307000 | #Constraints:      67219
1328.46/1335.32	c #Conflicts:    1308000 | #Constraints:      68219
1328.46/1335.32	c #Conflicts:    1309000 | #Constraints:      69219
1328.46/1335.32	c #Conflicts:    1310000 | #Constraints:      70219
1328.46/1335.32	c #Conflicts:    1311000 | #Constraints:      71219
1328.46/1335.32	c #Conflicts:    1312000 | #Constraints:      72219
1328.46/1335.32	c #Conflicts:    1313000 | #Constraints:      73219
1328.46/1335.32	c INPROCESSING
1328.46/1335.32	c GARBAGE COLLECT
1328.46/1335.32	c rational objective 666
1393.31/1400.42	c #Conflicts:    1314000 | #Constraints:      41161
1393.31/1400.42	c #Conflicts:    1315000 | #Constraints:      42161
1393.31/1400.42	c #Conflicts:    1316000 | #Constraints:      43161
1393.31/1400.42	c #Conflicts:    1317000 | #Constraints:      44161
1393.31/1400.42	c #Conflicts:    1318000 | #Constraints:      45161
1393.31/1400.42	c #Conflicts:    1319000 | #Constraints:      46161
1393.31/1400.42	c #Conflicts:    1320000 | #Constraints:      47161
1393.31/1400.42	c #Conflicts:    1321000 | #Constraints:      48161
1393.31/1400.42	c #Conflicts:    1322000 | #Constraints:      49161
1393.31/1400.42	c #Conflicts:    1323000 | #Constraints:      50161
1393.31/1400.42	c #Conflicts:    1324000 | #Constraints:      51161
1393.31/1400.42	c #Conflicts:    1325000 | #Constraints:      52161
1393.31/1400.42	c #Conflicts:    1326000 | #Constraints:      53161
1393.31/1400.42	c #Conflicts:    1327000 | #Constraints:      54161
1393.31/1400.42	c #Conflicts:    1328000 | #Constraints:      55161
1393.31/1400.42	c #Conflicts:    1329000 | #Constraints:      56161
1393.31/1400.42	c #Conflicts:    1330000 | #Constraints:      57161
1393.31/1400.42	c #Conflicts:    1331000 | #Constraints:      58161
1393.31/1400.42	c #Conflicts:    1332000 | #Constraints:      59161
1393.31/1400.42	c #Conflicts:    1333000 | #Constraints:      60161
1393.31/1400.42	c #Conflicts:    1334000 | #Constraints:      61161
1393.31/1400.42	c #Conflicts:    1335000 | #Constraints:      62161
1393.31/1400.42	c #Conflicts:    1336000 | #Constraints:      63161
1393.31/1400.42	c #Conflicts:    1337000 | #Constraints:      64161
1393.31/1400.42	c INPROCESSING
1393.31/1400.42	c GARBAGE COLLECT
1393.31/1400.42	c rational objective 666
1538.54/1546.05	c #Conflicts:    1338000 | #Constraints:      36639
1538.54/1546.05	c #Conflicts:    1339000 | #Constraints:      37639
1538.54/1546.05	c #Conflicts:    1340000 | #Constraints:      38639
1538.54/1546.05	c #Conflicts:    1341000 | #Constraints:      39640
1538.54/1546.05	c #Conflicts:    1342000 | #Constraints:      40640
1538.54/1546.05	c #Conflicts:    1343000 | #Constraints:      41640
1538.54/1546.05	c #Conflicts:    1344000 | #Constraints:      42640
1538.54/1546.05	c #Conflicts:    1345000 | #Constraints:      43640
1538.54/1546.05	c #Conflicts:    1346000 | #Constraints:      44640
1538.54/1546.05	c #Conflicts:    1347000 | #Constraints:      45640
1538.54/1546.05	c #Conflicts:    1348000 | #Constraints:      46640
1538.54/1546.05	c #Conflicts:    1349000 | #Constraints:      47640
1538.54/1546.05	c #Conflicts:    1350000 | #Constraints:      48640
1538.54/1546.05	c #Conflicts:    1351000 | #Constraints:      49640
1538.54/1546.05	c #Conflicts:    1352000 | #Constraints:      50640
1538.54/1546.05	c #Conflicts:    1353000 | #Constraints:      51640
1538.54/1546.05	c #Conflicts:    1354000 | #Constraints:      52640
1538.54/1546.05	c #Conflicts:    1355000 | #Constraints:      53640
1538.54/1546.05	c #Conflicts:    1356000 | #Constraints:      54640
1538.54/1546.05	c #Conflicts:    1357000 | #Constraints:      55640
1538.54/1546.05	c #Conflicts:    1358000 | #Constraints:      56640
1538.54/1546.05	c #Conflicts:    1359000 | #Constraints:      57640
1538.54/1546.05	c #Conflicts:    1360000 | #Constraints:      58640
1538.54/1546.05	c #Conflicts:    1361000 | #Constraints:      59640
1538.54/1546.05	c INPROCESSING
1538.54/1546.05	c GARBAGE COLLECT
1538.54/1546.05	c rational objective 666
1584.07/1591.72	c #Conflicts:    1362000 | #Constraints:      34362
1584.07/1591.72	c #Conflicts:    1363000 | #Constraints:      35362
1584.07/1591.72	c #Conflicts:    1364000 | #Constraints:      36362
1584.07/1591.72	c #Conflicts:    1365000 | #Constraints:      37362
1584.07/1591.72	c #Conflicts:    1366000 | #Constraints:      38362
1584.07/1591.72	c #Conflicts:    1367000 | #Constraints:      39362
1584.07/1591.72	c #Conflicts:    1368000 | #Constraints:      40362
1584.07/1591.72	c #Conflicts:    1369000 | #Constraints:      41362
1584.07/1591.72	c #Conflicts:    1370000 | #Constraints:      42362
1584.07/1591.72	c #Conflicts:    1371000 | #Constraints:      43362
1584.07/1591.72	c #Conflicts:    1372000 | #Constraints:      44362
1584.07/1591.72	c #Conflicts:    1373000 | #Constraints:      45362
1584.07/1591.72	c #Conflicts:    1374000 | #Constraints:      46362
1584.07/1591.72	c #Conflicts:    1375000 | #Constraints:      47362
1584.07/1591.72	c #Conflicts:    1376000 | #Constraints:      48362
1584.07/1591.72	c #Conflicts:    1377000 | #Constraints:      49362
1584.07/1591.72	c #Conflicts:    1378000 | #Constraints:      50362
1584.07/1591.72	c #Conflicts:    1379000 | #Constraints:      51362
1584.07/1591.72	c #Conflicts:    1380000 | #Constraints:      52362
1584.07/1591.72	c #Conflicts:    1381000 | #Constraints:      53362
1584.07/1591.72	c #Conflicts:    1382000 | #Constraints:      54362
1584.07/1591.72	c #Conflicts:    1383000 | #Constraints:      55362
1584.07/1591.72	c #Conflicts:    1384000 | #Constraints:      56362
1584.07/1591.72	c #Conflicts:    1385000 | #Constraints:      57362
1584.07/1591.72	c #Conflicts:    1386000 | #Constraints:      58362
1584.07/1591.72	c #Conflicts:    1387000 | #Constraints:      59362
1584.07/1591.72	c #Conflicts:    1388000 | #Constraints:      60362
1584.07/1591.72	c #Conflicts:    1389000 | #Constraints:      61362
1584.07/1591.72	c #Conflicts:    1390000 | #Constraints:      62362
1584.07/1591.72	c #Conflicts:    1391000 | #Constraints:      63362
1584.07/1591.72	c #Conflicts:    1392000 | #Constraints:      64362
1584.07/1591.72	c #Conflicts:    1393000 | #Constraints:      65362
1584.07/1591.72	c #Conflicts:    1394000 | #Constraints:      66362
1584.07/1591.72	c #Conflicts:    1395000 | #Constraints:      67362
1584.07/1591.72	c #Conflicts:    1396000 | #Constraints:      68362
1584.07/1591.72	c #Conflicts:    1397000 | #Constraints:      69362
1584.07/1591.72	c #Conflicts:    1398000 | #Constraints:      70362
1584.07/1591.72	c #Conflicts:    1399000 | #Constraints:      71362
1584.07/1591.72	c #Conflicts:    1400000 | #Constraints:      72362
1584.07/1591.72	c #Conflicts:    1401000 | #Constraints:      73362
1584.07/1591.72	c #Conflicts:    1402000 | #Constraints:      74362
1584.07/1591.72	c #Conflicts:    1403000 | #Constraints:      75362
1584.07/1591.72	c #Conflicts:    1404000 | #Constraints:      76362
1584.07/1591.72	c #Conflicts:    1405000 | #Constraints:      77362
1584.07/1591.72	c #Conflicts:    1406000 | #Constraints:      78362
1584.07/1591.72	c #Conflicts:    1407000 | #Constraints:      79362
1584.07/1591.72	c #Conflicts:    1408000 | #Constraints:      80362
1584.07/1591.72	c #Conflicts:    1409000 | #Constraints:      81362
1584.07/1591.72	c #Conflicts:    1410000 | #Constraints:      82362
1584.07/1591.72	c #Conflicts:    1411000 | #Constraints:      83363
1584.07/1591.72	c #Conflicts:    1412000 | #Constraints:      84363
1584.07/1591.72	c #Conflicts:    1413000 | #Constraints:      85363
1584.07/1591.72	c #Conflicts:    1414000 | #Constraints:      86363
1584.07/1591.72	c #Conflicts:    1415000 | #Constraints:      87363
1584.07/1591.72	c #Conflicts:    1416000 | #Constraints:      88363
1584.07/1591.72	c #Conflicts:    1417000 | #Constraints:      89363
1584.07/1591.72	c #Conflicts:    1418000 | #Constraints:      90363
1584.07/1591.72	c #Conflicts:    1419000 | #Constraints:      91363
1584.07/1591.72	c #Conflicts:    1420000 | #Constraints:      92363
1584.07/1591.72	c #Conflicts:    1421000 | #Constraints:      93363
1584.07/1591.72	c #Conflicts:    1422000 | #Constraints:      94363
1584.07/1591.72	c #Conflicts:    1423000 | #Constraints:      95363
1584.07/1591.72	c #Conflicts:    1424000 | #Constraints:      96363
1584.07/1591.72	c #Conflicts:    1425000 | #Constraints:      97363
1584.07/1591.72	c #Conflicts:    1426000 | #Constraints:      98363
1584.07/1591.72	c #Conflicts:    1427000 | #Constraints:      99363
1584.07/1591.72	c #Conflicts:    1428000 | #Constraints:     100363
1584.07/1591.72	WSVECS04 Frhs2[23]: 6 0 50.3243 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[44]: 6 0 1227.56 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[89]: 6 0 46.4898 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[217]: 6 0 1251.42 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[233]: 6 0 158.795 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[295]: 6 0 100.991 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[301]: 6 -215.955 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[307]: 6 0 1242.85 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[311]: 6 0 23.0832 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[312]: 6 -384.44 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[313]: 6 0 75.6517 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[314]: 6 -365.62 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[316]: 6 0 666.054 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[333]: 6 0 56.427 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[348]: 6 -213.492 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[369]: 6 -510.843 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[370]: 6 0 1041.35 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[375]: 6 0 206.718 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[441]: 6 0 1195.88 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[465]: 6 -343.73 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[523]: 6 -376.964 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[559]: 6 0 653.267 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[577]: 6 -40.2196 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[578]: 6 0 245.769 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[592]: 6 0 26.4936 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[603]: 6 0 384.385 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[636]: 6 0 296.585 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[649]: 6 0 367.436 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[671]: 6 0 346.186 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[675]: 6 -394.111 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[765]: 6 0 437.124 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[827]: 6 0 660.55 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[846]: 6 0 19.6195 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[851]: 6 0 1093.99 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[862]: 6 0 591.099 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[926]: 6 -392.035 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[957]: 6 -543.264 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[958]: 6 0 6.80792 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[964]: 6 0 386.277 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1033]: 6 0 609.505 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1047]: 6 -250.764 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1100]: 6 0 963.501 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1101]: 6 0 1584.46 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1118]: 6 0 768.402 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1134]: 6 0 396.558 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1185]: 6 -545.232 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1196]: 6 0 857.59 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1210]: 6 0 181.906 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1265]: 6 0 89.9031 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1273]: 6 0 265.021 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1279]: 6 0 301.661 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1331]: 6 0 335.08 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1339]: 6 0 154.281 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1340]: 6 -416.828 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1356]: 6 0 342.753 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1360]: 6 0 233.881 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1375]: 6 0 246.042 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1379]: 6 -337.534 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1434]: 6 0 1113.26 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1444]: 6 0 893.495 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1472]: 6 0 331.936 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1484]: 6 0 563.122 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1500]: 6 0 12.688 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1523]: 6 0 118.157 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1526]: 6 0 419.665 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1553]: 6 0 173.944 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1554]: 6 -363.33 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1564]: 6 0 508.731 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1606]: 6 -458.379 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1614]: 6 0 306.515 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1631]: 6 0 371.611 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1644]: 6 0 279.424 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1655]: 6 -372.286 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1656]: 6 0 17.2801 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1696]: 6 -313.021 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1701]: 6 0 896.294 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1728]: 6 0 118.923 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1744]: 6 0 455.196 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1757]: 6 -444.608 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1758]: 6 0 474.122 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1779]: 6 0 598.793 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1788]: 6 -527.55 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1801]: 6 0 379.846 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1845]: 6 0 249.896 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1847]: 6 0 107.052 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1848]: 6 -636.47 0 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1862]: 6 0 24.8375 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1899]: 6 0 1517.59 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1905]: 6 0 156.955 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1950]: 6 0 846.558 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1974]: 6 0 585.86 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1975]: 6 0 401.566 shouldn't be
1584.07/1591.72	WSVECS04 Frhs2[1978]: 6 0 201.31 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[28]: 6 -410.029 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[285]: 6 -332.885 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[290]: 6 -374.793 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[291]: 6 0 94.5147 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[310]: 6 -302.548 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[416]: 6 -503.545 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[430]: 6 -418.55 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[560]: 6 -499.965 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[609]: 6 -518.059 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[702]: 6 0 15.5756 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[740]: 6 0 86.9574 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[828]: 6 -293.14 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[837]: 6 -203.879 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[845]: 6 -239.558 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[992]: 6 0 48.8144 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[1054]: 6 -255.872 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[1138]: 6 -285.004 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[1174]: 6 -629.232 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[1274]: 6 -421.194 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[1280]: 6 -274.747 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[1315]: 6 0 171.844 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[1443]: 6 -660.516 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[1558]: 6 -591.743 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[1722]: 6 -341.333 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[1740]: 6 -344.461 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[1768]: 6 -426.293 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[1802]: 6 -368.768 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[1829]: 6 0 126.726 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[1830]: 6 -428.562 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[1856]: 6 -334.47 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[1900]: 6 -614.586 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[1939]: 6 -362.628 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[1949]: 6 -423.489 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[1962]: 6 -423.654 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[1973]: 6 -488.652 0 shouldn't be
1584.37/1592.09	WSVECS04 Frhs2[1976]: 6 -527.91 0 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[211]: 6 -639.928 0 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[302]: 6 0 105.605 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[308]: 6 -447.898 0 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[334]: 6 -575.967 0 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[377]: 6 0 71.5341 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[443]: 6 0 479.684 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[463]: 6 0 43.497 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[635]: 6 -450.967 0 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[672]: 6 -578.216 0 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[766]: 6 -469.986 0 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[784]: 6 0 68.5926 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[850]: 6 0 264.73 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[963]: 6 -344.649 0 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[977]: 6 -564.055 0 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[1032]: 6 0 474.683 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[1120]: 6 0 22.1839 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[1155]: 6 -370.001 0 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[1232]: 6 -520.89 0 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[1433]: 6 -1 0 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[1512]: 6 0 413.259 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[1515]: 6 -412.809 0 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[1516]: 6 0 135.983 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[1753]: 6 0 453.141 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[1817]: 6 0 440.042 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[1924]: 6 -620.141 0 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[1983]: 6 0 54.5064 shouldn't be
1585.07/1592.74	WSVECS04 Frhs2[1984]: 6 -562.403 0 shouldn't be
1625.65/1633.41	c #Conflicts:    1429000 | #Constraints:     101363
1625.65/1633.41	c #Conflicts:    1430000 | #Constraints:     102363
1625.65/1633.41	c #Conflicts:    1431000 | #Constraints:     103363
1625.65/1633.41	c #Conflicts:    1432000 | #Constraints:     104363
1625.65/1633.41	c #Conflicts:    1433000 | #Constraints:     105363
1625.65/1633.41	c #Conflicts:    1434000 | #Constraints:     106363
1625.65/1633.41	c #Conflicts:    1435000 | #Constraints:     107363
1625.65/1633.41	c #Conflicts:    1436000 | #Constraints:     108363
1625.65/1633.41	c #Conflicts:    1437000 | #Constraints:     109363
1625.65/1633.41	c #Conflicts:    1438000 | #Constraints:     110363
1625.65/1633.41	c #Conflicts:    1439000 | #Constraints:     111363
1625.65/1633.41	c #Conflicts:    1440000 | #Constraints:     112363
1625.65/1633.41	c #Conflicts:    1441000 | #Constraints:     113363
1625.65/1633.41	c #Conflicts:    1442000 | #Constraints:     114363
1625.65/1633.41	c #Conflicts:    1443000 | #Constraints:     115363
1625.65/1633.41	c #Conflicts:    1444000 | #Constraints:     116363
1625.65/1633.41	c #Conflicts:    1445000 | #Constraints:     117363
1625.65/1633.41	c #Conflicts:    1446000 | #Constraints:     118363
1625.65/1633.41	c #Conflicts:    1447000 | #Constraints:     119363
1625.65/1633.41	c #Conflicts:    1448000 | #Constraints:     120363
1625.65/1633.41	c #Conflicts:    1449000 | #Constraints:     121363
1625.65/1633.41	c #Conflicts:    1450000 | #Constraints:     122363
1625.65/1633.41	c #Conflicts:    1451000 | #Constraints:     123363
1625.65/1633.41	c #Conflicts:    1452000 | #Constraints:     124363
1625.65/1633.41	c #Conflicts:    1453000 | #Constraints:     125363
1625.65/1633.41	c #Conflicts:    1454000 | #Constraints:     126363
1625.65/1633.41	c #Conflicts:    1455000 | #Constraints:     127363
1625.65/1633.41	c #Conflicts:    1456000 | #Constraints:     128363
1625.65/1633.41	c #Conflicts:    1457000 | #Constraints:     129363
1625.65/1633.41	c #Conflicts:    1458000 | #Constraints:     130363
1625.65/1633.41	c #Conflicts:    1459000 | #Constraints:     131363
1625.65/1633.41	c #Conflicts:    1460000 | #Constraints:     132363
1625.65/1633.41	c #Conflicts:    1461000 | #Constraints:     133363
1625.65/1633.41	c #Conflicts:    1462000 | #Constraints:     134364
1625.65/1633.41	c #Conflicts:    1463000 | #Constraints:     135364
1625.65/1633.41	c #Conflicts:    1464000 | #Constraints:     136364
1625.65/1633.41	c #Conflicts:    1465000 | #Constraints:     137364
1625.65/1633.41	c #Conflicts:    1466000 | #Constraints:     138364
1625.65/1633.41	c #Conflicts:    1467000 | #Constraints:     139364
1625.65/1633.41	c INPROCESSING
1625.65/1633.41	c GARBAGE COLLECT
1625.65/1633.41	WSVECS04 Frhs2[5]: 6 0 3416.15 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[28]: 6 0 2127.54 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[30]: 6 0 2121.05 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[35]: 6 0 641.929 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[38]: 6 -172.088 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[45]: 6 -25.923 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[86]: 6 0 243.667 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[137]: 6 0 571.075 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[154]: 6 0 97.2414 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[208]: 6 0 1857.54 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[217]: 6 0 1798.19 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[227]: 6 0 628.468 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[233]: 6 0 1993.02 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[239]: 6 0 4821.32 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[269]: 6 0 2284.49 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[293]: 6 0 145.991 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[323]: 6 0 400.492 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[333]: 6 -345.898 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[337]: 6 0 57.3192 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[338]: 6 -623.896 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[378]: 6 -834.554 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[381]: 6 0 727.395 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[398]: 6 0 1112.57 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[403]: 6 0 542.261 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[437]: 6 0 1328.1 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[462]: 6 -1264.6 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[518]: 6 0 1308.62 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[528]: 6 0 406.339 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[532]: 6 0 1228.61 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[624]: 6 0 579.044 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[653]: 6 0 1659.22 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[681]: 6 -526.053 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[686]: 6 0 569.21 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[717]: 6 -872.238 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[718]: 6 0 824.171 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[733]: 6 0 1683.72 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[743]: 6 -1663.39 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[744]: 6 0 580.102 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[747]: 6 0 936.616 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[778]: 6 0 923.777 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[781]: 6 0 2821.03 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[787]: 6 0 3705.58 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[820]: 6 -763.395 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[831]: 6 0 1601.76 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[832]: 6 -772.924 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[833]: 6 0 506.431 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[847]: 6 -1102.59 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[871]: 6 0 764.534 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[915]: 6 0 1450.54 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[931]: 6 -693.54 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[987]: 6 0 2262.52 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1001]: 6 0 1598.2 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1004]: 6 0 1570.99 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1023]: 6 0 955.792 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1033]: 6 0 331.99 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1059]: 6 0 526.116 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1060]: 6 -309.917 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1103]: 6 0 778.247 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1115]: 6 -986.541 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1118]: 6 0 1973.43 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1140]: 6 0 2251.86 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1167]: 6 0 1187.12 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1174]: 6 -1321.75 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1176]: 6 0 804.523 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1187]: 6 -422.441 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1191]: 6 0 1749.43 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1195]: 6 -1121.91 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1223]: 6 -957.284 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1245]: 6 -1060.48 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1246]: 6 0 944.412 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1274]: 6 -935.03 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1297]: 6 0 269.667 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1302]: 6 0 1097.47 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1313]: 6 -1167.96 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1314]: 6 0 107.011 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1337]: 6 0 589.353 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1403]: 6 0 511.673 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1409]: 6 0 385.205 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1439]: 6 0 409.685 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1444]: 6 0 40.1375 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1454]: 6 -1372.71 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1484]: 6 -807.704 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1489]: 6 0 165.355 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1524]: 6 -832.301 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1544]: 6 -1066.57 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1553]: 6 -346.653 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1569]: 6 0 1117.08 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1577]: 6 -828.993 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1579]: 6 0 41.2581 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1592]: 6 0 543.959 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1593]: 6 0 225.036 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1605]: 6 0 104.589 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1656]: 6 0 924.129 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1665]: 6 -977.34 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1666]: 6 0 371.506 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1673]: 6 0 1500.74 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1691]: 6 0 457.88 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1723]: 6 0 1181.53 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1752]: 6 0 617.357 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1795]: 6 0 149.123 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1808]: 6 0 1028.42 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1811]: 6 -411.412 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1812]: 6 0 751.691 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1835]: 6 0 28.3079 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1844]: 6 0 791.304 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1877]: 6 0 652.475 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1880]: 6 0 529.81 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1899]: 6 0 913.037 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1906]: 6 0 292.593 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1937]: 6 -648.949 0 shouldn't be
1625.65/1633.41	WSVECS04 Frhs2[1970]: 6 0 1019.93 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[133]: 6 0 52.6511 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[190]: 6 -1481.01 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[216]: 6 -894.528 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[280]: 6 -1079.24 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[301]: 6 -1497.4 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[319]: 6 -1399.61 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[332]: 6 -1107.4 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[363]: 6 -1368.61 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[368]: 6 -1067.74 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[382]: 6 -663.873 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[517]: 6 -1044.52 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[575]: 6 -1329.19 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[748]: 6 -867.434 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[819]: 6 0 891.133 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[862]: 6 -605.045 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[927]: 6 -1599.39 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[995]: 6 -865.304 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1002]: 6 -1103.23 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1011]: 6 -778.507 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1131]: 6 -1642.33 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1149]: 6 -1326.88 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1173]: 6 0 559.771 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1193]: 6 -1041.49 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1243]: 6 -594.095 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1264]: 6 -419.494 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1279]: 6 -1057 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1334]: 6 -1116.18 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1338]: 6 -700.314 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1393]: 6 0 1.44079 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1443]: 6 -1652.01 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1464]: 6 -624.628 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1490]: 6 -1035.83 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1580]: 6 -1387.62 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1606]: 6 -1218.18 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1688]: 6 -1422.79 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1692]: 6 -1269.21 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1724]: 6 -1101.95 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1751]: 6 -708.555 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1765]: 6 0 1588.41 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1766]: 6 -694.964 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1840]: 6 -1129.44 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1900]: 6 -1467.89 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1905]: 6 -1297.57 0 shouldn't be
1626.14/1633.96	WSVECS04 Frhs2[1921]: 6 -679.275 0 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[30]: 6 0 2121.05 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[239]: 6 0 4821.32 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[319]: 6 -1399.61 0 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[338]: 6 -623.896 0 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[403]: 6 0 542.261 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[437]: 6 0 1328.1 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[528]: 6 0 406.339 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[718]: 6 0 824.171 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[733]: 6 0 1683.72 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[744]: 6 0 580.102 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[778]: 6 0 923.777 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[781]: 6 0 2821.03 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[819]: 6 0 891.133 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[871]: 6 0 764.534 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[887]: 6 0 812.372 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[915]: 6 0 1450.54 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1004]: 6 0 1570.99 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1118]: 6 0 1973.43 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1176]: 6 0 804.523 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1246]: 6 0 944.412 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1273]: 6 0 1754.53 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1286]: 6 0 991.421 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1305]: 6 0 1181.76 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1334]: 6 -1116.18 0 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1356]: 6 -1530.66 0 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1393]: 6 0 1.44076 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1454]: 6 -1372.71 0 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1544]: 6 -1066.57 0 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1554]: 6 0 161.537 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1569]: 6 0 1117.08 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1593]: 6 0 225.036 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1656]: 6 0 924.129 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1688]: 6 -1422.79 0 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1723]: 6 0 1181.53 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1752]: 6 0 617.357 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1835]: 6 0 28.3079 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1870]: 6 -1240.24 0 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1877]: 6 0 652.475 shouldn't be
1626.64/1634.47	WSVECS04 Frhs2[1899]: 6 0 913.037 shouldn't be
1627.14/1634.95	WSVECS04 Frhs2[5]: 6 0 3416.15 shouldn't be
1627.14/1634.95	WSVECS04 Frhs2[45]: 6 -25.9229 0 shouldn't be
1627.14/1634.95	WSVECS04 Frhs2[207]: 6 -1074.44 0 shouldn't be
1627.14/1634.95	WSVECS04 Frhs2[895]: 6 -1378.86 0 shouldn't be
1627.14/1634.95	WSVECS04 Frhs2[902]: 6 -887.579 0 shouldn't be
1627.14/1634.95	WSVECS04 Frhs2[1174]: 6 -1321.75 0 shouldn't be
1627.14/1634.95	WSVECS04 Frhs2[1196]: 6 0 1084.79 shouldn't be
1627.14/1634.95	WSVECS04 Frhs2[1245]: 6 -1060.48 0 shouldn't be
1627.14/1634.95	WSVECS04 Frhs2[1289]: 6 -847.348 0 shouldn't be
1627.14/1634.95	WSVECS04 Frhs2[1724]: 6 -1101.95 0 shouldn't be
1627.14/1634.95	WSVECS04 Frhs2[1902]: 6 -635.827 0 shouldn't be
1627.14/1634.95	WSVECS04 Frhs2[1905]: 6 -1297.57 0 shouldn't be
1627.54/1635.34	WSVECS04 Frhs2[190]: 6 -1481.01 0 shouldn't be
1627.54/1635.34	WSVECS04 Frhs2[332]: 6 -1107.4 0 shouldn't be
1627.54/1635.34	WSVECS04 Frhs2[1872]: 6 -647.789 0 shouldn't be
1628.44/1636.28	WSVECS04 Frhs2[1314]: 6 0 107.011 shouldn't be
1628.44/1636.28	WSVECS04 Frhs2[1412]: 6 0 120.72 shouldn't be
1628.44/1636.28	WSVECS04 Frhs2[1580]: 6 -1387.62 0 shouldn't be
1629.34/1637.17	WSVECS04 Frhs2[86]: 6 0 243.667 shouldn't be
1629.34/1637.17	WSVECS04 Frhs2[133]: 6 0 52.6511 shouldn't be
1629.34/1637.17	WSVECS04 Frhs2[293]: 6 0 145.991 shouldn't be
1629.34/1637.17	WSVECS04 Frhs2[381]: 6 0 727.395 shouldn't be
1629.34/1637.17	WSVECS04 Frhs2[829]: 6 0 158.423 shouldn't be
1629.34/1637.17	WSVECS04 Frhs2[1029]: 6 -67.8269 0 shouldn't be
1629.34/1637.17	WSVECS04 Frhs2[1033]: 6 0 331.99 shouldn't be
1629.34/1637.17	WSVECS04 Frhs2[1141]: 6 0 106.408 shouldn't be
1629.34/1637.17	WSVECS04 Frhs2[1173]: 6 0 559.771 shouldn't be
1629.34/1637.17	WSVECS04 Frhs2[1187]: 6 -422.441 0 shouldn't be
1629.34/1637.17	WSVECS04 Frhs2[1297]: 6 0 269.667 shouldn't be
1629.34/1637.17	WSVECS04 Frhs2[1298]: 6 -639.732 0 shouldn't be
1629.34/1637.17	WSVECS04 Frhs2[1489]: 6 0 165.355 shouldn't be
1629.34/1637.17	WSVECS04 Frhs2[1523]: 6 0 434.713 shouldn't be
1629.34/1637.17	WSVECS04 Frhs2[1570]: 6 -1093.61 0 shouldn't be
1629.34/1637.17	WSVECS04 Frhs2[1605]: 6 0 104.589 shouldn't be
1629.34/1637.17	WSVECS04 Frhs2[1795]: 6 0 149.123 shouldn't be
1629.34/1637.17	WSVECS04 Frhs2[1846]: 6 0 30.5214 shouldn't be
1629.34/1637.17	WSVECS04 Frhs2[1906]: 6 0 292.593 shouldn't be
1629.34/1637.17	WSVECS04 Frhs2[1970]: 6 0 1019.93 shouldn't be
2103.56/2112.61	c #Conflicts:    1468000 | #Constraints:      74512
2103.56/2112.61	c #Conflicts:    1469000 | #Constraints:      75512
2103.56/2112.61	c #Conflicts:    1470000 | #Constraints:      76512
2103.56/2112.61	c #Conflicts:    1471000 | #Constraints:      77512
2103.56/2112.61	c #Conflicts:    1472000 | #Constraints:      78512
2103.56/2112.61	c #Conflicts:    1473000 | #Constraints:      79512
2103.56/2112.61	c #Conflicts:    1474000 | #Constraints:      80512
2103.56/2112.61	c #Conflicts:    1475000 | #Constraints:      81512
2103.56/2112.61	c #Conflicts:    1476000 | #Constraints:      82512
2103.56/2112.61	c #Conflicts:    1477000 | #Constraints:      83512
2103.56/2112.61	c #Conflicts:    1478000 | #Constraints:      84512
2103.56/2112.61	c #Conflicts:    1479000 | #Constraints:      85512
2103.56/2112.61	c #Conflicts:    1480000 | #Constraints:      86512
2103.56/2112.61	c #Conflicts:    1481000 | #Constraints:      87512
2103.56/2112.61	c #Conflicts:    1482000 | #Constraints:      88512
2103.56/2112.61	c #Conflicts:    1483000 | #Constraints:      89512
2103.56/2112.61	c #Conflicts:    1484000 | #Constraints:      90512
2103.56/2112.61	c #Conflicts:    1485000 | #Constraints:      91512
2103.56/2112.61	c #Conflicts:    1486000 | #Constraints:      92512
2103.56/2112.61	c #Conflicts:    1487000 | #Constraints:      93512
2103.56/2112.61	c #Conflicts:    1488000 | #Constraints:      94512
2103.56/2112.61	c #Conflicts:    1489000 | #Constraints:      95512
2103.56/2112.61	c #Conflicts:    1490000 | #Constraints:      96512
2103.56/2112.61	c #Conflicts:    1491000 | #Constraints:      97512
2103.56/2112.61	c #Conflicts:    1492000 | #Constraints:      98512
2103.56/2112.61	c INPROCESSING
2103.56/2112.61	c GARBAGE COLLECT
2103.56/2112.61	c #Conflicts:    1493000 | #Constraints:      53976
2103.56/2112.61	c #Conflicts:    1494000 | #Constraints:      54976
2103.56/2112.61	c #Conflicts:    1495000 | #Constraints:      55976
2103.56/2112.61	c #Conflicts:    1496000 | #Constraints:      56976
2103.56/2112.61	c #Conflicts:    1497000 | #Constraints:      57976
2103.56/2112.61	c #Conflicts:    1498000 | #Constraints:      58976
2103.56/2112.61	c #Conflicts:    1499000 | #Constraints:      59976
2103.56/2112.61	c #Conflicts:    1500000 | #Constraints:      60976
2103.56/2112.61	c #Conflicts:    1501000 | #Constraints:      61976
2103.56/2112.61	c #Conflicts:    1502000 | #Constraints:      62976
2103.56/2112.61	c #Conflicts:    1503000 | #Constraints:      63976
2103.56/2112.61	c #Conflicts:    1504000 | #Constraints:      64976
2103.56/2112.61	c #Conflicts:    1505000 | #Constraints:      65976
2103.56/2112.61	c #Conflicts:    1506000 | #Constraints:      66976
2103.56/2112.61	c #Conflicts:    1507000 | #Constraints:      67976
2103.56/2112.61	c #Conflicts:    1508000 | #Constraints:      68976
2103.56/2112.61	c #Conflicts:    1509000 | #Constraints:      69976
2103.56/2112.61	c #Conflicts:    1510000 | #Constraints:      70976
2103.56/2112.61	c #Conflicts:    1511000 | #Constraints:      71976
2103.56/2112.61	c #Conflicts:    1512000 | #Constraints:      72976
2103.56/2112.61	c #Conflicts:    1513000 | #Constraints:      73976
2103.56/2112.61	c #Conflicts:    1514000 | #Constraints:      74976
2103.56/2112.61	c #Conflicts:    1515000 | #Constraints:      75976
2103.56/2112.61	c #Conflicts:    1516000 | #Constraints:      76976
2103.56/2112.61	c #Conflicts:    1517000 | #Constraints:      77976
2103.56/2112.61	c #Conflicts:    1518000 | #Constraints:      78976
2103.56/2112.61	c INPROCESSING
2103.56/2112.61	c GARBAGE COLLECT
2103.56/2112.61	c #Conflicts:    1519000 | #Constraints:      44393
2103.56/2112.61	c #Conflicts:    1520000 | #Constraints:      45393
2103.56/2112.61	c #Conflicts:    1521000 | #Constraints:      46393
2103.56/2112.61	c #Conflicts:    1522000 | #Constraints:      47393
2103.56/2112.61	c #Conflicts:    1523000 | #Constraints:      48393
2103.56/2112.61	c #Conflicts:    1524000 | #Constraints:      49393
2103.56/2112.61	c #Conflicts:    1525000 | #Constraints:      50393
2103.56/2112.61	c #Conflicts:    1526000 | #Constraints:      51393
2103.56/2112.61	c #Conflicts:    1527000 | #Constraints:      52393
2103.56/2112.61	c #Conflicts:    1528000 | #Constraints:      53393
2103.56/2112.61	c #Conflicts:    1529000 | #Constraints:      54393
2103.56/2112.61	c #Conflicts:    1530000 | #Constraints:      55393
2103.56/2112.61	c #Conflicts:    1531000 | #Constraints:      56393
2103.56/2112.61	c #Conflicts:    1532000 | #Constraints:      57393
2103.56/2112.61	c #Conflicts:    1533000 | #Constraints:      58393
2103.56/2112.61	c #Conflicts:    1534000 | #Constraints:      59393
2103.56/2112.61	c #Conflicts:    1535000 | #Constraints:      60393
2103.56/2112.61	c #Conflicts:    1536000 | #Constraints:      61393
2103.56/2112.61	c #Conflicts:    1537000 | #Constraints:      62393
2103.56/2112.61	c bounds - >= 543 @ 2083.26
2123.41/2132.57	c #Conflicts:    1538000 | #Constraints:      63510
2123.41/2132.57	c #Conflicts:    1539000 | #Constraints:      64510
2123.41/2132.57	c #Conflicts:    1540000 | #Constraints:      65510
2123.41/2132.57	c #Conflicts:    1541000 | #Constraints:      66510
2123.41/2132.57	c #Conflicts:    1542000 | #Constraints:      67510
2123.41/2132.57	c #Conflicts:    1543000 | #Constraints:      68511
2123.41/2132.57	c INPROCESSING
2123.41/2132.57	c GARBAGE COLLECT
2123.41/2132.57	c #Conflicts:    1544000 | #Constraints:      38739
2123.41/2132.57	c #Conflicts:    1545000 | #Constraints:      39739
2123.41/2132.57	c #Conflicts:    1546000 | #Constraints:      40739
2123.41/2132.57	c #Conflicts:    1547000 | #Constraints:      41739
2123.41/2132.57	c #Conflicts:    1548000 | #Constraints:      42739
2123.41/2132.57	c #Conflicts:    1549000 | #Constraints:      43739
2123.41/2132.57	c #Conflicts:    1550000 | #Constraints:      44739
2123.41/2132.57	c #Conflicts:    1551000 | #Constraints:      45739
2123.41/2132.57	c #Conflicts:    1552000 | #Constraints:      46739
2123.41/2132.57	c #Conflicts:    1553000 | #Constraints:      47739
2123.41/2132.57	c #Conflicts:    1554000 | #Constraints:      48739
2123.41/2132.57	c #Conflicts:    1555000 | #Constraints:      49739
2123.41/2132.57	c #Conflicts:    1556000 | #Constraints:      50739
2123.41/2132.57	c #Conflicts:    1557000 | #Constraints:      51739
2123.41/2132.57	c #Conflicts:    1558000 | #Constraints:      52739
2123.41/2132.57	c #Conflicts:    1559000 | #Constraints:      53739
2123.41/2132.57	WSVECS04 Frhs2[44]: 6 0 4032.51 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[46]: 6 -2868.26 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[56]: 6 0 1416.33 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[65]: 6 0 1080.88 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[66]: 6 -3731.34 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[84]: 6 0 6929.6 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[101]: 6 0 6787.39 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[103]: 6 -3309.79 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[110]: 6 -2643.61 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[117]: 6 0 2233.28 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[155]: 6 0 699.487 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[169]: 6 -1394.71 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[170]: 6 0 3630.24 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[171]: 6 -2951.27 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[172]: 6 0 470.616 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[178]: 6 0 318.905 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[205]: 6 -3539.25 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[206]: 6 0 3515.37 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[211]: 6 -4349.19 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[217]: 6 0 1801.37 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[219]: 6 0 1888.76 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[239]: 6 0 5819.31 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[244]: 6 0 6587.12 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[249]: 6 -5164.28 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[263]: 6 0 2223.98 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[279]: 6 0 186.441 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[280]: 6 -2950.23 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[288]: 6 -4564.76 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[289]: 6 0 5914.24 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[300]: 6 0 753.351 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[321]: 6 0 3714.47 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[322]: 6 -3654.59 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[331]: 6 -3117.2 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[348]: 6 0 6516.3 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[362]: 6 -3108.17 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[387]: 6 0 9406.37 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[388]: 6 -4848.08 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[389]: 6 0 2558.03 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[422]: 6 0 4875.53 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[423]: 6 0 1946.65 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[429]: 6 -1866.88 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[468]: 6 -3123.36 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[473]: 6 -1566.98 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[477]: 6 0 936.933 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[487]: 6 -3812.12 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[506]: 6 0 1250.01 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[512]: 6 -3925.4 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[571]: 6 0 2108.91 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[582]: 6 -1763.78 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[628]: 6 -4376.64 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[653]: 6 0 6074.44 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[666]: 6 -1986.79 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[688]: 6 0 6928.6 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[713]: 6 0 2141.77 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[717]: 6 0 175.09 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[742]: 6 0 5745.76 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[747]: 6 -4313.24 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[758]: 6 0 3921.29 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[779]: 6 -3415.13 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[785]: 6 -3391.23 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[787]: 6 -2497.36 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[814]: 6 -2985.65 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[836]: 6 0 7363.54 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[850]: 6 -4037.93 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[853]: 6 0 2641.06 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[854]: 6 -5478.52 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[856]: 6 0 1901.84 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[859]: 6 0 322.735 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[868]: 6 0 2008.76 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[871]: 6 0 2970.44 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[876]: 6 -4751.05 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[889]: 6 -4336.1 0 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[890]: 6 0 1269.47 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[921]: 6 0 2571.59 shouldn't be
2123.41/2132.57	WSVECS04 Frhs2[932]: 6 0 235.154 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[935]: 6 0 1453.63 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[936]: 6 -810.756 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[943]: 6 -3154.41 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[944]: 6 0 1120.31 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1002]: 6 -2977.92 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1005]: 6 -3869.07 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1006]: 6 0 121.123 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1071]: 6 -2556.36 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1098]: 6 -4399.19 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1111]: 6 -3254.25 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1112]: 6 0 155.618 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1143]: 6 0 1953.27 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1144]: 6 -2720.99 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1169]: 6 0 4496.87 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1170]: 6 -4705.22 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1175]: 6 -3569.82 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1177]: 6 0 3161.28 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1192]: 6 0 524.676 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1203]: 6 0 3350.14 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1207]: 6 0 3608.9 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1209]: 6 0 5946.34 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1223]: 6 -3252.48 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1256]: 6 0 2786.99 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1271]: 6 0 5674.14 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1298]: 6 0 755.367 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1301]: 6 0 3542.57 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1368]: 6 0 2069.7 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1377]: 6 0 3258.72 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1409]: 6 -2930.13 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1423]: 6 0 4440.24 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1424]: 6 -4632.42 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1431]: 6 -2902.22 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1440]: 6 0 5599.08 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1445]: 6 0 6450.83 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1451]: 6 -2334.85 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1456]: 6 -447.43 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1471]: 6 0 1159.66 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1472]: 6 -3627.47 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1483]: 6 0 148.707 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1484]: 6 -2976.63 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1485]: 6 0 3841.91 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1486]: 6 -1658.12 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1495]: 6 -6035.43 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1507]: 6 0 6019.03 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1508]: 6 -3478.36 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1526]: 6 0 2998.78 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1550]: 6 0 1337.48 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1565]: 6 -3066.1 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1566]: 6 0 2427.55 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1571]: 6 0 9528.72 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1577]: 6 0 7691.86 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1582]: 6 -3416.71 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1590]: 6 0 2925.64 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1596]: 6 -3091.18 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1613]: 6 -3972.23 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1614]: 6 0 1005.88 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1616]: 6 -4791.61 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1625]: 6 0 2608.66 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1628]: 6 -1986.86 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1630]: 6 0 2230.05 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1633]: 6 0 955.289 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1641]: 6 -2405.07 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1660]: 6 0 4608.22 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1685]: 6 -1982.66 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1687]: 6 -4273.83 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1688]: 6 0 3996.89 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1698]: 6 0 6013.27 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1748]: 6 0 851.861 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1753]: 6 -1724.23 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1754]: 6 0 3046.52 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1759]: 6 0 13175 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1770]: 6 0 1163.24 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1771]: 6 0 734.235 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1773]: 6 -2400 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1774]: 6 0 2349.58 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1778]: 6 -4116.69 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1801]: 6 0 945.484 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1804]: 6 0 229.283 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1808]: 6 0 3293.19 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1812]: 6 0 3143.36 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1813]: 6 0 1843.6 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1818]: 6 0 3490.36 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1822]: 6 0 1749.01 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1829]: 6 0 4177.29 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1830]: 6 -3276.13 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1841]: 6 0 871.755 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1873]: 6 -1909.82 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1874]: 6 0 4662.76 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1875]: 6 0 5507.15 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1878]: 6 0 4502.25 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1879]: 6 0 21.6749 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1883]: 6 0 4470.68 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1890]: 6 0 5790.61 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1896]: 6 -2529.16 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1900]: 6 -5193.68 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1907]: 6 0 1502.14 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1910]: 6 0 4526.11 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1912]: 6 -2929.12 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1949]: 6 -3927.21 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1950]: 6 0 6169.16 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1956]: 6 -4602.55 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1957]: 6 -3861.71 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1959]: 6 0 1620.68 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1960]: 6 -3644.73 0 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1963]: 6 0 592.93 shouldn't be
2123.41/2132.58	WSVECS04 Frhs2[1994]: 6 0 2588.87 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[78]: 6 -3198.7 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[83]: 6 -1831.18 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[94]: 6 -3568.49 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[97]: 6 0 1586.19 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[102]: 6 -4878.84 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[165]: 6 -3985.1 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[167]: 6 -2564.05 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[218]: 6 -2901.72 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[220]: 6 -5007.01 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[231]: 6 -3562.68 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[237]: 6 -2572.82 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[240]: 6 -2524 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[299]: 6 -5389.4 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[301]: 6 -4965.97 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[303]: 6 -1380.63 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[307]: 6 -4116.34 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[312]: 6 -2159.38 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[381]: 6 -6646.68 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[396]: 6 -2657.87 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[482]: 6 -4359.2 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[508]: 6 -846.418 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[658]: 6 -1680.18 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[718]: 6 -4554.96 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[720]: 6 -1479.45 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[723]: 6 -3874.36 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[790]: 6 -1886.34 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[855]: 6 -3687.35 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[912]: 6 -1621.62 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[931]: 6 -2125.07 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1132]: 6 -2669.1 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1178]: 6 -2480.95 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1204]: 6 -5092.86 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1218]: 6 -1945.4 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1236]: 6 -1350.37 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1246]: 6 -2572.16 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1297]: 6 -2463.57 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1315]: 6 -2406.86 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1325]: 6 -1134.05 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1333]: 6 -3928.81 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1358]: 6 -2952.78 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1367]: 6 -1 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1439]: 6 -3501.71 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1447]: 6 -3725.74 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1454]: 6 -5136.12 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1525]: 6 -1727.03 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1543]: 6 -3130.77 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1549]: 6 -3341.96 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1578]: 6 -3892.84 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1626]: 6 -6140.95 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1629]: 6 -2141.12 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1651]: 6 -2597.33 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1659]: 6 -3271.74 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1665]: 6 -3986.79 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1697]: 6 -2048.65 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1761]: 6 -3001.33 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1765]: 6 -1838.04 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1766]: 6 0 1953.32 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1802]: 6 -2727.93 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1803]: 6 -490.4 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1814]: 6 -3543.35 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1817]: 6 -4872.92 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1844]: 6 -3813.17 0 shouldn't be
2123.91/2133.09	WSVECS04 Frhs2[1993]: 6 -2781.87 0 shouldn't be
2124.41/2133.59	WSVECS04 Frhs2[264]: 6 -1528.29 0 shouldn't be
2124.41/2133.59	WSVECS04 Frhs2[586]: 6 -3030.68 0 shouldn't be
2124.41/2133.59	WSVECS04 Frhs2[1772]: 6 -2311.59 0 shouldn't be
2124.91/2134.04	WSVECS04 Frhs2[173]: 6 -1490.1 0 shouldn't be
2124.91/2134.04	WSVECS04 Frhs2[421]: 6 -3910.95 0 shouldn't be
2124.91/2134.04	WSVECS04 Frhs2[1842]: 6 -3315.04 0 shouldn't be
2124.91/2134.04	WSVECS04 Frhs2[1876]: 6 -1987.56 0 shouldn't be
2126.30/2135.43	WSVECS04 Frhs2[347]: 6 -3777.13 0 shouldn't be
2126.30/2135.43	WSVECS04 Frhs2[370]: 6 -1850.32 0 shouldn't be
2126.30/2135.43	WSVECS04 Frhs2[511]: 6 0 3081.26 shouldn't be
2126.30/2135.43	WSVECS04 Frhs2[516]: 6 -1956.09 0 shouldn't be
2126.30/2135.43	WSVECS04 Frhs2[1374]: 6 0 34.5124 shouldn't be
2126.30/2135.43	WSVECS04 Frhs2[1686]: 6 0 208.667 shouldn't be
2126.30/2135.43	WSVECS04 Frhs2[1928]: 6 -1997.24 0 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[308]: 6 0 2328.39 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[390]: 6 -2629.1 0 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[471]: 6 -2701.78 0 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[585]: 6 0 3395.51 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[654]: 6 -2879.18 0 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[724]: 6 0 2963.89 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[835]: 6 -2159 0 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[867]: 6 -2694.25 0 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[872]: 6 -2456.8 0 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[956]: 6 -4005.14 0 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[971]: 6 -2467.95 0 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[1049]: 6 -2040.69 0 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[1126]: 6 -3477.28 0 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[1210]: 6 -2832.33 0 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[1272]: 6 -3098.17 0 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[1296]: 6 -2149.99 0 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[1378]: 6 -4348.06 0 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[1410]: 6 0 10337.4 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[1498]: 6 -4991.18 0 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[1674]: 6 0 414.484 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[1792]: 6 -3099.55 0 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[1884]: 6 -836.859 0 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[1909]: 6 -2268.8 0 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[1943]: 6 -2786.2 0 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[1944]: 6 0 4457.72 shouldn't be
2127.30/2136.49	WSVECS04 Frhs2[1974]: 6 -2305.21 0 shouldn't be
2154.72/2163.95	c #Conflicts:    1560000 | #Constraints:      54739
2154.72/2163.95	c #Conflicts:    1561000 | #Constraints:      55739
2154.72/2163.95	c #Conflicts:    1562000 | #Constraints:      56739
2154.72/2163.95	c #Conflicts:    1563000 | #Constraints:      57739
2154.72/2163.95	c #Conflicts:    1564000 | #Constraints:      58739
2154.72/2163.95	c #Conflicts:    1565000 | #Constraints:      59739
2154.72/2163.95	c #Conflicts:    1566000 | #Constraints:      60739
2154.72/2163.95	c #Conflicts:    1567000 | #Constraints:      61739
2154.72/2163.95	c #Conflicts:    1568000 | #Constraints:      62739
2154.72/2163.95	c #Conflicts:    1569000 | #Constraints:      63739
2154.72/2163.95	c INPROCESSING
2154.72/2163.95	c GARBAGE COLLECT
2154.72/2163.95	c #Conflicts:    1570000 | #Constraints:      36386
2154.72/2163.95	c #Conflicts:    1571000 | #Constraints:      37386
2154.72/2163.95	c #Conflicts:    1572000 | #Constraints:      38386
2154.72/2163.95	c #Conflicts:    1573000 | #Constraints:      39386
2154.72/2163.95	c #Conflicts:    1574000 | #Constraints:      40386
2154.72/2163.95	c #Conflicts:    1575000 | #Constraints:      41386
2154.72/2163.95	c #Conflicts:    1576000 | #Constraints:      42387
2154.72/2163.95	c #Conflicts:    1577000 | #Constraints:      43387
2154.72/2163.95	c #Conflicts:    1578000 | #Constraints:      44387
2154.72/2163.95	c #Conflicts:    1579000 | #Constraints:      45387
2154.72/2163.95	c #Conflicts:    1580000 | #Constraints:      46387
2154.72/2163.95	c #Conflicts:    1581000 | #Constraints:      47387
2154.72/2163.95	c #Conflicts:    1582000 | #Constraints:      48387
2154.72/2163.95	c #Conflicts:    1583000 | #Constraints:      49387
2154.72/2163.95	c #Conflicts:    1584000 | #Constraints:      50387
2154.72/2163.95	c #Conflicts:    1585000 | #Constraints:      51387
2154.72/2163.95	c #Conflicts:    1586000 | #Constraints:      52387
2154.72/2163.95	c #Conflicts:    1587000 | #Constraints:      53387
2154.72/2163.95	c #Conflicts:    1588000 | #Constraints:      54387
2154.72/2163.95	c #Conflicts:    1589000 | #Constraints:      55387
2154.72/2163.95	c #Conflicts:    1590000 | #Constraints:      56387
2154.72/2163.95	c #Conflicts:    1591000 | #Constraints:      57387
2154.72/2163.95	c #Conflicts:    1592000 | #Constraints:      58387
2154.72/2163.95	c #Conflicts:    1593000 | #Constraints:      59387
2154.72/2163.95	c #Conflicts:    1594000 | #Constraints:      60387
2154.72/2163.95	WSVECS04 Frhs2[18]: 6 -97.9268 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[27]: 6 0 170.438 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[47]: 6 0 30.5568 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[60]: 6 -28.1013 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[62]: 6 -63.2907 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[64]: 6 0 26.757 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[66]: 6 -122.35 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[90]: 6 -82.8167 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[95]: 6 -82.5185 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[96]: 6 0 103.669 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[103]: 6 -0.0390177 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[109]: 6 -88.3562 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[133]: 6 0 5.22155 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[134]: 6 -41.787 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[141]: 6 0 83.1298 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[145]: 6 -140.034 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[185]: 6 -82.2809 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[187]: 6 -45.1921 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[196]: 6 -51.1792 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[221]: 6 0 166.735 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[222]: 6 -62.2152 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[238]: 6 -12.3679 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[239]: 6 0 169.237 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[240]: 6 -70.6923 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[264]: 6 -28.1061 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[265]: 6 0 3.86346 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[291]: 6 -122.911 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[293]: 6 -182.983 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[307]: 6 -99.7064 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[322]: 6 -110.099 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[323]: 6 0 109.498 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[338]: 6 -73.5976 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[348]: 6 -57.01 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[383]: 6 -78.2657 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[409]: 6 -129.743 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[422]: 6 -37.6578 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[427]: 6 -86.395 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[429]: 6 -54.3967 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[449]: 6 -105.758 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[450]: 6 0 201.042 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[459]: 6 -110.834 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[465]: 6 -66.334 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[471]: 6 -49.9856 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[479]: 6 0 80.6163 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[484]: 6 -120.263 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[497]: 6 0 58.9521 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[502]: 6 0 101.811 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[505]: 6 -45.4425 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[506]: 6 0 143.716 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[557]: 6 0 141.634 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[575]: 6 -173.046 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[576]: 6 0 50.7747 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[587]: 6 -55.5386 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[589]: 6 -90.67 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[620]: 6 -68.3967 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[630]: 6 -87.013 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[631]: 6 -1.00001 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[637]: 6 -92.1075 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[638]: 6 0 94.312 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[641]: 6 0 62.066 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[643]: 6 0 35.8371 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[644]: 6 -52.5018 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[645]: 6 -120.859 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[646]: 6 0 71.7295 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[648]: 6 0 108.248 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[658]: 6 -38.5367 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[660]: 6 -69.1729 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[670]: 6 -124.681 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[707]: 6 -35.6073 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[716]: 6 0 11.1683 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[733]: 6 -90.3168 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[734]: 6 0 11.9228 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[760]: 6 -131.514 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[765]: 6 -162.216 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[781]: 6 -199.129 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[782]: 6 0 6.02201 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[785]: 6 -105.061 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[786]: 6 0 43.6306 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[805]: 6 0 118.376 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[806]: 6 -40.9053 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[811]: 6 0 64.6814 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[820]: 6 -48.0736 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[823]: 6 -21.1827 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[832]: 6 -42.1182 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[837]: 6 0 84.2282 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[838]: 6 -88.3607 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[852]: 6 0 28.5081 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[855]: 6 -115.962 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[867]: 6 -41.1285 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[868]: 6 0 265.075 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[871]: 6 -37.4207 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[872]: 6 0 114.88 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[874]: 6 -149.647 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[929]: 6 -96.9922 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[930]: 6 0 289.816 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[943]: 6 0 83.2133 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[945]: 6 -41.9045 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[952]: 6 -146.746 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[959]: 6 0 92.5473 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[961]: 6 -4.6231 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[965]: 6 0 57.2284 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[966]: 6 -87.1574 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[969]: 6 0 23.6017 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1019]: 6 -40.1803 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1020]: 6 0 238.831 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1035]: 6 0 72.6314 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1036]: 6 -41.0223 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1124]: 6 -59.8847 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1139]: 6 -97.4584 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1140]: 6 0 102.492 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1170]: 6 -151.817 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1185]: 6 -76.4842 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1199]: 6 0 0.222637 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1228]: 6 -42.7699 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1235]: 6 -41.5902 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1237]: 6 -51.1086 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1238]: 6 0 29.8539 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1279]: 6 -108.641 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1280]: 6 0 42.4915 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1298]: 6 -119.165 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1345]: 6 -81.2433 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1346]: 6 0 156.207 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1356]: 6 -170.602 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1387]: 6 0 186.97 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1390]: 6 0 233.837 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1403]: 6 -64.5122 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1404]: 6 0 23.5458 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1430]: 6 -68.4689 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1437]: 6 0 218.994 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1438]: 6 -88.2958 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1450]: 6 0 239.482 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1461]: 6 -1.00008 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1465]: 6 0 34.4931 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1466]: 6 -108.587 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1486]: 6 -38.6037 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1503]: 6 -87.5292 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1506]: 6 -66.5794 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1507]: 6 -71.6691 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1516]: 6 0 2.4806 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1535]: 6 -199.284 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1547]: 6 -79.6282 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1549]: 6 -97.737 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1557]: 6 -70.579 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1587]: 6 -57.7369 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1590]: 6 -54.2017 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1614]: 6 -39.3383 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1627]: 6 -80.4556 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1628]: 6 0 2.56317 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1632]: 6 0 41.2297 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1653]: 6 -57.992 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1657]: 6 0 224.586 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1666]: 6 -182.783 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1671]: 6 -23.2552 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1673]: 6 -6.47184 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1687]: 6 0 135.606 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1688]: 6 -193.788 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1698]: 6 -14.0389 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1716]: 6 0 49.1138 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1721]: 6 0 128.87 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1722]: 6 -9.44656 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1725]: 6 -109.221 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1746]: 6 -105.061 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1759]: 6 0 38.8113 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1760]: 6 -68.7132 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1761]: 6 -99.7418 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1768]: 6 -41.1031 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1804]: 6 -56.3441 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1812]: 6 0 58.0145 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1834]: 6 -93.0669 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1846]: 6 -152.989 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1854]: 6 -34.1468 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1870]: 6 -124.413 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1880]: 6 -69.471 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1924]: 6 -109.678 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1955]: 6 -92.0009 0 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1961]: 6 0 20.1586 shouldn't be
2154.72/2163.95	WSVECS04 Frhs2[1962]: 6 -79.2054 0 shouldn't be
2155.12/2164.39	WSVECS04 Frhs2[28]: 6 -101.45 0 shouldn't be
2155.12/2164.39	WSVECS04 Frhs2[100]: 6 -58.812 0 shouldn't be
2155.12/2164.39	WSVECS04 Frhs2[268]: 6 -67.6571 0 shouldn't be
2155.12/2164.39	WSVECS04 Frhs2[354]: 6 -124.143 0 shouldn't be
2155.12/2164.39	WSVECS04 Frhs2[558]: 6 -50.2727 0 shouldn't be
2155.12/2164.39	WSVECS04 Frhs2[619]: 6 0 1.76732 shouldn't be
2155.12/2164.39	WSVECS04 Frhs2[647]: 6 -117.966 0 shouldn't be
2155.12/2164.39	WSVECS04 Frhs2[812]: 6 -53.3852 0 shouldn't be
2155.12/2164.39	WSVECS04 Frhs2[851]: 6 -74.0359 0 shouldn't be
2155.12/2164.39	WSVECS04 Frhs2[967]: 6 -40.115 0 shouldn't be
2155.12/2164.39	WSVECS04 Frhs2[970]: 6 -113.532 0 shouldn't be
2155.12/2164.39	WSVECS04 Frhs2[1024]: 6 -107.766 0 shouldn't be
2155.12/2164.39	WSVECS04 Frhs2[1045]: 6 -97.559 0 shouldn't be
2155.12/2164.39	WSVECS04 Frhs2[1285]: 6 -152.381 0 shouldn't be
2155.12/2164.39	WSVECS04 Frhs2[1331]: 6 -159.049 0 shouldn't be
2155.12/2164.39	WSVECS04 Frhs2[1446]: 6 -71.5095 0 shouldn't be
2155.12/2164.39	WSVECS04 Frhs2[1611]: 6 -181.089 0 shouldn't be
2155.12/2164.39	WSVECS04 Frhs2[1669]: 6 -102.825 0 shouldn't be
2155.12/2164.39	WSVECS04 Frhs2[1690]: 6 -80.9076 0 shouldn't be
2155.12/2164.39	WSVECS04 Frhs2[1714]: 6 -94.3197 0 shouldn't be
2155.12/2164.39	WSVECS04 Frhs2[1811]: 6 -48.1622 0 shouldn't be
2155.63/2164.84	WSVECS04 Frhs2[741]: 6 -73.3242 0 shouldn't be
2155.63/2164.84	WSVECS04 Frhs2[997]: 6 -0.986456 0 shouldn't be
2155.63/2164.84	WSVECS04 Frhs2[1023]: 6 0 3.0735 shouldn't be
2155.63/2164.84	WSVECS04 Frhs2[1841]: 6 0 71.5381 shouldn't be
2155.63/2164.84	WSVECS04 Frhs2[1905]: 6 0 32.8634 shouldn't be
2156.12/2165.37	WSVECS04 Frhs2[324]: 6 -66.9847 0 shouldn't be
2156.12/2165.37	WSVECS04 Frhs2[466]: 6 0 82.7454 shouldn't be
2156.12/2165.37	WSVECS04 Frhs2[480]: 6 -171.769 0 shouldn't be
2156.12/2165.37	WSVECS04 Frhs2[590]: 6 0 40.2594 shouldn't be
2156.12/2165.37	WSVECS04 Frhs2[720]: 6 0 25.7165 shouldn't be
2156.12/2165.37	WSVECS04 Frhs2[1324]: 6 -33.6448 0 shouldn't be
2156.12/2165.37	WSVECS04 Frhs2[1589]: 6 0 37.8542 shouldn't be
2156.12/2165.37	WSVECS04 Frhs2[1631]: 6 -95.4438 0 shouldn't be
2156.12/2165.37	WSVECS04 Frhs2[1645]: 6 -97.6809 0 shouldn't be
2156.12/2165.37	WSVECS04 Frhs2[1654]: 6 0 61.4693 shouldn't be
2156.62/2165.83	WSVECS04 Frhs2[313]: 6 -61.7063 0 shouldn't be
2156.62/2165.83	WSVECS04 Frhs2[347]: 6 0 288.973 shouldn't be
2163.64/2172.93	c #Conflicts:    1595000 | #Constraints:      61388
2163.64/2172.93	c #Conflicts:    1596000 | #Constraints:      62388
2163.64/2172.93	c #Conflicts:    1597000 | #Constraints:      63388
2163.64/2172.93	c #Conflicts:    1598000 | #Constraints:      64388
2163.64/2172.93	c #Conflicts:    1599000 | #Constraints:      65388
2163.64/2172.93	c #Conflicts:    1600000 | #Constraints:      66388
2163.64/2172.93	c #Conflicts:    1601000 | #Constraints:      67388
2163.64/2172.93	c #Conflicts:    1602000 | #Constraints:      68388
2163.64/2172.93	c #Conflicts:    1603000 | #Constraints:      69388
2163.64/2172.93	c #Conflicts:    1604000 | #Constraints:      70388
2163.64/2172.93	WSVECS04 Frhs2[5]: 6 0 1652.29 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[18]: 6 0 1427.74 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[43]: 6 0 5.8413 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[44]: 6 0 1262.31 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[49]: 6 0 1338.06 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[58]: 6 0 374.937 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[59]: 6 -231.824 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[68]: 6 -599.516 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[72]: 6 -355.538 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[74]: 6 0 833.226 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[76]: 6 0 162.223 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[78]: 6 -783.855 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[86]: 6 0 1876.39 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[88]: 6 0 561.22 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[90]: 6 -492.611 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[95]: 6 0 225.173 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[103]: 6 0 282.614 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[105]: 6 0 527.101 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[115]: 6 -459.302 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[119]: 6 0 305.021 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[122]: 6 0 1271.62 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[136]: 6 0 189.407 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[141]: 6 0 312.398 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[145]: 6 0 1530.42 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[159]: 6 0 27.8276 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[168]: 6 0 1980.24 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[178]: 6 -1.00009 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[179]: 6 0 136.899 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[183]: 6 0 1922.6 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[184]: 6 0 747.461 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[185]: 6 -1255.91 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[187]: 6 0 3938.84 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[189]: 6 0 666.459 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[190]: 6 0 1097.82 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[196]: 6 0 2546.5 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[200]: 6 0 259.28 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[201]: 6 -154.598 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[202]: 6 0 2046.85 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[209]: 6 -3298.57 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[210]: 6 0 2688.2 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[214]: 6 0 475.928 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[216]: 6 -1721.9 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[221]: 6 -1104.88 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[223]: 6 0 616.065 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[225]: 6 0 3418.97 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[228]: 6 0 2497.03 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[236]: 6 0 2447.67 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[239]: 6 -1237.04 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[247]: 6 0 609.367 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[254]: 6 -1012.11 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[271]: 6 -451.58 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[272]: 6 0 961.369 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[297]: 6 -334.118 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[300]: 6 0 1926.79 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[311]: 6 -4588.8 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[315]: 6 0 1594.38 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[319]: 6 -1930.71 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[330]: 6 -2878.92 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[335]: 6 0 918.648 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[337]: 6 0 322.535 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[338]: 6 -727.504 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[339]: 6 0 2607.12 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[340]: 6 0 453.54 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[342]: 6 0 696.027 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[351]: 6 0 1639.25 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[365]: 6 0 215.971 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[367]: 6 -185.571 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[368]: 6 0 1171.69 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[375]: 6 -497.318 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[383]: 6 0 4136.81 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[389]: 6 0 428.244 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[395]: 6 0 510.125 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[396]: 6 0 2341.69 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[401]: 6 0 633.518 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[411]: 6 -531.427 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[413]: 6 0 1946.07 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[415]: 6 -1904.03 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[417]: 6 -727.787 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[420]: 6 0 1080.52 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[421]: 6 -937.516 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[439]: 6 0 935.749 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[441]: 6 0 365.149 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[455]: 6 -837.79 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[456]: 6 -1251.37 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[460]: 6 0 328.044 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[470]: 6 0 364.83 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[486]: 6 0 1367.81 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[492]: 6 0 2228.8 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[493]: 6 -1597.07 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[495]: 6 -2.81365 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[498]: 6 -323.359 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[500]: 6 -1072.03 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[508]: 6 -218.831 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[513]: 6 0 443.069 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[518]: 6 0 2645.49 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[530]: 6 0 1961.12 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[538]: 6 -808.103 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[544]: 6 0 1898.5 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[545]: 6 0 4457.55 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[555]: 6 0 265.462 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[557]: 6 -2903.55 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[559]: 6 -1829.54 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[564]: 6 0 4022.02 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[567]: 6 0 4363.67 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[569]: 6 0 1191.81 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[575]: 6 -838.78 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[576]: 6 0 803.77 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[581]: 6 0 1007.62 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[590]: 6 0 1496.58 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[595]: 6 0 1017.23 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[601]: 6 0 1509.14 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[602]: 6 0 1368.44 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[610]: 6 -1206.68 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[615]: 6 0 80.2056 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[621]: 6 0 4197.15 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[634]: 6 -465.263 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[644]: 6 0 1213.94 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[648]: 6 -665.339 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[653]: 6 0 1396.13 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[659]: 6 0 605.279 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[661]: 6 0 165.073 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[663]: 6 0 66.0247 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[664]: 6 -761.1 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[668]: 6 0 213.425 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[685]: 6 0 556.325 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[686]: 6 -125.883 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[691]: 6 -548.071 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[692]: 6 0 614.822 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[694]: 6 -92.6723 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[696]: 6 0 3799.51 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[699]: 6 0 360.821 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[701]: 6 0 1206.46 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[702]: 6 -170.385 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[711]: 6 0 248.516 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[713]: 6 0 2219.91 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[714]: 6 -231.277 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[726]: 6 0 674.86 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[730]: 6 0 828.839 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[732]: 6 0 1454.15 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[737]: 6 0 199.854 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[741]: 6 -652.839 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[748]: 6 0 3139.63 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[755]: 6 0 647.707 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[758]: 6 0 541.975 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[759]: 6 0 1287.63 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[762]: 6 0 332.492 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[771]: 6 -1159.27 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[776]: 6 0 1630.72 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[779]: 6 0 50.1528 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[780]: 6 0 968.201 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[782]: 6 0 821.628 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[784]: 6 0 137.654 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[785]: 6 -414.331 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[787]: 6 0 2743.43 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[788]: 6 0 3165.4 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[796]: 6 0 2710.3 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[797]: 6 -73.4494 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[806]: 6 0 2050.39 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[811]: 6 0 404.226 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[813]: 6 0 420.188 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[814]: 6 -342.523 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[833]: 6 0 910.369 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[842]: 6 0 446.625 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[849]: 6 -556.401 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[851]: 6 0 150.112 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[857]: 6 0 236.942 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[858]: 6 -60.6911 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[861]: 6 0 2093.92 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[862]: 6 0 568.665 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[873]: 6 -1769.96 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[876]: 6 0 867.663 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[878]: 6 -1099.67 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[880]: 6 0 1589.93 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[881]: 6 0 474.414 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[891]: 6 0 158.221 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[893]: 6 0 23.8623 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[901]: 6 0 290.392 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[903]: 6 -70.6451 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[907]: 6 -526.948 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[908]: 6 0 396.467 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[919]: 6 -2733.22 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[920]: 6 -491.301 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[921]: 6 0 1257.47 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[952]: 6 0 1661.43 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[956]: 6 0 274.313 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[963]: 6 0 2498.15 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[990]: 6 -1016.09 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[993]: 6 0 2133.89 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[994]: 6 0 1706.07 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[997]: 6 -94.8192 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1004]: 6 0 268.701 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1008]: 6 0 615.236 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1009]: 6 0 2035.15 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1023]: 6 -1749.2 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1040]: 6 0 1795.64 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1050]: 6 -905.469 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1064]: 6 -2903.44 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1068]: 6 -123.734 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1070]: 6 0 718.512 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1075]: 6 0 1645.13 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1078]: 6 0 618.935 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1083]: 6 -289.679 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1088]: 6 0 114.36 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1107]: 6 -1075.88 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1134]: 6 0 4174.42 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1136]: 6 0 1107.02 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1139]: 6 -697.173 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1147]: 6 0 467.624 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1153]: 6 -1027.63 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1154]: 6 0 49.959 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1164]: 6 -779.701 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1178]: 6 0 1899.45 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1181]: 6 0 3020.88 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1211]: 6 0 44.7214 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1226]: 6 0 1557.98 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1231]: 6 0 1070.16 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1241]: 6 -1340.15 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1250]: 6 0 496.95 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1251]: 6 -124.974 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1252]: 6 -480.267 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1257]: 6 0 1643.77 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1258]: 6 0 100.77 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1261]: 6 0 162.966 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1265]: 6 0 1298.56 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1272]: 6 0 1013.26 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1273]: 6 0 1130.14 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1279]: 6 0 385.107 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1280]: 6 0 993.293 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1288]: 6 -80.9893 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1296]: 6 -2214.58 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1297]: 6 0 2799.27 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1314]: 6 0 292.309 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1332]: 6 0 328.242 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1334]: 6 0 751.301 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1357]: 6 0 97.0291 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1361]: 6 0 1436.63 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1378]: 6 0 4211.54 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1379]: 6 0 1979.03 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1385]: 6 -1432.62 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1386]: 6 0 701.023 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1388]: 6 0 1553.45 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1398]: 6 -23.4841 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1408]: 6 0 595.61 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1413]: 6 0 1444.86 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1422]: 6 0 1488.26 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1429]: 6 0 1809.49 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1449]: 6 -1122.92 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1452]: 6 0 212.157 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1454]: 6 0 4031.65 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1482]: 6 0 432.054 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1488]: 6 0 1832.52 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1501]: 6 -1545.45 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1508]: 6 0 4435.95 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1512]: 6 0 2046.83 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1513]: 6 0 369.854 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1535]: 6 0 697.248 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1546]: 6 0 180.285 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1551]: 6 0 236.053 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1562]: 6 0 2874.23 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1582]: 6 0 760.734 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1586]: 6 0 279.428 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1588]: 6 0 3167.03 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1596]: 6 0 1734.45 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1611]: 6 0 1343.65 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1617]: 6 0 819.395 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1620]: 6 0 3168.98 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1624]: 6 -146.342 0 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1625]: 6 0 997.251 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1626]: 6 0 1194.53 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1636]: 6 0 373.063 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1637]: 6 0 446.459 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1645]: 6 0 1656.05 shouldn't be
2163.64/2172.93	WSVECS04 Frhs2[1646]: 6 0 1174.75 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1647]: 6 -239.814 0 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1653]: 6 -844.451 0 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1657]: 6 0 334.905 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1661]: 6 0 353.159 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1662]: 6 -198.003 0 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1685]: 6 0 2915.03 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1689]: 6 0 226.272 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1703]: 6 -22.427 0 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1704]: 6 0 289.351 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1707]: 6 0 194.37 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1730]: 6 0 0.563618 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1734]: 6 0 525.509 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1756]: 6 0 90.648 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1765]: 6 0 1104.31 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1770]: 6 0 1534.52 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1780]: 6 0 566.438 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1803]: 6 0 532.061 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1814]: 6 0 684.287 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1815]: 6 0 140.38 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1823]: 6 0 1101.6 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1854]: 6 0 256.92 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1855]: 6 -18.5868 0 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1870]: 6 0 428.766 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1877]: 6 0 2491.16 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1885]: 6 -1056.33 0 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1891]: 6 0 405.434 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1893]: 6 0 1205.97 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1941]: 6 0 28.9061 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1944]: 6 0 1002.78 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1986]: 6 0 873.837 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1992]: 6 0 2997.94 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1995]: 6 0 3102.69 shouldn't be
2163.64/2172.94	WSVECS04 Frhs2[1999]: 6 0 784.412 shouldn't be
2243.49/2256.25	c #Conflicts:    1605000 | #Constraints:      71388
2243.49/2256.25	c #Conflicts:    1606000 | #Constraints:      72388
2243.49/2256.25	c #Conflicts:    1607000 | #Constraints:      73388
2243.49/2256.25	c #Conflicts:    1608000 | #Constraints:      74388
2243.49/2256.25	c #Conflicts:    1609000 | #Constraints:      75388
2243.49/2256.25	c #Conflicts:    1610000 | #Constraints:      76388
2243.49/2256.25	c #Conflicts:    1611000 | #Constraints:      77388
2243.49/2256.25	c #Conflicts:    1612000 | #Constraints:      78388
2243.49/2256.25	c #Conflicts:    1613000 | #Constraints:      79388
2243.49/2256.25	c #Conflicts:    1614000 | #Constraints:      80388
2243.49/2256.25	c #Conflicts:    1615000 | #Constraints:      81388
2243.49/2256.25	c #Conflicts:    1616000 | #Constraints:      82388
2243.49/2256.25	c #Conflicts:    1617000 | #Constraints:      83388
2243.49/2256.25	c #Conflicts:    1618000 | #Constraints:      84388
2243.49/2256.25	c #Conflicts:    1619000 | #Constraints:      85388
2243.49/2256.25	c #Conflicts:    1620000 | #Constraints:      86388
2243.49/2256.25	c #Conflicts:    1621000 | #Constraints:      87388
2243.49/2256.25	c #Conflicts:    1622000 | #Constraints:      88388
2243.49/2256.25	c #Conflicts:    1623000 | #Constraints:      89388
2243.49/2256.25	c #Conflicts:    1624000 | #Constraints:      90388
2243.49/2256.25	c #Conflicts:    1625000 | #Constraints:      91388
2243.49/2256.25	c #Conflicts:    1626000 | #Constraints:      92388
2243.49/2256.25	c #Conflicts:    1627000 | #Constraints:      93388
2243.49/2256.25	c #Conflicts:    1628000 | #Constraints:      94388
2243.49/2256.25	c #Conflicts:    1629000 | #Constraints:      95388
2243.49/2256.25	c #Conflicts:    1630000 | #Constraints:      96388
2243.49/2256.25	c #Conflicts:    1631000 | #Constraints:      97388
2243.49/2256.25	c #Conflicts:    1632000 | #Constraints:      98388
2243.49/2256.25	c #Conflicts:    1633000 | #Constraints:      99388
2243.49/2256.25	c #Conflicts:    1634000 | #Constraints:     100388
2243.49/2256.25	c #Conflicts:    1635000 | #Constraints:     101388
2243.49/2256.25	c #Conflicts:    1636000 | #Constraints:     102388
2243.49/2256.25	c #Conflicts:    1637000 | #Constraints:     103388
2243.49/2256.25	c #Conflicts:    1638000 | #Constraints:     104388
2243.49/2256.25	c #Conflicts:    1639000 | #Constraints:     105388
2243.49/2256.25	c #Conflicts:    1640000 | #Constraints:     106388
2243.49/2256.25	c #Conflicts:    1641000 | #Constraints:     107388
2243.49/2256.25	c #Conflicts:    1642000 | #Constraints:     108388
2243.49/2256.25	c #Conflicts:    1643000 | #Constraints:     109388
2243.49/2256.25	c #Conflicts:    1644000 | #Constraints:     110388
2243.49/2256.25	c #Conflicts:    1645000 | #Constraints:     111388
2243.49/2256.25	c #Conflicts:    1646000 | #Constraints:     112388
2243.49/2256.25	c #Conflicts:    1647000 | #Constraints:     113388
2243.49/2256.25	c #Conflicts:    1648000 | #Constraints:     114388
2243.49/2256.25	c #Conflicts:    1649000 | #Constraints:     115388
2243.49/2256.25	c #Conflicts:    1650000 | #Constraints:     116388
2243.49/2256.25	c #Conflicts:    1651000 | #Constraints:     117388
2243.49/2256.25	c #Conflicts:    1652000 | #Constraints:     118388
2243.49/2256.25	c #Conflicts:    1653000 | #Constraints:     119388
2243.49/2256.25	c #Conflicts:    1654000 | #Constraints:     120388
2243.49/2256.25	c #Conflicts:    1655000 | #Constraints:     121388
2243.49/2256.25	c #Conflicts:    1656000 | #Constraints:     122388
2243.49/2256.25	c #Conflicts:    1657000 | #Constraints:     123388
2243.49/2256.25	c #Conflicts:    1658000 | #Constraints:     124388
2243.49/2256.25	c #Conflicts:    1659000 | #Constraints:     125388
2243.49/2256.25	c #Conflicts:    1660000 | #Constraints:     126388
2243.49/2256.25	c #Conflicts:    1661000 | #Constraints:     127388
2243.49/2256.25	c #Conflicts:    1662000 | #Constraints:     128388
2243.49/2256.25	c #Conflicts:    1663000 | #Constraints:     129388
2243.49/2256.25	c #Conflicts:    1664000 | #Constraints:     130388
2243.49/2256.25	c #Conflicts:    1665000 | #Constraints:     131388
2243.49/2256.25	c #Conflicts:    1666000 | #Constraints:     132388
2243.49/2256.25	c #Conflicts:    1667000 | #Constraints:     133388
2243.49/2256.25	c #Conflicts:    1668000 | #Constraints:     134388
2243.49/2256.25	c #Conflicts:    1669000 | #Constraints:     135389
2243.49/2256.25	c #Conflicts:    1670000 | #Constraints:     136389
2243.49/2256.25	c #Conflicts:    1671000 | #Constraints:     137389
2243.49/2256.25	c #Conflicts:    1672000 | #Constraints:     138389
2243.49/2256.25	c #Conflicts:    1673000 | #Constraints:     139389
2243.49/2256.25	c #Conflicts:    1674000 | #Constraints:     140389
2243.49/2256.25	c #Conflicts:    1675000 | #Constraints:     141389
2243.49/2256.25	c #Conflicts:    1676000 | #Constraints:     142389
2243.49/2256.25	c #Conflicts:    1677000 | #Constraints:     143389
2243.49/2256.25	c #Conflicts:    1678000 | #Constraints:     144389
2243.49/2256.25	c #Conflicts:    1679000 | #Constraints:     145389
2243.49/2256.25	c #Conflicts:    1680000 | #Constraints:     146389
2243.49/2256.25	c #Conflicts:    1681000 | #Constraints:     147389
2243.49/2256.25	c INPROCESSING
2243.49/2256.25	c GARBAGE COLLECT
2243.49/2256.25	c #Conflicts:    1682000 | #Constraints:      78336
2243.49/2256.25	c #Conflicts:    1683000 | #Constraints:      79336
2245.68/2258.46	c #Conflicts:    1684000 | #Constraints:      80336
2245.68/2258.46	c #Conflicts:    1685000 | #Constraints:      81336
2245.68/2258.46	c #Conflicts:    1686000 | #Constraints:      82336
2245.68/2258.46	WSVECS04 Frhs2[10]: 6 0 35.9004 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[51]: 6 0 7.16426 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[63]: 6 0 189.303 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[71]: 6 0 984.227 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[101]: 6 0 1225.05 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[107]: 6 0 115.644 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[205]: 6 0 1184.49 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[229]: 6 0 293.256 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[235]: 6 -518.682 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[236]: 6 0 223.835 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[289]: 6 0 1782.8 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[294]: 6 0 976.707 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[310]: 6 0 1777 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[341]: 6 0 244.009 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[390]: 6 0 2484.82 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[400]: 6 0 757.858 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[401]: 6 0 293.881 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[413]: 6 0 521.097 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[431]: 6 -1144 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[433]: 6 0 825.65 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[473]: 6 0 419.952 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[475]: 6 0 1672.37 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[497]: 6 0 594.887 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[498]: 6 -705.488 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[508]: 6 -51.2914 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[509]: 6 0 617.948 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[510]: 6 -319.492 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[593]: 6 0 393.526 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[604]: 6 0 1933.22 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[653]: 6 0 266.681 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[675]: 6 0 1648.73 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[679]: 6 0 351.574 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[680]: 6 -388.315 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[718]: 6 0 1237.84 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[732]: 6 0 1342.54 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[747]: 6 -752.16 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[748]: 6 0 744.051 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[755]: 6 0 685.811 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[757]: 6 0 1638.4 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[830]: 6 -1089.47 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[835]: 6 0 567.765 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[849]: 6 -334.98 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[850]: 6 0 1145.56 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[859]: 6 0 4939.02 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[873]: 6 -750.918 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[874]: 6 0 205.441 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[877]: 6 0 269.89 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[940]: 6 -1210.85 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[987]: 6 0 64.2248 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1026]: 6 0 1003.72 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1051]: 6 0 2200.1 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1054]: 6 0 968.204 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1078]: 6 0 617.571 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1092]: 6 0 864.249 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1099]: 6 -1362.43 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1100]: 6 0 750.369 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1102]: 6 0 21.1513 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1103]: 6 0 10.5727 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1109]: 6 0 861.217 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1114]: 6 0 1382.47 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1155]: 6 -742.817 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1186]: 6 0 218.773 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1211]: 6 0 12.1705 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1224]: 6 0 1244.15 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1236]: 6 0 828.492 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1237]: 6 0 622.653 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1253]: 6 0 1143.9 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1254]: 6 -1294.94 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1277]: 6 -1054.76 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1278]: 6 0 43.0812 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1289]: 6 -937.702 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1290]: 6 0 106.577 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1305]: 6 0 1615.85 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1335]: 6 -1033.93 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1336]: 6 0 87.2342 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1361]: 6 0 1256.02 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1362]: 6 -1020.55 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1373]: 6 0 2020.15 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1377]: 6 0 657.9 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1378]: 6 -1694.1 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1396]: 6 0 420.101 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1405]: 6 0 2707.28 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1406]: 6 -1048.78 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1419]: 6 0 151.508 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1421]: 6 0 178.591 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1422]: 6 -647.208 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1424]: 6 0 1003.81 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1427]: 6 -345.708 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1429]: 6 -739.911 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1440]: 6 0 768.916 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1474]: 6 -794.362 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1482]: 6 0 1302.77 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1507]: 6 0 1502.87 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1528]: 6 0 263.066 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1535]: 6 -643.534 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1549]: 6 -1247.73 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1558]: 6 -750.746 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1591]: 6 0 315.144 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1600]: 6 0 1301.86 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1644]: 6 0 1006.58 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1653]: 6 0 1706.05 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1673]: 6 -612.06 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1678]: 6 0 1328.48 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1686]: 6 0 1251.55 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1688]: 6 0 5456.13 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1697]: 6 0 193.544 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1716]: 6 0 2039.58 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1752]: 6 0 3002.94 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1761]: 6 0 799.79 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1791]: 6 0 331.045 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1792]: 6 -937.702 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1802]: 6 0 369.298 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1809]: 6 -533.745 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1810]: 6 0 2139.89 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1811]: 6 0 417.417 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1819]: 6 0 270.514 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1831]: 6 0 2050.38 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1833]: 6 0 1650.95 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1844]: 6 0 3569 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1850]: 6 0 67.391 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1858]: 6 0 1045.76 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1870]: 6 0 1215.73 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1875]: 6 -139.672 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1876]: 6 0 1652.25 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1879]: 6 0 382.428 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1883]: 6 0 668.926 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1901]: 6 0 208.62 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1902]: 6 -121.88 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1908]: 6 0 537.149 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1919]: 6 0 1022.71 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1938]: 6 -753.817 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1950]: 6 0 819.069 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1952]: 6 -917.92 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1970]: 6 -505.359 0 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1991]: 6 0 925.993 shouldn't be
2245.68/2258.46	WSVECS04 Frhs2[1992]: 6 -1013.46 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[19]: 6 -937.702 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[72]: 6 -716.039 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[367]: 6 -830.054 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[402]: 6 -937.702 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[434]: 6 -792.976 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[453]: 6 -652.516 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[555]: 6 -871.794 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[569]: 6 0 820.443 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[580]: 6 -927.439 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[701]: 6 -867.411 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[820]: 6 -847.74 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[893]: 6 -872.94 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[1025]: 6 -735.059 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[1077]: 6 -855.444 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[1112]: 6 -779.321 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[1238]: 6 -396.205 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[1241]: 6 0 89.0067 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[1270]: 6 -581.917 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[1334]: 6 0 417.786 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[1381]: 6 -1.00007 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[1660]: 6 -967.593 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[1741]: 6 -556.692 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[1801]: 6 -737.136 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[1880]: 6 -729.201 0 shouldn't be
2246.19/2258.96	WSVECS04 Frhs2[1890]: 6 -795.892 0 shouldn't be
2246.59/2259.38	WSVECS04 Frhs2[878]: 6 -581.82 0 shouldn't be
2246.59/2259.38	WSVECS04 Frhs2[1698]: 6 -245.969 0 shouldn't be
2246.98/2259.79	WSVECS04 Frhs2[750]: 6 0 34.5092 shouldn't be
2246.98/2259.79	WSVECS04 Frhs2[808]: 6 -543.666 0 shouldn't be
2246.98/2259.79	WSVECS04 Frhs2[821]: 6 0 54.1791 shouldn't be
2246.98/2259.79	WSVECS04 Frhs2[1654]: 6 -1.00002 0 shouldn't be
2246.98/2259.79	WSVECS04 Frhs2[1702]: 6 0 0.725554 shouldn't be
2246.98/2259.79	WSVECS04 Frhs2[1804]: 6 -693.04 0 shouldn't be
2246.98/2259.79	WSVECS04 Frhs2[1907]: 6 -580.587 0 shouldn't be
2246.98/2259.79	WSVECS04 Frhs2[1951]: 6 0 212.297 shouldn't be
2247.48/2260.26	WSVECS04 Frhs2[102]: 6 -1375.48 0 shouldn't be
2247.48/2260.26	WSVECS04 Frhs2[133]: 6 -622.836 0 shouldn't be
2247.48/2260.26	WSVECS04 Frhs2[149]: 6 0 1043.77 shouldn't be
2247.48/2260.26	WSVECS04 Frhs2[380]: 6 0 1454.88 shouldn't be
2247.48/2260.26	WSVECS04 Frhs2[698]: 6 0 1194.88 shouldn't be
2247.48/2260.26	WSVECS04 Frhs2[805]: 6 -744.668 0 shouldn't be
2247.48/2260.26	WSVECS04 Frhs2[822]: 6 -1120.79 0 shouldn't be
2247.48/2260.26	WSVECS04 Frhs2[1228]: 6 0 408.246 shouldn't be
2247.48/2260.26	WSVECS04 Frhs2[1372]: 6 -932.662 0 shouldn't be
2247.48/2260.26	WSVECS04 Frhs2[1687]: 6 -1409.61 0 shouldn't be
2247.48/2260.26	WSVECS04 Frhs2[1795]: 6 -1444.1 0 shouldn't be
2247.48/2260.26	WSVECS04 Frhs2[1834]: 6 -1092.03 0 shouldn't be
2248.28/2261.03	WSVECS04 Frhs2[108]: 6 -690.017 0 shouldn't be
2248.28/2261.03	WSVECS04 Frhs2[469]: 6 -589.206 0 shouldn't be
2248.28/2261.03	WSVECS04 Frhs2[528]: 6 0 605.976 shouldn't be
2248.28/2261.03	WSVECS04 Frhs2[639]: 6 0 798.1 shouldn't be
2248.28/2261.03	WSVECS04 Frhs2[1302]: 6 -611.617 0 shouldn't be
2248.28/2261.03	WSVECS04 Frhs2[1441]: 6 -507.806 0 shouldn't be
2248.28/2261.03	WSVECS04 Frhs2[1643]: 6 -264.32 0 shouldn't be
2248.28/2261.03	WSVECS04 Frhs2[1648]: 6 0 2048.24 shouldn't be
2248.28/2261.03	WSVECS04 Frhs2[1812]: 6 -1.00009 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[103]: 6 -827.524 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[211]: 6 -1348.33 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[212]: 6 0 55.7678 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[222]: 6 -866.921 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[230]: 6 -753.817 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[321]: 6 0 1370.84 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[322]: 6 -1077.54 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[323]: 6 -887.965 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[389]: 6 -950.13 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[474]: 6 -1477.39 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[527]: 6 -233.729 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[532]: 6 -770.47 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[594]: 6 -726.829 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[697]: 6 -1175.69 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[717]: 6 -659.623 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[751]: 6 -742.286 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[761]: 6 -706.228 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[787]: 6 -942.058 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[802]: 6 -1197.62 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[860]: 6 -372.176 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[966]: 6 -686.358 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[988]: 6 -761.103 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1011]: 6 -874.425 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1113]: 6 -1112.02 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1185]: 6 -1156.13 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1227]: 6 -818.805 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1235]: 6 -891.423 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1420]: 6 -1726.24 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1438]: 6 -1068.53 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1486]: 6 -646.446 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1496]: 6 -1051.51 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1530]: 6 -1242.06 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1592]: 6 -769.366 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1596]: 6 -1025.75 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1671]: 6 0 1383.11 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1701]: 6 -789.919 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1715]: 6 -352.45 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1728]: 6 0 852.42 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1827]: 6 0 184.161 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1832]: 6 -991.251 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1835]: 6 -746.226 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1843]: 6 -895.924 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1855]: 6 0 457.64 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1887]: 6 -996.955 0 shouldn't be
2248.97/2261.78	WSVECS04 Frhs2[1920]: 6 -688.057 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[2]: 6 -711.451 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[28]: 6 -970.043 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[40]: 6 -1020.7 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[104]: 6 0 187.386 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[122]: 6 -483.637 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[152]: 6 -737.572 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[240]: 6 -728.843 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[449]: 6 -885.173 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[471]: 6 0 1453.95 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[522]: 6 -536.333 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[570]: 6 -1118.25 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[571]: 6 0 1770.53 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[618]: 6 -704.273 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[676]: 6 -1252.1 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[758]: 6 -1556.84 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[887]: 6 0 199.412 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[1052]: 6 -566.491 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[1060]: 6 -710.246 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[1101]: 6 -1004.98 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[1242]: 6 -385.248 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[1301]: 6 0 1516.16 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[1395]: 6 -975.591 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[1435]: 6 0 1341.84 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[1508]: 6 -1170.46 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[1527]: 6 -872.111 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[1575]: 6 -1059.92 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[1751]: 6 -637.917 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[1856]: 6 -948.317 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[1869]: 6 -903.402 0 shouldn't be
2249.88/2262.65	WSVECS04 Frhs2[1997]: 6 -536.818 0 shouldn't be
2250.88/2263.62	WSVECS04 Frhs2[9]: 6 -827.877 0 shouldn't be
2250.88/2263.62	WSVECS04 Frhs2[27]: 6 0 1540.07 shouldn't be
2250.88/2263.62	WSVECS04 Frhs2[34]: 6 -1516.59 0 shouldn't be
2250.88/2263.62	WSVECS04 Frhs2[39]: 6 0 1730.15 shouldn't be
2250.88/2263.62	WSVECS04 Frhs2[53]: 6 -506.782 0 shouldn't be
2250.88/2263.62	WSVECS04 Frhs2[206]: 6 -1377.72 0 shouldn't be
2250.88/2263.62	WSVECS04 Frhs2[293]: 6 -1475.56 0 shouldn't be
2250.88/2263.62	WSVECS04 Frhs2[299]: 6 -1374.92 0 shouldn't be
2250.88/2263.62	WSVECS04 Frhs2[637]: 6 0 496.012 shouldn't be
2250.88/2263.62	WSVECS04 Frhs2[756]: 6 -1103.28 0 shouldn't be
2250.88/2263.62	WSVECS04 Frhs2[789]: 6 -1321.8 0 shouldn't be
2250.88/2263.62	WSVECS04 Frhs2[876]: 6 -1448.51 0 shouldn't be
2250.88/2263.62	WSVECS04 Frhs2[1062]: 6 0 333.33 shouldn't be
2250.88/2263.62	WSVECS04 Frhs2[1091]: 6 -1547.38 0 shouldn't be
2250.88/2263.62	WSVECS04 Frhs2[1104]: 6 -645.418 0 shouldn't be
2250.88/2263.62	WSVECS04 Frhs2[1403]: 6 -337.963 0 shouldn't be
2250.88/2263.62	WSVECS04 Frhs2[1439]: 6 -977.159 0 shouldn't be
2250.88/2263.62	WSVECS04 Frhs2[1599]: 6 -1149.42 0 shouldn't be
2250.88/2263.62	WSVECS04 Frhs2[1727]: 6 -894.096 0 shouldn't be
2250.88/2263.62	WSVECS04 Frhs2[1884]: 6 -1191.92 0 shouldn't be
2251.87/2264.68	WSVECS04 Frhs2[150]: 6 -1094.74 0 shouldn't be
2251.87/2264.68	WSVECS04 Frhs2[238]: 6 -447.415 0 shouldn't be
2251.87/2264.68	WSVECS04 Frhs2[239]: 6 0 1359.61 shouldn't be
2251.87/2264.68	WSVECS04 Frhs2[379]: 6 -1093.62 0 shouldn't be
2251.87/2264.68	WSVECS04 Frhs2[731]: 6 -1161.79 0 shouldn't be
2251.87/2264.68	WSVECS04 Frhs2[921]: 6 -619.383 0 shouldn't be
2251.87/2264.68	WSVECS04 Frhs2[956]: 6 -1284.43 0 shouldn't be
2251.87/2264.68	WSVECS04 Frhs2[972]: 6 -993.299 0 shouldn't be
2251.87/2264.68	WSVECS04 Frhs2[1333]: 6 -1174.49 0 shouldn't be
2251.87/2264.68	WSVECS04 Frhs2[1356]: 6 -1673.78 0 shouldn't be
2251.87/2264.68	WSVECS04 Frhs2[1557]: 6 0 900.963 shouldn't be
2251.87/2264.68	WSVECS04 Frhs2[1857]: 6 -1108.35 0 shouldn't be
2252.97/2265.70	WSVECS04 Frhs2[597]: 6 -1061.6 0 shouldn't be
2252.97/2265.70	WSVECS04 Frhs2[1762]: 6 -1218.67 0 shouldn't be
2252.97/2265.70	WSVECS04 Frhs2[1803]: 6 0 1540 shouldn't be
2253.96/2266.77	WSVECS04 Frhs2[562]: 6 -601.028 0 shouldn't be
2255.07/2267.83	WSVECS04 Frhs2[57]: 6 -856.046 0 shouldn't be
2255.07/2267.83	WSVECS04 Frhs2[1002]: 6 0 1430.23 shouldn't be
2255.07/2267.83	WSVECS04 Frhs2[1148]: 6 -1189.45 0 shouldn't be
2255.07/2267.83	WSVECS04 Frhs2[1364]: 6 -1732.97 0 shouldn't be
2255.07/2267.83	WSVECS04 Frhs2[1374]: 6 -586.751 0 shouldn't be
2256.26/2269.01	WSVECS04 Frhs2[399]: 6 -577.794 0 shouldn't be
2256.26/2269.01	WSVECS04 Frhs2[836]: 6 -1030.18 0 shouldn't be
2256.26/2269.01	WSVECS04 Frhs2[1647]: 6 -653.742 0 shouldn't be
2257.46/2270.22	WSVECS04 Frhs2[975]: 6 -784.803 0 shouldn't be
2258.15/2270.98	WSVECS04 Frhs2[1306]: 6 -998.432 0 shouldn't be
2259.05/2271.85	WSVECS04 Frhs2[17]: 6 -1444.96 0 shouldn't be
2259.05/2271.85	WSVECS04 Frhs2[888]: 6 -1135.77 0 shouldn't be
2259.05/2271.85	WSVECS04 Frhs2[1061]: 6 -451.008 0 shouldn't be
2259.05/2271.85	WSVECS04 Frhs2[1126]: 6 -806.915 0 shouldn't be
2259.05/2271.85	WSVECS04 Frhs2[1163]: 6 -594.759 0 shouldn't be
2259.05/2271.85	WSVECS04 Frhs2[1164]: 6 0 346.655 shouldn't be
2259.05/2271.85	WSVECS04 Frhs2[1672]: 6 -764.762 0 shouldn't be
2259.05/2271.85	WSVECS04 Frhs2[1820]: 6 -659.852 0 shouldn't be
2260.06/2272.86	WSVECS04 Frhs2[12]: 6 -942.119 0 shouldn't be
2260.06/2272.86	WSVECS04 Frhs2[77]: 6 0 929.648 shouldn't be
2260.06/2272.86	WSVECS04 Frhs2[706]: 6 -618.995 0 shouldn't be
2260.06/2272.86	WSVECS04 Frhs2[1454]: 6 -1524.81 0 shouldn't be
2261.94/2274.73	WSVECS04 Frhs2[1059]: 6 0 836.72 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[2]: 6 -711.451 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[9]: 6 -827.876 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[10]: 6 0 35.9003 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[19]: 6 -937.702 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[27]: 6 0 1540.07 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[28]: 6 -970.043 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[51]: 6 0 7.16421 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[53]: 6 -506.782 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[63]: 6 0 189.303 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[71]: 6 0 984.227 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[72]: 6 -716.038 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[77]: 6 0 929.648 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[101]: 6 0 1225.05 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[103]: 6 -827.524 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[104]: 6 0 187.386 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[149]: 6 0 1043.77 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[150]: 6 -1094.74 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[152]: 6 -737.572 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[205]: 6 0 1184.49 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[211]: 6 -1348.33 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[222]: 6 -866.921 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[229]: 6 0 293.256 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[230]: 6 -753.817 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[236]: 6 0 223.835 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[239]: 6 0 1359.61 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[240]: 6 -728.843 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[341]: 6 0 244.009 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[389]: 6 -950.13 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[390]: 6 0 2484.82 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[399]: 6 -577.794 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[400]: 6 0 757.857 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[402]: 6 -937.702 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[413]: 6 0 521.097 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[431]: 6 -1144 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[433]: 6 0 825.65 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[473]: 6 0 419.952 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[475]: 6 0 1672.37 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[497]: 6 0 594.887 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[508]: 6 -51.2913 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[509]: 6 0 617.948 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[522]: 6 -536.333 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[528]: 6 0 605.975 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[569]: 6 0 820.443 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[570]: 6 -1118.25 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[580]: 6 -927.438 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[593]: 6 0 393.526 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[594]: 6 -726.829 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[604]: 6 0 1933.22 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[618]: 6 -704.273 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[637]: 6 0 496.012 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[675]: 6 0 1648.73 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[679]: 6 0 351.573 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[680]: 6 -388.315 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[697]: 6 -1175.69 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[701]: 6 -867.411 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[718]: 6 0 1237.84 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[732]: 6 0 1342.54 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[747]: 6 -752.16 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[751]: 6 -742.286 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[755]: 6 0 685.811 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[761]: 6 -706.228 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[789]: 6 -1321.8 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[802]: 6 -1197.62 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[805]: 6 -744.668 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[808]: 6 -543.666 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[821]: 6 0 54.1791 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[822]: 6 -1120.79 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[835]: 6 0 567.765 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[849]: 6 -334.98 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[859]: 6 0 4939.02 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[873]: 6 -750.918 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[874]: 6 0 205.441 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[877]: 6 0 269.89 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[888]: 6 -1135.76 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[893]: 6 -872.94 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[921]: 6 -619.383 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[940]: 6 -1210.85 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[956]: 6 -1284.43 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[966]: 6 -686.358 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[988]: 6 -761.103 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1002]: 6 0 1430.23 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1026]: 6 0 1003.72 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1051]: 6 0 2200.1 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1054]: 6 0 968.204 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1059]: 6 0 836.72 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1077]: 6 -855.444 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1078]: 6 0 617.571 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1092]: 6 0 864.249 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1099]: 6 -1362.43 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1101]: 6 -1004.98 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1104]: 6 -645.418 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1109]: 6 0 861.217 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1114]: 6 0 1382.47 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1155]: 6 -742.817 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1163]: 6 -594.759 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1164]: 6 0 346.655 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1186]: 6 0 218.772 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1211]: 6 0 12.1704 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1224]: 6 0 1244.15 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1228]: 6 0 408.246 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1235]: 6 -891.423 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1237]: 6 0 622.653 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1241]: 6 0 89.0066 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1253]: 6 0 1143.9 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1278]: 6 0 43.0812 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1289]: 6 -937.702 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1301]: 6 0 1516.16 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1302]: 6 -611.617 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1305]: 6 0 1615.85 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1333]: 6 -1174.49 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1334]: 6 0 417.786 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1336]: 6 0 87.2342 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1361]: 6 0 1256.02 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1372]: 6 -932.662 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1373]: 6 0 2020.15 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1377]: 6 0 657.9 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1395]: 6 -975.591 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1396]: 6 0 420.101 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1406]: 6 -1048.78 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1419]: 6 0 151.508 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1421]: 6 0 178.591 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1422]: 6 -647.208 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1423]: 6 -530.209 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1424]: 6 0 1003.81 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1427]: 6 -345.708 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1435]: 6 0 1341.84 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1438]: 6 -1068.53 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1441]: 6 -507.806 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1474]: 6 -794.362 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1482]: 6 0 1302.77 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1486]: 6 -646.446 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1496]: 6 -1051.51 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1507]: 6 0 1502.87 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1527]: 6 -872.111 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1528]: 6 0 263.066 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1530]: 6 -1242.06 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1535]: 6 -643.534 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1558]: 6 -750.746 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1591]: 6 0 315.144 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1592]: 6 -769.366 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1596]: 6 -1025.75 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1600]: 6 0 1301.86 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1643]: 6 -264.32 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1647]: 6 -653.742 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1648]: 6 0 2048.24 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1653]: 6 0 1706.05 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1660]: 6 -967.593 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1673]: 6 -612.06 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1678]: 6 0 1328.48 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1686]: 6 0 1251.55 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1688]: 6 0 5456.13 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1697]: 6 0 193.544 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1701]: 6 -789.919 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1702]: 6 0 0.725455 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1715]: 6 -352.45 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1716]: 6 0 2039.58 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1741]: 6 -556.692 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1752]: 6 0 3002.94 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1761]: 6 0 799.79 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1802]: 6 0 369.298 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1803]: 6 0 1540 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1804]: 6 -693.04 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1809]: 6 -533.745 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1810]: 6 0 2139.89 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1811]: 6 0 417.417 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1819]: 6 0 270.514 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1827]: 6 0 184.161 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1831]: 6 0 2050.38 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1832]: 6 -991.251 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1833]: 6 0 1650.95 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1835]: 6 -746.226 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1850]: 6 0 67.391 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1855]: 6 0 457.64 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1858]: 6 0 1045.76 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1869]: 6 -903.402 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1870]: 6 0 1215.73 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1875]: 6 -139.672 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1876]: 6 0 1652.25 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1879]: 6 0 382.428 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1880]: 6 -729.201 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1890]: 6 -795.892 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1902]: 6 -121.88 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1908]: 6 0 537.149 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1919]: 6 0 1022.71 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1938]: 6 -753.817 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1950]: 6 0 819.069 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1951]: 6 0 212.297 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1952]: 6 -917.92 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1970]: 6 -505.359 0 shouldn't be
2263.55/2276.38	WSVECS04 Frhs2[1992]: 6 -1013.46 0 shouldn't be
2361.57/2374.70	c #Conflicts:    1687000 | #Constraints:      83336
2361.57/2374.70	c #Conflicts:    1688000 | #Constraints:      84336
2361.57/2374.70	c #Conflicts:    1689000 | #Constraints:      85336
2361.57/2374.70	c #Conflicts:    1690000 | #Constraints:      86336
2361.57/2374.70	c #Conflicts:    1691000 | #Constraints:      87336
2361.57/2374.70	c #Conflicts:    1692000 | #Constraints:      88336
2361.57/2374.70	c #Conflicts:    1693000 | #Constraints:      89336
2361.57/2374.70	c #Conflicts:    1694000 | #Constraints:      90336
2361.57/2374.70	c #Conflicts:    1695000 | #Constraints:      91336
2361.57/2374.70	c #Conflicts:    1696000 | #Constraints:      92336
2361.57/2374.70	c #Conflicts:    1697000 | #Constraints:      93336
2361.57/2374.70	c #Conflicts:    1698000 | #Constraints:      94336
2361.57/2374.70	c #Conflicts:    1699000 | #Constraints:      95336
2361.57/2374.70	c #Conflicts:    1700000 | #Constraints:      96336
2361.57/2374.70	c #Conflicts:    1701000 | #Constraints:      97336
2361.57/2374.70	c #Conflicts:    1702000 | #Constraints:      98336
2361.57/2374.70	c #Conflicts:    1703000 | #Constraints:      99336
2361.57/2374.70	c #Conflicts:    1704000 | #Constraints:     100336
2361.57/2374.70	c #Conflicts:    1705000 | #Constraints:     101336
2361.57/2374.70	c #Conflicts:    1706000 | #Constraints:     102336
2361.57/2374.70	c #Conflicts:    1707000 | #Constraints:     103336
2361.57/2374.70	c #Conflicts:    1708000 | #Constraints:     104336
2361.57/2374.70	c INPROCESSING
2361.57/2374.70	c GARBAGE COLLECT
2361.57/2374.70	c #Conflicts:    1709000 | #Constraints:      56483
2361.57/2374.70	c #Conflicts:    1710000 | #Constraints:      57483
2361.57/2374.70	c #Conflicts:    1711000 | #Constraints:      58483
2361.57/2374.70	c #Conflicts:    1712000 | #Constraints:      59483
2361.57/2374.70	c #Conflicts:    1713000 | #Constraints:      60483
2361.57/2374.70	c #Conflicts:    1714000 | #Constraints:      61483
2361.57/2374.70	c #Conflicts:    1715000 | #Constraints:      62483
2361.57/2374.70	c #Conflicts:    1716000 | #Constraints:      63483
2361.57/2374.70	c #Conflicts:    1717000 | #Constraints:      64483
2361.57/2374.70	c #Conflicts:    1718000 | #Constraints:      65483
2361.57/2374.70	c #Conflicts:    1719000 | #Constraints:      66483
2361.57/2374.70	c #Conflicts:    1720000 | #Constraints:      67483
2361.57/2374.70	c #Conflicts:    1721000 | #Constraints:      68483
2361.57/2374.70	c #Conflicts:    1722000 | #Constraints:      69483
2361.57/2374.70	c #Conflicts:    1723000 | #Constraints:      70483
2361.57/2374.70	c #Conflicts:    1724000 | #Constraints:      71483
2361.57/2374.70	c #Conflicts:    1725000 | #Constraints:      72483
2361.57/2374.70	c #Conflicts:    1726000 | #Constraints:      73483
2361.57/2374.70	c #Conflicts:    1727000 | #Constraints:      74483
2361.57/2374.70	c #Conflicts:    1728000 | #Constraints:      75483
2361.57/2374.70	c #Conflicts:    1729000 | #Constraints:      76483
2361.57/2374.70	c #Conflicts:    1730000 | #Constraints:      77483
2361.57/2374.70	c #Conflicts:    1731000 | #Constraints:      78483
2361.57/2374.70	c #Conflicts:    1732000 | #Constraints:      79483
2361.57/2374.70	c #Conflicts:    1733000 | #Constraints:      80483
2361.57/2374.70	c #Conflicts:    1734000 | #Constraints:      81483
2361.57/2374.70	c #Conflicts:    1735000 | #Constraints:      82483
2361.57/2374.70	c #Conflicts:    1736000 | #Constraints:      83483
2361.57/2374.70	c INPROCESSING
2361.57/2374.70	c GARBAGE COLLECT
2361.57/2374.70	c #Conflicts:    1737000 | #Constraints:      46543
2361.57/2374.70	c #Conflicts:    1738000 | #Constraints:      47543
2361.57/2374.70	c #Conflicts:    1739000 | #Constraints:      48543
2361.57/2374.70	c #Conflicts:    1740000 | #Constraints:      49543
2361.57/2374.70	c #Conflicts:    1741000 | #Constraints:      50543
2361.57/2374.70	c #Conflicts:    1742000 | #Constraints:      51543
2361.57/2374.70	c #Conflicts:    1743000 | #Constraints:      52543
2361.57/2374.70	c #Conflicts:    1744000 | #Constraints:      53543
2361.57/2374.70	c #Conflicts:    1745000 | #Constraints:      54543
2361.57/2374.70	c #Conflicts:    1746000 | #Constraints:      55543
2361.57/2374.70	c #Conflicts:    1747000 | #Constraints:      56543
2361.57/2374.70	c #Conflicts:    1748000 | #Constraints:      57543
2361.57/2374.70	c #Conflicts:    1749000 | #Constraints:      58543
2361.57/2374.70	c #Conflicts:    1750000 | #Constraints:      59543
2361.57/2374.70	c #Conflicts:    1751000 | #Constraints:      60543
2361.57/2374.70	c #Conflicts:    1752000 | #Constraints:      61543
2361.57/2374.70	c #Conflicts:    1753000 | #Constraints:      62543
2361.57/2374.70	c #Conflicts:    1754000 | #Constraints:      63543
2361.57/2374.70	c #Conflicts:    1755000 | #Constraints:      64543
2361.57/2374.70	c #Conflicts:    1756000 | #Constraints:      65543
2361.57/2374.70	c #Conflicts:    1757000 | #Constraints:      66543
2361.57/2374.70	c #Conflicts:    1758000 | #Constraints:      67543
2361.57/2374.70	c #Conflicts:    1759000 | #Constraints:      68543
2361.57/2374.70	c #Conflicts:    1760000 | #Constraints:      69543
2361.57/2374.70	c #Conflicts:    1761000 | #Constraints:      70543
2361.57/2374.70	c #Conflicts:    1762000 | #Constraints:      71543
2361.57/2374.70	c #Conflicts:    1763000 | #Constraints:      72543
2361.57/2374.70	c #Conflicts:    1764000 | #Constraints:      73543
2468.14/2481.74	c INPROCESSING
2468.14/2481.74	c GARBAGE COLLECT
2468.14/2481.74	c #Conflicts:    1765000 | #Constraints:      41684
2468.14/2481.74	c #Conflicts:    1766000 | #Constraints:      42684
2468.14/2481.74	c #Conflicts:    1767000 | #Constraints:      43684
2468.14/2481.74	c #Conflicts:    1768000 | #Constraints:      44684
2468.14/2481.74	c #Conflicts:    1769000 | #Constraints:      45684
2468.14/2481.74	c #Conflicts:    1770000 | #Constraints:      46684
2468.14/2481.74	c #Conflicts:    1771000 | #Constraints:      47684
2468.14/2481.74	c #Conflicts:    1772000 | #Constraints:      48684
2468.14/2481.74	c #Conflicts:    1773000 | #Constraints:      49684
2468.14/2481.74	c #Conflicts:    1774000 | #Constraints:      50684
2468.14/2481.74	c #Conflicts:    1775000 | #Constraints:      51684
2468.14/2481.74	c #Conflicts:    1776000 | #Constraints:      52684
2468.14/2481.74	c #Conflicts:    1777000 | #Constraints:      53684
2468.14/2481.74	c #Conflicts:    1778000 | #Constraints:      54684
2468.14/2481.74	c #Conflicts:    1779000 | #Constraints:      55684
2468.14/2481.74	c #Conflicts:    1780000 | #Constraints:      56684
2468.14/2481.74	c #Conflicts:    1781000 | #Constraints:      57684
2468.14/2481.74	c #Conflicts:    1782000 | #Constraints:      58684
2468.14/2481.74	c #Conflicts:    1783000 | #Constraints:      59684
2468.14/2481.74	c #Conflicts:    1784000 | #Constraints:      60684
2468.14/2481.74	c #Conflicts:    1785000 | #Constraints:      61684
2468.14/2481.74	c #Conflicts:    1786000 | #Constraints:      62684
2468.14/2481.74	c #Conflicts:    1787000 | #Constraints:      63684
2468.14/2481.74	c #Conflicts:    1788000 | #Constraints:      64684
2468.14/2481.74	c #Conflicts:    1789000 | #Constraints:      65684
2468.14/2481.74	c #Conflicts:    1790000 | #Constraints:      66684
2468.14/2481.74	c #Conflicts:    1791000 | #Constraints:      67685
2468.14/2481.74	c INPROCESSING
2468.14/2481.74	c GARBAGE COLLECT
2468.14/2481.74	c #Conflicts:    1792000 | #Constraints:      38256
2468.14/2481.74	c #Conflicts:    1793000 | #Constraints:      39256
2468.14/2481.74	c #Conflicts:    1794000 | #Constraints:      40256
2468.14/2481.74	c #Conflicts:    1795000 | #Constraints:      41256
2468.14/2481.74	c #Conflicts:    1796000 | #Constraints:      42256
2468.14/2481.74	c #Conflicts:    1797000 | #Constraints:      43256
2468.14/2481.74	c #Conflicts:    1798000 | #Constraints:      44256
2468.14/2481.74	c #Conflicts:    1799000 | #Constraints:      45256
2468.14/2481.74	c #Conflicts:    1800000 | #Constraints:      46256
2468.14/2481.74	c #Conflicts:    1801000 | #Constraints:      47256
2468.14/2481.74	c #Conflicts:    1802000 | #Constraints:      48256
2468.14/2481.74	c #Conflicts:    1803000 | #Constraints:      49256
2468.14/2481.74	c #Conflicts:    1804000 | #Constraints:      50256
2468.14/2481.74	c #Conflicts:    1805000 | #Constraints:      51256
2468.14/2481.74	c #Conflicts:    1806000 | #Constraints:      52256
2468.14/2481.74	c #Conflicts:    1807000 | #Constraints:      53256
2468.14/2481.74	c #Conflicts:    1808000 | #Constraints:      54256
2468.14/2481.74	c #Conflicts:    1809000 | #Constraints:      55256
2468.14/2481.74	c #Conflicts:    1810000 | #Constraints:      56256
2468.14/2481.74	c #Conflicts:    1811000 | #Constraints:      57256
2468.14/2481.74	c #Conflicts:    1812000 | #Constraints:      58256
2468.14/2481.74	c #Conflicts:    1813000 | #Constraints:      59256
2468.14/2481.74	c #Conflicts:    1814000 | #Constraints:      60256
2468.14/2481.74	c #Conflicts:    1815000 | #Constraints:      61256
2468.14/2481.74	c #Conflicts:    1816000 | #Constraints:      62256
2468.14/2481.74	c #Conflicts:    1817000 | #Constraints:      63256
2468.14/2481.74	c #Conflicts:    1818000 | #Constraints:      64256
2468.14/2481.74	c #Conflicts:    1819000 | #Constraints:      65256
2468.14/2481.74	c #Conflicts:    1820000 | #Constraints:      66256
2468.14/2481.74	c #Conflicts:    1821000 | #Constraints:      67256
2468.14/2481.74	c #Conflicts:    1822000 | #Constraints:      68256
2468.14/2481.74	c #Conflicts:    1823000 | #Constraints:      69256
2468.14/2481.74	c #Conflicts:    1824000 | #Constraints:      70256
2468.14/2481.74	c #Conflicts:    1825000 | #Constraints:      71256
2468.14/2481.74	c #Conflicts:    1826000 | #Constraints:      72256
2468.14/2481.74	c #Conflicts:    1827000 | #Constraints:      73256
2468.14/2481.74	c #Conflicts:    1828000 | #Constraints:      74256
2468.14/2481.74	c #Conflicts:    1829000 | #Constraints:      75256
2468.14/2481.74	c #Conflicts:    1830000 | #Constraints:      76256
2468.14/2481.74	c #Conflicts:    1831000 | #Constraints:      77256
2468.14/2481.74	c #Conflicts:    1832000 | #Constraints:      78256
2468.14/2481.74	c #Conflicts:    1833000 | #Constraints:      79256
2468.14/2481.74	c #Conflicts:    1834000 | #Constraints:      80256
2468.14/2481.74	c #Conflicts:    1835000 | #Constraints:      81256
2468.14/2481.74	c #Conflicts:    1836000 | #Constraints:      82256
2468.14/2481.74	c #Conflicts:    1837000 | #Constraints:      83256
2468.14/2481.74	c #Conflicts:    1838000 | #Constraints:      84256
2468.14/2481.74	c #Conflicts:    1839000 | #Constraints:      85256
2468.14/2481.74	c #Conflicts:    1840000 | #Constraints:      86256
2468.14/2481.74	c #Conflicts:    1841000 | #Constraints:      87256
2472.82/2486.46	c #Conflicts:    1842000 | #Constraints:      88256
2472.82/2486.46	c #Conflicts:    1843000 | #Constraints:      89256
2472.82/2486.46	c #Conflicts:    1844000 | #Constraints:      90256
2472.82/2486.46	c #Conflicts:    1845000 | #Constraints:      91256
2472.82/2486.46	c bounds - >= 544 @ 2449.37
2547.87/2561.79	c #Conflicts:    1846000 | #Constraints:      92340
2547.87/2561.79	c #Conflicts:    1847000 | #Constraints:      93340
2547.87/2561.79	c #Conflicts:    1848000 | #Constraints:      94340
2547.87/2561.79	c #Conflicts:    1849000 | #Constraints:      95340
2547.87/2561.79	c #Conflicts:    1850000 | #Constraints:      96340
2547.87/2561.79	c #Conflicts:    1851000 | #Constraints:      97340
2547.87/2561.79	c #Conflicts:    1852000 | #Constraints:      98340
2547.87/2561.79	c #Conflicts:    1853000 | #Constraints:      99340
2547.87/2561.79	c #Conflicts:    1854000 | #Constraints:     100340
2547.87/2561.79	c #Conflicts:    1855000 | #Constraints:     101340
2547.87/2561.79	c #Conflicts:    1856000 | #Constraints:     102340
2547.87/2561.79	c #Conflicts:    1857000 | #Constraints:     103340
2547.87/2561.79	c #Conflicts:    1858000 | #Constraints:     104340
2547.87/2561.79	c #Conflicts:    1859000 | #Constraints:     105340
2547.87/2561.79	c #Conflicts:    1860000 | #Constraints:     106340
2547.87/2561.79	c #Conflicts:    1861000 | #Constraints:     107340
2547.87/2561.79	c #Conflicts:    1862000 | #Constraints:     108340
2547.87/2561.79	c #Conflicts:    1863000 | #Constraints:     109340
2547.87/2561.79	c #Conflicts:    1864000 | #Constraints:     110340
2547.87/2561.79	c #Conflicts:    1865000 | #Constraints:     111340
2547.87/2561.79	c #Conflicts:    1866000 | #Constraints:     112340
2547.87/2561.79	c #Conflicts:    1867000 | #Constraints:     113340
2547.87/2561.79	c #Conflicts:    1868000 | #Constraints:     114340
2547.87/2561.79	c #Conflicts:    1869000 | #Constraints:     115340
2547.87/2561.79	c #Conflicts:    1870000 | #Constraints:     116340
2547.87/2561.79	c #Conflicts:    1871000 | #Constraints:     117340
2547.87/2561.79	c #Conflicts:    1872000 | #Constraints:     118340
2547.87/2561.79	c #Conflicts:    1873000 | #Constraints:     119340
2547.87/2561.79	c #Conflicts:    1874000 | #Constraints:     120340
2547.87/2561.79	c #Conflicts:    1875000 | #Constraints:     121340
2547.87/2561.79	c #Conflicts:    1876000 | #Constraints:     122340
2547.87/2561.79	c #Conflicts:    1877000 | #Constraints:     123340
2547.87/2561.79	c #Conflicts:    1878000 | #Constraints:     124341
2547.87/2561.79	c #Conflicts:    1879000 | #Constraints:     125341
2547.87/2561.79	c #Conflicts:    1880000 | #Constraints:     126341
2547.87/2561.79	c #Conflicts:    1881000 | #Constraints:     127341
2547.87/2561.79	c #Conflicts:    1882000 | #Constraints:     128341
2547.87/2561.79	c #Conflicts:    1883000 | #Constraints:     129341
2547.87/2561.79	c #Conflicts:    1884000 | #Constraints:     130341
2547.87/2561.79	c #Conflicts:    1885000 | #Constraints:     131341
2547.87/2561.79	c #Conflicts:    1886000 | #Constraints:     132341
2547.87/2561.79	c #Conflicts:    1887000 | #Constraints:     133341
2547.87/2561.79	c #Conflicts:    1888000 | #Constraints:     134341
2547.87/2561.79	c #Conflicts:    1889000 | #Constraints:     135341
2547.87/2561.79	c #Conflicts:    1890000 | #Constraints:     136341
2547.87/2561.79	c #Conflicts:    1891000 | #Constraints:     137341
2547.87/2561.79	c #Conflicts:    1892000 | #Constraints:     138341
2547.87/2561.79	c #Conflicts:    1893000 | #Constraints:     139341
2547.87/2561.79	c #Conflicts:    1894000 | #Constraints:     140341
2547.87/2561.79	c #Conflicts:    1895000 | #Constraints:     141341
2547.87/2561.79	c #Conflicts:    1896000 | #Constraints:     142341
2547.87/2561.79	c #Conflicts:    1897000 | #Constraints:     143341
2547.87/2561.79	c #Conflicts:    1898000 | #Constraints:     144341
2547.87/2561.79	c #Conflicts:    1899000 | #Constraints:     145341
2547.87/2561.79	c #Conflicts:    1900000 | #Constraints:     146341
2547.87/2561.79	c #Conflicts:    1901000 | #Constraints:     147341
2547.87/2561.79	c #Conflicts:    1902000 | #Constraints:     148341
2547.87/2561.79	c #Conflicts:    1903000 | #Constraints:     149341
2547.87/2561.79	WSVECS04 Frhs2[13]: 6 -697.716 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[14]: 6 0 3852.9 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[29]: 6 0 1742.69 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[30]: 6 -1021.66 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[71]: 6 -1941.14 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[72]: 6 0 1660.59 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[80]: 6 0 1591.22 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[85]: 6 -2560.98 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[89]: 6 0 1026.47 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[125]: 6 -2339.93 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[126]: 6 0 2402.6 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[135]: 6 -1196.19 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[143]: 6 -5728.33 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[157]: 6 -1831.32 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[222]: 6 -1480.07 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[223]: 6 0 164.799 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[224]: 6 -1523.52 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[246]: 6 0 5968.69 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[257]: 6 -1579.83 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[287]: 6 0 4436.64 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[288]: 6 -2366.63 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[307]: 6 0 4827.71 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[315]: 6 0 263.257 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[316]: 6 -2807.7 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[358]: 6 -3500.95 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[368]: 6 0 819.476 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[416]: 6 0 2367.03 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[451]: 6 0 1950.11 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[452]: 6 -825.932 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[485]: 6 -2052.63 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[486]: 6 0 314.07 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[487]: 6 0 569.408 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[495]: 6 -1789.97 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[496]: 6 0 1120.69 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[518]: 6 0 2367.28 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[531]: 6 0 3549.48 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[546]: 6 0 212.316 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[571]: 6 -1346.37 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[572]: 6 0 2266.13 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[620]: 6 -1002.75 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[697]: 6 0 4263.86 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[699]: 6 0 6119.75 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[700]: 6 -1538.07 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[774]: 6 -1391.27 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[795]: 6 0 255.071 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[815]: 6 0 1161.5 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[828]: 6 -1650.63 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[835]: 6 0 1260.31 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[851]: 6 0 2527.55 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[867]: 6 -853.393 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[868]: 6 0 6232.72 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[879]: 6 0 1674.76 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[889]: 6 -2396.18 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[891]: 6 0 509.511 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[937]: 6 0 479.647 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[938]: 6 -1400.38 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[947]: 6 -839.205 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[976]: 6 0 2734.9 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[999]: 6 0 1666.6 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1000]: 6 -3531.74 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1020]: 6 -1508.89 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1045]: 6 0 2415.46 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1046]: 6 -1984.73 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1080]: 6 -2606.35 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1085]: 6 0 8308.36 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1117]: 6 0 3755.87 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1131]: 6 -4178.44 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1169]: 6 0 474.987 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1170]: 6 -3464.44 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1175]: 6 0 582.153 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1211]: 6 -1187.71 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1212]: 6 0 2741.51 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1256]: 6 -1196.37 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1271]: 6 0 3527.9 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1296]: 6 -794.098 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1314]: 6 0 2032.63 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1335]: 6 0 415.717 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1336]: 6 -3156.13 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1344]: 6 -1783.79 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1352]: 6 -1228.23 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1400]: 6 -687.759 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1405]: 6 0 1717.63 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1406]: 6 -2753.18 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1407]: 6 0 1247.98 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1435]: 6 -965.728 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1457]: 6 0 488.821 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1458]: 6 -863.517 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1517]: 6 -3149.24 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1518]: 6 0 173.129 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1543]: 6 -1763.75 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1544]: 6 0 5677.46 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1565]: 6 -864.786 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1566]: 6 0 2312.78 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1612]: 6 0 662.64 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1626]: 6 0 5148.31 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1627]: 6 0 3935.24 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1628]: 6 -2055.78 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1660]: 6 0 1194.74 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1674]: 6 0 4013.15 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1679]: 6 -1812.78 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1680]: 6 0 3002.48 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1685]: 6 0 1638.03 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1697]: 6 -1548.58 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1698]: 6 0 9216.82 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1709]: 6 -3615.77 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1714]: 6 -2199.29 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1765]: 6 -1003.63 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1766]: 6 0 2450.38 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1769]: 6 0 147.427 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1797]: 6 0 4527.72 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1801]: 6 0 1721.52 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1802]: 6 -1929.25 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1845]: 6 0 4768.83 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1846]: 6 -3009.23 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1868]: 6 -2704.82 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1889]: 6 -841.718 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1890]: 6 0 8290.03 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1910]: 6 -2804.24 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1912]: 6 -2021.03 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1915]: 6 -1216.69 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1927]: 6 -960.64 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1928]: 6 0 1429.9 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1933]: 6 0 331.271 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1934]: 6 -1500.76 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1949]: 6 0 4200.2 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1967]: 6 -2617.68 0 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1968]: 6 0 2695.65 shouldn't be
2547.87/2561.79	WSVECS04 Frhs2[1986]: 6 0 3993.83 shouldn't be
2548.46/2562.31	WSVECS04 Frhs2[1677]: 6 -2350.07 0 shouldn't be
2548.46/2562.31	WSVECS04 Frhs2[1694]: 6 -1575.95 0 shouldn't be
2548.96/2562.81	WSVECS04 Frhs2[308]: 6 -1499.81 0 shouldn't be
2548.96/2562.81	WSVECS04 Frhs2[417]: 6 -885.012 0 shouldn't be
2548.96/2562.81	WSVECS04 Frhs2[545]: 6 -2935.61 0 shouldn't be
2548.96/2562.81	WSVECS04 Frhs2[786]: 6 -968.285 0 shouldn't be
2548.96/2562.81	WSVECS04 Frhs2[796]: 6 -2294.5 0 shouldn't be
2548.96/2562.81	WSVECS04 Frhs2[927]: 6 -3011.34 0 shouldn't be
2548.96/2562.81	WSVECS04 Frhs2[987]: 6 -2029.35 0 shouldn't be
2548.96/2562.81	WSVECS04 Frhs2[1091]: 6 -4274.09 0 shouldn't be
2548.96/2562.81	WSVECS04 Frhs2[1176]: 6 -3382.63 0 shouldn't be
2548.96/2562.81	WSVECS04 Frhs2[1427]: 6 0 52.446 shouldn't be
2548.96/2562.81	WSVECS04 Frhs2[1485]: 6 -1800.33 0 shouldn't be
2548.96/2562.81	WSVECS04 Frhs2[1558]: 6 -3757.32 0 shouldn't be
2548.96/2562.81	WSVECS04 Frhs2[1625]: 6 -1322.9 0 shouldn't be
2548.96/2562.81	WSVECS04 Frhs2[1992]: 6 -2960.46 0 shouldn't be
2549.26/2563.18	WSVECS04 Frhs2[367]: 6 -1158.86 0 shouldn't be
2549.26/2563.18	WSVECS04 Frhs2[975]: 6 -1781.8 0 shouldn't be
2549.26/2563.18	WSVECS04 Frhs2[1313]: 6 -1842.35 0 shouldn't be
2549.26/2563.18	WSVECS04 Frhs2[1408]: 6 -2444.89 0 shouldn't be
2549.26/2563.18	WSVECS04 Frhs2[1909]: 6 0 368.489 shouldn't be
2549.65/2563.59	WSVECS04 Frhs2[79]: 6 -2802.45 0 shouldn't be
2549.65/2563.59	WSVECS04 Frhs2[266]: 6 -2985.71 0 shouldn't be
2549.65/2563.59	WSVECS04 Frhs2[698]: 6 -1491.7 0 shouldn't be
2549.65/2563.59	WSVECS04 Frhs2[741]: 6 -1292.13 0 shouldn't be
2549.65/2563.59	WSVECS04 Frhs2[785]: 6 0 1742.85 shouldn't be
2549.65/2563.59	WSVECS04 Frhs2[1278]: 6 -618.886 0 shouldn't be
2549.65/2563.59	WSVECS04 Frhs2[1844]: 6 -1517.33 0 shouldn't be
2550.75/2564.65	WSVECS04 Frhs2[880]: 6 -854.548 0 shouldn't be
2550.75/2564.65	WSVECS04 Frhs2[948]: 6 0 1811.44 shouldn't be
2550.75/2564.65	WSVECS04 Frhs2[1061]: 6 0 382.735 shouldn't be
2550.75/2564.65	WSVECS04 Frhs2[1165]: 6 0 4425.91 shouldn't be
2550.75/2564.65	WSVECS04 Frhs2[1255]: 6 0 3597.33 shouldn't be
2550.75/2564.65	WSVECS04 Frhs2[1277]: 6 0 7338.64 shouldn't be
2550.75/2564.65	WSVECS04 Frhs2[1420]: 6 -5346.77 0 shouldn't be
2550.75/2564.65	WSVECS04 Frhs2[1678]: 6 0 1607.19 shouldn't be
2551.75/2565.63	WSVECS04 Frhs2[136]: 6 0 636.133 shouldn't be
2551.75/2565.63	WSVECS04 Frhs2[1399]: 6 0 4628.02 shouldn't be
2551.75/2565.63	WSVECS04 Frhs2[1867]: 6 0 547.552 shouldn't be
2572.57/2586.55	c #Conflicts:    1904000 | #Constraints:     150342
2572.57/2586.55	c #Conflicts:    1905000 | #Constraints:     151342
2572.57/2586.55	c #Conflicts:    1906000 | #Constraints:     152342
2572.57/2586.55	c #Conflicts:    1907000 | #Constraints:     153342
2572.57/2586.55	c #Conflicts:    1908000 | #Constraints:     154342
2572.57/2586.55	c #Conflicts:    1909000 | #Constraints:     155342
2572.57/2586.55	c #Conflicts:    1910000 | #Constraints:     156342
2572.57/2586.55	c INPROCESSING
2572.57/2586.55	c GARBAGE COLLECT
2572.57/2586.55	c #Conflicts:    1911000 | #Constraints:      83081
2572.57/2586.55	c #Conflicts:    1912000 | #Constraints:      84081
2572.57/2586.55	c #Conflicts:    1913000 | #Constraints:      85081
2572.57/2586.55	c #Conflicts:    1914000 | #Constraints:      86081
2572.57/2586.55	c #Conflicts:    1915000 | #Constraints:      87081
2572.57/2586.55	c #Conflicts:    1916000 | #Constraints:      88081
2572.57/2586.55	c #Conflicts:    1917000 | #Constraints:      89081
2572.57/2586.55	c #Conflicts:    1918000 | #Constraints:      90081
2572.57/2586.55	WSVECS04 Frhs2[5]: 6 0 210.648 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[6]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[39]: 6 0 160.017 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[40]: 6 -319.034 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[42]: 6 0 1.00004 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[43]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[44]: 6 0 764.159 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[52]: 6 0 313.106 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[68]: 6 0 65.3806 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[109]: 6 0 268.403 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[110]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[129]: 6 0 530.522 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[206]: 6 -478.051 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[208]: 6 -165.249 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[235]: 6 0 299.245 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[237]: 6 0 148.677 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[313]: 6 0 132.848 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[314]: 6 -126.438 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[319]: 6 -319.034 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[341]: 6 -229.764 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[349]: 6 0 325.842 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[356]: 6 -163.632 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[363]: 6 0 1.0001 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[375]: 6 0 479.051 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[376]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[388]: 6 0 1.00006 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[390]: 6 0 699.669 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[444]: 6 -1.00007 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[445]: 6 0 213.851 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[467]: 6 0 850.877 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[482]: 6 0 1.00007 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[487]: 6 -1.00009 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[508]: 6 0 583.079 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[525]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[526]: 6 0 717.902 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[560]: 6 0 214.571 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[580]: 6 0 301.959 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[595]: 6 -478.051 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[596]: 6 0 472.413 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[603]: 6 -516.165 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[613]: 6 0 319.034 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[623]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[639]: 6 0 1295.81 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[640]: 6 -319.034 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[647]: 6 -319.034 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[657]: 6 -319.034 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[658]: 6 0 14.6552 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[663]: 6 0 160.017 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[672]: 6 0 248.749 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[673]: 6 0 1.00008 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[683]: 6 -319.034 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[744]: 6 0 160.017 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[745]: 6 0 411.937 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[746]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[782]: 6 -319.034 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[790]: 6 0 159.017 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[813]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[820]: 6 -1.00004 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[829]: 6 -89.5427 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[830]: 6 0 160.017 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[832]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[833]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[834]: 6 0 193.948 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[859]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[901]: 6 0 542.673 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[902]: 6 -319.034 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[903]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[917]: 6 0 160.017 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[918]: 6 -319.034 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[931]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[932]: 6 0 1.00002 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[940]: 6 0 161.017 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[959]: 6 0 69.4393 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[966]: 6 0 227.154 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[998]: 6 0 160.017 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1027]: 6 0 449.494 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1059]: 6 0 398.116 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1127]: 6 -834.888 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1174]: 6 0 95.147 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1177]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1178]: 6 0 159.017 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1193]: 6 0 577.118 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1231]: 6 0 52.3396 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1232]: 6 -319.034 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1261]: 6 0 70.169 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1262]: 6 -300.123 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1275]: 6 -1.00008 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1289]: 6 0 262.582 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1297]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1298]: 6 0 197.761 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1302]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1315]: 6 0 45.5215 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1327]: 6 -319.034 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1334]: 6 0 1.00003 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1349]: 6 0 160.017 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1350]: 6 -478.051 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1365]: 6 -1.00008 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1415]: 6 0 1.00002 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1419]: 6 0 319.034 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1420]: 6 0 1.0001 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1441]: 6 0 206.235 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1450]: 6 0 155.111 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1462]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1470]: 6 0 28.2665 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1473]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1477]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1478]: 6 0 69.172 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1489]: 6 0 366.912 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1490]: 6 -319.034 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1491]: 6 0 160.017 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1576]: 6 0 1.00008 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1578]: 6 -319.034 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1587]: 6 0 160.017 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1588]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1599]: 6 0 502.821 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1600]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1638]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1640]: 6 0 301.433 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1658]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1666]: 6 0 49.5769 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1669]: 6 0 16.7627 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1701]: 6 0 425.42 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1702]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1705]: 6 0 98.1838 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1708]: 6 0 35.0179 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1724]: 6 0 466.693 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1727]: 6 0 1.00001 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1729]: 6 0 802.1 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1730]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1749]: 6 0 167.416 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1751]: 6 0 170.777 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1752]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1753]: 6 0 160.017 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1770]: 6 0 413.086 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1792]: 6 -1.00007 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1809]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1810]: 6 0 568.562 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1815]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1816]: 6 0 160.017 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1866]: 6 0 178.233 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1896]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1897]: 6 0 89.5174 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1898]: 6 -207.868 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1908]: 6 0 621.937 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1918]: 6 -319.034 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1942]: 6 -160.017 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1944]: 6 -319.034 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1952]: 6 -319.034 0 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1962]: 6 0 534.108 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[1998]: 6 0 711.167 shouldn't be
2572.57/2586.55	WSVECS04 Frhs2[2000]: 6 0 171.228 shouldn't be
2573.18/2587.11	WSVECS04 Frhs2[624]: 6 0 402.899 shouldn't be
2573.57/2587.59	WSVECS04 Frhs2[51]: 6 -319.034 0 shouldn't be
2573.57/2587.59	WSVECS04 Frhs2[104]: 6 -160.017 0 shouldn't be
2573.57/2587.59	WSVECS04 Frhs2[154]: 6 -319.034 0 shouldn't be
2573.57/2587.59	WSVECS04 Frhs2[184]: 6 0 1.00006 shouldn't be
2573.57/2587.59	WSVECS04 Frhs2[213]: 6 -160.017 0 shouldn't be
2573.57/2587.59	WSVECS04 Frhs2[238]: 6 -169.917 0 shouldn't be
2573.57/2587.59	WSVECS04 Frhs2[492]: 6 -160.017 0 shouldn't be
2573.57/2587.59	WSVECS04 Frhs2[897]: 6 -160.017 0 shouldn't be
2573.57/2587.59	WSVECS04 Frhs2[965]: 6 -319.034 0 shouldn't be
2573.57/2587.59	WSVECS04 Frhs2[997]: 6 -160.017 0 shouldn't be
2573.57/2587.59	WSVECS04 Frhs2[1007]: 6 -187.776 0 shouldn't be
2573.96/2587.98	WSVECS04 Frhs2[419]: 6 -27.0061 0 shouldn't be
2573.96/2587.98	WSVECS04 Frhs2[577]: 6 -160.017 0 shouldn't be
2573.96/2587.98	WSVECS04 Frhs2[614]: 6 -387.657 0 shouldn't be
2573.96/2587.98	WSVECS04 Frhs2[1075]: 6 -319.034 0 shouldn't be
2573.96/2587.98	WSVECS04 Frhs2[1152]: 6 -1.00003 0 shouldn't be
2573.96/2587.98	WSVECS04 Frhs2[1191]: 6 -319.034 0 shouldn't be
2573.96/2587.98	WSVECS04 Frhs2[1333]: 6 -319.034 0 shouldn't be
2573.96/2587.98	WSVECS04 Frhs2[1812]: 6 -1.0001 0 shouldn't be
2574.37/2588.38	WSVECS04 Frhs2[41]: 6 -277.24 0 shouldn't be
2574.37/2588.38	WSVECS04 Frhs2[163]: 6 0 319.034 shouldn't be
2574.37/2588.38	WSVECS04 Frhs2[214]: 6 0 44.0406 shouldn't be
2574.37/2588.38	WSVECS04 Frhs2[355]: 6 0 266.403 shouldn't be
2574.37/2588.38	WSVECS04 Frhs2[664]: 6 -27.0061 0 shouldn't be
2574.37/2588.38	WSVECS04 Frhs2[761]: 6 -160.017 0 shouldn't be
2574.37/2588.38	WSVECS04 Frhs2[1670]: 6 -160.017 0 shouldn't be
2575.27/2589.25	WSVECS04 Frhs2[747]: 6 0 160.017 shouldn't be
2575.27/2589.25	WSVECS04 Frhs2[1028]: 6 -160.017 0 shouldn't be
2575.27/2589.25	WSVECS04 Frhs2[1159]: 6 -319.034 0 shouldn't be
2576.07/2590.05	WSVECS04 Frhs2[207]: 6 0 785.504 shouldn't be
2576.07/2590.05	WSVECS04 Frhs2[468]: 6 -319.034 0 shouldn't be
2576.07/2590.05	WSVECS04 Frhs2[728]: 6 0 102.605 shouldn't be
2576.96/2590.92	WSVECS04 Frhs2[130]: 6 -160.017 0 shouldn't be
2576.96/2590.92	WSVECS04 Frhs2[192]: 6 -319.034 0 shouldn't be
2576.96/2590.92	WSVECS04 Frhs2[995]: 6 -277.24 0 shouldn't be
2576.96/2590.92	WSVECS04 Frhs2[1054]: 6 -214.428 0 shouldn't be
2576.96/2590.92	WSVECS04 Frhs2[1301]: 6 0 299.283 shouldn't be
2576.96/2590.92	WSVECS04 Frhs2[1707]: 6 -63.3903 0 shouldn't be
2576.96/2590.92	WSVECS04 Frhs2[1734]: 6 -160.017 0 shouldn't be
2576.96/2590.92	WSVECS04 Frhs2[1741]: 6 -555.378 0 shouldn't be
2576.96/2590.92	WSVECS04 Frhs2[1750]: 6 -204.057 0 shouldn't be
2576.96/2590.92	WSVECS04 Frhs2[1937]: 6 -160.017 0 shouldn't be
2576.96/2590.92	WSVECS04 Frhs2[1951]: 6 0 34.0461 shouldn't be
2576.96/2590.92	WSVECS04 Frhs2[1997]: 6 -160.017 0 shouldn't be
2577.76/2591.71	WSVECS04 Frhs2[373]: 6 -319.034 0 shouldn't be
2577.76/2591.71	WSVECS04 Frhs2[1449]: 6 -160.017 0 shouldn't be
2578.36/2592.37	WSVECS04 Frhs2[56]: 6 -478.051 0 shouldn't be
2578.36/2592.37	WSVECS04 Frhs2[1053]: 6 0 79.5132 shouldn't be
2578.36/2592.37	WSVECS04 Frhs2[1938]: 6 0 183.889 shouldn't be
2579.16/2593.11	WSVECS04 Frhs2[1364]: 6 -637.068 0 shouldn't be
2581.55/2595.58	WSVECS04 Frhs2[960]: 6 -319.034 0 shouldn't be
2582.35/2596.38	WSVECS04 Frhs2[898]: 6 0 354.504 shouldn't be
2583.25/2597.27	WSVECS04 Frhs2[740]: 6 -1.00009 0 shouldn't be
2586.44/2600.41	WSVECS04 Frhs2[207]: 6 0 785.504 shouldn't be
2586.44/2600.41	WSVECS04 Frhs2[349]: 6 0 325.842 shouldn't be
2586.44/2600.41	WSVECS04 Frhs2[390]: 6 0 699.669 shouldn't be
2586.44/2600.41	WSVECS04 Frhs2[508]: 6 0 583.079 shouldn't be
2586.44/2600.41	WSVECS04 Frhs2[603]: 6 -516.165 0 shouldn't be
2586.44/2600.41	WSVECS04 Frhs2[658]: 6 0 14.6551 shouldn't be
2586.44/2600.41	WSVECS04 Frhs2[1059]: 6 0 398.116 shouldn't be
2586.44/2600.41	WSVECS04 Frhs2[1478]: 6 0 69.1719 shouldn't be
2586.44/2600.41	WSVECS04 Frhs2[1816]: 6 0 160.017 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[5]: 6 0 210.648 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[6]: 6 -160.017 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[41]: 6 -277.24 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[44]: 6 0 764.159 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[51]: 6 -319.034 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[68]: 6 0 65.3805 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[109]: 6 0 268.403 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[129]: 6 0 530.522 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[154]: 6 -319.034 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[163]: 6 0 319.034 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[184]: 6 0 1 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[208]: 6 -165.249 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[235]: 6 0 299.244 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[237]: 6 0 148.677 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[313]: 6 0 132.848 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[314]: 6 -126.438 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[319]: 6 -319.034 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[356]: 6 -163.632 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[375]: 6 0 479.051 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[376]: 6 -160.017 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[388]: 6 0 1 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[445]: 6 0 213.851 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[467]: 6 0 850.877 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[482]: 6 0 1 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[487]: 6 -1 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[525]: 6 -160.017 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[560]: 6 0 214.571 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[596]: 6 0 472.413 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[613]: 6 0 319.034 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[623]: 6 -160.017 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[624]: 6 0 402.899 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[657]: 6 -319.034 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[663]: 6 0 160.017 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[673]: 6 0 1 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[746]: 6 -160.017 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[747]: 6 0 160.017 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[790]: 6 0 159.017 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[820]: 6 -1 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[830]: 6 0 160.017 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[833]: 6 -160.017 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[834]: 6 0 193.948 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[859]: 6 -160.017 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[917]: 6 0 160.017 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[931]: 6 -160.017 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[966]: 6 0 227.154 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[998]: 6 0 160.017 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1027]: 6 0 449.494 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1177]: 6 -160.017 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1178]: 6 0 159.017 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1193]: 6 0 577.118 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1261]: 6 0 70.1689 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1262]: 6 -300.123 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1289]: 6 0 262.582 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1297]: 6 -160.017 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1298]: 6 0 197.761 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1301]: 6 0 299.283 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1302]: 6 -160.017 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1315]: 6 0 45.5214 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1365]: 6 -1 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1415]: 6 0 1 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1419]: 6 0 319.034 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1420]: 6 0 1 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1441]: 6 0 206.235 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1450]: 6 0 155.111 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1462]: 6 -160.017 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1470]: 6 0 28.2664 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1473]: 6 -160.017 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1477]: 6 -160.017 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1489]: 6 0 366.912 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1491]: 6 0 160.017 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1576]: 6 0 1 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1587]: 6 0 160.017 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1588]: 6 -160.017 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1640]: 6 0 301.433 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1658]: 6 -160.017 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1669]: 6 0 16.7626 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1702]: 6 -160.017 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1705]: 6 0 98.1838 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1708]: 6 0 35.0179 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1724]: 6 0 466.693 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1730]: 6 -160.017 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1749]: 6 0 167.416 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1751]: 6 0 170.777 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1752]: 6 -160.017 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1753]: 6 0 160.017 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1770]: 6 0 413.086 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1792]: 6 -1 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1809]: 6 -160.017 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1810]: 6 0 568.562 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1866]: 6 0 178.233 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1897]: 6 0 89.5173 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1898]: 6 -207.868 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[1997]: 6 -160.017 0 shouldn't be
2587.15/2601.11	WSVECS04 Frhs2[2000]: 6 0 171.228 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[104]: 6 -160.017 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[110]: 6 -160.017 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[130]: 6 -160.017 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[206]: 6 -478.051 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[238]: 6 -169.917 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[341]: 6 -229.764 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[363]: 6 0 1 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[373]: 6 -319.034 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[419]: 6 -27.006 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[492]: 6 -160.017 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[595]: 6 -478.051 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[640]: 6 -319.034 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[647]: 6 -319.034 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[672]: 6 0 248.749 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[813]: 6 -160.017 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[829]: 6 -89.5426 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[832]: 6 -160.017 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[901]: 6 0 542.673 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[902]: 6 -319.034 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[903]: 6 -160.017 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[997]: 6 -160.017 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[1007]: 6 -187.776 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[1054]: 6 -214.428 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[1075]: 6 -319.034 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[1232]: 6 -319.034 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[1334]: 6 0 1 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[1350]: 6 -478.051 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[1364]: 6 -637.068 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[1599]: 6 0 502.821 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[1600]: 6 -160.017 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[1701]: 6 0 425.42 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[1727]: 6 0 1 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[1741]: 6 -555.378 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[1750]: 6 -204.057 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[1896]: 6 -160.017 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[1944]: 6 -319.034 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[1951]: 6 0 34.046 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[1952]: 6 -319.034 0 shouldn't be
2587.94/2601.92	WSVECS04 Frhs2[1962]: 6 0 534.108 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[42]: 6 0 1 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[213]: 6 -160.017 0 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[444]: 6 -1 0 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[468]: 6 -319.034 0 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[614]: 6 -387.657 0 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[683]: 6 -319.034 0 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[782]: 6 -319.034 0 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[897]: 6 -160.017 0 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[918]: 6 -319.034 0 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[932]: 6 0 1 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[960]: 6 -319.034 0 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[965]: 6 -319.034 0 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[1159]: 6 -319.034 0 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[1191]: 6 -319.034 0 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[1333]: 6 -319.034 0 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[1490]: 6 -319.034 0 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[1578]: 6 -319.034 0 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[1670]: 6 -160.017 0 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[1734]: 6 -160.017 0 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[1815]: 6 -160.017 0 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[1918]: 6 -319.034 0 shouldn't be
2588.63/2602.63	WSVECS04 Frhs2[1998]: 6 0 711.166 shouldn't be
2678.67/2693.11	c #Conflicts:    1919000 | #Constraints:      91081
2678.67/2693.11	c #Conflicts:    1920000 | #Constraints:      92081
2678.67/2693.11	c #Conflicts:    1921000 | #Constraints:      93081
2678.67/2693.11	c #Conflicts:    1922000 | #Constraints:      94081
2678.67/2693.11	c #Conflicts:    1923000 | #Constraints:      95081
2678.67/2693.11	c #Conflicts:    1924000 | #Constraints:      96081
2678.67/2693.11	c #Conflicts:    1925000 | #Constraints:      97081
2678.67/2693.11	c #Conflicts:    1926000 | #Constraints:      98081
2678.67/2693.11	c #Conflicts:    1927000 | #Constraints:      99081
2678.67/2693.11	c #Conflicts:    1928000 | #Constraints:     100081
2678.67/2693.11	c #Conflicts:    1929000 | #Constraints:     101081
2678.67/2693.11	c #Conflicts:    1930000 | #Constraints:     102081
2678.67/2693.11	c #Conflicts:    1931000 | #Constraints:     103081
2678.67/2693.11	c #Conflicts:    1932000 | #Constraints:     104081
2678.67/2693.11	c #Conflicts:    1933000 | #Constraints:     105081
2678.67/2693.11	c #Conflicts:    1934000 | #Constraints:     106081
2678.67/2693.11	c #Conflicts:    1935000 | #Constraints:     107081
2678.67/2693.11	c #Conflicts:    1936000 | #Constraints:     108081
2678.67/2693.11	c #Conflicts:    1937000 | #Constraints:     109081
2678.67/2693.11	c #Conflicts:    1938000 | #Constraints:     110081
2678.67/2693.11	c #Conflicts:    1939000 | #Constraints:     111081
2678.67/2693.11	c INPROCESSING
2678.67/2693.11	c GARBAGE COLLECT
2678.67/2693.11	c #Conflicts:    1940000 | #Constraints:      60390
2678.67/2693.11	c #Conflicts:    1941000 | #Constraints:      61390
2678.67/2693.11	c #Conflicts:    1942000 | #Constraints:      62390
2678.67/2693.11	c #Conflicts:    1943000 | #Constraints:      63390
2678.67/2693.11	c #Conflicts:    1944000 | #Constraints:      64390
2678.67/2693.11	c #Conflicts:    1945000 | #Constraints:      65390
2678.67/2693.11	c #Conflicts:    1946000 | #Constraints:      66390
2678.67/2693.11	c #Conflicts:    1947000 | #Constraints:      67390
2678.67/2693.11	c #Conflicts:    1948000 | #Constraints:      68390
2678.67/2693.11	c #Conflicts:    1949000 | #Constraints:      69390
2678.67/2693.11	c #Conflicts:    1950000 | #Constraints:      70390
2678.67/2693.11	c #Conflicts:    1951000 | #Constraints:      71390
2678.67/2693.11	c #Conflicts:    1952000 | #Constraints:      72390
2678.67/2693.11	c #Conflicts:    1953000 | #Constraints:      73390
2678.67/2693.11	c #Conflicts:    1954000 | #Constraints:      74390
2678.67/2693.11	c #Conflicts:    1955000 | #Constraints:      75390
2678.67/2693.11	c #Conflicts:    1956000 | #Constraints:      76390
2678.67/2693.11	c #Conflicts:    1957000 | #Constraints:      77390
2678.67/2693.11	c #Conflicts:    1958000 | #Constraints:      78390
2678.67/2693.11	c #Conflicts:    1959000 | #Constraints:      79390
2678.67/2693.11	c #Conflicts:    1960000 | #Constraints:      80390
2678.67/2693.11	c #Conflicts:    1961000 | #Constraints:      81390
2678.67/2693.11	c #Conflicts:    1962000 | #Constraints:      82390
2678.67/2693.11	c #Conflicts:    1963000 | #Constraints:      83390
2678.67/2693.11	c #Conflicts:    1964000 | #Constraints:      84390
2678.67/2693.11	c #Conflicts:    1965000 | #Constraints:      85390
2678.67/2693.11	c #Conflicts:    1966000 | #Constraints:      86391
2678.67/2693.11	c #Conflicts:    1967000 | #Constraints:      87391
2678.67/2693.11	c #Conflicts:    1968000 | #Constraints:      88391
2678.67/2693.11	c INPROCESSING
2678.67/2693.11	c GARBAGE COLLECT
2678.67/2693.11	c #Conflicts:    1969000 | #Constraints:      48294
2678.67/2693.11	c #Conflicts:    1970000 | #Constraints:      49294
2678.67/2693.11	c #Conflicts:    1971000 | #Constraints:      50294
2678.67/2693.11	c #Conflicts:    1972000 | #Constraints:      51294
2678.67/2693.11	c #Conflicts:    1973000 | #Constraints:      52294
2678.67/2693.11	c #Conflicts:    1974000 | #Constraints:      53294
2678.67/2693.11	c #Conflicts:    1975000 | #Constraints:      54294
2678.67/2693.11	c #Conflicts:    1976000 | #Constraints:      55294
2678.67/2693.11	c #Conflicts:    1977000 | #Constraints:      56294
2678.67/2693.11	c #Conflicts:    1978000 | #Constraints:      57294
2678.67/2693.11	c #Conflicts:    1979000 | #Constraints:      58294
2678.67/2693.11	c #Conflicts:    1980000 | #Constraints:      59294
2678.67/2693.11	c #Conflicts:    1981000 | #Constraints:      60294
2678.67/2693.11	c #Conflicts:    1982000 | #Constraints:      61294
2678.67/2693.11	c #Conflicts:    1983000 | #Constraints:      62294
2678.67/2693.11	c #Conflicts:    1984000 | #Constraints:      63294
2678.67/2693.11	c #Conflicts:    1985000 | #Constraints:      64294
2678.67/2693.11	c #Conflicts:    1986000 | #Constraints:      65294
2678.67/2693.11	c #Conflicts:    1987000 | #Constraints:      66294
2678.67/2693.11	c #Conflicts:    1988000 | #Constraints:      67294
2678.67/2693.11	c #Conflicts:    1989000 | #Constraints:      68294
2678.67/2693.11	c #Conflicts:    1990000 | #Constraints:      69294
2678.67/2693.11	c #Conflicts:    1991000 | #Constraints:      70294
2678.67/2693.11	c #Conflicts:    1992000 | #Constraints:      71294
2678.67/2693.11	c #Conflicts:    1993000 | #Constraints:      72294
2678.67/2693.11	c #Conflicts:    1994000 | #Constraints:      73294
2678.67/2693.11	c #Conflicts:    1995000 | #Constraints:      74294
2678.67/2693.11	c #Conflicts:    1996000 | #Constraints:      75294
2740.12/2754.71	c #Conflicts:    1997000 | #Constraints:      76294
2740.12/2754.71	c #Conflicts:    1998000 | #Constraints:      77294
2740.12/2754.71	c INPROCESSING
2740.12/2754.71	c GARBAGE COLLECT
2740.12/2754.71	c rational objective 666
2776.83/2791.50	c #Conflicts:    1999000 | #Constraints:      43450
2776.83/2791.50	c #Conflicts:    2000000 | #Constraints:      44450
2776.83/2791.50	c #Conflicts:    2001000 | #Constraints:      45450
2776.83/2791.50	c #Conflicts:    2002000 | #Constraints:      46450
2776.83/2791.50	c #Conflicts:    2003000 | #Constraints:      47450
2776.83/2791.50	c #Conflicts:    2004000 | #Constraints:      48450
2776.83/2791.50	c #Conflicts:    2005000 | #Constraints:      49450
2776.83/2791.50	c #Conflicts:    2006000 | #Constraints:      50450
2776.83/2791.50	c #Conflicts:    2007000 | #Constraints:      51450
2776.83/2791.50	c #Conflicts:    2008000 | #Constraints:      52450
2776.83/2791.50	c #Conflicts:    2009000 | #Constraints:      53450
2776.83/2791.50	c #Conflicts:    2010000 | #Constraints:      54450
2776.83/2791.50	c #Conflicts:    2011000 | #Constraints:      55450
2776.83/2791.50	c #Conflicts:    2012000 | #Constraints:      56450
2776.83/2791.50	c #Conflicts:    2013000 | #Constraints:      57450
2776.83/2791.50	c #Conflicts:    2014000 | #Constraints:      58450
2776.83/2791.50	c #Conflicts:    2015000 | #Constraints:      59450
2776.83/2791.50	c #Conflicts:    2016000 | #Constraints:      60450
2776.83/2791.50	c #Conflicts:    2017000 | #Constraints:      61450
2776.83/2791.50	c #Conflicts:    2018000 | #Constraints:      62450
2776.83/2791.50	c #Conflicts:    2019000 | #Constraints:      63450
2776.83/2791.50	c #Conflicts:    2020000 | #Constraints:      64450
2776.83/2791.50	c #Conflicts:    2021000 | #Constraints:      65450
2776.83/2791.50	c #Conflicts:    2022000 | #Constraints:      66450
2776.83/2791.50	c #Conflicts:    2023000 | #Constraints:      67450
2776.83/2791.50	c #Conflicts:    2024000 | #Constraints:      68451
2776.83/2791.50	c #Conflicts:    2025000 | #Constraints:      69451
2776.83/2791.50	c #Conflicts:    2026000 | #Constraints:      70451
2776.83/2791.50	c #Conflicts:    2027000 | #Constraints:      71451
2776.83/2791.50	c #Conflicts:    2028000 | #Constraints:      72451
2776.83/2791.50	c INPROCESSING
2776.83/2791.50	c GARBAGE COLLECT
2776.83/2791.50	c #Conflicts:    2029000 | #Constraints:      41121
2776.83/2791.50	c #Conflicts:    2030000 | #Constraints:      42121
2776.83/2791.50	c #Conflicts:    2031000 | #Constraints:      43121
2776.83/2791.50	c #Conflicts:    2032000 | #Constraints:      44121
2776.83/2791.50	c #Conflicts:    2033000 | #Constraints:      45121
2776.83/2791.50	c #Conflicts:    2034000 | #Constraints:      46121
2776.83/2791.50	c #Conflicts:    2035000 | #Constraints:      47121
2776.83/2791.50	c #Conflicts:    2036000 | #Constraints:      48121
2776.83/2791.50	c #Conflicts:    2037000 | #Constraints:      49121
2776.83/2791.50	c #Conflicts:    2038000 | #Constraints:      50121
2776.83/2791.50	c #Conflicts:    2039000 | #Constraints:      51121
2776.83/2791.50	c #Conflicts:    2040000 | #Constraints:      52121
2776.83/2791.50	c #Conflicts:    2041000 | #Constraints:      53121
2776.83/2791.50	c #Conflicts:    2042000 | #Constraints:      54121
2776.83/2791.50	c #Conflicts:    2043000 | #Constraints:      55121
2776.83/2791.50	c #Conflicts:    2044000 | #Constraints:      56121
2776.83/2791.50	c #Conflicts:    2045000 | #Constraints:      57121
2776.83/2791.50	c #Conflicts:    2046000 | #Constraints:      58121
2776.83/2791.50	WSVECS04 Frhs2[71]: 6 -1367.83 0 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[98]: 6 -1898.08 0 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[126]: 6 0 878.057 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[170]: 6 0 728.583 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[177]: 6 -2222.89 0 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[225]: 6 -440.374 0 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[226]: 6 0 3617.81 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[310]: 6 0 3102.73 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[431]: 6 0 953.888 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[469]: 6 0 580.546 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[474]: 6 -3280.21 0 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[527]: 6 -431.389 0 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[559]: 6 0 1351.74 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[602]: 6 0 1718.39 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[719]: 6 0 67.992 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[745]: 6 0 3652.21 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[780]: 6 0 243.278 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[874]: 6 0 142.088 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[929]: 6 0 583.904 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[993]: 6 0 996.826 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1004]: 6 0 22.2598 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1044]: 6 0 2003.33 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1048]: 6 0 8597.9 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1054]: 6 0 3529.06 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1099]: 6 0 292.921 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1126]: 6 0 4212.7 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1149]: 6 0 108.021 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1171]: 6 -1768.07 0 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1277]: 6 0 811.343 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1328]: 6 -2599.89 0 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1349]: 6 -2021.9 0 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1350]: 6 0 2153.66 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1409]: 6 0 19.7864 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1488]: 6 0 3928.74 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1494]: 6 -375.337 0 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1547]: 6 0 4986.6 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1570]: 6 -2028.93 0 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1590]: 6 0 2765.72 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1592]: 6 0 3122.48 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1630]: 6 -3039.19 0 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1678]: 6 0 5834.75 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1688]: 6 0 145.683 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1730]: 6 0 5621.15 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1747]: 6 0 300.792 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1770]: 6 0 5113.79 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1789]: 6 0 2410.1 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1818]: 6 0 2350.15 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1824]: 6 0 1339.13 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1833]: 6 0 2388.33 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1866]: 6 0 3124.54 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1873]: 6 0 1502.65 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1898]: 6 0 1623.8 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1907]: 6 0 2689.28 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1912]: 6 0 3997.9 shouldn't be
2776.83/2791.50	WSVECS04 Frhs2[1951]: 6 0 3520.21 shouldn't be
2777.33/2792.03	WSVECS04 Frhs2[91]: 6 -663.131 0 shouldn't be
2777.33/2792.03	WSVECS04 Frhs2[201]: 6 0 2608.23 shouldn't be
2777.33/2792.03	WSVECS04 Frhs2[213]: 6 -754.466 0 shouldn't be
2777.33/2792.03	WSVECS04 Frhs2[382]: 6 -480.489 0 shouldn't be
2777.33/2792.03	WSVECS04 Frhs2[532]: 6 0 667.779 shouldn't be
2777.33/2792.03	WSVECS04 Frhs2[593]: 6 -1454.68 0 shouldn't be
2777.33/2792.03	WSVECS04 Frhs2[594]: 6 0 453.08 shouldn't be
2777.33/2792.03	WSVECS04 Frhs2[678]: 6 -1246.63 0 shouldn't be
2777.33/2792.03	WSVECS04 Frhs2[717]: 6 -776.417 0 shouldn't be
2777.33/2792.03	WSVECS04 Frhs2[744]: 6 -737.842 0 shouldn't be
2777.33/2792.03	WSVECS04 Frhs2[851]: 6 0 2606.68 shouldn't be
2777.33/2792.03	WSVECS04 Frhs2[853]: 6 0 1145.25 shouldn't be
2777.33/2792.03	WSVECS04 Frhs2[866]: 6 0 4144.88 shouldn't be
2777.33/2792.03	WSVECS04 Frhs2[915]: 6 -1212.38 0 shouldn't be
2777.33/2792.03	WSVECS04 Frhs2[988]: 6 -1119.76 0 shouldn't be
2777.33/2792.03	WSVECS04 Frhs2[1047]: 6 -1186.11 0 shouldn't be
2777.33/2792.03	WSVECS04 Frhs2[1381]: 6 0 1384.61 shouldn't be
2777.33/2792.03	WSVECS04 Frhs2[1677]: 6 -2361.47 0 shouldn't be
2777.33/2792.03	WSVECS04 Frhs2[1719]: 6 0 996.186 shouldn't be
2777.33/2792.03	WSVECS04 Frhs2[1729]: 6 -1977.89 0 shouldn't be
2777.33/2792.03	WSVECS04 Frhs2[1916]: 6 -320.131 0 shouldn't be
2777.73/2792.47	WSVECS04 Frhs2[30]: 6 -1440.88 0 shouldn't be
2777.73/2792.47	WSVECS04 Frhs2[99]: 6 -728.46 0 shouldn't be
2777.73/2792.47	WSVECS04 Frhs2[399]: 6 0 1661.53 shouldn't be
2777.73/2792.47	WSVECS04 Frhs2[471]: 6 -1240.63 0 shouldn't be
2777.73/2792.47	WSVECS04 Frhs2[505]: 6 -1002.33 0 shouldn't be
2777.73/2792.47	WSVECS04 Frhs2[601]: 6 -1329.98 0 shouldn't be
2777.73/2792.47	WSVECS04 Frhs2[829]: 6 -819.436 0 shouldn't be
2777.73/2792.47	WSVECS04 Frhs2[1384]: 6 -734.737 0 shouldn't be
2777.73/2792.47	WSVECS04 Frhs2[1412]: 6 -1904.01 0 shouldn't be
2777.73/2792.47	WSVECS04 Frhs2[1908]: 6 -737.842 0 shouldn't be
2777.73/2792.47	WSVECS04 Frhs2[1936]: 6 -1032.85 0 shouldn't be
2778.22/2792.93	WSVECS04 Frhs2[204]: 6 -246.46 0 shouldn't be
2778.22/2792.93	WSVECS04 Frhs2[987]: 6 0 15.6695 shouldn't be
2778.22/2792.93	WSVECS04 Frhs2[1874]: 6 -1049.54 0 shouldn't be
2778.72/2793.42	WSVECS04 Frhs2[534]: 6 -1565.52 0 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[90]: 6 0 143.756 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[127]: 6 0 220.368 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[194]: 6 0 1132.35 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[203]: 6 0 618.022 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[290]: 6 0 409.856 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[298]: 6 0 1851.68 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[318]: 6 0 7102.65 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[330]: 6 -3527.74 0 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[432]: 6 -1466.28 0 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[447]: 6 0 526.872 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[518]: 6 0 1569.28 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[698]: 6 0 225.311 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[720]: 6 -882.016 0 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[815]: 6 -3774.12 0 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[865]: 6 -1659.71 0 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[930]: 6 -2928.26 0 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[937]: 6 0 691.623 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[1014]: 6 -1033.46 0 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[1100]: 6 -1769.57 0 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[1116]: 6 0 1628.51 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[1259]: 6 -2033.19 0 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[1287]: 6 0 4990.95 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[1315]: 6 0 2188.58 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[1410]: 6 -2370.83 0 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[1487]: 6 -2110.47 0 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[1591]: 6 -1374.01 0 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[1611]: 6 0 492.73 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[1708]: 6 0 29.619 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[1722]: 6 0 3710.31 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[1870]: 6 0 1319.89 shouldn't be
2779.62/2794.31	WSVECS04 Frhs2[1952]: 6 -2646.59 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[29]: 6 0 3400.11 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[125]: 6 -1989.35 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[169]: 6 -2355.34 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[202]: 6 -2092.61 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[304]: 6 -3139.97 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[358]: 6 -3470.36 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[427]: 6 -1607.73 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[470]: 6 -785.722 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[473]: 6 0 4412.72 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[515]: 6 -2100.57 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[517]: 6 -2641.47 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[528]: 6 0 2631.03 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[551]: 6 0 391.032 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[560]: 6 -3460.1 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[583]: 6 -2695.57 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[633]: 6 -3094.64 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[638]: 6 -1618.28 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[700]: 6 0 6799.74 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[746]: 6 -1591.21 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[798]: 6 -3290.8 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[854]: 6 -4161.84 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[873]: 6 -1255.74 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[902]: 6 -1398.05 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1010]: 6 0 1665.11 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1018]: 6 -2070.04 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1055]: 6 -2776.28 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1075]: 6 -1750.91 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1107]: 6 -1553.33 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1115]: 6 -2032.68 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1125]: 6 -1854.15 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1154]: 6 -1549.34 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1203]: 6 0 3240.49 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1204]: 6 -3597.96 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1230]: 6 -2276.75 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1238]: 6 -1105.39 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1245]: 6 -3330.65 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1297]: 6 -1406.73 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1316]: 6 -2723.55 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1403]: 6 0 191.793 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1541]: 6 -2330.45 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1564]: 6 -1458.96 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1573]: 6 -1701.67 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1612]: 6 -1140.28 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1629]: 6 0 558.264 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1655]: 6 0 1554.75 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1720]: 6 -1197.51 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1817]: 6 -3754.65 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1845]: 6 0 2022.71 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1846]: 6 -3015.61 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1869]: 6 -1743.39 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1875]: 6 -1471.94 0 shouldn't be
2780.43/2795.15	WSVECS04 Frhs2[1877]: 6 0 2754.67 shouldn't be
2781.11/2795.89	WSVECS04 Frhs2[54]: 6 0 746.545 shouldn't be
2781.11/2795.89	WSVECS04 Frhs2[100]: 6 0 1577.71 shouldn't be
2781.11/2795.89	WSVECS04 Frhs2[190]: 6 -3565.31 0 shouldn't be
2781.11/2795.89	WSVECS04 Frhs2[531]: 6 -1187.75 0 shouldn't be
2781.11/2795.89	WSVECS04 Frhs2[604]: 6 0 4887.53 shouldn't be
2781.11/2795.89	WSVECS04 Frhs2[637]: 6 0 137.65 shouldn't be
2781.11/2795.89	WSVECS04 Frhs2[779]: 6 -2261.23 0 shouldn't be
2781.11/2795.89	WSVECS04 Frhs2[1003]: 6 -2270.59 0 shouldn't be
2781.11/2795.89	WSVECS04 Frhs2[1293]: 6 -1954.64 0 shouldn't be
2781.11/2795.89	WSVECS04 Frhs2[1404]: 6 -2326.5 0 shouldn't be
2781.11/2795.89	WSVECS04 Frhs2[1548]: 6 -967.511 0 shouldn't be
2781.11/2795.89	WSVECS04 Frhs2[1589]: 6 -1744.55 0 shouldn't be
2781.11/2795.89	WSVECS04 Frhs2[1721]: 6 -1370.71 0 shouldn't be
2781.11/2795.89	WSVECS04 Frhs2[1739]: 6 0 2301.95 shouldn't be
2781.11/2795.89	WSVECS04 Frhs2[1795]: 6 -2861.55 0 shouldn't be
2781.11/2795.89	WSVECS04 Frhs2[1834]: 6 -1636.58 0 shouldn't be
2781.11/2795.89	WSVECS04 Frhs2[1878]: 6 -1903.19 0 shouldn't be
2781.11/2795.89	WSVECS04 Frhs2[1911]: 6 -1305.01 0 shouldn't be
2781.11/2795.89	WSVECS04 Frhs2[1915]: 6 0 4087.34 shouldn't be
2781.11/2795.89	WSVECS04 Frhs2[1966]: 6 -937.315 0 shouldn't be
2781.91/2796.60	WSVECS04 Frhs2[53]: 6 -1094.24 0 shouldn't be
2781.91/2796.60	WSVECS04 Frhs2[97]: 6 0 3549.34 shouldn't be
2781.91/2796.60	WSVECS04 Frhs2[193]: 6 -1508.61 0 shouldn't be
2781.91/2796.60	WSVECS04 Frhs2[309]: 6 -1899.46 0 shouldn't be
2781.91/2796.60	WSVECS04 Frhs2[317]: 6 -1391.84 0 shouldn't be
2781.91/2796.60	WSVECS04 Frhs2[408]: 6 -2283.54 0 shouldn't be
2781.91/2796.60	WSVECS04 Frhs2[516]: 6 0 3932.62 shouldn't be
2781.91/2796.60	WSVECS04 Frhs2[847]: 6 -1958 0 shouldn't be
2781.91/2796.60	WSVECS04 Frhs2[1009]: 6 -2070.61 0 shouldn't be
2781.91/2796.60	WSVECS04 Frhs2[1153]: 6 0 777.074 shouldn't be
2781.91/2796.60	WSVECS04 Frhs2[1298]: 6 0 2029.13 shouldn't be
2781.91/2796.60	WSVECS04 Frhs2[1656]: 6 -1747.81 0 shouldn't be
2781.91/2796.60	WSVECS04 Frhs2[1724]: 6 0 1501.12 shouldn't be
2781.91/2796.60	WSVECS04 Frhs2[1902]: 6 -1045.05 0 shouldn't be
2781.91/2796.60	WSVECS04 Frhs2[1917]: 6 -2356.39 0 shouldn't be
2781.91/2796.60	WSVECS04 Frhs2[1973]: 6 -2092.05 0 shouldn't be
2782.71/2797.40	WSVECS04 Frhs2[255]: 6 -2197.27 0 shouldn't be
2782.71/2797.40	WSVECS04 Frhs2[1464]: 6 -1509.85 0 shouldn't be
2782.71/2797.40	WSVECS04 Frhs2[1740]: 6 -1474 0 shouldn't be
2782.71/2797.40	WSVECS04 Frhs2[1790]: 6 -1863 0 shouldn't be
2782.71/2797.40	WSVECS04 Frhs2[1865]: 6 -1383.46 0 shouldn't be
2783.41/2798.15	WSVECS04 Frhs2[617]: 6 -2211.82 0 shouldn't be
2783.41/2798.15	WSVECS04 Frhs2[852]: 6 -1269.02 0 shouldn't be
2783.41/2798.15	WSVECS04 Frhs2[901]: 6 0 6137.33 shouldn't be
2783.41/2798.15	WSVECS04 Frhs2[1723]: 6 -1247.35 0 shouldn't be
2784.21/2798.90	WSVECS04 Frhs2[550]: 6 0 896.348 shouldn't be
2784.21/2798.90	WSVECS04 Frhs2[1150]: 6 -2591.42 0 shouldn't be
2785.01/2799.77	WSVECS04 Frhs2[89]: 6 -2096.76 0 shouldn't be
2785.01/2799.77	WSVECS04 Frhs2[506]: 6 0 2493.22 shouldn't be
2786.70/2801.48	WSVECS04 Frhs2[1288]: 6 -937.964 0 shouldn't be
2788.30/2803.03	WSVECS04 Frhs2[1237]: 6 0 928.814 shouldn't be
2788.30/2803.03	WSVECS04 Frhs2[1935]: 6 0 2501.36 shouldn't be
2789.00/2803.74	WSVECS04 Frhs2[1056]: 6 0 663.648 shouldn't be
2953.89/2969.49	c #Conflicts:    2047000 | #Constraints:      59121
2953.89/2969.49	c #Conflicts:    2048000 | #Constraints:      60121
2953.89/2969.49	c #Conflicts:    2049000 | #Constraints:      61121
2953.89/2969.49	c #Conflicts:    2050000 | #Constraints:      62121
2953.89/2969.49	c #Conflicts:    2051000 | #Constraints:      63121
2953.89/2969.49	c #Conflicts:    2052000 | #Constraints:      64121
2953.89/2969.49	c #Conflicts:    2053000 | #Constraints:      65121
2953.89/2969.49	c #Conflicts:    2054000 | #Constraints:      66121
2953.89/2969.49	c #Conflicts:    2055000 | #Constraints:      67121
2953.89/2969.49	c #Conflicts:    2056000 | #Constraints:      68121
2953.89/2969.49	c #Conflicts:    2057000 | #Constraints:      69121
2953.89/2969.49	c #Conflicts:    2058000 | #Constraints:      70121
2953.89/2969.49	c #Conflicts:    2059000 | #Constraints:      71121
2953.89/2969.49	c #Conflicts:    2060000 | #Constraints:      72121
2953.89/2969.49	c #Conflicts:    2061000 | #Constraints:      73121
2953.89/2969.49	c #Conflicts:    2062000 | #Constraints:      74121
2953.89/2969.49	c #Conflicts:    2063000 | #Constraints:      75121
2953.89/2969.49	c #Conflicts:    2064000 | #Constraints:      76121
2953.89/2969.49	c #Conflicts:    2065000 | #Constraints:      77121
2953.89/2969.49	c #Conflicts:    2066000 | #Constraints:      78121
2953.89/2969.49	c #Conflicts:    2067000 | #Constraints:      79121
2953.89/2969.49	c #Conflicts:    2068000 | #Constraints:      80121
2953.89/2969.49	c #Conflicts:    2069000 | #Constraints:      81121
2953.89/2969.49	c #Conflicts:    2070000 | #Constraints:      82121
2953.89/2969.49	c #Conflicts:    2071000 | #Constraints:      83121
2953.89/2969.49	c #Conflicts:    2072000 | #Constraints:      84121
2953.89/2969.49	c #Conflicts:    2073000 | #Constraints:      85121
2953.89/2969.49	c #Conflicts:    2074000 | #Constraints:      86121
2953.89/2969.49	c #Conflicts:    2075000 | #Constraints:      87121
2953.89/2969.49	c #Conflicts:    2076000 | #Constraints:      88121
2953.89/2969.49	c #Conflicts:    2077000 | #Constraints:      89121
2953.89/2969.49	c #Conflicts:    2078000 | #Constraints:      90121
2953.89/2969.49	c #Conflicts:    2079000 | #Constraints:      91121
2953.89/2969.49	c #Conflicts:    2080000 | #Constraints:      92121
2953.89/2969.49	c #Conflicts:    2081000 | #Constraints:      93121
2953.89/2969.49	c #Conflicts:    2082000 | #Constraints:      94121
2953.89/2969.49	c #Conflicts:    2083000 | #Constraints:      95121
2953.89/2969.49	c #Conflicts:    2084000 | #Constraints:      96121
2953.89/2969.49	c #Conflicts:    2085000 | #Constraints:      97121
2953.89/2969.49	c #Conflicts:    2086000 | #Constraints:      98121
2953.89/2969.49	c #Conflicts:    2087000 | #Constraints:      99121
2953.89/2969.49	c #Conflicts:    2088000 | #Constraints:     100121
2953.89/2969.49	c #Conflicts:    2089000 | #Constraints:     101121
2953.89/2969.49	c #Conflicts:    2090000 | #Constraints:     102121
2953.89/2969.49	c #Conflicts:    2091000 | #Constraints:     103121
2953.89/2969.49	c #Conflicts:    2092000 | #Constraints:     104121
2953.89/2969.49	c #Conflicts:    2093000 | #Constraints:     105121
2953.89/2969.49	c #Conflicts:    2094000 | #Constraints:     106121
2953.89/2969.49	c #Conflicts:    2095000 | #Constraints:     107121
2953.89/2969.49	c #Conflicts:    2096000 | #Constraints:     108121
2953.89/2969.49	c #Conflicts:    2097000 | #Constraints:     109121
2953.89/2969.49	c #Conflicts:    2098000 | #Constraints:     110121
2953.89/2969.49	c #Conflicts:    2099000 | #Constraints:     111121
2953.89/2969.49	c #Conflicts:    2100000 | #Constraints:     112121
2953.89/2969.49	c #Conflicts:    2101000 | #Constraints:     113121
2953.89/2969.49	c #Conflicts:    2102000 | #Constraints:     114121
2953.89/2969.49	c #Conflicts:    2103000 | #Constraints:     115121
2953.89/2969.49	c #Conflicts:    2104000 | #Constraints:     116121
2953.89/2969.49	c #Conflicts:    2105000 | #Constraints:     117121
2953.89/2969.49	c #Conflicts:    2106000 | #Constraints:     118121
2953.89/2969.49	c #Conflicts:    2107000 | #Constraints:     119121
2953.89/2969.49	c #Conflicts:    2108000 | #Constraints:     120121
2953.89/2969.49	c #Conflicts:    2109000 | #Constraints:     121121
2953.89/2969.49	c #Conflicts:    2110000 | #Constraints:     122121
2953.89/2969.49	c #Conflicts:    2111000 | #Constraints:     123121
2953.89/2969.49	c #Conflicts:    2112000 | #Constraints:     124121
2953.89/2969.49	c #Conflicts:    2113000 | #Constraints:     125121
2953.89/2969.49	c #Conflicts:    2114000 | #Constraints:     126121
2953.89/2969.49	c #Conflicts:    2115000 | #Constraints:     127121
2953.89/2969.49	c #Conflicts:    2116000 | #Constraints:     128121
2953.89/2969.49	c #Conflicts:    2117000 | #Constraints:     129121
2953.89/2969.49	c #Conflicts:    2118000 | #Constraints:     130121
2953.89/2969.49	c #Conflicts:    2119000 | #Constraints:     131121
2953.89/2969.49	c #Conflicts:    2120000 | #Constraints:     132121
2953.89/2969.49	c #Conflicts:    2121000 | #Constraints:     133121
2953.89/2969.49	c #Conflicts:    2122000 | #Constraints:     134121
2953.89/2969.49	c #Conflicts:    2123000 | #Constraints:     135121
2953.89/2969.49	c #Conflicts:    2124000 | #Constraints:     136121
2953.89/2969.49	c #Conflicts:    2125000 | #Constraints:     137121
3010.48/3026.32	c #Conflicts:    2126000 | #Constraints:     138121
3010.48/3026.32	c #Conflicts:    2127000 | #Constraints:     139121
3010.48/3026.32	c #Conflicts:    2128000 | #Constraints:     140121
3010.48/3026.32	c #Conflicts:    2129000 | #Constraints:     141121
3010.48/3026.32	c #Conflicts:    2130000 | #Constraints:     142121
3010.48/3026.32	c #Conflicts:    2131000 | #Constraints:     143121
3010.48/3026.32	c #Conflicts:    2132000 | #Constraints:     144121
3010.48/3026.32	c #Conflicts:    2133000 | #Constraints:     145121
3010.48/3026.32	c #Conflicts:    2134000 | #Constraints:     146121
3010.48/3026.32	c #Conflicts:    2135000 | #Constraints:     147121
3010.48/3026.32	c #Conflicts:    2136000 | #Constraints:     148121
3010.48/3026.32	c #Conflicts:    2137000 | #Constraints:     149121
3010.48/3026.32	c #Conflicts:    2138000 | #Constraints:     150121
3010.48/3026.32	c #Conflicts:    2139000 | #Constraints:     151121
3010.48/3026.32	c #Conflicts:    2140000 | #Constraints:     152121
3010.48/3026.32	c #Conflicts:    2141000 | #Constraints:     153121
3010.48/3026.32	c #Conflicts:    2142000 | #Constraints:     154121
3010.48/3026.32	c #Conflicts:    2143000 | #Constraints:     155121
3010.48/3026.32	c bounds - >= 545 @ 2983.38
3110.41/3126.54	c #Conflicts:    2144000 | #Constraints:     156226
3110.41/3126.54	c #Conflicts:    2145000 | #Constraints:     157226
3110.41/3126.54	c #Conflicts:    2146000 | #Constraints:     158226
3110.41/3126.54	c #Conflicts:    2147000 | #Constraints:     159226
3110.41/3126.54	c #Conflicts:    2148000 | #Constraints:     160226
3110.41/3126.54	c #Conflicts:    2149000 | #Constraints:     161226
3110.41/3126.54	c #Conflicts:    2150000 | #Constraints:     162226
3110.41/3126.54	c #Conflicts:    2151000 | #Constraints:     163226
3110.41/3126.54	c #Conflicts:    2152000 | #Constraints:     164226
3110.41/3126.54	c INPROCESSING
3110.41/3126.54	c GARBAGE COLLECT
3110.41/3126.54	c rational objective 666
3201.93/3218.46	c #Conflicts:    2153000 | #Constraints:      86872
3201.93/3218.46	c #Conflicts:    2154000 | #Constraints:      87872
3201.93/3218.46	c #Conflicts:    2155000 | #Constraints:      88872
3201.93/3218.46	c #Conflicts:    2156000 | #Constraints:      89872
3201.93/3218.46	c #Conflicts:    2157000 | #Constraints:      90872
3201.93/3218.46	c #Conflicts:    2158000 | #Constraints:      91872
3201.93/3218.46	c #Conflicts:    2159000 | #Constraints:      92872
3201.93/3218.46	c #Conflicts:    2160000 | #Constraints:      93872
3201.93/3218.46	c #Conflicts:    2161000 | #Constraints:      94872
3201.93/3218.46	c #Conflicts:    2162000 | #Constraints:      95872
3201.93/3218.46	c #Conflicts:    2163000 | #Constraints:      96872
3201.93/3218.46	c #Conflicts:    2164000 | #Constraints:      97872
3201.93/3218.46	c #Conflicts:    2165000 | #Constraints:      98872
3201.93/3218.46	c #Conflicts:    2166000 | #Constraints:      99872
3201.93/3218.46	c #Conflicts:    2167000 | #Constraints:     100872
3201.93/3218.46	c #Conflicts:    2168000 | #Constraints:     101872
3201.93/3218.46	c #Conflicts:    2169000 | #Constraints:     102872
3201.93/3218.46	c #Conflicts:    2170000 | #Constraints:     103872
3201.93/3218.46	c #Conflicts:    2171000 | #Constraints:     104872
3201.93/3218.46	c #Conflicts:    2172000 | #Constraints:     105872
3201.93/3218.46	c #Conflicts:    2173000 | #Constraints:     106872
3201.93/3218.46	c #Conflicts:    2174000 | #Constraints:     107872
3201.93/3218.46	c #Conflicts:    2175000 | #Constraints:     108872
3201.93/3218.46	c #Conflicts:    2176000 | #Constraints:     109872
3201.93/3218.46	c #Conflicts:    2177000 | #Constraints:     110872
3201.93/3218.46	c #Conflicts:    2178000 | #Constraints:     111872
3201.93/3218.46	c #Conflicts:    2179000 | #Constraints:     112872
3201.93/3218.46	c #Conflicts:    2180000 | #Constraints:     113872
3201.93/3218.46	c #Conflicts:    2181000 | #Constraints:     114872
3201.93/3218.46	c #Conflicts:    2182000 | #Constraints:     115872
3201.93/3218.46	c #Conflicts:    2183000 | #Constraints:     116872
3201.93/3218.46	c INPROCESSING
3201.93/3218.46	c GARBAGE COLLECT
3201.93/3218.46	c rational objective 666
3226.03/3242.71	c #Conflicts:    2184000 | #Constraints:      63106
3226.03/3242.71	c #Conflicts:    2185000 | #Constraints:      64106
3226.03/3242.71	c #Conflicts:    2186000 | #Constraints:      65106
3226.03/3242.71	c #Conflicts:    2187000 | #Constraints:      66106
3226.03/3242.71	c #Conflicts:    2188000 | #Constraints:      67106
3226.03/3242.71	c #Conflicts:    2189000 | #Constraints:      68106
3226.03/3242.71	c #Conflicts:    2190000 | #Constraints:      69106
3226.03/3242.71	c #Conflicts:    2191000 | #Constraints:      70106
3226.03/3242.71	c #Conflicts:    2192000 | #Constraints:      71106
3226.03/3242.71	c #Conflicts:    2193000 | #Constraints:      72106
3226.03/3242.71	c #Conflicts:    2194000 | #Constraints:      73106
3226.03/3242.71	c #Conflicts:    2195000 | #Constraints:      74106
3226.03/3242.71	c #Conflicts:    2196000 | #Constraints:      75106
3226.03/3242.71	c #Conflicts:    2197000 | #Constraints:      76106
3226.03/3242.71	c #Conflicts:    2198000 | #Constraints:      77106
3226.03/3242.71	c #Conflicts:    2199000 | #Constraints:      78106
3226.03/3242.71	c #Conflicts:    2200000 | #Constraints:      79106
3226.03/3242.71	c #Conflicts:    2201000 | #Constraints:      80106
3226.03/3242.71	c #Conflicts:    2202000 | #Constraints:      81106
3226.03/3242.71	c #Conflicts:    2203000 | #Constraints:      82106
3226.03/3242.71	c #Conflicts:    2204000 | #Constraints:      83106
3226.03/3242.71	c #Conflicts:    2205000 | #Constraints:      84106
3226.03/3242.71	c #Conflicts:    2206000 | #Constraints:      85106
3226.03/3242.71	c #Conflicts:    2207000 | #Constraints:      86106
3226.03/3242.71	c #Conflicts:    2208000 | #Constraints:      87106
3226.03/3242.71	c #Conflicts:    2209000 | #Constraints:      88107
3226.03/3242.71	WSVECS04 Frhs2[57]: 6 -212.7 0 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[58]: 6 0 28.3997 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[258]: 6 -15.0367 0 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[269]: 6 0 15.1693 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[270]: 6 -64.6427 0 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[418]: 6 -80.1326 0 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[471]: 6 -11.6659 0 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[489]: 6 0 7.22592 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[509]: 6 -18.3107 0 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[521]: 6 0 175.545 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[528]: 6 -114.465 0 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[533]: 6 -95.6119 0 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[551]: 6 0 31.7365 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[580]: 6 -58.84 0 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[653]: 6 0 6.98886 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[654]: 6 -209.286 0 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[666]: 6 -94.5483 0 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[739]: 6 -100.68 0 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[863]: 6 -119.669 0 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[1022]: 6 -15.5841 0 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[1042]: 6 -45.9476 0 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[1044]: 6 -371.778 0 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[1059]: 6 0 41.1653 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[1075]: 6 0 30.6122 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[1076]: 6 -21.7238 0 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[1117]: 6 0 3.20466 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[1645]: 6 -256.83 0 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[1646]: 6 0 115.761 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[1889]: 6 0 63.4079 shouldn't be
3226.03/3242.71	WSVECS04 Frhs2[1890]: 6 -64.1804 0 shouldn't be
3226.82/3243.50	WSVECS04 Frhs2[864]: 6 0 14.6605 shouldn't be
3226.82/3243.50	WSVECS04 Frhs2[1021]: 6 0 153.267 shouldn't be
3226.82/3243.50	WSVECS04 Frhs2[1063]: 6 0 65.3633 shouldn't be
3226.82/3243.50	WSVECS04 Frhs2[1589]: 6 0 131.095 shouldn't be
3226.82/3243.50	WSVECS04 Frhs2[1590]: 6 -168.008 0 shouldn't be
3400.77/3417.90	c #Conflicts:    2210000 | #Constraints:      89108
3400.77/3417.90	c #Conflicts:    2211000 | #Constraints:      90108
3400.77/3417.90	c #Conflicts:    2212000 | #Constraints:      91108
3400.77/3417.90	c #Conflicts:    2213000 | #Constraints:      92108
3400.77/3417.90	c #Conflicts:    2214000 | #Constraints:      93109
3400.77/3417.90	c INPROCESSING
3400.77/3417.90	c GARBAGE COLLECT
3400.77/3417.90	c #Conflicts:    2215000 | #Constraints:      51066
3400.77/3417.90	c #Conflicts:    2216000 | #Constraints:      52066
3400.77/3417.90	c #Conflicts:    2217000 | #Constraints:      53066
3400.77/3417.90	c #Conflicts:    2218000 | #Constraints:      54066
3400.77/3417.90	c #Conflicts:    2219000 | #Constraints:      55066
3400.77/3417.90	c #Conflicts:    2220000 | #Constraints:      56066
3400.77/3417.90	c #Conflicts:    2221000 | #Constraints:      57066
3400.77/3417.90	c #Conflicts:    2222000 | #Constraints:      58066
3400.77/3417.90	c #Conflicts:    2223000 | #Constraints:      59066
3400.77/3417.90	c #Conflicts:    2224000 | #Constraints:      60066
3400.77/3417.90	c #Conflicts:    2225000 | #Constraints:      61066
3400.77/3417.90	c #Conflicts:    2226000 | #Constraints:      62066
3400.77/3417.90	c #Conflicts:    2227000 | #Constraints:      63066
3400.77/3417.90	c #Conflicts:    2228000 | #Constraints:      64066
3400.77/3417.90	c #Conflicts:    2229000 | #Constraints:      65066
3400.77/3417.90	c #Conflicts:    2230000 | #Constraints:      66066
3400.77/3417.90	c #Conflicts:    2231000 | #Constraints:      67066
3400.77/3417.90	c #Conflicts:    2232000 | #Constraints:      68066
3400.77/3417.90	c #Conflicts:    2233000 | #Constraints:      69066
3400.77/3417.90	c #Conflicts:    2234000 | #Constraints:      70066
3400.77/3417.90	c #Conflicts:    2235000 | #Constraints:      71066
3400.77/3417.90	c #Conflicts:    2236000 | #Constraints:      72066
3400.77/3417.90	c #Conflicts:    2237000 | #Constraints:      73066
3400.77/3417.90	c #Conflicts:    2238000 | #Constraints:      74066
3400.77/3417.90	c #Conflicts:    2239000 | #Constraints:      75066
3400.77/3417.90	c #Conflicts:    2240000 | #Constraints:      76066
3400.77/3417.90	c #Conflicts:    2241000 | #Constraints:      77066
3400.77/3417.90	c #Conflicts:    2242000 | #Constraints:      78066
3400.77/3417.90	c #Conflicts:    2243000 | #Constraints:      79066
3400.77/3417.90	c #Conflicts:    2244000 | #Constraints:      80066
3400.77/3417.90	c #Conflicts:    2245000 | #Constraints:      81066
3400.77/3417.90	c #Conflicts:    2246000 | #Constraints:      82066
3400.77/3417.90	c INPROCESSING
3400.77/3417.90	c GARBAGE COLLECT
3400.77/3417.90	c rational objective 666
3428.99/3446.26	c #Conflicts:    2247000 | #Constraints:      45799
3428.99/3446.26	c #Conflicts:    2248000 | #Constraints:      46799
3428.99/3446.26	c #Conflicts:    2249000 | #Constraints:      47799
3428.99/3446.26	c #Conflicts:    2250000 | #Constraints:      48799
3428.99/3446.26	c #Conflicts:    2251000 | #Constraints:      49799
3428.99/3446.26	c #Conflicts:    2252000 | #Constraints:      50800
3428.99/3446.26	c #Conflicts:    2253000 | #Constraints:      51800
3428.99/3446.26	c #Conflicts:    2254000 | #Constraints:      52800
3428.99/3446.26	c #Conflicts:    2255000 | #Constraints:      53800
3428.99/3446.26	c #Conflicts:    2256000 | #Constraints:      54801
3428.99/3446.26	c #Conflicts:    2257000 | #Constraints:      55801
3428.99/3446.26	c #Conflicts:    2258000 | #Constraints:      56801
3428.99/3446.26	c #Conflicts:    2259000 | #Constraints:      57801
3428.99/3446.26	c #Conflicts:    2260000 | #Constraints:      58801
3428.99/3446.26	c #Conflicts:    2261000 | #Constraints:      59801
3428.99/3446.26	c #Conflicts:    2262000 | #Constraints:      60801
3428.99/3446.26	c #Conflicts:    2263000 | #Constraints:      61801
3428.99/3446.26	c #Conflicts:    2264000 | #Constraints:      62801
3428.99/3446.26	c #Conflicts:    2265000 | #Constraints:      63801
3428.99/3446.26	c #Conflicts:    2266000 | #Constraints:      64801
3428.99/3446.26	c #Conflicts:    2267000 | #Constraints:      65801
3428.99/3446.26	c #Conflicts:    2268000 | #Constraints:      66801
3428.99/3446.26	c #Conflicts:    2269000 | #Constraints:      67801
3428.99/3446.26	c #Conflicts:    2270000 | #Constraints:      68801
3428.99/3446.26	c #Conflicts:    2271000 | #Constraints:      69801
3428.99/3446.26	c #Conflicts:    2272000 | #Constraints:      70801
3428.99/3446.26	c #Conflicts:    2273000 | #Constraints:      71801
3428.99/3446.26	c #Conflicts:    2274000 | #Constraints:      72801
3428.99/3446.26	c #Conflicts:    2275000 | #Constraints:      73801
3428.99/3446.26	c #Conflicts:    2276000 | #Constraints:      74801
3428.99/3446.26	c #Conflicts:    2277000 | #Constraints:      75801
3428.99/3446.26	c #Conflicts:    2278000 | #Constraints:      76801
3428.99/3446.26	c INPROCESSING
3428.99/3446.26	c GARBAGE COLLECT
3428.99/3446.26	WSVECS04 Frhs2[8]: 6 -302.367 0 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[31]: 6 0 504.83 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[170]: 6 0 1009.68 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[209]: 6 0 1107.65 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[219]: 6 0 3456.57 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[220]: 6 -894.931 0 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[331]: 6 0 331.128 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[333]: 6 0 1989.13 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[356]: 6 0 643.849 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[367]: 6 -525.319 0 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[403]: 6 -693.052 0 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[490]: 6 0 154.083 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[552]: 6 0 1739.21 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[553]: 6 0 1756.63 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[559]: 6 0 807.076 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[568]: 6 0 105.784 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[596]: 6 -657.18 0 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[601]: 6 -478.505 0 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[663]: 6 0 951.363 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[708]: 6 0 64.9481 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[709]: 6 0 728.894 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[733]: 6 -154.092 0 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[741]: 6 0 707.739 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[745]: 6 0 510.292 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[772]: 6 0 272.858 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[828]: 6 0 215.98 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[833]: 6 -316.551 0 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[834]: 6 0 2374.94 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[967]: 6 0 340.593 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[968]: 6 -597.902 0 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[969]: 6 0 1035.37 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1064]: 6 -368.088 0 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1086]: 6 0 1089.76 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1115]: 6 0 526.458 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1172]: 6 0 314.832 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1195]: 6 0 687.635 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1280]: 6 -770.851 0 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1327]: 6 0 1028.48 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1445]: 6 0 273.759 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1447]: 6 -807.019 0 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1448]: 6 0 58.0146 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1450]: 6 -60.1901 0 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1451]: 6 0 825.725 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1473]: 6 0 804.659 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1478]: 6 0 548.588 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1528]: 6 -672.784 0 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1585]: 6 0 3789.59 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1589]: 6 0 811.574 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1601]: 6 0 1365.56 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1602]: 6 -149.358 0 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1625]: 6 0 579.712 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1631]: 6 0 2754.87 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1634]: 6 0 604.07 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1659]: 6 0 794.002 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1670]: 6 0 99.8137 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1700]: 6 0 594.469 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1701]: 6 -241.332 0 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1702]: 6 0 29.8428 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1725]: 6 0 478.326 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1767]: 6 -883.859 0 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1770]: 6 0 926.383 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1924]: 6 0 726.911 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1968]: 6 -549.787 0 shouldn't be
3428.99/3446.26	WSVECS04 Frhs2[1971]: 6 0 298.5 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[264]: 6 -183.961 0 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[284]: 6 -1062.32 0 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[355]: 6 -765.409 0 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[471]: 6 -511.567 0 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[526]: 6 -522.986 0 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[551]: 6 -599.436 0 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[587]: 6 -313.205 0 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[589]: 6 -693.234 0 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[670]: 6 -976.893 0 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[771]: 6 -224.835 0 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[947]: 6 0 1795.05 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[1025]: 6 -222.297 0 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[1082]: 6 0 423.114 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[1166]: 6 -345.135 0 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[1268]: 6 -411.576 0 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[1337]: 6 -224.784 0 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[1338]: 6 0 1.75085 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[1477]: 6 -598.544 0 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[1512]: 6 -1051.07 0 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[1538]: 6 0 675.855 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[1633]: 6 -603.076 0 shouldn't be
3429.59/3446.81	WSVECS04 Frhs2[1813]: 6 -524.651 0 shouldn't be
3429.99/3447.29	WSVECS04 Frhs2[447]: 6 -303.238 0 shouldn't be
3429.99/3447.29	WSVECS04 Frhs2[595]: 6 0 16.2469 shouldn't be
3429.99/3447.29	WSVECS04 Frhs2[664]: 6 -37.1835 0 shouldn't be
3429.99/3447.29	WSVECS04 Frhs2[763]: 6 -692.175 0 shouldn't be
3429.99/3447.29	WSVECS04 Frhs2[1196]: 6 -417.033 0 shouldn't be
3429.99/3447.29	WSVECS04 Frhs2[1272]: 6 0 712.229 shouldn't be
3430.49/3447.77	WSVECS04 Frhs2[382]: 6 -146.763 0 shouldn't be
3430.49/3447.77	WSVECS04 Frhs2[521]: 6 -494.689 0 shouldn't be
3430.49/3447.77	WSVECS04 Frhs2[857]: 6 -372.892 0 shouldn't be
3430.49/3447.77	WSVECS04 Frhs2[1921]: 6 0 37.5803 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[44]: 6 -1079.41 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[63]: 6 -626.222 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[69]: 6 -858.856 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[103]: 6 -714.448 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[177]: 6 0 992.892 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[178]: 6 -1 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[298]: 6 0 176.191 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[313]: 6 -977.463 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[314]: 6 0 1195.2 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[316]: 6 -1278.56 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[328]: 6 -817.544 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[332]: 6 -957.258 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[350]: 6 -1002.22 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[441]: 6 0 478.929 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[450]: 6 0 634.462 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[489]: 6 -1145.32 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[505]: 6 0 140.512 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[506]: 6 -947.433 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[554]: 6 0 9.52178 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[631]: 6 -1 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[746]: 6 -664.193 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[938]: 6 -932.548 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[948]: 6 -306.813 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[952]: 6 0 99.7908 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[970]: 6 -889.504 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1083]: 6 0 1427.54 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1087]: 6 -728.255 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1131]: 6 -1236.6 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1132]: 6 0 244.998 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1165]: 6 0 454.174 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1171]: 6 -738.354 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1307]: 6 0 237.962 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1318]: 6 -448.892 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1328]: 6 -1041.85 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1369]: 6 0 989.251 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1370]: 6 -768.47 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1381]: 6 0 572.751 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1444]: 6 -1481.03 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1452]: 6 -1001.25 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1507]: 6 -658.987 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1508]: 6 0 434.937 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1537]: 6 -671.796 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1586]: 6 -819.957 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1590]: 6 -592.013 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1617]: 6 0 451.316 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1618]: 6 -711.433 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1626]: 6 -1305.2 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1632]: 6 -454.777 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1669]: 6 -955.181 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1726]: 6 -1553.06 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1766]: 6 -922.088 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1816]: 6 -814.348 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1842]: 6 -1071.6 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1845]: 6 0 1508.43 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1846]: 6 -1109.47 0 shouldn't be
3430.99/3448.21	WSVECS04 Frhs2[1972]: 6 -348.301 0 shouldn't be
3432.09/3449.35	WSVECS04 Frhs2[80]: 6 0 2173.78 shouldn't be
3432.09/3449.35	WSVECS04 Frhs2[871]: 6 -565.485 0 shouldn't be
3432.09/3449.35	WSVECS04 Frhs2[1730]: 6 0 1678.94 shouldn't be
3432.09/3449.35	WSVECS04 Frhs2[1974]: 6 -788.368 0 shouldn't be
3439.25/3456.55	c #Conflicts:    2279000 | #Constraints:      43312
3439.25/3456.55	c #Conflicts:    2280000 | #Constraints:      44312
3439.25/3456.55	c #Conflicts:    2281000 | #Constraints:      45312
3439.25/3456.55	c #Conflicts:    2282000 | #Constraints:      46312
3439.25/3456.55	c #Conflicts:    2283000 | #Constraints:      47312
3439.25/3456.55	c #Conflicts:    2284000 | #Constraints:      48312
3439.25/3456.55	c #Conflicts:    2285000 | #Constraints:      49312
3439.25/3456.55	c #Conflicts:    2286000 | #Constraints:      50312
3439.25/3456.55	c #Conflicts:    2287000 | #Constraints:      51312
3439.25/3456.55	c #Conflicts:    2288000 | #Constraints:      52312
3439.25/3456.55	c #Conflicts:    2289000 | #Constraints:      53312
3439.25/3456.55	c #Conflicts:    2290000 | #Constraints:      54312
3439.25/3456.55	c #Conflicts:    2291000 | #Constraints:      55312
3439.25/3456.55	WSVECS04 Frhs2[25]: 6 0 908.87 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[106]: 6 -1921.8 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[159]: 6 -1396.91 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[160]: 6 0 3526.64 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[173]: 6 -1317.53 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[174]: 6 0 1192.16 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[231]: 6 -1371.32 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[266]: 6 -2475.64 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[269]: 6 -928.679 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[270]: 6 0 1363.87 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[286]: 6 0 1619.32 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[439]: 6 -480.837 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[455]: 6 -2003.06 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[517]: 6 -1414.19 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[539]: 6 0 962.005 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[540]: 6 -841.743 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[569]: 6 -1188.87 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[617]: 6 0 835.643 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[618]: 6 -1043.14 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[651]: 6 0 2474.93 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[713]: 6 0 190.572 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[714]: 6 -900.053 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[715]: 6 -714.061 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[716]: 6 0 927.86 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[868]: 6 0 900.021 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[962]: 6 -1692.14 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1034]: 6 -897.425 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1055]: 6 -1340.23 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1056]: 6 0 1150.67 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1143]: 6 0 772.399 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1144]: 6 -1022.9 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1160]: 6 0 900.19 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1207]: 6 -1.00003 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1208]: 6 0 1539.86 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1211]: 6 -815.845 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1242]: 6 0 1.08353 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1249]: 6 -1551.55 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1264]: 6 -568.272 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1269]: 6 -1230.27 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1274]: 6 -1002.97 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1302]: 6 0 1721.73 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1313]: 6 -1837.19 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1323]: 6 -763.053 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1324]: 6 0 302.968 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1350]: 6 0 1439.01 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1394]: 6 0 2441.71 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1395]: 6 0 1323.33 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1396]: 6 -1375.07 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1422]: 6 0 62.1514 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1461]: 6 0 1117.14 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1497]: 6 0 91.0569 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1498]: 6 -1767.57 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1525]: 6 -720.045 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1526]: 6 0 749.63 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1553]: 6 -625.753 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1571]: 6 -1492.71 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1581]: 6 -1219.33 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1582]: 6 0 157.336 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1612]: 6 0 1219.14 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1788]: 6 -1374.91 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1793]: 6 -1090.28 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1794]: 6 0 0.636924 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1865]: 6 -700.823 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1866]: 6 0 1427.46 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1890]: 6 0 3006.17 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1939]: 6 -1663.55 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1979]: 6 -1457.56 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1980]: 6 0 3714.53 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1987]: 6 -1081.54 0 shouldn't be
3439.25/3456.55	WSVECS04 Frhs2[1997]: 6 -452.083 0 shouldn't be
3441.04/3458.39	c #Conflicts:    2292000 | #Constraints:      56313
3441.04/3458.39	c #Conflicts:    2293000 | #Constraints:      57313
3441.04/3458.39	WSVECS04 Frhs2[5]: 6 -547.74 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[38]: 6 -197.927 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[52]: 6 0 630.455 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[64]: 6 -780.655 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[165]: 6 0 150.481 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[218]: 6 0 98.3864 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[301]: 6 0 459.952 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[302]: 6 -875.849 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[397]: 6 -813.803 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[461]: 6 -899.193 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[467]: 6 0 520.781 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[468]: 6 -258.608 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[471]: 6 0 1722.41 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[494]: 6 -447.903 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[506]: 6 -581.976 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[514]: 6 0 925.706 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[523]: 6 -70.2624 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[548]: 6 -14.4541 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[627]: 6 0 466.422 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[628]: 6 -367.724 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[650]: 6 -598.869 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[747]: 6 0 1363.76 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[779]: 6 0 344.032 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[780]: 6 -71.2223 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[811]: 6 -195.512 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[841]: 6 0 1678.25 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[877]: 6 0 23.0402 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[889]: 6 -211.897 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[921]: 6 -854.954 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[955]: 6 -978.134 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[970]: 6 0 0.475534 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[985]: 6 -582.099 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1036]: 6 0 1273.78 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1051]: 6 0 1434.91 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1052]: 6 -116.59 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1073]: 6 -717.067 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1085]: 6 0 1137.9 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1109]: 6 0 367.573 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1149]: 6 -864.267 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1162]: 6 -1022.8 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1165]: 6 -990.897 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1179]: 6 0 52.7532 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1300]: 6 0 433.081 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1365]: 6 -131.264 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1382]: 6 0 1251.93 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1414]: 6 -701.777 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1417]: 6 -346.827 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1504]: 6 -446.529 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1535]: 6 0 300.075 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1536]: 6 -584.365 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1576]: 6 -381.844 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1589]: 6 0 1749.96 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1590]: 6 -79.33 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1603]: 6 -505.85 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1625]: 6 0 118.722 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1626]: 6 -1246.37 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1659]: 6 -298.454 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1669]: 6 0 457.237 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1677]: 6 0 321.431 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1678]: 6 -359.28 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1750]: 6 -456.246 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1777]: 6 -228.549 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1782]: 6 -372.959 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1797]: 6 -614.263 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1930]: 6 -243.493 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1971]: 6 0 413.81 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1972]: 6 -306.494 0 shouldn't be
3441.04/3458.39	WSVECS04 Frhs2[1981]: 6 -2.85791 0 shouldn't be
3466.47/3483.88	c #Conflicts:    2294000 | #Constraints:      58314
3466.47/3483.88	c #Conflicts:    2295000 | #Constraints:      59314
3466.47/3483.88	c #Conflicts:    2296000 | #Constraints:      60314
3466.47/3483.88	c #Conflicts:    2297000 | #Constraints:      61314
3466.47/3483.88	c #Conflicts:    2298000 | #Constraints:      62315
3466.47/3483.88	c #Conflicts:    2299000 | #Constraints:      63315
3466.47/3483.88	c #Conflicts:    2300000 | #Constraints:      64315
3466.47/3483.88	c #Conflicts:    2301000 | #Constraints:      65315
3466.47/3483.88	c #Conflicts:    2302000 | #Constraints:      66315
3466.47/3483.88	c #Conflicts:    2303000 | #Constraints:      67316
3466.47/3483.88	c #Conflicts:    2304000 | #Constraints:      68316
3466.47/3483.88	c #Conflicts:    2305000 | #Constraints:      69316
3466.47/3483.88	c #Conflicts:    2306000 | #Constraints:      70316
3466.47/3483.88	c #Conflicts:    2307000 | #Constraints:      71316
3466.47/3483.88	c #Conflicts:    2308000 | #Constraints:      72316
3466.47/3483.88	c #Conflicts:    2309000 | #Constraints:      73316
3466.47/3483.88	c #Conflicts:    2310000 | #Constraints:      74316
3466.47/3483.88	c #Conflicts:    2311000 | #Constraints:      75316
3466.47/3483.88	c #Conflicts:    2312000 | #Constraints:      76316
3466.47/3483.88	c #Conflicts:    2313000 | #Constraints:      77316
3466.47/3483.88	c #Conflicts:    2314000 | #Constraints:      78316
3466.47/3483.88	c #Conflicts:    2315000 | #Constraints:      79316
3466.47/3483.88	c #Conflicts:    2316000 | #Constraints:      80316
3466.47/3483.88	c #Conflicts:    2317000 | #Constraints:      81316
3466.47/3483.88	c #Conflicts:    2318000 | #Constraints:      82316
3466.47/3483.88	c #Conflicts:    2319000 | #Constraints:      83316
3466.47/3483.88	c #Conflicts:    2320000 | #Constraints:      84316
3466.47/3483.88	c #Conflicts:    2321000 | #Constraints:      85316
3466.47/3483.88	c #Conflicts:    2322000 | #Constraints:      86316
3466.47/3483.88	c #Conflicts:    2323000 | #Constraints:      87316
3466.47/3483.88	WSVECS04 Frhs2[30]: 6 0 743.094 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[43]: 6 -810.151 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[44]: 6 0 6766.36 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[62]: 6 -342.18 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[105]: 6 0 2055.63 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[106]: 6 -1462.5 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[107]: 6 -379.059 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[207]: 6 0 2536.76 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[208]: 6 -1183.65 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[231]: 6 -1231.7 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[272]: 6 -861.675 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[285]: 6 0 665.406 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[286]: 6 -1240.35 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[353]: 6 -1406.83 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[354]: 6 0 125.519 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[368]: 6 0 1087.18 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[373]: 6 -1412.74 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[409]: 6 0 705.215 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[427]: 6 -1005.05 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[439]: 6 -961.735 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[440]: 6 0 56.0936 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[455]: 6 -1278.53 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[487]: 6 0 109.83 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[535]: 6 -864.07 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[563]: 6 -801.086 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[564]: 6 0 1912.88 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[595]: 6 -1782.06 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[596]: 6 0 970.154 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[639]: 6 0 3687.93 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[651]: 6 0 399.912 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[652]: 6 -1100.01 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[670]: 6 -707.544 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[675]: 6 -1252.53 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[714]: 6 0 147.338 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[718]: 6 -1513.14 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[726]: 6 -474.541 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[745]: 6 0 1595.57 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[746]: 6 -1059.87 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[754]: 6 -2098.56 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[789]: 6 -1333.56 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[829]: 6 -636.595 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[837]: 6 0 2703.98 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[838]: 6 -952.239 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[914]: 6 -1258.88 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[921]: 6 -1108.73 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[922]: 6 0 495.117 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[984]: 6 -824.107 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1028]: 6 0 989.359 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1030]: 6 -670.144 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1079]: 6 0 573.882 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1080]: 6 -1185.97 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1117]: 6 -1182.4 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1118]: 6 0 5594.59 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1146]: 6 -1620.28 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1170]: 6 -1550.73 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1193]: 6 0 1335.92 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1219]: 6 -817.616 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1249]: 6 -1346.35 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1257]: 6 -1012.64 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1287]: 6 -1773.64 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1288]: 6 0 1115.2 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1296]: 6 -498.161 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1323]: 6 0 1793.18 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1339]: 6 -841.467 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1355]: 6 -452.797 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1356]: 6 0 1939.78 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1363]: 6 -1199.52 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1364]: 6 0 871.032 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1431]: 6 -1107.4 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1432]: 6 0 4744.72 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1445]: 6 -1266.98 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1484]: 6 0 184.463 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1497]: 6 -1082.9 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1498]: 6 0 2757.03 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1503]: 6 0 148.788 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1504]: 6 -1368.11 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1553]: 6 -407.652 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1583]: 6 0 2157.65 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1605]: 6 -670.407 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1648]: 6 -1283.12 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1710]: 6 -973.575 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1716]: 6 -712.943 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1726]: 6 -1729.06 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1785]: 6 -1552.84 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1786]: 6 0 52.2402 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1797]: 6 -655.265 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1807]: 6 0 1527.86 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1827]: 6 0 2695.43 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1843]: 6 0 2674.43 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1857]: 6 -1637.24 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1882]: 6 0 526.492 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1889]: 6 0 1592.73 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1890]: 6 -1012.72 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1917]: 6 -824.502 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1918]: 6 0 794.264 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1931]: 6 -474.309 0 shouldn't be
3466.47/3483.88	WSVECS04 Frhs2[1988]: 6 0 46.5269 shouldn't be
3467.07/3484.42	WSVECS04 Frhs2[29]: 6 -1277.1 0 shouldn't be
3467.07/3484.42	WSVECS04 Frhs2[232]: 6 0 523.068 shouldn't be
3467.07/3484.42	WSVECS04 Frhs2[367]: 6 -1146.18 0 shouldn't be
3467.07/3484.42	WSVECS04 Frhs2[385]: 6 -325.412 0 shouldn't be
3467.07/3484.42	WSVECS04 Frhs2[488]: 6 -1294.17 0 shouldn't be
3467.07/3484.42	WSVECS04 Frhs2[511]: 6 -1050.17 0 shouldn't be
3467.07/3484.42	WSVECS04 Frhs2[570]: 6 -1722.35 0 shouldn't be
3467.07/3484.42	WSVECS04 Frhs2[687]: 6 -1095.75 0 shouldn't be
3467.07/3484.42	WSVECS04 Frhs2[713]: 6 -986.881 0 shouldn't be
3467.07/3484.42	WSVECS04 Frhs2[757]: 6 -963.444 0 shouldn't be
3467.07/3484.42	WSVECS04 Frhs2[916]: 6 0 1.52505 shouldn't be
3467.07/3484.42	WSVECS04 Frhs2[923]: 6 -1261.15 0 shouldn't be
3467.07/3484.42	WSVECS04 Frhs2[936]: 6 -637.252 0 shouldn't be
3467.07/3484.42	WSVECS04 Frhs2[1181]: 6 -1126.97 0 shouldn't be
3467.07/3484.42	WSVECS04 Frhs2[1194]: 6 -888.17 0 shouldn't be
3467.07/3484.42	WSVECS04 Frhs2[1466]: 6 -1511.65 0 shouldn't be
3467.07/3484.42	WSVECS04 Frhs2[1483]: 6 -1167.36 0 shouldn't be
3467.07/3484.42	WSVECS04 Frhs2[1828]: 6 -884.739 0 shouldn't be
3467.07/3484.42	WSVECS04 Frhs2[1844]: 6 -1385.19 0 shouldn't be
3467.07/3484.42	WSVECS04 Frhs2[1987]: 6 -856.562 0 shouldn't be
3467.56/3484.97	WSVECS04 Frhs2[22]: 6 -1185.38 0 shouldn't be
3467.56/3484.97	WSVECS04 Frhs2[618]: 6 -873.33 0 shouldn't be
3467.56/3484.97	WSVECS04 Frhs2[915]: 6 -983.302 0 shouldn't be
3467.56/3484.97	WSVECS04 Frhs2[944]: 6 -566.26 0 shouldn't be
3467.56/3484.97	WSVECS04 Frhs2[1881]: 6 -735.398 0 shouldn't be
3468.07/3485.49	WSVECS04 Frhs2[569]: 6 0 342.763 shouldn't be
3468.07/3485.49	WSVECS04 Frhs2[1046]: 6 -1063.33 0 shouldn't be
3468.07/3485.49	WSVECS04 Frhs2[1812]: 6 -1.0001 0 shouldn't be
3468.46/3485.85	WSVECS04 Frhs2[669]: 6 0 426.191 shouldn't be
3468.46/3485.85	WSVECS04 Frhs2[810]: 6 -601.672 0 shouldn't be
3468.46/3485.85	WSVECS04 Frhs2[913]: 6 0 335.658 shouldn't be
3468.46/3485.85	WSVECS04 Frhs2[1027]: 6 -1053.84 0 shouldn't be
3468.46/3485.85	WSVECS04 Frhs2[1304]: 6 -986.054 0 shouldn't be
3469.26/3486.69	WSVECS04 Frhs2[523]: 6 -823.173 0 shouldn't be
3469.26/3486.69	WSVECS04 Frhs2[640]: 6 -1574.81 0 shouldn't be
3469.26/3486.69	WSVECS04 Frhs2[1155]: 6 -1127.88 0 shouldn't be
3469.26/3486.69	WSVECS04 Frhs2[1314]: 6 -1146.21 0 shouldn't be
3469.26/3486.69	WSVECS04 Frhs2[1324]: 6 -814.832 0 shouldn't be
3469.26/3486.69	WSVECS04 Frhs2[1647]: 6 0 1820.09 shouldn't be
3470.16/3487.52	WSVECS04 Frhs2[524]: 6 0 617.683 shouldn't be
3470.16/3487.52	WSVECS04 Frhs2[1169]: 6 0 909.768 shouldn't be
3470.16/3487.52	WSVECS04 Frhs2[1584]: 6 -1256.24 0 shouldn't be
3470.16/3487.52	WSVECS04 Frhs2[1608]: 6 -704.593 0 shouldn't be
3470.96/3488.37	WSVECS04 Frhs2[452]: 6 -798.489 0 shouldn't be
3470.96/3488.37	WSVECS04 Frhs2[603]: 6 -674.965 0 shouldn't be
3470.96/3488.37	WSVECS04 Frhs2[604]: 6 0 2566.47 shouldn't be
3470.96/3488.37	WSVECS04 Frhs2[758]: 6 0 1589.37 shouldn't be
3470.96/3488.37	WSVECS04 Frhs2[957]: 6 -1068.89 0 shouldn't be
3470.96/3488.37	WSVECS04 Frhs2[1808]: 6 -1068.89 0 shouldn't be
3470.96/3488.37	WSVECS04 Frhs2[1944]: 6 -1214.05 0 shouldn't be
3472.15/3489.55	WSVECS04 Frhs2[451]: 6 0 782.863 shouldn't be
3473.26/3490.64	WSVECS04 Frhs2[456]: 6 0 438.915 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[105]: 6 0 2055.63 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[207]: 6 0 2536.76 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[368]: 6 0 1087.18 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[409]: 6 0 705.215 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[451]: 6 0 782.863 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[456]: 6 0 438.915 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[604]: 6 0 2566.47 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[718]: 6 -1513.14 0 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[745]: 6 0 1595.57 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[913]: 6 0 335.658 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[916]: 6 0 1.525 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[1028]: 6 0 989.359 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[1079]: 6 0 573.882 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[1169]: 6 0 909.768 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[1193]: 6 0 1335.92 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[1323]: 6 0 1793.18 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[1498]: 6 0 2757.03 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[1504]: 6 -1368.11 0 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[1716]: 6 -712.943 0 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[1843]: 6 0 2674.43 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[1881]: 6 -735.398 0 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[1882]: 6 0 526.491 shouldn't be
3475.76/3493.10	WSVECS04 Frhs2[1918]: 6 0 794.263 shouldn't be
3515.55/3533.06	c #Conflicts:    2324000 | #Constraints:      88316
3515.55/3533.06	c #Conflicts:    2325000 | #Constraints:      89316
3515.55/3533.06	c #Conflicts:    2326000 | #Constraints:      90316
3515.55/3533.06	c #Conflicts:    2327000 | #Constraints:      91316
3515.55/3533.06	c #Conflicts:    2328000 | #Constraints:      92316
3515.55/3533.06	c #Conflicts:    2329000 | #Constraints:      93316
3515.55/3533.06	c #Conflicts:    2330000 | #Constraints:      94316
3515.55/3533.06	c #Conflicts:    2331000 | #Constraints:      95316
3515.55/3533.06	c #Conflicts:    2332000 | #Constraints:      96316
3515.55/3533.06	c #Conflicts:    2333000 | #Constraints:      97316
3515.55/3533.06	c #Conflicts:    2334000 | #Constraints:      98316
3515.55/3533.06	c #Conflicts:    2335000 | #Constraints:      99316
3515.55/3533.06	c #Conflicts:    2336000 | #Constraints:     100316
3515.55/3533.06	c #Conflicts:    2337000 | #Constraints:     101316
3515.55/3533.06	c #Conflicts:    2338000 | #Constraints:     102316
3515.55/3533.06	c #Conflicts:    2339000 | #Constraints:     103316
3515.55/3533.06	c #Conflicts:    2340000 | #Constraints:     104316
3515.55/3533.06	c #Conflicts:    2341000 | #Constraints:     105316
3515.55/3533.06	c #Conflicts:    2342000 | #Constraints:     106316
3515.55/3533.06	c #Conflicts:    2343000 | #Constraints:     107316
3515.55/3533.06	c #Conflicts:    2344000 | #Constraints:     108316
3515.55/3533.06	c #Conflicts:    2345000 | #Constraints:     109316
3515.55/3533.06	c #Conflicts:    2346000 | #Constraints:     110316
3515.55/3533.06	c #Conflicts:    2347000 | #Constraints:     111316
3515.55/3533.06	c #Conflicts:    2348000 | #Constraints:     112316
3515.55/3533.06	c #Conflicts:    2349000 | #Constraints:     113316
3515.55/3533.06	c #Conflicts:    2350000 | #Constraints:     114317
3515.55/3533.06	c #Conflicts:    2351000 | #Constraints:     115317
3515.55/3533.06	c #Conflicts:    2352000 | #Constraints:     116317
3515.55/3533.06	c #Conflicts:    2353000 | #Constraints:     117317
3515.55/3533.06	c #Conflicts:    2354000 | #Constraints:     118317
3515.55/3533.06	c #Conflicts:    2355000 | #Constraints:     119317
3515.55/3533.06	c #Conflicts:    2356000 | #Constraints:     120317
3515.55/3533.06	c #Conflicts:    2357000 | #Constraints:     121317
3515.55/3533.06	c #Conflicts:    2358000 | #Constraints:     122317
3515.55/3533.06	c #Conflicts:    2359000 | #Constraints:     123317
3515.55/3533.06	c #Conflicts:    2360000 | #Constraints:     124317
3515.55/3533.06	c #Conflicts:    2361000 | #Constraints:     125317
3515.55/3533.06	c #Conflicts:    2362000 | #Constraints:     126317
3515.55/3533.06	c #Conflicts:    2363000 | #Constraints:     127317
3515.55/3533.06	c #Conflicts:    2364000 | #Constraints:     128317
3515.55/3533.06	c #Conflicts:    2365000 | #Constraints:     129317
3515.55/3533.06	c #Conflicts:    2366000 | #Constraints:     130317
3515.55/3533.06	c #Conflicts:    2367000 | #Constraints:     131317
3515.55/3533.06	c #Conflicts:    2368000 | #Constraints:     132317
3515.55/3533.06	c #Conflicts:    2369000 | #Constraints:     133317
3515.55/3533.06	c #Conflicts:    2370000 | #Constraints:     134317
3515.55/3533.06	WSVECS04 Frhs2[21]: 6 -468.272 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[127]: 6 0 1093.79 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[167]: 6 0 495.475 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[168]: 6 -334.923 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[182]: 6 0 706.541 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[218]: 6 0 719.44 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[248]: 6 -402.375 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[335]: 6 0 424.476 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[336]: 6 -875.813 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[369]: 6 0 935.075 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[370]: 6 -360.21 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[387]: 6 0 1798.16 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[407]: 6 -922.309 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[408]: 6 0 646.437 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[447]: 6 0 259.647 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[448]: 6 -721.856 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[452]: 6 0 1391.55 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[568]: 6 -623.058 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[639]: 6 -724.108 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[640]: 6 0 48.3836 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[672]: 6 -508.048 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[697]: 6 0 2170.11 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[722]: 6 -327.635 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[726]: 6 -321.297 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[787]: 6 0 1621.62 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[829]: 6 -481.553 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[833]: 6 -315.667 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[834]: 6 0 282.914 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[865]: 6 0 161.357 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[866]: 6 -613.381 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[902]: 6 -574.863 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[923]: 6 -629.973 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[935]: 6 -381.784 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[955]: 6 -537.403 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1047]: 6 -473.816 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1048]: 6 0 582.325 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1107]: 6 0 684.066 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1108]: 6 -230.533 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1135]: 6 -444.873 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1136]: 6 0 182.114 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1166]: 6 -312.614 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1175]: 6 -717.225 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1209]: 6 0 1205.08 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1304]: 6 -520.074 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1315]: 6 0 349.363 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1316]: 6 -634.333 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1329]: 6 0 407.519 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1330]: 6 -481.242 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1362]: 6 0 62.0621 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1371]: 6 -282.303 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1372]: 6 0 621.149 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1382]: 6 0 769.81 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1391]: 6 -815.197 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1392]: 6 0 394.497 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1414]: 6 0 475.915 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1443]: 6 -1028.39 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1444]: 6 0 473.613 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1511]: 6 0 783.605 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1512]: 6 -549.605 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1553]: 6 0 508.833 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1554]: 6 -344.179 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1625]: 6 0 250.003 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1677]: 6 0 701.114 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1678]: 6 -549.486 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1695]: 6 -197.869 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1696]: 6 0 492.158 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1721]: 6 -227.419 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1722]: 6 0 575.39 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1769]: 6 -575.715 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1770]: 6 0 1734.13 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1777]: 6 -518.592 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1778]: 6 0 678.071 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1802]: 6 -296.538 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1822]: 6 -472.483 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1847]: 6 0 129.65 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1848]: 6 -775.282 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1861]: 6 -349.065 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1862]: 6 0 369.765 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1909]: 6 -503.44 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1910]: 6 0 1245.01 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1921]: 6 0 430.897 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1922]: 6 -550.754 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1927]: 6 -121.924 0 shouldn't be
3515.55/3533.06	WSVECS04 Frhs2[1931]: 6 -319.343 0 shouldn't be
3516.15/3533.64	WSVECS04 Frhs2[166]: 6 -661.158 0 shouldn't be
3516.15/3533.64	WSVECS04 Frhs2[485]: 6 -813.011 0 shouldn't be
3516.15/3533.64	WSVECS04 Frhs2[632]: 6 -781.697 0 shouldn't be
3516.15/3533.64	WSVECS04 Frhs2[698]: 6 -557.688 0 shouldn't be
3516.15/3533.64	WSVECS04 Frhs2[1181]: 6 -486.073 0 shouldn't be
3516.15/3533.64	WSVECS04 Frhs2[1210]: 6 -687.901 0 shouldn't be
3516.15/3533.64	WSVECS04 Frhs2[1361]: 6 -536.67 0 shouldn't be
3516.15/3533.64	WSVECS04 Frhs2[1558]: 6 -669.876 0 shouldn't be
3516.64/3534.14	WSVECS04 Frhs2[1413]: 6 -167.334 0 shouldn't be
3516.64/3534.14	WSVECS04 Frhs2[1873]: 6 -295.888 0 shouldn't be
3517.14/3534.67	WSVECS04 Frhs2[281]: 6 -406.033 0 shouldn't be
3517.74/3535.23	WSVECS04 Frhs2[181]: 6 -260.572 0 shouldn't be
3517.74/3535.23	WSVECS04 Frhs2[388]: 6 -389.223 0 shouldn't be
3517.74/3535.23	WSVECS04 Frhs2[494]: 6 -89.0221 0 shouldn't be
3517.74/3535.23	WSVECS04 Frhs2[924]: 6 0 1022.09 shouldn't be
3517.74/3535.23	WSVECS04 Frhs2[1626]: 6 -895.617 0 shouldn't be
3517.74/3535.23	WSVECS04 Frhs2[1874]: 6 0 643.019 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[21]: 6 -468.272 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[127]: 6 0 1093.79 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[166]: 6 -661.158 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[167]: 6 0 495.475 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[168]: 6 -334.923 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[182]: 6 0 706.541 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[218]: 6 0 719.44 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[281]: 6 -406.033 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[369]: 6 0 935.075 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[370]: 6 -360.21 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[387]: 6 0 1798.16 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[388]: 6 -389.223 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[408]: 6 0 646.437 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[447]: 6 0 259.647 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[452]: 6 0 1391.55 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[485]: 6 -813.011 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[494]: 6 -89.022 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[568]: 6 -623.058 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[632]: 6 -781.697 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[639]: 6 -724.108 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[640]: 6 0 48.3836 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[697]: 6 0 2170.11 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[722]: 6 -327.635 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[833]: 6 -315.667 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[834]: 6 0 282.914 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[865]: 6 0 161.357 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[923]: 6 -629.973 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1048]: 6 0 582.325 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1107]: 6 0 684.066 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1135]: 6 -444.873 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1136]: 6 0 182.114 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1175]: 6 -717.225 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1176]: 6 0 30.3594 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1209]: 6 0 1205.08 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1304]: 6 -520.074 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1315]: 6 0 349.363 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1316]: 6 -634.333 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1362]: 6 0 62.0621 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1371]: 6 -282.303 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1372]: 6 0 621.149 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1382]: 6 0 769.81 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1391]: 6 -815.197 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1392]: 6 0 394.497 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1443]: 6 -1028.39 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1444]: 6 0 473.613 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1511]: 6 0 783.605 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1512]: 6 -549.605 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1554]: 6 -344.179 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1558]: 6 -669.876 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1625]: 6 0 250.003 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1626]: 6 -895.617 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1677]: 6 0 701.114 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1678]: 6 -549.485 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1696]: 6 0 492.158 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1721]: 6 -227.419 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1770]: 6 0 1734.13 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1778]: 6 0 678.071 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1802]: 6 -296.538 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1821]: 6 0 345.018 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1822]: 6 -472.483 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1861]: 6 -349.065 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1921]: 6 0 430.897 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1922]: 6 -550.754 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1927]: 6 -121.924 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1931]: 6 -319.343 0 shouldn't be
3518.84/3536.31	WSVECS04 Frhs2[1932]: 6 0 167.929 shouldn't be
3561.30/3578.98	c #Conflicts:    2371000 | #Constraints:     135317
3561.30/3578.98	c #Conflicts:    2372000 | #Constraints:     136317
3561.30/3578.98	c #Conflicts:    2373000 | #Constraints:     137317
3561.30/3578.98	c #Conflicts:    2374000 | #Constraints:     138317
3561.30/3578.98	c #Conflicts:    2375000 | #Constraints:     139317
3561.30/3578.98	c #Conflicts:    2376000 | #Constraints:     140317
3561.30/3578.98	c #Conflicts:    2377000 | #Constraints:     141317
3561.30/3578.98	c #Conflicts:    2378000 | #Constraints:     142317
3561.30/3578.98	c #Conflicts:    2379000 | #Constraints:     143317
3561.30/3578.98	c #Conflicts:    2380000 | #Constraints:     144317
3561.30/3578.98	c #Conflicts:    2381000 | #Constraints:     145317
3561.30/3578.98	c #Conflicts:    2382000 | #Constraints:     146317
3561.30/3578.98	c #Conflicts:    2383000 | #Constraints:     147317
3561.30/3578.98	c #Conflicts:    2384000 | #Constraints:     148317
3561.30/3578.98	c #Conflicts:    2385000 | #Constraints:     149318
3561.30/3578.98	c #Conflicts:    2386000 | #Constraints:     150318
3561.30/3578.98	c #Conflicts:    2387000 | #Constraints:     151318
3561.30/3578.98	c #Conflicts:    2388000 | #Constraints:     152318
3561.30/3578.98	c #Conflicts:    2389000 | #Constraints:     153318
3561.30/3578.98	c #Conflicts:    2390000 | #Constraints:     154318
3561.30/3578.98	c #Conflicts:    2391000 | #Constraints:     155318
3561.30/3578.98	c #Conflicts:    2392000 | #Constraints:     156318
3561.30/3578.98	c #Conflicts:    2393000 | #Constraints:     157318
3561.30/3578.98	c #Conflicts:    2394000 | #Constraints:     158318
3561.30/3578.98	c #Conflicts:    2395000 | #Constraints:     159318
3561.30/3578.98	c #Conflicts:    2396000 | #Constraints:     160318
3561.30/3578.98	c #Conflicts:    2397000 | #Constraints:     161318
3561.30/3578.98	c #Conflicts:    2398000 | #Constraints:     162318
3561.30/3578.98	c #Conflicts:    2399000 | #Constraints:     163318
3561.30/3578.98	c #Conflicts:    2400000 | #Constraints:     164318
3561.30/3578.98	c #Conflicts:    2401000 | #Constraints:     165318
3561.30/3578.98	c #Conflicts:    2402000 | #Constraints:     166318
3561.30/3578.98	c #Conflicts:    2403000 | #Constraints:     167318
3561.30/3578.98	c #Conflicts:    2404000 | #Constraints:     168318
3561.30/3578.98	c #Conflicts:    2405000 | #Constraints:     169318
3561.30/3578.98	c #Conflicts:    2406000 | #Constraints:     170319
3561.30/3578.98	c #Conflicts:    2407000 | #Constraints:     171319
3561.30/3578.98	c #Conflicts:    2408000 | #Constraints:     172319
3561.30/3578.98	c #Conflicts:    2409000 | #Constraints:     173319
3561.30/3578.98	c INPROCESSING
3561.30/3578.98	c GARBAGE COLLECT
3561.30/3578.98	WSVECS04 Frhs2[6]: 6 0 102.903 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[10]: 6 0 663.305 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[14]: 6 -60.5395 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[27]: 6 -196.423 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[46]: 6 0 481.869 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[79]: 6 -451.421 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[80]: 6 0 609.872 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[127]: 6 0 167.99 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[128]: 6 -248.255 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[129]: 6 -518.202 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[142]: 6 0 1122.69 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[165]: 6 0 189.015 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[166]: 6 -704.097 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[181]: 6 -110.837 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[187]: 6 0 106.133 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[188]: 6 -224.712 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[195]: 6 -264.506 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[266]: 6 -579.68 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[268]: 6 0 396.788 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[269]: 6 -42.5376 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[270]: 6 0 1070.73 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[291]: 6 0 70.9028 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[309]: 6 0 707.985 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[310]: 6 -165.548 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[333]: 6 0 685.479 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[334]: 6 -440.983 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[347]: 6 0 295.434 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[348]: 6 -523.325 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[367]: 6 -333.041 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[369]: 6 0 1003.79 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[379]: 6 -428.092 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[436]: 6 -567.921 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[475]: 6 -768.939 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[482]: 6 0 63.0828 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[486]: 6 0 798.066 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[524]: 6 0 423.049 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[557]: 6 -413.608 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[559]: 6 0 4.73879 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[563]: 6 -1330.05 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[603]: 6 -148.763 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[604]: 6 0 1133.95 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[632]: 6 -583.35 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[635]: 6 -412.853 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[636]: 6 0 104.969 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[649]: 6 0 1160.56 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[653]: 6 -242.843 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[699]: 6 -411.502 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[702]: 6 -413.294 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[722]: 6 -321.353 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[727]: 6 0 1253.39 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[730]: 6 0 1146.05 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[739]: 6 0 1380.47 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[743]: 6 -472.24 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[744]: 6 0 801.807 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[745]: 6 0 509.927 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[747]: 6 0 86.8541 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[748]: 6 -47.6653 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[783]: 6 -736.508 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[785]: 6 0 1045.09 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[786]: 6 -339.005 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[787]: 6 0 767.957 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[788]: 6 -210.036 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[789]: 6 -578.084 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[794]: 6 0 373.025 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[809]: 6 0 170.751 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[810]: 6 -161.273 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[815]: 6 0 801.16 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[834]: 6 0 412.032 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[841]: 6 -282.112 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[842]: 6 0 185.472 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[852]: 6 -60.6423 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[871]: 6 0 361.398 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[895]: 6 0 142.409 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[901]: 6 0 115.314 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[916]: 6 -655.638 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[935]: 6 -469.235 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1011]: 6 0 628.739 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1054]: 6 0 481.488 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1059]: 6 -296.694 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1060]: 6 0 963.441 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1126]: 6 0 527.164 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1141]: 6 -514.057 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1142]: 6 0 362.528 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1156]: 6 0 753.476 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1217]: 6 0 268.587 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1234]: 6 0 31.2889 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1287]: 6 -833.872 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1288]: 6 0 49.6261 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1289]: 6 0 1235.31 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1336]: 6 -357.118 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1367]: 6 0 427.3 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1383]: 6 -127.887 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1409]: 6 0 606.693 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1420]: 6 0 68.7617 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1440]: 6 0 730.686 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1445]: 6 -175.722 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1446]: 6 0 175.195 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1449]: 6 0 392.97 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1484]: 6 0 225.24 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1499]: 6 0 475.992 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1518]: 6 0 386.259 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1573]: 6 0 756.329 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1578]: 6 0 481.861 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1590]: 6 -333.865 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1606]: 6 -619.868 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1623]: 6 -372.849 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1633]: 6 -296.916 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1634]: 6 0 21.2608 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1647]: 6 -290.743 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1650]: 6 -340.071 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1674]: 6 0 751.505 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1687]: 6 -809.078 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1688]: 6 0 544.379 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1736]: 6 -480.609 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1747]: 6 0 1174.63 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1748]: 6 -576.339 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1768]: 6 0 361.887 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1777]: 6 -684.153 0 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1812]: 6 0 24.2433 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1815]: 6 0 547.583 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1824]: 6 0 175.644 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1866]: 6 0 996.342 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1877]: 6 0 617.34 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1978]: 6 0 751.516 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1980]: 6 0 380.036 shouldn't be
3561.30/3578.98	WSVECS04 Frhs2[1998]: 6 0 505.979 shouldn't be
3562.00/3579.64	WSVECS04 Frhs2[5]: 6 -634.367 0 shouldn't be
3562.60/3580.21	WSVECS04 Frhs2[257]: 6 -196.955 0 shouldn't be
3563.00/3580.63	WSVECS04 Frhs2[22]: 6 0 71.1634 shouldn't be
3563.00/3580.63	WSVECS04 Frhs2[578]: 6 -610.962 0 shouldn't be
3563.00/3580.63	WSVECS04 Frhs2[652]: 6 -543.111 0 shouldn't be
3563.00/3580.63	WSVECS04 Frhs2[1261]: 6 0 186.57 shouldn't be
3563.00/3580.63	WSVECS04 Frhs2[1589]: 6 0 78.207 shouldn't be
3563.00/3580.63	WSVECS04 Frhs2[1856]: 6 0 67.4831 shouldn't be
3563.40/3581.08	WSVECS04 Frhs2[182]: 6 0 537.198 shouldn't be
3563.40/3581.08	WSVECS04 Frhs2[651]: 6 0 801.476 shouldn't be
3563.40/3581.08	WSVECS04 Frhs2[1004]: 6 -574.85 0 shouldn't be
3563.40/3581.08	WSVECS04 Frhs2[1047]: 6 -467.98 0 shouldn't be
3563.40/3581.08	WSVECS04 Frhs2[1574]: 6 -759.897 0 shouldn't be
3563.40/3581.08	WSVECS04 Frhs2[1675]: 6 0 582.577 shouldn't be
3563.40/3581.08	WSVECS04 Frhs2[1677]: 6 0 792.04 shouldn't be
3563.40/3581.08	WSVECS04 Frhs2[1846]: 6 -583.492 0 shouldn't be
3564.20/3581.84	WSVECS04 Frhs2[122]: 6 -356.928 0 shouldn't be
3564.20/3581.84	WSVECS04 Frhs2[130]: 6 0 184.668 shouldn't be
3564.20/3581.84	WSVECS04 Frhs2[230]: 6 0 358.795 shouldn't be
3564.20/3581.84	WSVECS04 Frhs2[281]: 6 -417.847 0 shouldn't be
3564.20/3581.84	WSVECS04 Frhs2[292]: 6 -399.705 0 shouldn't be
3564.20/3581.84	WSVECS04 Frhs2[487]: 6 -400.94 0 shouldn't be
3564.20/3581.84	WSVECS04 Frhs2[495]: 6 -427.001 0 shouldn't be
3564.20/3581.84	WSVECS04 Frhs2[521]: 6 -395.627 0 shouldn't be
3564.20/3581.84	WSVECS04 Frhs2[728]: 6 -370.878 0 shouldn't be
3564.20/3581.84	WSVECS04 Frhs2[729]: 6 -319.42 0 shouldn't be
3564.20/3581.84	WSVECS04 Frhs2[740]: 6 -1 0 shouldn't be
3564.20/3581.84	WSVECS04 Frhs2[896]: 6 -248.357 0 shouldn't be
3564.20/3581.84	WSVECS04 Frhs2[1108]: 6 -144.487 0 shouldn't be
3564.20/3581.84	WSVECS04 Frhs2[1112]: 6 0 485.115 shouldn't be
3564.20/3581.84	WSVECS04 Frhs2[1558]: 6 -823.84 0 shouldn't be
3564.20/3581.84	WSVECS04 Frhs2[1577]: 6 -510.854 0 shouldn't be
3564.20/3581.84	WSVECS04 Frhs2[1676]: 6 -314.903 0 shouldn't be
3564.20/3581.84	WSVECS04 Frhs2[1782]: 6 -203.233 0 shouldn't be
3564.20/3581.84	WSVECS04 Frhs2[1811]: 6 -289.943 0 shouldn't be
3564.99/3582.65	WSVECS04 Frhs2[21]: 6 -577.761 0 shouldn't be
3564.99/3582.65	WSVECS04 Frhs2[30]: 6 -514.538 0 shouldn't be
3564.99/3582.65	WSVECS04 Frhs2[370]: 6 -513.571 0 shouldn't be
3564.99/3582.65	WSVECS04 Frhs2[455]: 6 -967.248 0 shouldn't be
3564.99/3582.65	WSVECS04 Frhs2[618]: 6 -429.522 0 shouldn't be
3564.99/3582.65	WSVECS04 Frhs2[816]: 6 -586.746 0 shouldn't be
3564.99/3582.65	WSVECS04 Frhs2[851]: 6 0 1065.27 shouldn't be
3564.99/3582.65	WSVECS04 Frhs2[1034]: 6 -323.807 0 shouldn't be
3564.99/3582.65	WSVECS04 Frhs2[1181]: 6 -556.28 0 shouldn't be
3564.99/3582.65	WSVECS04 Frhs2[1323]: 6 0 214.467 shouldn't be
3564.99/3582.65	WSVECS04 Frhs2[1368]: 6 -545 0 shouldn't be
3564.99/3582.65	WSVECS04 Frhs2[1384]: 6 0 237.076 shouldn't be
3564.99/3582.65	WSVECS04 Frhs2[1405]: 6 -825.474 0 shouldn't be
3564.99/3582.65	WSVECS04 Frhs2[1443]: 6 -976.345 0 shouldn't be
3564.99/3582.65	WSVECS04 Frhs2[1517]: 6 -832.922 0 shouldn't be
3564.99/3582.65	WSVECS04 Frhs2[1778]: 6 0 894.215 shouldn't be
3564.99/3582.65	WSVECS04 Frhs2[1865]: 6 -316.452 0 shouldn't be
3565.99/3583.68	WSVECS04 Frhs2[29]: 6 0 346.482 shouldn't be
3565.99/3583.68	WSVECS04 Frhs2[152]: 6 -403.267 0 shouldn't be
3565.99/3583.68	WSVECS04 Frhs2[208]: 6 -516.338 0 shouldn't be
3565.99/3583.68	WSVECS04 Frhs2[267]: 6 -267.356 0 shouldn't be
3565.99/3583.68	WSVECS04 Frhs2[374]: 6 0 518.939 shouldn't be
3565.99/3583.68	WSVECS04 Frhs2[523]: 6 -355.432 0 shouldn't be
3565.99/3583.68	WSVECS04 Frhs2[639]: 6 -804.265 0 shouldn't be
3565.99/3583.68	WSVECS04 Frhs2[700]: 6 0 1486.58 shouldn't be
3565.99/3583.68	WSVECS04 Frhs2[746]: 6 -481.409 0 shouldn't be
3565.99/3583.68	WSVECS04 Frhs2[955]: 6 -670.734 0 shouldn't be
3565.99/3583.68	WSVECS04 Frhs2[956]: 6 0 1111.49 shouldn't be
3565.99/3583.68	WSVECS04 Frhs2[1036]: 6 -195.9 0 shouldn't be
3565.99/3583.68	WSVECS04 Frhs2[1155]: 6 -560.131 0 shouldn't be
3565.99/3583.68	WSVECS04 Frhs2[1161]: 6 0 37.5329 shouldn't be
3565.99/3583.68	WSVECS04 Frhs2[1414]: 6 0 708.983 shouldn't be
3565.99/3583.68	WSVECS04 Frhs2[1439]: 6 -502.124 0 shouldn't be
3565.99/3583.68	WSVECS04 Frhs2[1785]: 6 -832.709 0 shouldn't be
3565.99/3583.68	WSVECS04 Frhs2[1816]: 6 -339.274 0 shouldn't be
3565.99/3583.68	WSVECS04 Frhs2[1822]: 6 -460.268 0 shouldn't be
3565.99/3583.68	WSVECS04 Frhs2[1979]: 6 -381.917 0 shouldn't be
3566.99/3584.61	WSVECS04 Frhs2[373]: 6 -794.478 0 shouldn't be
3569.58/3587.29	WSVECS04 Frhs2[560]: 6 -645.188 0 shouldn't be
3571.48/3589.11	WSVECS04 Frhs2[368]: 6 0 623.118 shouldn't be
3571.48/3589.11	WSVECS04 Frhs2[1413]: 6 -216.796 0 shouldn't be
3600.01/3617.70	c #Conflicts:    2410000 | #Constraints:      91632
3600.01/3617.70	c #Conflicts:    2411000 | #Constraints:      92632
3600.01/3617.70	c #Conflicts:    2412000 | #Constraints:      93632
3600.01/3617.70	c #Conflicts:    2413000 | #Constraints:      94632
3600.01/3617.70	c #Conflicts:    2414000 | #Constraints:      95632
3600.01/3617.70	c cpu time 3569.31 s
3600.01/3617.70	c deterministic time 79223825299 7.92e+10
3600.01/3617.70	c optimization time 27.8486 s
3600.01/3617.70	c total solve time 3541.44 s
3600.01/3617.70	c core-guided solve time 1863.56 s
3600.01/3617.70	c propagation time 1925.02 s
3600.01/3617.70	c conflict analysis time 447.562 s
3600.01/3617.70	c propagations 902828272
3600.01/3617.70	c resolve steps 103294754
3600.01/3617.70	c decisions 4489835
3600.01/3617.70	c conflicts 2414032
3600.01/3617.70	c restarts 4094
3600.01/3617.70	c inprocessing phases 110
3600.01/3617.70	c garbage collections 110 ,( 100.00 )
3600.01/3617.70	c input clauses 6119 ,( 64.49 )
3600.01/3617.70	c input cardinalities 2437 ,( 25.68 )
3600.01/3617.70	c input general constraints 933 ,( 9.83 )
3600.01/3617.70	c input average constraint length 120.69
3600.01/3617.70	c input average constraint degree 18.36
3600.01/3617.70	c learned clauses 2191018 ,( 90.76 )
3600.01/3617.70	c learned cardinalities 52 ,( 0.00 )
3600.01/3617.70	c learned general constraints 223095 ,( 9.24 )
3600.01/3617.70	c learned average constraint length 57.30
3600.01/3617.70	c learned average constraint degree 1782791.35
3600.01/3617.70	c watched  CF 32, 64, 128, Arb: 17390 , 0 , 0 , 0
3600.01/3617.70	c counting CF 32, 64, 128, Arb: 206639 , 0 , 0 , 0
3600.01/3617.70	c watched   constraints 17390 ,( 7.76 ) 
3600.01/3617.70	c counting  constraints 206638 ,( 92.24 ) 
3600.01/3617.70	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 3383061015 , 211149014 , 16073380651 ,( 112225746 , 15961154905 )
3600.01/3617.70	c gcd simplifications 11118
3600.01/3617.70	c detected cardinalities 1
3600.01/3617.70	c weakened non-implied lits 199900894
3600.01/3617.70	c weakened non-implying lits 82079
3600.01/3617.70	c original variables 2000
3600.01/3617.70	c clausal propagations 466570982
3600.01/3617.70	c cardinality propagations 55403996
3600.01/3617.70	c watched propagations 433343
3600.01/3617.70	c counting propagations 370896955
3600.01/3617.70	c watch lookups 55083421003
3600.01/3617.70	c watch backjump lookups 0
3600.01/3617.70	c watch checks 6136445073
3600.01/3617.70	c propagation checks 15174521139
3600.01/3617.70	c constraint additions 1007533122
3600.01/3617.70	c trail pops 909731101
3600.01/3617.70	c formula constraints 5250
3600.01/3617.70	c learned constraints 2414126
3600.01/3617.70	c bound constraints 545
3600.01/3617.70	c core-guided constraints 3694
3600.01/3617.70	c encountered formula constraints 81784451
3600.01/3617.70	c encountered learned constraints 16780303
3600.01/3617.70	c encountered bound constraints 0
3600.01/3617.70	c encountered core-guided constraints 7144032
3600.01/3617.70	c LP total time 1926.79 s
3600.01/3617.70	c LP solve time 1912.75 s
3600.01/3617.70	c LP constraints added 5303
3600.01/3617.70	c LP constraints removed 28
3600.01/3617.70	c LP pivots internal 2458794
3600.01/3617.70	c LP pivots root 2396959
3600.01/3617.70	c LP calls 92
3600.01/3617.70	c LP optimalities 23
3600.01/3617.70	c LP no pivot count 0
3600.01/3617.70	c LP infeasibilities 29
3600.01/3617.70	c LP valid Farkas constraints 29
3600.01/3617.70	c LP learned Farkas constraints 0
3600.01/3617.70	c LP basis resets 30
3600.01/3617.70	c LP cycling count 1
3600.01/3617.70	c LP singular count 23
3600.01/3617.70	c LP no primal count 0
3600.01/3617.70	c LP no farkas count 0
3600.01/3617.70	c LP other issue count 6
3600.01/3617.70	c LP Gomory cuts 10
3600.01/3617.70	c LP learned cuts 43
3600.01/3617.70	c LP deleted cuts 28
3600.01/3617.70	c LP encountered Gomory constraints 0
3600.01/3617.70	c LP encountered Farkas constraints 0
3600.01/3617.70	c LP encountered learned Farkas constraints 0
3600.01/3617.70	c CG auxiliary variables introduced 1413
3600.01/3617.70	c CG solutions found 0
3600.01/3617.70	c CG cores constructed 545
3600.01/3617.70	c CG core cardinality constraints returned 0
3600.01/3617.70	c CG unit cores 0
3600.01/3617.70	c CG single cores 545
3600.01/3617.70	c CG blocks removed during cardinality reduction 0
3600.01/3617.70	c CG first core best 0
3600.01/3617.70	c CG decision core best 0
3600.01/3617.70	c CG core reduction tie 0
3600.01/3617.70	c CG core degree average 1.00
3600.01/3617.70	c CG core slack average 5.11
3600.01/3617.70	c CG core upper bound improvements 0
3600.01/3617.70	c STR number of successful calls 0
3600.01/3617.70	c STR number of unsuccessful calls 0
3600.01/3617.70	c STR number of inconclusive calls 0
3600.01/3617.70	c STR number of successful attempts 0
3600.01/3617.70	c STR number of unsuccessful attempts 0
3600.01/3617.70	c STR number of inconclusive attempts 0
3600.01/3617.70	c STR average degree increase per successful call inf
3600.01/3617.70	c STR average degree increase per successful attempt inf
3600.01/3617.70	c STR total number of conflicts for successful attempts 0
3600.01/3617.70	c STR total number of conflicts for unsuccessful attempts 0
3600.01/3617.70	c STR total number of conflicts for inconclusive attempts 0
3600.01/3617.70	c STR average number of conflicts per successful attempt inf
3600.01/3617.70	c STR average number of conflicts per unsuccessful attempt inf
3600.01/3617.70	c STR average number of conflicts per inconclusive attempt inf
3600.01/3617.70	c AVG.sumWPerc 75.53 
3600.01/3617.70	c bigint constraints 0 
3600.01/3617.70	s UNKNOWN
3600.01/3617.70	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 (62879 MiB free)
  memory of node 1: 64465 MiB (63675 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=47867, runsolver pid=47857

[startup+0.100061 s]*
/proc/loadavg: 0.98 1.16 1.98 4/269 47883
/proc/meminfo: memFree=129518396/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=65340 memory=19136 CPUtime=0.05 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 3303 0 0 0 4 1 0 0 20 0 1 0 48490831 66908160 4784 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 16335 4784 2304 1147 0 3762 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 69532 KiB
Current children cumulated memory: 22080 KiB

[startup+0.205525 s]*
/proc/loadavg: 0.98 1.16 1.98 5/269 47884
/proc/meminfo: memFree=129488428/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=66340 memory=20288 CPUtime=0.14 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 3558 0 0 0 13 1 0 0 20 0 1 0 48490831 67932160 5072 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 16585 5072 2336 1147 0 4012 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 70532 KiB
Current children cumulated memory: 23232 KiB

[startup+0.305042 s]*
/proc/loadavg: 0.98 1.16 1.98 4/269 47884
/proc/meminfo: memFree=129518544/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=66728 memory=20544 CPUtime=0.24 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 3625 0 0 0 23 1 0 0 20 0 1 0 48490831 68329472 5136 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 16682 5136 2336 1147 0 4109 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 70920 KiB
Current children cumulated memory: 23488 KiB

[startup+0.700164 s]
/proc/loadavg: 0.98 1.16 1.98 4/264 47892
/proc/meminfo: memFree=129480544/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=67740 memory=21952 CPUtime=0.62 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 3937 0 0 0 60 2 0 0 20 0 1 0 48490831 69365760 5488 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 16935 5488 2368 1147 0 4362 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 71932 KiB
Current children cumulated memory: 24896 KiB

[startup+1.50015 s]
/proc/loadavg: 0.98 1.16 1.98 4/264 47892
/proc/meminfo: memFree=129452864/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=67740 memory=21952 CPUtime=1.41 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 3938 0 0 0 138 3 0 0 20 0 1 0 48490831 69365760 5488 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 16935 5488 2368 1147 0 4362 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 71932 KiB
Current children cumulated memory: 24896 KiB

[startup+3.10558 s]
/proc/loadavg: 0.98 1.16 1.98 5/264 47959
/proc/meminfo: memFree=129455324/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=68100 memory=22208 CPUtime=3 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 4012 0 0 0 296 4 0 0 20 0 1 0 48490831 69734400 5552 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 17025 5552 2368 1147 0 4452 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 72292 KiB
Current children cumulated memory: 25152 KiB

[startup+6.30013 s]
/proc/loadavg: 1.22 1.21 1.99 5/269 47980
/proc/meminfo: memFree=129314140/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=77032 memory=34248 CPUtime=6.18 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 5987 0 0 0 602 16 0 0 20 0 1 0 48490831 78880768 8562 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 19258 8562 2400 1147 0 6685 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 81224 KiB
Current children cumulated memory: 37192 KiB

[startup+12.7001 s]
/proc/loadavg: 1.53 1.28 2.01 4/265 48037
/proc/meminfo: memFree=129354076/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=82104 memory=38856 CPUtime=12.57 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 7119 0 0 0 1233 24 0 0 20 0 1 0 48490831 84074496 9714 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 20526 9714 2400 1147 0 7953 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 86296 KiB
Current children cumulated memory: 41800 KiB

[startup+25.5002 s]
/proc/loadavg: 2.15 1.43 2.05 5/270 48077
/proc/meminfo: memFree=128981864/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=83648 memory=40392 CPUtime=25.34 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 7513 0 0 0 2496 38 0 0 20 0 1 0 48490831 85655552 10098 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 20912 10098 2400 1147 0 8339 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 87840 KiB
Current children cumulated memory: 43336 KiB

[startup+51.1054 s]
/proc/loadavg: 2.78 1.63 2.10 5/273 48080
/proc/meminfo: memFree=128747080/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=102184 memory=58952 CPUtime=50.88 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 12154 0 0 0 5024 64 0 0 20 0 1 0 48490831 104636416 14738 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 25546 14738 2400 1147 0 12973 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 106376 KiB
Current children cumulated memory: 61896 KiB

[startup+102.3 s]
/proc/loadavg: 3.59 2.03 2.21 5/272 48083
/proc/meminfo: memFree=128305432/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=102184 memory=59720 CPUtime=101.71 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 12236 0 0 0 10039 132 0 0 20 0 1 0 48490831 104636416 14930 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 25546 14930 2400 1147 0 12973 0
Current children cumulated CPU time: 101.71 s
Current children cumulated vsize: 106376 KiB
Current children cumulated memory: 62664 KiB

[startup+162.3 s]
/proc/loadavg: 3.85 2.39 2.33 5/273 48086
/proc/meminfo: memFree=127928244/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=103420 memory=61000 CPUtime=161.56 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 12581 0 0 0 15953 203 0 0 20 0 1 0 48490831 105902080 15250 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 25855 15250 2400 1147 0 13282 0
Current children cumulated CPU time: 161.56 s
Current children cumulated vsize: 107612 KiB
Current children cumulated memory: 63944 KiB

[startup+222.3 s]
/proc/loadavg: 3.99 2.70 2.44 5/273 48088
/proc/meminfo: memFree=127471792/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=106464 memory=63688 CPUtime=221.39 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 13266 0 0 0 21853 286 0 0 20 0 1 0 48490831 109019136 15922 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 26616 15922 2400 1147 0 14043 0

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

/proc/47881/statm: 67914 49050 2528 1147 0 55341 0
Current children cumulated CPU time: 3086.28 s
Current children cumulated vsize: 275848 KiB
Current children cumulated memory: 199144 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.10 4.03 5/272 49155
/proc/meminfo: memFree=116147900/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=271952 memory=196456 CPUtime=3146 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 37664 0 0 0 311816 2784 0 0 20 0 1 0 48490831 278478848 49114 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 67988 49114 2528 1147 0 55415 0
Current children cumulated CPU time: 3146 s
Current children cumulated vsize: 276144 KiB
Current children cumulated memory: 199400 KiB

[startup+3222.3 s]
/proc/loadavg: 4.05 4.08 4.03 5/271 49158
/proc/meminfo: memFree=116064004/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=274304 memory=198888 CPUtime=3205.81 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 38271 0 0 0 317767 2814 0 0 20 0 1 0 48490831 280887296 49722 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 68576 49722 2528 1147 0 56003 0
Current children cumulated CPU time: 3205.81 s
Current children cumulated vsize: 278496 KiB
Current children cumulated memory: 201832 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.11 4.04 5/271 49161
/proc/meminfo: memFree=115927476/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=274304 memory=198888 CPUtime=3265.5 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 38271 0 0 0 323696 2854 0 0 20 0 1 0 48490831 280887296 49722 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 68576 49722 2528 1147 0 56003 0
Current children cumulated CPU time: 3265.5 s
Current children cumulated vsize: 278496 KiB
Current children cumulated memory: 201832 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.10 4.04 5/271 49163
/proc/meminfo: memFree=115900752/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=274304 memory=198888 CPUtime=3325.36 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 38271 0 0 0 329652 2884 0 0 20 0 1 0 48490831 280887296 49722 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 68576 49722 2528 1147 0 56003 0
Current children cumulated CPU time: 3325.36 s
Current children cumulated vsize: 278496 KiB
Current children cumulated memory: 201832 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.10 4.04 5/272 49172
/proc/meminfo: memFree=115902696/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=274304 memory=198888 CPUtime=3385.2 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 38280 0 0 0 335613 2907 0 0 20 0 1 0 48490831 280887296 49722 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 68576 49722 2528 1147 0 56003 0
Current children cumulated CPU time: 3385.2 s
Current children cumulated vsize: 278496 KiB
Current children cumulated memory: 201832 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.09 4.04 5/272 49175
/proc/meminfo: memFree=115846248/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=274304 memory=198888 CPUtime=3445.03 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 38280 0 0 0 341550 2953 0 0 20 0 1 0 48490831 280887296 49722 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 68576 49722 2528 1147 0 56003 0
Current children cumulated CPU time: 3445.03 s
Current children cumulated vsize: 278496 KiB
Current children cumulated memory: 201832 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.09 4.04 5/271 49177
/proc/meminfo: memFree=115787528/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=274304 memory=198888 CPUtime=3504.88 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 38280 0 0 0 347485 3003 0 0 20 0 1 0 48490831 280887296 49722 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 68576 49722 2528 1147 0 56003 0
Current children cumulated CPU time: 3504.88 s
Current children cumulated vsize: 278496 KiB
Current children cumulated memory: 201832 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.08 4.04 5/273 49197
/proc/meminfo: memFree=115528696/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=275652 memory=200228 CPUtime=3564.69 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 39682 0 0 0 353425 3044 0 0 20 0 1 0 48490831 282267648 50057 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 68913 50057 2528 1147 0 56340 0
Current children cumulated CPU time: 3564.69 s
Current children cumulated vsize: 279844 KiB
Current children cumulated memory: 203172 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.7 s]
/proc/loadavg: 4.09 4.09 4.04 5/272 49244
/proc/meminfo: memFree=117058536/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=277040 memory=201508 CPUtime=3600.01 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 40012 0 0 0 356931 3070 0 0 20 0 1 0 48490831 283688960 50377 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 69260 50377 2528 1147 0 56687 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 281232 KiB
Current children cumulated memory: 204452 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.007722 s, system=0.006839 s

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

# cumulated CPU time of all completed processes:  user=3569.33 s, system=30.714 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+3617.7 s]
/proc/loadavg: 4.09 4.09 4.04 5/272 49244
/proc/meminfo: memFree=117058536/131250000 swapFree=33009904/33010684
[pid=47867] ppid=47857 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/47867/stat : 47867 (run-opt-ls-log.) S 47857 47867 47807 0 -1 4194304 243 1811 0 0 0 0 0 0 20 0 1 0 48490828 4292608 736 18446744073709551615 94808931241984 94808932136517 140720768292416 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94808932375568 94808932423312 94808964886528 140720768301339 140720768301537 140720768301537 140720768307139 0
/proc/47867/statm: 1048 736 672 219 0 110 0
[pid=47881] ppid=47867 vsize=277040 memory=201508 CPUtime=3600.01 cores=5,7
/proc/47881/stat : 47881 (roundingsat) R 47867 47867 47807 0 -1 4194304 40012 0 0 0 356931 3070 0 0 20 0 1 0 48490831 283688960 50377 18446744073709551615 4227072 8923433 140733939207072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11849728 140733939214582 140733939214888 140733939214888 140733939220458 0
/proc/47881/statm: 69260 50377 2528 1147 0 56687 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 281232 KiB
Current children cumulated memory: 204452 KiB

Child status: 2

Real time (s): 3617.72
CPU time (s): 3600.04
CPU user time (s): 3569.33
CPU system time (s): 30.714
CPU usage (%): 99.5113
Max. virtual memory (cumulated for all children) (KiB): 283960
Max. memory (cumulated for all children) (KiB): 206952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3569.33
system time used= 30.714
maximum resident set size= 204008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42084
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11465384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 508
involuntary context switches= 4173


# summary of solver processes directly reported to runsolver:
#   pid: 47867,47881
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3569.33
#   total CPU system time (s): 30.714

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.07233 second user time and 14.9888 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-01 02:01:54
IDJOB=4486611
IDBENCH=147028
IDSOLVER=3356
FILE ID=nodeC033/4486611-1751328114
RUNJOBID= nodeC033-1751328114-47820
SLURM_JOB_ID= 9594373
Free space on /tmp= 432476 MiB

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

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

MD5SUM BENCH= f9f2b1fc4917344504b6167976088a05
RANDOM SEED=698578240

nodeC033 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.013
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	: 7000.13
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		: 3600.398
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	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129595184 kB
MemAvailable:   129747944 kB
Buffers:            2128 kB
Cached:           951724 kB
SwapCached:           68 kB
Active:           242184 kB
Inactive:         774692 kB
Active(anon):      56320 kB
Inactive(anon):    24732 kB
Active(file):     185864 kB
Inactive(file):   749960 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             33384 kB
Writeback:             4 kB
AnonPages:         65748 kB
Mapped:           103744 kB
Shmem:             18028 kB
KReclaimable:     112348 kB
Slab:             200928 kB
SReclaimable:     112348 kB
SUnreclaim:        88580 kB
KernelStack:        4112 kB
PageTables:         2832 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     329432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432440 MiB
End job on nodeC033 at 2025-07-01 03:02:12