Trace number 4514451

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 NameAnswerCPU timeWall clock time
roundingsat+pbsuma-log 63f22ad? (TO) 3600.11 3613.73

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_36.opb
MD5SUM483b29da31af2436e91ca4a2082e11b8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1244.51
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1722
Total number of constraints8246
Number of constraints which are clauses8241
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint41
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 77
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4514451-1751218155.opb'
0.00/0.01	c 	read 0.27MB  (4.24ms)
0.00/0.01	c	 [cnf: #variables 1722 #clauses 8246 #duplicates 0 #arr 26407]
0.00/0.01	c output proof to 'PROOFDIR/proof-4514451-1751218155'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 1558] (3.75ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 (3.60ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 15093 #edges 63064]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 5.24*10^5 #generators 19] (5.51ms)
0.00/0.02	c 
0.00/0.02	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.03	c 	ran it=0, +gens=0 
0.00/0.03	c 	con best_support=164, best_gens=19, +gens=0
0.00/0.03	c 	(2.40ms)
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 add generic predicates (break_depth=10)
0.00/0.03	c 	added predicates for 19 generators (0.03ms)
0.00/0.03	c 
0.00/0.03	c generation finished
0.00/0.03	c 	[sbp: #constraints 532 #add_vars 171]
0.00/0.03	c 
0.00/0.03	c write result to 'HOME/instance-4514451-1751218155.opb.pre'
0.00/0.03	c 	wrote 0.29MB (0.76ms)
0.00/0.03	c ------------------------------------------------------------------
0.00/0.03	c                   5.51ms 23.36% detect_generic
0.00/0.03	c                   4.24ms 17.97% parse
0.00/0.03	c                   3.75ms 15.91% approx_orbits
0.00/0.03	c                   3.60ms 15.25% detect_special
0.00/0.03	c                   3.22ms 13.65% other
0.00/0.03	c                   2.40ms 10.16% optimize_gens
0.00/0.03	c                   0.76ms  3.24% output
0.00/0.03	c                   0.08ms  0.34% finalize_order
0.00/0.03	c                   0.03ms  0.13% break_generic
0.00/0.03	c         ───────────────────────────────────────────────
0.00/0.03	c                  23.59ms   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.10	c #variables 1893 #constraints 8777
1.76/1.81	c #Conflicts:       1000 | #Constraints:       9776
1.76/1.81	c #Conflicts:       2000 | #Constraints:      10776
1.76/1.81	c INPROCESSING
1.76/1.81	c GARBAGE COLLECT
1.76/1.81	c #Conflicts:       3000 | #Constraints:      10453
1.76/1.81	c #Conflicts:       4000 | #Constraints:      11453
1.76/1.81	c INPROCESSING
1.76/1.81	c GARBAGE COLLECT
1.76/1.81	c #Conflicts:       5000 | #Constraints:      10857
1.76/1.81	c #Conflicts:       6000 | #Constraints:      11857
1.76/1.81	c INPROCESSING
1.76/1.81	c GARBAGE COLLECT
1.76/1.81	c #Conflicts:       7000 | #Constraints:      10859
1.76/1.81	c #Conflicts:       8000 | #Constraints:      11859
1.76/1.81	c #Conflicts:       9000 | #Constraints:      12859
1.76/1.81	c INPROCESSING
1.76/1.81	c GARBAGE COLLECT
1.76/1.81	c #Conflicts:      10000 | #Constraints:      11562
1.76/1.81	c #Conflicts:      11000 | #Constraints:      12562
1.76/1.81	c #Conflicts:      12000 | #Constraints:      13562
1.76/1.81	c INPROCESSING
1.76/1.81	c GARBAGE COLLECT
1.76/1.81	c rational objective 327.154
6.64/6.77	c #Conflicts:      13000 | #Constraints:      12016
6.64/6.77	c #Conflicts:      14000 | #Constraints:      13016
6.64/6.77	c #Conflicts:      15000 | #Constraints:      14016
6.64/6.77	c INPROCESSING
6.64/6.77	c GARBAGE COLLECT
6.64/6.77	c #Conflicts:      16000 | #Constraints:      12247
6.64/6.77	c #Conflicts:      17000 | #Constraints:      13247
6.64/6.77	c #Conflicts:      18000 | #Constraints:      14247
6.64/6.77	c INPROCESSING
6.64/6.77	c GARBAGE COLLECT
6.64/6.77	c #Conflicts:      19000 | #Constraints:      12264
6.64/6.77	c #Conflicts:      20000 | #Constraints:      13264
6.64/6.77	c #Conflicts:      21000 | #Constraints:      14264
6.64/6.77	c INPROCESSING
6.64/6.77	c GARBAGE COLLECT
6.64/6.77	c #Conflicts:      22000 | #Constraints:      12071
6.64/6.77	c #Conflicts:      23000 | #Constraints:      13071
6.64/6.77	c #Conflicts:      24000 | #Constraints:      14071
6.64/6.77	c #Conflicts:      25000 | #Constraints:      15071
6.64/6.77	c INPROCESSING
6.64/6.77	c GARBAGE COLLECT
6.64/6.77	c #Conflicts:      26000 | #Constraints:      12675
6.64/6.77	c #Conflicts:      27000 | #Constraints:      13675
6.64/6.77	c #Conflicts:      28000 | #Constraints:      14675
6.64/6.77	c #Conflicts:      29000 | #Constraints:      15675
6.64/6.77	c INPROCESSING
6.64/6.77	c GARBAGE COLLECT
6.64/6.77	c #Conflicts:      30000 | #Constraints:      13073
6.64/6.77	c #Conflicts:      31000 | #Constraints:      14073
6.64/6.77	c #Conflicts:      32000 | #Constraints:      15073
6.64/6.77	c #Conflicts:      33000 | #Constraints:      16073
6.64/6.77	c INPROCESSING
6.64/6.77	c GARBAGE COLLECT
6.64/6.77	c #Conflicts:      34000 | #Constraints:      13272
6.64/6.77	c #Conflicts:      35000 | #Constraints:      14272
6.64/6.77	c #Conflicts:      36000 | #Constraints:      15272
6.64/6.77	c #Conflicts:      37000 | #Constraints:      16272
6.64/6.77	c INPROCESSING
6.64/6.77	c GARBAGE COLLECT
6.64/6.77	c #Conflicts:      38000 | #Constraints:      13282
6.64/6.77	c #Conflicts:      39000 | #Constraints:      14282
6.64/6.77	c #Conflicts:      40000 | #Constraints:      15282
6.64/6.77	c #Conflicts:      41000 | #Constraints:      16282
6.64/6.77	c INPROCESSING
6.64/6.77	c GARBAGE COLLECT
6.64/6.77	c #Conflicts:      42000 | #Constraints:      13080
6.64/6.77	c #Conflicts:      43000 | #Constraints:      14080
6.64/6.77	c #Conflicts:      44000 | #Constraints:      15080
6.64/6.77	c #Conflicts:      45000 | #Constraints:      16080
6.64/6.77	WSVECS04 Frhs2[74]: 6 -11.6708 0 shouldn't be
6.64/6.77	WSVECS04 Frhs2[110]: 6 0 0.49416 shouldn't be
6.64/6.77	WSVECS04 Frhs2[230]: 6 0 0.494209 shouldn't be
6.64/6.77	WSVECS04 Frhs2[304]: 6 0 7.72788 shouldn't be
6.64/6.77	WSVECS04 Frhs2[407]: 6 0 0.500067 shouldn't be
6.64/6.77	WSVECS04 Frhs2[590]: 6 0 0.505908 shouldn't be
6.64/6.77	WSVECS04 Frhs2[727]: 6 0 0.500053 shouldn't be
6.64/6.77	WSVECS04 Frhs2[1085]: 6 0 0.500013 shouldn't be
6.64/6.77	WSVECS04 Frhs2[1196]: 6 0 1.00008 shouldn't be
6.64/6.77	WSVECS04 Frhs2[1719]: 6 0 5.17165 shouldn't be
6.64/6.77	WSVECS04 Frhs2[1859]: 6 0 1.05343 shouldn't be
13.33/13.40	c #Conflicts:      46000 | #Constraints:      17080
13.33/13.40	c INPROCESSING
13.33/13.40	c GARBAGE COLLECT
13.33/13.40	c #Conflicts:      47000 | #Constraints:      13678
13.33/13.40	c #Conflicts:      48000 | #Constraints:      14678
13.33/13.40	c #Conflicts:      49000 | #Constraints:      15678
13.33/13.40	c #Conflicts:      50000 | #Constraints:      16678
13.33/13.40	c #Conflicts:      51000 | #Constraints:      17678
13.33/13.40	c INPROCESSING
13.33/13.40	c GARBAGE COLLECT
13.33/13.40	c #Conflicts:      52000 | #Constraints:      14081
13.33/13.40	c #Conflicts:      53000 | #Constraints:      15081
13.33/13.40	c #Conflicts:      54000 | #Constraints:      16081
13.33/13.40	c #Conflicts:      55000 | #Constraints:      17081
13.33/13.40	c #Conflicts:      56000 | #Constraints:      18081
13.33/13.40	c INPROCESSING
13.33/13.40	c GARBAGE COLLECT
13.33/13.40	c #Conflicts:      57000 | #Constraints:      14286
13.33/13.40	c #Conflicts:      58000 | #Constraints:      15286
13.33/13.40	c #Conflicts:      59000 | #Constraints:      16286
13.33/13.40	c #Conflicts:      60000 | #Constraints:      17286
13.33/13.40	c #Conflicts:      61000 | #Constraints:      18286
13.33/13.40	c INPROCESSING
13.33/13.40	c GARBAGE COLLECT
13.33/13.40	c #Conflicts:      62000 | #Constraints:      14286
13.33/13.40	c #Conflicts:      63000 | #Constraints:      15286
13.33/13.40	c #Conflicts:      64000 | #Constraints:      16286
13.33/13.40	c #Conflicts:      65000 | #Constraints:      17286
13.33/13.40	c #Conflicts:      66000 | #Constraints:      18286
13.33/13.40	c INPROCESSING
13.33/13.40	c GARBAGE COLLECT
13.33/13.40	c #Conflicts:      67000 | #Constraints:      14088
13.33/13.40	c #Conflicts:      68000 | #Constraints:      15088
13.33/13.40	c #Conflicts:      69000 | #Constraints:      16088
13.33/13.40	c #Conflicts:      70000 | #Constraints:      17088
13.33/13.40	c #Conflicts:      71000 | #Constraints:      18088
13.33/13.40	c #Conflicts:      72000 | #Constraints:      19088
13.33/13.40	c INPROCESSING
13.33/13.40	c GARBAGE COLLECT
13.33/13.40	c #Conflicts:      73000 | #Constraints:      14683
13.33/13.40	c #Conflicts:      74000 | #Constraints:      15683
13.33/13.40	c #Conflicts:      75000 | #Constraints:      16683
13.33/13.40	c #Conflicts:      76000 | #Constraints:      17683
13.33/13.40	c #Conflicts:      77000 | #Constraints:      18683
13.33/13.40	c #Conflicts:      78000 | #Constraints:      19683
13.33/13.40	c INPROCESSING
13.33/13.40	c GARBAGE COLLECT
13.33/13.40	c #Conflicts:      79000 | #Constraints:      15076
13.33/13.40	c #Conflicts:      80000 | #Constraints:      16076
13.33/13.40	c #Conflicts:      81000 | #Constraints:      17076
13.33/13.40	c #Conflicts:      82000 | #Constraints:      18076
13.33/13.40	c #Conflicts:      83000 | #Constraints:      19076
13.33/13.40	c #Conflicts:      84000 | #Constraints:      20076
13.33/13.40	c INPROCESSING
13.33/13.40	c GARBAGE COLLECT
13.33/13.40	c #Conflicts:      85000 | #Constraints:      15286
13.33/13.40	c #Conflicts:      86000 | #Constraints:      16286
13.33/13.40	c #Conflicts:      87000 | #Constraints:      17286
13.33/13.40	c #Conflicts:      88000 | #Constraints:      18286
13.33/13.40	WSVECS04 Frhs2[140]: 6 0 2.00002 shouldn't be
13.33/13.40	WSVECS04 Frhs2[152]: 6 0 0.14554 shouldn't be
13.33/13.40	WSVECS04 Frhs2[192]: 6 0 0.14552 shouldn't be
13.33/13.40	WSVECS04 Frhs2[555]: 6 0 1.00005 shouldn't be
13.33/13.40	WSVECS04 Frhs2[950]: 6 0 1.22792 shouldn't be
23.50/23.61	c #Conflicts:      89000 | #Constraints:      19286
23.50/23.61	c #Conflicts:      90000 | #Constraints:      20286
23.50/23.61	c INPROCESSING
23.50/23.61	c GARBAGE COLLECT
23.50/23.61	c #Conflicts:      91000 | #Constraints:      15287
23.50/23.61	c #Conflicts:      92000 | #Constraints:      16287
23.50/23.61	c #Conflicts:      93000 | #Constraints:      17287
23.50/23.61	c #Conflicts:      94000 | #Constraints:      18287
23.50/23.61	c #Conflicts:      95000 | #Constraints:      19287
23.50/23.61	c #Conflicts:      96000 | #Constraints:      20287
23.50/23.61	c INPROCESSING
23.50/23.61	c GARBAGE COLLECT
23.50/23.61	c #Conflicts:      97000 | #Constraints:      15096
23.50/23.61	c #Conflicts:      98000 | #Constraints:      16096
23.50/23.61	c #Conflicts:      99000 | #Constraints:      17096
23.50/23.61	c #Conflicts:     100000 | #Constraints:      18096
23.50/23.61	c #Conflicts:     101000 | #Constraints:      19096
23.50/23.61	c #Conflicts:     102000 | #Constraints:      20096
23.50/23.61	c #Conflicts:     103000 | #Constraints:      21096
23.50/23.61	c INPROCESSING
23.50/23.61	c GARBAGE COLLECT
23.50/23.61	c #Conflicts:     104000 | #Constraints:      15684
23.50/23.61	c #Conflicts:     105000 | #Constraints:      16684
23.50/23.61	c #Conflicts:     106000 | #Constraints:      17684
23.50/23.61	c #Conflicts:     107000 | #Constraints:      18684
23.50/23.61	c #Conflicts:     108000 | #Constraints:      19684
23.50/23.61	c #Conflicts:     109000 | #Constraints:      20684
23.50/23.61	c #Conflicts:     110000 | #Constraints:      21684
23.50/23.61	c INPROCESSING
23.50/23.61	c GARBAGE COLLECT
23.50/23.61	c #Conflicts:     111000 | #Constraints:      16088
23.50/23.61	c #Conflicts:     112000 | #Constraints:      17088
23.50/23.61	c #Conflicts:     113000 | #Constraints:      18088
23.50/23.61	c #Conflicts:     114000 | #Constraints:      19088
23.50/23.61	c #Conflicts:     115000 | #Constraints:      20088
23.50/23.61	c #Conflicts:     116000 | #Constraints:      21088
23.50/23.61	c #Conflicts:     117000 | #Constraints:      22088
23.50/23.61	c INPROCESSING
23.50/23.61	c GARBAGE COLLECT
23.50/23.61	c #Conflicts:     118000 | #Constraints:      16287
23.50/23.61	c #Conflicts:     119000 | #Constraints:      17287
23.50/23.61	c #Conflicts:     120000 | #Constraints:      18287
23.50/23.61	c #Conflicts:     121000 | #Constraints:      19287
23.50/23.61	c #Conflicts:     122000 | #Constraints:      20287
23.50/23.61	c #Conflicts:     123000 | #Constraints:      21287
23.50/23.61	c #Conflicts:     124000 | #Constraints:      22287
23.50/23.61	c INPROCESSING
23.50/23.61	c GARBAGE COLLECT
23.50/23.61	c #Conflicts:     125000 | #Constraints:      16284
23.50/23.61	c #Conflicts:     126000 | #Constraints:      17284
23.50/23.61	c #Conflicts:     127000 | #Constraints:      18284
23.50/23.61	c #Conflicts:     128000 | #Constraints:      19284
23.50/23.61	c #Conflicts:     129000 | #Constraints:      20284
23.50/23.61	c #Conflicts:     130000 | #Constraints:      21284
23.50/23.61	c #Conflicts:     131000 | #Constraints:      22284
23.50/23.61	c INPROCESSING
23.50/23.61	c GARBAGE COLLECT
23.50/23.61	c #Conflicts:     132000 | #Constraints:      16081
23.50/23.61	c #Conflicts:     133000 | #Constraints:      17081
23.50/23.61	c #Conflicts:     134000 | #Constraints:      18081
23.50/23.61	c #Conflicts:     135000 | #Constraints:      19081
23.50/23.61	c #Conflicts:     136000 | #Constraints:      20081
23.50/23.61	c #Conflicts:     137000 | #Constraints:      21081
23.50/23.61	c #Conflicts:     138000 | #Constraints:      22081
23.50/23.61	c #Conflicts:     139000 | #Constraints:      23081
23.50/23.61	c INPROCESSING
23.50/23.61	c GARBAGE COLLECT
23.50/23.61	c #Conflicts:     140000 | #Constraints:      16691
23.50/23.61	c #Conflicts:     141000 | #Constraints:      17691
23.50/23.61	c #Conflicts:     142000 | #Constraints:      18691
23.50/23.61	c #Conflicts:     143000 | #Constraints:      19691
23.50/23.61	c #Conflicts:     144000 | #Constraints:      20691
23.50/23.61	c #Conflicts:     145000 | #Constraints:      21691
23.50/23.61	c #Conflicts:     146000 | #Constraints:      22691
23.50/23.61	c #Conflicts:     147000 | #Constraints:      23691
23.50/23.61	c INPROCESSING
23.50/23.61	c GARBAGE COLLECT
23.50/23.61	c #Conflicts:     148000 | #Constraints:      17104
23.50/23.61	c #Conflicts:     149000 | #Constraints:      18104
23.50/23.61	c #Conflicts:     150000 | #Constraints:      19104
23.50/23.61	c #Conflicts:     151000 | #Constraints:      20104
23.50/23.61	c #Conflicts:     152000 | #Constraints:      21104
23.50/23.61	c #Conflicts:     153000 | #Constraints:      22104
23.50/23.61	c #Conflicts:     154000 | #Constraints:      23104
23.50/23.61	c #Conflicts:     155000 | #Constraints:      24104
23.50/23.61	c INPROCESSING
23.50/23.61	c GARBAGE COLLECT
23.50/23.61	c rational objective 327.207
33.78/33.90	c #Conflicts:     156000 | #Constraints:      17304
33.78/33.90	c #Conflicts:     157000 | #Constraints:      18304
33.78/33.90	c #Conflicts:     158000 | #Constraints:      19304
33.78/33.90	c #Conflicts:     159000 | #Constraints:      20304
33.78/33.90	c #Conflicts:     160000 | #Constraints:      21304
33.78/33.90	c #Conflicts:     161000 | #Constraints:      22304
33.78/33.90	c #Conflicts:     162000 | #Constraints:      23304
33.78/33.90	c #Conflicts:     163000 | #Constraints:      24304
33.78/33.90	c INPROCESSING
33.78/33.90	c GARBAGE COLLECT
33.78/33.90	c #Conflicts:     164000 | #Constraints:      17304
33.78/33.90	c #Conflicts:     165000 | #Constraints:      18304
33.78/33.90	c #Conflicts:     166000 | #Constraints:      19304
33.78/33.90	c #Conflicts:     167000 | #Constraints:      20304
33.78/33.90	c #Conflicts:     168000 | #Constraints:      21304
33.78/33.90	c #Conflicts:     169000 | #Constraints:      22304
33.78/33.90	c #Conflicts:     170000 | #Constraints:      23304
33.78/33.90	c #Conflicts:     171000 | #Constraints:      24304
33.78/33.90	c INPROCESSING
33.78/33.90	c GARBAGE COLLECT
33.78/33.90	c #Conflicts:     172000 | #Constraints:      17094
33.78/33.90	c #Conflicts:     173000 | #Constraints:      18094
33.78/33.90	c #Conflicts:     174000 | #Constraints:      19094
33.78/33.90	c #Conflicts:     175000 | #Constraints:      20094
33.78/33.90	c #Conflicts:     176000 | #Constraints:      21094
33.78/33.90	c #Conflicts:     177000 | #Constraints:      22094
33.78/33.90	c #Conflicts:     178000 | #Constraints:      23094
33.78/33.90	c #Conflicts:     179000 | #Constraints:      24094
33.78/33.90	c #Conflicts:     180000 | #Constraints:      25094
33.78/33.90	c INPROCESSING
33.78/33.90	c GARBAGE COLLECT
33.78/33.90	c #Conflicts:     181000 | #Constraints:      17693
33.78/33.90	c #Conflicts:     182000 | #Constraints:      18693
33.78/33.90	c #Conflicts:     183000 | #Constraints:      19693
33.78/33.90	c #Conflicts:     184000 | #Constraints:      20693
33.78/33.90	c #Conflicts:     185000 | #Constraints:      21693
33.78/33.90	c #Conflicts:     186000 | #Constraints:      22693
33.78/33.90	c #Conflicts:     187000 | #Constraints:      23693
33.78/33.90	c #Conflicts:     188000 | #Constraints:      24693
33.78/33.90	c #Conflicts:     189000 | #Constraints:      25693
33.78/33.90	c INPROCESSING
33.78/33.90	c GARBAGE COLLECT
33.78/33.90	c #Conflicts:     190000 | #Constraints:      18096
33.78/33.90	c #Conflicts:     191000 | #Constraints:      19096
33.78/33.90	c #Conflicts:     192000 | #Constraints:      20096
33.78/33.90	c #Conflicts:     193000 | #Constraints:      21096
33.78/33.90	c #Conflicts:     194000 | #Constraints:      22096
33.78/33.90	c #Conflicts:     195000 | #Constraints:      23096
33.78/33.90	c #Conflicts:     196000 | #Constraints:      24096
33.78/33.90	c #Conflicts:     197000 | #Constraints:      25096
33.78/33.90	c #Conflicts:     198000 | #Constraints:      26096
33.78/33.90	c INPROCESSING
33.78/33.90	c GARBAGE COLLECT
33.78/33.90	c #Conflicts:     199000 | #Constraints:      18293
33.78/33.90	c #Conflicts:     200000 | #Constraints:      19293
33.78/33.90	c #Conflicts:     201000 | #Constraints:      20293
33.78/33.90	c #Conflicts:     202000 | #Constraints:      21293
33.78/33.90	c #Conflicts:     203000 | #Constraints:      22293
33.78/33.90	c #Conflicts:     204000 | #Constraints:      23293
33.78/33.90	c #Conflicts:     205000 | #Constraints:      24293
33.78/33.90	c #Conflicts:     206000 | #Constraints:      25293
33.78/33.90	c #Conflicts:     207000 | #Constraints:      26293
33.78/33.90	c INPROCESSING
33.78/33.90	c GARBAGE COLLECT
33.78/33.90	c #Conflicts:     208000 | #Constraints:      18301
33.78/33.90	c #Conflicts:     209000 | #Constraints:      19301
33.78/33.90	c #Conflicts:     210000 | #Constraints:      20301
33.78/33.90	c #Conflicts:     211000 | #Constraints:      21301
33.78/33.90	c #Conflicts:     212000 | #Constraints:      22301
33.78/33.90	c #Conflicts:     213000 | #Constraints:      23301
33.78/33.90	c #Conflicts:     214000 | #Constraints:      24301
33.78/33.90	c #Conflicts:     215000 | #Constraints:      25301
33.78/33.90	c #Conflicts:     216000 | #Constraints:      26301
33.78/33.90	c INPROCESSING
33.78/33.90	c GARBAGE COLLECT
33.78/33.90	c #Conflicts:     217000 | #Constraints:      18097
33.78/33.90	c #Conflicts:     218000 | #Constraints:      19097
33.78/33.90	c #Conflicts:     219000 | #Constraints:      20097
33.78/33.90	c #Conflicts:     220000 | #Constraints:      21097
33.78/33.90	c #Conflicts:     221000 | #Constraints:      22097
33.78/33.90	c #Conflicts:     222000 | #Constraints:      23097
33.78/33.90	c #Conflicts:     223000 | #Constraints:      24097
33.78/33.90	c #Conflicts:     224000 | #Constraints:      25097
33.78/33.90	c #Conflicts:     225000 | #Constraints:      26097
33.78/33.90	c #Conflicts:     226000 | #Constraints:      27097
33.78/33.90	c INPROCESSING
33.78/33.90	c GARBAGE COLLECT
33.78/33.90	c #Conflicts:     227000 | #Constraints:      18708
33.78/33.90	c #Conflicts:     228000 | #Constraints:      19708
33.78/33.90	c #Conflicts:     229000 | #Constraints:      20708
34.21/34.44	c #Conflicts:     230000 | #Constraints:      21708
34.21/34.44	c #Conflicts:     231000 | #Constraints:      22708
34.21/34.44	WSVECS04 Frhs2[44]: 6 -4.50002 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[58]: 6 0 0.500016 shouldn't be
34.21/34.44	WSVECS04 Frhs2[59]: 6 0 3.75002 shouldn't be
34.21/34.44	WSVECS04 Frhs2[61]: 6 -7.00006 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[62]: 6 0 0.250039 shouldn't be
34.21/34.44	WSVECS04 Frhs2[63]: 6 0 3.25006 shouldn't be
34.21/34.44	WSVECS04 Frhs2[65]: 6 -4.50002 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[71]: 6 -5.00009 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[74]: 6 -4.50007 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[75]: 6 -5.00004 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[76]: 6 0 1.0501 shouldn't be
34.21/34.44	WSVECS04 Frhs2[79]: 6 0 3.00001 shouldn't be
34.21/34.44	WSVECS04 Frhs2[80]: 6 -4.50003 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[82]: 6 -4.50005 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[109]: 6 0 1.00005 shouldn't be
34.21/34.44	WSVECS04 Frhs2[111]: 6 0 1.0001 shouldn't be
34.21/34.44	WSVECS04 Frhs2[149]: 6 0 1.00005 shouldn't be
34.21/34.44	WSVECS04 Frhs2[187]: 6 0 0.600042 shouldn't be
34.21/34.44	WSVECS04 Frhs2[189]: 6 0 1.00004 shouldn't be
34.21/34.44	WSVECS04 Frhs2[195]: 6 -1.00004 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[227]: 6 0 1.60006 shouldn't be
34.21/34.44	WSVECS04 Frhs2[234]: 6 0 1.00005 shouldn't be
34.21/34.44	WSVECS04 Frhs2[266]: 6 0 2.00007 shouldn't be
34.21/34.44	WSVECS04 Frhs2[274]: 6 0 1.00006 shouldn't be
34.21/34.44	WSVECS04 Frhs2[526]: 6 0 0.500092 shouldn't be
34.21/34.44	WSVECS04 Frhs2[697]: 6 0 0.500012 shouldn't be
34.21/34.44	WSVECS04 Frhs2[726]: 6 0 0.500011 shouldn't be
34.21/34.44	WSVECS04 Frhs2[744]: 6 -1.00007 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[776]: 6 -1.00002 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[782]: 6 0 1.00001 shouldn't be
34.21/34.44	WSVECS04 Frhs2[821]: 6 -1.00002 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[822]: 6 0 1.00001 shouldn't be
34.21/34.44	WSVECS04 Frhs2[907]: 6 0 0.200083 shouldn't be
34.21/34.44	WSVECS04 Frhs2[996]: 6 0 0.500094 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1017]: 6 0 0.500055 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1050]: 6 0 1.00002 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1113]: 6 0 1.0001 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1166]: 6 0 1.50004 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1168]: 6 0 1.00007 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1171]: 6 -3.00003 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1199]: 6 0 1.50007 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1209]: 6 0 1.00007 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1210]: 6 0 1.00005 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1245]: 6 0 1.00004 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1253]: 6 0 1.00005 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1254]: 6 0 1.00008 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1256]: 6 0 1.00003 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1273]: 6 0 1.00009 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1277]: 6 0 1.00002 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1284]: 6 -1.00003 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1296]: 6 0 1.00005 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1313]: 6 0 1.00001 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1321]: 6 0 1.00003 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1334]: 6 0 1.00004 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1347]: 6 0 0.200056 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1349]: 6 -1.00007 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1401]: 6 -1.00004 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1411]: 6 -1.00006 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1457]: 6 0 0.500091 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1477]: 6 0 4.00007 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1482]: 6 -1.00002 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1490]: 6 -1.00007 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1503]: 6 0 1.00005 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1547]: 6 0 0.200019 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1554]: 6 -1.00005 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1583]: 6 0 1.00006 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1584]: 6 -1.0001 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1628]: 6 0 1.00004 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1632]: 6 0 1.00006 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1707]: 6 0 0.200074 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1712]: 6 0 1.0001 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1768]: 6 -2.50008 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1778]: 6 -2.00005 0 shouldn't be
34.21/34.44	WSVECS04 Frhs2[1814]: 6 -2.00003 0 shouldn't be
38.60/38.87	c #Conflicts:     232000 | #Constraints:      23708
38.60/38.87	c #Conflicts:     233000 | #Constraints:      24708
38.60/38.87	c #Conflicts:     234000 | #Constraints:      25708
38.60/38.87	c #Conflicts:     235000 | #Constraints:      26708
38.60/38.87	c #Conflicts:     236000 | #Constraints:      27708
38.60/38.87	c INPROCESSING
38.60/38.87	c GARBAGE COLLECT
38.60/38.87	c #Conflicts:     237000 | #Constraints:      19097
38.60/38.87	c #Conflicts:     238000 | #Constraints:      20097
38.60/38.87	c #Conflicts:     239000 | #Constraints:      21097
38.60/38.87	c #Conflicts:     240000 | #Constraints:      22097
38.60/38.87	c #Conflicts:     241000 | #Constraints:      23097
38.60/38.87	c #Conflicts:     242000 | #Constraints:      24097
38.60/38.87	c #Conflicts:     243000 | #Constraints:      25097
38.60/38.87	c #Conflicts:     244000 | #Constraints:      26097
38.60/38.87	c #Conflicts:     245000 | #Constraints:      27097
38.60/38.87	c #Conflicts:     246000 | #Constraints:      28097
38.60/38.87	c INPROCESSING
38.60/38.87	c GARBAGE COLLECT
38.60/38.87	c rational objective 327.242
47.18/47.45	c #Conflicts:     247000 | #Constraints:      19300
47.18/47.45	c #Conflicts:     248000 | #Constraints:      20300
47.18/47.45	c #Conflicts:     249000 | #Constraints:      21300
47.18/47.45	c #Conflicts:     250000 | #Constraints:      22300
47.18/47.45	c #Conflicts:     251000 | #Constraints:      23300
47.18/47.45	c #Conflicts:     252000 | #Constraints:      24300
47.18/47.45	c #Conflicts:     253000 | #Constraints:      25300
47.18/47.45	c #Conflicts:     254000 | #Constraints:      26300
47.18/47.45	c #Conflicts:     255000 | #Constraints:      27300
47.18/47.45	c #Conflicts:     256000 | #Constraints:      28300
47.18/47.45	c INPROCESSING
47.18/47.45	c GARBAGE COLLECT
47.18/47.45	c #Conflicts:     257000 | #Constraints:      19301
47.18/47.45	c #Conflicts:     258000 | #Constraints:      20301
47.18/47.45	c #Conflicts:     259000 | #Constraints:      21301
47.18/47.45	c #Conflicts:     260000 | #Constraints:      22301
47.18/47.45	c #Conflicts:     261000 | #Constraints:      23301
47.18/47.45	c #Conflicts:     262000 | #Constraints:      24301
47.18/47.45	c #Conflicts:     263000 | #Constraints:      25301
47.18/47.45	c #Conflicts:     264000 | #Constraints:      26301
47.18/47.45	c #Conflicts:     265000 | #Constraints:      27301
47.18/47.45	c #Conflicts:     266000 | #Constraints:      28301
47.18/47.45	c INPROCESSING
47.18/47.45	c GARBAGE COLLECT
47.18/47.45	c #Conflicts:     267000 | #Constraints:      19098
47.18/47.45	c #Conflicts:     268000 | #Constraints:      20098
47.18/47.45	c #Conflicts:     269000 | #Constraints:      21098
47.18/47.45	c #Conflicts:     270000 | #Constraints:      22098
47.18/47.45	c #Conflicts:     271000 | #Constraints:      23098
47.18/47.45	c #Conflicts:     272000 | #Constraints:      24098
47.18/47.45	c #Conflicts:     273000 | #Constraints:      25098
47.18/47.45	c #Conflicts:     274000 | #Constraints:      26099
47.18/47.45	c #Conflicts:     275000 | #Constraints:      27099
47.18/47.45	c #Conflicts:     276000 | #Constraints:      28099
47.18/47.45	c #Conflicts:     277000 | #Constraints:      29099
47.18/47.45	c INPROCESSING
47.18/47.45	c GARBAGE COLLECT
47.18/47.45	c #Conflicts:     278000 | #Constraints:      19695
47.18/47.45	c #Conflicts:     279000 | #Constraints:      20695
47.18/47.45	c #Conflicts:     280000 | #Constraints:      21695
47.18/47.45	c #Conflicts:     281000 | #Constraints:      22695
47.18/47.45	c #Conflicts:     282000 | #Constraints:      23695
47.18/47.45	c #Conflicts:     283000 | #Constraints:      24695
47.18/47.45	c #Conflicts:     284000 | #Constraints:      25695
47.18/47.45	c #Conflicts:     285000 | #Constraints:      26695
47.18/47.45	c #Conflicts:     286000 | #Constraints:      27695
47.18/47.45	c #Conflicts:     287000 | #Constraints:      28695
47.18/47.45	c #Conflicts:     288000 | #Constraints:      29695
47.18/47.45	c INPROCESSING
47.18/47.45	c GARBAGE COLLECT
47.18/47.45	c #Conflicts:     289000 | #Constraints:      20096
47.18/47.45	c #Conflicts:     290000 | #Constraints:      21096
47.18/47.45	c #Conflicts:     291000 | #Constraints:      22096
47.18/47.45	c #Conflicts:     292000 | #Constraints:      23096
47.18/47.45	c #Conflicts:     293000 | #Constraints:      24096
47.18/47.45	c #Conflicts:     294000 | #Constraints:      25096
47.18/47.45	c #Conflicts:     295000 | #Constraints:      26096
47.18/47.45	c #Conflicts:     296000 | #Constraints:      27096
47.18/47.45	c #Conflicts:     297000 | #Constraints:      28097
47.18/47.45	c #Conflicts:     298000 | #Constraints:      29097
47.18/47.45	c #Conflicts:     299000 | #Constraints:      30097
47.18/47.45	c INPROCESSING
47.18/47.45	c GARBAGE COLLECT
47.18/47.45	c #Conflicts:     300000 | #Constraints:      20297
47.18/47.45	c #Conflicts:     301000 | #Constraints:      21297
47.18/47.45	c #Conflicts:     302000 | #Constraints:      22297
47.18/47.45	c #Conflicts:     303000 | #Constraints:      23297
47.18/47.45	c #Conflicts:     304000 | #Constraints:      24297
47.18/47.45	c #Conflicts:     305000 | #Constraints:      25297
47.18/47.45	WSVECS04 Frhs2[39]: 6 -0.0899638 0 shouldn't be
47.18/47.45	WSVECS04 Frhs2[53]: 6 -0.330597 0 shouldn't be
47.18/47.45	WSVECS04 Frhs2[57]: 6 0 0.8493 shouldn't be
47.18/47.45	WSVECS04 Frhs2[59]: 6 -0.940703 0 shouldn't be
47.18/47.45	WSVECS04 Frhs2[74]: 6 -1.66767 0 shouldn't be
47.18/47.45	WSVECS04 Frhs2[80]: 6 0 1.59293 shouldn't be
47.18/47.45	WSVECS04 Frhs2[153]: 6 0 4.17482 shouldn't be
47.18/47.45	WSVECS04 Frhs2[280]: 6 0 1.00009 shouldn't be
47.18/47.45	WSVECS04 Frhs2[425]: 6 0 1.88814 shouldn't be
47.18/47.45	WSVECS04 Frhs2[428]: 6 0 0.00215962 shouldn't be
47.18/47.45	WSVECS04 Frhs2[444]: 6 0 0.503639 shouldn't be
47.18/47.45	WSVECS04 Frhs2[529]: 6 0 0.856033 shouldn't be
47.18/47.45	WSVECS04 Frhs2[598]: 6 0 0.212807 shouldn't be
47.18/47.45	WSVECS04 Frhs2[622]: 6 0 0.496414 shouldn't be
47.18/47.45	WSVECS04 Frhs2[661]: 6 0 1.00003 shouldn't be
47.18/47.45	WSVECS04 Frhs2[662]: 6 0 0.496442 shouldn't be
47.18/47.45	WSVECS04 Frhs2[701]: 6 0 1.00002 shouldn't be
47.18/47.45	WSVECS04 Frhs2[722]: 6 0 0.997929 shouldn't be
47.18/47.45	WSVECS04 Frhs2[730]: 6 0 0.890864 shouldn't be
47.18/47.45	WSVECS04 Frhs2[752]: 6 0 0.884176 shouldn't be
47.18/47.45	WSVECS04 Frhs2[762]: 6 0 0.997925 shouldn't be
47.18/47.45	WSVECS04 Frhs2[784]: 6 0 0.795318 shouldn't be
47.18/47.45	WSVECS04 Frhs2[800]: 6 0 0.215459 shouldn't be
47.18/47.45	WSVECS04 Frhs2[865]: 6 0 0.997909 shouldn't be
47.18/47.45	WSVECS04 Frhs2[929]: 6 0 1.00009 shouldn't be
47.18/47.45	WSVECS04 Frhs2[1025]: 6 0 1.00002 shouldn't be
47.18/47.45	WSVECS04 Frhs2[1031]: 6 0 1.00003 shouldn't be
47.18/47.45	WSVECS04 Frhs2[1152]: 6 0 0.884174 shouldn't be
47.18/47.45	WSVECS04 Frhs2[1166]: 6 0 0.00129426 shouldn't be
47.18/47.45	WSVECS04 Frhs2[1243]: 6 -0.149585 0 shouldn't be
47.18/47.45	WSVECS04 Frhs2[1331]: 6 0 1.0001 shouldn't be
47.18/47.45	WSVECS04 Frhs2[1332]: 6 0 0.94485 shouldn't be
47.18/47.45	WSVECS04 Frhs2[1424]: 6 0 0.795332 shouldn't be
47.18/47.45	WSVECS04 Frhs2[1454]: 6 0 0.759522 shouldn't be
47.18/47.45	WSVECS04 Frhs2[1464]: 6 0 0.795331 shouldn't be
47.18/47.45	WSVECS04 Frhs2[1586]: 6 0 8.05375e-05 shouldn't be
47.18/47.45	WSVECS04 Frhs2[1626]: 6 0 0.932332 shouldn't be
47.18/47.45	WSVECS04 Frhs2[1704]: 6 0 0.795308 shouldn't be
47.18/47.45	WSVECS04 Frhs2[1724]: 6 -6.07107 0 shouldn't be
47.18/47.45	WSVECS04 Frhs2[1853]: 6 -1.00004 0 shouldn't be
47.18/47.45	WSVECS04 Frhs2[1854]: 6 -1.00009 0 shouldn't be
49.97/50.29	c #Conflicts:     306000 | #Constraints:      26298
49.97/50.29	c #Conflicts:     307000 | #Constraints:      27298
49.97/50.29	c #Conflicts:     308000 | #Constraints:      28298
49.97/50.29	c #Conflicts:     309000 | #Constraints:      29298
49.97/50.29	c #Conflicts:     310000 | #Constraints:      30298
49.97/50.29	c INPROCESSING
49.97/50.29	c GARBAGE COLLECT
49.97/50.29	c #Conflicts:     311000 | #Constraints:      20297
49.97/50.29	c #Conflicts:     312000 | #Constraints:      21297
49.97/50.29	c #Conflicts:     313000 | #Constraints:      22297
49.97/50.29	c #Conflicts:     314000 | #Constraints:      23297
49.97/50.29	c #Conflicts:     315000 | #Constraints:      24297
49.97/50.29	c #Conflicts:     316000 | #Constraints:      25297
49.97/50.29	c #Conflicts:     317000 | #Constraints:      26297
49.97/50.29	c #Conflicts:     318000 | #Constraints:      27297
49.97/50.29	c #Conflicts:     319000 | #Constraints:      28297
49.97/50.29	c #Conflicts:     320000 | #Constraints:      29297
49.97/50.29	c #Conflicts:     321000 | #Constraints:      30297
49.97/50.29	c INPROCESSING
49.97/50.29	c GARBAGE COLLECT
49.97/50.29	c #Conflicts:     322000 | #Constraints:      20097
49.97/50.29	c #Conflicts:     323000 | #Constraints:      21097
49.97/50.29	c #Conflicts:     324000 | #Constraints:      22097
49.97/50.29	c #Conflicts:     325000 | #Constraints:      23097
49.97/50.29	WSVECS04 Frhs2[62]: 6 0 34.3156 shouldn't be
49.97/50.29	WSVECS04 Frhs2[96]: 6 0 3.5137 shouldn't be
49.97/50.29	WSVECS04 Frhs2[142]: 6 -4.20945 0 shouldn't be
49.97/50.29	WSVECS04 Frhs2[249]: 6 0 15.2594 shouldn't be
49.97/50.29	WSVECS04 Frhs2[267]: 6 0 37.0195 shouldn't be
49.97/50.29	WSVECS04 Frhs2[376]: 6 0 106.963 shouldn't be
49.97/50.29	WSVECS04 Frhs2[410]: 6 -5.56358 0 shouldn't be
49.97/50.29	WSVECS04 Frhs2[475]: 6 -0.201097 0 shouldn't be
49.97/50.29	WSVECS04 Frhs2[496]: 6 0 87.8588 shouldn't be
49.97/50.29	WSVECS04 Frhs2[514]: 6 0 11.4626 shouldn't be
49.97/50.29	WSVECS04 Frhs2[563]: 6 -20.7639 0 shouldn't be
49.97/50.29	WSVECS04 Frhs2[578]: 6 -1.00007 0 shouldn't be
49.97/50.29	WSVECS04 Frhs2[643]: 6 0 2.08697 shouldn't be
49.97/50.29	WSVECS04 Frhs2[655]: 6 0 1.00009 shouldn't be
49.97/50.29	WSVECS04 Frhs2[698]: 6 0 3.00002 shouldn't be
49.97/50.29	WSVECS04 Frhs2[746]: 6 0 0.958787 shouldn't be
49.97/50.29	WSVECS04 Frhs2[754]: 6 0 6.34791 shouldn't be
49.97/50.29	WSVECS04 Frhs2[779]: 6 -0.623345 0 shouldn't be
49.97/50.29	WSVECS04 Frhs2[852]: 6 0 5.60234 shouldn't be
49.97/50.29	WSVECS04 Frhs2[924]: 6 0 53.2316 shouldn't be
49.97/50.29	WSVECS04 Frhs2[959]: 6 -1.00002 0 shouldn't be
49.97/50.29	WSVECS04 Frhs2[990]: 6 0 54.4899 shouldn't be
49.97/50.29	WSVECS04 Frhs2[1003]: 6 -1.00009 0 shouldn't be
49.97/50.29	WSVECS04 Frhs2[1045]: 6 0 4.00004 shouldn't be
49.97/50.29	WSVECS04 Frhs2[1068]: 6 -1.11303 0 shouldn't be
49.97/50.29	WSVECS04 Frhs2[1095]: 6 0 1.00009 shouldn't be
49.97/50.29	WSVECS04 Frhs2[1102]: 6 0 81.6718 shouldn't be
49.97/50.29	WSVECS04 Frhs2[1160]: 6 -1.00004 0 shouldn't be
49.97/50.29	WSVECS04 Frhs2[1212]: 6 0 5.02729 shouldn't be
49.97/50.29	WSVECS04 Frhs2[1219]: 6 0 129.686 shouldn't be
49.97/50.29	WSVECS04 Frhs2[1227]: 6 0 10.1796 shouldn't be
49.97/50.29	WSVECS04 Frhs2[1255]: 6 0 1.00008 shouldn't be
49.97/50.29	WSVECS04 Frhs2[1270]: 6 0 54.4899 shouldn't be
49.97/50.29	WSVECS04 Frhs2[1292]: 6 0 5.02732 shouldn't be
49.97/50.29	WSVECS04 Frhs2[1295]: 6 0 1.00005 shouldn't be
49.97/50.29	WSVECS04 Frhs2[1296]: 6 0 28.9426 shouldn't be
49.97/50.29	WSVECS04 Frhs2[1469]: 6 0 1.00006 shouldn't be
49.97/50.29	WSVECS04 Frhs2[1516]: 6 -15.0059 0 shouldn't be
49.97/50.29	WSVECS04 Frhs2[1550]: 6 0 0.73907 shouldn't be
49.97/50.29	WSVECS04 Frhs2[1630]: 6 0 53.7508 shouldn't be
49.97/50.29	WSVECS04 Frhs2[1631]: 6 0 1.00008 shouldn't be
49.97/50.29	WSVECS04 Frhs2[1732]: 6 -5.00007 0 shouldn't be
49.97/50.29	WSVECS04 Frhs2[1852]: 6 -1.00005 0 shouldn't be
54.65/54.98	c #Conflicts:     326000 | #Constraints:      24098
54.65/54.98	c #Conflicts:     327000 | #Constraints:      25098
54.65/54.98	c #Conflicts:     328000 | #Constraints:      26098
54.65/54.98	c #Conflicts:     329000 | #Constraints:      27098
54.65/54.98	c #Conflicts:     330000 | #Constraints:      28098
54.65/54.98	c #Conflicts:     331000 | #Constraints:      29098
54.65/54.98	c #Conflicts:     332000 | #Constraints:      30098
54.65/54.98	c #Conflicts:     333000 | #Constraints:      31098
54.65/54.98	c INPROCESSING
54.65/54.98	c GARBAGE COLLECT
54.65/54.98	c #Conflicts:     334000 | #Constraints:      20710
54.65/54.98	c #Conflicts:     335000 | #Constraints:      21710
54.65/54.98	c #Conflicts:     336000 | #Constraints:      22710
54.65/54.98	c #Conflicts:     337000 | #Constraints:      23710
54.65/54.98	c #Conflicts:     338000 | #Constraints:      24710
54.65/54.98	c #Conflicts:     339000 | #Constraints:      25710
54.65/54.98	c #Conflicts:     340000 | #Constraints:      26710
54.65/54.98	c #Conflicts:     341000 | #Constraints:      27710
54.65/54.98	c #Conflicts:     342000 | #Constraints:      28710
54.65/54.98	c #Conflicts:     343000 | #Constraints:      29710
54.65/54.98	c #Conflicts:     344000 | #Constraints:      30710
54.65/54.98	c #Conflicts:     345000 | #Constraints:      31710
54.65/54.98	c INPROCESSING
54.65/54.98	c GARBAGE COLLECT
54.65/54.98	c #Conflicts:     346000 | #Constraints:      21109
54.65/54.98	c #Conflicts:     347000 | #Constraints:      22109
54.65/54.98	c #Conflicts:     348000 | #Constraints:      23109
54.65/54.98	c #Conflicts:     349000 | #Constraints:      24109
54.65/54.98	c #Conflicts:     350000 | #Constraints:      25109
54.65/54.98	c #Conflicts:     351000 | #Constraints:      26109
54.65/54.98	c #Conflicts:     352000 | #Constraints:      27109
54.65/54.98	c #Conflicts:     353000 | #Constraints:      28109
54.65/54.98	c #Conflicts:     354000 | #Constraints:      29109
54.65/54.98	c #Conflicts:     355000 | #Constraints:      30109
54.65/54.98	c #Conflicts:     356000 | #Constraints:      31109
54.65/54.98	c #Conflicts:     357000 | #Constraints:      32109
54.65/54.98	c INPROCESSING
54.65/54.98	c GARBAGE COLLECT
54.65/54.98	WSVECS04 Frhs2[13]: 6 0 0.362965 shouldn't be
54.65/54.98	WSVECS04 Frhs2[22]: 6 0 0.344253 shouldn't be
54.65/54.98	WSVECS04 Frhs2[38]: 6 0 0.344255 shouldn't be
54.65/54.98	WSVECS04 Frhs2[44]: 6 -1.32901 0 shouldn't be
54.65/54.98	WSVECS04 Frhs2[48]: 6 0 1.38521 shouldn't be
54.65/54.98	WSVECS04 Frhs2[49]: 6 -1.33599 0 shouldn't be
54.65/54.98	WSVECS04 Frhs2[51]: 6 -4.95856 0 shouldn't be
54.65/54.98	WSVECS04 Frhs2[69]: 6 -1.6431 0 shouldn't be
54.65/54.98	WSVECS04 Frhs2[73]: 6 0 0.587494 shouldn't be
54.65/54.98	WSVECS04 Frhs2[74]: 6 -0.361667 0 shouldn't be
54.65/54.98	WSVECS04 Frhs2[76]: 6 0 3.76762 shouldn't be
54.65/54.98	WSVECS04 Frhs2[77]: 6 0 0.137852 shouldn't be
54.65/54.98	WSVECS04 Frhs2[80]: 6 0 2.90536 shouldn't be
54.65/54.98	WSVECS04 Frhs2[81]: 6 -0.40412 0 shouldn't be
54.65/54.98	WSVECS04 Frhs2[82]: 6 -1.54397 0 shouldn't be
54.65/54.98	WSVECS04 Frhs2[89]: 6 0 1.00009 shouldn't be
54.65/54.98	WSVECS04 Frhs2[110]: 6 0 1.00005 shouldn't be
54.65/54.98	WSVECS04 Frhs2[155]: 6 0 0.708697 shouldn't be
54.65/54.98	WSVECS04 Frhs2[187]: 6 0 1.89323 shouldn't be
54.65/54.98	WSVECS04 Frhs2[212]: 6 -0.172134 0 shouldn't be
54.65/54.98	WSVECS04 Frhs2[216]: 6 0 0.868567 shouldn't be
54.65/54.98	WSVECS04 Frhs2[354]: 6 0 0.132467 shouldn't be
54.65/54.98	WSVECS04 Frhs2[381]: 6 0 1.02573 shouldn't be
54.65/54.98	WSVECS04 Frhs2[387]: 6 0 0.141899 shouldn't be
54.65/54.98	WSVECS04 Frhs2[440]: 6 0 2.19923 shouldn't be
54.65/54.98	WSVECS04 Frhs2[587]: 6 0 1.14186 shouldn't be
54.65/54.98	WSVECS04 Frhs2[612]: 6 -2.51633 0 shouldn't be
54.65/54.98	WSVECS04 Frhs2[694]: 6 0 3.06828 shouldn't be
54.65/54.98	WSVECS04 Frhs2[715]: 6 0 0.0890666 shouldn't be
54.65/54.98	WSVECS04 Frhs2[731]: 6 -1.00005 0 shouldn't be
54.65/54.98	WSVECS04 Frhs2[814]: 6 0 0.931809 shouldn't be
54.65/54.98	WSVECS04 Frhs2[887]: 6 0 0.344171 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1002]: 6 -0.344206 0 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1083]: 6 0 1.00002 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1084]: 6 0 1.21301 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1123]: 6 0 1.00001 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1148]: 6 0 0.983273 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1162]: 6 0 1.00008 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1176]: 6 0 1.14189 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1179]: 6 -1.00007 0 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1252]: 6 0 1.01581 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1367]: 6 0 1.00009 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1386]: 6 0 1.0188 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1399]: 6 0 1.09403 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1450]: 6 0 1.0001 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1549]: 6 -0.344254 0 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1582]: 6 0 0.571454 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1590]: 6 0 1.28569 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1595]: 6 0 0.708669 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1606]: 6 0 1.09399 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1646]: 6 0 1.09396 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1711]: 6 0 0.0287085 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1721]: 6 0 1.00004 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1831]: 6 -3.01041 0 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1850]: 6 -1.00003 0 shouldn't be
54.65/54.98	WSVECS04 Frhs2[1876]: 6 -3.10966 0 shouldn't be
54.95/55.27	WSVECS04 Frhs2[17]: 6 0 0.344244 shouldn't be
54.95/55.27	WSVECS04 Frhs2[68]: 6 -4.56561 0 shouldn't be
54.95/55.27	WSVECS04 Frhs2[111]: 6 0 5.02873 shouldn't be
54.95/55.27	WSVECS04 Frhs2[185]: 6 0 1.00003 shouldn't be
54.95/55.27	WSVECS04 Frhs2[225]: 6 0 1.00009 shouldn't be
54.95/55.27	WSVECS04 Frhs2[488]: 6 -1.01003 0 shouldn't be
54.95/55.27	WSVECS04 Frhs2[1031]: 6 0 1.68117 shouldn't be
54.95/55.27	WSVECS04 Frhs2[1138]: 6 -1.00009 0 shouldn't be
54.95/55.27	WSVECS04 Frhs2[1723]: 6 -2.00005 0 shouldn't be
55.25/55.58	WSVECS04 Frhs2[67]: 6 -0.449666 0 shouldn't be
55.25/55.58	WSVECS04 Frhs2[394]: 6 0 0.132548 shouldn't be
55.25/55.58	WSVECS04 Frhs2[704]: 6 0 1.05833 shouldn't be
55.25/55.58	WSVECS04 Frhs2[967]: 6 0 0.344204 shouldn't be
55.25/55.58	WSVECS04 Frhs2[970]: 6 -0.777434 0 shouldn't be
55.25/55.58	WSVECS04 Frhs2[1107]: 6 0 0.0350411 shouldn't be
55.25/55.58	WSVECS04 Frhs2[1215]: 6 0 4.00008 shouldn't be
55.25/55.58	WSVECS04 Frhs2[1261]: 6 0 0.0256987 shouldn't be
55.25/55.58	WSVECS04 Frhs2[1431]: 6 0 1.00005 shouldn't be
55.25/55.58	WSVECS04 Frhs2[1564]: 6 0 0.0751528 shouldn't be
55.25/55.58	WSVECS04 Frhs2[1576]: 6 0 4.24895 shouldn't be
55.25/55.58	WSVECS04 Frhs2[1840]: 6 -2.00005 0 shouldn't be
55.55/55.87	WSVECS04 Frhs2[186]: 6 0 3.00004 shouldn't be
55.55/55.87	WSVECS04 Frhs2[695]: 6 0 2.00003 shouldn't be
55.55/55.87	WSVECS04 Frhs2[1124]: 6 0 1.14184 shouldn't be
55.55/55.87	WSVECS04 Frhs2[1249]: 6 0 1.00006 shouldn't be
55.55/55.87	WSVECS04 Frhs2[1494]: 6 0 1.06829 shouldn't be
55.85/56.16	WSVECS04 Frhs2[17]: 6 0 0.34416 shouldn't be
55.85/56.16	WSVECS04 Frhs2[38]: 6 0 0.34416 shouldn't be
55.85/56.16	WSVECS04 Frhs2[44]: 6 -1.329 0 shouldn't be
55.85/56.16	WSVECS04 Frhs2[51]: 6 -4.95849 0 shouldn't be
55.85/56.16	WSVECS04 Frhs2[67]: 6 -0.449599 0 shouldn't be
55.85/56.16	WSVECS04 Frhs2[73]: 6 0 0.587478 shouldn't be
55.85/56.16	WSVECS04 Frhs2[80]: 6 0 2.90534 shouldn't be
55.85/56.16	WSVECS04 Frhs2[81]: 6 -0.404074 0 shouldn't be
55.85/56.16	WSVECS04 Frhs2[82]: 6 -1.54394 0 shouldn't be
55.85/56.16	WSVECS04 Frhs2[89]: 6 0 1 shouldn't be
55.85/56.16	WSVECS04 Frhs2[155]: 6 0 0.708621 shouldn't be
55.85/56.16	WSVECS04 Frhs2[187]: 6 0 1.89315 shouldn't be
55.85/56.16	WSVECS04 Frhs2[275]: 6 0 0.0890431 shouldn't be
55.85/56.16	WSVECS04 Frhs2[459]: 6 0 2 shouldn't be
55.85/56.16	WSVECS04 Frhs2[704]: 6 0 1.05828 shouldn't be
55.85/56.16	WSVECS04 Frhs2[814]: 6 0 0.931798 shouldn't be
55.85/56.16	WSVECS04 Frhs2[1002]: 6 -0.344159 0 shouldn't be
55.85/56.16	WSVECS04 Frhs2[1162]: 6 0 1 shouldn't be
55.85/56.16	WSVECS04 Frhs2[1179]: 6 -1 0 shouldn't be
55.85/56.16	WSVECS04 Frhs2[1188]: 6 0 0.983208 shouldn't be
55.85/56.16	WSVECS04 Frhs2[1367]: 6 0 1 shouldn't be
55.85/56.16	WSVECS04 Frhs2[1450]: 6 0 1 shouldn't be
55.85/56.16	WSVECS04 Frhs2[1606]: 6 0 1.09393 shouldn't be
55.85/56.16	WSVECS04 Frhs2[1646]: 6 0 1.09393 shouldn't be
55.85/56.16	WSVECS04 Frhs2[1711]: 6 0 0.0286904 shouldn't be
55.85/56.16	WSVECS04 Frhs2[1831]: 6 -3.01031 0 shouldn't be
56.24/56.50	WSVECS04 Frhs2[35]: 6 0 1.34416 shouldn't be
56.24/56.50	WSVECS04 Frhs2[49]: 6 -1.33592 0 shouldn't be
56.24/56.50	WSVECS04 Frhs2[74]: 6 -0.361641 0 shouldn't be
56.24/56.50	WSVECS04 Frhs2[212]: 6 -0.17208 0 shouldn't be
56.24/56.50	WSVECS04 Frhs2[442]: 6 -0.344159 0 shouldn't be
56.24/56.50	WSVECS04 Frhs2[488]: 6 -1.00994 0 shouldn't be
56.24/56.50	WSVECS04 Frhs2[544]: 6 0 1.71412 shouldn't be
56.24/56.50	WSVECS04 Frhs2[576]: 6 0 2.1704 shouldn't be
56.24/56.50	WSVECS04 Frhs2[715]: 6 0 0.0890435 shouldn't be
56.24/56.50	WSVECS04 Frhs2[967]: 6 0 0.344159 shouldn't be
56.24/56.50	WSVECS04 Frhs2[970]: 6 -0.777361 0 shouldn't be
56.24/56.50	WSVECS04 Frhs2[1123]: 6 0 1 shouldn't be
56.24/56.50	WSVECS04 Frhs2[1167]: 6 0 1 shouldn't be
56.24/56.50	WSVECS04 Frhs2[1876]: 6 -3.1096 0 shouldn't be
64.77/65.16	c #Conflicts:     358000 | #Constraints:      21305
64.77/65.16	c #Conflicts:     359000 | #Constraints:      22305
64.77/65.16	c #Conflicts:     360000 | #Constraints:      23305
64.77/65.16	c #Conflicts:     361000 | #Constraints:      24305
64.77/65.16	c #Conflicts:     362000 | #Constraints:      25305
64.77/65.16	c #Conflicts:     363000 | #Constraints:      26305
64.77/65.16	c #Conflicts:     364000 | #Constraints:      27305
64.77/65.16	c #Conflicts:     365000 | #Constraints:      28305
64.77/65.16	c #Conflicts:     366000 | #Constraints:      29305
64.77/65.16	c #Conflicts:     367000 | #Constraints:      30305
64.77/65.16	c #Conflicts:     368000 | #Constraints:      31305
64.77/65.16	c #Conflicts:     369000 | #Constraints:      32305
64.77/65.16	c INPROCESSING
64.77/65.16	c GARBAGE COLLECT
64.77/65.16	c #Conflicts:     370000 | #Constraints:      21303
64.77/65.16	c #Conflicts:     371000 | #Constraints:      22303
64.77/65.16	c #Conflicts:     372000 | #Constraints:      23303
64.77/65.16	c #Conflicts:     373000 | #Constraints:      24303
64.77/65.16	c #Conflicts:     374000 | #Constraints:      25303
64.77/65.16	c #Conflicts:     375000 | #Constraints:      26303
64.77/65.16	c #Conflicts:     376000 | #Constraints:      27303
64.77/65.16	c #Conflicts:     377000 | #Constraints:      28303
64.77/65.16	c #Conflicts:     378000 | #Constraints:      29303
64.77/65.16	c #Conflicts:     379000 | #Constraints:      30303
64.77/65.16	c #Conflicts:     380000 | #Constraints:      31303
64.77/65.16	c #Conflicts:     381000 | #Constraints:      32303
64.77/65.16	c INPROCESSING
64.77/65.16	c GARBAGE COLLECT
64.77/65.16	c #Conflicts:     382000 | #Constraints:      21097
64.77/65.16	c #Conflicts:     383000 | #Constraints:      22097
64.77/65.16	c #Conflicts:     384000 | #Constraints:      23097
64.77/65.16	c #Conflicts:     385000 | #Constraints:      24097
64.77/65.16	c #Conflicts:     386000 | #Constraints:      25097
64.77/65.16	c #Conflicts:     387000 | #Constraints:      26097
64.77/65.16	c #Conflicts:     388000 | #Constraints:      27097
64.77/65.16	c #Conflicts:     389000 | #Constraints:      28097
64.77/65.16	c #Conflicts:     390000 | #Constraints:      29097
64.77/65.16	c #Conflicts:     391000 | #Constraints:      30097
64.77/65.16	c #Conflicts:     392000 | #Constraints:      31097
64.77/65.16	c #Conflicts:     393000 | #Constraints:      32098
64.77/65.16	c #Conflicts:     394000 | #Constraints:      33098
64.77/65.16	c INPROCESSING
64.77/65.16	c GARBAGE COLLECT
64.77/65.16	c #Conflicts:     395000 | #Constraints:      21699
64.77/65.16	c #Conflicts:     396000 | #Constraints:      22699
64.77/65.16	c #Conflicts:     397000 | #Constraints:      23699
64.77/65.16	c #Conflicts:     398000 | #Constraints:      24699
64.77/65.16	c #Conflicts:     399000 | #Constraints:      25699
64.77/65.16	c #Conflicts:     400000 | #Constraints:      26700
64.77/65.16	c #Conflicts:     401000 | #Constraints:      27700
64.77/65.16	c #Conflicts:     402000 | #Constraints:      28700
64.77/65.16	c #Conflicts:     403000 | #Constraints:      29700
64.77/65.16	c #Conflicts:     404000 | #Constraints:      30700
64.77/65.16	c #Conflicts:     405000 | #Constraints:      31700
64.77/65.16	c #Conflicts:     406000 | #Constraints:      32700
64.77/65.16	c #Conflicts:     407000 | #Constraints:      33701
64.77/65.16	c INPROCESSING
64.77/65.16	c GARBAGE COLLECT
64.77/65.16	c #Conflicts:     408000 | #Constraints:      22099
64.77/65.16	c #Conflicts:     409000 | #Constraints:      23099
64.77/65.16	c #Conflicts:     410000 | #Constraints:      24099
64.77/65.16	c #Conflicts:     411000 | #Constraints:      25099
64.77/65.16	c #Conflicts:     412000 | #Constraints:      26099
64.77/65.16	c #Conflicts:     413000 | #Constraints:      27099
64.77/65.16	c #Conflicts:     414000 | #Constraints:      28099
64.77/65.16	c #Conflicts:     415000 | #Constraints:      29099
64.77/65.16	WSVECS04 Frhs2[8]: 6 -4.10406 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[21]: 6 -4.10407 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[22]: 6 -4.10404 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[24]: 6 -4.10401 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[59]: 6 -19.3253 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[60]: 6 -10.5374 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[61]: 6 -9.90066 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[64]: 6 -15.2778 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[65]: 6 -18.3704 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[129]: 6 0 10.3523 shouldn't be
64.77/65.16	WSVECS04 Frhs2[142]: 6 0 2.40803 shouldn't be
64.77/65.16	WSVECS04 Frhs2[145]: 6 0 7.65889 shouldn't be
64.77/65.16	WSVECS04 Frhs2[263]: 6 0 1.00001 shouldn't be
64.77/65.16	WSVECS04 Frhs2[264]: 6 0 4.04606 shouldn't be
64.77/65.16	WSVECS04 Frhs2[266]: 6 0 0.0236206 shouldn't be
64.77/65.16	WSVECS04 Frhs2[303]: 6 0 0.894651 shouldn't be
64.77/65.16	WSVECS04 Frhs2[318]: 6 -10.3523 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[330]: 6 0 1.00006 shouldn't be
64.77/65.16	WSVECS04 Frhs2[380]: 6 -1.00001 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[440]: 6 0 4.81921 shouldn't be
64.77/65.16	WSVECS04 Frhs2[482]: 6 0 3.30125 shouldn't be
64.77/65.16	WSVECS04 Frhs2[530]: 6 0 10.0195 shouldn't be
64.77/65.16	WSVECS04 Frhs2[577]: 6 0 1.00006 shouldn't be
64.77/65.16	WSVECS04 Frhs2[655]: 6 0 1.00008 shouldn't be
64.77/65.16	WSVECS04 Frhs2[672]: 6 0 9.5689 shouldn't be
64.77/65.16	WSVECS04 Frhs2[688]: 6 0 1.0001 shouldn't be
64.77/65.16	WSVECS04 Frhs2[712]: 6 0 9.56895 shouldn't be
64.77/65.16	WSVECS04 Frhs2[766]: 6 -40.0599 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[788]: 6 0 3.31257 shouldn't be
64.77/65.16	WSVECS04 Frhs2[792]: 6 -9.56897 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[887]: 6 0 10.3523 shouldn't be
64.77/65.16	WSVECS04 Frhs2[892]: 6 -0.944925 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[916]: 6 -0.728348 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[965]: 6 0 1.00002 shouldn't be
64.77/65.16	WSVECS04 Frhs2[988]: 6 0 9.32914 shouldn't be
64.77/65.16	WSVECS04 Frhs2[994]: 6 0 1.00005 shouldn't be
64.77/65.16	WSVECS04 Frhs2[1000]: 6 0 1.00008 shouldn't be
64.77/65.16	WSVECS04 Frhs2[1023]: 6 -5.55905 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[1040]: 6 0 1.00002 shouldn't be
64.77/65.16	WSVECS04 Frhs2[1068]: 6 0 0.636727 shouldn't be
64.77/65.16	WSVECS04 Frhs2[1072]: 6 -9.56892 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[1100]: 6 -1.00002 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[1105]: 6 -1.0001 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[1113]: 6 0 9.91514 shouldn't be
64.77/65.16	WSVECS04 Frhs2[1795]: 6 -10.2713 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[1815]: 6 -1.00007 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[1816]: 6 -1.00009 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[1877]: 6 -2.00004 0 shouldn't be
64.77/65.16	WSVECS04 Frhs2[1886]: 6 -2.89467 0 shouldn't be
69.46/69.88	c #Conflicts:     416000 | #Constraints:      30100
69.46/69.88	c #Conflicts:     417000 | #Constraints:      31100
69.46/69.88	c #Conflicts:     418000 | #Constraints:      32100
69.46/69.88	c #Conflicts:     419000 | #Constraints:      33100
69.46/69.88	c #Conflicts:     420000 | #Constraints:      34100
69.46/69.88	c INPROCESSING
69.46/69.88	c GARBAGE COLLECT
69.46/69.88	c #Conflicts:     421000 | #Constraints:      22299
69.46/69.88	c #Conflicts:     422000 | #Constraints:      23299
69.46/69.88	c #Conflicts:     423000 | #Constraints:      24299
69.46/69.88	c #Conflicts:     424000 | #Constraints:      25299
69.46/69.88	c #Conflicts:     425000 | #Constraints:      26299
69.46/69.88	c #Conflicts:     426000 | #Constraints:      27299
69.46/69.88	c #Conflicts:     427000 | #Constraints:      28299
69.46/69.88	c #Conflicts:     428000 | #Constraints:      29299
69.46/69.88	c #Conflicts:     429000 | #Constraints:      30299
69.46/69.88	c #Conflicts:     430000 | #Constraints:      31299
69.46/69.88	c #Conflicts:     431000 | #Constraints:      32299
69.46/69.88	c #Conflicts:     432000 | #Constraints:      33299
69.46/69.88	c #Conflicts:     433000 | #Constraints:      34299
69.46/69.88	c INPROCESSING
69.46/69.88	c GARBAGE COLLECT
69.46/69.88	c #Conflicts:     434000 | #Constraints:      22315
69.46/69.88	c #Conflicts:     435000 | #Constraints:      23316
69.46/69.88	c #Conflicts:     436000 | #Constraints:      24316
69.46/69.88	c #Conflicts:     437000 | #Constraints:      25316
69.46/69.88	c #Conflicts:     438000 | #Constraints:      26316
69.46/69.88	c #Conflicts:     439000 | #Constraints:      27316
69.46/69.88	c #Conflicts:     440000 | #Constraints:      28316
69.46/69.88	c #Conflicts:     441000 | #Constraints:      29317
69.46/69.88	c #Conflicts:     442000 | #Constraints:      30317
69.46/69.88	c #Conflicts:     443000 | #Constraints:      31317
69.46/69.88	WSVECS04 Frhs2[54]: 6 0 1.97611 shouldn't be
69.46/69.88	WSVECS04 Frhs2[55]: 6 -1.08902 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[56]: 6 -1.30392 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[57]: 6 -0.761303 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[73]: 6 -0.503591 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[74]: 6 -1.00003 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[80]: 6 0 0.214846 shouldn't be
69.46/69.88	WSVECS04 Frhs2[81]: 6 -1.52273 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[103]: 6 0 1.00009 shouldn't be
69.46/69.88	WSVECS04 Frhs2[147]: 6 -0.374052 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[149]: 6 0 1.00004 shouldn't be
69.46/69.88	WSVECS04 Frhs2[164]: 6 -0.503621 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[173]: 6 0 1.00002 shouldn't be
69.46/69.88	WSVECS04 Frhs2[176]: 6 -0.204101 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[213]: 6 0 1.00005 shouldn't be
69.46/69.88	WSVECS04 Frhs2[253]: 6 0 1.00009 shouldn't be
69.46/69.88	WSVECS04 Frhs2[258]: 6 0 1.00008 shouldn't be
69.46/69.88	WSVECS04 Frhs2[266]: 6 0 2.00007 shouldn't be
69.46/69.88	WSVECS04 Frhs2[298]: 6 0 1.00008 shouldn't be
69.46/69.88	WSVECS04 Frhs2[334]: 6 -1.00008 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[406]: 6 0 0.67127 shouldn't be
69.46/69.88	WSVECS04 Frhs2[507]: 6 0 0.00029519 shouldn't be
69.46/69.88	WSVECS04 Frhs2[539]: 6 0 2.57369 shouldn't be
69.46/69.88	WSVECS04 Frhs2[549]: 6 0 1.00004 shouldn't be
69.46/69.88	WSVECS04 Frhs2[554]: 6 0 0.820122 shouldn't be
69.46/69.88	WSVECS04 Frhs2[594]: 6 0 0.536381 shouldn't be
69.46/69.88	WSVECS04 Frhs2[616]: 6 0 1.46041 shouldn't be
69.46/69.88	WSVECS04 Frhs2[628]: 6 0 0.0901267 shouldn't be
69.46/69.88	WSVECS04 Frhs2[642]: 6 -0.748349 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[670]: 6 -0.00685088 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[695]: 6 -1.00006 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[730]: 6 -0.107224 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[736]: 6 0 0.179556 shouldn't be
69.46/69.88	WSVECS04 Frhs2[769]: 6 -0.858025 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[840]: 6 0 0.0552601 shouldn't be
69.46/69.88	WSVECS04 Frhs2[852]: 6 -0.944861 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[892]: 6 -0.94491 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[1002]: 6 0 1.00004 shouldn't be
69.46/69.88	WSVECS04 Frhs2[1046]: 6 -0.671308 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[1108]: 6 0 0.0588205 shouldn't be
69.46/69.88	WSVECS04 Frhs2[1117]: 6 -1.00006 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[1131]: 6 -1.00009 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[1148]: 6 0 0.148916 shouldn't be
69.46/69.88	WSVECS04 Frhs2[1200]: 6 0 0.841012 shouldn't be
69.46/69.88	WSVECS04 Frhs2[1234]: 6 0 2.00002 shouldn't be
69.46/69.88	WSVECS04 Frhs2[1252]: 6 -0.944874 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[1376]: 6 0 0.0447666 shouldn't be
69.46/69.88	WSVECS04 Frhs2[1468]: 6 0 0.148863 shouldn't be
69.46/69.88	WSVECS04 Frhs2[1514]: 6 -1.00008 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[1548]: 6 0 1.00004 shouldn't be
69.46/69.88	WSVECS04 Frhs2[1564]: 6 -0.262889 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[1588]: 6 -0.278471 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[1689]: 6 -0.14208 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[1729]: 6 -1.00002 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[1760]: 6 -1.00006 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[1813]: 6 -1.7613 0 shouldn't be
69.46/69.88	WSVECS04 Frhs2[1877]: 6 -2.00005 0 shouldn't be
74.24/74.65	c #Conflicts:     444000 | #Constraints:      32318
74.24/74.65	c #Conflicts:     445000 | #Constraints:      33318
74.24/74.65	c #Conflicts:     446000 | #Constraints:      34318
74.24/74.65	c INPROCESSING
74.24/74.65	c GARBAGE COLLECT
74.24/74.65	c #Conflicts:     447000 | #Constraints:      22111
74.24/74.65	c #Conflicts:     448000 | #Constraints:      23111
74.24/74.65	c #Conflicts:     449000 | #Constraints:      24111
74.24/74.65	c #Conflicts:     450000 | #Constraints:      25111
74.24/74.65	c #Conflicts:     451000 | #Constraints:      26111
74.24/74.65	c #Conflicts:     452000 | #Constraints:      27111
74.24/74.65	c #Conflicts:     453000 | #Constraints:      28111
74.24/74.65	c #Conflicts:     454000 | #Constraints:      29111
74.24/74.65	c #Conflicts:     455000 | #Constraints:      30111
74.24/74.65	c #Conflicts:     456000 | #Constraints:      31111
74.24/74.65	c #Conflicts:     457000 | #Constraints:      32111
74.24/74.65	c #Conflicts:     458000 | #Constraints:      33111
74.24/74.65	c #Conflicts:     459000 | #Constraints:      34111
74.24/74.65	c #Conflicts:     460000 | #Constraints:      35111
74.24/74.65	c INPROCESSING
74.24/74.65	c GARBAGE COLLECT
74.24/74.65	c #Conflicts:     461000 | #Constraints:      22714
74.24/74.65	c #Conflicts:     462000 | #Constraints:      23714
74.24/74.65	c #Conflicts:     463000 | #Constraints:      24714
74.24/74.65	c #Conflicts:     464000 | #Constraints:      25714
74.24/74.65	c #Conflicts:     465000 | #Constraints:      26714
74.24/74.65	c #Conflicts:     466000 | #Constraints:      27714
74.24/74.65	c #Conflicts:     467000 | #Constraints:      28714
74.24/74.65	c #Conflicts:     468000 | #Constraints:      29714
74.24/74.65	c #Conflicts:     469000 | #Constraints:      30714
74.24/74.65	c #Conflicts:     470000 | #Constraints:      31715
74.24/74.65	c #Conflicts:     471000 | #Constraints:      32715
74.24/74.65	c #Conflicts:     472000 | #Constraints:      33715
74.24/74.65	c #Conflicts:     473000 | #Constraints:      34715
74.24/74.65	c #Conflicts:     474000 | #Constraints:      35715
74.24/74.65	c INPROCESSING
74.24/74.65	c GARBAGE COLLECT
74.24/74.65	WSVECS04 Frhs2[10]: 6 -2.00008 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[44]: 6 -0.763413 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[47]: 6 -0.864581 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[50]: 6 -0.744514 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[51]: 6 -0.827125 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[53]: 6 0 4.92256 shouldn't be
74.24/74.65	WSVECS04 Frhs2[59]: 6 -0.586098 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[60]: 6 -1.38104 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[64]: 6 -0.755062 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[65]: 6 0 0.75513 shouldn't be
74.24/74.65	WSVECS04 Frhs2[81]: 6 -1.5699 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[89]: 6 0 0.557736 shouldn't be
74.24/74.65	WSVECS04 Frhs2[90]: 6 0 0.596054 shouldn't be
74.24/74.65	WSVECS04 Frhs2[108]: 6 0 3.00005 shouldn't be
74.24/74.65	WSVECS04 Frhs2[147]: 6 0 0.296233 shouldn't be
74.24/74.65	WSVECS04 Frhs2[150]: 6 0 0.486091 shouldn't be
74.24/74.65	WSVECS04 Frhs2[186]: 6 0 2.00006 shouldn't be
74.24/74.65	WSVECS04 Frhs2[190]: 6 0 0.486136 shouldn't be
74.24/74.65	WSVECS04 Frhs2[196]: 6 -3.13498 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[230]: 6 0 0.486128 shouldn't be
74.24/74.65	WSVECS04 Frhs2[263]: 6 0 0.0913396 shouldn't be
74.24/74.65	WSVECS04 Frhs2[266]: 6 0 2.38924 shouldn't be
74.24/74.65	WSVECS04 Frhs2[289]: 6 0 0.112565 shouldn't be
74.24/74.65	WSVECS04 Frhs2[303]: 6 0 0.0913311 shouldn't be
74.24/74.65	WSVECS04 Frhs2[314]: 6 -1.16598 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[364]: 6 0 1.25522 shouldn't be
74.24/74.65	WSVECS04 Frhs2[379]: 6 -0.016942 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[415]: 6 -1.00004 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[420]: 6 0 2.00004 shouldn't be
74.24/74.65	WSVECS04 Frhs2[421]: 6 0 1.00002 shouldn't be
74.24/74.65	WSVECS04 Frhs2[459]: 6 0 1.00003 shouldn't be
74.24/74.65	WSVECS04 Frhs2[461]: 6 -0.0489334 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[478]: 6 0 0.557725 shouldn't be
74.24/74.65	WSVECS04 Frhs2[489]: 6 -0.00250374 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[500]: 6 0 2.0001 shouldn't be
74.24/74.65	WSVECS04 Frhs2[509]: 6 -0.645514 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[532]: 6 0 1.0284 shouldn't be
74.24/74.65	WSVECS04 Frhs2[539]: 6 0 3.8846 shouldn't be
74.24/74.65	WSVECS04 Frhs2[545]: 6 0 2.00005 shouldn't be
74.24/74.65	WSVECS04 Frhs2[562]: 6 0 0.557709 shouldn't be
74.24/74.65	WSVECS04 Frhs2[713]: 6 0 0.95363 shouldn't be
74.24/74.65	WSVECS04 Frhs2[749]: 6 0 0.645471 shouldn't be
74.24/74.65	WSVECS04 Frhs2[754]: 6 0 0.171793 shouldn't be
74.24/74.65	WSVECS04 Frhs2[770]: 6 0 0.953542 shouldn't be
74.24/74.65	WSVECS04 Frhs2[810]: 6 0 0.953479 shouldn't be
74.24/74.65	WSVECS04 Frhs2[840]: 6 0 0.891224 shouldn't be
74.24/74.65	WSVECS04 Frhs2[856]: 6 -0.198631 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[888]: 6 0 1.00003 shouldn't be
74.24/74.65	WSVECS04 Frhs2[889]: 6 0 0.442374 shouldn't be
74.24/74.65	WSVECS04 Frhs2[912]: 6 0 3.3679 shouldn't be
74.24/74.65	WSVECS04 Frhs2[918]: 6 0 0.55773 shouldn't be
74.24/74.65	WSVECS04 Frhs2[928]: 6 0 2.00006 shouldn't be
74.24/74.65	WSVECS04 Frhs2[943]: 6 0 0.784418 shouldn't be
74.24/74.65	WSVECS04 Frhs2[952]: 6 0 2.72002 shouldn't be
74.24/74.65	WSVECS04 Frhs2[981]: 6 0 1.00004 shouldn't be
74.24/74.65	WSVECS04 Frhs2[983]: 6 0 0.784431 shouldn't be
74.24/74.65	WSVECS04 Frhs2[990]: 6 0 2.00008 shouldn't be
74.24/74.65	WSVECS04 Frhs2[992]: 6 0 2.71998 shouldn't be
74.24/74.65	WSVECS04 Frhs2[995]: 6 0 1.22797 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1026]: 6 0 0.609721 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1068]: 6 -0.983619 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1077]: 6 -1.00008 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1091]: 6 0 1.00005 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1101]: 6 0 1.00007 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1139]: 6 0 0.0168855 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1171]: 6 0 1.00005 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1174]: 6 -0.750791 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1186]: 6 0 0.606394 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1199]: 6 0 2.00008 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1214]: 6 -0.746731 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1215]: 6 0 3.00002 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1226]: 6 0 0.609738 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1237]: 6 0 1.00002 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1242]: 6 0 0.557771 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1277]: 6 0 1.00003 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1289]: 6 0 1.00002 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1329]: 6 0 1.00005 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1342]: 6 0 0.498074 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1354]: 6 -1.00001 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1369]: 6 0 1.00006 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1477]: 6 0 2.00002 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1482]: 6 0 0.156155 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1509]: 6 0 0.645542 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1510]: 6 0 0.486092 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1514]: 6 -1.00006 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1522]: 6 0 0.156203 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1549]: 6 0 0.645512 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1564]: 6 0 0.180762 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1683]: 6 -1.00006 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1694]: 6 -0.746797 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1730]: 6 -1.00005 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1731]: 6 -1.00006 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1778]: 6 -1.9535 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1805]: 6 -3.71997 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1832]: 6 -0.295387 0 shouldn't be
74.24/74.65	WSVECS04 Frhs2[1872]: 6 -1.00004 0 shouldn't be
74.55/74.92	WSVECS04 Frhs2[63]: 6 0 14.4919 shouldn't be
74.55/74.92	WSVECS04 Frhs2[134]: 6 -0.746802 0 shouldn't be
74.55/74.92	WSVECS04 Frhs2[164]: 6 0 0.978169 shouldn't be
74.55/74.92	WSVECS04 Frhs2[286]: 6 0 0.69397 shouldn't be
74.55/74.92	WSVECS04 Frhs2[930]: 6 0 0.953483 shouldn't be
74.55/74.92	WSVECS04 Frhs2[1014]: 6 0 0.257448 shouldn't be
74.55/74.92	WSVECS04 Frhs2[1073]: 6 0 3.00002 shouldn't be
74.55/74.92	WSVECS04 Frhs2[1080]: 6 0 0.108964 shouldn't be
74.55/74.92	WSVECS04 Frhs2[1113]: 6 0 3.00004 shouldn't be
74.55/74.92	WSVECS04 Frhs2[1614]: 6 -0.746767 0 shouldn't be
74.55/74.92	WSVECS04 Frhs2[1654]: 6 -0.750785 0 shouldn't be
74.55/74.92	WSVECS04 Frhs2[1732]: 6 -2.00002 0 shouldn't be
74.55/74.92	WSVECS04 Frhs2[1852]: 6 -2.00008 0 shouldn't be
74.84/75.22	WSVECS04 Frhs2[62]: 6 -14.1265 0 shouldn't be
74.84/75.22	WSVECS04 Frhs2[68]: 6 -15.9531 0 shouldn't be
74.84/75.22	WSVECS04 Frhs2[70]: 6 0 13.4735 shouldn't be
74.84/75.22	WSVECS04 Frhs2[148]: 6 0 1.00004 shouldn't be
74.84/75.22	WSVECS04 Frhs2[247]: 6 0 4.8794 shouldn't be
74.84/75.22	WSVECS04 Frhs2[336]: 6 0 0.163575 shouldn't be
74.84/75.22	WSVECS04 Frhs2[400]: 6 0 0.919495 shouldn't be
74.84/75.22	WSVECS04 Frhs2[447]: 6 0 4.87938 shouldn't be
74.84/75.22	WSVECS04 Frhs2[748]: 6 0 5.20809 shouldn't be
74.84/75.22	WSVECS04 Frhs2[825]: 6 0 1.00009 shouldn't be
74.84/75.22	WSVECS04 Frhs2[1187]: 6 0 0.0479491 shouldn't be
74.84/75.22	WSVECS04 Frhs2[1299]: 6 0 0.0337438 shouldn't be
74.84/75.22	WSVECS04 Frhs2[1414]: 6 -0.750818 0 shouldn't be
74.84/75.22	WSVECS04 Frhs2[1494]: 6 -0.746719 0 shouldn't be
74.84/75.22	WSVECS04 Frhs2[1498]: 6 0 1.00002 shouldn't be
74.84/75.22	WSVECS04 Frhs2[1728]: 6 -1.00004 0 shouldn't be
74.84/75.22	WSVECS04 Frhs2[1851]: 6 -1.00006 0 shouldn't be
75.14/75.51	WSVECS04 Frhs2[66]: 6 0 13.4373 shouldn't be
75.14/75.51	WSVECS04 Frhs2[233]: 6 0 12.3441 shouldn't be
75.14/75.51	WSVECS04 Frhs2[1011]: 6 0 1.00007 shouldn't be
75.14/75.51	WSVECS04 Frhs2[1056]: 6 0 0.198705 shouldn't be
75.14/75.51	WSVECS04 Frhs2[1144]: 6 0 5.22716 shouldn't be
75.14/75.51	WSVECS04 Frhs2[1726]: 6 -1.00004 0 shouldn't be
75.14/75.51	WSVECS04 Frhs2[1727]: 6 -1.00004 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[15]: 6 -1 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[44]: 6 -0.763353 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[47]: 6 -0.864552 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[50]: 6 -0.744445 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[51]: 6 -0.827114 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[53]: 6 0 4.92251 shouldn't be
75.34/75.77	WSVECS04 Frhs2[59]: 6 -0.586037 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[60]: 6 -1.38098 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[64]: 6 -0.75504 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[65]: 6 0 0.755037 shouldn't be
75.34/75.77	WSVECS04 Frhs2[81]: 6 -1.56988 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[89]: 6 0 0.55768 shouldn't be
75.34/75.77	WSVECS04 Frhs2[90]: 6 0 0.596009 shouldn't be
75.34/75.77	WSVECS04 Frhs2[147]: 6 0 0.296159 shouldn't be
75.34/75.77	WSVECS04 Frhs2[150]: 6 0 0.486056 shouldn't be
75.34/75.77	WSVECS04 Frhs2[164]: 6 0 0.97813 shouldn't be
75.34/75.77	WSVECS04 Frhs2[190]: 6 0 0.486056 shouldn't be
75.34/75.77	WSVECS04 Frhs2[230]: 6 0 0.486056 shouldn't be
75.34/75.77	WSVECS04 Frhs2[289]: 6 0 0.112488 shouldn't be
75.34/75.77	WSVECS04 Frhs2[303]: 6 0 0.0912531 shouldn't be
75.34/75.77	WSVECS04 Frhs2[313]: 6 -3 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[379]: 6 -0.0168645 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[400]: 6 0 0.919484 shouldn't be
75.34/75.77	WSVECS04 Frhs2[415]: 6 -1 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[478]: 6 0 0.55768 shouldn't be
75.34/75.77	WSVECS04 Frhs2[489]: 6 -0.00241388 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[509]: 6 -0.645446 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[539]: 6 0 3.88452 shouldn't be
75.34/75.77	WSVECS04 Frhs2[562]: 6 0 0.55768 shouldn't be
75.34/75.77	WSVECS04 Frhs2[713]: 6 0 0.95357 shouldn't be
75.34/75.77	WSVECS04 Frhs2[810]: 6 0 0.953458 shouldn't be
75.34/75.77	WSVECS04 Frhs2[856]: 6 -0.198605 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[889]: 6 0 0.442321 shouldn't be
75.34/75.77	WSVECS04 Frhs2[890]: 6 0 0.953458 shouldn't be
75.34/75.77	WSVECS04 Frhs2[912]: 6 0 3.36786 shouldn't be
75.34/75.77	WSVECS04 Frhs2[918]: 6 0 0.55768 shouldn't be
75.34/75.77	WSVECS04 Frhs2[929]: 6 0 0.772153 shouldn't be
75.34/75.77	WSVECS04 Frhs2[943]: 6 0 0.784382 shouldn't be
75.34/75.77	WSVECS04 Frhs2[983]: 6 0 0.784381 shouldn't be
75.34/75.77	WSVECS04 Frhs2[995]: 6 0 1.22794 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1011]: 6 0 1 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1026]: 6 0 0.609699 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1068]: 6 -0.983569 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1077]: 6 -1 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1091]: 6 0 1 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1112]: 6 0 0.647908 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1174]: 6 -0.750762 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1187]: 6 0 0.0478927 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1199]: 6 0 2 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1215]: 6 0 3 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1237]: 6 0 1 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1242]: 6 0 0.55768 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1277]: 6 0 1 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1317]: 6 0 1 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1342]: 6 0 0.498019 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1354]: 6 -1 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1414]: 6 -0.750763 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1477]: 6 0 2 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1509]: 6 0 0.645446 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1514]: 6 -1 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1522]: 6 0 0.156131 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1549]: 6 0 0.645446 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1564]: 6 0 0.180695 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1654]: 6 -0.750762 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1683]: 6 -1 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1728]: 6 -1 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1778]: 6 -1.95346 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1805]: 6 -3.71995 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1832]: 6 -0.295357 0 shouldn't be
75.34/75.77	WSVECS04 Frhs2[1852]: 6 -2 0 shouldn't be
75.74/76.17	WSVECS04 Frhs2[10]: 6 -2 0 shouldn't be
75.74/76.17	WSVECS04 Frhs2[24]: 6 -3 0 shouldn't be
75.74/76.17	WSVECS04 Frhs2[70]: 6 0 13.4735 shouldn't be
75.74/76.17	WSVECS04 Frhs2[108]: 6 0 3 shouldn't be
75.74/76.17	WSVECS04 Frhs2[162]: 6 0 0.156131 shouldn't be
75.74/76.17	WSVECS04 Frhs2[186]: 6 0 2 shouldn't be
75.74/76.17	WSVECS04 Frhs2[233]: 6 0 12.3441 shouldn't be
75.74/76.17	WSVECS04 Frhs2[247]: 6 0 4.87931 shouldn't be
75.74/76.17	WSVECS04 Frhs2[256]: 6 0 0.163549 shouldn't be
75.74/76.17	WSVECS04 Frhs2[263]: 6 0 0.0912529 shouldn't be
75.74/76.17	WSVECS04 Frhs2[286]: 6 0 0.693928 shouldn't be
75.74/76.17	WSVECS04 Frhs2[314]: 6 -1.16597 0 shouldn't be
75.74/76.17	WSVECS04 Frhs2[336]: 6 0 0.163549 shouldn't be
75.74/76.17	WSVECS04 Frhs2[421]: 6 0 1 shouldn't be
75.74/76.17	WSVECS04 Frhs2[447]: 6 0 4.87931 shouldn't be
75.74/76.17	WSVECS04 Frhs2[461]: 6 -0.0488622 0 shouldn't be
75.74/76.17	WSVECS04 Frhs2[545]: 6 0 2 shouldn't be
75.74/76.17	WSVECS04 Frhs2[602]: 6 -0.156131 0 shouldn't be
75.74/76.17	WSVECS04 Frhs2[754]: 6 0 0.171748 shouldn't be
75.74/76.17	WSVECS04 Frhs2[825]: 6 0 1 shouldn't be
75.74/76.17	WSVECS04 Frhs2[840]: 6 0 0.891128 shouldn't be
75.74/76.17	WSVECS04 Frhs2[952]: 6 0 2.71995 shouldn't be
75.74/76.17	WSVECS04 Frhs2[992]: 6 0 2.71995 shouldn't be
75.74/76.17	WSVECS04 Frhs2[1073]: 6 0 3 shouldn't be
75.74/76.17	WSVECS04 Frhs2[1113]: 6 0 3 shouldn't be
75.74/76.17	WSVECS04 Frhs2[1186]: 6 0 0.60635 shouldn't be
75.74/76.17	WSVECS04 Frhs2[1214]: 6 -0.746707 0 shouldn't be
75.74/76.17	WSVECS04 Frhs2[1289]: 6 0 1 shouldn't be
75.74/76.17	WSVECS04 Frhs2[1482]: 6 0 0.156131 shouldn't be
75.74/76.17	WSVECS04 Frhs2[1614]: 6 -0.746707 0 shouldn't be
75.74/76.17	WSVECS04 Frhs2[1727]: 6 -1 0 shouldn't be
75.74/76.17	WSVECS04 Frhs2[1851]: 6 -1 0 shouldn't be
86.80/87.21	c #Conflicts:     475000 | #Constraints:      23118
86.80/87.21	c #Conflicts:     476000 | #Constraints:      24118
86.80/87.21	c #Conflicts:     477000 | #Constraints:      25118
86.80/87.21	c #Conflicts:     478000 | #Constraints:      26118
86.80/87.21	c #Conflicts:     479000 | #Constraints:      27118
86.80/87.21	c #Conflicts:     480000 | #Constraints:      28118
86.80/87.21	c #Conflicts:     481000 | #Constraints:      29119
86.80/87.21	c #Conflicts:     482000 | #Constraints:      30119
86.80/87.21	c #Conflicts:     483000 | #Constraints:      31119
86.80/87.21	c #Conflicts:     484000 | #Constraints:      32119
86.80/87.21	c #Conflicts:     485000 | #Constraints:      33119
86.80/87.21	c #Conflicts:     486000 | #Constraints:      34119
86.80/87.21	c #Conflicts:     487000 | #Constraints:      35119
86.80/87.21	c #Conflicts:     488000 | #Constraints:      36119
86.80/87.21	c INPROCESSING
86.80/87.21	c GARBAGE COLLECT
86.80/87.21	c #Conflicts:     489000 | #Constraints:      23308
86.80/87.21	c #Conflicts:     490000 | #Constraints:      24308
86.80/87.21	c #Conflicts:     491000 | #Constraints:      25308
86.80/87.21	c #Conflicts:     492000 | #Constraints:      26308
86.80/87.21	c #Conflicts:     493000 | #Constraints:      27308
86.80/87.21	c #Conflicts:     494000 | #Constraints:      28308
86.80/87.21	c #Conflicts:     495000 | #Constraints:      29308
86.80/87.21	c #Conflicts:     496000 | #Constraints:      30308
86.80/87.21	c #Conflicts:     497000 | #Constraints:      31308
86.80/87.21	c #Conflicts:     498000 | #Constraints:      32308
86.80/87.21	c #Conflicts:     499000 | #Constraints:      33308
86.80/87.21	c #Conflicts:     500000 | #Constraints:      34308
86.80/87.21	c #Conflicts:     501000 | #Constraints:      35308
86.80/87.21	c #Conflicts:     502000 | #Constraints:      36308
86.80/87.21	c INPROCESSING
86.80/87.21	c GARBAGE COLLECT
86.80/87.21	c #Conflicts:     503000 | #Constraints:      23313
86.80/87.21	c #Conflicts:     504000 | #Constraints:      24313
86.80/87.21	c #Conflicts:     505000 | #Constraints:      25313
86.80/87.21	c #Conflicts:     506000 | #Constraints:      26313
86.80/87.21	c #Conflicts:     507000 | #Constraints:      27313
86.80/87.21	c #Conflicts:     508000 | #Constraints:      28313
86.80/87.21	c #Conflicts:     509000 | #Constraints:      29313
86.80/87.21	c #Conflicts:     510000 | #Constraints:      30313
86.80/87.21	c #Conflicts:     511000 | #Constraints:      31313
86.80/87.21	c #Conflicts:     512000 | #Constraints:      32313
86.80/87.21	c #Conflicts:     513000 | #Constraints:      33313
86.80/87.21	c #Conflicts:     514000 | #Constraints:      34313
86.80/87.21	c #Conflicts:     515000 | #Constraints:      35313
86.80/87.21	c #Conflicts:     516000 | #Constraints:      36313
86.80/87.21	c INPROCESSING
86.80/87.21	c GARBAGE COLLECT
86.80/87.21	c #Conflicts:     517000 | #Constraints:      23107
86.80/87.21	c #Conflicts:     518000 | #Constraints:      24107
86.80/87.21	c #Conflicts:     519000 | #Constraints:      25108
86.80/87.21	c #Conflicts:     520000 | #Constraints:      26108
86.80/87.21	c #Conflicts:     521000 | #Constraints:      27108
86.80/87.21	c #Conflicts:     522000 | #Constraints:      28108
86.80/87.21	c #Conflicts:     523000 | #Constraints:      29108
86.80/87.21	c #Conflicts:     524000 | #Constraints:      30108
86.80/87.21	c #Conflicts:     525000 | #Constraints:      31108
86.80/87.21	c #Conflicts:     526000 | #Constraints:      32108
86.80/87.21	c #Conflicts:     527000 | #Constraints:      33108
86.80/87.21	c #Conflicts:     528000 | #Constraints:      34108
86.80/87.21	c #Conflicts:     529000 | #Constraints:      35108
86.80/87.21	c #Conflicts:     530000 | #Constraints:      36108
86.80/87.21	c #Conflicts:     531000 | #Constraints:      37108
86.80/87.21	c INPROCESSING
86.80/87.21	c GARBAGE COLLECT
86.80/87.21	c #Conflicts:     532000 | #Constraints:      23716
86.80/87.21	c #Conflicts:     533000 | #Constraints:      24717
86.80/87.21	c #Conflicts:     534000 | #Constraints:      25717
86.80/87.21	c #Conflicts:     535000 | #Constraints:      26717
86.80/87.21	c #Conflicts:     536000 | #Constraints:      27717
86.80/87.21	c #Conflicts:     537000 | #Constraints:      28717
86.80/87.21	c #Conflicts:     538000 | #Constraints:      29717
86.80/87.21	c #Conflicts:     539000 | #Constraints:      30717
86.80/87.21	c #Conflicts:     540000 | #Constraints:      31717
86.80/87.21	c #Conflicts:     541000 | #Constraints:      32717
86.80/87.21	c #Conflicts:     542000 | #Constraints:      33717
86.80/87.21	c #Conflicts:     543000 | #Constraints:      34717
86.80/87.21	WSVECS04 Frhs2[49]: 6 -1.91851 0 shouldn't be
86.80/87.21	WSVECS04 Frhs2[51]: 6 0 9.94876 shouldn't be
86.80/87.21	WSVECS04 Frhs2[52]: 6 0 0.0816154 shouldn't be
86.80/87.21	WSVECS04 Frhs2[55]: 6 -3.00179 0 shouldn't be
86.80/87.21	WSVECS04 Frhs2[56]: 6 -2.92408 0 shouldn't be
86.80/87.21	WSVECS04 Frhs2[60]: 6 -3.02754 0 shouldn't be
86.80/87.21	WSVECS04 Frhs2[71]: 6 -3.04203 0 shouldn't be
86.80/87.21	WSVECS04 Frhs2[78]: 6 -3.73143 0 shouldn't be
86.80/87.21	WSVECS04 Frhs2[79]: 6 -3.21128 0 shouldn't be
86.80/87.21	WSVECS04 Frhs2[80]: 6 -3.19129 0 shouldn't be
86.80/87.21	WSVECS04 Frhs2[81]: 6 -3.31458 0 shouldn't be
86.80/87.21	WSVECS04 Frhs2[111]: 6 0 1.00002 shouldn't be
86.80/87.21	WSVECS04 Frhs2[129]: 6 0 1.00001 shouldn't be
86.80/87.21	WSVECS04 Frhs2[250]: 6 0 0.0401895 shouldn't be
86.80/87.21	WSVECS04 Frhs2[283]: 6 0 1.00002 shouldn't be
86.80/87.21	WSVECS04 Frhs2[305]: 6 0 3.00002 shouldn't be
86.80/87.21	WSVECS04 Frhs2[308]: 6 0 2.04197 shouldn't be
86.80/87.21	WSVECS04 Frhs2[322]: 6 0 0.500053 shouldn't be
86.80/87.21	WSVECS04 Frhs2[347]: 6 0 1.82961 shouldn't be
86.80/87.21	WSVECS04 Frhs2[351]: 6 0 0.0834173 shouldn't be
86.80/87.21	WSVECS04 Frhs2[358]: 6 0 1.00008 shouldn't be
86.80/87.21	WSVECS04 Frhs2[388]: 6 0 2.04198 shouldn't be
86.80/87.21	WSVECS04 Frhs2[422]: 6 0 0.125919 shouldn't be
86.80/87.21	WSVECS04 Frhs2[440]: 6 0 1.17809 shouldn't be
86.80/87.21	WSVECS04 Frhs2[503]: 6 0 0.321634 shouldn't be
86.80/87.21	WSVECS04 Frhs2[516]: 6 0 2.09655 shouldn't be
86.80/87.21	WSVECS04 Frhs2[585]: 6 0 1.00003 shouldn't be
86.80/87.21	WSVECS04 Frhs2[625]: 6 0 1.00004 shouldn't be
86.80/87.21	WSVECS04 Frhs2[737]: 6 0 1.00006 shouldn't be
86.80/87.21	WSVECS04 Frhs2[817]: 6 0 1.00002 shouldn't be
86.80/87.21	WSVECS04 Frhs2[890]: 6 0 0.500031 shouldn't be
86.80/87.21	WSVECS04 Frhs2[897]: 6 0 1.00009 shouldn't be
86.80/87.21	WSVECS04 Frhs2[929]: 6 0 0.8822 shouldn't be
86.80/87.21	WSVECS04 Frhs2[948]: 6 0 1.00008 shouldn't be
86.80/87.21	WSVECS04 Frhs2[1131]: 6 0 1.00006 shouldn't be
86.80/87.21	WSVECS04 Frhs2[1209]: 6 0 1.11798 shouldn't be
86.80/87.21	WSVECS04 Frhs2[1228]: 6 0 0.123602 shouldn't be
86.80/87.21	WSVECS04 Frhs2[1268]: 6 0 0.123582 shouldn't be
86.80/87.21	WSVECS04 Frhs2[1417]: 6 0 1.00005 shouldn't be
86.80/87.21	WSVECS04 Frhs2[1428]: 6 0 1.00007 shouldn't be
86.80/87.21	WSVECS04 Frhs2[1497]: 6 0 1.00003 shouldn't be
86.80/87.21	WSVECS04 Frhs2[1564]: 6 0 1.42341 shouldn't be
86.80/87.21	WSVECS04 Frhs2[1578]: 6 -1.00006 0 shouldn't be
86.80/87.21	WSVECS04 Frhs2[1591]: 6 -1.00002 0 shouldn't be
86.80/87.21	WSVECS04 Frhs2[1595]: 6 0 1.41202 shouldn't be
86.80/87.21	WSVECS04 Frhs2[1641]: 6 0 1.00007 shouldn't be
86.80/87.21	WSVECS04 Frhs2[1662]: 6 0 1.41501 shouldn't be
86.80/87.21	WSVECS04 Frhs2[1699]: 6 0 0.065062 shouldn't be
86.80/87.21	WSVECS04 Frhs2[1732]: 6 -2.00002 0 shouldn't be
86.80/87.21	WSVECS04 Frhs2[1852]: 6 -1.00009 0 shouldn't be
86.80/87.21	WSVECS04 Frhs2[1853]: 6 -1.00008 0 shouldn't be
86.80/87.21	WSVECS04 Frhs2[1870]: 6 -2.00008 0 shouldn't be
94.38/94.81	c #Conflicts:     544000 | #Constraints:      35718
94.38/94.81	c #Conflicts:     545000 | #Constraints:      36718
94.38/94.81	c #Conflicts:     546000 | #Constraints:      37718
94.38/94.81	c INPROCESSING
94.38/94.81	c GARBAGE COLLECT
94.38/94.81	c #Conflicts:     547000 | #Constraints:      24108
94.38/94.81	c #Conflicts:     548000 | #Constraints:      25108
94.38/94.81	c #Conflicts:     549000 | #Constraints:      26108
94.38/94.81	c #Conflicts:     550000 | #Constraints:      27108
94.38/94.81	c #Conflicts:     551000 | #Constraints:      28108
94.38/94.81	c #Conflicts:     552000 | #Constraints:      29108
94.38/94.81	c #Conflicts:     553000 | #Constraints:      30108
94.38/94.81	c #Conflicts:     554000 | #Constraints:      31108
94.38/94.81	c #Conflicts:     555000 | #Constraints:      32108
94.38/94.81	c #Conflicts:     556000 | #Constraints:      33108
94.38/94.81	c #Conflicts:     557000 | #Constraints:      34108
94.38/94.81	c #Conflicts:     558000 | #Constraints:      35108
94.38/94.81	c #Conflicts:     559000 | #Constraints:      36108
94.38/94.81	c #Conflicts:     560000 | #Constraints:      37108
94.38/94.81	c #Conflicts:     561000 | #Constraints:      38108
94.38/94.81	c INPROCESSING
94.38/94.81	c GARBAGE COLLECT
94.38/94.81	c #Conflicts:     562000 | #Constraints:      24302
94.38/94.81	c #Conflicts:     563000 | #Constraints:      25302
94.38/94.81	c #Conflicts:     564000 | #Constraints:      26302
94.38/94.81	c #Conflicts:     565000 | #Constraints:      27302
94.38/94.81	c #Conflicts:     566000 | #Constraints:      28302
94.38/94.81	c #Conflicts:     567000 | #Constraints:      29302
94.38/94.81	c #Conflicts:     568000 | #Constraints:      30302
94.38/94.81	c #Conflicts:     569000 | #Constraints:      31302
94.38/94.81	c #Conflicts:     570000 | #Constraints:      32302
94.38/94.81	c #Conflicts:     571000 | #Constraints:      33302
94.38/94.81	c #Conflicts:     572000 | #Constraints:      34302
94.38/94.81	c #Conflicts:     573000 | #Constraints:      35302
94.38/94.81	c #Conflicts:     574000 | #Constraints:      36302
94.38/94.81	c #Conflicts:     575000 | #Constraints:      37302
94.38/94.81	c #Conflicts:     576000 | #Constraints:      38302
94.38/94.81	c INPROCESSING
94.38/94.81	c GARBAGE COLLECT
94.38/94.81	c #Conflicts:     577000 | #Constraints:      24299
94.38/94.81	c #Conflicts:     578000 | #Constraints:      25299
94.38/94.81	c #Conflicts:     579000 | #Constraints:      26299
94.38/94.81	c #Conflicts:     580000 | #Constraints:      27299
94.38/94.81	c #Conflicts:     581000 | #Constraints:      28299
94.38/94.81	c #Conflicts:     582000 | #Constraints:      29299
94.38/94.81	c #Conflicts:     583000 | #Constraints:      30300
94.38/94.81	c #Conflicts:     584000 | #Constraints:      31300
94.38/94.81	c #Conflicts:     585000 | #Constraints:      32300
94.38/94.81	c #Conflicts:     586000 | #Constraints:      33300
94.38/94.81	c #Conflicts:     587000 | #Constraints:      34300
94.38/94.81	c #Conflicts:     588000 | #Constraints:      35300
94.38/94.81	c #Conflicts:     589000 | #Constraints:      36300
94.38/94.81	c #Conflicts:     590000 | #Constraints:      37300
94.38/94.81	c #Conflicts:     591000 | #Constraints:      38300
94.38/94.81	c INPROCESSING
94.38/94.81	c GARBAGE COLLECT
94.38/94.81	WSVECS04 Frhs2[20]: 6 0 9.93912 shouldn't be
94.38/94.81	WSVECS04 Frhs2[22]: 6 0 8.62566 shouldn't be
94.38/94.81	WSVECS04 Frhs2[29]: 6 0 9.93914 shouldn't be
94.38/94.81	WSVECS04 Frhs2[46]: 6 0 38.7293 shouldn't be
94.38/94.81	WSVECS04 Frhs2[50]: 6 0 28.2165 shouldn't be
94.38/94.81	WSVECS04 Frhs2[54]: 6 0 29.9375 shouldn't be
94.38/94.81	WSVECS04 Frhs2[61]: 6 0 4.55322 shouldn't be
94.38/94.81	WSVECS04 Frhs2[62]: 6 0 7.39101 shouldn't be
94.38/94.81	WSVECS04 Frhs2[64]: 6 0 24.07 shouldn't be
94.38/94.81	WSVECS04 Frhs2[65]: 6 0 38.1888 shouldn't be
94.38/94.81	WSVECS04 Frhs2[68]: 6 0 55.2749 shouldn't be
94.38/94.81	WSVECS04 Frhs2[70]: 6 0 55.5427 shouldn't be
94.38/94.81	WSVECS04 Frhs2[77]: 6 0 14.9901 shouldn't be
94.38/94.81	WSVECS04 Frhs2[82]: 6 0 38.4171 shouldn't be
94.38/94.81	WSVECS04 Frhs2[86]: 6 0 78.6437 shouldn't be
94.38/94.81	WSVECS04 Frhs2[99]: 6 0 0.490658 shouldn't be
94.38/94.81	WSVECS04 Frhs2[139]: 6 0 0.49071 shouldn't be
94.38/94.81	WSVECS04 Frhs2[146]: 6 0 16.4221 shouldn't be
94.38/94.81	WSVECS04 Frhs2[165]: 6 -1.00003 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[166]: 6 0 78.6438 shouldn't be
94.38/94.81	WSVECS04 Frhs2[179]: 6 0 0.490653 shouldn't be
94.38/94.81	WSVECS04 Frhs2[193]: 6 0 46.5211 shouldn't be
94.38/94.81	WSVECS04 Frhs2[202]: 6 -4.5425 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[229]: 6 -1.00007 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[233]: 6 0 46.5211 shouldn't be
94.38/94.81	WSVECS04 Frhs2[250]: 6 -6.28478 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[262]: 6 0 59.7749 shouldn't be
94.38/94.81	WSVECS04 Frhs2[263]: 6 -6.27333 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[273]: 6 0 46.5211 shouldn't be
94.38/94.81	WSVECS04 Frhs2[307]: 6 0 79.3899 shouldn't be
94.38/94.81	WSVECS04 Frhs2[313]: 6 0 46.5211 shouldn't be
94.38/94.81	WSVECS04 Frhs2[339]: 6 0 119.287 shouldn't be
94.38/94.81	WSVECS04 Frhs2[347]: 6 0 79.3898 shouldn't be
94.38/94.81	WSVECS04 Frhs2[348]: 6 -12.8689 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[353]: 6 0 46.5211 shouldn't be
94.38/94.81	WSVECS04 Frhs2[402]: 6 0 11.8689 shouldn't be
94.38/94.81	WSVECS04 Frhs2[421]: 6 -1.00008 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[426]: 6 0 16.4221 shouldn't be
94.38/94.81	WSVECS04 Frhs2[442]: 6 0 11.8689 shouldn't be
94.38/94.81	WSVECS04 Frhs2[446]: 6 0 78.6438 shouldn't be
94.38/94.81	WSVECS04 Frhs2[466]: 6 0 16.422 shouldn't be
94.38/94.81	WSVECS04 Frhs2[467]: 6 0 79.3899 shouldn't be
94.38/94.81	WSVECS04 Frhs2[469]: 6 -1.00003 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[475]: 6 -0.158342 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[563]: 6 -15.2757 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[616]: 6 0 79.4686 shouldn't be
94.38/94.81	WSVECS04 Frhs2[619]: 6 0 119.287 shouldn't be
94.38/94.81	WSVECS04 Frhs2[640]: 6 0 21.1527 shouldn't be
94.38/94.81	WSVECS04 Frhs2[656]: 6 0 79.7139 shouldn't be
94.38/94.81	WSVECS04 Frhs2[668]: 6 0 6.24105 shouldn't be
94.38/94.81	WSVECS04 Frhs2[680]: 6 0 4.26981 shouldn't be
94.38/94.81	WSVECS04 Frhs2[708]: 6 0 6.2411 shouldn't be
94.38/94.81	WSVECS04 Frhs2[723]: 6 0 1.4069 shouldn't be
94.38/94.81	WSVECS04 Frhs2[739]: 6 0 0.4907 shouldn't be
94.38/94.81	WSVECS04 Frhs2[747]: 6 0 79.3898 shouldn't be
94.38/94.81	WSVECS04 Frhs2[748]: 6 0 6.24112 shouldn't be
94.38/94.81	WSVECS04 Frhs2[763]: 6 0 1.4069 shouldn't be
94.38/94.81	WSVECS04 Frhs2[767]: 6 0 11.869 shouldn't be
94.38/94.81	WSVECS04 Frhs2[786]: 6 0 16.4221 shouldn't be
94.38/94.81	WSVECS04 Frhs2[790]: 6 0 76.3877 shouldn't be
94.38/94.81	WSVECS04 Frhs2[800]: 6 0 4.26983 shouldn't be
94.38/94.81	WSVECS04 Frhs2[803]: 6 -3.1464 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[807]: 6 0 11.8689 shouldn't be
94.38/94.81	WSVECS04 Frhs2[819]: 6 0 0.49065 shouldn't be
94.38/94.81	WSVECS04 Frhs2[822]: 6 0 59.7749 shouldn't be
94.38/94.81	WSVECS04 Frhs2[826]: 6 0 16.4221 shouldn't be
94.38/94.81	WSVECS04 Frhs2[828]: 6 0 18.1099 shouldn't be
94.38/94.81	WSVECS04 Frhs2[830]: 6 0 76.3877 shouldn't be
94.38/94.81	WSVECS04 Frhs2[840]: 6 0 4.26983 shouldn't be
94.38/94.81	WSVECS04 Frhs2[847]: 6 0 11.869 shouldn't be
94.38/94.81	WSVECS04 Frhs2[859]: 6 0 0.490664 shouldn't be
94.38/94.81	WSVECS04 Frhs2[862]: 6 0 59.7749 shouldn't be
94.38/94.81	WSVECS04 Frhs2[908]: 6 0 0.876082 shouldn't be
94.38/94.81	WSVECS04 Frhs2[915]: 6 0 5.07389 shouldn't be
94.38/94.81	WSVECS04 Frhs2[920]: 6 0 16.8829 shouldn't be
94.38/94.81	WSVECS04 Frhs2[934]: 6 -0.118037 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[948]: 6 0 0.876084 shouldn't be
94.38/94.81	WSVECS04 Frhs2[966]: 6 0 78.6437 shouldn't be
94.38/94.81	WSVECS04 Frhs2[976]: 6 0 79.7139 shouldn't be
94.38/94.81	WSVECS04 Frhs2[988]: 6 0 0.876147 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1000]: 6 0 17.8828 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1006]: 6 0 78.6438 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1012]: 6 -0.0272885 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1028]: 6 0 0.876105 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1080]: 6 0 17.8828 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1093]: 6 -1.00006 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1108]: 6 0 4.07392 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1110]: 6 0 6.93913 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1121]: 6 -1.00004 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1153]: 6 0 46.5211 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1160]: 6 0 1.00002 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1170]: 6 -1.00001 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1189]: 6 0 1.00009 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1207]: 6 0 11.869 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1211]: 6 0 1.00005 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1219]: 6 0 119.287 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1258]: 6 -1.0001 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1259]: 6 -0.490718 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1283]: 6 0 1.00009 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1323]: 6 0 1.00009 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1324]: 6 -8.85599 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1359]: 6 -1.00004 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1360]: 6 0 1.00009 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1361]: 6 -1.00008 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1370]: 6 0 1.00007 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1392]: 6 0 19.7666 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1410]: 6 0 1.00006 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1438]: 6 0 11.8689 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1450]: 6 0 1.00001 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1464]: 6 0 9.93911 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1472]: 6 0 19.7666 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1499]: 6 0 118.796 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1512]: 6 0 19.7666 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1539]: 6 0 119.287 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1570]: 6 0 1.00003 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1579]: 6 0 119.287 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1626]: 6 0 16.422 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1629]: 6 -1.00006 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1633]: 6 0 1.00002 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1699]: 6 0 118.796 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1723]: 6 -1.00003 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1724]: 6 -1.00009 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1725]: 6 -1.00002 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1726]: 6 -1.00001 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1727]: 6 -1.00005 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1728]: 6 -1.00001 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1732]: 6 -1.00002 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1786]: 6 -3.00007 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1806]: 6 -1.00003 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1831]: 6 -1.00006 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1833]: 6 -1.0001 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1834]: 6 -1.00008 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1853]: 6 -1.00009 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1854]: 6 -1.00009 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1855]: 6 -1.00004 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1859]: 6 -1.00005 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1877]: 6 -1.00004 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1878]: 6 -1.00003 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1879]: 6 -1.00004 0 shouldn't be
94.38/94.81	WSVECS04 Frhs2[1887]: 6 -1.00009 0 shouldn't be
94.68/95.11	WSVECS04 Frhs2[66]: 6 0 41.6806 shouldn't be
94.68/95.11	WSVECS04 Frhs2[74]: 6 0 46.2219 shouldn't be
94.68/95.11	WSVECS04 Frhs2[78]: 6 0 14.9901 shouldn't be
94.68/95.11	WSVECS04 Frhs2[79]: 6 0 36.3225 shouldn't be
94.68/95.11	WSVECS04 Frhs2[103]: 6 0 5.27331 shouldn't be
94.68/95.11	WSVECS04 Frhs2[122]: 6 0 11.8689 shouldn't be
94.68/95.11	WSVECS04 Frhs2[147]: 6 0 53.4672 shouldn't be
94.68/95.11	WSVECS04 Frhs2[153]: 6 0 46.5211 shouldn't be
94.68/95.11	WSVECS04 Frhs2[187]: 6 0 79.3899 shouldn't be
94.68/95.11	WSVECS04 Frhs2[498]: 6 -1.00002 0 shouldn't be
94.68/95.11	WSVECS04 Frhs2[633]: 6 0 46.5211 shouldn't be
94.68/95.11	WSVECS04 Frhs2[1193]: 6 0 46.5211 shouldn't be
94.68/95.11	WSVECS04 Frhs2[1248]: 6 -1.00009 0 shouldn't be
94.68/95.11	WSVECS04 Frhs2[1380]: 6 -1.00002 0 shouldn't be
94.68/95.11	WSVECS04 Frhs2[1517]: 6 -1.00004 0 shouldn't be
94.68/95.11	WSVECS04 Frhs2[1651]: 6 -1.00005 0 shouldn't be
94.68/95.11	WSVECS04 Frhs2[1805]: 6 -1.00008 0 shouldn't be
94.68/95.11	WSVECS04 Frhs2[1822]: 6 -1.00007 0 shouldn't be
94.68/95.11	WSVECS04 Frhs2[1823]: 6 -1.00001 0 shouldn't be
94.68/95.11	WSVECS04 Frhs2[1824]: 6 -1.00005 0 shouldn't be
94.68/95.11	WSVECS04 Frhs2[1851]: 6 -1.00005 0 shouldn't be
94.88/95.33	WSVECS04 Frhs2[289]: 6 0 11.8689 shouldn't be
94.88/95.33	WSVECS04 Frhs2[403]: 6 0 15.2757 shouldn't be
94.88/95.33	WSVECS04 Frhs2[425]: 6 0 11.869 shouldn't be
94.88/95.33	WSVECS04 Frhs2[434]: 6 0 7.47489 shouldn't be
94.88/95.33	WSVECS04 Frhs2[443]: 6 0 14.2586 shouldn't be
94.88/95.33	WSVECS04 Frhs2[963]: 6 0 12.869 shouldn't be
94.88/95.33	WSVECS04 Frhs2[1524]: 6 0 15.8162 shouldn't be
94.88/95.33	WSVECS04 Frhs2[1814]: 6 0 28.4144 shouldn't be
94.88/95.33	WSVECS04 Frhs2[1850]: 6 -1.0001 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[20]: 6 0 9.93908 shouldn't be
95.08/95.54	WSVECS04 Frhs2[22]: 6 0 8.62563 shouldn't be
95.08/95.54	WSVECS04 Frhs2[29]: 6 0 9.93908 shouldn't be
95.08/95.54	WSVECS04 Frhs2[46]: 6 0 38.7293 shouldn't be
95.08/95.54	WSVECS04 Frhs2[47]: 6 0 38.7293 shouldn't be
95.08/95.54	WSVECS04 Frhs2[50]: 6 0 28.2164 shouldn't be
95.08/95.54	WSVECS04 Frhs2[54]: 6 0 29.9374 shouldn't be
95.08/95.54	WSVECS04 Frhs2[61]: 6 0 4.55314 shouldn't be
95.08/95.54	WSVECS04 Frhs2[62]: 6 0 7.39097 shouldn't be
95.08/95.54	WSVECS04 Frhs2[64]: 6 0 24.0699 shouldn't be
95.08/95.54	WSVECS04 Frhs2[73]: 6 0 40.8452 shouldn't be
95.08/95.54	WSVECS04 Frhs2[99]: 6 0 0.490638 shouldn't be
95.08/95.54	WSVECS04 Frhs2[126]: 6 0 78.6437 shouldn't be
95.08/95.54	WSVECS04 Frhs2[139]: 6 0 0.490638 shouldn't be
95.08/95.54	WSVECS04 Frhs2[146]: 6 0 16.422 shouldn't be
95.08/95.54	WSVECS04 Frhs2[165]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[193]: 6 0 46.521 shouldn't be
95.08/95.54	WSVECS04 Frhs2[219]: 6 0 0.490639 shouldn't be
95.08/95.54	WSVECS04 Frhs2[222]: 6 0 59.7748 shouldn't be
95.08/95.54	WSVECS04 Frhs2[229]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[250]: 6 -6.28474 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[259]: 6 0 0.490639 shouldn't be
95.08/95.54	WSVECS04 Frhs2[263]: 6 -6.27323 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[273]: 6 0 46.521 shouldn't be
95.08/95.54	WSVECS04 Frhs2[289]: 6 0 11.8689 shouldn't be
95.08/95.54	WSVECS04 Frhs2[307]: 6 0 79.3898 shouldn't be
95.08/95.54	WSVECS04 Frhs2[313]: 6 0 46.521 shouldn't be
95.08/95.54	WSVECS04 Frhs2[347]: 6 0 79.3898 shouldn't be
95.08/95.54	WSVECS04 Frhs2[353]: 6 0 46.521 shouldn't be
95.08/95.54	WSVECS04 Frhs2[360]: 6 0 21.1526 shouldn't be
95.08/95.54	WSVECS04 Frhs2[402]: 6 0 11.8689 shouldn't be
95.08/95.54	WSVECS04 Frhs2[421]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[426]: 6 0 16.422 shouldn't be
95.08/95.54	WSVECS04 Frhs2[427]: 6 0 79.3898 shouldn't be
95.08/95.54	WSVECS04 Frhs2[442]: 6 0 11.8689 shouldn't be
95.08/95.54	WSVECS04 Frhs2[466]: 6 0 16.422 shouldn't be
95.08/95.54	WSVECS04 Frhs2[469]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[475]: 6 -0.158266 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[498]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[563]: 6 -15.2757 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[616]: 6 0 79.4685 shouldn't be
95.08/95.54	WSVECS04 Frhs2[633]: 6 0 46.521 shouldn't be
95.08/95.54	WSVECS04 Frhs2[640]: 6 0 21.1526 shouldn't be
95.08/95.54	WSVECS04 Frhs2[659]: 6 0 0.490639 shouldn't be
95.08/95.54	WSVECS04 Frhs2[668]: 6 0 6.24103 shouldn't be
95.08/95.54	WSVECS04 Frhs2[670]: 6 -0.523546 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[680]: 6 0 4.2698 shouldn't be
95.08/95.54	WSVECS04 Frhs2[699]: 6 0 0.490639 shouldn't be
95.08/95.54	WSVECS04 Frhs2[720]: 6 0 4.2698 shouldn't be
95.08/95.54	WSVECS04 Frhs2[739]: 6 0 0.490638 shouldn't be
95.08/95.54	WSVECS04 Frhs2[746]: 6 0 16.422 shouldn't be
95.08/95.54	WSVECS04 Frhs2[747]: 6 0 79.3898 shouldn't be
95.08/95.54	WSVECS04 Frhs2[763]: 6 0 1.40681 shouldn't be
95.08/95.54	WSVECS04 Frhs2[767]: 6 0 11.8689 shouldn't be
95.08/95.54	WSVECS04 Frhs2[786]: 6 0 16.422 shouldn't be
95.08/95.54	WSVECS04 Frhs2[788]: 6 0 18.1099 shouldn't be
95.08/95.54	WSVECS04 Frhs2[800]: 6 0 4.2698 shouldn't be
95.08/95.54	WSVECS04 Frhs2[803]: 6 -3.14633 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[807]: 6 0 11.8689 shouldn't be
95.08/95.54	WSVECS04 Frhs2[819]: 6 0 0.490638 shouldn't be
95.08/95.54	WSVECS04 Frhs2[822]: 6 0 59.7748 shouldn't be
95.08/95.54	WSVECS04 Frhs2[826]: 6 0 16.422 shouldn't be
95.08/95.54	WSVECS04 Frhs2[828]: 6 0 18.1099 shouldn't be
95.08/95.54	WSVECS04 Frhs2[847]: 6 0 11.8689 shouldn't be
95.08/95.54	WSVECS04 Frhs2[875]: 6 0 5.07386 shouldn't be
95.08/95.54	WSVECS04 Frhs2[920]: 6 0 16.8828 shouldn't be
95.08/95.54	WSVECS04 Frhs2[934]: 6 -0.117973 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[960]: 6 0 17.8828 shouldn't be
95.08/95.54	WSVECS04 Frhs2[966]: 6 0 78.6437 shouldn't be
95.08/95.54	WSVECS04 Frhs2[988]: 6 0 0.876071 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1006]: 6 0 78.6437 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1012]: 6 -0.0272648 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1028]: 6 0 0.876071 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1040]: 6 0 17.8828 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1080]: 6 0 17.8828 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1101]: 6 0 1 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1110]: 6 0 6.93908 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1153]: 6 0 46.521 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1160]: 6 0 1 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1167]: 6 0 11.8689 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1170]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1179]: 6 0 119.287 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1189]: 6 0 1 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1207]: 6 0 11.8689 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1211]: 6 0 1 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1219]: 6 0 119.287 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1259]: 6 -0.490639 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1283]: 6 0 1 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1323]: 6 0 1 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1359]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1360]: 6 0 1 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1361]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1370]: 6 0 1 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1392]: 6 0 19.7665 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1410]: 6 0 1 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1450]: 6 0 1 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1464]: 6 0 9.93908 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1472]: 6 0 19.7665 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1499]: 6 0 118.796 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1512]: 6 0 19.7665 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1517]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1539]: 6 0 119.287 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1570]: 6 0 1 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1579]: 6 0 119.287 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1619]: 6 0 119.287 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1629]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1659]: 6 0 119.287 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1666]: 6 0 16.3896 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1699]: 6 0 118.796 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1706]: 6 0 16.422 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1723]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1724]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1725]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1726]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1727]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1728]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1732]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1786]: 6 -3 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1805]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1806]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1822]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1823]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1824]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1831]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1833]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1834]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1853]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1854]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1855]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1877]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1879]: 6 -1 0 shouldn't be
95.08/95.54	WSVECS04 Frhs2[1887]: 6 -1 0 shouldn't be
104.74/105.27	c #Conflicts:     592000 | #Constraints:      24098
104.74/105.27	c #Conflicts:     593000 | #Constraints:      25098
104.74/105.27	c #Conflicts:     594000 | #Constraints:      26098
104.74/105.27	c #Conflicts:     595000 | #Constraints:      27098
104.74/105.27	c #Conflicts:     596000 | #Constraints:      28098
104.74/105.27	c #Conflicts:     597000 | #Constraints:      29098
104.74/105.27	c #Conflicts:     598000 | #Constraints:      30098
104.74/105.27	c #Conflicts:     599000 | #Constraints:      31098
104.74/105.27	c #Conflicts:     600000 | #Constraints:      32098
104.74/105.27	c #Conflicts:     601000 | #Constraints:      33098
104.74/105.27	c #Conflicts:     602000 | #Constraints:      34098
104.74/105.27	c #Conflicts:     603000 | #Constraints:      35098
104.74/105.27	c #Conflicts:     604000 | #Constraints:      36098
104.74/105.27	c #Conflicts:     605000 | #Constraints:      37098
104.74/105.27	c #Conflicts:     606000 | #Constraints:      38098
104.74/105.27	c #Conflicts:     607000 | #Constraints:      39098
104.74/105.27	c INPROCESSING
104.74/105.27	c GARBAGE COLLECT
104.74/105.27	c #Conflicts:     608000 | #Constraints:      24707
104.74/105.27	c #Conflicts:     609000 | #Constraints:      25707
104.74/105.27	c #Conflicts:     610000 | #Constraints:      26707
104.74/105.27	c #Conflicts:     611000 | #Constraints:      27707
104.74/105.27	c #Conflicts:     612000 | #Constraints:      28707
104.74/105.27	c #Conflicts:     613000 | #Constraints:      29707
104.74/105.27	c #Conflicts:     614000 | #Constraints:      30707
104.74/105.27	c #Conflicts:     615000 | #Constraints:      31707
104.74/105.27	c #Conflicts:     616000 | #Constraints:      32707
104.74/105.27	c #Conflicts:     617000 | #Constraints:      33707
104.74/105.27	c #Conflicts:     618000 | #Constraints:      34707
104.74/105.27	c #Conflicts:     619000 | #Constraints:      35707
104.74/105.27	c #Conflicts:     620000 | #Constraints:      36707
104.74/105.27	c #Conflicts:     621000 | #Constraints:      37707
104.74/105.27	c #Conflicts:     622000 | #Constraints:      38707
104.74/105.27	c #Conflicts:     623000 | #Constraints:      39707
104.74/105.27	c INPROCESSING
104.74/105.27	c GARBAGE COLLECT
104.74/105.27	c #Conflicts:     624000 | #Constraints:      25110
104.74/105.27	c #Conflicts:     625000 | #Constraints:      26110
104.74/105.27	c #Conflicts:     626000 | #Constraints:      27110
104.74/105.27	c #Conflicts:     627000 | #Constraints:      28110
104.74/105.27	c #Conflicts:     628000 | #Constraints:      29110
104.74/105.27	c #Conflicts:     629000 | #Constraints:      30110
104.74/105.27	c #Conflicts:     630000 | #Constraints:      31110
104.74/105.27	c #Conflicts:     631000 | #Constraints:      32110
104.74/105.27	c #Conflicts:     632000 | #Constraints:      33110
104.74/105.27	c #Conflicts:     633000 | #Constraints:      34110
104.74/105.27	c #Conflicts:     634000 | #Constraints:      35110
104.74/105.27	c #Conflicts:     635000 | #Constraints:      36110
104.74/105.27	c #Conflicts:     636000 | #Constraints:      37110
104.74/105.27	c #Conflicts:     637000 | #Constraints:      38110
104.74/105.27	c #Conflicts:     638000 | #Constraints:      39110
104.74/105.27	c #Conflicts:     639000 | #Constraints:      40110
104.74/105.27	c INPROCESSING
104.74/105.27	c GARBAGE COLLECT
104.74/105.27	c #Conflicts:     640000 | #Constraints:      25299
104.74/105.27	c #Conflicts:     641000 | #Constraints:      26299
104.74/105.27	c #Conflicts:     642000 | #Constraints:      27299
104.74/105.27	c #Conflicts:     643000 | #Constraints:      28299
104.74/105.27	c #Conflicts:     644000 | #Constraints:      29299
104.74/105.27	c #Conflicts:     645000 | #Constraints:      30299
104.74/105.27	c #Conflicts:     646000 | #Constraints:      31299
104.74/105.27	c #Conflicts:     647000 | #Constraints:      32299
104.74/105.27	c #Conflicts:     648000 | #Constraints:      33299
104.74/105.27	c #Conflicts:     649000 | #Constraints:      34299
104.74/105.27	c #Conflicts:     650000 | #Constraints:      35299
104.74/105.27	c #Conflicts:     651000 | #Constraints:      36299
104.74/105.27	c #Conflicts:     652000 | #Constraints:      37299
104.74/105.27	WSVECS04 Frhs2[45]: 6 -1.00007 0 shouldn't be
104.74/105.27	WSVECS04 Frhs2[55]: 6 -10.8586 0 shouldn't be
104.74/105.27	WSVECS04 Frhs2[68]: 6 -74.001 0 shouldn't be
104.74/105.27	WSVECS04 Frhs2[75]: 6 -21.4783 0 shouldn't be
104.74/105.27	WSVECS04 Frhs2[77]: 6 0 0.419715 shouldn't be
104.74/105.27	WSVECS04 Frhs2[113]: 6 0 43.8889 shouldn't be
104.74/105.27	WSVECS04 Frhs2[136]: 6 0 2.97899 shouldn't be
104.74/105.27	WSVECS04 Frhs2[153]: 6 0 43.8889 shouldn't be
104.74/105.27	WSVECS04 Frhs2[164]: 6 0 2.9661 shouldn't be
104.74/105.27	WSVECS04 Frhs2[186]: 6 0 5.63546 shouldn't be
104.74/105.27	WSVECS04 Frhs2[224]: 6 0 18.4995 shouldn't be
104.74/105.27	WSVECS04 Frhs2[232]: 6 0 10.775 shouldn't be
104.74/105.27	WSVECS04 Frhs2[249]: 6 -1.00004 0 shouldn't be
104.74/105.27	WSVECS04 Frhs2[278]: 6 0 1.00003 shouldn't be
104.74/105.27	WSVECS04 Frhs2[289]: 6 0 12.1864 shouldn't be
104.74/105.27	WSVECS04 Frhs2[384]: 6 0 18.4995 shouldn't be
104.74/105.27	WSVECS04 Frhs2[592]: 6 0 10.7749 shouldn't be
104.74/105.27	WSVECS04 Frhs2[596]: 6 0 114.34 shouldn't be
104.74/105.27	WSVECS04 Frhs2[622]: 6 0 43.8888 shouldn't be
104.74/105.27	WSVECS04 Frhs2[629]: 6 0 1.00004 shouldn't be
104.74/105.27	WSVECS04 Frhs2[632]: 6 0 10.7749 shouldn't be
104.74/105.27	WSVECS04 Frhs2[643]: 6 0 1.00002 shouldn't be
104.74/105.27	WSVECS04 Frhs2[665]: 6 0 1.00007 shouldn't be
104.74/105.27	WSVECS04 Frhs2[675]: 6 0 43.5836 shouldn't be
104.74/105.27	WSVECS04 Frhs2[680]: 6 0 19.4022 shouldn't be
104.74/105.27	WSVECS04 Frhs2[690]: 6 0 9.19462 shouldn't be
104.74/105.27	WSVECS04 Frhs2[694]: 6 -1.0001 0 shouldn't be
104.74/105.27	WSVECS04 Frhs2[715]: 6 0 43.5837 shouldn't be
104.74/105.27	WSVECS04 Frhs2[718]: 6 0 1.0001 shouldn't be
104.74/105.27	WSVECS04 Frhs2[720]: 6 0 19.4022 shouldn't be
104.74/105.27	WSVECS04 Frhs2[729]: 6 0 13.1865 shouldn't be
104.74/105.27	WSVECS04 Frhs2[730]: 6 0 9.19466 shouldn't be
104.74/105.27	WSVECS04 Frhs2[748]: 6 0 3.77828 shouldn't be
104.74/105.27	WSVECS04 Frhs2[752]: 6 0 10.7749 shouldn't be
104.74/105.27	WSVECS04 Frhs2[755]: 6 0 43.5837 shouldn't be
104.74/105.27	WSVECS04 Frhs2[762]: 6 0 1.62214 shouldn't be
104.74/105.27	WSVECS04 Frhs2[966]: 6 0 1.00009 shouldn't be
104.74/105.27	WSVECS04 Frhs2[994]: 6 0 1.00006 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1034]: 6 0 1.00002 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1036]: 6 0 114.34 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1064]: 6 0 18.4995 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1067]: 6 0 86.754 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1083]: 6 0 1.00003 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1151]: 6 0 2.00006 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1190]: 6 0 43.4722 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1203]: 6 0 13.7668 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1227]: 6 0 86.754 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1229]: 6 0 1.00003 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1230]: 6 0 43.4722 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1231]: 6 0 1.00008 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1262]: 6 0 43.8889 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1268]: 6 0 13.7667 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1269]: 6 0 1.00009 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1270]: 6 0 43.4722 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1282]: 6 0 1.00003 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1336]: 6 0 25.0843 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1383]: 6 0 1.00004 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1386]: 6 0 6.63545 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1424]: 6 0 18.4995 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1432]: 6 0 10.775 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1686]: 6 0 29.2029 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1840]: 6 -2.00004 0 shouldn't be
104.74/105.27	WSVECS04 Frhs2[1885]: 6 -1.00002 0 shouldn't be
111.02/111.59	c #Conflicts:     653000 | #Constraints:      38300
111.02/111.59	c #Conflicts:     654000 | #Constraints:      39300
111.02/111.59	c #Conflicts:     655000 | #Constraints:      40300
111.02/111.59	c INPROCESSING
111.02/111.59	c GARBAGE COLLECT
111.02/111.59	c #Conflicts:     656000 | #Constraints:      25314
111.02/111.59	c #Conflicts:     657000 | #Constraints:      26314
111.02/111.59	c #Conflicts:     658000 | #Constraints:      27314
111.02/111.59	c #Conflicts:     659000 | #Constraints:      28314
111.02/111.59	c #Conflicts:     660000 | #Constraints:      29314
111.02/111.59	c #Conflicts:     661000 | #Constraints:      30314
111.02/111.59	c #Conflicts:     662000 | #Constraints:      31314
111.02/111.59	c #Conflicts:     663000 | #Constraints:      32314
111.02/111.59	c #Conflicts:     664000 | #Constraints:      33314
111.02/111.59	c #Conflicts:     665000 | #Constraints:      34314
111.02/111.59	c #Conflicts:     666000 | #Constraints:      35314
111.02/111.59	c #Conflicts:     667000 | #Constraints:      36314
111.02/111.59	c #Conflicts:     668000 | #Constraints:      37314
111.02/111.59	c #Conflicts:     669000 | #Constraints:      38314
111.02/111.59	c #Conflicts:     670000 | #Constraints:      39314
111.02/111.59	c #Conflicts:     671000 | #Constraints:      40314
111.02/111.59	c INPROCESSING
111.02/111.59	c GARBAGE COLLECT
111.02/111.59	c #Conflicts:     672000 | #Constraints:      25101
111.02/111.59	c #Conflicts:     673000 | #Constraints:      26101
111.02/111.59	c #Conflicts:     674000 | #Constraints:      27101
111.02/111.59	c #Conflicts:     675000 | #Constraints:      28101
111.02/111.59	c #Conflicts:     676000 | #Constraints:      29101
111.02/111.59	c #Conflicts:     677000 | #Constraints:      30101
111.02/111.59	c #Conflicts:     678000 | #Constraints:      31101
111.02/111.59	c #Conflicts:     679000 | #Constraints:      32101
111.02/111.59	c #Conflicts:     680000 | #Constraints:      33102
111.02/111.59	c #Conflicts:     681000 | #Constraints:      34102
111.02/111.59	c #Conflicts:     682000 | #Constraints:      35102
111.02/111.59	c #Conflicts:     683000 | #Constraints:      36102
111.02/111.59	c #Conflicts:     684000 | #Constraints:      37102
111.02/111.59	c #Conflicts:     685000 | #Constraints:      38102
111.02/111.59	c #Conflicts:     686000 | #Constraints:      39102
111.02/111.59	c #Conflicts:     687000 | #Constraints:      40102
111.02/111.59	c #Conflicts:     688000 | #Constraints:      41102
111.02/111.59	c INPROCESSING
111.02/111.59	c GARBAGE COLLECT
111.02/111.59	WSVECS04 Frhs2[932]: 6 -0.944827 0 shouldn't be
117.20/117.71	c #Conflicts:     689000 | #Constraints:      25701
117.20/117.71	c #Conflicts:     690000 | #Constraints:      26701
117.20/117.71	c #Conflicts:     691000 | #Constraints:      27701
117.20/117.71	c #Conflicts:     692000 | #Constraints:      28701
117.20/117.71	c #Conflicts:     693000 | #Constraints:      29701
117.20/117.71	c #Conflicts:     694000 | #Constraints:      30701
117.20/117.71	c #Conflicts:     695000 | #Constraints:      31701
117.20/117.71	c #Conflicts:     696000 | #Constraints:      32701
117.20/117.71	c #Conflicts:     697000 | #Constraints:      33701
117.20/117.71	c #Conflicts:     698000 | #Constraints:      34701
117.20/117.71	c #Conflicts:     699000 | #Constraints:      35701
117.20/117.71	c #Conflicts:     700000 | #Constraints:      36701
117.20/117.71	c #Conflicts:     701000 | #Constraints:      37701
117.20/117.71	c #Conflicts:     702000 | #Constraints:      38701
117.20/117.71	c #Conflicts:     703000 | #Constraints:      39701
117.20/117.71	c #Conflicts:     704000 | #Constraints:      40701
117.20/117.71	c #Conflicts:     705000 | #Constraints:      41701
117.20/117.71	c INPROCESSING
117.20/117.71	c GARBAGE COLLECT
117.20/117.71	c #Conflicts:     706000 | #Constraints:      26118
117.20/117.71	c #Conflicts:     707000 | #Constraints:      27118
117.20/117.71	c #Conflicts:     708000 | #Constraints:      28118
117.20/117.71	c #Conflicts:     709000 | #Constraints:      29118
117.20/117.71	c #Conflicts:     710000 | #Constraints:      30118
117.20/117.71	c #Conflicts:     711000 | #Constraints:      31118
117.20/117.71	c #Conflicts:     712000 | #Constraints:      32118
117.20/117.71	c #Conflicts:     713000 | #Constraints:      33119
117.20/117.71	c #Conflicts:     714000 | #Constraints:      34119
117.20/117.71	c #Conflicts:     715000 | #Constraints:      35119
117.20/117.71	c #Conflicts:     716000 | #Constraints:      36119
117.20/117.71	c #Conflicts:     717000 | #Constraints:      37119
117.20/117.71	c #Conflicts:     718000 | #Constraints:      38119
117.20/117.71	c #Conflicts:     719000 | #Constraints:      39119
117.20/117.71	c #Conflicts:     720000 | #Constraints:      40119
117.20/117.71	c #Conflicts:     721000 | #Constraints:      41119
117.20/117.71	c #Conflicts:     722000 | #Constraints:      42119
117.20/117.71	c INPROCESSING
117.20/117.71	c GARBAGE COLLECT
117.20/117.71	WSVECS04 Frhs2[56]: 6 -1.11012 0 shouldn't be
117.20/117.71	WSVECS04 Frhs2[62]: 6 -1.10631 0 shouldn't be
117.20/117.71	WSVECS04 Frhs2[65]: 6 -1.6793 0 shouldn't be
117.20/117.71	WSVECS04 Frhs2[69]: 6 -0.486895 0 shouldn't be
117.20/117.71	WSVECS04 Frhs2[70]: 6 0 8.52019 shouldn't be
117.20/117.71	WSVECS04 Frhs2[71]: 6 -1.72455 0 shouldn't be
117.20/117.71	WSVECS04 Frhs2[74]: 6 -1.89022 0 shouldn't be
117.20/117.71	WSVECS04 Frhs2[309]: 6 0 1 shouldn't be
117.20/117.71	WSVECS04 Frhs2[502]: 6 0 0.5 shouldn't be
117.20/117.71	WSVECS04 Frhs2[503]: 6 0 0.612428 shouldn't be
117.20/117.71	WSVECS04 Frhs2[514]: 6 0 1 shouldn't be
117.20/117.71	WSVECS04 Frhs2[708]: 6 0 1.15344 shouldn't be
117.20/117.71	WSVECS04 Frhs2[715]: 6 0 0.503558 shouldn't be
117.20/117.71	WSVECS04 Frhs2[755]: 6 0 0.503559 shouldn't be
117.20/117.71	WSVECS04 Frhs2[795]: 6 0 0.503559 shouldn't be
117.20/117.71	WSVECS04 Frhs2[835]: 6 0 0.503559 shouldn't be
117.20/117.71	WSVECS04 Frhs2[958]: 6 0 1 shouldn't be
117.20/117.71	WSVECS04 Frhs2[984]: 6 0 0.795991 shouldn't be
117.20/117.71	WSVECS04 Frhs2[1046]: 6 0 0.671211 shouldn't be
117.20/117.71	WSVECS04 Frhs2[1259]: 6 0 0.00711628 shouldn't be
117.20/117.71	WSVECS04 Frhs2[1269]: 6 0 1 shouldn't be
117.20/117.71	WSVECS04 Frhs2[1309]: 6 0 1.43693 shouldn't be
117.20/117.71	WSVECS04 Frhs2[1349]: 6 0 0.436932 shouldn't be
117.20/117.71	WSVECS04 Frhs2[1376]: 6 0 0.0517918 shouldn't be
117.20/117.71	WSVECS04 Frhs2[1393]: 6 0 0.500001 shouldn't be
117.20/117.71	WSVECS04 Frhs2[1509]: 6 0 0.436933 shouldn't be
117.20/117.71	WSVECS04 Frhs2[1867]: 6 -1 0 shouldn't be
117.20/117.71	WSVECS04 Frhs2[1885]: 6 -1 0 shouldn't be
123.28/123.88	c #Conflicts:     723000 | #Constraints:      26317
123.28/123.88	c #Conflicts:     724000 | #Constraints:      27317
123.28/123.88	c #Conflicts:     725000 | #Constraints:      28317
123.28/123.88	c #Conflicts:     726000 | #Constraints:      29317
123.28/123.88	c #Conflicts:     727000 | #Constraints:      30317
123.28/123.88	c #Conflicts:     728000 | #Constraints:      31317
123.28/123.88	c #Conflicts:     729000 | #Constraints:      32317
123.28/123.88	c #Conflicts:     730000 | #Constraints:      33317
123.28/123.88	c #Conflicts:     731000 | #Constraints:      34317
123.28/123.88	c #Conflicts:     732000 | #Constraints:      35317
123.28/123.88	c #Conflicts:     733000 | #Constraints:      36317
123.28/123.88	c #Conflicts:     734000 | #Constraints:      37317
123.28/123.88	c #Conflicts:     735000 | #Constraints:      38317
123.28/123.88	c #Conflicts:     736000 | #Constraints:      39317
123.28/123.88	c #Conflicts:     737000 | #Constraints:      40317
123.28/123.88	c #Conflicts:     738000 | #Constraints:      41317
123.28/123.88	c #Conflicts:     739000 | #Constraints:      42317
123.28/123.88	c INPROCESSING
123.28/123.88	c GARBAGE COLLECT
123.28/123.88	c #Conflicts:     740000 | #Constraints:      26315
123.28/123.88	c #Conflicts:     741000 | #Constraints:      27315
123.28/123.88	c #Conflicts:     742000 | #Constraints:      28315
123.28/123.88	c #Conflicts:     743000 | #Constraints:      29315
123.28/123.88	c #Conflicts:     744000 | #Constraints:      30315
123.28/123.88	c #Conflicts:     745000 | #Constraints:      31315
123.28/123.88	c #Conflicts:     746000 | #Constraints:      32315
123.28/123.88	c #Conflicts:     747000 | #Constraints:      33315
123.28/123.88	c #Conflicts:     748000 | #Constraints:      34315
123.28/123.88	c #Conflicts:     749000 | #Constraints:      35315
123.28/123.88	c #Conflicts:     750000 | #Constraints:      36316
123.28/123.88	c #Conflicts:     751000 | #Constraints:      37316
123.28/123.88	c #Conflicts:     752000 | #Constraints:      38316
123.28/123.88	c #Conflicts:     753000 | #Constraints:      39316
123.28/123.88	c #Conflicts:     754000 | #Constraints:      40316
123.28/123.88	c #Conflicts:     755000 | #Constraints:      41316
123.28/123.88	c #Conflicts:     756000 | #Constraints:      42316
123.28/123.88	c INPROCESSING
123.28/123.88	c GARBAGE COLLECT
123.28/123.88	WSVECS04 Frhs2[44]: 6 -9.34868 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[45]: 6 -6.70915 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[49]: 6 -19.4658 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[53]: 6 0 0.94096 shouldn't be
123.28/123.88	WSVECS04 Frhs2[57]: 6 -9.71116 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[59]: 6 -19.3253 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[61]: 6 -15.6076 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[68]: 6 -10.3083 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[70]: 6 0 3.06975 shouldn't be
123.28/123.88	WSVECS04 Frhs2[71]: 6 -9.32915 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[72]: 6 -17.9911 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[74]: 6 -16.4978 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[76]: 6 0 1.54966 shouldn't be
123.28/123.88	WSVECS04 Frhs2[77]: 6 -8.2024 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[154]: 6 0 1.00002 shouldn't be
123.28/123.88	WSVECS04 Frhs2[219]: 6 -31.5836 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[234]: 6 0 2.93975 shouldn't be
123.28/123.88	WSVECS04 Frhs2[249]: 6 0 9.37565 shouldn't be
123.28/123.88	WSVECS04 Frhs2[250]: 6 0 9.01958 shouldn't be
123.28/123.88	WSVECS04 Frhs2[266]: 6 0 0.023619 shouldn't be
123.28/123.88	WSVECS04 Frhs2[271]: 6 0 1.00003 shouldn't be
123.28/123.88	WSVECS04 Frhs2[289]: 6 0 9.37568 shouldn't be
123.28/123.88	WSVECS04 Frhs2[304]: 6 0 4.0461 shouldn't be
123.28/123.88	WSVECS04 Frhs2[309]: 6 -1.00004 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[329]: 6 0 10.3523 shouldn't be
123.28/123.88	WSVECS04 Frhs2[372]: 6 0 0.944841 shouldn't be
123.28/123.88	WSVECS04 Frhs2[384]: 6 0 4.04607 shouldn't be
123.28/123.88	WSVECS04 Frhs2[558]: 6 0 10.3523 shouldn't be
123.28/123.88	WSVECS04 Frhs2[604]: 6 -0.503638 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[616]: 6 0 0.178347 shouldn't be
123.28/123.88	WSVECS04 Frhs2[622]: 6 0 16.5471 shouldn't be
123.28/123.88	WSVECS04 Frhs2[631]: 6 0 8.66198 shouldn't be
123.28/123.88	WSVECS04 Frhs2[635]: 6 0 1.07867 shouldn't be
123.28/123.88	WSVECS04 Frhs2[636]: 6 0 0.500047 shouldn't be
123.28/123.88	WSVECS04 Frhs2[657]: 6 -1.00001 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[662]: 6 0 16.5471 shouldn't be
123.28/123.88	WSVECS04 Frhs2[675]: 6 0 1.07873 shouldn't be
123.28/123.88	WSVECS04 Frhs2[680]: 6 0 4.81918 shouldn't be
123.28/123.88	WSVECS04 Frhs2[686]: 6 0 39.062 shouldn't be
123.28/123.88	WSVECS04 Frhs2[715]: 6 0 1.07874 shouldn't be
123.28/123.88	WSVECS04 Frhs2[721]: 6 -1.0001 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[730]: 6 0 8.6154 shouldn't be
123.28/123.88	WSVECS04 Frhs2[735]: 6 -1.00003 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[748]: 6 0 0.636751 shouldn't be
123.28/123.88	WSVECS04 Frhs2[758]: 6 0 9.85236 shouldn't be
123.28/123.88	WSVECS04 Frhs2[788]: 6 0 0.636733 shouldn't be
123.28/123.88	WSVECS04 Frhs2[789]: 6 0 1.00005 shouldn't be
123.28/123.88	WSVECS04 Frhs2[811]: 6 0 1.00007 shouldn't be
123.28/123.88	WSVECS04 Frhs2[829]: 6 0 1.00003 shouldn't be
123.28/123.88	WSVECS04 Frhs2[852]: 6 0 0.0552636 shouldn't be
123.28/123.88	WSVECS04 Frhs2[867]: 6 0 2.19759 shouldn't be
123.28/123.88	WSVECS04 Frhs2[892]: 6 -0.944891 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[906]: 6 -9.90068 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[958]: 6 0 9.85235 shouldn't be
123.28/123.88	WSVECS04 Frhs2[974]: 6 0 8.71114 shouldn't be
123.28/123.88	WSVECS04 Frhs2[992]: 6 0 9.56895 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1075]: 6 0 1.07871 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1128]: 6 0 1.00009 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1168]: 6 0 1.00007 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1192]: 6 0 9.56895 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1243]: 6 0 9.35232 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1268]: 6 -4.1012 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1269]: 6 0 1.00003 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1284]: 6 0 6.68777 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1324]: 6 0 6.68779 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1374]: 6 0 0.0858108 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1376]: 6 -34.6992 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1423]: 6 0 5.559 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1426]: 6 0 0.0236775 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1438]: 6 0 0.500069 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1454]: 6 0 0.0858119 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1469]: 6 0 1.00004 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1477]: 6 0 1.00007 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1507]: 6 0 0.996002 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1733]: 6 -2.00004 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1750]: 6 -10.3523 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1759]: 6 -1.00001 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1760]: 6 -2.0001 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1796]: 6 -0.925097 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1804]: 6 -10.569 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1840]: 6 -1.00002 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1841]: 6 -1.00007 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1842]: 6 -2.00008 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1849]: 6 -8.13552 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1850]: 6 -2.00007 0 shouldn't be
123.28/123.88	WSVECS04 Frhs2[1859]: 6 -1.00009 0 shouldn't be
123.59/124.16	WSVECS04 Frhs2[385]: 6 0 11.3482 shouldn't be
129.32/129.91	c #Conflicts:     757000 | #Constraints:      26107
129.32/129.91	c #Conflicts:     758000 | #Constraints:      27107
129.32/129.91	c #Conflicts:     759000 | #Constraints:      28107
129.32/129.91	c #Conflicts:     760000 | #Constraints:      29107
129.32/129.91	c #Conflicts:     761000 | #Constraints:      30107
129.32/129.91	c #Conflicts:     762000 | #Constraints:      31107
129.32/129.91	c #Conflicts:     763000 | #Constraints:      32107
129.32/129.91	c #Conflicts:     764000 | #Constraints:      33107
129.32/129.91	c #Conflicts:     765000 | #Constraints:      34107
129.32/129.91	c #Conflicts:     766000 | #Constraints:      35107
129.32/129.91	c #Conflicts:     767000 | #Constraints:      36107
129.32/129.91	c #Conflicts:     768000 | #Constraints:      37107
129.32/129.91	c #Conflicts:     769000 | #Constraints:      38107
129.32/129.91	c #Conflicts:     770000 | #Constraints:      39107
129.32/129.91	c #Conflicts:     771000 | #Constraints:      40107
129.32/129.91	c #Conflicts:     772000 | #Constraints:      41107
129.32/129.91	c #Conflicts:     773000 | #Constraints:      42107
129.32/129.91	c #Conflicts:     774000 | #Constraints:      43107
129.32/129.91	c INPROCESSING
129.32/129.91	c GARBAGE COLLECT
129.32/129.91	c #Conflicts:     775000 | #Constraints:      26700
129.32/129.91	c #Conflicts:     776000 | #Constraints:      27700
129.32/129.91	c #Conflicts:     777000 | #Constraints:      28700
129.32/129.91	c #Conflicts:     778000 | #Constraints:      29700
129.32/129.91	c #Conflicts:     779000 | #Constraints:      30700
129.32/129.91	c #Conflicts:     780000 | #Constraints:      31700
129.32/129.91	c #Conflicts:     781000 | #Constraints:      32700
129.32/129.91	c #Conflicts:     782000 | #Constraints:      33701
129.32/129.91	c #Conflicts:     783000 | #Constraints:      34701
129.32/129.91	c #Conflicts:     784000 | #Constraints:      35701
129.32/129.91	c #Conflicts:     785000 | #Constraints:      36701
129.32/129.91	c #Conflicts:     786000 | #Constraints:      37701
129.32/129.91	c #Conflicts:     787000 | #Constraints:      38701
129.32/129.91	c #Conflicts:     788000 | #Constraints:      39701
129.32/129.91	c #Conflicts:     789000 | #Constraints:      40701
129.32/129.91	c #Conflicts:     790000 | #Constraints:      41701
129.32/129.91	c #Conflicts:     791000 | #Constraints:      42701
129.32/129.91	c #Conflicts:     792000 | #Constraints:      43701
129.32/129.91	c INPROCESSING
129.32/129.91	c GARBAGE COLLECT
129.32/129.91	WSVECS04 Frhs2[3]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[4]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[5]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[6]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[9]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[10]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[11]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[19]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[20]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[21]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[22]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[23]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[24]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[25]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[27]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[28]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[29]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[30]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[31]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[32]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[33]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[34]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[35]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[39]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[40]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[41]: 6 -2.40888 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[45]: 6 -57.4977 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[46]: 6 -374.035 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[47]: 6 -279.12 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[51]: 6 -242.008 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[60]: 6 -183.411 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[69]: 6 0 119.454 shouldn't be
129.32/129.91	WSVECS04 Frhs2[71]: 6 -277.549 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[73]: 6 -243.022 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[75]: 6 -180.837 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[77]: 6 -168.034 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[80]: 6 -181.185 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[104]: 6 -245.856 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[111]: 6 0 1.40888 shouldn't be
129.32/129.91	WSVECS04 Frhs2[125]: 6 -1 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[151]: 6 0 0.408883 shouldn't be
129.32/129.91	WSVECS04 Frhs2[186]: 6 0 0.0713589 shouldn't be
129.32/129.91	WSVECS04 Frhs2[193]: 6 -449.418 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[227]: 6 -277.044 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[234]: 6 0 129.791 shouldn't be
129.32/129.91	WSVECS04 Frhs2[235]: 6 0 13.7237 shouldn't be
129.32/129.91	WSVECS04 Frhs2[280]: 6 -247.505 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[286]: 6 0 18.7167 shouldn't be
129.32/129.91	WSVECS04 Frhs2[306]: 6 0 0.0713581 shouldn't be
129.32/129.91	WSVECS04 Frhs2[343]: 6 0 0.472592 shouldn't be
129.32/129.91	WSVECS04 Frhs2[462]: 6 0 257.924 shouldn't be
129.32/129.91	WSVECS04 Frhs2[467]: 6 0 277.044 shouldn't be
129.32/129.91	WSVECS04 Frhs2[830]: 6 0 112.853 shouldn't be
129.32/129.91	WSVECS04 Frhs2[870]: 6 0 112.853 shouldn't be
129.32/129.91	WSVECS04 Frhs2[894]: 6 0 0.241854 shouldn't be
129.32/129.91	WSVECS04 Frhs2[926]: 6 -18.7167 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[942]: 6 -257.924 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[944]: 6 0 245.856 shouldn't be
129.32/129.91	WSVECS04 Frhs2[969]: 6 -1 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[979]: 6 0 0.348196 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1004]: 6 -56.9068 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1008]: 6 -1 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1119]: 6 -1 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1120]: 6 -254.082 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1121]: 6 -1 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1164]: 6 -56.9068 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1166]: 6 -18.7167 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1172]: 6 0 0.344782 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1198]: 6 0 1.73451 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1218]: 6 -1 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1235]: 6 0 482.035 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1254]: 6 0 2.36683 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1276]: 6 -169.923 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1277]: 6 -1 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1281]: 6 -1 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1297]: 6 -1 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1359]: 6 -1 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1364]: 6 -243.022 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1395]: 6 0 482.035 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1414]: 6 0 1.88312 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1435]: 6 0 482.035 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1481]: 6 -1 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1483]: 6 0 167.034 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1525]: 6 -1 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1564]: 6 0 33.8854 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1590]: 6 0 0.761866 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1614]: 6 0 2.36683 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1627]: 6 -277.044 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1630]: 6 0 0.761866 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1665]: 6 0 0.734513 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1670]: 6 0 0.761866 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1680]: 6 -114.603 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1710]: 6 0 0.761867 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1716]: 6 -169.923 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1741]: 6 -17.2446 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1744]: 6 -1 0 shouldn't be
129.32/129.91	WSVECS04 Frhs2[1786]: 6 -2 0 shouldn't be
129.53/130.17	WSVECS04 Frhs2[268]: 6 -1 0 shouldn't be
129.53/130.17	WSVECS04 Frhs2[850]: 6 0 1 shouldn't be
129.53/130.17	WSVECS04 Frhs2[965]: 6 -1 0 shouldn't be
129.53/130.17	WSVECS04 Frhs2[981]: 6 -1 0 shouldn't be
129.53/130.17	WSVECS04 Frhs2[1634]: 6 0 1 shouldn't be
129.53/130.17	WSVECS04 Frhs2[1639]: 6 0 1 shouldn't be
129.53/130.17	WSVECS04 Frhs2[1705]: 6 0 0.734513 shouldn't be
129.53/130.17	WSVECS04 Frhs2[1742]: 6 -1 0 shouldn't be
129.53/130.17	WSVECS04 Frhs2[1743]: 6 -1 0 shouldn't be
129.82/130.44	WSVECS04 Frhs2[199]: 6 0 1 shouldn't be
143.78/144.50	c #Conflicts:     793000 | #Constraints:      27097
143.78/144.50	c #Conflicts:     794000 | #Constraints:      28097
143.78/144.50	c #Conflicts:     795000 | #Constraints:      29097
143.78/144.50	c #Conflicts:     796000 | #Constraints:      30097
143.78/144.50	c #Conflicts:     797000 | #Constraints:      31097
143.78/144.50	c #Conflicts:     798000 | #Constraints:      32097
143.78/144.50	c #Conflicts:     799000 | #Constraints:      33097
143.78/144.50	c #Conflicts:     800000 | #Constraints:      34097
143.78/144.50	c #Conflicts:     801000 | #Constraints:      35097
143.78/144.50	c #Conflicts:     802000 | #Constraints:      36097
143.78/144.50	c #Conflicts:     803000 | #Constraints:      37097
143.78/144.50	c #Conflicts:     804000 | #Constraints:      38097
143.78/144.50	c #Conflicts:     805000 | #Constraints:      39097
143.78/144.50	c #Conflicts:     806000 | #Constraints:      40097
143.78/144.50	c #Conflicts:     807000 | #Constraints:      41097
143.78/144.50	c #Conflicts:     808000 | #Constraints:      42098
143.78/144.50	c #Conflicts:     809000 | #Constraints:      43098
143.78/144.50	c #Conflicts:     810000 | #Constraints:      44098
143.78/144.50	c INPROCESSING
143.78/144.50	c GARBAGE COLLECT
143.78/144.50	c #Conflicts:     811000 | #Constraints:      27303
143.78/144.50	c #Conflicts:     812000 | #Constraints:      28303
143.78/144.50	c #Conflicts:     813000 | #Constraints:      29303
143.78/144.50	c #Conflicts:     814000 | #Constraints:      30303
143.78/144.50	c #Conflicts:     815000 | #Constraints:      31303
143.78/144.50	c #Conflicts:     816000 | #Constraints:      32303
143.78/144.50	c #Conflicts:     817000 | #Constraints:      33303
143.78/144.50	c #Conflicts:     818000 | #Constraints:      34303
143.78/144.50	c #Conflicts:     819000 | #Constraints:      35303
143.78/144.50	c #Conflicts:     820000 | #Constraints:      36303
143.78/144.50	c #Conflicts:     821000 | #Constraints:      37303
143.78/144.50	c #Conflicts:     822000 | #Constraints:      38303
143.78/144.50	c #Conflicts:     823000 | #Constraints:      39303
143.78/144.50	c #Conflicts:     824000 | #Constraints:      40303
143.78/144.50	c #Conflicts:     825000 | #Constraints:      41303
143.78/144.50	c #Conflicts:     826000 | #Constraints:      42303
143.78/144.50	c #Conflicts:     827000 | #Constraints:      43303
143.78/144.50	c #Conflicts:     828000 | #Constraints:      44303
143.78/144.50	c INPROCESSING
143.78/144.50	c GARBAGE COLLECT
143.78/144.50	c #Conflicts:     829000 | #Constraints:      27311
143.78/144.50	c #Conflicts:     830000 | #Constraints:      28311
143.78/144.50	c #Conflicts:     831000 | #Constraints:      29311
143.78/144.50	c #Conflicts:     832000 | #Constraints:      30311
143.78/144.50	c #Conflicts:     833000 | #Constraints:      31311
143.78/144.50	c #Conflicts:     834000 | #Constraints:      32311
143.78/144.50	c #Conflicts:     835000 | #Constraints:      33311
143.78/144.50	c #Conflicts:     836000 | #Constraints:      34311
143.78/144.50	c #Conflicts:     837000 | #Constraints:      35311
143.78/144.50	c #Conflicts:     838000 | #Constraints:      36311
143.78/144.50	c #Conflicts:     839000 | #Constraints:      37311
143.78/144.50	c #Conflicts:     840000 | #Constraints:      38311
143.78/144.50	c #Conflicts:     841000 | #Constraints:      39311
143.78/144.50	c #Conflicts:     842000 | #Constraints:      40311
143.78/144.50	c #Conflicts:     843000 | #Constraints:      41311
143.78/144.50	c #Conflicts:     844000 | #Constraints:      42312
143.78/144.50	c #Conflicts:     845000 | #Constraints:      43312
143.78/144.50	c #Conflicts:     846000 | #Constraints:      44312
143.78/144.50	c INPROCESSING
143.78/144.50	c GARBAGE COLLECT
143.78/144.50	c #Conflicts:     847000 | #Constraints:      27104
143.78/144.50	c #Conflicts:     848000 | #Constraints:      28104
143.78/144.50	c #Conflicts:     849000 | #Constraints:      29104
143.78/144.50	c #Conflicts:     850000 | #Constraints:      30104
143.78/144.50	c #Conflicts:     851000 | #Constraints:      31104
143.78/144.50	c #Conflicts:     852000 | #Constraints:      32104
143.78/144.50	c #Conflicts:     853000 | #Constraints:      33104
143.78/144.50	c #Conflicts:     854000 | #Constraints:      34104
143.78/144.50	c #Conflicts:     855000 | #Constraints:      35104
143.78/144.50	c #Conflicts:     856000 | #Constraints:      36104
143.78/144.50	c #Conflicts:     857000 | #Constraints:      37104
143.78/144.50	c #Conflicts:     858000 | #Constraints:      38104
143.78/144.50	c #Conflicts:     859000 | #Constraints:      39104
143.78/144.50	c #Conflicts:     860000 | #Constraints:      40104
143.78/144.50	c #Conflicts:     861000 | #Constraints:      41104
143.78/144.50	c #Conflicts:     862000 | #Constraints:      42104
143.78/144.50	c #Conflicts:     863000 | #Constraints:      43104
143.78/144.50	c #Conflicts:     864000 | #Constraints:      44104
143.78/144.50	c #Conflicts:     865000 | #Constraints:      45104
143.78/144.50	c INPROCESSING
143.78/144.50	c GARBAGE COLLECT
143.78/144.50	c #Conflicts:     866000 | #Constraints:      27705
143.78/144.50	c #Conflicts:     867000 | #Constraints:      28705
143.78/144.50	c #Conflicts:     868000 | #Constraints:      29705
143.78/144.50	c #Conflicts:     869000 | #Constraints:      30705
156.90/157.60	c #Conflicts:     870000 | #Constraints:      31706
156.90/157.60	c #Conflicts:     871000 | #Constraints:      32706
156.90/157.60	c #Conflicts:     872000 | #Constraints:      33706
156.90/157.60	c #Conflicts:     873000 | #Constraints:      34706
156.90/157.60	c #Conflicts:     874000 | #Constraints:      35706
156.90/157.60	c #Conflicts:     875000 | #Constraints:      36706
156.90/157.60	c #Conflicts:     876000 | #Constraints:      37706
156.90/157.60	c #Conflicts:     877000 | #Constraints:      38706
156.90/157.60	c #Conflicts:     878000 | #Constraints:      39706
156.90/157.60	c #Conflicts:     879000 | #Constraints:      40706
156.90/157.60	c #Conflicts:     880000 | #Constraints:      41706
156.90/157.60	c #Conflicts:     881000 | #Constraints:      42706
156.90/157.60	c #Conflicts:     882000 | #Constraints:      43706
156.90/157.60	c #Conflicts:     883000 | #Constraints:      44706
156.90/157.60	c #Conflicts:     884000 | #Constraints:      45706
156.90/157.60	c INPROCESSING
156.90/157.60	c GARBAGE COLLECT
156.90/157.60	c #Conflicts:     885000 | #Constraints:      28111
156.90/157.60	c #Conflicts:     886000 | #Constraints:      29111
156.90/157.60	c #Conflicts:     887000 | #Constraints:      30111
156.90/157.60	c #Conflicts:     888000 | #Constraints:      31111
156.90/157.60	c #Conflicts:     889000 | #Constraints:      32111
156.90/157.60	c #Conflicts:     890000 | #Constraints:      33111
156.90/157.60	c #Conflicts:     891000 | #Constraints:      34111
156.90/157.60	c #Conflicts:     892000 | #Constraints:      35111
156.90/157.60	c #Conflicts:     893000 | #Constraints:      36111
156.90/157.60	c #Conflicts:     894000 | #Constraints:      37111
156.90/157.60	c #Conflicts:     895000 | #Constraints:      38111
156.90/157.60	c #Conflicts:     896000 | #Constraints:      39111
156.90/157.60	c #Conflicts:     897000 | #Constraints:      40111
156.90/157.60	c #Conflicts:     898000 | #Constraints:      41111
156.90/157.60	c #Conflicts:     899000 | #Constraints:      42111
156.90/157.60	c #Conflicts:     900000 | #Constraints:      43111
156.90/157.60	c #Conflicts:     901000 | #Constraints:      44111
156.90/157.60	c #Conflicts:     902000 | #Constraints:      45111
156.90/157.60	c #Conflicts:     903000 | #Constraints:      46111
156.90/157.60	c INPROCESSING
156.90/157.60	c GARBAGE COLLECT
156.90/157.60	c #Conflicts:     904000 | #Constraints:      28306
156.90/157.60	c #Conflicts:     905000 | #Constraints:      29306
156.90/157.60	c #Conflicts:     906000 | #Constraints:      30306
156.90/157.60	c #Conflicts:     907000 | #Constraints:      31306
156.90/157.60	c #Conflicts:     908000 | #Constraints:      32306
156.90/157.60	c #Conflicts:     909000 | #Constraints:      33306
156.90/157.60	c #Conflicts:     910000 | #Constraints:      34306
156.90/157.60	c #Conflicts:     911000 | #Constraints:      35306
156.90/157.60	c #Conflicts:     912000 | #Constraints:      36306
156.90/157.60	c #Conflicts:     913000 | #Constraints:      37306
156.90/157.60	c #Conflicts:     914000 | #Constraints:      38306
156.90/157.60	c #Conflicts:     915000 | #Constraints:      39306
156.90/157.60	c #Conflicts:     916000 | #Constraints:      40306
156.90/157.60	c #Conflicts:     917000 | #Constraints:      41306
156.90/157.60	c #Conflicts:     918000 | #Constraints:      42306
156.90/157.60	c #Conflicts:     919000 | #Constraints:      43306
156.90/157.60	c #Conflicts:     920000 | #Constraints:      44306
156.90/157.60	c #Conflicts:     921000 | #Constraints:      45306
156.90/157.60	c #Conflicts:     922000 | #Constraints:      46306
156.90/157.60	c INPROCESSING
156.90/157.60	c GARBAGE COLLECT
156.90/157.60	c #Conflicts:     923000 | #Constraints:      28305
156.90/157.60	c #Conflicts:     924000 | #Constraints:      29305
156.90/157.60	c #Conflicts:     925000 | #Constraints:      30305
156.90/157.60	c #Conflicts:     926000 | #Constraints:      31305
156.90/157.60	c #Conflicts:     927000 | #Constraints:      32305
156.90/157.60	c #Conflicts:     928000 | #Constraints:      33305
156.90/157.60	c #Conflicts:     929000 | #Constraints:      34305
156.90/157.60	c #Conflicts:     930000 | #Constraints:      35305
156.90/157.60	c #Conflicts:     931000 | #Constraints:      36305
156.90/157.60	c #Conflicts:     932000 | #Constraints:      37305
156.90/157.60	c #Conflicts:     933000 | #Constraints:      38305
156.90/157.60	c #Conflicts:     934000 | #Constraints:      39305
156.90/157.60	c #Conflicts:     935000 | #Constraints:      40305
156.90/157.60	c #Conflicts:     936000 | #Constraints:      41305
156.90/157.60	c #Conflicts:     937000 | #Constraints:      42305
156.90/157.60	c #Conflicts:     938000 | #Constraints:      43305
156.90/157.60	c #Conflicts:     939000 | #Constraints:      44305
156.90/157.60	c #Conflicts:     940000 | #Constraints:      45305
156.90/157.60	c #Conflicts:     941000 | #Constraints:      46305
156.90/157.60	c INPROCESSING
156.90/157.60	c GARBAGE COLLECT
156.90/157.60	c #Conflicts:     942000 | #Constraints:      28109
156.90/157.60	c #Conflicts:     943000 | #Constraints:      29109
156.90/157.60	c #Conflicts:     944000 | #Constraints:      30109
156.90/157.60	c #Conflicts:     945000 | #Constraints:      31109
160.89/161.65	c #Conflicts:     946000 | #Constraints:      32109
160.89/161.65	c #Conflicts:     947000 | #Constraints:      33110
160.89/161.65	c #Conflicts:     948000 | #Constraints:      34110
160.89/161.65	c #Conflicts:     949000 | #Constraints:      35110
160.89/161.65	c #Conflicts:     950000 | #Constraints:      36110
160.89/161.65	c #Conflicts:     951000 | #Constraints:      37110
160.89/161.65	c #Conflicts:     952000 | #Constraints:      38110
160.89/161.65	c #Conflicts:     953000 | #Constraints:      39110
160.89/161.65	c #Conflicts:     954000 | #Constraints:      40110
160.89/161.65	c #Conflicts:     955000 | #Constraints:      41110
160.89/161.65	c #Conflicts:     956000 | #Constraints:      42110
160.89/161.65	c #Conflicts:     957000 | #Constraints:      43110
160.89/161.65	c #Conflicts:     958000 | #Constraints:      44110
160.89/161.65	c #Conflicts:     959000 | #Constraints:      45110
160.89/161.65	c #Conflicts:     960000 | #Constraints:      46110
160.89/161.65	c #Conflicts:     961000 | #Constraints:      47110
160.89/161.65	c INPROCESSING
160.89/161.65	c GARBAGE COLLECT
160.89/161.65	c #Conflicts:     962000 | #Constraints:      28709
160.89/161.65	c #Conflicts:     963000 | #Constraints:      29709
160.89/161.65	c #Conflicts:     964000 | #Constraints:      30709
160.89/161.65	c #Conflicts:     965000 | #Constraints:      31709
160.89/161.65	WSVECS04 Frhs2[54]: 6 -3.9621 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[58]: 6 -4.14777 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[62]: 6 -1.38385 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[63]: 6 -3.89043 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[162]: 6 -2.69141 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[200]: 6 -1.00003 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[276]: 6 0 0.131505 shouldn't be
160.89/161.65	WSVECS04 Frhs2[316]: 6 0 0.131547 shouldn't be
160.89/161.65	WSVECS04 Frhs2[363]: 6 0 0.997806 shouldn't be
160.89/161.65	WSVECS04 Frhs2[422]: 6 0 0.122678 shouldn't be
160.89/161.65	WSVECS04 Frhs2[429]: 6 0 1.00002 shouldn't be
160.89/161.65	WSVECS04 Frhs2[476]: 6 0 0.131582 shouldn't be
160.89/161.65	WSVECS04 Frhs2[490]: 6 0 1.5916 shouldn't be
160.89/161.65	WSVECS04 Frhs2[493]: 6 -1.00004 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[499]: 6 0 5.71787 shouldn't be
160.89/161.65	WSVECS04 Frhs2[514]: 6 0 3.34695 shouldn't be
160.89/161.65	WSVECS04 Frhs2[526]: 6 0 7.79485 shouldn't be
160.89/161.65	WSVECS04 Frhs2[536]: 6 0 6.03037 shouldn't be
160.89/161.65	WSVECS04 Frhs2[539]: 6 0 5.01513 shouldn't be
160.89/161.65	WSVECS04 Frhs2[589]: 6 0 1.00004 shouldn't be
160.89/161.65	WSVECS04 Frhs2[596]: 6 0 0.131552 shouldn't be
160.89/161.65	WSVECS04 Frhs2[670]: 6 -0.00685305 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[716]: 6 0 0.131573 shouldn't be
160.89/161.65	WSVECS04 Frhs2[732]: 6 -1.04399 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[756]: 6 0 0.131561 shouldn't be
160.89/161.65	WSVECS04 Frhs2[895]: 6 -1.00005 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[902]: 6 0 3.40218 shouldn't be
160.89/161.65	WSVECS04 Frhs2[931]: 6 -1.00008 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[956]: 6 0 0.131532 shouldn't be
160.89/161.65	WSVECS04 Frhs2[978]: 6 -1.00002 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[979]: 6 -5.71786 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[996]: 6 0 0.131539 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1007]: 6 -2.6914 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1036]: 6 0 0.131553 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1108]: 6 0 1.62087 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1148]: 6 0 1.62082 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1153]: 6 -1.66025 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1226]: 6 0 2.55598 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1235]: 6 -0.607585 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1284]: 6 0 1.16398 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1314]: 6 -1.0001 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1348]: 6 -1.43897 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1387]: 6 -0.397699 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1389]: 6 0 1.00008 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1396]: 6 0 0.13152 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1432]: 6 0 2.45643 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1476]: 6 0 0.131544 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1496]: 6 0 6.52088 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1627]: 6 -0.39774 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1676]: 6 0 0.131531 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1723]: 6 -1.00008 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1724]: 6 -1.00007 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1741]: 6 -1.84214 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1751]: 6 -1.00003 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1787]: 6 -1.00007 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1849]: 6 -2.11395 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1858]: 6 -2.55593 0 shouldn't be
160.89/161.65	WSVECS04 Frhs2[1867]: 6 -1.00002 0 shouldn't be
167.77/168.51	c #Conflicts:     966000 | #Constraints:      32710
167.77/168.51	c #Conflicts:     967000 | #Constraints:      33710
167.77/168.51	c #Conflicts:     968000 | #Constraints:      34710
167.77/168.51	c #Conflicts:     969000 | #Constraints:      35710
167.77/168.51	c #Conflicts:     970000 | #Constraints:      36710
167.77/168.51	c #Conflicts:     971000 | #Constraints:      37710
167.77/168.51	c #Conflicts:     972000 | #Constraints:      38710
167.77/168.51	c #Conflicts:     973000 | #Constraints:      39710
167.77/168.51	c #Conflicts:     974000 | #Constraints:      40710
167.77/168.51	c #Conflicts:     975000 | #Constraints:      41710
167.77/168.51	c #Conflicts:     976000 | #Constraints:      42710
167.77/168.51	c #Conflicts:     977000 | #Constraints:      43710
167.77/168.51	c #Conflicts:     978000 | #Constraints:      44710
167.77/168.51	c #Conflicts:     979000 | #Constraints:      45710
167.77/168.51	c #Conflicts:     980000 | #Constraints:      46710
167.77/168.51	c #Conflicts:     981000 | #Constraints:      47710
167.77/168.51	c INPROCESSING
167.77/168.51	c GARBAGE COLLECT
167.77/168.51	c #Conflicts:     982000 | #Constraints:      29120
167.77/168.51	c #Conflicts:     983000 | #Constraints:      30120
167.77/168.51	c #Conflicts:     984000 | #Constraints:      31120
167.77/168.51	c #Conflicts:     985000 | #Constraints:      32120
167.77/168.51	c #Conflicts:     986000 | #Constraints:      33120
167.77/168.51	c #Conflicts:     987000 | #Constraints:      34121
167.77/168.51	c #Conflicts:     988000 | #Constraints:      35121
167.77/168.51	c #Conflicts:     989000 | #Constraints:      36121
167.77/168.51	c #Conflicts:     990000 | #Constraints:      37121
167.77/168.51	c #Conflicts:     991000 | #Constraints:      38121
167.77/168.51	c #Conflicts:     992000 | #Constraints:      39121
167.77/168.51	c #Conflicts:     993000 | #Constraints:      40121
167.77/168.51	c #Conflicts:     994000 | #Constraints:      41121
167.77/168.51	c #Conflicts:     995000 | #Constraints:      42121
167.77/168.51	c #Conflicts:     996000 | #Constraints:      43121
167.77/168.51	c #Conflicts:     997000 | #Constraints:      44121
167.77/168.51	c #Conflicts:     998000 | #Constraints:      45121
167.77/168.51	c #Conflicts:     999000 | #Constraints:      46121
167.77/168.51	c #Conflicts:    1000000 | #Constraints:      47121
167.77/168.51	c #Conflicts:    1001000 | #Constraints:      48121
167.77/168.51	c INPROCESSING
167.77/168.51	c GARBAGE COLLECT
167.77/168.51	WSVECS04 Frhs2[3]: 6 0 17.1347 shouldn't be
167.77/168.51	WSVECS04 Frhs2[14]: 6 0 17.1348 shouldn't be
167.77/168.51	WSVECS04 Frhs2[24]: 6 0 17.1347 shouldn't be
167.77/168.51	WSVECS04 Frhs2[26]: 6 0 17.1347 shouldn't be
167.77/168.51	WSVECS04 Frhs2[27]: 6 0 0.937614 shouldn't be
167.77/168.51	WSVECS04 Frhs2[28]: 6 0 17.1347 shouldn't be
167.77/168.51	WSVECS04 Frhs2[45]: 6 -11.3426 0 shouldn't be
167.77/168.51	WSVECS04 Frhs2[46]: 6 0 5.47688 shouldn't be
167.77/168.51	WSVECS04 Frhs2[56]: 6 -40.7921 0 shouldn't be
167.77/168.51	WSVECS04 Frhs2[58]: 6 -64.7299 0 shouldn't be
167.77/168.51	WSVECS04 Frhs2[59]: 6 -42.2644 0 shouldn't be
167.77/168.51	WSVECS04 Frhs2[66]: 6 -21.2769 0 shouldn't be
167.77/168.51	WSVECS04 Frhs2[72]: 6 0 16.5661 shouldn't be
167.77/168.51	WSVECS04 Frhs2[74]: 6 -37.1263 0 shouldn't be
167.77/168.51	WSVECS04 Frhs2[75]: 6 0 32.0675 shouldn't be
167.77/168.51	WSVECS04 Frhs2[76]: 6 0 114.838 shouldn't be
167.77/168.51	WSVECS04 Frhs2[77]: 6 0 20.3134 shouldn't be
167.77/168.51	WSVECS04 Frhs2[81]: 6 -23.1484 0 shouldn't be
167.77/168.51	WSVECS04 Frhs2[94]: 6 0 0.997355 shouldn't be
167.77/168.51	WSVECS04 Frhs2[144]: 6 0 50.0737 shouldn't be
167.77/168.51	WSVECS04 Frhs2[182]: 6 0 30.2536 shouldn't be
167.77/168.51	WSVECS04 Frhs2[202]: 6 0 4.65997 shouldn't be
167.77/168.51	WSVECS04 Frhs2[205]: 6 -8.06744 0 shouldn't be
167.77/168.51	WSVECS04 Frhs2[207]: 6 0 7.00006 shouldn't be
167.77/168.51	WSVECS04 Frhs2[238]: 6 0 62.0157 shouldn't be
167.77/168.51	WSVECS04 Frhs2[273]: 6 0 55.2259 shouldn't be
167.77/168.51	WSVECS04 Frhs2[274]: 6 0 7.81121 shouldn't be
167.77/168.51	WSVECS04 Frhs2[325]: 6 0 17.1347 shouldn't be
167.77/168.51	WSVECS04 Frhs2[344]: 6 0 1.00006 shouldn't be
167.77/168.51	WSVECS04 Frhs2[389]: 6 -17.1347 0 shouldn't be
167.77/168.51	WSVECS04 Frhs2[419]: 6 0 28.3 shouldn't be
167.77/168.51	WSVECS04 Frhs2[509]: 6 -17.1347 0 shouldn't be
167.77/168.51	WSVECS04 Frhs2[518]: 6 -17.1347 0 shouldn't be
167.77/168.51	WSVECS04 Frhs2[534]: 6 0 1.00005 shouldn't be
167.77/168.51	WSVECS04 Frhs2[548]: 6 0 1.10819 shouldn't be
167.77/168.51	WSVECS04 Frhs2[550]: 6 0 0.122733 shouldn't be
167.77/168.51	WSVECS04 Frhs2[554]: 6 0 14.3142 shouldn't be
167.77/168.51	WSVECS04 Frhs2[588]: 6 0 1.10818 shouldn't be
167.77/168.51	WSVECS04 Frhs2[630]: 6 0 0.122754 shouldn't be
167.77/168.51	WSVECS04 Frhs2[686]: 6 0 10.3906 shouldn't be
167.77/168.51	WSVECS04 Frhs2[726]: 6 0 10.3906 shouldn't be
167.77/168.51	WSVECS04 Frhs2[729]: 6 0 0.105064 shouldn't be
167.77/168.51	WSVECS04 Frhs2[730]: 6 0 14.2769 shouldn't be
167.77/168.51	WSVECS04 Frhs2[739]: 6 0 0.0638139 shouldn't be
167.77/168.51	WSVECS04 Frhs2[789]: 6 0 85.9734 shouldn't be
167.77/168.51	WSVECS04 Frhs2[854]: 6 0 27.5033 shouldn't be
167.77/168.51	WSVECS04 Frhs2[886]: 6 0 10.3906 shouldn't be
167.77/168.51	WSVECS04 Frhs2[920]: 6 0 31.6493 shouldn't be
167.77/168.51	WSVECS04 Frhs2[932]: 6 0 0.0536367 shouldn't be
167.77/168.51	WSVECS04 Frhs2[969]: 6 0 32.1311 shouldn't be
167.77/168.51	WSVECS04 Frhs2[982]: 6 0 32.2843 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1009]: 6 0 32.1311 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1010]: 6 0 36.6466 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1023]: 6 0 12.0549 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1032]: 6 0 24.6584 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1050]: 6 0 36.6466 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1067]: 6 0 9.03363 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1082]: 6 0 14.7168 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1087]: 6 0 3.00006 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1149]: 6 0 15.1347 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1209]: 6 -0.733269 0 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1216]: 6 0 0.101405 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1238]: 6 0 43.9097 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1243]: 6 0 6.41148 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1247]: 6 0 2.00001 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1283]: 6 0 7.41147 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1324]: 6 0 23.6167 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1342]: 6 0 17.1347 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1450]: 6 0 18.4728 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1457]: 6 -17.1347 0 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1459]: 6 0 0.0638022 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1472]: 6 0 24.6584 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1483]: 6 0 22.9257 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1489]: 6 0 3.82501 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1520]: 6 -1.00003 0 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1535]: 6 -1.00002 0 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1562]: 6 0 14.7168 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1575]: 6 -1.00004 0 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1647]: 6 0 43.9097 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1674]: 6 0 1.00003 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1690]: 6 0 36.0119 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1706]: 6 0 5.98593 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1787]: 6 -3.00009 0 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1831]: 6 -1.00004 0 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1833]: 6 -1.00001 0 shouldn't be
167.77/168.51	WSVECS04 Frhs2[1849]: 6 0 32.5079 shouldn't be
167.96/168.72	WSVECS04 Frhs2[30]: 6 0 17.1348 shouldn't be
167.96/168.72	WSVECS04 Frhs2[134]: 6 0 0.997337 shouldn't be
167.96/168.72	WSVECS04 Frhs2[316]: 6 0 19.3787 shouldn't be
167.96/168.72	WSVECS04 Frhs2[347]: 6 0 5.2504 shouldn't be
167.96/168.72	WSVECS04 Frhs2[594]: 6 0 14.3143 shouldn't be
167.96/168.72	WSVECS04 Frhs2[610]: 6 0 36.4783 shouldn't be
167.96/168.72	WSVECS04 Frhs2[737]: 6 -1.00006 0 shouldn't be
167.96/168.72	WSVECS04 Frhs2[852]: 6 0 0.0536518 shouldn't be
167.96/168.72	WSVECS04 Frhs2[997]: 6 -1.00008 0 shouldn't be
167.96/168.72	WSVECS04 Frhs2[1059]: 6 0 1.00006 shouldn't be
167.96/168.72	WSVECS04 Frhs2[1096]: 6 0 2.45684 shouldn't be
167.96/168.72	WSVECS04 Frhs2[1351]: 6 0 1.00007 shouldn't be
167.96/168.72	WSVECS04 Frhs2[1365]: 6 -1.00006 0 shouldn't be
167.96/168.72	WSVECS04 Frhs2[1539]: 6 0 0.0102598 shouldn't be
167.96/168.72	WSVECS04 Frhs2[1655]: 6 -1.00003 0 shouldn't be
167.96/168.72	WSVECS04 Frhs2[1732]: 6 -2.00001 0 shouldn't be
168.27/169.00	WSVECS04 Frhs2[3]: 6 0 17.1347 shouldn't be
168.27/169.00	WSVECS04 Frhs2[14]: 6 0 17.1347 shouldn't be
168.27/169.00	WSVECS04 Frhs2[24]: 6 0 17.1347 shouldn't be
168.27/169.00	WSVECS04 Frhs2[26]: 6 0 17.1347 shouldn't be
168.27/169.00	WSVECS04 Frhs2[27]: 6 0 0.937543 shouldn't be
168.27/169.00	WSVECS04 Frhs2[28]: 6 0 17.1347 shouldn't be
168.27/169.00	WSVECS04 Frhs2[30]: 6 0 17.1347 shouldn't be
168.27/169.00	WSVECS04 Frhs2[45]: 6 -11.3425 0 shouldn't be
168.27/169.00	WSVECS04 Frhs2[46]: 6 0 5.47684 shouldn't be
168.27/169.00	WSVECS04 Frhs2[56]: 6 -40.7921 0 shouldn't be
168.27/169.00	WSVECS04 Frhs2[59]: 6 -42.2643 0 shouldn't be
168.27/169.00	WSVECS04 Frhs2[62]: 6 -63.569 0 shouldn't be
168.27/169.00	WSVECS04 Frhs2[64]: 6 0 169.23 shouldn't be
168.27/169.00	WSVECS04 Frhs2[66]: 6 -21.2768 0 shouldn't be
168.27/169.00	WSVECS04 Frhs2[74]: 6 -37.1262 0 shouldn't be
168.27/169.00	WSVECS04 Frhs2[75]: 6 0 32.0675 shouldn't be
168.27/169.00	WSVECS04 Frhs2[76]: 6 0 114.838 shouldn't be
168.27/169.00	WSVECS04 Frhs2[77]: 6 0 20.3133 shouldn't be
168.27/169.00	WSVECS04 Frhs2[81]: 6 -23.1484 0 shouldn't be
168.27/169.00	WSVECS04 Frhs2[106]: 6 0 4.98591 shouldn't be
168.27/169.00	WSVECS04 Frhs2[144]: 6 0 50.0737 shouldn't be
168.27/169.00	WSVECS04 Frhs2[151]: 6 0 69.4426 shouldn't be
168.27/169.00	WSVECS04 Frhs2[202]: 6 0 4.65995 shouldn't be
168.27/169.00	WSVECS04 Frhs2[207]: 6 0 7 shouldn't be
168.27/169.00	WSVECS04 Frhs2[222]: 6 0 30.2536 shouldn't be
168.27/169.00	WSVECS04 Frhs2[238]: 6 0 62.0156 shouldn't be
168.27/169.00	WSVECS04 Frhs2[271]: 6 0 43.239 shouldn't be
168.27/169.00	WSVECS04 Frhs2[273]: 6 0 55.2258 shouldn't be
168.27/169.00	WSVECS04 Frhs2[274]: 6 0 7.81115 shouldn't be
168.27/169.00	WSVECS04 Frhs2[364]: 6 -4.98847 0 shouldn't be
168.27/169.00	WSVECS04 Frhs2[438]: 6 0 44.8809 shouldn't be
168.27/169.00	WSVECS04 Frhs2[509]: 6 -17.1347 0 shouldn't be
168.27/169.00	WSVECS04 Frhs2[518]: 6 -17.1347 0 shouldn't be
168.27/169.00	WSVECS04 Frhs2[548]: 6 0 1.10815 shouldn't be
168.27/169.00	WSVECS04 Frhs2[554]: 6 0 14.3142 shouldn't be
168.27/169.00	WSVECS04 Frhs2[588]: 6 0 1.10815 shouldn't be
168.27/169.00	WSVECS04 Frhs2[630]: 6 0 0.122685 shouldn't be
168.27/169.00	WSVECS04 Frhs2[690]: 6 0 67.1248 shouldn't be
168.27/169.00	WSVECS04 Frhs2[726]: 6 0 10.3905 shouldn't be
168.27/169.00	WSVECS04 Frhs2[729]: 6 0 0.10497 shouldn't be
168.27/169.00	WSVECS04 Frhs2[730]: 6 0 14.2768 shouldn't be
168.27/169.00	WSVECS04 Frhs2[739]: 6 0 0.0637259 shouldn't be
168.27/169.00	WSVECS04 Frhs2[794]: 6 0 71.0966 shouldn't be
168.27/169.00	WSVECS04 Frhs2[846]: 6 0 10.3905 shouldn't be
168.27/169.00	WSVECS04 Frhs2[886]: 6 0 10.3905 shouldn't be
168.27/169.00	WSVECS04 Frhs2[914]: 6 0 83.9629 shouldn't be
168.27/169.00	WSVECS04 Frhs2[920]: 6 0 31.6493 shouldn't be
168.27/169.00	WSVECS04 Frhs2[932]: 6 0 0.0535954 shouldn't be
168.27/169.00	WSVECS04 Frhs2[982]: 6 0 32.2843 shouldn't be
168.27/169.00	WSVECS04 Frhs2[983]: 6 0 12.0548 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1009]: 6 0 32.131 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1010]: 6 0 36.6466 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1022]: 6 0 32.2843 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1032]: 6 0 24.6583 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1035]: 6 0 6.33291 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1050]: 6 0 36.6466 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1067]: 6 0 9.03362 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1119]: 6 -17.1971 0 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1136]: 6 0 0.101352 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1149]: 6 0 15.1347 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1209]: 6 -0.733222 0 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1210]: 6 0 7 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1238]: 6 0 43.9096 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1243]: 6 0 6.41146 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1247]: 6 0 2 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1264]: 6 0 17.1347 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1286]: 6 0 10.3905 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1324]: 6 0 23.6167 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1371]: 6 0 1 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1450]: 6 0 18.4728 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1457]: 6 -17.1347 0 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1459]: 6 0 0.0637263 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1472]: 6 0 24.6583 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1483]: 6 0 22.9256 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1489]: 6 0 3.82498 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1520]: 6 -1 0 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1529]: 6 0 3.82498 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1535]: 6 -1 0 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1647]: 6 0 43.9096 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1655]: 6 -1 0 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1674]: 6 0 1 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1690]: 6 0 36.0119 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1831]: 6 -1 0 shouldn't be
168.27/169.00	WSVECS04 Frhs2[1849]: 6 0 32.5078 shouldn't be
168.46/169.23	WSVECS04 Frhs2[134]: 6 0 0.997316 shouldn't be
168.46/169.23	WSVECS04 Frhs2[316]: 6 0 19.3787 shouldn't be
168.46/169.23	WSVECS04 Frhs2[344]: 6 0 1 shouldn't be
168.46/169.23	WSVECS04 Frhs2[419]: 6 0 28.3 shouldn't be
168.46/169.23	WSVECS04 Frhs2[459]: 6 0 29.3 shouldn't be
168.46/169.23	WSVECS04 Frhs2[469]: 6 -17.1347 0 shouldn't be
168.46/169.23	WSVECS04 Frhs2[534]: 6 0 1 shouldn't be
168.46/169.23	WSVECS04 Frhs2[550]: 6 0 0.122686 shouldn't be
168.46/169.23	WSVECS04 Frhs2[590]: 6 0 0.122686 shouldn't be
168.46/169.23	WSVECS04 Frhs2[737]: 6 -1 0 shouldn't be
168.46/169.23	WSVECS04 Frhs2[812]: 6 0 0.000566203 shouldn't be
168.46/169.23	WSVECS04 Frhs2[852]: 6 0 0.0535953 shouldn't be
168.46/169.23	WSVECS04 Frhs2[892]: 6 0 0.0535948 shouldn't be
168.46/169.23	WSVECS04 Frhs2[969]: 6 0 32.131 shouldn't be
168.46/169.23	WSVECS04 Frhs2[990]: 6 -17.1347 0 shouldn't be
168.46/169.23	WSVECS04 Frhs2[997]: 6 -1 0 shouldn't be
168.46/169.23	WSVECS04 Frhs2[1026]: 6 0 14.8653 shouldn't be
168.46/169.23	WSVECS04 Frhs2[1059]: 6 0 1 shouldn't be
168.46/169.23	WSVECS04 Frhs2[1082]: 6 0 14.7168 shouldn't be
168.46/169.23	WSVECS04 Frhs2[1283]: 6 0 7.41146 shouldn't be
168.46/169.23	WSVECS04 Frhs2[1365]: 6 -1 0 shouldn't be
168.46/169.23	WSVECS04 Frhs2[1388]: 6 0 1 shouldn't be
168.46/169.23	WSVECS04 Frhs2[1482]: 6 0 14.7168 shouldn't be
168.46/169.23	WSVECS04 Frhs2[1518]: 6 0 5 shouldn't be
168.46/169.23	WSVECS04 Frhs2[1558]: 6 0 4 shouldn't be
168.46/169.23	WSVECS04 Frhs2[1562]: 6 0 14.7168 shouldn't be
168.46/169.23	WSVECS04 Frhs2[1575]: 6 -1 0 shouldn't be
168.46/169.23	WSVECS04 Frhs2[1869]: 6 -104.161 0 shouldn't be
177.83/178.60	c #Conflicts:    1002000 | #Constraints:      29325
177.83/178.60	c #Conflicts:    1003000 | #Constraints:      30325
177.83/178.60	c #Conflicts:    1004000 | #Constraints:      31325
177.83/178.60	c #Conflicts:    1005000 | #Constraints:      32325
177.83/178.60	c #Conflicts:    1006000 | #Constraints:      33325
177.83/178.60	c #Conflicts:    1007000 | #Constraints:      34325
177.83/178.60	c #Conflicts:    1008000 | #Constraints:      35325
177.83/178.60	c #Conflicts:    1009000 | #Constraints:      36325
177.83/178.60	c #Conflicts:    1010000 | #Constraints:      37325
177.83/178.60	c #Conflicts:    1011000 | #Constraints:      38325
177.83/178.60	c #Conflicts:    1012000 | #Constraints:      39325
177.83/178.60	c #Conflicts:    1013000 | #Constraints:      40325
177.83/178.60	c #Conflicts:    1014000 | #Constraints:      41325
177.83/178.60	c #Conflicts:    1015000 | #Constraints:      42325
177.83/178.60	c #Conflicts:    1016000 | #Constraints:      43325
177.83/178.60	c #Conflicts:    1017000 | #Constraints:      44325
177.83/178.60	c #Conflicts:    1018000 | #Constraints:      45325
177.83/178.60	c #Conflicts:    1019000 | #Constraints:      46325
177.83/178.60	c #Conflicts:    1020000 | #Constraints:      47325
177.83/178.60	c #Conflicts:    1021000 | #Constraints:      48325
177.83/178.60	c INPROCESSING
177.83/178.60	c GARBAGE COLLECT
177.83/178.60	c #Conflicts:    1022000 | #Constraints:      29328
177.83/178.60	c #Conflicts:    1023000 | #Constraints:      30328
177.83/178.60	c #Conflicts:    1024000 | #Constraints:      31328
177.83/178.60	c #Conflicts:    1025000 | #Constraints:      32328
177.83/178.60	c #Conflicts:    1026000 | #Constraints:      33328
177.83/178.60	c #Conflicts:    1027000 | #Constraints:      34328
177.83/178.60	c #Conflicts:    1028000 | #Constraints:      35328
177.83/178.60	c #Conflicts:    1029000 | #Constraints:      36328
177.83/178.60	c #Conflicts:    1030000 | #Constraints:      37328
177.83/178.60	c #Conflicts:    1031000 | #Constraints:      38328
177.83/178.60	c #Conflicts:    1032000 | #Constraints:      39328
177.83/178.60	c #Conflicts:    1033000 | #Constraints:      40328
177.83/178.60	c #Conflicts:    1034000 | #Constraints:      41328
177.83/178.60	c #Conflicts:    1035000 | #Constraints:      42328
177.83/178.60	c #Conflicts:    1036000 | #Constraints:      43328
177.83/178.60	c #Conflicts:    1037000 | #Constraints:      44328
177.83/178.60	c #Conflicts:    1038000 | #Constraints:      45328
177.83/178.60	c #Conflicts:    1039000 | #Constraints:      46328
177.83/178.60	c #Conflicts:    1040000 | #Constraints:      47328
177.83/178.60	c #Conflicts:    1041000 | #Constraints:      48328
177.83/178.60	c INPROCESSING
177.83/178.60	c GARBAGE COLLECT
177.83/178.60	c #Conflicts:    1042000 | #Constraints:      29119
177.83/178.60	c #Conflicts:    1043000 | #Constraints:      30119
177.83/178.60	c #Conflicts:    1044000 | #Constraints:      31120
177.83/178.60	c #Conflicts:    1045000 | #Constraints:      32120
177.83/178.60	c #Conflicts:    1046000 | #Constraints:      33120
177.83/178.60	c #Conflicts:    1047000 | #Constraints:      34120
177.83/178.60	c #Conflicts:    1048000 | #Constraints:      35120
177.83/178.60	c #Conflicts:    1049000 | #Constraints:      36120
177.83/178.60	c #Conflicts:    1050000 | #Constraints:      37120
177.83/178.60	WSVECS04 Frhs2[12]: 6 -36.7247 0 shouldn't be
177.83/178.60	WSVECS04 Frhs2[15]: 6 -36.7247 0 shouldn't be
177.83/178.60	WSVECS04 Frhs2[21]: 6 -36.7247 0 shouldn't be
177.83/178.60	WSVECS04 Frhs2[34]: 6 -36.7247 0 shouldn't be
177.83/178.60	WSVECS04 Frhs2[56]: 6 -380.074 0 shouldn't be
177.83/178.60	WSVECS04 Frhs2[62]: 6 -509.493 0 shouldn't be
177.83/178.60	WSVECS04 Frhs2[69]: 6 0 6.81526 shouldn't be
177.83/178.60	WSVECS04 Frhs2[96]: 6 0 218.114 shouldn't be
177.83/178.60	WSVECS04 Frhs2[107]: 6 0 215.226 shouldn't be
177.83/178.60	WSVECS04 Frhs2[136]: 6 0 195.783 shouldn't be
177.83/178.60	WSVECS04 Frhs2[155]: 6 0 539.448 shouldn't be
177.83/178.60	WSVECS04 Frhs2[299]: 6 0 14.5968 shouldn't be
177.83/178.60	WSVECS04 Frhs2[305]: 6 0 3.00009 shouldn't be
177.83/178.60	WSVECS04 Frhs2[307]: 6 0 215.226 shouldn't be
177.83/178.60	WSVECS04 Frhs2[314]: 6 0 209.872 shouldn't be
177.83/178.60	WSVECS04 Frhs2[440]: 6 0 222.462 shouldn't be
177.83/178.60	WSVECS04 Frhs2[606]: 6 0 135.818 shouldn't be
177.83/178.60	WSVECS04 Frhs2[626]: 6 0 53.7125 shouldn't be
177.83/178.60	WSVECS04 Frhs2[654]: 6 0 224.459 shouldn't be
177.83/178.60	WSVECS04 Frhs2[664]: 6 0 35.7246 shouldn't be
177.83/178.60	WSVECS04 Frhs2[729]: 6 0 0.873345 shouldn't be
177.83/178.60	WSVECS04 Frhs2[782]: 6 0 312.606 shouldn't be
177.83/178.60	WSVECS04 Frhs2[801]: 6 0 1.00004 shouldn't be
177.83/178.60	WSVECS04 Frhs2[887]: 6 0 1.00006 shouldn't be
177.83/178.60	WSVECS04 Frhs2[932]: 6 -0.509694 0 shouldn't be
177.83/178.60	WSVECS04 Frhs2[947]: 6 0 160.272 shouldn't be
177.83/178.60	WSVECS04 Frhs2[1037]: 6 0 1.00009 shouldn't be
177.83/178.60	WSVECS04 Frhs2[1116]: 6 0 315 shouldn't be
177.83/178.60	WSVECS04 Frhs2[1117]: 6 0 1.00003 shouldn't be
177.83/178.60	WSVECS04 Frhs2[1120]: 6 0 221.462 shouldn't be
177.83/178.60	WSVECS04 Frhs2[1167]: 6 0 355.32 shouldn't be
177.83/178.60	WSVECS04 Frhs2[1168]: 6 0 2.00003 shouldn't be
177.83/178.60	WSVECS04 Frhs2[1174]: 6 0 0.0420092 shouldn't be
177.83/178.60	WSVECS04 Frhs2[1193]: 6 0 21.5154 shouldn't be
177.83/178.60	WSVECS04 Frhs2[1206]: 6 0 0.26379 shouldn't be
177.83/178.60	WSVECS04 Frhs2[1259]: 6 0 0.490037 shouldn't be
177.83/178.60	WSVECS04 Frhs2[1268]: 6 0 262.072 shouldn't be
177.83/178.60	WSVECS04 Frhs2[1276]: 6 0 315 shouldn't be
177.83/178.60	WSVECS04 Frhs2[1347]: 6 0 215.226 shouldn't be
177.83/178.60	WSVECS04 Frhs2[1376]: 6 0 36.7246 shouldn't be
177.83/178.60	WSVECS04 Frhs2[1385]: 6 -1.00004 0 shouldn't be
177.83/178.60	WSVECS04 Frhs2[1398]: 6 0 355.32 shouldn't be
177.83/178.60	WSVECS04 Frhs2[1407]: 6 -355.32 0 shouldn't be
177.83/178.60	WSVECS04 Frhs2[1426]: 6 0 0.00554526 shouldn't be
177.83/178.60	WSVECS04 Frhs2[1427]: 6 0 215.226 shouldn't be
177.83/178.60	WSVECS04 Frhs2[1442]: 6 0 115.742 shouldn't be
177.83/178.61	WSVECS04 Frhs2[1444]: 6 -0.503577 0 shouldn't be
177.83/178.61	WSVECS04 Frhs2[1484]: 6 0 86.3225 shouldn't be
177.83/178.61	WSVECS04 Frhs2[1541]: 6 0 1.00009 shouldn't be
177.83/178.61	WSVECS04 Frhs2[1547]: 6 0 215.226 shouldn't be
177.83/178.61	WSVECS04 Frhs2[1556]: 6 0 29.3282 shouldn't be
177.83/178.61	WSVECS04 Frhs2[1565]: 6 0 1.00007 shouldn't be
177.83/178.61	WSVECS04 Frhs2[1589]: 6 0 323.948 shouldn't be
177.83/178.61	WSVECS04 Frhs2[1594]: 6 0 240.48 shouldn't be
177.83/178.61	WSVECS04 Frhs2[1600]: 6 0 143.394 shouldn't be
177.83/178.61	WSVECS04 Frhs2[1629]: 6 0 323.948 shouldn't be
177.83/178.61	WSVECS04 Frhs2[1634]: 6 0 240.48 shouldn't be
177.83/178.61	WSVECS04 Frhs2[1649]: 6 0 2.1894 shouldn't be
177.83/178.61	WSVECS04 Frhs2[1678]: 6 0 2.18948 shouldn't be
177.83/178.61	WSVECS04 Frhs2[1701]: 6 0 1.00004 shouldn't be
177.83/178.61	WSVECS04 Frhs2[1720]: 6 0 105.733 shouldn't be
177.83/178.61	WSVECS04 Frhs2[1795]: 6 -346.338 0 shouldn't be
177.83/178.61	WSVECS04 Frhs2[1804]: 6 -213.02 0 shouldn't be
177.83/178.61	WSVECS04 Frhs2[1805]: 6 -1.00006 0 shouldn't be
177.83/178.61	WSVECS04 Frhs2[1806]: 6 -1.00005 0 shouldn't be
177.83/178.61	WSVECS04 Frhs2[1813]: 6 -1.00004 0 shouldn't be
177.83/178.61	WSVECS04 Frhs2[1816]: 6 -1.00008 0 shouldn't be
184.12/184.99	c #Conflicts:    1051000 | #Constraints:      38121
184.12/184.99	c #Conflicts:    1052000 | #Constraints:      39121
184.12/184.99	c #Conflicts:    1053000 | #Constraints:      40121
184.12/184.99	c #Conflicts:    1054000 | #Constraints:      41121
184.12/184.99	c #Conflicts:    1055000 | #Constraints:      42121
184.12/184.99	c #Conflicts:    1056000 | #Constraints:      43121
184.12/184.99	c #Conflicts:    1057000 | #Constraints:      44121
184.12/184.99	c #Conflicts:    1058000 | #Constraints:      45121
184.12/184.99	c #Conflicts:    1059000 | #Constraints:      46121
184.12/184.99	c #Conflicts:    1060000 | #Constraints:      47121
184.12/184.99	c #Conflicts:    1061000 | #Constraints:      48121
184.12/184.99	c #Conflicts:    1062000 | #Constraints:      49121
184.12/184.99	c INPROCESSING
184.12/184.99	c GARBAGE COLLECT
184.12/184.99	c #Conflicts:    1063000 | #Constraints:      29717
184.12/184.99	c #Conflicts:    1064000 | #Constraints:      30717
184.12/184.99	c #Conflicts:    1065000 | #Constraints:      31717
184.12/184.99	c #Conflicts:    1066000 | #Constraints:      32717
184.12/184.99	c #Conflicts:    1067000 | #Constraints:      33717
184.12/184.99	c #Conflicts:    1068000 | #Constraints:      34717
184.12/184.99	c #Conflicts:    1069000 | #Constraints:      35717
184.12/184.99	c #Conflicts:    1070000 | #Constraints:      36717
184.12/184.99	c #Conflicts:    1071000 | #Constraints:      37718
184.12/184.99	c #Conflicts:    1072000 | #Constraints:      38718
184.12/184.99	c #Conflicts:    1073000 | #Constraints:      39718
184.12/184.99	c #Conflicts:    1074000 | #Constraints:      40718
184.12/184.99	c #Conflicts:    1075000 | #Constraints:      41718
184.12/184.99	c #Conflicts:    1076000 | #Constraints:      42718
184.12/184.99	c #Conflicts:    1077000 | #Constraints:      43718
184.12/184.99	c #Conflicts:    1078000 | #Constraints:      44718
184.12/184.99	c #Conflicts:    1079000 | #Constraints:      45718
184.12/184.99	c #Conflicts:    1080000 | #Constraints:      46718
184.12/184.99	c #Conflicts:    1081000 | #Constraints:      47718
184.12/184.99	WSVECS04 Frhs2[15]: 6 -1 0 shouldn't be
184.12/184.99	WSVECS04 Frhs2[57]: 6 -57.9802 0 shouldn't be
184.12/184.99	WSVECS04 Frhs2[60]: 6 -25.8736 0 shouldn't be
184.12/184.99	WSVECS04 Frhs2[68]: 6 -43.7344 0 shouldn't be
184.12/184.99	WSVECS04 Frhs2[70]: 6 0 193.426 shouldn't be
184.12/184.99	WSVECS04 Frhs2[82]: 6 0 38.5495 shouldn't be
184.12/184.99	WSVECS04 Frhs2[106]: 6 0 38.4058 shouldn't be
184.12/184.99	WSVECS04 Frhs2[149]: 6 0 10.3232 shouldn't be
184.12/184.99	WSVECS04 Frhs2[294]: 6 0 1 shouldn't be
184.12/184.99	WSVECS04 Frhs2[343]: 6 0 10.3252 shouldn't be
184.12/184.99	WSVECS04 Frhs2[369]: 6 0 3.94583 shouldn't be
184.12/184.99	WSVECS04 Frhs2[385]: 6 0 38.0144 shouldn't be
184.12/184.99	WSVECS04 Frhs2[388]: 6 0 8.62039 shouldn't be
184.12/184.99	WSVECS04 Frhs2[424]: 6 0 19.0386 shouldn't be
184.12/184.99	WSVECS04 Frhs2[483]: 6 -0.0512097 0 shouldn't be
184.12/184.99	WSVECS04 Frhs2[486]: 6 0 164.513 shouldn't be
184.12/184.99	WSVECS04 Frhs2[526]: 6 0 164.513 shouldn't be
184.12/184.99	WSVECS04 Frhs2[529]: 6 0 49.8622 shouldn't be
184.12/184.99	WSVECS04 Frhs2[562]: 6 -41.2861 0 shouldn't be
184.12/184.99	WSVECS04 Frhs2[576]: 6 0 91.6192 shouldn't be
184.12/184.99	WSVECS04 Frhs2[631]: 6 0 43.7297 shouldn't be
184.12/184.99	WSVECS04 Frhs2[640]: 6 0 23.3057 shouldn't be
184.12/184.99	WSVECS04 Frhs2[689]: 6 0 46.9127 shouldn't be
184.12/184.99	WSVECS04 Frhs2[700]: 6 0 1 shouldn't be
184.12/184.99	WSVECS04 Frhs2[719]: 6 0 1 shouldn't be
184.12/184.99	WSVECS04 Frhs2[726]: 6 -164.513 0 shouldn't be
184.12/184.99	WSVECS04 Frhs2[730]: 6 0 0.456519 shouldn't be
184.12/184.99	WSVECS04 Frhs2[736]: 6 0 91.6192 shouldn't be
184.12/184.99	WSVECS04 Frhs2[743]: 6 0 3.29732 shouldn't be
184.12/184.99	WSVECS04 Frhs2[753]: 6 0 34.2663 shouldn't be
184.12/184.99	WSVECS04 Frhs2[754]: 6 0 4.42936 shouldn't be
184.12/184.99	WSVECS04 Frhs2[767]: 6 -45.2981 0 shouldn't be
184.12/184.99	WSVECS04 Frhs2[769]: 6 -2.94946 0 shouldn't be
184.12/184.99	WSVECS04 Frhs2[792]: 6 0 41.0737 shouldn't be
184.12/184.99	WSVECS04 Frhs2[840]: 6 0 22.0987 shouldn't be
184.12/184.99	WSVECS04 Frhs2[860]: 6 0 1 shouldn't be
184.12/184.99	WSVECS04 Frhs2[992]: 6 0 1 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1043]: 6 0 40.0144 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1116]: 6 0 4.48096 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1126]: 6 0 1 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1138]: 6 -1 0 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1152]: 6 0 1 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1155]: 6 0 11.8879 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1159]: 6 0 1 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1183]: 6 0 14.6441 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1184]: 6 0 1 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1186]: 6 0 0.0968762 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1191]: 6 0 1 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1267]: 6 0 12.6182 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1289]: 6 0 1.82575 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1306]: 6 0 2.04296 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1621]: 6 0 1 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1689]: 6 0 20.5908 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1699]: 6 0 1.47143 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1712]: 6 0 41.0737 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1713]: 6 0 34.2663 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1744]: 6 -4 0 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1796]: 6 -1.85965 0 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1815]: 6 -1 0 shouldn't be
184.12/184.99	WSVECS04 Frhs2[1818]: 6 -4 0 shouldn't be
197.04/197.93	c #Conflicts:    1082000 | #Constraints:      48719
197.04/197.93	c #Conflicts:    1083000 | #Constraints:      49719
197.04/197.93	c INPROCESSING
197.04/197.93	c GARBAGE COLLECT
197.04/197.93	c #Conflicts:    1084000 | #Constraints:      30115
197.04/197.93	c #Conflicts:    1085000 | #Constraints:      31115
197.04/197.93	c #Conflicts:    1086000 | #Constraints:      32115
197.04/197.93	c #Conflicts:    1087000 | #Constraints:      33115
197.04/197.93	c #Conflicts:    1088000 | #Constraints:      34115
197.04/197.93	c #Conflicts:    1089000 | #Constraints:      35115
197.04/197.93	c #Conflicts:    1090000 | #Constraints:      36115
197.04/197.93	c #Conflicts:    1091000 | #Constraints:      37115
197.04/197.93	c #Conflicts:    1092000 | #Constraints:      38115
197.04/197.93	c #Conflicts:    1093000 | #Constraints:      39115
197.04/197.93	c #Conflicts:    1094000 | #Constraints:      40115
197.04/197.93	c #Conflicts:    1095000 | #Constraints:      41115
197.04/197.93	c #Conflicts:    1096000 | #Constraints:      42115
197.04/197.93	c #Conflicts:    1097000 | #Constraints:      43115
197.04/197.93	c #Conflicts:    1098000 | #Constraints:      44115
197.04/197.93	c #Conflicts:    1099000 | #Constraints:      45115
197.04/197.93	c #Conflicts:    1100000 | #Constraints:      46115
197.04/197.93	c #Conflicts:    1101000 | #Constraints:      47115
197.04/197.93	c #Conflicts:    1102000 | #Constraints:      48115
197.04/197.93	c #Conflicts:    1103000 | #Constraints:      49115
197.04/197.93	c #Conflicts:    1104000 | #Constraints:      50115
197.04/197.93	c INPROCESSING
197.04/197.93	c GARBAGE COLLECT
197.04/197.93	c #Conflicts:    1105000 | #Constraints:      30318
197.04/197.93	c #Conflicts:    1106000 | #Constraints:      31318
197.04/197.93	c #Conflicts:    1107000 | #Constraints:      32318
197.04/197.93	c #Conflicts:    1108000 | #Constraints:      33318
197.04/197.93	c #Conflicts:    1109000 | #Constraints:      34318
197.04/197.93	c #Conflicts:    1110000 | #Constraints:      35318
197.04/197.93	c #Conflicts:    1111000 | #Constraints:      36318
197.04/197.93	c #Conflicts:    1112000 | #Constraints:      37318
197.04/197.93	c #Conflicts:    1113000 | #Constraints:      38318
197.04/197.93	c #Conflicts:    1114000 | #Constraints:      39318
197.04/197.93	c #Conflicts:    1115000 | #Constraints:      40318
197.04/197.93	c #Conflicts:    1116000 | #Constraints:      41318
197.04/197.93	c #Conflicts:    1117000 | #Constraints:      42319
197.04/197.93	c #Conflicts:    1118000 | #Constraints:      43319
197.04/197.93	c #Conflicts:    1119000 | #Constraints:      44319
197.04/197.93	c #Conflicts:    1120000 | #Constraints:      45319
197.04/197.93	c #Conflicts:    1121000 | #Constraints:      46319
197.04/197.93	c #Conflicts:    1122000 | #Constraints:      47319
197.04/197.93	c #Conflicts:    1123000 | #Constraints:      48319
197.04/197.93	c #Conflicts:    1124000 | #Constraints:      49319
197.04/197.93	c #Conflicts:    1125000 | #Constraints:      50319
197.04/197.93	c INPROCESSING
197.04/197.93	c GARBAGE COLLECT
197.04/197.93	c #Conflicts:    1126000 | #Constraints:      30326
197.04/197.93	c #Conflicts:    1127000 | #Constraints:      31326
197.04/197.93	c #Conflicts:    1128000 | #Constraints:      32326
197.04/197.93	c #Conflicts:    1129000 | #Constraints:      33326
197.04/197.93	c #Conflicts:    1130000 | #Constraints:      34326
197.04/197.93	c #Conflicts:    1131000 | #Constraints:      35326
197.04/197.93	c #Conflicts:    1132000 | #Constraints:      36326
197.04/197.93	c #Conflicts:    1133000 | #Constraints:      37326
197.04/197.93	c #Conflicts:    1134000 | #Constraints:      38326
197.04/197.93	c #Conflicts:    1135000 | #Constraints:      39326
197.04/197.93	c #Conflicts:    1136000 | #Constraints:      40326
197.04/197.93	c #Conflicts:    1137000 | #Constraints:      41326
197.04/197.93	c #Conflicts:    1138000 | #Constraints:      42326
197.04/197.93	c #Conflicts:    1139000 | #Constraints:      43326
197.04/197.93	c #Conflicts:    1140000 | #Constraints:      44326
197.04/197.93	c #Conflicts:    1141000 | #Constraints:      45326
197.04/197.93	c #Conflicts:    1142000 | #Constraints:      46326
197.04/197.93	c #Conflicts:    1143000 | #Constraints:      47326
197.04/197.93	c #Conflicts:    1144000 | #Constraints:      48326
197.04/197.93	WSVECS04 Frhs2[51]: 6 -8618.28 0 shouldn't be
197.04/197.93	WSVECS04 Frhs2[53]: 6 -8724.11 0 shouldn't be
197.04/197.93	WSVECS04 Frhs2[55]: 6 0 17463.8 shouldn't be
197.04/197.93	WSVECS04 Frhs2[61]: 6 -8037.36 0 shouldn't be
197.04/197.93	WSVECS04 Frhs2[66]: 6 -8858.1 0 shouldn't be
197.04/197.93	WSVECS04 Frhs2[168]: 6 0 1.00002 shouldn't be
197.04/197.93	WSVECS04 Frhs2[207]: 6 0 10634.7 shouldn't be
197.04/197.93	WSVECS04 Frhs2[225]: 6 0 1.00001 shouldn't be
197.04/197.93	WSVECS04 Frhs2[232]: 6 0 6851.91 shouldn't be
197.04/197.93	WSVECS04 Frhs2[234]: 6 0 731.537 shouldn't be
197.04/197.93	WSVECS04 Frhs2[237]: 6 0 1.00009 shouldn't be
197.04/197.93	WSVECS04 Frhs2[266]: 6 0 3.65066 shouldn't be
197.04/197.93	WSVECS04 Frhs2[283]: 6 0 8546 shouldn't be
197.04/197.93	WSVECS04 Frhs2[422]: 6 0 388.743 shouldn't be
197.04/197.93	WSVECS04 Frhs2[438]: 6 0 10634.7 shouldn't be
197.04/197.93	WSVECS04 Frhs2[439]: 6 -1.00009 0 shouldn't be
197.04/197.93	WSVECS04 Frhs2[440]: 6 0 8348.2 shouldn't be
197.04/197.93	WSVECS04 Frhs2[444]: 6 0 0.503608 shouldn't be
197.04/197.93	WSVECS04 Frhs2[490]: 6 -8837.43 0 shouldn't be
197.04/197.93	WSVECS04 Frhs2[525]: 6 0 1.00003 shouldn't be
197.04/197.93	WSVECS04 Frhs2[539]: 6 0 3073.61 shouldn't be
197.04/197.93	WSVECS04 Frhs2[563]: 6 0 1373.77 shouldn't be
197.04/197.93	WSVECS04 Frhs2[712]: 6 -6851.91 0 shouldn't be
197.04/197.93	WSVECS04 Frhs2[769]: 6 0 2407.9 shouldn't be
197.04/197.93	WSVECS04 Frhs2[789]: 6 0 14524.8 shouldn't be
197.04/197.93	WSVECS04 Frhs2[835]: 6 -23609.9 0 shouldn't be
197.04/197.93	WSVECS04 Frhs2[862]: 6 0 3956.66 shouldn't be
197.04/197.93	WSVECS04 Frhs2[1062]: 6 0 10687.7 shouldn't be
197.04/197.93	WSVECS04 Frhs2[1140]: 6 0 13725.9 shouldn't be
197.04/197.93	WSVECS04 Frhs2[1146]: 6 0 5893.37 shouldn't be
197.04/197.93	WSVECS04 Frhs2[1174]: 6 0 1196.12 shouldn't be
197.04/197.93	WSVECS04 Frhs2[1207]: 6 0 10635.7 shouldn't be
197.04/197.93	WSVECS04 Frhs2[1220]: 6 0 13726.9 shouldn't be
197.04/197.93	WSVECS04 Frhs2[1223]: 6 0 1047.74 shouldn't be
197.04/197.93	WSVECS04 Frhs2[1296]: 6 0 1546.98 shouldn't be
197.04/197.93	WSVECS04 Frhs2[1438]: 6 0 86.6733 shouldn't be
197.04/197.93	WSVECS04 Frhs2[1608]: 6 0 1.00004 shouldn't be
197.04/197.93	WSVECS04 Frhs2[1693]: 6 -1.00006 0 shouldn't be
197.04/197.93	WSVECS04 Frhs2[1732]: 6 -1.00002 0 shouldn't be
197.04/197.93	WSVECS04 Frhs2[1786]: 6 -2.00003 0 shouldn't be
197.04/197.93	WSVECS04 Frhs2[1795]: 6 -10388.4 0 shouldn't be
197.04/197.93	WSVECS04 Frhs2[1840]: 6 -1.00003 0 shouldn't be
197.04/197.93	WSVECS04 Frhs2[1850]: 6 -1.00002 0 shouldn't be
197.04/197.93	WSVECS04 Frhs2[1858]: 6 -2701.17 0 shouldn't be
197.04/197.93	WSVECS04 Frhs2[1869]: 6 -1.00006 0 shouldn't be
197.04/197.93	WSVECS04 Frhs2[1876]: 6 -8133.66 0 shouldn't be
197.04/197.93	WSVECS04 Frhs2[1885]: 6 -10350.7 0 shouldn't be
197.04/197.93	WSVECS04 Frhs2[1886]: 6 -2640.75 0 shouldn't be
206.01/206.99	c #Conflicts:    1145000 | #Constraints:      49327
206.01/206.99	c #Conflicts:    1146000 | #Constraints:      50327
206.01/206.99	c INPROCESSING
206.01/206.99	c GARBAGE COLLECT
206.01/206.99	c #Conflicts:    1147000 | #Constraints:      30113
206.01/206.99	c #Conflicts:    1148000 | #Constraints:      31113
206.01/206.99	c #Conflicts:    1149000 | #Constraints:      32113
206.01/206.99	c #Conflicts:    1150000 | #Constraints:      33113
206.01/206.99	c #Conflicts:    1151000 | #Constraints:      34113
206.01/206.99	c #Conflicts:    1152000 | #Constraints:      35113
206.01/206.99	c #Conflicts:    1153000 | #Constraints:      36113
206.01/206.99	c #Conflicts:    1154000 | #Constraints:      37113
206.01/206.99	c #Conflicts:    1155000 | #Constraints:      38113
206.01/206.99	c #Conflicts:    1156000 | #Constraints:      39113
206.01/206.99	c #Conflicts:    1157000 | #Constraints:      40113
206.01/206.99	c #Conflicts:    1158000 | #Constraints:      41113
206.01/206.99	c #Conflicts:    1159000 | #Constraints:      42113
206.01/206.99	c #Conflicts:    1160000 | #Constraints:      43113
206.01/206.99	c #Conflicts:    1161000 | #Constraints:      44113
206.01/206.99	c #Conflicts:    1162000 | #Constraints:      45113
206.01/206.99	c #Conflicts:    1163000 | #Constraints:      46113
206.01/206.99	c #Conflicts:    1164000 | #Constraints:      47113
206.01/206.99	c #Conflicts:    1165000 | #Constraints:      48114
206.01/206.99	c #Conflicts:    1166000 | #Constraints:      49114
206.01/206.99	c #Conflicts:    1167000 | #Constraints:      50114
206.01/206.99	c #Conflicts:    1168000 | #Constraints:      51114
206.01/206.99	c INPROCESSING
206.01/206.99	c GARBAGE COLLECT
206.01/206.99	c #Conflicts:    1169000 | #Constraints:      30714
206.01/206.99	c #Conflicts:    1170000 | #Constraints:      31714
206.01/206.99	c #Conflicts:    1171000 | #Constraints:      32714
206.01/206.99	c #Conflicts:    1172000 | #Constraints:      33714
206.01/206.99	c #Conflicts:    1173000 | #Constraints:      34714
206.01/206.99	c #Conflicts:    1174000 | #Constraints:      35714
206.01/206.99	c #Conflicts:    1175000 | #Constraints:      36714
206.01/206.99	c #Conflicts:    1176000 | #Constraints:      37715
206.01/206.99	c #Conflicts:    1177000 | #Constraints:      38715
206.01/206.99	c #Conflicts:    1178000 | #Constraints:      39715
206.01/206.99	c #Conflicts:    1179000 | #Constraints:      40715
206.01/206.99	c #Conflicts:    1180000 | #Constraints:      41715
206.01/206.99	c #Conflicts:    1181000 | #Constraints:      42715
206.01/206.99	c #Conflicts:    1182000 | #Constraints:      43715
206.01/206.99	c #Conflicts:    1183000 | #Constraints:      44715
206.01/206.99	c #Conflicts:    1184000 | #Constraints:      45715
206.01/206.99	c #Conflicts:    1185000 | #Constraints:      46715
206.01/206.99	c #Conflicts:    1186000 | #Constraints:      47715
206.01/206.99	c #Conflicts:    1187000 | #Constraints:      48715
206.01/206.99	c #Conflicts:    1188000 | #Constraints:      49715
206.01/206.99	c #Conflicts:    1189000 | #Constraints:      50716
206.01/206.99	c #Conflicts:    1190000 | #Constraints:      51716
206.01/206.99	c INPROCESSING
206.01/206.99	c GARBAGE COLLECT
206.01/206.99	c #Conflicts:    1191000 | #Constraints:      31117
206.01/206.99	c #Conflicts:    1192000 | #Constraints:      32117
206.01/206.99	c #Conflicts:    1193000 | #Constraints:      33117
206.01/206.99	c #Conflicts:    1194000 | #Constraints:      34117
206.01/206.99	c #Conflicts:    1195000 | #Constraints:      35117
206.01/206.99	c #Conflicts:    1196000 | #Constraints:      36117
206.01/206.99	c #Conflicts:    1197000 | #Constraints:      37117
206.01/206.99	WSVECS04 Frhs2[20]: 6 -1.00005 0 shouldn't be
206.01/206.99	WSVECS04 Frhs2[22]: 6 -1.00007 0 shouldn't be
206.01/206.99	WSVECS04 Frhs2[24]: 6 -1.00003 0 shouldn't be
206.01/206.99	WSVECS04 Frhs2[44]: 6 0 6.42795 shouldn't be
206.01/206.99	WSVECS04 Frhs2[45]: 6 0 1.63998 shouldn't be
206.01/206.99	WSVECS04 Frhs2[48]: 6 0 5.18397 shouldn't be
206.01/206.99	WSVECS04 Frhs2[54]: 6 0 5.59169 shouldn't be
206.01/206.99	WSVECS04 Frhs2[58]: 6 0 0.248839 shouldn't be
206.01/206.99	WSVECS04 Frhs2[59]: 6 0 2.34507 shouldn't be
206.01/206.99	WSVECS04 Frhs2[61]: 6 0 4.40867 shouldn't be
206.01/206.99	WSVECS04 Frhs2[63]: 6 0 10.8722 shouldn't be
206.01/206.99	WSVECS04 Frhs2[67]: 6 0 3.86572 shouldn't be
206.01/206.99	WSVECS04 Frhs2[80]: 6 0 2.9913 shouldn't be
206.01/206.99	WSVECS04 Frhs2[94]: 6 -0.749162 0 shouldn't be
206.01/206.99	WSVECS04 Frhs2[106]: 6 0 2.17473 shouldn't be
206.01/206.99	WSVECS04 Frhs2[108]: 6 0 2.00003 shouldn't be
206.01/206.99	WSVECS04 Frhs2[121]: 6 0 2.00002 shouldn't be
206.01/206.99	WSVECS04 Frhs2[150]: 6 0 1.00003 shouldn't be
206.01/206.99	WSVECS04 Frhs2[154]: 6 0 4.37618 shouldn't be
206.01/206.99	WSVECS04 Frhs2[162]: 6 0 1.34083 shouldn't be
206.01/206.99	WSVECS04 Frhs2[171]: 6 0 1.00003 shouldn't be
206.01/206.99	WSVECS04 Frhs2[202]: 6 0 0.54118 shouldn't be
206.01/206.99	WSVECS04 Frhs2[231]: 6 0 6.20057 shouldn't be
206.01/206.99	WSVECS04 Frhs2[240]: 6 0 4.14248 shouldn't be
206.01/206.99	WSVECS04 Frhs2[255]: 6 0 1.00004 shouldn't be
206.01/206.99	WSVECS04 Frhs2[257]: 6 -1.00005 0 shouldn't be
206.01/206.99	WSVECS04 Frhs2[266]: 6 0 2.99266 shouldn't be
206.01/206.99	WSVECS04 Frhs2[271]: 6 0 5.20059 shouldn't be
206.01/206.99	WSVECS04 Frhs2[282]: 6 0 1.34083 shouldn't be
206.01/206.99	WSVECS04 Frhs2[316]: 6 0 0.438398 shouldn't be
206.01/206.99	WSVECS04 Frhs2[318]: 6 0 0.0390566 shouldn't be
206.01/206.99	WSVECS04 Frhs2[343]: 6 -4.84934 0 shouldn't be
206.01/206.99	WSVECS04 Frhs2[351]: 6 0 5.20056 shouldn't be
206.01/206.99	WSVECS04 Frhs2[354]: 6 0 1.2955 shouldn't be
206.01/206.99	WSVECS04 Frhs2[374]: 6 0 1.00001 shouldn't be
206.01/206.99	WSVECS04 Frhs2[375]: 6 0 1.00002 shouldn't be
206.01/206.99	WSVECS04 Frhs2[382]: 6 -0.977622 0 shouldn't be
206.01/206.99	WSVECS04 Frhs2[394]: 6 0 1.29549 shouldn't be
206.01/206.99	WSVECS04 Frhs2[414]: 6 0 1.00002 shouldn't be
206.01/206.99	WSVECS04 Frhs2[539]: 6 -4.21127 0 shouldn't be
206.01/206.99	WSVECS04 Frhs2[563]: 6 -1.87233 0 shouldn't be
206.01/206.99	WSVECS04 Frhs2[579]: 6 0 0.00789645 shouldn't be
206.01/206.99	WSVECS04 Frhs2[594]: 6 0 3.57511 shouldn't be
206.01/206.99	WSVECS04 Frhs2[600]: 6 0 0.279107 shouldn't be
206.01/206.99	WSVECS04 Frhs2[619]: 6 0 0.00792559 shouldn't be
206.01/206.99	WSVECS04 Frhs2[634]: 6 0 3.57509 shouldn't be
206.01/206.99	WSVECS04 Frhs2[656]: 6 0 1.00006 shouldn't be
206.01/206.99	WSVECS04 Frhs2[674]: 6 0 3.57512 shouldn't be
206.01/206.99	WSVECS04 Frhs2[686]: 6 0 2.65353 shouldn't be
206.01/206.99	WSVECS04 Frhs2[699]: 6 0 0.00786827 shouldn't be
206.01/206.99	WSVECS04 Frhs2[730]: 6 -7.10995 0 shouldn't be
206.01/206.99	WSVECS04 Frhs2[756]: 6 0 0.438341 shouldn't be
206.01/206.99	WSVECS04 Frhs2[778]: 6 0 1.00008 shouldn't be
206.01/206.99	WSVECS04 Frhs2[849]: 6 0 0.990743 shouldn't be
206.01/206.99	WSVECS04 Frhs2[853]: 6 -1.00006 0 shouldn't be
206.01/206.99	WSVECS04 Frhs2[908]: 6 0 0.0672588 shouldn't be
206.01/206.99	WSVECS04 Frhs2[914]: 6 0 1.21184 shouldn't be
206.01/206.99	WSVECS04 Frhs2[965]: 6 0 1.00006 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1000]: 6 0 8.77246 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1017]: 6 0 1.00003 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1040]: 6 0 8.77247 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1043]: 6 0 0.285018 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1057]: 6 0 1.00004 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1059]: 6 0 1.00007 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1080]: 6 0 8.77242 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1083]: 6 0 0.285056 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1099]: 6 0 1.00002 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1120]: 6 0 4.69444 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1168]: 6 0 1.00002 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1174]: 6 -0.75261 0 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1188]: 6 0 3.0068 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1280]: 6 0 1.00006 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1287]: 6 0 3.71854 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1315]: 6 0 2.49375 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1323]: 6 -2.47076 0 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1334]: 6 -0.749166 0 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1388]: 6 0 2.71854 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1400]: 6 0 1.00006 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1414]: 6 -0.75261 0 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1440]: 6 0 1.00006 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1454]: 6 -0.749134 0 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1477]: 6 0 1.00007 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1489]: 6 0 0.0390465 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1494]: 6 -0.749149 0 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1574]: 6 -0.749141 0 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1624]: 6 0 4.32974 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1633]: 6 0 2.00002 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1634]: 6 0 1.00008 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1644]: 6 0 0.554809 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1651]: 6 0 1.0001 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1735]: 6 -3.00008 0 shouldn't be
206.01/206.99	WSVECS04 Frhs2[1814]: 6 0 2.27405 shouldn't be
210.70/211.61	c #Conflicts:    1198000 | #Constraints:      38118
210.70/211.61	c #Conflicts:    1199000 | #Constraints:      39118
210.70/211.61	c #Conflicts:    1200000 | #Constraints:      40118
210.70/211.61	c #Conflicts:    1201000 | #Constraints:      41118
210.70/211.61	c #Conflicts:    1202000 | #Constraints:      42118
210.70/211.61	c #Conflicts:    1203000 | #Constraints:      43118
210.70/211.61	c #Conflicts:    1204000 | #Constraints:      44118
210.70/211.61	c #Conflicts:    1205000 | #Constraints:      45118
210.70/211.61	c #Conflicts:    1206000 | #Constraints:      46118
210.70/211.61	c #Conflicts:    1207000 | #Constraints:      47118
210.70/211.61	c #Conflicts:    1208000 | #Constraints:      48118
210.70/211.61	c #Conflicts:    1209000 | #Constraints:      49118
210.70/211.61	c #Conflicts:    1210000 | #Constraints:      50118
210.70/211.61	c #Conflicts:    1211000 | #Constraints:      51118
210.70/211.61	c #Conflicts:    1212000 | #Constraints:      52118
210.70/211.61	c INPROCESSING
210.70/211.61	c GARBAGE COLLECT
210.70/211.61	c #Conflicts:    1213000 | #Constraints:      31319
210.70/211.61	c #Conflicts:    1214000 | #Constraints:      32319
210.70/211.61	c #Conflicts:    1215000 | #Constraints:      33319
210.70/211.61	c #Conflicts:    1216000 | #Constraints:      34319
210.70/211.61	c #Conflicts:    1217000 | #Constraints:      35319
210.70/211.61	c #Conflicts:    1218000 | #Constraints:      36319
210.70/211.61	c #Conflicts:    1219000 | #Constraints:      37319
210.70/211.61	c #Conflicts:    1220000 | #Constraints:      38319
210.70/211.61	c #Conflicts:    1221000 | #Constraints:      39319
210.70/211.61	c #Conflicts:    1222000 | #Constraints:      40319
210.70/211.61	c #Conflicts:    1223000 | #Constraints:      41319
210.70/211.61	WSVECS04 Frhs2[5]: 6 -103.217 0 shouldn't be
210.70/211.61	WSVECS04 Frhs2[8]: 6 -103.217 0 shouldn't be
210.70/211.61	WSVECS04 Frhs2[9]: 6 -103.217 0 shouldn't be
210.70/211.61	WSVECS04 Frhs2[13]: 6 -103.217 0 shouldn't be
210.70/211.61	WSVECS04 Frhs2[14]: 6 -103.217 0 shouldn't be
210.70/211.61	WSVECS04 Frhs2[16]: 6 -103.217 0 shouldn't be
210.70/211.61	WSVECS04 Frhs2[29]: 6 -103.217 0 shouldn't be
210.70/211.61	WSVECS04 Frhs2[30]: 6 -103.217 0 shouldn't be
210.70/211.61	WSVECS04 Frhs2[31]: 6 -103.217 0 shouldn't be
210.70/211.61	WSVECS04 Frhs2[33]: 6 -103.217 0 shouldn't be
210.70/211.61	WSVECS04 Frhs2[36]: 6 -103.217 0 shouldn't be
210.70/211.61	WSVECS04 Frhs2[37]: 6 -103.217 0 shouldn't be
210.70/211.61	WSVECS04 Frhs2[38]: 6 -103.217 0 shouldn't be
210.70/211.61	WSVECS04 Frhs2[40]: 6 -103.217 0 shouldn't be
210.70/211.61	WSVECS04 Frhs2[49]: 6 -2623.96 0 shouldn't be
210.70/211.61	WSVECS04 Frhs2[50]: 6 -1301.37 0 shouldn't be
210.70/211.61	WSVECS04 Frhs2[51]: 6 -905.977 0 shouldn't be
210.70/211.61	WSVECS04 Frhs2[78]: 6 0 471.444 shouldn't be
210.70/211.61	WSVECS04 Frhs2[79]: 6 0 1491.43 shouldn't be
210.70/211.61	WSVECS04 Frhs2[113]: 6 0 1059.96 shouldn't be
210.70/211.61	WSVECS04 Frhs2[151]: 6 0 1268.02 shouldn't be
210.70/211.61	WSVECS04 Frhs2[221]: 6 0 1.00009 shouldn't be
210.70/211.61	WSVECS04 Frhs2[261]: 6 0 1.00003 shouldn't be
210.70/211.61	WSVECS04 Frhs2[356]: 6 0 553.906 shouldn't be
210.70/211.61	WSVECS04 Frhs2[363]: 6 0 1.00002 shouldn't be
210.70/211.61	WSVECS04 Frhs2[364]: 6 0 153.051 shouldn't be
210.70/211.61	WSVECS04 Frhs2[389]: 6 0 1.00003 shouldn't be
210.70/211.61	WSVECS04 Frhs2[403]: 6 0 1.00005 shouldn't be
210.70/211.61	WSVECS04 Frhs2[404]: 6 0 153.051 shouldn't be
210.70/211.61	WSVECS04 Frhs2[443]: 6 0 1.76108 shouldn't be
210.70/211.61	WSVECS04 Frhs2[444]: 6 0 153.051 shouldn't be
210.70/211.61	WSVECS04 Frhs2[462]: 6 0 2420.03 shouldn't be
210.70/211.61	WSVECS04 Frhs2[473]: 6 0 1059.96 shouldn't be
210.70/211.61	WSVECS04 Frhs2[474]: 6 0 1321.57 shouldn't be
210.70/211.61	WSVECS04 Frhs2[482]: 6 0 1321.57 shouldn't be
210.70/211.61	WSVECS04 Frhs2[489]: 6 0 7.20419 shouldn't be
210.70/211.61	WSVECS04 Frhs2[503]: 6 0 1.00007 shouldn't be
210.70/211.61	WSVECS04 Frhs2[514]: 6 0 94.1539 shouldn't be
210.70/211.61	WSVECS04 Frhs2[515]: 6 0 218.013 shouldn't be
210.70/211.61	WSVECS04 Frhs2[522]: 6 0 1321.56 shouldn't be
210.70/211.61	WSVECS04 Frhs2[526]: 6 0 5663.48 shouldn't be
210.70/211.61	WSVECS04 Frhs2[542]: 6 0 2420.03 shouldn't be
210.70/211.61	WSVECS04 Frhs2[640]: 6 0 635.271 shouldn't be
210.70/211.61	WSVECS04 Frhs2[807]: 6 0 1321.56 shouldn't be
210.70/211.61	WSVECS04 Frhs2[842]: 6 0 1321.56 shouldn't be
210.70/211.61	WSVECS04 Frhs2[882]: 6 0 1321.57 shouldn't be
210.70/211.61	WSVECS04 Frhs2[981]: 6 0 1.00009 shouldn't be
210.70/211.61	WSVECS04 Frhs2[1030]: 6 0 307.281 shouldn't be
210.70/211.61	WSVECS04 Frhs2[1069]: 6 0 1.00005 shouldn't be
210.70/211.61	WSVECS04 Frhs2[1108]: 6 0 120.655 shouldn't be
210.70/211.61	WSVECS04 Frhs2[1116]: 6 0 46.7902 shouldn't be
210.70/211.61	WSVECS04 Frhs2[1155]: 6 0 235.254 shouldn't be
210.70/211.61	WSVECS04 Frhs2[1294]: 6 0 1.00002 shouldn't be
210.70/211.61	WSVECS04 Frhs2[1326]: 6 0 1378.07 shouldn't be
210.70/211.61	WSVECS04 Frhs2[1342]: 6 0 2420.03 shouldn't be
210.70/211.61	WSVECS04 Frhs2[1526]: 6 0 1378.07 shouldn't be
210.70/211.61	WSVECS04 Frhs2[1557]: 6 0 1.00007 shouldn't be
210.70/211.61	WSVECS04 Frhs2[1567]: 6 0 51.6084 shouldn't be
210.70/211.61	WSVECS04 Frhs2[1576]: 6 0 4486.27 shouldn't be
210.70/211.61	WSVECS04 Frhs2[1602]: 6 0 241.679 shouldn't be
210.70/211.61	WSVECS04 Frhs2[1654]: 6 0 12.1061 shouldn't be
210.70/211.61	WSVECS04 Frhs2[1692]: 6 0 17.8989 shouldn't be
210.70/211.61	WSVECS04 Frhs2[1706]: 6 0 637.764 shouldn't be
210.70/211.61	WSVECS04 Frhs2[1733]: 6 -1.00003 0 shouldn't be
210.70/211.61	WSVECS04 Frhs2[1780]: 6 -2.00004 0 shouldn't be
210.70/211.61	WSVECS04 Frhs2[1867]: 6 -2.00005 0 shouldn't be
212.80/213.75	c #Conflicts:    1224000 | #Constraints:      42320
212.80/213.75	c #Conflicts:    1225000 | #Constraints:      43320
212.80/213.75	c #Conflicts:    1226000 | #Constraints:      44320
212.80/213.75	c #Conflicts:    1227000 | #Constraints:      45320
212.80/213.75	c #Conflicts:    1228000 | #Constraints:      46320
212.80/213.75	c #Conflicts:    1229000 | #Constraints:      47320
212.80/213.75	c #Conflicts:    1230000 | #Constraints:      48320
212.80/213.75	c #Conflicts:    1231000 | #Constraints:      49320
212.80/213.75	c #Conflicts:    1232000 | #Constraints:      50320
212.80/213.75	c #Conflicts:    1233000 | #Constraints:      51320
212.80/213.75	c #Conflicts:    1234000 | #Constraints:      52320
212.80/213.75	c INPROCESSING
212.80/213.75	c GARBAGE COLLECT
212.80/213.75	WSVECS04 Frhs2[12]: 6 0 0.200001 shouldn't be
212.80/213.75	WSVECS04 Frhs2[46]: 6 0 44.3573 shouldn't be
212.80/213.75	WSVECS04 Frhs2[109]: 6 0 1.5 shouldn't be
212.80/213.75	WSVECS04 Frhs2[249]: 6 0 12.8205 shouldn't be
212.80/213.75	WSVECS04 Frhs2[481]: 6 0 1 shouldn't be
212.80/213.75	WSVECS04 Frhs2[505]: 6 0 1 shouldn't be
212.80/213.75	WSVECS04 Frhs2[521]: 6 0 1 shouldn't be
212.80/213.75	WSVECS04 Frhs2[529]: 6 0 1.51362 shouldn't be
212.80/213.75	WSVECS04 Frhs2[561]: 6 0 1 shouldn't be
212.80/213.75	WSVECS04 Frhs2[569]: 6 0 1.51362 shouldn't be
212.80/213.75	WSVECS04 Frhs2[661]: 6 0 1 shouldn't be
212.80/213.75	WSVECS04 Frhs2[701]: 6 0 1 shouldn't be
212.80/213.75	WSVECS04 Frhs2[715]: 6 -28.3905 0 shouldn't be
212.80/213.75	WSVECS04 Frhs2[749]: 6 -0.5 0 shouldn't be
212.80/213.75	WSVECS04 Frhs2[754]: 6 -15.2394 0 shouldn't be
212.80/213.75	WSVECS04 Frhs2[834]: 6 0 1 shouldn't be
212.80/213.75	WSVECS04 Frhs2[954]: 6 0 1 shouldn't be
212.80/213.75	WSVECS04 Frhs2[1019]: 6 -10.5783 0 shouldn't be
212.80/213.75	WSVECS04 Frhs2[1259]: 6 -8.57828 0 shouldn't be
212.80/213.75	WSVECS04 Frhs2[1323]: 6 0 0.4 shouldn't be
212.80/213.75	WSVECS04 Frhs2[1363]: 6 0 0.4 shouldn't be
212.80/213.75	WSVECS04 Frhs2[1389]: 6 0 0.5 shouldn't be
212.80/213.75	WSVECS04 Frhs2[1499]: 6 -10.5783 0 shouldn't be
212.80/213.75	WSVECS04 Frhs2[1698]: 6 0 0.2 shouldn't be
216.69/217.63	c #Conflicts:    1235000 | #Constraints:      31312
216.69/217.63	c #Conflicts:    1236000 | #Constraints:      32312
216.69/217.63	c #Conflicts:    1237000 | #Constraints:      33312
216.69/217.63	c #Conflicts:    1238000 | #Constraints:      34312
216.69/217.63	c #Conflicts:    1239000 | #Constraints:      35312
216.69/217.63	c #Conflicts:    1240000 | #Constraints:      36312
216.69/217.63	c #Conflicts:    1241000 | #Constraints:      37312
216.69/217.63	c #Conflicts:    1242000 | #Constraints:      38312
216.69/217.63	c #Conflicts:    1243000 | #Constraints:      39312
216.69/217.63	c #Conflicts:    1244000 | #Constraints:      40313
216.69/217.63	c #Conflicts:    1245000 | #Constraints:      41313
216.69/217.63	c #Conflicts:    1246000 | #Constraints:      42313
216.69/217.63	c #Conflicts:    1247000 | #Constraints:      43313
216.69/217.63	c #Conflicts:    1248000 | #Constraints:      44313
216.69/217.63	c #Conflicts:    1249000 | #Constraints:      45313
216.69/217.63	c #Conflicts:    1250000 | #Constraints:      46313
216.69/217.63	c #Conflicts:    1251000 | #Constraints:      47313
216.69/217.63	c #Conflicts:    1252000 | #Constraints:      48313
216.69/217.63	c #Conflicts:    1253000 | #Constraints:      49313
216.69/217.63	c #Conflicts:    1254000 | #Constraints:      50313
216.69/217.63	c #Conflicts:    1255000 | #Constraints:      51313
216.69/217.63	c #Conflicts:    1256000 | #Constraints:      52313
216.69/217.63	c INPROCESSING
216.69/217.63	c GARBAGE COLLECT
216.69/217.63	WSVECS04 Frhs2[44]: 6 -223.79 0 shouldn't be
216.69/217.63	WSVECS04 Frhs2[45]: 6 -48.0333 0 shouldn't be
216.69/217.63	WSVECS04 Frhs2[47]: 6 -222.195 0 shouldn't be
216.69/217.63	WSVECS04 Frhs2[50]: 6 -201.724 0 shouldn't be
216.69/217.63	WSVECS04 Frhs2[53]: 6 -134.8 0 shouldn't be
216.69/217.63	WSVECS04 Frhs2[54]: 6 -121.432 0 shouldn't be
216.69/217.63	WSVECS04 Frhs2[57]: 6 -223.438 0 shouldn't be
216.69/217.63	WSVECS04 Frhs2[58]: 6 -131.509 0 shouldn't be
216.69/217.63	WSVECS04 Frhs2[59]: 6 0 8.96989 shouldn't be
216.69/217.63	WSVECS04 Frhs2[62]: 6 -328.216 0 shouldn't be
216.69/217.63	WSVECS04 Frhs2[77]: 6 -135.12 0 shouldn't be
216.69/217.63	WSVECS04 Frhs2[78]: 6 -328.379 0 shouldn't be
216.69/217.63	WSVECS04 Frhs2[81]: 6 -193.428 0 shouldn't be
216.69/217.63	WSVECS04 Frhs2[91]: 6 -1 0 shouldn't be
216.69/217.63	WSVECS04 Frhs2[204]: 6 0 37.2128 shouldn't be
216.69/217.63	WSVECS04 Frhs2[238]: 6 0 207.804 shouldn't be
216.69/217.63	WSVECS04 Frhs2[289]: 6 0 39.3448 shouldn't be
216.69/217.63	WSVECS04 Frhs2[312]: 6 0 126.633 shouldn't be
216.69/217.63	WSVECS04 Frhs2[318]: 6 0 207.804 shouldn't be
216.69/217.63	WSVECS04 Frhs2[329]: 6 0 43.0984 shouldn't be
216.69/217.63	WSVECS04 Frhs2[360]: 6 -198.801 0 shouldn't be
216.69/217.63	WSVECS04 Frhs2[389]: 6 0 359.967 shouldn't be
216.69/217.63	WSVECS04 Frhs2[390]: 6 -73.9447 0 shouldn't be
216.69/217.63	WSVECS04 Frhs2[433]: 6 0 358.496 shouldn't be
216.69/217.63	WSVECS04 Frhs2[435]: 6 0 383.378 shouldn't be
216.69/217.63	WSVECS04 Frhs2[467]: 6 0 207.609 shouldn't be
216.69/217.63	WSVECS04 Frhs2[474]: 6 -296.858 0 shouldn't be
216.69/217.63	WSVECS04 Frhs2[589]: 6 0 359.967 shouldn't be
216.69/217.63	WSVECS04 Frhs2[600]: 6 -198.801 0 shouldn't be
216.69/217.63	WSVECS04 Frhs2[627]: 6 0 207.609 shouldn't be
216.69/217.63	WSVECS04 Frhs2[631]: 6 0 136.644 shouldn't be
216.69/217.63	WSVECS04 Frhs2[667]: 6 0 207.609 shouldn't be
216.69/217.63	WSVECS04 Frhs2[671]: 6 0 136.644 shouldn't be
216.69/217.63	WSVECS04 Frhs2[687]: 6 0 207.804 shouldn't be
216.69/217.63	WSVECS04 Frhs2[763]: 6 0 4.36702 shouldn't be
216.69/217.63	WSVECS04 Frhs2[769]: 6 0 3.49586 shouldn't be
216.69/217.63	WSVECS04 Frhs2[803]: 6 0 142.553 shouldn't be
216.69/217.63	WSVECS04 Frhs2[844]: 6 0 37.2128 shouldn't be
216.69/217.63	WSVECS04 Frhs2[875]: 6 -383.378 0 shouldn't be
216.69/217.63	WSVECS04 Frhs2[923]: 6 0 14.6746 shouldn't be
216.69/217.63	WSVECS04 Frhs2[1028]: 6 -227.581 0 shouldn't be
216.69/217.63	WSVECS04 Frhs2[1068]: 6 0 35.6787 shouldn't be
216.69/217.63	WSVECS04 Frhs2[1304]: 6 0 197.425 shouldn't be
216.69/217.63	WSVECS04 Frhs2[1309]: 6 0 359.967 shouldn't be
216.69/217.63	WSVECS04 Frhs2[1310]: 6 0 73.9447 shouldn't be
216.69/217.63	WSVECS04 Frhs2[1321]: 6 0 1 shouldn't be
216.69/217.63	WSVECS04 Frhs2[1462]: 6 0 205.498 shouldn't be
216.69/217.63	WSVECS04 Frhs2[1495]: 6 -1 0 shouldn't be
216.69/217.63	WSVECS04 Frhs2[1527]: 6 0 207.804 shouldn't be
216.69/217.63	WSVECS04 Frhs2[1532]: 6 0 1.45991 shouldn't be
216.69/217.63	WSVECS04 Frhs2[1567]: 6 0 207.804 shouldn't be
216.69/217.63	WSVECS04 Frhs2[1600]: 6 0 24.2828 shouldn't be
216.69/217.63	WSVECS04 Frhs2[1627]: 6 0 166.152 shouldn't be
216.69/217.63	WSVECS04 Frhs2[1639]: 6 0 1 shouldn't be
216.69/217.63	WSVECS04 Frhs2[1652]: 6 0 1.45991 shouldn't be
216.69/217.63	WSVECS04 Frhs2[1674]: 6 0 1 shouldn't be
216.69/217.63	WSVECS04 Frhs2[1679]: 6 0 1 shouldn't be
216.88/217.83	WSVECS04 Frhs2[205]: 6 -1 0 shouldn't be
216.88/217.83	WSVECS04 Frhs2[262]: 6 0 205.498 shouldn't be
216.88/217.83	WSVECS04 Frhs2[294]: 6 -1 0 shouldn't be
216.88/217.83	WSVECS04 Frhs2[417]: 6 -1 0 shouldn't be
216.88/217.83	WSVECS04 Frhs2[534]: 6 -1 0 shouldn't be
216.88/217.83	WSVECS04 Frhs2[791]: 6 -1 0 shouldn't be
216.88/217.83	WSVECS04 Frhs2[1031]: 6 -1 0 shouldn't be
216.88/217.83	WSVECS04 Frhs2[1317]: 6 0 1 shouldn't be
216.88/217.83	WSVECS04 Frhs2[1619]: 6 -0.283383 0 shouldn't be
226.52/227.51	c #Conflicts:    1257000 | #Constraints:      31113
226.52/227.51	c #Conflicts:    1258000 | #Constraints:      32113
226.52/227.51	c #Conflicts:    1259000 | #Constraints:      33113
226.52/227.51	c #Conflicts:    1260000 | #Constraints:      34113
226.52/227.51	c #Conflicts:    1261000 | #Constraints:      35113
226.52/227.51	c #Conflicts:    1262000 | #Constraints:      36113
226.52/227.51	c #Conflicts:    1263000 | #Constraints:      37113
226.52/227.51	c #Conflicts:    1264000 | #Constraints:      38113
226.52/227.51	c #Conflicts:    1265000 | #Constraints:      39113
226.52/227.51	c #Conflicts:    1266000 | #Constraints:      40113
226.52/227.51	c #Conflicts:    1267000 | #Constraints:      41113
226.52/227.51	c #Conflicts:    1268000 | #Constraints:      42113
226.52/227.51	c #Conflicts:    1269000 | #Constraints:      43113
226.52/227.51	c #Conflicts:    1270000 | #Constraints:      44113
226.52/227.51	c #Conflicts:    1271000 | #Constraints:      45114
226.52/227.51	c #Conflicts:    1272000 | #Constraints:      46114
226.52/227.51	c #Conflicts:    1273000 | #Constraints:      47114
226.52/227.51	c #Conflicts:    1274000 | #Constraints:      48114
226.52/227.51	c #Conflicts:    1275000 | #Constraints:      49114
226.52/227.51	c #Conflicts:    1276000 | #Constraints:      50114
226.52/227.51	c #Conflicts:    1277000 | #Constraints:      51114
226.52/227.51	c #Conflicts:    1278000 | #Constraints:      52114
226.52/227.51	c #Conflicts:    1279000 | #Constraints:      53114
226.52/227.51	c INPROCESSING
226.52/227.51	c GARBAGE COLLECT
226.52/227.51	c #Conflicts:    1280000 | #Constraints:      31709
226.52/227.51	c #Conflicts:    1281000 | #Constraints:      32709
226.52/227.51	c #Conflicts:    1282000 | #Constraints:      33709
226.52/227.51	c #Conflicts:    1283000 | #Constraints:      34709
226.52/227.51	c #Conflicts:    1284000 | #Constraints:      35709
226.52/227.51	c #Conflicts:    1285000 | #Constraints:      36709
226.52/227.51	c #Conflicts:    1286000 | #Constraints:      37709
226.52/227.51	c #Conflicts:    1287000 | #Constraints:      38709
226.52/227.51	c #Conflicts:    1288000 | #Constraints:      39709
226.52/227.51	c #Conflicts:    1289000 | #Constraints:      40709
226.52/227.51	c #Conflicts:    1290000 | #Constraints:      41709
226.52/227.51	c #Conflicts:    1291000 | #Constraints:      42709
226.52/227.51	c #Conflicts:    1292000 | #Constraints:      43709
226.52/227.51	c #Conflicts:    1293000 | #Constraints:      44709
226.52/227.51	c #Conflicts:    1294000 | #Constraints:      45709
226.52/227.51	c #Conflicts:    1295000 | #Constraints:      46709
226.52/227.51	c #Conflicts:    1296000 | #Constraints:      47709
226.52/227.51	c #Conflicts:    1297000 | #Constraints:      48709
226.52/227.51	c #Conflicts:    1298000 | #Constraints:      49709
226.52/227.51	c #Conflicts:    1299000 | #Constraints:      50709
226.52/227.51	c #Conflicts:    1300000 | #Constraints:      51709
226.52/227.51	c #Conflicts:    1301000 | #Constraints:      52709
226.52/227.51	c #Conflicts:    1302000 | #Constraints:      53709
226.52/227.51	c INPROCESSING
226.52/227.51	c GARBAGE COLLECT
226.52/227.51	c #Conflicts:    1303000 | #Constraints:      32115
226.52/227.51	c #Conflicts:    1304000 | #Constraints:      33115
226.52/227.51	c #Conflicts:    1305000 | #Constraints:      34115
226.52/227.51	c #Conflicts:    1306000 | #Constraints:      35115
226.52/227.51	c #Conflicts:    1307000 | #Constraints:      36115
226.52/227.51	c #Conflicts:    1308000 | #Constraints:      37115
226.52/227.51	c #Conflicts:    1309000 | #Constraints:      38115
226.52/227.51	c #Conflicts:    1310000 | #Constraints:      39115
226.52/227.51	c #Conflicts:    1311000 | #Constraints:      40115
226.52/227.51	c #Conflicts:    1312000 | #Constraints:      41115
226.52/227.51	WSVECS04 Frhs2[44]: 6 -573.322 0 shouldn't be
226.52/227.51	WSVECS04 Frhs2[45]: 6 -14.6253 0 shouldn't be
226.52/227.51	WSVECS04 Frhs2[46]: 6 -1297.63 0 shouldn't be
226.52/227.51	WSVECS04 Frhs2[48]: 6 0 724.481 shouldn't be
226.52/227.51	WSVECS04 Frhs2[50]: 6 0 507.876 shouldn't be
226.52/227.51	WSVECS04 Frhs2[61]: 6 -294.115 0 shouldn't be
226.52/227.51	WSVECS04 Frhs2[142]: 6 0 238.629 shouldn't be
226.52/227.51	WSVECS04 Frhs2[146]: 6 0 200.276 shouldn't be
226.52/227.51	WSVECS04 Frhs2[200]: 6 0 573.968 shouldn't be
226.52/227.51	WSVECS04 Frhs2[242]: 6 0 127.316 shouldn't be
226.52/227.51	WSVECS04 Frhs2[259]: 6 0 24.4023 shouldn't be
226.52/227.51	WSVECS04 Frhs2[261]: 6 -1.00007 0 shouldn't be
226.52/227.51	WSVECS04 Frhs2[278]: 6 0 524.218 shouldn't be
226.52/227.51	WSVECS04 Frhs2[323]: 6 0 358.152 shouldn't be
226.52/227.51	WSVECS04 Frhs2[366]: 6 0 157.79 shouldn't be
226.52/227.51	WSVECS04 Frhs2[376]: 6 0 335.126 shouldn't be
226.52/227.51	WSVECS04 Frhs2[385]: 6 0 107.146 shouldn't be
226.52/227.51	WSVECS04 Frhs2[392]: 6 0 160.014 shouldn't be
226.52/227.51	WSVECS04 Frhs2[400]: 6 0 512.141 shouldn't be
226.52/227.51	WSVECS04 Frhs2[427]: 6 0 0.463281 shouldn't be
226.52/227.51	WSVECS04 Frhs2[441]: 6 0 157.589 shouldn't be
226.52/227.51	WSVECS04 Frhs2[442]: 6 0 127.316 shouldn't be
226.52/227.51	WSVECS04 Frhs2[742]: 6 0 330.958 shouldn't be
226.52/227.51	WSVECS04 Frhs2[746]: 6 0 72.1622 shouldn't be
226.52/227.51	WSVECS04 Frhs2[754]: 6 0 352.587 shouldn't be
226.52/227.51	WSVECS04 Frhs2[766]: 6 0 38.681 shouldn't be
226.52/227.51	WSVECS04 Frhs2[784]: 6 -508.701 0 shouldn't be
226.52/227.51	WSVECS04 Frhs2[792]: 6 0 160.014 shouldn't be
226.52/227.51	WSVECS04 Frhs2[793]: 6 0 930.952 shouldn't be
226.52/227.51	WSVECS04 Frhs2[802]: 6 0 217.25 shouldn't be
226.52/227.51	WSVECS04 Frhs2[862]: 6 0 239.129 shouldn't be
226.52/227.51	WSVECS04 Frhs2[898]: 6 0 1.00003 shouldn't be
226.52/227.51	WSVECS04 Frhs2[902]: 6 0 35.8151 shouldn't be
226.52/227.51	WSVECS04 Frhs2[943]: 6 0 121.428 shouldn't be
226.52/227.51	WSVECS04 Frhs2[952]: 6 0 160.014 shouldn't be
226.52/227.51	WSVECS04 Frhs2[983]: 6 0 121.428 shouldn't be
226.52/227.51	WSVECS04 Frhs2[988]: 6 0 574.373 shouldn't be
226.52/227.51	WSVECS04 Frhs2[1024]: 6 -508.701 0 shouldn't be
226.52/227.51	WSVECS04 Frhs2[1026]: 6 0 171.831 shouldn't be
226.52/227.51	WSVECS04 Frhs2[1036]: 6 0 387.087 shouldn't be
226.52/227.51	WSVECS04 Frhs2[1090]: 6 0 1.00008 shouldn't be
226.52/227.51	WSVECS04 Frhs2[1106]: 6 0 171.831 shouldn't be
226.52/227.51	WSVECS04 Frhs2[1120]: 6 -525.434 0 shouldn't be
226.52/227.51	WSVECS04 Frhs2[1392]: 6 0 160.014 shouldn't be
226.52/227.51	WSVECS04 Frhs2[1427]: 6 0 0.463268 shouldn't be
226.52/227.51	WSVECS04 Frhs2[1435]: 6 0 378.709 shouldn't be
226.52/227.51	WSVECS04 Frhs2[1487]: 6 0 520.623 shouldn't be
226.52/227.51	WSVECS04 Frhs2[1509]: 6 0 298.555 shouldn't be
226.52/227.51	WSVECS04 Frhs2[1547]: 6 0 0.463257 shouldn't be
226.52/227.51	WSVECS04 Frhs2[1548]: 6 0 430.234 shouldn't be
226.52/227.51	WSVECS04 Frhs2[1686]: 6 0 38.681 shouldn't be
226.52/227.51	WSVECS04 Frhs2[1687]: 6 0 520.623 shouldn't be
226.52/227.51	WSVECS04 Frhs2[1689]: 6 0 382.531 shouldn't be
226.52/227.51	WSVECS04 Frhs2[1703]: 6 0 344.888 shouldn't be
226.52/227.51	WSVECS04 Frhs2[1704]: 6 0 508.701 shouldn't be
226.52/227.51	WSVECS04 Frhs2[1712]: 6 0 160.014 shouldn't be
226.52/227.51	WSVECS04 Frhs2[1713]: 6 0 930.952 shouldn't be
226.52/227.51	WSVECS04 Frhs2[1718]: 6 0 520.623 shouldn't be
229.12/230.15	c #Conflicts:    1313000 | #Constraints:      42116
229.12/230.15	c #Conflicts:    1314000 | #Constraints:      43116
229.12/230.15	c #Conflicts:    1315000 | #Constraints:      44116
229.12/230.15	c #Conflicts:    1316000 | #Constraints:      45116
229.12/230.15	c #Conflicts:    1317000 | #Constraints:      46116
229.12/230.15	c #Conflicts:    1318000 | #Constraints:      47116
229.12/230.15	c #Conflicts:    1319000 | #Constraints:      48116
229.12/230.15	c #Conflicts:    1320000 | #Constraints:      49116
229.12/230.15	c #Conflicts:    1321000 | #Constraints:      50116
229.12/230.15	c #Conflicts:    1322000 | #Constraints:      51116
229.12/230.15	c #Conflicts:    1323000 | #Constraints:      52116
229.12/230.15	c #Conflicts:    1324000 | #Constraints:      53116
229.12/230.15	c #Conflicts:    1325000 | #Constraints:      54116
229.12/230.15	c INPROCESSING
229.12/230.15	c GARBAGE COLLECT
229.12/230.15	WSVECS04 Frhs2[5]: 6 0 0.305939 shouldn't be
229.12/230.15	WSVECS04 Frhs2[16]: 6 0 0.305923 shouldn't be
229.12/230.15	WSVECS04 Frhs2[20]: 6 0 1.30595 shouldn't be
229.12/230.15	WSVECS04 Frhs2[53]: 6 0 10.6254 shouldn't be
229.12/230.15	WSVECS04 Frhs2[74]: 6 0 6.71843 shouldn't be
229.12/230.15	WSVECS04 Frhs2[90]: 6 -0.305939 0 shouldn't be
229.12/230.15	WSVECS04 Frhs2[108]: 6 0 2.00008 shouldn't be
229.12/230.15	WSVECS04 Frhs2[109]: 6 -11.0394 0 shouldn't be
229.12/230.15	WSVECS04 Frhs2[112]: 6 0 3.03368 shouldn't be
229.12/230.15	WSVECS04 Frhs2[117]: 6 -1.30589 0 shouldn't be
229.12/230.15	WSVECS04 Frhs2[136]: 6 0 0.22788 shouldn't be
229.12/230.15	WSVECS04 Frhs2[152]: 6 0 3.03368 shouldn't be
229.12/230.15	WSVECS04 Frhs2[202]: 6 0 4.92883 shouldn't be
229.12/230.15	WSVECS04 Frhs2[206]: 6 0 8.4839 shouldn't be
229.12/230.15	WSVECS04 Frhs2[230]: 6 0 0.0176391 shouldn't be
229.12/230.15	WSVECS04 Frhs2[256]: 6 0 5.39173 shouldn't be
229.12/230.15	WSVECS04 Frhs2[289]: 6 0 0.93204 shouldn't be
229.12/230.15	WSVECS04 Frhs2[295]: 6 -1.30594 0 shouldn't be
229.12/230.15	WSVECS04 Frhs2[299]: 6 0 11.1929 shouldn't be
229.12/230.15	WSVECS04 Frhs2[336]: 6 0 5.39175 shouldn't be
229.12/230.15	WSVECS04 Frhs2[353]: 6 0 0.305934 shouldn't be
229.12/230.15	WSVECS04 Frhs2[393]: 6 0 0.305895 shouldn't be
229.12/230.15	WSVECS04 Frhs2[400]: 6 -1.01683 0 shouldn't be
229.12/230.15	WSVECS04 Frhs2[404]: 6 0 0.290591 shouldn't be
229.12/230.15	WSVECS04 Frhs2[415]: 6 -0.305957 0 shouldn't be
229.12/230.15	WSVECS04 Frhs2[443]: 6 -0.172437 0 shouldn't be
229.12/230.15	WSVECS04 Frhs2[444]: 6 0 0.290598 shouldn't be
229.12/230.15	WSVECS04 Frhs2[522]: 6 0 3.00419 shouldn't be
229.12/230.15	WSVECS04 Frhs2[526]: 6 0 61.269 shouldn't be
229.12/230.15	WSVECS04 Frhs2[550]: 6 0 0.017609 shouldn't be
229.12/230.15	WSVECS04 Frhs2[562]: 6 0 3.00413 shouldn't be
229.12/230.15	WSVECS04 Frhs2[588]: 6 0 0.590791 shouldn't be
229.12/230.15	WSVECS04 Frhs2[590]: 6 0 0.0176197 shouldn't be
229.12/230.15	WSVECS04 Frhs2[629]: 6 0 1.00008 shouldn't be
229.12/230.15	WSVECS04 Frhs2[669]: 6 0 1.00002 shouldn't be
229.12/230.15	WSVECS04 Frhs2[729]: 6 -0.0795767 0 shouldn't be
229.12/230.15	WSVECS04 Frhs2[730]: 6 0 0.385615 shouldn't be
229.12/230.15	WSVECS04 Frhs2[752]: 6 0 3.03375 shouldn't be
229.12/230.15	WSVECS04 Frhs2[803]: 6 0 0.431011 shouldn't be
229.12/230.15	WSVECS04 Frhs2[822]: 6 0 7.21288 shouldn't be
229.12/230.15	WSVECS04 Frhs2[833]: 6 0 4.84522 shouldn't be
229.12/230.15	WSVECS04 Frhs2[843]: 6 0 0.431009 shouldn't be
229.12/230.15	WSVECS04 Frhs2[875]: 6 0 0.593627 shouldn't be
229.12/230.15	WSVECS04 Frhs2[880]: 6 0 5.70359 shouldn't be
229.12/230.15	WSVECS04 Frhs2[903]: 6 0 0.217029 shouldn't be
229.12/230.15	WSVECS04 Frhs2[920]: 6 0 5.70353 shouldn't be
229.12/230.15	WSVECS04 Frhs2[965]: 6 -1.00003 0 shouldn't be
229.12/230.15	WSVECS04 Frhs2[979]: 6 0 0.555996 shouldn't be
229.12/230.15	WSVECS04 Frhs2[990]: 6 0 1.59962 shouldn't be
229.12/230.15	WSVECS04 Frhs2[1030]: 6 0 1.59962 shouldn't be
229.12/230.15	WSVECS04 Frhs2[1040]: 6 0 6.70355 shouldn't be
229.12/230.15	WSVECS04 Frhs2[1059]: 6 0 50.5088 shouldn't be
229.12/230.15	WSVECS04 Frhs2[1083]: 6 -9.65186 0 shouldn't be
229.12/230.15	WSVECS04 Frhs2[1139]: 6 0 50.8147 shouldn't be
229.12/230.15	WSVECS04 Frhs2[1169]: 6 0 1.00009 shouldn't be
229.12/230.15	WSVECS04 Frhs2[1174]: 6 0 11.8822 shouldn't be
229.12/230.15	WSVECS04 Frhs2[1219]: 6 0 50.8146 shouldn't be
229.12/230.15	WSVECS04 Frhs2[1246]: 6 0 8.48394 shouldn't be
229.12/230.15	WSVECS04 Frhs2[1286]: 6 0 8.48393 shouldn't be
229.12/230.15	WSVECS04 Frhs2[1296]: 6 -5.53981 0 shouldn't be
229.12/230.15	WSVECS04 Frhs2[1393]: 6 0 5.15106 shouldn't be
229.12/230.15	WSVECS04 Frhs2[1410]: 6 0 1.00008 shouldn't be
229.12/230.15	WSVECS04 Frhs2[1414]: 6 -0.133764 0 shouldn't be
229.12/230.15	WSVECS04 Frhs2[1450]: 6 0 1.00008 shouldn't be
229.12/230.15	WSVECS04 Frhs2[1564]: 6 0 1.19126 shouldn't be
229.12/230.15	WSVECS04 Frhs2[1654]: 6 -0.133729 0 shouldn't be
229.12/230.15	WSVECS04 Frhs2[1686]: 6 0 0.30589 shouldn't be
229.12/230.15	WSVECS04 Frhs2[1690]: 6 -0.305925 0 shouldn't be
229.12/230.15	WSVECS04 Frhs2[1702]: 6 0 3.75457 shouldn't be
229.12/230.15	WSVECS04 Frhs2[1859]: 6 -14.1143 0 shouldn't be
229.41/230.40	WSVECS04 Frhs2[10]: 6 0 0.305858 shouldn't be
229.41/230.40	WSVECS04 Frhs2[16]: 6 0 0.305859 shouldn't be
229.41/230.40	WSVECS04 Frhs2[20]: 6 0 1.30586 shouldn't be
229.41/230.40	WSVECS04 Frhs2[139]: 6 0 0.00634609 shouldn't be
229.41/230.40	WSVECS04 Frhs2[239]: 6 0 1 shouldn't be
229.41/230.40	WSVECS04 Frhs2[281]: 6 -0.302685 0 shouldn't be
229.41/230.40	WSVECS04 Frhs2[941]: 6 0 1 shouldn't be
229.41/230.40	WSVECS04 Frhs2[1321]: 6 0 2 shouldn't be
229.41/230.40	WSVECS04 Frhs2[1436]: 6 0 0.910927 shouldn't be
229.41/230.40	WSVECS04 Frhs2[1654]: 6 -0.133677 0 shouldn't be
229.41/230.40	WSVECS04 Frhs2[1690]: 6 -0.305858 0 shouldn't be
237.89/238.94	c #Conflicts:    1326000 | #Constraints:      32315
237.89/238.94	c #Conflicts:    1327000 | #Constraints:      33315
237.89/238.94	c #Conflicts:    1328000 | #Constraints:      34315
237.89/238.94	c #Conflicts:    1329000 | #Constraints:      35315
237.89/238.94	c #Conflicts:    1330000 | #Constraints:      36315
237.89/238.94	c #Conflicts:    1331000 | #Constraints:      37315
237.89/238.94	c #Conflicts:    1332000 | #Constraints:      38315
237.89/238.94	c #Conflicts:    1333000 | #Constraints:      39315
237.89/238.94	c #Conflicts:    1334000 | #Constraints:      40315
237.89/238.94	c #Conflicts:    1335000 | #Constraints:      41315
237.89/238.94	c #Conflicts:    1336000 | #Constraints:      42315
237.89/238.94	c #Conflicts:    1337000 | #Constraints:      43315
237.89/238.94	c #Conflicts:    1338000 | #Constraints:      44316
237.89/238.94	c #Conflicts:    1339000 | #Constraints:      45316
237.89/238.94	c #Conflicts:    1340000 | #Constraints:      46316
237.89/238.94	c #Conflicts:    1341000 | #Constraints:      47316
237.89/238.94	c #Conflicts:    1342000 | #Constraints:      48316
237.89/238.94	c #Conflicts:    1343000 | #Constraints:      49316
237.89/238.94	c #Conflicts:    1344000 | #Constraints:      50316
237.89/238.94	c #Conflicts:    1345000 | #Constraints:      51316
237.89/238.94	c #Conflicts:    1346000 | #Constraints:      52316
237.89/238.94	c #Conflicts:    1347000 | #Constraints:      53316
237.89/238.94	c #Conflicts:    1348000 | #Constraints:      54316
237.89/238.94	c INPROCESSING
237.89/238.94	c GARBAGE COLLECT
237.89/238.94	c #Conflicts:    1349000 | #Constraints:      32311
237.89/238.94	c #Conflicts:    1350000 | #Constraints:      33311
237.89/238.94	c #Conflicts:    1351000 | #Constraints:      34311
237.89/238.94	c #Conflicts:    1352000 | #Constraints:      35311
237.89/238.94	c #Conflicts:    1353000 | #Constraints:      36311
237.89/238.94	c #Conflicts:    1354000 | #Constraints:      37311
237.89/238.94	c #Conflicts:    1355000 | #Constraints:      38311
237.89/238.94	c #Conflicts:    1356000 | #Constraints:      39311
237.89/238.94	c #Conflicts:    1357000 | #Constraints:      40311
237.89/238.94	c #Conflicts:    1358000 | #Constraints:      41311
237.89/238.94	c #Conflicts:    1359000 | #Constraints:      42311
237.89/238.94	c #Conflicts:    1360000 | #Constraints:      43311
237.89/238.94	c #Conflicts:    1361000 | #Constraints:      44311
237.89/238.94	c #Conflicts:    1362000 | #Constraints:      45311
237.89/238.94	c #Conflicts:    1363000 | #Constraints:      46311
237.89/238.94	c #Conflicts:    1364000 | #Constraints:      47311
237.89/238.94	c #Conflicts:    1365000 | #Constraints:      48311
237.89/238.94	c #Conflicts:    1366000 | #Constraints:      49311
237.89/238.94	c #Conflicts:    1367000 | #Constraints:      50311
237.89/238.94	c #Conflicts:    1368000 | #Constraints:      51312
237.89/238.94	c #Conflicts:    1369000 | #Constraints:      52312
237.89/238.94	c #Conflicts:    1370000 | #Constraints:      53312
237.89/238.94	c #Conflicts:    1371000 | #Constraints:      54312
237.89/238.94	c INPROCESSING
237.89/238.94	c GARBAGE COLLECT
237.89/238.94	WSVECS04 Frhs2[44]: 6 -1.66675 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[50]: 6 0 0.296657 shouldn't be
237.89/238.94	WSVECS04 Frhs2[51]: 6 -2.63334 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[53]: 6 0 2.92437 shouldn't be
237.89/238.94	WSVECS04 Frhs2[55]: 6 0 1.00001 shouldn't be
237.89/238.94	WSVECS04 Frhs2[58]: 6 -1.59885 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[59]: 6 0 0.346126 shouldn't be
237.89/238.94	WSVECS04 Frhs2[60]: 6 -2.20419 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[63]: 6 -1.74196 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[64]: 6 0 2.60627 shouldn't be
237.89/238.94	WSVECS04 Frhs2[76]: 6 -1.00003 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[77]: 6 -2.46259 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[78]: 6 0 2.65599 shouldn't be
237.89/238.94	WSVECS04 Frhs2[82]: 6 -2.44083 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[105]: 6 -1.00007 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[136]: 6 0 3.2846 shouldn't be
237.89/238.94	WSVECS04 Frhs2[176]: 6 0 3.17672 shouldn't be
237.89/238.94	WSVECS04 Frhs2[195]: 6 0 2.54272 shouldn't be
237.89/238.94	WSVECS04 Frhs2[234]: 6 0 0.1185 shouldn't be
237.89/238.94	WSVECS04 Frhs2[443]: 6 -1.10798 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[549]: 6 0 1.00009 shouldn't be
237.89/238.94	WSVECS04 Frhs2[567]: 6 0 1.00006 shouldn't be
237.89/238.94	WSVECS04 Frhs2[610]: 6 0 1.84961 shouldn't be
237.89/238.94	WSVECS04 Frhs2[668]: 6 -1.27991 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[680]: 6 0 0.171469 shouldn't be
237.89/238.94	WSVECS04 Frhs2[683]: 6 -1.00006 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[689]: 6 0 1.68617 shouldn't be
237.89/238.94	WSVECS04 Frhs2[707]: 6 -4.10667 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[734]: 6 -1.00008 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[749]: 6 0 1.00003 shouldn't be
237.89/238.94	WSVECS04 Frhs2[756]: 6 0 0.441498 shouldn't be
237.89/238.94	WSVECS04 Frhs2[762]: 6 -1.00006 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[780]: 6 -1.00009 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[782]: 6 0 2.55383 shouldn't be
237.89/238.94	WSVECS04 Frhs2[849]: 6 0 0.517583 shouldn't be
237.89/238.94	WSVECS04 Frhs2[915]: 6 0 2.54278 shouldn't be
237.89/238.94	WSVECS04 Frhs2[920]: 6 0 1.49528 shouldn't be
237.89/238.94	WSVECS04 Frhs2[959]: 6 -1.00008 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[967]: 6 0 1.00005 shouldn't be
237.89/238.94	WSVECS04 Frhs2[1020]: 6 -1.00002 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[1351]: 6 0 3.18554 shouldn't be
237.89/238.94	WSVECS04 Frhs2[1485]: 6 -1.00002 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[1498]: 6 -1.00007 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[1499]: 6 -4.0854 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[1505]: 6 -1.00008 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[1513]: 6 0 2.55379 shouldn't be
237.89/238.94	WSVECS04 Frhs2[1553]: 6 0 2.5538 shouldn't be
237.89/238.94	WSVECS04 Frhs2[1581]: 6 0 1.00005 shouldn't be
237.89/238.94	WSVECS04 Frhs2[1592]: 6 0 1.35419 shouldn't be
237.89/238.94	WSVECS04 Frhs2[1616]: 6 0 3.17669 shouldn't be
237.89/238.94	WSVECS04 Frhs2[1621]: 6 0 1.00002 shouldn't be
237.89/238.94	WSVECS04 Frhs2[1632]: 6 0 1.35418 shouldn't be
237.89/238.94	WSVECS04 Frhs2[1656]: 6 0 3.17672 shouldn't be
237.89/238.94	WSVECS04 Frhs2[1704]: 6 0 1.63398 shouldn't be
237.89/238.94	WSVECS04 Frhs2[1795]: 6 -1.00008 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[1813]: 6 -2.74193 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[1823]: 6 -2.00008 0 shouldn't be
237.89/238.94	WSVECS04 Frhs2[1867]: 6 -1.0001 0 shouldn't be
238.19/239.21	WSVECS04 Frhs2[116]: 6 0 0.441493 shouldn't be
238.19/239.21	WSVECS04 Frhs2[147]: 6 0 1.16238 shouldn't be
238.19/239.21	WSVECS04 Frhs2[589]: 6 0 1.00007 shouldn't be
238.19/239.21	WSVECS04 Frhs2[640]: 6 0 0.17155 shouldn't be
238.19/239.21	WSVECS04 Frhs2[772]: 6 0 0.171474 shouldn't be
238.19/239.21	WSVECS04 Frhs2[988]: 6 0 1.00003 shouldn't be
238.19/239.21	WSVECS04 Frhs2[1188]: 6 0 1.00009 shouldn't be
238.38/239.47	WSVECS04 Frhs2[67]: 6 -2.97857 0 shouldn't be
238.38/239.47	WSVECS04 Frhs2[436]: 6 0 0.555296 shouldn't be
238.38/239.47	WSVECS04 Frhs2[444]: 6 -2.54273 0 shouldn't be
238.38/239.47	WSVECS04 Frhs2[500]: 6 0 1.00004 shouldn't be
238.38/239.47	WSVECS04 Frhs2[811]: 6 0 1.00004 shouldn't be
238.38/239.47	WSVECS04 Frhs2[1337]: 6 0 2.00005 shouldn't be
238.68/239.74	WSVECS04 Frhs2[414]: 6 0 1.00009 shouldn't be
238.68/239.74	WSVECS04 Frhs2[664]: 6 0 1.634 shouldn't be
238.68/239.74	WSVECS04 Frhs2[690]: 6 0 1.84966 shouldn't be
238.68/239.74	WSVECS04 Frhs2[786]: 6 -1.20422 0 shouldn't be
238.68/239.74	WSVECS04 Frhs2[1199]: 6 0 2.00006 shouldn't be
238.68/239.74	WSVECS04 Frhs2[1265]: 6 0 1.00009 shouldn't be
238.68/239.74	WSVECS04 Frhs2[1376]: 6 0 0.769946 shouldn't be
238.68/239.74	WSVECS04 Frhs2[1822]: 6 -1.00008 0 shouldn't be
238.98/240.02	WSVECS04 Frhs2[55]: 6 0 1 shouldn't be
238.98/240.02	WSVECS04 Frhs2[58]: 6 -1.59878 0 shouldn't be
238.98/240.02	WSVECS04 Frhs2[59]: 6 0 0.346095 shouldn't be
238.98/240.02	WSVECS04 Frhs2[63]: 6 -1.74188 0 shouldn't be
238.98/240.02	WSVECS04 Frhs2[64]: 6 0 2.60623 shouldn't be
238.98/240.02	WSVECS04 Frhs2[76]: 6 -1 0 shouldn't be
238.98/240.02	WSVECS04 Frhs2[78]: 6 0 2.65594 shouldn't be
238.98/240.02	WSVECS04 Frhs2[234]: 6 0 0.118439 shouldn't be
238.98/240.02	WSVECS04 Frhs2[567]: 6 0 1 shouldn't be
238.98/240.02	WSVECS04 Frhs2[665]: 6 0 1 shouldn't be
238.98/240.02	WSVECS04 Frhs2[683]: 6 -1 0 shouldn't be
238.98/240.02	WSVECS04 Frhs2[689]: 6 0 1.68614 shouldn't be
238.98/240.02	WSVECS04 Frhs2[767]: 6 0 1 shouldn't be
238.98/240.02	WSVECS04 Frhs2[809]: 6 0 0.517549 shouldn't be
238.98/240.02	WSVECS04 Frhs2[849]: 6 0 0.517549 shouldn't be
238.98/240.02	WSVECS04 Frhs2[1522]: 6 0 1 shouldn't be
238.98/240.02	WSVECS04 Frhs2[1656]: 6 0 3.17665 shouldn't be
238.98/240.02	WSVECS04 Frhs2[1795]: 6 -1 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[44]: 6 -1.66666 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[51]: 6 -2.63325 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[60]: 6 -2.20416 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[67]: 6 -2.97849 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[77]: 6 -2.4625 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[82]: 6 -2.44077 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[105]: 6 -1 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[195]: 6 0 2.54269 shouldn't be
239.28/240.38	WSVECS04 Frhs2[443]: 6 -1.10792 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[444]: 6 -2.54269 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[549]: 6 0 1 shouldn't be
239.28/240.38	WSVECS04 Frhs2[561]: 6 -1 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[589]: 6 0 1 shouldn't be
239.28/240.38	WSVECS04 Frhs2[610]: 6 0 1.84957 shouldn't be
239.28/240.38	WSVECS04 Frhs2[640]: 6 0 0.171454 shouldn't be
239.28/240.38	WSVECS04 Frhs2[664]: 6 0 1.63396 shouldn't be
239.28/240.38	WSVECS04 Frhs2[668]: 6 -1.27984 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[680]: 6 0 0.171454 shouldn't be
239.28/240.38	WSVECS04 Frhs2[704]: 6 0 1.63396 shouldn't be
239.28/240.38	WSVECS04 Frhs2[707]: 6 -4.10664 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[709]: 6 0 1 shouldn't be
239.28/240.38	WSVECS04 Frhs2[734]: 6 -1 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[749]: 6 0 1 shouldn't be
239.28/240.38	WSVECS04 Frhs2[762]: 6 -1 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[772]: 6 0 0.171455 shouldn't be
239.28/240.38	WSVECS04 Frhs2[780]: 6 -1 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[782]: 6 0 2.55375 shouldn't be
239.28/240.38	WSVECS04 Frhs2[786]: 6 -1.20416 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[796]: 6 0 0.441482 shouldn't be
239.28/240.38	WSVECS04 Frhs2[915]: 6 0 2.54269 shouldn't be
239.28/240.38	WSVECS04 Frhs2[920]: 6 0 1.49521 shouldn't be
239.28/240.38	WSVECS04 Frhs2[959]: 6 -1 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[967]: 6 0 1 shouldn't be
239.28/240.38	WSVECS04 Frhs2[1020]: 6 -1 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[1028]: 6 0 0.182666 shouldn't be
239.28/240.38	WSVECS04 Frhs2[1376]: 6 0 0.769906 shouldn't be
239.28/240.38	WSVECS04 Frhs2[1504]: 6 0 1.63396 shouldn't be
239.28/240.38	WSVECS04 Frhs2[1505]: 6 -1 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[1513]: 6 0 2.55375 shouldn't be
239.28/240.38	WSVECS04 Frhs2[1541]: 6 0 1 shouldn't be
239.28/240.38	WSVECS04 Frhs2[1544]: 6 0 1.63396 shouldn't be
239.28/240.38	WSVECS04 Frhs2[1553]: 6 0 2.55375 shouldn't be
239.28/240.38	WSVECS04 Frhs2[1564]: 6 0 3.35932 shouldn't be
239.28/240.38	WSVECS04 Frhs2[1592]: 6 0 1.35412 shouldn't be
239.28/240.38	WSVECS04 Frhs2[1632]: 6 0 1.35412 shouldn't be
239.28/240.38	WSVECS04 Frhs2[1704]: 6 0 1.63396 shouldn't be
239.28/240.38	WSVECS04 Frhs2[1813]: 6 -2.74188 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[1823]: 6 -2 0 shouldn't be
239.28/240.38	WSVECS04 Frhs2[1867]: 6 -1 0 shouldn't be
247.26/248.33	c #Conflicts:    1372000 | #Constraints:      32107
247.26/248.33	c #Conflicts:    1373000 | #Constraints:      33107
247.26/248.33	c #Conflicts:    1374000 | #Constraints:      34107
247.26/248.33	c #Conflicts:    1375000 | #Constraints:      35107
247.26/248.33	c #Conflicts:    1376000 | #Constraints:      36107
247.26/248.33	c #Conflicts:    1377000 | #Constraints:      37107
247.26/248.33	c #Conflicts:    1378000 | #Constraints:      38107
247.26/248.33	c #Conflicts:    1379000 | #Constraints:      39107
247.26/248.33	c #Conflicts:    1380000 | #Constraints:      40107
247.26/248.33	c #Conflicts:    1381000 | #Constraints:      41107
247.26/248.33	c #Conflicts:    1382000 | #Constraints:      42107
247.26/248.33	c #Conflicts:    1383000 | #Constraints:      43107
247.26/248.33	c #Conflicts:    1384000 | #Constraints:      44107
247.26/248.33	c #Conflicts:    1385000 | #Constraints:      45107
247.26/248.33	c #Conflicts:    1386000 | #Constraints:      46107
247.26/248.33	c #Conflicts:    1387000 | #Constraints:      47107
247.26/248.33	c #Conflicts:    1388000 | #Constraints:      48107
247.26/248.33	c #Conflicts:    1389000 | #Constraints:      49107
247.26/248.33	c #Conflicts:    1390000 | #Constraints:      50107
247.26/248.33	c #Conflicts:    1391000 | #Constraints:      51107
247.26/248.33	c #Conflicts:    1392000 | #Constraints:      52107
247.26/248.33	c #Conflicts:    1393000 | #Constraints:      53107
247.26/248.33	c #Conflicts:    1394000 | #Constraints:      54107
247.26/248.33	c #Conflicts:    1395000 | #Constraints:      55107
247.26/248.33	c INPROCESSING
247.26/248.33	c GARBAGE COLLECT
247.26/248.33	c #Conflicts:    1396000 | #Constraints:      32719
247.26/248.33	c #Conflicts:    1397000 | #Constraints:      33719
247.26/248.33	c #Conflicts:    1398000 | #Constraints:      34719
247.26/248.33	c #Conflicts:    1399000 | #Constraints:      35719
247.26/248.33	c #Conflicts:    1400000 | #Constraints:      36719
247.26/248.33	c #Conflicts:    1401000 | #Constraints:      37719
247.26/248.33	c #Conflicts:    1402000 | #Constraints:      38719
247.26/248.33	c #Conflicts:    1403000 | #Constraints:      39719
247.26/248.33	c #Conflicts:    1404000 | #Constraints:      40719
247.26/248.33	c #Conflicts:    1405000 | #Constraints:      41719
247.26/248.33	c #Conflicts:    1406000 | #Constraints:      42719
247.26/248.33	c #Conflicts:    1407000 | #Constraints:      43719
247.26/248.33	c #Conflicts:    1408000 | #Constraints:      44719
247.26/248.33	c #Conflicts:    1409000 | #Constraints:      45719
247.26/248.33	c #Conflicts:    1410000 | #Constraints:      46719
247.26/248.33	c #Conflicts:    1411000 | #Constraints:      47719
247.26/248.33	c #Conflicts:    1412000 | #Constraints:      48719
247.26/248.33	c #Conflicts:    1413000 | #Constraints:      49719
247.26/248.33	c #Conflicts:    1414000 | #Constraints:      50719
247.26/248.33	c #Conflicts:    1415000 | #Constraints:      51719
247.26/248.33	c #Conflicts:    1416000 | #Constraints:      52719
247.26/248.33	c #Conflicts:    1417000 | #Constraints:      53719
247.26/248.33	WSVECS04 Frhs2[46]: 6 -6.00009 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[68]: 6 0 3.73339 shouldn't be
247.26/248.33	WSVECS04 Frhs2[70]: 6 -8.63336 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[71]: 6 -5.00008 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[72]: 6 -6.86671 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[73]: 6 -5.00002 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[74]: 6 -5.0001 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[78]: 6 -6.00003 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[82]: 6 -5.00007 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[86]: 6 0 0.500043 shouldn't be
247.26/248.33	WSVECS04 Frhs2[152]: 6 -1.00004 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[161]: 6 -1.00005 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[194]: 6 -1.00008 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[218]: 6 0 1.00003 shouldn't be
247.26/248.33	WSVECS04 Frhs2[288]: 6 0 0.933408 shouldn't be
247.26/248.33	WSVECS04 Frhs2[299]: 6 0 1.00003 shouldn't be
247.26/248.33	WSVECS04 Frhs2[339]: 6 0 1.00009 shouldn't be
247.26/248.33	WSVECS04 Frhs2[544]: 6 0 1.00006 shouldn't be
247.26/248.33	WSVECS04 Frhs2[656]: 6 0 1.00002 shouldn't be
247.26/248.33	WSVECS04 Frhs2[664]: 6 0 1.00003 shouldn't be
247.26/248.33	WSVECS04 Frhs2[697]: 6 0 1.00004 shouldn't be
247.26/248.33	WSVECS04 Frhs2[703]: 6 0 1.00008 shouldn't be
247.26/248.33	WSVECS04 Frhs2[707]: 6 0 1.00003 shouldn't be
247.26/248.33	WSVECS04 Frhs2[858]: 6 0 1.0001 shouldn't be
247.26/248.33	WSVECS04 Frhs2[867]: 6 0 0.13338 shouldn't be
247.26/248.33	WSVECS04 Frhs2[892]: 6 0 1.00006 shouldn't be
247.26/248.33	WSVECS04 Frhs2[946]: 6 0 3.73337 shouldn't be
247.26/248.33	WSVECS04 Frhs2[967]: 6 0 0.500054 shouldn't be
247.26/248.33	WSVECS04 Frhs2[986]: 6 0 3.73342 shouldn't be
247.26/248.33	WSVECS04 Frhs2[987]: 6 0 0.13338 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1026]: 6 0 3.73334 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1092]: 6 0 1.00003 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1093]: 6 -1.00006 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1109]: 6 0 1.86675 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1138]: 6 0 1.13343 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1163]: 6 -1.00005 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1168]: 6 0 0.0666827 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1187]: 6 0 0.133418 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1229]: 6 0 2.86676 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1242]: 6 -1.00008 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1268]: 6 0 1.00009 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1269]: 6 0 2.86672 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1308]: 6 0 1.00004 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1313]: 6 0 1.00005 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1333]: 6 -1.00006 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1353]: 6 0 1.00002 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1363]: 6 -1.00006 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1366]: 6 0 0.500062 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1406]: 6 0 0.500011 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1407]: 6 0 0.500082 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1421]: 6 0 1.00006 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1436]: 6 0 1.00008 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1442]: 6 -1.00008 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1446]: 6 0 0.500036 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1451]: 6 -1.00001 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1476]: 6 0 1.00008 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1507]: 6 0 0.866683 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1526]: 6 0 0.500047 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1541]: 6 0 1.00006 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1542]: 6 0 0.500078 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1547]: 6 0 0.866708 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1552]: 6 -1.00001 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1608]: 6 0 0.0667359 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1624]: 6 0 1.00008 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1648]: 6 0 0.0667304 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1664]: 6 0 1.00004 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1684]: 6 -1.00002 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1698]: 6 0 1.00003 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1724]: 6 -2.0001 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1732]: 6 -3.00009 0 shouldn't be
247.26/248.33	WSVECS04 Frhs2[1822]: 6 -2.00003 0 shouldn't be
262.88/264.06	c #Conflicts:    1418000 | #Constraints:      54719
262.88/264.06	c #Conflicts:    1419000 | #Constraints:      55719
262.88/264.06	c INPROCESSING
262.88/264.06	c GARBAGE COLLECT
262.88/264.06	c #Conflicts:    1420000 | #Constraints:      33112
262.88/264.06	c #Conflicts:    1421000 | #Constraints:      34112
262.88/264.06	c #Conflicts:    1422000 | #Constraints:      35112
262.88/264.06	c #Conflicts:    1423000 | #Constraints:      36112
262.88/264.06	c #Conflicts:    1424000 | #Constraints:      37112
262.88/264.06	c #Conflicts:    1425000 | #Constraints:      38112
262.88/264.06	c #Conflicts:    1426000 | #Constraints:      39112
262.88/264.06	c #Conflicts:    1427000 | #Constraints:      40112
262.88/264.06	c #Conflicts:    1428000 | #Constraints:      41112
262.88/264.06	c #Conflicts:    1429000 | #Constraints:      42112
262.88/264.06	c #Conflicts:    1430000 | #Constraints:      43112
262.88/264.06	c #Conflicts:    1431000 | #Constraints:      44112
262.88/264.06	c #Conflicts:    1432000 | #Constraints:      45112
262.88/264.06	c #Conflicts:    1433000 | #Constraints:      46112
262.88/264.06	c #Conflicts:    1434000 | #Constraints:      47112
262.88/264.06	c #Conflicts:    1435000 | #Constraints:      48112
262.88/264.06	c #Conflicts:    1436000 | #Constraints:      49112
262.88/264.06	c #Conflicts:    1437000 | #Constraints:      50112
262.88/264.06	c #Conflicts:    1438000 | #Constraints:      51112
262.88/264.06	c #Conflicts:    1439000 | #Constraints:      52112
262.88/264.06	c #Conflicts:    1440000 | #Constraints:      53112
262.88/264.06	c #Conflicts:    1441000 | #Constraints:      54112
262.88/264.06	c #Conflicts:    1442000 | #Constraints:      55112
262.88/264.06	c #Conflicts:    1443000 | #Constraints:      56112
262.88/264.06	c INPROCESSING
262.88/264.06	c GARBAGE COLLECT
262.88/264.06	c #Conflicts:    1444000 | #Constraints:      33321
262.88/264.06	c #Conflicts:    1445000 | #Constraints:      34321
262.88/264.06	c #Conflicts:    1446000 | #Constraints:      35321
262.88/264.06	c #Conflicts:    1447000 | #Constraints:      36321
262.88/264.06	c #Conflicts:    1448000 | #Constraints:      37321
262.88/264.06	c #Conflicts:    1449000 | #Constraints:      38321
262.88/264.06	c #Conflicts:    1450000 | #Constraints:      39321
262.88/264.06	c #Conflicts:    1451000 | #Constraints:      40321
262.88/264.06	c #Conflicts:    1452000 | #Constraints:      41321
262.88/264.06	c #Conflicts:    1453000 | #Constraints:      42321
262.88/264.06	c #Conflicts:    1454000 | #Constraints:      43321
262.88/264.06	c #Conflicts:    1455000 | #Constraints:      44321
262.88/264.06	c #Conflicts:    1456000 | #Constraints:      45321
262.88/264.06	c #Conflicts:    1457000 | #Constraints:      46321
262.88/264.06	c #Conflicts:    1458000 | #Constraints:      47321
262.88/264.06	c #Conflicts:    1459000 | #Constraints:      48321
262.88/264.06	c #Conflicts:    1460000 | #Constraints:      49321
262.88/264.06	c #Conflicts:    1461000 | #Constraints:      50321
262.88/264.06	c #Conflicts:    1462000 | #Constraints:      51321
262.88/264.06	c #Conflicts:    1463000 | #Constraints:      52321
262.88/264.06	c #Conflicts:    1464000 | #Constraints:      53321
262.88/264.06	c #Conflicts:    1465000 | #Constraints:      54321
262.88/264.06	c #Conflicts:    1466000 | #Constraints:      55321
262.88/264.06	c #Conflicts:    1467000 | #Constraints:      56321
262.88/264.06	c INPROCESSING
262.88/264.06	c GARBAGE COLLECT
262.88/264.06	c #Conflicts:    1468000 | #Constraints:      33321
262.88/264.06	c #Conflicts:    1469000 | #Constraints:      34321
262.88/264.06	c #Conflicts:    1470000 | #Constraints:      35321
262.88/264.06	c #Conflicts:    1471000 | #Constraints:      36321
262.88/264.06	c #Conflicts:    1472000 | #Constraints:      37321
262.88/264.06	c #Conflicts:    1473000 | #Constraints:      38321
262.88/264.06	c #Conflicts:    1474000 | #Constraints:      39321
262.88/264.06	c #Conflicts:    1475000 | #Constraints:      40321
262.88/264.06	c #Conflicts:    1476000 | #Constraints:      41321
262.88/264.06	c #Conflicts:    1477000 | #Constraints:      42321
262.88/264.06	c #Conflicts:    1478000 | #Constraints:      43321
262.88/264.06	c #Conflicts:    1479000 | #Constraints:      44321
262.88/264.06	c #Conflicts:    1480000 | #Constraints:      45321
262.88/264.06	c #Conflicts:    1481000 | #Constraints:      46321
262.88/264.06	c #Conflicts:    1482000 | #Constraints:      47321
262.88/264.06	c #Conflicts:    1483000 | #Constraints:      48321
262.88/264.06	c #Conflicts:    1484000 | #Constraints:      49321
262.88/264.06	c #Conflicts:    1485000 | #Constraints:      50321
262.88/264.06	c #Conflicts:    1486000 | #Constraints:      51321
262.88/264.06	c #Conflicts:    1487000 | #Constraints:      52321
262.88/264.06	c #Conflicts:    1488000 | #Constraints:      53321
262.88/264.06	c #Conflicts:    1489000 | #Constraints:      54321
262.88/264.06	c #Conflicts:    1490000 | #Constraints:      55321
262.88/264.06	c #Conflicts:    1491000 | #Constraints:      56321
262.88/264.06	c INPROCESSING
262.88/264.06	c GARBAGE COLLECT
262.88/264.06	c rational objective 327.243
277.34/278.59	c #Conflicts:    1492000 | #Constraints:      33125
277.34/278.59	c #Conflicts:    1493000 | #Constraints:      34125
277.34/278.59	c #Conflicts:    1494000 | #Constraints:      35125
277.34/278.59	c #Conflicts:    1495000 | #Constraints:      36125
277.34/278.59	c #Conflicts:    1496000 | #Constraints:      37125
277.34/278.59	c #Conflicts:    1497000 | #Constraints:      38125
277.34/278.59	c #Conflicts:    1498000 | #Constraints:      39125
277.34/278.59	c #Conflicts:    1499000 | #Constraints:      40125
277.34/278.59	c #Conflicts:    1500000 | #Constraints:      41125
277.34/278.59	c #Conflicts:    1501000 | #Constraints:      42125
277.34/278.59	c #Conflicts:    1502000 | #Constraints:      43125
277.34/278.59	c #Conflicts:    1503000 | #Constraints:      44125
277.34/278.59	c #Conflicts:    1504000 | #Constraints:      45125
277.34/278.59	c #Conflicts:    1505000 | #Constraints:      46125
277.34/278.59	c #Conflicts:    1506000 | #Constraints:      47125
277.34/278.59	c #Conflicts:    1507000 | #Constraints:      48125
277.34/278.59	c #Conflicts:    1508000 | #Constraints:      49125
277.34/278.59	c #Conflicts:    1509000 | #Constraints:      50125
277.34/278.59	c #Conflicts:    1510000 | #Constraints:      51125
277.34/278.59	c #Conflicts:    1511000 | #Constraints:      52126
277.34/278.59	c #Conflicts:    1512000 | #Constraints:      53126
277.34/278.59	c #Conflicts:    1513000 | #Constraints:      54126
277.34/278.59	c #Conflicts:    1514000 | #Constraints:      55126
277.34/278.59	c #Conflicts:    1515000 | #Constraints:      56126
277.34/278.59	c #Conflicts:    1516000 | #Constraints:      57126
277.34/278.59	c INPROCESSING
277.34/278.59	c GARBAGE COLLECT
277.34/278.59	c #Conflicts:    1517000 | #Constraints:      33714
277.34/278.59	c #Conflicts:    1518000 | #Constraints:      34714
277.34/278.59	c #Conflicts:    1519000 | #Constraints:      35714
277.34/278.59	c #Conflicts:    1520000 | #Constraints:      36714
277.34/278.59	c #Conflicts:    1521000 | #Constraints:      37714
277.34/278.59	c #Conflicts:    1522000 | #Constraints:      38714
277.34/278.59	c #Conflicts:    1523000 | #Constraints:      39714
277.34/278.59	c #Conflicts:    1524000 | #Constraints:      40714
277.34/278.59	c #Conflicts:    1525000 | #Constraints:      41714
277.34/278.59	c #Conflicts:    1526000 | #Constraints:      42714
277.34/278.59	c #Conflicts:    1527000 | #Constraints:      43714
277.34/278.59	c #Conflicts:    1528000 | #Constraints:      44714
277.34/278.59	c #Conflicts:    1529000 | #Constraints:      45714
277.34/278.59	c #Conflicts:    1530000 | #Constraints:      46714
277.34/278.59	c #Conflicts:    1531000 | #Constraints:      47714
277.34/278.59	c #Conflicts:    1532000 | #Constraints:      48714
277.34/278.59	c #Conflicts:    1533000 | #Constraints:      49714
277.34/278.59	c #Conflicts:    1534000 | #Constraints:      50714
277.34/278.59	c #Conflicts:    1535000 | #Constraints:      51714
277.34/278.59	c #Conflicts:    1536000 | #Constraints:      52714
277.34/278.59	c #Conflicts:    1537000 | #Constraints:      53714
277.34/278.59	c #Conflicts:    1538000 | #Constraints:      54714
277.34/278.59	c #Conflicts:    1539000 | #Constraints:      55714
277.34/278.59	c #Conflicts:    1540000 | #Constraints:      56714
277.34/278.59	c #Conflicts:    1541000 | #Constraints:      57714
277.34/278.59	c INPROCESSING
277.34/278.59	c GARBAGE COLLECT
277.34/278.59	c #Conflicts:    1542000 | #Constraints:      34121
277.34/278.59	c #Conflicts:    1543000 | #Constraints:      35121
277.34/278.59	c #Conflicts:    1544000 | #Constraints:      36121
277.34/278.59	c #Conflicts:    1545000 | #Constraints:      37121
277.34/278.59	c #Conflicts:    1546000 | #Constraints:      38121
277.34/278.59	c #Conflicts:    1547000 | #Constraints:      39121
277.34/278.59	c #Conflicts:    1548000 | #Constraints:      40121
277.34/278.59	c #Conflicts:    1549000 | #Constraints:      41121
277.34/278.59	c #Conflicts:    1550000 | #Constraints:      42121
277.34/278.59	c #Conflicts:    1551000 | #Constraints:      43121
277.34/278.59	c #Conflicts:    1552000 | #Constraints:      44121
277.34/278.59	c #Conflicts:    1553000 | #Constraints:      45121
277.34/278.59	c #Conflicts:    1554000 | #Constraints:      46121
277.34/278.59	c #Conflicts:    1555000 | #Constraints:      47121
277.34/278.59	c #Conflicts:    1556000 | #Constraints:      48121
277.34/278.59	c #Conflicts:    1557000 | #Constraints:      49121
277.34/278.59	c #Conflicts:    1558000 | #Constraints:      50121
277.34/278.59	c #Conflicts:    1559000 | #Constraints:      51121
277.34/278.59	c #Conflicts:    1560000 | #Constraints:      52121
277.34/278.59	c #Conflicts:    1561000 | #Constraints:      53121
277.34/278.59	c #Conflicts:    1562000 | #Constraints:      54121
277.34/278.59	c #Conflicts:    1563000 | #Constraints:      55121
277.34/278.59	c #Conflicts:    1564000 | #Constraints:      56121
277.34/278.59	c #Conflicts:    1565000 | #Constraints:      57121
277.34/278.59	c #Conflicts:    1566000 | #Constraints:      58121
277.34/278.59	c INPROCESSING
277.34/278.59	c GARBAGE COLLECT
277.34/278.59	c #Conflicts:    1567000 | #Constraints:      34322
277.34/278.59	c #Conflicts:    1568000 | #Constraints:      35322
282.28/283.50	c #Conflicts:    1569000 | #Constraints:      36322
282.28/283.50	c #Conflicts:    1570000 | #Constraints:      37322
282.28/283.50	c #Conflicts:    1571000 | #Constraints:      38322
282.28/283.50	c #Conflicts:    1572000 | #Constraints:      39322
282.28/283.50	c #Conflicts:    1573000 | #Constraints:      40322
282.28/283.50	c #Conflicts:    1574000 | #Constraints:      41322
282.28/283.50	c #Conflicts:    1575000 | #Constraints:      42322
282.28/283.50	c #Conflicts:    1576000 | #Constraints:      43322
282.28/283.50	c #Conflicts:    1577000 | #Constraints:      44322
282.28/283.50	c #Conflicts:    1578000 | #Constraints:      45322
282.28/283.50	c #Conflicts:    1579000 | #Constraints:      46322
282.28/283.50	c #Conflicts:    1580000 | #Constraints:      47322
282.28/283.50	c #Conflicts:    1581000 | #Constraints:      48322
282.28/283.50	c #Conflicts:    1582000 | #Constraints:      49322
282.28/283.50	c #Conflicts:    1583000 | #Constraints:      50322
282.28/283.50	c #Conflicts:    1584000 | #Constraints:      51322
282.28/283.50	c #Conflicts:    1585000 | #Constraints:      52322
282.28/283.50	c #Conflicts:    1586000 | #Constraints:      53322
282.28/283.50	c #Conflicts:    1587000 | #Constraints:      54322
282.28/283.50	c #Conflicts:    1588000 | #Constraints:      55322
282.28/283.50	c #Conflicts:    1589000 | #Constraints:      56322
282.28/283.50	c #Conflicts:    1590000 | #Constraints:      57322
282.28/283.50	c #Conflicts:    1591000 | #Constraints:      58322
282.28/283.50	c INPROCESSING
282.28/283.50	c GARBAGE COLLECT
282.28/283.50	WSVECS04 Frhs2[51]: 6 -34.9095 0 shouldn't be
282.28/283.50	WSVECS04 Frhs2[53]: 6 0 16.8894 shouldn't be
282.28/283.50	WSVECS04 Frhs2[54]: 6 0 0.831897 shouldn't be
282.28/283.50	WSVECS04 Frhs2[56]: 6 -18.8556 0 shouldn't be
282.28/283.50	WSVECS04 Frhs2[58]: 6 -43.6327 0 shouldn't be
282.28/283.50	WSVECS04 Frhs2[59]: 6 -69.0341 0 shouldn't be
282.28/283.50	WSVECS04 Frhs2[60]: 6 -23.1981 0 shouldn't be
282.28/283.50	WSVECS04 Frhs2[61]: 6 -22.7549 0 shouldn't be
282.28/283.50	WSVECS04 Frhs2[129]: 6 0 1.03581 shouldn't be
282.28/283.50	WSVECS04 Frhs2[136]: 6 0 1.44335 shouldn't be
282.28/283.50	WSVECS04 Frhs2[366]: 6 0 92.4088 shouldn't be
282.28/283.50	WSVECS04 Frhs2[376]: 6 0 7.85055 shouldn't be
282.28/283.50	WSVECS04 Frhs2[385]: 6 0 21.2318 shouldn't be
282.28/283.50	WSVECS04 Frhs2[386]: 6 0 21.7528 shouldn't be
282.28/283.50	WSVECS04 Frhs2[389]: 6 0 1.00003 shouldn't be
282.28/283.50	WSVECS04 Frhs2[398]: 6 0 20.2312 shouldn't be
282.28/283.50	WSVECS04 Frhs2[400]: 6 0 11.1191 shouldn't be
282.28/283.50	WSVECS04 Frhs2[406]: 6 0 92.4088 shouldn't be
282.28/283.50	WSVECS04 Frhs2[407]: 6 0 23.7093 shouldn't be
282.28/283.50	WSVECS04 Frhs2[409]: 6 0 21.196 shouldn't be
282.28/283.50	WSVECS04 Frhs2[442]: 6 0 8.68617 shouldn't be
282.28/283.50	WSVECS04 Frhs2[447]: 6 0 23.7093 shouldn't be
282.28/283.50	WSVECS04 Frhs2[481]: 6 0 1.00008 shouldn't be
282.28/283.50	WSVECS04 Frhs2[563]: 6 0 20.9502 shouldn't be
282.28/283.50	WSVECS04 Frhs2[603]: 6 -21.7528 0 shouldn't be
282.28/283.50	WSVECS04 Frhs2[609]: 6 0 21.196 shouldn't be
282.28/283.50	WSVECS04 Frhs2[631]: 6 0 20.4996 shouldn't be
282.28/283.50	WSVECS04 Frhs2[638]: 6 0 2.00061 shouldn't be
282.28/283.50	WSVECS04 Frhs2[676]: 6 0 11.3711 shouldn't be
282.28/283.50	WSVECS04 Frhs2[690]: 6 0 0.455374 shouldn't be
282.28/283.50	WSVECS04 Frhs2[699]: 6 0 39.5088 shouldn't be
282.28/283.50	WSVECS04 Frhs2[703]: 6 0 2.82574 shouldn't be
282.28/283.50	WSVECS04 Frhs2[704]: 6 0 8.61163 shouldn't be
282.28/283.50	WSVECS04 Frhs2[714]: 6 0 1.00004 shouldn't be
282.28/283.50	WSVECS04 Frhs2[715]: 6 0 5.30688 shouldn't be
282.28/283.50	WSVECS04 Frhs2[716]: 6 0 11.3712 shouldn't be
282.28/283.50	WSVECS04 Frhs2[754]: 6 0 22.2317 shouldn't be
282.28/283.50	WSVECS04 Frhs2[756]: 6 0 11.3712 shouldn't be
282.28/283.50	WSVECS04 Frhs2[800]: 6 0 11.1208 shouldn't be
282.28/283.50	WSVECS04 Frhs2[804]: 6 -4.00139 0 shouldn't be
282.28/283.50	WSVECS04 Frhs2[840]: 6 0 11.1208 shouldn't be
282.28/283.50	WSVECS04 Frhs2[843]: 6 -6.82823 0 shouldn't be
282.28/283.50	WSVECS04 Frhs2[873]: 6 0 18.5864 shouldn't be
282.28/283.50	WSVECS04 Frhs2[904]: 6 0 8.61167 shouldn't be
282.28/283.50	WSVECS04 Frhs2[915]: 6 0 5.30693 shouldn't be
282.28/283.50	WSVECS04 Frhs2[921]: 6 -1.00008 0 shouldn't be
282.28/283.50	WSVECS04 Frhs2[922]: 6 -22.2317 0 shouldn't be
282.28/283.50	WSVECS04 Frhs2[1027]: 6 0 12.0324 shouldn't be
282.28/283.50	WSVECS04 Frhs2[1066]: 6 0 22.1148 shouldn't be
282.28/283.50	WSVECS04 Frhs2[1152]: 6 0 13.4859 shouldn't be
282.28/283.50	WSVECS04 Frhs2[1222]: 6 0 40.4532 shouldn't be
282.28/283.50	WSVECS04 Frhs2[1269]: 6 0 1.00009 shouldn't be
282.28/283.50	WSVECS04 Frhs2[1339]: 6 0 0.329542 shouldn't be
282.28/283.50	WSVECS04 Frhs2[1426]: 6 0 0.415647 shouldn't be
282.28/283.50	WSVECS04 Frhs2[1464]: 6 0 1.00006 shouldn't be
282.28/283.50	WSVECS04 Frhs2[1690]: 6 0 1.00003 shouldn't be
282.28/283.50	WSVECS04 Frhs2[1813]: 6 -22.4912 0 shouldn't be
282.28/283.50	WSVECS04 Frhs2[1815]: 6 -1.00008 0 shouldn't be
282.28/283.50	WSVECS04 Frhs2[1819]: 6 -1.53566 0 shouldn't be
282.47/283.79	WSVECS04 Frhs2[53]: 6 0 16.8893 shouldn't be
282.47/283.79	WSVECS04 Frhs2[56]: 6 -18.8555 0 shouldn't be
282.47/283.79	WSVECS04 Frhs2[58]: 6 -43.6326 0 shouldn't be
282.47/283.79	WSVECS04 Frhs2[59]: 6 -69.034 0 shouldn't be
282.47/283.79	WSVECS04 Frhs2[60]: 6 -23.1981 0 shouldn't be
282.47/283.79	WSVECS04 Frhs2[61]: 6 -22.7549 0 shouldn't be
282.47/283.79	WSVECS04 Frhs2[62]: 6 0 14.7513 shouldn't be
282.47/283.79	WSVECS04 Frhs2[129]: 6 0 1.03579 shouldn't be
282.47/283.79	WSVECS04 Frhs2[132]: 6 0 1.33356 shouldn't be
282.47/283.79	WSVECS04 Frhs2[280]: 6 -0.335252 0 shouldn't be
282.47/283.79	WSVECS04 Frhs2[366]: 6 0 92.4088 shouldn't be
282.47/283.79	WSVECS04 Frhs2[376]: 6 0 7.85048 shouldn't be
282.47/283.79	WSVECS04 Frhs2[386]: 6 0 21.7527 shouldn't be
282.47/283.79	WSVECS04 Frhs2[389]: 6 0 1 shouldn't be
282.47/283.79	WSVECS04 Frhs2[400]: 6 0 11.119 shouldn't be
282.47/283.79	WSVECS04 Frhs2[406]: 6 0 92.4088 shouldn't be
282.47/283.79	WSVECS04 Frhs2[442]: 6 0 8.68608 shouldn't be
282.47/283.79	WSVECS04 Frhs2[447]: 6 0 23.7093 shouldn't be
282.47/283.79	WSVECS04 Frhs2[563]: 6 0 20.9502 shouldn't be
282.47/283.79	WSVECS04 Frhs2[609]: 6 0 21.1959 shouldn't be
282.47/283.79	WSVECS04 Frhs2[631]: 6 0 20.4996 shouldn't be
282.47/283.79	WSVECS04 Frhs2[678]: 6 0 2.00058 shouldn't be
282.47/283.79	WSVECS04 Frhs2[682]: 6 -22.2317 0 shouldn't be
282.47/283.79	WSVECS04 Frhs2[690]: 6 0 0.455358 shouldn't be
282.47/283.79	WSVECS04 Frhs2[703]: 6 0 2.82568 shouldn't be
282.47/283.79	WSVECS04 Frhs2[704]: 6 0 8.61161 shouldn't be
282.47/283.79	WSVECS04 Frhs2[715]: 6 0 5.30686 shouldn't be
282.47/283.79	WSVECS04 Frhs2[716]: 6 0 11.3711 shouldn't be
282.47/283.79	WSVECS04 Frhs2[754]: 6 0 22.2317 shouldn't be
282.47/283.79	WSVECS04 Frhs2[800]: 6 0 11.1207 shouldn't be
282.47/283.79	WSVECS04 Frhs2[804]: 6 -4.00129 0 shouldn't be
282.47/283.79	WSVECS04 Frhs2[840]: 6 0 11.1207 shouldn't be
282.47/283.79	WSVECS04 Frhs2[843]: 6 -6.82818 0 shouldn't be
282.47/283.79	WSVECS04 Frhs2[904]: 6 0 8.61161 shouldn't be
282.47/283.79	WSVECS04 Frhs2[915]: 6 0 5.30686 shouldn't be
282.47/283.79	WSVECS04 Frhs2[1027]: 6 0 12.0323 shouldn't be
282.47/283.79	WSVECS04 Frhs2[1066]: 6 0 22.1148 shouldn't be
282.47/283.79	WSVECS04 Frhs2[1152]: 6 0 13.4858 shouldn't be
282.47/283.79	WSVECS04 Frhs2[1230]: 6 0 7.0456 shouldn't be
282.47/283.79	WSVECS04 Frhs2[1269]: 6 0 1 shouldn't be
282.47/283.79	WSVECS04 Frhs2[1464]: 6 0 1 shouldn't be
282.47/283.79	WSVECS04 Frhs2[1651]: 6 0 0.795712 shouldn't be
282.47/283.79	WSVECS04 Frhs2[1797]: 6 -1.28642 0 shouldn't be
282.47/283.79	WSVECS04 Frhs2[1815]: 6 -1 0 shouldn't be
291.76/293.05	c #Conflicts:    1592000 | #Constraints:      34310
291.76/293.05	c #Conflicts:    1593000 | #Constraints:      35310
291.76/293.05	c #Conflicts:    1594000 | #Constraints:      36310
291.76/293.05	c #Conflicts:    1595000 | #Constraints:      37310
291.76/293.05	c #Conflicts:    1596000 | #Constraints:      38310
291.76/293.05	c #Conflicts:    1597000 | #Constraints:      39310
291.76/293.05	c #Conflicts:    1598000 | #Constraints:      40310
291.76/293.05	c #Conflicts:    1599000 | #Constraints:      41310
291.76/293.05	c #Conflicts:    1600000 | #Constraints:      42310
291.76/293.05	c #Conflicts:    1601000 | #Constraints:      43310
291.76/293.05	c #Conflicts:    1602000 | #Constraints:      44310
291.76/293.05	c #Conflicts:    1603000 | #Constraints:      45310
291.76/293.05	c #Conflicts:    1604000 | #Constraints:      46310
291.76/293.05	c #Conflicts:    1605000 | #Constraints:      47310
291.76/293.05	c #Conflicts:    1606000 | #Constraints:      48310
291.76/293.05	c #Conflicts:    1607000 | #Constraints:      49310
291.76/293.05	c #Conflicts:    1608000 | #Constraints:      50310
291.76/293.05	c #Conflicts:    1609000 | #Constraints:      51310
291.76/293.05	c #Conflicts:    1610000 | #Constraints:      52310
291.76/293.05	c #Conflicts:    1611000 | #Constraints:      53310
291.76/293.05	c #Conflicts:    1612000 | #Constraints:      54310
291.76/293.05	c #Conflicts:    1613000 | #Constraints:      55310
291.76/293.05	c #Conflicts:    1614000 | #Constraints:      56310
291.76/293.05	c #Conflicts:    1615000 | #Constraints:      57310
291.76/293.05	c #Conflicts:    1616000 | #Constraints:      58310
291.76/293.05	c INPROCESSING
291.76/293.05	c GARBAGE COLLECT
291.76/293.05	c #Conflicts:    1617000 | #Constraints:      34123
291.76/293.05	c #Conflicts:    1618000 | #Constraints:      35123
291.76/293.05	c #Conflicts:    1619000 | #Constraints:      36123
291.76/293.05	c #Conflicts:    1620000 | #Constraints:      37123
291.76/293.05	c #Conflicts:    1621000 | #Constraints:      38123
291.76/293.05	c #Conflicts:    1622000 | #Constraints:      39123
291.76/293.05	c #Conflicts:    1623000 | #Constraints:      40123
291.76/293.05	c #Conflicts:    1624000 | #Constraints:      41123
291.76/293.05	c #Conflicts:    1625000 | #Constraints:      42123
291.76/293.05	c #Conflicts:    1626000 | #Constraints:      43123
291.76/293.05	c #Conflicts:    1627000 | #Constraints:      44123
291.76/293.05	c #Conflicts:    1628000 | #Constraints:      45123
291.76/293.05	c #Conflicts:    1629000 | #Constraints:      46123
291.76/293.05	c #Conflicts:    1630000 | #Constraints:      47123
291.76/293.05	c #Conflicts:    1631000 | #Constraints:      48123
291.76/293.05	c #Conflicts:    1632000 | #Constraints:      49123
291.76/293.05	c #Conflicts:    1633000 | #Constraints:      50123
291.76/293.05	c #Conflicts:    1634000 | #Constraints:      51123
291.76/293.05	c #Conflicts:    1635000 | #Constraints:      52123
291.76/293.05	c #Conflicts:    1636000 | #Constraints:      53123
291.76/293.05	c #Conflicts:    1637000 | #Constraints:      54124
291.76/293.05	c #Conflicts:    1638000 | #Constraints:      55124
291.76/293.05	c #Conflicts:    1639000 | #Constraints:      56124
291.76/293.05	c #Conflicts:    1640000 | #Constraints:      57124
291.76/293.05	c #Conflicts:    1641000 | #Constraints:      58124
291.76/293.05	c #Conflicts:    1642000 | #Constraints:      59124
291.76/293.05	c INPROCESSING
291.76/293.05	c GARBAGE COLLECT
291.76/293.05	WSVECS04 Frhs2[59]: 6 -206.597 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[61]: 6 -162.156 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[64]: 6 -355.822 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[65]: 6 -382.708 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[69]: 6 -282.292 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[70]: 6 -405.933 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[81]: 6 -211.835 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[136]: 6 0 1.31156 shouldn't be
291.76/293.05	WSVECS04 Frhs2[142]: 6 0 0.122396 shouldn't be
291.76/293.05	WSVECS04 Frhs2[243]: 6 0 1.23372 shouldn't be
291.76/293.05	WSVECS04 Frhs2[308]: 6 0 219.759 shouldn't be
291.76/293.05	WSVECS04 Frhs2[314]: 6 0 139.176 shouldn't be
291.76/293.05	WSVECS04 Frhs2[348]: 6 0 219.759 shouldn't be
291.76/293.05	WSVECS04 Frhs2[609]: 6 0 164.796 shouldn't be
291.76/293.05	WSVECS04 Frhs2[631]: 6 0 147.204 shouldn't be
291.76/293.05	WSVECS04 Frhs2[666]: 6 0 19.3674 shouldn't be
291.76/293.05	WSVECS04 Frhs2[739]: 6 0 0.30736 shouldn't be
291.76/293.05	WSVECS04 Frhs2[772]: 6 0 4.34484 shouldn't be
291.76/293.05	WSVECS04 Frhs2[782]: 6 0 222.663 shouldn't be
291.76/293.05	WSVECS04 Frhs2[823]: 6 0 24.8495 shouldn't be
291.76/293.05	WSVECS04 Frhs2[948]: 6 0 178.156 shouldn't be
291.76/293.05	WSVECS04 Frhs2[969]: 6 0 166.082 shouldn't be
291.76/293.05	WSVECS04 Frhs2[979]: 6 0 0.307361 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1084]: 6 0 4.52245 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1200]: 6 -1 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1243]: 6 0 10.1797 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1262]: 6 0 222.663 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1307]: 6 0 230.074 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1386]: 6 0 104.682 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1402]: 6 -56.1127 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1409]: 6 0 3.00646 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1471]: 6 -1 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1556]: 6 0 117.757 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1587]: 6 -230.074 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1649]: 6 0 1.68584 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1689]: 6 0 0.154748 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1723]: 6 -1 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1724]: 6 -1 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1725]: 6 -1 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1726]: 6 -1 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1732]: 6 -1 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1733]: 6 -1 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1788]: 6 -1 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1795]: 6 -217.592 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1800]: 6 -1 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1824]: 6 -1 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1825]: 6 -1 0 shouldn't be
291.76/293.05	WSVECS04 Frhs2[1826]: 6 -1 0 shouldn't be
297.13/298.41	c #Conflicts:    1643000 | #Constraints:      34712
297.13/298.41	c #Conflicts:    1644000 | #Constraints:      35712
297.13/298.41	c #Conflicts:    1645000 | #Constraints:      36712
297.13/298.41	c #Conflicts:    1646000 | #Constraints:      37712
297.13/298.41	c #Conflicts:    1647000 | #Constraints:      38712
297.13/298.41	c #Conflicts:    1648000 | #Constraints:      39712
297.13/298.41	c #Conflicts:    1649000 | #Constraints:      40712
297.13/298.41	c #Conflicts:    1650000 | #Constraints:      41712
297.13/298.41	c #Conflicts:    1651000 | #Constraints:      42712
297.13/298.41	c #Conflicts:    1652000 | #Constraints:      43712
297.13/298.41	c #Conflicts:    1653000 | #Constraints:      44712
297.13/298.41	c #Conflicts:    1654000 | #Constraints:      45712
297.13/298.41	c #Conflicts:    1655000 | #Constraints:      46712
297.13/298.41	c #Conflicts:    1656000 | #Constraints:      47712
297.13/298.41	c #Conflicts:    1657000 | #Constraints:      48712
297.13/298.41	c #Conflicts:    1658000 | #Constraints:      49712
297.13/298.41	c #Conflicts:    1659000 | #Constraints:      50712
297.13/298.41	c #Conflicts:    1660000 | #Constraints:      51712
297.13/298.41	c #Conflicts:    1661000 | #Constraints:      52712
297.13/298.41	c #Conflicts:    1662000 | #Constraints:      53712
297.13/298.41	c #Conflicts:    1663000 | #Constraints:      54712
297.13/298.41	c #Conflicts:    1664000 | #Constraints:      55712
297.13/298.41	c #Conflicts:    1665000 | #Constraints:      56712
297.13/298.41	c #Conflicts:    1666000 | #Constraints:      57712
297.13/298.41	c #Conflicts:    1667000 | #Constraints:      58712
297.13/298.41	c #Conflicts:    1668000 | #Constraints:      59712
297.13/298.41	c INPROCESSING
297.13/298.41	c GARBAGE COLLECT
297.13/298.41	c rational objective 327.243
300.92/302.27	c #Conflicts:    1669000 | #Constraints:      35104
300.92/302.27	c #Conflicts:    1670000 | #Constraints:      36104
300.92/302.27	c #Conflicts:    1671000 | #Constraints:      37104
300.92/302.27	c #Conflicts:    1672000 | #Constraints:      38104
300.92/302.27	c #Conflicts:    1673000 | #Constraints:      39104
300.92/302.27	c #Conflicts:    1674000 | #Constraints:      40104
300.92/302.27	c #Conflicts:    1675000 | #Constraints:      41104
300.92/302.27	c #Conflicts:    1676000 | #Constraints:      42104
300.92/302.27	c #Conflicts:    1677000 | #Constraints:      43104
300.92/302.27	c #Conflicts:    1678000 | #Constraints:      44104
300.92/302.27	c #Conflicts:    1679000 | #Constraints:      45104
300.92/302.27	c #Conflicts:    1680000 | #Constraints:      46104
300.92/302.27	c #Conflicts:    1681000 | #Constraints:      47104
300.92/302.27	c #Conflicts:    1682000 | #Constraints:      48104
300.92/302.27	c #Conflicts:    1683000 | #Constraints:      49104
300.92/302.27	c #Conflicts:    1684000 | #Constraints:      50104
300.92/302.27	c #Conflicts:    1685000 | #Constraints:      51104
300.92/302.27	c #Conflicts:    1686000 | #Constraints:      52104
300.92/302.27	WSVECS04 Frhs2[50]: 6 0 1.00008 shouldn't be
300.92/302.27	WSVECS04 Frhs2[72]: 6 -1.50009 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[73]: 6 -1.00008 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[77]: 6 -6.00004 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[129]: 6 0 1.00001 shouldn't be
300.92/302.27	WSVECS04 Frhs2[192]: 6 0 0.500058 shouldn't be
300.92/302.27	WSVECS04 Frhs2[204]: 6 -1.0001 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[209]: 6 0 1.00003 shouldn't be
300.92/302.27	WSVECS04 Frhs2[232]: 6 0 0.500072 shouldn't be
300.92/302.27	WSVECS04 Frhs2[249]: 6 0 1.00007 shouldn't be
300.92/302.27	WSVECS04 Frhs2[251]: 6 -1.00007 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[268]: 6 -1.00002 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[271]: 6 0 0.500014 shouldn't be
300.92/302.27	WSVECS04 Frhs2[300]: 6 0 1.00008 shouldn't be
300.92/302.27	WSVECS04 Frhs2[312]: 6 0 0.50004 shouldn't be
300.92/302.27	WSVECS04 Frhs2[321]: 6 -1.00002 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[344]: 6 0 1.00004 shouldn't be
300.92/302.27	WSVECS04 Frhs2[347]: 6 -1.00007 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[408]: 6 -1.00006 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[422]: 6 0 1.00006 shouldn't be
300.92/302.27	WSVECS04 Frhs2[436]: 6 0 1.00002 shouldn't be
300.92/302.27	WSVECS04 Frhs2[458]: 6 -1.00005 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[497]: 6 0 1.00009 shouldn't be
300.92/302.27	WSVECS04 Frhs2[516]: 6 0 1.00006 shouldn't be
300.92/302.27	WSVECS04 Frhs2[556]: 6 0 1.00003 shouldn't be
300.92/302.27	WSVECS04 Frhs2[583]: 6 0 1.00006 shouldn't be
300.92/302.27	WSVECS04 Frhs2[618]: 6 -1.00004 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[624]: 6 0 1.00008 shouldn't be
300.92/302.27	WSVECS04 Frhs2[630]: 6 0 1.00009 shouldn't be
300.92/302.27	WSVECS04 Frhs2[634]: 6 -1.00009 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[677]: 6 -1.00009 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[697]: 6 0 1.00007 shouldn't be
300.92/302.27	WSVECS04 Frhs2[699]: 6 -1.0001 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[731]: 6 0 0.500094 shouldn't be
300.92/302.27	WSVECS04 Frhs2[771]: 6 0 0.500022 shouldn't be
300.92/302.27	WSVECS04 Frhs2[792]: 6 0 1.00004 shouldn't be
300.92/302.27	WSVECS04 Frhs2[798]: 6 0 1.00004 shouldn't be
300.92/302.27	WSVECS04 Frhs2[832]: 6 0 1.00007 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1044]: 6 0 1.00006 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1046]: 6 0 1.00008 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1051]: 6 0 0.500018 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1069]: 6 0 1.00001 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1075]: 6 0 1.00001 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1085]: 6 0 1.00002 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1107]: 6 -1.00005 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1115]: 6 0 1.00005 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1149]: 6 0 1.00002 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1164]: 6 0 1.00004 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1184]: 6 0 1.00003 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1193]: 6 0 1.00002 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1206]: 6 0 1.00002 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1219]: 6 0 1.00002 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1223]: 6 0 1.00006 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1239]: 6 0 1.00004 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1243]: 6 -1.00001 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1245]: 6 0 1.00004 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1262]: 6 0 1.00007 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1267]: 6 -1.00004 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1271]: 6 0 0.500063 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1279]: 6 0 1.00004 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1281]: 6 0 1.00002 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1297]: 6 -1.00006 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1302]: 6 0 1.00006 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1308]: 6 0 1.00001 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1322]: 6 -1.00008 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1332]: 6 0 1.00002 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1338]: 6 -1.00003 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1341]: 6 0 1.00009 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1355]: 6 0 1.00005 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1381]: 6 0 1.00008 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1382]: 6 0 1.00006 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1386]: 6 -1.00005 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1395]: 6 0 1.00008 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1398]: 6 0 2.00003 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1399]: 6 0 1.00007 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1421]: 6 0 1.00005 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1422]: 6 0 1.00006 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1435]: 6 0 1.00005 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1438]: 6 0 1.00001 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1741]: 6 -2.00005 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1750]: 6 -4.00009 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1795]: 6 -2.00004 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1863]: 6 -2.00009 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1869]: 6 -1.00008 0 shouldn't be
300.92/302.27	WSVECS04 Frhs2[1885]: 6 -3.00006 0 shouldn't be
311.53/312.92	c #Conflicts:    1687000 | #Constraints:      53104
311.53/312.92	c #Conflicts:    1688000 | #Constraints:      54104
311.53/312.92	c #Conflicts:    1689000 | #Constraints:      55104
311.53/312.92	c #Conflicts:    1690000 | #Constraints:      56104
311.53/312.92	c #Conflicts:    1691000 | #Constraints:      57104
311.53/312.92	c #Conflicts:    1692000 | #Constraints:      58104
311.53/312.92	c #Conflicts:    1693000 | #Constraints:      59104
311.53/312.92	c #Conflicts:    1694000 | #Constraints:      60104
311.53/312.92	c INPROCESSING
311.53/312.92	c GARBAGE COLLECT
311.53/312.92	c #Conflicts:    1695000 | #Constraints:      35311
311.53/312.92	c #Conflicts:    1696000 | #Constraints:      36311
311.53/312.92	c #Conflicts:    1697000 | #Constraints:      37311
311.53/312.92	c #Conflicts:    1698000 | #Constraints:      38311
311.53/312.92	c #Conflicts:    1699000 | #Constraints:      39311
311.53/312.92	c #Conflicts:    1700000 | #Constraints:      40311
311.53/312.92	c #Conflicts:    1701000 | #Constraints:      41311
311.53/312.92	c #Conflicts:    1702000 | #Constraints:      42311
311.53/312.92	c #Conflicts:    1703000 | #Constraints:      43311
311.53/312.92	c #Conflicts:    1704000 | #Constraints:      44311
311.53/312.92	c #Conflicts:    1705000 | #Constraints:      45311
311.53/312.92	c #Conflicts:    1706000 | #Constraints:      46311
311.53/312.92	c #Conflicts:    1707000 | #Constraints:      47311
311.53/312.92	c #Conflicts:    1708000 | #Constraints:      48311
311.53/312.92	c #Conflicts:    1709000 | #Constraints:      49311
311.53/312.92	c #Conflicts:    1710000 | #Constraints:      50311
311.53/312.92	c #Conflicts:    1711000 | #Constraints:      51311
311.53/312.92	c #Conflicts:    1712000 | #Constraints:      52311
311.53/312.92	c #Conflicts:    1713000 | #Constraints:      53311
311.53/312.92	c #Conflicts:    1714000 | #Constraints:      54311
311.53/312.92	c #Conflicts:    1715000 | #Constraints:      55311
311.53/312.92	c #Conflicts:    1716000 | #Constraints:      56311
311.53/312.92	c #Conflicts:    1717000 | #Constraints:      57311
311.53/312.92	c #Conflicts:    1718000 | #Constraints:      58311
311.53/312.92	c #Conflicts:    1719000 | #Constraints:      59311
311.53/312.92	c #Conflicts:    1720000 | #Constraints:      60311
311.53/312.92	c INPROCESSING
311.53/312.92	c GARBAGE COLLECT
311.53/312.92	c #Conflicts:    1721000 | #Constraints:      35318
311.53/312.92	c #Conflicts:    1722000 | #Constraints:      36318
311.53/312.92	c #Conflicts:    1723000 | #Constraints:      37318
311.53/312.92	c #Conflicts:    1724000 | #Constraints:      38318
311.53/312.92	c #Conflicts:    1725000 | #Constraints:      39318
311.53/312.92	c #Conflicts:    1726000 | #Constraints:      40318
311.53/312.92	c #Conflicts:    1727000 | #Constraints:      41318
311.53/312.92	c #Conflicts:    1728000 | #Constraints:      42318
311.53/312.92	c #Conflicts:    1729000 | #Constraints:      43318
311.53/312.92	c #Conflicts:    1730000 | #Constraints:      44318
311.53/312.92	c #Conflicts:    1731000 | #Constraints:      45318
311.53/312.92	c #Conflicts:    1732000 | #Constraints:      46318
311.53/312.92	c #Conflicts:    1733000 | #Constraints:      47318
311.53/312.92	c #Conflicts:    1734000 | #Constraints:      48318
311.53/312.92	c #Conflicts:    1735000 | #Constraints:      49318
311.53/312.92	c #Conflicts:    1736000 | #Constraints:      50318
311.53/312.92	c #Conflicts:    1737000 | #Constraints:      51318
311.53/312.92	c #Conflicts:    1738000 | #Constraints:      52318
311.53/312.92	c #Conflicts:    1739000 | #Constraints:      53318
311.53/312.92	c #Conflicts:    1740000 | #Constraints:      54318
311.53/312.92	c #Conflicts:    1741000 | #Constraints:      55318
311.53/312.92	c #Conflicts:    1742000 | #Constraints:      56318
311.53/312.92	WSVECS04 Frhs2[50]: 6 -5.25005 0 shouldn't be
311.53/312.92	WSVECS04 Frhs2[59]: 6 0 11.65 shouldn't be
311.53/312.92	WSVECS04 Frhs2[61]: 6 -5.25003 0 shouldn't be
311.53/312.92	WSVECS04 Frhs2[62]: 6 -1.00002 0 shouldn't be
311.53/312.92	WSVECS04 Frhs2[63]: 6 0 3.50007 shouldn't be
311.53/312.92	WSVECS04 Frhs2[65]: 6 -3.90008 0 shouldn't be
311.53/312.92	WSVECS04 Frhs2[67]: 6 0 0.300056 shouldn't be
311.53/312.92	WSVECS04 Frhs2[102]: 6 0 0.50007 shouldn't be
311.53/312.92	WSVECS04 Frhs2[142]: 6 0 0.500088 shouldn't be
311.53/312.92	WSVECS04 Frhs2[212]: 6 0 1.00008 shouldn't be
311.53/312.92	WSVECS04 Frhs2[214]: 6 0 1.00006 shouldn't be
311.53/312.92	WSVECS04 Frhs2[216]: 6 0 1.00008 shouldn't be
311.53/312.92	WSVECS04 Frhs2[218]: 6 0 1.25007 shouldn't be
311.53/312.92	WSVECS04 Frhs2[224]: 6 0 1.0001 shouldn't be
311.53/312.92	WSVECS04 Frhs2[232]: 6 0 1.00001 shouldn't be
311.53/312.92	WSVECS04 Frhs2[256]: 6 0 1.00007 shouldn't be
311.53/312.92	WSVECS04 Frhs2[258]: 6 0 1.25002 shouldn't be
311.53/312.92	WSVECS04 Frhs2[295]: 6 0 0.450026 shouldn't be
311.53/312.92	WSVECS04 Frhs2[296]: 6 0 1.00005 shouldn't be
311.53/312.92	WSVECS04 Frhs2[334]: 6 0 1.00008 shouldn't be
311.53/312.92	WSVECS04 Frhs2[338]: 6 0 1.00007 shouldn't be
311.53/312.92	WSVECS04 Frhs2[374]: 6 0 1.00008 shouldn't be
311.53/312.92	WSVECS04 Frhs2[414]: 6 0 2.00004 shouldn't be
311.53/312.92	WSVECS04 Frhs2[493]: 6 0 1.00002 shouldn't be
311.53/312.92	WSVECS04 Frhs2[568]: 6 0 1.00003 shouldn't be
311.53/312.92	WSVECS04 Frhs2[633]: 6 0 1.00003 shouldn't be
311.53/312.92	WSVECS04 Frhs2[655]: 6 0 1.55002 shouldn't be
311.53/312.92	WSVECS04 Frhs2[662]: 6 0 0.500012 shouldn't be
311.53/312.92	WSVECS04 Frhs2[711]: 6 0 1.00003 shouldn't be
311.53/312.92	WSVECS04 Frhs2[766]: 6 0 1.00004 shouldn't be
311.53/312.92	WSVECS04 Frhs2[789]: 6 0 1.00002 shouldn't be
311.53/312.92	WSVECS04 Frhs2[805]: 6 0 0.100099 shouldn't be
311.53/312.92	WSVECS04 Frhs2[812]: 6 0 2.90007 shouldn't be
311.53/312.92	WSVECS04 Frhs2[818]: 6 0 1.00008 shouldn't be
311.53/312.92	WSVECS04 Frhs2[829]: 6 0 1.00007 shouldn't be
311.53/312.92	WSVECS04 Frhs2[831]: 6 0 1.00006 shouldn't be
311.53/312.92	WSVECS04 Frhs2[837]: 6 0 1.00005 shouldn't be
311.53/312.92	WSVECS04 Frhs2[869]: 6 0 1.00005 shouldn't be
311.53/312.92	WSVECS04 Frhs2[871]: 6 0 1.00009 shouldn't be
311.53/312.92	WSVECS04 Frhs2[903]: 6 0 1.00005 shouldn't be
311.53/312.92	WSVECS04 Frhs2[911]: 6 0 1.00001 shouldn't be
311.53/312.92	WSVECS04 Frhs2[943]: 6 0 1.0001 shouldn't be
311.53/312.92	WSVECS04 Frhs2[947]: 6 -1.00004 0 shouldn't be
311.53/312.92	WSVECS04 Frhs2[988]: 6 -1.00003 0 shouldn't be
311.53/312.92	WSVECS04 Frhs2[1022]: 6 0 0.500027 shouldn't be
311.53/312.92	WSVECS04 Frhs2[1096]: 6 0 1.00002 shouldn't be
311.53/312.92	WSVECS04 Frhs2[1413]: 6 0 1.00007 shouldn't be
311.53/312.92	WSVECS04 Frhs2[1662]: 6 0 0.500045 shouldn't be
314.91/316.34	c #Conflicts:    1743000 | #Constraints:      57318
314.91/316.34	c #Conflicts:    1744000 | #Constraints:      58318
314.91/316.34	c #Conflicts:    1745000 | #Constraints:      59318
314.91/316.34	c #Conflicts:    1746000 | #Constraints:      60318
314.91/316.34	c INPROCESSING
314.91/316.34	c GARBAGE COLLECT
314.91/316.34	c rational objective 327.267
325.08/326.52	c #Conflicts:    1747000 | #Constraints:      35112
325.08/326.52	c #Conflicts:    1748000 | #Constraints:      36112
325.08/326.52	c #Conflicts:    1749000 | #Constraints:      37112
325.08/326.52	c #Conflicts:    1750000 | #Constraints:      38112
325.08/326.52	c #Conflicts:    1751000 | #Constraints:      39112
325.08/326.52	c #Conflicts:    1752000 | #Constraints:      40112
325.08/326.52	c #Conflicts:    1753000 | #Constraints:      41112
325.08/326.52	c #Conflicts:    1754000 | #Constraints:      42112
325.08/326.52	c #Conflicts:    1755000 | #Constraints:      43112
325.08/326.52	c #Conflicts:    1756000 | #Constraints:      44112
325.08/326.52	c #Conflicts:    1757000 | #Constraints:      45112
325.08/326.52	c #Conflicts:    1758000 | #Constraints:      46112
325.08/326.52	c #Conflicts:    1759000 | #Constraints:      47112
325.08/326.52	c #Conflicts:    1760000 | #Constraints:      48112
325.08/326.52	c #Conflicts:    1761000 | #Constraints:      49112
325.08/326.52	c #Conflicts:    1762000 | #Constraints:      50112
325.08/326.52	c #Conflicts:    1763000 | #Constraints:      51112
325.08/326.52	c #Conflicts:    1764000 | #Constraints:      52112
325.08/326.52	c #Conflicts:    1765000 | #Constraints:      53112
325.08/326.52	c #Conflicts:    1766000 | #Constraints:      54112
325.08/326.52	c #Conflicts:    1767000 | #Constraints:      55112
325.08/326.52	c #Conflicts:    1768000 | #Constraints:      56112
325.08/326.52	c #Conflicts:    1769000 | #Constraints:      57112
325.08/326.52	c #Conflicts:    1770000 | #Constraints:      58112
325.08/326.52	c #Conflicts:    1771000 | #Constraints:      59112
325.08/326.52	c #Conflicts:    1772000 | #Constraints:      60112
325.08/326.52	c #Conflicts:    1773000 | #Constraints:      61112
325.08/326.52	c INPROCESSING
325.08/326.52	c GARBAGE COLLECT
325.08/326.52	c #Conflicts:    1774000 | #Constraints:      35723
325.08/326.52	c #Conflicts:    1775000 | #Constraints:      36723
325.08/326.52	c #Conflicts:    1776000 | #Constraints:      37723
325.08/326.52	c #Conflicts:    1777000 | #Constraints:      38723
325.08/326.52	c #Conflicts:    1778000 | #Constraints:      39723
325.08/326.52	c #Conflicts:    1779000 | #Constraints:      40723
325.08/326.52	c #Conflicts:    1780000 | #Constraints:      41723
325.08/326.52	c #Conflicts:    1781000 | #Constraints:      42723
325.08/326.52	c #Conflicts:    1782000 | #Constraints:      43723
325.08/326.52	c #Conflicts:    1783000 | #Constraints:      44723
325.08/326.52	c #Conflicts:    1784000 | #Constraints:      45723
325.08/326.52	c #Conflicts:    1785000 | #Constraints:      46723
325.08/326.52	c #Conflicts:    1786000 | #Constraints:      47723
325.08/326.52	c #Conflicts:    1787000 | #Constraints:      48723
325.08/326.52	c #Conflicts:    1788000 | #Constraints:      49723
325.08/326.52	c #Conflicts:    1789000 | #Constraints:      50723
325.08/326.52	c #Conflicts:    1790000 | #Constraints:      51723
325.08/326.52	c #Conflicts:    1791000 | #Constraints:      52723
325.08/326.52	c #Conflicts:    1792000 | #Constraints:      53723
325.08/326.52	c #Conflicts:    1793000 | #Constraints:      54723
325.08/326.52	c #Conflicts:    1794000 | #Constraints:      55723
325.08/326.52	c #Conflicts:    1795000 | #Constraints:      56723
325.08/326.52	c #Conflicts:    1796000 | #Constraints:      57723
325.08/326.52	c #Conflicts:    1797000 | #Constraints:      58723
325.08/326.52	c #Conflicts:    1798000 | #Constraints:      59723
325.08/326.52	WSVECS04 Frhs2[52]: 6 -4.00002 0 shouldn't be
325.08/326.52	WSVECS04 Frhs2[56]: 6 -1.00003 0 shouldn't be
325.08/326.52	WSVECS04 Frhs2[57]: 6 -3.00004 0 shouldn't be
325.08/326.52	WSVECS04 Frhs2[77]: 6 0 0.500057 shouldn't be
325.08/326.52	WSVECS04 Frhs2[79]: 6 -3.00001 0 shouldn't be
325.08/326.52	WSVECS04 Frhs2[80]: 6 0 3.50003 shouldn't be
325.08/326.52	WSVECS04 Frhs2[136]: 6 -1.0001 0 shouldn't be
325.08/326.52	WSVECS04 Frhs2[152]: 6 0 1.00005 shouldn't be
325.08/326.52	WSVECS04 Frhs2[154]: 6 0 0.500051 shouldn't be
325.08/326.52	WSVECS04 Frhs2[174]: 6 -1.00002 0 shouldn't be
325.08/326.52	WSVECS04 Frhs2[209]: 6 0 0.500096 shouldn't be
325.08/326.52	WSVECS04 Frhs2[293]: 6 0 1.00002 shouldn't be
325.08/326.52	WSVECS04 Frhs2[312]: 6 0 1.0001 shouldn't be
325.08/326.52	WSVECS04 Frhs2[313]: 6 0 1.00008 shouldn't be
325.08/326.52	WSVECS04 Frhs2[409]: 6 0 0.500057 shouldn't be
325.08/326.52	WSVECS04 Frhs2[433]: 6 0 1.00009 shouldn't be
325.08/326.52	WSVECS04 Frhs2[469]: 6 -1.00007 0 shouldn't be
325.08/326.52	WSVECS04 Frhs2[471]: 6 -1.00003 0 shouldn't be
325.08/326.52	WSVECS04 Frhs2[485]: 6 -1.00005 0 shouldn't be
325.08/326.52	WSVECS04 Frhs2[487]: 6 0 1.00002 shouldn't be
325.08/326.52	WSVECS04 Frhs2[513]: 6 0 1.00007 shouldn't be
325.08/326.52	WSVECS04 Frhs2[516]: 6 0 1.00008 shouldn't be
325.08/326.52	WSVECS04 Frhs2[522]: 6 0 1.00003 shouldn't be
325.08/326.52	WSVECS04 Frhs2[523]: 6 0 1.00003 shouldn't be
325.08/326.52	WSVECS04 Frhs2[529]: 6 0 0.500028 shouldn't be
325.08/326.52	WSVECS04 Frhs2[539]: 6 0 1.00007 shouldn't be
325.08/326.52	WSVECS04 Frhs2[542]: 6 0 1.00005 shouldn't be
325.08/326.52	WSVECS04 Frhs2[554]: 6 0 0.500078 shouldn't be
325.08/326.52	WSVECS04 Frhs2[556]: 6 0 1.00009 shouldn't be
325.08/326.52	WSVECS04 Frhs2[587]: 6 0 1.00002 shouldn't be
325.08/326.52	WSVECS04 Frhs2[602]: 6 0 1.00001 shouldn't be
325.08/326.52	WSVECS04 Frhs2[604]: 6 -1.00008 0 shouldn't be
325.08/326.52	WSVECS04 Frhs2[622]: 6 0 1.00009 shouldn't be
325.08/326.52	WSVECS04 Frhs2[623]: 6 0 1.00004 shouldn't be
325.08/326.52	WSVECS04 Frhs2[640]: 6 -1.0001 0 shouldn't be
325.08/326.52	WSVECS04 Frhs2[671]: 6 -1.00008 0 shouldn't be
325.08/326.52	WSVECS04 Frhs2[709]: 6 -1.00008 0 shouldn't be
325.08/326.52	WSVECS04 Frhs2[721]: 6 -1.00001 0 shouldn't be
325.08/326.52	WSVECS04 Frhs2[914]: 6 0 0.500057 shouldn't be
325.08/326.52	WSVECS04 Frhs2[1243]: 6 0 1.00008 shouldn't be
325.08/326.52	WSVECS04 Frhs2[1265]: 6 0 1.00009 shouldn't be
325.08/326.52	WSVECS04 Frhs2[1289]: 6 0 0.500017 shouldn't be
325.08/326.52	WSVECS04 Frhs2[1304]: 6 0 1.00006 shouldn't be
325.08/326.52	WSVECS04 Frhs2[1329]: 6 0 0.500014 shouldn't be
325.08/326.52	WSVECS04 Frhs2[1345]: 6 0 1.00003 shouldn't be
325.08/326.52	WSVECS04 Frhs2[1484]: 6 -1.00006 0 shouldn't be
325.08/326.52	WSVECS04 Frhs2[1489]: 6 0 0.500016 shouldn't be
325.08/326.52	WSVECS04 Frhs2[1536]: 6 -1.00009 0 shouldn't be
325.08/326.52	WSVECS04 Frhs2[1601]: 6 -1.00003 0 shouldn't be
325.08/326.52	WSVECS04 Frhs2[1614]: 6 -1.00006 0 shouldn't be
325.08/326.52	WSVECS04 Frhs2[1714]: 6 0 0.500052 shouldn't be
325.08/326.52	WSVECS04 Frhs2[1717]: 6 0 0.750057 shouldn't be
325.08/326.52	WSVECS04 Frhs2[1858]: 6 -2.00004 0 shouldn't be
337.74/339.27	c #Conflicts:    1799000 | #Constraints:      60723
337.74/339.27	c #Conflicts:    1800000 | #Constraints:      61723
337.74/339.27	c INPROCESSING
337.74/339.27	c GARBAGE COLLECT
337.74/339.27	c #Conflicts:    1801000 | #Constraints:      36113
337.74/339.27	c #Conflicts:    1802000 | #Constraints:      37113
337.74/339.27	c #Conflicts:    1803000 | #Constraints:      38113
337.74/339.27	c #Conflicts:    1804000 | #Constraints:      39113
337.74/339.27	c #Conflicts:    1805000 | #Constraints:      40113
337.74/339.27	c #Conflicts:    1806000 | #Constraints:      41113
337.74/339.27	c #Conflicts:    1807000 | #Constraints:      42113
337.74/339.27	c #Conflicts:    1808000 | #Constraints:      43113
337.74/339.27	c #Conflicts:    1809000 | #Constraints:      44113
337.74/339.27	c #Conflicts:    1810000 | #Constraints:      45113
337.74/339.27	c #Conflicts:    1811000 | #Constraints:      46113
337.74/339.27	c #Conflicts:    1812000 | #Constraints:      47113
337.74/339.27	c #Conflicts:    1813000 | #Constraints:      48113
337.74/339.27	c #Conflicts:    1814000 | #Constraints:      49113
337.74/339.27	c #Conflicts:    1815000 | #Constraints:      50113
337.74/339.27	c #Conflicts:    1816000 | #Constraints:      51113
337.74/339.27	c #Conflicts:    1817000 | #Constraints:      52113
337.74/339.27	c #Conflicts:    1818000 | #Constraints:      53113
337.74/339.27	c #Conflicts:    1819000 | #Constraints:      54113
337.74/339.27	c #Conflicts:    1820000 | #Constraints:      55113
337.74/339.27	c #Conflicts:    1821000 | #Constraints:      56113
337.74/339.27	c #Conflicts:    1822000 | #Constraints:      57113
337.74/339.27	c #Conflicts:    1823000 | #Constraints:      58113
337.74/339.27	c #Conflicts:    1824000 | #Constraints:      59113
337.74/339.27	c #Conflicts:    1825000 | #Constraints:      60113
337.74/339.27	c #Conflicts:    1826000 | #Constraints:      61113
337.74/339.27	c #Conflicts:    1827000 | #Constraints:      62113
337.74/339.27	c INPROCESSING
337.74/339.27	c GARBAGE COLLECT
337.74/339.27	c #Conflicts:    1828000 | #Constraints:      36313
337.74/339.27	c #Conflicts:    1829000 | #Constraints:      37313
337.74/339.27	c #Conflicts:    1830000 | #Constraints:      38313
337.74/339.27	c #Conflicts:    1831000 | #Constraints:      39313
337.74/339.27	c #Conflicts:    1832000 | #Constraints:      40313
337.74/339.27	c #Conflicts:    1833000 | #Constraints:      41313
337.74/339.27	c #Conflicts:    1834000 | #Constraints:      42313
337.74/339.27	c #Conflicts:    1835000 | #Constraints:      43313
337.74/339.27	c #Conflicts:    1836000 | #Constraints:      44313
337.74/339.27	c #Conflicts:    1837000 | #Constraints:      45313
337.74/339.27	c #Conflicts:    1838000 | #Constraints:      46313
337.74/339.27	c #Conflicts:    1839000 | #Constraints:      47313
337.74/339.27	c #Conflicts:    1840000 | #Constraints:      48313
337.74/339.27	c #Conflicts:    1841000 | #Constraints:      49313
337.74/339.27	c #Conflicts:    1842000 | #Constraints:      50313
337.74/339.27	c #Conflicts:    1843000 | #Constraints:      51313
337.74/339.27	c #Conflicts:    1844000 | #Constraints:      52313
337.74/339.27	c #Conflicts:    1845000 | #Constraints:      53313
337.74/339.27	c #Conflicts:    1846000 | #Constraints:      54313
337.74/339.27	c #Conflicts:    1847000 | #Constraints:      55313
337.74/339.27	c #Conflicts:    1848000 | #Constraints:      56313
337.74/339.27	c #Conflicts:    1849000 | #Constraints:      57313
337.74/339.27	c #Conflicts:    1850000 | #Constraints:      58313
337.74/339.27	c #Conflicts:    1851000 | #Constraints:      59313
337.74/339.27	c #Conflicts:    1852000 | #Constraints:      60313
337.74/339.27	c #Conflicts:    1853000 | #Constraints:      61313
337.74/339.27	c #Conflicts:    1854000 | #Constraints:      62313
337.74/339.27	c INPROCESSING
337.74/339.27	c GARBAGE COLLECT
337.74/339.27	c rational objective 327.268
342.25/343.80	c #Conflicts:    1855000 | #Constraints:      36317
342.25/343.80	c #Conflicts:    1856000 | #Constraints:      37317
342.25/343.80	c #Conflicts:    1857000 | #Constraints:      38317
342.25/343.80	c #Conflicts:    1858000 | #Constraints:      39317
342.25/343.80	c #Conflicts:    1859000 | #Constraints:      40317
342.25/343.80	c #Conflicts:    1860000 | #Constraints:      41317
342.25/343.80	c #Conflicts:    1861000 | #Constraints:      42317
342.25/343.80	c #Conflicts:    1862000 | #Constraints:      43317
342.25/343.80	c #Conflicts:    1863000 | #Constraints:      44317
342.25/343.80	c #Conflicts:    1864000 | #Constraints:      45317
342.25/343.80	c #Conflicts:    1865000 | #Constraints:      46317
342.25/343.80	c #Conflicts:    1866000 | #Constraints:      47318
342.25/343.80	c #Conflicts:    1867000 | #Constraints:      48318
342.25/343.80	c #Conflicts:    1868000 | #Constraints:      49318
342.25/343.80	c #Conflicts:    1869000 | #Constraints:      50318
342.25/343.80	c #Conflicts:    1870000 | #Constraints:      51318
342.25/343.80	c #Conflicts:    1871000 | #Constraints:      52318
342.25/343.80	c #Conflicts:    1872000 | #Constraints:      53318
342.25/343.80	c #Conflicts:    1873000 | #Constraints:      54318
342.25/343.80	WSVECS04 Frhs2[8]: 6 -2.00005 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[20]: 6 -2.00008 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[21]: 6 -2.00006 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[22]: 6 -2.00004 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[23]: 6 -2.00002 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[26]: 6 -2.00005 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[27]: 6 -2.00007 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[28]: 6 -2.00002 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[29]: 6 -2.00003 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[40]: 6 -2.00003 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[61]: 6 0 1.94564 shouldn't be
342.25/343.80	WSVECS04 Frhs2[62]: 6 -20.5856 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[69]: 6 -20.011 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[103]: 6 -0.805974 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[104]: 6 -0.610048 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[110]: 6 0 0.095985 shouldn't be
342.25/343.80	WSVECS04 Frhs2[140]: 6 0 1.00007 shouldn't be
342.25/343.80	WSVECS04 Frhs2[185]: 6 0 0.198756 shouldn't be
342.25/343.80	WSVECS04 Frhs2[204]: 6 -0.447239 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[216]: 6 0 0.118937 shouldn't be
342.25/343.80	WSVECS04 Frhs2[220]: 6 0 1.00009 shouldn't be
342.25/343.80	WSVECS04 Frhs2[258]: 6 -1.00002 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[260]: 6 0 1.00008 shouldn't be
342.25/343.80	WSVECS04 Frhs2[302]: 6 -0.530747 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[377]: 6 -1.00003 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[380]: 6 -1.0001 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[416]: 6 0 0.118964 shouldn't be
342.25/343.80	WSVECS04 Frhs2[455]: 6 -1.00005 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[491]: 6 -1.00004 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[493]: 6 -1.0001 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[499]: 6 0 0.181776 shouldn't be
342.25/343.80	WSVECS04 Frhs2[647]: 6 -0.801353 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[648]: 6 0 1.00004 shouldn't be
342.25/343.80	WSVECS04 Frhs2[655]: 6 0 22.7696 shouldn't be
342.25/343.80	WSVECS04 Frhs2[667]: 6 -0.266553 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[680]: 6 0 0.515713 shouldn't be
342.25/343.80	WSVECS04 Frhs2[686]: 6 -0.45787 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[723]: 6 -0.78628 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[771]: 6 0 9.02918 shouldn't be
342.25/343.80	WSVECS04 Frhs2[784]: 6 0 0.61003 shouldn't be
342.25/343.80	WSVECS04 Frhs2[789]: 6 0 0.347514 shouldn't be
342.25/343.80	WSVECS04 Frhs2[802]: 6 -0.41283 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[811]: 6 0 11.0292 shouldn't be
342.25/343.80	WSVECS04 Frhs2[812]: 6 0 0.242092 shouldn't be
342.25/343.80	WSVECS04 Frhs2[815]: 6 0 21.7696 shouldn't be
342.25/343.80	WSVECS04 Frhs2[824]: 6 0 0.610055 shouldn't be
342.25/343.80	WSVECS04 Frhs2[825]: 6 0 0.19874 shouldn't be
342.25/343.80	WSVECS04 Frhs2[831]: 6 0 0.4973 shouldn't be
342.25/343.80	WSVECS04 Frhs2[849]: 6 0 0.513237 shouldn't be
342.25/343.80	WSVECS04 Frhs2[863]: 6 -0.80595 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[874]: 6 -0.33126 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[878]: 6 -0.232103 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[879]: 6 -1.00005 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[883]: 6 -0.580058 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[884]: 6 -0.447621 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[885]: 6 -1.00004 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[889]: 6 0 1.6593 shouldn't be
342.25/343.80	WSVECS04 Frhs2[907]: 6 -0.266564 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[942]: 6 -0.530753 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[944]: 6 0 0.610016 shouldn't be
342.25/343.80	WSVECS04 Frhs2[945]: 6 0 1.00002 shouldn't be
342.25/343.80	WSVECS04 Frhs2[946]: 6 0 0.72133 shouldn't be
342.25/343.80	WSVECS04 Frhs2[952]: 6 -0.526478 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[962]: 6 -0.580756 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[981]: 6 -1.00008 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[984]: 6 0 0.610033 shouldn't be
342.25/343.80	WSVECS04 Frhs2[985]: 6 0 1.00004 shouldn't be
342.25/343.80	WSVECS04 Frhs2[988]: 6 -0.556557 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[989]: 6 0 0.347538 shouldn't be
342.25/343.80	WSVECS04 Frhs2[990]: 6 -0.0959946 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1001]: 6 -1.00001 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1040]: 6 -0.57932 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1079]: 6 -1.00007 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1103]: 6 -0.805936 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1105]: 6 -1.00009 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1116]: 6 0 0.234856 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1120]: 6 0 0.0114523 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1123]: 6 -0.580262 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1134]: 6 0 0.00157995 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1156]: 6 0 0.615018 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1190]: 6 0 0.095985 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1191]: 6 0 0.497247 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1202]: 6 -0.580786 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1230]: 6 0 0.0959831 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1259]: 6 0 0.00720199 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1627]: 6 0 0.266619 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1658]: 6 -1.00006 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1661]: 6 0 1.00006 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1667]: 6 0 0.266589 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1670]: 6 0 0.0960404 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1701]: 6 0 1.00006 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1702]: 6 -0.530776 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1710]: 6 0 0.0959912 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1777]: 6 -1.58715 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1804]: 6 -1.56189 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1813]: 6 -1.00008 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1814]: 6 -0.702444 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1815]: 6 -1.00003 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1823]: 6 -1.00004 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1824]: 6 -1.00002 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1825]: 6 -1.00005 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1831]: 6 -1.00005 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1832]: 6 -0.601505 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1833]: 6 -1.34755 0 shouldn't be
342.25/343.80	WSVECS04 Frhs2[1849]: 6 -1.48475 0 shouldn't be
346.73/348.39	c #Conflicts:    1874000 | #Constraints:      55318
346.73/348.39	c #Conflicts:    1875000 | #Constraints:      56318
346.73/348.39	c #Conflicts:    1876000 | #Constraints:      57318
346.73/348.39	c #Conflicts:    1877000 | #Constraints:      58318
346.73/348.39	c #Conflicts:    1878000 | #Constraints:      59318
346.73/348.39	c #Conflicts:    1879000 | #Constraints:      60318
346.73/348.39	c #Conflicts:    1880000 | #Constraints:      61318
346.73/348.39	c #Conflicts:    1881000 | #Constraints:      62318
346.73/348.39	c INPROCESSING
346.73/348.39	c GARBAGE COLLECT
346.73/348.39	c #Conflicts:    1882000 | #Constraints:      36116
346.73/348.39	c #Conflicts:    1883000 | #Constraints:      37116
346.73/348.39	c #Conflicts:    1884000 | #Constraints:      38116
346.73/348.39	c #Conflicts:    1885000 | #Constraints:      39116
346.73/348.39	c #Conflicts:    1886000 | #Constraints:      40116
346.73/348.39	c #Conflicts:    1887000 | #Constraints:      41116
346.73/348.39	c #Conflicts:    1888000 | #Constraints:      42116
346.73/348.39	c #Conflicts:    1889000 | #Constraints:      43116
346.73/348.39	c #Conflicts:    1890000 | #Constraints:      44116
346.73/348.39	c #Conflicts:    1891000 | #Constraints:      45116
346.73/348.39	c #Conflicts:    1892000 | #Constraints:      46116
346.73/348.39	c #Conflicts:    1893000 | #Constraints:      47116
346.73/348.39	c #Conflicts:    1894000 | #Constraints:      48116
346.73/348.39	c #Conflicts:    1895000 | #Constraints:      49116
346.73/348.39	c #Conflicts:    1896000 | #Constraints:      50116
346.73/348.39	c #Conflicts:    1897000 | #Constraints:      51116
346.73/348.39	c #Conflicts:    1898000 | #Constraints:      52116
346.73/348.39	WSVECS04 Frhs2[6]: 6 -3.08339 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[7]: 6 -3.08339 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[9]: 6 -3.08336 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[10]: 6 -3.08335 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[11]: 6 -3.08336 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[13]: 6 -3.08337 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[17]: 6 -3.08335 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[32]: 6 -3.08336 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[41]: 6 -3.08338 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[46]: 6 -10.1668 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[47]: 6 -10.1667 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[48]: 6 0 4.41674 shouldn't be
346.73/348.39	WSVECS04 Frhs2[49]: 6 0 2.00004 shouldn't be
346.73/348.39	WSVECS04 Frhs2[50]: 6 0 1.08341 shouldn't be
346.73/348.39	WSVECS04 Frhs2[54]: 6 -10.1668 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[57]: 6 -10.1667 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[59]: 6 -13.1667 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[72]: 6 -10.1667 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[73]: 6 -10.1668 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[76]: 6 -10.1667 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[77]: 6 -10.1667 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[90]: 6 -1.00009 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[91]: 6 -1.00002 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[126]: 6 -1.00003 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[174]: 6 -1.00009 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[188]: 6 0 1.00006 shouldn't be
346.73/348.39	WSVECS04 Frhs2[227]: 6 0 0.500062 shouldn't be
346.73/348.39	WSVECS04 Frhs2[229]: 6 -1.00008 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[249]: 6 -1.00009 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[262]: 6 0 1.00002 shouldn't be
346.73/348.39	WSVECS04 Frhs2[278]: 6 -1.0001 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[362]: 6 -1.00006 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[422]: 6 0 1.00008 shouldn't be
346.73/348.39	WSVECS04 Frhs2[431]: 6 -1.00002 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[435]: 6 -1.00003 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[462]: 6 0 1.00004 shouldn't be
346.73/348.39	WSVECS04 Frhs2[474]: 6 -1.00007 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[484]: 6 -1.00001 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[500]: 6 0 1.00005 shouldn't be
346.73/348.39	WSVECS04 Frhs2[523]: 6 -1.00007 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[527]: 6 0 0.833384 shouldn't be
346.73/348.39	WSVECS04 Frhs2[540]: 6 0 1.0001 shouldn't be
346.73/348.39	WSVECS04 Frhs2[580]: 6 0 1.00009 shouldn't be
346.73/348.39	WSVECS04 Frhs2[581]: 6 0 1.00008 shouldn't be
346.73/348.39	WSVECS04 Frhs2[585]: 6 0 0.916739 shouldn't be
346.73/348.39	WSVECS04 Frhs2[601]: 6 -1.00005 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[659]: 6 0 4.00004 shouldn't be
346.73/348.39	WSVECS04 Frhs2[691]: 6 0 0.583361 shouldn't be
346.73/348.39	WSVECS04 Frhs2[704]: 6 0 0.0833915 shouldn't be
346.73/348.39	WSVECS04 Frhs2[713]: 6 0 3.0834 shouldn't be
346.73/348.39	WSVECS04 Frhs2[739]: 6 0 4.00001 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1048]: 6 0 0.500013 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1063]: 6 0 1.00002 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1217]: 6 0 3.08338 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1223]: 6 0 1.00002 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1225]: 6 0 1.00005 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1246]: 6 0 1.0001 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1247]: 6 -1.0001 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1257]: 6 0 3.08342 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1263]: 6 0 1.00007 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1264]: 6 0 1.00005 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1265]: 6 0 1.00005 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1286]: 6 0 1.00005 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1296]: 6 -1.00002 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1297]: 6 0 3.08337 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1305]: 6 0 1.00007 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1307]: 6 0 0.500034 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1326]: 6 0 1.00007 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1337]: 6 0 3.0834 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1346]: 6 0 1.00004 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1347]: 6 0 0.500014 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1408]: 6 0 0.500086 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1438]: 6 0 3.00005 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1478]: 6 -1.00008 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1483]: 6 0 1.00005 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1488]: 6 0 0.50002 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1491]: 6 -1.0001 0 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1551]: 6 0 1.00009 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1633]: 6 0 1.00007 shouldn't be
346.73/348.39	WSVECS04 Frhs2[1642]: 6 -1.00002 0 shouldn't be
356.41/358.02	c #Conflicts:    1899000 | #Constraints:      53116
356.41/358.02	c #Conflicts:    1900000 | #Constraints:      54116
356.41/358.02	c #Conflicts:    1901000 | #Constraints:      55116
356.41/358.02	c #Conflicts:    1902000 | #Constraints:      56116
356.41/358.02	c #Conflicts:    1903000 | #Constraints:      57116
356.41/358.02	c #Conflicts:    1904000 | #Constraints:      58116
356.41/358.02	c #Conflicts:    1905000 | #Constraints:      59116
356.41/358.02	c #Conflicts:    1906000 | #Constraints:      60116
356.41/358.02	c #Conflicts:    1907000 | #Constraints:      61116
356.41/358.02	c #Conflicts:    1908000 | #Constraints:      62116
356.41/358.02	c #Conflicts:    1909000 | #Constraints:      63116
356.41/358.02	c INPROCESSING
356.41/358.02	c GARBAGE COLLECT
356.41/358.02	c #Conflicts:    1910000 | #Constraints:      36720
356.41/358.02	c #Conflicts:    1911000 | #Constraints:      37720
356.41/358.02	c #Conflicts:    1912000 | #Constraints:      38720
356.41/358.02	c #Conflicts:    1913000 | #Constraints:      39720
356.41/358.02	c #Conflicts:    1914000 | #Constraints:      40720
356.41/358.02	c #Conflicts:    1915000 | #Constraints:      41720
356.41/358.02	c #Conflicts:    1916000 | #Constraints:      42720
356.41/358.02	c #Conflicts:    1917000 | #Constraints:      43720
356.41/358.02	c #Conflicts:    1918000 | #Constraints:      44720
356.41/358.02	c #Conflicts:    1919000 | #Constraints:      45720
356.41/358.02	c #Conflicts:    1920000 | #Constraints:      46720
356.41/358.02	c #Conflicts:    1921000 | #Constraints:      47720
356.41/358.02	c #Conflicts:    1922000 | #Constraints:      48720
356.41/358.02	c #Conflicts:    1923000 | #Constraints:      49720
356.41/358.02	c #Conflicts:    1924000 | #Constraints:      50720
356.41/358.02	c #Conflicts:    1925000 | #Constraints:      51720
356.41/358.02	c #Conflicts:    1926000 | #Constraints:      52720
356.41/358.02	c #Conflicts:    1927000 | #Constraints:      53720
356.41/358.02	c #Conflicts:    1928000 | #Constraints:      54720
356.41/358.02	c #Conflicts:    1929000 | #Constraints:      55720
356.41/358.02	c #Conflicts:    1930000 | #Constraints:      56720
356.41/358.02	c #Conflicts:    1931000 | #Constraints:      57720
356.41/358.02	c #Conflicts:    1932000 | #Constraints:      58720
356.41/358.02	c #Conflicts:    1933000 | #Constraints:      59720
356.41/358.02	c #Conflicts:    1934000 | #Constraints:      60720
356.41/358.02	c #Conflicts:    1935000 | #Constraints:      61720
356.41/358.02	c #Conflicts:    1936000 | #Constraints:      62720
356.41/358.02	c #Conflicts:    1937000 | #Constraints:      63720
356.41/358.02	c INPROCESSING
356.41/358.02	c GARBAGE COLLECT
356.41/358.02	c rational objective 327.268
371.69/373.44	c #Conflicts:    1938000 | #Constraints:      37115
371.69/373.44	c #Conflicts:    1939000 | #Constraints:      38115
371.69/373.44	c #Conflicts:    1940000 | #Constraints:      39115
371.69/373.44	c #Conflicts:    1941000 | #Constraints:      40115
371.69/373.44	c #Conflicts:    1942000 | #Constraints:      41115
371.69/373.44	c #Conflicts:    1943000 | #Constraints:      42115
371.69/373.44	c #Conflicts:    1944000 | #Constraints:      43116
371.69/373.44	c #Conflicts:    1945000 | #Constraints:      44116
371.69/373.44	c #Conflicts:    1946000 | #Constraints:      45116
371.69/373.44	c #Conflicts:    1947000 | #Constraints:      46116
371.69/373.44	c #Conflicts:    1948000 | #Constraints:      47116
371.69/373.44	c #Conflicts:    1949000 | #Constraints:      48116
371.69/373.44	c #Conflicts:    1950000 | #Constraints:      49116
371.69/373.44	c #Conflicts:    1951000 | #Constraints:      50116
371.69/373.44	c #Conflicts:    1952000 | #Constraints:      51116
371.69/373.44	c #Conflicts:    1953000 | #Constraints:      52116
371.69/373.44	c #Conflicts:    1954000 | #Constraints:      53116
371.69/373.44	c #Conflicts:    1955000 | #Constraints:      54116
371.69/373.44	c #Conflicts:    1956000 | #Constraints:      55116
371.69/373.44	c #Conflicts:    1957000 | #Constraints:      56116
371.69/373.44	c #Conflicts:    1958000 | #Constraints:      57116
371.69/373.44	c #Conflicts:    1959000 | #Constraints:      58116
371.69/373.44	c #Conflicts:    1960000 | #Constraints:      59116
371.69/373.44	c #Conflicts:    1961000 | #Constraints:      60116
371.69/373.44	c #Conflicts:    1962000 | #Constraints:      61116
371.69/373.44	c #Conflicts:    1963000 | #Constraints:      62116
371.69/373.44	c #Conflicts:    1964000 | #Constraints:      63116
371.69/373.44	c #Conflicts:    1965000 | #Constraints:      64116
371.69/373.44	c INPROCESSING
371.69/373.44	c GARBAGE COLLECT
371.69/373.44	c #Conflicts:    1966000 | #Constraints:      37323
371.69/373.44	c #Conflicts:    1967000 | #Constraints:      38323
371.69/373.44	c #Conflicts:    1968000 | #Constraints:      39323
371.69/373.44	c #Conflicts:    1969000 | #Constraints:      40323
371.69/373.44	c #Conflicts:    1970000 | #Constraints:      41323
371.69/373.44	c #Conflicts:    1971000 | #Constraints:      42323
371.69/373.44	c #Conflicts:    1972000 | #Constraints:      43323
371.69/373.44	c #Conflicts:    1973000 | #Constraints:      44323
371.69/373.44	c #Conflicts:    1974000 | #Constraints:      45323
371.69/373.44	c #Conflicts:    1975000 | #Constraints:      46323
371.69/373.44	c #Conflicts:    1976000 | #Constraints:      47323
371.69/373.44	c #Conflicts:    1977000 | #Constraints:      48323
371.69/373.44	c #Conflicts:    1978000 | #Constraints:      49323
371.69/373.44	c #Conflicts:    1979000 | #Constraints:      50323
371.69/373.44	c #Conflicts:    1980000 | #Constraints:      51323
371.69/373.44	c #Conflicts:    1981000 | #Constraints:      52323
371.69/373.44	c #Conflicts:    1982000 | #Constraints:      53323
371.69/373.44	c #Conflicts:    1983000 | #Constraints:      54323
371.69/373.44	c #Conflicts:    1984000 | #Constraints:      55323
371.69/373.44	c #Conflicts:    1985000 | #Constraints:      56323
371.69/373.44	c #Conflicts:    1986000 | #Constraints:      57323
371.69/373.44	c #Conflicts:    1987000 | #Constraints:      58323
371.69/373.44	c #Conflicts:    1988000 | #Constraints:      59323
371.69/373.44	c #Conflicts:    1989000 | #Constraints:      60323
371.69/373.44	c #Conflicts:    1990000 | #Constraints:      61323
371.69/373.44	c #Conflicts:    1991000 | #Constraints:      62323
371.69/373.44	c #Conflicts:    1992000 | #Constraints:      63323
371.69/373.44	c #Conflicts:    1993000 | #Constraints:      64323
371.69/373.44	c INPROCESSING
371.69/373.44	c GARBAGE COLLECT
371.69/373.44	c #Conflicts:    1994000 | #Constraints:      37319
371.69/373.44	c #Conflicts:    1995000 | #Constraints:      38319
371.69/373.44	c #Conflicts:    1996000 | #Constraints:      39319
371.69/373.44	c #Conflicts:    1997000 | #Constraints:      40319
371.69/373.44	c #Conflicts:    1998000 | #Constraints:      41319
371.69/373.44	c #Conflicts:    1999000 | #Constraints:      42319
371.69/373.44	c #Conflicts:    2000000 | #Constraints:      43319
371.69/373.44	c #Conflicts:    2001000 | #Constraints:      44319
371.69/373.44	c #Conflicts:    2002000 | #Constraints:      45319
371.69/373.44	c #Conflicts:    2003000 | #Constraints:      46319
371.69/373.44	c #Conflicts:    2004000 | #Constraints:      47319
371.69/373.44	c #Conflicts:    2005000 | #Constraints:      48319
371.69/373.44	c #Conflicts:    2006000 | #Constraints:      49319
371.69/373.44	c #Conflicts:    2007000 | #Constraints:      50319
371.69/373.44	c #Conflicts:    2008000 | #Constraints:      51319
371.69/373.44	c #Conflicts:    2009000 | #Constraints:      52319
371.69/373.44	c #Conflicts:    2010000 | #Constraints:      53319
371.69/373.44	c #Conflicts:    2011000 | #Constraints:      54319
371.69/373.44	c #Conflicts:    2012000 | #Constraints:      55319
371.69/373.44	c #Conflicts:    2013000 | #Constraints:      56319
371.69/373.44	WSVECS04 Frhs2[57]: 6 0 2.33433 shouldn't be
371.69/373.44	WSVECS04 Frhs2[72]: 6 0 4.33635 shouldn't be
371.69/373.44	WSVECS04 Frhs2[158]: 6 0 2.81099 shouldn't be
371.69/373.44	WSVECS04 Frhs2[242]: 6 0 1.11494 shouldn't be
371.69/373.44	WSVECS04 Frhs2[266]: 6 0 0.997037 shouldn't be
371.69/373.44	WSVECS04 Frhs2[282]: 6 0 1.11494 shouldn't be
371.69/373.44	WSVECS04 Frhs2[346]: 6 0 0.0491645 shouldn't be
371.69/373.44	WSVECS04 Frhs2[360]: 6 0 0.671179 shouldn't be
371.69/373.44	WSVECS04 Frhs2[398]: 6 0 0.0220138 shouldn't be
371.69/373.44	WSVECS04 Frhs2[424]: 6 0 0.173858 shouldn't be
371.69/373.44	WSVECS04 Frhs2[475]: 6 -0.272242 0 shouldn't be
371.69/373.44	WSVECS04 Frhs2[478]: 6 0 2.85502 shouldn't be
371.69/373.44	WSVECS04 Frhs2[482]: 6 0 1.77682 shouldn't be
371.69/373.44	WSVECS04 Frhs2[504]: 6 0 0.173858 shouldn't be
371.69/373.44	WSVECS04 Frhs2[522]: 6 0 1.77682 shouldn't be
371.69/373.44	WSVECS04 Frhs2[552]: 6 0 0.00470254 shouldn't be
371.69/373.44	WSVECS04 Frhs2[592]: 6 0 0.00470247 shouldn't be
371.69/373.44	WSVECS04 Frhs2[602]: 6 0 1.77682 shouldn't be
371.69/373.44	WSVECS04 Frhs2[632]: 6 0 1.85187 shouldn't be
371.69/373.44	WSVECS04 Frhs2[642]: 6 0 1.77682 shouldn't be
371.69/373.44	WSVECS04 Frhs2[656]: 6 0 4.99993 shouldn't be
371.69/373.44	WSVECS04 Frhs2[670]: 6 0 0.00483044 shouldn't be
371.69/373.44	WSVECS04 Frhs2[702]: 6 0 0.13032 shouldn't be
371.69/373.44	WSVECS04 Frhs2[715]: 6 0 2.22334 shouldn't be
371.69/373.44	WSVECS04 Frhs2[723]: 6 0 0.0661004 shouldn't be
371.69/373.44	WSVECS04 Frhs2[732]: 6 0 0.000157233 shouldn't be
371.69/373.44	WSVECS04 Frhs2[734]: 6 0 0.00165553 shouldn't be
371.69/373.44	WSVECS04 Frhs2[738]: 6 -0.751323 0 shouldn't be
371.69/373.44	WSVECS04 Frhs2[739]: 6 0 0.777332 shouldn't be
371.69/373.44	WSVECS04 Frhs2[747]: 6 0 0.598357 shouldn't be
371.69/373.44	WSVECS04 Frhs2[782]: 6 0 0.13032 shouldn't be
371.69/373.44	WSVECS04 Frhs2[790]: 6 0 1.16406 shouldn't be
371.69/373.44	WSVECS04 Frhs2[800]: 6 0 1.05272 shouldn't be
371.69/373.44	WSVECS04 Frhs2[840]: 6 0 1.05272 shouldn't be
371.69/373.44	WSVECS04 Frhs2[843]: 6 0 1.84151 shouldn't be
371.69/373.44	WSVECS04 Frhs2[878]: 6 0 0.0281677 shouldn't be
371.69/373.44	WSVECS04 Frhs2[880]: 6 0 0.294008 shouldn't be
371.69/373.44	WSVECS04 Frhs2[883]: 6 0 1.84151 shouldn't be
371.69/373.44	WSVECS04 Frhs2[914]: 6 0 0.603263 shouldn't be
371.69/373.44	WSVECS04 Frhs2[920]: 6 0 0.196204 shouldn't be
371.69/373.44	WSVECS04 Frhs2[1099]: 6 0 0.0384293 shouldn't be
371.69/373.44	WSVECS04 Frhs2[1106]: 6 0 0.00159941 shouldn't be
371.69/373.44	WSVECS04 Frhs2[1243]: 6 -1.05029 0 shouldn't be
371.69/373.44	WSVECS04 Frhs2[1264]: 6 0 0.173858 shouldn't be
371.69/373.44	WSVECS04 Frhs2[1273]: 6 0 3.23109 shouldn't be
371.69/373.44	WSVECS04 Frhs2[1289]: 6 0 1.71084 shouldn't be
371.69/373.44	WSVECS04 Frhs2[1292]: 6 -4.43936e-05 0 shouldn't be
371.69/373.44	WSVECS04 Frhs2[1343]: 6 0 0.165193 shouldn't be
371.69/373.44	WSVECS04 Frhs2[1352]: 6 0 0.00197186 shouldn't be
371.69/373.44	WSVECS04 Frhs2[1432]: 6 -0.00705205 0 shouldn't be
371.69/373.44	WSVECS04 Frhs2[1459]: 6 0 2.6693 shouldn't be
371.69/373.44	WSVECS04 Frhs2[1499]: 6 -0.0695992 0 shouldn't be
371.69/373.44	WSVECS04 Frhs2[1506]: 6 -1.69398 0 shouldn't be
371.69/373.44	WSVECS04 Frhs2[1548]: 6 0 1.79 shouldn't be
371.69/373.44	WSVECS04 Frhs2[1552]: 6 0 0.00197252 shouldn't be
371.69/373.44	WSVECS04 Frhs2[1570]: 6 0 0.442759 shouldn't be
371.69/373.44	WSVECS04 Frhs2[1618]: 6 0 2.31832 shouldn't be
371.69/373.44	WSVECS04 Frhs2[1654]: 6 -0.0277727 0 shouldn't be
371.69/373.44	WSVECS04 Frhs2[1689]: 6 0 0.0113041 shouldn't be
371.69/373.44	WSVECS04 Frhs2[1814]: 6 0 0.975905 shouldn't be
371.69/373.44	WSVECS04 Frhs2[1876]: 6 0 0.173858 shouldn't be
379.17/380.95	c #Conflicts:    2014000 | #Constraints:      57319
379.17/380.95	c #Conflicts:    2015000 | #Constraints:      58319
379.17/380.95	c #Conflicts:    2016000 | #Constraints:      59319
379.17/380.95	c #Conflicts:    2017000 | #Constraints:      60319
379.17/380.95	c #Conflicts:    2018000 | #Constraints:      61319
379.17/380.95	c #Conflicts:    2019000 | #Constraints:      62319
379.17/380.95	c #Conflicts:    2020000 | #Constraints:      63319
379.17/380.95	c #Conflicts:    2021000 | #Constraints:      64319
379.17/380.95	c INPROCESSING
379.17/380.95	c GARBAGE COLLECT
379.17/380.95	c #Conflicts:    2022000 | #Constraints:      37127
379.17/380.95	c #Conflicts:    2023000 | #Constraints:      38127
379.17/380.95	c #Conflicts:    2024000 | #Constraints:      39127
379.17/380.95	c #Conflicts:    2025000 | #Constraints:      40127
379.17/380.95	c #Conflicts:    2026000 | #Constraints:      41127
379.17/380.95	c #Conflicts:    2027000 | #Constraints:      42127
379.17/380.95	c #Conflicts:    2028000 | #Constraints:      43127
379.17/380.95	c #Conflicts:    2029000 | #Constraints:      44127
379.17/380.95	c #Conflicts:    2030000 | #Constraints:      45127
379.17/380.95	c #Conflicts:    2031000 | #Constraints:      46127
379.17/380.95	c #Conflicts:    2032000 | #Constraints:      47127
379.17/380.95	c #Conflicts:    2033000 | #Constraints:      48127
379.17/380.95	c #Conflicts:    2034000 | #Constraints:      49127
379.17/380.95	c #Conflicts:    2035000 | #Constraints:      50127
379.17/380.95	c #Conflicts:    2036000 | #Constraints:      51127
379.17/380.95	c #Conflicts:    2037000 | #Constraints:      52128
379.17/380.95	c #Conflicts:    2038000 | #Constraints:      53128
379.17/380.95	c #Conflicts:    2039000 | #Constraints:      54128
379.17/380.95	c #Conflicts:    2040000 | #Constraints:      55128
379.17/380.95	c #Conflicts:    2041000 | #Constraints:      56128
379.17/380.95	c #Conflicts:    2042000 | #Constraints:      57128
379.17/380.95	c #Conflicts:    2043000 | #Constraints:      58128
379.17/380.95	c #Conflicts:    2044000 | #Constraints:      59128
379.17/380.95	c #Conflicts:    2045000 | #Constraints:      60128
379.17/380.95	c #Conflicts:    2046000 | #Constraints:      61128
379.17/380.95	c #Conflicts:    2047000 | #Constraints:      62128
379.17/380.95	c #Conflicts:    2048000 | #Constraints:      63128
379.17/380.95	c #Conflicts:    2049000 | #Constraints:      64128
379.17/380.95	c #Conflicts:    2050000 | #Constraints:      65128
379.17/380.95	c INPROCESSING
379.17/380.95	c GARBAGE COLLECT
379.17/380.95	WSVECS04 Frhs2[3]: 6 -1.00003 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[4]: 6 -1.00003 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[6]: 6 -1.00007 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[7]: 6 -1.00002 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[8]: 6 -1.00005 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[9]: 6 -1.00004 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[10]: 6 -1.00005 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[12]: 6 -1.00006 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[13]: 6 -1.00003 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[14]: 6 -1.00002 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[16]: 6 -1.00004 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[17]: 6 -1.00003 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[20]: 6 -1.00005 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[23]: 6 -1.00004 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[24]: 6 -1.00008 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[25]: 6 -1.00004 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[26]: 6 -1.00009 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[28]: 6 -1.00006 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[29]: 6 -1.00007 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[30]: 6 -1.00005 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[31]: 6 -1.00004 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[32]: 6 -1.00003 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[33]: 6 -1.00009 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[34]: 6 -1.00006 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[35]: 6 -1.00005 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[36]: 6 -1.00003 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[38]: 6 -1.00001 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[41]: 6 -1.00001 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[49]: 6 -86.1394 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[57]: 6 0 47.3382 shouldn't be
379.17/380.95	WSVECS04 Frhs2[64]: 6 -125.677 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[66]: 6 -75.8171 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[67]: 6 -79.127 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[69]: 6 -126.885 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[73]: 6 -85.2574 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[76]: 6 -34.4362 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[77]: 6 -97.8 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[78]: 6 -99.5854 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[81]: 6 -68.6774 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[89]: 6 0 22.7037 shouldn't be
379.17/380.95	WSVECS04 Frhs2[111]: 6 -1.39348 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[136]: 6 0 3.2483 shouldn't be
379.17/380.95	WSVECS04 Frhs2[144]: 6 -70.3876 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[151]: 6 0 67.3843 shouldn't be
379.17/380.95	WSVECS04 Frhs2[241]: 6 -1.00006 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[249]: 6 0 0.472404 shouldn't be
379.17/380.95	WSVECS04 Frhs2[250]: 6 0 67.5056 shouldn't be
379.17/380.95	WSVECS04 Frhs2[252]: 6 0 69.426 shouldn't be
379.17/380.95	WSVECS04 Frhs2[254]: 6 0 0.0620761 shouldn't be
379.17/380.95	WSVECS04 Frhs2[287]: 6 0 58.8165 shouldn't be
379.17/380.95	WSVECS04 Frhs2[376]: 6 0 2.4604 shouldn't be
379.17/380.95	WSVECS04 Frhs2[400]: 6 0 49.791 shouldn't be
379.17/380.95	WSVECS04 Frhs2[454]: 6 0 33.4549 shouldn't be
379.17/380.95	WSVECS04 Frhs2[489]: 6 0 0.520718 shouldn't be
379.17/380.95	WSVECS04 Frhs2[499]: 6 0 5.849 shouldn't be
379.17/380.95	WSVECS04 Frhs2[500]: 6 0 1.00007 shouldn't be
379.17/380.95	WSVECS04 Frhs2[502]: 6 0 42.3551 shouldn't be
379.17/380.95	WSVECS04 Frhs2[509]: 6 0 62.6619 shouldn't be
379.17/380.95	WSVECS04 Frhs2[514]: 6 0 92.271 shouldn't be
379.17/380.95	WSVECS04 Frhs2[518]: 6 0 1.12273 shouldn't be
379.17/380.95	WSVECS04 Frhs2[520]: 6 0 23.0109 shouldn't be
379.17/380.95	WSVECS04 Frhs2[588]: 6 0 95.6351 shouldn't be
379.17/380.95	WSVECS04 Frhs2[643]: 6 0 68.601 shouldn't be
379.17/380.95	WSVECS04 Frhs2[667]: 6 0 49.557 shouldn't be
379.17/380.95	WSVECS04 Frhs2[680]: 6 0 96.1993 shouldn't be
379.17/380.95	WSVECS04 Frhs2[682]: 6 0 124.905 shouldn't be
379.17/380.95	WSVECS04 Frhs2[718]: 6 0 1.27441 shouldn't be
379.17/380.95	WSVECS04 Frhs2[772]: 6 0 67.9479 shouldn't be
379.17/380.95	WSVECS04 Frhs2[794]: 6 0 8.03723 shouldn't be
379.17/380.95	WSVECS04 Frhs2[802]: 6 0 53.5739 shouldn't be
379.17/380.95	WSVECS04 Frhs2[843]: 6 -90.0021 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[922]: 6 -124.905 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[927]: 6 0 58.8164 shouldn't be
379.17/380.95	WSVECS04 Frhs2[932]: 6 0 0.0035579 shouldn't be
379.17/380.95	WSVECS04 Frhs2[936]: 6 0 18.7025 shouldn't be
379.17/380.95	WSVECS04 Frhs2[942]: 6 0 42.3551 shouldn't be
379.17/380.95	WSVECS04 Frhs2[943]: 6 0 23.1591 shouldn't be
379.17/380.95	WSVECS04 Frhs2[952]: 6 0 76.4346 shouldn't be
379.17/380.95	WSVECS04 Frhs2[953]: 6 0 73.4443 shouldn't be
379.17/380.95	WSVECS04 Frhs2[958]: 6 0 1.25661 shouldn't be
379.17/380.95	WSVECS04 Frhs2[979]: 6 0 1.18524 shouldn't be
379.17/380.95	WSVECS04 Frhs2[984]: 6 0 70.3876 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1049]: 6 0 9.0509 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1052]: 6 0 0.000268485 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1083]: 6 -90.2209 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1094]: 6 -110.905 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1112]: 6 0 76.5482 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1136]: 6 0 3.98984 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1152]: 6 0 76.5482 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1154]: 6 0 67.4551 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1161]: 6 -1.00005 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1162]: 6 -124.905 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1169]: 6 0 0.00892093 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1198]: 6 0 1.35167 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1219]: 6 0 1.90692 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1223]: 6 0 20.2773 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1227]: 6 0 35.0655 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1254]: 6 -34.163 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1266]: 6 0 85.1196 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1284]: 6 0 117.068 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1422]: 6 0 42.3551 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1432]: 6 -76.5331 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1438]: 6 0 1.44187 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1449]: 6 0 0.557476 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1466]: 6 0 0.0025043 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1479]: 6 -1.00008 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1487]: 6 -58.8164 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1555]: 6 -146.117 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1587]: 6 0 49.5571 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1591]: 6 -1.39353 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1622]: 6 0 42.3551 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1750]: 6 -58.8164 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1751]: 6 -1.00008 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1752]: 6 -2.00005 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1777]: 6 -19.429 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1795]: 6 -51.3694 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1831]: 6 -1.00004 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1867]: 6 -2.00002 0 shouldn't be
379.17/380.95	WSVECS04 Frhs2[1885]: 6 -56.2296 0 shouldn't be
379.57/381.32	WSVECS04 Frhs2[44]: 6 -73.4865 0 shouldn't be
379.57/381.32	WSVECS04 Frhs2[124]: 6 -78.3215 0 shouldn't be
379.57/381.32	WSVECS04 Frhs2[193]: 6 -73.4443 0 shouldn't be
379.57/381.32	WSVECS04 Frhs2[404]: 6 0 0.00826022 shouldn't be
379.57/381.32	WSVECS04 Frhs2[478]: 6 0 1.1419 shouldn't be
379.57/381.32	WSVECS04 Frhs2[483]: 6 0 0.072636 shouldn't be
379.57/381.32	WSVECS04 Frhs2[949]: 6 0 62.6619 shouldn't be
379.57/381.32	WSVECS04 Frhs2[1023]: 6 0 23.17 shouldn't be
379.57/381.32	WSVECS04 Frhs2[1034]: 6 0 1.104 shouldn't be
379.57/381.32	WSVECS04 Frhs2[1044]: 6 -59.7642 0 shouldn't be
379.57/381.32	WSVECS04 Frhs2[1084]: 6 0 60.5628 shouldn't be
379.57/381.32	WSVECS04 Frhs2[1210]: 6 -4.65581 0 shouldn't be
379.57/381.32	WSVECS04 Frhs2[1412]: 6 -69.426 0 shouldn't be
379.57/381.32	WSVECS04 Frhs2[1725]: 6 -2.00009 0 shouldn't be
379.57/381.32	WSVECS04 Frhs2[1742]: 6 -1.00002 0 shouldn't be
379.87/381.65	WSVECS04 Frhs2[45]: 6 -63.3559 0 shouldn't be
379.87/381.65	WSVECS04 Frhs2[422]: 6 0 4.34493 shouldn't be
379.87/381.65	WSVECS04 Frhs2[983]: 6 0 23.1668 shouldn't be
379.87/381.65	WSVECS04 Frhs2[1216]: 6 0 1.26328 shouldn't be
379.87/381.65	WSVECS04 Frhs2[1386]: 6 0 0.0259837 shouldn't be
379.87/381.65	WSVECS04 Frhs2[1724]: 6 -1.00005 0 shouldn't be
379.87/381.65	WSVECS04 Frhs2[1741]: 6 -34.027 0 shouldn't be
380.17/381.97	WSVECS04 Frhs2[592]: 6 0 3.10327 shouldn't be
380.17/381.97	WSVECS04 Frhs2[985]: 6 0 1.00008 shouldn't be
380.17/381.97	WSVECS04 Frhs2[1015]: 6 0 1.00001 shouldn't be
380.17/381.97	WSVECS04 Frhs2[1037]: 6 0 1.00005 shouldn't be
380.17/381.97	WSVECS04 Frhs2[1105]: 6 0 1.00003 shouldn't be
380.17/381.97	WSVECS04 Frhs2[1723]: 6 -1.00006 0 shouldn't be
380.46/382.29	WSVECS04 Frhs2[45]: 6 -63.3559 0 shouldn't be
380.46/382.29	WSVECS04 Frhs2[49]: 6 -86.1393 0 shouldn't be
380.46/382.29	WSVECS04 Frhs2[66]: 6 -75.817 0 shouldn't be
380.46/382.29	WSVECS04 Frhs2[69]: 6 -126.885 0 shouldn't be
380.46/382.29	WSVECS04 Frhs2[77]: 6 -97.7999 0 shouldn't be
380.46/382.29	WSVECS04 Frhs2[78]: 6 -99.5853 0 shouldn't be
380.46/382.29	WSVECS04 Frhs2[151]: 6 0 67.3842 shouldn't be
380.46/382.29	WSVECS04 Frhs2[252]: 6 0 69.426 shouldn't be
380.46/382.29	WSVECS04 Frhs2[322]: 6 0 111.121 shouldn't be
380.46/382.29	WSVECS04 Frhs2[400]: 6 0 49.7909 shouldn't be
380.46/382.29	WSVECS04 Frhs2[447]: 6 0 129.969 shouldn't be
380.46/382.29	WSVECS04 Frhs2[489]: 6 0 0.520695 shouldn't be
380.46/382.29	WSVECS04 Frhs2[500]: 6 0 1 shouldn't be
380.46/382.29	WSVECS04 Frhs2[522]: 6 0 120.883 shouldn't be
380.46/382.29	WSVECS04 Frhs2[588]: 6 0 95.635 shouldn't be
380.46/382.29	WSVECS04 Frhs2[640]: 6 0 96.1992 shouldn't be
380.46/382.29	WSVECS04 Frhs2[680]: 6 0 96.1992 shouldn't be
380.46/382.29	WSVECS04 Frhs2[776]: 6 0 18.7025 shouldn't be
380.46/382.29	WSVECS04 Frhs2[843]: 6 -90.002 0 shouldn't be
380.46/382.29	WSVECS04 Frhs2[844]: 6 0 31.0968 shouldn't be
380.46/382.29	WSVECS04 Frhs2[936]: 6 0 18.7025 shouldn't be
380.46/382.29	WSVECS04 Frhs2[949]: 6 0 62.6619 shouldn't be
380.46/382.29	WSVECS04 Frhs2[953]: 6 0 73.4442 shouldn't be
380.46/382.29	WSVECS04 Frhs2[954]: 6 0 67.455 shouldn't be
380.46/382.29	WSVECS04 Frhs2[979]: 6 0 1.18521 shouldn't be
380.46/382.29	WSVECS04 Frhs2[1044]: 6 -59.7642 0 shouldn't be
380.46/382.29	WSVECS04 Frhs2[1049]: 6 0 9.05085 shouldn't be
380.46/382.29	WSVECS04 Frhs2[1105]: 6 0 1 shouldn't be
380.46/382.29	WSVECS04 Frhs2[1145]: 6 0 1 shouldn't be
380.46/382.29	WSVECS04 Frhs2[1147]: 6 0 35.0654 shouldn't be
380.46/382.29	WSVECS04 Frhs2[1152]: 6 0 76.5481 shouldn't be
380.46/382.29	WSVECS04 Frhs2[1179]: 6 0 0.731357 shouldn't be
380.46/382.29	WSVECS04 Frhs2[1198]: 6 0 1.35165 shouldn't be
380.46/382.29	WSVECS04 Frhs2[1266]: 6 0 85.1196 shouldn't be
380.46/382.29	WSVECS04 Frhs2[1268]: 6 0 55.3028 shouldn't be
380.46/382.29	WSVECS04 Frhs2[1284]: 6 0 117.068 shouldn't be
380.46/382.29	WSVECS04 Frhs2[1438]: 6 0 1.44177 shouldn't be
380.46/382.29	WSVECS04 Frhs2[1470]: 6 0 20.5508 shouldn't be
380.46/382.29	WSVECS04 Frhs2[1474]: 6 0 18.7941 shouldn't be
380.46/382.29	WSVECS04 Frhs2[1529]: 6 0 22.7037 shouldn't be
380.46/382.29	WSVECS04 Frhs2[1555]: 6 -146.117 0 shouldn't be
380.46/382.29	WSVECS04 Frhs2[1718]: 6 -102.656 0 shouldn't be
380.46/382.29	WSVECS04 Frhs2[1777]: 6 -19.429 0 shouldn't be
380.46/382.29	WSVECS04 Frhs2[1867]: 6 -2 0 shouldn't be
380.46/382.29	WSVECS04 Frhs2[1885]: 6 -56.2295 0 shouldn't be
394.62/396.49	c #Conflicts:    2051000 | #Constraints:      37717
394.62/396.49	c #Conflicts:    2052000 | #Constraints:      38717
394.62/396.49	c #Conflicts:    2053000 | #Constraints:      39717
394.62/396.49	c #Conflicts:    2054000 | #Constraints:      40717
394.62/396.49	c #Conflicts:    2055000 | #Constraints:      41717
394.62/396.49	c #Conflicts:    2056000 | #Constraints:      42717
394.62/396.49	c #Conflicts:    2057000 | #Constraints:      43717
394.62/396.49	c #Conflicts:    2058000 | #Constraints:      44718
394.62/396.49	c #Conflicts:    2059000 | #Constraints:      45718
394.62/396.49	c #Conflicts:    2060000 | #Constraints:      46718
394.62/396.49	c #Conflicts:    2061000 | #Constraints:      47718
394.62/396.49	c #Conflicts:    2062000 | #Constraints:      48718
394.62/396.49	c #Conflicts:    2063000 | #Constraints:      49718
394.62/396.49	c #Conflicts:    2064000 | #Constraints:      50718
394.62/396.49	c #Conflicts:    2065000 | #Constraints:      51718
394.62/396.49	c #Conflicts:    2066000 | #Constraints:      52718
394.62/396.49	c #Conflicts:    2067000 | #Constraints:      53718
394.62/396.49	c #Conflicts:    2068000 | #Constraints:      54718
394.62/396.49	c #Conflicts:    2069000 | #Constraints:      55718
394.62/396.49	c #Conflicts:    2070000 | #Constraints:      56718
394.62/396.49	c #Conflicts:    2071000 | #Constraints:      57718
394.62/396.49	c #Conflicts:    2072000 | #Constraints:      58718
394.62/396.49	c #Conflicts:    2073000 | #Constraints:      59718
394.62/396.49	c #Conflicts:    2074000 | #Constraints:      60718
394.62/396.49	c #Conflicts:    2075000 | #Constraints:      61718
394.62/396.49	c #Conflicts:    2076000 | #Constraints:      62718
394.62/396.49	c #Conflicts:    2077000 | #Constraints:      63718
394.62/396.49	c #Conflicts:    2078000 | #Constraints:      64718
394.62/396.49	c #Conflicts:    2079000 | #Constraints:      65718
394.62/396.49	c INPROCESSING
394.62/396.49	c GARBAGE COLLECT
394.62/396.49	c #Conflicts:    2080000 | #Constraints:      38117
394.62/396.49	c #Conflicts:    2081000 | #Constraints:      39117
394.62/396.49	c #Conflicts:    2082000 | #Constraints:      40117
394.62/396.49	c #Conflicts:    2083000 | #Constraints:      41117
394.62/396.49	c #Conflicts:    2084000 | #Constraints:      42117
394.62/396.49	c #Conflicts:    2085000 | #Constraints:      43117
394.62/396.49	c #Conflicts:    2086000 | #Constraints:      44117
394.62/396.49	c #Conflicts:    2087000 | #Constraints:      45117
394.62/396.49	c #Conflicts:    2088000 | #Constraints:      46117
394.62/396.49	c #Conflicts:    2089000 | #Constraints:      47117
394.62/396.49	c #Conflicts:    2090000 | #Constraints:      48117
394.62/396.49	c #Conflicts:    2091000 | #Constraints:      49117
394.62/396.49	c #Conflicts:    2092000 | #Constraints:      50117
394.62/396.49	c #Conflicts:    2093000 | #Constraints:      51117
394.62/396.49	c #Conflicts:    2094000 | #Constraints:      52117
394.62/396.49	c #Conflicts:    2095000 | #Constraints:      53117
394.62/396.49	c #Conflicts:    2096000 | #Constraints:      54117
394.62/396.49	c #Conflicts:    2097000 | #Constraints:      55117
394.62/396.49	c #Conflicts:    2098000 | #Constraints:      56117
394.62/396.49	c #Conflicts:    2099000 | #Constraints:      57117
394.62/396.49	c #Conflicts:    2100000 | #Constraints:      58117
394.62/396.49	c #Conflicts:    2101000 | #Constraints:      59117
394.62/396.49	c #Conflicts:    2102000 | #Constraints:      60117
394.62/396.49	c #Conflicts:    2103000 | #Constraints:      61117
394.62/396.49	c #Conflicts:    2104000 | #Constraints:      62117
394.62/396.49	c #Conflicts:    2105000 | #Constraints:      63118
394.62/396.49	c #Conflicts:    2106000 | #Constraints:      64118
394.62/396.49	c #Conflicts:    2107000 | #Constraints:      65118
394.62/396.49	c #Conflicts:    2108000 | #Constraints:      66118
394.62/396.49	c INPROCESSING
394.62/396.49	c GARBAGE COLLECT
394.62/396.49	c #Conflicts:    2109000 | #Constraints:      38323
394.62/396.49	c #Conflicts:    2110000 | #Constraints:      39323
394.62/396.49	c #Conflicts:    2111000 | #Constraints:      40323
394.62/396.49	c #Conflicts:    2112000 | #Constraints:      41323
394.62/396.49	c #Conflicts:    2113000 | #Constraints:      42323
394.62/396.49	c #Conflicts:    2114000 | #Constraints:      43323
394.62/396.49	c #Conflicts:    2115000 | #Constraints:      44323
394.62/396.49	c #Conflicts:    2116000 | #Constraints:      45323
394.62/396.49	c #Conflicts:    2117000 | #Constraints:      46323
394.62/396.49	c #Conflicts:    2118000 | #Constraints:      47323
394.62/396.49	c #Conflicts:    2119000 | #Constraints:      48323
394.62/396.49	c #Conflicts:    2120000 | #Constraints:      49323
394.62/396.49	WSVECS04 Frhs2[67]: 6 -61.0884 0 shouldn't be
394.62/396.49	WSVECS04 Frhs2[73]: 6 0 40.5534 shouldn't be
394.62/396.49	WSVECS04 Frhs2[426]: 6 0 22.0673 shouldn't be
394.62/396.49	WSVECS04 Frhs2[440]: 6 0 8.59951 shouldn't be
394.62/396.49	WSVECS04 Frhs2[466]: 6 0 21.0673 shouldn't be
394.62/396.49	WSVECS04 Frhs2[471]: 6 0 0.105362 shouldn't be
394.62/396.49	WSVECS04 Frhs2[482]: 6 0 32.6296 shouldn't be
394.62/396.49	WSVECS04 Frhs2[694]: 6 0 5.12348 shouldn't be
394.62/396.49	WSVECS04 Frhs2[763]: 6 0 22.0851 shouldn't be
394.62/396.49	WSVECS04 Frhs2[803]: 6 0 25.3398 shouldn't be
394.62/396.49	WSVECS04 Frhs2[874]: 6 0 42.896 shouldn't be
394.62/396.49	WSVECS04 Frhs2[995]: 6 0 53.4202 shouldn't be
394.62/396.49	WSVECS04 Frhs2[1001]: 6 0 7.31977 shouldn't be
394.62/396.49	WSVECS04 Frhs2[1083]: 6 -23.0119 0 shouldn't be
394.62/396.49	WSVECS04 Frhs2[1203]: 6 0 11.3705 shouldn't be
394.62/396.49	WSVECS04 Frhs2[1243]: 6 0 6.36221 shouldn't be
394.62/396.49	WSVECS04 Frhs2[1252]: 6 0 25.0983 shouldn't be
394.62/396.49	WSVECS04 Frhs2[1467]: 6 0 11.2088 shouldn't be
394.62/396.49	WSVECS04 Frhs2[1564]: 6 0 47.2769 shouldn't be
394.62/396.49	WSVECS04 Frhs2[1574]: 6 0 0.573735 shouldn't be
394.62/396.49	WSVECS04 Frhs2[1590]: 6 0 22.3785 shouldn't be
394.62/396.49	WSVECS04 Frhs2[1667]: 6 0 11.2088 shouldn't be
394.62/396.49	WSVECS04 Frhs2[1672]: 6 0 2.08464 shouldn't be
394.62/396.49	WSVECS04 Frhs2[1692]: 6 0 25.1184 shouldn't be
394.62/396.49	WSVECS04 Frhs2[1788]: 6 -1 0 shouldn't be
404.43/406.36	c #Conflicts:    2121000 | #Constraints:      50324
404.43/406.36	c #Conflicts:    2122000 | #Constraints:      51324
404.43/406.36	c #Conflicts:    2123000 | #Constraints:      52324
404.43/406.36	c #Conflicts:    2124000 | #Constraints:      53324
404.43/406.36	c #Conflicts:    2125000 | #Constraints:      54324
404.43/406.36	c #Conflicts:    2126000 | #Constraints:      55324
404.43/406.36	c #Conflicts:    2127000 | #Constraints:      56324
404.43/406.36	c #Conflicts:    2128000 | #Constraints:      57324
404.43/406.36	c #Conflicts:    2129000 | #Constraints:      58324
404.43/406.36	c #Conflicts:    2130000 | #Constraints:      59324
404.43/406.36	c #Conflicts:    2131000 | #Constraints:      60324
404.43/406.36	c #Conflicts:    2132000 | #Constraints:      61324
404.43/406.36	c #Conflicts:    2133000 | #Constraints:      62324
404.43/406.36	c #Conflicts:    2134000 | #Constraints:      63324
404.43/406.36	c #Conflicts:    2135000 | #Constraints:      64324
404.43/406.36	c #Conflicts:    2136000 | #Constraints:      65324
404.43/406.36	c #Conflicts:    2137000 | #Constraints:      66324
404.43/406.36	c INPROCESSING
404.43/406.36	c GARBAGE COLLECT
404.43/406.36	c #Conflicts:    2138000 | #Constraints:      38322
404.43/406.36	c #Conflicts:    2139000 | #Constraints:      39322
404.43/406.36	c #Conflicts:    2140000 | #Constraints:      40322
404.43/406.36	c #Conflicts:    2141000 | #Constraints:      41322
404.43/406.36	c #Conflicts:    2142000 | #Constraints:      42322
404.43/406.36	c #Conflicts:    2143000 | #Constraints:      43322
404.43/406.36	c #Conflicts:    2144000 | #Constraints:      44322
404.43/406.36	c #Conflicts:    2145000 | #Constraints:      45322
404.43/406.36	c #Conflicts:    2146000 | #Constraints:      46322
404.43/406.36	c #Conflicts:    2147000 | #Constraints:      47322
404.43/406.36	c #Conflicts:    2148000 | #Constraints:      48322
404.43/406.36	c #Conflicts:    2149000 | #Constraints:      49322
404.43/406.36	c #Conflicts:    2150000 | #Constraints:      50322
404.43/406.36	c #Conflicts:    2151000 | #Constraints:      51322
404.43/406.36	c #Conflicts:    2152000 | #Constraints:      52322
404.43/406.36	c #Conflicts:    2153000 | #Constraints:      53322
404.43/406.36	c #Conflicts:    2154000 | #Constraints:      54323
404.43/406.36	c #Conflicts:    2155000 | #Constraints:      55323
404.43/406.36	c #Conflicts:    2156000 | #Constraints:      56323
404.43/406.36	c #Conflicts:    2157000 | #Constraints:      57323
404.43/406.36	c #Conflicts:    2158000 | #Constraints:      58323
404.43/406.36	c #Conflicts:    2159000 | #Constraints:      59323
404.43/406.36	c #Conflicts:    2160000 | #Constraints:      60323
404.43/406.36	c #Conflicts:    2161000 | #Constraints:      61323
404.43/406.36	c #Conflicts:    2162000 | #Constraints:      62323
404.43/406.36	c #Conflicts:    2163000 | #Constraints:      63323
404.43/406.36	c #Conflicts:    2164000 | #Constraints:      64323
404.43/406.36	c #Conflicts:    2165000 | #Constraints:      65323
404.43/406.36	c #Conflicts:    2166000 | #Constraints:      66323
404.43/406.36	c INPROCESSING
404.43/406.36	c GARBAGE COLLECT
404.43/406.36	WSVECS04 Frhs2[6]: 6 -0.774155 0 shouldn't be
404.43/406.36	WSVECS04 Frhs2[23]: 6 0 0.225931 shouldn't be
404.43/406.36	WSVECS04 Frhs2[24]: 6 -0.774217 0 shouldn't be
404.43/406.36	WSVECS04 Frhs2[34]: 6 0 0.225946 shouldn't be
404.43/406.36	WSVECS04 Frhs2[37]: 6 0 1.22588 shouldn't be
404.43/406.36	WSVECS04 Frhs2[56]: 6 0 6.74411 shouldn't be
404.43/406.36	WSVECS04 Frhs2[59]: 6 0 0.841503 shouldn't be
404.43/406.36	WSVECS04 Frhs2[72]: 6 0 2.46824 shouldn't be
404.43/406.36	WSVECS04 Frhs2[77]: 6 0 1.86229 shouldn't be
404.43/406.36	WSVECS04 Frhs2[132]: 6 0 0.00011705 shouldn't be
404.43/406.36	WSVECS04 Frhs2[134]: 6 0 0.00577082 shouldn't be
404.43/406.36	WSVECS04 Frhs2[136]: 6 0 0.068218 shouldn't be
404.43/406.36	WSVECS04 Frhs2[180]: 6 0 1.00006 shouldn't be
404.43/406.36	WSVECS04 Frhs2[220]: 6 0 1.00009 shouldn't be
404.43/406.36	WSVECS04 Frhs2[222]: 6 0 0.107013 shouldn't be
404.43/406.36	WSVECS04 Frhs2[227]: 6 0 0.389741 shouldn't be
404.43/406.36	WSVECS04 Frhs2[229]: 6 -1.24358 0 shouldn't be
404.43/406.36	WSVECS04 Frhs2[249]: 6 0 0.208382 shouldn't be
404.43/406.36	WSVECS04 Frhs2[263]: 6 -0.281172 0 shouldn't be
404.43/406.36	WSVECS04 Frhs2[271]: 6 0 0.0351747 shouldn't be
404.43/406.36	WSVECS04 Frhs2[273]: 6 0 5.68676 shouldn't be
404.43/406.36	WSVECS04 Frhs2[289]: 6 0 0.213882 shouldn't be
404.43/406.36	WSVECS04 Frhs2[312]: 6 0 0.0005418 shouldn't be
404.43/406.36	WSVECS04 Frhs2[351]: 6 0 0.0351402 shouldn't be
404.43/406.36	WSVECS04 Frhs2[402]: 6 -0.0846569 0 shouldn't be
404.43/406.36	WSVECS04 Frhs2[411]: 6 0 1.00003 shouldn't be
404.43/406.36	WSVECS04 Frhs2[422]: 6 0 0.166333 shouldn't be
404.43/406.36	WSVECS04 Frhs2[429]: 6 -0.6496 0 shouldn't be
404.43/406.36	WSVECS04 Frhs2[442]: 6 0 0.21401 shouldn't be
404.43/406.36	WSVECS04 Frhs2[449]: 6 0 2.11938 shouldn't be
404.43/406.36	WSVECS04 Frhs2[451]: 6 0 1.00008 shouldn't be
404.43/406.36	WSVECS04 Frhs2[475]: 6 -0.817754 0 shouldn't be
404.43/406.36	WSVECS04 Frhs2[480]: 6 0 0.299527 shouldn't be
404.43/406.36	WSVECS04 Frhs2[483]: 6 0 0.92363 shouldn't be
404.43/406.36	WSVECS04 Frhs2[489]: 6 0 2.0419 shouldn't be
404.43/406.36	WSVECS04 Frhs2[492]: 6 0 0.630063 shouldn't be
404.43/406.36	WSVECS04 Frhs2[503]: 6 0 0.762771 shouldn't be
404.43/406.37	WSVECS04 Frhs2[514]: 6 -1.28066 0 shouldn't be
404.43/406.37	WSVECS04 Frhs2[518]: 6 -0.00668503 0 shouldn't be
404.43/406.37	WSVECS04 Frhs2[539]: 6 0 0.555699 shouldn't be
404.43/406.37	WSVECS04 Frhs2[543]: 6 0 0.762757 shouldn't be
404.43/406.37	WSVECS04 Frhs2[551]: 6 -0.0351469 0 shouldn't be
404.43/406.37	WSVECS04 Frhs2[563]: 6 0 0.596892 shouldn't be
404.43/406.37	WSVECS04 Frhs2[598]: 6 0 3.49842 shouldn't be
404.43/406.37	WSVECS04 Frhs2[638]: 6 0 3.49844 shouldn't be
404.43/406.37	WSVECS04 Frhs2[649]: 6 0 0.00841979 shouldn't be
404.43/406.37	WSVECS04 Frhs2[656]: 6 0 2.48977 shouldn't be
404.43/406.37	WSVECS04 Frhs2[670]: 6 0 0.0160076 shouldn't be
404.43/406.37	WSVECS04 Frhs2[672]: 6 0 1.04632 shouldn't be
404.43/406.37	WSVECS04 Frhs2[684]: 6 0 1.0476 shouldn't be
404.43/406.37	WSVECS04 Frhs2[689]: 6 0 0.00838016 shouldn't be
404.43/406.37	WSVECS04 Frhs2[704]: 6 0 2.10667 shouldn't be
404.43/406.37	WSVECS04 Frhs2[763]: 6 0 0.733712 shouldn't be
404.43/406.37	WSVECS04 Frhs2[779]: 6 0 0.115914 shouldn't be
404.43/406.37	WSVECS04 Frhs2[826]: 6 -1.58761 0 shouldn't be
404.43/406.37	WSVECS04 Frhs2[828]: 6 -0.950834 0 shouldn't be
404.43/406.37	WSVECS04 Frhs2[852]: 6 -0.00719046 0 shouldn't be
404.43/406.37	WSVECS04 Frhs2[872]: 6 -3.43722 0 shouldn't be
404.43/406.37	WSVECS04 Frhs2[880]: 6 -0.388539 0 shouldn't be
404.43/406.37	WSVECS04 Frhs2[884]: 6 0 1.0476 shouldn't be
404.43/406.37	WSVECS04 Frhs2[889]: 6 0 1.14744 shouldn't be
404.43/406.37	WSVECS04 Frhs2[890]: 6 0 0.135424 shouldn't be
404.43/406.37	WSVECS04 Frhs2[972]: 6 0 0.000773032 shouldn't be
404.43/406.37	WSVECS04 Frhs2[974]: 6 0 0.109051 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1005]: 6 -4.00005 0 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1012]: 6 0 0.00222498 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1019]: 6 0 0.0472966 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1020]: 6 0 0.44855 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1043]: 6 0 0.310257 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1052]: 6 0 0.00106955 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1136]: 6 -0.756811 0 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1153]: 6 0 0.0884635 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1184]: 6 -2.10664 0 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1210]: 6 0 1.53734 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1226]: 6 0 2.14932 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1234]: 6 0 4.0751 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1252]: 6 0 0.00119221 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1256]: 6 -0.19366 0 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1268]: 6 0 1.64907 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1283]: 6 0 0.279158 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1284]: 6 0 0.00934074 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1306]: 6 -0.00169118 0 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1307]: 6 -1.19228 0 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1309]: 6 0 7.57246 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1353]: 6 0 5.68675 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1363]: 6 -0.00234775 0 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1376]: 6 0 0.0484788 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1401]: 6 -1.00009 0 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1416]: 6 0 0.0484771 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1452]: 6 0 0.000384753 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1494]: 6 0 0.00572346 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1499]: 6 -0.0621446 0 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1508]: 6 -3.30976 0 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1551]: 6 0 0.968063 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1614]: 6 0 0.00582383 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1638]: 6 0 0.00663865 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1660]: 6 0 1.00007 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1664]: 6 0 2.10667 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1679]: 6 0 0.281728 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1694]: 6 0 0.00576313 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1700]: 6 0 1.00002 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1713]: 6 0 0.0884733 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1719]: 6 0 0.281814 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1777]: 6 -1.0001 0 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1859]: 6 -0.992088 0 shouldn't be
404.43/406.37	WSVECS04 Frhs2[1870]: 6 -5.00006 0 shouldn't be
422.08/424.01	c #Conflicts:    2167000 | #Constraints:      38130
422.08/424.01	c #Conflicts:    2168000 | #Constraints:      39130
422.08/424.01	c #Conflicts:    2169000 | #Constraints:      40130
422.08/424.01	c #Conflicts:    2170000 | #Constraints:      41130
422.08/424.01	c #Conflicts:    2171000 | #Constraints:      42130
422.08/424.01	c #Conflicts:    2172000 | #Constraints:      43130
422.08/424.01	c #Conflicts:    2173000 | #Constraints:      44130
422.08/424.01	c #Conflicts:    2174000 | #Constraints:      45130
422.08/424.01	c #Conflicts:    2175000 | #Constraints:      46130
422.08/424.01	c #Conflicts:    2176000 | #Constraints:      47130
422.08/424.01	c #Conflicts:    2177000 | #Constraints:      48130
422.08/424.01	c #Conflicts:    2178000 | #Constraints:      49130
422.08/424.01	c #Conflicts:    2179000 | #Constraints:      50130
422.08/424.01	c #Conflicts:    2180000 | #Constraints:      51130
422.08/424.01	c #Conflicts:    2181000 | #Constraints:      52130
422.08/424.01	c #Conflicts:    2182000 | #Constraints:      53130
422.08/424.01	c #Conflicts:    2183000 | #Constraints:      54130
422.08/424.01	c #Conflicts:    2184000 | #Constraints:      55130
422.08/424.01	c #Conflicts:    2185000 | #Constraints:      56130
422.08/424.01	c #Conflicts:    2186000 | #Constraints:      57130
422.08/424.01	c #Conflicts:    2187000 | #Constraints:      58130
422.08/424.01	c #Conflicts:    2188000 | #Constraints:      59130
422.08/424.01	c #Conflicts:    2189000 | #Constraints:      60130
422.08/424.01	c #Conflicts:    2190000 | #Constraints:      61130
422.08/424.01	c #Conflicts:    2191000 | #Constraints:      62130
422.08/424.01	c #Conflicts:    2192000 | #Constraints:      63130
422.08/424.01	c #Conflicts:    2193000 | #Constraints:      64130
422.08/424.01	c #Conflicts:    2194000 | #Constraints:      65130
422.08/424.01	c #Conflicts:    2195000 | #Constraints:      66130
422.08/424.01	c #Conflicts:    2196000 | #Constraints:      67130
422.08/424.01	c INPROCESSING
422.08/424.01	c GARBAGE COLLECT
422.08/424.01	c #Conflicts:    2197000 | #Constraints:      38723
422.08/424.01	c #Conflicts:    2198000 | #Constraints:      39723
422.08/424.01	c #Conflicts:    2199000 | #Constraints:      40723
422.08/424.01	c #Conflicts:    2200000 | #Constraints:      41723
422.08/424.01	c #Conflicts:    2201000 | #Constraints:      42723
422.08/424.01	c #Conflicts:    2202000 | #Constraints:      43723
422.08/424.01	c #Conflicts:    2203000 | #Constraints:      44723
422.08/424.01	c #Conflicts:    2204000 | #Constraints:      45724
422.08/424.01	c #Conflicts:    2205000 | #Constraints:      46724
422.08/424.01	c #Conflicts:    2206000 | #Constraints:      47724
422.08/424.01	c #Conflicts:    2207000 | #Constraints:      48724
422.08/424.01	c #Conflicts:    2208000 | #Constraints:      49724
422.08/424.01	c #Conflicts:    2209000 | #Constraints:      50724
422.08/424.01	c #Conflicts:    2210000 | #Constraints:      51724
422.08/424.01	c #Conflicts:    2211000 | #Constraints:      52724
422.08/424.01	c #Conflicts:    2212000 | #Constraints:      53724
422.08/424.01	c #Conflicts:    2213000 | #Constraints:      54724
422.08/424.01	c #Conflicts:    2214000 | #Constraints:      55724
422.08/424.01	c #Conflicts:    2215000 | #Constraints:      56724
422.08/424.01	c #Conflicts:    2216000 | #Constraints:      57724
422.08/424.01	c #Conflicts:    2217000 | #Constraints:      58724
422.08/424.01	c #Conflicts:    2218000 | #Constraints:      59724
422.08/424.01	c #Conflicts:    2219000 | #Constraints:      60724
422.08/424.01	c #Conflicts:    2220000 | #Constraints:      61724
422.08/424.01	c #Conflicts:    2221000 | #Constraints:      62724
422.08/424.01	c #Conflicts:    2222000 | #Constraints:      63724
422.08/424.01	c #Conflicts:    2223000 | #Constraints:      64724
422.08/424.01	c #Conflicts:    2224000 | #Constraints:      65724
422.08/424.01	c #Conflicts:    2225000 | #Constraints:      66724
422.08/424.01	c #Conflicts:    2226000 | #Constraints:      67724
422.08/424.01	c INPROCESSING
422.08/424.01	c GARBAGE COLLECT
422.08/424.01	c #Conflicts:    2227000 | #Constraints:      39131
422.08/424.01	c #Conflicts:    2228000 | #Constraints:      40131
422.08/424.01	c #Conflicts:    2229000 | #Constraints:      41131
422.08/424.01	c #Conflicts:    2230000 | #Constraints:      42131
422.08/424.01	c #Conflicts:    2231000 | #Constraints:      43131
422.08/424.01	c #Conflicts:    2232000 | #Constraints:      44131
422.08/424.01	c #Conflicts:    2233000 | #Constraints:      45131
422.08/424.01	c #Conflicts:    2234000 | #Constraints:      46131
422.08/424.01	c #Conflicts:    2235000 | #Constraints:      47131
422.08/424.01	c #Conflicts:    2236000 | #Constraints:      48131
422.08/424.01	c #Conflicts:    2237000 | #Constraints:      49131
422.08/424.01	c #Conflicts:    2238000 | #Constraints:      50131
422.08/424.01	c #Conflicts:    2239000 | #Constraints:      51131
422.08/424.01	c #Conflicts:    2240000 | #Constraints:      52131
422.08/424.01	c #Conflicts:    2241000 | #Constraints:      53131
422.08/424.01	c #Conflicts:    2242000 | #Constraints:      54131
422.08/424.01	c #Conflicts:    2243000 | #Constraints:      55131
422.08/424.01	c #Conflicts:    2244000 | #Constraints:      56131
428.35/430.34	c #Conflicts:    2245000 | #Constraints:      57131
428.35/430.34	c #Conflicts:    2246000 | #Constraints:      58131
428.35/430.34	c #Conflicts:    2247000 | #Constraints:      59131
428.35/430.34	c #Conflicts:    2248000 | #Constraints:      60131
428.35/430.34	c #Conflicts:    2249000 | #Constraints:      61131
428.35/430.34	c #Conflicts:    2250000 | #Constraints:      62131
428.35/430.34	c #Conflicts:    2251000 | #Constraints:      63131
428.35/430.34	c #Conflicts:    2252000 | #Constraints:      64131
428.35/430.34	c #Conflicts:    2253000 | #Constraints:      65131
428.35/430.34	c #Conflicts:    2254000 | #Constraints:      66131
428.35/430.34	c #Conflicts:    2255000 | #Constraints:      67131
428.35/430.34	c #Conflicts:    2256000 | #Constraints:      68131
428.35/430.34	c INPROCESSING
428.35/430.34	c GARBAGE COLLECT
428.35/430.34	c #Conflicts:    2257000 | #Constraints:      39321
428.35/430.34	c #Conflicts:    2258000 | #Constraints:      40321
428.35/430.34	c #Conflicts:    2259000 | #Constraints:      41322
428.35/430.34	c #Conflicts:    2260000 | #Constraints:      42322
428.35/430.34	c #Conflicts:    2261000 | #Constraints:      43322
428.35/430.34	c #Conflicts:    2262000 | #Constraints:      44322
428.35/430.34	c #Conflicts:    2263000 | #Constraints:      45322
428.35/430.34	c #Conflicts:    2264000 | #Constraints:      46322
428.35/430.34	c #Conflicts:    2265000 | #Constraints:      47322
428.35/430.34	c #Conflicts:    2266000 | #Constraints:      48322
428.35/430.34	c #Conflicts:    2267000 | #Constraints:      49322
428.35/430.34	c #Conflicts:    2268000 | #Constraints:      50322
428.35/430.34	c #Conflicts:    2269000 | #Constraints:      51322
428.35/430.34	c #Conflicts:    2270000 | #Constraints:      52322
428.35/430.34	c #Conflicts:    2271000 | #Constraints:      53322
428.35/430.34	WSVECS04 Frhs2[14]: 6 0 1.52218 shouldn't be
428.35/430.34	WSVECS04 Frhs2[17]: 6 0 1.52217 shouldn't be
428.35/430.34	WSVECS04 Frhs2[30]: 6 0 1.52218 shouldn't be
428.35/430.34	WSVECS04 Frhs2[70]: 6 0 281.759 shouldn't be
428.35/430.34	WSVECS04 Frhs2[71]: 6 0 19.4211 shouldn't be
428.35/430.34	WSVECS04 Frhs2[75]: 6 0 13.3865 shouldn't be
428.35/430.34	WSVECS04 Frhs2[103]: 6 0 70.0572 shouldn't be
428.35/430.34	WSVECS04 Frhs2[110]: 6 -23.1621 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[112]: 6 0 3.06991 shouldn't be
428.35/430.34	WSVECS04 Frhs2[139]: 6 0 5.03693 shouldn't be
428.35/430.34	WSVECS04 Frhs2[152]: 6 0 0.139216 shouldn't be
428.35/430.34	WSVECS04 Frhs2[176]: 6 -5.78645 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[190]: 6 -21.1621 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[192]: 6 0 0.139261 shouldn't be
428.35/430.34	WSVECS04 Frhs2[202]: 6 0 630.788 shouldn't be
428.35/430.34	WSVECS04 Frhs2[216]: 6 0 39.2125 shouldn't be
428.35/430.34	WSVECS04 Frhs2[219]: 6 0 5.03695 shouldn't be
428.35/430.34	WSVECS04 Frhs2[223]: 6 0 70.0572 shouldn't be
428.35/430.34	WSVECS04 Frhs2[272]: 6 -0.0296139 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[302]: 6 0 30.1095 shouldn't be
428.35/430.34	WSVECS04 Frhs2[342]: 6 0 30.1094 shouldn't be
428.35/430.34	WSVECS04 Frhs2[377]: 6 0 1.00001 shouldn't be
428.35/430.34	WSVECS04 Frhs2[383]: 6 -19.0041 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[386]: 6 0 126.19 shouldn't be
428.35/430.34	WSVECS04 Frhs2[400]: 6 0 113.331 shouldn't be
428.35/430.34	WSVECS04 Frhs2[433]: 6 -1.52217 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[440]: 6 -31.0984 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[460]: 6 -1.5222 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[461]: 6 -337.818 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[475]: 6 -21.2826 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[476]: 6 0 9.75648 shouldn't be
428.35/430.34	WSVECS04 Frhs2[502]: 6 0 30.1094 shouldn't be
428.35/430.34	WSVECS04 Frhs2[529]: 6 -0.412926 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[551]: 6 0 1.19863 shouldn't be
428.35/430.34	WSVECS04 Frhs2[569]: 6 0 0.00902967 shouldn't be
428.35/430.34	WSVECS04 Frhs2[570]: 6 0 5.42909 shouldn't be
428.35/430.34	WSVECS04 Frhs2[610]: 6 0 5.42907 shouldn't be
428.35/430.34	WSVECS04 Frhs2[616]: 6 0 110.789 shouldn't be
428.35/430.34	WSVECS04 Frhs2[623]: 6 0 132.354 shouldn't be
428.35/430.34	WSVECS04 Frhs2[632]: 6 0 2.9308 shouldn't be
428.35/430.34	WSVECS04 Frhs2[642]: 6 0 299.798 shouldn't be
428.35/430.34	WSVECS04 Frhs2[654]: 6 0 139.112 shouldn't be
428.35/430.34	WSVECS04 Frhs2[673]: 6 0 1.52215 shouldn't be
428.35/430.34	WSVECS04 Frhs2[694]: 6 -1.00007 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[725]: 6 -1.00003 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[734]: 6 0 380.155 shouldn't be
428.35/430.34	WSVECS04 Frhs2[739]: 6 -9.58439 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[756]: 6 0 9.75646 shouldn't be
428.35/430.34	WSVECS04 Frhs2[783]: 6 0 132.354 shouldn't be
428.35/430.34	WSVECS04 Frhs2[812]: 6 0 0.0130386 shouldn't be
428.35/430.34	WSVECS04 Frhs2[814]: 6 -0.150684 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[832]: 6 0 0.0443103 shouldn't be
428.35/430.34	WSVECS04 Frhs2[834]: 6 0 45.3667 shouldn't be
428.35/430.34	WSVECS04 Frhs2[849]: 6 0 0.00909456 shouldn't be
428.35/430.34	WSVECS04 Frhs2[852]: 6 0 0.0765302 shouldn't be
428.35/430.34	WSVECS04 Frhs2[863]: 6 0 132.354 shouldn't be
428.35/430.34	WSVECS04 Frhs2[876]: 6 0 9.75646 shouldn't be
428.35/430.34	WSVECS04 Frhs2[916]: 6 0 9.75649 shouldn't be
428.35/430.34	WSVECS04 Frhs2[934]: 6 0 17.8646 shouldn't be
428.35/430.34	WSVECS04 Frhs2[956]: 6 0 9.75647 shouldn't be
428.35/430.34	WSVECS04 Frhs2[970]: 6 -88.3735 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[974]: 6 0 22.0249 shouldn't be
428.35/430.34	WSVECS04 Frhs2[979]: 6 -3.97854 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[992]: 6 0 0.164501 shouldn't be
428.35/430.34	WSVECS04 Frhs2[998]: 6 0 462.757 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1003]: 6 0 4.39101 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1019]: 6 0 3.59147 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1022]: 6 0 110.634 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1052]: 6 -0.00311122 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1054]: 6 0 402.18 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1062]: 6 0 110.634 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1072]: 6 0 0.20874 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1074]: 6 -45.3667 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1078]: 6 0 0.138885 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1094]: 6 0 402.18 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1129]: 6 0 0.297897 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1139]: 6 0 3.92244 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1158]: 6 0 0.138933 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1163]: 6 0 166.538 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1169]: 6 0 0.297938 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1192]: 6 0 409.2 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1198]: 6 -7.88863 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1206]: 6 -15.6157 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1208]: 6 0 1.00007 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1210]: 6 -75.0183 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1214]: 6 0 2.95528 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1236]: 6 0 9.75652 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1243]: 6 -63.0263 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1254]: 6 0 2.95527 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1256]: 6 0 39.2125 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1281]: 6 -8.43067 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1294]: 6 0 2.95525 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1323]: 6 0 0.407064 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1334]: 6 0 2.95524 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1363]: 6 0 0.0626911 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1374]: 6 -233.246 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1401]: 6 -8.43069 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1454]: 6 0 1.97429 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1494]: 6 0 0.753213 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1534]: 6 0 1.97431 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1596]: 6 0 9.75646 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1636]: 6 0 9.75651 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1638]: 6 0 0.138937 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1712]: 6 0 0.0443477 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1718]: 6 0 0.13888 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1759]: 6 -2.00002 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1786]: 6 -2.00005 0 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1795]: 6 0 247.154 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1804]: 6 0 403.967 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1814]: 6 0 239.516 shouldn't be
428.35/430.34	WSVECS04 Frhs2[1870]: 6 -75.4033 0 shouldn't be
446.87/448.94	c #Conflicts:    2272000 | #Constraints:      54322
446.87/448.94	c #Conflicts:    2273000 | #Constraints:      55322
446.87/448.94	c #Conflicts:    2274000 | #Constraints:      56322
446.87/448.94	c #Conflicts:    2275000 | #Constraints:      57322
446.87/448.94	c #Conflicts:    2276000 | #Constraints:      58322
446.87/448.94	c #Conflicts:    2277000 | #Constraints:      59322
446.87/448.94	c #Conflicts:    2278000 | #Constraints:      60322
446.87/448.94	c #Conflicts:    2279000 | #Constraints:      61322
446.87/448.94	c #Conflicts:    2280000 | #Constraints:      62322
446.87/448.94	c #Conflicts:    2281000 | #Constraints:      63322
446.87/448.94	c #Conflicts:    2282000 | #Constraints:      64322
446.87/448.94	c #Conflicts:    2283000 | #Constraints:      65322
446.87/448.94	c #Conflicts:    2284000 | #Constraints:      66322
446.87/448.94	c #Conflicts:    2285000 | #Constraints:      67322
446.87/448.94	c #Conflicts:    2286000 | #Constraints:      68322
446.87/448.94	c INPROCESSING
446.87/448.94	c GARBAGE COLLECT
446.87/448.94	c #Conflicts:    2287000 | #Constraints:      39327
446.87/448.94	c #Conflicts:    2288000 | #Constraints:      40327
446.87/448.94	c #Conflicts:    2289000 | #Constraints:      41327
446.87/448.94	c #Conflicts:    2290000 | #Constraints:      42327
446.87/448.94	c #Conflicts:    2291000 | #Constraints:      43327
446.87/448.94	c #Conflicts:    2292000 | #Constraints:      44327
446.87/448.94	c #Conflicts:    2293000 | #Constraints:      45327
446.87/448.94	c #Conflicts:    2294000 | #Constraints:      46327
446.87/448.94	c #Conflicts:    2295000 | #Constraints:      47327
446.87/448.94	c #Conflicts:    2296000 | #Constraints:      48327
446.87/448.94	c #Conflicts:    2297000 | #Constraints:      49327
446.87/448.94	c #Conflicts:    2298000 | #Constraints:      50327
446.87/448.94	c #Conflicts:    2299000 | #Constraints:      51327
446.87/448.94	c #Conflicts:    2300000 | #Constraints:      52327
446.87/448.94	c #Conflicts:    2301000 | #Constraints:      53327
446.87/448.94	c #Conflicts:    2302000 | #Constraints:      54327
446.87/448.94	c #Conflicts:    2303000 | #Constraints:      55328
446.87/448.94	c #Conflicts:    2304000 | #Constraints:      56328
446.87/448.94	c #Conflicts:    2305000 | #Constraints:      57328
446.87/448.94	c #Conflicts:    2306000 | #Constraints:      58328
446.87/448.94	c #Conflicts:    2307000 | #Constraints:      59328
446.87/448.94	c #Conflicts:    2308000 | #Constraints:      60328
446.87/448.94	c #Conflicts:    2309000 | #Constraints:      61328
446.87/448.94	c #Conflicts:    2310000 | #Constraints:      62328
446.87/448.94	c #Conflicts:    2311000 | #Constraints:      63328
446.87/448.94	c #Conflicts:    2312000 | #Constraints:      64328
446.87/448.94	c #Conflicts:    2313000 | #Constraints:      65328
446.87/448.94	c #Conflicts:    2314000 | #Constraints:      66328
446.87/448.94	c #Conflicts:    2315000 | #Constraints:      67328
446.87/448.94	c #Conflicts:    2316000 | #Constraints:      68328
446.87/448.94	c INPROCESSING
446.87/448.94	c GARBAGE COLLECT
446.87/448.94	c #Conflicts:    2317000 | #Constraints:      39131
446.87/448.94	c #Conflicts:    2318000 | #Constraints:      40131
446.87/448.94	c #Conflicts:    2319000 | #Constraints:      41131
446.87/448.94	c #Conflicts:    2320000 | #Constraints:      42131
446.87/448.94	c #Conflicts:    2321000 | #Constraints:      43131
446.87/448.94	c #Conflicts:    2322000 | #Constraints:      44131
446.87/448.94	c #Conflicts:    2323000 | #Constraints:      45131
446.87/448.94	c #Conflicts:    2324000 | #Constraints:      46131
446.87/448.94	c #Conflicts:    2325000 | #Constraints:      47131
446.87/448.94	c #Conflicts:    2326000 | #Constraints:      48131
446.87/448.94	c #Conflicts:    2327000 | #Constraints:      49131
446.87/448.94	c #Conflicts:    2328000 | #Constraints:      50131
446.87/448.94	c #Conflicts:    2329000 | #Constraints:      51131
446.87/448.94	c #Conflicts:    2330000 | #Constraints:      52131
446.87/448.94	c #Conflicts:    2331000 | #Constraints:      53131
446.87/448.94	c #Conflicts:    2332000 | #Constraints:      54131
446.87/448.94	c #Conflicts:    2333000 | #Constraints:      55131
446.87/448.94	c #Conflicts:    2334000 | #Constraints:      56131
446.87/448.94	c #Conflicts:    2335000 | #Constraints:      57131
446.87/448.94	c #Conflicts:    2336000 | #Constraints:      58131
446.87/448.94	c #Conflicts:    2337000 | #Constraints:      59131
446.87/448.94	c #Conflicts:    2338000 | #Constraints:      60131
446.87/448.94	c #Conflicts:    2339000 | #Constraints:      61131
446.87/448.94	c #Conflicts:    2340000 | #Constraints:      62131
446.87/448.94	c #Conflicts:    2341000 | #Constraints:      63131
446.87/448.94	c #Conflicts:    2342000 | #Constraints:      64131
446.87/448.94	c #Conflicts:    2343000 | #Constraints:      65131
446.87/448.94	c #Conflicts:    2344000 | #Constraints:      66131
446.87/448.94	c #Conflicts:    2345000 | #Constraints:      67131
446.87/448.94	c #Conflicts:    2346000 | #Constraints:      68131
446.87/448.94	c #Conflicts:    2347000 | #Constraints:      69131
446.87/448.94	c INPROCESSING
446.87/448.94	c GARBAGE COLLECT
446.87/448.94	c #Conflicts:    2348000 | #Constraints:      39725
465.09/467.24	c #Conflicts:    2349000 | #Constraints:      40725
465.09/467.24	c #Conflicts:    2350000 | #Constraints:      41725
465.09/467.24	c #Conflicts:    2351000 | #Constraints:      42725
465.09/467.24	c #Conflicts:    2352000 | #Constraints:      43725
465.09/467.24	c #Conflicts:    2353000 | #Constraints:      44725
465.09/467.24	c #Conflicts:    2354000 | #Constraints:      45725
465.09/467.24	c #Conflicts:    2355000 | #Constraints:      46725
465.09/467.24	c #Conflicts:    2356000 | #Constraints:      47725
465.09/467.24	c #Conflicts:    2357000 | #Constraints:      48725
465.09/467.24	c #Conflicts:    2358000 | #Constraints:      49725
465.09/467.24	c #Conflicts:    2359000 | #Constraints:      50725
465.09/467.24	c #Conflicts:    2360000 | #Constraints:      51725
465.09/467.24	c #Conflicts:    2361000 | #Constraints:      52725
465.09/467.24	c #Conflicts:    2362000 | #Constraints:      53725
465.09/467.24	c #Conflicts:    2363000 | #Constraints:      54725
465.09/467.24	c #Conflicts:    2364000 | #Constraints:      55725
465.09/467.24	c #Conflicts:    2365000 | #Constraints:      56725
465.09/467.24	c #Conflicts:    2366000 | #Constraints:      57725
465.09/467.24	c #Conflicts:    2367000 | #Constraints:      58725
465.09/467.24	c #Conflicts:    2368000 | #Constraints:      59725
465.09/467.24	c #Conflicts:    2369000 | #Constraints:      60725
465.09/467.24	c #Conflicts:    2370000 | #Constraints:      61725
465.09/467.24	c #Conflicts:    2371000 | #Constraints:      62725
465.09/467.24	c #Conflicts:    2372000 | #Constraints:      63725
465.09/467.24	c #Conflicts:    2373000 | #Constraints:      64725
465.09/467.24	c #Conflicts:    2374000 | #Constraints:      65725
465.09/467.24	c #Conflicts:    2375000 | #Constraints:      66725
465.09/467.24	c #Conflicts:    2376000 | #Constraints:      67725
465.09/467.24	c #Conflicts:    2377000 | #Constraints:      68725
465.09/467.24	c #Conflicts:    2378000 | #Constraints:      69725
465.09/467.24	c INPROCESSING
465.09/467.24	c GARBAGE COLLECT
465.09/467.24	c #Conflicts:    2379000 | #Constraints:      40131
465.09/467.24	c #Conflicts:    2380000 | #Constraints:      41131
465.09/467.24	c #Conflicts:    2381000 | #Constraints:      42131
465.09/467.24	c #Conflicts:    2382000 | #Constraints:      43131
465.09/467.24	c #Conflicts:    2383000 | #Constraints:      44131
465.09/467.24	c #Conflicts:    2384000 | #Constraints:      45131
465.09/467.24	c #Conflicts:    2385000 | #Constraints:      46131
465.09/467.24	c #Conflicts:    2386000 | #Constraints:      47131
465.09/467.24	c #Conflicts:    2387000 | #Constraints:      48131
465.09/467.24	c #Conflicts:    2388000 | #Constraints:      49131
465.09/467.24	c #Conflicts:    2389000 | #Constraints:      50131
465.09/467.24	c #Conflicts:    2390000 | #Constraints:      51131
465.09/467.24	c #Conflicts:    2391000 | #Constraints:      52131
465.09/467.24	c #Conflicts:    2392000 | #Constraints:      53131
465.09/467.24	c #Conflicts:    2393000 | #Constraints:      54131
465.09/467.24	c #Conflicts:    2394000 | #Constraints:      55131
465.09/467.24	c #Conflicts:    2395000 | #Constraints:      56131
465.09/467.24	c #Conflicts:    2396000 | #Constraints:      57131
465.09/467.24	c #Conflicts:    2397000 | #Constraints:      58131
465.09/467.24	c #Conflicts:    2398000 | #Constraints:      59131
465.09/467.24	c #Conflicts:    2399000 | #Constraints:      60131
465.09/467.24	c #Conflicts:    2400000 | #Constraints:      61131
465.09/467.24	c #Conflicts:    2401000 | #Constraints:      62131
465.09/467.24	c #Conflicts:    2402000 | #Constraints:      63131
465.09/467.24	c #Conflicts:    2403000 | #Constraints:      64131
465.09/467.24	c #Conflicts:    2404000 | #Constraints:      65131
465.09/467.24	c #Conflicts:    2405000 | #Constraints:      66131
465.09/467.24	c #Conflicts:    2406000 | #Constraints:      67131
465.09/467.24	c #Conflicts:    2407000 | #Constraints:      68131
465.09/467.24	c #Conflicts:    2408000 | #Constraints:      69131
465.09/467.24	c #Conflicts:    2409000 | #Constraints:      70131
465.09/467.24	c INPROCESSING
465.09/467.24	c GARBAGE COLLECT
465.09/467.24	c #Conflicts:    2410000 | #Constraints:      40338
465.09/467.24	c #Conflicts:    2411000 | #Constraints:      41338
465.09/467.24	c #Conflicts:    2412000 | #Constraints:      42338
465.09/467.24	c #Conflicts:    2413000 | #Constraints:      43338
465.09/467.24	c #Conflicts:    2414000 | #Constraints:      44338
465.09/467.24	c #Conflicts:    2415000 | #Constraints:      45338
465.09/467.24	c #Conflicts:    2416000 | #Constraints:      46338
465.09/467.24	c #Conflicts:    2417000 | #Constraints:      47338
465.09/467.24	c #Conflicts:    2418000 | #Constraints:      48338
465.09/467.24	c #Conflicts:    2419000 | #Constraints:      49338
465.09/467.24	c #Conflicts:    2420000 | #Constraints:      50338
465.09/467.24	c #Conflicts:    2421000 | #Constraints:      51338
465.09/467.24	c #Conflicts:    2422000 | #Constraints:      52338
465.09/467.24	c #Conflicts:    2423000 | #Constraints:      53338
465.09/467.24	c #Conflicts:    2424000 | #Constraints:      54338
465.09/467.24	c #Conflicts:    2425000 | #Constraints:      55338
465.09/467.24	c #Conflicts:    2426000 | #Constraints:      56338
481.54/483.72	c #Conflicts:    2427000 | #Constraints:      57338
481.54/483.72	c #Conflicts:    2428000 | #Constraints:      58338
481.54/483.72	c #Conflicts:    2429000 | #Constraints:      59338
481.54/483.72	c #Conflicts:    2430000 | #Constraints:      60338
481.54/483.72	c #Conflicts:    2431000 | #Constraints:      61338
481.54/483.72	c #Conflicts:    2432000 | #Constraints:      62338
481.54/483.72	c #Conflicts:    2433000 | #Constraints:      63338
481.54/483.72	c #Conflicts:    2434000 | #Constraints:      64338
481.54/483.72	c #Conflicts:    2435000 | #Constraints:      65338
481.54/483.72	c #Conflicts:    2436000 | #Constraints:      66338
481.54/483.72	c #Conflicts:    2437000 | #Constraints:      67338
481.54/483.72	c #Conflicts:    2438000 | #Constraints:      68338
481.54/483.72	c #Conflicts:    2439000 | #Constraints:      69338
481.54/483.72	c #Conflicts:    2440000 | #Constraints:      70338
481.54/483.72	c INPROCESSING
481.54/483.72	c GARBAGE COLLECT
481.54/483.72	c #Conflicts:    2441000 | #Constraints:      40327
481.54/483.72	c #Conflicts:    2442000 | #Constraints:      41327
481.54/483.72	c #Conflicts:    2443000 | #Constraints:      42327
481.54/483.72	c #Conflicts:    2444000 | #Constraints:      43327
481.54/483.72	c #Conflicts:    2445000 | #Constraints:      44327
481.54/483.72	c #Conflicts:    2446000 | #Constraints:      45327
481.54/483.72	c #Conflicts:    2447000 | #Constraints:      46327
481.54/483.72	c #Conflicts:    2448000 | #Constraints:      47327
481.54/483.72	c #Conflicts:    2449000 | #Constraints:      48327
481.54/483.72	c #Conflicts:    2450000 | #Constraints:      49327
481.54/483.72	c #Conflicts:    2451000 | #Constraints:      50327
481.54/483.72	c #Conflicts:    2452000 | #Constraints:      51327
481.54/483.72	c #Conflicts:    2453000 | #Constraints:      52327
481.54/483.72	c #Conflicts:    2454000 | #Constraints:      53327
481.54/483.72	c #Conflicts:    2455000 | #Constraints:      54327
481.54/483.72	c #Conflicts:    2456000 | #Constraints:      55327
481.54/483.72	c #Conflicts:    2457000 | #Constraints:      56327
481.54/483.72	c #Conflicts:    2458000 | #Constraints:      57327
481.54/483.72	c #Conflicts:    2459000 | #Constraints:      58327
481.54/483.72	c #Conflicts:    2460000 | #Constraints:      59327
481.54/483.72	c #Conflicts:    2461000 | #Constraints:      60327
481.54/483.72	c #Conflicts:    2462000 | #Constraints:      61327
481.54/483.72	c #Conflicts:    2463000 | #Constraints:      62327
481.54/483.72	c #Conflicts:    2464000 | #Constraints:      63327
481.54/483.72	c #Conflicts:    2465000 | #Constraints:      64327
481.54/483.72	c #Conflicts:    2466000 | #Constraints:      65327
481.54/483.72	c #Conflicts:    2467000 | #Constraints:      66327
481.54/483.72	c #Conflicts:    2468000 | #Constraints:      67327
481.54/483.72	c #Conflicts:    2469000 | #Constraints:      68327
481.54/483.72	c #Conflicts:    2470000 | #Constraints:      69327
481.54/483.72	c #Conflicts:    2471000 | #Constraints:      70327
481.54/483.72	c INPROCESSING
481.54/483.72	c GARBAGE COLLECT
481.54/483.72	c #Conflicts:    2472000 | #Constraints:      40119
481.54/483.72	c #Conflicts:    2473000 | #Constraints:      41119
481.54/483.72	c #Conflicts:    2474000 | #Constraints:      42119
481.54/483.72	c #Conflicts:    2475000 | #Constraints:      43119
481.54/483.72	c #Conflicts:    2476000 | #Constraints:      44119
481.54/483.72	c #Conflicts:    2477000 | #Constraints:      45119
481.54/483.72	c #Conflicts:    2478000 | #Constraints:      46119
481.54/483.72	c #Conflicts:    2479000 | #Constraints:      47119
481.54/483.72	c #Conflicts:    2480000 | #Constraints:      48119
481.54/483.72	c #Conflicts:    2481000 | #Constraints:      49119
481.54/483.72	c #Conflicts:    2482000 | #Constraints:      50119
481.54/483.72	c #Conflicts:    2483000 | #Constraints:      51119
481.54/483.72	c #Conflicts:    2484000 | #Constraints:      52119
481.54/483.72	c #Conflicts:    2485000 | #Constraints:      53119
481.54/483.72	c #Conflicts:    2486000 | #Constraints:      54119
481.54/483.72	c #Conflicts:    2487000 | #Constraints:      55119
481.54/483.72	c #Conflicts:    2488000 | #Constraints:      56119
481.54/483.72	c #Conflicts:    2489000 | #Constraints:      57119
481.54/483.72	c #Conflicts:    2490000 | #Constraints:      58119
481.54/483.72	c #Conflicts:    2491000 | #Constraints:      59119
481.54/483.72	c #Conflicts:    2492000 | #Constraints:      60119
481.54/483.72	c #Conflicts:    2493000 | #Constraints:      61119
481.54/483.72	c #Conflicts:    2494000 | #Constraints:      62119
481.54/483.72	c #Conflicts:    2495000 | #Constraints:      63119
481.54/483.72	c #Conflicts:    2496000 | #Constraints:      64119
481.54/483.72	c #Conflicts:    2497000 | #Constraints:      65119
481.54/483.72	c #Conflicts:    2498000 | #Constraints:      66119
481.54/483.72	c #Conflicts:    2499000 | #Constraints:      67119
481.54/483.72	c #Conflicts:    2500000 | #Constraints:      68119
481.54/483.72	c #Conflicts:    2501000 | #Constraints:      69119
481.54/483.72	c #Conflicts:    2502000 | #Constraints:      70119
481.54/483.72	c #Conflicts:    2503000 | #Constraints:      71119
490.31/492.57	c INPROCESSING
490.31/492.57	c GARBAGE COLLECT
490.31/492.57	c #Conflicts:    2504000 | #Constraints:      40715
490.31/492.57	c #Conflicts:    2505000 | #Constraints:      41715
490.31/492.57	c #Conflicts:    2506000 | #Constraints:      42715
490.31/492.57	c #Conflicts:    2507000 | #Constraints:      43715
490.31/492.57	c #Conflicts:    2508000 | #Constraints:      44715
490.31/492.57	c #Conflicts:    2509000 | #Constraints:      45715
490.31/492.57	c #Conflicts:    2510000 | #Constraints:      46715
490.31/492.57	c #Conflicts:    2511000 | #Constraints:      47715
490.31/492.57	c #Conflicts:    2512000 | #Constraints:      48715
490.31/492.57	c #Conflicts:    2513000 | #Constraints:      49715
490.31/492.57	c #Conflicts:    2514000 | #Constraints:      50715
490.31/492.57	c #Conflicts:    2515000 | #Constraints:      51715
490.31/492.57	c #Conflicts:    2516000 | #Constraints:      52715
490.31/492.57	c #Conflicts:    2517000 | #Constraints:      53715
490.31/492.57	c #Conflicts:    2518000 | #Constraints:      54715
490.31/492.57	c #Conflicts:    2519000 | #Constraints:      55715
490.31/492.57	c #Conflicts:    2520000 | #Constraints:      56715
490.31/492.57	c #Conflicts:    2521000 | #Constraints:      57715
490.31/492.57	c #Conflicts:    2522000 | #Constraints:      58715
490.31/492.57	c #Conflicts:    2523000 | #Constraints:      59715
490.31/492.57	c #Conflicts:    2524000 | #Constraints:      60715
490.31/492.57	c #Conflicts:    2525000 | #Constraints:      61715
490.31/492.57	c #Conflicts:    2526000 | #Constraints:      62715
490.31/492.57	c #Conflicts:    2527000 | #Constraints:      63715
490.31/492.57	c #Conflicts:    2528000 | #Constraints:      64715
490.31/492.57	c #Conflicts:    2529000 | #Constraints:      65715
490.31/492.57	c #Conflicts:    2530000 | #Constraints:      66715
490.31/492.57	c #Conflicts:    2531000 | #Constraints:      67715
490.31/492.57	c #Conflicts:    2532000 | #Constraints:      68715
490.31/492.57	c #Conflicts:    2533000 | #Constraints:      69716
490.31/492.57	c #Conflicts:    2534000 | #Constraints:      70716
490.31/492.57	c #Conflicts:    2535000 | #Constraints:      71716
490.31/492.57	c INPROCESSING
490.31/492.57	c GARBAGE COLLECT
490.31/492.57	c rational objective 327.28
504.03/506.31	c #Conflicts:    2536000 | #Constraints:      41115
504.03/506.31	c #Conflicts:    2537000 | #Constraints:      42115
504.03/506.31	c #Conflicts:    2538000 | #Constraints:      43115
504.03/506.31	c #Conflicts:    2539000 | #Constraints:      44115
504.03/506.31	c #Conflicts:    2540000 | #Constraints:      45115
504.03/506.31	c #Conflicts:    2541000 | #Constraints:      46115
504.03/506.31	c #Conflicts:    2542000 | #Constraints:      47115
504.03/506.31	c #Conflicts:    2543000 | #Constraints:      48115
504.03/506.31	c #Conflicts:    2544000 | #Constraints:      49115
504.03/506.31	c #Conflicts:    2545000 | #Constraints:      50115
504.03/506.31	c #Conflicts:    2546000 | #Constraints:      51115
504.03/506.31	c #Conflicts:    2547000 | #Constraints:      52115
504.03/506.31	c #Conflicts:    2548000 | #Constraints:      53115
504.03/506.31	c #Conflicts:    2549000 | #Constraints:      54115
504.03/506.31	c #Conflicts:    2550000 | #Constraints:      55115
504.03/506.31	c #Conflicts:    2551000 | #Constraints:      56115
504.03/506.31	c #Conflicts:    2552000 | #Constraints:      57115
504.03/506.31	c #Conflicts:    2553000 | #Constraints:      58115
504.03/506.31	c #Conflicts:    2554000 | #Constraints:      59115
504.03/506.31	c #Conflicts:    2555000 | #Constraints:      60115
504.03/506.31	c #Conflicts:    2556000 | #Constraints:      61115
504.03/506.31	c #Conflicts:    2557000 | #Constraints:      62115
504.03/506.31	c #Conflicts:    2558000 | #Constraints:      63115
504.03/506.31	c #Conflicts:    2559000 | #Constraints:      64115
504.03/506.31	c #Conflicts:    2560000 | #Constraints:      65115
504.03/506.31	c #Conflicts:    2561000 | #Constraints:      66115
504.03/506.31	c #Conflicts:    2562000 | #Constraints:      67115
504.03/506.31	c #Conflicts:    2563000 | #Constraints:      68115
504.03/506.31	c #Conflicts:    2564000 | #Constraints:      69115
504.03/506.31	c #Conflicts:    2565000 | #Constraints:      70115
504.03/506.31	c #Conflicts:    2566000 | #Constraints:      71115
504.03/506.31	c #Conflicts:    2567000 | #Constraints:      72115
504.03/506.31	c INPROCESSING
504.03/506.31	c GARBAGE COLLECT
504.03/506.31	c #Conflicts:    2568000 | #Constraints:      41317
504.03/506.31	c #Conflicts:    2569000 | #Constraints:      42317
504.03/506.31	c #Conflicts:    2570000 | #Constraints:      43317
504.03/506.31	c #Conflicts:    2571000 | #Constraints:      44317
504.03/506.31	c #Conflicts:    2572000 | #Constraints:      45317
504.03/506.31	c #Conflicts:    2573000 | #Constraints:      46317
504.03/506.31	c #Conflicts:    2574000 | #Constraints:      47317
504.03/506.31	c #Conflicts:    2575000 | #Constraints:      48317
504.03/506.31	c #Conflicts:    2576000 | #Constraints:      49317
504.03/506.31	c #Conflicts:    2577000 | #Constraints:      50317
504.03/506.31	c #Conflicts:    2578000 | #Constraints:      51317
504.03/506.31	c #Conflicts:    2579000 | #Constraints:      52317
504.03/506.31	c #Conflicts:    2580000 | #Constraints:      53317
504.03/506.31	c #Conflicts:    2581000 | #Constraints:      54317
504.03/506.31	c #Conflicts:    2582000 | #Constraints:      55317
504.03/506.31	c #Conflicts:    2583000 | #Constraints:      56317
504.03/506.31	c #Conflicts:    2584000 | #Constraints:      57317
504.03/506.31	c #Conflicts:    2585000 | #Constraints:      58317
504.03/506.31	c #Conflicts:    2586000 | #Constraints:      59317
504.03/506.31	c #Conflicts:    2587000 | #Constraints:      60317
504.03/506.31	c #Conflicts:    2588000 | #Constraints:      61317
504.03/506.31	c #Conflicts:    2589000 | #Constraints:      62317
504.03/506.31	c #Conflicts:    2590000 | #Constraints:      63317
504.03/506.31	c #Conflicts:    2591000 | #Constraints:      64317
504.03/506.31	c #Conflicts:    2592000 | #Constraints:      65317
504.03/506.31	c #Conflicts:    2593000 | #Constraints:      66317
504.03/506.31	c #Conflicts:    2594000 | #Constraints:      67317
504.03/506.31	c #Conflicts:    2595000 | #Constraints:      68317
504.03/506.31	c #Conflicts:    2596000 | #Constraints:      69317
504.03/506.31	WSVECS04 Frhs2[16]: 6 -1.71434 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[26]: 6 -1.71431 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[27]: 6 -1.71434 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[31]: 6 -1.71434 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[33]: 6 -1.71435 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[51]: 6 0 4.57152 shouldn't be
504.03/506.31	WSVECS04 Frhs2[53]: 6 0 3.1429 shouldn't be
504.03/506.31	WSVECS04 Frhs2[54]: 6 -3.00009 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[56]: 6 -0.42867 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[57]: 6 -1.28579 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[58]: 6 -4.00005 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[61]: 6 0 4.42867 shouldn't be
504.03/506.31	WSVECS04 Frhs2[65]: 6 -1.0001 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[101]: 6 -1.00002 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[108]: 6 0 2.00008 shouldn't be
504.03/506.31	WSVECS04 Frhs2[150]: 6 0 1.71437 shouldn't be
504.03/506.31	WSVECS04 Frhs2[173]: 6 0 1.00005 shouldn't be
504.03/506.31	WSVECS04 Frhs2[187]: 6 0 1.00007 shouldn't be
504.03/506.31	WSVECS04 Frhs2[224]: 6 0 1.00003 shouldn't be
504.03/506.31	WSVECS04 Frhs2[413]: 6 -1.00007 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[444]: 6 0 1.00003 shouldn't be
504.03/506.31	WSVECS04 Frhs2[456]: 6 -1.00008 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[471]: 6 -1.00005 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[494]: 6 0 1.00009 shouldn't be
504.03/506.31	WSVECS04 Frhs2[515]: 6 0 1.57147 shouldn't be
504.03/506.31	WSVECS04 Frhs2[524]: 6 0 1.00007 shouldn't be
504.03/506.31	WSVECS04 Frhs2[555]: 6 0 1.57145 shouldn't be
504.03/506.31	WSVECS04 Frhs2[561]: 6 0 1.00003 shouldn't be
504.03/506.31	WSVECS04 Frhs2[570]: 6 -1.00003 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[571]: 6 -1.00006 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[578]: 6 0 0.714369 shouldn't be
504.03/506.31	WSVECS04 Frhs2[606]: 6 0 1.00001 shouldn't be
504.03/506.31	WSVECS04 Frhs2[609]: 6 0 1.00003 shouldn't be
504.03/506.31	WSVECS04 Frhs2[632]: 6 0 1.00006 shouldn't be
504.03/506.31	WSVECS04 Frhs2[644]: 6 0 1.00002 shouldn't be
504.03/506.31	WSVECS04 Frhs2[654]: 6 0 1.00002 shouldn't be
504.03/506.31	WSVECS04 Frhs2[694]: 6 -1.00009 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[695]: 6 0 2.00007 shouldn't be
504.03/506.31	WSVECS04 Frhs2[705]: 6 0 1.00003 shouldn't be
504.03/506.31	WSVECS04 Frhs2[732]: 6 0 1.00004 shouldn't be
504.03/506.31	WSVECS04 Frhs2[734]: 6 0 2.00005 shouldn't be
504.03/506.31	WSVECS04 Frhs2[764]: 6 0 1.00005 shouldn't be
504.03/506.31	WSVECS04 Frhs2[765]: 6 0 1.00002 shouldn't be
504.03/506.31	WSVECS04 Frhs2[770]: 6 0 0.714339 shouldn't be
504.03/506.31	WSVECS04 Frhs2[772]: 6 0 4.00008 shouldn't be
504.03/506.31	WSVECS04 Frhs2[799]: 6 0 1.00004 shouldn't be
504.03/506.31	WSVECS04 Frhs2[804]: 6 0 1.00005 shouldn't be
504.03/506.31	WSVECS04 Frhs2[811]: 6 0 2.00003 shouldn't be
504.03/506.31	WSVECS04 Frhs2[844]: 6 0 1.00002 shouldn't be
504.03/506.31	WSVECS04 Frhs2[845]: 6 0 1.00002 shouldn't be
504.03/506.31	WSVECS04 Frhs2[850]: 6 0 1.00007 shouldn't be
504.03/506.31	WSVECS04 Frhs2[864]: 6 -1.00007 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[872]: 6 -1.00001 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[881]: 6 0 1.00004 shouldn't be
504.03/506.31	WSVECS04 Frhs2[889]: 6 0 1.00007 shouldn't be
504.03/506.31	WSVECS04 Frhs2[901]: 6 0 1.00005 shouldn't be
504.03/506.31	WSVECS04 Frhs2[921]: 6 0 1.00005 shouldn't be
504.03/506.31	WSVECS04 Frhs2[930]: 6 0 1.00003 shouldn't be
504.03/506.31	WSVECS04 Frhs2[954]: 6 -1.00001 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[964]: 6 0 1.0001 shouldn't be
504.03/506.31	WSVECS04 Frhs2[967]: 6 0 2.42864 shouldn't be
504.03/506.31	WSVECS04 Frhs2[970]: 6 0 1.00008 shouldn't be
504.03/506.31	WSVECS04 Frhs2[990]: 6 0 1.00004 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1005]: 6 0 3.00006 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1028]: 6 0 1.71434 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1029]: 6 -1.00008 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1036]: 6 0 1.00002 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1068]: 6 0 1.71431 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1076]: 6 0 1.00006 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1081]: 6 0 1.00006 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1101]: 6 0 1.00008 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1115]: 6 0 1.00006 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1116]: 6 0 1.00006 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1124]: 6 0 1.00002 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1134]: 6 0 1.00002 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1140]: 6 -1.00003 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1164]: 6 0 1.00009 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1174]: 6 0 1.00001 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1187]: 6 0 1.00006 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1191]: 6 -1.00008 0 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1193]: 6 0 3.00002 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1195]: 6 0 1.00007 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1252]: 6 0 1.00007 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1267]: 6 0 1.00005 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1275]: 6 0 1.00004 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1292]: 6 0 1.00003 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1315]: 6 0 1.00007 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1320]: 6 0 1.00009 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1673]: 6 0 1.00006 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1702]: 6 0 1.0001 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1713]: 6 0 1.00005 shouldn't be
504.03/506.31	WSVECS04 Frhs2[1850]: 6 -2.00003 0 shouldn't be
513.71/516.02	c #Conflicts:    2597000 | #Constraints:      70317
513.71/516.02	c #Conflicts:    2598000 | #Constraints:      71317
513.71/516.02	c #Conflicts:    2599000 | #Constraints:      72317
513.71/516.02	c INPROCESSING
513.71/516.02	c GARBAGE COLLECT
513.71/516.02	c #Conflicts:    2600000 | #Constraints:      41316
513.71/516.02	c #Conflicts:    2601000 | #Constraints:      42316
513.71/516.02	c #Conflicts:    2602000 | #Constraints:      43316
513.71/516.02	c #Conflicts:    2603000 | #Constraints:      44316
513.71/516.02	c #Conflicts:    2604000 | #Constraints:      45316
513.71/516.02	c #Conflicts:    2605000 | #Constraints:      46316
513.71/516.02	c #Conflicts:    2606000 | #Constraints:      47316
513.71/516.02	c #Conflicts:    2607000 | #Constraints:      48316
513.71/516.02	c #Conflicts:    2608000 | #Constraints:      49316
513.71/516.02	c #Conflicts:    2609000 | #Constraints:      50316
513.71/516.02	c #Conflicts:    2610000 | #Constraints:      51316
513.71/516.02	c #Conflicts:    2611000 | #Constraints:      52316
513.71/516.02	c #Conflicts:    2612000 | #Constraints:      53316
513.71/516.02	c #Conflicts:    2613000 | #Constraints:      54316
513.71/516.02	c #Conflicts:    2614000 | #Constraints:      55316
513.71/516.02	c #Conflicts:    2615000 | #Constraints:      56316
513.71/516.02	c #Conflicts:    2616000 | #Constraints:      57316
513.71/516.02	c #Conflicts:    2617000 | #Constraints:      58316
513.71/516.02	c #Conflicts:    2618000 | #Constraints:      59316
513.71/516.02	c #Conflicts:    2619000 | #Constraints:      60316
513.71/516.02	c #Conflicts:    2620000 | #Constraints:      61316
513.71/516.02	c #Conflicts:    2621000 | #Constraints:      62316
513.71/516.02	c #Conflicts:    2622000 | #Constraints:      63316
513.71/516.02	c #Conflicts:    2623000 | #Constraints:      64316
513.71/516.02	c #Conflicts:    2624000 | #Constraints:      65316
513.71/516.02	c #Conflicts:    2625000 | #Constraints:      66316
513.71/516.02	c #Conflicts:    2626000 | #Constraints:      67316
513.71/516.02	c #Conflicts:    2627000 | #Constraints:      68316
513.71/516.02	c #Conflicts:    2628000 | #Constraints:      69316
513.71/516.02	c #Conflicts:    2629000 | #Constraints:      70316
513.71/516.02	c #Conflicts:    2630000 | #Constraints:      71316
513.71/516.02	c #Conflicts:    2631000 | #Constraints:      72316
513.71/516.02	c INPROCESSING
513.71/516.02	c GARBAGE COLLECT
513.71/516.02	c rational objective 327.28
530.92/533.34	c #Conflicts:    2632000 | #Constraints:      41119
530.92/533.34	c #Conflicts:    2633000 | #Constraints:      42119
530.92/533.34	c #Conflicts:    2634000 | #Constraints:      43119
530.92/533.34	c #Conflicts:    2635000 | #Constraints:      44119
530.92/533.34	c #Conflicts:    2636000 | #Constraints:      45119
530.92/533.34	c #Conflicts:    2637000 | #Constraints:      46119
530.92/533.34	c #Conflicts:    2638000 | #Constraints:      47119
530.92/533.34	c #Conflicts:    2639000 | #Constraints:      48119
530.92/533.34	c #Conflicts:    2640000 | #Constraints:      49119
530.92/533.34	c #Conflicts:    2641000 | #Constraints:      50119
530.92/533.34	c #Conflicts:    2642000 | #Constraints:      51119
530.92/533.34	c #Conflicts:    2643000 | #Constraints:      52119
530.92/533.34	c #Conflicts:    2644000 | #Constraints:      53119
530.92/533.34	c #Conflicts:    2645000 | #Constraints:      54119
530.92/533.34	c #Conflicts:    2646000 | #Constraints:      55119
530.92/533.34	c #Conflicts:    2647000 | #Constraints:      56119
530.92/533.34	c #Conflicts:    2648000 | #Constraints:      57119
530.92/533.34	c #Conflicts:    2649000 | #Constraints:      58119
530.92/533.34	c #Conflicts:    2650000 | #Constraints:      59119
530.92/533.34	c #Conflicts:    2651000 | #Constraints:      60119
530.92/533.34	c #Conflicts:    2652000 | #Constraints:      61119
530.92/533.34	c #Conflicts:    2653000 | #Constraints:      62119
530.92/533.34	c #Conflicts:    2654000 | #Constraints:      63119
530.92/533.34	c #Conflicts:    2655000 | #Constraints:      64119
530.92/533.34	c #Conflicts:    2656000 | #Constraints:      65119
530.92/533.34	c #Conflicts:    2657000 | #Constraints:      66119
530.92/533.34	c #Conflicts:    2658000 | #Constraints:      67119
530.92/533.34	c #Conflicts:    2659000 | #Constraints:      68119
530.92/533.34	c #Conflicts:    2660000 | #Constraints:      69119
530.92/533.34	c #Conflicts:    2661000 | #Constraints:      70119
530.92/533.34	c #Conflicts:    2662000 | #Constraints:      71119
530.92/533.34	c #Conflicts:    2663000 | #Constraints:      72119
530.92/533.34	c #Conflicts:    2664000 | #Constraints:      73119
530.92/533.34	c INPROCESSING
530.92/533.34	c GARBAGE COLLECT
530.92/533.34	c #Conflicts:    2665000 | #Constraints:      41720
530.92/533.34	c #Conflicts:    2666000 | #Constraints:      42720
530.92/533.34	c #Conflicts:    2667000 | #Constraints:      43720
530.92/533.34	c #Conflicts:    2668000 | #Constraints:      44720
530.92/533.34	c #Conflicts:    2669000 | #Constraints:      45720
530.92/533.34	c #Conflicts:    2670000 | #Constraints:      46720
530.92/533.34	c #Conflicts:    2671000 | #Constraints:      47720
530.92/533.34	c #Conflicts:    2672000 | #Constraints:      48720
530.92/533.34	c #Conflicts:    2673000 | #Constraints:      49720
530.92/533.34	c #Conflicts:    2674000 | #Constraints:      50720
530.92/533.34	c #Conflicts:    2675000 | #Constraints:      51720
530.92/533.34	c #Conflicts:    2676000 | #Constraints:      52720
530.92/533.34	c #Conflicts:    2677000 | #Constraints:      53720
530.92/533.34	c #Conflicts:    2678000 | #Constraints:      54720
530.92/533.34	c #Conflicts:    2679000 | #Constraints:      55720
530.92/533.34	c #Conflicts:    2680000 | #Constraints:      56720
530.92/533.34	c #Conflicts:    2681000 | #Constraints:      57720
530.92/533.34	c #Conflicts:    2682000 | #Constraints:      58720
530.92/533.34	c #Conflicts:    2683000 | #Constraints:      59720
530.92/533.34	c #Conflicts:    2684000 | #Constraints:      60720
530.92/533.34	c #Conflicts:    2685000 | #Constraints:      61720
530.92/533.34	c #Conflicts:    2686000 | #Constraints:      62720
530.92/533.34	c #Conflicts:    2687000 | #Constraints:      63720
530.92/533.34	c #Conflicts:    2688000 | #Constraints:      64720
530.92/533.34	c #Conflicts:    2689000 | #Constraints:      65720
530.92/533.34	c #Conflicts:    2690000 | #Constraints:      66720
530.92/533.34	c #Conflicts:    2691000 | #Constraints:      67720
530.92/533.34	c #Conflicts:    2692000 | #Constraints:      68720
530.92/533.34	c #Conflicts:    2693000 | #Constraints:      69720
530.92/533.34	c #Conflicts:    2694000 | #Constraints:      70720
530.92/533.34	c #Conflicts:    2695000 | #Constraints:      71720
530.92/533.34	c #Conflicts:    2696000 | #Constraints:      72720
530.92/533.34	c #Conflicts:    2697000 | #Constraints:      73720
530.92/533.34	c INPROCESSING
530.92/533.34	c GARBAGE COLLECT
530.92/533.34	c #Conflicts:    2698000 | #Constraints:      42120
530.92/533.34	c #Conflicts:    2699000 | #Constraints:      43120
530.92/533.34	c #Conflicts:    2700000 | #Constraints:      44120
530.92/533.34	c #Conflicts:    2701000 | #Constraints:      45120
530.92/533.34	c #Conflicts:    2702000 | #Constraints:      46120
530.92/533.34	c #Conflicts:    2703000 | #Constraints:      47120
530.92/533.34	c #Conflicts:    2704000 | #Constraints:      48120
530.92/533.34	c #Conflicts:    2705000 | #Constraints:      49120
530.92/533.34	c #Conflicts:    2706000 | #Constraints:      50120
530.92/533.34	c #Conflicts:    2707000 | #Constraints:      51120
530.92/533.34	c #Conflicts:    2708000 | #Constraints:      52120
530.92/533.34	c #Conflicts:    2709000 | #Constraints:      53120
548.07/550.55	c #Conflicts:    2710000 | #Constraints:      54120
548.07/550.55	c #Conflicts:    2711000 | #Constraints:      55120
548.07/550.55	c #Conflicts:    2712000 | #Constraints:      56120
548.07/550.55	c #Conflicts:    2713000 | #Constraints:      57120
548.07/550.55	c #Conflicts:    2714000 | #Constraints:      58120
548.07/550.55	c #Conflicts:    2715000 | #Constraints:      59120
548.07/550.55	c #Conflicts:    2716000 | #Constraints:      60120
548.07/550.55	c #Conflicts:    2717000 | #Constraints:      61120
548.07/550.55	c #Conflicts:    2718000 | #Constraints:      62120
548.07/550.55	c #Conflicts:    2719000 | #Constraints:      63120
548.07/550.55	c #Conflicts:    2720000 | #Constraints:      64120
548.07/550.55	c #Conflicts:    2721000 | #Constraints:      65120
548.07/550.55	c #Conflicts:    2722000 | #Constraints:      66120
548.07/550.55	c #Conflicts:    2723000 | #Constraints:      67120
548.07/550.55	c #Conflicts:    2724000 | #Constraints:      68120
548.07/550.55	c #Conflicts:    2725000 | #Constraints:      69120
548.07/550.55	c #Conflicts:    2726000 | #Constraints:      70120
548.07/550.55	c #Conflicts:    2727000 | #Constraints:      71120
548.07/550.55	c #Conflicts:    2728000 | #Constraints:      72120
548.07/550.55	c #Conflicts:    2729000 | #Constraints:      73120
548.07/550.55	c #Conflicts:    2730000 | #Constraints:      74120
548.07/550.55	c INPROCESSING
548.07/550.55	c GARBAGE COLLECT
548.07/550.55	c #Conflicts:    2731000 | #Constraints:      42320
548.07/550.55	c #Conflicts:    2732000 | #Constraints:      43320
548.07/550.55	c #Conflicts:    2733000 | #Constraints:      44320
548.07/550.55	c #Conflicts:    2734000 | #Constraints:      45320
548.07/550.55	c #Conflicts:    2735000 | #Constraints:      46320
548.07/550.55	c #Conflicts:    2736000 | #Constraints:      47320
548.07/550.55	c #Conflicts:    2737000 | #Constraints:      48320
548.07/550.55	c #Conflicts:    2738000 | #Constraints:      49320
548.07/550.55	c #Conflicts:    2739000 | #Constraints:      50320
548.07/550.55	c #Conflicts:    2740000 | #Constraints:      51320
548.07/550.55	c #Conflicts:    2741000 | #Constraints:      52320
548.07/550.55	c #Conflicts:    2742000 | #Constraints:      53320
548.07/550.55	c #Conflicts:    2743000 | #Constraints:      54320
548.07/550.55	c #Conflicts:    2744000 | #Constraints:      55320
548.07/550.55	c #Conflicts:    2745000 | #Constraints:      56320
548.07/550.55	c #Conflicts:    2746000 | #Constraints:      57320
548.07/550.55	c #Conflicts:    2747000 | #Constraints:      58320
548.07/550.55	c #Conflicts:    2748000 | #Constraints:      59320
548.07/550.55	c #Conflicts:    2749000 | #Constraints:      60320
548.07/550.55	c #Conflicts:    2750000 | #Constraints:      61320
548.07/550.55	c #Conflicts:    2751000 | #Constraints:      62320
548.07/550.55	c #Conflicts:    2752000 | #Constraints:      63320
548.07/550.55	c #Conflicts:    2753000 | #Constraints:      64320
548.07/550.55	c #Conflicts:    2754000 | #Constraints:      65320
548.07/550.55	c #Conflicts:    2755000 | #Constraints:      66320
548.07/550.55	c #Conflicts:    2756000 | #Constraints:      67320
548.07/550.55	c #Conflicts:    2757000 | #Constraints:      68320
548.07/550.55	c #Conflicts:    2758000 | #Constraints:      69320
548.07/550.55	c #Conflicts:    2759000 | #Constraints:      70320
548.07/550.55	c #Conflicts:    2760000 | #Constraints:      71320
548.07/550.55	c #Conflicts:    2761000 | #Constraints:      72320
548.07/550.55	c #Conflicts:    2762000 | #Constraints:      73320
548.07/550.55	c #Conflicts:    2763000 | #Constraints:      74320
548.07/550.55	c INPROCESSING
548.07/550.55	c GARBAGE COLLECT
548.07/550.55	c #Conflicts:    2764000 | #Constraints:      42324
548.07/550.55	c #Conflicts:    2765000 | #Constraints:      43324
548.07/550.55	c #Conflicts:    2766000 | #Constraints:      44324
548.07/550.55	c #Conflicts:    2767000 | #Constraints:      45324
548.07/550.55	c #Conflicts:    2768000 | #Constraints:      46324
548.07/550.55	c #Conflicts:    2769000 | #Constraints:      47324
548.07/550.55	c #Conflicts:    2770000 | #Constraints:      48324
548.07/550.55	c #Conflicts:    2771000 | #Constraints:      49324
548.07/550.55	c #Conflicts:    2772000 | #Constraints:      50324
548.07/550.55	c #Conflicts:    2773000 | #Constraints:      51324
548.07/550.55	c #Conflicts:    2774000 | #Constraints:      52324
548.07/550.55	c #Conflicts:    2775000 | #Constraints:      53324
548.07/550.55	c #Conflicts:    2776000 | #Constraints:      54324
548.07/550.55	c #Conflicts:    2777000 | #Constraints:      55324
548.07/550.55	c #Conflicts:    2778000 | #Constraints:      56324
548.07/550.55	c #Conflicts:    2779000 | #Constraints:      57324
548.07/550.55	c #Conflicts:    2780000 | #Constraints:      58324
548.07/550.55	c #Conflicts:    2781000 | #Constraints:      59324
548.07/550.55	c #Conflicts:    2782000 | #Constraints:      60324
548.07/550.55	c #Conflicts:    2783000 | #Constraints:      61324
548.07/550.55	c #Conflicts:    2784000 | #Constraints:      62324
548.07/550.55	c #Conflicts:    2785000 | #Constraints:      63324
548.07/550.55	c #Conflicts:    2786000 | #Constraints:      64324
565.88/568.42	c #Conflicts:    2787000 | #Constraints:      65324
565.88/568.42	c #Conflicts:    2788000 | #Constraints:      66324
565.88/568.42	c #Conflicts:    2789000 | #Constraints:      67324
565.88/568.42	c #Conflicts:    2790000 | #Constraints:      68324
565.88/568.42	c #Conflicts:    2791000 | #Constraints:      69324
565.88/568.42	c #Conflicts:    2792000 | #Constraints:      70324
565.88/568.42	c #Conflicts:    2793000 | #Constraints:      71324
565.88/568.42	c #Conflicts:    2794000 | #Constraints:      72324
565.88/568.42	c #Conflicts:    2795000 | #Constraints:      73324
565.88/568.42	c #Conflicts:    2796000 | #Constraints:      74324
565.88/568.42	c INPROCESSING
565.88/568.42	c GARBAGE COLLECT
565.88/568.42	c #Conflicts:    2797000 | #Constraints:      42122
565.88/568.42	c #Conflicts:    2798000 | #Constraints:      43122
565.88/568.42	c #Conflicts:    2799000 | #Constraints:      44122
565.88/568.42	c #Conflicts:    2800000 | #Constraints:      45122
565.88/568.42	c #Conflicts:    2801000 | #Constraints:      46122
565.88/568.42	c #Conflicts:    2802000 | #Constraints:      47122
565.88/568.42	c #Conflicts:    2803000 | #Constraints:      48122
565.88/568.42	c #Conflicts:    2804000 | #Constraints:      49122
565.88/568.42	c #Conflicts:    2805000 | #Constraints:      50122
565.88/568.42	c #Conflicts:    2806000 | #Constraints:      51122
565.88/568.42	c #Conflicts:    2807000 | #Constraints:      52122
565.88/568.42	c #Conflicts:    2808000 | #Constraints:      53122
565.88/568.42	c #Conflicts:    2809000 | #Constraints:      54122
565.88/568.42	c #Conflicts:    2810000 | #Constraints:      55122
565.88/568.42	c #Conflicts:    2811000 | #Constraints:      56122
565.88/568.42	c #Conflicts:    2812000 | #Constraints:      57122
565.88/568.42	c #Conflicts:    2813000 | #Constraints:      58122
565.88/568.42	c #Conflicts:    2814000 | #Constraints:      59122
565.88/568.42	c #Conflicts:    2815000 | #Constraints:      60122
565.88/568.42	c #Conflicts:    2816000 | #Constraints:      61123
565.88/568.42	c #Conflicts:    2817000 | #Constraints:      62123
565.88/568.42	c #Conflicts:    2818000 | #Constraints:      63123
565.88/568.42	c #Conflicts:    2819000 | #Constraints:      64123
565.88/568.42	c #Conflicts:    2820000 | #Constraints:      65123
565.88/568.42	c #Conflicts:    2821000 | #Constraints:      66123
565.88/568.42	c #Conflicts:    2822000 | #Constraints:      67123
565.88/568.42	c #Conflicts:    2823000 | #Constraints:      68123
565.88/568.42	c #Conflicts:    2824000 | #Constraints:      69123
565.88/568.42	c #Conflicts:    2825000 | #Constraints:      70123
565.88/568.42	c #Conflicts:    2826000 | #Constraints:      71123
565.88/568.42	c #Conflicts:    2827000 | #Constraints:      72123
565.88/568.42	c #Conflicts:    2828000 | #Constraints:      73123
565.88/568.42	c #Conflicts:    2829000 | #Constraints:      74123
565.88/568.42	c #Conflicts:    2830000 | #Constraints:      75123
565.88/568.42	c INPROCESSING
565.88/568.42	c GARBAGE COLLECT
565.88/568.42	c #Conflicts:    2831000 | #Constraints:      42726
565.88/568.42	c #Conflicts:    2832000 | #Constraints:      43726
565.88/568.42	c #Conflicts:    2833000 | #Constraints:      44726
565.88/568.42	c #Conflicts:    2834000 | #Constraints:      45726
565.88/568.42	c #Conflicts:    2835000 | #Constraints:      46726
565.88/568.42	c #Conflicts:    2836000 | #Constraints:      47726
565.88/568.42	c #Conflicts:    2837000 | #Constraints:      48726
565.88/568.42	c #Conflicts:    2838000 | #Constraints:      49726
565.88/568.42	c #Conflicts:    2839000 | #Constraints:      50726
565.88/568.42	c #Conflicts:    2840000 | #Constraints:      51726
565.88/568.42	c #Conflicts:    2841000 | #Constraints:      52726
565.88/568.42	c #Conflicts:    2842000 | #Constraints:      53726
565.88/568.42	c #Conflicts:    2843000 | #Constraints:      54726
565.88/568.42	c #Conflicts:    2844000 | #Constraints:      55726
565.88/568.42	c #Conflicts:    2845000 | #Constraints:      56726
565.88/568.42	c #Conflicts:    2846000 | #Constraints:      57726
565.88/568.42	c #Conflicts:    2847000 | #Constraints:      58726
565.88/568.42	c #Conflicts:    2848000 | #Constraints:      59727
565.88/568.42	c #Conflicts:    2849000 | #Constraints:      60727
565.88/568.42	c #Conflicts:    2850000 | #Constraints:      61727
565.88/568.42	c #Conflicts:    2851000 | #Constraints:      62727
565.88/568.42	c #Conflicts:    2852000 | #Constraints:      63727
565.88/568.42	c #Conflicts:    2853000 | #Constraints:      64727
565.88/568.42	c #Conflicts:    2854000 | #Constraints:      65727
565.88/568.42	c #Conflicts:    2855000 | #Constraints:      66727
565.88/568.42	c #Conflicts:    2856000 | #Constraints:      67727
565.88/568.42	c #Conflicts:    2857000 | #Constraints:      68727
565.88/568.42	c #Conflicts:    2858000 | #Constraints:      69727
565.88/568.42	c #Conflicts:    2859000 | #Constraints:      70728
565.88/568.42	c #Conflicts:    2860000 | #Constraints:      71728
565.88/568.42	c #Conflicts:    2861000 | #Constraints:      72728
565.88/568.42	c #Conflicts:    2862000 | #Constraints:      73728
565.88/568.42	c #Conflicts:    2863000 | #Constraints:      74728
565.88/568.42	c #Conflicts:    2864000 | #Constraints:      75728
583.63/586.24	c INPROCESSING
583.63/586.24	c GARBAGE COLLECT
583.63/586.24	c #Conflicts:    2865000 | #Constraints:      43126
583.63/586.24	c #Conflicts:    2866000 | #Constraints:      44126
583.63/586.24	c #Conflicts:    2867000 | #Constraints:      45126
583.63/586.24	c #Conflicts:    2868000 | #Constraints:      46126
583.63/586.24	c #Conflicts:    2869000 | #Constraints:      47126
583.63/586.24	c #Conflicts:    2870000 | #Constraints:      48126
583.63/586.24	c #Conflicts:    2871000 | #Constraints:      49126
583.63/586.24	c #Conflicts:    2872000 | #Constraints:      50126
583.63/586.24	c #Conflicts:    2873000 | #Constraints:      51126
583.63/586.24	c #Conflicts:    2874000 | #Constraints:      52126
583.63/586.24	c #Conflicts:    2875000 | #Constraints:      53126
583.63/586.24	c #Conflicts:    2876000 | #Constraints:      54126
583.63/586.24	c #Conflicts:    2877000 | #Constraints:      55126
583.63/586.24	c #Conflicts:    2878000 | #Constraints:      56126
583.63/586.24	c #Conflicts:    2879000 | #Constraints:      57126
583.63/586.24	c #Conflicts:    2880000 | #Constraints:      58126
583.63/586.24	c #Conflicts:    2881000 | #Constraints:      59126
583.63/586.24	c #Conflicts:    2882000 | #Constraints:      60126
583.63/586.24	c #Conflicts:    2883000 | #Constraints:      61126
583.63/586.24	c #Conflicts:    2884000 | #Constraints:      62126
583.63/586.24	c #Conflicts:    2885000 | #Constraints:      63126
583.63/586.24	c #Conflicts:    2886000 | #Constraints:      64126
583.63/586.24	c #Conflicts:    2887000 | #Constraints:      65126
583.63/586.24	c #Conflicts:    2888000 | #Constraints:      66126
583.63/586.24	c #Conflicts:    2889000 | #Constraints:      67126
583.63/586.24	c #Conflicts:    2890000 | #Constraints:      68126
583.63/586.24	c #Conflicts:    2891000 | #Constraints:      69126
583.63/586.24	c #Conflicts:    2892000 | #Constraints:      70126
583.63/586.24	c #Conflicts:    2893000 | #Constraints:      71126
583.63/586.24	c #Conflicts:    2894000 | #Constraints:      72126
583.63/586.24	c #Conflicts:    2895000 | #Constraints:      73126
583.63/586.24	c #Conflicts:    2896000 | #Constraints:      74126
583.63/586.24	c #Conflicts:    2897000 | #Constraints:      75126
583.63/586.24	c #Conflicts:    2898000 | #Constraints:      76126
583.63/586.24	c INPROCESSING
583.63/586.24	c GARBAGE COLLECT
583.63/586.24	c #Conflicts:    2899000 | #Constraints:      43324
583.63/586.24	c #Conflicts:    2900000 | #Constraints:      44324
583.63/586.24	c #Conflicts:    2901000 | #Constraints:      45324
583.63/586.24	c #Conflicts:    2902000 | #Constraints:      46324
583.63/586.24	c #Conflicts:    2903000 | #Constraints:      47324
583.63/586.24	c #Conflicts:    2904000 | #Constraints:      48324
583.63/586.24	c #Conflicts:    2905000 | #Constraints:      49324
583.63/586.24	c #Conflicts:    2906000 | #Constraints:      50324
583.63/586.24	c #Conflicts:    2907000 | #Constraints:      51324
583.63/586.24	c #Conflicts:    2908000 | #Constraints:      52324
583.63/586.24	c #Conflicts:    2909000 | #Constraints:      53324
583.63/586.24	c #Conflicts:    2910000 | #Constraints:      54324
583.63/586.24	c #Conflicts:    2911000 | #Constraints:      55324
583.63/586.24	c #Conflicts:    2912000 | #Constraints:      56324
583.63/586.24	c #Conflicts:    2913000 | #Constraints:      57324
583.63/586.24	c #Conflicts:    2914000 | #Constraints:      58324
583.63/586.24	c #Conflicts:    2915000 | #Constraints:      59324
583.63/586.24	c #Conflicts:    2916000 | #Constraints:      60324
583.63/586.24	c #Conflicts:    2917000 | #Constraints:      61324
583.63/586.24	c #Conflicts:    2918000 | #Constraints:      62324
583.63/586.24	c #Conflicts:    2919000 | #Constraints:      63324
583.63/586.24	c #Conflicts:    2920000 | #Constraints:      64324
583.63/586.24	c #Conflicts:    2921000 | #Constraints:      65324
583.63/586.24	c #Conflicts:    2922000 | #Constraints:      66324
583.63/586.24	c #Conflicts:    2923000 | #Constraints:      67324
583.63/586.24	c #Conflicts:    2924000 | #Constraints:      68324
583.63/586.24	c #Conflicts:    2925000 | #Constraints:      69324
583.63/586.24	c #Conflicts:    2926000 | #Constraints:      70324
583.63/586.24	c #Conflicts:    2927000 | #Constraints:      71324
583.63/586.24	c #Conflicts:    2928000 | #Constraints:      72324
583.63/586.24	c #Conflicts:    2929000 | #Constraints:      73324
583.63/586.24	c #Conflicts:    2930000 | #Constraints:      74324
583.63/586.24	c #Conflicts:    2931000 | #Constraints:      75324
583.63/586.24	c #Conflicts:    2932000 | #Constraints:      76324
583.63/586.24	c INPROCESSING
583.63/586.24	c GARBAGE COLLECT
583.63/586.24	c #Conflicts:    2933000 | #Constraints:      43327
583.63/586.24	c #Conflicts:    2934000 | #Constraints:      44327
583.63/586.24	c #Conflicts:    2935000 | #Constraints:      45327
583.63/586.24	c #Conflicts:    2936000 | #Constraints:      46327
583.63/586.24	c #Conflicts:    2937000 | #Constraints:      47327
583.63/586.24	c #Conflicts:    2938000 | #Constraints:      48327
583.63/586.24	c #Conflicts:    2939000 | #Constraints:      49327
583.63/586.24	c #Conflicts:    2940000 | #Constraints:      50327
583.63/586.24	c #Conflicts:    2941000 | #Constraints:      51327
601.74/604.42	c #Conflicts:    2942000 | #Constraints:      52327
601.74/604.42	c #Conflicts:    2943000 | #Constraints:      53327
601.74/604.42	c #Conflicts:    2944000 | #Constraints:      54327
601.74/604.42	c #Conflicts:    2945000 | #Constraints:      55327
601.74/604.42	c #Conflicts:    2946000 | #Constraints:      56327
601.74/604.42	c #Conflicts:    2947000 | #Constraints:      57327
601.74/604.42	c #Conflicts:    2948000 | #Constraints:      58327
601.74/604.42	c #Conflicts:    2949000 | #Constraints:      59327
601.74/604.42	c #Conflicts:    2950000 | #Constraints:      60327
601.74/604.42	c #Conflicts:    2951000 | #Constraints:      61327
601.74/604.42	c #Conflicts:    2952000 | #Constraints:      62327
601.74/604.42	c #Conflicts:    2953000 | #Constraints:      63327
601.74/604.42	c #Conflicts:    2954000 | #Constraints:      64327
601.74/604.42	c #Conflicts:    2955000 | #Constraints:      65327
601.74/604.42	c #Conflicts:    2956000 | #Constraints:      66327
601.74/604.42	c #Conflicts:    2957000 | #Constraints:      67327
601.74/604.42	c #Conflicts:    2958000 | #Constraints:      68327
601.74/604.42	c #Conflicts:    2959000 | #Constraints:      69327
601.74/604.42	c #Conflicts:    2960000 | #Constraints:      70327
601.74/604.42	c #Conflicts:    2961000 | #Constraints:      71327
601.74/604.42	c #Conflicts:    2962000 | #Constraints:      72327
601.74/604.42	c #Conflicts:    2963000 | #Constraints:      73327
601.74/604.42	c #Conflicts:    2964000 | #Constraints:      74327
601.74/604.42	c #Conflicts:    2965000 | #Constraints:      75327
601.74/604.42	c #Conflicts:    2966000 | #Constraints:      76327
601.74/604.42	c INPROCESSING
601.74/604.42	c GARBAGE COLLECT
601.74/604.42	c #Conflicts:    2967000 | #Constraints:      43133
601.74/604.42	c #Conflicts:    2968000 | #Constraints:      44133
601.74/604.42	c #Conflicts:    2969000 | #Constraints:      45133
601.74/604.42	c #Conflicts:    2970000 | #Constraints:      46133
601.74/604.42	c #Conflicts:    2971000 | #Constraints:      47133
601.74/604.42	c #Conflicts:    2972000 | #Constraints:      48133
601.74/604.42	c #Conflicts:    2973000 | #Constraints:      49133
601.74/604.42	c #Conflicts:    2974000 | #Constraints:      50133
601.74/604.42	c #Conflicts:    2975000 | #Constraints:      51133
601.74/604.42	c #Conflicts:    2976000 | #Constraints:      52133
601.74/604.42	c #Conflicts:    2977000 | #Constraints:      53133
601.74/604.42	c #Conflicts:    2978000 | #Constraints:      54133
601.74/604.42	c #Conflicts:    2979000 | #Constraints:      55133
601.74/604.42	c #Conflicts:    2980000 | #Constraints:      56133
601.74/604.42	c #Conflicts:    2981000 | #Constraints:      57133
601.74/604.42	c #Conflicts:    2982000 | #Constraints:      58133
601.74/604.42	c #Conflicts:    2983000 | #Constraints:      59133
601.74/604.42	c #Conflicts:    2984000 | #Constraints:      60133
601.74/604.42	c #Conflicts:    2985000 | #Constraints:      61133
601.74/604.42	c #Conflicts:    2986000 | #Constraints:      62133
601.74/604.42	c #Conflicts:    2987000 | #Constraints:      63133
601.74/604.42	c #Conflicts:    2988000 | #Constraints:      64133
601.74/604.42	c #Conflicts:    2989000 | #Constraints:      65133
601.74/604.42	c #Conflicts:    2990000 | #Constraints:      66133
601.74/604.42	c #Conflicts:    2991000 | #Constraints:      67133
601.74/604.42	c #Conflicts:    2992000 | #Constraints:      68133
601.74/604.42	c #Conflicts:    2993000 | #Constraints:      69133
601.74/604.42	c #Conflicts:    2994000 | #Constraints:      70133
601.74/604.42	c #Conflicts:    2995000 | #Constraints:      71133
601.74/604.42	c #Conflicts:    2996000 | #Constraints:      72133
601.74/604.42	c #Conflicts:    2997000 | #Constraints:      73133
601.74/604.42	c #Conflicts:    2998000 | #Constraints:      74133
601.74/604.42	c #Conflicts:    2999000 | #Constraints:      75133
601.74/604.42	c #Conflicts:    3000000 | #Constraints:      76133
601.74/604.42	c #Conflicts:    3001000 | #Constraints:      77133
601.74/604.42	c INPROCESSING
601.74/604.42	c GARBAGE COLLECT
601.74/604.42	c #Conflicts:    3002000 | #Constraints:      43722
601.74/604.42	c #Conflicts:    3003000 | #Constraints:      44722
601.74/604.42	c #Conflicts:    3004000 | #Constraints:      45722
601.74/604.42	c #Conflicts:    3005000 | #Constraints:      46722
601.74/604.42	c #Conflicts:    3006000 | #Constraints:      47722
601.74/604.42	c #Conflicts:    3007000 | #Constraints:      48722
601.74/604.42	c #Conflicts:    3008000 | #Constraints:      49722
601.74/604.42	c #Conflicts:    3009000 | #Constraints:      50722
601.74/604.42	c #Conflicts:    3010000 | #Constraints:      51722
601.74/604.42	c #Conflicts:    3011000 | #Constraints:      52722
601.74/604.42	c #Conflicts:    3012000 | #Constraints:      53722
601.74/604.42	c #Conflicts:    3013000 | #Constraints:      54722
601.74/604.42	c #Conflicts:    3014000 | #Constraints:      55722
601.74/604.42	c #Conflicts:    3015000 | #Constraints:      56722
601.74/604.42	c #Conflicts:    3016000 | #Constraints:      57722
601.74/604.42	c #Conflicts:    3017000 | #Constraints:      58722
601.74/604.42	c #Conflicts:    3018000 | #Constraints:      59722
619.66/622.45	c #Conflicts:    3019000 | #Constraints:      60722
619.66/622.45	c #Conflicts:    3020000 | #Constraints:      61722
619.66/622.45	c #Conflicts:    3021000 | #Constraints:      62722
619.66/622.45	c #Conflicts:    3022000 | #Constraints:      63722
619.66/622.45	c #Conflicts:    3023000 | #Constraints:      64722
619.66/622.45	c #Conflicts:    3024000 | #Constraints:      65722
619.66/622.45	c #Conflicts:    3025000 | #Constraints:      66722
619.66/622.45	c #Conflicts:    3026000 | #Constraints:      67722
619.66/622.45	c #Conflicts:    3027000 | #Constraints:      68722
619.66/622.45	c #Conflicts:    3028000 | #Constraints:      69722
619.66/622.45	c #Conflicts:    3029000 | #Constraints:      70722
619.66/622.45	c #Conflicts:    3030000 | #Constraints:      71722
619.66/622.45	c #Conflicts:    3031000 | #Constraints:      72722
619.66/622.45	c #Conflicts:    3032000 | #Constraints:      73722
619.66/622.45	c #Conflicts:    3033000 | #Constraints:      74722
619.66/622.45	c #Conflicts:    3034000 | #Constraints:      75722
619.66/622.45	c #Conflicts:    3035000 | #Constraints:      76722
619.66/622.45	c #Conflicts:    3036000 | #Constraints:      77722
619.66/622.45	c INPROCESSING
619.66/622.45	c GARBAGE COLLECT
619.66/622.45	c #Conflicts:    3037000 | #Constraints:      44128
619.66/622.45	c #Conflicts:    3038000 | #Constraints:      45128
619.66/622.45	c #Conflicts:    3039000 | #Constraints:      46128
619.66/622.45	c #Conflicts:    3040000 | #Constraints:      47128
619.66/622.45	c #Conflicts:    3041000 | #Constraints:      48128
619.66/622.45	c #Conflicts:    3042000 | #Constraints:      49128
619.66/622.45	c #Conflicts:    3043000 | #Constraints:      50128
619.66/622.45	c #Conflicts:    3044000 | #Constraints:      51128
619.66/622.45	c #Conflicts:    3045000 | #Constraints:      52128
619.66/622.45	c #Conflicts:    3046000 | #Constraints:      53128
619.66/622.45	c #Conflicts:    3047000 | #Constraints:      54128
619.66/622.45	c #Conflicts:    3048000 | #Constraints:      55128
619.66/622.45	c #Conflicts:    3049000 | #Constraints:      56128
619.66/622.45	c #Conflicts:    3050000 | #Constraints:      57128
619.66/622.45	c #Conflicts:    3051000 | #Constraints:      58128
619.66/622.45	c #Conflicts:    3052000 | #Constraints:      59128
619.66/622.45	c #Conflicts:    3053000 | #Constraints:      60128
619.66/622.45	c #Conflicts:    3054000 | #Constraints:      61128
619.66/622.45	c #Conflicts:    3055000 | #Constraints:      62128
619.66/622.45	c #Conflicts:    3056000 | #Constraints:      63128
619.66/622.45	c #Conflicts:    3057000 | #Constraints:      64128
619.66/622.45	c #Conflicts:    3058000 | #Constraints:      65128
619.66/622.45	c #Conflicts:    3059000 | #Constraints:      66128
619.66/622.45	c #Conflicts:    3060000 | #Constraints:      67128
619.66/622.45	c #Conflicts:    3061000 | #Constraints:      68128
619.66/622.45	c #Conflicts:    3062000 | #Constraints:      69128
619.66/622.45	c #Conflicts:    3063000 | #Constraints:      70128
619.66/622.45	c #Conflicts:    3064000 | #Constraints:      71128
619.66/622.45	c #Conflicts:    3065000 | #Constraints:      72128
619.66/622.45	c #Conflicts:    3066000 | #Constraints:      73128
619.66/622.45	c #Conflicts:    3067000 | #Constraints:      74128
619.66/622.45	c #Conflicts:    3068000 | #Constraints:      75128
619.66/622.45	c #Conflicts:    3069000 | #Constraints:      76128
619.66/622.45	c #Conflicts:    3070000 | #Constraints:      77128
619.66/622.45	c #Conflicts:    3071000 | #Constraints:      78128
619.66/622.45	c INPROCESSING
619.66/622.45	c GARBAGE COLLECT
619.66/622.45	c #Conflicts:    3072000 | #Constraints:      44329
619.66/622.45	c #Conflicts:    3073000 | #Constraints:      45329
619.66/622.45	c #Conflicts:    3074000 | #Constraints:      46329
619.66/622.45	c #Conflicts:    3075000 | #Constraints:      47329
619.66/622.45	c #Conflicts:    3076000 | #Constraints:      48329
619.66/622.45	c #Conflicts:    3077000 | #Constraints:      49329
619.66/622.45	c #Conflicts:    3078000 | #Constraints:      50329
619.66/622.45	c #Conflicts:    3079000 | #Constraints:      51329
619.66/622.45	c #Conflicts:    3080000 | #Constraints:      52329
619.66/622.45	c #Conflicts:    3081000 | #Constraints:      53329
619.66/622.45	c #Conflicts:    3082000 | #Constraints:      54329
619.66/622.45	c #Conflicts:    3083000 | #Constraints:      55329
619.66/622.45	c #Conflicts:    3084000 | #Constraints:      56329
619.66/622.45	c #Conflicts:    3085000 | #Constraints:      57329
619.66/622.45	c #Conflicts:    3086000 | #Constraints:      58329
619.66/622.45	c #Conflicts:    3087000 | #Constraints:      59329
619.66/622.45	c #Conflicts:    3088000 | #Constraints:      60329
619.66/622.45	c #Conflicts:    3089000 | #Constraints:      61329
619.66/622.45	c #Conflicts:    3090000 | #Constraints:      62329
619.66/622.45	c #Conflicts:    3091000 | #Constraints:      63329
619.66/622.45	c #Conflicts:    3092000 | #Constraints:      64329
619.66/622.45	c #Conflicts:    3093000 | #Constraints:      65329
619.66/622.45	c #Conflicts:    3094000 | #Constraints:      66329
619.66/622.45	c #Conflicts:    3095000 | #Constraints:      67329
619.66/622.45	c #Conflicts:    3096000 | #Constraints:      68329
637.51/640.38	c #Conflicts:    3097000 | #Constraints:      69329
637.51/640.38	c #Conflicts:    3098000 | #Constraints:      70329
637.51/640.38	c #Conflicts:    3099000 | #Constraints:      71329
637.51/640.38	c #Conflicts:    3100000 | #Constraints:      72329
637.51/640.38	c #Conflicts:    3101000 | #Constraints:      73329
637.51/640.38	c #Conflicts:    3102000 | #Constraints:      74329
637.51/640.38	c #Conflicts:    3103000 | #Constraints:      75329
637.51/640.38	c #Conflicts:    3104000 | #Constraints:      76329
637.51/640.38	c #Conflicts:    3105000 | #Constraints:      77329
637.51/640.38	c #Conflicts:    3106000 | #Constraints:      78329
637.51/640.38	c INPROCESSING
637.51/640.38	c GARBAGE COLLECT
637.51/640.38	c #Conflicts:    3107000 | #Constraints:      44329
637.51/640.38	c #Conflicts:    3108000 | #Constraints:      45329
637.51/640.38	c #Conflicts:    3109000 | #Constraints:      46329
637.51/640.38	c #Conflicts:    3110000 | #Constraints:      47329
637.51/640.38	c #Conflicts:    3111000 | #Constraints:      48329
637.51/640.38	c #Conflicts:    3112000 | #Constraints:      49329
637.51/640.38	c #Conflicts:    3113000 | #Constraints:      50329
637.51/640.38	c #Conflicts:    3114000 | #Constraints:      51329
637.51/640.38	c #Conflicts:    3115000 | #Constraints:      52329
637.51/640.38	c #Conflicts:    3116000 | #Constraints:      53329
637.51/640.38	c #Conflicts:    3117000 | #Constraints:      54329
637.51/640.38	c #Conflicts:    3118000 | #Constraints:      55329
637.51/640.38	c #Conflicts:    3119000 | #Constraints:      56329
637.51/640.38	c #Conflicts:    3120000 | #Constraints:      57329
637.51/640.38	c #Conflicts:    3121000 | #Constraints:      58329
637.51/640.38	c #Conflicts:    3122000 | #Constraints:      59329
637.51/640.38	c #Conflicts:    3123000 | #Constraints:      60329
637.51/640.38	c #Conflicts:    3124000 | #Constraints:      61329
637.51/640.38	c #Conflicts:    3125000 | #Constraints:      62329
637.51/640.38	c #Conflicts:    3126000 | #Constraints:      63329
637.51/640.38	c #Conflicts:    3127000 | #Constraints:      64329
637.51/640.38	c #Conflicts:    3128000 | #Constraints:      65329
637.51/640.38	c #Conflicts:    3129000 | #Constraints:      66329
637.51/640.38	c #Conflicts:    3130000 | #Constraints:      67329
637.51/640.38	c #Conflicts:    3131000 | #Constraints:      68329
637.51/640.38	c #Conflicts:    3132000 | #Constraints:      69329
637.51/640.38	c #Conflicts:    3133000 | #Constraints:      70329
637.51/640.38	c #Conflicts:    3134000 | #Constraints:      71329
637.51/640.38	c #Conflicts:    3135000 | #Constraints:      72329
637.51/640.38	c #Conflicts:    3136000 | #Constraints:      73329
637.51/640.38	c #Conflicts:    3137000 | #Constraints:      74329
637.51/640.38	c #Conflicts:    3138000 | #Constraints:      75329
637.51/640.38	c #Conflicts:    3139000 | #Constraints:      76329
637.51/640.38	c #Conflicts:    3140000 | #Constraints:      77329
637.51/640.38	c #Conflicts:    3141000 | #Constraints:      78329
637.51/640.38	c INPROCESSING
637.51/640.38	c GARBAGE COLLECT
637.51/640.38	c #Conflicts:    3142000 | #Constraints:      44117
637.51/640.38	c #Conflicts:    3143000 | #Constraints:      45117
637.51/640.38	c #Conflicts:    3144000 | #Constraints:      46117
637.51/640.38	c #Conflicts:    3145000 | #Constraints:      47117
637.51/640.38	c #Conflicts:    3146000 | #Constraints:      48117
637.51/640.38	c #Conflicts:    3147000 | #Constraints:      49117
637.51/640.38	c #Conflicts:    3148000 | #Constraints:      50117
637.51/640.38	c #Conflicts:    3149000 | #Constraints:      51117
637.51/640.38	c #Conflicts:    3150000 | #Constraints:      52117
637.51/640.38	c #Conflicts:    3151000 | #Constraints:      53117
637.51/640.38	c #Conflicts:    3152000 | #Constraints:      54117
637.51/640.38	c #Conflicts:    3153000 | #Constraints:      55117
637.51/640.38	c #Conflicts:    3154000 | #Constraints:      56117
637.51/640.38	c #Conflicts:    3155000 | #Constraints:      57117
637.51/640.38	c #Conflicts:    3156000 | #Constraints:      58117
637.51/640.38	c #Conflicts:    3157000 | #Constraints:      59117
637.51/640.38	c #Conflicts:    3158000 | #Constraints:      60117
637.51/640.38	c #Conflicts:    3159000 | #Constraints:      61117
637.51/640.38	c #Conflicts:    3160000 | #Constraints:      62117
637.51/640.38	c #Conflicts:    3161000 | #Constraints:      63117
637.51/640.38	c #Conflicts:    3162000 | #Constraints:      64117
637.51/640.38	c #Conflicts:    3163000 | #Constraints:      65117
637.51/640.38	c #Conflicts:    3164000 | #Constraints:      66117
637.51/640.38	c #Conflicts:    3165000 | #Constraints:      67117
637.51/640.38	c #Conflicts:    3166000 | #Constraints:      68117
637.51/640.38	c #Conflicts:    3167000 | #Constraints:      69117
637.51/640.38	c #Conflicts:    3168000 | #Constraints:      70117
637.51/640.38	c #Conflicts:    3169000 | #Constraints:      71117
637.51/640.38	c #Conflicts:    3170000 | #Constraints:      72117
637.51/640.38	c #Conflicts:    3171000 | #Constraints:      73117
637.51/640.38	c #Conflicts:    3172000 | #Constraints:      74117
637.51/640.38	c #Conflicts:    3173000 | #Constraints:      75117
655.52/658.42	c #Conflicts:    3174000 | #Constraints:      76117
655.52/658.42	c #Conflicts:    3175000 | #Constraints:      77117
655.52/658.42	c #Conflicts:    3176000 | #Constraints:      78117
655.52/658.42	c #Conflicts:    3177000 | #Constraints:      79117
655.52/658.42	c INPROCESSING
655.52/658.42	c GARBAGE COLLECT
655.52/658.42	c #Conflicts:    3178000 | #Constraints:      44729
655.52/658.42	c #Conflicts:    3179000 | #Constraints:      45729
655.52/658.42	c #Conflicts:    3180000 | #Constraints:      46729
655.52/658.42	c #Conflicts:    3181000 | #Constraints:      47729
655.52/658.42	c #Conflicts:    3182000 | #Constraints:      48729
655.52/658.42	c #Conflicts:    3183000 | #Constraints:      49729
655.52/658.42	c #Conflicts:    3184000 | #Constraints:      50729
655.52/658.42	c #Conflicts:    3185000 | #Constraints:      51729
655.52/658.42	c #Conflicts:    3186000 | #Constraints:      52729
655.52/658.42	c #Conflicts:    3187000 | #Constraints:      53729
655.52/658.42	c #Conflicts:    3188000 | #Constraints:      54729
655.52/658.42	c #Conflicts:    3189000 | #Constraints:      55729
655.52/658.42	c #Conflicts:    3190000 | #Constraints:      56729
655.52/658.42	c #Conflicts:    3191000 | #Constraints:      57729
655.52/658.42	c #Conflicts:    3192000 | #Constraints:      58729
655.52/658.42	c #Conflicts:    3193000 | #Constraints:      59729
655.52/658.42	c #Conflicts:    3194000 | #Constraints:      60729
655.52/658.42	c #Conflicts:    3195000 | #Constraints:      61729
655.52/658.42	c #Conflicts:    3196000 | #Constraints:      62729
655.52/658.42	c #Conflicts:    3197000 | #Constraints:      63729
655.52/658.42	c #Conflicts:    3198000 | #Constraints:      64729
655.52/658.42	c #Conflicts:    3199000 | #Constraints:      65729
655.52/658.42	c #Conflicts:    3200000 | #Constraints:      66729
655.52/658.42	c #Conflicts:    3201000 | #Constraints:      67729
655.52/658.42	c #Conflicts:    3202000 | #Constraints:      68729
655.52/658.42	c #Conflicts:    3203000 | #Constraints:      69729
655.52/658.42	c #Conflicts:    3204000 | #Constraints:      70729
655.52/658.42	c #Conflicts:    3205000 | #Constraints:      71729
655.52/658.42	c #Conflicts:    3206000 | #Constraints:      72729
655.52/658.42	c #Conflicts:    3207000 | #Constraints:      73729
655.52/658.42	c #Conflicts:    3208000 | #Constraints:      74729
655.52/658.42	c #Conflicts:    3209000 | #Constraints:      75729
655.52/658.42	c #Conflicts:    3210000 | #Constraints:      76729
655.52/658.42	c #Conflicts:    3211000 | #Constraints:      77729
655.52/658.42	c #Conflicts:    3212000 | #Constraints:      78729
655.52/658.42	c #Conflicts:    3213000 | #Constraints:      79729
655.52/658.42	c INPROCESSING
655.52/658.42	c GARBAGE COLLECT
655.52/658.42	c #Conflicts:    3214000 | #Constraints:      45119
655.52/658.42	c #Conflicts:    3215000 | #Constraints:      46119
655.52/658.42	c #Conflicts:    3216000 | #Constraints:      47119
655.52/658.42	c #Conflicts:    3217000 | #Constraints:      48119
655.52/658.42	c #Conflicts:    3218000 | #Constraints:      49119
655.52/658.42	c #Conflicts:    3219000 | #Constraints:      50119
655.52/658.42	c #Conflicts:    3220000 | #Constraints:      51119
655.52/658.42	c #Conflicts:    3221000 | #Constraints:      52119
655.52/658.42	c #Conflicts:    3222000 | #Constraints:      53119
655.52/658.42	c #Conflicts:    3223000 | #Constraints:      54119
655.52/658.42	c #Conflicts:    3224000 | #Constraints:      55119
655.52/658.42	c #Conflicts:    3225000 | #Constraints:      56119
655.52/658.42	c #Conflicts:    3226000 | #Constraints:      57119
655.52/658.42	c #Conflicts:    3227000 | #Constraints:      58119
655.52/658.42	c #Conflicts:    3228000 | #Constraints:      59119
655.52/658.42	c #Conflicts:    3229000 | #Constraints:      60119
655.52/658.42	c #Conflicts:    3230000 | #Constraints:      61119
655.52/658.42	c #Conflicts:    3231000 | #Constraints:      62119
655.52/658.42	c #Conflicts:    3232000 | #Constraints:      63119
655.52/658.42	c #Conflicts:    3233000 | #Constraints:      64119
655.52/658.42	c #Conflicts:    3234000 | #Constraints:      65119
655.52/658.42	c #Conflicts:    3235000 | #Constraints:      66119
655.52/658.42	c #Conflicts:    3236000 | #Constraints:      67119
655.52/658.42	c #Conflicts:    3237000 | #Constraints:      68119
655.52/658.42	c #Conflicts:    3238000 | #Constraints:      69119
655.52/658.42	c #Conflicts:    3239000 | #Constraints:      70119
655.52/658.42	c #Conflicts:    3240000 | #Constraints:      71119
655.52/658.42	c #Conflicts:    3241000 | #Constraints:      72119
655.52/658.42	c #Conflicts:    3242000 | #Constraints:      73119
655.52/658.42	c #Conflicts:    3243000 | #Constraints:      74119
655.52/658.42	c #Conflicts:    3244000 | #Constraints:      75119
655.52/658.42	c #Conflicts:    3245000 | #Constraints:      76119
655.52/658.42	c #Conflicts:    3246000 | #Constraints:      77119
655.52/658.42	c #Conflicts:    3247000 | #Constraints:      78119
655.52/658.42	c #Conflicts:    3248000 | #Constraints:      79119
655.52/658.42	c #Conflicts:    3249000 | #Constraints:      80119
655.52/658.42	c INPROCESSING
655.52/658.42	c GARBAGE COLLECT
655.52/658.42	c #Conflicts:    3250000 | #Constraints:      45329
660.10/663.02	c #Conflicts:    3251000 | #Constraints:      46329
660.10/663.02	c #Conflicts:    3252000 | #Constraints:      47329
660.10/663.02	c #Conflicts:    3253000 | #Constraints:      48329
660.10/663.02	c #Conflicts:    3254000 | #Constraints:      49329
660.10/663.02	c #Conflicts:    3255000 | #Constraints:      50329
660.10/663.02	c #Conflicts:    3256000 | #Constraints:      51329
660.10/663.02	c #Conflicts:    3257000 | #Constraints:      52329
660.10/663.02	c #Conflicts:    3258000 | #Constraints:      53329
660.10/663.02	c #Conflicts:    3259000 | #Constraints:      54329
660.10/663.02	c #Conflicts:    3260000 | #Constraints:      55329
660.10/663.02	c #Conflicts:    3261000 | #Constraints:      56329
660.10/663.02	c #Conflicts:    3262000 | #Constraints:      57329
660.10/663.02	c #Conflicts:    3263000 | #Constraints:      58329
660.10/663.02	c #Conflicts:    3264000 | #Constraints:      59329
660.10/663.02	c #Conflicts:    3265000 | #Constraints:      60329
660.10/663.02	c #Conflicts:    3266000 | #Constraints:      61329
660.10/663.02	c #Conflicts:    3267000 | #Constraints:      62329
660.10/663.02	c #Conflicts:    3268000 | #Constraints:      63329
660.10/663.02	c #Conflicts:    3269000 | #Constraints:      64329
660.10/663.02	c #Conflicts:    3270000 | #Constraints:      65329
660.10/663.02	c #Conflicts:    3271000 | #Constraints:      66329
660.10/663.02	c #Conflicts:    3272000 | #Constraints:      67329
660.10/663.02	WSVECS04 Frhs2[45]: 6 -4.61769 0 shouldn't be
660.10/663.02	WSVECS04 Frhs2[47]: 6 0 6.00002 shouldn't be
660.10/663.02	WSVECS04 Frhs2[56]: 6 -5.02945 0 shouldn't be
660.10/663.02	WSVECS04 Frhs2[59]: 6 -4.61766 0 shouldn't be
660.10/663.02	WSVECS04 Frhs2[60]: 6 -4.61773 0 shouldn't be
660.10/663.02	WSVECS04 Frhs2[64]: 6 -4.61771 0 shouldn't be
660.10/663.02	WSVECS04 Frhs2[66]: 6 -4.6177 0 shouldn't be
660.10/663.02	WSVECS04 Frhs2[69]: 6 -10.6177 0 shouldn't be
660.10/663.02	WSVECS04 Frhs2[70]: 6 0 7.02946 shouldn't be
660.10/663.02	WSVECS04 Frhs2[71]: 6 -4.61774 0 shouldn't be
660.10/663.02	WSVECS04 Frhs2[72]: 6 0 1.26475 shouldn't be
660.10/663.02	WSVECS04 Frhs2[106]: 6 0 0.500019 shouldn't be
660.10/663.02	WSVECS04 Frhs2[109]: 6 0 1.00005 shouldn't be
660.10/663.02	WSVECS04 Frhs2[133]: 6 0 6.61766 shouldn't be
660.10/663.02	WSVECS04 Frhs2[149]: 6 0 1.00003 shouldn't be
660.10/663.02	WSVECS04 Frhs2[264]: 6 0 1.00005 shouldn't be
660.10/663.02	WSVECS04 Frhs2[271]: 6 0 1.00002 shouldn't be
660.10/663.02	WSVECS04 Frhs2[289]: 6 0 0.441236 shouldn't be
660.10/663.02	WSVECS04 Frhs2[423]: 6 0 1.00006 shouldn't be
660.10/663.02	WSVECS04 Frhs2[498]: 6 0 1.00009 shouldn't be
660.10/663.02	WSVECS04 Frhs2[500]: 6 0 1.00001 shouldn't be
660.10/663.02	WSVECS04 Frhs2[517]: 6 0 0.500097 shouldn't be
660.10/663.02	WSVECS04 Frhs2[525]: 6 0 1.00006 shouldn't be
660.10/663.02	WSVECS04 Frhs2[555]: 6 0 1.00002 shouldn't be
660.10/663.02	WSVECS04 Frhs2[565]: 6 0 1.00004 shouldn't be
660.10/663.02	WSVECS04 Frhs2[580]: 6 0 1.00002 shouldn't be
660.10/663.02	WSVECS04 Frhs2[592]: 6 0 6.61766 shouldn't be
660.10/663.02	WSVECS04 Frhs2[595]: 6 0 1.00009 shouldn't be
660.10/663.02	WSVECS04 Frhs2[655]: 6 0 1.00008 shouldn't be
660.10/663.02	WSVECS04 Frhs2[672]: 6 0 5.61772 shouldn't be
660.10/663.02	WSVECS04 Frhs2[712]: 6 0 5.61771 shouldn't be
660.10/663.02	WSVECS04 Frhs2[720]: 6 0 12.0295 shouldn't be
660.10/663.02	WSVECS04 Frhs2[807]: 6 0 1.00006 shouldn't be
660.10/663.02	WSVECS04 Frhs2[927]: 6 0 1.00003 shouldn't be
660.10/663.02	WSVECS04 Frhs2[934]: 6 0 0.52947 shouldn't be
660.10/663.02	WSVECS04 Frhs2[967]: 6 0 1.00006 shouldn't be
660.10/663.02	WSVECS04 Frhs2[969]: 6 0 0.441246 shouldn't be
660.10/663.02	WSVECS04 Frhs2[998]: 6 0 1.00003 shouldn't be
660.10/663.02	WSVECS04 Frhs2[1047]: 6 0 1.0001 shouldn't be
660.10/663.02	WSVECS04 Frhs2[1077]: 6 0 0.500067 shouldn't be
660.10/663.02	WSVECS04 Frhs2[1138]: 6 0 1.00004 shouldn't be
660.10/663.02	WSVECS04 Frhs2[1198]: 6 0 1.00002 shouldn't be
660.10/663.02	WSVECS04 Frhs2[1199]: 6 0 2.02949 shouldn't be
660.10/663.02	WSVECS04 Frhs2[1262]: 6 0 1.00003 shouldn't be
660.10/663.02	WSVECS04 Frhs2[1281]: 6 0 1.00003 shouldn't be
660.10/663.02	WSVECS04 Frhs2[1298]: 6 0 0.617716 shouldn't be
660.10/663.02	WSVECS04 Frhs2[1305]: 6 0 0.411854 shouldn't be
660.10/663.02	WSVECS04 Frhs2[1414]: 6 0 1.00002 shouldn't be
660.10/663.02	WSVECS04 Frhs2[1795]: 6 -2.00004 0 shouldn't be
660.10/663.02	WSVECS04 Frhs2[1831]: 6 -3.00002 0 shouldn't be
660.10/663.02	WSVECS04 Frhs2[1849]: 6 -1.00003 0 shouldn't be
660.10/663.02	WSVECS04 Frhs2[1850]: 6 -1.00008 0 shouldn't be
660.10/663.02	WSVECS04 Frhs2[1851]: 6 -2.00006 0 shouldn't be
660.10/663.02	WSVECS04 Frhs2[1868]: 6 -2.00002 0 shouldn't be
665.49/668.46	c #Conflicts:    3273000 | #Constraints:      68329
665.49/668.46	c #Conflicts:    3274000 | #Constraints:      69329
665.49/668.46	c #Conflicts:    3275000 | #Constraints:      70329
665.49/668.46	c #Conflicts:    3276000 | #Constraints:      71329
665.49/668.46	c #Conflicts:    3277000 | #Constraints:      72329
665.49/668.46	c #Conflicts:    3278000 | #Constraints:      73329
665.49/668.46	c #Conflicts:    3279000 | #Constraints:      74329
665.49/668.46	c #Conflicts:    3280000 | #Constraints:      75329
665.49/668.46	c #Conflicts:    3281000 | #Constraints:      76329
665.49/668.46	c #Conflicts:    3282000 | #Constraints:      77329
665.49/668.46	c #Conflicts:    3283000 | #Constraints:      78329
665.49/668.46	c #Conflicts:    3284000 | #Constraints:      79329
665.49/668.46	c #Conflicts:    3285000 | #Constraints:      80329
665.49/668.46	c INPROCESSING
665.49/668.46	c GARBAGE COLLECT
665.49/668.46	c rational objective 327.536
684.49/687.93	c #Conflicts:    3286000 | #Constraints:      45325
684.49/687.93	c #Conflicts:    3287000 | #Constraints:      46325
684.49/687.93	c #Conflicts:    3288000 | #Constraints:      47325
684.49/687.93	c #Conflicts:    3289000 | #Constraints:      48325
684.49/687.93	c #Conflicts:    3290000 | #Constraints:      49325
684.49/687.93	c #Conflicts:    3291000 | #Constraints:      50325
684.49/687.93	c #Conflicts:    3292000 | #Constraints:      51325
684.49/687.93	c #Conflicts:    3293000 | #Constraints:      52325
684.49/687.93	c #Conflicts:    3294000 | #Constraints:      53325
684.49/687.93	c #Conflicts:    3295000 | #Constraints:      54325
684.49/687.93	c #Conflicts:    3296000 | #Constraints:      55325
684.49/687.93	c #Conflicts:    3297000 | #Constraints:      56325
684.49/687.93	c #Conflicts:    3298000 | #Constraints:      57325
684.49/687.93	c #Conflicts:    3299000 | #Constraints:      58325
684.49/687.93	c #Conflicts:    3300000 | #Constraints:      59325
684.49/687.93	c #Conflicts:    3301000 | #Constraints:      60325
684.49/687.93	c #Conflicts:    3302000 | #Constraints:      61325
684.49/687.93	c #Conflicts:    3303000 | #Constraints:      62325
684.49/687.93	c #Conflicts:    3304000 | #Constraints:      63325
684.49/687.93	c #Conflicts:    3305000 | #Constraints:      64325
684.49/687.93	c #Conflicts:    3306000 | #Constraints:      65325
684.49/687.93	c #Conflicts:    3307000 | #Constraints:      66325
684.49/687.93	c #Conflicts:    3308000 | #Constraints:      67325
684.49/687.93	c #Conflicts:    3309000 | #Constraints:      68325
684.49/687.93	c #Conflicts:    3310000 | #Constraints:      69325
684.49/687.93	c #Conflicts:    3311000 | #Constraints:      70325
684.49/687.93	c #Conflicts:    3312000 | #Constraints:      71325
684.49/687.93	c #Conflicts:    3313000 | #Constraints:      72325
684.49/687.93	c #Conflicts:    3314000 | #Constraints:      73325
684.49/687.93	c #Conflicts:    3315000 | #Constraints:      74325
684.49/687.93	c #Conflicts:    3316000 | #Constraints:      75325
684.49/687.93	c #Conflicts:    3317000 | #Constraints:      76325
684.49/687.93	c #Conflicts:    3318000 | #Constraints:      77325
684.49/687.93	c #Conflicts:    3319000 | #Constraints:      78325
684.49/687.93	c #Conflicts:    3320000 | #Constraints:      79325
684.49/687.93	c #Conflicts:    3321000 | #Constraints:      80325
684.49/687.93	c INPROCESSING
684.49/687.93	c GARBAGE COLLECT
684.49/687.93	c #Conflicts:    3322000 | #Constraints:      45123
684.49/687.93	c #Conflicts:    3323000 | #Constraints:      46123
684.49/687.93	c #Conflicts:    3324000 | #Constraints:      47123
684.49/687.93	c #Conflicts:    3325000 | #Constraints:      48123
684.49/687.93	c #Conflicts:    3326000 | #Constraints:      49123
684.49/687.93	c #Conflicts:    3327000 | #Constraints:      50123
684.49/687.93	c #Conflicts:    3328000 | #Constraints:      51123
684.49/687.93	c #Conflicts:    3329000 | #Constraints:      52123
684.49/687.93	c #Conflicts:    3330000 | #Constraints:      53123
684.49/687.93	c #Conflicts:    3331000 | #Constraints:      54123
684.49/687.93	c #Conflicts:    3332000 | #Constraints:      55123
684.49/687.93	c #Conflicts:    3333000 | #Constraints:      56123
684.49/687.93	c #Conflicts:    3334000 | #Constraints:      57123
684.49/687.93	c #Conflicts:    3335000 | #Constraints:      58123
684.49/687.93	c #Conflicts:    3336000 | #Constraints:      59123
684.49/687.93	c #Conflicts:    3337000 | #Constraints:      60123
684.49/687.93	c #Conflicts:    3338000 | #Constraints:      61123
684.49/687.93	c #Conflicts:    3339000 | #Constraints:      62123
684.49/687.93	c #Conflicts:    3340000 | #Constraints:      63123
684.49/687.93	c #Conflicts:    3341000 | #Constraints:      64123
684.49/687.93	c #Conflicts:    3342000 | #Constraints:      65123
684.49/687.93	c #Conflicts:    3343000 | #Constraints:      66123
684.49/687.93	c #Conflicts:    3344000 | #Constraints:      67123
684.49/687.93	c #Conflicts:    3345000 | #Constraints:      68123
684.49/687.93	c #Conflicts:    3346000 | #Constraints:      69123
684.49/687.93	c #Conflicts:    3347000 | #Constraints:      70123
684.49/687.93	c #Conflicts:    3348000 | #Constraints:      71123
684.49/687.93	c #Conflicts:    3349000 | #Constraints:      72123
684.49/687.93	c #Conflicts:    3350000 | #Constraints:      73123
684.49/687.93	c #Conflicts:    3351000 | #Constraints:      74123
684.49/687.93	c #Conflicts:    3352000 | #Constraints:      75123
684.49/687.93	c #Conflicts:    3353000 | #Constraints:      76123
684.49/687.93	c #Conflicts:    3354000 | #Constraints:      77123
684.49/687.93	c #Conflicts:    3355000 | #Constraints:      78123
684.49/687.93	c #Conflicts:    3356000 | #Constraints:      79123
684.49/687.93	c #Conflicts:    3357000 | #Constraints:      80123
684.49/687.93	c #Conflicts:    3358000 | #Constraints:      81123
684.49/687.93	c INPROCESSING
684.49/687.93	c GARBAGE COLLECT
684.49/687.93	c rational objective 327.606
703.73/707.21	c #Conflicts:    3359000 | #Constraints:      45717
703.73/707.21	c #Conflicts:    3360000 | #Constraints:      46717
703.73/707.21	c #Conflicts:    3361000 | #Constraints:      47717
703.73/707.21	c #Conflicts:    3362000 | #Constraints:      48717
703.73/707.21	c #Conflicts:    3363000 | #Constraints:      49717
703.73/707.21	c #Conflicts:    3364000 | #Constraints:      50717
703.73/707.21	c #Conflicts:    3365000 | #Constraints:      51717
703.73/707.21	c #Conflicts:    3366000 | #Constraints:      52717
703.73/707.21	c #Conflicts:    3367000 | #Constraints:      53717
703.73/707.21	c #Conflicts:    3368000 | #Constraints:      54717
703.73/707.21	c #Conflicts:    3369000 | #Constraints:      55717
703.73/707.21	c #Conflicts:    3370000 | #Constraints:      56717
703.73/707.21	c #Conflicts:    3371000 | #Constraints:      57717
703.73/707.21	c #Conflicts:    3372000 | #Constraints:      58717
703.73/707.21	c #Conflicts:    3373000 | #Constraints:      59717
703.73/707.21	c #Conflicts:    3374000 | #Constraints:      60717
703.73/707.21	c #Conflicts:    3375000 | #Constraints:      61717
703.73/707.21	c #Conflicts:    3376000 | #Constraints:      62717
703.73/707.21	c #Conflicts:    3377000 | #Constraints:      63717
703.73/707.21	c #Conflicts:    3378000 | #Constraints:      64717
703.73/707.21	c #Conflicts:    3379000 | #Constraints:      65717
703.73/707.21	c #Conflicts:    3380000 | #Constraints:      66717
703.73/707.21	c #Conflicts:    3381000 | #Constraints:      67717
703.73/707.21	c #Conflicts:    3382000 | #Constraints:      68717
703.73/707.21	c #Conflicts:    3383000 | #Constraints:      69718
703.73/707.21	c #Conflicts:    3384000 | #Constraints:      70718
703.73/707.21	c #Conflicts:    3385000 | #Constraints:      71718
703.73/707.21	c #Conflicts:    3386000 | #Constraints:      72718
703.73/707.21	c #Conflicts:    3387000 | #Constraints:      73718
703.73/707.21	c #Conflicts:    3388000 | #Constraints:      74718
703.73/707.21	c #Conflicts:    3389000 | #Constraints:      75718
703.73/707.21	c #Conflicts:    3390000 | #Constraints:      76718
703.73/707.21	c #Conflicts:    3391000 | #Constraints:      77718
703.73/707.21	c #Conflicts:    3392000 | #Constraints:      78718
703.73/707.21	c #Conflicts:    3393000 | #Constraints:      79718
703.73/707.21	c #Conflicts:    3394000 | #Constraints:      80718
703.73/707.21	c #Conflicts:    3395000 | #Constraints:      81718
703.73/707.21	c INPROCESSING
703.73/707.21	c GARBAGE COLLECT
703.73/707.21	c #Conflicts:    3396000 | #Constraints:      46127
703.73/707.21	c #Conflicts:    3397000 | #Constraints:      47127
703.73/707.21	c #Conflicts:    3398000 | #Constraints:      48127
703.73/707.21	c #Conflicts:    3399000 | #Constraints:      49127
703.73/707.21	c #Conflicts:    3400000 | #Constraints:      50127
703.73/707.21	c #Conflicts:    3401000 | #Constraints:      51127
703.73/707.21	c #Conflicts:    3402000 | #Constraints:      52127
703.73/707.21	c #Conflicts:    3403000 | #Constraints:      53127
703.73/707.21	c #Conflicts:    3404000 | #Constraints:      54127
703.73/707.21	c #Conflicts:    3405000 | #Constraints:      55127
703.73/707.21	c #Conflicts:    3406000 | #Constraints:      56127
703.73/707.21	c #Conflicts:    3407000 | #Constraints:      57127
703.73/707.21	c #Conflicts:    3408000 | #Constraints:      58127
703.73/707.21	c #Conflicts:    3409000 | #Constraints:      59127
703.73/707.21	c #Conflicts:    3410000 | #Constraints:      60127
703.73/707.21	c #Conflicts:    3411000 | #Constraints:      61127
703.73/707.21	c #Conflicts:    3412000 | #Constraints:      62127
703.73/707.21	c #Conflicts:    3413000 | #Constraints:      63127
703.73/707.21	c #Conflicts:    3414000 | #Constraints:      64127
703.73/707.21	c #Conflicts:    3415000 | #Constraints:      65127
703.73/707.21	c #Conflicts:    3416000 | #Constraints:      66127
703.73/707.21	c #Conflicts:    3417000 | #Constraints:      67127
703.73/707.21	c #Conflicts:    3418000 | #Constraints:      68127
703.73/707.21	c #Conflicts:    3419000 | #Constraints:      69127
703.73/707.21	c #Conflicts:    3420000 | #Constraints:      70127
703.73/707.21	c #Conflicts:    3421000 | #Constraints:      71127
703.73/707.21	c #Conflicts:    3422000 | #Constraints:      72128
703.73/707.21	c #Conflicts:    3423000 | #Constraints:      73128
703.73/707.21	c #Conflicts:    3424000 | #Constraints:      74128
703.73/707.21	c #Conflicts:    3425000 | #Constraints:      75129
703.73/707.21	c #Conflicts:    3426000 | #Constraints:      76129
703.73/707.21	c #Conflicts:    3427000 | #Constraints:      77129
703.73/707.21	c #Conflicts:    3428000 | #Constraints:      78129
703.73/707.21	c #Conflicts:    3429000 | #Constraints:      79129
703.73/707.21	c #Conflicts:    3430000 | #Constraints:      80130
703.73/707.21	c #Conflicts:    3431000 | #Constraints:      81130
703.73/707.21	c #Conflicts:    3432000 | #Constraints:      82131
703.73/707.21	c #Conflicts:    3433000 | #Constraints:      83132
703.73/707.21	c #Conflicts:    3434000 | #Constraints:      84132
703.73/707.21	c #Conflicts:    3435000 | #Constraints:      85132
703.73/707.21	c #Conflicts:    3436000 | #Constraints:      86132
703.73/707.21	c #Conflicts:    3437000 | #Constraints:      87133
737.00/740.61	c #Conflicts:    3438000 | #Constraints:      88133
737.00/740.61	c #Conflicts:    3439000 | #Constraints:      89133
737.00/740.61	c #Conflicts:    3440000 | #Constraints:      90133
737.00/740.61	c #Conflicts:    3441000 | #Constraints:      91133
737.00/740.61	c #Conflicts:    3442000 | #Constraints:      92133
737.00/740.61	c #Conflicts:    3443000 | #Constraints:      93133
737.00/740.61	c #Conflicts:    3444000 | #Constraints:      94133
737.00/740.61	c #Conflicts:    3445000 | #Constraints:      95133
737.00/740.61	c #Conflicts:    3446000 | #Constraints:      96133
737.00/740.61	c #Conflicts:    3447000 | #Constraints:      97133
737.00/740.61	c #Conflicts:    3448000 | #Constraints:      98133
737.00/740.61	c #Conflicts:    3449000 | #Constraints:      99133
737.00/740.61	c #Conflicts:    3450000 | #Constraints:     100133
737.00/740.61	c #Conflicts:    3451000 | #Constraints:     101134
737.00/740.61	c #Conflicts:    3452000 | #Constraints:     102134
737.00/740.61	c #Conflicts:    3453000 | #Constraints:     103134
737.00/740.61	c #Conflicts:    3454000 | #Constraints:     104134
737.00/740.61	c #Conflicts:    3455000 | #Constraints:     105134
737.00/740.61	c #Conflicts:    3456000 | #Constraints:     106134
737.00/740.61	c #Conflicts:    3457000 | #Constraints:     107134
737.00/740.61	c #Conflicts:    3458000 | #Constraints:     108134
737.00/740.61	c #Conflicts:    3459000 | #Constraints:     109134
737.00/740.61	c #Conflicts:    3460000 | #Constraints:     110134
737.00/740.61	c #Conflicts:    3461000 | #Constraints:     111135
737.00/740.61	c #Conflicts:    3462000 | #Constraints:     112135
737.00/740.61	c #Conflicts:    3463000 | #Constraints:     113135
737.00/740.61	c #Conflicts:    3464000 | #Constraints:     114135
737.00/740.61	c #Conflicts:    3465000 | #Constraints:     115135
737.00/740.61	c #Conflicts:    3466000 | #Constraints:     116136
737.00/740.61	c #Conflicts:    3467000 | #Constraints:     117136
737.00/740.61	c #Conflicts:    3468000 | #Constraints:     118136
737.00/740.61	c #Conflicts:    3469000 | #Constraints:     119136
737.00/740.61	c #Conflicts:    3470000 | #Constraints:     120137
737.00/740.61	c #Conflicts:    3471000 | #Constraints:     121137
737.00/740.61	c #Conflicts:    3472000 | #Constraints:     122137
737.00/740.61	c #Conflicts:    3473000 | #Constraints:     123138
737.00/740.61	c #Conflicts:    3474000 | #Constraints:     124138
737.00/740.61	c #Conflicts:    3475000 | #Constraints:     125138
737.00/740.61	c #Conflicts:    3476000 | #Constraints:     126138
737.00/740.61	c #Conflicts:    3477000 | #Constraints:     127139
737.00/740.61	c #Conflicts:    3478000 | #Constraints:     128140
737.00/740.61	c #Conflicts:    3479000 | #Constraints:     129140
737.00/740.61	c #Conflicts:    3480000 | #Constraints:     130140
737.00/740.61	c #Conflicts:    3481000 | #Constraints:     131141
737.00/740.61	c #Conflicts:    3482000 | #Constraints:     132141
737.00/740.61	c #Conflicts:    3483000 | #Constraints:     133142
737.00/740.61	c #Conflicts:    3484000 | #Constraints:     134142
737.00/740.61	c #Conflicts:    3485000 | #Constraints:     135142
737.00/740.61	c #Conflicts:    3486000 | #Constraints:     136142
737.00/740.61	c #Conflicts:    3487000 | #Constraints:     137142
737.00/740.61	c #Conflicts:    3488000 | #Constraints:     138143
737.00/740.61	c #Conflicts:    3489000 | #Constraints:     139143
737.00/740.61	c #Conflicts:    3490000 | #Constraints:     140143
737.00/740.61	c #Conflicts:    3491000 | #Constraints:     141144
737.00/740.61	c #Conflicts:    3492000 | #Constraints:     142144
737.00/740.61	c #Conflicts:    3493000 | #Constraints:     143144
737.00/740.61	c #Conflicts:    3494000 | #Constraints:     144144
737.00/740.61	c #Conflicts:    3495000 | #Constraints:     145144
737.00/740.61	c #Conflicts:    3496000 | #Constraints:     146144
737.00/740.61	c #Conflicts:    3497000 | #Constraints:     147144
737.00/740.61	c #Conflicts:    3498000 | #Constraints:     148144
737.00/740.61	c #Conflicts:    3499000 | #Constraints:     149144
737.00/740.61	c #Conflicts:    3500000 | #Constraints:     150144
737.00/740.61	c #Conflicts:    3501000 | #Constraints:     151144
737.00/740.61	c #Conflicts:    3502000 | #Constraints:     152144
737.00/740.61	c #Conflicts:    3503000 | #Constraints:     153144
737.00/740.61	c #Conflicts:    3504000 | #Constraints:     154145
737.00/740.61	c #Conflicts:    3505000 | #Constraints:     155145
737.00/740.61	c #Conflicts:    3506000 | #Constraints:     156145
737.00/740.61	c #Conflicts:    3507000 | #Constraints:     157145
737.00/740.61	c #Conflicts:    3508000 | #Constraints:     158145
737.00/740.61	c #Conflicts:    3509000 | #Constraints:     159146
737.00/740.61	c #Conflicts:    3510000 | #Constraints:     160146
737.00/740.61	c #Conflicts:    3511000 | #Constraints:     161146
737.00/740.61	c #Conflicts:    3512000 | #Constraints:     162147
737.00/740.61	c #Conflicts:    3513000 | #Constraints:     163147
737.00/740.61	c #Conflicts:    3514000 | #Constraints:     164147
737.00/740.61	c #Conflicts:    3515000 | #Constraints:     165147
802.27/806.15	c #Conflicts:    3516000 | #Constraints:     166147
802.27/806.15	c #Conflicts:    3517000 | #Constraints:     167148
802.27/806.15	c #Conflicts:    3518000 | #Constraints:     168149
802.27/806.15	c #Conflicts:    3519000 | #Constraints:     169149
802.27/806.15	c #Conflicts:    3520000 | #Constraints:     170149
802.27/806.15	c #Conflicts:    3521000 | #Constraints:     171150
802.27/806.15	c #Conflicts:    3522000 | #Constraints:     172150
802.27/806.15	c #Conflicts:    3523000 | #Constraints:     173150
802.27/806.15	c #Conflicts:    3524000 | #Constraints:     174150
802.27/806.15	c #Conflicts:    3525000 | #Constraints:     175150
802.27/806.15	c #Conflicts:    3526000 | #Constraints:     176150
802.27/806.15	c #Conflicts:    3527000 | #Constraints:     177151
802.27/806.15	c #Conflicts:    3528000 | #Constraints:     178151
802.27/806.15	c #Conflicts:    3529000 | #Constraints:     179151
802.27/806.15	c #Conflicts:    3530000 | #Constraints:     180151
802.27/806.15	c #Conflicts:    3531000 | #Constraints:     181152
802.27/806.15	c #Conflicts:    3532000 | #Constraints:     182152
802.27/806.15	c #Conflicts:    3533000 | #Constraints:     183153
802.27/806.15	c #Conflicts:    3534000 | #Constraints:     184153
802.27/806.15	c #Conflicts:    3535000 | #Constraints:     185153
802.27/806.16	c #Conflicts:    3536000 | #Constraints:     186154
802.27/806.16	c #Conflicts:    3537000 | #Constraints:     187154
802.27/806.16	c #Conflicts:    3538000 | #Constraints:     188154
802.27/806.16	c #Conflicts:    3539000 | #Constraints:     189155
802.27/806.16	c #Conflicts:    3540000 | #Constraints:     190156
802.27/806.16	c #Conflicts:    3541000 | #Constraints:     191156
802.27/806.16	c #Conflicts:    3542000 | #Constraints:     192156
802.27/806.16	c #Conflicts:    3543000 | #Constraints:     193156
802.27/806.16	c #Conflicts:    3544000 | #Constraints:     194157
802.27/806.16	c #Conflicts:    3545000 | #Constraints:     195157
802.27/806.16	c #Conflicts:    3546000 | #Constraints:     196158
802.27/806.16	c #Conflicts:    3547000 | #Constraints:     197159
802.27/806.16	c #Conflicts:    3548000 | #Constraints:     198159
802.27/806.16	c #Conflicts:    3549000 | #Constraints:     199160
802.27/806.16	c #Conflicts:    3550000 | #Constraints:     200160
802.27/806.16	c #Conflicts:    3551000 | #Constraints:     201161
802.27/806.16	c #Conflicts:    3552000 | #Constraints:     202162
802.27/806.16	c #Conflicts:    3553000 | #Constraints:     203162
802.27/806.16	c #Conflicts:    3554000 | #Constraints:     204162
802.27/806.16	c #Conflicts:    3555000 | #Constraints:     205162
802.27/806.16	c #Conflicts:    3556000 | #Constraints:     206163
802.27/806.16	c #Conflicts:    3557000 | #Constraints:     207163
802.27/806.16	c #Conflicts:    3558000 | #Constraints:     208163
802.27/806.16	c #Conflicts:    3559000 | #Constraints:     209163
802.27/806.16	c #Conflicts:    3560000 | #Constraints:     210163
802.27/806.16	c #Conflicts:    3561000 | #Constraints:     211163
802.27/806.16	c #Conflicts:    3562000 | #Constraints:     212164
802.27/806.16	c #Conflicts:    3563000 | #Constraints:     213164
802.27/806.16	c #Conflicts:    3564000 | #Constraints:     214164
802.27/806.16	c #Conflicts:    3565000 | #Constraints:     215164
802.27/806.16	c #Conflicts:    3566000 | #Constraints:     216164
802.27/806.16	c #Conflicts:    3567000 | #Constraints:     217164
802.27/806.16	c #Conflicts:    3568000 | #Constraints:     218164
802.27/806.16	c #Conflicts:    3569000 | #Constraints:     219164
802.27/806.16	c #Conflicts:    3570000 | #Constraints:     220165
802.27/806.16	c #Conflicts:    3571000 | #Constraints:     221166
802.27/806.16	c #Conflicts:    3572000 | #Constraints:     222166
802.27/806.16	c #Conflicts:    3573000 | #Constraints:     223166
802.27/806.16	c #Conflicts:    3574000 | #Constraints:     224166
802.27/806.16	c #Conflicts:    3575000 | #Constraints:     225167
802.27/806.16	c #Conflicts:    3576000 | #Constraints:     226167
802.27/806.16	c #Conflicts:    3577000 | #Constraints:     227167
802.27/806.16	c #Conflicts:    3578000 | #Constraints:     228167
802.27/806.16	c #Conflicts:    3579000 | #Constraints:     229167
802.27/806.16	c #Conflicts:    3580000 | #Constraints:     230167
802.27/806.16	c #Conflicts:    3581000 | #Constraints:     231168
802.27/806.16	c #Conflicts:    3582000 | #Constraints:     232168
802.27/806.16	c #Conflicts:    3583000 | #Constraints:     233168
802.27/806.16	c #Conflicts:    3584000 | #Constraints:     234168
802.27/806.16	c #Conflicts:    3585000 | #Constraints:     235169
802.27/806.16	c #Conflicts:    3586000 | #Constraints:     236169
802.27/806.16	c #Conflicts:    3587000 | #Constraints:     237169
802.27/806.16	c #Conflicts:    3588000 | #Constraints:     238169
802.27/806.16	c #Conflicts:    3589000 | #Constraints:     239170
802.27/806.16	c #Conflicts:    3590000 | #Constraints:     240170
802.27/806.16	c INPROCESSING
802.27/806.16	c GARBAGE COLLECT
802.27/806.16	WSVECS04 Frhs2[64]: 6 -0.343746 0 shouldn't be
802.27/806.16	WSVECS04 Frhs2[81]: 6 0 1 shouldn't be
802.27/806.16	WSVECS04 Frhs2[87]: 6 0 0.392806 shouldn't be
802.27/806.16	WSVECS04 Frhs2[115]: 6 0 0.152655 shouldn't be
802.27/806.16	WSVECS04 Frhs2[318]: 6 0 4.58961 shouldn't be
802.27/806.16	WSVECS04 Frhs2[578]: 6 0 1 shouldn't be
802.27/806.16	WSVECS04 Frhs2[734]: 6 0 0.864887 shouldn't be
802.27/806.16	WSVECS04 Frhs2[760]: 6 0 18.9911 shouldn't be
802.27/806.16	WSVECS04 Frhs2[969]: 6 0 0.566548 shouldn't be
802.27/806.16	WSVECS04 Frhs2[1120]: 6 0 16.3349 shouldn't be
802.27/806.16	WSVECS04 Frhs2[1269]: 6 0 1 shouldn't be
802.27/806.16	WSVECS04 Frhs2[1276]: 6 0 0.545917 shouldn't be
802.27/806.16	WSVECS04 Frhs2[1410]: 6 0 0.667823 shouldn't be
802.27/806.16	WSVECS04 Frhs2[1851]: 6 -1 0 shouldn't be
824.70/828.60	c #Conflicts:    3591000 | #Constraints:     125137
824.70/828.60	c #Conflicts:    3592000 | #Constraints:     126137
824.70/828.60	c #Conflicts:    3593000 | #Constraints:     127137
824.70/828.60	c #Conflicts:    3594000 | #Constraints:     128138
824.70/828.60	c #Conflicts:    3595000 | #Constraints:     129138
824.70/828.60	c #Conflicts:    3596000 | #Constraints:     130138
824.70/828.60	c #Conflicts:    3597000 | #Constraints:     131138
824.70/828.60	c #Conflicts:    3598000 | #Constraints:     132138
824.70/828.60	c #Conflicts:    3599000 | #Constraints:     133138
824.70/828.60	c #Conflicts:    3600000 | #Constraints:     134138
824.70/828.60	c #Conflicts:    3601000 | #Constraints:     135138
824.70/828.60	c #Conflicts:    3602000 | #Constraints:     136138
824.70/828.60	c #Conflicts:    3603000 | #Constraints:     137138
824.70/828.60	c #Conflicts:    3604000 | #Constraints:     138138
824.70/828.60	c #Conflicts:    3605000 | #Constraints:     139138
824.70/828.60	c #Conflicts:    3606000 | #Constraints:     140138
824.70/828.60	c #Conflicts:    3607000 | #Constraints:     141138
824.70/828.60	c #Conflicts:    3608000 | #Constraints:     142138
824.70/828.60	c #Conflicts:    3609000 | #Constraints:     143138
824.70/828.60	c #Conflicts:    3610000 | #Constraints:     144138
824.70/828.60	c #Conflicts:    3611000 | #Constraints:     145138
824.70/828.60	c #Conflicts:    3612000 | #Constraints:     146138
824.70/828.60	c #Conflicts:    3613000 | #Constraints:     147138
824.70/828.60	c #Conflicts:    3614000 | #Constraints:     148138
824.70/828.60	c #Conflicts:    3615000 | #Constraints:     149138
824.70/828.60	c #Conflicts:    3616000 | #Constraints:     150138
824.70/828.60	c #Conflicts:    3617000 | #Constraints:     151138
824.70/828.60	c #Conflicts:    3618000 | #Constraints:     152138
824.70/828.60	c #Conflicts:    3619000 | #Constraints:     153138
824.70/828.60	c #Conflicts:    3620000 | #Constraints:     154138
824.70/828.60	c #Conflicts:    3621000 | #Constraints:     155138
824.70/828.60	c #Conflicts:    3622000 | #Constraints:     156138
824.70/828.60	c #Conflicts:    3623000 | #Constraints:     157138
824.70/828.60	c #Conflicts:    3624000 | #Constraints:     158138
824.70/828.60	c #Conflicts:    3625000 | #Constraints:     159138
824.70/828.60	c #Conflicts:    3626000 | #Constraints:     160138
824.70/828.60	c #Conflicts:    3627000 | #Constraints:     161138
824.70/828.60	c #Conflicts:    3628000 | #Constraints:     162138
824.70/828.60	c INPROCESSING
824.70/828.60	c GARBAGE COLLECT
824.70/828.60	WSVECS04 Frhs2[29]: 6 -12.7778 0 shouldn't be
824.70/828.60	WSVECS04 Frhs2[31]: 6 -12.7778 0 shouldn't be
824.70/828.60	WSVECS04 Frhs2[44]: 6 -32.0251 0 shouldn't be
824.70/828.60	WSVECS04 Frhs2[45]: 6 -37.6349 0 shouldn't be
824.70/828.60	WSVECS04 Frhs2[49]: 6 -57.2009 0 shouldn't be
824.70/828.60	WSVECS04 Frhs2[50]: 6 0 5.68561 shouldn't be
824.70/828.60	WSVECS04 Frhs2[52]: 6 -36.9016 0 shouldn't be
824.70/828.60	WSVECS04 Frhs2[63]: 6 -83.9413 0 shouldn't be
824.70/828.60	WSVECS04 Frhs2[64]: 6 0 4.18278 shouldn't be
824.70/828.60	WSVECS04 Frhs2[67]: 6 -29.5138 0 shouldn't be
824.70/828.60	WSVECS04 Frhs2[70]: 6 0 80.9312 shouldn't be
824.70/828.60	WSVECS04 Frhs2[74]: 6 -29.8723 0 shouldn't be
824.70/828.60	WSVECS04 Frhs2[78]: 6 -57.8339 0 shouldn't be
824.70/828.60	WSVECS04 Frhs2[80]: 6 0 13.7157 shouldn't be
824.70/828.60	WSVECS04 Frhs2[143]: 6 0 5.522 shouldn't be
824.70/828.60	WSVECS04 Frhs2[196]: 6 0 5.20744 shouldn't be
824.70/828.60	WSVECS04 Frhs2[264]: 6 0 85.839 shouldn't be
824.70/828.60	WSVECS04 Frhs2[267]: 6 0 30.2471 shouldn't be
824.70/828.60	WSVECS04 Frhs2[314]: 6 0 25.3586 shouldn't be
824.70/828.60	WSVECS04 Frhs2[325]: 6 0 8.6771 shouldn't be
824.70/828.60	WSVECS04 Frhs2[336]: 6 0 5.76612 shouldn't be
824.70/828.60	WSVECS04 Frhs2[365]: 6 0 8.6771 shouldn't be
824.70/828.60	WSVECS04 Frhs2[396]: 6 0 5.20744 shouldn't be
824.70/828.60	WSVECS04 Frhs2[439]: 6 0 1 shouldn't be
824.70/828.60	WSVECS04 Frhs2[888]: 6 0 1 shouldn't be
824.70/828.60	WSVECS04 Frhs2[925]: 6 0 8.6771 shouldn't be
824.70/828.60	WSVECS04 Frhs2[934]: 6 0 30.6917 shouldn't be
824.70/828.60	WSVECS04 Frhs2[938]: 6 0 1 shouldn't be
824.70/828.60	WSVECS04 Frhs2[944]: 6 0 55.0089 shouldn't be
824.70/828.60	WSVECS04 Frhs2[969]: 6 0 0.87709 shouldn't be
824.70/828.60	WSVECS04 Frhs2[970]: 6 0 5.20744 shouldn't be
824.70/828.60	WSVECS04 Frhs2[979]: 6 0 1.20632 shouldn't be
824.70/828.60	WSVECS04 Frhs2[987]: 6 0 30.2471 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1043]: 6 0 20.3785 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1061]: 6 0 1 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1101]: 6 0 1 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1108]: 6 0 29.5345 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1134]: 6 0 30.0049 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1203]: 6 0 57.8339 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1211]: 6 0 1 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1219]: 6 0 3.61897 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1223]: 6 0 0.29254 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1237]: 6 0 0.500001 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1251]: 6 0 1 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1276]: 6 0 5.20744 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1434]: 6 0 1 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1442]: 6 0 39.4651 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1486]: 6 0 17.854 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1529]: 6 0 4.45852 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1564]: 6 0 27.0013 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1565]: 6 0 8.6771 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1576]: 6 0 24.2735 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1579]: 6 0 99.595 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1600]: 6 0 28.2723 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1602]: 6 0 39.4651 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1609]: 6 0 4.45852 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1642]: 6 0 39.4651 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1768]: 6 -6.60683 0 shouldn't be
824.70/828.60	WSVECS04 Frhs2[1885]: 6 -6.08415 0 shouldn't be
851.30/855.36	c #Conflicts:    3629000 | #Constraints:      86081
851.30/855.36	c #Conflicts:    3630000 | #Constraints:      87082
851.30/855.36	c #Conflicts:    3631000 | #Constraints:      88082
851.30/855.36	c #Conflicts:    3632000 | #Constraints:      89082
851.30/855.36	c #Conflicts:    3633000 | #Constraints:      90082
851.30/855.36	c #Conflicts:    3634000 | #Constraints:      91082
851.30/855.36	c #Conflicts:    3635000 | #Constraints:      92082
851.30/855.36	c #Conflicts:    3636000 | #Constraints:      93082
851.30/855.36	c #Conflicts:    3637000 | #Constraints:      94082
851.30/855.36	c #Conflicts:    3638000 | #Constraints:      95082
851.30/855.36	c #Conflicts:    3639000 | #Constraints:      96082
851.30/855.36	c #Conflicts:    3640000 | #Constraints:      97082
851.30/855.36	c #Conflicts:    3641000 | #Constraints:      98082
851.30/855.36	c #Conflicts:    3642000 | #Constraints:      99082
851.30/855.36	c #Conflicts:    3643000 | #Constraints:     100082
851.30/855.36	c #Conflicts:    3644000 | #Constraints:     101082
851.30/855.36	c #Conflicts:    3645000 | #Constraints:     102082
851.30/855.36	c #Conflicts:    3646000 | #Constraints:     103082
851.30/855.36	c #Conflicts:    3647000 | #Constraints:     104082
851.30/855.36	c #Conflicts:    3648000 | #Constraints:     105082
851.30/855.36	c #Conflicts:    3649000 | #Constraints:     106082
851.30/855.36	c #Conflicts:    3650000 | #Constraints:     107082
851.30/855.36	c #Conflicts:    3651000 | #Constraints:     108082
851.30/855.36	c #Conflicts:    3652000 | #Constraints:     109082
851.30/855.36	c #Conflicts:    3653000 | #Constraints:     110082
851.30/855.36	c #Conflicts:    3654000 | #Constraints:     111082
851.30/855.36	c #Conflicts:    3655000 | #Constraints:     112082
851.30/855.36	c #Conflicts:    3656000 | #Constraints:     113082
851.30/855.36	c #Conflicts:    3657000 | #Constraints:     114082
851.30/855.36	c #Conflicts:    3658000 | #Constraints:     115082
851.30/855.36	c #Conflicts:    3659000 | #Constraints:     116082
851.30/855.36	c #Conflicts:    3660000 | #Constraints:     117082
851.30/855.36	c #Conflicts:    3661000 | #Constraints:     118082
851.30/855.36	c #Conflicts:    3662000 | #Constraints:     119082
851.30/855.36	c #Conflicts:    3663000 | #Constraints:     120082
851.30/855.36	c #Conflicts:    3664000 | #Constraints:     121082
851.30/855.36	c #Conflicts:    3665000 | #Constraints:     122082
851.30/855.36	c #Conflicts:    3666000 | #Constraints:     123082
851.30/855.36	c INPROCESSING
851.30/855.36	c GARBAGE COLLECT
851.30/855.36	c #Conflicts:    3667000 | #Constraints:      66404
851.30/855.36	c #Conflicts:    3668000 | #Constraints:      67404
851.30/855.36	c #Conflicts:    3669000 | #Constraints:      68404
851.30/855.36	c #Conflicts:    3670000 | #Constraints:      69404
851.30/855.36	c #Conflicts:    3671000 | #Constraints:      70404
851.30/855.36	c #Conflicts:    3672000 | #Constraints:      71404
851.30/855.36	c #Conflicts:    3673000 | #Constraints:      72404
851.30/855.36	c #Conflicts:    3674000 | #Constraints:      73404
851.30/855.36	c #Conflicts:    3675000 | #Constraints:      74404
851.30/855.36	c #Conflicts:    3676000 | #Constraints:      75404
851.30/855.36	c #Conflicts:    3677000 | #Constraints:      76405
851.30/855.36	c #Conflicts:    3678000 | #Constraints:      77405
851.30/855.36	c #Conflicts:    3679000 | #Constraints:      78405
851.30/855.36	c #Conflicts:    3680000 | #Constraints:      79405
851.30/855.36	c #Conflicts:    3681000 | #Constraints:      80405
851.30/855.36	c #Conflicts:    3682000 | #Constraints:      81405
851.30/855.36	c #Conflicts:    3683000 | #Constraints:      82405
851.30/855.36	c #Conflicts:    3684000 | #Constraints:      83405
851.30/855.36	c #Conflicts:    3685000 | #Constraints:      84405
851.30/855.36	c #Conflicts:    3686000 | #Constraints:      85405
851.30/855.36	c #Conflicts:    3687000 | #Constraints:      86405
851.30/855.36	c #Conflicts:    3688000 | #Constraints:      87405
851.30/855.36	c #Conflicts:    3689000 | #Constraints:      88405
851.30/855.36	c #Conflicts:    3690000 | #Constraints:      89405
851.30/855.36	c #Conflicts:    3691000 | #Constraints:      90405
851.30/855.36	c #Conflicts:    3692000 | #Constraints:      91405
851.30/855.36	c #Conflicts:    3693000 | #Constraints:      92405
851.30/855.36	c #Conflicts:    3694000 | #Constraints:      93405
851.30/855.36	c #Conflicts:    3695000 | #Constraints:      94405
851.30/855.36	c #Conflicts:    3696000 | #Constraints:      95405
851.30/855.36	c #Conflicts:    3697000 | #Constraints:      96405
851.30/855.36	c #Conflicts:    3698000 | #Constraints:      97405
851.30/855.36	c #Conflicts:    3699000 | #Constraints:      98406
851.30/855.36	c #Conflicts:    3700000 | #Constraints:      99406
851.30/855.36	c #Conflicts:    3701000 | #Constraints:     100406
851.30/855.36	c #Conflicts:    3702000 | #Constraints:     101406
851.30/855.36	c #Conflicts:    3703000 | #Constraints:     102406
851.30/855.36	c #Conflicts:    3704000 | #Constraints:     103407
851.30/855.36	c #Conflicts:    3705000 | #Constraints:     104407
851.30/855.36	c INPROCESSING
851.30/855.36	c GARBAGE COLLECT
851.30/855.36	WSVECS04 Frhs2[9]: 6 -0.587815 0 shouldn't be
851.30/855.36	WSVECS04 Frhs2[29]: 6 0 0.269184 shouldn't be
851.30/855.36	WSVECS04 Frhs2[46]: 6 0 0.19382 shouldn't be
851.30/855.36	WSVECS04 Frhs2[58]: 6 -1.13422 0 shouldn't be
851.30/855.36	WSVECS04 Frhs2[59]: 6 -0.310155 0 shouldn't be
851.30/855.36	WSVECS04 Frhs2[67]: 6 -0.254039 0 shouldn't be
851.30/855.36	WSVECS04 Frhs2[80]: 6 -1.34896 0 shouldn't be
851.30/855.36	WSVECS04 Frhs2[156]: 6 0 0.339386 shouldn't be
851.30/855.36	WSVECS04 Frhs2[204]: 6 0 0.89504 shouldn't be
851.30/855.36	WSVECS04 Frhs2[276]: 6 0 0.339386 shouldn't be
851.30/855.36	WSVECS04 Frhs2[316]: 6 0 0.339386 shouldn't be
851.30/855.36	WSVECS04 Frhs2[334]: 6 0 1.25174 shouldn't be
851.30/855.36	WSVECS04 Frhs2[358]: 6 0 0.178535 shouldn't be
851.30/855.36	WSVECS04 Frhs2[505]: 6 -1.63445 0 shouldn't be
851.30/855.36	WSVECS04 Frhs2[555]: 6 0 0.00413474 shouldn't be
851.30/855.36	WSVECS04 Frhs2[595]: 6 0 0.00413499 shouldn't be
851.30/855.36	WSVECS04 Frhs2[632]: 6 0 0.27776 shouldn't be
851.30/855.36	WSVECS04 Frhs2[714]: 6 -0.686761 0 shouldn't be
851.30/855.36	WSVECS04 Frhs2[723]: 6 0 0.285161 shouldn't be
851.30/855.36	WSVECS04 Frhs2[729]: 6 0 0.0787305 shouldn't be
851.30/855.36	WSVECS04 Frhs2[889]: 6 0 0.5 shouldn't be
851.30/855.36	WSVECS04 Frhs2[939]: 6 0 2.79838 shouldn't be
851.30/855.36	WSVECS04 Frhs2[946]: 6 0 0.895039 shouldn't be
851.30/855.36	WSVECS04 Frhs2[1010]: 6 -0.660615 0 shouldn't be
851.30/855.36	WSVECS04 Frhs2[1134]: 6 0 0.14575 shouldn't be
851.30/855.36	WSVECS04 Frhs2[1176]: 6 0 0.170819 shouldn't be
851.30/855.36	WSVECS04 Frhs2[1241]: 6 -1.26918 0 shouldn't be
851.30/855.36	WSVECS04 Frhs2[1339]: 6 0 0.691762 shouldn't be
851.30/855.36	WSVECS04 Frhs2[1601]: 6 0 3.21922 shouldn't be
851.49/855.56	WSVECS04 Frhs2[25]: 6 0 1.41219 shouldn't be
851.49/855.56	WSVECS04 Frhs2[28]: 6 -0.0608404 0 shouldn't be
851.49/855.56	WSVECS04 Frhs2[55]: 6 0 0.0636166 shouldn't be
851.49/855.56	WSVECS04 Frhs2[89]: 6 -0.548328 0 shouldn't be
851.49/855.56	WSVECS04 Frhs2[164]: 6 0 0.895039 shouldn't be
851.49/855.56	WSVECS04 Frhs2[176]: 6 0 0.0277385 shouldn't be
851.49/855.56	WSVECS04 Frhs2[186]: 6 0 1.92045 shouldn't be
851.49/855.56	WSVECS04 Frhs2[197]: 6 0 1 shouldn't be
851.49/855.56	WSVECS04 Frhs2[247]: 6 0 0.705848 shouldn't be
851.49/855.56	WSVECS04 Frhs2[267]: 6 0 0.5992 shouldn't be
851.49/855.56	WSVECS04 Frhs2[317]: 6 0 1 shouldn't be
851.49/855.56	WSVECS04 Frhs2[356]: 6 0 0.339386 shouldn't be
851.49/855.56	WSVECS04 Frhs2[450]: 6 0 0.0346646 shouldn't be
851.49/855.56	WSVECS04 Frhs2[514]: 6 0 0.116883 shouldn't be
851.49/855.56	WSVECS04 Frhs2[530]: 6 0 0.273437 shouldn't be
851.49/855.56	WSVECS04 Frhs2[570]: 6 0 0.380911 shouldn't be
851.49/855.56	WSVECS04 Frhs2[574]: 6 0 5.16537 shouldn't be
851.49/855.56	WSVECS04 Frhs2[594]: 6 0 0.499592 shouldn't be
851.49/855.56	WSVECS04 Frhs2[640]: 6 0 0.967268 shouldn't be
851.49/855.56	WSVECS04 Frhs2[647]: 6 0 0.0303655 shouldn't be
851.49/855.56	WSVECS04 Frhs2[673]: 6 0 0.266626 shouldn't be
851.49/855.56	WSVECS04 Frhs2[680]: 6 0 0.967268 shouldn't be
851.49/855.56	WSVECS04 Frhs2[687]: 6 0 0.0303658 shouldn't be
851.49/855.56	WSVECS04 Frhs2[727]: 6 -0.675483 0 shouldn't be
851.49/855.56	WSVECS04 Frhs2[751]: 6 -1 0 shouldn't be
851.49/855.56	WSVECS04 Frhs2[782]: 6 0 0.0189263 shouldn't be
851.49/855.56	WSVECS04 Frhs2[822]: 6 0 0.0189256 shouldn't be
851.49/855.56	WSVECS04 Frhs2[942]: 6 0 0.0189255 shouldn't be
851.49/855.56	WSVECS04 Frhs2[969]: 6 0 0.0196832 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1060]: 6 0 1 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1068]: 6 0 1.0488 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1084]: 6 -1 0 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1098]: 6 -1 0 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1146]: 6 0 0.89504 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1174]: 6 -0.118866 0 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1184]: 6 0 1.34217 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1216]: 6 0 0.17082 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1220]: 6 0 1 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1237]: 6 0 1 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1260]: 6 0 1 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1318]: 6 0 0.0106571 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1412]: 6 0 0.587815 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1449]: 6 0 0.0196827 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1452]: 6 0 0.587815 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1648]: 6 0 1 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1678]: 6 0 0.0106568 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1714]: 6 0 0.0653873 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1723]: 6 -2 0 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1831]: 6 -1 0 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1878]: 6 -1 0 shouldn't be
851.49/855.56	WSVECS04 Frhs2[1879]: 6 -3 0 shouldn't be
861.94/866.02	c #Conflicts:    3706000 | #Constraints:      57318
861.94/866.02	c #Conflicts:    3707000 | #Constraints:      58318
861.94/866.02	c #Conflicts:    3708000 | #Constraints:      59318
861.94/866.02	c #Conflicts:    3709000 | #Constraints:      60318
861.94/866.02	c #Conflicts:    3710000 | #Constraints:      61319
861.94/866.02	c #Conflicts:    3711000 | #Constraints:      62319
861.94/866.02	c #Conflicts:    3712000 | #Constraints:      63319
861.94/866.02	c #Conflicts:    3713000 | #Constraints:      64319
861.94/866.02	c #Conflicts:    3714000 | #Constraints:      65319
861.94/866.02	c #Conflicts:    3715000 | #Constraints:      66319
861.94/866.02	c #Conflicts:    3716000 | #Constraints:      67319
861.94/866.02	c #Conflicts:    3717000 | #Constraints:      68319
861.94/866.02	c #Conflicts:    3718000 | #Constraints:      69319
861.94/866.02	c #Conflicts:    3719000 | #Constraints:      70319
861.94/866.02	c #Conflicts:    3720000 | #Constraints:      71319
861.94/866.02	c #Conflicts:    3721000 | #Constraints:      72319
861.94/866.02	c #Conflicts:    3722000 | #Constraints:      73319
861.94/866.02	c #Conflicts:    3723000 | #Constraints:      74319
861.94/866.02	c #Conflicts:    3724000 | #Constraints:      75319
861.94/866.02	c #Conflicts:    3725000 | #Constraints:      76319
861.94/866.02	c #Conflicts:    3726000 | #Constraints:      77319
861.94/866.02	c #Conflicts:    3727000 | #Constraints:      78319
861.94/866.02	c #Conflicts:    3728000 | #Constraints:      79319
861.94/866.02	c #Conflicts:    3729000 | #Constraints:      80319
861.94/866.02	c #Conflicts:    3730000 | #Constraints:      81319
861.94/866.02	c #Conflicts:    3731000 | #Constraints:      82319
861.94/866.02	c #Conflicts:    3732000 | #Constraints:      83319
861.94/866.02	c #Conflicts:    3733000 | #Constraints:      84319
861.94/866.02	c #Conflicts:    3734000 | #Constraints:      85319
861.94/866.02	c #Conflicts:    3735000 | #Constraints:      86319
861.94/866.02	c #Conflicts:    3736000 | #Constraints:      87320
861.94/866.02	c #Conflicts:    3737000 | #Constraints:      88320
861.94/866.02	c #Conflicts:    3738000 | #Constraints:      89320
861.94/866.02	c #Conflicts:    3739000 | #Constraints:      90320
861.94/866.02	c #Conflicts:    3740000 | #Constraints:      91320
861.94/866.02	c #Conflicts:    3741000 | #Constraints:      92320
861.94/866.02	c #Conflicts:    3742000 | #Constraints:      93321
861.94/866.02	c #Conflicts:    3743000 | #Constraints:      94321
861.94/866.02	c #Conflicts:    3744000 | #Constraints:      95321
861.94/866.02	c INPROCESSING
861.94/866.02	c GARBAGE COLLECT
861.94/866.02	WSVECS04 Frhs2[9]: 6 0 8.00007 shouldn't be
861.94/866.02	WSVECS04 Frhs2[15]: 6 0 8.0001 shouldn't be
861.94/866.02	WSVECS04 Frhs2[20]: 6 0 8.00005 shouldn't be
861.94/866.02	WSVECS04 Frhs2[21]: 6 0 8.00003 shouldn't be
861.94/866.02	WSVECS04 Frhs2[22]: 6 0 8.00003 shouldn't be
861.94/866.02	WSVECS04 Frhs2[23]: 6 0 8.00003 shouldn't be
861.94/866.02	WSVECS04 Frhs2[25]: 6 0 8.00006 shouldn't be
861.94/866.02	WSVECS04 Frhs2[44]: 6 -1.00009 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[47]: 6 0 6.50002 shouldn't be
861.94/866.02	WSVECS04 Frhs2[48]: 6 0 9.00005 shouldn't be
861.94/866.02	WSVECS04 Frhs2[50]: 6 0 1.00009 shouldn't be
861.94/866.02	WSVECS04 Frhs2[53]: 6 -1.00004 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[59]: 6 0 4.00004 shouldn't be
861.94/866.02	WSVECS04 Frhs2[69]: 6 -3.00008 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[70]: 6 0 2.0001 shouldn't be
861.94/866.02	WSVECS04 Frhs2[71]: 6 -1.00006 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[72]: 6 -1.00002 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[75]: 6 -1.00008 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[76]: 6 -1.00009 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[79]: 6 0 9.00001 shouldn't be
861.94/866.02	WSVECS04 Frhs2[82]: 6 -1.00008 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[87]: 6 -1.00006 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[109]: 6 0 1.00008 shouldn't be
861.94/866.02	WSVECS04 Frhs2[125]: 6 0 8.00002 shouldn't be
861.94/866.02	WSVECS04 Frhs2[196]: 6 -1.00007 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[227]: 6 0 9.00001 shouldn't be
861.94/866.02	WSVECS04 Frhs2[231]: 6 0 1.00002 shouldn't be
861.94/866.02	WSVECS04 Frhs2[267]: 6 0 9.00003 shouldn't be
861.94/866.02	WSVECS04 Frhs2[307]: 6 -1.00008 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[308]: 6 0 1.00005 shouldn't be
861.94/866.02	WSVECS04 Frhs2[318]: 6 -5.50007 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[323]: 6 0 1.00007 shouldn't be
861.94/866.02	WSVECS04 Frhs2[332]: 6 0 1.00008 shouldn't be
861.94/866.02	WSVECS04 Frhs2[344]: 6 0 1.00006 shouldn't be
861.94/866.02	WSVECS04 Frhs2[348]: 6 0 1.00005 shouldn't be
861.94/866.02	WSVECS04 Frhs2[353]: 6 0 1.00006 shouldn't be
861.94/866.02	WSVECS04 Frhs2[363]: 6 0 1.00008 shouldn't be
861.94/866.02	WSVECS04 Frhs2[431]: 6 0 1.00003 shouldn't be
861.94/866.02	WSVECS04 Frhs2[436]: 6 0 1.00002 shouldn't be
861.94/866.02	WSVECS04 Frhs2[440]: 6 0 1.00006 shouldn't be
861.94/866.02	WSVECS04 Frhs2[594]: 6 0 1.00003 shouldn't be
861.94/866.02	WSVECS04 Frhs2[599]: 6 0 1.00001 shouldn't be
861.94/866.02	WSVECS04 Frhs2[605]: 6 -8.00003 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[694]: 6 0 2.00008 shouldn't be
861.94/866.02	WSVECS04 Frhs2[734]: 6 0 1.00008 shouldn't be
861.94/866.02	WSVECS04 Frhs2[753]: 6 0 10 shouldn't be
861.94/866.02	WSVECS04 Frhs2[770]: 6 -1.00009 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[787]: 6 0 1.00005 shouldn't be
861.94/866.02	WSVECS04 Frhs2[793]: 6 0 10.0001 shouldn't be
861.94/866.02	WSVECS04 Frhs2[803]: 6 -1.00004 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[808]: 6 -9.00004 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[843]: 6 -1.00006 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[848]: 6 -8.00009 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[879]: 6 0 1.00005 shouldn't be
861.94/866.02	WSVECS04 Frhs2[922]: 6 -11 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[968]: 6 -8.00008 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[997]: 6 0 1.00007 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1004]: 6 0 1.00008 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1123]: 6 0 1.00005 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1166]: 6 -1.0001 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1187]: 6 0 1.00008 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1271]: 6 0 1.00005 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1299]: 6 0 15 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1361]: 6 -1.00008 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1418]: 6 0 1.00009 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1450]: 6 -1.00005 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1454]: 6 -1.00008 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1458]: 6 0 1.00005 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1472]: 6 0 1.00002 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1475]: 6 0 0.50001 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1483]: 6 0 1.00001 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1552]: 6 0 1.00003 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1592]: 6 -1.00007 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1645]: 6 0 1.00007 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1656]: 6 0 1.00005 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1671]: 6 0 1.00001 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1685]: 6 0 1.00003 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1741]: 6 -1.00003 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1768]: 6 -4.00003 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1825]: 6 -1.00001 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1831]: 6 -1.00007 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1840]: 6 -1.00004 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1841]: 6 -2.00002 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1849]: 6 -2.00008 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1852]: 6 -1.0001 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1869]: 6 -1.00001 0 shouldn't be
861.94/866.02	WSVECS04 Frhs2[1886]: 6 -2.00005 0 shouldn't be
862.14/866.26	WSVECS04 Frhs2[15]: 6 0 8 shouldn't be
862.14/866.26	WSVECS04 Frhs2[17]: 6 0 8 shouldn't be
862.14/866.26	WSVECS04 Frhs2[20]: 6 0 8 shouldn't be
862.14/866.26	WSVECS04 Frhs2[21]: 6 0 8 shouldn't be
862.14/866.26	WSVECS04 Frhs2[23]: 6 0 8 shouldn't be
862.14/866.26	WSVECS04 Frhs2[25]: 6 0 8 shouldn't be
862.14/866.26	WSVECS04 Frhs2[44]: 6 -1 0 shouldn't be
862.14/866.26	WSVECS04 Frhs2[48]: 6 0 9 shouldn't be
862.14/866.26	WSVECS04 Frhs2[49]: 6 0 10 shouldn't be
862.14/866.26	WSVECS04 Frhs2[50]: 6 0 1 shouldn't be
862.14/866.26	WSVECS04 Frhs2[59]: 6 0 4 shouldn't be
862.14/866.26	WSVECS04 Frhs2[70]: 6 0 2 shouldn't be
862.14/866.26	WSVECS04 Frhs2[71]: 6 -1 0 shouldn't be
862.14/866.26	WSVECS04 Frhs2[72]: 6 -1 0 shouldn't be
862.14/866.26	WSVECS04 Frhs2[74]: 6 0 9 shouldn't be
862.14/866.26	WSVECS04 Frhs2[76]: 6 -1 0 shouldn't be
862.14/866.26	WSVECS04 Frhs2[79]: 6 0 9 shouldn't be
862.14/866.26	WSVECS04 Frhs2[82]: 6 -1 0 shouldn't be
862.14/866.26	WSVECS04 Frhs2[109]: 6 0 1 shouldn't be
862.14/866.26	WSVECS04 Frhs2[125]: 6 0 8 shouldn't be
862.14/866.26	WSVECS04 Frhs2[267]: 6 0 9 shouldn't be
862.14/866.26	WSVECS04 Frhs2[307]: 6 -1 0 shouldn't be
862.14/866.26	WSVECS04 Frhs2[353]: 6 0 1 shouldn't be
862.14/866.26	WSVECS04 Frhs2[440]: 6 0 1 shouldn't be
862.14/866.26	WSVECS04 Frhs2[605]: 6 -8 0 shouldn't be
862.14/866.26	WSVECS04 Frhs2[694]: 6 0 2 shouldn't be
862.14/866.26	WSVECS04 Frhs2[753]: 6 0 10 shouldn't be
862.14/866.26	WSVECS04 Frhs2[787]: 6 0 1 shouldn't be
862.14/866.26	WSVECS04 Frhs2[793]: 6 0 10 shouldn't be
862.14/866.26	WSVECS04 Frhs2[808]: 6 -9 0 shouldn't be
862.14/866.26	WSVECS04 Frhs2[848]: 6 -8 0 shouldn't be
862.14/866.26	WSVECS04 Frhs2[882]: 6 -11 0 shouldn't be
862.14/866.26	WSVECS04 Frhs2[928]: 6 -8 0 shouldn't be
862.14/866.26	WSVECS04 Frhs2[1044]: 6 0 1 shouldn't be
862.14/866.26	WSVECS04 Frhs2[1134]: 6 0 1 shouldn't be
862.14/866.26	WSVECS04 Frhs2[1464]: 6 0 11 shouldn't be
862.14/866.26	WSVECS04 Frhs2[1512]: 6 0 1 shouldn't be
862.14/866.26	WSVECS04 Frhs2[1592]: 6 -1 0 shouldn't be
862.14/866.26	WSVECS04 Frhs2[1656]: 6 0 1 shouldn't be
862.14/866.26	WSVECS04 Frhs2[1725]: 6 -1 0 shouldn't be
862.14/866.26	WSVECS04 Frhs2[1814]: 6 -1 0 shouldn't be
862.14/866.26	WSVECS04 Frhs2[1831]: 6 -1 0 shouldn't be
862.14/866.26	WSVECS04 Frhs2[1869]: 6 -1 0 shouldn't be
872.01/876.18	c #Conflicts:    3745000 | #Constraints:      52932
872.01/876.18	c #Conflicts:    3746000 | #Constraints:      53932
872.01/876.18	c #Conflicts:    3747000 | #Constraints:      54932
872.01/876.18	c #Conflicts:    3748000 | #Constraints:      55932
872.01/876.18	c #Conflicts:    3749000 | #Constraints:      56932
872.01/876.18	c #Conflicts:    3750000 | #Constraints:      57932
872.01/876.18	c #Conflicts:    3751000 | #Constraints:      58933
872.01/876.18	c #Conflicts:    3752000 | #Constraints:      59933
872.01/876.18	c #Conflicts:    3753000 | #Constraints:      60933
872.01/876.18	c #Conflicts:    3754000 | #Constraints:      61933
872.01/876.18	c #Conflicts:    3755000 | #Constraints:      62933
872.01/876.18	c #Conflicts:    3756000 | #Constraints:      63933
872.01/876.18	c #Conflicts:    3757000 | #Constraints:      64933
872.01/876.18	c #Conflicts:    3758000 | #Constraints:      65933
872.01/876.18	c #Conflicts:    3759000 | #Constraints:      66933
872.01/876.18	c #Conflicts:    3760000 | #Constraints:      67933
872.01/876.18	c #Conflicts:    3761000 | #Constraints:      68933
872.01/876.18	c #Conflicts:    3762000 | #Constraints:      69933
872.01/876.18	c #Conflicts:    3763000 | #Constraints:      70933
872.01/876.18	c #Conflicts:    3764000 | #Constraints:      71933
872.01/876.18	c #Conflicts:    3765000 | #Constraints:      72933
872.01/876.18	c #Conflicts:    3766000 | #Constraints:      73933
872.01/876.18	c #Conflicts:    3767000 | #Constraints:      74933
872.01/876.18	c #Conflicts:    3768000 | #Constraints:      75933
872.01/876.18	c #Conflicts:    3769000 | #Constraints:      76933
872.01/876.18	c #Conflicts:    3770000 | #Constraints:      77933
872.01/876.18	c #Conflicts:    3771000 | #Constraints:      78933
872.01/876.18	c #Conflicts:    3772000 | #Constraints:      79933
872.01/876.18	c #Conflicts:    3773000 | #Constraints:      80933
872.01/876.18	c #Conflicts:    3774000 | #Constraints:      81933
872.01/876.18	c #Conflicts:    3775000 | #Constraints:      82933
872.01/876.18	c #Conflicts:    3776000 | #Constraints:      83933
872.01/876.18	c #Conflicts:    3777000 | #Constraints:      84933
872.01/876.18	c #Conflicts:    3778000 | #Constraints:      85933
872.01/876.18	c #Conflicts:    3779000 | #Constraints:      86933
872.01/876.18	c #Conflicts:    3780000 | #Constraints:      87933
872.01/876.18	c #Conflicts:    3781000 | #Constraints:      88933
872.01/876.18	c #Conflicts:    3782000 | #Constraints:      89933
872.01/876.18	c INPROCESSING
872.01/876.18	c GARBAGE COLLECT
872.01/876.18	WSVECS04 Frhs2[47]: 6 0 10.2136 shouldn't be
872.01/876.18	WSVECS04 Frhs2[49]: 6 -41.9849 0 shouldn't be
872.01/876.18	WSVECS04 Frhs2[50]: 6 -27.6026 0 shouldn't be
872.01/876.18	WSVECS04 Frhs2[51]: 6 -25.2222 0 shouldn't be
872.01/876.18	WSVECS04 Frhs2[52]: 6 0 50.0898 shouldn't be
872.01/876.18	WSVECS04 Frhs2[54]: 6 -55.6033 0 shouldn't be
872.01/876.18	WSVECS04 Frhs2[57]: 6 0 48.0787 shouldn't be
872.01/876.18	WSVECS04 Frhs2[58]: 6 -46.7347 0 shouldn't be
872.01/876.18	WSVECS04 Frhs2[67]: 6 -14.8064 0 shouldn't be
872.01/876.18	WSVECS04 Frhs2[75]: 6 -29.925 0 shouldn't be
872.01/876.18	WSVECS04 Frhs2[77]: 6 0 17.6697 shouldn't be
872.01/876.18	WSVECS04 Frhs2[78]: 6 -27.5391 0 shouldn't be
872.01/876.18	WSVECS04 Frhs2[80]: 6 -38.4691 0 shouldn't be
872.01/876.18	WSVECS04 Frhs2[82]: 6 -38.7425 0 shouldn't be
872.01/876.18	WSVECS04 Frhs2[84]: 6 0 19.7663 shouldn't be
872.01/876.18	WSVECS04 Frhs2[89]: 6 0 0.301038 shouldn't be
872.01/876.18	WSVECS04 Frhs2[115]: 6 0 14.5538 shouldn't be
872.01/876.18	WSVECS04 Frhs2[124]: 6 0 19.7663 shouldn't be
872.01/876.18	WSVECS04 Frhs2[152]: 6 0 14.7802 shouldn't be
872.01/876.18	WSVECS04 Frhs2[156]: 6 0 9.68629 shouldn't be
872.01/876.18	WSVECS04 Frhs2[167]: 6 0 12.472 shouldn't be
872.01/876.18	WSVECS04 Frhs2[176]: 6 0 8.07995 shouldn't be
872.01/876.18	WSVECS04 Frhs2[196]: 6 0 9.68631 shouldn't be
872.01/876.18	WSVECS04 Frhs2[209]: 6 0 14.4953 shouldn't be
872.01/876.18	WSVECS04 Frhs2[210]: 6 0 9.27263 shouldn't be
872.01/876.18	WSVECS04 Frhs2[214]: 6 0 10.7031 shouldn't be
872.01/876.18	WSVECS04 Frhs2[236]: 6 0 9.68626 shouldn't be
872.01/876.18	WSVECS04 Frhs2[249]: 6 0 14.7963 shouldn't be
872.01/876.18	WSVECS04 Frhs2[287]: 6 0 12.472 shouldn't be
872.01/876.18	WSVECS04 Frhs2[308]: 6 0 10.7031 shouldn't be
872.01/876.18	WSVECS04 Frhs2[311]: 6 0 11.3393 shouldn't be
872.01/876.18	WSVECS04 Frhs2[313]: 6 -54.8416 0 shouldn't be
872.01/876.18	WSVECS04 Frhs2[314]: 6 0 32.5235 shouldn't be
872.01/876.18	WSVECS04 Frhs2[323]: 6 -1.00009 0 shouldn't be
872.01/876.18	WSVECS04 Frhs2[348]: 6 0 10.7031 shouldn't be
872.01/876.18	WSVECS04 Frhs2[367]: 6 0 12.4719 shouldn't be
872.01/876.18	WSVECS04 Frhs2[402]: 6 -0.25009 0 shouldn't be
872.01/876.18	WSVECS04 Frhs2[410]: 6 0 9.27261 shouldn't be
872.01/876.18	WSVECS04 Frhs2[476]: 6 0 9.68629 shouldn't be
872.01/876.18	WSVECS04 Frhs2[487]: 6 0 12.4719 shouldn't be
872.01/876.18	WSVECS04 Frhs2[503]: 6 0 11.3354 shouldn't be
872.01/876.18	WSVECS04 Frhs2[516]: 6 0 9.68624 shouldn't be
872.01/876.18	WSVECS04 Frhs2[543]: 6 0 13.6127 shouldn't be
872.01/876.18	WSVECS04 Frhs2[553]: 6 0 54.8415 shouldn't be
872.01/876.18	WSVECS04 Frhs2[555]: 6 0 14.5538 shouldn't be
872.01/876.18	WSVECS04 Frhs2[588]: 6 0 16.1674 shouldn't be
872.01/876.18	WSVECS04 Frhs2[598]: 6 0 36.0553 shouldn't be
872.01/876.18	WSVECS04 Frhs2[680]: 6 0 23.1808 shouldn't be
872.01/876.18	WSVECS04 Frhs2[739]: 6 0 0.414083 shouldn't be
872.01/876.18	WSVECS04 Frhs2[747]: 6 0 34.7391 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1304]: 6 0 27.0717 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1308]: 6 0 17.836 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1325]: 6 0 12.9119 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1326]: 6 0 19.3103 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1336]: 6 0 39.326 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1346]: 6 0 27.8704 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1386]: 6 0 27.8704 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1405]: 6 0 12.9119 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1407]: 6 0 12.7041 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1409]: 6 0 14.4953 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1410]: 6 0 11.9448 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1443]: 6 0 17.8361 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1445]: 6 0 12.9119 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1450]: 6 0 11.9448 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1454]: 6 0 13.6223 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1459]: 6 0 57.3934 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1463]: 6 0 2.74491 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1464]: 6 0 3.58015 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1480]: 6 0 10.703 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1494]: 6 0 13.6223 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1520]: 6 0 10.7031 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1532]: 6 -10.7031 0 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1560]: 6 0 10.7031 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1600]: 6 0 10.703 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1607]: 6 0 12.472 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1638]: 6 0 31.5913 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1699]: 6 0 0.414079 shouldn't be
872.01/876.18	WSVECS04 Frhs2[1716]: 6 0 9.68623 shouldn't be
872.31/876.41	WSVECS04 Frhs2[204]: 6 0 1.00009 shouldn't be
872.31/876.41	WSVECS04 Frhs2[244]: 6 0 1.00001 shouldn't be
872.31/876.41	WSVECS04 Frhs2[388]: 6 0 1.00009 shouldn't be
872.31/876.41	WSVECS04 Frhs2[391]: 6 0 11.3393 shouldn't be
872.31/876.41	WSVECS04 Frhs2[1362]: 6 0 0.250077 shouldn't be
872.31/876.41	WSVECS04 Frhs2[1402]: 6 0 0.250074 shouldn't be
872.50/876.66	WSVECS04 Frhs2[47]: 6 0 10.2136 shouldn't be
872.50/876.66	WSVECS04 Frhs2[49]: 6 -41.9849 0 shouldn't be
872.50/876.66	WSVECS04 Frhs2[52]: 6 0 50.0897 shouldn't be
872.50/876.66	WSVECS04 Frhs2[54]: 6 -55.6032 0 shouldn't be
872.50/876.66	WSVECS04 Frhs2[57]: 6 0 48.0786 shouldn't be
872.50/876.66	WSVECS04 Frhs2[58]: 6 -46.7346 0 shouldn't be
872.50/876.66	WSVECS04 Frhs2[67]: 6 -14.8063 0 shouldn't be
872.50/876.66	WSVECS04 Frhs2[75]: 6 -29.925 0 shouldn't be
872.50/876.66	WSVECS04 Frhs2[77]: 6 0 17.6697 shouldn't be
872.50/876.66	WSVECS04 Frhs2[78]: 6 -27.539 0 shouldn't be
872.50/876.66	WSVECS04 Frhs2[80]: 6 -38.469 0 shouldn't be
872.50/876.66	WSVECS04 Frhs2[82]: 6 -38.7424 0 shouldn't be
872.50/876.66	WSVECS04 Frhs2[84]: 6 0 19.7662 shouldn't be
872.50/876.66	WSVECS04 Frhs2[115]: 6 0 14.5537 shouldn't be
872.50/876.66	WSVECS04 Frhs2[152]: 6 0 14.7801 shouldn't be
872.50/876.66	WSVECS04 Frhs2[156]: 6 0 9.68621 shouldn't be
872.50/876.66	WSVECS04 Frhs2[169]: 6 0 14.4952 shouldn't be
872.50/876.66	WSVECS04 Frhs2[198]: 6 0 36.0552 shouldn't be
872.50/876.66	WSVECS04 Frhs2[214]: 6 0 10.703 shouldn't be
872.50/876.66	WSVECS04 Frhs2[236]: 6 0 9.68621 shouldn't be
872.50/876.66	WSVECS04 Frhs2[268]: 6 0 10.703 shouldn't be
872.50/876.66	WSVECS04 Frhs2[313]: 6 -54.8415 0 shouldn't be
872.50/876.66	WSVECS04 Frhs2[314]: 6 0 32.5235 shouldn't be
872.50/876.66	WSVECS04 Frhs2[323]: 6 -1 0 shouldn't be
872.50/876.66	WSVECS04 Frhs2[402]: 6 -0.250001 0 shouldn't be
872.50/876.66	WSVECS04 Frhs2[410]: 6 0 9.27255 shouldn't be
872.50/876.66	WSVECS04 Frhs2[449]: 6 0 13.2211 shouldn't be
872.50/876.66	WSVECS04 Frhs2[503]: 6 0 11.3353 shouldn't be
872.50/876.66	WSVECS04 Frhs2[516]: 6 0 9.68621 shouldn't be
872.50/876.66	WSVECS04 Frhs2[553]: 6 0 54.8415 shouldn't be
872.50/876.66	WSVECS04 Frhs2[598]: 6 0 36.0552 shouldn't be
872.50/876.66	WSVECS04 Frhs2[680]: 6 0 23.1807 shouldn't be
872.50/876.66	WSVECS04 Frhs2[747]: 6 0 34.7391 shouldn't be
872.50/876.66	WSVECS04 Frhs2[1286]: 6 0 19.3102 shouldn't be
872.50/876.66	WSVECS04 Frhs2[1304]: 6 0 27.0717 shouldn't be
872.50/876.66	WSVECS04 Frhs2[1308]: 6 0 17.836 shouldn't be
872.50/876.66	WSVECS04 Frhs2[1336]: 6 0 39.3259 shouldn't be
872.50/876.66	WSVECS04 Frhs2[1346]: 6 0 27.8704 shouldn't be
872.50/876.66	WSVECS04 Frhs2[1374]: 6 0 2.91926 shouldn't be
872.50/876.66	WSVECS04 Frhs2[1376]: 6 0 29.6229 shouldn't be
872.50/876.66	WSVECS04 Frhs2[1402]: 6 0 0.25 shouldn't be
872.50/876.66	WSVECS04 Frhs2[1405]: 6 0 12.9118 shouldn't be
872.50/876.66	WSVECS04 Frhs2[1407]: 6 0 12.7041 shouldn't be
872.50/876.66	WSVECS04 Frhs2[1419]: 6 0 56.9793 shouldn't be
872.50/876.66	WSVECS04 Frhs2[1426]: 6 0 27.8704 shouldn't be
872.50/876.66	WSVECS04 Frhs2[1443]: 6 0 17.836 shouldn't be
872.50/876.66	WSVECS04 Frhs2[1459]: 6 0 57.3933 shouldn't be
872.50/876.66	WSVECS04 Frhs2[1464]: 6 0 3.58009 shouldn't be
872.50/876.66	WSVECS04 Frhs2[1560]: 6 0 10.703 shouldn't be
872.50/876.66	WSVECS04 Frhs2[1638]: 6 0 31.5913 shouldn't be
881.78/885.91	c #Conflicts:    3783000 | #Constraints:      49782
881.78/885.91	c #Conflicts:    3784000 | #Constraints:      50782
881.78/885.91	c #Conflicts:    3785000 | #Constraints:      51782
881.78/885.91	c #Conflicts:    3786000 | #Constraints:      52782
881.78/885.91	c #Conflicts:    3787000 | #Constraints:      53783
881.78/885.91	c #Conflicts:    3788000 | #Constraints:      54783
881.78/885.91	c #Conflicts:    3789000 | #Constraints:      55783
881.78/885.91	c #Conflicts:    3790000 | #Constraints:      56783
881.78/885.91	c #Conflicts:    3791000 | #Constraints:      57783
881.78/885.91	c #Conflicts:    3792000 | #Constraints:      58783
881.78/885.91	c #Conflicts:    3793000 | #Constraints:      59783
881.78/885.91	c #Conflicts:    3794000 | #Constraints:      60783
881.78/885.91	c #Conflicts:    3795000 | #Constraints:      61783
881.78/885.91	c #Conflicts:    3796000 | #Constraints:      62783
881.78/885.91	c #Conflicts:    3797000 | #Constraints:      63783
881.78/885.91	c #Conflicts:    3798000 | #Constraints:      64783
881.78/885.91	c #Conflicts:    3799000 | #Constraints:      65783
881.78/885.91	c #Conflicts:    3800000 | #Constraints:      66783
881.78/885.91	c #Conflicts:    3801000 | #Constraints:      67783
881.78/885.91	c #Conflicts:    3802000 | #Constraints:      68783
881.78/885.91	c #Conflicts:    3803000 | #Constraints:      69783
881.78/885.91	c #Conflicts:    3804000 | #Constraints:      70783
881.78/885.91	c #Conflicts:    3805000 | #Constraints:      71783
881.78/885.91	c #Conflicts:    3806000 | #Constraints:      72783
881.78/885.91	c #Conflicts:    3807000 | #Constraints:      73783
881.78/885.91	c #Conflicts:    3808000 | #Constraints:      74783
881.78/885.91	c #Conflicts:    3809000 | #Constraints:      75783
881.78/885.91	c #Conflicts:    3810000 | #Constraints:      76783
881.78/885.91	c #Conflicts:    3811000 | #Constraints:      77783
881.78/885.91	c #Conflicts:    3812000 | #Constraints:      78783
881.78/885.91	c #Conflicts:    3813000 | #Constraints:      79783
881.78/885.91	c #Conflicts:    3814000 | #Constraints:      80783
881.78/885.91	c #Conflicts:    3815000 | #Constraints:      81783
881.78/885.91	c #Conflicts:    3816000 | #Constraints:      82783
881.78/885.91	c #Conflicts:    3817000 | #Constraints:      83783
881.78/885.91	c #Conflicts:    3818000 | #Constraints:      84783
881.78/885.91	c #Conflicts:    3819000 | #Constraints:      85783
881.78/885.91	c #Conflicts:    3820000 | #Constraints:      86784
881.78/885.91	c #Conflicts:    3821000 | #Constraints:      87784
881.78/885.91	c #Conflicts:    3822000 | #Constraints:      88784
881.78/885.91	c INPROCESSING
881.78/885.91	c GARBAGE COLLECT
881.78/885.91	WSVECS04 Frhs2[14]: 6 0 2.00009 shouldn't be
881.78/885.91	WSVECS04 Frhs2[22]: 6 0 2.00006 shouldn't be
881.78/885.91	WSVECS04 Frhs2[31]: 6 0 2.00002 shouldn't be
881.78/885.91	WSVECS04 Frhs2[32]: 6 0 2.00002 shouldn't be
881.78/885.91	WSVECS04 Frhs2[35]: 6 0 2.00007 shouldn't be
881.78/885.91	WSVECS04 Frhs2[46]: 6 -1.00008 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[47]: 6 -0.531293 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[54]: 6 -0.687596 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[56]: 6 -1.71363 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[58]: 6 -1.00008 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[59]: 6 -1.00007 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[62]: 6 -0.666684 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[67]: 6 -3.00001 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[69]: 6 -3.00007 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[70]: 6 0 5.00008 shouldn't be
881.78/885.91	WSVECS04 Frhs2[88]: 6 -1.0001 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[257]: 6 -1.00008 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[264]: 6 -1.00009 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[357]: 6 -1.00004 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[414]: 6 -1.00006 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[422]: 6 0 0.333413 shouldn't be
881.78/885.91	WSVECS04 Frhs2[435]: 6 -0.666704 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[473]: 6 0 1.00003 shouldn't be
881.78/885.91	WSVECS04 Frhs2[500]: 6 0 1.00005 shouldn't be
881.78/885.91	WSVECS04 Frhs2[538]: 6 0 2.00006 shouldn't be
881.78/885.91	WSVECS04 Frhs2[542]: 6 -1.66672 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[554]: 6 -0.359462 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[582]: 6 -1.66671 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[640]: 6 0 1.00006 shouldn't be
881.78/885.91	WSVECS04 Frhs2[678]: 6 -1.00007 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[725]: 6 -1.0001 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[732]: 6 0 1.0001 shouldn't be
881.78/885.91	WSVECS04 Frhs2[772]: 6 0 1.00007 shouldn't be
881.78/885.91	WSVECS04 Frhs2[866]: 6 0 1.00007 shouldn't be
881.78/885.91	WSVECS04 Frhs2[867]: 6 -1.00005 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[872]: 6 0 1.00008 shouldn't be
881.78/885.91	WSVECS04 Frhs2[880]: 6 -1.00006 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[889]: 6 0 1.00008 shouldn't be
881.78/885.91	WSVECS04 Frhs2[906]: 6 0 1.00003 shouldn't be
881.78/885.91	WSVECS04 Frhs2[926]: 6 0 1.00002 shouldn't be
881.78/885.91	WSVECS04 Frhs2[934]: 6 0 1.00007 shouldn't be
881.78/885.91	WSVECS04 Frhs2[966]: 6 0 1.00008 shouldn't be
881.78/885.91	WSVECS04 Frhs2[998]: 6 -1.00002 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[1102]: 6 0 2.00002 shouldn't be
881.78/885.91	WSVECS04 Frhs2[1306]: 6 0 1.00003 shouldn't be
881.78/885.91	WSVECS04 Frhs2[1334]: 6 0 0.0729748 shouldn't be
881.78/885.91	WSVECS04 Frhs2[1338]: 6 0 1.00004 shouldn't be
881.78/885.91	WSVECS04 Frhs2[1599]: 6 -1.00003 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[1796]: 6 -3.00009 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[1832]: 6 -2.00003 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[1877]: 6 -1.00006 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[1879]: 6 -1.00002 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[1880]: 6 -1.00008 0 shouldn't be
881.78/885.91	WSVECS04 Frhs2[1886]: 6 -3.00006 0 shouldn't be
881.98/886.18	WSVECS04 Frhs2[333]: 6 0 1.00005 shouldn't be
881.98/886.18	WSVECS04 Frhs2[447]: 6 -1.00002 0 shouldn't be
881.98/886.18	WSVECS04 Frhs2[689]: 6 0 1.0001 shouldn't be
881.98/886.18	WSVECS04 Frhs2[868]: 6 -1.00007 0 shouldn't be
881.98/886.18	WSVECS04 Frhs2[922]: 6 -0.333427 0 shouldn't be
881.98/886.18	WSVECS04 Frhs2[1070]: 6 -0.33338 0 shouldn't be
882.28/886.43	WSVECS04 Frhs2[166]: 6 0 1.04691 shouldn't be
882.28/886.43	WSVECS04 Frhs2[303]: 6 -4.00004 0 shouldn't be
882.28/886.43	WSVECS04 Frhs2[336]: 6 -1.00001 0 shouldn't be
882.28/886.43	WSVECS04 Frhs2[525]: 6 0 0.312591 shouldn't be
882.28/886.43	WSVECS04 Frhs2[733]: 6 0 2.00008 shouldn't be
882.28/886.43	WSVECS04 Frhs2[843]: 6 -1.0001 0 shouldn't be
882.28/886.43	WSVECS04 Frhs2[865]: 6 0 1.00009 shouldn't be
882.28/886.43	WSVECS04 Frhs2[1480]: 6 0 1.00003 shouldn't be
908.06/912.33	c #Conflicts:    3823000 | #Constraints:      49658
908.06/912.33	c #Conflicts:    3824000 | #Constraints:      50658
908.06/912.33	c #Conflicts:    3825000 | #Constraints:      51658
908.06/912.33	c #Conflicts:    3826000 | #Constraints:      52658
908.06/912.33	c #Conflicts:    3827000 | #Constraints:      53659
908.06/912.33	c #Conflicts:    3828000 | #Constraints:      54659
908.06/912.33	c #Conflicts:    3829000 | #Constraints:      55659
908.06/912.33	c #Conflicts:    3830000 | #Constraints:      56659
908.06/912.33	c #Conflicts:    3831000 | #Constraints:      57659
908.06/912.33	c #Conflicts:    3832000 | #Constraints:      58659
908.06/912.33	c #Conflicts:    3833000 | #Constraints:      59659
908.06/912.33	c #Conflicts:    3834000 | #Constraints:      60659
908.06/912.33	c #Conflicts:    3835000 | #Constraints:      61659
908.06/912.33	c #Conflicts:    3836000 | #Constraints:      62659
908.06/912.33	c #Conflicts:    3837000 | #Constraints:      63659
908.06/912.33	c #Conflicts:    3838000 | #Constraints:      64659
908.06/912.33	c #Conflicts:    3839000 | #Constraints:      65659
908.06/912.33	c #Conflicts:    3840000 | #Constraints:      66659
908.06/912.33	c #Conflicts:    3841000 | #Constraints:      67659
908.06/912.33	c #Conflicts:    3842000 | #Constraints:      68659
908.06/912.33	c #Conflicts:    3843000 | #Constraints:      69659
908.06/912.33	c #Conflicts:    3844000 | #Constraints:      70659
908.06/912.33	c #Conflicts:    3845000 | #Constraints:      71659
908.06/912.33	c #Conflicts:    3846000 | #Constraints:      72659
908.06/912.33	c #Conflicts:    3847000 | #Constraints:      73659
908.06/912.33	c #Conflicts:    3848000 | #Constraints:      74659
908.06/912.33	c #Conflicts:    3849000 | #Constraints:      75659
908.06/912.33	c #Conflicts:    3850000 | #Constraints:      76659
908.06/912.33	c #Conflicts:    3851000 | #Constraints:      77659
908.06/912.33	c #Conflicts:    3852000 | #Constraints:      78659
908.06/912.33	c #Conflicts:    3853000 | #Constraints:      79659
908.06/912.33	c #Conflicts:    3854000 | #Constraints:      80659
908.06/912.33	c #Conflicts:    3855000 | #Constraints:      81659
908.06/912.33	c #Conflicts:    3856000 | #Constraints:      82660
908.06/912.33	c #Conflicts:    3857000 | #Constraints:      83660
908.06/912.33	c #Conflicts:    3858000 | #Constraints:      84660
908.06/912.33	c #Conflicts:    3859000 | #Constraints:      85660
908.06/912.33	c #Conflicts:    3860000 | #Constraints:      86660
908.06/912.33	c #Conflicts:    3861000 | #Constraints:      87660
908.06/912.33	c #Conflicts:    3862000 | #Constraints:      88660
908.06/912.33	c #Conflicts:    3863000 | #Constraints:      89660
908.06/912.33	c #Conflicts:    3864000 | #Constraints:      90661
908.06/912.33	c #Conflicts:    3865000 | #Constraints:      91661
908.06/912.33	c #Conflicts:    3866000 | #Constraints:      92661
908.06/912.33	c #Conflicts:    3867000 | #Constraints:      93661
908.06/912.33	c #Conflicts:    3868000 | #Constraints:      94661
908.06/912.33	c #Conflicts:    3869000 | #Constraints:      95661
908.06/912.33	c #Conflicts:    3870000 | #Constraints:      96662
908.06/912.33	c #Conflicts:    3871000 | #Constraints:      97662
908.06/912.33	c #Conflicts:    3872000 | #Constraints:      98662
908.06/912.33	c #Conflicts:    3873000 | #Constraints:      99662
908.06/912.33	c #Conflicts:    3874000 | #Constraints:     100662
908.06/912.33	c #Conflicts:    3875000 | #Constraints:     101662
908.06/912.33	c #Conflicts:    3876000 | #Constraints:     102662
908.06/912.33	c #Conflicts:    3877000 | #Constraints:     103662
908.06/912.33	c #Conflicts:    3878000 | #Constraints:     104662
908.06/912.33	c #Conflicts:    3879000 | #Constraints:     105662
908.06/912.33	c #Conflicts:    3880000 | #Constraints:     106663
908.06/912.33	c #Conflicts:    3881000 | #Constraints:     107663
908.06/912.33	c #Conflicts:    3882000 | #Constraints:     108663
908.06/912.33	c #Conflicts:    3883000 | #Constraints:     109663
908.06/912.33	c #Conflicts:    3884000 | #Constraints:     110664
908.06/912.33	c #Conflicts:    3885000 | #Constraints:     111664
908.06/912.33	c #Conflicts:    3886000 | #Constraints:     112664
908.06/912.33	c #Conflicts:    3887000 | #Constraints:     113664
908.06/912.33	c #Conflicts:    3888000 | #Constraints:     114664
908.06/912.33	c #Conflicts:    3889000 | #Constraints:     115665
908.06/912.33	c #Conflicts:    3890000 | #Constraints:     116665
908.06/912.33	c #Conflicts:    3891000 | #Constraints:     117665
908.06/912.33	c #Conflicts:    3892000 | #Constraints:     118665
908.06/912.33	c #Conflicts:    3893000 | #Constraints:     119665
908.06/912.33	c #Conflicts:    3894000 | #Constraints:     120665
908.06/912.33	c #Conflicts:    3895000 | #Constraints:     121665
908.06/912.33	c #Conflicts:    3896000 | #Constraints:     122666
908.06/912.33	c #Conflicts:    3897000 | #Constraints:     123666
908.06/912.33	c #Conflicts:    3898000 | #Constraints:     124666
908.06/912.33	c #Conflicts:    3899000 | #Constraints:     125666
908.06/912.33	c #Conflicts:    3900000 | #Constraints:     126666
908.06/912.33	c #Conflicts:    3901000 | #Constraints:     127666
955.31/959.75	c #Conflicts:    3902000 | #Constraints:     128666
955.31/959.75	c #Conflicts:    3903000 | #Constraints:     129666
955.31/959.75	c #Conflicts:    3904000 | #Constraints:     130666
955.31/959.75	c #Conflicts:    3905000 | #Constraints:     131666
955.31/959.75	c #Conflicts:    3906000 | #Constraints:     132666
955.31/959.75	c #Conflicts:    3907000 | #Constraints:     133666
955.31/959.75	c #Conflicts:    3908000 | #Constraints:     134667
955.31/959.75	c #Conflicts:    3909000 | #Constraints:     135667
955.31/959.75	c #Conflicts:    3910000 | #Constraints:     136667
955.31/959.75	c #Conflicts:    3911000 | #Constraints:     137667
955.31/959.75	c #Conflicts:    3912000 | #Constraints:     138667
955.31/959.75	c #Conflicts:    3913000 | #Constraints:     139668
955.31/959.75	c #Conflicts:    3914000 | #Constraints:     140668
955.31/959.75	c #Conflicts:    3915000 | #Constraints:     141668
955.31/959.75	c #Conflicts:    3916000 | #Constraints:     142669
955.31/959.75	c #Conflicts:    3917000 | #Constraints:     143669
955.31/959.75	c #Conflicts:    3918000 | #Constraints:     144669
955.31/959.75	c #Conflicts:    3919000 | #Constraints:     145669
955.31/959.75	c #Conflicts:    3920000 | #Constraints:     146669
955.31/959.75	c #Conflicts:    3921000 | #Constraints:     147669
955.31/959.75	c #Conflicts:    3922000 | #Constraints:     148669
955.31/959.75	c #Conflicts:    3923000 | #Constraints:     149670
955.31/959.75	c #Conflicts:    3924000 | #Constraints:     150670
955.31/959.75	c #Conflicts:    3925000 | #Constraints:     151670
955.31/959.75	c #Conflicts:    3926000 | #Constraints:     152670
955.31/959.75	c #Conflicts:    3927000 | #Constraints:     153670
955.31/959.75	c #Conflicts:    3928000 | #Constraints:     154670
955.31/959.75	c #Conflicts:    3929000 | #Constraints:     155670
955.31/959.75	c #Conflicts:    3930000 | #Constraints:     156670
955.31/959.75	c #Conflicts:    3931000 | #Constraints:     157670
955.31/959.75	c #Conflicts:    3932000 | #Constraints:     158670
955.31/959.75	c #Conflicts:    3933000 | #Constraints:     159670
955.31/959.75	c #Conflicts:    3934000 | #Constraints:     160670
955.31/959.75	c #Conflicts:    3935000 | #Constraints:     161670
955.31/959.75	c #Conflicts:    3936000 | #Constraints:     162670
955.31/959.75	c #Conflicts:    3937000 | #Constraints:     163670
955.31/959.75	c #Conflicts:    3938000 | #Constraints:     164670
955.31/959.75	c #Conflicts:    3939000 | #Constraints:     165671
955.31/959.75	c #Conflicts:    3940000 | #Constraints:     166671
955.31/959.75	c #Conflicts:    3941000 | #Constraints:     167671
955.31/959.75	c #Conflicts:    3942000 | #Constraints:     168671
955.31/959.75	c #Conflicts:    3943000 | #Constraints:     169671
955.31/959.75	c #Conflicts:    3944000 | #Constraints:     170671
955.31/959.75	c #Conflicts:    3945000 | #Constraints:     171671
955.31/959.75	c #Conflicts:    3946000 | #Constraints:     172671
955.31/959.75	c #Conflicts:    3947000 | #Constraints:     173671
955.31/959.75	c #Conflicts:    3948000 | #Constraints:     174671
955.31/959.75	c #Conflicts:    3949000 | #Constraints:     175671
955.31/959.75	c #Conflicts:    3950000 | #Constraints:     176671
955.31/959.75	c #Conflicts:    3951000 | #Constraints:     177671
955.31/959.75	c #Conflicts:    3952000 | #Constraints:     178671
955.31/959.75	c #Conflicts:    3953000 | #Constraints:     179671
955.31/959.75	c #Conflicts:    3954000 | #Constraints:     180671
955.31/959.75	c #Conflicts:    3955000 | #Constraints:     181671
955.31/959.75	c #Conflicts:    3956000 | #Constraints:     182671
955.31/959.75	c #Conflicts:    3957000 | #Constraints:     183671
955.31/959.75	c #Conflicts:    3958000 | #Constraints:     184671
955.31/959.75	c #Conflicts:    3959000 | #Constraints:     185671
955.31/959.75	c #Conflicts:    3960000 | #Constraints:     186671
955.31/959.75	c #Conflicts:    3961000 | #Constraints:     187671
955.31/959.75	c #Conflicts:    3962000 | #Constraints:     188671
955.31/959.75	c #Conflicts:    3963000 | #Constraints:     189671
955.31/959.75	c #Conflicts:    3964000 | #Constraints:     190671
955.31/959.75	c #Conflicts:    3965000 | #Constraints:     191671
955.31/959.75	c #Conflicts:    3966000 | #Constraints:     192671
955.31/959.75	c #Conflicts:    3967000 | #Constraints:     193671
955.31/959.75	c #Conflicts:    3968000 | #Constraints:     194671
955.31/959.75	c #Conflicts:    3969000 | #Constraints:     195671
955.31/959.75	c #Conflicts:    3970000 | #Constraints:     196671
955.31/959.75	c #Conflicts:    3971000 | #Constraints:     197671
955.31/959.75	c #Conflicts:    3972000 | #Constraints:     198671
955.31/959.75	c #Conflicts:    3973000 | #Constraints:     199671
955.31/959.75	c #Conflicts:    3974000 | #Constraints:     200671
955.31/959.75	WSVECS04 Frhs2[44]: 6 -62.2701 0 shouldn't be
955.31/959.75	WSVECS04 Frhs2[45]: 6 -33.1646 0 shouldn't be
955.31/959.75	WSVECS04 Frhs2[50]: 6 -30.612 0 shouldn't be
955.31/959.75	WSVECS04 Frhs2[53]: 6 -68.4423 0 shouldn't be
955.31/959.75	WSVECS04 Frhs2[55]: 6 -57.1176 0 shouldn't be
955.31/959.75	WSVECS04 Frhs2[56]: 6 -49.2274 0 shouldn't be
955.31/959.75	WSVECS04 Frhs2[57]: 6 -23.2106 0 shouldn't be
955.31/959.75	WSVECS04 Frhs2[71]: 6 -54.7724 0 shouldn't be
955.31/959.75	WSVECS04 Frhs2[139]: 6 0 103.006 shouldn't be
955.31/959.75	WSVECS04 Frhs2[174]: 6 0 22.761 shouldn't be
955.31/959.75	WSVECS04 Frhs2[188]: 6 0 22.7609 shouldn't be
955.31/959.75	WSVECS04 Frhs2[198]: 6 -50.3629 0 shouldn't be
955.31/959.75	WSVECS04 Frhs2[207]: 6 0 15.0887 shouldn't be
955.31/959.75	WSVECS04 Frhs2[235]: 6 0 16.1435 shouldn't be
955.31/959.75	WSVECS04 Frhs2[275]: 6 0 16.1435 shouldn't be
955.31/959.75	WSVECS04 Frhs2[314]: 6 0 19.5183 shouldn't be
955.31/959.75	WSVECS04 Frhs2[315]: 6 0 16.1435 shouldn't be
955.31/959.75	WSVECS04 Frhs2[407]: 6 0 14.0887 shouldn't be
955.31/959.75	WSVECS04 Frhs2[426]: 6 0 19.7546 shouldn't be
955.31/959.75	WSVECS04 Frhs2[435]: 6 0 16.1436 shouldn't be
955.31/959.75	WSVECS04 Frhs2[438]: 6 0 48.9708 shouldn't be
955.31/959.75	WSVECS04 Frhs2[523]: 6 0 36.9801 shouldn't be
955.31/959.75	WSVECS04 Frhs2[539]: 6 0 0.928558 shouldn't be
955.31/959.75	WSVECS04 Frhs2[547]: 6 0 45.307 shouldn't be
955.31/959.75	WSVECS04 Frhs2[554]: 6 0 58.0831 shouldn't be
955.31/959.75	WSVECS04 Frhs2[594]: 6 0 36.3222 shouldn't be
955.31/959.75	WSVECS04 Frhs2[643]: 6 0 22.7609 shouldn't be
955.31/959.75	WSVECS04 Frhs2[696]: 6 0 25.3904 shouldn't be
955.31/959.75	WSVECS04 Frhs2[699]: 6 0 2.78551 shouldn't be
955.31/959.75	WSVECS04 Frhs2[706]: 6 0 20.7546 shouldn't be
955.31/959.75	WSVECS04 Frhs2[736]: 6 0 25.3904 shouldn't be
955.31/959.75	WSVECS04 Frhs2[743]: 6 0 21.5731 shouldn't be
955.31/959.75	WSVECS04 Frhs2[1217]: 6 0 1.00001 shouldn't be
955.31/959.75	WSVECS04 Frhs2[1268]: 6 0 47.8835 shouldn't be
955.31/959.75	WSVECS04 Frhs2[1379]: 6 0 0.928554 shouldn't be
955.31/959.75	WSVECS04 Frhs2[1386]: 6 0 19.7546 shouldn't be
955.31/959.75	WSVECS04 Frhs2[1407]: 6 0 1.52083 shouldn't be
955.31/959.75	WSVECS04 Frhs2[1414]: 6 0 0.161865 shouldn't be
955.31/959.75	WSVECS04 Frhs2[1450]: 6 0 12.3808 shouldn't be
955.31/959.75	WSVECS04 Frhs2[1467]: 6 0 47.6102 shouldn't be
955.31/959.75	WSVECS04 Frhs2[1492]: 6 0 22.7609 shouldn't be
955.31/959.75	WSVECS04 Frhs2[1516]: 6 -21.4508 0 shouldn't be
955.31/959.75	WSVECS04 Frhs2[1520]: 6 -1.00003 0 shouldn't be
955.31/959.75	WSVECS04 Frhs2[1532]: 6 0 22.761 shouldn't be
955.31/959.75	WSVECS04 Frhs2[1536]: 6 0 42.321 shouldn't be
955.31/959.75	WSVECS04 Frhs2[1544]: 6 0 66.844 shouldn't be
955.31/959.75	WSVECS04 Frhs2[1647]: 6 0 0.520772 shouldn't be
955.31/959.75	WSVECS04 Frhs2[1673]: 6 0 60.78 shouldn't be
955.31/959.75	WSVECS04 Frhs2[1679]: 6 -1.00002 0 shouldn't be
955.31/959.75	WSVECS04 Frhs2[1741]: 6 -32.6595 0 shouldn't be
955.31/959.75	WSVECS04 Frhs2[1768]: 6 -22.7581 0 shouldn't be
955.31/959.75	WSVECS04 Frhs2[1822]: 6 -1.00002 0 shouldn't be
955.31/959.75	WSVECS04 Frhs2[1858]: 6 -61.2637 0 shouldn't be
1004.47/1009.08	c #Conflicts:    3975000 | #Constraints:     201672
1004.47/1009.08	c #Conflicts:    3976000 | #Constraints:     202672
1004.47/1009.08	c #Conflicts:    3977000 | #Constraints:     203672
1004.47/1009.08	c #Conflicts:    3978000 | #Constraints:     204672
1004.47/1009.08	c #Conflicts:    3979000 | #Constraints:     205672
1004.47/1009.08	c #Conflicts:    3980000 | #Constraints:     206672
1004.47/1009.08	c #Conflicts:    3981000 | #Constraints:     207672
1004.47/1009.08	c #Conflicts:    3982000 | #Constraints:     208672
1004.47/1009.08	c #Conflicts:    3983000 | #Constraints:     209672
1004.47/1009.08	c #Conflicts:    3984000 | #Constraints:     210672
1004.47/1009.08	c #Conflicts:    3985000 | #Constraints:     211672
1004.47/1009.08	c #Conflicts:    3986000 | #Constraints:     212672
1004.47/1009.08	c #Conflicts:    3987000 | #Constraints:     213672
1004.47/1009.08	c #Conflicts:    3988000 | #Constraints:     214672
1004.47/1009.08	c #Conflicts:    3989000 | #Constraints:     215672
1004.47/1009.08	c #Conflicts:    3990000 | #Constraints:     216672
1004.47/1009.08	c #Conflicts:    3991000 | #Constraints:     217672
1004.47/1009.08	c #Conflicts:    3992000 | #Constraints:     218672
1004.47/1009.08	c #Conflicts:    3993000 | #Constraints:     219672
1004.47/1009.08	c #Conflicts:    3994000 | #Constraints:     220672
1004.47/1009.08	c #Conflicts:    3995000 | #Constraints:     221672
1004.47/1009.08	c #Conflicts:    3996000 | #Constraints:     222672
1004.47/1009.08	c #Conflicts:    3997000 | #Constraints:     223672
1004.47/1009.08	c #Conflicts:    3998000 | #Constraints:     224672
1004.47/1009.08	c #Conflicts:    3999000 | #Constraints:     225672
1004.47/1009.08	c #Conflicts:    4000000 | #Constraints:     226673
1004.47/1009.08	c #Conflicts:    4001000 | #Constraints:     227673
1004.47/1009.08	c #Conflicts:    4002000 | #Constraints:     228673
1004.47/1009.08	c #Conflicts:    4003000 | #Constraints:     229673
1004.47/1009.08	c #Conflicts:    4004000 | #Constraints:     230673
1004.47/1009.08	c #Conflicts:    4005000 | #Constraints:     231674
1004.47/1009.08	c #Conflicts:    4006000 | #Constraints:     232674
1004.47/1009.08	c #Conflicts:    4007000 | #Constraints:     233674
1004.47/1009.08	c #Conflicts:    4008000 | #Constraints:     234674
1004.47/1009.08	c #Conflicts:    4009000 | #Constraints:     235675
1004.47/1009.08	c #Conflicts:    4010000 | #Constraints:     236675
1004.47/1009.08	c #Conflicts:    4011000 | #Constraints:     237675
1004.47/1009.08	c #Conflicts:    4012000 | #Constraints:     238675
1004.47/1009.08	c #Conflicts:    4013000 | #Constraints:     239675
1004.47/1009.08	c #Conflicts:    4014000 | #Constraints:     240675
1004.47/1009.08	c #Conflicts:    4015000 | #Constraints:     241676
1004.47/1009.08	c #Conflicts:    4016000 | #Constraints:     242676
1004.47/1009.08	c #Conflicts:    4017000 | #Constraints:     243676
1004.47/1009.08	c #Conflicts:    4018000 | #Constraints:     244676
1004.47/1009.08	c #Conflicts:    4019000 | #Constraints:     245676
1004.47/1009.08	c #Conflicts:    4020000 | #Constraints:     246676
1004.47/1009.08	c #Conflicts:    4021000 | #Constraints:     247676
1004.47/1009.08	c #Conflicts:    4022000 | #Constraints:     248676
1004.47/1009.08	c #Conflicts:    4023000 | #Constraints:     249676
1004.47/1009.08	c #Conflicts:    4024000 | #Constraints:     250676
1004.47/1009.08	c #Conflicts:    4025000 | #Constraints:     251677
1004.47/1009.08	c #Conflicts:    4026000 | #Constraints:     252677
1004.47/1009.08	c INPROCESSING
1004.47/1009.08	c GARBAGE COLLECT
1004.47/1009.08	WSVECS04 Frhs2[39]: 6 -0.302647 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[47]: 6 0 42.6515 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[56]: 6 0 33.1707 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[64]: 6 0 2.81203 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[70]: 6 -46.7835 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[99]: 6 0 8.11888 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[136]: 6 0 24.9967 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[176]: 6 0 20.8372 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[185]: 6 0 95.1393 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[225]: 6 0 96.1392 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[249]: 6 -2.08285 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[254]: 6 0 1.23769 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[289]: 6 0 0.86876 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[316]: 6 -0.30271 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[318]: 6 0 6.21036 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[338]: 6 -2.56371 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[356]: 6 -0.302672 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[468]: 6 -29.6583 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[489]: 6 -5.90307 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[539]: 6 -28.3252 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[548]: 6 -29.6583 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[571]: 6 0 1.00003 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[729]: 6 -0.0495933 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[739]: 6 -4.05944 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[767]: 6 0 13.093 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[803]: 6 0 4.15152 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[807]: 6 0 13.093 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[825]: 6 0 95.1392 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[838]: 6 0 6.21036 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[842]: 6 0 8.73508 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[847]: 6 0 13.093 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[875]: 6 0 3.10527 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[885]: 6 0 29.1993 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[887]: 6 0 13.093 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[967]: 6 0 1.00008 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[969]: 6 -2.95157 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[970]: 6 0 76.5532 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[979]: 6 -4.05944 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[988]: 6 0 4.42821 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[999]: 6 0 1.00003 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1005]: 6 0 2.00009 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1028]: 6 0 4.42822 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1045]: 6 0 3.00007 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1074]: 6 -42.4972 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1114]: 6 -42.4972 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1167]: 6 -2.27679 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1187]: 6 0 0.921774 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1223]: 6 -1.00002 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1295]: 6 -37.2633 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1336]: 6 -15.3572 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1367]: 6 0 19.6524 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1407]: 6 0 11.8163 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1414]: 6 0 2.96892 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1419]: 6 0 4.0594 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1449]: 6 -2.95151 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1474]: 6 -1.00005 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1564]: 6 -88.1962 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1641]: 6 0 7.95637 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1722]: 6 0 8.73507 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1806]: 6 -2.00007 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1833]: 6 -1.00005 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1850]: 6 -1.00004 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1851]: 6 -1.00004 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1852]: 6 -1.00004 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1876]: 6 -1.22459 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1878]: 6 -1.00006 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1879]: 6 -1.00009 0 shouldn't be
1004.47/1009.08	WSVECS04 Frhs2[1886]: 6 0 14.6149 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[37]: 6 -7.10518 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[47]: 6 0 42.6515 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[52]: 6 0 85.2653 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[56]: 6 0 33.1707 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[64]: 6 0 2.81201 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[70]: 6 -46.7834 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[99]: 6 0 8.11879 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[169]: 6 0 0.868712 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[176]: 6 0 20.8371 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[185]: 6 0 95.1392 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[225]: 6 0 96.1392 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[249]: 6 -2.08278 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[254]: 6 0 1.23763 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[289]: 6 0 0.868712 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[298]: 6 -2.56368 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[313]: 6 0 75.8778 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[316]: 6 -0.302626 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[356]: 6 -0.302626 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[395]: 6 0 3.10518 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[428]: 6 -29.6583 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[489]: 6 -5.90298 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[505]: 6 0 95.1392 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[530]: 6 0 1.03238 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[538]: 6 -88.1037 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[548]: 6 -29.6583 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[576]: 6 0 3.05939 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[649]: 6 0 5.85349 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[729]: 6 -0.0494942 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[739]: 6 -4.05939 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[767]: 6 0 13.093 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[769]: 6 0 5.85349 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[803]: 6 0 4.1515 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[807]: 6 0 13.093 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[859]: 6 0 8.11879 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[875]: 6 0 3.10518 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[887]: 6 0 13.093 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[967]: 6 0 1 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[969]: 6 -2.95149 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[979]: 6 -4.05939 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[988]: 6 0 4.42814 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1005]: 6 0 2 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1028]: 6 0 4.42814 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1051]: 6 0 52.7507 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1074]: 6 -42.4971 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1114]: 6 -42.4971 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1187]: 6 0 0.921715 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1223]: 6 -1 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1255]: 6 -37.2633 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1295]: 6 -37.2633 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1336]: 6 -15.3572 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1367]: 6 0 19.6523 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1407]: 6 0 11.8163 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1414]: 6 0 2.9689 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1419]: 6 0 4.05939 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1449]: 6 -2.95149 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1474]: 6 -1 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1564]: 6 -88.1961 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1614]: 6 0 1.23763 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1659]: 6 0 4.05939 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1788]: 6 0 39.4971 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1833]: 6 -1 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1850]: 6 -1 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1851]: 6 -1 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1852]: 6 -1 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1876]: 6 -1.22457 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1878]: 6 -1 0 shouldn't be
1004.87/1009.49	WSVECS04 Frhs2[1879]: 6 -1 0 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[81]: 6 0 108.429 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[147]: 6 0 1 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[156]: 6 -0.302625 0 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[252]: 6 0 94.1392 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[310]: 6 0 0.181794 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[320]: 6 0 84.5486 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[343]: 6 0 24.0141 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[381]: 6 0 1 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[550]: 6 0 0.181795 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[571]: 6 0 1 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[656]: 6 0 4.05939 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[731]: 6 0 1 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[790]: 6 0 0.181795 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[806]: 6 0 90.5781 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[970]: 6 0 76.5531 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[1030]: 6 0 0.181795 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[1067]: 6 0 1 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[1134]: 6 0 4.04607 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[1167]: 6 -2.27671 0 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[1270]: 6 0 0.181794 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[1289]: 6 0 6.7222 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[1507]: 6 0 1 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[1510]: 6 0 0.181795 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[1572]: 6 0 94.1392 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[1640]: 6 0 85.5486 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[1643]: 6 0 37.312 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[1658]: 6 0 1 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[1680]: 6 0 85.5486 shouldn't be
1005.16/1009.72	WSVECS04 Frhs2[1722]: 6 0 8.73505 shouldn't be
1005.36/1009.97	WSVECS04 Frhs2[60]: 6 0 77.7351 shouldn't be
1005.36/1009.97	WSVECS04 Frhs2[136]: 6 0 24.9966 shouldn't be
1005.36/1009.97	WSVECS04 Frhs2[201]: 6 0 1 shouldn't be
1005.36/1009.97	WSVECS04 Frhs2[814]: 6 0 5.12317 shouldn't be
1005.36/1009.97	WSVECS04 Frhs2[889]: 6 0 5.85349 shouldn't be
1005.36/1009.97	WSVECS04 Frhs2[928]: 6 0 1 shouldn't be
1005.36/1009.97	WSVECS04 Frhs2[1045]: 6 0 3 shouldn't be
1005.36/1009.97	WSVECS04 Frhs2[1441]: 6 0 1 shouldn't be
1005.36/1009.97	WSVECS04 Frhs2[1481]: 6 0 1 shouldn't be
1005.36/1009.97	WSVECS04 Frhs2[1641]: 6 0 7.95636 shouldn't be
1005.36/1009.97	WSVECS04 Frhs2[1710]: 6 0 0.181795 shouldn't be
1005.76/1010.30	WSVECS04 Frhs2[68]: 6 0 167.712 shouldn't be
1005.76/1010.30	WSVECS04 Frhs2[153]: 6 0 3.04653 shouldn't be
1005.76/1010.30	WSVECS04 Frhs2[186]: 6 0 1 shouldn't be
1005.76/1010.30	WSVECS04 Frhs2[240]: 6 0 2.4879 shouldn't be
1005.76/1010.30	WSVECS04 Frhs2[838]: 6 0 6.21035 shouldn't be
1005.76/1010.30	WSVECS04 Frhs2[843]: 6 0 91.188 shouldn't be
1005.76/1010.30	WSVECS04 Frhs2[885]: 6 0 29.1993 shouldn't be
1005.76/1010.30	WSVECS04 Frhs2[929]: 6 0 5.85349 shouldn't be
1005.76/1010.30	WSVECS04 Frhs2[1080]: 6 0 88.7304 shouldn't be
1005.76/1010.30	WSVECS04 Frhs2[1118]: 6 0 6.21035 shouldn't be
1005.76/1010.30	WSVECS04 Frhs2[1137]: 6 0 1 shouldn't be
1005.76/1010.30	WSVECS04 Frhs2[1202]: 6 0 8.73505 shouldn't be
1005.76/1010.30	WSVECS04 Frhs2[1228]: 6 0 85.0854 shouldn't be
1005.76/1010.30	WSVECS04 Frhs2[1374]: 6 0 3.67625 shouldn't be
1005.76/1010.30	WSVECS04 Frhs2[1480]: 6 0 1 shouldn't be
1005.76/1010.30	WSVECS04 Frhs2[1621]: 6 0 1 shouldn't be
1005.76/1010.30	WSVECS04 Frhs2[1805]: 6 -1 0 shouldn't be
1005.76/1010.30	WSVECS04 Frhs2[1806]: 6 -2 0 shouldn't be
1005.76/1010.30	WSVECS04 Frhs2[1841]: 6 -2 0 shouldn't be
1005.76/1010.30	WSVECS04 Frhs2[1886]: 6 0 14.6148 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[296]: 6 0 24.9966 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[383]: 6 0 16.1087 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[463]: 6 0 16.8264 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[468]: 6 -29.6583 0 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[539]: 6 -28.3251 0 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[559]: 6 0 1 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[689]: 6 0 5.85349 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[725]: 6 0 29.1993 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[765]: 6 0 29.1993 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[825]: 6 0 95.1392 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[842]: 6 0 8.73505 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[854]: 6 0 5.12317 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[868]: 6 0 89.5135 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[894]: 6 0 6.12317 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[908]: 6 0 89.5135 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[966]: 6 0 2 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[1054]: 6 0 1.48673 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[1256]: 6 0 24.9966 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[1320]: 6 0 1 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[1323]: 6 0 37.312 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[1331]: 6 0 1 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[1376]: 6 0 24.9966 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[1603]: 6 0 37.312 shouldn't be
1006.16/1010.77	WSVECS04 Frhs2[1769]: 6 -0.524747 0 shouldn't be
1026.70/1031.30	c #Conflicts:    4027000 | #Constraints:     131612
1026.70/1031.30	c #Conflicts:    4028000 | #Constraints:     132612
1026.70/1031.30	c #Conflicts:    4029000 | #Constraints:     133612
1026.70/1031.30	c #Conflicts:    4030000 | #Constraints:     134612
1026.70/1031.30	c #Conflicts:    4031000 | #Constraints:     135612
1026.70/1031.30	c #Conflicts:    4032000 | #Constraints:     136613
1026.70/1031.30	c #Conflicts:    4033000 | #Constraints:     137613
1026.70/1031.30	c #Conflicts:    4034000 | #Constraints:     138613
1026.70/1031.30	c #Conflicts:    4035000 | #Constraints:     139613
1026.70/1031.30	c #Conflicts:    4036000 | #Constraints:     140613
1026.70/1031.30	c #Conflicts:    4037000 | #Constraints:     141613
1026.70/1031.30	c #Conflicts:    4038000 | #Constraints:     142613
1026.70/1031.30	c #Conflicts:    4039000 | #Constraints:     143613
1026.70/1031.30	c #Conflicts:    4040000 | #Constraints:     144613
1026.70/1031.30	c #Conflicts:    4041000 | #Constraints:     145613
1026.70/1031.30	c #Conflicts:    4042000 | #Constraints:     146613
1026.70/1031.30	c #Conflicts:    4043000 | #Constraints:     147613
1026.70/1031.30	c #Conflicts:    4044000 | #Constraints:     148613
1026.70/1031.30	c #Conflicts:    4045000 | #Constraints:     149613
1026.70/1031.30	c #Conflicts:    4046000 | #Constraints:     150613
1026.70/1031.30	c #Conflicts:    4047000 | #Constraints:     151613
1026.70/1031.30	c #Conflicts:    4048000 | #Constraints:     152613
1026.70/1031.30	c #Conflicts:    4049000 | #Constraints:     153613
1026.70/1031.30	c #Conflicts:    4050000 | #Constraints:     154613
1026.70/1031.30	c #Conflicts:    4051000 | #Constraints:     155613
1026.70/1031.30	c #Conflicts:    4052000 | #Constraints:     156613
1026.70/1031.30	c #Conflicts:    4053000 | #Constraints:     157613
1026.70/1031.30	c #Conflicts:    4054000 | #Constraints:     158613
1026.70/1031.30	c #Conflicts:    4055000 | #Constraints:     159613
1026.70/1031.30	c #Conflicts:    4056000 | #Constraints:     160613
1026.70/1031.30	c #Conflicts:    4057000 | #Constraints:     161614
1026.70/1031.30	c #Conflicts:    4058000 | #Constraints:     162614
1026.70/1031.30	c #Conflicts:    4059000 | #Constraints:     163614
1026.70/1031.30	c #Conflicts:    4060000 | #Constraints:     164614
1026.70/1031.30	c #Conflicts:    4061000 | #Constraints:     165614
1026.70/1031.30	c #Conflicts:    4062000 | #Constraints:     166614
1026.70/1031.30	c #Conflicts:    4063000 | #Constraints:     167614
1026.70/1031.30	c #Conflicts:    4064000 | #Constraints:     168614
1026.70/1031.30	c #Conflicts:    4065000 | #Constraints:     169614
1026.70/1031.30	c #Conflicts:    4066000 | #Constraints:     170614
1026.70/1031.30	c INPROCESSING
1026.70/1031.30	c GARBAGE COLLECT
1026.70/1031.30	WSVECS04 Frhs2[53]: 6 -110.568 0 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[56]: 6 -101.613 0 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[58]: 6 -120.244 0 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[60]: 6 0 28.1901 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[66]: 6 0 89.9544 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[67]: 6 -40.7296 0 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[69]: 6 0 204.816 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[70]: 6 -203.247 0 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[73]: 6 0 21.8567 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[76]: 6 -55.1046 0 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[77]: 6 0 85.8605 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[78]: 6 -67.3935 0 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[79]: 6 -137.032 0 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[81]: 6 -181.329 0 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[96]: 6 0 75.1876 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[145]: 6 0 23.4368 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[153]: 6 0 16.9886 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[308]: 6 -4.96485 0 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[485]: 6 0 22.5791 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[527]: 6 0 0.560852 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[539]: 6 0 142.727 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[545]: 6 0 79.2231 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[563]: 6 0 85.5116 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[603]: 6 0 24.4368 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[616]: 6 0 57.1331 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[627]: 6 0 90.2127 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[631]: 6 0 25.1781 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[633]: 6 0 74.1932 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[665]: 6 0 103.66 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[680]: 6 0 42.3902 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[745]: 6 0 79.2231 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[806]: 6 0 47.991 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[816]: 6 0 71.4162 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[845]: 6 0 7.19302 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[856]: 6 0 15.2831 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[865]: 6 0 23.4368 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[924]: 6 -1 0 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[932]: 6 0 2 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[967]: 6 0 1 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[969]: 6 0 4.36246 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[994]: 6 0 61.2127 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1045]: 6 0 34.8736 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1072]: 6 0 35.5941 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1096]: 6 0 4.79605 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1112]: 6 0 35.5941 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1159]: 6 -1 0 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1167]: 6 0 0.560852 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1195]: 6 0 7.02533 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1210]: 6 0 1 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1245]: 6 0 29.7721 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1246]: 6 0 47.991 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1292]: 6 0 24.4368 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1384]: 6 0 72.7958 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1392]: 6 -1 0 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1393]: 6 0 71.0309 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1395]: 6 0 8.02533 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1398]: 6 0 42.9942 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1408]: 6 -1 0 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1510]: 6 0 1.20245 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1524]: 6 0 22.6634 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1564]: 6 0 53.1413 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1600]: 6 0 24.4368 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1678]: 6 0 0.305615 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1713]: 6 0 71.0309 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1714]: 6 0 24.316 shouldn't be
1026.70/1031.30	WSVECS04 Frhs2[1858]: 6 -72.4162 0 shouldn't be
1026.89/1031.56	WSVECS04 Frhs2[525]: 6 0 22.5791 shouldn't be
1026.89/1031.56	WSVECS04 Frhs2[734]: 6 0 49.7528 shouldn't be
1026.89/1031.56	WSVECS04 Frhs2[1119]: 6 -1 0 shouldn't be
1026.89/1031.56	WSVECS04 Frhs2[1215]: 6 0 1 shouldn't be
1026.89/1031.56	WSVECS04 Frhs2[1239]: 6 -1 0 shouldn't be
1026.89/1031.56	WSVECS04 Frhs2[1362]: 6 0 1 shouldn't be
1026.89/1031.56	WSVECS04 Frhs2[1402]: 6 0 1 shouldn't be
1026.89/1031.56	WSVECS04 Frhs2[1442]: 6 0 1 shouldn't be
1026.89/1031.56	WSVECS04 Frhs2[1474]: 6 0 24.4368 shouldn't be
1026.89/1031.56	WSVECS04 Frhs2[1515]: 6 0 2 shouldn't be
1026.89/1031.56	WSVECS04 Frhs2[1682]: 6 0 1 shouldn't be
1026.89/1031.56	WSVECS04 Frhs2[1778]: 6 -4 0 shouldn't be
1026.89/1031.56	WSVECS04 Frhs2[1822]: 6 -1 0 shouldn't be
1041.05/1045.74	c #Conflicts:    4067000 | #Constraints:      90380
1041.05/1045.74	c #Conflicts:    4068000 | #Constraints:      91381
1041.05/1045.74	c #Conflicts:    4069000 | #Constraints:      92381
1041.05/1045.74	c #Conflicts:    4070000 | #Constraints:      93381
1041.05/1045.74	c #Conflicts:    4071000 | #Constraints:      94381
1041.05/1045.74	c #Conflicts:    4072000 | #Constraints:      95381
1041.05/1045.74	c #Conflicts:    4073000 | #Constraints:      96381
1041.05/1045.74	c #Conflicts:    4074000 | #Constraints:      97381
1041.05/1045.74	c #Conflicts:    4075000 | #Constraints:      98381
1041.05/1045.74	c #Conflicts:    4076000 | #Constraints:      99381
1041.05/1045.74	c #Conflicts:    4077000 | #Constraints:     100381
1041.05/1045.74	c #Conflicts:    4078000 | #Constraints:     101381
1041.05/1045.74	c #Conflicts:    4079000 | #Constraints:     102381
1041.05/1045.74	c #Conflicts:    4080000 | #Constraints:     103381
1041.05/1045.74	c #Conflicts:    4081000 | #Constraints:     104381
1041.05/1045.74	c #Conflicts:    4082000 | #Constraints:     105381
1041.05/1045.74	c #Conflicts:    4083000 | #Constraints:     106381
1041.05/1045.74	c #Conflicts:    4084000 | #Constraints:     107381
1041.05/1045.74	c #Conflicts:    4085000 | #Constraints:     108381
1041.05/1045.74	c #Conflicts:    4086000 | #Constraints:     109381
1041.05/1045.74	c #Conflicts:    4087000 | #Constraints:     110381
1041.05/1045.74	c #Conflicts:    4088000 | #Constraints:     111381
1041.05/1045.74	c #Conflicts:    4089000 | #Constraints:     112381
1041.05/1045.74	c #Conflicts:    4090000 | #Constraints:     113381
1041.05/1045.74	c #Conflicts:    4091000 | #Constraints:     114381
1041.05/1045.74	c #Conflicts:    4092000 | #Constraints:     115381
1041.05/1045.74	c #Conflicts:    4093000 | #Constraints:     116381
1041.05/1045.74	c #Conflicts:    4094000 | #Constraints:     117381
1041.05/1045.74	c #Conflicts:    4095000 | #Constraints:     118381
1041.05/1045.74	c #Conflicts:    4096000 | #Constraints:     119381
1041.05/1045.74	c #Conflicts:    4097000 | #Constraints:     120381
1041.05/1045.74	c #Conflicts:    4098000 | #Constraints:     121381
1041.05/1045.74	c #Conflicts:    4099000 | #Constraints:     122382
1041.05/1045.74	c #Conflicts:    4100000 | #Constraints:     123382
1041.05/1045.74	c #Conflicts:    4101000 | #Constraints:     124382
1041.05/1045.74	c #Conflicts:    4102000 | #Constraints:     125382
1041.05/1045.74	c #Conflicts:    4103000 | #Constraints:     126382
1041.05/1045.74	c #Conflicts:    4104000 | #Constraints:     127382
1041.05/1045.74	c #Conflicts:    4105000 | #Constraints:     128382
1041.05/1045.74	c #Conflicts:    4106000 | #Constraints:     129382
1041.05/1045.74	c #Conflicts:    4107000 | #Constraints:     130382
1041.05/1045.74	c INPROCESSING
1041.05/1045.74	c GARBAGE COLLECT
1041.05/1045.74	WSVECS04 Frhs2[46]: 6 -63.9796 0 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[48]: 6 -95.8636 0 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[67]: 6 0 29.6193 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[70]: 6 0 7.40967 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[73]: 6 -61.9294 0 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[79]: 6 -65.2723 0 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[81]: 6 -64.0196 0 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[225]: 6 0 0.66598 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[240]: 6 0 22.8581 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[554]: 6 0 44.7163 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[588]: 6 -1 0 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[827]: 6 0 22.8581 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[866]: 6 0 22.8581 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[1099]: 6 0 87.4999 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[1219]: 6 -2.06736 0 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[1246]: 6 0 15.4302 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[1336]: 6 0 21.8581 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[1369]: 6 0 1.30878 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[1777]: 6 -3 0 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[1822]: 6 -2 0 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[1842]: 6 -1 0 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[1869]: 6 -1.33402 0 shouldn't be
1041.05/1045.74	WSVECS04 Frhs2[1888]: 6 -0.935155 0 shouldn't be
1041.25/1045.96	WSVECS04 Frhs2[97]: 6 0 1 shouldn't be
1041.25/1045.96	WSVECS04 Frhs2[176]: 6 0 22.8581 shouldn't be
1041.25/1045.96	WSVECS04 Frhs2[263]: 6 -1.06485 0 shouldn't be
1041.25/1045.96	WSVECS04 Frhs2[922]: 6 -0.333334 0 shouldn't be
1041.25/1045.96	WSVECS04 Frhs2[1080]: 6 -0.666667 0 shouldn't be
1041.25/1045.96	WSVECS04 Frhs2[1207]: 6 0 3 shouldn't be
1041.25/1045.96	WSVECS04 Frhs2[1247]: 6 0 3 shouldn't be
1041.25/1045.96	WSVECS04 Frhs2[1435]: 6 0 2.57653 shouldn't be
1041.25/1045.96	WSVECS04 Frhs2[1458]: 6 0 1 shouldn't be
1041.25/1045.96	WSVECS04 Frhs2[1564]: 6 0 20.556 shouldn't be
1041.25/1045.96	WSVECS04 Frhs2[1592]: 6 0 22.8581 shouldn't be
1063.65/1068.43	c #Conflicts:    4108000 | #Constraints:      70450
1063.65/1068.43	c #Conflicts:    4109000 | #Constraints:      71450
1063.65/1068.43	c #Conflicts:    4110000 | #Constraints:      72450
1063.65/1068.43	c #Conflicts:    4111000 | #Constraints:      73450
1063.65/1068.43	c #Conflicts:    4112000 | #Constraints:      74450
1063.65/1068.43	c #Conflicts:    4113000 | #Constraints:      75450
1063.65/1068.43	c #Conflicts:    4114000 | #Constraints:      76451
1063.65/1068.43	c #Conflicts:    4115000 | #Constraints:      77451
1063.65/1068.43	c #Conflicts:    4116000 | #Constraints:      78451
1063.65/1068.43	c #Conflicts:    4117000 | #Constraints:      79451
1063.65/1068.43	c #Conflicts:    4118000 | #Constraints:      80451
1063.65/1068.43	c #Conflicts:    4119000 | #Constraints:      81451
1063.65/1068.43	c #Conflicts:    4120000 | #Constraints:      82451
1063.65/1068.43	c #Conflicts:    4121000 | #Constraints:      83451
1063.65/1068.43	c #Conflicts:    4122000 | #Constraints:      84451
1063.65/1068.43	c #Conflicts:    4123000 | #Constraints:      85451
1063.65/1068.43	c #Conflicts:    4124000 | #Constraints:      86451
1063.65/1068.43	c #Conflicts:    4125000 | #Constraints:      87451
1063.65/1068.43	c #Conflicts:    4126000 | #Constraints:      88451
1063.65/1068.43	c #Conflicts:    4127000 | #Constraints:      89451
1063.65/1068.43	c #Conflicts:    4128000 | #Constraints:      90451
1063.65/1068.43	c #Conflicts:    4129000 | #Constraints:      91451
1063.65/1068.43	c #Conflicts:    4130000 | #Constraints:      92451
1063.65/1068.43	c #Conflicts:    4131000 | #Constraints:      93451
1063.65/1068.43	c #Conflicts:    4132000 | #Constraints:      94451
1063.65/1068.43	c #Conflicts:    4133000 | #Constraints:      95451
1063.65/1068.43	c #Conflicts:    4134000 | #Constraints:      96451
1063.65/1068.43	c #Conflicts:    4135000 | #Constraints:      97451
1063.65/1068.43	c #Conflicts:    4136000 | #Constraints:      98451
1063.65/1068.43	c #Conflicts:    4137000 | #Constraints:      99451
1063.65/1068.43	c #Conflicts:    4138000 | #Constraints:     100451
1063.65/1068.43	c #Conflicts:    4139000 | #Constraints:     101451
1063.65/1068.43	c #Conflicts:    4140000 | #Constraints:     102451
1063.65/1068.43	c #Conflicts:    4141000 | #Constraints:     103451
1063.65/1068.43	c #Conflicts:    4142000 | #Constraints:     104451
1063.65/1068.43	c #Conflicts:    4143000 | #Constraints:     105451
1063.65/1068.43	c #Conflicts:    4144000 | #Constraints:     106451
1063.65/1068.43	c #Conflicts:    4145000 | #Constraints:     107451
1063.65/1068.43	c #Conflicts:    4146000 | #Constraints:     108451
1063.65/1068.43	c #Conflicts:    4147000 | #Constraints:     109451
1063.65/1068.43	c INPROCESSING
1063.65/1068.43	c GARBAGE COLLECT
1063.65/1068.43	c #Conflicts:    4148000 | #Constraints:      59583
1063.65/1068.43	c #Conflicts:    4149000 | #Constraints:      60583
1063.65/1068.43	c #Conflicts:    4150000 | #Constraints:      61583
1063.65/1068.43	c #Conflicts:    4151000 | #Constraints:      62583
1063.65/1068.43	c #Conflicts:    4152000 | #Constraints:      63583
1063.65/1068.43	c #Conflicts:    4153000 | #Constraints:      64583
1063.65/1068.43	c #Conflicts:    4154000 | #Constraints:      65583
1063.65/1068.43	c #Conflicts:    4155000 | #Constraints:      66583
1063.65/1068.43	c #Conflicts:    4156000 | #Constraints:      67583
1063.65/1068.43	c #Conflicts:    4157000 | #Constraints:      68583
1063.65/1068.43	c #Conflicts:    4158000 | #Constraints:      69583
1063.65/1068.43	c #Conflicts:    4159000 | #Constraints:      70583
1063.65/1068.43	c #Conflicts:    4160000 | #Constraints:      71583
1063.65/1068.43	c #Conflicts:    4161000 | #Constraints:      72583
1063.65/1068.43	c #Conflicts:    4162000 | #Constraints:      73584
1063.65/1068.43	c #Conflicts:    4163000 | #Constraints:      74584
1063.65/1068.43	c #Conflicts:    4164000 | #Constraints:      75584
1063.65/1068.43	c #Conflicts:    4165000 | #Constraints:      76584
1063.65/1068.43	c #Conflicts:    4166000 | #Constraints:      77584
1063.65/1068.43	c #Conflicts:    4167000 | #Constraints:      78584
1063.65/1068.43	c #Conflicts:    4168000 | #Constraints:      79584
1063.65/1068.43	c #Conflicts:    4169000 | #Constraints:      80584
1063.65/1068.43	c #Conflicts:    4170000 | #Constraints:      81584
1063.65/1068.43	c #Conflicts:    4171000 | #Constraints:      82584
1063.65/1068.43	c #Conflicts:    4172000 | #Constraints:      83584
1063.65/1068.43	c #Conflicts:    4173000 | #Constraints:      84584
1063.65/1068.43	c #Conflicts:    4174000 | #Constraints:      85584
1063.65/1068.43	c #Conflicts:    4175000 | #Constraints:      86584
1063.65/1068.43	c #Conflicts:    4176000 | #Constraints:      87584
1063.65/1068.43	c #Conflicts:    4177000 | #Constraints:      88584
1063.65/1068.43	c #Conflicts:    4178000 | #Constraints:      89584
1063.65/1068.43	c #Conflicts:    4179000 | #Constraints:      90584
1063.65/1068.43	c #Conflicts:    4180000 | #Constraints:      91584
1063.65/1068.43	c #Conflicts:    4181000 | #Constraints:      92584
1063.65/1068.43	c #Conflicts:    4182000 | #Constraints:      93584
1063.65/1068.43	c #Conflicts:    4183000 | #Constraints:      94584
1063.65/1068.43	c #Conflicts:    4184000 | #Constraints:      95584
1063.65/1068.43	c #Conflicts:    4185000 | #Constraints:      96584
1063.65/1068.43	c #Conflicts:    4186000 | #Constraints:      97584
1064.76/1069.57	c #Conflicts:    4187000 | #Constraints:      98584
1064.76/1069.57	c #Conflicts:    4188000 | #Constraints:      99584
1064.76/1069.57	c INPROCESSING
1064.76/1069.57	c GARBAGE COLLECT
1064.76/1069.57	WSVECS04 Frhs2[29]: 6 -1.00001 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[46]: 6 -115.552 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[47]: 6 -120.99 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[49]: 6 -82.0285 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[50]: 6 -8.4485 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[57]: 6 -61.066 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[59]: 6 -42.4198 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[63]: 6 -123.448 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[64]: 6 -23.7735 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[67]: 6 -42.4197 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[69]: 6 -68.2578 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[70]: 6 -76.81 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[72]: 6 -42.4198 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[105]: 6 0 42.4197 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[145]: 6 0 42.4197 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[153]: 6 0 42.4197 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[207]: 6 0 1.00002 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[220]: 6 0 1.00004 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[260]: 6 0 1.00002 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[264]: 6 -125.259 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[292]: 6 0 42.4197 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[307]: 6 0 42.4197 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[376]: 6 0 40.6089 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[379]: 6 -166.679 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[396]: 6 0 6.14413 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[409]: 6 0 2.7554 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[414]: 6 0 42.4198 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[424]: 6 0 125.259 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[456]: 6 0 40.6088 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[464]: 6 0 125.259 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[483]: 6 0 1.00003 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[503]: 6 0 49.7452 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[554]: 6 0 41.4198 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[631]: 6 0 41.4197 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[632]: 6 0 42.4197 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[694]: 6 0 0.551572 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[729]: 6 0 5.13991 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[794]: 6 0 4.26878 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[927]: 6 -8.86986 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[928]: 6 0 1.00004 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[945]: 6 0 1.00003 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[946]: 6 0 14.4431 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[963]: 6 0 42.4197 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[964]: 6 -1.00009 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[970]: 6 0 6.14415 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1010]: 6 0 6.14414 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1012]: 6 0 42.4197 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1028]: 6 0 42.4197 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1033]: 6 0 56.3064 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1037]: 6 0 1.00003 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1045]: 6 -51.8488 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1050]: 6 0 6.14415 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1066]: 6 -42.4198 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1072]: 6 0 42.4198 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1073]: 6 0 98.7261 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1081]: 6 -1.00001 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1082]: 6 0 0.333378 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1141]: 6 -1.00005 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1158]: 6 -8.86984 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1163]: 6 0 41.4197 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1167]: 6 -7.8786 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1193]: 6 0 98.7261 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1196]: 6 0 6.1441 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1200]: 6 -1.00001 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1223]: 6 0 8.80613 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1237]: 6 0 1.00004 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1296]: 6 0 1.81091 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1301]: 6 0 1.00008 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1341]: 6 0 1.00004 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1346]: 6 0 42.4198 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1725]: 6 -1.00004 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1795]: 6 -97.7261 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1813]: 6 -43.4197 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1831]: 6 -14.6428 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1885]: 6 -1.00003 0 shouldn't be
1064.76/1069.57	WSVECS04 Frhs2[1886]: 6 -9.44842 0 shouldn't be
1065.05/1069.84	WSVECS04 Frhs2[62]: 6 -42.0865 0 shouldn't be
1065.05/1069.84	WSVECS04 Frhs2[266]: 6 0 1.00007 shouldn't be
1065.05/1069.84	WSVECS04 Frhs2[543]: 6 0 49.7453 shouldn't be
1065.05/1069.84	WSVECS04 Frhs2[1398]: 6 -8.86984 0 shouldn't be
1065.05/1069.84	WSVECS04 Frhs2[1724]: 6 -1.00006 0 shouldn't be
1065.25/1070.08	WSVECS04 Frhs2[1031]: 6 0 1.00008 shouldn't be
1065.25/1070.08	WSVECS04 Frhs2[1191]: 6 0 1.00003 shouldn't be
1065.25/1070.08	WSVECS04 Frhs2[1321]: 6 0 1.00008 shouldn't be
1065.25/1070.08	WSVECS04 Frhs2[1433]: 6 0 0.500036 shouldn't be
1065.25/1070.08	WSVECS04 Frhs2[1822]: 6 -2.00002 0 shouldn't be
1065.55/1070.34	WSVECS04 Frhs2[46]: 6 -115.552 0 shouldn't be
1065.55/1070.34	WSVECS04 Frhs2[47]: 6 -120.99 0 shouldn't be
1065.55/1070.34	WSVECS04 Frhs2[59]: 6 -42.4197 0 shouldn't be
1065.55/1070.34	WSVECS04 Frhs2[63]: 6 -123.448 0 shouldn't be
1065.55/1070.34	WSVECS04 Frhs2[64]: 6 -23.7735 0 shouldn't be
1065.55/1070.34	WSVECS04 Frhs2[68]: 6 0 52.554 shouldn't be
1065.55/1070.34	WSVECS04 Frhs2[69]: 6 -68.2577 0 shouldn't be
1065.55/1070.34	WSVECS04 Frhs2[72]: 6 -42.4197 0 shouldn't be
1065.55/1070.34	WSVECS04 Frhs2[264]: 6 -125.259 0 shouldn't be
1065.55/1070.34	WSVECS04 Frhs2[379]: 6 -166.679 0 shouldn't be
1065.55/1070.34	WSVECS04 Frhs2[464]: 6 0 125.259 shouldn't be
1065.55/1070.34	WSVECS04 Frhs2[496]: 6 0 40.6088 shouldn't be
1065.55/1070.34	WSVECS04 Frhs2[906]: 6 0 14.4431 shouldn't be
1065.55/1070.34	WSVECS04 Frhs2[1158]: 6 -8.86976 0 shouldn't be
1065.55/1070.34	WSVECS04 Frhs2[1163]: 6 0 41.4197 shouldn't be
1065.55/1070.34	WSVECS04 Frhs2[1183]: 6 0 8.44841 shouldn't be
1065.55/1070.34	WSVECS04 Frhs2[1219]: 6 0 168.446 shouldn't be
1065.55/1070.34	WSVECS04 Frhs2[1223]: 6 0 8.80607 shouldn't be
1065.55/1070.34	WSVECS04 Frhs2[1301]: 6 0 1 shouldn't be
1065.55/1070.34	WSVECS04 Frhs2[1341]: 6 0 1 shouldn't be
1085.65/1090.50	c #Conflicts:    4189000 | #Constraints:      54661
1085.65/1090.50	c #Conflicts:    4190000 | #Constraints:      55661
1085.65/1090.50	c #Conflicts:    4191000 | #Constraints:      56661
1085.65/1090.50	c #Conflicts:    4192000 | #Constraints:      57661
1085.65/1090.50	c #Conflicts:    4193000 | #Constraints:      58661
1085.65/1090.50	c #Conflicts:    4194000 | #Constraints:      59661
1085.65/1090.50	c #Conflicts:    4195000 | #Constraints:      60661
1085.65/1090.50	c #Conflicts:    4196000 | #Constraints:      61661
1085.65/1090.50	c #Conflicts:    4197000 | #Constraints:      62662
1085.65/1090.50	c #Conflicts:    4198000 | #Constraints:      63662
1085.65/1090.50	c #Conflicts:    4199000 | #Constraints:      64662
1085.65/1090.50	c #Conflicts:    4200000 | #Constraints:      65662
1085.65/1090.50	c #Conflicts:    4201000 | #Constraints:      66662
1085.65/1090.50	c #Conflicts:    4202000 | #Constraints:      67662
1085.65/1090.50	c #Conflicts:    4203000 | #Constraints:      68662
1085.65/1090.50	c #Conflicts:    4204000 | #Constraints:      69662
1085.65/1090.50	c #Conflicts:    4205000 | #Constraints:      70662
1085.65/1090.50	c #Conflicts:    4206000 | #Constraints:      71662
1085.65/1090.50	c #Conflicts:    4207000 | #Constraints:      72662
1085.65/1090.50	c #Conflicts:    4208000 | #Constraints:      73662
1085.65/1090.50	c #Conflicts:    4209000 | #Constraints:      74662
1085.65/1090.50	c #Conflicts:    4210000 | #Constraints:      75662
1085.65/1090.50	c #Conflicts:    4211000 | #Constraints:      76662
1085.65/1090.50	c #Conflicts:    4212000 | #Constraints:      77662
1085.65/1090.50	c #Conflicts:    4213000 | #Constraints:      78662
1085.65/1090.50	c #Conflicts:    4214000 | #Constraints:      79662
1085.65/1090.50	c #Conflicts:    4215000 | #Constraints:      80662
1085.65/1090.50	c #Conflicts:    4216000 | #Constraints:      81662
1085.65/1090.50	c #Conflicts:    4217000 | #Constraints:      82662
1085.65/1090.50	c #Conflicts:    4218000 | #Constraints:      83662
1085.65/1090.50	c #Conflicts:    4219000 | #Constraints:      84662
1085.65/1090.50	c #Conflicts:    4220000 | #Constraints:      85662
1085.65/1090.50	c #Conflicts:    4221000 | #Constraints:      86662
1085.65/1090.50	c #Conflicts:    4222000 | #Constraints:      87662
1085.65/1090.50	c #Conflicts:    4223000 | #Constraints:      88662
1085.65/1090.50	c #Conflicts:    4224000 | #Constraints:      89662
1085.65/1090.50	c #Conflicts:    4225000 | #Constraints:      90663
1085.65/1090.50	c #Conflicts:    4226000 | #Constraints:      91663
1085.65/1090.50	c #Conflicts:    4227000 | #Constraints:      92663
1085.65/1090.50	c #Conflicts:    4228000 | #Constraints:      93663
1085.65/1090.50	c #Conflicts:    4229000 | #Constraints:      94664
1085.65/1090.50	c #Conflicts:    4230000 | #Constraints:      95664
1085.65/1090.50	c INPROCESSING
1085.65/1090.50	c GARBAGE COLLECT
1085.65/1090.50	c #Conflicts:    4231000 | #Constraints:      53108
1085.65/1090.50	c #Conflicts:    4232000 | #Constraints:      54108
1085.65/1090.50	c #Conflicts:    4233000 | #Constraints:      55108
1085.65/1090.50	c #Conflicts:    4234000 | #Constraints:      56108
1085.65/1090.50	c #Conflicts:    4235000 | #Constraints:      57108
1085.65/1090.50	c #Conflicts:    4236000 | #Constraints:      58109
1085.65/1090.50	c #Conflicts:    4237000 | #Constraints:      59109
1085.65/1090.50	c #Conflicts:    4238000 | #Constraints:      60109
1085.65/1090.50	c #Conflicts:    4239000 | #Constraints:      61109
1085.65/1090.50	c #Conflicts:    4240000 | #Constraints:      62109
1085.65/1090.50	c #Conflicts:    4241000 | #Constraints:      63109
1085.65/1090.50	c #Conflicts:    4242000 | #Constraints:      64109
1085.65/1090.50	c #Conflicts:    4243000 | #Constraints:      65109
1085.65/1090.50	c #Conflicts:    4244000 | #Constraints:      66109
1085.65/1090.50	c #Conflicts:    4245000 | #Constraints:      67109
1085.65/1090.50	c #Conflicts:    4246000 | #Constraints:      68109
1085.65/1090.50	c #Conflicts:    4247000 | #Constraints:      69109
1085.65/1090.50	c #Conflicts:    4248000 | #Constraints:      70109
1085.65/1090.50	c #Conflicts:    4249000 | #Constraints:      71109
1085.65/1090.50	c #Conflicts:    4250000 | #Constraints:      72109
1085.65/1090.50	c #Conflicts:    4251000 | #Constraints:      73109
1085.65/1090.50	c #Conflicts:    4252000 | #Constraints:      74109
1085.65/1090.50	c #Conflicts:    4253000 | #Constraints:      75109
1085.65/1090.50	c #Conflicts:    4254000 | #Constraints:      76109
1085.65/1090.50	c #Conflicts:    4255000 | #Constraints:      77109
1085.65/1090.50	c #Conflicts:    4256000 | #Constraints:      78109
1085.65/1090.50	c #Conflicts:    4257000 | #Constraints:      79109
1085.65/1090.50	c #Conflicts:    4258000 | #Constraints:      80109
1085.65/1090.50	c #Conflicts:    4259000 | #Constraints:      81109
1085.65/1090.50	c #Conflicts:    4260000 | #Constraints:      82109
1085.65/1090.50	c #Conflicts:    4261000 | #Constraints:      83109
1085.65/1090.50	c #Conflicts:    4262000 | #Constraints:      84109
1085.65/1090.50	c #Conflicts:    4263000 | #Constraints:      85109
1085.65/1090.50	c #Conflicts:    4264000 | #Constraints:      86109
1085.65/1090.50	c #Conflicts:    4265000 | #Constraints:      87109
1085.65/1090.50	c #Conflicts:    4266000 | #Constraints:      88110
1085.65/1090.50	c #Conflicts:    4267000 | #Constraints:      89110
1124.60/1129.63	c #Conflicts:    4268000 | #Constraints:      90110
1124.60/1129.63	c #Conflicts:    4269000 | #Constraints:      91111
1124.60/1129.63	c #Conflicts:    4270000 | #Constraints:      92111
1124.60/1129.63	c #Conflicts:    4271000 | #Constraints:      93111
1124.60/1129.63	c #Conflicts:    4272000 | #Constraints:      94112
1124.60/1129.63	c #Conflicts:    4273000 | #Constraints:      95112
1124.60/1129.63	c #Conflicts:    4274000 | #Constraints:      96112
1124.60/1129.63	c #Conflicts:    4275000 | #Constraints:      97112
1124.60/1129.63	c #Conflicts:    4276000 | #Constraints:      98112
1124.60/1129.63	c #Conflicts:    4277000 | #Constraints:      99112
1124.60/1129.63	c #Conflicts:    4278000 | #Constraints:     100112
1124.60/1129.63	c #Conflicts:    4279000 | #Constraints:     101112
1124.60/1129.63	c #Conflicts:    4280000 | #Constraints:     102112
1124.60/1129.63	c #Conflicts:    4281000 | #Constraints:     103112
1124.60/1129.63	c #Conflicts:    4282000 | #Constraints:     104112
1124.60/1129.63	c #Conflicts:    4283000 | #Constraints:     105112
1124.60/1129.63	c #Conflicts:    4284000 | #Constraints:     106112
1124.60/1129.63	c #Conflicts:    4285000 | #Constraints:     107112
1124.60/1129.63	c #Conflicts:    4286000 | #Constraints:     108113
1124.60/1129.63	c #Conflicts:    4287000 | #Constraints:     109113
1124.60/1129.63	c #Conflicts:    4288000 | #Constraints:     110113
1124.60/1129.63	c #Conflicts:    4289000 | #Constraints:     111113
1124.60/1129.63	c #Conflicts:    4290000 | #Constraints:     112113
1124.60/1129.63	c #Conflicts:    4291000 | #Constraints:     113113
1124.60/1129.63	c #Conflicts:    4292000 | #Constraints:     114113
1124.60/1129.63	c #Conflicts:    4293000 | #Constraints:     115113
1124.60/1129.63	c #Conflicts:    4294000 | #Constraints:     116113
1124.60/1129.63	c #Conflicts:    4295000 | #Constraints:     117113
1124.60/1129.63	c #Conflicts:    4296000 | #Constraints:     118113
1124.60/1129.63	c #Conflicts:    4297000 | #Constraints:     119113
1124.60/1129.63	c #Conflicts:    4298000 | #Constraints:     120113
1124.60/1129.63	c #Conflicts:    4299000 | #Constraints:     121113
1124.60/1129.63	c #Conflicts:    4300000 | #Constraints:     122113
1124.60/1129.63	c #Conflicts:    4301000 | #Constraints:     123113
1124.60/1129.63	c #Conflicts:    4302000 | #Constraints:     124114
1124.60/1129.63	c #Conflicts:    4303000 | #Constraints:     125114
1124.60/1129.63	c #Conflicts:    4304000 | #Constraints:     126114
1124.60/1129.63	c #Conflicts:    4305000 | #Constraints:     127114
1124.60/1129.63	c #Conflicts:    4306000 | #Constraints:     128114
1124.60/1129.63	c #Conflicts:    4307000 | #Constraints:     129114
1124.60/1129.63	c #Conflicts:    4308000 | #Constraints:     130114
1124.60/1129.63	c #Conflicts:    4309000 | #Constraints:     131114
1124.60/1129.63	c #Conflicts:    4310000 | #Constraints:     132114
1124.60/1129.63	c #Conflicts:    4311000 | #Constraints:     133114
1124.60/1129.63	c #Conflicts:    4312000 | #Constraints:     134114
1124.60/1129.63	c #Conflicts:    4313000 | #Constraints:     135114
1124.60/1129.63	c #Conflicts:    4314000 | #Constraints:     136114
1124.60/1129.63	c #Conflicts:    4315000 | #Constraints:     137114
1124.60/1129.63	c #Conflicts:    4316000 | #Constraints:     138114
1124.60/1129.63	c #Conflicts:    4317000 | #Constraints:     139114
1124.60/1129.63	c #Conflicts:    4318000 | #Constraints:     140114
1124.60/1129.63	c #Conflicts:    4319000 | #Constraints:     141114
1124.60/1129.63	c #Conflicts:    4320000 | #Constraints:     142114
1124.60/1129.63	c #Conflicts:    4321000 | #Constraints:     143114
1124.60/1129.63	c #Conflicts:    4322000 | #Constraints:     144114
1124.60/1129.63	c #Conflicts:    4323000 | #Constraints:     145114
1124.60/1129.63	c #Conflicts:    4324000 | #Constraints:     146114
1124.60/1129.63	c #Conflicts:    4325000 | #Constraints:     147114
1124.60/1129.63	c #Conflicts:    4326000 | #Constraints:     148114
1124.60/1129.63	c #Conflicts:    4327000 | #Constraints:     149114
1124.60/1129.63	c #Conflicts:    4328000 | #Constraints:     150114
1124.60/1129.63	c #Conflicts:    4329000 | #Constraints:     151114
1124.60/1129.63	c #Conflicts:    4330000 | #Constraints:     152114
1124.60/1129.63	c #Conflicts:    4331000 | #Constraints:     153114
1124.60/1129.63	c #Conflicts:    4332000 | #Constraints:     154114
1124.60/1129.63	c #Conflicts:    4333000 | #Constraints:     155114
1124.60/1129.63	c #Conflicts:    4334000 | #Constraints:     156114
1124.60/1129.63	c #Conflicts:    4335000 | #Constraints:     157114
1124.60/1129.63	c #Conflicts:    4336000 | #Constraints:     158114
1124.60/1129.63	c #Conflicts:    4337000 | #Constraints:     159115
1124.60/1129.63	c #Conflicts:    4338000 | #Constraints:     160115
1124.60/1129.63	c #Conflicts:    4339000 | #Constraints:     161115
1124.60/1129.63	c #Conflicts:    4340000 | #Constraints:     162115
1124.60/1129.63	c #Conflicts:    4341000 | #Constraints:     163115
1124.60/1129.63	c #Conflicts:    4342000 | #Constraints:     164115
1124.60/1129.63	c #Conflicts:    4343000 | #Constraints:     165115
1124.60/1129.63	c #Conflicts:    4344000 | #Constraints:     166115
1124.60/1129.63	c #Conflicts:    4345000 | #Constraints:     167115
1193.77/1199.09	c #Conflicts:    4346000 | #Constraints:     168115
1193.77/1199.09	c #Conflicts:    4347000 | #Constraints:     169115
1193.77/1199.09	c #Conflicts:    4348000 | #Constraints:     170116
1193.77/1199.09	c #Conflicts:    4349000 | #Constraints:     171116
1193.77/1199.09	c #Conflicts:    4350000 | #Constraints:     172116
1193.77/1199.09	c #Conflicts:    4351000 | #Constraints:     173116
1193.77/1199.09	c #Conflicts:    4352000 | #Constraints:     174116
1193.77/1199.09	c #Conflicts:    4353000 | #Constraints:     175116
1193.77/1199.09	c #Conflicts:    4354000 | #Constraints:     176116
1193.77/1199.09	c #Conflicts:    4355000 | #Constraints:     177116
1193.77/1199.09	c #Conflicts:    4356000 | #Constraints:     178117
1193.77/1199.09	c #Conflicts:    4357000 | #Constraints:     179117
1193.77/1199.09	c #Conflicts:    4358000 | #Constraints:     180117
1193.77/1199.09	c #Conflicts:    4359000 | #Constraints:     181117
1193.77/1199.09	c #Conflicts:    4360000 | #Constraints:     182117
1193.77/1199.09	c #Conflicts:    4361000 | #Constraints:     183117
1193.77/1199.09	c #Conflicts:    4362000 | #Constraints:     184118
1193.77/1199.09	c #Conflicts:    4363000 | #Constraints:     185118
1193.77/1199.09	c #Conflicts:    4364000 | #Constraints:     186118
1193.77/1199.09	c #Conflicts:    4365000 | #Constraints:     187118
1193.77/1199.09	c #Conflicts:    4366000 | #Constraints:     188118
1193.77/1199.09	c #Conflicts:    4367000 | #Constraints:     189118
1193.77/1199.09	c #Conflicts:    4368000 | #Constraints:     190119
1193.77/1199.09	c #Conflicts:    4369000 | #Constraints:     191119
1193.77/1199.09	c #Conflicts:    4370000 | #Constraints:     192119
1193.77/1199.09	c #Conflicts:    4371000 | #Constraints:     193119
1193.77/1199.09	c #Conflicts:    4372000 | #Constraints:     194119
1193.77/1199.09	c #Conflicts:    4373000 | #Constraints:     195120
1193.77/1199.09	c #Conflicts:    4374000 | #Constraints:     196120
1193.77/1199.09	c #Conflicts:    4375000 | #Constraints:     197120
1193.77/1199.09	c #Conflicts:    4376000 | #Constraints:     198120
1193.77/1199.09	c #Conflicts:    4377000 | #Constraints:     199120
1193.77/1199.09	c #Conflicts:    4378000 | #Constraints:     200121
1193.77/1199.09	c #Conflicts:    4379000 | #Constraints:     201121
1193.77/1199.09	c #Conflicts:    4380000 | #Constraints:     202121
1193.77/1199.09	c #Conflicts:    4381000 | #Constraints:     203121
1193.77/1199.09	c #Conflicts:    4382000 | #Constraints:     204121
1193.77/1199.09	c #Conflicts:    4383000 | #Constraints:     205121
1193.77/1199.09	c #Conflicts:    4384000 | #Constraints:     206121
1193.77/1199.09	c #Conflicts:    4385000 | #Constraints:     207122
1193.77/1199.09	c #Conflicts:    4386000 | #Constraints:     208122
1193.77/1199.09	c #Conflicts:    4387000 | #Constraints:     209122
1193.77/1199.09	c #Conflicts:    4388000 | #Constraints:     210122
1193.77/1199.09	c #Conflicts:    4389000 | #Constraints:     211122
1193.77/1199.09	c #Conflicts:    4390000 | #Constraints:     212122
1193.77/1199.09	c #Conflicts:    4391000 | #Constraints:     213122
1193.77/1199.09	c #Conflicts:    4392000 | #Constraints:     214123
1193.77/1199.09	c #Conflicts:    4393000 | #Constraints:     215123
1193.77/1199.09	c #Conflicts:    4394000 | #Constraints:     216123
1193.77/1199.09	c #Conflicts:    4395000 | #Constraints:     217124
1193.77/1199.09	c #Conflicts:    4396000 | #Constraints:     218124
1193.77/1199.09	c #Conflicts:    4397000 | #Constraints:     219124
1193.77/1199.09	c #Conflicts:    4398000 | #Constraints:     220124
1193.77/1199.09	c #Conflicts:    4399000 | #Constraints:     221125
1193.77/1199.09	c #Conflicts:    4400000 | #Constraints:     222125
1193.77/1199.09	c #Conflicts:    4401000 | #Constraints:     223125
1193.77/1199.09	c #Conflicts:    4402000 | #Constraints:     224125
1193.77/1199.09	c #Conflicts:    4403000 | #Constraints:     225125
1193.77/1199.09	c #Conflicts:    4404000 | #Constraints:     226125
1193.77/1199.09	c #Conflicts:    4405000 | #Constraints:     227125
1193.77/1199.09	c #Conflicts:    4406000 | #Constraints:     228125
1193.77/1199.09	c #Conflicts:    4407000 | #Constraints:     229125
1193.77/1199.09	c #Conflicts:    4408000 | #Constraints:     230125
1193.77/1199.09	c #Conflicts:    4409000 | #Constraints:     231125
1193.77/1199.09	c #Conflicts:    4410000 | #Constraints:     232125
1193.77/1199.09	c #Conflicts:    4411000 | #Constraints:     233125
1193.77/1199.09	c #Conflicts:    4412000 | #Constraints:     234125
1193.77/1199.09	c #Conflicts:    4413000 | #Constraints:     235125
1193.77/1199.09	c #Conflicts:    4414000 | #Constraints:     236126
1193.77/1199.09	c #Conflicts:    4415000 | #Constraints:     237126
1193.77/1199.09	c #Conflicts:    4416000 | #Constraints:     238126
1193.77/1199.09	c #Conflicts:    4417000 | #Constraints:     239126
1193.77/1199.09	c #Conflicts:    4418000 | #Constraints:     240126
1193.77/1199.09	c #Conflicts:    4419000 | #Constraints:     241126
1193.77/1199.09	c #Conflicts:    4420000 | #Constraints:     242126
1193.77/1199.09	c #Conflicts:    4421000 | #Constraints:     243126
1193.77/1199.09	c #Conflicts:    4422000 | #Constraints:     244126
1193.77/1199.09	c #Conflicts:    4423000 | #Constraints:     245126
1193.77/1199.09	c #Conflicts:    4424000 | #Constraints:     246127
1214.29/1219.61	c #Conflicts:    4425000 | #Constraints:     247127
1214.29/1219.61	c #Conflicts:    4426000 | #Constraints:     248127
1214.29/1219.61	c #Conflicts:    4427000 | #Constraints:     249127
1214.29/1219.61	c #Conflicts:    4428000 | #Constraints:     250127
1214.29/1219.61	c #Conflicts:    4429000 | #Constraints:     251127
1214.29/1219.61	c #Conflicts:    4430000 | #Constraints:     252128
1214.29/1219.61	c #Conflicts:    4431000 | #Constraints:     253128
1214.29/1219.61	c #Conflicts:    4432000 | #Constraints:     254128
1214.29/1219.61	c #Conflicts:    4433000 | #Constraints:     255128
1214.29/1219.61	c #Conflicts:    4434000 | #Constraints:     256128
1214.29/1219.61	c #Conflicts:    4435000 | #Constraints:     257129
1214.29/1219.61	c #Conflicts:    4436000 | #Constraints:     258129
1214.29/1219.61	c #Conflicts:    4437000 | #Constraints:     259129
1214.29/1219.61	c #Conflicts:    4438000 | #Constraints:     260129
1214.29/1219.61	c #Conflicts:    4439000 | #Constraints:     261129
1214.29/1219.61	c #Conflicts:    4440000 | #Constraints:     262129
1214.29/1219.61	c #Conflicts:    4441000 | #Constraints:     263129
1214.29/1219.61	c INPROCESSING
1214.29/1219.61	c GARBAGE COLLECT
1214.29/1219.61	WSVECS04 Frhs2[147]: 6 0 1 shouldn't be
1214.29/1219.61	WSVECS04 Frhs2[1001]: 6 0 0.621214 shouldn't be
1214.29/1219.61	WSVECS04 Frhs2[1667]: 6 0 1 shouldn't be
1241.20/1246.62	c #Conflicts:    4442000 | #Constraints:     136577
1241.20/1246.62	c #Conflicts:    4443000 | #Constraints:     137578
1241.20/1246.62	c #Conflicts:    4444000 | #Constraints:     138578
1241.20/1246.62	c #Conflicts:    4445000 | #Constraints:     139578
1241.20/1246.62	c #Conflicts:    4446000 | #Constraints:     140578
1241.20/1246.62	c #Conflicts:    4447000 | #Constraints:     141578
1241.20/1246.62	c #Conflicts:    4448000 | #Constraints:     142578
1241.20/1246.62	c #Conflicts:    4449000 | #Constraints:     143578
1241.20/1246.62	c #Conflicts:    4450000 | #Constraints:     144578
1241.20/1246.62	c #Conflicts:    4451000 | #Constraints:     145578
1241.20/1246.62	c #Conflicts:    4452000 | #Constraints:     146578
1241.20/1246.62	c #Conflicts:    4453000 | #Constraints:     147578
1241.20/1246.62	c #Conflicts:    4454000 | #Constraints:     148578
1241.20/1246.62	c #Conflicts:    4455000 | #Constraints:     149578
1241.20/1246.62	c #Conflicts:    4456000 | #Constraints:     150578
1241.20/1246.62	c #Conflicts:    4457000 | #Constraints:     151578
1241.20/1246.62	c #Conflicts:    4458000 | #Constraints:     152578
1241.20/1246.62	c #Conflicts:    4459000 | #Constraints:     153578
1241.20/1246.62	c #Conflicts:    4460000 | #Constraints:     154578
1241.20/1246.62	c #Conflicts:    4461000 | #Constraints:     155578
1241.20/1246.62	c #Conflicts:    4462000 | #Constraints:     156578
1241.20/1246.62	c #Conflicts:    4463000 | #Constraints:     157578
1241.20/1246.62	c #Conflicts:    4464000 | #Constraints:     158578
1241.20/1246.62	c #Conflicts:    4465000 | #Constraints:     159578
1241.20/1246.62	c #Conflicts:    4466000 | #Constraints:     160578
1241.20/1246.62	c #Conflicts:    4467000 | #Constraints:     161578
1241.20/1246.62	c #Conflicts:    4468000 | #Constraints:     162578
1241.20/1246.62	c #Conflicts:    4469000 | #Constraints:     163578
1241.20/1246.62	c #Conflicts:    4470000 | #Constraints:     164578
1241.20/1246.62	c #Conflicts:    4471000 | #Constraints:     165578
1241.20/1246.62	c #Conflicts:    4472000 | #Constraints:     166578
1241.20/1246.62	c #Conflicts:    4473000 | #Constraints:     167578
1241.20/1246.62	c #Conflicts:    4474000 | #Constraints:     168578
1241.20/1246.62	c #Conflicts:    4475000 | #Constraints:     169578
1241.20/1246.62	c #Conflicts:    4476000 | #Constraints:     170578
1241.20/1246.62	c #Conflicts:    4477000 | #Constraints:     171578
1241.20/1246.62	c #Conflicts:    4478000 | #Constraints:     172578
1241.20/1246.62	c #Conflicts:    4479000 | #Constraints:     173578
1241.20/1246.62	c #Conflicts:    4480000 | #Constraints:     174578
1241.20/1246.62	c #Conflicts:    4481000 | #Constraints:     175578
1241.20/1246.62	c #Conflicts:    4482000 | #Constraints:     176578
1241.20/1246.62	c #Conflicts:    4483000 | #Constraints:     177578
1241.20/1246.62	c #Conflicts:    4484000 | #Constraints:     178578
1241.20/1246.62	c INPROCESSING
1241.20/1246.62	c GARBAGE COLLECT
1241.20/1246.62	c rational objective 327.608
1268.99/1274.52	c #Conflicts:    4485000 | #Constraints:      94547
1268.99/1274.52	c #Conflicts:    4486000 | #Constraints:      95547
1268.99/1274.52	c #Conflicts:    4487000 | #Constraints:      96547
1268.99/1274.52	c #Conflicts:    4488000 | #Constraints:      97547
1268.99/1274.52	c #Conflicts:    4489000 | #Constraints:      98548
1268.99/1274.52	c #Conflicts:    4490000 | #Constraints:      99548
1268.99/1274.52	c #Conflicts:    4491000 | #Constraints:     100548
1268.99/1274.52	c #Conflicts:    4492000 | #Constraints:     101548
1268.99/1274.52	c #Conflicts:    4493000 | #Constraints:     102548
1268.99/1274.52	c #Conflicts:    4494000 | #Constraints:     103548
1268.99/1274.52	c #Conflicts:    4495000 | #Constraints:     104548
1268.99/1274.52	c #Conflicts:    4496000 | #Constraints:     105548
1268.99/1274.52	c #Conflicts:    4497000 | #Constraints:     106548
1268.99/1274.52	c #Conflicts:    4498000 | #Constraints:     107548
1268.99/1274.52	c #Conflicts:    4499000 | #Constraints:     108548
1268.99/1274.52	c #Conflicts:    4500000 | #Constraints:     109548
1268.99/1274.52	c #Conflicts:    4501000 | #Constraints:     110548
1268.99/1274.52	c #Conflicts:    4502000 | #Constraints:     111548
1268.99/1274.52	c #Conflicts:    4503000 | #Constraints:     112548
1268.99/1274.52	c #Conflicts:    4504000 | #Constraints:     113548
1268.99/1274.52	c #Conflicts:    4505000 | #Constraints:     114548
1268.99/1274.52	c #Conflicts:    4506000 | #Constraints:     115548
1268.99/1274.52	c #Conflicts:    4507000 | #Constraints:     116548
1268.99/1274.52	c #Conflicts:    4508000 | #Constraints:     117548
1268.99/1274.52	c #Conflicts:    4509000 | #Constraints:     118548
1268.99/1274.52	c #Conflicts:    4510000 | #Constraints:     119548
1268.99/1274.52	c #Conflicts:    4511000 | #Constraints:     120548
1268.99/1274.52	c #Conflicts:    4512000 | #Constraints:     121548
1268.99/1274.52	c #Conflicts:    4513000 | #Constraints:     122548
1268.99/1274.52	c #Conflicts:    4514000 | #Constraints:     123548
1268.99/1274.52	c #Conflicts:    4515000 | #Constraints:     124548
1268.99/1274.52	c #Conflicts:    4516000 | #Constraints:     125548
1268.99/1274.52	c #Conflicts:    4517000 | #Constraints:     126548
1268.99/1274.52	c #Conflicts:    4518000 | #Constraints:     127548
1268.99/1274.52	c #Conflicts:    4519000 | #Constraints:     128548
1268.99/1274.52	c #Conflicts:    4520000 | #Constraints:     129548
1268.99/1274.52	c #Conflicts:    4521000 | #Constraints:     130548
1268.99/1274.52	c #Conflicts:    4522000 | #Constraints:     131548
1268.99/1274.52	c #Conflicts:    4523000 | #Constraints:     132548
1268.99/1274.52	c #Conflicts:    4524000 | #Constraints:     133549
1268.99/1274.52	c #Conflicts:    4525000 | #Constraints:     134549
1268.99/1274.52	c #Conflicts:    4526000 | #Constraints:     135549
1268.99/1274.52	c INPROCESSING
1268.99/1274.52	c GARBAGE COLLECT
1268.99/1274.52	c #Conflicts:    4527000 | #Constraints:      72695
1268.99/1274.52	c #Conflicts:    4528000 | #Constraints:      73695
1268.99/1274.52	c #Conflicts:    4529000 | #Constraints:      74695
1268.99/1274.52	c #Conflicts:    4530000 | #Constraints:      75695
1268.99/1274.52	c #Conflicts:    4531000 | #Constraints:      76695
1268.99/1274.52	c #Conflicts:    4532000 | #Constraints:      77695
1268.99/1274.52	c #Conflicts:    4533000 | #Constraints:      78695
1268.99/1274.52	c #Conflicts:    4534000 | #Constraints:      79696
1268.99/1274.52	c #Conflicts:    4535000 | #Constraints:      80696
1268.99/1274.52	c #Conflicts:    4536000 | #Constraints:      81696
1268.99/1274.52	c #Conflicts:    4537000 | #Constraints:      82696
1268.99/1274.52	c #Conflicts:    4538000 | #Constraints:      83696
1268.99/1274.52	c #Conflicts:    4539000 | #Constraints:      84696
1268.99/1274.52	c #Conflicts:    4540000 | #Constraints:      85696
1268.99/1274.52	c #Conflicts:    4541000 | #Constraints:      86696
1268.99/1274.52	c #Conflicts:    4542000 | #Constraints:      87696
1268.99/1274.52	c #Conflicts:    4543000 | #Constraints:      88696
1268.99/1274.52	c #Conflicts:    4544000 | #Constraints:      89696
1268.99/1274.52	c #Conflicts:    4545000 | #Constraints:      90696
1268.99/1274.52	c #Conflicts:    4546000 | #Constraints:      91696
1268.99/1274.52	c #Conflicts:    4547000 | #Constraints:      92696
1268.99/1274.52	c #Conflicts:    4548000 | #Constraints:      93696
1268.99/1274.52	c #Conflicts:    4549000 | #Constraints:      94696
1268.99/1274.52	c #Conflicts:    4550000 | #Constraints:      95696
1268.99/1274.52	c #Conflicts:    4551000 | #Constraints:      96696
1268.99/1274.52	c #Conflicts:    4552000 | #Constraints:      97696
1268.99/1274.52	c #Conflicts:    4553000 | #Constraints:      98696
1268.99/1274.52	c #Conflicts:    4554000 | #Constraints:      99696
1268.99/1274.52	c #Conflicts:    4555000 | #Constraints:     100697
1268.99/1274.52	c #Conflicts:    4556000 | #Constraints:     101697
1268.99/1274.52	c #Conflicts:    4557000 | #Constraints:     102697
1268.99/1274.52	c #Conflicts:    4558000 | #Constraints:     103697
1268.99/1274.52	c #Conflicts:    4559000 | #Constraints:     104697
1268.99/1274.52	c #Conflicts:    4560000 | #Constraints:     105697
1268.99/1274.52	c #Conflicts:    4561000 | #Constraints:     106698
1268.99/1274.52	c #Conflicts:    4562000 | #Constraints:     107698
1268.99/1274.52	c #Conflicts:    4563000 | #Constraints:     108698
1271.78/1277.38	c #Conflicts:    4564000 | #Constraints:     109698
1271.78/1277.38	c #Conflicts:    4565000 | #Constraints:     110698
1271.78/1277.38	c #Conflicts:    4566000 | #Constraints:     111698
1271.78/1277.38	c #Conflicts:    4567000 | #Constraints:     112698
1271.78/1277.38	c #Conflicts:    4568000 | #Constraints:     113699
1271.78/1277.38	c #Conflicts:    4569000 | #Constraints:     114699
1271.78/1277.38	c INPROCESSING
1271.78/1277.38	c GARBAGE COLLECT
1271.78/1277.38	WSVECS04 Frhs2[5]: 6 0 0.985893 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[44]: 6 -0.990574 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[49]: 6 0 0.599212 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[57]: 6 -1.94227 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[58]: 6 -1.15618 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[61]: 6 -1.13577 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[63]: 6 -0.0451878 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[64]: 6 0 1.99227 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[66]: 6 -0.0815775 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[67]: 6 -1.03374 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[69]: 6 -1.0655 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[70]: 6 -1.05211 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[71]: 6 -1.14857 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[75]: 6 -0.0485608 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[76]: 6 -0.55152 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[77]: 6 0 0.189052 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[81]: 6 0 0.840107 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[82]: 6 0 1.42417 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[147]: 6 0 1.14691 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[154]: 6 -1.05245 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[219]: 6 -0.0102802 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[234]: 6 0 0.00316378 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[286]: 6 -0.492947 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[312]: 6 0 1.02199 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[383]: 6 0 0.0176095 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[423]: 6 0 0.0175989 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[441]: 6 -1 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[446]: 6 -0.492946 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[447]: 6 -8.52112e-05 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[450]: 6 0 0.000165894 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[474]: 6 -1 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[555]: 6 -0.209073 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[588]: 6 -1.00353 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[626]: 6 -0.507618 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[648]: 6 0 1 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[726]: 6 0 1 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[765]: 6 0 0.00108296 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[848]: 6 0 2 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[888]: 6 0 1 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[890]: 6 -1.10701 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[965]: 6 -0.996753 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[967]: 6 0 1.94041 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1019]: 6 0 1.09334 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1045]: 6 0 3.00325 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1058]: 6 -1 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1074]: 6 0 0.0785736 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1084]: 6 0 2 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1096]: 6 -0.00352745 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1134]: 6 0 0.0188275 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1150]: 6 0 1 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1169]: 6 0 0.50011 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1214]: 6 0 0.000104273 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1289]: 6 0 0.50011 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1327]: 6 -1.05959 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1366]: 6 0 1.54329 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1405]: 6 0 0.99567 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1412]: 6 0 0.996473 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1466]: 6 -1.10392 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1475]: 6 -0.790928 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1508]: 6 0 1.04112 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1519]: 6 0 1 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1558]: 6 -1.16371 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1573]: 6 -0.478275 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1613]: 6 -0.478275 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1623]: 6 0 0.0942304 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1706]: 6 0 1.10392 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1741]: 6 -1.05035 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1806]: 6 -1 0 shouldn't be
1271.78/1277.38	WSVECS04 Frhs2[1887]: 6 -1 0 shouldn't be
1287.83/1293.40	c #Conflicts:    4570000 | #Constraints:      62320
1287.83/1293.40	c #Conflicts:    4571000 | #Constraints:      63320
1287.83/1293.40	c #Conflicts:    4572000 | #Constraints:      64320
1287.83/1293.40	c #Conflicts:    4573000 | #Constraints:      65320
1287.83/1293.40	c #Conflicts:    4574000 | #Constraints:      66320
1287.83/1293.40	c #Conflicts:    4575000 | #Constraints:      67320
1287.83/1293.40	c #Conflicts:    4576000 | #Constraints:      68320
1287.83/1293.40	c #Conflicts:    4577000 | #Constraints:      69320
1287.83/1293.40	c #Conflicts:    4578000 | #Constraints:      70320
1287.83/1293.40	c #Conflicts:    4579000 | #Constraints:      71320
1287.83/1293.40	c #Conflicts:    4580000 | #Constraints:      72320
1287.83/1293.40	c #Conflicts:    4581000 | #Constraints:      73320
1287.83/1293.40	c #Conflicts:    4582000 | #Constraints:      74320
1287.83/1293.40	c #Conflicts:    4583000 | #Constraints:      75320
1287.83/1293.40	c #Conflicts:    4584000 | #Constraints:      76320
1287.83/1293.40	c #Conflicts:    4585000 | #Constraints:      77320
1287.83/1293.40	c #Conflicts:    4586000 | #Constraints:      78320
1287.83/1293.40	c #Conflicts:    4587000 | #Constraints:      79320
1287.83/1293.40	c #Conflicts:    4588000 | #Constraints:      80320
1287.83/1293.40	c #Conflicts:    4589000 | #Constraints:      81320
1287.83/1293.40	c #Conflicts:    4590000 | #Constraints:      82320
1287.83/1293.40	c #Conflicts:    4591000 | #Constraints:      83320
1287.83/1293.40	c #Conflicts:    4592000 | #Constraints:      84320
1287.83/1293.40	c #Conflicts:    4593000 | #Constraints:      85320
1287.83/1293.40	c #Conflicts:    4594000 | #Constraints:      86320
1287.83/1293.40	c #Conflicts:    4595000 | #Constraints:      87320
1287.83/1293.40	c #Conflicts:    4596000 | #Constraints:      88320
1287.83/1293.40	c #Conflicts:    4597000 | #Constraints:      89320
1287.83/1293.40	c #Conflicts:    4598000 | #Constraints:      90320
1287.83/1293.40	c #Conflicts:    4599000 | #Constraints:      91320
1287.83/1293.40	c #Conflicts:    4600000 | #Constraints:      92320
1287.83/1293.40	c #Conflicts:    4601000 | #Constraints:      93320
1287.83/1293.40	c #Conflicts:    4602000 | #Constraints:      94320
1287.83/1293.40	c #Conflicts:    4603000 | #Constraints:      95320
1287.83/1293.40	c #Conflicts:    4604000 | #Constraints:      96320
1287.83/1293.40	c #Conflicts:    4605000 | #Constraints:      97320
1287.83/1293.40	c #Conflicts:    4606000 | #Constraints:      98320
1287.83/1293.40	c #Conflicts:    4607000 | #Constraints:      99320
1287.83/1293.40	c #Conflicts:    4608000 | #Constraints:     100320
1287.83/1293.40	c #Conflicts:    4609000 | #Constraints:     101320
1287.83/1293.40	c #Conflicts:    4610000 | #Constraints:     102320
1287.83/1293.40	c #Conflicts:    4611000 | #Constraints:     103320
1287.83/1293.40	c #Conflicts:    4612000 | #Constraints:     104320
1287.83/1293.40	c INPROCESSING
1287.83/1293.40	c GARBAGE COLLECT
1287.83/1293.40	c rational objective 327.608
1302.06/1307.75	c #Conflicts:    4613000 | #Constraints:      57086
1302.06/1307.75	c #Conflicts:    4614000 | #Constraints:      58086
1302.06/1307.75	c #Conflicts:    4615000 | #Constraints:      59086
1302.06/1307.75	c #Conflicts:    4616000 | #Constraints:      60086
1302.06/1307.75	c #Conflicts:    4617000 | #Constraints:      61086
1302.06/1307.75	c #Conflicts:    4618000 | #Constraints:      62086
1302.06/1307.75	c #Conflicts:    4619000 | #Constraints:      63086
1302.06/1307.75	c #Conflicts:    4620000 | #Constraints:      64086
1302.06/1307.75	c #Conflicts:    4621000 | #Constraints:      65086
1302.06/1307.75	c #Conflicts:    4622000 | #Constraints:      66086
1302.06/1307.75	c #Conflicts:    4623000 | #Constraints:      67086
1302.06/1307.75	c #Conflicts:    4624000 | #Constraints:      68086
1302.06/1307.75	c #Conflicts:    4625000 | #Constraints:      69086
1302.06/1307.75	c #Conflicts:    4626000 | #Constraints:      70086
1302.06/1307.75	c #Conflicts:    4627000 | #Constraints:      71086
1302.06/1307.75	c #Conflicts:    4628000 | #Constraints:      72086
1302.06/1307.75	c #Conflicts:    4629000 | #Constraints:      73086
1302.06/1307.75	c #Conflicts:    4630000 | #Constraints:      74086
1302.06/1307.75	c #Conflicts:    4631000 | #Constraints:      75086
1302.06/1307.75	c #Conflicts:    4632000 | #Constraints:      76086
1302.06/1307.75	c #Conflicts:    4633000 | #Constraints:      77086
1302.06/1307.75	c #Conflicts:    4634000 | #Constraints:      78086
1302.06/1307.75	c #Conflicts:    4635000 | #Constraints:      79086
1302.06/1307.75	c #Conflicts:    4636000 | #Constraints:      80086
1302.06/1307.75	c #Conflicts:    4637000 | #Constraints:      81086
1302.06/1307.75	c #Conflicts:    4638000 | #Constraints:      82086
1302.06/1307.75	c #Conflicts:    4639000 | #Constraints:      83086
1302.06/1307.75	c #Conflicts:    4640000 | #Constraints:      84086
1302.06/1307.75	c #Conflicts:    4641000 | #Constraints:      85086
1302.06/1307.75	c #Conflicts:    4642000 | #Constraints:      86086
1302.06/1307.75	c #Conflicts:    4643000 | #Constraints:      87086
1302.06/1307.75	c #Conflicts:    4644000 | #Constraints:      88086
1302.06/1307.75	c #Conflicts:    4645000 | #Constraints:      89086
1302.06/1307.75	c #Conflicts:    4646000 | #Constraints:      90086
1302.06/1307.75	c #Conflicts:    4647000 | #Constraints:      91086
1302.06/1307.75	c #Conflicts:    4648000 | #Constraints:      92086
1302.06/1307.75	c #Conflicts:    4649000 | #Constraints:      93086
1302.06/1307.75	c #Conflicts:    4650000 | #Constraints:      94086
1302.06/1307.75	c #Conflicts:    4651000 | #Constraints:      95086
1302.06/1307.75	c #Conflicts:    4652000 | #Constraints:      96086
1302.06/1307.75	c #Conflicts:    4653000 | #Constraints:      97087
1302.06/1307.75	c #Conflicts:    4654000 | #Constraints:      98087
1302.06/1307.75	c #Conflicts:    4655000 | #Constraints:      99087
1302.06/1307.75	c #Conflicts:    4656000 | #Constraints:     100087
1302.06/1307.75	c INPROCESSING
1302.06/1307.75	c GARBAGE COLLECT
1302.06/1307.75	c rational objective 327.608
1330.95/1336.75	c #Conflicts:    4657000 | #Constraints:      55308
1330.95/1336.75	c #Conflicts:    4658000 | #Constraints:      56308
1330.95/1336.75	c #Conflicts:    4659000 | #Constraints:      57308
1330.95/1336.75	c #Conflicts:    4660000 | #Constraints:      58308
1330.95/1336.75	c #Conflicts:    4661000 | #Constraints:      59308
1330.95/1336.75	c #Conflicts:    4662000 | #Constraints:      60308
1330.95/1336.75	c #Conflicts:    4663000 | #Constraints:      61309
1330.95/1336.75	c #Conflicts:    4664000 | #Constraints:      62309
1330.95/1336.75	c #Conflicts:    4665000 | #Constraints:      63309
1330.95/1336.75	c #Conflicts:    4666000 | #Constraints:      64309
1330.95/1336.75	c #Conflicts:    4667000 | #Constraints:      65309
1330.95/1336.75	c #Conflicts:    4668000 | #Constraints:      66309
1330.95/1336.75	c #Conflicts:    4669000 | #Constraints:      67309
1330.95/1336.75	c #Conflicts:    4670000 | #Constraints:      68309
1330.95/1336.75	c #Conflicts:    4671000 | #Constraints:      69309
1330.95/1336.75	c #Conflicts:    4672000 | #Constraints:      70309
1330.95/1336.75	c #Conflicts:    4673000 | #Constraints:      71309
1330.95/1336.75	c #Conflicts:    4674000 | #Constraints:      72309
1330.95/1336.75	c #Conflicts:    4675000 | #Constraints:      73309
1330.95/1336.75	c #Conflicts:    4676000 | #Constraints:      74309
1330.95/1336.75	c #Conflicts:    4677000 | #Constraints:      75309
1330.95/1336.75	c #Conflicts:    4678000 | #Constraints:      76309
1330.95/1336.75	c #Conflicts:    4679000 | #Constraints:      77309
1330.95/1336.75	c #Conflicts:    4680000 | #Constraints:      78309
1330.95/1336.75	c #Conflicts:    4681000 | #Constraints:      79309
1330.95/1336.75	c #Conflicts:    4682000 | #Constraints:      80309
1330.95/1336.75	c #Conflicts:    4683000 | #Constraints:      81309
1330.95/1336.75	c #Conflicts:    4684000 | #Constraints:      82309
1330.95/1336.75	c #Conflicts:    4685000 | #Constraints:      83309
1330.95/1336.75	c #Conflicts:    4686000 | #Constraints:      84309
1330.95/1336.75	c #Conflicts:    4687000 | #Constraints:      85309
1330.95/1336.75	c #Conflicts:    4688000 | #Constraints:      86310
1330.95/1336.75	c #Conflicts:    4689000 | #Constraints:      87310
1330.95/1336.75	c #Conflicts:    4690000 | #Constraints:      88310
1330.95/1336.75	c #Conflicts:    4691000 | #Constraints:      89310
1330.95/1336.75	c #Conflicts:    4692000 | #Constraints:      90310
1330.95/1336.75	c #Conflicts:    4693000 | #Constraints:      91310
1330.95/1336.75	c #Conflicts:    4694000 | #Constraints:      92310
1330.95/1336.75	c #Conflicts:    4695000 | #Constraints:      93310
1330.95/1336.75	c #Conflicts:    4696000 | #Constraints:      94310
1330.95/1336.75	c #Conflicts:    4697000 | #Constraints:      95310
1330.95/1336.75	c #Conflicts:    4698000 | #Constraints:      96311
1330.95/1336.75	c #Conflicts:    4699000 | #Constraints:      97311
1330.95/1336.75	c #Conflicts:    4700000 | #Constraints:      98311
1330.95/1336.75	c #Conflicts:    4701000 | #Constraints:      99311
1330.95/1336.75	c #Conflicts:    4702000 | #Constraints:     100311
1330.95/1336.75	c #Conflicts:    4703000 | #Constraints:     101312
1330.95/1336.75	c #Conflicts:    4704000 | #Constraints:     102312
1330.95/1336.75	c #Conflicts:    4705000 | #Constraints:     103312
1330.95/1336.75	c #Conflicts:    4706000 | #Constraints:     104312
1330.95/1336.75	c #Conflicts:    4707000 | #Constraints:     105312
1330.95/1336.75	c #Conflicts:    4708000 | #Constraints:     106312
1330.95/1336.75	c #Conflicts:    4709000 | #Constraints:     107312
1330.95/1336.75	c #Conflicts:    4710000 | #Constraints:     108312
1330.95/1336.75	c #Conflicts:    4711000 | #Constraints:     109313
1330.95/1336.75	c #Conflicts:    4712000 | #Constraints:     110313
1330.95/1336.75	c #Conflicts:    4713000 | #Constraints:     111313
1330.95/1336.75	c #Conflicts:    4714000 | #Constraints:     112313
1330.95/1336.75	c #Conflicts:    4715000 | #Constraints:     113313
1330.95/1336.75	c #Conflicts:    4716000 | #Constraints:     114313
1330.95/1336.75	c #Conflicts:    4717000 | #Constraints:     115313
1330.95/1336.75	c #Conflicts:    4718000 | #Constraints:     116313
1330.95/1336.75	c #Conflicts:    4719000 | #Constraints:     117313
1330.95/1336.75	c #Conflicts:    4720000 | #Constraints:     118314
1330.95/1336.75	c #Conflicts:    4721000 | #Constraints:     119314
1330.95/1336.75	c #Conflicts:    4722000 | #Constraints:     120314
1330.95/1336.75	c #Conflicts:    4723000 | #Constraints:     121314
1330.95/1336.75	c #Conflicts:    4724000 | #Constraints:     122314
1330.95/1336.75	c #Conflicts:    4725000 | #Constraints:     123314
1330.95/1336.75	c #Conflicts:    4726000 | #Constraints:     124314
1330.95/1336.75	c #Conflicts:    4727000 | #Constraints:     125314
1330.95/1336.75	c #Conflicts:    4728000 | #Constraints:     126314
1330.95/1336.75	c #Conflicts:    4729000 | #Constraints:     127314
1330.95/1336.75	c #Conflicts:    4730000 | #Constraints:     128314
1330.95/1336.75	c #Conflicts:    4731000 | #Constraints:     129314
1330.95/1336.75	c #Conflicts:    4732000 | #Constraints:     130314
1330.95/1336.75	c #Conflicts:    4733000 | #Constraints:     131314
1330.95/1336.75	c #Conflicts:    4734000 | #Constraints:     132314
1330.95/1336.75	c #Conflicts:    4735000 | #Constraints:     133314
1379.10/1385.00	c #Conflicts:    4736000 | #Constraints:     134314
1379.10/1385.00	c #Conflicts:    4737000 | #Constraints:     135314
1379.10/1385.00	c #Conflicts:    4738000 | #Constraints:     136314
1379.10/1385.00	c #Conflicts:    4739000 | #Constraints:     137314
1379.10/1385.00	c #Conflicts:    4740000 | #Constraints:     138314
1379.10/1385.00	c #Conflicts:    4741000 | #Constraints:     139314
1379.10/1385.00	c #Conflicts:    4742000 | #Constraints:     140314
1379.10/1385.00	c #Conflicts:    4743000 | #Constraints:     141314
1379.10/1385.00	c #Conflicts:    4744000 | #Constraints:     142314
1379.10/1385.00	c #Conflicts:    4745000 | #Constraints:     143314
1379.10/1385.00	c #Conflicts:    4746000 | #Constraints:     144314
1379.10/1385.00	c #Conflicts:    4747000 | #Constraints:     145314
1379.10/1385.00	c #Conflicts:    4748000 | #Constraints:     146314
1379.10/1385.00	c #Conflicts:    4749000 | #Constraints:     147314
1379.10/1385.00	c #Conflicts:    4750000 | #Constraints:     148314
1379.10/1385.00	c #Conflicts:    4751000 | #Constraints:     149314
1379.10/1385.00	c #Conflicts:    4752000 | #Constraints:     150314
1379.10/1385.00	c #Conflicts:    4753000 | #Constraints:     151314
1379.10/1385.00	c #Conflicts:    4754000 | #Constraints:     152314
1379.10/1385.00	c #Conflicts:    4755000 | #Constraints:     153314
1379.10/1385.00	c #Conflicts:    4756000 | #Constraints:     154314
1379.10/1385.00	c #Conflicts:    4757000 | #Constraints:     155314
1379.10/1385.00	c #Conflicts:    4758000 | #Constraints:     156314
1379.10/1385.00	c #Conflicts:    4759000 | #Constraints:     157314
1379.10/1385.00	c #Conflicts:    4760000 | #Constraints:     158314
1379.10/1385.00	c #Conflicts:    4761000 | #Constraints:     159314
1379.10/1385.00	c #Conflicts:    4762000 | #Constraints:     160314
1379.10/1385.00	c #Conflicts:    4763000 | #Constraints:     161314
1379.10/1385.00	c #Conflicts:    4764000 | #Constraints:     162314
1379.10/1385.00	c #Conflicts:    4765000 | #Constraints:     163314
1379.10/1385.00	c #Conflicts:    4766000 | #Constraints:     164314
1379.10/1385.00	c #Conflicts:    4767000 | #Constraints:     165314
1379.10/1385.00	c #Conflicts:    4768000 | #Constraints:     166314
1379.10/1385.00	c #Conflicts:    4769000 | #Constraints:     167314
1379.10/1385.00	c #Conflicts:    4770000 | #Constraints:     168314
1379.10/1385.00	c #Conflicts:    4771000 | #Constraints:     169314
1379.10/1385.00	c #Conflicts:    4772000 | #Constraints:     170314
1379.10/1385.00	c #Conflicts:    4773000 | #Constraints:     171314
1379.10/1385.00	c #Conflicts:    4774000 | #Constraints:     172314
1379.10/1385.00	c #Conflicts:    4775000 | #Constraints:     173314
1379.10/1385.00	c #Conflicts:    4776000 | #Constraints:     174314
1379.10/1385.00	c #Conflicts:    4777000 | #Constraints:     175314
1379.10/1385.00	c #Conflicts:    4778000 | #Constraints:     176314
1379.10/1385.00	c #Conflicts:    4779000 | #Constraints:     177314
1379.10/1385.00	c #Conflicts:    4780000 | #Constraints:     178314
1379.10/1385.00	c #Conflicts:    4781000 | #Constraints:     179314
1379.10/1385.00	c #Conflicts:    4782000 | #Constraints:     180314
1379.10/1385.00	c #Conflicts:    4783000 | #Constraints:     181314
1379.10/1385.00	c #Conflicts:    4784000 | #Constraints:     182314
1379.10/1385.00	c #Conflicts:    4785000 | #Constraints:     183314
1379.10/1385.00	c #Conflicts:    4786000 | #Constraints:     184314
1379.10/1385.00	c #Conflicts:    4787000 | #Constraints:     185314
1379.10/1385.00	c #Conflicts:    4788000 | #Constraints:     186314
1379.10/1385.00	c #Conflicts:    4789000 | #Constraints:     187314
1379.10/1385.00	c #Conflicts:    4790000 | #Constraints:     188314
1379.10/1385.00	c #Conflicts:    4791000 | #Constraints:     189314
1379.10/1385.00	c #Conflicts:    4792000 | #Constraints:     190314
1379.10/1385.00	c #Conflicts:    4793000 | #Constraints:     191314
1379.10/1385.00	c #Conflicts:    4794000 | #Constraints:     192314
1379.10/1385.00	c #Conflicts:    4795000 | #Constraints:     193314
1379.10/1385.00	c #Conflicts:    4796000 | #Constraints:     194314
1379.10/1385.00	c #Conflicts:    4797000 | #Constraints:     195314
1379.10/1385.00	c #Conflicts:    4798000 | #Constraints:     196314
1379.10/1385.00	c #Conflicts:    4799000 | #Constraints:     197314
1379.10/1385.00	c #Conflicts:    4800000 | #Constraints:     198314
1379.10/1385.00	c #Conflicts:    4801000 | #Constraints:     199314
1379.10/1385.00	c #Conflicts:    4802000 | #Constraints:     200314
1379.10/1385.00	c #Conflicts:    4803000 | #Constraints:     201314
1379.10/1385.00	c #Conflicts:    4804000 | #Constraints:     202314
1379.10/1385.00	c #Conflicts:    4805000 | #Constraints:     203314
1379.10/1385.00	c #Conflicts:    4806000 | #Constraints:     204314
1379.10/1385.00	c #Conflicts:    4807000 | #Constraints:     205314
1379.10/1385.00	c #Conflicts:    4808000 | #Constraints:     206314
1379.10/1385.00	c #Conflicts:    4809000 | #Constraints:     207314
1379.10/1385.00	c #Conflicts:    4810000 | #Constraints:     208314
1379.10/1385.00	c #Conflicts:    4811000 | #Constraints:     209314
1379.10/1385.00	c #Conflicts:    4812000 | #Constraints:     210314
1379.10/1385.00	c #Conflicts:    4813000 | #Constraints:     211314
1379.10/1385.00	c #Conflicts:    4814000 | #Constraints:     212314
1449.08/1455.20	c #Conflicts:    4815000 | #Constraints:     213314
1449.08/1455.20	c #Conflicts:    4816000 | #Constraints:     214314
1449.08/1455.20	c #Conflicts:    4817000 | #Constraints:     215314
1449.08/1455.20	c #Conflicts:    4818000 | #Constraints:     216314
1449.08/1455.20	c #Conflicts:    4819000 | #Constraints:     217314
1449.08/1455.20	c #Conflicts:    4820000 | #Constraints:     218314
1449.08/1455.20	c #Conflicts:    4821000 | #Constraints:     219314
1449.08/1455.20	c #Conflicts:    4822000 | #Constraints:     220314
1449.08/1455.20	c #Conflicts:    4823000 | #Constraints:     221314
1449.08/1455.20	c #Conflicts:    4824000 | #Constraints:     222314
1449.08/1455.20	c #Conflicts:    4825000 | #Constraints:     223314
1449.08/1455.20	c #Conflicts:    4826000 | #Constraints:     224314
1449.08/1455.20	c #Conflicts:    4827000 | #Constraints:     225314
1449.08/1455.20	c #Conflicts:    4828000 | #Constraints:     226314
1449.08/1455.20	c #Conflicts:    4829000 | #Constraints:     227314
1449.08/1455.20	c #Conflicts:    4830000 | #Constraints:     228314
1449.08/1455.20	c #Conflicts:    4831000 | #Constraints:     229314
1449.08/1455.20	c #Conflicts:    4832000 | #Constraints:     230314
1449.08/1455.20	c #Conflicts:    4833000 | #Constraints:     231314
1449.08/1455.20	c #Conflicts:    4834000 | #Constraints:     232314
1449.08/1455.20	c #Conflicts:    4835000 | #Constraints:     233314
1449.08/1455.20	c #Conflicts:    4836000 | #Constraints:     234314
1449.08/1455.20	c #Conflicts:    4837000 | #Constraints:     235314
1449.08/1455.20	c #Conflicts:    4838000 | #Constraints:     236314
1449.08/1455.20	c #Conflicts:    4839000 | #Constraints:     237314
1449.08/1455.20	c #Conflicts:    4840000 | #Constraints:     238314
1449.08/1455.20	c #Conflicts:    4841000 | #Constraints:     239314
1449.08/1455.20	c #Conflicts:    4842000 | #Constraints:     240314
1449.08/1455.20	c #Conflicts:    4843000 | #Constraints:     241314
1449.08/1455.20	c #Conflicts:    4844000 | #Constraints:     242314
1449.08/1455.20	c #Conflicts:    4845000 | #Constraints:     243314
1449.08/1455.20	c #Conflicts:    4846000 | #Constraints:     244314
1449.08/1455.20	c #Conflicts:    4847000 | #Constraints:     245314
1449.08/1455.20	c #Conflicts:    4848000 | #Constraints:     246314
1449.08/1455.20	c #Conflicts:    4849000 | #Constraints:     247314
1449.08/1455.20	c #Conflicts:    4850000 | #Constraints:     248314
1449.08/1455.20	c #Conflicts:    4851000 | #Constraints:     249314
1449.08/1455.20	c #Conflicts:    4852000 | #Constraints:     250314
1449.08/1455.20	c #Conflicts:    4853000 | #Constraints:     251314
1449.08/1455.20	c #Conflicts:    4854000 | #Constraints:     252314
1449.08/1455.20	c #Conflicts:    4855000 | #Constraints:     253314
1449.08/1455.20	c #Conflicts:    4856000 | #Constraints:     254314
1449.08/1455.20	c #Conflicts:    4857000 | #Constraints:     255314
1449.08/1455.20	c #Conflicts:    4858000 | #Constraints:     256314
1449.08/1455.20	c #Conflicts:    4859000 | #Constraints:     257314
1449.08/1455.20	c #Conflicts:    4860000 | #Constraints:     258314
1449.08/1455.20	c #Conflicts:    4861000 | #Constraints:     259314
1449.08/1455.20	c #Conflicts:    4862000 | #Constraints:     260314
1449.08/1455.20	c #Conflicts:    4863000 | #Constraints:     261314
1449.08/1455.20	c #Conflicts:    4864000 | #Constraints:     262314
1449.08/1455.20	c #Conflicts:    4865000 | #Constraints:     263314
1449.08/1455.20	c #Conflicts:    4866000 | #Constraints:     264314
1449.08/1455.20	c #Conflicts:    4867000 | #Constraints:     265314
1449.08/1455.20	c #Conflicts:    4868000 | #Constraints:     266314
1449.08/1455.20	c #Conflicts:    4869000 | #Constraints:     267314
1449.08/1455.20	c #Conflicts:    4870000 | #Constraints:     268314
1449.08/1455.20	c #Conflicts:    4871000 | #Constraints:     269314
1449.08/1455.20	c #Conflicts:    4872000 | #Constraints:     270314
1449.08/1455.20	c #Conflicts:    4873000 | #Constraints:     271314
1449.08/1455.20	c #Conflicts:    4874000 | #Constraints:     272314
1449.08/1455.20	c #Conflicts:    4875000 | #Constraints:     273314
1449.08/1455.20	c INPROCESSING
1449.08/1455.20	c GARBAGE COLLECT
1449.08/1455.20	c #Conflicts:    4876000 | #Constraints:     141929
1449.08/1455.20	c #Conflicts:    4877000 | #Constraints:     142929
1449.08/1455.20	c #Conflicts:    4878000 | #Constraints:     143929
1449.08/1455.20	c #Conflicts:    4879000 | #Constraints:     144929
1449.08/1455.20	c #Conflicts:    4880000 | #Constraints:     145929
1449.08/1455.20	c #Conflicts:    4881000 | #Constraints:     146929
1449.08/1455.20	c #Conflicts:    4882000 | #Constraints:     147929
1449.08/1455.20	c #Conflicts:    4883000 | #Constraints:     148929
1449.08/1455.20	c #Conflicts:    4884000 | #Constraints:     149929
1449.08/1455.20	c #Conflicts:    4885000 | #Constraints:     150929
1449.08/1455.20	c #Conflicts:    4886000 | #Constraints:     151929
1449.08/1455.20	c #Conflicts:    4887000 | #Constraints:     152929
1449.08/1455.20	c #Conflicts:    4888000 | #Constraints:     153929
1449.08/1455.20	c #Conflicts:    4889000 | #Constraints:     154929
1449.08/1455.20	c #Conflicts:    4890000 | #Constraints:     155929
1449.08/1455.20	c #Conflicts:    4891000 | #Constraints:     156929
1449.08/1455.20	c #Conflicts:    4892000 | #Constraints:     157929
1488.94/1495.22	c #Conflicts:    4893000 | #Constraints:     158929
1488.94/1495.22	c #Conflicts:    4894000 | #Constraints:     159929
1488.94/1495.22	c #Conflicts:    4895000 | #Constraints:     160929
1488.94/1495.22	c #Conflicts:    4896000 | #Constraints:     161929
1488.94/1495.22	c #Conflicts:    4897000 | #Constraints:     162929
1488.94/1495.22	c #Conflicts:    4898000 | #Constraints:     163929
1488.94/1495.22	c #Conflicts:    4899000 | #Constraints:     164929
1488.94/1495.22	c #Conflicts:    4900000 | #Constraints:     165929
1488.94/1495.22	c #Conflicts:    4901000 | #Constraints:     166929
1488.94/1495.22	c #Conflicts:    4902000 | #Constraints:     167929
1488.94/1495.22	c #Conflicts:    4903000 | #Constraints:     168929
1488.94/1495.22	c #Conflicts:    4904000 | #Constraints:     169929
1488.94/1495.22	c #Conflicts:    4905000 | #Constraints:     170929
1488.94/1495.22	c #Conflicts:    4906000 | #Constraints:     171929
1488.94/1495.22	c #Conflicts:    4907000 | #Constraints:     172929
1488.94/1495.22	c #Conflicts:    4908000 | #Constraints:     173929
1488.94/1495.22	c #Conflicts:    4909000 | #Constraints:     174929
1488.94/1495.22	c #Conflicts:    4910000 | #Constraints:     175929
1488.94/1495.22	c #Conflicts:    4911000 | #Constraints:     176929
1488.94/1495.22	c #Conflicts:    4912000 | #Constraints:     177929
1488.94/1495.22	c #Conflicts:    4913000 | #Constraints:     178929
1488.94/1495.22	c #Conflicts:    4914000 | #Constraints:     179929
1488.94/1495.22	c #Conflicts:    4915000 | #Constraints:     180929
1488.94/1495.22	c #Conflicts:    4916000 | #Constraints:     181929
1488.94/1495.22	c #Conflicts:    4917000 | #Constraints:     182929
1488.94/1495.22	c #Conflicts:    4918000 | #Constraints:     183929
1488.94/1495.22	c #Conflicts:    4919000 | #Constraints:     184929
1488.94/1495.22	c INPROCESSING
1488.94/1495.22	c GARBAGE COLLECT
1488.94/1495.22	c #Conflicts:    4920000 | #Constraints:      97435
1488.94/1495.22	c #Conflicts:    4921000 | #Constraints:      98435
1488.94/1495.22	c #Conflicts:    4922000 | #Constraints:      99435
1488.94/1495.22	c #Conflicts:    4923000 | #Constraints:     100435
1488.94/1495.22	c #Conflicts:    4924000 | #Constraints:     101435
1488.94/1495.22	c #Conflicts:    4925000 | #Constraints:     102435
1488.94/1495.22	c #Conflicts:    4926000 | #Constraints:     103435
1488.94/1495.22	c #Conflicts:    4927000 | #Constraints:     104435
1488.94/1495.22	c #Conflicts:    4928000 | #Constraints:     105435
1488.94/1495.22	c #Conflicts:    4929000 | #Constraints:     106435
1488.94/1495.22	c #Conflicts:    4930000 | #Constraints:     107435
1488.94/1495.22	c #Conflicts:    4931000 | #Constraints:     108435
1488.94/1495.22	c #Conflicts:    4932000 | #Constraints:     109435
1488.94/1495.22	c #Conflicts:    4933000 | #Constraints:     110435
1488.94/1495.22	c #Conflicts:    4934000 | #Constraints:     111435
1488.94/1495.22	c #Conflicts:    4935000 | #Constraints:     112435
1488.94/1495.22	c #Conflicts:    4936000 | #Constraints:     113435
1488.94/1495.22	c #Conflicts:    4937000 | #Constraints:     114435
1488.94/1495.22	c #Conflicts:    4938000 | #Constraints:     115435
1488.94/1495.22	c #Conflicts:    4939000 | #Constraints:     116435
1488.94/1495.22	c #Conflicts:    4940000 | #Constraints:     117435
1488.94/1495.22	c #Conflicts:    4941000 | #Constraints:     118435
1488.94/1495.22	c #Conflicts:    4942000 | #Constraints:     119435
1488.94/1495.22	c #Conflicts:    4943000 | #Constraints:     120435
1488.94/1495.22	c #Conflicts:    4944000 | #Constraints:     121435
1488.94/1495.22	c #Conflicts:    4945000 | #Constraints:     122435
1488.94/1495.22	c #Conflicts:    4946000 | #Constraints:     123435
1488.94/1495.22	c #Conflicts:    4947000 | #Constraints:     124435
1488.94/1495.22	c #Conflicts:    4948000 | #Constraints:     125435
1488.94/1495.22	c #Conflicts:    4949000 | #Constraints:     126435
1488.94/1495.22	c #Conflicts:    4950000 | #Constraints:     127435
1488.94/1495.22	c #Conflicts:    4951000 | #Constraints:     128435
1488.94/1495.22	c #Conflicts:    4952000 | #Constraints:     129435
1488.94/1495.22	c #Conflicts:    4953000 | #Constraints:     130435
1488.94/1495.22	c #Conflicts:    4954000 | #Constraints:     131435
1488.94/1495.22	c #Conflicts:    4955000 | #Constraints:     132435
1488.94/1495.22	c #Conflicts:    4956000 | #Constraints:     133435
1488.94/1495.22	c #Conflicts:    4957000 | #Constraints:     134435
1488.94/1495.22	c #Conflicts:    4958000 | #Constraints:     135435
1488.94/1495.22	c #Conflicts:    4959000 | #Constraints:     136435
1488.94/1495.22	c #Conflicts:    4960000 | #Constraints:     137435
1488.94/1495.22	c #Conflicts:    4961000 | #Constraints:     138435
1488.94/1495.22	c #Conflicts:    4962000 | #Constraints:     139435
1488.94/1495.22	c #Conflicts:    4963000 | #Constraints:     140435
1488.94/1495.22	c #Conflicts:    4964000 | #Constraints:     141435
1488.94/1495.22	c INPROCESSING
1488.94/1495.22	c GARBAGE COLLECT
1488.94/1495.22	c #Conflicts:    4965000 | #Constraints:      75797
1488.94/1495.22	c #Conflicts:    4966000 | #Constraints:      76797
1488.94/1495.22	c #Conflicts:    4967000 | #Constraints:      77797
1488.94/1495.22	c #Conflicts:    4968000 | #Constraints:      78797
1488.94/1495.22	c #Conflicts:    4969000 | #Constraints:      79797
1488.94/1495.22	c #Conflicts:    4970000 | #Constraints:      80797
1514.74/1521.19	c #Conflicts:    4971000 | #Constraints:      81797
1514.74/1521.19	c #Conflicts:    4972000 | #Constraints:      82797
1514.74/1521.19	c #Conflicts:    4973000 | #Constraints:      83798
1514.74/1521.19	c #Conflicts:    4974000 | #Constraints:      84798
1514.74/1521.19	c #Conflicts:    4975000 | #Constraints:      85798
1514.74/1521.19	c #Conflicts:    4976000 | #Constraints:      86798
1514.74/1521.19	c #Conflicts:    4977000 | #Constraints:      87798
1514.74/1521.19	c #Conflicts:    4978000 | #Constraints:      88798
1514.74/1521.19	c #Conflicts:    4979000 | #Constraints:      89798
1514.74/1521.19	c #Conflicts:    4980000 | #Constraints:      90798
1514.74/1521.19	c #Conflicts:    4981000 | #Constraints:      91798
1514.74/1521.19	c #Conflicts:    4982000 | #Constraints:      92798
1514.74/1521.19	c #Conflicts:    4983000 | #Constraints:      93798
1514.74/1521.19	c #Conflicts:    4984000 | #Constraints:      94798
1514.74/1521.19	c #Conflicts:    4985000 | #Constraints:      95798
1514.74/1521.19	c #Conflicts:    4986000 | #Constraints:      96798
1514.74/1521.19	c #Conflicts:    4987000 | #Constraints:      97798
1514.74/1521.19	c #Conflicts:    4988000 | #Constraints:      98798
1514.74/1521.19	c #Conflicts:    4989000 | #Constraints:      99798
1514.74/1521.19	c #Conflicts:    4990000 | #Constraints:     100798
1514.74/1521.19	c #Conflicts:    4991000 | #Constraints:     101798
1514.74/1521.19	c #Conflicts:    4992000 | #Constraints:     102798
1514.74/1521.19	c #Conflicts:    4993000 | #Constraints:     103798
1514.74/1521.19	c #Conflicts:    4994000 | #Constraints:     104798
1514.74/1521.19	c #Conflicts:    4995000 | #Constraints:     105798
1514.74/1521.19	c #Conflicts:    4996000 | #Constraints:     106798
1514.74/1521.19	c #Conflicts:    4997000 | #Constraints:     107798
1514.74/1521.19	c #Conflicts:    4998000 | #Constraints:     108798
1514.74/1521.19	c #Conflicts:    4999000 | #Constraints:     109798
1514.74/1521.19	c #Conflicts:    5000000 | #Constraints:     110798
1514.74/1521.19	c #Conflicts:    5001000 | #Constraints:     111798
1514.74/1521.19	c #Conflicts:    5002000 | #Constraints:     112798
1514.74/1521.19	c #Conflicts:    5003000 | #Constraints:     113798
1514.74/1521.19	c #Conflicts:    5004000 | #Constraints:     114798
1514.74/1521.19	c #Conflicts:    5005000 | #Constraints:     115798
1514.74/1521.19	c #Conflicts:    5006000 | #Constraints:     116799
1514.74/1521.19	c #Conflicts:    5007000 | #Constraints:     117799
1514.74/1521.19	c #Conflicts:    5008000 | #Constraints:     118799
1514.74/1521.19	c #Conflicts:    5009000 | #Constraints:     119799
1514.74/1521.19	c INPROCESSING
1514.74/1521.19	c GARBAGE COLLECT
1514.74/1521.19	c #Conflicts:    5010000 | #Constraints:      64977
1514.74/1521.19	c #Conflicts:    5011000 | #Constraints:      65977
1514.74/1521.19	c #Conflicts:    5012000 | #Constraints:      66977
1514.74/1521.19	c #Conflicts:    5013000 | #Constraints:      67977
1514.74/1521.19	c #Conflicts:    5014000 | #Constraints:      68977
1514.74/1521.19	c #Conflicts:    5015000 | #Constraints:      69977
1514.74/1521.19	c #Conflicts:    5016000 | #Constraints:      70977
1514.74/1521.19	c #Conflicts:    5017000 | #Constraints:      71977
1514.74/1521.19	c #Conflicts:    5018000 | #Constraints:      72977
1514.74/1521.19	c #Conflicts:    5019000 | #Constraints:      73977
1514.74/1521.19	c #Conflicts:    5020000 | #Constraints:      74977
1514.74/1521.19	c #Conflicts:    5021000 | #Constraints:      75977
1514.74/1521.19	c #Conflicts:    5022000 | #Constraints:      76977
1514.74/1521.19	c #Conflicts:    5023000 | #Constraints:      77977
1514.74/1521.19	c #Conflicts:    5024000 | #Constraints:      78977
1514.74/1521.19	c #Conflicts:    5025000 | #Constraints:      79977
1514.74/1521.19	c #Conflicts:    5026000 | #Constraints:      80977
1514.74/1521.19	c #Conflicts:    5027000 | #Constraints:      81977
1514.74/1521.19	c #Conflicts:    5028000 | #Constraints:      82977
1514.74/1521.19	c #Conflicts:    5029000 | #Constraints:      83977
1514.74/1521.19	c #Conflicts:    5030000 | #Constraints:      84977
1514.74/1521.19	c #Conflicts:    5031000 | #Constraints:      85977
1514.74/1521.19	c #Conflicts:    5032000 | #Constraints:      86977
1514.74/1521.19	c #Conflicts:    5033000 | #Constraints:      87977
1514.74/1521.19	c #Conflicts:    5034000 | #Constraints:      88977
1514.74/1521.19	c #Conflicts:    5035000 | #Constraints:      89977
1514.74/1521.19	c #Conflicts:    5036000 | #Constraints:      90977
1514.74/1521.19	c #Conflicts:    5037000 | #Constraints:      91977
1514.74/1521.19	c #Conflicts:    5038000 | #Constraints:      92977
1514.74/1521.19	c #Conflicts:    5039000 | #Constraints:      93977
1514.74/1521.19	c #Conflicts:    5040000 | #Constraints:      94977
1514.74/1521.19	c #Conflicts:    5041000 | #Constraints:      95977
1514.74/1521.19	c #Conflicts:    5042000 | #Constraints:      96977
1514.74/1521.19	c #Conflicts:    5043000 | #Constraints:      97977
1514.74/1521.19	c #Conflicts:    5044000 | #Constraints:      98977
1514.74/1521.19	c #Conflicts:    5045000 | #Constraints:      99977
1514.74/1521.19	c #Conflicts:    5046000 | #Constraints:     100977
1514.74/1521.19	c #Conflicts:    5047000 | #Constraints:     101977
1514.74/1521.19	c #Conflicts:    5048000 | #Constraints:     102978
1517.52/1523.96	c #Conflicts:    5049000 | #Constraints:     103978
1517.52/1523.96	c #Conflicts:    5050000 | #Constraints:     104978
1517.52/1523.96	c #Conflicts:    5051000 | #Constraints:     105978
1517.52/1523.96	c #Conflicts:    5052000 | #Constraints:     106978
1517.52/1523.96	c #Conflicts:    5053000 | #Constraints:     107978
1517.52/1523.96	c #Conflicts:    5054000 | #Constraints:     108978
1517.52/1523.96	c INPROCESSING
1517.52/1523.96	c GARBAGE COLLECT
1517.52/1523.96	WSVECS04 Frhs2[46]: 6 -9.12546 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[47]: 6 -7.26765 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[52]: 6 -7.94942 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[53]: 6 -8.34892 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[54]: 6 -13.4122 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[58]: 6 -10.1836 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[59]: 6 -3.99997 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[61]: 6 -6.71568 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[62]: 6 -6.68841 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[64]: 6 -6.90656 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[71]: 6 -7.45996 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[81]: 6 -5.96822 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[82]: 6 -2.81807 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[134]: 6 -3.0743 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[137]: 6 -1.00007 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[164]: 6 0 3.9569 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[165]: 6 0 2.039 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[200]: 6 0 0.148987 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[205]: 6 0 2.03899 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[206]: 6 0 6.67188 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[210]: 6 -1.19818 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[215]: 6 -1.00008 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[238]: 6 -3.13809 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[247]: 6 -1.80716 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[249]: 6 0 0.419543 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[259]: 6 -6.52125 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[262]: 6 -0.0014419 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[266]: 6 -5.32761 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[300]: 6 -1.00001 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[303]: 6 -1.47928 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[307]: 6 -6.72041 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[328]: 6 -1.0001 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[374]: 6 -3.07431 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[412]: 6 0 2.37786 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[432]: 6 0 6.66676 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[478]: 6 -3.13808 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[489]: 6 0 0.108443 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[499]: 6 -4.78271 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[500]: 6 -1.00003 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[510]: 6 -0.00143502 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[522]: 6 -1.00001 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[523]: 6 0 0.314011 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[541]: 6 -1.00004 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[555]: 6 -0.886321 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[556]: 6 0 1.51498 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[568]: 6 -1.00005 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[571]: 6 -1.00007 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[597]: 6 -1.00004 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[606]: 6 0 6.67187 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[631]: 6 -1.00005 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[645]: 6 -13.3191 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[655]: 6 0 1.00008 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[706]: 6 -5.37706 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[714]: 6 0 6.11174 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[723]: 6 0 5.09498 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[748]: 6 -6.62682 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[771]: 6 -1.00005 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[790]: 6 0 0.00145837 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[800]: 6 -2.54566 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[810]: 6 0 0.0577101 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[823]: 6 -1.11585 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[837]: 6 -1.00006 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[885]: 6 -15.5745 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[941]: 6 -1.00004 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[946]: 6 -5.37701 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[963]: 6 -5.09497 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[964]: 6 -1.00007 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[966]: 6 -6.67183 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[969]: 6 0 0.404551 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[979]: 6 0 0.0588214 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[988]: 6 -6.62678 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1025]: 6 -1.00009 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1040]: 6 -2.37381 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1064]: 6 -9.42707 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1068]: 6 0 0.0608608 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1081]: 6 -1.00007 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1096]: 6 0 1.83866 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1103]: 6 0 0.132032 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1112]: 6 0 6.66676 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1125]: 6 -19.8689 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1134]: 6 0 0.0878695 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1142]: 6 -0.00147927 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1154]: 6 -1.00004 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1164]: 6 -1.00009 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1186]: 6 -5.32769 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1203]: 6 -2.14947 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1219]: 6 -6.42962 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1223]: 6 0 0.247825 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1225]: 6 -1.00005 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1231]: 6 -1.00002 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1238]: 6 0 0.112308 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1280]: 6 -1.00001 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1282]: 6 -1.00005 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1304]: 6 -9.14205 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1412]: 6 0 2.40524 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1474]: 6 0 2.37786 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1612]: 6 0 2.37788 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1615]: 6 -1.00007 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1647]: 6 -1.77483 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1649]: 6 0 0.0521284 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1659]: 6 -6.54602 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1662]: 6 -0.00145736 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1666]: 6 0 0.0494147 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1694]: 6 0 0.0745348 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1703]: 6 0 0.275105 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1704]: 6 -9.14211 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1707]: 6 -6.72035 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1724]: 6 -1.00005 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1725]: 6 -1.00002 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1813]: 6 -1.00007 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1814]: 6 -3.29548 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1867]: 6 -1.00008 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1876]: 6 -5.29607 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1878]: 6 -1.00009 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1885]: 6 -1.0001 0 shouldn't be
1517.52/1523.96	WSVECS04 Frhs2[1891]: 6 -1.00005 0 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[52]: 6 -7.94935 0 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[62]: 6 -6.68834 0 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[64]: 6 -6.90656 0 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[307]: 6 -6.72032 0 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[377]: 6 -1 0 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[432]: 6 0 6.66671 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[499]: 6 -4.7827 0 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[522]: 6 -1 0 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[645]: 6 -13.319 0 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[655]: 6 0 1 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[695]: 6 0 1 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[809]: 6 0 1.66514 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[885]: 6 -15.5744 0 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[963]: 6 -5.09493 0 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[964]: 6 -1 0 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[966]: 6 -6.67182 0 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[969]: 6 0 0.404533 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[988]: 6 -6.62674 0 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[1009]: 6 0 1.66514 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[1064]: 6 -9.42697 0 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[1081]: 6 -1 0 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[1096]: 6 0 1.83858 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[1112]: 6 0 6.66671 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[1125]: 6 -19.8688 0 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[1159]: 6 -1 0 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[1203]: 6 -2.14942 0 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[1219]: 6 -6.42955 0 shouldn't be
1517.83/1524.22	WSVECS04 Frhs2[1704]: 6 -9.14204 0 shouldn't be
1540.82/1547.35	c #Conflicts:    5055000 | #Constraints:      59461
1540.82/1547.35	c #Conflicts:    5056000 | #Constraints:      60461
1540.82/1547.35	c #Conflicts:    5057000 | #Constraints:      61461
1540.82/1547.35	c #Conflicts:    5058000 | #Constraints:      62461
1540.82/1547.35	c #Conflicts:    5059000 | #Constraints:      63461
1540.82/1547.35	c #Conflicts:    5060000 | #Constraints:      64461
1540.82/1547.35	c #Conflicts:    5061000 | #Constraints:      65461
1540.82/1547.35	c #Conflicts:    5062000 | #Constraints:      66461
1540.82/1547.35	c #Conflicts:    5063000 | #Constraints:      67461
1540.82/1547.35	c #Conflicts:    5064000 | #Constraints:      68461
1540.82/1547.35	c #Conflicts:    5065000 | #Constraints:      69461
1540.82/1547.35	c #Conflicts:    5066000 | #Constraints:      70461
1540.82/1547.35	c #Conflicts:    5067000 | #Constraints:      71461
1540.82/1547.35	c #Conflicts:    5068000 | #Constraints:      72461
1540.82/1547.35	c #Conflicts:    5069000 | #Constraints:      73461
1540.82/1547.35	c #Conflicts:    5070000 | #Constraints:      74461
1540.82/1547.35	c #Conflicts:    5071000 | #Constraints:      75461
1540.82/1547.35	c #Conflicts:    5072000 | #Constraints:      76461
1540.82/1547.35	c #Conflicts:    5073000 | #Constraints:      77461
1540.82/1547.35	c #Conflicts:    5074000 | #Constraints:      78461
1540.82/1547.35	c #Conflicts:    5075000 | #Constraints:      79461
1540.82/1547.35	c #Conflicts:    5076000 | #Constraints:      80461
1540.82/1547.35	c #Conflicts:    5077000 | #Constraints:      81461
1540.82/1547.35	c #Conflicts:    5078000 | #Constraints:      82461
1540.82/1547.35	c #Conflicts:    5079000 | #Constraints:      83461
1540.82/1547.35	c #Conflicts:    5080000 | #Constraints:      84461
1540.82/1547.35	c #Conflicts:    5081000 | #Constraints:      85461
1540.82/1547.35	c #Conflicts:    5082000 | #Constraints:      86461
1540.82/1547.35	c #Conflicts:    5083000 | #Constraints:      87461
1540.82/1547.35	c #Conflicts:    5084000 | #Constraints:      88461
1540.82/1547.35	c #Conflicts:    5085000 | #Constraints:      89461
1540.82/1547.35	c #Conflicts:    5086000 | #Constraints:      90461
1540.82/1547.35	c #Conflicts:    5087000 | #Constraints:      91461
1540.82/1547.35	c #Conflicts:    5088000 | #Constraints:      92461
1540.82/1547.35	c #Conflicts:    5089000 | #Constraints:      93461
1540.82/1547.35	c #Conflicts:    5090000 | #Constraints:      94461
1540.82/1547.35	c #Conflicts:    5091000 | #Constraints:      95461
1540.82/1547.35	c #Conflicts:    5092000 | #Constraints:      96461
1540.82/1547.35	c #Conflicts:    5093000 | #Constraints:      97461
1540.82/1547.35	c #Conflicts:    5094000 | #Constraints:      98461
1540.82/1547.35	c #Conflicts:    5095000 | #Constraints:      99461
1540.82/1547.35	c #Conflicts:    5096000 | #Constraints:     100461
1540.82/1547.35	c #Conflicts:    5097000 | #Constraints:     101461
1540.82/1547.35	c #Conflicts:    5098000 | #Constraints:     102461
1540.82/1547.35	c #Conflicts:    5099000 | #Constraints:     103461
1540.82/1547.35	c #Conflicts:    5100000 | #Constraints:     104461
1540.82/1547.35	c INPROCESSING
1540.82/1547.35	c GARBAGE COLLECT
1540.82/1547.35	c #Conflicts:    5101000 | #Constraints:      57509
1540.82/1547.35	c #Conflicts:    5102000 | #Constraints:      58510
1540.82/1547.35	c #Conflicts:    5103000 | #Constraints:      59510
1540.82/1547.35	c #Conflicts:    5104000 | #Constraints:      60510
1540.82/1547.35	c #Conflicts:    5105000 | #Constraints:      61510
1540.82/1547.35	c #Conflicts:    5106000 | #Constraints:      62510
1540.82/1547.35	c #Conflicts:    5107000 | #Constraints:      63510
1540.82/1547.35	c #Conflicts:    5108000 | #Constraints:      64510
1540.82/1547.35	c #Conflicts:    5109000 | #Constraints:      65510
1540.82/1547.35	c #Conflicts:    5110000 | #Constraints:      66510
1540.82/1547.35	c #Conflicts:    5111000 | #Constraints:      67510
1540.82/1547.35	c #Conflicts:    5112000 | #Constraints:      68510
1540.82/1547.35	c #Conflicts:    5113000 | #Constraints:      69510
1540.82/1547.35	c #Conflicts:    5114000 | #Constraints:      70510
1540.82/1547.35	c #Conflicts:    5115000 | #Constraints:      71510
1540.82/1547.35	c #Conflicts:    5116000 | #Constraints:      72510
1540.82/1547.35	c #Conflicts:    5117000 | #Constraints:      73510
1540.82/1547.35	c #Conflicts:    5118000 | #Constraints:      74510
1540.82/1547.35	c #Conflicts:    5119000 | #Constraints:      75510
1540.82/1547.35	c #Conflicts:    5120000 | #Constraints:      76510
1540.82/1547.35	c #Conflicts:    5121000 | #Constraints:      77510
1540.82/1547.35	c #Conflicts:    5122000 | #Constraints:      78510
1540.82/1547.35	c #Conflicts:    5123000 | #Constraints:      79510
1540.82/1547.35	c #Conflicts:    5124000 | #Constraints:      80510
1540.82/1547.35	c #Conflicts:    5125000 | #Constraints:      81510
1540.82/1547.35	c #Conflicts:    5126000 | #Constraints:      82510
1540.82/1547.35	c #Conflicts:    5127000 | #Constraints:      83510
1540.82/1547.35	c #Conflicts:    5128000 | #Constraints:      84510
1540.82/1547.35	c #Conflicts:    5129000 | #Constraints:      85510
1540.82/1547.35	c #Conflicts:    5130000 | #Constraints:      86510
1540.82/1547.35	c #Conflicts:    5131000 | #Constraints:      87510
1540.82/1547.35	c #Conflicts:    5132000 | #Constraints:      88510
1540.82/1547.35	c #Conflicts:    5133000 | #Constraints:      89510
1566.02/1572.61	c #Conflicts:    5134000 | #Constraints:      90510
1566.02/1572.61	c #Conflicts:    5135000 | #Constraints:      91510
1566.02/1572.61	c #Conflicts:    5136000 | #Constraints:      92510
1566.02/1572.61	c #Conflicts:    5137000 | #Constraints:      93510
1566.02/1572.61	c #Conflicts:    5138000 | #Constraints:      94510
1566.02/1572.61	c #Conflicts:    5139000 | #Constraints:      95510
1566.02/1572.61	c #Conflicts:    5140000 | #Constraints:      96510
1566.02/1572.61	c #Conflicts:    5141000 | #Constraints:      97510
1566.02/1572.61	c #Conflicts:    5142000 | #Constraints:      98510
1566.02/1572.61	c #Conflicts:    5143000 | #Constraints:      99510
1566.02/1572.61	c #Conflicts:    5144000 | #Constraints:     100510
1566.02/1572.61	c #Conflicts:    5145000 | #Constraints:     101510
1566.02/1572.61	c #Conflicts:    5146000 | #Constraints:     102510
1566.02/1572.61	c #Conflicts:    5147000 | #Constraints:     103511
1566.02/1572.61	c #Conflicts:    5148000 | #Constraints:     104511
1566.02/1572.61	c #Conflicts:    5149000 | #Constraints:     105511
1566.02/1572.61	c #Conflicts:    5150000 | #Constraints:     106512
1566.02/1572.61	c #Conflicts:    5151000 | #Constraints:     107512
1566.02/1572.61	c #Conflicts:    5152000 | #Constraints:     108512
1566.02/1572.61	c #Conflicts:    5153000 | #Constraints:     109512
1566.02/1572.61	c #Conflicts:    5154000 | #Constraints:     110512
1566.02/1572.61	c #Conflicts:    5155000 | #Constraints:     111512
1566.02/1572.61	c #Conflicts:    5156000 | #Constraints:     112512
1566.02/1572.61	c #Conflicts:    5157000 | #Constraints:     113513
1566.02/1572.61	c #Conflicts:    5158000 | #Constraints:     114513
1566.02/1572.61	c #Conflicts:    5159000 | #Constraints:     115513
1566.02/1572.61	c #Conflicts:    5160000 | #Constraints:     116513
1566.02/1572.61	c #Conflicts:    5161000 | #Constraints:     117513
1566.02/1572.61	c #Conflicts:    5162000 | #Constraints:     118513
1566.02/1572.61	c #Conflicts:    5163000 | #Constraints:     119513
1566.02/1572.61	c #Conflicts:    5164000 | #Constraints:     120514
1566.02/1572.61	c #Conflicts:    5165000 | #Constraints:     121514
1566.02/1572.61	c #Conflicts:    5166000 | #Constraints:     122515
1566.02/1572.61	c #Conflicts:    5167000 | #Constraints:     123515
1566.02/1572.61	c #Conflicts:    5168000 | #Constraints:     124515
1566.02/1572.61	c #Conflicts:    5169000 | #Constraints:     125515
1566.02/1572.61	c #Conflicts:    5170000 | #Constraints:     126515
1566.02/1572.61	c #Conflicts:    5171000 | #Constraints:     127515
1566.02/1572.61	c #Conflicts:    5172000 | #Constraints:     128516
1566.02/1572.61	c #Conflicts:    5173000 | #Constraints:     129516
1566.02/1572.61	c #Conflicts:    5174000 | #Constraints:     130516
1566.02/1572.61	c #Conflicts:    5175000 | #Constraints:     131517
1566.02/1572.61	c #Conflicts:    5176000 | #Constraints:     132517
1566.02/1572.61	c #Conflicts:    5177000 | #Constraints:     133518
1566.02/1572.61	c #Conflicts:    5178000 | #Constraints:     134518
1566.02/1572.61	c #Conflicts:    5179000 | #Constraints:     135518
1566.02/1572.61	c #Conflicts:    5180000 | #Constraints:     136520
1566.02/1572.61	c #Conflicts:    5181000 | #Constraints:     137520
1566.02/1572.61	WSVECS04 Frhs2[8]: 6 -0.0985199 0 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[71]: 6 -0.838224 0 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[79]: 6 0 0.948141 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[113]: 6 0 1.00005 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[122]: 6 0 1.00004 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[179]: 6 0 4.32516 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[211]: 6 0 1.06379 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[219]: 6 0 4.32515 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[259]: 6 0 4.36439 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[266]: 6 0 0.000420384 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[316]: 6 0 1.04591 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[371]: 6 0 2.06381 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[445]: 6 0 0.0336179 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[459]: 6 0 0.0392698 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[480]: 6 0 0.00055449 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[500]: 6 0 1.00002 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[506]: 6 0 0.000406091 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[550]: 6 -0.000101987 0 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[600]: 6 0 0.0762529 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[627]: 6 0 0.107344 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[631]: 6 0 0.107061 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[638]: 6 0 0.74535 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[655]: 6 0 1.00007 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[667]: 6 0 0.107405 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[707]: 6 0 0.107413 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[753]: 6 0 0.928035 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[769]: 6 0 0.0233397 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[779]: 6 0 0.000767547 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[793]: 6 0 0.927995 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[864]: 6 0 0.923987 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[866]: 6 0 3.71763 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[903]: 6 0 0.833775 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[984]: 6 0 0.921743 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1000]: 6 0 1.00002 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1016]: 6 0 0.104104 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1033]: 6 0 0.0720477 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1040]: 6 0 0.924332 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1059]: 6 0 4.32607 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1144]: 6 0 0.00224529 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1176]: 6 0 0.104109 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1186]: 6 0 0.00041365 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1198]: 6 0 1.17459 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1227]: 6 0 0.107415 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1228]: 6 0 0.52856 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1243]: 6 -0.910393 0 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1270]: 6 -0.000124166 0 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1278]: 6 0 1.17456 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1374]: 6 0 0.000297038 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1424]: 6 0 0.00225183 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1426]: 6 0 0.000408433 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1441]: 6 -1.87104 0 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1449]: 6 -0.0290761 0 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1454]: 6 0 0.000229785 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1481]: 6 -1.87101 0 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1500]: 6 0 1.00001 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1539]: 6 -0.000926665 0 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1576]: 6 0 0.107788 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1577]: 6 0 0.90163 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1638]: 6 -0.0619185 0 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1700]: 6 0 1.00002 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1715]: 6 0 0.16165 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1728]: 6 -1.00008 0 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1735]: 6 -2.00004 0 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1800]: 6 -1.00009 0 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1813]: 6 -1.08226 0 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1859]: 6 -1.00005 0 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1868]: 6 -1.00009 0 shouldn't be
1566.02/1572.61	WSVECS04 Frhs2[1869]: 6 -1.00006 0 shouldn't be
1582.08/1588.75	c #Conflicts:    5182000 | #Constraints:     138521
1582.08/1588.75	c #Conflicts:    5183000 | #Constraints:     139521
1582.08/1588.75	c #Conflicts:    5184000 | #Constraints:     140521
1582.08/1588.75	c #Conflicts:    5185000 | #Constraints:     141521
1582.08/1588.75	c #Conflicts:    5186000 | #Constraints:     142521
1582.08/1588.75	c #Conflicts:    5187000 | #Constraints:     143521
1582.08/1588.75	c #Conflicts:    5188000 | #Constraints:     144521
1582.08/1588.75	c #Conflicts:    5189000 | #Constraints:     145521
1582.08/1588.75	c #Conflicts:    5190000 | #Constraints:     146521
1582.08/1588.75	c #Conflicts:    5191000 | #Constraints:     147521
1582.08/1588.75	c #Conflicts:    5192000 | #Constraints:     148521
1582.08/1588.75	c #Conflicts:    5193000 | #Constraints:     149521
1582.08/1588.75	c #Conflicts:    5194000 | #Constraints:     150521
1582.08/1588.75	c #Conflicts:    5195000 | #Constraints:     151521
1582.08/1588.75	c #Conflicts:    5196000 | #Constraints:     152521
1582.08/1588.75	c #Conflicts:    5197000 | #Constraints:     153521
1582.08/1588.75	c #Conflicts:    5198000 | #Constraints:     154521
1582.08/1588.75	c #Conflicts:    5199000 | #Constraints:     155521
1582.08/1588.75	c #Conflicts:    5200000 | #Constraints:     156521
1582.08/1588.75	c #Conflicts:    5201000 | #Constraints:     157521
1582.08/1588.75	c #Conflicts:    5202000 | #Constraints:     158521
1582.08/1588.75	c #Conflicts:    5203000 | #Constraints:     159521
1582.08/1588.75	c #Conflicts:    5204000 | #Constraints:     160521
1582.08/1588.75	WSVECS04 Frhs2[10]: 6 -0.170242 0 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[30]: 6 -0.170242 0 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[151]: 6 -44.0502 0 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[186]: 6 0 46.6586 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[286]: 6 0 0.851208 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[289]: 6 0 1.26436 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[405]: 6 0 49.0337 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[490]: 6 0 13.4223 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[718]: 6 0 38.2132 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[723]: 6 0 17.7271 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[745]: 6 0 1 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[1008]: 6 -1 0 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[1064]: 6 -4.42634 0 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[1167]: 6 -0.975302 0 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[1259]: 6 0 190.613 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[1303]: 6 0 4.86838 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[1407]: 6 -0.975301 0 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[1409]: 6 0 1.26436 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[1474]: 6 -5.20034 0 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[1519]: 6 0 1 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[1604]: 6 0 70.0846 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[1684]: 6 0 12.5505 shouldn't be
1582.08/1588.75	WSVECS04 Frhs2[1799]: 6 0 18.463 shouldn't be
1652.87/1659.78	c #Conflicts:    5205000 | #Constraints:     161521
1652.87/1659.78	c #Conflicts:    5206000 | #Constraints:     162521
1652.87/1659.78	c #Conflicts:    5207000 | #Constraints:     163521
1652.87/1659.78	c #Conflicts:    5208000 | #Constraints:     164521
1652.87/1659.78	c #Conflicts:    5209000 | #Constraints:     165521
1652.87/1659.78	c #Conflicts:    5210000 | #Constraints:     166521
1652.87/1659.78	c #Conflicts:    5211000 | #Constraints:     167521
1652.87/1659.78	c #Conflicts:    5212000 | #Constraints:     168521
1652.87/1659.78	c #Conflicts:    5213000 | #Constraints:     169521
1652.87/1659.78	c #Conflicts:    5214000 | #Constraints:     170521
1652.87/1659.78	c #Conflicts:    5215000 | #Constraints:     171521
1652.87/1659.78	c #Conflicts:    5216000 | #Constraints:     172521
1652.87/1659.78	c #Conflicts:    5217000 | #Constraints:     173521
1652.87/1659.78	c #Conflicts:    5218000 | #Constraints:     174521
1652.87/1659.78	c #Conflicts:    5219000 | #Constraints:     175521
1652.87/1659.78	c #Conflicts:    5220000 | #Constraints:     176521
1652.87/1659.78	c #Conflicts:    5221000 | #Constraints:     177521
1652.87/1659.78	c #Conflicts:    5222000 | #Constraints:     178521
1652.87/1659.78	c #Conflicts:    5223000 | #Constraints:     179521
1652.87/1659.78	c #Conflicts:    5224000 | #Constraints:     180521
1652.87/1659.78	c #Conflicts:    5225000 | #Constraints:     181521
1652.87/1659.78	c #Conflicts:    5226000 | #Constraints:     182521
1652.87/1659.78	c #Conflicts:    5227000 | #Constraints:     183521
1652.87/1659.78	c #Conflicts:    5228000 | #Constraints:     184521
1652.87/1659.78	c #Conflicts:    5229000 | #Constraints:     185521
1652.87/1659.78	c #Conflicts:    5230000 | #Constraints:     186521
1652.87/1659.78	c #Conflicts:    5231000 | #Constraints:     187521
1652.87/1659.78	c #Conflicts:    5232000 | #Constraints:     188521
1652.87/1659.78	c #Conflicts:    5233000 | #Constraints:     189521
1652.87/1659.78	c #Conflicts:    5234000 | #Constraints:     190521
1652.87/1659.78	c #Conflicts:    5235000 | #Constraints:     191521
1652.87/1659.78	c #Conflicts:    5236000 | #Constraints:     192521
1652.87/1659.78	c #Conflicts:    5237000 | #Constraints:     193521
1652.87/1659.78	c #Conflicts:    5238000 | #Constraints:     194521
1652.87/1659.78	c #Conflicts:    5239000 | #Constraints:     195521
1652.87/1659.78	c #Conflicts:    5240000 | #Constraints:     196521
1652.87/1659.78	c #Conflicts:    5241000 | #Constraints:     197521
1652.87/1659.78	c #Conflicts:    5242000 | #Constraints:     198521
1652.87/1659.78	c #Conflicts:    5243000 | #Constraints:     199521
1652.87/1659.78	c #Conflicts:    5244000 | #Constraints:     200521
1652.87/1659.78	c #Conflicts:    5245000 | #Constraints:     201521
1652.87/1659.78	c #Conflicts:    5246000 | #Constraints:     202521
1652.87/1659.78	c #Conflicts:    5247000 | #Constraints:     203521
1652.87/1659.78	c #Conflicts:    5248000 | #Constraints:     204521
1652.87/1659.78	c #Conflicts:    5249000 | #Constraints:     205521
1652.87/1659.78	c #Conflicts:    5250000 | #Constraints:     206521
1652.87/1659.78	c #Conflicts:    5251000 | #Constraints:     207521
1652.87/1659.78	c #Conflicts:    5252000 | #Constraints:     208521
1652.87/1659.78	c #Conflicts:    5253000 | #Constraints:     209521
1652.87/1659.78	c #Conflicts:    5254000 | #Constraints:     210521
1652.87/1659.78	c #Conflicts:    5255000 | #Constraints:     211521
1652.87/1659.78	c #Conflicts:    5256000 | #Constraints:     212522
1652.87/1659.78	c #Conflicts:    5257000 | #Constraints:     213522
1652.87/1659.78	c #Conflicts:    5258000 | #Constraints:     214522
1652.87/1659.78	c #Conflicts:    5259000 | #Constraints:     215522
1652.87/1659.78	c #Conflicts:    5260000 | #Constraints:     216522
1652.87/1659.78	c #Conflicts:    5261000 | #Constraints:     217522
1652.87/1659.78	c #Conflicts:    5262000 | #Constraints:     218522
1652.87/1659.78	c #Conflicts:    5263000 | #Constraints:     219522
1652.87/1659.78	c #Conflicts:    5264000 | #Constraints:     220522
1652.87/1659.78	c #Conflicts:    5265000 | #Constraints:     221522
1652.87/1659.78	c #Conflicts:    5266000 | #Constraints:     222522
1652.87/1659.78	c #Conflicts:    5267000 | #Constraints:     223522
1652.87/1659.78	c #Conflicts:    5268000 | #Constraints:     224522
1652.87/1659.78	c #Conflicts:    5269000 | #Constraints:     225522
1652.87/1659.78	c #Conflicts:    5270000 | #Constraints:     226522
1652.87/1659.78	c #Conflicts:    5271000 | #Constraints:     227522
1652.87/1659.78	c #Conflicts:    5272000 | #Constraints:     228522
1652.87/1659.78	c #Conflicts:    5273000 | #Constraints:     229522
1652.87/1659.78	c #Conflicts:    5274000 | #Constraints:     230522
1652.87/1659.78	c #Conflicts:    5275000 | #Constraints:     231522
1652.87/1659.78	c #Conflicts:    5276000 | #Constraints:     232522
1652.87/1659.78	c #Conflicts:    5277000 | #Constraints:     233522
1652.87/1659.78	c #Conflicts:    5278000 | #Constraints:     234522
1652.87/1659.78	c #Conflicts:    5279000 | #Constraints:     235522
1652.87/1659.78	c #Conflicts:    5280000 | #Constraints:     236522
1652.87/1659.78	c #Conflicts:    5281000 | #Constraints:     237522
1652.87/1659.78	c #Conflicts:    5282000 | #Constraints:     238522
1652.87/1659.78	c #Conflicts:    5283000 | #Constraints:     239522
1731.63/1738.76	c #Conflicts:    5284000 | #Constraints:     240522
1731.63/1738.76	c #Conflicts:    5285000 | #Constraints:     241522
1731.63/1738.76	c #Conflicts:    5286000 | #Constraints:     242523
1731.63/1738.76	c #Conflicts:    5287000 | #Constraints:     243523
1731.63/1738.76	c #Conflicts:    5288000 | #Constraints:     244523
1731.63/1738.76	c #Conflicts:    5289000 | #Constraints:     245523
1731.63/1738.76	c #Conflicts:    5290000 | #Constraints:     246523
1731.63/1738.76	c #Conflicts:    5291000 | #Constraints:     247523
1731.63/1738.76	c #Conflicts:    5292000 | #Constraints:     248524
1731.63/1738.76	c #Conflicts:    5293000 | #Constraints:     249524
1731.63/1738.76	c #Conflicts:    5294000 | #Constraints:     250524
1731.63/1738.76	c #Conflicts:    5295000 | #Constraints:     251524
1731.63/1738.76	c #Conflicts:    5296000 | #Constraints:     252524
1731.63/1738.76	c #Conflicts:    5297000 | #Constraints:     253524
1731.63/1738.76	c #Conflicts:    5298000 | #Constraints:     254524
1731.63/1738.76	c #Conflicts:    5299000 | #Constraints:     255524
1731.63/1738.76	c #Conflicts:    5300000 | #Constraints:     256524
1731.63/1738.76	c #Conflicts:    5301000 | #Constraints:     257524
1731.63/1738.76	c #Conflicts:    5302000 | #Constraints:     258524
1731.63/1738.76	c #Conflicts:    5303000 | #Constraints:     259524
1731.63/1738.76	c #Conflicts:    5304000 | #Constraints:     260524
1731.63/1738.76	c #Conflicts:    5305000 | #Constraints:     261524
1731.63/1738.76	c #Conflicts:    5306000 | #Constraints:     262524
1731.63/1738.76	c #Conflicts:    5307000 | #Constraints:     263524
1731.63/1738.76	c #Conflicts:    5308000 | #Constraints:     264524
1731.63/1738.76	c #Conflicts:    5309000 | #Constraints:     265524
1731.63/1738.76	c #Conflicts:    5310000 | #Constraints:     266524
1731.63/1738.76	c #Conflicts:    5311000 | #Constraints:     267524
1731.63/1738.76	c #Conflicts:    5312000 | #Constraints:     268524
1731.63/1738.76	c #Conflicts:    5313000 | #Constraints:     269524
1731.63/1738.76	c #Conflicts:    5314000 | #Constraints:     270524
1731.63/1738.76	c #Conflicts:    5315000 | #Constraints:     271524
1731.63/1738.76	c #Conflicts:    5316000 | #Constraints:     272524
1731.63/1738.76	c #Conflicts:    5317000 | #Constraints:     273524
1731.63/1738.76	c #Conflicts:    5318000 | #Constraints:     274524
1731.63/1738.76	c #Conflicts:    5319000 | #Constraints:     275524
1731.63/1738.76	c #Conflicts:    5320000 | #Constraints:     276524
1731.63/1738.76	c #Conflicts:    5321000 | #Constraints:     277524
1731.63/1738.76	c #Conflicts:    5322000 | #Constraints:     278524
1731.63/1738.76	c #Conflicts:    5323000 | #Constraints:     279524
1731.63/1738.76	c #Conflicts:    5324000 | #Constraints:     280524
1731.63/1738.76	c #Conflicts:    5325000 | #Constraints:     281524
1731.63/1738.76	c #Conflicts:    5326000 | #Constraints:     282524
1731.63/1738.76	c INPROCESSING
1731.63/1738.76	c GARBAGE COLLECT
1731.63/1738.76	c #Conflicts:    5327000 | #Constraints:     146293
1731.63/1738.76	c #Conflicts:    5328000 | #Constraints:     147293
1731.63/1738.76	c #Conflicts:    5329000 | #Constraints:     148293
1731.63/1738.76	c #Conflicts:    5330000 | #Constraints:     149293
1731.63/1738.76	c #Conflicts:    5331000 | #Constraints:     150293
1731.63/1738.76	c #Conflicts:    5332000 | #Constraints:     151293
1731.63/1738.76	c #Conflicts:    5333000 | #Constraints:     152293
1731.63/1738.76	c #Conflicts:    5334000 | #Constraints:     153293
1731.63/1738.76	c #Conflicts:    5335000 | #Constraints:     154293
1731.63/1738.76	c #Conflicts:    5336000 | #Constraints:     155293
1731.63/1738.76	c #Conflicts:    5337000 | #Constraints:     156293
1731.63/1738.76	c #Conflicts:    5338000 | #Constraints:     157293
1731.63/1738.76	c #Conflicts:    5339000 | #Constraints:     158293
1731.63/1738.76	c #Conflicts:    5340000 | #Constraints:     159293
1731.63/1738.76	c #Conflicts:    5341000 | #Constraints:     160293
1731.63/1738.76	c #Conflicts:    5342000 | #Constraints:     161293
1731.63/1738.76	c #Conflicts:    5343000 | #Constraints:     162293
1731.63/1738.76	c #Conflicts:    5344000 | #Constraints:     163293
1731.63/1738.76	c #Conflicts:    5345000 | #Constraints:     164293
1731.63/1738.76	c #Conflicts:    5346000 | #Constraints:     165293
1731.63/1738.76	c #Conflicts:    5347000 | #Constraints:     166293
1731.63/1738.76	c #Conflicts:    5348000 | #Constraints:     167293
1731.63/1738.76	c #Conflicts:    5349000 | #Constraints:     168293
1731.63/1738.76	c #Conflicts:    5350000 | #Constraints:     169293
1731.63/1738.76	c #Conflicts:    5351000 | #Constraints:     170293
1731.63/1738.76	c #Conflicts:    5352000 | #Constraints:     171293
1731.63/1738.76	c #Conflicts:    5353000 | #Constraints:     172293
1731.63/1738.76	c #Conflicts:    5354000 | #Constraints:     173293
1731.63/1738.76	c #Conflicts:    5355000 | #Constraints:     174293
1731.63/1738.76	c #Conflicts:    5356000 | #Constraints:     175293
1731.63/1738.76	c #Conflicts:    5357000 | #Constraints:     176293
1731.63/1738.76	c #Conflicts:    5358000 | #Constraints:     177293
1731.63/1738.76	c #Conflicts:    5359000 | #Constraints:     178293
1731.63/1738.76	c #Conflicts:    5360000 | #Constraints:     179293
1731.63/1738.76	c #Conflicts:    5361000 | #Constraints:     180293
1764.90/1772.18	c #Conflicts:    5362000 | #Constraints:     181293
1764.90/1772.18	c #Conflicts:    5363000 | #Constraints:     182293
1764.90/1772.18	c #Conflicts:    5364000 | #Constraints:     183293
1764.90/1772.18	c #Conflicts:    5365000 | #Constraints:     184293
1764.90/1772.18	c #Conflicts:    5366000 | #Constraints:     185293
1764.90/1772.18	c #Conflicts:    5367000 | #Constraints:     186293
1764.90/1772.18	c #Conflicts:    5368000 | #Constraints:     187293
1764.90/1772.18	c #Conflicts:    5369000 | #Constraints:     188293
1764.90/1772.18	c #Conflicts:    5370000 | #Constraints:     189293
1764.90/1772.18	c #Conflicts:    5371000 | #Constraints:     190293
1764.90/1772.18	c #Conflicts:    5372000 | #Constraints:     191293
1764.90/1772.18	c #Conflicts:    5373000 | #Constraints:     192293
1764.90/1772.18	c INPROCESSING
1764.90/1772.18	c GARBAGE COLLECT
1764.90/1772.18	c #Conflicts:    5374000 | #Constraints:     101308
1764.90/1772.18	c #Conflicts:    5375000 | #Constraints:     102308
1764.90/1772.18	c #Conflicts:    5376000 | #Constraints:     103308
1764.90/1772.18	c #Conflicts:    5377000 | #Constraints:     104308
1764.90/1772.18	c #Conflicts:    5378000 | #Constraints:     105308
1764.90/1772.18	c #Conflicts:    5379000 | #Constraints:     106308
1764.90/1772.18	c #Conflicts:    5380000 | #Constraints:     107308
1764.90/1772.18	c #Conflicts:    5381000 | #Constraints:     108308
1764.90/1772.18	c #Conflicts:    5382000 | #Constraints:     109308
1764.90/1772.18	c #Conflicts:    5383000 | #Constraints:     110308
1764.90/1772.18	c #Conflicts:    5384000 | #Constraints:     111308
1764.90/1772.18	c #Conflicts:    5385000 | #Constraints:     112308
1764.90/1772.18	c #Conflicts:    5386000 | #Constraints:     113308
1764.90/1772.18	c #Conflicts:    5387000 | #Constraints:     114308
1764.90/1772.18	c #Conflicts:    5388000 | #Constraints:     115308
1764.90/1772.18	c #Conflicts:    5389000 | #Constraints:     116308
1764.90/1772.18	c #Conflicts:    5390000 | #Constraints:     117308
1764.90/1772.18	c #Conflicts:    5391000 | #Constraints:     118308
1764.90/1772.18	c #Conflicts:    5392000 | #Constraints:     119308
1764.90/1772.18	c #Conflicts:    5393000 | #Constraints:     120308
1764.90/1772.18	c #Conflicts:    5394000 | #Constraints:     121308
1764.90/1772.18	c #Conflicts:    5395000 | #Constraints:     122308
1764.90/1772.18	c #Conflicts:    5396000 | #Constraints:     123308
1764.90/1772.18	c #Conflicts:    5397000 | #Constraints:     124308
1764.90/1772.18	c #Conflicts:    5398000 | #Constraints:     125308
1764.90/1772.18	c #Conflicts:    5399000 | #Constraints:     126308
1764.90/1772.18	c #Conflicts:    5400000 | #Constraints:     127308
1764.90/1772.18	c #Conflicts:    5401000 | #Constraints:     128308
1764.90/1772.18	c #Conflicts:    5402000 | #Constraints:     129308
1764.90/1772.18	c #Conflicts:    5403000 | #Constraints:     130308
1764.90/1772.18	c #Conflicts:    5404000 | #Constraints:     131308
1764.90/1772.18	c #Conflicts:    5405000 | #Constraints:     132308
1764.90/1772.18	c #Conflicts:    5406000 | #Constraints:     133308
1764.90/1772.18	c #Conflicts:    5407000 | #Constraints:     134308
1764.90/1772.18	c #Conflicts:    5408000 | #Constraints:     135308
1764.90/1772.18	c #Conflicts:    5409000 | #Constraints:     136308
1764.90/1772.18	c #Conflicts:    5410000 | #Constraints:     137308
1764.90/1772.18	c #Conflicts:    5411000 | #Constraints:     138308
1764.90/1772.18	c #Conflicts:    5412000 | #Constraints:     139308
1764.90/1772.18	c #Conflicts:    5413000 | #Constraints:     140308
1764.90/1772.18	c #Conflicts:    5414000 | #Constraints:     141308
1764.90/1772.18	c #Conflicts:    5415000 | #Constraints:     142308
1764.90/1772.18	c #Conflicts:    5416000 | #Constraints:     143308
1764.90/1772.18	c #Conflicts:    5417000 | #Constraints:     144308
1764.90/1772.18	c #Conflicts:    5418000 | #Constraints:     145308
1764.90/1772.18	c #Conflicts:    5419000 | #Constraints:     146308
1764.90/1772.18	c #Conflicts:    5420000 | #Constraints:     147308
1764.90/1772.18	c INPROCESSING
1764.90/1772.18	c GARBAGE COLLECT
1764.90/1772.18	c #Conflicts:    5421000 | #Constraints:      78865
1764.90/1772.18	c #Conflicts:    5422000 | #Constraints:      79865
1764.90/1772.18	c #Conflicts:    5423000 | #Constraints:      80865
1764.90/1772.18	c #Conflicts:    5424000 | #Constraints:      81865
1764.90/1772.18	c #Conflicts:    5425000 | #Constraints:      82865
1764.90/1772.18	c #Conflicts:    5426000 | #Constraints:      83865
1764.90/1772.18	c #Conflicts:    5427000 | #Constraints:      84865
1764.90/1772.18	c #Conflicts:    5428000 | #Constraints:      85865
1764.90/1772.18	c #Conflicts:    5429000 | #Constraints:      86865
1764.90/1772.18	c #Conflicts:    5430000 | #Constraints:      87865
1764.90/1772.18	c #Conflicts:    5431000 | #Constraints:      88865
1764.90/1772.18	c #Conflicts:    5432000 | #Constraints:      89865
1764.90/1772.18	c #Conflicts:    5433000 | #Constraints:      90865
1764.90/1772.18	c #Conflicts:    5434000 | #Constraints:      91865
1764.90/1772.18	c #Conflicts:    5435000 | #Constraints:      92865
1764.90/1772.18	c #Conflicts:    5436000 | #Constraints:      93865
1764.90/1772.18	c #Conflicts:    5437000 | #Constraints:      94865
1764.90/1772.18	c #Conflicts:    5438000 | #Constraints:      95865
1764.90/1772.18	c #Conflicts:    5439000 | #Constraints:      96865
1790.70/1798.03	c #Conflicts:    5440000 | #Constraints:      97865
1790.70/1798.03	c #Conflicts:    5441000 | #Constraints:      98865
1790.70/1798.03	c #Conflicts:    5442000 | #Constraints:      99865
1790.70/1798.03	c #Conflicts:    5443000 | #Constraints:     100865
1790.70/1798.03	c #Conflicts:    5444000 | #Constraints:     101865
1790.70/1798.03	c #Conflicts:    5445000 | #Constraints:     102865
1790.70/1798.03	c #Conflicts:    5446000 | #Constraints:     103865
1790.70/1798.03	c #Conflicts:    5447000 | #Constraints:     104865
1790.70/1798.03	c #Conflicts:    5448000 | #Constraints:     105865
1790.70/1798.03	c #Conflicts:    5449000 | #Constraints:     106865
1790.70/1798.03	c #Conflicts:    5450000 | #Constraints:     107865
1790.70/1798.03	c #Conflicts:    5451000 | #Constraints:     108865
1790.70/1798.03	c #Conflicts:    5452000 | #Constraints:     109865
1790.70/1798.03	c #Conflicts:    5453000 | #Constraints:     110865
1790.70/1798.03	c #Conflicts:    5454000 | #Constraints:     111865
1790.70/1798.03	c #Conflicts:    5455000 | #Constraints:     112865
1790.70/1798.03	c #Conflicts:    5456000 | #Constraints:     113865
1790.70/1798.03	c #Conflicts:    5457000 | #Constraints:     114865
1790.70/1798.03	c #Conflicts:    5458000 | #Constraints:     115865
1790.70/1798.03	c #Conflicts:    5459000 | #Constraints:     116865
1790.70/1798.03	c #Conflicts:    5460000 | #Constraints:     117865
1790.70/1798.03	c #Conflicts:    5461000 | #Constraints:     118865
1790.70/1798.03	c #Conflicts:    5462000 | #Constraints:     119865
1790.70/1798.03	c #Conflicts:    5463000 | #Constraints:     120865
1790.70/1798.03	c #Conflicts:    5464000 | #Constraints:     121865
1790.70/1798.03	c #Conflicts:    5465000 | #Constraints:     122865
1790.70/1798.03	c #Conflicts:    5466000 | #Constraints:     123865
1790.70/1798.03	c #Conflicts:    5467000 | #Constraints:     124865
1790.70/1798.03	c INPROCESSING
1790.70/1798.03	c GARBAGE COLLECT
1790.70/1798.03	c #Conflicts:    5468000 | #Constraints:      67590
1790.70/1798.03	c #Conflicts:    5469000 | #Constraints:      68590
1790.70/1798.03	c #Conflicts:    5470000 | #Constraints:      69590
1790.70/1798.03	c #Conflicts:    5471000 | #Constraints:      70590
1790.70/1798.03	c #Conflicts:    5472000 | #Constraints:      71590
1790.70/1798.03	c #Conflicts:    5473000 | #Constraints:      72590
1790.70/1798.03	c #Conflicts:    5474000 | #Constraints:      73590
1790.70/1798.03	c #Conflicts:    5475000 | #Constraints:      74590
1790.70/1798.03	c #Conflicts:    5476000 | #Constraints:      75590
1790.70/1798.03	c #Conflicts:    5477000 | #Constraints:      76590
1790.70/1798.03	c #Conflicts:    5478000 | #Constraints:      77590
1790.70/1798.03	c #Conflicts:    5479000 | #Constraints:      78590
1790.70/1798.03	c #Conflicts:    5480000 | #Constraints:      79590
1790.70/1798.03	c #Conflicts:    5481000 | #Constraints:      80590
1790.70/1798.03	c #Conflicts:    5482000 | #Constraints:      81590
1790.70/1798.03	c #Conflicts:    5483000 | #Constraints:      82590
1790.70/1798.03	c #Conflicts:    5484000 | #Constraints:      83590
1790.70/1798.03	c #Conflicts:    5485000 | #Constraints:      84590
1790.70/1798.03	c #Conflicts:    5486000 | #Constraints:      85590
1790.70/1798.03	c #Conflicts:    5487000 | #Constraints:      86590
1790.70/1798.03	c #Conflicts:    5488000 | #Constraints:      87590
1790.70/1798.03	c #Conflicts:    5489000 | #Constraints:      88590
1790.70/1798.03	c #Conflicts:    5490000 | #Constraints:      89590
1790.70/1798.03	c #Conflicts:    5491000 | #Constraints:      90590
1790.70/1798.03	c #Conflicts:    5492000 | #Constraints:      91590
1790.70/1798.03	c #Conflicts:    5493000 | #Constraints:      92590
1790.70/1798.03	c #Conflicts:    5494000 | #Constraints:      93590
1790.70/1798.03	c #Conflicts:    5495000 | #Constraints:      94590
1790.70/1798.03	c #Conflicts:    5496000 | #Constraints:      95590
1790.70/1798.03	c #Conflicts:    5497000 | #Constraints:      96590
1790.70/1798.03	c #Conflicts:    5498000 | #Constraints:      97590
1790.70/1798.03	c #Conflicts:    5499000 | #Constraints:      98590
1790.70/1798.03	c #Conflicts:    5500000 | #Constraints:      99590
1790.70/1798.03	c #Conflicts:    5501000 | #Constraints:     100590
1790.70/1798.03	c #Conflicts:    5502000 | #Constraints:     101590
1790.70/1798.03	c #Conflicts:    5503000 | #Constraints:     102590
1790.70/1798.03	c #Conflicts:    5504000 | #Constraints:     103590
1790.70/1798.03	c #Conflicts:    5505000 | #Constraints:     104590
1790.70/1798.03	c #Conflicts:    5506000 | #Constraints:     105590
1790.70/1798.03	c #Conflicts:    5507000 | #Constraints:     106590
1790.70/1798.03	c #Conflicts:    5508000 | #Constraints:     107590
1790.70/1798.03	c #Conflicts:    5509000 | #Constraints:     108590
1790.70/1798.03	c #Conflicts:    5510000 | #Constraints:     109590
1790.70/1798.03	c #Conflicts:    5511000 | #Constraints:     110590
1790.70/1798.03	c #Conflicts:    5512000 | #Constraints:     111590
1790.70/1798.03	c #Conflicts:    5513000 | #Constraints:     112590
1790.70/1798.03	c #Conflicts:    5514000 | #Constraints:     113590
1790.70/1798.03	c INPROCESSING
1790.70/1798.03	c GARBAGE COLLECT
1790.70/1798.03	c #Conflicts:    5515000 | #Constraints:      61806
1790.70/1798.03	c #Conflicts:    5516000 | #Constraints:      62806
1812.79/1820.23	c #Conflicts:    5517000 | #Constraints:      63806
1812.79/1820.23	c #Conflicts:    5518000 | #Constraints:      64806
1812.79/1820.23	c #Conflicts:    5519000 | #Constraints:      65806
1812.79/1820.23	c #Conflicts:    5520000 | #Constraints:      66806
1812.79/1820.23	c #Conflicts:    5521000 | #Constraints:      67806
1812.79/1820.23	c #Conflicts:    5522000 | #Constraints:      68806
1812.79/1820.23	c #Conflicts:    5523000 | #Constraints:      69806
1812.79/1820.23	c #Conflicts:    5524000 | #Constraints:      70806
1812.79/1820.23	c #Conflicts:    5525000 | #Constraints:      71806
1812.79/1820.23	c #Conflicts:    5526000 | #Constraints:      72806
1812.79/1820.23	c #Conflicts:    5527000 | #Constraints:      73806
1812.79/1820.23	c #Conflicts:    5528000 | #Constraints:      74806
1812.79/1820.23	c #Conflicts:    5529000 | #Constraints:      75806
1812.79/1820.23	c #Conflicts:    5530000 | #Constraints:      76806
1812.79/1820.23	c #Conflicts:    5531000 | #Constraints:      77806
1812.79/1820.23	c #Conflicts:    5532000 | #Constraints:      78806
1812.79/1820.23	c #Conflicts:    5533000 | #Constraints:      79806
1812.79/1820.23	c #Conflicts:    5534000 | #Constraints:      80806
1812.79/1820.23	c #Conflicts:    5535000 | #Constraints:      81806
1812.79/1820.23	c #Conflicts:    5536000 | #Constraints:      82806
1812.79/1820.23	c #Conflicts:    5537000 | #Constraints:      83806
1812.79/1820.23	c #Conflicts:    5538000 | #Constraints:      84806
1812.79/1820.23	c #Conflicts:    5539000 | #Constraints:      85806
1812.79/1820.23	c #Conflicts:    5540000 | #Constraints:      86806
1812.79/1820.23	c #Conflicts:    5541000 | #Constraints:      87806
1812.79/1820.23	c #Conflicts:    5542000 | #Constraints:      88806
1812.79/1820.23	c #Conflicts:    5543000 | #Constraints:      89806
1812.79/1820.23	c #Conflicts:    5544000 | #Constraints:      90806
1812.79/1820.23	c #Conflicts:    5545000 | #Constraints:      91806
1812.79/1820.23	c #Conflicts:    5546000 | #Constraints:      92806
1812.79/1820.23	c #Conflicts:    5547000 | #Constraints:      93806
1812.79/1820.23	c #Conflicts:    5548000 | #Constraints:      94806
1812.79/1820.23	c #Conflicts:    5549000 | #Constraints:      95806
1812.79/1820.23	c #Conflicts:    5550000 | #Constraints:      96806
1812.79/1820.23	c #Conflicts:    5551000 | #Constraints:      97806
1812.79/1820.23	c #Conflicts:    5552000 | #Constraints:      98806
1812.79/1820.23	c #Conflicts:    5553000 | #Constraints:      99806
1812.79/1820.23	c #Conflicts:    5554000 | #Constraints:     100806
1812.79/1820.23	c #Conflicts:    5555000 | #Constraints:     101806
1812.79/1820.23	c #Conflicts:    5556000 | #Constraints:     102806
1812.79/1820.23	c #Conflicts:    5557000 | #Constraints:     103806
1812.79/1820.23	c #Conflicts:    5558000 | #Constraints:     104806
1812.79/1820.23	c #Conflicts:    5559000 | #Constraints:     105806
1812.79/1820.23	c #Conflicts:    5560000 | #Constraints:     106806
1812.79/1820.23	c #Conflicts:    5561000 | #Constraints:     107806
1812.79/1820.23	c #Conflicts:    5562000 | #Constraints:     108806
1812.79/1820.23	c INPROCESSING
1812.79/1820.23	c GARBAGE COLLECT
1812.79/1820.23	c #Conflicts:    5563000 | #Constraints:      59658
1812.79/1820.23	c #Conflicts:    5564000 | #Constraints:      60658
1812.79/1820.23	c #Conflicts:    5565000 | #Constraints:      61658
1812.79/1820.23	c #Conflicts:    5566000 | #Constraints:      62658
1812.79/1820.23	c #Conflicts:    5567000 | #Constraints:      63658
1812.79/1820.23	c #Conflicts:    5568000 | #Constraints:      64658
1812.79/1820.23	c #Conflicts:    5569000 | #Constraints:      65658
1812.79/1820.23	c #Conflicts:    5570000 | #Constraints:      66658
1812.79/1820.23	c #Conflicts:    5571000 | #Constraints:      67658
1812.79/1820.23	c #Conflicts:    5572000 | #Constraints:      68658
1812.79/1820.23	c #Conflicts:    5573000 | #Constraints:      69658
1812.79/1820.23	c #Conflicts:    5574000 | #Constraints:      70658
1812.79/1820.23	c #Conflicts:    5575000 | #Constraints:      71658
1812.79/1820.23	c #Conflicts:    5576000 | #Constraints:      72658
1812.79/1820.23	c #Conflicts:    5577000 | #Constraints:      73658
1812.79/1820.23	c #Conflicts:    5578000 | #Constraints:      74658
1812.79/1820.23	c #Conflicts:    5579000 | #Constraints:      75658
1812.79/1820.23	c #Conflicts:    5580000 | #Constraints:      76658
1812.79/1820.23	c #Conflicts:    5581000 | #Constraints:      77658
1812.79/1820.23	c #Conflicts:    5582000 | #Constraints:      78658
1812.79/1820.23	c #Conflicts:    5583000 | #Constraints:      79658
1812.79/1820.23	c #Conflicts:    5584000 | #Constraints:      80658
1812.79/1820.23	c #Conflicts:    5585000 | #Constraints:      81658
1812.79/1820.23	c #Conflicts:    5586000 | #Constraints:      82658
1812.79/1820.23	c #Conflicts:    5587000 | #Constraints:      83658
1812.79/1820.23	c #Conflicts:    5588000 | #Constraints:      84658
1812.79/1820.23	c #Conflicts:    5589000 | #Constraints:      85658
1812.79/1820.23	c #Conflicts:    5590000 | #Constraints:      86658
1812.79/1820.23	c #Conflicts:    5591000 | #Constraints:      87658
1812.79/1820.23	c #Conflicts:    5592000 | #Constraints:      88658
1812.79/1820.23	c #Conflicts:    5593000 | #Constraints:      89658
1812.79/1820.23	c #Conflicts:    5594000 | #Constraints:      90658
1812.79/1820.23	c #Conflicts:    5595000 | #Constraints:      91658
1849.16/1856.73	c #Conflicts:    5596000 | #Constraints:      92658
1849.16/1856.73	c #Conflicts:    5597000 | #Constraints:      93658
1849.16/1856.73	c #Conflicts:    5598000 | #Constraints:      94658
1849.16/1856.73	c #Conflicts:    5599000 | #Constraints:      95658
1849.16/1856.73	c #Conflicts:    5600000 | #Constraints:      96658
1849.16/1856.73	c #Conflicts:    5601000 | #Constraints:      97658
1849.16/1856.73	c #Conflicts:    5602000 | #Constraints:      98658
1849.16/1856.73	c #Conflicts:    5603000 | #Constraints:      99658
1849.16/1856.73	c #Conflicts:    5604000 | #Constraints:     100658
1849.16/1856.73	c #Conflicts:    5605000 | #Constraints:     101658
1849.16/1856.73	c #Conflicts:    5606000 | #Constraints:     102658
1849.16/1856.73	c #Conflicts:    5607000 | #Constraints:     103658
1849.16/1856.73	c #Conflicts:    5608000 | #Constraints:     104658
1849.16/1856.73	c #Conflicts:    5609000 | #Constraints:     105658
1849.16/1856.73	c #Conflicts:    5610000 | #Constraints:     106658
1849.16/1856.73	c #Conflicts:    5611000 | #Constraints:     107658
1849.16/1856.73	c #Conflicts:    5612000 | #Constraints:     108658
1849.16/1856.73	c #Conflicts:    5613000 | #Constraints:     109658
1849.16/1856.73	c #Conflicts:    5614000 | #Constraints:     110658
1849.16/1856.73	c #Conflicts:    5615000 | #Constraints:     111658
1849.16/1856.73	c #Conflicts:    5616000 | #Constraints:     112658
1849.16/1856.73	c #Conflicts:    5617000 | #Constraints:     113658
1849.16/1856.73	c #Conflicts:    5618000 | #Constraints:     114658
1849.16/1856.73	c #Conflicts:    5619000 | #Constraints:     115658
1849.16/1856.73	c #Conflicts:    5620000 | #Constraints:     116658
1849.16/1856.73	c #Conflicts:    5621000 | #Constraints:     117658
1849.16/1856.73	c #Conflicts:    5622000 | #Constraints:     118658
1849.16/1856.73	c #Conflicts:    5623000 | #Constraints:     119658
1849.16/1856.73	c #Conflicts:    5624000 | #Constraints:     120658
1849.16/1856.73	c #Conflicts:    5625000 | #Constraints:     121658
1849.16/1856.73	c #Conflicts:    5626000 | #Constraints:     122658
1849.16/1856.73	c #Conflicts:    5627000 | #Constraints:     123658
1849.16/1856.73	c #Conflicts:    5628000 | #Constraints:     124658
1849.16/1856.73	c #Conflicts:    5629000 | #Constraints:     125658
1849.16/1856.73	c #Conflicts:    5630000 | #Constraints:     126658
1849.16/1856.73	c #Conflicts:    5631000 | #Constraints:     127658
1849.16/1856.73	c #Conflicts:    5632000 | #Constraints:     128658
1849.16/1856.73	c #Conflicts:    5633000 | #Constraints:     129658
1849.16/1856.73	c #Conflicts:    5634000 | #Constraints:     130658
1849.16/1856.73	c #Conflicts:    5635000 | #Constraints:     131658
1849.16/1856.73	c #Conflicts:    5636000 | #Constraints:     132658
1849.16/1856.73	c #Conflicts:    5637000 | #Constraints:     133658
1849.16/1856.73	c #Conflicts:    5638000 | #Constraints:     134658
1849.16/1856.73	c #Conflicts:    5639000 | #Constraints:     135658
1849.16/1856.73	c #Conflicts:    5640000 | #Constraints:     136658
1849.16/1856.73	c #Conflicts:    5641000 | #Constraints:     137658
1849.16/1856.73	c #Conflicts:    5642000 | #Constraints:     138658
1849.16/1856.73	c #Conflicts:    5643000 | #Constraints:     139658
1849.16/1856.73	c #Conflicts:    5644000 | #Constraints:     140658
1849.16/1856.73	c #Conflicts:    5645000 | #Constraints:     141658
1849.16/1856.73	c #Conflicts:    5646000 | #Constraints:     142658
1849.16/1856.73	c #Conflicts:    5647000 | #Constraints:     143658
1849.16/1856.73	c #Conflicts:    5648000 | #Constraints:     144658
1849.16/1856.73	c #Conflicts:    5649000 | #Constraints:     145658
1849.16/1856.73	c #Conflicts:    5650000 | #Constraints:     146658
1849.16/1856.73	c #Conflicts:    5651000 | #Constraints:     147658
1849.16/1856.73	c #Conflicts:    5652000 | #Constraints:     148658
1849.16/1856.73	c #Conflicts:    5653000 | #Constraints:     149658
1849.16/1856.73	c #Conflicts:    5654000 | #Constraints:     150658
1849.16/1856.73	c #Conflicts:    5655000 | #Constraints:     151658
1849.16/1856.73	c #Conflicts:    5656000 | #Constraints:     152658
1849.16/1856.73	c #Conflicts:    5657000 | #Constraints:     153658
1849.16/1856.73	c #Conflicts:    5658000 | #Constraints:     154658
1849.16/1856.73	c #Conflicts:    5659000 | #Constraints:     155658
1849.16/1856.73	c #Conflicts:    5660000 | #Constraints:     156658
1849.16/1856.73	c #Conflicts:    5661000 | #Constraints:     157658
1849.16/1856.73	c #Conflicts:    5662000 | #Constraints:     158658
1849.16/1856.73	c #Conflicts:    5663000 | #Constraints:     159658
1849.16/1856.73	c #Conflicts:    5664000 | #Constraints:     160658
1849.16/1856.73	c #Conflicts:    5665000 | #Constraints:     161658
1849.16/1856.73	c #Conflicts:    5666000 | #Constraints:     162658
1849.16/1856.73	c #Conflicts:    5667000 | #Constraints:     163658
1849.16/1856.73	c #Conflicts:    5668000 | #Constraints:     164658
1849.16/1856.73	c #Conflicts:    5669000 | #Constraints:     165658
1849.16/1856.73	c #Conflicts:    5670000 | #Constraints:     166658
1849.16/1856.73	c #Conflicts:    5671000 | #Constraints:     167658
1849.16/1856.73	c #Conflicts:    5672000 | #Constraints:     168658
1849.16/1856.73	c #Conflicts:    5673000 | #Constraints:     169658
1894.51/1902.23	c #Conflicts:    5674000 | #Constraints:     170658
1894.51/1902.23	c #Conflicts:    5675000 | #Constraints:     171658
1894.51/1902.23	c #Conflicts:    5676000 | #Constraints:     172658
1894.51/1902.23	c #Conflicts:    5677000 | #Constraints:     173658
1894.51/1902.23	c #Conflicts:    5678000 | #Constraints:     174658
1894.51/1902.23	c #Conflicts:    5679000 | #Constraints:     175658
1894.51/1902.23	c #Conflicts:    5680000 | #Constraints:     176658
1894.51/1902.23	c #Conflicts:    5681000 | #Constraints:     177658
1894.51/1902.23	c #Conflicts:    5682000 | #Constraints:     178658
1894.51/1902.23	c #Conflicts:    5683000 | #Constraints:     179658
1894.51/1902.23	c #Conflicts:    5684000 | #Constraints:     180658
1894.51/1902.23	c #Conflicts:    5685000 | #Constraints:     181658
1894.51/1902.23	c #Conflicts:    5686000 | #Constraints:     182658
1894.51/1902.23	c #Conflicts:    5687000 | #Constraints:     183658
1894.51/1902.23	c #Conflicts:    5688000 | #Constraints:     184658
1894.51/1902.23	c #Conflicts:    5689000 | #Constraints:     185658
1894.51/1902.23	c #Conflicts:    5690000 | #Constraints:     186658
1894.51/1902.23	c #Conflicts:    5691000 | #Constraints:     187658
1894.51/1902.23	c #Conflicts:    5692000 | #Constraints:     188658
1894.51/1902.23	c #Conflicts:    5693000 | #Constraints:     189658
1894.51/1902.23	c #Conflicts:    5694000 | #Constraints:     190658
1894.51/1902.23	c #Conflicts:    5695000 | #Constraints:     191658
1894.51/1902.23	c #Conflicts:    5696000 | #Constraints:     192658
1894.51/1902.23	c #Conflicts:    5697000 | #Constraints:     193658
1894.51/1902.23	c #Conflicts:    5698000 | #Constraints:     194658
1894.51/1902.23	c #Conflicts:    5699000 | #Constraints:     195658
1894.51/1902.23	c #Conflicts:    5700000 | #Constraints:     196658
1894.51/1902.23	c #Conflicts:    5701000 | #Constraints:     197658
1894.51/1902.23	c #Conflicts:    5702000 | #Constraints:     198658
1894.51/1902.23	c #Conflicts:    5703000 | #Constraints:     199658
1894.51/1902.23	c #Conflicts:    5704000 | #Constraints:     200658
1894.51/1902.23	c #Conflicts:    5705000 | #Constraints:     201658
1894.51/1902.23	c #Conflicts:    5706000 | #Constraints:     202658
1894.51/1902.23	c #Conflicts:    5707000 | #Constraints:     203658
1894.51/1902.23	c #Conflicts:    5708000 | #Constraints:     204658
1894.51/1902.23	c #Conflicts:    5709000 | #Constraints:     205658
1894.51/1902.23	c #Conflicts:    5710000 | #Constraints:     206658
1894.51/1902.23	c #Conflicts:    5711000 | #Constraints:     207658
1894.51/1902.23	c #Conflicts:    5712000 | #Constraints:     208658
1894.51/1902.23	c #Conflicts:    5713000 | #Constraints:     209658
1894.51/1902.23	c #Conflicts:    5714000 | #Constraints:     210658
1894.51/1902.23	c #Conflicts:    5715000 | #Constraints:     211658
1894.51/1902.23	c #Conflicts:    5716000 | #Constraints:     212658
1894.51/1902.23	c #Conflicts:    5717000 | #Constraints:     213658
1894.51/1902.23	c #Conflicts:    5718000 | #Constraints:     214658
1894.51/1902.23	c #Conflicts:    5719000 | #Constraints:     215658
1894.51/1902.23	c #Conflicts:    5720000 | #Constraints:     216658
1894.51/1902.23	c #Conflicts:    5721000 | #Constraints:     217658
1894.51/1902.23	c #Conflicts:    5722000 | #Constraints:     218658
1894.51/1902.23	c #Conflicts:    5723000 | #Constraints:     219658
1894.51/1902.23	c #Conflicts:    5724000 | #Constraints:     220658
1894.51/1902.23	c #Conflicts:    5725000 | #Constraints:     221658
1894.51/1902.23	c #Conflicts:    5726000 | #Constraints:     222658
1894.51/1902.23	c #Conflicts:    5727000 | #Constraints:     223658
1894.51/1902.23	c #Conflicts:    5728000 | #Constraints:     224658
1894.51/1902.23	c #Conflicts:    5729000 | #Constraints:     225658
1894.51/1902.23	WSVECS04 Frhs2[28]: 6 0 11.5 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[29]: 6 -2.00004 0 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[31]: 6 -2.00004 0 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[40]: 6 -2.00005 0 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[68]: 6 -1.00004 0 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[69]: 6 0 4.5001 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[70]: 6 -20.8334 0 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[71]: 6 -4.6667 0 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[72]: 6 0 11.5 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[81]: 6 -1.00003 0 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[103]: 6 0 2.00008 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[109]: 6 0 1.00003 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[164]: 6 0 1.16672 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[190]: 6 0 1.00002 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[208]: 6 0 1.00007 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[248]: 6 0 1.00003 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[265]: 6 0 1.00004 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[305]: 6 0 2.00003 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[344]: 6 0 1.00004 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[345]: 6 0 1.00007 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[421]: 6 0 1.00008 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[516]: 6 0 1.00003 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[577]: 6 0 1.00003 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[654]: 6 0 3.00008 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[656]: 6 0 1.00005 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[694]: 6 0 2.00009 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[706]: 6 -1.00003 0 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[811]: 6 0 2.00005 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[850]: 6 0 1.50008 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[928]: 6 0 1.00001 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[966]: 6 0 2.50002 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1112]: 6 0 0.500078 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1137]: 6 0 1.00003 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1151]: 6 0 3.00001 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1160]: 6 -4.33342 0 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1189]: 6 0 1.00002 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1191]: 6 0 3.00008 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1194]: 6 0 1.00006 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1195]: 6 0 1.00004 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1215]: 6 0 1.00006 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1229]: 6 0 1.00005 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1243]: 6 -1.00002 0 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1260]: 6 0 1.00001 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1312]: 6 0 0.500023 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1322]: 6 -1.00008 0 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1359]: 6 0 0.500062 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1670]: 6 0 1.00004 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1672]: 6 0 0.50003 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1710]: 6 0 1.0001 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1806]: 6 -2.00006 0 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1823]: 6 -2.00007 0 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1832]: 6 -1.00009 0 shouldn't be
1894.51/1902.23	WSVECS04 Frhs2[1833]: 6 -2.00009 0 shouldn't be
1936.18/1944.05	c #Conflicts:    5730000 | #Constraints:     226659
1936.18/1944.05	c #Conflicts:    5731000 | #Constraints:     227659
1936.18/1944.05	c #Conflicts:    5732000 | #Constraints:     228659
1936.18/1944.05	c #Conflicts:    5733000 | #Constraints:     229659
1936.18/1944.05	c #Conflicts:    5734000 | #Constraints:     230659
1936.18/1944.05	c #Conflicts:    5735000 | #Constraints:     231659
1936.18/1944.05	c #Conflicts:    5736000 | #Constraints:     232659
1936.18/1944.05	c #Conflicts:    5737000 | #Constraints:     233659
1936.18/1944.05	c #Conflicts:    5738000 | #Constraints:     234659
1936.18/1944.05	c #Conflicts:    5739000 | #Constraints:     235659
1936.18/1944.05	c #Conflicts:    5740000 | #Constraints:     236659
1936.18/1944.05	c #Conflicts:    5741000 | #Constraints:     237659
1936.18/1944.05	c #Conflicts:    5742000 | #Constraints:     238659
1936.18/1944.05	c #Conflicts:    5743000 | #Constraints:     239659
1936.18/1944.05	c #Conflicts:    5744000 | #Constraints:     240659
1936.18/1944.05	c #Conflicts:    5745000 | #Constraints:     241659
1936.18/1944.05	c #Conflicts:    5746000 | #Constraints:     242659
1936.18/1944.05	c #Conflicts:    5747000 | #Constraints:     243659
1936.18/1944.05	c #Conflicts:    5748000 | #Constraints:     244659
1936.18/1944.05	c #Conflicts:    5749000 | #Constraints:     245659
1936.18/1944.05	c #Conflicts:    5750000 | #Constraints:     246659
1936.18/1944.05	c #Conflicts:    5751000 | #Constraints:     247659
1936.18/1944.05	c #Conflicts:    5752000 | #Constraints:     248659
1936.18/1944.05	c #Conflicts:    5753000 | #Constraints:     249659
1936.18/1944.05	c #Conflicts:    5754000 | #Constraints:     250659
1936.18/1944.05	c #Conflicts:    5755000 | #Constraints:     251659
1936.18/1944.05	c #Conflicts:    5756000 | #Constraints:     252659
1936.18/1944.05	c #Conflicts:    5757000 | #Constraints:     253659
1936.18/1944.05	c #Conflicts:    5758000 | #Constraints:     254659
1936.18/1944.05	c #Conflicts:    5759000 | #Constraints:     255659
1936.18/1944.05	c #Conflicts:    5760000 | #Constraints:     256659
1936.18/1944.05	c #Conflicts:    5761000 | #Constraints:     257659
1936.18/1944.05	c #Conflicts:    5762000 | #Constraints:     258659
1936.18/1944.05	c #Conflicts:    5763000 | #Constraints:     259659
1936.18/1944.05	c #Conflicts:    5764000 | #Constraints:     260659
1936.18/1944.05	c #Conflicts:    5765000 | #Constraints:     261659
1936.18/1944.05	c #Conflicts:    5766000 | #Constraints:     262659
1936.18/1944.05	c #Conflicts:    5767000 | #Constraints:     263659
1936.18/1944.05	c #Conflicts:    5768000 | #Constraints:     264659
1936.18/1944.05	c #Conflicts:    5769000 | #Constraints:     265659
1936.18/1944.05	c #Conflicts:    5770000 | #Constraints:     266659
1936.18/1944.05	c #Conflicts:    5771000 | #Constraints:     267659
1936.18/1944.05	c #Conflicts:    5772000 | #Constraints:     268659
1936.18/1944.05	c #Conflicts:    5773000 | #Constraints:     269659
1936.18/1944.05	WSVECS04 Frhs2[29]: 6 0 4.00006 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[44]: 6 0 6.33342 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[56]: 6 -3.66669 0 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[59]: 6 -3.66672 0 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[63]: 6 -5.6667 0 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[66]: 6 -4.66675 0 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[68]: 6 0 7.00004 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[71]: 6 -6.33342 0 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[74]: 6 0 2.83337 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[90]: 6 0 0.66673 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[147]: 6 0 1.00006 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[187]: 6 0 1.00008 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[227]: 6 0 1.00008 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[299]: 6 0 1.00006 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[306]: 6 0 1.66668 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[537]: 6 -1.00008 0 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[656]: 6 0 2.00006 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[695]: 6 0 1.00001 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[711]: 6 0 2.00002 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[730]: 6 -1.00004 0 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[759]: 6 0 1.00003 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[791]: 6 0 2.00002 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[813]: 6 -1.00001 0 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[843]: 6 -1.00005 0 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[886]: 6 0 0.500094 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[922]: 6 -1.00005 0 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[925]: 6 0 1.00005 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1001]: 6 0 1.00006 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1041]: 6 0 1.00008 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1046]: 6 0 0.500065 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1069]: 6 0 1.00002 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1073]: 6 0 1.00003 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1075]: 6 -1.00007 0 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1081]: 6 0 1.00004 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1083]: 6 -1.00004 0 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1085]: 6 0 1.00002 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1086]: 6 0 0.50008 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1106]: 6 0 1.00002 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1121]: 6 0 1.00007 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1138]: 6 0 3.0001 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1148]: 6 -2.00008 0 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1149]: 6 0 1.00007 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1151]: 6 -2.00003 0 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1153]: 6 0 1.00004 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1162]: 6 -1.00007 0 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1178]: 6 0 1.00002 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1210]: 6 0 2.00004 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1215]: 6 0 3.00005 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1234]: 6 0 1.00008 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1272]: 6 -1.0001 0 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1360]: 6 0 2.00006 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1759]: 6 -3.00005 0 shouldn't be
1936.18/1944.05	WSVECS04 Frhs2[1862]: 6 -2.00005 0 shouldn't be
1936.37/1944.20	WSVECS04 Frhs2[419]: 6 0 1.00004 shouldn't be
1936.37/1944.20	WSVECS04 Frhs2[460]: 6 0 1.00003 shouldn't be
1936.37/1944.20	WSVECS04 Frhs2[486]: 6 0 1.00002 shouldn't be
1936.37/1944.20	WSVECS04 Frhs2[532]: 6 0 1.00004 shouldn't be
1936.37/1944.20	WSVECS04 Frhs2[836]: 6 -1.00001 0 shouldn't be
1936.37/1944.20	WSVECS04 Frhs2[871]: 6 0 2.00003 shouldn't be
1936.37/1944.20	WSVECS04 Frhs2[1208]: 6 0 1.00003 shouldn't be
1936.37/1944.20	WSVECS04 Frhs2[1218]: 6 0 1.00003 shouldn't be
1936.37/1944.20	WSVECS04 Frhs2[1315]: 6 -2.00005 0 shouldn't be
1936.37/1944.20	WSVECS04 Frhs2[1869]: 6 -3.00003 0 shouldn't be
1965.18/1973.18	c #Conflicts:    5774000 | #Constraints:     270659
1965.18/1973.18	c #Conflicts:    5775000 | #Constraints:     271659
1965.18/1973.18	c #Conflicts:    5776000 | #Constraints:     272659
1965.18/1973.18	c #Conflicts:    5777000 | #Constraints:     273659
1965.18/1973.18	c #Conflicts:    5778000 | #Constraints:     274659
1965.18/1973.18	c #Conflicts:    5779000 | #Constraints:     275659
1965.18/1973.18	c #Conflicts:    5780000 | #Constraints:     276659
1965.18/1973.18	c #Conflicts:    5781000 | #Constraints:     277659
1965.18/1973.18	c #Conflicts:    5782000 | #Constraints:     278659
1965.18/1973.18	c #Conflicts:    5783000 | #Constraints:     279659
1965.18/1973.18	c #Conflicts:    5784000 | #Constraints:     280659
1965.18/1973.18	c #Conflicts:    5785000 | #Constraints:     281659
1965.18/1973.18	c #Conflicts:    5786000 | #Constraints:     282659
1965.18/1973.18	c #Conflicts:    5787000 | #Constraints:     283659
1965.18/1973.18	c #Conflicts:    5788000 | #Constraints:     284659
1965.18/1973.18	c #Conflicts:    5789000 | #Constraints:     285659
1965.18/1973.18	c #Conflicts:    5790000 | #Constraints:     286659
1965.18/1973.18	c #Conflicts:    5791000 | #Constraints:     287659
1965.18/1973.18	c #Conflicts:    5792000 | #Constraints:     288659
1965.18/1973.18	c #Conflicts:    5793000 | #Constraints:     289659
1965.18/1973.18	c #Conflicts:    5794000 | #Constraints:     290659
1965.18/1973.18	c #Conflicts:    5795000 | #Constraints:     291659
1965.18/1973.18	c #Conflicts:    5796000 | #Constraints:     292659
1965.18/1973.18	c INPROCESSING
1965.18/1973.18	c GARBAGE COLLECT
1965.18/1973.18	c rational objective 327.608
2009.04/2017.17	c #Conflicts:    5797000 | #Constraints:     151600
2009.04/2017.17	c #Conflicts:    5798000 | #Constraints:     152600
2009.04/2017.17	c #Conflicts:    5799000 | #Constraints:     153600
2009.04/2017.17	c #Conflicts:    5800000 | #Constraints:     154600
2009.04/2017.17	c #Conflicts:    5801000 | #Constraints:     155600
2009.04/2017.17	c #Conflicts:    5802000 | #Constraints:     156600
2009.04/2017.17	c #Conflicts:    5803000 | #Constraints:     157600
2009.04/2017.17	c #Conflicts:    5804000 | #Constraints:     158600
2009.04/2017.17	c #Conflicts:    5805000 | #Constraints:     159600
2009.04/2017.17	c #Conflicts:    5806000 | #Constraints:     160600
2009.04/2017.17	c #Conflicts:    5807000 | #Constraints:     161600
2009.04/2017.17	c #Conflicts:    5808000 | #Constraints:     162600
2009.04/2017.17	c #Conflicts:    5809000 | #Constraints:     163600
2009.04/2017.17	c #Conflicts:    5810000 | #Constraints:     164600
2009.04/2017.17	c #Conflicts:    5811000 | #Constraints:     165600
2009.04/2017.17	c #Conflicts:    5812000 | #Constraints:     166600
2009.04/2017.17	c #Conflicts:    5813000 | #Constraints:     167600
2009.04/2017.17	c #Conflicts:    5814000 | #Constraints:     168600
2009.04/2017.17	c #Conflicts:    5815000 | #Constraints:     169600
2009.04/2017.17	c #Conflicts:    5816000 | #Constraints:     170600
2009.04/2017.17	c #Conflicts:    5817000 | #Constraints:     171600
2009.04/2017.17	c #Conflicts:    5818000 | #Constraints:     172600
2009.04/2017.17	c #Conflicts:    5819000 | #Constraints:     173600
2009.04/2017.17	c #Conflicts:    5820000 | #Constraints:     174600
2009.04/2017.17	c #Conflicts:    5821000 | #Constraints:     175600
2009.04/2017.17	c #Conflicts:    5822000 | #Constraints:     176600
2009.04/2017.17	c #Conflicts:    5823000 | #Constraints:     177600
2009.04/2017.17	c #Conflicts:    5824000 | #Constraints:     178600
2009.04/2017.17	c #Conflicts:    5825000 | #Constraints:     179600
2009.04/2017.17	c #Conflicts:    5826000 | #Constraints:     180600
2009.04/2017.17	c #Conflicts:    5827000 | #Constraints:     181600
2009.04/2017.17	c #Conflicts:    5828000 | #Constraints:     182600
2009.04/2017.17	c #Conflicts:    5829000 | #Constraints:     183600
2009.04/2017.17	c #Conflicts:    5830000 | #Constraints:     184600
2009.04/2017.17	c #Conflicts:    5831000 | #Constraints:     185600
2009.04/2017.17	c #Conflicts:    5832000 | #Constraints:     186600
2009.04/2017.17	c #Conflicts:    5833000 | #Constraints:     187600
2009.04/2017.17	c #Conflicts:    5834000 | #Constraints:     188600
2009.04/2017.17	c #Conflicts:    5835000 | #Constraints:     189600
2009.04/2017.17	c #Conflicts:    5836000 | #Constraints:     190600
2009.04/2017.17	c #Conflicts:    5837000 | #Constraints:     191600
2009.04/2017.17	c #Conflicts:    5838000 | #Constraints:     192600
2009.04/2017.17	c #Conflicts:    5839000 | #Constraints:     193600
2009.04/2017.17	c #Conflicts:    5840000 | #Constraints:     194600
2009.04/2017.17	c #Conflicts:    5841000 | #Constraints:     195600
2009.04/2017.17	c #Conflicts:    5842000 | #Constraints:     196600
2009.04/2017.17	c #Conflicts:    5843000 | #Constraints:     197600
2009.04/2017.17	c #Conflicts:    5844000 | #Constraints:     198600
2009.04/2017.17	c INPROCESSING
2009.04/2017.17	c GARBAGE COLLECT
2009.04/2017.17	c #Conflicts:    5845000 | #Constraints:     104166
2009.04/2017.17	c #Conflicts:    5846000 | #Constraints:     105166
2009.04/2017.17	c #Conflicts:    5847000 | #Constraints:     106166
2009.04/2017.17	c #Conflicts:    5848000 | #Constraints:     107166
2009.04/2017.17	c #Conflicts:    5849000 | #Constraints:     108166
2009.04/2017.17	c #Conflicts:    5850000 | #Constraints:     109166
2009.04/2017.17	c #Conflicts:    5851000 | #Constraints:     110166
2009.04/2017.17	c #Conflicts:    5852000 | #Constraints:     111166
2009.04/2017.17	c #Conflicts:    5853000 | #Constraints:     112167
2009.04/2017.17	c #Conflicts:    5854000 | #Constraints:     113167
2009.04/2017.17	c #Conflicts:    5855000 | #Constraints:     114167
2009.04/2017.17	c #Conflicts:    5856000 | #Constraints:     115167
2009.04/2017.17	c #Conflicts:    5857000 | #Constraints:     116167
2009.04/2017.17	c #Conflicts:    5858000 | #Constraints:     117167
2009.04/2017.17	c #Conflicts:    5859000 | #Constraints:     118167
2009.04/2017.17	c #Conflicts:    5860000 | #Constraints:     119167
2009.04/2017.17	c #Conflicts:    5861000 | #Constraints:     120167
2009.04/2017.17	c #Conflicts:    5862000 | #Constraints:     121167
2009.04/2017.17	c #Conflicts:    5863000 | #Constraints:     122167
2009.04/2017.17	c #Conflicts:    5864000 | #Constraints:     123167
2009.04/2017.17	c #Conflicts:    5865000 | #Constraints:     124167
2009.04/2017.17	c #Conflicts:    5866000 | #Constraints:     125167
2009.04/2017.17	c #Conflicts:    5867000 | #Constraints:     126167
2009.04/2017.17	c #Conflicts:    5868000 | #Constraints:     127167
2009.04/2017.17	c #Conflicts:    5869000 | #Constraints:     128167
2009.04/2017.17	c #Conflicts:    5870000 | #Constraints:     129167
2009.04/2017.17	c #Conflicts:    5871000 | #Constraints:     130168
2009.04/2017.17	c #Conflicts:    5872000 | #Constraints:     131168
2009.04/2017.17	c #Conflicts:    5873000 | #Constraints:     132168
2009.04/2017.17	c #Conflicts:    5874000 | #Constraints:     133168
2009.04/2017.17	c #Conflicts:    5875000 | #Constraints:     134168
2035.83/2044.09	c #Conflicts:    5876000 | #Constraints:     135168
2035.83/2044.09	c #Conflicts:    5877000 | #Constraints:     136168
2035.83/2044.09	c #Conflicts:    5878000 | #Constraints:     137168
2035.83/2044.09	c #Conflicts:    5879000 | #Constraints:     138168
2035.83/2044.09	c #Conflicts:    5880000 | #Constraints:     139168
2035.83/2044.09	c #Conflicts:    5881000 | #Constraints:     140168
2035.83/2044.09	c #Conflicts:    5882000 | #Constraints:     141168
2035.83/2044.09	c #Conflicts:    5883000 | #Constraints:     142169
2035.83/2044.09	c #Conflicts:    5884000 | #Constraints:     143169
2035.83/2044.09	c #Conflicts:    5885000 | #Constraints:     144169
2035.83/2044.09	c #Conflicts:    5886000 | #Constraints:     145169
2035.83/2044.09	c #Conflicts:    5887000 | #Constraints:     146169
2035.83/2044.09	c #Conflicts:    5888000 | #Constraints:     147169
2035.83/2044.09	c #Conflicts:    5889000 | #Constraints:     148169
2035.83/2044.09	c #Conflicts:    5890000 | #Constraints:     149169
2035.83/2044.09	c #Conflicts:    5891000 | #Constraints:     150169
2035.83/2044.09	c #Conflicts:    5892000 | #Constraints:     151169
2035.83/2044.09	c #Conflicts:    5893000 | #Constraints:     152169
2035.83/2044.09	c INPROCESSING
2035.83/2044.09	c GARBAGE COLLECT
2035.83/2044.09	c #Conflicts:    5894000 | #Constraints:      80945
2035.83/2044.09	c #Conflicts:    5895000 | #Constraints:      81945
2035.83/2044.09	c #Conflicts:    5896000 | #Constraints:      82945
2035.83/2044.09	c #Conflicts:    5897000 | #Constraints:      83945
2035.83/2044.09	c #Conflicts:    5898000 | #Constraints:      84945
2035.83/2044.09	c #Conflicts:    5899000 | #Constraints:      85945
2035.83/2044.09	c #Conflicts:    5900000 | #Constraints:      86945
2035.83/2044.09	c #Conflicts:    5901000 | #Constraints:      87945
2035.83/2044.09	c #Conflicts:    5902000 | #Constraints:      88945
2035.83/2044.09	c #Conflicts:    5903000 | #Constraints:      89945
2035.83/2044.09	c #Conflicts:    5904000 | #Constraints:      90945
2035.83/2044.09	c #Conflicts:    5905000 | #Constraints:      91945
2035.83/2044.09	c #Conflicts:    5906000 | #Constraints:      92945
2035.83/2044.09	c #Conflicts:    5907000 | #Constraints:      93945
2035.83/2044.09	c #Conflicts:    5908000 | #Constraints:      94945
2035.83/2044.09	c #Conflicts:    5909000 | #Constraints:      95945
2035.83/2044.09	c #Conflicts:    5910000 | #Constraints:      96945
2035.83/2044.09	c #Conflicts:    5911000 | #Constraints:      97945
2035.83/2044.09	c #Conflicts:    5912000 | #Constraints:      98945
2035.83/2044.09	c #Conflicts:    5913000 | #Constraints:      99945
2035.83/2044.09	c #Conflicts:    5914000 | #Constraints:     100945
2035.83/2044.09	c #Conflicts:    5915000 | #Constraints:     101945
2035.83/2044.09	c #Conflicts:    5916000 | #Constraints:     102945
2035.83/2044.09	c #Conflicts:    5917000 | #Constraints:     103945
2035.83/2044.09	c #Conflicts:    5918000 | #Constraints:     104945
2035.83/2044.09	c #Conflicts:    5919000 | #Constraints:     105945
2035.83/2044.09	c #Conflicts:    5920000 | #Constraints:     106945
2035.83/2044.09	c #Conflicts:    5921000 | #Constraints:     107945
2035.83/2044.09	c #Conflicts:    5922000 | #Constraints:     108945
2035.83/2044.09	c #Conflicts:    5923000 | #Constraints:     109945
2035.83/2044.09	c #Conflicts:    5924000 | #Constraints:     110945
2035.83/2044.09	c #Conflicts:    5925000 | #Constraints:     111945
2035.83/2044.09	c #Conflicts:    5926000 | #Constraints:     112945
2035.83/2044.09	c #Conflicts:    5927000 | #Constraints:     113945
2035.83/2044.09	c #Conflicts:    5928000 | #Constraints:     114945
2035.83/2044.09	c #Conflicts:    5929000 | #Constraints:     115945
2035.83/2044.09	c #Conflicts:    5930000 | #Constraints:     116945
2035.83/2044.09	c #Conflicts:    5931000 | #Constraints:     117945
2035.83/2044.09	c #Conflicts:    5932000 | #Constraints:     118945
2035.83/2044.09	c #Conflicts:    5933000 | #Constraints:     119945
2035.83/2044.09	c #Conflicts:    5934000 | #Constraints:     120945
2035.83/2044.09	c #Conflicts:    5935000 | #Constraints:     121945
2035.83/2044.09	c #Conflicts:    5936000 | #Constraints:     122945
2035.83/2044.09	c #Conflicts:    5937000 | #Constraints:     123945
2035.83/2044.09	c #Conflicts:    5938000 | #Constraints:     124945
2035.83/2044.09	c #Conflicts:    5939000 | #Constraints:     125945
2035.83/2044.09	c #Conflicts:    5940000 | #Constraints:     126945
2035.83/2044.09	c #Conflicts:    5941000 | #Constraints:     127945
2035.83/2044.09	c #Conflicts:    5942000 | #Constraints:     128945
2035.83/2044.09	c #Conflicts:    5943000 | #Constraints:     129945
2035.83/2044.09	c INPROCESSING
2035.83/2044.09	c GARBAGE COLLECT
2035.83/2044.09	c #Conflicts:    5944000 | #Constraints:      70250
2035.83/2044.09	c #Conflicts:    5945000 | #Constraints:      71250
2035.83/2044.09	c #Conflicts:    5946000 | #Constraints:      72250
2035.83/2044.09	c #Conflicts:    5947000 | #Constraints:      73250
2035.83/2044.09	c #Conflicts:    5948000 | #Constraints:      74250
2035.83/2044.09	c #Conflicts:    5949000 | #Constraints:      75250
2035.83/2044.09	c #Conflicts:    5950000 | #Constraints:      76250
2035.83/2044.09	c #Conflicts:    5951000 | #Constraints:      77250
2035.83/2044.09	c #Conflicts:    5952000 | #Constraints:      78250
2049.09/2057.33	c #Conflicts:    5953000 | #Constraints:      79250
2049.09/2057.33	c #Conflicts:    5954000 | #Constraints:      80250
2049.09/2057.33	c #Conflicts:    5955000 | #Constraints:      81250
2049.09/2057.33	c #Conflicts:    5956000 | #Constraints:      82250
2049.09/2057.33	c #Conflicts:    5957000 | #Constraints:      83250
2049.09/2057.33	c #Conflicts:    5958000 | #Constraints:      84250
2049.09/2057.33	c #Conflicts:    5959000 | #Constraints:      85250
2049.09/2057.33	c #Conflicts:    5960000 | #Constraints:      86250
2049.09/2057.33	c #Conflicts:    5961000 | #Constraints:      87250
2049.09/2057.33	c #Conflicts:    5962000 | #Constraints:      88250
2049.09/2057.33	c #Conflicts:    5963000 | #Constraints:      89250
2049.09/2057.33	c #Conflicts:    5964000 | #Constraints:      90250
2049.09/2057.33	c #Conflicts:    5965000 | #Constraints:      91250
2049.09/2057.33	c #Conflicts:    5966000 | #Constraints:      92250
2049.09/2057.33	c #Conflicts:    5967000 | #Constraints:      93250
2049.09/2057.33	c #Conflicts:    5968000 | #Constraints:      94250
2049.09/2057.33	c #Conflicts:    5969000 | #Constraints:      95250
2049.09/2057.33	c #Conflicts:    5970000 | #Constraints:      96250
2049.09/2057.33	c #Conflicts:    5971000 | #Constraints:      97250
2049.09/2057.33	c #Conflicts:    5972000 | #Constraints:      98250
2049.09/2057.33	c #Conflicts:    5973000 | #Constraints:      99250
2049.09/2057.33	c #Conflicts:    5974000 | #Constraints:     100250
2049.09/2057.33	c #Conflicts:    5975000 | #Constraints:     101250
2049.09/2057.33	c #Conflicts:    5976000 | #Constraints:     102250
2049.09/2057.33	c #Conflicts:    5977000 | #Constraints:     103250
2049.09/2057.33	c #Conflicts:    5978000 | #Constraints:     104250
2049.09/2057.33	c #Conflicts:    5979000 | #Constraints:     105250
2049.09/2057.33	c #Conflicts:    5980000 | #Constraints:     106250
2049.09/2057.33	c #Conflicts:    5981000 | #Constraints:     107250
2049.09/2057.33	c #Conflicts:    5982000 | #Constraints:     108250
2049.09/2057.33	c #Conflicts:    5983000 | #Constraints:     109250
2049.09/2057.33	c #Conflicts:    5984000 | #Constraints:     110250
2049.09/2057.33	c #Conflicts:    5985000 | #Constraints:     111250
2049.09/2057.33	c #Conflicts:    5986000 | #Constraints:     112250
2049.09/2057.33	c #Conflicts:    5987000 | #Constraints:     113250
2049.09/2057.33	c #Conflicts:    5988000 | #Constraints:     114250
2049.09/2057.33	c #Conflicts:    5989000 | #Constraints:     115250
2049.09/2057.33	c #Conflicts:    5990000 | #Constraints:     116250
2049.09/2057.33	c #Conflicts:    5991000 | #Constraints:     117250
2049.09/2057.33	c #Conflicts:    5992000 | #Constraints:     118250
2049.09/2057.33	c INPROCESSING
2049.09/2057.33	c GARBAGE COLLECT
2049.09/2057.33	c rational objective 327.608
2071.89/2080.24	c #Conflicts:    5993000 | #Constraints:      64185
2071.89/2080.24	c #Conflicts:    5994000 | #Constraints:      65185
2071.89/2080.24	c #Conflicts:    5995000 | #Constraints:      66185
2071.89/2080.24	c #Conflicts:    5996000 | #Constraints:      67185
2071.89/2080.24	c #Conflicts:    5997000 | #Constraints:      68185
2071.89/2080.24	c #Conflicts:    5998000 | #Constraints:      69185
2071.89/2080.24	c #Conflicts:    5999000 | #Constraints:      70185
2071.89/2080.24	c #Conflicts:    6000000 | #Constraints:      71185
2071.89/2080.24	c #Conflicts:    6001000 | #Constraints:      72185
2071.89/2080.24	c #Conflicts:    6002000 | #Constraints:      73185
2071.89/2080.24	c #Conflicts:    6003000 | #Constraints:      74185
2071.89/2080.24	c #Conflicts:    6004000 | #Constraints:      75185
2071.89/2080.24	c #Conflicts:    6005000 | #Constraints:      76185
2071.89/2080.24	c #Conflicts:    6006000 | #Constraints:      77185
2071.89/2080.24	c #Conflicts:    6007000 | #Constraints:      78185
2071.89/2080.24	c #Conflicts:    6008000 | #Constraints:      79185
2071.89/2080.24	c #Conflicts:    6009000 | #Constraints:      80185
2071.89/2080.24	c #Conflicts:    6010000 | #Constraints:      81185
2071.89/2080.24	c #Conflicts:    6011000 | #Constraints:      82185
2071.89/2080.24	c #Conflicts:    6012000 | #Constraints:      83185
2071.89/2080.24	c #Conflicts:    6013000 | #Constraints:      84185
2071.89/2080.24	c #Conflicts:    6014000 | #Constraints:      85185
2071.89/2080.24	c #Conflicts:    6015000 | #Constraints:      86185
2071.89/2080.24	c #Conflicts:    6016000 | #Constraints:      87185
2071.89/2080.24	c #Conflicts:    6017000 | #Constraints:      88185
2071.89/2080.24	c #Conflicts:    6018000 | #Constraints:      89185
2071.89/2080.24	c #Conflicts:    6019000 | #Constraints:      90185
2071.89/2080.24	c #Conflicts:    6020000 | #Constraints:      91185
2071.89/2080.24	c #Conflicts:    6021000 | #Constraints:      92185
2071.89/2080.24	c #Conflicts:    6022000 | #Constraints:      93185
2071.89/2080.24	c #Conflicts:    6023000 | #Constraints:      94185
2071.89/2080.24	c #Conflicts:    6024000 | #Constraints:      95185
2071.89/2080.24	c #Conflicts:    6025000 | #Constraints:      96185
2071.89/2080.24	c #Conflicts:    6026000 | #Constraints:      97185
2071.89/2080.24	c #Conflicts:    6027000 | #Constraints:      98185
2071.89/2080.24	c #Conflicts:    6028000 | #Constraints:      99185
2071.89/2080.24	c #Conflicts:    6029000 | #Constraints:     100185
2071.89/2080.24	c #Conflicts:    6030000 | #Constraints:     101185
2071.89/2080.24	c #Conflicts:    6031000 | #Constraints:     102185
2071.89/2080.24	c #Conflicts:    6032000 | #Constraints:     103185
2071.89/2080.24	c #Conflicts:    6033000 | #Constraints:     104185
2071.89/2080.24	c #Conflicts:    6034000 | #Constraints:     105185
2071.89/2080.24	c #Conflicts:    6035000 | #Constraints:     106185
2071.89/2080.24	c #Conflicts:    6036000 | #Constraints:     107185
2071.89/2080.24	c #Conflicts:    6037000 | #Constraints:     108185
2071.89/2080.24	c #Conflicts:    6038000 | #Constraints:     109185
2071.89/2080.24	c #Conflicts:    6039000 | #Constraints:     110185
2071.89/2080.24	c #Conflicts:    6040000 | #Constraints:     111185
2071.89/2080.24	c #Conflicts:    6041000 | #Constraints:     112185
2071.89/2080.24	c #Conflicts:    6042000 | #Constraints:     113185
2071.89/2080.24	c INPROCESSING
2071.89/2080.24	c GARBAGE COLLECT
2071.89/2080.24	c #Conflicts:    6043000 | #Constraints:      61864
2071.89/2080.24	c #Conflicts:    6044000 | #Constraints:      62864
2071.89/2080.24	c #Conflicts:    6045000 | #Constraints:      63864
2071.89/2080.24	c #Conflicts:    6046000 | #Constraints:      64864
2071.89/2080.24	c #Conflicts:    6047000 | #Constraints:      65864
2071.89/2080.24	c #Conflicts:    6048000 | #Constraints:      66864
2071.89/2080.24	c #Conflicts:    6049000 | #Constraints:      67864
2071.89/2080.24	c #Conflicts:    6050000 | #Constraints:      68864
2071.89/2080.24	c #Conflicts:    6051000 | #Constraints:      69864
2071.89/2080.24	c #Conflicts:    6052000 | #Constraints:      70864
2071.89/2080.24	c #Conflicts:    6053000 | #Constraints:      71864
2071.89/2080.24	c #Conflicts:    6054000 | #Constraints:      72864
2071.89/2080.24	c #Conflicts:    6055000 | #Constraints:      73864
2071.89/2080.24	c #Conflicts:    6056000 | #Constraints:      74864
2071.89/2080.24	c #Conflicts:    6057000 | #Constraints:      75864
2071.89/2080.24	c #Conflicts:    6058000 | #Constraints:      76864
2071.89/2080.24	c #Conflicts:    6059000 | #Constraints:      77864
2071.89/2080.24	c #Conflicts:    6060000 | #Constraints:      78864
2071.89/2080.24	c #Conflicts:    6061000 | #Constraints:      79864
2071.89/2080.24	c #Conflicts:    6062000 | #Constraints:      80864
2071.89/2080.24	c #Conflicts:    6063000 | #Constraints:      81864
2071.89/2080.24	c #Conflicts:    6064000 | #Constraints:      82864
2071.89/2080.24	c #Conflicts:    6065000 | #Constraints:      83864
2071.89/2080.24	c #Conflicts:    6066000 | #Constraints:      84864
2071.89/2080.24	c #Conflicts:    6067000 | #Constraints:      85864
2071.89/2080.24	c #Conflicts:    6068000 | #Constraints:      86864
2071.89/2080.24	c #Conflicts:    6069000 | #Constraints:      87864
2071.89/2080.24	c #Conflicts:    6070000 | #Constraints:      88864
2071.89/2080.24	c #Conflicts:    6071000 | #Constraints:      89864
2109.46/2117.92	c #Conflicts:    6072000 | #Constraints:      90864
2109.46/2117.92	c #Conflicts:    6073000 | #Constraints:      91864
2109.46/2117.92	c #Conflicts:    6074000 | #Constraints:      92864
2109.46/2117.92	c #Conflicts:    6075000 | #Constraints:      93864
2109.46/2117.92	c #Conflicts:    6076000 | #Constraints:      94864
2109.46/2117.92	c #Conflicts:    6077000 | #Constraints:      95864
2109.46/2117.92	c #Conflicts:    6078000 | #Constraints:      96864
2109.46/2117.92	c #Conflicts:    6079000 | #Constraints:      97864
2109.46/2117.92	c #Conflicts:    6080000 | #Constraints:      98864
2109.46/2117.92	c #Conflicts:    6081000 | #Constraints:      99864
2109.46/2117.92	c #Conflicts:    6082000 | #Constraints:     100864
2109.46/2117.92	c #Conflicts:    6083000 | #Constraints:     101864
2109.46/2117.92	c #Conflicts:    6084000 | #Constraints:     102864
2109.46/2117.92	c #Conflicts:    6085000 | #Constraints:     103864
2109.46/2117.92	c #Conflicts:    6086000 | #Constraints:     104864
2109.46/2117.92	c #Conflicts:    6087000 | #Constraints:     105864
2109.46/2117.92	c #Conflicts:    6088000 | #Constraints:     106864
2109.46/2117.92	c #Conflicts:    6089000 | #Constraints:     107864
2109.46/2117.92	c #Conflicts:    6090000 | #Constraints:     108864
2109.46/2117.92	c #Conflicts:    6091000 | #Constraints:     109864
2109.46/2117.92	c #Conflicts:    6092000 | #Constraints:     110864
2109.46/2117.92	c #Conflicts:    6093000 | #Constraints:     111864
2109.46/2117.92	c #Conflicts:    6094000 | #Constraints:     112864
2109.46/2117.92	c #Conflicts:    6095000 | #Constraints:     113864
2109.46/2117.92	c #Conflicts:    6096000 | #Constraints:     114864
2109.46/2117.92	c #Conflicts:    6097000 | #Constraints:     115864
2109.46/2117.92	c #Conflicts:    6098000 | #Constraints:     116864
2109.46/2117.92	c #Conflicts:    6099000 | #Constraints:     117864
2109.46/2117.92	c #Conflicts:    6100000 | #Constraints:     118864
2109.46/2117.92	c #Conflicts:    6101000 | #Constraints:     119864
2109.46/2117.92	c #Conflicts:    6102000 | #Constraints:     120864
2109.46/2117.92	c #Conflicts:    6103000 | #Constraints:     121864
2109.46/2117.92	c #Conflicts:    6104000 | #Constraints:     122864
2109.46/2117.92	c #Conflicts:    6105000 | #Constraints:     123864
2109.46/2117.92	c #Conflicts:    6106000 | #Constraints:     124864
2109.46/2117.92	c #Conflicts:    6107000 | #Constraints:     125864
2109.46/2117.92	c #Conflicts:    6108000 | #Constraints:     126864
2109.46/2117.92	c #Conflicts:    6109000 | #Constraints:     127864
2109.46/2117.92	c #Conflicts:    6110000 | #Constraints:     128864
2109.46/2117.92	c #Conflicts:    6111000 | #Constraints:     129864
2109.46/2117.92	c #Conflicts:    6112000 | #Constraints:     130864
2109.46/2117.92	c #Conflicts:    6113000 | #Constraints:     131864
2109.46/2117.92	c #Conflicts:    6114000 | #Constraints:     132864
2109.46/2117.92	c #Conflicts:    6115000 | #Constraints:     133864
2109.46/2117.92	c #Conflicts:    6116000 | #Constraints:     134864
2109.46/2117.92	c #Conflicts:    6117000 | #Constraints:     135864
2109.46/2117.92	c #Conflicts:    6118000 | #Constraints:     136864
2109.46/2117.92	c #Conflicts:    6119000 | #Constraints:     137864
2109.46/2117.92	c #Conflicts:    6120000 | #Constraints:     138864
2109.46/2117.92	c #Conflicts:    6121000 | #Constraints:     139864
2109.46/2117.92	c #Conflicts:    6122000 | #Constraints:     140864
2109.46/2117.92	c #Conflicts:    6123000 | #Constraints:     141864
2109.46/2117.92	c #Conflicts:    6124000 | #Constraints:     142864
2109.46/2117.92	c #Conflicts:    6125000 | #Constraints:     143864
2109.46/2117.92	c #Conflicts:    6126000 | #Constraints:     144864
2109.46/2117.92	c #Conflicts:    6127000 | #Constraints:     145864
2109.46/2117.92	c #Conflicts:    6128000 | #Constraints:     146864
2109.46/2117.92	c #Conflicts:    6129000 | #Constraints:     147864
2109.46/2117.92	c #Conflicts:    6130000 | #Constraints:     148864
2109.46/2117.92	c #Conflicts:    6131000 | #Constraints:     149864
2109.46/2117.92	c #Conflicts:    6132000 | #Constraints:     150864
2109.46/2117.92	c #Conflicts:    6133000 | #Constraints:     151864
2109.46/2117.92	c #Conflicts:    6134000 | #Constraints:     152864
2109.46/2117.92	c #Conflicts:    6135000 | #Constraints:     153864
2109.46/2117.92	c #Conflicts:    6136000 | #Constraints:     154864
2109.46/2117.92	c #Conflicts:    6137000 | #Constraints:     155864
2109.46/2117.92	c #Conflicts:    6138000 | #Constraints:     156864
2109.46/2117.92	c #Conflicts:    6139000 | #Constraints:     157864
2109.46/2117.92	c #Conflicts:    6140000 | #Constraints:     158864
2109.46/2117.92	c #Conflicts:    6141000 | #Constraints:     159864
2109.46/2117.92	c #Conflicts:    6142000 | #Constraints:     160864
2109.46/2117.92	c #Conflicts:    6143000 | #Constraints:     161864
2109.46/2117.92	c #Conflicts:    6144000 | #Constraints:     162864
2109.46/2117.92	c #Conflicts:    6145000 | #Constraints:     163864
2109.46/2117.92	c #Conflicts:    6146000 | #Constraints:     164864
2109.46/2117.92	c #Conflicts:    6147000 | #Constraints:     165864
2109.46/2117.92	c #Conflicts:    6148000 | #Constraints:     166864
2109.46/2117.92	c #Conflicts:    6149000 | #Constraints:     167864
2148.83/2157.46	c #Conflicts:    6150000 | #Constraints:     168864
2148.83/2157.46	c #Conflicts:    6151000 | #Constraints:     169864
2148.83/2157.46	c #Conflicts:    6152000 | #Constraints:     170864
2148.83/2157.46	c #Conflicts:    6153000 | #Constraints:     171864
2148.83/2157.46	c #Conflicts:    6154000 | #Constraints:     172864
2148.83/2157.46	c #Conflicts:    6155000 | #Constraints:     173864
2148.83/2157.46	c #Conflicts:    6156000 | #Constraints:     174864
2148.83/2157.46	c #Conflicts:    6157000 | #Constraints:     175864
2148.83/2157.46	c #Conflicts:    6158000 | #Constraints:     176864
2148.83/2157.46	c #Conflicts:    6159000 | #Constraints:     177864
2148.83/2157.46	c #Conflicts:    6160000 | #Constraints:     178864
2148.83/2157.46	c #Conflicts:    6161000 | #Constraints:     179864
2148.83/2157.46	c #Conflicts:    6162000 | #Constraints:     180864
2148.83/2157.46	c #Conflicts:    6163000 | #Constraints:     181864
2148.83/2157.46	c #Conflicts:    6164000 | #Constraints:     182864
2148.83/2157.46	c #Conflicts:    6165000 | #Constraints:     183864
2148.83/2157.46	c #Conflicts:    6166000 | #Constraints:     184864
2148.83/2157.46	c #Conflicts:    6167000 | #Constraints:     185864
2148.83/2157.46	c #Conflicts:    6168000 | #Constraints:     186864
2148.83/2157.46	c #Conflicts:    6169000 | #Constraints:     187864
2148.83/2157.46	c #Conflicts:    6170000 | #Constraints:     188864
2148.83/2157.46	c #Conflicts:    6171000 | #Constraints:     189864
2148.83/2157.46	c #Conflicts:    6172000 | #Constraints:     190864
2148.83/2157.46	c #Conflicts:    6173000 | #Constraints:     191864
2148.83/2157.46	c #Conflicts:    6174000 | #Constraints:     192864
2148.83/2157.46	c #Conflicts:    6175000 | #Constraints:     193864
2148.83/2157.46	c #Conflicts:    6176000 | #Constraints:     194864
2148.83/2157.46	c #Conflicts:    6177000 | #Constraints:     195864
2148.83/2157.46	c #Conflicts:    6178000 | #Constraints:     196864
2148.83/2157.46	c #Conflicts:    6179000 | #Constraints:     197864
2148.83/2157.46	c #Conflicts:    6180000 | #Constraints:     198864
2148.83/2157.46	c #Conflicts:    6181000 | #Constraints:     199864
2148.83/2157.46	c #Conflicts:    6182000 | #Constraints:     200864
2148.83/2157.46	c #Conflicts:    6183000 | #Constraints:     201865
2148.83/2157.46	c #Conflicts:    6184000 | #Constraints:     202865
2148.83/2157.46	c #Conflicts:    6185000 | #Constraints:     203865
2148.83/2157.46	c #Conflicts:    6186000 | #Constraints:     204865
2148.83/2157.46	c #Conflicts:    6187000 | #Constraints:     205865
2148.83/2157.46	c #Conflicts:    6188000 | #Constraints:     206865
2148.83/2157.46	c #Conflicts:    6189000 | #Constraints:     207865
2148.83/2157.46	c #Conflicts:    6190000 | #Constraints:     208865
2148.83/2157.46	c #Conflicts:    6191000 | #Constraints:     209865
2148.83/2157.46	c #Conflicts:    6192000 | #Constraints:     210865
2148.83/2157.46	c #Conflicts:    6193000 | #Constraints:     211865
2148.83/2157.46	c #Conflicts:    6194000 | #Constraints:     212865
2148.83/2157.46	c #Conflicts:    6195000 | #Constraints:     213865
2148.83/2157.46	c #Conflicts:    6196000 | #Constraints:     214865
2148.83/2157.46	c #Conflicts:    6197000 | #Constraints:     215866
2148.83/2157.46	c #Conflicts:    6198000 | #Constraints:     216866
2148.83/2157.46	c #Conflicts:    6199000 | #Constraints:     217866
2148.83/2157.46	c #Conflicts:    6200000 | #Constraints:     218866
2148.83/2157.46	c #Conflicts:    6201000 | #Constraints:     219866
2148.83/2157.46	WSVECS04 Frhs2[48]: 6 0 3.68557 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[49]: 6 0 3.17778 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[50]: 6 -1.8957 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[52]: 6 0 1.88514 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[56]: 6 0 1.29802 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[78]: 6 0 0.350505 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[80]: 6 0 0.199488 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[82]: 6 -0.885071 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[96]: 6 0 1.17105 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[127]: 6 0 0.0165946 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[133]: 6 -1.00008 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[156]: 6 0 1.66771 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[165]: 6 0 7.016 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[185]: 6 0 1.00003 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[195]: 6 0 1.01468 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[200]: 6 -0.325642 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[205]: 6 0 7.01604 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[206]: 6 0 1.21809 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[245]: 6 0 7.98412 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[250]: 6 0 1.20604 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[254]: 6 -0.00828667 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[263]: 6 -1.52729 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[266]: 6 0 1.00005 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[273]: 6 0 2.40287 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[275]: 6 0 1.01468 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[281]: 6 0 1.00002 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[285]: 6 0 1.69715 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[289]: 6 -1.54655 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[290]: 6 0 1.27442 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[321]: 6 0 1.00003 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[330]: 6 0 1.27437 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[353]: 6 0 2.40286 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[393]: 6 0 2.40291 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[402]: 6 0 1.00005 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[414]: 6 0 0.00482677 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[423]: 6 0 0.368778 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[494]: 6 -0.0130059 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[503]: 6 0 0.191941 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[507]: 6 0 0.382689 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[518]: 6 0 0.352353 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[563]: 6 -0.663497 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[583]: 6 0 0.191955 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[611]: 6 0 1.00002 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[623]: 6 0 0.191976 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[636]: 6 0 1.66775 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[663]: 6 0 0.191931 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[676]: 6 0 1.66777 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[680]: 6 -0.169284 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[730]: 6 0 0.661648 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[739]: 6 0 0.000278099 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[803]: 6 0 0.189956 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[827]: 6 0 0.382697 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[850]: 6 0 2.8102 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[863]: 6 0 1.00854 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[875]: 6 0 1.01472 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[906]: 6 0 0.469007 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[947]: 6 0 0.503333 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[958]: 6 0 1.89937 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[993]: 6 0 2.40293 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1003]: 6 0 0.893393 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1007]: 6 0 0.0868376 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1032]: 6 -1.00003 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1033]: 6 0 2.40286 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1094]: 6 0 0.363516 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1166]: 6 0 1.21809 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1210]: 6 0 1.97265 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1214]: 6 0 0.0228265 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1250]: 6 -0.972708 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1252]: 6 -0.0130075 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1272]: 6 0 1.00005 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1276]: 6 0 1.66771 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1282]: 6 -1.00003 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1286]: 6 0 1.21811 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1303]: 6 0 0.179917 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1326]: 6 0 1.21814 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1332]: 6 -0.0130422 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1414]: 6 -0.0092934 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1430]: 6 -0.031827 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1444]: 6 0 1.20303 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1450]: 6 -0.972652 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1453]: 6 -1.00008 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1459]: 6 0 2.2596 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1486]: 6 0 1.2181 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1499]: 6 0 2.27493 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1524]: 6 0 0.448456 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1526]: 6 0 1.21808 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1555]: 6 0 1.01469 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1566]: 6 0 1.21807 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1567]: 6 0 0.0166298 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1607]: 6 0 0.00836224 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1636]: 6 0 1.66774 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1643]: 6 0 1.89337 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1652]: 6 -0.0130109 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1706]: 6 -0.469056 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1723]: 6 -1.00007 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1724]: 6 -1.00009 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1725]: 6 -1.00003 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1726]: 6 -1.00008 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1727]: 6 -1.00004 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1795]: 6 0 0.859677 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1849]: 6 0 1.89424 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1868]: 6 -1.00003 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1869]: 6 -1.00007 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1870]: 6 -2.00004 0 shouldn't be
2148.83/2157.46	WSVECS04 Frhs2[1877]: 6 -0.0130609 0 shouldn't be
2230.59/2239.47	c #Conflicts:    6202000 | #Constraints:     220867
2230.59/2239.47	c #Conflicts:    6203000 | #Constraints:     221867
2230.59/2239.47	c #Conflicts:    6204000 | #Constraints:     222867
2230.59/2239.47	c #Conflicts:    6205000 | #Constraints:     223867
2230.59/2239.47	c #Conflicts:    6206000 | #Constraints:     224867
2230.59/2239.47	c #Conflicts:    6207000 | #Constraints:     225867
2230.59/2239.47	c #Conflicts:    6208000 | #Constraints:     226867
2230.59/2239.47	c #Conflicts:    6209000 | #Constraints:     227867
2230.59/2239.47	c #Conflicts:    6210000 | #Constraints:     228867
2230.59/2239.47	c #Conflicts:    6211000 | #Constraints:     229867
2230.59/2239.47	c #Conflicts:    6212000 | #Constraints:     230867
2230.59/2239.47	c #Conflicts:    6213000 | #Constraints:     231867
2230.59/2239.47	c #Conflicts:    6214000 | #Constraints:     232867
2230.59/2239.47	c #Conflicts:    6215000 | #Constraints:     233867
2230.59/2239.47	c #Conflicts:    6216000 | #Constraints:     234867
2230.59/2239.47	c #Conflicts:    6217000 | #Constraints:     235867
2230.59/2239.47	c #Conflicts:    6218000 | #Constraints:     236867
2230.59/2239.47	c #Conflicts:    6219000 | #Constraints:     237867
2230.59/2239.47	c #Conflicts:    6220000 | #Constraints:     238867
2230.59/2239.47	c #Conflicts:    6221000 | #Constraints:     239867
2230.59/2239.47	c #Conflicts:    6222000 | #Constraints:     240867
2230.59/2239.47	c #Conflicts:    6223000 | #Constraints:     241867
2230.59/2239.47	c #Conflicts:    6224000 | #Constraints:     242867
2230.59/2239.47	c #Conflicts:    6225000 | #Constraints:     243867
2230.59/2239.47	c #Conflicts:    6226000 | #Constraints:     244867
2230.59/2239.47	c #Conflicts:    6227000 | #Constraints:     245867
2230.59/2239.47	c #Conflicts:    6228000 | #Constraints:     246867
2230.59/2239.47	c #Conflicts:    6229000 | #Constraints:     247867
2230.59/2239.47	c #Conflicts:    6230000 | #Constraints:     248867
2230.59/2239.47	c #Conflicts:    6231000 | #Constraints:     249867
2230.59/2239.47	c #Conflicts:    6232000 | #Constraints:     250867
2230.59/2239.47	c #Conflicts:    6233000 | #Constraints:     251867
2230.59/2239.47	c #Conflicts:    6234000 | #Constraints:     252867
2230.59/2239.47	c #Conflicts:    6235000 | #Constraints:     253867
2230.59/2239.47	c #Conflicts:    6236000 | #Constraints:     254867
2230.59/2239.47	c #Conflicts:    6237000 | #Constraints:     255867
2230.59/2239.47	c #Conflicts:    6238000 | #Constraints:     256868
2230.59/2239.47	c #Conflicts:    6239000 | #Constraints:     257868
2230.59/2239.47	c #Conflicts:    6240000 | #Constraints:     258868
2230.59/2239.47	c #Conflicts:    6241000 | #Constraints:     259868
2230.59/2239.47	c #Conflicts:    6242000 | #Constraints:     260868
2230.59/2239.47	c #Conflicts:    6243000 | #Constraints:     261868
2230.59/2239.47	c #Conflicts:    6244000 | #Constraints:     262868
2230.59/2239.47	c #Conflicts:    6245000 | #Constraints:     263868
2230.59/2239.47	c #Conflicts:    6246000 | #Constraints:     264868
2230.59/2239.47	c #Conflicts:    6247000 | #Constraints:     265869
2230.59/2239.47	c #Conflicts:    6248000 | #Constraints:     266869
2230.59/2239.47	c #Conflicts:    6249000 | #Constraints:     267869
2230.59/2239.47	c #Conflicts:    6250000 | #Constraints:     268869
2230.59/2239.47	c #Conflicts:    6251000 | #Constraints:     269869
2230.59/2239.47	c #Conflicts:    6252000 | #Constraints:     270870
2230.59/2239.47	c #Conflicts:    6253000 | #Constraints:     271870
2230.59/2239.47	c #Conflicts:    6254000 | #Constraints:     272870
2230.59/2239.47	c #Conflicts:    6255000 | #Constraints:     273870
2230.59/2239.47	c #Conflicts:    6256000 | #Constraints:     274870
2230.59/2239.47	c #Conflicts:    6257000 | #Constraints:     275871
2230.59/2239.47	c #Conflicts:    6258000 | #Constraints:     276871
2230.59/2239.47	c #Conflicts:    6259000 | #Constraints:     277871
2230.59/2239.47	c #Conflicts:    6260000 | #Constraints:     278871
2230.59/2239.47	c #Conflicts:    6261000 | #Constraints:     279871
2230.59/2239.47	c #Conflicts:    6262000 | #Constraints:     280872
2230.59/2239.47	c #Conflicts:    6263000 | #Constraints:     281872
2230.59/2239.47	c #Conflicts:    6264000 | #Constraints:     282872
2230.59/2239.47	c #Conflicts:    6265000 | #Constraints:     283872
2230.59/2239.47	c #Conflicts:    6266000 | #Constraints:     284872
2230.59/2239.47	c #Conflicts:    6267000 | #Constraints:     285872
2230.59/2239.47	c #Conflicts:    6268000 | #Constraints:     286872
2230.59/2239.47	c #Conflicts:    6269000 | #Constraints:     287872
2230.59/2239.47	c #Conflicts:    6270000 | #Constraints:     288872
2230.59/2239.47	c #Conflicts:    6271000 | #Constraints:     289872
2230.59/2239.47	c #Conflicts:    6272000 | #Constraints:     290872
2230.59/2239.47	c #Conflicts:    6273000 | #Constraints:     291872
2230.59/2239.47	c #Conflicts:    6274000 | #Constraints:     292872
2230.59/2239.47	c #Conflicts:    6275000 | #Constraints:     293872
2230.59/2239.47	c #Conflicts:    6276000 | #Constraints:     294872
2230.59/2239.47	c #Conflicts:    6277000 | #Constraints:     295872
2230.59/2239.47	c #Conflicts:    6278000 | #Constraints:     296872
2230.59/2239.47	c #Conflicts:    6279000 | #Constraints:     297872
2230.59/2239.47	c #Conflicts:    6280000 | #Constraints:     298872
2268.18/2277.19	c #Conflicts:    6281000 | #Constraints:     299872
2268.18/2277.19	c #Conflicts:    6282000 | #Constraints:     300872
2268.18/2277.19	c #Conflicts:    6283000 | #Constraints:     301872
2268.18/2277.19	c INPROCESSING
2268.18/2277.19	c GARBAGE COLLECT
2268.18/2277.19	c #Conflicts:    6284000 | #Constraints:     155955
2268.18/2277.19	c #Conflicts:    6285000 | #Constraints:     156955
2268.18/2277.19	c #Conflicts:    6286000 | #Constraints:     157955
2268.18/2277.19	c #Conflicts:    6287000 | #Constraints:     158955
2268.18/2277.19	c #Conflicts:    6288000 | #Constraints:     159955
2268.18/2277.19	c #Conflicts:    6289000 | #Constraints:     160955
2268.18/2277.19	c #Conflicts:    6290000 | #Constraints:     161955
2268.18/2277.19	c #Conflicts:    6291000 | #Constraints:     162955
2268.18/2277.19	c #Conflicts:    6292000 | #Constraints:     163955
2268.18/2277.19	c #Conflicts:    6293000 | #Constraints:     164955
2268.18/2277.19	c #Conflicts:    6294000 | #Constraints:     165955
2268.18/2277.19	c #Conflicts:    6295000 | #Constraints:     166955
2268.18/2277.19	c #Conflicts:    6296000 | #Constraints:     167955
2268.18/2277.19	c #Conflicts:    6297000 | #Constraints:     168955
2268.18/2277.19	c #Conflicts:    6298000 | #Constraints:     169955
2268.18/2277.19	c #Conflicts:    6299000 | #Constraints:     170955
2268.18/2277.19	c #Conflicts:    6300000 | #Constraints:     171955
2268.18/2277.19	c #Conflicts:    6301000 | #Constraints:     172955
2268.18/2277.19	c #Conflicts:    6302000 | #Constraints:     173955
2268.18/2277.19	c #Conflicts:    6303000 | #Constraints:     174955
2268.18/2277.19	c #Conflicts:    6304000 | #Constraints:     175955
2268.18/2277.19	c #Conflicts:    6305000 | #Constraints:     176955
2268.18/2277.19	c #Conflicts:    6306000 | #Constraints:     177955
2268.18/2277.19	c #Conflicts:    6307000 | #Constraints:     178955
2268.18/2277.19	c #Conflicts:    6308000 | #Constraints:     179955
2268.18/2277.19	c #Conflicts:    6309000 | #Constraints:     180955
2268.18/2277.19	c #Conflicts:    6310000 | #Constraints:     181955
2268.18/2277.19	c #Conflicts:    6311000 | #Constraints:     182955
2268.18/2277.19	c #Conflicts:    6312000 | #Constraints:     183955
2268.18/2277.19	c #Conflicts:    6313000 | #Constraints:     184955
2268.18/2277.19	c #Conflicts:    6314000 | #Constraints:     185955
2268.18/2277.19	c #Conflicts:    6315000 | #Constraints:     186955
2268.18/2277.19	c #Conflicts:    6316000 | #Constraints:     187955
2268.18/2277.19	c #Conflicts:    6317000 | #Constraints:     188955
2268.18/2277.19	c #Conflicts:    6318000 | #Constraints:     189955
2268.18/2277.19	c #Conflicts:    6319000 | #Constraints:     190955
2268.18/2277.19	c #Conflicts:    6320000 | #Constraints:     191955
2268.18/2277.19	c #Conflicts:    6321000 | #Constraints:     192955
2268.18/2277.19	c #Conflicts:    6322000 | #Constraints:     193955
2268.18/2277.19	c #Conflicts:    6323000 | #Constraints:     194955
2268.18/2277.19	c #Conflicts:    6324000 | #Constraints:     195955
2268.18/2277.19	c #Conflicts:    6325000 | #Constraints:     196955
2268.18/2277.19	c #Conflicts:    6326000 | #Constraints:     197955
2268.18/2277.19	c #Conflicts:    6327000 | #Constraints:     198955
2268.18/2277.19	c #Conflicts:    6328000 | #Constraints:     199955
2268.18/2277.19	c #Conflicts:    6329000 | #Constraints:     200955
2268.18/2277.19	c #Conflicts:    6330000 | #Constraints:     201955
2268.18/2277.19	c #Conflicts:    6331000 | #Constraints:     202955
2268.18/2277.19	c #Conflicts:    6332000 | #Constraints:     203955
2268.18/2277.19	c #Conflicts:    6333000 | #Constraints:     204955
2268.18/2277.19	c #Conflicts:    6334000 | #Constraints:     205955
2268.18/2277.19	c INPROCESSING
2268.18/2277.19	c GARBAGE COLLECT
2268.18/2277.19	c rational objective 327.608
2287.42/2296.49	c #Conflicts:    6335000 | #Constraints:     108063
2287.42/2296.49	c #Conflicts:    6336000 | #Constraints:     109063
2287.42/2296.49	c #Conflicts:    6337000 | #Constraints:     110063
2287.42/2296.49	c #Conflicts:    6338000 | #Constraints:     111063
2287.42/2296.49	c #Conflicts:    6339000 | #Constraints:     112063
2287.42/2296.49	c #Conflicts:    6340000 | #Constraints:     113063
2287.42/2296.49	c #Conflicts:    6341000 | #Constraints:     114063
2287.42/2296.49	c #Conflicts:    6342000 | #Constraints:     115063
2287.42/2296.49	c #Conflicts:    6343000 | #Constraints:     116063
2287.42/2296.49	c #Conflicts:    6344000 | #Constraints:     117063
2287.42/2296.49	c #Conflicts:    6345000 | #Constraints:     118063
2287.42/2296.49	c #Conflicts:    6346000 | #Constraints:     119063
2287.42/2296.49	c #Conflicts:    6347000 | #Constraints:     120063
2287.42/2296.49	c #Conflicts:    6348000 | #Constraints:     121063
2287.42/2296.49	c #Conflicts:    6349000 | #Constraints:     122063
2287.42/2296.49	c #Conflicts:    6350000 | #Constraints:     123063
2287.42/2296.49	c #Conflicts:    6351000 | #Constraints:     124063
2287.42/2296.49	c #Conflicts:    6352000 | #Constraints:     125063
2287.42/2296.49	c #Conflicts:    6353000 | #Constraints:     126063
2287.42/2296.49	c #Conflicts:    6354000 | #Constraints:     127063
2287.42/2296.49	c #Conflicts:    6355000 | #Constraints:     128063
2287.42/2296.49	c #Conflicts:    6356000 | #Constraints:     129064
2287.42/2296.49	c #Conflicts:    6357000 | #Constraints:     130064
2287.42/2296.49	c #Conflicts:    6358000 | #Constraints:     131064
2287.42/2296.49	c #Conflicts:    6359000 | #Constraints:     132064
2287.42/2296.49	c #Conflicts:    6360000 | #Constraints:     133064
2287.42/2296.49	c #Conflicts:    6361000 | #Constraints:     134064
2287.42/2296.49	c #Conflicts:    6362000 | #Constraints:     135064
2287.42/2296.49	c #Conflicts:    6363000 | #Constraints:     136064
2287.42/2296.49	c #Conflicts:    6364000 | #Constraints:     137064
2287.42/2296.49	c #Conflicts:    6365000 | #Constraints:     138064
2287.42/2296.49	c #Conflicts:    6366000 | #Constraints:     139064
2287.42/2296.49	c #Conflicts:    6367000 | #Constraints:     140064
2287.42/2296.49	c #Conflicts:    6368000 | #Constraints:     141064
2287.42/2296.49	c #Conflicts:    6369000 | #Constraints:     142064
2287.42/2296.49	c #Conflicts:    6370000 | #Constraints:     143064
2287.42/2296.49	c #Conflicts:    6371000 | #Constraints:     144064
2287.42/2296.49	c #Conflicts:    6372000 | #Constraints:     145064
2287.42/2296.49	c #Conflicts:    6373000 | #Constraints:     146064
2287.42/2296.49	c #Conflicts:    6374000 | #Constraints:     147064
2287.42/2296.49	c #Conflicts:    6375000 | #Constraints:     148064
2287.42/2296.49	c #Conflicts:    6376000 | #Constraints:     149064
2287.42/2296.49	c #Conflicts:    6377000 | #Constraints:     150064
2287.42/2296.49	c #Conflicts:    6378000 | #Constraints:     151064
2287.42/2296.49	c #Conflicts:    6379000 | #Constraints:     152064
2287.42/2296.49	c #Conflicts:    6380000 | #Constraints:     153064
2287.42/2296.49	c #Conflicts:    6381000 | #Constraints:     154064
2287.42/2296.49	c #Conflicts:    6382000 | #Constraints:     155064
2287.42/2296.49	c #Conflicts:    6383000 | #Constraints:     156064
2287.42/2296.49	c #Conflicts:    6384000 | #Constraints:     157064
2287.42/2296.49	c #Conflicts:    6385000 | #Constraints:     158064
2287.42/2296.49	c INPROCESSING
2287.42/2296.49	c GARBAGE COLLECT
2287.42/2296.49	WSVECS04 Frhs2[10]: 6 -2.42916 0 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[18]: 6 -2.42915 0 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[23]: 6 -2.42916 0 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[41]: 6 -2.42915 0 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[64]: 6 -185.745 0 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[65]: 6 -187.745 0 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[70]: 6 -52.6556 0 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[71]: 6 -138.183 0 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[73]: 6 0 5.76016 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[74]: 6 -84.4866 0 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[79]: 6 0 71.2936 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[80]: 6 -83.217 0 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[111]: 6 0 3.91935 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[116]: 6 0 95.8242 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[151]: 6 0 3.91935 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[209]: 6 0 32.8637 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[287]: 6 0 11.1279 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[365]: 6 0 0.527426 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[404]: 6 0 54.674 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[490]: 6 0 44.4103 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[503]: 6 0 7.9737 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[504]: 6 0 1.00008 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[506]: 6 0 96.1389 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[514]: 6 0 124.385 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[640]: 6 0 15.5155 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[718]: 6 0 186.995 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[736]: 6 0 97.6324 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[765]: 6 0 2.93254 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[904]: 6 0 1.38213 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[913]: 6 0 8.65527 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[920]: 6 0 70.2157 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[934]: 6 0 49.2093 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[936]: 6 0 97.6324 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[969]: 6 0 51.9769 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[970]: 6 0 95.8137 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1126]: 6 0 1.00005 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1165]: 6 0 0.527438 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1186]: 6 0 96.139 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1203]: 6 0 39.5704 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1243]: 6 0 39.597 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1245]: 6 0 3.75249 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1264]: 6 0 1.00009 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1276]: 6 0 95.8242 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1283]: 6 0 40.5969 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1286]: 6 0 50.3435 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1299]: 6 0 92.988 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1304]: 6 0 1.00002 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1308]: 6 0 135.745 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1313]: 6 0 8.65523 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1353]: 6 0 8.65529 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1393]: 6 0 8.6553 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1406]: 6 0 1.00008 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1444]: 6 -50.5353 0 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1446]: 6 0 1.00003 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1472]: 6 0 23.5811 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1508]: 6 0 40.7789 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1547]: 6 0 135.396 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1627]: 6 0 135.396 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1635]: 6 0 73.0332 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1674]: 6 0 0.103084 shouldn't be
2287.42/2296.49	WSVECS04 Frhs2[1741]: 6 -52.0763 0 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[41]: 6 -2.42913 0 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[64]: 6 -185.745 0 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[65]: 6 -187.745 0 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[70]: 6 -52.6556 0 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[71]: 6 -138.183 0 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[73]: 6 0 5.76012 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[76]: 6 -56.5643 0 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[79]: 6 0 71.2935 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[80]: 6 -83.2169 0 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[151]: 6 0 3.91933 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[209]: 6 0 32.8637 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[365]: 6 0 0.527373 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[443]: 6 0 0.00897977 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[483]: 6 0 0.00898009 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[490]: 6 0 44.4102 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[503]: 6 0 7.97367 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[504]: 6 0 1 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[506]: 6 0 96.1389 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[513]: 6 0 235.335 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[518]: 6 0 186.995 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[521]: 6 0 15.8887 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[640]: 6 0 15.5154 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[718]: 6 0 186.995 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[765]: 6 0 2.93246 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[904]: 6 0 1.38211 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[934]: 6 0 49.2093 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[943]: 6 0 0.160052 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[969]: 6 0 51.9769 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[970]: 6 0 95.8136 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[974]: 6 0 49.2528 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[1108]: 6 0 37.1092 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[1165]: 6 0 0.527373 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[1186]: 6 0 96.1389 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[1203]: 6 0 39.5704 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[1247]: 6 0 54.0262 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[1298]: 6 0 1 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[1299]: 6 0 92.988 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[1304]: 6 0 1 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[1308]: 6 0 135.745 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[1353]: 6 0 8.6552 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[1406]: 6 0 1 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[1444]: 6 -50.5353 0 shouldn't be
2287.71/2296.74	WSVECS04 Frhs2[1508]: 6 0 40.7788 shouldn't be
2307.21/2316.37	c #Conflicts:    6386000 | #Constraints:      84069
2307.21/2316.37	c #Conflicts:    6387000 | #Constraints:      85069
2307.21/2316.37	c #Conflicts:    6388000 | #Constraints:      86069
2307.21/2316.37	c #Conflicts:    6389000 | #Constraints:      87069
2307.21/2316.37	c #Conflicts:    6390000 | #Constraints:      88069
2307.21/2316.37	c #Conflicts:    6391000 | #Constraints:      89069
2307.21/2316.37	c #Conflicts:    6392000 | #Constraints:      90069
2307.21/2316.37	c #Conflicts:    6393000 | #Constraints:      91069
2307.21/2316.37	c #Conflicts:    6394000 | #Constraints:      92069
2307.21/2316.37	c #Conflicts:    6395000 | #Constraints:      93069
2307.21/2316.37	c #Conflicts:    6396000 | #Constraints:      94069
2307.21/2316.37	c #Conflicts:    6397000 | #Constraints:      95069
2307.21/2316.37	c #Conflicts:    6398000 | #Constraints:      96069
2307.21/2316.37	c #Conflicts:    6399000 | #Constraints:      97069
2307.21/2316.37	c #Conflicts:    6400000 | #Constraints:      98069
2307.21/2316.37	c #Conflicts:    6401000 | #Constraints:      99070
2307.21/2316.37	c #Conflicts:    6402000 | #Constraints:     100070
2307.21/2316.37	c #Conflicts:    6403000 | #Constraints:     101070
2307.21/2316.37	c #Conflicts:    6404000 | #Constraints:     102070
2307.21/2316.37	c #Conflicts:    6405000 | #Constraints:     103070
2307.21/2316.37	c #Conflicts:    6406000 | #Constraints:     104070
2307.21/2316.37	c #Conflicts:    6407000 | #Constraints:     105070
2307.21/2316.37	c #Conflicts:    6408000 | #Constraints:     106070
2307.21/2316.37	c #Conflicts:    6409000 | #Constraints:     107070
2307.21/2316.37	c #Conflicts:    6410000 | #Constraints:     108070
2307.21/2316.37	c #Conflicts:    6411000 | #Constraints:     109070
2307.21/2316.37	c #Conflicts:    6412000 | #Constraints:     110070
2307.21/2316.37	c #Conflicts:    6413000 | #Constraints:     111070
2307.21/2316.37	c #Conflicts:    6414000 | #Constraints:     112070
2307.21/2316.37	c #Conflicts:    6415000 | #Constraints:     113070
2307.21/2316.37	c #Conflicts:    6416000 | #Constraints:     114070
2307.21/2316.37	c #Conflicts:    6417000 | #Constraints:     115070
2307.21/2316.37	c #Conflicts:    6418000 | #Constraints:     116070
2307.21/2316.37	c #Conflicts:    6419000 | #Constraints:     117070
2307.21/2316.37	c #Conflicts:    6420000 | #Constraints:     118070
2307.21/2316.37	c #Conflicts:    6421000 | #Constraints:     119070
2307.21/2316.37	c #Conflicts:    6422000 | #Constraints:     120070
2307.21/2316.37	c #Conflicts:    6423000 | #Constraints:     121070
2307.21/2316.37	c #Conflicts:    6424000 | #Constraints:     122070
2307.21/2316.37	c #Conflicts:    6425000 | #Constraints:     123070
2307.21/2316.37	c #Conflicts:    6426000 | #Constraints:     124070
2307.21/2316.37	c #Conflicts:    6427000 | #Constraints:     125070
2307.21/2316.37	c #Conflicts:    6428000 | #Constraints:     126070
2307.21/2316.37	c #Conflicts:    6429000 | #Constraints:     127070
2307.21/2316.37	c #Conflicts:    6430000 | #Constraints:     128070
2307.21/2316.37	c #Conflicts:    6431000 | #Constraints:     129070
2307.21/2316.37	c #Conflicts:    6432000 | #Constraints:     130070
2307.21/2316.37	c #Conflicts:    6433000 | #Constraints:     131070
2307.21/2316.37	c #Conflicts:    6434000 | #Constraints:     132070
2307.21/2316.37	c #Conflicts:    6435000 | #Constraints:     133071
2307.21/2316.37	c #Conflicts:    6436000 | #Constraints:     134071
2307.21/2316.37	c INPROCESSING
2307.21/2316.37	c GARBAGE COLLECT
2307.21/2316.37	WSVECS04 Frhs2[33]: 6 -0.365204 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[49]: 6 -3.82848 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[51]: 6 -0.535212 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[56]: 6 0 0.146426 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[62]: 6 -0.872547 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[65]: 6 -0.740388 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[67]: 6 -2.27781 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[68]: 6 -3.52692 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[82]: 6 0 0.168112 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[99]: 6 0 0.00905582 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[137]: 6 -1.00008 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[151]: 6 -0.280966 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[153]: 6 0 1.18037 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[164]: 6 0 2.10086 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[175]: 6 0 1.00009 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[183]: 6 0 0.755736 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[194]: 6 -0.366496 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[198]: 6 0 0.0535937 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[205]: 6 0 0.538434 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[214]: 6 0 0.107332 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[219]: 6 -0.0438087 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[223]: 6 0 0.755693 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[233]: 6 0 1.54829 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[234]: 6 -0.366509 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[245]: 6 0 0.538411 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[250]: 6 0 1.53129 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[258]: 6 -1.00008 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[273]: 6 0 1.54826 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[299]: 6 0 0.449348 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[319]: 6 0 1.00006 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[326]: 6 0 3.0579 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[364]: 6 0 0.275885 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[371]: 6 0 1.00003 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[396]: 6 0 0.145524 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[399]: 6 0 1.00004 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[400]: 6 -0.306374 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[420]: 6 -1.00002 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[440]: 6 -0.306413 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[454]: 6 0 0.677554 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[474]: 6 0 2.47856 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[496]: 6 0 0.91464 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[512]: 6 0 1.53332 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[514]: 6 0 2.47857 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[519]: 6 0 1.00007 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[534]: 6 0 0.677561 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[707]: 6 0 1.25096 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[725]: 6 -5.16799 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[756]: 6 0 0.145564 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[772]: 6 0 0.242631 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[773]: 6 0 1.00003 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[807]: 6 -0.535159 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[905]: 6 -1.00006 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[907]: 6 -1.25097 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[965]: 6 -3.15128 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[978]: 6 0 1.00003 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[983]: 6 0 0.00147097 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1018]: 6 0 1.00007 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1028]: 6 -0.50093 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1058]: 6 0 1.00003 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1094]: 6 0 0.649351 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1134]: 6 -0.0634227 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1136]: 6 0 0.0804604 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1144]: 6 0 1.08394 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1145]: 6 -1.00006 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1205]: 6 0 1.07566 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1209]: 6 0 0.388437 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1219]: 6 0 0.0479932 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1223]: 6 0 1.31042 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1270]: 6 -0.0219799 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1404]: 6 0 0.0661472 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1416]: 6 0 0.0804112 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1438]: 6 0 0.321946 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1444]: 6 0 0.0661434 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1456]: 6 0 0.0804338 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1477]: 6 0 0.671719 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1483]: 6 -1.49599 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1484]: 6 0 0.0661967 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1524]: 6 0 0.0661272 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1594]: 6 0 0.676033 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1604]: 6 0 1.73777 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1607]: 6 0 0.00514292 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1609]: 6 0 0.3614 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1615]: 6 0 1.00006 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1649]: 6 0 0.361358 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1654]: 6 0 0.00355186 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1655]: 6 0 1.00009 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1663]: 6 0 0.694422 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1666]: 6 0 1.07455 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1667]: 6 0 2.04078 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1689]: 6 0 0.361402 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1705]: 6 0 0.694691 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1710]: 6 -0.0219977 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1760]: 6 -1.5226 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1777]: 6 -0.143795 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1786]: 6 -1.35194 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1814]: 6 -0.365215 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1858]: 6 -1.07455 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1859]: 6 -1.00004 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1868]: 6 -2.00009 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1877]: 6 -0.657264 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1878]: 6 -1.00002 0 shouldn't be
2307.21/2316.37	WSVECS04 Frhs2[1886]: 6 -1.24739 0 shouldn't be
2324.07/2333.20	c #Conflicts:    6437000 | #Constraints:      71909
2324.07/2333.20	c #Conflicts:    6438000 | #Constraints:      72909
2324.07/2333.20	c #Conflicts:    6439000 | #Constraints:      73909
2324.07/2333.20	c #Conflicts:    6440000 | #Constraints:      74909
2324.07/2333.20	c #Conflicts:    6441000 | #Constraints:      75910
2324.07/2333.20	c #Conflicts:    6442000 | #Constraints:      76910
2324.07/2333.20	c #Conflicts:    6443000 | #Constraints:      77910
2324.07/2333.20	c #Conflicts:    6444000 | #Constraints:      78910
2324.07/2333.20	c #Conflicts:    6445000 | #Constraints:      79910
2324.07/2333.20	c #Conflicts:    6446000 | #Constraints:      80910
2324.07/2333.20	c #Conflicts:    6447000 | #Constraints:      81910
2324.07/2333.20	c #Conflicts:    6448000 | #Constraints:      82910
2324.07/2333.20	c #Conflicts:    6449000 | #Constraints:      83910
2324.07/2333.20	c #Conflicts:    6450000 | #Constraints:      84910
2324.07/2333.20	c #Conflicts:    6451000 | #Constraints:      85910
2324.07/2333.20	c #Conflicts:    6452000 | #Constraints:      86910
2324.07/2333.20	c #Conflicts:    6453000 | #Constraints:      87910
2324.07/2333.20	c #Conflicts:    6454000 | #Constraints:      88910
2324.07/2333.20	c #Conflicts:    6455000 | #Constraints:      89910
2324.07/2333.20	c #Conflicts:    6456000 | #Constraints:      90910
2324.07/2333.20	c #Conflicts:    6457000 | #Constraints:      91910
2324.07/2333.20	c #Conflicts:    6458000 | #Constraints:      92910
2324.07/2333.20	c #Conflicts:    6459000 | #Constraints:      93910
2324.07/2333.20	c #Conflicts:    6460000 | #Constraints:      94910
2324.07/2333.20	c #Conflicts:    6461000 | #Constraints:      95910
2324.07/2333.20	c #Conflicts:    6462000 | #Constraints:      96910
2324.07/2333.20	c #Conflicts:    6463000 | #Constraints:      97910
2324.07/2333.20	c #Conflicts:    6464000 | #Constraints:      98910
2324.07/2333.20	c #Conflicts:    6465000 | #Constraints:      99910
2324.07/2333.20	c #Conflicts:    6466000 | #Constraints:     100910
2324.07/2333.20	c #Conflicts:    6467000 | #Constraints:     101910
2324.07/2333.20	c #Conflicts:    6468000 | #Constraints:     102910
2324.07/2333.20	c #Conflicts:    6469000 | #Constraints:     103910
2324.07/2333.20	c #Conflicts:    6470000 | #Constraints:     104910
2324.07/2333.20	c #Conflicts:    6471000 | #Constraints:     105910
2324.07/2333.20	c #Conflicts:    6472000 | #Constraints:     106910
2324.07/2333.20	c #Conflicts:    6473000 | #Constraints:     107910
2324.07/2333.20	c #Conflicts:    6474000 | #Constraints:     108910
2324.07/2333.20	c #Conflicts:    6475000 | #Constraints:     109910
2324.07/2333.20	c #Conflicts:    6476000 | #Constraints:     110910
2324.07/2333.20	c #Conflicts:    6477000 | #Constraints:     111910
2324.07/2333.20	c #Conflicts:    6478000 | #Constraints:     112910
2324.07/2333.20	c #Conflicts:    6479000 | #Constraints:     113910
2324.07/2333.20	c #Conflicts:    6480000 | #Constraints:     114910
2324.07/2333.20	c #Conflicts:    6481000 | #Constraints:     115910
2324.07/2333.20	c #Conflicts:    6482000 | #Constraints:     116910
2324.07/2333.20	c #Conflicts:    6483000 | #Constraints:     117910
2324.07/2333.20	c #Conflicts:    6484000 | #Constraints:     118911
2324.07/2333.20	c #Conflicts:    6485000 | #Constraints:     119911
2324.07/2333.20	c #Conflicts:    6486000 | #Constraints:     120911
2324.07/2333.20	c #Conflicts:    6487000 | #Constraints:     121911
2324.07/2333.20	c #Conflicts:    6488000 | #Constraints:     122911
2324.07/2333.20	c INPROCESSING
2324.07/2333.20	c GARBAGE COLLECT
2324.07/2333.20	WSVECS04 Frhs2[8]: 6 -0.535194 0 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[9]: 6 -0.535195 0 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[14]: 6 -0.535195 0 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[22]: 6 -0.535194 0 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[25]: 6 -0.535195 0 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[33]: 6 -0.535195 0 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[34]: 6 -0.550947 0 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[53]: 6 0 1.56635 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[54]: 6 0 2.81428 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[57]: 6 0 2.87466 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[75]: 6 0 0.0788384 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[92]: 6 0 0.637514 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[99]: 6 0 0.0125455 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[109]: 6 0 0.535195 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[132]: 6 0 0.637514 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[339]: 6 0 0.0306752 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[343]: 6 0 0.000873036 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[365]: 6 0 0.191258 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[563]: 6 -0.965485 0 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[565]: 6 0 0.191259 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[589]: 6 0 0.464806 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[620]: 6 -1 0 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[629]: 6 0 0.464807 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[655]: 6 0 2 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[701]: 6 0 0.76265 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[725]: 6 0 0.521969 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[731]: 6 0 1 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[772]: 6 0 0.0760859 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[823]: 6 0 0.80152 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[896]: 6 0 0.568927 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[921]: 6 0 0.223856 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[925]: 6 0 1.17226 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[967]: 6 0 8.61411 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[1085]: 6 0 0.274745 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[1096]: 6 -0.824452 0 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[1136]: 6 -0.690702 0 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[1214]: 6 0 0.919197 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[1241]: 6 0 0.505947 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[1263]: 6 -0.801521 0 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[1283]: 6 0 0.369166 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[1345]: 6 -1 0 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[1423]: 6 0 0.802393 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[1443]: 6 0 0.378784 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[1449]: 6 -0.00891448 0 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[1518]: 6 0 0.124465 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[1714]: 6 -0.898502 0 shouldn't be
2324.07/2333.20	WSVECS04 Frhs2[1867]: 6 -1.26817 0 shouldn't be
2340.79/2350.05	c #Conflicts:    6489000 | #Constraints:      66576
2340.79/2350.05	c #Conflicts:    6490000 | #Constraints:      67577
2340.79/2350.05	c #Conflicts:    6491000 | #Constraints:      68577
2340.79/2350.05	c #Conflicts:    6492000 | #Constraints:      69577
2340.79/2350.05	c #Conflicts:    6493000 | #Constraints:      70577
2340.79/2350.05	c #Conflicts:    6494000 | #Constraints:      71577
2340.79/2350.05	c #Conflicts:    6495000 | #Constraints:      72577
2340.79/2350.05	c #Conflicts:    6496000 | #Constraints:      73577
2340.79/2350.05	c #Conflicts:    6497000 | #Constraints:      74577
2340.79/2350.05	c #Conflicts:    6498000 | #Constraints:      75577
2340.79/2350.05	c #Conflicts:    6499000 | #Constraints:      76577
2340.79/2350.05	c #Conflicts:    6500000 | #Constraints:      77577
2340.79/2350.05	c #Conflicts:    6501000 | #Constraints:      78577
2340.79/2350.05	c #Conflicts:    6502000 | #Constraints:      79577
2340.79/2350.05	c #Conflicts:    6503000 | #Constraints:      80577
2340.79/2350.05	c #Conflicts:    6504000 | #Constraints:      81577
2340.79/2350.05	c #Conflicts:    6505000 | #Constraints:      82577
2340.79/2350.05	c #Conflicts:    6506000 | #Constraints:      83577
2340.79/2350.05	c #Conflicts:    6507000 | #Constraints:      84577
2340.79/2350.05	c #Conflicts:    6508000 | #Constraints:      85577
2340.79/2350.05	c #Conflicts:    6509000 | #Constraints:      86577
2340.79/2350.05	c #Conflicts:    6510000 | #Constraints:      87577
2340.79/2350.05	c #Conflicts:    6511000 | #Constraints:      88577
2340.79/2350.05	c #Conflicts:    6512000 | #Constraints:      89577
2340.79/2350.05	c #Conflicts:    6513000 | #Constraints:      90577
2340.79/2350.05	c #Conflicts:    6514000 | #Constraints:      91577
2340.79/2350.05	c #Conflicts:    6515000 | #Constraints:      92577
2340.79/2350.05	c #Conflicts:    6516000 | #Constraints:      93577
2340.79/2350.05	c #Conflicts:    6517000 | #Constraints:      94577
2340.79/2350.05	c #Conflicts:    6518000 | #Constraints:      95577
2340.79/2350.05	c #Conflicts:    6519000 | #Constraints:      96577
2340.79/2350.05	c #Conflicts:    6520000 | #Constraints:      97577
2340.79/2350.05	c #Conflicts:    6521000 | #Constraints:      98577
2340.79/2350.05	c #Conflicts:    6522000 | #Constraints:      99577
2340.79/2350.05	c #Conflicts:    6523000 | #Constraints:     100577
2340.79/2350.05	c #Conflicts:    6524000 | #Constraints:     101577
2340.79/2350.05	c #Conflicts:    6525000 | #Constraints:     102577
2340.79/2350.05	c #Conflicts:    6526000 | #Constraints:     103577
2340.79/2350.05	c #Conflicts:    6527000 | #Constraints:     104577
2340.79/2350.05	c #Conflicts:    6528000 | #Constraints:     105577
2340.79/2350.05	c #Conflicts:    6529000 | #Constraints:     106577
2340.79/2350.05	c #Conflicts:    6530000 | #Constraints:     107577
2340.79/2350.05	c #Conflicts:    6531000 | #Constraints:     108577
2340.79/2350.05	c #Conflicts:    6532000 | #Constraints:     109577
2340.79/2350.05	c #Conflicts:    6533000 | #Constraints:     110577
2340.79/2350.05	c #Conflicts:    6534000 | #Constraints:     111577
2340.79/2350.05	c #Conflicts:    6535000 | #Constraints:     112577
2340.79/2350.05	c #Conflicts:    6536000 | #Constraints:     113577
2340.79/2350.05	c #Conflicts:    6537000 | #Constraints:     114577
2340.79/2350.05	c #Conflicts:    6538000 | #Constraints:     115577
2340.79/2350.05	c #Conflicts:    6539000 | #Constraints:     116577
2340.79/2350.05	c #Conflicts:    6540000 | #Constraints:     117577
2340.79/2350.05	c #Conflicts:    6541000 | #Constraints:     118577
2340.79/2350.05	WSVECS04 Frhs2[47]: 6 -523.971 0 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[187]: 6 0 481.151 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[200]: 6 0 86.3535 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[306]: 6 0 256.6 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[307]: 6 0 481.151 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[383]: 6 0 60.7417 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[396]: 6 0 74.2279 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[754]: 6 0 401.011 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[832]: 6 0 176.17 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[850]: 6 0 2.36069 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1056]: 6 0 337.402 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1127]: 6 0 48.4833 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1134]: 6 0 26.8824 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1139]: 6 0 238.25 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1165]: 6 0 162.34 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1169]: 6 0 6.30061 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1178]: 6 0 53.1652 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1179]: 6 0 238.25 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1187]: 6 0 491.196 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1205]: 6 0 162.34 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1214]: 6 0 14.008 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1216]: 6 0 270.64 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1245]: 6 0 162.34 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1259]: 6 0 10.6216 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1284]: 6 0 98.3651 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1294]: 6 -67.1668 0 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1325]: 6 0 531.188 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1358]: 6 0 112.638 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1376]: 6 0 79.5976 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1605]: 6 0 81.1702 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1607]: 6 0 0.763145 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1672]: 6 0 2 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1723]: 6 -1 0 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1724]: 6 -1 0 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1795]: 6 -9.1942 0 shouldn't be
2340.79/2350.05	WSVECS04 Frhs2[1813]: 6 -55.6892 0 shouldn't be
2353.44/2362.76	c #Conflicts:    6542000 | #Constraints:     119578
2353.44/2362.76	c #Conflicts:    6543000 | #Constraints:     120578
2353.44/2362.76	c #Conflicts:    6544000 | #Constraints:     121578
2353.44/2362.76	c #Conflicts:    6545000 | #Constraints:     122578
2353.44/2362.76	c #Conflicts:    6546000 | #Constraints:     123578
2353.44/2362.76	c #Conflicts:    6547000 | #Constraints:     124578
2353.44/2362.76	c #Conflicts:    6548000 | #Constraints:     125578
2353.44/2362.76	c #Conflicts:    6549000 | #Constraints:     126578
2353.44/2362.76	c #Conflicts:    6550000 | #Constraints:     127578
2353.44/2362.76	c #Conflicts:    6551000 | #Constraints:     128578
2353.44/2362.76	c #Conflicts:    6552000 | #Constraints:     129578
2353.44/2362.76	c #Conflicts:    6553000 | #Constraints:     130578
2353.44/2362.76	c #Conflicts:    6554000 | #Constraints:     131578
2353.44/2362.76	c #Conflicts:    6555000 | #Constraints:     132578
2353.44/2362.76	c #Conflicts:    6556000 | #Constraints:     133578
2353.44/2362.76	c #Conflicts:    6557000 | #Constraints:     134578
2353.44/2362.76	c #Conflicts:    6558000 | #Constraints:     135578
2353.44/2362.76	c #Conflicts:    6559000 | #Constraints:     136578
2353.44/2362.76	c #Conflicts:    6560000 | #Constraints:     137578
2353.44/2362.76	c #Conflicts:    6561000 | #Constraints:     138578
2353.44/2362.76	c #Conflicts:    6562000 | #Constraints:     139578
2353.44/2362.76	c #Conflicts:    6563000 | #Constraints:     140578
2353.44/2362.76	c #Conflicts:    6564000 | #Constraints:     141578
2353.44/2362.76	c #Conflicts:    6565000 | #Constraints:     142578
2353.44/2362.76	c #Conflicts:    6566000 | #Constraints:     143578
2353.44/2362.76	c #Conflicts:    6567000 | #Constraints:     144578
2353.44/2362.76	WSVECS04 Frhs2[48]: 6 -0.549433 0 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[64]: 6 0 0.666885 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[67]: 6 -1.16152 0 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[70]: 6 -4.23646 0 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[149]: 6 0 2 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[152]: 6 0 1.16152 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[250]: 6 0 1.12053 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[274]: 6 0 1.16152 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[391]: 6 0 1.16152 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[395]: 6 0 0.515344 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[400]: 6 0 1.16152 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[416]: 6 -0.00706195 0 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[435]: 6 0 0.515345 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[443]: 6 0 1 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[514]: 6 0 1.42927 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[536]: 6 0 1.05619 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[539]: 6 0 3.81448 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[588]: 6 0 1.32303 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[625]: 6 0 1.16152 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[729]: 6 -0.984521 0 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[967]: 6 0 3.03069 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[979]: 6 0 0.00689246 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[996]: 6 -3 0 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1006]: 6 0 0.419242 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1027]: 6 0 1.16152 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1028]: 6 -1 0 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1043]: 6 0 0.313057 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1072]: 6 0 2 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1198]: 6 0 1.03069 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1207]: 6 -1.03069 0 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1209]: 6 0 5.04923 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1219]: 6 0 0.00689256 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1223]: 6 0 0.343636 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1243]: 6 0 1.32303 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1286]: 6 0 0.419242 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1324]: 6 0 0.161518 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1330]: 6 0 1 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1336]: 6 0 0.161517 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1360]: 6 0 1 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1432]: 6 0 4.16152 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1434]: 6 -1 0 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1447]: 6 -1.03069 0 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1459]: 6 0 0.00689202 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1477]: 6 0 3 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1515]: 6 0 3 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1524]: 6 0 0.161518 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1593]: 6 0 1.16152 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1609]: 6 0 1.02188 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1629]: 6 0 1 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1632]: 6 0 3.16152 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1636]: 6 0 1.02006 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1675]: 6 0 1 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1678]: 6 -1.03069 0 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1690]: 6 0 1.01467 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1706]: 6 0 1.16152 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1714]: 6 0 1.16152 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1717]: 6 -1 0 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1732]: 6 -1 0 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1745]: 6 -4 0 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1750]: 6 -2.01054 0 shouldn't be
2353.44/2362.76	WSVECS04 Frhs2[1822]: 6 -1 0 shouldn't be
2400.68/2410.19	c #Conflicts:    6568000 | #Constraints:     145578
2400.68/2410.19	c #Conflicts:    6569000 | #Constraints:     146578
2400.68/2410.19	c #Conflicts:    6570000 | #Constraints:     147578
2400.68/2410.19	c #Conflicts:    6571000 | #Constraints:     148578
2400.68/2410.19	c #Conflicts:    6572000 | #Constraints:     149578
2400.68/2410.19	c #Conflicts:    6573000 | #Constraints:     150578
2400.68/2410.19	c #Conflicts:    6574000 | #Constraints:     151578
2400.68/2410.19	c #Conflicts:    6575000 | #Constraints:     152578
2400.68/2410.19	c #Conflicts:    6576000 | #Constraints:     153578
2400.68/2410.19	c #Conflicts:    6577000 | #Constraints:     154578
2400.68/2410.19	c #Conflicts:    6578000 | #Constraints:     155578
2400.68/2410.19	c #Conflicts:    6579000 | #Constraints:     156578
2400.68/2410.19	c #Conflicts:    6580000 | #Constraints:     157578
2400.68/2410.19	c #Conflicts:    6581000 | #Constraints:     158578
2400.68/2410.19	c #Conflicts:    6582000 | #Constraints:     159578
2400.68/2410.19	c #Conflicts:    6583000 | #Constraints:     160578
2400.68/2410.19	c #Conflicts:    6584000 | #Constraints:     161578
2400.68/2410.19	c #Conflicts:    6585000 | #Constraints:     162578
2400.68/2410.19	c #Conflicts:    6586000 | #Constraints:     163578
2400.68/2410.19	c #Conflicts:    6587000 | #Constraints:     164578
2400.68/2410.19	c #Conflicts:    6588000 | #Constraints:     165578
2400.68/2410.19	c #Conflicts:    6589000 | #Constraints:     166578
2400.68/2410.19	c #Conflicts:    6590000 | #Constraints:     167578
2400.68/2410.19	c #Conflicts:    6591000 | #Constraints:     168578
2400.68/2410.19	c #Conflicts:    6592000 | #Constraints:     169578
2400.68/2410.19	c #Conflicts:    6593000 | #Constraints:     170579
2400.68/2410.19	c #Conflicts:    6594000 | #Constraints:     171579
2400.68/2410.19	c #Conflicts:    6595000 | #Constraints:     172579
2400.68/2410.19	c #Conflicts:    6596000 | #Constraints:     173579
2400.68/2410.19	c #Conflicts:    6597000 | #Constraints:     174579
2400.68/2410.19	c #Conflicts:    6598000 | #Constraints:     175579
2400.68/2410.19	c #Conflicts:    6599000 | #Constraints:     176579
2400.68/2410.19	c #Conflicts:    6600000 | #Constraints:     177579
2400.68/2410.19	c #Conflicts:    6601000 | #Constraints:     178579
2400.68/2410.19	c #Conflicts:    6602000 | #Constraints:     179579
2400.68/2410.19	c #Conflicts:    6603000 | #Constraints:     180579
2400.68/2410.19	c #Conflicts:    6604000 | #Constraints:     181579
2400.68/2410.19	c #Conflicts:    6605000 | #Constraints:     182579
2400.68/2410.19	c #Conflicts:    6606000 | #Constraints:     183579
2400.68/2410.19	c #Conflicts:    6607000 | #Constraints:     184579
2400.68/2410.19	c #Conflicts:    6608000 | #Constraints:     185579
2400.68/2410.19	c #Conflicts:    6609000 | #Constraints:     186579
2400.68/2410.19	c #Conflicts:    6610000 | #Constraints:     187579
2400.68/2410.19	c #Conflicts:    6611000 | #Constraints:     188579
2400.68/2410.19	c #Conflicts:    6612000 | #Constraints:     189579
2400.68/2410.19	c #Conflicts:    6613000 | #Constraints:     190579
2400.68/2410.19	c #Conflicts:    6614000 | #Constraints:     191579
2400.68/2410.19	c #Conflicts:    6615000 | #Constraints:     192579
2400.68/2410.19	c #Conflicts:    6616000 | #Constraints:     193579
2400.68/2410.19	c #Conflicts:    6617000 | #Constraints:     194579
2400.68/2410.19	c #Conflicts:    6618000 | #Constraints:     195579
2400.68/2410.19	c #Conflicts:    6619000 | #Constraints:     196579
2400.68/2410.19	c #Conflicts:    6620000 | #Constraints:     197579
2400.68/2410.19	c #Conflicts:    6621000 | #Constraints:     198579
2400.68/2410.19	c #Conflicts:    6622000 | #Constraints:     199579
2400.68/2410.19	c #Conflicts:    6623000 | #Constraints:     200580
2400.68/2410.19	c #Conflicts:    6624000 | #Constraints:     201580
2400.68/2410.19	c #Conflicts:    6625000 | #Constraints:     202580
2400.68/2410.19	c #Conflicts:    6626000 | #Constraints:     203580
2400.68/2410.19	c #Conflicts:    6627000 | #Constraints:     204580
2400.68/2410.19	c #Conflicts:    6628000 | #Constraints:     205580
2400.68/2410.19	c #Conflicts:    6629000 | #Constraints:     206580
2400.68/2410.19	c #Conflicts:    6630000 | #Constraints:     207580
2400.68/2410.19	c #Conflicts:    6631000 | #Constraints:     208580
2400.68/2410.19	c #Conflicts:    6632000 | #Constraints:     209580
2400.68/2410.19	c #Conflicts:    6633000 | #Constraints:     210580
2400.68/2410.19	WSVECS04 Frhs2[17]: 6 -0.250014 0 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[41]: 6 -0.250091 0 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[45]: 6 0 2.10067 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[56]: 6 -6.17687 0 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[57]: 6 0 3.75385 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[58]: 6 -10.7514 0 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[59]: 6 -2.77978 0 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[61]: 6 0 3.39673 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[82]: 6 0 8.844 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[96]: 6 0 6.0035 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[99]: 6 0 2.553 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[101]: 6 0 1.00008 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[108]: 6 0 1.00004 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[111]: 6 -0.964376 0 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[113]: 6 0 2.84213 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[136]: 6 0 0.0017016 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[139]: 6 0 2.55298 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[151]: 6 0 2.85324 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[166]: 6 0 6.68668 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[208]: 6 0 1.00008 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[209]: 6 0 1.15626 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[210]: 6 0 4.75384 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[249]: 6 0 1.1421 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[250]: 6 0 4.75384 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[285]: 6 0 7.86791 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[368]: 6 -1.00008 0 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[443]: 6 0 3.42942 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[459]: 6 0 2.00001 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[477]: 6 0 1.00006 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[479]: 6 -1.00009 0 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[485]: 6 0 7.86797 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[512]: 6 0 3.15336 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[551]: 6 0 0.0714574 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[569]: 6 0 1.08681 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[590]: 6 0 0.00412005 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[595]: 6 0 0.686078 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[600]: 6 0 1.33742 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[609]: 6 0 1.08682 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[617]: 6 0 2.00003 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[631]: 6 0 2.85324 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[640]: 6 0 1.33737 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[707]: 6 0 6.33693 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[711]: 6 0 0.0357519 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[712]: 6 0 3.15335 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[730]: 6 0 0.23564 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[747]: 6 0 6.33696 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[769]: 6 0 1.29029 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[776]: 6 0 0.837579 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[788]: 6 0 3.84738 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[789]: 6 -1.00004 0 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[794]: 6 0 3.16006 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[803]: 6 0 0.0107091 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[816]: 6 0 0.837566 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[828]: 6 0 3.8474 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[836]: 6 0 1.244 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[838]: 6 0 0.118507 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[865]: 6 0 2.03161 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[867]: 6 0 6.33691 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[902]: 6 0 0.0040915 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[904]: 6 0 2.3062 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[916]: 6 0 1.244 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[934]: 6 0 0.14383 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[974]: 6 0 0.156248 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1044]: 6 0 1.0001 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1148]: 6 0 0.934757 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1207]: 6 0 0.000968057 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1215]: 6 0 1.00009 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1234]: 6 0 1.00006 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1243]: 6 -0.250057 0 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1294]: 6 0 0.00532806 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1296]: 6 0 6.00189 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1327]: 6 0 0.000906968 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1474]: 6 -0.25006 0 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1530]: 6 0 0.983014 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1553]: 6 -0.405306 0 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1575]: 6 0 1.00004 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1579]: 6 0 3.56388 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1596]: 6 0 1.24396 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1665]: 6 -0.738166 0 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1687]: 6 0 1.23321 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1692]: 6 0 1.00002 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1720]: 6 0 0.750091 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1786]: 6 -1.0001 0 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1840]: 6 -3.00009 0 shouldn't be
2400.68/2410.19	WSVECS04 Frhs2[1860]: 6 -3.00009 0 shouldn't be
2400.98/2410.42	WSVECS04 Frhs2[3]: 6 -0.250017 0 shouldn't be
2400.98/2410.42	WSVECS04 Frhs2[4]: 6 -0.25008 0 shouldn't be
2400.98/2410.42	WSVECS04 Frhs2[8]: 6 -0.250067 0 shouldn't be
2400.98/2410.42	WSVECS04 Frhs2[10]: 6 -0.250044 0 shouldn't be
2400.98/2410.42	WSVECS04 Frhs2[13]: 6 -0.250052 0 shouldn't be
2400.98/2410.42	WSVECS04 Frhs2[16]: 6 -0.250015 0 shouldn't be
2400.98/2410.42	WSVECS04 Frhs2[23]: 6 -0.250025 0 shouldn't be
2400.98/2410.42	WSVECS04 Frhs2[117]: 6 0 1.00007 shouldn't be
2400.98/2410.42	WSVECS04 Frhs2[134]: 6 0 0.040612 shouldn't be
2400.98/2410.42	WSVECS04 Frhs2[214]: 6 0 0.254526 shouldn't be
2400.98/2410.42	WSVECS04 Frhs2[330]: 6 0 4.75381 shouldn't be
2400.98/2410.42	WSVECS04 Frhs2[445]: 6 0 7.86797 shouldn't be
2400.98/2410.42	WSVECS04 Frhs2[492]: 6 0 1.00007 shouldn't be
2400.98/2410.42	WSVECS04 Frhs2[502]: 6 0 0.00410023 shouldn't be
2400.98/2410.42	WSVECS04 Frhs2[684]: 6 -1.00002 0 shouldn't be
2400.98/2410.42	WSVECS04 Frhs2[685]: 6 0 2.28936 shouldn't be
2400.98/2410.42	WSVECS04 Frhs2[801]: 6 -1.00004 0 shouldn't be
2400.98/2410.42	WSVECS04 Frhs2[834]: 6 0 4.16006 shouldn't be
2400.98/2410.42	WSVECS04 Frhs2[1067]: 6 0 6.33694 shouldn't be
2400.98/2410.42	WSVECS04 Frhs2[1228]: 6 0 0.934791 shouldn't be
2481.12/2490.82	c #Conflicts:    6634000 | #Constraints:     211581
2481.12/2490.82	c #Conflicts:    6635000 | #Constraints:     212581
2481.12/2490.82	c #Conflicts:    6636000 | #Constraints:     213581
2481.12/2490.82	c #Conflicts:    6637000 | #Constraints:     214581
2481.12/2490.82	c #Conflicts:    6638000 | #Constraints:     215581
2481.12/2490.82	c #Conflicts:    6639000 | #Constraints:     216581
2481.12/2490.82	c #Conflicts:    6640000 | #Constraints:     217581
2481.12/2490.82	c #Conflicts:    6641000 | #Constraints:     218581
2481.12/2490.82	c #Conflicts:    6642000 | #Constraints:     219581
2481.12/2490.82	c #Conflicts:    6643000 | #Constraints:     220581
2481.12/2490.82	c #Conflicts:    6644000 | #Constraints:     221581
2481.12/2490.82	c #Conflicts:    6645000 | #Constraints:     222581
2481.12/2490.82	c #Conflicts:    6646000 | #Constraints:     223581
2481.12/2490.82	c #Conflicts:    6647000 | #Constraints:     224581
2481.12/2490.82	c #Conflicts:    6648000 | #Constraints:     225581
2481.12/2490.82	c #Conflicts:    6649000 | #Constraints:     226581
2481.12/2490.82	c #Conflicts:    6650000 | #Constraints:     227581
2481.12/2490.82	c #Conflicts:    6651000 | #Constraints:     228581
2481.12/2490.82	c #Conflicts:    6652000 | #Constraints:     229581
2481.12/2490.82	c #Conflicts:    6653000 | #Constraints:     230581
2481.12/2490.82	c #Conflicts:    6654000 | #Constraints:     231581
2481.12/2490.82	c #Conflicts:    6655000 | #Constraints:     232581
2481.12/2490.82	c #Conflicts:    6656000 | #Constraints:     233581
2481.12/2490.82	c #Conflicts:    6657000 | #Constraints:     234581
2481.12/2490.82	c #Conflicts:    6658000 | #Constraints:     235581
2481.12/2490.82	c #Conflicts:    6659000 | #Constraints:     236581
2481.12/2490.82	c #Conflicts:    6660000 | #Constraints:     237581
2481.12/2490.82	c #Conflicts:    6661000 | #Constraints:     238581
2481.12/2490.82	c #Conflicts:    6662000 | #Constraints:     239581
2481.12/2490.82	c #Conflicts:    6663000 | #Constraints:     240581
2481.12/2490.82	c #Conflicts:    6664000 | #Constraints:     241581
2481.12/2490.82	c #Conflicts:    6665000 | #Constraints:     242581
2481.12/2490.82	c #Conflicts:    6666000 | #Constraints:     243581
2481.12/2490.82	c #Conflicts:    6667000 | #Constraints:     244581
2481.12/2490.82	c #Conflicts:    6668000 | #Constraints:     245581
2481.12/2490.82	c #Conflicts:    6669000 | #Constraints:     246581
2481.12/2490.82	c #Conflicts:    6670000 | #Constraints:     247581
2481.12/2490.82	c #Conflicts:    6671000 | #Constraints:     248581
2481.12/2490.82	c #Conflicts:    6672000 | #Constraints:     249581
2481.12/2490.82	c #Conflicts:    6673000 | #Constraints:     250581
2481.12/2490.82	c #Conflicts:    6674000 | #Constraints:     251581
2481.12/2490.82	c #Conflicts:    6675000 | #Constraints:     252581
2481.12/2490.82	c #Conflicts:    6676000 | #Constraints:     253581
2481.12/2490.82	c #Conflicts:    6677000 | #Constraints:     254581
2481.12/2490.82	c #Conflicts:    6678000 | #Constraints:     255581
2481.12/2490.82	c #Conflicts:    6679000 | #Constraints:     256581
2481.12/2490.82	c #Conflicts:    6680000 | #Constraints:     257581
2481.12/2490.82	c #Conflicts:    6681000 | #Constraints:     258581
2481.12/2490.82	c #Conflicts:    6682000 | #Constraints:     259581
2481.12/2490.82	c #Conflicts:    6683000 | #Constraints:     260581
2481.12/2490.82	c #Conflicts:    6684000 | #Constraints:     261581
2481.12/2490.82	c #Conflicts:    6685000 | #Constraints:     262582
2481.12/2490.82	c #Conflicts:    6686000 | #Constraints:     263582
2481.12/2490.82	c #Conflicts:    6687000 | #Constraints:     264582
2481.12/2490.82	c #Conflicts:    6688000 | #Constraints:     265582
2481.12/2490.82	c #Conflicts:    6689000 | #Constraints:     266582
2481.12/2490.82	c #Conflicts:    6690000 | #Constraints:     267582
2481.12/2490.82	c #Conflicts:    6691000 | #Constraints:     268582
2481.12/2490.82	c #Conflicts:    6692000 | #Constraints:     269582
2481.12/2490.82	c #Conflicts:    6693000 | #Constraints:     270582
2481.12/2490.82	c #Conflicts:    6694000 | #Constraints:     271582
2481.12/2490.82	c #Conflicts:    6695000 | #Constraints:     272582
2481.12/2490.82	c #Conflicts:    6696000 | #Constraints:     273582
2481.12/2490.82	c #Conflicts:    6697000 | #Constraints:     274582
2481.12/2490.82	c #Conflicts:    6698000 | #Constraints:     275582
2481.12/2490.82	c #Conflicts:    6699000 | #Constraints:     276582
2481.12/2490.82	c #Conflicts:    6700000 | #Constraints:     277582
2481.12/2490.82	c #Conflicts:    6701000 | #Constraints:     278582
2481.12/2490.82	c #Conflicts:    6702000 | #Constraints:     279582
2481.12/2490.82	c #Conflicts:    6703000 | #Constraints:     280582
2481.12/2490.82	c #Conflicts:    6704000 | #Constraints:     281582
2481.12/2490.82	c #Conflicts:    6705000 | #Constraints:     282582
2481.12/2490.82	c #Conflicts:    6706000 | #Constraints:     283582
2481.12/2490.82	c #Conflicts:    6707000 | #Constraints:     284582
2481.12/2490.82	c #Conflicts:    6708000 | #Constraints:     285582
2481.12/2490.82	c #Conflicts:    6709000 | #Constraints:     286582
2481.12/2490.82	c #Conflicts:    6710000 | #Constraints:     287582
2481.12/2490.82	c #Conflicts:    6711000 | #Constraints:     288582
2481.12/2490.82	c #Conflicts:    6712000 | #Constraints:     289582
2550.68/2560.68	c #Conflicts:    6713000 | #Constraints:     290582
2550.68/2560.68	c #Conflicts:    6714000 | #Constraints:     291582
2550.68/2560.68	c #Conflicts:    6715000 | #Constraints:     292582
2550.68/2560.68	c #Conflicts:    6716000 | #Constraints:     293582
2550.68/2560.68	c #Conflicts:    6717000 | #Constraints:     294582
2550.68/2560.68	c #Conflicts:    6718000 | #Constraints:     295582
2550.68/2560.68	c #Conflicts:    6719000 | #Constraints:     296582
2550.68/2560.68	c #Conflicts:    6720000 | #Constraints:     297583
2550.68/2560.68	c #Conflicts:    6721000 | #Constraints:     298583
2550.68/2560.68	c #Conflicts:    6722000 | #Constraints:     299583
2550.68/2560.68	c #Conflicts:    6723000 | #Constraints:     300583
2550.68/2560.68	c #Conflicts:    6724000 | #Constraints:     301583
2550.68/2560.68	c #Conflicts:    6725000 | #Constraints:     302583
2550.68/2560.68	c #Conflicts:    6726000 | #Constraints:     303583
2550.68/2560.68	c #Conflicts:    6727000 | #Constraints:     304583
2550.68/2560.68	c #Conflicts:    6728000 | #Constraints:     305583
2550.68/2560.68	c #Conflicts:    6729000 | #Constraints:     306583
2550.68/2560.68	c #Conflicts:    6730000 | #Constraints:     307583
2550.68/2560.68	c #Conflicts:    6731000 | #Constraints:     308583
2550.68/2560.68	c #Conflicts:    6732000 | #Constraints:     309584
2550.68/2560.68	c #Conflicts:    6733000 | #Constraints:     310584
2550.68/2560.68	c #Conflicts:    6734000 | #Constraints:     311584
2550.68/2560.68	c #Conflicts:    6735000 | #Constraints:     312584
2550.68/2560.68	c #Conflicts:    6736000 | #Constraints:     313584
2550.68/2560.68	c INPROCESSING
2550.68/2560.68	c GARBAGE COLLECT
2550.68/2560.68	c #Conflicts:    6737000 | #Constraints:     161960
2550.68/2560.68	c #Conflicts:    6738000 | #Constraints:     162960
2550.68/2560.68	c #Conflicts:    6739000 | #Constraints:     163960
2550.68/2560.68	c #Conflicts:    6740000 | #Constraints:     164961
2550.68/2560.68	c #Conflicts:    6741000 | #Constraints:     165961
2550.68/2560.68	c #Conflicts:    6742000 | #Constraints:     166961
2550.68/2560.68	c #Conflicts:    6743000 | #Constraints:     167961
2550.68/2560.68	c #Conflicts:    6744000 | #Constraints:     168961
2550.68/2560.68	c #Conflicts:    6745000 | #Constraints:     169961
2550.68/2560.68	c #Conflicts:    6746000 | #Constraints:     170961
2550.68/2560.68	c #Conflicts:    6747000 | #Constraints:     171961
2550.68/2560.68	c #Conflicts:    6748000 | #Constraints:     172961
2550.68/2560.68	c #Conflicts:    6749000 | #Constraints:     173961
2550.68/2560.68	c #Conflicts:    6750000 | #Constraints:     174961
2550.68/2560.68	c #Conflicts:    6751000 | #Constraints:     175961
2550.68/2560.68	c #Conflicts:    6752000 | #Constraints:     176961
2550.68/2560.68	c #Conflicts:    6753000 | #Constraints:     177961
2550.68/2560.68	c #Conflicts:    6754000 | #Constraints:     178961
2550.68/2560.68	c #Conflicts:    6755000 | #Constraints:     179961
2550.68/2560.68	c #Conflicts:    6756000 | #Constraints:     180961
2550.68/2560.68	c #Conflicts:    6757000 | #Constraints:     181961
2550.68/2560.68	c #Conflicts:    6758000 | #Constraints:     182961
2550.68/2560.68	c #Conflicts:    6759000 | #Constraints:     183961
2550.68/2560.68	c #Conflicts:    6760000 | #Constraints:     184961
2550.68/2560.68	c #Conflicts:    6761000 | #Constraints:     185961
2550.68/2560.68	c #Conflicts:    6762000 | #Constraints:     186961
2550.68/2560.68	c #Conflicts:    6763000 | #Constraints:     187961
2550.68/2560.68	c #Conflicts:    6764000 | #Constraints:     188961
2550.68/2560.68	c #Conflicts:    6765000 | #Constraints:     189961
2550.68/2560.68	c #Conflicts:    6766000 | #Constraints:     190961
2550.68/2560.68	c #Conflicts:    6767000 | #Constraints:     191961
2550.68/2560.68	c #Conflicts:    6768000 | #Constraints:     192961
2550.68/2560.68	c #Conflicts:    6769000 | #Constraints:     193961
2550.68/2560.68	c #Conflicts:    6770000 | #Constraints:     194961
2550.68/2560.68	c #Conflicts:    6771000 | #Constraints:     195961
2550.68/2560.68	c #Conflicts:    6772000 | #Constraints:     196961
2550.68/2560.68	c #Conflicts:    6773000 | #Constraints:     197961
2550.68/2560.68	c #Conflicts:    6774000 | #Constraints:     198961
2550.68/2560.68	c #Conflicts:    6775000 | #Constraints:     199961
2550.68/2560.68	c #Conflicts:    6776000 | #Constraints:     200961
2550.68/2560.68	c #Conflicts:    6777000 | #Constraints:     201961
2550.68/2560.68	c #Conflicts:    6778000 | #Constraints:     202961
2550.68/2560.68	c #Conflicts:    6779000 | #Constraints:     203961
2550.68/2560.68	c #Conflicts:    6780000 | #Constraints:     204961
2550.68/2560.68	c #Conflicts:    6781000 | #Constraints:     205961
2550.68/2560.68	c #Conflicts:    6782000 | #Constraints:     206961
2550.68/2560.68	c #Conflicts:    6783000 | #Constraints:     207961
2550.68/2560.68	c #Conflicts:    6784000 | #Constraints:     208961
2550.68/2560.68	c #Conflicts:    6785000 | #Constraints:     209961
2550.68/2560.68	c #Conflicts:    6786000 | #Constraints:     210961
2550.68/2560.68	c #Conflicts:    6787000 | #Constraints:     211961
2550.68/2560.68	c #Conflicts:    6788000 | #Constraints:     212961
2550.68/2560.68	c #Conflicts:    6789000 | #Constraints:     213961
2550.68/2560.68	c INPROCESSING
2550.68/2560.68	c GARBAGE COLLECT
2550.68/2560.68	c #Conflicts:    6790000 | #Constraints:     112246
2574.71/2584.76	c #Conflicts:    6791000 | #Constraints:     113246
2574.71/2584.76	c #Conflicts:    6792000 | #Constraints:     114246
2574.71/2584.76	c #Conflicts:    6793000 | #Constraints:     115246
2574.71/2584.76	c #Conflicts:    6794000 | #Constraints:     116246
2574.71/2584.76	c #Conflicts:    6795000 | #Constraints:     117246
2574.71/2584.76	c #Conflicts:    6796000 | #Constraints:     118246
2574.71/2584.76	c #Conflicts:    6797000 | #Constraints:     119246
2574.71/2584.76	c #Conflicts:    6798000 | #Constraints:     120246
2574.71/2584.76	c #Conflicts:    6799000 | #Constraints:     121246
2574.71/2584.76	c #Conflicts:    6800000 | #Constraints:     122246
2574.71/2584.76	c #Conflicts:    6801000 | #Constraints:     123246
2574.71/2584.76	c #Conflicts:    6802000 | #Constraints:     124246
2574.71/2584.76	c #Conflicts:    6803000 | #Constraints:     125246
2574.71/2584.76	c #Conflicts:    6804000 | #Constraints:     126246
2574.71/2584.76	c #Conflicts:    6805000 | #Constraints:     127246
2574.71/2584.76	c #Conflicts:    6806000 | #Constraints:     128246
2574.71/2584.76	c #Conflicts:    6807000 | #Constraints:     129246
2574.71/2584.76	c #Conflicts:    6808000 | #Constraints:     130246
2574.71/2584.76	c #Conflicts:    6809000 | #Constraints:     131246
2574.71/2584.76	c #Conflicts:    6810000 | #Constraints:     132246
2574.71/2584.76	c #Conflicts:    6811000 | #Constraints:     133247
2574.71/2584.76	c #Conflicts:    6812000 | #Constraints:     134247
2574.71/2584.76	c #Conflicts:    6813000 | #Constraints:     135247
2574.71/2584.76	c #Conflicts:    6814000 | #Constraints:     136247
2574.71/2584.76	c #Conflicts:    6815000 | #Constraints:     137247
2574.71/2584.76	c #Conflicts:    6816000 | #Constraints:     138247
2574.71/2584.76	c #Conflicts:    6817000 | #Constraints:     139247
2574.71/2584.76	c #Conflicts:    6818000 | #Constraints:     140247
2574.71/2584.76	c #Conflicts:    6819000 | #Constraints:     141247
2574.71/2584.76	c #Conflicts:    6820000 | #Constraints:     142247
2574.71/2584.76	c #Conflicts:    6821000 | #Constraints:     143247
2574.71/2584.76	c #Conflicts:    6822000 | #Constraints:     144247
2574.71/2584.76	c #Conflicts:    6823000 | #Constraints:     145247
2574.71/2584.76	c #Conflicts:    6824000 | #Constraints:     146247
2574.71/2584.76	c #Conflicts:    6825000 | #Constraints:     147247
2574.71/2584.76	c #Conflicts:    6826000 | #Constraints:     148247
2574.71/2584.76	c #Conflicts:    6827000 | #Constraints:     149247
2574.71/2584.76	c #Conflicts:    6828000 | #Constraints:     150247
2574.71/2584.76	c #Conflicts:    6829000 | #Constraints:     151247
2574.71/2584.76	c #Conflicts:    6830000 | #Constraints:     152247
2574.71/2584.76	c #Conflicts:    6831000 | #Constraints:     153247
2574.71/2584.76	c #Conflicts:    6832000 | #Constraints:     154247
2574.71/2584.76	c #Conflicts:    6833000 | #Constraints:     155247
2574.71/2584.76	c #Conflicts:    6834000 | #Constraints:     156247
2574.71/2584.76	c #Conflicts:    6835000 | #Constraints:     157247
2574.71/2584.76	c #Conflicts:    6836000 | #Constraints:     158247
2574.71/2584.76	c #Conflicts:    6837000 | #Constraints:     159247
2574.71/2584.76	c #Conflicts:    6838000 | #Constraints:     160247
2574.71/2584.76	c #Conflicts:    6839000 | #Constraints:     161247
2574.71/2584.76	c #Conflicts:    6840000 | #Constraints:     162247
2574.71/2584.76	c #Conflicts:    6841000 | #Constraints:     163247
2574.71/2584.76	c #Conflicts:    6842000 | #Constraints:     164247
2574.71/2584.76	c INPROCESSING
2574.71/2584.76	c GARBAGE COLLECT
2574.71/2584.76	c rational objective 327.608
2602.33/2612.48	c #Conflicts:    6843000 | #Constraints:      87392
2602.33/2612.48	c #Conflicts:    6844000 | #Constraints:      88392
2602.33/2612.48	c #Conflicts:    6845000 | #Constraints:      89392
2602.33/2612.48	c #Conflicts:    6846000 | #Constraints:      90393
2602.33/2612.48	c #Conflicts:    6847000 | #Constraints:      91393
2602.33/2612.48	c #Conflicts:    6848000 | #Constraints:      92393
2602.33/2612.48	c #Conflicts:    6849000 | #Constraints:      93393
2602.33/2612.48	c #Conflicts:    6850000 | #Constraints:      94393
2602.33/2612.48	c #Conflicts:    6851000 | #Constraints:      95393
2602.33/2612.48	c #Conflicts:    6852000 | #Constraints:      96393
2602.33/2612.48	c #Conflicts:    6853000 | #Constraints:      97393
2602.33/2612.48	c #Conflicts:    6854000 | #Constraints:      98393
2602.33/2612.48	c #Conflicts:    6855000 | #Constraints:      99393
2602.33/2612.48	c #Conflicts:    6856000 | #Constraints:     100393
2602.33/2612.48	c #Conflicts:    6857000 | #Constraints:     101393
2602.33/2612.48	c #Conflicts:    6858000 | #Constraints:     102393
2602.33/2612.48	c #Conflicts:    6859000 | #Constraints:     103393
2602.33/2612.48	c #Conflicts:    6860000 | #Constraints:     104393
2602.33/2612.48	c #Conflicts:    6861000 | #Constraints:     105393
2602.33/2612.48	c #Conflicts:    6862000 | #Constraints:     106393
2602.33/2612.48	c #Conflicts:    6863000 | #Constraints:     107393
2602.33/2612.48	c #Conflicts:    6864000 | #Constraints:     108393
2602.33/2612.48	c #Conflicts:    6865000 | #Constraints:     109393
2602.33/2612.48	c #Conflicts:    6866000 | #Constraints:     110393
2602.33/2612.48	c #Conflicts:    6867000 | #Constraints:     111393
2602.33/2612.48	c #Conflicts:    6868000 | #Constraints:     112393
2602.33/2612.48	c #Conflicts:    6869000 | #Constraints:     113393
2602.33/2612.48	c #Conflicts:    6870000 | #Constraints:     114393
2602.33/2612.48	c #Conflicts:    6871000 | #Constraints:     115393
2602.33/2612.48	c #Conflicts:    6872000 | #Constraints:     116393
2602.33/2612.48	c #Conflicts:    6873000 | #Constraints:     117393
2602.33/2612.48	c #Conflicts:    6874000 | #Constraints:     118393
2602.33/2612.48	c #Conflicts:    6875000 | #Constraints:     119393
2602.33/2612.48	c #Conflicts:    6876000 | #Constraints:     120393
2602.33/2612.48	c #Conflicts:    6877000 | #Constraints:     121393
2602.33/2612.48	c #Conflicts:    6878000 | #Constraints:     122393
2602.33/2612.48	c #Conflicts:    6879000 | #Constraints:     123393
2602.33/2612.48	c #Conflicts:    6880000 | #Constraints:     124393
2602.33/2612.48	c #Conflicts:    6881000 | #Constraints:     125393
2602.33/2612.48	c #Conflicts:    6882000 | #Constraints:     126393
2602.33/2612.48	c #Conflicts:    6883000 | #Constraints:     127393
2602.33/2612.48	c #Conflicts:    6884000 | #Constraints:     128393
2602.33/2612.48	c #Conflicts:    6885000 | #Constraints:     129393
2602.33/2612.48	c #Conflicts:    6886000 | #Constraints:     130393
2602.33/2612.48	c #Conflicts:    6887000 | #Constraints:     131393
2602.33/2612.48	c #Conflicts:    6888000 | #Constraints:     132393
2602.33/2612.48	c #Conflicts:    6889000 | #Constraints:     133393
2602.33/2612.48	c #Conflicts:    6890000 | #Constraints:     134393
2602.33/2612.48	c #Conflicts:    6891000 | #Constraints:     135393
2602.33/2612.48	c #Conflicts:    6892000 | #Constraints:     136393
2602.33/2612.48	c #Conflicts:    6893000 | #Constraints:     137393
2602.33/2612.48	c #Conflicts:    6894000 | #Constraints:     138393
2602.33/2612.48	c #Conflicts:    6895000 | #Constraints:     139393
2602.33/2612.48	c INPROCESSING
2602.33/2612.48	c GARBAGE COLLECT
2602.33/2612.48	c #Conflicts:    6896000 | #Constraints:      74868
2602.33/2612.48	c #Conflicts:    6897000 | #Constraints:      75868
2602.33/2612.48	c #Conflicts:    6898000 | #Constraints:      76868
2602.33/2612.48	c #Conflicts:    6899000 | #Constraints:      77868
2602.33/2612.48	c #Conflicts:    6900000 | #Constraints:      78868
2602.33/2612.48	c #Conflicts:    6901000 | #Constraints:      79868
2602.33/2612.48	c #Conflicts:    6902000 | #Constraints:      80868
2602.33/2612.48	c #Conflicts:    6903000 | #Constraints:      81868
2602.33/2612.48	c #Conflicts:    6904000 | #Constraints:      82868
2602.33/2612.48	c #Conflicts:    6905000 | #Constraints:      83868
2602.33/2612.48	c #Conflicts:    6906000 | #Constraints:      84868
2602.33/2612.48	c #Conflicts:    6907000 | #Constraints:      85868
2602.33/2612.48	c #Conflicts:    6908000 | #Constraints:      86868
2602.33/2612.48	c #Conflicts:    6909000 | #Constraints:      87869
2602.33/2612.48	c #Conflicts:    6910000 | #Constraints:      88869
2602.33/2612.48	c #Conflicts:    6911000 | #Constraints:      89869
2602.33/2612.48	c #Conflicts:    6912000 | #Constraints:      90869
2602.33/2612.48	c #Conflicts:    6913000 | #Constraints:      91869
2602.33/2612.48	c #Conflicts:    6914000 | #Constraints:      92869
2602.33/2612.48	c #Conflicts:    6915000 | #Constraints:      93869
2602.33/2612.48	c #Conflicts:    6916000 | #Constraints:      94869
2602.33/2612.48	c #Conflicts:    6917000 | #Constraints:      95869
2602.33/2612.48	c #Conflicts:    6918000 | #Constraints:      96869
2602.33/2612.48	c #Conflicts:    6919000 | #Constraints:      97869
2602.33/2612.48	c #Conflicts:    6920000 | #Constraints:      98869
2602.33/2612.48	c #Conflicts:    6921000 | #Constraints:      99869
2613.45/2623.61	c #Conflicts:    6922000 | #Constraints:     100869
2613.45/2623.61	c #Conflicts:    6923000 | #Constraints:     101869
2613.45/2623.61	c #Conflicts:    6924000 | #Constraints:     102869
2613.45/2623.61	c #Conflicts:    6925000 | #Constraints:     103869
2613.45/2623.61	c #Conflicts:    6926000 | #Constraints:     104869
2613.45/2623.61	c #Conflicts:    6927000 | #Constraints:     105869
2613.45/2623.61	c #Conflicts:    6928000 | #Constraints:     106869
2613.45/2623.61	c #Conflicts:    6929000 | #Constraints:     107869
2613.45/2623.61	c #Conflicts:    6930000 | #Constraints:     108869
2613.45/2623.61	c #Conflicts:    6931000 | #Constraints:     109869
2613.45/2623.61	c #Conflicts:    6932000 | #Constraints:     110869
2613.45/2623.61	c #Conflicts:    6933000 | #Constraints:     111869
2613.45/2623.61	c #Conflicts:    6934000 | #Constraints:     112869
2613.45/2623.61	c #Conflicts:    6935000 | #Constraints:     113869
2613.45/2623.61	c #Conflicts:    6936000 | #Constraints:     114869
2613.45/2623.61	c #Conflicts:    6937000 | #Constraints:     115869
2613.45/2623.61	c #Conflicts:    6938000 | #Constraints:     116869
2613.45/2623.61	c #Conflicts:    6939000 | #Constraints:     117869
2613.45/2623.61	c #Conflicts:    6940000 | #Constraints:     118869
2613.45/2623.61	c #Conflicts:    6941000 | #Constraints:     119869
2613.45/2623.61	c #Conflicts:    6942000 | #Constraints:     120869
2613.45/2623.61	c #Conflicts:    6943000 | #Constraints:     121869
2613.45/2623.61	c #Conflicts:    6944000 | #Constraints:     122869
2613.45/2623.61	c #Conflicts:    6945000 | #Constraints:     123869
2613.45/2623.61	c #Conflicts:    6946000 | #Constraints:     124869
2613.45/2623.61	c #Conflicts:    6947000 | #Constraints:     125869
2613.45/2623.61	c #Conflicts:    6948000 | #Constraints:     126869
2613.45/2623.61	c INPROCESSING
2613.45/2623.61	c GARBAGE COLLECT
2613.45/2623.61	c rational objective 327.608
2644.01/2654.38	c #Conflicts:    6949000 | #Constraints:      68414
2644.01/2654.38	c #Conflicts:    6950000 | #Constraints:      69414
2644.01/2654.38	c #Conflicts:    6951000 | #Constraints:      70414
2644.01/2654.38	c #Conflicts:    6952000 | #Constraints:      71414
2644.01/2654.38	c #Conflicts:    6953000 | #Constraints:      72414
2644.01/2654.38	c #Conflicts:    6954000 | #Constraints:      73414
2644.01/2654.38	c #Conflicts:    6955000 | #Constraints:      74414
2644.01/2654.38	c #Conflicts:    6956000 | #Constraints:      75414
2644.01/2654.38	c #Conflicts:    6957000 | #Constraints:      76414
2644.01/2654.38	c #Conflicts:    6958000 | #Constraints:      77414
2644.01/2654.38	c #Conflicts:    6959000 | #Constraints:      78414
2644.01/2654.38	c #Conflicts:    6960000 | #Constraints:      79415
2644.01/2654.38	c #Conflicts:    6961000 | #Constraints:      80415
2644.01/2654.38	c #Conflicts:    6962000 | #Constraints:      81415
2644.01/2654.38	c #Conflicts:    6963000 | #Constraints:      82415
2644.01/2654.38	c #Conflicts:    6964000 | #Constraints:      83415
2644.01/2654.38	c #Conflicts:    6965000 | #Constraints:      84415
2644.01/2654.38	c #Conflicts:    6966000 | #Constraints:      85415
2644.01/2654.38	c #Conflicts:    6967000 | #Constraints:      86415
2644.01/2654.38	c #Conflicts:    6968000 | #Constraints:      87415
2644.01/2654.38	c #Conflicts:    6969000 | #Constraints:      88415
2644.01/2654.38	c #Conflicts:    6970000 | #Constraints:      89415
2644.01/2654.38	c #Conflicts:    6971000 | #Constraints:      90415
2644.01/2654.38	c #Conflicts:    6972000 | #Constraints:      91415
2644.01/2654.38	c #Conflicts:    6973000 | #Constraints:      92415
2644.01/2654.38	c #Conflicts:    6974000 | #Constraints:      93415
2644.01/2654.38	c #Conflicts:    6975000 | #Constraints:      94415
2644.01/2654.38	c #Conflicts:    6976000 | #Constraints:      95415
2644.01/2654.38	c #Conflicts:    6977000 | #Constraints:      96415
2644.01/2654.38	c #Conflicts:    6978000 | #Constraints:      97415
2644.01/2654.38	c #Conflicts:    6979000 | #Constraints:      98415
2644.01/2654.38	c #Conflicts:    6980000 | #Constraints:      99415
2644.01/2654.38	c #Conflicts:    6981000 | #Constraints:     100415
2644.01/2654.38	c #Conflicts:    6982000 | #Constraints:     101415
2644.01/2654.38	c #Conflicts:    6983000 | #Constraints:     102415
2644.01/2654.38	c #Conflicts:    6984000 | #Constraints:     103415
2644.01/2654.38	c #Conflicts:    6985000 | #Constraints:     104415
2644.01/2654.38	c #Conflicts:    6986000 | #Constraints:     105415
2644.01/2654.38	c #Conflicts:    6987000 | #Constraints:     106415
2644.01/2654.38	c #Conflicts:    6988000 | #Constraints:     107415
2644.01/2654.38	c #Conflicts:    6989000 | #Constraints:     108415
2644.01/2654.38	c #Conflicts:    6990000 | #Constraints:     109415
2644.01/2654.38	c #Conflicts:    6991000 | #Constraints:     110415
2644.01/2654.38	c #Conflicts:    6992000 | #Constraints:     111415
2644.01/2654.38	c #Conflicts:    6993000 | #Constraints:     112415
2644.01/2654.38	c #Conflicts:    6994000 | #Constraints:     113415
2644.01/2654.38	c #Conflicts:    6995000 | #Constraints:     114415
2644.01/2654.38	c #Conflicts:    6996000 | #Constraints:     115415
2644.01/2654.38	c #Conflicts:    6997000 | #Constraints:     116415
2644.01/2654.38	c #Conflicts:    6998000 | #Constraints:     117415
2644.01/2654.38	c #Conflicts:    6999000 | #Constraints:     118415
2644.01/2654.38	c #Conflicts:    7000000 | #Constraints:     119415
2644.01/2654.38	c #Conflicts:    7001000 | #Constraints:     120416
2644.01/2654.38	c #Conflicts:    7002000 | #Constraints:     121416
2644.01/2654.38	c #Conflicts:    7003000 | #Constraints:     122416
2644.01/2654.38	c #Conflicts:    7004000 | #Constraints:     123416
2644.01/2654.38	c #Conflicts:    7005000 | #Constraints:     124416
2644.01/2654.38	c #Conflicts:    7006000 | #Constraints:     125416
2644.01/2654.38	c #Conflicts:    7007000 | #Constraints:     126416
2644.01/2654.38	c #Conflicts:    7008000 | #Constraints:     127416
2644.01/2654.38	c #Conflicts:    7009000 | #Constraints:     128417
2644.01/2654.38	c #Conflicts:    7010000 | #Constraints:     129417
2644.01/2654.38	c #Conflicts:    7011000 | #Constraints:     130417
2644.01/2654.38	c #Conflicts:    7012000 | #Constraints:     131417
2644.01/2654.38	c #Conflicts:    7013000 | #Constraints:     132417
2644.01/2654.38	c #Conflicts:    7014000 | #Constraints:     133417
2644.01/2654.38	c #Conflicts:    7015000 | #Constraints:     134417
2644.01/2654.38	c #Conflicts:    7016000 | #Constraints:     135417
2644.01/2654.38	c #Conflicts:    7017000 | #Constraints:     136417
2644.01/2654.38	c #Conflicts:    7018000 | #Constraints:     137417
2644.01/2654.38	c #Conflicts:    7019000 | #Constraints:     138417
2644.01/2654.38	c #Conflicts:    7020000 | #Constraints:     139417
2644.01/2654.38	c #Conflicts:    7021000 | #Constraints:     140417
2644.01/2654.38	c #Conflicts:    7022000 | #Constraints:     141417
2644.01/2654.38	c #Conflicts:    7023000 | #Constraints:     142417
2644.01/2654.38	c #Conflicts:    7024000 | #Constraints:     143417
2644.01/2654.38	c #Conflicts:    7025000 | #Constraints:     144417
2644.01/2654.38	c #Conflicts:    7026000 | #Constraints:     145417
2644.01/2654.38	c #Conflicts:    7027000 | #Constraints:     146417
2704.29/2714.81	c #Conflicts:    7028000 | #Constraints:     147417
2704.29/2714.81	c #Conflicts:    7029000 | #Constraints:     148417
2704.29/2714.81	c #Conflicts:    7030000 | #Constraints:     149417
2704.29/2714.81	c #Conflicts:    7031000 | #Constraints:     150417
2704.29/2714.81	c #Conflicts:    7032000 | #Constraints:     151417
2704.29/2714.81	c #Conflicts:    7033000 | #Constraints:     152417
2704.29/2714.81	c #Conflicts:    7034000 | #Constraints:     153417
2704.29/2714.81	c #Conflicts:    7035000 | #Constraints:     154417
2704.29/2714.81	c #Conflicts:    7036000 | #Constraints:     155417
2704.29/2714.81	c #Conflicts:    7037000 | #Constraints:     156417
2704.29/2714.81	c #Conflicts:    7038000 | #Constraints:     157417
2704.29/2714.81	c #Conflicts:    7039000 | #Constraints:     158417
2704.29/2714.81	c #Conflicts:    7040000 | #Constraints:     159417
2704.29/2714.81	c #Conflicts:    7041000 | #Constraints:     160417
2704.29/2714.81	c #Conflicts:    7042000 | #Constraints:     161417
2704.29/2714.81	c #Conflicts:    7043000 | #Constraints:     162417
2704.29/2714.81	c #Conflicts:    7044000 | #Constraints:     163417
2704.29/2714.81	c #Conflicts:    7045000 | #Constraints:     164417
2704.29/2714.81	c #Conflicts:    7046000 | #Constraints:     165417
2704.29/2714.81	c #Conflicts:    7047000 | #Constraints:     166417
2704.29/2714.81	c #Conflicts:    7048000 | #Constraints:     167417
2704.29/2714.81	c #Conflicts:    7049000 | #Constraints:     168417
2704.29/2714.81	c #Conflicts:    7050000 | #Constraints:     169417
2704.29/2714.81	c #Conflicts:    7051000 | #Constraints:     170417
2704.29/2714.81	c #Conflicts:    7052000 | #Constraints:     171417
2704.29/2714.81	c #Conflicts:    7053000 | #Constraints:     172417
2704.29/2714.81	c #Conflicts:    7054000 | #Constraints:     173417
2704.29/2714.81	c #Conflicts:    7055000 | #Constraints:     174417
2704.29/2714.81	c #Conflicts:    7056000 | #Constraints:     175417
2704.29/2714.81	c #Conflicts:    7057000 | #Constraints:     176417
2704.29/2714.81	c #Conflicts:    7058000 | #Constraints:     177417
2704.29/2714.81	c #Conflicts:    7059000 | #Constraints:     178417
2704.29/2714.81	c #Conflicts:    7060000 | #Constraints:     179417
2704.29/2714.81	c #Conflicts:    7061000 | #Constraints:     180417
2704.29/2714.81	c #Conflicts:    7062000 | #Constraints:     181417
2704.29/2714.81	c #Conflicts:    7063000 | #Constraints:     182417
2704.29/2714.81	c #Conflicts:    7064000 | #Constraints:     183417
2704.29/2714.81	c #Conflicts:    7065000 | #Constraints:     184417
2704.29/2714.81	c #Conflicts:    7066000 | #Constraints:     185417
2704.29/2714.81	c #Conflicts:    7067000 | #Constraints:     186417
2704.29/2714.81	c #Conflicts:    7068000 | #Constraints:     187417
2704.29/2714.81	c #Conflicts:    7069000 | #Constraints:     188417
2704.29/2714.81	c #Conflicts:    7070000 | #Constraints:     189417
2704.29/2714.81	c #Conflicts:    7071000 | #Constraints:     190417
2704.29/2714.81	c #Conflicts:    7072000 | #Constraints:     191417
2704.29/2714.81	c #Conflicts:    7073000 | #Constraints:     192417
2704.29/2714.81	c #Conflicts:    7074000 | #Constraints:     193417
2704.29/2714.81	c #Conflicts:    7075000 | #Constraints:     194417
2704.29/2714.81	c #Conflicts:    7076000 | #Constraints:     195417
2704.29/2714.81	c #Conflicts:    7077000 | #Constraints:     196417
2704.29/2714.81	c #Conflicts:    7078000 | #Constraints:     197417
2704.29/2714.81	c #Conflicts:    7079000 | #Constraints:     198417
2704.29/2714.81	c #Conflicts:    7080000 | #Constraints:     199417
2704.29/2714.81	c #Conflicts:    7081000 | #Constraints:     200417
2704.29/2714.81	c #Conflicts:    7082000 | #Constraints:     201417
2704.29/2714.81	c #Conflicts:    7083000 | #Constraints:     202417
2704.29/2714.81	c #Conflicts:    7084000 | #Constraints:     203417
2704.29/2714.81	c #Conflicts:    7085000 | #Constraints:     204417
2704.29/2714.81	c #Conflicts:    7086000 | #Constraints:     205417
2704.29/2714.81	c #Conflicts:    7087000 | #Constraints:     206417
2704.29/2714.81	c #Conflicts:    7088000 | #Constraints:     207417
2704.29/2714.81	c #Conflicts:    7089000 | #Constraints:     208417
2704.29/2714.81	c #Conflicts:    7090000 | #Constraints:     209417
2704.29/2714.81	c #Conflicts:    7091000 | #Constraints:     210417
2704.29/2714.81	c #Conflicts:    7092000 | #Constraints:     211417
2704.29/2714.81	c #Conflicts:    7093000 | #Constraints:     212417
2704.29/2714.81	c #Conflicts:    7094000 | #Constraints:     213417
2704.29/2714.81	c #Conflicts:    7095000 | #Constraints:     214417
2704.29/2714.81	c #Conflicts:    7096000 | #Constraints:     215417
2704.29/2714.81	c #Conflicts:    7097000 | #Constraints:     216417
2704.29/2714.81	c #Conflicts:    7098000 | #Constraints:     217418
2704.29/2714.81	c #Conflicts:    7099000 | #Constraints:     218418
2704.29/2714.81	c #Conflicts:    7100000 | #Constraints:     219418
2704.29/2714.81	c #Conflicts:    7101000 | #Constraints:     220418
2704.29/2714.81	c #Conflicts:    7102000 | #Constraints:     221418
2704.29/2714.81	c #Conflicts:    7103000 | #Constraints:     222418
2704.29/2714.81	c #Conflicts:    7104000 | #Constraints:     223418
2704.29/2714.81	c #Conflicts:    7105000 | #Constraints:     224418
2704.29/2714.81	c #Conflicts:    7106000 | #Constraints:     225418
2789.93/2800.76	c #Conflicts:    7107000 | #Constraints:     226418
2789.93/2800.76	c #Conflicts:    7108000 | #Constraints:     227418
2789.93/2800.76	c #Conflicts:    7109000 | #Constraints:     228418
2789.93/2800.76	c #Conflicts:    7110000 | #Constraints:     229418
2789.93/2800.76	c #Conflicts:    7111000 | #Constraints:     230418
2789.93/2800.76	c #Conflicts:    7112000 | #Constraints:     231418
2789.93/2800.76	c #Conflicts:    7113000 | #Constraints:     232418
2789.93/2800.76	c #Conflicts:    7114000 | #Constraints:     233418
2789.93/2800.76	c #Conflicts:    7115000 | #Constraints:     234418
2789.93/2800.76	c #Conflicts:    7116000 | #Constraints:     235418
2789.93/2800.76	c #Conflicts:    7117000 | #Constraints:     236418
2789.93/2800.76	c #Conflicts:    7118000 | #Constraints:     237418
2789.93/2800.76	c #Conflicts:    7119000 | #Constraints:     238418
2789.93/2800.76	c #Conflicts:    7120000 | #Constraints:     239418
2789.93/2800.76	c #Conflicts:    7121000 | #Constraints:     240418
2789.93/2800.76	c #Conflicts:    7122000 | #Constraints:     241418
2789.93/2800.76	c #Conflicts:    7123000 | #Constraints:     242418
2789.93/2800.76	c #Conflicts:    7124000 | #Constraints:     243418
2789.93/2800.76	c #Conflicts:    7125000 | #Constraints:     244418
2789.93/2800.76	c #Conflicts:    7126000 | #Constraints:     245418
2789.93/2800.76	c #Conflicts:    7127000 | #Constraints:     246418
2789.93/2800.76	c #Conflicts:    7128000 | #Constraints:     247418
2789.93/2800.76	c #Conflicts:    7129000 | #Constraints:     248418
2789.93/2800.76	c #Conflicts:    7130000 | #Constraints:     249418
2789.93/2800.76	c #Conflicts:    7131000 | #Constraints:     250418
2789.93/2800.76	c #Conflicts:    7132000 | #Constraints:     251418
2789.93/2800.76	c #Conflicts:    7133000 | #Constraints:     252418
2789.93/2800.76	c #Conflicts:    7134000 | #Constraints:     253418
2789.93/2800.76	c #Conflicts:    7135000 | #Constraints:     254418
2789.93/2800.76	c #Conflicts:    7136000 | #Constraints:     255418
2789.93/2800.76	c #Conflicts:    7137000 | #Constraints:     256418
2789.93/2800.76	c #Conflicts:    7138000 | #Constraints:     257418
2789.93/2800.76	c #Conflicts:    7139000 | #Constraints:     258418
2789.93/2800.76	c #Conflicts:    7140000 | #Constraints:     259418
2789.93/2800.76	c #Conflicts:    7141000 | #Constraints:     260418
2789.93/2800.76	c #Conflicts:    7142000 | #Constraints:     261418
2789.93/2800.76	c #Conflicts:    7143000 | #Constraints:     262418
2789.93/2800.76	c #Conflicts:    7144000 | #Constraints:     263418
2789.93/2800.76	c #Conflicts:    7145000 | #Constraints:     264418
2789.93/2800.76	c #Conflicts:    7146000 | #Constraints:     265418
2789.93/2800.76	c #Conflicts:    7147000 | #Constraints:     266418
2789.93/2800.76	c #Conflicts:    7148000 | #Constraints:     267418
2789.93/2800.76	c #Conflicts:    7149000 | #Constraints:     268418
2789.93/2800.76	c #Conflicts:    7150000 | #Constraints:     269418
2789.93/2800.76	c #Conflicts:    7151000 | #Constraints:     270418
2789.93/2800.76	c #Conflicts:    7152000 | #Constraints:     271418
2789.93/2800.76	c #Conflicts:    7153000 | #Constraints:     272418
2789.93/2800.76	c #Conflicts:    7154000 | #Constraints:     273418
2789.93/2800.76	c #Conflicts:    7155000 | #Constraints:     274418
2789.93/2800.76	c #Conflicts:    7156000 | #Constraints:     275418
2789.93/2800.76	c #Conflicts:    7157000 | #Constraints:     276418
2789.93/2800.76	c #Conflicts:    7158000 | #Constraints:     277418
2789.93/2800.76	c #Conflicts:    7159000 | #Constraints:     278418
2789.93/2800.76	c #Conflicts:    7160000 | #Constraints:     279418
2789.93/2800.76	c #Conflicts:    7161000 | #Constraints:     280419
2789.93/2800.76	c #Conflicts:    7162000 | #Constraints:     281419
2789.93/2800.76	c #Conflicts:    7163000 | #Constraints:     282419
2789.93/2800.76	c #Conflicts:    7164000 | #Constraints:     283419
2789.93/2800.76	c #Conflicts:    7165000 | #Constraints:     284420
2789.93/2800.76	c #Conflicts:    7166000 | #Constraints:     285420
2789.93/2800.76	c #Conflicts:    7167000 | #Constraints:     286420
2789.93/2800.76	c #Conflicts:    7168000 | #Constraints:     287420
2789.93/2800.76	c #Conflicts:    7169000 | #Constraints:     288421
2789.93/2800.76	c #Conflicts:    7170000 | #Constraints:     289421
2789.93/2800.76	c #Conflicts:    7171000 | #Constraints:     290423
2789.93/2800.76	c #Conflicts:    7172000 | #Constraints:     291424
2789.93/2800.76	c #Conflicts:    7173000 | #Constraints:     292424
2789.93/2800.76	c #Conflicts:    7174000 | #Constraints:     293425
2789.93/2800.76	c #Conflicts:    7175000 | #Constraints:     294425
2789.93/2800.76	c #Conflicts:    7176000 | #Constraints:     295425
2789.93/2800.76	c #Conflicts:    7177000 | #Constraints:     296425
2789.93/2800.76	c #Conflicts:    7178000 | #Constraints:     297425
2789.93/2800.76	c #Conflicts:    7179000 | #Constraints:     298425
2789.93/2800.76	c #Conflicts:    7180000 | #Constraints:     299425
2789.93/2800.76	c #Conflicts:    7181000 | #Constraints:     300425
2789.93/2800.76	c #Conflicts:    7182000 | #Constraints:     301425
2789.93/2800.76	c #Conflicts:    7183000 | #Constraints:     302425
2789.93/2800.76	c #Conflicts:    7184000 | #Constraints:     303426
2789.93/2800.76	c #Conflicts:    7185000 | #Constraints:     304426
2793.23/2804.01	c #Conflicts:    7186000 | #Constraints:     305426
2793.23/2804.01	c #Conflicts:    7187000 | #Constraints:     306426
2793.23/2804.01	WSVECS04 Frhs2[56]: 6 -28.7427 0 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[65]: 6 -35.2043 0 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[212]: 6 -0.485303 0 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[364]: 6 0 0.566105 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[452]: 6 0 0.855893 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[499]: 6 -10.8844 0 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[529]: 6 0 0.0106935 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[582]: 6 0 0.00211815 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[602]: 6 -0.165808 0 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[606]: 6 0 47.0527 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[646]: 6 0 47.0527 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[682]: 6 0 0.278169 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[694]: 6 -0.177963 0 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[699]: 6 0 0.00616865 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[722]: 6 0 0.27818 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[779]: 6 0 1.00928 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[846]: 6 -36.0857 0 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[849]: 6 0 0.231747 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[865]: 6 0 19.7018 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[897]: 6 0 1.00001 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[923]: 6 0 0.1792 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[970]: 6 0 0.0954391 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[988]: 6 0 0.893515 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1018]: 6 0 1.00008 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1030]: 6 -0.00422468 0 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1144]: 6 0 31.7033 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1152]: 6 0 10.8073 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1191]: 6 0 0.989658 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1197]: 6 -1.00002 0 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1210]: 6 0 0.130182 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1243]: 6 -0.419428 0 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1247]: 6 0 1.87967 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1492]: 6 -0.485269 0 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1555]: 6 0 0.915836 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1670]: 6 0 0.00211912 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1690]: 6 0 0.0793381 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1705]: 6 0 20.7018 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1777]: 6 -3.13018 0 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1796]: 6 -0.485289 0 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1797]: 6 -2.00002 0 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1813]: 6 -1.00009 0 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1815]: 6 -1.00009 0 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1822]: 6 -1.00003 0 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1824]: 6 -1.00006 0 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1825]: 6 -1.00003 0 shouldn't be
2793.23/2804.01	WSVECS04 Frhs2[1886]: 6 -7.90702 0 shouldn't be
2815.65/2826.51	c #Conflicts:    7188000 | #Constraints:     307427
2815.65/2826.51	c #Conflicts:    7189000 | #Constraints:     308427
2815.65/2826.51	c #Conflicts:    7190000 | #Constraints:     309427
2815.65/2826.51	c #Conflicts:    7191000 | #Constraints:     310427
2815.65/2826.51	c #Conflicts:    7192000 | #Constraints:     311427
2815.65/2826.51	c #Conflicts:    7193000 | #Constraints:     312427
2815.65/2826.51	c #Conflicts:    7194000 | #Constraints:     313427
2815.65/2826.51	c #Conflicts:    7195000 | #Constraints:     314427
2815.65/2826.51	c #Conflicts:    7196000 | #Constraints:     315427
2815.65/2826.51	c #Conflicts:    7197000 | #Constraints:     316427
2815.65/2826.51	c #Conflicts:    7198000 | #Constraints:     317427
2815.65/2826.51	c #Conflicts:    7199000 | #Constraints:     318427
2815.65/2826.51	c #Conflicts:    7200000 | #Constraints:     319427
2815.65/2826.51	c #Conflicts:    7201000 | #Constraints:     320427
2815.65/2826.51	c #Conflicts:    7202000 | #Constraints:     321427
2815.65/2826.51	c INPROCESSING
2815.65/2826.51	c GARBAGE COLLECT
2815.65/2826.51	WSVECS04 Frhs2[44]: 6 -1407.56 0 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[50]: 6 0 479.703 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[54]: 6 -1312.99 0 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[59]: 6 -356.955 0 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[60]: 6 -799.292 0 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[62]: 6 0 1629.38 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[63]: 6 0 1673.87 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[69]: 6 -712.891 0 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[70]: 6 0 1314.55 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[82]: 6 0 32.0394 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[99]: 6 0 1606.16 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[111]: 6 0 308.678 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[151]: 6 0 310.678 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[172]: 6 0 294.969 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[414]: 6 0 294.942 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[439]: 6 0 0.2 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[464]: 6 0 896.047 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[500]: 6 0 249.775 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[512]: 6 0 396.834 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[514]: 6 0 844.038 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[539]: 6 0 2330.44 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[619]: 6 0 1581.1 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[763]: 6 0 473.08 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[798]: 6 0 215.308 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[967]: 6 0 294.497 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[1108]: 6 0 27.9647 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[1151]: 6 0 1 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[1303]: 6 0 33.1824 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[1308]: 6 0 473.215 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[1324]: 6 0 517.064 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[1327]: 6 0 143.735 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[1336]: 6 0 293.966 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[1481]: 6 0 1 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[1699]: 6 0 1618.72 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[1704]: 6 0 1 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[1711]: 6 0 309.678 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[1732]: 6 -92.0023 0 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[1823]: 6 -1 0 shouldn't be
2815.65/2826.51	WSVECS04 Frhs2[1850]: 6 -1 0 shouldn't be
2815.85/2826.79	WSVECS04 Frhs2[404]: 6 0 1 shouldn't be
2815.85/2826.79	WSVECS04 Frhs2[533]: 6 0 1 shouldn't be
2815.85/2826.79	WSVECS04 Frhs2[570]: 6 0 0.03821 shouldn't be
2815.85/2826.79	WSVECS04 Frhs2[610]: 6 0 1 shouldn't be
2815.85/2826.79	WSVECS04 Frhs2[650]: 6 0 1 shouldn't be
2815.85/2826.79	WSVECS04 Frhs2[771]: 6 -1 0 shouldn't be
2815.85/2826.79	WSVECS04 Frhs2[1219]: 6 0 12.543 shouldn't be
2815.85/2826.79	WSVECS04 Frhs2[1225]: 6 0 1 shouldn't be
2815.85/2826.79	WSVECS04 Frhs2[1234]: 6 0 1 shouldn't be
2815.85/2826.79	WSVECS04 Frhs2[1822]: 6 -1 0 shouldn't be
2816.15/2827.05	WSVECS04 Frhs2[104]: 6 0 1 shouldn't be
2816.15/2827.05	WSVECS04 Frhs2[132]: 6 0 294.969 shouldn't be
2816.15/2827.05	WSVECS04 Frhs2[776]: 6 0 0.0436232 shouldn't be
2816.15/2827.05	WSVECS04 Frhs2[1034]: 6 0 1 shouldn't be
2816.15/2827.05	WSVECS04 Frhs2[1235]: 6 0 1 shouldn't be
2816.15/2827.05	WSVECS04 Frhs2[1859]: 6 -1 0 shouldn't be
2816.45/2827.31	WSVECS04 Frhs2[97]: 6 0 1 shouldn't be
2816.45/2827.31	WSVECS04 Frhs2[137]: 6 0 1 shouldn't be
2816.45/2827.31	WSVECS04 Frhs2[177]: 6 0 1 shouldn't be
2816.45/2827.31	WSVECS04 Frhs2[410]: 6 0 1 shouldn't be
2816.45/2827.31	WSVECS04 Frhs2[534]: 6 0 0.000339326 shouldn't be
2863.87/2874.94	c #Conflicts:    7203000 | #Constraints:     165543
2863.87/2874.94	c #Conflicts:    7204000 | #Constraints:     166543
2863.87/2874.94	c #Conflicts:    7205000 | #Constraints:     167543
2863.87/2874.94	c #Conflicts:    7206000 | #Constraints:     168543
2863.87/2874.94	c #Conflicts:    7207000 | #Constraints:     169543
2863.87/2874.94	c #Conflicts:    7208000 | #Constraints:     170543
2863.87/2874.94	c #Conflicts:    7209000 | #Constraints:     171543
2863.87/2874.94	c #Conflicts:    7210000 | #Constraints:     172543
2863.87/2874.94	c #Conflicts:    7211000 | #Constraints:     173543
2863.87/2874.94	c #Conflicts:    7212000 | #Constraints:     174543
2863.87/2874.94	c #Conflicts:    7213000 | #Constraints:     175543
2863.87/2874.94	c #Conflicts:    7214000 | #Constraints:     176543
2863.87/2874.94	c #Conflicts:    7215000 | #Constraints:     177543
2863.87/2874.94	c #Conflicts:    7216000 | #Constraints:     178543
2863.87/2874.94	c #Conflicts:    7217000 | #Constraints:     179543
2863.87/2874.94	c #Conflicts:    7218000 | #Constraints:     180543
2863.87/2874.94	c #Conflicts:    7219000 | #Constraints:     181543
2863.87/2874.94	c #Conflicts:    7220000 | #Constraints:     182543
2863.87/2874.94	c #Conflicts:    7221000 | #Constraints:     183543
2863.87/2874.94	c #Conflicts:    7222000 | #Constraints:     184543
2863.87/2874.94	c #Conflicts:    7223000 | #Constraints:     185543
2863.87/2874.94	c #Conflicts:    7224000 | #Constraints:     186543
2863.87/2874.94	c #Conflicts:    7225000 | #Constraints:     187543
2863.87/2874.94	c #Conflicts:    7226000 | #Constraints:     188543
2863.87/2874.94	c #Conflicts:    7227000 | #Constraints:     189543
2863.87/2874.94	c #Conflicts:    7228000 | #Constraints:     190543
2863.87/2874.94	c #Conflicts:    7229000 | #Constraints:     191543
2863.87/2874.94	c #Conflicts:    7230000 | #Constraints:     192543
2863.87/2874.94	c #Conflicts:    7231000 | #Constraints:     193543
2863.87/2874.94	c #Conflicts:    7232000 | #Constraints:     194543
2863.87/2874.94	c #Conflicts:    7233000 | #Constraints:     195543
2863.87/2874.94	c #Conflicts:    7234000 | #Constraints:     196543
2863.87/2874.94	c #Conflicts:    7235000 | #Constraints:     197543
2863.87/2874.94	c #Conflicts:    7236000 | #Constraints:     198543
2863.87/2874.94	c #Conflicts:    7237000 | #Constraints:     199543
2863.87/2874.94	c #Conflicts:    7238000 | #Constraints:     200543
2863.87/2874.94	c #Conflicts:    7239000 | #Constraints:     201543
2863.87/2874.94	c #Conflicts:    7240000 | #Constraints:     202543
2863.87/2874.94	c #Conflicts:    7241000 | #Constraints:     203543
2863.87/2874.94	c #Conflicts:    7242000 | #Constraints:     204543
2863.87/2874.94	c #Conflicts:    7243000 | #Constraints:     205543
2863.87/2874.94	c #Conflicts:    7244000 | #Constraints:     206543
2863.87/2874.94	c #Conflicts:    7245000 | #Constraints:     207543
2863.87/2874.94	c #Conflicts:    7246000 | #Constraints:     208543
2863.87/2874.94	c #Conflicts:    7247000 | #Constraints:     209543
2863.87/2874.94	c #Conflicts:    7248000 | #Constraints:     210543
2863.87/2874.94	c #Conflicts:    7249000 | #Constraints:     211543
2863.87/2874.94	c #Conflicts:    7250000 | #Constraints:     212543
2863.87/2874.94	c #Conflicts:    7251000 | #Constraints:     213543
2863.87/2874.94	c #Conflicts:    7252000 | #Constraints:     214543
2863.87/2874.94	c #Conflicts:    7253000 | #Constraints:     215543
2863.87/2874.94	c #Conflicts:    7254000 | #Constraints:     216543
2863.87/2874.94	c #Conflicts:    7255000 | #Constraints:     217543
2863.87/2874.94	c #Conflicts:    7256000 | #Constraints:     218543
2863.87/2874.94	c #Conflicts:    7257000 | #Constraints:     219543
2863.87/2874.94	c INPROCESSING
2863.87/2874.94	c GARBAGE COLLECT
2863.87/2874.94	c #Conflicts:    7258000 | #Constraints:     114747
2863.87/2874.94	c #Conflicts:    7259000 | #Constraints:     115747
2863.87/2874.94	c #Conflicts:    7260000 | #Constraints:     116747
2863.87/2874.94	c #Conflicts:    7261000 | #Constraints:     117747
2863.87/2874.94	c #Conflicts:    7262000 | #Constraints:     118747
2863.87/2874.94	c #Conflicts:    7263000 | #Constraints:     119747
2863.87/2874.94	c #Conflicts:    7264000 | #Constraints:     120747
2863.87/2874.94	c #Conflicts:    7265000 | #Constraints:     121747
2863.87/2874.94	c #Conflicts:    7266000 | #Constraints:     122747
2863.87/2874.94	c #Conflicts:    7267000 | #Constraints:     123747
2863.87/2874.94	c #Conflicts:    7268000 | #Constraints:     124747
2863.87/2874.94	c #Conflicts:    7269000 | #Constraints:     125747
2863.87/2874.94	c #Conflicts:    7270000 | #Constraints:     126747
2863.87/2874.94	c #Conflicts:    7271000 | #Constraints:     127747
2863.87/2874.94	c #Conflicts:    7272000 | #Constraints:     128747
2863.87/2874.94	c #Conflicts:    7273000 | #Constraints:     129747
2863.87/2874.94	c #Conflicts:    7274000 | #Constraints:     130747
2863.87/2874.94	c #Conflicts:    7275000 | #Constraints:     131747
2863.87/2874.94	c #Conflicts:    7276000 | #Constraints:     132747
2863.87/2874.94	c #Conflicts:    7277000 | #Constraints:     133747
2863.87/2874.94	c #Conflicts:    7278000 | #Constraints:     134747
2863.87/2874.94	c #Conflicts:    7279000 | #Constraints:     135747
2863.87/2874.94	c #Conflicts:    7280000 | #Constraints:     136747
2863.87/2874.94	c #Conflicts:    7281000 | #Constraints:     137747
2895.46/2906.63	c #Conflicts:    7282000 | #Constraints:     138747
2895.46/2906.63	c #Conflicts:    7283000 | #Constraints:     139747
2895.46/2906.63	c #Conflicts:    7284000 | #Constraints:     140747
2895.46/2906.63	c #Conflicts:    7285000 | #Constraints:     141747
2895.46/2906.63	c #Conflicts:    7286000 | #Constraints:     142747
2895.46/2906.63	c #Conflicts:    7287000 | #Constraints:     143747
2895.46/2906.63	c #Conflicts:    7288000 | #Constraints:     144747
2895.46/2906.63	c #Conflicts:    7289000 | #Constraints:     145747
2895.46/2906.63	c #Conflicts:    7290000 | #Constraints:     146747
2895.46/2906.63	c #Conflicts:    7291000 | #Constraints:     147747
2895.46/2906.63	c #Conflicts:    7292000 | #Constraints:     148747
2895.46/2906.63	c #Conflicts:    7293000 | #Constraints:     149747
2895.46/2906.63	c #Conflicts:    7294000 | #Constraints:     150747
2895.46/2906.63	c #Conflicts:    7295000 | #Constraints:     151747
2895.46/2906.63	c #Conflicts:    7296000 | #Constraints:     152747
2895.46/2906.63	c #Conflicts:    7297000 | #Constraints:     153747
2895.46/2906.63	c #Conflicts:    7298000 | #Constraints:     154747
2895.46/2906.63	c #Conflicts:    7299000 | #Constraints:     155747
2895.46/2906.63	c #Conflicts:    7300000 | #Constraints:     156747
2895.46/2906.63	c #Conflicts:    7301000 | #Constraints:     157747
2895.46/2906.63	c #Conflicts:    7302000 | #Constraints:     158747
2895.46/2906.63	c #Conflicts:    7303000 | #Constraints:     159747
2895.46/2906.63	c #Conflicts:    7304000 | #Constraints:     160747
2895.46/2906.63	c #Conflicts:    7305000 | #Constraints:     161747
2895.46/2906.63	c #Conflicts:    7306000 | #Constraints:     162747
2895.46/2906.63	c #Conflicts:    7307000 | #Constraints:     163747
2895.46/2906.63	c #Conflicts:    7308000 | #Constraints:     164747
2895.46/2906.63	c #Conflicts:    7309000 | #Constraints:     165747
2895.46/2906.63	c #Conflicts:    7310000 | #Constraints:     166747
2895.46/2906.63	c #Conflicts:    7311000 | #Constraints:     167747
2895.46/2906.63	c #Conflicts:    7312000 | #Constraints:     168747
2895.46/2906.63	c INPROCESSING
2895.46/2906.63	c GARBAGE COLLECT
2895.46/2906.63	c #Conflicts:    7313000 | #Constraints:      89394
2895.46/2906.63	c #Conflicts:    7314000 | #Constraints:      90394
2895.46/2906.63	c #Conflicts:    7315000 | #Constraints:      91394
2895.46/2906.63	c #Conflicts:    7316000 | #Constraints:      92394
2895.46/2906.63	c #Conflicts:    7317000 | #Constraints:      93394
2895.46/2906.63	c #Conflicts:    7318000 | #Constraints:      94394
2895.46/2906.63	c #Conflicts:    7319000 | #Constraints:      95394
2895.46/2906.63	c #Conflicts:    7320000 | #Constraints:      96394
2895.46/2906.63	c #Conflicts:    7321000 | #Constraints:      97394
2895.46/2906.63	c #Conflicts:    7322000 | #Constraints:      98394
2895.46/2906.63	c #Conflicts:    7323000 | #Constraints:      99394
2895.46/2906.63	c #Conflicts:    7324000 | #Constraints:     100394
2895.46/2906.63	c #Conflicts:    7325000 | #Constraints:     101394
2895.46/2906.63	c #Conflicts:    7326000 | #Constraints:     102394
2895.46/2906.63	c #Conflicts:    7327000 | #Constraints:     103394
2895.46/2906.63	c #Conflicts:    7328000 | #Constraints:     104394
2895.46/2906.63	c #Conflicts:    7329000 | #Constraints:     105394
2895.46/2906.63	c #Conflicts:    7330000 | #Constraints:     106394
2895.46/2906.63	c #Conflicts:    7331000 | #Constraints:     107394
2895.46/2906.63	c #Conflicts:    7332000 | #Constraints:     108394
2895.46/2906.63	c #Conflicts:    7333000 | #Constraints:     109394
2895.46/2906.63	c #Conflicts:    7334000 | #Constraints:     110394
2895.46/2906.63	c #Conflicts:    7335000 | #Constraints:     111394
2895.46/2906.63	c #Conflicts:    7336000 | #Constraints:     112394
2895.46/2906.63	c #Conflicts:    7337000 | #Constraints:     113394
2895.46/2906.63	c #Conflicts:    7338000 | #Constraints:     114394
2895.46/2906.63	c #Conflicts:    7339000 | #Constraints:     115394
2895.46/2906.63	c #Conflicts:    7340000 | #Constraints:     116394
2895.46/2906.63	c #Conflicts:    7341000 | #Constraints:     117394
2895.46/2906.63	c #Conflicts:    7342000 | #Constraints:     118394
2895.46/2906.63	c #Conflicts:    7343000 | #Constraints:     119394
2895.46/2906.63	c #Conflicts:    7344000 | #Constraints:     120394
2895.46/2906.63	c #Conflicts:    7345000 | #Constraints:     121395
2895.46/2906.63	c #Conflicts:    7346000 | #Constraints:     122395
2895.46/2906.63	c #Conflicts:    7347000 | #Constraints:     123395
2895.46/2906.63	c #Conflicts:    7348000 | #Constraints:     124395
2895.46/2906.63	c #Conflicts:    7349000 | #Constraints:     125395
2895.46/2906.63	c #Conflicts:    7350000 | #Constraints:     126395
2895.46/2906.63	c #Conflicts:    7351000 | #Constraints:     127395
2895.46/2906.63	c #Conflicts:    7352000 | #Constraints:     128395
2895.46/2906.63	c #Conflicts:    7353000 | #Constraints:     129395
2895.46/2906.63	c #Conflicts:    7354000 | #Constraints:     130395
2895.46/2906.63	c #Conflicts:    7355000 | #Constraints:     131395
2895.46/2906.63	c #Conflicts:    7356000 | #Constraints:     132395
2895.46/2906.63	c #Conflicts:    7357000 | #Constraints:     133395
2895.46/2906.63	c #Conflicts:    7358000 | #Constraints:     134395
2895.46/2906.63	c #Conflicts:    7359000 | #Constraints:     135395
2899.36/2910.52	c #Conflicts:    7360000 | #Constraints:     136395
2899.36/2910.52	c #Conflicts:    7361000 | #Constraints:     137395
2899.36/2910.52	c #Conflicts:    7362000 | #Constraints:     138395
2899.36/2910.52	c #Conflicts:    7363000 | #Constraints:     139395
2899.36/2910.52	c #Conflicts:    7364000 | #Constraints:     140395
2899.36/2910.52	c #Conflicts:    7365000 | #Constraints:     141395
2899.36/2910.52	c #Conflicts:    7366000 | #Constraints:     142395
2899.36/2910.52	WSVECS04 Frhs2[62]: 6 0 4.47344 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[68]: 6 -41.5258 0 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[70]: 6 -27.1416 0 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[76]: 6 0 0.258182 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[169]: 6 0 3.36097 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[336]: 6 0 0.664008 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[345]: 6 0 5.70463 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[427]: 6 0 17.4593 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[465]: 6 0 13.4093 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[487]: 6 0 12.0052 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[514]: 6 0 2.12938 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[895]: 6 -1 0 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[896]: 6 0 21.3964 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[973]: 6 0 5.43386 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[1005]: 6 0 20.2417 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[1013]: 6 0 5.43386 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[1093]: 6 -1 0 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[1096]: 6 0 21.3821 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[1104]: 6 0 3.0994 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[1107]: 6 0 17.4593 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[1121]: 6 -1 0 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[1238]: 6 0 0.626184 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[1256]: 6 0 35.3043 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[1264]: 6 0 28.495 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[1372]: 6 0 0.0359168 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[1418]: 6 0 1 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[1445]: 6 0 21.7288 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[1459]: 6 0 4.47332 shouldn't be
2899.36/2910.52	WSVECS04 Frhs2[1759]: 6 -1 0 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[50]: 6 -6.13399 0 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[64]: 6 -37.5544 0 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[66]: 6 -15.9242 0 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[77]: 6 -30.3239 0 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[79]: 6 -36.3455 0 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[92]: 6 0 0.0359165 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[105]: 6 0 27.7712 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[224]: 6 0 28.495 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[229]: 6 0 1 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[248]: 6 0 1 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[416]: 6 0 36.1278 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[420]: 6 0 6.70463 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[467]: 6 0 17.4593 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[490]: 6 0 17.9538 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[492]: 6 0 0.0359171 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1003]: 6 0 20.0292 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1004]: 6 -1 0 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1052]: 6 0 0.0359168 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1067]: 6 0 17.4593 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1132]: 6 0 0.035917 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1135]: 6 -1 0 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1204]: 6 -1 0 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1210]: 6 0 2.65524 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1223]: 6 0 13.5579 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1260]: 6 0 1 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1296]: 6 0 35.3043 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1321]: 6 -1 0 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1363]: 6 -25.0134 0 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1380]: 6 0 1 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1396]: 6 0 4.97272 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1398]: 6 0 6.91532 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1420]: 6 0 1 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1436]: 6 0 4.97272 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1438]: 6 0 7.43413 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1463]: 6 0 15.5034 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1464]: 6 0 28.495 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1466]: 6 0 6.9664 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1471]: 6 0 1.58252 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1476]: 6 0 4.97272 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1479]: 6 0 41.5592 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1526]: 6 -68.5556 0 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1527]: 6 0 0.313921 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1552]: 6 -6.53272 0 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1594]: 6 0 5.66609 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1595]: 6 -3.52029 0 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1607]: 6 0 0.313921 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1664]: 6 0 28.495 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1678]: 6 0 0.619001 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1750]: 6 -12.7204 0 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1777]: 6 -10.216 0 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1822]: 6 -1 0 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1840]: 6 -1 0 shouldn't be
2899.55/2910.77	WSVECS04 Frhs2[1885]: 6 -1 0 shouldn't be
2922.14/2933.45	c #Conflicts:    7367000 | #Constraints:     143396
2922.14/2933.45	c INPROCESSING
2922.14/2933.45	c GARBAGE COLLECT
2922.14/2933.45	c #Conflicts:    7368000 | #Constraints:      76670
2922.14/2933.45	c #Conflicts:    7369000 | #Constraints:      77670
2922.14/2933.45	c #Conflicts:    7370000 | #Constraints:      78670
2922.14/2933.45	c #Conflicts:    7371000 | #Constraints:      79670
2922.14/2933.45	c #Conflicts:    7372000 | #Constraints:      80670
2922.14/2933.45	c #Conflicts:    7373000 | #Constraints:      81670
2922.14/2933.45	c #Conflicts:    7374000 | #Constraints:      82670
2922.14/2933.45	c #Conflicts:    7375000 | #Constraints:      83670
2922.14/2933.45	c #Conflicts:    7376000 | #Constraints:      84670
2922.14/2933.45	c #Conflicts:    7377000 | #Constraints:      85670
2922.14/2933.45	c #Conflicts:    7378000 | #Constraints:      86670
2922.14/2933.45	c #Conflicts:    7379000 | #Constraints:      87670
2922.14/2933.45	c #Conflicts:    7380000 | #Constraints:      88670
2922.14/2933.45	c #Conflicts:    7381000 | #Constraints:      89670
2922.14/2933.45	c #Conflicts:    7382000 | #Constraints:      90670
2922.14/2933.45	c #Conflicts:    7383000 | #Constraints:      91670
2922.14/2933.45	c #Conflicts:    7384000 | #Constraints:      92670
2922.14/2933.45	c #Conflicts:    7385000 | #Constraints:      93670
2922.14/2933.45	c #Conflicts:    7386000 | #Constraints:      94670
2922.14/2933.45	c #Conflicts:    7387000 | #Constraints:      95670
2922.14/2933.45	c #Conflicts:    7388000 | #Constraints:      96670
2922.14/2933.45	c #Conflicts:    7389000 | #Constraints:      97670
2922.14/2933.45	c #Conflicts:    7390000 | #Constraints:      98670
2922.14/2933.45	c #Conflicts:    7391000 | #Constraints:      99670
2922.14/2933.45	c #Conflicts:    7392000 | #Constraints:     100670
2922.14/2933.45	c #Conflicts:    7393000 | #Constraints:     101670
2922.14/2933.45	c #Conflicts:    7394000 | #Constraints:     102670
2922.14/2933.45	c #Conflicts:    7395000 | #Constraints:     103670
2922.14/2933.45	c #Conflicts:    7396000 | #Constraints:     104670
2922.14/2933.45	c #Conflicts:    7397000 | #Constraints:     105670
2922.14/2933.45	c #Conflicts:    7398000 | #Constraints:     106670
2922.14/2933.45	c #Conflicts:    7399000 | #Constraints:     107670
2922.14/2933.45	c #Conflicts:    7400000 | #Constraints:     108670
2922.14/2933.45	c #Conflicts:    7401000 | #Constraints:     109670
2922.14/2933.45	c #Conflicts:    7402000 | #Constraints:     110670
2922.14/2933.45	c #Conflicts:    7403000 | #Constraints:     111670
2922.14/2933.45	c #Conflicts:    7404000 | #Constraints:     112670
2922.14/2933.45	c #Conflicts:    7405000 | #Constraints:     113670
2922.14/2933.45	c #Conflicts:    7406000 | #Constraints:     114670
2922.14/2933.45	c #Conflicts:    7407000 | #Constraints:     115670
2922.14/2933.45	c #Conflicts:    7408000 | #Constraints:     116670
2922.14/2933.45	c #Conflicts:    7409000 | #Constraints:     117670
2922.14/2933.45	c #Conflicts:    7410000 | #Constraints:     118670
2922.14/2933.45	c #Conflicts:    7411000 | #Constraints:     119670
2922.14/2933.45	c #Conflicts:    7412000 | #Constraints:     120670
2922.14/2933.45	c #Conflicts:    7413000 | #Constraints:     121670
2922.14/2933.45	c #Conflicts:    7414000 | #Constraints:     122670
2922.14/2933.45	c #Conflicts:    7415000 | #Constraints:     123670
2922.14/2933.45	c #Conflicts:    7416000 | #Constraints:     124670
2922.14/2933.45	c #Conflicts:    7417000 | #Constraints:     125670
2922.14/2933.45	c #Conflicts:    7418000 | #Constraints:     126670
2922.14/2933.45	c #Conflicts:    7419000 | #Constraints:     127670
2922.14/2933.45	c #Conflicts:    7420000 | #Constraints:     128670
2922.14/2933.45	c #Conflicts:    7421000 | #Constraints:     129670
2922.14/2933.45	c #Conflicts:    7422000 | #Constraints:     130670
2922.14/2933.45	c INPROCESSING
2922.14/2933.45	c GARBAGE COLLECT
2922.14/2933.45	c #Conflicts:    7423000 | #Constraints:      70155
2922.14/2933.45	c #Conflicts:    7424000 | #Constraints:      71155
2922.14/2933.45	c #Conflicts:    7425000 | #Constraints:      72155
2922.14/2933.45	c #Conflicts:    7426000 | #Constraints:      73155
2922.14/2933.45	c #Conflicts:    7427000 | #Constraints:      74155
2922.14/2933.45	c #Conflicts:    7428000 | #Constraints:      75155
2922.14/2933.45	c #Conflicts:    7429000 | #Constraints:      76155
2922.14/2933.45	c #Conflicts:    7430000 | #Constraints:      77155
2922.14/2933.45	c #Conflicts:    7431000 | #Constraints:      78155
2922.14/2933.45	c #Conflicts:    7432000 | #Constraints:      79155
2922.14/2933.45	c #Conflicts:    7433000 | #Constraints:      80155
2922.14/2933.45	c #Conflicts:    7434000 | #Constraints:      81155
2922.14/2933.45	c #Conflicts:    7435000 | #Constraints:      82155
2922.14/2933.45	c #Conflicts:    7436000 | #Constraints:      83155
2922.14/2933.45	c #Conflicts:    7437000 | #Constraints:      84155
2922.14/2933.45	c #Conflicts:    7438000 | #Constraints:      85155
2922.14/2933.45	c #Conflicts:    7439000 | #Constraints:      86155
2922.14/2933.45	c #Conflicts:    7440000 | #Constraints:      87155
2922.14/2933.45	c #Conflicts:    7441000 | #Constraints:      88155
2922.14/2933.45	c #Conflicts:    7442000 | #Constraints:      89155
2922.14/2933.45	c #Conflicts:    7443000 | #Constraints:      90155
2922.14/2933.45	c #Conflicts:    7444000 | #Constraints:      91155
2951.41/2962.87	c #Conflicts:    7445000 | #Constraints:      92155
2951.41/2962.87	c #Conflicts:    7446000 | #Constraints:      93155
2951.41/2962.87	c #Conflicts:    7447000 | #Constraints:      94155
2951.41/2962.87	c #Conflicts:    7448000 | #Constraints:      95155
2951.41/2962.87	c #Conflicts:    7449000 | #Constraints:      96155
2951.41/2962.87	c #Conflicts:    7450000 | #Constraints:      97155
2951.41/2962.87	c #Conflicts:    7451000 | #Constraints:      98155
2951.41/2962.87	c #Conflicts:    7452000 | #Constraints:      99156
2951.41/2962.87	c #Conflicts:    7453000 | #Constraints:     100156
2951.41/2962.87	c #Conflicts:    7454000 | #Constraints:     101156
2951.41/2962.87	c #Conflicts:    7455000 | #Constraints:     102156
2951.41/2962.87	c #Conflicts:    7456000 | #Constraints:     103156
2951.41/2962.87	c #Conflicts:    7457000 | #Constraints:     104156
2951.41/2962.87	c #Conflicts:    7458000 | #Constraints:     105156
2951.41/2962.87	c #Conflicts:    7459000 | #Constraints:     106156
2951.41/2962.87	c #Conflicts:    7460000 | #Constraints:     107156
2951.41/2962.87	c #Conflicts:    7461000 | #Constraints:     108156
2951.41/2962.87	c #Conflicts:    7462000 | #Constraints:     109156
2951.41/2962.87	c #Conflicts:    7463000 | #Constraints:     110156
2951.41/2962.87	c #Conflicts:    7464000 | #Constraints:     111156
2951.41/2962.87	c #Conflicts:    7465000 | #Constraints:     112156
2951.41/2962.87	c #Conflicts:    7466000 | #Constraints:     113156
2951.41/2962.87	c #Conflicts:    7467000 | #Constraints:     114156
2951.41/2962.87	c #Conflicts:    7468000 | #Constraints:     115156
2951.41/2962.87	c #Conflicts:    7469000 | #Constraints:     116156
2951.41/2962.87	c #Conflicts:    7470000 | #Constraints:     117156
2951.41/2962.87	c #Conflicts:    7471000 | #Constraints:     118156
2951.41/2962.87	c #Conflicts:    7472000 | #Constraints:     119156
2951.41/2962.87	c #Conflicts:    7473000 | #Constraints:     120156
2951.41/2962.87	c #Conflicts:    7474000 | #Constraints:     121156
2951.41/2962.87	c #Conflicts:    7475000 | #Constraints:     122156
2951.41/2962.87	c #Conflicts:    7476000 | #Constraints:     123156
2951.41/2962.87	c #Conflicts:    7477000 | #Constraints:     124156
2951.41/2962.87	c #Conflicts:    7478000 | #Constraints:     125156
2951.41/2962.87	c #Conflicts:    7479000 | #Constraints:     126156
2951.41/2962.87	c #Conflicts:    7480000 | #Constraints:     127156
2951.41/2962.87	c #Conflicts:    7481000 | #Constraints:     128156
2951.41/2962.87	c #Conflicts:    7482000 | #Constraints:     129156
2951.41/2962.87	c #Conflicts:    7483000 | #Constraints:     130156
2951.41/2962.87	c #Conflicts:    7484000 | #Constraints:     131156
2951.41/2962.87	c #Conflicts:    7485000 | #Constraints:     132156
2951.41/2962.87	c #Conflicts:    7486000 | #Constraints:     133156
2951.41/2962.87	c #Conflicts:    7487000 | #Constraints:     134156
2951.41/2962.87	c #Conflicts:    7488000 | #Constraints:     135156
2951.41/2962.87	c #Conflicts:    7489000 | #Constraints:     136156
2951.41/2962.87	c #Conflicts:    7490000 | #Constraints:     137156
2951.41/2962.87	c #Conflicts:    7491000 | #Constraints:     138156
2951.41/2962.87	c #Conflicts:    7492000 | #Constraints:     139156
2951.41/2962.87	c #Conflicts:    7493000 | #Constraints:     140156
2951.41/2962.87	c #Conflicts:    7494000 | #Constraints:     141156
2951.41/2962.87	c #Conflicts:    7495000 | #Constraints:     142156
2951.41/2962.87	c #Conflicts:    7496000 | #Constraints:     143156
2951.41/2962.87	c #Conflicts:    7497000 | #Constraints:     144156
2951.41/2962.87	c #Conflicts:    7498000 | #Constraints:     145156
2951.41/2962.87	c #Conflicts:    7499000 | #Constraints:     146156
2951.41/2962.87	c #Conflicts:    7500000 | #Constraints:     147156
2951.41/2962.87	c #Conflicts:    7501000 | #Constraints:     148156
2951.41/2962.87	c #Conflicts:    7502000 | #Constraints:     149156
2951.41/2962.87	c #Conflicts:    7503000 | #Constraints:     150156
2951.41/2962.87	c #Conflicts:    7504000 | #Constraints:     151156
2951.41/2962.87	c #Conflicts:    7505000 | #Constraints:     152156
2951.41/2962.87	c #Conflicts:    7506000 | #Constraints:     153156
2951.41/2962.87	c #Conflicts:    7507000 | #Constraints:     154156
2951.41/2962.87	c #Conflicts:    7508000 | #Constraints:     155156
2951.41/2962.87	c #Conflicts:    7509000 | #Constraints:     156156
2951.41/2962.87	c #Conflicts:    7510000 | #Constraints:     157156
2951.41/2962.87	c #Conflicts:    7511000 | #Constraints:     158156
2951.41/2962.87	c #Conflicts:    7512000 | #Constraints:     159156
2951.41/2962.87	c #Conflicts:    7513000 | #Constraints:     160156
2951.41/2962.87	c #Conflicts:    7514000 | #Constraints:     161156
2951.41/2962.87	c #Conflicts:    7515000 | #Constraints:     162156
2951.41/2962.87	c #Conflicts:    7516000 | #Constraints:     163156
2951.41/2962.87	c #Conflicts:    7517000 | #Constraints:     164156
2951.41/2962.87	c #Conflicts:    7518000 | #Constraints:     165156
2951.41/2962.87	c #Conflicts:    7519000 | #Constraints:     166156
2951.41/2962.87	c #Conflicts:    7520000 | #Constraints:     167156
2951.41/2962.87	c #Conflicts:    7521000 | #Constraints:     168156
2951.41/2962.87	c #Conflicts:    7522000 | #Constraints:     169156
2951.41/2962.87	c #Conflicts:    7523000 | #Constraints:     170156
2997.57/3009.10	c #Conflicts:    7524000 | #Constraints:     171156
2997.57/3009.10	c #Conflicts:    7525000 | #Constraints:     172156
2997.57/3009.10	c #Conflicts:    7526000 | #Constraints:     173156
2997.57/3009.10	c #Conflicts:    7527000 | #Constraints:     174156
2997.57/3009.10	c #Conflicts:    7528000 | #Constraints:     175156
2997.57/3009.10	c #Conflicts:    7529000 | #Constraints:     176156
2997.57/3009.10	c #Conflicts:    7530000 | #Constraints:     177156
2997.57/3009.10	c #Conflicts:    7531000 | #Constraints:     178156
2997.57/3009.10	c #Conflicts:    7532000 | #Constraints:     179156
2997.57/3009.10	c #Conflicts:    7533000 | #Constraints:     180156
2997.57/3009.10	c #Conflicts:    7534000 | #Constraints:     181156
2997.57/3009.10	c #Conflicts:    7535000 | #Constraints:     182156
2997.57/3009.10	c #Conflicts:    7536000 | #Constraints:     183156
2997.57/3009.10	c #Conflicts:    7537000 | #Constraints:     184156
2997.57/3009.10	c #Conflicts:    7538000 | #Constraints:     185156
2997.57/3009.10	c #Conflicts:    7539000 | #Constraints:     186156
2997.57/3009.10	c #Conflicts:    7540000 | #Constraints:     187156
2997.57/3009.10	c #Conflicts:    7541000 | #Constraints:     188156
2997.57/3009.10	c #Conflicts:    7542000 | #Constraints:     189156
2997.57/3009.10	c #Conflicts:    7543000 | #Constraints:     190156
2997.57/3009.10	c #Conflicts:    7544000 | #Constraints:     191156
2997.57/3009.10	c #Conflicts:    7545000 | #Constraints:     192156
2997.57/3009.10	c #Conflicts:    7546000 | #Constraints:     193156
2997.57/3009.10	c #Conflicts:    7547000 | #Constraints:     194156
2997.57/3009.10	c #Conflicts:    7548000 | #Constraints:     195156
2997.57/3009.10	c #Conflicts:    7549000 | #Constraints:     196156
2997.57/3009.10	c #Conflicts:    7550000 | #Constraints:     197156
2997.57/3009.10	c #Conflicts:    7551000 | #Constraints:     198156
2997.57/3009.10	c #Conflicts:    7552000 | #Constraints:     199156
2997.57/3009.10	c #Conflicts:    7553000 | #Constraints:     200156
2997.57/3009.10	c #Conflicts:    7554000 | #Constraints:     201156
2997.57/3009.10	c #Conflicts:    7555000 | #Constraints:     202156
2997.57/3009.10	c #Conflicts:    7556000 | #Constraints:     203156
2997.57/3009.10	c #Conflicts:    7557000 | #Constraints:     204156
2997.57/3009.10	c #Conflicts:    7558000 | #Constraints:     205156
2997.57/3009.10	c #Conflicts:    7559000 | #Constraints:     206156
2997.57/3009.10	c #Conflicts:    7560000 | #Constraints:     207156
2997.57/3009.10	c #Conflicts:    7561000 | #Constraints:     208156
2997.57/3009.10	c #Conflicts:    7562000 | #Constraints:     209156
2997.57/3009.10	c #Conflicts:    7563000 | #Constraints:     210157
2997.57/3009.10	c #Conflicts:    7564000 | #Constraints:     211157
2997.57/3009.10	c #Conflicts:    7565000 | #Constraints:     212157
2997.57/3009.10	c #Conflicts:    7566000 | #Constraints:     213157
2997.57/3009.10	c #Conflicts:    7567000 | #Constraints:     214157
2997.57/3009.10	c #Conflicts:    7568000 | #Constraints:     215157
2997.57/3009.10	c #Conflicts:    7569000 | #Constraints:     216157
2997.57/3009.10	c #Conflicts:    7570000 | #Constraints:     217157
2997.57/3009.10	c #Conflicts:    7571000 | #Constraints:     218157
2997.57/3009.10	c #Conflicts:    7572000 | #Constraints:     219157
2997.57/3009.10	c #Conflicts:    7573000 | #Constraints:     220157
2997.57/3009.10	c #Conflicts:    7574000 | #Constraints:     221157
2997.57/3009.10	c #Conflicts:    7575000 | #Constraints:     222157
2997.57/3009.10	c #Conflicts:    7576000 | #Constraints:     223157
2997.57/3009.10	c #Conflicts:    7577000 | #Constraints:     224157
2997.57/3009.10	c #Conflicts:    7578000 | #Constraints:     225157
2997.57/3009.10	c #Conflicts:    7579000 | #Constraints:     226157
2997.57/3009.10	c #Conflicts:    7580000 | #Constraints:     227157
2997.57/3009.10	c #Conflicts:    7581000 | #Constraints:     228157
2997.57/3009.10	c #Conflicts:    7582000 | #Constraints:     229157
2997.57/3009.10	c #Conflicts:    7583000 | #Constraints:     230157
2997.57/3009.10	c #Conflicts:    7584000 | #Constraints:     231157
2997.57/3009.10	c #Conflicts:    7585000 | #Constraints:     232157
2997.57/3009.10	c #Conflicts:    7586000 | #Constraints:     233157
2997.57/3009.10	c #Conflicts:    7587000 | #Constraints:     234157
2997.57/3009.10	c #Conflicts:    7588000 | #Constraints:     235157
2997.57/3009.10	c #Conflicts:    7589000 | #Constraints:     236157
2997.57/3009.10	c #Conflicts:    7590000 | #Constraints:     237157
2997.57/3009.10	c #Conflicts:    7591000 | #Constraints:     238157
2997.57/3009.10	c #Conflicts:    7592000 | #Constraints:     239157
2997.57/3009.10	c #Conflicts:    7593000 | #Constraints:     240157
2997.57/3009.10	c #Conflicts:    7594000 | #Constraints:     241157
2997.57/3009.10	c #Conflicts:    7595000 | #Constraints:     242157
2997.57/3009.10	c #Conflicts:    7596000 | #Constraints:     243157
2997.57/3009.10	c #Conflicts:    7597000 | #Constraints:     244157
2997.57/3009.10	c #Conflicts:    7598000 | #Constraints:     245158
2997.57/3009.10	c #Conflicts:    7599000 | #Constraints:     246158
2997.57/3009.10	c #Conflicts:    7600000 | #Constraints:     247158
2997.57/3009.10	c #Conflicts:    7601000 | #Constraints:     248158
2997.57/3009.10	c #Conflicts:    7602000 | #Constraints:     249158
3016.29/3027.95	c #Conflicts:    7603000 | #Constraints:     250158
3016.29/3027.95	c #Conflicts:    7604000 | #Constraints:     251158
3016.29/3027.95	c #Conflicts:    7605000 | #Constraints:     252159
3016.29/3027.95	c #Conflicts:    7606000 | #Constraints:     253159
3016.29/3027.95	c #Conflicts:    7607000 | #Constraints:     254159
3016.29/3027.95	c #Conflicts:    7608000 | #Constraints:     255159
3016.29/3027.95	c #Conflicts:    7609000 | #Constraints:     256159
3016.29/3027.95	c #Conflicts:    7610000 | #Constraints:     257159
3016.29/3027.95	c #Conflicts:    7611000 | #Constraints:     258159
3016.29/3027.95	c #Conflicts:    7612000 | #Constraints:     259159
3016.29/3027.95	c #Conflicts:    7613000 | #Constraints:     260159
3016.29/3027.95	c #Conflicts:    7614000 | #Constraints:     261159
3016.29/3027.95	c #Conflicts:    7615000 | #Constraints:     262160
3016.29/3027.95	c #Conflicts:    7616000 | #Constraints:     263160
3016.29/3027.95	c #Conflicts:    7617000 | #Constraints:     264160
3016.29/3027.95	c #Conflicts:    7618000 | #Constraints:     265160
3016.29/3027.95	c #Conflicts:    7619000 | #Constraints:     266160
3016.29/3027.95	c #Conflicts:    7620000 | #Constraints:     267160
3016.29/3027.95	c #Conflicts:    7621000 | #Constraints:     268160
3016.29/3027.95	c #Conflicts:    7622000 | #Constraints:     269160
3016.29/3027.95	c #Conflicts:    7623000 | #Constraints:     270160
3016.29/3027.95	c #Conflicts:    7624000 | #Constraints:     271160
3016.29/3027.95	c #Conflicts:    7625000 | #Constraints:     272160
3016.29/3027.95	WSVECS04 Frhs2[4]: 6 0 9.43921 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[16]: 6 0 9.43928 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[50]: 6 0 11.164 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[54]: 6 -41.817 0 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[57]: 6 0 36.5646 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[58]: 6 0 54.0616 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[69]: 6 0 8.30374 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[74]: 6 0 36.9924 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[80]: 6 0 74.2668 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[97]: 6 0 1.00008 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[118]: 6 0 6.58091 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[124]: 6 0 53.7689 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[143]: 6 0 7.10273 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[155]: 6 0 21.0016 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[176]: 6 0 0.23784 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[185]: 6 0 1.00006 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[284]: 6 0 16.37 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[303]: 6 0 2.51437 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[314]: 6 -20.3818 0 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[324]: 6 0 16.3701 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[330]: 6 0 34.7844 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[383]: 6 0 3.70542 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[463]: 6 0 33.5911 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[474]: 6 0 4.70185 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[490]: 6 -27.7236 0 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[551]: 6 0 32.4278 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[570]: 6 0 1.17722 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[588]: 6 -3.70534 0 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[619]: 6 0 0.158114 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[628]: 6 0 3.04976 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[699]: 6 0 0.158143 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[723]: 6 0 4.73391 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[752]: 6 -8.92665 0 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[763]: 6 0 4.73388 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[798]: 6 0 1.20675 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[838]: 6 0 2.41339 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[849]: 6 0 4.40301 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[850]: 6 0 31.8117 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[878]: 6 0 2.41341 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[918]: 6 0 1.2067 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[979]: 6 -0.15817 0 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1000]: 6 0 3.66511 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1003]: 6 -7.86609 0 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1012]: 6 0 2.70535 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1052]: 6 0 2.70541 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1096]: 6 0 45.4655 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1109]: 6 0 1.00003 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1136]: 6 0 46.2924 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1159]: 6 0 79.8695 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1172]: 6 0 2.70534 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1184]: 6 0 3.70537 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1206]: 6 0 125.435 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1212]: 6 0 2.70538 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1214]: 6 0 3.32965 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1251]: 6 0 1.0001 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1252]: 6 0 2.70541 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1304]: 6 0 3.70538 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1308]: 6 -18.8537 0 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1319]: 6 0 26.9565 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1334]: 6 -13.1191 0 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1376]: 6 0 33.3726 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1416]: 6 0 79.6649 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1430]: 6 -0.513054 0 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1518]: 6 -1.24982 0 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1524]: 6 0 4.93917 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1566]: 6 0 155.102 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1598]: 6 0 0.877194 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1644]: 6 0 38.5135 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1684]: 6 0 22.1434 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1687]: 6 0 0.0886877 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1735]: 6 -1.00005 0 shouldn't be
3016.29/3027.95	WSVECS04 Frhs2[1888]: 6 -1.00002 0 shouldn't be
3087.46/3099.30	c #Conflicts:    7626000 | #Constraints:     273161
3087.46/3099.30	c #Conflicts:    7627000 | #Constraints:     274161
3087.46/3099.30	c #Conflicts:    7628000 | #Constraints:     275161
3087.46/3099.30	c #Conflicts:    7629000 | #Constraints:     276161
3087.46/3099.30	c #Conflicts:    7630000 | #Constraints:     277161
3087.46/3099.30	c #Conflicts:    7631000 | #Constraints:     278161
3087.46/3099.30	c #Conflicts:    7632000 | #Constraints:     279161
3087.46/3099.30	c #Conflicts:    7633000 | #Constraints:     280161
3087.46/3099.30	c #Conflicts:    7634000 | #Constraints:     281161
3087.46/3099.30	c #Conflicts:    7635000 | #Constraints:     282161
3087.46/3099.30	c #Conflicts:    7636000 | #Constraints:     283161
3087.46/3099.30	c #Conflicts:    7637000 | #Constraints:     284161
3087.46/3099.30	c #Conflicts:    7638000 | #Constraints:     285161
3087.46/3099.30	c #Conflicts:    7639000 | #Constraints:     286161
3087.46/3099.30	c #Conflicts:    7640000 | #Constraints:     287161
3087.46/3099.30	c #Conflicts:    7641000 | #Constraints:     288161
3087.46/3099.30	c #Conflicts:    7642000 | #Constraints:     289161
3087.46/3099.30	c #Conflicts:    7643000 | #Constraints:     290161
3087.46/3099.30	c #Conflicts:    7644000 | #Constraints:     291161
3087.46/3099.30	c #Conflicts:    7645000 | #Constraints:     292161
3087.46/3099.30	c #Conflicts:    7646000 | #Constraints:     293161
3087.46/3099.30	c #Conflicts:    7647000 | #Constraints:     294161
3087.46/3099.30	c #Conflicts:    7648000 | #Constraints:     295161
3087.46/3099.30	c #Conflicts:    7649000 | #Constraints:     296161
3087.46/3099.30	c #Conflicts:    7650000 | #Constraints:     297161
3087.46/3099.30	c #Conflicts:    7651000 | #Constraints:     298161
3087.46/3099.30	c #Conflicts:    7652000 | #Constraints:     299161
3087.46/3099.30	c #Conflicts:    7653000 | #Constraints:     300162
3087.46/3099.30	c #Conflicts:    7654000 | #Constraints:     301162
3087.46/3099.30	c #Conflicts:    7655000 | #Constraints:     302162
3087.46/3099.30	c #Conflicts:    7656000 | #Constraints:     303162
3087.46/3099.30	c #Conflicts:    7657000 | #Constraints:     304162
3087.46/3099.30	c #Conflicts:    7658000 | #Constraints:     305162
3087.46/3099.30	c #Conflicts:    7659000 | #Constraints:     306162
3087.46/3099.30	c #Conflicts:    7660000 | #Constraints:     307162
3087.46/3099.30	c #Conflicts:    7661000 | #Constraints:     308163
3087.46/3099.30	c #Conflicts:    7662000 | #Constraints:     309163
3087.46/3099.30	c #Conflicts:    7663000 | #Constraints:     310163
3087.46/3099.30	c #Conflicts:    7664000 | #Constraints:     311163
3087.46/3099.30	c #Conflicts:    7665000 | #Constraints:     312163
3087.46/3099.30	c #Conflicts:    7666000 | #Constraints:     313164
3087.46/3099.30	c #Conflicts:    7667000 | #Constraints:     314164
3087.46/3099.30	c #Conflicts:    7668000 | #Constraints:     315164
3087.46/3099.30	c #Conflicts:    7669000 | #Constraints:     316164
3087.46/3099.30	c #Conflicts:    7670000 | #Constraints:     317165
3087.46/3099.30	c #Conflicts:    7671000 | #Constraints:     318165
3087.46/3099.30	c #Conflicts:    7672000 | #Constraints:     319166
3087.46/3099.30	c #Conflicts:    7673000 | #Constraints:     320166
3087.46/3099.30	c #Conflicts:    7674000 | #Constraints:     321166
3087.46/3099.30	c #Conflicts:    7675000 | #Constraints:     322166
3087.46/3099.30	c #Conflicts:    7676000 | #Constraints:     323166
3087.46/3099.30	c #Conflicts:    7677000 | #Constraints:     324166
3087.46/3099.30	c #Conflicts:    7678000 | #Constraints:     325166
3087.46/3099.30	c #Conflicts:    7679000 | #Constraints:     326166
3087.46/3099.30	c #Conflicts:    7680000 | #Constraints:     327166
3087.46/3099.30	c #Conflicts:    7681000 | #Constraints:     328166
3087.46/3099.30	c #Conflicts:    7682000 | #Constraints:     329166
3087.46/3099.30	c #Conflicts:    7683000 | #Constraints:     330166
3087.46/3099.30	c INPROCESSING
3087.46/3099.30	c GARBAGE COLLECT
3087.46/3099.30	c #Conflicts:    7684000 | #Constraints:     170063
3087.46/3099.30	c #Conflicts:    7685000 | #Constraints:     171063
3087.46/3099.30	c #Conflicts:    7686000 | #Constraints:     172063
3087.46/3099.30	c #Conflicts:    7687000 | #Constraints:     173063
3087.46/3099.30	c #Conflicts:    7688000 | #Constraints:     174063
3087.46/3099.30	c #Conflicts:    7689000 | #Constraints:     175063
3087.46/3099.30	c #Conflicts:    7690000 | #Constraints:     176063
3087.46/3099.30	c #Conflicts:    7691000 | #Constraints:     177063
3087.46/3099.30	c #Conflicts:    7692000 | #Constraints:     178063
3087.46/3099.30	c #Conflicts:    7693000 | #Constraints:     179063
3087.46/3099.30	c #Conflicts:    7694000 | #Constraints:     180063
3087.46/3099.30	c #Conflicts:    7695000 | #Constraints:     181063
3087.46/3099.30	c #Conflicts:    7696000 | #Constraints:     182063
3087.46/3099.30	c #Conflicts:    7697000 | #Constraints:     183063
3087.46/3099.30	c #Conflicts:    7698000 | #Constraints:     184063
3087.46/3099.30	c #Conflicts:    7699000 | #Constraints:     185063
3087.46/3099.30	c #Conflicts:    7700000 | #Constraints:     186063
3087.46/3099.30	c #Conflicts:    7701000 | #Constraints:     187063
3087.46/3099.30	c #Conflicts:    7702000 | #Constraints:     188064
3087.46/3099.30	c #Conflicts:    7703000 | #Constraints:     189064
3087.46/3099.30	c #Conflicts:    7704000 | #Constraints:     190064
3112.66/3124.61	c #Conflicts:    7705000 | #Constraints:     191064
3112.66/3124.61	c #Conflicts:    7706000 | #Constraints:     192064
3112.66/3124.61	c #Conflicts:    7707000 | #Constraints:     193064
3112.66/3124.61	c #Conflicts:    7708000 | #Constraints:     194064
3112.66/3124.61	c #Conflicts:    7709000 | #Constraints:     195064
3112.66/3124.61	c #Conflicts:    7710000 | #Constraints:     196064
3112.66/3124.61	c #Conflicts:    7711000 | #Constraints:     197064
3112.66/3124.61	c #Conflicts:    7712000 | #Constraints:     198064
3112.66/3124.61	c #Conflicts:    7713000 | #Constraints:     199064
3112.66/3124.61	c #Conflicts:    7714000 | #Constraints:     200064
3112.66/3124.61	c #Conflicts:    7715000 | #Constraints:     201064
3112.66/3124.61	c #Conflicts:    7716000 | #Constraints:     202064
3112.66/3124.61	c #Conflicts:    7717000 | #Constraints:     203064
3112.66/3124.61	c #Conflicts:    7718000 | #Constraints:     204064
3112.66/3124.61	c #Conflicts:    7719000 | #Constraints:     205064
3112.66/3124.61	c #Conflicts:    7720000 | #Constraints:     206064
3112.66/3124.61	c #Conflicts:    7721000 | #Constraints:     207064
3112.66/3124.61	c #Conflicts:    7722000 | #Constraints:     208064
3112.66/3124.61	c #Conflicts:    7723000 | #Constraints:     209064
3112.66/3124.61	c #Conflicts:    7724000 | #Constraints:     210064
3112.66/3124.61	c #Conflicts:    7725000 | #Constraints:     211064
3112.66/3124.61	c #Conflicts:    7726000 | #Constraints:     212064
3112.66/3124.61	c #Conflicts:    7727000 | #Constraints:     213064
3112.66/3124.61	c #Conflicts:    7728000 | #Constraints:     214064
3112.66/3124.61	c #Conflicts:    7729000 | #Constraints:     215064
3112.66/3124.61	c #Conflicts:    7730000 | #Constraints:     216064
3112.66/3124.61	c #Conflicts:    7731000 | #Constraints:     217064
3112.66/3124.61	c #Conflicts:    7732000 | #Constraints:     218064
3112.66/3124.61	c #Conflicts:    7733000 | #Constraints:     219064
3112.66/3124.61	c #Conflicts:    7734000 | #Constraints:     220065
3112.66/3124.61	c #Conflicts:    7735000 | #Constraints:     221065
3112.66/3124.61	c #Conflicts:    7736000 | #Constraints:     222065
3112.66/3124.61	c #Conflicts:    7737000 | #Constraints:     223065
3112.66/3124.61	c #Conflicts:    7738000 | #Constraints:     224065
3112.66/3124.61	c #Conflicts:    7739000 | #Constraints:     225065
3112.66/3124.61	c #Conflicts:    7740000 | #Constraints:     226065
3112.66/3124.61	c INPROCESSING
3112.66/3124.61	c GARBAGE COLLECT
3112.66/3124.61	WSVECS04 Frhs2[4]: 6 -1 0 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[31]: 6 -1 0 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[32]: 6 -1 0 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[35]: 6 -1 0 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[39]: 6 -1 0 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[40]: 6 -1 0 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[41]: 6 -1 0 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[44]: 6 0 200.39 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[50]: 6 -1142.99 0 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[109]: 6 0 0.5 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[110]: 6 0 100.544 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[139]: 6 0 39.4567 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[150]: 6 0 100.544 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[166]: 6 0 6337.01 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[230]: 6 0 100.544 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[274]: 6 -1391.6 0 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[299]: 6 0 351.056 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[310]: 6 -100.544 0 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[342]: 6 0 1 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[383]: 6 0 454.822 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[514]: 6 0 4420.89 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[554]: 6 0 2647.65 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[572]: 6 0 2520.53 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[616]: 6 0 131.676 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[680]: 6 0 2 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[739]: 6 -115.597 0 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[779]: 6 0 6.92661 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[856]: 6 -2831.32 0 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[885]: 6 0 227.607 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[889]: 6 0 33.9653 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[967]: 6 0 0.709607 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[979]: 6 -115.597 0 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[1019]: 6 0 7.00763 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[1062]: 6 0 1 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[1206]: 6 0 95.8741 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[1259]: 6 0 7.08865 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[1372]: 6 0 2519.53 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[1470]: 6 0 15.084 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[1532]: 6 0 2519.53 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[1699]: 6 -44.1852 0 shouldn't be
3112.66/3124.61	WSVECS04 Frhs2[1724]: 6 -1 0 shouldn't be
3136.27/3148.38	c #Conflicts:    7741000 | #Constraints:     118211
3136.27/3148.38	c #Conflicts:    7742000 | #Constraints:     119211
3136.27/3148.38	c #Conflicts:    7743000 | #Constraints:     120211
3136.27/3148.38	c #Conflicts:    7744000 | #Constraints:     121211
3136.27/3148.38	c #Conflicts:    7745000 | #Constraints:     122211
3136.27/3148.38	c #Conflicts:    7746000 | #Constraints:     123211
3136.27/3148.38	c #Conflicts:    7747000 | #Constraints:     124211
3136.27/3148.38	c #Conflicts:    7748000 | #Constraints:     125211
3136.27/3148.38	c #Conflicts:    7749000 | #Constraints:     126211
3136.27/3148.38	c #Conflicts:    7750000 | #Constraints:     127211
3136.27/3148.38	c #Conflicts:    7751000 | #Constraints:     128211
3136.27/3148.38	c #Conflicts:    7752000 | #Constraints:     129211
3136.27/3148.38	c #Conflicts:    7753000 | #Constraints:     130211
3136.27/3148.38	c #Conflicts:    7754000 | #Constraints:     131211
3136.27/3148.38	c #Conflicts:    7755000 | #Constraints:     132211
3136.27/3148.38	c #Conflicts:    7756000 | #Constraints:     133211
3136.27/3148.38	c #Conflicts:    7757000 | #Constraints:     134211
3136.27/3148.38	c #Conflicts:    7758000 | #Constraints:     135211
3136.27/3148.38	c #Conflicts:    7759000 | #Constraints:     136211
3136.27/3148.38	c #Conflicts:    7760000 | #Constraints:     137211
3136.27/3148.38	c #Conflicts:    7761000 | #Constraints:     138211
3136.27/3148.38	c #Conflicts:    7762000 | #Constraints:     139211
3136.27/3148.38	c #Conflicts:    7763000 | #Constraints:     140211
3136.27/3148.38	c #Conflicts:    7764000 | #Constraints:     141211
3136.27/3148.38	c #Conflicts:    7765000 | #Constraints:     142211
3136.27/3148.38	c #Conflicts:    7766000 | #Constraints:     143211
3136.27/3148.38	c #Conflicts:    7767000 | #Constraints:     144211
3136.27/3148.38	c #Conflicts:    7768000 | #Constraints:     145211
3136.27/3148.38	c #Conflicts:    7769000 | #Constraints:     146211
3136.27/3148.38	c #Conflicts:    7770000 | #Constraints:     147211
3136.27/3148.38	c #Conflicts:    7771000 | #Constraints:     148211
3136.27/3148.38	c #Conflicts:    7772000 | #Constraints:     149211
3136.27/3148.38	c #Conflicts:    7773000 | #Constraints:     150211
3136.27/3148.38	c #Conflicts:    7774000 | #Constraints:     151211
3136.27/3148.38	c #Conflicts:    7775000 | #Constraints:     152211
3136.27/3148.38	c #Conflicts:    7776000 | #Constraints:     153211
3136.27/3148.38	c #Conflicts:    7777000 | #Constraints:     154211
3136.27/3148.38	c #Conflicts:    7778000 | #Constraints:     155211
3136.27/3148.38	c #Conflicts:    7779000 | #Constraints:     156211
3136.27/3148.38	c #Conflicts:    7780000 | #Constraints:     157211
3136.27/3148.38	c #Conflicts:    7781000 | #Constraints:     158212
3136.27/3148.38	c #Conflicts:    7782000 | #Constraints:     159212
3136.27/3148.38	c #Conflicts:    7783000 | #Constraints:     160212
3136.27/3148.38	c #Conflicts:    7784000 | #Constraints:     161212
3136.27/3148.38	c #Conflicts:    7785000 | #Constraints:     162212
3136.27/3148.38	c #Conflicts:    7786000 | #Constraints:     163212
3136.27/3148.38	c #Conflicts:    7787000 | #Constraints:     164212
3136.27/3148.38	c #Conflicts:    7788000 | #Constraints:     165212
3136.27/3148.38	c #Conflicts:    7789000 | #Constraints:     166212
3136.27/3148.38	c #Conflicts:    7790000 | #Constraints:     167212
3136.27/3148.38	c #Conflicts:    7791000 | #Constraints:     168212
3136.27/3148.38	c #Conflicts:    7792000 | #Constraints:     169212
3136.27/3148.38	c #Conflicts:    7793000 | #Constraints:     170212
3136.27/3148.38	c #Conflicts:    7794000 | #Constraints:     171212
3136.27/3148.38	c #Conflicts:    7795000 | #Constraints:     172212
3136.27/3148.38	c #Conflicts:    7796000 | #Constraints:     173212
3136.27/3148.38	c #Conflicts:    7797000 | #Constraints:     174212
3136.27/3148.38	c INPROCESSING
3136.27/3148.38	c GARBAGE COLLECT
3136.27/3148.38	WSVECS04 Frhs2[45]: 6 0 125.105 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[47]: 6 -356.266 0 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[54]: 6 -586.832 0 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[58]: 6 -539.592 0 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[60]: 6 -351.941 0 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[68]: 6 -473.157 0 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[80]: 6 0 1.23835 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[147]: 6 -393.169 0 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[318]: 6 0 133.377 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[490]: 6 0 323.209 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[518]: 6 0 163.287 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[588]: 6 -151.064 0 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[605]: 6 0 487.401 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[631]: 6 0 196.287 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[649]: 6 0 92.8629 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[671]: 6 0 196.287 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[747]: 6 0 393.169 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[994]: 6 0 232.007 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[1005]: 6 0 135.926 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[1046]: 6 0 371.568 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[1064]: 6 -307.083 0 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[1547]: 6 -393.169 0 shouldn't be
3136.27/3148.38	WSVECS04 Frhs2[1832]: 6 -258.676 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[3]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[6]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[7]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[11]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[16]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[17]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[19]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[25]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[26]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[32]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[33]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[37]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[52]: 6 -201.248 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[59]: 6 -146.636 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[61]: 6 -231.047 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[69]: 6 -218.154 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[70]: 6 0 155.406 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[87]: 6 0 2.61629 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[127]: 6 0 2.61629 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[200]: 6 0 67.0764 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[212]: 6 0 2.0012 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[222]: 6 0 1.36313 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[287]: 6 0 2.61629 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[301]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[313]: 6 0 1 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[314]: 6 0 80.6188 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[353]: 6 0 1 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[358]: 6 0 133.377 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[487]: 6 0 2.61629 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[511]: 6 0 1 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[616]: 6 0 3.66578 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[691]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[730]: 6 -16.0463 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[801]: 6 0 1 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[812]: 6 -44.928 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[824]: 6 -134.389 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[922]: 6 -0.333334 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[945]: 6 0 1 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[983]: 6 0 0.155687 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1019]: 6 0 5.51712 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1040]: 6 0 1 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1044]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1075]: 6 -49.5047 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1103]: 6 0 1 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1138]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1149]: 6 0 1 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1161]: 6 -3 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1189]: 6 0 1 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1233]: 6 -179.855 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1237]: 6 0 1 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1355]: 6 0 1 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1544]: 6 0 134.389 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1662]: 6 0 1.36313 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1665]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1701]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1711]: 6 0 1 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1795]: 6 -52.3074 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1798]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1799]: 6 -2 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1804]: 6 -170.752 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1831]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1833]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1834]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1842]: 6 -1 0 shouldn't be
3136.57/3148.60	WSVECS04 Frhs2[1843]: 6 -2 0 shouldn't be
3164.18/3176.33	c #Conflicts:    7798000 | #Constraints:      92379
3164.18/3176.33	c #Conflicts:    7799000 | #Constraints:      93379
3164.18/3176.33	c #Conflicts:    7800000 | #Constraints:      94379
3164.18/3176.33	c #Conflicts:    7801000 | #Constraints:      95379
3164.18/3176.33	c #Conflicts:    7802000 | #Constraints:      96379
3164.18/3176.33	c #Conflicts:    7803000 | #Constraints:      97379
3164.18/3176.33	c #Conflicts:    7804000 | #Constraints:      98379
3164.18/3176.33	c #Conflicts:    7805000 | #Constraints:      99379
3164.18/3176.33	c #Conflicts:    7806000 | #Constraints:     100379
3164.18/3176.33	c #Conflicts:    7807000 | #Constraints:     101379
3164.18/3176.33	c #Conflicts:    7808000 | #Constraints:     102379
3164.18/3176.33	c #Conflicts:    7809000 | #Constraints:     103379
3164.18/3176.33	c #Conflicts:    7810000 | #Constraints:     104379
3164.18/3176.33	c #Conflicts:    7811000 | #Constraints:     105379
3164.18/3176.33	c #Conflicts:    7812000 | #Constraints:     106380
3164.18/3176.33	c #Conflicts:    7813000 | #Constraints:     107380
3164.18/3176.33	c #Conflicts:    7814000 | #Constraints:     108380
3164.18/3176.33	c #Conflicts:    7815000 | #Constraints:     109380
3164.18/3176.33	c #Conflicts:    7816000 | #Constraints:     110380
3164.18/3176.33	c #Conflicts:    7817000 | #Constraints:     111380
3164.18/3176.33	c #Conflicts:    7818000 | #Constraints:     112380
3164.18/3176.33	c #Conflicts:    7819000 | #Constraints:     113380
3164.18/3176.33	c #Conflicts:    7820000 | #Constraints:     114380
3164.18/3176.33	c #Conflicts:    7821000 | #Constraints:     115380
3164.18/3176.33	c #Conflicts:    7822000 | #Constraints:     116380
3164.18/3176.33	c #Conflicts:    7823000 | #Constraints:     117380
3164.18/3176.33	c #Conflicts:    7824000 | #Constraints:     118380
3164.18/3176.33	c #Conflicts:    7825000 | #Constraints:     119380
3164.18/3176.33	c #Conflicts:    7826000 | #Constraints:     120380
3164.18/3176.33	c #Conflicts:    7827000 | #Constraints:     121380
3164.18/3176.33	c #Conflicts:    7828000 | #Constraints:     122380
3164.18/3176.33	c #Conflicts:    7829000 | #Constraints:     123380
3164.18/3176.33	c #Conflicts:    7830000 | #Constraints:     124380
3164.18/3176.33	c #Conflicts:    7831000 | #Constraints:     125380
3164.18/3176.33	c #Conflicts:    7832000 | #Constraints:     126380
3164.18/3176.33	c #Conflicts:    7833000 | #Constraints:     127380
3164.18/3176.33	c #Conflicts:    7834000 | #Constraints:     128380
3164.18/3176.33	c #Conflicts:    7835000 | #Constraints:     129380
3164.18/3176.33	c #Conflicts:    7836000 | #Constraints:     130380
3164.18/3176.33	c #Conflicts:    7837000 | #Constraints:     131380
3164.18/3176.33	c #Conflicts:    7838000 | #Constraints:     132380
3164.18/3176.33	c #Conflicts:    7839000 | #Constraints:     133380
3164.18/3176.33	c #Conflicts:    7840000 | #Constraints:     134380
3164.18/3176.33	c #Conflicts:    7841000 | #Constraints:     135380
3164.18/3176.33	c #Conflicts:    7842000 | #Constraints:     136380
3164.18/3176.33	c #Conflicts:    7843000 | #Constraints:     137380
3164.18/3176.33	c #Conflicts:    7844000 | #Constraints:     138380
3164.18/3176.33	c #Conflicts:    7845000 | #Constraints:     139380
3164.18/3176.33	c #Conflicts:    7846000 | #Constraints:     140380
3164.18/3176.33	c #Conflicts:    7847000 | #Constraints:     141380
3164.18/3176.33	c #Conflicts:    7848000 | #Constraints:     142380
3164.18/3176.33	c #Conflicts:    7849000 | #Constraints:     143380
3164.18/3176.33	c #Conflicts:    7850000 | #Constraints:     144380
3164.18/3176.33	c #Conflicts:    7851000 | #Constraints:     145380
3164.18/3176.33	c #Conflicts:    7852000 | #Constraints:     146380
3164.18/3176.33	c #Conflicts:    7853000 | #Constraints:     147380
3164.18/3176.33	c #Conflicts:    7854000 | #Constraints:     148380
3164.18/3176.33	c INPROCESSING
3164.18/3176.33	c GARBAGE COLLECT
3164.18/3176.33	c #Conflicts:    7855000 | #Constraints:      79450
3164.18/3176.33	c #Conflicts:    7856000 | #Constraints:      80450
3164.18/3176.33	c #Conflicts:    7857000 | #Constraints:      81450
3164.18/3176.33	c #Conflicts:    7858000 | #Constraints:      82450
3164.18/3176.33	c #Conflicts:    7859000 | #Constraints:      83450
3164.18/3176.33	c #Conflicts:    7860000 | #Constraints:      84450
3164.18/3176.33	c #Conflicts:    7861000 | #Constraints:      85450
3164.18/3176.33	c #Conflicts:    7862000 | #Constraints:      86450
3164.18/3176.33	c #Conflicts:    7863000 | #Constraints:      87450
3164.18/3176.33	c #Conflicts:    7864000 | #Constraints:      88450
3164.18/3176.33	c #Conflicts:    7865000 | #Constraints:      89450
3164.18/3176.33	c #Conflicts:    7866000 | #Constraints:      90450
3164.18/3176.33	c #Conflicts:    7867000 | #Constraints:      91450
3164.18/3176.33	c #Conflicts:    7868000 | #Constraints:      92450
3164.18/3176.33	c #Conflicts:    7869000 | #Constraints:      93451
3164.18/3176.33	c #Conflicts:    7870000 | #Constraints:      94451
3164.18/3176.33	c #Conflicts:    7871000 | #Constraints:      95451
3164.18/3176.33	c #Conflicts:    7872000 | #Constraints:      96451
3164.18/3176.33	c #Conflicts:    7873000 | #Constraints:      97451
3164.18/3176.33	c #Conflicts:    7874000 | #Constraints:      98451
3164.18/3176.33	c #Conflicts:    7875000 | #Constraints:      99451
3164.18/3176.33	c #Conflicts:    7876000 | #Constraints:     100451
3177.33/3189.58	c #Conflicts:    7877000 | #Constraints:     101451
3177.33/3189.58	c #Conflicts:    7878000 | #Constraints:     102451
3177.33/3189.58	c #Conflicts:    7879000 | #Constraints:     103451
3177.33/3189.58	c #Conflicts:    7880000 | #Constraints:     104451
3177.33/3189.58	c #Conflicts:    7881000 | #Constraints:     105451
3177.33/3189.58	c #Conflicts:    7882000 | #Constraints:     106451
3177.33/3189.58	c #Conflicts:    7883000 | #Constraints:     107451
3177.33/3189.58	c #Conflicts:    7884000 | #Constraints:     108451
3177.33/3189.58	c #Conflicts:    7885000 | #Constraints:     109451
3177.33/3189.58	c #Conflicts:    7886000 | #Constraints:     110451
3177.33/3189.58	c #Conflicts:    7887000 | #Constraints:     111451
3177.33/3189.58	c #Conflicts:    7888000 | #Constraints:     112451
3177.33/3189.58	c #Conflicts:    7889000 | #Constraints:     113451
3177.33/3189.58	c #Conflicts:    7890000 | #Constraints:     114451
3177.33/3189.58	c #Conflicts:    7891000 | #Constraints:     115451
3177.33/3189.58	c #Conflicts:    7892000 | #Constraints:     116451
3177.33/3189.58	c #Conflicts:    7893000 | #Constraints:     117451
3177.33/3189.58	c #Conflicts:    7894000 | #Constraints:     118451
3177.33/3189.58	c #Conflicts:    7895000 | #Constraints:     119451
3177.33/3189.58	c #Conflicts:    7896000 | #Constraints:     120451
3177.33/3189.58	c #Conflicts:    7897000 | #Constraints:     121451
3177.33/3189.58	c #Conflicts:    7898000 | #Constraints:     122451
3177.33/3189.58	c #Conflicts:    7899000 | #Constraints:     123451
3177.33/3189.58	c #Conflicts:    7900000 | #Constraints:     124451
3177.33/3189.58	c #Conflicts:    7901000 | #Constraints:     125451
3177.33/3189.58	c #Conflicts:    7902000 | #Constraints:     126451
3177.33/3189.58	c #Conflicts:    7903000 | #Constraints:     127451
3177.33/3189.58	c #Conflicts:    7904000 | #Constraints:     128451
3177.33/3189.58	c #Conflicts:    7905000 | #Constraints:     129451
3177.33/3189.58	c #Conflicts:    7906000 | #Constraints:     130451
3177.33/3189.58	c #Conflicts:    7907000 | #Constraints:     131451
3177.33/3189.58	c #Conflicts:    7908000 | #Constraints:     132451
3177.33/3189.58	c #Conflicts:    7909000 | #Constraints:     133451
3177.33/3189.58	c #Conflicts:    7910000 | #Constraints:     134451
3177.33/3189.58	c #Conflicts:    7911000 | #Constraints:     135451
3177.33/3189.58	c INPROCESSING
3177.33/3189.58	c GARBAGE COLLECT
3177.33/3189.58	WSVECS04 Frhs2[27]: 6 -0.582042 0 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[38]: 6 -0.582042 0 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[59]: 6 0 3.71354 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[60]: 6 -2.12875 0 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[61]: 6 0 2.31764 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[63]: 6 -2.62679 0 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[64]: 6 -1.14337 0 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[67]: 6 -1.05215 0 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[74]: 6 -1.17876 0 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[76]: 6 -0.625013 0 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[77]: 6 0 1.59009 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[103]: 6 0 0.230965 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[104]: 6 0 0.0336556 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[144]: 6 0 0.297922 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[184]: 6 0 0.297921 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[258]: 6 0 1 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[531]: 6 0 1 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[687]: 6 0 0.975167 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[766]: 6 -1.60565 0 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[768]: 6 0 0.775871 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[816]: 6 0 1.27856 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[845]: 6 -1.29261 0 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[881]: 6 0 0.393911 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[887]: 6 0 0.97417 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[889]: 6 0 1.74576 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[894]: 6 0 0.20907 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[896]: 6 0 1.24044 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[918]: 6 0 0.708122 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[959]: 6 -1.57309 0 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[972]: 6 0 0.00123607 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[1001]: 6 0 0.180174 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[1009]: 6 0 0.00557674 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[1047]: 6 0 0.967874 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[1061]: 6 0 0.207221 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[1071]: 6 0 0.00235699 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[1078]: 6 0 0.708122 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[1081]: 6 0 0.393911 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[1118]: 6 0 0.708121 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[1161]: 6 0 1 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[1243]: 6 0 0.866905 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[1298]: 6 0 0.127018 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[1322]: 6 0 1 shouldn't be
3177.33/3189.58	WSVECS04 Frhs2[1561]: 6 0 0.180174 shouldn't be
3205.91/3218.29	c #Conflicts:    7912000 | #Constraints:      72888
3205.91/3218.29	c #Conflicts:    7913000 | #Constraints:      73888
3205.91/3218.29	c #Conflicts:    7914000 | #Constraints:      74888
3205.91/3218.29	c #Conflicts:    7915000 | #Constraints:      75888
3205.91/3218.29	c #Conflicts:    7916000 | #Constraints:      76888
3205.91/3218.29	c #Conflicts:    7917000 | #Constraints:      77888
3205.91/3218.29	c #Conflicts:    7918000 | #Constraints:      78888
3205.91/3218.29	c #Conflicts:    7919000 | #Constraints:      79888
3205.91/3218.29	c #Conflicts:    7920000 | #Constraints:      80888
3205.91/3218.29	c #Conflicts:    7921000 | #Constraints:      81888
3205.91/3218.29	c #Conflicts:    7922000 | #Constraints:      82888
3205.91/3218.29	c #Conflicts:    7923000 | #Constraints:      83888
3205.91/3218.29	c #Conflicts:    7924000 | #Constraints:      84888
3205.91/3218.29	c #Conflicts:    7925000 | #Constraints:      85888
3205.91/3218.29	c #Conflicts:    7926000 | #Constraints:      86888
3205.91/3218.29	c #Conflicts:    7927000 | #Constraints:      87888
3205.91/3218.29	c #Conflicts:    7928000 | #Constraints:      88888
3205.91/3218.29	c #Conflicts:    7929000 | #Constraints:      89888
3205.91/3218.29	c #Conflicts:    7930000 | #Constraints:      90888
3205.91/3218.29	c #Conflicts:    7931000 | #Constraints:      91888
3205.91/3218.29	c #Conflicts:    7932000 | #Constraints:      92888
3205.91/3218.29	c #Conflicts:    7933000 | #Constraints:      93888
3205.91/3218.29	c #Conflicts:    7934000 | #Constraints:      94888
3205.91/3218.29	c #Conflicts:    7935000 | #Constraints:      95888
3205.91/3218.29	c #Conflicts:    7936000 | #Constraints:      96888
3205.91/3218.29	c #Conflicts:    7937000 | #Constraints:      97888
3205.91/3218.29	c #Conflicts:    7938000 | #Constraints:      98888
3205.91/3218.29	c #Conflicts:    7939000 | #Constraints:      99889
3205.91/3218.29	c #Conflicts:    7940000 | #Constraints:     100889
3205.91/3218.29	c #Conflicts:    7941000 | #Constraints:     101889
3205.91/3218.29	c #Conflicts:    7942000 | #Constraints:     102889
3205.91/3218.29	c #Conflicts:    7943000 | #Constraints:     103889
3205.91/3218.29	c #Conflicts:    7944000 | #Constraints:     104889
3205.91/3218.29	c #Conflicts:    7945000 | #Constraints:     105889
3205.91/3218.29	c #Conflicts:    7946000 | #Constraints:     106889
3205.91/3218.29	c #Conflicts:    7947000 | #Constraints:     107889
3205.91/3218.29	c #Conflicts:    7948000 | #Constraints:     108889
3205.91/3218.29	c #Conflicts:    7949000 | #Constraints:     109889
3205.91/3218.29	c #Conflicts:    7950000 | #Constraints:     110889
3205.91/3218.29	c #Conflicts:    7951000 | #Constraints:     111889
3205.91/3218.29	c #Conflicts:    7952000 | #Constraints:     112889
3205.91/3218.29	c #Conflicts:    7953000 | #Constraints:     113889
3205.91/3218.29	c #Conflicts:    7954000 | #Constraints:     114889
3205.91/3218.29	c #Conflicts:    7955000 | #Constraints:     115889
3205.91/3218.29	c #Conflicts:    7956000 | #Constraints:     116889
3205.91/3218.29	c #Conflicts:    7957000 | #Constraints:     117889
3205.91/3218.29	c #Conflicts:    7958000 | #Constraints:     118889
3205.91/3218.29	c #Conflicts:    7959000 | #Constraints:     119889
3205.91/3218.29	c #Conflicts:    7960000 | #Constraints:     120889
3205.91/3218.29	c #Conflicts:    7961000 | #Constraints:     121889
3205.91/3218.29	c #Conflicts:    7962000 | #Constraints:     122889
3205.91/3218.29	c #Conflicts:    7963000 | #Constraints:     123889
3205.91/3218.29	c #Conflicts:    7964000 | #Constraints:     124889
3205.91/3218.29	c #Conflicts:    7965000 | #Constraints:     125889
3205.91/3218.29	c #Conflicts:    7966000 | #Constraints:     126889
3205.91/3218.29	c #Conflicts:    7967000 | #Constraints:     127889
3205.91/3218.29	c #Conflicts:    7968000 | #Constraints:     128889
3205.91/3218.29	c #Conflicts:    7969000 | #Constraints:     129889
3205.91/3218.29	c #Conflicts:    7970000 | #Constraints:     130890
3205.91/3218.29	c #Conflicts:    7971000 | #Constraints:     131890
3205.91/3218.29	c #Conflicts:    7972000 | #Constraints:     132890
3205.91/3218.29	c #Conflicts:    7973000 | #Constraints:     133890
3205.91/3218.29	c #Conflicts:    7974000 | #Constraints:     134890
3205.91/3218.29	c #Conflicts:    7975000 | #Constraints:     135890
3205.91/3218.29	c #Conflicts:    7976000 | #Constraints:     136890
3205.91/3218.29	c #Conflicts:    7977000 | #Constraints:     137890
3205.91/3218.29	c #Conflicts:    7978000 | #Constraints:     138891
3205.91/3218.29	c #Conflicts:    7979000 | #Constraints:     139891
3205.91/3218.29	c #Conflicts:    7980000 | #Constraints:     140891
3205.91/3218.29	c #Conflicts:    7981000 | #Constraints:     141891
3205.91/3218.29	c #Conflicts:    7982000 | #Constraints:     142891
3205.91/3218.29	c #Conflicts:    7983000 | #Constraints:     143891
3205.91/3218.29	c #Conflicts:    7984000 | #Constraints:     144891
3205.91/3218.29	c #Conflicts:    7985000 | #Constraints:     145891
3205.91/3218.29	c #Conflicts:    7986000 | #Constraints:     146891
3205.91/3218.29	c #Conflicts:    7987000 | #Constraints:     147892
3205.91/3218.29	c #Conflicts:    7988000 | #Constraints:     148892
3205.91/3218.29	c #Conflicts:    7989000 | #Constraints:     149892
3205.91/3218.29	c #Conflicts:    7990000 | #Constraints:     150892
3261.24/3273.75	c #Conflicts:    7991000 | #Constraints:     151892
3261.24/3273.75	c #Conflicts:    7992000 | #Constraints:     152892
3261.24/3273.75	c #Conflicts:    7993000 | #Constraints:     153892
3261.24/3273.75	c #Conflicts:    7994000 | #Constraints:     154892
3261.24/3273.75	c #Conflicts:    7995000 | #Constraints:     155892
3261.24/3273.75	c #Conflicts:    7996000 | #Constraints:     156892
3261.24/3273.75	c #Conflicts:    7997000 | #Constraints:     157893
3261.24/3273.75	c #Conflicts:    7998000 | #Constraints:     158893
3261.24/3273.75	c #Conflicts:    7999000 | #Constraints:     159893
3261.24/3273.75	c #Conflicts:    8000000 | #Constraints:     160893
3261.24/3273.75	c #Conflicts:    8001000 | #Constraints:     161893
3261.24/3273.75	c #Conflicts:    8002000 | #Constraints:     162893
3261.24/3273.75	c #Conflicts:    8003000 | #Constraints:     163893
3261.24/3273.75	c #Conflicts:    8004000 | #Constraints:     164893
3261.24/3273.75	c #Conflicts:    8005000 | #Constraints:     165893
3261.24/3273.75	c #Conflicts:    8006000 | #Constraints:     166893
3261.24/3273.75	c #Conflicts:    8007000 | #Constraints:     167893
3261.24/3273.75	c #Conflicts:    8008000 | #Constraints:     168893
3261.24/3273.75	c #Conflicts:    8009000 | #Constraints:     169894
3261.24/3273.75	c #Conflicts:    8010000 | #Constraints:     170894
3261.24/3273.75	c #Conflicts:    8011000 | #Constraints:     171894
3261.24/3273.75	c #Conflicts:    8012000 | #Constraints:     172894
3261.24/3273.75	c #Conflicts:    8013000 | #Constraints:     173894
3261.24/3273.75	c #Conflicts:    8014000 | #Constraints:     174894
3261.24/3273.75	c #Conflicts:    8015000 | #Constraints:     175894
3261.24/3273.75	c #Conflicts:    8016000 | #Constraints:     176894
3261.24/3273.75	c #Conflicts:    8017000 | #Constraints:     177894
3261.24/3273.75	c #Conflicts:    8018000 | #Constraints:     178894
3261.24/3273.75	c #Conflicts:    8019000 | #Constraints:     179894
3261.24/3273.75	c #Conflicts:    8020000 | #Constraints:     180894
3261.24/3273.75	c #Conflicts:    8021000 | #Constraints:     181894
3261.24/3273.75	c #Conflicts:    8022000 | #Constraints:     182894
3261.24/3273.75	c #Conflicts:    8023000 | #Constraints:     183894
3261.24/3273.75	c #Conflicts:    8024000 | #Constraints:     184894
3261.24/3273.75	c #Conflicts:    8025000 | #Constraints:     185894
3261.24/3273.75	c #Conflicts:    8026000 | #Constraints:     186895
3261.24/3273.75	c #Conflicts:    8027000 | #Constraints:     187895
3261.24/3273.75	c #Conflicts:    8028000 | #Constraints:     188895
3261.24/3273.75	c #Conflicts:    8029000 | #Constraints:     189895
3261.24/3273.75	c #Conflicts:    8030000 | #Constraints:     190895
3261.24/3273.75	c #Conflicts:    8031000 | #Constraints:     191895
3261.24/3273.75	c #Conflicts:    8032000 | #Constraints:     192895
3261.24/3273.75	c #Conflicts:    8033000 | #Constraints:     193895
3261.24/3273.75	c #Conflicts:    8034000 | #Constraints:     194895
3261.24/3273.75	c #Conflicts:    8035000 | #Constraints:     195895
3261.24/3273.75	c #Conflicts:    8036000 | #Constraints:     196895
3261.24/3273.75	c #Conflicts:    8037000 | #Constraints:     197895
3261.24/3273.75	c #Conflicts:    8038000 | #Constraints:     198895
3261.24/3273.75	c #Conflicts:    8039000 | #Constraints:     199895
3261.24/3273.75	c #Conflicts:    8040000 | #Constraints:     200895
3261.24/3273.75	c #Conflicts:    8041000 | #Constraints:     201896
3261.24/3273.75	c #Conflicts:    8042000 | #Constraints:     202896
3261.24/3273.75	c #Conflicts:    8043000 | #Constraints:     203896
3261.24/3273.75	c #Conflicts:    8044000 | #Constraints:     204896
3261.24/3273.75	c #Conflicts:    8045000 | #Constraints:     205896
3261.24/3273.75	c #Conflicts:    8046000 | #Constraints:     206897
3261.24/3273.75	c #Conflicts:    8047000 | #Constraints:     207897
3261.24/3273.75	c #Conflicts:    8048000 | #Constraints:     208897
3261.24/3273.75	c #Conflicts:    8049000 | #Constraints:     209897
3261.24/3273.75	c #Conflicts:    8050000 | #Constraints:     210897
3261.24/3273.75	c #Conflicts:    8051000 | #Constraints:     211897
3261.24/3273.75	c #Conflicts:    8052000 | #Constraints:     212897
3261.24/3273.75	c #Conflicts:    8053000 | #Constraints:     213897
3261.24/3273.75	c #Conflicts:    8054000 | #Constraints:     214897
3261.24/3273.75	c #Conflicts:    8055000 | #Constraints:     215897
3261.24/3273.75	c #Conflicts:    8056000 | #Constraints:     216897
3261.24/3273.75	c #Conflicts:    8057000 | #Constraints:     217897
3261.24/3273.75	c #Conflicts:    8058000 | #Constraints:     218897
3261.24/3273.75	c #Conflicts:    8059000 | #Constraints:     219897
3261.24/3273.75	c #Conflicts:    8060000 | #Constraints:     220898
3261.24/3273.75	c #Conflicts:    8061000 | #Constraints:     221898
3261.24/3273.75	c #Conflicts:    8062000 | #Constraints:     222898
3261.24/3273.75	c #Conflicts:    8063000 | #Constraints:     223899
3261.24/3273.75	c #Conflicts:    8064000 | #Constraints:     224899
3261.24/3273.75	c #Conflicts:    8065000 | #Constraints:     225899
3261.24/3273.75	c #Conflicts:    8066000 | #Constraints:     226899
3261.24/3273.75	c #Conflicts:    8067000 | #Constraints:     227899
3261.24/3273.75	c #Conflicts:    8068000 | #Constraints:     228899
3261.24/3273.75	c #Conflicts:    8069000 | #Constraints:     229899
3332.14/3344.85	c #Conflicts:    8070000 | #Constraints:     230899
3332.14/3344.85	c #Conflicts:    8071000 | #Constraints:     231899
3332.14/3344.85	c #Conflicts:    8072000 | #Constraints:     232899
3332.14/3344.85	c #Conflicts:    8073000 | #Constraints:     233899
3332.14/3344.85	c #Conflicts:    8074000 | #Constraints:     234899
3332.14/3344.85	c #Conflicts:    8075000 | #Constraints:     235899
3332.14/3344.85	c #Conflicts:    8076000 | #Constraints:     236900
3332.14/3344.85	c #Conflicts:    8077000 | #Constraints:     237900
3332.14/3344.85	c #Conflicts:    8078000 | #Constraints:     238900
3332.14/3344.85	c #Conflicts:    8079000 | #Constraints:     239900
3332.14/3344.85	c #Conflicts:    8080000 | #Constraints:     240900
3332.14/3344.85	c #Conflicts:    8081000 | #Constraints:     241900
3332.14/3344.85	c #Conflicts:    8082000 | #Constraints:     242900
3332.14/3344.85	c #Conflicts:    8083000 | #Constraints:     243900
3332.14/3344.85	c #Conflicts:    8084000 | #Constraints:     244900
3332.14/3344.85	c #Conflicts:    8085000 | #Constraints:     245900
3332.14/3344.85	c #Conflicts:    8086000 | #Constraints:     246900
3332.14/3344.85	c #Conflicts:    8087000 | #Constraints:     247900
3332.14/3344.85	c #Conflicts:    8088000 | #Constraints:     248900
3332.14/3344.85	c #Conflicts:    8089000 | #Constraints:     249900
3332.14/3344.85	c #Conflicts:    8090000 | #Constraints:     250900
3332.14/3344.85	c #Conflicts:    8091000 | #Constraints:     251900
3332.14/3344.85	c #Conflicts:    8092000 | #Constraints:     252900
3332.14/3344.85	c #Conflicts:    8093000 | #Constraints:     253900
3332.14/3344.85	c #Conflicts:    8094000 | #Constraints:     254900
3332.14/3344.85	c #Conflicts:    8095000 | #Constraints:     255900
3332.14/3344.85	c #Conflicts:    8096000 | #Constraints:     256900
3332.14/3344.85	c #Conflicts:    8097000 | #Constraints:     257900
3332.14/3344.85	c #Conflicts:    8098000 | #Constraints:     258900
3332.14/3344.85	c #Conflicts:    8099000 | #Constraints:     259900
3332.14/3344.85	c #Conflicts:    8100000 | #Constraints:     260900
3332.14/3344.85	c #Conflicts:    8101000 | #Constraints:     261900
3332.14/3344.85	c #Conflicts:    8102000 | #Constraints:     262900
3332.14/3344.85	c #Conflicts:    8103000 | #Constraints:     263900
3332.14/3344.85	c #Conflicts:    8104000 | #Constraints:     264900
3332.14/3344.85	c #Conflicts:    8105000 | #Constraints:     265900
3332.14/3344.85	c #Conflicts:    8106000 | #Constraints:     266900
3332.14/3344.85	c #Conflicts:    8107000 | #Constraints:     267900
3332.14/3344.85	c #Conflicts:    8108000 | #Constraints:     268900
3332.14/3344.85	c #Conflicts:    8109000 | #Constraints:     269900
3332.14/3344.85	c #Conflicts:    8110000 | #Constraints:     270900
3332.14/3344.85	c #Conflicts:    8111000 | #Constraints:     271900
3332.14/3344.85	c #Conflicts:    8112000 | #Constraints:     272900
3332.14/3344.85	c #Conflicts:    8113000 | #Constraints:     273900
3332.14/3344.85	c #Conflicts:    8114000 | #Constraints:     274900
3332.14/3344.85	c #Conflicts:    8115000 | #Constraints:     275901
3332.14/3344.85	c #Conflicts:    8116000 | #Constraints:     276901
3332.14/3344.85	c #Conflicts:    8117000 | #Constraints:     277901
3332.14/3344.85	c #Conflicts:    8118000 | #Constraints:     278901
3332.14/3344.85	c #Conflicts:    8119000 | #Constraints:     279902
3332.14/3344.85	c #Conflicts:    8120000 | #Constraints:     280902
3332.14/3344.85	c #Conflicts:    8121000 | #Constraints:     281902
3332.14/3344.85	c #Conflicts:    8122000 | #Constraints:     282902
3332.14/3344.85	c #Conflicts:    8123000 | #Constraints:     283902
3332.14/3344.85	c #Conflicts:    8124000 | #Constraints:     284902
3332.14/3344.85	c #Conflicts:    8125000 | #Constraints:     285902
3332.14/3344.85	c #Conflicts:    8126000 | #Constraints:     286902
3332.14/3344.85	c #Conflicts:    8127000 | #Constraints:     287902
3332.14/3344.85	c #Conflicts:    8128000 | #Constraints:     288902
3332.14/3344.85	c #Conflicts:    8129000 | #Constraints:     289902
3332.14/3344.85	c #Conflicts:    8130000 | #Constraints:     290902
3332.14/3344.85	c #Conflicts:    8131000 | #Constraints:     291902
3332.14/3344.85	c #Conflicts:    8132000 | #Constraints:     292902
3332.14/3344.85	c #Conflicts:    8133000 | #Constraints:     293902
3332.14/3344.85	WSVECS04 Frhs2[46]: 6 -49.361 0 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[55]: 6 -8.93027 0 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[60]: 6 0 19.0918 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[62]: 6 -37.4511 0 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[70]: 6 0 12.3194 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[71]: 6 -30.5147 0 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[72]: 6 0 2.09689 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[74]: 6 -23.2899 0 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[75]: 6 -36.743 0 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[78]: 6 -43.1223 0 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[80]: 6 -44.9773 0 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[111]: 6 0 17.7357 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[124]: 6 0 2.54038 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[151]: 6 0 17.7357 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[176]: 6 0 15.666 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[191]: 6 0 1.20443 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[276]: 6 0 6.84651 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[278]: 6 0 0.48268 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[386]: 6 0 18.7784 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[503]: 6 0 17.2687 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[543]: 6 0 17.2687 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[547]: 6 0 17.9718 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[551]: 6 0 1.03221 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[763]: 6 0 10.5588 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[772]: 6 0 37.3882 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[773]: 6 0 2 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[774]: 6 -24.0731 0 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[784]: 6 0 47.1889 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[812]: 6 0 19.1941 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[840]: 6 0 22.3729 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[842]: 6 0 0.5 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[901]: 6 -1 0 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1049]: 6 0 5.90687 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1171]: 6 -1 0 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1174]: 6 0 0.671246 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1193]: 6 0 2.66502 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1224]: 6 0 65.383 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1249]: 6 0 5.90687 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1254]: 6 0 20.9162 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1294]: 6 0 20.9035 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1336]: 6 0 24.7027 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1346]: 6 0 18.7784 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1366]: 6 0 40.8203 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1407]: 6 0 10.0349 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1430]: 6 0 0.0876256 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1477]: 6 0 1 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1524]: 6 0 18.2055 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1559]: 6 0 15.2337 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1638]: 6 0 0.730313 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1694]: 6 0 20.2163 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1701]: 6 -1 0 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1703]: 6 0 0.214694 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1714]: 6 0 21.5776 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1719]: 6 0 15.2337 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1795]: 6 -19.2433 0 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1796]: 6 -21.9494 0 shouldn't be
3332.14/3344.85	WSVECS04 Frhs2[1876]: 6 -3.75132 0 shouldn't be
3396.96/3409.84	c #Conflicts:    8134000 | #Constraints:     294902
3396.96/3409.84	c #Conflicts:    8135000 | #Constraints:     295902
3396.96/3409.84	c #Conflicts:    8136000 | #Constraints:     296902
3396.96/3409.84	c #Conflicts:    8137000 | #Constraints:     297902
3396.96/3409.84	c #Conflicts:    8138000 | #Constraints:     298902
3396.96/3409.84	c #Conflicts:    8139000 | #Constraints:     299902
3396.96/3409.84	c #Conflicts:    8140000 | #Constraints:     300902
3396.96/3409.84	c #Conflicts:    8141000 | #Constraints:     301902
3396.96/3409.84	c #Conflicts:    8142000 | #Constraints:     302902
3396.96/3409.84	c #Conflicts:    8143000 | #Constraints:     303902
3396.96/3409.84	c #Conflicts:    8144000 | #Constraints:     304902
3396.96/3409.84	c #Conflicts:    8145000 | #Constraints:     305902
3396.96/3409.84	c #Conflicts:    8146000 | #Constraints:     306902
3396.96/3409.84	c #Conflicts:    8147000 | #Constraints:     307902
3396.96/3409.84	c #Conflicts:    8148000 | #Constraints:     308902
3396.96/3409.84	c #Conflicts:    8149000 | #Constraints:     309902
3396.96/3409.84	c #Conflicts:    8150000 | #Constraints:     310902
3396.96/3409.84	c #Conflicts:    8151000 | #Constraints:     311902
3396.96/3409.84	c #Conflicts:    8152000 | #Constraints:     312902
3396.96/3409.84	c #Conflicts:    8153000 | #Constraints:     313902
3396.96/3409.84	c #Conflicts:    8154000 | #Constraints:     314902
3396.96/3409.84	c #Conflicts:    8155000 | #Constraints:     315902
3396.96/3409.84	c #Conflicts:    8156000 | #Constraints:     316902
3396.96/3409.84	c #Conflicts:    8157000 | #Constraints:     317902
3396.96/3409.84	c #Conflicts:    8158000 | #Constraints:     318902
3396.96/3409.84	c #Conflicts:    8159000 | #Constraints:     319902
3396.96/3409.84	c #Conflicts:    8160000 | #Constraints:     320902
3396.96/3409.84	c #Conflicts:    8161000 | #Constraints:     321902
3396.96/3409.84	c #Conflicts:    8162000 | #Constraints:     322902
3396.96/3409.84	c #Conflicts:    8163000 | #Constraints:     323902
3396.96/3409.84	c #Conflicts:    8164000 | #Constraints:     324902
3396.96/3409.84	c #Conflicts:    8165000 | #Constraints:     325902
3396.96/3409.84	c #Conflicts:    8166000 | #Constraints:     326902
3396.96/3409.84	c #Conflicts:    8167000 | #Constraints:     327902
3396.96/3409.84	c #Conflicts:    8168000 | #Constraints:     328902
3396.96/3409.84	c #Conflicts:    8169000 | #Constraints:     329902
3396.96/3409.84	c #Conflicts:    8170000 | #Constraints:     330902
3396.96/3409.84	c #Conflicts:    8171000 | #Constraints:     331902
3396.96/3409.84	c #Conflicts:    8172000 | #Constraints:     332902
3396.96/3409.84	c #Conflicts:    8173000 | #Constraints:     333902
3396.96/3409.84	c #Conflicts:    8174000 | #Constraints:     334902
3396.96/3409.84	c #Conflicts:    8175000 | #Constraints:     335902
3396.96/3409.84	c #Conflicts:    8176000 | #Constraints:     336902
3396.96/3409.84	c #Conflicts:    8177000 | #Constraints:     337902
3396.96/3409.84	c #Conflicts:    8178000 | #Constraints:     338902
3396.96/3409.84	c INPROCESSING
3396.96/3409.84	c GARBAGE COLLECT
3396.96/3409.84	c rational objective 327.609
3449.37/3462.47	c #Conflicts:    8179000 | #Constraints:     174567
3449.37/3462.47	c #Conflicts:    8180000 | #Constraints:     175567
3449.37/3462.47	c #Conflicts:    8181000 | #Constraints:     176567
3449.37/3462.47	c #Conflicts:    8182000 | #Constraints:     177567
3449.37/3462.47	c #Conflicts:    8183000 | #Constraints:     178567
3449.37/3462.47	c #Conflicts:    8184000 | #Constraints:     179567
3449.37/3462.47	c #Conflicts:    8185000 | #Constraints:     180567
3449.37/3462.47	c #Conflicts:    8186000 | #Constraints:     181567
3449.37/3462.47	c #Conflicts:    8187000 | #Constraints:     182567
3449.37/3462.47	c #Conflicts:    8188000 | #Constraints:     183567
3449.37/3462.47	c #Conflicts:    8189000 | #Constraints:     184567
3449.37/3462.47	c #Conflicts:    8190000 | #Constraints:     185568
3449.37/3462.47	c #Conflicts:    8191000 | #Constraints:     186568
3449.37/3462.47	c #Conflicts:    8192000 | #Constraints:     187568
3449.37/3462.47	c #Conflicts:    8193000 | #Constraints:     188568
3449.37/3462.47	c #Conflicts:    8194000 | #Constraints:     189569
3449.37/3462.47	c #Conflicts:    8195000 | #Constraints:     190569
3449.37/3462.47	c #Conflicts:    8196000 | #Constraints:     191569
3449.37/3462.47	c #Conflicts:    8197000 | #Constraints:     192569
3449.37/3462.47	c #Conflicts:    8198000 | #Constraints:     193569
3449.37/3462.47	c #Conflicts:    8199000 | #Constraints:     194569
3449.37/3462.47	c #Conflicts:    8200000 | #Constraints:     195569
3449.37/3462.47	c #Conflicts:    8201000 | #Constraints:     196569
3449.37/3462.47	c #Conflicts:    8202000 | #Constraints:     197569
3449.37/3462.47	c #Conflicts:    8203000 | #Constraints:     198569
3449.37/3462.47	c #Conflicts:    8204000 | #Constraints:     199569
3449.37/3462.47	c #Conflicts:    8205000 | #Constraints:     200569
3449.37/3462.47	c #Conflicts:    8206000 | #Constraints:     201569
3449.37/3462.47	c #Conflicts:    8207000 | #Constraints:     202569
3449.37/3462.47	c #Conflicts:    8208000 | #Constraints:     203569
3449.37/3462.47	c #Conflicts:    8209000 | #Constraints:     204569
3449.37/3462.47	c #Conflicts:    8210000 | #Constraints:     205570
3449.37/3462.47	c #Conflicts:    8211000 | #Constraints:     206570
3449.37/3462.47	c #Conflicts:    8212000 | #Constraints:     207570
3449.37/3462.47	c #Conflicts:    8213000 | #Constraints:     208570
3449.37/3462.47	c #Conflicts:    8214000 | #Constraints:     209570
3449.37/3462.47	c #Conflicts:    8215000 | #Constraints:     210570
3449.37/3462.47	c #Conflicts:    8216000 | #Constraints:     211570
3449.37/3462.47	c #Conflicts:    8217000 | #Constraints:     212570
3449.37/3462.47	c #Conflicts:    8218000 | #Constraints:     213570
3449.37/3462.47	c #Conflicts:    8219000 | #Constraints:     214570
3449.37/3462.47	c #Conflicts:    8220000 | #Constraints:     215570
3449.37/3462.47	c #Conflicts:    8221000 | #Constraints:     216570
3449.37/3462.47	c #Conflicts:    8222000 | #Constraints:     217570
3449.37/3462.47	c #Conflicts:    8223000 | #Constraints:     218570
3449.37/3462.47	c #Conflicts:    8224000 | #Constraints:     219570
3449.37/3462.47	c #Conflicts:    8225000 | #Constraints:     220570
3449.37/3462.47	c #Conflicts:    8226000 | #Constraints:     221570
3449.37/3462.47	c #Conflicts:    8227000 | #Constraints:     222570
3449.37/3462.47	c #Conflicts:    8228000 | #Constraints:     223570
3449.37/3462.47	c #Conflicts:    8229000 | #Constraints:     224570
3449.37/3462.47	c #Conflicts:    8230000 | #Constraints:     225570
3449.37/3462.47	c #Conflicts:    8231000 | #Constraints:     226570
3449.37/3462.47	c #Conflicts:    8232000 | #Constraints:     227570
3449.37/3462.47	c #Conflicts:    8233000 | #Constraints:     228570
3449.37/3462.47	c #Conflicts:    8234000 | #Constraints:     229570
3449.37/3462.47	c #Conflicts:    8235000 | #Constraints:     230570
3449.37/3462.47	c #Conflicts:    8236000 | #Constraints:     231570
3449.37/3462.47	c INPROCESSING
3449.37/3462.47	c GARBAGE COLLECT
3449.37/3462.47	c #Conflicts:    8237000 | #Constraints:     120667
3449.37/3462.47	c #Conflicts:    8238000 | #Constraints:     121667
3449.37/3462.47	c #Conflicts:    8239000 | #Constraints:     122667
3449.37/3462.47	c #Conflicts:    8240000 | #Constraints:     123667
3449.37/3462.47	c #Conflicts:    8241000 | #Constraints:     124667
3449.37/3462.47	c #Conflicts:    8242000 | #Constraints:     125667
3449.37/3462.47	c #Conflicts:    8243000 | #Constraints:     126667
3449.37/3462.47	c #Conflicts:    8244000 | #Constraints:     127667
3449.37/3462.47	c #Conflicts:    8245000 | #Constraints:     128667
3449.37/3462.47	c #Conflicts:    8246000 | #Constraints:     129667
3449.37/3462.47	c #Conflicts:    8247000 | #Constraints:     130667
3449.37/3462.47	c #Conflicts:    8248000 | #Constraints:     131667
3449.37/3462.47	c #Conflicts:    8249000 | #Constraints:     132667
3449.37/3462.47	c #Conflicts:    8250000 | #Constraints:     133667
3449.37/3462.47	c #Conflicts:    8251000 | #Constraints:     134667
3449.37/3462.47	c #Conflicts:    8252000 | #Constraints:     135667
3449.37/3462.47	c #Conflicts:    8253000 | #Constraints:     136667
3449.37/3462.47	c #Conflicts:    8254000 | #Constraints:     137667
3449.37/3462.47	c #Conflicts:    8255000 | #Constraints:     138667
3449.37/3462.47	c #Conflicts:    8256000 | #Constraints:     139667
3449.37/3462.47	c #Conflicts:    8257000 | #Constraints:     140667
3482.05/3495.28	c #Conflicts:    8258000 | #Constraints:     141667
3482.05/3495.28	c #Conflicts:    8259000 | #Constraints:     142667
3482.05/3495.28	c #Conflicts:    8260000 | #Constraints:     143667
3482.05/3495.28	c #Conflicts:    8261000 | #Constraints:     144667
3482.05/3495.28	c #Conflicts:    8262000 | #Constraints:     145667
3482.05/3495.28	c #Conflicts:    8263000 | #Constraints:     146667
3482.05/3495.28	c #Conflicts:    8264000 | #Constraints:     147667
3482.05/3495.28	c #Conflicts:    8265000 | #Constraints:     148667
3482.05/3495.28	c #Conflicts:    8266000 | #Constraints:     149667
3482.05/3495.28	c #Conflicts:    8267000 | #Constraints:     150667
3482.05/3495.28	c #Conflicts:    8268000 | #Constraints:     151667
3482.05/3495.28	c #Conflicts:    8269000 | #Constraints:     152667
3482.05/3495.28	c #Conflicts:    8270000 | #Constraints:     153667
3482.05/3495.28	c #Conflicts:    8271000 | #Constraints:     154667
3482.05/3495.28	c #Conflicts:    8272000 | #Constraints:     155667
3482.05/3495.28	c #Conflicts:    8273000 | #Constraints:     156667
3482.05/3495.28	c #Conflicts:    8274000 | #Constraints:     157667
3482.05/3495.28	c #Conflicts:    8275000 | #Constraints:     158667
3482.05/3495.28	c #Conflicts:    8276000 | #Constraints:     159667
3482.05/3495.28	c #Conflicts:    8277000 | #Constraints:     160667
3482.05/3495.28	c #Conflicts:    8278000 | #Constraints:     161667
3482.05/3495.28	c #Conflicts:    8279000 | #Constraints:     162667
3482.05/3495.28	c #Conflicts:    8280000 | #Constraints:     163667
3482.05/3495.28	c #Conflicts:    8281000 | #Constraints:     164667
3482.05/3495.28	c #Conflicts:    8282000 | #Constraints:     165667
3482.05/3495.28	c #Conflicts:    8283000 | #Constraints:     166667
3482.05/3495.28	c #Conflicts:    8284000 | #Constraints:     167667
3482.05/3495.28	c #Conflicts:    8285000 | #Constraints:     168667
3482.05/3495.28	c #Conflicts:    8286000 | #Constraints:     169667
3482.05/3495.28	c #Conflicts:    8287000 | #Constraints:     170667
3482.05/3495.28	c #Conflicts:    8288000 | #Constraints:     171667
3482.05/3495.28	c #Conflicts:    8289000 | #Constraints:     172667
3482.05/3495.28	c #Conflicts:    8290000 | #Constraints:     173667
3482.05/3495.28	c #Conflicts:    8291000 | #Constraints:     174667
3482.05/3495.28	c #Conflicts:    8292000 | #Constraints:     175667
3482.05/3495.28	c #Conflicts:    8293000 | #Constraints:     176667
3482.05/3495.28	c #Conflicts:    8294000 | #Constraints:     177667
3482.05/3495.28	c #Conflicts:    8295000 | #Constraints:     178667
3482.05/3495.28	c INPROCESSING
3482.05/3495.28	c GARBAGE COLLECT
3482.05/3495.28	c #Conflicts:    8296000 | #Constraints:      94370
3482.05/3495.28	c #Conflicts:    8297000 | #Constraints:      95370
3482.05/3495.28	c #Conflicts:    8298000 | #Constraints:      96370
3482.05/3495.28	c #Conflicts:    8299000 | #Constraints:      97370
3482.05/3495.28	c #Conflicts:    8300000 | #Constraints:      98370
3482.05/3495.28	c #Conflicts:    8301000 | #Constraints:      99370
3482.05/3495.28	c #Conflicts:    8302000 | #Constraints:     100370
3482.05/3495.28	c #Conflicts:    8303000 | #Constraints:     101370
3482.05/3495.28	c #Conflicts:    8304000 | #Constraints:     102370
3482.05/3495.28	c #Conflicts:    8305000 | #Constraints:     103370
3482.05/3495.28	c #Conflicts:    8306000 | #Constraints:     104370
3482.05/3495.28	c #Conflicts:    8307000 | #Constraints:     105370
3482.05/3495.28	c #Conflicts:    8308000 | #Constraints:     106370
3482.05/3495.28	c #Conflicts:    8309000 | #Constraints:     107370
3482.05/3495.28	c #Conflicts:    8310000 | #Constraints:     108370
3482.05/3495.28	c #Conflicts:    8311000 | #Constraints:     109370
3482.05/3495.28	c #Conflicts:    8312000 | #Constraints:     110370
3482.05/3495.28	c #Conflicts:    8313000 | #Constraints:     111370
3482.05/3495.28	c #Conflicts:    8314000 | #Constraints:     112370
3482.05/3495.28	c #Conflicts:    8315000 | #Constraints:     113370
3482.05/3495.28	c #Conflicts:    8316000 | #Constraints:     114370
3482.05/3495.28	c #Conflicts:    8317000 | #Constraints:     115370
3482.05/3495.28	c #Conflicts:    8318000 | #Constraints:     116370
3482.05/3495.28	c #Conflicts:    8319000 | #Constraints:     117370
3482.05/3495.28	c #Conflicts:    8320000 | #Constraints:     118370
3482.05/3495.28	c #Conflicts:    8321000 | #Constraints:     119370
3482.05/3495.28	c #Conflicts:    8322000 | #Constraints:     120370
3482.05/3495.28	c #Conflicts:    8323000 | #Constraints:     121370
3482.05/3495.28	c #Conflicts:    8324000 | #Constraints:     122370
3482.05/3495.28	c #Conflicts:    8325000 | #Constraints:     123370
3482.05/3495.28	c #Conflicts:    8326000 | #Constraints:     124370
3482.05/3495.28	c #Conflicts:    8327000 | #Constraints:     125370
3482.05/3495.28	c #Conflicts:    8328000 | #Constraints:     126370
3482.05/3495.28	c #Conflicts:    8329000 | #Constraints:     127370
3482.05/3495.28	c #Conflicts:    8330000 | #Constraints:     128370
3482.05/3495.28	c #Conflicts:    8331000 | #Constraints:     129370
3482.05/3495.28	c #Conflicts:    8332000 | #Constraints:     130370
3482.05/3495.28	c #Conflicts:    8333000 | #Constraints:     131370
3482.05/3495.28	c #Conflicts:    8334000 | #Constraints:     132370
3482.05/3495.28	c #Conflicts:    8335000 | #Constraints:     133370
3512.24/3525.54	c #Conflicts:    8336000 | #Constraints:     134370
3512.24/3525.54	c #Conflicts:    8337000 | #Constraints:     135370
3512.24/3525.54	c #Conflicts:    8338000 | #Constraints:     136370
3512.24/3525.54	c #Conflicts:    8339000 | #Constraints:     137370
3512.24/3525.54	c #Conflicts:    8340000 | #Constraints:     138370
3512.24/3525.54	c #Conflicts:    8341000 | #Constraints:     139370
3512.24/3525.54	c #Conflicts:    8342000 | #Constraints:     140370
3512.24/3525.54	c #Conflicts:    8343000 | #Constraints:     141370
3512.24/3525.54	c #Conflicts:    8344000 | #Constraints:     142370
3512.24/3525.54	c #Conflicts:    8345000 | #Constraints:     143370
3512.24/3525.54	c #Conflicts:    8346000 | #Constraints:     144370
3512.24/3525.54	c #Conflicts:    8347000 | #Constraints:     145370
3512.24/3525.54	c #Conflicts:    8348000 | #Constraints:     146370
3512.24/3525.54	c #Conflicts:    8349000 | #Constraints:     147370
3512.24/3525.54	c #Conflicts:    8350000 | #Constraints:     148370
3512.24/3525.54	c #Conflicts:    8351000 | #Constraints:     149370
3512.24/3525.54	c #Conflicts:    8352000 | #Constraints:     150370
3512.24/3525.54	c #Conflicts:    8353000 | #Constraints:     151370
3512.24/3525.54	c #Conflicts:    8354000 | #Constraints:     152370
3512.24/3525.54	c INPROCESSING
3512.24/3525.54	c GARBAGE COLLECT
3512.24/3525.54	c #Conflicts:    8355000 | #Constraints:      81254
3512.24/3525.54	c #Conflicts:    8356000 | #Constraints:      82254
3512.24/3525.54	c #Conflicts:    8357000 | #Constraints:      83254
3512.24/3525.54	c #Conflicts:    8358000 | #Constraints:      84254
3512.24/3525.54	c #Conflicts:    8359000 | #Constraints:      85254
3512.24/3525.54	c #Conflicts:    8360000 | #Constraints:      86254
3512.24/3525.54	c #Conflicts:    8361000 | #Constraints:      87254
3512.24/3525.54	c #Conflicts:    8362000 | #Constraints:      88254
3512.24/3525.54	c #Conflicts:    8363000 | #Constraints:      89254
3512.24/3525.54	c #Conflicts:    8364000 | #Constraints:      90254
3512.24/3525.54	c #Conflicts:    8365000 | #Constraints:      91254
3512.24/3525.54	c #Conflicts:    8366000 | #Constraints:      92254
3512.24/3525.54	c #Conflicts:    8367000 | #Constraints:      93254
3512.24/3525.54	c #Conflicts:    8368000 | #Constraints:      94254
3512.24/3525.54	c #Conflicts:    8369000 | #Constraints:      95254
3512.24/3525.54	c #Conflicts:    8370000 | #Constraints:      96254
3512.24/3525.54	c #Conflicts:    8371000 | #Constraints:      97254
3512.24/3525.54	c #Conflicts:    8372000 | #Constraints:      98254
3512.24/3525.54	c #Conflicts:    8373000 | #Constraints:      99254
3512.24/3525.54	c #Conflicts:    8374000 | #Constraints:     100254
3512.24/3525.55	c #Conflicts:    8375000 | #Constraints:     101254
3512.24/3525.55	c #Conflicts:    8376000 | #Constraints:     102254
3512.24/3525.55	c #Conflicts:    8377000 | #Constraints:     103254
3512.24/3525.55	c #Conflicts:    8378000 | #Constraints:     104254
3512.24/3525.55	c #Conflicts:    8379000 | #Constraints:     105254
3512.24/3525.55	c #Conflicts:    8380000 | #Constraints:     106254
3512.24/3525.55	c #Conflicts:    8381000 | #Constraints:     107254
3512.24/3525.55	c #Conflicts:    8382000 | #Constraints:     108254
3512.24/3525.55	c #Conflicts:    8383000 | #Constraints:     109254
3512.24/3525.55	c #Conflicts:    8384000 | #Constraints:     110254
3512.24/3525.55	c #Conflicts:    8385000 | #Constraints:     111254
3512.24/3525.55	c #Conflicts:    8386000 | #Constraints:     112254
3512.24/3525.55	c #Conflicts:    8387000 | #Constraints:     113254
3512.24/3525.55	c #Conflicts:    8388000 | #Constraints:     114254
3512.24/3525.55	c #Conflicts:    8389000 | #Constraints:     115254
3512.24/3525.55	c #Conflicts:    8390000 | #Constraints:     116254
3512.24/3525.55	c #Conflicts:    8391000 | #Constraints:     117254
3512.24/3525.55	c #Conflicts:    8392000 | #Constraints:     118254
3512.24/3525.55	c #Conflicts:    8393000 | #Constraints:     119254
3512.24/3525.55	c #Conflicts:    8394000 | #Constraints:     120254
3512.24/3525.55	c #Conflicts:    8395000 | #Constraints:     121254
3512.24/3525.55	c #Conflicts:    8396000 | #Constraints:     122254
3512.24/3525.55	c #Conflicts:    8397000 | #Constraints:     123254
3512.24/3525.55	c #Conflicts:    8398000 | #Constraints:     124254
3512.24/3525.55	c #Conflicts:    8399000 | #Constraints:     125254
3512.24/3525.55	c #Conflicts:    8400000 | #Constraints:     126254
3512.24/3525.55	c #Conflicts:    8401000 | #Constraints:     127254
3512.24/3525.55	c #Conflicts:    8402000 | #Constraints:     128254
3512.24/3525.55	c #Conflicts:    8403000 | #Constraints:     129254
3512.24/3525.55	c #Conflicts:    8404000 | #Constraints:     130254
3512.24/3525.55	c #Conflicts:    8405000 | #Constraints:     131254
3512.24/3525.55	c #Conflicts:    8406000 | #Constraints:     132254
3512.24/3525.55	c #Conflicts:    8407000 | #Constraints:     133254
3512.24/3525.55	c #Conflicts:    8408000 | #Constraints:     134254
3512.24/3525.55	c #Conflicts:    8409000 | #Constraints:     135254
3512.24/3525.55	c #Conflicts:    8410000 | #Constraints:     136254
3512.24/3525.55	c #Conflicts:    8411000 | #Constraints:     137254
3512.24/3525.55	c #Conflicts:    8412000 | #Constraints:     138255
3512.24/3525.55	c #Conflicts:    8413000 | #Constraints:     139255
3512.74/3526.00	c INPROCESSING
3512.74/3526.00	c GARBAGE COLLECT
3512.74/3526.00	WSVECS04 Frhs2[14]: 6 -43.8075 0 shouldn't be
3512.74/3526.00	WSVECS04 Frhs2[29]: 6 -43.8075 0 shouldn't be
3512.74/3526.00	WSVECS04 Frhs2[31]: 6 -43.8075 0 shouldn't be
3512.74/3526.00	WSVECS04 Frhs2[45]: 6 0 112.192 shouldn't be
3512.74/3526.00	WSVECS04 Frhs2[46]: 6 -815.725 0 shouldn't be
3512.74/3526.00	WSVECS04 Frhs2[64]: 6 -689.225 0 shouldn't be
3512.74/3526.00	WSVECS04 Frhs2[66]: 6 0 392.525 shouldn't be
3512.74/3526.00	WSVECS04 Frhs2[233]: 6 -372.597 0 shouldn't be
3512.74/3526.00	WSVECS04 Frhs2[264]: 6 -114.999 0 shouldn't be
3512.74/3526.00	WSVECS04 Frhs2[339]: 6 -406.425 0 shouldn't be
3512.74/3526.00	WSVECS04 Frhs2[432]: 6 -253.164 0 shouldn't be
3512.74/3526.00	WSVECS04 Frhs2[433]: 6 -372.597 0 shouldn't be
3512.74/3526.00	WSVECS04 Frhs2[579]: 6 -494.997 0 shouldn't be
3512.74/3526.00	WSVECS04 Frhs2[754]: 6 0 111.162 shouldn't be
3512.74/3526.00	WSVECS04 Frhs2[793]: 6 0 372.597 shouldn't be
3512.74/3526.00	WSVECS04 Frhs2[1162]: 6 0 664.348 shouldn't be
3512.74/3526.00	WSVECS04 Frhs2[1393]: 6 0 372.597 shouldn't be
3512.74/3526.00	WSVECS04 Frhs2[1433]: 6 0 372.597 shouldn't be
3512.74/3526.00	WSVECS04 Frhs2[1652]: 6 -37.656 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[52]: 6 -306.409 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[71]: 6 -474.103 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[76]: 6 -122.156 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[77]: 6 -334.261 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[78]: 6 -334.261 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[234]: 6 -119.516 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[244]: 6 0 1 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[344]: 6 -114.999 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[356]: 6 -144.648 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[369]: 6 0 101.324 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[554]: 6 0 5.91721 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[584]: 6 -114.999 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[599]: 6 0 1 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1012]: 6 0 3.25827 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1019]: 6 0 8.98273 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1047]: 6 -92.6097 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1134]: 6 -128.873 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1160]: 6 0 1 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1183]: 6 0 0.253481 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1221]: 6 -1 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1224]: 6 0 36.656 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1278]: 6 -220.314 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1287]: 6 -93.4869 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1291]: 6 -1 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1367]: 6 0 0.0779721 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1396]: 6 -144.648 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1403]: 6 -330.133 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1518]: 6 -220.314 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1527]: 6 0 93.6428 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1614]: 6 -56.561 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1631]: 6 -1 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1636]: 6 -144.648 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1678]: 6 0 45.8408 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1689]: 6 -106.626 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1706]: 6 0 1 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1719]: 6 -1 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1726]: 6 -1 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1750]: 6 -92.6097 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1751]: 6 -4.63157 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1831]: 6 -1 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1876]: 6 -101.123 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1877]: 6 -34.3977 0 shouldn't be
3512.93/3526.22	WSVECS04 Frhs2[1878]: 6 -1 0 shouldn't be
3541.71/3555.16	c #Conflicts:    8414000 | #Constraints:      74639
3541.71/3555.16	c #Conflicts:    8415000 | #Constraints:      75639
3541.71/3555.16	c #Conflicts:    8416000 | #Constraints:      76639
3541.71/3555.16	c #Conflicts:    8417000 | #Constraints:      77639
3541.71/3555.16	c #Conflicts:    8418000 | #Constraints:      78639
3541.71/3555.16	c #Conflicts:    8419000 | #Constraints:      79639
3541.71/3555.16	c #Conflicts:    8420000 | #Constraints:      80639
3541.71/3555.16	c #Conflicts:    8421000 | #Constraints:      81639
3541.71/3555.16	c #Conflicts:    8422000 | #Constraints:      82639
3541.71/3555.16	c #Conflicts:    8423000 | #Constraints:      83639
3541.71/3555.16	c #Conflicts:    8424000 | #Constraints:      84639
3541.71/3555.16	c #Conflicts:    8425000 | #Constraints:      85639
3541.71/3555.16	c #Conflicts:    8426000 | #Constraints:      86639
3541.71/3555.16	c #Conflicts:    8427000 | #Constraints:      87639
3541.71/3555.16	c #Conflicts:    8428000 | #Constraints:      88639
3541.71/3555.16	c #Conflicts:    8429000 | #Constraints:      89639
3541.71/3555.16	c #Conflicts:    8430000 | #Constraints:      90639
3541.71/3555.16	c #Conflicts:    8431000 | #Constraints:      91639
3541.71/3555.16	c #Conflicts:    8432000 | #Constraints:      92639
3541.71/3555.16	c #Conflicts:    8433000 | #Constraints:      93639
3541.71/3555.16	c #Conflicts:    8434000 | #Constraints:      94639
3541.71/3555.16	c #Conflicts:    8435000 | #Constraints:      95639
3541.71/3555.16	c #Conflicts:    8436000 | #Constraints:      96639
3541.71/3555.16	c #Conflicts:    8437000 | #Constraints:      97639
3541.71/3555.16	c #Conflicts:    8438000 | #Constraints:      98639
3541.71/3555.16	c #Conflicts:    8439000 | #Constraints:      99639
3541.71/3555.16	c #Conflicts:    8440000 | #Constraints:     100639
3541.71/3555.16	c #Conflicts:    8441000 | #Constraints:     101639
3541.71/3555.16	c #Conflicts:    8442000 | #Constraints:     102639
3541.71/3555.16	c #Conflicts:    8443000 | #Constraints:     103639
3541.71/3555.16	c #Conflicts:    8444000 | #Constraints:     104639
3541.71/3555.16	c #Conflicts:    8445000 | #Constraints:     105639
3541.71/3555.16	c #Conflicts:    8446000 | #Constraints:     106639
3541.71/3555.16	c #Conflicts:    8447000 | #Constraints:     107639
3541.71/3555.16	c #Conflicts:    8448000 | #Constraints:     108639
3541.71/3555.16	c #Conflicts:    8449000 | #Constraints:     109639
3541.71/3555.16	c #Conflicts:    8450000 | #Constraints:     110639
3541.71/3555.16	c #Conflicts:    8451000 | #Constraints:     111640
3541.71/3555.16	c #Conflicts:    8452000 | #Constraints:     112640
3541.71/3555.16	c #Conflicts:    8453000 | #Constraints:     113640
3541.71/3555.16	c #Conflicts:    8454000 | #Constraints:     114640
3541.71/3555.16	c #Conflicts:    8455000 | #Constraints:     115640
3541.71/3555.16	c #Conflicts:    8456000 | #Constraints:     116640
3541.71/3555.16	c #Conflicts:    8457000 | #Constraints:     117640
3541.71/3555.16	c #Conflicts:    8458000 | #Constraints:     118640
3541.71/3555.16	c #Conflicts:    8459000 | #Constraints:     119640
3541.71/3555.16	c #Conflicts:    8460000 | #Constraints:     120640
3541.71/3555.16	c #Conflicts:    8461000 | #Constraints:     121640
3541.71/3555.16	c #Conflicts:    8462000 | #Constraints:     122640
3541.71/3555.16	c #Conflicts:    8463000 | #Constraints:     123640
3541.71/3555.16	c #Conflicts:    8464000 | #Constraints:     124640
3541.71/3555.16	c #Conflicts:    8465000 | #Constraints:     125640
3541.71/3555.16	c #Conflicts:    8466000 | #Constraints:     126640
3541.71/3555.16	c #Conflicts:    8467000 | #Constraints:     127640
3541.71/3555.16	c #Conflicts:    8468000 | #Constraints:     128640
3541.71/3555.16	c #Conflicts:    8469000 | #Constraints:     129640
3541.71/3555.16	c #Conflicts:    8470000 | #Constraints:     130640
3541.71/3555.16	c #Conflicts:    8471000 | #Constraints:     131640
3541.71/3555.16	c #Conflicts:    8472000 | #Constraints:     132640
3541.71/3555.16	c #Conflicts:    8473000 | #Constraints:     133640
3541.71/3555.16	c #Conflicts:    8474000 | #Constraints:     134640
3541.71/3555.16	c #Conflicts:    8475000 | #Constraints:     135640
3541.71/3555.16	c #Conflicts:    8476000 | #Constraints:     136640
3541.71/3555.16	c #Conflicts:    8477000 | #Constraints:     137640
3541.71/3555.16	c #Conflicts:    8478000 | #Constraints:     138640
3541.71/3555.16	c #Conflicts:    8479000 | #Constraints:     139640
3541.71/3555.16	c #Conflicts:    8480000 | #Constraints:     140640
3541.71/3555.16	c #Conflicts:    8481000 | #Constraints:     141640
3541.71/3555.16	c #Conflicts:    8482000 | #Constraints:     142640
3541.71/3555.16	c #Conflicts:    8483000 | #Constraints:     143640
3541.71/3555.16	c #Conflicts:    8484000 | #Constraints:     144640
3541.71/3555.16	c #Conflicts:    8485000 | #Constraints:     145640
3541.71/3555.16	c #Conflicts:    8486000 | #Constraints:     146640
3541.71/3555.16	c #Conflicts:    8487000 | #Constraints:     147640
3541.71/3555.16	c #Conflicts:    8488000 | #Constraints:     148640
3541.71/3555.16	c #Conflicts:    8489000 | #Constraints:     149640
3541.71/3555.16	c #Conflicts:    8490000 | #Constraints:     150640
3541.71/3555.16	c #Conflicts:    8491000 | #Constraints:     151640
3541.71/3555.16	c #Conflicts:    8492000 | #Constraints:     152640
3596.78/3610.49	c #Conflicts:    8493000 | #Constraints:     153641
3596.78/3610.49	c #Conflicts:    8494000 | #Constraints:     154641
3596.78/3610.49	c #Conflicts:    8495000 | #Constraints:     155641
3596.78/3610.49	c #Conflicts:    8496000 | #Constraints:     156641
3596.78/3610.49	c #Conflicts:    8497000 | #Constraints:     157641
3596.78/3610.49	c #Conflicts:    8498000 | #Constraints:     158641
3596.78/3610.49	c #Conflicts:    8499000 | #Constraints:     159641
3596.78/3610.49	c #Conflicts:    8500000 | #Constraints:     160641
3596.78/3610.49	c #Conflicts:    8501000 | #Constraints:     161641
3596.78/3610.49	c #Conflicts:    8502000 | #Constraints:     162641
3596.78/3610.49	c #Conflicts:    8503000 | #Constraints:     163641
3596.78/3610.49	c #Conflicts:    8504000 | #Constraints:     164641
3596.78/3610.49	c #Conflicts:    8505000 | #Constraints:     165641
3596.78/3610.49	c #Conflicts:    8506000 | #Constraints:     166641
3596.78/3610.49	c #Conflicts:    8507000 | #Constraints:     167642
3596.78/3610.49	c #Conflicts:    8508000 | #Constraints:     168643
3596.78/3610.49	c #Conflicts:    8509000 | #Constraints:     169643
3596.78/3610.49	c #Conflicts:    8510000 | #Constraints:     170643
3596.78/3610.49	c #Conflicts:    8511000 | #Constraints:     171644
3596.78/3610.49	c #Conflicts:    8512000 | #Constraints:     172644
3596.78/3610.49	c #Conflicts:    8513000 | #Constraints:     173644
3596.78/3610.49	c #Conflicts:    8514000 | #Constraints:     174644
3596.78/3610.49	c #Conflicts:    8515000 | #Constraints:     175644
3596.78/3610.49	c #Conflicts:    8516000 | #Constraints:     176644
3596.78/3610.49	c #Conflicts:    8517000 | #Constraints:     177644
3596.78/3610.49	c #Conflicts:    8518000 | #Constraints:     178644
3596.78/3610.49	c #Conflicts:    8519000 | #Constraints:     179644
3596.78/3610.49	c #Conflicts:    8520000 | #Constraints:     180644
3596.78/3610.49	c #Conflicts:    8521000 | #Constraints:     181644
3596.78/3610.49	c #Conflicts:    8522000 | #Constraints:     182644
3596.78/3610.49	c #Conflicts:    8523000 | #Constraints:     183644
3596.78/3610.49	c #Conflicts:    8524000 | #Constraints:     184645
3596.78/3610.49	c #Conflicts:    8525000 | #Constraints:     185645
3596.78/3610.49	c #Conflicts:    8526000 | #Constraints:     186645
3596.78/3610.49	c #Conflicts:    8527000 | #Constraints:     187645
3596.78/3610.49	c #Conflicts:    8528000 | #Constraints:     188646
3596.78/3610.49	c #Conflicts:    8529000 | #Constraints:     189646
3596.78/3610.49	c #Conflicts:    8530000 | #Constraints:     190646
3596.78/3610.49	c #Conflicts:    8531000 | #Constraints:     191646
3596.78/3610.49	c #Conflicts:    8532000 | #Constraints:     192646
3596.78/3610.49	c #Conflicts:    8533000 | #Constraints:     193646
3596.78/3610.49	c #Conflicts:    8534000 | #Constraints:     194646
3596.78/3610.49	c #Conflicts:    8535000 | #Constraints:     195647
3596.78/3610.49	c #Conflicts:    8536000 | #Constraints:     196647
3596.78/3610.49	c #Conflicts:    8537000 | #Constraints:     197647
3596.78/3610.49	c #Conflicts:    8538000 | #Constraints:     198647
3596.78/3610.49	c #Conflicts:    8539000 | #Constraints:     199647
3596.78/3610.49	c #Conflicts:    8540000 | #Constraints:     200647
3596.78/3610.49	c #Conflicts:    8541000 | #Constraints:     201647
3596.78/3610.49	c #Conflicts:    8542000 | #Constraints:     202647
3596.78/3610.49	c #Conflicts:    8543000 | #Constraints:     203648
3596.78/3610.49	c #Conflicts:    8544000 | #Constraints:     204648
3596.78/3610.49	c #Conflicts:    8545000 | #Constraints:     205648
3596.78/3610.49	c #Conflicts:    8546000 | #Constraints:     206648
3596.78/3610.49	c #Conflicts:    8547000 | #Constraints:     207648
3596.78/3610.49	c #Conflicts:    8548000 | #Constraints:     208648
3596.78/3610.49	c #Conflicts:    8549000 | #Constraints:     209648
3596.78/3610.49	c #Conflicts:    8550000 | #Constraints:     210648
3596.78/3610.49	c #Conflicts:    8551000 | #Constraints:     211648
3596.78/3610.49	c #Conflicts:    8552000 | #Constraints:     212648
3596.78/3610.49	c #Conflicts:    8553000 | #Constraints:     213648
3596.78/3610.49	c #Conflicts:    8554000 | #Constraints:     214649
3596.78/3610.49	c #Conflicts:    8555000 | #Constraints:     215649
3596.78/3610.49	c #Conflicts:    8556000 | #Constraints:     216649
3596.78/3610.49	c #Conflicts:    8557000 | #Constraints:     217649
3596.78/3610.49	c #Conflicts:    8558000 | #Constraints:     218649
3596.78/3610.49	c #Conflicts:    8559000 | #Constraints:     219649
3596.78/3610.49	c #Conflicts:    8560000 | #Constraints:     220649
3596.78/3610.49	c #Conflicts:    8561000 | #Constraints:     221649
3596.78/3610.49	c #Conflicts:    8562000 | #Constraints:     222650
3596.78/3610.49	c #Conflicts:    8563000 | #Constraints:     223650
3596.78/3610.49	c #Conflicts:    8564000 | #Constraints:     224650
3596.78/3610.49	c #Conflicts:    8565000 | #Constraints:     225650
3596.78/3610.49	c #Conflicts:    8566000 | #Constraints:     226650
3596.78/3610.49	c #Conflicts:    8567000 | #Constraints:     227650
3596.78/3610.49	c #Conflicts:    8568000 | #Constraints:     228650
3596.78/3610.49	c #Conflicts:    8569000 | #Constraints:     229650
3596.78/3610.49	c #Conflicts:    8570000 | #Constraints:     230650
3596.78/3610.49	c #Conflicts:    8571000 | #Constraints:     231650
3600.07/3613.70	c #Conflicts:    8572000 | #Constraints:     232650
3600.07/3613.70	c #Conflicts:    8573000 | #Constraints:     233650
3600.07/3613.70	c #Conflicts:    8574000 | #Constraints:     234650
3600.07/3613.70	c cpu time 3562.06 s
3600.07/3613.70	c deterministic time 138578043361 1.39e+11
3600.07/3613.70	c optimization time 86.2441 s
3600.07/3613.70	c total solve time 3475.77 s
3600.07/3613.70	c core-guided solve time 0 s
3600.07/3613.70	c propagation time 2770.15 s
3600.07/3613.70	c conflict analysis time 613.137 s
3600.07/3613.70	c propagations 1825807915
3600.07/3613.70	c resolve steps 184113473
3600.07/3613.70	c decisions 11529380
3600.07/3613.70	c conflicts 8574290
3600.07/3613.70	c restarts 13946
3600.07/3613.70	c inprocessing phases 237
3600.07/3613.70	c garbage collections 237 ,( 100.00 )
3600.07/3613.70	c input clauses 8774 ,( 99.97 )
3600.07/3613.70	c input cardinalities 3 ,( 0.03 )
3600.07/3613.70	c input general constraints 0 ,( 0.00 )
3600.07/3613.70	c input average constraint length 3.19
3600.07/3613.70	c input average constraint degree 1.01
3600.07/3613.70	c learned clauses 8187080 ,( 95.48 )
3600.07/3613.70	c learned cardinalities 155869 ,( 1.82 )
3600.07/3613.70	c learned general constraints 231650 ,( 2.70 )
3600.07/3613.70	c learned average constraint length 68.29
3600.07/3613.70	c learned average constraint degree 494103.04
3600.07/3613.70	c watched  CF 32, 64, 128, Arb: 210599 , 0 , 0 , 0
3600.07/3613.70	c counting CF 32, 64, 128, Arb: 21051 , 0 , 0 , 0
3600.07/3613.70	c watched   constraints 210599 ,( 90.91 ) 
3600.07/3613.70	c counting  constraints 21051 ,( 9.09 ) 
3600.07/3613.70	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 31883163515 , 3129481378 , 299932594 ,( 294951903 , 4980691 )
3600.07/3613.70	c gcd simplifications 5801
3600.07/3613.70	c detected cardinalities 2730
3600.07/3613.70	c weakened non-implied lits 13548939
3600.07/3613.70	c weakened non-implying lits 16460
3600.07/3613.70	c original variables 1893
3600.07/3613.70	c clausal propagations 1801000955
3600.07/3613.70	c cardinality propagations 10725596
3600.07/3613.70	c watched propagations 3833435
3600.07/3613.70	c counting propagations 1403657
3600.07/3613.70	c watch lookups 65797451614
3600.07/3613.70	c watch backjump lookups 0
3600.07/3613.70	c watch checks 64914065440
3600.07/3613.70	c propagation checks 2587393580
3600.07/3613.70	c constraint additions 1594299692
3600.07/3613.70	c trail pops 1845910782
3600.07/3613.70	c formula constraints 8777
3600.07/3613.70	c learned constraints 8574284
3600.07/3613.70	c bound constraints 0
3600.07/3613.70	c core-guided constraints 0
3600.07/3613.70	c encountered formula constraints 154403174
3600.07/3613.70	c encountered learned constraints 38284575
3600.07/3613.70	c encountered bound constraints 0
3600.07/3613.70	c encountered core-guided constraints 0
3600.07/3613.70	c LP total time 171.025 s
3600.07/3613.70	c LP solve time 154.46 s
3600.07/3613.70	c LP constraints added 8988
3600.07/3613.70	c LP constraints removed 188
3600.07/3613.70	c LP pivots internal 859524
3600.07/3613.70	c LP pivots root 725433
3600.07/3613.70	c LP calls 544
3600.07/3613.70	c LP optimalities 65
3600.07/3613.70	c LP no pivot count 0
3600.07/3613.70	c LP infeasibilities 302
3600.07/3613.70	c LP valid Farkas constraints 290
3600.07/3613.70	c LP learned Farkas constraints 5
3600.07/3613.70	c LP basis resets 185
3600.07/3613.70	c LP cycling count 1
3600.07/3613.70	c LP singular count 172
3600.07/3613.70	c LP no primal count 0
3600.07/3613.70	c LP no farkas count 12
3600.07/3613.70	c LP other issue count 0
3600.07/3613.70	c LP Gomory cuts 20
3600.07/3613.70	c LP learned cuts 191
3600.07/3613.70	c LP deleted cuts 188
3600.07/3613.70	c LP encountered Gomory constraints 0
3600.07/3613.70	c LP encountered Farkas constraints 4
3600.07/3613.70	c LP encountered learned Farkas constraints 5
3600.07/3613.70	c CG auxiliary variables introduced 0
3600.07/3613.70	c CG solutions found 0
3600.07/3613.70	c CG cores constructed 0
3600.07/3613.70	c CG core cardinality constraints returned 0
3600.07/3613.70	c CG unit cores 0
3600.07/3613.70	c CG single cores 0
3600.07/3613.70	c CG blocks removed during cardinality reduction 0
3600.07/3613.70	c CG first core best 0
3600.07/3613.70	c CG decision core best 0
3600.07/3613.70	c CG core reduction tie 0
3600.07/3613.70	c CG core degree average 0.00
3600.07/3613.70	c CG core slack average 0.00
3600.07/3613.70	c CG core upper bound improvements 0
3600.07/3613.70	c STR number of successful calls 0
3600.07/3613.70	c STR number of unsuccessful calls 0
3600.07/3613.70	c STR number of inconclusive calls 0
3600.07/3613.70	c STR number of successful attempts 0
3600.07/3613.70	c STR number of unsuccessful attempts 0
3600.07/3613.70	c STR number of inconclusive attempts 0
3600.07/3613.70	c STR average degree increase per successful call inf
3600.07/3613.70	c STR average degree increase per successful attempt inf
3600.07/3613.70	c STR total number of conflicts for successful attempts 0
3600.07/3613.70	c STR total number of conflicts for unsuccessful attempts 0
3600.07/3613.70	c STR total number of conflicts for inconclusive attempts 0
3600.07/3613.70	c STR average number of conflicts per successful attempt inf
3600.07/3613.70	c STR average number of conflicts per unsuccessful attempt inf
3600.07/3613.70	c STR average number of conflicts per inconclusive attempt inf
3600.07/3613.70	c AVG.sumWPerc 16.93 
3600.07/3613.70	c bigint constraints 0 
3600.07/3613.70	s UNKNOWN
3600.07/3613.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 (61548 MiB free)
  memory of node 1: 64465 MiB (54328 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4514451-1751218155/watcher-4514451-1751218155 -o /tmp/evaluation-result-4514451-1751218155/solver-4514451-1751218155 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751214528-35320 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4514451-1751218155.opb PROOFDIR/proof-4514451-1751218155 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=35920, runsolver pid=35917

[startup+0.100064 s]*
/proc/loadavg: 4.13 4.09 4.03 5/271 35923
/proc/meminfo: memFree=118639912/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=72412 memory=23964 CPUtime=0.05 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 4529 0 0 0 4 1 0 0 20 0 1 0 37493014 74149888 5991 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 18103 5991 2272 1147 0 5530 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 76604 KiB
Current children cumulated memory: 27036 KiB

[startup+0.206021 s]*
/proc/loadavg: 4.13 4.09 4.03 5/271 35923
/proc/meminfo: memFree=118635376/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=73392 memory=25372 CPUtime=0.16 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 4853 0 0 0 14 2 0 0 20 0 1 0 37493014 75153408 6343 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 18348 6343 2304 1147 0 5775 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 77584 KiB
Current children cumulated memory: 28444 KiB

[startup+0.305893 s]*
/proc/loadavg: 4.13 4.09 4.03 6/271 35923
/proc/meminfo: memFree=118635376/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=73872 memory=25756 CPUtime=0.26 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 4964 0 0 0 24 2 0 0 20 0 1 0 37493014 75644928 6439 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 18468 6439 2304 1147 0 5895 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 78064 KiB
Current children cumulated memory: 28828 KiB

[startup+0.700165 s]
/proc/loadavg: 4.13 4.09 4.03 5/271 35923
/proc/meminfo: memFree=118631344/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=74040 memory=26780 CPUtime=0.65 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 5164 0 0 0 61 4 0 0 20 0 1 0 37493014 75816960 6695 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 18510 6695 2336 1147 0 5937 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 78232 KiB
Current children cumulated memory: 29852 KiB

[startup+1.5002 s]
/proc/loadavg: 4.13 4.09 4.03 5/271 35923
/proc/meminfo: memFree=118627872/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=74868 memory=27804 CPUtime=1.44 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 5446 0 0 0 137 7 0 0 20 0 1 0 37493014 76664832 6951 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 18717 6951 2336 1147 0 6144 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 79060 KiB
Current children cumulated memory: 30876 KiB

[startup+3.10554 s]
/proc/loadavg: 4.13 4.09 4.03 4/265 35949
/proc/meminfo: memFree=119180064/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=83352 memory=36124 CPUtime=3.04 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 7479 0 0 0 292 12 0 0 20 0 1 0 37493014 85352448 9031 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 20838 9031 2368 1147 0 8265 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 87544 KiB
Current children cumulated memory: 39196 KiB

[startup+6.30016 s]
/proc/loadavg: 4.04 4.08 4.02 4/268 36018
/proc/meminfo: memFree=128494140/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=83952 memory=37020 CPUtime=6.23 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 7726 0 0 0 602 21 0 0 20 0 1 0 37493014 85966848 9255 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 20988 9255 2368 1147 0 8415 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 88144 KiB
Current children cumulated memory: 40092 KiB

[startup+12.7001 s]
/proc/loadavg: 4.04 4.07 4.02 5/271 36114
/proc/meminfo: memFree=128432344/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=84892 memory=40200 CPUtime=12.61 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 8014 0 0 0 1224 37 0 0 20 0 1 0 37493014 86929408 10050 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 21223 10050 2368 1147 0 8650 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 89084 KiB
Current children cumulated memory: 43272 KiB

[startup+25.5001 s]
/proc/loadavg: 4.03 4.07 4.02 5/271 36114
/proc/meminfo: memFree=128337296/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=86220 memory=41608 CPUtime=25.38 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 8376 0 0 0 2468 70 0 0 20 0 1 0 37493014 88289280 10402 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 21555 10402 2368 1147 0 8982 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 90412 KiB
Current children cumulated memory: 44680 KiB

[startup+51.1052 s]
/proc/loadavg: 4.09 4.08 4.03 5/274 36118
/proc/meminfo: memFree=128181964/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=90516 memory=44040 CPUtime=50.85 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 8860 0 0 0 4952 133 0 0 20 0 1 0 37493014 92688384 11010 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 22629 11010 2496 1147 0 10056 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 94708 KiB
Current children cumulated memory: 47112 KiB

[startup+102.3 s]
/proc/loadavg: 4.04 4.07 4.02 5/274 36121
/proc/meminfo: memFree=127915800/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=94664 memory=50184 CPUtime=101.83 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 10404 0 0 0 9924 259 0 0 20 0 1 0 37493014 96935936 12546 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 23666 12546 2496 1147 0 11093 0
Current children cumulated CPU time: 101.85 s
Current children cumulated vsize: 98856 KiB
Current children cumulated memory: 53256 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 4.06 4.02 5/274 36457
/proc/meminfo: memFree=127692772/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=101664 memory=54664 CPUtime=161.56 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 11553 0 0 0 15754 402 0 0 20 0 1 0 37493014 104103936 13666 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 25416 13666 2496 1147 0 12843 0
Current children cumulated CPU time: 161.58 s
Current children cumulated vsize: 105856 KiB
Current children cumulated memory: 57736 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.08 4.03 5/273 36506
/proc/meminfo: memFree=127035260/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=104668 memory=58888 CPUtime=221.31 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 12447 0 0 0 21597 534 0 0 20 0 1 0 37493014 107180032 14722 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0

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

/proc/35923/statm: 79041 58875 2496 1147 0 66468 0
Current children cumulated CPU time: 3090.46 s
Current children cumulated vsize: 320356 KiB
Current children cumulated memory: 238572 KiB

[startup+3162.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/273 36726
/proc/meminfo: memFree=89576392/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=316164 memory=235628 CPUtime=3150.21 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 36993 0 0 0 311553 3468 0 0 20 0 1 0 37493014 323751936 58907 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 79041 58907 2496 1147 0 66468 0
Current children cumulated CPU time: 3150.23 s
Current children cumulated vsize: 320356 KiB
Current children cumulated memory: 238700 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/272 36728
/proc/meminfo: memFree=88694676/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=316164 memory=235628 CPUtime=3209.99 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 37009 0 0 0 317459 3540 0 0 20 0 1 0 37493014 323751936 58907 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 79041 58907 2496 1147 0 66468 0
Current children cumulated CPU time: 3210.01 s
Current children cumulated vsize: 320356 KiB
Current children cumulated memory: 238700 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/273 36735
/proc/meminfo: memFree=87847284/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=316164 memory=235628 CPUtime=3269.8 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 37021 0 0 0 323401 3579 0 0 20 0 1 0 37493014 323751936 58907 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 79041 58907 2496 1147 0 66468 0
Current children cumulated CPU time: 3269.82 s
Current children cumulated vsize: 320356 KiB
Current children cumulated memory: 238700 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/273 36738
/proc/meminfo: memFree=87246652/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=316164 memory=235628 CPUtime=3329.63 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 37029 0 0 0 329362 3601 0 0 20 0 1 0 37493014 323751936 58907 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 79041 58907 2496 1147 0 66468 0
Current children cumulated CPU time: 3329.65 s
Current children cumulated vsize: 320356 KiB
Current children cumulated memory: 238700 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/273 36740
/proc/meminfo: memFree=86643620/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=316164 memory=235628 CPUtime=3389.47 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 37035 0 0 0 335327 3620 0 0 20 0 1 0 37493014 323751936 58907 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 79041 58907 2496 1147 0 66468 0
Current children cumulated CPU time: 3389.49 s
Current children cumulated vsize: 320356 KiB
Current children cumulated memory: 238700 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/271 36742
/proc/meminfo: memFree=86073812/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=318792 memory=237880 CPUtime=3449.25 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 39321 0 0 0 341265 3660 0 0 20 0 1 0 37493014 326443008 59470 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 79698 59470 2496 1147 0 67125 0
Current children cumulated CPU time: 3449.27 s
Current children cumulated vsize: 322984 KiB
Current children cumulated memory: 240952 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/273 36748
/proc/meminfo: memFree=85617472/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=318792 memory=238008 CPUtime=3509.02 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 39345 0 0 0 347177 3725 0 0 20 0 1 0 37493014 326443008 59502 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 79698 59502 2496 1147 0 67125 0
Current children cumulated CPU time: 3509.04 s
Current children cumulated vsize: 322984 KiB
Current children cumulated memory: 241080 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/274 36752
/proc/meminfo: memFree=85099316/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=318792 memory=238008 CPUtime=3568.78 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 39345 0 0 0 353096 3782 0 0 20 0 1 0 37493014 326443008 59502 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 79698 59502 2496 1147 0 67125 0
Current children cumulated CPU time: 3568.8 s
Current children cumulated vsize: 322984 KiB
Current children cumulated memory: 241080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.7 s]
/proc/loadavg: 4.12 4.10 4.09 5/273 36753
/proc/meminfo: memFree=84813680/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=318792 memory=238008 CPUtime=3600.05 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 39345 0 0 0 356205 3800 0 0 20 0 1 0 37493014 326443008 59502 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 79698 59502 2496 1147 0 67125 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 322984 KiB
Current children cumulated memory: 241080 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.023528 s, system=0.005332 s

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

# cumulated CPU time of all completed processes:  user=3562.1 s, system=38.0136 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+3613.7 s]
/proc/loadavg: 4.12 4.10 4.09 5/273 36753
/proc/meminfo: memFree=84813680/131250000 swapFree=33010684/33010684
[pid=35920] ppid=35917 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/35920/stat : 35920 (run-dec-break-l) S 35917 35920 35308 0 -1 4194304 242 2456 0 0 0 0 2 0 20 0 1 0 37493010 4292608 768 18446744073709551615 94655606431744 94655607326277 140731530855520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94655607565328 94655607613072 94655615356928 140731530860821 140731530861022 140731530861022 140731530866624 0
/proc/35920/statm: 1048 768 704 219 0 110 0
[pid=35923] ppid=35920 vsize=318792 memory=238008 CPUtime=3600.05 cores=1,3
/proc/35923/stat : 35923 (roundingsat) R 35920 35920 35308 0 -1 4194304 39345 0 0 0 356205 3800 0 0 20 0 1 0 37493014 326443008 59502 18446744073709551615 4227072 8923433 140725980797168 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 32747520 140725980801268 140725980801576 140725980801576 140725980807146 0
/proc/35923/statm: 79698 59502 2496 1147 0 67125 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 322984 KiB
Current children cumulated memory: 241080 KiB

Child status: 2

Real time (s): 3613.73
CPU time (s): 3600.11
CPU user time (s): 3562.1
CPU system time (s): 38.0136
CPU usage (%): 99.6231
Max. virtual memory (cumulated for all children) (KiB): 323596
Max. memory (cumulated for all children) (KiB): 241516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3562.1
system time used= 38.0136
maximum resident set size= 241248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42061
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5141904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 519
involuntary context switches= 23556


# summary of solver processes directly reported to runsolver:
#   pid: 35920,35923
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3562.1
#   total CPU system time (s): 38.0136

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.36989 second user time and 18.0649 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-29 19:29:15
IDJOB=4514451
IDBENCH=162693
IDSOLVER=3358
FILE ID=nodeC016/4514451-1751218155
RUNJOBID= nodeC016-1751214528-35320
SLURM_JOB_ID= 9587646
Free space on /tmp= 433032 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_36.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4514451-1751218155/watcher-4514451-1751218155 -o /tmp/evaluation-result-4514451-1751218155/solver-4514451-1751218155 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751214528-35320 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4514451-1751218155.opb PROOFDIR/proof-4514451-1751218155

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

MD5SUM BENCH= 483b29da31af2436e91ca4a2082e11b8
RANDOM SEED=2016408872

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        118658916 kB
MemAvailable:   128953344 kB
Buffers:            3280 kB
Cached:         11090056 kB
SwapCached:            0 kB
Active:          1162448 kB
Inactive:       10868236 kB
Active(anon):     955476 kB
Inactive(anon):        0 kB
Active(file):     206972 kB
Inactive(file): 10868236 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             60004 kB
Writeback:             8 kB
AnonPages:        936716 kB
Mapped:           116652 kB
Shmem:             18072 kB
KReclaimable:     116920 kB
Slab:             205916 kB
SReclaimable:     116920 kB
SUnreclaim:        88996 kB
KernelStack:        4368 kB
PageTables:         5000 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1332984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    641024 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC016 at 2025-06-29 20:29:29